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