From ac3ebf1a48002be20fe1d5629e54134e158c0f5d Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 10 Nov 1998 23:14:02 +0000 Subject: [PATCH] Reduce EM_CYGNUS_FR30 to a 16 bit value --- include/elf/ChangeLog | 4 ++++ include/elf/common.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 9bf61f3a54..d95985399c 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 10 15:12:28 1998 Nick Clifton + + * common.h (EM_CYGNUS_FR30): Reduce to a 16 bit value. + Tue Nov 10 15:17:28 1998 Catherine Moore * d10v.h: Add vtable relocs. diff --git a/include/elf/common.h b/include/elf/common.h index 5a34e7751a..ce3369dae0 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -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. */ -- 2.34.1