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