aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-27Fix compilation with GCC 4.4.7.Jan Kratochvil1-3/+5
2017-02-23DWARF-5: DW_FORM_data16Jan Kratochvil1-0/+26
2017-02-23DWARF-5: MacrosJan Kratochvil1-28/+28
2017-02-23DWARF-5: call sitesJan Kratochvil1-7/+36
2017-02-23DWARF-5 basic functionalityJan Kratochvil1-204/+956
2017-02-23DWARF attrs: add delimiterJan Kratochvil1-25/+25
2017-02-23dwarf.c: Use more dwarf_vmaJan Kratochvil1-23/+23
2017-02-22Display user op byteJan Kratochvil1-2/+2
2017-02-20Fix another memory access error in readelf when parsing a corrupt binary.Nick Clifton1-14/+20
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (binutils)Ambrogino Modigliani1-2/+2
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+3
2016-09-29Frame info dump: Fix bad register marks.Andreas Krebbel1-10/+23
2016-09-29Add .cfi_val_offset GAS command.Andreas Krebbel1-2/+2
2016-08-08Fix seg-faults when running readelf on fuzzed binaries.Nick Clifton1-4/+27
2016-08-08Fix seg-fault in DWARF dumper when given a corrupt binary containing illegal ...Nick Clifton1-17/+55
2016-06-02Fix a bug displaying the interpretation of a CFA block that just contains DW_...Nick Clifton1-1/+9
2016-04-13Add init_dwarf_regnames_s390Andreas Arnez1-0/+28
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton1-1/+6
2016-03-22Fix unbounded stack usage warning inside the SAFE_BYTE_GET macro.Nick Clifton1-1/+6
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-08Fix static analysis warning about undefined bheaviour.Nick Clifton1-1/+1
2015-11-30objdump: Handle 32-bit base address in debug_ranges / debug_loc.Andrew Burgess1-11/+14
2015-11-09binutils: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-08-12Remove trailing spaces in binutilsH.J. Lu1-1/+1
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