Age | Commit message (Expand) | Author | Files | Lines |
2018-11-27 | Handle ELF compressed header alignment correctly by setting up the section al... | Mark Wielaard | 1 | -5/+15 |
2018-08-08 | Convert .note.gnu.property section between ELF32 and ELF64 | H.J. Lu | 1 | -8/+17 |
2018-06-05 | Tidy bfdio to consistenly use containing archive | Alan Modra | 1 | -2/+3 |
2018-06-01 | Make _bfd_error_handler available outside libbfd | Alan Modra | 1 | -8/+20 |
2018-04-16 | Remove m68k-aout and m68k-coff support | Alan Modra | 1 | -2/+0 |
2018-04-16 | Remove IEEE 695 object support | Alan Modra | 1 | -2/+0 |
2018-04-16 | Remove netware support | Alan Modra | 1 | -1/+0 |
2018-04-14 | powerpc common-page-size | Alan Modra | 1 | -3/+10 |
2018-04-11 | Remove i860, i960, bout and aout-adobe targets | Alan Modra | 1 | -1/+0 |
2018-02-26 | BFD messages | Alan Modra | 1 | -21/+21 |
2018-02-19 | %L conversions | Alan Modra | 1 | -25/+1 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -52/+56 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-11 | Typo fix | Sangamesh Mallayya | 1 | -1/+1 |
2017-12-08 | Add aix 64-bit check to bfd_get_sign_extend_vma | Sangamesh Mallayya | 1 | -1/+2 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -56/+56 |
2017-11-15 | Handle ' and I format flags | Alan Modra | 1 | -14/+22 |
2017-11-05 | Proper bound check in _bfd_doprnt_scan | Alan Modra | 1 | -6/+6 |
2017-11-05 | PR22397, BFD internal error when message locale isn't C | Alan Modra | 1 | -31/+305 |
2017-10-11 | Rename _doprnt -> _bfd_doprnt to fix DJGPP bfd build (and likely others) | Pedro Alves | 1 | -6/+7 |
2017-10-05 | bfd_set_input_error | Pedro Alves | 1 | -18/+33 |
2017-10-04 | PR22245, Fix potential UB in bfd_set_error | Pavel I. Kryukov | 1 | -2/+2 |
2017-07-07 | Another _doprnt fix for %L handling | Alan Modra | 1 | -12/+15 |
2017-07-06 | Convert 'L' to 'l' when setting wide_width to 1 | H.J. Lu | 1 | -1/+4 |
2017-07-03 | Support %Lx, %Lu, %Ld in _bfd_error_handler format | Alan Modra | 1 | -3/+21 |
2017-07-03 | BFD long long cleanup | Alan Modra | 1 | -1/+1 |
2017-05-10 | bfd: new BFD target entry point _bfd_set_reloc. | Jose E. Marchesi | 1 | -10/+2 |
2017-04-13 | Rewrite bfd error handler | Alan Modra | 1 | -148/+212 |
2017-02-16 | [Patch] Add BFD_LINKER_CREATED to BFD_FLAGS_SAVED | Jiong Wang | 1 | -2/+3 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-10-19 | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 1 | -0/+3 |
2016-10-07 | bfd_merge_private_bfd_data tidy | Alan Modra | 1 | -21/+0 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -4/+4 |
2016-09-30 | Make bfd_error_handler_type like vprintf | Alan Modra | 1 | -45/+18 |
2016-06-18 | Rename bfd_plugin_uknown to bfd_plugin_unknown | H.J. Lu | 1 | -1/+1 |
2016-06-14 | Set my_archive for thin archives | Alan Modra | 1 | -1/+2 |
2016-02-26 | Properly implement STT_COMMON | H.J. Lu | 1 | -3/+10 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-10-06 | Clear the ch_reserved field in 64-bit output | H.J. Lu | 1 | -0/+2 |
2015-09-29 | Don't use the output section size to copy input section | H.J. Lu | 1 | -3/+5 |
2015-09-21 | Use bfd_get_32 and bfd_put_32 to access ch_type | H.J. Lu | 1 | -4/+4 |
2015-07-20 | Make binutils abort message GDB friendly | H.J. Lu | 1 | -2/+2 |
2015-07-10 | Properly convert objects between different ELF classes | H.J. Lu | 1 | -0/+155 |
2015-06-16 | Fix build when size_t is not available in bfd-in2.h | Jon Turney | 1 | -1/+1 |
2015-06-15 | Allow gdb to find debug symbols file by build-id for PE file format also | Jon Turney | 1 | -0/+9 |
2015-05-14 | Don't add the zlib header to SHF_COMPRESSED section | H.J. Lu | 1 | -9/+21 |
2015-04-23 | Don't change compressed input debug section names | H.J. Lu | 1 | -0/+3 |
2015-04-08 | Add SHF_COMPRESSED support to gas and objcopy | H.J. Lu | 1 | -3/+150 |
2015-02-14 | PR ld/17973 LTO file syms | Alan Modra | 1 | -0/+3 |
2015-02-11 | Merge linker plugin handling into BFD plugin support | H.J. Lu | 1 | -0/+14 |