Reduce EM_CYGNUS_FR30 to a 16 bit value
authorNick Clifton <nickc@redhat.com>
Tue, 10 Nov 1998 23:14:02 +0000 (23:14 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 10 Nov 1998 23:14:02 +0000 (23:14 +0000)
include/elf/ChangeLog
include/elf/common.h

index 9bf61f3a543f426d92303f707e02e40a23169b28..d95985399cc2ab01356926a798284ea6557b610b 100644 (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.
index 5a34e7751ae71f89cb1fdfba0fe644e5634f7746..ce3369dae0b517c8aa6709f1b72710748e1e8a28 100644 (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.  */