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