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