deliverable/binutils-gdb.git
2016-02-29  Claudiu Zissulescu[ARC] General fixes.
2016-02-29  GDB AdministratorAutomatic date update in version.in
2016-02-28  Iain BuclawDon't recursively look for a symbol in all imports...
2016-02-28  GDB AdministratorAutomatic date update in version.in
2016-02-27  GDB AdministratorAutomatic date update in version.in
2016-02-26  Keith SeitzFix CXX invalid cast from void *.
2016-02-26  Joel SherrillAdd aarch64-*-rtems* target
2016-02-26  Joel SherrillAdd x86_64-*-rtems* target
2016-02-26  Renlin Li[BFD][AARCH64]Fix MOVW_SABS_G(0,1,2) relocation overflo...
2016-02-26  H.J. LuOptimize x86 GOT32X/GOTPCRELX relocations
2016-02-26  Cary CoutantDiscard FDEs for zero-length address ranges.
2016-02-26  Yao QiFix various bugs in arm_record_exreg_ld_st_insn
2016-02-26  Yao QiRecord right reg num of thumb special data instructions
2016-02-26  Yao QiRename gdb.reverse/aarch64.{exp,c} to gdb.reverse/insn...
2016-02-26  Yao QiGeneralize gdb.reverse/aarch64.exp
2016-02-26  H.J. LuAdd ChangeLog entries for PR ld/19645
2016-02-26  H.J. LuProperly implement STT_COMMON
2016-02-26  H.J. Lu[x86] Resolve non-PIC undefweak symbols in executable
2016-02-26  Alan ModraFix powerpc64 -r --save-restore-funcs
2016-02-26  GDB AdministratorAutomatic date update in version.in
2016-02-25  Marcin Kościelnickigdbserver/s390: Enable high GPRs, VX, TDB with 31-bit...
2016-02-25  Doug Evansavoid compiler warnings in remote-m32r-sdi.c
2016-02-25  Yao QiRemove gdb.base/branches.c
2016-02-25  Marcin Kościelnicki[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbser...
2016-02-25  Trevor SaundersConvert more variables to a constant form.
2016-02-25  Simon MarchiInitialize variables in i386_linux_handle_segmentation_...
2016-02-25  Marcin Kościelnickigdb.trace: Remove unnecessary target check from ftrace...
2016-02-25  Marcin Kościelnickigdb.trace: Surround $call_insn with \y in entry-values.exp
2016-02-25  Antoine TremblayMap registers to remote numbers when encoding an ax_reg...
2016-02-25  H.J. LuAdd elf_x86_64_need_pic
2016-02-25  Andrew Burgessgas: Update tests for big-endian arc targets
2016-02-25  Nick CliftonRemove unused field from ld_config_type structure.
2016-02-25  GDB AdministratorAutomatic date update in version.in
2016-02-24  H.J. LuUpdate symbol version for symbol from linker script
2016-02-24  Pedro AlvesHandle MIPS Linux SIGTRAP siginfo.si_code values
2016-02-24  Marcin Kościelnicki[OBV] gdb/rs6000: Fix maybe-uninitialized warning.
2016-02-24  Antoine TremblayMove tfile-avx.exp to tracefile-pseudo-reg.exp
2016-02-24  Doug EvansMove new skip features to proper section (post 7.11).
2016-02-24  Renlin Li[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction...
2016-02-24  Wei-cheng Wangpowerpc: Support z-point type in gdbserver.
2016-02-24  Renlin LiRevert "ABS32"
2016-02-24  Renlin Li[GAS][ARM][2/3]Add SE_H shape to represent fp16 type.
2016-02-24  Renlin Li[OPCODES][ARM][1/3]Add armv8.2 fp16 instruction dissemb...
2016-02-24  Renlin Li[OPCODES][ARM]Fix mask for a few coprocessor opcodes.
2016-02-24  Renlin Li[OPCODE][ARM]Correct disassembler for cdp/cdp2, mcr...
2016-02-24  Renlin LiABS32
2016-02-24  H.J. LuSet plt_got.offset to (bfd_vma) -1
2016-02-24  Gary BensonFix logic in exec_file_locate_attach
2016-02-24  Kyrylo Tkachov[ARM][gas] Add support for Cortex-A32
2016-02-24  Kyrylo Tkachov[ARM][doc] Document cortex-a17 mcpu option
2016-02-24  Joel BrobeckerDocument the GDB 7.11 release in gdb/ChangeLog
2016-02-24  Wei-cheng WangBuild unavailable-stack frames for tracepoint.
2016-02-24  GDB AdministratorAutomatic date update in version.in
2016-02-23  Doug EvansExtend "skip" command to support -file, -gfile, -functi...
2016-02-23  H.J. LuSkip tests for common directive on hpux
2016-02-23  Simon Marchiarm-tdep.c: Remove unused "to" parameters
2016-02-23  H.J. LuReplace $(ELF_DEPS) with $(ELF_X86_DEPS)
2016-02-23  H.J. LuMake linker assigned symbol dynamic only for shared...
2016-02-23  Faraz ShahbazkerIncrement the ABIVERSION to 5 for MIPS objects with...
2016-02-23  Rich FelkerFix the genetation of GOT entries for the Microblaze...
2016-02-23  Yao QiProcess record for aarch64-linux syscall
2016-02-23  Hans-Peter... Fix test-case ld-elf/pr19617b
2016-02-23  H.J. LuAlways create dynsym section with dynamic sections
2016-02-23  GDB AdministratorAutomatic date update in version.in
2016-02-22  Marcin Kościelnickigdb.trace: Fix unavailable.exp if last register happens...
2016-02-22  Jan Kratochvilgdb-gdb.py: SyntaxError: Missing parentheses in call...
2016-02-22  Trevor SaundersAdd more const type qualifiers to GAS sources.
2016-02-22  H.J. LuRemove BSF_COMMON from comments
2016-02-22  Jiong Wang[AArch64] Remove redundant calculation of plt stub...
2016-02-22  Yao QiFix arm process record code format
2016-02-22  GDB AdministratorAutomatic date update in version.in
2016-02-21  Iain BuclawAlso update recursive call to d_lookup_symbol_imports.
2016-02-21  Iain BuclawRemove search_parents parameter from d_lookup_symbol_im...
2016-02-21  H.J. LuSet BFD compression bits in write_object_file
2016-02-21  GDB AdministratorAutomatic date update in version.in
2016-02-20  H.J. LuSkip pr19539 test for cris*-*-* targets
2016-02-20  H.J. Lu[i386] Check RegVRex in register_number
2016-02-20  GDB AdministratorAutomatic date update in version.in
2016-02-19  Nick CliftonFix snafu - add missing const declaration to 'string...
2016-02-19  Nick CliftonPrevent a seg-fault in the linker when accessing a...
2016-02-19  Nick CliftonFix a seg-fault in the linker when it encounters a...
2016-02-19  Jiong Wang[ARM] Add FP16 feature extension for ARMv8.2 architecture
2016-02-19  Nick CliftonPrevent seg-fault in gas reading a binary input file.
2016-02-19  Trevor SaundersChange the return type of the rebuffer_line function...
2016-02-19  Trevor SaundersAdd const to various variables in the gas sources.
2016-02-19  GDB AdministratorAutomatic date update in version.in
2016-02-18  Iain BuclawAdd D support to gdb_default_target_compile.
2016-02-18  Wei-cheng WangDetermine the iteration count based on wallclock instea...
2016-02-18  Marcin Kościelnickigdb/s390: Fill guess_tracepoint_registers hook.
2016-02-18  Walfred TedeschiIntel MPX bound violation handling
2016-02-18  Marcin Kościelnickigdb: Add guess_tracepoint_registers hook to gdbarch.
2016-02-18  H.J. LuEnable PR ld/19617 tests only for Linux/GNU/Solaris
2016-02-18  Yao QiRemove setup_kfail server/13796 in disp-step-syscall.exp
2016-02-18  Yao QiSet breakpoint condition-evaluation in forking-threads...
2016-02-18  H.J. LuAlways create dynamic sections for -E/--dynamic-list
2016-02-18  Nick CliftonFix computation of CXX_FOR_TARGET so that it can detect...
2016-02-18  Dan GisselquistAvoid setting or recording negative alignments when...
2016-02-18  Marcin Kościelnickigdb/doc: Add documentation for tfile description sectio...
2016-02-18  GDB AdministratorAutomatic date update in version.in
2016-02-17  H.J. LuUpdate IFUNC tests for x32
next
This page took 0.060047 seconds and 4 git commands to generate.