aboutsummaryrefslogtreecommitdiff
path: root/opcodes/crx-dis.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-02ubsan: crx-dis.c:571 left shift of negative valueAlan Modra1-74/+74
2020-01-04ubsan: crx: left shift cannot be represented in type 'int'Alan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-26ubsan: crx: index 5 out of bounds for type 'operand_desc const[5]'Alan Modra1-1/+1
2019-12-16ubsan: crx: left shift cannot be represented in type 'int'Alan Modra1-27/+9
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-02-26crx string overflow warningAlan Modra1-1/+1
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-9/+9
2017-05-24Move print_insn_XXX to an opcodes internal headerYao Qi1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06Don't use boolean OR in arithmetic expressionsAlan Modra1-1/+1
2016-04-20update many old style function definitionsTrevor Saunders1-3/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in opcodesH.J. Lu1-6/+6
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2012-05-17 PR 14072Nick Clifton1-1/+1
2012-02-27gas/Alan Modra1-6/+6
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-15/+15
2009-10-012009-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com>M R Swami Reddy1-1/+1
2009-09-02update copyright datesAlan Modra1-1/+1
2007-07-05Change source files over to GPLv3.Nick Clifton1-10/+11
2006-05-22* crx-dis.c (EXTRACT): Make macro work on 64-bit hosts.Nick Clifton1-1/+1
2005-07-07Kaveh Ghazi's printf format attribute checking patch.Jim Wilson1-4/+4
2005-05-07Update the address and phone number of the FSFNick Clifton1-1/+1
2005-03-03update copyright datesAlan Modra1-1/+1
2005-02-24 * cris-dis.c (format_hex): Remove ineffective warning fix.Alan Modra1-1/+2
2005-02-23(make_instruction): Move argument structure into inner scope and ensure thatNick Clifton1-1/+2
2004-12-052004-12-05 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-14/+17
2004-11-292004-11-29 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-10/+3
2004-11-052004-11-05 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-2/+2
2004-10-27* crx-dis.c (enum REG_ARG_TYPE): New, replacing COP_ARG_TYPE.Tomer Levi1-41/+58
2004-10-07Add support for CRX co-processor opcodesNick Clifton1-22/+51
2004-07-07Add new port: crx-elfNick Clifton1-0/+700