Age | Commit message (Expand) | Author | Files | Lines |
2020-08-25 | PR26483, ASAN: ppc_elf_link_params elf32-ppc.c:2314 | Alan Modra | 1 | -2/+3 |
2020-08-24 | PowerPC TPREL_HA/LO optimisation | Alan Modra | 1 | -36/+62 |
2020-08-15 | Set SEC_SMALL_DATA on small common | Alan Modra | 1 | -1/+1 |
2020-07-30 | elf: Add sym_cache to elf_link_hash_table | H.J. Lu | 1 | -6/+3 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -38/+3 |
2020-06-06 | ELF: Add target_os to elf_link_hash_table/elf_backend_data | H.J. Lu | 1 | -19/+18 |
2020-06-04 | ELF: Don't check relocations in non-loaded, non-alloced sections | H.J. Lu | 1 | -9/+0 |
2020-06-03 | ELF: Consolidate maybe_set_textrel | H.J. Lu | 1 | -28/+2 |
2020-06-03 | ELF: Consolidate readonly_dynrelocs | H.J. Lu | 1 | -20/+3 |
2020-06-01 | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 1 | -30/+26 |
2020-05-22 | PowerPC: downgrade FP mismatch error for shared libraries to a warning | Alan Modra | 1 | -14/+31 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -15/+8 |
2020-05-01 | ppc32 merging of e_flags from dynamic objects | Alan Modra | 1 | -0/+3 |
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 |