Browse Source

2003-08-26 Michael Snyder <msnyder@redhat.com>

* cpu-frv.c: Remove unused enum.
ezannoni_pie-20030916-branch
Michael Snyder 23 years ago
parent
commit
2c848f79e9
  1. 4
      bfd/ChangeLog
  2. 7
      bfd/cpu-frv.c

4
bfd/ChangeLog

@ -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.

7
bfd/cpu-frv.c

@ -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…
Cancel
Save