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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9db7c108d956729feeb8bac1e7b2303ad4ebbb70;p=binutils-gdb.git * solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead of (0). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 73de5ca79c4..5a940eec518 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 936f037a46f..01971f412e7 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