Index: bfd/ChangeLog
[deliverable/binutils-gdb.git] / include / elf / common.h
index 3755d01c1d5ab0b20102ac7940fe87a88e6ef9e0..e83f269b2eb53fca6a084a61769bded587b68bd0 100644 (file)
@@ -231,7 +231,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /* OpenRISC magic number
    Written in the absense of an ABI.  */
-#define EM_OPENRISC            0x3426
+#define EM_OPENRISC_OLD                0x3426
+
+#define EM_XSTORMY16           0xad45
 
 /* See the above comment before you add a new EM_* value here.  */
 
@@ -339,9 +341,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define NT_WIN32PSTATUS        18              /* Has a struct win32_pstatus */
 
 /* Values of note segment descriptor types for object files.  */
-/* (Only for hppa right now.  Should this be moved elsewhere?)  */
 
 #define NT_VERSION     1               /* Contains a version string.  */
+#define NT_ARCH                2               /* Contains an architecture string.  */
 
 /* These three macros disassemble and assemble a symbol table st_info field,
    which contains the symbol binding and symbol type.  The STB_ and STT_
This page took 0.03289 seconds and 4 git commands to generate.