From: Richard Henderson Date: Tue, 29 Jul 2025 21:30:26 +0000 (-1000) Subject: linux-user: Remove ELIBBAD from elfload.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5dcc0b62059e2330f2746fa691ac6791e9a14cc3;p=thirdparty%2Fqemu.git linux-user: Remove ELIBBAD from elfload.c The last use of this fallback was removed in 8e62a71738bc. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- diff --git a/linux-user/elfload.c b/linux-user/elfload.c index aa0eed6dea0..c0326928d45 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -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