about summary refs log tree commit diff
path: root/elf/rtld.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/rtld.c')
-rw-r--r--elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index cf7f7efca9..47ac3e3cb6 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -145,7 +145,7 @@ RTLD_START
 # error "sysdeps/MACHINE/dl-machine.h fails to define RTLD_START"
 #endif
 
-static ElfW(Addr)
+static ElfW(Addr) __attribute_used__
 _dl_start (void *arg)
 {
   struct link_map bootstrap_map;