external/binutils.git
2016-03-23 Yao QiRemove comments on software_single_step in gdbarch.sh
2016-03-23 GDB AdministratorAutomatic date update in version.in
2016-03-22 Trevor Saundersmake more variables const
2016-03-22 Trevor Saunderstc-pdp11.c: remove useless code
2016-03-22 Trevor Saunderstc-sparc.c: get rid of wierd usage of strchr ()
2016-03-22 Trevor Saundersuse do_align () directly in tc-ia64.c
2016-03-22 Trevor Saundersreplace some raw xmalloc / xrealloc with the XNEW*...
2016-03-22 Nick CliftonFix unbounded stack usage warning inside the SAFE_BYTE_...
2016-03-22 Nick CliftonImprove COFF/PE linker garbage collection by preventing...
2016-03-22 Alan ModraAttribute with DW_FORM_flag_present
2016-03-22 Alan ModraFix tic54x regression
2016-03-22 Alan ModraRemove more alloca calls
2016-03-22 Nick CliftonRestore v850-rh850 as a recognised v850 architecture...
2016-03-22 Nick CliftonFix possible unbounded stack use in peXXigen.c
2016-03-22 Nick CliftonAdd -Wstack-usage to the gcc warning flags list, but...
2016-03-22 Cary CoutantFix problem where gold fails to issue an undefined...
2016-03-22 Alan ModraBinutils fails to build with -O0
2016-03-22 GDB AdministratorAutomatic date update in version.in
2016-03-21 Andrew Burgessarc/nps400: Add first nps400 instructions
2016-03-21 Andrew Burgessarc/opcodes: Use flag operand class to handle multiple...
2016-03-21 Andrew Burgessarc: Add nps400 machine type, and assembler flag.
2016-03-21 Andrew Burgessarc: Remove EF_ARC_CPU_GENERIC constant.
2016-03-21 Andrew Burgessarc: Remove duplicated constant in include/elf/arc.h
2016-03-21 Andrew Burgessarc/gas: default mach is arc700, initialised in md_begin
2016-03-21 Andrew Burgessgas/arc: Fix test for big-endian arc
2016-03-21 Nick CliftonRemove use of alloca.
2016-03-21 Yao QiARM process record: median instructions
2016-03-21 Yao QiCanonicalize more arm linux syscalls
2016-03-21 Cary CoutantFix problem where gold cannot build .eh_frame_hdr from...
2016-03-21 GDB AdministratorAutomatic date update in version.in
2016-03-20 Trevor Saunderstc-i386.c: store encoded instructions in unsigned char[]
2016-03-20 GDB AdministratorAutomatic date update in version.in
2016-03-19 GDB AdministratorAutomatic date update in version.in
2016-03-18 Vladimir RadosavljevicRemove is_n64_ data member from Mips_relobj class.
2016-03-18 Nick CliftonUpdate description of AArch64 assembler directives.
2016-03-18 Nick CliftonFix thinko in new GET_VEC_ELEMENT macro.
2016-03-18 Nick CliftonFix the disassembly of the AArch64's OOR instruction...
2016-03-18 Yao QiMake sparc_software_single_step static
2016-03-18 Nick CliftonFix code to check for illegal element numbers when...
2016-03-18 Yao Qi[spu] throw error when target_read_memory fails
2016-03-18 Yao QiCheck lwp_signal_can_be_delivered for enqueue/dequeue...
2016-03-18 Yao QiSet signal to 0 after enqueue_pending_signal
2016-03-18 Yao QiRemove redundant WIFSTOPPED check
2016-03-18 Nick CliftonRemove spurious empty line in changelog entry.
2016-03-18 Nick CliftonFix generation of as.1 manual page so that it can be...
2016-03-18 AwsonEnsure that the .rdata_pseudo_runtime_reloc sections...
2016-03-18 Senthil Kumar... Fix possible failure in the AVR linker tests.
2016-03-18 Nick CliftonAdd simulation of MUL and NEG instructions to AArch64...
2016-03-18 GDB AdministratorAutomatic date update in version.in
2016-03-17 Cary CoutantAdd mips and s390 build targets for gold.
2016-03-17 Vladimir RadosavljevicAdd MIPS-64 support.
2016-03-17 Vladimir RadosavljevicAdd missing Mips_output_data_la25_stub::do_print_to_map...
2016-03-17 Vladimir RadosavljevicFix problem with --emit-relocs for Mips-32.
2016-03-17 Jan KratochvilSuggest running gdbserver for a PID in container
2016-03-17 Pedro AlvesPR remote/19496, timeout in forking-threads-plus-bkpt
2016-03-17 Andreas ArnezS390: Add syscall info for syscalls up to 374
2016-03-17 Andreas ArnezS390: Fix output path for s390-multiarch test case
2016-03-17 Andreas Arnezlinux-record: Simplify with record_mem_at_reg()
2016-03-17 Andreas Arnezlinux-record.c: Fix whitespace issues
2016-03-17 Andreas Arnezlinux-record: Fix bad fall-through for pipe/pipe2
2016-03-17 GDB AdministratorAutomatic date update in version.in
2016-03-16 Alan Modratestsuite/ChangeLog is no longer supposed to exist
2016-03-16 Don BreazealPR remote/19496, interrupted syscall in forking-threads...
2016-03-16 Doug Evansxml-tdesc.c (tdesc_start_enum): Fix c++ build.
2016-03-16 Jiong Wang[ARM] Support ARMv8.2 FP16 simd instructions
2016-03-16 Yao QiProcess record: Fix arm-linux syscall arguments
2016-03-16 Nick CliftonFix checking bignum values that are being inserted...
2016-03-16 GDB AdministratorAutomatic date update in version.in
2016-03-15 Don BreazealPR 18303, Tolerate malformed input for lookup_symbol...
2016-03-15 Doug EvansAdd cole945@ to earlier entry. Fix typo in same entry.
2016-03-15 Doug EvansAdd cpsr_flags to aarch64 core regs.
2016-03-15 Doug EvansRemove "end" spec.
2016-03-15 Doug EvansExtend flags to support multibit and enum bitfields.
2016-03-15 Doug EvansUse int instead of LONGEST in tdesc_type sizes.
2016-03-15 Doug Evansmaint_print_c_tdesc_cmd: Use type for TYPE_CODE_FLAGS...
2016-03-15 Doug EvansRemove hand-called function from test.
2016-03-15 H.J. LuBind defined symbol locally in PIE
2016-03-15 H.J. LuAdd -z noreloc-overflow option to x86-64 ld
2016-03-15 Pedro AlvesFix PR gdb/19676: Internal error in linux-thread.db...
2016-03-15 Pedro AlvesFix PR gdb/19676: Disable displaced stepping if /proc...
2016-03-15 Pedro AlvesFix typo in previous gdb/doc/ commit
2016-03-15 Pedro AlvesDocument possible unreliability of '$_ret'
2016-03-15 Ulrich DrepperUpdate x86 register name documentation.
2016-03-15 GDB AdministratorAutomatic date update in version.in
2016-03-14 H.J. LuRegenerate bfd-in2.h
2016-03-14 Simon Marchigdb.base/default.exp: Add missing $_as_string to "show...
2016-03-14 GDB AdministratorAutomatic date update in version.in
2016-03-13 H.J. LuAdd more tests for PR ld/19539
2016-03-13 Marcin Kościelnickigdb/s390: Fill gen_return_address hook.
2016-03-13 GDB AdministratorAutomatic date update in version.in
2016-03-12 GDB AdministratorAutomatic date update in version.in
2016-03-11 Andrew Burgessgdb: New maint info line-table command.
2016-03-11 Marcin Kościelnickigdb/s390: Fill pseudo register agent expression hooks.
2016-03-11 Dan GisselFix some places where octet to byte conversions are...
2016-03-11 GDB AdministratorAutomatic date update in version.in
2016-03-10 Simon MarchiAdd $_as_string convenience function
2016-03-10 Mickael GuenePR gas/19744: Thumb-1 pcrop relocations don't work...
2016-03-10 Nick CliftonMark the i370 target as obsolete.
2016-03-10 Nick CliftonRemove bogus LONG(0) from MSP430 built in linker script.
2016-03-10 GDB AdministratorAutomatic date update in version.in
next