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