diff options
author | DJ Delorie <dj@delorie.com> | 2013-01-07 20:28:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2013-01-07 20:28:41 +0000 |
commit | 25714c72b6f945a5fab5fae9ece061f58976da86 (patch) | |
tree | 95f08baf010199969e86c3788ee309b3246b8ccb /libiberty/ChangeLog | |
parent | 119bd7e65b372046463cc1ddc6029fa8b1c3d690 (diff) | |
download | binutils-redhat-25714c72b6f945a5fab5fae9ece061f58976da86.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 7ecd6da140..4479c77f27 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,17 @@ +2013-01-04 Ian Lance Taylor <iant@google.com> + + PR other/54800 + * simple-object-mach-o.c (simple_object_mach_o_segment): Don't + bother to zero out a buffer we are about to set anyhow. + +2013-01-01 David Edelsohn <dje.gcc@gmail.com> + + * simple-object-xcoff.c: New file. + * Makefile.in: Add it to build machinery. + * simple-object-common.h (simple_object_xcoff_functions): Declare. + * simple-object.c (format_functions): Add + simple_object_xcoff_functions. + 2012-11-10 Jason Merrill <jason@redhat.com> * cp-demangle.c (d_unqualified_name): Handle abi tags here. |