diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-01-17 20:50:32 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-01-17 20:50:32 +0000 |
commit | df9bd7f6653f2fde5c0abbf5729a8f1618a1fb72 (patch) | |
tree | e115acde4bb414a77694fe58c436572d3cd0a95e /include/elf | |
parent | df96df4cafc5658c60d928ae5dbf8e403c958b6e (diff) | |
download | gdb-df9bd7f6653f2fde5c0abbf5729a8f1618a1fb72.zip gdb-df9bd7f6653f2fde5c0abbf5729a8f1618a1fb72.tar.gz gdb-df9bd7f6653f2fde5c0abbf5729a8f1618a1fb72.tar.bz2 |
There's some question as to whether this stuff is NDA'd in the Ultrasparc
Early Access Program agreement. Sanitize v8plus stuff out for now.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/.Sanitize | 4 | ||||
-rw-r--r-- | include/elf/ChangeLog | 2 | ||||
-rw-r--r-- | include/elf/common.h | 4 |
3 files changed, 9 insertions, 1 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize index 18910cb..07a873f 100644 --- a/include/elf/.Sanitize +++ b/include/elf/.Sanitize @@ -41,10 +41,12 @@ hppa.h internal.h mips.h ppc.h -sparc.h Things-to-lose: +# Until v8+ is released. +sparc.h + Do-last: arc_files="ChangeLog common.h" diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 1f2c5f33..cf785fb 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,8 +1,10 @@ +start-sanitize-v8plus Wed Jan 17 09:09:16 1996 Doug Evans <dje@canuck.cygnus.com> * common.h: Define EM_SPARC32PLUS. * sparc.h: New file. +end-sanitize-v8plus Thu Jan 11 16:27:34 1996 Michael Meissner <meissner@tiktok.cygnus.com> diff --git a/include/elf/common.h b/include/elf/common.h index 303c860..41c2713 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -85,7 +85,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EM_SPARC64 11 /* SPARC v9 (not official) 64-bit */ #define EM_PARISC 15 /* HPPA */ + +/* start-sanitize-v8plus */ #define EM_SPARC32PLUS 18 /* Sun's "v8plus" */ +/* end-sanitize-v8plus */ + #define EM_PPC 20 /* PowerPC */ /* If it is necessary to assign new unofficial EM_* values, please pick large |