* elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even

for already prelinked ld.so.
This commit is contained in:
Jakub Jelinek 2005-02-11 15:02:46 +00:00
parent 8426ecf6be
commit 88da3f5402
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-02-11 Jakub Jelinek <jakub@redhat.com>
* elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
for already prelinked ld.so.
* scripts/soversions.awk: Only record first WORDSIZE{32,64}
matching line.

View File

@ -509,8 +509,8 @@ _dl_start (void *arg)
data access using the global offset table. */
ELF_DYNAMIC_RELOCATE (&bootstrap_map, 0, 0);
bootstrap_map.l_relocated = 1;
}
bootstrap_map.l_relocated = 1;
/* Please note that we don't allow profiling of this object and
therefore need not test whether we have to allocate the array