diff options
author | Nick Clifton <nickc@redhat.com> | 2013-08-27 16:22:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-08-27 16:22:48 +0000 |
commit | 0e135a02da8fc068153959bfd940f88a03c66ec4 (patch) | |
tree | d6c3f69a53a41666b3fcf53c52414296b56f74d1 /binutils/ChangeLog | |
parent | 44f3886761962fabfb0d92dbc1fed83e5a510d16 (diff) | |
download | gdb-0e135a02da8fc068153959bfd940f88a03c66ec4.zip gdb-0e135a02da8fc068153959bfd940f88a03c66ec4.tar.gz gdb-0e135a02da8fc068153959bfd940f88a03c66ec4.tar.bz2 |
PR binutils/15796
* ar.c (map_over_members): Correctly handle multiple same-name
entries on the command line and in the archive.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0805981..5a4872c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2013-08-27 Nick Clifton <nickc@redhat.com> + + PR binutils/15796 + * ar.c (map_over_members): Correctly handle multiple same-name + entries on the command line and in the archive. + 2013-08-23 H.J. Lu <hongjiu.lu@intel.com> * doc/binutils.texi: Remove the extra space. |