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