diff options
author | Doug Evans <devans@gcc.gnu.org> | 1997-10-20 21:29:01 +0000 |
---|---|---|
committer | Doug Evans <devans@gcc.gnu.org> | 1997-10-20 21:29:01 +0000 |
commit | 617b50b64138c380694fa3a88054651cc25fff52 (patch) | |
tree | 694984fa8edf69ddbacd421962c87766e795bf5b | |
parent | 202fd1d57e51defdd6c6eb14c85c8130badb787e (diff) | |
download | gcc-617b50b64138c380694fa3a88054651cc25fff52.zip gcc-617b50b64138c380694fa3a88054651cc25fff52.tar.gz gcc-617b50b64138c380694fa3a88054651cc25fff52.tar.bz2 |
Expect SPARC_DEFAULT_CMODEL to be overridden in cover file.
From-SVN: r16125
-rw-r--r-- | gcc/config/sparc/sparc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 376ad28..82357d8 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -88,9 +88,7 @@ extern enum cmodel sparc_cmodel; #define TARGET_CM_MEDANY (sparc_cmodel == CM_MEDANY) #define TARGET_CM_EMBMEDANY (sparc_cmodel == CM_EMBMEDANY) -#ifndef SPARC_DEFAULT_CMODEL #define SPARC_DEFAULT_CMODEL CM_MEDLOW -#endif /* This is call-clobbered in the normal ABI, but is reserved in the home grown (aka upward compatible) embedded ABI. */ |