diff options
author | Nick Clifton <nickc@redhat.com> | 2012-07-03 16:25:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-07-03 16:25:17 +0000 |
commit | 5f8ebec53d47aacc4dc1d67f3c9b0117539b2468 (patch) | |
tree | 9e8782d177aba96110ec1d0ab0bb3af0b7e727eb /bfd/ChangeLog | |
parent | 00595b5e791b2326344340ad568e76c05b3ad402 (diff) | |
download | gdb-5f8ebec53d47aacc4dc1d67f3c9b0117539b2468.zip gdb-5f8ebec53d47aacc4dc1d67f3c9b0117539b2468.tar.gz gdb-5f8ebec53d47aacc4dc1d67f3c9b0117539b2468.tar.bz2 |
* archive.c (bsd_write_armap): Catch attempts to create an archive
with indicies bigger than 4Gb.
(coff_write_armap): Likewise.
* readelf.c (process_archive): Display member indicies when
dumping index.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5ab8525..f6d368e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2012-07-03 Nick Clifton <nickc@redhat.com> + + * archive.c (bsd_write_armap): Catch attempts to create an archive + with indicies bigger than 4Gb. + (coff_write_armap): Likewise. + 2012-07-03 H.J. Lu <hongjiu.lu@intel.com> PR binutils/14319 |