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