]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - binutils/objdump.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / binutils / objdump.c
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-11-29  Nick CliftonStop objdump from attempting to allocate a huge chunk...
2017-11-18  Alan ModraPR22443, Global buffer overflow in _bfd_elf_get_symbol_...
2017-11-15  Nick CliftonAdd support to readelf and objdump for following links...
2017-10-01  Alan ModraPR22232, NULL pointer dereference in load_specific_debu...
2017-10-01  Alan ModraPR22230, buffer overflow in display_debug_macro
2017-09-30  Alan ModraPR21978, objdump does not display line numbers in certa...
2017-07-01  Alan ModraUse bfd_malloc_and_get_section
2017-06-30  Nick CliftonFix failures in MMIX linker tests introduced by fix...
2017-06-28  H.J. LuChange bfd_get_size/bfd_get_file_size to ufile_ptr
2017-06-26  Nick CliftonFix address violations when atempting to parse fuzzed...
2017-06-19  Nick CliftonFix address violation when attempting to display disass...
2017-06-14  Nick CliftonFix address violation when disassembling a corrupt...
2017-05-30  H.J. LuAdd bfd_get_file_size to get archive element size
2017-05-24  Yao QiRefactor disassembler selection
2017-05-02  Nick CliftonPrevent memory exhaustion from a corrupt PE binary...
2017-04-23  Alan ModraPR 21415, objdump fails to check bfd_get_section_conten...
2017-03-21  Andi KleenAdd --inlines option to objdump to include scope backtr...
2017-03-13  Alan Modraobjdump -dS: warn if source is more recent than object
2017-03-10  Chia-Hao LoMake objdump's --wide command line option affect its...
2017-02-28  Peter BergnerGDB: Add support for the new set/show disassembler...
2017-01-20  Andrew Burgessobjdump: Better objdump section headers in wide mode
2017-01-09  Nick CliftonSpeed up objdump when displaying disassembly mixed...
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-10-11  Nick CliftonEnhance objdump so that it will use .got, .plt and...
2016-07-09  Alan ModraPR20337, Objdump makes poor choice of symbols
2016-07-05  Andre Vieria[ARM] Change noread to purecode.
2016-06-28  Alan ModraInvalid read in _bfd_elf_get_symbol_version_string
2016-06-24  Alan ModraLimit objdump -S context lines
2016-04-13  Andreas ArnezAdd init_dwarf_regnames_s390
2016-03-21  Nick CliftonRemove use of alloca.
2016-01-20  Mickael GueneAdd support for an ARM specific 'y' section attribute...
2016-01-01  Alan ModraCopyright update for binutils
2015-08-12  H.J. LuRemove trailing spaces in binutils
2015-06-22  Nick CliftonStop "objdump -d" from disassembling past a symbolic...
2015-05-15  Nick CliftonFix PR18374 by making readelf and objdump ignore end...
2015-05-11  H.J. LuAdd init_dwarf_regnames_iamcu
2015-02-24  Nick CliftonImproves the warning message produyced by objdump when...
2015-02-03  Nick CliftonMore fixes for illegal memory accesses triggered by...
2015-01-21  Nick CliftonFix memory access violations triggered by running strip...
2015-01-07  Nick CliftonFix memory access violations exposed by running the...
2015-01-01  Alan ModraChangeLog rotatation and copyright year update
2014-12-10  Alan ModraDon't always build coffgen.o
2014-12-09  Nick CliftonMore fixes for memory access violations triggered by...
2014-12-03  Nick CliftonFix memory access problems exposed by fuzzed binaries.
2014-12-01  Nick CliftonMore fixes for memory access violations exposed by...
2014-11-25  H.J. LuUse get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLS
2014-11-25  H.J. LuDisplay symbol version when dumping dynrelocs
2014-11-12  Nick CliftonFix more memory faults uncovered by fuzzing various...
2014-11-03  Nick CliftonMore fixes for buffer overruns instigated by corrupt...
2014-08-22  Richard Hendersonaarch64: Decode dwarf2 register numbers
2014-07-01  Alan ModraReorganise struct bfd
2014-03-27  Tristan Gingoldobjdump: set address of debug sections.
2014-03-05  Alan ModraUpdate copyright years
2013-11-07  Roland McGrathSet CPU type in BFD backend for x86_64-nacl* and i...
2013-10-09  Nick Clifton PR binutils/16024
2013-08-12  Andreas SchwabPR binutils/15818
2013-01-17  Alan Modra * objdump.c (dump_target_specific): Fix NULL pointer...
2012-10-24  Cary Coutantbinutils/
2012-10-21  H.J. LuHandle x32 in dump_dwarf
2012-10-21  Alan Modrabfd/
2012-10-18  Kai TietzChangeLog bfd
2012-08-17  Alan Modratypo fixes
2012-07-24  Cary Coutant2012-07-24 Teresa Johnson <tejohnson@google.com>
2012-05-14  H.J. LuPrint addend as signed in objdump
2012-05-11  Cary Coutant * doc/binutils.texi: Add --dwarf-check option.
2012-04-11  Nick Clifton * objdump.c (dump_bfd): If defaulting to dwarf...
2012-02-20  Alan Modra * objdump.c (slurp_file): Close file if fstat fails.
2012-02-09  Alan Modra * sysdep.h: Include sys/stat.h here.
2012-01-10  Tristan Gingold2012-01-10 Tristan Gingold <gingold@adacore.com>
2011-05-16  Tristan Gingold2011-05-16 Tristan Gingold <gingold@adacore.com>
2011-04-28  Tom Tromey * NEWS: Add note about --dwarf-depth, --dwarf-start...
2011-04-04  David S. Millerbinutils/
2011-03-25  Nick Clifton * objdump.c (dump_reloc_set): Free malloced memory.
2011-03-03  Mike Frysingerobjdump: fix typo in help message
2011-02-28  Kai TietzChangeLog binutils/
2010-12-03  Doug Evans * dwarf.c: #include "bfd_stdint.h".
2010-11-21  H.J. LuAdd and use elfcomm.c/elfcomm.h.
2010-11-17  Alan Modra * ar.c (print_contents): Don't internationalize string...
2010-11-03  H.J. LuDon't display bits only used for BFD in abfd->flags.
2010-10-29  H.J. LuAdd compressed debug section support to binutils and ld.
2010-10-05  Alan Modra * bucomm.c (bfd_nonfatal): Flush stdout before output...
2010-09-02  Richard Henderson * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnam...
2010-09-02  Richard Henderson * objdump.c (dump_dwarf): Use bfd_arch_bits_per...
2010-07-03  Cary Coutantbfd/ChangeLog:
2010-05-24  Tristan Gingold2010-05-24 Tristan Gingold <gingold@adacore.com>
2010-04-09  Nick Cliftonbfd/ChangeLog
2010-02-08  Nick Clifton * objdump.c (disassemble_bytes): Clear aux...
2010-01-28  Nick Clifton PR 11225
2010-01-13  Tristan Gingold2010-01-13 Tristan Gingold <gingold@adacore.com>
2009-12-11  Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-12-03  Nick Clifton PR binutils/11045
2009-10-16  Nick Clifton * readelf.c (usage): Add mention of --debug...
2009-09-22  Richard Sandifordbinutils/
2009-09-10  Nick Clifton Updated soruces in binutils/* to compile cleanl...
2009-08-24  Cary Coutant * objdump.c (find_symbol_for_address): Avoid costly...
2009-07-27  Nick Clifton PR 10413
2009-07-20  H.J. Lu2009-07-20 H.J. Lu <hongjiu.lu@intel.com>
2009-07-06  Tristan Gingold2009-07-06 Tristan Gingold <gingold@adacore.com>
2009-06-18  Nick Clifton PR 10288
next