aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-03 08:20:07 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-03 08:20:07 +0000
commit348a34834951a930b2e51505e2d705f0205f5a66 (patch)
treef11161bab378d8cb1fd5e1fbfbf2a8f95ee25800
parente0a2c38a7b34a9026a8ca19b17a43fbfe883263a (diff)
downloadfsf-binutils-gdb-348a34834951a930b2e51505e2d705f0205f5a66.zip
fsf-binutils-gdb-348a34834951a930b2e51505e2d705f0205f5a66.tar.gz
fsf-binutils-gdb-348a34834951a930b2e51505e2d705f0205f5a66.tar.bz2
* common.h (EM_PPC64): Define.
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 70d92e0..bdca370 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+1999-06-03 Ian Lance Taylor <ian@zembu.com>
+
+ * common.h (EM_PPC64): Define.
+
1999-06-02 Stu Grossman <grossman@babylon-5.cygnus.com>
* dwarf.h: Add LANG_JAVA.
diff --git a/include/elf/common.h b/include/elf/common.h
index 5274d45..ba5df40 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -1,5 +1,5 @@
/* ELF support for BFD.
- Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
+ Copyright (C) 1991,92,93,94,95,96,97,98,1999 Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support, from information published
in "UNIX System V Release 4, Programmers Guide: ANSI C and
@@ -98,6 +98,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define EM_SPARC32PLUS 18 /* Sun's "v8plus" */
#define EM_960 19 /* Intel 80960 */
#define EM_PPC 20 /* PowerPC */
+#define EM_PPC64 21 /* 64-bit PowerPC */
#define EM_V800 36 /* NEC V800 series */
#define EM_FR20 37 /* Fujitsu FR20 */