[PATCH v3 2/2] x86: Make dl-cache.h and readelflib.c not Linux-specific
Sergey Bugaev
bugaevc@gmail.com
Mon Jun 26 20:05:45 GMT 2023
On Mon, Jun 26, 2023 at 10:39 PM Joseph Myers <joseph@codesourcery.com> wrote:
> This broke the build for x32.
>
> In file included from dl-cache.c:23:
> ../sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h:19:10: fatal error: sysdeps/unix/sysv/linux/x86_64/dl-cache.h: No such file or directory
> 19 | #include <sysdeps/unix/sysv/linux/x86_64/dl-cache.h>
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thank you :|
Would just #include_next <dl-cache.h> work here? Otherwise, it's
#include <sysdeps/x86_64/dl-cache.h> now.
I'll send a patch.
Sergey
More information about the Libc-alpha
mailing list