diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2004-06-21 14:50:32 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2004-06-21 14:50:32 +0000 |
commit | aa02cc6302929252edd817456ef41317319c179c (patch) | |
tree | d62cdbb86227a9b12d2046338db551de34fe5bfe /bfd/ChangeLog | |
parent | aee6f5b4bd1c978694bede743979c0c4f560d46b (diff) | |
download | gdb-aa02cc6302929252edd817456ef41317319c179c.zip gdb-aa02cc6302929252edd817456ef41317319c179c.tar.gz gdb-aa02cc6302929252edd817456ef41317319c179c.tar.bz2 |
2003-05-15 Richard Sandiford <rsandifo@redhat.com>
* cpu-h8300.c (compatible): Allow h8300s and h8300sx code to be
linked together. Mark the result as h8300sx code.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ec5c63e..2bcd7bd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2004-06-21 Alexandre Oliva <aoliva@redhat.com> + 2003-05-15 Richard Sandiford <rsandifo@redhat.com> + * cpu-h8300.c (compatible): Allow h8300s and h8300sx code to be + linked together. Mark the result as h8300sx code. + +2004-06-21 Alexandre Oliva <aoliva@redhat.com> + * elf-bfd.h (struct elf_backend_data): Added elf_backend_omit_section_dynsym. (_bfd_elf_link_omit_section_dynsym): Declare. |