summaryrefslogtreecommitdiff
path: root/gas/config/tc-nds32.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra
2016-07-19make the type of nds32_pseudo_opcode::pseudo_val unsignedTrevor Saunders
2016-06-27nds32: remove a sentinalTrevor Saunders
2016-06-14Fix compile time warning building gas for the NDS32 with gcc v6.1.1Nick Clifton
2016-06-05nds32: constify ptr_argTrevor Saunders
2016-05-13use XNEW and related macros moreTrevor Saunders
2016-04-03use XNEW and related macros moreTrevor Saunders
2016-04-01Constify moreAlan Modra
2016-03-31cast the arg to md_assemble () to char *Trevor Saunders
2016-03-29make md_parse_option () take a const char *Trevor Saunders
2016-03-28add more const qualifiersTrevor Saunders
2016-03-21Remove use of alloca.Nick Clifton
2016-03-07Add const qualifiers at various places.Trevor Saunders
2016-01-01Copyright update for binutilsAlan Modra
2015-11-09gas: Fix left shift of negative value.Dominik Vogt
2015-01-29NDS32: Set branch instruction to relaxable.Kuan-Lin Chen
2015-01-27NDS32/gas: Limit the format of pseudo instruction la.Kuan-Lin Chen
2015-01-27NDS32/gas: Fix md_parse_name hook.Kuan-Lin Chen
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-09-16NDS32: Code refactoring of relaxation.Kuan-Lin Chen
2014-03-05Update copyright yearsAlan Modra
2013-12-13Add support for Andes NDS32:Kuan-Lin Chen