| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an accidental change to elfcode.h included as part of commit 6e0dfbf420. | Nick Clifton | 2021-07-07 | 1 | -3/+2 |
* | Updated translations (mainly Ukranian and French) triggered by creation of 2.... | Nick Clifton | 2021-07-05 | 1 | -2/+3 |
* | Use bool in bfd | Alan Modra | 2021-03-31 | 1 | -40/+40 |
* | ELF: Don't generate unused section symbols | H.J. Lu | 2021-01-07 | 1 | -1/+7 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2021-01-01 | 1 | -1/+1 |
* | Put bfd_section_from_shdr loop detection array in elf_tdata | Alan Modra | 2020-12-14 | 1 | -0/+3 |
* | Fix an illegal memory access when accessing corrupt dynamic secondary relocat... | Nick Clifton | 2020-11-23 | 1 | -1/+1 |
* | PR26574, heap buffer overflow in _bfd_elf_slurp_secondary_reloc_section | Alan Modra | 2020-09-04 | 1 | -4/+4 |
* | Apply a workaround to mitigate a quadratic performance hit in the linker when... | Nick Clifton | 2020-08-20 | 1 | -1/+2 |
* | PR26348, Malloc error in write_zeros | Alan Modra | 2020-08-13 | 1 | -5/+17 |
* | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 2020-05-21 | 1 | -12/+7 |
* | PR25993, read of freed memory | Alan Modra | 2020-05-20 | 1 | -11/+2 |
* | tidy elf_backend calls | Alan Modra | 2020-03-20 | 1 | -8/+6 |
* | Fix several mix up between octets and bytes in ELF program headers | Christian Eggers | 2020-03-13 | 1 | -13/+15 |
* | Add support for ELF files which contain multiple reloc sections which all tar... | Nick Clifton | 2020-03-05 | 1 | -1/+17 |
* | bfd_cleanup for object_p | Alan Modra | 2020-03-02 | 1 | -2/+2 |
* | Indent labels | Alan Modra | 2020-02-26 | 1 | -1/+1 |
* | _bfd_alloc_and_read | Alan Modra | 2020-02-19 | 1 | -12/+6 |
* | _bfd_mul_overflow | Alan Modra | 2020-02-19 | 1 | -26/+43 |
* | bfd_get_file_size calls | Alan Modra | 2020-02-19 | 1 | -8/+15 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2020-01-01 | 1 | -1/+1 |
* | PR24955, libbfd terminating program on out of memory | Alan Modra | 2019-09-05 | 1 | -1/+10 |
* | PR24689 again, string table corruption | Alan Modra | 2019-06-23 | 1 | -4/+0 |
* | PR24689, string table corruption | Alan Modra | 2019-06-21 | 1 | -1/+2 |
* | Don't use bfd_get_file_size in objdump | Alan Modra | 2019-03-12 | 1 | -20/+19 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | Fix a memory exhaustion bug when attempting to allocate room for an impossibl... | Nick Clifton | 2018-11-30 | 1 | -0/+5 |
* | Add a warning to the bfd library for when it encounters an ELF file with an i... | Nick Clifton | 2018-09-18 | 1 | -0/+8 |
* | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 2018-02-27 | 1 | -3/+7 |
* | %L conversions | Alan Modra | 2018-02-19 | 1 | -2/+3 |
* | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 2018-02-19 | 1 | -3/+3 |
* | PR22746, crash when running 32-bit objdump on corrupted file | Alan Modra | 2018-01-25 | 1 | -2/+2 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2018-01-03 | 1 | -1/+1 |
* | Fix stripping relocs in a file with mergeable notes. | Nick Clifton | 2017-12-08 | 1 | -0/+6 |
* | Add NULL bfd test to elf_symbol_from | Alan Modra | 2017-11-21 | 1 | -0/+2 |
* | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 2017-07-12 | 1 | -2/+2 |
* | Support %Lx, %Lu, %Ld in _bfd_error_handler format | Alan Modra | 2017-07-03 | 1 | -1/+1 |
* | Use %A and %B in more error messages | Alan Modra | 2017-04-13 | 1 | -6/+7 |
* | Update year range in copyright notice of all files. | Alan Modra | 2017-01-02 | 1 | -1/+1 |
* | Fix the linker so that it will not silently generate ELF binaries with invali... | Nick Clifton | 2016-11-23 | 1 | -1/+3 |
* | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 2016-10-19 | 1 | -0/+2 |
* | Remove syntactic sugar | Alan Modra | 2016-09-30 | 1 | -2/+2 |
* | Properly implement STT_COMMON | H.J. Lu | 2016-02-26 | 1 | -0/+1 |
* | Copyright update for binutils | Alan Modra | 2016-01-01 | 1 | -1/+1 |
* | PR19323 memory allocation greater than 4G | Alan Modra | 2015-12-07 | 1 | -1/+9 |
* | Use the file_ptr type when calling bfd_seek. | Riku Voipio | 2015-10-15 | 1 | -9/+4 |
* | Rename EM_486 to EM_IAMCU | H.J. Lu | 2015-05-11 | 1 | -1/+1 |
* | More fixes for invalid memory accesses triggered by fuzzed binaries. | Nick Clifton | 2015-01-05 | 1 | -2/+1 |
* | ChangeLog rotatation and copyright year update | Alan Modra | 2015-01-02 | 1 | -1/+1 |
* | More fixes for memory access violations exposed by fuzzed binaries. | Nick Clifton | 2014-12-01 | 1 | -1/+3 |