about summary refs log tree commit diff
path: root/sysdeps/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc64: Set up thread register for _dl_relocate_static_pieAlan Modra2022-04-106-11/+33
* powerpc64: Use medium model toc accesses throughoutAlan Modra2022-04-106-15/+30
* powerpc: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-074-174/+0
* configure.ac: fix bashisms in configure.acSam James2022-03-224-4/+4
* powerpc: Remove powerpc64 bzero optimizationsAdhemerval Zanella2022-02-2315-197/+1
* powerpc: Remove powerpc32 bzero optimizationsAdhemerval Zanella2022-02-237-158/+2
* powerpc: Remove bcopy optimizationsAdhemerval Zanella2022-02-239-113/+1
* elf: Remove prelink supportAdhemerval Zanella2022-02-102-57/+11
* elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella2022-02-011-0/+39
* powerpc64le: Use <gcc-macros.h> in early HWCAP checkFlorian Weimer2022-01-141-4/+5
* debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella2022-01-062-244/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01600-600/+600
* malloc: Remove memusage.hAdhemerval Zanella2021-12-281-20/+0
* Remove atomic-machine.h atomic typedefsAdhemerval Zanella2021-12-281-17/+0
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-281-2/+2
* powerpc: Use global register variable in <thread_pointer.h>Florian Weimer2021-12-152-12/+8
* math: Remove powerpc e_hypotAdhemerval Zanella2021-12-139-327/+1
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-7/+2
* nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer2021-12-091-14/+1
* nptl: Add <thread_pointer.h> for defining __thread_pointerFlorian Weimer2021-12-091-0/+33
* csu: Always use __executable_start in gmon-start.cFlorian Weimer2021-12-051-37/+0
* nptl: Increase default TCB alignment to 32Florian Weimer2021-12-031-3/+0
* powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]Matheus Castanho2021-11-301-4/+6
* powerpc: Define USE_PPC64_NOTOC iff compiler supports itAdhemerval Zanella2021-11-222-24/+43
* [powerpc] Tighten contraints for asm constant parametersPaul A. Clarke2021-11-033-9/+9
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-2612-0/+18
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-2614-0/+26
* powerpc: Remove backtrace implementationAdhemerval Zanella2021-10-202-250/+0
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-144-21/+40
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-072-17/+19
* powerpc: update libm test ulpsAdhemerval Zanella2021-10-061-1/+1
* powerpc: Fix unrecognized instruction errors with recent binutilsPaul A. Clarke2021-09-292-6/+2
* Add fmaximum, fminimum functionsJoseph Myers2021-09-281-0/+4
* powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song2021-09-272-4/+0
* Add narrowing fma functionsJoseph Myers2021-09-223-0/+24
* Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers2021-09-221-0/+3
* powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke2021-09-201-0/+1
* elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-161-1/+0
* Add narrowing square root functionsJoseph Myers2021-09-103-0/+11
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0370-74/+0
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-183-94/+0
* elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2021-08-162-6/+4
* powerpc64: Add checks for Altivec and VSX in ifunc selectionAnton Blanchard2021-08-0626-68/+139
* powerpc64: Check cacheline size before using optimised memset routinesAnton Blanchard2021-08-062-10/+23
* powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06Anton Blanchard2021-08-0620-38/+38
* Force building with -fno-commonFlorian Weimer2021-07-091-4/+4
* powerpc64le: Fix typo in configureAnton Blanchard2021-07-082-2/+2
* powerpc64: Remove strcspn ifunc from the loaderTulio Magno Quites Machado Filho2021-07-081-0/+18
* Update powerpc-nofpu libm-test-ulpsJoseph Myers2021-07-071-41/+45
* powerpc: optimize strcpy/stpcpy for POWER9/10Pedro Franco de Carvalho2021-07-011-71/+89