aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2017-11-07readelf ngettext fixesAlan Modra15-110/+226
2017-11-07ngettext supportAlan Modra2-2/+13
2017-11-03[ARC] Force the disassam to use the hexadecimal number for printingclaziss4-1/+19
2017-11-03Fix integer overflow problems when reading an ELF binary with corrupt augment...Nick Clifton2-25/+50
2017-11-02Work around integer overflows when readelf is checking for corrupt ELF notes ...Mingi Cho2-16/+23
2017-11-01FT32B is a new FT32 family member. It has a code compression scheme, which re...James Bowman2-0/+6
2017-11-01Fix an invalid free called when attempting to link a COFF object against an E...Nick Clifton1-2/+10
2017-10-31Remind users to use the --use-dynamic command line option to dump dynamic rel...Nick Clifton2-1/+21
2017-10-28PR22361 readelf buffer overflow on fuzzed archive headerAlan Modra2-0/+18
2017-10-27dwarf: Read register number as unsigned in DW_CFA_def_cfa*Simon Marchi2-4/+10
2017-10-25Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra2-1/+8
2017-10-18[Visium] Disassemble the operands of the stop instruction.Eric Botcazou2-0/+5
2017-10-18Add a warning to the how-to-make-a-release notes to check the permissions on ...Nick Clifton2-5/+17
2017-10-18Move Svein Seldal to Past Maintainers section.Nick Clifton2-1/+5
2017-10-18PR22303, print_core_note out of bounds readAlan Modra2-27/+35
2017-10-17Add myself as dwarf-mode.el maintainerTom Tromey2-0/+5
2017-10-11Display more information when decoding DW_AT_endianity, DW_AT_decimal_sign, D...Nick Clifton5-6/+283
2017-10-10Bump dwarf-mode version numberTom Tromey2-1/+5
2017-10-10Asynchronous insertion for dwarf-mode.elTom Tromey2-16/+68
2017-10-10Set lexical-binding in dwarf-modeTom Tromey2-1/+5
2017-10-10Bind keys in dwarf-mode-map definitionTom Tromey2-2/+11
2017-10-10Improve the speed of the --dwarf-start option by skipping processing of any c...Nick Clifton2-0/+14
2017-10-06DWARF header checksAlan Modra2-86/+95
2017-10-05Avoid spurious readelf error status from decode_arm_unwind.Joseph Myers2-1/+5
2017-10-05Fix strip so that is accepts -M as an abbreviation for --merge-notes.Nick Clifton2-1/+7
2017-10-05Change readelf so that when --wide is active a relocation's full name is disp...Nick Clifton2-1/+7
2017-10-05Update README-how-to-make-a-release with the correct sequence for creating th...Nick Clifton2-39/+34
2017-10-05PR22239 - invalid memory read in display_debug_framesAlan Modra2-11/+12
2017-10-05Update my email address.Tristan Gingold2-3/+8
2017-10-01PR22232, NULL pointer dereference in load_specific_debug_sectionAlan Modra2-2/+10
2017-10-01PR22230, buffer overflow in display_debug_macroAlan Modra2-4/+11
2017-09-30PR21978, objdump does not display line numbers in certain casesAlan Modra2-12/+24
2017-09-27Prevent an infinite loop in the DWARF parsing code when encountering a CU str...Nick Clifton2-1/+16
2017-09-27PR22216, infinite loop in readelf process_symbol_tableAlan Modra2-18/+34
2017-09-26Fix address violations when parsing a corrupt DWARF linenumber table.Nick Clifton2-5/+22
2017-09-26Add README file for creating binutils releasesNick Clifton2-0/+139
2017-09-26PR21732, String-concatenated message can not be translatedAlan Modra3-30/+60
2017-09-25Free memory returned from bfd_get_synthetic_symtabH.J. Lu2-1/+9
2017-09-22LVU: dump loclists with locviewsAlexandre Oliva8-35/+1048
2017-09-22readelf testsAlan Modra2-43/+49
2017-09-22readelf: Handle E_MIPS_MACH_5900Maciej W. Rozycki2-0/+5
2017-09-05Fix a buffer overrun when parsing a corrupt MIPS ELF binary.Nick Clifton2-3/+9
2017-09-05Missing relocation R_PPC_VLE_ADDR20 and add VLE flag to details in readelfAlexander Fedotov-B556132-0/+17
2017-08-25PR21994, readelf looping on verdefsAlan Modra2-14/+39
2017-08-23PR21990, Integer overflow in process_version_sectionsAlan Modra2-26/+29
2017-08-17Add test of V2 GNU build attribute notes.Nick Clifton8-1/+232
2017-08-16Add new NT_PPC_* available since Linux 4.8Gustavo Romero2-0/+31
2017-08-12Collision between NT_GNU_BUILD_ATTRIBUTE_OPEN and NT_PPC_VMXAlan Modra2-4/+15
2017-08-08Fix address violation bugs when writing beyond the end of a local string buffer.Nick Clifton2-3/+10
2017-08-02Add support for creating archives of slim-LTO modules using MRi script commands.Nick Clifton2-4/+15