aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffsolib.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-25 11:15:47 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-25 11:15:47 +0000
commit5140562f3754c1898439e3b75418ad4a3226d45f (patch)
treeded5cf584d030e2e96145c98396942923e467562 /gdb/xcoffsolib.c
parent4d38b5a85af73d950c9600073d1057a469da9b18 (diff)
downloadfsf-binutils-gdb-5140562f3754c1898439e3b75418ad4a3226d45f.zip
fsf-binutils-gdb-5140562f3754c1898439e3b75418ad4a3226d45f.tar.gz
fsf-binutils-gdb-5140562f3754c1898439e3b75418ad4a3226d45f.tar.bz2
* tm-hppa.h: New file, architectural definition of HP PA.
* tm-hppabsd.h, tm-hppahpux.h: Shrink to deltas from tm-hppa.h. * am29k-pinsn.c, am29k-tdep.c, copying.awk, copying.c, hppa-coredep.c, hppa-pinsn.c, hppabsd-core.c, hppabsd-tdep.c, hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, remote-udi.c, ser-go32.c, xcoffsolib.c: Remove <stdio.h> which is already in "defs.h". * hppa-coredep.c, hppa-pinsn.c, hppabsd-core.c, hppabsd-tdep.c, hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, xcoffsolib.c, xcoffsolib.h, xm-go32.h, xm-hppabsd.h, xm-hppahpux.h: Copyrights.
Diffstat (limited to 'gdb/xcoffsolib.c')
-rw-r--r--gdb/xcoffsolib.c25
1 files changed, 20 insertions, 5 deletions
diff --git a/gdb/xcoffsolib.c b/gdb/xcoffsolib.c
index 4d2893f..a6ca8a7 100644
--- a/gdb/xcoffsolib.c
+++ b/gdb/xcoffsolib.c
@@ -1,17 +1,33 @@
-#include <stdio.h>
+/* Shared library support for RS/6000 (xcoff) object files, for GDB.
+ Copyright 1991, 1992 Free Software Foundation.
+ Contributed by IBM Corporation.
+
+This file is part of GDB.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+
#include <sys/types.h>
#include <sys/ldr.h>
#include "defs.h"
#include "bfd.h"
-/*#include "libbfd.h" /* BFD internals (sigh!) FIXME */
#include "xcoffsolib.h"
-
extern struct symtab *current_source_symtab;
extern int current_source_line;
-
/* The real work of adding a shared library file to the symtab and
the section list. */
@@ -98,7 +114,6 @@ solib_add (arg_string, from_tty, target)
}
else if (!matched)
printf ("No matching shared object found.\n");
-
}