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