On Fri, 15 Jan 2021 at 22:47, Richard Henderson <richard.hender...@linaro.org> wrote: > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tests/tcg/aarch64/mte.h | 53 +++++++++++++++++++++++++++++++ > tests/tcg/aarch64/mte-1.c | 25 +++++++++++++++ > tests/tcg/aarch64/mte-2.c | 42 ++++++++++++++++++++++++ > tests/tcg/aarch64/mte-3.c | 47 +++++++++++++++++++++++++++ > tests/tcg/aarch64/mte-4.c | 42 ++++++++++++++++++++++++ > tests/tcg/aarch64/Makefile.target | 6 ++++ > tests/tcg/configure.sh | 4 +++ > 7 files changed, 219 insertions(+) > create mode 100644 tests/tcg/aarch64/mte.h > create mode 100644 tests/tcg/aarch64/mte-1.c > create mode 100644 tests/tcg/aarch64/mte-2.c > create mode 100644 tests/tcg/aarch64/mte-3.c > create mode 100644 tests/tcg/aarch64/mte-4.c > > diff --git a/tests/tcg/aarch64/mte.h b/tests/tcg/aarch64/mte.h > new file mode 100644 > index 0000000000..038d33ab6c > --- /dev/null > +++ b/tests/tcg/aarch64/mte.h > @@ -0,0 +1,53 @@ > +#include <assert.h> > +#include <string.h> > +#include <stdlib.h> > +#include <stdio.h>
All new files need the usual copyright-and-license header comment, please. thanks -- PMM