diff options
author | Per Bothner <per@bothner.com> | 1991-12-03 22:25:01 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-12-03 22:25:01 +0000 |
commit | 7a5f996269a24a1bedb4873f73ea98aa523f701c (patch) | |
tree | 3b75e290c99a6d655b4787a52280d464dd68cec8 /bfd/ChangeLog | |
parent | 242bfe8791ae16f2ecc498490025583a484447c0 (diff) | |
download | gdb-7a5f996269a24a1bedb4873f73ea98aa523f701c.zip gdb-7a5f996269a24a1bedb4873f73ea98aa523f701c.tar.gz gdb-7a5f996269a24a1bedb4873f73ea98aa523f701c.tar.bz2 |
* archive.c (bsd_write_armap): The pad byte sometimes added to
the string table in a __.SYMDEF member is now
counted as part of the size of the string table.
This is compatible with the old ranlib, as well as Sun's.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0aad94e..7157491 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Tue Dec 3 14:06:15 1991 Per Bothner (bothner at cygnus.com) + + * archive.c (bsd_write_armap): The pad byte sometimes added to + the string table in a __.SYMDEF member is now + counted as part of the size of the string table. + This is compatible with the old ranlib, as well as Sun's. + Tue Dec 3 10:53:30 1991 Steve Chamberlain (sac at rtl.cygnus.com) * srec.c: Rewrote to fix many bugs; now gets the record type |