diff options
author | DJ Delorie <dj@redhat.com> | 2013-09-12 16:08:09 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2013-09-12 16:08:09 +0000 |
commit | 46dd523316d99a47824e1d7939fe1e680dd31adc (patch) | |
tree | b649753ca219bcf05bbae6d01f58e0579e67a1c0 | |
parent | * dwarf.c (dwarf_vmatoa): Rename to dwarf_vmatoa_1 and add a (diff) | |
download | binutils-gdb-46dd523316d99a47824e1d7939fe1e680dd31adc.tar.gz binutils-gdb-46dd523316d99a47824e1d7939fe1e680dd31adc.tar.bz2 binutils-gdb-46dd523316d99a47824e1d7939fe1e680dd31adc.zip |
merge from gcc
-rw-r--r-- | libiberty/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 3ebf3c17662..89e108a8da6 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -21,6 +21,7 @@ DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first time the component is traversed, and use the captured scope for subsequent traversals. + * testsuite/demangle-expected: Add regression test. 2013-09-10 Gary Benson <gbenson@redhat.com> @@ -40,6 +41,7 @@ DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first time the component is traversed, and use the captured scope for subsequent traversals. + * testsuite/demangle-expected: Add regression test. 2013-08-20 Alan Modra <amodra@gmail.com> |