diff options
author | Nick Clifton <nickc@redhat.com> | 1997-11-25 18:57:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-11-25 18:57:03 +0000 |
commit | 4936eb9abe0a4418885c11b0511f07a86a4fe178 (patch) | |
tree | 7e01a70284e763600917656eb73a89f88deabb20 | |
parent | 4ee2892be8a7f89135cd491a06867493df076dfc (diff) | |
download | gdb-4936eb9abe0a4418885c11b0511f07a86a4fe178.zip gdb-4936eb9abe0a4418885c11b0511f07a86a4fe178.tar.gz gdb-4936eb9abe0a4418885c11b0511f07a86a4fe178.tar.bz2 |
Do not complain when trying to merge private data from different formats.
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bdc7613..8083b75 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 25 10:55:36 1997 Nick Clifton <nickc@cygnus.com> + + * coff-arm.c (coff_arm_bfd_merge_private_bfd_data): Do not + complain if inout and output formats differ. + Tue Nov 25 11:26:27 1997 Ian Lance Taylor <ian@cygnus.com> * Makefile.am (BFD32_BACKENDS): Remove tekhex.lo. |