* ldlang.c (insert_pad): Make use of an existing pad statement if
[binutils.git] / ld / ChangeLog
blobb3c069df4438c0e76d554af40ce338e0a9df878c
1 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
3         * ldlang.c (insert_pad): Make use of an existing pad statement if
4         available.  Move code calculating alignment, adjusting section
5         alignment power, and adjusting dot to ..
6         (size_input_section): .. here.  Remove unused relax param.
7         (lang_size_sections): Change boolean `relax' param to boolean *.
8         Adjust call to size_input_section.  Make use of insert_pad to
9         place pad after the assignment statement.  If relaxing, zap
10         padding statements.
11         (reset_memory_regions): Reset output_bfd section sizes too.
12         (relax_again): Move to..
13         (lang_process): ..here.  Adjust call to lang_size_sections, and
14         remove duplicated code.
15         * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
17 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
19         * ld.texinfo: Document that fill values now use the four least
20         significant bytes.
21         * emulparams/elf32fr30.sh (NOP): Update.
22         * emulparams/elf32mcore.sh: Likewise.
23         * emulparams/elf64_s390.sh: Likewise.
24         * emulparams/elf_i386.sh: Likewise.
25         * emulparams/elf_i386_be.sh: Likewise.
26         * emulparams/elf_i386_chaos.sh: Likewise.
27         * emulparams/elf_i386_ldso.sh: Likewise.
28         * emulparams/elf_s390.sh: Likewise.
29         * emulparams/elf_x86_64.sh: Likewise.
30         * emulparams/i386moss.sh: Likewise.
31         * emulparams/i386nw.sh: Likewise.
32         * emulparams/m68kelf.sh: Likewise.
33         * scripttempl/elf.sc: Update NOP comment.
34         * scripttempl/elfi370.sc: Likewise.
35         * scripttempl/elfm68hc11.sc: Likewise.
36         * scripttempl/elfm68hc12.sc: Likewise.
37         * scripttempl/nw.sc: Likewise.
39 2001-08-15  Tom Rix <trix@redhat.com>
41         * ldgram.y (saved_script_handle): Initialize to NULL.
42         * ldmain.c (main): Change check on saved_script_handle.
43         
44 2001-08-14  Alan Modra  <amodra@bigpond.net.au>
46         * emultempl/elf32.em: Formatting fixes.
47         (output_prev_sec_find): Test for bfd_ind_section too;  do so by
48         looking at sec->owner.
49         (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
50         (gld${EMULATION_NAME}_place_orphan): Add a few comments.  Remove
51         unused code, and reorganize orphan section placement code.
53         * ldlang.c (wild_doit): Rename to lang_add_section.
54         * ldlang.h: Here too.
55         * mpw-elfmips.c: And here.
56         * emultempl/beos.em: And here.
57         * emultempl/elf32.em: And here.
58         * emultempl/hppaelf.em: And here.
59         * emultempl/pe.em: And here.
61 2001-08-13  Richard Henderson  <rth@redhat.com>
63         * emultempl/needrelax.em: New file.
64         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
65         * Makefile.am (eelf64_ia64.c): Depend on it.
66         * Makefile.in: Rebuild.
68 2001-08-13  Alan Modra  <amodra@bigpond.net.au>
70         * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
71         output_section is set non-NULL.
73         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
74         `true' for SEC_EXCLUDE sections so that the generic code doesn't
75         needlessly create an output_section_statement.  Treat a correctly
76         named output_section_statement with NULL bfd_section as compatible.
78 2001-08-13  Hans-Peter Nilsson  <hp@bitrange.com>
80         * emultempl/generic.em: Support EXTRA_EM_FILE.
81         (ld_${EMULATION_NAME}_emulation): Support emulation parameters
82         LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
83         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
84         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
85         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
86         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
87         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
88         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
89         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
90         LDEMUL_FIND_POTENTIAL_LIBRARIES.
92 2001-08-12  Richard Henderson  <rth@redhat.com>
94         * scripttempl/elf.sc, scripttempl/elfd30v.sc,
95         scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
96         scripttempl/v850.sc: Keep .jcr data.
98 2001-08-12  H.J. Lu  <hjl@gnu.org>
99             Andrew Haley  <aph@cambridge.redhat.com>
100             Nick Clifton  <nickc@redhat.com>
102         * ldgram.y (had_script): Change name to saved_script_handle.
103         Change type to file handle.
104         * ld.h (had_script): Rename and retype.
105         * ldfile.c (ldfile_open_command_file): Save the file handle
106         used in saved_script_handle.
107         * lexsup.c (parse_args): Do not allow -c option to alter
108         saved_script_handle.
109         * ldmain.c (main): Print out the linker script used if
110         --verbose is given.  Check saved_script_handle to obtain the
111         external linker script used, or if NULL, dump the builtin
112         script.
113         * ld.texinfo: Document that --verbose now dumps the linker
114         script used, regardless of whether it was an internal or an
115         external script.
117 2001-08-10  Andreas Jaeger  <aj@suse.de>
119         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
120         to build warnings.
121         * configure: Regenerate.
123 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
125         * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
127         * scripttempl/elf.sc: Move non-text .dynamic section before
128         .plt/.got/.sdata* group.
129         (OTHER_GOT_SECTIONS): Move to immediately after .got.
130         (OTHER_SDATA_SECTIONS): Add.
131         * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
132         OTHER_GOT_SECTIONS.
133         * emulparams/crislinux.sh: Likewise.
134         * emulparams/elf32b4300.sh: Likewise.
135         * emulparams/elf32bmip.sh: Likewise.
136         * emulparams/elf32bmipn32.sh: Likewise.
137         * emulparams/elf32bsmip.sh: Likewise.
138         * emulparams/elf32btsmip.sh: Likewise.
139         * emulparams/elf32ebmip.sh: Likewise.
140         * emulparams/elf32elmip.sh: Likewise.
141         * emulparams/elf32l4300.sh: Likewise.
142         * emulparams/elf32lmip.sh: Likewise.
143         * emulparams/elf32lsmip.sh: Likewise.
144         * emulparams/elf32ltsmip.sh: Likewise.
145         * emulparams/elf64bmip.sh: Likewise.
146         * emulparams/elf64btsmip.sh: Likewise.
147         * emulparams/elf64ltsmip.sh: Likewise.
149 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
151         * genscripts.sh: Source the emulparams script before each output
152         script is generated so that variables like `RELOCATING' may affect
153         variables defined in the emulparams script.
155 2001-08-04  Alan Modra  <amodra@bigpond.net.au>
157         * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
158         order.
160         * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
161         ie. iterate over wild_statement.section_list.
162         (gld${EMULATION_NAME}_place_orphan): Likewise.
164 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
166         * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
167         .fini[0-4] sections used by _exit
168         (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
169         (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
170         * scripttempl/elfm68hc11.sc: Likewise.
172 2001-08-03  H.J. Lu  <hjl@gnu.org>
174         * emultempl/beos.em (init): Add the missing initialization.
176 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
178         * ld.texinfo (Input Section Basics): Clarify ordering of output
179         sections.
180         * ldlang.c (callback_t): Add wildcard_list param.
181         (walk_wild_section): Remove "section" param.  Rewrite for
182         lang_wild_statement_type change.  Remove unique_section_p test.
183         (walk_wild_file): Remove "section" param.
184         (walk_wild): Remove "section" and "file" params.
185         (lang_gc_wild): Likewise.
186         (wild): Likewise.  Modify for lang_wild_statement_type change.
187         (wild_sort): Likewise.  Add "sec" param.
188         (gc_section_callback): Likewise.
189         (output_section_callback): Likewise.  Do unique_section_p test.
190         (map_input_to_output_sections): Modify call to wild.
191         (lang_gc_sections_1): Likewise.
192         (print_wild_statement): Modify for lang_wild_statement_type
193         change.
194         (lang_add_wild): Replace filename, filenames_sorted param with
195         filespec.  Replace section_name, sections_sorted,
196         exclude_filename_list with section_list.
197         * ldlang.h (lang_add_wild): Here too.
198         (lang_wild_statement_type): Replace section_name, sections_sorted,
199         and exclude_filename_list with section_list.
200         * ldgram.y (current_file): Delete.
201         (%union): Add wildcard_list.
202         (file_NAME_list): Set type to wildcard_list.  Build a linked list
203         rather than calling lang_add_wild for each entry.
204         (input_section_spec_no_keep): Call lang_add_wild here instead.
205         * ld.h (struct wildcard_list): Declare.
206         * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
208 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
210         * ldmain.c (main): initialize link_info.pei386_auto_import
211         * pe-dll.c: new tables for auto-export filtering
212         (auto_export): change API, pass abfd for contextual filtering.
213         Loop thru tables of excluded symbols instead of comparing
214         "by hand".
216 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
218         * pe-dll.c: new variable pe_dll_enable_extra_debug. New
219         static variable current_sec (static struct sec *). Add
220         forward declaration for add_bfd_to_link.
221         (process_def_file): Don't export undefined symbols. Do not
222         export symbols starting with  "_imp__".  Call auto_export()
223         with new API.
224         (pe_walk_relocs_of_symbol): New function.
225         (generate_reloc): add optional extra debugging
226         (pe_dll_generate_def_file): eliminate extraneous initial blank
227         line in output
228         (make_one): enlarge symtab to make room for __nm__ symbols
229         (DATA auto-import support).
230         (make_singleton_name_thunk): New function.
231         (make_import_fixup_mark): New function.
232         (make_import_fixup_entry): New function.
233         (pe_create_import_fixup): New function.
234         (add_bfd_to_link): Specify that 'name' argument is a CONST
235         char *.
236         * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
237         declare new functions pe_walk_relocs_of_symbol and
238         pe_create_import_fixup.
239         * emultempl/pe.em: add new options --enable-auto-import,
240         --disable-auto-import, and --enable-extra-pe-debug.
241         (make_import_fixup): New function.
242         (pe_find_data_imports): New function.
243         (pr_sym): New function.
244         (gld_${EMULATION_NAME}_after_open): Add optional extra pe
245         debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
246         CODE.
248 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
250         * ld.texinfo: add additional documentation for
251         --export-all-symbols.  Document --out-implib,
252         --enable-auto-image-base, --disable-auto-image-base,
253         --dll-search-prefix, --enable-auto-import, and
254         --disable-auto-import.
255         * ldint.texinfo: Add detailed documentation on auto-import
256         implementation.
258 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
260         * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
261         example.
263 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
265         * Makefile.am: Update dependencies with "make dep-am".
266         * Makefile.in: Regenerate
268 2001-07-23  Alan Modra  <amodra@bigpond.net.au>
270         * ldcref.c (check_section_sym_xref): New function.
271         (check_nocrossrefs): Call it.
272         (check_nocrossref): Interate over h->refs here instead of..
273         (check_refs): ..here.  Pass in the symbol name, section, and bfd
274         rather than hash_entry pointers.
275         (struct check_refs_info): Keep symbol name rather than hash entry.
276         Remove "same".
277         (check_reloc_refs): Tweak for above changes in check_refs_info.
278         Only report references to section syms when symname is NULL to
279         prevent duplicate messages for the same reloc.
281 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
283         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
284         available.  Do not print NULL trees.
285         (exp_print_token): Print unknown tokens with values > 126 as
286         decimal values not ASCII characters.
288         * ldlang.c (lang_leave_overlay): If a region is specified assign
289         it to all sections inside the overlay unless they have been
290         assigned to the own, non-default, memory region.
292         * README: Add header for consistency with other README files.
294 2001-07-14  H.J. Lu  <hjl@gnu.org>
296         * emultempl/elf32.em (output_prev_sec_find): Never return
297         bfd_abs_section_ptr, bfd_com_section_ptr nor
298         bfd_und_section_ptr.
300 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
302         * Makefile.am (em32relf.c): Change dependency from generic.em to
303         elf32.em.
304         * Makefile.in: Regenerate.
306 2001-07-14  matthew green  <mrg@eterna.com.au>
308         * configure.tgt (i386-*-netbsdelf*): New target.
309         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
311 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
313         * emultempl/elf32.em (output_prev_sec_find): New.
314         (place_orphan): Use it.
316 2001-07-11  H.J. Lu  <hjl@gnu.org>
318         * ldmain.c (main): Fix typos in the last change.
320 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
322         * ldmain.c (main): Disallow -F and -f without -shared.
324 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
326         * emultempl/pe.em (after_open): Check for the output_bfd not
327         having any coff_data structure allocated to it.
329 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
331         * emultempl/elf32.em: Do not assuming that contents of the buffer
332         returned from basename function will remain unchanged accross other
333         function calls.
335 2001-07-03  H.J. Lu  <hjl@gnu.org>
337         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
338         2001-07-03. It creates dynamic entries even for static binaries.
340 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
342         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
343         (DYNAMIC): Use it to reserve few dynamic entries for
344         post-linking tools.
346 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
348         * emulparams/hppa64linux.sh: New file.
349         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
350         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
351         (ehppa64linux.c): Add rule to make it.
352         Run "make dep-am".
353         * Makefile.in: Regenerate.
355 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
357         * ld.texinfo (Options, -r): Mention restrictions when using
358         different object formats.
360 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
362         * ldlang.c (lang_check): Emit fatal error if relocatable link
363         between different object flavours with relocations in input.
365 2001-06-19  H.J. Lu  <hjl@gnu.org>
367         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
368         (--version-script): Mention the language support.
370 2001-06-19  H.J. Lu <hjl@gnu.org>
372         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
374 2001-06-18  H.J. Lu <hjl@gnu.org>
376         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
377         (diststuff): Add $(MANS).
378         * Makefile.in: Regenerated.
380         * ld.1: Removed.
382 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
384         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
385         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
386         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
387         * ld.h (args_type): Remove member export_dynamic.  All users
388         changed to use struct bfd_link_info member.
390         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
391         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
392         * Makefile.in: Regenerate.
394 2001-06-18  H.J. Lu  <hjl@gnu.org>
396         * ldlang.c (init_os): Add the newline to the einfo call.
397         (lang_check): Likewise.
398         (lang_do_version_exports_section): Likewise.
400 2001-06-15  H.J. Lu  <hjl@gnu.org>
402         * lexsup.c (parse_args); Save optind to report unrecognized
403         option.
405 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
407         * ldlang.c (lang_check): Emit fatal error if relocatable link
408         between different object flavours.
410         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
411         Set new link_info member export_dynamic.
412         * ldmain.c (main): Initialize new link_info member export_dynamic.
414 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
416         * ldlang.c (walk_wild): Only call walk_wild_file if
417         lookup_name returns something.
418         (lookup_name): If load_symbols fails, return NULL.
419         (load_symbols): Change to a boolean function.
420         (open_input_bfds): If load_symbols fails then do not make the
421         executable.
423 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
425         * ldlang.c (record_bfd_errors): Remove.
427         * emultempl/aix.em: Fix copyright dates.
429 2001-06-07  Andreas Jaeger  <aj@suse.de>
431         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
432         (TEXT_START_ADDR): Likewise.
434 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
436         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
438 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
440         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
442 2001-05-31  H.J. Lu  <hjl@gnu.org>
444         * ldlang.c (open_input_bfds): Don't change the bfd error
445         handler whilst loading symbols.
447 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
449         * configure.tgt: Remove i370-mvs architecture, it is not currently
450         supported.
452 2001-05-25  H.J. Lu  <hjl@gnu.org>
454         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
455         like emulparams/aixppc.sh.
457 2001-05-25  H.J. Lu  <hjl@gnu.org>
459         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
460         setting of output_filename after bfd_scan_arch.
461         * emultempl/pe.em: Likewise.
463 2001-05-25  H.J. Lu  <hjl@gnu.org>
465         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
466         like emulparams/aixppc.sh.
468         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
469         instead of ${srcdir}/emultempl/stringify.sed.
471 2001-05-25  Timothy Wall  <twall@oculustech.com>
473         * emulparams/elf64_aix.sh: Change settings to match IBM linker
474         output.
476 2001-05-25  Alan Modra  <amodra@one.net.au>
478         * configure.host: Replace linuxoldld with linux*oldld.
479         * configure.tgt: Likewise.
481 2001-05-24  H.J. Lu  <hjl@gnu.org>
483         * emultempl/stringify.sed: Removed again.
485 2001-05-24  H.J. Lu  <hjl@gnu.org>
487         * emultempl/aix.em (OUTPUT_ARCH): Defined.
488         (gld${EMULATION_NAME}_before_parse): Initialize
489         ldfile_output_architecture, ldfile_output_machine and
490         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
491         * emultempl/beos.em: Likewise.
492         * emultempl/elf32.em: Likewise.
493         * emultempl/linux.em: Likewise.
494         * emultempl/mipsecoff.em: Likewise.
495         * emultempl/pe.em: Likewise.
496         * emultempl/sunos.em: Likewise.
498 2001-05-24 Tom Rix <trix@redhat.com>
500         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
501         udate import file format.
502         (change_symbol_mode) New, same
503         (is_syscall) New, same
504         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
505         * emulparams/aixppc64.sh : same
506         * emulparams/aixrs6.sh : same
507         * emulparams/ppcmacos.sh : same
508         * emultempl/aix.em : use strtoull to parse options
509         * Makefile.am : add eaixppc64 emulation for xcoff64
510         * Makefile.in : same
511         * configure.tgt : same
513         * scripttempl/aix.sc : default text section offset to 0x10000000
514          default data section offset to 0x20000000
515         add .sv3264 and .sv64 pseudo sections
516         loader and debug sections use the currect section offset.
518         * emultempl/aix.em : Add xcoff64 support
519         Add -binitfini support
520         (gld${EMULATION_NAME}_before_parse) -binitfini
521         (gld${EMULATION_NAME}_parse_args) same
522         (gld${EMULATION_NAME}_before_allocation) format change for special
523         sections
525         * emulparams/aixppc64.sh : New file for xcoff64 support
527 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
529         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
530         variable to avoid non-portable shell construct.
532 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
534         * ldmain.c (get_emulation): Add -mips5 command line argument.
536 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
538         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
539         (ELF_INTERPRETER_NAME): Define it.
540         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
541         it.
542         * configure.tgt (targ_emul, targ_extra_emuls)
543         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
544         as primary, elf_i386 as extra.
545         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
546         (eelf_i386_ldso.c): New rule.
547         * Makefile.in: Rebuilt.
549 2001-05-22  Nick Clifton  <nickc@redhat.com>
551         * lexsup.c (ld_options):  Allow -I to be an alias for
552         --dynamic-linker.  This is for Solaris compatability.
553         * ld.texinfo: Document that -I can be used.
554         * ld.1: Regenerate.
556 2001-05-16  Alan Modra  <amodra@one.net.au>
558         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
559         whether an input section is the first one assigned to an output
560         section.
561         Assorted formatting fixes.
563 2001-05-14  DJ Delorie  <dj@delorie.com>
565         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
566         * Makefile.in: Ditto.
568 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
570         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
571         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
572         output sections.
573         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
575 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
577         * ldlang.c (lang_process): Call bfd_merge_sections.
579 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
581         * ldgram.y: Fix typo.
583 2001-05-03  H.J. Lu  <hjl@gnu.org>
585         * emultempl/elf32.em: Include "libiberty.h".
586         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
587         basename of the bfd filename.
588         (gld${EMULATION_NAME}_stat_needed): Likewise.
589         (gld${EMULATION_NAME}_try_needed): Likewise.
590         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
592 2001-05-02  H.J. Lu  <hjl@gnu.org>
594         * emultempl/pe.em: Include <ctype.h>.
596 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
598         * emulparams/elf32openrisc.sh: New file.
600         * Makefile.am: Add OpenRISC target.
601         * Makefile.in: Regenerated.
603         * configure.tgt: Add openrisc-*-* mapping.
605 2001-05-02  Nick Clifton  <nickc@redhat.com>
607         * emultempl/aix.em: Replace buystring with xstrdup.
608         * emultempl/beos.em: Replace buystring with xstrdup.
610 2001-05-02  H.J. Lu  <hjl@gnu.org>
612         * ldfile.c: Include "libiberty.h".
613         * ldlex.l: Likewise.
615         * ldmisc.c (buystring): Removed.
616         * ldmisc.h: Likewise.
618         * ldfile.c: Replace buystring with xstrdup.
619         * ldlang.c: Likewise.
620         * ldlex.l: Likewise.
621         * ldmain.c: Likewise.
622         * ldmisc.c: Likewise.
623         * lexsup.c: Likewise.
624         * mpw-eppcmac.c: Likewise.
626 2001-04-30  Andreas Jaeger  <aj@suse.de>
628         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
630 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
632         * ldlang.c (load_symbols): Give emulation a chance
633         to process unrecognized file before fatal error is
634         reported, not after.
636 2001-04-27  Sean McNeil <sean@mcneil.com>
638         * configure.tgt: Add arm-vxworks target.
639         * scripttempl/armcoff.sc: Support .text or .data as a section name
640         prefix.
641         Define _etext.
643 2001-04-13  J.T. Conklin  <jtc@redback.com>
645         * ld.texinfo: Document --fatal-warnings.
646         * ld.1: Regenerate.
648         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
649         warnings have been turned into errors.
650         * lexsup.c (OPTION_WARN_FATAL): Define.
651         (ld_options): Entry for --fatal-warnings.
652         (parse_args): Handle OPTION_WARN_FATAL.
653         * ld.h (ld_config_type): Add fatal_warnings field.
655 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
657         * ldmain.c (main): Default to discard_sec_merge.
658         * lexsup.c (OPTION_DISCARD_NONE): Define.
659         (ld_options): Add --discard-none.
660         (parse_args): Handle OPTION_DISCARD_NONE.
661         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
662         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
663         all its input sections match.
665 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
667         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
668         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
669         (eelf32ltsmip.c): New target.
670         (eelf64btsmip.c): Likewise.
671         (eelf64ltsmip.c): Likewise.
672         * Makefile.in: Regenerated.
674         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
675         target.
676         (mips*-*-linux-gnu*): Likewise.
678         * emulparams/elf32ltsmip.sh: New. Traditional little endian
679         MIPS taget.
680         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
681         target.
682         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
683         endian target.
685 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
687         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
688         correct value of __Stext here.
689         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
690         .startup section.
692         * emulparams/crislinux.sh: Remove FIXME.
694 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
696         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
697         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
699 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
701         * configure.tgt (cris-*-*): Change default emulation to criself.
702         (cris-*-*aout*): New rule.
704 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
706         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
707         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
709 2001-03-26  Andreas Jaeger  <aj@suse.de>
711         * ld.texinfo (Overview): Fix syntax in texi code.
713 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
715         * ld.texinfo: Put @c man indications to generate the ld man page.
716         When generating man, define all the variables.  Define SEEALSO
717         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
718         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
719         (ld.1): Generate from ld.texinfo.
720         * Makefile.in: Regenerate.
722 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
724         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
725           and '-fdata-sections'. Set the VMA of STABS sections to zero.
727 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
729         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
730         is an absolute path look only for this file and not along the path.
732 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
734         * emultempl/elf32.em (OPTION_GROUP): New macro.
735         Add new option Bgroup to longopts.
736         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
737         (gld*_list_options): Add -Bgroup and -z defs.
738         * ld.1: Document -Bgroup and -z defs.
739         * ld.texinfo: Likewise.
741 2001-03-07  Michael Meissner  <meissner@redhat.com>
743         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
744         with sections created by -fdata-sections.
745         (.dynbss,.bss): Ditto.
747 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
749         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
750         after_allocation_default, not gld..._before_allocation.
752 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
754         * configure.in (BFD_VERSION): New.
755         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
756         * configure: Regenerate.
757         * Makefile.am: Run "make dep-am"
758         * Makefile.in: Regenerate.
760 2001-02-26  Timothy Wall  <twall@cygnus.com>
762         * emulparams/elf64_aix.sh: Add additional read-only sections;
763         uncomment lines which are now required.
765 2001-02-26  H.J. Lu  <hjl@gnu.org>
767         * ldlang.c (open_input_bfds): Set the bfd error handler so
768         that problems can be caught whilst loading symbols.
769         (record_bfd_errors): New function: Report BFD errors and mark
770         the executable output as being invalid.
772 2001-02-22  Timothy Wall  <twall@cygnus.com>
774         * configure.host: Add configuration for ia64-*-aix*.
775         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
776         Add dependencies for eelf64_aix.c.
777         * Makefile.in: Regenerate.
778         * configure.tgt: Add ia64-*-aix* mapping.
779         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
780         * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
781         AIX-specific test.
783 2001-02-20  H.J. Lu  <hjl@gnu.org>
785         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
786         false if we found the file.
788 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
790         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
791         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
793 2001-02-18  lars brinkhoff  <lars@nocrew.org>
795         * Makefile.am: Add PDP-11 target.
796         * configure.tgt: Likewise.
797         * emulparams/pdp11.sh: New file.
799 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
801         * configure.host: Add a generic FreeBSD configuration entry such that
802         all [modern] FreeBSD systems on all platforms will look the same.
804 2001-02-14  H.J. Lu  <hjl@gnu.org>
806         * configure.tgt: Remove mention of earmelf_linux26.
808 2001-02-13  Richard Henderson  <rth@redhat.com>
810         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
812 2001-02-13  H.J. Lu  <hjl@gnu.org>
814         * ldexp.h (node_type): Add etree_provided.
815         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
816         type to etree_provided if defined by PROVIDE. Allow updating
817         for etree_provided.
818         (exp_print_tree): Handle etree_provided.
819         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
820         etree_provided.
822 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
824         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
825         .IA_64.unwind.* pattern to unwind table section and
826         .IA_64.unwind_info* pattern to unwind info section.
828 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
830         * Makefile.am: Add linux target for S/390.
831         * Makefile.in: Likewise.
832         * configure.host: Likewise.
833         * configure.tgt: Likewise.
834         * emulparams/elf64_s390.sh: New file.
835         * emulparams/elf_s390.sh: New file.
837 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
839         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
840         targ_extra_libpath.
841         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
843 2001-02-06  Philip Blundell  <philb@gnu.org>
845         * Makefile.am: Remove mention of earmelf_linux26.
846         * Makefile.in: Regenerate.
848 2001-02-04  Philip Blundell  <philb@gnu.org>
850         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
851         * emulparams/armelf_linux26.sh: Delete.
852         * configure.tgt: Remove mention of armelf_linux26 emulation.
854 2001-02-01  Nick Clifton  <nickc@redhat.com>
856         * ld.1: Replace occurances of -oformat with --oformat.
858 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
860         * ldlang.c (lang_leave_overlay): Don't set lma_region when
861         load_base is specified.
863 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
865         * emultempl/elf32.em: Correct spelling in comments and listed
866         options.
868 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
870         * ldlang.c (lang_leave_overlay): Only set lma_region from the
871         default for the first section of a group of overlay sections.
873 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
875         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
876         * Makefile.in: Regenerate.
877         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
878         Check for null tool_dir.
880 2001-01-16  Jim Wilson  <wilson@redhat.com>
882         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
883         and IA_64.unwind.info.
885 2001-01-16  H.J. Lu  <hjl@gnu.org>
887         * ldlang.c (lang_check): Merge the private data only if the
888         input file has contents.
890 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
892         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
894         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
895         enabling search for libmilli.  On a relocatable link, make .text
896         sections unique.
897         (LDEMUL_AFTER_PARSE): Define.
898         (hppaelf_finish): Correct spelling of relocatable in comments.
900         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
901         rummage through the script for sections on the unique list.
902         Correct length of strncmp for ".note".
903         (gld${EMULATION_NAME}_check_needed): Rearrange function.
905         * ldlang.c (unique_section_list): New var.
906         (unique_section_p): New function.
907         (walk_wild_section): Don't match sections on unique_section_list.
908         (lang_add_unique): New function.
909         Correct spelling of relocatable in comments.
911         * ldlang.h (struct unique_sections): Declare.
912         (unique_section_list): Declare.
913         (unique_section_p): Declare.
914         (lang_add_unique): Declare.
916         * lexsup.c (ld_options): Allow --unique to take an optional arg.
917         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
919         * ld.texinfo (--unique): Update.
921 2001-01-13  Nick Clifton  <nickc@redhat.com>
923         * lexsup.c (parse_args): Remove spurious white space.
925 2001-01-12  Nick Clifton  <nickc@redhat.com>
927         * lexsup.c (parse_args): Update copyright date.
929 2001-01-12  Philip Blundell  <pb@futuretv.com>
931         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
933 2001-01-10  Kazu Hirata  <kazu@hxi.com>
935         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
936         * scripttempl/h8300h.sc: Fix formatting.
937         * scripttempl/h8300s.sc: Likewise.
938         * scripttempl/h8500.sc: Likewise.
939         * scripttempl/h8500b.sc: Likewise.
940         * scripttempl/h8500c.sc: Likewise.
941         * scripttempl/h8500m.sc: Likewise.
942         * scripttempl/h8500s.sc: Likewise.
944 2000-01-07  David O'Brien  <obrien@BSDi.com>
946         * emultempl/elf32.em: Only perform Linux ld hints processing when
947         targeting Linux.
949 2001-01-07  Philip Blundell  <philb@gnu.org>
951         * ld.texinfo (Bug Reporting): Update email address for reports.
953 2000-12-31  Nick Clifton  <nickc@redhat.com>
955         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
956         options by checking for a return value of '?' not -1.
958 2000-12-28  Nick Clifton  <nickc@redhat.com>
960         * lexsup.c (struct ld_option): Add new enum value:
961         EXACTLY_TWO_DASHES.
962         (ld_options[]): Change -omagic, -output and -oformat options
963         to be EXACTLY_TWO_DASHES.
964         (OUTPUT_COUNT): Use ARRAY_SIZE.
965         (parse_args): Change parameter 'argc' to unsigned.
966         Place EXACTLY_TWO_DASHES options into new really_longopts
967         array.
968         If getopt_long_only fails, try calling getopt_long using the
969         really_longopts array.
970         (help): Print a double dash for both EXACTLY_TWO_DASHES and
971         TWO_DASHES options.
973         * ldlex.h: Fix prototype of parse_args.
975         * ld.texinfo: Document that long options starting with 'o'
976         must be preceeded by two dashes.  Change example of a single
977         dashed long option from -oformat to -trace-symbol.
979 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
981         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
982         (longopts[]): New --no-default-excludes option.
983         (gld_${EMULATION_NAME}_list_options): Document.
984         (gld_${EMULATION_NAME}_parse_args): Handle.
986 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
988         * ldlang.c (new_stat): Revert the last beautification with "innocent"
989         whitespace, it breaks the K&R C preprocessor.
991 2000-12-11  DJ Delorie  <dj@redhat.com>
993         * ld.texinfo: Add notes about --whole-archive and gcc.
995 2000-11-18  Fred Fish  <fnf@be.com>
997         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
998         (ld_options): Entry for --allow-shlib-undefined.
999         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
1000         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
1001         to false.
1002         * ld.texinfo: Document new command line switch.
1004 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
1006         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
1007         .fixup is actually read/write.
1008         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1009         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1010         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1012 Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
1014         * NEWS: Add note about x86_64 architecture.
1016 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
1018         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
1019         Set DWARF2 sections to a VMA of zero.
1021 2000-12-01      Joel Sherrill <joel@OARcorp.com>
1023         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
1024         New targets.
1025         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1026         (sparc*-*-rtems*): Switched from a.out to ELF.
1028 2000-11-30  Jan Hubicka  <jh@suse.cz>
1030         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
1031         (eelf_x86_64.c): New.
1032         * Makefile.in: Regenerate.
1033         * configure.tgt: Add support for x86_64-*-linux-gnu*.
1034         * emulparams/elf_x86_64.sh: New.
1036 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
1038         * emulparams/crislinux.sh (ENTRY): Change back to _start.
1039         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
1041         * scripttempl/crisaout.sc: Change all RELOCATING not related to
1042         merging non-a.out sections into CONSTRUCTING.
1044 2000-11-28  Nick Clifton  <nickc@redhat.com>
1046         * ld.1 (COPYING): Mention that the GNU Free Documentation
1047         License is present in the sources, but not the output, and
1048         also available from the GNU website.
1049         (GNU Free Documentation License): Comment out this section.
1051 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
1053         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
1054         does not use them.
1056 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
1058         * ld.1: Remove old date so it does not give the impression the manpage
1059         is way out of date.
1061 2000-11-24  Nick Clifton  <nickc@redhat.com>
1063         * configure.tgt (xscale-coff): Add target.
1064         (xscale-elf): Add target.
1066 2000-11-24  Fred Fish  <fnf@be.com>
1068         * ldmain.c (main): Remove redundant init of config.make_executable
1069         to true.
1071 2000-11-15  Richard Henderson  <rth@redhat.com>
1073         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
1075 2000-11-14  Kazu Hirata  <kazu@hxi.com>
1077         * scripttempl/h8300.sc: Fix formatting.
1078         * scripttempl/h8300h.sc: Likewise.
1079         * scripttempl/h8300s.sc: Likewise.
1081 Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
1083         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
1085 2000-11-09  Philip Blundell  <pb@futuretv.com>
1087         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
1088         around orphan sections whose names can be represented in C.
1090 2000-11-07  Jim Wilson  <wilson@redhat.com>
1092         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
1093         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
1095 2000-11-06  Nick Clifton  <nickc@redhat.com>
1097         * ld.texinfo: Add GNU Free Documentation License.
1098         * ldint.texinfo: Add GNU Free Documentation License.
1099         * ld.1: Add GNU Free Documentation License.
1101 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
1103         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
1104         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
1106         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
1107         Move 2000-11-02 Makefile.in changes to this file.
1108         * Makefile.in: Regenerate.
1110 2000-11-03  Nick Clifton  <nickc@redhat.com>
1112         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
1113         constructors and destructors.
1114         * scripttempl/h8300h.sc: Ditto.
1115         * scripttempl/h8300s.sc: Ditto.
1116         * scripttempl/h8500.sc: Ditto.
1117         * scripttempl/h8500b.sc: Ditto.
1118         * scripttempl/h8500c.sc: Ditto.
1119         * scripttempl/h8500m.sc: Ditto.
1120         * scripttempl/h8500s.sc: Ditto.
1121         * scripttempl/v850.sc: Ditto.
1122         * scripttempl/w65.sc: Ditto.
1123         * scripttempl/z8000.sc: Ditto.
1125 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
1127         * Makefile.in (e_i386_chaos.c): New rule.
1128         (ALL_EMULATIONS): Added e_i386_chaos.o.
1129         * emulparams/elf_i386_chaos.sh: New file.
1130         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
1132 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
1134         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
1135         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
1136         Fix sed invocation, so that it coped with '/' in Solaris 64bit
1137         library path suffix.
1138         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
1140 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
1142         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
1143         for consecutive sections.
1145 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
1147         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
1148         options.
1149         * ld.texinfo: Added notes about this new option.
1151 2000-10-16  Nick Clifton  <nickc@redhat.com>
1153         * emultempl/pe.em (_after_open): Add tests of return values from
1154         bfd functions.  Emit appropriate error messages if necessary.
1156 2000-10-13  Nick Clifton  <nickc@redhat.com>
1158         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
1159         local variables - they are not used, but leave in the call to
1160         bfd_canonicalize_symtab.
1161         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
1162         pe_dll_search_prefix.
1164 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
1166         * emultempl/pe.em (pe_dll_search_prefix): New variable,
1167         (longopts): New --dll-search-prefix option.
1168         (gld_${EMULATION_NAME}_list_options): Document.
1169         (gld_${EMULATION_NAME}_parse_args): Handle.
1170         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
1171         dynamically, search for a dll named '<prefix><basename>.dll'
1172         in preference to 'lib<basename>.dll' if --dll-search-prefix
1173         is specified.
1175 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
1177         * ldlang.c (section_already_linked): Set kept_section instead of
1178         sec->comdat->sec.
1180 2000-10-10  Kazu Hirata  <kazu@hxi.com>
1182         * deffile.h: Fix formatting.
1183         * lexsup.c: Likewise.
1184         * mri.c: Likewise.
1186 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
1188         * pe-dll.c (make_one): Do not generate code thunk for DATA
1189         exports.
1190         (process_def_file): deduce DATA flag for auto-export sumbols.
1192 2000-10-09  Kazu Hirata  <kazu@hxi.com>
1194         * ld.h: Fix formatting.
1195         * ldcref.c: Likewise.
1196         * ldctor.h: Likewise.
1197         * ldemul.c: Likewise.
1198         * ldemul.h: Likewise.
1199         * ldexp.c: Likewise.
1200         * ldexp.h: Likewise.
1201         * ldfile.c: Likewise.
1202         * ldfile.h: Likewise.
1203         * ldlang.c: Likewise.
1204         * ldlang.h: Likewise.
1205         * ldmain.c: Likewise.
1206         * pe-dll.c: Likewise.
1208         * pe-dll.c: Revert some formatting fixes.
1210 2000-10-08  Kazu Hirata  <kazu@hxi.com>
1212         * pe-dll.c: Fix formatting.
1214 2000-10-05  Kazu Hirata  <kazu@hxi.com>
1216         * ldlang.c: Fix formatting.
1218 2000-10-03  DJ Delorie  <dj@redhat.com>
1220         * pe-dll.c (fill_edata): initialize entire block
1221         (make_one): fill in correct section.
1223 2000-10-03  Kazu Hirata  <kazu@hxi.com>
1225         * ldexp.c: Fix formatting.
1227 2000-10-02  DJ Delorie  <dj@redhat.com>
1229         * emultempl/pe.em (gld_*_after_open): detect case where there two
1230         import libraries for same dll; rename one to ensure proper link
1231         order.
1233         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
1234         typo
1235         (generate_edata): fix typo
1237 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
1239         * scripttempl/crisaout.sc (ENTRY): Now __start.
1240         (.text): Add default setting for __start.
1241         Remove CONSTRUCTORS handling.
1242         (/DISCARD/): Add .gnu.warning.*.
1243         * emulparams/crislinux.sh (ENTRY): Now __start.
1244         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
1245         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
1246         (ENTRY): Now __start.
1247         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
1248         (EXECUTABLE_SYMBOLS): Add default setting for __start.
1250 2000-09-29  Kazu Hirata  <kazu@hxi.com>
1252         * deffile.h: Fix formatting.
1253         * ld.h: Likewise.
1254         * ldcref.c: Likewise.
1255         * ldctor.c: Likewise.
1256         * ldctor.h: Likewise.
1257         * ldemul.c: Likewise.
1258         * ldemul.h: Likewise.
1259         * ldexp.c: Likewise.
1260         * ldexp.h: Likewise.
1261         * ldfile.c: Likewise.
1262         * ldfile.h: Likewise.
1263         * ldlang.c: Likewise.
1264         * ldlang.h: Likewise.
1265         * lexsup.c: Likewise.
1266         * mri.c: Likewise.
1267         * pe-dll.c: Likewise.
1269 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
1271         * pe-dll.c (process_def_file): Uninitialized data wasn't
1272         exported with --export-all-symbols switch.
1274 2000-09-28  DJ Delorie  <dj@redhat.com>
1276         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
1277         noname work properly.
1279 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
1281         * ld.texinfo (HPPA ELF32): New section.
1283         * emultempl/hppaelf.em (group_size): New.
1284         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
1285         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
1286         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
1287         options to prevent abbreviations matching.
1288         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
1289         (PARSE_AND_LIST_ARGS_CASES): Handle it.
1291 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1293         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
1294         on the m68*-*-elf target.  Make it support COFF input objects.
1296 2000-09-21  Kazu Hirata  <kazu@hxi.com>
1298         * ldmain.c: Fix formatting.
1299         * ldmisc.c: Likewise.
1300         * ldver.c: Likewise.
1301         * ldwrite.c: Likewise.
1303 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
1305         * ldwrite.c (clone_section): Silence gcc warnings.
1307 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
1309         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
1310         out of memory failure.
1312         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
1313         (clone_section): Handle out of memory failures.  Rename var to
1314         avoid c++ reserved word.
1316 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
1318         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
1319         stub_name param to stub_sec_name.
1320         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
1322 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1324         * emultempl/m68kelf.em: New file.
1325         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
1326         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
1327         * Makefile.in: Regenerate.
1329 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
1331         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
1332         only as needed.
1334 2000-09-13  Nick Clifton  <nickc@redhat.com>
1336         * ldmain.c (multiple_definition): Disable relaxation if
1337         multiple symbol definitions are encountered - otherwise the
1338         linker could abort with an assertion failure.
1340 2000-09-10  Nick Clifton  <nickc@redhat.com>
1342         * mri.c: Fix formatting.
1344 2000-09-07  H.J. Lu  <hjl@gnu.org>
1346         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1347         * configure: Rebuild.
1349 2000-09-07  H.J. Lu  <hjl@gnu.org>
1351         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
1352         * Makefile.in: Rebuild.
1354 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
1356         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
1357         broken list handling.  Create __start_SECNAME and __stop_SECNAME
1358         when no place-holder.  Add some comments.  Test both SEC_CODE and
1359         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
1360         Handle case where no output section statement created.
1362 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
1364         * configure.tgt (sh-*-linux*): Added.
1365         * Makefile.am: Added eshelf_linux and eshlelf_linux.
1366         * Makefile.in: Rebuilt.
1367         * emulparams/shelf_linux.sh: New file.
1368         * emulparams/shlelf_linux.sh: New file.
1370 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
1372         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1373         try shuffling sections when the orphan happens to be the place
1374         holder.  Keep count of unique section names generated so we speed
1375         the search for a new name.
1377 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1379         * configure: Rebuilt with new libtool.m4.
1381 2000-09-05  Nick Clifton  <nickc@redhat.com>
1383         * Makefile.in: Regenerate.
1384         * aclocal.m4: Regenerate.
1385         * configure: Regenerate.
1386         * config.in: Regenerate.
1387         * po/ld.pot: Regenerate.
1389         * ldint.texinfo: Remove CVS revision marker - it foils local
1390         comparisons.
1392         * emultempl/ticoff.em: Remove extraneous comma.
1394 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
1396         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
1397         to stub section flags.
1398         (hppa_for_each_input_file_wrapper): New.
1399         (hppa_lang_for_each_input_file): New.
1400         (lang_for_each_input_file): Define to call above.
1401         (multi_subspace): New.
1402         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
1403         (PARSE_AND_LIST_PROLOGUE): Define.
1404         (PARSE_AND_LIST_LONGOPTS): Define.
1405         (PARSE_AND_LIST_OPTIONS): Define.
1406         (PARSE_AND_LIST_ARGS_CASES): Define.
1407         (hppaelf_finish): Call elf32_hppa_set_gp.
1408         (hppaelf_set_output_arch): Remove.
1409         (LDEMUL_SET_OUTPUT_ARCH): Remove.
1411         * emulparams/hppalinux.sh (ELFSIZE): Define.
1412         (MACHINE): Define.
1413         (OTHER_READONLY_SECTIONS): Define.
1414         (DATA_PLT): Define.
1415         (GENERATE_SHLIB_SCRIPT): Define.
1417         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
1418         to const throughout.  Change `void *' to `PTR' throughout.
1419         (lang_memory_default): Function is local to file, add `static'.
1421         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
1422         (ehppalinux.c): Likewise.
1423         (earmelf.c): Likewise.
1424         (earmelf_linux.c): Likewise.
1425         (earmelf_linux26.c): Likewise.
1426         * Makefile.in: Regenerate.
1428         * ld.h (ld_config_type): Add unique_orphan_sections.
1429         * lexsup.c (OPTION_UNIQUE): Define.
1430         (ld_options): Add "--unique".
1431         (parse_args): Handle it.
1432         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1433         search for an existing output section if unique_orphan_sections is
1434         set.  Make use of bfd_get_unique_section_name rather than
1435         duplicating code here.
1436         * ld.texinfo: Describe --unique.
1438         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
1439         optional arg to split-by-file.
1440         (parse_args): Handle them.
1441         * ld.texinfo: Update description of these options.
1442         * ldwrite.c (clone_section): Pass in the section name.  Replace
1443         local code with bfd_get_unique_section_name.
1444         (split_sections): Tidy code and comments.  Use a list traversal
1445         more appropriate to the list construction.  Handle cooked section
1446         sizes.  Split when split_by_reloc reached rather than exceeded.
1447         Track section size and split when split_by_file reached.  Fix
1448         link_order_tail (even though it's not used).
1449         (ldwrite): Modify condition for calling split_sections to suit
1450         changed split_by_reloc and split_by_file.
1451         * ldmain.c (main): Init config.split_by_reloc and
1452         config.split_by_file to -1.
1453         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
1454         Change split_by_file to bfd_size_type.
1456 2000-09-02  Nick Clifton  <nickc@redhat.com>
1458         * configure.in: Increase version number to 2.10.91.
1459         * NEWS: Mention new ability to support removal of duplicate DWARF2
1460         debug information.
1461         * configure: Regenerate.
1462         * aclocal.m4: Regenerate.
1463         * config.in: Regenerate.
1465 2000-09-02  Daniel Berlin <dberlin@redhat.com>
1467         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
1468         sections.
1469         * scripttempl/elf32avr.sc: Ditto.
1470         * scripttempl/elfd10v.sc: Ditto.
1471         * scripttempl/elfd30v.sc: Ditto.
1472         * scripttempl/elfi370.sc: Ditto.
1473         * scripttempl/elfm68hc11.sc: Ditto.
1474         * scripttempl/elfm68hc12.sc: Ditto.
1475         * scripttempl/elfi386beos.sc: Ditto.
1476         * scripttempl/v850.sc: Ditto.
1478 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1480         * acinclude.m4: Include libtool and gettext macros from the
1481         top level.
1482         * aclocal.m4, configure: Rebuilt.
1484 2000-08-25  Nick Clifton  <nickc@redhat.com>
1486         * ldlang.c (open_output): When choosing the target for a
1487         particular endianness, do nothing if the target is not
1488         supported.
1490 2000-08-25  H.J. Lu  <hjl@gnu.org>
1492         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
1493         check -rpath nor LD_RUN_PATH for cross link.
1494         * ld.texinfo: Document the change.
1496 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
1498         * NEWS: Mention support for CRIS.
1500 2000-08-23  H.J. Lu  <hjl@gnu.org>
1502         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
1503         the current runpath list from bfd_elf_get_runpath_list ()
1504         before search.
1506 2000-08-22  H.J. Lu  <hjl@gnu.org>
1508         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
1509         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
1510         LD_LIBRARY_PATH for native linker. Display the needed DSO if
1511         trace_file_tries is non-zero.
1512         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
1513         if trace_file_tries is non-zero.
1515         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
1516         * NEWS: Mention it.
1518 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
1520         * NEWS: Mention i860 support.
1522 2000-08-14  Andreas Schwab  <schwab@suse.de>
1524         * scripttempl/elf.sc: Fix last change to use correct comment
1525         syntax.
1527 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
1529         * scripttempl/elf.sc: Add a comment giving the correspondence
1530         between sections, per-datum sections, and linkonce sections.  Make
1531         the comment true even for .bss, .sdata, .sdata2, .sbss, and
1532         .sbss2.
1534 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
1536         * emulparams/elf32_i860.sh: New file.
1537         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
1538         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
1539         (eelf32_i860.c): New rule.
1540         * Makefile.in: Regenerate.
1542 2000-08-10  Nick Clifton  <nickc@cygnus.com>
1544         * emulparams/mipspe.sh (ENTRY): Add definition.
1546 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
1548         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
1549         in error message.
1551 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1553         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
1554         the final size of .bss section.
1555         * scripttempl/elfm68hc12.sc: Likewise.
1557 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
1559         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
1560         gld${EMULATION_NAME}_parse_args for consistency.  Combine
1561         lastoptind and prevoptind vars, and keep track of last optind.
1562         (gld_${EMULATION_NAME}_list_options): Rename to
1563         gld${EMULATION_NAME}_list_options.
1565 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
1567         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
1568         (i586-sco-sysv5uw7.1.0).
1570 2000-07-27  H.J. Lu  <hjl@gnu.org>
1572         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
1573         (PARSE_AND_LIST_PROLOGUE): New.
1574         (PARSE_AND_LIST_LONGOPTS): Likewise.
1575         (PARSE_AND_LIST_OPTIONS): Likewise.
1576         (PARSE_AND_LIST_ARGS_CASES): Likewise.
1577         (PARSE_AND_LIST_EPILOGUE): Likewise.
1579 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
1581         * emultempl/armelf.em: Elide functions common to elf32.em,
1582         ie. most of the file.
1583         (arm_elf_after_open): New.  Do arm specific things then call
1584         gld${EMULATION_NAME}_after_open.
1585         (arm_elf_before_allocation): New.  Call
1586         gld${EMULATION_NAME}_before_allocation then do arm specifics.
1587         (PARSE_AND_LIST_PROLOGUE): Define.
1588         (PARSE_AND_LIST_SHORTOPTS): Define.
1589         (PARSE_AND_LIST_LONGOPTS): Define.
1590         (PARSE_AND_LIST_OPTIONS): Define.
1591         (PARSE_AND_LIST_ARGS_CASES): Define.
1592         (LDEMUL_AFTER_OPEN): Define.
1593         (LDEMUL_BEFORE_ALLOCATION): Define.
1594         (LDEMUL_BEFORE_PARSE): Define.
1595         (LDEMUL_FINISH): Define.
1597         * emultempl/hppaelf.em: Similarly zap most of this file.
1598         (hppaelf_add_stub_section): Prototype.
1599         (hppaelf_layaout_sections_again): Prototype.
1600         (hook_in_stub): Prototype.
1601         (LDEMUL_SET_OUTPUT_ARCH): Define.
1602         (LDEMUL_FINISH): Define.
1603         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1605         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
1606         (EXTRA_EM_FILE): New.
1607         * emulparams/armelf_linux.sh: Likewise.
1608         * emulparams/armelf_linux26.sh: Likewise.
1609         * emulparams/hppalinux.sh: Likewise.
1610         * emulparams/hppaelf.sh: Likewise.
1611         (NOP): Define.
1613         * emultempl/elf32.em: Fix formatting.
1614         (EXTRA_EM_FILE): Source it.
1615         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1616         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1617         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1618         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1619         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1620         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1621         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1622         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1623         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
1624         allow functions in this file to be overridden.
1625         (PARSE_AND_LIST_SHORTOPTS): Handle it.
1627         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
1629         * emultempl/elf32.em: Reorganize file.
1631 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
1633         * emulparams/elf64alpha.sh: Implement "-taso" emulation
1634         specific option to fit 64-bit executable in the lower
1635         31-bit address range.  This is done by changing start
1636         address of .interp (the very first section of executable)
1637         and then setting EF_ALPHA_32BIT elf header flag.
1639 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1641         * emultempl/m68kcoff.em: New file.
1642         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
1643         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
1644         generic.em.
1645         * Makefile.in: Regenerate.
1647 2000-07-20  H.J. Lu  <hjl@gnu.org>
1649         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
1650         and "disable-new-dtags" to stop getopt from treating -d/-e as
1651         abbreviations for these options.
1653 2000-07-20  H.J. Lu  <hjl@gnu.org>
1655         * ld.texinfo: Add documentation for --disable-new-dtags and
1656         --enable-new-dtags.
1658         * ldmain.c (main): Initialize link_info.new_dtags to false.
1660         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
1661         --disable-new-dtags and --enable-new-dtags.
1662         (gld_${EMULATION_NAME}_list_options): Likewise.
1664 2000-07-05  Kenneth Block  <krblock@computer.org>
1666         * lexsup.c: Add optional style to demangle switch
1667         * ld.texinfo: Document optional style to demangle switch.
1669 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1671         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
1672         ecrislinux.o.
1673         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
1674         Regenerate dependencies.
1675         * Makefile.in: Rebuild.
1676         * configure.tgt (cris-*-*): New target.
1677         * emulparams/crisaout.sh, emulparams/criself.sh,
1678         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
1679         * po/POTFILES.in, po/ld.pot: Regenerate.
1681 2000-07-20  H.J. Lu  <hjl@gnu.org>
1683         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
1684         Print out ignored -z options.
1686 2000-07-19  H.J. Lu  <hjl@gnu.org>
1688         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
1689         (PARSE_AND_LIST_PROLOGUE): New.
1690         (PARSE_AND_LIST_LONGOPTS): Likewise.
1691         (PARSE_AND_LIST_OPTIONS): Likewise.
1692         (PARSE_AND_LIST_ARGS_CASES): Likewise.
1694         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
1696         * lexsup.c (ld_options): Comment out 'z'.
1697         (parse_args): Likewise.
1699         * emultempl/elf32.em: Include "elf/common.h".
1700         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
1701         options.
1702         (gld_${EMULATION_NAME}_list_options): Likewise.
1704         * ld.texinfo: Add documentation for the recognized -z options.
1706 2000-07-19  H.J. Lu  <hjl@gnu.org>
1708         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
1709         bfd_elf_set_dt_needed_soname ().
1711 2000-07-18  DJ Delorie  <dj@cygnus.com>
1713         * pe-dll.c (pe_dll_id_target): check object target name also
1715 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
1717         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
1718         ${INIT_END} if relocating.
1719         (.fini): Likewise ${FINI_START} and ${FINI_END}.
1721 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
1723         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
1724         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
1725         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
1726         errors introduced by the old dynamic lib search order.
1728 2000-07-17  DJ Delorie  <dj@cygnus.com>
1730         * pe-dll.c (process_def_file): auto-export data items also
1731         (pe_process_import_defs): also see if _imp_ form needed
1733 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
1735         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
1736         for dll import libraries
1738 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
1740         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
1741         gcc 2.95.2 and later.
1743 2000-07-11  Kazu Hirata  <kazu@hxi.com>
1745         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
1746         message.
1748 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
1750         * ldemul.h (struct lang_input_statement_struct): Remove forward
1751         declaration.
1752         (struct search_dirs): Likewise.
1753         * ldfile.h (struct lang_input_statement_struct): Likewise.
1754         Protect file from multiple inclusion.
1755         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
1756         declaration from macro to file scope.
1758         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
1759         * ldgram.y: Likewise here.
1760         * ldlang.c: And here.
1761         * ldmain.c: And here.
1762         * mpw-elfmips.c: And here.
1763         * mpw-eppcmac.c: And here.
1764         * emultempl/aix.em: And here.
1765         * emultempl/armcoff.em: And here.
1766         * emultempl/armelf.em: And here.
1767         * emultempl/armelf_oabi.em: And here.
1768         * emultempl/beos.em: And here.
1769         * emultempl/elf32.em: And here.
1770         * emultempl/hppaelf.em: And here.
1771         * emultempl/linux.em: And here.
1772         * emultempl/lnk960.em: And here.
1773         * emultempl/pe.em: And here.
1774         * emultempl/sunos.em: And here.
1775         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
1776         * mpw-idtmips.c: Ditto.
1777         * emultempl/generic.em: Ditto.
1778         * emultempl/gld960.em: Ditto.
1779         * emultempl/gld960c.em: Ditto.
1780         * emultempl/mipsecoff.em: Ditto.
1781         * emultempl/ticoff.em: Ditto.
1782         * emultempl/vanilla.em: Ditto.
1784         * pe-dll.c: Include ldfile.h
1785         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
1787         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
1788         arguments to bfd_elf32_size_dynamic_sections call.
1789         (gldelf32ebmip_place_orphan): Add missing arguments to
1790         lang_leave_output_section_statement call.
1792 2000-07-10  H.J. Lu  <hjl@gnu.org>
1794         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
1795         DLL_SUPPORT.
1796         (strhash): Likewise.
1797         (compute_dll_image_base): Likewise.
1798         (pe_undef_found_sym): Likewise.
1799         (pe_undef_cdecl_match): Likewise.
1800         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
1801         argument "arch" with ATTRIBUTE_UNUSED.
1803 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
1805         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
1807         From  Ryan Bradetich  <rbradetich@uswest.net>
1808         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
1810 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
1812         Changes to create multiple linker stubs, positioned immediately
1813         before the section where they are required.
1814         * emultempl/hppaelf.em: Include elf32-hppa.h.
1815         (stub_sec, file_chain): Delete.
1816         (hppaelf_create_output_section_statements): Don't make a stub
1817         section here.
1818         (hook_stub_info): New struct.
1819         (hook_in_stub): New function.
1820         (hppaelf_add_stub_section): New function.
1821         (hppaelf_finish): Do nothing for relocateable links.  Modify the
1822         call to elf32_hppa_size_stubs.  Move code for updating section
1823         layout from here...
1824         (hppaelf_layaout_sections_again): ..to here, a new function.
1826         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
1827         broken list handling.  Pass in a pointer to the list.
1828         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
1829         for above changes.
1830         (hppaelf_before_parse): Prototype.
1831         (hppaelf_set_output_arch): Prototype.
1832         (hppaelf_create_output_section_statements): Prototype.
1833         (hppaelf_delete_padding_statements): Prototype.
1834         (hppaelf_finish): Prototype.
1836         Merge from elf32.em
1837         * emultempl/hppaelf.em: Include ctype.h.
1838         (struct orphan_save): New.
1839         (gld${EMULATION_NAME}_place_orphan): New.
1840         (output_rel_find): New.
1841         (hppaelf_get_script): Update from elf32.em.
1842         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
1843         Change emulation_name field to "${EMULATION_NAME}".  Add
1844         gld${EMULATION_NAME}_place_orphan.
1846         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
1847         ehppalinux.o, sort it.  Regenerate dependencies.
1848         (ehppalinux.c): Depend on hppaelf.em
1849         * Makefile.in: Regenerate.
1851         * configure.tgt: targ_emul=hppalinux for hppa*linux
1853         * emulparams/hppalinux.sh: New.
1854         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
1856 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
1858         * lexsup.c (parse_args): Copy section name.
1860 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
1862         * emultempl/pe.em: institute the following search order for
1863         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
1864         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
1865         static lib (libfoo.a) if none of the above are found.
1867 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
1869         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
1870         (longopts): New --{enable,disable}-auto-image-base options.
1871         (gld_${EMULATION_NAME}_list_options): Document.
1872         (gld_${EMULATION_NAME}_parse): Handle.
1873         (strhash): New static function.
1874         (compute_dll_image_base): New static function.
1875         (gld_${EMULATION_NAME}_set_symbols): Use.
1877 2000-07-05  DJ Delorie  <dj@redhat.com>
1879         * MAINTAINERS: new
1881 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
1883         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
1884         * emulparams/elf32btsmip.sh: New file.
1885         * Makefile.am: Add traditional mips target.
1886         * Makefile.in: Rebuild.
1888 2000-07-01  H.J. Lu  <hjl@gnu.org>
1890         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
1891         automake to use YLWRAP.
1892         * Makefile.in: Rebuild.
1894 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1896         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1897         (CLEANFILES): Add DEPA.
1898         * Makefile.in: Regenerate.
1900 2000-06-30  Timothy Wall  <twall@ppc>
1902         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
1903         the page in the upper octet of the address.
1905 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
1907         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
1909 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
1911         * NEWS: arm-elf does --gc-sections too.
1913 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1915         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1916         find one.
1917         * Makefile.in: Regenerate.
1919 2000-06-21  H.J. Lu  <hjl@gnu.org>
1921         * Makefile.am: Rebuild dependency.
1922         * Makefile.in: Rebuild.
1924 2000-06-20  H.J. Lu  <hjl@gnu.org>
1926         * Makefile.am: Rebuild dependency.
1927         * Makefile.in: Rebuild.
1929 2000-06-20  Timothy Wall  <twall@cygnus.com>
1931         * scripttempl/tic54xcoff.sc: New.
1932         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
1933         * gen-doc.texi: Add flag for TI COFF.
1934         * ld.texinfo: Add documentation for TI COFF handling switches.
1935         * emultempl/ticoff.em: New. TI COFF handling.
1936         * configure.tgt: Add tic54x target.
1937         * Makefile.am: Add tic54x target.
1938         * Makefile.in: Ditto.
1940 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
1942         * ldmain.c (set_scripts_dir): Correct pointer comparison when
1943         checking for backslashes.
1945 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
1947         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
1949 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
1951         * NEWS: Update list of targets supporting --gc-sections.
1953         * scripttempl/elf.sc: KEEP .eh_frame contents.
1954         * scripttempl/elfd30v.sc: Same here.
1956 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
1958         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
1959         and m68hc11 (elf).
1960         * Makefile.in: Rebuild.
1961         * configure.tgt: Recognize m68hc12 and m68hc11.
1962         * scripttempl/elfm68hc12.sc: New file.
1963         * emulparams/m68hc12elfb: New emulation.
1964         * emulparams/m68hc12elf: New emulation.
1965         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
1966         (includes a memory.x script to define the ROM and RAM banks).
1967         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
1968         New configuration files for support of Motorola 68hc11
1970 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
1972         * ldmain.c (main): Only change SEC_READONLY for final link.
1974 2000-06-13  H.J. Lu  <hjl@gnu.org>
1976         * configure: Regenerate.
1978 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1980         * configure.in (VERSION): Update to show this is the CVS mainline.
1982 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1984         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
1985         input objects to be ECOFF.
1986         (check_sections): einfo takes %B, not %P, to print a BFD name.
1988 2000-06-05  Michael Matz <matz@ifh.de>
1990         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
1991         version scripts.
1993         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
1995 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
1997         * emulparams/avr1200.sh (STACK): Define as 0.
1998         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1999         * emulparams/avr4433.sh (STACK): Likewise.
2000         * emulparams/avr44x4.sh (STACK): Likewise.
2001         * emulparams/avr85xx.sh (STACK): Likewise.
2002         * emulparams/avrmega103.sh (STACK): Likewise.
2003         * emulparams/avrmega161.sh (STACK): Likewise.
2004         * emulparams/avrmega603.sh (STACK): Likewise.
2005         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
2006         (__stack): Define from ${STACK} for main().
2008 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2010         * Makefile.am: Update dependencies with "make dep-am"
2011         * Makefile.in: Regenerate.
2013 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2015         * ldmain.c: Include filenames.h.
2016         (set_scripts_dir): Support backslashes in program name.
2018 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
2020         * ldmain.c (main): When deciding if ".text" section should be
2021         read-only, don't forget to reset SEC_READONLY because it
2022         could be already set.
2024 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
2026         * ld.1: Add documentation for new command line option:
2027                 --section-start <sectionname>=<sectionorg>
2028         This is a generic version of -Ttext etc. which accepts
2029         any section name as a parameter instead of just text/data/
2030         bss.
2031         * ld.texinfo: More docs.
2032         * NEWS: More docs.
2033         * lexsup.c: (parse_args): Recognize new command line option.
2034         (ld_options): Add new option.
2036 2000-05-18  H.J. Lu  <hjl@gnu.org>
2038         * lexsup.c (parse_args): `i' == `r', not `q'.
2040 Thu May 18 10:47:57 2000  Jeffrey A Law  (law@cygnus.com)
2042         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
2044 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
2045               Rick Gorton          <gorton@scrugs.lkg.dec.com>
2047         Add support for '-q' == '--emit-relocs' switch.
2048         * ldmain.c (main): Default to false.
2049         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
2050         * NEWS: Describe the emitrelocations switch.
2051         * ld.texinfo: Describe the emitrelocations switch.
2053 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
2055         * emultempl/pe.em (_open_dynamic_archive): New function: Search
2056         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
2057         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
2058         link options.
2060 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
2062         * lexsup.c (parse_args): Update the year in the copyright notice.
2064 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
2066         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
2067         Replace defines with those from intl/libgettext.h to quieten gcc
2068         warnings.
2070 2000-05-10  H.J. Lu  <hjl@gnu.org>
2072         * ldlang.c (open_input_bfds): Don't load the same file within
2073         a group again if the whole archive has been loaded already.
2075 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
2077         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
2078         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
2079         strtoul.
2081 Mon May  1 17:34:34 2000  Jim Wilson  <wilson@cygnus.com>
2083         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
2085         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2086         host "ia64-*-linux-gnu*".
2088 2000-04-29  Andreas Jaeger  <aj@suse.de>
2090         * ld.h: Correctly check GCC version.
2092 Tue Apr 25 11:20:43 2000  Jeffrey A Law  (law@cygnus.com)
2094         * Makefile.am: Add PA64 support.  Add missing dependencies for
2095         PA32 elf support.
2096         * Makefile.in: Rebuilt.
2097         * configure.tgt: Add PA64 support (currently disabled).
2099 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
2101         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
2102         (output_rel_find): New function.
2103         (hold_section, hold_use): Delete.
2104         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2105         hold_interp): Make local to place_orphan.
2106         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
2107         rather than place_section to find possible previous use of orphan.
2108         Similarly find the place-holder output sections.  Use returned
2109         value from lang_enter_output_section_statement rather than calling
2110         lang_output_section_statement_lookup.
2111         * emultempl/armelf.em: Same here.
2112         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
2114         * ldlang.c (lang_enter_output_section_statement): Return output
2115         section statement.
2116         * ldlang.h (lang_enter_output_section_statement): Change
2117         declaration too.
2119         * ldlang.h (lang_output_section_statement): Export it.
2120         * ldlang.c (lang_output_section_statement): Ditto.
2122 2000-04-24  Nick Clifton  <nickc@cygnus.com>
2124         * ld.texinfo (Output Section Data): Add note that section data
2125         commands cannot appear outside of section directives.
2127 2000-04-2  Matthew Green  <mrg@cygnus.com>
2129         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
2131 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
2132                           David Mosberger  <davidm@hpl.hp.com>
2134         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
2135         (eelf64_ia64.c): New rule.
2136         * Makefile.in: Rebuild.
2137         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
2138         * emulparams/elf64_ia64.sh: New file.
2140 2000-04-21  Richard Henderson  <rth@cygnus.com>
2142         * scripttempl/elfd30v.sc: Place .gcc_except_table.
2144 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
2146         * dep-in.sed: Match space at start of file name, not at end.
2148 2000-04-18  H.J. Lu  <hjl@gnu.org>
2150         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
2151         lang_leave_output_section_statement () after calling
2152         lang_enter_output_section_statement ().
2153         * emultempl/armelf.em: Likewise.
2155 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
2157         * emultempl/elf32.em (struct orphan_save): Add section field.
2158         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
2159         better order, and place first orphan section as we did before the
2160         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
2161         Don't call make_bfd_section here, let wild_doit do the job for us.
2162         Don't build a statement list when we'll only throw it away.
2163         * emultempl/armelf.em: Ditto.
2164         * emultempl/pe.em: Similarly.
2166 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
2168         * scripttempl/elfppc.sc: Remove.
2169         * emulparams/elf32ppc.sh: Use elf.sc.
2170         * emulparams/elf32lppc.sh: Use elf.sc.
2171         * emulparams/elf32ppclinux.sh: Use elf.sc.
2172         * emulparams/elf32ppcsim.sh: New file.
2173         * emulparams/elf32lppcsim.sh: New file.
2174         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
2175         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
2176         * Makefile.in: Regenerate.
2177         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
2179 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
2181         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
2182         ~SEC_ALLOC sections too.  Init start address of debug sections.
2183         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
2184         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
2185         Also set all relocateable section start addresses.
2187 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
2189         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
2190         Add new BSS_PLT variable for when .plt need not be contained in
2191         the file.  Move _etext so that it is also after .fini, and provide
2192         both etext and _etext with a leading underscore.  Mark the start
2193         and end of .sbss.
2195 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
2197         * emultempl/elf32.em (struct orphan_save): New.
2198         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2199         hold_interp): Make them struct orphan_save.
2200         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
2201         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
2202         the end of the relevant section list.  Also add associated section
2203         statements to the end of any previous orphan statements.
2204         * emultempl/armelf.em: Similarly.
2205         * emultempl/pe.em: Similarly.
2207 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
2209         * ld.texinfo (Simple Example): Remove extraneous paragraph.
2211 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
2213         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
2214         --enable-build-warnings option.
2215         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2216         * Makefile.in, configure: Re-generate.
2218 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
2220         * po/ld.pot: Regenerate.
2222         * lexsup.c (help): Restore translated part of bug string.
2224         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2225         (DEP): Quote when passing vars to sub-make.  Add warning message
2226         to end.
2227         (DEP1): Rewrite for "gcc -MM".
2228         (CLEANFILES): Add DEP2.
2229         Update dependencies.
2230         * Makefile.in: Regenerate.
2232 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
2234         * ld.h: #include "bin-bugs.h"
2235         * lexsup.c (help): Use REPORT_BUGS_TO.
2237 2000-03-27  Denis Chertykov  <denisc@overta.ru>
2239         * configure.tgt (avr-*-*): New target support.
2240         * Makefile.am: Likewise.
2241         * scripttempl/elf32avr.sc: New script file.
2242         * emulparams/avr1200.sh: New file.
2243         * emulparams/avr23xx.sh: New file.
2244         * emulparams/avr4433.sh New file.
2245         * emulparams/avr44x4.sh New file.
2246         * emulparams/avr85xx.sh New file.
2247         * emulparams/avrmega103.sh New file.
2248         * emulparams/avrmega161.sh New file.
2249         * emulparams/avrmega603.sh New file.
2250         * Makefile.in: Regenerate.
2252 2000-03-09  Andreas Jaeger  <aj@suse.de>
2254         * Makefile.am (check-DEJAGNU): Also unset LANG.
2255         * Makefile.in: Rebuild.
2257 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
2259         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
2260         archive.
2262 2000-03-02  H.J. Lu  <hjl@gnu.org>
2264         * emulparams/elf32mcore.sh: Include "getopt.h".
2266 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
2268         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
2270 2000-03-01  H.J. Lu  <hjl@gnu.org>
2272         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
2273         * emulparams/shpe.sh: Likewise.
2275 2000-03-01  Nick Clifton  <nickc@cygnus.com>
2277         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
2278         to unused parameters.
2280         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
2281         functions only used by DLL code.
2282         (_place_orphan): Initialise 'dollar'.
2284 2000-03-01  H.J. Lu  <hjl@gnu.org>
2286         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
2287         indicate if the undefined symbol is a fatal error or not.
2288         Don't delete the output file if "fatal" is false.
2290 2000-02-29  H.J. Lu  <hjl@gnu.org>
2292         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
2293         Set LC_COLLATE and LC_ALL to null and export them. It is for
2294         sort which expects the C locale.
2295         Add $(LIBS) to all $(HOSTING_LIBS).
2296         * Makefile.in: Rebuild.
2298 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
2300         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
2301         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
2302         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
2303         (ld_emulation_xfer_struct): Add missing NULL initialiser for
2304         find_potential_libraries.
2306 2000-02-28  Jim Blandy  <jimb@redhat.com>
2308         * ldgram.y (exclude_name_list): Don't require a comma to separate
2309         list entries; the lexer considers commas to be valid part of a
2310         filename, so in something like `foo, bar' the comma is considered
2311         part of the first filename, `foo,'.
2312         * ld.texinfo: Update section on EXCLUDE_FILE lists.
2314 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
2316         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2317         host "i[3456]86-*-freebsdelf*".
2319 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
2321         * scripttempl/i386go32.sc: Move misplaced semicolons.
2323 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
2325         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
2326         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
2327         (eelf64hppa.c, ehppaelf.c): Remove targets.
2328         * Makefile.in: Rebuild.
2330 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2332         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
2333         GNU/Linux/sparc, but keep the default as 32.
2335         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
2336         it default if sparcv9 or sparc64.
2338 2000-02-24  Nick Clifton  <nickc@cygnus.com>
2340         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
2341         * Makefile.in: Regenerate.
2342         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
2344         * ldemul.h (ld_emulation_xfer_struct): Add new field:
2345         find_potential_libraries.
2346         * ldemul.c (ldemul_find_potential_libraries): New function.
2348         * ldfile.c (ldfile_open_file_search): Allow function to be
2349         exported.
2350         (ldfile_open_file): Call ldemul_find_potential_libraries.
2351         * ldfile.h: Add prototype for ldfile_open_file_search.
2353         * pe-dll.c: Add support for ARM, MIPS and SH targets.
2355         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
2356         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
2358         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
2359         (gld_X_find_potential_libraries): New function.  Search for
2360         libraries called "*.lib".
2362         * scripttempl/pe.sc: Add .pdata section.
2364 2000-02-23  Richard Henderson  <rth@cygnus.com>
2366         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
2367         Add and use memory regions.
2369 2000-02-23  Linas Vepstas (linas@linas.org)
2371         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
2373         * Makefile.am: Add support for Linux/IBM 370.
2374         * configure.tgt: Likewise.
2376         * Makefile.in: Regenerate.
2378 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
2380         * ldlang.c (print_input_section, print_data_statement,
2381         print_reloc_statement, print_padding_statement, insert_pad,
2382         size_input_section, lang_check_section_addresses,
2383         lang_size_sections, lang_do_assignments, lang_set_startof,
2384         lang_one_common): Change `opb' to unsigned.
2385         (lang_do_assignments): Also change `size' to unsigned.
2387 2000-02-16  Richard Henderson  <rth@cygnus.com>
2389         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
2391 2000-02-16  Timothy Wall  <twall@cygnus.com>
2393         * mri.c (mri_draw_tree): Add default LMA region argument to call
2394         to lang_leave_output_section_statement.
2395         * ldlang.h: Update prototypes with LMA region arguments.
2396         * ldlang.c (lang_size_sections): Encapsulate region bounds
2397         checking in os_check_region call.
2398         (os_check_region): New function.
2399         (lang_output_section_statement_lookup): Initialize lma_region.
2400         (lang_leave_output_section_statement): Add LMA region argument.
2401         (lang_leave_overlay): Ditto.
2402         * ldgram.y: Handle LMA region syntax.
2403         * ld.texinfo (Output Section Description): Describe LMA region usage.
2404         * emultempl/armelf.em (gld$place_orphan): Add default value for
2405         lma region in call to lang_leave_output_section_statement.
2406         * emultempl/elf32.em (gld$place_orphan): Add default value for
2407         lma region in call to lang_leave_output_section_statement.
2408         * emultempl/pe.em (gld$place_orphan): Add default value for
2409         lma region in call to lang_leave_output_section_statement.
2412 2000-02-04  Timothy Wall  <twall@redhat.com>
2414         * ldlang.c (lang_check_section_addresses): Use bytes instead of
2415         octets when calculating section end addresses.
2417 2000-02-04  Timothy Wall  <twall@redhat.com>
2419         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
2421 2000-02-03  Timothy Wall <twall@redhat.com>
2423         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
2424         octet count.
2425         * ldlang.c (print_input_section, print_data_statement,
2426         print_reloc_statement, print_padding_statement): Print target
2427         address values and section sizes as bytes, not octets.
2428         (insert_pad) Calculate padding size in octets, and adjust "dot"
2429         by bytes.
2430         (size_input_section) Always adjust "dot" by bytes, not octets.
2431         (lang_check_section_addresses, lang_do_assignments) Adjust
2432         "dot" by bytes, not octets.  Use the larger of the directive size
2433         or octets_per_byte for the number of octets actually allocated in
2434         the output section.
2435         (lang_set_startof) Make sure STARTOF returns a target address.
2436         (lang_one_common) Record size changes in octets.
2437         (lang_abs_symbol_at_end_of) Section end symbol's value is
2438         recorded in target bytes.
2439         * ld.texinfo:   Updated description of BYTE, SHORT, LONG, etc.
2440         to be clear about behavior when an octet is smaller than one byte.
2442 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
2444         * ldcref.c (output_cref): Don't pass message strings to printf
2445         as format arg.
2446         Update copyright.
2448         * ldmisc.c (vfinfo): Same here.
2449         Update copyright.
2451 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
2453         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
2454         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
2455         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
2456         Add missing NULL initialisers, and comments.
2458         * testsuite/ld-srec/sr3.cc (__rethrow): New.
2460 2000-01-21  Nick Clifton  <nickc@cygnus.com>
2462         * ldlang.c (lang_size_sections): Fix typo in comment.
2464 2000-01-18  H.J. Lu  <hjl@gnu.org>
2466         * ldlang.c (lang_size_sections): Also update the current
2467         address of a region if the SEC_NEVER_LOAD bit is not set.
2469 2000-01-10  Philip Blundell  <pb@futuretv.com>
2471         * configure.tgt (arm*-*-conix*): New target.
2473 2000-01-07  Nick Clifton  <nickc@cygnus.com>
2475         * ld.texinfo (Options): Remind users to preceed linker command
2476         line switches with -Wl, (or whatever is appropriate) if it is
2477         being invoked by a comnpiler driver program.
2478         Fix description of the behaviour of the -n command line switch.
2480 Wed Jan  5 08:02:12 2000  Catherine Moore  <clm@cygnus.com>
2482         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
2483         (name_list): New.
2484         * ld.texinfo (EXCLUDE_FILE): Update documentation.
2485         * ldgram.y (wildcard_spec): Support a list of excluded_files.
2486         (exclude_name_list): New.
2487         ldlang.c (walk_wild_section): Support list of excluded files.
2488         (print_wild_statement): Likewise.
2489         (lang_add_wild): Likewise.
2490         * ldlang.h (lang_wild_statement_type): Likewise.
2491         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
2493 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2495         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
2496         (process_def_file): Use.
2497         (pe_dll_compat_implib): New variable.
2498         (make_one): Use.
2500         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
2501         pe_dll_compat_implib.
2503         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
2504         compat-implib options.
2505         (gld_${EMULATION_NAME}_list_options): List new options.
2506         (gld_${EMULATION_NAME}_parse_args): Handle.
2508         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
2509         dll.
2511         * deffilep.y (opt_name): Allow "." in name.
2513 For older changes see ChangeLog-9899
2515 Local Variables:
2516 mode: change-log
2517 left-margin: 8
2518 fill-column: 74
2519 version-control: never
2520 End: