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