diff options
author | Nick Clifton <nickc@redhat.com> | 2012-06-29 12:59:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-06-29 12:59:49 +0000 |
commit | 34debcd10be022a25d66ef911b30c4ae9131cdc9 (patch) | |
tree | 2c1b9e31f952906d5460de3442fa524b3227bb92 /binutils/ChangeLog | |
parent | 5afcec7379df04b065548241039cc253f88ea634 (diff) | |
download | binutils-gdb-34debcd10be022a25d66ef911b30c4ae9131cdc9.tar.gz |
PR binutils/14302
* bucomm.c (print_arelt_descr): Correctly report the archive size
field (for 'ar tv').
* ar.c (print_contents): Use correct types for archive element
sizes (for 'ar p').
(extract_file): Likewise (for 'ar x').
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c864bc45913..2448972d69e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2012-06-29 Francois Gouget <fgouget@codeweavers.com> + + PR binutils/14302 + * bucomm.c (print_arelt_descr): Correctly report the archive size + field (for 'ar tv'). + * ar.c (print_contents): Use correct types for archive element + sizes (for 'ar p'). + (extract_file): Likewise (for 'ar x'). + 2012-06-29 Alan Modra <amodra@gmail.com> * readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc. |