Age | Commit message (Expand) | Author | Files | Lines |
2021-02-15 | nds32_elf_get_relocated_section_contents | Alan Modra | 1 | -1/+4 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-18 | Assorted tidies | Alan Modra | 1 | -1/+1 |
2020-12-16 | constify elfNN_bed | Alan Modra | 1 | -3/+7 |
2020-12-07 | elf32-csky.c:3932:19: error: comparison is always false | Alan Modra | 1 | -3/+1 |
2020-08-15 | Set SEC_SMALL_DATA on small common | Alan Modra | 1 | -2/+2 |
2020-07-30 | elf: Add sym_cache to elf_link_hash_table | H.J. Lu | 1 | -7/+6 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -61/+2 |
2020-06-08 | ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_table | H.J. Lu | 1 | -9/+11 |
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: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirect | H.J. Lu | 1 | -34/+0 |
2020-06-03 | ELF: Consolidate readonly_dynrelocs | H.J. Lu | 1 | -20/+2 |
2020-06-01 | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 1 | -22/+13 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -12/+8 |
2020-05-19 | Use bfd_get_filename throughout bfd | Alan Modra | 1 | -2/+2 |
2020-05-01 | FIXME for merging of e_flags and .gnu.attributes | Alan Modra | 1 | -0/+4 |
2020-03-02 | ELF SEC_SMALL_DATA | Alan Modra | 1 | -0/+13 |
2020-02-26 | Indent labels | Alan Modra | 1 | -15/+15 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -2/+2 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-25 | Pass section when available to bfd_octets_per_byte | Alan Modra | 1 | -1/+5 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -1/+1 |
2019-10-15 | remove more xmalloc in bfd | Alan Modra | 1 | -2/+3 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -22/+21 |
2019-07-24 | Complain about mbind, ifunc, and unique in final_write | Alan Modra | 1 | -3/+3 |
2019-07-23 | ELF final_write_processing | Alan Modra | 1 | -2/+2 |
2019-01-21 | Fix spelling mistakes in BFD library. | Yuri Chornoivan | 1 | -1/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-18 | Include bfd_stdint.h in bfd.h | Alan Modra | 1 | -2/+0 |
2018-10-13 | _bfd_clear_contents bounds checking | Alan Modra | 1 | -4/+4 |
2018-09-26 | elf32-nds32: Remove elf32_nds32_allocate_dynrelocs | Simon Marchi | 1 | -13/+0 |
2018-09-21 | elf32-nds32: Don't define fls if it is provided by the system | Simon Marchi | 1 | -0/+2 |
2018-09-20 | Andes Technology has good news for you, we plan to update the nds32 port of b... | Nick Clifton | 1 | -3189/+4594 |
2018-07-17 | BFD: Use `bfd_is_abs_symbol' to determine whether a symbol is absolute | Maciej W. Rozycki | 1 | -2/+2 |
2018-05-16 | NDS32/BFD: Fix build error in `nds32_convert_32_to_16' | Maciej W. Rozycki | 1 | -1/+1 |
2018-04-16 | Remove m88k support | Alan Modra | 1 | -6/+1 |
2018-03-15 | nds32: Remove the unsupported target feature. | Kuan-Lin Chen | 1 | -2784/+1 |
2018-02-27 | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 1 | -8/+20 |
2018-02-26 | assorted target messages | Alan Modra | 1 | -23/+28 |
2018-02-26 | unrecognized/unsupported reloc message | Alan Modra | 1 | -2/+3 |
2018-02-19 | %L conversions | Alan Modra | 1 | -23/+25 |
2018-02-19 | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 1 | -2/+2 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -21/+21 |
2018-02-12 | oops - actually remove the assignment this time: bfd/elf32-nds32.c:9693]: (wa... | Nick Clifton | 1 | -1/+0 |
2018-01-09 | PR22662, nds32: Fix a typographical error. | Kuan-Lin Chen | 1 | -1/+1 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -77/+77 |
2017-12-06 | Fix Common symbol override test fails | Alan Modra | 1 | -0/+9 |
2017-12-06 | dyn_relocs tidy | Alan Modra | 1 | -48/+17 |