]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/bfd-in2.h
* Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
authorStan Cox <scox@redhat.com>
Fri, 3 Jan 2003 21:12:28 +0000 (21:12 +0000)
committerStan Cox <scox@redhat.com>
Fri, 3 Jan 2003 21:12:28 +0000 (21:12 +0000)
commita75473eb669e29b5a60695988da32f2c5449d530
tree4ed4a215117198127df421478af317634a555e78
parent0a8551ddd5fc5dfebac56fdd8f89b1757461e292
* Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
(ALL_MACHINES_CFILES): Add cpu-iq2000.c.
(BFD32_BACKENDS): Add elf32-iq2000.lo.
(BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
(cpu-iq2000.lo): New target.
* Makefile.in: Regenerate.
* config.bfd: Handle iq2000-*-elf.
* archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
(bfd_archures_list): Add bfd_iq2000_arch.
* configure.in: Handle bfd_elf32_iq2000_vec.
* configure: Regenerate.
* reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
and BFD_RELOC_IQ2000_UHI16.
* targets.c (bfd_elf32_iq2000_vec): Declare.
(bfd_target_vector): Add bfd_elf32_iq2000_vec.
* elf.c (prep_headers): Set e_machine to EM_IQ2000.
* cpu-iq2000.c: New file.
* elf32-iq2000.c: Likewise.
* libbfd.h: Regenerate.
* bfd-in2.h: Likewise.
13 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-iq2000.c [new file with mode: 0644]
bfd/elf32-iq2000.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c