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