Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-10-15 | Merge bfd_find_nearest_line variants | Alan Modra | 1 | -3/+3 |
2014-07-01 | Reorganise struct bfd | Alan Modra | 1 | -59/+53 |
2014-06-13 | Free linker hash table from bfd_close. | Alan Modra | 1 | -0/+3 |
2014-06-13 | Don't call bfd_link_hash_table_free | Alan Modra | 1 | -3/+0 |
2014-06-13 | Make bfd.link_next field a union | Alan Modra | 1 | -2/+6 |
2014-04-04 | bfd_get_arch_size: return size from arch info on non-ELF targets. | Tristan Gingold | 1 | -4/+6 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2014-01-29 | Following up on Tom's suggestion I am checking in a patch to replace the various | Nick Clifton | 1 | -0/+8 |
2013-05-09 | Use fputc in place of putc to avoid -Wunused-value warning (AIX). | Joel Brobecker | 1 | -1/+3 |
2013-04-09 | * bfd.c (typedef bfd, Error reporting, Miscellaneous): Add INODEs. | Nick Clifton | 1 | -3/+10 |
2013-04-04 | * bfd.c (bfd_error_type, bfd_errmsgs): Add bfd_error_missing_dso. | Alan Modra | 1 | -0/+2 |
2013-02-21 | bfd/ | Alan Modra | 1 | -1/+1 |
2013-01-26 | * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore, | Alan Modra | 1 | -122/+0 |
2012-07-24 | 2012-07-24 Teresa Johnson <tejohnson@google.com> | Cary Coutant | 1 | -0/+5 |
2012-05-14 | Add support for PowerPC VLE. | James Lemke | 1 | -2/+2 |