| Commit message (Expand) | Author | Age | Files | Lines |
* | elf_backend_init_file_header | Alan Modra | 2019-11-18 | 1 | -1/+0 |
* | PowerPC TLS miscounting PLT for __tls_get_addr | Alan Modra | 2019-10-07 | 1 | -5/+7 |
* | PowerPC section flag tidy | Alan Modra | 2019-10-07 | 1 | -7/+8 |
* | PowerPC PIC vs. DLL TLS issues | Alan Modra | 2019-10-04 | 1 | -44/+19 |
* | bfd_section_* macros | Alan Modra | 2019-09-19 | 1 | -26/+23 |
* | PR24697, R_PPC_EMB_SDA21 cannot be used when making a shared object | Alan Modra | 2019-08-29 | 1 | -17/+2 |
* | Aligned vs. unaligned ppc32 relocs | Alan Modra | 2019-08-16 | 1 | -0/+8 |
* | Complain about mbind, ifunc, and unique in final_write | Alan Modra | 2019-07-24 | 1 | -9/+9 |
* | ELF final_write_processing | Alan Modra | 2019-07-23 | 1 | -2/+9 |
* | [PowerPC] Rename TLS_TPRELGD to TLS_GDIE | Alan Modra | 2019-07-18 | 1 | -12/+10 |
* | Dynamic TLS section symbols | Alan Modra | 2019-07-13 | 1 | -10/+18 |
* | PR24785, bfd crashes on empty .PPC.EMB.apuinfo section | Alan Modra | 2019-07-08 | 1 | -1/+3 |
* | PR24697, R_PPC_EMB_SDA21 relocation | Alan Modra | 2019-06-19 | 1 | -7/+15 |
* | Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentry | H.J. Lu | 2019-04-11 | 1 | -3/+1 |
* | PR24355, segmentation fault in function called from ppc_finish_symbols | Alan Modra | 2019-03-18 | 1 | -6/+2 |
* | Make inline plt reloc "unsupported for bss-plt" an error | Alan Modra | 2019-02-08 | 1 | -2/+2 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | PR23980, assertion fail | Alan Modra | 2018-12-18 | 1 | -0/+6 |
* | PowerPC @l, @h and @ha warnings, plus VLE e_li | Alan Modra | 2018-12-06 | 1 | -8/+20 |
* | _bfd_clear_contents bounds checking | Alan Modra | 2018-10-13 | 1 | -1/+1 |
* | PowerPC HOWTOs | Alan Modra | 2018-08-21 | 1 | -1395/+232 |
* | Enhance powerpc ld -r --relax | Alan Modra | 2018-07-25 | 1 | -6/+27 |
* | Suppress string diagnostics for pre-release GCC | Alan Modra | 2018-07-25 | 1 | -3/+3 |
* | Fix diagnostic errors | Alan Modra | 2018-07-06 | 1 | -1/+3 |
* | Error for mismatched powerpc ABI tags | Alan Modra | 2018-07-05 | 1 | -34/+62 |
* | GNU attribute output on errors | Alan Modra | 2018-07-03 | 1 | -54/+90 |
* | Use DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION to silence GCC 8.1 | H.J. Lu | 2018-06-04 | 1 | -0/+9 |
* | ld: Unify STT_GNU_IFUNC handling | H.J. Lu | 2018-05-28 | 1 | -5/+0 |
* | -Wstringop-truncation warnings | Alan Modra | 2018-05-04 | 1 | -1/+1 |
* | ppc: Fix warning messages when IBM and IEEE long double are mixed | Tulio Magno Quites Machado Filho | 2018-05-04 | 1 | -2/+2 |
* | PR23123, PowerPC32 ifunc regression | Alan Modra | 2018-04-27 | 1 | -3/+3 |
* | powerpc common-page-size | Alan Modra | 2018-04-14 | 1 | -2/+2 |
* | powerpc max-page-size vs __QNXTARGET__ | Alan Modra | 2018-04-14 | 1 | -5/+0 |
* | Inline PLT call optimization | Alan Modra | 2018-04-09 | 1 | -4/+152 |
* | PowerPC inline PLT call support | Alan Modra | 2018-04-09 | 1 | -5/+143 |
* | Support PLT16 relocs against local symbols | Alan Modra | 2018-04-09 | 1 | -126/+260 |
* | Rearrange PLT reloc output on powerpc | Alan Modra | 2018-04-09 | 1 | -135/+286 |
* | PowerPC PLT16 relocations | Alan Modra | 2018-04-09 | 1 | -19/+91 |
* | PowerPC indirect calls to __tls_get_addr | Alan Modra | 2018-04-09 | 1 | -41/+73 |
* | Delete unused elf32-ppc.c code | Alan Modra | 2018-03-21 | 1 | -24/+0 |
* | Make tls_mask unsigned in elf32-ppc.c | Alan Modra | 2018-03-21 | 1 | -6/+7 |
* | Don't exceed reloc array bounds | Alan Modra | 2018-03-21 | 1 | -2/+4 |
* | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 2018-02-27 | 1 | -4/+7 |
* | unrecognized/unsupported reloc message | Alan Modra | 2018-02-26 | 1 | -2/+2 |
* | PPC error/warning messages | Alan Modra | 2018-02-26 | 1 | -44/+38 |
* | %L conversions | Alan Modra | 2018-02-19 | 1 | -4/+6 |
* | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 2018-02-19 | 1 | -1/+1 |
* | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 2018-02-19 | 1 | -44/+44 |
* | Revert "PowerPC PLT speculative execution barriers" | Alan Modra | 2018-02-07 | 1 | -32/+9 |
* | PowerPC PLT stub alignment fixes | Alan Modra | 2018-01-18 | 1 | -2/+5 |