Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load cache sizes into R11_LP/R8_LP | H.J. Lu | 2012-05-15 | 2 | -2/+8 |
| | |||||
* | Load cache size into R8_LP | H.J. Lu | 2012-05-15 | 2 | -4/+9 |
| | |||||
* | PowerPC - logb[f|l] optimization for POWER7 | Adhemerval Zanella | 2012-05-15 | 7 | -0/+225 |
| | | | | | | 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. | ||||
* | Add fixed ports bugs to list in NEWS. | Joseph Myers | 2012-05-15 | 1 | -12/+13 |
| | |||||
* | Remove README.libm. | Joseph Myers | 2012-05-15 | 2 | -856/+4 |
| | |||||
* | Allow a single-threaded program to cancel itself | Siddhesh Poyarekar | 2012-05-15 | 13 | -11/+300 |
| | | | | | | | | | 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. | ||||
* | Add x32 support to tcbhead_t | H.J. Lu | 2012-05-14 | 2 | -6/+7 |
| | |||||
* | Update sysdeps/x86_64/start.S for x32 | H.J. Lu | 2012-05-14 | 2 | -15/+27 |
| | |||||
* | Add __PTHREAD_RWLOCK_INT_FLAGS_SHARED | H.J. Lu | 2012-05-14 | 2 | -1/+17 |
| | |||||
* | Add sysdeps/x86_64/{64,x32}/shlib-versions | H.J. Lu | 2012-05-14 | 8 | -3/+26 |
| | |||||
* | Use _dl_fatal_printf instead of a private variant. | Roland McGrath | 2012-05-14 | 3 | -14/+8 |
| | |||||
* | Mention BZ #14103/#14104 in News and ChangeLog | H.J. Lu | 2012-05-14 | 2 | -1/+2 |
| | |||||
* | Improve consistency of --enable-kernel and default builds. | Joseph Myers | 2012-05-14 | 3 | -30/+28 |
| | |||||
* | Update elf_machine_load_address for x32 | H.J. Lu | 2012-05-14 | 2 | -3/+8 |
| | |||||
* | Update x86_64 PTR_MANGLE/PTR_DEMANGLE for x32 | H.J. Lu | 2012-05-14 | 2 | -16/+23 |
| | |||||
* | Define LP_SIZE/LP_OP/ASM_ADDR/RXX_LP for x86-64 | H.J. Lu | 2012-05-14 | 2 | -0/+78 |
| | |||||
* | Add x32 dl-machine.h | H.J. Lu | 2012-05-14 | 2 | -0/+90 |
| | |||||
* | Do not build manual in source dir | Andreas Jaeger | 2012-05-14 | 6 | -155/+142 |
| | | | | | | | [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. | ||||
* | Add x32 pthread types | H.J. Lu | 2012-05-14 | 2 | -14/+37 |
| | |||||
* | Remove unused variable in linux/getcwd.c | Andreas Jaeger | 2012-05-14 | 2 | -1/+5 |
| | |||||
* | Remove unused functions from i386/mathinline.h | Andreas Jaeger | 2012-05-14 | 2 | -37/+6 |
| | |||||
* | Remove pre-2.2 Linux kernel support. | Joseph Myers | 2012-05-14 | 40 | -1433/+319 |
| | |||||
* | Fix concat example | Andreas Jaeger | 2012-05-14 | 2 | -0/+7 |
| | | | | | | | | 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>. | ||||
* | Use __builtin_clzll on int64 in __logb | H.J. Lu | 2012-05-14 | 2 | -1/+6 |
| | |||||
* | Free memory at exit in check_pf.c | H.J. Lu | 2012-05-14 | 2 | -1/+7 |
| | |||||
* | Add optimized expf for x86 | Liubov Dmitrieva | 2012-05-14 | 5 | -0/+371 |
| | | | | | | | | | 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. | ||||
* | NEWS: update ia64 info | Mike Frysinger | 2012-05-14 | 2 | -63/+5 |
| | | | | | | | 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> | ||||
* | Fix warning in powerpc bcopy | Andreas Schwab | 2012-05-12 | 2 | -3/+8 |
| | |||||
* | Avoid dup3 PLT usage. | Thomas Schwinge | 2012-05-12 | 5 | -9/+17 |
| | | | | Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c. | ||||
* | Add x32 support to STACK_CHK_GUARD | H.J. Lu | 2012-05-11 | 2 | -1/+8 |
| | |||||
* | Update comments for CALL_THREAD_FCT | H.J. Lu | 2012-05-11 | 1 | -5/+5 |
| | |||||
* | Add x32 support to TLS_LE/TLS_IE/TLS_GD | H.J. Lu | 2012-05-11 | 2 | -5/+20 |
| | |||||
* | Add sysdeps/x86_64/x32/tls.h | H.J. Lu | 2012-05-11 | 2 | -0/+50 |
| | |||||
* | Mark sparc %fsr load and store inline asms as volatile. | David S. Miller | 2012-05-11 | 3 | -6/+12 |
| | | | | | | * 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 bytes | H.J. Lu | 2012-05-11 | 2 | -0/+9 |
| | |||||
* | Fix a typo in ChangeLo. | H.J. Lu | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Complete GB18030 charmap | Andreas Schwab | 2012-05-11 | 5 | -4722/+69020 |
| | |||||
* | Use uint64_t on 64-bit integer | H.J. Lu | 2012-05-11 | 2 | -2/+8 |
| | |||||
* | Replace movq/%q0 with mov/%0 in THREAD_SELF | H.J. Lu | 2012-05-11 | 2 | -1/+6 |
| | |||||
* | Check __x86_64__ for __cleanup_fct_attribute | H.J. Lu | 2012-05-11 | 2 | -1/+7 |
| | |||||
* | Check __PTHREAD_MUTEX_HAVE_PREV for mutex initializers | H.J. Lu | 2012-05-11 | 2 | -1/+9 |
| | |||||
* | Check __PTHREAD_MUTEX_HAVE_PREV for mutex prev | H.J. Lu | 2012-05-11 | 2 | -1/+6 |
| | |||||
* | [BZ #13673] Replace FSF snail mail address with URL. | Thomas Schwinge | 2012-05-11 | 5 | -12/+16 |
| | |||||
* | 14012 fixed by cross-rpcgen changes. | Joseph Myers | 2012-05-11 | 1 | -2/+2 |
| | |||||
* | Hurd bugs fixed: #766, #3748, #3906. | Thomas Schwinge | 2012-05-11 | 1 | -17/+17 |
| | |||||
* | Don't handle R_X86_64_RELATIVE64 in ld.so | H.J. Lu | 2012-05-10 | 2 | -0/+7 |
| | |||||
* | Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32 | H.J. Lu | 2012-05-10 | 12 | -4/+175 |
| | |||||
* | Hurd: Define some posix types | Samuel Thibault | 2012-05-10 | 3 | -3/+30 |
| | |||||
* | Hurd: Fix paths in paths.h | Samuel Thibault | 2012-05-10 | 2 | -4/+8 |
| | |||||
* | Hurd: fix mode type for openat | Samuel Thibault | 2012-05-10 | 2 | -3/+6 |
| |