aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arc.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-05[ARC] Fix support for double assist instructions.Claudiu Zissulescu1-4/+51
2016-04-05[ARC] Don't allow pc-rel relocations for J* instructions.Claudiu Zissulescu1-1/+5
2016-04-01gas/arc: Change 'LENGHT' to 'LENGTH'Andrew Burgess1-1/+1
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-03-21arc/opcodes: Use flag operand class to handle multiple flag matchesAndrew Burgess1-6/+16
2016-03-21arc: Add nps400 machine type, and assembler flag.Andrew Burgess1-0/+3
2016-03-21arc: Remove EF_ARC_CPU_GENERIC constant.Andrew Burgess1-4/+3
2016-03-21arc/gas: default mach is arc700, initialised in md_beginAndrew Burgess1-41/+38
2016-03-21Remove use of alloca.Nick Clifton1-5/+4
2016-03-07Add const qualifiers at various places.Trevor Saunders1-1/+1
2016-02-29[ARC] Local symbols relocation cleanupClaudiu Zissulescu1-2/+23
2016-02-29[ARC] General fixes.Claudiu Zissulescu1-1/+1
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-1/+1
2016-02-16[ARC] Enable .cfi_* pseudo-ops.Claudiu Zissulescu1-0/+22
2016-02-10Add support for ARC instruction relaxation in the assembler.Claudiu Zissulescu1-957/+1424
2016-02-01Fix ARC TLS support.Claudiu Zissulescu1-2/+9
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-10arc/gas: Accept, but ignore, dummy arguments.Andrew Burgess1-1/+2
2015-12-04Fix failures in the GAS testsuite for the ARC architecture.Claudiu Zissulescu1-22/+57
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-10-28Fix errors in the gas testsuite for the ARC target.Cupertino Miranda1-189/+213
2015-10-07New ARC implementation.Nick Clifton1-1485/+2735
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-12/+8
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra1-2/+4
2014-03-05Update copyright yearsAlan Modra1-2/+1
2011-03-10 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,Alan Modra1-2/+2
2009-09-25 Update soruces to make alpha, arc and arm targets compile cleanlyNick Clifton1-6/+9
2009-09-05 * bfd/coff-arm.c (coff_arm_relocate_section)Nick Clifton1-8/+8
2009-07-24 PR 10437Nick Clifton1-7/+7
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton1-5/+5
2007-10-18PR gas/5172Nick Clifton1-2/+2
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-41/+1
2007-10-08PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 ga...Nick Clifton1-49/+49
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2006-06-07remove some duplicate #include's.Alan Modra1-2/+0
2006-02-10Fix casts to allow for a 64-bit host.Nick Clifton1-7/+8
2005-10-11This adjusts equate handling byNick Clifton1-1/+1
2005-06-07gas:Zack Weinberg1-2/+2
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-03-24Convert unmaintained files over to ISO-C90 and fix formatting.Nick Clifton1-701/+647
2005-03-032005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>Ramana Radhakrishnan1-9/+1
2005-03-012005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>Ramana Radhakrishnan1-1/+1
2005-02-23 * cgen.c: Warning fixes.Alan Modra1-1/+1
2005-02-17 * tc.h (struct relax_type, relax_typeS): Move from here..Alan Modra1-44/+46
2005-01-31 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,Ben Elliston1-9/+0
2004-10-01 * config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is anAlan Modra1-2/+3
2004-05-06Remove duplicate code and provide a function for generating internally consis...Nick Clifton1-11/+1
2004-03-18 * read.c (read_a_source_file): Use demand_empty_rest_of_line.Nathan Sidwell1-21/+0