external/binutils.git
2017-09-10 Sergio Durigan... Fix build breakage on GNU/Linux AArch64
2017-09-10 Andrew Burgessgdb: Remove check for gdb_stderr == NULL
2017-09-10 GDB AdministratorAutomatic date update in version.in
2017-09-09 Simon MarchiRemove unnecessary calls to is_mi_like_p in print_threa...
2017-09-09 Tom TromeyUse std::vector in add_using_directive
2017-09-09 Tom TromeyUse gdb::def_vector in create_sals_line_offset
2017-09-09 Tom TromeyUse gdb::byte_vector in pascal_object_print_value
2017-09-09 Tom TromeyUse gdb::def_vector in func_command
2017-09-09 Tom TromeyUse ui_out_emit_list and ui_out_emit_tuple with gdb...
2017-09-09 Tom TromeyRemove make_cleanup_ui_out_redirect_pop
2017-09-09 Tom TromeyUse ui_out_emit_list in more places
2017-09-09 Tom TromeyUse ui_out_emit_tuple in disasm.c
2017-09-09 Tom TromeyUse ui_out_emit_tuple in more places
2017-09-09 Tom TromeyRemove make_cleanup_ui_out_table_begin_end
2017-09-09 Tom TromeyUse ui_out_emit_table and ui_out_emit_list in print_thr...
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-09 Alan ModraPowerPC64 --plt-align
2017-09-09 H.J. Lux86: Update UNDEFINED_WEAK_RESOLVED_TO_ZERO
2017-09-09 H.J. Lux86: Don't check has_non_got_reloc
2017-09-09 H.J. Lux86: Remove restriction on NOTRACK prefix position
2017-09-09 H.J. Lux86: Properly handle __ehdr_start
2017-09-09 GDB AdministratorAutomatic date update in version.in
2017-09-08 Keith SeitzRemove unused field field_info.fnfields
2017-09-08 H.J. Lux86: Update comments in elfxx-x86.h
2017-09-08 Christoph WeinmannRemove C/C++ relevant code in Fortran specific file.
2017-09-08 Bernhard Heckelfortran: Testsuite, fix typos in vla-value.
2017-09-08 Bernhard HeckelFortran: Testsuite, fix differences in type naming.
2017-09-08 Frank PenczekFix indentation for printing Fortran types with pointers
2017-09-08 H.J. Lux86: Replace elf_x86_plt_layout_table with elf_x86_init...
2017-09-08 H.J. Lux86; Don't add elf64-x86-64.lo nor elf64.lo together...
2017-09-08 GDB AdministratorAutomatic date update in version.in
2017-09-07 Palmer DabbeltRISC-V: Avoid emitting invalid instructions in mixed...
2017-09-07 Palmer DabbeltRISC-V: Print an error when unable to align a section
2017-09-07 Palmer DabbeltRISC-V: Support PCREL_* relocations agaist weak undefin...
2017-09-07 Joel BrobeckerDocument the GDB 8.0.1 release in gdb/ChangeLog
2017-09-07 Joel Brobeckerremove QStartupWithShell entry from NEWS::Changes in...
2017-09-07 H.J. Lux86: Remove _bfd_{i386,x86_64}_elf_convert_load
2017-09-07 GDB AdministratorAutomatic date update in version.in
2017-09-06 Tom TromeyChange funcall_chain to be a std::vector
2017-09-06 Tom TromeyRemove last cleanups from go-exp.y
2017-09-06 Tom TromeyRemove last cleanups from d-exp.y
2017-09-06 Tom TromeyRemove make_cleanup_clear_parser_state
2017-09-06 Keith SeitzIntroduce dw2_linkage_name and dw2_linkage_name_attr.
2017-09-06 John BaldwinHonor an existing CC_FOR_BUILD in the environment for...
2017-09-06 Tom TromeyCast char constant to int in sizeof.exp
2017-09-06 Kamil RytarowskiCorrect shell compatibility issue detected with pkgsrc.
2017-09-06 Thomas Preud... Fix calls in gdb.arch/thumb2-it.exp
2017-09-06 Kamil RytarowskiDefine HAVE_NATIVE_GCORE_HOST on NetBSD
2017-09-06 John BaldwinAdd native target for FreeBSD/aarch64.
2017-09-06 John BaldwinAdd FreeBSD/aarch64 architecture.
2017-09-06 Kamil RytarowskiAdd myself as a write-after-approval GDB maintainer.
2017-09-06 H.J. Lux86-64: Add R_X86_64_converted_reloc_bit
2017-09-06 H.J. Lux86: Don't change r_type when performing TLS transitions
2017-09-06 Jan KratochvilFix accessing TLS variables with no debug info
2017-09-06 GDB AdministratorAutomatic date update in version.in
2017-09-05 H.J. Lux86-64: Properly set converted_reloc
2017-09-05 Philippe WaroquiersFix leak of auto_obstack objfile_per_bfd_storage->stora...
2017-09-05 H.J. Lux86-64: Improve GOTPCREL relocation conversion
2017-09-05 Tom TromeyDon't use -fdiagnostics-color=never for rustc
2017-09-05 Simon MarchiTest different follow-exec-mode settings in gdb.multi...
2017-09-05 Simon MarchiAdd thread after updating gdbarch when exec'ing
2017-09-05 Simon MarchiRead stop_pc after updating the gdbarch when exec'ing
2017-09-05 Simon MarchiImprove "'g' reply is is to long" error message
2017-09-05 Yao QiAdd i386.o to gdb_target_obs for x86_64-* targets
2017-09-05 Pedro Alveseval.c:evaluate_subexp_standard: Factor out function...
2017-09-05 Nick CliftonFix a buffer overrun when parsing a corrupt MIPS ELF...
2017-09-05 Yao QiConvert the rest x86 target descriptions
2017-09-05 Yao QiRemove features/i386/amd64-*linux.c and features/i386...
2017-09-05 Yao Qi[GDBserver] Shorten srv_amd64_linux_xmlfiles
2017-09-05 Yao Qi[GDBserver] Use pre-generated amd64-linux tdesc as...
2017-09-05 Yao QiConvert amd64-linux target descriptions
2017-09-05 Yao QiLazily and dynamically create amd64-linux target descri...
2017-09-05 Yao QiCentralize amd64-linux target descriptions
2017-09-05 Yao QiUpdate comments in amd64_linux_core_read_description
2017-09-05 Yao Qi[GDBserver] Shorten srv_i386_linux_xmlfiles
2017-09-05 Yao Qi[GDBserver] Use pre-generated tdesc as test
2017-09-05 Yao QiRemove features/i386/i386-*linux.c
2017-09-05 Yao QiShare i386-linux target description between GDB and...
2017-09-05 Yao QiDynamically composite xml in reply to GDB
2017-09-05 Yao Qi[GDBserver] unit test to i386_tdesc
2017-09-05 Yao Qi[GDBserver] Centralize tdesc for i386-linux
2017-09-05 Yao QiReturn X86_TDESC_MMX in x86_get_ipa_tdesc_idx
2017-09-05 Yao QiUse VEC for target_desc.reg_defs
2017-09-05 Yao QiAdjust code generated by regformats/regdat.sh
2017-09-05 Simon Marchiexpprint: Fix format string warning
2017-09-05 John BaldwinDefine an error function in the PPC simulator library.
2017-09-05 John BaldwinEnable support for x86 debug registers on NetBSD.
2017-09-05 John BaldwinMake <sys/user.h> include in bsd-kvm.c conditional...
2017-09-05 John BaldwinDefine _KMEMUSER before including BSD kernel headers.
2017-09-05 John BaldwinInclude "x86-xstate.h" for X86_XSTATE_* constants.
2017-09-05 GDB AdministratorAutomatic date update in version.in
2017-09-04 Alexander Fedotov... Missing relocation R_PPC_VLE_ADDR20 and add VLE flag...
2017-09-04 John BaldwinExplicitly include <array> for std::array<>.
2017-09-04 John BaldwinCatch up to recent changes to call_function_by_hand().
2017-09-04 Pedro AlvesDocument "no debug info debugging" improvements
2017-09-04 Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04 Pedro AlvesHandle "p 'S::method()::static_var'" (quoted) in symbol...
2017-09-04 Pedro AlvesHandle "p S::method()::static_var" in the C++ parser
2017-09-04 Pedro AlvesEliminate UNOP_MEMVAL_TLS
2017-09-04 Pedro AlvesStop assuming no-debug-info variables have type int
next