aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella
2022-05-02powerpc32: Remove unused HAVE_PPC_SECURE_PLTFangrui Song
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song
2022-04-07powerpc: Remove fcopysign{f} implementationAdhemerval Zanella
2022-02-23powerpc: Remove powerpc32 bzero optimizationsAdhemerval Zanella
2022-02-10elf: Remove prelink supportAdhemerval Zanella
2022-01-06debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-13math: Remove powerpc e_hypotAdhemerval Zanella
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-10-20powerpc: Remove backtrace implementationAdhemerval Zanella
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song
2021-09-27powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-30powerpc: Runtime selection between sc and scv for syscallsMatheus Castanho
2020-11-13powerpc: Eliminate UP macro conditionalsFlorian Weimer
2020-09-22powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]Raphael Moreira Zinsly
2020-08-03powerpc: Fix incorrect cache line size load in memset (bug 26332)Florian Weimer
2020-06-29powerpc: Add support for POWER10Tulio Magno Quites Machado Filho
2020-01-21Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab
2020-01-18powerpc32: Fix syntax error in __GLRO macroAndreas Schwab
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-19powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Adhemerval Zanella
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella
2019-06-26powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella
2019-06-12powerpc: copysign cleanupAdhemerval Zanella
2019-06-12powerpc: consolidate rintAdhemerval Zanella
2019-05-28powerpc: generic nearbyint/nearbyintfAdhemerval Zanella
2019-05-22Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*).Zack Weinberg