aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-24Use const reference for decimal_from_string argumentUlrich Weigand3-2/+7
2017-10-24Target FP printing: Use floatformat_to_string in tdep codeUlrich Weigand4-54/+28
2017-10-24Target FP printing: Simplify and fix ui_printfUlrich Weigand8-139/+171
2017-10-24Target FP printing: Simplify and fix print_floatingUlrich Weigand7-110/+114
2017-10-24RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2Andrew Waterman13-3/+81
2017-10-24Fix my previous gas/ChangeLog entryPalmer Dabbelt1-2/+2
2017-10-24i386: Support .code64 directive only with 64-bit bfdH.J. Lu7-4/+54
2017-10-24Fix gdb.opt/inline-cmds.exp regressionsUlrich Weigand2-6/+12
2017-10-24[BFD][PR21703]Override the new defined symbol with the old normal symbol when...Renlin Li12-0/+110
2017-10-24Reindent gdb.threads/attach-into-signal.expPedro Alves2-38/+42
2017-10-24Drop /proc/PID/status polling from gdb.threads/attach-into-signal.expPedro Alves2-27/+5
2017-10-24Fix unstable test names in gdb.threads/attach-into-signal.expPedro Alves2-2/+5
2017-10-24Fix unstable test names in gdb.python/py-objfile.expPedro Alves2-6/+15
2017-10-24Fix unstable test names in gdb.gdb/unittest.expPedro Alves2-1/+7
2017-10-24Fix unstable test names in gdb.base/startup-with-shell.expPedro Alves2-2/+11
2017-10-24Fix unstable test names in gdb.arch/arc-tdesc-cpu.expPedro Alves2-4/+9
2017-10-23RISC-V: Don't emit 2-byte NOPs if the C extension is disabledPalmer Dabbelt2-1/+6
2017-10-24Automatic date update in version.inGDB Administrator1-1/+1
2017-10-23i386: Don't add elf32_x86_64 to supported emulationsH.J. Lu2-2/+6
2017-10-23Add missing ChangeLog entriesIgor Tsimbalist2-0/+272
2017-10-23Make sure that undefined symbols added to the linker command line via the -u ...Nick Clifton6-8/+36
2017-10-23Fix the master due to bad regenerated filesIgor Tsimbalist3-5469/+11545
2017-10-23MIPS: Preset EF_MIPS_ABI2 with n32 ELF objectsMaciej W. Rozycki4-4/+31
2017-10-23Enable Intel AVX512_BITALG instructions.Igor Tsimbalist20-3/+1097
2017-10-23Enable Intel AVX512_VNNI instructions.Igor Tsimbalist20-7/+1025
2017-10-23Enable Intel VPCLMULQDQ instruction.Igor Tsimbalist38-15/+768
2017-10-23Enable Intel VAES instructions.Igor Tsimbalist40-5576/+7251
2017-10-23Enable Intel GFNI instructions.Igor Tsimbalist39-5444/+7876
2017-10-23Enable Intel AVX512_VBMI2 instructions.Igor Tsimbalist22-5391/+10061
2017-10-23Automatic date update in version.inGDB Administrator1-1/+1
2017-10-22Fix spurious left-over quotes from last edit.Hans-Peter Nilsson2-3/+8
2017-10-22Fix gas/22304 by forcing a 64-bit bfd for cris*-*.Hans-Peter Nilsson2-0/+8
2017-10-22Automatic date update in version.inGDB Administrator1-1/+1
2017-10-21PR ld/21233Hans-Peter Nilsson2-6/+5
2017-10-21Add overloads of for_each_thread/find_thread that filter on pidSimon Marchi4-15/+38
2017-10-21Get rid of VEC (mem_region)Simon Marchi10-275/+243
2017-10-21Use std::string in memory_map_parsing_dataSimon Marchi2-8/+16
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi13-157/+340
2017-10-21Remove leftover declarations in interps.hSimon Marchi2-3/+5
2017-10-21Automatic date update in version.inGDB Administrator1-1/+1
2017-10-20Fix ChangeLog entry.Sriraman Tallam1-1/+1
2017-10-20New gold linker option -z,text-unlikely-segment.Sriraman Tallam7-25/+178
2017-10-20Add a compile-time test for PR ld/22269H.J. Lu4-0/+33
2017-10-20Use std::vector in gdb_bfd_dataTom Tromey2-14/+9
2017-10-20Use "new" to allocate gdb_bfd_dataTom Tromey2-32/+49
2017-10-20Introduce new_bfd_refTom Tromey5-28/+28
2017-10-20Fix 'gdb.base/quit.exp hangs forever' if the test failsPedro Alves2-9/+16
2017-10-20Fix gdb.gdb/ selftest tests when testing optimized GDB buildsPedro Alves2-0/+9
2017-10-20Improve handling of REPT pseudo op with a negative count.Nick Clifton8-9/+46
2017-10-19Implement BE8 support for ARM.Umesh Kalappa7-8/+190