aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-12-14 06:59:20 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-12-14 06:59:20 -0800
commitadd6016bac156e40e60bf21a2c2c8ed3015db049 (patch)
tree19afda94e2fc1f2c256657ffd386945530b61770 /gold/ChangeLog
parent89e7505fcde4bd83948f559f429a0e1eb4262f05 (diff)
downloadgdb-add6016bac156e40e60bf21a2c2c8ed3015db049.zip
gdb-add6016bac156e40e60bf21a2c2c8ed3015db049.tar.gz
gdb-add6016bac156e40e60bf21a2c2c8ed3015db049.tar.bz2
Cast current_group_size to unsigned long
* aarch64.cc (AArch64_relocate_functions::maybe_apply_stub): Cast current_group_size to unsigned long when reporting error.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 5c32168..8f56043 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
+ Cast current_group_size to unsigned long when reporting error.
+
2014-12-10 Jing Yu <jingyu@google.com>
* aarch64.cc (Target_aarch64): Add new variable stub_group_size_.