aboutsummaryrefslogtreecommitdiff
path: root/opcodes/moxie-opc.c
AgeCommit message (Collapse)AuthorFilesLines
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-06-29C++ commentsAlan Modra1-2/+2
binutils isn't c99 (yet). This replaces or removes some C++ style comments. bfd/ * arc-got.h: Use C style comments. * coff-z80.c: Likewise. * elf32-csky.c: Likewise. * peXXigen.c: Likewise. * elf32-m32c.c (m32c_elf_relax_delete_bytes): Remove commented out code. binutils/ * dwarf.c: Use C style comments. * resrc.c: Likewise. gas/ * config/tc-s12z.c: Use C style comments. * config/tc-z80.c: Likewise. * config/tc-xtensa.c (emit_ld_r_n): Remove commented out code. include/ * coff/internal.h: Use C style comments. * coff/pe.h: Likewise. * elf/ppc64.h: Likewise. opcodes/ * arm-dis.c: Use C style comments. * cr16-opc.c: Likewise. * ft32-dis.c: Likewise. * moxie-opc.c: Likewise. * tic54x-dis.c: Likewise. * s12z-opc.c: Remove useless comment. * xgate-dis.c: Likewise.
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-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-27Limit moxie sto/ldo offsets to 16 bitsAnthony Green1-6/+6
2014-12-24Add mul.x and umul.x instructions to moxie portAnthony Green1-9/+9
2014-12-12Add zex instructions for moxie portAnthony Green1-2/+2
2014-04-02Add new sign-extension instructions to moxie portAnthony Green1-2/+2
2014-03-05Update copyright yearsAlan Modra1-1/+1
2012-09-28Don't abort() when disassembling bad moxie instructions.Anthony Green1-28/+87
2010-02-03Move NOP from 0x00 to 0x0f.Anthony Green1-3/+6
2009-06-11Add PC-relative branch instructions to moxie port.Anthony Green1-18/+31
2009-06-06Print moxie addresses nicely.Anthony Green1-12/+12
2009-04-16Add new binutils target: moxieNick Clifton1-0/+136