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