From 314f3eeda3b46748af3fa3fd964fd048a0f56535 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Wed, 16 Oct 1991 19:50:08 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8ce6127c988..96072ce9e22 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. -- 2.30.2