about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/dl-machine.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-141-0/+19
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* powerpc64: Set up thread register for _dl_relocate_static_pieAlan Modra2022-04-101-0/+21
* powerpc64: Use medium model toc accesses throughoutAlan Modra2022-04-101-4/+8
* elf: Remove prelink supportAdhemerval Zanella2022-02-101-37/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-141-16/+3
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-071-9/+10
* powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song2021-09-271-2/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Add and move fall-through comments in system-specific code.Joseph Myers2019-02-261-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella2017-12-111-1/+3
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-141-22/+32
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo2015-12-031-0/+14
* Harden powerpc64 elf_machine_fixup_pltAlan Modra2015-03-261-5/+25
* powerpc __tls_get_addr call optimizationAlan Modra2015-03-251-0/+48
* Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu2015-03-051-1/+1
* powerpc: Fix ifuncmain6pie failure with GCC 4.9Adhemerval Zanella2015-01-241-1/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers2014-11-051-1/+1
* Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers2014-11-041-1/+1
* Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar2014-06-261-0/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-3/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* PowerPC64 ELFv2 ABI 5/6: LD_AUDIT interface changesUlrich Weigand2013-12-041-0/+5
* PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimizationUlrich Weigand2013-12-041-2/+42
* PowerPC64 ELFv2 ABI 2/6: Remove function descriptorsUlrich Weigand2013-12-041-24/+76
* PowerPC64 ELFv2 ABI 1/6: Code refactoringUlrich Weigand2013-12-041-17/+1
* PowerPC64: Report overflow on @h and @ha relocationsAlan Modra2013-12-041-2/+22
* Use stdint.h types in union unaligned.Alan Modra2013-10-041-4/+4
* Correct little-endian relocation of UADDR64,32,16.Alan Modra2013-10-041-18/+10
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-2/+1
* Fix spelling errors in sysdeps/powerpc files.Anton Blanchard2013-01-071-3/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* ppc: Pass hwcap to ifuncs.Richard Henderson2012-05-251-1/+1
* Avoid runtime GOT relocations in ld.so on powerpcAndreas Schwab2012-05-181-5/+5
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-051-5/+10
* Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab2011-09-131-2/+0
* Remove support for !USE___THREADUlrich Drepper2011-09-101-47/+43
* Remove undefined operationsAndreas Schwab2010-09-051-5/+3
* Fix R_PPC64_{JMP_IREL,IRELATIVE} handling in dl-conflict.c.Jakub Jelinek2009-11-061-2/+4
* Implement IFUNC for PPC.Alan Modra2009-10-301-1/+38