NetBSD/lib/libc/arch
dennis 75a496875b Replace the branch to __cerror() in powerpc64 syscall stubs
with inline code which does what __cerror() was doing.  #ifdef
that code (i.e. all code) out of cerror.S; __cerror() is no more.
This seems to be necessary to fix the link of rescue/rescue, and
should have the pleasant side effect of making all other workarounds
done to keep the 'b __cerror' working unnecessary.
2015-01-12 02:48:20 +00:00
..
aarch64 Preliminary files for AARCH64 (64-bit ARM) support. 2014-08-10 05:47:35 +00:00
alpha defintion -> definition 2014-08-03 19:14:24 +00:00
arm Include compiler-rt in libc, libm and libkern. 2014-01-29 23:37:18 +00:00
hppa Move to a flat space register convention. %sr[4-7] are all now the space 2014-03-06 19:02:58 +00:00
i386 Fix previous. 2014-05-23 03:05:56 +00:00
ia64 Add fpclassify{,d} 2012-12-27 10:41:18 +00:00
m68k float32_is_signalling_nan needs a prototype if SOFTFLOATM68K_FOR_GCC is 2014-09-01 07:33:31 +00:00
mips Explicitly set noat around instructions using $at. 2014-09-17 11:02:55 +00:00
or1k The OpenRISC calling standard only passes 6 parameters by register. Any 2014-09-05 18:09:37 +00:00
powerpc Minimize differences between powerpc and powerpc64 2014-08-23 02:24:22 +00:00
powerpc64 Replace the branch to __cerror() in powerpc64 syscall stubs 2015-01-12 02:48:20 +00:00
riscv New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) 2014-09-19 17:36:24 +00:00
sh3 Use fabs_ieee754.c. 2014-01-20 17:14:38 +00:00
sparc Include sparc_v8 library into sparc64 32-bit compat libc library. 2014-07-12 19:21:48 +00:00
sparc64 Fix unsigned 64 bit int to long double conversion for numbers that would not 2014-02-02 08:14:39 +00:00
vax Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
x86_64 Fix ptrace %rcx corruption when pthread_errno() is used. Small example: 2014-11-24 15:33:18 +00:00