diff options
| author | mrg <mrg@NetBSD.org> | 2006-05-12 00:49:49 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2006-05-12 00:49:49 +0000 |
| commit | 871b78e87d8fce19dcd7b7c8bf3e0fca974094d9 (patch) | |
| tree | edc653089731046e288b97ccdaec669eada6c30d /gnu | |
| parent | 8ff761d708bdc01ecacbb0ad0631529768c15c9e (diff) | |
switch the default model to medlow, from GCC3 tree.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/gcc4/gcc/config/sparc/netbsd-elf.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gnu/dist/gcc4/gcc/config/sparc/netbsd-elf.h b/gnu/dist/gcc4/gcc/config/sparc/netbsd-elf.h index 448477b993c..1beee6f0aa1 100644 --- a/gnu/dist/gcc4/gcc/config/sparc/netbsd-elf.h +++ b/gnu/dist/gcc4/gcc/config/sparc/netbsd-elf.h @@ -113,7 +113,7 @@ Boston, MA 02110-1301, USA. */ + MASK_STACK_BIAS + MASK_APP_REGS + MASK_FPU + MASK_LONG_DOUBLE_128) #undef SPARC_DEFAULT_CMODEL -#define SPARC_DEFAULT_CMODEL CM_MEDANY +#define SPARC_DEFAULT_CMODEL CM_MEDLOW #endif @@ -133,9 +133,8 @@ Boston, MA 02110-1301, USA. */ %{!mf934: \ %{!mv8*: \ %{!msupersparc:-mcpu=ultrasparc}}}}}}} \ - %{!mno-vis:%{!mcpu=v9:-mvis}} \ - %{p:-mcmodel=medlow} \ - %{pg:-mcmodel=medlow}}" + %{!mno-vis:%{!mcpu=v9:-mvis}}" \ + NETBSD_CC1_AND_CC1PLUS_SPEC #define CC1_SPEC64 \ "%{sun4:} %{target:} \ @@ -152,10 +151,7 @@ Boston, MA 02110-1301, USA. */ %{!mf930: \ %{!mf934: \ %{!mv8*: \ - %{!msupersparc:-mcpu=cypress}}}}}}}} \ - %{!m32: \ - %{p:-mcmodel=medlow} \ - %{pg:-mcmodel=medlow}}" + %{!msupersparc:-mcpu=cypress}}}}}}}}" \ NETBSD_CC1_AND_CC1PLUS_SPEC /* Make sure we use the right output format. Pick a default and then |
