summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
Commit message (Expand)AuthorAgeFilesLines
* binutils: spaces -> tabs in CTF parts of objdump and readelfNick Alcock2019-10-031-5/+5
* objdump: get CTF parent importing rightNick Alcock2019-10-031-12/+23
* libctf, binutils: dump the CTF headerNick Alcock2019-10-031-3/+4
* bfd_section_* macrosAlan Modra2019-09-191-21/+22
* bfd_asymbol_* macrosAlan Modra2019-09-181-3/+3
* Re: Enhance the disassemblerAlan Modra2019-09-111-4/+7
* Enhance the disassembler so that it will reliably determine whether a reloc a...Nick Clifton2019-09-101-15/+35
* Add a --source-comment=<text> option to objdump which provides a prefix to di...Nick Clifton2019-08-281-1/+17
* Fix objdump's display of indirect strings in object files, which was broken b...Nick Clifton2019-07-231-5/+2
* Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton2019-06-281-1/+5
* Prevent an attempt to allocate an excessive amount of memory when dumping the...Nick Clifton2019-06-281-1/+16
* objdump: avoid shadowing a libiberty symbolJan Beulich2019-06-251-2/+2
* Revert patch that disables building libctf for non-ELF based targets.Nick Clifton2019-06-031-29/+7
* libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi2019-05-311-3/+0
* Do not build libctf for targets that do not use the ELF file format.Nick Clifton2019-05-291-7/+29
* binutils: CTF support for objdump and readelfNick Alcock2019-05-281-5/+164
* PowerPC add initial -mfuture instruction supportPeter Bergner2019-05-241-1/+2
* Sign-extend start and stop address inputs to objdumpFaraz Shahbazker2019-05-081-0/+26
* Fix relpp may be used uninitializedAlan Modra2019-03-261-1/+1
* AArch64: Fix disassembler bug with out-of-order sectionsTamar Christina2019-03-251-0/+1
* Prevent an illegal memory access by objdump when parsing a corrupt file on a ...Nick Clifton2019-03-191-7/+9
* Don't use bfd_get_file_size in objdumpAlan Modra2019-03-121-28/+9
* Extend objdump's --dwarf=follow-links option so that separate debug info file...Nick Clifton2019-02-251-41/+108
* Extend readelf and objdump so that they will display and follow multiple link...Nick Clifton2019-02-221-4/+11
* PR24233, Out of memoryAlan Modra2019-02-201-1/+3
* Update objdump's --disassemble=<symbol> feature so that if <symbol> is a func...Nick Clifton2019-01-171-17/+82
* Stop objdump from displaying control codes embedded in symbol names.Nick Clifton2019-01-101-26/+101
* Fix a possible integer overflow problem when examining corrupt binaries using...Nick Clifton2019-01-041-3/+10
* Fix ridiculously small memory leak.Nick Clifton2019-01-041-0/+2
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Synchronize libiberty with gcc and add --no-recruse-limit option to tools tha...Nick Clifton2018-12-071-3/+19
* objdump: Fix check for corrupt reloc information, to allow for the fact that ...Nick Clifton2018-11-291-2/+7
* Enhance objdump's --disassemble switch so that it can now take an optional pa...Masatake Yamato2018-11-071-5/+32
* BFD_INIT_MAGICAlan Modra2018-10-151-1/+2
* S12Z: Set eh_addr_size to 4Alan Modra2018-10-101-0/+6
* Add option to ar's 't' command to display the offset of elements within the a...Ant Bikeneev2018-05-301-1/+1
* Remove IEEE 695 object supportAlan Modra2018-04-161-2/+2
* Use binary search on dynamic relocationsH.J. Lu2018-03-051-19/+42
* binutils/riscv: Register names in DWARF outputAndrew Burgess2018-02-021-0/+4
* PR22769, crash when running 32-bit objdump on corrupted fileAlan Modra2018-02-011-2/+5
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Stop objdump from attempting to allocate a huge chunk of memory when parsing ...Nick Clifton2017-11-291-1/+10
* PR22443, Global buffer overflow in _bfd_elf_get_symbol_version_stringAlan Modra2017-11-191-3/+3
* Add support to readelf and objdump for following links to separate debug info...Nick Clifton2017-11-151-18/+56
* PR22232, NULL pointer dereference in load_specific_debug_sectionAlan Modra2017-10-011-2/+3
* PR22230, buffer overflow in display_debug_macroAlan Modra2017-10-011-4/+5
* PR21978, objdump does not display line numbers in certain casesAlan Modra2017-09-301-12/+18
* Use bfd_malloc_and_get_sectionAlan Modra2017-07-021-37/+7
* Fix failures in MMIX linker tests introduced by fix for PR 21665.Nick Clifton2017-06-301-1/+24
* Change bfd_get_size/bfd_get_file_size to ufile_ptrH.J. Lu2017-06-281-1/+1