summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)Author
2014-07-09Fix Wundef warning for __cplusplusSiddhesh Poyarekar
All current uses of the __cplusplus macro only check if it is defined or not. Fix this #if to use $ifdef like the rest of the code.
2014-07-08Fix Wundef warning for ELF_MACHINE_NO_REL on i386Siddhesh Poyarekar
2014-07-08PowerPC: Cleanup powerpc memmoveAdhemerval Zanella
Now that MEMCPY_OK_FOR_FWD_MEMMOVE should be define on memcopy.h there is no need to specialized powerpc memmove implementation. This patch moves the define set to powerpc memcopy and cleanup its definition on powerpc code.
2014-07-08PowerPC: Fix compiler warningsAdhemerval Zanella
This patch fixes some compiler due trailing data in #undef directives and due missing prototypes.
2014-07-08PowerPC: Add ifunc tests for memmoveAdhemerval Zanella
This patch add the missing ifunc tests definition for memmove ppc32 optimization patch (commit 07aedd7).
2014-07-07PowerPC: Align power7 memcpy using VSX to quadwordAdhemerval Zanella
This patch changes power7 memcpy to use VSX instructions only when memory is aligned to quardword. It is to avoid unaligned kernel traps on non-cacheable memory (for instance, memory-mapped I/O).
2014-07-07PowerPC: optimized memmove for POWER7/PPC32Adhemerval Zanella
This patch adds a optimized memmove for power7 by using the optimized power7 memcpy for forward copying.
2014-07-07PowerPC: optimized memmove for POWER7/PPC64Adhemerval Zanella
This patch adds an optimized memmove optimization for POWER7/powerpc64. Basically the idea is to use the memcpy for POWER7 on non-overlapped memory regions and a optimized backward memcpy for memory regions that overlap (similar to the idea of string/memmove.c). The backward memcpy algorithm used is similar the one use for memcpy for POWER7, with adjustments done for alignment. The difference is memory is always aligned to 16 bytes before using VSX/altivec instructions.
2014-07-07PowerPC: memmove default implementation cleanupAdhemerval Zanella
This patch removes the powerpc specific logic in memmove and instead include default implementation with MEMCPY_OK_FOR_FWD_MEMMOVE defined. This lead in a increase performance, since the constraints to use memcpy in powerpc code are too restrictive and memcpy can be used for any forward memmove.
2014-07-07PowerPC: Guard CALL_ELF check for ppc64 only in link.hAdhemerval Zanella
This patch fixes powerpc32 undef compiler warnings for _CALL_ELF, since it is defined only for powerpc64.
2014-07-07Remove old stub lowlevellock.h file. It is not even useful as documentation.Roland McGrath
2014-07-07NPTL is no longer an add-on!Roland McGrath
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath
2014-07-05Add comment for MEMCPY_OK_FOR_FWD_MEMMOVESiddhesh Poyarekar
2014-07-04ARM: Define ELF_MACHINE_NO_RELWill Newton
Fix a -Wundef warning on ARM. ChangeLog: 2014-07-04 Will Newton <will.newton@linaro.org> * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2014-07-03Fix ia64 build error in lll_futex_timed_wait_bitsetRoland McGrath
2014-07-03Fix unwind.h configure check for bare environment.Roland McGrath
2014-07-03Add missing #include in sysdeps/alpha/fpu/s_nearbyint.cRoland McGrath
2014-07-03Robustify Linux kernel headers configure checksRoland McGrath
2014-07-03S390: Quash unused variable warning due to no-op THREAD_SET_POINTER_GUARD.Roland McGrath
2014-07-03Restore subdir conditional for tst-timer dependency.Siddhesh Poyarekar
2014-07-03alpha: Remove nearbyint and nearbyintf implementationsRichard Henderson
The original implementation was written for EV5, which does not record inexact in the status register for /SU (but no /I) insns. But EV6 does record the inexact status; the lack of /I simply means that the exception is suppressed. Adding feholdexcept becomes the bulk of the overhead, so we might as well use the default implementation.
2014-07-03alpha: Implement math_opt_barrier and math_force_evalRichard Henderson
2014-07-03alpha: Fix lround implementationsRichard Henderson
Use chopped rounding to add 0.5.
2014-07-03alpha: Remove round and roundf implementationsRichard Henderson
Two bugs in these implementations: First is that the add of 0.5 was not done in chopped rounding mode (easily fixable). Second is that the method generates incorrect inexact exceptions for small integral values (not easily fixable).
2014-07-03Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAILRichard Henderson
2014-07-03Always provide HP_SMALL_TIMING_AVAILRichard Henderson
2014-07-03aarch64: Add hp-timing.hRichard Henderson
2014-07-03Unify hp-timing implementationsRichard Henderson
Provide an hp-timing-common.h for ports to use.
2014-07-03Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson
Without HP_TIMING_ACCUM, dl_hp_timing_overhead is write-only. If we remove it, there's no point in HP_TIMING_DIFF_INIT either.
2014-07-03Removing HP_TIMING_ACCUM as unusedRichard Henderson
2014-07-03Removing HP_TIMING_ZERO as unusedRichard Henderson
2014-07-03powerpc: Remove dummy hp-timing.hRichard Henderson
It's the same as the generic dummy version.
2014-07-03Fix -Wundef warning on PAGE_COPY_THRESHOLDSiddhesh Poyarekar
The PAGE_COPY_THRESHOLD macro is meant to be overridden by architecture-specific pagecopy.h, but it is currently done only by mach; all other architectures use the default. Check to see if the macro is defined in addition to whether it is set to a non-zero value.
2014-07-02PowerPC: strcat optimization for PPC64/POWER7Vidya Ranganathan
This patch adds an ifunc power7 strcat symbol that uses the logic on sysdeps/powerpc/strcat.c but call power7 strlen/strcpy symbols instead of default ones.
2014-07-02Add missing #include for MIN use in dl-sysdep.c.Roland McGrath
2014-07-02Fix typo in macro nameSiddhesh Poyarekar
It is _POSIX_SIGNALS and not _POSUX_SIGNALS
2014-07-02hppa: Remove GLIBC_2.3 from librt.abilist.Carlos O'Donell
This commit removes the aio_cancel and aio_cancel64 symbols at GLIBC_2.3 from the ABI baseline. The ABI baseline is now complete for hppa and considered stable.
2014-07-01hppa: Add ABI baselines.Carlos O'Donell
The following ABI baselines were tested against several old releases of debian and gentoo. Several problems were discovered and fixed as part of developing the ABI baselines. Firstly, libBrokenLocale on gentoo exports __ctype_get_mb_cur_max as @@GLIBC_2.0, but it should be @@GLIBC_2.2 since that's the minimum version defined in shlib-versions for hppa. I don't know when this broke, but master properly parses hppa's shlib-versions which clearly lists libBrokenLocale as defaulting to GLIBC_2.2. Therefore I'm accepting GLBIC_2.2 as the correct version for this symbol and setting the baseline to that, despite the fact that the present distribution is wrong. I don't expect that any new applications should be using libBrokenLocale, so it should match the oldest behaviour which is to export a GLIBC_2.2 symbol. For example in debian's 2.7 has it at version GLIBC_2.2. Secondly, aio_cancel and aio_cancel64 previously had a compat symbol at version @GLIBC_2.1 with a new symbol at @@GLIBC_2.3[1]. During the Linuxthreads to NPTL transition the file aio_cancel.c was lost for hppa and that resulted in just @@GLIBC_2.1 versions of these symbols being exported. The @@GLIBC_2.1 version works correctly and uses the right value of ECANCELLED. Therefore if I were to fix this today it might break correctly working applications using aio_cancel*@GLIBC_2.1 by causing those to use the old aio_cancel that used the older value of ECANCELLED. Thus the best option is to accept that the ABI changed and ignore older applications in favour of newer applications. The best thing to do is cleanup the version files (included in the patch). The rest of the ABI was as expected (ignoring __p_type_syms size change in 2008).
2014-07-01Add missing #include for MIN/MAX users.Roland McGrath
2014-07-01alpha: Fix isnanRichard Henderson
The isunordered formulation raises SIGFPE for SNaN.
2014-07-01alpha: Update libm-test-ulpsRichard Henderson
2014-07-01S/390: Regenerate ULPsStefan Liebler
2014-07-01MicroBlaze: Update kernel-features.h for syscalls added in 3.15Joseph Myers
Now that the MicroBlaze 3.15 kernel has the pselect6, preadv and pwritev syscalls, this patch updates kernel-features.h so they are assumed to be present for 3.15 and later kernels. 2014-06-17 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/microblaze/kernel-features.h [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not undefine. [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise. [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise. Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
2014-07-01MicroBlaze: Consolidate nptl/ subdirectories under linux/...Roland McGrath
Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
2014-07-01MicroBlaze: Consolidate NPTL/non versions of vforkRoland McGrath
2014-07-01MicroBlaze: Move NPTL public headers to sysdeps/microblaze/nptl/.Roland McGrath
2014-07-01MicroBlaze: Define TLS_DEFINE_INIT_TPRoland McGrath
2014-07-01MicroBlaze: Convert fork.c to arch-fork.hRoland McGrath
2014-07-01MicroBlaze: Add missing sysdep-cancel.h implementationDavid Holsgrove
And update socket.S, Makefile to use *_nocancel definitions. Absence of sysdep-cancel.h was not apparent until Roland's not-cancel.h unification. 2014-06-30 David Holsgrove <david.holsgrove@xilinx.com> * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P * sysdeps/unix/sysv/linux/microblaze/Makefile: Add to libpthread-routines Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>