about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/release/2.15/master' into hjl/x32/releas... hjl/x32/release/2.15H.J. Lu2012-06-1427-218/+706
|\
| * Add BZ#14167 to NEWS.Carlos O'Donell2012-05-291-1/+1
| * Disable use of FMA instructions in branredAndreas Schwab2012-05-2514-156/+594
| * Fix makefile/configure problems with sse2avx changes.Joseph Myers2012-05-255-1/+12
| * Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-05-2513-59/+85
| * Handle ARENA_TEST correctlyUlrich Drepper2012-05-242-2/+15
* | Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.SH.J. Lu2012-06-144-10/+55
* | Use R*_LP on SP, PC and pointers, not on rbpH.J. Lu2012-05-274-14/+21
* | Check __ILP32__ instead of __LP64__ for __WORDSIZEH.J. Lu2012-05-273-10/+10
* | Handle R_X86_64_RELATIVE64 in elf_machine_rela_relativeH.J. Lu2012-05-272-2/+14
* | Rename llseek.S to lseek.S and add dummy llseek.SH.J. Lu2012-05-273-33/+40
* | Move fallocate/posix_fadvise/preadv/pwritev to syscalls.listH.J. Lu2012-05-272-21/+13
* | Change x32 ABI from GLIBC_2.11 to GLIBC_2.16H.J. Lu2012-05-274-2/+14
* | Properly define __ipc_pid_tH.J. Lu2012-05-272-3/+11
* | Add x32 arch_prctl.cH.J. Lu2012-05-273-0/+74
* | Use atomic64_t with 64bit atomic macrosH.J. Lu2012-05-271-7/+7
* | Use __asm__("rsp") to get CURRENT_STACK_FRAMEH.J. Lu2012-05-271-1/+1
* | Check __x86_64__ instead of __WORDSIZE for fenv_tH.J. Lu2012-05-271-1/+1
* | Use long long int on __jmp_buf only for x32H.J. Lu2012-05-272-1/+10
* | Use __builtin_bswap[32|64] if GCC >= 4.2H.J. Lu2012-05-273-75/+35
* | Check __GNUC__ directly for __WORDSIZEH.J. Lu2012-05-273-4/+18
* | Replace MOVE_LP/ADD_LP/SUB_LP/CMP_LP with LP_OPH.J. Lu2012-05-2712-72/+86
* | Replace $17 with $2*LP_SIZE+1H.J. Lu2012-05-272-10/+16
* | Replace __[SU]SYSCALL_LONG_TYPE with __syscall_[su]long_tH.J. Lu2012-05-2716-72/+120
* | Use i386/readelflib.c in x86_64/readelflib.cH.J. Lu2012-05-273-109/+49
* | Use greg_t instead of long long int in __makecontextH.J. Lu2012-05-272-16/+21
* | Restore VSYSCALL_ADDR_xxxH.J. Lu2012-05-276-10/+27
* | Check __WORDSIZE instead of __LP64__H.J. Lu2012-05-273-6/+20
* | Use time_t on days, rem, y and yg in __offtimeH.J. Lu2012-05-272-8/+6
* | Sync time/mktime.c with gnulibH.J. Lu2012-05-272-220/+297
* | Pass __vdso_xxx to _dl_vdso_vsymH.J. Lu2012-05-275-4/+20
* | Replace __SNATIVE_LONG_TYPE with __SSYSCALL_LONG_TYPEH.J. Lu2012-05-272-1/+6
* | Use CMP_LP and R8_LP on dep_mutexH.J. Lu2012-05-272-3/+8
* | Align siginfo_t to 8 bytes for x32H.J. Lu2012-05-271-5/+9
* | Add x86-64 <bits/siginfo.h>H.J. Lu2012-05-272-0/+325
* | Use __SSYSCALL_LONG_TYPE and __USYSCALL_LONG_TYPEH.J. Lu2012-05-2710-71/+87
* | Set clock_t to __SQUAD_TYPE for x32H.J. Lu2012-05-273-4/+12
* | Restore uc_flags to unsigned long in ucontextH.J. Lu2012-05-272-1/+6
* | Remove x32 PTR_MANGLE/PTR_DEMANGLEH.J. Lu2012-05-273-58/+24
* | Make chunk size a multiple of MALLOC_ALIGNMENTH.J. Lu2012-05-272-4/+13
* | Properly handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.H.J. Lu2012-05-272-14/+80
* | Add x32 support to _itoa and _itowa.H.J. Lu2012-05-273-38/+89
* | Add x32 dl-machine.h.H.J. Lu2012-05-272-0/+90
* | Define MALLOC_ALIGNMENT as 16 for x32.H.J. Lu2012-05-272-0/+7
* | Add misc x32 support.H.J. Lu2012-05-275-0/+43
* | Use stack register macro in stackinfo.h.H.J. Lu2012-05-272-2/+7
* | Add x32 support to dynamic linker audit.H.J. Lu2012-05-2710-22/+109
* | Add x32 support to sysdeps/x86_64/dl-machine.h.H.J. Lu2012-05-272-43/+77
* | Add x32 support to dl-irel.h.H.J. Lu2012-05-272-7/+12
* | Add x32 support to dl-tls.h.H.J. Lu2012-05-272-2/+7