]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: Remove a.out declarations from elfload.c
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jul 2025 21:45:13 +0000 (11:45 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Aug 2025 21:04:04 +0000 (07:04 +1000)
commitab2d261ab3e73f622d75c5c6cc06cc0b7db2d79a
treed77d22b1acb19309cbb389b40fc4c02b941e4142
parent8218eb6f52abd08c9e89baafdddec6f0d9234768
linux-user: Remove a.out declarations from elfload.c

These should have been removed with the rest of the stub a.out
support in b9329d4b5321, though they were not in use even then.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/elfload.c