summaryrefslogtreecommitdiff
path: root/bfd/elf64-ppc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert: PowerPC: Don't generate unused section symbolsAlan Modra2021-07-241-2/+4
* PPC: undefweak dynamic relocsAlan Modra2021-05-031-1/+5
* PPC: ensure_undef_dynamic on weak undef only in pltAlan Modra2021-05-031-0/+3
* Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton2021-04-281-6/+17
* convert elf_link_hash macros to inline functionsAlan Modra2021-04-121-4/+5
* elf_backend_archive_symbol_lookupAlan Modra2021-04-121-4/+5
* Use startswith more for strncmp function calls.Martin Liska2021-04-011-3/+3
* Use bool in bfdAlan Modra2021-03-311-713/+713
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* PR27451, -z start_stop_gc for powerpc64Alan Modra2021-03-021-0/+3
* PowerPC64 undefined weak visibility vs GOT optimisationAlan Modra2021-03-021-0/+9
* PowerPC: Don't generate unused section symbolsAlan Modra2021-01-201-0/+3
* PowerPC64 synthetic symbolsAlan Modra2021-01-201-1/+2
* PowerPC use_local_pltAlan Modra2021-01-191-36/+41
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Remove some static buffersAlan Modra2020-12-181-4/+6
* ppc64 constifyAlan Modra2020-12-161-1/+1
* PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra2020-12-011-2/+2
* R_PPC64_GOT_LO_DS and R_PPC64_GOT_HA sanity checkAlan Modra2020-10-161-2/+4
* [GOLD] Power10 segv due to wild r2Alan Modra2020-10-091-2/+0
* PR26667, Add powerpc64le-*-freebsd* supportBrandon Bergren2020-10-061-0/+2
* Re: PR26656, power10 libstdc++.so segfault in __cxxabiv1::__cxa_throwAlan Modra2020-09-281-1/+4
* PPC64_OPT_LOCALENTRY is incompatible with tail callsAlan Modra2020-09-261-15/+69
* PR26656, power10 libstdc++.so segfault in __cxxabiv1::__cxa_throwAlan Modra2020-09-241-185/+239
* PR26655, Power10 libstdc++.so R_PPC64_NONE dynamic relocsAlan Modra2020-09-241-11/+16
* PR 26484-26488, 26490 UBSAN &h->elf null pointerAlan Modra2020-08-261-18/+26
* PR26489, ASAN: ppc64_elf_size_stubs elf64-ppc.c:13389Alan Modra2020-08-251-3/+3
* PR26492, ASAN: ppc64_elf_before_check_relocs elf64-ppc.c:4337Alan Modra2020-08-251-2/+3
* PowerPC TPREL_HA/LO optimisationAlan Modra2020-08-241-18/+46
* PowerPC64 --no-pcrel-optimizeAlan Modra2020-08-131-58/+58
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-7/+5
* Power10 stub selectionAlan Modra2020-07-191-12/+89
* PowerPC64 ld --no-power10-stubsAlan Modra2020-07-101-14/+12
* IFUNC: Update IFUNC resolver check with DT_TEXTRELH.J. Lu2020-06-091-10/+6
* PowerPC64: Downgrade ifunc with textrel error to a warningAlan Modra2020-06-091-12/+3
* Rename PowerPC64 pcrel GOT TLS relocationsAlan Modra2020-06-061-39/+55
* ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu2020-06-041-9/+0
* ELF: Consolidate maybe_set_textrelH.J. Lu2020-06-031-28/+2
* ELF: Consolidate readonly_dynrelocsH.J. Lu2020-06-031-21/+4
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-30/+26
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-37/+19
* Power10 VSX 32-byte storage accessAlan Modra2020-05-111-0/+9
* PowerPC Rename powerxx to power10Alan Modra2020-05-111-26/+26
* PowerPC64: remove empty .rela.dyn (.rela.branch_lt)Alan Modra2020-04-201-0/+2
* PowerPC64 GOT reloc reserving PLT entry for ifuncAlan Modra2020-04-161-8/+0
* PowerPC64 GOT reloc optimisationAlan Modra2020-04-161-0/+9
* PR25745, powerpc64-ld overflows string buffer in --stats modeAlan Modra2020-03-301-36/+40
* Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon2020-03-181-28/+16
* Add support for non-contiguous memory regionsChristophe Lyon2020-03-131-0/+50