On Wed, 30 Jul 2025 at 01:39, Richard Henderson <richard.hender...@linaro.org> wrote: > > The last use of this fallback was removed in 8e62a71738bc. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/elfload.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/linux-user/elfload.c b/linux-user/elfload.c > index 5185c84e58..6eb4e31bdb 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
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> (The existence of an unguarded "E(ELIBBAD)" in errnos.c.inc suggests that all our supported hosts define ELIBBAD in the system headers anyway.) thanks -- PMM