aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64/dl-machine.h
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-04-10powerpc64: Set up thread register for _dl_relocate_static_pieAlan Modra
2022-04-10powerpc64: Use medium model toc accesses throughoutAlan Modra
2022-02-10elf: Remove prelink supportAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
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-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-26Add and move fall-through comments in system-specific code.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-03powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo
2015-03-26Harden powerpc64 elf_machine_fixup_pltAlan Modra
2015-03-25powerpc __tls_get_addr call optimizationAlan Modra
2015-03-05Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu
2015-01-24powerpc: Fix ifuncmain6pie failure with GCC 4.9Adhemerval Zanella
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers
2014-06-26Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-04PowerPC64 ELFv2 ABI 5/6: LD_AUDIT interface changesUlrich Weigand
2013-12-04PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimizationUlrich Weigand
2013-12-04PowerPC64 ELFv2 ABI 2/6: Remove function descriptorsUlrich Weigand
2013-12-04PowerPC64 ELFv2 ABI 1/6: Code refactoringUlrich Weigand
2013-12-04PowerPC64: Report overflow on @h and @ha relocationsAlan Modra
2013-10-04Use stdint.h types in union unaligned.Alan Modra
2013-10-04Correct little-endian relocation of UADDR64,32,16.Alan Modra
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar
2013-01-07Fix spelling errors in sysdeps/powerpc files.Anton Blanchard
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-05-25ppc: Pass hwcap to ifuncs.Richard Henderson
2012-05-18Avoid runtime GOT relocations in ld.so on powerpcAndreas Schwab
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab
2011-09-13Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab
2011-09-10Remove support for !USE___THREADUlrich Drepper
2010-09-05Remove undefined operationsAndreas Schwab
2009-11-06Fix R_PPC64_{JMP_IREL,IRELATIVE} handling in dl-conflict.c.Jakub Jelinek
2009-10-30Implement IFUNC for PPC.Alan Modra
2008-04-11[BZ #5741]Ulrich Drepper