On 13 November 2018 at 16:52, Samuel Ortiz <[email protected]> wrote: > Most of them are TCG dependent so we want to be able to not build them > in order to support TCG disablement with ARM. > > Signed-off-by: Samuel Ortiz <[email protected]> > Tested-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Robert Bradford <[email protected]> > --- > target/arm/excp_helper.c | 550 +++++++++++++++++++++++++++++++++++++++ > target/arm/helper.c | 531 ------------------------------------- > target/arm/Makefile.objs | 2 +- > 3 files changed, 551 insertions(+), 532 deletions(-) > create mode 100644 target/arm/excp_helper.c > > diff --git a/target/arm/excp_helper.c b/target/arm/excp_helper.c > new file mode 100644 > index 0000000000..38fe9703de > --- /dev/null > +++ b/target/arm/excp_helper.c > @@ -0,0 +1,550 @@ > +/* > + * Exception and interrupt helpers. > + * > + * This code is licensed under the GNU GPL v2 and later.
*or* later. Wording matters in licensing. Same for other new files added in this series. > + * > + * SPDX-License-Identifier: GPL-2.0-or-later > + */ thanks -- PMM
