[PATCH v4] opcodes: cris: move desc & opc files from sim/

Hans-Peter Nilsson hp@axis.com
Mon May 24 13:24:18 GMT 2021


> From: Mike Frysinger via Binutils <binutils@sourceware.org>
> Date: Mon, 24 May 2021 05:46:41 +0200

> All other cgen ports keep their generated desc & opc files under
> opcodes/, so move the cris files over too.  The cris-opc.c file,
> while not generated, is already here to complement.
> ---
>  opcodes/Makefile.am               | 15 +++++++++++++-
>  opcodes/Makefile.in               | 16 ++++++++++++++-
>  opcodes/cgen.sh                   | 34 +++++++++++++++++++++++++++++++
>  opcodes/configure                 |  2 +-
>  opcodes/configure.ac              |  2 +-
>  {sim/cris => opcodes}/cris-desc.c |  0
>  {sim/cris => opcodes}/cris-desc.h |  0
>  {sim/cris => opcodes}/cris-opc.h  |  0
>  sim/cris/Makefile.in              | 16 ++++-----------
>  9 files changed, 69 insertions(+), 16 deletions(-)
>  rename {sim/cris => opcodes}/cris-desc.c (100%)
>  rename {sim/cris => opcodes}/cris-desc.h (100%)
>  rename {sim/cris => opcodes}/cris-opc.h (100%)

Ok with a ChangeLog entry, but I guess it's mostly "Moved
from..." and "New rule".  I don't think you need to post
that though.  Thanks.

brgds, H-P


More information about the Binutils mailing list