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