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/openrisc | |
parent | 7adf9ebb0ac72637833f61e24e44def6228b4484 (diff) | |
download | qemu-58afe4cfe93be0e283e7a0fcd9a50fd52fc44169.zip qemu-58afe4cfe93be0e283e7a0fcd9a50fd52fc44169.tar.gz qemu-58afe4cfe93be0e283e7a0fcd9a50fd52fc44169.tar.bz2 |
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/openrisc')
-rw-r--r-- | linux-user/openrisc/elfload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/openrisc/elfload.c b/linux-user/openrisc/elfload.c new file mode 100644 index 0000000..73fa78e --- /dev/null +++ b/linux-user/openrisc/elfload.c @@ -0,0 +1 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ |