OSDN Git Service

2003-08-26 Michael Snyder <msnyder@redhat.com>
authormsnyder <msnyder>
Tue, 26 Aug 2003 17:13:17 +0000 (17:13 +0000)
committermsnyder <msnyder>
Tue, 26 Aug 2003 17:13:17 +0000 (17:13 +0000)
        * cpu-frv.c: Remove unused enum.

bfd/ChangeLog
bfd/cpu-frv.c

index a18c89c..1a4c24c 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-26  Michael Snyder  <msnyder@redhat.com>
+
+       * cpu-frv.c: Remove unused enum.
+
 2003-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
 
        * reloc.c: Fix documentation for MIPS ELF relocations.
index e87289a..8589144 100644 (file)
@@ -21,13 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "sysdep.h"
 #include "libbfd.h"
 
-enum {
-  I_frv_generic,
-  I_frv_simple,
-  I_frv_500,
-  I_frv_300,
-};
-
 #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT)                         \
 {                                                                      \
   32,                          /* 32 bits in a word */                 \