aboutsummaryrefslogtreecommitdiff
path: root/include/elf/common.h
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1996-08-19 18:00:53 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1996-08-19 18:00:53 +0000
commit1252987a6759e1202795525793a63488a00d109b (patch)
tree27cc4039649dc3a008b9b6127d78aa564868e307 /include/elf/common.h
parent6f5fbad32862b11c76cf6b40f4b40abc35d99342 (diff)
downloadgdb-1252987a6759e1202795525793a63488a00d109b.zip
gdb-1252987a6759e1202795525793a63488a00d109b.tar.gz
gdb-1252987a6759e1202795525793a63488a00d109b.tar.bz2
* common.h (EM_CYGNUS_M32R): Define.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index c93295a..4ca4ac4 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -109,12 +109,17 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define EM_CYGNUS_ARC 0x9040
/* end-sanitize-arc */
+/* start-sanitize-m32r */
+/* Cygnus M32R ELF backend. Written in the absence of an ABI. */
+#define EM_CYGNUS_M32R 0x9041
+/* end-sanitize-m32r */
+
/* Alpha backend magic number. Written in the absence of an ABI. */
#define EM_ALPHA 0x9026
/* start-sanitize-d10v */
/* D10V backend magic number. Written in the absence of an ABI. */
-#define EM_CYGNUS_D10V 0x9027
+#define EM_CYGNUS_D10V 0x7650
/* end-sanitize-d10v */
/* See the above comment before you add a new EM_* value here. */