Commit 71ab8de8 by Eric Botcazou Committed by Eric Botcazou

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
parent cea0f4f1
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> 2006-02-05 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/25251 PR tree-opt/25251
......
/* Definitions of target machine for GCC, for bi-arch SPARC /* Definitions of target machine for GCC, for bi-arch SPARC
running Solaris 2 using the system assembler and linker. */ 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 #undef SPARC_DEFAULT_CMODEL
#define SPARC_DEFAULT_CMODEL CM_MEDANY #define SPARC_DEFAULT_CMODEL CM_MEDMID
#define AS_SPARC64_FLAG "-xarch=v9" #define AS_SPARC64_FLAG "-xarch=v9"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment