diff options
Diffstat (limited to 'gdb/coff-solib.h')
-rw-r--r-- | gdb/coff-solib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/coff-solib.h b/gdb/coff-solib.h index b407361..8a20103 100644 --- a/gdb/coff-solib.h +++ b/gdb/coff-solib.h @@ -146,7 +146,7 @@ extern void coff_solib_create_inferior_hook (void); /* solib.c */ */ #define SOLIB_UNLOADED_LIBRARY_PATHNAME(pid) \ -(0) +"" /* This function returns TRUE if pc is the address of an instruction that lies within the dynamic linker (such as the event hook, or the dld |