glibc/sysdeps/sparc/sparc32
David S. Miller d66ef399f5 Fix underflow reporting and tie up loose ends in sparc soft-fp.
* sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
	(___Q_zero): New.
	(__Q_simulate_exceptions): Return void.  Change to simulate
	exceptions by writing into the %fsr.
	* sysdeps/sparc/sparc64/soft-fp/qp_util.c
	(__Qp_handle_exceptions): Likewise.
	(numbers): Delete.
	* sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
	__Qp_handle_exceptions.
	* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
	__Qp_handle_exceptions.
	* sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
	as unused and give dummy FP_RND_NEAREST initializer.
	(FP_INHIBIT_RESULTS): Define.
	(___Q_simulate_exceptions): Update declaration.
	(FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
	formatting.
	* sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
	as unused and give dummy FP_RND_NEAREST initializer.
	(__Qp_handle_exceptions): Update declaration.
	(FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
	formatting.
2012-05-27 21:11:42 -07:00
..
bits Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32 2012-05-21 13:39:55 -07:00
fpu Sparc long double is emulated in software, therefore use dbl-64's s_fma.c 2012-03-15 20:55:42 -07:00
soft-fp Fix underflow reporting and tie up loose ends in sparc soft-fp. 2012-05-27 21:11:42 -07:00
sparcv8 Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sparcv9 Minor optimization to sparc VIS3 floor() implementation. 2012-05-08 11:17:07 -07:00
__longjmp.S Tweak sparc32 longjmp to not store a dummy frame pointer onto the stack. 2012-02-20 20:50:14 -08:00
add_n.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
addmul_1.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
alloca.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
bsd-_setjmp.S
bsd-setjmp.S
bzero.c
divrem.m4
dl-irel.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dl-machine.h Handle some new sparc relocation types. 2012-04-07 09:29:14 -07:00
dl-plt.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dl-trampoline.S Fix bugs in sparc PLT profiling register management, and add sparc sotruss support. 2012-03-09 20:48:06 -08:00
dotmul.S
e_sqrt.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ieee754.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
Implies * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
jmpbuf-offsets.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
jmpbuf-unwind.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
lshift.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
Makefile Make sparc's -fPIC addition to ASFLAGS-.os more robust. 2012-03-28 14:25:42 -07:00
memchr.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
memcpy.S Optimize mempcpy on sparc. 2012-03-28 22:35:26 -07:00
memset.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
mul_1.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
rem.S
rshift.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sdiv.S
setjmp.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
stackguard-macros.h Split up stackguard-macros.h into sysdeps directories. 2012-05-15 23:34:30 +00:00
start.S Move sysdeps/sparc/{,sparc32,sparc64}/elf files 2012-03-28 09:26:30 +02:00
stpcpy.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
strcat.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
strchr.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
strcmp.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
strcpy.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
strlen.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
strrchr.c
sub_n.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
submul_1.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
udiv.S
umul.S
urem.S
Versions