diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2013-01-02 02:04:42 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2013-01-01 21:04:42 -0500 |
commit | a9b01f002fc2f86a7a1c3f7eed730a5007be3c73 (patch) | |
tree | 5d68e288641c21b158dc93c04378fc96b59bd30b /libiberty/ChangeLog | |
parent | 0331d94dae2ed9a837acb9abcd51aafc7d2dd7fb (diff) | |
download | gcc-a9b01f002fc2f86a7a1c3f7eed730a5007be3c73.zip gcc-a9b01f002fc2f86a7a1c3f7eed730a5007be3c73.tar.gz gcc-a9b01f002fc2f86a7a1c3f7eed730a5007be3c73.tar.bz2 |
simple-object-xcoff.c: New file.
* 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.
From-SVN: r194774
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 7ecd6da..0875603 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,11 @@ +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. |