Age | Commit message (Expand) | Author | Files | Lines |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -43/+43 |
2023-02-10 | Fix mmo memory leaks | Alan Modra | 1 | -7/+6 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-09-15 | bfd, binutils, gas: Remove/mark unused variables | Tsukasa OI | 1 | -1/+1 |
2022-09-06 | bfd: Add bfd_find_nearest_line_with_alt | Aaron Merey | 1 | -0/+1 |
2022-08-17 | timeout in mmo_get_symbols | Alan Modra | 1 | -7/+6 |
2022-08-17 | mmo.c leak in mmo_make_section | Alan Modra | 1 | -7/+5 |
2022-08-17 | asan: heap buffer overflow in mmo_scan | Alan Modra | 1 | -12/+14 |
2022-08-01 | Get rid of fprintf_vma and sprintf_vma | Alan Modra | 1 | -8/+3 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-12-17 | asan: buffer overflow in mmo_get_symbols | Alan Modra | 1 | -0/+10 |
2021-10-28 | asan: mmo: NULL dereferenc in mmo_xore_32 | Alan Modra | 1 | -22/+56 |
2021-10-28 | bfd: remove use of INLINE | Alan Modra | 1 | -13/+13 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -114/+113 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -1/+1 |
2021-01-07 | ELF: Don't generate unused section symbols | H.J. Lu | 1 | -0/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-08-26 | PR26478 UBSAN: mmo.c:2941 null pointer memcpy | Alan Modra | 1 | -1/+2 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -2/+1 |
2020-04-01 | mmo.c: Fix ld testsuite regression "objcopy executable (pr25662)". | Hans-Peter Nilsson | 1 | -1/+5 |
2020-03-02 | bfd_cleanup for object_p | Alan Modra | 1 | -3/+3 |
2020-02-28 | mmix-mmo set SEC_DATA for .data section | Alan Modra | 1 | -1/+1 |
2020-01-04 | mmo tdata leak | Alan Modra | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-11 | bfd signed overflow fixes | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -44/+36 |
2019-09-11 | Tidy ld/ldmisc.c | Alan Modra | 1 | -0/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-08-20 | Don't init array at run time | Alan Modra | 1 | -27/+24 |
2018-05-21 | ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN | H.J. Lu | 1 | -0/+1 |
2018-02-26 | assorted target messages | Alan Modra | 1 | -3/+3 |
2018-02-19 | %L conversions | Alan Modra | 1 | -6/+6 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -26/+26 |
2018-02-16 | Remove bfd stub function casts. | Alan Modra | 1 | -8/+7 |
2018-02-14 | Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext... | Nick Clifton | 1 | -1/+1 |
2018-02-13 | Fix compile time warning messages from gcc version 8 about cast between incom... | Nick Clifton | 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 | -3/+3 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -9/+8 |
2017-06-16 | Rewrite __start and __stop symbol handling | Alan Modra | 1 | -0/+1 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -55/+61 |
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/+24 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -26/+26 |
2016-04-26 | add casts to avoid arithmetic on void * | Trevor Saunders | 1 | -2/+2 |
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-10-22 | bfd/mmo.c: handle "objcopy --extract-symbols" generating and reading back. | Hans-Peter Nilsson | 1 | -3/+41 |
2015-10-20 | Correct printed value of Main in mmo.c consistency error message. | Hans-Peter Nilsson | 1 | -6/+7 |
2015-07-29 | bfd/mmo.c (MMIX): Fix massive gcc LTO testsuite failures. | Hans-Peter Nilsson | 1 | -47/+53 |