xref: /netbsd-src/external/gpl3/binutils/dist/gold/ChangeLog (revision c38e7cc395b1472a774ff828e46123de44c628e9)
12018-01-27  Nick Clifton  <nickc@redhat.com>
2
3	This is the 2.30 release:
4
5	* configure: Regenerate.
6	* po/gold.pot: Regenerate.
7
82018-01-24  Franz Sirl  <franz.sirl-kernel@lauterbach.com>
9
10	* main.cc: Print m.arena as long long.
11
122018-01-18  Alan Modra  <amodra@gmail.com>
13
14	* powerpc.cc (param_plt_align): New function supplying default
15	--plt-align values.  Use it..
16	(Stub_table::plt_call_align): ..here, and..
17	(Output_data_glink::global_entry_align): ..here.
18	(Stub_table::stub_align): Correct 32-bit minimum alignment.
19
202018-01-18  Alan Modra  <amodra@gmail.com>
21
22	* options.h (speculate_indirect_jumps): New option.
23	* powerpc.cc (beqctrm, beqctrlm, crseteq): New insn constants.
24	(output_bctr): New function.
25	(Stub_table::plt_call_size): Add space for speculation barrier.
26	(Stub_table::branch_stub_size): Likewise.
27	(Output_data_glink::pltresolve_size): Likewise.
28	(Stub_table::do_write): Output speculation barriers.
29
302018-01-18  Alan Modra  <amodra@gmail.com>
31
32	* options.h (plt_align): Support for PowerPC32 too.
33	* powerpc.cc (Stub_table::stub_align): Heed --plt-align for 32-bit.
34	(Stub_table::plt_call_size, branch_stub_size): Tidy.
35	(Stub_table::plt_call_align): Implement using stub_align.
36	(Output_data_glink::global_entry_align): New function.
37	(Output_data_glink::global_entry_off): New function.
38	(Output_data_glink::global_entry_address): Use global_entry_off.
39	(Output_data_glink::pltresolve_size): New function, replacing
40	pltresolve_size_ constant.  Update all uses.
41	(Output_data_glink::add_global_entry): Align offset.
42	(Output_data_glink::set_final_data_size): Use global_entry_align.
43	(Stub_table::do_write): Don't pad __glink_PLTrelsolve with nops.
44	Tidy stub output.  Use global_entry_off.
45
462018-01-15  Cary Coutant  <ccoutant@gmail.com>
47
48	PR gold/22694
49	* options.h (-fuse-ld): Add correct helparg.
50
512018-01-15  Nick Clifton  <nickc@redhat.com>
52
53	* po/uk.po: Updated Ukranian translation.
54
552018-01-13  Nick Clifton  <nickc@redhat.com>
56
57	* po/gold.pot: Regenerated.
58
592018-01-13  Nick Clifton  <nickc@redhat.com>
60
61	2.30 branch created.
62
632018-01-12  Cary Coutant  <ccoutant@gmail.com>
64
65	* NEWS: Add new features in 1.15.
66	* version.cc (version_string): Bump to 1.15.
67
682018-01-12  Sterling Augustine  <saugustine@google.com>
69
70	* cref.cc (Cref_inputs::Cref_table_compare::operator): Add
71	conditionals and calls to is_forwarder.
72
732018-01-03  Alan Modra  <amodra@gmail.com>
74
75	Update year range in copyright notice of all files.
76
77For older changes see ChangeLog-2017
78
79Copyright (C) 2018 Free Software Foundation, Inc.
80
81Copying and distribution of this file, with or without modification,
82are permitted in any medium without royalty provided the copyright
83notice and this notice are preserved.
84
85Local Variables:
86mode: change-log
87left-margin: 8
88fill-column: 74
89version-control: never
90End:
91