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