public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Sergey Bugaev <bugaevc@gmail.com>
To: Joseph Myers <joseph@codesourcery.com>
Cc: libc-alpha@sourceware.org
Subject: Re: [PATCH v3 2/2] x86: Make dl-cache.h and readelflib.c not Linux-specific
Date: Mon, 26 Jun 2023 23:05:45 +0300	[thread overview]
Message-ID: <CAN9u=Hd7OCgDvTeEdf3rBkaN_vm3JQCDPgVzxob-tZ1TU1LQ0g@mail.gmail.com> (raw)
In-Reply-To: <33f17f47-369e-ad3d-5c40-2f5281579afa@codesourcery.com>

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

  parent reply	other threads:[~2023-06-26 20:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-17 16:40 [PATCH v3 1/2] elf: Port ldconfig away from stack-allocated paths Sergey Bugaev
2023-06-17 16:40 ` [PATCH v3 2/2] x86: Make dl-cache.h and readelflib.c not Linux-specific Sergey Bugaev
2023-06-21 13:28   ` Adhemerval Zanella Netto
2023-06-23 12:36     ` Sergey Bugaev
2023-06-23 12:46       ` Adhemerval Zanella Netto
2023-06-26 19:39   ` Joseph Myers
2023-06-26 19:50     ` Adhemerval Zanella Netto
2023-06-26 20:05     ` Sergey Bugaev [this message]
2023-06-26 20:09       ` Sergey Bugaev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAN9u=Hd7OCgDvTeEdf3rBkaN_vm3JQCDPgVzxob-tZ1TU1LQ0g@mail.gmail.com' \
    --to=bugaevc@gmail.com \
    --cc=joseph@codesourcery.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).