summaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
Commit message (Expand)AuthorAgeFilesLines
* PR27755, powerpc-ld infinite loopbinutils-2_34-branchAlan Modra2021-05-031-1/+1
* PowerPC TPREL_HA/LO optimisationAlan Modra2020-09-101-36/+62
* 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
* ppc: Fix warning messages when IBM and IEEE long double are mixedTulio Magno Quites Machado Filho2018-05-041-2/+2
* PR23123, PowerPC32 ifunc regressionAlan Modra2018-04-271-3/+3
* powerpc common-page-sizeAlan Modra2018-04-141-2/+2
* powerpc max-page-size vs __QNXTARGET__Alan Modra2018-04-141-5/+0
* Inline PLT call optimizationAlan Modra2018-04-091-4/+152
* PowerPC inline PLT call supportAlan Modra2018-04-091-5/+143
* Support PLT16 relocs against local symbolsAlan Modra2018-04-091-126/+260
* Rearrange PLT reloc output on powerpcAlan Modra2018-04-091-135/+286
* PowerPC PLT16 relocationsAlan Modra2018-04-091-19/+91
* PowerPC indirect calls to __tls_get_addrAlan Modra2018-04-091-41/+73
* Delete unused elf32-ppc.c codeAlan Modra2018-03-211-24/+0
* Make tls_mask unsigned in elf32-ppc.cAlan Modra2018-03-211-6/+7
* Don't exceed reloc array boundsAlan Modra2018-03-211-2/+4
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-4/+7