Age | Commit message (Expand) | Author | Files | Lines |
2020-11-20 | objdump, readelf: Report errors from CTF archive iteration | Nick Alcock | 1 | -1/+6 |
2020-11-20 | libctf, include, binutils, gdb: rename CTF-opening functions | Nick Alcock | 1 | -1/+1 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -5/+5 |
2020-09-02 | ubsan: objdump.c:3009 negation of -2147483648 | Alan Modra | 1 | -2/+2 |
2020-08-27 | binutils, ld: dequote libctf error messages | Nick Alcock | 1 | -1/+1 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 1 | -15/+27 |
2020-08-05 | Revert "PR26337, Malloc size error in objdump" | Alan Modra | 1 | -3/+4 |
2020-08-05 | PR26337, Malloc size error in objdump | Alan Modra | 1 | -4/+3 |
2020-07-27 | Prevent strange "section mentioned in a -j option but not found" | Alan Modra | 1 | -2/+2 |
2020-07-22 | binutils: objdump: ctf: drop incorrect linefeeds | Nick Alcock | 1 | -4/+4 |
2020-07-22 | libctf, ld, binutils: add textual error/warning reporting for libctf | Nick Alcock | 1 | -0/+17 |
2020-06-26 | binutils, ld: work with --disable-libctf | Nick Alcock | 1 | -3/+24 |
2020-06-22 | Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx ope... | Nick Clifton | 1 | -2/+2 |
2020-06-04 | opcodes: support insn endianness in cgen_cpu_open | Jose E. Marchesi | 1 | -0/+2 |
2020-05-01 | objdump: long run time when using -D -z | Alan Modra | 1 | -32/+35 |
2020-04-15 | objdump --no-addresses | Alan Modra | 1 | -18/+39 |
2020-03-24 | bfd: Add a bfd_boolean argument to bfd_get_symbol_version_string | H.J. Lu | 1 | -1/+2 |
2020-03-10 | objdump disassembly of files without symbols | Alan Modra | 1 | -4/+8 |
2020-02-19 | 2020-02-19 Jordan Rupprecht <rupprecht@google.com> | Eric Christopher | 1 | -1/+15 |
2020-02-06 | Jump visualization: Handle the case where the disassembled bytes occupy two l... | Thomas Troeger | 1 | -37/+48 |
2020-02-02 | ELF: Add support for unique section ID to assembler | H.J. Lu | 1 | -0/+7 |
2020-01-17 | Improve the performance of the ascii art jump visualizer. | Thomas Troeger | 1 | -27/+39 |
2020-01-13 | Moev declaration of loop variable outside of the loop. | Nick Clifton | 1 | -1/+2 |
2020-01-13 | Add an option to objdump's disassembler to generate ascii art diagrams showin... | Thomas Troeger | 1 | -5/+711 |
2020-01-09 | Add support for debuginfod to the binutils (disable by default, enabled via a... | Aaron Merey | 1 | -0/+27 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-17 | Prefer object over notype symbols when disassembling | Alan Modra | 1 | -16/+36 |
2019-12-10 | PR24960, Memory leak from disassembler | Alan Modra | 1 | -0/+1 |
2019-12-10 | Delete duplicate struct objdump_disasm_info field | Alan Modra | 1 | -6/+5 |
2019-11-28 | binutils: Add a new function to initialise DWARF register name state | Andrew Burgess | 1 | -36/+4 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -4/+7 |
2019-11-08 | PR25172, Wrong description of --stop-address=ADDR switch | Alan Modra | 1 | -1/+1 |
2019-10-03 | binutils: spaces -> tabs in CTF parts of objdump and readelf | Nick Alcock | 1 | -5/+5 |
2019-10-03 | objdump: get CTF parent importing right | Nick Alcock | 1 | -12/+23 |
2019-10-03 | libctf, binutils: dump the CTF header | Nick Alcock | 1 | -3/+4 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -21/+22 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -3/+3 |
2019-09-11 | Re: Enhance the disassembler | Alan Modra | 1 | -4/+7 |
2019-09-10 | Enhance the disassembler so that it will reliably determine whether a reloc a... | Nick Clifton | 1 | -15/+35 |
2019-08-28 | Add a --source-comment=<text> option to objdump which provides a prefix to di... | Nick Clifton | 1 | -1/+17 |
2019-07-23 | Fix objdump's display of indirect strings in object files, which was broken b... | Nick Clifton | 1 | -5/+2 |
2019-06-28 | Prevent attempts to allocate excessive amounts of memory when parsing corrupt... | Nick Clifton | 1 | -1/+5 |
2019-06-28 | Prevent an attempt to allocate an excessive amount of memory when dumping the... | Nick Clifton | 1 | -1/+16 |
2019-06-25 | objdump: avoid shadowing a libiberty symbol | Jan Beulich | 1 | -2/+2 |
2019-06-03 | Revert patch that disables building libctf for non-ELF based targets. | Nick Clifton | 1 | -29/+7 |
2019-05-31 | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 1 | -3/+0 |
2019-05-29 | Do not build libctf for targets that do not use the ELF file format. | Nick Clifton | 1 | -7/+29 |
2019-05-28 | binutils: CTF support for objdump and readelf | Nick Alcock | 1 | -5/+164 |
2019-05-24 | PowerPC add initial -mfuture instruction support | Peter Bergner | 1 | -1/+2 |
2019-05-08 | Sign-extend start and stop address inputs to objdump | Faraz Shahbazker | 1 | -0/+26 |