aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arc.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-14A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton1-3/+0
2019-04-16Make frag fr_fix unsignedAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-29Move struc-symbol.h to symbols.cAlan Modra1-2/+1
2018-09-20ARC: Fix build errors with large constants and C89Maciej W. Rozycki1-2/+2
2018-08-06[ARC] Check if an input asm file is rf16 compliantclaziss1-0/+25
2018-08-06[ARC] Add Tag_ARC_ATR_version.claziss1-1/+5
2018-08-06[ARC] Update handling AUX-registers.claziss1-1/+9
2018-07-23[ARC] Fix case-sensitivity for extension instructions.claziss1-0/+4
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-06-26Update check conditions for illegal placed instructions.claziss1-2/+17
2017-06-08[ARC] Don't convert _DYNAMIC@ to _GLOBAL_OFFSET_TABLE_Vineet Gupta1-4/+1
2017-05-30[ARC] Add arc-cpu.def with processor definitionsAnton Kolesov1-26/+3
2017-05-23[ARC] Reformat error messages.claziss1-10/+11
2017-05-10[ARC] Object attributes.Claudiu Zissulescu1-66/+309
2017-03-16gas/arc: Limit special handling of t/nt flag to ARCv2Rinat Zelig1-5/+13
2017-02-15[ARC] Fix assembler relaxation.Claudiu Zissulescu1-9/+32
2017-02-06[ARC] Provide an interface to decode ARC instructions.Claudiu Zissulescu1-0/+4
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-10/+10
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-08ARC/GAS: Correct a `spaces' global shadowing errorMaciej W. Rozycki1-5/+5
2016-12-05[ARC] Don't check extAuxRegister second argument for sign.Claudiu Zissulescu1-11/+16
2016-12-02[ARC] Sync cpu names with the ones accepted by GCC.Claudiu Zissulescu1-22/+85
2016-11-29[ARC] Add checking for LP_COUNT reg usage, improve error reporting.Claudiu Zissulescu1-15/+20
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-1/+1
2016-11-18[ARC] Fix and extend features of .cpu directive.Claudiu Zissulescu1-18/+59
2016-11-04arc/nps400: Validate address type operands correctlyAndrew Burgess1-3/+16
2016-11-03arc: Change max instruction length to 64-bitsAndrew Burgess1-125/+30
2016-11-03arc: Replace ARC_SHORT macro with arc_opcode_len functionGraham Markall1-2/+4
2016-11-03gas/arc: Replace short_insn flag with insn length fieldGraham Markall1-45/+18
2016-10-27gas/arc: Don't rely on bfd list of cpu type for cpu selectionAndrew Burgess1-91/+100
2016-10-06[ARC] Fix parsing leave_s and enter_s mnemonics.Claudiu Zissulescu1-2/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-1/+6
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra1-0/+1
2016-09-14[ARC] Fix parsing dtpoff relocation expression.Claudiu Zissulescu1-1/+1
2016-07-27Begin implementing ARC NPS-400 Accelerator instructionsGraham Markall1-35/+117
2016-07-11TLS: DTPOFF can accept offsets, stored into addendum. Remove the need of baseClaudiu Zissulescu1-23/+2
2016-06-30Allow ARC target to be configured with --with-cpu=<cpu-name>.Andrew Burgess1-2/+7
2016-06-27Make the kernel dwarf stack unwinder work for ARC targets.Vineet Gupta1-1/+1
2016-06-23[ARC] Misc minor edits/fixesGraham Markall1-36/+37
2016-06-21Arc assembler: Convert nps400 from a machine type to an extension.Graham Markall1-13/+57
2016-06-13Fix compile time warning messages building with gcc v6.1.1Nick Clifton1-1/+1
2016-06-02Add support for 48 and 64 bit ARC instructions.Andrew Burgess1-69/+192
2016-05-23[ARC] Add XY registers, update neg instruction.Claudiu Zissulescu1-1/+27
2016-05-23[ARC] Rename "class" named attributes.Claudiu Zissulescu1-12/+12
2016-05-18gas/arc: Make member of arc_flags constAndrew Burgess1-1/+1
2016-05-18gas/arc: Use BFD_VMA_FMT for printf format specifierAndrew Burgess1-2/+4
2016-05-18gas/arc: Fix array overrun when checking opcode arrayAndrew Burgess1-2/+2
2016-05-18gas/arc: Add guard against operand array overflow.Andrew Burgess1-5/+7
2016-05-13use XNEW and related macros moreTrevor Saunders1-9/+8