aboutsummaryrefslogtreecommitdiff
path: root/opcodes/cr16-dis.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-05-10opcodes: remove use of PTRAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-04-01Remove strneq macro and use startswith.Martin Liska1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-30cr16 disassembly error of disp20 fieldsAlan Modra1-63/+51
2020-01-04ubsan: cr16: left shift cannot be represented in type 'int'Alan Modra1-2/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-11ubsan: cr16: left shift cannot be represented in type 'int'Alan Modra1-7/+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-10-25PR22348, conflicting global vars in crx and cr16Alan Modra1-8/+8
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-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in opcodesH.J. Lu1-4/+4
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-01-07oops - typo correction.Nick Clifton1-1/+1
2013-01-07 (make_instruction): Rename to cr16_make_instruction.Nick Clifton1-4/+4
2013-01-02opcodes/ChangeLogNick Clifton1-59/+67
2012-05-17 PR 14072Nick Clifton1-1/+1
2012-01-16 PR binutils/10173Alan Modra1-2/+2
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-23/+23
2009-06-15 PR 10173Nick Clifton1-2/+4
2008-11-27 * cr16-dis.c (match_opcode): Truncate mcode to 32 bit andM R Swami Reddy1-1/+5
2008-05-21 * cr16-dis.c (build_mask): Adjust the mask for 32-bit bcond.Nick Clifton1-1/+6
2007-07-05Change source files over to GPLv3.Nick Clifton1-3/+3
2007-07-04* cr16-dis.c (getcinvstring): Add const qualifier to char * parameter.Nick Clifton1-2/+2
2007-06-29New port: National Semiconductor's CR16Nick Clifton1-0/+820