diff options
author | Alan Modra <amodra@gmail.com> | 2002-11-05 05:01:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-11-05 05:01:11 +0000 |
commit | 911b232a921a38e89c0048b00c1526fd429257ab (patch) | |
tree | 5a6cee8212ca5a0004885f9f29e7ba80aced2c44 /bfd/elf32-arm.h | |
parent | 08f740041ab7c4155d0acb9fe1d2d7a3b9831c9d (diff) | |
download | gdb-911b232a921a38e89c0048b00c1526fd429257ab.zip gdb-911b232a921a38e89c0048b00c1526fd429257ab.tar.gz gdb-911b232a921a38e89c0048b00c1526fd429257ab.tar.bz2 |
* elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
Diffstat (limited to 'bfd/elf32-arm.h')
-rw-r--r-- | bfd/elf32-arm.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bfd/elf32-arm.h b/bfd/elf32-arm.h index 5901aea..b74058f 100644 --- a/bfd/elf32-arm.h +++ b/bfd/elf32-arm.h @@ -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) |