diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2006-03-25 10:24:27 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2006-03-25 10:24:27 +0000 |
commit | a9d34880555ed60254118c80850a4e4a6f62104f (patch) | |
tree | 8fa27b6361338acecf73f7ac755f853eabbca73f /bfd/ChangeLog | |
parent | 9332ab0250fa03f913b7253659266b2afb6d2501 (diff) | |
download | gdb-a9d34880555ed60254118c80850a4e4a6f62104f.zip gdb-a9d34880555ed60254118c80850a4e4a6f62104f.tar.gz gdb-a9d34880555ed60254118c80850a4e4a6f62104f.tar.bz2 |
bfd/
* cpu-m68k.c (bfd_m68k_compatible): Treat ISA A+ and ISA B code as
incompatible. Likewise MAC and EMAC code.
* elf32-m68k.c (elf32_m68k_merge_private_bfd_data): Use
bfd_get_compatible to set the new bfd architecture. Rely on it
to detect incompatibilities.
gas/
* config/tc-m68k.c (m68k_cpus): Change cpu_cf5208 entries to use
mcfemac instead of mcfmac.
ld/testsuite/
* ld-m68k/merge-error-1a.s, ld-m68k/merge-error-1b.s,
* ld-m68k/merge-error-1a.d, ld-m68k/merge-error-1b.d,
* ld-m68k/merge-error-1c.d, ld-m68k/merge-error-1d.d,
* ld-m68k/merge-error-1e.d, ld-m68k/merge-ok-1a.d,
* ld-m68k/merge-ok-1b.d: New tests.
* ld-m68k/m68k.exp: Run them.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8f77cc3..f8c8590 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2006-03-25 Richard Sandiford <richard@codesourcery.com> + + * cpu-m68k.c (bfd_m68k_compatible): Treat ISA A+ and ISA B code as + incompatible. Likewise MAC and EMAC code. + * elf32-m68k.c (elf32_m68k_merge_private_bfd_data): Use + bfd_get_compatible to set the new bfd architecture. Rely on it + to detect incompatibilities. + 2006-03-22 Bob Wilson <bob.wilson@acm.org> * elf32-xtensa.c (xtensa_read_table_entries): Remove assertion that |