bfd/
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2013-04-22 Alan Modra <amodra@gmail.com>
2
3 * emultempl/ppc64elf.em (ppc_create_output_section_statements):
4 Check return from ppc64_elf_init_stub_bfd.
5
6 2013-04-15 Nick Clifton <nickc@redhat.com>
7
8 * Makefile.am (ELF_DEPS): Add a dependency upon
9 scripttempl/DWARF.sc.
10 (ELF_GEN_DEPS): Likewise.
11 (emmo.c): Likewise.
12 * Makefile.in: Regenerate.
13
14 * scripttempl/armbpabi.sc: Replace DWARF sections with an
15 inclusion of DWARF.sc.
16 * scripttempl/avr.sc: Likewise.
17 * scripttempl/elf.sc: Likewise.
18 * scripttempl/elf32cr16.sc: Likewise.
19 * scripttempl/elf32crx.sc: Likewise.
20 * scripttempl/elf32msp430.sc: Likewise.
21 * scripttempl/elf32msp430_3.sc: Likewise.
22 * scripttempl/elf32sh-symbian.sc: Likewise.
23 * scripttempl/elf64hppa.sc: Likewise.
24 * scripttempl/elf_chaos.sc: Likewise.
25 * scripttempl/elfd10v.sc: Likewise.
26 * scripttempl/elfd30v.sc: Likewise.
27 * scripttempl/elfi370.sc: Likewise.
28 * scripttempl/elfm68hc11.sc: Likewise.
29 * scripttempl/elfm68hc12.sc: Likewise.
30 * scripttempl/elfxgate.sc: Likewise.
31 * scripttempl/elfxtensa.sc: Likewise.
32 * scripttempl/epiphany_4x4.sc: Likewise.
33 * scripttempl/i386beos.sc: Likewise.
34 * scripttempl/i386go32.sc: Likewise.
35 * scripttempl/ia64vms.sc: Likewise.
36 * scripttempl/ip2k.sc: Likewise.
37 * scripttempl/iq2000.sc: Likewise.
38 * scripttempl/mep.sc: Likewise.
39 * scripttempl/mmo.sc: Likewise.
40 * scripttempl/v850.sc: Likewise.
41 * scripttempl/v850_rh850.sc: Likewise.
42 * scripttempl/xstormy16.sc: Likewise.
43 * scripttempl/DWARF.sc: New.
44
45 2013-04-04 Alan Modra <amodra@gmail.com>
46
47 * ldlang.c (load_symbols): Report "error adding symbols" on
48 bfd_link_add_symbols failure.
49 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Likewise.
50 * emultempl/sunos.em (gld${EMULATION_NAME}_after_open): Likewise.
51 (gld${EMULATION_NAME}_try_needed): Likewise.
52
53 2013-03-27 Georg-Johann Lay <gjl@gcc.gnu.org>
54
55 PR ld/13812
56 * scripttempl/avr.sc: Place trampolines before .progmem section.
57
58 2013-03-25 Kai Tietz <ktietz@redhat.com>
59
60 * ld.texinfo (--disable-runtime-pseudo-reloc): Adjust default.
61
62 2013-03-21 Michael Schewe <michael.schewe@gmx.net>
63
64 * ld.texinfo (H8/300): Add description of relaxation of
65 mov @(disp:32,ERx) to mov @(disp:16,ERx).
66
67 2013-03-21 Kai Tietz <ktietz@redhat.com>
68
69 * pe-dll.c (process_def_file_and_drectve): Don't handle VC
70 generated C++-symbols as stdcall/fastcall.
71
72 2013-03-18 Alan Modra <amodra@gmail.com>
73
74 * ld.texinfo (--as-needed): Update.
75
76 2013-03-14 Jakub Jelinek <jakub@redhat.com>
77
78 * emulparams/aarch64linux.sh (LIBPATH_SUFFIX): Set to 64 for
79 aarch64linux* emulations.
80
81 2013-03-07 Alan Modra <amodra@gmail.com>
82
83 * ldfile.c (ldfile_open_command_file_1): Return after einfo
84 to avoid warning.
85
86 2013-03-05 Corinna Vinschen <vinschen@redhat.com>
87
88 * configure.host: Add x86_64-*-cygwin* as valid host.
89 * configure.tgt: Add x86_64-*-cygwin* as valid target.
90 * emultempl/pep.em: Handle different requirements for Cygwin in terms
91 of start addresses for executables and DLLs, based on memory model in
92 http://cygwin.com/ml/cygwin-developers/2013-02/msg00027.html
93
94 2013-03-05 Alan Modra <amodra@gmail.com>
95
96 PR ld/15222
97 * ldlang.c (lang_size_sections_1): When given an lma_region align
98 LMA as per VMA only if lma_region is the same as region.
99
100 2013-02-27 Nick Clifton <nickc@redhat.com>
101
102 * scripttempl/elf32msp430.sc: Add placement of .data.* sections.
103 Add alignment of .bss section.
104 * scripttempl/elf32msp430_3.sc: Likewise.
105
106 2013-02-26 Nick Clifton <nickc@redhat.com>
107
108 PR ld/15188
109 * ld.texinfo: Fix typos.
110
111 2013-02-21 Alan Modra <amodra@gmail.com>
112
113 * scripttempl/elf.sc (.init_array, .fini_array): Don't sort all
114 .init_array/.fini_array input sections before .ctors/.dtors input
115 sections.
116 (CTORS_IN_INIT_ARRAY, DTORS_IN_INIT_ARRAY): Adjust to suit.
117
118 2013-02-21 Alan Modra <amodra@gmail.com>
119
120 * emultempl/elf32.em (write_build_id, setup_build_id): Adjust
121 for elf_tdata changes.
122
123 2013-02-21 Alan Modra <amodra@gmail.com>
124
125 * emultempl/elf-generic.em: Use newly defined elf_obj_tdata
126 accessor macros.
127
128 2013-02-20 Alan Modra <amodra@gmail.com>
129
130 * Makefile.am: Use $(ELF_DEPS) on a number of eelf*.c rules.
131 * Makefile.in: Regenerate.
132
133 2013-02-19 Sandra Loosemore <sandra@codesourcery.com>
134
135 PR ld/15146
136 * plugin.c (plugin_notice): Add null check before dereferencing
137 pointer.
138
139 2013-02-19 Alan Modra <amodra@gmail.com>
140
141 * emultempl/elf32.em (emit_note_gnu_build_id): New static var.
142 Replace all info->emit_note_gnu_build_id refs.
143 (id_note_section_size): Rename from
144 gld${EMULATION_NAME}_id_note_section_size.
145 (struct build_id_info): Delete.
146 (write_build_id): Rename from
147 gld${EMULATION_NAME}_write_build_id_section.
148 Update elf_tdata usage. Style, formatting.
149 (setup_build_id): New function.
150 (gld${EMULATION_NAME}_after_open): Use setup_build_id.
151
152 2013-02-16 H.J. Lu <hongjiu.lu@intel.com>
153
154 PR ld/15146
155 * plugin.c (plugin_notice): Replace the undefined dummy bfd with
156 the real one.
157
158 2013-02-16 H.J. Lu <hongjiu.lu@intel.com>
159
160 PR ld/15141
161 * plugin.c (plugin_notice): Also trace symbol from the IR bfd.
162
163 2013-02-15 Kai Tietz <ktietz@redhat.com>
164
165 * scripttempl/pep.sc (.xdata): Merge .xdata* into .xdata section.
166 (.pdata): Merge .pdata* into .pdata section.
167
168 2013-02-11 Alan Modra <amodra@gmail.com>
169
170 * ldlang.c (get_init_priority): Comment typo.
171 (lang_finish): Free link_info.hash and lang_definedness_table.
172 (lang_end): Delete lang_definedness_table comment.
173
174 2013-02-11 Alan Modra <amodra@gmail.com>
175
176 PR ld/15130
177 * ld.texinfo (-rpath-link): Typo fix.
178
179 2013-02-08 Markos Chandras <markos.chandras@imgtec.com>
180
181 * emultempl/metagelf.em (build_section_lists): Use sec_info_type
182 rather than userdata->flags.just_syms.
183
184 2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
185 Andrew Jenner <andrew@codesourcery.com>
186
187 Based on patches from Altera Corporation.
188
189 * Makefile.am (enios2elf.c): New rule.
190 * Makefile.in: Regenerated.
191 * configure.tgt: Add case for nios2*-*-*.
192 * emulparams/nios2elf.sh: New file.
193 * NEWS: Note Altera Nios II support.
194
195 2013-02-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
196
197 * emultempl/avrelf.em (avr_elf_before_parse): New function.
198 (LDEMUL_BEFORE_PARSE): Define.
199
200 2013-02-06 Alan Modra <amodra@gmail.com>
201
202 PR ld/15096
203 * emultempl/elf32.em: Revert 2013-02-04, 2013-01-22 and 2013-01-21.
204 * emultempl/alphaelf.em: Revert 2013-02-04.
205 * emultempl/cr16elf.em: Likewise.
206 * emultempl/crxelf.em: Likewise.
207 * emultempl/hppaelf.em: Likewise.
208 * emultempl/ia64elf.em: Likewise.
209 * emultempl/mipself.em: Likewise.
210 * NEWS: Revert 2013-01-21.
211
212 2013-02-04 H.J. Lu <hongjiu.lu@intel.com>
213
214 PR ld/15096
215 * emultempl/alphaelf.em (alpha_after_parse): Call
216 gld${EMULATION_NAME}_after_parse instead of after_parse_default.
217 * emultempl/cr16elf.em (cr16elf_after_parse): Likewise.
218 * emultempl/crxelf.em (crxelf_after_parse): Likewise.
219 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
220 * emultempl/mipself.em (mips_after_parse): Likewise.
221
222 * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Renamed
223 to ...
224 (gld_${EMULATION_NAME}_after_parse): This. Call
225 gld${EMULATION_NAME}_after_parse instead of after_parse_default.
226 (LDEMUL_AFTER_PARSE): Set to gld_${EMULATION_NAME}_after_parse.
227
228 * emultempl/elf32.em (new_dtags_set): New variable.
229 (gld${EMULATION_NAME}_before_parse): Don't set link_info.new_dtags
230 here.
231 (gld${EMULATION_NAME}_after_parse): New function.
232 (ld_${EMULATION_NAME}_emulation): Replace after_parse_default'
233 with gld${EMULATION_NAME}_after_parse.
234 (gld${EMULATION_NAME}_handle_option): Set new_dtags_set to TRUE
235 when setting link_info.new_dtags.
236
237 2013-01-25 Kai Tietz <ktietz@redhat.com>
238
239 * deffilep.y (def_image_name): Adjust type of base-address
240 argument.
241 (%union): Add new type bfd_vma as vma.
242 (VMA): New rule.
243 (opt_base): Use VMA instead of NUMBER rule to evaluate value.
244 (def_file_print): Use bfd's fprintf_vma to output base-address.
245
246 2013-01-24 Nick Clifton <nickc@redhat.com>
247
248 * NEWS: Mention support for V850E3V5 architecture.
249
250 2013-01-23 Martin Koegler <martin.koegler@chello.at>
251
252 PR ld/15041
253 * scripttempl/pep.sc (.pdata): Only accept .pdata sections.
254 (.xdata): Similarly.
255 (.debug_frame): Similarly.
256
257 2013-01-23 Georg-Johann Lay <avr@gjlay.de>
258
259 PR ld/15037
260 * scripttempl/avr.sc (.eeprom): Keep it.
261
262 2013-01-23 Leif Ekblad <leif@rdos.net>
263
264 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64rdos.c.
265 (eelf64rdos.c): New rule.
266 * emulparams/elf64rdos.sh: New file.
267 * configure.tgt (x86_64-*-rdos*): Use above.
268 * Makefile.in: Regenerate.
269
270 2013-01-22 Roland McGrath <mcgrathr@google.com>
271
272 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
273 new_dtags to TRUE for *-*-nacl* targets.
274
275 2013-01-21 Mike Frysinger <vapier@gentoo.org>
276
277 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
278 link_info.new_dtags to TRUE for linux/gnu targets.
279 * NEWS: Mention new dtags default.
280
281 2013-01-19 H.J. Lu <hongjiu.lu@intel.com>
282
283 * Makefile.am (HOSTING_SCRT0): New.
284
285 * configure.host (HOSTING_SCRT0): New. Used for PIE.
286
287 * configure.in (HOSTING_SCRT0): New AC_SUBST.
288
289 * Makefile.in: Regenerated.
290 * configure: Likewise.
291
292 2013-01-18 Mike Frysinger <vapier@gentoo.org>
293
294 * NEWS: Mention change in behavior with --enable-new-dtags.
295 * ld.texinfo (Options): Clarify --enable-new-dtags behavior.
296
297 2013-01-14 Leif Ekblad <leif@rdos.net>
298 Alan Modra <amodra@gmail.com>
299
300 * ld.texinfo (-Tldata-segment): Describe.
301 * ldlex.h (OPTION_TLDATA_SEGMENT): New enum value.
302 * lexsup.c (ld_options): Add -Tldata-segment.
303 (parse_args): Handle OPTION_TLDATA_SEGMENT.
304 * scripttempl/elf.sc: Support LARGE_DATA_ADDR.
305
306 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
307
308 * deffilep.y: Remove trailing white spaces.
309 * elf-hints-local.h: Likewise.
310 * ldexp.c: Likewise.
311 * ldlang.h: Likewise.
312 * ldmisc.c: Likewise.
313 * ldwrite.c: Likewise.
314 * pe-dll.c: Likewise.
315 * emulparams/criself.sh: Likewise.
316 * emulparams/crislinux.sh: Likewise.
317 * emulparams/elf32_tic6x_le.sh: Likewise.
318 * emulparams/elf32bmipn32-defs.sh: Likewise.
319 * emulparams/elf32mb_linux.sh: Likewise.
320 * emulparams/elf32mep.sh: Likewise.
321 * emulparams/elf32microblaze.sh: Likewise.
322 * emulparams/elf32ppc.sh: Likewise.
323 * emulparams/elf64_s390.sh: Likewise.
324 * emulparams/elf64alpha.sh: Likewise.
325 * emulparams/elf_s390.sh: Likewise.
326 * emulparams/elf_x86_64.sh: Likewise.
327 * emulparams/tic80coff.sh: Likewise.
328 * emultempl/aix.em: Likewise.
329 * emultempl/avrelf.em: Likewise.
330 * emultempl/cr16elf.em: Likewise.
331 * emultempl/pe.em: Likewise.
332 * emultempl/pep.em: Likewise.
333 * emultempl/spuelf.em: Likewise.
334 * emultempl/tic6xdsbt.em: Likewise.
335
336 2013-01-10 Will Newton <will.newton@imgtec.com>
337
338 * Makefile.am: Add Meta.
339 * Makefile.in: Regenerate.
340 * configure.tgt: Add Meta.
341 * emulparams/elf32metag.sh: New file.
342 * emultempl/metagelf.em: New file.
343
344 2013-01-09 Alan Modra <amodra@gmail.com>
345
346 * emulparams/elf_x86_64.sh (LARGE_BSS_AFTER_BSS): Define.
347 * emulparams/elf32_x86_64.sh: Likewise.
348 * emulparams/elf_k1om.sh: Likewise.
349 * emulparams/elf_l1om.sh: Likewise.
350 * scripttempl/elf.sc (LARGE_BSS): Define rather than appending to
351 OTHER_BSS_SECTIONS. Substitute in script.
352
353 2013-01-08 Leif Ekblad <leif@rdos.net>
354
355 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
356
357 2013-01-08 Alan Modra <amodra@gmail.com>
358
359 * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): Replace
360 "name" param with a bfd_link_needed_list pointer. Update caller.
361 (gld${EMULATION_NAME}_check_ld_elf_hints): Likewise.
362
363 2013-01-08 Alan Modra <amodra@gmail.com>
364
365 * Makefile.am (ALL_EMULATION_SOURCES): Correct eavrxmega entries.
366 * Makefile.in: Regenerate.
367
368 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
369
370 * lexsup.c (ld_options): Add fuse-ld= for GCC linker option
371 compatibility.
372
373 2013-01-07 Patrice Dumas <pertusus@free.fr>
374
375 * ld.texinfo: Replace @ with @@ when it is part of the text.
376 Correct ordering of M68HC11 entry.
377
378 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
379
380 * configure.tgt: Support ELF files for Sony Playstation 2 (for
381 ps2dev and ps2sdk).
382 * emulparams/elf32lr5900n32.sh: Create linker script for Sony
383 Playstation 2 ELF files using MIPS ABI n32.
384 * emulparams/elf32lr5900.sh: Create linker script for Sony
385 Playstation 2 ELF files using MIPS ABI o32.
386 * Makefile.am: Add linker scripts for Sony Playstation 2 ELF
387 files.
388
389 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
390
391 * ldver.c (ldversion): Update copyright year to 2013.
392
393 For older changes see ChangeLog-2012
394 \f
395 Copyright (C) 2013 Free Software Foundation, Inc.
396
397 Copying and distribution of this file, with or without modification,
398 are permitted in any medium without royalty provided the copyright
399 notice and this notice are preserved.
400
401 Local Variables:
402 mode: change-log
403 left-margin: 8
404 fill-column: 74
405 version-control: never
406 End:
This page took 0.039172 seconds and 4 git commands to generate.