diff options
author | Nick Clifton <nickc@redhat.com> | 2005-02-11 17:13:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-02-11 17:13:02 +0000 |
commit | 596c83ecf6721933e7cfbec8e3e5615f83c147b4 (patch) | |
tree | 45eded7dfb731a95278736618778c56bafe6cdb2 /bfd/elf32-ip2k.c | |
parent | (coff_std_swap_table): Add an unused attribute in case it is not used. (diff) | |
download | binutils-gdb-596c83ecf6721933e7cfbec8e3e5615f83c147b4.tar.gz binutils-gdb-596c83ecf6721933e7cfbec8e3e5615f83c147b4.tar.bz2 binutils-gdb-596c83ecf6721933e7cfbec8e3e5615f83c147b4.zip |
(ip2k_call_opcode, IS_CALL_OPCODE): Remove unused structure and macro.
Diffstat (limited to 'bfd/elf32-ip2k.c')
-rw-r--r-- | bfd/elf32-ip2k.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bfd/elf32-ip2k.c b/bfd/elf32-ip2k.c index 94e04f4fa03..0c7c37c9790 100644 --- a/bfd/elf32-ip2k.c +++ b/bfd/elf32-ip2k.c @@ -106,15 +106,6 @@ static const struct ip2k_opcode ip2k_jmp_opcode[] = #define IS_JMP_OPCODE(code) \ ip2k_is_opcode (code, ip2k_jmp_opcode) -static const struct ip2k_opcode ip2k_call_opcode[] = -{ - {0xC000, 0xE000}, /* call */ - {0x0000, 0x0000}, -}; - -#define IS_CALL_OPCODE(code) \ - ip2k_is_opcode (code, ip2k_call_opcode) - static const struct ip2k_opcode ip2k_snc_opcode[] = { {0xA00B, 0xFFFF}, /* snc */ |