]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
linux-user: Remove ELIBBAD from elfload.c
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Jul 2025 21:30:26 +0000 (11:30 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Aug 2025 21:04:04 +0000 (07:04 +1000)
The last use of this fallback was removed in 8e62a71738bc.

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

index aa0eed6dea0e890c4c76d37d45b6c64cf8b13b54..c0326928d45f8e1aaf38d58e28891e01eb57c2a0 100644 (file)
@@ -110,11 +110,6 @@ int info_is_fdpic(struct image_info *info)
 #define MAP_DENYWRITE 0
 #endif
 
-/* should probably go in elf.h */
-#ifndef ELIBBAD
-#define ELIBBAD 80
-#endif
-
 #if TARGET_BIG_ENDIAN
 #define ELF_DATA        ELFDATA2MSB
 #else