diff options
author | DJ Delorie <dj@redhat.com> | 2010-04-07 21:16:24 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-04-07 21:16:24 +0000 |
commit | 45ecb02a77c46951cc295f519e2c36c4f999a047 (patch) | |
tree | c2a039867fb74836e9734eb245f4b0d6a93152f3 /libiberty/ChangeLog | |
parent | efc8d4f25fb033b23e14adabd74f312ef73824a9 (diff) | |
download | fsf-binutils-gdb-45ecb02a77c46951cc295f519e2c36c4f999a047.zip fsf-binutils-gdb-45ecb02a77c46951cc295f519e2c36c4f999a047.tar.gz fsf-binutils-gdb-45ecb02a77c46951cc295f519e2c36c4f999a047.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 176dd4d..eb47537 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2010-04-07 Jakub Jelinek <jakub@redhat.com> + + * regex.c (byte_re_match_2_internal): Avoid set but not used + warning. + 2010-03-22 Jason Merrill <jason@redhat.com> * cp-demangle.c (d_print_mod): Use () rather than [] for vectors. |