Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-12-01 | readonly_dynrelocs | Alan Modra | 1 | -73/+32 |
2017-11-23 | Rename u.weakdef and make it a circular list | Alan Modra | 1 | -6/+6 |
2017-10-16 | ELF: Call check_relocs after opening all inputs | H.J. Lu | 1 | -133/+0 |
2017-10-12 | Fix remaining targets using wrong .interp conditions | Alan Modra | 1 | -1/+1 |
2017-09-27 | nds32: Fix a tautological comparison. | Kuan-Lin Chen | 1 | -1/+1 |
2017-09-11 | nds32: Rename __BIT() to N32_BIT(). | Kuan-Lin Chen | 1 | -13/+13 |
2017-07-18 | Fix spelling typos. | Yuri Chornovian | 1 | -3/+3 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -23/+23 |
2017-05-18 | Don't compare boolean values against TRUE or FALSE | Alan Modra | 1 | -4/+4 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -4/+4 |
2017-02-17 | bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128 | Pedro Alves | 1 | -2/+2 |
2017-02-03 | Fix compile time warning messages when compiling binutils with gcc 7.0.1. | Nick Clifton | 1 | -2/+2 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-11-23 | elf_backend_dtrel_excludes_plt | Alan Modra | 1 | -18/+1 |