summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-05-29 23:18:26 +0000
committerRichard Henderson <rth@redhat.com>2005-05-29 23:18:26 +0000
commit6ab8e793a9f1d298c0ff78c609a934e203462138 (patch)
treecdbe8fb88dc8780ce005351e53498634ce8e3e1c /include
parent8e4164abba1329208fcf0b4216ac92ece77bde08 (diff)
downloadbinutils-redhat-6ab8e793a9f1d298c0ff78c609a934e203462138.tar.gz
* alpha.h (DT_ALPHA_PLTRO): New.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/alpha.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 66c553f994..6d46df58db 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-29 Richard Henderson <rth@redhat.com>
+
+ * alpha.h (DT_ALPHA_PLTRO): New.
+
2005-05-19 Ben Elliston <bje@au.ibm.com>
* dwarf2.h (enum dwarf_type): Assign DW_ATE_GNU_decimal_float from
diff --git a/include/elf/alpha.h b/include/elf/alpha.h
index 5b5c411641..7d82fa12ac 100644
--- a/include/elf/alpha.h
+++ b/include/elf/alpha.h
@@ -63,6 +63,9 @@ typedef struct
#define STO_ALPHA_NOPV 0x80
#define STO_ALPHA_STD_GPLOAD 0x88
+/* Special values for Elf64_Dyn tag. */
+#define DT_ALPHA_PLTRO DT_LOPROC
+
#include "elf/reloc-macros.h"
/* Alpha relocs. */