aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2017-04-13readelf: fix out of range subtraction, seg fault from a NULL pointer and memo...Nick Clifton2-5/+33
2017-04-13Add note merging to strip and add code to merge stack size notes.Nick Clifton4-15/+129
2017-04-10Prevent a bigus warning from readelf about a gdb-index table being too big.John Delsignor2-1/+7
2017-04-06[objcopy] Fix quadratic-time when handling --redefine-symsJiong Wang2-33/+88
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu5-3/+61
2017-04-03readelf: Fix overlarge memory allocation when reading a binary with an excess...Nick Clifton2-3/+20
2017-04-03Fix runtime seg-fault in readelf when parsing a corrupt MIPS binary.Nick Clifton2-8/+24
2017-04-03readelf: Update check for invalid word offsets in ARM unwind information.Nick Clifton2-3/+9
2017-03-31Fix minor problems with previous wasm32 binutils commit.Pip Cet3-3/+7
2017-03-30Add support for the WebAssembly file format and the wasm32 ELF conversion to ...Pip Cet22-1/+244
2017-03-29PowerPC -Mraw disassemblyAlan Modra2-6/+32
2017-03-21Add --inlines option to objdump to include scope backtrace of inlined functio...Andi Kleen4-2/+44
2017-03-21Update support for GNU BUILD notes so that version notes can contain extra in...Nick Clifton3-25/+46
2017-03-20readelf: Don't error on .debug files with NOBITS .dynamic section.Mark Wielaard2-6/+15
2017-03-17Fix displaying the value associated a GNU BUILD note that uses an ascii name.Nick Clifton2-1/+6
2017-03-16Add support for a GNU BUILD note type to record the enum size.Nick Clifton2-0/+10
2017-03-14Try harder to find the correct symbol to associate with OPEN GNU BUILD notes.Nick Clifton6-88/+157
2017-03-13objdump -dS: warn if source is more recent than objectAlan Modra2-25/+45
2017-03-10Make objdump's --wide command line option affect its output of DWARF debug in...Chia-Hao Lo2-1/+6
2017-03-10Add basic recognition of new EM_ ELF machine numbers.Nick Clifton2-60/+97
2017-03-08Properly dump NT_GNU_PROPERTY_TYPE_0H.J. Lu10-45/+234
2017-03-06Fix reading numeric values from GNU BUILD NOTEs.Nick Clifton2-2/+11
2017-03-06binutils: Fix warning on platforms that don't have asprintfSam Thursfield4-1/+21
2017-03-02Support merging build notes in sections without the SHF_GNU_BUILD_NOTE flag set.Nick Clifton2-1/+7
2017-03-02Fix snafu parsing GNU_BUILD_NOTEs on ARM and AArch64 architectures.Nick Clifton2-2/+25
2017-03-02New debug_displays_assertJan Kratochvil2-0/+7
2017-03-02Fix dwarf_section_display_enum regression by DWARF-5Jan Kratochvil2-0/+6
2017-03-01Add support for displaying and merging GNU_BUILD_NOTEs.Nick Clifton10-34/+1053
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner2-6/+14
2017-02-28Revert "Add symbol called __nm_<name> to exported symbols created by dlltool."Nick Clifton2-26/+1
2017-02-27Fix compilation with GCC 4.4.7.Jan Kratochvil2-3/+11
2017-02-27Add symbol called __nm_<name> to exported symbols created by dlltool.Rudy Y2-1/+26
2017-02-25Fixes for new dw5 testAlan Modra3-31/+47
2017-02-24Fix snafu with booleans in readelf patch - lack of a program header is not a ...Nick Clifton2-3/+7
2017-02-24Tidy up readelf's use of boolean values.Nick Clifton2-716/+929
2017-02-24readelf: Correct version flag formattingMaciej W. Rozycki2-6/+16
2017-02-24readelf: Make version section index sum unsignedMaciej W. Rozycki2-2/+8
2017-02-24readelf: Fix incorrect "Version definition past end of section" messageMaciej W. Rozycki2-3/+14
2017-02-23DWARF-5: testcaseJan Kratochvil4-0/+1065
2017-02-23DWARF-5: DW_FORM_data16Jan Kratochvil2-0/+30
2017-02-23DWARF-5: MacrosJan Kratochvil2-28/+33
2017-02-23DWARF-5: call sitesJan Kratochvil2-7/+45
2017-02-23DWARF-5 basic functionalityJan Kratochvil4-204/+994
2017-02-23DWARF attrs: add delimiterJan Kratochvil2-25/+33
2017-02-23dwarf.c: Use more dwarf_vmaJan Kratochvil2-23/+34
2017-02-23Add support to readelf for displaying gnu attributes in architectures not kno...Nick Clifton2-76/+99
2017-02-22Display user op byteJan Kratochvil2-2/+6
2017-02-22readelf: Restore a lost new line in version informationMaciej W. Rozycki2-1/+7
2017-02-20Fix another memory access error in readelf when parsing a corrupt binary.Nick Clifton2-14/+30
2017-02-17Fix illegal memory accesses in readelf when parsing a corrupt binary.Nick Clifton2-2/+14