summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
Commit message (Expand)AuthorAgeFilesLines
* ubsan: objdump.c:3009 negation of -2147483648Alan Modra2020-09-021-2/+2
* binutils, ld: dequote libctf error messagesNick Alcock2020-08-271-1/+1
* libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock2020-08-271-15/+27
* Revert "PR26337, Malloc size error in objdump"Alan Modra2020-08-051-3/+4
* PR26337, Malloc size error in objdumpAlan Modra2020-08-051-4/+3
* Prevent strange "section mentioned in a -j option but not found"Alan Modra2020-07-271-2/+2
* binutils: objdump: ctf: drop incorrect linefeedsNick Alcock2020-07-221-4/+4
* libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock2020-07-221-0/+17
* binutils, ld: work with --disable-libctfNick Alcock2020-06-261-3/+24
* Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx ope...Nick Clifton2020-06-221-2/+2
* opcodes: support insn endianness in cgen_cpu_openJose E. Marchesi2020-06-041-0/+2
* objdump: long run time when using -D -zAlan Modra2020-05-011-32/+35
* objdump --no-addressesAlan Modra2020-04-151-18/+39
* bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu2020-03-241-1/+2
* objdump disassembly of files without symbolsAlan Modra2020-03-101-4/+8
* 2020-02-19 Jordan Rupprecht <rupprecht@google.com>Eric Christopher2020-02-191-1/+15
* Jump visualization: Handle the case where the disassembled bytes occupy two l...Thomas Troeger2020-02-061-37/+48
* ELF: Add support for unique section ID to assemblerH.J. Lu2020-02-021-0/+7
* Improve the performance of the ascii art jump visualizer.Thomas Troeger2020-01-171-27/+39
* Moev declaration of loop variable outside of the loop.Nick Clifton2020-01-131-1/+2
* Add an option to objdump's disassembler to generate ascii art diagrams showin...Thomas Troeger2020-01-131-5/+711
* Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey2020-01-091-0/+27
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Prefer object over notype symbols when disassemblingAlan Modra2019-12-171-16/+36
* PR24960, Memory leak from disassemblerAlan Modra2019-12-101-0/+1
* Delete duplicate struct objdump_disasm_info fieldAlan Modra2019-12-101-6/+5
* binutils: Add a new function to initialise DWARF register name stateAndrew Burgess2019-11-281-36/+4
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-4/+7
* PR25172, Wrong description of --stop-address=ADDR switchAlan Modra2019-11-081-1/+1
* 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