| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix GOT relocation overflow on SPARC.gentoo/binutils-2.29.1 | ![](//www.gravatar.com/avatar/304716076c8d343155ff6719dad7e52c?s=13&d=retro) Eric Botcazou | 2018-03-10 | 2 | -64/+100 |
* | Gentoo: Properly ignore new textrel warnings in testsuite | ![](//www.gravatar.com/avatar/36167de7e11e3b358446823d51e69792?s=13&d=retro) Andreas K. Hüttel | 2018-03-01 | 1 | -3/+3 |
* | Gentoo: Restore TEXTREL warnings for non-shared objects | ![](//www.gravatar.com/avatar/1be5b056f9ea2711489589f41227f5a0?s=13&d=retro) Sergei Trofimovich | 2018-03-01 | 1 | -2/+2 |
* | Automatic date update in version.in | ![](//www.gravatar.com/avatar/ad65b7bb741749894842fc1b78363664?s=13&d=retro) GDB Administrator | 2018-01-01 | 1 | -1/+1 |
* | PR22626, invalid dynindx used for dynamic relocs against section syms | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2018-01-01 | 2 | -8/+22 |
* | Fix a memory access violation when attempting to parse a corrupt COFF binary ... | ![](//www.gravatar.com/avatar/cd16507dadba18594aa5b348cd21748a?s=13&d=retro) Nick Clifton | 2017-12-16 | 9 | -48/+109 |
* | Stop objdump from attempting to allocate a huge chunk of memory when parsing ... | ![](//www.gravatar.com/avatar/cd16507dadba18594aa5b348cd21748a?s=13&d=retro) Nick Clifton | 2017-12-16 | 1 | -1/+10 |
* | Check for a NULL symbol pointer when reading relocs from a COFF based file. | ![](//www.gravatar.com/avatar/cd16507dadba18594aa5b348cd21748a?s=13&d=retro) Nick Clifton | 2017-12-16 | 1 | -1/+1 |
* | Prevent a memory exhaustion problem when trying to read in strings from a COF... | ![](//www.gravatar.com/avatar/cd16507dadba18594aa5b348cd21748a?s=13&d=retro) Nick Clifton | 2017-12-16 | 1 | -2/+2 |
* | PR22443, Global buffer overflow in _bfd_elf_get_symbol_version_string | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-16 | 2 | -10/+13 |
* | Prevent illegal memory accesses when parsing incorrecctly formated core notes. | ![](//www.gravatar.com/avatar/cd16507dadba18594aa5b348cd21748a?s=13&d=retro) Nick Clifton | 2017-12-16 | 1 | -0/+10 |
* | Update check for invalid values in pe_bfd_read_buildid function. | ![](//www.gravatar.com/avatar/cd16507dadba18594aa5b348cd21748a?s=13&d=retro) Nick Clifton | 2017-12-16 | 1 | -3/+2 |
* | Fix illegal memory access triggered when parsing a PE binary with a corrupt d... | ![](//www.gravatar.com/avatar/cd16507dadba18594aa5b348cd21748a?s=13&d=retro) Nick Clifton | 2017-12-16 | 1 | -3/+6 |
* | Work around integer overflows when readelf is checking for corrupt ELF notes ... | ![](//www.gravatar.com/avatar/1a5c627007a3ef09d76a8fd6da068fc1?s=13&d=retro) Mingi Cho | 2017-12-15 | 1 | -16/+17 |
* | PR22307, Heap out of bounds read in _bfd_elf_parse_gnu_properties | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 1 | -9/+9 |
* | PR22306, Invalid free() in slurp_symtab() | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 1 | -15/+30 |
* | Prevent illegal memory accesses when attempting to read excessively large COF... | ![](//www.gravatar.com/avatar/cd16507dadba18594aa5b348cd21748a?s=13&d=retro) Nick Clifton | 2017-12-15 | 1 | -0/+8 |
* | Automatic date update in version.in | ![](//www.gravatar.com/avatar/ad65b7bb741749894842fc1b78363664?s=13&d=retro) GDB Administrator | 2017-12-15 | 1 | -1/+1 |
* | Don't mask X_add_number containing a register number | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 2 | -1/+6 |
* | Fix incremental linking failure with GCC 7+. | ![](//www.gravatar.com/avatar/f47a14a3ba82487659741789c1988610?s=13&d=retro) Cary Coutant | 2017-12-15 | 5 | -4/+21 |
* | Fix internal error in fix_errata on aarch64. | ![](//www.gravatar.com/avatar/813ee4abf22e238344a8869f3b508028?s=13&d=retro) Peter Smith | 2017-12-15 | 2 | -0/+32 |
* | Fix problem where erratum stubs are not always applied. | ![](//www.gravatar.com/avatar/f47a14a3ba82487659741789c1988610?s=13&d=retro) Cary Coutant | 2017-12-15 | 2 | -3/+11 |
* | Fix segfault in relocate_erratum_stub on aarch64. | ![](//www.gravatar.com/avatar/813ee4abf22e238344a8869f3b508028?s=13&d=retro) Peter Smith | 2017-12-15 | 2 | -1/+7 |
* | PR22431, powerpc64 ld segfault when .plt discarded | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 4 | -6/+28 |
* | Fix typo in ChangeLog entry. | ![](//www.gravatar.com/avatar/f47a14a3ba82487659741789c1988610?s=13&d=retro) Cary Coutant | 2017-12-15 | 1 | -2/+2 |
* | Fix DWARF reader to use correct size for DW_FORM_ref_addr. | ![](//www.gravatar.com/avatar/f47a14a3ba82487659741789c1988610?s=13&d=retro) Cary Coutant | 2017-12-15 | 3 | -2/+35 |
* | Proper bound check in _bfd_doprnt_scan | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 2 | -6/+12 |
* | PR22397, BFD internal error when message locale isn't C | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 2 | -31/+317 |
* | Rename _doprnt -> _bfd_doprnt to fix DJGPP bfd build (and likely others) | ![](//www.gravatar.com/avatar/ce9cd1bc276f4737acec677aad6d95f7?s=13&d=retro) Pedro Alves | 2017-12-15 | 2 | -6/+15 |
* | frv-elf --gc-sections failures | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 2 | -1/+6 |
* | relocs_compatible test for gc-sections | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 2 | -0/+7 |
* | PR22300, Abort in elf32_hppa_relocate_section building polyml | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 5 | -5/+10 |
* | PR22348, conflicting global vars in crx and cr16 | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 9 | -44/+70 |
* | Allow for __gnu_lto_slim prefixed with extra "_" | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 10 | -6/+46 |
* | [GOLD] Fix powerpc64 optimization of TOC accesses | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-12-15 | 2 | -2/+9 |
* | PR22361 readelf buffer overflow on fuzzed archive header | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-11-17 | 1 | -0/+11 |
* | PR22205, .debug_line file table NULL filename | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-11-17 | 1 | -22/+13 |
* | PR22200, DWARF5 .debug_line sanity check | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-11-17 | 1 | -0/+7 |
* | Gentoo: Disable failing test ld-x86-64/x86-64.exp pie1.dgentoo/binutils-2.29.1-3 | ![](//www.gravatar.com/avatar/36167de7e11e3b358446823d51e69792?s=13&d=retro) Andreas K. Hüttel | 2017-10-21 | 1 | -1/+0 |
* | Gentoo: We can't test for textrel warnings if we regsub out the warnings. | ![](//www.gravatar.com/avatar/36167de7e11e3b358446823d51e69792?s=13&d=retro) Andreas K. Hüttel | 2017-10-21 | 1 | -1/+0 |
* | Gentoo: Fix Mike's adaption of the testsuite to hash change | ![](//www.gravatar.com/avatar/36167de7e11e3b358446823d51e69792?s=13&d=retro) Andreas K. Hüttel | 2017-10-21 | 1 | -1/+1 |
* | Gentoo: More textrel warning sanitation... | ![](//www.gravatar.com/avatar/36167de7e11e3b358446823d51e69792?s=13&d=retro) Andreas K. Hüttel | 2017-10-19 | 1 | -0/+2 |
* | Gentoo: Another place where the linker testsuite needs the hash format | ![](//www.gravatar.com/avatar/36167de7e11e3b358446823d51e69792?s=13&d=retro) Andreas K. Hüttel | 2017-10-18 | 1 | -1/+13 |
* | Gentoo: Explicitly add --hash-style=sysv to linker calls in testsuite dump_tests | ![](//www.gravatar.com/avatar/36167de7e11e3b358446823d51e69792?s=13&d=retro) Andreas K. Hüttel | 2017-10-18 | 1 | -1/+1 |
* | Gentoo: Found another place where we need to ignore textrel warnings in the t... | ![](//www.gravatar.com/avatar/36167de7e11e3b358446823d51e69792?s=13&d=retro) Andreas K. Hüttel | 2017-10-17 | 1 | -0/+3 |
* | PR22212, memory leak in nmgentoo/binutils-2.29.1-2 | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-10-12 | 1 | -0/+4 |
* | Prevent an infinite loop in the DWARF parsing code when encountering a CU str... | ![](//www.gravatar.com/avatar/cd16507dadba18594aa5b348cd21748a?s=13&d=retro) Nick Clifton | 2017-10-12 | 1 | -1/+10 |
* | PR22204, Lack of DW_LNE_end_sequence causes "infinite" loop | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-10-12 | 1 | -1/+1 |
* | PR22191, memory leak in dwarf2.c | ![](//www.gravatar.com/avatar/84ea9a2bb5f0c5b43ca1e1044a2ea112?s=13&d=retro) Alan Modra | 2017-10-12 | 1 | -2/+6 |
* | Automatic date update in version.in | ![](//www.gravatar.com/avatar/ad65b7bb741749894842fc1b78363664?s=13&d=retro) GDB Administrator | 2017-10-12 | 1 | -1/+1 |