aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-crx.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-07-21as_bad_subtractAlan Modra1-8/+4
2021-04-01Remove strneq macro and use startswith.Martin Liska1-1/+0
2021-03-31Remove bfd_stdint.hAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-31crx: ubsan: cannot be representedAlan Modra1-126/+98
2020-08-24Remove "memory exhausted" messagesAlan Modra1-8/+3
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-5/+6
2020-08-20Port gas/config/* to str_htab.Martin Liska1-30/+13
2020-05-26gas: Silence GCC 10 warning on tc-crx.cH.J. Lu1-3/+3
2020-02-26Indent labelsAlan Modra1-5/+5
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-04-23Silence gcc-8 warningsAlan Modra1-2/+5
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-10-25PR22348, conflicting global vars in crx and cr16Alan Modra1-10/+10
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-15/+15
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+3
2016-05-24change some variable's type to op_errTrevor Saunders1-1/+1
2016-05-13use XNEW and related macros moreTrevor Saunders1-1/+1
2016-04-03use XNEW and related macros moreTrevor Saunders1-2/+2
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in gasH.J. Lu1-56/+56
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2012-02-27 * config/tc-crx.c (check_range): Correct uint32_t misconceptions.Alan Modra1-5/+2
2012-02-27gas/Alan Modra1-24/+28
2010-06-28 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra1-10/+16
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-17/+17
2009-09-02update copyright datesAlan Modra1-1/+1
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton1-2/+2
2008-08-12Banish PARAMS and PTR. Convert to ISO C.Alan Modra1-4/+5
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-49/+1
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2006-04-23 * config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c,Kazu Hirata1-1/+1
2006-02-10(check_range): Ensure that the sign bit of a 32-bit value is propagated intoNick Clifton1-0/+6
2005-07-14(reset_vars): Use strncpy to prevent overflowing the ins_parse buffer.Nick Clifton1-1/+2
2005-06-07gas:Zack Weinberg1-1/+1
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2004-12-232004-12-23 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-6/+4
2004-11-292004-11-29 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-883/+420
2004-11-082004-11-08 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-2/+10
2004-11-052004-11-05 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-351/+266
2004-10-282004-10-28 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-0/+1
2004-10-27* config/tc-crx.c: Remove global variable 'post_inc_mode'.Tomer Levi1-265/+270
2004-10-251. Check unsigned immediate operands validity. 2. Update coprocessor id to be...Tomer Levi1-1/+16
2004-10-07Add error checking for Co-Processor instructionsTomer Levi1-1/+17