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