On Wed, 30 Jul 2025 at 01:13, Richard Henderson <richard.hender...@linaro.org> wrote: > > Prepare to split the main linux-user/elfload.c. > Create empty files for each target, and add the > common build rule. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> diff --git a/linux-user/aarch64/elfload.c b/linux-user/aarch64/elfload.c > new file mode 100644 > index 0000000000..73fa78ef14 > --- /dev/null > +++ b/linux-user/aarch64/elfload.c > @@ -0,0 +1 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ No license info in the existing elfload.c so I guess we can take LICENSE at its word that source files with no licensing info are GPL2-or-later... Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM