aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-10-03 03:27:52 +0000
committerJeff Law <law@redhat.com>1996-10-03 03:27:52 +0000
commit4b7cbcf90da1e09d996292eac3e76622121f5d7a (patch)
treef3854ad45c5d0c592448f999952358fb0649aed0 /include
parentcad8350fd34de42040a27f1e43dba1e240305db5 (diff)
downloadgdb-4b7cbcf90da1e09d996292eac3e76622121f5d7a.zip
gdb-4b7cbcf90da1e09d996292eac3e76622121f5d7a.tar.gz
gdb-4b7cbcf90da1e09d996292eac3e76622121f5d7a.tar.bz2
* common.h (EM_CYGNUS_MN10x00): Define.
Matsushita.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog22
-rw-r--r--include/elf/common.h10
2 files changed, 31 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 9a4279a..dac3d6e 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,9 +1,29 @@
+Wed Oct 2 21:26:43 1996 Jeffrey A Law (law@cygnus.com)
+
+ * common.h (EM_CYGNUS_MN10x00): Define.
+
+start-sanitize-m32r
+Mon Sep 23 09:18:04 1996 Doug Evans <dje@seba.cygnus.com>
+
+ * m32r.h: New file.
+end-sanitize-m32r
+
+Fri Aug 30 17:06:21 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * common.h (EM_SH): Define.
+
+start-sanitize-v850
+Tue Aug 20 14:47:54 1996 J.T. Conklin <jtc@hippo.cygnus.com>
+
+ * common.h (EM_CYGNUS_V850): Define.
+
+end-sanitize-v850
start-sanitize-m32r
Mon Aug 19 10:59:10 1996 Doug Evans <dje@canuck.cygnus.com>
* common.h (EM_CYGNUS_M32R): Define.
+
end-sanitize-m32r
-
Mon Jul 22 18:59:55 1996 Ian Lance Taylor <ian@cygnus.com>
* mips.h (SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Define.
diff --git a/include/elf/common.h b/include/elf/common.h
index 4ca4ac4..e4edd64 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -90,6 +90,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define EM_PPC 20 /* PowerPC */
+#define EM_SH 42 /* Hitachi SH */
+
/* If it is necessary to assign new unofficial EM_* values, please pick large
random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision
with official or non-GNU unofficial values.
@@ -122,6 +124,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define EM_CYGNUS_D10V 0x7650
/* end-sanitize-d10v */
+/* start-sanitize-v850 */
+/* V850 backend magic number. Written in the absense of an ABI. */
+#define EM_CYGNUS_V850 0x9080
+/* end-sanitize-v850 */
+
+/* V850 backend magic number. Written in the absense of an ABI. */
+#define EM_CYGNUS_MN10x00 0xdead
+
/* See the above comment before you add a new EM_* value here. */
/* Values for e_version */