about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Split up stackguard-macros.h into sysdeps directories.Joseph Myers2012-05-151-0/+13
|
* Add x86_64 Implies-after filesH.J. Lu2012-05-151-0/+6
|
* Avoid plain "aligned" attributes in installed headers.Joseph Myers2012-05-151-0/+8
|
* Use R*_LP to call _dl_profile_fixup and frame sizeH.J. Lu2012-05-151-0/+6
|
* Add x32 init-first.cH.J. Lu2012-05-151-0/+4
|
* Add sysdeps/x86_64/x32/sysdep.hH.J. Lu2012-05-151-0/+5
|
* Use R*_LP on SP and PC in __longjmp.S and setjmp.SH.J. Lu2012-05-151-0/+5
|
* Log2 and log10 for wordsize-64.Adhemerval Zanella2012-05-151-0/+8
| | | | This patch also fixes indentation on default dbl-64 code.
* Remove duplicate #include <not-cancel.h> in Linux getsysstats.cChris Metcalf2012-05-151-0/+5
|
* Fix formatting in last change.Roland McGrath2012-05-151-0/+4
|
* Avoid race in nscdAndreas Jaeger2012-05-151-0/+11
| | | | | | | | | | | | | 2012-05-15 Jeff Law <law@redhat.com> Andreas Jaeger <aj@suse.de> [BZ #13594] * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split out from... * nscd/nscd_helper.c (__nscd_get_map_ref): ... here. * nscd/nscd-client.h: Add __nscd_acquire_maplock. * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to code changing __hst_map_handle.map.
* configure change to handle Implies-{before,after} filesRoland McGrath2012-05-151-0/+6
|
* Replace 8-byte data alignment with LP_SIZE alignmentH.J. Lu2012-05-151-0/+5
|
* Load pointer to TID into R10_LPH.J. Lu2012-05-151-0/+5
|
* Add x32 dl-cache.hH.J. Lu2012-05-151-0/+4
|
* Add x32 getcpu and sched_getcpuH.J. Lu2012-05-151-0/+8
|
* Use RSP_LP to operate on stack in stackinfo.hH.J. Lu2012-05-151-0/+5
|
* Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu2012-05-151-0/+5
|
* Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu2012-05-151-0/+5
|
* Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu2012-05-151-0/+5
|
* Load pointers into R*_LP in strcmp.SH.J. Lu2012-05-151-0/+4
|
* Load cache sizes into R11_LP/R8_LPH.J. Lu2012-05-151-0/+6
|
* Load cache size into R8_LPH.J. Lu2012-05-151-0/+5
|
* PowerPC - logb[f|l] optimization for POWER7Adhemerval Zanella2012-05-151-0/+15
| | | | | | 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.
* Remove README.libm.Joseph Myers2012-05-151-0/+4
|
* Update sysdeps/x86_64/start.S for x32H.J. Lu2012-05-141-0/+5
|
* Add sysdeps/x86_64/{64,x32}/shlib-versionsH.J. Lu2012-05-141-0/+6
|
* Use _dl_fatal_printf instead of a private variant.Roland McGrath2012-05-141-0/+6
|
* Mention BZ #14103/#14104 in News and ChangeLogH.J. Lu2012-05-141-0/+1
|
* Improve consistency of --enable-kernel and default builds.Joseph Myers2012-05-141-0/+6
|
* Update elf_machine_load_address for x32H.J. Lu2012-05-141-0/+5
|
* Update x86_64 PTR_MANGLE/PTR_DEMANGLE for x32H.J. Lu2012-05-141-0/+7
|
* Define LP_SIZE/LP_OP/ASM_ADDR/RXX_LP for x86-64H.J. Lu2012-05-141-0/+22
|
* Add x32 dl-machine.hH.J. Lu2012-05-141-0/+4
|
* Do not build manual in source dirAndreas Jaeger2012-05-141-0/+53
| | | | | | | [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.
* Remove unused variable in linux/getcwd.cAndreas Jaeger2012-05-141-0/+5
|
* Remove unused functions from i386/mathinline.hAndreas Jaeger2012-05-141-0/+6
|
* Remove pre-2.2 Linux kernel support.Joseph Myers2012-05-141-0/+124
|
* Fix concat exampleAndreas Jaeger2012-05-141-0/+6
| | | | | | | | 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 __logbH.J. Lu2012-05-141-0/+5
|
* Free memory at exit in check_pf.cH.J. Lu2012-05-141-0/+6
|
* Add optimized expf for x86Liubov Dmitrieva2012-05-141-0/+7
| | | | | | | | | 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 infoMike Frysinger2012-05-141-0/+4
| | | | | | | 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 bcopyAndreas Schwab2012-05-121-0/+5
|
* Avoid dup3 PLT usage.Thomas Schwinge2012-05-121-0/+7
| | | | Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c.
* Add x32 support to STACK_CHK_GUARDH.J. Lu2012-05-111-0/+5
|
* Add x32 support to TLS_LE/TLS_IE/TLS_GDH.J. Lu2012-05-111-0/+9
|
* Mark sparc %fsr load and store inline asms as volatile.David S. Miller2012-05-111-0/+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/+5
|
* Complete GB18030 charmapAndreas Schwab2012-05-111-0/+8
|