1623 Commits (a50136dfe186a3ea3d78a4264187915ad16ab861)
 

Author SHA1 Message Date
Rich Felker a50136dfe1 fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf 14 years ago
Rich Felker 0375c68fe7 add missing startfiles for powerpc 14 years ago
Rich Felker 7538708f8b fix up leftover, incorrect NSIG definitions in arch-specific signal.h 14 years ago
Rich Felker b0756d88a0 remove stuff that doesn't belong in powerpc 32-bit sigcontext 14 years ago
Rich Felker 4860db9f54 more ppc signal.h typedef order fixes 14 years ago
Rich Felker 808f225b7c fix misordered typedefs in ppc signal.h 14 years ago
Rich Felker b5e3832f85 ppc signal/NSIG related fix (warning fix, redefinition) 14 years ago
Rich Felker 65b98213e4 add back NSIG, removed from powerpc in last commit, but for all archs 14 years ago
Rich Felker 57a0b82441 make powerpc signal.h namespace-clean for posix/isoc 14 years ago
Rich Felker 7bdf11c2c6 fix powerpc types to match abi, and some feature test issues 14 years ago
rofl0r 2df4f6f17b fix invalid usage of mcontext_t in powerpc signal.h 14 years ago
rofl0r 3fae236e00 powerpc: handle syscall error in clone. 14 years ago
Rich Felker 6c0cba819f fix error in configure script using >/dev/null in noclobber mode 14 years ago
Rich Felker 9565a349f2 fix powerpc asm not to store data in volatile space below stack pointer 14 years ago
Rich Felker 0004ea613a fix breakage from introducing bits header for sys/io.h 14 years ago
Rich Felker 61aa6324af add port io functions to sys/io.h 14 years ago
Rich Felker f54ac2446a add missing const on powerpc FE_DFL_ENV 14 years ago
Rich Felker 75c450cff3 fenv support for ppc, untested 14 years ago
Rich Felker 0b52bf5c78 fix feholdexcept -- it needs to clear exceptions after saving environment 14 years ago
Rich Felker 19b1a8453e Merge remote-tracking branch 'nsz/math' 14 years ago
rofl0r 8d2887f884 fcntl.h: O_SEARCH was missing for powerpc 14 years ago
Szabolcs Nagy a764db9a08 math: use float constants in exp10f.c 14 years ago
Szabolcs Nagy e93a0fe49d math: expl.c cleanup 14 years ago
Szabolcs Nagy ab1772c597 math: expf.c cleanup 14 years ago
rofl0r ae67fe1aad ppc socket.h: add forgotten cmsghdr 14 years ago
Rich Felker 71955b2ff8 fix typo in dynamic linker path file loading code 14 years ago
Rich Felker d0197ff031 add cleaned-up sys/mtio.h 14 years ago
Rich Felker 5c6443ac42 add stub versions of some missing optional pthread interfaces 14 years ago
Szabolcs Nagy 159c7655d0 math: cleanup exp2.c exp2f.c and exp2l.c 14 years ago
Rich Felker bb9abdef48 arg-skipping code for powerpc dynamic linker 14 years ago
Szabolcs Nagy bbbf045ce9 math: exp.c clean up 14 years ago
Rich Felker a4db94ab78 dynamic linking support for powerpc 14 years ago
Rich Felker 7718e7cce5 fix ppc stat structure definition 14 years ago
rofl0r 3bb6bd8580 fix powerpc termios.h and ioctl.h 14 years ago
Rich Felker 91738d0241 disable SO_REUSEPORT in sys/socket.h 14 years ago
Rich Felker 7491bac33e ppc wchar_t is long, not int 14 years ago
Rich Felker 8bb1816222 Merge remote-tracking branch 'nsz/math' 14 years ago
Rich Felker 22781b4d8e update copyright file for recent contributions 14 years ago
Rich Felker d1bf452d75 fix indention with spaces in powerpc asm 14 years ago
Rich Felker e7257d3e63 fix powerpc atomic compare-and-swap function 14 years ago
Rich Felker 574d01a696 update ppc atomic code to match the endian-agnostic version on other archs 14 years ago
Rich Felker 50cb6dbb0c fix wchar limits mistakenly copied from arm 14 years ago
Rich Felker c6d441e3a2 Merge remote-tracking branch 'ppc-port/ppc-squashed' 14 years ago
Szabolcs Nagy 68847ecd3a fenv: return FE_TONEAREST in dummy fegetround 14 years ago
Szabolcs Nagy 45ff9d8eb6 math: ld80 invtrig cleanups 14 years ago
Szabolcs Nagy 529a8de46c math: simplify hypot and hypotf using scalbn 14 years ago
Szabolcs Nagy 6d3f1a39c1 math: turn off the STRICT_ASSIGN workaround by default 14 years ago
rofl0r 1c8eb8bad7 PPC port cleaned up, static linking works well now. 14 years ago
Richard Pennington 7669d1e334 import preliminary ppc work by rdp. 14 years ago
Szabolcs Nagy 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 14 years ago