aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-12-09 03:23:25 +0000
committerIan Lance Taylor <ian@airs.com>1998-12-09 03:23:25 +0000
commited9f8d9414e4d2b4e7927d96ea28412fba4fd044 (patch)
treef92df767bfb1d50b4790a0f72e189d5041ddb0ae /bfd/ChangeLog
parent350cc7c882ffcd3dac002ee0ef996fd87cfb715f (diff)
downloadgdb-ed9f8d9414e4d2b4e7927d96ea28412fba4fd044.zip
gdb-ed9f8d9414e4d2b4e7927d96ea28412fba4fd044.tar.gz
gdb-ed9f8d9414e4d2b4e7927d96ea28412fba4fd044.tar.bz2
SCO Open Server Release 5 core file support, from Jouke Numan
<jnuman@hiscom.nl>: * sco5-core.c: New file. * configure.in (i[3456]86-*-sco3.2v5*): Use sco5-core.lo. (sco5-core.lo): Define SCO5_CORE in COREFLAG. * Makefile.am: Rebuild dependencies. (OPTIONAL_BACKENDS): Add sco5-core.lo. (OPTIONAL_BACKENDS_CFILES): Add sco5-core.c. * bfd.c (struct _bfd): Add sco5_core_data field to tdata. * targets.c (sco5_core_vec): Add to target list if SCO5_CORE. * bfd-in2.h, configure, Makefile.in: Rebuild.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 298f257..8a204b4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,17 @@
+Tue Dec 8 22:15:48 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ SCO Open Server Release 5 core file support, from Jouke Numan
+ <jnuman@hiscom.nl>:
+ * sco5-core.c: New file.
+ * configure.in (i[3456]86-*-sco3.2v5*): Use sco5-core.lo.
+ (sco5-core.lo): Define SCO5_CORE in COREFLAG.
+ * Makefile.am: Rebuild dependencies.
+ (OPTIONAL_BACKENDS): Add sco5-core.lo.
+ (OPTIONAL_BACKENDS_CFILES): Add sco5-core.c.
+ * bfd.c (struct _bfd): Add sco5_core_data field to tdata.
+ * targets.c (sco5_core_vec): Add to target list if SCO5_CORE.
+ * bfd-in2.h, configure, Makefile.in: Rebuild.
+
Tue Dec 8 19:38:42 1998 Mark Klein <mklein@dis.com>
* config.bfd (hppa*-*-mpeix*): New target.