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