aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-ppc.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-01Use startswith more for strncmp function calls.Martin Liska1-3/+3
2021-03-31Use bool in bfdAlan Modra1-713/+713
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-03-02PR27451, -z start_stop_gc for powerpc64Alan Modra1-0/+3
2021-03-02PowerPC64 undefined weak visibility vs GOT optimisationAlan Modra1-0/+9
2021-01-20PowerPC: Don't generate unused section symbolsAlan Modra1-0/+3
2021-01-20PowerPC64 synthetic symbolsAlan Modra1-1/+2
2021-01-19PowerPC use_local_pltAlan Modra1-36/+41
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-18Remove some static buffersAlan Modra1-4/+6
2020-12-16ppc64 constifyAlan Modra1-1/+1
2020-12-01PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra1-2/+2
2020-10-16R_PPC64_GOT_LO_DS and R_PPC64_GOT_HA sanity checkAlan Modra1-2/+4
2020-10-09[GOLD] Power10 segv due to wild r2Alan Modra1-2/+0
2020-10-06PR26667, Add powerpc64le-*-freebsd* supportBrandon Bergren1-0/+2
2020-09-28Re: PR26656, power10 libstdc++.so segfault in __cxxabiv1::__cxa_throwAlan Modra1-1/+4
2020-09-26PPC64_OPT_LOCALENTRY is incompatible with tail callsAlan Modra1-15/+69
2020-09-24PR26656, power10 libstdc++.so segfault in __cxxabiv1::__cxa_throwAlan Modra1-185/+239
2020-09-24PR26655, Power10 libstdc++.so R_PPC64_NONE dynamic relocsAlan Modra1-11/+16
2020-08-26PR 26484-26488, 26490 UBSAN &h->elf null pointerAlan Modra1-18/+26
2020-08-25PR26489, ASAN: ppc64_elf_size_stubs elf64-ppc.c:13389Alan Modra1-3/+3
2020-08-25PR26492, ASAN: ppc64_elf_before_check_relocs elf64-ppc.c:4337Alan Modra1-2/+3
2020-08-24PowerPC TPREL_HA/LO optimisationAlan Modra1-18/+46
2020-08-13PowerPC64 --no-pcrel-optimizeAlan Modra1-58/+58
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu1-7/+5
2020-07-19Power10 stub selectionAlan Modra1-12/+89
2020-07-10PowerPC64 ld --no-power10-stubsAlan Modra1-14/+12
2020-06-09IFUNC: Update IFUNC resolver check with DT_TEXTRELH.J. Lu1-10/+6
2020-06-09PowerPC64: Downgrade ifunc with textrel error to a warningAlan Modra1-12/+3
2020-06-06Rename PowerPC64 pcrel GOT TLS relocationsAlan Modra1-39/+55
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu1-9/+0
2020-06-03ELF: Consolidate maybe_set_textrelH.J. Lu1-28/+2
2020-06-03ELF: Consolidate readonly_dynrelocsH.J. Lu1-21/+4
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu1-30/+26
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-37/+19
2020-05-11Power10 VSX 32-byte storage accessAlan Modra1-0/+9
2020-05-11PowerPC Rename powerxx to power10Alan Modra1-26/+26
2020-04-20PowerPC64: remove empty .rela.dyn (.rela.branch_lt)Alan Modra1-0/+2
2020-04-16PowerPC64 GOT reloc reserving PLT entry for ifuncAlan Modra1-8/+0
2020-04-16PowerPC64 GOT reloc optimisationAlan Modra1-0/+9
2020-03-30PR25745, powerpc64-ld overflows string buffer in --stats modeAlan Modra1-36/+40
2020-03-18Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon1-28/+16
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon1-0/+50
2020-03-11powerpc64-ld infinite loopAlan Modra1-1/+1
2020-03-02ELF SEC_SMALL_DATAAlan Modra1-0/+13
2020-02-19bfd_size_type to size_tAlan Modra1-6/+6
2020-02-05Re: Support fusion for ELFv2 stubsAlan Modra1-4/+4
2020-01-22PowerPC64 tls_get_addr_desc static supportAlan Modra1-1/+137
2020-01-22PowerPC64 __tls_get_addr_descAlan Modra1-89/+347