aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-15Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu
2012-05-15Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu
2012-05-15Use LP_OP(mov) and RDI_LP on pointerH.J. Lu
2012-05-15Replace 8-byte data alignment with LP_SIZE alignmentH.J. Lu
2012-05-15Load pointer to TID into R10_LPH.J. Lu
2012-05-15Add x32 dl-cache.hH.J. Lu
2012-05-15Add x32 getcpu and sched_getcpuH.J. Lu
2012-05-15Use LP_SIZE and load timeout pointer into RDX_LPH.J. Lu
2012-05-15Use RSP_LP to operate on stack in stackinfo.hH.J. Lu
2012-05-15Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu
2012-05-15Load pointers into R*_LP in strcmp.SH.J. Lu
2012-05-15Load cache sizes into R11_LP/R8_LPH.J. Lu
2012-05-15Load cache size into R8_LPH.J. Lu
2012-05-15PowerPC - logb[f|l] optimization for POWER7Adhemerval Zanella
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.
2012-05-15Add fixed ports bugs to list in NEWS.Joseph Myers
2012-05-15Remove README.libm.Joseph Myers
2012-05-15Allow a single-threaded program to cancel itselfSiddhesh Poyarekar
There is nothing in the POSIX specification to disallow a single-threaded program from cancelling itself, so we forcibly enable multiple_threads to allow the next available cancellation point in the thread to run. Also added additional tests to cover various cancellation scenarios.
2012-05-14Add x32 support to tcbhead_tH.J. Lu
2012-05-14Update sysdeps/x86_64/start.S for x32H.J. Lu
2012-05-14Add __PTHREAD_RWLOCK_INT_FLAGS_SHAREDH.J. Lu
2012-05-14Add sysdeps/x86_64/{64,x32}/shlib-versionsH.J. Lu
2012-05-14Use _dl_fatal_printf instead of a private variant.Roland McGrath
2012-05-14Mention BZ #14103/#14104 in News and ChangeLogH.J. Lu
2012-05-14Improve consistency of --enable-kernel and default builds.Joseph Myers
2012-05-14Update elf_machine_load_address for x32H.J. Lu
2012-05-14Update x86_64 PTR_MANGLE/PTR_DEMANGLE for x32H.J. Lu
2012-05-14Define LP_SIZE/LP_OP/ASM_ADDR/RXX_LP for x86-64H.J. Lu
2012-05-14Add x32 dl-machine.hH.J. Lu
2012-05-14Do not build manual in source dirAndreas Jaeger
[BZ #13750] Do not build manual anymore in the source dir. Also clean up the Makefile and remove rules that have been used previously when we had a stand-alone Makefile which was obsoleted recently.
2012-05-14Add x32 pthread typesH.J. Lu
2012-05-14Remove unused variable in linux/getcwd.cAndreas Jaeger
2012-05-14Remove unused functions from i386/mathinline.hAndreas Jaeger
2012-05-14Remove pre-2.2 Linux kernel support.Joseph Myers
2012-05-14Fix concat exampleAndreas Jaeger
2012-05-14 Andreas Jaeger <aj@suse.de> * manual/string.texi (Copying and Concatenation): Add missing variable in concat example. Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
2012-05-14Use __builtin_clzll on int64 in __logbH.J. Lu
2012-05-14Free memory at exit in check_pf.cH.J. Lu
2012-05-14Add optimized expf for x86Liubov Dmitrieva
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.
2012-05-14NEWS: update ia64 infoMike Frysinger
Mention that ia64 has moved into ports/, and drop the old build/install details that don't belong in the NEWS file in the first place. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-12Fix warning in powerpc bcopyAndreas Schwab
2012-05-12Avoid dup3 PLT usage.Thomas Schwinge
Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c.
2012-05-11Add x32 support to STACK_CHK_GUARDH.J. Lu
2012-05-11Update comments for CALL_THREAD_FCTH.J. Lu
2012-05-11Add x32 support to TLS_LE/TLS_IE/TLS_GDH.J. Lu
2012-05-11Add sysdeps/x86_64/x32/tls.hH.J. Lu
2012-05-11Mark sparc %fsr load and store inline asms as volatile.David S. Miller
* sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__. * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise. (_FPU_SETCW): Likewise.
2012-05-11Check if RTLD_SAVESPACE_SSE is aligned to 32 bytesH.J. Lu
2012-05-11Fix a typo in ChangeLo.H.J. Lu
2012-05-11Complete GB18030 charmapAndreas Schwab