about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Remove sysdeps/powerpc/soft-fp.Joseph Myers2012-05-1931-1182/+0
|
* Use RAX_LP and "or" to operate on return valueH.J. Lu2012-05-182-5/+5
|
* [PowerPC] Remove -ftree-loop-linear from MakefilesTulio Magno Quites Machado Filho2012-05-184-6/+6
| | | | | | | | | | | | | | | | In the past the "-ftree-loop-linear" switch provided a measurable improvement in performance for certain functions. At some point it was assigned as the responsibility of Graphite in GCC. It has been found that even with Graphite enabled these flags no longer perform any appreciable improvement over the baseline. Graphite now has some open bugs which need to be fixed in order for it to provide measurable performance improvements but it lacks active development. As a result some compiler distributors may disable Graphite. If Graphite is disabled then building GLIBC will fail if the "-ftree-loop-linear" switch is used. This patch removes the use of "-ftree-loop-linear" as unnecessary.
* Add sysdeps/x86_64/x32/_itoa.hH.J. Lu2012-05-181-0/+3
|
* Check d_ino/d_off before using getdents syscallH.J. Lu2012-05-181-3/+12
|
* Fold copyright yearsH.J. Lu2012-05-184-4/+4
|
* Add x32 support to x86_64/bits/sigcontext.hH.J. Lu2012-05-181-30/+32
|
* Use anonymous union in x86_64/sys/user.hH.J. Lu2012-05-181-8/+10
|
* Avoid runtime GOT relocations in ld.so on powerpcAndreas Schwab2012-05-187-17/+39
|
* Fix undefined reference to _dl_prof_resolve in profiled libcAndreas Schwab2012-05-181-4/+9
|
* Do not provide inlines for GCC build-in functionsAndreas Jaeger2012-05-181-2/+5
|
* Use __syscall_ulong_t in pselect.cH.J. Lu2012-05-171-4/+4
|
* Add __fsword_t and use it in bits/statfs.hH.J. Lu2012-05-176-12/+17
|
* Cast to unsigned longH.J. Lu2012-05-171-1/+1
|
* Fix warnings on Linux/i686Andreas Jaeger2012-05-171-1/+3
| | | | | | Fixes: ../sysdeps/i386/dl-machine.h:336:30: warning: unused variable ‘refsym’ [-Wunused-variable] rtld.c:1435:3: warning: implicit declaration of function ‘_dl_discover_osversion’ [-Wimplicit-function-declaration]
* Add tst-mallocalign1H.J. Lu2012-05-172-0/+76
|
* BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2012-05-177-30/+150
| | | | | Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features.
* Fold copyright yearsH.J. Lu2012-05-164-4/+4
|
* Use __syscall_slong_t in bits/mqueue.hH.J. Lu2012-05-161-6/+8
|
* Add x32 suppport to x86_64/bits/stat.hH.J. Lu2012-05-161-21/+21
|
* Add x86-64 bits/typesizes.hH.J. Lu2012-05-161-0/+74
|
* Add x86_64/bits/ipctypes.hH.J. Lu2012-05-161-0/+33
|
* Use __syscall_ulong_t in bits/ipc.hH.J. Lu2012-05-161-3/+3
|
* Add x32 support to sys/ucontext.hH.J. Lu2012-05-161-7/+6
|
* Add x32 support to <sys/user.h>H.J. Lu2012-05-161-42/+46
|
* Add x32 gmp-mparam.hH.J. Lu2012-05-161-0/+33
|
* Add x32 ffsH.J. Lu2012-05-161-0/+4
|
* Add x32 support to x86_64/bits/shm.hH.J. Lu2012-05-161-22/+21
|
* Add x32 support to x86_64/bits/sem.hH.J. Lu2012-05-161-6/+6
|
* Add x32 support to x86_64/bits/msq.hH.J. Lu2012-05-161-10/+9
|
* Check __x86_64__ in x86_64/bits/a.out.hH.J. Lu2012-05-161-3/+1
|
* Add x86-64 <bits/siginfo.h>H.J. Lu2012-05-161-0/+330
|
* Add dummy files for x32H.J. Lu2012-05-162-0/+2
|
* Check __x86_64__ in x86-64 sys/reg.hH.J. Lu2012-05-161-3/+2
|
* Add x32 support to sys/procfs.hH.J. Lu2012-05-161-2/+6
|
* Use ULL suffix on DR_CONTROL_RESERVEDH.J. Lu2012-05-161-4/+3
|
* Add uintptr_t cast to GET_PC/GET_FRAME/GET_STACKH.J. Lu2012-05-161-4/+9
|
* Use 64bit filesystem functions for x32H.J. Lu2012-05-1629-0/+29
|
* Track dependencies for .oS-only objectsAndreas Schwab2012-05-161-0/+1
|
* Remove __snseconds_tH.J. Lu2012-05-154-8/+4
|
* Add __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.hH.J. Lu2012-05-151-0/+2
|
* Add __syscall_slong_t and __syscall_ulong_tH.J. Lu2012-05-153-0/+6
|
* Use R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZEH.J. Lu2012-05-153-16/+37
|
* Split up stackguard-macros.h into sysdeps directories.Joseph Myers2012-05-159-0/+38
|
* Add x86_64 Implies-after filesH.J. Lu2012-05-153-1/+2
|
* Avoid plain "aligned" attributes in installed headers.Joseph Myers2012-05-152-5/+5
|
* 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
|