diff options
author | Nick Clifton <nickc@redhat.com> | 1998-02-11 00:13:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-02-11 00:13:05 +0000 |
commit | bae2276c5b0326080c8c66b0f2f145f42638c742 (patch) | |
tree | 2fe2de5f432ad19e858a8e40f311b09482dbec9e /bfd | |
parent | 9cca77627b0421ce97e4682ba38a7b0277c49c42 (diff) | |
download | gdb-bae2276c5b0326080c8c66b0f2f145f42638c742.zip gdb-bae2276c5b0326080c8c66b0f2f145f42638c742.tar.gz gdb-bae2276c5b0326080c8c66b0f2f145f42638c742.tar.bz2 |
Do not complain when merging m32r binaries into m32rx binaries.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 16a3c96..3f72cab 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue Feb 10 15:16:38 1998 Nick Clifton <nickc@cygnus.com> - +start-sanitize-m32rx + * elf32-m32r.c (m32r_elf_merge_private_bfd_data): Do not complain + when merging m32r BFDs into m32rx BFDs. +end-sanitize-m32rx * elf32-v850.c (remember_hi16s_reloc): New function. (find_remembered_hi16s_reloc): New function. (v850_elf_store_addend_in_insn): Use the above new functions to |