Automatic date update in version.in
[deliverable/binutils-gdb.git] / binutils / objdump.c
2021-05-29  Alan ModraRe: readelf and objdump help
2021-05-29  Alan Modrareadelf and objdump help
2021-04-14  Alan ModraPR27716, build failure for msdosdjgpp: PATH_MAX undeclared
2021-04-09  Alan ModraPowerPC disassembly of pcrel references
2021-04-06  Alan ModraReturn symbol from symbol_at_address_func
2021-04-05  Alan ModraC99 binutils configury
2021-04-01  Martin LiskaUse startswith more for strncmp function calls.
2021-03-31  Alan ModraUse bool in binutils
2021-03-29  Alan ModraTRUE/FALSE simplification
2021-03-29  Alan Modrabinutils int vs bfd_boolean fixes
2021-03-22  Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-03-04  Nick CliftonGate the displaying of non-debug sections in separate...
2021-02-15  Alan Modraobjdump: don't cache section contents in load_specific_...
2021-02-14  Alan Modraobjdump: don't add an extra entry to syms array
2021-02-12  Nick CliftonChange the readelf and objdump programs so that they...
2021-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2020-11-20  Nick Alcockobjdump, readelf: Report errors from CTF archive iteration
2020-11-20  Nick Alcocklibctf, include, binutils, gdb: rename CTF-opening...
2020-11-20  Nick Alcocklibctf, include, binutils, gdb, ld: rename ctf_file_t...
2020-09-02  Alan Modraubsan: objdump.c:3009 negation of -2147483648
2020-08-27  Nick Alcockbinutils, ld: dequote libctf error messages
2020-08-27  Nick Alcocklibctf, binutils, include, ld: gettextize and improve...
2020-08-05  Alan ModraRevert "PR26337, Malloc size error in objdump"
2020-08-05  Alan ModraPR26337, Malloc size error in objdump
2020-07-27  Alan ModraPrevent strange "section mentioned in a -j option but...
2020-07-22  Nick Alcockbinutils: objdump: ctf: drop incorrect linefeeds
2020-07-22  Nick Alcocklibctf, ld, binutils: add textual error/warning reporti...
2020-06-26  Nick Alcockbinutils, ld: work with --disable-libctf
2020-06-22  Nick CliftonAdd support for decoding the DW_MACRO_define_strx and...
2020-06-04  Jose E. Marchesiopcodes: support insn endianness in cgen_cpu_open
2020-05-01  Alan Modraobjdump: long run time when using -D -z
2020-04-15  Alan Modraobjdump --no-addresses
2020-03-24  H.J. Lubfd: Add a bfd_boolean argument to bfd_get_symbol_versi...
2020-03-10  Alan Modraobjdump disassembly of files without symbols
2020-02-19  Eric Christopher2020-02-19 Jordan Rupprecht <rupprecht@google.com>
2020-02-06  Thomas TroegerJump visualization: Handle the case where the disassemb...
2020-02-03  H.J. LuELF: Add support for unique section ID to assembler
2020-01-17  Thomas TroegerImprove the performance of the ascii art jump visualizer.
2020-01-13  Nick CliftonMoev declaration of loop variable outside of the loop.
2020-01-13  Thomas TroegerAdd an option to objdump's disassembler to generate...
2020-01-09  Aaron MereyAdd support for debuginfod to the binutils (disable...
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-12-17  Alan ModraPrefer object over notype symbols when disassembling
2019-12-09  Alan ModraPR24960, Memory leak from disassembler
2019-12-09  Alan ModraDelete duplicate struct objdump_disasm_info field
2019-11-28  Andrew Burgessbinutils: Add a new function to initialise DWARF regist...
2019-11-25  Christian EggersIntroduce new section flag: SEC_ELF_OCTETS
2019-11-08  Alan ModraPR25172, Wrong description of --stop-address=ADDR switch
2019-10-03  Nick Alcockbinutils: spaces -> tabs in CTF parts of objdump and...
2019-10-03  Nick Alcockobjdump: get CTF parent importing right
2019-10-03  Nick Alcocklibctf, binutils: dump the CTF header
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Alan Modrabfd_asymbol_* macros
2019-09-11  Alan ModraRe: Enhance the disassembler
2019-09-10  Nick CliftonEnhance the disassembler so that it will reliably deter...
2019-08-28  Nick CliftonAdd a --source-comment=<text> option to objdump which...
2019-07-23  Nick CliftonFix objdump's display of indirect strings in object...
2019-06-28  Nick CliftonPrevent attempts to allocate excessive amounts of memor...
2019-06-28  Nick CliftonPrevent an attempt to allocate an excessive amount...
2019-06-25  Jan Beulichobjdump: avoid shadowing a libiberty symbol
2019-06-03  Nick CliftonRevert patch that disables building libctf for non...
2019-05-31  Jose E. Marchesilibctf: fix a number of build problems found on Solaris...
2019-05-29  Nick CliftonDo not build libctf for targets that do not use the...
2019-05-28  Nick Alcockbinutils: CTF support for objdump and readelf
2019-05-24  Peter BergnerPowerPC add initial -mfuture instruction support
2019-05-08  Faraz ShahbazkerSign-extend start and stop address inputs to objdump
2019-03-25  Alan ModraFix relpp may be used uninitialized
2019-03-25  Tamar ChristinaAArch64: Fix disassembler bug with out-of-order sections
2019-03-19  Nick CliftonPrevent an illegal memory access by objdump when parsin...
2019-03-12  Alan ModraDon't use bfd_get_file_size in objdump
2019-02-25  Nick CliftonExtend objdump's --dwarf=follow-links option so that...
2019-02-22  Nick CliftonExtend readelf and objdump so that they will display...
2019-02-20  Alan ModraPR24233, Out of memory
2019-01-17  Nick CliftonUpdate objdump's --disassemble=<symbol> feature so...
2019-01-10  Nick CliftonStop objdump from displaying control codes embedded...
2019-01-04  Nick CliftonFix a possible integer overflow problem when examining...
2019-01-04  Nick CliftonFix ridiculously small memory leak.
2019-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2018-12-07  Nick CliftonSynchronize libiberty with gcc and add --no-recruse...
2018-11-29  Nick Cliftonobjdump: Fix check for corrupt reloc information, to...
2018-11-07  Masatake YamatoEnhance objdump's --disassemble switch so that it can...
2018-10-15  Alan ModraBFD_INIT_MAGIC
2018-10-10  Alan ModraS12Z: Set eh_addr_size to 4
2018-05-30  Ant BikeneevAdd option to ar's 't' command to display the offset...
2018-04-16  Alan ModraRemove IEEE 695 object support
2018-03-05  H.J. LuUse binary search on dynamic relocations
2018-02-02  Andrew Burgessbinutils/riscv: Register names in DWARF output
2018-02-01  Alan ModraPR22769, crash when running 32-bit objdump on corrupted...
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-11-29  Nick CliftonStop objdump from attempting to allocate a huge chunk...
2017-11-18  Alan ModraPR22443, Global buffer overflow in _bfd_elf_get_symbol_...
2017-11-15  Nick CliftonAdd support to readelf and objdump for following links...
2017-10-01  Alan ModraPR22232, NULL pointer dereference in load_specific_debu...
2017-10-01  Alan ModraPR22230, buffer overflow in display_debug_macro
2017-09-30  Alan ModraPR21978, objdump does not display line numbers in certa...
2017-07-01  Alan ModraUse bfd_malloc_and_get_section
2017-06-30  Nick CliftonFix failures in MMIX linker tests introduced by fix...
2017-06-28  H.J. LuChange bfd_get_size/bfd_get_file_size to ufile_ptr
2017-06-26  Nick CliftonFix address violations when atempting to parse fuzzed...
2017-06-19  Nick CliftonFix address violation when attempting to display disass...
next
This page took 0.372945 seconds and 106 git commands to generate.