projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea3dd3
)
* solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "" instead
author
Mark Kettenis
<kettenis@gnu.org>
Thu, 11 Dec 2003 13:45:12 +0000
(13:45 +0000)
committer
Mark Kettenis
<kettenis@gnu.org>
Thu, 11 Dec 2003 13:45:12 +0000
(13:45 +0000)
of (0).
gdb/ChangeLog
patch
|
blob
|
history
gdb/solib.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 73de5ca79c4cb8b69adeaeb13faafb4745cea07e..5a940eec5189e36787ba5af34e0dfc1dbd5e6b4c 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.
diff --git
a/gdb/solib.h
b/gdb/solib.h
index 936f037a46fb374cf787b68533365091e5232f59..01971f412e73fd36b7ec508add418f26ccedde52 100644
(file)
--- 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