summaryrefslogtreecommitdiff
path: root/opcodes/moxie-opc.c
Commit message (Collapse)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
| | | | | | The newer update-copyright.py fixes file encoding too, removing cr/lf on binutils/bfdtest2.c and ld/testsuite/ld-cygwin/exe-export.exp, and embedded cr in binutils/testsuite/binutils-all/ar.exp string match.
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
| | | | | | | | | | The result of running etc/update-copyright.py --this-year, fixing all the files whose mode is changed by the script, plus a build with --enable-maintainer-mode --enable-cgen-maint=yes, then checking out */po/*.pot which we don't update frequently. The copy of cgen was with commit d1dd5fcc38ead reverted as that commit breaks building of bfp opcodes files.
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
|
* C++ commentsAlan Modra2020-06-291-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.
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
|
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
|
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
|
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
|
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
|
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
|
* Limit moxie sto/ldo offsets to 16 bitsAnthony Green2014-12-271-6/+6
|
* Add mul.x and umul.x instructions to moxie portAnthony Green2014-12-241-9/+9
|
* Add zex instructions for moxie portAnthony Green2014-12-121-2/+2
|
* Add new sign-extension instructions to moxie portAnthony Green2014-04-021-2/+2
|
* Update copyright yearsAlan Modra2014-03-051-1/+1
|
* Don't abort() when disassembling bad moxie instructions.Anthony Green2012-09-281-28/+87
|
* Move NOP from 0x00 to 0x0f.Anthony Green2010-02-031-3/+6
|
* Add PC-relative branch instructions to moxie port.Anthony Green2009-06-111-18/+31
|
* Print moxie addresses nicely.Anthony Green2009-06-061-12/+12
|
* Add new binutils target: moxieNick Clifton2009-04-161-0/+136