diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2004-03-03 18:01:49 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2004-03-03 18:01:49 +0000 |
commit | f9ef90e3ab807c956294fd3c148993b47f991318 (patch) | |
tree | 384ba2832b0dd7d2ccc12de4de6c3aa00cde9693 /include/elf/ChangeLog | |
parent | dd890ee10667e74c36e4e76c57319af29272af62 (diff) | |
download | newlib-f9ef90e3ab807c956294fd3c148993b47f991318.zip newlib-f9ef90e3ab807c956294fd3c148993b47f991318.tar.gz newlib-f9ef90e3ab807c956294fd3c148993b47f991318.tar.bz2 |
2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
opcodes:
* sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
nofpu mode. Add BFD type bfd_mach_sh4_nommu_nofpu.
* sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
accordingly.
bfd:
* archures.c: Add bfd_mach_sh4_nommu_nofpu.
* cpu-sh.c: Ditto.
* elf32-sh.c: Ditto.
* bfd-in2.h: Regenerate.
include/elf:
* sh.h: Add EF_SH4_NOMMU_NOFPU.
gas:
* config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
-isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
(sh_elf_final_processing): Output BFD type sh4_nofpu if that is
the most general type or the user specifically requested it.
(md_assemble): Add a new error message for when an instruction
is understood, but is not allowed due to an -isa option.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r-- | include/elf/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 707a1ab..6e4d604 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com> + + * sh.h: Add EF_SH4_NOMMU_NOFPU. + 2004-03-01 Richard Sandiford <rsandifo@redhat.com> * frv.h (EF_FRV_CPU_FR405, EF_FRV_CPU_FR450): Define. |