Minor optimization of unloading prevention patch.
authorUlrich Drepper <drepper@redhat.com>
Thu, 23 Jul 2009 14:40:56 +0000 (07:40 -0700)
committerUlrich Drepper <drepper@redhat.com>
Thu, 23 Jul 2009 14:40:56 +0000 (07:40 -0700)
commitc15b1d20cd31d9c1498a1863a0a65ecfec4f2513
tree42e564201a023f8bcf2aa4c4531e3769de5f5ef4
parentfe4d2935e8d984d1d6c314eec557921f2c851224
Minor optimization of unloading prevention patch.

References to unique symbols from copy relocations can only come
from executables which cannot be unloaded anyway.  Optimize the
code to set the unload flag a bit.
elf/dl-lookup.c