*** empty log message ***
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
6f2ef5f5
JJ
12013-03-14 Jakub Jelinek <jakub@redhat.com>
2
3 * emulparams/aarch64linux.sh (LIBPATH_SUFFIX): Set to 64 for
4 aarch64linux* emulations.
5
3ab6909a
AM
62013-03-07 Alan Modra <amodra@gmail.com>
7
8 * ldfile.c (ldfile_open_command_file_1): Return after einfo
9 to avoid warning.
10
a07ee50e
CV
112013-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
13762d2e
AM
192013-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
727f7031
NC
252013-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
56dd11f0
NC
312013-02-26 Nick Clifton <nickc@redhat.com>
32
33 PR ld/15188
34 * ld.texinfo: Fix typos.
35
7c00cf68
AM
362013-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
c0355132
AM
432013-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
12bd6957
AM
482013-02-21 Alan Modra <amodra@gmail.com>
49
50 * emultempl/elf-generic.em: Use newly defined elf_obj_tdata
51 accessor macros.
52
a582ed93
AM
532013-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
46fed7f7
SL
582013-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
30e8ee25
AM
642013-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
3d5bef4c
L
772013-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
4a2b04a7
L
832013-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
b138e9bf
KT
882013-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
61087d8c
AM
932013-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
a1b8d843
AM
992013-02-11 Alan Modra <amodra@gmail.com>
100
101 PR ld/15130
102 * ld.texinfo (-rpath-link): Typo fix.
103
20855e86
NC
1042013-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
36591ba1 1092013-02-06 Sandra Loosemore <sandra@codesourcery.com>
4a2b04a7 110 Andrew Jenner <andrew@codesourcery.com>
36591ba1
SL
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
4d4ef6fd
AM
1202013-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
eeaa4577
AM
1252013-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
663fa543
L
1372013-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
0a4e6638
KT
1622013-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
78c8d46c
NC
1712013-01-24 Nick Clifton <nickc@redhat.com>
172
173 * NEWS: Mention support for V850E3V5 architecture.
174
f5c66ab0
NC
1752013-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
b176ded1
NC
1822013-01-23 Georg-Johann Lay <avr@gjlay.de>
183
184 PR ld/15037
185 * scripttempl/avr.sc (.eeprom): Keep it.
186
a6dea726
AM
1872013-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
f0fe23c2
RM
1952013-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
2002013-01-21 Mike Frysinger <vapier@gentoo.org>
822b8bf4
MF
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
6738cadc
L
2062013-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
b1b00fcc
MF
2172013-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
0d705e9f
AM
2222013-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
e4492aa0
L
2312013-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
a3c62988
NC
2612013-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
134960cc
AM
2692013-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
34d56033
AM
2782013-01-08 Leif Ekblad <leif@rdos.net>
279
280 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
281
d5c8b1f8
AM
2822013-01-08 Alan Modra <amodra@gmail.com>
283
284 * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): Replace
98e38512 285 "name" param with a bfd_link_needed_list pointer. Update caller.
d5c8b1f8
AM
286 (gld${EMULATION_NAME}_check_ld_elf_hints): Likewise.
287
cc382d46
AM
2882013-01-08 Alan Modra <amodra@gmail.com>
289
290 * Makefile.am (ALL_EMULATION_SOURCES): Correct eavrxmega entries.
291 * Makefile.in: Regenerate.
292
add24320
L
2932013-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
7ca01ed9
NC
2982013-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
e407c74b
NC
3032013-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
62658407
L
3142013-01-02 H.J. Lu <hongjiu.lu@intel.com>
315
316 * ldver.c (ldversion): Update copyright year to 2013.
317
4e5f3f9d 318For older changes see ChangeLog-2012
252b5132 319\f
4e5f3f9d 320Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
321
322Copying and distribution of this file, with or without modification,
323are permitted in any medium without royalty provided the copyright
324notice and this notice are preserved.
325
252b5132
RH
326Local Variables:
327mode: change-log
328left-margin: 8
329fill-column: 74
330version-control: never
331End:
This page took 0.623466 seconds and 4 git commands to generate.