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