Unbreak Windows-hosted cross debugger builds.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
8ff4c1f3
AM
12013-04-04 Alan Modra <amodra@gmail.com>
2
3 * ldlang.c (load_symbols): Report "error adding symbols" on
4 bfd_link_add_symbols failure.
5 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Likewise.
6 * emultempl/sunos.em (gld${EMULATION_NAME}_after_open): Likewise.
7 (gld${EMULATION_NAME}_try_needed): Likewise.
8
861319c9
NC
92013-03-27 Georg-Johann Lay <gjl@gcc.gnu.org>
10
11 PR ld/13812
12 * scripttempl/avr.sc: Place trampolines before .progmem section.
13
676ee43b
KT
142013-03-25 Kai Tietz <ktietz@redhat.com>
15
16 * ld.texinfo (--disable-runtime-pseudo-reloc): Adjust default.
17
81f5558e
NC
182013-03-21 Michael Schewe <michael.schewe@gmx.net>
19
20 * ld.texinfo (H8/300): Add description of relaxation of
21 mov @(disp:32,ERx) to mov @(disp:16,ERx).
22
31fd86f1
KT
232013-03-21 Kai Tietz <ktietz@redhat.com>
24
25 * pe-dll.c (process_def_file_and_drectve): Don't handle VC
26 generated C++-symbols as stdcall/fastcall.
27
ffa9430d
AM
282013-03-18 Alan Modra <amodra@gmail.com>
29
30 * ld.texinfo (--as-needed): Update.
31
6f2ef5f5
JJ
322013-03-14 Jakub Jelinek <jakub@redhat.com>
33
34 * emulparams/aarch64linux.sh (LIBPATH_SUFFIX): Set to 64 for
35 aarch64linux* emulations.
36
3ab6909a
AM
372013-03-07 Alan Modra <amodra@gmail.com>
38
39 * ldfile.c (ldfile_open_command_file_1): Return after einfo
40 to avoid warning.
41
a07ee50e
CV
422013-03-05 Corinna Vinschen <vinschen@redhat.com>
43
44 * configure.host: Add x86_64-*-cygwin* as valid host.
45 * configure.tgt: Add x86_64-*-cygwin* as valid target.
46 * emultempl/pep.em: Handle different requirements for Cygwin in terms
47 of start addresses for executables and DLLs, based on memory model in
48 http://cygwin.com/ml/cygwin-developers/2013-02/msg00027.html
49
13762d2e
AM
502013-03-05 Alan Modra <amodra@gmail.com>
51
52 PR ld/15222
53 * ldlang.c (lang_size_sections_1): When given an lma_region align
54 LMA as per VMA only if lma_region is the same as region.
55
727f7031
NC
562013-02-27 Nick Clifton <nickc@redhat.com>
57
58 * scripttempl/elf32msp430.sc: Add placement of .data.* sections.
59 Add alignment of .bss section.
60 * scripttempl/elf32msp430_3.sc: Likewise.
61
56dd11f0
NC
622013-02-26 Nick Clifton <nickc@redhat.com>
63
64 PR ld/15188
65 * ld.texinfo: Fix typos.
66
7c00cf68
AM
672013-02-21 Alan Modra <amodra@gmail.com>
68
69 * scripttempl/elf.sc (.init_array, .fini_array): Don't sort all
70 .init_array/.fini_array input sections before .ctors/.dtors input
71 sections.
72 (CTORS_IN_INIT_ARRAY, DTORS_IN_INIT_ARRAY): Adjust to suit.
73
c0355132
AM
742013-02-21 Alan Modra <amodra@gmail.com>
75
76 * emultempl/elf32.em (write_build_id, setup_build_id): Adjust
77 for elf_tdata changes.
78
12bd6957
AM
792013-02-21 Alan Modra <amodra@gmail.com>
80
81 * emultempl/elf-generic.em: Use newly defined elf_obj_tdata
82 accessor macros.
83
a582ed93
AM
842013-02-20 Alan Modra <amodra@gmail.com>
85
86 * Makefile.am: Use $(ELF_DEPS) on a number of eelf*.c rules.
87 * Makefile.in: Regenerate.
88
46fed7f7
SL
892013-02-19 Sandra Loosemore <sandra@codesourcery.com>
90
91 PR ld/15146
92 * plugin.c (plugin_notice): Add null check before dereferencing
93 pointer.
94
30e8ee25
AM
952013-02-19 Alan Modra <amodra@gmail.com>
96
97 * emultempl/elf32.em (emit_note_gnu_build_id): New static var.
98 Replace all info->emit_note_gnu_build_id refs.
99 (id_note_section_size): Rename from
100 gld${EMULATION_NAME}_id_note_section_size.
101 (struct build_id_info): Delete.
102 (write_build_id): Rename from
103 gld${EMULATION_NAME}_write_build_id_section.
104 Update elf_tdata usage. Style, formatting.
105 (setup_build_id): New function.
106 (gld${EMULATION_NAME}_after_open): Use setup_build_id.
107
3d5bef4c
L
1082013-02-16 H.J. Lu <hongjiu.lu@intel.com>
109
110 PR ld/15146
111 * plugin.c (plugin_notice): Replace the undefined dummy bfd with
112 the real one.
113
4a2b04a7
L
1142013-02-16 H.J. Lu <hongjiu.lu@intel.com>
115
116 PR ld/15141
117 * plugin.c (plugin_notice): Also trace symbol from the IR bfd.
118
b138e9bf
KT
1192013-02-15 Kai Tietz <ktietz@redhat.com>
120
121 * scripttempl/pep.sc (.xdata): Merge .xdata* into .xdata section.
122 (.pdata): Merge .pdata* into .pdata section.
123
61087d8c
AM
1242013-02-11 Alan Modra <amodra@gmail.com>
125
126 * ldlang.c (get_init_priority): Comment typo.
127 (lang_finish): Free link_info.hash and lang_definedness_table.
128 (lang_end): Delete lang_definedness_table comment.
129
a1b8d843
AM
1302013-02-11 Alan Modra <amodra@gmail.com>
131
132 PR ld/15130
133 * ld.texinfo (-rpath-link): Typo fix.
134
20855e86
NC
1352013-02-08 Markos Chandras <markos.chandras@imgtec.com>
136
137 * emultempl/metagelf.em (build_section_lists): Use sec_info_type
138 rather than userdata->flags.just_syms.
139
36591ba1 1402013-02-06 Sandra Loosemore <sandra@codesourcery.com>
4a2b04a7 141 Andrew Jenner <andrew@codesourcery.com>
36591ba1
SL
142
143 Based on patches from Altera Corporation.
144
145 * Makefile.am (enios2elf.c): New rule.
146 * Makefile.in: Regenerated.
147 * configure.tgt: Add case for nios2*-*-*.
148 * emulparams/nios2elf.sh: New file.
149 * NEWS: Note Altera Nios II support.
150
4d4ef6fd
AM
1512013-02-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
152
153 * emultempl/avrelf.em (avr_elf_before_parse): New function.
154 (LDEMUL_BEFORE_PARSE): Define.
155
eeaa4577
AM
1562013-02-06 Alan Modra <amodra@gmail.com>
157
158 PR ld/15096
159 * emultempl/elf32.em: Revert 2013-02-04, 2013-01-22 and 2013-01-21.
160 * emultempl/alphaelf.em: Revert 2013-02-04.
161 * emultempl/cr16elf.em: Likewise.
162 * emultempl/crxelf.em: Likewise.
163 * emultempl/hppaelf.em: Likewise.
164 * emultempl/ia64elf.em: Likewise.
165 * emultempl/mipself.em: Likewise.
166 * NEWS: Revert 2013-01-21.
167
663fa543
L
1682013-02-04 H.J. Lu <hongjiu.lu@intel.com>
169
170 PR ld/15096
171 * emultempl/alphaelf.em (alpha_after_parse): Call
172 gld${EMULATION_NAME}_after_parse instead of after_parse_default.
173 * emultempl/cr16elf.em (cr16elf_after_parse): Likewise.
174 * emultempl/crxelf.em (crxelf_after_parse): Likewise.
175 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
176 * emultempl/mipself.em (mips_after_parse): Likewise.
177
178 * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Renamed
179 to ...
180 (gld_${EMULATION_NAME}_after_parse): This. Call
181 gld${EMULATION_NAME}_after_parse instead of after_parse_default.
182 (LDEMUL_AFTER_PARSE): Set to gld_${EMULATION_NAME}_after_parse.
183
184 * emultempl/elf32.em (new_dtags_set): New variable.
185 (gld${EMULATION_NAME}_before_parse): Don't set link_info.new_dtags
186 here.
187 (gld${EMULATION_NAME}_after_parse): New function.
188 (ld_${EMULATION_NAME}_emulation): Replace after_parse_default'
189 with gld${EMULATION_NAME}_after_parse.
190 (gld${EMULATION_NAME}_handle_option): Set new_dtags_set to TRUE
191 when setting link_info.new_dtags.
192
0a4e6638
KT
1932013-01-25 Kai Tietz <ktietz@redhat.com>
194
195 * deffilep.y (def_image_name): Adjust type of base-address
196 argument.
197 (%union): Add new type bfd_vma as vma.
198 (VMA): New rule.
199 (opt_base): Use VMA instead of NUMBER rule to evaluate value.
200 (def_file_print): Use bfd's fprintf_vma to output base-address.
201
78c8d46c
NC
2022013-01-24 Nick Clifton <nickc@redhat.com>
203
204 * NEWS: Mention support for V850E3V5 architecture.
205
f5c66ab0
NC
2062013-01-23 Martin Koegler <martin.koegler@chello.at>
207
208 PR ld/15041
209 * scripttempl/pep.sc (.pdata): Only accept .pdata sections.
210 (.xdata): Similarly.
211 (.debug_frame): Similarly.
212
b176ded1
NC
2132013-01-23 Georg-Johann Lay <avr@gjlay.de>
214
215 PR ld/15037
216 * scripttempl/avr.sc (.eeprom): Keep it.
217
a6dea726
AM
2182013-01-23 Leif Ekblad <leif@rdos.net>
219
220 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64rdos.c.
221 (eelf64rdos.c): New rule.
222 * emulparams/elf64rdos.sh: New file.
223 * configure.tgt (x86_64-*-rdos*): Use above.
224 * Makefile.in: Regenerate.
225
f0fe23c2
RM
2262013-01-22 Roland McGrath <mcgrathr@google.com>
227
228 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
229 new_dtags to TRUE for *-*-nacl* targets.
230
2312013-01-21 Mike Frysinger <vapier@gentoo.org>
822b8bf4
MF
232
233 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
234 link_info.new_dtags to TRUE for linux/gnu targets.
235 * NEWS: Mention new dtags default.
236
6738cadc
L
2372013-01-19 H.J. Lu <hongjiu.lu@intel.com>
238
239 * Makefile.am (HOSTING_SCRT0): New.
240
241 * configure.host (HOSTING_SCRT0): New. Used for PIE.
242
243 * configure.in (HOSTING_SCRT0): New AC_SUBST.
244
245 * Makefile.in: Regenerated.
246 * configure: Likewise.
247
b1b00fcc
MF
2482013-01-18 Mike Frysinger <vapier@gentoo.org>
249
250 * NEWS: Mention change in behavior with --enable-new-dtags.
251 * ld.texinfo (Options): Clarify --enable-new-dtags behavior.
252
0d705e9f
AM
2532013-01-14 Leif Ekblad <leif@rdos.net>
254 Alan Modra <amodra@gmail.com>
255
256 * ld.texinfo (-Tldata-segment): Describe.
257 * ldlex.h (OPTION_TLDATA_SEGMENT): New enum value.
258 * lexsup.c (ld_options): Add -Tldata-segment.
259 (parse_args): Handle OPTION_TLDATA_SEGMENT.
260 * scripttempl/elf.sc: Support LARGE_DATA_ADDR.
261
e4492aa0
L
2622013-01-10 H.J. Lu <hongjiu.lu@intel.com>
263
264 * deffilep.y: Remove trailing white spaces.
265 * elf-hints-local.h: Likewise.
266 * ldexp.c: Likewise.
267 * ldlang.h: Likewise.
268 * ldmisc.c: Likewise.
269 * ldwrite.c: Likewise.
270 * pe-dll.c: Likewise.
271 * emulparams/criself.sh: Likewise.
272 * emulparams/crislinux.sh: Likewise.
273 * emulparams/elf32_tic6x_le.sh: Likewise.
274 * emulparams/elf32bmipn32-defs.sh: Likewise.
275 * emulparams/elf32mb_linux.sh: Likewise.
276 * emulparams/elf32mep.sh: Likewise.
277 * emulparams/elf32microblaze.sh: Likewise.
278 * emulparams/elf32ppc.sh: Likewise.
279 * emulparams/elf64_s390.sh: Likewise.
280 * emulparams/elf64alpha.sh: Likewise.
281 * emulparams/elf_s390.sh: Likewise.
282 * emulparams/elf_x86_64.sh: Likewise.
283 * emulparams/tic80coff.sh: Likewise.
284 * emultempl/aix.em: Likewise.
285 * emultempl/avrelf.em: Likewise.
286 * emultempl/cr16elf.em: Likewise.
287 * emultempl/pe.em: Likewise.
288 * emultempl/pep.em: Likewise.
289 * emultempl/spuelf.em: Likewise.
290 * emultempl/tic6xdsbt.em: Likewise.
291
a3c62988
NC
2922013-01-10 Will Newton <will.newton@imgtec.com>
293
294 * Makefile.am: Add Meta.
295 * Makefile.in: Regenerate.
296 * configure.tgt: Add Meta.
297 * emulparams/elf32metag.sh: New file.
298 * emultempl/metagelf.em: New file.
299
134960cc
AM
3002013-01-09 Alan Modra <amodra@gmail.com>
301
302 * emulparams/elf_x86_64.sh (LARGE_BSS_AFTER_BSS): Define.
303 * emulparams/elf32_x86_64.sh: Likewise.
304 * emulparams/elf_k1om.sh: Likewise.
305 * emulparams/elf_l1om.sh: Likewise.
306 * scripttempl/elf.sc (LARGE_BSS): Define rather than appending to
307 OTHER_BSS_SECTIONS. Substitute in script.
308
34d56033
AM
3092013-01-08 Leif Ekblad <leif@rdos.net>
310
311 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
312
d5c8b1f8
AM
3132013-01-08 Alan Modra <amodra@gmail.com>
314
315 * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): Replace
98e38512 316 "name" param with a bfd_link_needed_list pointer. Update caller.
d5c8b1f8
AM
317 (gld${EMULATION_NAME}_check_ld_elf_hints): Likewise.
318
cc382d46
AM
3192013-01-08 Alan Modra <amodra@gmail.com>
320
321 * Makefile.am (ALL_EMULATION_SOURCES): Correct eavrxmega entries.
322 * Makefile.in: Regenerate.
323
add24320
L
3242013-01-07 H.J. Lu <hongjiu.lu@intel.com>
325
326 * lexsup.c (ld_options): Add fuse-ld= for GCC linker option
327 compatibility.
328
7ca01ed9
NC
3292013-01-07 Patrice Dumas <pertusus@free.fr>
330
331 * ld.texinfo: Replace @ with @@ when it is part of the text.
332 Correct ordering of M68HC11 entry.
333
e407c74b
NC
3342013-01-04 Juergen Urban <JuergenUrban@gmx.de>
335
336 * configure.tgt: Support ELF files for Sony Playstation 2 (for
337 ps2dev and ps2sdk).
338 * emulparams/elf32lr5900n32.sh: Create linker script for Sony
339 Playstation 2 ELF files using MIPS ABI n32.
340 * emulparams/elf32lr5900.sh: Create linker script for Sony
341 Playstation 2 ELF files using MIPS ABI o32.
342 * Makefile.am: Add linker scripts for Sony Playstation 2 ELF
343 files.
344
62658407
L
3452013-01-02 H.J. Lu <hongjiu.lu@intel.com>
346
347 * ldver.c (ldversion): Update copyright year to 2013.
348
4e5f3f9d 349For older changes see ChangeLog-2012
252b5132 350\f
4e5f3f9d 351Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
352
353Copying and distribution of this file, with or without modification,
354are permitted in any medium without royalty provided the copyright
355notice and this notice are preserved.
356
252b5132
RH
357Local Variables:
358mode: change-log
359left-margin: 8
360fill-column: 74
361version-control: never
362End:
This page took 0.986605 seconds and 4 git commands to generate.