From f1ed1b1c6e187a4fc5b3589230d12d28374cd798 Mon Sep 17 00:00:00 2001 From: devans Date: Mon, 20 Oct 1997 21:29:01 +0000 Subject: [PATCH] Expect SPARC_DEFAULT_CMODEL to be overridden in cover file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16125 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/sparc/sparc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 376ad289757..82357d85f53 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. */ -- 2.11.0