mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
all remaining *.c *.h files from hp merge.
This commit is contained in:
@ -59,7 +59,13 @@ get_dynamics_objfile ()
|
||||
{
|
||||
if (dynamics_objfile == NULL)
|
||||
{
|
||||
dynamics_objfile = allocate_objfile (NULL, 0);
|
||||
|
||||
/* CHECK WITH STU -- edie. Params 3 and 4 are USER_LOADED and IS_SOLIB.
|
||||
USER_LOADED - used by run_command to remove old objfile entries which
|
||||
are no longer valid
|
||||
IS_SOLIB - 1 if the object file is a shared library */
|
||||
|
||||
dynamics_objfile = allocate_objfile (NULL, 0, 0, 0);
|
||||
}
|
||||
return dynamics_objfile;
|
||||
}
|
||||
|
Reference in New Issue
Block a user