aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1994-12-07 21:26:22 +0000
committerRob Savoye <rob@cygnus>1994-12-07 21:26:22 +0000
commitbd2b724a0ce513e286699ed40102d4c3bf01513a (patch)
tree004e1cc2f6f0a9264c6c1922ba52101942b64c61 /gdb/ChangeLog
parent89a19a0df71e3bb4aad87f3cc66eb2ed546f3889 (diff)
downloadgdb-bd2b724a0ce513e286699ed40102d4c3bf01513a.zip
gdb-bd2b724a0ce513e286699ed40102d4c3bf01513a.tar.gz
gdb-bd2b724a0ce513e286699ed40102d4c3bf01513a.tar.bz2
* hppa-tdep.c: Use GDB_TARGET_IS_PA_ELF so SOM target support will
stop being linked in. * config/pa/tm-hppap.h: New file. Set GDB_TARGET_IS_PA_ELF, otherwise it looks like BSD-ELF.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 433196e..f709083 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+Wed Dec 7 13:21:47 1994 Rob Savoye <rob@darkstar.cygnus.com>
+
+ * hppa-tdep.c: Use GDB_TARGET_IS_PA_ELF so SOM target support will
+ stop being linked in.
+
+ * config/pa/tm-hppap.h: New file. Set GDB_TARGET_IS_PA_ELF,
+ otherwise it looks like BSD-ELF.
+
Mon Dec 5 21:43:52 1994 Stu Grossman (grossman@cygnus.com)
* inftarg.c: include <sys/types.h> to get def of pid_t.