summaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)Author
2016-01-01Copyright update for binutilsAlan Modra
2015-12-08Fix static analysis warning about undefined bheaviour.Nick Clifton
2015-11-30objdump: Handle 32-bit base address in debug_ranges / debug_loc.Andrew Burgess
2015-11-09binutils: Fix left shift of negative value.Dominik Vogt
2015-08-12Remove trailing spaces in binutilsH.J. Lu
2015-06-05Improves the detection of partial .debug_line sections.Nick Clifton
2015-05-15Fix PR18374 by making readelf and objdump ignore end-of-list markers in the ....Nick Clifton
2015-05-11Add init_dwarf_regnames_iamcuH.J. Lu
2015-05-11Rename EM_486 to EM_IAMCUH.J. Lu
2015-04-30Fix handling of relocs for the MeP target.Nick Clifton
2015-02-26Fix undefined arithmetic operations detected by -fsanitize=undefined when run...Nick Clifton
2015-02-13Fixes for memory access violations triggered by running readelf on fuzzed bin...Nick Clifton
2015-02-13Fix mistake in recent code to check for an unterminated leb128 number.Nick Clifton
2015-02-13binutils/dwarf.c white spaceAlan Modra
2015-02-11Fixes for invalid memory accesses triggered by running readelf on fuzzed bina...Nick Clifton
2015-02-10Fix memory access violations discovered by running readelf compiled with unde...Nick Clifton
2015-02-10Fixes for memory access violations triggered by running readelf on fuzzed bin...Nick Clifton
2015-02-10Fix memory access violations triggered by running objdump compiled with out-o...Nick Clifton
2015-02-10Recognize new DWARF5/GCC5 DW_LANG constants for Fortran 03 and Fortran 08.Mark Wielaard
2015-02-06Fix memory access violations triggered by processing fuzzed binaries with a 3...Nick Clifton
2015-02-06Fixes illegal memory accesses triggereb by running a 32-bit binary version of...Nick Clifton
2015-02-05Don't refer to optarg in dwarf.c functionAlan Modra
2015-02-04More fixes for memory access violations triggered by running readelf on fuzze...Nick Clifton
2015-02-03Fix memory access violations triggered by running readelf on fuzzed binaries.Nick Clifton
2015-01-12Properly check abbrev sizeH.J. Lu
2015-01-12Another fix for memory access errors trigegred by running readelf on a corrup...Nick Clifton
2015-01-12More fixes for memory access errors when running readelf on fuzzed binaries.Nick Clifton
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-24Reverts an "enhancement" made in a previous delta which complained ofNick Clifton
2014-12-22Cast size to long to warnH.J. Lu
2014-12-22More fixes for invalid memory accesses exposed by fuzzed binaries.Nick Clifton
2014-12-18Display DW_LANG_C11 as (C11).Mark Wielaard
2014-12-11Fix a few moere memory access violations.Nick Clifton
2014-12-11Use autoconf check for long long in binutilsAlan Modra
2014-12-08More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton
2014-12-01Properly check for an out of range row indexH.J. Lu
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton
2014-12-01Add checks for memory access violations exposed by fuzzed archives.Nick Clifton
2014-11-27dwarf.c handle new DWARFv5 C11, C++11 and C++14 DW_LANG constants.Mark Wielaard
2014-11-26More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton
2014-11-21Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton
2014-11-19Fix signedness warningJan-Benedict Glaw
2014-11-18More fixes for illegal memory accesses exposed by fuzzed binaries.Nick Clifton
2014-11-14More fixes for invalid memory accesses triggered by corrupt binaries.Nick Clifton
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton
2014-10-14Avoid undefined behaviour with signed expressionsAlan Modra
2014-09-22Readelf: Handle forward references to CIEsAlan Modra
2014-08-22aarch64: Decode dwarf2 register numbersRichard Henderson
2014-06-09Correctly save and recall the CFA saved register state.Romain Chastenet