diff options
| author | Ulrich Drepper <[email protected]> | 2010-03-04 21:58:30 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2010-03-04 21:58:30 -0800 |
| commit | 77615134ad72fda6c55492addb8dfb273eaa411f (patch) | |
| tree | ce4b40813b66bc5725a506fb5ec0047d0001642d /backends/x86_64_reloc.def | |
| parent | f7a9a9e421dcba940c26cff9a87493c9c7e0788b (diff) | |
Support new x86-64 relocations.
Diffstat (limited to 'backends/x86_64_reloc.def')
| -rw-r--r-- | backends/x86_64_reloc.def | 2 |
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) |
