*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / coff-solib.h
index a400795e89ae216f8140f7c90052ce62cfd2c2a4..c115a40cadcf53b2d3b68a85aa04e174f3997794 100644 (file)
@@ -1,5 +1,6 @@
 /* COFF (SVR3) Shared library declarations for GDB, the GNU Debugger.
-   Copyright 1992, 1993, 1998, 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1998, 1999, 2000, 2003, 2007
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -15,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 /* Forward decl's for prototypes */
 struct target_ops;
@@ -146,7 +147,7 @@ extern void coff_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
This page took 0.028422 seconds and 4 git commands to generate.