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