mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
This commit is contained in:
parent
08f740041a
commit
911b232a92
@ -1,3 +1,34 @@
|
||||
2002-11-05 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
|
||||
t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
|
||||
|
||||
2002-11-05 Graeme Peterson <gp@qnx.com>
|
||||
|
||||
* Makefile.am: Remove entries for elf32-qnx.[ch].
|
||||
* Makefile.in: Regenerate.
|
||||
* config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
|
||||
ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
|
||||
bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
|
||||
* configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
|
||||
bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
|
||||
and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
|
||||
bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
|
||||
* configure: Regenerate.
|
||||
* elf32-qnx.c: Remove.
|
||||
* elf32-qnx.h: Remove.
|
||||
* elf.c: Remove calls to QNX specific set_nonloadable_filepos,
|
||||
is_contained_by_filepos, and copy_private_bfd_data_p.
|
||||
* elf32-i386.c: Remove QNX extended bfd support.
|
||||
* elf32-ppc.c: Remove QNX extended bfd support.
|
||||
* elf32-sh.c: Remove QNX extended bfd support.
|
||||
* elfarm-nabi.c: Remove QNX extended bfd support.
|
||||
* targets.c: Remove qnx vectors.
|
||||
* elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
|
||||
(elf_backend_is_contained_by_filepos): Remove.
|
||||
(elf_backend_copy_private_bfd_data_p): Remove.
|
||||
* po/SRC-POTFILES.in: Regenerate.
|
||||
|
||||
2002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||
Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
|
@ -367,13 +367,6 @@ static const insn16 t2a1_bx_pc_insn = 0x4778;
|
||||
static const insn16 t2a2_noop_insn = 0x46c0;
|
||||
static const insn32 t2a3_b_insn = 0xea000000;
|
||||
|
||||
static const insn16 t2a1_push_insn = 0xb540;
|
||||
static const insn16 t2a2_ldr_insn = 0x4e03;
|
||||
static const insn16 t2a3_mov_insn = 0x46fe;
|
||||
static const insn16 t2a4_bx_insn = 0x4730;
|
||||
static const insn32 t2a5_pop_insn = 0xe8bd4040;
|
||||
static const insn32 t2a6_bx_insn = 0xe12fff1e;
|
||||
|
||||
#ifndef ELFARM_NABI_C_INCLUDED
|
||||
boolean
|
||||
bfd_elf32_arm_allocate_interworking_sections (info)
|
||||
|
Loading…
Reference in New Issue
Block a user