*** empty log message ***
[deliverable/binutils-gdb.git] / include / elf / h8.h
index d7ad4ebd2a393203988ff4ce0e12601aa271c9fc..1aad7a4ed5ba991d0e95b678432281bbd3aa3ed4 100644 (file)
@@ -1,5 +1,5 @@
 /* H8300/h8500 ELF support for BFD.
-   Copyright 2001 Free Software Foundation, Inc.
+   Copyright 2001, 2003 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -83,4 +83,18 @@ START_RELOC_NUMBERS (elf_h8_reloc_type)
   RELOC_NUMBER (R_H8_OPscttop, 141)
 END_RELOC_NUMBERS (R_H8_max)
 
+/* Machine variant if we know it.  This field was invented at Cygnus,
+   but it is hoped that other vendors will adopt it.  If some standard
+   is developed, this code should be changed to follow it. */
+
+#define EF_H8_MACH             0x00FF0000
+
+#define E_H8_MACH_H8300                0x00800000
+#define E_H8_MACH_H8300H       0x00810000
+#define E_H8_MACH_H8300S       0x00820000
+#define E_H8_MACH_H8300HN      0x00830000
+#define E_H8_MACH_H8300SN      0x00840000
+#define E_H8_MACH_H8300SX      0x00850000
+#define E_H8_MACH_H8300SXN     0x00860000
+
 #endif
This page took 0.023635 seconds and 4 git commands to generate.