* i386nbsd-nat.c (i386nbsd_supply_pcb): Cast to 'gdb_byte *' in
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
711c0baa
AM
12005-07-04 Aurelien Jarno <aurel32@debian.org>
2
3 * emultempl/elf32.em: Enable use of ld.so.conf for *-*-k*bsd-*.
4
c8c9c297
AM
52005-07-01 Alan Modra <amodra@bigpond.net.au>
6
7 * scripttempl/elf.sc (.gcc_except_table): Don't KEEP.
8
b753922c
BE
92005-06-30 Ben Elliston <bje@gnu.org>
10
11 * Makefile.am (check-DEJAGNU): Don't search for expect.
12 * Makefile.in: Regenerate.
13
c3298874
BE
142005-06-30 Ben Elliston <bje@gnu.org>
15
16 * Makefile.am (EXPECT): Set to expect.
17 (RUNTEST): Likewise, set to runtest.
18 * Makefile.in: Regenerate.
19
a82644e2
NC
202005-06-16 Alexander Klimov <alserkli@inbox.ru>
21
22 * emultempl/armelf.em: Add quotes to avoid a null test
23 expression.
24
e185dd51
DJ
252005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
26
27 * ld.texinfo (Command Line Options): Add @item for --hash-size.
28
9d12f64c
AM
292005-06-10 Alan Modra <amodra@bigpond.net.au>
30
31 * scripttempt/elf.sc (.bss): Align tail in a way that allows
32 empty section pruning.
33
502bdb00
JW
342005-06-09 Steve Ellcey <sje@cup.hp.com>
35
36 * configure.in (AM_BINUTILS_WARNINGS): Add.
37 (BFD_NEED_DECLARATION) Replace with AC_CHECK_DECLS.
38 * config.in: Regenerate.
39 * configure: Regenerate.
40 * sysdep.h (NEED_DECLARATION_*): Replace with HAVE_DECL_*
41 * ldmain.c: Ditto.
42
dea2f0a8
AM
432005-06-09 Alan Modra <amodra@bigpond.net.au>
44
45 * ldexp.c (fold_unary <ALIGN_K>): Revert last change.
46
e9ee469a
AM
472005-06-09 Alan Modra <amodra@bigpond.net.au>
48
49 * ld.h (lang_phase_type): Move to..
50 * ldexp.h: ..here. Add lang_mark_phase_enum.
51 (node_type): Remove etree_undef and etree_unspec.
52 (exp_data_seg): Delete.
53 (struct ldexp_control, expld): New.
54 (invalid, exp_mark_used_section): Delete.
55 (exp_fold_tree, exp_get_vma, exp_get_value_int, exp_get_fill,
56 exp_get_abs_int): Update prototypes.
57 * ldexp.c (assigning_to_dot): Delete.
58 (expld): Define.
59 (make_abs): Operate directly on expld.result. Update all callers.
60 (new_abs): Likewise. Return void.
61 (new_rel_from_abs): Rename from new_rel_from_section.
62 (new_rel, new_rel_from_abs): Operate on expld.result and return void.
63 Update all callers.
64 (fold_unary): Operate on expld.result and return void. Remove
65 "current_section", "allocation_done", "dot", "dotp" and "mark_used"
66 params. Update all callers.
67 (fold_binary, fold_trinary, fold_name, exp_fold_tree_1): Likewise.
68 (fold_unary <ALIGN_K>): Ensure alignment is absolute.
69 (fold_unary <ABSOLUTE>): Use make_abs.
70 (fold_unary <DATA_SEGMENT_END>): Evaluate mark_phase as for
71 allocating_phase.
72 (fold_binary <DATA_SEGMENT_ALIGN, DATA_SEGMENT_RELRO_END, >): Ditto.
73 (fold_binary <'%','/'>): Don't error if marking.
74 (fold_name <SIZEOF_HEADERS>): Don't call bfd_sizeof_headers when
75 marking.
76 (fold_name <NAME>): Remove FIXME; -R is handled correctly. Don't
77 error when marking.
78 (fold_name <ADDR, LOADADDR, SIZEOF>): Don't set SEC_KEEP.
79 (exp_fold_tree_1): Don't error when marking.
80 (exp_fold_tree_1 <etree_rel>): Evaluate in all phases except first.
81 (exp_fold_tree_1 <etree_assign to dot>): Don't check for NULL
82 current section, instead check for NULL dotp.
83 (exp_fold_tree_1 <etree_provide>): Don't evaluate the assignment
84 source unless the symbol is referenced and undefined.
85 (exp_fold_tree): Remove "allocation_done" and "dot" params. Save
86 params to expld.
87 (exp_fold_tree_no_dot): Remove "current_section", "allocation_done
88 and "mark_used" params. Save params to expld. Update all callers.
89 (exp_assop): Do without temp var.
90 (exp_print_tree <etree_undef>): Delete code.
91 (exp_get_vma): Remove "allocation_done" param. Correct error return.
92 (exp_get_fill, exp_get_abs_int): Likewise.
93 (exp_get_value_int): Remove "allocation_done" param.
94 (exp_mark_used_section): Delete.
95 * ldgram.y (fill_exp): Update exp_get_fill call.
96 (origin_spec, length_spec): Update exp_get_vma call.
97 * ldlang.c (lang_init): Don't bother clearing lang_statement_iteration.
98 (lang_mark_used_section_1, lang_mark_used_section): Delete.
99 (strip_excluded_output_sections): Call one_lang_size_sections_pass in
100 marking mode. Merge old lang_mark_used_section code. Correct handling
101 of output sections with excluded input sections and data statements.
102 Don't drop non-zero sized sections. Don't zap os->bfd_section.
103 Do set SEC_EXCLUDE when appropriate.
104 (print_output_section_statement): Update for changed ldexp.c
105 interface.
106 (print_assignment, lang_size_sections_1): Likewise.
107 (lang_do_assignments_1, lang_enter_output_section_statement): Likewise.
108 (lang_new_phdr, lang_record_phdrs): Likewise.
109 (lang_size_sections): Likewise.
110 (insert_pad): Use following statement if it is a pad, rather than
111 creating a new one.
112 (lang_size_sections_1 <lang_output_section_statement_enum>): Do
113 process ignored output section to set vma and lma, but don't
114 update dot for these sections. Don't error if marking.
115 (lang_size_sections_1 <lang_assignment_statement_enum>): Don't
116 update dot for ignored sections.
117 (lang_size_sections_1 <lang_data_statement_enum>): Don't mark absolute
118 section with SEC_ALLOC.
119 (one_lang_size_sections_pass): New function.
120 (lang_size_sections): Remove first five params. Set expld.phase on
121 entry and exit. Use one_lang_size_sections_pass.
122 (lang_do_assignments): Remove all params. Update all callers.
123 (lang_reset_memory_regions): Clear os->processed for all output
124 section statements.
125 * ldlang.h (lang_do_assignments): Update prototype.
126 (lang_size_sections): Likewise.
127 (one_lang_size_sections_pass): Declare.
128 * pe-dll.c (pe_dll_fill_sections, pe_exe_fill_sections): Update
129 lang_size_sections and lang_do_assignments calls.
130 * emultempl/elf32.em (layout_sections_again): Likewise.
131 * emultempl/ppc64elf.em (ppc_before_allocation): Use
132 one_lang_size_sections_pass.
133
b2be2013
AH
1342005-06-08 Aldy Hernandez <aldyh@redhat.com>
135
136 * emulparams/elf32ms1.sh: New.
137
a34e3ecb
EC
1382005-06-07 Eric Christopher <echristo@redhat.com>
139
140 * Makefile.am (eelf32ms1.c): Use tab.
141 * Makefile.in: Regenerate.
142
9e1f170f
AH
1432005-06-07 Aldy Hernandez <aldyh@redhat.com>
144 Michael Snyder <msnyder@redhat.com>
145 Stan Cox <scox@redhat.com>
146
147 * configure.tgt: Same.
148
149 * Makefile.am (ALL_EMULATIONS): Depend on eelf32ms1.o.
150 (eelf32ms1.c): Add eelf32ms1.c rule.
151
152 * Makefile.in: Regenerate.
153
b4f4e59f
AM
1542005-06-06 Alan Modra <amodra@bigpond.net.au>
155
156 * emultempl/ppc64elf.em (ppc_before_allocation): Always run
157 ppc64_elf_edit_opd.
158
18b79829
L
1592005-06-05 H.J. Lu <hongjiu.lu@intel.com>
160
161 * ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
162 section only if the symbol will be defined.
163
079f985c
L
1642005-06-04 H.J. Lu <hongjiu.lu@intel.com>
165
166 PR 992
167 * ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
168 section for etree_assign, etree_provide and etree_provided.
169 Call fold_binary on etree_binary.
170
171 * ldlang.c (lang_mark_used_section_1): Handle load base.
172
e1fffbe6
AM
1732005-06-03 Alan Modra <amodra@bigpond.net.au>
174
175 * ldmain.c (link_callbacks): Add einfo.
176 (add_archive_element): Use passed info, not link_info.
177 (constructor_callback): Likewise.
178 (reloc_overflow): Don't handle null bfd specially.
179 (reloc_dangerous, unattached_reloc): Likewise.
180 * ldmisc.c (vfinfo <B>): Print "ld generated" for null bfd.
181 (vfinfo <C, D, G>): Handle null bfd. Wrap comments.
182
408082ec
AM
1832005-06-02 Alan Modra <amodra@bigpond.net.au>
184
185 * ldexp.h (etree_value_type): Use "asection *" in place of
186 "struct lang_output_section_statement_struct *" for "section".
187 (exp_fold_tree): Likewise.
188 (exp_mark_used_section): Likewise.
189 * ldexp.c (new_rel, new_rel_from_section, fold_unary, fold_binary,
190 fold_trinary, fold_name, exp_fold_tree_1, exp_fold_tree,
191 exp_mark_used_section): Likewise for "current_section" param.
192 (make_abs, new_abs, exp_binop, exp_unop, exp_get_vma, exp_get_fill,
193 exp_get_abs_int): Adjust for above changes.
194 * ldlang.c (lang_mark_used_section_1, print_assignment,
195 lang_size_sections_1, lang_do_assignments_1): Likewise.
196 * ldexp.c (fold_name): Init entire result struct.
197
d0d3b2e8
MR
1982005-06-01 Maciej W. Rozycki <macro@linux-mips.org>
199
200 * emulparams/elf32btsmip.sh: Unset DATA_ADDR.
201
a359509e
ZW
2022005-05-31 Zack Weinberg <zack@codesourcery.com>
203
204 * ldlang.c (entry_symbol_default): New file-scope global.
205 (lang_finish): Use it, not a hardwired "start".
206 (lang_default_entry): Set it.
207 * ldlang.h: Declare lang_default_entry.
208 * emultempl/beos.em, emultempl/pe.em: Use lang_default_entry,
209 not lang_add_entry, to override default entry point symbol.
210
8d6d53d4
RH
2112005-05-29 Richard Henderson <rth@redhat.com>
212
213 * emulparams/elf64alpha.sh (PLT): New.
214 (TEXT_PLT): New.
215 * emultempl/alphaelf.em (disable_relaxation): New.
216 (limit_32bit): Rename from elf64alpha_32bit; update all users.
217 (elf64_alpha_use_secureplt): Declare.
218 (bfd_elf64_alpha_vec, bfd_elf64_alpha_freebsd_vec): Declare.
219 (alpha_after_open): New.
220 (alpha_before_allocation): New.
221 (OPTION_NO_RELAX, OPTION_SECUREPLT, OPTION_NO_SECUREPLT): New.
222 (PARSE_AND_LIST_LONGOPTS): Include them.
223 (PARSE_AND_LIST_OPTIONS): Likewise.
224 (PARSE_AND_LIST_ARGS_CASES): Likewise.
225 (LDEMUL_AFTER_OPEN, LDEMUL_BEFORE_ALLOCATION): New.
226 * scripttempl/elf.sc (TEXT_PLT): New.
227 (PLT): Use it.
228
f93e81d6
AS
2292005-05-27 Andreas Schwab <schwab@suse.de>
230
231 * configure.host (HOSTING_LIBS): Add libunwind.a if it exists.
232
61f8ebf2
AM
2332005-05-24 Alan Modra <amodra@bigpond.net.au>
234
235 * emultempl/ppc32elf.em (after_allocation): Don't call
236 ppc_elf_set_sdata_syms when relocatable.
237
8b803601
L
2382005-05-21 H.J. Lu <hongjiu.lu@intel.com>
239
240 * Makefile.am (ld.1): Revert the last 2 changes.
241 (info-recursive): Depend on ld.1.
242 * Makefile.in: Regenerated.
243
e366efef
L
2442005-05-21 H.J. Lu <hongjiu.lu@intel.com>
245
246 * Makefile.am (ld.1): Depend on "info" instead of
247 "configdoc.texi ldver.texi".
248 * Makefile.in: Regenerated.
249
abf32a89
L
2502005-05-21 H.J. Lu <hongjiu.lu@intel.com>
251
252 * Makefile.am (ld.1): Depend on "info".
253 * Makefile.in: Regenerated.
254
e3e71e27
ZW
2552005-05-19 Zack Weinberg <zack@codesourcery.com>
256
257 * Makefile.am: Have 'all' depend on 'info' and 'ld.1'.
258 * Makefile.in: Regenerate.
259
c19d1205
ZW
2602005-05-17 Zack Weinberg <zack@codesourcery.com>
261
262 * ld-arm/mixed-app.d: Adjust expected disassembly a little.
263
970c3dbc
DJ
2642005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
265
266 * Makefile.am (ldver.texi): Don't use $<.
267 * Makefile.in: Regenerated.
268
6e1b59d2
DJ
2692005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
270
271 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Explicitly include
272 $(srcdir) before $(BFDDIR)/doc.
273 * Makefile.in: Regenerated.
274
75ff4589
L
2752005-05-17 H.J. Lu <hongjiu.lu@intel.com>
276
277 PR 797
278 * ldexp.c (exp_fold_tree_1): Renamed from exp_fold_tree and
279 take take a bfd_boolean, mark_used. Ignore assert failure if
280 mark_used is TRUE.
281 (exp_fold_tree) Call exp_fold_tree_1 with mark_used == FALSE.
282 (exp_fold_tree_no_dot): Updated to take a bfd_boolean,
283 mark_used and pass down.
284 (fold_unary): Likewise.
285 (fold_binary): Likewise.
286 (fold_trinary): Likewise.
287 (exp_binop): Add FALSE to call to exp_fold_tree_no_dot.
288 (exp_trinop): Likewise.
289 (exp_unop): Likewise.
290 (exp_nameop): Likewise.
291 (exp_get_vma): Likewise.
292 (exp_get_fill): Likewise.
293 (exp_get_abs_int): Likewise.
294 (fold_name): Likewise. Set SEC_KEEP in output section flags.
295 (exp_mark_used_section): New.
296
297 * ldexp.h (exp_mark_used_section): New.
298
299 * ldlang.c (lang_output_section_statement_lookup_1): Set the
300 ignored field to FALSE.
301 (lang_mark_used_section_1): New.
302 (lang_mark_used_section): Call lang_mark_used_section_1.
303 (strip_excluded_output_sections): Call lang_mark_used_section
304 and check for unused sections.
305 (lang_size_sections_1): Skip an output section if it should
306 be ignored.
307 (lang_do_assignments_1): Likewise.
308 (lang_process): Don't call lang_mark_used_section here.
309
310 * ldlang.h (lang_output_section_statement_type): Change
311 all_input_readonly to bitfield. Add ignored.
312
25ba8e7b
NC
3132005-05-17 Lennert Buytenhek <buytenh@wantstofly.org>
314 Peter S. Mazinger" <ps.m@gmx.net>
315
c19d1205
ZW
316 * emulparams/armelf_linux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
317 * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
25ba8e7b 318
10dbd1f3
NC
3192005-05-17 Julian Brown <julian@codesourcery.com>
320
321 * ldlang.c (print_assignment): Do not rely upon a valid result
322 having a section associated with it.
323
3b83e13a
NC
3242005-05-17 Nick Clifton <nickc@redhat.com>
325
326 * ldlang.c (Scan_for_self_assignment): Check an assignment tree to
327 see if the same value is being used on the rhs as on the lhs.
328 (print_assignment): Call scan_for_self_assignment and if it
329 returns true, do no display the result of the computation but
330 instead just the final value of the symbol on the lhs.
331 * ld.texinfo: Document this behaviour and provide an example of
332 when it will happen.
333
42ecbf5e
DJ
3342005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
335
336 * Makefile.am (AM_MAKEINFOFLAGS): Define.
337 (TEXI2DVI): Define.
338 (ldver.texi): Depend on distributed files instead of built files.
339 (ld.info): Include $(srcdir) in the rule target. Remove actions.
340 (ld.dvi): Remove actions.
341 (MAINTAINERCLEANFILES): Add configdoc.texi.
342 (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in.
343 (install-data-local): Renamed from install.
344 (Makefile): Remove explicit dependency.
345 * acinclude.m4: Remove obsolete code.
346 * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL.
347 * Makefile.in, aclocal.m4, config.in, configure: Regenerated.
348
be2c2e39
BW
3492005-05-11 Bob Wilson <bob.wilson@acm.org>
350
351 * scripttempl/elfxtensa.sc: Sync up with elf.sc.
352 * emulparams/elf32xtensa.sh (PLT, GOT): Define.
353
0cf7d72c
AM
3542005-05-11 Alan Modra <amodra@bigpond.net.au>
355
356 * ldgram.y: Add SPECIAL token.
357 (sect_constraint): Handle SPECIAL.
358 * ldlang.c (lang_output_section_find_1): Don't match SPECIAL.
359 (map_input_to_output_sections): Likewise.
360 * ldlex.l (SPECIAL): Define.
361 * emulparams/elf32ppc.sh (DATA_GOT, SDATA_GOT, SEPARATE_GOTPLT,
362 GOT, PLT, GOTPLT): Define.
363 * emultempl/ppc32elf.em (old_plt, old_got): New static vars.
364 (ppc_after_open): New function.
365 (PARSE_AND_LIST_PROLOGUE): Define OPTION_OLD_LPT and OPTION_OLD_GOT.
366 (PARSE_AND_LIST_LONGOPTS): Add "bss-plt" and "sdata-got".
367 (PARSE_AND_LIST_OPTIONS): Document them.
368 (PARSE_AND_LIST_ARGS_CASES): Handle them.
369 (LDEMUL_AFTER_OPEN): Define.
370 * scripttempl/elf.sc (PLT): Don't override existing define.
371 (DATA_GOT, SDATA_GOT): Define and use to enable alternate got
372 placement rather than using NO_SMALL_DATA. Emit GOTPLT for RELRO_NOW.
373
4ca02259
AM
3742005-05-10 Alan Modra <amodra@bigpond.net.au>
375
376 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_GOTPLT_END): Delete.
377 (DATA_SEGMENT_RELRO_END): Use SEPARATE_GOTPLT value.
378 (GOTPLT): Remove DATA_SEGMENT_RELRO_GOTPLT_END. Place after
379 DATA_SEGMENT_RELRO_END in script.
380
baf6e97f
L
3812005-05-09 H.J. Lu <hongjiu.lu@intel.com>
382
383 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
384 Don't use a removed section.
385
a6e1b90f
L
3862005-05-09 H.J. Lu <hongjiu.lu@intel.com>
387
388 * ldmain.c (reloc_overflow): Use output_bfd if the symbol
389 is defined in the ABS section.
390
c18bae34
L
3912005-05-06 H.J. Lu <hongjiu.lu@intel.com>
392
393 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
394 Put back !link_info.relocatable.
395
4ef24a2e
L
3962005-05-06 H.J. Lu <hongjiu.lu@intel.com>
397
3f693ed5 398 PR 878
4ef24a2e
L
399 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
400 Just check link_info.executable.
401
e06fb9c3
NC
4022005-05-06 Nick Clifton <nickc@redhat.com>
403
404 * Update the address and phone number of the FSF organization in
405 the GPL notices in the following files:
406 aclocal.m4, deffile.h, deffilep.y, fdl.texi, ld.h, ldcref.c,
407 ldctor.c, ldctor.h, ldemul.c, ldexp.c, ldexp.h, ldfile.c,
408 ldfile.h, 20ldgram.y, ldint.texinfo, ldlang.c, ldlang.h, ldlex.h,
409 ldlex.l, ldmain.c, ldmain.h, ldmisc.c, ldmisc.h, ldver.c, ldver.h,
410 ldwrite.c, ldwrite.h, lexsup.c, mri.c, mri.h, pe-dll.c, pe-dll.h,
411 sysdep.h, emultempl/aix.em, emultempl/alphaelf.em,
412 emultempl/armcoff.em, emultempl/armelf.em, emultempl/beos.em,
413 emultempl/crxelf.em, emultempl/elf32.em, emultempl/generic.em,
414 emultempl/gld960.em, emultempl/gld960c.em, emultempl/hppaelf.em,
415 emultempl/ia64elf.em, emultempl/irix.em, emultempl/linux.em,
416 emultempl/lnk960.em, emultempl/m68hc1xelf.em,
417 emultempl/m68kcoff.em, emultempl/m68kelf.em,
418 emultempl/mipsecoff.em, emultempl/mmix-elfnmmo.em,
419 emultempl/mmixelf.em, emultempl/mmo.em, emultempl/needrelax.em,
420 emultempl/pe.em, emultempl/ppc32elf.em, emultempl/ppc64elf.em,
421 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em,
422 emultempl/vanilla.em, emultempl/xtensaelf.em
423
01d9ad14
L
4242005-05-05 H.J. Lu <hongjiu.lu@intel.com>
425
426 * scripttempl/elf.sc: Document the usage of __bss_start.
427
eac338cf
PB
4282005-05-05 Paul Brook <paul@codesourcery.com>
429
430 * Makefile.am: Add eelf_i386_vxworks.
431 * Makefile.in: Regenerate.
432 * configure.tgt: Make i?86-*-vxworks use targ_emul=elf_i386_vxworks.
433 * emulparams/elf_i386_vxworks.sh: New file.
434 * emulparams/vxworks.sh: New file.
435 * scripttempl/elf.sc: Add DATA_END_SYMBOLS and ETEXT_NAME.
436
f652615e
L
4372005-05-04 H.J. Lu <hongjiu.lu@intel.com>
438
439 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
440 Call _bfd_elf_provide_section_bound_symbols.
441
8423293d
AM
4422005-05-04 Alan Modra <amodra@bigpond.net.au>
443
444 * ldemul.c: Include bfdlink.h.
445 (ldemul_before_allocation): Assume before_allocation is non-zero.
446 (before_allocation_default): Call strip_excluded_output_sections.
447 * ldlang.c (stripped_excluded_sections): New variable.
448 (lang_add_section): Build input section list for each output
449 section, attached via map_head and map_tail pointers.
450 (strip_excluded_output_sections): Make global. Traverse the
451 input section lists to find which output sections can go. Clear
452 link_order pointers and set stripped_excluded_sections.
453 (lang_process): Call strip_excluded_output_sections.
454 * ldlang.h (strip_excluded_output_sections): Declare.
455 * ldwrite.c: Update throuhout for link_order_head -> map_head change.
456 * emultempl/aix.em (before_allocation): Call
457 strip_excluded_output_sections.
458 * emultempl/armcoff.em (before_allocation): Likewise.
459 * emultempl/beos.em (before_allocation): Likewise.
460 * emultempl/linux.em (before_allocation): Likewise.
461 * emultempl/pe.em (before_allocation): Likewise.
462 * emultempl/sunos.em (before_allocation): Likewise.
463 * emultempl/elf32.em (before_allocation): Likewise. Call
464 bfd_elf_size_dynsym_hash_dynstr too.
465 * emultempl/lnk960.em (lnk960_before_allocation): Delete.
466 (ld_lnk960): Use before_allocation_default.
467
5daa8fe7
L
4682005-05-02 H.J. Lu <hongjiu.lu@intel.com>
469
470 * emultempl/elf32.em (gld${EMULATION_NAME}_strip_empty_section):
471 Updated for bfd_section_list_remove change.
472 * ldlang.c (lang_insert_orphan): Likewise.
473 (strip_excluded_output_sections): Likewise.
474 (sort_sections_by_lma): New.
475 (lang_check_section_addresses): Sort the sections before
476 checking addresses.
477
009b6a7a
DJ
4782005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
479
480 * configure.tgt: Add h8300*-*-rtemscoff.
481 Switch h8300*-*-rtems* to elf.
482
279e75dc
BE
4832005-04-29 Ben Elliston <bje@au.ibm.com>
484
485 * ldgram.y (lang_memory_region_type): Make static.
486 (ldgram_want_filename): Likewise.
487 * ldemul.c (ld_emulation): Make static.
488 * ldfile.h (ldfile_find_command_file): Remove extern.
489 * ldfile.c (ldfile_find_command_file): Make static.
490 * ldlang.h (unique_section_list): Remove extern declaration.
491 * ldlang.c (unique_section_list): Make static.
492 * mri.h (symbol_truncate): Remove extern declaration.
493 * mri.c (symbol_truncate): Make static.
494 (order, only_load, address, alias): Likewise.
495 (alignment, subalignment): Likewise.
496
4a2afbc1
L
4972005-04-27 H.J. Lu <hongjiu.lu@intel.com>
498
499 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
500 Use the first SEC_ALLOC section which isn't SEC_READONLY or the
501 last SEC_ALLOC section if such a section doesn't exist.
502
fd9719b1
MK
5032005-04-24 Mark Kettenis <kettenis@gnu.org>
504
505 * configure.host: Add *-*-openbsd support.
506
33bfe774
JB
5072005-04-15 Julian Brown <julian@codesourcery.com>
508
509 * ld.texinfo: Document --use-blx.
510 * emultempl/armelf.em (use_blx): New variable.
511 (arm_elf_create_output_section_statements): Communicate value of
512 use_blx to bfd.
513 (PARSE_AND_LIST_PROLOGUE): Add OPTION_USE_BLX.
514 (PARSE_AND_LIST_OPTIONS): Add --use-blx option.
515 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_USE_BLX case.
516
9e9b66a9
AM
5172005-04-14 Alan Modra <amodra@bigpond.net.au>
518
519 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
520 * configure.in: Include ../bfd/warning.m4 contents.
521 * Makefile.in: Regenerate.
522 * configure: Regenerate.
523
ceae3e33
AM
5242005-04-12 Alan Modra <amodra@bigpond.net.au>
525
526 * Makefile.am: Run "make dep-am".
527 (ldgram.o, ldlex.o, deffilep.o): Add -Wno-error to command.
528 * Makefile.in: Regenerate.
529 * config.in: Regenerate.
530
7cedef86
AM
5312005-04-11 Alan Modra <amodra@bigpond.net.au>
532
533 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Ignore
534 as_needed libs that were not needed.
535 (gld${EMULATION_NAME}_check_needed): Likewise.
536
187ffe95
NC
5372005-04-07 Nick Clifton <nickc@redhat.com>
538
539 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h so that
0cf7d72c 540 ldfile.h can use the lang_input_statement type.
187ffe95 541
72223188
JJ
5422005-04-06 Jakub Jelinek <jakub@redhat.com>
543
544 * ldlang.c: Formatting.
545 (walk_wild_consider_section): Remember return value from wildcardp.
546 (is_simple_wild): Use strcspn instead of 2 strpbrk calls and strlen.
547 (wild_spec_can_overlap): Use strcspn instead of strpbrk and strlen.
548
5492005-04-06 Robert O'Callahan <rocallahan@novell.com>
550
551 * ld.h (lean_section_userdata_type): Remove.
552 (fat_section_userdata_type): Remove file field.
553 (SECTION_USERDATA_SIZE): Remove.
554 * ldlang.c (init_os): Eliminate initialization of unused
555 lean_section_userdata_type.
556
557 * ldlang.h (callback_t, walk_wild_section_handler_t): New
558 typedefs.
559 (struct lang_wild_statement_struct): Add walk_wild_section_handler
560 and handler_data fields.
561 * ldlang.c (callback_t): Removed.
562 (walk_wild_consider_section, walk_wild_section_general,
563 section_iterator_callback, find_section, is_simple_wild,
564 match_simple_wild, walk_wild_section_specs1_wild0,
565 walk_wild_section_specs1_wild1, walk_wild_section_specs2_wild1,
566 walk_wild_section_specs3_wild2, walk_wild_section_specs4_wild2,
567 wild_spec_can_overlap, analyze_walk_wild_section_handler): New
568 functions.
569 (lang_add_wild): Call analyze_walk_wild_section_handler.
570 (walk_wild_section): Renamed to walk_wild_section_general and
571 created a wrapper function.
572 (section_iterator_callback_data): New typedef.
573
34875e64
NC
5742005-04-04 Nick Clifton <nickc@redhat.com>
575
576 * configure.in: Add a check for <unistd.h> providing a prototype
577 for getopt() which is compatible with the one in
578 include/getopt.h. If so then define HAVE_DECL_GETOPT.
579 * configure: Regenerate.
580 * config.in (HAVE_DECL_GETOPT): Add.
581 * ldemul.c: Include config.h
582 * lexsup.c: Likewise.
583 * emultempl/elf32.sc: Likewise.
584
deb04cdb
AM
5852005-03-29 Alan Modra <amodra@bigpond.net.au>
586
587 * emultempl/elf32.em (gld${EMULATION_NAME}_layout_sections_again):
588 New function, extracted from static void gld${EMULATION_NAME}_finish.
589 (gld${EMULATION_NAME}_strip_empty_sections): Likewise.
590 (gld${EMULATION_NAME}_provide_init_fini_syms): Likewise.
591 * emultempl/ppc64elf.em: Revert last change.
592 (ppc_layout_sections_again): Use
593 gld${EMULATION_NAME}_layout_sections_again.
594 (ppc_finish): Don't call gld${EMULATION_NAME}_finish. Instead call
595 gld${EMULATION_NAME}_strip_empty_sections and
596 gld${EMULATION_NAME}_provide_init_fini_syms.
597 * emultempl/hppaelf.em: Similarly.
598
8b4e5e28
AM
5992005-03-29 Alan Modra <amodra@bigpond.net.au>
600
601 * emultempl/ppc64elf.em (need_laying_out): Delete. Remove all refs.
602 (ppc_finish): Don't call bfd_elf_discard_info.
603 * emultempl/hppaelf.em: Similarly.
604
510a939b
NC
6052005-03-24 Nick Clifton <nickc@redhat.com>
606
607 * po/fr.po: Updated French translation.
608
ed84e695
NC
6092005-03-23 Mike Frysinger <vapier@gentoo.org>
610 Nick Clifton <nickc@redhat.com>
611
612 * configure.host: Accept any C library to accompany a GNU Linux
613 implementation, not just the GNU C library.
614 * configure.tgt: Likewise.
615 * emultempl/elf32.em: Likewise.
deb04cdb 616
81e1b023
L
6172005-03-22 H.J. Lu <hongjiu.lu@intel.com>
618
619 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols): New
620 (gld${EMULATION_NAME}_finish): Call
621 gld${EMULATION_NAME}_provide_bound_symbols to provide
622 __preinit_array_start, __preinit_array_end, __init_array_start,
623 __init_array_end, __fini_array_start and __fini_array_end.
624
625 * scripttempl/elf.sc: Don't provide __preinit_array_start,
626 __preinit_array_end, __init_array_start, __init_array_end,
627 __fini_array_start nor __fini_array_end.
628
11d2f718
AM
6292005-03-23 Alan Modra <amodra@bigpond.net.au>
630
631 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Set
632 SEC_EXCLUDE on .gnu.warning sections.
633
644285ef
AM
6342005-03-22 Alan Modra <amodra@bigpond.net.au>
635
636 * scripttempl/elf.sc (SBSS): Don't provide sbss start and end syms.
637
c9a2f333
AM
6382005-03-21 Alan Modra <amodra@bigpond.net.au>
639
640 * emultempl/ppc32elf.em (gld${EMULATION_NAME}_after_allocation): New
641 function.
642 (LDEMUL_AFTER_ALLOCATION): Define.
643
b1ab9777
AM
6442005-03-21 Alan Modra <amodra@bigpond.net.au>
645
646 * emultempl/ppc64elf.em (ppc_finish): Rename from
647 gld${EMULATION_NAME}_finish. Call gld${EMULATION_NAME}_finish.
648 (LDEMUL_FINISH): Update.
649 * emultempl/hppaelf.em (hppaelf_finish, LDEMUL_FINISH): Likewise.
650 * emultempl/m68hc1xelf.em (m68hc11elf_finish, LDEMUL_FINISH): Likewise.
651
2a2a7c94
JB
6522005-03-18 Julian Brown <julian@codesourcery.com>
653
654 * scripttempl/armbpapi.sc (.rel.dyn): Add .rel.init_array,
655 .rel.fini_array.
656 (.rela.dyn): Add .rela.init_array, .rela.fini_array.
657 (SECTIONS): Add .rel.other, .rela.other, .reli.other after PLT relocs.
658
98720c64
L
6592005-03-18 H.J. Lu <hongjiu.lu@intel.com>
660
661 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Don't set
662 bfd_section when removing unused empty output sections for
663 non-relocatable link.
664
41c7ba7c
AM
6652005-03-19 Alan Modra <amodra@bigpond.net.au>
666
667 * ldlang.c (lang_insert_orphan): Use old section_tail rather than
668 traversing the bfd section list to find pointer to new section.
669
0fb53118
AM
6702005-03-18 Alan Modra <amodra@bigpond.net.au>
671
672 * scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2
673 input sections into .sdata and .sbss output respectively.
674
de7f8cc8
BW
6752005-03-16 David Heine <dlheine@tensilica.com>
676 Bob Wilson <bob.wilson@acm.org>
677
678 * ldlang.c (IGNORE_SECTION): Remove check for zero size.
679 (lang_check_section_addresses): Ignore zero size sections here.
680
57316bff
L
6812005-03-16 H.J. Lu <hongjiu.lu@intel.com>
682
683 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Remove
684 unused empty output sections for non-relocatable link.
685
686 * ld.h (args_type): Remove gc_sections.
687
688 * ldlang.c (lang_mark_used_section): New.
689 (lang_gc_sections): Use link_info.gc_sections instead of
690 command_line.gc_sections.
691 * ldmain.c (main): Likewise.
692 * lexsup.c (parse_args): Likewise.
693 * ldlang.c (lang_process): Call lang_mark_used_section.
694
695 * ldmain.c (main): Initialize link_info.gc_sections to FALSE.
696
1ad12f97
NC
6972005-03-16 Nick Clifton <nickc@redhat.com>
698 Ben Elliston <bje@au.ibm.com>
699
569acd2c 700 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 701 compiler command line. Enabled by default. Disable via
569acd2c 702 --disable-werror.
1ad12f97
NC
703 * configure: Regenerate.
704
cb2d1ef2
AM
7052005-03-16 Alan Modra <amodra@bigpond.net.au>
706
707 * emulparams/elf32ppclinux.sh (OTHER_READWRITE_SECTION): Delete.
708 (OTHER_RELRO_SECTIONS): Set this instead.
709
957d91c1
NC
7102005-03-15 Nick Clifton <nickc@redhat.com>
711
712 * NEWS: Add cutoff for changes in 2.16 release.
713
34723071
NC
7142005-03-15 Mikkel Krautz <krautz@gmail.com>
715
716 * configure.tgt (x86_64-elf): Add target.
717
729ae8d2
AM
7182005-03-15 Alan Modra <amodra@bigpond.net.au>
719
720 * po/es.po: Commit new Spanish translation.
721
8b3d8fa8
AM
7222005-03-14 Alan Modra <amodra@bigpond.net.au>
723
724 * ldexp.c (exp_fold_tree): Ensure return value is initialized.
725 Tidy etree_assert case.
726
882cb63e
AM
7272005-03-14 Alan Modra <amodra@bigpond.net.au>
728
729 * po/tr.po: Commit new Turkish translation.
730
61c84b48
DJ
7312005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
732
733 * Makefile.am: Remove references to em68klynx.o and esparclynx.o.
734 * Makefile.in: Regenerated.
735 * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
736
41c9e29d
NC
7372005-03-07 Nick Clifton <nickc@redhat.com>
738
739 * po/fr.po: Updated translation.
740
06647dfd
AM
7412005-03-05 Alan Modra <amodra@bigpond.net.au>
742
743 * po/ld.pot: Regenerate.
744
bb14f524
JB
7452005-03-02 Jan Beulich <jbeulich@novell.com>
746
747 * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
748 * pe-dll.c (pe_dll_generate_implib): Likewise.
749
0ef622cb
BE
7502005-02-24 Ben Elliston <bje@au.ibm.com>
751
752 * ldfile.c: Remove GNU960 conditional code.
753 * emultempl/gld960.em: Likewise.
754 * emultempl/gld960c.em: Likewise.
755 * emultempl/lnk960.em: Likewise.
756
f3f4bcca
NC
7572005-02-24 Nick Clifton <nickc@redhat.com>
758
759 * emultempl/lnk960.em (lnk960_before_parse): Remove redundant
760 empty string from calls to concat.
761
7622005-02-23 Nick Clifton <nickc@redhat.com>
763
764 * emultempl/lnk960.em (lnk960_before_parse): Terminate list of
765 arguments passed to concat() with a NULL.
766
767 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h because they
768 define types needed by ldfile.h
769
47639182
AM
7702005-02-23 Alan Modra <amodra@bigpond.net.au>
771
772 * pe-dll.c: Warning fixes.
773 * emultempl/sunos.em: Likewise.
774
ace66bb2
DJ
7752005-02-22 Daniel Jacobowitz <dan@codesourcery.com>
776
777 * ldlang.c (section_already_linked): Don't call
778 bfd_section_already_linked for dynamic objects.
779
5718918d
AM
7802005-02-22 Alan Modra <amodra@bigpond.net.au>
781
782 * ldexp.c: Warning fixes.
783 * ldwrite.c: Likewise.
784 * emultempl/elf32.em: Likewise.
785
ebe372c1
L
7862005-02-21 H.J. Lu <hongjiu.lu@intel.com>
787
788 * ldlang.c (lang_add_section): Check SEC_TIC54X_BLOCK for TI
789 tic54x input only.
790 (lang_size_sections_1): Check SEC_COFF_SHARED_LIBRARY for COFF
791 and ECOFF output only.
792
0ca2f5d5
AM
7932005-02-21 Alan Modra <amodra@bigpond.net.au>
794
795 * config.in: Regenerate.
796 * configure: Regenerate.
797
fbbb9ac5
ZW
7982005-02-17 Zack Weinberg <zack@codesourcery.com>
799
800 * ldexp.c (assigning_to_dot): New global flag.
801 (fold_name): If assigning_to_dot is true, object immediately to
802 an undefined symbol.
803 (exp_fold_tree): Set and clear assigning_to_dot around the
804 recursive call to exp_fold_tree to process the right-hand side
805 of an assignment to the location counter.
806
c68dac40
PB
8072005-02-17 Paul Brook <paul@codesourcery.com>
808
809 * scripttempl/armbpabi.sc: Add dummy name to version block.
810
20c2cbe3
AM
8112005-02-17 Alan Modra <amodra@bigpond.net.au>
812
813 * ldexp.c (new_abs): Init new.str.
814
0b48acfe
MM
8152005-02-15 Mark Mitchell <mark@codesourcery.com>
816
817 * configure.in (AC_CHECK_FUNCS): Add glob.
818 * configure: Regenerated.
819 * emultempl/elf32.em (<glob.h>): Do not include if HAVE_GLOB is
820 not defined.
821 (gld${EMULATION_NAME}_parse_ld_so_conf_include): Do not use glob
822 if HAVE_GLOB is not defined.
fbbb9ac5 823
ff925e69
KK
8242005-02-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
825
826 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Define
827 lib_path if NATIVE is yes.
828
92b7a70f
AM
8292005-02-16 Alan Modra <amodra@bigpond.net.au>
830
831 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Make
832 an error creating fake bfd fatal.
833 (ppc_before_allocation): Continue on after errors.
834 (gld${EMULATION_NAME}_finish): Likewise.
835
297ba367
NC
8362005-02-15 Nick Clifton <nickc@redhat.com>
837
838 * ldlex.l (YY_NO_UNPUT): Define so that the yy_unput function is
839 not declared. It is not used and its presence causes a compile
840 time warning.
fbbb9ac5 841
9eabd475
ZW
8422005-02-11 Zack Weinberg <zack@codesourcery.com>
843
844 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed):
845 If st.st_ino is zero, do not treat the library as a duplicate.
846
d457dcf6
JJ
8472005-02-10 Jakub Jelinek <jakub@redhat.com>
848
849 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
850 Set BFD_LINKER_CREATED on the stubs bfd.
851 * emultempl/ppc64elf.em (ppc_create_output_section_statements):
852 Likewise.
853
4e5db43b
MM
8542005-02-08 Mark Mitchell <mark@codesourcery.com>
855
856 * scripttempl/armbpabi.sc (VERSION): Make special section symbols
9eabd475 857 local.
4e5db43b
MM
858 (Image$$ER_RO$$Base): Define whenever RELOCATING.
859 (Image$$ER_RO$$Limit): Likewise.
860 (SHT$$INIT_ARRAY$$Base): Likewise.
861 (SHT$$INIT_ARRAY$$Limit): Likeise.
862
4297f9f1
BE
8632005-02-10 Ben Elliston <bje@au.ibm.com>
864
865 * emultempl/beos.em: Remove #if 0 and #if 1 blocks.
866
1c7c5e5b
RS
8672005-02-08 Richard Sandiford <rsandifo@redhat.com>
868
869 * configure.tgt (mips64*el-*-linux-gnu*): Define targ_extra_libpath
870 to include o32 and n64 emulations.
871 (mips64*-*-linux-gnu*): Likewise.
872
300475fe
HPN
8732005-02-08 Hans-Peter Nilsson <hp@axis.com>
874
875 * ldmain.c (warning_callback, warning_find_reloc): Prepend
876 "warning: " to warning messages.
877
4ea42fb7
AM
8782005-02-04 Alan Modra <amodra@bigpond.net.au>
879
880 * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): Don't
881 look up symbol for etree_provide here.
882
161f49a3
DJ
8832005-02-02 Daniel Jacobowitz <dan@codesourcery.com>
884
885 * emulparams/elf32bmip.sh (TEXT_DYNAMIC): Always set.
886
73ae6183
NC
8872005-02-01 Edward Welbourne <eddy@opera.com>
888 Nick Clifton <nickc@redhat.com>
889
890 * ld.texinfo (Source Code Reference): New node describing how to
891 access linker script defined variables from source code.
892
77cfaee6
AM
8932005-02-01 Alan Modra <amodra@bigpond.net.au>
894
895 * ld.texinfo: Clarify --as-needed operation.
896
c46f8c51
AC
8972005-01-31 Andrew Cagney <cagney@gnu.org>
898
899 * configure: Regenerate to track ../gettext.m4.
900
d342277e
NC
9012005-01-31 Nick Clifton <nickc@redhat.com>
902
903 * ldver.c (ldversion): Bump reported copyright date to 2005.
904
d6486796
NC
9052005-01-31 Nick Clifton <nickc@redhat.com>
906
907 * configure.tgt: Remove obsolete targets m68k-lynxos and
908 sparc-lynxos.
909
319850b4
JB
9102005-01-28 Julian Brown <julian@codesourcery.com>
911
912 * emultempl/armelf.em (fix_v4bx): New variable.
913 (arm_elf_create_output_section_statements): Communicate fix_v4bx flag
914 value to bfd.
915 (PARSE_AND_LIST_PROLOGUE): Add option token OPTION_FIX_V4BX.
916 (PARSE_AND_LIST_LONGOPTS): Add option --fix-v4bx.
917 (PARSE_AND_LIST_OPTIONS): Add option --fix-v4bx.
9eabd475 918 (PARSE_AND_LIST_ARGS_CASES): Add option OPTION_FIX_V4BX.
319850b4
JB
919 * NEWS: Mention --fix-v4bx.
920 * ld.texinfo: Document --fix-v4bx.
921
dc4c9c19
MM
9222005-01-25 Mark Mitchell <mark@codesourcery.com>
923
924 * emulparams/armsymbian.sh (OTHER_READONLY_SECTIONS): Define, so
925 as to include .ARM.exidx$${Base,Limit}.
926 * ld/scripttempl/armbpabi.sc: Move .plt to end of text segment.
927 Define IMAGE$$ER_RO$${Base,Limit} and SHT$$INIT_ARRAY$${Base,Limit}.
928 Put .init_array, .fini_array, etc. into the read-only data
9eabd475
ZW
929 segment.
930
7e9f0867
AM
9312005-01-25 Alan Modra <amodra@bigpond.net.au>
932
933 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Formatting.
934 (gld${EMULATION_NAME}_after_open): Ignore needed libs if they were
935 only needed by an as-needed lib that didn't get linked.
936
7e69709c
AM
9372005-01-23 Alan Modra <amodra@bigpond.net.au>
938
939 * ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct
940 __DTOR_LIST__ description.
941
b5666f2f
AM
9422005-01-23 Alan Modra <amodra@bigpond.net.au>
943
944 * ld.texinfo (Location Counter <dot outside sections>): Document
945 effects of orphan section placement, and ". = ." workaround.
946 * Makefile.in: Regenerate.
947
4e25343c
RS
9482005-01-22 Richard Sandiford <rsandifo@redhat.com>
949
950 * emulparams/elf32bmip.sh (OTHER_GOT_SECTIONS): Add ". = .;".
951 * emulparams/elf32bmipn32-defs.sh (OTHER_GOT_SECTIONS): Likewise.
952
b717d30e
JJ
9532005-01-21 Jakub Jelinek <jakub@redhat.com>
954
955 * ldgram.y (AS_NEEDED): New token.
956 (input_list): Handle AS_NEEDED ( input_list ).
957 * ldlex.l (AS_NEEDED): Add.
958 * ld.texinfo: Document AS_NEEDED ().
959 * NEWS: Mention AS_NEEDED ().
960
7a64f7b8
BE
9612005-01-21 Ben Elliston <bje@au.ibm.com>
962
963 * ldlang.c (lang_reasonable_defaults): Remove.
964 (lang_process): Don't call lang_reasonable_defaults.
965
966 * ldexp.c (exp_assop): Remove #if 0'd code.
967 (exp_print_tree): Likewise.
968 * ldlang.c (lang_memory_region_lookup): Likewise.
969 (open_output): Likewise.
970 (lang_do_assignments_1): Likewise.
971 (lang_place_orphans): Likewise.
972 (lang_enter_output_section_statement): Likewise.
973 (lang_reasonable_defaults): Likewise.
974 * ldlang.h (struct lang_input_statement_struct): Likewise.
975 * mri.c (mri_draw_tree): Likewise.
976 (mri_load): Likewise.
977 * pe-dll.c (generate_reloc): Likewise.
978 (make_import_fixup_entry): Likewise.
979 (pe_as16): Likewise.
980 * emultempl/beos.em (set_pe_subsystem): Likewise.
981 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
982 * emultempl/pe.em: Likewise.
983 * emultempl/xtensaelf.em (xtensa_colocate_literals): Likewise.
984
a154a8ad
MM
9852005-01-20 Daniel Jacobowitz <dan@codesourcery.com>
986
987 * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o.
988 (earmelfb_linux_eabi.c): New target.
989 * Makefile.in: Regenerated.
990 * configure.tgt (arm*b-*-linux-gnueabi): New target.
991 * emulparams/armelfb_linux_eabi.sh: New file.
992
9c183183
AM
9932005-01-20 Nick Hudson <skrll@netbsd.org>
994
995 PR ld/676
996 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
997 Handle bfd_elf32_hppa_nbsd_vec.
998
e2243057
RS
9992005-01-19 Richard Sandiford <rsandifo@redhat.com>
1000
1001 * ldmain.h (ld_sysroot): Change type to a constant string.
1002 * ldmain.c (ld_sysroot): Likewise.
1003 (get_relative_sysroot, get_sysroot): New functions, adding command-line
1004 support for changing the sysroot.
1005 (main): Call the new functions.
1006 * lexsup.c (OPTION_SYSROOT): New.
1007 (ld_options): Add --sysroot.
1008 (parse_args): Add a dummy handler for it.
1009 * ld.texinfo (--sysroot): Document.
1010 * NEWS: Mention the new --sysroot option.
1011
1449d79b
AM
10122005-01-18 Alan Modra <amodra@bigpond.net.au>
1013
1014 * ldlang.c (section_already_linked): Adjust bfd_link_just_syms call.
1015 (lang_place_orphans): Don't abort on just_syms_flag, instead call
1016 bfd_link_just_syms.
1017
a880c748
DS
10182005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
1019
1020 * defilep.y (def_name, def_library): Combine into...
1021 (def_image_name): New function. Strip name to basename,
1022 with warning.
1023
07baa8ee
MK
10242005-01-12 Mark Kettenis <kettenis@gnu.org>
1025
1026 * configure.in: Be sure to invoke config.sub using the shell.
1027 * configure: Regenerate.
1028
e9b181b8
AM
10292005-01-11 Alan Modra <amodra@bigpond.net.au>
1030
1031 * configure.host: Correct sed patterns for last change.
1032
59ef2528
NC
10332005-01-10 Nick Clifton <nickc@redhat.com>
1034
1035 PR binutils/609
1036 * ldmisc.c (vfinfo): Add an extra argument: is_warning. Use this
1037 to determine whether config.make_executable should be set to FALSE in
1038 conjunction with config.fatal_warnings.
1039 (info_msg, minfo, lfinof): Pass FALSE as the extra argument.
1040 (einfo): Pass TRUE as the extra argument.
1041
71a2d53a
NC
10422005-01-10 Greg Schaffer <gschafer@zip.com.au>
1043
1044 * configure.host (linux targets): Use "${CC} -dumpspecs" instead
1045 of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0.
1046 (ia64-*-aix): Delete - this target is obsolete, and would be
1047 broken by this patch.
1048
d6d0b336
EB
10492005-01-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1050
1051 * configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*.
1052 (sparc64-sun-solaris2*): New host.
1053
4e7fd91e
PB
10542005-01-06 Paul Brook <paul@codesourcery.com>
1055
1056 * Makefie.am: Add earmelf_vxworks.
1057 * Makefile.in: Regenerate.
1058 * configure.tgt: Make arm-*-vxworks a separate case.
1059 * emulparams/armelf_vxworks.sh: New function.
1060
4c52953f
AM
10612005-01-06 Alan Modra <amodra@bigpond.net.au>
1062
1063 * emultempl/ppc64elf.em (no_multi_toc): New var.
1064 (gld${EMULATION_NAME}_finish): Pass to ppc64_elf_setup_section_lists.
1065 (OPTION_NO_MULTI_TOC): Define.
1066 (PARSE_AND_LIST_LONGOPTS): Add --no-multi-toc support.
1067 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
1068
98d87ee7
NC
10692005-01-05 Nick Clifton <nickc@redhat.com>
1070
1071 PR binutils/614
1072 * ldmisc.c (vfinfo): Alter output to conform to the GNU Coding
4c52953f 1073 Standard's specification for parsable error messages.
98d87ee7 1074
5f81b918
PB
10752005-01-04 Paul Brook <paul@codesourcery.com>
1076
1077 * Makefile.am: Correct dependency for earmsymbian.c.
1078 * Makefile.in: Regenerate.
1079
2af59bab
DS
10802004-12-28 Danny Smith <dannysmith@users.sourceforge.net>
1081
1082 * emultempl/pe.em (set_pe_subsystem): Change second arg to
1083 lang_add_entry to FALSE.
1084
c38f024c
NC
10852004-12-23 Nick Clifton <nickc@redhat.com>
1086
1087 PR 600
1088 * emulparams/shelf.sh (.stack): Increase stack start address to
1089 0x300000.
1090
550bdea6
NC
10912004-12-20 Nick Clifton <nickc@redhat.com>
1092
1093 * ldmain.c (main): Issue an error message if -static and -shared
1094 are used together.
1095
e3070fef
JJ
10962004-12-17 Jakub Jelinek <jakub@redhat.com>
1097
1098 * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields.
1099 * ldexp.c (fold_binary) <case DATA_SEGMENT_ALIGN>: Initialize them.
1100 * ldlang.c (lang_size_sections): Use them to avoid wasting virtual
1101 address space at DATA_SEGMENT_ALIGN. Fix computation of expected
1102 PT_GNU_RELRO segment end.
1103
2fbd2a87
NC
11042004-12-14 P.J. Darcy <darcypj@us.ibm.com>
1105
1106 * configure.tgt: Add s390x-ibm-tpf support.
1107
f2763b01
NC
11082004-12-16 Martin Kögler <mkoegler@auto.tuwien.ac.at>
1109
1110 * ldmisc.c (vfinfo): Handle the case where %B is passed a NULL
1111 BFD.
1112
cb9faf63
BE
11132004-12-07 Ben Elliston <bje@gnu.org>
1114
1115 * ldemul.h: Forward declare struct option.
1116
02f80eef
DS
11172004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
1118
1119 * scripttempl/pe.sc (.data): Add .jcr subsection.
1120
dea514f5
PB
11212004-11-30 Paul Brook <paul@codesourcery.com>
1122
1123 * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
1124
32118081
NC
11252004-11-30 Tero Niemela <tero_niemela@yahoo.com>
1126
1127 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
1128 * Makefile.in: Regenerate.
1129
33f362e1
NC
11302004-11-26 Melissa Mears <asterisk@graces.dricas.com>
1131
1132 * emultempl/pe.em: Add --subsystem:xbox as well as
1133 --subsystem:%d.
1134 * ld.texinfo: (ld_options): Document acceptance of subsystem xbox
1135 and numeric subsystems.
1136
3eda52aa
AM
11372004-11-24 Alan Modra <amodra@bigpond.net.au>
1138
1139 * ldexp.c (fold_name): Correct PR 338 fix.
1140
6b3221b4
MM
11412004-11-19 Mark Mitchell <mark@codesourcery.com>
1142
1143 * Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
1144 (earmelf_linux_eabi.c): New target.
1145 * configure.tgt (arm*-*-linux-gnueabi): Handle it.
1146 * emulparams/armelf_linux_eabi.sh: New file.
1147 * Makefile.in: Regenerated.
1148
9cd6d51a
NC
11492004-11-19 Nick Clifton <nickc@redhat.com>
1150
1151 PR 518
1152 * ld.texinfo (MEMORY): Update the descriptions of the ORIGIN and
1153 LENGTH fields in the MEMORY command, to explicitly state that
1154 symbols cannot be used in their expressions.
1155
3ec57632
NC
11562004-11-19 Jon Beniston <jon@beniston.com>
1157
1158 * ld/ldlex.l: Allow ORIGIN and LENGTH in EXPRESSION.
1159 * ld/ldgram.y: Add ORIGIN and LENGTH expressions.
4c52953f 1160 * ld/ldexp.c (fold_name): Implement LENGTH() and ORIGIN() functions
3ec57632
NC
1161 which return the length and origin of a memory.
1162 * ld/ld.texinfo: Document LENGTH() and ORIGIN() functions.
1163 * NEWS: Mention support for ORIGIN and LENGTH operators.
1164
b7693d02
DJ
11652004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
1166
1167 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Don't use
1168 a dynamic object for stubs.
1169
fc0e6df6
PB
11702004-11-04 Paul Brook <paul@codesourcery.com>
1171
1172 * ld.texinfo: Document --default-imported-symver.
1173 * ldmain.c (main): Set link_info.default_imported_symver.
1174 * lexsup.c (option_values): Add OPTION_DEFAULT_IMPORTED_SYMVER.
1175 (ld_options): Add --default-imported-symver.
1176 (parse_args): Handle OPTION_DEFAULT_IMPORTED_SYMVER.
1177
7499d566
NC
11782004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
1179 Vineet Sharma <vineets@noida.hcltech.com>
1180
1181 * Makefile.am: Add entries for new maxq-coff target.
1182 * Makefile.in: Regenerate.
1183 * configure.tgt: Add support for maxq.
1184 * emulparams/maxqcoff.sh: New File.
1185 * scripttempl/maxqcoff.sc: New linker script for target maxq.
1186 * NEWS: Mention the new target.
1187
7f266840
DJ
11882004-11-04 Daniel Jacobowitz <dan@debian.org>
1189
1190 * Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o.
1191 (earmelf_oabi.c): Remove rule.
1192 * configure.tgt: Remove arm-*-oabi and thumb-*-oabi.
1193 * emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files.
1194 * Makefile.in: Regenerated.
1195
a0055007
HPN
11962004-11-04 Hans-Peter Nilsson <hp@axis.com>
1197
1198 * configure.tgt (crisv32-*-*): Handle like cris-*-* for non-aout.
1199 * emulparams/criself.sh (INIT_START): Remove emitted "push srp".
1200 (FINI_START): Ditto.
1201 (INIT_END): Remove emitted "jump [sp+]".
1202 (FINI_END): Ditto.
1203
c5614fa4
AM
12042004-11-04 Alan Modra <amodra@bigpond.net.au>
1205
1206 * emultempl/ppc64elf.em (no_tls_opt): Rename from notlsopt.
1207 (no_opd_opt, no_toc_opt): New static vars.
1208 (ppc_before_allocation): Don't edit opt if no_opd_opt. Call
1209 ppc64_elf_edit_toc.
1210 (OPTION_NO_OPD_OPT, OPTION_NO_TOC_OPT): Define.
1211 (PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize.
1212 (PARSE_AND_LIST_OPTIONS): Describe new options.
1213 (PARSE_AND_LIST_ARGS_CASES): Handle them.
1214
7a5df8d0
NC
12152004-10-27 Nick Clifton <nickc@redhat.com>
1216
1217 * emultempl/alphaelf.em (alpha_after_parse): Add extra, NULL,
1218 parameter to invocation of lang_section_start.
1219 * emultempl/aix.em (_handle_option): Likewise.
c5614fa4 1220
7a5df8d0
NC
1221 * Makefile.am (eelf64alpha.c, eelf64alpha_fbsd.c,
1222 eelf64alpha_nbsd.c): Add dependency upon emultempl/alphaelf.em.
1223 * Makefile.in: Regenerate.
1224
6f372e19
MM
12252004-10-26 Mark Mitchell <mark@codesourcery.com>
1226
1227 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Do not emit
1228 __exidx_{start,end} when not relocating.
1229
ba916c8a
MM
12302004-10-25 Mark Mitchell <mark@codesourcery.com>
1231
1232 * Makefile.in (earmsymbian.c): Depend on armbpabi.sc, not elf.sc.
1233 * ldexp.h (segment_type): New type.
1234 (segments): New variable.
1235 * ldexp.c (segments): New variable.
1236 (exp_print_token): Handle SEGMENT_START.
1237 (fold_binary): Likewise.
1238 * ldgram.y (SEGMENT_START): Declare it as a token.
1239 (exp): Handle SEGMENT_START.
1240 * ldlang.h (lang_address_statement_type): Add segment field.
1241 (lang_section_start): Change prototype.
1242 * ldlang.c (map_input_to_output_sections): Do not process section
1243 assignments if a corresponding SEGMENT_START has already been
1244 seen.
1245 (lang_section_start): Add segment parameter.
1246 * ldlex.l (SEGMENT_START): Add it.
1247 * lexsup.c (seg_segment_start): New function.
1248 (parse_args): Use it for -Tbss, -Tdata, and -Ttext.
1249 * ld.texinfo (SEGMENT_START): Document it.
1250 * emulparams/armsymbian.sh (EMBEDDED): Set it.
1251 * scripttempl/armbpabi.sc: Use SEGMENT_START to control segment
1252 base addresses. Do not map relocations.
1253 * NEWS: Mention SEGMENT_START.
1254
3e3b46e5
PB
12552004-10-26 Paul Brook <paul@codesourcery.com>
1256
1257 * ld.texinfo: Document --default-symver.
1258 * ldmain.c (main): Set link_info.create_default_symver.
1259 * lexsup.c (enum option_values): Add OPTION_DEFAULT_SYMVER.
1260 (ld_options): Add default-symver.
1261 (parse_args): Handle OPTION_DEFAULT_SYMVER.
1262
7b0eaa22
DS
12632004-10-24 Danny Smith <dannysmith@users.sourceforge.net>
1264
1265 * pe-dll.c (process_def_file): Don't export all symbols by default if
1266 building a position-independent executable.
1267
dfeffb9f
L
12682004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1269
1270 PR 463
1271 * ldmain.c (reloc_overflow): Accept a pointer to struct
1272 bfd_link_hash_entry. Report symbol location for relocation
1273 overflow.
1274
dc4f76f8
L
12752004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1276
1277 * genscripts.sh (libpath.exp): Really generate for first
1278 emulation only.
1279
2a08daf3
DS
12802004-10-19 Danny Smith <dannysmith@users.sourceforge.net>
1281
1282 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Simplify
1283 comparison and replacement of filenames.
1284
532345f2
L
12852004-10-19 H.J. Lu <hongjiu.lu@intel.com>
1286
1287 PR 459
1288 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic
1289 option on linker script as the one for linker script.
1290
b58f81ae
DJ
12912004-10-16 Daniel Jacobowitz <dan@debian.org>
1292
1293 * ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)
1294 (check_excluded_libs): New.
1295 (load_symbols): Call check_excluded_libs.
1296 * ldlang.h (add_excluded_libs): New prototype.
1297 * emultempl/elf32.em (OPTION_EXCLUDED_LIBS): Define.
1298 (gld${EMULATION_NAME}_add_options): Add --exclude-libs.
1299 (gld${EMULATION_NAME}_handle_option): Handle --exclude-libs.
1300 * ld.texinfo (Command Line Variables): Document --exclude-libs.
1301 (Options Specific to i386 PE Targets): Remove --exclude-libs.
1302
95c148b4
AM
13032004-10-15 Alan Modra <amodra@bigpond.net.au>
1304
c468c8bc
AM
1305 * ldexp.c (exp_fold_tree): Don't immediately exit ld on a
1306 failing link script assert.
1307
95c148b4
AM
1308 * ldctor.c (ldctor_add_set_entry): Fix comment typo.
1309
951e9133
L
13102004-10-14 H.J. Lu <hongjiu.lu@intel.com>
1311
1312 PR 445
1313 * emulparams/elf64_ia64.sh (SMALL_DATA_CTOR): Set.
1314 (SMALL_DATA_DTOR): Set.
1315 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
1316 (SMALL_DATA_DTOR): Unset.
1317 * scripttempl/elf.sc: If SMALL_DATA_CTOR is set, move .ctors
1318 after .data. If SMALL_DATA_DTOR is set, move .dtors after
1319 .data.
1320
afd7a018
AM
13212004-10-14 Alan Modra <amodra@bigpond.net.au>
1322
1323 PR 63
1324 * ldlang.h (lang_output_section_statement_type): Make "next" a
1325 struct lang_output_section_statement_struct *.
1326 (struct orphan_save): Move from elf32.em. Add "name" and "flags".
1327 (lang_output_section_find_by_flags, lang_insert_orphan): Declare.
1328 * ldlang.c (lang_output_section_find_1): Adjust for changed
1329 output_section_statement "next".
1330 (strip_excluded_output_sections): Likewise.
1331 (lang_record_phdrs): Likewise.
1332 (lang_output_section_find_by_flags): New function.
1333 (output_prev_sec_find): Move from pe.em. Adjust iterator.
1334 (lang_insert_orphan): New function. Tail end of elf32.em's
1335 place_orphan merged with that from pe.em. Allow bfd_section to
1336 be placed first. New heuristic for placing new output section
1337 statement in existing script, and accompanying split of __start
1338 symbol alignment into a separate assignment to dot.
1339 (lang_add_section): Consistently use output->bfd_section rather than
1340 an alias, section->output_section.
1341 (map_input_to_output_sections): Rename overly long arg. Move
1342 initialization of data_statement output section to here..
1343 (lang_check_section_addresses): ..from here.
1344 (print_assignment): Correct printing of etree_assert.
1345 (print_all_symbols): Don't bomb if userdata is NULL.
1346 (IGNORE_SECTION): Rearrange.
1347 * emultempl/elf32.em (output_rel_find): Adjust interator.
1348 (output_prev_sec_find): Delete.
1349 (struct orphan_save): Delete.
1350 (gld${EMULATION_NAME}_place_orphan): Cater for zero bfd_section
1351 flags without creating a duplicate output section statement.
1352 Revise code holding history of various orphan section placements.
1353 Allow orphan sections to place before script specified output
1354 sections. Call lang_output_section_find_by_flags when placement
1355 by name fails. Use lang_insert_orphan.
1356 * emultempl/mmo.em (output_prev_sec_find): Delete.
1357 (struct orphan_save): Delete.
1358 (mmo_place_orphan): Revise code holding history of orphan placement.
1359 Allow orphans to place before existing output sections. Use
1360 lang_insert_orphan.
1361 * emultempl/pe.em (output_prev_sec_find): Delete.
1362 (struct orphan_save): Delete.
1363 (gld_${EMULATION_NAME}_place_orphan): Revise to suit use of
1364 lang_insert_orphan.
1365
c0042f5d
MM
13662004-10-13 Mark Mitchell <mark@codesourcery.com>
1367
1368 * scripttempl/armbpabi.sc: Do not put .gnu.version.* into a
1369 loadable segment.
1370
1af699f4
AM
13712004-10-13 Alan Modra <amodra@bigpond.net.au>
1372
1373 PR 44
09c112da
AM
1374 * ldcref.c (check_section_sym_xref): Delete.
1375 (check_local_sym_xref): New function.
1376 (check_nocrossrefs): Adjust call.
1af699f4
AM
1377 * emultempl/pe.em (struct orphan_save): Add os_tail.
1378 (place_orphan): Backport assorted fixes from elf32.em.
1379
7fa3d080
BW
13802004-10-12 Bob Wilson <bob.wilson@acm.org>
1381
1382 * emultempl/xtensaelf.em: Use ISO C90 formatting.
1383
d3989512
JJ
13842004-10-11 Jakub Jelinek <jakub@redhat.com>
1385
563f4125
JJ
1386 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_ld_so_conf): Avoid
1387 getline for portability.
1388
d3989512
JJ
1389 * emultempl/elf32.em (gld${EMULATION_NAME}_ld_so_conf): New structure.
1390 (gld${EMULATION_NAME}_parse_ld_so_conf,
1391 gld${EMULATION_NAME}_parse_ld_so_conf_include): New functions.
1392 (gld${EMULATION_NAME}_check_ld_so_conf): Use them.
1393
6c0c5b1e
AM
13942004-10-11 Alan Modra <amodra@bigpond.net.au>
1395
1396 PR 423
1397 * ldfile.c (ldfile_try_open_bfd): Ensure dynamic objects are
1398 rejected when linking statically.
1399
d2b2c203
DJ
14002004-10-08 Daniel Jacobowitz <dan@debian.org>
1401
1402 * configure.tgt: Include elf_x86_64 for i[3-7]86-*-solaris2*.
1403
43cd72b9
BW
14042004-10-07 Bob Wilson <bob.wilson@acm.org>
1405
1406 * ld.texinfo (Xtensa): Describe new linker relaxation to optimize
1407 assembler-generated longcall sequences. Describe new --size-opt
1408 option.
1409 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
1410 * emultempl/xtensaelf.em (remove_section,
1411 replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
1412 elf_xtensa_after_open): New.
1413 (OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
1414 OPTION_NO_LITERAL_MOVEMENT): Define.
1415 (elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
1416 (PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
1417 (PARSE_AND_LIST_OPTIONS): Add --size-opt.
1418 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
1419 OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
1420 (LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
1421 * scripttempl/elfxtensa.sc: Update with changes from elf.sc.
1422 * Makefile.am (eelf32xtensa.c): Update dependencies.
1423 * Makefile.in: Regenerate.
1424
8fdd7217 14252004-10-07 Jeff Baker <jbaker@qnx.com>
6c0c5b1e 1426
8fdd7217
NC
1427 * lexsup.c: Handle --warn-shared-textrel option.
1428 (ld_options): Restore alpha sorting of options.
1429 * ldmain.c (main): Initialise warn_shared_info field to FALSE.
1430 * ld.texinfo: Add documentation for --warn-shared-textrel.
1431 * NEWS: Added mention of --warn-shared-textrel option.
1432
339207f8 14332004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6c0c5b1e 1434
339207f8 1435 * emultempl/crxelf.em (disable_relaxation): Add.
6c0c5b1e 1436 (crxelf_before_allocation): Enable --relax option by default.
339207f8
TL
1437 (PARSE_AND_LIST_PROLOGUE): Add OPTION_NO_RELAX.
1438 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --no-relax.
1439 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NO_RELAX.
1440
bcaa7b3e
L
14412004-10-04 H.J. Lu <hongjiu.lu@intel.com>
1442
1443 * NEWS: Mention SORT_BY_NAME, SORT_BY_ALIGNMENT and
1444 --sort-section name|alignment.
1445
1446 * ld.texinfo: Document SORT_BY_NAME, SORT_BY_ALIGNMENT and
1447 --sort-section name|alignment.
1448
1449 * ld.h (sort_type): New enum.
1450 (wildcard_spec): Change the type of `sorted' to sort_type.
1451
1452 * ldgram.y (SORT): Removed.
1453 (SORT_BY_NAME): Added.
1454 (SORT_BY_ALIGNMENT): Added.
1455 (wildcard_spec): Updated `sorted'. Handle SORT_BY_NAME and
1456 SORT_BY_ALIGNMENT.
1457 (input_section_spec_no_keep): Updated `sorted'.
1458 (statement): Replace SORT with SORT_BY_NAME.
1459
1460 * ldlang.c (compare_section): New function to compare 2
1461 sections with different sorting schemes.
1462 (wild_sort): Updated. Use compare_section.
1463 (update_wild_statements): New function.
1464 (lang_process): Call update_wild_statements before
1465 map_input_to_output_sections.
1466
1467 * ldlex.l (SORT_BY_NAME): New.
1468 (SORT_BY_ALIGNMENT): New.
1469 (SORT): Return SORT_BY_NAME.
1470
1471 * ldmain.c (sort_section): New. Defined.
1472 (main): Initialize it to none.
1473
1474 * lexsup.c (option_values): Add OPTION_SORT_SECTION.
1475 (ld_options): Add an entry for OPTION_SORT_SECTION.
1476 (parse_args): Handle OPTION_SORT_SECTION.
1477
1478 * mri.c (mri_draw_tree): Updated `sorted'.
1479
a4f5ad88
JJ
14802004-10-04 Jakub Jelinek <jakub@redhat.com>
1481
1482 * ldgram.y (DATA_SEGMENT_RELRO_END): Add one argument.
1483 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_END): Add 0 as first
1484 argument.
1485 (DATA_SEGMENT_RELRO_GOTPLT_END): Pass $SEPARATE_GOTPLT as first
1486 and . as second argument.
1487 (GOTPLT): Move $DATA_SEGMENT_RELRO_GOTPLT_END before the section.
1488 * ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here.
1489 (fold_binary): Add it here. Insert padding to make relro_end
1490 COMMONPAGESIZE bytes aligned. For DATA_SEGMENT_ALIGN in
1491 exp_dataseg_relro_adjust phase just use previously computed
1492 exp_data_seg.base.
1493 * ldlang.c (lang_size_sections): Set exp_data_seg.base for
1494 relro_adjust here. Call lang_size_sections_1 once more if there
1495 was too big padding at DATA_SEGMENT_RELRO_END.
1496 * ld.texinfo (DATA_SEGMENT_RELRO_END): Add documentation.
1497
40a18ebd
NC
14982004-10-01 Paul Brook <paul@codesourcery.com>
1499
1500 * emulparams/armelf.sh: Add unwinding table sections.
1501
db8acf26
NC
15022004-09-30 Filip Navara <navaraf@reactos.com>
1503
1504 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate
1505 correct base address for position independant executables.
1506 * pe-dll.c (pe_dll_fill_sections): Don't mark position independant
1507 executables as DLLs.
1508
eeac373a
PB
15092004-09-30 Paul Brook <paul@codesourcery.com>
1510
1511 * ld.texinfo: Document --target2=abs.
1512 * emulparms/armsymbian.sh (TARGET2_TYPE): Set.
1513
1ee7cf4c
NC
15142004-09-29 Nick Clifton <nickc@redhat.com>
1515
1516 * scripttempl/xstormy16.sc: Only perform the assignments to the
1517 ROM region when not performing a relocatable link. The ROM region
1518 does not start at address 0, but the sections will.
1519 * Makefile.am: Fix linker script dependency for the generation of
1520 eelf32xstormy16.c.
1521 * Makefile.in: Regenerate.
1522
03098a9a
CF
15232004-09-18 Filip Navara <navaraf@reactos.com>
1524
1525 * emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
1526 emulparams/i386pe_posix.sh, emulparams/mcorepe.sh,
1527 emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define
1528 TARGET_PAGE_SIZE.
1529 * scripttempl/pe.sc: Make the virtual address and file offset synced if
1530 the alignment is lower than the target page size.
1531
f2d3750d
CF
15322004-09-27 Filip Navara <navaraf@reactos.com>
1533
1534 * emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
1535 def_file_parse to handle pe_def_file if NULL and prevent crash with
1536 invalid .def files.
1537
a23d8409
AM
15382004-09-27 Alan Modra <amodra@bigpond.net.au>
1539
1540 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
1541 --emit-stub-syms automatically when --emit-relocs.
1542
7b89fa29
PB
15432004-09-24 Paul Brook <paul@codeosurcery.com>
1544
1545 * scripttempl/elf.sc: Keep .preinit_array, .init_array and
1546 .fini_array sections.
1547
e2a68bcc
AS
15482004-09-19 Andreas Schwab <schwab@suse.de>
1549
1550 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Adjust data segment
1551 base so that relro end is suitably aligned.
1552
3674e28a
PB
15532004-09-17 Paul Brook <paul@codesourcery.com>
1554
1555 * ld.texinfo: Rename arm-specific section. Document --target*
1556 * emulparams/armelf_fbsd.sh: Set TARGET2_TYPE.
1557 * emulparams/armelf_linux.sh: Ditto.
1558 * emulparams/armelf_nbsd.sh: Ditto.
1559 * emultempl/armelf.em: Set default for TARGET2_TYPE.
1560 (target2_type): New variable.
1561 (arm_elf_before_allocation): Don't pass target1_type.
1562 (arm_elf_create_output_section_statements): New function.
1563 (PARSE_AND_LIST_PROLOGUE): Add OPTION_TARGET2.
1564 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --target=.
1565 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_TARGET2.
1566 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Set.
1567 * emultempl/armelf_oabi.em (_before_allocation): Remove extra
1568 argument to bfd_elf32_arm_process_before_allocation.
1569
f6e332e6
AM
15702004-09-17 Alan Modra <amodra@bigpond.net.au>
1571
1572 * ldexp.c (fold_name): Update u.undef.next refs.
1573 * emultempl/pe.em: Likewise.
1574 * emultempl/sunos.em: Likewise.
1575
9c933e04
AM
15762004-09-17 Alan Modra <amodra@bigpond.net.au>
1577
1578 * Makefile.am: Run "make dep-am".
1579 * Makefile.in: Regenerate.
1580 * config.in: Regenerate.
1581 * configure: Regenerate.
1582 * aclocal.m4: Regenerate.
1583 * po/ld.pot: Regenerate.
1584
1fa32646
TL
15852004-09-16 Tomer Levi <Tomer.Levi@nsc.com>
1586
9c933e04
AM
1587 * scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*.
1588 (.fini): Likewise.
1589 (.jcr): Likewise.
1fa32646 1590
b6ee372a
AM
15912004-09-16 Alan Modra <amodra@bigpond.net.au>
1592
1593 * emultempl/armelf_oabi.em (before_allocation): Add extra zero param
1594 to bfd_elf32_arm_process_before_allocation call.
1595
9c504268
PB
15962004-09-13 Paul Brook <paul@codesourcery.com>
1597
1598 * emulparams/armsymbian.sh: Set TARGET1_IS_REL.
1599 * emultempl/armelf.em: Use TARGET1_IS_REL. Add --target1-{rel,abs}.
1600
d15b04bd
L
16012004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1602
1603 * configure: Regenerated with autconfig 2.13.
1604
875c4330
AS
16052004-09-07 Andreas Schwab <schwab@suse.de>
1606
1607 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
1608 alignment before adjusting DATA_SEGMENT_RELRO_END.
1609
229fcec5
MM
16102004-09-06 Mark Mitchell <mark@codesourcery.com>
1611
1612 * emulparams/armsymbian.sh: Use armbpabi script.
1613 * scripttempl/armbpabi.sc: New script.
1614
e5a52504
MM
16152004-09-02 Mark Mitchell <mark@codesourcery.com>
1616
1617 * Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
1618 (earmsymbian.c): New target.
1619 * configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
1620 * Makefile.in: Regenerated.
1621 * aclocal.m4: Likewise.
1622 * configure: Likewise.
1623 * emulparams/armsymbian.sh: New file.
1624
42851540
NC
16252004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
1626
1627 * scripttempl/elf32crx.sc: Edit file with comments.
1628 (.init): Add new section.
1629 (.fini): Likewise.
1630 (.ctor): Control the linkage order.
1631 (.dtor): Likewise.
1632
c034e3e0
NC
16332004-08-27 Nick Clifton <nickc@redhat.com>
1634
1635 * emultempl/pe.em (after_open): Do not assume that either bfd is
9c933e04 1636 an archive.
c034e3e0 1637
688c58f3
AM
16382004-08-26 Alan Modra <amodra@bigpond.net.au>
1639
1640 * ldlang.c (lang_init): Don't compare with TRUE.
1641
b18c562e
NC
16422004-08-25 Dmitry Diky <diwil@spec.ru>
1643
1644 * emulparams/msp430all.sh: Fix RAM sizes for all targets.
1645 * scripttempl/elf32msp430.sc: Add .profiler section definition.
1646
61f5d054
L
16472004-08-24 H.J. Lu <hongjiu.lu@intel.com>
1648
1649 * ldlang.c (wildcardp): Defined as a macro with strpbrk.
1650
e77d3d77
MM
16512004-08-19 Mark Mitchell <mark@codesourcery.com>
1652
1653 * configure.tgt (arm*-*-symbianelf*): New target.
1654 (arm*-*-eabi*): Likewise.
1655
3f764659
JJ
16562004-08-19 Jakub Jelinek <jakub@redhat.com>
1657
1658 * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
1659 (ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
1660 (OPTION_NON_OVERLAPPING_OPD): Define.
1661 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
1662 --non-overlapping-opd option.
1663
a010d60f
AM
16642004-08-18 Alan Modra <amodra@bigpond.net.au>
1665
1666 PR 338
1667 * ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
1668 was already on the undefs list.
1669
c4e33880
AM
16702004-08-17 Alan Modra <amodra@bigpond.net.au>
1671
1672 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
1673 prefix the symbol field too.
1674
d003868e
AM
16752004-08-13 Alan Modra <amodra@bigpond.net.au>
1676
1677 * ldmain.c (link_callbacks): Remove "error_handler".
1678 * ldmisc.c: Include elf-bfd.h.
1679 (vfinfo): Sort comment. Handle %A. Use %A instead of
1680 bfd_get_section_indent.
1681 (error_handler): Delete.
1682 * ldmisc.h (error_handler): Delete declaration.
1683
99877b66
AM
16842004-08-10 Alan Modra <amodra@bigpond.net.au>
1685
1686 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
1687 ppc64_elf_restore_symbols.
1688
40e45c8b
AM
16892004-08-09 Alan Modra <amodra@bigpond.net.au>
1690
1691 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
1692 .toc is too large on relocatable linking.
1693
ccfa59ea
AM
16942004-08-09 Alan Modra <amodra@bigpond.net.au>
1695
1696 * emultempl/ppc64elf.em (ppc_after_open): Delete.
1697 (LDEMUL_AFTER_OPEN): Don't define.
1698
93fd0973
SC
16992004-08-02 Stephane Carrez <stcarrez@nerim.fr>
1700
1701 * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
1702
f1b123db
SC
17032004-08-01 Stephane Carrez <stcarrez@nerim.fr>
1704
1705 * scripttempl/elfm68hc12.sc: Align text, rodata and data section
1706 on power of 2.
1707
e7fbc2bf
JT
17082004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
1709
1710 * emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
1711
c05e9f04
NC
17122004-07-26 Dmitry Diky <diwil@spec.ru>
1713
1714 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
1715 msp430x1612, msp430x415, msp430x417, msp430xG437, msp430xG438,
1716 msp430xG439.
1717 * configure.tgt: Likewise.
1718 * emulparams/msp430all.sh: Likewise.
1719 * Makefile.in: Regenerate.
1720
9f61903d
NC
17212004-07-23 Nick Clifton <nickc@redhat.com>
1722
1723 * emultempl/elf32.em (_place_orphan): Use an already existing
1724 section name if that section does not have any flags set.
1725
082b7297
L
17262004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1727
1728 * ldlang.c (already_linked_hash_entry): Removed.
1729 (already_linked): Likewise.
1730 (already_linked_table): Likewise.
1731 (section_already_linked): Call bfd_section_already_linked.
1732 (lang_process): Replace already_linked_table_init with
1733 bfd_section_already_linked_table_init and check return. Replace
1734 already_linked_table_free with bfd_section_already_linked_table_free.
1735
76d7af2d
NC
17362004-07-21 Nick Clifton <nickc@redhat.com>
1737
1738 * ldlang.c (init_os): Make sure that the newly allocated userdata
1739 structure is zeroed out.
1740
14b3c463
L
17412004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1742
1743 * NEWS: Mention the new --add-needed/--no-add-needed and
1744 --as-needed/--no-as-needed options.
1745
e56f61be
L
17462004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1747
1748 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also
1749 check the add_needed field.
1750 (dt_needed): New struct.
1751 (gld${EMULATION_NAME}_try_needed): Change the first argument
1752 to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED
1753 bit in the file where the DT_NEEDED entry comes from.
1754 (gld${EMULATION_NAME}_search_needed): Change the second
1755 argument to a pointer to struct dt_needed.
1756 (gld${EMULATION_NAME}_check_ld_so_conf): Updated.
1757 (gld${EMULATION_NAME}_after_open): Likewise.
1758
1759 * ld.texinfo: Add --add-needed document.
1760 * ldlang.c (new_afile): Set p->add_needed.
1761 * ldlang.h (lang_input_statement_type): Add add_needed field.
1762 * ldmain.h (add_needed): Declare.
1763 * ldmain.c (add_needed): New global var.
1764 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and
1765 OPTION_NO_ADD_NEEDED.
1766 (ld_options): Likewise.
1767 (parse_args): Handle them.
1768
c99b8138
NC
17692004-07-13 Christof Petig <christof@petig-baender.de>
1770
1771 * emultempl/pe.em (make_import_fixup): Use bfd_get_32 to correct
1772 for endian-ness of extracted addend.
1773
13ed4151
NC
17742004-07-13 Danny Smith <dannysmith@usesr.sourceforge.net>
1775
1776 * pe-dll.c (auto_export): Filter on just the import prefix,
1777 "_imp_", not "_imp__".
1778
1a320fbb
NC
17792004-07-09 Nick Clifton <nickc@redhat.com>
1780
1781 * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
1782
1fe1f39c
NC
17832004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
1784
1785 * Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
1786 (eelf32crx.c): New target.
1787 * Makefile.in: Regenerate.
1788 * configure.tgt: Handle crx-*-elf*.
1789 * emulparams/elf32crx.sh: New file.
1790 * emultempl/crxelf.em: New file.
1791 * scripttempl/elf32crx.sc: New file.
1792 * NEWS: Mention new target.
1793
85fbca6a
NC
17942004-07-06 Nick Clifton <nickc@redhat.com>
1795
1796 * Makefile.am: Add eshlsymbian.c.
1797 * Makefile.in: Regenerate.
1798 * configure.tgt: Add sh*-symbian-elf target.
1799 * emulparams/shlsymbian.sh: New file. Configure the
1800 sh-symbian-elf linker scripts.
1801 * scripttemp/elf32sh-symbian.sc: New file. Linker script
1802 template for the sh-symbian-elf target.
1803
b71a5181
DA
18042004-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1805
1806 * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
1807 * emulparams/hppalinux.sh: Likewise.
1808 * scripttempl/elf.sc: Place .plt just before .got when .plt is in
1809 data segment and PLT_BEFORE_GOT is defined.
1810
c87db184
CF
18112004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1812
1813 * ld.texinfo (WIN32): Document PE weak symbols.
1814
f6a8ae81
KK
18152004-07-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1816
1817 * emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
1818
b602c853
L
18192004-07-01 H.J. Lu <hongjiu.lu@intel.com>
1820
1821 * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
1822 the section.
1823
1a23a9e6
AM
18242004-06-29 Alan Modra <amodra@bigpond.net.au>
1825
1826 * ldlang.c (lang_reset_memory_regions): Save last relax pass section
1827 size in rawsize.
1828
eea6121a
AM
18292004-06-24 Alan Modra <amodra@bigpond.net.au>
1830
1831 * ldlang.c (print_output_section_statement): Don't print size before
1832 relaxation.
1833 (IGNORE_SECTION): Remove bfd arg. Update all callers.
1834
1835 * ldexp.c (fold_name): .. See below.
1836 * ldlang.c (section_already_linked, print_output_section_statement,
1837 print_input_section, insert_pad, size_input_section,
1838 lang_check_section_addresses, lang_size_sections_1,
1839 lang_size_sections, lang_do_assignments_1, lang_set_startof,
1840 lang_one_common, lang_reset_memory_regions, lang_process,
1841 lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
1842 * ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
1843 * pe-dll.c (process_def_file, generate_reloc): ..
1844 * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
1845 gld${EMULATION_NAME}_before_allocation): ..
1846 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
1847 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
1848 sh64_elf_${EMULATION_NAME}_after_allocation): ..
1849 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
1850 * emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
1851 ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
1852 "size" instead of "_raw_size" and "_cooked_size". Expand
1853 bfd_section_size macro invocations.
1854
552f8272
CF
18552004-06-22 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1856
1857 * ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
1858 ___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
1859 ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
1860 ___crt_xt_end__.
1861 (.tls): Define ___tls_start__ and ___tls_end__.
1862
aee6f5b4
AO
18632004-06-21 Alexandre Oliva <aoliva@redhat.com>
1864
1865 * emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
1866
eea6121a 18672004-06-18 Adam Nemet <anemet@lnxw.com>
f234d5fe 1868
eea6121a
AM
1869 * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
1870 * configure: Regenerate.
f234d5fe 1871
dfff4fbe
JJ
18722004-06-15 Jakub Jelinek <jakub@redhat.com>
1873
1874 * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
1875 .gcc_except_table output sections lost accidentally with
1876 -z relro patch.
1877
a9e0c0c6
AM
18782004-06-15 Alan Modra <amodra@bigpond.net.au>
1879
1880 * ldwrite.c (build_link_order): Use bfd_get_section_size
1881 instead of bfd_get_section_size_before_reloc or _raw_size.
1882 * pe-dll.c (process_def_file): Likewise.
1883
7115639b
AM
18842004-06-14 Alan Modra <amodra@bigpond.net.au>
1885
1886 From Richard Wirth <r.wirth@wirthware.de>
1887 * ldlang.c (lang_finish): Don't free lang_definedness_table.
1888
9ca57817
AM
18892004-05-29 Alan Modra <amodra@bigpond.net.au>
1890
1891 * ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
1892 (lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
1893
164e712d
AM
18942004-05-28 Alan Modra <amodra@bigpond.net.au>
1895
6feb9908
AM
1896 * ldlang.c: Formatting. Wrap long lines, expand bfd_get_section_flags
1897 throughout file.
1898 * lexsup.c: Formatting. Wrap long lines.
1899 * ldwrite.c: Update copyright date.
1900
164e712d
AM
1901 * ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
1902 (output_section_callback): Nor SEC_KEEP here.
1903 (gc_section_callback): Twiddle SEC_EXCLUDE here.
1904 (lang_gc_wild): Delete. Fold into..
1905 (lang_gc_sections_1): ..here. Only call bfd_gc_sections when garbage
1906 collecting.
1907 (lang_process): Always call lang_gc_sections.
1908 (lang_place_orphans): Handle SEC_EXCLUDE sections.
1909 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
1910 SEC_EXCLUDE code.
1911
b3096250
L
19122004-05-26 H.J. Lu <hongjiu.lu@intel.com>
1913
1914 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
1915 SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
1916 * ldlang.c (lang_add_section): Likewise.
1917
e49f5022
AM
19182004-05-26 Alan Modra <amodra@bigpond.net.au>
1919
1920 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
1921 sections when doing a final link. Clear SEC_EXCLUDE when doing
1922 a relocable link, except for SEC_DEBUGGING sections.
1923 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
1924 same condition here to drop SEC_EXCLUDE orphan sections.
1925
57ceae94
AM
19262004-05-25 Alan Modra <amodra@bigpond.net.au>
1927
1928 * ldlang.c (lang_process): Call bfd_merge_sections later, and
1929 only when not a relocatable link.
1930 (print_input_section): Handle SEC_EXCLUDE sections.
1931 (size_input_section): Don't update dot on SEC_EXCLUDE sections.
1932 (lang_do_assignments_1): Likewise.
1933 * ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
1934 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
1935 * emultempl/hppaelf.em (build_section_lists): Likewise.
1936 * emultempl/ppc64elf.em (build_toc_list): Likewise.
1937 (build_section_lists): Likewise.
1938
a85785bc
AS
19392004-05-23 Andreas Schwab <schwab@suse.de>
1940
1941 * ld.texinfo (Options): Fix typo in last change.
1942
2d643429
NC
19432004-05-21 Andy Chittenden <achittenden@bluearc.com>
1944
1945 * ld.h (ld_config_type): Add new field: hash_table_size.
1946 * ldmain.c: Initialise the new field to zero. If it is non-zero
1947 after parsing the linker's command line call
1948 bfd_hash_set_default_size.
1949 * lexsup.c (option_values): Add OPTION_HASH_SIZE.
1950 (ld_options): Add hash-size.
1951 (parse_args): Parse --hash-size option. Allow
1952 --reduce-memory-overheads to set the default hash table size as
1953 well.
1954 * ld.texinfo: Document the new switch. Also mention that
1955 --reduce-memory-overheads can affect the hash table size.
1956 * NEWS: Mention the new feature.
1957
35835446
JR
19582004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
1959
1960 * NEWS: Mention new linker map file generation and the
1961 --reduce-memory-overheads option.
1962 * ld.texinfo: Document --reduce-memory-overheads option.
1963 * ld.h (map_symbol_def): New struct.
1964 (struct user_section_struct, section_userdata_type): Rename to:
1965 (struct lean_user_section_struct, lean_section_userdata_type).
1966 (struct fat_user_section_struct, fat_section_userdata_type): New.
1967 (SECTION_USERDATA_SIZE): Define.
1968 (args_type): New member reduce_memory_overheads.
1969 * ldlang.c (map_obstack): New static variable.
1970 (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
1971 (lang_map): Unless command_line.reduce_memory_overheads is set,
1972 initialize lists of defined symbols for each section.
1973 (print_input_section): Unless command_line.reduce_memory_overheads
1974 is set, use print_all_symbols.
1975 (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
1976 * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
1977 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
1978 (ld_options): Add entry for --reduce-memory-overheads.
1979 (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
1980
0841712e
JJ
19812004-05-19 Jakub Jelinek <jakub@redhat.com>
1982
1983 * ldgram.y (sect_constraint): New.
1984 (ONLY_IF_RO, ONLY_IF_RW): New tokens.
1985 (section): Add sect_constraint. Pass additional argument
1986 to lang_enter_output_section_statement.
1987 * mri.c (mri_draw_tree): Pass additional argument to
1988 lang_enter_output_section_statement.
1989 * emultempl/pe.em (place_orphan): Likewise.
1990 (output_prev_sec_find): Disregard output section statements with
1991 constraint == -1.
1992 * emultempl/mmo.em (output_prev_sec_find): Likewise.
1993 (mmo_place_orphan): Pass additional argument to
1994 lang_enter_output_section_statement.
1995 * emultempl/elf32.em (output_prev_sec_find): Disregard output section
1996 statements with constraint == -1.
1997 (place_orphan): Pass additional argument to
1998 lang_enter_output_section_statement.
1999 * ldlang.c (lang_enter_overlay_section): Likewise.
2000 (lang_output_section_find_1): New.
2001 (lang_output_section_find): Use it.
2002 (lang_output_section_statement_lookup_1): New.
2003 (lang_output_section_statement_lookup): Use it.
2004 (check_section_callback, check_input_sections): New.
2005 (map_input_to_output_sections): Check if all input sections
2006 are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
2007 (strip_excluded_output_sections): Disregard output section statements
2008 with constraint == -1.
2009 (lang_record_phdrs): Likewise.
2010 (lang_enter_output_section_statement): Add constraint argument.
2011 Use lang_output_section_statement_lookup_1.
2012 * ldlang.h (lang_output_section_statement_type): Add constraint
2013 and all_input_readonly fields.
2014 (lang_enter_output_section_statement): Adjust prototype.
2015 * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
2016 * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
2017 segment if all input sections are readonly.
2018
eea6121a 20192004-05-19 Adam Nemet <anemet@lnxw.com>
f2c50328
NC
2020
2021 * scripttempl/i386lynx.sc: Remove file.
2022
2a16d82a
BW
20232004-05-17 Bob Wilson <bob.wilson@acm.org>
2024
2025 * ld.texinfo (Output Section Address): Correct subsection name.
2026
eea6121a 20272004-05-17 Adam Nemet <anemet@lnxw.com>
b2d65c0b
NC
2028
2029 * configure.tgt (powerpc-*-lynxos* case): New case.
2030 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
2031 * emulparams/ppclynx.sh: New file.
2032 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
2033 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
2034 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
2035 (eppclynx.c): New rule.
2036 * Makefile.in: Regenerate.
2037
4b363073
NC
20382004-05-13 Joel Sherrill <joel@oarcorp.com>
2039
2040 * configure.tgt (or32-*-rtems*): Switch to elf and
2041 support versioned targets.
2042
9598fbe5
NC
20432004-05-13 Nick Clifton <nickc@redhat.com>
2044
2045 * po/fr.po: Updated French translation.
2046
8c37241b
JJ
20472004-05-11 Jakub Jelinek <jakub@redhat.com>
2048
2049 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
2050 for binaries, -shared and -pie.
2051 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
2052 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
2053 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
2054 (OTHER_RELRO_SECTIONS): ... this.
2055 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
2056 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
2057 -z relro and -z norelro.
2058 (gld${EMULATION_NAME}_list_options): Add it to usage.
2059 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
2060 -z relro scripts when appropriate.
2061 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
2062 Create separate .got.plt section if SEPARATE_GOTPLT.
2063 Move sections which are only written during relocation handling
2064 to the beginning of RW segment. If NO_SMALL_DATA, move .got
2065 before .data. Add DATA_SEGMENT_RELRO_END directive.
2066 Include OTHER_RELRO_SECTIONS.
2067 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
2068 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
2069 (fold_unary): Likewise.
2070 (fold_binary): Handle -z relro.
2071 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
2072 exp_dataseg_relro_adjust phases. Add relro_end field.
2073 * ldmain.c (main): Initialize link_info.relro to FALSE.
2074 * ldlang.c (lang_size_sections): Handle -z relro.
2075
e21059f2
MM
20762004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
2077
2078 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
2079
5f9b8920
JR
20802004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
2081
2082 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
2083 before printing it with %W.
2084
26d2d8a2 20852004-05-07 Brian Ford <ford@vss.fsi.com>
eea6121a 2086 DJ Delorie <dj@redhat.com>
26d2d8a2
BF
2087
2088 * emultempl/pe.em (real_flags): New static.
2089 (OPTION_LARGE_ADDRESS_AWARE): New define.
2090 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
2091 (gld_${EMULATION_NAME}_list_options): Likewise.
2092 (gld${EMULATION_NAME}_handle_option): Likewise.
2093 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
2094 * ld.texinfo: Document it.
2095 * NEWS: Mention it.
2096
1b169501
BF
20972004-05-07 Brian Ford <ford@vss.fsi.com>
2098
2099 * NEWS: Mention DWARF 2 support for i386pe.
2100
41cf0c62
AO
21012004-05-05 Alexandre Oliva <aoliva@redhat.com>
2102
2103 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
2104 elf32-frvfdpic.
2105
d0d6a25b
AM
21062004-04-30 Alan Modra <amodra@bigpond.net.au>
2107
2108 * ldlang.c (unique_section_p): Pass section parm, return true on
2109 group sections.
2110 (output_section_callback): Adjust.
2111 * ldlang.h (unique_section_p): Update prototype.
2112 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
2113
755306be
EB
21142004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
2115
eea6121a 2116 * ld.texinfo (--gc-sections): Remove restriction for
755306be
EB
2117 dynamic linking.
2118
8a7140c3
NC
21192004-04-29 Brian Ford <ford@vss.fsi.com>
2120
2121 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
2122 for DWARF 2/3. Update stab section's syntax.
2123
2f9636ba
AM
21242004-04-29 Alan Modra <amodra@bigpond.net.au>
2125
2126 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
2127 (fill_edata): Correct pointer arithmetic.
2128
23867d67
CD
21292004-04-21 Chris Demetriou <cgd@broadcom.com>
2130
2131 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
2132 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
2133 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
2134 (EXTRA_EM_FILE): Use mipsecoff.em
2135 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
2136 (EXTRA_EM_FILE): Use mipsecoff.em
2137 * emultempl/mipsecoff.em: Restructure to be included as an
2138 extra emulation file.
2139 (check_sections, gld${EMULATION_NAME}_after_open)
2140 (gld${EMULATION_NAME}_after_allocation)
2141 (gld${EMULATION_NAME}_get_script)
2142 (ld_${EMULATION_NAME}_emulation): Remove
2143 (gld${EMULATION_NAME}_before_parse): Rename to...
2144 (mipsecoff_before_parse): This.
2145 (LDEMUL_BEFORE_PARSE): Define.
2146 * emultempl/mipself.em: Remove file.
2147 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
2148 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
2149 these symbols.
2150 * Makefile.am: Remove dependencies on emultempl/mipself.em.
2151 * Makefile.in: Regenerate.
2152
1502569c
NC
21532004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
2154
2155 * ld.texinfo (synthesizing on H8/300): Information about linker
2156 relaxation support for bit manipulation instructions and system
2157 control instructions is added.
2158
c894ddfb
HPN
21592004-04-21 Hans-Peter Nilsson <hp@axis.com>
2160
2161 * NEWS: Mention change in DEFINED semantics.
2162
a85bf78e
EB
21632004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
2164
2165 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
2166 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
2167 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
2168
58434bc1
BE
21692004-04-21 Ben Elliston <bje@au.ibm.com>
2170
2171 * ld.texinfo (Simple Example): Add missing punctuation.
2172
7a7f4e42
CD
21732004-04-20 Chris Demetriou <cgd@broadcom.com>
2174
2175 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
2176
3737f867
JJ
21772004-04-19 Jakub Jelinek <jakub@redhat.com>
2178
2179 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
2180 specially.
2181
3c17e4f7
DS
21822004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
2183
2184 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
2185 with default priority. Likewise for dtors.
2186
279500de
TS
21872004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2188
2189 * configure.host: Remove mips*-dec-bsd* target.
2190 * configure.tgt: Likewise.
2191
52f89c0a
RS
21922004-04-08 Richard Sandiford <rsandifo@redhat.com>
2193
2194 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
2195 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
2196 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
2197 * emultempl/irix.em: New file.
2198 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
2199 dependencies.
2200 * Makefile.in: Regenerate.
2201
e489d0ae
PB
22022004-04-01 Paul Brook <paul@codesourcery.com>
2203
2204 * emultempl/armelf.em (byteswap_code): Add.
2205 (arm_elf_before_allocation): Pass extra parameter.
2206 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
2207 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
2208 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
2209 * emultempl/armelf_oabi.em: Pass extra parameter.
2210 * ld.texinfo: Document --be8.
2211
7cc8057a
SS
22122004-03-30 Stan Shebs <shebs@apple.com>
2213
2214 Remove long-obsolete MPW support.
2215 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
2216 * Makefile.am (mpw): Remove file-presynthesizing actions.
2217 * Makefile.in: Likewise.
2218 * ldfile.c (slash): Remove MPW case.
2219 * ldlex.l [MPW]: Remove unused definition.
2220
0949843d
NC
22212004-03-30 Galit Heller <Galit.Heller@nsc.com>
2222
2223 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
2224 (eelf32cr16c.c): New target.
2225 * Makefile.in: Regenerate.
2226 * configure.tgt: Handle cr16c-*-elf*.
2227 * emulparams/elf32cr16c.sh: New file.
2228 * scripttempl/elfcr16c.sc: Likewise
2229 * NEWS: Mention support for new target.
2230
0a159ef8
NC
22312004-03-30 Nick Clifton <nickc@redhat.com>
2232
2233 * po/sv.po: Updated Swedish translation.
2234
7a945db6
AM
22352004-03-27 Alan Modra <amodra@bigpond.net.au>
2236
2237 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
2238 * emultempl/hppaelf.em: Likewise.
2239 * emultempl/ppc64elf.em: Likewise.
2240 * emultempl/sh64elf.em: Likewise.
2241
5a580b3a
AM
22422004-03-25 Alan Modra <amodra@bigpond.net.au>
2243
2244 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
2245 size_dynamic_sections call.
2246
b9cf773d
AM
22472004-03-23 Alan Modra <amodra@bigpond.net.au>
2248
2249 PR 51.
2250 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
2251 link_info.wrap_char.
2252
59c2e50f
L
22532004-03-20 H.J. Lu <hongjiu.lu@intel.com>
2254
2255 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
2256 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
2257
44349745
AO
22582004-03-20 Alexandre Oliva <aoliva@redhat.com>
2259
2260 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
2261
81359a70
AM
22622004-03-19 Alan Modra <amodra@bigpond.net.au>
2263
2264 * config.in: Regenerate.
2265 * po/ld.pot: Regenerate.
2266
4a43e768
AM
22672004-03-18 Alan Modra <amodra@bigpond.net.au>
2268
2269 * ld.texinfo: Add --as-needed doco.
2270 * ldmain.c (as_needed): New global var.
2271 * ldmain.h (as_needed): Declare.
2272 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
2273 OPTION_NO_AS_NEEDED.
2274 (ld_options): Likewise.
2275 (parse_args): Handle them.
2276 * ldlang.h (lang_input_statement_type): Add as_needed field.
2277 * ldlang.c (new_afile): Set p->as_needed.
2278 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
2279 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
2280 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
2281
2282 * ldlang.c (open_input_bfds): Remove useless cast.
2283 (lang_do_assignments_1): Likewise.
2284 (lang_for_each_input_section): Delete.
2285
9183ed4b
AM
22862004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2287
2288 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
2289
ee31fbd0
NC
22902004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
2291
2292 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
2293 private when building implib.
2294
e5caec89
NS
22952004-03-05 Nathan Sidwell <nathan@codesourcery.com>
2296
2297 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
2298 SEC_THREAD_LOCAL.
2299 (IGNORE_SECTION): Ignore .tbss sections too.
2300 (lang_size_sections_1): .tbss sections do not advance dot.
2301
cc2f008e
AS
23022004-03-01 Andreas Schwab <schwab@suse.de>
2303
2304 * ld.texinfo (Options): Fix example for --wrap.
2305
f5a95868
DS
23062004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
2307
2308 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
2309 not NULL.
2310
177b729b
ILT
23112004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2312
2313 * ldlang.c (lang_check): Use %P, not %E, in error message.
2314
1b493742
NS
23152004-02-23 Nathan Sidwell <nathan@codesourcery.com>
2316
2317 * ldlang.h (struct lang_output_section_state): Change processed
2318 field's type.
2319 * ldexp.c (check, invalid): Remove.
2320 (fold_name): Move valid_p assignments. Create undefined symbol
2321 when needed. Directly exampine section's processd flag.
2322 * ldlang.c (lang_output_section_statement_lookup): Adjust
2323 processed field init.
2324 (lang_size_sections_1): Allow LOADADDR when determining section's
2325 VMA. Adjust error message. Fold data statement's expr.
2326 (lang_size_sections): Correctly increment lang_statement_iteration.
2327
23282004-02-23 Alan Modra <amodra@bigpond.net.au>
2329
2330 * ldexp.c (fold_tree): Follow indirect symbols.
b9cf773d 2331
876f4090
NS
23322004-02-20 Nathan Sidwell <nathan@codesourcery.com>
2333
2334 * ldgram.y (exp): Add two operand ALIGN.
2335 * ldexp.c (fold_binary): Add ALIGN_K case.
2336 * ld.texinfo (ALIGN): Document two operand version.
2337
384d938f
NS
23382004-02-19 Nathan Sidwell <nathan@codesourcery.com>
2339
2340 * ldlang.c (map_input_to_output_sections): Initialize sections
2341 mentioned in a data statement expression.
2342 (lang_do_assignments_1): Add data statement's expression's
2343 section's vma.
2344
b6ca8815
NS
23452004-02-18 Nathan Sidwell <nathan@codesourcery.com>
2346
2347 * ldgram.y (statement_anywhere): Add assert rule.
2348 * ldlang.c (exp_init_os): Add assert case.
2349
c92c35e7
AC
23502004-02-14 Andrew Cagney <cagney@redhat.com>
2351
2352 * ldmain.c (remove_output): Call bfd_cache_close.
2353
9bf78c99
RS
23542004-02-14 Richard Sandiford <rsandifo@redhat.com>
2355
2356 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
2357 .MIPS.content* and .MIPS.events* sections.
2358
f3806916
DJ
23592004-02-09 Daniel Jacobowitz <drow@mvista.com>
2360
2361 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
2362 .note.gnu.arm.ident to after allocated sections. Mark its
2363 address as 0.
2364
4c8e70d7
DJ
23652004-02-09 Daniel Jacobowitz <drow@mvista.com>
2366
2367 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
2368 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
2369 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
2370 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
2371 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
2372
ff71f4f7
NC
23732004-02-05 Nick Clifton <nickc@redhat.com>
2374
2375 * emultempl/pe.em (_after_open): Fix typo in previous delta.
2376
07a68a80
NC
23772004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
2378
2379 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
2380
1dd3bf68
AM
23812004-01-28 Alan Modra <amodra@bigpond.net.au>
2382
586196d5
AM
2383 * genscripts.sh: Fix typo.
2384
1dd3bf68
AM
2385 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
2386
13d9421f
JJ
23872004-01-24 Jakub Jelinek <jakub@redhat.com>
2388
2389 * emulparams/elf64_ia64.sh: Put .rela.opd into
2390 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
2391
4d8907ac
DS
23922004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
2393
2394 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
2395 * ld.texinfo (--omagic): Note that writable text section
2396 does not conform to published PE-COFF specs.
2397 (--enable-auto-import): Likewise.
2398
e5c60db5
AM
23992004-01-15 Alan Modra <amodra@bigpond.net.au>
2400
2401 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
2402
6bdafbeb
NC
24032004-01-13 Nick Clifton <nickc@redhat.com>
2404
2405 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
2406 which if true will prevent the LMA region being used as a
2407 replacement for a default VMA region.
586196d5
AM
2408 (lang_leave_output_section_statement): Pass extra parameter.
2409 (lang_leave_overlay): Likewise.
2410 * ld.texinfo (Output Section LMA): Document that the LMA
6bdafbeb
NC
2411 region can be set to the VMA region if no VMA has been set.
2412 * ldlang.h (struct lang_output_section_phdr_list): Create a
2413 typedef for this type. Minor formatting fixes.
586196d5 2414
9dfc8ab2
NC
24152004-01-13 Nick Clifton <nickc@redhat.com>
2416
2417 * ldlang.c (lang_size_sections_1): If dot is advanced, then
2418 assume that the section should be allocated.
2419
8325c4dd
AM
24202004-01-13 Alan Modra <amodra@bigpond.net.au>
2421
2422 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
2423 sections. Do ignore SEC_NEVER_LOAD sections.
2424 (lang_size_sections_1): Remove test made redundant with the above.
2425
83490352
AM
24262004-01-09 Alan Modra <amodra@bigpond.net.au>
2427
2428 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
2429 program_header_size.
2430
005e1118
AO
24312004-01-06 Alexandre Oliva <aoliva@redhat.com>
2432
2433 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
2434 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
2435 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
2436 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
2437 (MAXPAGESIZE): Set to 64Kb.
2438 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
2439 __ROFIXUP_END__. Don't map .rofixup.got any more.
2440 * emulparams/elf32frv.sh (NOP): Set.
2441 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
2442 * configure.tgt: Add frv-*-*linux*.
2443 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
2444 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
2445 (eelf32frvfd.c): New.
2446 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
2447 * emulparams/elf32frv.sh: Reverted previous two patches.
2448 * emulparams/elf32frvfd.sh: New.
2449 * Makefile.in: Rebuilt.
2450 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
2451 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
2452 .rofixup.got to .rofixup.
2453 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
2454 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
2455 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
2456
060feee5
JJ
24572004-01-05 Jakub Jelinek <jakub@redhat.com>
2458
2459 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
2460 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
2461
5e2f1575
AM
24622004-01-03 Alan Modra <amodra@bigpond.net.au>
2463
e5caa5e0
AM
2464 * ldexp.c (align_n): Make static.
2465 * ldexp.h (align_n): Delete declaration.
2466 * ldlang.h (lang_enter_output_section_statement): Remove
2467 block_value param.
2468 * ldlang.c (lang_enter_output_section_statement): Likewise.
2469 (TO_ADDR, TO_SIZE): Define.
c2df3ea5 2470 (opb_shift): New var.
e5caa5e0
AM
2471 (init_opb): New function.
2472 (print_input_section): Call init_opb and use TO_ADDR.
2473 (print_data_statement, print_reloc_statement): Likewise.
2474 (print_padding_statement): Likewise.
c2df3ea5 2475 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
2476 (lang_check_section_addresses): Likewise.
2477 (lang_size_sections_1): Likewise.
2478 (lang_do_assignments_1): Likewise.
2479 (lang_set_startof): Likewise.
c2df3ea5 2480 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 2481 (lang_process): Call init_opb.
c2df3ea5 2482 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
2483 (lang_enter_overlay_section): Adjust
2484 lang_enter_output_section_statement call.
2485 * ldgram.y: Likewise.
2486 * mri.c (mri_draw_tree): Likewise.
2487 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2488 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2489 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2490
5e2f1575
AM
2491 * ldfile.c (ldfile_set_output_arch): Add defarch param.
2492 * ldfile.h (ldfile_set_output_arch): Ditto.
2493 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
2494 ldfile_set_output_arch.
2495 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2496 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
2497 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
2498 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2499 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
2500 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2501 * ldgram.y: Adjust ldfile_set_output_arch call.
2502 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2503 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
2504 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
2505 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
2506 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
2507 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2508 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2509
b50c15dc
NC
25102004-01-02 Bernardo Innocenti <bernie@develer.com>
2511
2512 * configure.tgt: Add m68k-uClinux target.
6edf0760 2513
c9e214e5 2514For older changes see ChangeLog-0203
252b5132
RH
2515\f
2516Local Variables:
2517mode: change-log
2518left-margin: 8
2519fill-column: 74
2520version-control: never
2521End:
This page took 0.433138 seconds and 4 git commands to generate.