aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64/dl-machine.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-14powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer1-0/+19
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella1-7/+13
2023-08-01PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLESMahesh Bodapati1-2/+0
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-04-10powerpc64: Set up thread register for _dl_relocate_static_pieAlan Modra1-0/+21
2022-04-10powerpc64: Use medium model toc accesses throughoutAlan Modra1-4/+8
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-37/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella1-16/+3
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song1-9/+10
2021-09-27powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song1-2/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-26Add and move fall-through comments in system-specific code.Joseph Myers1-0/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-2/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-11powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella1-1/+3
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-22/+32
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-03powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo1-0/+14
2015-03-26Harden powerpc64 elf_machine_fixup_pltAlan Modra1-5/+25
2015-03-25powerpc __tls_get_addr call optimizationAlan Modra1-0/+48
2015-03-05Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu1-1/+1
2015-01-24powerpc: Fix ifuncmain6pie failure with GCC 4.9Adhemerval Zanella1-1/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers1-1/+1
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers1-1/+1
2014-06-26Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar1-0/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-3/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-04PowerPC64 ELFv2 ABI 5/6: LD_AUDIT interface changesUlrich Weigand1-0/+5
2013-12-04PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimizationUlrich Weigand1-2/+42
2013-12-04PowerPC64 ELFv2 ABI 2/6: Remove function descriptorsUlrich Weigand1-24/+76
2013-12-04PowerPC64 ELFv2 ABI 1/6: Code refactoringUlrich Weigand1-17/+1
2013-12-04PowerPC64: Report overflow on @h and @ha relocationsAlan Modra1-2/+22
2013-10-04Use stdint.h types in union unaligned.Alan Modra1-4/+4
2013-10-04Correct little-endian relocation of UADDR64,32,16.Alan Modra1-18/+10
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-2/+1
2013-01-07Fix spelling errors in sysdeps/powerpc files.Anton Blanchard1-3/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-25ppc: Pass hwcap to ifuncs.Richard Henderson1-1/+1
2012-05-18Avoid runtime GOT relocations in ld.so on powerpcAndreas Schwab1-5/+5
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab1-5/+10
2011-09-13Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab1-2/+0
2011-09-10Remove support for !USE___THREADUlrich Drepper1-47/+43