[ARC] Fix parsing leave_s and enter_s mnemonics.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
249471c0
LC
12016-10-06 Ludovic Courtès <ludo@gnu.org>
2
3 * emulparams/elf32bmipn32-defs.sh: Shift quote of
4 "x$EMULATION_NAME" to the left to work around
5 <http://ftp.gnu.org/gnu/bash/bash-4.2-patches/bash42-007>.
6
1a0670f3
AM
72016-10-06 Alan Modra <amodra@gmail.com>
8
9 * lexsup.c: Spell fall through comments consistently and add
10 missing fall through comments.
11
2b804145
AM
122016-10-06 Alan Modra <amodra@gmail.com>
13
14 * plugin.c (asymbol_from_plugin_symbol): Avoid compiler warning
15 by adding return.
16
94b41882
AM
172016-10-04 Alan Modra <amodra@gmail.com>
18
19 * ld.texinfo (Expression Section): Update result of arithmetic
20 expressions.
21 * ldexp.c (arith_result_section): New function.
22 (fold_binary): Use it.
23
9ad39107
AM
242016-10-04 Alan Modra <amodra@gmail.com>
25
26 * ldexp.c (exp_value_fold): New function.
27 (exp_unop, exp_binop, exp_trinop): Use it.
28
76276ff6
AM
292016-09-30 Alan Modra <amodra@gmail.com>
30
31 * scripttempl/v850.sc: Don't reference __ctbp, __ep, __gp when
32 not relocating.
33 * scripttempl/v850_rh850.sc: Likewise.
34
80169c8a
AM
352016-09-30 Alan Modra <amodra@gmail.com>
36
37 PR ld/20528
38 * testsuite/ld-elf/pr20528a.d: xfail generic elf targets. Allow
39 multiple .text sections for hppa-linux.
40 * testsuite/ld-elf/pr20528b.d: Likewise.
41
4519d071
AM
422016-09-30 Alan Modra <amodra@gmail.com>
43
44 * ldmain.c (default_bfd_error_handler): New function pointer.
45 (ld_bfd_error_handler): New function.
46 (main): Arrange to call it on bfd errors/warnings.
47 (ld_bfd_assert_handler): Enable tail call.
48
52d45da3
AM
492016-09-30 Alan Modra <amodra@gmail.com>
50
51 * ldlang.c (ignore_bfd_errors): Update params.
52
93dc595d
L
532016-09-29 H.J. Lu <hongjiu.lu@intel.com>
54
55 PR ld/20528
56 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
57 merge 2 sections with different SHF_EXCLUDE.
58 * testsuite/ld-elf/pr20528a.d: New file.
59 * testsuite/ld-elf/pr20528a.s: Likewise.
60 * testsuite/ld-elf/pr20528b.d: Likewise.
61 * testsuite/ld-elf/pr20528b.s: Likewise.
62
2df2751d
CL
632016-09-28 Christophe Lyon <christophe.lyon@linaro.org>
64
65 PR ld/20608
66 * testsuite/ld-arm/arm-elf.exp: Handle new testcase.
67 * testsuite/ld-arm/farcall-mixed-app2.d: New file.
68 * testsuite/ld-arm/farcall-mixed-app2.r: Likewise.
69 * testsuite/ld-arm/farcall-mixed-app2.s: Likewise.
70 * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
71
c5da1932
VZ
722016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
73
74 * Makefile.in: Regenerate.
75 * configure: Likewise.
76
005d79fd
AM
772016-09-26 Alan Modra <amodra@gmail.com>
78
79 * testsuite/ld-powerpc/attr-gnu-4-4.s: Delete.
80 * testsuite/ld-powerpc/attr-gnu-4-14.d: Delete.
81 * testsuite/ld-powerpc/attr-gnu-4-24.d: Delete.
82 * testsuite/ld-powerpc/attr-gnu-4-34.d: Delete.
83 * testsuite/ld-powerpc/attr-gnu-4-41.d: Delete.
84 * testsuite/ld-powerpc/attr-gnu-4-32.d: Adjust expected warning.
85 * testsuite/ld-powerpc/attr-gnu-8-23.d: Likewise.
86 * testsuite/ld-powerpc/attr-gnu-4-01.d: Adjust expected output.
87 * testsuite/ld-powerpc/attr-gnu-4-02.d: Likewise.
88 * testsuite/ld-powerpc/attr-gnu-4-03.d: Likewise.
89 * testsuite/ld-powerpc/attr-gnu-4-10.d: Likewise.
90 * testsuite/ld-powerpc/attr-gnu-4-11.d: Likewise.
91 * testsuite/ld-powerpc/attr-gnu-4-20.d: Likewise.
92 * testsuite/ld-powerpc/attr-gnu-4-22.d: Likewise.
93 * testsuite/ld-powerpc/attr-gnu-4-33.d: Likewise.
94 * testsuite/ld-powerpc/attr-gnu-8-11.d: Likewise.
95 * testsuite/ld-powerpc/powerpc.exp: Don't run deleted tests.
96
5025eb7c
AO
972016-09-23 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
98
99 PR ld/20595
100 * testsuite/ld-arm/unwind-4.d: Add -q option to linker command
101 line and -r option to objdump command line. Match emitted relocs
102 to make sure that superflous relocs are not generated.
103
7c4236c3
AK
1042016-09-23 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
105
106 * emulparams/elf64_s390.sh: Change TEXT_START_ADDR to 256MB.
107 * testsuite/ld-s390/tlsbin_64.dd: Adjust testcase accordingly.
108 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
109
0ec22c2c
NC
1102016-09-22 Nick Clifton <nickc@redhat.com>
111
112 * emultempl/elf32.em (_try_needed): In verbose mode, report failed
113 attempts to find a needed library.
114
ad43e107
RS
1152016-09-21 Richard Sandiford <richard.sandiford@arm.com>
116
117 * testsuite/ld-aarch64/emit-relocs-28.d: Expect spaces after ","
118 in addresses.
119 * testsuite/ld-aarch64/emit-relocs-301-be.d: Likewise.
120 * testsuite/ld-aarch64/emit-relocs-301.d: Likewise.
121 * testsuite/ld-aarch64/emit-relocs-302-be.d: Likewise.
122 * testsuite/ld-aarch64/emit-relocs-302.d: Likewise.
123 * testsuite/ld-aarch64/emit-relocs-310-be.d: Likewise.
124 * testsuite/ld-aarch64/emit-relocs-310.d: Likewise.
125 * testsuite/ld-aarch64/emit-relocs-313.d: Likewise.
126 * testsuite/ld-aarch64/emit-relocs-515-be.d: Likewise.
127 * testsuite/ld-aarch64/emit-relocs-515.d: Likewise.
128 * testsuite/ld-aarch64/emit-relocs-516-be.d: Likewise.
129 * testsuite/ld-aarch64/emit-relocs-516.d: Likewise.
130 * testsuite/ld-aarch64/emit-relocs-531.d: Likewise.
131 * testsuite/ld-aarch64/emit-relocs-532.d: Likewise.
132 * testsuite/ld-aarch64/emit-relocs-533.d: Likewise.
133 * testsuite/ld-aarch64/emit-relocs-534.d: Likewise.
134 * testsuite/ld-aarch64/emit-relocs-535.d: Likewise.
135 * testsuite/ld-aarch64/emit-relocs-536.d: Likewise.
136 * testsuite/ld-aarch64/emit-relocs-537.d: Likewise.
137 * testsuite/ld-aarch64/emit-relocs-538.d: Likewise.
138 * testsuite/ld-aarch64/erratum835769.d: Likewise.
139 * testsuite/ld-aarch64/erratum843419.d: Likewise.
140 * testsuite/ld-aarch64/farcall-b-plt.d: Likewise.
141 * testsuite/ld-aarch64/farcall-bl-plt.d: Likewise.
142 * testsuite/ld-aarch64/gc-plt-relocs.d: Likewise.
143 * testsuite/ld-aarch64/ifunc-21.d: Likewise.
144 * testsuite/ld-aarch64/ifunc-7c.d: Likewise.
145 * testsuite/ld-aarch64/tls-desc-ie.d: Likewise.
146 * testsuite/ld-aarch64/tls-large-desc-be.d: Likewise.
147 * testsuite/ld-aarch64/tls-large-desc.d: Likewise.
148 * testsuite/ld-aarch64/tls-large-ie-be.d: Likewise.
149 * testsuite/ld-aarch64/tls-large-ie.d: Likewise.
150 * testsuite/ld-aarch64/tls-relax-all.d: Likewise.
151 * testsuite/ld-aarch64/tls-relax-gd-ie.d: Likewise.
152 * testsuite/ld-aarch64/tls-relax-gdesc-ie-2.d: Likewise.
153 * testsuite/ld-aarch64/tls-relax-gdesc-ie.d: Likewise.
154 * testsuite/ld-aarch64/tls-relax-large-desc-ie-be.d: Likewise.
155 * testsuite/ld-aarch64/tls-relax-large-desc-ie.d: Likewise.
156 * testsuite/ld-aarch64/tls-tiny-desc.d: Likewise.
157 * testsuite/ld-aarch64/tls-tiny-gd.d: Likewise.
158
bb7eff52
RS
1592016-09-21 Richard Sandiford <richard.sandiford@arm.com>
160
161 * testsuite/ld-aarch64/emit-relocs-280.d: Match branch comments.
162 * testsuite/ld-aarch64/weak-undefined.d: Likewise.
163
a5bf7d4f
AB
1642016-09-20 Andrew Burgess <andrew.burgess@embecosm.com>
165
d4ed4da3 166 * ld.texinfo (Input Section Basics): Expand the description of
a5bf7d4f
AB
167 EXCLUDE_FILE.
168
4f90d84b
TP
1692016-09-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
170
171 * testsuite/ld-arm/cmse-veneers.s: Add a test for ARMv8-M Security
172 Extensions entry functions in absolute section.
173 * testsuite/ld-arm/cmse-veneers.rd: Adapt expected output accordingly.
174
32348c58
CZ
1752016-09-14 Claudiu Zissulescu <claziss@synopsys.com>
176
177 * testsuite/ld-arc/tls-dtpoff.dd: New file.
178 * testsuite/ld-arc/tls-dtpoff.rd: Likewise.
179 * testsuite/ld-arc/tls-dtpoff.s: Likewise.
180 * testsuite/ld-arc/tls-relocs.ld: Likewise.
181 * testsuite/ld-arc/arc.exp: Add new tdpoff test.
182
29063f8b
NC
1832016-09-14 Nick Clifton <nickc@redhat.com>
184
185 PR ld/20537
186 * emultempl/elf32.em: More OPTION_xxx values into an enum. Add
187 OPTION_NO_EH_FRAME_HDR.
188 (_add_options): Add support for --no-eh-frame-hdr.
189 * ld.texinfo: Document new option.
190 * lexsup.c (elf_shlib_list_options): List new option.
191 * NEWS: Mention the new option.
192
d8457a04
L
1932016-09-06 H.J. Lu <hongjiu.lu@intel.com>
194
195 PR ld/20550
196 * testsuite/ld-x86-64/pr20550a.s: New file.
197 * testsuite/ld-x86-64/pr20550b.s: Likewise.
198 * testsuite/ld-x86-64/x86-64.exp (x86_64tests): Add tests for
199 PR ld/20550.
200
22d6c51b
NC
2012016-09-06 Nick Clifton <nickc@redhat.com>
202
203 * Makefile.am (CFLAGS_FOR_TARGET): Define as a copy of CFLAGS but
204 without any sanitization options.
205 (CXXFLAGS_FOR_TARGET): Define as a copy of CXXFLAGS but without
206 any sanitization options.
207 (check-DEJAGNU): Pass CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET
208 as CFLAGS and CXXFLAGS respectively.
209
bf186506
SKS
2102016-09-02 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
211
212 PR ld/20545
213 * testsuite/ld-avr/avr-prop-7.d: New test.
214 * testsuite/ld-avr/avr-prop-7.s: New test.
215 * testsuite/ld-avr/avr-prop-8.d: New test.
216 * testsuite/ld-avr/avr-prop-8.s: New test.
217
1b2d85b2
L
2182016-09-02 H.J. Lu <hongjiu.lu@intel.com>
219
220 * testsuite/ld-elf/pr20513c.d: Limit to *-*-linux* and *-*-gnu*
221 targets.
222 * testsuite/ld-elf/pr20513d.d: Likewise.
223
652a8f4f
L
2242016-09-01 H.J. Lu <hongjiu.lu@intel.com>
225
226 PR ld/20513
227 * testsuite/ld-elf/pr20513a.d: New file.
228 * testsuite/ld-elf/pr20513a.s: Likewise.
229 * testsuite/ld-elf/pr20513b.d: Likewise.
230 * testsuite/ld-elf/pr20513b.s: Likewise.
231 * testsuite/ld-elf/pr20513c.d: Likewise.
232 * testsuite/ld-elf/pr20513d.d: Likewise.
233 * testsuite/ld-elf/pr20513e.d: Likewise.
234 * testsuite/ld-elf/pr20513f.d: Likewise.
235
2e84f9c1
AM
2362016-08-31 Alan Modra <amodra@gmail.com>
237
238 PR 20513
239 * ldlang.c (section_already_linked): Deal with SHF_EXCLUDE sections.
240
3e8c34ea
AM
2412016-08-31 Alan Modra <amodra@gmail.com>
242
243 * testsuite/ld-powerpc/vle-multiseg-1.d: Adjust to suit segment change.
244 * testsuite/ld-powerpc/vle-multiseg-2.d: Likewise.
245 * testsuite/ld-powerpc/vle-multiseg-3.d: Likewise.
246 * testsuite/ld-powerpc/vle-multiseg-6.d: Likewise.
247 * testsuite/ld-powerpc/vle-reloc-2.d: Likewise.
248
b2b38362
CM
2492016-08-30 Cupertino Miranda <cmiranda@synopsys.com>
250
251 * testsuite/ld-arc/tls_gs-01.d: Set to XFAIL on arc*-*-elf*.
252 * testsuite/ld-arc/tls_ie-01.d: Likewise.
253
3c4f3228
L
2542016-08-29 H.J. Lu <hongjiu.lu@intel.com>
255
256 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/19784 tests only
257 if ifunc attribute works.
258
74437ea2
L
2592016-08-29 H.J. Lu <hongjiu.lu@intel.com>
260
261 PR ld/14961
262 PR ld/20515
263 * testsuite/ld-i386/i386.exp: Run pr20515.
264 * testsuite/ld-i386/pr20515.d: New file.
265 * testsuite/ld-i386/pr20515.s: Likewise.
266 * testsuite/ld-ifunc/ifunc-14a.s: Use R_386_PLT32 to call IFUNC
267 function.
268 * testsuite/ld-ifunc/ifunc-14c.s: Likewise.
269 * testsuite/ld-ifunc/ifunc-2-i386.s: Likewise.
270 * testsuite/ld-ifunc/ifunc-2-local-i386.s: Likewise.
271 * testsuite/ld-ifunc/ifunc.exp: Move PR ld/19784 tests to ...
272 * testsuite/ld-x86-64/x86-64.exp: Here.
273 * testsuite/ld-ifunc/pr19784a.c: Moved to ...
274 * testsuite/ld-x86-64/pr19784a.c: Here.
275 * testsuite/ld-ifunc/pr19784b.c: Moved to ...
276 * testsuite/ld-x86-64/pr19784b.c: Here.
277 * testsuite/ld-ifunc/pr19784c.c: Moved to ...
278 * testsuite/ld-x86-64/pr19784c.c: Here.
279
68c39892
TP
2802016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
281
282 * emultempl/armelf.em (params): New static variable.
283 (thumb_entry_symbol, byteswap_code, target1_is_rel, target2_type,
284 fix_v4bx, use_blx, vfp11_denorm_fix, stm32l4xx_fix, fix_cortex_a8,
285 no_enum_size_warning, no_wchar_size_warning, pic_veneer,
286 merge_exidx_entries, fix_arm1176, cmse_implib): move as part of the
287 above new structure.
288 (arm_elf_before_allocation): Access static variable from the params
289 structure.
290 (gld${EMULATION_NAME}_finish): Likewise.
291 (arm_elf_create_output_section_statements): Likewise and pass the
292 address of that structure to bfd_elf32_arm_set_target_relocs instead
293 of the static variables.
294 (PARSE_AND_LIST_ARGS_CASES): Access static variable from the params
295 structure.
296
980aa3e6
CM
2972016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
298
299 * ld/testsuite/ld-arc/tls_gd-01.s: Added a testcase for this patch.
300 * ld/testsuite/ld-arc/tls_gd-01.d: Likewise.
301
4dd72ffd
CM
3022016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
303
304 * testsuite/ld-arc/tls_ie-01.s: Added to verify associated fix.
305 * testsuite/ld-arc/tls_ie-01.d: Likewise
306
0955507f
TP
3072016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
308
309 * emultempl/armelf.em (in_implib_filename): Declare and initialize new
310 variable.
311 (arm_elf_create_output_section_statements): Open import input library
312 file for writing and pass resulting in_implib_bfd to
313 bfd_elf32_arm_set_target_relocs.
314 (PARSE_AND_LIST_PROLOGUE): Define OPTION_IN_IMPLIB option.
315 (PARSE_AND_LIST_LONGOPTS): Define --in-implib option.
316 (PARSE_AND_LIST_OPTIONS): Add help message for --in-implib option.
317 (PARSE_AND_LIST_ARGS_CASES): Handle new OPTION_IN_IMPLIB case.
318 * ld.texinfo (--cmse-implib): Update to mention --in-implib.
319 (--in-implib): Document new option.
320 * NEWS: Likewise.
321 * testsuite/ld-arm/arm-elf.exp
322 (Secure gateway import library generation): add --defsym VER=1 to gas
323 CLI.
324 (Secure gateway import library generation: errors): Likewise.
325 (Input secure gateway import library): New test.
326 (Input secure gateway import library: no output import library):
327 Likewise.
328 (Input secure gateway import library: not an SG input import library):
329 Likewise.
330 (Input secure gateway import library: earlier stub section base):
331 Likewise.
332 (Input secure gateway import library: later stub section base):
333 Likewise.
334 (Input secure gateway import library: veneer comeback): Likewise.
335 (Input secure gateway import library: entry function change):
336 Likewise.
337 * testsuite/ld-arm/cmse-implib.s: Add input import library testing.
338 * testsuite/ld-arm/cmse-implib.rd: Update accordingly.
339 * testsuite/ld-arm/cmse-new-implib.out: New file.
340 * testsuite/ld-arm/cmse-new-implib.rd: Likewise.
341 * testsuite/ld-arm/cmse-new-implib-no-output.out: Likewise.
342 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out: Likewise.
343 * testsuite/ld-arm/cmse-new-earlier-later-implib.out: Likewise.
344 * testsuite/ld-arm/cmse-new-comeback-implib.rd: Likewise.
345 * testsuite/ld-arm/cmse-new-wrong-implib.out: Likewise.
346
4811ccb4
AM
3472016-08-25 Alan Modra <amodra@gmail.com>
348
349 * configure.tgt (powerpc*-*-linux* et al): Rewrite, adding LE
350 support for BE. First output all target endian configury
351 values, then opposite endian. Handle more tooldirs. Fix
352 bogus matches with strings in MANUF-OS part of target triple.
353
d44ea5d0
AM
3542016-08-23 Alan Modra <amodra@gmail.com>
355
356 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Don't fail tests
357 twice.
358
dd905818
NC
3592016-08-19 Nick Clifton <nickc@redhat.com>
360
576438f0
NC
361 * emultempl/aarch64elf.em (before_parse): Initialise the relro
362 field in the link_info structure.
363 * emultempl/armelf.em (before_parse): Likewise.
364 * emultempl/linux.em (before_parse): Likewise.
365 * emultempl/scoreelf.em (before_parse): Likewise.
366
dd905818
NC
367 * testsuite/ld-alpha/tlsbin.rd: Adjust expected ordering of sections.
368 * testsuite/ld-alpha/tlsbinr.rd: Likewise.
369 * testsuite/ld-alpha/tlspic.rd: Likewise.
370 * testsuite/ld-cris/libdso-2.d: Likewise.
371 * testsuite/ld-i386/nogot1.d: Likewise.
372 * testsuite/ld-i386/pr12718.d: Likewise.
373 * testsuite/ld-i386/pr12921.d: Likewise.
374 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
375 * testsuite/ld-i386/tlsbin.rd: Likewise.
376 * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
377 * testsuite/ld-i386/tlsbin2.rd: Likewise.
378 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
379 * testsuite/ld-i386/tlsbindesc.rd: Likewise.
380 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
381 * testsuite/ld-i386/tlsdesc.rd: Likewise.
382 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
383 * testsuite/ld-i386/tlsgdesc.rd: Likewise.
384 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
385 * testsuite/ld-i386/tlsnopic.rd: Likewise.
386 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
387 * testsuite/ld-i386/tlspic.rd: Likewise.
388 * testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
389 * testsuite/ld-i386/tlspic2.rd: Likewise.
390 * testsuite/ld-ia64/tlsbin.rd: Likewise.
391 * testsuite/ld-ia64/tlspic.rd: Likewise.
392 * testsuite/ld-mips-elf/attr-gnu-4-10.d: Likewise.
393 * testsuite/ld-mips-elf/attr-gnu-4-50.d: Likewise.
394 * testsuite/ld-mips-elf/attr-gnu-4-60.d: Likewise.
395 * testsuite/ld-mips-elf/attr-gnu-4-70.d: Likewise.
396 * testsuite/ld-mmix/bspec1.d: Likewise.
397 * testsuite/ld-mmix/bspec2.d: Likewise.
398 * testsuite/ld-mmix/local1.d: Likewise.
399 * testsuite/ld-mmix/local3.d: Likewise.
400 * testsuite/ld-mmix/local5.d: Likewise.
401 * testsuite/ld-mmix/local7.d: Likewise.
402 * testsuite/ld-mmix/undef-3.d: Likewise.
403 * testsuite/ld-powerpc/tlsexe.r: Likewise.
404 * testsuite/ld-powerpc/tlsexe32.r: Likewise.
405 * testsuite/ld-powerpc/tlsexetoc.r: Likewise.
406 * testsuite/ld-powerpc/tlsso.r: Likewise.
407 * testsuite/ld-powerpc/tlsso32.r: Likewise.
408 * testsuite/ld-powerpc/tlstocso.r: Likewise.
409 * testsuite/ld-s390/tlsbin.rd: Likewise.
410 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
411 * testsuite/ld-s390/tlspic.rd: Likewise.
412 * testsuite/ld-s390/tlspic_64.rd: Likewise.
413 * testsuite/ld-sh/sh64/crange1.rd: Likewise.
414 * testsuite/ld-sh/sh64/crange2.rd: Likewise.
415 * testsuite/ld-sh/sh64/crange3-cmpct.rd: Likewise.
416 * testsuite/ld-sh/sh64/crange3-media.rd: Likewise.
417 * testsuite/ld-sh/sh64/crange3.rd: Likewise.
418 * testsuite/ld-sh/sh64/crangerel1.rd: Likewise.
419 * testsuite/ld-sh/sh64/crangerel2.rd: Likewise.
420 * testsuite/ld-sh/tlsbin-2.d: Likewise.
421 * testsuite/ld-sh/tlspic-2.d: Likewise.
422 * testsuite/ld-sparc/gotop32.rd: Likewise.
423 * testsuite/ld-sparc/gotop64.rd: Likewise.
424 * testsuite/ld-sparc/tlssunbin32.rd: Likewise.
425 * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
426 * testsuite/ld-sparc/tlssunnopic32.rd: Likewise.
427 * testsuite/ld-sparc/tlssunnopic64.rd: Likewise.
428 * testsuite/ld-sparc/tlssunpic32.rd: Likewise.
429 * testsuite/ld-sparc/tlssunpic64.rd: Likewise.
430 * testsuite/ld-tic6x/common.d: Likewise.
431 * testsuite/ld-tic6x/shlib-1.rd: Likewise.
432 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
433 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
434 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
435 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
436 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
437 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
438 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
439 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
440 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
441 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
442 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
443 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
444 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
445 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
446 * testsuite/ld-x86-64/nogot1.d: Likewise.
447 * testsuite/ld-x86-64/pr12718.d: Likewise.
448 * testsuite/ld-x86-64/pr12921.d: Likewise.
449 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
450 * testsuite/ld-x86-64/split-by-file.rd: Likewise.
451 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
452 * testsuite/ld-x86-64/tlsbin.rd: Likewise.
453 * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
454 * testsuite/ld-x86-64/tlsbin2.rd: Likewise.
455 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
456 * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
457 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
458 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
459 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
460 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
461 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
462 * testsuite/ld-x86-64/tlspic.rd: Likewise.
463 * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
464 * testsuite/ld-x86-64/tlspic2.rd: Likewise.
465 * testsuite/ld-xtensa/tlsbin.rd: Likewise.
466 * testsuite/ld-xtensa/tlspic.rd: Likewise.
467
626c539f
AM
4682016-08-18 Alan Modra <amodra@gmail.com>
469
470 * testsuite/ld-undefined/weak-undef.exp: Use unsupported not
471 unresolved.
472
90ac2420
AM
4732016-08-12 Alan Modra <amodra@gmail.com>
474
475 * testsuite/ld-tic6x/shlib-1.rd: Correct expected .dynsym sh_info.
476 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
477 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
478 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
479 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
480 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
481 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
482 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
483 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
484 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
485 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
486 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
487 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
488
bf174910
AM
4892016-08-12 Alan Modra <amodra@gmail.com>
490
491 * testsuite/ld-undefined/weak-fundef.s: New.
492 * testsuite/ld-undefined/weak-undef.t: Don't specify filename.
493 * testsuite/ld-undefined/weak-undef.exp: Run new tests. Rearrange
494 much of old code. Use is_elf_format to select targets.
495
8be1e369
AM
4962016-08-11 Alan Modra <amodra@gmail.com>
497
498 PR ld/20436
499 * testsuite/lib/ld-lib.exp (at_least_gcc_version): Don't ignore
500 remote_exec status.
501 (check_gcc_plugin_enabled): Likewise. Revert previous patch.
502
7f6bf02d
NC
5032016-08-11 Nick Clifton <nickc@redhat.com>
504
505 PR ld/20436
506 * testsuite/lib/ld-lib.exp (check_gcc_plugin_enabled): When not
507 testing remotely, check to see if target compiler is installed
508 before trying to run it.
509
3807734d
MR
5102016-08-10 Maciej W. Rozycki <macro@imgtec.com>
511
512 PR ld/15428
513 * testsuite/ld-mips-elf/mips-elf.exp: Un-KFAIL `__ehdr_start'
514 test 2.
515
0375b0a5
MR
5162016-08-10 Maciej W. Rozycki <macro@imgtec.com>
517
518 * testsuite/ld-mips-elf/pic-and-nonpic-1-micromips-rel.dd: New
519 test.
520 * testsuite/ld-mips-elf/pic-and-nonpic-1-micromips-rel.nd: New
521 test.
522 * testsuite/ld-mips-elf/pic-and-nonpic-1-micromips.dd: New test.
523 * testsuite/ld-mips-elf/pic-and-nonpic-1-micromips.nd: New test.
524 * testsuite/ld-mips-elf/pic-and-nonpic-1a-micromips.s: New test
525 source.
526 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s: New test
527 source.
528 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
529
5ff55910
L
5302016-08-09 H.J. Lu <hongjiu.lu@intel.com>
531
532 PR ld/20436
533 * testsuite/lib/ld-lib.exp (check_gcc_plugin_enabled): New
534 proc.
535 (check_lto_available): Return 0 if check_gcc_plugin_enabled
536 returns 0.
537 (check_lto_fat_available): Likewise.
538 (check_lto_shared_available): Likewise.
539
7cfee229
RM
5402016-08-09 Roland McGrath <roland@hack.frob.com>
541
542 * emulparams/armelf.sh (GENERATE_PIE_SCRIPT): Set to yes.
543
54ddd295
TP
5442016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
545
546 * emultempl/armelf.em (cmse_implib): Declare and define this new
547 static variable.
548 (arm_elf_create_output_section_statements): Add new cmse_implib
549 parameter.
550 (OPTION_CMSE_IMPLIB): Define macro.
551 (PARSE_AND_LIST_LONGOPTS): Add entry for new --cmse-implib switch.
552 (PARSE_AND_LIST_OPTIONS): Likewise.
553 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_CMSE_IMPLIB case.
554 * ld.texinfo (--cmse-implib): Document new option.
555 * testsuite/ld-arm/arm-elf.exp
556 (Secure gateway import library generation): New test.
557 (Secure gateway import library generation: errors): Likewise.
558 * testsuite/ld-arm/cmse-implib.s: New file.
559 * testsuite/ld-arm/cmse-implib-errors.out: Likewise.
560 * testsuite/ld-arm/cmse-implib.rd: Likewise.
561
4ba2ef8f
TP
5622016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
563
564 * ld.texinfo (Placement of SG veneers): New concept entry.
565 * testsuite/ld-arm/arm-elf.exp
566 (Secure gateway veneers: no .gnu.sgstubs section): New test.
567 (Secure gateway veneers: wrong entry functions): Likewise.
568 (Secure gateway veneers (ARMv8-M Baseline)): Likewise.
569 (Secure gateway veneers (ARMv8-M Mainline)): Likewise.
570 * testsuite/ld-arm/cmse-veneers.s: New file.
571 * testsuite/ld-arm/cmse-veneers.d: Likewise.
572 * testsuite/ld-arm/cmse-veneers.rd: Likewise.
573 * testsuite/ld-arm/cmse-veneers.sd: Likewise.
574 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out: Likewise.
575 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out: Likewise.
576
a94d834c
NC
5772016-08-02 Nick Clifton <nickc@redhat.com>
578
579 PR ld/17739
580 * emulparams/shelf.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): Define with
581 valye 'yes'.
582 * emulparams/shelf32.sh: Likewise.
583 * emulparams/shelf32.sh: Likewise.
584 * emulparams/shelf_nto.sh: Likewise.
585 * emulparams/shelf_nto.sh: Likewise.
586 * emulparams/shelf_vxworks.sh: Likewise.
587 * emulparams/shelf_vxworks.sh: Likewise.
588 * emulparams/shlelf32_linux.sh: Likewise.
589 * emulparams/shlelf32_linux.sh: Likewise.
590 * emulparams/shlelf_linux.sh: Likewise.
591 * emulparams/shlelf_linux.sh: Likewise.
592 * emulparams/shlelf_nto.sh: Likewise.
593 * emulparams/shlelf_nto.sh: Likewise.
594
7bd374a4
MR
5952016-07-27 Maciej W. Rozycki <macro@imgtec.com>
596
597 * testsuite/ld-mips-elf/micromips-branch-absolute.d: Update
598 patterns for branch compaction.
599 * testsuite/ld-mips-elf/micromips-branch-absolute-addend.d:
600 Likewise.
601
61d2d2b5
NC
6022016-07-27 Nick Clifton <nickc@redhat.com>
603
604 * testsuite/ld-gc/personality.d: Use "target cfi" to restrict the
605 test to targets which support cfi.
606
7fca8e8f
IK
6072016-07-27 Igor Kudrin <ikudrin@accesssoftek.com>
608
609 * ldbuildid.c (generate_build_id): Warning fix.
610
54806ffa
MR
6112016-07-26 Maciej W. Rozycki <macro@imgtec.com>
612
613 * testsuite/ld-mips-elf/compressed-plt-1.s: Add branch support.
614 * testsuite/ld-mips-elf/compressed-plt-1a.s: Likewise.
615 * testsuite/ld-mips-elf/compressed-plt-1b.s: Likewise.
616 * testsuite/ld-mips-elf/compressed-plt-1-o32-branch.od: New
617 test.
618 * testsuite/ld-mips-elf/compressed-plt-1-o32-branch.rd: New
619 test.
620 * testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-bronly.od:
621 New test.
622 * testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-bronly.rd:
623 New test.
624 * testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-branch.od:
625 New test.
626 * testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-branch.rd:
627 New test.
628 * testsuite/ld-mips-elf/compressed-plt-1-o32-umips-bronly.od:
629 New test.
630 * testsuite/ld-mips-elf/compressed-plt-1-o32-umips-bronly.rd:
631 New test.
632 * testsuite/ld-mips-elf/compressed-plt-1-o32-umips-branch.od:
633 New test.
634 * testsuite/ld-mips-elf/compressed-plt-1-o32-umips-branch.rd:
635 New test.
636 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
637
d0d4152f
IK
6382016-07-26 Igor Kudrin <ikudrin@accesssoftek.com>
639
640 * ldbuildid.c: Changes for MinGW32:
641 Include windows.h and rpcdce.h.
642 (validate_build_id_style): Allow "uuid" style.
643 (generate_build_id): Fill in id_bits using UuidCreate().
644
95804507
AM
6452016-07-25 Alan Modra <amodra@gmail.com>
646
647 * testsuite/ld-elf/sec64k.exp: Run test for arc, msp430, or1k
648 and m32r. Correct comment. Relax ld -r match to account for
649 msp increased number of default sections.
650
c02d11a5
CM
6512016-07-22 Cupertino Miranda <cmiranda@synopsys.com>
652
653 * testsuite/ld-arc/got-01.d: New file.
654 * testsuite/ld-arc/got-01.s: New file.
655
fecd57f9
L
6562016-07-21 H.J. Lu <hongjiu.lu@intel.com>
657
658 * configure: Regenerated.
659
982c6f26
AM
6602016-07-21 Alan Modra <amodra@gmail.com>
661
662 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Replace
663 "targets_to_xfail" parameter with "args".
664 * testsuite/ld-elf/compress.exp: Remove empty list of xfails on
665 all calls to run_ld_link_exec_tests.
666 * testsuite/ld-elf/dwarf.exp: Likewise.
667 * testsuite/ld-elf/indirect.exp: Likewise.
668 * testsuite/ld-elf/wrap.exp: Likewise.
669 * testsuite/ld-i386/i386.exp: Likewise.
670 * testsuite/ld-i386/no-plt.exp: Likewise.
671 * testsuite/ld-i386/tls.exp: Likewise.
672 * testsuite/ld-ifunc/ifunc.exp: Likewise.
673 * testsuite/ld-pie/pie.exp: Likewise.
674 * testsuite/ld-plugin/lto.exp: Likewise.
675 * testsuite/ld-size/size.exp: Likewise.
676 * testsuite/ld-x86-64/mpx.exp: Likewise.
677 * testsuite/ld-x86-64/no-plt.exp: Likewise.
678 * testsuite/ld-x86-64/tls.exp: Likewise.
679 * testsuite/ld-x86-64/x86-64.exp: Likewise.
680 * testsuite/ld-elf/elf.exp: Likewise. Reorder args when providing
681 xfails and simplify lists.
682 * testsuite/ld-elf/shared.exp: Likewise.
683
5df1bc57
AM
6842016-07-21 Alan Modra <amodra@gmail.com>
685
686 * testsuite/lib/ld-lib.exp (run_ld_link_tests): Add optional
687 parameter to pass list of xfails.
688 * testsuite/ld-elf/elf.exp: Add xfails for implib tests. Tidy
689 implib test formatting. Don't set .data start address.
690 * testsuite/ld-elf/implib.s: Remove first .bss directive and
691 replace second one with equivalent .section directive.
692 * testsuite/ld-elf/empty-implib.out: Add expected final error.
693 * testsuite/ld-elf/implib.rd: Update.
694
b751e639
AM
6952016-07-20 Alan Modra <amodra@gmail.com>
696
697 * ldexp.c (exp_unop, exp_binop, exp_trinop, exp_nameop): Don't
698 fold expression.
699 * testsuite/ld-elf/maxpage3b.d: Expect correct maxpagesize.
700
3af09e8d
RM
7012016-07-19 Roland McGrath <roland@hack.frob.com>
702
703 * emulparams/aarch64elf.sh (GENERATE_PIE_SCRIPT): Set to yes.
704 * emulparams/aarch64elf32.sh: Likewise.
705
a6ebf616
MR
7062016-07-19 Maciej W. Rozycki <macro@imgtec.com>
707
708 * testsuite/ld-mips-elf/unaligned-branch-2.d: Update error
709 messages expected.
710 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d: Likewise.
711 * testsuite/ld-mips-elf/unaligned-branch-mips16.d: Likewise.
712 * testsuite/ld-mips-elf/unaligned-branch-micromips.d: Likewise.
713 * testsuite/ld-mips-elf/bal-jalx-addend.d: New test.
714 * testsuite/ld-mips-elf/bal-jalx-local.d: New test.
715 * testsuite/ld-mips-elf/bal-jalx-pic.d: New test.
716 * testsuite/ld-mips-elf/bal-jalx-addend-n32.d: New test.
717 * testsuite/ld-mips-elf/bal-jalx-local-n32.d: New test.
718 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d: New test.
719 * testsuite/ld-mips-elf/bal-jalx-addend-n64.d: New test.
720 * testsuite/ld-mips-elf/bal-jalx-local-n64.d: New test.
721 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d: New test.
722 * testsuite/ld-mips-elf/unaligned-jalx-2.d: New test.
723 * testsuite/ld-mips-elf/unaligned-jalx-3.d: New test.
724 * testsuite/ld-mips-elf/unaligned-jalx-addend-2.d: New test.
725 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d: New test.
726 * testsuite/ld-mips-elf/unaligned-jalx-2.s: New test source.
727 * testsuite/ld-mips-elf/unaligned-jalx-3.s: New test source.
728 * testsuite/ld-mips-elf/unaligned-jalx-addend-2.s: New test
729 source.
730 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.s: New test
731 source.
732 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
733
9d862524
MR
7342016-07-19 Maciej W. Rozycki <macro@imgtec.com>
735
736 * testsuite/ld-mips-elf/unaligned-jalx-1.d: Update error message
737 expected.
738 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: Likewise.
739 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d:
740 Likewise.
741 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d:
742 Likewise.
743 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: Likewise.
744 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: Likewise.
745 * testsuite/ld-mips-elf/undefweak-overflow.s: Add jumps,
746 microMIPS BAL and MIPS16 instructions.
747 * testsuite/ld-mips-elf/undefweak-overflow.d: Update
748 accordingly.
749 * testsuite/ld-mips-elf/unaligned-branch-2.d: New test.
750 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d: New test.
751 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d: New test.
752 * testsuite/ld-mips-elf/unaligned-branch-mips16.d: New test.
753 * testsuite/ld-mips-elf/unaligned-branch-micromips.d: New test.
754 * testsuite/ld-mips-elf/unaligned-jump-mips16.d: New test.
755 * testsuite/ld-mips-elf/unaligned-jump-micromips.d: New test.
756 * testsuite/ld-mips-elf/unaligned-jump.d: New test.
757 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
758
ace667e5
AB
7592016-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 * plugin.c (plugin_call_claim_file): Restore the file offset after
762 an unsuccessful attempt to claim a file.
763 * testplug.c (bytes_to_read_before_claim): New global.
764 (record_read_length): New function, sets new global
765 bytes_to_read_before_claim.
766 (parse_option): Handle 'read:<NUMBER>' option.
767 (onclaim_file): Read file content before checking for claim.
768 * testsuite/ld-plugin/plugin-30.d: New file.
769 * testsuite/ld-plugin/plugin.exp: Add new test.
770
7d0b9ebc
AM
7712016-07-16 Alan Modra <amodra@gmail.com>
772
773 * plugin.c: Don't include libbfd.h. Include plugin-api.h
774 before bfd/plugin.h.
775 (plugin_object_p): Use bfd_plugin_open_input.
776
4212b42d
AM
7772016-07-16 Alan Modra <amodra@gmail.com>
778
779 * ldlang.c (open_output): Replace bfd_search_for_target with
780 bfd_iterate_over_targets. Localize vars.
781
76e7a751
AM
7822016-07-16 Alan Modra <amodra@gmail.com>
783
784 * ldlang.c: Don't include libbfd.h.
785 * emultempl/nds32elf.em: Likewise.
786 * emultempl/ppc64elf.em: Likewise.
787 * emultempl/ppc32elf.em: Likewise.
788 (pagesize): Delete.
789 (params): Update init.
790 (ppc_after_open_output): Use params.pagesize. Don't call bfd_log2.
791 (PARSE_AND_LIST_ARGS_CASES): Use params.pagesize.
792 * emultempl/sh64elf.em: Don't include libbfd.h.
793 (after_allocation): Use ASSERT, not BFD_ASSERT.
794 * emultempl/xtensaelf.em: Don't include libbfd.h.
795 (replace_insn_sec_with_prop_sec): Use xmalloc, not bfd_malloc.
796 * Makefile.am: Update dependencies.
797 * Makefile.in: Regenerate.
798
76359541
TP
7992016-07-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
800 Nick Clifton <nickc@redhat.com>
801
802 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Open import
803 library file for writing and initialize implib_bfd field of link_info
804 structure.
805 * emultempl/pe.em (pe_implib_filename): Remove variable declaration.
806 (OPTION_IMPLIB_FILENAME): Remove macro definition.
807 (gld${EMULATION_NAME}_add_options): Remove --out-implib option.
808 (gld_${EMULATION_NAME}_list_options): Likewise.
809 (gld${EMULATION_NAME}_handle_option): Likewise.
810 (gld_${EMULATION_NAME}_finish): Use command_line.out_implib_filename
811 instead of pe_implib_filename.
812 * emultempl/pep.em (pep_implib_filename): Remove variable declaration.
813 (OPTION_IMPLIB_FILENAME): Remove enumerator.
814 (gld${EMULATION_NAME}_add_options): Remove --out-implib option.
815 (gld_${EMULATION_NAME}_list_options): Likewise.
816 (gld${EMULATION_NAME}_handle_option): Likewise.
817 (gld_${EMULATION_NAME}_finish): Use command_line.out_implib_filename
818 instead of pep_implib_filename.
819 * ld.h (args_type): Declare new out_implib_filename field.
820 * ld.texinfo (--out-implib): Move documentation to arch-independent
821 part and rephrase to apply to ELF targets.
822 * ldexp.c (exp_fold_tree_1): Set ldscript_def field to 1 for symbols
823 defined in linker scripts.
824 * ldlex.h (enum option_values): Declare new OPTION_OUT_IMPLIB
825 enumerator.
826 * lexsup.c (ld_options): Add entry for new --out-implib switch.
827 (parse_args): Handle OPTION_OUT_IMPLIB case.
828 * testsuite/ld-elf/elf.exp (Generate empty import library): New test.
829 (Generate import library): Likewise.
830 * testsuite/ld-elf/implib.s: Likewise.
831 * testsuite/ld-elf/implib.rd: New file.
832 * testsuite/ld-elf/empty-implib.out: Likewise
833
f7e8b360
NC
8342016-07-15 Nick Clifton <nickc@redhat.com>
835
836 * testsuite/ld-arc/arc.exp: Always run the sda-relocs test in
837 little endian mode.
838
b416ba9b
MR
8392016-07-14 Maciej W. Rozycki <macro@imgtec.com>
840
841 * testsuite/ld-mips-elf/mips-elf.exp: Run
842 `branch-absolute-addend', `mips16-branch-absolute',
843 `mips16-branch-absolute-addend' and
844 `micromips-branch-absolute-addend'.
845
96e9ba5f
MR
8462016-07-14 Maciej W. Rozycki <macro@imgtec.com>
847
848 * testsuite/ld-mips-elf/mips16-branch-absolute.d: New test.
849 * testsuite/ld-mips-elf/mips16-branch-absolute-n32.d: New test.
850 * testsuite/ld-mips-elf/mips16-branch-absolute-n64.d: New test.
851 * testsuite/ld-mips-elf/mips16-branch-absolute-addend.d: New
852 test.
853 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n32.d: New
854 test.
855 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n64.d: New
856 test.
857 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests, except
858 from `mips16-branch-absolute' and
859 `mips16-branch-absolute-addend', referred indirectly only.
860
0c117286
MR
8612016-07-14 Maciej W. Rozycki <macro@imgtec.com>
862
863 * testsuite/ld-mips-elf/branch-absolute.d: New test.
864 * testsuite/ld-mips-elf/branch-absolute-n32.d: New test.
865 * testsuite/ld-mips-elf/branch-absolute-n64.d: New test.
866 * testsuite/ld-mips-elf/branch-absolute-addend.d: New test.
867 * testsuite/ld-mips-elf/branch-absolute-addend-n32.d: New test.
868 * testsuite/ld-mips-elf/branch-absolute-addend-n64.d: New test.
869 * testsuite/ld-mips-elf/micromips-branch-absolute.d: New test.
870 * testsuite/ld-mips-elf/micromips-branch-absolute-n32.d: New
871 test.
872 * testsuite/ld-mips-elf/micromips-branch-absolute-n64.d: New
873 test.
874 * testsuite/ld-mips-elf/micromips-branch-absolute-addend.d: New
875 test.
876 * testsuite/ld-mips-elf/micromips-branch-absolute-addend-n32.d:
877 New test.
878 * testsuite/ld-mips-elf/micromips-branch-absolute-addend-n64.d:
879 New test.
880 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests, except
881 from `branch-absolute-addend' and
882 `micromips-branch-absolute-addend', referred indirectly only.
883
fa1c0170
CZ
8842016-07-14 Claudiu Zissulescu <claziss@synopsys.com>
885
886 * emulparams/arcelf.sh (SDATA_START_SYMBOLS): Add offset.
887 * testsuite/ld-arc/sda-relocs.dd: New file.
888 * testsuite/ld-arc/sda-relocs.ld: Likewise.
889 * testsuite/ld-arc/sda-relocs.rd: Likewise.
890 * testsuite/ld-arc/sda-relocs.s: Likewise.
891 * testsuite/ld-arc/arc.exp: Add SDA tests.
892
764cfd4a
CZ
8932016-07-11 Claudiu Zissulescu <claziss@synopsys.com>
894
895 * testsuite/ld-arc/nps-1b.err: Update test to handle more
896 verbosity.
897
32a0481f
AM
8982016-07-09 Alan Modra <amodra@gmail.com>
899
900 * testsuite/ld-powerpc/elfv2exe.d: Update.
901
3a5ce950 9022016-07-06 James Bowman <james.bowman@ftdichip.com>
903
904 * scripttempl/ft32.sc (__PMSIZE): Correct __PMSIZE_.
905 (DATA): add ALIGN.
906 (BSS): add ALIGN
907
29d7478b
L
9082016-07-05 H.J. Lu <hongjiu.lu@intel.com>
909
910 * testsuite/ld-plugin/lto.exp: Add -flto to PR ld/20321 test.
911
d5a67c02
AV
9122016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
913
914 * testsuite/ld-arm/farcall-thumb2-purecode.d: New test result.
915 * testsuite/ld-arm/farcall-thumb2-purecode.s: New test.
916 * testsuite/ld-arm/arm-elf.exp: Run it.
917
f0728ee3
AV
9182016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
919
920 * testsuite/ld-arm/arm_noread.ld: Renamed to ...
921 testsuite/ld-arm/arm_purecode.ld: ... this, and replaced
922 all noread's by purecode.
923
1753ed68
JB
9242016-07-05 Jan Beulich <jbeulich@suse.com>
925
926 * ldexp.c (exp_fold_tree_1): Set linker_def field based on
927 assignment line number.
928 * ldlex.l (lineno): Drop initializer.
929 (<<EOF>>): Set lineno to zero after reaching top of stack.
930
c3e1c28e
L
9312016-07-04 H.J. Lu <hongjiu.lu@intel.com>
932
933 PR ld/20321
934 * plugin.c (plugin_opt_plugin): Warn and return if plugin has
935 been loaded already.
936 * testsuite/ld-plugin/lto.exp: Run PR ld/20321 test.
937 * testsuite/ld-plugin/pr20321.c: New file.
938
1dc8bf19
NC
9392016-07-04 Nick Clifton <nickc@redhat.com>
940
941 * scripttempl/ft32.sc (__PMSIZE_): If not defined, set to 256K.
942 (__RAMSIZE): If not defined, set to 64K.
943 (MEMORY): Set the flash region size to __PMSIZE and the ram region
944 size to __RAMSIZE.
945
6f50d611
MR
9462016-07-02 Maciej W. Rozycki <macro@imgtec.com>
947
948 * testsuite/ld-mips-elf/branch-misc-2.d: New test.
949 * testsuite/ld-mips-elf/mips-elf.exp: Run it.
950
5e866f5a
TP
9512016-07-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
952
953 * testsuite/ld-arm/arm-elf.exp (Thumb-2 BL): Assemble for ARMv7.
954 (Thumb-2 BL on ARMv6-M): New testcase.
955 * testsuite/ld-arm/thumb2-bl.d: Do not try to match testcase filename.
956 * testsuite/ld-arm/thumb2-bl.s: Do not select architecture.
957
96a84ea3
TG
9582016-07-01 Tristan Gingold <gingold@adacore.com>
959
960 * NEWS: Add marker for 2.27.
961
f4ab0e2d
L
9622016-06-28 H.J. Lu <hongjiu.lu@intel.com>
963
964 * testsuite/ld-gc/gc.exp: Run pr20306 test.
965 * ld-gc/pr20306.c: New file.
966 * ld-gc/pr20306.d: Likewise.
967
1b857aee
NC
9682016-06-28 Nick Clifton <nickc@redhat.com>
969
970 * testsuite/ld-elf/comm-data.exp: Expect comm-data2 test to fail
971 for bfin.
972 * testsuite/ld-elf/elf.exp: Expect pr14170 and symbolic function
973 tests to fail for bfin.
974 * testsuite/ld-elf/endsym.d: Expect to fail with cr16, crx, dlx,
975 nds32 and visium.
976 * testsuite/ld-elf/var1.d: Expect to fail with d30v, dlx, ft32 and
977 microblaze.
978 * testsuite/ld-pe/pe.exp: Expect foreign symbol test to fail for
979 mcore-pe.
980
9812016-06-28 Nick Clifton <nickc@redhat.com>
982
983 * testsuite/ld-elf/merge.d: Add m68hc11 to list of targets that
984 expect to fail this test.
985 * testsuite/ld-scripts/overlay-size.d: Skip the entire test for
986 RX.
987 * testsuite/ld-scripts/rgn-at10.d: No longer expect this test to
988 fail for the RX.
989 * testsuite/ld-scripts/rgn-at11.d: Likewise.
990 * testsuite/ld-scripts/rgn-at2.d: Likewise.
991 * testsuite/ld-scripts/rgn-at6.d: Likewise.
992 * testsuite/ld-scripts/rgn-at7.d: Likewise.
993 * testsuite/ld-scripts/rgn-at8.d: Likewise.
994
7160c10d
JC
9952016-06-28 James Clarke <jrtc27@jrtc27.com>
996
997 * testsuite/ld-elf/symbolic-func.r: Allow non-zero offsets from
998 .text.
999
6c9a7fb6
MR
10002016-06-28 Maciej W. Rozycki <macro@imgtec.com>
1001
1002 * testsuite/ld-mips-elf/attr-gnu-4-10.d: Match any UNIX OS/ABI.
1003 * testsuite/ld-mips-elf/attr-gnu-4-50.d: Likewise.
1004 * testsuite/ld-mips-elf/attr-gnu-4-60.d: Likewise.
1005 * testsuite/ld-mips-elf/attr-gnu-4-70.d: Likewise.
1006
56a30421
AM
10072016-06-28 Alan Modra <amodra@gmail.com>
1008
1009 PR ld/20302
1010 * testsuite/ld-scripts/pr20302.d: Exclude *-*-*aout.
1011
c9775dde
MR
10122016-06-28 Maciej W. Rozycki <macro@imgtec.com>
1013
1014 * testsuite/ld-mips-elf/mips16-branch-2.d: New test.
1015 * testsuite/ld-mips-elf/mips16-branch-3.d: New test.
1016 * testsuite/ld-mips-elf/mips16-branch-addend-2.d: New test.
1017 * testsuite/ld-mips-elf/mips16-branch-addend-3.d: New test.
1018 * testsuite/ld-mips-elf/mips16-branch.s: New test source.
1019 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1020
42b7a39b
NC
10212016-06-27 Nick Clifton <nickc@redhat.com>
1022
1023 PR ld/20302
1024 * lexsup.c (set_segment_start): If resetting the start address of
1025 a section, remember to generate a new script element as well.
1026 * testsuite/ld-scripts/pr20302.d: New test.
1027 * testsuite/ld-scripts/scripts.exp: Run the new test.
1028
78da3bc1
AM
10292016-06-24 Alan Modra <amodra@gmail.com>
1030
1031 * testsuite/ld-aarch64/aarch64-elf.exp (aarch64_choose_ilp32_emul):
1032 Don't error out, always return an emulation.
1033
da4463c7
L
10342016-06-24 Dilyan Palauzov <dilyan.palauzov@aegee.org>
1035 H.J. Lu <hongjiu.lu@intel.com>
1036
1037 * lexsup.c (elf_shlib_list_options): Check DEFAULT_LD_Z_RELRO
1038 for -z relro help message.
1039
4041bc9b
MR
10402016-06-22 Maciej W. Rozycki <macro@imgtec.com>
1041
1042 * testsuite/ld-mips-elf/undefweak-overflow.d: Use wildcard
1043 address matching.
1044
4861b804
MR
10452016-06-22 Maciej W. Rozycki <macro@imgtec.com>
1046
1047 * testsuite/ld-mips-elf/mips-elf.exp: Uniquely identify
1048 `undefweak-overflow' tests.
1049
647e4d46
L
10502016-06-22 H.J. Lu <hongjiu.lu@intel.com>
1051
1052 PR ld/20283
1053 * NEWS: Mention --enable-relro.
1054 * configure.ac: Add --enable-relro.
1055 (DEFAULT_LD_Z_RELRO): New. Set by --enable-relro.
1056 * configure.tgt (ac_default_ld_z_relro): Default it to 1 for
1057 some Linux targets.
1058 * config.in: Regenerated.
1059 * configure: Likewise.
1060 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
1061 link_info.relro to DEFAULT_LD_Z_RELRO.
1062 * testsuite/config/default.exp (ld_elf_shared_opt): New.
1063 * testsuite/lib/ld-lib.exp (run_dump_test): Pass
1064 $ld_elf_shared_opt to ld for ELF targets with shared object
1065 support.
1066 (run_ld_link_tests): Likewise.
1067
5f68df25
MR
10682016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1069
1070 * testsuite/ld-mips-elf/mode-change-error-1a.s: Trigger an error
1071 twice rather than once.
1072 * testsuite/ld-mips-elf/mode-change-error-1.d: Adjust
1073 accordingly. Remove the full stop from the end of the message.
1074
bdd582db
GM
10752016-06-21 Graham Markall <graham.markall@embecosm.com>
1076
1077 * testsuite/ld-arc/nps-1a.d: Use -mcpu=arc700 -mnps400.
1078 * testsuite/ld-arc/nps-1b.d: Likewise.
1079
7dc3990e
L
10802016-06-20 H.J. Lu <hongjiu.lu@intel.com>
1081
1082 PR ld/20267
1083 * testsuite/ld-plugin/lto.exp (lto_link_tests): Add test for
1084 PR ld/20267.
1085 (lto_run_tests): Likewise.
1086 * testsuite/ld-plugin/pr20267a.c: New file.
1087 * testsuite/ld-plugin/pr20267b.c: Likewise.
1088
0616a280
AM
10892016-06-20 H.J. Lu <hongjiu.lu@intel.com>
1090 Alan Modra <amodra@gmail.com>
1091
1092 PR ld/20276
1093 * plugin.c (plugin_notice): Set non_ir_ref on common symbols.
1094 * testsuite/ld-plugin/lto.exp (lto_link_tests): Add test for
1095 PR ld/20276.
1096 (lto_run_tests): Likewise.
1097 * testsuite/ld-plugin/pass.out: New file.
1098 * testsuite/ld-plugin/pr20276a.c: Likewise.
1099 * testsuite/ld-plugin/pr20276b.c: Likewise.
1100
49f30d83
L
11012016-06-18 H.J. Lu <hongjiu.lu@intel.com>
1102
1103 * plugin.c (plugin_object_p): Replace bfd_plugin_uknown
1104 with bfd_plugin_unknown.
1105
233cc9c1
L
11062016-06-18 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 PR ld/20253
1109 * testsuite/ld-i386/i386.exp: Run PR ld/20253 tests.
1110 * testsuite/ld-i386/no-plt.exp: Likewise.
1111 * testsuite/ld-x86-64/no-plt.exp: Likewise.
1112 * testsuite/ld-i386/pr13302.d: Remove .rel.plt section.
1113 * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
1114 * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
1115 * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
1116 * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
1117 * testsuite/ld-x86-64/pr13082-5a.d: Likewise.
1118 * testsuite/ld-x86-64/pr13082-5b.d: Likewise.
1119 * testsuite/ld-x86-64/pr13082-6a.d: Likewise.
1120 * testsuite/ld-x86-64/pr13082-6b.d: Likewise.
1121 * testsuite/ld-i386/pr20244-2a.d: Remove .plt section.
1122 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
1123 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
1124 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
1125 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
1126 * testsuite/ld-i386/pr20244-2b.d: Updated.
1127 * testsuite/ld-i386/pr20244-2c.d: Likewise.
1128 * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
1129 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
1130 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
1131 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
1132 * testsuite/ld-i386/pr20253-1a.c: New file.
1133 * testsuite/ld-i386/pr20253-1b.S: Likewise.
1134 * testsuite/ld-i386/pr20253-1c.S: Likewise.
1135 * testsuite/ld-i386/pr20253-1d.S: Likewise.
1136 * testsuite/ld-i386/pr20253-2a.c: Likewise.
1137 * testsuite/ld-i386/pr20253-2b.S: Likewise.
1138 * testsuite/ld-i386/pr20253-2c.S: Likewise.
1139 * testsuite/ld-i386/pr20253-2d.S: Likewise.
1140 * testsuite/ld-i386/pr20253-3.d: Likewise.
1141 * testsuite/ld-i386/pr20253-3.s: Likewise.
1142 * testsuite/ld-i386/pr20253-4.s: Likewise.
1143 * testsuite/ld-i386/pr20253-4a.d: Likewise.
1144 * testsuite/ld-i386/pr20253-4b.d: Likewise.
1145 * testsuite/ld-i386/pr20253-4c.d: Likewise.
1146 * testsuite/ld-i386/pr20253-5.d: Likewise.
1147 * testsuite/ld-i386/pr20253-5.s: Likewise.
1148 * testsuite/ld-ifunc/ifunc-23-x86.s: Likewise.
1149 * testsuite/ld-ifunc/ifunc-23a-x86.d: Likewise.
1150 * testsuite/ld-ifunc/ifunc-23b-x86.d: Likewise.
1151 * testsuite/ld-ifunc/ifunc-23c-x86.d: Likewise.
1152 * testsuite/ld-ifunc/ifunc-24-x86.s: Likewise.
1153 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
1154 * testsuite/ld-ifunc/ifunc-24b-x86.d: Likewise.
1155 * testsuite/ld-ifunc/ifunc-24c-x86.d: Likewise.
1156 * testsuite/ld-ifunc/ifunc-25-x86.s: Likewise.
1157 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
1158 * testsuite/ld-ifunc/ifunc-25b-x86.d: Likewise.
1159 * testsuite/ld-ifunc/ifunc-25c-x86.d: Likewise.
1160 * testsuite/ld-x86-64/pr20253-1.s: Likewise.
1161 * testsuite/ld-x86-64/pr20253-1a.d: Likewise.
1162 * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
1163 * testsuite/ld-x86-64/pr20253-1c.d: Likewise.
1164 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
1165 * testsuite/ld-x86-64/pr20253-1e.d: Likewise.
1166 * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
1167 * testsuite/ld-x86-64/pr20253-1g.d: Likewise.
1168 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
1169 * testsuite/ld-x86-64/pr20253-1i.d: Likewise.
1170 * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
1171 * testsuite/ld-x86-64/pr20253-1k.d: Likewise.
1172 * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
1173 * testsuite/ld-x86-64/pr20253-2a.c: Likewise.
1174 * testsuite/ld-x86-64/pr20253-2b.S: Likewise.
1175 * testsuite/ld-x86-64/pr20253-2c.S: Likewise.
1176 * testsuite/ld-x86-64/pr20253-2d.S: Likewise.
1177 * testsuite/ld-x86-64/pr20253-3.d: Likewise.
1178 * testsuite/ld-x86-64/pr20253-3.s: Likewise.
1179 * testsuite/ld-x86-64/pr20253-4.s: Likewise.
1180 * testsuite/ld-x86-64/pr20253-4a.d: Likewise.
1181 * testsuite/ld-x86-64/pr20253-4b.d: Likewise.
1182 * testsuite/ld-x86-64/pr20253-4c.d: Likewise.
1183 * testsuite/ld-x86-64/pr20253-4d.d: Likewise.
1184 * testsuite/ld-x86-64/pr20253-4e.d: Likewise.
1185 * testsuite/ld-x86-64/pr20253-4f.d: Likewise.
1186 * testsuite/ld-x86-64/pr20253-5.s: Likewise.
1187 * testsuite/ld-x86-64/pr20253-5a.d: Likewise.
1188 * testsuite/ld-x86-64/pr20253-5b.d: Likewise.
1189 * testsuite/ld-ifunc/ifunc-18a-i386.d: Remove extra IRELATIVE
1190 relocation.
1191 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
1192 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
1193 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
1194 * testsuite/ld-ifunc/ifunc-18a.s: Fix a typo.
1195 * testsuite/ld-x86-64/x86-64.exp: Run pr20253-1 tests.
1196
80c135e5
TP
11972016-06-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
1198 Tony Wang <tony.wang@arm.com>
1199
1200 * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall M profile):
1201 Assemble for ARMv6-M.
1202 (Thumb2-Thumb2 farcall M profile): New testcase.
1203 * testsuite/ld-arm/farcall-thumb2-thumb2-m.d: New file.
1204 * testsuite/ld-arm/jump-reloc-veneers-cond-long-backward.d: Update to
1205 reflect the use of Thumb-2 veneers for Thumb-2 capable targets.
1206 * testsuite/ld-arm/jump-reloc-veneers-cond-long.d: Likewise.
1207
ca45f6e9
L
12082016-06-16 H.J. Lu <hongjiu.lu@intel.com>
1209
1210 * testsuite/ld-i386/i386.exp: Run pr19636-2e-nacl.
1211 * testsuite/ld-i386/pr19636-2e.d: Skip for NaCl targets.
1212 Remove .rel.plt section.
1213 * testsuite/ld-i386/pr19636-2e-nacl.d: New file.
1214
3a4b0e0f
L
12152016-06-15 H.J. Lu <hongjiu.lu@intel.com>
1216
1217 * testsuite/ld-i386/no-plt-check1a.S (check): Test static
1218 function pointer.
1219 * testsuite/ld-i386/no-plt-check1b.S (check): Likewise.
1220 * testsuite/ld-x86-64/no-plt-check1.S (check): Likewise.
1221 * testsuite/ld-i386/no-plt-extern1a.S (func_p): New. Static
1222 function pointer.
1223 * testsuite/ld-i386/no-plt-extern1b.S (func_p): Likewise.
1224 * testsuite/ld-x86-64/no-plt-extern1.S (func_p): Likewise.
1225 * testsuite/ld-i386/no-plt-1a.dd: Updated.
1226 * testsuite/ld-i386/no-plt-1b.dd: Likewise.
1227 * testsuite/ld-i386/no-plt-1c.dd: Likewise.
1228 * testsuite/ld-i386/no-plt-1d.dd: Likewise.
1229 * testsuite/ld-i386/no-plt-1e.dd: Likewise.
1230 * testsuite/ld-i386/no-plt-1f.dd: Likewise.
1231 * testsuite/ld-i386/no-plt-1g.dd: Likewise.
1232 * testsuite/ld-i386/no-plt-1h.dd: Likewise.
1233 * testsuite/ld-i386/no-plt-1i.dd: Likewise.
1234 * testsuite/ld-i386/no-plt-1j.dd: Likewise.
1235 * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
1236 * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
1237 * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
1238 * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
1239 * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
1240 * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
1241 * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
1242
31eef93e
SKS
12432016-06-14 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1244
1245 PR ld/20254
1246 * testsuite/ld-avr/avr-prop-6.d: New test.
1247 * testsuite/ld-avr/avr-prop-6.s: New test.
1248
0aa7f586
AM
12492016-06-14 Alan Modra <amodra@gmail.com>
1250
1251 * ldbuildid.c: Formatting.
1252 * ldcref.c: Formatting.
1253 * ldctor.c: Formatting.
1254 * ldemul.c: Formatting.
1255 * ldexp.c: Formatting.
1256 * ldfile.c: Formatting.
1257 * ldlang.c: Formatting.
1258 * ldmain.c: Formatting.
1259 * ldwrite.c: Formatting.
1260
3860d2b4
AM
12612016-06-14 Alan Modra <amodra@gmail.com>
1262
1263 * ldlang.c: Expand uses of bfd_my_archive.
1264 * ldmain.c: Likewise.
1265 * ldmisc.c: Likewise.
1266 * plugin.c: Likewise.
1267
b0cffb47
AM
12682016-06-14 Alan Modra <amodra@gmail.com>
1269
1270 PR ld/20241
1271 * ldmain.c (add_archive_element): Just print file name of file within
1272 thin archives.
1273 * ldmisc.c (vfinfo): Likewise.
1274 * plugin.c (plugin_object_p): Open file within thin archives.
1275 (plugin_maybe_claim): Expand comment.
1276
712ec279
L
12772016-06-13 H.J. Lu <hongjiu.lu@intel.com>
1278
1279 PR ld/20244
1280 * testsuite/ld-i386/i386.exp: Run pr20244-2a, pr20244-2b,
1281 pr20244-2c and pr20244-2d.
1282 * testsuite/ld-i386/no-plt.exp: Run pr20244-3a and pr20244-3b.
1283 * testsuite/ld-i386/pr20244-2.s: New file.
1284 * testsuite/ld-i386/pr20244-2a.d: Likewise.
1285 * testsuite/ld-i386/pr20244-2b.d: Likewise.
1286 * testsuite/ld-i386/pr20244-2c.d: Likewise.
1287 * testsuite/ld-i386/pr20244-2d.d: Likewise.
1288 * testsuite/ld-i386/pr20244-3a.c: Likewise.
1289 * testsuite/ld-i386/pr20244-3b.S: Likewise.
1290 * testsuite/ld-i386/pr20244-3c.S: Likewise.
1291 * testsuite/ld-i386/pr20244-3d.S: Likewise.
1292
ca8c86ef
L
12932016-06-13 H.J. Lu <hongjiu.lu@intel.com>
1294
1295 * testsuite/ld-i386/i386.exp: Run ifunc-1a and ifunc-1b.
1296 * testsuite/ld-i386/ifunc-1a.c: New file.
1297 * testsuite/ld-i386/ifunc-1b.S: Likewise.
1298 * testsuite/ld-i386/ifunc-1c.S: Likewise.
1299 * testsuite/ld-i386/ifunc-1d.S: Likewise.
1300
82f46e2c
CM
13012016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
1302
1303 * testsuite/ld-srec/srec.exp: Changed to XFAIL on both little and
1304 big endian ARC targets.
1305
6d84fed1
L
13062016-06-12 H.J. Lu <hongjiu.lu@intel.com>
1307
1308 * testsuite/ld-x86-64/libno-plt-1b.dd: Updated for x32.
1309 * testsuite/ld-x86-64/libno-plt-1b.rd: Likewise.
1310 * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
1311 * testsuite/ld-x86-64/no-plt-1a.rd: Likewise.
1312 * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
1313 * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
1314 * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
1315 * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
1316 * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
1317 * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
1318 * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
1319 * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
1320 * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
1321 * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
1322 * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
1323
74d7f0aa
L
13242016-06-11 H.J. Lu <hongjiu.lu@intel.com>
1325
1326 PR ld/20244
1327 * testsuite/ld-i386/i386.exp: Run pr20244-1a and pr20244-1b.
1328 * testsuite/ld-i386/pr20244-1.s: New file.
1329 * testsuite/ld-i386/pr20244-1a.d: Likewise.
1330 * testsuite/ld-i386/pr20244-1b.d: Likewise.
1331 * testsuite/ld-i386/pr20244-1c.d: Likewise.
1332
5c41dbc3
DC
13332016-06-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1334
1335 PR ld/20221
1336 * testsuite/ld-avr/avr-prop-5.d: New.
1337 * testsuite/ld-avr/avr-prop-5.s: New.
1338
1857fe72 13392016-06-09 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
5c41dbc3 1340
1857fe72
DC
1341 * testsuite/ld-avr/lds-mega.d: New test.
1342 * testsuite/ld-avr/lds-mega.s: New test source.
1343 * testsuite/ld-avr/lds-tiny.d: New test.
1344 * testsuite/ld-avr/lds-tiny.s: New test source.
1345
cd41072b
L
13462016-06-08 H.J. Lu <hongjiu.lu@intel.com>
1347
1348 * testsuite/ld-i386/libno-plt-1b.dd: New file.
1349 * testsuite/ld-i386/libno-plt-1b.rd: Likewise.
1350 * testsuite/ld-i386/no-plt-1a.dd: Likewise.
1351 * testsuite/ld-i386/no-plt-1a.rd: Likewise.
1352 * testsuite/ld-i386/no-plt-1b.dd: Likewise.
1353 * testsuite/ld-i386/no-plt-1b.rd: Likewise.
1354 * testsuite/ld-i386/no-plt-1c.dd: Likewise.
1355 * testsuite/ld-i386/no-plt-1c.rd: Likewise.
1356 * testsuite/ld-i386/no-plt-1d.dd: Likewise.
1357 * testsuite/ld-i386/no-plt-1d.rd: Likewise.
1358 * testsuite/ld-i386/no-plt-1e.dd: Likewise.
1359 * testsuite/ld-i386/no-plt-1e.rd: Likewise.
1360 * testsuite/ld-i386/no-plt-1f.dd: Likewise.
1361 * testsuite/ld-i386/no-plt-1f.rd: Likewise.
1362 * testsuite/ld-i386/no-plt-1g.dd: Likewise.
1363 * testsuite/ld-i386/no-plt-1g.rd: Likewise.
1364 * testsuite/ld-i386/no-plt-1h.dd: Likewise.
1365 * testsuite/ld-i386/no-plt-1h.rd: Likewise.
1366 * testsuite/ld-i386/no-plt-1i.dd: Likewise.
1367 * testsuite/ld-i386/no-plt-1i.rd: Likewise.
1368 * testsuite/ld-i386/no-plt-1j.dd: Likewise.
1369 * testsuite/ld-i386/no-plt-1j.rd: Likewise.
1370 * testsuite/ld-i386/no-plt-check1a.S: Likewise.
1371 * testsuite/ld-i386/no-plt-check1b.S: Likewise.
1372 * testsuite/ld-i386/no-plt-extern1a.S: Likewise.
1373 * testsuite/ld-i386/no-plt-extern1b.S: Likewise.
1374 * testsuite/ld-i386/no-plt-func1.c: Likewise.
1375 * testsuite/ld-i386/no-plt-main1.c: Likewise.
1376 * testsuite/ld-i386/no-plt.exp: Likewise.
1377
dcc03cb3
L
13782016-06-08 H.J. Lu <hongjiu.lu@intel.com>
1379
1380 * testsuite/ld-x86-64/tls.exp (run_cc_link_tests): Update test
1381 name.
1382
6eaa7fb5
L
13832016-06-08 H.J. Lu <hongjiu.lu@intel.com>
1384
1385 * testsuite/ld-i386/i386.exp: Run libtlspic2.so, tlsbin2,
1386 tlsgd3, tlsld2, tlsgd4, tlspie3a, tlspie3b and tlspie3c.
1387 * testsuite/ld-i386/pass.out: New file.
1388 * testsuite/ld-i386/tls-def1.c: Likewise.
1389 * testsuite/ld-i386/tls-gd1.S: Likewise.
1390 * testsuite/ld-i386/tls-ld1.S: Likewise.
1391 * testsuite/ld-i386/tls-main1.c: Likewise.
1392 * testsuite/ld-i386/tls.exp: Likewise.
1393 * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
1394 * testsuite/ld-i386/tlsbin2.dd: Likewise.
1395 * testsuite/ld-i386/tlsbin2.rd: Likewise.
1396 * testsuite/ld-i386/tlsbin2.sd: Likewise.
1397 * testsuite/ld-i386/tlsbin2.td: Likewise.
1398 * testsuite/ld-i386/tlsbinpic2.s: Likewise.
1399 * testsuite/ld-i386/tlsgd3.dd: Likewise.
1400 * testsuite/ld-i386/tlsgd3.s: Likewise.
1401 * testsuite/ld-i386/tlsgd4.d: Likewise.
1402 * testsuite/ld-i386/tlsgd4.s: Likewise.
1403 * testsuite/ld-i386/tlsld2.s: Likewise.
1404 * testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
1405 * testsuite/ld-i386/tlspic2.dd: Likewise.
1406 * testsuite/ld-i386/tlspic2.rd: Likewise.
1407 * testsuite/ld-i386/tlspic2.sd: Likewise.
1408 * testsuite/ld-i386/tlspic2.td: Likewise.
1409 * testsuite/ld-i386/tlspic3.s: Likewise.
1410 * testsuite/ld-i386/tlspie3.s: Likewise.
1411 * testsuite/ld-i386/tlspie3a.d: Likewise.
1412 * testsuite/ld-i386/tlspie3b.d: Likewise.
1413 * testsuite/ld-i386/tlspie3c.d: Likewise.
1414
010bc3ce
L
14152016-06-08 H.J. Lu <hongjiu.lu@intel.com>
1416
1417 * testsuite/ld-x86-64/no-plt-1a.rd: Support any relocation order.
1418 * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
1419 * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
1420 * testsuite/ld-x86-64/no-plt-1d.rd: Likewise.
1421 * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
1422 * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
1423 * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
1424 * testsuite/ld-x86-64/no-plt.exp: Fix a typo.
1425
1f26b7ae
L
14262016-06-08 H.J. Lu <hongjiu.lu@intel.com>
1427
1428 * testsuite/ld-x86-64/libno-plt-1b.dd: Likewise.
1429 * testsuite/ld-x86-64/libno-plt-1b.rd: Likewise.
1430 * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
1431 * testsuite/ld-x86-64/no-plt-1a.rd: Likewise.
1432 * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
1433 * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
1434 * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
1435 * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
1436 * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
1437 * testsuite/ld-x86-64/no-plt-1d.rd: Likewise.
1438 * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
1439 * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
1440 * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
1441 * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
1442 * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
1443 * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
1444 * testsuite/ld-x86-64/no-plt-check1.S: Likewise.
1445 * testsuite/ld-x86-64/no-plt.exp: Likewise.
1446 * testsuite/ld-x86-64/no-plt-extern1.S: Likewise.
1447 * testsuite/ld-x86-64/no-plt-func1.c: Likewise.
1448 * testsuite/ld-x86-64/no-plt-main1.c: Likewise.
1449
1133012c
MR
14502016-06-07 Maciej W. Rozycki <macro@imgtec.com>
1451
1452 * testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfail.
1453
161db279
AK
14542016-06-07 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1455
1456 * testsuite/ld-s390/pltoffset-1.dd: New test.
1457 * testsuite/ld-s390/pltoffset-1.ld: New test.
1458 * testsuite/ld-s390/pltoffset-1.s: New test.
1459 * testsuite/ld-s390/s390.exp: Run new test.
1460
14b57c7c
AM
14612016-06-07 Alan Modra <amodra@gmail.com>
1462
1463 * testsuite/ld-powerpc/apuinfo1.s: Delete nop.
1464 * testsuite/ld-powerpc/apuinfo-vle2.s: New.
1465 * testsuite/ld-powerpc/powerpc.exp: Use apuinfo-vle2.s.
1466
e2cbcd91
L
14672016-06-06 H.J. Lu <hongjiu.lu@intel.com>
1468
1469 * testsuite/ld-x86-64/pass.out: New file.
1470 * testsuite/ld-x86-64/tls-def1.c: Likewise.
1471 * testsuite/ld-x86-64/tls-gd1.S: Likewise.
1472 * testsuite/ld-x86-64/tls-ld1.S: Likewise.
1473 * testsuite/ld-x86-64/tls-main1.c: Likewise.
1474 * testsuite/ld-x86-64/tls.exp: Likewise.
1475 * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
1476 * testsuite/ld-x86-64/tlsbin2.dd: Likewise.
1477 * testsuite/ld-x86-64/tlsbin2.rd: Likewise.
1478 * testsuite/ld-x86-64/tlsbin2.sd: Likewise.
1479 * testsuite/ld-x86-64/tlsbin2.td: Likewise.
1480 * testsuite/ld-x86-64/tlsbinpic2.s: Likewise.
1481 * testsuite/ld-x86-64/tlsgd10.dd: Likewise.
1482 * testsuite/ld-x86-64/tlsgd10.s: Likewise.
1483 * testsuite/ld-x86-64/tlsgd11.dd: Likewise.
1484 * testsuite/ld-x86-64/tlsgd11.s: Likewise.
1485 * testsuite/ld-x86-64/tlsgd12.d: Likewise.
1486 * testsuite/ld-x86-64/tlsgd12.s: Likewise.
1487 * testsuite/ld-x86-64/tlsgd13.d: Likewise.
1488 * testsuite/ld-x86-64/tlsgd13.s: Likewise.
1489 * testsuite/ld-x86-64/tlsgd14.dd: Likewise.
1490 * testsuite/ld-x86-64/tlsgd14.s: Likewise.
1491 * testsuite/ld-x86-64/tlsgd5c.s: Likewise.
1492 * testsuite/ld-x86-64/tlsgd6c.s: Likewise.
1493 * testsuite/ld-x86-64/tlsgd9.dd: Likewise.
1494 * testsuite/ld-x86-64/tlsgd9.s: Likewise.
1495 * testsuite/ld-x86-64/tlsld4.dd: Likewise.
1496 * testsuite/ld-x86-64/tlsld4.s: Likewise.
1497 * testsuite/ld-x86-64/tlsld5.dd: Likewise.
1498 * testsuite/ld-x86-64/tlsld5.s: Likewise.
1499 * testsuite/ld-x86-64/tlsld6.dd: Likewise.
1500 * testsuite/ld-x86-64/tlsld6.s: Likewise.
1501 * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
1502 * testsuite/ld-x86-64/tlspic2.dd: Likewise.
1503 * testsuite/ld-x86-64/tlspic2.rd: Likewise.
1504 * testsuite/ld-x86-64/tlspic2.sd: Likewise.
1505 * testsuite/ld-x86-64/tlspic2.td: Likewise.
1506 * testsuite/ld-x86-64/tlspic3.s: Likewise.
1507 * testsuite/ld-x86-64/tlspie2.s: Likewise.
1508 * testsuite/ld-x86-64/tlspie2a.d: Likewise.
1509 * testsuite/ld-x86-64/tlspie2b.d: Likewise.
1510 * testsuite/ld-x86-64/tlspie2c.d: Likewise.
1511 * testsuite/ld-x86-64/tlsgd5.dd: Updated.
1512 * testsuite/ld-x86-64/tlsgd6.dd: Likewise.
1513 * testsuite/ld-x86-64/x86-64.exp: Run libtlspic2.so, tlsbin2,
1514 tlsgd5b, tlsgd6b, tlsld4, tlsld5, tlsld6, tlsgd9, tlsgd10,
1515 tlsgd11, tlsgd14, tlsgd12, tlsgd13, tlspie2a, tlspie2b and
1516 tlspie2c.
1517
2ac27cd3
CG
15182016-06-04 Christian Groessler <chris@groessler.org>
1519
67cb102b
CG
1520 * testsuite/ld-z8k/0filler.s: New file.
1521 * testsuite/ld-z8k/branch-target.s: New file.
1522 * testsuite/ld-z8k/branch-target2.s: New file.
1523 * testsuite/ld-z8k/calr-back-8001.d: New file.
1524 * testsuite/ld-z8k/calr-back-8002.d: New file.
1525 * testsuite/ld-z8k/calr-back-fail-8001.d: New file.
1526 * testsuite/ld-z8k/calr-back-fail-8002.d: New file.
1527 * testsuite/ld-z8k/calr-forw-8001.d: New file.
1528 * testsuite/ld-z8k/calr-forw-8002.d: New file.
1529 * testsuite/ld-z8k/calr-forw-fail-8001.d: New file.
1530 * testsuite/ld-z8k/calr-forw-fail-8002.d: New file.
1531 * testsuite/ld-z8k/calr-opcode.s: New file.
1532 * testsuite/ld-z8k/dbjnz-forw-8001.d: New file.
1533 * testsuite/ld-z8k/dbjnz-forw-8002.d: New file.
1534 * testsuite/ld-z8k/dbjnz-forw-fail-8001.d: New file.
1535 * testsuite/ld-z8k/dbjnz-forw-fail-8002.d: New file.
1536 * testsuite/ld-z8k/dbjnz-opcode.s: New file.
1537 * testsuite/ld-z8k/djnz-back-8001.d: New file.
1538 * testsuite/ld-z8k/djnz-back-8002.d: New file.
1539 * testsuite/ld-z8k/djnz-back-fail-8001.d: New file.
1540 * testsuite/ld-z8k/djnz-back-fail-8002.d: New file.
1541 * testsuite/ld-z8k/djnz-forw-8001.d: New file.
1542 * testsuite/ld-z8k/djnz-forw-8002.d: New file.
1543 * testsuite/ld-z8k/djnz-forw-fail-8001.d: New file.
1544 * testsuite/ld-z8k/djnz-forw-fail-8002.d: New file.
1545 * testsuite/ld-z8k/djnz-opcode.s: New file.
1546 * testsuite/ld-z8k/filler.s: New file.
1547 * testsuite/ld-z8k/jr-back-8001.d: New file.
1548 * testsuite/ld-z8k/jr-back-8002.d: New file.
1549 * testsuite/ld-z8k/jr-back-fail-8001.d: New file.
1550 * testsuite/ld-z8k/jr-back-fail-8002.d: New file.
1551 * testsuite/ld-z8k/jr-forw-8001.d: New file.
1552 * testsuite/ld-z8k/jr-forw-8002.d: New file.
1553 * testsuite/ld-z8k/jr-forw-fail-8001.d: New file.
1554 * testsuite/ld-z8k/jr-forw-fail-8002.d: New file.
1555 * testsuite/ld-z8k/jr-opcode.s: New file.
1556 * testsuite/ld-z8k/ldr-back-8001.d: New file.
1557 * testsuite/ld-z8k/ldr-back-8002.d: New file.
1558 * testsuite/ld-z8k/ldr-back-fail-8001.d: New file.
1559 * testsuite/ld-z8k/ldr-back-fail-8002.d: New file.
1560 * testsuite/ld-z8k/ldr-forw-8001.d: New file.
1561 * testsuite/ld-z8k/ldr-forw-8002.d: New file.
1562 * testsuite/ld-z8k/ldr-forw-fail-8001.d: New file.
1563 * testsuite/ld-z8k/ldr-forw-fail-8002.d: New file.
1564 * testsuite/ld-z8k/ldr-opcode.s: New file.
1565 * testsuite/ld-z8k/ldrb-forw-8001.d: New file.
1566 * testsuite/ld-z8k/ldrb-forw-8002.d: New file.
1567 * testsuite/ld-z8k/ldrb-forw-fail-8001.d: New file.
1568 * testsuite/ld-z8k/ldrb-forw-fail-8002.d: New file.
1569 * testsuite/ld-z8k/ldrb-opcode.s: New file.
1570 * testsuite/ld-z8k/ldrb-opcode2.s: New file.
1571 * testsuite/ld-z8k/other-file.s: New file.
1572 * testsuite/ld-z8k/reloc.dd: New file.
1573 * testsuite/ld-z8k/reloc.ld: New file.
1574 * testsuite/ld-z8k/relocseg.dd: New file.
1575 * testsuite/ld-z8k/relocseg.ld: New file.
1576 * testsuite/ld-z8k/relocseg1.dd: New file.
1577 * testsuite/ld-z8k/this-file.s: New file.
1578 * testsuite/ld-z8k/z8k.exp: New file.
2ac27cd3 1579
b1058ce9
L
15802016-06-03 H.J. Lu <hongjiu.lu@intel.com>
1581
1582 * testsuite/ld-i386/i386.exp: Assemble gotpc1.o and pr19319b.o
1583 with -mrelax-relocations=yes.
1584 * testsuite/ld-i386/lea1a.d (as): Add -mrelax-relocations=yes.
1585 * testsuite/ld-i386/lea1b.d (as): Likewise.
1586 * testsuite/ld-i386/lea1d.d (as): Likewise.
1587 * testsuite/ld-i386/lea1e.d (as): Likewise.
1588 * testsuite/ld-i386/lea1f.d (as): Likewise.
1589 * testsuite/ld-i386/load7.d (as): Likewise.
1590 * testsuite/ld-i386/mov1b.d (as): Likewise.
1591 * testsuite/ld-i386/pr19175.d (as): Likewise.
1592 * testsuite/ld-ifunc/ifunc-13-i386.d (as): Likewise.
1593 * testsuite/ld-ifunc/ifunc-21-i386.d (as): Likewise.
1594 * testsuite/ld-ifunc/ifunc-22-i386.d (as): Likewise.
1595 * testsuite/ld-x86-64/x86-64.exp: Assemble gotpcrel1a.o,
1596 gotpcrel1b.o and gotpcrel1c.o with -mrelax-relocations=yes.
1597
4ad0bb5f
VG
15982016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
1599
1600 * configure.tgt: Replace -uclibc with *.
1601
99aefae6
MR
16022016-05-28 Maciej W. Rozycki <macro@imgtec.com>
1603
1604 * testsuite/ld-mips-elf/unaligned-branch.d: New test.
1605 * testsuite/ld-mips-elf/unaligned-branch.s: New test source.
1606 * testsuite/ld-mips-elf/unaligned-text.s: New test source.
1607 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1608
3b4412a0
MR
16092016-05-28 Maciej W. Rozycki <macro@imgtec.com>
1610
1611 * testsuite/ld-mips-elf/unaligned-syms.s: Rename to...
1612 * testsuite/ld-mips-elf/unaligned-data.s: ... this.
1613 * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Adjust accordingly.
1614 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise.
1615 * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Likewise.
1616 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
1617
77434823
MR
16182016-05-28 Maciej W. Rozycki <macro@imgtec.com>
1619
1620 * testsuite/ld-mips-elf/jal-global-overflow-0.d: New test.
1621 * testsuite/ld-mips-elf/jal-global-overflow-1.d: New test.
1622 * testsuite/ld-mips-elf/jal-local-overflow-0.d: New test.
1623 * testsuite/ld-mips-elf/jal-local-overflow-1.d: New test.
1624 * testsuite/ld-mips-elf/jal-global-overflow.s: New test source.
1625 * testsuite/ld-mips-elf/jal-local-overflow.s: New test source.
1626 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1627
1a72702b
AM
16282016-05-28 Alan Modra <amodra@gmail.com>
1629
1630 * ldmain.c (multiple_definition, multiple_common, add_to_set,
1631 constructor_callback, warning_callback, undefined_symbol,
1632 reloc_overflow, reloc_dangerous, unattached_reloc): Return void.
1633 * emultempl/elf32.em: Adjust callback calls.
1634
bc27bb05
MR
16352016-05-27 Maciej W. Rozycki <macro@imgtec.com>
1636
1637 * testsuite/ld-mips-elf/unaligned-jalx-addend-0.d: New test.
1638 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: New test.
1639 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-0.d: New
1640 test.
1641 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d: New
1642 test.
1643 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-0.d: New
1644 test.
1645 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d: New
1646 test.
1647 * testsuite/ld-mips-elf/unaligned-jalx-addend-0.s: New test
1648 source.
1649 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.s: New test
1650 source.
1651 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1652
ceab86af
MR
16532016-05-27 Maciej W. Rozycki <macro@imgtec.com>
1654
1655 * testsuite/ld-mips-elf/reloc-local-overflow.d: New test.
1656 * testsuite/ld-mips-elf/reloc-local-overflow.s: Source for the
1657 new test.
1658 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1659
ed53407e
MR
16602016-05-26 Maciej W. Rozycki <macro@imgtec.com>
1661
1662 * testsuite/ld-mips-elf/unaligned-jalx-0.d: Fold
1663 `unaligned-jalx-2' here.
1664 * testsuite/ld-mips-elf/unaligned-jalx-mips16-0.d: Fold
1665 `unaligned-jalx-mips16-2' here.
1666 * testsuite/ld-mips-elf/unaligned-jalx-micromips-0.d: Fold
1667 `unaligned-jalx-micromips-2' here.
1668 * testsuite/ld-mips-elf/unaligned-jalx-0.s: Update accordingly.
1669 * testsuite/ld-mips-elf/unaligned-jalx-1.d: Update error
1670 message.
1671 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: Likewise.
1672 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: Likewise.
1673 * testsuite/ld-mips-elf/unaligned-jalx-2.d: Remove test.
1674 * testsuite/ld-mips-elf/unaligned-jalx-mips16-2.d: Remove test.
1675 * testsuite/ld-mips-elf/unaligned-jalx-micromips-2.d: Remove
1676 test.
1677 * testsuite/ld-mips-elf/unaligned-jalx-2.s: Remove test source.
1678 * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Fold
1679 `unaligned-lwpc-3' here.
1680 * testsuite/ld-mips-elf/unaligned-lwpc-0.s: Update accordingly.
1681 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Fold
1682 `unaligned-lwpc-2' here.
1683 * testsuite/ld-mips-elf/unaligned-lwpc-1.s: Update accordingly.
1684 * testsuite/ld-mips-elf/unaligned-lwpc-2.d: Remove test.
1685 * testsuite/ld-mips-elf/unaligned-lwpc-2.s: Remove test source.
1686 * testsuite/ld-mips-elf/unaligned-lwpc-3.d: Remove test.
1687 * testsuite/ld-mips-elf/unaligned-lwpc-3.s: Remove test source.
1688 * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Fold
1689 `unaligned-ldpc-4' here.
1690 * testsuite/ld-mips-elf/unaligned-ldpc-0.s: Update accordingly.
1691 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Update error
1692 message. Fold `unaligned-ldpc-2' and `unaligned-ldpc-3' here.
1693 * testsuite/ld-mips-elf/unaligned-ldpc-1.s: Update accordingly.
1694 * testsuite/ld-mips-elf/unaligned-ldpc-2.d: Remove test.
1695 * testsuite/ld-mips-elf/unaligned-ldpc-2.s: Remove test source.
1696 * testsuite/ld-mips-elf/unaligned-ldpc-3.d: Remove test.
1697 * testsuite/ld-mips-elf/unaligned-ldpc-3.s: Remove test source.
1698 * testsuite/ld-mips-elf/unaligned-ldpc-4.d: Remove test.
1699 * testsuite/ld-mips-elf/unaligned-ldpc-4.s: Remove test source.
1700 * testsuite/ld-mips-elf/mips-elf.exp: Delete removed tests.
1701
0d832c8e
NC
17022016-05-26 Nick Clifton <nickc@redhat.com>
1703
1704 PR target/20134
1705 * scripttempl/elf32msp430.sc (.bss): Provide __bssstart and
1706 __bsssize.
1707 * scripttempl/elf32msp430_3.sc (.bss): Likewise.
1708
de341542 17092016-05-25 Maciej W. Rozycki <macro@imgtec.com>
0d832c8e 1710
de341542
MR
1711 * testsuite/ld-mips-elf/unaligned-jalx-0.d: New test.
1712 * testsuite/ld-mips-elf/unaligned-jalx-1.d: New test.
1713 * testsuite/ld-mips-elf/unaligned-jalx-2.d: New test.
1714 * testsuite/ld-mips-elf/unaligned-jalx-mips16-0.d: New test.
1715 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: New test.
1716 * testsuite/ld-mips-elf/unaligned-jalx-mips16-2.d: New test.
1717 * testsuite/ld-mips-elf/unaligned-jalx-micromips-0.d: New test.
1718 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: New test.
1719 * testsuite/ld-mips-elf/unaligned-jalx-micromips-2.d: New test.
1720 * testsuite/ld-mips-elf/unaligned-lwpc-0.d: New test.
1721 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: New test.
1722 * testsuite/ld-mips-elf/unaligned-lwpc-2.d: New test.
1723 * testsuite/ld-mips-elf/unaligned-lwpc-3.d: New test.
1724 * testsuite/ld-mips-elf/unaligned-ldpc-0.d: New test.
1725 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: New test.
1726 * testsuite/ld-mips-elf/unaligned-ldpc-2.d: New test.
1727 * testsuite/ld-mips-elf/unaligned-ldpc-3.d: New test.
1728 * testsuite/ld-mips-elf/unaligned-ldpc-4.d: New test.
1729 * testsuite/ld-mips-elf/unaligned-jalx-0.s: New test source.
1730 * testsuite/ld-mips-elf/unaligned-jalx-1.s: New test source.
1731 * testsuite/ld-mips-elf/unaligned-jalx-2.s: New test source.
1732 * testsuite/ld-mips-elf/unaligned-insn.s: New test source.
1733 * testsuite/ld-mips-elf/unaligned-lwpc-0.s: New test source.
1734 * testsuite/ld-mips-elf/unaligned-lwpc-1.s: New test source.
1735 * testsuite/ld-mips-elf/unaligned-lwpc-2.s: New test source.
1736 * testsuite/ld-mips-elf/unaligned-lwpc-3.s: New test source.
1737 * testsuite/ld-mips-elf/unaligned-ldpc-0.s: New test source.
1738 * testsuite/ld-mips-elf/unaligned-ldpc-1.s: New test source.
1739 * testsuite/ld-mips-elf/unaligned-ldpc-2.s: New test source.
1740 * testsuite/ld-mips-elf/unaligned-ldpc-3.s: New test source.
1741 * testsuite/ld-mips-elf/unaligned-ldpc-4.s: New test source.
1742 * testsuite/ld-mips-elf/unaligned-syms.s: New test source.
1743 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1744
b95a0a31
L
17452016-05-25 H.J. Lu <hongjiu.lu@intel.com>
1746
1747 PR ld/20103
1748 * ldmain.c (add_archive_element): Don't claim new IR symbols
1749 after all IR symbols have been claimed.
1750 * plugin.c (plugin_call_claim_file): Remove no_more_claiming
1751 check.
1752 * testsuite/ld-plugin/lto.exp (pr20103): New proc.
1753 Run PR ld/20103 tests.
1754 * testsuite/ld-plugin/pr20103a.c: New file.
1755 * testsuite/ld-plugin/pr20103b.c: Likewise.
1756 * testsuite/ld-plugin/pr20103c.c: Likewise.
1757
44d3da23 17582016-05-24 Maciej W. Rozycki <macro@imgtec.com>
3af09e8d 1759
44d3da23
MR
1760 * testsuite/ld-mips-elf/jalx-local.d: New test.
1761 * testsuite/ld-mips-elf/jalx-local-n32.d: New test.
1762 * testsuite/ld-mips-elf/jalx-local-n64.d: New test.
1763 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1764
a2bea324
KS
17652016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
1766
1767 * Makefile.am: Add earmelf_phoenix.c.
1768 * Makefile.in: Regenerate.
1769 * configure.tgt: Add entry for arm-phoenix.
1770 * emulparams/armelf_phoenix.sh: New file.
1771
daa4adae
TP
17722016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
1773
1774 * emultempl/armelf.em (arm_elf_before_allocation): Call
1775 bfd_elf32_arm_keep_private_stub_output_sections before generic
1776 before_allocation function.
1777
17c6c9d9
MR
17782016-05-20 Maciej W. Rozycki <macro@imgtec.com>
1779
1780 * testsuite/ld-mips-elf/jalx-addend.d: New test.
1781 * testsuite/ld-mips-elf/jalx-addend-n32.d: New test.
1782 * testsuite/ld-mips-elf/jalx-addend-n64.d: New test.
1783 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1784
7d4d9709
L
17852016-05-19 H.J. Lu <hongjiu.lu@intel.com>
1786
1787 PR ld/20117
1788 * testsuite/ld-i386/i386.exp: Run pr20117.
1789 * testsuite/ld-i386/pr19609-1i.d: Updated.
1790 * testsuite/ld-i386/pr20117.d: New file.
1791 * testsuite/ld-i386/pr20117.s: Likewise.
1792
fc3eec7e
CZ
17932016-05-19 Cupertino Miranda <cmiranda@synopsys.com>
1794
1795 * testsuite/ld-elf/compressed1d.d: Removed from notarget.
1796 * testsuite/ld-elf/group8a.d: Likewise.
1797 * testsuite/ld-elf/group8b.d: Likewise.
1798 * testsuite/ld-elf/group9a.d: Likewise.
1799 * testsuite/ld-elf/group9b.d: Likewise.
1800 * testsuite/ld-elf/pr12851.d: Likewise.
1801 * testsuite/ld-elf/pr12975.d: Likewise.
1802 * testsuite/ld-elf/pr13177.d: Likewise.
1803 * testsuite/ld-elf/pr13195.d: Likewise.
1804 * testsuite/ld-elf/pr17615.d: Likewise.
1805 * testsuite/ld-elf/eh-frame-hdr.d: Removed from xfail.
1806 * testsuite/ld-elf/group3b.d: Likewise.
1807 * testsuite/ld-srec/srec.exp: Likewise.
1808 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark ARC
1809 as supporting gc.
1810 (check_shared_lib_support): Mark ARC as supporting.
1811
c0913ebf
CZ
18122016-05-19 Cupertino Miranda <cmiranda@synopsys.com>
1813
1814 * emulparams/arcelf.sh: Changed.
1815 * emulparams/arclinux.sh: Likewise.
1816 * scripttempl/arclinux.sc: Moved to a more standard implementation
1817 similar to elf.sc.
1818
c4107a7d
MR
18192016-05-19 Maciej W. Rozycki <macro@imgtec.com>
1820
1821 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Reorder
1822 `ft32-*-*' behind `frv-*-*'.
1823
6b200de0
MR
18242016-05-19 Maciej W. Rozycki <macro@imgtec.com>
1825
1826 * configure.tgt: Remove `am34-*-linux*' support.
1827
82bc9362
AM
18282016-05-19 Alan Modra <amodra@gmail.com>
1829
1830 * testsuite/ld-scripts/crossref.exp: Remove -mcall-aixdesc hack.
1831 * testsuite/ld-scripts/cross2.t: Tweak .opd and .toc placement.
1832 * testsuite/ld-scripts/cross3.t: Likewise.
1833 * testsuite/ld-scripts/cross4.t: Likewise.
1834 * testsuite/ld-scripts/cross5.t: Likewise.
1835 * testsuite/ld-scripts/cross6.t: Likewise.
1836 * testsuite/ld-scripts/cross7.t: Likewise.
1837
f1b2ca70
AM
18382016-05-19 Alan Modra <amodra@gmail.com>
1839
1840 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Pass in
1841 exe name rather than constructing testname. Fix typo in
1842 sub-test name. Log copying. Use -rpath rather than -R.
1843
d1f70bdc
NC
18442016-05-18 Nick Clifton <nickc@redhat.com>
1845
1846 * scripttempl/ft32.sc: Use fixed constants for memory region
1847 lengths. Include DWARF debug sections.
1848 (.data .bss): Do not assign locations during relocatable links.
1849 * testsuite/ld-elf/compressed1d.d: Skip for FT32.
1850 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
1851 * testsuite/ld-elf/sec64k.exp: Likewise.
1852 * testsuite/ld-elf/init-fini-array.d: XFail for FT32.
1853 * testsuite/ld-elf/merge.d: Likewise.
1854 * testsuite/ld-elf/orphan-region.d: Likewise.
1855 * testsuite/ld-elf/orphan.s: Likewise.
1856 * testsuite/ld-elf/orphan3.d: Likewise.
1857 * testsuite/ld-elf/pr349.d: Likewise.
1858 * testsuite/ld-elf/warn2.d: Likewise.
1859 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Note
1860 that the FT32 does not support shared libraries.
1861
68bce020
L
18622016-05-17 H.J. Lu <hongjiu.lu@intel.com>
1863
1864 * testsuite/lib/ld-lib.exp (at_least_gcc_version): Check
1865 global CC.
1866
23b5dc39 18672016-05-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1bdc036f
SKS
1868
1869 * scripttempl/avr.sc (text): Place .progmem.data from avr-libc
1870 above .progmem*.
1871 * scripttempl/avrtiny.sc (text): Likewise.
1872
a43942db
MR
18732016-05-17 Maciej W. Rozycki <macro@imgtec.com>
1874
1875 * testsuite/ld-unique/unique.exp: Use `is_elf_format' and
1876 `supports_gnu_unique' to qualify testing.
1877
69a1c856
MR
18782016-05-16 Maciej W. Rozycki <macro@imgtec.com>
1879
1880 * testsuite/ld-elf/flags1.d: Update the xfail list.
1881
180c87d9
MR
18822016-05-15 Maciej W. Rozycki <macro@imgtec.com>
1883
1884 * testsuite/ld-elf/flags1.d: Update for `*-*-nacl*' xfail
1885 removal.
1886
bf6f87e7
L
18872016-05-14 H.J. Lu <hongjiu.lu@intel.com>
1888
1889 PR ld/20097
1890 * testplug2.c (onall_symbols_read): Remove redundant sizeof
1891 on EXPECTED_VIEW_LENGTH.
1892 * testplug4.c (onall_symbols_read): Likewise.
1893
2168b268
L
18942016-05-13 H.J. Lu <hongjiu.lu@intel.com>
1895
1896 PR ld/20093
1897 * testsuite/ld-x86-64/pr20093-1.d: New file.
1898 * testsuite/ld-x86-64/pr20093-1.s: Likewise.
1899 * testsuite/ld-x86-64/pr20093-2.d: Likewise.
1900 * testsuite/ld-x86-64/pr20093-2.s: Likewise.
1901 * testsuite/ld-x86-64/x86-64.exp: Run pr20093-1 and pr20093-2.
1902
4ade44b7
AM
19032016-05-13 Alan Modra <amodra@gmail.com>
1904
1905 * testsuite/ld-arm/arm-elf.exp: Adjust for arm-no-rel-plt now passing.
1906 Use different output file name for static app without .rel.plt.
1907 * testsuite/ld-arm/arm-no-rel-plt.ld: Align .rel.dyn and .rela.dyn.
1908 * testsuite/ld-arm/arm-no-rel-plt.out: Delete.
1909 * testsuite/ld-arm/arm-no-rel-plt.r: New.
1910 * testsuite/ld-arm/arm-static-app.d: Don't check file name.
1911 * testsuite/ld-arm/arm-static-app.r: Likewise.
1912
3355cb3b
L
19132016-05-12 H.J. Lu <hongjiu.lu@intel.com>
1914
1915 PR ld/20070
1916 * Makefile.am (noinst_LTLIBRARIES): Add libldtestplug4.la.
1917 (libldtestplug4_la_SOURCES): New.
1918 (libldtestplug4_la_CFLAGS): Likewise.
1919 (libldtestplug4_la_LDFLAGS): Likewise.
1920 * Makefile.in: Regenerated.
1921 * plugin.c (get_symbols): Return resolution based on IR symbol
1922 kinds for symbols defined/referenced only within IR.
1923 * testplug4.c: New file.
1924 * ld/testsuite/ld-plugin/pr20070.d: Likewise.
1925 * ld/testsuite/ld-plugin/pr20070a.c: Likewise.
1926 * ld/testsuite/ld-plugin/pr20070b.c: Likewise.
1927 * testsuite/ld-plugin/plugin.exp (plugin4_name): New.
1928 (plugin4_path): Likewise.
1929 Add a test for ld/20070.
1930
a464198b
AM
19312016-05-11 Alan Modra <amodra@gmail.com>
1932
1933 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
1934 Call elf32_hppa_init_stub_bfd.
1935
3bd43ebc
AM
19362016-05-11 Alan Modra <amodra@gmail.com>
1937
1938 PR 20060
1939 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
1940 * testsuite/ld-powerpc/tlsdll.s: New.
1941 * testsuite/ld-powerpc/tlsdll.ver: New.
1942 * testsuite/ld-powerpc/tlsdll_32.s: New.
1943 * testsuite/ld-powerpc/tlsopt5.d: New.
1944 * testsuite/ld-powerpc/tlsopt5.s: New.
1945 * testsuite/ld-powerpc/tlsopt5_32.d: New.
1946 * testsuite/ld-powerpc/tlsopt5_32.s: New.
1947
39d911fc
TP
19482016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1949
1950 * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Use
1951 ARM_GET_SYM_BRANCH_TYPE to get branch type of a symbol.
1952
6bde4c52
TP
19532016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1954
1955 * emultempl/armelf.em (elf32_arm_add_stub_section): Add output_section
1956 parameter and rename input_section parameter to after_input_section.
1957 Append input stub section to the output section if after_input_section
1958 is NULL.
1959
15afaa63
TP
19602016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1961
1962 * testsuite/ld-arm/arm-elf.exp (EABI attribute merging 10 (DSP)): New
1963 test.
1964 * testsuite/ld-arm/attr-merge-10b-dsp.s: New file.
1965 * testsuite/ld-arm/attr-merge-10-dsp.attr: Likewise.
1966
d63a50b7
CL
19672016-05-10 Christophe Lyon <christophe.lyon@linaro.org>
1968
1969 * ld/testsuite/ld-elf/flags1.d (xfail): Remove *-*-nacl*".
1970
9239bbd3
CM
19712016-05-09 Christophe Monat <christophe.monat@st.com>
1972
1973 PR ld/20030
1974 * testsuite/ld-arm/arm-elf.exp: Run new stm32l4xx-fix-vldm-dp
1975 tests. Fix misnamed stm32l4xx-fix-all.
1976 * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.s: New tests for multiple
1977 loads with DP registers.
1978 * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.d: New reference file.
1979 * testsuite/ld-arm/stm32l4xx-fix-vldm.s: Add missing comment.
1980 * testsuite/ld-arm/stm32l4xx-fix-all.s: Add tests for multiple
1981 loads with DP registers.
1982 * testsuite/ld-arm/stm32l4xx-fix-all.d: Update reference.
1983
924bc11b
PS
19842016-05-09 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1985
1986 * testsuite/ld-elf/flags1.d (readelf): Dump section header instead
1987 program headers.
1988 (xfail): Remove avr-*-*.
1989 Update regex to check the section flags.
1990 * testsuite/ld-elf/merge.d (xfail): Remove avr-*-*.
1991
a64f5ba1
AM
19922016-05-09 Alan Modra <amodra@gmail.com>
1993
1994 * Makefile.am (ealphavms.c, eelf64_ia64_vms): Correct .em deps.
1995 * Makefile.in: Regenerate.
1996
cc969da9
AM
19972016-05-09 Alan Modra <amodra@gmail.com>
1998
1999 * testsuite/ld-scripts/pr14962-2.t: Match .text, not *.text.
2000 * testsuite/ld-scripts/rgn-at5.t: Similarly, .sec not *.sec.
2001 * testsuite/ld-scripts/section-match-1.t: Likewise.
2002
97196564
L
20032016-05-06 H.J. Lu <hongjiu.lu@intel.com>
2004
2005 PR ld/17550
2006 * testsuite/ld-elf/pr17550-1.s: New file.
2007 * testsuite/ld-elf/pr17550-2.s: Likewise.
2008 * testsuite/ld-elf/pr17550-3.s: Likewise.
2009 * testsuite/ld-elf/pr17550-4.s: Likewise.
2010 * testsuite/ld-elf/pr17550a.d: Likewise.
2011 * testsuite/ld-elf/pr17550b.d: Likewise.
2012 * testsuite/ld-elf/pr17550c.d: Likewise.
2013 * testsuite/ld-elf/pr17550d.d: Likewise.
2014
887cf791
SKS
20152016-05-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2016
2017 * ld/testsuite/ld-srec/srec.exp: Mark test as XFAIL for AVR.
2018
2856a627
L
20192016-05-06 H.J. Lu <hongjiu.lu@intel.com>
2020
2021 * testsuite/ld-i386/i386.exp: Run load7.
2022 * testsuite/ld-i386/load7.d: New file.
2023 * testsuite/ld-i386/load7.map: Likewise.
2024 * testsuite/ld-i386/load7.s: Likewise.
2025 * testsuite/ld-x86-64/load2.d: Likewise.
2026 * testsuite/ld-x86-64/load2.map: Likewise.
2027 * testsuite/ld-x86-64/load2.s: Likewise.
2028 * testsuite/ld-x86-64/x86-64.exp: Run load2.
2029
004b1309
L
20302016-05-05 H.J. Lu <hongjiu.lu@intel.com>
2031
2032 * emulparams/elf_iamcu.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): New.
2033 * emulparams/elf_k1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
2034 Likewise.
2035 * emulparams/elf_l1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
2036 Likewise.
2037
d7adef8b
L
20382016-05-05 H.J. Lu <hongjiu.lu@intel.com>
2039
2040 * testsuite/ld-x86-64/pr18591.d: Pass --no-relax to ld.
2041
d4758f96
L
20422016-05-04 H.J. Lu <hongjiu.lu@intel.com>
2043
2044 * ldlang.c (init_os): Pass %E to einfo when bfd_section == NULL.
2045
c3fbf828
MR
20462016-05-04 Maciej W. Rozycki <macro@imgtec.com>
2047
2048 * testsuite/ld-unique/unique.d: New test.
2049 * testsuite/ld-unique/unique.exp: Run the new test. Adjust
2050 messages for compiled tests.
2051
4a85cc09
SKS
20522016-05-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2053
2054 * testsuite/ld-elf/pr18735.d: Allow other symbols.
2055 * testsuite/ld-elf/sec64k.exp: Skip 64ksec for avr.
2056 * testsuite/ld-gc/pr14265.d: Allow other symbols.
2057 * testsuite/ld-plugin/plugin.exp: Add PR ld/17973 to
2058 plugin_tests only if check_shared_lib_support is true.
2059 * testsuite/ld-selective/selective.exp: Add --section-start
2060 flag for avr.
2061
6d6a648c
MR
20622016-05-03 Maciej W. Rozycki <macro@imgtec.com>
2063
2064 PR 10549
2065 * testsuite/ld-unique/unique.exp: Also run for `mips*-*-*'.
2066
1f56df9d
JW
20672016-05-03 Jiong Wang <jiong.wang@arm.com>
2068
2069 * emultempl/aarch64elf.em (--no-apply-dynamic-relocs): New option.
2070 * NEWS: Mention --no-apply-dynamic-relocs.
2071 * ld.texinfo (ld and the ARM family): Document
2072 --no-apply-dynamic-relocs.
2073 * testsuite/ld-aarch64/rela-abs-relative.s: New test source.
2074 * testsuite/ld-aarch64/rela-abs-relative.d: New expected result.
2075 * testsuite/ld-aarch64/rela-abs-relative-be.d: Likewise for big-endian.
2076 * estsuite/ld-aarch64/rela-abs-relative-opt.d: Likewise, but enable new
2077 option.
2078
a2076b34
SKS
20792016-05-03 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2080
2081 * testsuite/ld-elfcomm/elfcomm.exp: Check for shared lib support
2082 before running STT_COMMON tests.
2083
010f98a5
L
20842016-04-29 H.J. Lu <hongjiu.lu@intel.com>
2085
2086 * config/default.exp (NOPIE_CFLAGS): Download source only on
2087 remote host.
2088 (NOPIE_LDFLAGS): Likewise.
2089 * testsuite/lib/ld-lib.exp (check_lto_available): Likewise.
2090 (check_lto_fat_available): Likewise.
2091 (check_lto_shared_available): Likewise.
2092 (check_ifunc_available): Likewise.
2093 (check_ifunc_attribute_available): Likewise.
2094
83a471c3
L
20952016-04-27 H.J. Lu <hongjiu.lu@intel.com>
2096
2097 * testsuite/ld-elf/compressed1b.d: Only run for Linux/GNU targets.
2098
52728a42
L
20992016-04-27 H.J. Lu <hongjiu.lu@intel.com>
2100
91f8bf69
L
2101 PR ld/20006
2102 * testsuite/ld-elfvsb/elfvsb.exp (COMPRESS_LDFLAG): New.
2103 (visibility_run): Pass COMPRESS_LDFLAG to visibility_test on
2104 ELF targets.
2105
21062016-04-27 H.J. Lu <hongjiu.lu@intel.com>
2107
2108 * testsuite/ld-elf/compressed1b.d: Pass
2109 --compress-debug-sections=none to ld.
2110 * testsuite/ld-elf/compressed1c.d: Likewise.
52728a42 2111
13b8c335
AM
21122016-04-27 Alan Modra <amodra@gmail.com>
2113
2114 PR target/19985
2115 * configure.tgt: Don't use var+=.
2116
731bb67a
NC
21172016-04-25 Nick Clifton <nickc@redhat.com>
2118
2119 PR target/19985
2120 * configure.tgt: Include big endian PPC64 emulations with little
2121 endian PPC64 targets.
2122
0e03d18a
SKS
21232016-04-25 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2124
2125 * scripttempl/avrtiny.sc (.text): Do not set LMA to zero.
2126
ed1b027a
L
21272016-04-21 H.J. Lu <hongjiu.lu@intel.com>
2128
2129 * testsuite/lib/ld-lib.exp (check_lto_available): Return 1 on
2130 Linux with GCC 4.9 or newer.
2131 (check_lto_fat_available): Likewise.
2132 (check_lto_shared_available): Likewise.
2133
4f3b23b3
NC
21342016-04-21 Nick Clifton <nickc@redhat.com>
2135
2136 * ldlang.c (lang_check_relocs): Use bfd_link_check_relocs in
2137 prefernce to _bfd_elf_link_check_relocs. Drop test for ELF
2138 targets. Do not stop the checks when problems are encountered.
2139
96bf8cb0
AM
21402016-04-21 Alan Modra <amodra@gmail.com>
2141
2142 * testsuite/ld-scripts/cross3.t: Add commonly used data
2143 and text section names to output section statements.
2144 * testsuite/ld-scripts/cross4.t: Likewise.
2145 * testsuite/ld-scripts/cross5.t: Likewise.
2146 * testsuite/ld-scripts/cross6.t: Likewise.
2147 * testsuite/ld-scripts/cross7.t: Likewise.
2148
fbf05aa7
L
21492016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2150
2151 * ldlang.c (lang_check_relocs): New function.
2152 (lang_process): Call lang_check_relocs after lang_gc_sections.
2153 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Don't
2154 call _bfd_elf_link_check_relocs here.
2155
c7ce9410
L
21562016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2157
2158 PR ld/19972
2159 * testsuite/ld-elf/eh6.d: Pass -rW to readelf and check for
2160 R_386_NONE or R_X86_64_NONE.
2161
03f2309a
L
21622016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2163
2164 * testsuite/ld-x86-64/pic1.d: New file.
2165 * testsuite/ld-x86-64/pic1.s: Likewise.
2166 * testsuite/ld-x86-64/x86-64.exp: Run pic1.
2167
126697d1
L
21682016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2169
2170 * testsuite/ld-x86-64/pie2.d: New file.
2171 * testsuite/ld-x86-64/pie2.s: Likewise.
2172 * testsuite/ld-x86-64/x86-64.exp: Run pie2.
2173
338c190a
L
21742016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2175
2176 PR ld/19969
2177 * testsuite/ld-x86-64/pr19969.d: New file.
2178 * testsuite/ld-x86-64/pr19969a.S: Likewise.
2179 * testsuite/ld-x86-64/pr19969b.S: Likewise.
2180 * testsuite/ld-x86-64/x86-64.exp: Run pr19969 tests.
2181
d9689752
L
21822016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2183
2184 * emulparams/elf32_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
2185 New.
2186 * emulparams/elf_i386.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
2187 Likewise.
2188 * emulparams/elf_i386_be.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
2189 Likewise.
2190 * emulparams/elf_i386_chaos.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
2191 Likewise.
2192 * emulparams/elf_i386_ldso.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
2193 Likewise.
2194 * emulparams/elf_i386_vxworks.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
2195 Likewise.
2196 * emulparams/elf_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
2197 Likewise.
2198 * emulparams/i386nto.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
2199 Likewise.
2200 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse):
2201 Set check_relocs_after_open_input to TRUE if
2202 CHECK_RELOCS_AFTER_OPEN_INPUT is yes.
2203 (gld${EMULATION_NAME}_after_open): Call
2204 _bfd_elf_link_check_relocs on all inputs if
2205 check_relocs_after_open_input is TRUE.
2206
7cc9c114
L
22072016-04-20 H.J. Lu <hongjiu.lu@intel.com>
2208
2209 * testsuite/ld-elf/eh6.s: Replace .long with .dc.a on
2210 my_personality_v0.
2211
e6c7cdec
TS
22122016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2213
2214 * emultempl/scoreelf.em: Likewise.
2215
87d455c0
L
22162016-04-19 H.J. Lu <hongjiu.lu@intel.com>
2217
2218 PR ld/19719
2219 * testsuite/ld-x86-64/pr19719.d: New file.
2220 * testsuite/ld-x86-64/pr19719.s: Likewise.
2221 * testsuite/ld-x86-64/x86-64.exp: Run pr19719.
2222
cdf96953
MF
22232016-04-18 Matthew Fortune <matthew.fortune@imgtec.com>
2224
2225 * ld.texinfo: Document NOCROSSREFS_TO script command.
2226 * ldlang.h (struct lang_nocrossrefs): Add onlyfirst field.
2227 (lang_add_nocrossref_to): New prototype.
2228 * ldcref.c (check_local_sym_xref): Use onlyfirst to only look for
2229 symbols defined in the first section.
2230 (check_nocrossref): Likewise.
2231 * ldgram.y (NOCROSSREFS_TO): New script command.
2232 * ldlang.c (lang_add_nocrossref): Set onlyfirst to FALSE.
2233 (lang_add_nocrossref_to): New function.
2234 * ldlex.l (NOCROSSREFS_TO): New token.
2235 * NEWS: Mention NOCROSSREFS_TO.
2236 * testsuite/ld-scripts/cross4.t: New file.
2237 * testsuite/ld-scripts/cross5.t: Likewise.
2238 * testsuite/ld-scripts/cross6.t: Likewise.
2239 * testsuite/ld-scripts/cross7.t: Likewise.
2240 * testsuite/ld-scripts/crossref.exp: Run 4 new NOCROSSREFS_TO
2241 tests.
2242
6fd8e7c2
L
22432016-04-15 H.J. Lu <hongjiu.lu@intel.com>
2244
2245 * Makefile.in: Regenerated with automake 1.11.6.
2246 * aclocal.m4: Likewise.
2247
4b0c052e
AB
22482016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * testsuite/ld-arc/arc.exp: New file.
2251 * testsuite/ld-arc/nps-1.s: New file.
2252 * testsuite/ld-arc/nps-1a.d: New file.
2253 * testsuite/ld-arc/nps-1b.d: New file.
2254 * testsuite/ld-arc/nps-1b.err: New file.
2255
8dc483a0
NC
22562016-04-14 Nick Clifton <nickc@redhat.com>
2257
2258 PR 19457
2259 * testsuite/ld-scripts/script.exp (extract_symbol_test): Add
2260 exceptions for Mingw and Cygwin.
2261
758c5495
AB
22622016-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * testsuite/lib/ld-lib.exp (run_dump_test): Initialise
2265 check_ld(terminal).
2266
37ce0cc4
L
22672016-04-13 H.J. Lu <hongjiu.lu@intel.com>
2268
2269 PR ld/19774
2270 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr17689b.o before
2271 tmpdir/pr17689.so, fix gotpcrel1 test and add more --as-needed
2272 tests.
2273
2df3368d
L
22742016-04-11 H.J. Lu <hongjiu.lu@intel.com>
2275
2276 PR ld/19939
2277 * testsuite/ld-i386/i386.exp: Run PR ld/19939 tests.
2278 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2279 * testsuite/ld-i386/pr19939.s: New file.
2280 * testsuite/ld-i386/pr19939a.d: Likewise.
2281 * testsuite/ld-i386/pr19939b.d: Likewise.
2282 * testsuite/ld-x86-64/pr19939.s: Likewise.
2283 * testsuite/ld-x86-64/pr19939a.d: Likewise.
2284 * testsuite/ld-x86-64/pr19939b.d: Likewise.
2285
417a667c
OE
22862016-04-09 Oleg Endo <olegendo@gcc.gnu.org>
2287
2288 * emulparams/shelf.sh: Set stack area to 0x3FFFFF00.
2289
136a43b7
AM
22902016-04-08 Alan Modra <amodra@gmail.com>
2291
2292 PR 18452
2293 * ldlang.c (maybe_overlays): Delete.
2294 (lang_size_sections_1): Remove code setting maybe_overlays.
2295 (lang_check_section_addresses): Instead detect overlays by
2296 exact match of section VMAs here. Fix memory leak.
2297
953dd97e
DG
22982016-04-08 Dan Gisselquist <dgisselq@ieee.org>
2299
2300 * ldlang.c (print_output_section_statement): Show minfo size
2301 in target machine address units.
2302 (print_reloc_statement): Likewise.
2303 (print_padding_statement): Likewise.
2304 (print_data_statement): Likewise. Ensure minimum print_dot
2305 increment of one address unit.
2306
1a295c62
AB
23072016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2308
2309 * emulparams/arc-endianness.sh: Make little endian default choice.
2310
df154dc1
NC
23112016-04-07 Nick Clifton <nickc@redhat.com>
2312
2313 * scripttempl/elf32msp430.sc (.MSP430.attributes): Fix typo in
2314 section name.
2315 * scripttempl/elf32msp430_3.sc (.MSP430.attributes): Likewise.
2316
9a5f28ae
AB
23172016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
2318
2319 * emulparams/arc-endianness.sh: New file.
2320 * emulparams/arcebelf.sh: Deleted.
2321 * emulparams/arcebelf_prof.sh: Deleted.
2322 * emulparams/arceblinux.sh: Deleted.
2323 * emulparams/arceblinux_prof.sh: Deleted.
2324 * emulparams/arcelf.sh: Include arc-endinness.sh.
2325 * emulparams/arcelf_prof.sh: Include arc-endinness.sh.
2326 * emulparams/arclinux.sh: Include arc-endinness.sh.
2327 * emulparams/arclinux_prof.sh: Include arc-endinness.sh.
2328 * emulparams/arcv2elf.sh: Include arc-endinness.sh.
2329 * emulparams/arcv2elfx.sh: Include arc-endinness.sh.
2330 * testsuite/ld-elf/compressed1d.d: Update pattern for big and
2331 little endian arc targets.
2332 * testsuite/ld-elf/eh-frame-hdr.d: Likewise.
2333 * testsuite/ld-elf/group1.d: Likewise.
2334 * testsuite/ld-elf/group3b.d: Likewise.
2335 * testsuite/ld-elf/group8a.d: Likewise.
2336 * testsuite/ld-elf/group8b.d: Likewise.
2337 * testsuite/ld-elf/group9a.d: Likewise.
2338 * testsuite/ld-elf/group9b.d: Likewise.
2339 * testsuite/ld-elf/linkonce2.d: Likewise.
2340 * testsuite/ld-elf/pr12851.d: Likewise.
2341 * testsuite/ld-elf/pr12975.d: Likewise.
2342 * testsuite/ld-elf/pr13177.d: Likewise.
2343 * testsuite/ld-elf/pr13195.d: Likewise.
2344 * testsuite/ld-elf/pr17615.d: Likewise.
2345 * testsuite/ld-elf/pr19162.d: Likewise.
2346 * testsuite/ld-elf/sec64k.exp: Likewise.
2347 * testsuite/lib/ld-lib.exp: Likewise.
2348
1f599d0e
MR
23492016-04-05 Maciej W. Rozycki <macro@imgtec.com>
2350
2351 PR ld/19908
2352 * testsuite/ld-cris/tls-e-20.d: Adjust for hidden symbol
2353 handling fix.
2354 * testsuite/ld-cris/tls-e-20a.d: Likewise.
2355 * testsuite/ld-cris/tls-e-21.d: Likewise.
2356 * testsuite/ld-cris/tls-e-23.d: Likewise.
2357 * testsuite/ld-cris/tls-e-80.d: Likewise.
2358 * testsuite/ld-cris/tls-gd-3h.d: Likewise.
2359 * testsuite/ld-cris/tls-leie-19.d: Likewise.
2360 * testsuite/ld-mips-elf/export-class-ref-lib.sd: New test.
2361 * testsuite/ld-mips-elf/export-hidden-ref.sd: New test.
2362 * testsuite/ld-mips-elf/export-internal-ref.sd: New test.
2363 * testsuite/ld-mips-elf/export-protected-ref.sd: New test.
2364 * testsuite/ld-mips-elf/export-class-ref-f0.s: New test source.
2365 * testsuite/ld-mips-elf/export-class-ref-f1.s: New test source.
2366 * testsuite/ld-mips-elf/export-class-ref-f2.s: New test source.
2367 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
2368
a9fa4610
CZ
23692016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
2370
2371 * testsuite/ld-discard/extern.d: Removed xfail for ARC.
2372 * testsuite/ld-discard/start.d: Likewise.
2373 * testsuite/ld-discard/static.d: Likewise.
2374 * testsuite/ld-elf/group1.d: Likewise.
2375 * testsuite/ld-elf/group3b.d: Likewise.
2376 * testsuite/ld-elf/orphan-region.d: Likewise.
2377 * testsuite/ld-elf/orphan.d: Likewise.
2378 * testsuite/ld-elf/orphan3.d: Likewise.
2379 * testsuite/ld-elf/pr349.d: Likewise.
2380 * testsuite/ld-elf/warn1.d: Likewise.
2381 * testsuite/ld-elf/warn2.d: Likewise.
2382 * testsuite/ld-elf/warn3.d: Likewise.
2383 * testsuite/ld-scripts/crossref.exp: Add __SDATA_BEGIN__ symbol
2384 through linker flags.
2385 * testsuite/ld-srec/srec.exp: Set as xfail.
2386
5fdf3872
L
23872016-04-04 H.J. Lu <hongjiu.lu@intel.com>
2388
2389 PR ld/19827
2390 * testsuite/ld-i386/pr19827-nacl.rd: New file.
2391 * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
2392
a061de07
NC
23932016-04-04 Nick Clifton <nickc@redhat.com>
2394
2395 PR 19803
2396 * emultempl/pe.em (change_undef): New function. Encapsulates
2397 duplicated code in pe_fixup_stdcalls and adds the newly defined
2398 sym to the gc root list.
2399 (pe_fixup_stdcall): Use the new function.
2400 * pe-dll.c (process_def_file_and_drectve); Add alias of exported
2401 symbol to gc root list.
2402
fc90c280
AM
24032016-03-31 Alan Modra <amodra@gmail.com>
2404
2405 * ldlang.c (TO_ADDR, TO_SIZE, opb_shift): Move earlier in file.
2406 (lang_insert_orphan): Use TO_ADDR in __stop sym calculation.
2407 (print_input_section): Don't use TO_ADDR when printing section
2408 size.
2409 (lang_size_sections_1): Use TO_ADDR in overlay lma calculation.
2410 (lang_size_sections): Use TO_ADDR in relro end calculation.
2411
62bdf2d6
AB
24122016-03-30 Andrew Burgess <andrew.burgess@embecosm.com>
2413
2414 * testsuite/lib/ld-lib.exp (run_dump_test): Fix check of return
2415 value from regexp_diff.
2416 * testsuite/ld-elf/orphan-5.l: Fix expected output.
2417 * testsuite/ld-elf/orphan-6.l: Likewise.
2418
a87dd97a
AM
24192016-03-30 Alan Modra <amodra@gmail.com>
2420
2421 PR 18452
2422 * ldlang.c (maybe_overlays): New static var.
2423 (lang_size_sections_1): Set it here.
2424 (struct check_sec): New.
2425 (sort_sections_by_lma): Adjust for array of structs.
2426 (sort_sections_by_vma): New function.
2427 (lang_check_section_addresses): Check both LMA and VMA for overlap.
2428 * testsuite/ld-scripts/rgn-over7.d: Adjust.
2429
ca62bc4a
AM
24302016-03-30 Alan Modra <amodra@gmail.com>
2431
2432 * ldlang.c (lang_size_sections_1): Correct code detecting a
2433 backward non-overlapping move.
2434
2e4a7aea
AM
24352016-03-30 Alan Modra <amodra@gmail.com>
2436
2437 * ldlang.c (IS_TBSS): New macro, extracted from..
2438 (IGNORE_SECTION): ..here.
2439 (lang_size_sections_1): Use IS_TBSS and IGNORE_SECTION.
2440 (lang_size_sections, lang_do_assignments_1): Use IS_TBSS.
2441
4153b6db
NC
24422016-03-22 Nick Clifton <nickc@redhat.com>
2443
2444 PR ld/19803
2445 * ldlang.c (lang_add_gc_name): New function. Adds the provided
2446 symbol name to the list of gc symbols.
2447 (lang_process): Call lang_add_gc_name with entry_symbol_default if
2448 entry_symbol.name is NULL. Use lang_add_gc_name to add the init
2449 and fini function names.
2450 * pe-dll.c (process_def_file_and_drectve): Add exported names to
2451 the gc symbol list.
2452 * testsuite/ld-pe/pr19803.s: Do not export _testval symbol.
2453 * testsuite/ld-pe/pr19803.d: Tweak expected output.
2454
9780e045
NC
24552016-03-22 Nick Clifton <nickc@redhat.com>
2456
2457 * configure: Regenerate.
2458
e1fa0163
NC
24592016-03-21 Nick Clifton <nickc@redhat.com>
2460
2461 * emultempl/msp430.em: Replace use of alloca with call to xmalloc.
2462 * plugin.c: Likewise.
2463 * pe-dll.c: Likewise.
2464
45821bef
A
24652016-03-18 Awson <kyrab@mail.ru>
2466
2467 PR 19531
2468 * scripttempl/pe.sc (.rdata_runtime_pseudo_reloc): Always KEEP
2469 this section.
2470 * scripttempl/pep.sc (.rdata_runtime_pseudo_reloc): Likewise.
2471
41f46ed9
SKS
24722016-03-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2473
2474 * ld-avr/gc-section-debugline.d: Relax regex check for CU.
2475
4e0c91e4
L
24762016-03-15 H.J. Lu <hongjiu.lu@intel.com>
2477
2478 PR ld/19827
2479 * testsuite/ld-i386/i386.exp: Run PR ld/19827 tests.
2480 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2481 * testsuite/ld-i386/pr19827.rd: New file.
2482 * testsuite/ld-i386/pr19827a.S: Likewise.
2483 * testsuite/ld-i386/pr19827b.S: Likewise.
2484 * testsuite/ld-x86-64/pr19827.rd: Likewise.
2485 * testsuite/ld-x86-64/pr19827a.S: Likewise.
2486 * testsuite/ld-x86-64/pr19827b.S: Likewise.
2487
4c10bbaa
L
24882016-03-15 H.J. Lu <hongjiu.lu@intel.com>
2489
2490 PR ld/19807
2491 * Makefile.am (ELF_X86_DEPS): Add
2492 $(srcdir)/emulparams/reloc_overflow.sh.
2493 * Makefile.in: Regenerated.
2494 * NEWS: Mention -z noreloc-overflow.
2495 * ld.texinfo: Document -z noreloc-overflow.
2496 * emulparams/elf32_x86_64.sh: Source
2497 ${srcdir}/emulparams/reloc_overflow.sh.
2498 * emulparams/elf_x86_64.sh: Likewise.
2499 * emulparams/reloc_overflow.sh: New file.
2500 * testsuite/ld-x86-64/pr19807-1.s: New file.
2501 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
2502 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
2503 * testsuite/ld-x86-64/pr19807-2.s: Likewise.
2504 * testsuite/ld-x86-64/pr19807-2a.d: Likewise.
2505 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
2506 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
2507 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
2508 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
2509 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/19807 tests.
2510
3ab94f96
L
25112016-03-13 H.J. Lu <hongjiu.lu@intel.com>
2512
2513 PR ld/19539
2514 * testsuite/ld-i386/i386.exp: Run pr19539.
2515 * testsuite/ld-i386/pr19539.d: New file.
2516 * testsuite/ld-i386/pr19539.s: Likewise.
2517 * testsuite/ld-i386/pr19539.t: Likewise.
2518 * testsuite/ld-x86-64/pr19539.s: Likewise.
2519 * testsuite/ld-x86-64/pr19539.t: Likewise.
2520 * testsuite/ld-x86-64/pr19539a.d: Likewise.
2521 * testsuite/ld-x86-64/pr19539b.d: Likewise.
2522 * testsuite/ld-x86-64/x86-64.exp: Run pr19539a and pr19539b.
2523
a9f02af8
MG
25242016-03-10 Mickael Guene <mickael.guene@st.com>
2525
2526 PR gas/19744
2527 * testsuite/ld-arm/arm-elf.exp: New tests.
2528 * testsuite/ld-arm/thumb1-adds-armv7-m.s: New.
2529 * testsuite/ld-arm/thumb1-movs-armv7-m.s: New.
2530
878a6877
NC
25312016-03-10 Nick Clifton <nickc@redhat.com>
2532
2533 * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).
2534
4b05e0a7
PA
25352016-03-09 Pedro Alves <palves@redhat.com>
2536
2537 * scripttempl/v850.sc: Use "v850:old-gcc-abi" as OUTPUT_ARCH.
2538 * scripttempl/v850_rh850.sc: Use "v850:rh850" as OUTPUT_ARCH.
2539
9c1d7a08
L
25402016-03-08 H.J. Lu <hongjiu.lu@intel.com>
2541
2542 PR ld/19789
2543 * testsuite/ld-elf/pr19789.d: New file.
2544 * testsuite/ld-elf/pr19789.s: Likewise.
2545
d1ed1c7d
L
25462016-03-08 H.J. Lu <hongjiu.lu@intel.com>
2547
2548 PR ld/19784
2549 * testsuite/ld-i386/i386.exp: Remove pr19636-2e-nacl test.
2550 * testsuite/ld-i386/pr19636-2e-nacl.d: Moved to ...
2551 * testsuite/ld-i386/pr19636-2e.d: Here. Remove notarget.
2552 * testsuite/ld-ifunc/ifunc.exp: Run PR ld/19784 tests.
2553 * testsuite/ld-ifunc/pass.out: New file.
2554 * testsuite/ld-ifunc/pr19784a.c: Likewise.
2555 * testsuite/ld-ifunc/pr19784b.c: Likewise.
2556 * testsuite/ld-ifunc/pr19784c.c: Likewise.
2557
205ac185
L
25582016-03-08 H.J. Lu <hongjiu.lu@intel.com>
2559
2560 PR ld/19774
2561 * testsuite/ld-ifunc/ifunc.exp: Link tmpdir/pr18808a.o before
2562 tmpdir/libpr18808.so. Link tmpdir/pr18841a.o before
2563 tmpdir/libpr18841b.so and tmpdir/libpr18841c.so. Test
2564 --as-needed for pr18841c.
2565
23a4bd22
L
25662016-03-07 H.J. Lu <hongjiu.lu@intel.com>
2567
2568 PR ld/19774
2569 * testsuite/ld-i386/i386.exp: Link tmpdir/pr18900.o before
2570 tmpdir/pr18900.so and test --as-needed. Link tmpdir/gotpc1.o
2571 before tmpdir/got1d.so and test --as-needed.
2572 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr18900.o before
2573 tmpdir/pr18900.so and test --as-needed.
2574
18f822a0
JW
25752016-03-07 Jiong Wang <jiong.wang@arm.com>
2576
2577 * testsuite/ld-aarch64/implicit_got_section_1.s: New test source file.
2578 * testsuite/ld-aarch64/implicit_got_section_1.d: New test expected
2579 result.
2580 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
2581
46175b4e
L
25822016-03-06 H.J. Lu <hongjiu.lu@intel.com>
2583
2584 * testsuite/ld-i386/i386.exp: Link tmpdir/copyreloc-main.o
2585 before tmpdir/copyreloc-lib.so and test --as-needed.
2586 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2587
07492f66
L
25882016-03-04 H.J. Lu <hongjiu.lu@intel.com>
2589
2590 PR ld/19579
2591 * testsuite/ld-elf/pr19579a.c: New file.
2592 * testsuite/ld-elf/pr19579b.c: Likewise.
2593 * testsuite/ld-elf/shared.exp: Run PR ld/19579 test.
2594
7bcc503f
L
25952016-03-02 H.J. Lu <hongjiu.lu@intel.com>
2596
2597 * testsuite/ld-elf/pr19162.d: Skip hppa-*-*.
2598
7494161b
L
25992016-03-02 H.J. Lu <hongjiu.lu@intel.com>
2600
2601 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Add xfails.
2602 Xfail mix_pic_and_non_pic on "arm*-*-*" "aarch64*-*-*".
2603
523f4c92
L
26042016-03-02 H.J. Lu <hongjiu.lu@intel.com>
2605
2606 PR ld/19739
2607 * emultempl/mmo.em (mmo_place_orphan): Don't merge flags of other
2608 input sections for relocatable link.
2609 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2610 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2611
26122016-03-01 H.J. Lu <hongjiu.lu@intel.com>
2613
2614 PR ld/19739
e18b24a4 2615 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
523f4c92
L
2616 merge flags of other input sections for relocatable link.
2617
ef621b15
L
26182016-03-01 H.J. Lu <hongjiu.lu@intel.com>
2619
2620 * testsuite/ld-plugin/lto.exp: Update PR ld/12365 test for GCC 6.
2621
2955a517
L
26222016-03-01 H.J. Lu <hongjiu.lu@intel.com>
2623
2624 * testsuite/ld-elf/pr19162.d: Skip arc target.
2625
7f50ebc1
L
26262016-02-29 H.J. Lu <hongjiu.lu@intel.com>
2627
2628 PR ld/19162
2629 * testsuite/ld-elf/pr19162.d: New file.
2630 * testsuite/ld-elf/pr19162a.s: Likwise.
2631 * testsuite/ld-elf/pr19162b.s: Likwise.
2632
841fdfcd
CZ
26332016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
2634
2635 * testsuite/ld-elf/merge.d: Removed xfail for ARC.
2636 * testsuite/ld-elf/merge2.d: Likewise.
2637 * testsuite/ld-elf/merge3.d: Likewise.
2638
7e458899
CZ
26392016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
2640
2641 * scripttempl/arclinux.sc: Force .tdata and .tbss to always be
2642 generated.
2643
c5e3a364
RL
26442016-02-26 Renlin Li <renlin.li@arm.com>
2645
2646 * testsuite/ld-aarch64/aarch64-elf.exp: Run new testcases.
2647 * testsuite/ld-aarch64/emit-relocs-270.d: Update to use new boundary.
2648 * testsuite/ld-aarch64/emit-relocs-271.d: Likewise.
2649 * testsuite/ld-aarch64/emit-relocs-272.d: Likewise.
2650 * testsuite/ld-aarch64/emit-relocs-270-overflow.d: New.
2651 * testsuite/ld-aarch64/emit-relocs-270-overflow.s: New.
2652 * testsuite/ld-aarch64/emit-relocs-271-overflow.d: New.
2653 * testsuite/ld-aarch64/emit-relocs-271-overflow.s: New.
2654 * testsuite/ld-aarch64/emit-relocs-272-overflow.d: New.
2655 * testsuite/ld-aarch64/emit-relocs-272-overflow.s: New.
2656
bae420ef
L
26572016-02-26 H.J. Lu <hongjiu.lu@intel.com>
2658
2659 PR ld/19609
2660 * testsuite/ld-i386/got1.dd: Updated.
2661 * testsuite/ld-i386/lea1c.d: Likewise.
2662 * testsuite/ld-i386/load1-nacl.d: Likewise.
2663 * testsuite/ld-i386/load1.d: Likewise.
2664 * testsuite/ld-i386/load4b.d: Likewise.
2665 * testsuite/ld-i386/load5b.d: Likewise.
2666 * testsuite/ld-i386/mov1b.d: Likewise.
2667 * testsuite/ld-x86-64/mov1b.d: Likewise.
2668 * testsuite/ld-x86-64/mov1d.d: Likewise.
2669 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
2670 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
2671 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
2672 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
2673 * testsuite/ld-x86-64/gotpcrel1.dd: Likewise.
2674 * testsuite/ld-x86-64/lea1a.d: Likewise.
2675 * testsuite/ld-x86-64/lea1b.d: Likewise.
2676 * testsuite/ld-x86-64/lea1c.d: Likewise.
2677 * testsuite/ld-x86-64/lea1d.d: Likewise.
2678 * testsuite/ld-x86-64/lea1e.d: Likewise.
2679 * testsuite/ld-x86-64/lea1f.d: Likewise.
2680 * testsuite/ld-x86-64/mov1b.d: Likewise.
2681 * testsuite/ld-x86-64/mov1d.d: Likewise.
2682 * testsuite/ld-x86-64/pr13082-3b.d: Likewise.
2683 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
2684 * testsuite/ld-x86-64/lea1.s: Add tests for 32-bit registers.
2685 * testsuite/ld-i386/pr19609-1.s: New file.
2686 * testsuite/ld-i386/pr19609-1a.d: Likewise.
2687 * testsuite/ld-i386/pr19609-1b.d: Likewise.
2688 * testsuite/ld-i386/pr19609-1c.d: Likewise.
2689 * testsuite/ld-i386/pr19609-1d.d: Likewise.
2690 * testsuite/ld-i386/pr19609-1e.d: Likewise.
2691 * testsuite/ld-i386/pr19609-1f.d: Likewise.
2692 * testsuite/ld-i386/pr19609-1g.d: Likewise.
2693 * testsuite/ld-i386/pr19609-1h.d: Likewise.
2694 * testsuite/ld-i386/pr19609-1i.d: Likewise.
2695 * testsuite/ld-i386/pr19609-2.s: Likewise.
2696 * testsuite/ld-i386/pr19609-2a.d: Likewise.
2697 * testsuite/ld-i386/pr19609-2b.d: Likewise.
2698 * testsuite/ld-i386/pr19609-2c.d: Likewise.
2699 * testsuite/ld-i386/undefweak.s: Likewise.
2700 * testsuite/ld-i386/undefweaka.d: Likewise.
2701 * testsuite/ld-i386/undefweakb.d: Likewise.
2702 * testsuite/ld-x86-64/pr13082-3c.d: Likewise.
2703 * testsuite/ld-x86-64/pr13082-3d.d: Likewise.
2704 * testsuite/ld-x86-64/pr19609-1.s: Likewise.
2705 * testsuite/ld-x86-64/pr19609-1a.d: Likewise.
2706 * testsuite/ld-x86-64/pr19609-1b.d: Likewise.
2707 * testsuite/ld-x86-64/pr19609-1c.d: Likewise.
2708 * testsuite/ld-x86-64/pr19609-1d.d: Likewise.
2709 * testsuite/ld-x86-64/pr19609-1e.d: Likewise.
2710 * testsuite/ld-x86-64/pr19609-1f.d: Likewise.
2711 * testsuite/ld-x86-64/pr19609-1g.d: Likewise.
2712 * testsuite/ld-x86-64/pr19609-1h.d: Likewise.
2713 * testsuite/ld-x86-64/pr19609-1i.d: Likewise.
2714 * testsuite/ld-x86-64/pr19609-1j.d: Likewise.
2715 * testsuite/ld-x86-64/pr19609-1k.d: Likewise.
2716 * testsuite/ld-x86-64/pr19609-1l.d: Likewise.
2717 * testsuite/ld-x86-64/pr19609-1m.d: Likewise.
2718 * testsuite/ld-x86-64/pr19609-2.s: Likewise.
2719 * testsuite/ld-x86-64/pr19609-2a.d: Likewise.
2720 * testsuite/ld-x86-64/pr19609-2b.d: Likewise.
2721 * testsuite/ld-x86-64/pr19609-2c.d: Likewise.
2722 * testsuite/ld-x86-64/pr19609-2d.d: Likewise.
2723 * testsuite/ld-x86-64/pr19609-3.s: Likewise.
2724 * testsuite/ld-x86-64/pr19609-3a.d: Likewise.
2725 * testsuite/ld-x86-64/pr19609-3b.d: Likewise.
2726 * testsuite/ld-x86-64/pr19609-4.s: Likewise.
2727 * testsuite/ld-x86-64/pr19609-4a.d: Likewise.
2728 * testsuite/ld-x86-64/pr19609-4b.d: Likewise.
2729 * testsuite/ld-x86-64/pr19609-4c.d: Likewise.
2730 * testsuite/ld-x86-64/pr19609-4d.d: Likewise.
2731 * testsuite/ld-x86-64/pr19609-4e.d: Likewise.
2732 * testsuite/ld-x86-64/pr19609-5.s: Likewise.
2733 * testsuite/ld-x86-64/pr19609-5a.d: Likewise.
2734 * testsuite/ld-x86-64/pr19609-5b.d: Likewise.
2735 * testsuite/ld-x86-64/pr19609-5c.d: Likewise.
2736 * testsuite/ld-x86-64/pr19609-5d.d: Likewise.
2737 * testsuite/ld-x86-64/pr19609-5e.d: Likewise.
2738 * testsuite/ld-x86-64/pr19609-6.s: Likewise.
2739 * testsuite/ld-x86-64/pr19609-6a.d: Likewise.
2740 * testsuite/ld-x86-64/pr19609-6b.d: Likewise.
2741 * testsuite/ld-x86-64/pr19609-6c.d: Likewise.
2742 * testsuite/ld-x86-64/pr19609-6d.d: Likewise.
2743 * testsuite/ld-x86-64/pr19609-7.s: Likewise.
2744 * testsuite/ld-x86-64/pr19609-7a.d: Likewise.
2745 * testsuite/ld-x86-64/pr19609-7b.d: Likewise.
2746 * testsuite/ld-x86-64/pr19609-7c.d: Likewise.
2747 * testsuite/ld-x86-64/pr19609-7d.d: Likewise.
2748 * testsuite/ld-i386/i386.exp: Run undefweak tests and tests for
2749 PR ld/19609.
2750 * testsuite/ld-x86-64/x86-64.exp: Run pr13082-3c, pr13082-3d
2751 and tests for PR ld/19609.
2752
11e5f1ec
L
27532016-02-26 H.J. Lu <hongjiu.lu@intel.com>
2754
2755 PR ld/19645
2756 * NEWS: Mention -z common/-z nocommon for ELF targets.
2757 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
2758 -z common and -z nocommon.
2759 * ld.texinfo: Document -z common/-z nocommon.
2760 * lexsup.c (elf_shlib_list_options): Add -z common/-z nocommon.
2761 * testsuite/ld-elf/tls_common.exp: Test --elf-stt-common=no and
2762 --elf-stt-common=yes with assembler.
2763 * testsuite/ld-elfcomm/common-1.s: New file.
2764 * testsuite/ld-elfcomm/common-1a.d: Likewise.
2765 * testsuite/ld-elfcomm/common-1b.d: Likewise.
2766 * testsuite/ld-elfcomm/common-1c.d: Likewise.
2767 * testsuite/ld-elfcomm/common-1d.d: Likewise.
2768 * testsuite/ld-elfcomm/common-1e.d: Likewise.
2769 * testsuite/ld-elfcomm/common-1f.d: Likewise.
2770 * testsuite/ld-elfcomm/common-2.s: Likewise.
2771 * testsuite/ld-elfcomm/common-2a.d: Likewise.
2772 * testsuite/ld-elfcomm/common-2b.d: Likewise.
2773 * testsuite/ld-elfcomm/common-2c.d: Likewise.
2774 * testsuite/ld-elfcomm/common-2d.d: Likewise.
2775 * testsuite/ld-elfcomm/common-2e.d: Likewise.
2776 * testsuite/ld-elfcomm/common-2f.d: Likewise.
2777 * testsuite/ld-elfcomm/common-3a.rd: Likewise.
2778 * testsuite/ld-elfcomm/common-3b.rd: Likewise.
2779 * testsuite/ld-i386/pr19645.d: Likewise.
2780 * testsuite/ld-i386/pr19645.s: Likewise.
2781 * testsuite/ld-x86-64/largecomm-1.s: Likewise.
2782 * testsuite/ld-x86-64/largecomm-1a.d: Likewise.
2783 * testsuite/ld-x86-64/largecomm-1b.d: Likewise.
2784 * testsuite/ld-x86-64/largecomm-1c.d: Likewise.
2785 * testsuite/ld-x86-64/largecomm-1d.d: Likewise.
2786 * testsuite/ld-x86-64/largecomm-1e.d: Likewise.
2787 * testsuite/ld-x86-64/largecomm-1f.d: Likewise.
2788 * testsuite/ld-x86-64/pr19645.d: Likewise.
2789 * testsuite/ld-x86-64/pr19645.s: Likewise.
2790 * testsuite/ld-elfcomm/elfcomm.exp: Test --elf-stt-common=yes
2791 with assembler.
2792 (assembler_generates_commons): Removed.
2793 Run -z common/-z nocommon tests. Run *.d tests.
2794 * testsuite/ld-i386/i386.exp: Run pr19645.
2795 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2796 * testsuite/ld-x86-64/dwarfreloc.exp: Test --elf-stt-common with
2797 assembler. Test STT_COMMON with readelf.
2798
aec6b87e
L
27992016-02-26 H.J. Lu <hongjiu.lu@intel.com>
2800
2801 PR ld/19636
2802 PR ld/19704
2803 PR ld/19719
2804 * Makefile.am (ELF_X86_DEPS): Add dynamic_undefined_weak.sh.
2805 * Makefile.in: Regenerated.
2806 * NEWS: Mention -z nodynamic-undefined-weak.
2807 * ld.texinfo: Document -z nodynamic-undefined-weak.
2808 * ldmain.c (main): Initialize dynamic_undefined_weak to -1.
2809 * emulparams/dynamic_undefined_weak.sh: New file.
2810 * emulparams/elf32_x86_64.sh: Source dynamic_undefined_weak.sh.
2811 * emulparams/elf_i386.sh: Likewise.
2812 * emulparams/elf_i386_be.sh: Likewise.
2813 * emulparams/elf_i386_chaos.sh: Likewise.
2814 * emulparams/elf_i386_ldso.sh: Likewise.
2815 * emulparams/elf_i386_vxworks.sh: Likewise.
2816 * emulparams/elf_iamcu.sh: Likewise.
2817 * emulparams/elf_k1om.sh: Likewise.
2818 * emulparams/elf_l1om.sh: Likewise.
2819 * emulparams/elf_x86_64.sh: Likewise.
2820 * emulparams/extern_protected_data.sh (PARSE_AND_LIST_OPTIONS):
2821 Append.
2822 (PARSE_AND_LIST_ARGS_CASE_Z): Likewise.
2823 * testsuite/ld-elf/pr19719a.c: New file.
2824 * testsuite/ld-elf/pr19719b.c: Likewise.
2825 * testsuite/ld-elf/pr19719c.c: Likewise.
2826 * testsuite/ld-elf/pr19719d.c: Likewise.
2827 * testsuite/ld-i386/pr19636-1.s: Likewise.
2828 * testsuite/ld-i386/pr19636-1a.d: Likewise.
2829 * testsuite/ld-i386/pr19636-1b.d: Likewise.
2830 * testsuite/ld-i386/pr19636-1c.d: Likewise.
2831 * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
2832 * testsuite/ld-i386/pr19636-1d.d: Likewise.
2833 * testsuite/ld-i386/pr19636-1e.d: Likewise.
2834 * testsuite/ld-i386/pr19636-1f.d: Likewise.
2835 * testsuite/ld-i386/pr19636-1g.d: Likewise.
2836 * testsuite/ld-i386/pr19636-1h.d: Likewise.
2837 * testsuite/ld-i386/pr19636-1i.d: Likewise.
2838 * testsuite/ld-i386/pr19636-2.s: Likewise.
2839 * testsuite/ld-i386/pr19636-2a.d: Likewise.
2840 * testsuite/ld-i386/pr19636-2b.d: Likewise.
2841 * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
2842 * testsuite/ld-i386/pr19636-2c.d: Likewise.
2843 * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
2844 * testsuite/ld-i386/pr19636-2d.d: Likewise.
2845 * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
2846 * testsuite/ld-i386/pr19636-2e.d: Likewise.
2847 * testsuite/ld-i386/pr19636-3.s: Likewise.
2848 * testsuite/ld-i386/pr19636-3a.d: Likewise.
2849 * testsuite/ld-i386/pr19636-3b.d: Likewise.
2850 * testsuite/ld-i386/pr19636-3c.d: Likewise.
2851 * testsuite/ld-i386/pr19636-3d.d: Likewise.
2852 * testsuite/ld-i386/pr19636-3e.d: Likewise.
2853 * testsuite/ld-i386/pr19636-3f.d: Likewise.
2854 * testsuite/ld-i386/pr19636-3g.d: Likewise.
2855 * testsuite/ld-i386/pr19636-4.s: Likewise.
2856 * testsuite/ld-i386/pr19636-4a.d: Likewise.
2857 * testsuite/ld-i386/pr19636-4b.d: Likewise.
2858 * testsuite/ld-i386/pr19636-4c.d: Likewise.
2859 * testsuite/ld-i386/pr19636-4d.d: Likewise.
2860 * testsuite/ld-i386/pr19704.out: Likewise.
2861 * testsuite/ld-i386/pr19704a.c: Likewise.
2862 * testsuite/ld-i386/pr19704b.c: Likewise.
2863 * testsuite/ld-x86-64/pr19636-1.s: Likewise.
2864 * testsuite/ld-x86-64/pr19636-1a.d: Likewise.
2865 * testsuite/ld-x86-64/pr19636-1b.d: Likewise.
2866 * testsuite/ld-x86-64/pr19636-1c.d: Likewise.
2867 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
2868 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
2869 * testsuite/ld-x86-64/pr19636-1f.d: Likewise.
2870 * testsuite/ld-x86-64/pr19636-1g.d: Likewise.
2871 * testsuite/ld-x86-64/pr19636-2.s: Likewise.
2872 * testsuite/ld-x86-64/pr19636-2a.d: Likewise.
2873 * testsuite/ld-x86-64/pr19636-2b.d: Likewise.
2874 * testsuite/ld-x86-64/pr19636-2c.d: Likewise.
2875 * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
2876 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
2877 * testsuite/ld-x86-64/pr19636-2e.d: Likewise.
2878 * testsuite/ld-x86-64/pr19636-2f.d: Likewise.
2879 * testsuite/ld-x86-64/pr19636-2g.d: Likewise.
2880 * testsuite/ld-x86-64/pr19636-2h.d: Likewise.
2881 * testsuite/ld-x86-64/pr19636-2i.d: Likewise.
2882 * testsuite/ld-x86-64/pr19636-3.s: Likewise.
2883 * testsuite/ld-x86-64/pr19636-3a.d: Likewise.
2884 * testsuite/ld-x86-64/pr19636-3b.d: Likewise.
2885 * testsuite/ld-x86-64/pr19636-3c.d: Likewise.
2886 * testsuite/ld-x86-64/pr19636-3d.d: Likewise.
2887 * testsuite/ld-x86-64/pr19704.out: Likewise.
2888 * testsuite/ld-x86-64/pr19704a.c: Likewise.
2889 * testsuite/ld-x86-64/pr19704b.c: Likewise.
2890 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): New.
2891 Run mix_pic_and_non_pic.
2892 * testsuite/ld-i386/i386.exp (undefined_weak): New.
2893 Run undefined_weak and PR ld/19636 tests.
2894 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2895 * testsuite/ld-x86-64/pr13082-3b.d: Updated.
2896 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
2897
920e4862
NC
28982016-02-25 Nick Clifton <nickc@redhat.com>
2899
2900 * ld.h (struct ld_config_type): Remove specified_data_size field.
2901
0f550b3d
L
29022016-02-24 H.J. Lu <hongjiu.lu@intel.com>
2903
2904 PR ld/19698
2905 * testsuite/ld-elf/pr19698.d: New file.
2906 * testsuite/ld-elf/pr19698.s: Likewise.
2907 * testsuite/ld-elf/pr19698.t: Likewise.
2908
31866b2c
L
29092016-02-23 H.J. Lu <hongjiu.lu@intel.com>
2910
2911 * Makefile.am (ELF_X86_DEPS): New.
2912 (eelf_i386.c): Replace $(ELF_DEPS) with $(ELF_X86_DEPS).
2913 (eelf_i386_chaos.c): Likewise.
2914 (eelf_i386_fbsd.c): Likewise.
2915 (eelf_i386_ldso.c): Likewise.
2916 (eelf_i386_nacl.c): Likewise.
2917 (eelf_i386_sol2.c): Likewise.
2918 (eelf_iamcu.c): Likewise.
2919 (eelf32_x86_64.c): Likewise.
2920 (eelf32_x86_64_nacl.c): Likewise.
2921 (eelf_l1om.c): Likewise.
2922 (eelf_l1om_fbsd.c): Likewise.
2923 (eelf_k1om.c): Likewise.
2924 (eelf_k1om_fbsd.c): Likewise.
2925 (eelf_x86_64.c): Likewise.
2926 (eelf_x86_64_cloudabi.c): Likewise.
2927 (eelf_x86_64_fbsd.c): Likewise.
2928 (eelf_x86_64_sol2.c): Likewise.
2929 * Makefile.in: Regenerated.
2930
6b3b0ab8
L
29312016-02-23 H.J. Lu <hongjiu.lu@intel.com>
2932
2933 * testsuite/ld-frv/fdpic-pie-6.d: Updated.
2934 * testsuite/ld-mips-elf/pie-n32.d: Likewise.
2935 * testsuite/ld-mips-elf/pie-n64.d: Likewise.
2936 * testsuite/ld-mips-elf/pie-o32.d: Likewise.
2937
de818c22
L
29382016-02-20 H.J. Lu <hongjiu.lu@intel.com>
2939
2940 * testsuite/ld-elf/pr19539.d: Skip cris*-*-* targets.
2941
c304e18e
L
29422016-02-18 H.J. Lu <hongjiu.lu@intel.com>
2943
2944 * testsuite/ld-elf/pr19617a.d: Enable only for *-*-linux*,
2945 *-*-gnu* and *-*-solaris*.
2946 * testsuite/ld-elf/pr19617b.d: Likewise.
2947 * testsuite/ld-elf/pr19617c.d: Likewise.
2948
bf89386a
L
29492016-02-18 H.J. Lu <hongjiu.lu@intel.com>
2950
2951 PR ld/19617
2952 * testsuite/ld-elf/pr19617.s: New file.
2953 * testsuite/ld-elf/pr19617a.d: Likewise.
2954 * testsuite/ld-elf/pr19617b.d: Likewise.
2955 * testsuite/ld-elf/pr19617c.d: Likewise.
2956
06ea285d
NC
29572016-02-18 Nick Clifton <nickc@redhat.com>
2958
2959 * Makefile.am (CXX_FOR_TARGET): Check for the presence of an
2960 in-tree xg++ executable after checking for the presence of an
2961 in-tree g++ executable.
2962 * Makefile.in: Regenerate.
2963
b27ab9ad
L
29642016-02-17 H.J. Lu <hongjiu.lu@intel.com>
2965
2966 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
2967 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2968 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2969
8f79b794
L
29702016-02-17 H.J. Lu <hongjiu.lu@intel.com>
2971
2972 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
2973 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2974 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
2975 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
2976 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2977 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
2978 * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise.
2979 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
2980 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
2981 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
2982 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
2983 * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
2984 * testsuite/ld-x86-64/load1c.d: Likewise.
2985 * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
2986 * testsuite/ld-x86-64/load1d.d: Likewise.
2987 * testsuite/ld-x86-64/pr14207.d: Likewise.
2988 * testsuite/ld-x86-64/pr19162.d: Likewise.
2989 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
2990 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
2991 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
2992 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
2993 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
2994 * testsuite/ld-x86-64/tlspic.rd: Likewise.
2995
b3e3e0b7
NC
29962016-02-17 Nick Clifton <nickc@redhat.com>
2997
2998 * testsuite/ld-elf/eh-frame-hdr.d: Skip for ARC ELF targets.
2999
9fb71ee4
NC
30002016-02-15 Nick Clifton <nickc@redhat.com>
3001
3002 * testsuite/ld-i386/pr12718.d: Remove dependency upon the
3003 description of the flags produced by readelf.
3004 * testsuite/ld-i386/pr12921.d: Likewise.
3005 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
3006 * testsuite/ld-i386/tlsbin.rd: Likewise.
3007 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
3008 * testsuite/ld-i386/tlsbindesc.rd: Likewise.
3009 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
3010 * testsuite/ld-i386/tlsdesc.rd: Likewise.
3011 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
3012 * testsuite/ld-i386/tlsgdesc.rd: Likewise.
3013 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
3014 * testsuite/ld-i386/tlsnopic.rd: Likewise.
3015 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
3016 * testsuite/ld-i386/tlspic.rd: Likewise.
3017 * testsuite/ld-s390/tlsbin.rd: Likewise.
3018 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
3019 * testsuite/ld-s390/tlspic.rd: Likewise.
3020 * testsuite/ld-s390/tlspic_64.rd: Likewise.
3021 * testsuite/ld-sh/tlsbin-2.d: Likewise.
3022 * testsuite/ld-sh/tlspic-2.d: Likewise.
3023 * testsuite/ld-tic6x/common.d: Likewise.
3024 * testsuite/ld-tic6x/shlib-1.rd: Likewise.
3025 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
3026 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
3027 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
3028 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
3029 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
3030 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
3031 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
3032 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
3033 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
3034 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
3035 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
3036 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
3037 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
3038 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
3039 * testsuite/ld-x86-64/pr12718.d: Likewise.
3040 * testsuite/ld-x86-64/pr12921.d: Likewise.
3041 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
3042 * testsuite/ld-x86-64/split-by-file.rd: Likewise.
3043 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
3044 * testsuite/ld-x86-64/tlsbin.rd: Likewise.
3045 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
3046 * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
3047 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
3048 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
3049 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
3050 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
3051 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
3052 * testsuite/ld-x86-64/tlspic.rd: Likewise.
3053 * testsuite/ld-xtensa/tlsbin.rd: Likewise.
3054 * testsuite/ld-xtensa/tlspic.rd: Likewise.
3055
21a90cf1
L
30562016-02-11 H.J. Lu <hongjiu.lu@intel.com>
3057
3058 PR ld/19615
3059 * ld.texinfo: Document -Bsymbolic and -Bsymbolic-functions for
3060 PIE.
3061 * lexsup.c (parse_args): Enable -Bsymbolic and
3062 -Bsymbolic-functions for PIE.
ee5db48b 3063 * testsuite/ld-i386/i386.exp: Run pr19615.
21a90cf1
L
3064 * testsuite/ld-i386/pr19615.d: New file.
3065 * testsuite/ld-i386/pr19615.s: Likewise.
3066 * testsuite/ld-x86-64/pr19615.d: Likewise.
3067 * testsuite/ld-x86-64/pr19615.s: Likewise.
3068
027e9c75
NC
30692016-02-09 Nick Clifton <nickc@redhat.com>
3070
3071 * testsuite/ld-aarch64/reloc-overflow-bad.d: New test.
3072 * testsuite/ld-aarch64/reloc-overflow-1.s: New source file.
3073 * testsuite/ld-aarch64/reloc-overflow-2.s: New source file.
3074 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
3075
39306124
NC
30762016-02-04 Nick Clifton <nickc@redhat.com>
3077
3078 * testsuite/ld-arm/arm-elf.exp: Remove ARM NOREAD section tests.
3079 * testsuite/ld-arm/thumb1-input-section-flag-match.d: Delete.
3080 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Delete.
3081 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.d: Delete.
3082 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s: Delete.
3083 * testsuite/ld-arm/thumb1-noread-present-one-section.d: Delete.
3084 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Delete.
3085 * testsuite/ld-arm/thumb1-noread-present-two-section.d: Delete.
3086 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Delete.
3087
0cb4071e
L
30882016-02-03 H.J. Lu <hongjiu.lu@intel.com>
3089
3090 PR gas/19520
3091 * testsuite/ld-i386/branch1.d: Pass -mrelax-relocations=yes to as.
3092 * testsuite/ld-i386/call1.d: Likewise.
3093 * testsuite/ld-i386/call2.d: Likewise.
3094 * testsuite/ld-i386/call3a.d: Likewise.
3095 * testsuite/ld-i386/call3b.d: Likewise.
3096 * testsuite/ld-i386/call3c.d: Likewise.
3097 * testsuite/ld-i386/call3d.d: Likewise.
3098 * testsuite/ld-i386/call3e.d: Likewise.
3099 * testsuite/ld-i386/call3f.d: Likewise.
3100 * testsuite/ld-i386/call3g.d: Likewise.
3101 * testsuite/ld-i386/call3h.d: Likewise.
3102 * testsuite/ld-i386/jmp1.d: Likewise.
3103 * testsuite/ld-i386/jmp2.d: Likewise.
3104 * testsuite/ld-i386/lea1c.d: Likewise.
3105 * testsuite/ld-i386/load1.d: Likewise.
3106 * testsuite/ld-i386/load2.d: Likewise.
3107 * testsuite/ld-i386/load3.d: Likewise.
3108 * testsuite/ld-i386/load4a.d: Likewise.
3109 * testsuite/ld-i386/load5a.d: Likewise.
3110 * testsuite/ld-i386/mov2b.d: Likewise.
3111 * testsuite/ld-i386/mov3.d: Likewise.
3112 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
3113 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
3114 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
3115 * testsuite/ld-x86-64/call1a.d: Likewise.
3116 * testsuite/ld-x86-64/call1b.d: Likewise.
3117 * testsuite/ld-x86-64/call1c.d: Likewise.
3118 * testsuite/ld-x86-64/call1d.d: Likewise.
3119 * testsuite/ld-x86-64/call1e.d: Likewise.
3120 * testsuite/ld-x86-64/call1f.d: Likewise.
3121 * testsuite/ld-x86-64/call1h.d: Likewise.
3122 * testsuite/ld-x86-64/call1i.d: Likewise.
3123 * testsuite/ld-x86-64/load1a.d: Likewise.
3124 * testsuite/ld-x86-64/load1b.d: Likewise.
3125 * testsuite/ld-i386/got1a.S: Load GOT into %ecx and use it.
3126 * testsuite/ld-i386/got1.dd: Updated.
3127 * testsuite/ld-i386/got1d.S (1): Removed.
3128 * testsuite/ld-i386/i386.exp: Add -Wa,-mrelax-relocations=yes.
3129 * testsuite/ld-x86-64/x86-64.exp: Likewise.
3130
6ba2af25
L
31312016-02-02 H.J. Lu <hongjiu.lu@intel.com>
3132
3133 PR ld/18591
3134 * testsuite/ld-x86-64/pr18591.d: New file.
3135 * testsuite/ld-x86-64/pr18591.s: Likewise.
3136 * testsuite/ld-x86-64/x86-64.exp: Run pr18591.
3137
aef28989
L
31382016-02-01 H.J. Lu <hongjiu.lu@intel.com>
3139
3140 PR ld/19553
3141 * testsuite/ld-elf/indirect.exp: Run tests for PR ld/19553.
3142 * testsuite/ld-elf/pr19553.map: New file.
3143 * testsuite/ld-elf/pr19553.map: Likewise.
3144 * testsuite/ld-elf/pr19553a.c: Likewise.
3145 * testsuite/ld-elf/pr19553b.c: Likewise.
3146 * testsuite/ld-elf/pr19553b.out: Likewise.
3147 * testsuite/ld-elf/pr19553c.c: Likewise.
3148 * testsuite/ld-elf/pr19553c.out: Likewise.
3149 * testsuite/ld-elf/pr19553d.c: Likewise.
3150 * testsuite/ld-elf/pr19553d.out: Likewise.
3151
d9e3b590
L
31522016-01-30 H.J. Lu <hongjiu.lu@intel.com>
3153
3154 PR ld/19539
3155 * testsuite/ld-elf/pr19539.d: New file.
3156 * testsuite/ld-elf/pr19539.s: Likewise.
3157 * testsuite/ld-elf/pr19539.t: Likewise.
3158
621ff761
L
31592016-01-29 H.J. Lu <hongjiu.lu@intel.com>
3160
3161 PR ld/19533
3162 * configure.ac (compressed_debug_sections): Replace == with =.
3163 * configure: Regenerated.
3164
7585b2b8
DC
31652016-01-22 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
3166
3167 * scripttempl/avr.sc (.noinit): Force .noinit VMA to end of .bss VMA.
3168 * scripttempl/avrtiny.sc (.noinit): Likewise.
3169
aebf9be7
NC
31702016-01-21 Nick Clifton <nickc@redhat.com>
3171
dfc43940
NC
3172 PR ld/19453
3173 * testsuite/ld-arm/arm-elf.exp: Skip tests that do not work for
3174 the arm-netbsdelf target.
3175
aebf9be7
NC
3176 PR ld/19455
3177 * testsuite/ld-arm/vxworks1-lib.dd: Update for current
3178 disassmebler output.
3179 * testsuite/ld-arm/vxworks1-lib.rd: Likewise.
3180 * testsuite/ld-arm/vxworks1.dd: Likewise.
3181 * testsuite/ld-arm/vxworks1.rd: Likewise.
3182 * testsuite/ld-arm/vxworks1.ld: Set the output format.
3183
2f340668
JW
31842016-01-20 Jiong Wang <jiong.wang@arm.com>
3185
3186 * testsuite/ld-aarch64/farcall-section.d: Delete.
3187 * testsuite/ld-aarch64/farcall-section.s: Delete.
3188 * testsuite/ld-aarch64/farcall-b-section.d: New expectation file.
3189 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
3190 * testsuite/ld-aarch64/farcall-b-section.s: New testcase.
3191 * testsuite/ld-aarch64/farcall-bl-section.s: Likewise.
3192 * testsuite/ld-aarch64/aarch64-elf.exp: Likewise.
3193
fdbd3e95
NC
31942016-01-20 Nick Clifton <nickc@redhat.com>
3195
3196 PR 19457
3197 * testsuite/ld-scripts/script.exp (extract_symbol_test): Stop test
3198 early for PE based targets.
3199 * testsuite/ld-scripts/align.t: Use 0x1000 as VMA alignment.
3200 * testsuite/ld-pe/tlssec32.d: Allow for relocatable output.
3201
91f68a68
MG
32022016-01-20 Mickael Guene <mickael.guene@st.com>
3203
3204 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s:
3205 Add 'y' attribute usage.
3206 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Likewise.
3207 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Likewise.
3208 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Likewise.
3209
a4af960a
NC
32102016-01-19 Nick Clifton <nickc@redhat.com>
3211
3212 * testsuite/ld-elf/pr18735.d: Allow for extra symbols between
3213 foo@FOO and bar@@FOO.
3214
3d961d0d
AM
32152016-01-18 Alan Modra <amodra@gmail.com>
3216
3217 * configure: Regenerate.
3218
760f6ee8
NC
32192016-01-18 Nick Clifton <nickc@redhat.com>
3220
3221 * testsuite/ld-plugin/plugin.exp: Skip plugin tests if the linker
3222 is not configured to support plugins.
3223
24f03d4e
NC
3224 * testsuite/ld-scripts/rgn-at11.s: New file - based on rgn-at10.s
3225 but with 16 byte section alignment.
3226 * testsuite/ld-scripts/rgn-at11.d: Use new source file. Reenable
3227 test for MIPS targets.
3228
5c14705f
AM
32292016-01-17 Alan Modra <amodra@gmail.com>
3230
3231 * configure: Regenerate.
3232
b3066ae8
AM
32332016-01-17 Alan Modra <amodra@gmail.com>
3234
3235 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Exclude xgate.
3236 * testsuite/ld-elf/endsym.d: xfail m68hc11/12 and xgate.
3237 * testsuite/ld-elf/pr14156a.d: Likewise.
3238 * testsuite/ld-elf/pr14926.d: Don't run for m68hc11/12 and xgate.
3239 * testsuite/ld-elf/sec64k.exp: Likewise.
3240
4c4ac964
TP
32412016-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
3242
3243 * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
3244 Set address of .foo section when linking.
3245 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
3246 in .foo section.
3247 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
3248 output to the above changes.
3249
1bce3adf
NC
32502016-01-13 Nick Clifton <nickc@redhat.com>
3251
84054199
NC
3252 * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
3253 for MIPS targets.
3254
13ce3603
NC
3255 * testsuite/ld-scripts/script.exp (extract_symbol_test): Expect to
3256 fail for MIPS targets.
3257
1bce3adf
NC
3258 * testsuite/ld-scripts/rgn-at11.d: Expect this test to fail for
3259 MIPS targets.
3260
ac06903d
YU
32612016-01-12 Yury Usishchev <y.usishchev@samsung.com>
3262
3263 * testsuite/ld-arm/arm-elf.exp: New test.
3264 * testsuite/ld-arm/unwind-mix.d: New file.
3265 * testsuite/ld-arm/unwind-mix1.s: New file.
3266 * testsuite/ld-arm/unwind-mix2.s: New file.
3267
109575d7
JW
32682016-01-08 Jiong Wang <jiong.wang@arm.com>
3269
3270 PR ld/19368
3271 * testsuite/ld-arm/ifunc-3.rd: Update expected result.
3272 * testsuite/ld-arm/ifunc-4.rd: Likewise.
3273 * testsuite/ld-arm/ifunc-9.rd: Likewise.
3274 * testsuite/ld-arm/ifunc-10.rd: Likewise.
3275 * testsuite/ld-arm/ifunc-12.rd: Likewise.
3276 * testsuite/ld-arm/ifunc-13.rd: Likewise.
3277
296ebfbb
NC
32782016-01-05 Nick Clifton <nickc@redhat.com>
3279
3280 * emulparams/msp430elf.sh (RAM_START): Move to 0x500 - above the
3281 MSP430 hardware multiply address range.
3282 * scripttempl/elf32msp430.sc (__romdatastart): Define.
3283 (__romdatacopysize): Define.
3284 * scripttempl/elf32msp430_3.sc: Likewise.
3285
2f2da8fd
MR
32862016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3287
3288 * emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
3289 OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
3290
d537eeb5
MR
32912016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3292
3293 * testsuite/ld-mips-elf/attr-gnu-4-14.d: Update the order of
3294 messages expected according to MIPS BFD private data merge
3295 changes.
3296 * testsuite/ld-mips-elf/attr-gnu-4-24.d: Likewise.
3297 * testsuite/ld-mips-elf/attr-gnu-4-34.d: Likewise.
3298 * testsuite/ld-mips-elf/attr-gnu-4-41.d: Likewise.
3299 * testsuite/ld-mips-elf/attr-gnu-4-42.d: Likewise.
3300 * testsuite/ld-mips-elf/attr-gnu-4-43.d: Likewise.
3301 * testsuite/ld-mips-elf/attr-gnu-4-45.d: Likewise.
3302 * testsuite/ld-mips-elf/attr-gnu-4-46.d: Likewise.
3303 * testsuite/ld-mips-elf/attr-gnu-4-47.d: Likewise.
3304 * testsuite/ld-mips-elf/attr-gnu-4-48.d: Likewise.
3305 * testsuite/ld-mips-elf/attr-gnu-4-49.d: Likewise.
3306 * testsuite/ld-mips-elf/attr-gnu-4-54.d: Likewise.
3307 * testsuite/ld-mips-elf/attr-gnu-4-64.d: Likewise.
3308 * testsuite/ld-mips-elf/attr-gnu-4-74.d: Likewise.
3309
6f2750fe
AM
33102016-01-01 Alan Modra <amodra@gmail.com>
3311
3312 Update year range in copyright notice of all files.
3313
3499769a
AM
3314For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
3315\f
3316Copyright (C) 2016 Free Software Foundation, Inc.
3317
3318Copying and distribution of this file, with or without modification,
3319are permitted in any medium without royalty provided the copyright
3320notice and this notice are preserved.
3321
3322Local Variables:
3323mode: change-log
3324left-margin: 8
3325fill-column: 74
3326version-control: never
3327End:
This page took 0.228769 seconds and 4 git commands to generate.