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