aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1993-09-24 07:45:28 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1993-09-24 07:45:28 +0000
commit4346ee0f9759fa852f1b423b1b8f66d4938ec7a5 (patch)
treeecb38db47685286fd990d275a7c0cf470f040a1b /bfd
parent449fc5131c8045e8d20f2bf6faed40bc957fa43a (diff)
downloadfsf-binutils-gdb-4346ee0f9759fa852f1b423b1b8f66d4938ec7a5.zip
fsf-binutils-gdb-4346ee0f9759fa852f1b423b1b8f66d4938ec7a5.tar.gz
fsf-binutils-gdb-4346ee0f9759fa852f1b423b1b8f66d4938ec7a5.tar.bz2
* osf-core.c: New file for OSF/1 core file support.
* config/alphaosf.mh (HDEFINES): Set to -DHPUX_CORE. (HDEPFILES): Set to hpux-core.o. * bfd-in2.h (union tdata): Add osf_core_data member. * targets.c: If OSF_CORE is defined, add osf_core_vec to target list. * Makefile.in (OPTIONAL_BACKENDS): Add osf-core.o. (osf-core.o): New dependency.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/.Sanitize1
-rw-r--r--bfd/ChangeLog15
2 files changed, 16 insertions, 0 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 9edd16c..d3c2c91 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -151,6 +151,7 @@ nlm64.c
nlmcode.h
oasys.c
opncls.c
+osf-core.c
reloc.c
reloc16.c
rs6000-core.c
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e79ac18..459b08f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,20 @@
+Fri Sep 24 00:42:23 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * osf-core.c: New file for OSF/1 core file support.
+ * config/alphaosf.mh (HDEFINES): Set to -DHPUX_CORE.
+ (HDEPFILES): Set to hpux-core.o.
+ * bfd-in2.h (union tdata): Add osf_core_data member.
+ * targets.c: If OSF_CORE is defined, add osf_core_vec to target list.
+ * Makefile.in (OPTIONAL_BACKENDS): Add osf-core.o.
+ (osf-core.o): New dependency.
+
Thu Sep 23 21:04:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * TODO: Remove note about making --with-bfd-targets use canonical
+ target configuration name (already done); reword item about
+ separating reading and writing stuff to not refer to a
+ non-existent item.
+
* ecoff.h (ecoff_set_arch_mach_hook): Accept MIPS_MAGIC_LITTLE2
and MIPS_MAGIC_BIG2.