lib1funcs.asm (__fpscr_values): Conditionalize with NO_FPSCR_VALUES.
* config/sh/lib1funcs.asm (__fpscr_values): Conditionalize with NO_FPSCR_VALUES. * config/sh/t-linux (TARGET_LIBGCC2_CFLAGS): Add -DNO_FPSCR_VALUES. From-SVN: r60395
This commit is contained in:
parent
7887df6271
commit
5040eb00ef
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-12-21 Kaz kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* config/sh/lib1funcs.asm (__fpscr_values): Conditionalize with
|
||||
NO_FPSCR_VALUES.
|
||||
* config/sh/t-linux (TARGET_LIBGCC2_CFLAGS): Add -DNO_FPSCR_VALUES.
|
||||
|
||||
2002-12-21 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.md (zero_extendqisi2): Correct the
|
||||
|
|
|
@ -1968,11 +1968,13 @@ LOCAL(set_fpscr_L1):
|
|||
.long GLOBAL(fpscr_values)
|
||||
|
||||
ENDFUNC(GLOBAL(set_fpscr))
|
||||
#ifndef NO_FPSCR_VALUES
|
||||
#ifdef __ELF__
|
||||
.comm GLOBAL(fpscr_values),8,4
|
||||
#else
|
||||
.comm GLOBAL(fpscr_values),8
|
||||
#endif /* ELF */
|
||||
#endif /* NO_FPSCR_VALUES */
|
||||
#endif /* SH3E / SH4 */
|
||||
#endif /* L_set_fpscr */
|
||||
#ifdef L_ic_invalidate
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TARGET_LIBGCC2_CFLAGS = -fpic
|
||||
TARGET_LIBGCC2_CFLAGS = -fpic -DNO_FPSCR_VALUES
|
||||
LIB1ASMFUNCS_CACHE = _ic_invalidate
|
||||
|
||||
LIB2FUNCS_EXTRA=
|
||||
|
|
Loading…
Add table
Reference in a new issue