From: Mark Kettenis Date: Thu, 11 Dec 2003 13:45:12 +0000 (+0000) Subject: * solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead X-Git-Tag: drow-cplus-merge-20031214~19 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3575abbea47e7510f26e26638420297c0aaa3616;p=pf3gnuchains%2Fpf3gnuchains4x.git * solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead of (0). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 73de5ca79c..5a940eec51 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-12-10 Mark Kettenis + + * solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead + of (0). + 2003-12-11 Dhananjay Deshpande * MAINTAINERS (write after approval): Add myself. diff --git a/gdb/solib.h b/gdb/solib.h index 936f037a46..01971f412e 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