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