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

bfd/ChangeLog
bfd/cpu-frv.c

index a18c89cae9853a6cff18092c8567ee3bec9546ae..1a4c24ce6210ea91826093213bc28a9c543bb0e9 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 e87289aec03fca9afc70ea0ad64f9e9824b60358..858914470b72e4f2d06380182b188faa49544ea8 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 */                 \