diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-30 00:38:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-30 00:38:09 +0000 |
commit | 1b4575aefaaa43adfed4658f7d66de587f12120e (patch) | |
tree | da685d9ca96236e7e2ad73b115d47c359187ac70 /elf/rtld.c | |
parent | be4b5a955552a633de592a04420f4cdf8476339e (diff) | |
download | glibc-1b4575aefaaa43adfed4658f7d66de587f12120e.zip glibc-1b4575aefaaa43adfed4658f7d66de587f12120e.tar.gz glibc-1b4575aefaaa43adfed4658f7d66de587f12120e.tar.bz2 |
Update.
* sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
to avoid warning
(DL_STATIC_FUNCTION_ADDRESS): Likewise.
Diffstat (limited to 'elf/rtld.c')
-rw-r--r-- | elf/rtld.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |