aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Add support for an ARM specific 'y' section attribute flag to mark the sectio...Mickael Guene1-1/+15
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in binutilsH.J. Lu1-50/+50
2015-06-22Stop "objdump -d" from disassembling past a symbolic address.Nick Clifton1-7/+18
2015-05-15Fix PR18374 by making readelf and objdump ignore end-of-list markers in the ....Nick Clifton1-1/+41
2015-05-11Add init_dwarf_regnames_iamcuH.J. Lu1-0/+4
2015-02-24Improves the warning message produyced by objdump when it cannot load a section.Nick Clifton1-1/+2
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton1-1/+1
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton1-0/+1
2015-01-07Fix memory access violations exposed by running the srconv tool on fuzzed bin...Nick Clifton1-1/+8
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-10Don't always build coffgen.oAlan Modra1-0/+1
2014-12-09More fixes for memory access violations triggered by fuzzed binaries.Nick Clifton1-1/+9
2014-12-03Fix memory access problems exposed by fuzzed binaries.Nick Clifton1-0/+1
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-0/+17
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu1-3/+1
2014-11-25Display symbol version when dumping dynrelocsH.J. Lu1-3/+20
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton1-4/+12
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton1-2/+9
2014-08-22aarch64: Decode dwarf2 register numbersRichard Henderson1-0/+4
2014-07-01Reorganise struct bfdAlan Modra1-1/+0
2014-03-27objdump: set address of debug sections.Tristan Gingold1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-11-07Set CPU type in BFD backend for x86_64-nacl* and i?86-nacl* targetsRoland McGrath1-0/+2
2013-10-09 PR binutils/16024Nick Clifton1-6/+5
2013-08-12PR binutils/15818Andreas Schwab1-21/+23
2013-01-17 * objdump.c (dump_target_specific): Fix NULL pointer test.Alan Modra1-1/+1
2012-10-24binutils/Cary Coutant1-1/+2
2012-10-21Handle x32 in dump_dwarfH.J. Lu1-0/+2
2012-10-21bfd/Alan Modra1-7/+1
2012-10-18ChangeLog bfdKai Tietz1-2/+4
2012-08-17typo fixesAlan Modra1-1/+1
2012-07-242012-07-24 Teresa Johnson <tejohnson@google.com>Cary Coutant1-8/+32
2012-05-14Print addend as signed in objdumpH.J. Lu1-4/+18
2012-05-11 * doc/binutils.texi: Add --dwarf-check option.Cary Coutant1-1/+8
2012-04-11 * objdump.c (dump_bfd): If defaulting to dwarf callNick Clifton1-0/+1
2012-02-20 * objdump.c (slurp_file): Close file if fstat fails.Alan Modra1-8/+11
2012-02-09 * sysdep.h: Include sys/stat.h here.Alan Modra1-4/+2
2012-01-102012-01-10 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-21/+31
2011-05-162011-05-16 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+79
2011-04-28 * NEWS: Add note about --dwarf-depth, --dwarf-start, andTom Tromey1-5/+26
2011-04-04binutils/David S. Miller1-1/+37
2011-03-25 * objdump.c (dump_reloc_set): Free malloced memory.Nick Clifton1-1/+6
2011-03-03objdump: fix typo in help messageMike Frysinger1-1/+1
2011-02-28ChangeLog binutils/Kai Tietz1-2/+2
2010-12-03 * dwarf.c: #include "bfd_stdint.h".Doug Evans1-1/+1
2010-11-21Add and use elfcomm.c/elfcomm.h.H.J. Lu1-0/+1
2010-11-17 * ar.c (print_contents): Don't internationalize strings without words.Alan Modra1-2/+0
2010-11-03Don't display bits only used for BFD in abfd->flags.H.J. Lu1-1/+1
2010-10-29Add compressed debug section support to binutils and ld.H.J. Lu1-22/+11