summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-2/+2
* PPC error/warning messagesAlan Modra2018-02-261-44/+38
* %L conversionsAlan Modra2018-02-191-4/+6
* Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra2018-02-191-1/+1
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-44/+44
* Revert "PowerPC PLT speculative execution barriers"Alan Modra2018-02-071-32/+9
* PowerPC PLT stub alignment fixesAlan Modra2018-01-181-2/+5
* PowerPC PLT speculative execution barriersAlan Modra2018-01-171-9/+32
* PowerPC PLT stub tidyAlan Modra2018-01-171-168/+127
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-35/+35
* Comment tidyAlan Modra2017-12-061-1/+1
* readonly_dynrelocsAlan Modra2017-12-011-2/+2
* PR22533, dynamic relocs generated for weak aliasesAlan Modra2017-12-011-15/+8
* ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu2017-11-281-4/+0
* Don't move weak alias dyn_relocs to weakdefAlan Modra2017-11-231-62/+53
* Rename u.weakdef and make it a circular listAlan Modra2017-11-231-9/+9
* non_got_ref after adjust_dynamic_relocsAlan Modra2017-11-121-46/+63
* powerpc TLS in PIEsAlan Modra2017-11-051-43/+71
* PowerPC readonly_dynrelocsAlan Modra2017-11-051-20/+16
* PR22374, PowerPC unnecessary PLT entriesAlan Modra2017-11-011-4/+19
* PR22300, Abort in elf32_hppa_relocate_section building polymlAlan Modra2017-10-281-0/+1
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-177/+0