Skip to content

Commit

Permalink
(_dl_start): Set bootstrap_map.l_relocated even for already prelinked…
Browse files Browse the repository at this point in the history
… ld.so.
  • Loading branch information
Ulrich Drepper committed Feb 12, 2005
1 parent 3e1e123 commit f85f356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elf/rtld.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f85f356

Please sign in to comment.