diff options
author | Nick Clifton <nickc@redhat.com> | 2002-09-19 15:38:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-09-19 15:38:36 +0000 |
commit | 0e327d91faf4950ff0b7f5dd989991aef0538e3a (patch) | |
tree | 9b97189a2d2c1ddeeea553bc00ae44fc93a3f9d0 /bfd/ChangeLog | |
parent | 1c59ba3fd558b0e72d1cbe848115b6ef1ba6ea13 (diff) | |
download | gdb-0e327d91faf4950ff0b7f5dd989991aef0538e3a.zip gdb-0e327d91faf4950ff0b7f5dd989991aef0538e3a.tar.gz gdb-0e327d91faf4950ff0b7f5dd989991aef0538e3a.tar.bz2 |
Fix error reading ECOFF information: 'ioptMax' refers to the actual *size*
of the optimization symtab, not the number of entries.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 64b9bcc..233e519 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -4,6 +4,9 @@ correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1) on 64 bit machines. (ecoff_swap_sym_in) <iss>: Likewise. + * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading + ECOFF information: 'ioptMax' refers to the actual *size* + of the optimization symtab, not the number of entries. 2002-09-19 Daniel Jacobowitz <drow@mvista.com> |