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