summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2003-07-10 21:56:25 +0000
committerFred Fish <fnf@specifix.com>2003-07-10 21:56:25 +0000
commite4a227e13ccb0a962e574173c3443053dc5cf4ba (patch)
treed1beb6702db6d5b691d42ea3c126530de179b01c
parentd6748a45d98bdb3030ffca919e3e24a98ecb1ef2 (diff)
downloadgdb-e4a227e13ccb0a962e574173c3443053dc5cf4ba.tar.gz
2003-07-10 Fred Fish <fnf@ninemoons.com>
* coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a null string instead of a null pointer. * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto. (Also updated copyrights)
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/coff-solib.h4
-rw-r--r--gdb/solib.h4
3 files changed, 10 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index faafc5da102..a58c97209e0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-10 Fred Fish <fnf@ninemoons.com>
+
+ * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
+ null string instead of a null pointer.
+ * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
+
2003-07-09 Michael Snyder <msnyder@redhat.com>
* sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
diff --git a/gdb/coff-solib.h b/gdb/coff-solib.h
index 144f36df700..d29f96a0981 100644
--- a/gdb/coff-solib.h
+++ b/gdb/coff-solib.h
@@ -1,5 +1,5 @@
/* COFF (SVR3) Shared library declarations for GDB, the GNU Debugger.
- Copyright 1992, 1993, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1992, 1993, 1998, 1999, 2000, 2003 Free Software Foundation, Inc.
This file is part of GDB.
@@ -109,7 +109,7 @@ extern void coff_solib_create_inferior_hook (void); /* solib.c */
*/
#define SOLIB_LOADED_LIBRARY_PATHNAME(pid) \
-(0)
+""
/* This function returns TRUE if the dynamic linker has just reported
an unload of a library.
diff --git a/gdb/solib.h b/gdb/solib.h
index 04be72da465..936f037a46f 100644
--- a/gdb/solib.h
+++ b/gdb/solib.h
@@ -1,5 +1,5 @@
/* Shared library declarations for GDB, the GNU Debugger.
- Copyright 1992, 1993, 1995, 1998, 1999, 2000, 2001
+ Copyright 1992, 1993, 1995, 1998, 1999, 2000, 2001, 2003
Free Software Foundation, Inc.
This file is part of GDB.
@@ -112,7 +112,7 @@ extern void solib_create_inferior_hook (void); /* solib.c */
*/
#define SOLIB_LOADED_LIBRARY_PATHNAME(pid) \
-(0)
+""
/* This function returns TRUE if the dynamic linker has just reported
an unload of a library.