Fix error from previous patch where tosize and tovalue were redefined
authorCary Coutant <ccoutant@google.com>
Tue, 30 Sep 2014 23:06:50 +0000 (16:06 -0700)
committerCary Coutant <ccoutant@google.com>
Tue, 30 Sep 2014 23:06:50 +0000 (16:06 -0700)
commitdb4c959472b3a8f82cfb67d2532ba22f44ab98da
treef454a6190711aaeb90bada2addd2e5be991a56c5
parentcd6da0366dc6684d32f349b729b5558258fc3af4
Fix error from previous patch where tosize and tovalue were redefined
in a block, shadowing the declarations outside the block.

gold/
PR gold/17432
* resolve.cc (Symbol_table::resolve): Fix local shadowing error.
gold/ChangeLog
gold/resolve.cc