commit | b118e4f8a2d6bc354ee728e484c03774acb2d54b | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Wed Aug 31 17:06:32 2016 +0930 |
committer | Alan Modra <amodra@gmail.com> | Wed Feb 22 09:40:19 2017 +1030 |
tree | cd061c58184bb389696b81cd1274079ee1e67e8b | |
parent | d817edc29c8249520601ac62054c78254bf18f97 [diff] |
[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.