Age | Commit message (Expand) | Author | Files | Lines |
2018-03-05 | Use binary search on dynamic relocations | H.J. Lu | 1 | -19/+42 |
2018-02-02 | binutils/riscv: Register names in DWARF output | Andrew Burgess | 1 | -0/+4 |
2018-02-01 | PR22769, crash when running 32-bit objdump on corrupted file | Alan Modra | 1 | -2/+5 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-11-29 | Stop objdump from attempting to allocate a huge chunk of memory when parsing ... | Nick Clifton | 1 | -1/+10 |
2017-11-19 | PR22443, Global buffer overflow in _bfd_elf_get_symbol_version_string | Alan Modra | 1 | -3/+3 |
2017-11-15 | Add support to readelf and objdump for following links to separate debug info... | Nick Clifton | 1 | -18/+56 |
2017-10-01 | PR22232, NULL pointer dereference in load_specific_debug_section | Alan Modra | 1 | -2/+3 |
2017-10-01 | PR22230, buffer overflow in display_debug_macro | Alan Modra | 1 | -4/+5 |
2017-09-30 | PR21978, objdump does not display line numbers in certain cases | Alan Modra | 1 | -12/+18 |
2017-07-02 | Use bfd_malloc_and_get_section | Alan Modra | 1 | -37/+7 |
2017-06-30 | Fix failures in MMIX linker tests introduced by fix for PR 21665. | Nick Clifton | 1 | -1/+24 |
2017-06-28 | Change bfd_get_size/bfd_get_file_size to ufile_ptr | H.J. Lu | 1 | -1/+1 |
2017-06-26 | Fix address violations when atempting to parse fuzzed binaries. | Nick Clifton | 1 | -2/+2 |
2017-06-19 | Fix address violation when attempting to display disassembled data. | Nick Clifton | 1 | -12/+15 |
2017-06-14 | Fix address violation when disassembling a corrupt binary. | Nick Clifton | 1 | -12/+15 |
2017-05-30 | Add bfd_get_file_size to get archive element size | H.J. Lu | 1 | -1/+1 |
2017-05-24 | Refactor disassembler selection | Yao Qi | 1 | -1/+3 |
2017-05-02 | Prevent memory exhaustion from a corrupt PE binary with an overlarge number o... | Nick Clifton | 1 | -0/+8 |
2017-04-23 | PR 21415, objdump fails to check bfd_get_section_contents status | Alan Modra | 1 | -1/+6 |
2017-03-21 | Add --inlines option to objdump to include scope backtrace of inlined functio... | Andi Kleen | 1 | -1/+19 |
2017-03-13 | objdump -dS: warn if source is more recent than object | Alan Modra | 1 | -25/+35 |
2017-03-10 | Make objdump's --wide command line option affect its output of DWARF debug in... | Chia-Hao Lo | 1 | -1/+1 |
2017-02-28 | GDB: Add support for the new set/show disassembler-options commands. | Peter Bergner | 1 | -6/+10 |
2017-01-20 | objdump: Better objdump section headers in wide mode | Andrew Burgess | 1 | -8/+46 |
2017-01-09 | Speed up objdump when displaying disassembly mixed with line number and sourc... | Nick Clifton | 1 | -4/+18 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-10-11 | Enhance objdump so that it will use .got, .plt and .plt.got section symbols w... | Nick Clifton | 1 | -9/+72 |
2016-07-09 | PR20337, Objdump makes poor choice of symbols | Alan Modra | 1 | -0/+15 |
2016-07-05 | [ARM] Change noread to purecode. | Andre Vieria | 1 | -6/+1 |
2016-06-28 | Invalid read in _bfd_elf_get_symbol_version_string | Alan Modra | 1 | -1/+2 |
2016-06-24 | Limit objdump -S context lines | Alan Modra | 1 | -2/+11 |
2016-04-13 | Add init_dwarf_regnames_s390 | Andreas Arnez | 1 | -0/+4 |
2016-03-21 | Remove use of alloca. | Nick Clifton | 1 | -4/+9 |
2016-01-20 | Add support for an ARM specific 'y' section attribute flag to mark the sectio... | Mickael Guene | 1 | -1/+15 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-08-12 | Remove trailing spaces in binutils | H.J. Lu | 1 | -50/+50 |
2015-06-22 | Stop "objdump -d" from disassembling past a symbolic address. | Nick Clifton | 1 | -7/+18 |
2015-05-15 | Fix PR18374 by making readelf and objdump ignore end-of-list markers in the .... | Nick Clifton | 1 | -1/+41 |
2015-05-11 | Add init_dwarf_regnames_iamcu | H.J. Lu | 1 | -0/+4 |
2015-02-24 | Improves the warning message produyced by objdump when it cannot load a section. | Nick Clifton | 1 | -1/+2 |
2015-02-03 | More fixes for illegal memory accesses triggered by running objdump on fuzzed... | Nick Clifton | 1 | -1/+1 |
2015-01-21 | Fix memory access violations triggered by running strip on fuzzed binaries. | Nick Clifton | 1 | -0/+1 |
2015-01-07 | Fix memory access violations exposed by running the srconv tool on fuzzed bin... | Nick Clifton | 1 | -1/+8 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-10 | Don't always build coffgen.o | Alan Modra | 1 | -0/+1 |
2014-12-09 | More fixes for memory access violations triggered by fuzzed binaries. | Nick Clifton | 1 | -1/+9 |
2014-12-03 | Fix memory access problems exposed by fuzzed binaries. | Nick Clifton | 1 | -0/+1 |
2014-12-01 | More fixes for memory access violations exposed by fuzzed binaries. | Nick Clifton | 1 | -0/+17 |
2014-11-25 | Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLS | H.J. Lu | 1 | -3/+1 |