diff options
author | Doug Kwan <dougkwan@google.com> | 2010-11-18 23:25:08 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2010-11-18 23:25:08 +0000 |
commit | 0ad220c95233297ad49f23f3d116f91f7e36a39f (patch) | |
tree | 0c33b4324ae440ea6e0647743721b3ec12bc19da /gold/ChangeLog | |
parent | 60a60dd984b265429d18f70f36c0d0dc6e9e876f (diff) | |
download | gdb-0ad220c95233297ad49f23f3d116f91f7e36a39f.zip gdb-0ad220c95233297ad49f23f3d116f91f7e36a39f.tar.gz gdb-0ad220c95233297ad49f23f3d116f91f7e36a39f.tar.bz2 |
2010-11-18 Doug Kwan <dougkwan@google.com>
* expression.cc (BINARY_EXPRESSION): Initialize left_alignment
and right_alignment to be zero. Store result alignment only if it is
greater than existing alignment.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 97e6e28..29a3438 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2010-11-18 Doug Kwan <dougkwan@google.com> + + * expression.cc (BINARY_EXPRESSION): Initialize left_alignment + and right_alignment to be zero. Store result alignment only if it is + greater than existing alignment. + 2010-11-16 Cary Coutant <ccoutant@google.com> PR gold/12220 |