]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-07-10 Fred Fish <fnf@ninemoons.com>
authorFred Fish <fnf@specifix.com>
Thu, 10 Jul 2003 21:56:25 +0000 (21:56 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 10 Jul 2003 21:56:25 +0000 (21:56 +0000)
* 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)

gdb/ChangeLog
gdb/coff-solib.h
gdb/solib.h

index faafc5da10221ea9baa34408da0a3c3a52ade559..a58c97209e00f85cf43c1bb48dd4734390907046 100644 (file)
@@ -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.
index 144f36df70009686e5f6c15844ad0560997f5d2a..d29f96a0981e2df8e19564101cde7ce55a08453d 100644 (file)
@@ -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.
index 04be72da4659f93690ecb39820962ec181dc1008..936f037a46fb374cf787b68533365091e5232f59 100644 (file)
@@ -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.