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