diff options
Diffstat (limited to 'elf/rtld.c')
-rw-r--r-- | elf/rtld.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/rtld.c b/elf/rtld.c index b3698ad1b8..45b15fd8f2 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -152,7 +152,9 @@ _dl_start (void *arg) { struct link_map bootstrap_map; hp_timing_t start_time; +#if !__GNUC_PREREQ (2, 96) size_t cnt; +#endif /* This #define produces dynamic linking inline functions for bootstrap relocation instead of general-purpose relocation. */ |