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