aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1995-01-12 18:33:52 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1995-01-12 18:33:52 +0000
commitb69fe36371fecce6c41d694c8c923f8eff82e987 (patch)
tree477600cfc0a3dda1d82bcf4f0dacfb2d2eba8c2e /bfd
parentcc62225cc82886b3230cc8ec7d8c24035a18f167 (diff)
downloadgdb-b69fe36371fecce6c41d694c8c923f8eff82e987.zip
gdb-b69fe36371fecce6c41d694c8c923f8eff82e987.tar.gz
gdb-b69fe36371fecce6c41d694c8c923f8eff82e987.tar.bz2
* hosts/symmetry.h: Redefine `shared' to enable compilation
with the native Dynix cc compiler. * i386dynix.c: Include aoutx.h instead of using routines from aout32.c.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fdb8565..faf2f42 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jan 12 09:33:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * hosts/symmetry.h: Redefine `shared' to enable compilation
+ with the native Dynix cc compiler.
+ * i386dynix.c: Include aoutx.h instead of using routines
+ from aout32.c.
+
Wed Jan 11 21:31:41 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
* reloc.c (reloc_howto_type): Make typedef include `const'.