aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-05[ARC] Fix support for double assist instructions.Claudiu Zissulescu11-1071/+1235
2016-04-05[ARC] PLT content endianess awareness.Claudiu Zissulescu2-6/+30
2016-04-05[ARC] Fix to pass ld-elf-ehdr_start-shared.Claudiu Zissulescu2-1/+6
2016-04-05[ARC] 24 bit reloc and overflow detection fix.Claudiu Zissulescu4-30/+80
2016-04-05[ARM] Add ARMv8.2 FP16 vmul/vmla/vmls (by scalar)Jiong Wang12-7/+180
2016-04-05[ARC] Dynamic relocs verification for dynindx == -1.Claudiu Zissulescu2-2/+23
2016-04-05[ARC] Don't allow pc-rel relocations for J* instructions.Claudiu Zissulescu5-1/+28
2016-04-05ELF/LD: Avoid producing hidden and internal dynamic symbolsMaciej W. Rozycki19-11/+173
2016-04-05[ARC] Fix ld testsuite failures.Claudiu Zissulescu15-12/+38
2016-04-04Don't use vec_disp8 encoding with the .d32 suffixH.J. Lu5-9/+22
2016-04-04Add missing pr19827-nacl.rd for i386/x86-64 NaClH.J. Lu3-0/+16
2016-04-04Add a testcase for PR gas/19498H.J. Lu4-0/+29
2016-04-05Automatic date update in version.inGDB Administrator1-1/+1
2016-04-04Obvious function doc and formattingSimon Marchi2-2/+7
2016-04-04Fix gdb.mi/mi-breakpoint-changed.exp for remote targetsSimon Marchi2-2/+15
2016-04-04More fixes for COFF/PE lanker garbage collection.Nick Clifton1-0/+10
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton7-73/+276
2016-04-04gas/arc: Use #define from include/opcode/arc.hAndrew Burgess2-8/+7
2016-04-04PR19498, Invalid "symbol definition loop"Alan Modra2-1/+10
2016-04-03use XNEW and related macros moreTrevor Saunders58-281/+366
2016-04-04Automatic date update in version.inGDB Administrator1-1/+1
2016-04-03use xstrdup and friends moreTrevor Saunders5-25/+20
2016-04-03cleanup FLT_CHARS and EXP_CHARSTrevor Saunders8-16/+17
2016-04-03update ChangeLog for previous commitTrevor Saunders1-0/+5
2016-04-03make score build againTrevor Saunders2-3/+3
2016-04-03arm: change the type of a variable to bfd_reloc_code_real_typeTrevor Saunders2-1/+6
2016-04-03bfin: simplify current_inputlineTrevor Saunders3-5/+7
2016-04-03avr: simplify some option parsing with strcasecmp ()Trevor Saunders2-12/+6
2016-04-03IPA: Fix build problem on !HAVE_GETAUXVALMarcin Kościelnicki4-0/+9
2016-04-03Automatic date update in version.inGDB Administrator1-1/+1
2016-04-02PR19896, Segmentation fault on bad inputAlan Modra2-1/+9
2016-04-02Automatic date update in version.inGDB Administrator1-1/+1
2016-04-01gdb: allow enumeration constants as second operand of BINOP_REPEATArtemiy Volkov4-1/+18
2016-04-01gas/arc: Change 'LENGHT' to 'LENGTH'Andrew Burgess3-3/+10
2016-04-01PR19886, --as-needed regressionAlan Modra2-6/+27
2016-04-01Constify moreAlan Modra85-148/+261
2016-04-01Automatic date update in version.inGDB Administrator1-1/+1
2016-03-31gdbserver: Fix C++ build errors in tracepoint.cMarcin Kościelnicki2-5/+14
2016-03-31Add regression test for PR gdb/19858 (JIT code registration on attach)Pedro Alves3-10/+97
2016-03-31Make gdb.base/jit.exp binaries uniquePedro Alves2-9/+17
2016-03-31Fix PR gdb/19858: GDB doesn't register the JIT libraries on attachYichao Yu2-2/+20
2016-03-31gdb/NEWS: Add mention of powerpc*-linux tracepoints.Marcin Kościelnicki2-0/+9
2016-03-31gdbserver: Add emit_ops for powerpc.Marcin Kościelnicki2-1/+1683
2016-03-31gdbserver: Add powerpc fast tracepoint support.Marcin Kościelnicki6-68/+1284
2016-03-31IPA: Add alloc_jump_pad_buffer target hook.Marcin Kościelnicki7-19/+194
2016-03-31opcodes: Fix date in ChangeLog entryAndrew Burgess1-1/+1
2016-03-31opcodes/arc/nps: Fix some operand flagsAndrew Burgess2-2/+7
2016-03-31python: Use console format for output of gdb.execute commandCatalin Udma8-0/+214
2016-03-31Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves11-5691/+38
2016-03-31enable -Wwrite-strings for gasTrevor Saunders10-14/+130