diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-12-11 13:45:12 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-12-11 13:45:12 +0000 |
commit | 9db7c108d956729feeb8bac1e7b2303ad4ebbb70 (patch) | |
tree | e1a834513a7037372e2e67508660378b600f39f3 /gdb/solib.h | |
parent | 6ea3dd37aebf88ac52737b4f84767785731f3f32 (diff) | |
download | fsf-binutils-gdb-9db7c108d956729feeb8bac1e7b2303ad4ebbb70.zip fsf-binutils-gdb-9db7c108d956729feeb8bac1e7b2303ad4ebbb70.tar.gz fsf-binutils-gdb-9db7c108d956729feeb8bac1e7b2303ad4ebbb70.tar.bz2 |
* solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead
of (0).
Diffstat (limited to 'gdb/solib.h')
-rw-r--r-- | gdb/solib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib.h b/gdb/solib.h index 936f037..01971f4 100644 --- a/gdb/solib.h +++ b/gdb/solib.h @@ -149,7 +149,7 @@ extern void 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 |