summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-07 07:55:10 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-07 07:55:10 +0000
commit6c49b464d92da2945de33b9f1b0bddbb14c240ef (patch)
tree572ff52057836a8c3d7a22204a09113f8b10603a /elf
parenta9e8e2c6abe7332b9624d43ff3dacba979fdbc91 (diff)
* elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO
definition.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h
index a09d279dbf..ef9e27cccc 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1867,7 +1867,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 */