about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Use R*_LP to call _dl_profile_fixup and frame sizeH.J. Lu2012-05-151-8/+8
|
* Add x32 init-first.cH.J. Lu2012-05-151-0/+40
|
* Add sysdeps/x86_64/x32/sysdep.hH.J. Lu2012-05-152-0/+97
|
* Use R*_LP on SP and PC in __longjmp.S and setjmp.SH.J. Lu2012-05-152-9/+9
|
* Log2 and log10 for wordsize-64.Adhemerval Zanella2012-05-154-82/+305
| | | | This patch also fixes indentation on default dbl-64 code.
* Remove duplicate #include <not-cancel.h> in Linux getsysstats.cChris Metcalf2012-05-151-2/+0
|
* Replace 8-byte data alignment with LP_SIZE alignmentH.J. Lu2012-05-151-2/+2
|
* Load pointer to TID into R10_LPH.J. Lu2012-05-151-1/+1
|
* Add x32 dl-cache.hH.J. Lu2012-05-151-0/+23
|
* Add x32 getcpu and sched_getcpuH.J. Lu2012-05-154-0/+83
|
* Use RSP_LP to operate on stack in stackinfo.hH.J. Lu2012-05-151-2/+2
|
* Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu2012-05-151-6/+6
|
* Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu2012-05-151-12/+12
|
* Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu2012-05-151-10/+10
|
* Load pointers into R*_LP in strcmp.SH.J. Lu2012-05-151-6/+6
|
* Load cache sizes into R11_LP/R8_LPH.J. Lu2012-05-151-2/+2
|
* Load cache size into R8_LPH.J. Lu2012-05-151-4/+4
|
* PowerPC - logb[f|l] optimization for POWER7Adhemerval Zanella2012-05-156-0/+210
| | | | | | This patch provides optimized logb (1.2x on PPC32 and 2.5x on PPC64), logbf (1.1x on PPC32 and 2.2x on PPC64), and logbl (1.3x on PPC32 and 50% on PPC64) for the POWER7 processor.
* Update sysdeps/x86_64/start.S for x32H.J. Lu2012-05-141-15/+22
|
* Add sysdeps/x86_64/{64,x32}/shlib-versionsH.J. Lu2012-05-142-0/+8
|
* Use _dl_fatal_printf instead of a private variant.Roland McGrath2012-05-141-13/+1
|
* Improve consistency of --enable-kernel and default builds.Joseph Myers2012-05-142-30/+22
|
* Update elf_machine_load_address for x32H.J. Lu2012-05-141-3/+3
|
* Update x86_64 PTR_MANGLE/PTR_DEMANGLE for x32H.J. Lu2012-05-141-16/+16
|
* Define LP_SIZE/LP_OP/ASM_ADDR/RXX_LP for x86-64H.J. Lu2012-05-141-0/+56
|
* Add x32 dl-machine.hH.J. Lu2012-05-141-0/+86
|
* Remove unused variable in linux/getcwd.cAndreas Jaeger2012-05-141-1/+0
|
* Remove unused functions from i386/mathinline.hAndreas Jaeger2012-05-141-37/+0
|
* Remove pre-2.2 Linux kernel support.Joseph Myers2012-05-1438-1433/+191
|
* Use __builtin_clzll on int64 in __logbH.J. Lu2012-05-141-1/+1
|
* Free memory at exit in check_pf.cH.J. Lu2012-05-141-1/+1
|
* Add optimized expf for x86Liubov Dmitrieva2012-05-144-0/+364
| | | | | | | | | 2012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com> * sysdeps/i386/i686/fpu/multiarch/Makefile: New file. * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file. * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file. * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
* Fix warning in powerpc bcopyAndreas Schwab2012-05-121-3/+3
|
* Avoid dup3 PLT usage.Thomas Schwinge2012-05-121-1/+1
| | | | Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c.
* Mark sparc %fsr load and store inline asms as volatile.David S. Miller2012-05-112-6/+6
| | | | | | * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__. * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise. (_FPU_SETCW): Likewise.
* Check if RTLD_SAVESPACE_SSE is aligned to 32 bytesH.J. Lu2012-05-111-0/+4
|
* [BZ #13673] Replace FSF snail mail address with URL.Thomas Schwinge2012-05-114-12/+8
|
* Don't handle R_X86_64_RELATIVE64 in ld.soH.J. Lu2012-05-101-0/+2
|
* Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32H.J. Lu2012-05-1010-3/+150
|
* Hurd: Fix paths in paths.hSamuel Thibault2012-05-101-4/+4
|
* Hurd: fix mode type for openatSamuel Thibault2012-05-101-3/+3
|
* Hurd: Fix port deallocation on mknod error.Samuel Thibault2012-05-101-5/+5
|
* Hurd: Fix __dup3 _hurd_dtable_lock usage.Samuel Thibault2012-05-101-4/+3
|
* Hurd: Support --prefix=/usr special-casing for all GNU systems.Thomas Schwinge2012-05-106-110/+200
|
* Hurd: struct timespec members in struct statThomas Schwinge2012-05-102-22/+48
|
* Hurd: Fix setres[ug]id handling of -1Samuel Thibault2012-05-102-29/+122
|
* Hurd: Fix sbrk beyond 128MBSamuel Thibault2012-05-101-3/+17
|
* Hurd: recvfrom(): take into account null address portsPino Toscano2012-05-101-2/+4
|
* Hurd: readlinkatSamuel Thibault2012-05-101-0/+64
|
* Hurd: Update posix_opt.hSamuel Thibault2012-05-101-6/+24
|