mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-19 20:51:06 +08:00
linux64.h (TARGET_DEFAULT): Make 64-bit by default also for TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3.
* config/sparc/linux64.h (TARGET_DEFAULT): Make 64-bit by default also for TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3. From-SVN: r81396
This commit is contained in:
parent
f8e7a389e9
commit
f2c0cb15bc
@ -1,3 +1,8 @@
|
||||
2004-05-01 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/sparc/linux64.h (TARGET_DEFAULT): Make 64-bit by default
|
||||
also for TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3.
|
||||
|
||||
2004-05-01 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/cris/cris.h: Revert my "fix comment typos" patch.
|
||||
|
@ -39,7 +39,9 @@ Boston, MA 02111-1307, USA. */
|
||||
#undef MD_EXEC_PREFIX
|
||||
#undef MD_STARTFILE_PREFIX
|
||||
|
||||
#if TARGET_CPU_DEFAULT == TARGET_CPU_v9 || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc
|
||||
#if TARGET_CPU_DEFAULT == TARGET_CPU_v9 \
|
||||
|| TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc \
|
||||
|| TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3
|
||||
/* A 64 bit v9 compiler with stack-bias,
|
||||
in a Medium/Low code model environment. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user