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