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