summaryrefslogtreecommitdiff
path: root/bfd/elf32-ip2k.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-02-11 17:13:02 +0000
committerNick Clifton <nickc@redhat.com>2005-02-11 17:13:02 +0000
commit46f9d279e190da620b620884a5ca5a12fdcec593 (patch)
tree6f22ac665715fcc7cb46db26558a949f30675a8d /bfd/elf32-ip2k.c
parenta4213755aaa549f368a9f7ebadf0b18449c11b8d (diff)
downloadbinutils-redhat-46f9d279e190da620b620884a5ca5a12fdcec593.tar.gz
(ip2k_call_opcode, IS_CALL_OPCODE): Remove unused structure and macro.
Diffstat (limited to 'bfd/elf32-ip2k.c')
-rw-r--r--bfd/elf32-ip2k.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/bfd/elf32-ip2k.c b/bfd/elf32-ip2k.c
index 94e04f4fa0..0c7c37c979 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 */