* 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 73de5ca..5a940ee 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 936f037..01971f4 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