* sparc.h (TARGET_CPU_sparc86x): Added. TARGET_CPU_sparclite86x synonym.

From-SVN: r24974
This commit is contained in:
Stan Cox 1999-02-02 15:34:45 +00:00 committed by Stan Cox
parent e318cec07a
commit 809934dfbb
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Feb 2 18:21:23 1999 Stan Cox <scox@cygnus.com>
* sparc.h (TARGET_CPU_sparc86x): Added. TARGET_CPU_sparclite86x synonym.
Tue Feb 2 20:24:11 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* loop.c (loop_optimize): Fix value max_uid_for_loop is reset

View File

@ -115,6 +115,7 @@ extern enum cmodel sparc_cmodel;
#define TARGET_CPU_v8 3 /* generic v8 implementation */
#define TARGET_CPU_supersparc 4
#define TARGET_CPU_hypersparc 5
#define TARGET_CPU_sparc86x 6
#define TARGET_CPU_sparclite86x 6
#define TARGET_CPU_v9 7 /* generic v9 implementation */
#define TARGET_CPU_sparcv9 7 /* alias */