diff options
| author | Nick Clifton <nickc@redhat.com> | 2013-02-15 14:37:39 +0000 |
|---|---|---|
| committer | Nick Clifton <nickc@redhat.com> | 2013-02-15 14:37:39 +0000 |
| commit | a043396b72d17ae87267b534aa98457a0702f5c8 (patch) | |
| tree | 01175912495c045c25625c8048a83ba65c3a5c64 /binutils/ChangeLog | |
| parent | 76d8cf45bb12ae6d8fc41d92579a2e166efb5b2f (diff) | |
| download | ppe42-binutils-a043396b72d17ae87267b534aa98457a0702f5c8.tar.gz ppe42-binutils-a043396b72d17ae87267b534aa98457a0702f5c8.zip | |
PR binutils/15140
* ar.c (open_inarch): Fail on attempts to convert a normal archive
to a thin archive or vice versa.
* elfcomm.c (make_qualified_name): Handle corrupted thin
archives.
* readelf.c (process_archive): Likewise.
* doc/binutils.texi: Clarify documentation describing thin
archives.
* archive.c (_bfd_get_elt_at_filepos): Prevent an infinite loop
accessing a corrupt nested archive.
Diffstat (limited to 'binutils/ChangeLog')
| -rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d2e6dd0ebc..06f5dd5bf2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -4,6 +4,17 @@ 2013-02-15 Nick Clifton <nickc@redhat.com> + PR binutils/15140 + * ar.c (open_inarch): Fail on attempts to convert a normal archive + to a thin archive or vice versa. + * elfcomm.c (make_qualified_name): Handle corrupted thin + archives. + * readelf.c (process_archive): Likewise. + * doc/binutils.texi: Clarify documentation describing thin + archives. + +2013-02-15 Nick Clifton <nickc@redhat.com> + PR binutils/15033 * objcopy.c (enum change_action): Delete. (struct section_list): Delete remove, copy, change_vma, change_lma |

