mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 19:13:37 +08:00
Reduce EM_CYGNUS_FR30 to a 16 bit value
This commit is contained in:
parent
e2586bc8de
commit
ac3ebf1a48
@ -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.
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user