summaryrefslogtreecommitdiffstats
path: root/backends/x86_64_reloc.def
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2009-06-01 07:38:32 -0700
committerUlrich Drepper <[email protected]>2009-06-01 07:38:32 -0700
commitb47d290a36509e26e145f6d3eb2e6590ec6c554d (patch)
tree42076e6b9c556729618b25b4dedf29606b4e4aee /backends/x86_64_reloc.def
parente94b1b2bec403afb5fd4696a05e1ade09fdb3e59 (diff)
Add support for IRELATIVE relocations.
That's the second part of the IFUNC support. So far x86 and x86-64 only.
Diffstat (limited to 'backends/x86_64_reloc.def')
-rw-r--r--backends/x86_64_reloc.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/x86_64_reloc.def b/backends/x86_64_reloc.def
index e6c5a84b..5d70f47c 100644
--- a/backends/x86_64_reloc.def
+++ b/backends/x86_64_reloc.def
@@ -1,5 +1,5 @@
/* List the relocation types for x86-64. -*- C -*-
- Copyright (C) 2000, 2001, 2002, 2003, 2005 Red Hat, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003, 2005, 2009 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -49,3 +49,4 @@ RELOC_TYPE (TLSLD, REL)
RELOC_TYPE (DTPOFF32, REL)
RELOC_TYPE (GOTTPOFF, REL)
RELOC_TYPE (TPOFF32, REL)
+RELOC_TYPE (IRELATIVE, EXEC|DYN)