aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-05 * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.Alan Modra1-10/+16
2010-09-02 * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.Richard Henderson1-3/+17
2010-09-02 * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.Richard Henderson1-3/+1
2010-07-03bfd/ChangeLog:Cary Coutant1-8/+26
2010-05-242010-05-24 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+2
2010-04-09bfd/ChangeLogNick Clifton1-4/+0
2010-02-08 * objdump.c (disassemble_bytes): Clear aux->reloc before printingNick Clifton1-2/+3
2010-01-28 PR 11225Nick Clifton1-20/+81
2010-01-132010-01-13 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-15/+1
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-112/+112
2009-12-03 PR binutils/11045Nick Clifton1-2/+2
2009-10-16 * readelf.c (usage): Add mention of --debug-dump=frames-interp.Nick Clifton1-1/+2
2009-09-22binutils/Richard Sandiford1-4/+4
2009-09-10 Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton1-27/+31
2009-08-24 * objdump.c (find_symbol_for_address): Avoid costly call toCary Coutant1-1/+1
2009-07-27 PR 10413Nick Clifton1-18/+21
2009-07-202009-07-20 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-2/+13
2009-07-062009-07-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-14/+11
2009-06-18 PR 10288Nick Clifton1-0/+2
2009-06-15 PR 10263Nick Clifton1-2/+2
2009-03-05 * objdump.c (disassemble_section): If the computed next offset isNick Clifton1-2/+3
2009-03-03 * objdump.c (disassemble_section): Mask address before sign extending.Alan Modra1-1/+1
2009-02-23 * objdump.c (load_specific_debug_section): New function, fromCary Coutant1-17/+36
2009-02-092009-02-09 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-15/+23
2009-02-032009-02-03 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+65
2009-01-27 PR 9774Nick Clifton1-2/+12
2009-01-14missed commitAlan Modra1-0/+1
2008-12-23Remove STT_IFUNC support.Nick Clifton1-2/+0
2008-12-04* objdump.c (dump_reloc_set): Append "()" to symbol names whichNick Clifton1-1/+6
2008-11-142008-11-14 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-95/+1
2008-11-10 * objdump.c (disassemble_bytes): Don't skip leading zeros whenAlan Modra1-13/+12