* ldexp.h (etree_value_type): Use "asection *" in place of
[binutils-gdb.git] / ld / ChangeLog
1 2005-06-02 Alan Modra <amodra@bigpond.net.au>
2
3 * ldexp.h (etree_value_type): Use "asection *" in place of
4 "struct lang_output_section_statement_struct *" for "section".
5 (exp_fold_tree): Likewise.
6 (exp_mark_used_section): Likewise.
7 * ldexp.c (new_rel, new_rel_from_section, fold_unary, fold_binary,
8 fold_trinary, fold_name, exp_fold_tree_1, exp_fold_tree,
9 exp_mark_used_section): Likewise for "current_section" param.
10 (make_abs, new_abs, exp_binop, exp_unop, exp_get_vma, exp_get_fill,
11 exp_get_abs_int): Adjust for above changes.
12 * ldlang.c (lang_mark_used_section_1, print_assignment,
13 lang_size_sections_1, lang_do_assignments_1): Likewise.
14 * ldexp.c (fold_name): Init entire result struct.
15
16 2005-06-01 Maciej W. Rozycki <macro@linux-mips.org>
17
18 * emulparams/elf32btsmip.sh: Unset DATA_ADDR.
19
20 2005-05-31 Zack Weinberg <zack@codesourcery.com>
21
22 * ldlang.c (entry_symbol_default): New file-scope global.
23 (lang_finish): Use it, not a hardwired "start".
24 (lang_default_entry): Set it.
25 * ldlang.h: Declare lang_default_entry.
26 * emultempl/beos.em, emultempl/pe.em: Use lang_default_entry,
27 not lang_add_entry, to override default entry point symbol.
28
29 2005-05-29 Richard Henderson <rth@redhat.com>
30
31 * emulparams/elf64alpha.sh (PLT): New.
32 (TEXT_PLT): New.
33 * emultempl/alphaelf.em (disable_relaxation): New.
34 (limit_32bit): Rename from elf64alpha_32bit; update all users.
35 (elf64_alpha_use_secureplt): Declare.
36 (bfd_elf64_alpha_vec, bfd_elf64_alpha_freebsd_vec): Declare.
37 (alpha_after_open): New.
38 (alpha_before_allocation): New.
39 (OPTION_NO_RELAX, OPTION_SECUREPLT, OPTION_NO_SECUREPLT): New.
40 (PARSE_AND_LIST_LONGOPTS): Include them.
41 (PARSE_AND_LIST_OPTIONS): Likewise.
42 (PARSE_AND_LIST_ARGS_CASES): Likewise.
43 (LDEMUL_AFTER_OPEN, LDEMUL_BEFORE_ALLOCATION): New.
44 * scripttempl/elf.sc (TEXT_PLT): New.
45 (PLT): Use it.
46
47 2005-05-27 Andreas Schwab <schwab@suse.de>
48
49 * configure.host (HOSTING_LIBS): Add libunwind.a if it exists.
50
51 2005-05-24 Alan Modra <amodra@bigpond.net.au>
52
53 * emultempl/ppc32elf.em (after_allocation): Don't call
54 ppc_elf_set_sdata_syms when relocatable.
55
56 2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
57
58 * Makefile.am (ld.1): Revert the last 2 changes.
59 (info-recursive): Depend on ld.1.
60 * Makefile.in: Regenerated.
61
62 2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
63
64 * Makefile.am (ld.1): Depend on "info" instead of
65 "configdoc.texi ldver.texi".
66 * Makefile.in: Regenerated.
67
68 2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
69
70 * Makefile.am (ld.1): Depend on "info".
71 * Makefile.in: Regenerated.
72
73 2005-05-19 Zack Weinberg <zack@codesourcery.com>
74
75 * Makefile.am: Have 'all' depend on 'info' and 'ld.1'.
76 * Makefile.in: Regenerate.
77
78 2005-05-17 Zack Weinberg <zack@codesourcery.com>
79
80 * ld-arm/mixed-app.d: Adjust expected disassembly a little.
81
82 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
83
84 * Makefile.am (ldver.texi): Don't use $<.
85 * Makefile.in: Regenerated.
86
87 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
88
89 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Explicitly include
90 $(srcdir) before $(BFDDIR)/doc.
91 * Makefile.in: Regenerated.
92
93 2005-05-17 H.J. Lu <hongjiu.lu@intel.com>
94
95 PR 797
96 * ldexp.c (exp_fold_tree_1): Renamed from exp_fold_tree and
97 take take a bfd_boolean, mark_used. Ignore assert failure if
98 mark_used is TRUE.
99 (exp_fold_tree) Call exp_fold_tree_1 with mark_used == FALSE.
100 (exp_fold_tree_no_dot): Updated to take a bfd_boolean,
101 mark_used and pass down.
102 (fold_unary): Likewise.
103 (fold_binary): Likewise.
104 (fold_trinary): Likewise.
105 (exp_binop): Add FALSE to call to exp_fold_tree_no_dot.
106 (exp_trinop): Likewise.
107 (exp_unop): Likewise.
108 (exp_nameop): Likewise.
109 (exp_get_vma): Likewise.
110 (exp_get_fill): Likewise.
111 (exp_get_abs_int): Likewise.
112 (fold_name): Likewise. Set SEC_KEEP in output section flags.
113 (exp_mark_used_section): New.
114
115 * ldexp.h (exp_mark_used_section): New.
116
117 * ldlang.c (lang_output_section_statement_lookup_1): Set the
118 ignored field to FALSE.
119 (lang_mark_used_section_1): New.
120 (lang_mark_used_section): Call lang_mark_used_section_1.
121 (strip_excluded_output_sections): Call lang_mark_used_section
122 and check for unused sections.
123 (lang_size_sections_1): Skip an output section if it should
124 be ignored.
125 (lang_do_assignments_1): Likewise.
126 (lang_process): Don't call lang_mark_used_section here.
127
128 * ldlang.h (lang_output_section_statement_type): Change
129 all_input_readonly to bitfield. Add ignored.
130
131 2005-05-17 Lennert Buytenhek <buytenh@wantstofly.org>
132 Peter S. Mazinger" <ps.m@gmx.net>
133
134 * emulparams/armelf_linux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
135 * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
136
137 2005-05-17 Julian Brown <julian@codesourcery.com>
138
139 * ldlang.c (print_assignment): Do not rely upon a valid result
140 having a section associated with it.
141
142 2005-05-17 Nick Clifton <nickc@redhat.com>
143
144 * ldlang.c (Scan_for_self_assignment): Check an assignment tree to
145 see if the same value is being used on the rhs as on the lhs.
146 (print_assignment): Call scan_for_self_assignment and if it
147 returns true, do no display the result of the computation but
148 instead just the final value of the symbol on the lhs.
149 * ld.texinfo: Document this behaviour and provide an example of
150 when it will happen.
151
152 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
153
154 * Makefile.am (AM_MAKEINFOFLAGS): Define.
155 (TEXI2DVI): Define.
156 (ldver.texi): Depend on distributed files instead of built files.
157 (ld.info): Include $(srcdir) in the rule target. Remove actions.
158 (ld.dvi): Remove actions.
159 (MAINTAINERCLEANFILES): Add configdoc.texi.
160 (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in.
161 (install-data-local): Renamed from install.
162 (Makefile): Remove explicit dependency.
163 * acinclude.m4: Remove obsolete code.
164 * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL.
165 * Makefile.in, aclocal.m4, config.in, configure: Regenerated.
166
167 2005-05-11 Bob Wilson <bob.wilson@acm.org>
168
169 * scripttempl/elfxtensa.sc: Sync up with elf.sc.
170 * emulparams/elf32xtensa.sh (PLT, GOT): Define.
171
172 2005-05-11 Alan Modra <amodra@bigpond.net.au>
173
174 * ldgram.y: Add SPECIAL token.
175 (sect_constraint): Handle SPECIAL.
176 * ldlang.c (lang_output_section_find_1): Don't match SPECIAL.
177 (map_input_to_output_sections): Likewise.
178 * ldlex.l (SPECIAL): Define.
179 * emulparams/elf32ppc.sh (DATA_GOT, SDATA_GOT, SEPARATE_GOTPLT,
180 GOT, PLT, GOTPLT): Define.
181 * emultempl/ppc32elf.em (old_plt, old_got): New static vars.
182 (ppc_after_open): New function.
183 (PARSE_AND_LIST_PROLOGUE): Define OPTION_OLD_LPT and OPTION_OLD_GOT.
184 (PARSE_AND_LIST_LONGOPTS): Add "bss-plt" and "sdata-got".
185 (PARSE_AND_LIST_OPTIONS): Document them.
186 (PARSE_AND_LIST_ARGS_CASES): Handle them.
187 (LDEMUL_AFTER_OPEN): Define.
188 * scripttempl/elf.sc (PLT): Don't override existing define.
189 (DATA_GOT, SDATA_GOT): Define and use to enable alternate got
190 placement rather than using NO_SMALL_DATA. Emit GOTPLT for RELRO_NOW.
191
192 2005-05-10 Alan Modra <amodra@bigpond.net.au>
193
194 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_GOTPLT_END): Delete.
195 (DATA_SEGMENT_RELRO_END): Use SEPARATE_GOTPLT value.
196 (GOTPLT): Remove DATA_SEGMENT_RELRO_GOTPLT_END. Place after
197 DATA_SEGMENT_RELRO_END in script.
198
199 2005-05-09 H.J. Lu <hongjiu.lu@intel.com>
200
201 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
202 Don't use a removed section.
203
204 2005-05-09 H.J. Lu <hongjiu.lu@intel.com>
205
206 * ldmain.c (reloc_overflow): Use output_bfd if the symbol
207 is defined in the ABS section.
208
209 2005-05-06 H.J. Lu <hongjiu.lu@intel.com>
210
211 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
212 Put back !link_info.relocatable.
213
214 2005-05-06 H.J. Lu <hongjiu.lu@intel.com>
215
216 PR 878
217 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
218 Just check link_info.executable.
219
220 2005-05-06 Nick Clifton <nickc@redhat.com>
221
222 * Update the address and phone number of the FSF organization in
223 the GPL notices in the following files:
224 aclocal.m4, deffile.h, deffilep.y, fdl.texi, ld.h, ldcref.c,
225 ldctor.c, ldctor.h, ldemul.c, ldexp.c, ldexp.h, ldfile.c,
226 ldfile.h, 20ldgram.y, ldint.texinfo, ldlang.c, ldlang.h, ldlex.h,
227 ldlex.l, ldmain.c, ldmain.h, ldmisc.c, ldmisc.h, ldver.c, ldver.h,
228 ldwrite.c, ldwrite.h, lexsup.c, mri.c, mri.h, pe-dll.c, pe-dll.h,
229 sysdep.h, emultempl/aix.em, emultempl/alphaelf.em,
230 emultempl/armcoff.em, emultempl/armelf.em, emultempl/beos.em,
231 emultempl/crxelf.em, emultempl/elf32.em, emultempl/generic.em,
232 emultempl/gld960.em, emultempl/gld960c.em, emultempl/hppaelf.em,
233 emultempl/ia64elf.em, emultempl/irix.em, emultempl/linux.em,
234 emultempl/lnk960.em, emultempl/m68hc1xelf.em,
235 emultempl/m68kcoff.em, emultempl/m68kelf.em,
236 emultempl/mipsecoff.em, emultempl/mmix-elfnmmo.em,
237 emultempl/mmixelf.em, emultempl/mmo.em, emultempl/needrelax.em,
238 emultempl/pe.em, emultempl/ppc32elf.em, emultempl/ppc64elf.em,
239 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em,
240 emultempl/vanilla.em, emultempl/xtensaelf.em
241
242 2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
243
244 * scripttempl/elf.sc: Document the usage of __bss_start.
245
246 2005-05-05 Paul Brook <paul@codesourcery.com>
247
248 * Makefile.am: Add eelf_i386_vxworks.
249 * Makefile.in: Regenerate.
250 * configure.tgt: Make i?86-*-vxworks use targ_emul=elf_i386_vxworks.
251 * emulparams/elf_i386_vxworks.sh: New file.
252 * emulparams/vxworks.sh: New file.
253 * scripttempl/elf.sc: Add DATA_END_SYMBOLS and ETEXT_NAME.
254
255 2005-05-04 H.J. Lu <hongjiu.lu@intel.com>
256
257 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
258 Call _bfd_elf_provide_section_bound_symbols.
259
260 2005-05-04 Alan Modra <amodra@bigpond.net.au>
261
262 * ldemul.c: Include bfdlink.h.
263 (ldemul_before_allocation): Assume before_allocation is non-zero.
264 (before_allocation_default): Call strip_excluded_output_sections.
265 * ldlang.c (stripped_excluded_sections): New variable.
266 (lang_add_section): Build input section list for each output
267 section, attached via map_head and map_tail pointers.
268 (strip_excluded_output_sections): Make global. Traverse the
269 input section lists to find which output sections can go. Clear
270 link_order pointers and set stripped_excluded_sections.
271 (lang_process): Call strip_excluded_output_sections.
272 * ldlang.h (strip_excluded_output_sections): Declare.
273 * ldwrite.c: Update throuhout for link_order_head -> map_head change.
274 * emultempl/aix.em (before_allocation): Call
275 strip_excluded_output_sections.
276 * emultempl/armcoff.em (before_allocation): Likewise.
277 * emultempl/beos.em (before_allocation): Likewise.
278 * emultempl/linux.em (before_allocation): Likewise.
279 * emultempl/pe.em (before_allocation): Likewise.
280 * emultempl/sunos.em (before_allocation): Likewise.
281 * emultempl/elf32.em (before_allocation): Likewise. Call
282 bfd_elf_size_dynsym_hash_dynstr too.
283 * emultempl/lnk960.em (lnk960_before_allocation): Delete.
284 (ld_lnk960): Use before_allocation_default.
285
286 2005-05-02 H.J. Lu <hongjiu.lu@intel.com>
287
288 * emultempl/elf32.em (gld${EMULATION_NAME}_strip_empty_section):
289 Updated for bfd_section_list_remove change.
290 * ldlang.c (lang_insert_orphan): Likewise.
291 (strip_excluded_output_sections): Likewise.
292 (sort_sections_by_lma): New.
293 (lang_check_section_addresses): Sort the sections before
294 checking addresses.
295
296 2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
297
298 * configure.tgt: Add h8300*-*-rtemscoff.
299 Switch h8300*-*-rtems* to elf.
300
301 2005-04-29 Ben Elliston <bje@au.ibm.com>
302
303 * ldgram.y (lang_memory_region_type): Make static.
304 (ldgram_want_filename): Likewise.
305 * ldemul.c (ld_emulation): Make static.
306 * ldfile.h (ldfile_find_command_file): Remove extern.
307 * ldfile.c (ldfile_find_command_file): Make static.
308 * ldlang.h (unique_section_list): Remove extern declaration.
309 * ldlang.c (unique_section_list): Make static.
310 * mri.h (symbol_truncate): Remove extern declaration.
311 * mri.c (symbol_truncate): Make static.
312 (order, only_load, address, alias): Likewise.
313 (alignment, subalignment): Likewise.
314
315 2005-04-27 H.J. Lu <hongjiu.lu@intel.com>
316
317 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
318 Use the first SEC_ALLOC section which isn't SEC_READONLY or the
319 last SEC_ALLOC section if such a section doesn't exist.
320
321 2005-04-24 Mark Kettenis <kettenis@gnu.org>
322
323 * configure.host: Add *-*-openbsd support.
324
325 2005-04-15 Julian Brown <julian@codesourcery.com>
326
327 * ld.texinfo: Document --use-blx.
328 * emultempl/armelf.em (use_blx): New variable.
329 (arm_elf_create_output_section_statements): Communicate value of
330 use_blx to bfd.
331 (PARSE_AND_LIST_PROLOGUE): Add OPTION_USE_BLX.
332 (PARSE_AND_LIST_OPTIONS): Add --use-blx option.
333 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_USE_BLX case.
334
335 2005-04-14 Alan Modra <amodra@bigpond.net.au>
336
337 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
338 * configure.in: Include ../bfd/warning.m4 contents.
339 * Makefile.in: Regenerate.
340 * configure: Regenerate.
341
342 2005-04-12 Alan Modra <amodra@bigpond.net.au>
343
344 * Makefile.am: Run "make dep-am".
345 (ldgram.o, ldlex.o, deffilep.o): Add -Wno-error to command.
346 * Makefile.in: Regenerate.
347 * config.in: Regenerate.
348
349 2005-04-11 Alan Modra <amodra@bigpond.net.au>
350
351 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Ignore
352 as_needed libs that were not needed.
353 (gld${EMULATION_NAME}_check_needed): Likewise.
354
355 2005-04-07 Nick Clifton <nickc@redhat.com>
356
357 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h so that
358 ldfile.h can use the lang_input_statement type.
359
360 2005-04-06 Jakub Jelinek <jakub@redhat.com>
361
362 * ldlang.c: Formatting.
363 (walk_wild_consider_section): Remember return value from wildcardp.
364 (is_simple_wild): Use strcspn instead of 2 strpbrk calls and strlen.
365 (wild_spec_can_overlap): Use strcspn instead of strpbrk and strlen.
366
367 2005-04-06 Robert O'Callahan <rocallahan@novell.com>
368
369 * ld.h (lean_section_userdata_type): Remove.
370 (fat_section_userdata_type): Remove file field.
371 (SECTION_USERDATA_SIZE): Remove.
372 * ldlang.c (init_os): Eliminate initialization of unused
373 lean_section_userdata_type.
374
375 * ldlang.h (callback_t, walk_wild_section_handler_t): New
376 typedefs.
377 (struct lang_wild_statement_struct): Add walk_wild_section_handler
378 and handler_data fields.
379 * ldlang.c (callback_t): Removed.
380 (walk_wild_consider_section, walk_wild_section_general,
381 section_iterator_callback, find_section, is_simple_wild,
382 match_simple_wild, walk_wild_section_specs1_wild0,
383 walk_wild_section_specs1_wild1, walk_wild_section_specs2_wild1,
384 walk_wild_section_specs3_wild2, walk_wild_section_specs4_wild2,
385 wild_spec_can_overlap, analyze_walk_wild_section_handler): New
386 functions.
387 (lang_add_wild): Call analyze_walk_wild_section_handler.
388 (walk_wild_section): Renamed to walk_wild_section_general and
389 created a wrapper function.
390 (section_iterator_callback_data): New typedef.
391
392 2005-04-04 Nick Clifton <nickc@redhat.com>
393
394 * configure.in: Add a check for <unistd.h> providing a prototype
395 for getopt() which is compatible with the one in
396 include/getopt.h. If so then define HAVE_DECL_GETOPT.
397 * configure: Regenerate.
398 * config.in (HAVE_DECL_GETOPT): Add.
399 * ldemul.c: Include config.h
400 * lexsup.c: Likewise.
401 * emultempl/elf32.sc: Likewise.
402
403 2005-03-29 Alan Modra <amodra@bigpond.net.au>
404
405 * emultempl/elf32.em (gld${EMULATION_NAME}_layout_sections_again):
406 New function, extracted from static void gld${EMULATION_NAME}_finish.
407 (gld${EMULATION_NAME}_strip_empty_sections): Likewise.
408 (gld${EMULATION_NAME}_provide_init_fini_syms): Likewise.
409 * emultempl/ppc64elf.em: Revert last change.
410 (ppc_layout_sections_again): Use
411 gld${EMULATION_NAME}_layout_sections_again.
412 (ppc_finish): Don't call gld${EMULATION_NAME}_finish. Instead call
413 gld${EMULATION_NAME}_strip_empty_sections and
414 gld${EMULATION_NAME}_provide_init_fini_syms.
415 * emultempl/hppaelf.em: Similarly.
416
417 2005-03-29 Alan Modra <amodra@bigpond.net.au>
418
419 * emultempl/ppc64elf.em (need_laying_out): Delete. Remove all refs.
420 (ppc_finish): Don't call bfd_elf_discard_info.
421 * emultempl/hppaelf.em: Similarly.
422
423 2005-03-24 Nick Clifton <nickc@redhat.com>
424
425 * po/fr.po: Updated French translation.
426
427 2005-03-23 Mike Frysinger <vapier@gentoo.org>
428 Nick Clifton <nickc@redhat.com>
429
430 * configure.host: Accept any C library to accompany a GNU Linux
431 implementation, not just the GNU C library.
432 * configure.tgt: Likewise.
433 * emultempl/elf32.em: Likewise.
434
435 2005-03-22 H.J. Lu <hongjiu.lu@intel.com>
436
437 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols): New
438 (gld${EMULATION_NAME}_finish): Call
439 gld${EMULATION_NAME}_provide_bound_symbols to provide
440 __preinit_array_start, __preinit_array_end, __init_array_start,
441 __init_array_end, __fini_array_start and __fini_array_end.
442
443 * scripttempl/elf.sc: Don't provide __preinit_array_start,
444 __preinit_array_end, __init_array_start, __init_array_end,
445 __fini_array_start nor __fini_array_end.
446
447 2005-03-23 Alan Modra <amodra@bigpond.net.au>
448
449 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Set
450 SEC_EXCLUDE on .gnu.warning sections.
451
452 2005-03-22 Alan Modra <amodra@bigpond.net.au>
453
454 * scripttempl/elf.sc (SBSS): Don't provide sbss start and end syms.
455
456 2005-03-21 Alan Modra <amodra@bigpond.net.au>
457
458 * emultempl/ppc32elf.em (gld${EMULATION_NAME}_after_allocation): New
459 function.
460 (LDEMUL_AFTER_ALLOCATION): Define.
461
462 2005-03-21 Alan Modra <amodra@bigpond.net.au>
463
464 * emultempl/ppc64elf.em (ppc_finish): Rename from
465 gld${EMULATION_NAME}_finish. Call gld${EMULATION_NAME}_finish.
466 (LDEMUL_FINISH): Update.
467 * emultempl/hppaelf.em (hppaelf_finish, LDEMUL_FINISH): Likewise.
468 * emultempl/m68hc1xelf.em (m68hc11elf_finish, LDEMUL_FINISH): Likewise.
469
470 2005-03-18 Julian Brown <julian@codesourcery.com>
471
472 * scripttempl/armbpapi.sc (.rel.dyn): Add .rel.init_array,
473 .rel.fini_array.
474 (.rela.dyn): Add .rela.init_array, .rela.fini_array.
475 (SECTIONS): Add .rel.other, .rela.other, .reli.other after PLT relocs.
476
477 2005-03-18 H.J. Lu <hongjiu.lu@intel.com>
478
479 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Don't set
480 bfd_section when removing unused empty output sections for
481 non-relocatable link.
482
483 2005-03-19 Alan Modra <amodra@bigpond.net.au>
484
485 * ldlang.c (lang_insert_orphan): Use old section_tail rather than
486 traversing the bfd section list to find pointer to new section.
487
488 2005-03-18 Alan Modra <amodra@bigpond.net.au>
489
490 * scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2
491 input sections into .sdata and .sbss output respectively.
492
493 2005-03-16 David Heine <dlheine@tensilica.com>
494 Bob Wilson <bob.wilson@acm.org>
495
496 * ldlang.c (IGNORE_SECTION): Remove check for zero size.
497 (lang_check_section_addresses): Ignore zero size sections here.
498
499 2005-03-16 H.J. Lu <hongjiu.lu@intel.com>
500
501 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Remove
502 unused empty output sections for non-relocatable link.
503
504 * ld.h (args_type): Remove gc_sections.
505
506 * ldlang.c (lang_mark_used_section): New.
507 (lang_gc_sections): Use link_info.gc_sections instead of
508 command_line.gc_sections.
509 * ldmain.c (main): Likewise.
510 * lexsup.c (parse_args): Likewise.
511 * ldlang.c (lang_process): Call lang_mark_used_section.
512
513 * ldmain.c (main): Initialize link_info.gc_sections to FALSE.
514
515 2005-03-16 Nick Clifton <nickc@redhat.com>
516 Ben Elliston <bje@au.ibm.com>
517
518 * configure.in (werror): New switch: Add -Werror to the
519 compiler command line. Enabled by default. Disable via
520 --disable-werror.
521 * configure: Regenerate.
522
523 2005-03-16 Alan Modra <amodra@bigpond.net.au>
524
525 * emulparams/elf32ppclinux.sh (OTHER_READWRITE_SECTION): Delete.
526 (OTHER_RELRO_SECTIONS): Set this instead.
527
528 2005-03-15 Nick Clifton <nickc@redhat.com>
529
530 * NEWS: Add cutoff for changes in 2.16 release.
531
532 2005-03-15 Mikkel Krautz <krautz@gmail.com>
533
534 * configure.tgt (x86_64-elf): Add target.
535
536 2005-03-15 Alan Modra <amodra@bigpond.net.au>
537
538 * po/es.po: Commit new Spanish translation.
539
540 2005-03-14 Alan Modra <amodra@bigpond.net.au>
541
542 * ldexp.c (exp_fold_tree): Ensure return value is initialized.
543 Tidy etree_assert case.
544
545 2005-03-14 Alan Modra <amodra@bigpond.net.au>
546
547 * po/tr.po: Commit new Turkish translation.
548
549 2005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
550
551 * Makefile.am: Remove references to em68klynx.o and esparclynx.o.
552 * Makefile.in: Regenerated.
553 * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
554
555 2005-03-07 Nick Clifton <nickc@redhat.com>
556
557 * po/fr.po: Updated translation.
558
559 2005-03-05 Alan Modra <amodra@bigpond.net.au>
560
561 * po/ld.pot: Regenerate.
562
563 2005-03-02 Jan Beulich <jbeulich@novell.com>
564
565 * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
566 * pe-dll.c (pe_dll_generate_implib): Likewise.
567
568 2005-02-24 Ben Elliston <bje@au.ibm.com>
569
570 * ldfile.c: Remove GNU960 conditional code.
571 * emultempl/gld960.em: Likewise.
572 * emultempl/gld960c.em: Likewise.
573 * emultempl/lnk960.em: Likewise.
574
575 2005-02-24 Nick Clifton <nickc@redhat.com>
576
577 * emultempl/lnk960.em (lnk960_before_parse): Remove redundant
578 empty string from calls to concat.
579
580 2005-02-23 Nick Clifton <nickc@redhat.com>
581
582 * emultempl/lnk960.em (lnk960_before_parse): Terminate list of
583 arguments passed to concat() with a NULL.
584
585 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h because they
586 define types needed by ldfile.h
587
588 2005-02-23 Alan Modra <amodra@bigpond.net.au>
589
590 * pe-dll.c: Warning fixes.
591 * emultempl/sunos.em: Likewise.
592
593 2005-02-22 Daniel Jacobowitz <dan@codesourcery.com>
594
595 * ldlang.c (section_already_linked): Don't call
596 bfd_section_already_linked for dynamic objects.
597
598 2005-02-22 Alan Modra <amodra@bigpond.net.au>
599
600 * ldexp.c: Warning fixes.
601 * ldwrite.c: Likewise.
602 * emultempl/elf32.em: Likewise.
603
604 2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
605
606 * ldlang.c (lang_add_section): Check SEC_TIC54X_BLOCK for TI
607 tic54x input only.
608 (lang_size_sections_1): Check SEC_COFF_SHARED_LIBRARY for COFF
609 and ECOFF output only.
610
611 2005-02-21 Alan Modra <amodra@bigpond.net.au>
612
613 * config.in: Regenerate.
614 * configure: Regenerate.
615
616 2005-02-17 Zack Weinberg <zack@codesourcery.com>
617
618 * ldexp.c (assigning_to_dot): New global flag.
619 (fold_name): If assigning_to_dot is true, object immediately to
620 an undefined symbol.
621 (exp_fold_tree): Set and clear assigning_to_dot around the
622 recursive call to exp_fold_tree to process the right-hand side
623 of an assignment to the location counter.
624
625 2005-02-17 Paul Brook <paul@codesourcery.com>
626
627 * scripttempl/armbpabi.sc: Add dummy name to version block.
628
629 2005-02-17 Alan Modra <amodra@bigpond.net.au>
630
631 * ldexp.c (new_abs): Init new.str.
632
633 2005-02-15 Mark Mitchell <mark@codesourcery.com>
634
635 * configure.in (AC_CHECK_FUNCS): Add glob.
636 * configure: Regenerated.
637 * emultempl/elf32.em (<glob.h>): Do not include if HAVE_GLOB is
638 not defined.
639 (gld${EMULATION_NAME}_parse_ld_so_conf_include): Do not use glob
640 if HAVE_GLOB is not defined.
641
642 2005-02-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
643
644 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Define
645 lib_path if NATIVE is yes.
646
647 2005-02-16 Alan Modra <amodra@bigpond.net.au>
648
649 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Make
650 an error creating fake bfd fatal.
651 (ppc_before_allocation): Continue on after errors.
652 (gld${EMULATION_NAME}_finish): Likewise.
653
654 2005-02-15 Nick Clifton <nickc@redhat.com>
655
656 * ldlex.l (YY_NO_UNPUT): Define so that the yy_unput function is
657 not declared. It is not used and its presence causes a compile
658 time warning.
659
660 2005-02-11 Zack Weinberg <zack@codesourcery.com>
661
662 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed):
663 If st.st_ino is zero, do not treat the library as a duplicate.
664
665 2005-02-10 Jakub Jelinek <jakub@redhat.com>
666
667 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
668 Set BFD_LINKER_CREATED on the stubs bfd.
669 * emultempl/ppc64elf.em (ppc_create_output_section_statements):
670 Likewise.
671
672 2005-02-08 Mark Mitchell <mark@codesourcery.com>
673
674 * scripttempl/armbpabi.sc (VERSION): Make special section symbols
675 local.
676 (Image$$ER_RO$$Base): Define whenever RELOCATING.
677 (Image$$ER_RO$$Limit): Likewise.
678 (SHT$$INIT_ARRAY$$Base): Likewise.
679 (SHT$$INIT_ARRAY$$Limit): Likeise.
680
681 2005-02-10 Ben Elliston <bje@au.ibm.com>
682
683 * emultempl/beos.em: Remove #if 0 and #if 1 blocks.
684
685 2005-02-08 Richard Sandiford <rsandifo@redhat.com>
686
687 * configure.tgt (mips64*el-*-linux-gnu*): Define targ_extra_libpath
688 to include o32 and n64 emulations.
689 (mips64*-*-linux-gnu*): Likewise.
690
691 2005-02-08 Hans-Peter Nilsson <hp@axis.com>
692
693 * ldmain.c (warning_callback, warning_find_reloc): Prepend
694 "warning: " to warning messages.
695
696 2005-02-04 Alan Modra <amodra@bigpond.net.au>
697
698 * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): Don't
699 look up symbol for etree_provide here.
700
701 2005-02-02 Daniel Jacobowitz <dan@codesourcery.com>
702
703 * emulparams/elf32bmip.sh (TEXT_DYNAMIC): Always set.
704
705 2005-02-01 Edward Welbourne <eddy@opera.com>
706 Nick Clifton <nickc@redhat.com>
707
708 * ld.texinfo (Source Code Reference): New node describing how to
709 access linker script defined variables from source code.
710
711 2005-02-01 Alan Modra <amodra@bigpond.net.au>
712
713 * ld.texinfo: Clarify --as-needed operation.
714
715 2005-01-31 Andrew Cagney <cagney@gnu.org>
716
717 * configure: Regenerate to track ../gettext.m4.
718
719 2005-01-31 Nick Clifton <nickc@redhat.com>
720
721 * ldver.c (ldversion): Bump reported copyright date to 2005.
722
723 2005-01-31 Nick Clifton <nickc@redhat.com>
724
725 * configure.tgt: Remove obsolete targets m68k-lynxos and
726 sparc-lynxos.
727
728 2005-01-28 Julian Brown <julian@codesourcery.com>
729
730 * emultempl/armelf.em (fix_v4bx): New variable.
731 (arm_elf_create_output_section_statements): Communicate fix_v4bx flag
732 value to bfd.
733 (PARSE_AND_LIST_PROLOGUE): Add option token OPTION_FIX_V4BX.
734 (PARSE_AND_LIST_LONGOPTS): Add option --fix-v4bx.
735 (PARSE_AND_LIST_OPTIONS): Add option --fix-v4bx.
736 (PARSE_AND_LIST_ARGS_CASES): Add option OPTION_FIX_V4BX.
737 * NEWS: Mention --fix-v4bx.
738 * ld.texinfo: Document --fix-v4bx.
739
740 2005-01-25 Mark Mitchell <mark@codesourcery.com>
741
742 * emulparams/armsymbian.sh (OTHER_READONLY_SECTIONS): Define, so
743 as to include .ARM.exidx$${Base,Limit}.
744 * ld/scripttempl/armbpabi.sc: Move .plt to end of text segment.
745 Define IMAGE$$ER_RO$${Base,Limit} and SHT$$INIT_ARRAY$${Base,Limit}.
746 Put .init_array, .fini_array, etc. into the read-only data
747 segment.
748
749 2005-01-25 Alan Modra <amodra@bigpond.net.au>
750
751 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Formatting.
752 (gld${EMULATION_NAME}_after_open): Ignore needed libs if they were
753 only needed by an as-needed lib that didn't get linked.
754
755 2005-01-23 Alan Modra <amodra@bigpond.net.au>
756
757 * ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct
758 __DTOR_LIST__ description.
759
760 2005-01-23 Alan Modra <amodra@bigpond.net.au>
761
762 * ld.texinfo (Location Counter <dot outside sections>): Document
763 effects of orphan section placement, and ". = ." workaround.
764 * Makefile.in: Regenerate.
765
766 2005-01-22 Richard Sandiford <rsandifo@redhat.com>
767
768 * emulparams/elf32bmip.sh (OTHER_GOT_SECTIONS): Add ". = .;".
769 * emulparams/elf32bmipn32-defs.sh (OTHER_GOT_SECTIONS): Likewise.
770
771 2005-01-21 Jakub Jelinek <jakub@redhat.com>
772
773 * ldgram.y (AS_NEEDED): New token.
774 (input_list): Handle AS_NEEDED ( input_list ).
775 * ldlex.l (AS_NEEDED): Add.
776 * ld.texinfo: Document AS_NEEDED ().
777 * NEWS: Mention AS_NEEDED ().
778
779 2005-01-21 Ben Elliston <bje@au.ibm.com>
780
781 * ldlang.c (lang_reasonable_defaults): Remove.
782 (lang_process): Don't call lang_reasonable_defaults.
783
784 * ldexp.c (exp_assop): Remove #if 0'd code.
785 (exp_print_tree): Likewise.
786 * ldlang.c (lang_memory_region_lookup): Likewise.
787 (open_output): Likewise.
788 (lang_do_assignments_1): Likewise.
789 (lang_place_orphans): Likewise.
790 (lang_enter_output_section_statement): Likewise.
791 (lang_reasonable_defaults): Likewise.
792 * ldlang.h (struct lang_input_statement_struct): Likewise.
793 * mri.c (mri_draw_tree): Likewise.
794 (mri_load): Likewise.
795 * pe-dll.c (generate_reloc): Likewise.
796 (make_import_fixup_entry): Likewise.
797 (pe_as16): Likewise.
798 * emultempl/beos.em (set_pe_subsystem): Likewise.
799 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
800 * emultempl/pe.em: Likewise.
801 * emultempl/xtensaelf.em (xtensa_colocate_literals): Likewise.
802
803 2005-01-20 Daniel Jacobowitz <dan@codesourcery.com>
804
805 * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o.
806 (earmelfb_linux_eabi.c): New target.
807 * Makefile.in: Regenerated.
808 * configure.tgt (arm*b-*-linux-gnueabi): New target.
809 * emulparams/armelfb_linux_eabi.sh: New file.
810
811 2005-01-20 Nick Hudson <skrll@netbsd.org>
812
813 PR ld/676
814 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
815 Handle bfd_elf32_hppa_nbsd_vec.
816
817 2005-01-19 Richard Sandiford <rsandifo@redhat.com>
818
819 * ldmain.h (ld_sysroot): Change type to a constant string.
820 * ldmain.c (ld_sysroot): Likewise.
821 (get_relative_sysroot, get_sysroot): New functions, adding command-line
822 support for changing the sysroot.
823 (main): Call the new functions.
824 * lexsup.c (OPTION_SYSROOT): New.
825 (ld_options): Add --sysroot.
826 (parse_args): Add a dummy handler for it.
827 * ld.texinfo (--sysroot): Document.
828 * NEWS: Mention the new --sysroot option.
829
830 2005-01-18 Alan Modra <amodra@bigpond.net.au>
831
832 * ldlang.c (section_already_linked): Adjust bfd_link_just_syms call.
833 (lang_place_orphans): Don't abort on just_syms_flag, instead call
834 bfd_link_just_syms.
835
836 2005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
837
838 * defilep.y (def_name, def_library): Combine into...
839 (def_image_name): New function. Strip name to basename,
840 with warning.
841
842 2005-01-12 Mark Kettenis <kettenis@gnu.org>
843
844 * configure.in: Be sure to invoke config.sub using the shell.
845 * configure: Regenerate.
846
847 2005-01-11 Alan Modra <amodra@bigpond.net.au>
848
849 * configure.host: Correct sed patterns for last change.
850
851 2005-01-10 Nick Clifton <nickc@redhat.com>
852
853 PR binutils/609
854 * ldmisc.c (vfinfo): Add an extra argument: is_warning. Use this
855 to determine whether config.make_executable should be set to FALSE in
856 conjunction with config.fatal_warnings.
857 (info_msg, minfo, lfinof): Pass FALSE as the extra argument.
858 (einfo): Pass TRUE as the extra argument.
859
860 2005-01-10 Greg Schaffer <gschafer@zip.com.au>
861
862 * configure.host (linux targets): Use "${CC} -dumpspecs" instead
863 of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0.
864 (ia64-*-aix): Delete - this target is obsolete, and would be
865 broken by this patch.
866
867 2005-01-06 Eric Botcazou <ebotcazou@libertysurf.fr>
868
869 * configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*.
870 (sparc64-sun-solaris2*): New host.
871
872 2005-01-06 Paul Brook <paul@codesourcery.com>
873
874 * Makefie.am: Add earmelf_vxworks.
875 * Makefile.in: Regenerate.
876 * configure.tgt: Make arm-*-vxworks a separate case.
877 * emulparams/armelf_vxworks.sh: New function.
878
879 2005-01-06 Alan Modra <amodra@bigpond.net.au>
880
881 * emultempl/ppc64elf.em (no_multi_toc): New var.
882 (gld${EMULATION_NAME}_finish): Pass to ppc64_elf_setup_section_lists.
883 (OPTION_NO_MULTI_TOC): Define.
884 (PARSE_AND_LIST_LONGOPTS): Add --no-multi-toc support.
885 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
886
887 2005-01-05 Nick Clifton <nickc@redhat.com>
888
889 PR binutils/614
890 * ldmisc.c (vfinfo): Alter output to conform to the GNU Coding
891 Standard's specification for parsable error messages.
892
893 2005-01-04 Paul Brook <paul@codesourcery.com>
894
895 * Makefile.am: Correct dependency for earmsymbian.c.
896 * Makefile.in: Regenerate.
897
898 2004-12-28 Danny Smith <dannysmith@users.sourceforge.net>
899
900 * emultempl/pe.em (set_pe_subsystem): Change second arg to
901 lang_add_entry to FALSE.
902
903 2004-12-23 Nick Clifton <nickc@redhat.com>
904
905 PR 600
906 * emulparams/shelf.sh (.stack): Increase stack start address to
907 0x300000.
908
909 2004-12-20 Nick Clifton <nickc@redhat.com>
910
911 * ldmain.c (main): Issue an error message if -static and -shared
912 are used together.
913
914 2004-12-17 Jakub Jelinek <jakub@redhat.com>
915
916 * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields.
917 * ldexp.c (fold_binary) <case DATA_SEGMENT_ALIGN>: Initialize them.
918 * ldlang.c (lang_size_sections): Use them to avoid wasting virtual
919 address space at DATA_SEGMENT_ALIGN. Fix computation of expected
920 PT_GNU_RELRO segment end.
921
922 2004-12-14 P.J. Darcy <darcypj@us.ibm.com>
923
924 * configure.tgt: Add s390x-ibm-tpf support.
925
926 2004-12-16 Martin Kögler <mkoegler@auto.tuwien.ac.at>
927
928 * ldmisc.c (vfinfo): Handle the case where %B is passed a NULL
929 BFD.
930
931 2004-12-07 Ben Elliston <bje@gnu.org>
932
933 * ldemul.h: Forward declare struct option.
934
935 2004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
936
937 * scripttempl/pe.sc (.data): Add .jcr subsection.
938
939 2004-11-30 Paul Brook <paul@codesourcery.com>
940
941 * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
942
943 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
944
945 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
946 * Makefile.in: Regenerate.
947
948 2004-11-26 Melissa Mears <asterisk@graces.dricas.com>
949
950 * emultempl/pe.em: Add --subsystem:xbox as well as
951 --subsystem:%d.
952 * ld.texinfo: (ld_options): Document acceptance of subsystem xbox
953 and numeric subsystems.
954
955 2004-11-24 Alan Modra <amodra@bigpond.net.au>
956
957 * ldexp.c (fold_name): Correct PR 338 fix.
958
959 2004-11-19 Mark Mitchell <mark@codesourcery.com>
960
961 * Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
962 (earmelf_linux_eabi.c): New target.
963 * configure.tgt (arm*-*-linux-gnueabi): Handle it.
964 * emulparams/armelf_linux_eabi.sh: New file.
965 * Makefile.in: Regenerated.
966
967 2004-11-19 Nick Clifton <nickc@redhat.com>
968
969 PR 518
970 * ld.texinfo (MEMORY): Update the descriptions of the ORIGIN and
971 LENGTH fields in the MEMORY command, to explicitly state that
972 symbols cannot be used in their expressions.
973
974 2004-11-19 Jon Beniston <jon@beniston.com>
975
976 * ld/ldlex.l: Allow ORIGIN and LENGTH in EXPRESSION.
977 * ld/ldgram.y: Add ORIGIN and LENGTH expressions.
978 * ld/ldexp.c (fold_name): Implement LENGTH() and ORIGIN() functions
979 which return the length and origin of a memory.
980 * ld/ld.texinfo: Document LENGTH() and ORIGIN() functions.
981 * NEWS: Mention support for ORIGIN and LENGTH operators.
982
983 2004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
984
985 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Don't use
986 a dynamic object for stubs.
987
988 2004-11-04 Paul Brook <paul@codesourcery.com>
989
990 * ld.texinfo: Document --default-imported-symver.
991 * ldmain.c (main): Set link_info.default_imported_symver.
992 * lexsup.c (option_values): Add OPTION_DEFAULT_IMPORTED_SYMVER.
993 (ld_options): Add --default-imported-symver.
994 (parse_args): Handle OPTION_DEFAULT_IMPORTED_SYMVER.
995
996 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
997 Vineet Sharma <vineets@noida.hcltech.com>
998
999 * Makefile.am: Add entries for new maxq-coff target.
1000 * Makefile.in: Regenerate.
1001 * configure.tgt: Add support for maxq.
1002 * emulparams/maxqcoff.sh: New File.
1003 * scripttempl/maxqcoff.sc: New linker script for target maxq.
1004 * NEWS: Mention the new target.
1005
1006 2004-11-04 Daniel Jacobowitz <dan@debian.org>
1007
1008 * Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o.
1009 (earmelf_oabi.c): Remove rule.
1010 * configure.tgt: Remove arm-*-oabi and thumb-*-oabi.
1011 * emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files.
1012 * Makefile.in: Regenerated.
1013
1014 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
1015
1016 * configure.tgt (crisv32-*-*): Handle like cris-*-* for non-aout.
1017 * emulparams/criself.sh (INIT_START): Remove emitted "push srp".
1018 (FINI_START): Ditto.
1019 (INIT_END): Remove emitted "jump [sp+]".
1020 (FINI_END): Ditto.
1021
1022 2004-11-04 Alan Modra <amodra@bigpond.net.au>
1023
1024 * emultempl/ppc64elf.em (no_tls_opt): Rename from notlsopt.
1025 (no_opd_opt, no_toc_opt): New static vars.
1026 (ppc_before_allocation): Don't edit opt if no_opd_opt. Call
1027 ppc64_elf_edit_toc.
1028 (OPTION_NO_OPD_OPT, OPTION_NO_TOC_OPT): Define.
1029 (PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize.
1030 (PARSE_AND_LIST_OPTIONS): Describe new options.
1031 (PARSE_AND_LIST_ARGS_CASES): Handle them.
1032
1033 2004-10-27 Nick Clifton <nickc@redhat.com>
1034
1035 * emultempl/alphaelf.em (alpha_after_parse): Add extra, NULL,
1036 parameter to invocation of lang_section_start.
1037 * emultempl/aix.em (_handle_option): Likewise.
1038
1039 * Makefile.am (eelf64alpha.c, eelf64alpha_fbsd.c,
1040 eelf64alpha_nbsd.c): Add dependency upon emultempl/alphaelf.em.
1041 * Makefile.in: Regenerate.
1042
1043 2004-10-26 Mark Mitchell <mark@codesourcery.com>
1044
1045 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Do not emit
1046 __exidx_{start,end} when not relocating.
1047
1048 2004-10-25 Mark Mitchell <mark@codesourcery.com>
1049
1050 * Makefile.in (earmsymbian.c): Depend on armbpabi.sc, not elf.sc.
1051 * ldexp.h (segment_type): New type.
1052 (segments): New variable.
1053 * ldexp.c (segments): New variable.
1054 (exp_print_token): Handle SEGMENT_START.
1055 (fold_binary): Likewise.
1056 * ldgram.y (SEGMENT_START): Declare it as a token.
1057 (exp): Handle SEGMENT_START.
1058 * ldlang.h (lang_address_statement_type): Add segment field.
1059 (lang_section_start): Change prototype.
1060 * ldlang.c (map_input_to_output_sections): Do not process section
1061 assignments if a corresponding SEGMENT_START has already been
1062 seen.
1063 (lang_section_start): Add segment parameter.
1064 * ldlex.l (SEGMENT_START): Add it.
1065 * lexsup.c (seg_segment_start): New function.
1066 (parse_args): Use it for -Tbss, -Tdata, and -Ttext.
1067 * ld.texinfo (SEGMENT_START): Document it.
1068 * emulparams/armsymbian.sh (EMBEDDED): Set it.
1069 * scripttempl/armbpabi.sc: Use SEGMENT_START to control segment
1070 base addresses. Do not map relocations.
1071 * NEWS: Mention SEGMENT_START.
1072
1073 2004-10-26 Paul Brook <paul@codesourcery.com>
1074
1075 * ld.texinfo: Document --default-symver.
1076 * ldmain.c (main): Set link_info.create_default_symver.
1077 * lexsup.c (enum option_values): Add OPTION_DEFAULT_SYMVER.
1078 (ld_options): Add default-symver.
1079 (parse_args): Handle OPTION_DEFAULT_SYMVER.
1080
1081 2004-10-24 Danny Smith <dannysmith@users.sourceforge.net>
1082
1083 * pe-dll.c (process_def_file): Don't export all symbols by default if
1084 building a position-independent executable.
1085
1086 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1087
1088 PR 463
1089 * ldmain.c (reloc_overflow): Accept a pointer to struct
1090 bfd_link_hash_entry. Report symbol location for relocation
1091 overflow.
1092
1093 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1094
1095 * genscripts.sh (libpath.exp): Really generate for first
1096 emulation only.
1097
1098 2004-10-19 Danny Smith <dannysmith@users.sourceforge.net>
1099
1100 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Simplify
1101 comparison and replacement of filenames.
1102
1103 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
1104
1105 PR 459
1106 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic
1107 option on linker script as the one for linker script.
1108
1109 2004-10-16 Daniel Jacobowitz <dan@debian.org>
1110
1111 * ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)
1112 (check_excluded_libs): New.
1113 (load_symbols): Call check_excluded_libs.
1114 * ldlang.h (add_excluded_libs): New prototype.
1115 * emultempl/elf32.em (OPTION_EXCLUDED_LIBS): Define.
1116 (gld${EMULATION_NAME}_add_options): Add --exclude-libs.
1117 (gld${EMULATION_NAME}_handle_option): Handle --exclude-libs.
1118 * ld.texinfo (Command Line Variables): Document --exclude-libs.
1119 (Options Specific to i386 PE Targets): Remove --exclude-libs.
1120
1121 2004-10-15 Alan Modra <amodra@bigpond.net.au>
1122
1123 * ldexp.c (exp_fold_tree): Don't immediately exit ld on a
1124 failing link script assert.
1125
1126 * ldctor.c (ldctor_add_set_entry): Fix comment typo.
1127
1128 2004-10-14 H.J. Lu <hongjiu.lu@intel.com>
1129
1130 PR 445
1131 * emulparams/elf64_ia64.sh (SMALL_DATA_CTOR): Set.
1132 (SMALL_DATA_DTOR): Set.
1133 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
1134 (SMALL_DATA_DTOR): Unset.
1135 * scripttempl/elf.sc: If SMALL_DATA_CTOR is set, move .ctors
1136 after .data. If SMALL_DATA_DTOR is set, move .dtors after
1137 .data.
1138
1139 2004-10-14 Alan Modra <amodra@bigpond.net.au>
1140
1141 PR 63
1142 * ldlang.h (lang_output_section_statement_type): Make "next" a
1143 struct lang_output_section_statement_struct *.
1144 (struct orphan_save): Move from elf32.em. Add "name" and "flags".
1145 (lang_output_section_find_by_flags, lang_insert_orphan): Declare.
1146 * ldlang.c (lang_output_section_find_1): Adjust for changed
1147 output_section_statement "next".
1148 (strip_excluded_output_sections): Likewise.
1149 (lang_record_phdrs): Likewise.
1150 (lang_output_section_find_by_flags): New function.
1151 (output_prev_sec_find): Move from pe.em. Adjust iterator.
1152 (lang_insert_orphan): New function. Tail end of elf32.em's
1153 place_orphan merged with that from pe.em. Allow bfd_section to
1154 be placed first. New heuristic for placing new output section
1155 statement in existing script, and accompanying split of __start
1156 symbol alignment into a separate assignment to dot.
1157 (lang_add_section): Consistently use output->bfd_section rather than
1158 an alias, section->output_section.
1159 (map_input_to_output_sections): Rename overly long arg. Move
1160 initialization of data_statement output section to here..
1161 (lang_check_section_addresses): ..from here.
1162 (print_assignment): Correct printing of etree_assert.
1163 (print_all_symbols): Don't bomb if userdata is NULL.
1164 (IGNORE_SECTION): Rearrange.
1165 * emultempl/elf32.em (output_rel_find): Adjust interator.
1166 (output_prev_sec_find): Delete.
1167 (struct orphan_save): Delete.
1168 (gld${EMULATION_NAME}_place_orphan): Cater for zero bfd_section
1169 flags without creating a duplicate output section statement.
1170 Revise code holding history of various orphan section placements.
1171 Allow orphan sections to place before script specified output
1172 sections. Call lang_output_section_find_by_flags when placement
1173 by name fails. Use lang_insert_orphan.
1174 * emultempl/mmo.em (output_prev_sec_find): Delete.
1175 (struct orphan_save): Delete.
1176 (mmo_place_orphan): Revise code holding history of orphan placement.
1177 Allow orphans to place before existing output sections. Use
1178 lang_insert_orphan.
1179 * emultempl/pe.em (output_prev_sec_find): Delete.
1180 (struct orphan_save): Delete.
1181 (gld_${EMULATION_NAME}_place_orphan): Revise to suit use of
1182 lang_insert_orphan.
1183
1184 2004-10-13 Mark Mitchell <mark@codesourcery.com>
1185
1186 * scripttempl/armbpabi.sc: Do not put .gnu.version.* into a
1187 loadable segment.
1188
1189 2004-10-13 Alan Modra <amodra@bigpond.net.au>
1190
1191 PR 44
1192 * ldcref.c (check_section_sym_xref): Delete.
1193 (check_local_sym_xref): New function.
1194 (check_nocrossrefs): Adjust call.
1195 * emultempl/pe.em (struct orphan_save): Add os_tail.
1196 (place_orphan): Backport assorted fixes from elf32.em.
1197
1198 2004-10-12 Bob Wilson <bob.wilson@acm.org>
1199
1200 * emultempl/xtensaelf.em: Use ISO C90 formatting.
1201
1202 2004-10-11 Jakub Jelinek <jakub@redhat.com>
1203
1204 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_ld_so_conf): Avoid
1205 getline for portability.
1206
1207 * emultempl/elf32.em (gld${EMULATION_NAME}_ld_so_conf): New structure.
1208 (gld${EMULATION_NAME}_parse_ld_so_conf,
1209 gld${EMULATION_NAME}_parse_ld_so_conf_include): New functions.
1210 (gld${EMULATION_NAME}_check_ld_so_conf): Use them.
1211
1212 2004-10-11 Alan Modra <amodra@bigpond.net.au>
1213
1214 PR 423
1215 * ldfile.c (ldfile_try_open_bfd): Ensure dynamic objects are
1216 rejected when linking statically.
1217
1218 2004-10-08 Daniel Jacobowitz <dan@debian.org>
1219
1220 * configure.tgt: Include elf_x86_64 for i[3-7]86-*-solaris2*.
1221
1222 2004-10-07 Bob Wilson <bob.wilson@acm.org>
1223
1224 * ld.texinfo (Xtensa): Describe new linker relaxation to optimize
1225 assembler-generated longcall sequences. Describe new --size-opt
1226 option.
1227 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
1228 * emultempl/xtensaelf.em (remove_section,
1229 replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
1230 elf_xtensa_after_open): New.
1231 (OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
1232 OPTION_NO_LITERAL_MOVEMENT): Define.
1233 (elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
1234 (PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
1235 (PARSE_AND_LIST_OPTIONS): Add --size-opt.
1236 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
1237 OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
1238 (LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
1239 * scripttempl/elfxtensa.sc: Update with changes from elf.sc.
1240 * Makefile.am (eelf32xtensa.c): Update dependencies.
1241 * Makefile.in: Regenerate.
1242
1243 2004-10-07 Jeff Baker <jbaker@qnx.com>
1244
1245 * lexsup.c: Handle --warn-shared-textrel option.
1246 (ld_options): Restore alpha sorting of options.
1247 * ldmain.c (main): Initialise warn_shared_info field to FALSE.
1248 * ld.texinfo: Add documentation for --warn-shared-textrel.
1249 * NEWS: Added mention of --warn-shared-textrel option.
1250
1251 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
1252
1253 * emultempl/crxelf.em (disable_relaxation): Add.
1254 (crxelf_before_allocation): Enable --relax option by default.
1255 (PARSE_AND_LIST_PROLOGUE): Add OPTION_NO_RELAX.
1256 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --no-relax.
1257 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NO_RELAX.
1258
1259 2004-10-04 H.J. Lu <hongjiu.lu@intel.com>
1260
1261 * NEWS: Mention SORT_BY_NAME, SORT_BY_ALIGNMENT and
1262 --sort-section name|alignment.
1263
1264 * ld.texinfo: Document SORT_BY_NAME, SORT_BY_ALIGNMENT and
1265 --sort-section name|alignment.
1266
1267 * ld.h (sort_type): New enum.
1268 (wildcard_spec): Change the type of `sorted' to sort_type.
1269
1270 * ldgram.y (SORT): Removed.
1271 (SORT_BY_NAME): Added.
1272 (SORT_BY_ALIGNMENT): Added.
1273 (wildcard_spec): Updated `sorted'. Handle SORT_BY_NAME and
1274 SORT_BY_ALIGNMENT.
1275 (input_section_spec_no_keep): Updated `sorted'.
1276 (statement): Replace SORT with SORT_BY_NAME.
1277
1278 * ldlang.c (compare_section): New function to compare 2
1279 sections with different sorting schemes.
1280 (wild_sort): Updated. Use compare_section.
1281 (update_wild_statements): New function.
1282 (lang_process): Call update_wild_statements before
1283 map_input_to_output_sections.
1284
1285 * ldlex.l (SORT_BY_NAME): New.
1286 (SORT_BY_ALIGNMENT): New.
1287 (SORT): Return SORT_BY_NAME.
1288
1289 * ldmain.c (sort_section): New. Defined.
1290 (main): Initialize it to none.
1291
1292 * lexsup.c (option_values): Add OPTION_SORT_SECTION.
1293 (ld_options): Add an entry for OPTION_SORT_SECTION.
1294 (parse_args): Handle OPTION_SORT_SECTION.
1295
1296 * mri.c (mri_draw_tree): Updated `sorted'.
1297
1298 2004-10-04 Jakub Jelinek <jakub@redhat.com>
1299
1300 * ldgram.y (DATA_SEGMENT_RELRO_END): Add one argument.
1301 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_END): Add 0 as first
1302 argument.
1303 (DATA_SEGMENT_RELRO_GOTPLT_END): Pass $SEPARATE_GOTPLT as first
1304 and . as second argument.
1305 (GOTPLT): Move $DATA_SEGMENT_RELRO_GOTPLT_END before the section.
1306 * ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here.
1307 (fold_binary): Add it here. Insert padding to make relro_end
1308 COMMONPAGESIZE bytes aligned. For DATA_SEGMENT_ALIGN in
1309 exp_dataseg_relro_adjust phase just use previously computed
1310 exp_data_seg.base.
1311 * ldlang.c (lang_size_sections): Set exp_data_seg.base for
1312 relro_adjust here. Call lang_size_sections_1 once more if there
1313 was too big padding at DATA_SEGMENT_RELRO_END.
1314 * ld.texinfo (DATA_SEGMENT_RELRO_END): Add documentation.
1315
1316 2004-10-01 Paul Brook <paul@codesourcery.com>
1317
1318 * emulparams/armelf.sh: Add unwinding table sections.
1319
1320 2004-09-30 Filip Navara <navaraf@reactos.com>
1321
1322 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate
1323 correct base address for position independant executables.
1324 * pe-dll.c (pe_dll_fill_sections): Don't mark position independant
1325 executables as DLLs.
1326
1327 2004-09-30 Paul Brook <paul@codesourcery.com>
1328
1329 * ld.texinfo: Document --target2=abs.
1330 * emulparms/armsymbian.sh (TARGET2_TYPE): Set.
1331
1332 2004-09-29 Nick Clifton <nickc@redhat.com>
1333
1334 * scripttempl/xstormy16.sc: Only perform the assignments to the
1335 ROM region when not performing a relocatable link. The ROM region
1336 does not start at address 0, but the sections will.
1337 * Makefile.am: Fix linker script dependency for the generation of
1338 eelf32xstormy16.c.
1339 * Makefile.in: Regenerate.
1340
1341 2004-09-18 Filip Navara <navaraf@reactos.com>
1342
1343 * emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
1344 emulparams/i386pe_posix.sh, emulparams/mcorepe.sh,
1345 emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define
1346 TARGET_PAGE_SIZE.
1347 * scripttempl/pe.sc: Make the virtual address and file offset synced if
1348 the alignment is lower than the target page size.
1349
1350 2004-09-27 Filip Navara <navaraf@reactos.com>
1351
1352 * emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
1353 def_file_parse to handle pe_def_file if NULL and prevent crash with
1354 invalid .def files.
1355
1356 2004-09-27 Alan Modra <amodra@bigpond.net.au>
1357
1358 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
1359 --emit-stub-syms automatically when --emit-relocs.
1360
1361 2004-09-24 Paul Brook <paul@codeosurcery.com>
1362
1363 * scripttempl/elf.sc: Keep .preinit_array, .init_array and
1364 .fini_array sections.
1365
1366 2004-09-19 Andreas Schwab <schwab@suse.de>
1367
1368 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Adjust data segment
1369 base so that relro end is suitably aligned.
1370
1371 2004-09-17 Paul Brook <paul@codesourcery.com>
1372
1373 * ld.texinfo: Rename arm-specific section. Document --target*
1374 * emulparams/armelf_fbsd.sh: Set TARGET2_TYPE.
1375 * emulparams/armelf_linux.sh: Ditto.
1376 * emulparams/armelf_nbsd.sh: Ditto.
1377 * emultempl/armelf.em: Set default for TARGET2_TYPE.
1378 (target2_type): New variable.
1379 (arm_elf_before_allocation): Don't pass target1_type.
1380 (arm_elf_create_output_section_statements): New function.
1381 (PARSE_AND_LIST_PROLOGUE): Add OPTION_TARGET2.
1382 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --target=.
1383 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_TARGET2.
1384 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Set.
1385 * emultempl/armelf_oabi.em (_before_allocation): Remove extra
1386 argument to bfd_elf32_arm_process_before_allocation.
1387
1388 2004-09-17 Alan Modra <amodra@bigpond.net.au>
1389
1390 * ldexp.c (fold_name): Update u.undef.next refs.
1391 * emultempl/pe.em: Likewise.
1392 * emultempl/sunos.em: Likewise.
1393
1394 2004-09-17 Alan Modra <amodra@bigpond.net.au>
1395
1396 * Makefile.am: Run "make dep-am".
1397 * Makefile.in: Regenerate.
1398 * config.in: Regenerate.
1399 * configure: Regenerate.
1400 * aclocal.m4: Regenerate.
1401 * po/ld.pot: Regenerate.
1402
1403 2004-09-16 Tomer Levi <Tomer.Levi@nsc.com>
1404
1405 * scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*.
1406 (.fini): Likewise.
1407 (.jcr): Likewise.
1408
1409 2004-09-16 Alan Modra <amodra@bigpond.net.au>
1410
1411 * emultempl/armelf_oabi.em (before_allocation): Add extra zero param
1412 to bfd_elf32_arm_process_before_allocation call.
1413
1414 2004-09-13 Paul Brook <paul@codesourcery.com>
1415
1416 * emulparams/armsymbian.sh: Set TARGET1_IS_REL.
1417 * emultempl/armelf.em: Use TARGET1_IS_REL. Add --target1-{rel,abs}.
1418
1419 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1420
1421 * configure: Regenerated with autconfig 2.13.
1422
1423 2004-09-07 Andreas Schwab <schwab@suse.de>
1424
1425 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
1426 alignment before adjusting DATA_SEGMENT_RELRO_END.
1427
1428 2004-09-06 Mark Mitchell <mark@codesourcery.com>
1429
1430 * emulparams/armsymbian.sh: Use armbpabi script.
1431 * scripttempl/armbpabi.sc: New script.
1432
1433 2004-09-02 Mark Mitchell <mark@codesourcery.com>
1434
1435 * Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
1436 (earmsymbian.c): New target.
1437 * configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
1438 * Makefile.in: Regenerated.
1439 * aclocal.m4: Likewise.
1440 * configure: Likewise.
1441 * emulparams/armsymbian.sh: New file.
1442
1443 2004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
1444
1445 * scripttempl/elf32crx.sc: Edit file with comments.
1446 (.init): Add new section.
1447 (.fini): Likewise.
1448 (.ctor): Control the linkage order.
1449 (.dtor): Likewise.
1450
1451 2004-08-27 Nick Clifton <nickc@redhat.com>
1452
1453 * emultempl/pe.em (after_open): Do not assume that either bfd is
1454 an archive.
1455
1456 2004-08-26 Alan Modra <amodra@bigpond.net.au>
1457
1458 * ldlang.c (lang_init): Don't compare with TRUE.
1459
1460 2004-08-25 Dmitry Diky <diwil@spec.ru>
1461
1462 * emulparams/msp430all.sh: Fix RAM sizes for all targets.
1463 * scripttempl/elf32msp430.sc: Add .profiler section definition.
1464
1465 2004-08-24 H.J. Lu <hongjiu.lu@intel.com>
1466
1467 * ldlang.c (wildcardp): Defined as a macro with strpbrk.
1468
1469 2004-08-19 Mark Mitchell <mark@codesourcery.com>
1470
1471 * configure.tgt (arm*-*-symbianelf*): New target.
1472 (arm*-*-eabi*): Likewise.
1473
1474 2004-08-19 Jakub Jelinek <jakub@redhat.com>
1475
1476 * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
1477 (ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
1478 (OPTION_NON_OVERLAPPING_OPD): Define.
1479 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
1480 --non-overlapping-opd option.
1481
1482 2004-08-18 Alan Modra <amodra@bigpond.net.au>
1483
1484 PR 338
1485 * ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
1486 was already on the undefs list.
1487
1488 2004-08-17 Alan Modra <amodra@bigpond.net.au>
1489
1490 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
1491 prefix the symbol field too.
1492
1493 2004-08-13 Alan Modra <amodra@bigpond.net.au>
1494
1495 * ldmain.c (link_callbacks): Remove "error_handler".
1496 * ldmisc.c: Include elf-bfd.h.
1497 (vfinfo): Sort comment. Handle %A. Use %A instead of
1498 bfd_get_section_indent.
1499 (error_handler): Delete.
1500 * ldmisc.h (error_handler): Delete declaration.
1501
1502 2004-08-10 Alan Modra <amodra@bigpond.net.au>
1503
1504 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
1505 ppc64_elf_restore_symbols.
1506
1507 2004-08-09 Alan Modra <amodra@bigpond.net.au>
1508
1509 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
1510 .toc is too large on relocatable linking.
1511
1512 2004-08-09 Alan Modra <amodra@bigpond.net.au>
1513
1514 * emultempl/ppc64elf.em (ppc_after_open): Delete.
1515 (LDEMUL_AFTER_OPEN): Don't define.
1516
1517 2004-08-02 Stephane Carrez <stcarrez@nerim.fr>
1518
1519 * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
1520
1521 2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
1522
1523 * scripttempl/elfm68hc12.sc: Align text, rodata and data section
1524 on power of 2.
1525
1526 2004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
1527
1528 * emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
1529
1530 2004-07-26 Dmitry Diky <diwil@spec.ru>
1531
1532 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
1533 msp430x1612, msp430x415, msp430x417, msp430xG437, msp430xG438,
1534 msp430xG439.
1535 * configure.tgt: Likewise.
1536 * emulparams/msp430all.sh: Likewise.
1537 * Makefile.in: Regenerate.
1538
1539 2004-07-23 Nick Clifton <nickc@redhat.com>
1540
1541 * emultempl/elf32.em (_place_orphan): Use an already existing
1542 section name if that section does not have any flags set.
1543
1544 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1545
1546 * ldlang.c (already_linked_hash_entry): Removed.
1547 (already_linked): Likewise.
1548 (already_linked_table): Likewise.
1549 (section_already_linked): Call bfd_section_already_linked.
1550 (lang_process): Replace already_linked_table_init with
1551 bfd_section_already_linked_table_init and check return. Replace
1552 already_linked_table_free with bfd_section_already_linked_table_free.
1553
1554 2004-07-21 Nick Clifton <nickc@redhat.com>
1555
1556 * ldlang.c (init_os): Make sure that the newly allocated userdata
1557 structure is zeroed out.
1558
1559 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1560
1561 * NEWS: Mention the new --add-needed/--no-add-needed and
1562 --as-needed/--no-as-needed options.
1563
1564 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1565
1566 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also
1567 check the add_needed field.
1568 (dt_needed): New struct.
1569 (gld${EMULATION_NAME}_try_needed): Change the first argument
1570 to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED
1571 bit in the file where the DT_NEEDED entry comes from.
1572 (gld${EMULATION_NAME}_search_needed): Change the second
1573 argument to a pointer to struct dt_needed.
1574 (gld${EMULATION_NAME}_check_ld_so_conf): Updated.
1575 (gld${EMULATION_NAME}_after_open): Likewise.
1576
1577 * ld.texinfo: Add --add-needed document.
1578 * ldlang.c (new_afile): Set p->add_needed.
1579 * ldlang.h (lang_input_statement_type): Add add_needed field.
1580 * ldmain.h (add_needed): Declare.
1581 * ldmain.c (add_needed): New global var.
1582 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and
1583 OPTION_NO_ADD_NEEDED.
1584 (ld_options): Likewise.
1585 (parse_args): Handle them.
1586
1587 2004-07-13 Christof Petig <christof@petig-baender.de>
1588
1589 * emultempl/pe.em (make_import_fixup): Use bfd_get_32 to correct
1590 for endian-ness of extracted addend.
1591
1592 2004-07-13 Danny Smith <dannysmith@usesr.sourceforge.net>
1593
1594 * pe-dll.c (auto_export): Filter on just the import prefix,
1595 "_imp_", not "_imp__".
1596
1597 2004-07-09 Nick Clifton <nickc@redhat.com>
1598
1599 * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
1600
1601 2004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
1602
1603 * Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
1604 (eelf32crx.c): New target.
1605 * Makefile.in: Regenerate.
1606 * configure.tgt: Handle crx-*-elf*.
1607 * emulparams/elf32crx.sh: New file.
1608 * emultempl/crxelf.em: New file.
1609 * scripttempl/elf32crx.sc: New file.
1610 * NEWS: Mention new target.
1611
1612 2004-07-06 Nick Clifton <nickc@redhat.com>
1613
1614 * Makefile.am: Add eshlsymbian.c.
1615 * Makefile.in: Regenerate.
1616 * configure.tgt: Add sh*-symbian-elf target.
1617 * emulparams/shlsymbian.sh: New file. Configure the
1618 sh-symbian-elf linker scripts.
1619 * scripttemp/elf32sh-symbian.sc: New file. Linker script
1620 template for the sh-symbian-elf target.
1621
1622 2004-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1623
1624 * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
1625 * emulparams/hppalinux.sh: Likewise.
1626 * scripttempl/elf.sc: Place .plt just before .got when .plt is in
1627 data segment and PLT_BEFORE_GOT is defined.
1628
1629 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1630
1631 * ld.texinfo (WIN32): Document PE weak symbols.
1632
1633 2004-07-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1634
1635 * emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
1636
1637 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
1638
1639 * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
1640 the section.
1641
1642 2004-06-29 Alan Modra <amodra@bigpond.net.au>
1643
1644 * ldlang.c (lang_reset_memory_regions): Save last relax pass section
1645 size in rawsize.
1646
1647 2004-06-24 Alan Modra <amodra@bigpond.net.au>
1648
1649 * ldlang.c (print_output_section_statement): Don't print size before
1650 relaxation.
1651 (IGNORE_SECTION): Remove bfd arg. Update all callers.
1652
1653 * ldexp.c (fold_name): .. See below.
1654 * ldlang.c (section_already_linked, print_output_section_statement,
1655 print_input_section, insert_pad, size_input_section,
1656 lang_check_section_addresses, lang_size_sections_1,
1657 lang_size_sections, lang_do_assignments_1, lang_set_startof,
1658 lang_one_common, lang_reset_memory_regions, lang_process,
1659 lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
1660 * ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
1661 * pe-dll.c (process_def_file, generate_reloc): ..
1662 * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
1663 gld${EMULATION_NAME}_before_allocation): ..
1664 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
1665 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
1666 sh64_elf_${EMULATION_NAME}_after_allocation): ..
1667 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
1668 * emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
1669 ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
1670 "size" instead of "_raw_size" and "_cooked_size". Expand
1671 bfd_section_size macro invocations.
1672
1673 2004-06-22 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1674
1675 * ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
1676 ___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
1677 ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
1678 ___crt_xt_end__.
1679 (.tls): Define ___tls_start__ and ___tls_end__.
1680
1681 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
1682
1683 * emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
1684
1685 2004-06-18 Adam Nemet <anemet@lnxw.com>
1686
1687 * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
1688 * configure: Regenerate.
1689
1690 2004-06-15 Jakub Jelinek <jakub@redhat.com>
1691
1692 * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
1693 .gcc_except_table output sections lost accidentally with
1694 -z relro patch.
1695
1696 2004-06-15 Alan Modra <amodra@bigpond.net.au>
1697
1698 * ldwrite.c (build_link_order): Use bfd_get_section_size
1699 instead of bfd_get_section_size_before_reloc or _raw_size.
1700 * pe-dll.c (process_def_file): Likewise.
1701
1702 2004-06-14 Alan Modra <amodra@bigpond.net.au>
1703
1704 From Richard Wirth <r.wirth@wirthware.de>
1705 * ldlang.c (lang_finish): Don't free lang_definedness_table.
1706
1707 2004-05-29 Alan Modra <amodra@bigpond.net.au>
1708
1709 * ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
1710 (lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
1711
1712 2004-05-28 Alan Modra <amodra@bigpond.net.au>
1713
1714 * ldlang.c: Formatting. Wrap long lines, expand bfd_get_section_flags
1715 throughout file.
1716 * lexsup.c: Formatting. Wrap long lines.
1717 * ldwrite.c: Update copyright date.
1718
1719 * ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
1720 (output_section_callback): Nor SEC_KEEP here.
1721 (gc_section_callback): Twiddle SEC_EXCLUDE here.
1722 (lang_gc_wild): Delete. Fold into..
1723 (lang_gc_sections_1): ..here. Only call bfd_gc_sections when garbage
1724 collecting.
1725 (lang_process): Always call lang_gc_sections.
1726 (lang_place_orphans): Handle SEC_EXCLUDE sections.
1727 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
1728 SEC_EXCLUDE code.
1729
1730 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
1731
1732 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
1733 SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
1734 * ldlang.c (lang_add_section): Likewise.
1735
1736 2004-05-26 Alan Modra <amodra@bigpond.net.au>
1737
1738 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
1739 sections when doing a final link. Clear SEC_EXCLUDE when doing
1740 a relocable link, except for SEC_DEBUGGING sections.
1741 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
1742 same condition here to drop SEC_EXCLUDE orphan sections.
1743
1744 2004-05-25 Alan Modra <amodra@bigpond.net.au>
1745
1746 * ldlang.c (lang_process): Call bfd_merge_sections later, and
1747 only when not a relocatable link.
1748 (print_input_section): Handle SEC_EXCLUDE sections.
1749 (size_input_section): Don't update dot on SEC_EXCLUDE sections.
1750 (lang_do_assignments_1): Likewise.
1751 * ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
1752 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
1753 * emultempl/hppaelf.em (build_section_lists): Likewise.
1754 * emultempl/ppc64elf.em (build_toc_list): Likewise.
1755 (build_section_lists): Likewise.
1756
1757 2004-05-23 Andreas Schwab <schwab@suse.de>
1758
1759 * ld.texinfo (Options): Fix typo in last change.
1760
1761 2004-05-21 Andy Chittenden <achittenden@bluearc.com>
1762
1763 * ld.h (ld_config_type): Add new field: hash_table_size.
1764 * ldmain.c: Initialise the new field to zero. If it is non-zero
1765 after parsing the linker's command line call
1766 bfd_hash_set_default_size.
1767 * lexsup.c (option_values): Add OPTION_HASH_SIZE.
1768 (ld_options): Add hash-size.
1769 (parse_args): Parse --hash-size option. Allow
1770 --reduce-memory-overheads to set the default hash table size as
1771 well.
1772 * ld.texinfo: Document the new switch. Also mention that
1773 --reduce-memory-overheads can affect the hash table size.
1774 * NEWS: Mention the new feature.
1775
1776 2004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
1777
1778 * NEWS: Mention new linker map file generation and the
1779 --reduce-memory-overheads option.
1780 * ld.texinfo: Document --reduce-memory-overheads option.
1781 * ld.h (map_symbol_def): New struct.
1782 (struct user_section_struct, section_userdata_type): Rename to:
1783 (struct lean_user_section_struct, lean_section_userdata_type).
1784 (struct fat_user_section_struct, fat_section_userdata_type): New.
1785 (SECTION_USERDATA_SIZE): Define.
1786 (args_type): New member reduce_memory_overheads.
1787 * ldlang.c (map_obstack): New static variable.
1788 (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
1789 (lang_map): Unless command_line.reduce_memory_overheads is set,
1790 initialize lists of defined symbols for each section.
1791 (print_input_section): Unless command_line.reduce_memory_overheads
1792 is set, use print_all_symbols.
1793 (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
1794 * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
1795 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
1796 (ld_options): Add entry for --reduce-memory-overheads.
1797 (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
1798
1799 2004-05-19 Jakub Jelinek <jakub@redhat.com>
1800
1801 * ldgram.y (sect_constraint): New.
1802 (ONLY_IF_RO, ONLY_IF_RW): New tokens.
1803 (section): Add sect_constraint. Pass additional argument
1804 to lang_enter_output_section_statement.
1805 * mri.c (mri_draw_tree): Pass additional argument to
1806 lang_enter_output_section_statement.
1807 * emultempl/pe.em (place_orphan): Likewise.
1808 (output_prev_sec_find): Disregard output section statements with
1809 constraint == -1.
1810 * emultempl/mmo.em (output_prev_sec_find): Likewise.
1811 (mmo_place_orphan): Pass additional argument to
1812 lang_enter_output_section_statement.
1813 * emultempl/elf32.em (output_prev_sec_find): Disregard output section
1814 statements with constraint == -1.
1815 (place_orphan): Pass additional argument to
1816 lang_enter_output_section_statement.
1817 * ldlang.c (lang_enter_overlay_section): Likewise.
1818 (lang_output_section_find_1): New.
1819 (lang_output_section_find): Use it.
1820 (lang_output_section_statement_lookup_1): New.
1821 (lang_output_section_statement_lookup): Use it.
1822 (check_section_callback, check_input_sections): New.
1823 (map_input_to_output_sections): Check if all input sections
1824 are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
1825 (strip_excluded_output_sections): Disregard output section statements
1826 with constraint == -1.
1827 (lang_record_phdrs): Likewise.
1828 (lang_enter_output_section_statement): Add constraint argument.
1829 Use lang_output_section_statement_lookup_1.
1830 * ldlang.h (lang_output_section_statement_type): Add constraint
1831 and all_input_readonly fields.
1832 (lang_enter_output_section_statement): Adjust prototype.
1833 * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
1834 * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
1835 segment if all input sections are readonly.
1836
1837 2004-05-19 Adam Nemet <anemet@lnxw.com>
1838
1839 * scripttempl/i386lynx.sc: Remove file.
1840
1841 2004-05-17 Bob Wilson <bob.wilson@acm.org>
1842
1843 * ld.texinfo (Output Section Address): Correct subsection name.
1844
1845 2004-05-17 Adam Nemet <anemet@lnxw.com>
1846
1847 * configure.tgt (powerpc-*-lynxos* case): New case.
1848 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
1849 * emulparams/ppclynx.sh: New file.
1850 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
1851 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
1852 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
1853 (eppclynx.c): New rule.
1854 * Makefile.in: Regenerate.
1855
1856 2004-05-13 Joel Sherrill <joel@oarcorp.com>
1857
1858 * configure.tgt (or32-*-rtems*): Switch to elf and
1859 support versioned targets.
1860
1861 2004-05-13 Nick Clifton <nickc@redhat.com>
1862
1863 * po/fr.po: Updated French translation.
1864
1865 2004-05-11 Jakub Jelinek <jakub@redhat.com>
1866
1867 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
1868 for binaries, -shared and -pie.
1869 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
1870 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
1871 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
1872 (OTHER_RELRO_SECTIONS): ... this.
1873 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
1874 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
1875 -z relro and -z norelro.
1876 (gld${EMULATION_NAME}_list_options): Add it to usage.
1877 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
1878 -z relro scripts when appropriate.
1879 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
1880 Create separate .got.plt section if SEPARATE_GOTPLT.
1881 Move sections which are only written during relocation handling
1882 to the beginning of RW segment. If NO_SMALL_DATA, move .got
1883 before .data. Add DATA_SEGMENT_RELRO_END directive.
1884 Include OTHER_RELRO_SECTIONS.
1885 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
1886 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
1887 (fold_unary): Likewise.
1888 (fold_binary): Handle -z relro.
1889 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
1890 exp_dataseg_relro_adjust phases. Add relro_end field.
1891 * ldmain.c (main): Initialize link_info.relro to FALSE.
1892 * ldlang.c (lang_size_sections): Handle -z relro.
1893
1894 2004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
1895
1896 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
1897
1898 2004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
1899
1900 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
1901 before printing it with %W.
1902
1903 2004-05-07 Brian Ford <ford@vss.fsi.com>
1904 DJ Delorie <dj@redhat.com>
1905
1906 * emultempl/pe.em (real_flags): New static.
1907 (OPTION_LARGE_ADDRESS_AWARE): New define.
1908 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
1909 (gld_${EMULATION_NAME}_list_options): Likewise.
1910 (gld${EMULATION_NAME}_handle_option): Likewise.
1911 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
1912 * ld.texinfo: Document it.
1913 * NEWS: Mention it.
1914
1915 2004-05-07 Brian Ford <ford@vss.fsi.com>
1916
1917 * NEWS: Mention DWARF 2 support for i386pe.
1918
1919 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
1920
1921 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
1922 elf32-frvfdpic.
1923
1924 2004-04-30 Alan Modra <amodra@bigpond.net.au>
1925
1926 * ldlang.c (unique_section_p): Pass section parm, return true on
1927 group sections.
1928 (output_section_callback): Adjust.
1929 * ldlang.h (unique_section_p): Update prototype.
1930 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
1931
1932 2004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
1933
1934 * ld.texinfo (--gc-sections): Remove restriction for
1935 dynamic linking.
1936
1937 2004-04-29 Brian Ford <ford@vss.fsi.com>
1938
1939 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
1940 for DWARF 2/3. Update stab section's syntax.
1941
1942 2004-04-29 Alan Modra <amodra@bigpond.net.au>
1943
1944 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
1945 (fill_edata): Correct pointer arithmetic.
1946
1947 2004-04-21 Chris Demetriou <cgd@broadcom.com>
1948
1949 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
1950 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
1951 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
1952 (EXTRA_EM_FILE): Use mipsecoff.em
1953 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
1954 (EXTRA_EM_FILE): Use mipsecoff.em
1955 * emultempl/mipsecoff.em: Restructure to be included as an
1956 extra emulation file.
1957 (check_sections, gld${EMULATION_NAME}_after_open)
1958 (gld${EMULATION_NAME}_after_allocation)
1959 (gld${EMULATION_NAME}_get_script)
1960 (ld_${EMULATION_NAME}_emulation): Remove
1961 (gld${EMULATION_NAME}_before_parse): Rename to...
1962 (mipsecoff_before_parse): This.
1963 (LDEMUL_BEFORE_PARSE): Define.
1964 * emultempl/mipself.em: Remove file.
1965 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
1966 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
1967 these symbols.
1968 * Makefile.am: Remove dependencies on emultempl/mipself.em.
1969 * Makefile.in: Regenerate.
1970
1971 2004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
1972
1973 * ld.texinfo (synthesizing on H8/300): Information about linker
1974 relaxation support for bit manipulation instructions and system
1975 control instructions is added.
1976
1977 2004-04-21 Hans-Peter Nilsson <hp@axis.com>
1978
1979 * NEWS: Mention change in DEFINED semantics.
1980
1981 2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
1982
1983 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
1984 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
1985 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
1986
1987 2004-04-21 Ben Elliston <bje@au.ibm.com>
1988
1989 * ld.texinfo (Simple Example): Add missing punctuation.
1990
1991 2004-04-20 Chris Demetriou <cgd@broadcom.com>
1992
1993 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
1994
1995 2004-04-19 Jakub Jelinek <jakub@redhat.com>
1996
1997 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
1998 specially.
1999
2000 2004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
2001
2002 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
2003 with default priority. Likewise for dtors.
2004
2005 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2006
2007 * configure.host: Remove mips*-dec-bsd* target.
2008 * configure.tgt: Likewise.
2009
2010 2004-04-08 Richard Sandiford <rsandifo@redhat.com>
2011
2012 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
2013 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
2014 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
2015 * emultempl/irix.em: New file.
2016 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
2017 dependencies.
2018 * Makefile.in: Regenerate.
2019
2020 2004-04-01 Paul Brook <paul@codesourcery.com>
2021
2022 * emultempl/armelf.em (byteswap_code): Add.
2023 (arm_elf_before_allocation): Pass extra parameter.
2024 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
2025 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
2026 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
2027 * emultempl/armelf_oabi.em: Pass extra parameter.
2028 * ld.texinfo: Document --be8.
2029
2030 2004-03-30 Stan Shebs <shebs@apple.com>
2031
2032 Remove long-obsolete MPW support.
2033 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
2034 * Makefile.am (mpw): Remove file-presynthesizing actions.
2035 * Makefile.in: Likewise.
2036 * ldfile.c (slash): Remove MPW case.
2037 * ldlex.l [MPW]: Remove unused definition.
2038
2039 2004-03-30 Galit Heller <Galit.Heller@nsc.com>
2040
2041 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
2042 (eelf32cr16c.c): New target.
2043 * Makefile.in: Regenerate.
2044 * configure.tgt: Handle cr16c-*-elf*.
2045 * emulparams/elf32cr16c.sh: New file.
2046 * scripttempl/elfcr16c.sc: Likewise
2047 * NEWS: Mention support for new target.
2048
2049 2004-03-30 Nick Clifton <nickc@redhat.com>
2050
2051 * po/sv.po: Updated Swedish translation.
2052
2053 2004-03-27 Alan Modra <amodra@bigpond.net.au>
2054
2055 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
2056 * emultempl/hppaelf.em: Likewise.
2057 * emultempl/ppc64elf.em: Likewise.
2058 * emultempl/sh64elf.em: Likewise.
2059
2060 2004-03-25 Alan Modra <amodra@bigpond.net.au>
2061
2062 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
2063 size_dynamic_sections call.
2064
2065 2004-03-23 Alan Modra <amodra@bigpond.net.au>
2066
2067 PR 51.
2068 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
2069 link_info.wrap_char.
2070
2071 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
2072
2073 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
2074 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
2075
2076 2004-03-20 Alexandre Oliva <aoliva@redhat.com>
2077
2078 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
2079
2080 2004-03-19 Alan Modra <amodra@bigpond.net.au>
2081
2082 * config.in: Regenerate.
2083 * po/ld.pot: Regenerate.
2084
2085 2004-03-18 Alan Modra <amodra@bigpond.net.au>
2086
2087 * ld.texinfo: Add --as-needed doco.
2088 * ldmain.c (as_needed): New global var.
2089 * ldmain.h (as_needed): Declare.
2090 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
2091 OPTION_NO_AS_NEEDED.
2092 (ld_options): Likewise.
2093 (parse_args): Handle them.
2094 * ldlang.h (lang_input_statement_type): Add as_needed field.
2095 * ldlang.c (new_afile): Set p->as_needed.
2096 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
2097 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
2098 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
2099
2100 * ldlang.c (open_input_bfds): Remove useless cast.
2101 (lang_do_assignments_1): Likewise.
2102 (lang_for_each_input_section): Delete.
2103
2104 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2105
2106 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
2107
2108 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
2109
2110 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
2111 private when building implib.
2112
2113 2004-03-05 Nathan Sidwell <nathan@codesourcery.com>
2114
2115 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
2116 SEC_THREAD_LOCAL.
2117 (IGNORE_SECTION): Ignore .tbss sections too.
2118 (lang_size_sections_1): .tbss sections do not advance dot.
2119
2120 2004-03-01 Andreas Schwab <schwab@suse.de>
2121
2122 * ld.texinfo (Options): Fix example for --wrap.
2123
2124 2004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
2125
2126 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
2127 not NULL.
2128
2129 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2130
2131 * ldlang.c (lang_check): Use %P, not %E, in error message.
2132
2133 2004-02-23 Nathan Sidwell <nathan@codesourcery.com>
2134
2135 * ldlang.h (struct lang_output_section_state): Change processed
2136 field's type.
2137 * ldexp.c (check, invalid): Remove.
2138 (fold_name): Move valid_p assignments. Create undefined symbol
2139 when needed. Directly exampine section's processd flag.
2140 * ldlang.c (lang_output_section_statement_lookup): Adjust
2141 processed field init.
2142 (lang_size_sections_1): Allow LOADADDR when determining section's
2143 VMA. Adjust error message. Fold data statement's expr.
2144 (lang_size_sections): Correctly increment lang_statement_iteration.
2145
2146 2004-02-23 Alan Modra <amodra@bigpond.net.au>
2147
2148 * ldexp.c (fold_tree): Follow indirect symbols.
2149
2150 2004-02-20 Nathan Sidwell <nathan@codesourcery.com>
2151
2152 * ldgram.y (exp): Add two operand ALIGN.
2153 * ldexp.c (fold_binary): Add ALIGN_K case.
2154 * ld.texinfo (ALIGN): Document two operand version.
2155
2156 2004-02-19 Nathan Sidwell <nathan@codesourcery.com>
2157
2158 * ldlang.c (map_input_to_output_sections): Initialize sections
2159 mentioned in a data statement expression.
2160 (lang_do_assignments_1): Add data statement's expression's
2161 section's vma.
2162
2163 2004-02-18 Nathan Sidwell <nathan@codesourcery.com>
2164
2165 * ldgram.y (statement_anywhere): Add assert rule.
2166 * ldlang.c (exp_init_os): Add assert case.
2167
2168 2004-02-14 Andrew Cagney <cagney@redhat.com>
2169
2170 * ldmain.c (remove_output): Call bfd_cache_close.
2171
2172 2004-02-14 Richard Sandiford <rsandifo@redhat.com>
2173
2174 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
2175 .MIPS.content* and .MIPS.events* sections.
2176
2177 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
2178
2179 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
2180 .note.gnu.arm.ident to after allocated sections. Mark its
2181 address as 0.
2182
2183 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
2184
2185 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
2186 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
2187 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
2188 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
2189 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
2190
2191 2004-02-05 Nick Clifton <nickc@redhat.com>
2192
2193 * emultempl/pe.em (_after_open): Fix typo in previous delta.
2194
2195 2004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
2196
2197 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
2198
2199 2004-01-28 Alan Modra <amodra@bigpond.net.au>
2200
2201 * genscripts.sh: Fix typo.
2202
2203 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
2204
2205 2004-01-24 Jakub Jelinek <jakub@redhat.com>
2206
2207 * emulparams/elf64_ia64.sh: Put .rela.opd into
2208 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
2209
2210 2004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
2211
2212 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
2213 * ld.texinfo (--omagic): Note that writable text section
2214 does not conform to published PE-COFF specs.
2215 (--enable-auto-import): Likewise.
2216
2217 2004-01-15 Alan Modra <amodra@bigpond.net.au>
2218
2219 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
2220
2221 2004-01-13 Nick Clifton <nickc@redhat.com>
2222
2223 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
2224 which if true will prevent the LMA region being used as a
2225 replacement for a default VMA region.
2226 (lang_leave_output_section_statement): Pass extra parameter.
2227 (lang_leave_overlay): Likewise.
2228 * ld.texinfo (Output Section LMA): Document that the LMA
2229 region can be set to the VMA region if no VMA has been set.
2230 * ldlang.h (struct lang_output_section_phdr_list): Create a
2231 typedef for this type. Minor formatting fixes.
2232
2233 2004-01-13 Nick Clifton <nickc@redhat.com>
2234
2235 * ldlang.c (lang_size_sections_1): If dot is advanced, then
2236 assume that the section should be allocated.
2237
2238 2004-01-13 Alan Modra <amodra@bigpond.net.au>
2239
2240 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
2241 sections. Do ignore SEC_NEVER_LOAD sections.
2242 (lang_size_sections_1): Remove test made redundant with the above.
2243
2244 2004-01-09 Alan Modra <amodra@bigpond.net.au>
2245
2246 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
2247 program_header_size.
2248
2249 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
2250
2251 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
2252 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
2253 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
2254 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
2255 (MAXPAGESIZE): Set to 64Kb.
2256 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
2257 __ROFIXUP_END__. Don't map .rofixup.got any more.
2258 * emulparams/elf32frv.sh (NOP): Set.
2259 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
2260 * configure.tgt: Add frv-*-*linux*.
2261 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
2262 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
2263 (eelf32frvfd.c): New.
2264 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
2265 * emulparams/elf32frv.sh: Reverted previous two patches.
2266 * emulparams/elf32frvfd.sh: New.
2267 * Makefile.in: Rebuilt.
2268 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
2269 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
2270 .rofixup.got to .rofixup.
2271 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
2272 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
2273 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
2274
2275 2004-01-05 Jakub Jelinek <jakub@redhat.com>
2276
2277 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
2278 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
2279
2280 2004-01-03 Alan Modra <amodra@bigpond.net.au>
2281
2282 * ldexp.c (align_n): Make static.
2283 * ldexp.h (align_n): Delete declaration.
2284 * ldlang.h (lang_enter_output_section_statement): Remove
2285 block_value param.
2286 * ldlang.c (lang_enter_output_section_statement): Likewise.
2287 (TO_ADDR, TO_SIZE): Define.
2288 (opb_shift): New var.
2289 (init_opb): New function.
2290 (print_input_section): Call init_opb and use TO_ADDR.
2291 (print_data_statement, print_reloc_statement): Likewise.
2292 (print_padding_statement): Likewise.
2293 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
2294 (lang_check_section_addresses): Likewise.
2295 (lang_size_sections_1): Likewise.
2296 (lang_do_assignments_1): Likewise.
2297 (lang_set_startof): Likewise.
2298 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
2299 (lang_process): Call init_opb.
2300 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
2301 (lang_enter_overlay_section): Adjust
2302 lang_enter_output_section_statement call.
2303 * ldgram.y: Likewise.
2304 * mri.c (mri_draw_tree): Likewise.
2305 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2306 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2307 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2308
2309 * ldfile.c (ldfile_set_output_arch): Add defarch param.
2310 * ldfile.h (ldfile_set_output_arch): Ditto.
2311 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
2312 ldfile_set_output_arch.
2313 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2314 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
2315 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
2316 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2317 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
2318 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2319 * ldgram.y: Adjust ldfile_set_output_arch call.
2320 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2321 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
2322 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
2323 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
2324 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
2325 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2326 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2327
2328 2004-01-02 Bernardo Innocenti <bernie@develer.com>
2329
2330 * configure.tgt: Add m68k-uClinux target.
2331
2332 For older changes see ChangeLog-0203
2333 \f
2334 Local Variables:
2335 mode: change-log
2336 left-margin: 8
2337 fill-column: 74
2338 version-control: never
2339 End: