1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libc/sparc64/sys
Thomas Moestl 9300cb7db7 Save/restore the %y register around calls to the C user trap handler;
gcc emits the deprecated sparc v8 instructions that use this register
when optimizing for UltraSparc machines because they are apparetly
faster then their v9 counterpars there.
2002-03-11 02:53:03 +00:00
..
__sparc_utrap_fp_disabled.S
__sparc_utrap_gen.S Save/restore the %y register around calls to the C user trap handler; 2002-03-11 02:53:03 +00:00
__sparc_utrap_install.c
__sparc_utrap_private.h Add space for %fsr and %tstate to utrapframe. Save them in the generic 2002-02-23 19:00:30 +00:00
__sparc_utrap_setup.c Add userland floating point emulator code for sparc64. This is a port 2002-02-23 21:37:18 +00:00
__sparc_utrap.c Add userland floating point emulator code for sparc64. This is a port 2002-02-23 21:37:18 +00:00
assym.s Fix wrong offsets. Add offsets for %fsr and %tstate. 2002-02-23 19:01:22 +00:00
brk.S
cerror.S
exect.S
Makefile.inc Connect user trap code to the build. 2002-01-01 21:59:53 +00:00
pipe.S
ptrace.S
sbrk.S
setlogin.S