[SPARC] Minor tweaks

2013-03-23 Thread Eric Botcazou
The correct test for the pointer size in sparc_emit_probe_stack_range is TARGET_ARCH64 instead of TARGET_64BIT. The patch also adds predicates to the 3rd argument of ctrapsi4 and ctrapdi4. Tested on SPARC/Solaris, applied on the mainline. 2013-03-23 Eric Botcazou * config/sparc/sp

[SPARC] Minor tweaks

2011-07-09 Thread Eric Botcazou
This removes a couple of unused macros and moves another around. Tested on SPARC/Solaris, applied on the mainline. 2011-07-09 Eric Botcazou * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Move around. (FP_REG_P): Delete. (IN_OR_GLOBAL_P): Likewise. -- Eric Botcazou I