aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-05Error for mismatched powerpc ABI tagsAlan Modra1-34/+62
2018-07-03GNU attribute output on errorsAlan Modra1-54/+90
2018-06-04Use DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION to silence GCC 8.1H.J. Lu1-0/+9
2018-05-28ld: Unify STT_GNU_IFUNC handlingH.J. Lu1-5/+0
2018-05-04-Wstringop-truncation warningsAlan Modra1-1/+1
2018-05-04ppc: Fix warning messages when IBM and IEEE long double are mixedTulio Magno Quites Machado Filho1-2/+2
2018-04-27PR23123, PowerPC32 ifunc regressionAlan Modra1-3/+3
2018-04-14powerpc common-page-sizeAlan Modra1-2/+2
2018-04-14powerpc max-page-size vs __QNXTARGET__Alan Modra1-5/+0
2018-04-09Inline PLT call optimizationAlan Modra1-4/+152
2018-04-09PowerPC inline PLT call supportAlan Modra1-5/+143
2018-04-09Support PLT16 relocs against local symbolsAlan Modra1-126/+260
2018-04-09Rearrange PLT reloc output on powerpcAlan Modra1-135/+286
2018-04-09PowerPC PLT16 relocationsAlan Modra1-19/+91
2018-04-09PowerPC indirect calls to __tls_get_addrAlan Modra1-41/+73
2018-03-21Delete unused elf32-ppc.c codeAlan Modra1-24/+0
2018-03-21Make tls_mask unsigned in elf32-ppc.cAlan Modra1-6/+7
2018-03-21Don't exceed reloc array boundsAlan Modra1-2/+4
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-4/+7
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-2/+2
2018-02-26PPC error/warning messagesAlan Modra1-44/+38
2018-02-19%L conversionsAlan Modra1-4/+6
2018-02-19Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra1-1/+1
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-44/+44
2018-02-07Revert "PowerPC PLT speculative execution barriers"Alan Modra1-32/+9