about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove duplicated llrintf and llrintf32 from libm.a (BZ 31787)Adhemerval Zanella2024-05-232-0/+8
* login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer2024-04-191-2/+1
* powerpc: Add missing arch flags on rounding ifunc variantsAdhemerval Zanella2024-04-021-0/+6
* powerpc: Placeholder and infrastructure/build support to add Power11 relat...Amrita H S2024-03-193-0/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01171-171/+171
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-213-5/+9
* PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLESMahesh Bodapati2023-08-012-5/+9
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-172-19/+23
* Fix misspellings in sysdeps/powerpc -- BZ 25337Paul Pluzhnikov2023-05-235-14/+14
* Remove last remnants of have-protectedAndreas Schwab2023-05-222-6/+1
* powerpc: Remove strncmp variantsAdhemerval Zanella Netto2023-03-028-701/+1
* string: Add libc_hidden_proto for memrchrAdhemerval Zanella2023-02-083-6/+17
* string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2023-02-082-8/+16
* string: Improve generic strnlen with memchrAdhemerval Zanella2023-02-061-7/+7
* string: Improve generic memchrAdhemerval Zanella2023-02-061-10/+4
* string: Improve generic strchrnulAdhemerval Zanella2023-02-061-4/+0
* Parameterize OP_T_THRES from memcopy.hRichard Henderson2023-02-061-5/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06177-177/+177
* Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella2022-11-011-2/+2
* Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers2022-10-311-2/+2
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-184-0/+4
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-101-7/+2
* math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella2022-05-231-52/+0
* powerpc32: Remove unused HAVE_PPC_SECURE_PLTFangrui Song2022-05-022-41/+0
* elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2022-04-262-0/+5
* powerpc: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-071-66/+0
* powerpc: Remove powerpc32 bzero optimizationsAdhemerval Zanella2022-02-237-158/+2
* elf: Remove prelink supportAdhemerval Zanella2022-02-101-20/+11
* debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella2022-01-061-120/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01185-185/+185
* math: Remove powerpc e_hypotAdhemerval Zanella2021-12-137-162/+1
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-264-0/+6
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-265-0/+10
* powerpc: Remove backtrace implementationAdhemerval Zanella2021-10-201-133/+0
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-141-4/+2
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-071-8/+9
* powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song2021-09-271-2/+0
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0321-21/+0
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-181-49/+0
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-011-0/+28
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02191-191/+191
* powerpc: Runtime selection between sc and scv for syscallsMatheus Castanho2020-12-301-3/+12
* powerpc: Eliminate UP macro conditionalsFlorian Weimer2020-11-131-3/+1
* powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]Raphael Moreira Zinsly2020-09-221-1/+1
* powerpc: Fix incorrect cache line size load in memset (bug 26332)Florian Weimer2020-08-031-2/+2
* powerpc: Add support for POWER10Tulio Magno Quites Machado Filho2020-06-293-0/+4
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-01-211-0/+2
* powerpc32: Fix syntax error in __GLRO macroAndreas Schwab2020-01-181-1/+1
* powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho2020-01-174-36/+53