Age | Commit message (Expand) | Author | Files | Lines |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -10/+10 |
2019-09-18 | Don't use bfd_get_* macro to set bfd fields | Alan Modra | 1 | -2/+2 |
2019-09-11 | Tidy ld/ldmisc.c | Alan Modra | 1 | -0/+2 |
2019-05-22 | vms-alpha gas segfault | Alan Modra | 1 | -1/+4 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-08-21 | Pack reloc_howto_struct | Alan Modra | 1 | -3/+9 |
2018-08-21 | Delete NEWHOWTO and tidy some uses of reloc_howto_struct | Alan Modra | 1 | -1/+1 |
2018-05-21 | ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN | H.J. Lu | 1 | -0/+2 |
2018-02-26 | assorted target messages | Alan Modra | 1 | -39/+40 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -4/+4 |
2018-02-16 | Remove bfd stub function casts. | Alan Modra | 1 | -10/+20 |
2018-02-14 | Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext... | Nick Clifton | 1 | -2/+2 |
2018-02-13 | Fix compile time warning messages from gcc version 8 about cast between incom... | Nick Clifton | 1 | -3/+4 |
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 | -3072/+3072 |
2017-07-27 | Fix address violation issues encountered when parsing corrupt binaries. | Nick Clifton | 1 | -33/+58 |
2017-07-24 | Fix another memory access error triggered by attempting to parse a corrupt bi... | Nick Clifton | 1 | -0/+3 |
2017-07-24 | Fix address violation errors parsing corrupt binary files. | Nick Clifton | 1 | -5/+54 |
2017-07-18 | Fix spelling typos. | Yuri Chornovian | 1 | -1/+1 |
2017-07-03 | BFD long long cleanup | Alan Modra | 1 | -1/+1 |
2017-06-21 | Fix address violation parsing a corrupt Alpha VMS binary file. | Nick Clifton | 1 | -13/+41 |
2017-06-21 | Fix potential address violation parsing a corrupt Alpha VMS file. | Nick Clifton | 1 | -0/+10 |
2017-06-21 | Fix address violation parsing a corrupt IEEE Alpha binary. | Nick Clifton | 1 | -4/+23 |
2017-06-19 | Fix address violations when reading corrupt VMS records. | Nick Clifton | 1 | -0/+27 |
2017-06-19 | Fix access violation disassembling a corrupt VMS binary. | Nick Clifton | 1 | -6/+21 |
2017-06-19 | Fix access violation when disassembling a corrupt VMS binary. | Nick Clifton | 1 | -2/+12 |
2017-06-16 | Rewrite __start and __stop symbol handling | Alan Modra | 1 | -0/+2 |
2017-06-15 | Handle EITR records in VMS Alpha binaries with overlarge command length param... | Nick Clifton | 1 | -8/+8 |
2017-06-14 | Fix potential address violations when processing a corrupt Alpha VMA binary. | Nick Clifton | 1 | -10/+41 |
2017-05-18 | Don't compare boolean values against TRUE or FALSE | Alan Modra | 1 | -16/+16 |
2017-05-10 | bfd: new BFD target entry point _bfd_set_reloc. | Jose E. Marchesi | 1 | -0/+5 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -5/+4 |
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 | -17/+96 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -65/+64 |
2016-05-28 | Return void from linker callbacks | Alan Modra | 1 | -3/+2 |
2016-05-25 | Skip an archive element if not added by linker | H.J. Lu | 1 | -1/+1 |
2016-04-21 | Add support for non-ELF targets to check their relocs. | Nick Clifton | 1 | -0/+1 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-08-31 | More "Make asection->id and asection->index unsigned" | Alan Modra | 1 | -2/+2 |
2015-08-18 | Add output_type to bfd_link_info | H.J. Lu | 1 | -1/+1 |
2015-08-12 | Remove trailing spaces in bfd | H.J. Lu | 1 | -1/+1 |
2015-01-22 | Fixes memory access violations triggered by running dlltool on fuzzed binaries. | Nick Clifton | 1 | -0/+18 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-22 | More fixes for memory access violations exposed by fuzzed binaries. | Nick Clifton | 1 | -1/+6 |
2014-11-25 | Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLS | H.J. Lu | 1 | -0/+3 |
2014-11-21 | Fixes for memory access violations exposed by fuzzinf various binaries. | Nick Clifton | 1 | -6/+9 |
2014-10-15 | Merge bfd_find_nearest_line variants | Alan Modra | 1 | -27/+11 |
2014-10-15 | Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME. | Alan Modra | 1 | -0/+1 |
2014-08-29 | Prevent alpha_vms_object_p stopping bfd_check_format_matches scan | Alan Modra | 1 | -9/+2 |