diff options
author | Stu Grossman <grossman@cygnus> | 1992-09-03 16:10:13 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-09-03 16:10:13 +0000 |
commit | 4e5ff049bcbe0e1645fa8799ccb5c8437f42fa94 (patch) | |
tree | 1de2180bb2e6b88c8a3cd2a1a8480fc39b2079c2 /bfd | |
parent | 091a79f59a7494a2c2ecf17c819fb704463052b1 (diff) | |
download | gdb-4e5ff049bcbe0e1645fa8799ccb5c8437f42fa94.zip gdb-4e5ff049bcbe0e1645fa8799ccb5c8437f42fa94.tar.gz gdb-4e5ff049bcbe0e1645fa8799ccb5c8437f42fa94.tar.bz2 |
* bout.c, cpu-z8k.c: Use enums when initializing structs to keep
braindamaged HP/Apollo compiler happy.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b6986b6..0dce859 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Thu Sep 3 09:05:37 1992 Stu Grossman (grossman at cygnus.com) + + * bout.c, cpu-z8k.c: Use enums when initializing structs to keep + braindamaged HP/Apollo compiler happy. + +Wed Sep 2 02:53:29 1992 John Gilmore (gnu@cygnus.com) + + * format.c: Fix description of search for matching target. + * aoutx.h (some_aout_object_p): Set SEC_CODE and SEC_DATA. + * targets.c: Update description of search for matching target. + * Makefile.in (do_clean, clean): Fix infant mortality typo. + (docdir): Set to ./doc, not ${srcdir}/doc, which has no makefile. + (z8k and we32k files): `*.o: *.c': avoid Sun Make bug. + Wed Sep 2 00:26:32 1992 Per Bothner (bothner@rtl.cygnus.com) * Makefile.in: Added mostlyclean/clean/distclean rules. |