diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2024-11-12 11:33:38 -0800 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2024-11-16 08:42:25 -0800 |
| commit | dff406754efdb13f401e2b39f869541286903619 (patch) | |
| tree | 10ad44c37b758d9f2f37c373b74e93d72094047c /linux-user/qemu.h | |
| parent | c81d1fafa6233448bcc2d8fcd2ba63a4ae834f3a (diff) | |
| download | focaccia-qemu-dff406754efdb13f401e2b39f869541286903619.tar.gz focaccia-qemu-dff406754efdb13f401e2b39f869541286903619.zip | |
linux-user: Drop image_info.alignment
This field is write-only. Use only the function-local variable within load_elf_image. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/qemu.h')
| -rw-r--r-- | linux-user/qemu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 895bdd722a..67bc81b149 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -44,7 +44,6 @@ struct image_info { abi_ulong file_string; uint32_t elf_flags; int personality; - abi_ulong alignment; bool exec_stack; /* Generic semihosting knows about these pointers. */ |