summaryrefslogtreecommitdiffstats
path: root/backends/x86_64_reloc.def
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2010-03-04 21:58:30 -0800
committerUlrich Drepper <[email protected]>2010-03-04 21:58:30 -0800
commit77615134ad72fda6c55492addb8dfb273eaa411f (patch)
treece4b40813b66bc5725a506fb5ec0047d0001642d /backends/x86_64_reloc.def
parentf7a9a9e421dcba940c26cff9a87493c9c7e0788b (diff)
Support new x86-64 relocations.
Diffstat (limited to 'backends/x86_64_reloc.def')
-rw-r--r--backends/x86_64_reloc.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/x86_64_reloc.def b/backends/x86_64_reloc.def
index 6c9cc1b7..ef302e55 100644
--- a/backends/x86_64_reloc.def
+++ b/backends/x86_64_reloc.def
@@ -52,6 +52,8 @@ RELOC_TYPE (TPOFF32, REL)
RELOC_TYPE (PC64, REL|EXEC|DYN)
RELOC_TYPE (GOTOFF64, REL)
RELOC_TYPE (GOTPC32, REL)
+RELOC_TYPE (SIZE32, REL|EXEC|DYN)
+RELOC_TYPE (SIZE64, REL|EXEC|DYN)
RELOC_TYPE (GOTPC32_TLSDESC, REL)
RELOC_TYPE (TLSDESC_CALL, REL)
RELOC_TYPE (TLSDESC, REL|EXEC|DYN)