Age | Commit message (Expand) | Author | Files | Lines |
2022-10-31 | objdump: Add configure time option to enable colored disassembly output by de... | Nick Clifton | 1 | -7/+27 |
2022-10-26 | segfault in objdump.c reloc_at | Alan Modra | 1 | -2/+2 |
2022-10-26 | PR29720, objdump -S crashes if build-id is missing | Alan Modra | 1 | -9/+11 |
2022-10-05 | PR29647, objdump -S looping | Alan Modra | 1 | -2/+3 |
2022-09-13 | objdump: '-S' should trigger search for separate debuginfo. | Aaron Merey | 1 | -2/+3 |
2022-09-06 | Add debuginfod support for objdump -S | Aaron Merey | 1 | -41/+211 |
2022-08-16 | PR29362, some binutils memory leaks | Alan Modra | 1 | -0/+3 |
2022-08-13 | Make dwarf_vma uint64_t | Alan Modra | 1 | -1/+1 |
2022-08-10 | objdump: fix extended (256) disassembler colors | Andrew Burgess | 1 | -1/+1 |
2022-08-09 | Default to enabling colored disassembly if output is to a terminal. | Nick Clifton | 1 | -17/+50 |
2022-07-25 | opcodes: add new sub-mnemonic disassembler style | Andrew Burgess | 1 | -0/+2 |
2022-06-16 | Always free matching vector from bfd_check_format_matches | Alan Modra | 1 | -5/+1 |
2022-05-31 | Trailing spaces in objdump -r header | Alan Modra | 1 | -1/+1 |
2022-05-20 | Stop readekf and objdump from aggressively following links. | Nick Clifton | 1 | -16/+38 |
2022-05-03 | objdump: fix styled printing of addresses | Andrew Burgess | 1 | -4/+5 |
2022-04-04 | objdump/opcodes: add syntax highlighting to disassembler output | Andrew Burgess | 1 | -32/+217 |
2022-03-10 | Add option to objdump/readelf to disable access to debuginfod servers. | Nick Clifton | 1 | -0/+8 |
2022-01-31 | Load debug section only when dumping debug sections | H.J. Lu | 1 | -0/+8 |
2022-01-18 | PR28029, debuginfod tests | Alan Modra | 1 | -50/+62 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-11-12 | Fix demangle style usage info | Alan Modra | 1 | -4/+4 |
2021-11-10 | Re: Add --unicode option | Alan Modra | 1 | -39/+39 |
2021-11-09 | Add --unicode option to control how unicode characters are handled by display... | Nick Clifton | 1 | -31/+204 |
2021-11-04 | PR28540, segmentation fault on NULL byte_get | Alan Modra | 1 | -1/+1 |
2021-10-25 | binutils, ld: make objdump --ctf's parameter optional | Nick Alcock | 1 | -3/+6 |
2021-10-25 | binutils: make objdump/readelf --ctf-parent actually useful | Nick Alcock | 1 | -49/+28 |
2021-10-25 | objdump doesn't accept -L option | Alan Modra | 1 | -1/+1 |
2021-10-06 | PR28401, invalid section name lookup | Alan Modra | 1 | -13/+17 |
2021-09-02 | PTR_ADD and NPTR_ADD for bfd.h | Alan Modra | 1 | -1/+1 |
2021-07-14 | objdump: add DWARF support for AIX | Clément Chigot | 1 | -3/+11 |
2021-05-29 | Re: readelf and objdump help | Alan Modra | 1 | -4/+4 |
2021-05-29 | readelf and objdump help | Alan Modra | 1 | -74/+133 |
2021-04-14 | PR27716, build failure for msdosdjgpp: PATH_MAX undeclared | Alan Modra | 1 | -3/+2 |
2021-04-09 | PowerPC disassembly of pcrel references | Alan Modra | 1 | -30/+26 |
2021-04-06 | Return symbol from symbol_at_address_func | Alan Modra | 1 | -2/+4 |
2021-04-05 | C99 binutils configury | Alan Modra | 1 | -3/+1 |
2021-04-01 | Use startswith more for strncmp function calls. | Martin Liska | 1 | -1/+1 |
2021-03-31 | Use bool in binutils | Alan Modra | 1 | -205/+205 |
2021-03-29 | TRUE/FALSE simplification | Alan Modra | 1 | -1/+1 |
2021-03-29 | binutils int vs bfd_boolean fixes | Alan Modra | 1 | -1/+1 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -1/+1 |
2021-03-04 | Gate the displaying of non-debug sections in separate debuginfo files. | Nick Clifton | 1 | -0/+12 |
2021-02-15 | objdump: don't cache section contents in load_specific_debug_section | Alan Modra | 1 | -56/+29 |
2021-02-14 | objdump: don't add an extra entry to syms array | Alan Modra | 1 | -28/+25 |
2021-02-12 | Change the readelf and objdump programs so that they will automatically follo... | Nick Clifton | 1 | -24/+42 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
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 |