diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-01-30 20:30:53 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-01-30 20:30:53 +0000 |
commit | 4e8108491bbcb30349787bf3cdc861d70ced18d4 (patch) | |
tree | 064ce56a7ec6bc645b7afa97a4567203066252e6 /bfd/ChangeLog | |
parent | 2edc8357dead10b0db9999d2c540fc47cb35be9b (diff) | |
download | gdb-4e8108491bbcb30349787bf3cdc861d70ced18d4.zip gdb-4e8108491bbcb30349787bf3cdc861d70ced18d4.tar.gz gdb-4e8108491bbcb30349787bf3cdc861d70ced18d4.tar.bz2 |
* gen-aout.c (main): Set DEFAULT_ARCH based on preprocessor macros
(only testing for m68k and vax at the moment); do verify that the
preprocessor didn't trash the arch name inside the string version.
Don't print out "pagesize =" line that prevents output from
compiling. Derive BYTES_IN_WORD and ARCH values from sizeof
results.
* Makefile.in (aout-params.h): Pass gen-aout a dummy target name.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6f2e368..f27e206 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Sun Jan 30 15:14:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * gen-aout.c (main): Set DEFAULT_ARCH based on preprocessor macros + (only testing for m68k and vax at the moment); do verify that the + preprocessor didn't trash the arch name inside the string version. + Don't print out "pagesize =" line that prevents output from + compiling. Derive BYTES_IN_WORD and ARCH values from sizeof + results. + * Makefile.in (aout-params.h): Pass gen-aout a dummy target name. + Sun Jan 30 13:25:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * aoutx.h (aout_link_write_symbols): Write out correct value for |