summaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
Commit message (Expand)AuthorAgeFilesLines
* PR26483, ASAN: ppc_elf_link_params elf32-ppc.c:2314Alan Modra2020-08-251-2/+3
* PowerPC TPREL_HA/LO optimisationAlan Modra2020-08-241-36/+62
* Set SEC_SMALL_DATA on small commonAlan Modra2020-08-151-1/+1
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-6/+3
* ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-231-38/+3
* ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu2020-06-061-19/+18
* 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-20/+3
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-30/+26
* PowerPC: downgrade FP mismatch error for shared libraries to a warningAlan Modra2020-05-221-14/+31
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-15/+8
* ppc32 merging of e_flags from dynamic objectsAlan Modra2020-05-011-0/+3
* ELF SEC_SMALL_DATAAlan Modra2020-03-021-3/+9
* bfd_size_type to size_tAlan Modra2020-02-191-2/+2
* Minor fix for R_PPC_VLE_ADDR20Alan Modra2020-02-041-1/+1
* 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-1/+1
* Yet more signed overflow fixesAlan Modra2019-12-181-59/+59
* Pass section when available to bfd_octets_per_byteAlan Modra2019-11-251-1/+4
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-1/+1
* elf_backend_init_file_headerAlan Modra2019-11-181-1/+0
* PowerPC TLS miscounting PLT for __tls_get_addrAlan Modra2019-10-071-5/+7
* PowerPC section flag tidyAlan Modra2019-10-071-7/+8
* PowerPC PIC vs. DLL TLS issuesAlan Modra2019-10-041-44/+19
* bfd_section_* macrosAlan Modra2019-09-191-26/+23
* PR24697, R_PPC_EMB_SDA21 cannot be used when making a shared objectAlan Modra2019-08-291-17/+2
* Aligned vs. unaligned ppc32 relocsAlan Modra2019-08-161-0/+8
* Complain about mbind, ifunc, and unique in final_writeAlan Modra2019-07-241-9/+9
* ELF final_write_processingAlan Modra2019-07-231-2/+9
* [PowerPC] Rename TLS_TPRELGD to TLS_GDIEAlan Modra2019-07-181-12/+10
* Dynamic TLS section symbolsAlan Modra2019-07-131-10/+18
* PR24785, bfd crashes on empty .PPC.EMB.apuinfo sectionAlan Modra2019-07-081-1/+3
* PR24697, R_PPC_EMB_SDA21 relocationAlan Modra2019-06-191-7/+15
* Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu2019-04-111-3/+1
* PR24355, segmentation fault in function called from ppc_finish_symbolsAlan Modra2019-03-181-6/+2
* Make inline plt reloc "unsupported for bss-plt" an errorAlan Modra2019-02-081-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR23980, assertion failAlan Modra2018-12-181-0/+6
* PowerPC @l, @h and @ha warnings, plus VLE e_liAlan Modra2018-12-061-8/+20
* _bfd_clear_contents bounds checkingAlan Modra2018-10-131-1/+1
* PowerPC HOWTOsAlan Modra2018-08-211-1395/+232
* Enhance powerpc ld -r --relaxAlan Modra2018-07-251-6/+27
* Suppress string diagnostics for pre-release GCCAlan Modra2018-07-251-3/+3
* Fix diagnostic errorsAlan Modra2018-07-061-1/+3
* Error for mismatched powerpc ABI tagsAlan Modra2018-07-051-34/+62
* GNU attribute output on errorsAlan Modra2018-07-031-54/+90
* Use DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION to silence GCC 8.1H.J. Lu2018-06-041-0/+9
* ld: Unify STT_GNU_IFUNC handlingH.J. Lu2018-05-281-5/+0
* -Wstringop-truncation warningsAlan Modra2018-05-041-1/+1