external/binutils.git
2015-11-20 Matthew Wahab[AArch64] Add support for ARMv8.1 Virtulization Host...
2015-11-20 Matthew WahabStop the ARM short mapping symbol test being run for...
2015-11-20 Stefan TelemanFix a problem with the maximum number of open files...
2015-11-20 Nick CliftonRemove a if-clause that is redundant because the same...
2015-11-20 Tristan GingoldFix missing update in previous patch.
2015-11-20 Ronald HoogenboomFix building objcopy under mingw64 by replacing uses...
2015-11-20 Tristan Gingoldbinutils: add support for arm-*-darwin and aarch64...
2015-11-20 David BridghamSynchronize PDP11 page size between BFD and LD.
2015-11-20 Nick CliftonUpdate translations.
2015-11-20 Jose E. Marchesicallfuncs.exp: avoid spurious register differences...
2015-11-20 Jose E. Marchesisparc: fix build of gdb/testsuite/gdb.arch/sparc-sysstep.c
2015-11-20 Sandra LoosemoreFix think-o in calls to gdb_compile.
2015-11-20 GDB AdministratorAutomatic date update in version.in
2015-11-19 Pedro Alvesgdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeat...
2015-11-19 Pedro Alvesgdb: Workaround bad gdbserver qSupported:xmlRegisters...
2015-11-19 Simon MarchiFix iov_len calculation in aarch64_linux_set_debug_regs
2015-11-19 Pedro Alves[C++] Default to -Werror in C++ mode too
2015-11-19 Pedro Alves[C++] Drop -fpermissive hack
2015-11-19 Pedro Alves[C++] breakpoint.c: "no memory" software watchpoints...
2015-11-19 Simon Marchi[C++] s390: Fix enum gdb_syscall conversion
2015-11-19 Pedro Alves[C++] linux-thread-db.c: dladdr cast
2015-11-19 Pedro Alves[C++] remote.c: Avoid enum arithmetic
2015-11-19 Matthew Wahab[AArch64] Reject invalid immediate operands to MSR PAN
2015-11-19 Yao QiChange argument opcode type from enum aarch64_opcodes...
2015-11-19 Yao QiDefine enum out of the scope of struct
2015-11-19 Yao QiCast void * to user_fpsimd_state *.
2015-11-19 Yao QiCast void * to struct user_pt_regs *
2015-11-19 Andreas Krebbel[S/390] Add null ptr check + port GOTOFF handling from...
2015-11-19 Matthew Wahab[ARM] Add ARMv8.2 architecture feature and command...
2015-11-19 Matthew Wahab[AArch64] Add ARMv8.2 command line option and feature...
2015-11-19 Alan Modraoutput_big_leb128 comment
2015-11-19 Alan Modra[GOLD] PowerPC TOC16 and GOT16 relocs are relative
2015-11-19 Alan ModraRecent powerpc testcase fails
2015-11-19 Alan ModraUse default sub-segment align for non-ELF powerpc
2015-11-19 Alan ModraAccount for .tbss alignment when adjusting start of...
2015-11-19 GDB AdministratorAutomatic date update in version.in
2015-11-18 Simon MarchiConstify value_string
2015-11-18 Simon Marchi[C++] Add casts to obstack_base calls
2015-11-18 Simon MarchiConstify value_cstring
2015-11-18 Tristan Gingoldmach-o: decode and display arm64 compact unwind entries.
2015-11-18 Tristan Gingoldmach-o: use a per-target reloc canonicalize function.
2015-11-18 Pedro Alves[gdbserver/ipa] Fix build dependencies
2015-11-18 Yao QiFix out of boundary access in pass_in_v
2015-11-18 Alan ModraPrevent looping in archives
2015-11-18 Tristan Gingoldmach-o cleanup: remove useless calls to bfd_seek.
2015-11-18 Mike Frysingersim: mn10300/v850: drop unused WITH_CORE define
2015-11-18 Mike Frysingersim: always enable modulo memory
2015-11-18 GDB AdministratorAutomatic date update in version.in
2015-11-17 Pedro Alves[sim/ppc] Fix printf_filtered reference
2015-11-17 Yao QiFix gdb.threads/multiple-step-overs.exp fails on arm
2015-11-17 Pedro AlvesIntroduce null_block_symbol
2015-11-17 Pedro Alves[C++] Always use setjmp/longjmp for exceptions
2015-11-17 Pedro AlvesMinGW and attribute format(printf/gnu_printf)
2015-11-17 Pedro Alves[C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACR...
2015-11-17 Pedro Alves[C++/mingw] Simplify first chance exception handling
2015-11-17 Pedro Alves[C++/mingw] gdbserver: gdb/host signal mixup
2015-11-17 Pedro Alves[C++/mingw] Fix windows-nat.c::xlate
2015-11-17 Pedro Alves[C++/mingw] handle_output_debug_string
2015-11-17 Pedro Alves[C++/mingw] ser-tcp.c casts
2015-11-17 Pedro Alves[C++/mingw] gdbserver casts
2015-11-17 Pedro Alves[C++/mingw] windows-nat.c casts
2015-11-17 Pedro Alves[C++/mingw] gdb-dlfcn.c casts
2015-11-17 Pedro Alves[C++/mingw] Misc alloca casts
2015-11-17 Pedro Alves[C++/mingw] ser-mingw.c casts
2015-11-17 Tristan GingoldMach-O: add new defines and struct for darwin 14.5
2015-11-17 Simon MarchiConvert c_string_type to an enum flags type
2015-11-17 Pedro AlvesType-safe wrapper for enum flags
2015-11-17 Pedro Alvesguile disassembly hardcode TARGET_XFER_E_IO
2015-11-17 Christophe... Fix a problematic message with the STM32L4XX fixup...
2015-11-17 Nick CliftonFix the disassembly of conditional instructions will...
2015-11-17 Dominik Vogtgdb/testsuite: Fix left shift of negative value.
2015-11-17 Dominik Vogtgdb: Fix left shift of negative value.
2015-11-17 Mike Frysingersim: sim-close: use XCONCAT2 helper
2015-11-17 Mike Frysingergas: microblaze: fix shift overflow
2015-11-17 GDB AdministratorAutomatic date update in version.in
2015-11-16 Yao QiFix stack buffer overflow in aarch64_extract_return_value
2015-11-16 Yao QiPass value * instead of bfd_byte * to pass_* functions...
2015-11-16 Yao QiUse value_contents instead of value_contents_writeable
2015-11-16 Yao QiFix bug in arm_push_dummy_call by -fsanitize=address
2015-11-16 Nick CliftonFixes an invalid warning about memory region overflow...
2015-11-16 Mike Frysingersim: sim-stop/sim-reason/sim-reg: move to common obj...
2015-11-16 Mike Frysingersim: cr16: drop global callback state
2015-11-16 Mike Frysingersim: cr16: convert to common sim engine logic
2015-11-16 Mike Frysingersim: cr16: convert to common sim memory modules
2015-11-16 Mike Frysingersim: cr16: push down sd/cpu vars
2015-11-16 Mike Frysingersim: cr16: delete unused memory helpers
2015-11-16 Mike Frysingersim: cr16: switch to common sim-reg
2015-11-16 Mike Frysingersim: cr16/d10v: drop redundant call to sim_create_inferior
2015-11-16 Mike Frysingersim: d10v: drop global callback state
2015-11-16 Mike Frysingersim: d10v: convert to common sim engine logic
2015-11-16 Mike Frysingersim: d10v: push down sd/cpu vars
2015-11-16 GDB AdministratorAutomatic date update in version.in
2015-11-15 Mike Frysingersim: h8300: convert to common sim_{reason,stop}
2015-11-15 Mike Frysingersim: mcore: pull cpu state out of global scope
2015-11-15 Mike Frysingersim: mcore: switch to common sim-reg
2015-11-15 Mike Frysingersim: mcore: add a fail testcase
2015-11-15 Mike Frysingersim: mcore: convert to common reason/resume logic
2015-11-15 Mike Frysingersim: clean up redundant objects
2015-11-15 Mike Frysingersim: sim-close: unify sim_close logic
2015-11-15 Mike Frysingersim: m32c: add a basic testsuite
next