diff options
author | DJ Delorie <dj@redhat.com> | 2012-07-18 20:09:08 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2012-07-18 20:09:08 +0000 |
commit | 7c32896367817d17492a933c48a97c75a0912e3b (patch) | |
tree | 6ca00ae0797489d951cd356ab7932dbb1cea5500 /libiberty/ChangeLog | |
parent | 853254db4122cf8838ced13a1b950afc62043538 (diff) | |
download | gdb-7c32896367817d17492a933c48a97c75a0912e3b.zip gdb-7c32896367817d17492a933c48a97c75a0912e3b.tar.gz gdb-7c32896367817d17492a933c48a97c75a0912e3b.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 4ece5ab..716a2ce 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2012-07-18 Jason Merrill <jason@redhat.com> + + * cp-demangle.c (cplus_demangle_operators): Add *_cast. + (op_is_new_cast): New. + (d_expression, d_print_comp): Check it. + 2012-07-13 Doug Evans <dje@google.com> * filename_cmp.c (filename_hash, filename_eq): New functions. |