aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers177-177/+177
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella1-2/+2
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers1-2/+2
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer4-0/+4
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra1-7/+2
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella1-52/+0
2022-05-02powerpc32: Remove unused HAVE_PPC_SECURE_PLTFangrui Song2-41/+0
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2-0/+5
2022-04-07powerpc: Remove fcopysign{f} implementationAdhemerval Zanella1-66/+0
2022-02-23powerpc: Remove powerpc32 bzero optimizationsAdhemerval Zanella7-158/+2
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-20/+11
2022-01-06debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella1-120/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert185-185/+185
2021-12-13math: Remove powerpc e_hypotAdhemerval Zanella7-162/+1
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein4-0/+6
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein5-0/+10
2021-10-20powerpc: Remove backtrace implementationAdhemerval Zanella1-133/+0
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella1-4/+2
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song1-8/+9
2021-09-27powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song1-2/+0
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar21-21/+0
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song1-49/+0
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer1-0/+28
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-2/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert191-191/+191
2020-12-30powerpc: Runtime selection between sc and scv for syscallsMatheus Castanho1-3/+12
2020-11-13powerpc: Eliminate UP macro conditionalsFlorian Weimer1-3/+1
2020-09-22powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]Raphael Moreira Zinsly1-1/+1
2020-08-03powerpc: Fix incorrect cache line size load in memset (bug 26332)Florian Weimer1-2/+2
2020-06-29powerpc: Add support for POWER10Tulio Magno Quites Machado Filho3-0/+4
2020-01-21Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab1-0/+2
2020-01-18powerpc32: Fix syntax error in __GLRO macroAndreas Schwab1-1/+1
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho4-36/+53
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella1-8/+8
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra6-16/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers191-191/+191
2019-12-19powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Adhemerval Zanella2-4/+6
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella1-2/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert191-191/+191
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella3-21/+3
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella2-20/+2
2019-06-26powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella22-547/+142
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella20-341/+77
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella8-287/+2
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella8-272/+2
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella16-646/+2
2019-06-12powerpc: copysign cleanupAdhemerval Zanella9-253/+3
2019-06-12powerpc: consolidate rintAdhemerval Zanella2-135/+0
2019-05-28powerpc: generic nearbyint/nearbyintfAdhemerval Zanella2-159/+0
2019-05-22Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*).Zack Weinberg36-1487/+36