Reduce EM_CYGNUS_FR30 to a 16 bit value

This commit is contained in:
Nick Clifton 1998-11-10 23:14:02 +00:00
parent e2586bc8de
commit ac3ebf1a48
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Nov 10 15:12:28 1998 Nick Clifton <nickc@cygnus.com>
* common.h (EM_CYGNUS_FR30): Reduce to a 16 bit value.
Tue Nov 10 15:17:28 1998 Catherine Moore <clm@cygnus.com>
* d10v.h: Add vtable relocs.

View File

@ -140,7 +140,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define EM_CYGNUS_MN10300 0xbeef
/* FR30 magic number - no EABI available. */
#define EM_CYGNUS_FR30 0x46523330
#define EM_CYGNUS_FR30 0x3330
/* See the above comment before you add a new EM_* value here. */