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

Signed-off-by: Jim Shu <jim....@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 via email to