1 2005-12-28 Jie Zhang <jie.zhang@analog.com>
3 * emulparams/bfin.sh: Define DATA_END_SYMBOLS and END_SYMBOLS.
4 And add a prefix '_' to ENTRY.
5 * scripttempl/elf.sc: Add END_SYMBOLS.
7 2005-12-27 H.J. Lu <hongjiu.lu@intel.com>
9 * emultempl/xtensaelf.em (elf_xtensa_place_orphan): Delete.
10 (LDEMUL_PLACE_ORPHAN): Delete.
12 2005-12-27 Leif Ekblad <leif@rdos.net>
14 * configure.tgt: Add support for RDOS targets.
16 2005-12-27 Nick Clifton <nickc@redhat.com>
18 * po/vi.po: New Vietnamese translation.
19 * configure.in (ALL_LINGUAS): Add vi.
20 * configure: Regenerate.
22 2005-12-27 Alan Modra <amodra@bigpond.net.au>
24 * Makefile.am: Run "make dep-am".
25 * Makefile.in: Regenerate.
27 2005-12-24 Alan Modra <amodra@bigpond.net.au>
29 * ldlang.h (lang_output_section_statement_type): Add prev.
30 * ldlang.c (output_statement_newfunc): Set os.prev.
31 (lang_insert_orphan): Likewise.
32 (output_prev_sec_find): Use os.prev.
34 2005-12-22 Santosh Raktawan <santoshr2@kpitcummins.com>
36 * ld/emulparms/h8300helf.sh (TINY_READONLY_SECTION,
37 TINY_DATA_SECTION, TINY_BSS_SECTION): Define.
38 * ld/emulparms/h8300self.sh: Likewise.
39 * ld/emulparms/h8300sxelf.sh: Likewise.
40 * ld/scripttempl/elf.sc: Add TINY_READONLY_SECTION,
41 TINY_DATA_SECTION, TINY_BSS_SECTION.
43 2005-12-19 H.J. Lu <hongjiu.lu@intel.com>
46 * ldlang.c (output_statement_newfunc): Revert the change made on
48 (output_prev_sec_find): Likewise.
49 * ldlang.h (lang_statement_list_type): Likewise.
51 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
53 Second part of ms1 to mt renaming.
54 * emulparams/elf32mt.sh (ARCH, OUTPUT_FORMAT): Adjust.
56 2005-12-14 Jakub Jelinek <jakub@redhat.com>
58 * scripttempl/elf.sc: Put .gnu.linkonce.d.rel.ro.* sections into
59 .data.rel.ro output section. Fix a pasto for -z nocombreloc
60 .rela.data.rel.ro section content.
62 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
64 * Makefile.am (ALL_EMULATIONS): Replace ms1 files with mt files.
65 (eelf32mt.c): Update target name and dependencies.
66 * Makefile.in: Rebuilt.
67 * configure.tgt: Replace ms1 arch with mt arch.
68 * emulparams/elf32mt.sh: Renamed from elf32ms1.sh. Update
71 2005-12-11 Bernhard Fischer <aldot@gcc.gnu.org>
73 * scripttempl/armbpabi.sc: Fix typo in comment for .ctors.
74 * scripttempl/elf.sc: Ditto.
75 * scripttempl/elf32sh-symbian.sc: Ditto.
76 * scripttempl/elf_chaos.sc: Ditto.
77 * scripttempl/elfd10v.sc: Ditto.
78 * scripttempl/elfd30v.sc: Ditto.
79 * scripttempl/elfxtensa.sc: Ditto.
80 * scripttempl/iq2000.sc: Ditto.
81 * scripttempl/xstormy16.sc: Ditto.
83 2005-12-08 Alan Modra <amodra@bigpond.net.au>
85 * emultempl/ppc32elf.em (emit_stub_syms): New var.
86 (ppc_after_open): Pass it to ppc_elf_select_plt_layout.
87 (PARSE_AND_LIST_PROLOGUE <OPTION_STUBSYMS>): Define.
88 (PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
89 (PARSE_AND_LIST_OPTIONS): Describe emit-stub-syms.
90 (PARSE_AND_LIST_OPTIONS): Handle it.
92 2005-12-08 Alan Modra <amodra@bigpond.net.au>
94 * pe-dll.c (build_filler_bfd): Conform error message to standard.
95 (pe_dll_generate_implib): Use %E in error message.
96 (add_bfd_to_link): Likewise.
97 (pe_implied_import_dll): Likewise.
99 2005-12-07 Thiemo Seufer <ths@networkno.de>
100 H.J. Lu <hongjiu.lu@intel.com>
103 * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment):
104 Adjust bfd_elf_record_link_assignment call.
106 * ldexp.c (exp_fold_tree_1): Remove call to bfd_hide_symbol.
108 2005-11-25 Jan Beulich <jbeulich@novell.com>
110 * Makefile.am: Make configdoc.texi writeable before trying
112 * Makefile.in: Refresh.
114 2005-11-24 Alan Modra <amodra@bigpond.net.au>
116 * ldlang.c (lang_output_section_find_by_flags): Add match_type param.
117 Run two passes, first using match_type, second without.
118 * ldlang.h (lang_match_sec_type_func): New typedef.
119 (lang_output_section_find_by_flags): Update prototype.
120 bfd_match_sections_by_type and lang_output_section_find_by_flags.
121 * emultempl/pe.em (place_orphan): Likewise.
123 2005-11-24 Alan Modra <amodra@bigpond.net.au>
125 * ldlang.c (lang_insert_orphan): Skip first assignment to dot
126 in script when looking for place to insert orphan statements.
128 2005-11-18 Alan Modra <amodra@bigpond.net.au>
130 * emulparams/elf64ppc.sh (.tocbss): Use new section alignment scheme.
131 (.got, .toc1, .opd): Likewise.
133 2005-11-18 Alan Modra <amodra@bigpond.net.au>
135 * ldlang.c (lang_size_sections_1): Revert 2005-11-16 functional
136 changes to section alignment.
137 * ldmisc.c (vfinfo): Handle %ld and %lu.
139 2005-11-16 Mark Mitchell <mark@codesourcery.com>
141 * Makefile.am (configdoc.texi): Set top_srcdir in configdoc.texi..
142 * Makefile.in: Regenerated.
143 * ld.texinfo: Include configdoc.texi and ldver.texi in man pages.
144 Add @file documentation.
146 2005-11-17 Alan Modra <amodra@bigpond.net.au>
148 * ldlang.h (lang_input_section_type): Remove "ifile" field.
149 (lang_insert_orphan, lang_add_section): Update prototypes.
150 * ldlang.c (lang_insert_orphan): Remove "file" param.
151 (lang_add_section): Likewise. Update all callers.
152 (wild_sort): Get an input section's bfd via "section->owner".
153 (size_input_section): Access just_syms_flag via bfd usrdata.
154 (lang_place_orphans): Update ldemul_place_orphan call.
155 * ldemul.h (ldemul_place_orphan): Remove input_statement param.
156 (struct ld_emulation_xfer_struct <place_orphan>): Likewise.
157 * ldemul.c (ldemul_place_orphan): Likewise.
158 * ldwrite.c (build_link_order): Access just_syms_flag via bfd usrdata.
159 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
160 * emultempl/beos.em (sort_by_file_name): Access bfd by section->owner.
161 (sort_sections): Likewise.
162 (place_orphan): Remove "file" param. Adjust lang_add_section call.
163 * emultempl/elf32.em (place_orphan): Remove "file" param. Adjust
164 lang_add_section and lang_insert_orphan calls.
165 * emultempl/hppaelf.em (hppaelf_add_stub_section): Adjust
166 lang_add_section call.
167 (build_section_lists): Access just_syms_flag via bfd usrdata.
168 * emultempl/m68hc1xelf.em (m68hc11elf_add_stub_section): Adjust
169 lang_add_section call.
170 * emultempl/mmo.em (mmo_place_orphan): Remove "file" param. Adjust
171 lang_add_section and lang_insert_orphan calls.
172 * emultempl/pe.em (place_orphan): Likewise. Access bfd via section
174 * emultempl/ppc64elf.em (ppc_add_stub_section): Adjust
175 lang_add_section call.
176 (build_toc_list): Access just_syms_flag via bfd usrdata.
177 (build_section_lists): Likewise.
178 * emultempl/xtensaelf.em (elf_xtensa_place_orphan): Remove "file"
179 param. Adjust place_orphan call.
180 (ld_build_required_section_dependence): Access bfd via section owner.
182 2005-11-16 Alan Modra <amodra@bigpond.net.au>
184 * ldlang.h (lang_output_section_statement_type): Add prev.
185 * ldlang.c (new_afile): Always init header.type.
186 (output_statement_newfunc): Set os.prev.
187 (output_prev_sec_find): Use os.prev.
188 (lang_enter_output_section_statement): Formatting.
189 (lang_final, lang_add_target, lang_add_fill): Likewise.
190 (lang_add_data, lang_add_reloc): Likewise.
191 (lang_add_attribute): Only alloc the header.
193 2005-11-16 Alan Modra <amodra@bigpond.net.au>
195 * ld.texinfo (Forced Output Alignment): Specify that this is an
196 alignment increase, not an override.
197 * ldlang.c (init_os): Set output section alignment here..
198 (lang_add_section): ..rather than here.
199 (lang_size_sections_1): Consolidate alignment code. Warn if section
200 alignment affects start address when explicit address given.
202 2005-11-07 Steve Ellcey <sje@cup.hp.com>
204 * configure: Regenerate after modifying bfd/warning.m4.
206 2005-11-07 Olaf Hering <olh@suse.de>
208 * ldmain.c (main): Add \n to error message.
210 2005-11-04 Alan Modra <amodra@bigpond.net.au>
212 * ldlang.c (struct output_statement_hash_entry): Don't indirect to os.
213 (output_statement_newfunc): Rewrite.
214 (lang_output_section_find_1): Merge into..
215 (lang_output_section_find): ..here.
216 (lang_output_section_statement_lookup_1): Rewrite to handle
217 multiple sections with the same name.
218 (output_statement_table_init): Commonise error message.
219 (lang_init, open_output): Likewise.
221 2005-11-03 Paul Brook <paul@codesourcery.com>
223 * scripttempl/elf.sc: Add .init_array.* and .fini_array.*.
224 * scripttempl/armbpabi.sc: Make init/fini array consistent with
226 * scripttempl/elf32sh-symbian.sc: Ditto.
227 * scripttempl/elfxtensa.sc: Ditto.
229 2005-11-03 Alan Modra <amodra@bigpond.net.au>
231 * ldlang.h (lang_output_section_statement_type): Rearrange. Remove
232 memspec. Make "processed" a bitfield.
233 (lang_data_statement_type, lang_reloc_statement_type): Rename
234 output_vma to output_offset.
235 * ldlang.c (lang_output_section_statement_lookup_1): Init
236 all_input_readonly. Don't init memspec.
237 (init_os): Remove incorrect comment.
238 (print_data_statement, print_reloc_statement): Adjust for
239 lang_data_statement_type and lang_reloc_statement_type change.
240 (lang_size_sections_1, lang_add_reloc): Likewise.
241 * ldwrite.c (build_link_order): Likewise.
243 2005-10-30 Mark Mitchell <mark@codesourcery.com>
245 * lexsup.c (help): Document "@FILE".
247 2005-10-30 H.J. Lu <hongjiu.lu@intel.com>
249 * Makefile.am: Run "make dep-am".
250 * Makefile.in: Regenerated.
252 * dep-in.sed: Replace " ./" with " ".
254 2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
256 * Makefile.am: Add support for Z80
257 * Makefile.in: Regenerated
258 * configure.tgt: Add z80-*-coff
259 * emulparams/z80.sh: New file.
260 * emultempl/z80.em: New file.
261 * scripttempl/z80.sc New file.
262 * NEWS: Mention this new support.
264 2005-10-25 Alan Modra <amodra@bigpond.net.au>
266 * po/ld.pot: Regenerate.
268 2005-10-25 Chris Metcalf <cdmetcalf@comcast.net>
270 * ld.texinfo (--reduce-memory-overheads): Fix typo.
272 2005-10-23 H.J. Lu <hongjiu.lu@intel.com>
275 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
276 bfd_match_sections_by_type to match section types.
278 * ldlang.c (init_os): Take the input section. Call
279 bfd_init_private_section_data if the input section isn't NULL.
280 (exp_init_os): Pass NULL to init_os.
281 (map_input_to_output_sections): Likewise.
282 (lang_add_section): Pass the input section to init_os.
284 2005-10-19 Paul Brook <paul@codesourcery.com>
286 * emulparams/armelf.sh: Add .ARM.attributes to OTHER_SECTIONS.
288 2005-10-15 H.J. Lu <hongjiu.lu@intel.com>
291 * emultempl/elf32.em: Include "elf-bfd.h".
292 (gld${EMULATION_NAME}_place_orphan): Check section type and
293 don't use section name for ELF input sections.
295 * ld.texinfo: Document orphan section processing.
297 * ldlang.c (lang_output_section_find_by_flags): Match section
298 types by calling bfd_match_sections_by_type.
300 2005-10-13 Mark Mitchell <mark@codesourcery.com>
302 * ld.texino: Describe double-quoted string syntax for version
304 * ldlang.h (lang_new_vers_pattern): Add literal_p parameter.
305 * ldgram.y (vers_defns): Allow NAME as well as VERS_IDENTIFIER.
306 Adjust calls to lang_new_vers_pattern to pass literal_p argument.
307 * ldlang.c (lang_vers_match): Fix indentation. Do not glob-match
308 version nodes without a pattern.
309 (lang_new_vers_pattern): Add literal_p parameter.
310 (lang_do_version_exports_section): Pass it.
312 2005-10-12 Mark Mitchell <mark@codesourcery.com>
314 * NEWS: Mention @file.
316 2005-10-05 H.J. Lu <hongjiu.lu@intel.com>
319 * ldcref.c (check_refs): Accept bfd_boolean.
320 (check_local_sym_xref): Pass FALSE to check_refs.
321 (check_nocrossref): Pass TRUE to check_refs.
322 (check_refs_info): Add bfd_boolean.
323 (check_refs): Add bfd_boolean to check_refs_info.
324 (check_reloc_refs): Match relocations with proper symbols.
326 * ldmisc.c (vfinfo): Don't add extra ":\n".
328 2005-10-05 Danny Smith <dannysmith@users.sourceforge.net>
330 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Set
331 default entry symbol to ENTRY here.
332 * scripttempl/pe.sc: Not here.
334 2005-09-30 James E Wilson <wilson@specifix.com>
336 * ldlang.c (lang_startup): Add missing ": " to einfo call.
338 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
340 * Makefile.am: Run "make dep-am".
341 * Makefile.in: Regenerated.
342 * aclocal.m4: Likewise.
344 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
346 * ldlang.c (output_statement_hash_entry): New type.
347 (output_statement_table): New variable for hash table.
348 (output_statement_newfunc): New function.
349 (output_statement_table_init): Likewise.
350 (output_statement_table_free): Likewise.
351 (lang_init): Call output_statement_table_init.
352 (lang_finish): Renamed to ...
354 (lang_process): Updated.
355 (lang_finish): New function.
356 (lang_output_section_find_1): Use hash table.
357 (lang_output_section_statement_lookup_1): Likewise.
359 * ldlang.h (lang_finish): New.
361 * ldmain.c (main): Call lang_finish.
363 2005-09-30 Mark Mitchell <mark@codesourcery.com>
365 * ldmain.c (main): Use expandargv.
367 2005-09-30 Catherine Moore <clm@cm00re.com>
369 * Makefile.am: Bfin support.
370 * Makefile.in: Regenerated.
371 * aclocal.m4: Regenerated.
372 * configure.tgt: Bfin support.
373 * emulparams/bfin.sh: New file.
374 * emultempl/bfin.em: New file.
376 2005-09-30 Matthias Kurz <mk@baerlap.north.de>
378 * ld.h: Prevent the inclusion of <libintl.h> from the Solaris
379 version of <locale.h> when ENABLE_NLS is not defined.
381 2005-09-27 H.J. Lu <hongjiu.lu@intel.com>
383 * ld.texinfo (ALIGN): Document it as forcing output section
386 * ldgram.y (ALIGN): Support it for forcing output section
389 2005-09-20 Alan Modra <amodra@bigpond.net.au>
391 * ldlang.h (lang_output_section_statement_struct): Change type of
392 "processed" to bfd_boolean.
393 * ldexp.c (fold_name): Update references to os->processed.
394 * ldlang.c (lang_output_section_statement_lookup_1): Likewise.
395 (lang_size_sections_1): Likewise.
396 (lang_reset_memory_regions): Likewise.
399 * ldlang.c (lang_size_sections_1): Process addr_tree earlier,
400 so that unused output section statements affect dot.
402 2005-09-08 Jakub Jelinek <jakub@redhat.com>
404 * ld.texinfo: Document -z {no,}execstack, -z {no,}relro
405 and --eh-frame-hdr options.
407 2005-09-07 Alan Modra <amodra@bigpond.net.au>
409 * ldexp.c (fold_name <SIZEOF>): Return 0 for non-existent section.
410 (exp_fold_tree_1): Print assert message only in final stage of
411 linking. Trigger assertion failure if expression cannot be
414 2005-09-06 H.J. Lu <hongjiu.lu@intel.com>
417 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Check
418 --just-symbols on DSO.
420 2005-08-18 Alan Modra <amodra@bigpond.net.au>
422 * scripttempl/elf.sc: Remove commented out defines.
424 2005-08-18 Alan Modra <amodra@bigpond.net.au>
426 * emulparams/a29k.sh: Delete.
427 * emulparams/ebmon29k.sh: Delete.
428 * emulparams/sa29200.sh: Delete.
429 * Makefile.am: Remove a29k support.
430 * configure.tgt: Likewise.
431 * ld.texinfo: Likewise.
432 * Makefile.in: Regenerate.
434 2005-08-17 Jakub Jelinek <jakub@redhat.com>
436 * ldgram.y (vers_defns): Don't lose pattern list before
437 extern NAME {}. Handle global, local and extern symbol names.
439 2005-08-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
441 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
442 Don't increment rel_count of .cranges here. Set rawsize of .cranges.
444 2005-08-10 Nick Clifton <nickc@redhat.com>
446 * pe-dll.c (pe_exe_fill_sections): Call lang_reset_memory_regions
447 before lang_size_sections.
449 2005-08-09 Alan Modra <amodra@bigpond.net.au>
451 * emulparams/hppa64linux.sh (LARGE_SECTIONS): Remove .tbss.
453 2005-08-08 Eric Doenges <Eric.Doenges@betty-tv.com>
455 * Makefile.am (ALL_EMULATIONS): Add msp430x21xx variants.
456 Add rules to build these emulations.
457 * Makefile.in: Regenerate.
458 * configure.tgt (msp430): Add the new variants to the
459 targ_extra_emuls list.
460 * emulparams/msp430all.sh: Add entries for the msp430x21xx
463 2005-08-05 H.J. Lu <hongjiu.lu@intel.com>
465 * ld.texinfo: Document PROVIDE_HIDDEN.
467 * ldexp.c (exp_fold_tree_1): Hide a provided symbol if asked.
468 (exp_provide): Add and set hidden.
470 * ldexp.h (etree_type): Add hidden to assign.
472 * ldgram.y (PROVIDE_HIDDEN): New.
473 * ldlex.l (PROVIDE_HIDDEN): Likewise.
475 * scripttempl/elf.sc: Use PROVIDE_HIDDEN on array bound
478 2005-08-05 Alan Modra <amodra@bigpond.net.au>
480 * emulparams/elf_x86_64.sh: Revert last change.
481 * scripttempl/elf.sc (REL_LARGE, LARGE_SECTIONS): Define here.
483 2005-08-05 Alan Modra <amodra@bigpond.net.au>
485 * emulparams/armelf.sh (OTHER_BSS_END_SYMBOLS): Split out from
487 * emulparams/armelf_linux.sh: Likewise.
488 * emulparams/armnto.sh: Likewise.
489 * emulparams/criself.sh: Likewise.
490 * emulparams/elf32mcore.sh: Likewise.
491 * emulparams/criself.sh (OTHER_SYMBOLS): Define.
492 * emulparams/crislinux.sh (OTHER_SYMBOLS): Define.
493 (OTHER_END_SYMBOLS): Don't define.
494 * emulparams/elf32fr30.sh: Likewise.
495 * emulparams/elf64mmix.sh: Likewise.
496 * emulparams/hppa64linux.sh: Likewise.
497 * emulparams/m32relf.sh: Likewise.
498 * emulparams/vxworks.sh: Likewise.
499 * scripttempl/armbpabi.sc (OTHER_BSS_SECTIONS): Delete.
500 (OTHER_BSS_END_SYMBOLS): Add.
501 (OTHER_END_SYMBOLS): Move before current end sym definitions.
502 (OTHER_SYMBOLS): Replace OTHER_END_SYMBOLS near end of script.
503 * scripttempl/elf.sc: Likewise.
504 * scripttempl/elf32sh-symbian.sc: Likewise.
505 * scripttempl/elf_chaos.sc: Likewise.
506 * scripttempl/elfxtensa.sc: Likewise.
507 * scripttempl/iq2000.sc: Likewise.
508 * scripttempl/xstormy16.sc: Likewise.
510 * scripttempl/elf.sc (LBSS, LARGE_SECTIONS): Delete.
511 (REL_LDATA, REL_LBSS, REL_LRODATA): Delete.
512 (REL_LARGE, LARGE_SECTIONS): Add.
513 * emulparams/elf_x86_64.sh (LARGE_SECTIONS): Define as script text.
515 * emulparams/hppa64linux.sh (OTHER_BSS_SECTIONS): Don't define.
516 (LARGE_SECTIONS): Define.
517 * emulparams/hppa64linux.sh (OTHER_BSS_SECTIONS): Don't define.
518 (LARGE_SECTIONS): Define.
520 2005-08-04 Alan Modra <amodra@bigpond.net.au>
522 * ldemul.c (ldemul_do_assignments, do_assignments_default): Delete.
523 * ldemul.h (ldemul_do_assignments, do_assignments_default): Delete.
524 (struct ld_emulation_xfer_struct): Remove do_assignments field.
525 * ldlang.c (lang_do_assignments): Don't call ldemul_do_assignments.
526 * emulparams/elf32ppc.sh (SDATA_START_SYMBOLS): New.
527 (SDATA2_START_SYMBOLS, SBSS_START_SYMBOLS, SBSS_END_SYMBOLS): New.
528 * emultempl/aix.em (ld_*_emulation): Delete do_assignments init.
529 * emultempl/armcoff.em: Likewise.
530 * emultempl/beos.em: Likewise.
531 * emultempl/generic.em: Likewise.
532 * emultempl/gld960.em: Likewise.
533 * emultempl/gld960c.em: Likewise.
534 * emultempl/linux.em: Likewise.
535 * emultempl/lnk960.em: Likewise.
536 * emultempl/m68kcoff.em: Likewise.
537 * emultempl/pe.em: Likewise.
538 * emultempl/sunos.em: Likewise.
539 * emultempl/ticoff.em: Likewise.
540 * emultempl/vanilla.em: Likewise.
541 * emultempl/elf32.em: Likewise.
542 (gld*_provide_bound_symbols): Delete.
543 (gld*_provide_init_fini_syms): Delete.
544 (gld*_before_allocation): Don't call ldemul_do_assignments.
545 * emultempl/ppc32elf.em (ppc_do_assignments): Delete.
546 (LDEMUL_DO_ASSIGNMENTS): Delete.
547 * scripttempl/elf.sc: Provide init/fini syms. Add SBSS_START_SYMBOLS,
548 SBSS_END_SYMBOLS, SDATA2_START_SYMBOLS.
550 2005-08-04 Alan Modra <amodra@bigpond.net.au>
552 * Makefile.am (eelf32m32c.c): Fix dependencies.
553 * Makefile.in: Regenerate.
555 2005-08-04 Alan Modra <amodra@bigpond.net.au>
557 * ldemul.c (ldemul_finish): Call ld_emulation->finish unconditionally.
558 (finish_default): New function.
559 * ldemul.h (finish_default): Declare.
560 * emultempl/aix.em (gld*_before_allocation): Call
561 before_allocation_default rather than strip_excluded_output_sections.
562 (ld_*_emulation): Init finish field to finish_default.
563 * emultempl/armcoff.em: Likewise.
564 * emultempl/beos.em: Likewise.
565 * emultempl/elf32.em: Likewise.
566 * emultempl/generic.em: Likewise.
567 * emultempl/gld960.em: Likewise.
568 * emultempl/gld960c.em: Likewise.
569 * emultempl/hppaelf.em: Likewise.
570 * emultempl/linux.em: Likewise.
571 * emultempl/lnk960.em: Likewise.
572 * emultempl/m68kcoff.em: Likewise.
573 * emultempl/mmo.em: Likewise.
574 * emultempl/pe.em: Likewise.
575 * emultempl/ppc64elf.em: Likewise.
576 * emultempl/sunos.em: Likewise.
577 * emultempl/ticoff.em: Likewise.
578 * emultempl/vanilla.em: Likewise.
580 2005-08-03 Alan Modra <amodra@bigpond.net.au>
582 * ldlang.c (exp_init_os): Handle etree_provide.
583 * emulparams/armelf.sh (OTHER_END_SYMBOLS): Rename from..
584 (OTHER_BSS_END_SYMBOLS): ..this.
585 * emulparams/armelf_linux.sh: Likewise.
586 * emulparams/armnto.sh: Likewise.
587 * emulparams/criself.sh: Likewise.
588 * emulparams/crislinux.sh: Likewise.
589 * emulparams/elf32frv.sh: Likewise.
590 * emulparams/elf32mcore.sh: Likewise.
591 * emulparams/elf32ppc.sh: Likewise.
592 * emulparams/elf32ppclinux.sh: Likewise.
593 * emulparams/hppa64linux.sh: Likewise.
594 * scripttempl/armbpabi.sc: Substitute $OTHER_END_SYMBOLS, not
595 $OTHER_BSS_END_SYMBOLS.
596 * scripttempl/elf32sh-symbian.sc: Likewise.
597 * scripttempl/elf_chaos.sc: Likewise.
598 * scripttempl/iq2000.sc: Likewise.
599 * scripttempl/xstormy16.sc: Likewise.
600 * scripttempl/elf.sc: Likewise. Delete __bss_start comment.
601 * scripttempl/elfxtensa.sc: Likewise.
603 2005-07-29 Nick Clifton <nickc@redhat.com>
605 * ldmain.c (main): Allow -shared and -static to be used together.
606 * ld.texinfo (-static): Mention that it is allowed with -shared.
608 2005-07-28 DJ Delorie <dj@redhat.com>
610 * ldlang.c (lang_output_section_statement_lookup_1): Don't cast a
611 unary & address operator, as that breaks GCC's strict aliasing
614 2005-07-25 Jan Hubicka <jh@suse.cz>
615 H.J. Lu <hongjiu.lu@intel.com>
617 * emulparams/elf_x86_64.sh (LARGE_SECTIONS): New.
619 * scripttempl/elf.sc: Updated for large section support.
621 2005-07-21 Ralf Corsepius <ralf.corsepius@rtems.org>
623 * configure.tgt: Remove i[3-7]86-*-rtemself*.
624 Remove sparc-*-rtemself*.
626 2005-07-21 Ben Elliston <bje@gnu.org>
628 * ldgram.y (ldgram_want_filename): Remove unused static.
630 2005-07-20 DJ Delorie <dj@redhat.com>
632 * emulparams/elf32m32c.sh (TEMPLATE_NAME): New.
633 (EXTRA_EM_FILE): New.
635 2005-07-19 H.J. Lu <hongjiu.lu@intel.com>
637 * ldmain.c (main): Reindent.
639 2005-07-19 Paul Brook <paul@codesourcery.com>
641 * configure.host (HOSTING_CRT0): Parse output of gcc --help --verbose
642 to determine dynamic linker name.
644 2005-07-18 Nick Clifton <nickc@redhat.com>
646 * configure.tgt: Restore alpha ordering to list of arches.
648 2005-07-16 Alan Modra <amodra@bigpond.net.au>
650 * emultempl/elf32.em (gld*_provide_init_fini_syms): Prototype.
651 (gld*_before_allocation): Call ldemul_do_assignments rather than
652 gld*_provide_init_fini_syms directly.
653 * emultempl/ppc32elf.em (gld*_after_allocation): Delete.
654 (ppc_do_assignments): New function.
655 (LDEMUL_AFTER_ALLOCATION): Don't define.
656 (LDEMUL_DO_ASSIGNMENTS): Define.
658 2005-07-16 Alan Modra <amodra@bigpond.net.au>
660 * Makefile.am: Run "make dep-am".
661 (emipsidt.c, emipsidtl.c): Depend on generic.em.
662 * Makefile.in: Regenerate.
664 2005-07-15 Alan Modra <amodra@bigpond.net.au>
666 * ldemul.c (ldemul_do_assignments): New function.
667 (do_assignments_default): New function.
668 * ldemul.h (ldemul_do_assignments): Declare.
669 (do_assignments_default): Declare.
670 (struct ld_emulation_xfer_struct): Add do_assignments.
671 * ldlang.c (lang_do_assignments) Call ldemul_do_assignments.
672 * emultempl/aix.em (ld_*_emulation): Init do_assignments field.
673 * emultempl/armcoff.em: Likewise.
674 * emultempl/beos.em: Likewise.
675 * emultempl/generic.em: Likewise.
676 * emultempl/gld960.em: Likewise.
677 * emultempl/gld960c.em: Likewise.
678 * emultempl/linux.em: Likewise.
679 * emultempl/lnk960.em: Likewise.
680 * emultempl/m68kcoff.em: Likewise.
681 * emultempl/pe.em: Likewise.
682 * emultempl/sunos.em: Likewise.
683 * emultempl/ticoff.em: Likewise.
684 * emultempl/vanilla.em: Likewise.
685 * emultempl/elf32.em: Likewise, to call gld*_provide_init_fini_syms.
686 (gld*_find_exp_assignment): Adjust bfd_elf_record_link_assignment call.
688 2005-07-14 Jim Blandy <jimb@redhat.com>
690 Add support for the Renesas M32C and M16C.
691 * Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o.
692 (eelf32m32c.c): New target.
693 * Makefile.in: Regenerated.
694 * configure.tgt: Add case for m32c-*-elf.
695 * emulparams/elf32m32c.sh: New file.
697 2005-07-14 Alan Modra <amodra@bigpond.net.au>
699 * ldlang.c (strip_excluded_output_sections): Don't call
701 * emultempl/elf32.em (gld*_provide_bound_symbols): Move.
702 (gld*_provide_init_fini_syms): Move.
703 (gld*_before_allocation): Call the above from here..
704 (gld*_finish): ..not here. Call _bfd_elf_fix_excluded_sec_syms.
705 * emultempl/hppaelf.em (hppaelf_finish): Likewise.
706 * emultempl/ppc64elf.em (ppc_finish): Likewise.
708 2005-07-10 Ralf Corsepius <ralf.corsepius@rtems.org>
710 * configure.tgt: Remove sparc*-*-rtemsaout*, i[3-7]86-go32-rtems*,
711 i[3-7]86-*-rtemscoff*, hppa*-*-rtems*, mips*el-*-rtems*,
714 2005-07-09 Christopher Faylor <cgf@timesys.com>
716 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Enable runtime
717 relocation by default.
718 (compute_dll_image_base): Avoid linking into cygwin dll address space.
720 2005-07-08 Alan Modra <amodra@bigpond.net.au>
722 * ldlang.c (wild_sort): Formatting.
723 (strip_excluded_output_sections): Strip zero size sections here.
724 * emultempl/elf32.em (gld*_strip_empty_sections): Delete.
725 (gld*_finish): Don't call the above.
726 * emultempl/hppaelf.em (hppaelf_finish): Likewise.
727 * emultempl/ppc64elf.em (ppc_finish): Likewise.
729 2005-07-05 Paul Brook <paul@codesourcery.com>
731 * Makefile.am (ALL_EMULATIONS): Add eelf32ppcvxworks.o.
732 (eelf32ppcvxworks.o): Add dependencies.
733 * Makefile.in: Regenerate.
734 * configure.tgt: Add entry for powerpc-vxworks.
735 * emulparams/elf32-ppc.c: Mention elf32ppcvxworks.sh in comment.
736 * emulparams/elf32ppcvxworks.sh: New file.
737 * emultempl/ppc32elf.em (bfd_elf32_powerpc_vxworks_vec): Declare.
738 (is_ppc_elf32_vec): New function.
739 (ppc_after_open, ppc_before_allocation,
740 gld${EMULATION_NAME}_after_allocation): Use it.
742 2005-07-05 Peter S. Mazinger" <ps.m@gmx.net>
744 * emulparams/elf32bmip.sh (GENERATE_PIE_SCRIPT): Define as "yes".
745 * emulparams/elf32bmipn32-defs.sh (GENERATE_PIE_SCRIPT): Define as "yes".
747 2005-07-04 Mike Frysinger <vapier@gentoo.org>
749 * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Fix typo in
752 2005-07-04 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
754 * emulparams/m32relf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
756 2005-07-04 Aurelien Jarno <aurel32@debian.org>
758 * emultempl/elf32.em: Enable use of ld.so.conf for *-*-k*bsd-*.
760 2005-07-01 Alan Modra <amodra@bigpond.net.au>
762 * scripttempl/elf.sc (.gcc_except_table): Don't KEEP.
764 2005-06-30 Ben Elliston <bje@gnu.org>
766 * Makefile.am (check-DEJAGNU): Don't search for expect.
767 * Makefile.in: Regenerate.
769 2005-06-30 Ben Elliston <bje@gnu.org>
771 * Makefile.am (EXPECT): Set to expect.
772 (RUNTEST): Likewise, set to runtest.
773 * Makefile.in: Regenerate.
775 2005-06-16 Alexander Klimov <alserkli@inbox.ru>
777 * emultempl/armelf.em: Add quotes to avoid a null test
780 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
782 * ld.texinfo (Command Line Options): Add @item for --hash-size.
784 2005-06-10 Alan Modra <amodra@bigpond.net.au>
786 * scripttempt/elf.sc (.bss): Align tail in a way that allows
787 empty section pruning.
789 2005-06-09 Steve Ellcey <sje@cup.hp.com>
791 * configure.in (AM_BINUTILS_WARNINGS): Add.
792 (BFD_NEED_DECLARATION) Replace with AC_CHECK_DECLS.
793 * config.in: Regenerate.
794 * configure: Regenerate.
795 * sysdep.h (NEED_DECLARATION_*): Replace with HAVE_DECL_*
798 2005-06-09 Alan Modra <amodra@bigpond.net.au>
800 * ldexp.c (fold_unary <ALIGN_K>): Revert last change.
802 2005-06-09 Alan Modra <amodra@bigpond.net.au>
804 * ld.h (lang_phase_type): Move to..
805 * ldexp.h: ..here. Add lang_mark_phase_enum.
806 (node_type): Remove etree_undef and etree_unspec.
807 (exp_data_seg): Delete.
808 (struct ldexp_control, expld): New.
809 (invalid, exp_mark_used_section): Delete.
810 (exp_fold_tree, exp_get_vma, exp_get_value_int, exp_get_fill,
811 exp_get_abs_int): Update prototypes.
812 * ldexp.c (assigning_to_dot): Delete.
814 (make_abs): Operate directly on expld.result. Update all callers.
815 (new_abs): Likewise. Return void.
816 (new_rel_from_abs): Rename from new_rel_from_section.
817 (new_rel, new_rel_from_abs): Operate on expld.result and return void.
819 (fold_unary): Operate on expld.result and return void. Remove
820 "current_section", "allocation_done", "dot", "dotp" and "mark_used"
821 params. Update all callers.
822 (fold_binary, fold_trinary, fold_name, exp_fold_tree_1): Likewise.
823 (fold_unary <ALIGN_K>): Ensure alignment is absolute.
824 (fold_unary <ABSOLUTE>): Use make_abs.
825 (fold_unary <DATA_SEGMENT_END>): Evaluate mark_phase as for
827 (fold_binary <DATA_SEGMENT_ALIGN, DATA_SEGMENT_RELRO_END, >): Ditto.
828 (fold_binary <'%','/'>): Don't error if marking.
829 (fold_name <SIZEOF_HEADERS>): Don't call bfd_sizeof_headers when
831 (fold_name <NAME>): Remove FIXME; -R is handled correctly. Don't
833 (fold_name <ADDR, LOADADDR, SIZEOF>): Don't set SEC_KEEP.
834 (exp_fold_tree_1): Don't error when marking.
835 (exp_fold_tree_1 <etree_rel>): Evaluate in all phases except first.
836 (exp_fold_tree_1 <etree_assign to dot>): Don't check for NULL
837 current section, instead check for NULL dotp.
838 (exp_fold_tree_1 <etree_provide>): Don't evaluate the assignment
839 source unless the symbol is referenced and undefined.
840 (exp_fold_tree): Remove "allocation_done" and "dot" params. Save
842 (exp_fold_tree_no_dot): Remove "current_section", "allocation_done
843 and "mark_used" params. Save params to expld. Update all callers.
844 (exp_assop): Do without temp var.
845 (exp_print_tree <etree_undef>): Delete code.
846 (exp_get_vma): Remove "allocation_done" param. Correct error return.
847 (exp_get_fill, exp_get_abs_int): Likewise.
848 (exp_get_value_int): Remove "allocation_done" param.
849 (exp_mark_used_section): Delete.
850 * ldgram.y (fill_exp): Update exp_get_fill call.
851 (origin_spec, length_spec): Update exp_get_vma call.
852 * ldlang.c (lang_init): Don't bother clearing lang_statement_iteration.
853 (lang_mark_used_section_1, lang_mark_used_section): Delete.
854 (strip_excluded_output_sections): Call one_lang_size_sections_pass in
855 marking mode. Merge old lang_mark_used_section code. Correct handling
856 of output sections with excluded input sections and data statements.
857 Don't drop non-zero sized sections. Don't zap os->bfd_section.
858 Do set SEC_EXCLUDE when appropriate.
859 (print_output_section_statement): Update for changed ldexp.c
861 (print_assignment, lang_size_sections_1): Likewise.
862 (lang_do_assignments_1, lang_enter_output_section_statement): Likewise.
863 (lang_new_phdr, lang_record_phdrs): Likewise.
864 (lang_size_sections): Likewise.
865 (insert_pad): Use following statement if it is a pad, rather than
867 (lang_size_sections_1 <lang_output_section_statement_enum>): Do
868 process ignored output section to set vma and lma, but don't
869 update dot for these sections. Don't error if marking.
870 (lang_size_sections_1 <lang_assignment_statement_enum>): Don't
871 update dot for ignored sections.
872 (lang_size_sections_1 <lang_data_statement_enum>): Don't mark absolute
873 section with SEC_ALLOC.
874 (one_lang_size_sections_pass): New function.
875 (lang_size_sections): Remove first five params. Set expld.phase on
876 entry and exit. Use one_lang_size_sections_pass.
877 (lang_do_assignments): Remove all params. Update all callers.
878 (lang_reset_memory_regions): Clear os->processed for all output
880 * ldlang.h (lang_do_assignments): Update prototype.
881 (lang_size_sections): Likewise.
882 (one_lang_size_sections_pass): Declare.
883 * pe-dll.c (pe_dll_fill_sections, pe_exe_fill_sections): Update
884 lang_size_sections and lang_do_assignments calls.
885 * emultempl/elf32.em (layout_sections_again): Likewise.
886 * emultempl/ppc64elf.em (ppc_before_allocation): Use
887 one_lang_size_sections_pass.
889 2005-06-08 Aldy Hernandez <aldyh@redhat.com>
891 * emulparams/elf32ms1.sh: New.
893 2005-06-07 Eric Christopher <echristo@redhat.com>
895 * Makefile.am (eelf32ms1.c): Use tab.
896 * Makefile.in: Regenerate.
898 2005-06-07 Aldy Hernandez <aldyh@redhat.com>
899 Michael Snyder <msnyder@redhat.com>
900 Stan Cox <scox@redhat.com>
902 * configure.tgt: Same.
904 * Makefile.am (ALL_EMULATIONS): Depend on eelf32ms1.o.
905 (eelf32ms1.c): Add eelf32ms1.c rule.
907 * Makefile.in: Regenerate.
909 2005-06-06 Alan Modra <amodra@bigpond.net.au>
911 * emultempl/ppc64elf.em (ppc_before_allocation): Always run
914 2005-06-05 H.J. Lu <hongjiu.lu@intel.com>
916 * ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
917 section only if the symbol will be defined.
919 2005-06-04 H.J. Lu <hongjiu.lu@intel.com>
922 * ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
923 section for etree_assign, etree_provide and etree_provided.
924 Call fold_binary on etree_binary.
926 * ldlang.c (lang_mark_used_section_1): Handle load base.
928 2005-06-03 Alan Modra <amodra@bigpond.net.au>
930 * ldmain.c (link_callbacks): Add einfo.
931 (add_archive_element): Use passed info, not link_info.
932 (constructor_callback): Likewise.
933 (reloc_overflow): Don't handle null bfd specially.
934 (reloc_dangerous, unattached_reloc): Likewise.
935 * ldmisc.c (vfinfo <B>): Print "ld generated" for null bfd.
936 (vfinfo <C, D, G>): Handle null bfd. Wrap comments.
938 2005-06-02 Alan Modra <amodra@bigpond.net.au>
940 * ldexp.h (etree_value_type): Use "asection *" in place of
941 "struct lang_output_section_statement_struct *" for "section".
942 (exp_fold_tree): Likewise.
943 (exp_mark_used_section): Likewise.
944 * ldexp.c (new_rel, new_rel_from_section, fold_unary, fold_binary,
945 fold_trinary, fold_name, exp_fold_tree_1, exp_fold_tree,
946 exp_mark_used_section): Likewise for "current_section" param.
947 (make_abs, new_abs, exp_binop, exp_unop, exp_get_vma, exp_get_fill,
948 exp_get_abs_int): Adjust for above changes.
949 * ldlang.c (lang_mark_used_section_1, print_assignment,
950 lang_size_sections_1, lang_do_assignments_1): Likewise.
951 * ldexp.c (fold_name): Init entire result struct.
953 2005-06-01 Maciej W. Rozycki <macro@linux-mips.org>
955 * emulparams/elf32btsmip.sh: Unset DATA_ADDR.
957 2005-05-31 Zack Weinberg <zack@codesourcery.com>
959 * ldlang.c (entry_symbol_default): New file-scope global.
960 (lang_finish): Use it, not a hardwired "start".
961 (lang_default_entry): Set it.
962 * ldlang.h: Declare lang_default_entry.
963 * emultempl/beos.em, emultempl/pe.em: Use lang_default_entry,
964 not lang_add_entry, to override default entry point symbol.
966 2005-05-29 Richard Henderson <rth@redhat.com>
968 * emulparams/elf64alpha.sh (PLT): New.
970 * emultempl/alphaelf.em (disable_relaxation): New.
971 (limit_32bit): Rename from elf64alpha_32bit; update all users.
972 (elf64_alpha_use_secureplt): Declare.
973 (bfd_elf64_alpha_vec, bfd_elf64_alpha_freebsd_vec): Declare.
974 (alpha_after_open): New.
975 (alpha_before_allocation): New.
976 (OPTION_NO_RELAX, OPTION_SECUREPLT, OPTION_NO_SECUREPLT): New.
977 (PARSE_AND_LIST_LONGOPTS): Include them.
978 (PARSE_AND_LIST_OPTIONS): Likewise.
979 (PARSE_AND_LIST_ARGS_CASES): Likewise.
980 (LDEMUL_AFTER_OPEN, LDEMUL_BEFORE_ALLOCATION): New.
981 * scripttempl/elf.sc (TEXT_PLT): New.
984 2005-05-27 Andreas Schwab <schwab@suse.de>
986 * configure.host (HOSTING_LIBS): Add libunwind.a if it exists.
988 2005-05-24 Alan Modra <amodra@bigpond.net.au>
990 * emultempl/ppc32elf.em (after_allocation): Don't call
991 ppc_elf_set_sdata_syms when relocatable.
993 2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
995 * Makefile.am (ld.1): Revert the last 2 changes.
996 (info-recursive): Depend on ld.1.
997 * Makefile.in: Regenerated.
999 2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
1001 * Makefile.am (ld.1): Depend on "info" instead of
1002 "configdoc.texi ldver.texi".
1003 * Makefile.in: Regenerated.
1005 2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
1007 * Makefile.am (ld.1): Depend on "info".
1008 * Makefile.in: Regenerated.
1010 2005-05-19 Zack Weinberg <zack@codesourcery.com>
1012 * Makefile.am: Have 'all' depend on 'info' and 'ld.1'.
1013 * Makefile.in: Regenerate.
1015 2005-05-17 Zack Weinberg <zack@codesourcery.com>
1017 * ld-arm/mixed-app.d: Adjust expected disassembly a little.
1019 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1021 * Makefile.am (ldver.texi): Don't use $<.
1022 * Makefile.in: Regenerated.
1024 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1026 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Explicitly include
1027 $(srcdir) before $(BFDDIR)/doc.
1028 * Makefile.in: Regenerated.
1030 2005-05-17 H.J. Lu <hongjiu.lu@intel.com>
1033 * ldexp.c (exp_fold_tree_1): Renamed from exp_fold_tree and
1034 take take a bfd_boolean, mark_used. Ignore assert failure if
1036 (exp_fold_tree) Call exp_fold_tree_1 with mark_used == FALSE.
1037 (exp_fold_tree_no_dot): Updated to take a bfd_boolean,
1038 mark_used and pass down.
1039 (fold_unary): Likewise.
1040 (fold_binary): Likewise.
1041 (fold_trinary): Likewise.
1042 (exp_binop): Add FALSE to call to exp_fold_tree_no_dot.
1043 (exp_trinop): Likewise.
1044 (exp_unop): Likewise.
1045 (exp_nameop): Likewise.
1046 (exp_get_vma): Likewise.
1047 (exp_get_fill): Likewise.
1048 (exp_get_abs_int): Likewise.
1049 (fold_name): Likewise. Set SEC_KEEP in output section flags.
1050 (exp_mark_used_section): New.
1052 * ldexp.h (exp_mark_used_section): New.
1054 * ldlang.c (lang_output_section_statement_lookup_1): Set the
1055 ignored field to FALSE.
1056 (lang_mark_used_section_1): New.
1057 (lang_mark_used_section): Call lang_mark_used_section_1.
1058 (strip_excluded_output_sections): Call lang_mark_used_section
1059 and check for unused sections.
1060 (lang_size_sections_1): Skip an output section if it should
1062 (lang_do_assignments_1): Likewise.
1063 (lang_process): Don't call lang_mark_used_section here.
1065 * ldlang.h (lang_output_section_statement_type): Change
1066 all_input_readonly to bitfield. Add ignored.
1068 2005-05-17 Lennert Buytenhek <buytenh@wantstofly.org>
1069 Peter S. Mazinger" <ps.m@gmx.net>
1071 * emulparams/armelf_linux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
1072 * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
1074 2005-05-17 Julian Brown <julian@codesourcery.com>
1076 * ldlang.c (print_assignment): Do not rely upon a valid result
1077 having a section associated with it.
1079 2005-05-17 Nick Clifton <nickc@redhat.com>
1081 * ldlang.c (Scan_for_self_assignment): Check an assignment tree to
1082 see if the same value is being used on the rhs as on the lhs.
1083 (print_assignment): Call scan_for_self_assignment and if it
1084 returns true, do no display the result of the computation but
1085 instead just the final value of the symbol on the lhs.
1086 * ld.texinfo: Document this behaviour and provide an example of
1087 when it will happen.
1089 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1091 * Makefile.am (AM_MAKEINFOFLAGS): Define.
1093 (ldver.texi): Depend on distributed files instead of built files.
1094 (ld.info): Include $(srcdir) in the rule target. Remove actions.
1095 (ld.dvi): Remove actions.
1096 (MAINTAINERCLEANFILES): Add configdoc.texi.
1097 (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in.
1098 (install-data-local): Renamed from install.
1099 (Makefile): Remove explicit dependency.
1100 * acinclude.m4: Remove obsolete code.
1101 * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL.
1102 * Makefile.in, aclocal.m4, config.in, configure: Regenerated.
1104 2005-05-11 Bob Wilson <bob.wilson@acm.org>
1106 * scripttempl/elfxtensa.sc: Sync up with elf.sc.
1107 * emulparams/elf32xtensa.sh (PLT, GOT): Define.
1109 2005-05-11 Alan Modra <amodra@bigpond.net.au>
1111 * ldgram.y: Add SPECIAL token.
1112 (sect_constraint): Handle SPECIAL.
1113 * ldlang.c (lang_output_section_find_1): Don't match SPECIAL.
1114 (map_input_to_output_sections): Likewise.
1115 * ldlex.l (SPECIAL): Define.
1116 * emulparams/elf32ppc.sh (DATA_GOT, SDATA_GOT, SEPARATE_GOTPLT,
1117 GOT, PLT, GOTPLT): Define.
1118 * emultempl/ppc32elf.em (old_plt, old_got): New static vars.
1119 (ppc_after_open): New function.
1120 (PARSE_AND_LIST_PROLOGUE): Define OPTION_OLD_LPT and OPTION_OLD_GOT.
1121 (PARSE_AND_LIST_LONGOPTS): Add "bss-plt" and "sdata-got".
1122 (PARSE_AND_LIST_OPTIONS): Document them.
1123 (PARSE_AND_LIST_ARGS_CASES): Handle them.
1124 (LDEMUL_AFTER_OPEN): Define.
1125 * scripttempl/elf.sc (PLT): Don't override existing define.
1126 (DATA_GOT, SDATA_GOT): Define and use to enable alternate got
1127 placement rather than using NO_SMALL_DATA. Emit GOTPLT for RELRO_NOW.
1129 2005-05-10 Alan Modra <amodra@bigpond.net.au>
1131 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_GOTPLT_END): Delete.
1132 (DATA_SEGMENT_RELRO_END): Use SEPARATE_GOTPLT value.
1133 (GOTPLT): Remove DATA_SEGMENT_RELRO_GOTPLT_END. Place after
1134 DATA_SEGMENT_RELRO_END in script.
1136 2005-05-09 H.J. Lu <hongjiu.lu@intel.com>
1138 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
1139 Don't use a removed section.
1141 2005-05-09 H.J. Lu <hongjiu.lu@intel.com>
1143 * ldmain.c (reloc_overflow): Use output_bfd if the symbol
1144 is defined in the ABS section.
1146 2005-05-06 H.J. Lu <hongjiu.lu@intel.com>
1148 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
1149 Put back !link_info.relocatable.
1151 2005-05-06 H.J. Lu <hongjiu.lu@intel.com>
1154 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
1155 Just check link_info.executable.
1157 2005-05-06 Nick Clifton <nickc@redhat.com>
1159 * Update the address and phone number of the FSF organization in
1160 the GPL notices in the following files:
1161 aclocal.m4, deffile.h, deffilep.y, fdl.texi, ld.h, ldcref.c,
1162 ldctor.c, ldctor.h, ldemul.c, ldexp.c, ldexp.h, ldfile.c,
1163 ldfile.h, 20ldgram.y, ldint.texinfo, ldlang.c, ldlang.h, ldlex.h,
1164 ldlex.l, ldmain.c, ldmain.h, ldmisc.c, ldmisc.h, ldver.c, ldver.h,
1165 ldwrite.c, ldwrite.h, lexsup.c, mri.c, mri.h, pe-dll.c, pe-dll.h,
1166 sysdep.h, emultempl/aix.em, emultempl/alphaelf.em,
1167 emultempl/armcoff.em, emultempl/armelf.em, emultempl/beos.em,
1168 emultempl/crxelf.em, emultempl/elf32.em, emultempl/generic.em,
1169 emultempl/gld960.em, emultempl/gld960c.em, emultempl/hppaelf.em,
1170 emultempl/ia64elf.em, emultempl/irix.em, emultempl/linux.em,
1171 emultempl/lnk960.em, emultempl/m68hc1xelf.em,
1172 emultempl/m68kcoff.em, emultempl/m68kelf.em,
1173 emultempl/mipsecoff.em, emultempl/mmix-elfnmmo.em,
1174 emultempl/mmixelf.em, emultempl/mmo.em, emultempl/needrelax.em,
1175 emultempl/pe.em, emultempl/ppc32elf.em, emultempl/ppc64elf.em,
1176 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em,
1177 emultempl/vanilla.em, emultempl/xtensaelf.em
1179 2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
1181 * scripttempl/elf.sc: Document the usage of __bss_start.
1183 2005-05-05 Paul Brook <paul@codesourcery.com>
1185 * Makefile.am: Add eelf_i386_vxworks.
1186 * Makefile.in: Regenerate.
1187 * configure.tgt: Make i?86-*-vxworks use targ_emul=elf_i386_vxworks.
1188 * emulparams/elf_i386_vxworks.sh: New file.
1189 * emulparams/vxworks.sh: New file.
1190 * scripttempl/elf.sc: Add DATA_END_SYMBOLS and ETEXT_NAME.
1192 2005-05-04 H.J. Lu <hongjiu.lu@intel.com>
1194 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
1195 Call _bfd_elf_provide_section_bound_symbols.
1197 2005-05-04 Alan Modra <amodra@bigpond.net.au>
1199 * ldemul.c: Include bfdlink.h.
1200 (ldemul_before_allocation): Assume before_allocation is non-zero.
1201 (before_allocation_default): Call strip_excluded_output_sections.
1202 * ldlang.c (stripped_excluded_sections): New variable.
1203 (lang_add_section): Build input section list for each output
1204 section, attached via map_head and map_tail pointers.
1205 (strip_excluded_output_sections): Make global. Traverse the
1206 input section lists to find which output sections can go. Clear
1207 link_order pointers and set stripped_excluded_sections.
1208 (lang_process): Call strip_excluded_output_sections.
1209 * ldlang.h (strip_excluded_output_sections): Declare.
1210 * ldwrite.c: Update throuhout for link_order_head -> map_head change.
1211 * emultempl/aix.em (before_allocation): Call
1212 strip_excluded_output_sections.
1213 * emultempl/armcoff.em (before_allocation): Likewise.
1214 * emultempl/beos.em (before_allocation): Likewise.
1215 * emultempl/linux.em (before_allocation): Likewise.
1216 * emultempl/pe.em (before_allocation): Likewise.
1217 * emultempl/sunos.em (before_allocation): Likewise.
1218 * emultempl/elf32.em (before_allocation): Likewise. Call
1219 bfd_elf_size_dynsym_hash_dynstr too.
1220 * emultempl/lnk960.em (lnk960_before_allocation): Delete.
1221 (ld_lnk960): Use before_allocation_default.
1223 2005-05-02 H.J. Lu <hongjiu.lu@intel.com>
1225 * emultempl/elf32.em (gld${EMULATION_NAME}_strip_empty_section):
1226 Updated for bfd_section_list_remove change.
1227 * ldlang.c (lang_insert_orphan): Likewise.
1228 (strip_excluded_output_sections): Likewise.
1229 (sort_sections_by_lma): New.
1230 (lang_check_section_addresses): Sort the sections before
1233 2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
1235 * configure.tgt: Add h8300*-*-rtemscoff.
1236 Switch h8300*-*-rtems* to elf.
1238 2005-04-29 Ben Elliston <bje@au.ibm.com>
1240 * ldgram.y (lang_memory_region_type): Make static.
1241 (ldgram_want_filename): Likewise.
1242 * ldemul.c (ld_emulation): Make static.
1243 * ldfile.h (ldfile_find_command_file): Remove extern.
1244 * ldfile.c (ldfile_find_command_file): Make static.
1245 * ldlang.h (unique_section_list): Remove extern declaration.
1246 * ldlang.c (unique_section_list): Make static.
1247 * mri.h (symbol_truncate): Remove extern declaration.
1248 * mri.c (symbol_truncate): Make static.
1249 (order, only_load, address, alias): Likewise.
1250 (alignment, subalignment): Likewise.
1252 2005-04-27 H.J. Lu <hongjiu.lu@intel.com>
1254 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
1255 Use the first SEC_ALLOC section which isn't SEC_READONLY or the
1256 last SEC_ALLOC section if such a section doesn't exist.
1258 2005-04-24 Mark Kettenis <kettenis@gnu.org>
1260 * configure.host: Add *-*-openbsd support.
1262 2005-04-15 Julian Brown <julian@codesourcery.com>
1264 * ld.texinfo: Document --use-blx.
1265 * emultempl/armelf.em (use_blx): New variable.
1266 (arm_elf_create_output_section_statements): Communicate value of
1268 (PARSE_AND_LIST_PROLOGUE): Add OPTION_USE_BLX.
1269 (PARSE_AND_LIST_OPTIONS): Add --use-blx option.
1270 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_USE_BLX case.
1272 2005-04-14 Alan Modra <amodra@bigpond.net.au>
1274 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
1275 * configure.in: Include ../bfd/warning.m4 contents.
1276 * Makefile.in: Regenerate.
1277 * configure: Regenerate.
1279 2005-04-12 Alan Modra <amodra@bigpond.net.au>
1281 * Makefile.am: Run "make dep-am".
1282 (ldgram.o, ldlex.o, deffilep.o): Add -Wno-error to command.
1283 * Makefile.in: Regenerate.
1284 * config.in: Regenerate.
1286 2005-04-11 Alan Modra <amodra@bigpond.net.au>
1288 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Ignore
1289 as_needed libs that were not needed.
1290 (gld${EMULATION_NAME}_check_needed): Likewise.
1292 2005-04-07 Nick Clifton <nickc@redhat.com>
1294 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h so that
1295 ldfile.h can use the lang_input_statement type.
1297 2005-04-06 Jakub Jelinek <jakub@redhat.com>
1299 * ldlang.c: Formatting.
1300 (walk_wild_consider_section): Remember return value from wildcardp.
1301 (is_simple_wild): Use strcspn instead of 2 strpbrk calls and strlen.
1302 (wild_spec_can_overlap): Use strcspn instead of strpbrk and strlen.
1304 2005-04-06 Robert O'Callahan <rocallahan@novell.com>
1306 * ld.h (lean_section_userdata_type): Remove.
1307 (fat_section_userdata_type): Remove file field.
1308 (SECTION_USERDATA_SIZE): Remove.
1309 * ldlang.c (init_os): Eliminate initialization of unused
1310 lean_section_userdata_type.
1312 * ldlang.h (callback_t, walk_wild_section_handler_t): New
1314 (struct lang_wild_statement_struct): Add walk_wild_section_handler
1315 and handler_data fields.
1316 * ldlang.c (callback_t): Removed.
1317 (walk_wild_consider_section, walk_wild_section_general,
1318 section_iterator_callback, find_section, is_simple_wild,
1319 match_simple_wild, walk_wild_section_specs1_wild0,
1320 walk_wild_section_specs1_wild1, walk_wild_section_specs2_wild1,
1321 walk_wild_section_specs3_wild2, walk_wild_section_specs4_wild2,
1322 wild_spec_can_overlap, analyze_walk_wild_section_handler): New
1324 (lang_add_wild): Call analyze_walk_wild_section_handler.
1325 (walk_wild_section): Renamed to walk_wild_section_general and
1326 created a wrapper function.
1327 (section_iterator_callback_data): New typedef.
1329 2005-04-04 Nick Clifton <nickc@redhat.com>
1331 * configure.in: Add a check for <unistd.h> providing a prototype
1332 for getopt() which is compatible with the one in
1333 include/getopt.h. If so then define HAVE_DECL_GETOPT.
1334 * configure: Regenerate.
1335 * config.in (HAVE_DECL_GETOPT): Add.
1336 * ldemul.c: Include config.h
1337 * lexsup.c: Likewise.
1338 * emultempl/elf32.sc: Likewise.
1340 2005-03-29 Alan Modra <amodra@bigpond.net.au>
1342 * emultempl/elf32.em (gld${EMULATION_NAME}_layout_sections_again):
1343 New function, extracted from static void gld${EMULATION_NAME}_finish.
1344 (gld${EMULATION_NAME}_strip_empty_sections): Likewise.
1345 (gld${EMULATION_NAME}_provide_init_fini_syms): Likewise.
1346 * emultempl/ppc64elf.em: Revert last change.
1347 (ppc_layout_sections_again): Use
1348 gld${EMULATION_NAME}_layout_sections_again.
1349 (ppc_finish): Don't call gld${EMULATION_NAME}_finish. Instead call
1350 gld${EMULATION_NAME}_strip_empty_sections and
1351 gld${EMULATION_NAME}_provide_init_fini_syms.
1352 * emultempl/hppaelf.em: Similarly.
1354 2005-03-29 Alan Modra <amodra@bigpond.net.au>
1356 * emultempl/ppc64elf.em (need_laying_out): Delete. Remove all refs.
1357 (ppc_finish): Don't call bfd_elf_discard_info.
1358 * emultempl/hppaelf.em: Similarly.
1360 2005-03-24 Nick Clifton <nickc@redhat.com>
1362 * po/fr.po: Updated French translation.
1364 2005-03-23 Mike Frysinger <vapier@gentoo.org>
1365 Nick Clifton <nickc@redhat.com>
1367 * configure.host: Accept any C library to accompany a GNU Linux
1368 implementation, not just the GNU C library.
1369 * configure.tgt: Likewise.
1370 * emultempl/elf32.em: Likewise.
1372 2005-03-22 H.J. Lu <hongjiu.lu@intel.com>
1374 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols): New
1375 (gld${EMULATION_NAME}_finish): Call
1376 gld${EMULATION_NAME}_provide_bound_symbols to provide
1377 __preinit_array_start, __preinit_array_end, __init_array_start,
1378 __init_array_end, __fini_array_start and __fini_array_end.
1380 * scripttempl/elf.sc: Don't provide __preinit_array_start,
1381 __preinit_array_end, __init_array_start, __init_array_end,
1382 __fini_array_start nor __fini_array_end.
1384 2005-03-23 Alan Modra <amodra@bigpond.net.au>
1386 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Set
1387 SEC_EXCLUDE on .gnu.warning sections.
1389 2005-03-22 Alan Modra <amodra@bigpond.net.au>
1391 * scripttempl/elf.sc (SBSS): Don't provide sbss start and end syms.
1393 2005-03-21 Alan Modra <amodra@bigpond.net.au>
1395 * emultempl/ppc32elf.em (gld${EMULATION_NAME}_after_allocation): New
1397 (LDEMUL_AFTER_ALLOCATION): Define.
1399 2005-03-21 Alan Modra <amodra@bigpond.net.au>
1401 * emultempl/ppc64elf.em (ppc_finish): Rename from
1402 gld${EMULATION_NAME}_finish. Call gld${EMULATION_NAME}_finish.
1403 (LDEMUL_FINISH): Update.
1404 * emultempl/hppaelf.em (hppaelf_finish, LDEMUL_FINISH): Likewise.
1405 * emultempl/m68hc1xelf.em (m68hc11elf_finish, LDEMUL_FINISH): Likewise.
1407 2005-03-18 Julian Brown <julian@codesourcery.com>
1409 * scripttempl/armbpapi.sc (.rel.dyn): Add .rel.init_array,
1411 (.rela.dyn): Add .rela.init_array, .rela.fini_array.
1412 (SECTIONS): Add .rel.other, .rela.other, .reli.other after PLT relocs.
1414 2005-03-18 H.J. Lu <hongjiu.lu@intel.com>
1416 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Don't set
1417 bfd_section when removing unused empty output sections for
1418 non-relocatable link.
1420 2005-03-19 Alan Modra <amodra@bigpond.net.au>
1422 * ldlang.c (lang_insert_orphan): Use old section_tail rather than
1423 traversing the bfd section list to find pointer to new section.
1425 2005-03-18 Alan Modra <amodra@bigpond.net.au>
1427 * scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2
1428 input sections into .sdata and .sbss output respectively.
1430 2005-03-16 David Heine <dlheine@tensilica.com>
1431 Bob Wilson <bob.wilson@acm.org>
1433 * ldlang.c (IGNORE_SECTION): Remove check for zero size.
1434 (lang_check_section_addresses): Ignore zero size sections here.
1436 2005-03-16 H.J. Lu <hongjiu.lu@intel.com>
1438 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Remove
1439 unused empty output sections for non-relocatable link.
1441 * ld.h (args_type): Remove gc_sections.
1443 * ldlang.c (lang_mark_used_section): New.
1444 (lang_gc_sections): Use link_info.gc_sections instead of
1445 command_line.gc_sections.
1446 * ldmain.c (main): Likewise.
1447 * lexsup.c (parse_args): Likewise.
1448 * ldlang.c (lang_process): Call lang_mark_used_section.
1450 * ldmain.c (main): Initialize link_info.gc_sections to FALSE.
1452 2005-03-16 Nick Clifton <nickc@redhat.com>
1453 Ben Elliston <bje@au.ibm.com>
1455 * configure.in (werror): New switch: Add -Werror to the
1456 compiler command line. Enabled by default. Disable via
1458 * configure: Regenerate.
1460 2005-03-16 Alan Modra <amodra@bigpond.net.au>
1462 * emulparams/elf32ppclinux.sh (OTHER_READWRITE_SECTION): Delete.
1463 (OTHER_RELRO_SECTIONS): Set this instead.
1465 2005-03-15 Nick Clifton <nickc@redhat.com>
1467 * NEWS: Add cutoff for changes in 2.16 release.
1469 2005-03-15 Mikkel Krautz <krautz@gmail.com>
1471 * configure.tgt (x86_64-elf): Add target.
1473 2005-03-15 Alan Modra <amodra@bigpond.net.au>
1475 * po/es.po: Commit new Spanish translation.
1477 2005-03-14 Alan Modra <amodra@bigpond.net.au>
1479 * ldexp.c (exp_fold_tree): Ensure return value is initialized.
1480 Tidy etree_assert case.
1482 2005-03-14 Alan Modra <amodra@bigpond.net.au>
1484 * po/tr.po: Commit new Turkish translation.
1486 2005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1488 * Makefile.am: Remove references to em68klynx.o and esparclynx.o.
1489 * Makefile.in: Regenerated.
1490 * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
1492 2005-03-07 Nick Clifton <nickc@redhat.com>
1494 * po/fr.po: Updated translation.
1496 2005-03-05 Alan Modra <amodra@bigpond.net.au>
1498 * po/ld.pot: Regenerate.
1500 2005-03-02 Jan Beulich <jbeulich@novell.com>
1502 * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
1503 * pe-dll.c (pe_dll_generate_implib): Likewise.
1505 2005-02-24 Ben Elliston <bje@au.ibm.com>
1507 * ldfile.c: Remove GNU960 conditional code.
1508 * emultempl/gld960.em: Likewise.
1509 * emultempl/gld960c.em: Likewise.
1510 * emultempl/lnk960.em: Likewise.
1512 2005-02-24 Nick Clifton <nickc@redhat.com>
1514 * emultempl/lnk960.em (lnk960_before_parse): Remove redundant
1515 empty string from calls to concat.
1517 2005-02-23 Nick Clifton <nickc@redhat.com>
1519 * emultempl/lnk960.em (lnk960_before_parse): Terminate list of
1520 arguments passed to concat() with a NULL.
1522 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h because they
1523 define types needed by ldfile.h
1525 2005-02-23 Alan Modra <amodra@bigpond.net.au>
1527 * pe-dll.c: Warning fixes.
1528 * emultempl/sunos.em: Likewise.
1530 2005-02-22 Daniel Jacobowitz <dan@codesourcery.com>
1532 * ldlang.c (section_already_linked): Don't call
1533 bfd_section_already_linked for dynamic objects.
1535 2005-02-22 Alan Modra <amodra@bigpond.net.au>
1537 * ldexp.c: Warning fixes.
1538 * ldwrite.c: Likewise.
1539 * emultempl/elf32.em: Likewise.
1541 2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
1543 * ldlang.c (lang_add_section): Check SEC_TIC54X_BLOCK for TI
1545 (lang_size_sections_1): Check SEC_COFF_SHARED_LIBRARY for COFF
1546 and ECOFF output only.
1548 2005-02-21 Alan Modra <amodra@bigpond.net.au>
1550 * config.in: Regenerate.
1551 * configure: Regenerate.
1553 2005-02-17 Zack Weinberg <zack@codesourcery.com>
1555 * ldexp.c (assigning_to_dot): New global flag.
1556 (fold_name): If assigning_to_dot is true, object immediately to
1557 an undefined symbol.
1558 (exp_fold_tree): Set and clear assigning_to_dot around the
1559 recursive call to exp_fold_tree to process the right-hand side
1560 of an assignment to the location counter.
1562 2005-02-17 Paul Brook <paul@codesourcery.com>
1564 * scripttempl/armbpabi.sc: Add dummy name to version block.
1566 2005-02-17 Alan Modra <amodra@bigpond.net.au>
1568 * ldexp.c (new_abs): Init new.str.
1570 2005-02-15 Mark Mitchell <mark@codesourcery.com>
1572 * configure.in (AC_CHECK_FUNCS): Add glob.
1573 * configure: Regenerated.
1574 * emultempl/elf32.em (<glob.h>): Do not include if HAVE_GLOB is
1576 (gld${EMULATION_NAME}_parse_ld_so_conf_include): Do not use glob
1577 if HAVE_GLOB is not defined.
1579 2005-02-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1581 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Define
1582 lib_path if NATIVE is yes.
1584 2005-02-16 Alan Modra <amodra@bigpond.net.au>
1586 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Make
1587 an error creating fake bfd fatal.
1588 (ppc_before_allocation): Continue on after errors.
1589 (gld${EMULATION_NAME}_finish): Likewise.
1591 2005-02-15 Nick Clifton <nickc@redhat.com>
1593 * ldlex.l (YY_NO_UNPUT): Define so that the yy_unput function is
1594 not declared. It is not used and its presence causes a compile
1597 2005-02-11 Zack Weinberg <zack@codesourcery.com>
1599 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed):
1600 If st.st_ino is zero, do not treat the library as a duplicate.
1602 2005-02-10 Jakub Jelinek <jakub@redhat.com>
1604 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
1605 Set BFD_LINKER_CREATED on the stubs bfd.
1606 * emultempl/ppc64elf.em (ppc_create_output_section_statements):
1609 2005-02-08 Mark Mitchell <mark@codesourcery.com>
1611 * scripttempl/armbpabi.sc (VERSION): Make special section symbols
1613 (Image$$ER_RO$$Base): Define whenever RELOCATING.
1614 (Image$$ER_RO$$Limit): Likewise.
1615 (SHT$$INIT_ARRAY$$Base): Likewise.
1616 (SHT$$INIT_ARRAY$$Limit): Likeise.
1618 2005-02-10 Ben Elliston <bje@au.ibm.com>
1620 * emultempl/beos.em: Remove #if 0 and #if 1 blocks.
1622 2005-02-08 Richard Sandiford <rsandifo@redhat.com>
1624 * configure.tgt (mips64*el-*-linux-gnu*): Define targ_extra_libpath
1625 to include o32 and n64 emulations.
1626 (mips64*-*-linux-gnu*): Likewise.
1628 2005-02-08 Hans-Peter Nilsson <hp@axis.com>
1630 * ldmain.c (warning_callback, warning_find_reloc): Prepend
1631 "warning: " to warning messages.
1633 2005-02-04 Alan Modra <amodra@bigpond.net.au>
1635 * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): Don't
1636 look up symbol for etree_provide here.
1638 2005-02-02 Daniel Jacobowitz <dan@codesourcery.com>
1640 * emulparams/elf32bmip.sh (TEXT_DYNAMIC): Always set.
1642 2005-02-01 Edward Welbourne <eddy@opera.com>
1643 Nick Clifton <nickc@redhat.com>
1645 * ld.texinfo (Source Code Reference): New node describing how to
1646 access linker script defined variables from source code.
1648 2005-02-01 Alan Modra <amodra@bigpond.net.au>
1650 * ld.texinfo: Clarify --as-needed operation.
1652 2005-01-31 Andrew Cagney <cagney@gnu.org>
1654 * configure: Regenerate to track ../gettext.m4.
1656 2005-01-31 Nick Clifton <nickc@redhat.com>
1658 * ldver.c (ldversion): Bump reported copyright date to 2005.
1660 2005-01-31 Nick Clifton <nickc@redhat.com>
1662 * configure.tgt: Remove obsolete targets m68k-lynxos and
1665 2005-01-28 Julian Brown <julian@codesourcery.com>
1667 * emultempl/armelf.em (fix_v4bx): New variable.
1668 (arm_elf_create_output_section_statements): Communicate fix_v4bx flag
1670 (PARSE_AND_LIST_PROLOGUE): Add option token OPTION_FIX_V4BX.
1671 (PARSE_AND_LIST_LONGOPTS): Add option --fix-v4bx.
1672 (PARSE_AND_LIST_OPTIONS): Add option --fix-v4bx.
1673 (PARSE_AND_LIST_ARGS_CASES): Add option OPTION_FIX_V4BX.
1674 * NEWS: Mention --fix-v4bx.
1675 * ld.texinfo: Document --fix-v4bx.
1677 2005-01-25 Mark Mitchell <mark@codesourcery.com>
1679 * emulparams/armsymbian.sh (OTHER_READONLY_SECTIONS): Define, so
1680 as to include .ARM.exidx$${Base,Limit}.
1681 * ld/scripttempl/armbpabi.sc: Move .plt to end of text segment.
1682 Define IMAGE$$ER_RO$${Base,Limit} and SHT$$INIT_ARRAY$${Base,Limit}.
1683 Put .init_array, .fini_array, etc. into the read-only data
1686 2005-01-25 Alan Modra <amodra@bigpond.net.au>
1688 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Formatting.
1689 (gld${EMULATION_NAME}_after_open): Ignore needed libs if they were
1690 only needed by an as-needed lib that didn't get linked.
1692 2005-01-23 Alan Modra <amodra@bigpond.net.au>
1694 * ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct
1695 __DTOR_LIST__ description.
1697 2005-01-23 Alan Modra <amodra@bigpond.net.au>
1699 * ld.texinfo (Location Counter <dot outside sections>): Document
1700 effects of orphan section placement, and ". = ." workaround.
1701 * Makefile.in: Regenerate.
1703 2005-01-22 Richard Sandiford <rsandifo@redhat.com>
1705 * emulparams/elf32bmip.sh (OTHER_GOT_SECTIONS): Add ". = .;".
1706 * emulparams/elf32bmipn32-defs.sh (OTHER_GOT_SECTIONS): Likewise.
1708 2005-01-21 Jakub Jelinek <jakub@redhat.com>
1710 * ldgram.y (AS_NEEDED): New token.
1711 (input_list): Handle AS_NEEDED ( input_list ).
1712 * ldlex.l (AS_NEEDED): Add.
1713 * ld.texinfo: Document AS_NEEDED ().
1714 * NEWS: Mention AS_NEEDED ().
1716 2005-01-21 Ben Elliston <bje@au.ibm.com>
1718 * ldlang.c (lang_reasonable_defaults): Remove.
1719 (lang_process): Don't call lang_reasonable_defaults.
1721 * ldexp.c (exp_assop): Remove #if 0'd code.
1722 (exp_print_tree): Likewise.
1723 * ldlang.c (lang_memory_region_lookup): Likewise.
1724 (open_output): Likewise.
1725 (lang_do_assignments_1): Likewise.
1726 (lang_place_orphans): Likewise.
1727 (lang_enter_output_section_statement): Likewise.
1728 (lang_reasonable_defaults): Likewise.
1729 * ldlang.h (struct lang_input_statement_struct): Likewise.
1730 * mri.c (mri_draw_tree): Likewise.
1731 (mri_load): Likewise.
1732 * pe-dll.c (generate_reloc): Likewise.
1733 (make_import_fixup_entry): Likewise.
1734 (pe_as16): Likewise.
1735 * emultempl/beos.em (set_pe_subsystem): Likewise.
1736 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
1737 * emultempl/pe.em: Likewise.
1738 * emultempl/xtensaelf.em (xtensa_colocate_literals): Likewise.
1740 2005-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1742 * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o.
1743 (earmelfb_linux_eabi.c): New target.
1744 * Makefile.in: Regenerated.
1745 * configure.tgt (arm*b-*-linux-gnueabi): New target.
1746 * emulparams/armelfb_linux_eabi.sh: New file.
1748 2005-01-20 Nick Hudson <skrll@netbsd.org>
1751 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
1752 Handle bfd_elf32_hppa_nbsd_vec.
1754 2005-01-19 Richard Sandiford <rsandifo@redhat.com>
1756 * ldmain.h (ld_sysroot): Change type to a constant string.
1757 * ldmain.c (ld_sysroot): Likewise.
1758 (get_relative_sysroot, get_sysroot): New functions, adding command-line
1759 support for changing the sysroot.
1760 (main): Call the new functions.
1761 * lexsup.c (OPTION_SYSROOT): New.
1762 (ld_options): Add --sysroot.
1763 (parse_args): Add a dummy handler for it.
1764 * ld.texinfo (--sysroot): Document.
1765 * NEWS: Mention the new --sysroot option.
1767 2005-01-18 Alan Modra <amodra@bigpond.net.au>
1769 * ldlang.c (section_already_linked): Adjust bfd_link_just_syms call.
1770 (lang_place_orphans): Don't abort on just_syms_flag, instead call
1773 2005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
1775 * defilep.y (def_name, def_library): Combine into...
1776 (def_image_name): New function. Strip name to basename,
1779 2005-01-12 Mark Kettenis <kettenis@gnu.org>
1781 * configure.in: Be sure to invoke config.sub using the shell.
1782 * configure: Regenerate.
1784 2005-01-11 Alan Modra <amodra@bigpond.net.au>
1786 * configure.host: Correct sed patterns for last change.
1788 2005-01-10 Nick Clifton <nickc@redhat.com>
1791 * ldmisc.c (vfinfo): Add an extra argument: is_warning. Use this
1792 to determine whether config.make_executable should be set to FALSE in
1793 conjunction with config.fatal_warnings.
1794 (info_msg, minfo, lfinof): Pass FALSE as the extra argument.
1795 (einfo): Pass TRUE as the extra argument.
1797 2005-01-10 Greg Schaffer <gschafer@zip.com.au>
1799 * configure.host (linux targets): Use "${CC} -dumpspecs" instead
1800 of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0.
1801 (ia64-*-aix): Delete - this target is obsolete, and would be
1802 broken by this patch.
1804 2005-01-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1806 * configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*.
1807 (sparc64-sun-solaris2*): New host.
1809 2005-01-06 Paul Brook <paul@codesourcery.com>
1811 * Makefie.am: Add earmelf_vxworks.
1812 * Makefile.in: Regenerate.
1813 * configure.tgt: Make arm-*-vxworks a separate case.
1814 * emulparams/armelf_vxworks.sh: New function.
1816 2005-01-06 Alan Modra <amodra@bigpond.net.au>
1818 * emultempl/ppc64elf.em (no_multi_toc): New var.
1819 (gld${EMULATION_NAME}_finish): Pass to ppc64_elf_setup_section_lists.
1820 (OPTION_NO_MULTI_TOC): Define.
1821 (PARSE_AND_LIST_LONGOPTS): Add --no-multi-toc support.
1822 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
1824 2005-01-05 Nick Clifton <nickc@redhat.com>
1827 * ldmisc.c (vfinfo): Alter output to conform to the GNU Coding
1828 Standard's specification for parsable error messages.
1830 2005-01-04 Paul Brook <paul@codesourcery.com>
1832 * Makefile.am: Correct dependency for earmsymbian.c.
1833 * Makefile.in: Regenerate.
1835 2004-12-28 Danny Smith <dannysmith@users.sourceforge.net>
1837 * emultempl/pe.em (set_pe_subsystem): Change second arg to
1838 lang_add_entry to FALSE.
1840 2004-12-23 Nick Clifton <nickc@redhat.com>
1843 * emulparams/shelf.sh (.stack): Increase stack start address to
1846 2004-12-20 Nick Clifton <nickc@redhat.com>
1848 * ldmain.c (main): Issue an error message if -static and -shared
1851 2004-12-17 Jakub Jelinek <jakub@redhat.com>
1853 * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields.
1854 * ldexp.c (fold_binary) <case DATA_SEGMENT_ALIGN>: Initialize them.
1855 * ldlang.c (lang_size_sections): Use them to avoid wasting virtual
1856 address space at DATA_SEGMENT_ALIGN. Fix computation of expected
1857 PT_GNU_RELRO segment end.
1859 2004-12-14 P.J. Darcy <darcypj@us.ibm.com>
1861 * configure.tgt: Add s390x-ibm-tpf support.
1863 2004-12-16 Martin Kögler <mkoegler@auto.tuwien.ac.at>
1865 * ldmisc.c (vfinfo): Handle the case where %B is passed a NULL
1868 2004-12-07 Ben Elliston <bje@gnu.org>
1870 * ldemul.h: Forward declare struct option.
1872 2004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
1874 * scripttempl/pe.sc (.data): Add .jcr subsection.
1876 2004-11-30 Paul Brook <paul@codesourcery.com>
1878 * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
1880 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
1882 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
1883 * Makefile.in: Regenerate.
1885 2004-11-26 Melissa Mears <asterisk@graces.dricas.com>
1887 * emultempl/pe.em: Add --subsystem:xbox as well as
1889 * ld.texinfo: (ld_options): Document acceptance of subsystem xbox
1890 and numeric subsystems.
1892 2004-11-24 Alan Modra <amodra@bigpond.net.au>
1894 * ldexp.c (fold_name): Correct PR 338 fix.
1896 2004-11-19 Mark Mitchell <mark@codesourcery.com>
1898 * Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
1899 (earmelf_linux_eabi.c): New target.
1900 * configure.tgt (arm*-*-linux-gnueabi): Handle it.
1901 * emulparams/armelf_linux_eabi.sh: New file.
1902 * Makefile.in: Regenerated.
1904 2004-11-19 Nick Clifton <nickc@redhat.com>
1907 * ld.texinfo (MEMORY): Update the descriptions of the ORIGIN and
1908 LENGTH fields in the MEMORY command, to explicitly state that
1909 symbols cannot be used in their expressions.
1911 2004-11-19 Jon Beniston <jon@beniston.com>
1913 * ld/ldlex.l: Allow ORIGIN and LENGTH in EXPRESSION.
1914 * ld/ldgram.y: Add ORIGIN and LENGTH expressions.
1915 * ld/ldexp.c (fold_name): Implement LENGTH() and ORIGIN() functions
1916 which return the length and origin of a memory.
1917 * ld/ld.texinfo: Document LENGTH() and ORIGIN() functions.
1918 * NEWS: Mention support for ORIGIN and LENGTH operators.
1920 2004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
1922 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Don't use
1923 a dynamic object for stubs.
1925 2004-11-04 Paul Brook <paul@codesourcery.com>
1927 * ld.texinfo: Document --default-imported-symver.
1928 * ldmain.c (main): Set link_info.default_imported_symver.
1929 * lexsup.c (option_values): Add OPTION_DEFAULT_IMPORTED_SYMVER.
1930 (ld_options): Add --default-imported-symver.
1931 (parse_args): Handle OPTION_DEFAULT_IMPORTED_SYMVER.
1933 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
1934 Vineet Sharma <vineets@noida.hcltech.com>
1936 * Makefile.am: Add entries for new maxq-coff target.
1937 * Makefile.in: Regenerate.
1938 * configure.tgt: Add support for maxq.
1939 * emulparams/maxqcoff.sh: New File.
1940 * scripttempl/maxqcoff.sc: New linker script for target maxq.
1941 * NEWS: Mention the new target.
1943 2004-11-04 Daniel Jacobowitz <dan@debian.org>
1945 * Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o.
1946 (earmelf_oabi.c): Remove rule.
1947 * configure.tgt: Remove arm-*-oabi and thumb-*-oabi.
1948 * emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files.
1949 * Makefile.in: Regenerated.
1951 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
1953 * configure.tgt (crisv32-*-*): Handle like cris-*-* for non-aout.
1954 * emulparams/criself.sh (INIT_START): Remove emitted "push srp".
1955 (FINI_START): Ditto.
1956 (INIT_END): Remove emitted "jump [sp+]".
1959 2004-11-04 Alan Modra <amodra@bigpond.net.au>
1961 * emultempl/ppc64elf.em (no_tls_opt): Rename from notlsopt.
1962 (no_opd_opt, no_toc_opt): New static vars.
1963 (ppc_before_allocation): Don't edit opt if no_opd_opt. Call
1965 (OPTION_NO_OPD_OPT, OPTION_NO_TOC_OPT): Define.
1966 (PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize.
1967 (PARSE_AND_LIST_OPTIONS): Describe new options.
1968 (PARSE_AND_LIST_ARGS_CASES): Handle them.
1970 2004-10-27 Nick Clifton <nickc@redhat.com>
1972 * emultempl/alphaelf.em (alpha_after_parse): Add extra, NULL,
1973 parameter to invocation of lang_section_start.
1974 * emultempl/aix.em (_handle_option): Likewise.
1976 * Makefile.am (eelf64alpha.c, eelf64alpha_fbsd.c,
1977 eelf64alpha_nbsd.c): Add dependency upon emultempl/alphaelf.em.
1978 * Makefile.in: Regenerate.
1980 2004-10-26 Mark Mitchell <mark@codesourcery.com>
1982 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Do not emit
1983 __exidx_{start,end} when not relocating.
1985 2004-10-25 Mark Mitchell <mark@codesourcery.com>
1987 * Makefile.in (earmsymbian.c): Depend on armbpabi.sc, not elf.sc.
1988 * ldexp.h (segment_type): New type.
1989 (segments): New variable.
1990 * ldexp.c (segments): New variable.
1991 (exp_print_token): Handle SEGMENT_START.
1992 (fold_binary): Likewise.
1993 * ldgram.y (SEGMENT_START): Declare it as a token.
1994 (exp): Handle SEGMENT_START.
1995 * ldlang.h (lang_address_statement_type): Add segment field.
1996 (lang_section_start): Change prototype.
1997 * ldlang.c (map_input_to_output_sections): Do not process section
1998 assignments if a corresponding SEGMENT_START has already been
2000 (lang_section_start): Add segment parameter.
2001 * ldlex.l (SEGMENT_START): Add it.
2002 * lexsup.c (seg_segment_start): New function.
2003 (parse_args): Use it for -Tbss, -Tdata, and -Ttext.
2004 * ld.texinfo (SEGMENT_START): Document it.
2005 * emulparams/armsymbian.sh (EMBEDDED): Set it.
2006 * scripttempl/armbpabi.sc: Use SEGMENT_START to control segment
2007 base addresses. Do not map relocations.
2008 * NEWS: Mention SEGMENT_START.
2010 2004-10-26 Paul Brook <paul@codesourcery.com>
2012 * ld.texinfo: Document --default-symver.
2013 * ldmain.c (main): Set link_info.create_default_symver.
2014 * lexsup.c (enum option_values): Add OPTION_DEFAULT_SYMVER.
2015 (ld_options): Add default-symver.
2016 (parse_args): Handle OPTION_DEFAULT_SYMVER.
2018 2004-10-24 Danny Smith <dannysmith@users.sourceforge.net>
2020 * pe-dll.c (process_def_file): Don't export all symbols by default if
2021 building a position-independent executable.
2023 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
2026 * ldmain.c (reloc_overflow): Accept a pointer to struct
2027 bfd_link_hash_entry. Report symbol location for relocation
2030 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
2032 * genscripts.sh (libpath.exp): Really generate for first
2035 2004-10-19 Danny Smith <dannysmith@users.sourceforge.net>
2037 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Simplify
2038 comparison and replacement of filenames.
2040 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
2043 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic
2044 option on linker script as the one for linker script.
2046 2004-10-16 Daniel Jacobowitz <dan@debian.org>
2048 * ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)
2049 (check_excluded_libs): New.
2050 (load_symbols): Call check_excluded_libs.
2051 * ldlang.h (add_excluded_libs): New prototype.
2052 * emultempl/elf32.em (OPTION_EXCLUDED_LIBS): Define.
2053 (gld${EMULATION_NAME}_add_options): Add --exclude-libs.
2054 (gld${EMULATION_NAME}_handle_option): Handle --exclude-libs.
2055 * ld.texinfo (Command Line Variables): Document --exclude-libs.
2056 (Options Specific to i386 PE Targets): Remove --exclude-libs.
2058 2004-10-15 Alan Modra <amodra@bigpond.net.au>
2060 * ldexp.c (exp_fold_tree): Don't immediately exit ld on a
2061 failing link script assert.
2063 * ldctor.c (ldctor_add_set_entry): Fix comment typo.
2065 2004-10-14 H.J. Lu <hongjiu.lu@intel.com>
2068 * emulparams/elf64_ia64.sh (SMALL_DATA_CTOR): Set.
2069 (SMALL_DATA_DTOR): Set.
2070 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
2071 (SMALL_DATA_DTOR): Unset.
2072 * scripttempl/elf.sc: If SMALL_DATA_CTOR is set, move .ctors
2073 after .data. If SMALL_DATA_DTOR is set, move .dtors after
2076 2004-10-14 Alan Modra <amodra@bigpond.net.au>
2079 * ldlang.h (lang_output_section_statement_type): Make "next" a
2080 struct lang_output_section_statement_struct *.
2081 (struct orphan_save): Move from elf32.em. Add "name" and "flags".
2082 (lang_output_section_find_by_flags, lang_insert_orphan): Declare.
2083 * ldlang.c (lang_output_section_find_1): Adjust for changed
2084 output_section_statement "next".
2085 (strip_excluded_output_sections): Likewise.
2086 (lang_record_phdrs): Likewise.
2087 (lang_output_section_find_by_flags): New function.
2088 (output_prev_sec_find): Move from pe.em. Adjust iterator.
2089 (lang_insert_orphan): New function. Tail end of elf32.em's
2090 place_orphan merged with that from pe.em. Allow bfd_section to
2091 be placed first. New heuristic for placing new output section
2092 statement in existing script, and accompanying split of __start
2093 symbol alignment into a separate assignment to dot.
2094 (lang_add_section): Consistently use output->bfd_section rather than
2095 an alias, section->output_section.
2096 (map_input_to_output_sections): Rename overly long arg. Move
2097 initialization of data_statement output section to here..
2098 (lang_check_section_addresses): ..from here.
2099 (print_assignment): Correct printing of etree_assert.
2100 (print_all_symbols): Don't bomb if userdata is NULL.
2101 (IGNORE_SECTION): Rearrange.
2102 * emultempl/elf32.em (output_rel_find): Adjust interator.
2103 (output_prev_sec_find): Delete.
2104 (struct orphan_save): Delete.
2105 (gld${EMULATION_NAME}_place_orphan): Cater for zero bfd_section
2106 flags without creating a duplicate output section statement.
2107 Revise code holding history of various orphan section placements.
2108 Allow orphan sections to place before script specified output
2109 sections. Call lang_output_section_find_by_flags when placement
2110 by name fails. Use lang_insert_orphan.
2111 * emultempl/mmo.em (output_prev_sec_find): Delete.
2112 (struct orphan_save): Delete.
2113 (mmo_place_orphan): Revise code holding history of orphan placement.
2114 Allow orphans to place before existing output sections. Use
2116 * emultempl/pe.em (output_prev_sec_find): Delete.
2117 (struct orphan_save): Delete.
2118 (gld_${EMULATION_NAME}_place_orphan): Revise to suit use of
2121 2004-10-13 Mark Mitchell <mark@codesourcery.com>
2123 * scripttempl/armbpabi.sc: Do not put .gnu.version.* into a
2126 2004-10-13 Alan Modra <amodra@bigpond.net.au>
2129 * ldcref.c (check_section_sym_xref): Delete.
2130 (check_local_sym_xref): New function.
2131 (check_nocrossrefs): Adjust call.
2132 * emultempl/pe.em (struct orphan_save): Add os_tail.
2133 (place_orphan): Backport assorted fixes from elf32.em.
2135 2004-10-12 Bob Wilson <bob.wilson@acm.org>
2137 * emultempl/xtensaelf.em: Use ISO C90 formatting.
2139 2004-10-11 Jakub Jelinek <jakub@redhat.com>
2141 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_ld_so_conf): Avoid
2142 getline for portability.
2144 * emultempl/elf32.em (gld${EMULATION_NAME}_ld_so_conf): New structure.
2145 (gld${EMULATION_NAME}_parse_ld_so_conf,
2146 gld${EMULATION_NAME}_parse_ld_so_conf_include): New functions.
2147 (gld${EMULATION_NAME}_check_ld_so_conf): Use them.
2149 2004-10-11 Alan Modra <amodra@bigpond.net.au>
2152 * ldfile.c (ldfile_try_open_bfd): Ensure dynamic objects are
2153 rejected when linking statically.
2155 2004-10-08 Daniel Jacobowitz <dan@debian.org>
2157 * configure.tgt: Include elf_x86_64 for i[3-7]86-*-solaris2*.
2159 2004-10-07 Bob Wilson <bob.wilson@acm.org>
2161 * ld.texinfo (Xtensa): Describe new linker relaxation to optimize
2162 assembler-generated longcall sequences. Describe new --size-opt
2164 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
2165 * emultempl/xtensaelf.em (remove_section,
2166 replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
2167 elf_xtensa_after_open): New.
2168 (OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
2169 OPTION_NO_LITERAL_MOVEMENT): Define.
2170 (elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
2171 (PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
2172 (PARSE_AND_LIST_OPTIONS): Add --size-opt.
2173 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
2174 OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
2175 (LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
2176 * scripttempl/elfxtensa.sc: Update with changes from elf.sc.
2177 * Makefile.am (eelf32xtensa.c): Update dependencies.
2178 * Makefile.in: Regenerate.
2180 2004-10-07 Jeff Baker <jbaker@qnx.com>
2182 * lexsup.c: Handle --warn-shared-textrel option.
2183 (ld_options): Restore alpha sorting of options.
2184 * ldmain.c (main): Initialise warn_shared_info field to FALSE.
2185 * ld.texinfo: Add documentation for --warn-shared-textrel.
2186 * NEWS: Added mention of --warn-shared-textrel option.
2188 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
2190 * emultempl/crxelf.em (disable_relaxation): Add.
2191 (crxelf_before_allocation): Enable --relax option by default.
2192 (PARSE_AND_LIST_PROLOGUE): Add OPTION_NO_RELAX.
2193 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --no-relax.
2194 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NO_RELAX.
2196 2004-10-04 H.J. Lu <hongjiu.lu@intel.com>
2198 * NEWS: Mention SORT_BY_NAME, SORT_BY_ALIGNMENT and
2199 --sort-section name|alignment.
2201 * ld.texinfo: Document SORT_BY_NAME, SORT_BY_ALIGNMENT and
2202 --sort-section name|alignment.
2204 * ld.h (sort_type): New enum.
2205 (wildcard_spec): Change the type of `sorted' to sort_type.
2207 * ldgram.y (SORT): Removed.
2208 (SORT_BY_NAME): Added.
2209 (SORT_BY_ALIGNMENT): Added.
2210 (wildcard_spec): Updated `sorted'. Handle SORT_BY_NAME and
2212 (input_section_spec_no_keep): Updated `sorted'.
2213 (statement): Replace SORT with SORT_BY_NAME.
2215 * ldlang.c (compare_section): New function to compare 2
2216 sections with different sorting schemes.
2217 (wild_sort): Updated. Use compare_section.
2218 (update_wild_statements): New function.
2219 (lang_process): Call update_wild_statements before
2220 map_input_to_output_sections.
2222 * ldlex.l (SORT_BY_NAME): New.
2223 (SORT_BY_ALIGNMENT): New.
2224 (SORT): Return SORT_BY_NAME.
2226 * ldmain.c (sort_section): New. Defined.
2227 (main): Initialize it to none.
2229 * lexsup.c (option_values): Add OPTION_SORT_SECTION.
2230 (ld_options): Add an entry for OPTION_SORT_SECTION.
2231 (parse_args): Handle OPTION_SORT_SECTION.
2233 * mri.c (mri_draw_tree): Updated `sorted'.
2235 2004-10-04 Jakub Jelinek <jakub@redhat.com>
2237 * ldgram.y (DATA_SEGMENT_RELRO_END): Add one argument.
2238 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_END): Add 0 as first
2240 (DATA_SEGMENT_RELRO_GOTPLT_END): Pass $SEPARATE_GOTPLT as first
2241 and . as second argument.
2242 (GOTPLT): Move $DATA_SEGMENT_RELRO_GOTPLT_END before the section.
2243 * ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here.
2244 (fold_binary): Add it here. Insert padding to make relro_end
2245 COMMONPAGESIZE bytes aligned. For DATA_SEGMENT_ALIGN in
2246 exp_dataseg_relro_adjust phase just use previously computed
2248 * ldlang.c (lang_size_sections): Set exp_data_seg.base for
2249 relro_adjust here. Call lang_size_sections_1 once more if there
2250 was too big padding at DATA_SEGMENT_RELRO_END.
2251 * ld.texinfo (DATA_SEGMENT_RELRO_END): Add documentation.
2253 2004-10-01 Paul Brook <paul@codesourcery.com>
2255 * emulparams/armelf.sh: Add unwinding table sections.
2257 2004-09-30 Filip Navara <navaraf@reactos.com>
2259 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate
2260 correct base address for position independant executables.
2261 * pe-dll.c (pe_dll_fill_sections): Don't mark position independant
2262 executables as DLLs.
2264 2004-09-30 Paul Brook <paul@codesourcery.com>
2266 * ld.texinfo: Document --target2=abs.
2267 * emulparms/armsymbian.sh (TARGET2_TYPE): Set.
2269 2004-09-29 Nick Clifton <nickc@redhat.com>
2271 * scripttempl/xstormy16.sc: Only perform the assignments to the
2272 ROM region when not performing a relocatable link. The ROM region
2273 does not start at address 0, but the sections will.
2274 * Makefile.am: Fix linker script dependency for the generation of
2276 * Makefile.in: Regenerate.
2278 2004-09-18 Filip Navara <navaraf@reactos.com>
2280 * emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
2281 emulparams/i386pe_posix.sh, emulparams/mcorepe.sh,
2282 emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define
2284 * scripttempl/pe.sc: Make the virtual address and file offset synced if
2285 the alignment is lower than the target page size.
2287 2004-09-27 Filip Navara <navaraf@reactos.com>
2289 * emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
2290 def_file_parse to handle pe_def_file if NULL and prevent crash with
2293 2004-09-27 Alan Modra <amodra@bigpond.net.au>
2295 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
2296 --emit-stub-syms automatically when --emit-relocs.
2298 2004-09-24 Paul Brook <paul@codeosurcery.com>
2300 * scripttempl/elf.sc: Keep .preinit_array, .init_array and
2301 .fini_array sections.
2303 2004-09-19 Andreas Schwab <schwab@suse.de>
2305 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Adjust data segment
2306 base so that relro end is suitably aligned.
2308 2004-09-17 Paul Brook <paul@codesourcery.com>
2310 * ld.texinfo: Rename arm-specific section. Document --target*
2311 * emulparams/armelf_fbsd.sh: Set TARGET2_TYPE.
2312 * emulparams/armelf_linux.sh: Ditto.
2313 * emulparams/armelf_nbsd.sh: Ditto.
2314 * emultempl/armelf.em: Set default for TARGET2_TYPE.
2315 (target2_type): New variable.
2316 (arm_elf_before_allocation): Don't pass target1_type.
2317 (arm_elf_create_output_section_statements): New function.
2318 (PARSE_AND_LIST_PROLOGUE): Add OPTION_TARGET2.
2319 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --target=.
2320 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_TARGET2.
2321 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Set.
2322 * emultempl/armelf_oabi.em (_before_allocation): Remove extra
2323 argument to bfd_elf32_arm_process_before_allocation.
2325 2004-09-17 Alan Modra <amodra@bigpond.net.au>
2327 * ldexp.c (fold_name): Update u.undef.next refs.
2328 * emultempl/pe.em: Likewise.
2329 * emultempl/sunos.em: Likewise.
2331 2004-09-17 Alan Modra <amodra@bigpond.net.au>
2333 * Makefile.am: Run "make dep-am".
2334 * Makefile.in: Regenerate.
2335 * config.in: Regenerate.
2336 * configure: Regenerate.
2337 * aclocal.m4: Regenerate.
2338 * po/ld.pot: Regenerate.
2340 2004-09-16 Tomer Levi <Tomer.Levi@nsc.com>
2342 * scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*.
2346 2004-09-16 Alan Modra <amodra@bigpond.net.au>
2348 * emultempl/armelf_oabi.em (before_allocation): Add extra zero param
2349 to bfd_elf32_arm_process_before_allocation call.
2351 2004-09-13 Paul Brook <paul@codesourcery.com>
2353 * emulparams/armsymbian.sh: Set TARGET1_IS_REL.
2354 * emultempl/armelf.em: Use TARGET1_IS_REL. Add --target1-{rel,abs}.
2356 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
2358 * configure: Regenerated with autconfig 2.13.
2360 2004-09-07 Andreas Schwab <schwab@suse.de>
2362 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
2363 alignment before adjusting DATA_SEGMENT_RELRO_END.
2365 2004-09-06 Mark Mitchell <mark@codesourcery.com>
2367 * emulparams/armsymbian.sh: Use armbpabi script.
2368 * scripttempl/armbpabi.sc: New script.
2370 2004-09-02 Mark Mitchell <mark@codesourcery.com>
2372 * Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
2373 (earmsymbian.c): New target.
2374 * configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
2375 * Makefile.in: Regenerated.
2376 * aclocal.m4: Likewise.
2377 * configure: Likewise.
2378 * emulparams/armsymbian.sh: New file.
2380 2004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
2382 * scripttempl/elf32crx.sc: Edit file with comments.
2383 (.init): Add new section.
2385 (.ctor): Control the linkage order.
2388 2004-08-27 Nick Clifton <nickc@redhat.com>
2390 * emultempl/pe.em (after_open): Do not assume that either bfd is
2393 2004-08-26 Alan Modra <amodra@bigpond.net.au>
2395 * ldlang.c (lang_init): Don't compare with TRUE.
2397 2004-08-25 Dmitry Diky <diwil@spec.ru>
2399 * emulparams/msp430all.sh: Fix RAM sizes for all targets.
2400 * scripttempl/elf32msp430.sc: Add .profiler section definition.
2402 2004-08-24 H.J. Lu <hongjiu.lu@intel.com>
2404 * ldlang.c (wildcardp): Defined as a macro with strpbrk.
2406 2004-08-19 Mark Mitchell <mark@codesourcery.com>
2408 * configure.tgt (arm*-*-symbianelf*): New target.
2409 (arm*-*-eabi*): Likewise.
2411 2004-08-19 Jakub Jelinek <jakub@redhat.com>
2413 * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
2414 (ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
2415 (OPTION_NON_OVERLAPPING_OPD): Define.
2416 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
2417 --non-overlapping-opd option.
2419 2004-08-18 Alan Modra <amodra@bigpond.net.au>
2422 * ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
2423 was already on the undefs list.
2425 2004-08-17 Alan Modra <amodra@bigpond.net.au>
2427 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
2428 prefix the symbol field too.
2430 2004-08-13 Alan Modra <amodra@bigpond.net.au>
2432 * ldmain.c (link_callbacks): Remove "error_handler".
2433 * ldmisc.c: Include elf-bfd.h.
2434 (vfinfo): Sort comment. Handle %A. Use %A instead of
2435 bfd_get_section_indent.
2436 (error_handler): Delete.
2437 * ldmisc.h (error_handler): Delete declaration.
2439 2004-08-10 Alan Modra <amodra@bigpond.net.au>
2441 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
2442 ppc64_elf_restore_symbols.
2444 2004-08-09 Alan Modra <amodra@bigpond.net.au>
2446 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
2447 .toc is too large on relocatable linking.
2449 2004-08-09 Alan Modra <amodra@bigpond.net.au>
2451 * emultempl/ppc64elf.em (ppc_after_open): Delete.
2452 (LDEMUL_AFTER_OPEN): Don't define.
2454 2004-08-02 Stephane Carrez <stcarrez@nerim.fr>
2456 * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
2458 2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
2460 * scripttempl/elfm68hc12.sc: Align text, rodata and data section
2463 2004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
2465 * emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
2467 2004-07-26 Dmitry Diky <diwil@spec.ru>
2469 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
2470 msp430x1612, msp430x415, msp430x417, msp430xG437, msp430xG438,
2472 * configure.tgt: Likewise.
2473 * emulparams/msp430all.sh: Likewise.
2474 * Makefile.in: Regenerate.
2476 2004-07-23 Nick Clifton <nickc@redhat.com>
2478 * emultempl/elf32.em (_place_orphan): Use an already existing
2479 section name if that section does not have any flags set.
2481 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
2483 * ldlang.c (already_linked_hash_entry): Removed.
2484 (already_linked): Likewise.
2485 (already_linked_table): Likewise.
2486 (section_already_linked): Call bfd_section_already_linked.
2487 (lang_process): Replace already_linked_table_init with
2488 bfd_section_already_linked_table_init and check return. Replace
2489 already_linked_table_free with bfd_section_already_linked_table_free.
2491 2004-07-21 Nick Clifton <nickc@redhat.com>
2493 * ldlang.c (init_os): Make sure that the newly allocated userdata
2494 structure is zeroed out.
2496 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
2498 * NEWS: Mention the new --add-needed/--no-add-needed and
2499 --as-needed/--no-as-needed options.
2501 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
2503 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also
2504 check the add_needed field.
2505 (dt_needed): New struct.
2506 (gld${EMULATION_NAME}_try_needed): Change the first argument
2507 to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED
2508 bit in the file where the DT_NEEDED entry comes from.
2509 (gld${EMULATION_NAME}_search_needed): Change the second
2510 argument to a pointer to struct dt_needed.
2511 (gld${EMULATION_NAME}_check_ld_so_conf): Updated.
2512 (gld${EMULATION_NAME}_after_open): Likewise.
2514 * ld.texinfo: Add --add-needed document.
2515 * ldlang.c (new_afile): Set p->add_needed.
2516 * ldlang.h (lang_input_statement_type): Add add_needed field.
2517 * ldmain.h (add_needed): Declare.
2518 * ldmain.c (add_needed): New global var.
2519 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and
2520 OPTION_NO_ADD_NEEDED.
2521 (ld_options): Likewise.
2522 (parse_args): Handle them.
2524 2004-07-13 Christof Petig <christof@petig-baender.de>
2526 * emultempl/pe.em (make_import_fixup): Use bfd_get_32 to correct
2527 for endian-ness of extracted addend.
2529 2004-07-13 Danny Smith <dannysmith@usesr.sourceforge.net>
2531 * pe-dll.c (auto_export): Filter on just the import prefix,
2532 "_imp_", not "_imp__".
2534 2004-07-09 Nick Clifton <nickc@redhat.com>
2536 * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
2538 2004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
2540 * Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
2541 (eelf32crx.c): New target.
2542 * Makefile.in: Regenerate.
2543 * configure.tgt: Handle crx-*-elf*.
2544 * emulparams/elf32crx.sh: New file.
2545 * emultempl/crxelf.em: New file.
2546 * scripttempl/elf32crx.sc: New file.
2547 * NEWS: Mention new target.
2549 2004-07-06 Nick Clifton <nickc@redhat.com>
2551 * Makefile.am: Add eshlsymbian.c.
2552 * Makefile.in: Regenerate.
2553 * configure.tgt: Add sh*-symbian-elf target.
2554 * emulparams/shlsymbian.sh: New file. Configure the
2555 sh-symbian-elf linker scripts.
2556 * scripttemp/elf32sh-symbian.sc: New file. Linker script
2557 template for the sh-symbian-elf target.
2559 2004-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2561 * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
2562 * emulparams/hppalinux.sh: Likewise.
2563 * scripttempl/elf.sc: Place .plt just before .got when .plt is in
2564 data segment and PLT_BEFORE_GOT is defined.
2566 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
2568 * ld.texinfo (WIN32): Document PE weak symbols.
2570 2004-07-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2572 * emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
2574 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
2576 * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
2579 2004-06-29 Alan Modra <amodra@bigpond.net.au>
2581 * ldlang.c (lang_reset_memory_regions): Save last relax pass section
2584 2004-06-24 Alan Modra <amodra@bigpond.net.au>
2586 * ldlang.c (print_output_section_statement): Don't print size before
2588 (IGNORE_SECTION): Remove bfd arg. Update all callers.
2590 * ldexp.c (fold_name): .. See below.
2591 * ldlang.c (section_already_linked, print_output_section_statement,
2592 print_input_section, insert_pad, size_input_section,
2593 lang_check_section_addresses, lang_size_sections_1,
2594 lang_size_sections, lang_do_assignments_1, lang_set_startof,
2595 lang_one_common, lang_reset_memory_regions, lang_process,
2596 lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
2597 * ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
2598 * pe-dll.c (process_def_file, generate_reloc): ..
2599 * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
2600 gld${EMULATION_NAME}_before_allocation): ..
2601 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
2602 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
2603 sh64_elf_${EMULATION_NAME}_after_allocation): ..
2604 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
2605 * emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
2606 ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
2607 "size" instead of "_raw_size" and "_cooked_size". Expand
2608 bfd_section_size macro invocations.
2610 2004-06-22 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
2612 * ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
2613 ___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
2614 ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
2616 (.tls): Define ___tls_start__ and ___tls_end__.
2618 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
2620 * emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
2622 2004-06-18 Adam Nemet <anemet@lnxw.com>
2624 * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
2625 * configure: Regenerate.
2627 2004-06-15 Jakub Jelinek <jakub@redhat.com>
2629 * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
2630 .gcc_except_table output sections lost accidentally with
2633 2004-06-15 Alan Modra <amodra@bigpond.net.au>
2635 * ldwrite.c (build_link_order): Use bfd_get_section_size
2636 instead of bfd_get_section_size_before_reloc or _raw_size.
2637 * pe-dll.c (process_def_file): Likewise.
2639 2004-06-14 Alan Modra <amodra@bigpond.net.au>
2641 From Richard Wirth <r.wirth@wirthware.de>
2642 * ldlang.c (lang_finish): Don't free lang_definedness_table.
2644 2004-05-29 Alan Modra <amodra@bigpond.net.au>
2646 * ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
2647 (lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
2649 2004-05-28 Alan Modra <amodra@bigpond.net.au>
2651 * ldlang.c: Formatting. Wrap long lines, expand bfd_get_section_flags
2653 * lexsup.c: Formatting. Wrap long lines.
2654 * ldwrite.c: Update copyright date.
2656 * ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
2657 (output_section_callback): Nor SEC_KEEP here.
2658 (gc_section_callback): Twiddle SEC_EXCLUDE here.
2659 (lang_gc_wild): Delete. Fold into..
2660 (lang_gc_sections_1): ..here. Only call bfd_gc_sections when garbage
2662 (lang_process): Always call lang_gc_sections.
2663 (lang_place_orphans): Handle SEC_EXCLUDE sections.
2664 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
2667 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
2669 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
2670 SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
2671 * ldlang.c (lang_add_section): Likewise.
2673 2004-05-26 Alan Modra <amodra@bigpond.net.au>
2675 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
2676 sections when doing a final link. Clear SEC_EXCLUDE when doing
2677 a relocable link, except for SEC_DEBUGGING sections.
2678 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
2679 same condition here to drop SEC_EXCLUDE orphan sections.
2681 2004-05-25 Alan Modra <amodra@bigpond.net.au>
2683 * ldlang.c (lang_process): Call bfd_merge_sections later, and
2684 only when not a relocatable link.
2685 (print_input_section): Handle SEC_EXCLUDE sections.
2686 (size_input_section): Don't update dot on SEC_EXCLUDE sections.
2687 (lang_do_assignments_1): Likewise.
2688 * ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
2689 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
2690 * emultempl/hppaelf.em (build_section_lists): Likewise.
2691 * emultempl/ppc64elf.em (build_toc_list): Likewise.
2692 (build_section_lists): Likewise.
2694 2004-05-23 Andreas Schwab <schwab@suse.de>
2696 * ld.texinfo (Options): Fix typo in last change.
2698 2004-05-21 Andy Chittenden <achittenden@bluearc.com>
2700 * ld.h (ld_config_type): Add new field: hash_table_size.
2701 * ldmain.c: Initialise the new field to zero. If it is non-zero
2702 after parsing the linker's command line call
2703 bfd_hash_set_default_size.
2704 * lexsup.c (option_values): Add OPTION_HASH_SIZE.
2705 (ld_options): Add hash-size.
2706 (parse_args): Parse --hash-size option. Allow
2707 --reduce-memory-overheads to set the default hash table size as
2709 * ld.texinfo: Document the new switch. Also mention that
2710 --reduce-memory-overheads can affect the hash table size.
2711 * NEWS: Mention the new feature.
2713 2004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
2715 * NEWS: Mention new linker map file generation and the
2716 --reduce-memory-overheads option.
2717 * ld.texinfo: Document --reduce-memory-overheads option.
2718 * ld.h (map_symbol_def): New struct.
2719 (struct user_section_struct, section_userdata_type): Rename to:
2720 (struct lean_user_section_struct, lean_section_userdata_type).
2721 (struct fat_user_section_struct, fat_section_userdata_type): New.
2722 (SECTION_USERDATA_SIZE): Define.
2723 (args_type): New member reduce_memory_overheads.
2724 * ldlang.c (map_obstack): New static variable.
2725 (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
2726 (lang_map): Unless command_line.reduce_memory_overheads is set,
2727 initialize lists of defined symbols for each section.
2728 (print_input_section): Unless command_line.reduce_memory_overheads
2729 is set, use print_all_symbols.
2730 (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
2731 * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
2732 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
2733 (ld_options): Add entry for --reduce-memory-overheads.
2734 (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
2736 2004-05-19 Jakub Jelinek <jakub@redhat.com>
2738 * ldgram.y (sect_constraint): New.
2739 (ONLY_IF_RO, ONLY_IF_RW): New tokens.
2740 (section): Add sect_constraint. Pass additional argument
2741 to lang_enter_output_section_statement.
2742 * mri.c (mri_draw_tree): Pass additional argument to
2743 lang_enter_output_section_statement.
2744 * emultempl/pe.em (place_orphan): Likewise.
2745 (output_prev_sec_find): Disregard output section statements with
2747 * emultempl/mmo.em (output_prev_sec_find): Likewise.
2748 (mmo_place_orphan): Pass additional argument to
2749 lang_enter_output_section_statement.
2750 * emultempl/elf32.em (output_prev_sec_find): Disregard output section
2751 statements with constraint == -1.
2752 (place_orphan): Pass additional argument to
2753 lang_enter_output_section_statement.
2754 * ldlang.c (lang_enter_overlay_section): Likewise.
2755 (lang_output_section_find_1): New.
2756 (lang_output_section_find): Use it.
2757 (lang_output_section_statement_lookup_1): New.
2758 (lang_output_section_statement_lookup): Use it.
2759 (check_section_callback, check_input_sections): New.
2760 (map_input_to_output_sections): Check if all input sections
2761 are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
2762 (strip_excluded_output_sections): Disregard output section statements
2763 with constraint == -1.
2764 (lang_record_phdrs): Likewise.
2765 (lang_enter_output_section_statement): Add constraint argument.
2766 Use lang_output_section_statement_lookup_1.
2767 * ldlang.h (lang_output_section_statement_type): Add constraint
2768 and all_input_readonly fields.
2769 (lang_enter_output_section_statement): Adjust prototype.
2770 * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
2771 * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
2772 segment if all input sections are readonly.
2774 2004-05-19 Adam Nemet <anemet@lnxw.com>
2776 * scripttempl/i386lynx.sc: Remove file.
2778 2004-05-17 Bob Wilson <bob.wilson@acm.org>
2780 * ld.texinfo (Output Section Address): Correct subsection name.
2782 2004-05-17 Adam Nemet <anemet@lnxw.com>
2784 * configure.tgt (powerpc-*-lynxos* case): New case.
2785 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
2786 * emulparams/ppclynx.sh: New file.
2787 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
2788 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
2789 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
2790 (eppclynx.c): New rule.
2791 * Makefile.in: Regenerate.
2793 2004-05-13 Joel Sherrill <joel@oarcorp.com>
2795 * configure.tgt (or32-*-rtems*): Switch to elf and
2796 support versioned targets.
2798 2004-05-13 Nick Clifton <nickc@redhat.com>
2800 * po/fr.po: Updated French translation.
2802 2004-05-11 Jakub Jelinek <jakub@redhat.com>
2804 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
2805 for binaries, -shared and -pie.
2806 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
2807 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
2808 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
2809 (OTHER_RELRO_SECTIONS): ... this.
2810 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
2811 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
2812 -z relro and -z norelro.
2813 (gld${EMULATION_NAME}_list_options): Add it to usage.
2814 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
2815 -z relro scripts when appropriate.
2816 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
2817 Create separate .got.plt section if SEPARATE_GOTPLT.
2818 Move sections which are only written during relocation handling
2819 to the beginning of RW segment. If NO_SMALL_DATA, move .got
2820 before .data. Add DATA_SEGMENT_RELRO_END directive.
2821 Include OTHER_RELRO_SECTIONS.
2822 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
2823 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
2824 (fold_unary): Likewise.
2825 (fold_binary): Handle -z relro.
2826 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
2827 exp_dataseg_relro_adjust phases. Add relro_end field.
2828 * ldmain.c (main): Initialize link_info.relro to FALSE.
2829 * ldlang.c (lang_size_sections): Handle -z relro.
2831 2004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
2833 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
2835 2004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
2837 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
2838 before printing it with %W.
2840 2004-05-07 Brian Ford <ford@vss.fsi.com>
2841 DJ Delorie <dj@redhat.com>
2843 * emultempl/pe.em (real_flags): New static.
2844 (OPTION_LARGE_ADDRESS_AWARE): New define.
2845 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
2846 (gld_${EMULATION_NAME}_list_options): Likewise.
2847 (gld${EMULATION_NAME}_handle_option): Likewise.
2848 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
2849 * ld.texinfo: Document it.
2852 2004-05-07 Brian Ford <ford@vss.fsi.com>
2854 * NEWS: Mention DWARF 2 support for i386pe.
2856 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
2858 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
2861 2004-04-30 Alan Modra <amodra@bigpond.net.au>
2863 * ldlang.c (unique_section_p): Pass section parm, return true on
2865 (output_section_callback): Adjust.
2866 * ldlang.h (unique_section_p): Update prototype.
2867 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
2869 2004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
2871 * ld.texinfo (--gc-sections): Remove restriction for
2874 2004-04-29 Brian Ford <ford@vss.fsi.com>
2876 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
2877 for DWARF 2/3. Update stab section's syntax.
2879 2004-04-29 Alan Modra <amodra@bigpond.net.au>
2881 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
2882 (fill_edata): Correct pointer arithmetic.
2884 2004-04-21 Chris Demetriou <cgd@broadcom.com>
2886 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
2887 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
2888 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
2889 (EXTRA_EM_FILE): Use mipsecoff.em
2890 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
2891 (EXTRA_EM_FILE): Use mipsecoff.em
2892 * emultempl/mipsecoff.em: Restructure to be included as an
2893 extra emulation file.
2894 (check_sections, gld${EMULATION_NAME}_after_open)
2895 (gld${EMULATION_NAME}_after_allocation)
2896 (gld${EMULATION_NAME}_get_script)
2897 (ld_${EMULATION_NAME}_emulation): Remove
2898 (gld${EMULATION_NAME}_before_parse): Rename to...
2899 (mipsecoff_before_parse): This.
2900 (LDEMUL_BEFORE_PARSE): Define.
2901 * emultempl/mipself.em: Remove file.
2902 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
2903 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
2905 * Makefile.am: Remove dependencies on emultempl/mipself.em.
2906 * Makefile.in: Regenerate.
2908 2004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
2910 * ld.texinfo (synthesizing on H8/300): Information about linker
2911 relaxation support for bit manipulation instructions and system
2912 control instructions is added.
2914 2004-04-21 Hans-Peter Nilsson <hp@axis.com>
2916 * NEWS: Mention change in DEFINED semantics.
2918 2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
2920 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
2921 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
2922 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
2924 2004-04-21 Ben Elliston <bje@au.ibm.com>
2926 * ld.texinfo (Simple Example): Add missing punctuation.
2928 2004-04-20 Chris Demetriou <cgd@broadcom.com>
2930 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
2932 2004-04-19 Jakub Jelinek <jakub@redhat.com>
2934 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
2937 2004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
2939 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
2940 with default priority. Likewise for dtors.
2942 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2944 * configure.host: Remove mips*-dec-bsd* target.
2945 * configure.tgt: Likewise.
2947 2004-04-08 Richard Sandiford <rsandifo@redhat.com>
2949 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
2950 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
2951 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
2952 * emultempl/irix.em: New file.
2953 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
2955 * Makefile.in: Regenerate.
2957 2004-04-01 Paul Brook <paul@codesourcery.com>
2959 * emultempl/armelf.em (byteswap_code): Add.
2960 (arm_elf_before_allocation): Pass extra parameter.
2961 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
2962 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
2963 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
2964 * emultempl/armelf_oabi.em: Pass extra parameter.
2965 * ld.texinfo: Document --be8.
2967 2004-03-30 Stan Shebs <shebs@apple.com>
2969 Remove long-obsolete MPW support.
2970 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
2971 * Makefile.am (mpw): Remove file-presynthesizing actions.
2972 * Makefile.in: Likewise.
2973 * ldfile.c (slash): Remove MPW case.
2974 * ldlex.l [MPW]: Remove unused definition.
2976 2004-03-30 Galit Heller <Galit.Heller@nsc.com>
2978 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
2979 (eelf32cr16c.c): New target.
2980 * Makefile.in: Regenerate.
2981 * configure.tgt: Handle cr16c-*-elf*.
2982 * emulparams/elf32cr16c.sh: New file.
2983 * scripttempl/elfcr16c.sc: Likewise
2984 * NEWS: Mention support for new target.
2986 2004-03-30 Nick Clifton <nickc@redhat.com>
2988 * po/sv.po: Updated Swedish translation.
2990 2004-03-27 Alan Modra <amodra@bigpond.net.au>
2992 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
2993 * emultempl/hppaelf.em: Likewise.
2994 * emultempl/ppc64elf.em: Likewise.
2995 * emultempl/sh64elf.em: Likewise.
2997 2004-03-25 Alan Modra <amodra@bigpond.net.au>
2999 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
3000 size_dynamic_sections call.
3002 2004-03-23 Alan Modra <amodra@bigpond.net.au>
3005 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
3006 link_info.wrap_char.
3008 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
3010 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
3011 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
3013 2004-03-20 Alexandre Oliva <aoliva@redhat.com>
3015 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
3017 2004-03-19 Alan Modra <amodra@bigpond.net.au>
3019 * config.in: Regenerate.
3020 * po/ld.pot: Regenerate.
3022 2004-03-18 Alan Modra <amodra@bigpond.net.au>
3024 * ld.texinfo: Add --as-needed doco.
3025 * ldmain.c (as_needed): New global var.
3026 * ldmain.h (as_needed): Declare.
3027 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
3028 OPTION_NO_AS_NEEDED.
3029 (ld_options): Likewise.
3030 (parse_args): Handle them.
3031 * ldlang.h (lang_input_statement_type): Add as_needed field.
3032 * ldlang.c (new_afile): Set p->as_needed.
3033 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
3034 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
3035 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
3037 * ldlang.c (open_input_bfds): Remove useless cast.
3038 (lang_do_assignments_1): Likewise.
3039 (lang_for_each_input_section): Delete.
3041 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3043 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
3045 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
3047 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
3048 private when building implib.
3050 2004-03-05 Nathan Sidwell <nathan@codesourcery.com>
3052 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
3054 (IGNORE_SECTION): Ignore .tbss sections too.
3055 (lang_size_sections_1): .tbss sections do not advance dot.
3057 2004-03-01 Andreas Schwab <schwab@suse.de>
3059 * ld.texinfo (Options): Fix example for --wrap.
3061 2004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
3063 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
3066 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
3068 * ldlang.c (lang_check): Use %P, not %E, in error message.
3070 2004-02-23 Nathan Sidwell <nathan@codesourcery.com>
3072 * ldlang.h (struct lang_output_section_state): Change processed
3074 * ldexp.c (check, invalid): Remove.
3075 (fold_name): Move valid_p assignments. Create undefined symbol
3076 when needed. Directly exampine section's processd flag.
3077 * ldlang.c (lang_output_section_statement_lookup): Adjust
3078 processed field init.
3079 (lang_size_sections_1): Allow LOADADDR when determining section's
3080 VMA. Adjust error message. Fold data statement's expr.
3081 (lang_size_sections): Correctly increment lang_statement_iteration.
3083 2004-02-23 Alan Modra <amodra@bigpond.net.au>
3085 * ldexp.c (fold_tree): Follow indirect symbols.
3087 2004-02-20 Nathan Sidwell <nathan@codesourcery.com>
3089 * ldgram.y (exp): Add two operand ALIGN.
3090 * ldexp.c (fold_binary): Add ALIGN_K case.
3091 * ld.texinfo (ALIGN): Document two operand version.
3093 2004-02-19 Nathan Sidwell <nathan@codesourcery.com>
3095 * ldlang.c (map_input_to_output_sections): Initialize sections
3096 mentioned in a data statement expression.
3097 (lang_do_assignments_1): Add data statement's expression's
3100 2004-02-18 Nathan Sidwell <nathan@codesourcery.com>
3102 * ldgram.y (statement_anywhere): Add assert rule.
3103 * ldlang.c (exp_init_os): Add assert case.
3105 2004-02-14 Andrew Cagney <cagney@redhat.com>
3107 * ldmain.c (remove_output): Call bfd_cache_close.
3109 2004-02-14 Richard Sandiford <rsandifo@redhat.com>
3111 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
3112 .MIPS.content* and .MIPS.events* sections.
3114 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
3116 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
3117 .note.gnu.arm.ident to after allocated sections. Mark its
3120 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
3122 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
3123 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
3124 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
3125 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
3126 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
3128 2004-02-05 Nick Clifton <nickc@redhat.com>
3130 * emultempl/pe.em (_after_open): Fix typo in previous delta.
3132 2004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
3134 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
3136 2004-01-28 Alan Modra <amodra@bigpond.net.au>
3138 * genscripts.sh: Fix typo.
3140 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
3142 2004-01-24 Jakub Jelinek <jakub@redhat.com>
3144 * emulparams/elf64_ia64.sh: Put .rela.opd into
3145 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
3147 2004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
3149 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
3150 * ld.texinfo (--omagic): Note that writable text section
3151 does not conform to published PE-COFF specs.
3152 (--enable-auto-import): Likewise.
3154 2004-01-15 Alan Modra <amodra@bigpond.net.au>
3156 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
3158 2004-01-13 Nick Clifton <nickc@redhat.com>
3160 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
3161 which if true will prevent the LMA region being used as a
3162 replacement for a default VMA region.
3163 (lang_leave_output_section_statement): Pass extra parameter.
3164 (lang_leave_overlay): Likewise.
3165 * ld.texinfo (Output Section LMA): Document that the LMA
3166 region can be set to the VMA region if no VMA has been set.
3167 * ldlang.h (struct lang_output_section_phdr_list): Create a
3168 typedef for this type. Minor formatting fixes.
3170 2004-01-13 Nick Clifton <nickc@redhat.com>
3172 * ldlang.c (lang_size_sections_1): If dot is advanced, then
3173 assume that the section should be allocated.
3175 2004-01-13 Alan Modra <amodra@bigpond.net.au>
3177 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
3178 sections. Do ignore SEC_NEVER_LOAD sections.
3179 (lang_size_sections_1): Remove test made redundant with the above.
3181 2004-01-09 Alan Modra <amodra@bigpond.net.au>
3183 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
3184 program_header_size.
3186 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
3188 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
3189 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
3190 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
3191 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
3192 (MAXPAGESIZE): Set to 64Kb.
3193 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
3194 __ROFIXUP_END__. Don't map .rofixup.got any more.
3195 * emulparams/elf32frv.sh (NOP): Set.
3196 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
3197 * configure.tgt: Add frv-*-*linux*.
3198 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
3199 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
3200 (eelf32frvfd.c): New.
3201 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
3202 * emulparams/elf32frv.sh: Reverted previous two patches.
3203 * emulparams/elf32frvfd.sh: New.
3204 * Makefile.in: Rebuilt.
3205 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
3206 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
3207 .rofixup.got to .rofixup.
3208 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
3209 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
3210 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
3212 2004-01-05 Jakub Jelinek <jakub@redhat.com>
3214 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
3215 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
3217 2004-01-03 Alan Modra <amodra@bigpond.net.au>
3219 * ldexp.c (align_n): Make static.
3220 * ldexp.h (align_n): Delete declaration.
3221 * ldlang.h (lang_enter_output_section_statement): Remove
3223 * ldlang.c (lang_enter_output_section_statement): Likewise.
3224 (TO_ADDR, TO_SIZE): Define.
3225 (opb_shift): New var.
3226 (init_opb): New function.
3227 (print_input_section): Call init_opb and use TO_ADDR.
3228 (print_data_statement, print_reloc_statement): Likewise.
3229 (print_padding_statement): Likewise.
3230 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
3231 (lang_check_section_addresses): Likewise.
3232 (lang_size_sections_1): Likewise.
3233 (lang_do_assignments_1): Likewise.
3234 (lang_set_startof): Likewise.
3235 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
3236 (lang_process): Call init_opb.
3237 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
3238 (lang_enter_overlay_section): Adjust
3239 lang_enter_output_section_statement call.
3240 * ldgram.y: Likewise.
3241 * mri.c (mri_draw_tree): Likewise.
3242 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
3243 * emultempl/mmo.em (mmo_place_orphan): Likewise.
3244 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
3246 * ldfile.c (ldfile_set_output_arch): Add defarch param.
3247 * ldfile.h (ldfile_set_output_arch): Ditto.
3248 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
3249 ldfile_set_output_arch.
3250 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
3251 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
3252 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
3253 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
3254 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
3255 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
3256 * ldgram.y: Adjust ldfile_set_output_arch call.
3257 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
3258 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
3259 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
3260 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
3261 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
3262 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
3263 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
3265 2004-01-02 Bernardo Innocenti <bernie@develer.com>
3267 * configure.tgt: Add m68k-uClinux target.
3269 For older changes see ChangeLog-0203
3275 version-control: never