gdb: defer commit resume until all available events are consumed
[deliverable/binutils-gdb.git] / gold / ChangeLog
1 2020-07-08 Nick Clifton <nickc@redhat.com>
2
3 * testsuite/script_test_7.sh: Adjust expected address of the .bss
4 section.
5 * testsuite/script_test_9.sh: Do not expect the .init section to
6 immediately follow the .text section in the mapping of sections to
7 segments.
8
9 2020-07-07 Nick Clifton <nickc@redhat.com>
10
11 * target-reloc.h: (Default_comdat_behaviour:get): Ignore discarded
12 relocs that refer to the .gnu.build.attributes section.
13
14 2020-07-06 Nick Clifton <nickc@redhat.com>
15
16 * po/fr.po: Updated French translation.
17 * po/uk.po: Updated Ukranian translation.
18
19 2020-07-04 Nick Clifton <nickc@redhat.com>
20
21 Binutils 2.35 branch created.
22
23 2020-07-03 Alan Modra <amodra@gmail.com>
24
25 PR 26028
26 * testsuite/Makefile.am (file_in_many_sections.stdout): Add -W
27 to readelf options.
28 * testsuite/Makefile.in: Regenerate.
29
30 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
31
32 * configure.ac: Check for bswap_16, bswap_32, and bswap_64 decls.
33 * configure: Regenerated.
34 * config.h.in: Likewise.
35
36 2020-06-24 Nick Clifton <nickc@redhat.com>
37
38 * target-reloc.h (issue_discarded_error): Initialise the
39 key_symndx variable.
40
41 2020-06-23 Roland McGrath <mcgrathr@google.com>
42
43 PR 22843
44 * options.h (class General_options): Add --dependency-file option.
45 * fileread.cc (File_read::files_read): New static variable.
46 (File_read::open): Add the file to the files_read list.
47 (File_read::record_file_read): New static member function.
48 (File_read::write_dependency_file): New static member function.
49 * fileread.h (class File_read): Declare them.
50 * layout.cc (Layout::read_layout_from_file): Call record_file_read.
51 (Close_task_runner::run): Call write_dependency_file if
52 --dependency-file was passed.
53
54 2020-06-18 Fangrui Song <i@maskray.me>
55
56 PR gold/26039
57 * layout.cc (Layout::finish_dynamic_section): Set DF_1_PIE.
58
59 2020-06-16 Alan Modra <amodra@gmail.com>
60
61 * testsuite/discard_locals_test.c: Replace uses of asm with __asm__.
62 * testsuite/discard_locals_relocatable_test.c: Likewise.
63
64 2020-06-16 Alan Modra <amodra@gmail.com>
65
66 * testsuite/Makefile.am (export_dynamic_plugin.o): Use CXXCOMPILE.
67 (plugin_test_wrap_symbols_1.o): Likewise.
68 (plugin_test_wrap_symbols_2.o): Likewise.
69 * testsuite/Makefile.in: Regenerate.
70
71 2020-06-15 Roland McGrath <mcgrathr@google.com>
72
73 Implement -z start-stop-visibility=... option.
74 * options.h (class General_options): Handle -z start-stop-visibility=.
75 (General_options::start_stop_visibility_enum): New public method.
76 (General_options::set_start_stop_visibility_enum): New private method.
77 (General_options::start_stop_visibility_enum_): New private member.
78 * options.cc (General_options::General_options): Add initializer.
79 (General_options::finalize): Set this->start_stop_visibility_enum_
80 from string value.
81 * layout.cc (Layout::define_section_symbols): Use option setting.
82
83 2020-06-06 Alan Modra <amodra@gmail.com>
84
85 * powerpc.cc: Update throughout for reloc renaming.
86
87 2020-05-22 Alan Modra <amodra@gmail.com>
88
89 PR 25882
90 * powerpc.cc (merge_object_attributes): Replace name param with
91 obj param. Update callers. Don't init FP attributes from shared
92 libraries, and do not emit an error if they don't match.
93
94 2020-05-15 Nikita Ermakov <coffe92@gmail.com>
95
96 * powerpc.cc (do_gc_mark_symbol): Don't segfault on plugin symbols.
97
98 2020-05-14 Nick Clifton <nickc@redhat.com>
99
100 * po/sr.po: New Serbian translation.
101
102 2020-05-11 Alan Modra <amodra@gmail.com>
103
104 * powerpc.cc: Rename powerxx to power10 throughout.
105
106 2020-05-02 H.J. Lu <hongjiu.lu@intel.com>
107
108 PR gold/25904
109 * testsuite/Makefile.am (COMMON_TEST_C_CFLAGS): New.
110 (common_test_1.o): New rule.
111 (common_test_2.o): Likewise.
112 (common_test_3.o): Likewise.
113 (plugin_common_test_1.o): Likewise.
114 (plugin_common_test_2.o): Likewise.
115 (common_test_1_v1.o): Likewise.
116 (common_test_1_v2.o): Likewise.
117 (common_test_2_pic.o): Compile with $(COMMON_TEST_C_CFLAGS).
118 (common_test_3_pic.o): Likewise.
119 * testsuite/Makefile.in: Regenerated.
120
121 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
122
123 PR gold/25426
124 * x86_64.cc (Target_x86_64<size>::Relocate::tls_desc_gd_to_ie):
125 For x32, relax "rex leal foo@tlsdesc(%rip), %reg" to
126 "rex movl foo@gottpoff(%rip), %eax" and relax ""call *(%eax)"
127 to "nopl (%rax)".
128 (Target_x86_64<size>::Relocate::tls_desc_gd_to_le): For x32,
129 relax "rex leal foo@tlsdesc(%rip), %reg" to
130 "rex movl foo@tpoff, %eax" and relax "call *foo@tlscall(%eax)"
131 to "nopl (%rax)".
132 * testsuite/Makefile.am (tls_test_gnu2.o): Depend on
133 gcctestdir/as.
134 (tls_test_file2_gnu2.o): Likewise.
135 (tls_test_c_gnu2.o): Likewise.
136 * testsuite/Makefile.in: Regenerated.
137
138 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
139
140 PR gold/25473
141 * x86_64.cc (Target_x86_64<size>::Relocate::tls_desc_gd_to_ie):
142 Properly check r8 - r15 in "lea foo@TLSDESC(%rip), %reg".
143 (Target_x86_64<size>::Relocate::tls_desc_gd_to_le): Properly
144 relax r8 - r15 in "lea foo@TLSDESC(%rip), %reg".
145 * testsuite/Makefile.am (check_SCRIPTS): Add x86_64_gd_to_le.sh.
146 (check_DATA): Add x86_64_gd_to_le.stdout.
147 (MOSTLYCLEANFILES): Add x86_64_gd_to_le.
148 (x86_64_gd_to_le.o): New target.
149 (x86_64_gd_to_le): Likewise.
150 (x86_64_gd_to_le.stdout): Likewise.
151 * testsuite/Makefile.in: Regenerated.
152 * testsuite/x86_64_gd_to_le.s: New file.
153 * testsuite/x86_64_gd_to_le.sh: Likewise.
154
155 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
156
157 * testsuite/odr_violation2.cc (Ordering::operator()): Make
158 expression even more complex.
159
160 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
161
162 * testsuite/ver_test_pr16504.sh: Updated.
163
164 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
165
166 PR gold/25872
167 * x86_64.cc (Output_data_plt_x86_64_bnd::do_write): Increment
168 plt_offset after setting the reserved TLSDESC PLT entry.
169 (Output_data_plt_x86_64_ibt<size>::do_write): Likewise.
170
171 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
172
173 PR gold/25872
174 * x86_64.cc (Output_data_plt_x86_64_bnd::do_address_for_local):
175 Handle local IFUNC symbol.
176 (Output_data_plt_x86_64_ibt::do_address_for_local): Likewise.
177
178 2020-03-19 Fangrui Song <maskray@google.com>
179
180 * options.h (General_options): Add --no-rosegment option.
181
182 2020-02-24 Nick Clifton <nickc@redhat.com>
183
184 * po/fr.po: Update French translation.
185
186 2020-01-20 Nick Clifton <nickc@redhat.com>
187
188 * po/uk.po: Updated Ukranian translation.
189
190 2020-01-18 Nick Clifton <nickc@redhat.com>
191
192 * configure: Regenerate.
193 * po/gold.pot: Regenerate.
194
195 2020-01-18 Nick Clifton <nickc@redhat.com>
196
197 Binutils 2.34 branch created.
198
199 2020-01-01 Alan Modra <amodra@gmail.com>
200
201 Update year range in copyright notice of all files.
202
203 For older changes see ChangeLog-2019
204 \f
205 Copyright (C) 2020 Free Software Foundation, Inc.
206
207 Copying and distribution of this file, with or without modification,
208 are permitted in any medium without royalty provided the copyright
209 notice and this notice are preserved.
210
211 Local Variables:
212 mode: change-log
213 left-margin: 8
214 fill-column: 74
215 version-control: never
216 End:
This page took 0.033438 seconds and 4 git commands to generate.