diff options
author | Per Bothner <per@bothner.com> | 1991-10-16 19:50:08 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-10-16 19:50:08 +0000 |
commit | 314f3eeda3b46748af3fa3fd964fd048a0f56535 (patch) | |
tree | d8c9fe9050da91bed5d2082be469d38a70c9bc64 /bfd | |
parent | 45e6027024086f9c13a6f86e38ed75073556faca (diff) | |
download | gdb-314f3eeda3b46748af3fa3fd964fd048a0f56535.zip gdb-314f3eeda3b46748af3fa3fd964fd048a0f56535.tar.gz gdb-314f3eeda3b46748af3fa3fd964fd048a0f56535.tar.bz2 |
* archive.c (bsd_write_argmap): The size of the ranlib structures
should not include teh size field itself.
* aoutx.h, libaout.h (NAME(aout, sizeof_headers)): Use
adata(abfd)->exec_bytes_size field instead of constant macro,
because aoutx.h compiles to a simple .o file shared by
all 32-bits a.out targets.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8ce6127..96072ce 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Wed Oct 16 12:43:49 1991 Per Bothner (bothner at cygnus.com) + + * archive.c (bsd_write_argmap): The size of the ranlib structures + should not include teh size field itself. + * aoutx.h, libaout.h (NAME(aout, sizeof_headers)): Use + adata(abfd)->exec_bytes_size field instead of constant macro, + because aoutx.h compiles to a simple .o file shared by + all 32-bits a.out targets. + Wed Oct 16 11:11:05 1991 John Gilmore (gnu at cygnus.com) * configure.in: Allow i386-sco-sysv. |