mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 15:49:34 +08:00
* sparc.h (TARGET_CPU_sparc86x): Added. TARGET_CPU_sparclite86x synonym.
From-SVN: r24974
This commit is contained in:
parent
e318cec07a
commit
809934dfbb
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user