From 1cdbf242eb2776080b52d269771c054abac1187f Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 20 Mar 1996 22:05:49 +0000 Subject: [PATCH] sparc.h (CPP_CPU_SPEC): Add v8plus entry. * sparc/sparc.h (CPP_CPU_SPEC): Add v8plus entry. (ASM_CPU_SPEC): Likewise. From-SVN: r11582 --- gcc/config/sparc/sparc.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index f0a1c5c48cc..40b9b6e0819 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -116,6 +116,7 @@ Unrecognized value in TARGET_CPU_DEFAULT. /* Common CPP definitions used by CPP_SPEC amongst the various targets for handling -mcpu=xxx switches. */ +/* ??? v8plus/v9/ultrasparc handling is tentative */ #define CPP_CPU_SPEC "\ %{mcypress:} \ %{msparclite:-D__sparclite__} \ @@ -126,6 +127,7 @@ Unrecognized value in TARGET_CPU_DEFAULT. %{mcpu=f930:-D__sparclite__} %{mcpu=f934:-D__sparclite__} \ %{mcpu=v8:-D__sparc_v8__} \ %{mcpu=supersparc:-D__supersparc__ -D__sparc_v8__} \ +%{mcpu=v8plus:-D__sparc_v9__} \ %{mcpu=v9:-D__sparc_v9__} \ %{mcpu=ultrasparc:-D__sparc_v9__} \ %{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:%{!mv8:%{!msupersparc:%(cpp_default)}}}}}}} \ @@ -135,7 +137,7 @@ Unrecognized value in TARGET_CPU_DEFAULT. /* This used to translate -dalign to -malign, but that is no good because it can't turn off the usual meaning of making debugging dumps. */ /* Translate old style -m into new style -mcpu=. - At some point support for -m will be deleted. */ + ??? Delete support for -m for 2.9. */ #define CC1_SPEC "\ %{sun4:} %{target:} \ @@ -165,6 +167,7 @@ Unrecognized value in TARGET_CPU_DEFAULT. %{mf930:-Asparclite} %{mf934:-Asparclite} \ %{mcpu=sparclite:-Asparclite} \ %{mcpu=f930:-Asparclite} %{mcpu=f934:-Asparclite} \ +%{mcpu=v8plus:-Av9} \ %{mcpu=v9:-Av9} \ %{mcpu=ultrasparc:-Av9} \ %{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:%{!mv8:%{!msupersparc:%(asm_default)}}}}}}} \ -- 2.30.2