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