about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* PowerPC: Add missing file from previous commit. ibm/2.13/masterAdhemerval Zanella2013-03-131-0/+30
* PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.Adhemerval Zanella2013-03-134-0/+13
* Merge remote branch 'origin/release/2.13/master' into local_ibm_2.13Ryan S. Arnold2013-02-128-55/+79
|\
| * Handle DSOs without any dependency in ld.so release/2.13/masterUlrich Drepper2011-07-204-51/+66
| * Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-06-146-5/+14
* | import memmove fix from Andreas Schwab for powerpc memmove/bcopy.Will Schmidt2012-05-142-3/+8
* | Add missing file from commit 8ff41c4601f8b8d7dfa6682f596dc4071823424d / 39d49...Will Schmidt2012-05-141-0/+119
* | Add missing ChangeLog for previous commit.Will Schmidt2012-05-111-0/+23
* | Backport of memmove changesWill Schmidt2012-05-102-324/+63
* | Merge Adhemerval Zanella's pipe2 fix into ibm/2.13/masterAdhemerval Zanella2012-01-113-5/+26
|\ \
| * | Added __have_pipe2Adhemerval Zanella2011-12-303-5/+26
* | | Fixed whitespace in ChangeLog that prevented a push.Ryan S. Arnold2012-01-101-1/+1
* | | Fix for AIO stack size (backported from 'master' branch)Adhemerval Zanella2011-12-305-5/+16
|/ /
* | PowerPC - Optimization for str[n]casecmp functionsAdhemerval Zanella2011-12-299-0/+301
* | PowerPC - Optimization for nearbyint[f]Adhemerval Zanella2011-12-296-0/+293
* | Fix compilation due to __nan definesAndreas Schwab2011-12-292-1/+6
* | Fix a wrong constant in powerpc hypot implementationAndreas Schwab2011-12-292-1/+6
* | PowerPC: Arithmetic function optimizations for POWERAdhemerval Zanella2011-12-296-4/+149
* | Optimize libmUlrich Drepper2011-12-298-43/+35
* | Fix PLT uses in libm on powerpcAndreas Schwab2011-12-295-167/+178
* | Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra2011-08-196-6/+22
* | Check for finite/infinity parms in IBM Long Double 128 fmal( )Dave Flaherty2011-08-192-0/+44
* | Provide a throughput boost to the 64-bit power7 strncmp code of approxWill Schmidt2011-08-183-2/+13
* | Trigonometric optimizations for POWER cpusAdhemerval Zanella2011-08-1810-0/+1083
* | Revert git commit 51f3cf36c1fc25ce2f2d932e087f29e8db19354cRyan S. Arnold2011-08-1816-1579/+0
* | Optimize the aligned copy for power7 with vector-scalar insns.Will Schmidt2011-08-023-29/+153
* | Remove pthread_attr_setstacksize from __aio_create_helper_thread.ryanarn2011-07-012-2/+10
* | Avoid deadcode and remove regressive optimization for POWER[5|6].Adhemerval Zanella2011-06-285-287/+392
* | Trigonometric optimizations for POWER cpusAdhemerval Zanella2011-06-1715-0/+1474
* | Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold2011-05-182-2/+11
* | Fix two printf handler issues.Jakub Jelinek2011-05-123-7/+21
* | This patch is not upstream. It is useful and non-invasive. It allows someRyan Arnold2011-05-102-4/+9
* | Add AT_PLATFORM env variable to ld.so to override auxv AT_PLATFORM.Peter Bergner2011-05-043-0/+59
* | Static TLS memory leak fix (DTV case)Alan Modra2011-05-034-15/+65
* | Prevent erroneous inline optimization of initfini.s on PowerPC64.Ryan S. Arnold2011-05-032-1/+7
* | Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab2011-05-037-12/+58
* | Don't crash when dependencies are missingAndreas Schwab2011-05-032-4/+10
* | Move setting variable in relro data earlier in ld.so.Andreas Schwab2011-05-031-0/+8
* | Make ppc sync_file_range cancelable.Andreas Schwab2011-05-032-3/+18
* | Don't leave empty element in rpath when skipping an elementAndreas Schwab2011-05-032-6/+29
* | Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab2011-05-035-20/+32
* | Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-05-0311-13/+55
* | PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)Ryan S. Arnold2011-05-032-3/+8
* | Remove assert() if DT_RUNPATH and DT_RPATH flags are found in ld.so.Ryan S. Arnold2011-05-032-2/+9
|/
* Move setting variable in relro data earlier in ld.so.Andreas Schwab2011-02-223-5/+16
* Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold2011-02-224-2/+124
* Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold2011-02-222-0/+12
* NEWS: Remove section for version 2.14Petr Baudis2011-02-041-6/+0
* Fix passing symbol value to pltexit callbacks when ld.so auditing.Ulrich Drepper2011-02-042-1/+8
* Fix range error handling in sgetspent.Andreas Schwab2011-02-042-3/+8