Age | Commit message (Expand) | Author | Files | Lines |
2024-04-04 | dlltool: replace unchecked malloc with xmalloc | Nandakumar Edamana | 1 | -1/+1 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-08-23 | bfd_get_symbol_leading_char vs. "" | Alan Modra | 1 | -1/+2 |
2023-08-03 | binutils sprintf optimisation | Alan Modra | 1 | -2/+2 |
2023-08-03 | dlltool: sprintf sanitizer null destination pointer | Alan Modra | 1 | -3/+5 |
2023-05-25 | PR29189, dlltool delaylibs corrupt float/double arguments | Alan Modra | 1 | -13/+39 |
2023-01-10 | Add aarch64-w64-mingw32 target | Mark Harmstone | 1 | -4/+53 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-09-01 | dllwrap, windres and dlltools use mktemp, which should be avoided | Nick Clifton | 1 | -1/+1 |
2022-08-23 | Add an option to dlltool to allow the creation of deterministic libraries. | Nick Clifton | 1 | -38/+64 |
2022-05-19 | Fix potentially uninitialised variables in the Windows tools | Nick Clifton | 1 | -1/+1 |
2022-03-16 | dlltool: Use the output name as basis for deterministic temp prefixes | Martin Storsj? | 1 | -3/+4 |
2022-01-22 | Allow inferring tmp_prefix from the dll name from a def file. | Martin Storsj? | 1 | -17/+17 |
2022-01-11 | Fix multiple problems with DLL generation. | Martin Storsj | 1 | -3/+17 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-11-06 | Modernise yyerror | Alan Modra | 1 | -3/+1 |
2021-04-05 | C99 binutils configury | Alan Modra | 1 | -3/+1 |
2021-03-31 | Use bool in binutils | Alan Modra | 1 | -43/+43 |
2021-03-29 | TRUE/FALSE simplification | Alan Modra | 1 | -1/+1 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -2/+2 |
2021-01-13 | Add SEH support to code generated by dlltool. | Zebediah Figura | 1 | -21/+29 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-07-09 | Remove powerpc PE support | Alan Modra | 1 | -299/+25 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", binutils | Alan Modra | 1 | -12/+4 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-23 | coff bfd.h tidy | Alan Modra | 1 | -0/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -9/+7 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-10-15 | BFD_INIT_MAGIC | Alan Modra | 1 | -1/+2 |
2018-04-16 | Remove arm-epoc-pe support | Alan Modra | 1 | -19/+2 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-02-28 | Revert "Add symbol called __nm_<name> to exported symbols created by dlltool." | Nick Clifton | 1 | -19/+1 |
2017-02-27 | Add symbol called __nm_<name> to exported symbols created by dlltool. | Rudy Y | 1 | -1/+19 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-11-14 | Generate correct hint value for IDATA6. | Rudy | 1 | -16/+5 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -1/+2 |
2016-03-21 | Remove use of alloca. | Nick Clifton | 1 | -10/+12 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-08-12 | Remove trailing spaces in binutils | H.J. Lu | 1 | -29/+29 |
2015-05-29 | Fixes a couple of bugs reported in dlltool. | Stephen Kitt | 1 | -0/+4 |
2015-05-12 | Enables the -t abbreviated form of the --temp-prefix command line option for ... | Stephen Kitt | 1 | -2/+2 |
2015-03-05 | Fixes PR 17994 - which reported that dlltool was not deleting temporary files... | Nick Clifton | 1 | -9/+43 |
2015-01-27 | Fix memory access violations triggered by running dlltool on corrupt binaries. | Nick Clifton | 1 | -1/+9 |
2015-01-21 | Fix memory access violations triggered by running strip on fuzzed binaries. | Nick Clifton | 1 | -0/+1 |
2015-01-07 | Fix memory access violations uncovered by running the dlltool on fuzzed binar... | Nick Clifton | 1 | -0/+3 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -2/+1 |
2014-01-07 | remove VA_* from binutils | Tom Tromey | 1 | -5/+6 |
2012-10-29 | binutils/ | Alan Modra | 1 | -11/+12 |
2012-08-03 | * dlltool.c (scan_obj_file): Close arfile after calling | Tom Tromey | 1 | -1/+3 |