[ARM/STM32L4XX] PR 20030: --fix-stm32l4xx-629360 fails to create vldm/vpop veneers...
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2016-05-09 Christophe Monat <christophe.monat@st.com>
2
3 PR ld/20030
4 * testsuite/ld-arm/arm-elf.exp: Run new stm32l4xx-fix-vldm-dp
5 tests. Fix misnamed stm32l4xx-fix-all.
6 * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.s: New tests for multiple
7 loads with DP registers.
8 * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.d: New reference file.
9 * testsuite/ld-arm/stm32l4xx-fix-vldm.s: Add missing comment.
10 * testsuite/ld-arm/stm32l4xx-fix-all.s: Add tests for multiple
11 loads with DP registers.
12 * testsuite/ld-arm/stm32l4xx-fix-all.d: Update reference.
13
14 2016-05-09 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
15
16 * testsuite/ld-elf/flags1.d (readelf): Dump section header instead
17 program headers.
18 (xfail): Remove avr-*-*.
19 Update regex to check the section flags.
20 * testsuite/ld-elf/merge.d (xfail): Remove avr-*-*.
21
22 2016-05-09 Alan Modra <amodra@gmail.com>
23
24 * Makefile.am (ealphavms.c, eelf64_ia64_vms): Correct .em deps.
25 * Makefile.in: Regenerate.
26
27 2016-05-09 Alan Modra <amodra@gmail.com>
28
29 * testsuite/ld-scripts/pr14962-2.t: Match .text, not *.text.
30 * testsuite/ld-scripts/rgn-at5.t: Similarly, .sec not *.sec.
31 * testsuite/ld-scripts/section-match-1.t: Likewise.
32
33 2016-05-06 H.J. Lu <hongjiu.lu@intel.com>
34
35 PR ld/17550
36 * testsuite/ld-elf/pr17550-1.s: New file.
37 * testsuite/ld-elf/pr17550-2.s: Likewise.
38 * testsuite/ld-elf/pr17550-3.s: Likewise.
39 * testsuite/ld-elf/pr17550-4.s: Likewise.
40 * testsuite/ld-elf/pr17550a.d: Likewise.
41 * testsuite/ld-elf/pr17550b.d: Likewise.
42 * testsuite/ld-elf/pr17550c.d: Likewise.
43 * testsuite/ld-elf/pr17550d.d: Likewise.
44
45 2016-05-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
46
47 * ld/testsuite/ld-srec/srec.exp: Mark test as XFAIL for AVR.
48
49 2016-05-06 H.J. Lu <hongjiu.lu@intel.com>
50
51 * testsuite/ld-i386/i386.exp: Run load7.
52 * testsuite/ld-i386/load7.d: New file.
53 * testsuite/ld-i386/load7.map: Likewise.
54 * testsuite/ld-i386/load7.s: Likewise.
55 * testsuite/ld-x86-64/load2.d: Likewise.
56 * testsuite/ld-x86-64/load2.map: Likewise.
57 * testsuite/ld-x86-64/load2.s: Likewise.
58 * testsuite/ld-x86-64/x86-64.exp: Run load2.
59
60 2016-05-05 H.J. Lu <hongjiu.lu@intel.com>
61
62 * emulparams/elf_iamcu.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): New.
63 * emulparams/elf_k1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
64 Likewise.
65 * emulparams/elf_l1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
66 Likewise.
67
68 2016-05-05 H.J. Lu <hongjiu.lu@intel.com>
69
70 * testsuite/ld-x86-64/pr18591.d: Pass --no-relax to ld.
71
72 2016-05-04 H.J. Lu <hongjiu.lu@intel.com>
73
74 * ldlang.c (init_os): Pass %E to einfo when bfd_section == NULL.
75
76 2016-05-04 Maciej W. Rozycki <macro@imgtec.com>
77
78 * testsuite/ld-unique/unique.d: New test.
79 * testsuite/ld-unique/unique.exp: Run the new test. Adjust
80 messages for compiled tests.
81
82 2016-05-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
83
84 * testsuite/ld-elf/pr18735.d: Allow other symbols.
85 * testsuite/ld-elf/sec64k.exp: Skip 64ksec for avr.
86 * testsuite/ld-gc/pr14265.d: Allow other symbols.
87 * testsuite/ld-plugin/plugin.exp: Add PR ld/17973 to
88 plugin_tests only if check_shared_lib_support is true.
89 * testsuite/ld-selective/selective.exp: Add --section-start
90 flag for avr.
91
92 2016-05-03 Maciej W. Rozycki <macro@imgtec.com>
93
94 PR 10549
95 * testsuite/ld-unique/unique.exp: Also run for `mips*-*-*'.
96
97 2016-05-03 Jiong Wang <jiong.wang@arm.com>
98
99 * emultempl/aarch64elf.em (--no-apply-dynamic-relocs): New option.
100 * NEWS: Mention --no-apply-dynamic-relocs.
101 * ld.texinfo (ld and the ARM family): Document
102 --no-apply-dynamic-relocs.
103 * testsuite/ld-aarch64/rela-abs-relative.s: New test source.
104 * testsuite/ld-aarch64/rela-abs-relative.d: New expected result.
105 * testsuite/ld-aarch64/rela-abs-relative-be.d: Likewise for big-endian.
106 * estsuite/ld-aarch64/rela-abs-relative-opt.d: Likewise, but enable new
107 option.
108
109 2016-05-03 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
110
111 * testsuite/ld-elfcomm/elfcomm.exp: Check for shared lib support
112 before running STT_COMMON tests.
113
114 2016-04-29 H.J. Lu <hongjiu.lu@intel.com>
115
116 * config/default.exp (NOPIE_CFLAGS): Download source only on
117 remote host.
118 (NOPIE_LDFLAGS): Likewise.
119 * testsuite/lib/ld-lib.exp (check_lto_available): Likewise.
120 (check_lto_fat_available): Likewise.
121 (check_lto_shared_available): Likewise.
122 (check_ifunc_available): Likewise.
123 (check_ifunc_attribute_available): Likewise.
124
125 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
126
127 * testsuite/ld-elf/compressed1b.d: Only run for Linux/GNU targets.
128
129 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
130
131 PR ld/20006
132 * testsuite/ld-elfvsb/elfvsb.exp (COMPRESS_LDFLAG): New.
133 (visibility_run): Pass COMPRESS_LDFLAG to visibility_test on
134 ELF targets.
135
136 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
137
138 * testsuite/ld-elf/compressed1b.d: Pass
139 --compress-debug-sections=none to ld.
140 * testsuite/ld-elf/compressed1c.d: Likewise.
141
142 2016-04-27 Alan Modra <amodra@gmail.com>
143
144 PR target/19985
145 * configure.tgt: Don't use var+=.
146
147 2016-04-25 Nick Clifton <nickc@redhat.com>
148
149 PR target/19985
150 * configure.tgt: Include big endian PPC64 emulations with little
151 endian PPC64 targets.
152
153 2016-04-25 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
154
155 * scripttempl/avrtiny.sc (.text): Do not set LMA to zero.
156
157 2016-04-21 Nick Clifton <nickc@redhat.com>
158
159 * ldlang.c (lang_check_relocs): Use bfd_link_check_relocs in
160 prefernce to _bfd_elf_link_check_relocs. Drop test for ELF
161 targets. Do not stop the checks when problems are encountered.
162
163 2016-04-21 Alan Modra <amodra@gmail.com>
164
165 * testsuite/ld-scripts/cross3.t: Add commonly used data
166 and text section names to output section statements.
167 * testsuite/ld-scripts/cross4.t: Likewise.
168 * testsuite/ld-scripts/cross5.t: Likewise.
169 * testsuite/ld-scripts/cross6.t: Likewise.
170 * testsuite/ld-scripts/cross7.t: Likewise.
171
172 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
173
174 * ldlang.c (lang_check_relocs): New function.
175 (lang_process): Call lang_check_relocs after lang_gc_sections.
176 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Don't
177 call _bfd_elf_link_check_relocs here.
178
179 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
180
181 PR ld/19972
182 * testsuite/ld-elf/eh6.d: Pass -rW to readelf and check for
183 R_386_NONE or R_X86_64_NONE.
184
185 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
186
187 * testsuite/ld-x86-64/pic1.d: New file.
188 * testsuite/ld-x86-64/pic1.s: Likewise.
189 * testsuite/ld-x86-64/x86-64.exp: Run pic1.
190
191 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
192
193 * testsuite/ld-x86-64/pie2.d: New file.
194 * testsuite/ld-x86-64/pie2.s: Likewise.
195 * testsuite/ld-x86-64/x86-64.exp: Run pie2.
196
197 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
198
199 PR ld/19969
200 * testsuite/ld-x86-64/pr19969.d: New file.
201 * testsuite/ld-x86-64/pr19969a.S: Likewise.
202 * testsuite/ld-x86-64/pr19969b.S: Likewise.
203 * testsuite/ld-x86-64/x86-64.exp: Run pr19969 tests.
204
205 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
206
207 * emulparams/elf32_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
208 New.
209 * emulparams/elf_i386.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
210 Likewise.
211 * emulparams/elf_i386_be.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
212 Likewise.
213 * emulparams/elf_i386_chaos.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
214 Likewise.
215 * emulparams/elf_i386_ldso.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
216 Likewise.
217 * emulparams/elf_i386_vxworks.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
218 Likewise.
219 * emulparams/elf_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
220 Likewise.
221 * emulparams/i386nto.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
222 Likewise.
223 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse):
224 Set check_relocs_after_open_input to TRUE if
225 CHECK_RELOCS_AFTER_OPEN_INPUT is yes.
226 (gld${EMULATION_NAME}_after_open): Call
227 _bfd_elf_link_check_relocs on all inputs if
228 check_relocs_after_open_input is TRUE.
229
230 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
231
232 * testsuite/ld-elf/eh6.s: Replace .long with .dc.a on
233 my_personality_v0.
234
235 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
236
237 * emultempl/scoreelf.em: Likewise.
238
239 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
240
241 PR ld/19719
242 * testsuite/ld-x86-64/pr19719.d: New file.
243 * testsuite/ld-x86-64/pr19719.s: Likewise.
244 * testsuite/ld-x86-64/x86-64.exp: Run pr19719.
245
246 2016-04-18 Matthew Fortune <matthew.fortune@imgtec.com>
247
248 * ld.texinfo: Document NOCROSSREFS_TO script command.
249 * ldlang.h (struct lang_nocrossrefs): Add onlyfirst field.
250 (lang_add_nocrossref_to): New prototype.
251 * ldcref.c (check_local_sym_xref): Use onlyfirst to only look for
252 symbols defined in the first section.
253 (check_nocrossref): Likewise.
254 * ldgram.y (NOCROSSREFS_TO): New script command.
255 * ldlang.c (lang_add_nocrossref): Set onlyfirst to FALSE.
256 (lang_add_nocrossref_to): New function.
257 * ldlex.l (NOCROSSREFS_TO): New token.
258 * NEWS: Mention NOCROSSREFS_TO.
259 * testsuite/ld-scripts/cross4.t: New file.
260 * testsuite/ld-scripts/cross5.t: Likewise.
261 * testsuite/ld-scripts/cross6.t: Likewise.
262 * testsuite/ld-scripts/cross7.t: Likewise.
263 * testsuite/ld-scripts/crossref.exp: Run 4 new NOCROSSREFS_TO
264 tests.
265
266 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
267
268 * Makefile.in: Regenerated with automake 1.11.6.
269 * aclocal.m4: Likewise.
270
271 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
272
273 * testsuite/ld-arc/arc.exp: New file.
274 * testsuite/ld-arc/nps-1.s: New file.
275 * testsuite/ld-arc/nps-1a.d: New file.
276 * testsuite/ld-arc/nps-1b.d: New file.
277 * testsuite/ld-arc/nps-1b.err: New file.
278
279 2016-04-14 Nick Clifton <nickc@redhat.com>
280
281 PR 19457
282 * testsuite/ld-scripts/script.exp (extract_symbol_test): Add
283 exceptions for Mingw and Cygwin.
284
285 2016-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * testsuite/lib/ld-lib.exp (run_dump_test): Initialise
288 check_ld(terminal).
289
290 2016-04-13 H.J. Lu <hongjiu.lu@intel.com>
291
292 PR ld/19774
293 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr17689b.o before
294 tmpdir/pr17689.so, fix gotpcrel1 test and add more --as-needed
295 tests.
296
297 2016-04-11 H.J. Lu <hongjiu.lu@intel.com>
298
299 PR ld/19939
300 * testsuite/ld-i386/i386.exp: Run PR ld/19939 tests.
301 * testsuite/ld-x86-64/x86-64.exp: Likewise.
302 * testsuite/ld-i386/pr19939.s: New file.
303 * testsuite/ld-i386/pr19939a.d: Likewise.
304 * testsuite/ld-i386/pr19939b.d: Likewise.
305 * testsuite/ld-x86-64/pr19939.s: Likewise.
306 * testsuite/ld-x86-64/pr19939a.d: Likewise.
307 * testsuite/ld-x86-64/pr19939b.d: Likewise.
308
309 2016-04-09 Oleg Endo <olegendo@gcc.gnu.org>
310
311 * emulparams/shelf.sh: Set stack area to 0x3FFFFF00.
312
313 2016-04-08 Alan Modra <amodra@gmail.com>
314
315 PR 18452
316 * ldlang.c (maybe_overlays): Delete.
317 (lang_size_sections_1): Remove code setting maybe_overlays.
318 (lang_check_section_addresses): Instead detect overlays by
319 exact match of section VMAs here. Fix memory leak.
320
321 2016-04-08 Dan Gisselquist <dgisselq@ieee.org>
322
323 * ldlang.c (print_output_section_statement): Show minfo size
324 in target machine address units.
325 (print_reloc_statement): Likewise.
326 (print_padding_statement): Likewise.
327 (print_data_statement): Likewise. Ensure minimum print_dot
328 increment of one address unit.
329
330 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
331
332 * emulparams/arc-endianness.sh: Make little endian default choice.
333
334 2016-04-07 Nick Clifton <nickc@redhat.com>
335
336 * scripttempl/elf32msp430.sc (.MSP430.attributes): Fix typo in
337 section name.
338 * scripttempl/elf32msp430_3.sc (.MSP430.attributes): Likewise.
339
340 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * emulparams/arc-endianness.sh: New file.
343 * emulparams/arcebelf.sh: Deleted.
344 * emulparams/arcebelf_prof.sh: Deleted.
345 * emulparams/arceblinux.sh: Deleted.
346 * emulparams/arceblinux_prof.sh: Deleted.
347 * emulparams/arcelf.sh: Include arc-endinness.sh.
348 * emulparams/arcelf_prof.sh: Include arc-endinness.sh.
349 * emulparams/arclinux.sh: Include arc-endinness.sh.
350 * emulparams/arclinux_prof.sh: Include arc-endinness.sh.
351 * emulparams/arcv2elf.sh: Include arc-endinness.sh.
352 * emulparams/arcv2elfx.sh: Include arc-endinness.sh.
353 * testsuite/ld-elf/compressed1d.d: Update pattern for big and
354 little endian arc targets.
355 * testsuite/ld-elf/eh-frame-hdr.d: Likewise.
356 * testsuite/ld-elf/group1.d: Likewise.
357 * testsuite/ld-elf/group3b.d: Likewise.
358 * testsuite/ld-elf/group8a.d: Likewise.
359 * testsuite/ld-elf/group8b.d: Likewise.
360 * testsuite/ld-elf/group9a.d: Likewise.
361 * testsuite/ld-elf/group9b.d: Likewise.
362 * testsuite/ld-elf/linkonce2.d: Likewise.
363 * testsuite/ld-elf/pr12851.d: Likewise.
364 * testsuite/ld-elf/pr12975.d: Likewise.
365 * testsuite/ld-elf/pr13177.d: Likewise.
366 * testsuite/ld-elf/pr13195.d: Likewise.
367 * testsuite/ld-elf/pr17615.d: Likewise.
368 * testsuite/ld-elf/pr19162.d: Likewise.
369 * testsuite/ld-elf/sec64k.exp: Likewise.
370 * testsuite/lib/ld-lib.exp: Likewise.
371
372 2016-04-05 Maciej W. Rozycki <macro@imgtec.com>
373
374 PR ld/19908
375 * testsuite/ld-cris/tls-e-20.d: Adjust for hidden symbol
376 handling fix.
377 * testsuite/ld-cris/tls-e-20a.d: Likewise.
378 * testsuite/ld-cris/tls-e-21.d: Likewise.
379 * testsuite/ld-cris/tls-e-23.d: Likewise.
380 * testsuite/ld-cris/tls-e-80.d: Likewise.
381 * testsuite/ld-cris/tls-gd-3h.d: Likewise.
382 * testsuite/ld-cris/tls-leie-19.d: Likewise.
383 * testsuite/ld-mips-elf/export-class-ref-lib.sd: New test.
384 * testsuite/ld-mips-elf/export-hidden-ref.sd: New test.
385 * testsuite/ld-mips-elf/export-internal-ref.sd: New test.
386 * testsuite/ld-mips-elf/export-protected-ref.sd: New test.
387 * testsuite/ld-mips-elf/export-class-ref-f0.s: New test source.
388 * testsuite/ld-mips-elf/export-class-ref-f1.s: New test source.
389 * testsuite/ld-mips-elf/export-class-ref-f2.s: New test source.
390 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
391
392 2016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
393
394 * testsuite/ld-discard/extern.d: Removed xfail for ARC.
395 * testsuite/ld-discard/start.d: Likewise.
396 * testsuite/ld-discard/static.d: Likewise.
397 * testsuite/ld-elf/group1.d: Likewise.
398 * testsuite/ld-elf/group3b.d: Likewise.
399 * testsuite/ld-elf/orphan-region.d: Likewise.
400 * testsuite/ld-elf/orphan.d: Likewise.
401 * testsuite/ld-elf/orphan3.d: Likewise.
402 * testsuite/ld-elf/pr349.d: Likewise.
403 * testsuite/ld-elf/warn1.d: Likewise.
404 * testsuite/ld-elf/warn2.d: Likewise.
405 * testsuite/ld-elf/warn3.d: Likewise.
406 * testsuite/ld-scripts/crossref.exp: Add __SDATA_BEGIN__ symbol
407 through linker flags.
408 * testsuite/ld-srec/srec.exp: Set as xfail.
409
410 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
411
412 PR ld/19827
413 * testsuite/ld-i386/pr19827-nacl.rd: New file.
414 * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
415
416 2016-04-04 Nick Clifton <nickc@redhat.com>
417
418 PR 19803
419 * emultempl/pe.em (change_undef): New function. Encapsulates
420 duplicated code in pe_fixup_stdcalls and adds the newly defined
421 sym to the gc root list.
422 (pe_fixup_stdcall): Use the new function.
423 * pe-dll.c (process_def_file_and_drectve); Add alias of exported
424 symbol to gc root list.
425
426 2016-03-31 Alan Modra <amodra@gmail.com>
427
428 * ldlang.c (TO_ADDR, TO_SIZE, opb_shift): Move earlier in file.
429 (lang_insert_orphan): Use TO_ADDR in __stop sym calculation.
430 (print_input_section): Don't use TO_ADDR when printing section
431 size.
432 (lang_size_sections_1): Use TO_ADDR in overlay lma calculation.
433 (lang_size_sections): Use TO_ADDR in relro end calculation.
434
435 2016-03-30 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * testsuite/lib/ld-lib.exp (run_dump_test): Fix check of return
438 value from regexp_diff.
439 * testsuite/ld-elf/orphan-5.l: Fix expected output.
440 * testsuite/ld-elf/orphan-6.l: Likewise.
441
442 2016-03-30 Alan Modra <amodra@gmail.com>
443
444 PR 18452
445 * ldlang.c (maybe_overlays): New static var.
446 (lang_size_sections_1): Set it here.
447 (struct check_sec): New.
448 (sort_sections_by_lma): Adjust for array of structs.
449 (sort_sections_by_vma): New function.
450 (lang_check_section_addresses): Check both LMA and VMA for overlap.
451 * testsuite/ld-scripts/rgn-over7.d: Adjust.
452
453 2016-03-30 Alan Modra <amodra@gmail.com>
454
455 * ldlang.c (lang_size_sections_1): Correct code detecting a
456 backward non-overlapping move.
457
458 2016-03-30 Alan Modra <amodra@gmail.com>
459
460 * ldlang.c (IS_TBSS): New macro, extracted from..
461 (IGNORE_SECTION): ..here.
462 (lang_size_sections_1): Use IS_TBSS and IGNORE_SECTION.
463 (lang_size_sections, lang_do_assignments_1): Use IS_TBSS.
464
465 2016-03-22 Nick Clifton <nickc@redhat.com>
466
467 PR ld/19803
468 * ldlang.c (lang_add_gc_name): New function. Adds the provided
469 symbol name to the list of gc symbols.
470 (lang_process): Call lang_add_gc_name with entry_symbol_default if
471 entry_symbol.name is NULL. Use lang_add_gc_name to add the init
472 and fini function names.
473 * pe-dll.c (process_def_file_and_drectve): Add exported names to
474 the gc symbol list.
475 * testsuite/ld-pe/pr19803.s: Do not export _testval symbol.
476 * testsuite/ld-pe/pr19803.d: Tweak expected output.
477
478 2016-03-22 Nick Clifton <nickc@redhat.com>
479
480 * configure: Regenerate.
481
482 2016-03-21 Nick Clifton <nickc@redhat.com>
483
484 * emultempl/msp430.em: Replace use of alloca with call to xmalloc.
485 * plugin.c: Likewise.
486 * pe-dll.c: Likewise.
487
488 2016-03-18 Awson <kyrab@mail.ru>
489
490 PR 19531
491 * scripttempl/pe.sc (.rdata_runtime_pseudo_reloc): Always KEEP
492 this section.
493 * scripttempl/pep.sc (.rdata_runtime_pseudo_reloc): Likewise.
494
495 2016-03-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
496
497 * ld-avr/gc-section-debugline.d: Relax regex check for CU.
498
499 2016-03-15 H.J. Lu <hongjiu.lu@intel.com>
500
501 PR ld/19827
502 * testsuite/ld-i386/i386.exp: Run PR ld/19827 tests.
503 * testsuite/ld-x86-64/x86-64.exp: Likewise.
504 * testsuite/ld-i386/pr19827.rd: New file.
505 * testsuite/ld-i386/pr19827a.S: Likewise.
506 * testsuite/ld-i386/pr19827b.S: Likewise.
507 * testsuite/ld-x86-64/pr19827.rd: Likewise.
508 * testsuite/ld-x86-64/pr19827a.S: Likewise.
509 * testsuite/ld-x86-64/pr19827b.S: Likewise.
510
511 2016-03-15 H.J. Lu <hongjiu.lu@intel.com>
512
513 PR ld/19807
514 * Makefile.am (ELF_X86_DEPS): Add
515 $(srcdir)/emulparams/reloc_overflow.sh.
516 * Makefile.in: Regenerated.
517 * NEWS: Mention -z noreloc-overflow.
518 * ld.texinfo: Document -z noreloc-overflow.
519 * emulparams/elf32_x86_64.sh: Source
520 ${srcdir}/emulparams/reloc_overflow.sh.
521 * emulparams/elf_x86_64.sh: Likewise.
522 * emulparams/reloc_overflow.sh: New file.
523 * testsuite/ld-x86-64/pr19807-1.s: New file.
524 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
525 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
526 * testsuite/ld-x86-64/pr19807-2.s: Likewise.
527 * testsuite/ld-x86-64/pr19807-2a.d: Likewise.
528 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
529 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
530 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
531 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
532 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/19807 tests.
533
534 2016-03-13 H.J. Lu <hongjiu.lu@intel.com>
535
536 PR ld/19539
537 * testsuite/ld-i386/i386.exp: Run pr19539.
538 * testsuite/ld-i386/pr19539.d: New file.
539 * testsuite/ld-i386/pr19539.s: Likewise.
540 * testsuite/ld-i386/pr19539.t: Likewise.
541 * testsuite/ld-x86-64/pr19539.s: Likewise.
542 * testsuite/ld-x86-64/pr19539.t: Likewise.
543 * testsuite/ld-x86-64/pr19539a.d: Likewise.
544 * testsuite/ld-x86-64/pr19539b.d: Likewise.
545 * testsuite/ld-x86-64/x86-64.exp: Run pr19539a and pr19539b.
546
547 2016-03-10 Mickael Guene <mickael.guene@st.com>
548
549 PR gas/19744
550 * testsuite/ld-arm/arm-elf.exp: New tests.
551 * testsuite/ld-arm/thumb1-adds-armv7-m.s: New.
552 * testsuite/ld-arm/thumb1-movs-armv7-m.s: New.
553
554 2016-03-10 Nick Clifton <nickc@redhat.com>
555
556 * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).
557
558 2016-03-09 Pedro Alves <palves@redhat.com>
559
560 * scripttempl/v850.sc: Use "v850:old-gcc-abi" as OUTPUT_ARCH.
561 * scripttempl/v850_rh850.sc: Use "v850:rh850" as OUTPUT_ARCH.
562
563 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
564
565 PR ld/19789
566 * testsuite/ld-elf/pr19789.d: New file.
567 * testsuite/ld-elf/pr19789.s: Likewise.
568
569 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
570
571 PR ld/19784
572 * testsuite/ld-i386/i386.exp: Remove pr19636-2e-nacl test.
573 * testsuite/ld-i386/pr19636-2e-nacl.d: Moved to ...
574 * testsuite/ld-i386/pr19636-2e.d: Here. Remove notarget.
575 * testsuite/ld-ifunc/ifunc.exp: Run PR ld/19784 tests.
576 * testsuite/ld-ifunc/pass.out: New file.
577 * testsuite/ld-ifunc/pr19784a.c: Likewise.
578 * testsuite/ld-ifunc/pr19784b.c: Likewise.
579 * testsuite/ld-ifunc/pr19784c.c: Likewise.
580
581 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
582
583 PR ld/19774
584 * testsuite/ld-ifunc/ifunc.exp: Link tmpdir/pr18808a.o before
585 tmpdir/libpr18808.so. Link tmpdir/pr18841a.o before
586 tmpdir/libpr18841b.so and tmpdir/libpr18841c.so. Test
587 --as-needed for pr18841c.
588
589 2016-03-07 H.J. Lu <hongjiu.lu@intel.com>
590
591 PR ld/19774
592 * testsuite/ld-i386/i386.exp: Link tmpdir/pr18900.o before
593 tmpdir/pr18900.so and test --as-needed. Link tmpdir/gotpc1.o
594 before tmpdir/got1d.so and test --as-needed.
595 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr18900.o before
596 tmpdir/pr18900.so and test --as-needed.
597
598 2016-03-07 Jiong Wang <jiong.wang@arm.com>
599
600 * testsuite/ld-aarch64/implicit_got_section_1.s: New test source file.
601 * testsuite/ld-aarch64/implicit_got_section_1.d: New test expected
602 result.
603 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
604
605 2016-03-06 H.J. Lu <hongjiu.lu@intel.com>
606
607 * testsuite/ld-i386/i386.exp: Link tmpdir/copyreloc-main.o
608 before tmpdir/copyreloc-lib.so and test --as-needed.
609 * testsuite/ld-x86-64/x86-64.exp: Likewise.
610
611 2016-03-04 H.J. Lu <hongjiu.lu@intel.com>
612
613 PR ld/19579
614 * testsuite/ld-elf/pr19579a.c: New file.
615 * testsuite/ld-elf/pr19579b.c: Likewise.
616 * testsuite/ld-elf/shared.exp: Run PR ld/19579 test.
617
618 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
619
620 * testsuite/ld-elf/pr19162.d: Skip hppa-*-*.
621
622 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
623
624 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Add xfails.
625 Xfail mix_pic_and_non_pic on "arm*-*-*" "aarch64*-*-*".
626
627 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
628
629 PR ld/19739
630 * emultempl/mmo.em (mmo_place_orphan): Don't merge flags of other
631 input sections for relocatable link.
632 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
633 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
634
635 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
636
637 PR ld/19739
638 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
639 merge flags of other input sections for relocatable link.
640
641 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
642
643 * testsuite/ld-plugin/lto.exp: Update PR ld/12365 test for GCC 6.
644
645 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
646
647 * testsuite/ld-elf/pr19162.d: Skip arc target.
648
649 2016-02-29 H.J. Lu <hongjiu.lu@intel.com>
650
651 PR ld/19162
652 * testsuite/ld-elf/pr19162.d: New file.
653 * testsuite/ld-elf/pr19162a.s: Likwise.
654 * testsuite/ld-elf/pr19162b.s: Likwise.
655
656 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
657
658 * testsuite/ld-elf/merge.d: Removed xfail for ARC.
659 * testsuite/ld-elf/merge2.d: Likewise.
660 * testsuite/ld-elf/merge3.d: Likewise.
661
662 2016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
663
664 * scripttempl/arclinux.sc: Force .tdata and .tbss to always be
665 generated.
666
667 2016-02-26 Renlin Li <renlin.li@arm.com>
668
669 * testsuite/ld-aarch64/aarch64-elf.exp: Run new testcases.
670 * testsuite/ld-aarch64/emit-relocs-270.d: Update to use new boundary.
671 * testsuite/ld-aarch64/emit-relocs-271.d: Likewise.
672 * testsuite/ld-aarch64/emit-relocs-272.d: Likewise.
673 * testsuite/ld-aarch64/emit-relocs-270-overflow.d: New.
674 * testsuite/ld-aarch64/emit-relocs-270-overflow.s: New.
675 * testsuite/ld-aarch64/emit-relocs-271-overflow.d: New.
676 * testsuite/ld-aarch64/emit-relocs-271-overflow.s: New.
677 * testsuite/ld-aarch64/emit-relocs-272-overflow.d: New.
678 * testsuite/ld-aarch64/emit-relocs-272-overflow.s: New.
679
680 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
681
682 PR ld/19609
683 * testsuite/ld-i386/got1.dd: Updated.
684 * testsuite/ld-i386/lea1c.d: Likewise.
685 * testsuite/ld-i386/load1-nacl.d: Likewise.
686 * testsuite/ld-i386/load1.d: Likewise.
687 * testsuite/ld-i386/load4b.d: Likewise.
688 * testsuite/ld-i386/load5b.d: Likewise.
689 * testsuite/ld-i386/mov1b.d: Likewise.
690 * testsuite/ld-x86-64/mov1b.d: Likewise.
691 * testsuite/ld-x86-64/mov1d.d: Likewise.
692 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
693 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
694 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
695 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
696 * testsuite/ld-x86-64/gotpcrel1.dd: Likewise.
697 * testsuite/ld-x86-64/lea1a.d: Likewise.
698 * testsuite/ld-x86-64/lea1b.d: Likewise.
699 * testsuite/ld-x86-64/lea1c.d: Likewise.
700 * testsuite/ld-x86-64/lea1d.d: Likewise.
701 * testsuite/ld-x86-64/lea1e.d: Likewise.
702 * testsuite/ld-x86-64/lea1f.d: Likewise.
703 * testsuite/ld-x86-64/mov1b.d: Likewise.
704 * testsuite/ld-x86-64/mov1d.d: Likewise.
705 * testsuite/ld-x86-64/pr13082-3b.d: Likewise.
706 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
707 * testsuite/ld-x86-64/lea1.s: Add tests for 32-bit registers.
708 * testsuite/ld-i386/pr19609-1.s: New file.
709 * testsuite/ld-i386/pr19609-1a.d: Likewise.
710 * testsuite/ld-i386/pr19609-1b.d: Likewise.
711 * testsuite/ld-i386/pr19609-1c.d: Likewise.
712 * testsuite/ld-i386/pr19609-1d.d: Likewise.
713 * testsuite/ld-i386/pr19609-1e.d: Likewise.
714 * testsuite/ld-i386/pr19609-1f.d: Likewise.
715 * testsuite/ld-i386/pr19609-1g.d: Likewise.
716 * testsuite/ld-i386/pr19609-1h.d: Likewise.
717 * testsuite/ld-i386/pr19609-1i.d: Likewise.
718 * testsuite/ld-i386/pr19609-2.s: Likewise.
719 * testsuite/ld-i386/pr19609-2a.d: Likewise.
720 * testsuite/ld-i386/pr19609-2b.d: Likewise.
721 * testsuite/ld-i386/pr19609-2c.d: Likewise.
722 * testsuite/ld-i386/undefweak.s: Likewise.
723 * testsuite/ld-i386/undefweaka.d: Likewise.
724 * testsuite/ld-i386/undefweakb.d: Likewise.
725 * testsuite/ld-x86-64/pr13082-3c.d: Likewise.
726 * testsuite/ld-x86-64/pr13082-3d.d: Likewise.
727 * testsuite/ld-x86-64/pr19609-1.s: Likewise.
728 * testsuite/ld-x86-64/pr19609-1a.d: Likewise.
729 * testsuite/ld-x86-64/pr19609-1b.d: Likewise.
730 * testsuite/ld-x86-64/pr19609-1c.d: Likewise.
731 * testsuite/ld-x86-64/pr19609-1d.d: Likewise.
732 * testsuite/ld-x86-64/pr19609-1e.d: Likewise.
733 * testsuite/ld-x86-64/pr19609-1f.d: Likewise.
734 * testsuite/ld-x86-64/pr19609-1g.d: Likewise.
735 * testsuite/ld-x86-64/pr19609-1h.d: Likewise.
736 * testsuite/ld-x86-64/pr19609-1i.d: Likewise.
737 * testsuite/ld-x86-64/pr19609-1j.d: Likewise.
738 * testsuite/ld-x86-64/pr19609-1k.d: Likewise.
739 * testsuite/ld-x86-64/pr19609-1l.d: Likewise.
740 * testsuite/ld-x86-64/pr19609-1m.d: Likewise.
741 * testsuite/ld-x86-64/pr19609-2.s: Likewise.
742 * testsuite/ld-x86-64/pr19609-2a.d: Likewise.
743 * testsuite/ld-x86-64/pr19609-2b.d: Likewise.
744 * testsuite/ld-x86-64/pr19609-2c.d: Likewise.
745 * testsuite/ld-x86-64/pr19609-2d.d: Likewise.
746 * testsuite/ld-x86-64/pr19609-3.s: Likewise.
747 * testsuite/ld-x86-64/pr19609-3a.d: Likewise.
748 * testsuite/ld-x86-64/pr19609-3b.d: Likewise.
749 * testsuite/ld-x86-64/pr19609-4.s: Likewise.
750 * testsuite/ld-x86-64/pr19609-4a.d: Likewise.
751 * testsuite/ld-x86-64/pr19609-4b.d: Likewise.
752 * testsuite/ld-x86-64/pr19609-4c.d: Likewise.
753 * testsuite/ld-x86-64/pr19609-4d.d: Likewise.
754 * testsuite/ld-x86-64/pr19609-4e.d: Likewise.
755 * testsuite/ld-x86-64/pr19609-5.s: Likewise.
756 * testsuite/ld-x86-64/pr19609-5a.d: Likewise.
757 * testsuite/ld-x86-64/pr19609-5b.d: Likewise.
758 * testsuite/ld-x86-64/pr19609-5c.d: Likewise.
759 * testsuite/ld-x86-64/pr19609-5d.d: Likewise.
760 * testsuite/ld-x86-64/pr19609-5e.d: Likewise.
761 * testsuite/ld-x86-64/pr19609-6.s: Likewise.
762 * testsuite/ld-x86-64/pr19609-6a.d: Likewise.
763 * testsuite/ld-x86-64/pr19609-6b.d: Likewise.
764 * testsuite/ld-x86-64/pr19609-6c.d: Likewise.
765 * testsuite/ld-x86-64/pr19609-6d.d: Likewise.
766 * testsuite/ld-x86-64/pr19609-7.s: Likewise.
767 * testsuite/ld-x86-64/pr19609-7a.d: Likewise.
768 * testsuite/ld-x86-64/pr19609-7b.d: Likewise.
769 * testsuite/ld-x86-64/pr19609-7c.d: Likewise.
770 * testsuite/ld-x86-64/pr19609-7d.d: Likewise.
771 * testsuite/ld-i386/i386.exp: Run undefweak tests and tests for
772 PR ld/19609.
773 * testsuite/ld-x86-64/x86-64.exp: Run pr13082-3c, pr13082-3d
774 and tests for PR ld/19609.
775
776 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
777
778 PR ld/19645
779 * NEWS: Mention -z common/-z nocommon for ELF targets.
780 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
781 -z common and -z nocommon.
782 * ld.texinfo: Document -z common/-z nocommon.
783 * lexsup.c (elf_shlib_list_options): Add -z common/-z nocommon.
784 * testsuite/ld-elf/tls_common.exp: Test --elf-stt-common=no and
785 --elf-stt-common=yes with assembler.
786 * testsuite/ld-elfcomm/common-1.s: New file.
787 * testsuite/ld-elfcomm/common-1a.d: Likewise.
788 * testsuite/ld-elfcomm/common-1b.d: Likewise.
789 * testsuite/ld-elfcomm/common-1c.d: Likewise.
790 * testsuite/ld-elfcomm/common-1d.d: Likewise.
791 * testsuite/ld-elfcomm/common-1e.d: Likewise.
792 * testsuite/ld-elfcomm/common-1f.d: Likewise.
793 * testsuite/ld-elfcomm/common-2.s: Likewise.
794 * testsuite/ld-elfcomm/common-2a.d: Likewise.
795 * testsuite/ld-elfcomm/common-2b.d: Likewise.
796 * testsuite/ld-elfcomm/common-2c.d: Likewise.
797 * testsuite/ld-elfcomm/common-2d.d: Likewise.
798 * testsuite/ld-elfcomm/common-2e.d: Likewise.
799 * testsuite/ld-elfcomm/common-2f.d: Likewise.
800 * testsuite/ld-elfcomm/common-3a.rd: Likewise.
801 * testsuite/ld-elfcomm/common-3b.rd: Likewise.
802 * testsuite/ld-i386/pr19645.d: Likewise.
803 * testsuite/ld-i386/pr19645.s: Likewise.
804 * testsuite/ld-x86-64/largecomm-1.s: Likewise.
805 * testsuite/ld-x86-64/largecomm-1a.d: Likewise.
806 * testsuite/ld-x86-64/largecomm-1b.d: Likewise.
807 * testsuite/ld-x86-64/largecomm-1c.d: Likewise.
808 * testsuite/ld-x86-64/largecomm-1d.d: Likewise.
809 * testsuite/ld-x86-64/largecomm-1e.d: Likewise.
810 * testsuite/ld-x86-64/largecomm-1f.d: Likewise.
811 * testsuite/ld-x86-64/pr19645.d: Likewise.
812 * testsuite/ld-x86-64/pr19645.s: Likewise.
813 * testsuite/ld-elfcomm/elfcomm.exp: Test --elf-stt-common=yes
814 with assembler.
815 (assembler_generates_commons): Removed.
816 Run -z common/-z nocommon tests. Run *.d tests.
817 * testsuite/ld-i386/i386.exp: Run pr19645.
818 * testsuite/ld-x86-64/x86-64.exp: Likewise.
819 * testsuite/ld-x86-64/dwarfreloc.exp: Test --elf-stt-common with
820 assembler. Test STT_COMMON with readelf.
821
822 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
823
824 PR ld/19636
825 PR ld/19704
826 PR ld/19719
827 * Makefile.am (ELF_X86_DEPS): Add dynamic_undefined_weak.sh.
828 * Makefile.in: Regenerated.
829 * NEWS: Mention -z nodynamic-undefined-weak.
830 * ld.texinfo: Document -z nodynamic-undefined-weak.
831 * ldmain.c (main): Initialize dynamic_undefined_weak to -1.
832 * emulparams/dynamic_undefined_weak.sh: New file.
833 * emulparams/elf32_x86_64.sh: Source dynamic_undefined_weak.sh.
834 * emulparams/elf_i386.sh: Likewise.
835 * emulparams/elf_i386_be.sh: Likewise.
836 * emulparams/elf_i386_chaos.sh: Likewise.
837 * emulparams/elf_i386_ldso.sh: Likewise.
838 * emulparams/elf_i386_vxworks.sh: Likewise.
839 * emulparams/elf_iamcu.sh: Likewise.
840 * emulparams/elf_k1om.sh: Likewise.
841 * emulparams/elf_l1om.sh: Likewise.
842 * emulparams/elf_x86_64.sh: Likewise.
843 * emulparams/extern_protected_data.sh (PARSE_AND_LIST_OPTIONS):
844 Append.
845 (PARSE_AND_LIST_ARGS_CASE_Z): Likewise.
846 * testsuite/ld-elf/pr19719a.c: New file.
847 * testsuite/ld-elf/pr19719b.c: Likewise.
848 * testsuite/ld-elf/pr19719c.c: Likewise.
849 * testsuite/ld-elf/pr19719d.c: Likewise.
850 * testsuite/ld-i386/pr19636-1.s: Likewise.
851 * testsuite/ld-i386/pr19636-1a.d: Likewise.
852 * testsuite/ld-i386/pr19636-1b.d: Likewise.
853 * testsuite/ld-i386/pr19636-1c.d: Likewise.
854 * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
855 * testsuite/ld-i386/pr19636-1d.d: Likewise.
856 * testsuite/ld-i386/pr19636-1e.d: Likewise.
857 * testsuite/ld-i386/pr19636-1f.d: Likewise.
858 * testsuite/ld-i386/pr19636-1g.d: Likewise.
859 * testsuite/ld-i386/pr19636-1h.d: Likewise.
860 * testsuite/ld-i386/pr19636-1i.d: Likewise.
861 * testsuite/ld-i386/pr19636-2.s: Likewise.
862 * testsuite/ld-i386/pr19636-2a.d: Likewise.
863 * testsuite/ld-i386/pr19636-2b.d: Likewise.
864 * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
865 * testsuite/ld-i386/pr19636-2c.d: Likewise.
866 * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
867 * testsuite/ld-i386/pr19636-2d.d: Likewise.
868 * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
869 * testsuite/ld-i386/pr19636-2e.d: Likewise.
870 * testsuite/ld-i386/pr19636-3.s: Likewise.
871 * testsuite/ld-i386/pr19636-3a.d: Likewise.
872 * testsuite/ld-i386/pr19636-3b.d: Likewise.
873 * testsuite/ld-i386/pr19636-3c.d: Likewise.
874 * testsuite/ld-i386/pr19636-3d.d: Likewise.
875 * testsuite/ld-i386/pr19636-3e.d: Likewise.
876 * testsuite/ld-i386/pr19636-3f.d: Likewise.
877 * testsuite/ld-i386/pr19636-3g.d: Likewise.
878 * testsuite/ld-i386/pr19636-4.s: Likewise.
879 * testsuite/ld-i386/pr19636-4a.d: Likewise.
880 * testsuite/ld-i386/pr19636-4b.d: Likewise.
881 * testsuite/ld-i386/pr19636-4c.d: Likewise.
882 * testsuite/ld-i386/pr19636-4d.d: Likewise.
883 * testsuite/ld-i386/pr19704.out: Likewise.
884 * testsuite/ld-i386/pr19704a.c: Likewise.
885 * testsuite/ld-i386/pr19704b.c: Likewise.
886 * testsuite/ld-x86-64/pr19636-1.s: Likewise.
887 * testsuite/ld-x86-64/pr19636-1a.d: Likewise.
888 * testsuite/ld-x86-64/pr19636-1b.d: Likewise.
889 * testsuite/ld-x86-64/pr19636-1c.d: Likewise.
890 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
891 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
892 * testsuite/ld-x86-64/pr19636-1f.d: Likewise.
893 * testsuite/ld-x86-64/pr19636-1g.d: Likewise.
894 * testsuite/ld-x86-64/pr19636-2.s: Likewise.
895 * testsuite/ld-x86-64/pr19636-2a.d: Likewise.
896 * testsuite/ld-x86-64/pr19636-2b.d: Likewise.
897 * testsuite/ld-x86-64/pr19636-2c.d: Likewise.
898 * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
899 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
900 * testsuite/ld-x86-64/pr19636-2e.d: Likewise.
901 * testsuite/ld-x86-64/pr19636-2f.d: Likewise.
902 * testsuite/ld-x86-64/pr19636-2g.d: Likewise.
903 * testsuite/ld-x86-64/pr19636-2h.d: Likewise.
904 * testsuite/ld-x86-64/pr19636-2i.d: Likewise.
905 * testsuite/ld-x86-64/pr19636-3.s: Likewise.
906 * testsuite/ld-x86-64/pr19636-3a.d: Likewise.
907 * testsuite/ld-x86-64/pr19636-3b.d: Likewise.
908 * testsuite/ld-x86-64/pr19636-3c.d: Likewise.
909 * testsuite/ld-x86-64/pr19636-3d.d: Likewise.
910 * testsuite/ld-x86-64/pr19704.out: Likewise.
911 * testsuite/ld-x86-64/pr19704a.c: Likewise.
912 * testsuite/ld-x86-64/pr19704b.c: Likewise.
913 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): New.
914 Run mix_pic_and_non_pic.
915 * testsuite/ld-i386/i386.exp (undefined_weak): New.
916 Run undefined_weak and PR ld/19636 tests.
917 * testsuite/ld-x86-64/x86-64.exp: Likewise.
918 * testsuite/ld-x86-64/pr13082-3b.d: Updated.
919 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
920
921 2016-02-25 Nick Clifton <nickc@redhat.com>
922
923 * ld.h (struct ld_config_type): Remove specified_data_size field.
924
925 2016-02-24 H.J. Lu <hongjiu.lu@intel.com>
926
927 PR ld/19698
928 * testsuite/ld-elf/pr19698.d: New file.
929 * testsuite/ld-elf/pr19698.s: Likewise.
930 * testsuite/ld-elf/pr19698.t: Likewise.
931
932 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
933
934 * Makefile.am (ELF_X86_DEPS): New.
935 (eelf_i386.c): Replace $(ELF_DEPS) with $(ELF_X86_DEPS).
936 (eelf_i386_chaos.c): Likewise.
937 (eelf_i386_fbsd.c): Likewise.
938 (eelf_i386_ldso.c): Likewise.
939 (eelf_i386_nacl.c): Likewise.
940 (eelf_i386_sol2.c): Likewise.
941 (eelf_iamcu.c): Likewise.
942 (eelf32_x86_64.c): Likewise.
943 (eelf32_x86_64_nacl.c): Likewise.
944 (eelf_l1om.c): Likewise.
945 (eelf_l1om_fbsd.c): Likewise.
946 (eelf_k1om.c): Likewise.
947 (eelf_k1om_fbsd.c): Likewise.
948 (eelf_x86_64.c): Likewise.
949 (eelf_x86_64_cloudabi.c): Likewise.
950 (eelf_x86_64_fbsd.c): Likewise.
951 (eelf_x86_64_sol2.c): Likewise.
952 * Makefile.in: Regenerated.
953
954 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
955
956 * testsuite/ld-frv/fdpic-pie-6.d: Updated.
957 * testsuite/ld-mips-elf/pie-n32.d: Likewise.
958 * testsuite/ld-mips-elf/pie-n64.d: Likewise.
959 * testsuite/ld-mips-elf/pie-o32.d: Likewise.
960
961 2016-02-20 H.J. Lu <hongjiu.lu@intel.com>
962
963 * testsuite/ld-elf/pr19539.d: Skip cris*-*-* targets.
964
965 2016-02-18 H.J. Lu <hongjiu.lu@intel.com>
966
967 * testsuite/ld-elf/pr19617a.d: Enable only for *-*-linux*,
968 *-*-gnu* and *-*-solaris*.
969 * testsuite/ld-elf/pr19617b.d: Likewise.
970 * testsuite/ld-elf/pr19617c.d: Likewise.
971
972 2016-02-18 H.J. Lu <hongjiu.lu@intel.com>
973
974 PR ld/19617
975 * testsuite/ld-elf/pr19617.s: New file.
976 * testsuite/ld-elf/pr19617a.d: Likewise.
977 * testsuite/ld-elf/pr19617b.d: Likewise.
978 * testsuite/ld-elf/pr19617c.d: Likewise.
979
980 2016-02-18 Nick Clifton <nickc@redhat.com>
981
982 * Makefile.am (CXX_FOR_TARGET): Check for the presence of an
983 in-tree xg++ executable after checking for the presence of an
984 in-tree g++ executable.
985 * Makefile.in: Regenerate.
986
987 2016-02-17 H.J. Lu <hongjiu.lu@intel.com>
988
989 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
990 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
991 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
992
993 2016-02-17 H.J. Lu <hongjiu.lu@intel.com>
994
995 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
996 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
997 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
998 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
999 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
1000 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
1001 * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise.
1002 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
1003 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
1004 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
1005 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
1006 * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
1007 * testsuite/ld-x86-64/load1c.d: Likewise.
1008 * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
1009 * testsuite/ld-x86-64/load1d.d: Likewise.
1010 * testsuite/ld-x86-64/pr14207.d: Likewise.
1011 * testsuite/ld-x86-64/pr19162.d: Likewise.
1012 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
1013 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
1014 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
1015 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
1016 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
1017 * testsuite/ld-x86-64/tlspic.rd: Likewise.
1018
1019 2016-02-17 Nick Clifton <nickc@redhat.com>
1020
1021 * testsuite/ld-elf/eh-frame-hdr.d: Skip for ARC ELF targets.
1022
1023 2016-02-15 Nick Clifton <nickc@redhat.com>
1024
1025 * testsuite/ld-i386/pr12718.d: Remove dependency upon the
1026 description of the flags produced by readelf.
1027 * testsuite/ld-i386/pr12921.d: Likewise.
1028 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
1029 * testsuite/ld-i386/tlsbin.rd: Likewise.
1030 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
1031 * testsuite/ld-i386/tlsbindesc.rd: Likewise.
1032 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
1033 * testsuite/ld-i386/tlsdesc.rd: Likewise.
1034 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
1035 * testsuite/ld-i386/tlsgdesc.rd: Likewise.
1036 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
1037 * testsuite/ld-i386/tlsnopic.rd: Likewise.
1038 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
1039 * testsuite/ld-i386/tlspic.rd: Likewise.
1040 * testsuite/ld-s390/tlsbin.rd: Likewise.
1041 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
1042 * testsuite/ld-s390/tlspic.rd: Likewise.
1043 * testsuite/ld-s390/tlspic_64.rd: Likewise.
1044 * testsuite/ld-sh/tlsbin-2.d: Likewise.
1045 * testsuite/ld-sh/tlspic-2.d: Likewise.
1046 * testsuite/ld-tic6x/common.d: Likewise.
1047 * testsuite/ld-tic6x/shlib-1.rd: Likewise.
1048 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
1049 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
1050 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
1051 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
1052 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
1053 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
1054 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
1055 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
1056 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
1057 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
1058 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
1059 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
1060 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
1061 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
1062 * testsuite/ld-x86-64/pr12718.d: Likewise.
1063 * testsuite/ld-x86-64/pr12921.d: Likewise.
1064 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
1065 * testsuite/ld-x86-64/split-by-file.rd: Likewise.
1066 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
1067 * testsuite/ld-x86-64/tlsbin.rd: Likewise.
1068 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
1069 * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
1070 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
1071 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
1072 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
1073 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
1074 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
1075 * testsuite/ld-x86-64/tlspic.rd: Likewise.
1076 * testsuite/ld-xtensa/tlsbin.rd: Likewise.
1077 * testsuite/ld-xtensa/tlspic.rd: Likewise.
1078
1079 2016-02-11 H.J. Lu <hongjiu.lu@intel.com>
1080
1081 PR ld/19615
1082 * ld.texinfo: Document -Bsymbolic and -Bsymbolic-functions for
1083 PIE.
1084 * lexsup.c (parse_args): Enable -Bsymbolic and
1085 -Bsymbolic-functions for PIE.
1086 * testsuite/ld-i386/i386.exp: Run pr19615.
1087 * testsuite/ld-i386/pr19615.d: New file.
1088 * testsuite/ld-i386/pr19615.s: Likewise.
1089 * testsuite/ld-x86-64/pr19615.d: Likewise.
1090 * testsuite/ld-x86-64/pr19615.s: Likewise.
1091
1092 2016-02-09 Nick Clifton <nickc@redhat.com>
1093
1094 * testsuite/ld-aarch64/reloc-overflow-bad.d: New test.
1095 * testsuite/ld-aarch64/reloc-overflow-1.s: New source file.
1096 * testsuite/ld-aarch64/reloc-overflow-2.s: New source file.
1097 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
1098
1099 2016-02-04 Nick Clifton <nickc@redhat.com>
1100
1101 * testsuite/ld-arm/arm-elf.exp: Remove ARM NOREAD section tests.
1102 * testsuite/ld-arm/thumb1-input-section-flag-match.d: Delete.
1103 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Delete.
1104 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.d: Delete.
1105 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s: Delete.
1106 * testsuite/ld-arm/thumb1-noread-present-one-section.d: Delete.
1107 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Delete.
1108 * testsuite/ld-arm/thumb1-noread-present-two-section.d: Delete.
1109 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Delete.
1110
1111 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
1112
1113 PR gas/19520
1114 * testsuite/ld-i386/branch1.d: Pass -mrelax-relocations=yes to as.
1115 * testsuite/ld-i386/call1.d: Likewise.
1116 * testsuite/ld-i386/call2.d: Likewise.
1117 * testsuite/ld-i386/call3a.d: Likewise.
1118 * testsuite/ld-i386/call3b.d: Likewise.
1119 * testsuite/ld-i386/call3c.d: Likewise.
1120 * testsuite/ld-i386/call3d.d: Likewise.
1121 * testsuite/ld-i386/call3e.d: Likewise.
1122 * testsuite/ld-i386/call3f.d: Likewise.
1123 * testsuite/ld-i386/call3g.d: Likewise.
1124 * testsuite/ld-i386/call3h.d: Likewise.
1125 * testsuite/ld-i386/jmp1.d: Likewise.
1126 * testsuite/ld-i386/jmp2.d: Likewise.
1127 * testsuite/ld-i386/lea1c.d: Likewise.
1128 * testsuite/ld-i386/load1.d: Likewise.
1129 * testsuite/ld-i386/load2.d: Likewise.
1130 * testsuite/ld-i386/load3.d: Likewise.
1131 * testsuite/ld-i386/load4a.d: Likewise.
1132 * testsuite/ld-i386/load5a.d: Likewise.
1133 * testsuite/ld-i386/mov2b.d: Likewise.
1134 * testsuite/ld-i386/mov3.d: Likewise.
1135 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
1136 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
1137 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
1138 * testsuite/ld-x86-64/call1a.d: Likewise.
1139 * testsuite/ld-x86-64/call1b.d: Likewise.
1140 * testsuite/ld-x86-64/call1c.d: Likewise.
1141 * testsuite/ld-x86-64/call1d.d: Likewise.
1142 * testsuite/ld-x86-64/call1e.d: Likewise.
1143 * testsuite/ld-x86-64/call1f.d: Likewise.
1144 * testsuite/ld-x86-64/call1h.d: Likewise.
1145 * testsuite/ld-x86-64/call1i.d: Likewise.
1146 * testsuite/ld-x86-64/load1a.d: Likewise.
1147 * testsuite/ld-x86-64/load1b.d: Likewise.
1148 * testsuite/ld-i386/got1a.S: Load GOT into %ecx and use it.
1149 * testsuite/ld-i386/got1.dd: Updated.
1150 * testsuite/ld-i386/got1d.S (1): Removed.
1151 * testsuite/ld-i386/i386.exp: Add -Wa,-mrelax-relocations=yes.
1152 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1153
1154 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
1155
1156 PR ld/18591
1157 * testsuite/ld-x86-64/pr18591.d: New file.
1158 * testsuite/ld-x86-64/pr18591.s: Likewise.
1159 * testsuite/ld-x86-64/x86-64.exp: Run pr18591.
1160
1161 2016-02-01 H.J. Lu <hongjiu.lu@intel.com>
1162
1163 PR ld/19553
1164 * testsuite/ld-elf/indirect.exp: Run tests for PR ld/19553.
1165 * testsuite/ld-elf/pr19553.map: New file.
1166 * testsuite/ld-elf/pr19553.map: Likewise.
1167 * testsuite/ld-elf/pr19553a.c: Likewise.
1168 * testsuite/ld-elf/pr19553b.c: Likewise.
1169 * testsuite/ld-elf/pr19553b.out: Likewise.
1170 * testsuite/ld-elf/pr19553c.c: Likewise.
1171 * testsuite/ld-elf/pr19553c.out: Likewise.
1172 * testsuite/ld-elf/pr19553d.c: Likewise.
1173 * testsuite/ld-elf/pr19553d.out: Likewise.
1174
1175 2016-01-30 H.J. Lu <hongjiu.lu@intel.com>
1176
1177 PR ld/19539
1178 * testsuite/ld-elf/pr19539.d: New file.
1179 * testsuite/ld-elf/pr19539.s: Likewise.
1180 * testsuite/ld-elf/pr19539.t: Likewise.
1181
1182 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
1183
1184 PR ld/19533
1185 * configure.ac (compressed_debug_sections): Replace == with =.
1186 * configure: Regenerated.
1187
1188 2016-01-22 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1189
1190 * scripttempl/avr.sc (.noinit): Force .noinit VMA to end of .bss VMA.
1191 * scripttempl/avrtiny.sc (.noinit): Likewise.
1192
1193 2016-01-21 Nick Clifton <nickc@redhat.com>
1194
1195 PR ld/19453
1196 * testsuite/ld-arm/arm-elf.exp: Skip tests that do not work for
1197 the arm-netbsdelf target.
1198
1199 PR ld/19455
1200 * testsuite/ld-arm/vxworks1-lib.dd: Update for current
1201 disassmebler output.
1202 * testsuite/ld-arm/vxworks1-lib.rd: Likewise.
1203 * testsuite/ld-arm/vxworks1.dd: Likewise.
1204 * testsuite/ld-arm/vxworks1.rd: Likewise.
1205 * testsuite/ld-arm/vxworks1.ld: Set the output format.
1206
1207 2016-01-20 Jiong Wang <jiong.wang@arm.com>
1208
1209 * testsuite/ld-aarch64/farcall-section.d: Delete.
1210 * testsuite/ld-aarch64/farcall-section.s: Delete.
1211 * testsuite/ld-aarch64/farcall-b-section.d: New expectation file.
1212 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
1213 * testsuite/ld-aarch64/farcall-b-section.s: New testcase.
1214 * testsuite/ld-aarch64/farcall-bl-section.s: Likewise.
1215 * testsuite/ld-aarch64/aarch64-elf.exp: Likewise.
1216
1217 2016-01-20 Nick Clifton <nickc@redhat.com>
1218
1219 PR 19457
1220 * testsuite/ld-scripts/script.exp (extract_symbol_test): Stop test
1221 early for PE based targets.
1222 * testsuite/ld-scripts/align.t: Use 0x1000 as VMA alignment.
1223 * testsuite/ld-pe/tlssec32.d: Allow for relocatable output.
1224
1225 2016-01-20 Mickael Guene <mickael.guene@st.com>
1226
1227 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s:
1228 Add 'y' attribute usage.
1229 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Likewise.
1230 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Likewise.
1231 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Likewise.
1232
1233 2016-01-19 Nick Clifton <nickc@redhat.com>
1234
1235 * testsuite/ld-elf/pr18735.d: Allow for extra symbols between
1236 foo@FOO and bar@@FOO.
1237
1238 2016-01-18 Alan Modra <amodra@gmail.com>
1239
1240 * configure: Regenerate.
1241
1242 2016-01-18 Nick Clifton <nickc@redhat.com>
1243
1244 * testsuite/ld-plugin/plugin.exp: Skip plugin tests if the linker
1245 is not configured to support plugins.
1246
1247 * testsuite/ld-scripts/rgn-at11.s: New file - based on rgn-at10.s
1248 but with 16 byte section alignment.
1249 * testsuite/ld-scripts/rgn-at11.d: Use new source file. Reenable
1250 test for MIPS targets.
1251
1252 2016-01-17 Alan Modra <amodra@gmail.com>
1253
1254 * configure: Regenerate.
1255
1256 2016-01-17 Alan Modra <amodra@gmail.com>
1257
1258 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Exclude xgate.
1259 * testsuite/ld-elf/endsym.d: xfail m68hc11/12 and xgate.
1260 * testsuite/ld-elf/pr14156a.d: Likewise.
1261 * testsuite/ld-elf/pr14926.d: Don't run for m68hc11/12 and xgate.
1262 * testsuite/ld-elf/sec64k.exp: Likewise.
1263
1264 2016-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
1265
1266 * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
1267 Set address of .foo section when linking.
1268 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
1269 in .foo section.
1270 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
1271 output to the above changes.
1272
1273 2016-01-13 Nick Clifton <nickc@redhat.com>
1274
1275 * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
1276 for MIPS targets.
1277
1278 * testsuite/ld-scripts/script.exp (extract_symbol_test): Expect to
1279 fail for MIPS targets.
1280
1281 * testsuite/ld-scripts/rgn-at11.d: Expect this test to fail for
1282 MIPS targets.
1283
1284 2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
1285
1286 * testsuite/ld-arm/arm-elf.exp: New test.
1287 * testsuite/ld-arm/unwind-mix.d: New file.
1288 * testsuite/ld-arm/unwind-mix1.s: New file.
1289 * testsuite/ld-arm/unwind-mix2.s: New file.
1290
1291 2016-01-08 Jiong Wang <jiong.wang@arm.com>
1292
1293 PR ld/19368
1294 * testsuite/ld-arm/ifunc-3.rd: Update expected result.
1295 * testsuite/ld-arm/ifunc-4.rd: Likewise.
1296 * testsuite/ld-arm/ifunc-9.rd: Likewise.
1297 * testsuite/ld-arm/ifunc-10.rd: Likewise.
1298 * testsuite/ld-arm/ifunc-12.rd: Likewise.
1299 * testsuite/ld-arm/ifunc-13.rd: Likewise.
1300
1301 2016-01-05 Nick Clifton <nickc@redhat.com>
1302
1303 * emulparams/msp430elf.sh (RAM_START): Move to 0x500 - above the
1304 MSP430 hardware multiply address range.
1305 * scripttempl/elf32msp430.sc (__romdatastart): Define.
1306 (__romdatacopysize): Define.
1307 * scripttempl/elf32msp430_3.sc: Likewise.
1308
1309 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
1310
1311 * emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
1312 OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
1313
1314 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
1315
1316 * testsuite/ld-mips-elf/attr-gnu-4-14.d: Update the order of
1317 messages expected according to MIPS BFD private data merge
1318 changes.
1319 * testsuite/ld-mips-elf/attr-gnu-4-24.d: Likewise.
1320 * testsuite/ld-mips-elf/attr-gnu-4-34.d: Likewise.
1321 * testsuite/ld-mips-elf/attr-gnu-4-41.d: Likewise.
1322 * testsuite/ld-mips-elf/attr-gnu-4-42.d: Likewise.
1323 * testsuite/ld-mips-elf/attr-gnu-4-43.d: Likewise.
1324 * testsuite/ld-mips-elf/attr-gnu-4-45.d: Likewise.
1325 * testsuite/ld-mips-elf/attr-gnu-4-46.d: Likewise.
1326 * testsuite/ld-mips-elf/attr-gnu-4-47.d: Likewise.
1327 * testsuite/ld-mips-elf/attr-gnu-4-48.d: Likewise.
1328 * testsuite/ld-mips-elf/attr-gnu-4-49.d: Likewise.
1329 * testsuite/ld-mips-elf/attr-gnu-4-54.d: Likewise.
1330 * testsuite/ld-mips-elf/attr-gnu-4-64.d: Likewise.
1331 * testsuite/ld-mips-elf/attr-gnu-4-74.d: Likewise.
1332
1333 2016-01-01 Alan Modra <amodra@gmail.com>
1334
1335 Update year range in copyright notice of all files.
1336
1337 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
1338 \f
1339 Copyright (C) 2016 Free Software Foundation, Inc.
1340
1341 Copying and distribution of this file, with or without modification,
1342 are permitted in any medium without royalty provided the copyright
1343 notice and this notice are preserved.
1344
1345 Local Variables:
1346 mode: change-log
1347 left-margin: 8
1348 fill-column: 74
1349 version-control: never
1350 End:
This page took 0.057933 seconds and 5 git commands to generate.