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