about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-092619-7764/+5168
|
* Use <> for include of kernel-features.h.Richard Henderson2012-02-091-1/+1
|
* Remove _G_HAVE_SYS_CDEFS.Marek Polacek2012-02-093-3/+0
|
* Reduce ldouble ULPs for jn tests on x86Andreas Schwab2012-02-082-36/+32
|
* powerpc: add crt filesAndreas Schwab2012-02-084-0/+303
| | | | | | | * sysdeps/powerpc/powerpc32/crti.S: New file. * sysdeps/powerpc/powerpc32/crtn.S: New file. * sysdeps/powerpc/powerpc64/crti.S: New file. * sysdeps/powerpc/powerpc64/crtn.S: New file.
* Support crti.S and crtn.S provided directly by architectures.Joseph Myers2012-02-084-10/+133
|
* Remove _G_ARGS macros.Marek Polacek2012-02-073-9/+0
|
* Adjust libm test ULPs for powerpcAndreas Schwab2012-02-071-2/+16
|
* Remove __ELF__ conditionalsMarek Polacek2012-02-0754-265/+65
|
* Undefine and redefine __i686 for assembly code.Joseph Myers2012-02-061-1/+7
|
* Match x86 PIC thunk names to compiler version.Joseph Myers2012-02-061-3/+16
|
* Use macro for PIC setup in inline asm.Joseph Myers2012-02-052-10/+21
|
* Use macros for x86 PIC thunk names.Joseph Myers2012-02-032-15/+21
|
* Consistently use macros for x86 PIC thunks.Joseph Myers2012-02-0342-429/+105
|
* Always define float_t as float for PowerPC, SH and SPARC.Joseph Myers2012-01-313-39/+5
|
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-301-5/+1
|
* Fix makefile/configure problems with sse2avx changes.Joseph Myers2012-01-301-1/+1
|
* Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait'Roland McGrath2012-01-301-1/+3
|\ | | | | | | | | Conflicts: ChangeLog
| * Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().Chris Metcalf2012-01-281-1/+3
| |
* | Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h'Roland McGrath2012-01-301-1/+2
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.Chris Metcalf2012-01-281-1/+2
| |/
* | Merge remote-tracking branch 'origin/cmetcalf/tile_faccessat'Roland McGrath2012-01-301-2/+2
|\ \
| * | Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.Chris Metcalf2012-01-281-2/+2
| |/
* | Optimize x86-64 math inline header a bitUlrich Drepper2012-01-281-8/+31
| |
* | Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-01-2810-49/+60
|/
* Simplify use of AVX instructions in internal math macrosUlrich Drepper2012-01-281-59/+20
|
* PowerPC - A2 memcpy cache line size initializationAdhemerval Zanella2012-01-272-4/+51
|
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-27125-1076/+124
|
* Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-266-46/+10
|
* Remove __STDC__ conditionals from installed headers.Joseph Myers2012-01-266-49/+10
|
* Really fix AVX testsUlrich Drepper2012-01-268-27/+31
| | | | | | There is no problem with strcmp, it doesn't use the YMM registers. The math routines might since gcc perhaps generates such code. Introduce bit_YMM_USBALE and use it in the math routines.
* Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper2012-01-262-2/+15
|
* Hurd: Try to respect mmap address hint for non-MAP_FIXED.Samuel Thibault2012-01-231-15/+31
|
* Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT.Pino Toscano2012-01-231-2/+2
|
* Powerpc: correct duplicate label issue with multiple passes through context codeWill Schmidt2012-01-124-11/+17
|
* Optimized acosh for 64-bit platformsUlrich Drepper2012-01-111-0/+67
|
* Optimize scalblnUlrich Drepper2012-01-114-76/+100
|
* Optimize s_modfUlrich Drepper2012-01-104-50/+78
|
* Optimize ldexp and scalbnUlrich Drepper2012-01-104-92/+48
|
* Some branch prediction for log1pUlrich Drepper2012-01-091-3/+3
|
* Fix typo in Linux/PPC32 getcontextWill Schmidt2012-01-081-4/+4
|
* Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper2012-01-081-5/+8
| | | | | Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
* Add checking versions of poll and ppollUlrich Drepper2012-01-082-2/+4
|
* Static linking is always neededUlrich Drepper2012-01-081-12/+1
|
* More fallout from supporting only ELFUlrich Drepper2012-01-0817-98/+12
|
* Remove pre-ISO C supportUlrich Drepper2012-01-0740-297/+291
| | | | No more __const.
* Remove non-ELF supportUlrich Drepper2012-01-0713-97/+17
|
* Update ABI informationUlrich Drepper2012-01-071-1/+1
|
* Remove m68k support from Linux configureUlrich Drepper2012-01-071-1/+1
|
* Remove Alpha support from ldsodefs.hUlrich Drepper2012-01-071-10/+0
|