Replace Xmmword with Qword on cvttps2pi
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
639453f5
TG
12013-07-08 Tristan Gingold <gingold@adacore.com>
2
3 * scripttempl/ia64vms.sc: Add support of per data and per function
4 sections.
5
1c865ab2
AM
62013-07-01 Alan Modra <amodra@gmail.com>
7
8 * emultempl/ppc64elf.em: (ppc_layout_sections_again): Call
9 ppc64_elf_set_toc rather than ppc64_elf_toc/_bfd_set_gp_value.
10 (gld${EMULATION_NAME}_after_allocation): Likewise.
11
0609b767
YZ
122013-06-26 Yufeng Zhang <yufeng.zhang@arm.com>
13
14 * emulparams/aarch64elf32.sh: New file.
15
70f0bc67
YZ
162013-06-26 Yufeng Zhang <yufeng.zhang@arm.com>
17
18 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eaarch64elf32b.c.
19 (eaarch64elf32b.c): New dependency and rule.
20 * Makefile.in: Re-generated.
21 * configure.tgt (aarch64-*-elf): Add aarch64elf32b.
22 (aarch64_be-*-elf, aarch64_be-*-linux*, aarch64-*-linux*): Likewise.
23 * emulparams/aarch64elf32b.sh: New file.
24
cec5225b
YZ
252013-06-26 Yufeng Zhang <yufeng.zhang@arm.com>
26
27 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eaarch64elf32.c.
28 (eaarch64elf32.c): New dependency and rule.
29 * Makefile.in: Re-generated.
30 * configure.tgt (aarch64-*-elf): Add aarch64elf32.
31 (aarch64_be-*-elf, aarch64_be-*-linux*, aarch64-*-linux*): Likewise.
32 * emulparams/aarch64elf32.sh: New file.
33
833794fc
MR
342013-06-25 Maciej W. Rozycki <macro@codesourcery.com>
35
36 * emultempl/mipself.em (insn32): New variable.
37 (mips_create_output_section_statements): Handle insn32 mode.
38 (PARSE_AND_LIST_PROLOGUE): New macro.
39 (PARSE_AND_LIST_LONGOPTS): Likewise.
40 (PARSE_AND_LIST_OPTIONS): Likewise.
41
42 * gen-doc.texi: Set MIPS.
43 * ld.texinfo: Likewise.
44 (Options specific to MIPS targets): New section.
45 (ld and MIPS family): New node.
46 (Top, Machine Dependent): List the new node.
47
1bbce132
MR
482013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
49
50 * emulparams/elf32btsmip.sh: Arrange for .got.plt to be placed
51 as close to .plt as possible.
52 * scripttempl/elf.sc: Handle $INITIAL_READWRITE_SECTIONS and
53 $PLT_NEXT_DATA variables.
54
42429eac
RS
552013-06-23 Richard Sandiford <rdsandiford@googlemail.com>
56
57 * Makefile.am (ALL_EMULATION_SOURCES): Move MIPS ELF emulations to...
58 (ALL_64_EMULATION_SOURCES): ...here.
59 * Makefile.in: Regenerate.
60
e8044f35
RS
612013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
62
63 * NEWS: Document the removal of MIPS ECOFF targets.
64 * ld.texinfo (--gpsize=@var{value}): Use MIPS ELF rather than
65 MIPS ECOFF as an example of a target that supports small data.
66 * ldmain.c (g_switch_value): Likewise.
67 * configure.tgt (mips*-*-pe, mips*-dec-ultrix*, mips*-dec-osf*)
68 (mips*-sgi-irix* [v4 and earlier], mips*el-*-ecoff*, mips*-*-ecoff*)
69 (mips*-*-bsd*, mips*-*-lnews*): Remove cases.
70 * Makefile.am (ALL_EMULATION_SOURCES): Remove emipsbig.c, emipsbsd.c,
71 emipsidt.c, emipsidtl.c, emipslit.c, emipslnews.c and emipspe.c.
72 (emipsbig.c, emipsbsd.c, emipsidt.c, emipsidtl.c, emipslit.c)
73 (emipslnews.c, emipspe.c): Delete rules.
74 * Makefile.in: Regenerate.
75 * emulparams/mipsbig.sh, emulparams/mipsbsd.sh, emulparams/mipsidt.sh,
76 emulparams/mipsidtl.sh, emulparams/mipslit.sh, emulparams/mipslnews.sh,
77 emulparams/mipspe.sh, emultempl/mipsecoff.em: Delete.
78 * emultempl/m68kcoff.em: Update comment to say that MIPS ECOFF support
79 has now been removed.
80 * emultempl/pe.em: Remove TARGET_IS_mipspe checks.
81
8847944f
WN
822013-06-19 Will Newton <will.newton@linaro.org>
83
84 * emulparams/aarch64elf.sh: Remove IREL_IN_PLT.
85
aa489d7c
YZ
862013-06-14 Yufeng Zhang <yufeng.zhang@arm.com>
87
88 * emulparams/aarch64elf.sh: Add IREL_IN_PLT.
89
316b4980
NC
902013-06-12 Nick Clifton <nickc@redhat.com>
91
92 * ldcref.c (output_one_cref): Place common definitions after
93 ordinary definitions but before references.
94
10bf6894
NC
952013-06-10 Dilyan Palauzov <dilyan.palauzov@aegee.org>
96
97 PR ld/15598
98 * ld.texinfo (Source Code Reference): Fix typos.
99
692e2b8b
WN
1002013-06-07 Will Newton <will.newton@linaro.org>
101
102 * emulparams/aarch64elf.sh: Add IREL_IN_PLT.
103
c5da8c7d
NC
1042013-06-07 Nick Clifton <nickc@redhat.com>
105
106 * ld.texinfo (SEGMENT_START): Rephrase to indicate that a -T
107 option must appear before the SEGMENT_START is encountered in
108 order for the default value to be overridden.
109
cde7cb01
MR
1102013-05-03 Alan Modra <amodra@gmail.com>
111
112 PR ld/15365
113 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
114 Restrict __ehdr_start's export class to no less than STV_HIDDEN.
115
a5382c42
MR
1162013-05-03 Alan Modra <amodra@gmail.com>
117
118 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
119 Only call lang_for_each_statement if an ELF hash table is used.
120
13761a11
NC
1212013-05-02 Nick Clifton <nickc@redhat.com>
122
123 * Makefile.am: Add emsp430X.c
124 * Makefine.in: Regenerate.
125 * configure.tgt (msp430): Add msp430X emulation.
126 * ldmain.c (multiple_definition): Only disable relaxation if it
127 was enabled by the user.
128 * ldmain.h (RELAXATION_ENABLED_BY_USER): New macro.
129 * emulparams/msp430all.sh: Add support for MSP430X.
130 * emultempl/generic.em: (before_parse): Enable relaxation for the
131 MSP430.
132 * scripttempl/msp430.sc: Reorganize sections. Add .rodata
133 section.
134 * scripttempl/msp430_3.sc: Likewise.
135 * NEWS: Mention support for MSP430X.
136
df26367c
MR
1372013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
138
139 * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
140 alpha*-*-linux*ecoff*. Update the `sed' pattern used to convert
141 from alpha*-*-linux-* to alpha*-*-linux*ecoff*.
142
b4d040b1
MR
1432013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
144
145 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
146 Use is_elf_hash_table rather than a handcoded condition.
147
1ae5c3ae
NC
1482013-04-30 Nick Clifton <nickc@redhat.com>
149
150 * ld.texinfo (SORT_BY_ALIGNMENT): Fix and clarify typo - sections
151 are sorted by descending order of alignment.
152
b40bf0a2
NC
1532013-04-29 Nick Clifton <nickc@redhat.com>
154
155 * scripttempl/DWARF.sc: Add support for .debug_line.* and
156 .debug_line_end.
157
27320b85
NC
1582013-04-29 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
159
160 * emultempl/pe.em [cygwin]: Do not merge rdata with v2
161 psuedo-relocs.
162
d061dfac
TS
1632013-04-28 Thomas Schwinge <thomas@codesourcery.com>
164
165 * scripttempl/armbpabi.sc: Replace "source" usage with ".".
166 * scripttempl/avr.sc: Likewise.
167 * scripttempl/elf.sc: Likewise.
168 * scripttempl/elf32cr16.sc: Likewise.
169 * scripttempl/elf32crx.sc: Likewise.
170 * scripttempl/elf32msp430.sc: Likewise.
171 * scripttempl/elf32msp430_3.sc: Likewise.
172 * scripttempl/elf32sh-symbian.sc: Likewise.
173 * scripttempl/elf64hppa.sc: Likewise.
174 * scripttempl/elf_chaos.sc: Likewise.
175 * scripttempl/elfd10v.sc: Likewise.
176 * scripttempl/elfd30v.sc: Likewise.
177 * scripttempl/elfi370.sc: Likewise.
178 * scripttempl/elfm68hc11.sc: Likewise.
179 * scripttempl/elfm68hc12.sc: Likewise.
180 * scripttempl/elfxgate.sc: Likewise.
181 * scripttempl/elfxtensa.sc: Likewise.
182 * scripttempl/epiphany_4x4.sc: Likewise.
183 * scripttempl/i386beos.sc: Likewise.
184 * scripttempl/i386go32.sc: Likewise.
185 * scripttempl/ia64vms.sc: Likewise.
186 * scripttempl/ip2k.sc: Likewise.
187 * scripttempl/iq2000.sc: Likewise.
188 * scripttempl/mep.sc: Likewise.
189 * scripttempl/mmo.sc: Likewise.
190 * scripttempl/v850.sc: Likewise.
191 * scripttempl/v850_rh850.sc: Likewise.
192 * scripttempl/xstormy16.sc: Likewise.
193
778ee4a6
NC
1942013-04-26 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
195
196 * scripttempl/avr.sc: Add ALIGN directive after *(.progmem*).
197
4706eab9
AM
1982013-04-26 Alan Modra <amodra@gmail.com>
199
200 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Test
201 unresolved_syms_in_shared_libs rather than !executable to
202 determine whether to load DT_NEEDED libraries.
203
49926cd0
AM
2042013-04-25 Alan Modra <amodra@gmail.com>
205
206 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32lppclinux.c.
207 (eelf32lppclinux.c): New rule.
208 * Makefile.in: Regenerate.
209 * configure.tgt: Merge powerpc-linux and other powerpc-elf targets
210 with corresponding little-endian targets.
211 * emulparams/elf32lppc.sh: Update comment.
212 * emulparams/elf32lppclinux.sh: New.
213
05567e3d
L
2142013-04-24 H.J. Lu <hongjiu.lu@intel.com>
215
216 * configure.tgt (targ_extra_emuls): Adds elf32_x86_64 for
217 x86_64-*-elf*.
218 (targ_extra_libpath): Likewise.
219 (tdir_elf_i386): Replace x86_64 with i386 for x86_64-*-elf*.
220
4390599b
YZ
2212013-04-24 Yufeng Zhang <yufeng.zhang@arm.com>
222
223 * emulparams/aarch64elf.sh: Define ELFSIZE=64.
224 * emulparams/aarch64linux.sh: Ditto.
225 * emultempl/aarch64elf.em (aarch64_elf_before_allocation):
226 Replace elf64 with elf${ELFSIZE}.
227 (elf64_aarch64_add_stub_section): Likewise.
228 (build_section_lists): Likewise.
229 (gld${EMULATION_NAME}_after_allocation): Likewise.
230 (gld${EMULATION_NAME}_finish): Likewise.
231 (aarch64_elf_create_output_section_statements): Likewise.
232
2cfa18a9
NC
2332013-04-24 Nick Clifton <nickc@redhat.com>
234
235 PR ld/15389
236 * scripttempl/avr.sc: Add .note.gnu.build-id section.
237
bfeb4a28
AM
2382013-04-22 Alan Modra <amodra@gmail.com>
239
240 * emultempl/ppc64elf.em (ppc_create_output_section_statements):
241 Check return from ppc64_elf_init_stub_bfd.
242
ceb0a680
NC
2432013-04-15 Nick Clifton <nickc@redhat.com>
244
cb1238c0
NC
245 * Makefile.am (ELF_DEPS): Add a dependency upon
246 scripttempl/DWARF.sc.
247 (ELF_GEN_DEPS): Likewise.
ec05a26b 248 (emmo.c): Likewise.
cb1238c0
NC
249 * Makefile.in: Regenerate.
250
ceb0a680
NC
251 * scripttempl/armbpabi.sc: Replace DWARF sections with an
252 inclusion of DWARF.sc.
253 * scripttempl/avr.sc: Likewise.
254 * scripttempl/elf.sc: Likewise.
255 * scripttempl/elf32cr16.sc: Likewise.
256 * scripttempl/elf32crx.sc: Likewise.
257 * scripttempl/elf32msp430.sc: Likewise.
258 * scripttempl/elf32msp430_3.sc: Likewise.
259 * scripttempl/elf32sh-symbian.sc: Likewise.
260 * scripttempl/elf64hppa.sc: Likewise.
261 * scripttempl/elf_chaos.sc: Likewise.
262 * scripttempl/elfd10v.sc: Likewise.
263 * scripttempl/elfd30v.sc: Likewise.
264 * scripttempl/elfi370.sc: Likewise.
265 * scripttempl/elfm68hc11.sc: Likewise.
266 * scripttempl/elfm68hc12.sc: Likewise.
267 * scripttempl/elfxgate.sc: Likewise.
268 * scripttempl/elfxtensa.sc: Likewise.
269 * scripttempl/epiphany_4x4.sc: Likewise.
270 * scripttempl/i386beos.sc: Likewise.
271 * scripttempl/i386go32.sc: Likewise.
272 * scripttempl/ia64vms.sc: Likewise.
273 * scripttempl/ip2k.sc: Likewise.
274 * scripttempl/iq2000.sc: Likewise.
275 * scripttempl/mep.sc: Likewise.
276 * scripttempl/mmo.sc: Likewise.
277 * scripttempl/v850.sc: Likewise.
278 * scripttempl/v850_rh850.sc: Likewise.
279 * scripttempl/xstormy16.sc: Likewise.
280 * scripttempl/DWARF.sc: New.
281
8ff4c1f3
AM
2822013-04-04 Alan Modra <amodra@gmail.com>
283
284 * ldlang.c (load_symbols): Report "error adding symbols" on
285 bfd_link_add_symbols failure.
286 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Likewise.
287 * emultempl/sunos.em (gld${EMULATION_NAME}_after_open): Likewise.
288 (gld${EMULATION_NAME}_try_needed): Likewise.
289
861319c9
NC
2902013-03-27 Georg-Johann Lay <gjl@gcc.gnu.org>
291
292 PR ld/13812
293 * scripttempl/avr.sc: Place trampolines before .progmem section.
294
676ee43b
KT
2952013-03-25 Kai Tietz <ktietz@redhat.com>
296
297 * ld.texinfo (--disable-runtime-pseudo-reloc): Adjust default.
298
81f5558e
NC
2992013-03-21 Michael Schewe <michael.schewe@gmx.net>
300
301 * ld.texinfo (H8/300): Add description of relaxation of
302 mov @(disp:32,ERx) to mov @(disp:16,ERx).
303
31fd86f1
KT
3042013-03-21 Kai Tietz <ktietz@redhat.com>
305
306 * pe-dll.c (process_def_file_and_drectve): Don't handle VC
307 generated C++-symbols as stdcall/fastcall.
308
ffa9430d
AM
3092013-03-18 Alan Modra <amodra@gmail.com>
310
311 * ld.texinfo (--as-needed): Update.
312
6f2ef5f5
JJ
3132013-03-14 Jakub Jelinek <jakub@redhat.com>
314
315 * emulparams/aarch64linux.sh (LIBPATH_SUFFIX): Set to 64 for
316 aarch64linux* emulations.
317
3ab6909a
AM
3182013-03-07 Alan Modra <amodra@gmail.com>
319
320 * ldfile.c (ldfile_open_command_file_1): Return after einfo
321 to avoid warning.
322
a07ee50e
CV
3232013-03-05 Corinna Vinschen <vinschen@redhat.com>
324
325 * configure.host: Add x86_64-*-cygwin* as valid host.
326 * configure.tgt: Add x86_64-*-cygwin* as valid target.
327 * emultempl/pep.em: Handle different requirements for Cygwin in terms
328 of start addresses for executables and DLLs, based on memory model in
329 http://cygwin.com/ml/cygwin-developers/2013-02/msg00027.html
330
13762d2e
AM
3312013-03-05 Alan Modra <amodra@gmail.com>
332
333 PR ld/15222
334 * ldlang.c (lang_size_sections_1): When given an lma_region align
335 LMA as per VMA only if lma_region is the same as region.
336
727f7031
NC
3372013-02-27 Nick Clifton <nickc@redhat.com>
338
339 * scripttempl/elf32msp430.sc: Add placement of .data.* sections.
340 Add alignment of .bss section.
341 * scripttempl/elf32msp430_3.sc: Likewise.
342
56dd11f0
NC
3432013-02-26 Nick Clifton <nickc@redhat.com>
344
345 PR ld/15188
346 * ld.texinfo: Fix typos.
347
7c00cf68
AM
3482013-02-21 Alan Modra <amodra@gmail.com>
349
350 * scripttempl/elf.sc (.init_array, .fini_array): Don't sort all
351 .init_array/.fini_array input sections before .ctors/.dtors input
352 sections.
353 (CTORS_IN_INIT_ARRAY, DTORS_IN_INIT_ARRAY): Adjust to suit.
354
c0355132
AM
3552013-02-21 Alan Modra <amodra@gmail.com>
356
357 * emultempl/elf32.em (write_build_id, setup_build_id): Adjust
358 for elf_tdata changes.
359
12bd6957
AM
3602013-02-21 Alan Modra <amodra@gmail.com>
361
362 * emultempl/elf-generic.em: Use newly defined elf_obj_tdata
363 accessor macros.
364
a582ed93
AM
3652013-02-20 Alan Modra <amodra@gmail.com>
366
367 * Makefile.am: Use $(ELF_DEPS) on a number of eelf*.c rules.
368 * Makefile.in: Regenerate.
369
46fed7f7
SL
3702013-02-19 Sandra Loosemore <sandra@codesourcery.com>
371
372 PR ld/15146
373 * plugin.c (plugin_notice): Add null check before dereferencing
374 pointer.
375
30e8ee25
AM
3762013-02-19 Alan Modra <amodra@gmail.com>
377
378 * emultempl/elf32.em (emit_note_gnu_build_id): New static var.
379 Replace all info->emit_note_gnu_build_id refs.
380 (id_note_section_size): Rename from
381 gld${EMULATION_NAME}_id_note_section_size.
382 (struct build_id_info): Delete.
383 (write_build_id): Rename from
384 gld${EMULATION_NAME}_write_build_id_section.
385 Update elf_tdata usage. Style, formatting.
386 (setup_build_id): New function.
387 (gld${EMULATION_NAME}_after_open): Use setup_build_id.
388
3d5bef4c
L
3892013-02-16 H.J. Lu <hongjiu.lu@intel.com>
390
391 PR ld/15146
392 * plugin.c (plugin_notice): Replace the undefined dummy bfd with
393 the real one.
394
4a2b04a7
L
3952013-02-16 H.J. Lu <hongjiu.lu@intel.com>
396
397 PR ld/15141
398 * plugin.c (plugin_notice): Also trace symbol from the IR bfd.
399
b138e9bf
KT
4002013-02-15 Kai Tietz <ktietz@redhat.com>
401
402 * scripttempl/pep.sc (.xdata): Merge .xdata* into .xdata section.
403 (.pdata): Merge .pdata* into .pdata section.
404
61087d8c
AM
4052013-02-11 Alan Modra <amodra@gmail.com>
406
407 * ldlang.c (get_init_priority): Comment typo.
408 (lang_finish): Free link_info.hash and lang_definedness_table.
409 (lang_end): Delete lang_definedness_table comment.
410
a1b8d843
AM
4112013-02-11 Alan Modra <amodra@gmail.com>
412
413 PR ld/15130
414 * ld.texinfo (-rpath-link): Typo fix.
415
20855e86
NC
4162013-02-08 Markos Chandras <markos.chandras@imgtec.com>
417
418 * emultempl/metagelf.em (build_section_lists): Use sec_info_type
419 rather than userdata->flags.just_syms.
420
36591ba1 4212013-02-06 Sandra Loosemore <sandra@codesourcery.com>
4a2b04a7 422 Andrew Jenner <andrew@codesourcery.com>
36591ba1
SL
423
424 Based on patches from Altera Corporation.
425
426 * Makefile.am (enios2elf.c): New rule.
427 * Makefile.in: Regenerated.
428 * configure.tgt: Add case for nios2*-*-*.
429 * emulparams/nios2elf.sh: New file.
430 * NEWS: Note Altera Nios II support.
431
4d4ef6fd
AM
4322013-02-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
433
434 * emultempl/avrelf.em (avr_elf_before_parse): New function.
435 (LDEMUL_BEFORE_PARSE): Define.
436
eeaa4577
AM
4372013-02-06 Alan Modra <amodra@gmail.com>
438
439 PR ld/15096
440 * emultempl/elf32.em: Revert 2013-02-04, 2013-01-22 and 2013-01-21.
441 * emultempl/alphaelf.em: Revert 2013-02-04.
442 * emultempl/cr16elf.em: Likewise.
443 * emultempl/crxelf.em: Likewise.
444 * emultempl/hppaelf.em: Likewise.
445 * emultempl/ia64elf.em: Likewise.
446 * emultempl/mipself.em: Likewise.
447 * NEWS: Revert 2013-01-21.
448
663fa543
L
4492013-02-04 H.J. Lu <hongjiu.lu@intel.com>
450
451 PR ld/15096
452 * emultempl/alphaelf.em (alpha_after_parse): Call
453 gld${EMULATION_NAME}_after_parse instead of after_parse_default.
454 * emultempl/cr16elf.em (cr16elf_after_parse): Likewise.
455 * emultempl/crxelf.em (crxelf_after_parse): Likewise.
456 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
457 * emultempl/mipself.em (mips_after_parse): Likewise.
458
459 * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Renamed
460 to ...
461 (gld_${EMULATION_NAME}_after_parse): This. Call
462 gld${EMULATION_NAME}_after_parse instead of after_parse_default.
463 (LDEMUL_AFTER_PARSE): Set to gld_${EMULATION_NAME}_after_parse.
464
465 * emultempl/elf32.em (new_dtags_set): New variable.
466 (gld${EMULATION_NAME}_before_parse): Don't set link_info.new_dtags
467 here.
468 (gld${EMULATION_NAME}_after_parse): New function.
469 (ld_${EMULATION_NAME}_emulation): Replace after_parse_default'
470 with gld${EMULATION_NAME}_after_parse.
471 (gld${EMULATION_NAME}_handle_option): Set new_dtags_set to TRUE
472 when setting link_info.new_dtags.
473
0a4e6638
KT
4742013-01-25 Kai Tietz <ktietz@redhat.com>
475
476 * deffilep.y (def_image_name): Adjust type of base-address
477 argument.
478 (%union): Add new type bfd_vma as vma.
479 (VMA): New rule.
480 (opt_base): Use VMA instead of NUMBER rule to evaluate value.
481 (def_file_print): Use bfd's fprintf_vma to output base-address.
482
78c8d46c
NC
4832013-01-24 Nick Clifton <nickc@redhat.com>
484
485 * NEWS: Mention support for V850E3V5 architecture.
486
f5c66ab0
NC
4872013-01-23 Martin Koegler <martin.koegler@chello.at>
488
489 PR ld/15041
490 * scripttempl/pep.sc (.pdata): Only accept .pdata sections.
491 (.xdata): Similarly.
492 (.debug_frame): Similarly.
493
b176ded1
NC
4942013-01-23 Georg-Johann Lay <avr@gjlay.de>
495
496 PR ld/15037
497 * scripttempl/avr.sc (.eeprom): Keep it.
498
a6dea726
AM
4992013-01-23 Leif Ekblad <leif@rdos.net>
500
501 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64rdos.c.
502 (eelf64rdos.c): New rule.
503 * emulparams/elf64rdos.sh: New file.
504 * configure.tgt (x86_64-*-rdos*): Use above.
505 * Makefile.in: Regenerate.
506
f0fe23c2
RM
5072013-01-22 Roland McGrath <mcgrathr@google.com>
508
509 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
510 new_dtags to TRUE for *-*-nacl* targets.
511
5122013-01-21 Mike Frysinger <vapier@gentoo.org>
822b8bf4
MF
513
514 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
515 link_info.new_dtags to TRUE for linux/gnu targets.
516 * NEWS: Mention new dtags default.
517
6738cadc
L
5182013-01-19 H.J. Lu <hongjiu.lu@intel.com>
519
520 * Makefile.am (HOSTING_SCRT0): New.
521
522 * configure.host (HOSTING_SCRT0): New. Used for PIE.
523
524 * configure.in (HOSTING_SCRT0): New AC_SUBST.
525
526 * Makefile.in: Regenerated.
527 * configure: Likewise.
528
b1b00fcc
MF
5292013-01-18 Mike Frysinger <vapier@gentoo.org>
530
531 * NEWS: Mention change in behavior with --enable-new-dtags.
532 * ld.texinfo (Options): Clarify --enable-new-dtags behavior.
533
0d705e9f
AM
5342013-01-14 Leif Ekblad <leif@rdos.net>
535 Alan Modra <amodra@gmail.com>
536
537 * ld.texinfo (-Tldata-segment): Describe.
538 * ldlex.h (OPTION_TLDATA_SEGMENT): New enum value.
539 * lexsup.c (ld_options): Add -Tldata-segment.
540 (parse_args): Handle OPTION_TLDATA_SEGMENT.
541 * scripttempl/elf.sc: Support LARGE_DATA_ADDR.
542
e4492aa0
L
5432013-01-10 H.J. Lu <hongjiu.lu@intel.com>
544
545 * deffilep.y: Remove trailing white spaces.
546 * elf-hints-local.h: Likewise.
547 * ldexp.c: Likewise.
548 * ldlang.h: Likewise.
549 * ldmisc.c: Likewise.
550 * ldwrite.c: Likewise.
551 * pe-dll.c: Likewise.
552 * emulparams/criself.sh: Likewise.
553 * emulparams/crislinux.sh: Likewise.
554 * emulparams/elf32_tic6x_le.sh: Likewise.
555 * emulparams/elf32bmipn32-defs.sh: Likewise.
556 * emulparams/elf32mb_linux.sh: Likewise.
557 * emulparams/elf32mep.sh: Likewise.
558 * emulparams/elf32microblaze.sh: Likewise.
559 * emulparams/elf32ppc.sh: Likewise.
560 * emulparams/elf64_s390.sh: Likewise.
561 * emulparams/elf64alpha.sh: Likewise.
562 * emulparams/elf_s390.sh: Likewise.
563 * emulparams/elf_x86_64.sh: Likewise.
564 * emulparams/tic80coff.sh: Likewise.
565 * emultempl/aix.em: Likewise.
566 * emultempl/avrelf.em: Likewise.
567 * emultempl/cr16elf.em: Likewise.
568 * emultempl/pe.em: Likewise.
569 * emultempl/pep.em: Likewise.
570 * emultempl/spuelf.em: Likewise.
571 * emultempl/tic6xdsbt.em: Likewise.
572
a3c62988
NC
5732013-01-10 Will Newton <will.newton@imgtec.com>
574
575 * Makefile.am: Add Meta.
576 * Makefile.in: Regenerate.
577 * configure.tgt: Add Meta.
578 * emulparams/elf32metag.sh: New file.
579 * emultempl/metagelf.em: New file.
580
134960cc
AM
5812013-01-09 Alan Modra <amodra@gmail.com>
582
583 * emulparams/elf_x86_64.sh (LARGE_BSS_AFTER_BSS): Define.
584 * emulparams/elf32_x86_64.sh: Likewise.
585 * emulparams/elf_k1om.sh: Likewise.
586 * emulparams/elf_l1om.sh: Likewise.
587 * scripttempl/elf.sc (LARGE_BSS): Define rather than appending to
588 OTHER_BSS_SECTIONS. Substitute in script.
589
34d56033
AM
5902013-01-08 Leif Ekblad <leif@rdos.net>
591
592 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
593
d5c8b1f8
AM
5942013-01-08 Alan Modra <amodra@gmail.com>
595
596 * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): Replace
98e38512 597 "name" param with a bfd_link_needed_list pointer. Update caller.
d5c8b1f8
AM
598 (gld${EMULATION_NAME}_check_ld_elf_hints): Likewise.
599
cc382d46
AM
6002013-01-08 Alan Modra <amodra@gmail.com>
601
602 * Makefile.am (ALL_EMULATION_SOURCES): Correct eavrxmega entries.
603 * Makefile.in: Regenerate.
604
add24320
L
6052013-01-07 H.J. Lu <hongjiu.lu@intel.com>
606
607 * lexsup.c (ld_options): Add fuse-ld= for GCC linker option
608 compatibility.
609
7ca01ed9
NC
6102013-01-07 Patrice Dumas <pertusus@free.fr>
611
612 * ld.texinfo: Replace @ with @@ when it is part of the text.
613 Correct ordering of M68HC11 entry.
614
e407c74b
NC
6152013-01-04 Juergen Urban <JuergenUrban@gmx.de>
616
617 * configure.tgt: Support ELF files for Sony Playstation 2 (for
618 ps2dev and ps2sdk).
619 * emulparams/elf32lr5900n32.sh: Create linker script for Sony
620 Playstation 2 ELF files using MIPS ABI n32.
621 * emulparams/elf32lr5900.sh: Create linker script for Sony
622 Playstation 2 ELF files using MIPS ABI o32.
623 * Makefile.am: Add linker scripts for Sony Playstation 2 ELF
624 files.
625
62658407
L
6262013-01-02 H.J. Lu <hongjiu.lu@intel.com>
627
628 * ldver.c (ldversion): Update copyright year to 2013.
629
4e5f3f9d 630For older changes see ChangeLog-2012
252b5132 631\f
4e5f3f9d 632Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
633
634Copying and distribution of this file, with or without modification,
635are permitted in any medium without royalty provided the copyright
636notice and this notice are preserved.
637
252b5132
RH
638Local Variables:
639mode: change-log
640left-margin: 8
641fill-column: 74
642version-control: never
643End:
This page took 0.963709 seconds and 4 git commands to generate.