]> git.ipfire.org Git - thirdparty/binutils-gdb.git/shortlog
thirdparty/binutils-gdb.git
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-23  Joel BrobeckerDocument the GDB 9.2 release in gdb/ChangeLog
2020-05-23  Tom TromeyAdd completion styling
2020-05-23  Pedro AlvesUse safe-ctype.h (ISSPACE etc.) in symbol parsing ...
2020-05-23  Alan ModraFix potential segfault
2020-05-23  Alan Modraar many_files test
2020-05-23  GDB AdministratorAutomatic date update in version.in
2020-05-22  Simon Marchigdb: remove TYPE_FIELDS macro
2020-05-22  Simon Marchigdb: add type::fields / type::set_fields
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22  Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-22  Tom TromeyRemove obsolete declaration
2020-05-22  Andrew Burgessgdb: Restore old annotations behaviour when printing...
2020-05-22  Alan ModraPowerPC: downgrade FP mismatch error for shared librari...
2020-05-22  GDB AdministratorAutomatic date update in version.in
2020-05-21  Simon Marchigdb: fix -Wtautological-overlap-compare error in lm32...
2020-05-21  Simon Marchigdb: remove unnecessary NULL checks before xfree
2020-05-21  Alan ModraRe: PR25993, read of freed memory
2020-05-21  Alan ModraReplace "if (x) free (x)" with "free (x)", opcodes
2020-05-21  Alan ModraReplace "if (x) free (x)" with "free (x)", ld
2020-05-21  Alan ModraReplace "if (x) free (x)" with "free (x)", gprof
2020-05-21  Alan ModraReplace "if (x) free (x)" with "free (x)", gas
2020-05-21  Alan ModraReplace "if (x) free (x)" with "free (x)", binutils
2020-05-21  Alan ModraReplace "if (x) free (x)" with "free (x)", bfd
2020-05-21  Alan Modraasan: readelf: wild read in get_num_dynamic_syms
2020-05-21  GDB AdministratorAutomatic date update in version.in
2020-05-20  Simon Marchigdb: reset/recompute objfile section offsets in reread_...
2020-05-20  Nelson Chu[PATCH v2 0/9] RISC-V: Support version controling for...
2020-05-20  Simon Marchigdb/testsuite: check mmap ret val against MAP_FAILED
2020-05-20  Tom TromeyFix array_char_idx.exp
2020-05-20  Tom TromeyRemove bound_name static from ada-lang.c
2020-05-20  Nick CliftonFix thinko in bfd ChangeLog entry
2020-05-20  Tom de Vries[gdb/symtab] Handle .gdb_index in ada language mode
2020-05-20  Alan ModraPR25993, read of freed memory
2020-05-20  GDB AdministratorAutomatic date update in version.in
2020-05-19  Peter BergnerPower10 dcbf, sync, and wait extensions.
2020-05-19  Alan ModraPR26011, excessive memory allocation with fuzzed reloc...
2020-05-19  Alan ModraUse bfd_get_filename throughout gdb
2020-05-19  Tom TromeyRestore missing Rust test
2020-05-19  Tom de Vries[gdb/testsuite] Fix typo in gdb.base/gdb-caching-proc.exp
2020-05-19  Tom TromeyFix duplicate tests in gdb.rust
2020-05-19  Tom TromeyUpdate call to target_fileio_open
2020-05-19  Simon Marchigdb: fix off-by-one error in quirk_rust_enum
2020-05-19  Pedro AlvesMake exec-file-mismatch compare build IDs
2020-05-19  Pedro AlvesEliminate target_fileio_open_warn_if_slow
2020-05-19  Pedro AlvesDefault gdb_bfd_open's fd parameter to -1
2020-05-19  Yoshinori Satogdb: fix -Wtautological-overlap-compare error in h8300...
2020-05-19  Gunther NiklFix thinko in recent update to bfd_section_from_shdr.
2020-05-19  Simon Marchigdb: make symfile_segment_data::segment_info an std...
2020-05-19  Simon Marchigdb: use std::vector to store segments in symfile_segme...
2020-05-19  Simon Marchigdb: allocate symfile_segment_data with new
2020-05-19  H.J. LuAllow readelf to issue warnings if checking is enabled...
2020-05-19  Stafford HorneOpenRISC BFD fixups for Glibc:
2020-05-19  Alexander FedotovFix the ARM assembler to generate a Realtime profile...
2020-05-19  Stafford Horneor1k: Regenerate opcodes after removing 32-bit support
2020-05-19  Stafford Horneor1k: Remove 64-bit support, it's not used and it break...
2020-05-19  Siddhesh Poyarekar[PATCH v3] aarch64: Emit jump slot for conditional...
2020-05-19  Alan ModraUse bfd_get_filename throughout ld
2020-05-19  Alan ModraUse bfd_get_filename throughout gas
2020-05-19  Alan ModraUse bfd_get_filename throughout binutils
2020-05-19  Alan ModraUse bfd_get_filename throughout bfd
2020-05-19  Alan ModraClear all local_symbol.lsy_flags
2020-05-19  Alan Modrawin32 typo fix
2020-05-19  GDB AdministratorAutomatic date update in version.in
2020-05-18  Rainer OrthAvoid short i386 register names on Solaris/x86 [PR25981]
2020-05-18  Rainer OrthRemove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]
2020-05-18  Nick CliftonFix a use-after-free bug in the BFD library when scanni...
2020-05-18  Tom de Vries[gdb/testsuite] Use with_test_prefix in gdb.base/gdb...
2020-05-18  Douglas B RuppShow AIX gc'd symbol address adjustments in map file
2020-05-18  Sergei Trofimovich[PATCH] ld: fix s/claimi/claim/ typo
2020-05-18  Nick CliftonUpdated translations for the gprof and ld sub-directories
2020-05-18  Alan ModraECOFF slurp_relocs thinko
2020-05-18  Jaydeep ChauhanFix the BFD library to handle Windows pathnames with...
2020-05-18  Nick CliftonPrevent a potential use-after-fee memory corruption...
2020-05-18  Alan ModraRe: Fix tight loop on recursively-defined symbols
2020-05-18  liuhongtDon't handle lret/iret when -mlfence-before-ret=[or...
2020-05-18  GDB AdministratorAutomatic date update in version.in
2020-05-17  Stafford Hornebinutils: Add myself as maintainer for OpenRISC
2020-05-17  Pedro AlvesStop considering hw and sw breakpoint locations duplica...
2020-05-17  GDB AdministratorAutomatic date update in version.in
2020-05-16  Pedro AlvesFix gdb.multi/multi-re-run.exp with native-gdbserver
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-16  Simon Marchigdb: add type::name / type::set_name
2020-05-16  Tom TromeyRemove ALL_UIS
2020-05-16  Simon Marchigdb: fix -Wtautological-overlap-compare warning in...
2020-05-16  H.J. LuSync config with GCC
2020-05-16  Pedro AlvesFix IA64 GNU/Linux build
2020-05-16  Tankut Baris... gdbserver/linux-ia64-low: fix a build-breaking typo
2020-05-16  Simon Marchigdb: remove unnecessary struct typedef in sparc64-tdep.c
2020-05-16  GDB AdministratorAutomatic date update in version.in
2020-05-15  Tom TromeyRemove lookup_objfile_from_block
2020-05-15  Tom TromeyRemove allocate_symbol et al
2020-05-15  Philippe WaroquiersUpdate NEWS and documentation for help and apropos...
2020-05-15  Philippe WaroquiersEnsure class_alias is only used for user-defined aliases.
2020-05-15  Philippe WaroquiersFix/improve 'apropos' output
2020-05-15  Philippe WaroquiersFix/improve 'help CLASS' output
2020-05-15  Philippe WaroquiersFix inconsistent output of prefix and bugs in 'show...
2020-05-15  Philippe Waroquierscommand-def-selftests.c: detect missing or wrong prefix...
2020-05-15  Philippe WaroquiersFix the problems reported by prefix check of command...
2020-05-15  Philippe WaroquiersFix problem that alias can be defined or not depending...
next