qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jim Shu <jim.shu@sifive.com>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>,
	Richard Henderson <richard.henderson@linaro.org>,
	Jim Shu <jim.shu@sifive.com>
Subject: [PATCH 1/2] include/elf.h: align ELF macro name with glibc
Date: Fri, 26 Jul 2024 12:32:45 +0800	[thread overview]
Message-ID: <20240726043246.10999-2-jim.shu@sifive.com> (raw)
In-Reply-To: <20240726043246.10999-1-jim.shu@sifive.com>

Rename DT_BINDNOW to DT_BIND_NOW to align with glibc header: "elf/elf.h"

Signed-off-by: Jim Shu <jim.shu@sifive.com>
---
 include/elf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/elf.h b/include/elf.h
index e7259ec366..ef47b5e2ad 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -235,7 +235,7 @@ typedef struct mips_elf_abiflags_v0 {
 #define DT_DEBUG        21
 #define DT_TEXTREL      22
 #define DT_JMPREL       23
-#define DT_BINDNOW      24
+#define DT_BIND_NOW     24
 #define DT_INIT_ARRAY   25
 #define DT_FINI_ARRAY   26
 #define DT_INIT_ARRAYSZ 27
-- 
2.17.1



  reply	other threads:[~2024-07-26  4:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-26  4:32 [PATCH 0/2] Let gen-vdso tool to use internal ELF header Jim Shu
2024-07-26  4:32 ` Jim Shu [this message]
2024-07-26  5:18   ` [PATCH 1/2] include/elf.h: align ELF macro name with glibc Richard Henderson
2024-07-26  4:32 ` [PATCH 2/2] linux-user: Add QEMU include path to vdso Jim Shu
2024-07-26  5:32   ` Richard Henderson
2024-07-26  5:28 ` [PATCH 0/2] Let gen-vdso tool to use internal ELF header Richard Henderson
2024-07-26  6:44   ` Jim Shu

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=20240726043246.10999-2-jim.shu@sifive.com \
    --to=jim.shu@sifive.com \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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 NNTP newsgroup(s).