aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-05C99 binutils configuryAlan Modra1-3/+1
2021-04-01Use startswith more for strncmp function calls.Martin Liska1-1/+1
2021-03-31Use bool in binutilsAlan Modra1-205/+205
2021-03-29TRUE/FALSE simplificationAlan Modra1-1/+1
2021-03-29binutils int vs bfd_boolean fixesAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-03-04Gate the displaying of non-debug sections in separate debuginfo files.Nick Clifton1-0/+12
2021-02-15objdump: don't cache section contents in load_specific_debug_sectionAlan Modra1-56/+29
2021-02-14objdump: don't add an extra entry to syms arrayAlan Modra1-28/+25
2021-02-12Change the readelf and objdump programs so that they will automatically follo...Nick Clifton1-24/+42
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-20objdump, readelf: Report errors from CTF archive iterationNick Alcock1-1/+6
2020-11-20libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock1-1/+1
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-5/+5
2020-09-02ubsan: objdump.c:3009 negation of -2147483648Alan Modra1-2/+2
2020-08-27binutils, ld: dequote libctf error messagesNick Alcock1-1/+1
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-15/+27
2020-08-05Revert "PR26337, Malloc size error in objdump"Alan Modra1-3/+4
2020-08-05PR26337, Malloc size error in objdumpAlan Modra1-4/+3
2020-07-27Prevent strange "section mentioned in a -j option but not found"Alan Modra1-2/+2
2020-07-22binutils: objdump: ctf: drop incorrect linefeedsNick Alcock1-4/+4
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock1-0/+17
2020-06-26binutils, ld: work with --disable-libctfNick Alcock1-3/+24
2020-06-22Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx ope...Nick Clifton1-2/+2
2020-06-04opcodes: support insn endianness in cgen_cpu_openJose E. Marchesi1-0/+2
2020-05-01objdump: long run time when using -D -zAlan Modra1-32/+35
2020-04-15objdump --no-addressesAlan Modra1-18/+39
2020-03-24bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu1-1/+2
2020-03-10objdump disassembly of files without symbolsAlan Modra1-4/+8
2020-02-192020-02-19 Jordan Rupprecht <rupprecht@google.com>Eric Christopher1-1/+15
2020-02-06Jump visualization: Handle the case where the disassembled bytes occupy two l...Thomas Troeger1-37/+48
2020-02-02ELF: Add support for unique section ID to assemblerH.J. Lu1-0/+7
2020-01-17Improve the performance of the ascii art jump visualizer.Thomas Troeger1-27/+39
2020-01-13Moev declaration of loop variable outside of the loop.Nick Clifton1-1/+2
2020-01-13Add an option to objdump's disassembler to generate ascii art diagrams showin...Thomas Troeger1-5/+711
2020-01-09Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey1-0/+27
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-17Prefer object over notype symbols when disassemblingAlan Modra1-16/+36
2019-12-10PR24960, Memory leak from disassemblerAlan Modra1-0/+1
2019-12-10Delete duplicate struct objdump_disasm_info fieldAlan Modra1-6/+5
2019-11-28binutils: Add a new function to initialise DWARF register name stateAndrew Burgess1-36/+4
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-4/+7
2019-11-08PR25172, Wrong description of --stop-address=ADDR switchAlan Modra1-1/+1
2019-10-03binutils: spaces -> tabs in CTF parts of objdump and readelfNick Alcock1-5/+5
2019-10-03objdump: get CTF parent importing rightNick Alcock1-12/+23
2019-10-03libctf, binutils: dump the CTF headerNick Alcock1-3/+4
2019-09-19bfd_section_* macrosAlan Modra1-21/+22
2019-09-18bfd_asymbol_* macrosAlan Modra1-3/+3
2019-09-11Re: Enhance the disassemblerAlan Modra1-4/+7
2019-09-10Enhance the disassembler so that it will reliably determine whether a reloc a...Nick Clifton1-15/+35