aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-08-31 17:06:32 +0930
committerAlan Modra <amodra@gmail.com>2016-08-31 19:22:43 +0930
commit8a37735f20f4cbd0cba49d49e57974faf8b9f19b (patch)
treeb196ba96a78a1d2f601101436201dcc43f8ce71c /gold/ChangeLog
parent09f92717713cfc7595b29caa3f017f88e7f7e279 (diff)
downloadgdb-8a37735f20f4cbd0cba49d49e57974faf8b9f19b.zip
gdb-8a37735f20f4cbd0cba49d49e57974faf8b9f19b.tar.gz
gdb-8a37735f20f4cbd0cba49d49e57974faf8b9f19b.tar.bz2
[GOLD] Further tidy to powerpc can_add_to_stub_group
This patch adds a little more debug output, and replaces two variables with one, tracking current max group size by group_size_ rather than by has14_. * powerpc.cc (class Stub_control): Delete stub14_group_size_ and has14_. Add group_size_. (Stub_control::can_add_to_stub_group): Adjust to suit. Print debug info when switching to adding sections before stubs.
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 2cf964d..bde2268 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,12 @@
2016-08-31 Alan Modra <amodra@gmail.com>
+ * powerpc.cc (class Stub_control): Delete stub14_group_size_
+ and has14_. Add group_size_.
+ (Stub_control::can_add_to_stub_group): Adjust to suit. Print
+ debug info when switching to adding sections before stubs.
+
+2016-08-31 Alan Modra <amodra@gmail.com>
+
* debug.h (DEBUG_TARGET): New.
(DEBUG_ALL): Add DEBUG_TARGET.
(gold_debug): Delete FORMAT param.