* ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
[binutils.git] / ld / ChangeLog
blob0f5562268c03aa47a2f16ebbf4be9bb4fdc86e13
1 2004-09-07  Andreas Schwab  <schwab@suse.de>
3         * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
4         alignment before adjusting DATA_SEGMENT_RELRO_END.
6 2004-09-06  Mark Mitchell  <mark@codesourcery.com>
8         * emulparams/armsymbian.sh: Use armbpabi script.
9         * scripttempl/armbpabi.sc: New script.
11 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
13         * Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
14         (earmsymbian.c): New target.
15         * configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
16         * Makefile.in: Regenerated.
17         * aclocal.m4: Likewise.
18         * configure: Likewise.
19         * emulparams/armsymbian.sh: New file.
21 2004-09-03  Tomer Levi  <Tomer.Levi@nsc.com>
23         * scripttempl/elf32crx.sc: Edit file with comments.
24         (.init): Add new section.
25         (.fini): Likewise.
26         (.ctor): Control the linkage order.
27         (.dtor): Likewise.
29 2004-08-27  Nick Clifton  <nickc@redhat.com>
31         * emultempl/pe.em (after_open): Do not assume that either bfd is
32         an archive. 
34 2004-08-26  Alan Modra  <amodra@bigpond.net.au>
36         * ldlang.c (lang_init): Don't compare with TRUE.
38 2004-08-25  Dmitry Diky  <diwil@spec.ru>
40         * emulparams/msp430all.sh: Fix RAM sizes for all targets.
41         * scripttempl/elf32msp430.sc: Add .profiler section definition.
43 2004-08-24  H.J. Lu  <hongjiu.lu@intel.com>
45         * ldlang.c (wildcardp): Defined as a macro with strpbrk.
47 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
49         * configure.tgt (arm*-*-symbianelf*): New target.
50         (arm*-*-eabi*): Likewise.
52 2004-08-19  Jakub Jelinek  <jakub@redhat.com>
54         * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
55         (ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
56         (OPTION_NON_OVERLAPPING_OPD): Define.
57         (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
58         --non-overlapping-opd option.
60 2004-08-18  Alan Modra  <amodra@bigpond.net.au>
62         PR 338
63         * ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
64         was already on the undefs list.
66 2004-08-17  Alan Modra  <amodra@bigpond.net.au>
68         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
69         prefix the symbol field too.
71 2004-08-13  Alan Modra  <amodra@bigpond.net.au>
73         * ldmain.c (link_callbacks): Remove "error_handler".
74         * ldmisc.c: Include elf-bfd.h.
75         (vfinfo): Sort comment.  Handle %A.  Use %A instead of
76         bfd_get_section_indent.
77         (error_handler): Delete.
78         * ldmisc.h (error_handler): Delete declaration.
80 2004-08-10  Alan Modra  <amodra@bigpond.net.au>
82         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
83         ppc64_elf_restore_symbols.
85 2004-08-09  Alan Modra  <amodra@bigpond.net.au>
87         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
88         .toc is too large on relocatable linking.
90 2004-08-09  Alan Modra  <amodra@bigpond.net.au>
92         * emultempl/ppc64elf.em (ppc_after_open): Delete.
93         (LDEMUL_AFTER_OPEN): Don't define.
95 2004-08-02  Stephane Carrez  <stcarrez@nerim.fr>
97         * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
99 2004-08-01  Stephane Carrez  <stcarrez@nerim.fr>
101         * scripttempl/elfm68hc12.sc: Align text, rodata and data section
102         on power of 2.
104 2004-07-27  Jason Thorpe  <thorpej@wasabisystems.com>
106         * emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
108 2004-07-26  Dmitry Diky  <diwil@spec.ru>
110         * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
111         msp430x1612, msp430x415, msp430x417, msp430xG437, msp430xG438,
112         msp430xG439.
113         * configure.tgt: Likewise.
114         * emulparams/msp430all.sh: Likewise.
115         * Makefile.in: Regenerate.
117 2004-07-23  Nick Clifton  <nickc@redhat.com>
119         * emultempl/elf32.em (_place_orphan): Use an already existing
120         section name if that section does not have any flags set.
122 2004-07-21  H.J. Lu  <hongjiu.lu@intel.com>
124         * ldlang.c (already_linked_hash_entry): Removed.
125         (already_linked): Likewise.
126         (already_linked_table): Likewise.
127         (section_already_linked): Call bfd_section_already_linked.
128         (lang_process): Replace already_linked_table_init with
129         bfd_section_already_linked_table_init and check return. Replace
130         already_linked_table_free with bfd_section_already_linked_table_free.
132 2004-07-21  Nick Clifton  <nickc@redhat.com>
134         * ldlang.c (init_os): Make sure that the newly allocated userdata
135         structure is zeroed out.
137 2004-07-19  H.J. Lu  <hongjiu.lu@intel.com>
139         * NEWS: Mention the new --add-needed/--no-add-needed and
140         --as-needed/--no-as-needed options.
142 2004-07-19  H.J. Lu  <hongjiu.lu@intel.com>
144         * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also
145         check the add_needed field.
146         (dt_needed): New struct.
147         (gld${EMULATION_NAME}_try_needed): Change the first argument
148         to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED
149         bit in the file where the DT_NEEDED entry comes from.
150         (gld${EMULATION_NAME}_search_needed): Change the second
151         argument to a pointer to struct dt_needed.
152         (gld${EMULATION_NAME}_check_ld_so_conf): Updated.
153         (gld${EMULATION_NAME}_after_open): Likewise.
155         * ld.texinfo: Add --add-needed document.
156         * ldlang.c (new_afile): Set p->add_needed.
157         * ldlang.h (lang_input_statement_type): Add add_needed field.
158         * ldmain.h (add_needed): Declare.
159         * ldmain.c (add_needed): New global var.
160         * lexsup.c (option_values): Add OPTION_ADD_NEEDED and
161         OPTION_NO_ADD_NEEDED.
162         (ld_options): Likewise.
163         (parse_args): Handle them.
165 2004-07-13  Christof Petig  <christof@petig-baender.de>
167         * emultempl/pe.em (make_import_fixup): Use bfd_get_32 to correct
168         for endian-ness of extracted addend.
170 2004-07-13  Danny Smith  <dannysmith@usesr.sourceforge.net>
172         * pe-dll.c (auto_export):  Filter on just the import prefix,
173         "_imp_", not "_imp__".
175 2004-07-09  Nick Clifton  <nickc@redhat.com>
177         * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
179 2004-07-06  Tomer Levi  <Tomer.Levi@nsc.com>
181         * Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
182         (eelf32crx.c): New target.
183         * Makefile.in: Regenerate.
184         * configure.tgt: Handle crx-*-elf*.
185         * emulparams/elf32crx.sh: New file.
186         * emultempl/crxelf.em: New file.
187         * scripttempl/elf32crx.sc: New file.
188         * NEWS: Mention new target.
190 2004-07-06  Nick Clifton  <nickc@redhat.com>
192         * Makefile.am: Add eshlsymbian.c.
193         * Makefile.in: Regenerate.
194         * configure.tgt: Add sh*-symbian-elf target.
195         * emulparams/shlsymbian.sh: New file.  Configure the
196         sh-symbian-elf linker scripts.
197         * scripttemp/elf32sh-symbian.sc: New file.  Linker script
198         template for the sh-symbian-elf target.
200 2004-07-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
202         * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
203         * emulparams/hppalinux.sh: Likewise.
204         * scripttempl/elf.sc: Place .plt just before .got when .plt is in
205         data segment and PLT_BEFORE_GOT is defined.
207 2004-07-03  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
209         * ld.texinfo (WIN32): Document PE weak symbols.
211 2004-07-02  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
213         * emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
215 2004-07-01  H.J. Lu  <hongjiu.lu@intel.com>
217         * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
218         the section.
220 2004-06-29  Alan Modra  <amodra@bigpond.net.au>
222         * ldlang.c (lang_reset_memory_regions): Save last relax pass section
223         size in rawsize.
225 2004-06-24  Alan Modra  <amodra@bigpond.net.au>
227         * ldlang.c (print_output_section_statement): Don't print size before
228         relaxation.
229         (IGNORE_SECTION): Remove bfd arg.  Update all callers.
231         * ldexp.c (fold_name): .. See below.
232         * ldlang.c (section_already_linked, print_output_section_statement,
233         print_input_section, insert_pad, size_input_section,
234         lang_check_section_addresses, lang_size_sections_1,
235         lang_size_sections, lang_do_assignments_1, lang_set_startof,
236         lang_one_common, lang_reset_memory_regions, lang_process,
237         lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
238         * ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
239         * pe-dll.c (process_def_file, generate_reloc): ..
240         * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
241         gld${EMULATION_NAME}_before_allocation): ..
242         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
243         * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
244         sh64_elf_${EMULATION_NAME}_after_allocation): ..
245         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
246         * emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
247         ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
248         "size" instead of "_raw_size" and "_cooked_size".  Expand
249         bfd_section_size macro invocations.
251 2004-06-22  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
253         * ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
254         ___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
255         ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
256         ___crt_xt_end__.
257         (.tls): Define ___tls_start__ and ___tls_end__.
259 2004-06-21  Alexandre Oliva  <aoliva@redhat.com>
261         * emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
263 2004-06-18  Adam Nemet  <anemet@lnxw.com>
265         * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
266         * configure: Regenerate.
268 2004-06-15  Jakub Jelinek  <jakub@redhat.com>
270         * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
271         .gcc_except_table output sections lost accidentally with
272         -z relro patch.
274 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
276         * ldwrite.c (build_link_order): Use bfd_get_section_size
277         instead of bfd_get_section_size_before_reloc or _raw_size.
278         * pe-dll.c (process_def_file): Likewise.
280 2004-06-14  Alan Modra  <amodra@bigpond.net.au>
282         From Richard Wirth <r.wirth@wirthware.de>
283         * ldlang.c (lang_finish): Don't free lang_definedness_table.
285 2004-05-29  Alan Modra  <amodra@bigpond.net.au>
287         * ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
288         (lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
290 2004-05-28  Andrew Stubbs <andrew.stubbs@superh.com>
292         * testsuite/ld-sh/arch/arch.exp: New test script.
293         * testsuite/ld-sh/arch/arch_expected.txt: New file.
294         * testsuite/ld-sh/arch/sh.s: New file.
295         * testsuite/ld-sh/arch/sh2.s: New file.
296         * testsuite/ld-sh/arch/sh-dsp.s: New file.
297         * testsuite/ld-sh/arch/sh2e.s: New file.
298         * testsuite/ld-sh/arch/sh3-nommu.s: New file.
299         * testsuite/ld-sh/arch/sh3.s: New file.
300         * testsuite/ld-sh/arch/sh3-dsp.s: New file.
301         * testsuite/ld-sh/arch/sh3e.s: New file.
302         * testsuite/ld-sh/arch/sh4-nommu-nofpu.s: New file.
303         * testsuite/ld-sh/arch/sh4-nofpu.s: New file.
304         * testsuite/ld-sh/arch/sh4.s: New file.
305         * testsuite/ld-sh/arch/sh4a-nofpu.s: New file.
306         * testsuite/ld-sh/arch/sh4al-dsp.s: New file.
307         * testsuite/ld-sh/arch/sh4a.s: New file.
309 2004-05-28  Alan Modra  <amodra@bigpond.net.au>
311         * ldlang.c: Formatting.  Wrap long lines, expand bfd_get_section_flags
312         throughout file.
313         * lexsup.c: Formatting.  Wrap long lines.
314         * ldwrite.c: Update copyright date.
316         * ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
317         (output_section_callback): Nor SEC_KEEP here.
318         (gc_section_callback): Twiddle SEC_EXCLUDE here.
319         (lang_gc_wild): Delete.  Fold into..
320         (lang_gc_sections_1): ..here.  Only call bfd_gc_sections when garbage
321         collecting.
322         (lang_process): Always call lang_gc_sections.
323         (lang_place_orphans): Handle SEC_EXCLUDE sections.
324         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
325         SEC_EXCLUDE code.
327 2004-05-26  H.J. Lu  <hongjiu.lu@intel.com>
329         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
330         SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
331         * ldlang.c (lang_add_section): Likewise.
333 2004-05-26  Alan Modra  <amodra@bigpond.net.au>
335         * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
336         sections when doing a final link.  Clear SEC_EXCLUDE when doing
337         a relocable link, except for SEC_DEBUGGING sections.
338         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
339         same condition here to drop SEC_EXCLUDE orphan sections.
341 2004-05-25  Alan Modra  <amodra@bigpond.net.au>
343         * ldlang.c (lang_process): Call bfd_merge_sections later, and
344         only when not a relocatable link.
345         (print_input_section): Handle SEC_EXCLUDE sections.
346         (size_input_section): Don't update dot on SEC_EXCLUDE sections.
347         (lang_do_assignments_1): Likewise.
348         * ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
349         * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
350         * emultempl/hppaelf.em (build_section_lists): Likewise.
351         * emultempl/ppc64elf.em (build_toc_list): Likewise.
352         (build_section_lists): Likewise.
354 2004-05-23  Andreas Schwab  <schwab@suse.de>
356         * ld.texinfo (Options): Fix typo in last change.
358 2004-05-21  Andy Chittenden  <achittenden@bluearc.com>
360         * ld.h (ld_config_type): Add new field: hash_table_size.
361         * ldmain.c: Initialise the new field to zero.  If it is non-zero
362         after parsing the linker's command line call
363         bfd_hash_set_default_size.
364         * lexsup.c (option_values): Add OPTION_HASH_SIZE.
365         (ld_options): Add hash-size.
366         (parse_args): Parse --hash-size option.  Allow
367         --reduce-memory-overheads to set the default hash table size as
368         well.
369         * ld.texinfo: Document the new switch.  Also mention that
370         --reduce-memory-overheads can affect the hash table size.
371         * NEWS: Mention the new feature.
373 2004-05-19  J"orn Rennecke <joern.rennecke@superh.com>
375         * NEWS: Mention new linker map file generation and the
376         --reduce-memory-overheads option.
377         * ld.texinfo: Document --reduce-memory-overheads option.
378         * ld.h (map_symbol_def): New struct.
379         (struct user_section_struct, section_userdata_type): Rename to:
380         (struct lean_user_section_struct, lean_section_userdata_type).
381         (struct fat_user_section_struct, fat_section_userdata_type): New.
382         (SECTION_USERDATA_SIZE): Define.
383         (args_type): New member reduce_memory_overheads.
384         * ldlang.c (map_obstack): New static variable.
385         (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
386         (lang_map): Unless command_line.reduce_memory_overheads is set,
387         initialize lists of defined symbols for each section.
388         (print_input_section): Unless command_line.reduce_memory_overheads
389         is set, use print_all_symbols.
390         (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
391         * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
392         * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
393         (ld_options): Add entry for --reduce-memory-overheads.
394         (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
396 2004-05-19  Jakub Jelinek  <jakub@redhat.com>
398         * ldgram.y (sect_constraint): New.
399         (ONLY_IF_RO, ONLY_IF_RW): New tokens.
400         (section): Add sect_constraint.  Pass additional argument
401         to lang_enter_output_section_statement.
402         * mri.c (mri_draw_tree): Pass additional argument to
403         lang_enter_output_section_statement.
404         * emultempl/pe.em (place_orphan): Likewise.
405         (output_prev_sec_find): Disregard output section statements with
406         constraint == -1.
407         * emultempl/mmo.em (output_prev_sec_find): Likewise.
408         (mmo_place_orphan): Pass additional argument to
409         lang_enter_output_section_statement.
410         * emultempl/elf32.em (output_prev_sec_find): Disregard output section
411         statements with constraint == -1.
412         (place_orphan): Pass additional argument to
413         lang_enter_output_section_statement.
414         * ldlang.c (lang_enter_overlay_section): Likewise.
415         (lang_output_section_find_1): New.
416         (lang_output_section_find): Use it.
417         (lang_output_section_statement_lookup_1): New.
418         (lang_output_section_statement_lookup): Use it.
419         (check_section_callback, check_input_sections): New.
420         (map_input_to_output_sections): Check if all input sections
421         are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
422         (strip_excluded_output_sections): Disregard output section statements
423         with constraint == -1.
424         (lang_record_phdrs): Likewise.
425         (lang_enter_output_section_statement): Add constraint argument.
426         Use lang_output_section_statement_lookup_1.
427         * ldlang.h (lang_output_section_statement_type): Add constraint
428         and all_input_readonly fields.
429         (lang_enter_output_section_statement): Adjust prototype.
430         * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
431         * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
432         segment if all input sections are readonly.
434 2004-05-19  Adam Nemet  <anemet@lnxw.com>
436         * scripttempl/i386lynx.sc: Remove file.
438 2004-05-17  Bob Wilson  <bob.wilson@acm.org>
440         * ld.texinfo (Output Section Address): Correct subsection name.
442 2004-05-17  Adam Nemet  <anemet@lnxw.com>
444         * configure.tgt (powerpc-*-lynxos* case): New case.
445         * configure.host (i[3-7]86-*-lynxos* case): Remove case.
446         * emulparams/ppclynx.sh: New file.
447         * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
448         * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
449         (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
450         (eppclynx.c): New rule.
451         * Makefile.in: Regenerate.
453 2004-05-13  Joel Sherrill <joel@oarcorp.com>
455         * configure.tgt (or32-*-rtems*): Switch to elf and
456         support versioned targets.
458 2004-05-13  Nick Clifton  <nickc@redhat.com>
460         * po/fr.po: Updated French translation.
462 2004-05-11  Jakub Jelinek  <jakub@redhat.com>
464         * genscripts.sh: Generate -z combreloc -z now -z relro scripts
465         for binaries, -shared and -pie.
466         * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
467         * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
468         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
469         (OTHER_RELRO_SECTIONS): ... this.
470         * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
471         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
472         -z relro and -z norelro.
473         (gld${EMULATION_NAME}_list_options): Add it to usage.
474         (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
475         -z relro scripts when appropriate.
476         * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
477         Create separate .got.plt section if SEPARATE_GOTPLT.
478         Move sections which are only written during relocation handling
479         to the beginning of RW segment.  If NO_SMALL_DATA, move .got
480         before .data.  Add DATA_SEGMENT_RELRO_END directive.
481         Include OTHER_RELRO_SECTIONS.
482         * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
483         * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
484         (fold_unary): Likewise.
485         (fold_binary): Handle -z relro.
486         * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
487         exp_dataseg_relro_adjust phases.  Add relro_end field.
488         * ldmain.c (main): Initialize link_info.relro to FALSE.
489         * ldlang.c (lang_size_sections): Handle -z relro.
491 2004-05-08  Marek Michalkiewicz  <marekm@amelek.gda.pl>
493         * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
495 2004-05-07  J"orn Rennecke <joern.rennecke@superh.com>
497         * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
498         before printing it with %W.
500 2004-05-07  Brian Ford  <ford@vss.fsi.com>
501             DJ Delorie  <dj@redhat.com>
503         * emultempl/pe.em (real_flags): New static.
504         (OPTION_LARGE_ADDRESS_AWARE): New define.
505         (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
506         (gld_${EMULATION_NAME}_list_options): Likewise.
507         (gld${EMULATION_NAME}_handle_option): Likewise.
508         (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
509         * ld.texinfo: Document it.
510         * NEWS: Mention it.
512 2004-05-07  Brian Ford  <ford@vss.fsi.com>
514         * NEWS: Mention DWARF 2 support for i386pe.
516 2004-05-05  Alexandre Oliva  <aoliva@redhat.com>
518         * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
519         elf32-frvfdpic.
521 2004-04-30  Alan Modra  <amodra@bigpond.net.au>
523         * ldlang.c (unique_section_p): Pass section parm, return true on
524         group sections.
525         (output_section_callback): Adjust.
526         * ldlang.h (unique_section_p): Update prototype.
527         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
529 2004-04-30  Eric Botcazou  <ebotcazou@act-europe.fr>
531         * ld.texinfo (--gc-sections): Remove restriction for
532         dynamic linking.
534 2004-04-29  Brian Ford  <ford@vss.fsi.com>
536         * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
537         for DWARF 2/3.  Update stab section's syntax.
539 2004-04-29  Alan Modra  <amodra@bigpond.net.au>
541         * pe-dll.c: Revert changes accidentally committed 2004-03-08.
542         (fill_edata): Correct pointer arithmetic.
544 2004-04-21  Chris Demetriou  <cgd@broadcom.com>
546         * ld.texinfo: Remove MIPS --embedded-relocs documentation.
547         * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
548         * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
549         (EXTRA_EM_FILE): Use mipsecoff.em
550         * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
551         (EXTRA_EM_FILE): Use mipsecoff.em
552         * emultempl/mipsecoff.em: Restructure to be included as an
553         extra emulation file.
554         (check_sections, gld${EMULATION_NAME}_after_open)
555         (gld${EMULATION_NAME}_after_allocation)
556         (gld${EMULATION_NAME}_get_script)
557         (ld_${EMULATION_NAME}_emulation): Remove
558         (gld${EMULATION_NAME}_before_parse): Rename to...
559         (mipsecoff_before_parse): This.
560         (LDEMUL_BEFORE_PARSE): Define.
561         * emultempl/mipself.em: Remove file.
562         * scripttempl/mips.sc (.rel.sdata): Do not include in output.
563         (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
564         these symbols.
565         * Makefile.am: Remove dependencies on emultempl/mipself.em.
566         * Makefile.in: Regenerate.
568 2004-04-21      Anil Paranjpe   <anilp1@kpitcummins.com>
570         * ld.texinfo (synthesizing on H8/300): Information about linker
571         relaxation support for bit manipulation instructions and system
572         control instructions is added.
574 2004-04-21  Hans-Peter Nilsson  <hp@axis.com>
576         * NEWS: Mention change in DEFINED semantics.
578 2004-04-21  Eric Botcazou  <ebotcazou@act-europe.fr>
580         * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
581         (.data): Add KEEP for .gnu.linkonce.d.*personality*.
582         (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
584 2004-04-21  Ben Elliston  <bje@au.ibm.com>
586         * ld.texinfo (Simple Example): Add missing punctuation.
588 2004-04-20  Chris Demetriou  <cgd@broadcom.com>
590         * NEWS: Note that MIPS --embedded-relocs option is deprecated.
592 2004-04-19  Jakub Jelinek  <jakub@redhat.com>
594         * ldlang.c (lang_do_assignments_1): Handle .tbss output section
595         specially.
597 2004-04-18  Danny Smith  <dannysmith@users.sourceforge.net>
599         * scriptempl/pe.sc:  Put numbered .ctors.* after .ctors
600         with default priority. Likewise for dtors.
602 2004-04-11  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
604         * configure.host: Remove mips*-dec-bsd* target.
605         * configure.tgt: Likewise.
607 2004-04-08  Richard Sandiford  <rsandifo@redhat.com>
609         * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
610         * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
611         * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
612         * emultempl/irix.em: New file.
613         * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
614         dependencies.
615         * Makefile.in: Regenerate.
617 2004-04-01  Paul Brook  <paul@codesourcery.com>
619         * emultempl/armelf.em (byteswap_code): Add.
620         (arm_elf_before_allocation): Pass extra parameter.
621         (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
622         (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
623         (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
624         * emultempl/armelf_oabi.em: Pass extra parameter.
625         * ld.texinfo: Document --be8.
627 2004-03-30  Stan Shebs  <shebs@apple.com>
629         Remove long-obsolete MPW support.
630         * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
631         * Makefile.am (mpw): Remove file-presynthesizing actions.
632         * Makefile.in: Likewise.
633         * ldfile.c (slash): Remove MPW case.
634         * ldlex.l [MPW]: Remove unused definition.
636 2004-03-30  Galit Heller  <Galit.Heller@nsc.com>
638         * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
639         (eelf32cr16c.c): New target.
640         * Makefile.in: Regenerate.
641         * configure.tgt: Handle cr16c-*-elf*.
642         * emulparams/elf32cr16c.sh: New file.
643         * scripttempl/elfcr16c.sc: Likewise
644         * NEWS: Mention support for new target.
646 2004-03-30  Nick Clifton  <nickc@redhat.com>
648         * po/sv.po: Updated Swedish translation.
650 2004-03-27  Alan Modra  <amodra@bigpond.net.au>
652         * emultempl/elf32.em: Update new bfd_elf_discard_info name.
653         * emultempl/hppaelf.em: Likewise.
654         * emultempl/ppc64elf.em: Likewise.
655         * emultempl/sh64elf.em: Likewise.
657 2004-03-25  Alan Modra  <amodra@bigpond.net.au>
659         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
660         size_dynamic_sections call.
662 2004-03-23  Alan Modra  <amodra@bigpond.net.au>
664         PR 51.
665         * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
666         link_info.wrap_char.
668 2004-03-20  H.J. Lu  <hongjiu.lu@intel.com>
670         * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
671         or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
673 2004-03-20  Alexandre Oliva  <aoliva@redhat.com>
675         * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
677 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
679         * config.in: Regenerate.
680         * po/ld.pot: Regenerate.
682 2004-03-18  Alan Modra  <amodra@bigpond.net.au>
684         * ld.texinfo: Add --as-needed doco.
685         * ldmain.c (as_needed): New global var.
686         * ldmain.h (as_needed): Declare.
687         * lexsup.c (option_values): Add OPTION_AS_NEEDED and
688         OPTION_NO_AS_NEEDED.
689         (ld_options): Likewise.
690         (parse_args): Handle them.
691         * ldlang.h (lang_input_statement_type): Add as_needed field.
692         * ldlang.c (new_afile): Set p->as_needed.
693         * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
694         (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
695         (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
697         * ldlang.c (open_input_bfds): Remove useless cast.
698         (lang_do_assignments_1): Likewise.
699         (lang_for_each_input_section): Delete.
701 2004-03-17  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703         * configure.tgt: Switch sh-*-rtems* to ELF.  Add sh-*-rtemscoff*.
705 2004-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
707         * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
708         private when building implib.
710 2004-03-05  Nathan Sidwell  <nathan@codesourcery.com>
712         * ldlang.c (lang_add_section): Don't force SEC_LOAD on
713         SEC_THREAD_LOCAL.
714         (IGNORE_SECTION): Ignore .tbss sections too.
715         (lang_size_sections_1): .tbss sections do not advance dot.
717 2004-03-01  Andreas Schwab  <schwab@suse.de>
719         * ld.texinfo (Options): Fix example for --wrap.
721 2004-02-25  Danny Smith  <dannysmith@users.sourceforge.net>
723         * pe-dll.c (fill_edata): Check that exported_symbol_sections is
724         not NULL.
726 2004-02-23  Ian Lance Taylor  <ian@wasabisystems.com>
728         * ldlang.c (lang_check): Use %P, not %E, in error message.
730 2004-02-23  Nathan Sidwell  <nathan@codesourcery.com>
732         * ldlang.h (struct lang_output_section_state): Change processed
733         field's type.
734         * ldexp.c (check, invalid): Remove.
735         (fold_name): Move valid_p assignments. Create undefined symbol
736         when needed. Directly exampine section's processd flag.
737         * ldlang.c (lang_output_section_statement_lookup): Adjust
738         processed field init.
739         (lang_size_sections_1): Allow LOADADDR when determining section's
740         VMA. Adjust error message. Fold data statement's expr.
741         (lang_size_sections): Correctly increment lang_statement_iteration.
743 2004-02-23  Alan Modra <amodra@bigpond.net.au>
745         * ldexp.c (fold_tree): Follow indirect symbols.
747 2004-02-20  Nathan Sidwell  <nathan@codesourcery.com>
749         * ldgram.y (exp): Add two operand ALIGN.
750         * ldexp.c (fold_binary): Add ALIGN_K case.
751         * ld.texinfo (ALIGN): Document two operand version.
753 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
755         * ldlang.c (map_input_to_output_sections): Initialize sections
756         mentioned in a data statement expression.
757         (lang_do_assignments_1): Add data statement's expression's
758         section's vma.
760 2004-02-18  Nathan Sidwell  <nathan@codesourcery.com>
762         * ldgram.y (statement_anywhere): Add assert rule.
763         * ldlang.c (exp_init_os): Add assert case.
765 2004-02-14  Andrew Cagney  <cagney@redhat.com>
767         * ldmain.c (remove_output): Call bfd_cache_close.
769 2004-02-14  Richard Sandiford  <rsandifo@redhat.com>
771         * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
772         .MIPS.content* and .MIPS.events* sections.
774 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
776         * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
777         .note.gnu.arm.ident to after allocated sections.  Mark its
778         address as 0.
780 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
782         * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
783         * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
784         * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
785         * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
786         * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
788 2004-02-05  Nick Clifton  <nickc@redhat.com>
790         * emultempl/pe.em (_after_open): Fix typo in previous delta.
792 2004-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
794         * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
796 2004-01-28  Alan Modra  <amodra@bigpond.net.au>
798         * genscripts.sh: Fix typo.
800         * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
802 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
804         * emulparams/elf64_ia64.sh: Put .rela.opd into
805         OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
807 2004-01-20  Danny Smith  <dannysmith@users.sourceforge.net>
809         * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
810         * ld.texinfo (--omagic): Note that writable text section
811         does not conform to published PE-COFF specs.
812         (--enable-auto-import): Likewise.
814 2004-01-15  Alan Modra  <amodra@bigpond.net.au>
816         * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
818 2004-01-13  Nick Clifton  <nickc@redhat.com>
820         * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
821         which if true will prevent the LMA region being used as a
822         replacement for a default VMA region.
823         (lang_leave_output_section_statement): Pass extra parameter.
824         (lang_leave_overlay): Likewise.
825         * ld.texinfo (Output Section LMA): Document that the LMA
826         region can be set to the VMA region if no VMA has been set.
827         * ldlang.h (struct lang_output_section_phdr_list): Create a
828         typedef for this type.  Minor formatting fixes.
830 2004-01-13  Nick Clifton  <nickc@redhat.com>
832         * ldlang.c (lang_size_sections_1): If dot is advanced, then
833         assume that the section should be allocated.
835 2004-01-13  Alan Modra  <amodra@bigpond.net.au>
837         * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
838         sections.  Do ignore SEC_NEVER_LOAD sections.
839         (lang_size_sections_1): Remove test made redundant with the above.
841 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
843         * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
844         program_header_size.
846 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
848         2003-11-28  Alexandre Oliva  <aoliva@redhat.com>
849         * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
850         2003-11-05  Alexandre Oliva  <aoliva@redhat.com>
851         * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
852         (MAXPAGESIZE): Set to 64Kb.
853         (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
854         __ROFIXUP_END__.  Don't map .rofixup.got any more.
855         * emulparams/elf32frv.sh (NOP): Set.
856         2003-10-31  Alexandre Oliva  <aoliva@redhat.com>
857         * configure.tgt: Add frv-*-*linux*.
858         2003-09-30  Alexandre Oliva  <aoliva@redhat.com>
859         * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
860         (eelf32frvfd.c): New.
861         * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
862         * emulparams/elf32frv.sh: Reverted previous two patches.
863         * emulparams/elf32frvfd.sh: New.
864         * Makefile.in: Rebuilt.
865         2003-09-18  Alexandre Oliva  <aoliva@redhat.com>
866         * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
867         .rofixup.got to .rofixup.
868         2003-09-15  Alexandre Oliva  <aoliva@redhat.com>
869         * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
870         (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
872 2004-01-05  Jakub Jelinek  <jakub@redhat.com>
874         * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
875         * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
877 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
879         * ldexp.c (align_n): Make static.
880         * ldexp.h (align_n): Delete declaration.
881         * ldlang.h (lang_enter_output_section_statement): Remove
882         block_value param.
883         * ldlang.c (lang_enter_output_section_statement): Likewise.
884         (TO_ADDR, TO_SIZE): Define.
885         (opb_shift): New var.
886         (init_opb): New function.
887         (print_input_section): Call init_opb and use TO_ADDR.
888         (print_data_statement, print_reloc_statement): Likewise.
889         (print_padding_statement): Likewise.
890         (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
891         (lang_check_section_addresses): Likewise.
892         (lang_size_sections_1): Likewise.
893         (lang_do_assignments_1): Likewise.
894         (lang_set_startof): Likewise.
895         (lang_one_common): Likewise.  Combine power_of_two and opb_shift align.
896         (lang_process): Call init_opb.
897         (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
898         (lang_enter_overlay_section): Adjust
899         lang_enter_output_section_statement call.
900         * ldgram.y: Likewise.
901         * mri.c (mri_draw_tree): Likewise.
902         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
903         * emultempl/mmo.em (mmo_place_orphan): Likewise.
904         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
906         * ldfile.c (ldfile_set_output_arch): Add defarch param.
907         * ldfile.h (ldfile_set_output_arch): Ditto.
908         * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
909         ldfile_set_output_arch.
910         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
911         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
912         * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
913         * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
914         * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
915         * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
916         * ldgram.y: Adjust ldfile_set_output_arch call.
917         * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
918         * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
919         * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
920         * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
921         * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
922         * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
923         * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
925 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
927         * configure.tgt: Add m68k-uClinux target.
929 For older changes see ChangeLog-0203
931 Local Variables:
932 mode: change-log
933 left-margin: 8
934 fill-column: 74
935 version-control: never
936 End: