aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2017-01-31 16:32:59 -0800
committerCary Coutant <ccoutant@gmail.com>2017-01-31 16:33:58 -0800
commited35cc4a1cb76fd9ac53ad19efb97ee2caffbae9 (patch)
treec10ec94ecb20e9c9c3196d63a074368c86cd7d1c /gold/ChangeLog
parent15a00b13aedc6300732d0b3b6b9daefa361ced6f (diff)
downloadgdb-ed35cc4a1cb76fd9ac53ad19efb97ee2caffbae9.zip
gdb-ed35cc4a1cb76fd9ac53ad19efb97ee2caffbae9.tar.gz
gdb-ed35cc4a1cb76fd9ac53ad19efb97ee2caffbae9.tar.bz2
Don't allow mov-to-lea optimization for __ehdr_start.
gold/ PR gold/21090 * x86_64.cc (Target_x86_64::can_convert_mov_to_lea): Add check for predefined symbol. (Target_x86_64::Relocate::relocate): Fix formatting.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 7357c08..c50e1f8 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,10 @@
+2017-01-31 Cary Coutant <ccoutant@gmail.com>
+
+ PR gold/21090
+ * x86_64.cc (Target_x86_64::can_convert_mov_to_lea): Add check
+ for predefined symbol.
+ (Target_x86_64::Relocate::relocate): Fix formatting.
+
2017-01-23 Rahul Chaudhry <rahulchaudhry@google.com>
* testsuite/icf_safe_so_test.sh: Use "set -e".