(ip2k_call_opcode, IS_CALL_OPCODE): Remove unused structure and macro.
authorNick Clifton <nickc@redhat.com>
Fri, 11 Feb 2005 17:13:02 +0000 (17:13 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 11 Feb 2005 17:13:02 +0000 (17:13 +0000)
bfd/ChangeLog
bfd/elf32-ip2k.c

index 78412ec0c96b81e2f15544383c55e0d03a4a5952..d79aa24e9916a7c1949bda5081141bfca8bdc261 100644 (file)
@@ -32,6 +32,9 @@
        * coffcode.h (coff_std_swap_table): Add an unused attribute in
        case it is not used.
 
+       * elf32-ip2k.c (ip2k_call_opcode, IS_CALL_OPCODE): Remove unused
+       structure and macro.
+
 2005-02-12  Alan Modra  <amodra@bigpond.net.au>
 
        * elf64-ppc.c (toc_adjusting_stub_needed): Return true for
index 94e04f4fa03a08ee27b69e82dca68d4ae9a50b69..0c7c37c9790ade0a853ffcd0a5566bfb713de6df 100644 (file)
@@ -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 */
This page took 0.030617 seconds and 4 git commands to generate.