netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define __sparcv9 in the TARGET_ARCH64 case.
* config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define __sparcv9 in the TARGET_ARCH64 case. From-SVN: r67135
This commit is contained in:
parent
38709cad91
commit
27a701c2c5
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-05-23 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
|
||||
__sparcv9 in the TARGET_ARCH64 case.
|
||||
|
||||
Fri May 23 22:17:32 CEST 2003 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* i386.c (ix86_reorg): Calls are also jumps.
|
||||
|
|
|
@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. */
|
|||
{ \
|
||||
builtin_define ("__sparc64__"); \
|
||||
builtin_define ("__sparc_v9__"); \
|
||||
builtin_define ("__sparcv9"); \
|
||||
} \
|
||||
else \
|
||||
builtin_define ("__sparc"); \
|
||||
|
|
Loading…
Add table
Reference in a new issue