aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-20PowerPC: Don't generate unused section symbolsAlan Modra1-5/+2
2021-01-19PowerPC use_local_pltAlan Modra1-24/+24
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-18Constify more arraysAlan Modra1-1/+1
2020-08-25PR26483, ASAN: ppc_elf_link_params elf32-ppc.c:2314Alan Modra1-2/+3
2020-08-24PowerPC TPREL_HA/LO optimisationAlan Modra1-36/+62
2020-08-15Set SEC_SMALL_DATA on small commonAlan Modra1-1/+1
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu1-6/+3
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu1-38/+3
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu1-19/+18
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-20/+3
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu1-30/+26
2020-05-22PowerPC: downgrade FP mismatch error for shared libraries to a warningAlan Modra1-14/+31
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-15/+8
2020-05-01ppc32 merging of e_flags from dynamic objectsAlan Modra1-0/+3
2020-03-02ELF SEC_SMALL_DATAAlan Modra1-3/+9
2020-02-19bfd_size_type to size_tAlan Modra1-2/+2
2020-02-04Minor fix for R_PPC_VLE_ADDR20Alan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-19PowerPC, use size_t rather than long for indicesAlan Modra1-1/+1
2019-12-18Yet more signed overflow fixesAlan Modra1-59/+59
2019-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-1/+4
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-1/+1
2019-11-18elf_backend_init_file_headerAlan Modra1-1/+0
2019-10-07PowerPC TLS miscounting PLT for __tls_get_addrAlan Modra1-5/+7
2019-10-07PowerPC section flag tidyAlan Modra1-7/+8
2019-10-04PowerPC PIC vs. DLL TLS issuesAlan Modra1-44/+19
2019-09-19bfd_section_* macrosAlan Modra1-26/+23
2019-08-29PR24697, R_PPC_EMB_SDA21 cannot be used when making a shared objectAlan Modra1-17/+2
2019-08-16Aligned vs. unaligned ppc32 relocsAlan Modra1-0/+8
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-9/+9
2019-07-23ELF final_write_processingAlan Modra1-2/+9
2019-07-18[PowerPC] Rename TLS_TPRELGD to TLS_GDIEAlan Modra1-12/+10
2019-07-13Dynamic TLS section symbolsAlan Modra1-10/+18
2019-07-08PR24785, bfd crashes on empty .PPC.EMB.apuinfo sectionAlan Modra1-1/+3
2019-06-19PR24697, R_PPC_EMB_SDA21 relocationAlan Modra1-7/+15
2019-04-11Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu1-3/+1
2019-03-18PR24355, segmentation fault in function called from ppc_finish_symbolsAlan Modra1-6/+2
2019-02-08Make inline plt reloc "unsupported for bss-plt" an errorAlan Modra1-2/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18PR23980, assertion failAlan Modra1-0/+6
2018-12-06PowerPC @l, @h and @ha warnings, plus VLE e_liAlan Modra1-8/+20
2018-10-13_bfd_clear_contents bounds checkingAlan Modra1-1/+1
2018-08-21PowerPC HOWTOsAlan Modra1-1395/+232
2018-07-25Enhance powerpc ld -r --relaxAlan Modra1-6/+27
2018-07-25Suppress string diagnostics for pre-release GCCAlan Modra1-3/+3
2018-07-06Fix diagnostic errorsAlan Modra1-1/+3