aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-29[ARC] Add support for Quarkse opcodes.Claudiu Zissulescu12-6/+401
2016-03-29make md_parse_option () take a const char *Trevor Saunders74-113/+194
2016-03-29apply ChangeLog for previous commitTrevor Saunders1-0/+8
2016-03-29replace some obstack_alloc () calls with the XOBNEW wrapperTrevor Saunders3-7/+7
2016-03-29Tidy up AArch64 simulator code.Nick Clifton4-1469/+1413
2016-03-29Relax assertion in BFIN linker to allow for discard GOT relocs.Nick Clifton2-1/+14
2016-03-29readelf printf format strings on mingwAlan Modra2-21/+32
2016-03-29PE/COFF regression in base of code and data calculationToni Spets2-0/+8
2016-03-28add more const qualifiersTrevor Saunders8-16/+31
2016-03-29Automatic date update in version.inGDB Administrator1-1/+1
2016-03-28Automatic date update in version.inGDB Administrator1-1/+1
2016-03-27Fix failure to diagnose GOTOFF relocation to undef symbol in shared lib (i386).Cary Coutant2-0/+23
2016-03-27Automatic date update in version.inGDB Administrator1-1/+1
2016-03-25split up cr16s md_assemble ()Trevor Saunders2-25/+42
2016-03-25rename flag_size_check to flag_allow_nonconst_size and make it a boolTrevor Saunders4-9/+10
2016-03-26Automatic date update in version.inGDB Administrator1-1/+1
2016-03-25Automatic date update in version.inGDB Administrator1-1/+1
2016-03-24More -Wstack-usage warnings: opcodes/aarch64-*Jan Kratochvil3-7/+11
2016-03-24gas: sparc: allow ASR registers in the 0..31 range in V9 and laterJose E. Marchesi2-16/+21
2016-03-24sparc: reorder wr instructions in sparc_opcodes to fix diagnosticsJose E. Marchesi2-6/+11
2016-03-24make microblaze build with -Wwrite-stringsTrevor Saunders2-4/+9
2016-03-24localize string returned from visium's md_atof ()Trevor Saunders2-1/+6
2016-03-24Add quotation mark in test messageYao Qi2-1/+6
2016-03-24Automatic date update in version.inGDB Administrator1-1/+1
2016-03-23More AArch64 simulator improvements.Nick Clifton6-278/+721
2016-03-23Remove comments on software_single_step in gdbarch.shYao Qi3-8/+5
2016-03-23Automatic date update in version.inGDB Administrator1-1/+1
2016-03-22make more variables constTrevor Saunders15-33/+63
2016-03-22tc-pdp11.c: remove useless codeTrevor Saunders2-2/+5
2016-03-22tc-sparc.c: get rid of wierd usage of strchr ()Trevor Saunders2-6/+18
2016-03-22use do_align () directly in tc-ia64.cTrevor Saunders2-19/+17
2016-03-22replace some raw xmalloc / xrealloc with the XNEW* macrosTrevor Saunders4-20/+33
2016-03-22Fix unbounded stack usage warning inside the SAFE_BYTE_GET macro.Nick Clifton2-1/+10
2016-03-22Improve COFF/PE linker garbage collection by preventing the removal of sectio...Nick Clifton6-34/+47
2016-03-22Attribute with DW_FORM_flag_presentAlan Modra2-1/+7
2016-03-22Fix tic54x regressionAlan Modra2-3/+4
2016-03-22Remove more alloca callsAlan Modra3-5/+16
2016-03-22Restore v850-rh850 as a recognised v850 architecture name for backwards compa...Nick Clifton2-1/+5
2016-03-22Fix possible unbounded stack use in peXXigen.cNick Clifton2-5/+12
2016-03-22Add -Wstack-usage to the gcc warning flags list, but only if using a sufficie...Nick Clifton15-8/+171
2016-03-21Fix problem where gold fails to issue an undefined symbol error during LTO.Cary Coutant7-2/+143
2016-03-22Binutils fails to build with -O0Alan Modra2-2/+6
2016-03-22Automatic date update in version.inGDB Administrator1-1/+1
2016-03-21arc/nps400: Add first nps400 instructionsAndrew Burgess10-0/+232
2016-03-21arc/opcodes: Use flag operand class to handle multiple flag matchesAndrew Burgess9-40/+81
2016-03-21arc: Add nps400 machine type, and assembler flag.Andrew Burgess14-2/+50
2016-03-21arc: Remove EF_ARC_CPU_GENERIC constant.Andrew Burgess8-92/+97
2016-03-21arc: Remove duplicated constant in include/elf/arc.hAndrew Burgess4-6/+11
2016-03-21arc/gas: default mach is arc700, initialised in md_beginAndrew Burgess8-50/+64
2016-03-21gas/arc: Fix test for big-endian arcAndrew Burgess3-0/+15