aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-05Improves the detection of partial .debug_line sections.Nick Clifton1-8/+10
2015-05-15Fix PR18374 by making readelf and objdump ignore end-of-list markers in the ....Nick Clifton1-77/+91
2015-05-11Add init_dwarf_regnames_iamcuH.J. Lu1-1/+32
2015-05-11Rename EM_486 to EM_IAMCUH.J. Lu1-1/+1
2015-04-30Fix handling of relocs for the MeP target.Nick Clifton1-0/+2
2015-02-26Fix undefined arithmetic operations detected by -fsanitize=undefined when run...Nick Clifton1-15/+23
2015-02-13Fixes for memory access violations triggered by running readelf on fuzzed bin...Nick Clifton1-2/+15
2015-02-13Fix mistake in recent code to check for an unterminated leb128 number.Nick Clifton1-1/+1
2015-02-13binutils/dwarf.c white spaceAlan Modra1-305/+306
2015-02-11Fixes for invalid memory accesses triggered by running readelf on fuzzed bina...Nick Clifton1-15/+29
2015-02-10Fix memory access violations discovered by running readelf compiled with unde...Nick Clifton1-3/+3
2015-02-10Fixes for memory access violations triggered by running readelf on fuzzed bin...Nick Clifton1-2/+9
2015-02-10Fix memory access violations triggered by running objdump compiled with out-o...Nick Clifton1-8/+30
2015-02-10Recognize new DWARF5/GCC5 DW_LANG constants for Fortran 03 and Fortran 08.Mark Wielaard1-0/+2
2015-02-06Fix memory access violations triggered by processing fuzzed binaries with a 3...Nick Clifton1-3/+18
2015-02-06Fixes illegal memory accesses triggereb by running a 32-bit binary version of...Nick Clifton1-4/+7
2015-02-05Don't refer to optarg in dwarf.c functionAlan Modra1-1/+1
2015-02-04More fixes for memory access violations triggered by running readelf on fuzze...Nick Clifton1-10/+28
2015-02-03Fix memory access violations triggered by running readelf on fuzzed binaries.Nick Clifton1-6/+24
2015-01-12Properly check abbrev sizeH.J. Lu1-4/+5
2015-01-12Another fix for memory access errors trigegred by running readelf on a corrup...Nick Clifton1-22/+36
2015-01-12More fixes for memory access errors when running readelf on fuzzed binaries.Nick Clifton1-3/+19
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton1-31/+76
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-24Reverts an "enhancement" made in a previous delta which complained ofNick Clifton1-7/+2
2014-12-22Cast size to long to warnH.J. Lu1-1/+1
2014-12-22More fixes for invalid memory accesses exposed by fuzzed binaries.Nick Clifton1-12/+58
2014-12-18Display DW_LANG_C11 as (C11).Mark Wielaard1-1/+1
2014-12-11Fix a few moere memory access violations.Nick Clifton1-5/+15
2014-12-11Use autoconf check for long long in binutilsAlan Modra1-11/+12
2014-12-08More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton1-4/+66
2014-12-01Properly check for an out of range row indexH.J. Lu1-1/+1
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-45/+73
2014-12-01Add checks for memory access violations exposed by fuzzed archives.Nick Clifton1-0/+8
2014-11-27dwarf.c handle new DWARFv5 C11, C++11 and C++14 DW_LANG constants.Mark Wielaard1-0/+3
2014-11-26More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton1-23/+68
2014-11-21Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton1-0/+24
2014-11-19Fix signedness warningJan-Benedict Glaw1-1/+1
2014-11-18More fixes for illegal memory accesses exposed by fuzzed binaries.Nick Clifton1-38/+124
2014-11-14More fixes for invalid memory accesses triggered by corrupt binaries.Nick Clifton1-16/+49
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton1-36/+108
2014-10-14Avoid undefined behaviour with signed expressionsAlan Modra1-6/+2
2014-09-22Readelf: Handle forward references to CIEsAlan Modra1-80/+161
2014-08-22aarch64: Decode dwarf2 register numbersRichard Henderson1-0/+27
2014-06-09Correctly save and recall the CFA saved register state.Romain Chastenet1-6/+14
2014-03-14Fix build time problem with MingGW hosts, which do not have a strnlen() funct...Nick Clifton1-4/+0
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-02-11Fix readelf so it doesn't complain about corrupt attribute.Cary Coutant1-1/+1
2013-12-20 PR binutils/16218Nick Clifton1-5/+12
2013-12-19remove remnants of old Mach-O workaroundTom Tromey1-14/+5