Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
5fdf3872
L
12016-04-04 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/19827
4 * testsuite/ld-i386/pr19827-nacl.rd: New file.
5 * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
6
a061de07
NC
72016-04-04 Nick Clifton <nickc@redhat.com>
8
9 PR 19803
10 * emultempl/pe.em (change_undef): New function. Encapsulates
11 duplicated code in pe_fixup_stdcalls and adds the newly defined
12 sym to the gc root list.
13 (pe_fixup_stdcall): Use the new function.
14 * pe-dll.c (process_def_file_and_drectve); Add alias of exported
15 symbol to gc root list.
16
fc90c280
AM
172016-03-31 Alan Modra <amodra@gmail.com>
18
19 * ldlang.c (TO_ADDR, TO_SIZE, opb_shift): Move earlier in file.
20 (lang_insert_orphan): Use TO_ADDR in __stop sym calculation.
21 (print_input_section): Don't use TO_ADDR when printing section
22 size.
23 (lang_size_sections_1): Use TO_ADDR in overlay lma calculation.
24 (lang_size_sections): Use TO_ADDR in relro end calculation.
25
62bdf2d6
AB
262016-03-30 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * testsuite/lib/ld-lib.exp (run_dump_test): Fix check of return
29 value from regexp_diff.
30 * testsuite/ld-elf/orphan-5.l: Fix expected output.
31 * testsuite/ld-elf/orphan-6.l: Likewise.
32
a87dd97a
AM
332016-03-30 Alan Modra <amodra@gmail.com>
34
35 PR 18452
36 * ldlang.c (maybe_overlays): New static var.
37 (lang_size_sections_1): Set it here.
38 (struct check_sec): New.
39 (sort_sections_by_lma): Adjust for array of structs.
40 (sort_sections_by_vma): New function.
41 (lang_check_section_addresses): Check both LMA and VMA for overlap.
42 * testsuite/ld-scripts/rgn-over7.d: Adjust.
43
ca62bc4a
AM
442016-03-30 Alan Modra <amodra@gmail.com>
45
46 * ldlang.c (lang_size_sections_1): Correct code detecting a
47 backward non-overlapping move.
48
2e4a7aea
AM
492016-03-30 Alan Modra <amodra@gmail.com>
50
51 * ldlang.c (IS_TBSS): New macro, extracted from..
52 (IGNORE_SECTION): ..here.
53 (lang_size_sections_1): Use IS_TBSS and IGNORE_SECTION.
54 (lang_size_sections, lang_do_assignments_1): Use IS_TBSS.
55
4153b6db
NC
562016-03-22 Nick Clifton <nickc@redhat.com>
57
58 PR ld/19803
59 * ldlang.c (lang_add_gc_name): New function. Adds the provided
60 symbol name to the list of gc symbols.
61 (lang_process): Call lang_add_gc_name with entry_symbol_default if
62 entry_symbol.name is NULL. Use lang_add_gc_name to add the init
63 and fini function names.
64 * pe-dll.c (process_def_file_and_drectve): Add exported names to
65 the gc symbol list.
66 * testsuite/ld-pe/pr19803.s: Do not export _testval symbol.
67 * testsuite/ld-pe/pr19803.d: Tweak expected output.
68
9780e045
NC
692016-03-22 Nick Clifton <nickc@redhat.com>
70
71 * configure: Regenerate.
72
e1fa0163
NC
732016-03-21 Nick Clifton <nickc@redhat.com>
74
75 * emultempl/msp430.em: Replace use of alloca with call to xmalloc.
76 * plugin.c: Likewise.
77 * pe-dll.c: Likewise.
78
45821bef
A
792016-03-18 Awson <kyrab@mail.ru>
80
81 PR 19531
82 * scripttempl/pe.sc (.rdata_runtime_pseudo_reloc): Always KEEP
83 this section.
84 * scripttempl/pep.sc (.rdata_runtime_pseudo_reloc): Likewise.
85
41f46ed9
SKS
862016-03-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
87
88 * ld-avr/gc-section-debugline.d: Relax regex check for CU.
89
4e0c91e4
L
902016-03-15 H.J. Lu <hongjiu.lu@intel.com>
91
92 PR ld/19827
93 * testsuite/ld-i386/i386.exp: Run PR ld/19827 tests.
94 * testsuite/ld-x86-64/x86-64.exp: Likewise.
95 * testsuite/ld-i386/pr19827.rd: New file.
96 * testsuite/ld-i386/pr19827a.S: Likewise.
97 * testsuite/ld-i386/pr19827b.S: Likewise.
98 * testsuite/ld-x86-64/pr19827.rd: Likewise.
99 * testsuite/ld-x86-64/pr19827a.S: Likewise.
100 * testsuite/ld-x86-64/pr19827b.S: Likewise.
101
4c10bbaa
L
1022016-03-15 H.J. Lu <hongjiu.lu@intel.com>
103
104 PR ld/19807
105 * Makefile.am (ELF_X86_DEPS): Add
106 $(srcdir)/emulparams/reloc_overflow.sh.
107 * Makefile.in: Regenerated.
108 * NEWS: Mention -z noreloc-overflow.
109 * ld.texinfo: Document -z noreloc-overflow.
110 * emulparams/elf32_x86_64.sh: Source
111 ${srcdir}/emulparams/reloc_overflow.sh.
112 * emulparams/elf_x86_64.sh: Likewise.
113 * emulparams/reloc_overflow.sh: New file.
114 * testsuite/ld-x86-64/pr19807-1.s: New file.
115 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
116 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
117 * testsuite/ld-x86-64/pr19807-2.s: Likewise.
118 * testsuite/ld-x86-64/pr19807-2a.d: Likewise.
119 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
120 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
121 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
122 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
123 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/19807 tests.
124
3ab94f96
L
1252016-03-13 H.J. Lu <hongjiu.lu@intel.com>
126
127 PR ld/19539
128 * testsuite/ld-i386/i386.exp: Run pr19539.
129 * testsuite/ld-i386/pr19539.d: New file.
130 * testsuite/ld-i386/pr19539.s: Likewise.
131 * testsuite/ld-i386/pr19539.t: Likewise.
132 * testsuite/ld-x86-64/pr19539.s: Likewise.
133 * testsuite/ld-x86-64/pr19539.t: Likewise.
134 * testsuite/ld-x86-64/pr19539a.d: Likewise.
135 * testsuite/ld-x86-64/pr19539b.d: Likewise.
136 * testsuite/ld-x86-64/x86-64.exp: Run pr19539a and pr19539b.
137
a9f02af8
MG
1382016-03-10 Mickael Guene <mickael.guene@st.com>
139
140 PR gas/19744
141 * testsuite/ld-arm/arm-elf.exp: New tests.
142 * testsuite/ld-arm/thumb1-adds-armv7-m.s: New.
143 * testsuite/ld-arm/thumb1-movs-armv7-m.s: New.
144
878a6877
NC
1452016-03-10 Nick Clifton <nickc@redhat.com>
146
147 * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).
148
4b05e0a7
PA
1492016-03-09 Pedro Alves <palves@redhat.com>
150
151 * scripttempl/v850.sc: Use "v850:old-gcc-abi" as OUTPUT_ARCH.
152 * scripttempl/v850_rh850.sc: Use "v850:rh850" as OUTPUT_ARCH.
153
9c1d7a08
L
1542016-03-08 H.J. Lu <hongjiu.lu@intel.com>
155
156 PR ld/19789
157 * testsuite/ld-elf/pr19789.d: New file.
158 * testsuite/ld-elf/pr19789.s: Likewise.
159
d1ed1c7d
L
1602016-03-08 H.J. Lu <hongjiu.lu@intel.com>
161
162 PR ld/19784
163 * testsuite/ld-i386/i386.exp: Remove pr19636-2e-nacl test.
164 * testsuite/ld-i386/pr19636-2e-nacl.d: Moved to ...
165 * testsuite/ld-i386/pr19636-2e.d: Here. Remove notarget.
166 * testsuite/ld-ifunc/ifunc.exp: Run PR ld/19784 tests.
167 * testsuite/ld-ifunc/pass.out: New file.
168 * testsuite/ld-ifunc/pr19784a.c: Likewise.
169 * testsuite/ld-ifunc/pr19784b.c: Likewise.
170 * testsuite/ld-ifunc/pr19784c.c: Likewise.
171
205ac185
L
1722016-03-08 H.J. Lu <hongjiu.lu@intel.com>
173
174 PR ld/19774
175 * testsuite/ld-ifunc/ifunc.exp: Link tmpdir/pr18808a.o before
176 tmpdir/libpr18808.so. Link tmpdir/pr18841a.o before
177 tmpdir/libpr18841b.so and tmpdir/libpr18841c.so. Test
178 --as-needed for pr18841c.
179
23a4bd22
L
1802016-03-07 H.J. Lu <hongjiu.lu@intel.com>
181
182 PR ld/19774
183 * testsuite/ld-i386/i386.exp: Link tmpdir/pr18900.o before
184 tmpdir/pr18900.so and test --as-needed. Link tmpdir/gotpc1.o
185 before tmpdir/got1d.so and test --as-needed.
186 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr18900.o before
187 tmpdir/pr18900.so and test --as-needed.
188
18f822a0
JW
1892016-03-07 Jiong Wang <jiong.wang@arm.com>
190
191 * testsuite/ld-aarch64/implicit_got_section_1.s: New test source file.
192 * testsuite/ld-aarch64/implicit_got_section_1.d: New test expected
193 result.
194 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
195
46175b4e
L
1962016-03-06 H.J. Lu <hongjiu.lu@intel.com>
197
198 * testsuite/ld-i386/i386.exp: Link tmpdir/copyreloc-main.o
199 before tmpdir/copyreloc-lib.so and test --as-needed.
200 * testsuite/ld-x86-64/x86-64.exp: Likewise.
201
07492f66
L
2022016-03-04 H.J. Lu <hongjiu.lu@intel.com>
203
204 PR ld/19579
205 * testsuite/ld-elf/pr19579a.c: New file.
206 * testsuite/ld-elf/pr19579b.c: Likewise.
207 * testsuite/ld-elf/shared.exp: Run PR ld/19579 test.
208
7bcc503f
L
2092016-03-02 H.J. Lu <hongjiu.lu@intel.com>
210
211 * testsuite/ld-elf/pr19162.d: Skip hppa-*-*.
212
7494161b
L
2132016-03-02 H.J. Lu <hongjiu.lu@intel.com>
214
215 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Add xfails.
216 Xfail mix_pic_and_non_pic on "arm*-*-*" "aarch64*-*-*".
217
523f4c92
L
2182016-03-02 H.J. Lu <hongjiu.lu@intel.com>
219
220 PR ld/19739
221 * emultempl/mmo.em (mmo_place_orphan): Don't merge flags of other
222 input sections for relocatable link.
223 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
224 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
225
2262016-03-01 H.J. Lu <hongjiu.lu@intel.com>
227
228 PR ld/19739
e18b24a4 229 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
523f4c92
L
230 merge flags of other input sections for relocatable link.
231
ef621b15
L
2322016-03-01 H.J. Lu <hongjiu.lu@intel.com>
233
234 * testsuite/ld-plugin/lto.exp: Update PR ld/12365 test for GCC 6.
235
2955a517
L
2362016-03-01 H.J. Lu <hongjiu.lu@intel.com>
237
238 * testsuite/ld-elf/pr19162.d: Skip arc target.
239
7f50ebc1
L
2402016-02-29 H.J. Lu <hongjiu.lu@intel.com>
241
242 PR ld/19162
243 * testsuite/ld-elf/pr19162.d: New file.
244 * testsuite/ld-elf/pr19162a.s: Likwise.
245 * testsuite/ld-elf/pr19162b.s: Likwise.
246
841fdfcd
CZ
2472016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
248
249 * testsuite/ld-elf/merge.d: Removed xfail for ARC.
250 * testsuite/ld-elf/merge2.d: Likewise.
251 * testsuite/ld-elf/merge3.d: Likewise.
252
7e458899
CZ
2532016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
254
255 * scripttempl/arclinux.sc: Force .tdata and .tbss to always be
256 generated.
257
c5e3a364
RL
2582016-02-26 Renlin Li <renlin.li@arm.com>
259
260 * testsuite/ld-aarch64/aarch64-elf.exp: Run new testcases.
261 * testsuite/ld-aarch64/emit-relocs-270.d: Update to use new boundary.
262 * testsuite/ld-aarch64/emit-relocs-271.d: Likewise.
263 * testsuite/ld-aarch64/emit-relocs-272.d: Likewise.
264 * testsuite/ld-aarch64/emit-relocs-270-overflow.d: New.
265 * testsuite/ld-aarch64/emit-relocs-270-overflow.s: New.
266 * testsuite/ld-aarch64/emit-relocs-271-overflow.d: New.
267 * testsuite/ld-aarch64/emit-relocs-271-overflow.s: New.
268 * testsuite/ld-aarch64/emit-relocs-272-overflow.d: New.
269 * testsuite/ld-aarch64/emit-relocs-272-overflow.s: New.
270
bae420ef
L
2712016-02-26 H.J. Lu <hongjiu.lu@intel.com>
272
273 PR ld/19609
274 * testsuite/ld-i386/got1.dd: Updated.
275 * testsuite/ld-i386/lea1c.d: Likewise.
276 * testsuite/ld-i386/load1-nacl.d: Likewise.
277 * testsuite/ld-i386/load1.d: Likewise.
278 * testsuite/ld-i386/load4b.d: Likewise.
279 * testsuite/ld-i386/load5b.d: Likewise.
280 * testsuite/ld-i386/mov1b.d: Likewise.
281 * testsuite/ld-x86-64/mov1b.d: Likewise.
282 * testsuite/ld-x86-64/mov1d.d: Likewise.
283 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
284 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
285 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
286 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
287 * testsuite/ld-x86-64/gotpcrel1.dd: Likewise.
288 * testsuite/ld-x86-64/lea1a.d: Likewise.
289 * testsuite/ld-x86-64/lea1b.d: Likewise.
290 * testsuite/ld-x86-64/lea1c.d: Likewise.
291 * testsuite/ld-x86-64/lea1d.d: Likewise.
292 * testsuite/ld-x86-64/lea1e.d: Likewise.
293 * testsuite/ld-x86-64/lea1f.d: Likewise.
294 * testsuite/ld-x86-64/mov1b.d: Likewise.
295 * testsuite/ld-x86-64/mov1d.d: Likewise.
296 * testsuite/ld-x86-64/pr13082-3b.d: Likewise.
297 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
298 * testsuite/ld-x86-64/lea1.s: Add tests for 32-bit registers.
299 * testsuite/ld-i386/pr19609-1.s: New file.
300 * testsuite/ld-i386/pr19609-1a.d: Likewise.
301 * testsuite/ld-i386/pr19609-1b.d: Likewise.
302 * testsuite/ld-i386/pr19609-1c.d: Likewise.
303 * testsuite/ld-i386/pr19609-1d.d: Likewise.
304 * testsuite/ld-i386/pr19609-1e.d: Likewise.
305 * testsuite/ld-i386/pr19609-1f.d: Likewise.
306 * testsuite/ld-i386/pr19609-1g.d: Likewise.
307 * testsuite/ld-i386/pr19609-1h.d: Likewise.
308 * testsuite/ld-i386/pr19609-1i.d: Likewise.
309 * testsuite/ld-i386/pr19609-2.s: Likewise.
310 * testsuite/ld-i386/pr19609-2a.d: Likewise.
311 * testsuite/ld-i386/pr19609-2b.d: Likewise.
312 * testsuite/ld-i386/pr19609-2c.d: Likewise.
313 * testsuite/ld-i386/undefweak.s: Likewise.
314 * testsuite/ld-i386/undefweaka.d: Likewise.
315 * testsuite/ld-i386/undefweakb.d: Likewise.
316 * testsuite/ld-x86-64/pr13082-3c.d: Likewise.
317 * testsuite/ld-x86-64/pr13082-3d.d: Likewise.
318 * testsuite/ld-x86-64/pr19609-1.s: Likewise.
319 * testsuite/ld-x86-64/pr19609-1a.d: Likewise.
320 * testsuite/ld-x86-64/pr19609-1b.d: Likewise.
321 * testsuite/ld-x86-64/pr19609-1c.d: Likewise.
322 * testsuite/ld-x86-64/pr19609-1d.d: Likewise.
323 * testsuite/ld-x86-64/pr19609-1e.d: Likewise.
324 * testsuite/ld-x86-64/pr19609-1f.d: Likewise.
325 * testsuite/ld-x86-64/pr19609-1g.d: Likewise.
326 * testsuite/ld-x86-64/pr19609-1h.d: Likewise.
327 * testsuite/ld-x86-64/pr19609-1i.d: Likewise.
328 * testsuite/ld-x86-64/pr19609-1j.d: Likewise.
329 * testsuite/ld-x86-64/pr19609-1k.d: Likewise.
330 * testsuite/ld-x86-64/pr19609-1l.d: Likewise.
331 * testsuite/ld-x86-64/pr19609-1m.d: Likewise.
332 * testsuite/ld-x86-64/pr19609-2.s: Likewise.
333 * testsuite/ld-x86-64/pr19609-2a.d: Likewise.
334 * testsuite/ld-x86-64/pr19609-2b.d: Likewise.
335 * testsuite/ld-x86-64/pr19609-2c.d: Likewise.
336 * testsuite/ld-x86-64/pr19609-2d.d: Likewise.
337 * testsuite/ld-x86-64/pr19609-3.s: Likewise.
338 * testsuite/ld-x86-64/pr19609-3a.d: Likewise.
339 * testsuite/ld-x86-64/pr19609-3b.d: Likewise.
340 * testsuite/ld-x86-64/pr19609-4.s: Likewise.
341 * testsuite/ld-x86-64/pr19609-4a.d: Likewise.
342 * testsuite/ld-x86-64/pr19609-4b.d: Likewise.
343 * testsuite/ld-x86-64/pr19609-4c.d: Likewise.
344 * testsuite/ld-x86-64/pr19609-4d.d: Likewise.
345 * testsuite/ld-x86-64/pr19609-4e.d: Likewise.
346 * testsuite/ld-x86-64/pr19609-5.s: Likewise.
347 * testsuite/ld-x86-64/pr19609-5a.d: Likewise.
348 * testsuite/ld-x86-64/pr19609-5b.d: Likewise.
349 * testsuite/ld-x86-64/pr19609-5c.d: Likewise.
350 * testsuite/ld-x86-64/pr19609-5d.d: Likewise.
351 * testsuite/ld-x86-64/pr19609-5e.d: Likewise.
352 * testsuite/ld-x86-64/pr19609-6.s: Likewise.
353 * testsuite/ld-x86-64/pr19609-6a.d: Likewise.
354 * testsuite/ld-x86-64/pr19609-6b.d: Likewise.
355 * testsuite/ld-x86-64/pr19609-6c.d: Likewise.
356 * testsuite/ld-x86-64/pr19609-6d.d: Likewise.
357 * testsuite/ld-x86-64/pr19609-7.s: Likewise.
358 * testsuite/ld-x86-64/pr19609-7a.d: Likewise.
359 * testsuite/ld-x86-64/pr19609-7b.d: Likewise.
360 * testsuite/ld-x86-64/pr19609-7c.d: Likewise.
361 * testsuite/ld-x86-64/pr19609-7d.d: Likewise.
362 * testsuite/ld-i386/i386.exp: Run undefweak tests and tests for
363 PR ld/19609.
364 * testsuite/ld-x86-64/x86-64.exp: Run pr13082-3c, pr13082-3d
365 and tests for PR ld/19609.
366
11e5f1ec
L
3672016-02-26 H.J. Lu <hongjiu.lu@intel.com>
368
369 PR ld/19645
370 * NEWS: Mention -z common/-z nocommon for ELF targets.
371 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
372 -z common and -z nocommon.
373 * ld.texinfo: Document -z common/-z nocommon.
374 * lexsup.c (elf_shlib_list_options): Add -z common/-z nocommon.
375 * testsuite/ld-elf/tls_common.exp: Test --elf-stt-common=no and
376 --elf-stt-common=yes with assembler.
377 * testsuite/ld-elfcomm/common-1.s: New file.
378 * testsuite/ld-elfcomm/common-1a.d: Likewise.
379 * testsuite/ld-elfcomm/common-1b.d: Likewise.
380 * testsuite/ld-elfcomm/common-1c.d: Likewise.
381 * testsuite/ld-elfcomm/common-1d.d: Likewise.
382 * testsuite/ld-elfcomm/common-1e.d: Likewise.
383 * testsuite/ld-elfcomm/common-1f.d: Likewise.
384 * testsuite/ld-elfcomm/common-2.s: Likewise.
385 * testsuite/ld-elfcomm/common-2a.d: Likewise.
386 * testsuite/ld-elfcomm/common-2b.d: Likewise.
387 * testsuite/ld-elfcomm/common-2c.d: Likewise.
388 * testsuite/ld-elfcomm/common-2d.d: Likewise.
389 * testsuite/ld-elfcomm/common-2e.d: Likewise.
390 * testsuite/ld-elfcomm/common-2f.d: Likewise.
391 * testsuite/ld-elfcomm/common-3a.rd: Likewise.
392 * testsuite/ld-elfcomm/common-3b.rd: Likewise.
393 * testsuite/ld-i386/pr19645.d: Likewise.
394 * testsuite/ld-i386/pr19645.s: Likewise.
395 * testsuite/ld-x86-64/largecomm-1.s: Likewise.
396 * testsuite/ld-x86-64/largecomm-1a.d: Likewise.
397 * testsuite/ld-x86-64/largecomm-1b.d: Likewise.
398 * testsuite/ld-x86-64/largecomm-1c.d: Likewise.
399 * testsuite/ld-x86-64/largecomm-1d.d: Likewise.
400 * testsuite/ld-x86-64/largecomm-1e.d: Likewise.
401 * testsuite/ld-x86-64/largecomm-1f.d: Likewise.
402 * testsuite/ld-x86-64/pr19645.d: Likewise.
403 * testsuite/ld-x86-64/pr19645.s: Likewise.
404 * testsuite/ld-elfcomm/elfcomm.exp: Test --elf-stt-common=yes
405 with assembler.
406 (assembler_generates_commons): Removed.
407 Run -z common/-z nocommon tests. Run *.d tests.
408 * testsuite/ld-i386/i386.exp: Run pr19645.
409 * testsuite/ld-x86-64/x86-64.exp: Likewise.
410 * testsuite/ld-x86-64/dwarfreloc.exp: Test --elf-stt-common with
411 assembler. Test STT_COMMON with readelf.
412
aec6b87e
L
4132016-02-26 H.J. Lu <hongjiu.lu@intel.com>
414
415 PR ld/19636
416 PR ld/19704
417 PR ld/19719
418 * Makefile.am (ELF_X86_DEPS): Add dynamic_undefined_weak.sh.
419 * Makefile.in: Regenerated.
420 * NEWS: Mention -z nodynamic-undefined-weak.
421 * ld.texinfo: Document -z nodynamic-undefined-weak.
422 * ldmain.c (main): Initialize dynamic_undefined_weak to -1.
423 * emulparams/dynamic_undefined_weak.sh: New file.
424 * emulparams/elf32_x86_64.sh: Source dynamic_undefined_weak.sh.
425 * emulparams/elf_i386.sh: Likewise.
426 * emulparams/elf_i386_be.sh: Likewise.
427 * emulparams/elf_i386_chaos.sh: Likewise.
428 * emulparams/elf_i386_ldso.sh: Likewise.
429 * emulparams/elf_i386_vxworks.sh: Likewise.
430 * emulparams/elf_iamcu.sh: Likewise.
431 * emulparams/elf_k1om.sh: Likewise.
432 * emulparams/elf_l1om.sh: Likewise.
433 * emulparams/elf_x86_64.sh: Likewise.
434 * emulparams/extern_protected_data.sh (PARSE_AND_LIST_OPTIONS):
435 Append.
436 (PARSE_AND_LIST_ARGS_CASE_Z): Likewise.
437 * testsuite/ld-elf/pr19719a.c: New file.
438 * testsuite/ld-elf/pr19719b.c: Likewise.
439 * testsuite/ld-elf/pr19719c.c: Likewise.
440 * testsuite/ld-elf/pr19719d.c: Likewise.
441 * testsuite/ld-i386/pr19636-1.s: Likewise.
442 * testsuite/ld-i386/pr19636-1a.d: Likewise.
443 * testsuite/ld-i386/pr19636-1b.d: Likewise.
444 * testsuite/ld-i386/pr19636-1c.d: Likewise.
445 * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
446 * testsuite/ld-i386/pr19636-1d.d: Likewise.
447 * testsuite/ld-i386/pr19636-1e.d: Likewise.
448 * testsuite/ld-i386/pr19636-1f.d: Likewise.
449 * testsuite/ld-i386/pr19636-1g.d: Likewise.
450 * testsuite/ld-i386/pr19636-1h.d: Likewise.
451 * testsuite/ld-i386/pr19636-1i.d: Likewise.
452 * testsuite/ld-i386/pr19636-2.s: Likewise.
453 * testsuite/ld-i386/pr19636-2a.d: Likewise.
454 * testsuite/ld-i386/pr19636-2b.d: Likewise.
455 * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
456 * testsuite/ld-i386/pr19636-2c.d: Likewise.
457 * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
458 * testsuite/ld-i386/pr19636-2d.d: Likewise.
459 * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
460 * testsuite/ld-i386/pr19636-2e.d: Likewise.
461 * testsuite/ld-i386/pr19636-3.s: Likewise.
462 * testsuite/ld-i386/pr19636-3a.d: Likewise.
463 * testsuite/ld-i386/pr19636-3b.d: Likewise.
464 * testsuite/ld-i386/pr19636-3c.d: Likewise.
465 * testsuite/ld-i386/pr19636-3d.d: Likewise.
466 * testsuite/ld-i386/pr19636-3e.d: Likewise.
467 * testsuite/ld-i386/pr19636-3f.d: Likewise.
468 * testsuite/ld-i386/pr19636-3g.d: Likewise.
469 * testsuite/ld-i386/pr19636-4.s: Likewise.
470 * testsuite/ld-i386/pr19636-4a.d: Likewise.
471 * testsuite/ld-i386/pr19636-4b.d: Likewise.
472 * testsuite/ld-i386/pr19636-4c.d: Likewise.
473 * testsuite/ld-i386/pr19636-4d.d: Likewise.
474 * testsuite/ld-i386/pr19704.out: Likewise.
475 * testsuite/ld-i386/pr19704a.c: Likewise.
476 * testsuite/ld-i386/pr19704b.c: Likewise.
477 * testsuite/ld-x86-64/pr19636-1.s: Likewise.
478 * testsuite/ld-x86-64/pr19636-1a.d: Likewise.
479 * testsuite/ld-x86-64/pr19636-1b.d: Likewise.
480 * testsuite/ld-x86-64/pr19636-1c.d: Likewise.
481 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
482 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
483 * testsuite/ld-x86-64/pr19636-1f.d: Likewise.
484 * testsuite/ld-x86-64/pr19636-1g.d: Likewise.
485 * testsuite/ld-x86-64/pr19636-2.s: Likewise.
486 * testsuite/ld-x86-64/pr19636-2a.d: Likewise.
487 * testsuite/ld-x86-64/pr19636-2b.d: Likewise.
488 * testsuite/ld-x86-64/pr19636-2c.d: Likewise.
489 * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
490 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
491 * testsuite/ld-x86-64/pr19636-2e.d: Likewise.
492 * testsuite/ld-x86-64/pr19636-2f.d: Likewise.
493 * testsuite/ld-x86-64/pr19636-2g.d: Likewise.
494 * testsuite/ld-x86-64/pr19636-2h.d: Likewise.
495 * testsuite/ld-x86-64/pr19636-2i.d: Likewise.
496 * testsuite/ld-x86-64/pr19636-3.s: Likewise.
497 * testsuite/ld-x86-64/pr19636-3a.d: Likewise.
498 * testsuite/ld-x86-64/pr19636-3b.d: Likewise.
499 * testsuite/ld-x86-64/pr19636-3c.d: Likewise.
500 * testsuite/ld-x86-64/pr19636-3d.d: Likewise.
501 * testsuite/ld-x86-64/pr19704.out: Likewise.
502 * testsuite/ld-x86-64/pr19704a.c: Likewise.
503 * testsuite/ld-x86-64/pr19704b.c: Likewise.
504 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): New.
505 Run mix_pic_and_non_pic.
506 * testsuite/ld-i386/i386.exp (undefined_weak): New.
507 Run undefined_weak and PR ld/19636 tests.
508 * testsuite/ld-x86-64/x86-64.exp: Likewise.
509 * testsuite/ld-x86-64/pr13082-3b.d: Updated.
510 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
511
920e4862
NC
5122016-02-25 Nick Clifton <nickc@redhat.com>
513
514 * ld.h (struct ld_config_type): Remove specified_data_size field.
515
0f550b3d
L
5162016-02-24 H.J. Lu <hongjiu.lu@intel.com>
517
518 PR ld/19698
519 * testsuite/ld-elf/pr19698.d: New file.
520 * testsuite/ld-elf/pr19698.s: Likewise.
521 * testsuite/ld-elf/pr19698.t: Likewise.
522
31866b2c
L
5232016-02-23 H.J. Lu <hongjiu.lu@intel.com>
524
525 * Makefile.am (ELF_X86_DEPS): New.
526 (eelf_i386.c): Replace $(ELF_DEPS) with $(ELF_X86_DEPS).
527 (eelf_i386_chaos.c): Likewise.
528 (eelf_i386_fbsd.c): Likewise.
529 (eelf_i386_ldso.c): Likewise.
530 (eelf_i386_nacl.c): Likewise.
531 (eelf_i386_sol2.c): Likewise.
532 (eelf_iamcu.c): Likewise.
533 (eelf32_x86_64.c): Likewise.
534 (eelf32_x86_64_nacl.c): Likewise.
535 (eelf_l1om.c): Likewise.
536 (eelf_l1om_fbsd.c): Likewise.
537 (eelf_k1om.c): Likewise.
538 (eelf_k1om_fbsd.c): Likewise.
539 (eelf_x86_64.c): Likewise.
540 (eelf_x86_64_cloudabi.c): Likewise.
541 (eelf_x86_64_fbsd.c): Likewise.
542 (eelf_x86_64_sol2.c): Likewise.
543 * Makefile.in: Regenerated.
544
6b3b0ab8
L
5452016-02-23 H.J. Lu <hongjiu.lu@intel.com>
546
547 * testsuite/ld-frv/fdpic-pie-6.d: Updated.
548 * testsuite/ld-mips-elf/pie-n32.d: Likewise.
549 * testsuite/ld-mips-elf/pie-n64.d: Likewise.
550 * testsuite/ld-mips-elf/pie-o32.d: Likewise.
551
de818c22
L
5522016-02-20 H.J. Lu <hongjiu.lu@intel.com>
553
554 * testsuite/ld-elf/pr19539.d: Skip cris*-*-* targets.
555
c304e18e
L
5562016-02-18 H.J. Lu <hongjiu.lu@intel.com>
557
558 * testsuite/ld-elf/pr19617a.d: Enable only for *-*-linux*,
559 *-*-gnu* and *-*-solaris*.
560 * testsuite/ld-elf/pr19617b.d: Likewise.
561 * testsuite/ld-elf/pr19617c.d: Likewise.
562
bf89386a
L
5632016-02-18 H.J. Lu <hongjiu.lu@intel.com>
564
565 PR ld/19617
566 * testsuite/ld-elf/pr19617.s: New file.
567 * testsuite/ld-elf/pr19617a.d: Likewise.
568 * testsuite/ld-elf/pr19617b.d: Likewise.
569 * testsuite/ld-elf/pr19617c.d: Likewise.
570
06ea285d
NC
5712016-02-18 Nick Clifton <nickc@redhat.com>
572
573 * Makefile.am (CXX_FOR_TARGET): Check for the presence of an
574 in-tree xg++ executable after checking for the presence of an
575 in-tree g++ executable.
576 * Makefile.in: Regenerate.
577
b27ab9ad
L
5782016-02-17 H.J. Lu <hongjiu.lu@intel.com>
579
580 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
581 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
582 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
583
8f79b794
L
5842016-02-17 H.J. Lu <hongjiu.lu@intel.com>
585
586 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
587 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
588 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
589 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
590 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
591 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
592 * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise.
593 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
594 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
595 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
596 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
597 * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
598 * testsuite/ld-x86-64/load1c.d: Likewise.
599 * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
600 * testsuite/ld-x86-64/load1d.d: Likewise.
601 * testsuite/ld-x86-64/pr14207.d: Likewise.
602 * testsuite/ld-x86-64/pr19162.d: Likewise.
603 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
604 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
605 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
606 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
607 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
608 * testsuite/ld-x86-64/tlspic.rd: Likewise.
609
b3e3e0b7
NC
6102016-02-17 Nick Clifton <nickc@redhat.com>
611
612 * testsuite/ld-elf/eh-frame-hdr.d: Skip for ARC ELF targets.
613
9fb71ee4
NC
6142016-02-15 Nick Clifton <nickc@redhat.com>
615
616 * testsuite/ld-i386/pr12718.d: Remove dependency upon the
617 description of the flags produced by readelf.
618 * testsuite/ld-i386/pr12921.d: Likewise.
619 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
620 * testsuite/ld-i386/tlsbin.rd: Likewise.
621 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
622 * testsuite/ld-i386/tlsbindesc.rd: Likewise.
623 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
624 * testsuite/ld-i386/tlsdesc.rd: Likewise.
625 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
626 * testsuite/ld-i386/tlsgdesc.rd: Likewise.
627 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
628 * testsuite/ld-i386/tlsnopic.rd: Likewise.
629 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
630 * testsuite/ld-i386/tlspic.rd: Likewise.
631 * testsuite/ld-s390/tlsbin.rd: Likewise.
632 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
633 * testsuite/ld-s390/tlspic.rd: Likewise.
634 * testsuite/ld-s390/tlspic_64.rd: Likewise.
635 * testsuite/ld-sh/tlsbin-2.d: Likewise.
636 * testsuite/ld-sh/tlspic-2.d: Likewise.
637 * testsuite/ld-tic6x/common.d: Likewise.
638 * testsuite/ld-tic6x/shlib-1.rd: Likewise.
639 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
640 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
641 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
642 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
643 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
644 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
645 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
646 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
647 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
648 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
649 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
650 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
651 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
652 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
653 * testsuite/ld-x86-64/pr12718.d: Likewise.
654 * testsuite/ld-x86-64/pr12921.d: Likewise.
655 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
656 * testsuite/ld-x86-64/split-by-file.rd: Likewise.
657 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
658 * testsuite/ld-x86-64/tlsbin.rd: Likewise.
659 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
660 * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
661 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
662 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
663 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
664 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
665 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
666 * testsuite/ld-x86-64/tlspic.rd: Likewise.
667 * testsuite/ld-xtensa/tlsbin.rd: Likewise.
668 * testsuite/ld-xtensa/tlspic.rd: Likewise.
669
21a90cf1
L
6702016-02-11 H.J. Lu <hongjiu.lu@intel.com>
671
672 PR ld/19615
673 * ld.texinfo: Document -Bsymbolic and -Bsymbolic-functions for
674 PIE.
675 * lexsup.c (parse_args): Enable -Bsymbolic and
676 -Bsymbolic-functions for PIE.
ee5db48b 677 * testsuite/ld-i386/i386.exp: Run pr19615.
21a90cf1
L
678 * testsuite/ld-i386/pr19615.d: New file.
679 * testsuite/ld-i386/pr19615.s: Likewise.
680 * testsuite/ld-x86-64/pr19615.d: Likewise.
681 * testsuite/ld-x86-64/pr19615.s: Likewise.
682
027e9c75
NC
6832016-02-09 Nick Clifton <nickc@redhat.com>
684
685 * testsuite/ld-aarch64/reloc-overflow-bad.d: New test.
686 * testsuite/ld-aarch64/reloc-overflow-1.s: New source file.
687 * testsuite/ld-aarch64/reloc-overflow-2.s: New source file.
688 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
689
39306124
NC
6902016-02-04 Nick Clifton <nickc@redhat.com>
691
692 * testsuite/ld-arm/arm-elf.exp: Remove ARM NOREAD section tests.
693 * testsuite/ld-arm/thumb1-input-section-flag-match.d: Delete.
694 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Delete.
695 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.d: Delete.
696 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s: Delete.
697 * testsuite/ld-arm/thumb1-noread-present-one-section.d: Delete.
698 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Delete.
699 * testsuite/ld-arm/thumb1-noread-present-two-section.d: Delete.
700 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Delete.
701
0cb4071e
L
7022016-02-03 H.J. Lu <hongjiu.lu@intel.com>
703
704 PR gas/19520
705 * testsuite/ld-i386/branch1.d: Pass -mrelax-relocations=yes to as.
706 * testsuite/ld-i386/call1.d: Likewise.
707 * testsuite/ld-i386/call2.d: Likewise.
708 * testsuite/ld-i386/call3a.d: Likewise.
709 * testsuite/ld-i386/call3b.d: Likewise.
710 * testsuite/ld-i386/call3c.d: Likewise.
711 * testsuite/ld-i386/call3d.d: Likewise.
712 * testsuite/ld-i386/call3e.d: Likewise.
713 * testsuite/ld-i386/call3f.d: Likewise.
714 * testsuite/ld-i386/call3g.d: Likewise.
715 * testsuite/ld-i386/call3h.d: Likewise.
716 * testsuite/ld-i386/jmp1.d: Likewise.
717 * testsuite/ld-i386/jmp2.d: Likewise.
718 * testsuite/ld-i386/lea1c.d: Likewise.
719 * testsuite/ld-i386/load1.d: Likewise.
720 * testsuite/ld-i386/load2.d: Likewise.
721 * testsuite/ld-i386/load3.d: Likewise.
722 * testsuite/ld-i386/load4a.d: Likewise.
723 * testsuite/ld-i386/load5a.d: Likewise.
724 * testsuite/ld-i386/mov2b.d: Likewise.
725 * testsuite/ld-i386/mov3.d: Likewise.
726 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
727 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
728 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
729 * testsuite/ld-x86-64/call1a.d: Likewise.
730 * testsuite/ld-x86-64/call1b.d: Likewise.
731 * testsuite/ld-x86-64/call1c.d: Likewise.
732 * testsuite/ld-x86-64/call1d.d: Likewise.
733 * testsuite/ld-x86-64/call1e.d: Likewise.
734 * testsuite/ld-x86-64/call1f.d: Likewise.
735 * testsuite/ld-x86-64/call1h.d: Likewise.
736 * testsuite/ld-x86-64/call1i.d: Likewise.
737 * testsuite/ld-x86-64/load1a.d: Likewise.
738 * testsuite/ld-x86-64/load1b.d: Likewise.
739 * testsuite/ld-i386/got1a.S: Load GOT into %ecx and use it.
740 * testsuite/ld-i386/got1.dd: Updated.
741 * testsuite/ld-i386/got1d.S (1): Removed.
742 * testsuite/ld-i386/i386.exp: Add -Wa,-mrelax-relocations=yes.
743 * testsuite/ld-x86-64/x86-64.exp: Likewise.
744
6ba2af25
L
7452016-02-02 H.J. Lu <hongjiu.lu@intel.com>
746
747 PR ld/18591
748 * testsuite/ld-x86-64/pr18591.d: New file.
749 * testsuite/ld-x86-64/pr18591.s: Likewise.
750 * testsuite/ld-x86-64/x86-64.exp: Run pr18591.
751
aef28989
L
7522016-02-01 H.J. Lu <hongjiu.lu@intel.com>
753
754 PR ld/19553
755 * testsuite/ld-elf/indirect.exp: Run tests for PR ld/19553.
756 * testsuite/ld-elf/pr19553.map: New file.
757 * testsuite/ld-elf/pr19553.map: Likewise.
758 * testsuite/ld-elf/pr19553a.c: Likewise.
759 * testsuite/ld-elf/pr19553b.c: Likewise.
760 * testsuite/ld-elf/pr19553b.out: Likewise.
761 * testsuite/ld-elf/pr19553c.c: Likewise.
762 * testsuite/ld-elf/pr19553c.out: Likewise.
763 * testsuite/ld-elf/pr19553d.c: Likewise.
764 * testsuite/ld-elf/pr19553d.out: Likewise.
765
d9e3b590
L
7662016-01-30 H.J. Lu <hongjiu.lu@intel.com>
767
768 PR ld/19539
769 * testsuite/ld-elf/pr19539.d: New file.
770 * testsuite/ld-elf/pr19539.s: Likewise.
771 * testsuite/ld-elf/pr19539.t: Likewise.
772
621ff761
L
7732016-01-29 H.J. Lu <hongjiu.lu@intel.com>
774
775 PR ld/19533
776 * configure.ac (compressed_debug_sections): Replace == with =.
777 * configure: Regenerated.
778
7585b2b8
DC
7792016-01-22 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
780
781 * scripttempl/avr.sc (.noinit): Force .noinit VMA to end of .bss VMA.
782 * scripttempl/avrtiny.sc (.noinit): Likewise.
783
aebf9be7
NC
7842016-01-21 Nick Clifton <nickc@redhat.com>
785
dfc43940
NC
786 PR ld/19453
787 * testsuite/ld-arm/arm-elf.exp: Skip tests that do not work for
788 the arm-netbsdelf target.
789
aebf9be7
NC
790 PR ld/19455
791 * testsuite/ld-arm/vxworks1-lib.dd: Update for current
792 disassmebler output.
793 * testsuite/ld-arm/vxworks1-lib.rd: Likewise.
794 * testsuite/ld-arm/vxworks1.dd: Likewise.
795 * testsuite/ld-arm/vxworks1.rd: Likewise.
796 * testsuite/ld-arm/vxworks1.ld: Set the output format.
797
2f340668
JW
7982016-01-20 Jiong Wang <jiong.wang@arm.com>
799
800 * testsuite/ld-aarch64/farcall-section.d: Delete.
801 * testsuite/ld-aarch64/farcall-section.s: Delete.
802 * testsuite/ld-aarch64/farcall-b-section.d: New expectation file.
803 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
804 * testsuite/ld-aarch64/farcall-b-section.s: New testcase.
805 * testsuite/ld-aarch64/farcall-bl-section.s: Likewise.
806 * testsuite/ld-aarch64/aarch64-elf.exp: Likewise.
807
fdbd3e95
NC
8082016-01-20 Nick Clifton <nickc@redhat.com>
809
810 PR 19457
811 * testsuite/ld-scripts/script.exp (extract_symbol_test): Stop test
812 early for PE based targets.
813 * testsuite/ld-scripts/align.t: Use 0x1000 as VMA alignment.
814 * testsuite/ld-pe/tlssec32.d: Allow for relocatable output.
815
91f68a68
MG
8162016-01-20 Mickael Guene <mickael.guene@st.com>
817
818 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s:
819 Add 'y' attribute usage.
820 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Likewise.
821 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Likewise.
822 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Likewise.
823
a4af960a
NC
8242016-01-19 Nick Clifton <nickc@redhat.com>
825
826 * testsuite/ld-elf/pr18735.d: Allow for extra symbols between
827 foo@FOO and bar@@FOO.
828
3d961d0d
AM
8292016-01-18 Alan Modra <amodra@gmail.com>
830
831 * configure: Regenerate.
832
760f6ee8
NC
8332016-01-18 Nick Clifton <nickc@redhat.com>
834
835 * testsuite/ld-plugin/plugin.exp: Skip plugin tests if the linker
836 is not configured to support plugins.
837
24f03d4e
NC
838 * testsuite/ld-scripts/rgn-at11.s: New file - based on rgn-at10.s
839 but with 16 byte section alignment.
840 * testsuite/ld-scripts/rgn-at11.d: Use new source file. Reenable
841 test for MIPS targets.
842
5c14705f
AM
8432016-01-17 Alan Modra <amodra@gmail.com>
844
845 * configure: Regenerate.
846
b3066ae8
AM
8472016-01-17 Alan Modra <amodra@gmail.com>
848
849 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Exclude xgate.
850 * testsuite/ld-elf/endsym.d: xfail m68hc11/12 and xgate.
851 * testsuite/ld-elf/pr14156a.d: Likewise.
852 * testsuite/ld-elf/pr14926.d: Don't run for m68hc11/12 and xgate.
853 * testsuite/ld-elf/sec64k.exp: Likewise.
854
4c4ac964
TP
8552016-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
856
857 * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
858 Set address of .foo section when linking.
859 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
860 in .foo section.
861 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
862 output to the above changes.
863
1bce3adf
NC
8642016-01-13 Nick Clifton <nickc@redhat.com>
865
84054199
NC
866 * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
867 for MIPS targets.
868
13ce3603
NC
869 * testsuite/ld-scripts/script.exp (extract_symbol_test): Expect to
870 fail for MIPS targets.
871
1bce3adf
NC
872 * testsuite/ld-scripts/rgn-at11.d: Expect this test to fail for
873 MIPS targets.
874
ac06903d
YU
8752016-01-12 Yury Usishchev <y.usishchev@samsung.com>
876
877 * testsuite/ld-arm/arm-elf.exp: New test.
878 * testsuite/ld-arm/unwind-mix.d: New file.
879 * testsuite/ld-arm/unwind-mix1.s: New file.
880 * testsuite/ld-arm/unwind-mix2.s: New file.
881
109575d7
JW
8822016-01-08 Jiong Wang <jiong.wang@arm.com>
883
884 PR ld/19368
885 * testsuite/ld-arm/ifunc-3.rd: Update expected result.
886 * testsuite/ld-arm/ifunc-4.rd: Likewise.
887 * testsuite/ld-arm/ifunc-9.rd: Likewise.
888 * testsuite/ld-arm/ifunc-10.rd: Likewise.
889 * testsuite/ld-arm/ifunc-12.rd: Likewise.
890 * testsuite/ld-arm/ifunc-13.rd: Likewise.
891
296ebfbb
NC
8922016-01-05 Nick Clifton <nickc@redhat.com>
893
894 * emulparams/msp430elf.sh (RAM_START): Move to 0x500 - above the
895 MSP430 hardware multiply address range.
896 * scripttempl/elf32msp430.sc (__romdatastart): Define.
897 (__romdatacopysize): Define.
898 * scripttempl/elf32msp430_3.sc: Likewise.
899
2f2da8fd
MR
9002016-01-04 Maciej W. Rozycki <macro@imgtec.com>
901
902 * emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
903 OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
904
d537eeb5
MR
9052016-01-04 Maciej W. Rozycki <macro@imgtec.com>
906
907 * testsuite/ld-mips-elf/attr-gnu-4-14.d: Update the order of
908 messages expected according to MIPS BFD private data merge
909 changes.
910 * testsuite/ld-mips-elf/attr-gnu-4-24.d: Likewise.
911 * testsuite/ld-mips-elf/attr-gnu-4-34.d: Likewise.
912 * testsuite/ld-mips-elf/attr-gnu-4-41.d: Likewise.
913 * testsuite/ld-mips-elf/attr-gnu-4-42.d: Likewise.
914 * testsuite/ld-mips-elf/attr-gnu-4-43.d: Likewise.
915 * testsuite/ld-mips-elf/attr-gnu-4-45.d: Likewise.
916 * testsuite/ld-mips-elf/attr-gnu-4-46.d: Likewise.
917 * testsuite/ld-mips-elf/attr-gnu-4-47.d: Likewise.
918 * testsuite/ld-mips-elf/attr-gnu-4-48.d: Likewise.
919 * testsuite/ld-mips-elf/attr-gnu-4-49.d: Likewise.
920 * testsuite/ld-mips-elf/attr-gnu-4-54.d: Likewise.
921 * testsuite/ld-mips-elf/attr-gnu-4-64.d: Likewise.
922 * testsuite/ld-mips-elf/attr-gnu-4-74.d: Likewise.
923
6f2750fe
AM
9242016-01-01 Alan Modra <amodra@gmail.com>
925
926 Update year range in copyright notice of all files.
927
3499769a
AM
928For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
929\f
930Copyright (C) 2016 Free Software Foundation, Inc.
931
932Copying and distribution of this file, with or without modification,
933are permitted in any medium without royalty provided the copyright
934notice and this notice are preserved.
935
936Local Variables:
937mode: change-log
938left-margin: 8
939fill-column: 74
940version-control: never
941End:
This page took 0.073061 seconds and 4 git commands to generate.