diff options
author | Joel Brobecker <brobecker@gnat.com> | 2001-09-28 21:36:18 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2001-09-28 21:36:18 +0000 |
commit | 78ae4cb9c0a4aff395fc298652faa40eda3c373e (patch) | |
tree | 77ec7a47e531609569113167eb5a3bcdbf03488e /bfd | |
parent | 982cfd78672bdbdc7cc2958c351377a126022786 (diff) | |
download | binutils-78ae4cb9c0a4aff395fc298652faa40eda3c373e.zip binutils-78ae4cb9c0a4aff395fc298652faa40eda3c373e.tar.gz binutils-78ae4cb9c0a4aff395fc298652faa40eda3c373e.tar.bz2 |
Document changes to som.c revision 1.22.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5e34c07..47c69be 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2001-09-28 J. Brobecker <brobecker@gnat.com> + + * som.c (som_write_symbol_strings): Fix incorrect type of + current_offset to match the function definition. Fixes a build + failure on HPUX-11.00. + 2001-09-28 Richard Henderson <rth@redhat.com> * section.c (SEC_ARCH_BIT_0): New; replace unused SEC_BALIGN. |