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