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