sol2-bi.h (SPARC_DEFAULT_CMODEL): Set to CM_MEDMID.
* config/sparc/sol2-bi.h (SPARC_DEFAULT_CMODEL): Set to CM_MEDMID. From-SVN: r110623
This commit is contained in:
parent
cea0f4f1bd
commit
71ab8de85a
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-02-05 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
* config/sparc/sol2-bi.h (SPARC_DEFAULT_CMODEL): Set to CM_MEDMID.
|
||||
|
||||
2006-02-05 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
PR tree-opt/25251
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
/* Definitions of target machine for GCC, for bi-arch SPARC
|
||||
running Solaris 2 using the system assembler and linker. */
|
||||
|
||||
/* The default code model. */
|
||||
/* The default code model used to be CM_MEDANY on Solaris
|
||||
but even Sun eventually found it to be quite wasteful
|
||||
and changed it to CM_MEDMID in the Studio 9 compiler. */
|
||||
#undef SPARC_DEFAULT_CMODEL
|
||||
#define SPARC_DEFAULT_CMODEL CM_MEDANY
|
||||
#define SPARC_DEFAULT_CMODEL CM_MEDMID
|
||||
|
||||
#define AS_SPARC64_FLAG "-xarch=v9"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue