bfd/
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
3b22753a
L
12005-07-25 Jan Hubicka <jh@suse.cz>
2 H.J. Lu <hongjiu.lu@intel.com>
3
4 * emulparams/elf_x86_64.sh (LARGE_SECTIONS): New.
5
6 * scripttempl/elf.sc: Updated for large section support.
7
9f971fcb
NC
82005-07-21 Ralf Corsepius <ralf.corsepius@rtems.org>
9
10 * configure.tgt: Remove i[3-7]86-*-rtemself*.
11 Remove sparc-*-rtemself*.
12
71f51525
BE
132005-07-21 Ben Elliston <bje@gnu.org>
14
15 * ldgram.y (ldgram_want_filename): Remove unused static.
16
fe773494
DD
172005-07-20 DJ Delorie <dj@redhat.com>
18
19 * emulparams/elf32m32c.sh (TEMPLATE_NAME): New.
20 (EXTRA_EM_FILE): New.
21
0e1b44ba
L
222005-07-19 H.J. Lu <hongjiu.lu@intel.com>
23
24 * ldmain.c (main): Reindent.
25
a3540342
PB
262005-07-19 Paul Brook <paul@codesourcery.com>
27
28 * configure.host (HOSTING_CRT0): Parse output of gcc --help --verbose
29 to determine dynamic linker name.
30
85da3a56
NC
312005-07-18 Nick Clifton <nickc@redhat.com>
32
33 * configure.tgt: Restore alpha ordering to list of arches.
34
42fa7765
AM
352005-07-16 Alan Modra <amodra@bigpond.net.au>
36
37 * emultempl/elf32.em (gld*_provide_init_fini_syms): Prototype.
38 (gld*_before_allocation): Call ldemul_do_assignments rather than
39 gld*_provide_init_fini_syms directly.
40 * emultempl/ppc32elf.em (gld*_after_allocation): Delete.
41 (ppc_do_assignments): New function.
42 (LDEMUL_AFTER_ALLOCATION): Don't define.
43 (LDEMUL_DO_ASSIGNMENTS): Define.
44
0f82ff91
AM
452005-07-16 Alan Modra <amodra@bigpond.net.au>
46
47 * Makefile.am: Run "make dep-am".
48 (emipsidt.c, emipsidtl.c): Depend on generic.em.
49 * Makefile.in: Regenerate.
50
5e797c2c
AM
512005-07-15 Alan Modra <amodra@bigpond.net.au>
52
53 * ldemul.c (ldemul_do_assignments): New function.
54 (do_assignments_default): New function.
55 * ldemul.h (ldemul_do_assignments): Declare.
56 (do_assignments_default): Declare.
57 (struct ld_emulation_xfer_struct): Add do_assignments.
58 * ldlang.c (lang_do_assignments) Call ldemul_do_assignments.
59 * emultempl/aix.em (ld_*_emulation): Init do_assignments field.
60 * emultempl/armcoff.em: Likewise.
61 * emultempl/beos.em: Likewise.
62 * emultempl/generic.em: Likewise.
63 * emultempl/gld960.em: Likewise.
64 * emultempl/gld960c.em: Likewise.
65 * emultempl/linux.em: Likewise.
66 * emultempl/lnk960.em: Likewise.
67 * emultempl/m68kcoff.em: Likewise.
68 * emultempl/pe.em: Likewise.
69 * emultempl/sunos.em: Likewise.
70 * emultempl/ticoff.em: Likewise.
71 * emultempl/vanilla.em: Likewise.
72 * emultempl/elf32.em: Likewise, to call gld*_provide_init_fini_syms.
73 (gld*_find_exp_assignment): Adjust bfd_elf_record_link_assignment call.
74
49f58d10
JB
752005-07-14 Jim Blandy <jimb@redhat.com>
76
77 Add support for the Renesas M32C and M16C.
78 * Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
79 (eelf32m32c.c): New target.
80 * Makefile.in: Regenerated.
81 * configure.tgt: Add case for m32c-*-elf.
82 * emulparams/elf32m32c.sh: New file.
83
a3c2b96a
AM
842005-07-14 Alan Modra <amodra@bigpond.net.au>
85
86 * ldlang.c (strip_excluded_output_sections): Don't call
87 bfd_gc_sections.
88 * emultempl/elf32.em (gld*_provide_bound_symbols): Move.
89 (gld*_provide_init_fini_syms): Move.
90 (gld*_before_allocation): Call the above from here..
91 (gld*_finish): ..not here. Call _bfd_elf_fix_excluded_sec_syms.
92 * emultempl/hppaelf.em (hppaelf_finish): Likewise.
93 * emultempl/ppc64elf.em (ppc_finish): Likewise.
94
438361cd
NC
952005-07-10 Ralf Corsepius <ralf.corsepius@rtems.org>
96
97 * configure.tgt: Remove sparc*-*-rtemsaout*, i[3-7]86-go32-rtems*,
98 i[3-7]86-*-rtemscoff*, hppa*-*-rtems*, mips*el-*-rtems*,
99 powerpcle-*-rtems*.
100
2c7fd14a
CF
1012005-07-09 Christopher Faylor <cgf@timesys.com>
102
103 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Enable runtime
104 relocation by default.
105 (compute_dll_image_base): Avoid linking into cygwin dll address space.
106
32124d5b
AM
1072005-07-08 Alan Modra <amodra@bigpond.net.au>
108
109 * ldlang.c (wild_sort): Formatting.
110 (strip_excluded_output_sections): Strip zero size sections here.
111 * emultempl/elf32.em (gld*_strip_empty_sections): Delete.
112 (gld*_finish): Don't call the above.
113 * emultempl/hppaelf.em (hppaelf_finish): Likewise.
114 * emultempl/ppc64elf.em (ppc_finish): Likewise.
115
4cd5aacc 1162005-07-05 Paul Brook <paul@codesourcery.com>
9d8504b1
PB
117
118 * Makefile.am (ALL_EMULATIONS): Add eelf32ppcvxworks.o.
119 (eelf32ppcvxworks.o): Add dependencies.
120 * Makefile.in: Regenerate.
121 * configure.tgt: Add entry for powerpc-vxworks.
122 * emulparams/elf32-ppc.c: Mention elf32ppcvxworks.sh in comment.
123 * emulparams/elf32ppcvxworks.sh: New file.
124 * emultempl/ppc32elf.em (bfd_elf32_powerpc_vxworks_vec): Declare.
125 (is_ppc_elf32_vec): New function.
126 (ppc_after_open, ppc_before_allocation,
127 gld${EMULATION_NAME}_after_allocation): Use it.
128
35eb9fb6
NC
1292005-07-05 Peter S. Mazinger" <ps.m@gmx.net>
130
131 * emulparams/elf32bmip.sh (GENERATE_PIE_SCRIPT): Define as "yes".
132 * emulparams/elf32bmipn32-defs.sh (GENERATE_PIE_SCRIPT): Define as "yes".
133
5b5a4ec7
NC
1342005-07-04 Mike Frysinger <vapier@gentoo.org>
135
136 * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Fix typo in
137 name.
138
80447b21
NC
1392005-07-04 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
140
141 * emulparams/m32relf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
142
711c0baa
AM
1432005-07-04 Aurelien Jarno <aurel32@debian.org>
144
145 * emultempl/elf32.em: Enable use of ld.so.conf for *-*-k*bsd-*.
146
c8c9c297
AM
1472005-07-01 Alan Modra <amodra@bigpond.net.au>
148
149 * scripttempl/elf.sc (.gcc_except_table): Don't KEEP.
150
b753922c
BE
1512005-06-30 Ben Elliston <bje@gnu.org>
152
153 * Makefile.am (check-DEJAGNU): Don't search for expect.
154 * Makefile.in: Regenerate.
155
c3298874
BE
1562005-06-30 Ben Elliston <bje@gnu.org>
157
158 * Makefile.am (EXPECT): Set to expect.
159 (RUNTEST): Likewise, set to runtest.
160 * Makefile.in: Regenerate.
161
a82644e2
NC
1622005-06-16 Alexander Klimov <alserkli@inbox.ru>
163
164 * emultempl/armelf.em: Add quotes to avoid a null test
165 expression.
166
e185dd51
DJ
1672005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
168
169 * ld.texinfo (Command Line Options): Add @item for --hash-size.
170
9d12f64c
AM
1712005-06-10 Alan Modra <amodra@bigpond.net.au>
172
173 * scripttempt/elf.sc (.bss): Align tail in a way that allows
174 empty section pruning.
175
502bdb00
JW
1762005-06-09 Steve Ellcey <sje@cup.hp.com>
177
178 * configure.in (AM_BINUTILS_WARNINGS): Add.
179 (BFD_NEED_DECLARATION) Replace with AC_CHECK_DECLS.
180 * config.in: Regenerate.
181 * configure: Regenerate.
182 * sysdep.h (NEED_DECLARATION_*): Replace with HAVE_DECL_*
183 * ldmain.c: Ditto.
184
dea2f0a8
AM
1852005-06-09 Alan Modra <amodra@bigpond.net.au>
186
187 * ldexp.c (fold_unary <ALIGN_K>): Revert last change.
188
e9ee469a
AM
1892005-06-09 Alan Modra <amodra@bigpond.net.au>
190
191 * ld.h (lang_phase_type): Move to..
192 * ldexp.h: ..here. Add lang_mark_phase_enum.
193 (node_type): Remove etree_undef and etree_unspec.
194 (exp_data_seg): Delete.
195 (struct ldexp_control, expld): New.
196 (invalid, exp_mark_used_section): Delete.
197 (exp_fold_tree, exp_get_vma, exp_get_value_int, exp_get_fill,
198 exp_get_abs_int): Update prototypes.
199 * ldexp.c (assigning_to_dot): Delete.
200 (expld): Define.
201 (make_abs): Operate directly on expld.result. Update all callers.
202 (new_abs): Likewise. Return void.
203 (new_rel_from_abs): Rename from new_rel_from_section.
204 (new_rel, new_rel_from_abs): Operate on expld.result and return void.
205 Update all callers.
206 (fold_unary): Operate on expld.result and return void. Remove
207 "current_section", "allocation_done", "dot", "dotp" and "mark_used"
208 params. Update all callers.
209 (fold_binary, fold_trinary, fold_name, exp_fold_tree_1): Likewise.
210 (fold_unary <ALIGN_K>): Ensure alignment is absolute.
211 (fold_unary <ABSOLUTE>): Use make_abs.
212 (fold_unary <DATA_SEGMENT_END>): Evaluate mark_phase as for
213 allocating_phase.
214 (fold_binary <DATA_SEGMENT_ALIGN, DATA_SEGMENT_RELRO_END, >): Ditto.
215 (fold_binary <'%','/'>): Don't error if marking.
216 (fold_name <SIZEOF_HEADERS>): Don't call bfd_sizeof_headers when
217 marking.
218 (fold_name <NAME>): Remove FIXME; -R is handled correctly. Don't
219 error when marking.
220 (fold_name <ADDR, LOADADDR, SIZEOF>): Don't set SEC_KEEP.
221 (exp_fold_tree_1): Don't error when marking.
222 (exp_fold_tree_1 <etree_rel>): Evaluate in all phases except first.
223 (exp_fold_tree_1 <etree_assign to dot>): Don't check for NULL
224 current section, instead check for NULL dotp.
225 (exp_fold_tree_1 <etree_provide>): Don't evaluate the assignment
226 source unless the symbol is referenced and undefined.
227 (exp_fold_tree): Remove "allocation_done" and "dot" params. Save
228 params to expld.
229 (exp_fold_tree_no_dot): Remove "current_section", "allocation_done
230 and "mark_used" params. Save params to expld. Update all callers.
231 (exp_assop): Do without temp var.
232 (exp_print_tree <etree_undef>): Delete code.
233 (exp_get_vma): Remove "allocation_done" param. Correct error return.
234 (exp_get_fill, exp_get_abs_int): Likewise.
235 (exp_get_value_int): Remove "allocation_done" param.
236 (exp_mark_used_section): Delete.
237 * ldgram.y (fill_exp): Update exp_get_fill call.
238 (origin_spec, length_spec): Update exp_get_vma call.
239 * ldlang.c (lang_init): Don't bother clearing lang_statement_iteration.
240 (lang_mark_used_section_1, lang_mark_used_section): Delete.
241 (strip_excluded_output_sections): Call one_lang_size_sections_pass in
242 marking mode. Merge old lang_mark_used_section code. Correct handling
243 of output sections with excluded input sections and data statements.
244 Don't drop non-zero sized sections. Don't zap os->bfd_section.
245 Do set SEC_EXCLUDE when appropriate.
246 (print_output_section_statement): Update for changed ldexp.c
247 interface.
248 (print_assignment, lang_size_sections_1): Likewise.
249 (lang_do_assignments_1, lang_enter_output_section_statement): Likewise.
250 (lang_new_phdr, lang_record_phdrs): Likewise.
251 (lang_size_sections): Likewise.
252 (insert_pad): Use following statement if it is a pad, rather than
253 creating a new one.
254 (lang_size_sections_1 <lang_output_section_statement_enum>): Do
255 process ignored output section to set vma and lma, but don't
256 update dot for these sections. Don't error if marking.
257 (lang_size_sections_1 <lang_assignment_statement_enum>): Don't
258 update dot for ignored sections.
259 (lang_size_sections_1 <lang_data_statement_enum>): Don't mark absolute
260 section with SEC_ALLOC.
261 (one_lang_size_sections_pass): New function.
262 (lang_size_sections): Remove first five params. Set expld.phase on
263 entry and exit. Use one_lang_size_sections_pass.
264 (lang_do_assignments): Remove all params. Update all callers.
265 (lang_reset_memory_regions): Clear os->processed for all output
266 section statements.
267 * ldlang.h (lang_do_assignments): Update prototype.
268 (lang_size_sections): Likewise.
269 (one_lang_size_sections_pass): Declare.
270 * pe-dll.c (pe_dll_fill_sections, pe_exe_fill_sections): Update
271 lang_size_sections and lang_do_assignments calls.
272 * emultempl/elf32.em (layout_sections_again): Likewise.
273 * emultempl/ppc64elf.em (ppc_before_allocation): Use
274 one_lang_size_sections_pass.
275
b2be2013
AH
2762005-06-08 Aldy Hernandez <aldyh@redhat.com>
277
278 * emulparams/elf32ms1.sh: New.
279
a34e3ecb
EC
2802005-06-07 Eric Christopher <echristo@redhat.com>
281
282 * Makefile.am (eelf32ms1.c): Use tab.
283 * Makefile.in: Regenerate.
284
9e1f170f
AH
2852005-06-07 Aldy Hernandez <aldyh@redhat.com>
286 Michael Snyder <msnyder@redhat.com>
287 Stan Cox <scox@redhat.com>
288
289 * configure.tgt: Same.
290
291 * Makefile.am (ALL_EMULATIONS): Depend on eelf32ms1.o.
292 (eelf32ms1.c): Add eelf32ms1.c rule.
293
294 * Makefile.in: Regenerate.
295
b4f4e59f
AM
2962005-06-06 Alan Modra <amodra@bigpond.net.au>
297
298 * emultempl/ppc64elf.em (ppc_before_allocation): Always run
299 ppc64_elf_edit_opd.
300
18b79829
L
3012005-06-05 H.J. Lu <hongjiu.lu@intel.com>
302
303 * ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
304 section only if the symbol will be defined.
305
079f985c
L
3062005-06-04 H.J. Lu <hongjiu.lu@intel.com>
307
308 PR 992
309 * ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
310 section for etree_assign, etree_provide and etree_provided.
311 Call fold_binary on etree_binary.
312
313 * ldlang.c (lang_mark_used_section_1): Handle load base.
314
e1fffbe6
AM
3152005-06-03 Alan Modra <amodra@bigpond.net.au>
316
317 * ldmain.c (link_callbacks): Add einfo.
318 (add_archive_element): Use passed info, not link_info.
319 (constructor_callback): Likewise.
320 (reloc_overflow): Don't handle null bfd specially.
321 (reloc_dangerous, unattached_reloc): Likewise.
322 * ldmisc.c (vfinfo <B>): Print "ld generated" for null bfd.
323 (vfinfo <C, D, G>): Handle null bfd. Wrap comments.
324
408082ec
AM
3252005-06-02 Alan Modra <amodra@bigpond.net.au>
326
327 * ldexp.h (etree_value_type): Use "asection *" in place of
328 "struct lang_output_section_statement_struct *" for "section".
329 (exp_fold_tree): Likewise.
330 (exp_mark_used_section): Likewise.
331 * ldexp.c (new_rel, new_rel_from_section, fold_unary, fold_binary,
332 fold_trinary, fold_name, exp_fold_tree_1, exp_fold_tree,
333 exp_mark_used_section): Likewise for "current_section" param.
334 (make_abs, new_abs, exp_binop, exp_unop, exp_get_vma, exp_get_fill,
335 exp_get_abs_int): Adjust for above changes.
336 * ldlang.c (lang_mark_used_section_1, print_assignment,
337 lang_size_sections_1, lang_do_assignments_1): Likewise.
338 * ldexp.c (fold_name): Init entire result struct.
339
d0d3b2e8
MR
3402005-06-01 Maciej W. Rozycki <macro@linux-mips.org>
341
342 * emulparams/elf32btsmip.sh: Unset DATA_ADDR.
343
a359509e
ZW
3442005-05-31 Zack Weinberg <zack@codesourcery.com>
345
346 * ldlang.c (entry_symbol_default): New file-scope global.
347 (lang_finish): Use it, not a hardwired "start".
348 (lang_default_entry): Set it.
349 * ldlang.h: Declare lang_default_entry.
350 * emultempl/beos.em, emultempl/pe.em: Use lang_default_entry,
351 not lang_add_entry, to override default entry point symbol.
352
8d6d53d4
RH
3532005-05-29 Richard Henderson <rth@redhat.com>
354
355 * emulparams/elf64alpha.sh (PLT): New.
356 (TEXT_PLT): New.
357 * emultempl/alphaelf.em (disable_relaxation): New.
358 (limit_32bit): Rename from elf64alpha_32bit; update all users.
359 (elf64_alpha_use_secureplt): Declare.
360 (bfd_elf64_alpha_vec, bfd_elf64_alpha_freebsd_vec): Declare.
361 (alpha_after_open): New.
362 (alpha_before_allocation): New.
363 (OPTION_NO_RELAX, OPTION_SECUREPLT, OPTION_NO_SECUREPLT): New.
364 (PARSE_AND_LIST_LONGOPTS): Include them.
365 (PARSE_AND_LIST_OPTIONS): Likewise.
366 (PARSE_AND_LIST_ARGS_CASES): Likewise.
367 (LDEMUL_AFTER_OPEN, LDEMUL_BEFORE_ALLOCATION): New.
368 * scripttempl/elf.sc (TEXT_PLT): New.
369 (PLT): Use it.
370
f93e81d6
AS
3712005-05-27 Andreas Schwab <schwab@suse.de>
372
373 * configure.host (HOSTING_LIBS): Add libunwind.a if it exists.
374
61f8ebf2
AM
3752005-05-24 Alan Modra <amodra@bigpond.net.au>
376
377 * emultempl/ppc32elf.em (after_allocation): Don't call
378 ppc_elf_set_sdata_syms when relocatable.
379
8b803601
L
3802005-05-21 H.J. Lu <hongjiu.lu@intel.com>
381
382 * Makefile.am (ld.1): Revert the last 2 changes.
383 (info-recursive): Depend on ld.1.
384 * Makefile.in: Regenerated.
385
e366efef
L
3862005-05-21 H.J. Lu <hongjiu.lu@intel.com>
387
388 * Makefile.am (ld.1): Depend on "info" instead of
389 "configdoc.texi ldver.texi".
390 * Makefile.in: Regenerated.
391
abf32a89
L
3922005-05-21 H.J. Lu <hongjiu.lu@intel.com>
393
394 * Makefile.am (ld.1): Depend on "info".
395 * Makefile.in: Regenerated.
396
e3e71e27
ZW
3972005-05-19 Zack Weinberg <zack@codesourcery.com>
398
399 * Makefile.am: Have 'all' depend on 'info' and 'ld.1'.
400 * Makefile.in: Regenerate.
401
c19d1205
ZW
4022005-05-17 Zack Weinberg <zack@codesourcery.com>
403
404 * ld-arm/mixed-app.d: Adjust expected disassembly a little.
405
970c3dbc
DJ
4062005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
407
408 * Makefile.am (ldver.texi): Don't use $<.
409 * Makefile.in: Regenerated.
410
6e1b59d2
DJ
4112005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
412
413 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Explicitly include
414 $(srcdir) before $(BFDDIR)/doc.
415 * Makefile.in: Regenerated.
416
75ff4589
L
4172005-05-17 H.J. Lu <hongjiu.lu@intel.com>
418
419 PR 797
420 * ldexp.c (exp_fold_tree_1): Renamed from exp_fold_tree and
421 take take a bfd_boolean, mark_used. Ignore assert failure if
422 mark_used is TRUE.
423 (exp_fold_tree) Call exp_fold_tree_1 with mark_used == FALSE.
424 (exp_fold_tree_no_dot): Updated to take a bfd_boolean,
425 mark_used and pass down.
426 (fold_unary): Likewise.
427 (fold_binary): Likewise.
428 (fold_trinary): Likewise.
429 (exp_binop): Add FALSE to call to exp_fold_tree_no_dot.
430 (exp_trinop): Likewise.
431 (exp_unop): Likewise.
432 (exp_nameop): Likewise.
433 (exp_get_vma): Likewise.
434 (exp_get_fill): Likewise.
435 (exp_get_abs_int): Likewise.
436 (fold_name): Likewise. Set SEC_KEEP in output section flags.
437 (exp_mark_used_section): New.
438
439 * ldexp.h (exp_mark_used_section): New.
440
441 * ldlang.c (lang_output_section_statement_lookup_1): Set the
442 ignored field to FALSE.
443 (lang_mark_used_section_1): New.
444 (lang_mark_used_section): Call lang_mark_used_section_1.
445 (strip_excluded_output_sections): Call lang_mark_used_section
446 and check for unused sections.
447 (lang_size_sections_1): Skip an output section if it should
448 be ignored.
449 (lang_do_assignments_1): Likewise.
450 (lang_process): Don't call lang_mark_used_section here.
451
452 * ldlang.h (lang_output_section_statement_type): Change
453 all_input_readonly to bitfield. Add ignored.
454
25ba8e7b
NC
4552005-05-17 Lennert Buytenhek <buytenh@wantstofly.org>
456 Peter S. Mazinger" <ps.m@gmx.net>
457
c19d1205
ZW
458 * emulparams/armelf_linux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
459 * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
25ba8e7b 460
10dbd1f3
NC
4612005-05-17 Julian Brown <julian@codesourcery.com>
462
463 * ldlang.c (print_assignment): Do not rely upon a valid result
464 having a section associated with it.
465
3b83e13a
NC
4662005-05-17 Nick Clifton <nickc@redhat.com>
467
468 * ldlang.c (Scan_for_self_assignment): Check an assignment tree to
469 see if the same value is being used on the rhs as on the lhs.
470 (print_assignment): Call scan_for_self_assignment and if it
471 returns true, do no display the result of the computation but
472 instead just the final value of the symbol on the lhs.
473 * ld.texinfo: Document this behaviour and provide an example of
474 when it will happen.
475
42ecbf5e
DJ
4762005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
477
478 * Makefile.am (AM_MAKEINFOFLAGS): Define.
479 (TEXI2DVI): Define.
480 (ldver.texi): Depend on distributed files instead of built files.
481 (ld.info): Include $(srcdir) in the rule target. Remove actions.
482 (ld.dvi): Remove actions.
483 (MAINTAINERCLEANFILES): Add configdoc.texi.
484 (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in.
485 (install-data-local): Renamed from install.
486 (Makefile): Remove explicit dependency.
487 * acinclude.m4: Remove obsolete code.
488 * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL.
489 * Makefile.in, aclocal.m4, config.in, configure: Regenerated.
490
be2c2e39
BW
4912005-05-11 Bob Wilson <bob.wilson@acm.org>
492
493 * scripttempl/elfxtensa.sc: Sync up with elf.sc.
494 * emulparams/elf32xtensa.sh (PLT, GOT): Define.
495
0cf7d72c
AM
4962005-05-11 Alan Modra <amodra@bigpond.net.au>
497
498 * ldgram.y: Add SPECIAL token.
499 (sect_constraint): Handle SPECIAL.
500 * ldlang.c (lang_output_section_find_1): Don't match SPECIAL.
501 (map_input_to_output_sections): Likewise.
502 * ldlex.l (SPECIAL): Define.
503 * emulparams/elf32ppc.sh (DATA_GOT, SDATA_GOT, SEPARATE_GOTPLT,
504 GOT, PLT, GOTPLT): Define.
505 * emultempl/ppc32elf.em (old_plt, old_got): New static vars.
506 (ppc_after_open): New function.
507 (PARSE_AND_LIST_PROLOGUE): Define OPTION_OLD_LPT and OPTION_OLD_GOT.
508 (PARSE_AND_LIST_LONGOPTS): Add "bss-plt" and "sdata-got".
509 (PARSE_AND_LIST_OPTIONS): Document them.
510 (PARSE_AND_LIST_ARGS_CASES): Handle them.
511 (LDEMUL_AFTER_OPEN): Define.
512 * scripttempl/elf.sc (PLT): Don't override existing define.
513 (DATA_GOT, SDATA_GOT): Define and use to enable alternate got
514 placement rather than using NO_SMALL_DATA. Emit GOTPLT for RELRO_NOW.
515
4ca02259
AM
5162005-05-10 Alan Modra <amodra@bigpond.net.au>
517
518 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_GOTPLT_END): Delete.
519 (DATA_SEGMENT_RELRO_END): Use SEPARATE_GOTPLT value.
520 (GOTPLT): Remove DATA_SEGMENT_RELRO_GOTPLT_END. Place after
521 DATA_SEGMENT_RELRO_END in script.
522
baf6e97f
L
5232005-05-09 H.J. Lu <hongjiu.lu@intel.com>
524
525 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
526 Don't use a removed section.
527
a6e1b90f
L
5282005-05-09 H.J. Lu <hongjiu.lu@intel.com>
529
530 * ldmain.c (reloc_overflow): Use output_bfd if the symbol
531 is defined in the ABS section.
532
c18bae34
L
5332005-05-06 H.J. Lu <hongjiu.lu@intel.com>
534
535 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
536 Put back !link_info.relocatable.
537
4ef24a2e
L
5382005-05-06 H.J. Lu <hongjiu.lu@intel.com>
539
3f693ed5 540 PR 878
4ef24a2e
L
541 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
542 Just check link_info.executable.
543
e06fb9c3
NC
5442005-05-06 Nick Clifton <nickc@redhat.com>
545
546 * Update the address and phone number of the FSF organization in
547 the GPL notices in the following files:
548 aclocal.m4, deffile.h, deffilep.y, fdl.texi, ld.h, ldcref.c,
549 ldctor.c, ldctor.h, ldemul.c, ldexp.c, ldexp.h, ldfile.c,
550 ldfile.h, 20ldgram.y, ldint.texinfo, ldlang.c, ldlang.h, ldlex.h,
551 ldlex.l, ldmain.c, ldmain.h, ldmisc.c, ldmisc.h, ldver.c, ldver.h,
552 ldwrite.c, ldwrite.h, lexsup.c, mri.c, mri.h, pe-dll.c, pe-dll.h,
553 sysdep.h, emultempl/aix.em, emultempl/alphaelf.em,
554 emultempl/armcoff.em, emultempl/armelf.em, emultempl/beos.em,
555 emultempl/crxelf.em, emultempl/elf32.em, emultempl/generic.em,
556 emultempl/gld960.em, emultempl/gld960c.em, emultempl/hppaelf.em,
557 emultempl/ia64elf.em, emultempl/irix.em, emultempl/linux.em,
558 emultempl/lnk960.em, emultempl/m68hc1xelf.em,
559 emultempl/m68kcoff.em, emultempl/m68kelf.em,
560 emultempl/mipsecoff.em, emultempl/mmix-elfnmmo.em,
561 emultempl/mmixelf.em, emultempl/mmo.em, emultempl/needrelax.em,
562 emultempl/pe.em, emultempl/ppc32elf.em, emultempl/ppc64elf.em,
563 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em,
564 emultempl/vanilla.em, emultempl/xtensaelf.em
565
01d9ad14
L
5662005-05-05 H.J. Lu <hongjiu.lu@intel.com>
567
568 * scripttempl/elf.sc: Document the usage of __bss_start.
569
eac338cf
PB
5702005-05-05 Paul Brook <paul@codesourcery.com>
571
572 * Makefile.am: Add eelf_i386_vxworks.
573 * Makefile.in: Regenerate.
574 * configure.tgt: Make i?86-*-vxworks use targ_emul=elf_i386_vxworks.
575 * emulparams/elf_i386_vxworks.sh: New file.
576 * emulparams/vxworks.sh: New file.
577 * scripttempl/elf.sc: Add DATA_END_SYMBOLS and ETEXT_NAME.
578
f652615e
L
5792005-05-04 H.J. Lu <hongjiu.lu@intel.com>
580
581 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
582 Call _bfd_elf_provide_section_bound_symbols.
583
8423293d
AM
5842005-05-04 Alan Modra <amodra@bigpond.net.au>
585
586 * ldemul.c: Include bfdlink.h.
587 (ldemul_before_allocation): Assume before_allocation is non-zero.
588 (before_allocation_default): Call strip_excluded_output_sections.
589 * ldlang.c (stripped_excluded_sections): New variable.
590 (lang_add_section): Build input section list for each output
591 section, attached via map_head and map_tail pointers.
592 (strip_excluded_output_sections): Make global. Traverse the
593 input section lists to find which output sections can go. Clear
594 link_order pointers and set stripped_excluded_sections.
595 (lang_process): Call strip_excluded_output_sections.
596 * ldlang.h (strip_excluded_output_sections): Declare.
597 * ldwrite.c: Update throuhout for link_order_head -> map_head change.
598 * emultempl/aix.em (before_allocation): Call
599 strip_excluded_output_sections.
600 * emultempl/armcoff.em (before_allocation): Likewise.
601 * emultempl/beos.em (before_allocation): Likewise.
602 * emultempl/linux.em (before_allocation): Likewise.
603 * emultempl/pe.em (before_allocation): Likewise.
604 * emultempl/sunos.em (before_allocation): Likewise.
605 * emultempl/elf32.em (before_allocation): Likewise. Call
606 bfd_elf_size_dynsym_hash_dynstr too.
607 * emultempl/lnk960.em (lnk960_before_allocation): Delete.
608 (ld_lnk960): Use before_allocation_default.
609
5daa8fe7
L
6102005-05-02 H.J. Lu <hongjiu.lu@intel.com>
611
612 * emultempl/elf32.em (gld${EMULATION_NAME}_strip_empty_section):
613 Updated for bfd_section_list_remove change.
614 * ldlang.c (lang_insert_orphan): Likewise.
615 (strip_excluded_output_sections): Likewise.
616 (sort_sections_by_lma): New.
617 (lang_check_section_addresses): Sort the sections before
618 checking addresses.
619
009b6a7a
DJ
6202005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
621
622 * configure.tgt: Add h8300*-*-rtemscoff.
623 Switch h8300*-*-rtems* to elf.
624
279e75dc
BE
6252005-04-29 Ben Elliston <bje@au.ibm.com>
626
627 * ldgram.y (lang_memory_region_type): Make static.
628 (ldgram_want_filename): Likewise.
629 * ldemul.c (ld_emulation): Make static.
630 * ldfile.h (ldfile_find_command_file): Remove extern.
631 * ldfile.c (ldfile_find_command_file): Make static.
632 * ldlang.h (unique_section_list): Remove extern declaration.
633 * ldlang.c (unique_section_list): Make static.
634 * mri.h (symbol_truncate): Remove extern declaration.
635 * mri.c (symbol_truncate): Make static.
636 (order, only_load, address, alias): Likewise.
637 (alignment, subalignment): Likewise.
638
4a2afbc1
L
6392005-04-27 H.J. Lu <hongjiu.lu@intel.com>
640
641 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
642 Use the first SEC_ALLOC section which isn't SEC_READONLY or the
643 last SEC_ALLOC section if such a section doesn't exist.
644
fd9719b1
MK
6452005-04-24 Mark Kettenis <kettenis@gnu.org>
646
647 * configure.host: Add *-*-openbsd support.
648
33bfe774
JB
6492005-04-15 Julian Brown <julian@codesourcery.com>
650
651 * ld.texinfo: Document --use-blx.
652 * emultempl/armelf.em (use_blx): New variable.
653 (arm_elf_create_output_section_statements): Communicate value of
654 use_blx to bfd.
655 (PARSE_AND_LIST_PROLOGUE): Add OPTION_USE_BLX.
656 (PARSE_AND_LIST_OPTIONS): Add --use-blx option.
657 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_USE_BLX case.
658
9e9b66a9
AM
6592005-04-14 Alan Modra <amodra@bigpond.net.au>
660
661 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
662 * configure.in: Include ../bfd/warning.m4 contents.
663 * Makefile.in: Regenerate.
664 * configure: Regenerate.
665
ceae3e33
AM
6662005-04-12 Alan Modra <amodra@bigpond.net.au>
667
668 * Makefile.am: Run "make dep-am".
669 (ldgram.o, ldlex.o, deffilep.o): Add -Wno-error to command.
670 * Makefile.in: Regenerate.
671 * config.in: Regenerate.
672
7cedef86
AM
6732005-04-11 Alan Modra <amodra@bigpond.net.au>
674
675 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Ignore
676 as_needed libs that were not needed.
677 (gld${EMULATION_NAME}_check_needed): Likewise.
678
187ffe95
NC
6792005-04-07 Nick Clifton <nickc@redhat.com>
680
681 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h so that
0cf7d72c 682 ldfile.h can use the lang_input_statement type.
187ffe95 683
72223188
JJ
6842005-04-06 Jakub Jelinek <jakub@redhat.com>
685
686 * ldlang.c: Formatting.
687 (walk_wild_consider_section): Remember return value from wildcardp.
688 (is_simple_wild): Use strcspn instead of 2 strpbrk calls and strlen.
689 (wild_spec_can_overlap): Use strcspn instead of strpbrk and strlen.
690
6912005-04-06 Robert O'Callahan <rocallahan@novell.com>
692
693 * ld.h (lean_section_userdata_type): Remove.
694 (fat_section_userdata_type): Remove file field.
695 (SECTION_USERDATA_SIZE): Remove.
696 * ldlang.c (init_os): Eliminate initialization of unused
697 lean_section_userdata_type.
698
699 * ldlang.h (callback_t, walk_wild_section_handler_t): New
700 typedefs.
701 (struct lang_wild_statement_struct): Add walk_wild_section_handler
702 and handler_data fields.
703 * ldlang.c (callback_t): Removed.
704 (walk_wild_consider_section, walk_wild_section_general,
705 section_iterator_callback, find_section, is_simple_wild,
706 match_simple_wild, walk_wild_section_specs1_wild0,
707 walk_wild_section_specs1_wild1, walk_wild_section_specs2_wild1,
708 walk_wild_section_specs3_wild2, walk_wild_section_specs4_wild2,
709 wild_spec_can_overlap, analyze_walk_wild_section_handler): New
710 functions.
711 (lang_add_wild): Call analyze_walk_wild_section_handler.
712 (walk_wild_section): Renamed to walk_wild_section_general and
713 created a wrapper function.
714 (section_iterator_callback_data): New typedef.
715
34875e64
NC
7162005-04-04 Nick Clifton <nickc@redhat.com>
717
718 * configure.in: Add a check for <unistd.h> providing a prototype
719 for getopt() which is compatible with the one in
720 include/getopt.h. If so then define HAVE_DECL_GETOPT.
721 * configure: Regenerate.
722 * config.in (HAVE_DECL_GETOPT): Add.
723 * ldemul.c: Include config.h
724 * lexsup.c: Likewise.
725 * emultempl/elf32.sc: Likewise.
726
deb04cdb
AM
7272005-03-29 Alan Modra <amodra@bigpond.net.au>
728
729 * emultempl/elf32.em (gld${EMULATION_NAME}_layout_sections_again):
730 New function, extracted from static void gld${EMULATION_NAME}_finish.
731 (gld${EMULATION_NAME}_strip_empty_sections): Likewise.
732 (gld${EMULATION_NAME}_provide_init_fini_syms): Likewise.
733 * emultempl/ppc64elf.em: Revert last change.
734 (ppc_layout_sections_again): Use
735 gld${EMULATION_NAME}_layout_sections_again.
736 (ppc_finish): Don't call gld${EMULATION_NAME}_finish. Instead call
737 gld${EMULATION_NAME}_strip_empty_sections and
738 gld${EMULATION_NAME}_provide_init_fini_syms.
739 * emultempl/hppaelf.em: Similarly.
740
8b4e5e28
AM
7412005-03-29 Alan Modra <amodra@bigpond.net.au>
742
743 * emultempl/ppc64elf.em (need_laying_out): Delete. Remove all refs.
744 (ppc_finish): Don't call bfd_elf_discard_info.
745 * emultempl/hppaelf.em: Similarly.
746
510a939b
NC
7472005-03-24 Nick Clifton <nickc@redhat.com>
748
749 * po/fr.po: Updated French translation.
750
ed84e695
NC
7512005-03-23 Mike Frysinger <vapier@gentoo.org>
752 Nick Clifton <nickc@redhat.com>
753
754 * configure.host: Accept any C library to accompany a GNU Linux
755 implementation, not just the GNU C library.
756 * configure.tgt: Likewise.
757 * emultempl/elf32.em: Likewise.
deb04cdb 758
81e1b023
L
7592005-03-22 H.J. Lu <hongjiu.lu@intel.com>
760
761 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols): New
762 (gld${EMULATION_NAME}_finish): Call
763 gld${EMULATION_NAME}_provide_bound_symbols to provide
764 __preinit_array_start, __preinit_array_end, __init_array_start,
765 __init_array_end, __fini_array_start and __fini_array_end.
766
767 * scripttempl/elf.sc: Don't provide __preinit_array_start,
768 __preinit_array_end, __init_array_start, __init_array_end,
769 __fini_array_start nor __fini_array_end.
770
11d2f718
AM
7712005-03-23 Alan Modra <amodra@bigpond.net.au>
772
773 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Set
774 SEC_EXCLUDE on .gnu.warning sections.
775
644285ef
AM
7762005-03-22 Alan Modra <amodra@bigpond.net.au>
777
778 * scripttempl/elf.sc (SBSS): Don't provide sbss start and end syms.
779
c9a2f333
AM
7802005-03-21 Alan Modra <amodra@bigpond.net.au>
781
782 * emultempl/ppc32elf.em (gld${EMULATION_NAME}_after_allocation): New
783 function.
784 (LDEMUL_AFTER_ALLOCATION): Define.
785
b1ab9777
AM
7862005-03-21 Alan Modra <amodra@bigpond.net.au>
787
788 * emultempl/ppc64elf.em (ppc_finish): Rename from
789 gld${EMULATION_NAME}_finish. Call gld${EMULATION_NAME}_finish.
790 (LDEMUL_FINISH): Update.
791 * emultempl/hppaelf.em (hppaelf_finish, LDEMUL_FINISH): Likewise.
792 * emultempl/m68hc1xelf.em (m68hc11elf_finish, LDEMUL_FINISH): Likewise.
793
2a2a7c94
JB
7942005-03-18 Julian Brown <julian@codesourcery.com>
795
796 * scripttempl/armbpapi.sc (.rel.dyn): Add .rel.init_array,
797 .rel.fini_array.
798 (.rela.dyn): Add .rela.init_array, .rela.fini_array.
799 (SECTIONS): Add .rel.other, .rela.other, .reli.other after PLT relocs.
800
98720c64
L
8012005-03-18 H.J. Lu <hongjiu.lu@intel.com>
802
803 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Don't set
804 bfd_section when removing unused empty output sections for
805 non-relocatable link.
806
41c7ba7c
AM
8072005-03-19 Alan Modra <amodra@bigpond.net.au>
808
809 * ldlang.c (lang_insert_orphan): Use old section_tail rather than
810 traversing the bfd section list to find pointer to new section.
811
0fb53118
AM
8122005-03-18 Alan Modra <amodra@bigpond.net.au>
813
814 * scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2
815 input sections into .sdata and .sbss output respectively.
816
de7f8cc8
BW
8172005-03-16 David Heine <dlheine@tensilica.com>
818 Bob Wilson <bob.wilson@acm.org>
819
820 * ldlang.c (IGNORE_SECTION): Remove check for zero size.
821 (lang_check_section_addresses): Ignore zero size sections here.
822
57316bff
L
8232005-03-16 H.J. Lu <hongjiu.lu@intel.com>
824
825 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Remove
826 unused empty output sections for non-relocatable link.
827
828 * ld.h (args_type): Remove gc_sections.
829
830 * ldlang.c (lang_mark_used_section): New.
831 (lang_gc_sections): Use link_info.gc_sections instead of
832 command_line.gc_sections.
833 * ldmain.c (main): Likewise.
834 * lexsup.c (parse_args): Likewise.
835 * ldlang.c (lang_process): Call lang_mark_used_section.
836
837 * ldmain.c (main): Initialize link_info.gc_sections to FALSE.
838
1ad12f97
NC
8392005-03-16 Nick Clifton <nickc@redhat.com>
840 Ben Elliston <bje@au.ibm.com>
841
569acd2c 842 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 843 compiler command line. Enabled by default. Disable via
569acd2c 844 --disable-werror.
1ad12f97
NC
845 * configure: Regenerate.
846
cb2d1ef2
AM
8472005-03-16 Alan Modra <amodra@bigpond.net.au>
848
849 * emulparams/elf32ppclinux.sh (OTHER_READWRITE_SECTION): Delete.
850 (OTHER_RELRO_SECTIONS): Set this instead.
851
957d91c1
NC
8522005-03-15 Nick Clifton <nickc@redhat.com>
853
854 * NEWS: Add cutoff for changes in 2.16 release.
855
34723071
NC
8562005-03-15 Mikkel Krautz <krautz@gmail.com>
857
858 * configure.tgt (x86_64-elf): Add target.
859
729ae8d2
AM
8602005-03-15 Alan Modra <amodra@bigpond.net.au>
861
862 * po/es.po: Commit new Spanish translation.
863
8b3d8fa8
AM
8642005-03-14 Alan Modra <amodra@bigpond.net.au>
865
866 * ldexp.c (exp_fold_tree): Ensure return value is initialized.
867 Tidy etree_assert case.
868
882cb63e
AM
8692005-03-14 Alan Modra <amodra@bigpond.net.au>
870
871 * po/tr.po: Commit new Turkish translation.
872
61c84b48
DJ
8732005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
874
875 * Makefile.am: Remove references to em68klynx.o and esparclynx.o.
876 * Makefile.in: Regenerated.
877 * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
878
41c9e29d
NC
8792005-03-07 Nick Clifton <nickc@redhat.com>
880
881 * po/fr.po: Updated translation.
882
06647dfd
AM
8832005-03-05 Alan Modra <amodra@bigpond.net.au>
884
885 * po/ld.pot: Regenerate.
886
bb14f524
JB
8872005-03-02 Jan Beulich <jbeulich@novell.com>
888
889 * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
890 * pe-dll.c (pe_dll_generate_implib): Likewise.
891
0ef622cb
BE
8922005-02-24 Ben Elliston <bje@au.ibm.com>
893
894 * ldfile.c: Remove GNU960 conditional code.
895 * emultempl/gld960.em: Likewise.
896 * emultempl/gld960c.em: Likewise.
897 * emultempl/lnk960.em: Likewise.
898
f3f4bcca
NC
8992005-02-24 Nick Clifton <nickc@redhat.com>
900
901 * emultempl/lnk960.em (lnk960_before_parse): Remove redundant
902 empty string from calls to concat.
903
9042005-02-23 Nick Clifton <nickc@redhat.com>
905
906 * emultempl/lnk960.em (lnk960_before_parse): Terminate list of
907 arguments passed to concat() with a NULL.
908
909 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h because they
910 define types needed by ldfile.h
911
47639182
AM
9122005-02-23 Alan Modra <amodra@bigpond.net.au>
913
914 * pe-dll.c: Warning fixes.
915 * emultempl/sunos.em: Likewise.
916
ace66bb2
DJ
9172005-02-22 Daniel Jacobowitz <dan@codesourcery.com>
918
919 * ldlang.c (section_already_linked): Don't call
920 bfd_section_already_linked for dynamic objects.
921
5718918d
AM
9222005-02-22 Alan Modra <amodra@bigpond.net.au>
923
924 * ldexp.c: Warning fixes.
925 * ldwrite.c: Likewise.
926 * emultempl/elf32.em: Likewise.
927
ebe372c1
L
9282005-02-21 H.J. Lu <hongjiu.lu@intel.com>
929
930 * ldlang.c (lang_add_section): Check SEC_TIC54X_BLOCK for TI
931 tic54x input only.
932 (lang_size_sections_1): Check SEC_COFF_SHARED_LIBRARY for COFF
933 and ECOFF output only.
934
0ca2f5d5
AM
9352005-02-21 Alan Modra <amodra@bigpond.net.au>
936
937 * config.in: Regenerate.
938 * configure: Regenerate.
939
fbbb9ac5
ZW
9402005-02-17 Zack Weinberg <zack@codesourcery.com>
941
942 * ldexp.c (assigning_to_dot): New global flag.
943 (fold_name): If assigning_to_dot is true, object immediately to
944 an undefined symbol.
945 (exp_fold_tree): Set and clear assigning_to_dot around the
946 recursive call to exp_fold_tree to process the right-hand side
947 of an assignment to the location counter.
948
c68dac40
PB
9492005-02-17 Paul Brook <paul@codesourcery.com>
950
951 * scripttempl/armbpabi.sc: Add dummy name to version block.
952
20c2cbe3
AM
9532005-02-17 Alan Modra <amodra@bigpond.net.au>
954
955 * ldexp.c (new_abs): Init new.str.
956
0b48acfe
MM
9572005-02-15 Mark Mitchell <mark@codesourcery.com>
958
959 * configure.in (AC_CHECK_FUNCS): Add glob.
960 * configure: Regenerated.
961 * emultempl/elf32.em (<glob.h>): Do not include if HAVE_GLOB is
962 not defined.
963 (gld${EMULATION_NAME}_parse_ld_so_conf_include): Do not use glob
964 if HAVE_GLOB is not defined.
fbbb9ac5 965
ff925e69
KK
9662005-02-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
967
968 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Define
969 lib_path if NATIVE is yes.
970
92b7a70f
AM
9712005-02-16 Alan Modra <amodra@bigpond.net.au>
972
973 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Make
974 an error creating fake bfd fatal.
975 (ppc_before_allocation): Continue on after errors.
976 (gld${EMULATION_NAME}_finish): Likewise.
977
297ba367
NC
9782005-02-15 Nick Clifton <nickc@redhat.com>
979
980 * ldlex.l (YY_NO_UNPUT): Define so that the yy_unput function is
981 not declared. It is not used and its presence causes a compile
982 time warning.
fbbb9ac5 983
9eabd475
ZW
9842005-02-11 Zack Weinberg <zack@codesourcery.com>
985
986 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed):
987 If st.st_ino is zero, do not treat the library as a duplicate.
988
d457dcf6
JJ
9892005-02-10 Jakub Jelinek <jakub@redhat.com>
990
991 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
992 Set BFD_LINKER_CREATED on the stubs bfd.
993 * emultempl/ppc64elf.em (ppc_create_output_section_statements):
994 Likewise.
995
4e5db43b
MM
9962005-02-08 Mark Mitchell <mark@codesourcery.com>
997
998 * scripttempl/armbpabi.sc (VERSION): Make special section symbols
9eabd475 999 local.
4e5db43b
MM
1000 (Image$$ER_RO$$Base): Define whenever RELOCATING.
1001 (Image$$ER_RO$$Limit): Likewise.
1002 (SHT$$INIT_ARRAY$$Base): Likewise.
1003 (SHT$$INIT_ARRAY$$Limit): Likeise.
1004
4297f9f1
BE
10052005-02-10 Ben Elliston <bje@au.ibm.com>
1006
1007 * emultempl/beos.em: Remove #if 0 and #if 1 blocks.
1008
1c7c5e5b
RS
10092005-02-08 Richard Sandiford <rsandifo@redhat.com>
1010
1011 * configure.tgt (mips64*el-*-linux-gnu*): Define targ_extra_libpath
1012 to include o32 and n64 emulations.
1013 (mips64*-*-linux-gnu*): Likewise.
1014
300475fe
HPN
10152005-02-08 Hans-Peter Nilsson <hp@axis.com>
1016
1017 * ldmain.c (warning_callback, warning_find_reloc): Prepend
1018 "warning: " to warning messages.
1019
4ea42fb7
AM
10202005-02-04 Alan Modra <amodra@bigpond.net.au>
1021
1022 * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): Don't
1023 look up symbol for etree_provide here.
1024
161f49a3
DJ
10252005-02-02 Daniel Jacobowitz <dan@codesourcery.com>
1026
1027 * emulparams/elf32bmip.sh (TEXT_DYNAMIC): Always set.
1028
73ae6183
NC
10292005-02-01 Edward Welbourne <eddy@opera.com>
1030 Nick Clifton <nickc@redhat.com>
1031
1032 * ld.texinfo (Source Code Reference): New node describing how to
1033 access linker script defined variables from source code.
1034
77cfaee6
AM
10352005-02-01 Alan Modra <amodra@bigpond.net.au>
1036
1037 * ld.texinfo: Clarify --as-needed operation.
1038
c46f8c51
AC
10392005-01-31 Andrew Cagney <cagney@gnu.org>
1040
1041 * configure: Regenerate to track ../gettext.m4.
1042
d342277e
NC
10432005-01-31 Nick Clifton <nickc@redhat.com>
1044
1045 * ldver.c (ldversion): Bump reported copyright date to 2005.
1046
d6486796
NC
10472005-01-31 Nick Clifton <nickc@redhat.com>
1048
1049 * configure.tgt: Remove obsolete targets m68k-lynxos and
1050 sparc-lynxos.
1051
319850b4
JB
10522005-01-28 Julian Brown <julian@codesourcery.com>
1053
1054 * emultempl/armelf.em (fix_v4bx): New variable.
1055 (arm_elf_create_output_section_statements): Communicate fix_v4bx flag
1056 value to bfd.
1057 (PARSE_AND_LIST_PROLOGUE): Add option token OPTION_FIX_V4BX.
1058 (PARSE_AND_LIST_LONGOPTS): Add option --fix-v4bx.
1059 (PARSE_AND_LIST_OPTIONS): Add option --fix-v4bx.
9eabd475 1060 (PARSE_AND_LIST_ARGS_CASES): Add option OPTION_FIX_V4BX.
319850b4
JB
1061 * NEWS: Mention --fix-v4bx.
1062 * ld.texinfo: Document --fix-v4bx.
1063
dc4c9c19
MM
10642005-01-25 Mark Mitchell <mark@codesourcery.com>
1065
1066 * emulparams/armsymbian.sh (OTHER_READONLY_SECTIONS): Define, so
1067 as to include .ARM.exidx$${Base,Limit}.
1068 * ld/scripttempl/armbpabi.sc: Move .plt to end of text segment.
1069 Define IMAGE$$ER_RO$${Base,Limit} and SHT$$INIT_ARRAY$${Base,Limit}.
1070 Put .init_array, .fini_array, etc. into the read-only data
9eabd475
ZW
1071 segment.
1072
7e9f0867
AM
10732005-01-25 Alan Modra <amodra@bigpond.net.au>
1074
1075 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Formatting.
1076 (gld${EMULATION_NAME}_after_open): Ignore needed libs if they were
1077 only needed by an as-needed lib that didn't get linked.
1078
7e69709c
AM
10792005-01-23 Alan Modra <amodra@bigpond.net.au>
1080
1081 * ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct
1082 __DTOR_LIST__ description.
1083
b5666f2f
AM
10842005-01-23 Alan Modra <amodra@bigpond.net.au>
1085
1086 * ld.texinfo (Location Counter <dot outside sections>): Document
1087 effects of orphan section placement, and ". = ." workaround.
1088 * Makefile.in: Regenerate.
1089
4e25343c
RS
10902005-01-22 Richard Sandiford <rsandifo@redhat.com>
1091
1092 * emulparams/elf32bmip.sh (OTHER_GOT_SECTIONS): Add ". = .;".
1093 * emulparams/elf32bmipn32-defs.sh (OTHER_GOT_SECTIONS): Likewise.
1094
b717d30e
JJ
10952005-01-21 Jakub Jelinek <jakub@redhat.com>
1096
1097 * ldgram.y (AS_NEEDED): New token.
1098 (input_list): Handle AS_NEEDED ( input_list ).
1099 * ldlex.l (AS_NEEDED): Add.
1100 * ld.texinfo: Document AS_NEEDED ().
1101 * NEWS: Mention AS_NEEDED ().
1102
7a64f7b8
BE
11032005-01-21 Ben Elliston <bje@au.ibm.com>
1104
1105 * ldlang.c (lang_reasonable_defaults): Remove.
1106 (lang_process): Don't call lang_reasonable_defaults.
1107
1108 * ldexp.c (exp_assop): Remove #if 0'd code.
1109 (exp_print_tree): Likewise.
1110 * ldlang.c (lang_memory_region_lookup): Likewise.
1111 (open_output): Likewise.
1112 (lang_do_assignments_1): Likewise.
1113 (lang_place_orphans): Likewise.
1114 (lang_enter_output_section_statement): Likewise.
1115 (lang_reasonable_defaults): Likewise.
1116 * ldlang.h (struct lang_input_statement_struct): Likewise.
1117 * mri.c (mri_draw_tree): Likewise.
1118 (mri_load): Likewise.
1119 * pe-dll.c (generate_reloc): Likewise.
1120 (make_import_fixup_entry): Likewise.
1121 (pe_as16): Likewise.
1122 * emultempl/beos.em (set_pe_subsystem): Likewise.
1123 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
1124 * emultempl/pe.em: Likewise.
1125 * emultempl/xtensaelf.em (xtensa_colocate_literals): Likewise.
1126
a154a8ad
MM
11272005-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1128
1129 * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o.
1130 (earmelfb_linux_eabi.c): New target.
1131 * Makefile.in: Regenerated.
1132 * configure.tgt (arm*b-*-linux-gnueabi): New target.
1133 * emulparams/armelfb_linux_eabi.sh: New file.
1134
9c183183
AM
11352005-01-20 Nick Hudson <skrll@netbsd.org>
1136
1137 PR ld/676
1138 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
1139 Handle bfd_elf32_hppa_nbsd_vec.
1140
e2243057
RS
11412005-01-19 Richard Sandiford <rsandifo@redhat.com>
1142
1143 * ldmain.h (ld_sysroot): Change type to a constant string.
1144 * ldmain.c (ld_sysroot): Likewise.
1145 (get_relative_sysroot, get_sysroot): New functions, adding command-line
1146 support for changing the sysroot.
1147 (main): Call the new functions.
1148 * lexsup.c (OPTION_SYSROOT): New.
1149 (ld_options): Add --sysroot.
1150 (parse_args): Add a dummy handler for it.
1151 * ld.texinfo (--sysroot): Document.
1152 * NEWS: Mention the new --sysroot option.
1153
1449d79b
AM
11542005-01-18 Alan Modra <amodra@bigpond.net.au>
1155
1156 * ldlang.c (section_already_linked): Adjust bfd_link_just_syms call.
1157 (lang_place_orphans): Don't abort on just_syms_flag, instead call
1158 bfd_link_just_syms.
1159
a880c748
DS
11602005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
1161
1162 * defilep.y (def_name, def_library): Combine into...
1163 (def_image_name): New function. Strip name to basename,
1164 with warning.
1165
07baa8ee
MK
11662005-01-12 Mark Kettenis <kettenis@gnu.org>
1167
1168 * configure.in: Be sure to invoke config.sub using the shell.
1169 * configure: Regenerate.
1170
e9b181b8
AM
11712005-01-11 Alan Modra <amodra@bigpond.net.au>
1172
1173 * configure.host: Correct sed patterns for last change.
1174
59ef2528
NC
11752005-01-10 Nick Clifton <nickc@redhat.com>
1176
1177 PR binutils/609
1178 * ldmisc.c (vfinfo): Add an extra argument: is_warning. Use this
1179 to determine whether config.make_executable should be set to FALSE in
1180 conjunction with config.fatal_warnings.
1181 (info_msg, minfo, lfinof): Pass FALSE as the extra argument.
1182 (einfo): Pass TRUE as the extra argument.
1183
71a2d53a
NC
11842005-01-10 Greg Schaffer <gschafer@zip.com.au>
1185
1186 * configure.host (linux targets): Use "${CC} -dumpspecs" instead
1187 of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0.
1188 (ia64-*-aix): Delete - this target is obsolete, and would be
1189 broken by this patch.
1190
d6d0b336
EB
11912005-01-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1192
1193 * configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*.
1194 (sparc64-sun-solaris2*): New host.
1195
4e7fd91e
PB
11962005-01-06 Paul Brook <paul@codesourcery.com>
1197
1198 * Makefie.am: Add earmelf_vxworks.
1199 * Makefile.in: Regenerate.
1200 * configure.tgt: Make arm-*-vxworks a separate case.
1201 * emulparams/armelf_vxworks.sh: New function.
1202
4c52953f
AM
12032005-01-06 Alan Modra <amodra@bigpond.net.au>
1204
1205 * emultempl/ppc64elf.em (no_multi_toc): New var.
1206 (gld${EMULATION_NAME}_finish): Pass to ppc64_elf_setup_section_lists.
1207 (OPTION_NO_MULTI_TOC): Define.
1208 (PARSE_AND_LIST_LONGOPTS): Add --no-multi-toc support.
1209 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
1210
98d87ee7
NC
12112005-01-05 Nick Clifton <nickc@redhat.com>
1212
1213 PR binutils/614
1214 * ldmisc.c (vfinfo): Alter output to conform to the GNU Coding
4c52953f 1215 Standard's specification for parsable error messages.
98d87ee7 1216
5f81b918
PB
12172005-01-04 Paul Brook <paul@codesourcery.com>
1218
1219 * Makefile.am: Correct dependency for earmsymbian.c.
1220 * Makefile.in: Regenerate.
1221
2af59bab
DS
12222004-12-28 Danny Smith <dannysmith@users.sourceforge.net>
1223
1224 * emultempl/pe.em (set_pe_subsystem): Change second arg to
1225 lang_add_entry to FALSE.
1226
c38f024c
NC
12272004-12-23 Nick Clifton <nickc@redhat.com>
1228
1229 PR 600
1230 * emulparams/shelf.sh (.stack): Increase stack start address to
1231 0x300000.
1232
550bdea6
NC
12332004-12-20 Nick Clifton <nickc@redhat.com>
1234
1235 * ldmain.c (main): Issue an error message if -static and -shared
1236 are used together.
1237
e3070fef
JJ
12382004-12-17 Jakub Jelinek <jakub@redhat.com>
1239
1240 * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields.
1241 * ldexp.c (fold_binary) <case DATA_SEGMENT_ALIGN>: Initialize them.
1242 * ldlang.c (lang_size_sections): Use them to avoid wasting virtual
1243 address space at DATA_SEGMENT_ALIGN. Fix computation of expected
1244 PT_GNU_RELRO segment end.
1245
2fbd2a87
NC
12462004-12-14 P.J. Darcy <darcypj@us.ibm.com>
1247
1248 * configure.tgt: Add s390x-ibm-tpf support.
1249
f2763b01
NC
12502004-12-16 Martin Kögler <mkoegler@auto.tuwien.ac.at>
1251
1252 * ldmisc.c (vfinfo): Handle the case where %B is passed a NULL
1253 BFD.
1254
cb9faf63
BE
12552004-12-07 Ben Elliston <bje@gnu.org>
1256
1257 * ldemul.h: Forward declare struct option.
1258
02f80eef
DS
12592004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
1260
1261 * scripttempl/pe.sc (.data): Add .jcr subsection.
1262
dea514f5
PB
12632004-11-30 Paul Brook <paul@codesourcery.com>
1264
1265 * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
1266
32118081
NC
12672004-11-30 Tero Niemela <tero_niemela@yahoo.com>
1268
1269 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
1270 * Makefile.in: Regenerate.
1271
33f362e1
NC
12722004-11-26 Melissa Mears <asterisk@graces.dricas.com>
1273
1274 * emultempl/pe.em: Add --subsystem:xbox as well as
1275 --subsystem:%d.
1276 * ld.texinfo: (ld_options): Document acceptance of subsystem xbox
1277 and numeric subsystems.
1278
3eda52aa
AM
12792004-11-24 Alan Modra <amodra@bigpond.net.au>
1280
1281 * ldexp.c (fold_name): Correct PR 338 fix.
1282
6b3221b4
MM
12832004-11-19 Mark Mitchell <mark@codesourcery.com>
1284
1285 * Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
1286 (earmelf_linux_eabi.c): New target.
1287 * configure.tgt (arm*-*-linux-gnueabi): Handle it.
1288 * emulparams/armelf_linux_eabi.sh: New file.
1289 * Makefile.in: Regenerated.
1290
9cd6d51a
NC
12912004-11-19 Nick Clifton <nickc@redhat.com>
1292
1293 PR 518
1294 * ld.texinfo (MEMORY): Update the descriptions of the ORIGIN and
1295 LENGTH fields in the MEMORY command, to explicitly state that
1296 symbols cannot be used in their expressions.
1297
3ec57632
NC
12982004-11-19 Jon Beniston <jon@beniston.com>
1299
1300 * ld/ldlex.l: Allow ORIGIN and LENGTH in EXPRESSION.
1301 * ld/ldgram.y: Add ORIGIN and LENGTH expressions.
4c52953f 1302 * ld/ldexp.c (fold_name): Implement LENGTH() and ORIGIN() functions
3ec57632
NC
1303 which return the length and origin of a memory.
1304 * ld/ld.texinfo: Document LENGTH() and ORIGIN() functions.
1305 * NEWS: Mention support for ORIGIN and LENGTH operators.
1306
b7693d02
DJ
13072004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
1308
1309 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Don't use
1310 a dynamic object for stubs.
1311
fc0e6df6
PB
13122004-11-04 Paul Brook <paul@codesourcery.com>
1313
1314 * ld.texinfo: Document --default-imported-symver.
1315 * ldmain.c (main): Set link_info.default_imported_symver.
1316 * lexsup.c (option_values): Add OPTION_DEFAULT_IMPORTED_SYMVER.
1317 (ld_options): Add --default-imported-symver.
1318 (parse_args): Handle OPTION_DEFAULT_IMPORTED_SYMVER.
1319
7499d566
NC
13202004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
1321 Vineet Sharma <vineets@noida.hcltech.com>
1322
1323 * Makefile.am: Add entries for new maxq-coff target.
1324 * Makefile.in: Regenerate.
1325 * configure.tgt: Add support for maxq.
1326 * emulparams/maxqcoff.sh: New File.
1327 * scripttempl/maxqcoff.sc: New linker script for target maxq.
1328 * NEWS: Mention the new target.
1329
7f266840
DJ
13302004-11-04 Daniel Jacobowitz <dan@debian.org>
1331
1332 * Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o.
1333 (earmelf_oabi.c): Remove rule.
1334 * configure.tgt: Remove arm-*-oabi and thumb-*-oabi.
1335 * emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files.
1336 * Makefile.in: Regenerated.
1337
a0055007
HPN
13382004-11-04 Hans-Peter Nilsson <hp@axis.com>
1339
1340 * configure.tgt (crisv32-*-*): Handle like cris-*-* for non-aout.
1341 * emulparams/criself.sh (INIT_START): Remove emitted "push srp".
1342 (FINI_START): Ditto.
1343 (INIT_END): Remove emitted "jump [sp+]".
1344 (FINI_END): Ditto.
1345
c5614fa4
AM
13462004-11-04 Alan Modra <amodra@bigpond.net.au>
1347
1348 * emultempl/ppc64elf.em (no_tls_opt): Rename from notlsopt.
1349 (no_opd_opt, no_toc_opt): New static vars.
1350 (ppc_before_allocation): Don't edit opt if no_opd_opt. Call
1351 ppc64_elf_edit_toc.
1352 (OPTION_NO_OPD_OPT, OPTION_NO_TOC_OPT): Define.
1353 (PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize.
1354 (PARSE_AND_LIST_OPTIONS): Describe new options.
1355 (PARSE_AND_LIST_ARGS_CASES): Handle them.
1356
7a5df8d0
NC
13572004-10-27 Nick Clifton <nickc@redhat.com>
1358
1359 * emultempl/alphaelf.em (alpha_after_parse): Add extra, NULL,
1360 parameter to invocation of lang_section_start.
1361 * emultempl/aix.em (_handle_option): Likewise.
c5614fa4 1362
7a5df8d0
NC
1363 * Makefile.am (eelf64alpha.c, eelf64alpha_fbsd.c,
1364 eelf64alpha_nbsd.c): Add dependency upon emultempl/alphaelf.em.
1365 * Makefile.in: Regenerate.
1366
6f372e19
MM
13672004-10-26 Mark Mitchell <mark@codesourcery.com>
1368
1369 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Do not emit
1370 __exidx_{start,end} when not relocating.
1371
ba916c8a
MM
13722004-10-25 Mark Mitchell <mark@codesourcery.com>
1373
1374 * Makefile.in (earmsymbian.c): Depend on armbpabi.sc, not elf.sc.
1375 * ldexp.h (segment_type): New type.
1376 (segments): New variable.
1377 * ldexp.c (segments): New variable.
1378 (exp_print_token): Handle SEGMENT_START.
1379 (fold_binary): Likewise.
1380 * ldgram.y (SEGMENT_START): Declare it as a token.
1381 (exp): Handle SEGMENT_START.
1382 * ldlang.h (lang_address_statement_type): Add segment field.
1383 (lang_section_start): Change prototype.
1384 * ldlang.c (map_input_to_output_sections): Do not process section
1385 assignments if a corresponding SEGMENT_START has already been
1386 seen.
1387 (lang_section_start): Add segment parameter.
1388 * ldlex.l (SEGMENT_START): Add it.
1389 * lexsup.c (seg_segment_start): New function.
1390 (parse_args): Use it for -Tbss, -Tdata, and -Ttext.
1391 * ld.texinfo (SEGMENT_START): Document it.
1392 * emulparams/armsymbian.sh (EMBEDDED): Set it.
1393 * scripttempl/armbpabi.sc: Use SEGMENT_START to control segment
1394 base addresses. Do not map relocations.
1395 * NEWS: Mention SEGMENT_START.
1396
3e3b46e5
PB
13972004-10-26 Paul Brook <paul@codesourcery.com>
1398
1399 * ld.texinfo: Document --default-symver.
1400 * ldmain.c (main): Set link_info.create_default_symver.
1401 * lexsup.c (enum option_values): Add OPTION_DEFAULT_SYMVER.
1402 (ld_options): Add default-symver.
1403 (parse_args): Handle OPTION_DEFAULT_SYMVER.
1404
7b0eaa22
DS
14052004-10-24 Danny Smith <dannysmith@users.sourceforge.net>
1406
1407 * pe-dll.c (process_def_file): Don't export all symbols by default if
1408 building a position-independent executable.
1409
dfeffb9f
L
14102004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1411
1412 PR 463
1413 * ldmain.c (reloc_overflow): Accept a pointer to struct
1414 bfd_link_hash_entry. Report symbol location for relocation
1415 overflow.
1416
dc4f76f8
L
14172004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1418
1419 * genscripts.sh (libpath.exp): Really generate for first
1420 emulation only.
1421
2a08daf3
DS
14222004-10-19 Danny Smith <dannysmith@users.sourceforge.net>
1423
1424 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Simplify
1425 comparison and replacement of filenames.
1426
532345f2
L
14272004-10-19 H.J. Lu <hongjiu.lu@intel.com>
1428
1429 PR 459
1430 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic
1431 option on linker script as the one for linker script.
1432
b58f81ae
DJ
14332004-10-16 Daniel Jacobowitz <dan@debian.org>
1434
1435 * ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)
1436 (check_excluded_libs): New.
1437 (load_symbols): Call check_excluded_libs.
1438 * ldlang.h (add_excluded_libs): New prototype.
1439 * emultempl/elf32.em (OPTION_EXCLUDED_LIBS): Define.
1440 (gld${EMULATION_NAME}_add_options): Add --exclude-libs.
1441 (gld${EMULATION_NAME}_handle_option): Handle --exclude-libs.
1442 * ld.texinfo (Command Line Variables): Document --exclude-libs.
1443 (Options Specific to i386 PE Targets): Remove --exclude-libs.
1444
95c148b4
AM
14452004-10-15 Alan Modra <amodra@bigpond.net.au>
1446
c468c8bc
AM
1447 * ldexp.c (exp_fold_tree): Don't immediately exit ld on a
1448 failing link script assert.
1449
95c148b4
AM
1450 * ldctor.c (ldctor_add_set_entry): Fix comment typo.
1451
951e9133
L
14522004-10-14 H.J. Lu <hongjiu.lu@intel.com>
1453
1454 PR 445
1455 * emulparams/elf64_ia64.sh (SMALL_DATA_CTOR): Set.
1456 (SMALL_DATA_DTOR): Set.
1457 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
1458 (SMALL_DATA_DTOR): Unset.
1459 * scripttempl/elf.sc: If SMALL_DATA_CTOR is set, move .ctors
1460 after .data. If SMALL_DATA_DTOR is set, move .dtors after
1461 .data.
1462
afd7a018
AM
14632004-10-14 Alan Modra <amodra@bigpond.net.au>
1464
1465 PR 63
1466 * ldlang.h (lang_output_section_statement_type): Make "next" a
1467 struct lang_output_section_statement_struct *.
1468 (struct orphan_save): Move from elf32.em. Add "name" and "flags".
1469 (lang_output_section_find_by_flags, lang_insert_orphan): Declare.
1470 * ldlang.c (lang_output_section_find_1): Adjust for changed
1471 output_section_statement "next".
1472 (strip_excluded_output_sections): Likewise.
1473 (lang_record_phdrs): Likewise.
1474 (lang_output_section_find_by_flags): New function.
1475 (output_prev_sec_find): Move from pe.em. Adjust iterator.
1476 (lang_insert_orphan): New function. Tail end of elf32.em's
1477 place_orphan merged with that from pe.em. Allow bfd_section to
1478 be placed first. New heuristic for placing new output section
1479 statement in existing script, and accompanying split of __start
1480 symbol alignment into a separate assignment to dot.
1481 (lang_add_section): Consistently use output->bfd_section rather than
1482 an alias, section->output_section.
1483 (map_input_to_output_sections): Rename overly long arg. Move
1484 initialization of data_statement output section to here..
1485 (lang_check_section_addresses): ..from here.
1486 (print_assignment): Correct printing of etree_assert.
1487 (print_all_symbols): Don't bomb if userdata is NULL.
1488 (IGNORE_SECTION): Rearrange.
1489 * emultempl/elf32.em (output_rel_find): Adjust interator.
1490 (output_prev_sec_find): Delete.
1491 (struct orphan_save): Delete.
1492 (gld${EMULATION_NAME}_place_orphan): Cater for zero bfd_section
1493 flags without creating a duplicate output section statement.
1494 Revise code holding history of various orphan section placements.
1495 Allow orphan sections to place before script specified output
1496 sections. Call lang_output_section_find_by_flags when placement
1497 by name fails. Use lang_insert_orphan.
1498 * emultempl/mmo.em (output_prev_sec_find): Delete.
1499 (struct orphan_save): Delete.
1500 (mmo_place_orphan): Revise code holding history of orphan placement.
1501 Allow orphans to place before existing output sections. Use
1502 lang_insert_orphan.
1503 * emultempl/pe.em (output_prev_sec_find): Delete.
1504 (struct orphan_save): Delete.
1505 (gld_${EMULATION_NAME}_place_orphan): Revise to suit use of
1506 lang_insert_orphan.
1507
c0042f5d
MM
15082004-10-13 Mark Mitchell <mark@codesourcery.com>
1509
1510 * scripttempl/armbpabi.sc: Do not put .gnu.version.* into a
1511 loadable segment.
1512
1af699f4
AM
15132004-10-13 Alan Modra <amodra@bigpond.net.au>
1514
1515 PR 44
09c112da
AM
1516 * ldcref.c (check_section_sym_xref): Delete.
1517 (check_local_sym_xref): New function.
1518 (check_nocrossrefs): Adjust call.
1af699f4
AM
1519 * emultempl/pe.em (struct orphan_save): Add os_tail.
1520 (place_orphan): Backport assorted fixes from elf32.em.
1521
7fa3d080
BW
15222004-10-12 Bob Wilson <bob.wilson@acm.org>
1523
1524 * emultempl/xtensaelf.em: Use ISO C90 formatting.
1525
d3989512
JJ
15262004-10-11 Jakub Jelinek <jakub@redhat.com>
1527
563f4125
JJ
1528 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_ld_so_conf): Avoid
1529 getline for portability.
1530
d3989512
JJ
1531 * emultempl/elf32.em (gld${EMULATION_NAME}_ld_so_conf): New structure.
1532 (gld${EMULATION_NAME}_parse_ld_so_conf,
1533 gld${EMULATION_NAME}_parse_ld_so_conf_include): New functions.
1534 (gld${EMULATION_NAME}_check_ld_so_conf): Use them.
1535
6c0c5b1e
AM
15362004-10-11 Alan Modra <amodra@bigpond.net.au>
1537
1538 PR 423
1539 * ldfile.c (ldfile_try_open_bfd): Ensure dynamic objects are
1540 rejected when linking statically.
1541
d2b2c203
DJ
15422004-10-08 Daniel Jacobowitz <dan@debian.org>
1543
1544 * configure.tgt: Include elf_x86_64 for i[3-7]86-*-solaris2*.
1545
43cd72b9
BW
15462004-10-07 Bob Wilson <bob.wilson@acm.org>
1547
1548 * ld.texinfo (Xtensa): Describe new linker relaxation to optimize
1549 assembler-generated longcall sequences. Describe new --size-opt
1550 option.
1551 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
1552 * emultempl/xtensaelf.em (remove_section,
1553 replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
1554 elf_xtensa_after_open): New.
1555 (OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
1556 OPTION_NO_LITERAL_MOVEMENT): Define.
1557 (elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
1558 (PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
1559 (PARSE_AND_LIST_OPTIONS): Add --size-opt.
1560 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
1561 OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
1562 (LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
1563 * scripttempl/elfxtensa.sc: Update with changes from elf.sc.
1564 * Makefile.am (eelf32xtensa.c): Update dependencies.
1565 * Makefile.in: Regenerate.
1566
8fdd7217 15672004-10-07 Jeff Baker <jbaker@qnx.com>
6c0c5b1e 1568
8fdd7217
NC
1569 * lexsup.c: Handle --warn-shared-textrel option.
1570 (ld_options): Restore alpha sorting of options.
1571 * ldmain.c (main): Initialise warn_shared_info field to FALSE.
1572 * ld.texinfo: Add documentation for --warn-shared-textrel.
1573 * NEWS: Added mention of --warn-shared-textrel option.
1574
339207f8 15752004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6c0c5b1e 1576
339207f8 1577 * emultempl/crxelf.em (disable_relaxation): Add.
6c0c5b1e 1578 (crxelf_before_allocation): Enable --relax option by default.
339207f8
TL
1579 (PARSE_AND_LIST_PROLOGUE): Add OPTION_NO_RELAX.
1580 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --no-relax.
1581 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NO_RELAX.
1582
bcaa7b3e
L
15832004-10-04 H.J. Lu <hongjiu.lu@intel.com>
1584
1585 * NEWS: Mention SORT_BY_NAME, SORT_BY_ALIGNMENT and
1586 --sort-section name|alignment.
1587
1588 * ld.texinfo: Document SORT_BY_NAME, SORT_BY_ALIGNMENT and
1589 --sort-section name|alignment.
1590
1591 * ld.h (sort_type): New enum.
1592 (wildcard_spec): Change the type of `sorted' to sort_type.
1593
1594 * ldgram.y (SORT): Removed.
1595 (SORT_BY_NAME): Added.
1596 (SORT_BY_ALIGNMENT): Added.
1597 (wildcard_spec): Updated `sorted'. Handle SORT_BY_NAME and
1598 SORT_BY_ALIGNMENT.
1599 (input_section_spec_no_keep): Updated `sorted'.
1600 (statement): Replace SORT with SORT_BY_NAME.
1601
1602 * ldlang.c (compare_section): New function to compare 2
1603 sections with different sorting schemes.
1604 (wild_sort): Updated. Use compare_section.
1605 (update_wild_statements): New function.
1606 (lang_process): Call update_wild_statements before
1607 map_input_to_output_sections.
1608
1609 * ldlex.l (SORT_BY_NAME): New.
1610 (SORT_BY_ALIGNMENT): New.
1611 (SORT): Return SORT_BY_NAME.
1612
1613 * ldmain.c (sort_section): New. Defined.
1614 (main): Initialize it to none.
1615
1616 * lexsup.c (option_values): Add OPTION_SORT_SECTION.
1617 (ld_options): Add an entry for OPTION_SORT_SECTION.
1618 (parse_args): Handle OPTION_SORT_SECTION.
1619
1620 * mri.c (mri_draw_tree): Updated `sorted'.
1621
a4f5ad88
JJ
16222004-10-04 Jakub Jelinek <jakub@redhat.com>
1623
1624 * ldgram.y (DATA_SEGMENT_RELRO_END): Add one argument.
1625 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_END): Add 0 as first
1626 argument.
1627 (DATA_SEGMENT_RELRO_GOTPLT_END): Pass $SEPARATE_GOTPLT as first
1628 and . as second argument.
1629 (GOTPLT): Move $DATA_SEGMENT_RELRO_GOTPLT_END before the section.
1630 * ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here.
1631 (fold_binary): Add it here. Insert padding to make relro_end
1632 COMMONPAGESIZE bytes aligned. For DATA_SEGMENT_ALIGN in
1633 exp_dataseg_relro_adjust phase just use previously computed
1634 exp_data_seg.base.
1635 * ldlang.c (lang_size_sections): Set exp_data_seg.base for
1636 relro_adjust here. Call lang_size_sections_1 once more if there
1637 was too big padding at DATA_SEGMENT_RELRO_END.
1638 * ld.texinfo (DATA_SEGMENT_RELRO_END): Add documentation.
1639
40a18ebd
NC
16402004-10-01 Paul Brook <paul@codesourcery.com>
1641
1642 * emulparams/armelf.sh: Add unwinding table sections.
1643
db8acf26
NC
16442004-09-30 Filip Navara <navaraf@reactos.com>
1645
1646 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate
1647 correct base address for position independant executables.
1648 * pe-dll.c (pe_dll_fill_sections): Don't mark position independant
1649 executables as DLLs.
1650
eeac373a
PB
16512004-09-30 Paul Brook <paul@codesourcery.com>
1652
1653 * ld.texinfo: Document --target2=abs.
1654 * emulparms/armsymbian.sh (TARGET2_TYPE): Set.
1655
1ee7cf4c
NC
16562004-09-29 Nick Clifton <nickc@redhat.com>
1657
1658 * scripttempl/xstormy16.sc: Only perform the assignments to the
1659 ROM region when not performing a relocatable link. The ROM region
1660 does not start at address 0, but the sections will.
1661 * Makefile.am: Fix linker script dependency for the generation of
1662 eelf32xstormy16.c.
1663 * Makefile.in: Regenerate.
1664
03098a9a
CF
16652004-09-18 Filip Navara <navaraf@reactos.com>
1666
1667 * emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
1668 emulparams/i386pe_posix.sh, emulparams/mcorepe.sh,
1669 emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define
1670 TARGET_PAGE_SIZE.
1671 * scripttempl/pe.sc: Make the virtual address and file offset synced if
1672 the alignment is lower than the target page size.
1673
f2d3750d
CF
16742004-09-27 Filip Navara <navaraf@reactos.com>
1675
1676 * emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
1677 def_file_parse to handle pe_def_file if NULL and prevent crash with
1678 invalid .def files.
1679
a23d8409
AM
16802004-09-27 Alan Modra <amodra@bigpond.net.au>
1681
1682 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
1683 --emit-stub-syms automatically when --emit-relocs.
1684
7b89fa29
PB
16852004-09-24 Paul Brook <paul@codeosurcery.com>
1686
1687 * scripttempl/elf.sc: Keep .preinit_array, .init_array and
1688 .fini_array sections.
1689
e2a68bcc
AS
16902004-09-19 Andreas Schwab <schwab@suse.de>
1691
1692 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Adjust data segment
1693 base so that relro end is suitably aligned.
1694
3674e28a
PB
16952004-09-17 Paul Brook <paul@codesourcery.com>
1696
1697 * ld.texinfo: Rename arm-specific section. Document --target*
1698 * emulparams/armelf_fbsd.sh: Set TARGET2_TYPE.
1699 * emulparams/armelf_linux.sh: Ditto.
1700 * emulparams/armelf_nbsd.sh: Ditto.
1701 * emultempl/armelf.em: Set default for TARGET2_TYPE.
1702 (target2_type): New variable.
1703 (arm_elf_before_allocation): Don't pass target1_type.
1704 (arm_elf_create_output_section_statements): New function.
1705 (PARSE_AND_LIST_PROLOGUE): Add OPTION_TARGET2.
1706 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --target=.
1707 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_TARGET2.
1708 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Set.
1709 * emultempl/armelf_oabi.em (_before_allocation): Remove extra
1710 argument to bfd_elf32_arm_process_before_allocation.
1711
f6e332e6
AM
17122004-09-17 Alan Modra <amodra@bigpond.net.au>
1713
1714 * ldexp.c (fold_name): Update u.undef.next refs.
1715 * emultempl/pe.em: Likewise.
1716 * emultempl/sunos.em: Likewise.
1717
9c933e04
AM
17182004-09-17 Alan Modra <amodra@bigpond.net.au>
1719
1720 * Makefile.am: Run "make dep-am".
1721 * Makefile.in: Regenerate.
1722 * config.in: Regenerate.
1723 * configure: Regenerate.
1724 * aclocal.m4: Regenerate.
1725 * po/ld.pot: Regenerate.
1726
1fa32646
TL
17272004-09-16 Tomer Levi <Tomer.Levi@nsc.com>
1728
9c933e04
AM
1729 * scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*.
1730 (.fini): Likewise.
1731 (.jcr): Likewise.
1fa32646 1732
b6ee372a
AM
17332004-09-16 Alan Modra <amodra@bigpond.net.au>
1734
1735 * emultempl/armelf_oabi.em (before_allocation): Add extra zero param
1736 to bfd_elf32_arm_process_before_allocation call.
1737
9c504268
PB
17382004-09-13 Paul Brook <paul@codesourcery.com>
1739
1740 * emulparams/armsymbian.sh: Set TARGET1_IS_REL.
1741 * emultempl/armelf.em: Use TARGET1_IS_REL. Add --target1-{rel,abs}.
1742
d15b04bd
L
17432004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1744
1745 * configure: Regenerated with autconfig 2.13.
1746
875c4330
AS
17472004-09-07 Andreas Schwab <schwab@suse.de>
1748
1749 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
1750 alignment before adjusting DATA_SEGMENT_RELRO_END.
1751
229fcec5
MM
17522004-09-06 Mark Mitchell <mark@codesourcery.com>
1753
1754 * emulparams/armsymbian.sh: Use armbpabi script.
1755 * scripttempl/armbpabi.sc: New script.
1756
e5a52504
MM
17572004-09-02 Mark Mitchell <mark@codesourcery.com>
1758
1759 * Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
1760 (earmsymbian.c): New target.
1761 * configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
1762 * Makefile.in: Regenerated.
1763 * aclocal.m4: Likewise.
1764 * configure: Likewise.
1765 * emulparams/armsymbian.sh: New file.
1766
42851540
NC
17672004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
1768
1769 * scripttempl/elf32crx.sc: Edit file with comments.
1770 (.init): Add new section.
1771 (.fini): Likewise.
1772 (.ctor): Control the linkage order.
1773 (.dtor): Likewise.
1774
c034e3e0
NC
17752004-08-27 Nick Clifton <nickc@redhat.com>
1776
1777 * emultempl/pe.em (after_open): Do not assume that either bfd is
9c933e04 1778 an archive.
c034e3e0 1779
688c58f3
AM
17802004-08-26 Alan Modra <amodra@bigpond.net.au>
1781
1782 * ldlang.c (lang_init): Don't compare with TRUE.
1783
b18c562e
NC
17842004-08-25 Dmitry Diky <diwil@spec.ru>
1785
1786 * emulparams/msp430all.sh: Fix RAM sizes for all targets.
1787 * scripttempl/elf32msp430.sc: Add .profiler section definition.
1788
61f5d054
L
17892004-08-24 H.J. Lu <hongjiu.lu@intel.com>
1790
1791 * ldlang.c (wildcardp): Defined as a macro with strpbrk.
1792
e77d3d77
MM
17932004-08-19 Mark Mitchell <mark@codesourcery.com>
1794
1795 * configure.tgt (arm*-*-symbianelf*): New target.
1796 (arm*-*-eabi*): Likewise.
1797
3f764659
JJ
17982004-08-19 Jakub Jelinek <jakub@redhat.com>
1799
1800 * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
1801 (ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
1802 (OPTION_NON_OVERLAPPING_OPD): Define.
1803 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
1804 --non-overlapping-opd option.
1805
a010d60f
AM
18062004-08-18 Alan Modra <amodra@bigpond.net.au>
1807
1808 PR 338
1809 * ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
1810 was already on the undefs list.
1811
c4e33880
AM
18122004-08-17 Alan Modra <amodra@bigpond.net.au>
1813
1814 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
1815 prefix the symbol field too.
1816
d003868e
AM
18172004-08-13 Alan Modra <amodra@bigpond.net.au>
1818
1819 * ldmain.c (link_callbacks): Remove "error_handler".
1820 * ldmisc.c: Include elf-bfd.h.
1821 (vfinfo): Sort comment. Handle %A. Use %A instead of
1822 bfd_get_section_indent.
1823 (error_handler): Delete.
1824 * ldmisc.h (error_handler): Delete declaration.
1825
99877b66
AM
18262004-08-10 Alan Modra <amodra@bigpond.net.au>
1827
1828 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
1829 ppc64_elf_restore_symbols.
1830
40e45c8b
AM
18312004-08-09 Alan Modra <amodra@bigpond.net.au>
1832
1833 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
1834 .toc is too large on relocatable linking.
1835
ccfa59ea
AM
18362004-08-09 Alan Modra <amodra@bigpond.net.au>
1837
1838 * emultempl/ppc64elf.em (ppc_after_open): Delete.
1839 (LDEMUL_AFTER_OPEN): Don't define.
1840
93fd0973
SC
18412004-08-02 Stephane Carrez <stcarrez@nerim.fr>
1842
1843 * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
1844
f1b123db
SC
18452004-08-01 Stephane Carrez <stcarrez@nerim.fr>
1846
1847 * scripttempl/elfm68hc12.sc: Align text, rodata and data section
1848 on power of 2.
1849
e7fbc2bf
JT
18502004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
1851
1852 * emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
1853
c05e9f04
NC
18542004-07-26 Dmitry Diky <diwil@spec.ru>
1855
1856 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
1857 msp430x1612, msp430x415, msp430x417, msp430xG437, msp430xG438,
1858 msp430xG439.
1859 * configure.tgt: Likewise.
1860 * emulparams/msp430all.sh: Likewise.
1861 * Makefile.in: Regenerate.
1862
9f61903d
NC
18632004-07-23 Nick Clifton <nickc@redhat.com>
1864
1865 * emultempl/elf32.em (_place_orphan): Use an already existing
1866 section name if that section does not have any flags set.
1867
082b7297
L
18682004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1869
1870 * ldlang.c (already_linked_hash_entry): Removed.
1871 (already_linked): Likewise.
1872 (already_linked_table): Likewise.
1873 (section_already_linked): Call bfd_section_already_linked.
1874 (lang_process): Replace already_linked_table_init with
1875 bfd_section_already_linked_table_init and check return. Replace
1876 already_linked_table_free with bfd_section_already_linked_table_free.
1877
76d7af2d
NC
18782004-07-21 Nick Clifton <nickc@redhat.com>
1879
1880 * ldlang.c (init_os): Make sure that the newly allocated userdata
1881 structure is zeroed out.
1882
14b3c463
L
18832004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1884
1885 * NEWS: Mention the new --add-needed/--no-add-needed and
1886 --as-needed/--no-as-needed options.
1887
e56f61be
L
18882004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1889
1890 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also
1891 check the add_needed field.
1892 (dt_needed): New struct.
1893 (gld${EMULATION_NAME}_try_needed): Change the first argument
1894 to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED
1895 bit in the file where the DT_NEEDED entry comes from.
1896 (gld${EMULATION_NAME}_search_needed): Change the second
1897 argument to a pointer to struct dt_needed.
1898 (gld${EMULATION_NAME}_check_ld_so_conf): Updated.
1899 (gld${EMULATION_NAME}_after_open): Likewise.
1900
1901 * ld.texinfo: Add --add-needed document.
1902 * ldlang.c (new_afile): Set p->add_needed.
1903 * ldlang.h (lang_input_statement_type): Add add_needed field.
1904 * ldmain.h (add_needed): Declare.
1905 * ldmain.c (add_needed): New global var.
1906 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and
1907 OPTION_NO_ADD_NEEDED.
1908 (ld_options): Likewise.
1909 (parse_args): Handle them.
1910
c99b8138
NC
19112004-07-13 Christof Petig <christof@petig-baender.de>
1912
1913 * emultempl/pe.em (make_import_fixup): Use bfd_get_32 to correct
1914 for endian-ness of extracted addend.
1915
13ed4151
NC
19162004-07-13 Danny Smith <dannysmith@usesr.sourceforge.net>
1917
1918 * pe-dll.c (auto_export): Filter on just the import prefix,
1919 "_imp_", not "_imp__".
1920
1a320fbb
NC
19212004-07-09 Nick Clifton <nickc@redhat.com>
1922
1923 * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
1924
1fe1f39c
NC
19252004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
1926
1927 * Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
1928 (eelf32crx.c): New target.
1929 * Makefile.in: Regenerate.
1930 * configure.tgt: Handle crx-*-elf*.
1931 * emulparams/elf32crx.sh: New file.
1932 * emultempl/crxelf.em: New file.
1933 * scripttempl/elf32crx.sc: New file.
1934 * NEWS: Mention new target.
1935
85fbca6a
NC
19362004-07-06 Nick Clifton <nickc@redhat.com>
1937
1938 * Makefile.am: Add eshlsymbian.c.
1939 * Makefile.in: Regenerate.
1940 * configure.tgt: Add sh*-symbian-elf target.
1941 * emulparams/shlsymbian.sh: New file. Configure the
1942 sh-symbian-elf linker scripts.
1943 * scripttemp/elf32sh-symbian.sc: New file. Linker script
1944 template for the sh-symbian-elf target.
1945
b71a5181
DA
19462004-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1947
1948 * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
1949 * emulparams/hppalinux.sh: Likewise.
1950 * scripttempl/elf.sc: Place .plt just before .got when .plt is in
1951 data segment and PLT_BEFORE_GOT is defined.
1952
c87db184
CF
19532004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1954
1955 * ld.texinfo (WIN32): Document PE weak symbols.
1956
f6a8ae81
KK
19572004-07-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1958
1959 * emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
1960
b602c853
L
19612004-07-01 H.J. Lu <hongjiu.lu@intel.com>
1962
1963 * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
1964 the section.
1965
1a23a9e6
AM
19662004-06-29 Alan Modra <amodra@bigpond.net.au>
1967
1968 * ldlang.c (lang_reset_memory_regions): Save last relax pass section
1969 size in rawsize.
1970
eea6121a
AM
19712004-06-24 Alan Modra <amodra@bigpond.net.au>
1972
1973 * ldlang.c (print_output_section_statement): Don't print size before
1974 relaxation.
1975 (IGNORE_SECTION): Remove bfd arg. Update all callers.
1976
1977 * ldexp.c (fold_name): .. See below.
1978 * ldlang.c (section_already_linked, print_output_section_statement,
1979 print_input_section, insert_pad, size_input_section,
1980 lang_check_section_addresses, lang_size_sections_1,
1981 lang_size_sections, lang_do_assignments_1, lang_set_startof,
1982 lang_one_common, lang_reset_memory_regions, lang_process,
1983 lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
1984 * ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
1985 * pe-dll.c (process_def_file, generate_reloc): ..
1986 * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
1987 gld${EMULATION_NAME}_before_allocation): ..
1988 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
1989 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
1990 sh64_elf_${EMULATION_NAME}_after_allocation): ..
1991 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
1992 * emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
1993 ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
1994 "size" instead of "_raw_size" and "_cooked_size". Expand
1995 bfd_section_size macro invocations.
1996
552f8272
CF
19972004-06-22 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1998
1999 * ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
2000 ___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
2001 ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
2002 ___crt_xt_end__.
2003 (.tls): Define ___tls_start__ and ___tls_end__.
2004
aee6f5b4
AO
20052004-06-21 Alexandre Oliva <aoliva@redhat.com>
2006
2007 * emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
2008
eea6121a 20092004-06-18 Adam Nemet <anemet@lnxw.com>
f234d5fe 2010
eea6121a
AM
2011 * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
2012 * configure: Regenerate.
f234d5fe 2013
dfff4fbe
JJ
20142004-06-15 Jakub Jelinek <jakub@redhat.com>
2015
2016 * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
2017 .gcc_except_table output sections lost accidentally with
2018 -z relro patch.
2019
a9e0c0c6
AM
20202004-06-15 Alan Modra <amodra@bigpond.net.au>
2021
2022 * ldwrite.c (build_link_order): Use bfd_get_section_size
2023 instead of bfd_get_section_size_before_reloc or _raw_size.
2024 * pe-dll.c (process_def_file): Likewise.
2025
7115639b
AM
20262004-06-14 Alan Modra <amodra@bigpond.net.au>
2027
2028 From Richard Wirth <r.wirth@wirthware.de>
2029 * ldlang.c (lang_finish): Don't free lang_definedness_table.
2030
9ca57817
AM
20312004-05-29 Alan Modra <amodra@bigpond.net.au>
2032
2033 * ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
2034 (lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
2035
164e712d
AM
20362004-05-28 Alan Modra <amodra@bigpond.net.au>
2037
6feb9908
AM
2038 * ldlang.c: Formatting. Wrap long lines, expand bfd_get_section_flags
2039 throughout file.
2040 * lexsup.c: Formatting. Wrap long lines.
2041 * ldwrite.c: Update copyright date.
2042
164e712d
AM
2043 * ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
2044 (output_section_callback): Nor SEC_KEEP here.
2045 (gc_section_callback): Twiddle SEC_EXCLUDE here.
2046 (lang_gc_wild): Delete. Fold into..
2047 (lang_gc_sections_1): ..here. Only call bfd_gc_sections when garbage
2048 collecting.
2049 (lang_process): Always call lang_gc_sections.
2050 (lang_place_orphans): Handle SEC_EXCLUDE sections.
2051 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
2052 SEC_EXCLUDE code.
2053
b3096250
L
20542004-05-26 H.J. Lu <hongjiu.lu@intel.com>
2055
2056 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
2057 SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
2058 * ldlang.c (lang_add_section): Likewise.
2059
e49f5022
AM
20602004-05-26 Alan Modra <amodra@bigpond.net.au>
2061
2062 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
2063 sections when doing a final link. Clear SEC_EXCLUDE when doing
2064 a relocable link, except for SEC_DEBUGGING sections.
2065 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
2066 same condition here to drop SEC_EXCLUDE orphan sections.
2067
57ceae94
AM
20682004-05-25 Alan Modra <amodra@bigpond.net.au>
2069
2070 * ldlang.c (lang_process): Call bfd_merge_sections later, and
2071 only when not a relocatable link.
2072 (print_input_section): Handle SEC_EXCLUDE sections.
2073 (size_input_section): Don't update dot on SEC_EXCLUDE sections.
2074 (lang_do_assignments_1): Likewise.
2075 * ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
2076 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
2077 * emultempl/hppaelf.em (build_section_lists): Likewise.
2078 * emultempl/ppc64elf.em (build_toc_list): Likewise.
2079 (build_section_lists): Likewise.
2080
a85785bc
AS
20812004-05-23 Andreas Schwab <schwab@suse.de>
2082
2083 * ld.texinfo (Options): Fix typo in last change.
2084
2d643429
NC
20852004-05-21 Andy Chittenden <achittenden@bluearc.com>
2086
2087 * ld.h (ld_config_type): Add new field: hash_table_size.
2088 * ldmain.c: Initialise the new field to zero. If it is non-zero
2089 after parsing the linker's command line call
2090 bfd_hash_set_default_size.
2091 * lexsup.c (option_values): Add OPTION_HASH_SIZE.
2092 (ld_options): Add hash-size.
2093 (parse_args): Parse --hash-size option. Allow
2094 --reduce-memory-overheads to set the default hash table size as
2095 well.
2096 * ld.texinfo: Document the new switch. Also mention that
2097 --reduce-memory-overheads can affect the hash table size.
2098 * NEWS: Mention the new feature.
2099
35835446
JR
21002004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
2101
2102 * NEWS: Mention new linker map file generation and the
2103 --reduce-memory-overheads option.
2104 * ld.texinfo: Document --reduce-memory-overheads option.
2105 * ld.h (map_symbol_def): New struct.
2106 (struct user_section_struct, section_userdata_type): Rename to:
2107 (struct lean_user_section_struct, lean_section_userdata_type).
2108 (struct fat_user_section_struct, fat_section_userdata_type): New.
2109 (SECTION_USERDATA_SIZE): Define.
2110 (args_type): New member reduce_memory_overheads.
2111 * ldlang.c (map_obstack): New static variable.
2112 (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
2113 (lang_map): Unless command_line.reduce_memory_overheads is set,
2114 initialize lists of defined symbols for each section.
2115 (print_input_section): Unless command_line.reduce_memory_overheads
2116 is set, use print_all_symbols.
2117 (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
2118 * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
2119 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
2120 (ld_options): Add entry for --reduce-memory-overheads.
2121 (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
2122
0841712e
JJ
21232004-05-19 Jakub Jelinek <jakub@redhat.com>
2124
2125 * ldgram.y (sect_constraint): New.
2126 (ONLY_IF_RO, ONLY_IF_RW): New tokens.
2127 (section): Add sect_constraint. Pass additional argument
2128 to lang_enter_output_section_statement.
2129 * mri.c (mri_draw_tree): Pass additional argument to
2130 lang_enter_output_section_statement.
2131 * emultempl/pe.em (place_orphan): Likewise.
2132 (output_prev_sec_find): Disregard output section statements with
2133 constraint == -1.
2134 * emultempl/mmo.em (output_prev_sec_find): Likewise.
2135 (mmo_place_orphan): Pass additional argument to
2136 lang_enter_output_section_statement.
2137 * emultempl/elf32.em (output_prev_sec_find): Disregard output section
2138 statements with constraint == -1.
2139 (place_orphan): Pass additional argument to
2140 lang_enter_output_section_statement.
2141 * ldlang.c (lang_enter_overlay_section): Likewise.
2142 (lang_output_section_find_1): New.
2143 (lang_output_section_find): Use it.
2144 (lang_output_section_statement_lookup_1): New.
2145 (lang_output_section_statement_lookup): Use it.
2146 (check_section_callback, check_input_sections): New.
2147 (map_input_to_output_sections): Check if all input sections
2148 are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
2149 (strip_excluded_output_sections): Disregard output section statements
2150 with constraint == -1.
2151 (lang_record_phdrs): Likewise.
2152 (lang_enter_output_section_statement): Add constraint argument.
2153 Use lang_output_section_statement_lookup_1.
2154 * ldlang.h (lang_output_section_statement_type): Add constraint
2155 and all_input_readonly fields.
2156 (lang_enter_output_section_statement): Adjust prototype.
2157 * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
2158 * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
2159 segment if all input sections are readonly.
2160
eea6121a 21612004-05-19 Adam Nemet <anemet@lnxw.com>
f2c50328
NC
2162
2163 * scripttempl/i386lynx.sc: Remove file.
2164
2a16d82a
BW
21652004-05-17 Bob Wilson <bob.wilson@acm.org>
2166
2167 * ld.texinfo (Output Section Address): Correct subsection name.
2168
eea6121a 21692004-05-17 Adam Nemet <anemet@lnxw.com>
b2d65c0b
NC
2170
2171 * configure.tgt (powerpc-*-lynxos* case): New case.
2172 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
2173 * emulparams/ppclynx.sh: New file.
2174 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
2175 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
2176 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
2177 (eppclynx.c): New rule.
2178 * Makefile.in: Regenerate.
2179
4b363073
NC
21802004-05-13 Joel Sherrill <joel@oarcorp.com>
2181
2182 * configure.tgt (or32-*-rtems*): Switch to elf and
2183 support versioned targets.
2184
9598fbe5
NC
21852004-05-13 Nick Clifton <nickc@redhat.com>
2186
2187 * po/fr.po: Updated French translation.
2188
8c37241b
JJ
21892004-05-11 Jakub Jelinek <jakub@redhat.com>
2190
2191 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
2192 for binaries, -shared and -pie.
2193 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
2194 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
2195 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
2196 (OTHER_RELRO_SECTIONS): ... this.
2197 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
2198 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
2199 -z relro and -z norelro.
2200 (gld${EMULATION_NAME}_list_options): Add it to usage.
2201 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
2202 -z relro scripts when appropriate.
2203 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
2204 Create separate .got.plt section if SEPARATE_GOTPLT.
2205 Move sections which are only written during relocation handling
2206 to the beginning of RW segment. If NO_SMALL_DATA, move .got
2207 before .data. Add DATA_SEGMENT_RELRO_END directive.
2208 Include OTHER_RELRO_SECTIONS.
2209 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
2210 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
2211 (fold_unary): Likewise.
2212 (fold_binary): Handle -z relro.
2213 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
2214 exp_dataseg_relro_adjust phases. Add relro_end field.
2215 * ldmain.c (main): Initialize link_info.relro to FALSE.
2216 * ldlang.c (lang_size_sections): Handle -z relro.
2217
e21059f2
MM
22182004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
2219
2220 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
2221
5f9b8920
JR
22222004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
2223
2224 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
2225 before printing it with %W.
2226
26d2d8a2 22272004-05-07 Brian Ford <ford@vss.fsi.com>
eea6121a 2228 DJ Delorie <dj@redhat.com>
26d2d8a2
BF
2229
2230 * emultempl/pe.em (real_flags): New static.
2231 (OPTION_LARGE_ADDRESS_AWARE): New define.
2232 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
2233 (gld_${EMULATION_NAME}_list_options): Likewise.
2234 (gld${EMULATION_NAME}_handle_option): Likewise.
2235 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
2236 * ld.texinfo: Document it.
2237 * NEWS: Mention it.
2238
1b169501
BF
22392004-05-07 Brian Ford <ford@vss.fsi.com>
2240
2241 * NEWS: Mention DWARF 2 support for i386pe.
2242
41cf0c62
AO
22432004-05-05 Alexandre Oliva <aoliva@redhat.com>
2244
2245 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
2246 elf32-frvfdpic.
2247
d0d6a25b
AM
22482004-04-30 Alan Modra <amodra@bigpond.net.au>
2249
2250 * ldlang.c (unique_section_p): Pass section parm, return true on
2251 group sections.
2252 (output_section_callback): Adjust.
2253 * ldlang.h (unique_section_p): Update prototype.
2254 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
2255
755306be
EB
22562004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
2257
eea6121a 2258 * ld.texinfo (--gc-sections): Remove restriction for
755306be
EB
2259 dynamic linking.
2260
8a7140c3
NC
22612004-04-29 Brian Ford <ford@vss.fsi.com>
2262
2263 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
2264 for DWARF 2/3. Update stab section's syntax.
2265
2f9636ba
AM
22662004-04-29 Alan Modra <amodra@bigpond.net.au>
2267
2268 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
2269 (fill_edata): Correct pointer arithmetic.
2270
23867d67
CD
22712004-04-21 Chris Demetriou <cgd@broadcom.com>
2272
2273 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
2274 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
2275 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
2276 (EXTRA_EM_FILE): Use mipsecoff.em
2277 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
2278 (EXTRA_EM_FILE): Use mipsecoff.em
2279 * emultempl/mipsecoff.em: Restructure to be included as an
2280 extra emulation file.
2281 (check_sections, gld${EMULATION_NAME}_after_open)
2282 (gld${EMULATION_NAME}_after_allocation)
2283 (gld${EMULATION_NAME}_get_script)
2284 (ld_${EMULATION_NAME}_emulation): Remove
2285 (gld${EMULATION_NAME}_before_parse): Rename to...
2286 (mipsecoff_before_parse): This.
2287 (LDEMUL_BEFORE_PARSE): Define.
2288 * emultempl/mipself.em: Remove file.
2289 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
2290 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
2291 these symbols.
2292 * Makefile.am: Remove dependencies on emultempl/mipself.em.
2293 * Makefile.in: Regenerate.
2294
1502569c
NC
22952004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
2296
2297 * ld.texinfo (synthesizing on H8/300): Information about linker
2298 relaxation support for bit manipulation instructions and system
2299 control instructions is added.
2300
c894ddfb
HPN
23012004-04-21 Hans-Peter Nilsson <hp@axis.com>
2302
2303 * NEWS: Mention change in DEFINED semantics.
2304
a85bf78e
EB
23052004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
2306
2307 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
2308 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
2309 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
2310
58434bc1
BE
23112004-04-21 Ben Elliston <bje@au.ibm.com>
2312
2313 * ld.texinfo (Simple Example): Add missing punctuation.
2314
7a7f4e42
CD
23152004-04-20 Chris Demetriou <cgd@broadcom.com>
2316
2317 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
2318
3737f867
JJ
23192004-04-19 Jakub Jelinek <jakub@redhat.com>
2320
2321 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
2322 specially.
2323
3c17e4f7
DS
23242004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
2325
2326 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
2327 with default priority. Likewise for dtors.
2328
279500de
TS
23292004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2330
2331 * configure.host: Remove mips*-dec-bsd* target.
2332 * configure.tgt: Likewise.
2333
52f89c0a
RS
23342004-04-08 Richard Sandiford <rsandifo@redhat.com>
2335
2336 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
2337 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
2338 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
2339 * emultempl/irix.em: New file.
2340 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
2341 dependencies.
2342 * Makefile.in: Regenerate.
2343
e489d0ae
PB
23442004-04-01 Paul Brook <paul@codesourcery.com>
2345
2346 * emultempl/armelf.em (byteswap_code): Add.
2347 (arm_elf_before_allocation): Pass extra parameter.
2348 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
2349 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
2350 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
2351 * emultempl/armelf_oabi.em: Pass extra parameter.
2352 * ld.texinfo: Document --be8.
2353
7cc8057a
SS
23542004-03-30 Stan Shebs <shebs@apple.com>
2355
2356 Remove long-obsolete MPW support.
2357 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
2358 * Makefile.am (mpw): Remove file-presynthesizing actions.
2359 * Makefile.in: Likewise.
2360 * ldfile.c (slash): Remove MPW case.
2361 * ldlex.l [MPW]: Remove unused definition.
2362
0949843d
NC
23632004-03-30 Galit Heller <Galit.Heller@nsc.com>
2364
2365 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
2366 (eelf32cr16c.c): New target.
2367 * Makefile.in: Regenerate.
2368 * configure.tgt: Handle cr16c-*-elf*.
2369 * emulparams/elf32cr16c.sh: New file.
2370 * scripttempl/elfcr16c.sc: Likewise
2371 * NEWS: Mention support for new target.
2372
0a159ef8
NC
23732004-03-30 Nick Clifton <nickc@redhat.com>
2374
2375 * po/sv.po: Updated Swedish translation.
2376
7a945db6
AM
23772004-03-27 Alan Modra <amodra@bigpond.net.au>
2378
2379 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
2380 * emultempl/hppaelf.em: Likewise.
2381 * emultempl/ppc64elf.em: Likewise.
2382 * emultempl/sh64elf.em: Likewise.
2383
5a580b3a
AM
23842004-03-25 Alan Modra <amodra@bigpond.net.au>
2385
2386 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
2387 size_dynamic_sections call.
2388
b9cf773d
AM
23892004-03-23 Alan Modra <amodra@bigpond.net.au>
2390
2391 PR 51.
2392 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
2393 link_info.wrap_char.
2394
59c2e50f
L
23952004-03-20 H.J. Lu <hongjiu.lu@intel.com>
2396
2397 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
2398 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
2399
44349745
AO
24002004-03-20 Alexandre Oliva <aoliva@redhat.com>
2401
2402 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
2403
81359a70
AM
24042004-03-19 Alan Modra <amodra@bigpond.net.au>
2405
2406 * config.in: Regenerate.
2407 * po/ld.pot: Regenerate.
2408
4a43e768
AM
24092004-03-18 Alan Modra <amodra@bigpond.net.au>
2410
2411 * ld.texinfo: Add --as-needed doco.
2412 * ldmain.c (as_needed): New global var.
2413 * ldmain.h (as_needed): Declare.
2414 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
2415 OPTION_NO_AS_NEEDED.
2416 (ld_options): Likewise.
2417 (parse_args): Handle them.
2418 * ldlang.h (lang_input_statement_type): Add as_needed field.
2419 * ldlang.c (new_afile): Set p->as_needed.
2420 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
2421 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
2422 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
2423
2424 * ldlang.c (open_input_bfds): Remove useless cast.
2425 (lang_do_assignments_1): Likewise.
2426 (lang_for_each_input_section): Delete.
2427
9183ed4b
AM
24282004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2429
2430 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
2431
ee31fbd0
NC
24322004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
2433
2434 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
2435 private when building implib.
2436
e5caec89
NS
24372004-03-05 Nathan Sidwell <nathan@codesourcery.com>
2438
2439 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
2440 SEC_THREAD_LOCAL.
2441 (IGNORE_SECTION): Ignore .tbss sections too.
2442 (lang_size_sections_1): .tbss sections do not advance dot.
2443
cc2f008e
AS
24442004-03-01 Andreas Schwab <schwab@suse.de>
2445
2446 * ld.texinfo (Options): Fix example for --wrap.
2447
f5a95868
DS
24482004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
2449
2450 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
2451 not NULL.
2452
177b729b
ILT
24532004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2454
2455 * ldlang.c (lang_check): Use %P, not %E, in error message.
2456
1b493742
NS
24572004-02-23 Nathan Sidwell <nathan@codesourcery.com>
2458
2459 * ldlang.h (struct lang_output_section_state): Change processed
2460 field's type.
2461 * ldexp.c (check, invalid): Remove.
2462 (fold_name): Move valid_p assignments. Create undefined symbol
2463 when needed. Directly exampine section's processd flag.
2464 * ldlang.c (lang_output_section_statement_lookup): Adjust
2465 processed field init.
2466 (lang_size_sections_1): Allow LOADADDR when determining section's
2467 VMA. Adjust error message. Fold data statement's expr.
2468 (lang_size_sections): Correctly increment lang_statement_iteration.
2469
24702004-02-23 Alan Modra <amodra@bigpond.net.au>
2471
2472 * ldexp.c (fold_tree): Follow indirect symbols.
b9cf773d 2473
876f4090
NS
24742004-02-20 Nathan Sidwell <nathan@codesourcery.com>
2475
2476 * ldgram.y (exp): Add two operand ALIGN.
2477 * ldexp.c (fold_binary): Add ALIGN_K case.
2478 * ld.texinfo (ALIGN): Document two operand version.
2479
384d938f
NS
24802004-02-19 Nathan Sidwell <nathan@codesourcery.com>
2481
2482 * ldlang.c (map_input_to_output_sections): Initialize sections
2483 mentioned in a data statement expression.
2484 (lang_do_assignments_1): Add data statement's expression's
2485 section's vma.
2486
b6ca8815
NS
24872004-02-18 Nathan Sidwell <nathan@codesourcery.com>
2488
2489 * ldgram.y (statement_anywhere): Add assert rule.
2490 * ldlang.c (exp_init_os): Add assert case.
2491
c92c35e7
AC
24922004-02-14 Andrew Cagney <cagney@redhat.com>
2493
2494 * ldmain.c (remove_output): Call bfd_cache_close.
2495
9bf78c99
RS
24962004-02-14 Richard Sandiford <rsandifo@redhat.com>
2497
2498 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
2499 .MIPS.content* and .MIPS.events* sections.
2500
f3806916
DJ
25012004-02-09 Daniel Jacobowitz <drow@mvista.com>
2502
2503 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
2504 .note.gnu.arm.ident to after allocated sections. Mark its
2505 address as 0.
2506
4c8e70d7
DJ
25072004-02-09 Daniel Jacobowitz <drow@mvista.com>
2508
2509 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
2510 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
2511 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
2512 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
2513 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
2514
ff71f4f7
NC
25152004-02-05 Nick Clifton <nickc@redhat.com>
2516
2517 * emultempl/pe.em (_after_open): Fix typo in previous delta.
2518
07a68a80
NC
25192004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
2520
2521 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
2522
1dd3bf68
AM
25232004-01-28 Alan Modra <amodra@bigpond.net.au>
2524
586196d5
AM
2525 * genscripts.sh: Fix typo.
2526
1dd3bf68
AM
2527 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
2528
13d9421f
JJ
25292004-01-24 Jakub Jelinek <jakub@redhat.com>
2530
2531 * emulparams/elf64_ia64.sh: Put .rela.opd into
2532 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
2533
4d8907ac
DS
25342004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
2535
2536 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
2537 * ld.texinfo (--omagic): Note that writable text section
2538 does not conform to published PE-COFF specs.
2539 (--enable-auto-import): Likewise.
2540
e5c60db5
AM
25412004-01-15 Alan Modra <amodra@bigpond.net.au>
2542
2543 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
2544
6bdafbeb
NC
25452004-01-13 Nick Clifton <nickc@redhat.com>
2546
2547 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
2548 which if true will prevent the LMA region being used as a
2549 replacement for a default VMA region.
586196d5
AM
2550 (lang_leave_output_section_statement): Pass extra parameter.
2551 (lang_leave_overlay): Likewise.
2552 * ld.texinfo (Output Section LMA): Document that the LMA
6bdafbeb
NC
2553 region can be set to the VMA region if no VMA has been set.
2554 * ldlang.h (struct lang_output_section_phdr_list): Create a
2555 typedef for this type. Minor formatting fixes.
586196d5 2556
9dfc8ab2
NC
25572004-01-13 Nick Clifton <nickc@redhat.com>
2558
2559 * ldlang.c (lang_size_sections_1): If dot is advanced, then
2560 assume that the section should be allocated.
2561
8325c4dd
AM
25622004-01-13 Alan Modra <amodra@bigpond.net.au>
2563
2564 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
2565 sections. Do ignore SEC_NEVER_LOAD sections.
2566 (lang_size_sections_1): Remove test made redundant with the above.
2567
83490352
AM
25682004-01-09 Alan Modra <amodra@bigpond.net.au>
2569
2570 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
2571 program_header_size.
2572
005e1118
AO
25732004-01-06 Alexandre Oliva <aoliva@redhat.com>
2574
2575 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
2576 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
2577 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
2578 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
2579 (MAXPAGESIZE): Set to 64Kb.
2580 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
2581 __ROFIXUP_END__. Don't map .rofixup.got any more.
2582 * emulparams/elf32frv.sh (NOP): Set.
2583 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
2584 * configure.tgt: Add frv-*-*linux*.
2585 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
2586 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
2587 (eelf32frvfd.c): New.
2588 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
2589 * emulparams/elf32frv.sh: Reverted previous two patches.
2590 * emulparams/elf32frvfd.sh: New.
2591 * Makefile.in: Rebuilt.
2592 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
2593 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
2594 .rofixup.got to .rofixup.
2595 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
2596 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
2597 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
2598
060feee5
JJ
25992004-01-05 Jakub Jelinek <jakub@redhat.com>
2600
2601 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
2602 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
2603
5e2f1575
AM
26042004-01-03 Alan Modra <amodra@bigpond.net.au>
2605
e5caa5e0
AM
2606 * ldexp.c (align_n): Make static.
2607 * ldexp.h (align_n): Delete declaration.
2608 * ldlang.h (lang_enter_output_section_statement): Remove
2609 block_value param.
2610 * ldlang.c (lang_enter_output_section_statement): Likewise.
2611 (TO_ADDR, TO_SIZE): Define.
c2df3ea5 2612 (opb_shift): New var.
e5caa5e0
AM
2613 (init_opb): New function.
2614 (print_input_section): Call init_opb and use TO_ADDR.
2615 (print_data_statement, print_reloc_statement): Likewise.
2616 (print_padding_statement): Likewise.
c2df3ea5 2617 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
2618 (lang_check_section_addresses): Likewise.
2619 (lang_size_sections_1): Likewise.
2620 (lang_do_assignments_1): Likewise.
2621 (lang_set_startof): Likewise.
c2df3ea5 2622 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 2623 (lang_process): Call init_opb.
c2df3ea5 2624 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
2625 (lang_enter_overlay_section): Adjust
2626 lang_enter_output_section_statement call.
2627 * ldgram.y: Likewise.
2628 * mri.c (mri_draw_tree): Likewise.
2629 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2630 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2631 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2632
5e2f1575
AM
2633 * ldfile.c (ldfile_set_output_arch): Add defarch param.
2634 * ldfile.h (ldfile_set_output_arch): Ditto.
2635 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
2636 ldfile_set_output_arch.
2637 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2638 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
2639 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
2640 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2641 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
2642 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2643 * ldgram.y: Adjust ldfile_set_output_arch call.
2644 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2645 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
2646 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
2647 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
2648 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
2649 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2650 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2651
b50c15dc
NC
26522004-01-02 Bernardo Innocenti <bernie@develer.com>
2653
2654 * configure.tgt: Add m68k-uClinux target.
6edf0760 2655
c9e214e5 2656For older changes see ChangeLog-0203
252b5132
RH
2657\f
2658Local Variables:
2659mode: change-log
2660left-margin: 8
2661fill-column: 74
2662version-control: never
2663End:
This page took 0.44058 seconds and 4 git commands to generate.