summaryrefslogtreecommitdiff
path: root/bfd/elf64-ppc.c
Commit message (Expand)AuthorAgeFilesLines
* [Morello] Expand GOT entry sizes for C64Siddhesh Poyarekar2020-10-201-1/+9
* 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
* powerpc64-ld infinite loopAlan Modra2020-03-111-1/+1
* ELF SEC_SMALL_DATAAlan Modra2020-03-021-0/+13
* bfd_size_type to size_tAlan Modra2020-02-191-6/+6
* Re: Support fusion for ELFv2 stubsAlan Modra2020-02-051-4/+4
* PowerPC64 tls_get_addr_desc static supportAlan Modra2020-01-221-1/+137
* PowerPC64 __tls_get_addr_descAlan Modra2020-01-221-89/+347
* PowerPC64 TLS optimization fixAlan Modra2020-01-221-1/+2
* Don't touch r11 in __tls_get_addr stubAlan Modra2020-01-201-11/+8
* PowerPC64 ppc_elf_hash_entry, defined_sym_val, is_tls_get_addrAlan Modra2020-01-201-94/+91
* PR25384, PowerPC64 ELFv1 copy relocs against function symbolsAlan Modra2020-01-151-19/+29
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* PowerPC, use size_t rather than long for indicesAlan Modra2019-12-191-2/+3
* Yet more signed overflow fixesAlan Modra2019-12-181-43/+43
* Pass section when available to bfd_octets_per_byteAlan Modra2019-11-251-3/+6
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-3/+3
* PR25100, Compile fails in elf64-ppc.c because of single equal sign instead of...Alan Modra2019-10-151-3/+1
* qsort issuesAlan Modra2019-10-141-1/+11
* Re: PowerPC PIC vs. DLL TLS issuesAlan Modra2019-10-071-1/+3