* solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead
authorMark Kettenis <kettenis@gnu.org>
Thu, 11 Dec 2003 13:45:12 +0000 (13:45 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 11 Dec 2003 13:45:12 +0000 (13:45 +0000)
of (0).

gdb/ChangeLog
gdb/solib.h

index 73de5ca79c4cb8b69adeaeb13faafb4745cea07e..5a940eec5189e36787ba5af34e0dfc1dbd5e6b4c 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-10  Mark Kettenis  <kettenis@gnu.org>
+
+       * solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead
+       of (0).
+
 2003-12-11  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
 
        * MAINTAINERS (write after approval): Add myself.
index 936f037a46fb374cf787b68533365091e5232f59..01971f412e73fd36b7ec508add418f26ccedde52 100644 (file)
@@ -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