]>
Commit | Line | Data |
---|---|---|
321df065 AM |
1 | 2015-10-27 Alan Modra <[email protected]> |
2 | ||
3 | PR ld/19175 | |
4 | * ldlang.c (lang_insert_orphan): Evaluate __start_* and __stop_* | |
5 | symbol PROVIDE expressions. | |
6 | * ldexp.c (exp_fold_tree_1 <etree_provide>): Define undefweak | |
7 | references. | |
8 | ||
9b4c123c L |
9 | 2015-10-22 H.J. Lu <[email protected]> |
10 | ||
11 | * configure.ac: Properly check | |
12 | --enable-compressed-debug-sections={yes,all}. | |
13 | * configure: Regenerated. | |
14 | ||
4894d80b L |
15 | 2015-10-22 H.J. Lu <[email protected]> |
16 | ||
17 | PR gas/19109 | |
18 | * configure.ac: Handle --enable-compressed-debug-sections=*,ld,*. | |
19 | * configure: Regenerated. | |
20 | ||
caa65211 L |
21 | 2015-10-22 H.J. Lu <[email protected]> |
22 | ||
23 | * ld/ld.texinfo: Document "-z call-nop=PADDING" option. | |
24 | * emulparams/call_nop.sh: New file. | |
25 | * emulparams/elf_i386_be.sh: Source | |
26 | ${srcdir}/emulparams/call_nop.sh. | |
27 | * emulparams/elf_i386_chaos.sh: Likewise. | |
28 | * emulparams/elf_i386_ldso.sh: Likewise. | |
29 | * emulparams/elf_i386_vxworks.sh: Likewise. | |
30 | * emulparams/elf_iamcu.sh: Likewise. | |
31 | * emulparams/elf_k1om.sh: Likewise. | |
32 | * emulparams/elf_l1om.sh: Likewise. | |
33 | * emulparams/elf_x86_64.sh: Likewise. | |
34 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set | |
35 | link_info.call_nop_byte if $CALL_NOP_BYTE isn't empty. | |
36 | ||
6c3bc0f8 NC |
37 | 2015-10-21 Nick Clifton <[email protected]> |
38 | ||
39 | PR gas/19109 | |
1283d92f NC |
40 | * configure.ac: Add --enable-compressed-debug-sections with |
41 | options of all, none or ld. | |
6c3bc0f8 NC |
42 | * configure: Regenerate. |
43 | * config.in: Regenerate. | |
44 | * ld.texinfo: Document how to determine the default action for | |
45 | debug sections. | |
46 | * ldmain.c (main): If DEFAULT_FLAG_COMPRESS_DEBUG is defined then | |
47 | set the compress_debug field of the link_info structure to | |
48 | zlib-gabi. | |
49 | * lexsup.c (elf_static_list_options): Output the default setting | |
50 | for the --compress-debug-sections option. | |
51 | * NEWS: Mention the new configure option. | |
52 | ||
4dba69b9 L |
53 | 2015-10-15 H.J. Lu <[email protected]> |
54 | ||
55 | * ld.texinfo: Fix a typo for "-z noextern-protected-data". | |
56 | ||
1fb80d6d SD |
57 | 2015-10-15 Simon Dardis <[email protected]> |
58 | ||
59 | * ld/ldexp.c: (try_copy_symbol_flags): New. Factored out from... | |
60 | (exp_fold_tree_1): Here. Cope with ternary operator in | |
61 | assignments. Use new helper. | |
62 | ||
efb068d3 NC |
63 | 2015-10-14 Nick Clifton <[email protected]> |
64 | ||
65 | * po/zh_TW.po: Updated Chinese translation. | |
66 | ||
8f33e7da NC |
67 | 2015-10-13 Nick Clifton <[email protected]> |
68 | ||
69 | * po/zh_TW.po: Updated Chinese translation. | |
70 | ||
886a2506 NC |
71 | 2015-10-07 Claudiu Zissulescu <[email protected]> |
72 | Cupertino Miranda <[email protected]> | |
73 | ||
74 | * configure.tgt: Added target arc-*-elf* and arc*-*-linux-uclibc*. | |
75 | * emulparams/arcebelf_prof.sh: New file | |
76 | * emulparams/arcebelf.sh: Likewise. | |
77 | * emulparams/arceblinux_prof.sh: Likewise. | |
78 | * emulparams/arceblinux.sh: Likewise. | |
79 | * emulparams/arcelf_prof.sh: Likewise. | |
80 | * emulparams/arcelf.sh: Likewise. | |
81 | * emulparams/arclinux_prof.sh: Likewise. | |
82 | * emulparams/arclinux.sh: Likewise. | |
83 | * emulparams/arcv2elfx.sh: Likewise. | |
84 | * emulparams/arcv2elf.sh: Likewise. | |
85 | * emultempl/arclinux.em: Likewise. | |
86 | * scripttempl/arclinux.sc: Likewise. | |
87 | * scripttempl/elfarc.sc: Likewise. | |
88 | * scripttempl/elfarcv2.sc: Likewise | |
89 | * Makefile.am: Add new ARC emulations. | |
90 | * Makefile.in: Regenerate. | |
91 | * NEWS: Mention the new feature. | |
92 | ||
d00c2bc9 L |
93 | 2015-10-04 H.J. Lu <[email protected]> |
94 | ||
95 | * configure.tgt (targ_extra_emuls): Add elf_iamcu for Solaris2/x86. | |
96 | ||
0e1e4a75 KK |
97 | 2015-10-01 Kaz Kojima <[email protected]> |
98 | ||
99 | * configure.tgt (targ_extra_emuls): Remove shlelf and | |
100 | shelf from sh*-*-linux cases. | |
101 | ||
a39d2e82 RF |
102 | 2015-09-30 Rich Felker <[email protected]> |
103 | ||
104 | * configure.tgt (targ_extra_emuls): Add fdpic and misc | |
105 | emulations to sh*-*-linux* targets. | |
106 | ||
56e6cf80 NC |
107 | 2015-09-29 Nick Clifton <[email protected]> |
108 | ||
109 | PR ld/19014 | |
110 | * ld.texinfo (Options): Fix spelling mistake. | |
111 | ||
3074964f AM |
112 | 2015-09-24 Alan Modra <[email protected]> |
113 | ||
114 | PR ld/18992 | |
115 | * ldmain.c (main): Always enable --sysroot. | |
116 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't | |
117 | prepend sysroot to relative rpath/runpath. | |
118 | ||
b6518b38 NC |
119 | 2015-09-23 Nick Clifton <[email protected]> |
120 | ||
121 | * emultempl/elf32.em (ehdr_start_empty): New static variable. | |
122 | (before_allocation): Use it to initialise ehdr_start_save. | |
123 | * emultempl/pe.em (write_build_id): Remove useless double | |
124 | parenthesis. | |
125 | * emultempl/pep.em (write_build_id): Likewise. | |
126 | ||
5fe2850d L |
127 | 2015-09-22 H.J. Lu <[email protected]> |
128 | ||
129 | * emultempl/alphaelf.em (alpha_after_parse): Call | |
130 | gld${EMULATION_NAME}_after_parse instead of | |
131 | after_parse_default. | |
132 | * emultempl/cr16elf.em (cr16elf_after_parse): Likewise. | |
133 | * emultempl/crxelf.em (crxelf_after_parse); Likewise. | |
134 | * emultempl/hppaelf.em (hppaelf_after_parse): Likewise. | |
135 | * emultempl/mipself.em (mips_after_parse): Likewise. | |
136 | * emultempl/nds32elf.em (nds32_elf_after_parse): Likewise. | |
137 | * emultempl/elf32.em: Don't include ldlex.h. | |
138 | (gld${EMULATION_NAME}_after_parse): New function. | |
139 | (gld${EMULATION_NAME}_handle_option) [GENERATE_PIE_SCRIPT] | |
140 | <OPTION_PIE>: Removed. | |
141 | (ld_${EMULATION_NAME}_emulation): Replace after_parse_default | |
142 | with gld${EMULATION_NAME}_after_parse. | |
143 | * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): | |
144 | Renamed to ... | |
145 | (ia64elf_after_parse): This. Call | |
146 | gld${EMULATION_NAME}_after_parse instead of after_parse_default. | |
147 | (LDEMUL_AFTER_PARSE): Replace gld${EMULATION_NAME}_after_parse | |
148 | with ia64elf_after_parse. | |
149 | ||
5c383f02 RO |
150 | 2015-09-22 Rainer Orth <[email protected]> |
151 | ||
152 | * emulparams/solaris2.sh (GENERATE_PIE_SCRIPT): Set to yes. | |
153 | ||
154 | * emultempl/elf32.em: Include ldlex.h. | |
155 | (gld${EMULATION_NAME}_handle_option) [GENERATE_PIE_SCRIPT] | |
156 | <OPTION_PIE>: Set DF_1_PIE. | |
157 | ||
95421fb9 AM |
158 | 2015-09-22 Alan Modra <[email protected]> |
159 | ||
160 | * ld.texinfo: Put --dotsyms/--no-dotsyms on separate lines. | |
161 | Ditto for --save-restore-funcs and --tls-get-addr-optimize. | |
162 | ||
9b8b325a RF |
163 | 2015-09-20 Rich Felker <[email protected]> |
164 | ||
165 | * ld.texinfo (--no-dynamic-linker): Document. | |
166 | * ldlex.h (enum option_values): Add OPTION_NO_DYNAMIC_LINKER. | |
167 | * lexsup.c (ld_options, parse_args): Handle --no-dynamic-linker. | |
168 | ||
7ae4ea7d AM |
169 | 2015-09-18 Alan Modra <[email protected]> |
170 | ||
171 | * ld.texinfo: Document PowerPC64 --{no-,}save-restore-funcs. | |
172 | ||
7c9cf415 AM |
173 | 2015-09-18 Alan Modra <[email protected]> |
174 | ||
175 | * emultempl/ppc64elf.em (params): Init tls_get_addr_opt field to -1. | |
176 | (OPTION_TLS_GET_ADDR_OPT): Define. | |
177 | (PARSE_AND_LIST_LONGOPTS): Handle --tls-get-addr-opt. | |
178 | (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise. | |
179 | * ld.texinfo: Document --tls-get-addr-optimize and | |
180 | --no-tls-get-addr-optimize. | |
181 | ||
975f8a9e AM |
182 | 2015-09-18 Alan Modra <[email protected]> |
183 | ||
184 | PR ld/18963 | |
185 | * ldexp.h (struct ldexp_control): Add rel_from_abs. | |
186 | (ldexp_finalize_syms): Declare. | |
187 | * ldexp.c (new_rel_from_abs): Keep absolute for expressions | |
188 | outside of output section statements. Set rel_from_abs. | |
189 | (make_abs, exp_fold_tree, exp_fold_tree_no_dot): Clear rel_from_abs. | |
190 | (struct definedness_hash_entry): Add final_sec, and comment. | |
191 | (update_definedness): Set final_sec. | |
192 | (set_sym_sections, ldexp_finalize_syms): New functions. | |
193 | * ldlang.c (lang_process): Call ldexp_finalize_syms. | |
194 | ||
64597d82 NC |
195 | 2015-09-10 Nick Clifton <[email protected]> |
196 | ||
197 | * po/zh_CN.po: Updated simplified Chinese translation. | |
198 | ||
ea4a7f99 | 199 | 2015-09-09 James Bowman <[email protected]> |
200 | ||
201 | * scripttempl/ft32.sc: default linker script RAM and | |
202 | FLASH size symbols | |
203 | ||
081bb924 NC |
204 | 2015-09-09 Nick Clifton <[email protected]> |
205 | ||
206 | * po/zh_CN.po: Updated simplified Chinese translation. | |
207 | ||
5707d2ad NC |
208 | 2015-09-08 Nick Clifton <[email protected]> |
209 | ||
210 | * ld.texinfo (Source Code Reference): Extend description to | |
211 | include an example using arrays. | |
212 | ||
c005eb9e AB |
213 | 2015-07-28 Andrew Burgess <[email protected]> |
214 | ||
215 | * ld.h (enum orphan_handling_enum): New. | |
216 | (ld_config_type): Remove warn_orphan, add orphan_handling. | |
217 | * ldemul.c (ldemul_place_orphan): Remove warning about orphan | |
218 | sections. | |
219 | * ldlang.c (ldlang_place_orphan): New function. | |
220 | (lang_place_orphans): Call ldlang_place_orphan. | |
221 | * ldlex.h (enum option_values): Remove OPTION_WARN_ORPHAN and | |
222 | OPTION_NO_WARN_ORPHAN, add OPTION_ORPHAN_HANDLING. | |
223 | * lexsup.c (ld_options): Remove 'warn-orphan' and | |
224 | 'no-warn-orphan', add 'orphan-handling'. | |
225 | (parse_args): Remove handling for OPTION_WARN_ORPHAN and | |
226 | OPTION_NO_WARN_ORPHAN, add handling for OPTION_ORPHAN_HANDLING. | |
227 | * NEWS: Replace text about --warn-orphan with --orphan-handling. | |
228 | * ld.texinfo (Options): Remove --warn-orphan entry and add | |
229 | entry on --orphan-handling. | |
230 | (Orphan Sections): Add reference to relevant command line options. | |
231 | ||
6033bf41 NC |
232 | 2015-09-03 Nick Clifton <[email protected]> |
233 | ||
234 | * ld.texinfo (--build-id): Fix typo. The COFF/PE build-id section | |
235 | is called .buildid not .build-id. | |
236 | ||
a5e406b5 NC |
237 | 2015-09-03 Nick Clifton <[email protected]> |
238 | ||
239 | (Source Code Reference): Fix off-by-one typo in example of how to | |
240 | use linker script symbols in C source code. | |
241 | ||
64d94ba0 AM |
242 | 2015-08-19 Alan Modra <[email protected]> |
243 | ||
244 | * emultempl/aix.em: Don't set link_info.pic. | |
245 | * emultempl/pe.em: Likewise. | |
246 | * emultempl/pep.em: Likewise. | |
247 | * emultempl/sunos.em: Likewise. | |
248 | * lexsup.c (parse_args): Likewise. Set type_pie for -pie. | |
249 | * plugin.c (set_tv_header <LDPT_LINKER_OUTPUT>): Simplify. | |
250 | ||
0e1862bb L |
251 | 2015-08-18 H.J. Lu <[email protected]> |
252 | ||
253 | * ld/ldctor.c: Replace shared, executable, relocatable and pie | |
254 | fields with bfd_link_executable, bfd_link_dll, | |
255 | bfd_link_relocatable, bfd_link_pic and bfd_link_pie. | |
256 | * ld/ldemul.c: Likewise. | |
257 | * ld/ldfile.c: Likewise. | |
258 | * ld/ldlang.c: Likewise. | |
259 | * ld/ldmain.c: Likewise. | |
260 | * ld/ldwrite.c: Likewise. | |
261 | * ld/lexsup.c: Likewise. | |
262 | * ld/pe-dll.c: Likewise. | |
263 | * ld/plugin.c: Likewise. | |
264 | * ld/emultempl/aarch64elf.em: Likewise. | |
265 | * ld/emultempl/aix.em: Likewise. | |
266 | * ld/emultempl/alphaelf.em: Likewise. | |
267 | * ld/emultempl/armcoff.em: Likewise. | |
268 | * ld/emultempl/armelf.em: Likewise. | |
269 | * ld/emultempl/avrelf.em: Likewise. | |
270 | * ld/emultempl/beos.em: Likewise. | |
271 | * ld/emultempl/cr16elf.em: Likewise. | |
272 | * ld/emultempl/elf-generic.em: Likewise. | |
273 | * ld/emultempl/elf32.em: Likewise. | |
274 | * ld/emultempl/genelf.em: Likewise. | |
275 | * ld/emultempl/generic.em: Likewise. | |
276 | * ld/emultempl/gld960.em: Likewise. | |
277 | * ld/emultempl/gld960c.em: Likewise. | |
278 | * ld/emultempl/hppaelf.em: Likewise. | |
279 | * ld/emultempl/irix.em: Likewise. | |
280 | * ld/emultempl/linux.em: Likewise. | |
281 | * ld/emultempl/lnk960.em: Likewise. | |
282 | * ld/emultempl/m68hc1xelf.em: Likewise. | |
283 | * ld/emultempl/m68kcoff.em: Likewise. | |
284 | * ld/emultempl/m68kelf.em: Likewise. | |
285 | * ld/emultempl/metagelf.em: Likewise. | |
286 | * ld/emultempl/mipself.em: Likewise. | |
287 | * ld/emultempl/mmo.em: Likewise. | |
288 | * ld/emultempl/msp430.em: Likewise. | |
289 | * ld/emultempl/nds32elf.em: Likewise. | |
290 | * ld/emultempl/needrelax.em: Likewise. | |
291 | * ld/emultempl/nios2elf.em: Likewise. | |
292 | * ld/emultempl/pe.em: Likewise. | |
293 | * ld/emultempl/pep.em: Likewise. | |
294 | * ld/emultempl/ppc32elf.em: Likewise. | |
295 | * ld/emultempl/ppc64elf.em: Likewise. | |
296 | * ld/emultempl/sh64elf.em: Likewise. | |
297 | * ld/emultempl/solaris2.em: Likewise. | |
298 | * ld/emultempl/spuelf.em: Likewise. | |
299 | * ld/emultempl/sunos.em: Likewise. | |
300 | * ld/emultempl/tic6xdsbt.em: Likewise. | |
301 | * ld/emultempl/ticoff.em: Likewise. | |
302 | * ld/emultempl/v850elf.em: Likewise. | |
303 | * ld/emultempl/vms.em: Likewise. | |
304 | * ld/emultempl/vxworks.em: Likewise. | |
305 | ||
43417696 AM |
306 | 2015-08-18 Alan Modra <[email protected]> |
307 | ||
308 | * ldexp.c (exp_fold_tree_1): Clear linker_def on symbol assignment. | |
309 | ||
e0a3af22 AM |
310 | 2015-08-06 Alan Modra <[email protected]> |
311 | ||
312 | * ldexp.c (align_dot_val): Delete. | |
313 | (fold_unary <ALIGN_K, NEXT>): Revert 2015-07-10 change. | |
314 | (is_align_conditional): Revert 2015-07-20 change. | |
315 | (exp_fold_tree_1): Likewise, but keep expanded comment. | |
316 | * scripttempl/elf.sc (.ldata, .bss): Revert 2015-07-20 change. | |
317 | * ld.texinfo (<ALIGN>): Correct description. | |
318 | ||
0a618243 AB |
319 | 2015-08-04 Andrew Burgess <[email protected]> |
320 | ||
321 | * ld.texinfo (Options): Document --require-defined option. | |
322 | * ldlang.c (struct require_defined_symbol): New structure. | |
323 | (require_defined_symbol_list): New variable. | |
324 | (ldlang_add_require_defined): New function. | |
325 | (ldlang_check_require_defined_symbols): New function. | |
326 | (lang_process): Check required symbols are defined. | |
327 | * ldlang.h (ldlang_add_require_defined): Declare. | |
328 | * ldlex.h (enum option_values): Add OPTION_REQUIRE_DEFINED_SYMBOL. | |
329 | * lexsup.c (ld_options): Add '--require-defined' entry. | |
330 | (parse_args): Handle '--requre-defined' entry. | |
331 | * NEWS: Mention new '--require-defined' option. | |
332 | ||
127fcdff AB |
333 | 2015-08-03 Andrew Burgess <[email protected]> |
334 | ||
335 | * ld.texinfo (MEMORY): Explain that multiple MEMORY commands are | |
336 | acceptable. | |
337 | ||
e77e648e L |
338 | 2015-07-29 H.J. Lu <[email protected]> |
339 | ||
340 | * lexsup.c (parse_args): Don't set link_info.executable to | |
341 | TRUE for link_info.relocatable. | |
342 | ||
37a42ee9 L |
343 | 2015-07-27 H.J. Lu <[email protected]> |
344 | ||
345 | * configure: Regenerated. | |
346 | ||
aff1a65e NC |
347 | 2015-07-24 Nick Clifton <[email protected]> |
348 | ||
349 | * emulparams/elf32rl78.sh (OTHER_SECTIONS): Provide a value for | |
350 | the _-rl78_abs__ symbol. | |
351 | ||
d9d11c36 AM |
352 | 2015-07-20 Alan Modra <[email protected]> |
353 | ||
354 | * emulparams/criself.sh (INIT_ADDR, FINI_ADDR): Define. | |
355 | (INIT_START, FINI_START): Don't ALIGN. | |
356 | * scriptempl/elf.sc (.init, .fini): Apply INIT_ADDR/FINI_ADDR. | |
357 | ||
e474ab13 AM |
358 | 2015-07-20 Alan Modra <[email protected]> |
359 | ||
360 | * scripttempl/elf.sc (.ldata, .bss): Align absolute value of dot. | |
361 | * ldexp.c (is_align_conditional): Handle binary ALIGN. | |
362 | (exp_fold_tree_1): Move code setting SEC_KEEP for assignments to | |
363 | dot inside output sections. Handle absolute expressions. | |
364 | ||
19a7fe52 L |
365 | 2015-07-14 H.J. Lu <[email protected]> |
366 | ||
367 | * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Make | |
368 | --compress-debug-sections=zlib the same as | |
369 | --compress-debug-sections=zlib-gabi. | |
370 | * ld.texinfo: Change --compress-debug-sections=zlib to zlib-gabi. | |
371 | ||
1f0d470a NC |
372 | 2015-07-14 Nick Clifton <[email protected]> |
373 | ||
374 | * ld.texinfo (Options): Add missing period after @xref. | |
375 | ||
a2c59f28 AM |
376 | 2015-07-10 Alan Modra <[email protected]> |
377 | ||
378 | * ldexp.c (align_dot_val): New function. | |
379 | (fold_unary <ALIGN_K, NEXT>): Use it. | |
380 | ||
0f088b2a KT |
381 | 2015-07-03 Kai Tietz <[email protected]> |
382 | ||
383 | PR ld/11539 | |
384 | * scripttempl/pep.sc: Mark .idata*, .CRT*, .tls*, | |
385 | .rsrc*, .init, .ctor*, .dtor*, .fini, .jcr, | |
386 | .eh_frame, .pdata. .xdata, and .gcc_except_table sections | |
387 | as KEEP. | |
388 | * scripttempl/pe.sc: Likewise. | |
389 | * ld.texinfo: Document that --gc-sections has experimental support | |
390 | for COFF and PE targets. | |
391 | * NEWS: Mention experimental support. | |
392 | ||
b6b3dd8f AM |
393 | 2015-07-03 Alan Modra <[email protected]> |
394 | ||
395 | * Makefile.am (eelf32or1k.c, eelf32or1k_linux.c): Depend on ELF_DEPS. | |
396 | * Makefile.in: Regenerate. | |
397 | ||
ee0c0c50 L |
398 | 2015-06-28 H.J. Lu <[email protected]> |
399 | ||
400 | * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): | |
401 | Replace COMPRESS_DEBUG_ZLIB with COMPRESS_DEBUG_GNU_ZLIB. | |
402 | ||
c742574f L |
403 | 2015-06-26 H.J. Lu <[email protected]> |
404 | ||
405 | * emulparams/elf_iamcu.sh (COMPILE_IN): New. | |
406 | ||
a2a4d60d NC |
407 | 2015-06-15 Nick Clifton <[email protected]> |
408 | ||
409 | PR ld/18466 | |
410 | * emultempl/pe.em (pe_find_data_imports): Generate an error if a | |
411 | symbol name is too long to handle. | |
412 | * emultempl/pep.em (pep_find_data_imports): Likewise. | |
413 | ||
3604cb1f TG |
414 | 2015-06-12 Tristan Gingold <[email protected]> |
415 | ||
416 | * NEWS: Mention new option. | |
417 | * lexsup.c (parse_args): Handle --print-memory-usage. | |
418 | (ld_options): Add --print-memory-usage. | |
419 | * ldmain.c (main): Call lang_print_memory_usage. | |
420 | * ldlex.h (enum option_values): Add OPTION_PRINT_MEMORY_USAGE. | |
421 | * ldlang.h: Add prototype of lang_print_memory_usage. | |
422 | * ldlang.c (lang_print_memory_size, lang_print_memory_usage): New | |
423 | functions. | |
424 | * ld.texinfo (Options): Document --print-memory-usage. | |
425 | * ld.h (args_type): Add print_memory_usage field. | |
426 | ||
1e1b2efc NC |
427 | 2015-06-08 Nick Clifton <[email protected]> |
428 | ||
429 | * po/fr.po: Updated French Translation. | |
430 | ||
2f0c68f2 CM |
431 | 2015-05-28 Catherine Moore <[email protected]> |
432 | Paul Brook <[email protected]> | |
433 | ||
2f0c68f2 CM |
434 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): |
435 | Add Compact EH support. | |
436 | * scripttempl/elf.sc: Handle .eh_frame_entry and .gnu_extab | |
437 | sections. | |
438 | ||
68880f31 CLT |
439 | 2015-05-17 Chung-Lin Tang <[email protected]> |
440 | ||
441 | * configure.ac (AC_PROG_GREP): Check for grep program. | |
442 | (elf_list_options,elf_shlib_list_options,elf_plt_unwind_list_options): | |
443 | Enable ELF option printing for emulations containing | |
444 | 'TEMPLATE_NAME=elf32'. | |
445 | * configure: Regenerate. | |
446 | ||
fd1c4238 NC |
447 | 2015-05-14 Nick Clifton <[email protected]> |
448 | ||
449 | * ld.texinfo (ASSERT): Describe the interaction with PROVIDEd | |
450 | symbols. | |
451 | ||
5197d474 L |
452 | 2015-05-11 H.J. Lu <[email protected]> |
453 | ||
454 | * configure.tgt: Support i[3-7]86-*-elfiamcu target. | |
455 | ||
7e0a8112 L |
456 | 2015-05-11 H.J. Lu <[email protected]> |
457 | ||
458 | * Makefile.am (ALL_EMULATION_SOURCES): Add eelf_iamcu.c. | |
459 | (eelf_iamcu.c): New. | |
460 | * configure.tgt (targ_extra_emuls): Add elf_iamcu if elf_i386 is | |
461 | enabled in BFD. | |
462 | * Makefile.in: Regenerated. | |
463 | * emulparams/elf_iamcu.sh: New file. | |
464 | ||
837a17b3 NC |
465 | 2015-05-05 Nick Clifton <[email protected]> |
466 | ||
467 | * emulparams/msp430elf.sh (TEMPLATE_NAME): Change to msp430. | |
468 | * scripttempl/msp430.sc (.text): Add .lower.text and .either.text. | |
469 | (.data): Add .lower.data and .either.data. | |
470 | (.bss): Add .lower.bss and .either.bss. | |
471 | (.rodata): Add .lower.rodata and .either.rodata. | |
472 | * emultempl/msp430.em: New file. Implements a new orphan | |
473 | placement algorithm that divides sections between lower and upper | |
474 | memory regions. | |
475 | * Makefile.am (emsp430elf.c): Depend upon msp430.em. | |
476 | *emsp430X.c): Likewise. | |
477 | * Makefine.in: Regenerate. | |
478 | ||
a13eab06 AS |
479 | 2015-04-28 Andreas Schwab <[email protected]> |
480 | ||
481 | PR ld/18344 | |
482 | * ldlex.l (INPUTLIST): Increment lineno on newline. | |
483 | ||
44bd1acd AM |
484 | 2015-04-24 Alan Modra <[email protected]> |
485 | ||
486 | * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation): | |
487 | Call gld${EMULATION_NAME}_map_segments regardless of need_laying_out. | |
488 | ||
08e2f2bb DD |
489 | 2015-04-24 DJ Delorie <[email protected]> |
490 | ||
491 | * Makefile.am (msp430): Rename primary emulation to msp430elf. | |
492 | (emsp430.c): Rename to emsp430elf.c, update dependencies | |
493 | (emsp430X.c): Update dependencies. | |
494 | * Makefile.in: Likewise. | |
495 | * configure.tgt (msp430-*-*): Rename primary emulation to msp430elf. | |
d9e88e90 | 496 | * emulparams/msp430.sh: Rename to msp430elf.sh. |
08e2f2bb DD |
497 | * emulparams/msp430X.sh: Update. |
498 | ||
f6fe1ccd L |
499 | 2015-04-23 H.J. Lu <[email protected]> |
500 | ||
501 | PR binutils/18209 | |
502 | * ldfile.c (ldfile_try_open_bfd): Set is_linker_input to 1. | |
503 | ||
a27e685f AM |
504 | 2015-04-23 Alan Modra <[email protected]> |
505 | ||
506 | * emulparams/elf64ppc.sh (GOT): Align. | |
507 | ||
0e5fabeb AM |
508 | 2015-04-22 Alan Modra <[email protected]> |
509 | ||
510 | * ldexp.h (struct ldexp_control): Delete dataseg.min_base. Add | |
511 | data_seg.relro_offset. | |
512 | * ldexp.c (fold_binary <DATA_SEGMENT_ALIGN>): Don't set min_base. | |
513 | (fold_binary <DATA_SEGMENT_RELRO_END>): Do set relro_offset. | |
514 | * ldlang.c (lang_size_sections): Rewrite code adjusting relro | |
515 | segment base to line up last section on page boundary. | |
516 | ||
ea556d25 L |
517 | 2015-04-15 H.J. Lu <[email protected]> |
518 | ||
519 | * NEWS: Mention | |
520 | --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]. | |
521 | ||
0ce398f1 L |
522 | 2015-04-14 H.J. Lu <[email protected]> |
523 | ||
524 | * ld.texinfo: Document --compress-debug-sections=. | |
525 | * ldmain.c (main): Set BFD_COMPRESS on output_bfd if | |
526 | COMPRESS_DEBUG is set. Set BFD_COMPRESS_GABI on output_bfd | |
527 | for COMPRESS_DEBUG_GABI_ZLIB. | |
528 | * lexsup.c (elf_static_list_options): Add | |
529 | --compress-debug-sections=. | |
530 | * emultempl/elf32.em (OPTION_COMPRESS_DEBUG): New. | |
531 | (xtra_long): Add "compress-debug-sections". | |
532 | (gld${EMULATION_NAME}_handle_option): Handle | |
533 | OPTION_COMPRESS_DEBUG. | |
534 | ||
889c2a67 L |
535 | 2015-04-14 H.J. Lu <[email protected]> |
536 | ||
537 | PR ld/pr17709 | |
538 | * ld.texinfo: Document "-z noextern-protected-data". | |
539 | * ldmain.c (main): Initialize link_info.extern_protected_data | |
540 | to -1. | |
541 | * lexsup.c (elf_shlib_list_options): Add | |
542 | "-z [no]extern-protected-data". | |
543 | * emulparams/elf32_x86_64.sh: Source extern_protected_data.sh. | |
544 | * emulparams/elf_i386.sh: Likewise. | |
545 | * emulparams/elf_i386_be.sh: Likewise. | |
546 | * emulparams/elf_i386_chaos.sh: Likewise. | |
547 | * emulparams/elf_i386_ldso.sh: Likewise. | |
548 | * emulparams/elf_i386_vxworks.sh: Likewise. | |
549 | * emulparams/elf_k1om.sh: Likewise. | |
550 | * emulparams/elf_l1om.sh: Likewise. | |
551 | * emulparams/elf_x86_64.sh: Source extern_protected_data.sh. | |
552 | (PARSE_AND_LIST_OPTIONS): Renamed to ... | |
553 | (PARSE_AND_LIST_OPTIONS_BNDPLT): This. | |
554 | (PARSE_AND_LIST_ARGS_CASE_Z): Renamed to ... | |
555 | (PARSE_AND_LIST_ARGS_CASE_Z_BNDPLT): This. | |
556 | (PARSE_AND_LIST_OPTIONS): Append $PARSE_AND_LIST_OPTIONS_BNDPLT. | |
557 | (PARSE_AND_LIST_ARGS_CASE_Z): Append | |
558 | $PARSE_AND_LIST_ARGS_CASE_Z_BNDPLT. | |
559 | * emulparams/extern_protected_data.sh: New file. | |
560 | ||
fd5a1509 L |
561 | 2015-04-11 H.J. Lu <[email protected]> |
562 | ||
563 | * plugin.c (plugin_load_plugins): Removed an extra ';'. | |
564 | ||
080bb7bb NC |
565 | 2015-04-10 Nick Clifton <[email protected]> |
566 | ||
567 | PR binutils/18198 | |
568 | * ld.texinfo (--be8): Add a note about the interaction of this | |
569 | option with the assembler's -EB option. | |
570 | ||
8c3fff59 AM |
571 | 2015-04-10 Alan Modra <[email protected]> |
572 | ||
573 | * configure.ac: Set elf_list_options etc. in proper case. | |
574 | * configure: Regenerate. | |
575 | ||
6166ed93 AM |
576 | 2015-04-10 Alan Modra <[email protected]> |
577 | ||
578 | PR ld/18223 | |
579 | * ldlang.c (lang_process): Add _init and _fini to gc_sym_list. | |
580 | ||
eba27bd7 L |
581 | 2015-04-09 H.J. Lu <[email protected]> |
582 | ||
583 | * emulparams/elf_x86_64.sh (BNDPLT): Removed. | |
584 | (PARSE_AND_LIST_OPTIONS): New. | |
585 | (PARSE_AND_LIST_ARGS_CASE_Z): Likewise. | |
586 | * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Remove | |
587 | BNDPLT check. Handle PARSE_AND_LIST_ARGS_CASE_Z. | |
588 | (gld${EMULATION_NAME}_list_options): Remove BNDPLT check. | |
589 | ||
233723a4 NC |
590 | 2015-04-09 Nick Clifton <[email protected]> |
591 | ||
592 | * po/fr.po: Updated French translation. | |
593 | ||
82d8e420 L |
594 | 2015-04-08 H.J. Lu <[email protected]> |
595 | ||
596 | * configure.ac (elf_list_options): Set to TRUE for | |
597 | --enable-targets=all. | |
598 | (elf_shlib_list_options): Likewise. | |
599 | (elf_plt_unwind_list_options): Likewise. | |
600 | * configure: Regenerated. | |
601 | ||
31b94bbb L |
602 | 2015-04-08 H.J. Lu <[email protected]> |
603 | ||
604 | * emulparams/elf32bmipn32-defs.sh: Skip empty EMULATION_NAME. | |
605 | ||
c58212ea L |
606 | 2015-04-08 H.J. Lu <[email protected]> |
607 | ||
608 | * Makefile.am (ELF_CLFAGS): New. | |
609 | (AM_CFLAGS): Add $(ELF_CLFAGS). | |
610 | * configure.ac (elf_list_options): New. AC_SUBST. | |
611 | (elf_shlib_list_options): Likewise. | |
612 | (elf_plt_unwind_list_options): Likewise. | |
613 | * lexsup.c (elf_shlib_list_options): New. | |
614 | (elf_static_list_options): Likewise. | |
615 | (elf_plt_unwind_list_options): Likewise. | |
616 | (ld_list_options): Likewise. | |
617 | (help): Call ld_list_options. | |
618 | * Makefile.in: Regenerated. | |
619 | * configure: Likewise. | |
620 | * emulparams/plt_unwind.sh (PLT_UNWIND): New. | |
621 | (PARSE_AND_LIST_OPTIONS): Removed. | |
622 | * emultempl/elf32.em (gld_list_options): New. | |
623 | (gld${EMULATION_NAME}_list_options): Define only if BNDPLT or | |
624 | PARSE_AND_LIST_OPTIONS is defined. | |
625 | (ld_${EMULATION_NAME}_emulation): Replace | |
626 | gld${EMULATION_NAME}_list_options with ${gld_list_options. | |
627 | ||
0fad6e4b AM |
628 | 2015-04-07 Alan Modra <[email protected]> |
629 | ||
630 | PR ld/18176 | |
631 | * ldlang.c (lang_size_sections): Cast shift expression. | |
632 | ||
d3e454b9 AM |
633 | 2015-04-07 Alan Modra <[email protected]> |
634 | ||
635 | * emultempl/ppc32elf.em: Handle --no-pic-fixup. | |
636 | (params): Init new field. | |
637 | (ppc_before_allocation): Enable relaxation for pic_fixup. | |
638 | ||
3ea60775 NC |
639 | 2015-04-07 Nick Clifton <[email protected]> |
640 | ||
641 | * ld.h (struct ld_config_type): Add new field: warn_orphan. | |
642 | * ldlex.h (enum option_values): Add OPTION_WARN_ORPHAN and | |
643 | OPTION_NO_WARN_ORPHAN. | |
644 | * lexsup.c (ld_options): Add --warn-orphan and --no-warn-orphan. | |
645 | (parse_args): Handle the new options. | |
646 | * ldemul.c (ldemul_place_orphan): If requested, generate a warning | |
647 | message when an orphan section is placed in the output file. | |
648 | * ld.texinfo: Document the new option. | |
649 | * NEWS: Mention the new feature. | |
650 | ||
15c7659f AT |
651 | 2015-04-02 Andrew Turner <[email protected]> |
652 | ||
653 | * Makefile.am: Add FreeBSD aarch64 files. | |
654 | * Makefile.in: Regenerate. | |
655 | * configure.tgt: Add aarch64-*-freebsd* target triple. | |
656 | * emulparams/aarch64fbsd.sh: New file. | |
657 | * emulparams/aarch64fbsdb.sh: New file. | |
658 | ||
a0bde398 L |
659 | 2015-04-01 H.J. Lu <[email protected]> |
660 | ||
661 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Work | |
662 | around a GCC uninitialized warning bug fixed in GCC 4.6. | |
663 | ||
4106101c MS |
664 | 2015-04-01 Tejas Belagod <[email protected]> |
665 | ||
666 | * emultempl/aarch64elf.em | |
667 | (aarch64_elf_create_output_section_statements): Add parameter in | |
668 | bfd_elf${ELFSIZE}_aarch64_set_options call. | |
669 | (OPTION_FIX_ERRATUM_843419): Define. | |
670 | (PARSE_AND_LIST_LONGOPTS): Add fix-cortex-a53-843419. | |
671 | (PARSE_AND_LIST_ARGS_CASES): Add OPTION_FIX_ERRATUM_843419. | |
672 | ||
16c1c9d6 CG |
673 | 2015-04-01 Chen Gang <[email protected]> |
674 | ||
675 | * emulparams/elf32_tic6x_le.sh: Skip OTHER_BSS_SECTIONS for | |
676 | relocating operation. | |
677 | ||
6c1aca3e AM |
678 | 2015-04-01 Alan Modra <[email protected]> |
679 | ||
875b5b9d | 680 | PR ld/18176 |
6c1aca3e AM |
681 | * ldlang.c (lang_size_sections): When alignment of sections |
682 | results in relro base adjustment being too large, don't go lower | |
683 | than the initial value. | |
684 | * ldexp.c (fold_binary <DATA_SEGMENT_RELRO_END>): Comment. | |
685 | * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Omit SEGMENT_SIZE | |
686 | alignment when SEGMENT_SIZE is the same as MAXPAGESIZE. | |
687 | ||
4a0bc59e AM |
688 | 2015-04-01 Alan Modra <[email protected]> |
689 | ||
690 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Don't | |
691 | init ehdr_start_save. | |
692 | ||
42271ec5 AM |
693 | 2015-04-01 Alan Modra <[email protected]> |
694 | ||
695 | * Makefile.am (eelf32ppcvxworks.c): Depend on ppc32elf.em and | |
696 | ldemul-list.h. | |
697 | (eelf32lppc.c, eelf32lppclinux.c, eelf32lppcnto.c, eelf32lppcsim.c, | |
698 | eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppclinux.c, eelf32ppcnto.c, | |
699 | eelf32ppcsim.c): Rearrange deps for consistency. | |
700 | * Makefile.in: Regenerate. | |
701 | ||
4e791d0f ES |
702 | 2015-04-01 Ed Schouten <[email protected]> |
703 | ||
704 | * emultempl/elf32.em (gld*_before_allocation): Zero-initialize | |
705 | the ehdr_start_save variable. | |
706 | ||
6036f486 ES |
707 | 2015-03-31 Ed Schouten <[email protected]> |
708 | ||
709 | * Makefile.am (ALL_64_EMULATION_SOURCES): Add | |
710 | eelf_x86_64_cloudabi.c. | |
711 | (eelf_x86_64_cloudabi.c): New. | |
712 | * configure.tgt (targ_emul): Set to elf_x86_64_cloudabi for | |
713 | x86_64-*-cloudabi*. | |
714 | * Makefile.in: Regenerated. | |
715 | * emulparams/elf_x86_64_cloudabi.sh: New file. | |
716 | ||
f24173eb L |
717 | 2015-03-31 H.J. Lu <[email protected]> |
718 | ||
719 | * configure.ac (AM_ZLIB): Removed. | |
720 | * Makefile.in: Regenerated. | |
721 | * config.in: Likewise. | |
722 | * configure: Likewise. | |
723 | ||
d9ced15d MS |
724 | 2015-03-24 Marcus Shawcroft <[email protected]> |
725 | ||
726 | * emultempl/aarch64elf.em (_aarch64_add_stub_section): Set section | |
727 | alignment to 2. | |
728 | ||
499c37b5 MS |
729 | 2015-03-23 Marcus Shawcroft <[email protected]> |
730 | ||
731 | * emultempl/aarch64elf.em | |
732 | (elf${ELFSIZE}_aarch64_add_stub_section): Adjust layout. | |
733 | ||
b3862264 CG |
734 | 2015-03-18 Chen Gang <[email protected]> |
735 | ||
736 | * ldmain.c (main): Use %F instead of %X for einfo. | |
737 | ||
daf220f0 AM |
738 | 2015-03-02 Alan Modra <[email protected]> |
739 | ||
740 | * ld.texinfo (Options <-z nocopyreloc>): Rewrite. | |
741 | ||
f0673d20 NC |
742 | 2015-02-27 Nick Clifton <[email protected]> |
743 | ||
744 | PR ld/17900 | |
745 | * ldlang.c (lang_set_flags): Allow exclamation mark to reverse the | |
746 | sense of the following memory region attribute characters. | |
747 | ||
330b17b3 AM |
748 | 2015-02-27 Alan Modra <[email protected]> |
749 | ||
750 | * Makefile.am (ALL_EMULATION_SOURCES): Sort new h8300 entries. | |
751 | (eh8300elf_linux.c, eh8300helf_linux.c, eh8300self_linux.c, | |
752 | eh8300sxelf_linux.c): Do not invoke genscripts here. | |
753 | * Makefile.in: Regenerate. | |
754 | ||
685080f2 NC |
755 | 2015-02-24 Nick Clifton <[email protected]> |
756 | ||
757 | * Makefile.am (ev850.c): Add dependency upon | |
758 | $(srcdir)/emultempl/v850elf.em. | |
759 | (ev850_rh850.c): Likewise. | |
760 | * Makefile.in: Regenerate. | |
761 | * emultempl/v850elf.em: New file. | |
762 | * emulparams/v850.sh (EXTRA_EM_FILE): Define. | |
763 | * emulparams/v850_rh850.sh (EXTRA_EM_FILE): Define. | |
764 | * scripttempl/v850.sc: Add .note.renesas section. | |
765 | * scripttempl/v850_rh850.sc: Likewise. | |
766 | ||
cb072816 SKS |
767 | 2015-02-24 Senthil Kumar Selvaraj <[email protected]> |
768 | ||
769 | * scripttempl/avr.sc: Add new user_signatures region. Define and | |
770 | use symbols for all region lengths. | |
771 | * scripttempl/avrtiny.sc: Define and use symbols for all region | |
772 | lengths. | |
773 | ||
5518c738 YS |
774 | 2015-01-21 Yoshinori Sato <[email protected]> |
775 | ||
776 | * Makefile.am: (ALL_EMULATION_SOURCES): Add new emulations. | |
777 | * Makefile.in: Regenerate. | |
778 | * configure.tgt: Add h8300-*-linux | |
779 | * emulparams/h8300elf_linux.sh: Add new emulation. | |
780 | * emulparams/h8300helf_linux.sh: Likewise. | |
781 | * emulparams/h8300self_linux.sh: Likewise. | |
782 | * emulparams/h8300sxelf_linux.sh: Likewise. | |
783 | ||
f971c12f NC |
784 | 2015-02-23 Nick Clifton <[email protected]> |
785 | ||
786 | * lexsup.c (parse_args): Produce a more reasonable error message | |
787 | when -ixxx or -rxxx is the last option on the linker command line. | |
788 | ||
f58926a6 L |
789 | 2015-02-14 H.J. Lu <[email protected]> |
790 | ||
791 | PR ld/17973 | |
792 | * testplug2.c (allsymbolsread_silent): New. | |
793 | (set_register_hook): Handle allsymbolsreadsilent. | |
794 | (onall_symbols_read): Skip a message if allsymbolsread_silent is | |
795 | TRUE. | |
796 | ||
ce875075 AM |
797 | 2015-02-14 Alan Modra <[email protected]> |
798 | ||
799 | PR ld/17973 | |
800 | * ldlang.h (struct lang_input_statement_flags): Add lto_output. | |
801 | * ldlang.c (lang_process): Don't set loading_lto_outputs. | |
802 | * ldfile.c (ldfile_try_open_bfd): Transfer entry flags.lto_output | |
803 | to bfd. | |
804 | * plugin.c (add_input_file, add_input_library): Set flags.lto_output. | |
805 | ||
b0619670 L |
806 | 2015-02-13 H.J. Lu <[email protected]> |
807 | ||
808 | * NEWS: Mention support for LLVM plugin. | |
809 | ||
66bc8739 AM |
810 | 2015-02-13 Alan Modra <[email protected]> |
811 | ||
812 | * ld.texinfo (Options <--defsym>): Correct cross reference. | |
813 | ||
88b9e2eb L |
814 | 2015-02-11 H.J. Lu <[email protected]> |
815 | ||
816 | * lexsup.c (ld_options): Add --[no-]map-whole-files for gold | |
817 | option compatibility. | |
818 | ||
45e81354 L |
819 | 2015-02-11 H.J. Lu <[email protected]> |
820 | ||
821 | * plugin.c (message): Output "warning:" for LDPL_WARNING. Output | |
822 | "error:" for LDPL_FATAL and LDPL_ERROR. | |
823 | * testplug2.c (parse_option): Handle fatal, error and warning. | |
824 | ||
e3001fd9 L |
825 | 2015-02-11 H.J. Lu <[email protected]> |
826 | ||
827 | * testplug2.c (dump_tv_tag): Removed. | |
828 | (onall_symbols_read): Return LDPS_ERR if the file descriptor isn't | |
829 | closed. | |
830 | * testplug3.c (dump_tv_tag): Removed. | |
831 | (onclaim_file): Fix typo. | |
832 | ||
7275e869 L |
833 | 2015-02-11 H.J. Lu <[email protected]> |
834 | ||
835 | PR ld/17878 | |
836 | * Makefile.am (noinst_LTLIBRARIES): Add libldtestplug2.la and | |
837 | libldtestplug3.la. | |
838 | (libldtestplug2_la_SOURCES): New. | |
839 | (libldtestplug2_la_CFLAGS): Likewise. | |
840 | (libldtestplug2_la_LDFLAGS): Likewise. | |
841 | (libldtestplug3_la_SOURCES): New. | |
842 | (libldtestplug3_la_CFLAGS): Likewise. | |
843 | (libldtestplug3_la_LDFLAGS): Likewise. | |
844 | * Makefile.in: Regenerated. | |
845 | * testplug2.c: New file. | |
846 | * testplug3.c: Likewise. | |
847 | ||
b9dc5a87 L |
848 | 2015-02-11 H.J. Lu <[email protected]> |
849 | ||
850 | PR ld/17878 | |
851 | * plugin.c: Include ../bfd/plugin.h. | |
852 | (plugin_get_ir_dummy_bfd): Call bfd_create with | |
853 | link_info.output_bfd instead of srctemplate. Copy BFD info | |
854 | from srctemplate only if it doesn't use BFD plugin target | |
855 | vector. | |
856 | (plugin_load_plugins): Call register_ld_plugin_object_p with | |
857 | (plugin_object_p) | |
858 | (plugin_maybe_claim): Renamed to ... | |
859 | (plugin_object_p): This. Return dummy BFD target vector if | |
860 | input is calimed by plugin library, otherwise return NULL. | |
861 | Update plugin_format and plugin_dummy_bfd. | |
862 | (plugin_maybe_claim): New. Use plugin_object_p. | |
863 | ||
d319a098 L |
864 | 2015-02-10 H.J. Lu <[email protected]> |
865 | ||
866 | * plugin.c (plugin_maybe_claim): Initialize use_mmap. | |
867 | ||
38604796 L |
868 | 2015-02-10 H.J. Lu <[email protected]> |
869 | ||
870 | * plugin.c (plugin_input_file_t): Add use_mmap. | |
871 | (plugin_pagesize): New. | |
872 | (get_view): Use plugin_pagesize. Set use_mmap if mmap is used. | |
873 | (plugin_load_plugins): Initialize plugin_pagesize. | |
874 | (plugin_maybe_claim): Unmap the buffer if plugin didn't claim the | |
875 | file. | |
876 | ||
fe905789 L |
877 | 2015-02-10 H.J. Lu <[email protected]> |
878 | ||
879 | * plugin.c (get_view): Align offset passed to mmap. | |
880 | ||
1d5b29cf L |
881 | 2015-02-08 H.J. Lu <[email protected]> |
882 | ||
883 | * ldfile.c (ldfile_try_open_bfd): Don't call bfd_check_format | |
884 | if plugin isn't active or there is no thing more to claim. | |
885 | ||
e13419c4 L |
886 | 2015-02-08 H.J. Lu <[email protected]> |
887 | ||
888 | * plugin.c (plugin_maybe_claim): Check format against bfd_object | |
889 | directly. | |
890 | ||
93843894 L |
891 | 2015-02-07 H.J. Lu <[email protected]> |
892 | ||
893 | * plugin.c (plugin_maybe_claim): Replace entry->the_bfd with | |
894 | ibfd. | |
895 | ||
35a1e5f3 L |
896 | 2015-02-07 H.J. Lu <[email protected]> |
897 | ||
898 | * plugin.c: Include "libbfd.h". | |
899 | (plugin_strdup): New. | |
900 | (plugin_maybe_claim): Remove the argument of pointer to struct | |
901 | ld_plugin_input_file. Open and handle input entry. | |
902 | * plugin.h (plugin_maybe_claim): Updated. | |
903 | * ldfile.c (ldfile_try_open_bfd): Call plugin_maybe_claim directly | |
904 | without passing a pointer to struct ld_plugin_input_file. | |
905 | * ldmain.c: Don't include "libbfd.h". | |
906 | (add_archive_element): Call plugin_maybe_claim directly without | |
907 | passing a pointer to struct ld_plugin_input_file. | |
908 | ||
8dfef1bd L |
909 | 2015-02-06 H.J. Lu <[email protected]> |
910 | ||
911 | * ld.texinfo: Document -z text, -z notext and -z textoff. | |
912 | * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Add | |
913 | -z text, -z notext and -z textoff. | |
914 | ||
2aec968d L |
915 | 2015-02-06 H.J. Lu <[email protected]> |
916 | ||
917 | * configure.ac: Add AC_FUNC_MMAP. | |
918 | * config.in: Regenerated. | |
919 | * configure: Likewise. | |
920 | * plugin.c: Include <sys/mman.h>. | |
921 | (MAP_FAILED): New. Defined if not defined. | |
922 | (PROT_READ): Likewise. | |
923 | (MAP_PRIVATE): Likewise. | |
924 | (view_buffer_t): New. | |
925 | (plugin_input_file_t): Add view_buffer. | |
926 | (get_view): Try mmap and cache the view buffer. | |
927 | (plugin_maybe_claim): Initialize view_buffer. | |
928 | ||
119d62ff L |
929 | 2015-02-05 H.J. Lu <[email protected]> |
930 | ||
931 | * plugin.c (release_input_file): Set fd to -1 after closing it. | |
932 | (plugin_maybe_claim): Close fd only if fd != -1. | |
933 | ||
f4b78d18 L |
934 | 2015-02-05 H.J. Lu <[email protected]> |
935 | ||
936 | PR ld/17878 | |
937 | * plugin.c: Include <errno.h>. | |
938 | (errno): New. Declare if needed. | |
939 | (plugin_input_file_t): New. | |
940 | (get_input_file): Implemented. | |
941 | (get_view): Likewise. | |
942 | (release_input_file): Likewise. | |
943 | (add_symbols): Updated. | |
944 | (get_symbols): Likewise. | |
945 | (plugin_maybe_claim): Allocate a plugin_input_file_t. Close fd | |
946 | only for a bfd_object input. | |
947 | ||
6c2573b7 AM |
948 | 2015-02-02 Alan Modra <[email protected]> |
949 | ||
950 | * emultempl/ppc64elf.em (toc_section_name): New var. | |
951 | (ppc_after_open): Set it. | |
952 | (ppc_before_allocation): Use it. | |
953 | (gld${EMULATION_NAME}_after_allocation): Here too. | |
954 | ||
716db898 L |
955 | 2015-01-29 H.J. Lu <[email protected]> |
956 | ||
957 | * ldfile.c (ldfile_try_open_bfd): Replace plugin_active_plugins_p() | |
958 | with link_info.lto_plugin_active. | |
959 | * ldlang.c (lang_process): Likewise. | |
960 | * ldmain.c (add_archive_element): Likewise. | |
961 | * plugin.c (plugin_active_plugins_p): Removed. | |
962 | * plugin.h (plugin_active_plugins_p): Likewise. | |
963 | ||
37a3056a L |
964 | 2015-01-28 H.J. Lu <[email protected]> |
965 | ||
966 | * plugin.h (plugin_get_ir_dummy_bfd): Removed. Move comments to | |
967 | ... | |
968 | * plugin.c (plugin_get_ir_dummy_bfd): Here. Make it static. | |
969 | ||
15f7a26b L |
970 | 2015-01-28 H.J. Lu <[email protected]> |
971 | ||
972 | PR ld/17878 | |
973 | * plugin.c (tv_header_tags(): Add LDPT_GET_VIEW. | |
974 | (get_view): New function. | |
975 | (set_tv_header): Handle LDPT_GET_VIEW. | |
976 | * testplug.c (tag_names): Add LDPT_GET_VIEW. | |
977 | (tv_get_view): New. | |
978 | (dump_tv_tag): Handle LDPT_GET_VIEW. | |
979 | (parse_tv_tag): Likewise. | |
980 | ||
dbd1e97e AM |
981 | 2015-01-28 Alan Modra <[email protected]> |
982 | ||
983 | * emulparams/elf64ppc.sh (INITIAL_READWRITE_SECTIONS): Define. | |
984 | * emultempl/ppc64elf.em (params): Init new field. | |
985 | (ppc_after_open): New function. | |
986 | (LDEMUL_AFTER_OPEN): Define. | |
987 | * ldlang.c (lang_final): Whitespace fix. | |
988 | ||
3f8107ab AM |
989 | 2015-01-28 James Bowman <[email protected]> |
990 | ||
991 | * Makefile.am: Add FT32 files. | |
992 | * configure.tgt: Handle FT32 target. | |
993 | * emulparams/elf32ft32.sh: New file. | |
994 | * scripttempl/ft32.sc: New file. | |
995 | * Makefile.in: Regenerate. | |
996 | ||
cc9ad334 SKS |
997 | 2015-01-28 Senthil Kumar Selvaraj <[email protected]> |
998 | ||
999 | PR 4643 | |
1000 | * ldexp.c (fold_name): Fold LENGTH only after | |
1001 | lang_first_phase_enum. | |
1002 | * ldgram.y (memory_spec): Don't evaluate ORIGIN and LENGTH | |
1003 | rightaway. | |
1004 | * ldlang.h (struct memory_region_struct): Add origin_exp and | |
1005 | length_exp fields. | |
1006 | * ldlang.c (lang_do_memory_regions): New. | |
1007 | (lang_memory_region_lookup): Initialize origin_exp and | |
1008 | length_exp fields. | |
1009 | (lang_process): Call lang_do_memory_regions. | |
1010 | ||
c05b575a AB |
1011 | 2015-01-20 Andrew Burgess <[email protected]> |
1012 | ||
1013 | * ldlang.c (print_assignment): Only evaluate the expression for a | |
1014 | PROVIDE'd assignment when the destination is being defined. | |
1015 | Display a special message for PROVIDE'd symbols that are not being | |
1016 | provided. | |
1017 | ||
5ad18f16 AM |
1018 | 2015-01-20 Alan Modra <[email protected]> |
1019 | ||
1020 | * emulparams/elf64ppc.sh (OTHER_SDATA_SECTIONS): Use in place of.. | |
1021 | (OTHER_BSS_SYMBOLS): ..this. | |
1022 | (OTHER_PLT_RELOC_SECTIONS): Don't define. | |
1023 | (OTHER_GOT_RELOC_SECTIONS): Add rela.toc1 and rela.tocbss. | |
1024 | (OTHER_READWRITE_SECTIONS): Don't define. Move .toc1 to.. | |
1025 | (OTHER_RELRO_SECTIONS_2): ..here. | |
1026 | * scripttempl/elf.sc: Move SBSS too when DATA_SDATA. | |
1027 | ||
23283c1b AM |
1028 | 2015-01-20 Alan Modra <[email protected]> |
1029 | ||
1030 | * emulparams/elf64ppc.sh (BSS_PLT): Don't define. | |
1031 | (OTHER_READWRITE_SECTIONS): Move .branch_lt to.. | |
1032 | (OTHER_RELRO_SECTIONS_2): ..here. | |
1033 | (DATA_GOT, SEPARATE_GOTPLT, DATA_SDATA, DATA_PLT, | |
1034 | PLT_BEFORE_GOT): Define. | |
1035 | * scripttempl/elf.sc: Handle DATA_SDATA and DATA_GOT/DATA_PLT/ | |
1036 | PLT_BEFORE_GOT combination. | |
1037 | (DATA_GOT, SDATA_GOT): Don't define if either is already defined. | |
1038 | ||
3e2b0f31 AM |
1039 | 2015-01-20 Alan Modra <[email protected]> |
1040 | ||
1041 | * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Move .opd to.. | |
1042 | (OTHER_RELRO_SECTIONS_2): ..here, new define. | |
1043 | * scripttempl/elf.sc: Add OTHER_RELRO_SECTIONS_2. | |
1044 | ||
c4621b33 AM |
1045 | 2015-01-19 Alan Modra <[email protected]> |
1046 | ||
3e2aa5bb | 1047 | PR ld/17615 |
c4621b33 AM |
1048 | * ldlang.c (lang_process): Run lang_common before lang_gc_sections. |
1049 | ||
52db4ec2 JW |
1050 | 2015-01-14 Jiong Wang <[email protected]> |
1051 | ||
1052 | * ld-arm/elf32-reject.s: New testcase. | |
1053 | * ld-arm/elf32-reject.d: Likewise. | |
1054 | * ld-arm/elf32-reject-pie.s: Likewise. | |
1055 | * ld-arm/elf32-reject-pie.d: Likewise. | |
1056 | * ld-arm/arm-elf.exp: Run new testcases. | |
1057 | * ld-arm/ifunc-7.s: Delete f2/f4 test items. | |
1058 | * ld-arm/ifunc-7.rd: Likewise. | |
1059 | * ld-arm/ifunc-7.gd: Likewise. | |
1060 | * ld-arm/ifunc-7.dd: Likewise. | |
1061 | * ld-arm/ifunc-8.s: Likewise. | |
1062 | * ld-arm/ifunc-8.rd: Likewise. | |
1063 | * ld-arm/ifunc-8.gd: Likewise. | |
1064 | * ld-arm/ifunc-8.dd: Likewise. | |
1065 | ||
efd321f9 AM |
1066 | 2015-01-01 Alan Modra <[email protected]> |
1067 | ||
1068 | * ldver.c (ldversion): Just print current year. | |
1069 | ||
b90efa5b | 1070 | 2015-01-01 Alan Modra <[email protected]> |
ca0694ad | 1071 | |
b90efa5b | 1072 | Update year range in copyright notice of all files. |
ca0694ad | 1073 | |
b90efa5b | 1074 | For older changes see ChangeLog-2014 |
252b5132 | 1075 | \f |
b90efa5b | 1076 | Copyright (C) 2015 Free Software Foundation, Inc. |
752937aa NC |
1077 | |
1078 | Copying and distribution of this file, with or without modification, | |
1079 | are permitted in any medium without royalty provided the copyright | |
1080 | notice and this notice are preserved. | |
1081 | ||
252b5132 RH |
1082 | Local Variables: |
1083 | mode: change-log | |
1084 | left-margin: 8 | |
1085 | fill-column: 74 | |
1086 | version-control: never | |
1087 | End: |