aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-v850.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-09gas: rename md_end to md_finishAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-09-02Fix the V850 assembler's generation of relocations for the st.b instruction.Nick Clifton1-21/+18
2021-07-21as_bad_subtractAlan Modra1-2/+1
2021-04-01Use startswith in gas subfolder.Martin Liska1-13/+13
2021-03-31Use bool in gasAlan Modra1-61/+61
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-31PR26503 UBSAN: tc-v850.c:1447 left shift cannot be representedAlan Modra1-1/+1
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-2/+1
2020-08-20Port gas/config/* to str_htab.Martin Liska1-4/+5
2020-05-26gas: Silence GCC 10 warning on tc-v850.cH.J. Lu1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-4/+4
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-07-12Fix compile time warnings building the binutils with gcc 7.1.1.Nick Clifton1-2/+1
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-7/+7
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-05-18Change type of v850_target_arch to enum bfd_architectureTrevor Saunders1-1/+1
2016-05-13use XNEW and related macros moreTrevor Saunders1-2/+2
2016-04-01Constify moreAlan Modra1-2/+2
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
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