elf/dl-lookup.c: Remove unnecessary static variable
commitd6d062255489343810ad1e01d05f70acd9cd1918
authorWill Newton <will.newton@linaro.org>
Fri, 4 Apr 2014 08:56:42 +0000 (4 09:56 +0100)
committerWill Newton <will.newton@linaro.org>
Mon, 23 Jun 2014 13:13:30 +0000 (23 14:13 +0100)
tree453477b6f66dc495e8729ca54f21ee751ce6acac
parentf393b4aaedd32238738708f6b180fe91a0ae85f8
elf/dl-lookup.c: Remove unnecessary static variable

undefined_msg is only used once contrary to the comment.

ChangeLog:

2014-06-23  Will Newton  <will.newton@linaro.org>

* elf/dl-lookup.c (undefined_msg): Remove variable.
(_dl_lookup_symbol_x): Replace undefined_msg with string
literal.
ChangeLog
elf/dl-lookup.c