aboutsummaryrefslogtreecommitdiffstats
path: root/src/prelink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prelink.h')
-rw-r--r--src/prelink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prelink.h b/src/prelink.h
index b03c95e..c96d8d4 100644
--- a/src/prelink.h
+++ b/src/prelink.h
@@ -209,7 +209,7 @@ READWRITEPROTO(be,64)
const char * strptr (DSO *dso, int sec, off_t offset);
#define PL_ARCH \
-static struct PLArch plarch __attribute__((section("pl_arch"),unused))
+static struct PLArch plarch __attribute__((section("pl_arch"),used))
#define addr_adjust(addr, start, adjust) \
do { \