bfd/
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
a3c2b96a
AM
12005-07-14 Alan Modra <amodra@bigpond.net.au>
2
3 * ldlang.c (strip_excluded_output_sections): Don't call
4 bfd_gc_sections.
5 * emultempl/elf32.em (gld*_provide_bound_symbols): Move.
6 (gld*_provide_init_fini_syms): Move.
7 (gld*_before_allocation): Call the above from here..
8 (gld*_finish): ..not here. Call _bfd_elf_fix_excluded_sec_syms.
9 * emultempl/hppaelf.em (hppaelf_finish): Likewise.
10 * emultempl/ppc64elf.em (ppc_finish): Likewise.
11
438361cd
NC
122005-07-10 Ralf Corsepius <ralf.corsepius@rtems.org>
13
14 * configure.tgt: Remove sparc*-*-rtemsaout*, i[3-7]86-go32-rtems*,
15 i[3-7]86-*-rtemscoff*, hppa*-*-rtems*, mips*el-*-rtems*,
16 powerpcle-*-rtems*.
17
2c7fd14a
CF
182005-07-09 Christopher Faylor <cgf@timesys.com>
19
20 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Enable runtime
21 relocation by default.
22 (compute_dll_image_base): Avoid linking into cygwin dll address space.
23
32124d5b
AM
242005-07-08 Alan Modra <amodra@bigpond.net.au>
25
26 * ldlang.c (wild_sort): Formatting.
27 (strip_excluded_output_sections): Strip zero size sections here.
28 * emultempl/elf32.em (gld*_strip_empty_sections): Delete.
29 (gld*_finish): Don't call the above.
30 * emultempl/hppaelf.em (hppaelf_finish): Likewise.
31 * emultempl/ppc64elf.em (ppc_finish): Likewise.
32
4cd5aacc 332005-07-05 Paul Brook <paul@codesourcery.com>
9d8504b1
PB
34
35 * Makefile.am (ALL_EMULATIONS): Add eelf32ppcvxworks.o.
36 (eelf32ppcvxworks.o): Add dependencies.
37 * Makefile.in: Regenerate.
38 * configure.tgt: Add entry for powerpc-vxworks.
39 * emulparams/elf32-ppc.c: Mention elf32ppcvxworks.sh in comment.
40 * emulparams/elf32ppcvxworks.sh: New file.
41 * emultempl/ppc32elf.em (bfd_elf32_powerpc_vxworks_vec): Declare.
42 (is_ppc_elf32_vec): New function.
43 (ppc_after_open, ppc_before_allocation,
44 gld${EMULATION_NAME}_after_allocation): Use it.
45
35eb9fb6
NC
462005-07-05 Peter S. Mazinger" <ps.m@gmx.net>
47
48 * emulparams/elf32bmip.sh (GENERATE_PIE_SCRIPT): Define as "yes".
49 * emulparams/elf32bmipn32-defs.sh (GENERATE_PIE_SCRIPT): Define as "yes".
50
5b5a4ec7
NC
512005-07-04 Mike Frysinger <vapier@gentoo.org>
52
53 * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Fix typo in
54 name.
55
80447b21
NC
562005-07-04 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
57
58 * emulparams/m32relf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
59
711c0baa
AM
602005-07-04 Aurelien Jarno <aurel32@debian.org>
61
62 * emultempl/elf32.em: Enable use of ld.so.conf for *-*-k*bsd-*.
63
c8c9c297
AM
642005-07-01 Alan Modra <amodra@bigpond.net.au>
65
66 * scripttempl/elf.sc (.gcc_except_table): Don't KEEP.
67
b753922c
BE
682005-06-30 Ben Elliston <bje@gnu.org>
69
70 * Makefile.am (check-DEJAGNU): Don't search for expect.
71 * Makefile.in: Regenerate.
72
c3298874
BE
732005-06-30 Ben Elliston <bje@gnu.org>
74
75 * Makefile.am (EXPECT): Set to expect.
76 (RUNTEST): Likewise, set to runtest.
77 * Makefile.in: Regenerate.
78
a82644e2
NC
792005-06-16 Alexander Klimov <alserkli@inbox.ru>
80
81 * emultempl/armelf.em: Add quotes to avoid a null test
82 expression.
83
e185dd51
DJ
842005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
85
86 * ld.texinfo (Command Line Options): Add @item for --hash-size.
87
9d12f64c
AM
882005-06-10 Alan Modra <amodra@bigpond.net.au>
89
90 * scripttempt/elf.sc (.bss): Align tail in a way that allows
91 empty section pruning.
92
502bdb00
JW
932005-06-09 Steve Ellcey <sje@cup.hp.com>
94
95 * configure.in (AM_BINUTILS_WARNINGS): Add.
96 (BFD_NEED_DECLARATION) Replace with AC_CHECK_DECLS.
97 * config.in: Regenerate.
98 * configure: Regenerate.
99 * sysdep.h (NEED_DECLARATION_*): Replace with HAVE_DECL_*
100 * ldmain.c: Ditto.
101
dea2f0a8
AM
1022005-06-09 Alan Modra <amodra@bigpond.net.au>
103
104 * ldexp.c (fold_unary <ALIGN_K>): Revert last change.
105
e9ee469a
AM
1062005-06-09 Alan Modra <amodra@bigpond.net.au>
107
108 * ld.h (lang_phase_type): Move to..
109 * ldexp.h: ..here. Add lang_mark_phase_enum.
110 (node_type): Remove etree_undef and etree_unspec.
111 (exp_data_seg): Delete.
112 (struct ldexp_control, expld): New.
113 (invalid, exp_mark_used_section): Delete.
114 (exp_fold_tree, exp_get_vma, exp_get_value_int, exp_get_fill,
115 exp_get_abs_int): Update prototypes.
116 * ldexp.c (assigning_to_dot): Delete.
117 (expld): Define.
118 (make_abs): Operate directly on expld.result. Update all callers.
119 (new_abs): Likewise. Return void.
120 (new_rel_from_abs): Rename from new_rel_from_section.
121 (new_rel, new_rel_from_abs): Operate on expld.result and return void.
122 Update all callers.
123 (fold_unary): Operate on expld.result and return void. Remove
124 "current_section", "allocation_done", "dot", "dotp" and "mark_used"
125 params. Update all callers.
126 (fold_binary, fold_trinary, fold_name, exp_fold_tree_1): Likewise.
127 (fold_unary <ALIGN_K>): Ensure alignment is absolute.
128 (fold_unary <ABSOLUTE>): Use make_abs.
129 (fold_unary <DATA_SEGMENT_END>): Evaluate mark_phase as for
130 allocating_phase.
131 (fold_binary <DATA_SEGMENT_ALIGN, DATA_SEGMENT_RELRO_END, >): Ditto.
132 (fold_binary <'%','/'>): Don't error if marking.
133 (fold_name <SIZEOF_HEADERS>): Don't call bfd_sizeof_headers when
134 marking.
135 (fold_name <NAME>): Remove FIXME; -R is handled correctly. Don't
136 error when marking.
137 (fold_name <ADDR, LOADADDR, SIZEOF>): Don't set SEC_KEEP.
138 (exp_fold_tree_1): Don't error when marking.
139 (exp_fold_tree_1 <etree_rel>): Evaluate in all phases except first.
140 (exp_fold_tree_1 <etree_assign to dot>): Don't check for NULL
141 current section, instead check for NULL dotp.
142 (exp_fold_tree_1 <etree_provide>): Don't evaluate the assignment
143 source unless the symbol is referenced and undefined.
144 (exp_fold_tree): Remove "allocation_done" and "dot" params. Save
145 params to expld.
146 (exp_fold_tree_no_dot): Remove "current_section", "allocation_done
147 and "mark_used" params. Save params to expld. Update all callers.
148 (exp_assop): Do without temp var.
149 (exp_print_tree <etree_undef>): Delete code.
150 (exp_get_vma): Remove "allocation_done" param. Correct error return.
151 (exp_get_fill, exp_get_abs_int): Likewise.
152 (exp_get_value_int): Remove "allocation_done" param.
153 (exp_mark_used_section): Delete.
154 * ldgram.y (fill_exp): Update exp_get_fill call.
155 (origin_spec, length_spec): Update exp_get_vma call.
156 * ldlang.c (lang_init): Don't bother clearing lang_statement_iteration.
157 (lang_mark_used_section_1, lang_mark_used_section): Delete.
158 (strip_excluded_output_sections): Call one_lang_size_sections_pass in
159 marking mode. Merge old lang_mark_used_section code. Correct handling
160 of output sections with excluded input sections and data statements.
161 Don't drop non-zero sized sections. Don't zap os->bfd_section.
162 Do set SEC_EXCLUDE when appropriate.
163 (print_output_section_statement): Update for changed ldexp.c
164 interface.
165 (print_assignment, lang_size_sections_1): Likewise.
166 (lang_do_assignments_1, lang_enter_output_section_statement): Likewise.
167 (lang_new_phdr, lang_record_phdrs): Likewise.
168 (lang_size_sections): Likewise.
169 (insert_pad): Use following statement if it is a pad, rather than
170 creating a new one.
171 (lang_size_sections_1 <lang_output_section_statement_enum>): Do
172 process ignored output section to set vma and lma, but don't
173 update dot for these sections. Don't error if marking.
174 (lang_size_sections_1 <lang_assignment_statement_enum>): Don't
175 update dot for ignored sections.
176 (lang_size_sections_1 <lang_data_statement_enum>): Don't mark absolute
177 section with SEC_ALLOC.
178 (one_lang_size_sections_pass): New function.
179 (lang_size_sections): Remove first five params. Set expld.phase on
180 entry and exit. Use one_lang_size_sections_pass.
181 (lang_do_assignments): Remove all params. Update all callers.
182 (lang_reset_memory_regions): Clear os->processed for all output
183 section statements.
184 * ldlang.h (lang_do_assignments): Update prototype.
185 (lang_size_sections): Likewise.
186 (one_lang_size_sections_pass): Declare.
187 * pe-dll.c (pe_dll_fill_sections, pe_exe_fill_sections): Update
188 lang_size_sections and lang_do_assignments calls.
189 * emultempl/elf32.em (layout_sections_again): Likewise.
190 * emultempl/ppc64elf.em (ppc_before_allocation): Use
191 one_lang_size_sections_pass.
192
b2be2013
AH
1932005-06-08 Aldy Hernandez <aldyh@redhat.com>
194
195 * emulparams/elf32ms1.sh: New.
196
a34e3ecb
EC
1972005-06-07 Eric Christopher <echristo@redhat.com>
198
199 * Makefile.am (eelf32ms1.c): Use tab.
200 * Makefile.in: Regenerate.
201
9e1f170f
AH
2022005-06-07 Aldy Hernandez <aldyh@redhat.com>
203 Michael Snyder <msnyder@redhat.com>
204 Stan Cox <scox@redhat.com>
205
206 * configure.tgt: Same.
207
208 * Makefile.am (ALL_EMULATIONS): Depend on eelf32ms1.o.
209 (eelf32ms1.c): Add eelf32ms1.c rule.
210
211 * Makefile.in: Regenerate.
212
b4f4e59f
AM
2132005-06-06 Alan Modra <amodra@bigpond.net.au>
214
215 * emultempl/ppc64elf.em (ppc_before_allocation): Always run
216 ppc64_elf_edit_opd.
217
18b79829
L
2182005-06-05 H.J. Lu <hongjiu.lu@intel.com>
219
220 * ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
221 section only if the symbol will be defined.
222
079f985c
L
2232005-06-04 H.J. Lu <hongjiu.lu@intel.com>
224
225 PR 992
226 * ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
227 section for etree_assign, etree_provide and etree_provided.
228 Call fold_binary on etree_binary.
229
230 * ldlang.c (lang_mark_used_section_1): Handle load base.
231
e1fffbe6
AM
2322005-06-03 Alan Modra <amodra@bigpond.net.au>
233
234 * ldmain.c (link_callbacks): Add einfo.
235 (add_archive_element): Use passed info, not link_info.
236 (constructor_callback): Likewise.
237 (reloc_overflow): Don't handle null bfd specially.
238 (reloc_dangerous, unattached_reloc): Likewise.
239 * ldmisc.c (vfinfo <B>): Print "ld generated" for null bfd.
240 (vfinfo <C, D, G>): Handle null bfd. Wrap comments.
241
408082ec
AM
2422005-06-02 Alan Modra <amodra@bigpond.net.au>
243
244 * ldexp.h (etree_value_type): Use "asection *" in place of
245 "struct lang_output_section_statement_struct *" for "section".
246 (exp_fold_tree): Likewise.
247 (exp_mark_used_section): Likewise.
248 * ldexp.c (new_rel, new_rel_from_section, fold_unary, fold_binary,
249 fold_trinary, fold_name, exp_fold_tree_1, exp_fold_tree,
250 exp_mark_used_section): Likewise for "current_section" param.
251 (make_abs, new_abs, exp_binop, exp_unop, exp_get_vma, exp_get_fill,
252 exp_get_abs_int): Adjust for above changes.
253 * ldlang.c (lang_mark_used_section_1, print_assignment,
254 lang_size_sections_1, lang_do_assignments_1): Likewise.
255 * ldexp.c (fold_name): Init entire result struct.
256
d0d3b2e8
MR
2572005-06-01 Maciej W. Rozycki <macro@linux-mips.org>
258
259 * emulparams/elf32btsmip.sh: Unset DATA_ADDR.
260
a359509e
ZW
2612005-05-31 Zack Weinberg <zack@codesourcery.com>
262
263 * ldlang.c (entry_symbol_default): New file-scope global.
264 (lang_finish): Use it, not a hardwired "start".
265 (lang_default_entry): Set it.
266 * ldlang.h: Declare lang_default_entry.
267 * emultempl/beos.em, emultempl/pe.em: Use lang_default_entry,
268 not lang_add_entry, to override default entry point symbol.
269
8d6d53d4
RH
2702005-05-29 Richard Henderson <rth@redhat.com>
271
272 * emulparams/elf64alpha.sh (PLT): New.
273 (TEXT_PLT): New.
274 * emultempl/alphaelf.em (disable_relaxation): New.
275 (limit_32bit): Rename from elf64alpha_32bit; update all users.
276 (elf64_alpha_use_secureplt): Declare.
277 (bfd_elf64_alpha_vec, bfd_elf64_alpha_freebsd_vec): Declare.
278 (alpha_after_open): New.
279 (alpha_before_allocation): New.
280 (OPTION_NO_RELAX, OPTION_SECUREPLT, OPTION_NO_SECUREPLT): New.
281 (PARSE_AND_LIST_LONGOPTS): Include them.
282 (PARSE_AND_LIST_OPTIONS): Likewise.
283 (PARSE_AND_LIST_ARGS_CASES): Likewise.
284 (LDEMUL_AFTER_OPEN, LDEMUL_BEFORE_ALLOCATION): New.
285 * scripttempl/elf.sc (TEXT_PLT): New.
286 (PLT): Use it.
287
f93e81d6
AS
2882005-05-27 Andreas Schwab <schwab@suse.de>
289
290 * configure.host (HOSTING_LIBS): Add libunwind.a if it exists.
291
61f8ebf2
AM
2922005-05-24 Alan Modra <amodra@bigpond.net.au>
293
294 * emultempl/ppc32elf.em (after_allocation): Don't call
295 ppc_elf_set_sdata_syms when relocatable.
296
8b803601
L
2972005-05-21 H.J. Lu <hongjiu.lu@intel.com>
298
299 * Makefile.am (ld.1): Revert the last 2 changes.
300 (info-recursive): Depend on ld.1.
301 * Makefile.in: Regenerated.
302
e366efef
L
3032005-05-21 H.J. Lu <hongjiu.lu@intel.com>
304
305 * Makefile.am (ld.1): Depend on "info" instead of
306 "configdoc.texi ldver.texi".
307 * Makefile.in: Regenerated.
308
abf32a89
L
3092005-05-21 H.J. Lu <hongjiu.lu@intel.com>
310
311 * Makefile.am (ld.1): Depend on "info".
312 * Makefile.in: Regenerated.
313
e3e71e27
ZW
3142005-05-19 Zack Weinberg <zack@codesourcery.com>
315
316 * Makefile.am: Have 'all' depend on 'info' and 'ld.1'.
317 * Makefile.in: Regenerate.
318
c19d1205
ZW
3192005-05-17 Zack Weinberg <zack@codesourcery.com>
320
321 * ld-arm/mixed-app.d: Adjust expected disassembly a little.
322
970c3dbc
DJ
3232005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
324
325 * Makefile.am (ldver.texi): Don't use $<.
326 * Makefile.in: Regenerated.
327
6e1b59d2
DJ
3282005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
329
330 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Explicitly include
331 $(srcdir) before $(BFDDIR)/doc.
332 * Makefile.in: Regenerated.
333
75ff4589
L
3342005-05-17 H.J. Lu <hongjiu.lu@intel.com>
335
336 PR 797
337 * ldexp.c (exp_fold_tree_1): Renamed from exp_fold_tree and
338 take take a bfd_boolean, mark_used. Ignore assert failure if
339 mark_used is TRUE.
340 (exp_fold_tree) Call exp_fold_tree_1 with mark_used == FALSE.
341 (exp_fold_tree_no_dot): Updated to take a bfd_boolean,
342 mark_used and pass down.
343 (fold_unary): Likewise.
344 (fold_binary): Likewise.
345 (fold_trinary): Likewise.
346 (exp_binop): Add FALSE to call to exp_fold_tree_no_dot.
347 (exp_trinop): Likewise.
348 (exp_unop): Likewise.
349 (exp_nameop): Likewise.
350 (exp_get_vma): Likewise.
351 (exp_get_fill): Likewise.
352 (exp_get_abs_int): Likewise.
353 (fold_name): Likewise. Set SEC_KEEP in output section flags.
354 (exp_mark_used_section): New.
355
356 * ldexp.h (exp_mark_used_section): New.
357
358 * ldlang.c (lang_output_section_statement_lookup_1): Set the
359 ignored field to FALSE.
360 (lang_mark_used_section_1): New.
361 (lang_mark_used_section): Call lang_mark_used_section_1.
362 (strip_excluded_output_sections): Call lang_mark_used_section
363 and check for unused sections.
364 (lang_size_sections_1): Skip an output section if it should
365 be ignored.
366 (lang_do_assignments_1): Likewise.
367 (lang_process): Don't call lang_mark_used_section here.
368
369 * ldlang.h (lang_output_section_statement_type): Change
370 all_input_readonly to bitfield. Add ignored.
371
25ba8e7b
NC
3722005-05-17 Lennert Buytenhek <buytenh@wantstofly.org>
373 Peter S. Mazinger" <ps.m@gmx.net>
374
c19d1205
ZW
375 * emulparams/armelf_linux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
376 * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
25ba8e7b 377
10dbd1f3
NC
3782005-05-17 Julian Brown <julian@codesourcery.com>
379
380 * ldlang.c (print_assignment): Do not rely upon a valid result
381 having a section associated with it.
382
3b83e13a
NC
3832005-05-17 Nick Clifton <nickc@redhat.com>
384
385 * ldlang.c (Scan_for_self_assignment): Check an assignment tree to
386 see if the same value is being used on the rhs as on the lhs.
387 (print_assignment): Call scan_for_self_assignment and if it
388 returns true, do no display the result of the computation but
389 instead just the final value of the symbol on the lhs.
390 * ld.texinfo: Document this behaviour and provide an example of
391 when it will happen.
392
42ecbf5e
DJ
3932005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
394
395 * Makefile.am (AM_MAKEINFOFLAGS): Define.
396 (TEXI2DVI): Define.
397 (ldver.texi): Depend on distributed files instead of built files.
398 (ld.info): Include $(srcdir) in the rule target. Remove actions.
399 (ld.dvi): Remove actions.
400 (MAINTAINERCLEANFILES): Add configdoc.texi.
401 (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in.
402 (install-data-local): Renamed from install.
403 (Makefile): Remove explicit dependency.
404 * acinclude.m4: Remove obsolete code.
405 * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL.
406 * Makefile.in, aclocal.m4, config.in, configure: Regenerated.
407
be2c2e39
BW
4082005-05-11 Bob Wilson <bob.wilson@acm.org>
409
410 * scripttempl/elfxtensa.sc: Sync up with elf.sc.
411 * emulparams/elf32xtensa.sh (PLT, GOT): Define.
412
0cf7d72c
AM
4132005-05-11 Alan Modra <amodra@bigpond.net.au>
414
415 * ldgram.y: Add SPECIAL token.
416 (sect_constraint): Handle SPECIAL.
417 * ldlang.c (lang_output_section_find_1): Don't match SPECIAL.
418 (map_input_to_output_sections): Likewise.
419 * ldlex.l (SPECIAL): Define.
420 * emulparams/elf32ppc.sh (DATA_GOT, SDATA_GOT, SEPARATE_GOTPLT,
421 GOT, PLT, GOTPLT): Define.
422 * emultempl/ppc32elf.em (old_plt, old_got): New static vars.
423 (ppc_after_open): New function.
424 (PARSE_AND_LIST_PROLOGUE): Define OPTION_OLD_LPT and OPTION_OLD_GOT.
425 (PARSE_AND_LIST_LONGOPTS): Add "bss-plt" and "sdata-got".
426 (PARSE_AND_LIST_OPTIONS): Document them.
427 (PARSE_AND_LIST_ARGS_CASES): Handle them.
428 (LDEMUL_AFTER_OPEN): Define.
429 * scripttempl/elf.sc (PLT): Don't override existing define.
430 (DATA_GOT, SDATA_GOT): Define and use to enable alternate got
431 placement rather than using NO_SMALL_DATA. Emit GOTPLT for RELRO_NOW.
432
4ca02259
AM
4332005-05-10 Alan Modra <amodra@bigpond.net.au>
434
435 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_GOTPLT_END): Delete.
436 (DATA_SEGMENT_RELRO_END): Use SEPARATE_GOTPLT value.
437 (GOTPLT): Remove DATA_SEGMENT_RELRO_GOTPLT_END. Place after
438 DATA_SEGMENT_RELRO_END in script.
439
baf6e97f
L
4402005-05-09 H.J. Lu <hongjiu.lu@intel.com>
441
442 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
443 Don't use a removed section.
444
a6e1b90f
L
4452005-05-09 H.J. Lu <hongjiu.lu@intel.com>
446
447 * ldmain.c (reloc_overflow): Use output_bfd if the symbol
448 is defined in the ABS section.
449
c18bae34
L
4502005-05-06 H.J. Lu <hongjiu.lu@intel.com>
451
452 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
453 Put back !link_info.relocatable.
454
4ef24a2e
L
4552005-05-06 H.J. Lu <hongjiu.lu@intel.com>
456
3f693ed5 457 PR 878
4ef24a2e
L
458 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
459 Just check link_info.executable.
460
e06fb9c3
NC
4612005-05-06 Nick Clifton <nickc@redhat.com>
462
463 * Update the address and phone number of the FSF organization in
464 the GPL notices in the following files:
465 aclocal.m4, deffile.h, deffilep.y, fdl.texi, ld.h, ldcref.c,
466 ldctor.c, ldctor.h, ldemul.c, ldexp.c, ldexp.h, ldfile.c,
467 ldfile.h, 20ldgram.y, ldint.texinfo, ldlang.c, ldlang.h, ldlex.h,
468 ldlex.l, ldmain.c, ldmain.h, ldmisc.c, ldmisc.h, ldver.c, ldver.h,
469 ldwrite.c, ldwrite.h, lexsup.c, mri.c, mri.h, pe-dll.c, pe-dll.h,
470 sysdep.h, emultempl/aix.em, emultempl/alphaelf.em,
471 emultempl/armcoff.em, emultempl/armelf.em, emultempl/beos.em,
472 emultempl/crxelf.em, emultempl/elf32.em, emultempl/generic.em,
473 emultempl/gld960.em, emultempl/gld960c.em, emultempl/hppaelf.em,
474 emultempl/ia64elf.em, emultempl/irix.em, emultempl/linux.em,
475 emultempl/lnk960.em, emultempl/m68hc1xelf.em,
476 emultempl/m68kcoff.em, emultempl/m68kelf.em,
477 emultempl/mipsecoff.em, emultempl/mmix-elfnmmo.em,
478 emultempl/mmixelf.em, emultempl/mmo.em, emultempl/needrelax.em,
479 emultempl/pe.em, emultempl/ppc32elf.em, emultempl/ppc64elf.em,
480 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em,
481 emultempl/vanilla.em, emultempl/xtensaelf.em
482
01d9ad14
L
4832005-05-05 H.J. Lu <hongjiu.lu@intel.com>
484
485 * scripttempl/elf.sc: Document the usage of __bss_start.
486
eac338cf
PB
4872005-05-05 Paul Brook <paul@codesourcery.com>
488
489 * Makefile.am: Add eelf_i386_vxworks.
490 * Makefile.in: Regenerate.
491 * configure.tgt: Make i?86-*-vxworks use targ_emul=elf_i386_vxworks.
492 * emulparams/elf_i386_vxworks.sh: New file.
493 * emulparams/vxworks.sh: New file.
494 * scripttempl/elf.sc: Add DATA_END_SYMBOLS and ETEXT_NAME.
495
f652615e
L
4962005-05-04 H.J. Lu <hongjiu.lu@intel.com>
497
498 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
499 Call _bfd_elf_provide_section_bound_symbols.
500
8423293d
AM
5012005-05-04 Alan Modra <amodra@bigpond.net.au>
502
503 * ldemul.c: Include bfdlink.h.
504 (ldemul_before_allocation): Assume before_allocation is non-zero.
505 (before_allocation_default): Call strip_excluded_output_sections.
506 * ldlang.c (stripped_excluded_sections): New variable.
507 (lang_add_section): Build input section list for each output
508 section, attached via map_head and map_tail pointers.
509 (strip_excluded_output_sections): Make global. Traverse the
510 input section lists to find which output sections can go. Clear
511 link_order pointers and set stripped_excluded_sections.
512 (lang_process): Call strip_excluded_output_sections.
513 * ldlang.h (strip_excluded_output_sections): Declare.
514 * ldwrite.c: Update throuhout for link_order_head -> map_head change.
515 * emultempl/aix.em (before_allocation): Call
516 strip_excluded_output_sections.
517 * emultempl/armcoff.em (before_allocation): Likewise.
518 * emultempl/beos.em (before_allocation): Likewise.
519 * emultempl/linux.em (before_allocation): Likewise.
520 * emultempl/pe.em (before_allocation): Likewise.
521 * emultempl/sunos.em (before_allocation): Likewise.
522 * emultempl/elf32.em (before_allocation): Likewise. Call
523 bfd_elf_size_dynsym_hash_dynstr too.
524 * emultempl/lnk960.em (lnk960_before_allocation): Delete.
525 (ld_lnk960): Use before_allocation_default.
526
5daa8fe7
L
5272005-05-02 H.J. Lu <hongjiu.lu@intel.com>
528
529 * emultempl/elf32.em (gld${EMULATION_NAME}_strip_empty_section):
530 Updated for bfd_section_list_remove change.
531 * ldlang.c (lang_insert_orphan): Likewise.
532 (strip_excluded_output_sections): Likewise.
533 (sort_sections_by_lma): New.
534 (lang_check_section_addresses): Sort the sections before
535 checking addresses.
536
009b6a7a
DJ
5372005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
538
539 * configure.tgt: Add h8300*-*-rtemscoff.
540 Switch h8300*-*-rtems* to elf.
541
279e75dc
BE
5422005-04-29 Ben Elliston <bje@au.ibm.com>
543
544 * ldgram.y (lang_memory_region_type): Make static.
545 (ldgram_want_filename): Likewise.
546 * ldemul.c (ld_emulation): Make static.
547 * ldfile.h (ldfile_find_command_file): Remove extern.
548 * ldfile.c (ldfile_find_command_file): Make static.
549 * ldlang.h (unique_section_list): Remove extern declaration.
550 * ldlang.c (unique_section_list): Make static.
551 * mri.h (symbol_truncate): Remove extern declaration.
552 * mri.c (symbol_truncate): Make static.
553 (order, only_load, address, alias): Likewise.
554 (alignment, subalignment): Likewise.
555
4a2afbc1
L
5562005-04-27 H.J. Lu <hongjiu.lu@intel.com>
557
558 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
559 Use the first SEC_ALLOC section which isn't SEC_READONLY or the
560 last SEC_ALLOC section if such a section doesn't exist.
561
fd9719b1
MK
5622005-04-24 Mark Kettenis <kettenis@gnu.org>
563
564 * configure.host: Add *-*-openbsd support.
565
33bfe774
JB
5662005-04-15 Julian Brown <julian@codesourcery.com>
567
568 * ld.texinfo: Document --use-blx.
569 * emultempl/armelf.em (use_blx): New variable.
570 (arm_elf_create_output_section_statements): Communicate value of
571 use_blx to bfd.
572 (PARSE_AND_LIST_PROLOGUE): Add OPTION_USE_BLX.
573 (PARSE_AND_LIST_OPTIONS): Add --use-blx option.
574 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_USE_BLX case.
575
9e9b66a9
AM
5762005-04-14 Alan Modra <amodra@bigpond.net.au>
577
578 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
579 * configure.in: Include ../bfd/warning.m4 contents.
580 * Makefile.in: Regenerate.
581 * configure: Regenerate.
582
ceae3e33
AM
5832005-04-12 Alan Modra <amodra@bigpond.net.au>
584
585 * Makefile.am: Run "make dep-am".
586 (ldgram.o, ldlex.o, deffilep.o): Add -Wno-error to command.
587 * Makefile.in: Regenerate.
588 * config.in: Regenerate.
589
7cedef86
AM
5902005-04-11 Alan Modra <amodra@bigpond.net.au>
591
592 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Ignore
593 as_needed libs that were not needed.
594 (gld${EMULATION_NAME}_check_needed): Likewise.
595
187ffe95
NC
5962005-04-07 Nick Clifton <nickc@redhat.com>
597
598 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h so that
0cf7d72c 599 ldfile.h can use the lang_input_statement type.
187ffe95 600
72223188
JJ
6012005-04-06 Jakub Jelinek <jakub@redhat.com>
602
603 * ldlang.c: Formatting.
604 (walk_wild_consider_section): Remember return value from wildcardp.
605 (is_simple_wild): Use strcspn instead of 2 strpbrk calls and strlen.
606 (wild_spec_can_overlap): Use strcspn instead of strpbrk and strlen.
607
6082005-04-06 Robert O'Callahan <rocallahan@novell.com>
609
610 * ld.h (lean_section_userdata_type): Remove.
611 (fat_section_userdata_type): Remove file field.
612 (SECTION_USERDATA_SIZE): Remove.
613 * ldlang.c (init_os): Eliminate initialization of unused
614 lean_section_userdata_type.
615
616 * ldlang.h (callback_t, walk_wild_section_handler_t): New
617 typedefs.
618 (struct lang_wild_statement_struct): Add walk_wild_section_handler
619 and handler_data fields.
620 * ldlang.c (callback_t): Removed.
621 (walk_wild_consider_section, walk_wild_section_general,
622 section_iterator_callback, find_section, is_simple_wild,
623 match_simple_wild, walk_wild_section_specs1_wild0,
624 walk_wild_section_specs1_wild1, walk_wild_section_specs2_wild1,
625 walk_wild_section_specs3_wild2, walk_wild_section_specs4_wild2,
626 wild_spec_can_overlap, analyze_walk_wild_section_handler): New
627 functions.
628 (lang_add_wild): Call analyze_walk_wild_section_handler.
629 (walk_wild_section): Renamed to walk_wild_section_general and
630 created a wrapper function.
631 (section_iterator_callback_data): New typedef.
632
34875e64
NC
6332005-04-04 Nick Clifton <nickc@redhat.com>
634
635 * configure.in: Add a check for <unistd.h> providing a prototype
636 for getopt() which is compatible with the one in
637 include/getopt.h. If so then define HAVE_DECL_GETOPT.
638 * configure: Regenerate.
639 * config.in (HAVE_DECL_GETOPT): Add.
640 * ldemul.c: Include config.h
641 * lexsup.c: Likewise.
642 * emultempl/elf32.sc: Likewise.
643
deb04cdb
AM
6442005-03-29 Alan Modra <amodra@bigpond.net.au>
645
646 * emultempl/elf32.em (gld${EMULATION_NAME}_layout_sections_again):
647 New function, extracted from static void gld${EMULATION_NAME}_finish.
648 (gld${EMULATION_NAME}_strip_empty_sections): Likewise.
649 (gld${EMULATION_NAME}_provide_init_fini_syms): Likewise.
650 * emultempl/ppc64elf.em: Revert last change.
651 (ppc_layout_sections_again): Use
652 gld${EMULATION_NAME}_layout_sections_again.
653 (ppc_finish): Don't call gld${EMULATION_NAME}_finish. Instead call
654 gld${EMULATION_NAME}_strip_empty_sections and
655 gld${EMULATION_NAME}_provide_init_fini_syms.
656 * emultempl/hppaelf.em: Similarly.
657
8b4e5e28
AM
6582005-03-29 Alan Modra <amodra@bigpond.net.au>
659
660 * emultempl/ppc64elf.em (need_laying_out): Delete. Remove all refs.
661 (ppc_finish): Don't call bfd_elf_discard_info.
662 * emultempl/hppaelf.em: Similarly.
663
510a939b
NC
6642005-03-24 Nick Clifton <nickc@redhat.com>
665
666 * po/fr.po: Updated French translation.
667
ed84e695
NC
6682005-03-23 Mike Frysinger <vapier@gentoo.org>
669 Nick Clifton <nickc@redhat.com>
670
671 * configure.host: Accept any C library to accompany a GNU Linux
672 implementation, not just the GNU C library.
673 * configure.tgt: Likewise.
674 * emultempl/elf32.em: Likewise.
deb04cdb 675
81e1b023
L
6762005-03-22 H.J. Lu <hongjiu.lu@intel.com>
677
678 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols): New
679 (gld${EMULATION_NAME}_finish): Call
680 gld${EMULATION_NAME}_provide_bound_symbols to provide
681 __preinit_array_start, __preinit_array_end, __init_array_start,
682 __init_array_end, __fini_array_start and __fini_array_end.
683
684 * scripttempl/elf.sc: Don't provide __preinit_array_start,
685 __preinit_array_end, __init_array_start, __init_array_end,
686 __fini_array_start nor __fini_array_end.
687
11d2f718
AM
6882005-03-23 Alan Modra <amodra@bigpond.net.au>
689
690 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Set
691 SEC_EXCLUDE on .gnu.warning sections.
692
644285ef
AM
6932005-03-22 Alan Modra <amodra@bigpond.net.au>
694
695 * scripttempl/elf.sc (SBSS): Don't provide sbss start and end syms.
696
c9a2f333
AM
6972005-03-21 Alan Modra <amodra@bigpond.net.au>
698
699 * emultempl/ppc32elf.em (gld${EMULATION_NAME}_after_allocation): New
700 function.
701 (LDEMUL_AFTER_ALLOCATION): Define.
702
b1ab9777
AM
7032005-03-21 Alan Modra <amodra@bigpond.net.au>
704
705 * emultempl/ppc64elf.em (ppc_finish): Rename from
706 gld${EMULATION_NAME}_finish. Call gld${EMULATION_NAME}_finish.
707 (LDEMUL_FINISH): Update.
708 * emultempl/hppaelf.em (hppaelf_finish, LDEMUL_FINISH): Likewise.
709 * emultempl/m68hc1xelf.em (m68hc11elf_finish, LDEMUL_FINISH): Likewise.
710
2a2a7c94
JB
7112005-03-18 Julian Brown <julian@codesourcery.com>
712
713 * scripttempl/armbpapi.sc (.rel.dyn): Add .rel.init_array,
714 .rel.fini_array.
715 (.rela.dyn): Add .rela.init_array, .rela.fini_array.
716 (SECTIONS): Add .rel.other, .rela.other, .reli.other after PLT relocs.
717
98720c64
L
7182005-03-18 H.J. Lu <hongjiu.lu@intel.com>
719
720 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Don't set
721 bfd_section when removing unused empty output sections for
722 non-relocatable link.
723
41c7ba7c
AM
7242005-03-19 Alan Modra <amodra@bigpond.net.au>
725
726 * ldlang.c (lang_insert_orphan): Use old section_tail rather than
727 traversing the bfd section list to find pointer to new section.
728
0fb53118
AM
7292005-03-18 Alan Modra <amodra@bigpond.net.au>
730
731 * scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2
732 input sections into .sdata and .sbss output respectively.
733
de7f8cc8
BW
7342005-03-16 David Heine <dlheine@tensilica.com>
735 Bob Wilson <bob.wilson@acm.org>
736
737 * ldlang.c (IGNORE_SECTION): Remove check for zero size.
738 (lang_check_section_addresses): Ignore zero size sections here.
739
57316bff
L
7402005-03-16 H.J. Lu <hongjiu.lu@intel.com>
741
742 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Remove
743 unused empty output sections for non-relocatable link.
744
745 * ld.h (args_type): Remove gc_sections.
746
747 * ldlang.c (lang_mark_used_section): New.
748 (lang_gc_sections): Use link_info.gc_sections instead of
749 command_line.gc_sections.
750 * ldmain.c (main): Likewise.
751 * lexsup.c (parse_args): Likewise.
752 * ldlang.c (lang_process): Call lang_mark_used_section.
753
754 * ldmain.c (main): Initialize link_info.gc_sections to FALSE.
755
1ad12f97
NC
7562005-03-16 Nick Clifton <nickc@redhat.com>
757 Ben Elliston <bje@au.ibm.com>
758
569acd2c 759 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 760 compiler command line. Enabled by default. Disable via
569acd2c 761 --disable-werror.
1ad12f97
NC
762 * configure: Regenerate.
763
cb2d1ef2
AM
7642005-03-16 Alan Modra <amodra@bigpond.net.au>
765
766 * emulparams/elf32ppclinux.sh (OTHER_READWRITE_SECTION): Delete.
767 (OTHER_RELRO_SECTIONS): Set this instead.
768
957d91c1
NC
7692005-03-15 Nick Clifton <nickc@redhat.com>
770
771 * NEWS: Add cutoff for changes in 2.16 release.
772
34723071
NC
7732005-03-15 Mikkel Krautz <krautz@gmail.com>
774
775 * configure.tgt (x86_64-elf): Add target.
776
729ae8d2
AM
7772005-03-15 Alan Modra <amodra@bigpond.net.au>
778
779 * po/es.po: Commit new Spanish translation.
780
8b3d8fa8
AM
7812005-03-14 Alan Modra <amodra@bigpond.net.au>
782
783 * ldexp.c (exp_fold_tree): Ensure return value is initialized.
784 Tidy etree_assert case.
785
882cb63e
AM
7862005-03-14 Alan Modra <amodra@bigpond.net.au>
787
788 * po/tr.po: Commit new Turkish translation.
789
61c84b48
DJ
7902005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
791
792 * Makefile.am: Remove references to em68klynx.o and esparclynx.o.
793 * Makefile.in: Regenerated.
794 * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
795
41c9e29d
NC
7962005-03-07 Nick Clifton <nickc@redhat.com>
797
798 * po/fr.po: Updated translation.
799
06647dfd
AM
8002005-03-05 Alan Modra <amodra@bigpond.net.au>
801
802 * po/ld.pot: Regenerate.
803
bb14f524
JB
8042005-03-02 Jan Beulich <jbeulich@novell.com>
805
806 * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
807 * pe-dll.c (pe_dll_generate_implib): Likewise.
808
0ef622cb
BE
8092005-02-24 Ben Elliston <bje@au.ibm.com>
810
811 * ldfile.c: Remove GNU960 conditional code.
812 * emultempl/gld960.em: Likewise.
813 * emultempl/gld960c.em: Likewise.
814 * emultempl/lnk960.em: Likewise.
815
f3f4bcca
NC
8162005-02-24 Nick Clifton <nickc@redhat.com>
817
818 * emultempl/lnk960.em (lnk960_before_parse): Remove redundant
819 empty string from calls to concat.
820
8212005-02-23 Nick Clifton <nickc@redhat.com>
822
823 * emultempl/lnk960.em (lnk960_before_parse): Terminate list of
824 arguments passed to concat() with a NULL.
825
826 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h because they
827 define types needed by ldfile.h
828
47639182
AM
8292005-02-23 Alan Modra <amodra@bigpond.net.au>
830
831 * pe-dll.c: Warning fixes.
832 * emultempl/sunos.em: Likewise.
833
ace66bb2
DJ
8342005-02-22 Daniel Jacobowitz <dan@codesourcery.com>
835
836 * ldlang.c (section_already_linked): Don't call
837 bfd_section_already_linked for dynamic objects.
838
5718918d
AM
8392005-02-22 Alan Modra <amodra@bigpond.net.au>
840
841 * ldexp.c: Warning fixes.
842 * ldwrite.c: Likewise.
843 * emultempl/elf32.em: Likewise.
844
ebe372c1
L
8452005-02-21 H.J. Lu <hongjiu.lu@intel.com>
846
847 * ldlang.c (lang_add_section): Check SEC_TIC54X_BLOCK for TI
848 tic54x input only.
849 (lang_size_sections_1): Check SEC_COFF_SHARED_LIBRARY for COFF
850 and ECOFF output only.
851
0ca2f5d5
AM
8522005-02-21 Alan Modra <amodra@bigpond.net.au>
853
854 * config.in: Regenerate.
855 * configure: Regenerate.
856
fbbb9ac5
ZW
8572005-02-17 Zack Weinberg <zack@codesourcery.com>
858
859 * ldexp.c (assigning_to_dot): New global flag.
860 (fold_name): If assigning_to_dot is true, object immediately to
861 an undefined symbol.
862 (exp_fold_tree): Set and clear assigning_to_dot around the
863 recursive call to exp_fold_tree to process the right-hand side
864 of an assignment to the location counter.
865
c68dac40
PB
8662005-02-17 Paul Brook <paul@codesourcery.com>
867
868 * scripttempl/armbpabi.sc: Add dummy name to version block.
869
20c2cbe3
AM
8702005-02-17 Alan Modra <amodra@bigpond.net.au>
871
872 * ldexp.c (new_abs): Init new.str.
873
0b48acfe
MM
8742005-02-15 Mark Mitchell <mark@codesourcery.com>
875
876 * configure.in (AC_CHECK_FUNCS): Add glob.
877 * configure: Regenerated.
878 * emultempl/elf32.em (<glob.h>): Do not include if HAVE_GLOB is
879 not defined.
880 (gld${EMULATION_NAME}_parse_ld_so_conf_include): Do not use glob
881 if HAVE_GLOB is not defined.
fbbb9ac5 882
ff925e69
KK
8832005-02-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
884
885 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Define
886 lib_path if NATIVE is yes.
887
92b7a70f
AM
8882005-02-16 Alan Modra <amodra@bigpond.net.au>
889
890 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Make
891 an error creating fake bfd fatal.
892 (ppc_before_allocation): Continue on after errors.
893 (gld${EMULATION_NAME}_finish): Likewise.
894
297ba367
NC
8952005-02-15 Nick Clifton <nickc@redhat.com>
896
897 * ldlex.l (YY_NO_UNPUT): Define so that the yy_unput function is
898 not declared. It is not used and its presence causes a compile
899 time warning.
fbbb9ac5 900
9eabd475
ZW
9012005-02-11 Zack Weinberg <zack@codesourcery.com>
902
903 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed):
904 If st.st_ino is zero, do not treat the library as a duplicate.
905
d457dcf6
JJ
9062005-02-10 Jakub Jelinek <jakub@redhat.com>
907
908 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
909 Set BFD_LINKER_CREATED on the stubs bfd.
910 * emultempl/ppc64elf.em (ppc_create_output_section_statements):
911 Likewise.
912
4e5db43b
MM
9132005-02-08 Mark Mitchell <mark@codesourcery.com>
914
915 * scripttempl/armbpabi.sc (VERSION): Make special section symbols
9eabd475 916 local.
4e5db43b
MM
917 (Image$$ER_RO$$Base): Define whenever RELOCATING.
918 (Image$$ER_RO$$Limit): Likewise.
919 (SHT$$INIT_ARRAY$$Base): Likewise.
920 (SHT$$INIT_ARRAY$$Limit): Likeise.
921
4297f9f1
BE
9222005-02-10 Ben Elliston <bje@au.ibm.com>
923
924 * emultempl/beos.em: Remove #if 0 and #if 1 blocks.
925
1c7c5e5b
RS
9262005-02-08 Richard Sandiford <rsandifo@redhat.com>
927
928 * configure.tgt (mips64*el-*-linux-gnu*): Define targ_extra_libpath
929 to include o32 and n64 emulations.
930 (mips64*-*-linux-gnu*): Likewise.
931
300475fe
HPN
9322005-02-08 Hans-Peter Nilsson <hp@axis.com>
933
934 * ldmain.c (warning_callback, warning_find_reloc): Prepend
935 "warning: " to warning messages.
936
4ea42fb7
AM
9372005-02-04 Alan Modra <amodra@bigpond.net.au>
938
939 * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): Don't
940 look up symbol for etree_provide here.
941
161f49a3
DJ
9422005-02-02 Daniel Jacobowitz <dan@codesourcery.com>
943
944 * emulparams/elf32bmip.sh (TEXT_DYNAMIC): Always set.
945
73ae6183
NC
9462005-02-01 Edward Welbourne <eddy@opera.com>
947 Nick Clifton <nickc@redhat.com>
948
949 * ld.texinfo (Source Code Reference): New node describing how to
950 access linker script defined variables from source code.
951
77cfaee6
AM
9522005-02-01 Alan Modra <amodra@bigpond.net.au>
953
954 * ld.texinfo: Clarify --as-needed operation.
955
c46f8c51
AC
9562005-01-31 Andrew Cagney <cagney@gnu.org>
957
958 * configure: Regenerate to track ../gettext.m4.
959
d342277e
NC
9602005-01-31 Nick Clifton <nickc@redhat.com>
961
962 * ldver.c (ldversion): Bump reported copyright date to 2005.
963
d6486796
NC
9642005-01-31 Nick Clifton <nickc@redhat.com>
965
966 * configure.tgt: Remove obsolete targets m68k-lynxos and
967 sparc-lynxos.
968
319850b4
JB
9692005-01-28 Julian Brown <julian@codesourcery.com>
970
971 * emultempl/armelf.em (fix_v4bx): New variable.
972 (arm_elf_create_output_section_statements): Communicate fix_v4bx flag
973 value to bfd.
974 (PARSE_AND_LIST_PROLOGUE): Add option token OPTION_FIX_V4BX.
975 (PARSE_AND_LIST_LONGOPTS): Add option --fix-v4bx.
976 (PARSE_AND_LIST_OPTIONS): Add option --fix-v4bx.
9eabd475 977 (PARSE_AND_LIST_ARGS_CASES): Add option OPTION_FIX_V4BX.
319850b4
JB
978 * NEWS: Mention --fix-v4bx.
979 * ld.texinfo: Document --fix-v4bx.
980
dc4c9c19
MM
9812005-01-25 Mark Mitchell <mark@codesourcery.com>
982
983 * emulparams/armsymbian.sh (OTHER_READONLY_SECTIONS): Define, so
984 as to include .ARM.exidx$${Base,Limit}.
985 * ld/scripttempl/armbpabi.sc: Move .plt to end of text segment.
986 Define IMAGE$$ER_RO$${Base,Limit} and SHT$$INIT_ARRAY$${Base,Limit}.
987 Put .init_array, .fini_array, etc. into the read-only data
9eabd475
ZW
988 segment.
989
7e9f0867
AM
9902005-01-25 Alan Modra <amodra@bigpond.net.au>
991
992 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Formatting.
993 (gld${EMULATION_NAME}_after_open): Ignore needed libs if they were
994 only needed by an as-needed lib that didn't get linked.
995
7e69709c
AM
9962005-01-23 Alan Modra <amodra@bigpond.net.au>
997
998 * ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct
999 __DTOR_LIST__ description.
1000
b5666f2f
AM
10012005-01-23 Alan Modra <amodra@bigpond.net.au>
1002
1003 * ld.texinfo (Location Counter <dot outside sections>): Document
1004 effects of orphan section placement, and ". = ." workaround.
1005 * Makefile.in: Regenerate.
1006
4e25343c
RS
10072005-01-22 Richard Sandiford <rsandifo@redhat.com>
1008
1009 * emulparams/elf32bmip.sh (OTHER_GOT_SECTIONS): Add ". = .;".
1010 * emulparams/elf32bmipn32-defs.sh (OTHER_GOT_SECTIONS): Likewise.
1011
b717d30e
JJ
10122005-01-21 Jakub Jelinek <jakub@redhat.com>
1013
1014 * ldgram.y (AS_NEEDED): New token.
1015 (input_list): Handle AS_NEEDED ( input_list ).
1016 * ldlex.l (AS_NEEDED): Add.
1017 * ld.texinfo: Document AS_NEEDED ().
1018 * NEWS: Mention AS_NEEDED ().
1019
7a64f7b8
BE
10202005-01-21 Ben Elliston <bje@au.ibm.com>
1021
1022 * ldlang.c (lang_reasonable_defaults): Remove.
1023 (lang_process): Don't call lang_reasonable_defaults.
1024
1025 * ldexp.c (exp_assop): Remove #if 0'd code.
1026 (exp_print_tree): Likewise.
1027 * ldlang.c (lang_memory_region_lookup): Likewise.
1028 (open_output): Likewise.
1029 (lang_do_assignments_1): Likewise.
1030 (lang_place_orphans): Likewise.
1031 (lang_enter_output_section_statement): Likewise.
1032 (lang_reasonable_defaults): Likewise.
1033 * ldlang.h (struct lang_input_statement_struct): Likewise.
1034 * mri.c (mri_draw_tree): Likewise.
1035 (mri_load): Likewise.
1036 * pe-dll.c (generate_reloc): Likewise.
1037 (make_import_fixup_entry): Likewise.
1038 (pe_as16): Likewise.
1039 * emultempl/beos.em (set_pe_subsystem): Likewise.
1040 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
1041 * emultempl/pe.em: Likewise.
1042 * emultempl/xtensaelf.em (xtensa_colocate_literals): Likewise.
1043
a154a8ad
MM
10442005-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1045
1046 * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o.
1047 (earmelfb_linux_eabi.c): New target.
1048 * Makefile.in: Regenerated.
1049 * configure.tgt (arm*b-*-linux-gnueabi): New target.
1050 * emulparams/armelfb_linux_eabi.sh: New file.
1051
9c183183
AM
10522005-01-20 Nick Hudson <skrll@netbsd.org>
1053
1054 PR ld/676
1055 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
1056 Handle bfd_elf32_hppa_nbsd_vec.
1057
e2243057
RS
10582005-01-19 Richard Sandiford <rsandifo@redhat.com>
1059
1060 * ldmain.h (ld_sysroot): Change type to a constant string.
1061 * ldmain.c (ld_sysroot): Likewise.
1062 (get_relative_sysroot, get_sysroot): New functions, adding command-line
1063 support for changing the sysroot.
1064 (main): Call the new functions.
1065 * lexsup.c (OPTION_SYSROOT): New.
1066 (ld_options): Add --sysroot.
1067 (parse_args): Add a dummy handler for it.
1068 * ld.texinfo (--sysroot): Document.
1069 * NEWS: Mention the new --sysroot option.
1070
1449d79b
AM
10712005-01-18 Alan Modra <amodra@bigpond.net.au>
1072
1073 * ldlang.c (section_already_linked): Adjust bfd_link_just_syms call.
1074 (lang_place_orphans): Don't abort on just_syms_flag, instead call
1075 bfd_link_just_syms.
1076
a880c748
DS
10772005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
1078
1079 * defilep.y (def_name, def_library): Combine into...
1080 (def_image_name): New function. Strip name to basename,
1081 with warning.
1082
07baa8ee
MK
10832005-01-12 Mark Kettenis <kettenis@gnu.org>
1084
1085 * configure.in: Be sure to invoke config.sub using the shell.
1086 * configure: Regenerate.
1087
e9b181b8
AM
10882005-01-11 Alan Modra <amodra@bigpond.net.au>
1089
1090 * configure.host: Correct sed patterns for last change.
1091
59ef2528
NC
10922005-01-10 Nick Clifton <nickc@redhat.com>
1093
1094 PR binutils/609
1095 * ldmisc.c (vfinfo): Add an extra argument: is_warning. Use this
1096 to determine whether config.make_executable should be set to FALSE in
1097 conjunction with config.fatal_warnings.
1098 (info_msg, minfo, lfinof): Pass FALSE as the extra argument.
1099 (einfo): Pass TRUE as the extra argument.
1100
71a2d53a
NC
11012005-01-10 Greg Schaffer <gschafer@zip.com.au>
1102
1103 * configure.host (linux targets): Use "${CC} -dumpspecs" instead
1104 of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0.
1105 (ia64-*-aix): Delete - this target is obsolete, and would be
1106 broken by this patch.
1107
d6d0b336
EB
11082005-01-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1109
1110 * configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*.
1111 (sparc64-sun-solaris2*): New host.
1112
4e7fd91e
PB
11132005-01-06 Paul Brook <paul@codesourcery.com>
1114
1115 * Makefie.am: Add earmelf_vxworks.
1116 * Makefile.in: Regenerate.
1117 * configure.tgt: Make arm-*-vxworks a separate case.
1118 * emulparams/armelf_vxworks.sh: New function.
1119
4c52953f
AM
11202005-01-06 Alan Modra <amodra@bigpond.net.au>
1121
1122 * emultempl/ppc64elf.em (no_multi_toc): New var.
1123 (gld${EMULATION_NAME}_finish): Pass to ppc64_elf_setup_section_lists.
1124 (OPTION_NO_MULTI_TOC): Define.
1125 (PARSE_AND_LIST_LONGOPTS): Add --no-multi-toc support.
1126 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
1127
98d87ee7
NC
11282005-01-05 Nick Clifton <nickc@redhat.com>
1129
1130 PR binutils/614
1131 * ldmisc.c (vfinfo): Alter output to conform to the GNU Coding
4c52953f 1132 Standard's specification for parsable error messages.
98d87ee7 1133
5f81b918
PB
11342005-01-04 Paul Brook <paul@codesourcery.com>
1135
1136 * Makefile.am: Correct dependency for earmsymbian.c.
1137 * Makefile.in: Regenerate.
1138
2af59bab
DS
11392004-12-28 Danny Smith <dannysmith@users.sourceforge.net>
1140
1141 * emultempl/pe.em (set_pe_subsystem): Change second arg to
1142 lang_add_entry to FALSE.
1143
c38f024c
NC
11442004-12-23 Nick Clifton <nickc@redhat.com>
1145
1146 PR 600
1147 * emulparams/shelf.sh (.stack): Increase stack start address to
1148 0x300000.
1149
550bdea6
NC
11502004-12-20 Nick Clifton <nickc@redhat.com>
1151
1152 * ldmain.c (main): Issue an error message if -static and -shared
1153 are used together.
1154
e3070fef
JJ
11552004-12-17 Jakub Jelinek <jakub@redhat.com>
1156
1157 * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields.
1158 * ldexp.c (fold_binary) <case DATA_SEGMENT_ALIGN>: Initialize them.
1159 * ldlang.c (lang_size_sections): Use them to avoid wasting virtual
1160 address space at DATA_SEGMENT_ALIGN. Fix computation of expected
1161 PT_GNU_RELRO segment end.
1162
2fbd2a87
NC
11632004-12-14 P.J. Darcy <darcypj@us.ibm.com>
1164
1165 * configure.tgt: Add s390x-ibm-tpf support.
1166
f2763b01
NC
11672004-12-16 Martin Kögler <mkoegler@auto.tuwien.ac.at>
1168
1169 * ldmisc.c (vfinfo): Handle the case where %B is passed a NULL
1170 BFD.
1171
cb9faf63
BE
11722004-12-07 Ben Elliston <bje@gnu.org>
1173
1174 * ldemul.h: Forward declare struct option.
1175
02f80eef
DS
11762004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
1177
1178 * scripttempl/pe.sc (.data): Add .jcr subsection.
1179
dea514f5
PB
11802004-11-30 Paul Brook <paul@codesourcery.com>
1181
1182 * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
1183
32118081
NC
11842004-11-30 Tero Niemela <tero_niemela@yahoo.com>
1185
1186 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
1187 * Makefile.in: Regenerate.
1188
33f362e1
NC
11892004-11-26 Melissa Mears <asterisk@graces.dricas.com>
1190
1191 * emultempl/pe.em: Add --subsystem:xbox as well as
1192 --subsystem:%d.
1193 * ld.texinfo: (ld_options): Document acceptance of subsystem xbox
1194 and numeric subsystems.
1195
3eda52aa
AM
11962004-11-24 Alan Modra <amodra@bigpond.net.au>
1197
1198 * ldexp.c (fold_name): Correct PR 338 fix.
1199
6b3221b4
MM
12002004-11-19 Mark Mitchell <mark@codesourcery.com>
1201
1202 * Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
1203 (earmelf_linux_eabi.c): New target.
1204 * configure.tgt (arm*-*-linux-gnueabi): Handle it.
1205 * emulparams/armelf_linux_eabi.sh: New file.
1206 * Makefile.in: Regenerated.
1207
9cd6d51a
NC
12082004-11-19 Nick Clifton <nickc@redhat.com>
1209
1210 PR 518
1211 * ld.texinfo (MEMORY): Update the descriptions of the ORIGIN and
1212 LENGTH fields in the MEMORY command, to explicitly state that
1213 symbols cannot be used in their expressions.
1214
3ec57632
NC
12152004-11-19 Jon Beniston <jon@beniston.com>
1216
1217 * ld/ldlex.l: Allow ORIGIN and LENGTH in EXPRESSION.
1218 * ld/ldgram.y: Add ORIGIN and LENGTH expressions.
4c52953f 1219 * ld/ldexp.c (fold_name): Implement LENGTH() and ORIGIN() functions
3ec57632
NC
1220 which return the length and origin of a memory.
1221 * ld/ld.texinfo: Document LENGTH() and ORIGIN() functions.
1222 * NEWS: Mention support for ORIGIN and LENGTH operators.
1223
b7693d02
DJ
12242004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
1225
1226 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Don't use
1227 a dynamic object for stubs.
1228
fc0e6df6
PB
12292004-11-04 Paul Brook <paul@codesourcery.com>
1230
1231 * ld.texinfo: Document --default-imported-symver.
1232 * ldmain.c (main): Set link_info.default_imported_symver.
1233 * lexsup.c (option_values): Add OPTION_DEFAULT_IMPORTED_SYMVER.
1234 (ld_options): Add --default-imported-symver.
1235 (parse_args): Handle OPTION_DEFAULT_IMPORTED_SYMVER.
1236
7499d566
NC
12372004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
1238 Vineet Sharma <vineets@noida.hcltech.com>
1239
1240 * Makefile.am: Add entries for new maxq-coff target.
1241 * Makefile.in: Regenerate.
1242 * configure.tgt: Add support for maxq.
1243 * emulparams/maxqcoff.sh: New File.
1244 * scripttempl/maxqcoff.sc: New linker script for target maxq.
1245 * NEWS: Mention the new target.
1246
7f266840
DJ
12472004-11-04 Daniel Jacobowitz <dan@debian.org>
1248
1249 * Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o.
1250 (earmelf_oabi.c): Remove rule.
1251 * configure.tgt: Remove arm-*-oabi and thumb-*-oabi.
1252 * emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files.
1253 * Makefile.in: Regenerated.
1254
a0055007
HPN
12552004-11-04 Hans-Peter Nilsson <hp@axis.com>
1256
1257 * configure.tgt (crisv32-*-*): Handle like cris-*-* for non-aout.
1258 * emulparams/criself.sh (INIT_START): Remove emitted "push srp".
1259 (FINI_START): Ditto.
1260 (INIT_END): Remove emitted "jump [sp+]".
1261 (FINI_END): Ditto.
1262
c5614fa4
AM
12632004-11-04 Alan Modra <amodra@bigpond.net.au>
1264
1265 * emultempl/ppc64elf.em (no_tls_opt): Rename from notlsopt.
1266 (no_opd_opt, no_toc_opt): New static vars.
1267 (ppc_before_allocation): Don't edit opt if no_opd_opt. Call
1268 ppc64_elf_edit_toc.
1269 (OPTION_NO_OPD_OPT, OPTION_NO_TOC_OPT): Define.
1270 (PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize.
1271 (PARSE_AND_LIST_OPTIONS): Describe new options.
1272 (PARSE_AND_LIST_ARGS_CASES): Handle them.
1273
7a5df8d0
NC
12742004-10-27 Nick Clifton <nickc@redhat.com>
1275
1276 * emultempl/alphaelf.em (alpha_after_parse): Add extra, NULL,
1277 parameter to invocation of lang_section_start.
1278 * emultempl/aix.em (_handle_option): Likewise.
c5614fa4 1279
7a5df8d0
NC
1280 * Makefile.am (eelf64alpha.c, eelf64alpha_fbsd.c,
1281 eelf64alpha_nbsd.c): Add dependency upon emultempl/alphaelf.em.
1282 * Makefile.in: Regenerate.
1283
6f372e19
MM
12842004-10-26 Mark Mitchell <mark@codesourcery.com>
1285
1286 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Do not emit
1287 __exidx_{start,end} when not relocating.
1288
ba916c8a
MM
12892004-10-25 Mark Mitchell <mark@codesourcery.com>
1290
1291 * Makefile.in (earmsymbian.c): Depend on armbpabi.sc, not elf.sc.
1292 * ldexp.h (segment_type): New type.
1293 (segments): New variable.
1294 * ldexp.c (segments): New variable.
1295 (exp_print_token): Handle SEGMENT_START.
1296 (fold_binary): Likewise.
1297 * ldgram.y (SEGMENT_START): Declare it as a token.
1298 (exp): Handle SEGMENT_START.
1299 * ldlang.h (lang_address_statement_type): Add segment field.
1300 (lang_section_start): Change prototype.
1301 * ldlang.c (map_input_to_output_sections): Do not process section
1302 assignments if a corresponding SEGMENT_START has already been
1303 seen.
1304 (lang_section_start): Add segment parameter.
1305 * ldlex.l (SEGMENT_START): Add it.
1306 * lexsup.c (seg_segment_start): New function.
1307 (parse_args): Use it for -Tbss, -Tdata, and -Ttext.
1308 * ld.texinfo (SEGMENT_START): Document it.
1309 * emulparams/armsymbian.sh (EMBEDDED): Set it.
1310 * scripttempl/armbpabi.sc: Use SEGMENT_START to control segment
1311 base addresses. Do not map relocations.
1312 * NEWS: Mention SEGMENT_START.
1313
3e3b46e5
PB
13142004-10-26 Paul Brook <paul@codesourcery.com>
1315
1316 * ld.texinfo: Document --default-symver.
1317 * ldmain.c (main): Set link_info.create_default_symver.
1318 * lexsup.c (enum option_values): Add OPTION_DEFAULT_SYMVER.
1319 (ld_options): Add default-symver.
1320 (parse_args): Handle OPTION_DEFAULT_SYMVER.
1321
7b0eaa22
DS
13222004-10-24 Danny Smith <dannysmith@users.sourceforge.net>
1323
1324 * pe-dll.c (process_def_file): Don't export all symbols by default if
1325 building a position-independent executable.
1326
dfeffb9f
L
13272004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1328
1329 PR 463
1330 * ldmain.c (reloc_overflow): Accept a pointer to struct
1331 bfd_link_hash_entry. Report symbol location for relocation
1332 overflow.
1333
dc4f76f8
L
13342004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1335
1336 * genscripts.sh (libpath.exp): Really generate for first
1337 emulation only.
1338
2a08daf3
DS
13392004-10-19 Danny Smith <dannysmith@users.sourceforge.net>
1340
1341 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Simplify
1342 comparison and replacement of filenames.
1343
532345f2
L
13442004-10-19 H.J. Lu <hongjiu.lu@intel.com>
1345
1346 PR 459
1347 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic
1348 option on linker script as the one for linker script.
1349
b58f81ae
DJ
13502004-10-16 Daniel Jacobowitz <dan@debian.org>
1351
1352 * ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)
1353 (check_excluded_libs): New.
1354 (load_symbols): Call check_excluded_libs.
1355 * ldlang.h (add_excluded_libs): New prototype.
1356 * emultempl/elf32.em (OPTION_EXCLUDED_LIBS): Define.
1357 (gld${EMULATION_NAME}_add_options): Add --exclude-libs.
1358 (gld${EMULATION_NAME}_handle_option): Handle --exclude-libs.
1359 * ld.texinfo (Command Line Variables): Document --exclude-libs.
1360 (Options Specific to i386 PE Targets): Remove --exclude-libs.
1361
95c148b4
AM
13622004-10-15 Alan Modra <amodra@bigpond.net.au>
1363
c468c8bc
AM
1364 * ldexp.c (exp_fold_tree): Don't immediately exit ld on a
1365 failing link script assert.
1366
95c148b4
AM
1367 * ldctor.c (ldctor_add_set_entry): Fix comment typo.
1368
951e9133
L
13692004-10-14 H.J. Lu <hongjiu.lu@intel.com>
1370
1371 PR 445
1372 * emulparams/elf64_ia64.sh (SMALL_DATA_CTOR): Set.
1373 (SMALL_DATA_DTOR): Set.
1374 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
1375 (SMALL_DATA_DTOR): Unset.
1376 * scripttempl/elf.sc: If SMALL_DATA_CTOR is set, move .ctors
1377 after .data. If SMALL_DATA_DTOR is set, move .dtors after
1378 .data.
1379
afd7a018
AM
13802004-10-14 Alan Modra <amodra@bigpond.net.au>
1381
1382 PR 63
1383 * ldlang.h (lang_output_section_statement_type): Make "next" a
1384 struct lang_output_section_statement_struct *.
1385 (struct orphan_save): Move from elf32.em. Add "name" and "flags".
1386 (lang_output_section_find_by_flags, lang_insert_orphan): Declare.
1387 * ldlang.c (lang_output_section_find_1): Adjust for changed
1388 output_section_statement "next".
1389 (strip_excluded_output_sections): Likewise.
1390 (lang_record_phdrs): Likewise.
1391 (lang_output_section_find_by_flags): New function.
1392 (output_prev_sec_find): Move from pe.em. Adjust iterator.
1393 (lang_insert_orphan): New function. Tail end of elf32.em's
1394 place_orphan merged with that from pe.em. Allow bfd_section to
1395 be placed first. New heuristic for placing new output section
1396 statement in existing script, and accompanying split of __start
1397 symbol alignment into a separate assignment to dot.
1398 (lang_add_section): Consistently use output->bfd_section rather than
1399 an alias, section->output_section.
1400 (map_input_to_output_sections): Rename overly long arg. Move
1401 initialization of data_statement output section to here..
1402 (lang_check_section_addresses): ..from here.
1403 (print_assignment): Correct printing of etree_assert.
1404 (print_all_symbols): Don't bomb if userdata is NULL.
1405 (IGNORE_SECTION): Rearrange.
1406 * emultempl/elf32.em (output_rel_find): Adjust interator.
1407 (output_prev_sec_find): Delete.
1408 (struct orphan_save): Delete.
1409 (gld${EMULATION_NAME}_place_orphan): Cater for zero bfd_section
1410 flags without creating a duplicate output section statement.
1411 Revise code holding history of various orphan section placements.
1412 Allow orphan sections to place before script specified output
1413 sections. Call lang_output_section_find_by_flags when placement
1414 by name fails. Use lang_insert_orphan.
1415 * emultempl/mmo.em (output_prev_sec_find): Delete.
1416 (struct orphan_save): Delete.
1417 (mmo_place_orphan): Revise code holding history of orphan placement.
1418 Allow orphans to place before existing output sections. Use
1419 lang_insert_orphan.
1420 * emultempl/pe.em (output_prev_sec_find): Delete.
1421 (struct orphan_save): Delete.
1422 (gld_${EMULATION_NAME}_place_orphan): Revise to suit use of
1423 lang_insert_orphan.
1424
c0042f5d
MM
14252004-10-13 Mark Mitchell <mark@codesourcery.com>
1426
1427 * scripttempl/armbpabi.sc: Do not put .gnu.version.* into a
1428 loadable segment.
1429
1af699f4
AM
14302004-10-13 Alan Modra <amodra@bigpond.net.au>
1431
1432 PR 44
09c112da
AM
1433 * ldcref.c (check_section_sym_xref): Delete.
1434 (check_local_sym_xref): New function.
1435 (check_nocrossrefs): Adjust call.
1af699f4
AM
1436 * emultempl/pe.em (struct orphan_save): Add os_tail.
1437 (place_orphan): Backport assorted fixes from elf32.em.
1438
7fa3d080
BW
14392004-10-12 Bob Wilson <bob.wilson@acm.org>
1440
1441 * emultempl/xtensaelf.em: Use ISO C90 formatting.
1442
d3989512
JJ
14432004-10-11 Jakub Jelinek <jakub@redhat.com>
1444
563f4125
JJ
1445 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_ld_so_conf): Avoid
1446 getline for portability.
1447
d3989512
JJ
1448 * emultempl/elf32.em (gld${EMULATION_NAME}_ld_so_conf): New structure.
1449 (gld${EMULATION_NAME}_parse_ld_so_conf,
1450 gld${EMULATION_NAME}_parse_ld_so_conf_include): New functions.
1451 (gld${EMULATION_NAME}_check_ld_so_conf): Use them.
1452
6c0c5b1e
AM
14532004-10-11 Alan Modra <amodra@bigpond.net.au>
1454
1455 PR 423
1456 * ldfile.c (ldfile_try_open_bfd): Ensure dynamic objects are
1457 rejected when linking statically.
1458
d2b2c203
DJ
14592004-10-08 Daniel Jacobowitz <dan@debian.org>
1460
1461 * configure.tgt: Include elf_x86_64 for i[3-7]86-*-solaris2*.
1462
43cd72b9
BW
14632004-10-07 Bob Wilson <bob.wilson@acm.org>
1464
1465 * ld.texinfo (Xtensa): Describe new linker relaxation to optimize
1466 assembler-generated longcall sequences. Describe new --size-opt
1467 option.
1468 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
1469 * emultempl/xtensaelf.em (remove_section,
1470 replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
1471 elf_xtensa_after_open): New.
1472 (OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
1473 OPTION_NO_LITERAL_MOVEMENT): Define.
1474 (elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
1475 (PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
1476 (PARSE_AND_LIST_OPTIONS): Add --size-opt.
1477 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
1478 OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
1479 (LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
1480 * scripttempl/elfxtensa.sc: Update with changes from elf.sc.
1481 * Makefile.am (eelf32xtensa.c): Update dependencies.
1482 * Makefile.in: Regenerate.
1483
8fdd7217 14842004-10-07 Jeff Baker <jbaker@qnx.com>
6c0c5b1e 1485
8fdd7217
NC
1486 * lexsup.c: Handle --warn-shared-textrel option.
1487 (ld_options): Restore alpha sorting of options.
1488 * ldmain.c (main): Initialise warn_shared_info field to FALSE.
1489 * ld.texinfo: Add documentation for --warn-shared-textrel.
1490 * NEWS: Added mention of --warn-shared-textrel option.
1491
339207f8 14922004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6c0c5b1e 1493
339207f8 1494 * emultempl/crxelf.em (disable_relaxation): Add.
6c0c5b1e 1495 (crxelf_before_allocation): Enable --relax option by default.
339207f8
TL
1496 (PARSE_AND_LIST_PROLOGUE): Add OPTION_NO_RELAX.
1497 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --no-relax.
1498 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NO_RELAX.
1499
bcaa7b3e
L
15002004-10-04 H.J. Lu <hongjiu.lu@intel.com>
1501
1502 * NEWS: Mention SORT_BY_NAME, SORT_BY_ALIGNMENT and
1503 --sort-section name|alignment.
1504
1505 * ld.texinfo: Document SORT_BY_NAME, SORT_BY_ALIGNMENT and
1506 --sort-section name|alignment.
1507
1508 * ld.h (sort_type): New enum.
1509 (wildcard_spec): Change the type of `sorted' to sort_type.
1510
1511 * ldgram.y (SORT): Removed.
1512 (SORT_BY_NAME): Added.
1513 (SORT_BY_ALIGNMENT): Added.
1514 (wildcard_spec): Updated `sorted'. Handle SORT_BY_NAME and
1515 SORT_BY_ALIGNMENT.
1516 (input_section_spec_no_keep): Updated `sorted'.
1517 (statement): Replace SORT with SORT_BY_NAME.
1518
1519 * ldlang.c (compare_section): New function to compare 2
1520 sections with different sorting schemes.
1521 (wild_sort): Updated. Use compare_section.
1522 (update_wild_statements): New function.
1523 (lang_process): Call update_wild_statements before
1524 map_input_to_output_sections.
1525
1526 * ldlex.l (SORT_BY_NAME): New.
1527 (SORT_BY_ALIGNMENT): New.
1528 (SORT): Return SORT_BY_NAME.
1529
1530 * ldmain.c (sort_section): New. Defined.
1531 (main): Initialize it to none.
1532
1533 * lexsup.c (option_values): Add OPTION_SORT_SECTION.
1534 (ld_options): Add an entry for OPTION_SORT_SECTION.
1535 (parse_args): Handle OPTION_SORT_SECTION.
1536
1537 * mri.c (mri_draw_tree): Updated `sorted'.
1538
a4f5ad88
JJ
15392004-10-04 Jakub Jelinek <jakub@redhat.com>
1540
1541 * ldgram.y (DATA_SEGMENT_RELRO_END): Add one argument.
1542 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_END): Add 0 as first
1543 argument.
1544 (DATA_SEGMENT_RELRO_GOTPLT_END): Pass $SEPARATE_GOTPLT as first
1545 and . as second argument.
1546 (GOTPLT): Move $DATA_SEGMENT_RELRO_GOTPLT_END before the section.
1547 * ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here.
1548 (fold_binary): Add it here. Insert padding to make relro_end
1549 COMMONPAGESIZE bytes aligned. For DATA_SEGMENT_ALIGN in
1550 exp_dataseg_relro_adjust phase just use previously computed
1551 exp_data_seg.base.
1552 * ldlang.c (lang_size_sections): Set exp_data_seg.base for
1553 relro_adjust here. Call lang_size_sections_1 once more if there
1554 was too big padding at DATA_SEGMENT_RELRO_END.
1555 * ld.texinfo (DATA_SEGMENT_RELRO_END): Add documentation.
1556
40a18ebd
NC
15572004-10-01 Paul Brook <paul@codesourcery.com>
1558
1559 * emulparams/armelf.sh: Add unwinding table sections.
1560
db8acf26
NC
15612004-09-30 Filip Navara <navaraf@reactos.com>
1562
1563 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate
1564 correct base address for position independant executables.
1565 * pe-dll.c (pe_dll_fill_sections): Don't mark position independant
1566 executables as DLLs.
1567
eeac373a
PB
15682004-09-30 Paul Brook <paul@codesourcery.com>
1569
1570 * ld.texinfo: Document --target2=abs.
1571 * emulparms/armsymbian.sh (TARGET2_TYPE): Set.
1572
1ee7cf4c
NC
15732004-09-29 Nick Clifton <nickc@redhat.com>
1574
1575 * scripttempl/xstormy16.sc: Only perform the assignments to the
1576 ROM region when not performing a relocatable link. The ROM region
1577 does not start at address 0, but the sections will.
1578 * Makefile.am: Fix linker script dependency for the generation of
1579 eelf32xstormy16.c.
1580 * Makefile.in: Regenerate.
1581
03098a9a
CF
15822004-09-18 Filip Navara <navaraf@reactos.com>
1583
1584 * emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
1585 emulparams/i386pe_posix.sh, emulparams/mcorepe.sh,
1586 emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define
1587 TARGET_PAGE_SIZE.
1588 * scripttempl/pe.sc: Make the virtual address and file offset synced if
1589 the alignment is lower than the target page size.
1590
f2d3750d
CF
15912004-09-27 Filip Navara <navaraf@reactos.com>
1592
1593 * emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
1594 def_file_parse to handle pe_def_file if NULL and prevent crash with
1595 invalid .def files.
1596
a23d8409
AM
15972004-09-27 Alan Modra <amodra@bigpond.net.au>
1598
1599 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
1600 --emit-stub-syms automatically when --emit-relocs.
1601
7b89fa29
PB
16022004-09-24 Paul Brook <paul@codeosurcery.com>
1603
1604 * scripttempl/elf.sc: Keep .preinit_array, .init_array and
1605 .fini_array sections.
1606
e2a68bcc
AS
16072004-09-19 Andreas Schwab <schwab@suse.de>
1608
1609 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Adjust data segment
1610 base so that relro end is suitably aligned.
1611
3674e28a
PB
16122004-09-17 Paul Brook <paul@codesourcery.com>
1613
1614 * ld.texinfo: Rename arm-specific section. Document --target*
1615 * emulparams/armelf_fbsd.sh: Set TARGET2_TYPE.
1616 * emulparams/armelf_linux.sh: Ditto.
1617 * emulparams/armelf_nbsd.sh: Ditto.
1618 * emultempl/armelf.em: Set default for TARGET2_TYPE.
1619 (target2_type): New variable.
1620 (arm_elf_before_allocation): Don't pass target1_type.
1621 (arm_elf_create_output_section_statements): New function.
1622 (PARSE_AND_LIST_PROLOGUE): Add OPTION_TARGET2.
1623 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --target=.
1624 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_TARGET2.
1625 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Set.
1626 * emultempl/armelf_oabi.em (_before_allocation): Remove extra
1627 argument to bfd_elf32_arm_process_before_allocation.
1628
f6e332e6
AM
16292004-09-17 Alan Modra <amodra@bigpond.net.au>
1630
1631 * ldexp.c (fold_name): Update u.undef.next refs.
1632 * emultempl/pe.em: Likewise.
1633 * emultempl/sunos.em: Likewise.
1634
9c933e04
AM
16352004-09-17 Alan Modra <amodra@bigpond.net.au>
1636
1637 * Makefile.am: Run "make dep-am".
1638 * Makefile.in: Regenerate.
1639 * config.in: Regenerate.
1640 * configure: Regenerate.
1641 * aclocal.m4: Regenerate.
1642 * po/ld.pot: Regenerate.
1643
1fa32646
TL
16442004-09-16 Tomer Levi <Tomer.Levi@nsc.com>
1645
9c933e04
AM
1646 * scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*.
1647 (.fini): Likewise.
1648 (.jcr): Likewise.
1fa32646 1649
b6ee372a
AM
16502004-09-16 Alan Modra <amodra@bigpond.net.au>
1651
1652 * emultempl/armelf_oabi.em (before_allocation): Add extra zero param
1653 to bfd_elf32_arm_process_before_allocation call.
1654
9c504268
PB
16552004-09-13 Paul Brook <paul@codesourcery.com>
1656
1657 * emulparams/armsymbian.sh: Set TARGET1_IS_REL.
1658 * emultempl/armelf.em: Use TARGET1_IS_REL. Add --target1-{rel,abs}.
1659
d15b04bd
L
16602004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1661
1662 * configure: Regenerated with autconfig 2.13.
1663
875c4330
AS
16642004-09-07 Andreas Schwab <schwab@suse.de>
1665
1666 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
1667 alignment before adjusting DATA_SEGMENT_RELRO_END.
1668
229fcec5
MM
16692004-09-06 Mark Mitchell <mark@codesourcery.com>
1670
1671 * emulparams/armsymbian.sh: Use armbpabi script.
1672 * scripttempl/armbpabi.sc: New script.
1673
e5a52504
MM
16742004-09-02 Mark Mitchell <mark@codesourcery.com>
1675
1676 * Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
1677 (earmsymbian.c): New target.
1678 * configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
1679 * Makefile.in: Regenerated.
1680 * aclocal.m4: Likewise.
1681 * configure: Likewise.
1682 * emulparams/armsymbian.sh: New file.
1683
42851540
NC
16842004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
1685
1686 * scripttempl/elf32crx.sc: Edit file with comments.
1687 (.init): Add new section.
1688 (.fini): Likewise.
1689 (.ctor): Control the linkage order.
1690 (.dtor): Likewise.
1691
c034e3e0
NC
16922004-08-27 Nick Clifton <nickc@redhat.com>
1693
1694 * emultempl/pe.em (after_open): Do not assume that either bfd is
9c933e04 1695 an archive.
c034e3e0 1696
688c58f3
AM
16972004-08-26 Alan Modra <amodra@bigpond.net.au>
1698
1699 * ldlang.c (lang_init): Don't compare with TRUE.
1700
b18c562e
NC
17012004-08-25 Dmitry Diky <diwil@spec.ru>
1702
1703 * emulparams/msp430all.sh: Fix RAM sizes for all targets.
1704 * scripttempl/elf32msp430.sc: Add .profiler section definition.
1705
61f5d054
L
17062004-08-24 H.J. Lu <hongjiu.lu@intel.com>
1707
1708 * ldlang.c (wildcardp): Defined as a macro with strpbrk.
1709
e77d3d77
MM
17102004-08-19 Mark Mitchell <mark@codesourcery.com>
1711
1712 * configure.tgt (arm*-*-symbianelf*): New target.
1713 (arm*-*-eabi*): Likewise.
1714
3f764659
JJ
17152004-08-19 Jakub Jelinek <jakub@redhat.com>
1716
1717 * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
1718 (ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
1719 (OPTION_NON_OVERLAPPING_OPD): Define.
1720 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
1721 --non-overlapping-opd option.
1722
a010d60f
AM
17232004-08-18 Alan Modra <amodra@bigpond.net.au>
1724
1725 PR 338
1726 * ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
1727 was already on the undefs list.
1728
c4e33880
AM
17292004-08-17 Alan Modra <amodra@bigpond.net.au>
1730
1731 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
1732 prefix the symbol field too.
1733
d003868e
AM
17342004-08-13 Alan Modra <amodra@bigpond.net.au>
1735
1736 * ldmain.c (link_callbacks): Remove "error_handler".
1737 * ldmisc.c: Include elf-bfd.h.
1738 (vfinfo): Sort comment. Handle %A. Use %A instead of
1739 bfd_get_section_indent.
1740 (error_handler): Delete.
1741 * ldmisc.h (error_handler): Delete declaration.
1742
99877b66
AM
17432004-08-10 Alan Modra <amodra@bigpond.net.au>
1744
1745 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
1746 ppc64_elf_restore_symbols.
1747
40e45c8b
AM
17482004-08-09 Alan Modra <amodra@bigpond.net.au>
1749
1750 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
1751 .toc is too large on relocatable linking.
1752
ccfa59ea
AM
17532004-08-09 Alan Modra <amodra@bigpond.net.au>
1754
1755 * emultempl/ppc64elf.em (ppc_after_open): Delete.
1756 (LDEMUL_AFTER_OPEN): Don't define.
1757
93fd0973
SC
17582004-08-02 Stephane Carrez <stcarrez@nerim.fr>
1759
1760 * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
1761
f1b123db
SC
17622004-08-01 Stephane Carrez <stcarrez@nerim.fr>
1763
1764 * scripttempl/elfm68hc12.sc: Align text, rodata and data section
1765 on power of 2.
1766
e7fbc2bf
JT
17672004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
1768
1769 * emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
1770
c05e9f04
NC
17712004-07-26 Dmitry Diky <diwil@spec.ru>
1772
1773 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
1774 msp430x1612, msp430x415, msp430x417, msp430xG437, msp430xG438,
1775 msp430xG439.
1776 * configure.tgt: Likewise.
1777 * emulparams/msp430all.sh: Likewise.
1778 * Makefile.in: Regenerate.
1779
9f61903d
NC
17802004-07-23 Nick Clifton <nickc@redhat.com>
1781
1782 * emultempl/elf32.em (_place_orphan): Use an already existing
1783 section name if that section does not have any flags set.
1784
082b7297
L
17852004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1786
1787 * ldlang.c (already_linked_hash_entry): Removed.
1788 (already_linked): Likewise.
1789 (already_linked_table): Likewise.
1790 (section_already_linked): Call bfd_section_already_linked.
1791 (lang_process): Replace already_linked_table_init with
1792 bfd_section_already_linked_table_init and check return. Replace
1793 already_linked_table_free with bfd_section_already_linked_table_free.
1794
76d7af2d
NC
17952004-07-21 Nick Clifton <nickc@redhat.com>
1796
1797 * ldlang.c (init_os): Make sure that the newly allocated userdata
1798 structure is zeroed out.
1799
14b3c463
L
18002004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1801
1802 * NEWS: Mention the new --add-needed/--no-add-needed and
1803 --as-needed/--no-as-needed options.
1804
e56f61be
L
18052004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1806
1807 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also
1808 check the add_needed field.
1809 (dt_needed): New struct.
1810 (gld${EMULATION_NAME}_try_needed): Change the first argument
1811 to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED
1812 bit in the file where the DT_NEEDED entry comes from.
1813 (gld${EMULATION_NAME}_search_needed): Change the second
1814 argument to a pointer to struct dt_needed.
1815 (gld${EMULATION_NAME}_check_ld_so_conf): Updated.
1816 (gld${EMULATION_NAME}_after_open): Likewise.
1817
1818 * ld.texinfo: Add --add-needed document.
1819 * ldlang.c (new_afile): Set p->add_needed.
1820 * ldlang.h (lang_input_statement_type): Add add_needed field.
1821 * ldmain.h (add_needed): Declare.
1822 * ldmain.c (add_needed): New global var.
1823 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and
1824 OPTION_NO_ADD_NEEDED.
1825 (ld_options): Likewise.
1826 (parse_args): Handle them.
1827
c99b8138
NC
18282004-07-13 Christof Petig <christof@petig-baender.de>
1829
1830 * emultempl/pe.em (make_import_fixup): Use bfd_get_32 to correct
1831 for endian-ness of extracted addend.
1832
13ed4151
NC
18332004-07-13 Danny Smith <dannysmith@usesr.sourceforge.net>
1834
1835 * pe-dll.c (auto_export): Filter on just the import prefix,
1836 "_imp_", not "_imp__".
1837
1a320fbb
NC
18382004-07-09 Nick Clifton <nickc@redhat.com>
1839
1840 * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
1841
1fe1f39c
NC
18422004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
1843
1844 * Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
1845 (eelf32crx.c): New target.
1846 * Makefile.in: Regenerate.
1847 * configure.tgt: Handle crx-*-elf*.
1848 * emulparams/elf32crx.sh: New file.
1849 * emultempl/crxelf.em: New file.
1850 * scripttempl/elf32crx.sc: New file.
1851 * NEWS: Mention new target.
1852
85fbca6a
NC
18532004-07-06 Nick Clifton <nickc@redhat.com>
1854
1855 * Makefile.am: Add eshlsymbian.c.
1856 * Makefile.in: Regenerate.
1857 * configure.tgt: Add sh*-symbian-elf target.
1858 * emulparams/shlsymbian.sh: New file. Configure the
1859 sh-symbian-elf linker scripts.
1860 * scripttemp/elf32sh-symbian.sc: New file. Linker script
1861 template for the sh-symbian-elf target.
1862
b71a5181
DA
18632004-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1864
1865 * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
1866 * emulparams/hppalinux.sh: Likewise.
1867 * scripttempl/elf.sc: Place .plt just before .got when .plt is in
1868 data segment and PLT_BEFORE_GOT is defined.
1869
c87db184
CF
18702004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1871
1872 * ld.texinfo (WIN32): Document PE weak symbols.
1873
f6a8ae81
KK
18742004-07-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1875
1876 * emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
1877
b602c853
L
18782004-07-01 H.J. Lu <hongjiu.lu@intel.com>
1879
1880 * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
1881 the section.
1882
1a23a9e6
AM
18832004-06-29 Alan Modra <amodra@bigpond.net.au>
1884
1885 * ldlang.c (lang_reset_memory_regions): Save last relax pass section
1886 size in rawsize.
1887
eea6121a
AM
18882004-06-24 Alan Modra <amodra@bigpond.net.au>
1889
1890 * ldlang.c (print_output_section_statement): Don't print size before
1891 relaxation.
1892 (IGNORE_SECTION): Remove bfd arg. Update all callers.
1893
1894 * ldexp.c (fold_name): .. See below.
1895 * ldlang.c (section_already_linked, print_output_section_statement,
1896 print_input_section, insert_pad, size_input_section,
1897 lang_check_section_addresses, lang_size_sections_1,
1898 lang_size_sections, lang_do_assignments_1, lang_set_startof,
1899 lang_one_common, lang_reset_memory_regions, lang_process,
1900 lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
1901 * ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
1902 * pe-dll.c (process_def_file, generate_reloc): ..
1903 * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
1904 gld${EMULATION_NAME}_before_allocation): ..
1905 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
1906 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
1907 sh64_elf_${EMULATION_NAME}_after_allocation): ..
1908 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
1909 * emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
1910 ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
1911 "size" instead of "_raw_size" and "_cooked_size". Expand
1912 bfd_section_size macro invocations.
1913
552f8272
CF
19142004-06-22 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1915
1916 * ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
1917 ___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
1918 ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
1919 ___crt_xt_end__.
1920 (.tls): Define ___tls_start__ and ___tls_end__.
1921
aee6f5b4
AO
19222004-06-21 Alexandre Oliva <aoliva@redhat.com>
1923
1924 * emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
1925
eea6121a 19262004-06-18 Adam Nemet <anemet@lnxw.com>
f234d5fe 1927
eea6121a
AM
1928 * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
1929 * configure: Regenerate.
f234d5fe 1930
dfff4fbe
JJ
19312004-06-15 Jakub Jelinek <jakub@redhat.com>
1932
1933 * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
1934 .gcc_except_table output sections lost accidentally with
1935 -z relro patch.
1936
a9e0c0c6
AM
19372004-06-15 Alan Modra <amodra@bigpond.net.au>
1938
1939 * ldwrite.c (build_link_order): Use bfd_get_section_size
1940 instead of bfd_get_section_size_before_reloc or _raw_size.
1941 * pe-dll.c (process_def_file): Likewise.
1942
7115639b
AM
19432004-06-14 Alan Modra <amodra@bigpond.net.au>
1944
1945 From Richard Wirth <r.wirth@wirthware.de>
1946 * ldlang.c (lang_finish): Don't free lang_definedness_table.
1947
9ca57817
AM
19482004-05-29 Alan Modra <amodra@bigpond.net.au>
1949
1950 * ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
1951 (lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
1952
164e712d
AM
19532004-05-28 Alan Modra <amodra@bigpond.net.au>
1954
6feb9908
AM
1955 * ldlang.c: Formatting. Wrap long lines, expand bfd_get_section_flags
1956 throughout file.
1957 * lexsup.c: Formatting. Wrap long lines.
1958 * ldwrite.c: Update copyright date.
1959
164e712d
AM
1960 * ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
1961 (output_section_callback): Nor SEC_KEEP here.
1962 (gc_section_callback): Twiddle SEC_EXCLUDE here.
1963 (lang_gc_wild): Delete. Fold into..
1964 (lang_gc_sections_1): ..here. Only call bfd_gc_sections when garbage
1965 collecting.
1966 (lang_process): Always call lang_gc_sections.
1967 (lang_place_orphans): Handle SEC_EXCLUDE sections.
1968 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
1969 SEC_EXCLUDE code.
1970
b3096250
L
19712004-05-26 H.J. Lu <hongjiu.lu@intel.com>
1972
1973 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
1974 SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
1975 * ldlang.c (lang_add_section): Likewise.
1976
e49f5022
AM
19772004-05-26 Alan Modra <amodra@bigpond.net.au>
1978
1979 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
1980 sections when doing a final link. Clear SEC_EXCLUDE when doing
1981 a relocable link, except for SEC_DEBUGGING sections.
1982 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
1983 same condition here to drop SEC_EXCLUDE orphan sections.
1984
57ceae94
AM
19852004-05-25 Alan Modra <amodra@bigpond.net.au>
1986
1987 * ldlang.c (lang_process): Call bfd_merge_sections later, and
1988 only when not a relocatable link.
1989 (print_input_section): Handle SEC_EXCLUDE sections.
1990 (size_input_section): Don't update dot on SEC_EXCLUDE sections.
1991 (lang_do_assignments_1): Likewise.
1992 * ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
1993 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
1994 * emultempl/hppaelf.em (build_section_lists): Likewise.
1995 * emultempl/ppc64elf.em (build_toc_list): Likewise.
1996 (build_section_lists): Likewise.
1997
a85785bc
AS
19982004-05-23 Andreas Schwab <schwab@suse.de>
1999
2000 * ld.texinfo (Options): Fix typo in last change.
2001
2d643429
NC
20022004-05-21 Andy Chittenden <achittenden@bluearc.com>
2003
2004 * ld.h (ld_config_type): Add new field: hash_table_size.
2005 * ldmain.c: Initialise the new field to zero. If it is non-zero
2006 after parsing the linker's command line call
2007 bfd_hash_set_default_size.
2008 * lexsup.c (option_values): Add OPTION_HASH_SIZE.
2009 (ld_options): Add hash-size.
2010 (parse_args): Parse --hash-size option. Allow
2011 --reduce-memory-overheads to set the default hash table size as
2012 well.
2013 * ld.texinfo: Document the new switch. Also mention that
2014 --reduce-memory-overheads can affect the hash table size.
2015 * NEWS: Mention the new feature.
2016
35835446
JR
20172004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
2018
2019 * NEWS: Mention new linker map file generation and the
2020 --reduce-memory-overheads option.
2021 * ld.texinfo: Document --reduce-memory-overheads option.
2022 * ld.h (map_symbol_def): New struct.
2023 (struct user_section_struct, section_userdata_type): Rename to:
2024 (struct lean_user_section_struct, lean_section_userdata_type).
2025 (struct fat_user_section_struct, fat_section_userdata_type): New.
2026 (SECTION_USERDATA_SIZE): Define.
2027 (args_type): New member reduce_memory_overheads.
2028 * ldlang.c (map_obstack): New static variable.
2029 (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
2030 (lang_map): Unless command_line.reduce_memory_overheads is set,
2031 initialize lists of defined symbols for each section.
2032 (print_input_section): Unless command_line.reduce_memory_overheads
2033 is set, use print_all_symbols.
2034 (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
2035 * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
2036 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
2037 (ld_options): Add entry for --reduce-memory-overheads.
2038 (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
2039
0841712e
JJ
20402004-05-19 Jakub Jelinek <jakub@redhat.com>
2041
2042 * ldgram.y (sect_constraint): New.
2043 (ONLY_IF_RO, ONLY_IF_RW): New tokens.
2044 (section): Add sect_constraint. Pass additional argument
2045 to lang_enter_output_section_statement.
2046 * mri.c (mri_draw_tree): Pass additional argument to
2047 lang_enter_output_section_statement.
2048 * emultempl/pe.em (place_orphan): Likewise.
2049 (output_prev_sec_find): Disregard output section statements with
2050 constraint == -1.
2051 * emultempl/mmo.em (output_prev_sec_find): Likewise.
2052 (mmo_place_orphan): Pass additional argument to
2053 lang_enter_output_section_statement.
2054 * emultempl/elf32.em (output_prev_sec_find): Disregard output section
2055 statements with constraint == -1.
2056 (place_orphan): Pass additional argument to
2057 lang_enter_output_section_statement.
2058 * ldlang.c (lang_enter_overlay_section): Likewise.
2059 (lang_output_section_find_1): New.
2060 (lang_output_section_find): Use it.
2061 (lang_output_section_statement_lookup_1): New.
2062 (lang_output_section_statement_lookup): Use it.
2063 (check_section_callback, check_input_sections): New.
2064 (map_input_to_output_sections): Check if all input sections
2065 are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
2066 (strip_excluded_output_sections): Disregard output section statements
2067 with constraint == -1.
2068 (lang_record_phdrs): Likewise.
2069 (lang_enter_output_section_statement): Add constraint argument.
2070 Use lang_output_section_statement_lookup_1.
2071 * ldlang.h (lang_output_section_statement_type): Add constraint
2072 and all_input_readonly fields.
2073 (lang_enter_output_section_statement): Adjust prototype.
2074 * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
2075 * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
2076 segment if all input sections are readonly.
2077
eea6121a 20782004-05-19 Adam Nemet <anemet@lnxw.com>
f2c50328
NC
2079
2080 * scripttempl/i386lynx.sc: Remove file.
2081
2a16d82a
BW
20822004-05-17 Bob Wilson <bob.wilson@acm.org>
2083
2084 * ld.texinfo (Output Section Address): Correct subsection name.
2085
eea6121a 20862004-05-17 Adam Nemet <anemet@lnxw.com>
b2d65c0b
NC
2087
2088 * configure.tgt (powerpc-*-lynxos* case): New case.
2089 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
2090 * emulparams/ppclynx.sh: New file.
2091 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
2092 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
2093 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
2094 (eppclynx.c): New rule.
2095 * Makefile.in: Regenerate.
2096
4b363073
NC
20972004-05-13 Joel Sherrill <joel@oarcorp.com>
2098
2099 * configure.tgt (or32-*-rtems*): Switch to elf and
2100 support versioned targets.
2101
9598fbe5
NC
21022004-05-13 Nick Clifton <nickc@redhat.com>
2103
2104 * po/fr.po: Updated French translation.
2105
8c37241b
JJ
21062004-05-11 Jakub Jelinek <jakub@redhat.com>
2107
2108 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
2109 for binaries, -shared and -pie.
2110 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
2111 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
2112 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
2113 (OTHER_RELRO_SECTIONS): ... this.
2114 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
2115 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
2116 -z relro and -z norelro.
2117 (gld${EMULATION_NAME}_list_options): Add it to usage.
2118 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
2119 -z relro scripts when appropriate.
2120 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
2121 Create separate .got.plt section if SEPARATE_GOTPLT.
2122 Move sections which are only written during relocation handling
2123 to the beginning of RW segment. If NO_SMALL_DATA, move .got
2124 before .data. Add DATA_SEGMENT_RELRO_END directive.
2125 Include OTHER_RELRO_SECTIONS.
2126 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
2127 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
2128 (fold_unary): Likewise.
2129 (fold_binary): Handle -z relro.
2130 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
2131 exp_dataseg_relro_adjust phases. Add relro_end field.
2132 * ldmain.c (main): Initialize link_info.relro to FALSE.
2133 * ldlang.c (lang_size_sections): Handle -z relro.
2134
e21059f2
MM
21352004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
2136
2137 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
2138
5f9b8920
JR
21392004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
2140
2141 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
2142 before printing it with %W.
2143
26d2d8a2 21442004-05-07 Brian Ford <ford@vss.fsi.com>
eea6121a 2145 DJ Delorie <dj@redhat.com>
26d2d8a2
BF
2146
2147 * emultempl/pe.em (real_flags): New static.
2148 (OPTION_LARGE_ADDRESS_AWARE): New define.
2149 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
2150 (gld_${EMULATION_NAME}_list_options): Likewise.
2151 (gld${EMULATION_NAME}_handle_option): Likewise.
2152 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
2153 * ld.texinfo: Document it.
2154 * NEWS: Mention it.
2155
1b169501
BF
21562004-05-07 Brian Ford <ford@vss.fsi.com>
2157
2158 * NEWS: Mention DWARF 2 support for i386pe.
2159
41cf0c62
AO
21602004-05-05 Alexandre Oliva <aoliva@redhat.com>
2161
2162 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
2163 elf32-frvfdpic.
2164
d0d6a25b
AM
21652004-04-30 Alan Modra <amodra@bigpond.net.au>
2166
2167 * ldlang.c (unique_section_p): Pass section parm, return true on
2168 group sections.
2169 (output_section_callback): Adjust.
2170 * ldlang.h (unique_section_p): Update prototype.
2171 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
2172
755306be
EB
21732004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
2174
eea6121a 2175 * ld.texinfo (--gc-sections): Remove restriction for
755306be
EB
2176 dynamic linking.
2177
8a7140c3
NC
21782004-04-29 Brian Ford <ford@vss.fsi.com>
2179
2180 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
2181 for DWARF 2/3. Update stab section's syntax.
2182
2f9636ba
AM
21832004-04-29 Alan Modra <amodra@bigpond.net.au>
2184
2185 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
2186 (fill_edata): Correct pointer arithmetic.
2187
23867d67
CD
21882004-04-21 Chris Demetriou <cgd@broadcom.com>
2189
2190 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
2191 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
2192 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
2193 (EXTRA_EM_FILE): Use mipsecoff.em
2194 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
2195 (EXTRA_EM_FILE): Use mipsecoff.em
2196 * emultempl/mipsecoff.em: Restructure to be included as an
2197 extra emulation file.
2198 (check_sections, gld${EMULATION_NAME}_after_open)
2199 (gld${EMULATION_NAME}_after_allocation)
2200 (gld${EMULATION_NAME}_get_script)
2201 (ld_${EMULATION_NAME}_emulation): Remove
2202 (gld${EMULATION_NAME}_before_parse): Rename to...
2203 (mipsecoff_before_parse): This.
2204 (LDEMUL_BEFORE_PARSE): Define.
2205 * emultempl/mipself.em: Remove file.
2206 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
2207 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
2208 these symbols.
2209 * Makefile.am: Remove dependencies on emultempl/mipself.em.
2210 * Makefile.in: Regenerate.
2211
1502569c
NC
22122004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
2213
2214 * ld.texinfo (synthesizing on H8/300): Information about linker
2215 relaxation support for bit manipulation instructions and system
2216 control instructions is added.
2217
c894ddfb
HPN
22182004-04-21 Hans-Peter Nilsson <hp@axis.com>
2219
2220 * NEWS: Mention change in DEFINED semantics.
2221
a85bf78e
EB
22222004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
2223
2224 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
2225 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
2226 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
2227
58434bc1
BE
22282004-04-21 Ben Elliston <bje@au.ibm.com>
2229
2230 * ld.texinfo (Simple Example): Add missing punctuation.
2231
7a7f4e42
CD
22322004-04-20 Chris Demetriou <cgd@broadcom.com>
2233
2234 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
2235
3737f867
JJ
22362004-04-19 Jakub Jelinek <jakub@redhat.com>
2237
2238 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
2239 specially.
2240
3c17e4f7
DS
22412004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
2242
2243 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
2244 with default priority. Likewise for dtors.
2245
279500de
TS
22462004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2247
2248 * configure.host: Remove mips*-dec-bsd* target.
2249 * configure.tgt: Likewise.
2250
52f89c0a
RS
22512004-04-08 Richard Sandiford <rsandifo@redhat.com>
2252
2253 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
2254 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
2255 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
2256 * emultempl/irix.em: New file.
2257 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
2258 dependencies.
2259 * Makefile.in: Regenerate.
2260
e489d0ae
PB
22612004-04-01 Paul Brook <paul@codesourcery.com>
2262
2263 * emultempl/armelf.em (byteswap_code): Add.
2264 (arm_elf_before_allocation): Pass extra parameter.
2265 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
2266 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
2267 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
2268 * emultempl/armelf_oabi.em: Pass extra parameter.
2269 * ld.texinfo: Document --be8.
2270
7cc8057a
SS
22712004-03-30 Stan Shebs <shebs@apple.com>
2272
2273 Remove long-obsolete MPW support.
2274 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
2275 * Makefile.am (mpw): Remove file-presynthesizing actions.
2276 * Makefile.in: Likewise.
2277 * ldfile.c (slash): Remove MPW case.
2278 * ldlex.l [MPW]: Remove unused definition.
2279
0949843d
NC
22802004-03-30 Galit Heller <Galit.Heller@nsc.com>
2281
2282 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
2283 (eelf32cr16c.c): New target.
2284 * Makefile.in: Regenerate.
2285 * configure.tgt: Handle cr16c-*-elf*.
2286 * emulparams/elf32cr16c.sh: New file.
2287 * scripttempl/elfcr16c.sc: Likewise
2288 * NEWS: Mention support for new target.
2289
0a159ef8
NC
22902004-03-30 Nick Clifton <nickc@redhat.com>
2291
2292 * po/sv.po: Updated Swedish translation.
2293
7a945db6
AM
22942004-03-27 Alan Modra <amodra@bigpond.net.au>
2295
2296 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
2297 * emultempl/hppaelf.em: Likewise.
2298 * emultempl/ppc64elf.em: Likewise.
2299 * emultempl/sh64elf.em: Likewise.
2300
5a580b3a
AM
23012004-03-25 Alan Modra <amodra@bigpond.net.au>
2302
2303 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
2304 size_dynamic_sections call.
2305
b9cf773d
AM
23062004-03-23 Alan Modra <amodra@bigpond.net.au>
2307
2308 PR 51.
2309 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
2310 link_info.wrap_char.
2311
59c2e50f
L
23122004-03-20 H.J. Lu <hongjiu.lu@intel.com>
2313
2314 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
2315 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
2316
44349745
AO
23172004-03-20 Alexandre Oliva <aoliva@redhat.com>
2318
2319 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
2320
81359a70
AM
23212004-03-19 Alan Modra <amodra@bigpond.net.au>
2322
2323 * config.in: Regenerate.
2324 * po/ld.pot: Regenerate.
2325
4a43e768
AM
23262004-03-18 Alan Modra <amodra@bigpond.net.au>
2327
2328 * ld.texinfo: Add --as-needed doco.
2329 * ldmain.c (as_needed): New global var.
2330 * ldmain.h (as_needed): Declare.
2331 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
2332 OPTION_NO_AS_NEEDED.
2333 (ld_options): Likewise.
2334 (parse_args): Handle them.
2335 * ldlang.h (lang_input_statement_type): Add as_needed field.
2336 * ldlang.c (new_afile): Set p->as_needed.
2337 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
2338 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
2339 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
2340
2341 * ldlang.c (open_input_bfds): Remove useless cast.
2342 (lang_do_assignments_1): Likewise.
2343 (lang_for_each_input_section): Delete.
2344
9183ed4b
AM
23452004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2346
2347 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
2348
ee31fbd0
NC
23492004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
2350
2351 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
2352 private when building implib.
2353
e5caec89
NS
23542004-03-05 Nathan Sidwell <nathan@codesourcery.com>
2355
2356 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
2357 SEC_THREAD_LOCAL.
2358 (IGNORE_SECTION): Ignore .tbss sections too.
2359 (lang_size_sections_1): .tbss sections do not advance dot.
2360
cc2f008e
AS
23612004-03-01 Andreas Schwab <schwab@suse.de>
2362
2363 * ld.texinfo (Options): Fix example for --wrap.
2364
f5a95868
DS
23652004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
2366
2367 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
2368 not NULL.
2369
177b729b
ILT
23702004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2371
2372 * ldlang.c (lang_check): Use %P, not %E, in error message.
2373
1b493742
NS
23742004-02-23 Nathan Sidwell <nathan@codesourcery.com>
2375
2376 * ldlang.h (struct lang_output_section_state): Change processed
2377 field's type.
2378 * ldexp.c (check, invalid): Remove.
2379 (fold_name): Move valid_p assignments. Create undefined symbol
2380 when needed. Directly exampine section's processd flag.
2381 * ldlang.c (lang_output_section_statement_lookup): Adjust
2382 processed field init.
2383 (lang_size_sections_1): Allow LOADADDR when determining section's
2384 VMA. Adjust error message. Fold data statement's expr.
2385 (lang_size_sections): Correctly increment lang_statement_iteration.
2386
23872004-02-23 Alan Modra <amodra@bigpond.net.au>
2388
2389 * ldexp.c (fold_tree): Follow indirect symbols.
b9cf773d 2390
876f4090
NS
23912004-02-20 Nathan Sidwell <nathan@codesourcery.com>
2392
2393 * ldgram.y (exp): Add two operand ALIGN.
2394 * ldexp.c (fold_binary): Add ALIGN_K case.
2395 * ld.texinfo (ALIGN): Document two operand version.
2396
384d938f
NS
23972004-02-19 Nathan Sidwell <nathan@codesourcery.com>
2398
2399 * ldlang.c (map_input_to_output_sections): Initialize sections
2400 mentioned in a data statement expression.
2401 (lang_do_assignments_1): Add data statement's expression's
2402 section's vma.
2403
b6ca8815
NS
24042004-02-18 Nathan Sidwell <nathan@codesourcery.com>
2405
2406 * ldgram.y (statement_anywhere): Add assert rule.
2407 * ldlang.c (exp_init_os): Add assert case.
2408
c92c35e7
AC
24092004-02-14 Andrew Cagney <cagney@redhat.com>
2410
2411 * ldmain.c (remove_output): Call bfd_cache_close.
2412
9bf78c99
RS
24132004-02-14 Richard Sandiford <rsandifo@redhat.com>
2414
2415 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
2416 .MIPS.content* and .MIPS.events* sections.
2417
f3806916
DJ
24182004-02-09 Daniel Jacobowitz <drow@mvista.com>
2419
2420 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
2421 .note.gnu.arm.ident to after allocated sections. Mark its
2422 address as 0.
2423
4c8e70d7
DJ
24242004-02-09 Daniel Jacobowitz <drow@mvista.com>
2425
2426 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
2427 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
2428 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
2429 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
2430 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
2431
ff71f4f7
NC
24322004-02-05 Nick Clifton <nickc@redhat.com>
2433
2434 * emultempl/pe.em (_after_open): Fix typo in previous delta.
2435
07a68a80
NC
24362004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
2437
2438 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
2439
1dd3bf68
AM
24402004-01-28 Alan Modra <amodra@bigpond.net.au>
2441
586196d5
AM
2442 * genscripts.sh: Fix typo.
2443
1dd3bf68
AM
2444 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
2445
13d9421f
JJ
24462004-01-24 Jakub Jelinek <jakub@redhat.com>
2447
2448 * emulparams/elf64_ia64.sh: Put .rela.opd into
2449 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
2450
4d8907ac
DS
24512004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
2452
2453 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
2454 * ld.texinfo (--omagic): Note that writable text section
2455 does not conform to published PE-COFF specs.
2456 (--enable-auto-import): Likewise.
2457
e5c60db5
AM
24582004-01-15 Alan Modra <amodra@bigpond.net.au>
2459
2460 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
2461
6bdafbeb
NC
24622004-01-13 Nick Clifton <nickc@redhat.com>
2463
2464 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
2465 which if true will prevent the LMA region being used as a
2466 replacement for a default VMA region.
586196d5
AM
2467 (lang_leave_output_section_statement): Pass extra parameter.
2468 (lang_leave_overlay): Likewise.
2469 * ld.texinfo (Output Section LMA): Document that the LMA
6bdafbeb
NC
2470 region can be set to the VMA region if no VMA has been set.
2471 * ldlang.h (struct lang_output_section_phdr_list): Create a
2472 typedef for this type. Minor formatting fixes.
586196d5 2473
9dfc8ab2
NC
24742004-01-13 Nick Clifton <nickc@redhat.com>
2475
2476 * ldlang.c (lang_size_sections_1): If dot is advanced, then
2477 assume that the section should be allocated.
2478
8325c4dd
AM
24792004-01-13 Alan Modra <amodra@bigpond.net.au>
2480
2481 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
2482 sections. Do ignore SEC_NEVER_LOAD sections.
2483 (lang_size_sections_1): Remove test made redundant with the above.
2484
83490352
AM
24852004-01-09 Alan Modra <amodra@bigpond.net.au>
2486
2487 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
2488 program_header_size.
2489
005e1118
AO
24902004-01-06 Alexandre Oliva <aoliva@redhat.com>
2491
2492 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
2493 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
2494 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
2495 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
2496 (MAXPAGESIZE): Set to 64Kb.
2497 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
2498 __ROFIXUP_END__. Don't map .rofixup.got any more.
2499 * emulparams/elf32frv.sh (NOP): Set.
2500 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
2501 * configure.tgt: Add frv-*-*linux*.
2502 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
2503 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
2504 (eelf32frvfd.c): New.
2505 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
2506 * emulparams/elf32frv.sh: Reverted previous two patches.
2507 * emulparams/elf32frvfd.sh: New.
2508 * Makefile.in: Rebuilt.
2509 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
2510 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
2511 .rofixup.got to .rofixup.
2512 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
2513 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
2514 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
2515
060feee5
JJ
25162004-01-05 Jakub Jelinek <jakub@redhat.com>
2517
2518 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
2519 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
2520
5e2f1575
AM
25212004-01-03 Alan Modra <amodra@bigpond.net.au>
2522
e5caa5e0
AM
2523 * ldexp.c (align_n): Make static.
2524 * ldexp.h (align_n): Delete declaration.
2525 * ldlang.h (lang_enter_output_section_statement): Remove
2526 block_value param.
2527 * ldlang.c (lang_enter_output_section_statement): Likewise.
2528 (TO_ADDR, TO_SIZE): Define.
c2df3ea5 2529 (opb_shift): New var.
e5caa5e0
AM
2530 (init_opb): New function.
2531 (print_input_section): Call init_opb and use TO_ADDR.
2532 (print_data_statement, print_reloc_statement): Likewise.
2533 (print_padding_statement): Likewise.
c2df3ea5 2534 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
2535 (lang_check_section_addresses): Likewise.
2536 (lang_size_sections_1): Likewise.
2537 (lang_do_assignments_1): Likewise.
2538 (lang_set_startof): Likewise.
c2df3ea5 2539 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 2540 (lang_process): Call init_opb.
c2df3ea5 2541 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
2542 (lang_enter_overlay_section): Adjust
2543 lang_enter_output_section_statement call.
2544 * ldgram.y: Likewise.
2545 * mri.c (mri_draw_tree): Likewise.
2546 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2547 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2548 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2549
5e2f1575
AM
2550 * ldfile.c (ldfile_set_output_arch): Add defarch param.
2551 * ldfile.h (ldfile_set_output_arch): Ditto.
2552 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
2553 ldfile_set_output_arch.
2554 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2555 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
2556 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
2557 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2558 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
2559 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2560 * ldgram.y: Adjust ldfile_set_output_arch call.
2561 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2562 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
2563 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
2564 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
2565 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
2566 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2567 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2568
b50c15dc
NC
25692004-01-02 Bernardo Innocenti <bernie@develer.com>
2570
2571 * configure.tgt: Add m68k-uClinux target.
6edf0760 2572
c9e214e5 2573For older changes see ChangeLog-0203
252b5132
RH
2574\f
2575Local Variables:
2576mode: change-log
2577left-margin: 8
2578fill-column: 74
2579version-control: never
2580End:
This page took 0.533803 seconds and 4 git commands to generate.