aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-v850.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Convert more variables to a constant form.Trevor Saunders1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-37/+31
2015-08-12Remove trailing spaces in gasH.J. Lu1-1/+1
2015-03-05Fixes a thinko in the implementation of the V850 -m8byte-align and -m4byte-al...Nick Clifton1-6/+8
2015-02-24Adds support for generating notes in V850 binaries.Nick Clifton1-0/+88
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-05-17Prevent the V850 assembler from generating an internal error if it is asked toNick Clifton1-0/+6
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra1-18/+17
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-04-04oops - omitted from previous deltaNick Clifton1-0/+5
2013-01-24Add support for V850E3V5 architectureNick Clifton1-135/+460
2013-01-15 * config/tc-v850.c (md_assemble): Allow signed values forNick Clifton1-1/+2
2012-11-092012-11-09 Nick Clifton <nickc@redhat.com>Nick Clifton1-5/+31
2012-11-09Remove trailing redundant `;'H.J. Lu1-1/+1
2012-10-04 * v850-dis.c (disassemble): Place square parentheses around secondNick Clifton1-1/+1
2011-05-12 PR gas/12755Alan Modra1-2/+2
2010-08-02 * config/tc-v850.c (md_assemble): Always pass format string toAlan Modra1-2/+2
2010-07-23Add support for v850E2 and v850E2V3Nick Clifton1-524/+1426
2010-03-132010-03-13 Segher Boessenkool <segher@kernel.crashing.org>Segher Boessenkool1-1/+18
2009-07-24 PR 10437Nick Clifton1-6/+6
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-33/+1
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2006-06-07remove some duplicate #include's.Alan Modra1-1/+0
2006-01-11Fixes for building on 64-bit hosts:Nick Clifton1-9/+39
2005-06-07gas:Zack Weinberg1-2/+2
2005-05-22Fix typoNick Clifton1-1/+1
2005-05-18(md_apply_fix3): Only use the insertion routine if one exists.Nick Clifton1-3/+5
2005-05-17* config/tc-v850,h (TC_FIX_TYPE): Define. (TC_INIT_FIX_TYPE): Define.Nick Clifton1-10/+38
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-205/+105
2005-03-03update copyright datesAlan Modra1-1/+1
2005-02-23 * cgen.c: Warning fixes.Alan Modra1-2/+2
2005-01-31 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,Ben Elliston1-11/+0
2004-12-16include/elf/Richard Sandiford1-2/+27
2004-08-17Add support for a -g switch to GASNick Clifton1-17/+6
2004-05-06Remove duplicate code and provide a function for generating internally consis...Nick Clifton1-14/+5
2003-11-22 * config/atof-tahoe.c: Fix comment typos.Kazu Hirata1-4/+4
2003-09-04Add binutils support for v850e1 processorNick Clifton1-1/+18
2003-07-15 * config/tc-v850.c (md_assemble): When no reloc, create pcrel fixupsAlan Modra1-55/+54
2003-06-24Update .comm error messages to assume an unsigned value.Nick Clifton1-1/+1
2003-06-03Add pc-relative 32-bit reloc to v850 port. Fixes ld-elf/merge test failure.Nick Clifton1-10/+16
2003-05-21Move .file and .loc pseudo ops into obj-elf.cNick Clifton1-2/+0
2003-02-21Add v850e debug registers.Nick Clifton1-65/+71
2003-01-23 * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra1-6/+2
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-31/+32
2002-10-14 * config/tc-v850.c (CHECK_): Remove token pasting operator.Alan Modra1-1/+1
2002-09-26Fix v850 .offset pseudo-opJim Wilson1-5/+5
2002-09-05gas reloc rewrite.Alan Modra1-17/+6