diff options
author | Cary Coutant <ccoutant@google.com> | 2014-09-30 16:06:50 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2014-09-30 16:06:50 -0700 |
commit | db4c959472b3a8f82cfb67d2532ba22f44ab98da (patch) | |
tree | f454a6190711aaeb90bada2addd2e5be991a56c5 /gold/ChangeLog | |
parent | cd6da0366dc6684d32f349b729b5558258fc3af4 (diff) | |
download | gdb-db4c959472b3a8f82cfb67d2532ba22f44ab98da.zip gdb-db4c959472b3a8f82cfb67d2532ba22f44ab98da.tar.gz gdb-db4c959472b3a8f82cfb67d2532ba22f44ab98da.tar.bz2 |
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.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 20f84af..f636afa 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2014-09-30 Cary Coutant <ccoutant@google.com> + + PR gold/17432 + * resolve.cc (Symbol_table::resolve): Fix local shadowing error. + 2014-09-30 Kito Cheng <kito@0xlab.org> PR gold/13597 |