summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Replace __builtin_expect(..., 0) with __glibc_unlikely().Paul Pluzhnikov2013-03-051-0/+5
|
* Remove powerpc64 bounded-pointers code.Joseph Myers2013-03-061-0/+146
|
* * stdio-common/vfprintf.c (vfprintf): Check malloc return; don'tPaul Pluzhnikov2013-03-051-1/+6
| | | | call free(NULL).
* Update Spanish PO file from translation team.David S. Miller2013-03-051-0/+4
| | | | * po/es.po: Update from translation team.
* Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger2013-03-051-0/+20
| | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include <bits/mman-linux.h>. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT] (MCL_CURRENT, MCL_FUTURE): Define here.
* S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel2013-03-051-0/+6
|
* S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.Andreas Krebbel2013-03-051-0/+11
|
* Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers2013-03-041-0/+8
|
* Fix ChangeLogAndreas Jaeger2013-03-041-2/+1
| | | | remove duplicate line, use commit date
* Create <bits/mman-linux.h>Andreas Jaeger2013-03-041-0/+13
| | | | | | | | | | | | | * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux common definitions. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
* BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella2013-03-041-0/+6
|
* Use same installed powerpc headers for hard and soft float.Joseph Myers2013-03-011-0/+9
|
* Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath2013-03-011-0/+13
|
* Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2013-03-011-0/+5
| | | | | | | This reverts the change that allows the POSIX Thread default stack size to be changed by the environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE. It has been requested that more discussion happen before this change goes into 2.18.
* Update NEWSSiddhesh Poyarekar2013-03-011-0/+3
|
* Set default stack size from program environmentSiddhesh Poyarekar2013-03-011-0/+6
| | | | New environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE to do this.
* Remove powerpc32 bounded-pointers code.Joseph Myers2013-02-281-0/+163
|
* Sync up ppc add_magnitudes and sub_magnitudes with default codeSiddhesh Poyarekar2013-02-281-0/+9
|
* Add license exception text to gmon-start.Roland McGrath2013-02-271-0/+4
|
* Sync config.guess and config.sub with upstreamRichard Henderson2013-02-271-0/+5
|
* Format mpsqrt.cSiddhesh Poyarekar2013-02-271-0/+2
|
* Format mpatan2.cSiddhesh Poyarekar2013-02-271-0/+2
|
* Format mpatan.cSiddhesh Poyarekar2013-02-271-0/+2
|
* Format mptan.cSiddhesh Poyarekar2013-02-271-0/+2
|
* Format mplog.cSiddhesh Poyarekar2013-02-271-0/+4
|
* Fix last change.Roland McGrath2013-02-261-1/+0
|
* Generalize %.v.i rule a bit.Roland McGrath2013-02-261-0/+6
|
* Another tweak to the multiplication algorithmSiddhesh Poyarekar2013-02-261-0/+3
| | | | | Reduce the formula to calculate mantissa so that we reduce the net number of multiplications performed.
* Don't duplicate mpone and mptwoSiddhesh Poyarekar2013-02-261-0/+4
|
* Fix FPE in memusagestat when malloc utilization is zeroSiddhesh Poyarekar2013-02-261-0/+6
| | | | | | | [BZ #15160] Draw graphs for heap and stack only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
* Bring back definition of __attribute__ for non-gcc and older gccPaul Eggert2013-02-261-0/+5
| | | | gnulib copies this file over and needs it.
* Fix some build warningsSiddhesh Poyarekar2013-02-261-0/+15
|
* Remove commented declarationsSiddhesh Poyarekar2013-02-251-0/+4
|
* Use long wherever possible in mpa.cSiddhesh Poyarekar2013-02-251-0/+11
| | | | | | Using long throughout like powerpc does is beneficial since it reduces the need to switch to 32-bit instructions. It gives a very minor performance improvement.
* Format slowexp.cSiddhesh Poyarekar2013-02-251-0/+3
|
* Reformat slowpow.cSiddhesh Poyarekar2013-02-251-0/+3
|
* Remove commented codeSiddhesh Poyarekar2013-02-251-0/+3
|
* Sync up powerpc __mp_dbl with default codeSiddhesh Poyarekar2013-02-251-0/+7
|
* Fix menu ordering in socket.texi.Allan McRae2013-02-241-0/+3
| | | | Match the order of (sub)sections in the menu to that in the file..
* Add @detailmenu to subsection node listingAllan McRae2013-02-241-0/+5
| | | | | | Surround the "Detailed Node Listing" section of the info page menu with @detailmenu flags to avoid confusing texinfo. Resolves a large number of warnings printed by texinfo-5.0.
* Remove remaining bounded-pointers support from i386 .S files.Joseph Myers2013-02-211-0/+346
|
* Move @end statement to start of lineAllan McRae2013-02-211-0/+5
| | | | Fixes a warning with texinfo-5.0.
* Mark __inv as static in powerpcSiddhesh Poyarekar2013-02-211-0/+5
|
* Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar2013-02-211-0/+7
|
* S/390: Fix _dl_runtime_profile for 32 bit.Andreas Krebbel2013-02-211-0/+5
|
* Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar2013-02-211-0/+7
| | | | Syncs up with generic code.
* manual: Remove frobnicate @pxref.Carlos O'Donell2013-02-201-0/+5
| | | | | | We remove the frobnicate @pxref in the "System Databases and Name Service Switch" chapter. The @pxref doesn't make sense in the given context.
* Respect the user's namespace in installed header files.Thomas Schwinge2013-02-201-0/+5
| | | | Fixup for commit c7b275d6b3bceb6b400fa3044d13d1001bc605ca.
* Add ARM relocation constants to elf/elf.h.Petr Machata2013-02-201-0/+48
|
* bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge2013-02-201-0/+5
|