diff options
author | Nick Clifton <nickc@redhat.com> | 1998-11-10 23:14:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-11-10 23:14:02 +0000 |
commit | ac3ebf1a48002be20fe1d5629e54134e158c0f5d (patch) | |
tree | bd233811b93d253b2999e192c9494cff609d204a | |
parent | e2586bc8ded37d6f48a23c21e9e3833dc0f66ad6 (diff) | |
download | gdb-ac3ebf1a48002be20fe1d5629e54134e158c0f5d.zip gdb-ac3ebf1a48002be20fe1d5629e54134e158c0f5d.tar.gz gdb-ac3ebf1a48002be20fe1d5629e54134e158c0f5d.tar.bz2 |
Reduce EM_CYGNUS_FR30 to a 16 bit value
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/common.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 9bf61f3..d959853 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -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. diff --git a/include/elf/common.h b/include/elf/common.h index 5a34e77..ce3369d 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. */ |