diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-07-29 08:03:41 -1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-08-28 06:39:25 +1000 |
| commit | 58afe4cfe93be0e283e7a0fcd9a50fd52fc44169 (patch) | |
| tree | be6d39f1fcfffec51dc00f6442f53544ab6fb15f /linux-user/sparc | |
| parent | 7adf9ebb0ac72637833f61e24e44def6228b4484 (diff) | |
| download | focaccia-qemu-58afe4cfe93be0e283e7a0fcd9a50fd52fc44169.tar.gz focaccia-qemu-58afe4cfe93be0e283e7a0fcd9a50fd52fc44169.zip | |
linux-user: Create target/elfload.c files
Prepare to split the main linux-user/elfload.c. Create empty files for each target, and add the common build rule. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/sparc')
| -rw-r--r-- | linux-user/sparc/elfload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/sparc/elfload.c b/linux-user/sparc/elfload.c new file mode 100644 index 0000000000..73fa78ef14 --- /dev/null +++ b/linux-user/sparc/elfload.c @@ -0,0 +1 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ |