mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 16:53:50 +08:00
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.
This commit is contained in:
@ -41,10 +41,12 @@ hppa.h
|
|||||||
internal.h
|
internal.h
|
||||||
mips.h
|
mips.h
|
||||||
ppc.h
|
ppc.h
|
||||||
sparc.h
|
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
|
||||||
|
# Until v8+ is released.
|
||||||
|
sparc.h
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
arc_files="ChangeLog common.h"
|
arc_files="ChangeLog common.h"
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
|
start-sanitize-v8plus
|
||||||
Wed Jan 17 09:09:16 1996 Doug Evans <dje@canuck.cygnus.com>
|
Wed Jan 17 09:09:16 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||||
|
|
||||||
* common.h: Define EM_SPARC32PLUS.
|
* common.h: Define EM_SPARC32PLUS.
|
||||||
|
|
||||||
* sparc.h: New file.
|
* sparc.h: New file.
|
||||||
|
end-sanitize-v8plus
|
||||||
|
|
||||||
Thu Jan 11 16:27:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
Thu Jan 11 16:27:34 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
|
@ -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_SPARC64 11 /* SPARC v9 (not official) 64-bit */
|
||||||
|
|
||||||
#define EM_PARISC 15 /* HPPA */
|
#define EM_PARISC 15 /* HPPA */
|
||||||
|
|
||||||
|
/* start-sanitize-v8plus */
|
||||||
#define EM_SPARC32PLUS 18 /* Sun's "v8plus" */
|
#define EM_SPARC32PLUS 18 /* Sun's "v8plus" */
|
||||||
|
/* end-sanitize-v8plus */
|
||||||
|
|
||||||
#define EM_PPC 20 /* PowerPC */
|
#define EM_PPC 20 /* PowerPC */
|
||||||
|
|
||||||
/* If it is necessary to assign new unofficial EM_* values, please pick large
|
/* If it is necessary to assign new unofficial EM_* values, please pick large
|
||||||
|
Reference in New Issue
Block a user