summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-09 22:20:06 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-09 22:20:06 +0000
commitbbde871b62cce4ef4acc1659845f2d49de3d8105 (patch)
tree2298b76dccb3b988f0aaffe710671b4256b964ce /include
parentf3c7774ff4f4adda09aba6873c3cf0d428b0d0bc (diff)
date: 2005/08/07 07:53:58; author: drepper; state: Exp; lines: +1 -1
(DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO definition.
Diffstat (limited to 'include')
-rw-r--r--include/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf.h b/include/elf.h
index e00969266..2b2aafde9 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -1910,7 +1910,7 @@ typedef Elf32_Addr Elf32_Conflict;
#define LITUSE_ALPHA_TLS_LDM 5
/* Legal values for d_tag of Elf64_Dyn. */
-#define DT_ALPHA_PLTRO 0x70000000
+#define DT_ALPHA_PLTRO (DT_LOPROC + 0)
#define DT_ALPHA_NUM 1
/* PowerPC specific declarations */