2003-08-26 Michael Snyder <msnyder@redhat.com>
* cpu-frv.c: Remove unused enum.
This commit is contained in:
parent
e0a4f5a19a
commit
2c848f79e9
2 changed files with 4 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */ \
|
||||
|
|
Loading…
Reference in a new issue