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