mirror of git://sourceware.org/git/glibc.git
(_dl_start): Set bootstrap_map.l_relocated even for already prelinked ld.so.
This commit is contained in:
parent
3e1e123d02
commit
f85f3563db
|
@ -509,8 +509,8 @@ _dl_start (void *arg)
|
||||||
data access using the global offset table. */
|
data access using the global offset table. */
|
||||||
|
|
||||||
ELF_DYNAMIC_RELOCATE (&bootstrap_map, 0, 0);
|
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
|
/* Please note that we don't allow profiling of this object and
|
||||||
therefore need not test whether we have to allocate the array
|
therefore need not test whether we have to allocate the array
|
||||||
|
|
Loading…
Reference in New Issue