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