aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Fix off by one error when checking for empty note names.Nick Clifton1-0/+6
2017-04-28Fix heap-buffer address violation when reading version data from a corrupt bi...Nick Clifton1-0/+6
2017-04-28Fix heap-buffer overflow bugs caused when dumping debug information from a co...Nick Clifton1-0/+10
2017-04-26Fix PR number in ChangeLog comment.Nick Clifton1-1/+1
2017-04-26Fix invocation of stat() on a NULL pointer.Nick Clifton1-0/+7
2017-04-26Improve decoding of corrupt/unrecognised gnu build attribute notes.Nick Clifton1-0/+9
2017-04-26MIPS/readelf: With `-A' also dump GOT in static binariesMaciej W. Rozycki1-0/+4
2017-04-25MIPS/readelf: Simplify GOT[1] data availability checkMaciej W. Rozycki1-0/+5
2017-04-25MIPS/readelf: Remove extraneous null GOT data checkMaciej W. Rozycki1-0/+4
2017-04-25MIPS16/opcodes: Annotate instruction aliasesMaciej W. Rozycki1-0/+7
2017-04-23PR 21418, ar -N lacks arg checkAlan Modra1-0/+5
2017-04-23PR 21417, ar arg check failureAlan Modra1-0/+5
2017-04-23PR 21415, objdump fails to check bfd_get_section_contents statusAlan Modra1-0/+6
2017-04-23PR 21408, segfault in display_debug_lines_decodedAlan Modra1-0/+6
2017-04-21Fix shift overflow when parsing an overlarge note value.Nick Clifton1-0/+6
2017-04-13readelf: fix out of range subtraction, seg fault from a NULL pointer and memo...Nick Clifton1-0/+12
2017-04-13Add note merging to strip and add code to merge stack size notes.Nick Clifton1-0/+10
2017-04-10Prevent a bigus warning from readelf about a gdb-index table being too big.John Delsignor1-0/+6
2017-04-06[objcopy] Fix quadratic-time when handling --redefine-symsJiong Wang1-0/+17
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu1-0/+11
2017-04-03readelf: Fix overlarge memory allocation when reading a binary with an excess...Nick Clifton1-0/+6
2017-04-03Fix runtime seg-fault in readelf when parsing a corrupt MIPS binary.Nick Clifton1-0/+6
2017-04-03readelf: Update check for invalid word offsets in ARM unwind information.Nick Clifton1-0/+6
2017-03-31Fix minor problems with previous wasm32 binutils commit.Pip Cet1-0/+5
2017-03-30Add support for the WebAssembly file format and the wasm32 ELF conversion to ...Pip Cet1-0/+29
2017-03-29PowerPC -Mraw disassemblyAlan Modra1-0/+4
2017-03-21Add --inlines option to objdump to include scope backtrace of inlined functio...Andi Kleen1-0/+10
2017-03-21Update support for GNU BUILD notes so that version notes can contain extra in...Nick Clifton1-0/+9
2017-03-20readelf: Don't error on .debug files with NOBITS .dynamic section.Mark Wielaard1-0/+5
2017-03-17Fix displaying the value associated a GNU BUILD note that uses an ascii name.Nick Clifton1-0/+5
2017-03-16Add support for a GNU BUILD note type to record the enum size.Nick Clifton1-0/+5
2017-03-14Try harder to find the correct symbol to associate with OPEN GNU BUILD notes.Nick Clifton1-0/+13
2017-03-13objdump -dS: warn if source is more recent than objectAlan Modra1-0/+10
2017-03-10Make objdump's --wide command line option affect its output of DWARF debug in...Chia-Hao Lo1-0/+5
2017-03-10Add basic recognition of new EM_ ELF machine numbers.Nick Clifton1-0/+5
2017-03-08Properly dump NT_GNU_PROPERTY_TYPE_0H.J. Lu1-0/+16
2017-03-06Fix reading numeric values from GNU BUILD NOTEs.Nick Clifton1-0/+7
2017-03-06binutils: Fix warning on platforms that don't have asprintfSam Thursfield1-0/+6
2017-03-02Support merging build notes in sections without the SHF_GNU_BUILD_NOTE flag set.Nick Clifton1-0/+2
2017-03-02Fix snafu parsing GNU_BUILD_NOTEs on ARM and AArch64 architectures.Nick Clifton1-0/+5
2017-03-02New debug_displays_assertJan Kratochvil1-0/+4
2017-03-02Fix dwarf_section_display_enum regression by DWARF-5Jan Kratochvil1-0/+4
2017-03-01Add support for displaying and merging GNU_BUILD_NOTEs.Nick Clifton1-0/+31
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner1-0/+4
2017-02-28Revert "Add symbol called __nm_<name> to exported symbols created by dlltool."Nick Clifton1-7/+0
2017-02-27Fix compilation with GCC 4.4.7.Jan Kratochvil1-0/+6
2017-02-27Add symbol called __nm_<name> to exported symbols created by dlltool.Rudy Y1-0/+7
2017-02-25Fixes for new dw5 testAlan Modra1-0/+7
2017-02-24Fix snafu with booleans in readelf patch - lack of a program header is not a ...Nick Clifton1-0/+3
2017-02-24Tidy up readelf's use of boolean values.Nick Clifton1-0/+76