* configure.tgt (LIB_PATH): Default to searching w32api directory under cygwin.
[external/binutils.git] / ld / ChangeLog
1 2002-11-11  Christopher Faylor  <cgf@redhat.com>
2
3         * configure.tgt (LIB_PATH): Default to searching w32api directory under
4         cygwin.
5
6 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
7
8         * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
9         of restricted auto-export libs.
10
11 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
12
13         * pe-dll.c (autofilter_liblist): Generalize library names to catch more
14         creative library naming instances like, e.g., libstdc++-2.a.
15
16 2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
17
18         * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
19         * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
20
21 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
22
23         * deffilep.y (def_lex): Handle '@' as first character of an ID.
24         * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
25         (make_one): Don't prefix decorated fastcall symbols with '_'.
26         (pe_process_import_defs): Likewise.
27         * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
28         symbols to cdecl names or vise-versa.
29
30 2002-10-13  Eric Kohl  <ekohl@rz-online.de> 
31
32         * pe-dll.c (process_def_file): Handle fastcall symbols when
33         generating undecorated aliases.  Don't prefix decorated fastcall
34         symbols with '_'.
35         (fill_exported_offsets): Don't prefix decorated fastcall symbols
36         with '_'.
37
38 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
39
40         * emultempl/aix.em: Use include <> for generated headers.
41         * emultempl/beos.em: Likewise.
42         * emultempl/elf32.em: Likewise.
43         * emultempl/pe.em: Likewise.
44         * ldctor.c: Likewise.
45         * ldexp.c: Likewise.
46         * ldfile.c: Likewise.
47         * ldlang.c: Likewise.
48         * ldlex.c: Likewise.
49         * ldlex.l: Likewise.
50         * ldmain.c: Likewise.
51         * ldmisc.c: Likewise.
52         * ldwrite.c: Likewise.
53         * lexsup.c: Likewise.
54         * mri.c: Likewise.
55         * pe-dll.c: Likewise.
56
57 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
58
59         * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
60         sections into .rel{,a}.dyn.
61
62 2002-10-23  Nick Clifton  <nickc@redhat.com>
63
64         * lexsup.c (OPTION_NO_OMAGIC): Define.
65         (ld_options): Add "no-omagic" option.
66         (parse_args): Parse --no-omagic.
67         * ld.texinfo: Document --no-omagic.
68         * NEWS: Mention new option.
69
70 2002-10-21  Danny Smith  <dannysmith@users.sourceforeg.net>
71
72         * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
73         __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
74
75 2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
76
77         * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
78         emulation name.  Set LIB_PATH only for native tools, and
79         search the ABI-specific versions of NATIVE_LIB_DIRS before the
80         .../lib variants, not instead of them.  Mostly copied from...
81         * emulparams/elf32ppc.sh: ... here.  Fixed typo.
82         * emulparams/elf64bmip-defs.sh: Backed out.
83         * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
84         * emulparams/elf64btsmip.sh: Likewise.
85         (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
86         TEXT_DYNAMIC): Removed.
87
88 2002-10-17  Alexandre Oliva  <aoliva@redhat.com>
89
90         * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
91         (GENERATE_SHLIB_SCRIPT): Set to yes.
92         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
93         * emulparams/elf32bmipn32.sh: here.
94         (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
95         * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
96         * emulparams/elf64bmip-defs.sh: New file.  Extend
97         elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
98         * emulparams/elf64bmip.sh: Bring in definitions from
99         elf64bmip-defs.sh.
100         (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
101         settings.
102         (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
103         * emulparams/elf64btsmip.sh: Bring in definitions from
104         elf64bmip-defs.sh.
105         (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
106         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
107
108 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
109
110         * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
111         (s390-*-linux*): Add elf64_s390 emulation if want64.
112         * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
113         genscript.sh changes.
114         * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
115         * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
116
117 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
118
119         * ldlang.c (load_symbols): Revert last change.
120
121 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
122
123         * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
124         just_syms_flag.
125         (lang_reasonable_defaults): Don't compare against false.
126         (size_input_section): Likewise.
127         (lang_size_sections_1): Likewise.
128         (lang_do_assignments): Likewise.
129         (lang_add_output): Likewise.
130
131         * Makefile.am: Run "make dep-am".
132         * Makefile.in: Regenerate.
133         * ldver.c: #include "bfdver.h".
134
135 2002-10-13  Stephane Carrez  <stcarrez@nerim.fr>
136
137         * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
138         .finiN section.
139         * scripttempl/elfm68hc12.sc: Likewise.
140
141 2002-10-11  Alan Modra  <amodra@bigpond.net.au>
142
143         * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
144
145         * ldgram.y (memory_spec): Provide empty action.
146         (section <NAME>): Likewise.
147
148 2002-10-10  Jakub Jelinek  <jakub@redhat.com>
149
150         * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
151         they have OUTPUT_FORMAT not matching actual output format.
152         * ldlang.c (lang_get_output_target): New function.
153         (open_output): Use it.
154         * ldlang.h (lang_get_output_target): New prototype.
155
156 2002-10-10  Alan Modra  <amodra@bigpond.net.au>
157
158         * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
159         when orphan is .rel, .rela when orphan is .rela.
160         (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
161         first.  Remove outsecname var.
162
163 2002-10-09  Richard Shann <richard.shann@superh.com>
164             Stephen Clarke <stephen.clarke@superh.com>
165
166         * Makefile.am: Add eshelf32_linux.o and
167         eshlelf32_linux.o, new emulations for sh64 Linux.
168         * Makefile.in: Regenerate.
169         * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
170         * emulparams/shelf32_linux.sh: New file.
171         * emulparams/shlelf32_linux.sh: New file.
172
173 2002-10-08  H.J. Lu <hjl@gnu.org>
174
175         * ldlang.c (lang_file_exist): Removed.
176         (new_afile): Revert the last change.
177         * ldlang.h (lang_file_exist): Removed.
178         * lexsup.c (parse_args): Revert the last change.
179
180 2002-10-07  Ralf Habacker  <Ralf.Habacker@freenet.de>
181
182         * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
183         auto-import symbols.
184         (make_one): Create _nm_<symbol> for data only.
185
186 2002-10-05  Elias Athanasopoulos  <eathan@otenet.gr>
187
188         * ldlang.c (lang_file_exist): New function.
189         (new_afile): Abort if the filename to be added matches the linker
190         output filename.
191         * ldlang.h: Add prototype for lang_file_exist.
192         * lexsup.c (parse_args): Abort if the output filename matches
193         one of the input filenames.
194
195 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
196
197         * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
198
199 2002-09-30  Alan Modra  <amodra@bigpond.net.au>
200
201         * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
202         * scripttempl/elfm68hc11.sc: Likewise.
203         * scripttempl/elfm68hc12.sc: Likewise.
204
205         * emultempl/elf32.em (output_rel_find): Always place orphan loadable
206         reloc sections just before .rel.plt/.rela.plt.
207         (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
208         Only put loadable reloc sections in hold_rel.
209
210 2002-09-29  H.J. Lu <hjl@gnu.org>
211
212         * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
213
214 2002-09-25  Daniel Jacobowitz  <drow@mvista.com>
215
216         From "Anita Kulkarni" <AnitaK@kpit.com>
217         * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
218         sections.
219
220 2002-09-25  Alan Modra  <amodra@bigpond.net.au>
221
222         * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
223         TARGET_PAGE_SIZE.
224         * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
225         SEGMENT_SIZE alignment.
226         * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
227         (SEGMENT_SIZE): Define.
228
229         * ldexp.c (fold_unary): New.  Split out from exp_fold_tree.
230         (fold_binary): Correct abs - non-abs case.
231         (fold_trinary): New.  Split out from exp_fold_tree.
232
233 2002-09-24  Alan Modra  <amodra@bigpond.net.au>
234
235         * emulparams/elf64ppc.sh (DATA_ADDR): Define.
236         * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
237         for start of .data, instead align up to 256M boundary.
238         * scripttempl/aix.sc: Likewise.
239
240 2002-09-22  Mark Elbrecht  <snowball3@softhome.net>
241
242         * scripttempl/i386go32.sc: Handle bss unique sections.
243
244 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
245
246         * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
247
248 2002-09-17  Stan Cox  <scox@redhat.com>
249
250         * emulparams/elf32bmipn32-defs.sh: New file.
251         * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
252         * emulparams/elf32btsmipn32.sh: Likewise.
253         * emulparams/elf64bmip.sh: Likewise.
254         * emulparams/elf64btsmip.sh: Likewise.
255
256 2002-09-16  Bruno Haible  <bruno@clisp.org>
257
258         * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
259         elf32-i386-freebsd.
260         * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
261         elf64-alpha-freebsd.
262
263 2002-09-11  Nick Clifton  <nickc@redhat.com>
264
265         * NEWS: New TI port supports both C4x and C3x series of DSPs.
266
267         * po/tr.po: Updated Turkish translation.
268
269 2002-09-06  Jeffrey A Law  (law@redhat.com)
270
271         * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
272
273 2002-09-02  Nick Clifton  <nickc@redhat.com>
274
275         * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
276         __ep.
277         * emulparams/v850.sh (TEMPLATE_NAME): Define.
278
279 2002-08-30  Nick Clifton  <nickc@redhat.com>
280
281         * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
282         used.  Change INSN to start at 0x01000000 and extend for
283         256K (ignoring holes).  Start the STACK on a word aligned
284         boundary.
285         (.rodata): Start it at the READONLY_START_ADDR.
286
287 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
288
289         * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
290
291 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
292
293         * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
294         added makefile targets for this file.
295         * Makefile.in: Regenerate.
296         * configure.tgt: Added tic4x-coff and c4x-coff emulations.
297         * NEWS: Mention new port.
298
299 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
300
301         * emulparams/tic3xcoff.sh: New file.
302         * emulparams/tic4xcoff.sh: New file.
303         * scripttempl/tic3xcoff.sc: New file.
304         * scripttempl/tic4xcoff.sc: New file.
305
306 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
307
308         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
309         strtoul and strtoull with bfd_scan_vma.
310         (gld${EMULATION_NAME}_read_file): Likewise.
311
312 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
313
314         * configure.tgt: Remove h8[35]00-*-hms*.  Add h8500-*-rtems*.
315
316 2002-08-27  Egor Duda  <deo@logos-m.ru>
317
318         * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
319         Add symbols for application to access them.
320
321 2002-08-27  Nick Clifton  <nickc@redhat.com>
322
323         * emultempl/armelf.em:  Revert this patch, it is not needed.
324
325         2002-08-22  Adam Nemet  <anemet@lnxw.com>
326
327 2002-08-20 Dan Kegel <dank@kegel.com>
328
329         * configure.in: added --with-lib-path argument to ld's configure
330         to set LIB_PATH.
331         * ld/NEWS: Document new switch.
332         * ld/README: Mention new switch.
333         * configure: Regenerate.
334         * Makefile.in: Regenerate.
335
336         Based on this patch:
337         2001-04-25  Christopher Faylor <cgf@cygnus.com>
338
339         * Makefile.in (LIB_PATH): Make configurable.
340         (GENSCRIPTS): Set LIB_PATH in environment.
341         * configure.in: Substitute LIB_PATH.
342
343 2002-08-22  Adam Nemet  <anemet@lnxw.com>
344
345         * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
346         (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
347         depending on the type of the function.
348         (arm_elf_convert_thumb_symbol_to_address): New function.
349
350 2002-08-22  Graeme Peterson  <gp@qnx.com>
351
352         * Makefile.am: Add esh{l}elf_nto.o files.
353         * Makefile.in: Regenerate.
354         * configure.tgt: Add support for sh-**-nto* targets.
355         * emulparams/shelf_nto.sh: New file.
356         * emulparams/shlelf_nto.sh: New file.
357
358 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
359
360         * ldlang.c (offsetof): Define if not defined.
361
362 2002-08-14  H.J. Lu <hjl@gnu.org>
363
364         * configure.tgt: Always enable 64bit emulations for 32bit
365         Linux/mips.
366
367 2002-08-13  Alan Modra  <amodra@bigpond.net.au>
368
369         * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
370         (MAXPAGESIZE): Set to 1.
371
372         * ld.h (ALIGN_N): Delete.
373         * ldexp.h (align_n): Declare.
374         * ldexp.c (align_n): New function.
375         (fold_binary): Use align_n instead of ALIGN_N.
376         (exp_fold_tree): Likewise.
377         * ldlang.c (lang_size_sections_1): Likewise.
378         (lang_one_common): Likewise.
379         * ld.texinfo (ALIGN): Remove power of 2 restriction.
380
381 2002-07-31  Graeme Peterson  <gp@qnx.com>
382
383         * configure.tgt: Add support for powerpc{le}-*-nto* targets.
384         * Makefile.am: Add eelf32{l}ppcnto.o files.
385         * Makefile.in: Regenerate.
386         * emulparams/elf32lppcnto.sh: New file.
387         * emulparams/elf32ppcnto.sh: New file.
388
389 2002-08-07  H.J. Lu <hjl@gnu.org>
390
391         * ld.texinfo: Document --no-undefined-version.
392
393         * ldlang.c (lang_new_vers_pattern): Set the `symver' and
394         `script.' fields to 0.
395
396         * ldmain.c (main): Initialize the allow_undefined_version to
397         true.
398
399         * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
400         (ld_options): Add --no-undefined-version.
401         (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
402
403 2002-08-07  Nick Clifton  <nickc@redhat.com>
404
405         * emultempl/armelf.em (arm_elf_before_allocation): Only search for
406         an interworking bfd if there are input bfds. (107501)
407
408 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
409
410         * emultempl/aix.em (gld*_before_parse): Set default arch.  Reverts
411         2002-05-10 change.
412
413 2002-08-01  Nick Clifton  <nickc@redhat.com>
414
415         * emulparams/armelf.sh: Revert previous delta.
416         * scripttempl/elf.sc: Revert previous delta.
417
418 2002-07-31  H.J. Lu <hjl@gnu.org>
419
420         * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
421         --enable-64-bit-bfd.
422
423 2002-07-31  H.J. Lu <hjl@gnu.org>
424
425         * configure.tgt: Enable x86-64 emulation for Linux/i386 if
426         64bit BFD is selected.
427
428 2002-07-31  H.J. Lu <hjl@gnu.org>
429
430         * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
431         if 64bit BFD is selected.
432
433 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
434
435         * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
436         link_info.common_skip_ar_aymbols.
437         * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
438
439         * ldmain.c (main): Initialize new field
440         link_info.common_skip_ar_aymbols.
441
442 2002-07-31  Adam Nemet  <anemet@lnxw.com>
443
444         * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable.  Set it
445         to .plt.thumb.
446         * scripttempl/elf.sc: Comment it.  Use the same way as ${PLT} is
447         used.
448
449 2002-07-31  Nick Clifton  <nickc@redhat.com>
450
451         * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
452         of the PDP-11 and 2.11BSD a.out support.
453
454 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
455
456         * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
457         for n32 ABI support.
458         * Makefile.in: Regenerate.
459         * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
460         n32 ABI emulations for these 64 bit targets.
461         * emulparams/elf32bmipn32.sh: Expand comment.
462         * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
463         n32 ABI.
464         * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
465
466 2002-07-30  Graeme Peterson  <gp@qnx.com>
467
468         * configure.tgt: Add support for arm-*-nto target.
469         * Makefile.am: Add earmnto.o file.
470         * Makefile.in: Regenerate.
471         * NEWS: Mention port of ARM support to QNX.
472         * emulparams/armnto.sh: New file.
473
474 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
475
476         * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
477         for relocatable link.
478         (lang_size_sections_1): Don't make .tbss zero size for relocatable
479         link.
480
481 2002-07-26  Bernd Schmidt  <bernds@redhat.com>
482
483         * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
484         (STACK_ADDR): New.
485
486 2002-07-25  Nick Clifton  <nickc@redhat.com>
487
488         * po/sv.po: Updated Swedish translation.
489         * po/es.po: Updated Spanish translation.
490         * po/fr.po: Updated French translation.
491
492 2002-07-24  Nick Clifton  <nickc@redhat.com>
493
494         * po/sv.po: Updated Swedish translation.
495         * po/es.po: Updated Spanish translation.
496
497 2002-07-23  Nick Clifton  <nickc@redhat.com>
498
499         * po/fr.po: Updated French translation.
500
501 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
502
503         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
504         bomb on /DISCARD/ input section.
505         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
506         * emultempl/mmo.em (mmo_place_orphan): Likewise.
507
508 2002-07-19  Hans-Peter Nilsson  <hp@bitrange.com>
509
510         * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
511         output section.
512
513 2002-07-16  Denis Chertykov  <denisc@overta.ru>
514             Nick Clifton  <nickc@redhat.com>
515             Frank Ch. Eigler  <fche@redhat.com>
516             John Healy  <jhealy@redhat.com>
517
518         * configure.tgt: Add support for ip2k-elf.
519         * Makefile.am: Add support for ip2k-elf.
520         * Makefile.in: Regenerate.
521         * emulparams/elf32ip2k.sh: New file.
522         * scripttempl/ip2k.sc: New file
523         * NEWS: Mention support for new port.
524
525 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
526
527         * NEWS: Add 'Changes in 2.13'.
528
529 2002-07-14  H.J. Lu <hjl@gnu.org>
530
531         * ld.texinfo: Document a .symver takes precedence over a
532         version script.
533
534 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
535
536         * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
537         (COMMONPAGESIZE): Define.
538
539 2002-07-09  Alan Modra  <amodra@bigpond.net.au>
540
541         * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
542
543 2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
544
545         * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
546         powerpc-*-openbsd* and sparc64-*-openbsd*.
547         * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
548         * Makefile.in: Regenerate.
549         * emulparams/hppaobsd.sh: New file.
550
551 2002-07-05  Alan Modra  <amodra@bigpond.net.au>
552
553         * ldlang.c (print_wild_statement): Fix output formatting.
554
555 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
556
557         * ldlang.c: (strip_excluded_output_sections): New function.
558         (lang_process): Call it.
559         (lang_size_sections_1): Revert 2002-06-10 change.
560
561 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
562
563         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
564         Run "make dep-am".
565         * Makefile.in: Regenerate.
566
567 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
568
569         * ldfile.c (ldfile_try_open_bfd): Formatting.
570
571         * ldmisc.c (demangle): Move so that it doesn't intrude between
572         vfinfo comment and body.  Add comment.
573
574 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
575
576         * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
577
578 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
579
580         * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
581         * ldlang.c (entry_sym): Likewise.
582         (ldlang_undef_chain_list_type): Likewise.
583         (lang_finish): Adjust references to entry_symbol.
584         (lang_add_entry): Likewise.
585         (lang_gc_sections): Use link_info.gc_sym_list.
586         (lang_process): Set link_info.gc_sym_list.
587         * ldlex.l: Include bfdlink.h.
588         * ldmain.c (main): Init link_info.gc_sym_list.
589         * emultempl/aix.em: Adjust references to entry_symbol.
590         * emultempl/armcoff.em: Likewise.
591         * emultempl/armelf.em: Likewise.
592         * emultempl/pe.em: Likewise.
593         * emultempl/ppc64elf.em (ppc_after_open): New function.
594         (LDEMUL_AFTER_OPEN): Define.
595         * emulparams/elf64ppc.sh: KEEP .opd sections.
596
597 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
598
599         * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
600         * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
601         * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
602         (EEPROM_START_ADDR): Define.
603         (EEPROM_MEMORY): Define.
604         * emulparams/m68hc12elf.sh: Likewise.
605         * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
606         section to put soft registers in .page0.
607         * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
608
609 2002-06-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
610
611         * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
612         section.  Add ${RELOCATING-0}.
613
614 2002-06-26  J"orn Rennecke <joern.rennecke@superh.com>
615
616         * emulparams/shelf.sh (STACK_ADDR): Don't define.
617         (OTHER_SECTIONS): Define.
618         * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
619         (OTHER_SECTIONS): Undef.
620
621 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
622
623         * ldmisc.c (demangle): Restore dots stripped from sym name.
624
625 2002-06-25  H.J. Lu <hjl@gnu.org>
626
627         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
628         * Makefile.in: Regenerated.
629
630 2002-06-20  Nick Clifton  <nickc@cambridge.redhat.com>
631
632         * ld.texinfo (Bug Reporting): Update text to suggest a limit on
633         the size of attached object files, to allow make the object files
634         available via FTP or HTTP and to mention that the mail will be
635         sent to a mailing list.
636
637 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
638
639         * ld/configure.host (romp): Drop support.
640
641 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
642
643         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
644         section flags for SEC_DATA, rather than for SEC_CODE being unset.
645
646 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
647
648         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
649         format specifier used to print BFD name.
650
651 2002-06-18  Dave Brolley  <brolley@redhat.com>
652
653         From Catherine Moore, Michael Meissner, Jim Blandy:
654         * emulparams/elf32frv.sh: New file.
655         * configure.tgt: Support frv-*-*.
656         * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
657         (eelf32frv.c): New target.
658
659 2002-06-17  Tom Rix  <trix@redhat.com>
660
661         * emultempl/elf32.em: gld*_get_script:  Check for
662         GENERATE_COMBRELOC_SCRIPT.
663         * scripttempl/elfd10v.sc : Fix STACK and INSN.
664         * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
665
666 2002-06-13  J"orn Rennecke <joern.rennecke@superh.com>
667
668         * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
669
670 2002-06-12  H.J. Lu <hjl@gnu.org>
671
672         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
673         false if xvec doesn't match.
674
675 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
676
677         * ldlang.c (lang_size_sections_1): Skip removed output sections.
678
679 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
680
681         * ldexp.c: Replace CONST with const.
682         * ldfile.c: Likewise.
683         * ldfile.h: Likewise.
684         * ldlex.l: Likewise.
685         * mri.c: Likewise.
686         * pe-dll.h: Likewise.
687
688 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
689
690         * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
691
692 2002-06-07  Charles Wilson  <cwilson@ece.gatech.edu>
693
694         * ld/ldmain.c (main): initialize link_info.pei386_auto_import
695         to -1 == implicit enable.
696         * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
697         initialize link_info.pei386_auto_import to -1 == implicit
698         enable.
699         (gld_${EMULATION_NAME}_parse_args): When processing
700         --enable-auto-import and --disable-auto-import options, use
701         '1' and '0' instead of 'true' and 'false'.
702         (pe_find_data_imports): Only issue message about auto-import
703         when the feature is implicitly enabled.  Downgrade message to
704         informational instead of warning.
705
706 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
707
708         * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
709
710 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
711
712         * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
713         HOSTING_CRT0 and HOSTING_LIBS.
714
715 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
716
717         * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
718
719 2002-06-05  Jason Thorpe  <thorpej@wasabisystems.com>
720
721         * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
722         (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
723
724 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
725
726         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
727         SEC_EXCLUDE sections when doing a relocatable link.
728
729 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
730
731         * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
732         eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
733         (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
734         (eshlelf64_nbsd.c): New rules.
735         * Makefile.in: Regenerate.
736         * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
737         (sh64-*-netbsd*): New targets.
738         * emulparams/shelf32_nbsd.sh: New file.
739         * emulparams/shelf64_nbsd.sh: New file.
740         * emulparams/shlelf32_nbsd.sh: New file.
741         * emulparams/shlelf64_nbsd.sh: New file.
742
743 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
744
745         * ldlang.c (section_already_linked): Call bfd_discard_group.  Typo fix.
746
747 2002-06-02  Marek Michalkiewicz  <marekm@amelek.gda.pl>
748
749         * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
750         C++ constructors/destructors, loosely based on the m68hc11 port.
751
752 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
753
754         * Makefile.in: Regenerate.
755         * aclocal.m4: Regenerate.
756         * config.in: Regenerate.
757         * configure: Regenerate.
758
759 2002-05-31  Graeme Peterson  <gp@qnx.com>
760
761         * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
762         (ei386nto.c): Add rule.
763         * Makefile.in: Regenerate.
764         * configure.tgt: Add i[3456]86-*-nto-qnx*.
765         * emulparams/i386nto.sh: New file.
766
767 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
768
769         * NEWS: Add entry for VAX ELF support.
770
771 2002-05-29  Matt Thomas  <matt@3am-software.com>
772             Jason Thorpe  <thorpej@wasabisystems.com>
773
774         * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
775         (eelf32vax.c)
776         (evaxnbsd.c): New rules.
777         * Makefile.in: Regenerate.
778         * configure.tgt (vax-*-netbsdelf*)
779         (vax-*-netbsdaout*)
780         (vax-*-netbsd*): New targets.
781         * emulparams/elf32vax.sh: New file.
782         * emulparams/vaxnbsd.sh: New file.
783
784 2002-05-29  Adam Nemet  <anemet@lnxw.com>
785
786         * emultempl/armelf.em (arm_elf_after_open): Don't determine
787         bfd_for_interwork, instead add glue sections to each input bfd.
788         (bfd_for_interwork): New global.
789         (arm_elf_set_bfd_for_interworking): New function.
790         (arm_elf_before_allocation): Use it.
791
792 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
793
794         * Makefile.am: Add DLX make target.
795         * configure.tgt: Add DLX configuration.
796         * Makefile.in: Regenerate.
797         * emulparams/elf32_dlx.sh: New file
798         * scripttempl/dlx.sc: New file
799
800 2002-05-27  Per Lundberg  <per@caleb.dnsalias.org>
801
802         * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
803         * Makefile.in: Regenerate.
804         * emulparams/elf_chaos.sh: Use elf_chaos script.
805         * scripttempl/elf_chaos.sc: New file.
806
807 2002-05-27  Richard Sandiford  <rsandifo@redhat.com>
808
809         * ldlang.c (lang_size_sections_1): Move check for conflicting load
810         addresses and regions from here...
811         (lang_get_regions): ...to this new function.
812         (lang_leave_output_section_statement): Use lang_get_regions.
813         (lang_leave_overlay): Likewise.
814         * mri.c (mri_draw_tree): Pass null as last argument to
815         lang_leave_output_section_statement.
816         * emultempl/elf32.em (gld*_place_orphan): Likewise.
817         * emultempl/mmo.em (mmo_place_orphan): Likewise.
818         * emultempl/pe.em (gld*_place_orphan): Likewise.
819
820 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
821
822         * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
823
824 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
825
826         * ldemul.c: Fix formatting.
827         * ldfile.c: Likewise.
828         * pe-dll.c: Likewise.
829         * pe-dll.h: Likewise.
830
831 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
832
833         * ldlang.c (lang_process): Formatting, grammar.
834
835         * ldlex.l: Use #include "" instead of <> for local header files.
836
837 2002-05-24  TAMURA Kent <kent@netbsd.org>
838
839         * configure.tgt: Add a target for i386-netbsdpe.
840
841 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
842
843         * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
844         * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
845         output section if necessary.  Handle .tbss.
846         (lang_size_sections): Clear _raw_size for .tbss section
847         (it allocates space in PT_TLS segment only).
848         * ldwrite.c (build_link_order): Build link order for .tbss too.
849
850 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
851
852         * configure.in: Correct spelling of AC_PREREQ.
853
854 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
855
856         * pe-dll.c (autofilter_liblist): Add more system libs excluded by
857         default.
858         (autofilter_objlist): Add crtbegin.o, crtend.o.
859
860 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
861
862         * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
863         (longopts): Add new option --exclude-libs.
864         (gld_${EMULATION_NAME}_list_options): Give quick help about it.
865         (gld_${EMULATION_NAME}_parse_args): Use it.
866         * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
867         * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
868         from whole archives.
869         (pe_dll_add_excludes): Set excludes->type.
870         (auto_export): Add new variable libname and set to archive basename if
871         abfd.  Use it when filtering default and user-specified libarary
872         excludes.  Let string "ALL" mean all libs when filtering user-specified
873         libs.
874         * ld.texinfo: Document --exclude-libs.
875
876 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
877
878         * ldemul.c (ldemul_new_vers_pattern): New function.
879         * ldemul.h (ldemul_new_vers_pattern): Declare.
880         (struct ld_emulation_xfer_struct): Add new_vers_pattern.
881         * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
882         * emultempl/ppc64elf.em (dotsyms): New static var.
883         (gld${EMULATION_NAME}_new_vers_pattern): New function.
884         (LDEMUL_NEW_VERS_PATTERN): Define.
885         (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
886         (PARSE_AND_LIST_LONGOPTS): Likewise.
887         (PARSE_AND_LIST_ARGS_CASES): Handle them.
888         * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
889         initialiser.
890         * emultempl/armcoff.em: Likewise.
891         * emultempl/armelf_oabi.em: Likewise.
892         * emultempl/beos.em: Likewise.
893         * emultempl/elf32.em: Likewise.
894         * emultempl/generic.em: Likewise.
895         * emultempl/gld960.em: Likewise.
896         * emultempl/gld960c.em: Likewise.
897         * emultempl/linux.em: Likewise.
898         * emultempl/lnk960.em: Likewise.
899         * emultempl/m68kcoff.em: Likewise.
900         * emultempl/mipsecoff.em: Likewise.
901         * emultempl/pe.em: Likewise.
902         * emultempl/sunos.em: Likewise.
903         * emultempl/ticoff.em: Likewise.
904         * emultempl/vanilla.em: Likewise.
905
906 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
907
908         * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
909         and $NATIVE_LIB_DIRS.  Add $tool_lib before other libs.
910         (LIB_SEARCH_DIRS): No need to use "tr".
911         (COMPILE_IN): Only set for native targets.
912         * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
913         here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
914         * configure.tgt (powerpc*): Set tdir_*.
915         (powerpcle*): Correct targ_extra_emuls.
916         * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
917         * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
918
919 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
920
921         * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
922         calling lang_add_entry.
923
924 2002-05-21  H.J. Lu  (hjl@gnu.org)
925
926         * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
927         "-z muldefs".
928         (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
929
930         * ld.texinfo: Updated for --allow-multiple-definition and
931         "-z muldefs".
932
933         * ldmain.c (main): Initialize the allow_multiple_definition
934         field to false.
935
936         * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
937         (ld_options): Add --allow-multiple-definition.
938         (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
939
940 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
941
942         * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
943         (earmelfb_nbsd.c): New rule.
944         * Makefile.in: Regenerate.
945         * configure.tgt (armeb-*-netbsdelf*): New target.
946         (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
947         (arm-*-netbsd*): Likewise.
948         * emulparams/armelfb_nbsd.sh: New file.
949
950 2002-05-18  Tom Rix  <trix@redhat.com>
951
952         * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
953         support.
954
955 2002-05-17  Marek Michalkiewicz  <marekm@amelek.gda.pl>
956
957         * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
958         * Makefile.in: Regenerate.
959         * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
960
961 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
962
963         * emulparams/avr1.sh: New file.
964         * emulparams/avr2.sh: New file.
965         * emulparams/avr3.sh: New file.
966         * emulparams/avr4.sh: New file.
967         * emulparams/avr5.sh: New file.
968         * scripttempl/avr.sc: New file.
969
970 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
971
972         * ldlang.c (section_already_linked): Call bfd_link_just_syms.
973         (lang_place_orphans): Abort if just_syms_flag.
974
975 2002-05-10  Tom Rix  <trix@redhat.com>
976
977         * emultempl/aix.em: (gld*_set_output_arch): New function. Use
978         architecture and machine information in the output bfd.
979         (gld*_before_parse): Remove old arch and machine code.
980         (choose_target): Rename to gld*_choose_target.
981         (rtld): Change type to int.
982         * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
983         objects in XCOFF archives.
984         * ldfile.h: Update copyright date.
985
986 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
987
988         * ldmain.c (main): Enable -z combreloc by default.
989
990 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
991
992         * Makefile.am: Honour DESTDIR.
993         * Makefile.in: Regenerate.
994
995 2002-05-07  Richard Sandiford  <rsandifo@redhat.com>
996
997         * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
998         (lang_enter_overlay): Remove the last two parameters.
999         (lang_leave_overlay): Take them here instead.
1000         * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
1001         (section): Pass LMA and crossref flag to lang_leave_overlay rather
1002         than lang_enter_overlay.
1003         * ldlang.c (lang_memory_region_lookup): Return null for null names.
1004         (lang_output_section_statement_lookup): Initialize update_dot_tree.
1005         (lang_size_sections_1): Evaluate it.
1006         (lang_leave_output_section_statement): Rework LMA lookup.
1007         (overlay_lma, overlay_nocrossrefs): Remove.
1008         (lang_enter_overlay): Remove LMA and crossref arguments.
1009         (lang_enter_overlay_section): Don't set the LMA here.
1010         (lang_leave_overlay): Take LMA and crossref arguments.  Move the '.'
1011         assignment to the last section's update_dot_tree.  Unconditionally
1012         use the load and run-time regions specified in the OVERLAY statement.
1013         Likewise the first section's LMA.  Only set the other sections' LMAs
1014         when no load region is given.
1015
1016 2002-05-06  Nick Clifton <nickc@redhat.com>
1017
1018         * po/sv.po: New translation.
1019
1020 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
1021
1022         * emultempl/hppaelf.em (build_section_lists): New function.
1023         (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
1024         and build_section_lists.
1025
1026 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
1027
1028         * ld.h: Fix formatting.
1029         * ldexp.c: Likewise.
1030         * ldfile.c: Likewise.
1031         * ldlang.c: Likewise.
1032         * ldmain.c: Likewise.
1033         * lexsup.c: Likewise.
1034         * pe-dll.c: Likewise.
1035
1036 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
1037
1038         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
1039         Adjust for ppc64_elf_set_toc change.  #include libbfd.h.
1040         (build_section_lists): Do output_section tests here.
1041
1042 2002-04-30  Tom Rix  <trix@redhat.com>
1043
1044         * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
1045
1046 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
1047
1048         Long branch stubs, multiple stub sections.
1049         * emultempl/ppc64elf.em: Include ldctor.h.
1050         (stub_file): New var.
1051         (group_size): New var.
1052         (ppc_create_output_section_statements): New function.
1053         (struct hook_stub_info): New.
1054         (hook_in_stub): New function.
1055         (ppc_add_stub_section): New function.
1056         (ppc_layout_sections_again): New function.
1057         (build_section_lists): New function.
1058         (gld${EMULATION_NAME}_finish): Rewrite.
1059         (real_func): New var.
1060         (ppc_for_each_input_file_wrapper): New function.
1061         (ppc_lang_for_each_input_file): New function.
1062         (lang_for_each_input_file): Define.
1063         (PARSE_AND_LIST_PROLOGUE): Define.
1064         (PARSE_AND_LIST_LONGOPTS): Define.
1065         (PARSE_AND_LIST_OPTIONS): Define.
1066         (PARSE_AND_LIST_ARGS_CASES): Define.
1067         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1068
1069 2002-04-30  Tom Rix  <trix@redhat.com>
1070
1071         * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
1072         -blibpath, -bnolibpath support.
1073
1074 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
1075
1076         * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
1077         (eelf32ppcwindiss.c): New target.
1078         * Makefile.in: Regenerated.
1079         * configure.tgt: Add support for powerpc-*-windiss.
1080         * emulparams/elf32ppcwindiss.sh: New file.
1081
1082 2002-04-30  Richard Sandiford  <rsandifo@redhat.com>
1083
1084         * ldlang.c (print_assignment): Update print_dot for assignments to ".".
1085         * ldexp.c (exp_print_token): Add "infix_p" argument.
1086         (exp_print_tree): Update accordingly.
1087
1088 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
1089
1090         * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
1091         * Makefile.in: Regenerate.
1092         * mpw-elfmips.c: Delete.
1093         * mpw-eppcmac.c: Delete.
1094         * mpw-esh.c: Delete.
1095         * mpw-idtmips.c: Delete.
1096
1097 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
1098
1099         * emulparams/shelf32.sh (MACHINE): Now sh5.
1100
1101 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1102
1103         * ldgram.y: Fix syntax warning.
1104
1105 2002-04-11  Nick Clifton  <nickc@cambridge.redhat.com>
1106
1107         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
1108         to prevent "-n" from being taken as an abbreviation for
1109         "--no-pipeline-knowledge".
1110
1111 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
1112
1113         * ldlang.c (lang_size_sections_1): Don't complain about
1114         SEC_NEVER_LOAD sections having no memory region specified.
1115
1116         * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
1117
1118 2002-04-07  matthew green  <mrg@redhat.com>
1119
1120         * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
1121
1122 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1123
1124         * dep-in.sed: Cope with absolute paths.
1125         * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
1126         Run "make dep-am".
1127         * Makefile.in: Regenerate.
1128
1129 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1130
1131         * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
1132
1133 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
1134
1135         * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
1136         is smaller than maximum, round dot up to common page boundary.
1137
1138 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
1139
1140         * configure.host: Set up for generic hosts first, then tweak as
1141         necessary in more specific targets.
1142         (HOSTING_LIBS): Include libgcc_eh.a if found.
1143
1144 2002-03-23  Andreas Jaeger  <aj@suse.de>
1145
1146         * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
1147
1148 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
1149
1150         * Makefile.am: Run "make dep-am".
1151         * Makefile.in: Regenerate.
1152
1153 2002-03-21  Albert Chin-A-Young  <china@thewrittenword.com>
1154
1155         * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
1156
1157 2002-03-20  Alan Modra  <amodra@bigpond.net.au>
1158
1159         * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
1160         add the symbol to the linker hash table immediately.
1161         (lang_place_undefineds): Split symbol creation out..
1162         (insert_undefined): ..to here.
1163
1164 2002-03-18  David O'Brien  <obrien@FreeBSD.org>
1165
1166         * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
1167         the contents of the buffer returned from basename function will are
1168         getting overwritten while still being used.
1169
1170 2002-03-18  Jan Hubicka  <jh@suse.cz>
1171             Andreas Jaeger  <aj@suse.de>
1172             Andreas Schwab  <schwab@suse.de>
1173
1174         * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
1175         * elf_x86_64.sh (ARCH): Set to i386:x86-64
1176         set libraries to default to lib64 paths.
1177
1178 2002-03-18  Tom Rix  <trix@redhat.com>
1179
1180         * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
1181         * configure.tgt : Same.
1182         * emulparms/aix5ppc.sh : New file. For eaix5ppc.
1183         * emulparms/aix5rs6.sh : New file. For eaix5rs6.
1184         * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
1185         emulation parameters for better -b32, -b64 support.
1186         * emulparms/aixrs6.sh : Same.
1187         * emulparms/ppcmacos.sh : Same.
1188         * emultempl/aix.em (choose_target) : Use new emulation parameters
1189         OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
1190         * Makefile.in : Regenerate.
1191
1192 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
1193
1194         * po/fr.po: Updated version.
1195
1196 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
1197
1198         * ldmain.c (main): Move .text readonly flag fudges from here..
1199         * ldlang.c (lang_process): ..to here.
1200
1201 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
1202
1203         * ldlang.c (lang_check): Remove the word size check added in last
1204         change.  Treat emitrelocations case as for relocatable links.
1205
1206 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
1207
1208         * po/fr.po: Updated version.
1209
1210 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
1211
1212         * ldlang.c (lang_check): Do relocatable link checks first, so that
1213         warn_mismatch can't override.  Check compatible and word size too.
1214
1215 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1216
1217         * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
1218
1219 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
1220
1221         * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
1222         DATA_SEGMENT_ALIGN.
1223
1224 2002-03-04  H.J. Lu <hjl@gnu.org>
1225
1226         * scripttempl/elf.sc: Put .preinit_array, .init_array and
1227         .fini_array in the data segment.
1228
1229 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
1230
1231         * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
1232
1233 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
1234
1235         * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
1236         .init_array, and .fini_array.
1237
1238 2002-02-20  Andreas Schwab  <schwab@suse.de>
1239
1240         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
1241         .IA64_unwind* in a relocatable link.
1242
1243 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
1244
1245         * NEWS: Mark 2.12 branch.
1246
1247 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1248
1249         * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
1250         * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
1251
1252 2002-02-18  Tom Rix  <trix@redhat.com>
1253
1254         * emultempl/aix.em (gld*_parse_args): Add -brtl support.
1255         (gld*_before_allocation): Same.
1256         (gld*_create_output_section_statements): Generate
1257         __rtinit if run time linking.  Add librtl.a to the link.
1258         (gld*_read_file): Clean.
1259
1260 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
1261
1262         * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
1263
1264 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
1265
1266         * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
1267         eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
1268         and eelf64alpha_fbsd.
1269         * Makefile.in: Regenerate.
1270         * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
1271         x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
1272         use a FreeBSD-specific emulation rather than the psABI one.
1273         * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
1274         for all FreeBSD ELF systems.
1275         * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
1276         emulation.
1277         * emulparams/elf32ppc_fbsd.sh: Likewise.
1278         * emulparams/elf64_ia64_fbsd.sh: Likewise.
1279         * emulparams/elf64_sparc_fbsd.sh: Likewise.
1280         * emulparams/elf64alpha_fbsd.sh: Likewise.
1281         * emulparams/elf_i386_fbsd.sh: Likewise.
1282         * emulparams/elf_x86_64_fbsd.sh: Likewise.
1283
1284 2002-02-18  Nick Clifton  <nickc@cambridge.redhat.com>
1285
1286         * po/tr.po: Updated version.
1287
1288 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
1289
1290         * ld.texinfo (Output Section Fill): Fix amateur texinfo.
1291         (FILL): Likewise.
1292
1293 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
1294
1295         * emultempl/mmo.em (mmo_after_open): Don't call
1296         _bfd_mmix_check_all_relocs when producing ELF output.
1297
1298 2002-02-15  Richard Henderson  <rth@redhat.com>
1299
1300         * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
1301         definition.  Emit a unop+nop pair.
1302
1303 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
1304
1305         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
1306         for presence of .MMIX.reg_contents.linker_allocated before early
1307         exit.
1308
1309         * NEWS: Mention support for MMIX.
1310
1311 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
1312
1313         Support arbitrary length fill patterns.
1314         * ld.texinfo (Output Section Fill): Describe fill expressions.
1315         (FILL): Refer to the above.
1316         * ldexp.h (etree_value_type): Add "str" field.
1317         (union etree_union): Add "str" to "value" struct.
1318         (exp_bigintop): Declare.
1319         (exp_get_fill): Declare.
1320         * ldexp.c: Include "safe-ctype.h".
1321         (exp_intop): Set value.str to NULL.
1322         (exp_bigintop): New function.
1323         (new_rel): Pass in "str", and set new.str from it.
1324         (new_rel_from_section): Set new.str to NULL.
1325         (fold_name): Adjust calls to new_rel.
1326         (exp_fold_tree): Likewise.
1327         (exp_get_fill): New function.
1328         * ldgram.y (struct big_int bigint, fill_type *fill): New.
1329         (INT): Returns a "bigint".  Adjust all code handling INTs.
1330         (fill_opt): Returns a "fill".
1331         (fill_exp): Split out of fill_opt, use for FILL.
1332         * ldlang.h (struct _fill_type): New.
1333         (fill_type): Move typedef to ldexp.h.
1334         (lang_output_section_statement_type): "fill" is now a pointer.
1335         (lang_fill_statement_type): Likewise.
1336         (lang_padding_statement_type): Likewise.
1337         (lang_add_fill): Now takes a "fill_type *" param.
1338         (lang_leave_output_section_statement): Likewise.
1339         (lang_do_assignments): Likewise.
1340         (lang_size_sections): Likewise.
1341         (lang_leave_overlay_section): Likewise.
1342         (lang_leave_overlay): Likewise.
1343         * ldlang.c: Include ldgram.h after ldexp.h.
1344         (lang_output_section_statement_lookup): Adjust for fill_type change.
1345         (print_fill_statement): Likewise.
1346         (print_padding_statement): Likewise.
1347         (insert_pad): Now takes a "fill_type *" arg.
1348         (size_input_section): Likewise.
1349         (lang_size_sections_1): Likewise.
1350         (lang_size_sections): Likewise.
1351         (lang_do_assignments): Likewise.
1352         (lang_add_fill): Likewise.
1353         (lang_leave_output_section_statement): Likewise.
1354         (lang_leave_overlay_section): Likewise.
1355         (lang_leave_overlay): Likewise.
1356         Adjust all callers of the above function.
1357         * ldlex.l: Include ldgram.h after ldexp.h.  Allow hex numbers
1358         starting with "0X" as well as "0x".  Return bigint.str for hex
1359         numbers starting with "0x" or "0X", zero bigint.str otherwise.
1360         Always use base 16 for numbers starting with "$".
1361         * ldmain.c: Include ldgram.h after ldexp.h.
1362         * ldwrite.c (build_link_order): Use bfd_data_link_order in place
1363         of bfd_fill_link_order.
1364         * pe-dll.c: Adjust lang_do_assignments calls.
1365         * emultempl/elf32.em: Likewise.
1366         * emultempl/hppaelf.em: Likewise.
1367         * emultempl/ppc64elf.em: Likewise.
1368         * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
1369         lang_add_assignment call.
1370         * emultempl/pe.em: Likewise.
1371
1372 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
1373
1374         * ld.texinfo (VERSION scripts):  Symbol names are globbing patterns.
1375         * ldgram.y (lang_new_vers_regex):  Rename to lang_new_vers_pattern;
1376         the pattern in question is not a regexp.
1377         * ldlang.c:  Likewise.
1378         * ldlang.h:  Likewise.
1379         * ldlex.l (V_IDENTIFIER):  Allow '[', ']', '-', '!', and '^' also.
1380
1381 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
1382
1383         * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1384         * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1385         (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
1386         * ldexp.c (exp_data_seg): New variable.
1387         (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
1388         (fold_binary): Handle DATA_SEGMENT_ALIGN.
1389         (exp_fold_tree): Handle DATA_SEGMENT_END.
1390         Pass allocation_done when recursing instead of hardcoding
1391         lang_allocating_phase_enum.
1392         * ldexp.h (exp_data_seg): New.
1393         * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
1394         (lang_size_sections): New.
1395         * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
1396         * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
1397         if COMMONPAGESIZE is defined.
1398         * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
1399         * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
1400         * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
1401         * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
1402         * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
1403         libraries only.
1404
1405 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1406
1407         * Makefile.in: Regenerate.
1408
1409 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1410
1411         * lexsup.c: Remove strtoul declaration.
1412
1413 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1414
1415         * ldmain.c: Add prototype for main ().
1416         * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
1417         * emultempl/lnk960.em (lnk960_choose_target): Function should
1418         take two arguments.
1419
1420 2002-02-10  Alan Modra  <amodra@bigpond.net.au>
1421
1422         * ldlang.c (entry_section): New initialised variable.
1423         (lang_finish): Use it.
1424         * ldlang.h (entry_section): Declare.
1425         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
1426         entry_section to ".opd".
1427
1428 2002-02-09  Chris Demetriou  <cgd@broadcom.com>
1429
1430         * ld.texinfo (Options): Add back in -nostdlib documentation,
1431         which had been inadvertently removed.
1432
1433 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
1434
1435         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
1436         register section vma to a sane value after emitting error.  Make
1437         fatal conditions cause program exit when emitting message.
1438
1439 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
1440
1441         * configure.tgt: Add or32-*-rtems target.
1442
1443 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
1444
1445         Contribute sh64-elf.
1446         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
1447         * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
1448         in OTHER_RELOCATABLE_SECTIONS.
1449         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
1450         * emulparams/shelf32.sh (STACK_ADDR): Define.
1451         (OTHER_RELOCATABLE_SECTIONS): Renamed to...
1452         (OTHER_SECTIONS): this.  Removed stack settings.
1453         * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
1454         (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
1455         2001-03-12  DJ Delorie  <dj@redhat.com>
1456         * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
1457         relaxing if any shmedia or mixed sections are found.
1458         2001-03-07  DJ Delorie  <dj@redhat.com>
1459         * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
1460         einfo.  Gracefully decline to output to non-elf formats.
1461         2001-03-06  Hans-Peter Nilsson  <hpn@redhat.com>
1462         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
1463         Default to _end aligned to next multiple of 0x40000, plus 0x40000.
1464         * emulparams/shelf32.sh: Ditto.
1465         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
1466         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
1467         comment.
1468         2001-01-10  Ben Elliston  <bje@redhat.com>
1469         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
1470         non-portable shell constructs. From Hans-Peter Nilsson.
1471         2001-01-09  Hans-Peter Nilsson  <hpn@cygnus.com>
1472         * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
1473         * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
1474         dependencies to the shell script include chain.
1475         * Makefile.in: Regenerate.
1476         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
1477         * emultempl/sh64elf.em: Update and tweak comments.
1478         (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
1479         make a .cranges section SEC_IN_MEMORY.
1480         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
1481         * emultempl/sh64elf.em
1482         (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
1483         .cranges section found to be necessary; continue and set stored
1484         section contents flags for sections with non-mixed contents.
1485         Use a struct sh64_section_data container and sh64_elf_section_data
1486         to store contents-type flags.
1487         Remove unused update of "isec".
1488         (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
1489         sections marked SHF_SH5_ISA32_MIXED.  Use sh64_elf_section_data to
1490         access contents-type flags.  Assert that the associated container
1491         is initialized.  Use that container, not elf_gp_size, to hold size
1492         of linker-generated cranges contents.
1493         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
1494         * emultempl/sh64elf.em
1495         (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
1496         there's already a .cranges section.  When section flag difference
1497         is found, don't NULL-check cranges a second time.  Tweak comments.
1498         (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
1499         merging, not max size, as size of ld-generated .cranges contents.
1500         Don't set ELF section flags in output section.  When checking for
1501         needed .cranges descriptors, don't use a variable; compare
1502         incoming ELF section flags directly to SHF_SH5_ISA32_MIXED.  Tweak
1503         comments.
1504         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
1505         * emultempl/sh64elf.em: New file.
1506         * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
1507         * Makefile.in: Regenerate.
1508         * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
1509         (OTHER_RELOCATING_SECTIONS): Ditto.
1510         (EXTRA_EM_FILE): New, set to sh64elf if not set.
1511         * emulparams/shlelf32.sh: Stub out all settings except
1512         OUTPUT_FORMAT.  Source shelf32.sh.
1513         * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
1514         OTHER_RELOCATING_SECTIONS.
1515         (OTHER_RELOCATING_SECTIONS): Remove .cranges.
1516         * emulparams/shlelf64.sh: Stub out all settings except
1517         OUTPUT_FORMAT.  Source shelf64.sh.
1518         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
1519         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
1520         .cranges section.
1521         (DATA_START_SYMBOLS): Define, provide ___data.
1522         (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
1523         for consecutive .data section.
1524         (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
1525         section after .data section.
1526         * emulparams/shlelf64.sh: Ditto.
1527         * emulparams/shelf32.sh: Ditto.
1528         (ALIGNMENT): Define to 8.
1529         * emulparams/shelf32.sh: Ditto.
1530         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
1531         * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
1532         built-in linker scripts.
1533         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
1534         * emulparams/shlelf64.sh: New.
1535         * emulparams/shelf64.sh: New.
1536         * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
1537         targ_extra_emuls.
1538         * Makefile.am: Add support for shlelf64 and shelf64.
1539         * Makefile.in: Regenerate.
1540         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
1541         * configure.tgt (sh64-*-elf*): Add shelf as default.
1542         Add shlelf to targ_extra_emuls.
1543         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
1544         * emulparams/shelf32.sh: New file.
1545         * emulparams/shlelf32.sh: New file.
1546         * Makefile.am: Add support for shlelf32 and shelf32.
1547         * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
1548         * Makefile.in: Regenerate.
1549
1550 2002-02-05  Hans-Peter Nilsson  <hp@axis.com>
1551
1552         * ldlang.c (lang_reset_memory_regions): Rename from
1553         reset_memory_regions.  Change all callers.  Make public.
1554         * ldlang.h (lang_reset_memory_regions): Prototype.
1555         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
1556         lang_reset_memory_regions before lang_size_sections.
1557         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1558         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
1559
1560 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
1561
1562         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
1563         arithmetic when checking for too many global registers.
1564
1565 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
1566
1567         * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
1568         (ehppanbsd.c): New rule.
1569         * Makefile.in: Regenerate.
1570         * configure.tgt (hppa*-*-netbsd*): New target.
1571         * emulparams/hppalinux.sh: Add comment to check other files
1572         that source this file it is modified, and list which
1573         files that do.
1574         * emulparams/hppanbsd.sh: New file.
1575
1576 2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
1577
1578         * scripttempl/xstormy16.sc: Don't allocate extra space for the
1579         stack.
1580
1581 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
1582
1583         Support on-demand global register allocation from
1584         R_MMIX_BASE_PLUS_OFFSET relocs.
1585         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
1586         mmix_set_reg_section_vma.  Call
1587         _bfd_mmix_finalize_linker_allocated_gregs.
1588         (mmix_before_allocation): New function.
1589         (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
1590         (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
1591         * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
1592         (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
1593         before .MMIX.reg_contents.
1594         * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
1595         (mmo_after_open): New function.
1596         (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
1597         * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting.  Add
1598         .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
1599
1600 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
1601
1602         * emulparams/or32.sh: New file.
1603         * emulparams/or32elf.sh: New file.
1604         * scripttempl/or32.sc: New file.
1605         * configure.tgt : Add support for or32.
1606         * configure: Regenerate
1607         * Makefile.am: Add support for or32.
1608         * Makefile.in: Regenerate.
1609         * NEWS: Mention support for or32.
1610         * po/ld.pot: Regenerate.
1611
1612 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
1613             Mitch Lichtenberg  <mpl@broadcom.com>
1614
1615         * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
1616         * emultempl/mipself.em: New file to handle MIPS ELF embedded
1617         reloc creation (ld --embedded-relocs).
1618
1619 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1620
1621         * configure: Regenerated.
1622
1623 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
1624
1625         * Makefile.am (install): Depend on install-info.
1626         * Makefile.in: Regenerate.
1627
1628 2002-01-26  Christian Rose  <menthos@menthos.com>
1629
1630         * ldmain.c (main): Use full sentences to ease translation.
1631
1632 2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
1633
1634         * po/fr.po: Updated version.
1635
1636 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
1637
1638         * po/es.po: Updated version.
1639
1640 2002-01-25  Andreas Jaeger  <aj@suse.de>
1641
1642         * ldlex.l (yy_input): Correct error check.
1643
1644 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
1645
1646         * ldmisc.c (demangle): Put back dots when string not demangled.
1647
1648 2002-01-22  Richard Henderson  <rth@redhat.com>
1649
1650         * emulparams/elf64alpha.sh (NOP): Use unop.
1651
1652 2002-01-21  Andreas Jaeger  <aj@suse.de>
1653
1654         * ldlex.l: Use fread instead of read.
1655
1656 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
1657
1658         * configure.tgt (ia64-*-netbsd*): New target.
1659
1660 2002-01-21  H.J. Lu <hjl@gnu.org>
1661
1662         * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
1663         0.
1664         * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
1665
1666 2002-01-18  Andreas Jaeger  <aj@suse.de>
1667
1668         * ldver.c (ldversion): Update year.
1669
1670 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1671
1672         * po/ld.pot: Regenerate.
1673
1674 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1675
1676         * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
1677         * Makefile.in: Regenerate.
1678         * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
1679         * emultempl/ppc64elf.em: New file.
1680
1681 2002-01-15  DJ Delorie  <dj@redhat.com>
1682
1683         * scripttempl/pe.sc: Add support for constructor priorities.
1684
1685 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1686
1687         * emulparams/avr1200.sh (DATA_START): Define as 0x60.
1688         * emulparams/avr23xx.sh: Likewise.
1689         * emulparams/avr4433.sh: Likewise.
1690         * emulparams/avr44x4.sh: Likewise.
1691         * emulparams/avr85xx.sh: Likewise.
1692         * emulparams/avrmega103.sh: Likewise.
1693         * emulparams/avrmega161.sh: Likewise.
1694         * emulparams/avrmega603.sh: Likewise.
1695         * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
1696
1697 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
1698
1699         * ldlang.c (walk_wild_section): Exclude object file if enclosing
1700         archive is excluded.
1701
1702 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
1703
1704         * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
1705         (eshelf_nbsd.c): New rule.
1706         (eshlelf_nbsd.c): New rule.
1707         * Makefile.in: Regenerate.
1708         * configure.tgt (sh*le-*-netbsdelf*): New target.
1709         (sh*-*-netbsdelf*): New target.
1710         * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
1711         * ld/emulparams/shelf_nbsd.sh: New emulation.
1712         * ld/emulparams/shlelf_nbsd.sh: New emulation.
1713
1714 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
1715
1716         * po/es.po: New file: Spanish translation.
1717         * configure.in (ALL_LINGUAS): Add es.
1718         * configure: Regenerate.
1719
1720 2002-01-06  John Marshall  <jmarshall@acm.org>
1721
1722         * ld.texinfo: Note that --emit-relocs is currently only
1723         implemented for ELF.
1724
1725 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
1726
1727         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
1728         of bfd_section_list_remove and bfd_section_list_insert macros.
1729         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1730         * emultempl/mmo.em (mmo_place_orphan): Likewise.
1731
1732 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
1733
1734         * configure.tgt (x86_64-*-netbsd*): New target.
1735
1736 2001-12-21  Tom Rix  <trix@redhat.com>
1737
1738         (gld*_create_output_section_statements): New function.
1739         For -binitfini support.
1740         * emultempl/aix.em (gld*_before_parse): Fix comment.
1741         * emultempl/aix.em (gld*_parse_args): Fix comment.
1742
1743 2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
1744
1745         * configure.tgt (mips*-dec-netbsd*): Delete alias for
1746         mips*el-*-netbsd*.
1747         (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
1748
1749         * configure.tgt (arm-*-netbsdelf*): Add target.
1750         (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
1751         * emulparams/armelf_nbsd.sh: Added.
1752         * Makefile.am: Add rules for earmelf_nbsd.
1753         * Makefile.in: Regenerate.
1754
1755 2001-12-19  Andreas Jaeger  <aj@suse.de>,
1756             Susanne Oberhauser <froh@suse.de>
1757
1758         * configure.host: Add rules for x86_64-*linux-gnu.  Change
1759         s390x-linux entry to use gcc to report configuration, replace gcc
1760         with $CC in s390-linux
1761
1762 2001-12-19  Andreas Jaeger  <aj@suse.de>
1763
1764         * ld.texinfo (VERSION): Fix markup.
1765
1766 2001-12-18  matthew green  <mrg@eterna.com.au>
1767
1768         * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
1769         (m68kelfnbsd.c): New rule.
1770         * Makefile.in: Regenerate.
1771         * configure.tgt (m68*-hp-netbsd*): Renamed to ..
1772         (m68*-*-netbsd*4k*): .. this.
1773         (m68*-*-netbsdelf*): New target.
1774         (m68*-*-netbsd*): Also include ELF support.
1775         (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
1776         * emulparams/m68kelfnbsd.sh: New emulation.
1777
1778 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
1779
1780         * ldgram.y (vers_node): Support anonymous version tags.
1781         * ldlang.c (lang_register_vers_node): Ensure anonymous version
1782         tag is not defined together with non-anonymous versions.
1783         * ld.texinfo: Document it.
1784
1785 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1786
1787         * po/tr.po: New file: Turkish translation.
1788         * configure.in (ALL_LINGUAS): Add tr.
1789         * configure: Regenerate.
1790
1791 2001-12-17  Jason Thorpe  <thorpej@wasabisystems.com>
1792
1793         * Makefile.am: Add rules for eelf64alpha_nbsd.
1794         * Makefile.in: Regenerate.
1795         * configure.tgt (alpha*-*-netbsd*): Set
1796         targ_emul to elf64alpha_nbsd.
1797         * emulparams/elf64alpha_nbsd.sh: Added.
1798
1799 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
1800
1801         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
1802         section_tail when fiddling with section list.
1803         (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
1804         broken into separate strings to make translation easier.
1805         * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
1806         fiddling with section list.
1807         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1808
1809 2001-12-16  Hans-Peter Nilsson  <hp@bitrange.com>
1810
1811         * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
1812
1813 2001-12-15  Alan Modra  <amodra@bigpond.net.au>
1814
1815         * ldmain.c (main): Initialise link_info.eh_frame_hdr.
1816
1817 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
1818
1819         * emultempl/elf32.em (finish): Supply output_bfd
1820         to bfd_elf*_discard_info.
1821         (OPTION_EH_FRAME_HDR): Define.
1822         (longopts): Add --eh-frame-hdr.
1823         (parse_args): Handle it.
1824         (list_options): Add --eh-frame-hdr to help.
1825         * emultempl/hppaelf.em (finish): Supply output_bfd
1826         to bfd_elf*_discard_info.
1827         * scripttempl/elf.sc (.eh_frame_hdr): Add.
1828
1829 2001-12-13  Alan Modra  <amodra@bigpond.net.au>
1830
1831         * lexsup.c (parse_args): Don't pass shortopts to second call to
1832         getopt functions.  Restore optind rather than decrementing before
1833         second call.  Remove errind as it now duplicates last_optind.
1834
1835 2001-12-11  Christopher Faylor  <cgf@redhat.com>
1836
1837         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
1838
1839 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
1840             Richard Henderson  <rth@redhat.com>
1841
1842         * Makefile.am: Add support for xstormy16.
1843         * configure.tgt: Add support for xstormy16.
1844         * Makefile.in: Regenerate.
1845         * emulparams/elf32xstormy16.sh: New file.
1846         * scripttempl/xstormy16.sc: New file.
1847
1848 2001-10-01  Christopher Faylor <cgf@cygnus.com>
1849
1850         * Makefile.in (LIB_PATH): Make configurable.
1851         (GENSCRIPTS): Set LIB_PATH in environment.
1852         * configure.in: Substitute LIB_PATH.
1853         * configure: Regenerate.
1854         * configure.tgt (*cygwin): Set LIB_PATH for cross build.
1855         * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
1856
1857 2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
1858
1859         * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
1860         describing the -N option so that it is easier to translate into
1861         foreign languages.
1862
1863 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
1864
1865         * emultempl/pe.em (..._list_options): Replace multiple fprintf
1866         statements describing a single option with a single, newline
1867         escaped fprintf.  This allows better translation into other
1868         languages.
1869
1870         * ldmain.c (add_archive_element): Combine multiple strings
1871         into a single string to permit better translation into other
1872         languages.
1873
1874 2001-12-05  Tom Rix  <trix@redhat.com>
1875
1876         * Makefile.am: Remove eaixppc64.
1877         * Makefile.in: Regenerate.
1878
1879 2001-12-04  Tom Rix  <trix@redhat.com>
1880
1881         * emultempl/aix.em (choose_target): Change default target to
1882         OUTPUT_FORMAT for ppcmacos.  Add braces to remove compiler
1883         warning.
1884         (gld*_read_file):  Fix typo.
1885         (change_symbol_mode): Add prototype.
1886         (is_syscall): Same.
1887
1888         * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
1889         * emulparams/aixrs6.sh : Same.
1890         * emulparams/ppcmacos.sh : Same.
1891         * emulparams/aixppc64.sh : Delete file.
1892         * emultempl/aix.em : Formatting changes.
1893
1894 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
1895
1896         * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
1897         (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
1898         __Sbss.
1899         (OTHER_END_SYMBOLS): Fix formatting.
1900         * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
1901         (OTHER_END_SYMBOLS): Fix formatting.
1902
1903 2001-12-04  Alan Modra  <amodra@bigpond.net.au>
1904
1905         * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
1906
1907 2001-12-02  Tom Rix  <trix@redhat.com>
1908
1909         * configure.tgt : Remove eaixppc64 emulations.
1910         * Makefile.in : Remove eaixppc64.c
1911         * ldemul.c (ldemul_choose_target): New parameters argc, argv.
1912         (ldemul_default_target): Same.
1913         * emultempl/gld960.em (gld960_choose_target):  Same.
1914         * emultempl/gld960c.em (gld960_choose_target):  Same.
1915         * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
1916         * emultempl/aix.em (is_syscall): syscall_mask now a variable.
1917         * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
1918         * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
1919         * emultempl/aix.em (choose_target): New function.  Handle emulation of
1920         -b32 and -b64.
1921
1922 2001-11-27  H.J. Lu <hjl@gnu.org>
1923
1924         * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
1925         * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
1926         * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
1927         * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
1928         * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
1929         * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
1930         * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
1931         * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
1932
1933         * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
1934         is not empty.
1935         (SDATA): Likewise.
1936         (REL_SDATA): Likewise.
1937         (REL_SBSS): Likewise.
1938         (REL_SDATA2): Likewise.
1939         (REL_SBSS2): Likewise.
1940         (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
1941         (SDATA2): Likewise.
1942
1943 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1944
1945         * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
1946         destructor in rom.
1947         * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
1948
1949 2001-11-22  H.J. Lu  <hjl@gnu.org>
1950
1951         * Makefile.in: Regenerated with automake based on automake
1952         1.4-8 in RedHat 7.1.
1953
1954 2001-11-22  Alan Modra  <amodra@bigpond.net.au>
1955
1956         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
1957         (config.status): Delete rule.
1958         Add extra dependencies to cover sourced emulparams files.
1959         * Makefile.in: Regenerate.
1960
1961         * scripttempl/elf.sc: Order <section>, <section>.* and
1962         corresponding linkonce sections as seen in input files.
1963         Formatting fixes.  Zero vma of all sections if not relocating.
1964         (STACK): Define and insert if STACK_ADDR defined.
1965         (OTHER_RELOCATING_SECTIONS): Delete.
1966         (OTHER_END_SYMBOLS): Define.
1967         (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
1968         (OTHER_READWRITE_SECTIONS): Likewise.
1969         (OTHER_GOT_SECTIONS): Likewise.
1970         (OTHER_SDATA_SECTIONS): Likewise.
1971         (OTHER_BSS_SECTIONS): Likewise.
1972         * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
1973         (OTHER_READWRITE_SECTIONS): Likewise.
1974         * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
1975         (OTHER_READWRITE_SECTIONS): Likewise
1976
1977         * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
1978         (STACK_ADDR): Define.
1979         * emulparams/armelf_oabi.sh: As for armelf.sh.
1980         * emulparams/elf32mcore.sh: As for armelf.sh.
1981         * emulparams/h8300elf.sh: As for armelf.sh.
1982         * emulparams/mn10200.sh: As for armelf.sh.
1983         * emulparams/shelf.sh: As for armelf.sh.
1984
1985         * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
1986         (OTHER_END_SYMBOLS): Define.
1987         * emulparams/m32relf.sh: As for elf32fr30.sh.
1988         * emulparams/h8300helf.sh: As for elf32fr30.sh.
1989         * emulparams/h8300self.sh: As for elf32fr30.sh.
1990
1991         * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
1992         defines with RELOCATING test.
1993         (OTHER_SDATA_SECTIONS): Likewise.
1994         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1995         (OTHER_END_SYMBOLS): ..this.
1996         * emulparams/crislinux.sh: As for criself.sh.
1997
1998         * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
1999         if not relocating.
2000         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
2001         (OTHER_SECTIONS): ..this.  Zero vma if not relocating.  Order
2002         normal and linkonce sections as seen in input files.
2003         * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
2004         (TEXT_DYNAMIC): Likewise.
2005         (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
2006         (OTHER_SDATA_SECTIONS): Likewise.
2007         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
2008         * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
2009         * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
2010         * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
2011         * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
2012         (OTHER_PLT_RELOC_SECTIONS): Likewise.
2013         (OTHER_READONLY_SECTIONS): Likewise.  Order normal and linkonce
2014         sections as seen in input files.
2015         * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
2016         * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
2017         if not relocating.
2018         (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
2019         (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
2020         * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
2021         (OTHER_SECTIONS): Instead, use this..
2022         (OTHER_END_SYMBOLS): ..and this.
2023
2024         * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
2025         * emulparams/elf32bsmip.sh: Likewise.
2026         * emulparams/elf32btsmip.sh: Likewise.
2027         * emulparams/elf32ebmip.sh: Likewise.
2028         * emulparams/elf32lmip.sh: Likewise.
2029         * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
2030         * emulparams/elf32lsmip.sh: Likewise.
2031         * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
2032         * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
2033         * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
2034         * emulparams/elf64btsmip.sh: Likewise.
2035         * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
2036         * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
2037         * emulparams/elf32ppclinux.sh: Likewise.
2038         * emulparams/elf32ppcsim.sh: Likewise.
2039         * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
2040         * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
2041         * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
2042         * emulparams/h8300self.sh: Likewise.
2043         * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
2044         * emulparams/sh.sh: Comment.
2045         * emulparams/shl.sh: Source sh.sh, remove duplicates.
2046         * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
2047         * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
2048
2049 2001-11-21  David Heine <dlheine@tensilica.com>
2050             Alan Modra  <amodra@bigpond.net.au>
2051
2052         * ldlang.c (map_input_to_output_sections): Replace "break"
2053         accidentally removed with 2001-08-03 change.
2054         (lang_gc_sections_1): Likewise.
2055
2056 2001-11-21  Alan Modra  <amodra@bigpond.net.au>
2057
2058         * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
2059
2060 2001-11-20  Angela Marie Thomas <angela@redhat.com>
2061
2062         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2063         of false when calling lang_size_sections.
2064         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
2065
2066 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
2067
2068         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
2069         function when LDEMUL_FINISH isn't set to the same name.  Don't
2070         call ${LDEMUL_FINISH}.
2071         (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
2072         * emultempl/armelf.em (arm_elf_finish): Call
2073         gld${EMULATION_NAME}_finish.
2074         * emultempl/hppaelf.em (hppaelf_finish): Rename to
2075         gld${EMULATION_NAME}_finish.  Call bfd_elf32_discard_info and
2076         hppaelf_layout_sections_again if necessary.
2077         (need_laying_out): New var.
2078         (hppaelf_layaout_sections_again): Rename to
2079         hppaelf_layout_sections_again.  Clear need_laying_out.
2080         (PARSE_AND_LIST_OPTIONS): Format text.
2081
2082 2001-11-14  H.J. Lu  <hjl@gnu.org>
2083
2084         * emultempl/armelf.em (arm_elf_finish): Renamed from
2085         gld${EMULATION_NAME}_finish.
2086         (LDEMUL_FINISH): Set to arm_elf_finish.
2087
2088 2001-11-14  Daniel Jacobowitz  <drow@mvista.com>
2089
2090         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
2091         (struct ld_emulation_xfer_struct): Use it.
2092
2093 2001-11-13  Ross Alexander <ross.alexander@uk.neceur.com>
2094
2095         * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
2096         additional symbols referenced by newer crt0.o files from HP.
2097
2098 2001-11-12  Anthony Green  <green@redhat.com>
2099
2100         * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
2101
2102 2001-11-12  Alfred M. Szmidt  <ams@kemisten.nu>
2103
2104         * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
2105         * Makefile.in: Regenerate.
2106
2107 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2108
2109         * ld.texinfo: Use @command for commands, @option for options.
2110         * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
2111         the page man title.
2112         * Makefile.in: Rebuild.
2113
2114 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
2115
2116         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
2117         Add support for targets.
2118
2119 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
2120
2121         * configure.in (ALL_LINGUAS): Add "fr" and "sv"
2122         * configure: Regernate.
2123         * po/fr.po: New file.
2124         * po/sv.po: New file.
2125
2126 2001-11-01  NIIBE Yutaka  <gniibe@m17n.org>
2127
2128         * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
2129         as little endian default and to support big endian.
2130
2131 2001-11-01  Chris Demetriou  <cgd@broadcom.com>
2132
2133         * ld.texinfo (Options): Document new option, -nostdlib.
2134         * lexsup.c (OPTION_NOSTDLIB): New definition.
2135         (ld_options): Add entry for "nostdlib".
2136         (parse_args): Handle OPTIONS_NOSTDLIB.
2137         * ldfile.c (ldfile_add_library_path): Don't add directories
2138         to the search path if they weren't specified on the command line
2139         and -nostdlib was specified.
2140         * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
2141
2142 2001-10-31  Nick Clifton  <nickc@cambridge.redhat.com>
2143
2144         * lexsup.c (parse_args): Prevent infinite parsing loop when
2145         "-rpath.a" is specified on the command line.
2146         Replace calls to fprintf with calls to einfo.
2147
2148 2001-10-31  John Marshall  <jmarshall@acm.org>
2149
2150         * ld.texinfo: A historical requirement that MEMORY and SECTIONS
2151         appear only once across all the linker scripts involved in a link
2152         invocation no longer applies.  Make the documentation reflect
2153         that.
2154
2155 2001-10-31  NIIBE Yutaka  <gniibe@m17n.org>
2156
2157         * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
2158         targets.
2159         (sh-*-linux*): Added targ_extra_libpath.
2160
2161 2001-10-31  David Heine  <dlheine@tensilica.com>
2162
2163         * ldlang.c (lang_size_sections): Keep a valid output_offset field
2164         for padding statements.
2165
2166 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
2167
2168         * configure.tgt (mmix-*-*): New target.
2169         * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
2170         Add dependencies to match.
2171         * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
2172         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
2173         scripttempl/mmo.sc: New files.
2174         * gen-doc.texi: @set MMIX.
2175         * ld.texinfo: Ditto.
2176         [MMIX] Add MMIX node.
2177         * Makefile.in: Regenerate.
2178
2179 2001-10-29  Kazu Hirata  <kazu@hxi.com>
2180
2181         * ldlang.c: Fix a comment typo.
2182
2183 2001-10-23  Alan Modra  <amodra@bigpond.net.au>
2184
2185         * configure.host: Move alpha*-*-linux-gnu* entry to generic
2186         entries, and match *-*-linux*.
2187
2188 2001-10-20  Alan Modra  <amodra@bigpond.net.au>
2189
2190         * ldgram.y (mri_script_command): Surround processing of INCLUDE
2191         with ldlex_script, ldlex_popstate.
2192         (ifile_p1): Likewise.
2193         * ldlex.l (EOF): Don't BEGIN(SCRIPT).  Restore lineno from the
2194         correct slot.
2195         (lex_push_file): Save current lineno to lineno_stack.  Set lineno
2196         to 1.  Don't BEGIN(SCRIPT).
2197         (lex_redirect): Similarly.
2198         * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
2199
2200 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
2201
2202         * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
2203         __EH_FRAME_END__ and accept eh frames into data section.
2204         Add ctor and dtor sections.
2205
2206 2001-10-19  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2207
2208         * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
2209         (auto-export): Fix indentation.
2210
2211 2001-10-18  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2212
2213         * pe-dll.c (autofilter_objectlist):  Add startup objects
2214         for profiling.
2215         (auto-export): Constify char * p.
2216         Extract file basename and use strcmp rather than ststr
2217         for object lookup.
2218
2219 2001-10-18  Chris Demetriou  <cgd@broadcom.com>
2220
2221         * ldmain.c (get_emulation): Improve comment about the handling
2222         of -mipsN options.
2223
2224 2001-10-17  Alan Modra  <amodra@bigpond.net.au>
2225
2226         * po/POTFILES.in: Regenerate.
2227
2228 2001-10-16  Vassili Karpov  <malc@pulsesoft.com>
2229
2230         * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
2231         -z nocopyreloc and -z nocombreloc usage strings.
2232
2233 2001-10-12  Vassili Karpov  <malc@pulsesoft.com>
2234
2235         * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
2236         in usage.
2237
2238 2001-10-11  Aleksey Romanov <aromanov@ennovatenetworks.com>
2239
2240         * scripttempl/armaout.sc: Place .bss section after end of aligned
2241         data section to match behaviour of aout code in constructrion of
2242         header.
2243
2244 2001-10-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2245
2246         * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
2247         startup files for mingw32 dlls to list.
2248
2249 2001-10-10  Chris Demetriou  <cgd@broadcom.com>
2250
2251         * emultempl/elf32.em: Fix shell 'if' usage for portability.
2252
2253 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
2254
2255         * configure.tgt (targ): Add arm9e-*-elf.
2256
2257 2001-10-05  H.J. Lu  <hjl@gnu.org>
2258
2259         * genscripts.sh: Fix a typo in the last change.
2260
2261 2001-10-05  Jakub Jelinek  <jakub@redhat.com>
2262
2263         * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
2264         -z nocombreloc in usage.
2265
2266 2001-10-03  Jim Blandy  <jimb@redhat.com>
2267
2268         * genscripts.sh: Include a comment at the top of each generated
2269         script, explaining its purpose.
2270
2271 2001-10-03  Vassili Karpov  <malc@pulsesoft.com>
2272
2273         * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
2274         * NEWS: Mention -z nocopyreloc.
2275         * ld.texinfo (Options): Describe nocopyreloc.
2276
2277 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
2278
2279         * configure: Regenerate.
2280
2281 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
2282
2283         * ldver.h (ld_program_version): Remove declaration.
2284         * lexsup.c (parse_args): Move printing of copyright message..
2285         * ldver.c (ldversion): .. to here.
2286         Use BFD_VERSION_STRING in place of BFD_VERSION.
2287         (ld_program_version): Remove.
2288         * Makefile.am (Makefile): Depend on bfd/configure.in.
2289         Run "make dep-am".
2290         * Makefile.in: Regenerate.
2291
2292 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
2293
2294         * Makefile.am: Update dependencies with "make dep-am".
2295         * Makefile.in: Regenerate.
2296
2297 2001-09-29  John Reiser  <jreiser@BitWagon.com>
2298
2299         * ldlang.c (lang_common): Conditionally inhibit Common allocation.
2300         * lexsup.c: Add --no-define-common commandline option.
2301         * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
2302         * ldlex.l: Likewise.
2303         * ld.h: Add command_line.inhibit_common_definition.
2304         * ldmain.c (main): Initialize.
2305         * ld.texinfo: Document.
2306
2307 2001-09-29  Alan Modra  <amodra@bigpond.net.au>
2308
2309         * ldlang.c (section_already_linked): Remove assignment to kept_section.
2310
2311 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
2312
2313         * ldmisc.c (USE_STDARG): Remove.
2314         (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
2315         (einfo): Likewise.
2316         (minfo): Likewise.
2317         (lfinfo): Likewise.
2318
2319         * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
2320         declarations.  Update copyright.
2321
2322 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
2323
2324         * pe-dll.c: Remove obsoleted declaration of
2325         pe_get_data_import_dll_name.
2326         (pe_create_import_fixup): Fix thinko.
2327
2328         * ld.texinfo(enable-auto-import): Clarify the explanation.
2329
2330 2001-09-24  Nick Clifton  <nickc@cambridge.redhat.com>
2331
2332         * pe-dll.c (pe_create_import_fixup): Revert previous patch.
2333         * emultemp/pe.em (pe_data_import_dll): Move definition outside of
2334         DLL_SUPPORT controlled code.
2335
2336 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
2337
2338         * emultempl/pe.em(pe_data_import_dll): Make static.
2339         (pe_get_data_import_dll_name): New accessor function.
2340         * pe-dll.c(pe_create_import_fixup): call
2341         pe_get_data_import_dll_name() from pe.em, instead of
2342         directly accessing pe_data_import_dll variable from pe.em.
2343
2344 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
2345
2346         * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
2347         (def_file_add_directive): Use ISSPACE instead of isspace.
2348         (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
2349         isdigit/isxdigit/isalpha/isalnum.
2350         * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
2351         (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
2352         * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
2353         (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
2354         isalnum.
2355         * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
2356         (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
2357         isupper/tolower.
2358         * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
2359         (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
2360         * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
2361         (ctor_prio): Use ISDIGIT instead of isdigit.
2362         * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
2363         (ldfile_open_file_search): Use ISALPHA instead of isalpha.
2364         (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
2365         isupper/tolower.
2366         * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
2367         (stricpy): Use TOLOWER instead of isupper/tolower.
2368         (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
2369         * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
2370         (lex_warn_invalid): Use ISPRINT instead of isprint.
2371         * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
2372         (main): For gettext, also set the LC_CTYPE locate facet.
2373         (add_keepsyms_file): Use ISSPACE instead of isspace.
2374         * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
2375         (is_num, parse_args): Use ISDIGIT instead of isdigit.
2376         * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
2377         (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
2378         * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
2379         (gldppcmacos_read_file): Use ISSPACE instead of isspace.
2380         * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
2381         (quoteput): Use ISSPACE instead of isspace.
2382         (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
2383         instead of isalnum.
2384
2385 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
2386
2387         * deffilep.y (def_stash_module): Constify "name" param.
2388
2389         * pe-dll.c: Replace CONST with const throughout.
2390         (quick_symbol): Constify "n1", "n2", "n3" params.
2391         (make_singleton_name_thunk): Constify "import" param.  Make
2392         "buffer_len" a size_t.
2393         (make_import_fixup_entry): Constify "name", "fixup_name",
2394         "dll_symname" params.
2395         (pe_get16): Cast args of bfd_seek.  Replace bfd_read with bfd_bread.
2396         (pe_get32): Likewise.
2397         (pe_implied_import_dll): Likewise.
2398
2399         * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
2400         (sort_by_section_name): Likewise.
2401
2402         * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
2403         (make_import_fixup): Cast printf arg, rel->address to long rather
2404         than int.
2405         (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
2406
2407 2001-09-15  Alan Modra  <amodra@bigpond.net.au>
2408
2409         * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
2410         defines BufferSize.  Increase buffer size by one.
2411
2412 2001-09-14  Ralf Habacker <Ralf.Habacker@freenet.de>
2413
2414         * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
2415
2416 2001-09-14  Kevin Lo <kevlo@openbsd.org>
2417
2418         * configure.tgt: Add arm-openbsd target.
2419
2420 2001-09-12  H.J. Lu  <hjl@gnu.org>
2421
2422         * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
2423         eelf64lppc.o to ...
2424         (ALL_64_EMULATIONS): Here.
2425         * Makefile.in: Regenerated.
2426
2427 2001-09-12  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2428
2429         * emultempl/pe.em(make_import_fixup): change signature to
2430         take asection as well as arelec; we need this for proper
2431         error reporting.  Only call pe_create_import_fixup() if
2432         there is no attempt to add a constant addend to the reloc;
2433         otherwise, report error condition.
2434         * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
2435         since final argument is a pointer to make_import_fixup().
2436         Change call to cb() to match make_import_fixup() signature.
2437         (make_import_fixup_mark): make buffer_len unsigned.
2438         * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
2439
2440 2001-09-12  Charles Wilson  <cwilson@ece.gatech.edu>
2441
2442         * ld.texinfo: add verbose documentation for auto-import
2443         direct-addressing workaround, to compliment the terse
2444         error message.
2445
2446 2001-09-12  Andrew MacLeod  <amacleod@redhat.com>
2447
2448         * scripttempl/v850.sc: Add gcc_except_table sections.
2449
2450 2001-09-11  Jeffrey A Law  (law@cygnus.com)
2451
2452         * emulparams/h8300helf.sh: Move stack to a much higher memory address.
2453         * emulparams/h8300self.sh: Similarly.
2454
2455 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
2456
2457         * ld.texinfo (Options, --stack): Correct default value for stack
2458         reserve.
2459
2460 2001-09-05  Tom Rix <trix@redhat.com>
2461
2462         * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
2463
2464 2001-09-03  Andreas Jaeger  <aj@suse.de>
2465
2466         * emultempl/beos.em: Declare prototypes for comparions functions,
2467         adjust definitions.
2468
2469 2001-09-02  Andreas Jaeger  <aj@suse.de>
2470
2471         * emultempl/aix.em: Add missing prototype.
2472         * emultempl/lnk960.em: Likewise.
2473         * emultempl/vanilla.em: Likewise.
2474         * emultempl/armcoff.em: Likewise.
2475         * emultempl/armelf_oabi.em: Likewise.
2476         * emultempl/beos.em: Likewise.
2477         * emultempl/gld960c.em: Likewise.
2478         * emultempl/gld960.em: Likewise.
2479
2480         * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
2481         for prototype declaration.
2482
2483 2001-08-31  Eric Christopher  <echristo@redhat.com>
2484             Jason Eckhardt  <jle@redhat.com>
2485
2486         * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
2487
2488 2001-08-31  Andreas Jaeger  <aj@suse.de>
2489
2490         * emultempl/pe.em: Add missing prototypes.
2491         (gld_${EMULATION_NAME}_after_open): Remove extra args to
2492         pe_find_data_imports.
2493         (pr_sym): Add unused attribute.
2494
2495 2001-08-29  Joel Sherrill <joel@OARcorp.com>
2496
2497         * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
2498         default from coff to elf.
2499
2500 2001-08-29  Jeff Law <law@redhat.com>
2501
2502         * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
2503         ARCH specification.
2504         * emulparams/h8300self.sh: Similarly.
2505
2506 2001-08-28  J"orn Rennecke <amylaar@redhat.com>
2507
2508         * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
2509         eh8300self.o .
2510         (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
2511         * configure.tgt (h8300-*-elf*): New case.
2512         * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
2513         * emulparams/h8300self.sh: New file.
2514         * Makefile.in: Regenerated.
2515
2516 2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
2517
2518         * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
2519         with macro name.
2520
2521 2001-08-27  Linus Nordberg  <linus@swox.com>
2522             Alan Modra  <amodra@bigpond.net.au>
2523
2524         * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
2525         (eelf64ppc.c, eelf64lppc.c): Add make targets.
2526         Run "make dep-am"
2527         * Makefile.in: Regenerate.
2528         * configure.tgt: Add powerpc64 support.  Move pdp11, pjl, pj
2529         entries to correct alphabetical position.
2530         * emulparams/elf64ppc.sh: New.
2531         * emulparams/elf64lppc.sh: New.
2532
2533 2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
2534
2535         * ldmain.c (main): Declare BSIZE as static.
2536
2537 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
2538
2539         * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
2540         into .rel.dyn resp. .rela.dyn if combreloc.
2541         (get_script): If .x linker script is equal to .xn, only put it
2542         once into the binary.
2543         Add .xc and .xsc scripts.
2544         (parse_args): Handle -z combreloc and -z nocombreloc.
2545         * scripttempl/elf.sc (.rela.sbss): Fix a typo.
2546         For .xc and .xsc scripts put all .rel* or .rela* input sections
2547         but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
2548         * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
2549         is elf.
2550         Strip trailing whitespace from script.
2551         Generate .xc and .xsc scripts if requested.
2552         * ldmain.c (main): Initialize link_info.combreloc and
2553         link_info.spare_dynamic_tags.
2554         * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
2555         (ld_options): Add --spare-dynamic-tags option.
2556         (parse_args): Likewise.
2557         * ld.texinfo: Document -z combreloc and -z nocombreloc.
2558         * ldint.texinfo: Document .xc and .xsc linker scripts.
2559         * NEWS: Add notes about -z combreloc and SHF_MERGE.
2560
2561 2001-08-22  H.J. Lu  <hjl@gnu.org>
2562
2563         * emulparams/elf32fr30.sh: Add a newline.
2564
2565 2001-08-21  Andreas Jaeger  <aj@suse.de>
2566
2567         * deffilep.y: Add missing prototypes.
2568         * pe-dll.c: Likewise.
2569
2570 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
2571
2572         * ldlang.c (insert_pad): Fix typos in last patch.
2573
2574         * ldlang.c: When traversing lang_statement_union_type lists,
2575         consistently use "header.next" rather than "next".
2576         * mpw-eppcmac.c: Likewise.
2577         * emultempl/beos.em: Likewise.
2578         * emultempl/hppaelf.em: Likewise.
2579         * emultempl/pe.em: Likewise.
2580         * ldlang.h (union lang_statement_union): Remove "next" field.
2581
2582         * ldlang.c (insert_pad): Use offsetof macro.
2583         (lang_size_sections): Always neuter padding statements.
2584         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
2585
2586         * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
2587         passed to lang_size_sections.
2588         (pe_exe_fill_sections): Likewise.
2589         * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
2590         (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
2591
2592 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
2593
2594         * emultempl/aix.em: Formatting fixes.
2595
2596 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
2597
2598         * ldlang.c (insert_pad): Make use of an existing pad statement if
2599         available.  Move code calculating alignment, adjusting section
2600         alignment power, and adjusting dot to ..
2601         (size_input_section): .. here.  Remove unused relax param.
2602         (lang_size_sections): Change boolean `relax' param to boolean *.
2603         Adjust call to size_input_section.  Make use of insert_pad to
2604         place pad after the assignment statement.  If relaxing, zap
2605         padding statements.
2606         (reset_memory_regions): Reset output_bfd section sizes too.
2607         (relax_again): Move to..
2608         (lang_process): ..here.  Adjust call to lang_size_sections, and
2609         remove duplicated code.
2610         * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
2611
2612 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
2613
2614         * ld.texinfo: Document that fill values now use the four least
2615         significant bytes.
2616         * emulparams/elf32fr30.sh (NOP): Update.
2617         * emulparams/elf32mcore.sh: Likewise.
2618         * emulparams/elf64_s390.sh: Likewise.
2619         * emulparams/elf_i386.sh: Likewise.
2620         * emulparams/elf_i386_be.sh: Likewise.
2621         * emulparams/elf_i386_chaos.sh: Likewise.
2622         * emulparams/elf_i386_ldso.sh: Likewise.
2623         * emulparams/elf_s390.sh: Likewise.
2624         * emulparams/elf_x86_64.sh: Likewise.
2625         * emulparams/i386moss.sh: Likewise.
2626         * emulparams/i386nw.sh: Likewise.
2627         * emulparams/m68kelf.sh: Likewise.
2628         * scripttempl/elf.sc: Update NOP comment.
2629         * scripttempl/elfi370.sc: Likewise.
2630         * scripttempl/elfm68hc11.sc: Likewise.
2631         * scripttempl/elfm68hc12.sc: Likewise.
2632         * scripttempl/nw.sc: Likewise.
2633
2634 2001-08-15  Tom Rix <trix@redhat.com>
2635
2636         * ldgram.y (saved_script_handle): Initialize to NULL.
2637         * ldmain.c (main): Change check on saved_script_handle.
2638
2639 2001-08-14  Alan Modra  <amodra@bigpond.net.au>
2640
2641         * emultempl/elf32.em: Formatting fixes.
2642         (output_prev_sec_find): Test for bfd_ind_section too;  do so by
2643         looking at sec->owner.
2644         (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
2645         (gld${EMULATION_NAME}_place_orphan): Add a few comments.  Remove
2646         unused code, and reorganize orphan section placement code.
2647
2648         * ldlang.c (wild_doit): Rename to lang_add_section.
2649         * ldlang.h: Here too.
2650         * mpw-elfmips.c: And here.
2651         * emultempl/beos.em: And here.
2652         * emultempl/elf32.em: And here.
2653         * emultempl/hppaelf.em: And here.
2654         * emultempl/pe.em: And here.
2655
2656 2001-08-13  Richard Henderson  <rth@redhat.com>
2657
2658         * emultempl/needrelax.em: New file.
2659         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
2660         * Makefile.am (eelf64_ia64.c): Depend on it.
2661         * Makefile.in: Rebuild.
2662
2663 2001-08-13  Alan Modra  <amodra@bigpond.net.au>
2664
2665         * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
2666         output_section is set non-NULL.
2667
2668         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
2669         `true' for SEC_EXCLUDE sections so that the generic code doesn't
2670         needlessly create an output_section_statement.  Treat a correctly
2671         named output_section_statement with NULL bfd_section as compatible.
2672
2673 2001-08-13  Hans-Peter Nilsson  <hp@bitrange.com>
2674
2675         * emultempl/generic.em: Support EXTRA_EM_FILE.
2676         (ld_${EMULATION_NAME}_emulation): Support emulation parameters
2677         LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2678         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2679         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2680         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2681         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2682         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2683         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2684         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2685         LDEMUL_FIND_POTENTIAL_LIBRARIES.
2686
2687 2001-08-12  Richard Henderson  <rth@redhat.com>
2688
2689         * scripttempl/elf.sc, scripttempl/elfd30v.sc,
2690         scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
2691         scripttempl/v850.sc: Keep .jcr data.
2692
2693 2001-08-12  H.J. Lu  <hjl@gnu.org>
2694             Andrew Haley  <aph@cambridge.redhat.com>
2695             Nick Clifton  <nickc@redhat.com>
2696
2697         * ldgram.y (had_script): Change name to saved_script_handle.
2698         Change type to file handle.
2699         * ld.h (had_script): Rename and retype.
2700         * ldfile.c (ldfile_open_command_file): Save the file handle
2701         used in saved_script_handle.
2702         * lexsup.c (parse_args): Do not allow -c option to alter
2703         saved_script_handle.
2704         * ldmain.c (main): Print out the linker script used if
2705         --verbose is given.  Check saved_script_handle to obtain the
2706         external linker script used, or if NULL, dump the builtin
2707         script.
2708         * ld.texinfo: Document that --verbose now dumps the linker
2709         script used, regardless of whether it was an internal or an
2710         external script.
2711
2712 2001-08-10  Andreas Jaeger  <aj@suse.de>
2713
2714         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2715         to build warnings.
2716         * configure: Regenerate.
2717
2718 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
2719
2720         * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
2721
2722         * scripttempl/elf.sc: Move non-text .dynamic section before
2723         .plt/.got/.sdata* group.
2724         (OTHER_GOT_SECTIONS): Move to immediately after .got.
2725         (OTHER_SDATA_SECTIONS): Add.
2726         * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
2727         OTHER_GOT_SECTIONS.
2728         * emulparams/crislinux.sh: Likewise.
2729         * emulparams/elf32b4300.sh: Likewise.
2730         * emulparams/elf32bmip.sh: Likewise.
2731         * emulparams/elf32bmipn32.sh: Likewise.
2732         * emulparams/elf32bsmip.sh: Likewise.
2733         * emulparams/elf32btsmip.sh: Likewise.
2734         * emulparams/elf32ebmip.sh: Likewise.
2735         * emulparams/elf32elmip.sh: Likewise.
2736         * emulparams/elf32l4300.sh: Likewise.
2737         * emulparams/elf32lmip.sh: Likewise.
2738         * emulparams/elf32lsmip.sh: Likewise.
2739         * emulparams/elf32ltsmip.sh: Likewise.
2740         * emulparams/elf64bmip.sh: Likewise.
2741         * emulparams/elf64btsmip.sh: Likewise.
2742         * emulparams/elf64ltsmip.sh: Likewise.
2743
2744 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
2745
2746         * genscripts.sh: Source the emulparams script before each output
2747         script is generated so that variables like `RELOCATING' may affect
2748         variables defined in the emulparams script.
2749
2750 2001-08-04  Alan Modra  <amodra@bigpond.net.au>
2751
2752         * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
2753         order.
2754
2755         * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
2756         ie. iterate over wild_statement.section_list.
2757         (gld${EMULATION_NAME}_place_orphan): Likewise.
2758
2759 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2760
2761         * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
2762         .fini[0-4] sections used by _exit
2763         (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
2764         (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
2765         * scripttempl/elfm68hc11.sc: Likewise.
2766
2767 2001-08-03  H.J. Lu  <hjl@gnu.org>
2768
2769         * emultempl/beos.em (init): Add the missing initialization.
2770
2771 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
2772
2773         * ld.texinfo (Input Section Basics): Clarify ordering of output
2774         sections.
2775         * ldlang.c (callback_t): Add wildcard_list param.
2776         (walk_wild_section): Remove "section" param.  Rewrite for
2777         lang_wild_statement_type change.  Remove unique_section_p test.
2778         (walk_wild_file): Remove "section" param.
2779         (walk_wild): Remove "section" and "file" params.
2780         (lang_gc_wild): Likewise.
2781         (wild): Likewise.  Modify for lang_wild_statement_type change.
2782         (wild_sort): Likewise.  Add "sec" param.
2783         (gc_section_callback): Likewise.
2784         (output_section_callback): Likewise.  Do unique_section_p test.
2785         (map_input_to_output_sections): Modify call to wild.
2786         (lang_gc_sections_1): Likewise.
2787         (print_wild_statement): Modify for lang_wild_statement_type
2788         change.
2789         (lang_add_wild): Replace filename, filenames_sorted param with
2790         filespec.  Replace section_name, sections_sorted,
2791         exclude_filename_list with section_list.
2792         * ldlang.h (lang_add_wild): Here too.
2793         (lang_wild_statement_type): Replace section_name, sections_sorted,
2794         and exclude_filename_list with section_list.
2795         * ldgram.y (current_file): Delete.
2796         (%union): Add wildcard_list.
2797         (file_NAME_list): Set type to wildcard_list.  Build a linked list
2798         rather than calling lang_add_wild for each entry.
2799         (input_section_spec_no_keep): Call lang_add_wild here instead.
2800         * ld.h (struct wildcard_list): Declare.
2801         * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
2802
2803 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
2804
2805         * ldmain.c (main): initialize link_info.pei386_auto_import
2806         * pe-dll.c: new tables for auto-export filtering
2807         (auto_export): change API, pass abfd for contextual filtering.
2808         Loop thru tables of excluded symbols instead of comparing
2809         "by hand".
2810
2811 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
2812
2813         * pe-dll.c: new variable pe_dll_enable_extra_debug. New
2814         static variable current_sec (static struct sec *). Add
2815         forward declaration for add_bfd_to_link.
2816         (process_def_file): Don't export undefined symbols. Do not
2817         export symbols starting with  "_imp__".  Call auto_export()
2818         with new API.
2819         (pe_walk_relocs_of_symbol): New function.
2820         (generate_reloc): add optional extra debugging
2821         (pe_dll_generate_def_file): eliminate extraneous initial blank
2822         line in output
2823         (make_one): enlarge symtab to make room for __nm__ symbols
2824         (DATA auto-import support).
2825         (make_singleton_name_thunk): New function.
2826         (make_import_fixup_mark): New function.
2827         (make_import_fixup_entry): New function.
2828         (pe_create_import_fixup): New function.
2829         (add_bfd_to_link): Specify that 'name' argument is a CONST
2830         char *.
2831         * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
2832         declare new functions pe_walk_relocs_of_symbol and
2833         pe_create_import_fixup.
2834         * emultempl/pe.em: add new options --enable-auto-import,
2835         --disable-auto-import, and --enable-extra-pe-debug.
2836         (make_import_fixup): New function.
2837         (pe_find_data_imports): New function.
2838         (pr_sym): New function.
2839         (gld_${EMULATION_NAME}_after_open): Add optional extra pe
2840         debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
2841         CODE.
2842
2843 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
2844
2845         * ld.texinfo: add additional documentation for
2846         --export-all-symbols.  Document --out-implib,
2847         --enable-auto-image-base, --disable-auto-image-base,
2848         --dll-search-prefix, --enable-auto-import, and
2849         --disable-auto-import.
2850         * ldint.texinfo: Add detailed documentation on auto-import
2851         implementation.
2852
2853 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
2854
2855         * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
2856         example.
2857
2858 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
2859
2860         * Makefile.am: Update dependencies with "make dep-am".
2861         * Makefile.in: Regenerate
2862
2863 2001-07-23  Alan Modra  <amodra@bigpond.net.au>
2864
2865         * ldcref.c (check_section_sym_xref): New function.
2866         (check_nocrossrefs): Call it.
2867         (check_nocrossref): Interate over h->refs here instead of..
2868         (check_refs): ..here.  Pass in the symbol name, section, and bfd
2869         rather than hash_entry pointers.
2870         (struct check_refs_info): Keep symbol name rather than hash entry.
2871         Remove "same".
2872         (check_reloc_refs): Tweak for above changes in check_refs_info.
2873         Only report references to section syms when symname is NULL to
2874         prevent duplicate messages for the same reloc.
2875
2876 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
2877
2878         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
2879         available.  Do not print NULL trees.
2880         (exp_print_token): Print unknown tokens with values > 126 as
2881         decimal values not ASCII characters.
2882
2883         * ldlang.c (lang_leave_overlay): If a region is specified assign
2884         it to all sections inside the overlay unless they have been
2885         assigned to the own, non-default, memory region.
2886
2887         * README: Add header for consistency with other README files.
2888
2889 2001-07-14  H.J. Lu  <hjl@gnu.org>
2890
2891         * emultempl/elf32.em (output_prev_sec_find): Never return
2892         bfd_abs_section_ptr, bfd_com_section_ptr nor
2893         bfd_und_section_ptr.
2894
2895 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
2896
2897         * Makefile.am (em32relf.c): Change dependency from generic.em to
2898         elf32.em.
2899         * Makefile.in: Regenerate.
2900
2901 2001-07-14  matthew green  <mrg@eterna.com.au>
2902
2903         * configure.tgt (i386-*-netbsdelf*): New target.
2904         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
2905
2906 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
2907
2908         * emultempl/elf32.em (output_prev_sec_find): New.
2909         (place_orphan): Use it.
2910
2911 2001-07-11  H.J. Lu  <hjl@gnu.org>
2912
2913         * ldmain.c (main): Fix typos in the last change.
2914
2915 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
2916
2917         * ldmain.c (main): Disallow -F and -f without -shared.
2918
2919 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
2920
2921         * emultempl/pe.em (after_open): Check for the output_bfd not
2922         having any coff_data structure allocated to it.
2923
2924 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
2925
2926         * emultempl/elf32.em: Do not assuming that contents of the buffer
2927         returned from basename function will remain unchanged accross other
2928         function calls.
2929
2930 2001-07-03  H.J. Lu  <hjl@gnu.org>
2931
2932         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
2933         2001-07-03. It creates dynamic entries even for static binaries.
2934
2935 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
2936
2937         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
2938         (DYNAMIC): Use it to reserve few dynamic entries for
2939         post-linking tools.
2940
2941 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
2942
2943         * emulparams/hppa64linux.sh: New file.
2944         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
2945         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
2946         (ehppa64linux.c): Add rule to make it.
2947         Run "make dep-am".
2948         * Makefile.in: Regenerate.
2949
2950 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
2951
2952         * ld.texinfo (Options, -r): Mention restrictions when using
2953         different object formats.
2954
2955 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
2956
2957         * ldlang.c (lang_check): Emit fatal error if relocatable link
2958         between different object flavours with relocations in input.
2959
2960 2001-06-19  H.J. Lu  <hjl@gnu.org>
2961
2962         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
2963         (--version-script): Mention the language support.
2964
2965 2001-06-19  H.J. Lu <hjl@gnu.org>
2966
2967         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
2968
2969 2001-06-18  H.J. Lu <hjl@gnu.org>
2970
2971         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
2972         (diststuff): Add $(MANS).
2973         * Makefile.in: Regenerated.
2974
2975         * ld.1: Removed.
2976
2977 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
2978
2979         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2980         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
2981         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
2982         * ld.h (args_type): Remove member export_dynamic.  All users
2983         changed to use struct bfd_link_info member.
2984
2985         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
2986         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
2987         * Makefile.in: Regenerate.
2988
2989 2001-06-18  H.J. Lu  <hjl@gnu.org>
2990
2991         * ldlang.c (init_os): Add the newline to the einfo call.
2992         (lang_check): Likewise.
2993         (lang_do_version_exports_section): Likewise.
2994
2995 2001-06-15  H.J. Lu  <hjl@gnu.org>
2996
2997         * lexsup.c (parse_args); Save optind to report unrecognized
2998         option.
2999
3000 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
3001
3002         * ldlang.c (lang_check): Emit fatal error if relocatable link
3003         between different object flavours.
3004
3005         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
3006         Set new link_info member export_dynamic.
3007         * ldmain.c (main): Initialize new link_info member export_dynamic.
3008
3009 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
3010
3011         * ldlang.c (walk_wild): Only call walk_wild_file if
3012         lookup_name returns something.
3013         (lookup_name): If load_symbols fails, return NULL.
3014         (load_symbols): Change to a boolean function.
3015         (open_input_bfds): If load_symbols fails then do not make the
3016         executable.
3017
3018 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
3019
3020         * ldlang.c (record_bfd_errors): Remove.
3021
3022         * emultempl/aix.em: Fix copyright dates.
3023
3024 2001-06-07  Andreas Jaeger  <aj@suse.de>
3025
3026         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
3027         (TEXT_START_ADDR): Likewise.
3028
3029 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
3030
3031         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
3032
3033 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3034
3035         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
3036
3037 2001-05-31  H.J. Lu  <hjl@gnu.org>
3038
3039         * ldlang.c (open_input_bfds): Don't change the bfd error
3040         handler whilst loading symbols.
3041
3042 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
3043
3044         * configure.tgt: Remove i370-mvs architecture, it is not currently
3045         supported.
3046
3047 2001-05-25  H.J. Lu  <hjl@gnu.org>
3048
3049         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
3050         like emulparams/aixppc.sh.
3051
3052 2001-05-25  H.J. Lu  <hjl@gnu.org>
3053
3054         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
3055         setting of output_filename after bfd_scan_arch.
3056         * emultempl/pe.em: Likewise.
3057
3058 2001-05-25  H.J. Lu  <hjl@gnu.org>
3059
3060         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
3061         like emulparams/aixppc.sh.
3062
3063         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
3064         instead of ${srcdir}/emultempl/stringify.sed.
3065
3066 2001-05-25  Timothy Wall  <twall@oculustech.com>
3067
3068         * emulparams/elf64_aix.sh: Change settings to match IBM linker
3069         output.
3070
3071 2001-05-25  Alan Modra  <amodra@one.net.au>
3072
3073         * configure.host: Replace linuxoldld with linux*oldld.
3074         * configure.tgt: Likewise.
3075
3076 2001-05-24  H.J. Lu  <hjl@gnu.org>
3077
3078         * emultempl/stringify.sed: Removed again.
3079
3080 2001-05-24  H.J. Lu  <hjl@gnu.org>
3081
3082         * emultempl/aix.em (OUTPUT_ARCH): Defined.
3083         (gld${EMULATION_NAME}_before_parse): Initialize
3084         ldfile_output_architecture, ldfile_output_machine and
3085         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
3086         * emultempl/beos.em: Likewise.
3087         * emultempl/elf32.em: Likewise.
3088         * emultempl/linux.em: Likewise.
3089         * emultempl/mipsecoff.em: Likewise.
3090         * emultempl/pe.em: Likewise.
3091         * emultempl/sunos.em: Likewise.
3092
3093 2001-05-24 Tom Rix <trix@redhat.com>
3094
3095         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3096         udate import file format.
3097         (change_symbol_mode) New, same
3098         (is_syscall) New, same
3099         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
3100         * emulparams/aixppc64.sh : same
3101         * emulparams/aixrs6.sh : same
3102         * emulparams/ppcmacos.sh : same
3103         * emultempl/aix.em : use strtoull to parse options
3104         * Makefile.am : add eaixppc64 emulation for xcoff64
3105         * Makefile.in : same
3106         * configure.tgt : same
3107
3108         * scripttempl/aix.sc : default text section offset to 0x10000000
3109         default data section offset to 0x20000000
3110         add .sv3264 and .sv64 pseudo sections
3111         loader and debug sections use the currect section offset.
3112
3113         * emultempl/aix.em : Add xcoff64 support
3114         Add -binitfini support
3115         (gld${EMULATION_NAME}_before_parse) -binitfini
3116         (gld${EMULATION_NAME}_parse_args) same
3117         (gld${EMULATION_NAME}_before_allocation) format change for special
3118         sections
3119
3120         * emulparams/aixppc64.sh : New file for xcoff64 support
3121
3122 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
3123
3124         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
3125         variable to avoid non-portable shell construct.
3126
3127 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3128
3129         * ldmain.c (get_emulation): Add -mips5 command line argument.
3130
3131 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
3132
3133         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
3134         (ELF_INTERPRETER_NAME): Define it.
3135         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
3136         it.
3137         * configure.tgt (targ_emul, targ_extra_emuls)
3138         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
3139         as primary, elf_i386 as extra.
3140         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
3141         (eelf_i386_ldso.c): New rule.
3142         * Makefile.in: Rebuilt.
3143
3144 2001-05-22  Nick Clifton  <nickc@redhat.com>
3145
3146         * lexsup.c (ld_options):  Allow -I to be an alias for
3147         --dynamic-linker.  This is for Solaris compatability.
3148         * ld.texinfo: Document that -I can be used.
3149         * ld.1: Regenerate.
3150
3151 2001-05-16  Alan Modra  <amodra@one.net.au>
3152
3153         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
3154         whether an input section is the first one assigned to an output
3155         section.
3156         Assorted formatting fixes.
3157
3158 2001-05-14  DJ Delorie  <dj@delorie.com>
3159
3160         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
3161         * Makefile.in: Ditto.
3162
3163 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
3164
3165         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
3166         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
3167         output sections.
3168         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
3169
3170 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
3171
3172         * ldlang.c (lang_process): Call bfd_merge_sections.
3173
3174 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3175
3176         * ldgram.y: Fix typo.
3177
3178 2001-05-03  H.J. Lu  <hjl@gnu.org>
3179
3180         * emultempl/elf32.em: Include "libiberty.h".
3181         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
3182         basename of the bfd filename.
3183         (gld${EMULATION_NAME}_stat_needed): Likewise.
3184         (gld${EMULATION_NAME}_try_needed): Likewise.
3185         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
3186
3187 2001-05-02  H.J. Lu  <hjl@gnu.org>
3188
3189         * emultempl/pe.em: Include <ctype.h>.
3190
3191 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
3192
3193         * emulparams/elf32openrisc.sh: New file.
3194
3195         * Makefile.am: Add OpenRISC target.
3196         * Makefile.in: Regenerated.
3197
3198         * configure.tgt: Add openrisc-*-* mapping.
3199
3200 2001-05-02  Nick Clifton  <nickc@redhat.com>
3201
3202         * emultempl/aix.em: Replace buystring with xstrdup.
3203         * emultempl/beos.em: Replace buystring with xstrdup.
3204
3205 2001-05-02  H.J. Lu  <hjl@gnu.org>
3206
3207         * ldfile.c: Include "libiberty.h".
3208         * ldlex.l: Likewise.
3209
3210         * ldmisc.c (buystring): Removed.
3211         * ldmisc.h: Likewise.
3212
3213         * ldfile.c: Replace buystring with xstrdup.
3214         * ldlang.c: Likewise.
3215         * ldlex.l: Likewise.
3216         * ldmain.c: Likewise.
3217         * ldmisc.c: Likewise.
3218         * lexsup.c: Likewise.
3219         * mpw-eppcmac.c: Likewise.
3220
3221 2001-04-30  Andreas Jaeger  <aj@suse.de>
3222
3223         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
3224
3225 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3226
3227         * ldlang.c (load_symbols): Give emulation a chance
3228         to process unrecognized file before fatal error is
3229         reported, not after.
3230
3231 2001-04-27  Sean McNeil <sean@mcneil.com>
3232
3233         * configure.tgt: Add arm-vxworks target.
3234         * scripttempl/armcoff.sc: Support .text or .data as a section name
3235         prefix.
3236         Define _etext.
3237
3238 2001-04-13  J.T. Conklin  <jtc@redback.com>
3239
3240         * ld.texinfo: Document --fatal-warnings.
3241         * ld.1: Regenerate.
3242
3243         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
3244         warnings have been turned into errors.
3245         * lexsup.c (OPTION_WARN_FATAL): Define.
3246         (ld_options): Entry for --fatal-warnings.
3247         (parse_args): Handle OPTION_WARN_FATAL.
3248         * ld.h (ld_config_type): Add fatal_warnings field.
3249
3250 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
3251
3252         * ldmain.c (main): Default to discard_sec_merge.
3253         * lexsup.c (OPTION_DISCARD_NONE): Define.
3254         (ld_options): Add --discard-none.
3255         (parse_args): Handle OPTION_DISCARD_NONE.
3256         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
3257         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
3258         all its input sections match.
3259
3260 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
3261
3262         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
3263         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
3264         (eelf32ltsmip.c): New target.
3265         (eelf64btsmip.c): Likewise.
3266         (eelf64ltsmip.c): Likewise.
3267         * Makefile.in: Regenerated.
3268
3269         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
3270         target.
3271         (mips*-*-linux-gnu*): Likewise.
3272
3273         * emulparams/elf32ltsmip.sh: New. Traditional little endian
3274         MIPS taget.
3275         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
3276         target.
3277         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
3278         endian target.
3279
3280 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
3281
3282         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
3283         correct value of __Stext here.
3284         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
3285         .startup section.
3286
3287         * emulparams/crislinux.sh: Remove FIXME.
3288
3289 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
3290
3291         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
3292         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
3293
3294 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
3295
3296         * configure.tgt (cris-*-*): Change default emulation to criself.
3297         (cris-*-*aout*): New rule.
3298
3299 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
3300
3301         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
3302         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
3303
3304 2001-03-26  Andreas Jaeger  <aj@suse.de>
3305
3306         * ld.texinfo (Overview): Fix syntax in texi code.
3307
3308 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3309
3310         * ld.texinfo: Put @c man indications to generate the ld man page.
3311         When generating man, define all the variables.  Define SEEALSO
3312         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
3313         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
3314         (ld.1): Generate from ld.texinfo.
3315         * Makefile.in: Regenerate.
3316
3317 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
3318
3319         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
3320         and '-fdata-sections'. Set the VMA of STABS sections to zero.
3321
3322 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
3323
3324         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
3325         is an absolute path look only for this file and not along the path.
3326
3327 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
3328
3329         * emultempl/elf32.em (OPTION_GROUP): New macro.
3330         Add new option Bgroup to longopts.
3331         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
3332         (gld*_list_options): Add -Bgroup and -z defs.
3333         * ld.1: Document -Bgroup and -z defs.
3334         * ld.texinfo: Likewise.
3335
3336 2001-03-07  Michael Meissner  <meissner@redhat.com>
3337
3338         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
3339         with sections created by -fdata-sections.
3340         (.dynbss,.bss): Ditto.
3341
3342 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
3343
3344         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
3345         after_allocation_default, not gld..._before_allocation.
3346
3347 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
3348
3349         * configure.in (BFD_VERSION): New.
3350         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
3351         * configure: Regenerate.
3352         * Makefile.am: Run "make dep-am"
3353         * Makefile.in: Regenerate.
3354
3355 2001-02-26  Timothy Wall  <twall@cygnus.com>
3356
3357         * emulparams/elf64_aix.sh: Add additional read-only sections;
3358         uncomment lines which are now required.
3359
3360 2001-02-26  H.J. Lu  <hjl@gnu.org>
3361
3362         * ldlang.c (open_input_bfds): Set the bfd error handler so
3363         that problems can be caught whilst loading symbols.
3364         (record_bfd_errors): New function: Report BFD errors and mark
3365         the executable output as being invalid.
3366
3367 2001-02-22  Timothy Wall  <twall@cygnus.com>
3368
3369         * configure.host: Add configuration for ia64-*-aix*.
3370         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
3371         Add dependencies for eelf64_aix.c.
3372         * Makefile.in: Regenerate.
3373         * configure.tgt: Add ia64-*-aix* mapping.
3374         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
3375         * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
3376         AIX-specific test.
3377
3378 2001-02-20  H.J. Lu  <hjl@gnu.org>
3379
3380         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
3381         false if we found the file.
3382
3383 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
3384
3385         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
3386         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
3387
3388 2001-02-18  lars brinkhoff  <lars@nocrew.org>
3389
3390         * Makefile.am: Add PDP-11 target.
3391         * configure.tgt: Likewise.
3392         * emulparams/pdp11.sh: New file.
3393
3394 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
3395
3396         * configure.host: Add a generic FreeBSD configuration entry such that
3397         all [modern] FreeBSD systems on all platforms will look the same.
3398
3399 2001-02-14  H.J. Lu  <hjl@gnu.org>
3400
3401         * configure.tgt: Remove mention of earmelf_linux26.
3402
3403 2001-02-13  Richard Henderson  <rth@redhat.com>
3404
3405         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
3406
3407 2001-02-13  H.J. Lu  <hjl@gnu.org>
3408
3409         * ldexp.h (node_type): Add etree_provided.
3410         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
3411         type to etree_provided if defined by PROVIDE. Allow updating
3412         for etree_provided.
3413         (exp_print_tree): Handle etree_provided.
3414         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
3415         etree_provided.
3416
3417 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
3418
3419         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
3420         .IA_64.unwind.* pattern to unwind table section and
3421         .IA_64.unwind_info* pattern to unwind info section.
3422
3423 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3424
3425         * Makefile.am: Add linux target for S/390.
3426         * Makefile.in: Likewise.
3427         * configure.host: Likewise.
3428         * configure.tgt: Likewise.
3429         * emulparams/elf64_s390.sh: New file.
3430         * emulparams/elf_s390.sh: New file.
3431
3432 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
3433
3434         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
3435         targ_extra_libpath.
3436         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
3437
3438 2001-02-06  Philip Blundell  <philb@gnu.org>
3439
3440         * Makefile.am: Remove mention of earmelf_linux26.
3441         * Makefile.in: Regenerate.
3442
3443 2001-02-04  Philip Blundell  <philb@gnu.org>
3444
3445         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
3446         * emulparams/armelf_linux26.sh: Delete.
3447         * configure.tgt: Remove mention of armelf_linux26 emulation.
3448
3449 2001-02-01  Nick Clifton  <nickc@redhat.com>
3450
3451         * ld.1: Replace occurances of -oformat with --oformat.
3452
3453 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
3454
3455         * ldlang.c (lang_leave_overlay): Don't set lma_region when
3456         load_base is specified.
3457
3458 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
3459
3460         * emultempl/elf32.em: Correct spelling in comments and listed
3461         options.
3462
3463 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
3464
3465         * ldlang.c (lang_leave_overlay): Only set lma_region from the
3466         default for the first section of a group of overlay sections.
3467
3468 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
3469
3470         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
3471         * Makefile.in: Regenerate.
3472         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
3473         Check for null tool_dir.
3474
3475 2001-01-16  Jim Wilson  <wilson@redhat.com>
3476
3477         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
3478         and IA_64.unwind.info.
3479
3480 2001-01-16  H.J. Lu  <hjl@gnu.org>
3481
3482         * ldlang.c (lang_check): Merge the private data only if the
3483         input file has contents.
3484
3485 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
3486
3487         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
3488
3489         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
3490         enabling search for libmilli.  On a relocatable link, make .text
3491         sections unique.
3492         (LDEMUL_AFTER_PARSE): Define.
3493         (hppaelf_finish): Correct spelling of relocatable in comments.
3494
3495         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3496         rummage through the script for sections on the unique list.
3497         Correct length of strncmp for ".note".
3498         (gld${EMULATION_NAME}_check_needed): Rearrange function.
3499
3500         * ldlang.c (unique_section_list): New var.
3501         (unique_section_p): New function.
3502         (walk_wild_section): Don't match sections on unique_section_list.
3503         (lang_add_unique): New function.
3504         Correct spelling of relocatable in comments.
3505
3506         * ldlang.h (struct unique_sections): Declare.
3507         (unique_section_list): Declare.
3508         (unique_section_p): Declare.
3509         (lang_add_unique): Declare.
3510
3511         * lexsup.c (ld_options): Allow --unique to take an optional arg.
3512         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
3513
3514         * ld.texinfo (--unique): Update.
3515
3516 2001-01-13  Nick Clifton  <nickc@redhat.com>
3517
3518         * lexsup.c (parse_args): Remove spurious white space.
3519
3520 2001-01-12  Nick Clifton  <nickc@redhat.com>
3521
3522         * lexsup.c (parse_args): Update copyright date.
3523
3524 2001-01-12  Philip Blundell  <pb@futuretv.com>
3525
3526         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
3527
3528 2001-01-10  Kazu Hirata  <kazu@hxi.com>
3529
3530         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
3531         * scripttempl/h8300h.sc: Fix formatting.
3532         * scripttempl/h8300s.sc: Likewise.
3533         * scripttempl/h8500.sc: Likewise.
3534         * scripttempl/h8500b.sc: Likewise.
3535         * scripttempl/h8500c.sc: Likewise.
3536         * scripttempl/h8500m.sc: Likewise.
3537         * scripttempl/h8500s.sc: Likewise.
3538
3539 2000-01-07  David O'Brien  <obrien@BSDi.com>
3540
3541         * emultempl/elf32.em: Only perform Linux ld hints processing when
3542         targeting Linux.
3543
3544 2001-01-07  Philip Blundell  <philb@gnu.org>
3545
3546         * ld.texinfo (Bug Reporting): Update email address for reports.
3547
3548 2000-12-31  Nick Clifton  <nickc@redhat.com>
3549
3550         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
3551         options by checking for a return value of '?' not -1.
3552
3553 2000-12-28  Nick Clifton  <nickc@redhat.com>
3554
3555         * lexsup.c (struct ld_option): Add new enum value:
3556         EXACTLY_TWO_DASHES.
3557         (ld_options[]): Change -omagic, -output and -oformat options
3558         to be EXACTLY_TWO_DASHES.
3559         (OUTPUT_COUNT): Use ARRAY_SIZE.
3560         (parse_args): Change parameter 'argc' to unsigned.
3561         Place EXACTLY_TWO_DASHES options into new really_longopts
3562         array.
3563         If getopt_long_only fails, try calling getopt_long using the
3564         really_longopts array.
3565         (help): Print a double dash for both EXACTLY_TWO_DASHES and
3566         TWO_DASHES options.
3567
3568         * ldlex.h: Fix prototype of parse_args.
3569
3570         * ld.texinfo: Document that long options starting with 'o'
3571         must be preceeded by two dashes.  Change example of a single
3572         dashed long option from -oformat to -trace-symbol.
3573
3574 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3575
3576         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
3577         (longopts[]): New --no-default-excludes option.
3578         (gld_${EMULATION_NAME}_list_options): Document.
3579         (gld_${EMULATION_NAME}_parse_args): Handle.
3580
3581 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3582
3583         * ldlang.c (new_stat): Revert the last beautification with "innocent"
3584         whitespace, it breaks the K&R C preprocessor.
3585
3586 2000-12-11  DJ Delorie  <dj@redhat.com>
3587
3588         * ld.texinfo: Add notes about --whole-archive and gcc.
3589
3590 2000-11-18  Fred Fish  <fnf@be.com>
3591
3592         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
3593         (ld_options): Entry for --allow-shlib-undefined.
3594         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
3595         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
3596         to false.
3597         * ld.texinfo: Document new command line switch.
3598
3599 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
3600
3601         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
3602         .fixup is actually read/write.
3603         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3604         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3605         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3606
3607 2000-12-11  Jan Hubicka  <jh@suse.cz>
3608
3609         * NEWS: Add note about x86_64 architecture.
3610
3611 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
3612
3613         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
3614         Set DWARF2 sections to a VMA of zero.
3615
3616 2000-12-01  Joel Sherrill  <joel@OARcorp.com>
3617
3618         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
3619         New targets.
3620         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3621         (sparc*-*-rtems*): Switched from a.out to ELF.
3622
3623 2000-11-30  Jan Hubicka  <jh@suse.cz>
3624
3625         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
3626         (eelf_x86_64.c): New.
3627         * Makefile.in: Regenerate.
3628         * configure.tgt: Add support for x86_64-*-linux-gnu*.
3629         * emulparams/elf_x86_64.sh: New.
3630
3631 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
3632
3633         * emulparams/crislinux.sh (ENTRY): Change back to _start.
3634         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
3635
3636         * scripttempl/crisaout.sc: Change all RELOCATING not related to
3637         merging non-a.out sections into CONSTRUCTING.
3638
3639 2000-11-28  Nick Clifton  <nickc@redhat.com>
3640
3641         * ld.1 (COPYING): Mention that the GNU Free Documentation
3642         License is present in the sources, but not the output, and
3643         also available from the GNU website.
3644         (GNU Free Documentation License): Comment out this section.
3645
3646 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
3647
3648         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
3649         does not use them.
3650
3651 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
3652
3653         * ld.1: Remove old date so it does not give the impression the manpage
3654         is way out of date.
3655
3656 2000-11-24  Nick Clifton  <nickc@redhat.com>
3657
3658         * configure.tgt (xscale-coff): Add target.
3659         (xscale-elf): Add target.
3660
3661 2000-11-24  Fred Fish  <fnf@be.com>
3662
3663         * ldmain.c (main): Remove redundant init of config.make_executable
3664         to true.
3665
3666 2000-11-15  Richard Henderson  <rth@redhat.com>
3667
3668         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
3669
3670 2000-11-14  Kazu Hirata  <kazu@hxi.com>
3671
3672         * scripttempl/h8300.sc: Fix formatting.
3673         * scripttempl/h8300h.sc: Likewise.
3674         * scripttempl/h8300s.sc: Likewise.
3675
3676 2000-11-14  Denis Chertykov  <denisc@overta.ru>
3677
3678         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
3679
3680 2000-11-09  Philip Blundell  <pb@futuretv.com>
3681
3682         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
3683         around orphan sections whose names can be represented in C.
3684
3685 2000-11-07  Jim Wilson  <wilson@redhat.com>
3686
3687         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
3688         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
3689
3690 2000-11-06  Nick Clifton  <nickc@redhat.com>
3691
3692         * ld.texinfo: Add GNU Free Documentation License.
3693         * ldint.texinfo: Add GNU Free Documentation License.
3694         * ld.1: Add GNU Free Documentation License.
3695
3696 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
3697
3698         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
3699         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
3700
3701         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
3702         Move 2000-11-02 Makefile.in changes to this file.
3703         * Makefile.in: Regenerate.
3704
3705 2000-11-03  Nick Clifton  <nickc@redhat.com>
3706
3707         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
3708         constructors and destructors.
3709         * scripttempl/h8300h.sc: Ditto.
3710         * scripttempl/h8300s.sc: Ditto.
3711         * scripttempl/h8500.sc: Ditto.
3712         * scripttempl/h8500b.sc: Ditto.
3713         * scripttempl/h8500c.sc: Ditto.
3714         * scripttempl/h8500m.sc: Ditto.
3715         * scripttempl/h8500s.sc: Ditto.
3716         * scripttempl/v850.sc: Ditto.
3717         * scripttempl/w65.sc: Ditto.
3718         * scripttempl/z8000.sc: Ditto.
3719
3720 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
3721
3722         * Makefile.in (e_i386_chaos.c): New rule.
3723         (ALL_EMULATIONS): Added e_i386_chaos.o.
3724         * emulparams/elf_i386_chaos.sh: New file.
3725         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
3726
3727 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
3728
3729         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
3730         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
3731         Fix sed invocation, so that it coped with '/' in Solaris 64bit
3732         library path suffix.
3733         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
3734
3735 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
3736
3737         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
3738         for consecutive sections.
3739
3740 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
3741
3742         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
3743         options.
3744         * ld.texinfo: Added notes about this new option.
3745
3746 2000-10-16  Nick Clifton  <nickc@redhat.com>
3747
3748         * emultempl/pe.em (_after_open): Add tests of return values from
3749         bfd functions.  Emit appropriate error messages if necessary.
3750
3751 2000-10-13  Nick Clifton  <nickc@redhat.com>
3752
3753         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
3754         local variables - they are not used, but leave in the call to
3755         bfd_canonicalize_symtab.
3756         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
3757         pe_dll_search_prefix.
3758
3759 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
3760
3761         * emultempl/pe.em (pe_dll_search_prefix): New variable,
3762         (longopts): New --dll-search-prefix option.
3763         (gld_${EMULATION_NAME}_list_options): Document.
3764         (gld_${EMULATION_NAME}_parse_args): Handle.
3765         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
3766         dynamically, search for a dll named '<prefix><basename>.dll'
3767         in preference to 'lib<basename>.dll' if --dll-search-prefix
3768         is specified.
3769
3770 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
3771
3772         * ldlang.c (section_already_linked): Set kept_section instead of
3773         sec->comdat->sec.
3774
3775 2000-10-10  Kazu Hirata  <kazu@hxi.com>
3776
3777         * deffile.h: Fix formatting.
3778         * lexsup.c: Likewise.
3779         * mri.c: Likewise.
3780
3781 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3782
3783         * pe-dll.c (make_one): Do not generate code thunk for DATA
3784         exports.
3785         (process_def_file): deduce DATA flag for auto-export sumbols.
3786
3787 2000-10-09  Kazu Hirata  <kazu@hxi.com>
3788
3789         * ld.h: Fix formatting.
3790         * ldcref.c: Likewise.
3791         * ldctor.h: Likewise.
3792         * ldemul.c: Likewise.
3793         * ldemul.h: Likewise.
3794         * ldexp.c: Likewise.
3795         * ldexp.h: Likewise.
3796         * ldfile.c: Likewise.
3797         * ldfile.h: Likewise.
3798         * ldlang.c: Likewise.
3799         * ldlang.h: Likewise.
3800         * ldmain.c: Likewise.
3801         * pe-dll.c: Likewise.
3802
3803         * pe-dll.c: Revert some formatting fixes.
3804
3805 2000-10-08  Kazu Hirata  <kazu@hxi.com>
3806
3807         * pe-dll.c: Fix formatting.
3808
3809 2000-10-05  Kazu Hirata  <kazu@hxi.com>
3810
3811         * ldlang.c: Fix formatting.
3812
3813 2000-10-03  DJ Delorie  <dj@redhat.com>
3814
3815         * pe-dll.c (fill_edata): initialize entire block
3816         (make_one): fill in correct section.
3817
3818 2000-10-03  Kazu Hirata  <kazu@hxi.com>
3819
3820         * ldexp.c: Fix formatting.
3821
3822 2000-10-02  DJ Delorie  <dj@redhat.com>
3823
3824         * emultempl/pe.em (gld_*_after_open): detect case where there two
3825         import libraries for same dll; rename one to ensure proper link
3826         order.
3827
3828         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
3829         typo
3830         (generate_edata): fix typo
3831
3832 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
3833
3834         * scripttempl/crisaout.sc (ENTRY): Now __start.
3835         (.text): Add default setting for __start.
3836         Remove CONSTRUCTORS handling.
3837         (/DISCARD/): Add .gnu.warning.*.
3838         * emulparams/crislinux.sh (ENTRY): Now __start.
3839         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
3840         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
3841         (ENTRY): Now __start.
3842         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
3843         (EXECUTABLE_SYMBOLS): Add default setting for __start.
3844
3845 2000-09-29  Kazu Hirata  <kazu@hxi.com>
3846
3847         * deffile.h: Fix formatting.
3848         * ld.h: Likewise.
3849         * ldcref.c: Likewise.
3850         * ldctor.c: Likewise.
3851         * ldctor.h: Likewise.
3852         * ldemul.c: Likewise.
3853         * ldemul.h: Likewise.
3854         * ldexp.c: Likewise.
3855         * ldexp.h: Likewise.
3856         * ldfile.c: Likewise.
3857         * ldfile.h: Likewise.
3858         * ldlang.c: Likewise.
3859         * ldlang.h: Likewise.
3860         * lexsup.c: Likewise.
3861         * mri.c: Likewise.
3862         * pe-dll.c: Likewise.
3863
3864 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3865
3866         * pe-dll.c (process_def_file): Uninitialized data wasn't
3867         exported with --export-all-symbols switch.
3868
3869 2000-09-28  DJ Delorie  <dj@redhat.com>
3870
3871         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
3872         noname work properly.
3873
3874 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
3875
3876         * ld.texinfo (HPPA ELF32): New section.
3877
3878         * emultempl/hppaelf.em (group_size): New.
3879         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
3880         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
3881         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
3882         options to prevent abbreviations matching.
3883         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
3884         (PARSE_AND_LIST_ARGS_CASES): Handle it.
3885
3886 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3887
3888         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
3889         on the m68*-*-elf target.  Make it support COFF input objects.
3890
3891 2000-09-21  Kazu Hirata  <kazu@hxi.com>
3892
3893         * ldmain.c: Fix formatting.
3894         * ldmisc.c: Likewise.
3895         * ldver.c: Likewise.
3896         * ldwrite.c: Likewise.
3897
3898 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
3899
3900         * ldwrite.c (clone_section): Silence gcc warnings.
3901
3902 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
3903
3904         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
3905         out of memory failure.
3906
3907         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
3908         (clone_section): Handle out of memory failures.  Rename var to
3909         avoid c++ reserved word.
3910
3911 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
3912
3913         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
3914         stub_name param to stub_sec_name.
3915         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
3916
3917 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3918
3919         * emultempl/m68kelf.em: New file.
3920         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
3921         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
3922         * Makefile.in: Regenerate.
3923
3924 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
3925
3926         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
3927         only as needed.
3928
3929 2000-09-13  Nick Clifton  <nickc@redhat.com>
3930
3931         * ldmain.c (multiple_definition): Disable relaxation if
3932         multiple symbol definitions are encountered - otherwise the
3933         linker could abort with an assertion failure.
3934
3935 2000-09-10  Nick Clifton  <nickc@redhat.com>
3936
3937         * mri.c: Fix formatting.
3938
3939 2000-09-07  H.J. Lu  <hjl@gnu.org>
3940
3941         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
3942         * configure: Rebuild.
3943
3944 2000-09-07  H.J. Lu  <hjl@gnu.org>
3945
3946         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
3947         * Makefile.in: Rebuild.
3948
3949 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
3950
3951         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
3952         broken list handling.  Create __start_SECNAME and __stop_SECNAME
3953         when no place-holder.  Add some comments.  Test both SEC_CODE and
3954         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
3955         Handle case where no output section statement created.
3956
3957 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
3958
3959         * configure.tgt (sh-*-linux*): Added.
3960         * Makefile.am: Added eshelf_linux and eshlelf_linux.
3961         * Makefile.in: Rebuilt.
3962         * emulparams/shelf_linux.sh: New file.
3963         * emulparams/shlelf_linux.sh: New file.
3964
3965 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
3966
3967         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3968         try shuffling sections when the orphan happens to be the place
3969         holder.  Keep count of unique section names generated so we speed
3970         the search for a new name.
3971
3972 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
3973
3974         * configure: Rebuilt with new libtool.m4.
3975
3976 2000-09-05  Nick Clifton  <nickc@redhat.com>
3977
3978         * Makefile.in: Regenerate.
3979         * aclocal.m4: Regenerate.
3980         * configure: Regenerate.
3981         * config.in: Regenerate.
3982         * po/ld.pot: Regenerate.
3983
3984         * ldint.texinfo: Remove CVS revision marker - it foils local
3985         comparisons.
3986
3987         * emultempl/ticoff.em: Remove extraneous comma.
3988
3989 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
3990
3991         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
3992         to stub section flags.
3993         (hppa_for_each_input_file_wrapper): New.
3994         (hppa_lang_for_each_input_file): New.
3995         (lang_for_each_input_file): Define to call above.
3996         (multi_subspace): New.
3997         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
3998         (PARSE_AND_LIST_PROLOGUE): Define.
3999         (PARSE_AND_LIST_LONGOPTS): Define.
4000         (PARSE_AND_LIST_OPTIONS): Define.
4001         (PARSE_AND_LIST_ARGS_CASES): Define.
4002         (hppaelf_finish): Call elf32_hppa_set_gp.
4003         (hppaelf_set_output_arch): Remove.
4004         (LDEMUL_SET_OUTPUT_ARCH): Remove.
4005
4006         * emulparams/hppalinux.sh (ELFSIZE): Define.
4007         (MACHINE): Define.
4008         (OTHER_READONLY_SECTIONS): Define.
4009         (DATA_PLT): Define.
4010         (GENERATE_SHLIB_SCRIPT): Define.
4011
4012         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
4013         to const throughout.  Change `void *' to `PTR' throughout.
4014         (lang_memory_default): Function is local to file, add `static'.
4015
4016         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
4017         (ehppalinux.c): Likewise.
4018         (earmelf.c): Likewise.
4019         (earmelf_linux.c): Likewise.
4020         (earmelf_linux26.c): Likewise.
4021         * Makefile.in: Regenerate.
4022
4023         * ld.h (ld_config_type): Add unique_orphan_sections.
4024         * lexsup.c (OPTION_UNIQUE): Define.
4025         (ld_options): Add "--unique".
4026         (parse_args): Handle it.
4027         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4028         search for an existing output section if unique_orphan_sections is
4029         set.  Make use of bfd_get_unique_section_name rather than
4030         duplicating code here.
4031         * ld.texinfo: Describe --unique.
4032
4033         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
4034         optional arg to split-by-file.
4035         (parse_args): Handle them.
4036         * ld.texinfo: Update description of these options.
4037         * ldwrite.c (clone_section): Pass in the section name.  Replace
4038         local code with bfd_get_unique_section_name.
4039         (split_sections): Tidy code and comments.  Use a list traversal
4040         more appropriate to the list construction.  Handle cooked section
4041         sizes.  Split when split_by_reloc reached rather than exceeded.
4042         Track section size and split when split_by_file reached.  Fix
4043         link_order_tail (even though it's not used).
4044         (ldwrite): Modify condition for calling split_sections to suit
4045         changed split_by_reloc and split_by_file.
4046         * ldmain.c (main): Init config.split_by_reloc and
4047         config.split_by_file to -1.
4048         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
4049         Change split_by_file to bfd_size_type.
4050
4051 2000-09-02  Nick Clifton  <nickc@redhat.com>
4052
4053         * configure.in: Increase version number to 2.10.91.
4054         * NEWS: Mention new ability to support removal of duplicate DWARF2
4055         debug information.
4056         * configure: Regenerate.
4057         * aclocal.m4: Regenerate.
4058         * config.in: Regenerate.
4059
4060 2000-09-02  Daniel Berlin <dberlin@redhat.com>
4061
4062         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
4063         sections.
4064         * scripttempl/elf32avr.sc: Ditto.
4065         * scripttempl/elfd10v.sc: Ditto.
4066         * scripttempl/elfd30v.sc: Ditto.
4067         * scripttempl/elfi370.sc: Ditto.
4068         * scripttempl/elfm68hc11.sc: Ditto.
4069         * scripttempl/elfm68hc12.sc: Ditto.
4070         * scripttempl/elfi386beos.sc: Ditto.
4071         * scripttempl/v850.sc: Ditto.
4072
4073 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
4074
4075         * acinclude.m4: Include libtool and gettext macros from the
4076         top level.
4077         * aclocal.m4, configure: Rebuilt.
4078
4079 2000-08-25  Nick Clifton  <nickc@redhat.com>
4080
4081         * ldlang.c (open_output): When choosing the target for a
4082         particular endianness, do nothing if the target is not
4083         supported.
4084
4085 2000-08-25  H.J. Lu  <hjl@gnu.org>
4086
4087         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
4088         check -rpath nor LD_RUN_PATH for cross link.
4089         * ld.texinfo: Document the change.
4090
4091 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
4092
4093         * NEWS: Mention support for CRIS.
4094
4095 2000-08-23  H.J. Lu  <hjl@gnu.org>
4096
4097         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
4098         the current runpath list from bfd_elf_get_runpath_list ()
4099         before search.
4100
4101 2000-08-22  H.J. Lu  <hjl@gnu.org>
4102
4103         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
4104         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
4105         LD_LIBRARY_PATH for native linker. Display the needed DSO if
4106         trace_file_tries is non-zero.
4107         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
4108         if trace_file_tries is non-zero.
4109
4110         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
4111         * NEWS: Mention it.
4112
4113 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
4114
4115         * NEWS: Mention i860 support.
4116
4117 2000-08-14  Andreas Schwab  <schwab@suse.de>
4118
4119         * scripttempl/elf.sc: Fix last change to use correct comment
4120         syntax.
4121
4122 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
4123
4124         * scripttempl/elf.sc: Add a comment giving the correspondence
4125         between sections, per-datum sections, and linkonce sections.  Make
4126         the comment true even for .bss, .sdata, .sdata2, .sbss, and
4127         .sbss2.
4128
4129 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
4130
4131         * emulparams/elf32_i860.sh: New file.
4132         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
4133         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
4134         (eelf32_i860.c): New rule.
4135         * Makefile.in: Regenerate.
4136
4137 2000-08-10  Nick Clifton  <nickc@cygnus.com>
4138
4139         * emulparams/mipspe.sh (ENTRY): Add definition.
4140
4141 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
4142
4143         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
4144         in error message.
4145
4146 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4147
4148         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
4149         the final size of .bss section.
4150         * scripttempl/elfm68hc12.sc: Likewise.
4151
4152 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
4153
4154         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
4155         gld${EMULATION_NAME}_parse_args for consistency.  Combine
4156         lastoptind and prevoptind vars, and keep track of last optind.
4157         (gld_${EMULATION_NAME}_list_options): Rename to
4158         gld${EMULATION_NAME}_list_options.
4159
4160 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
4161
4162         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
4163         (i586-sco-sysv5uw7.1.0).
4164
4165 2000-07-27  H.J. Lu  <hjl@gnu.org>
4166
4167         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
4168         (PARSE_AND_LIST_PROLOGUE): New.
4169         (PARSE_AND_LIST_LONGOPTS): Likewise.
4170         (PARSE_AND_LIST_OPTIONS): Likewise.
4171         (PARSE_AND_LIST_ARGS_CASES): Likewise.
4172         (PARSE_AND_LIST_EPILOGUE): Likewise.
4173
4174 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
4175
4176         * emultempl/armelf.em: Elide functions common to elf32.em,
4177         ie. most of the file.
4178         (arm_elf_after_open): New.  Do arm specific things then call
4179         gld${EMULATION_NAME}_after_open.
4180         (arm_elf_before_allocation): New.  Call
4181         gld${EMULATION_NAME}_before_allocation then do arm specifics.
4182         (PARSE_AND_LIST_PROLOGUE): Define.
4183         (PARSE_AND_LIST_SHORTOPTS): Define.
4184         (PARSE_AND_LIST_LONGOPTS): Define.
4185         (PARSE_AND_LIST_OPTIONS): Define.
4186         (PARSE_AND_LIST_ARGS_CASES): Define.
4187         (LDEMUL_AFTER_OPEN): Define.
4188         (LDEMUL_BEFORE_ALLOCATION): Define.
4189         (LDEMUL_BEFORE_PARSE): Define.
4190         (LDEMUL_FINISH): Define.
4191
4192         * emultempl/hppaelf.em: Similarly zap most of this file.
4193         (hppaelf_add_stub_section): Prototype.
4194         (hppaelf_layaout_sections_again): Prototype.
4195         (hook_in_stub): Prototype.
4196         (LDEMUL_SET_OUTPUT_ARCH): Define.
4197         (LDEMUL_FINISH): Define.
4198         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
4199
4200         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
4201         (EXTRA_EM_FILE): New.
4202         * emulparams/armelf_linux.sh: Likewise.
4203         * emulparams/armelf_linux26.sh: Likewise.
4204         * emulparams/hppalinux.sh: Likewise.
4205         * emulparams/hppaelf.sh: Likewise.
4206         (NOP): Define.
4207
4208         * emultempl/elf32.em: Fix formatting.
4209         (EXTRA_EM_FILE): Source it.
4210         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
4211         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
4212         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
4213         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
4214         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
4215         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
4216         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
4217         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
4218         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
4219         allow functions in this file to be overridden.
4220         (PARSE_AND_LIST_SHORTOPTS): Handle it.
4221
4222         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
4223
4224         * emultempl/elf32.em: Reorganize file.
4225
4226 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
4227
4228         * emulparams/elf64alpha.sh: Implement "-taso" emulation
4229         specific option to fit 64-bit executable in the lower
4230         31-bit address range.  This is done by changing start
4231         address of .interp (the very first section of executable)
4232         and then setting EF_ALPHA_32BIT elf header flag.
4233
4234 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4235
4236         * emultempl/m68kcoff.em: New file.
4237         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
4238         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
4239         generic.em.
4240         * Makefile.in: Regenerate.
4241
4242 2000-07-20  H.J. Lu  <hjl@gnu.org>
4243
4244         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
4245         and "disable-new-dtags" to stop getopt from treating -d/-e as
4246         abbreviations for these options.
4247
4248 2000-07-20  H.J. Lu  <hjl@gnu.org>
4249
4250         * ld.texinfo: Add documentation for --disable-new-dtags and
4251         --enable-new-dtags.
4252
4253         * ldmain.c (main): Initialize link_info.new_dtags to false.
4254
4255         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
4256         --disable-new-dtags and --enable-new-dtags.
4257         (gld_${EMULATION_NAME}_list_options): Likewise.
4258
4259 2000-07-05  Kenneth Block  <krblock@computer.org>
4260
4261         * lexsup.c: Add optional style to demangle switch
4262         * ld.texinfo: Document optional style to demangle switch.
4263
4264 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
4265
4266         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
4267         ecrislinux.o.
4268         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
4269         Regenerate dependencies.
4270         * Makefile.in: Rebuild.
4271         * configure.tgt (cris-*-*): New target.
4272         * emulparams/crisaout.sh, emulparams/criself.sh,
4273         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
4274         * po/POTFILES.in, po/ld.pot: Regenerate.
4275
4276 2000-07-20  H.J. Lu  <hjl@gnu.org>
4277
4278         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
4279         Print out ignored -z options.
4280
4281 2000-07-19  H.J. Lu  <hjl@gnu.org>
4282
4283         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
4284         (PARSE_AND_LIST_PROLOGUE): New.
4285         (PARSE_AND_LIST_LONGOPTS): Likewise.
4286         (PARSE_AND_LIST_OPTIONS): Likewise.
4287         (PARSE_AND_LIST_ARGS_CASES): Likewise.
4288
4289         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
4290
4291         * lexsup.c (ld_options): Comment out 'z'.
4292         (parse_args): Likewise.
4293
4294         * emultempl/elf32.em: Include "elf/common.h".
4295         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
4296         options.
4297         (gld_${EMULATION_NAME}_list_options): Likewise.
4298
4299         * ld.texinfo: Add documentation for the recognized -z options.
4300
4301 2000-07-19  H.J. Lu  <hjl@gnu.org>
4302
4303         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
4304         bfd_elf_set_dt_needed_soname ().
4305
4306 2000-07-18  DJ Delorie  <dj@cygnus.com>
4307
4308         * pe-dll.c (pe_dll_id_target): check object target name also
4309
4310 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
4311
4312         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
4313         ${INIT_END} if relocating.
4314         (.fini): Likewise ${FINI_START} and ${FINI_END}.
4315
4316 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
4317
4318         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
4319         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
4320         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
4321         errors introduced by the old dynamic lib search order.
4322
4323 2000-07-17  DJ Delorie  <dj@cygnus.com>
4324
4325         * pe-dll.c (process_def_file): auto-export data items also
4326         (pe_process_import_defs): also see if _imp_ form needed
4327
4328 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
4329
4330         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
4331         for dll import libraries
4332
4333 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
4334
4335         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
4336         gcc 2.95.2 and later.
4337
4338 2000-07-11  Kazu Hirata  <kazu@hxi.com>
4339
4340         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
4341         message.
4342
4343 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
4344
4345         * ldemul.h (struct lang_input_statement_struct): Remove forward
4346         declaration.
4347         (struct search_dirs): Likewise.
4348         * ldfile.h (struct lang_input_statement_struct): Likewise.
4349         Protect file from multiple inclusion.
4350         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
4351         declaration from macro to file scope.
4352
4353         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
4354         * ldgram.y: Likewise here.
4355         * ldlang.c: And here.
4356         * ldmain.c: And here.
4357         * mpw-elfmips.c: And here.
4358         * mpw-eppcmac.c: And here.
4359         * emultempl/aix.em: And here.
4360         * emultempl/armcoff.em: And here.
4361         * emultempl/armelf.em: And here.
4362         * emultempl/armelf_oabi.em: And here.
4363         * emultempl/beos.em: And here.
4364         * emultempl/elf32.em: And here.
4365         * emultempl/hppaelf.em: And here.
4366         * emultempl/linux.em: And here.
4367         * emultempl/lnk960.em: And here.
4368         * emultempl/pe.em: And here.
4369         * emultempl/sunos.em: And here.
4370         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
4371         * mpw-idtmips.c: Ditto.
4372         * emultempl/generic.em: Ditto.
4373         * emultempl/gld960.em: Ditto.
4374         * emultempl/gld960c.em: Ditto.
4375         * emultempl/mipsecoff.em: Ditto.
4376         * emultempl/ticoff.em: Ditto.
4377         * emultempl/vanilla.em: Ditto.
4378
4379         * pe-dll.c: Include ldfile.h
4380         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
4381
4382         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
4383         arguments to bfd_elf32_size_dynamic_sections call.
4384         (gldelf32ebmip_place_orphan): Add missing arguments to
4385         lang_leave_output_section_statement call.
4386
4387 2000-07-10  H.J. Lu  <hjl@gnu.org>
4388
4389         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
4390         DLL_SUPPORT.
4391         (strhash): Likewise.
4392         (compute_dll_image_base): Likewise.
4393         (pe_undef_found_sym): Likewise.
4394         (pe_undef_cdecl_match): Likewise.
4395         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
4396         argument "arch" with ATTRIBUTE_UNUSED.
4397
4398 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
4399
4400         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
4401
4402         From  Ryan Bradetich  <rbradetich@uswest.net>
4403         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
4404
4405 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
4406
4407         Changes to create multiple linker stubs, positioned immediately
4408         before the section where they are required.
4409         * emultempl/hppaelf.em: Include elf32-hppa.h.
4410         (stub_sec, file_chain): Delete.
4411         (hppaelf_create_output_section_statements): Don't make a stub
4412         section here.
4413         (hook_stub_info): New struct.
4414         (hook_in_stub): New function.
4415         (hppaelf_add_stub_section): New function.
4416         (hppaelf_finish): Do nothing for relocateable links.  Modify the
4417         call to elf32_hppa_size_stubs.  Move code for updating section
4418         layout from here...
4419         (hppaelf_layaout_sections_again): ..to here, a new function.
4420
4421         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
4422         broken list handling.  Pass in a pointer to the list.
4423         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
4424         for above changes.
4425         (hppaelf_before_parse): Prototype.
4426         (hppaelf_set_output_arch): Prototype.
4427         (hppaelf_create_output_section_statements): Prototype.
4428         (hppaelf_delete_padding_statements): Prototype.
4429         (hppaelf_finish): Prototype.
4430
4431         Merge from elf32.em
4432         * emultempl/hppaelf.em: Include ctype.h.
4433         (struct orphan_save): New.
4434         (gld${EMULATION_NAME}_place_orphan): New.
4435         (output_rel_find): New.
4436         (hppaelf_get_script): Update from elf32.em.
4437         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
4438         Change emulation_name field to "${EMULATION_NAME}".  Add
4439         gld${EMULATION_NAME}_place_orphan.
4440
4441         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
4442         ehppalinux.o, sort it.  Regenerate dependencies.
4443         (ehppalinux.c): Depend on hppaelf.em
4444         * Makefile.in: Regenerate.
4445
4446         * configure.tgt: targ_emul=hppalinux for hppa*linux
4447
4448         * emulparams/hppalinux.sh: New.
4449         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
4450
4451 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
4452
4453         * lexsup.c (parse_args): Copy section name.
4454
4455 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
4456
4457         * emultempl/pe.em: institute the following search order for
4458         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
4459         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
4460         static lib (libfoo.a) if none of the above are found.
4461
4462 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
4463
4464         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
4465         (longopts): New --{enable,disable}-auto-image-base options.
4466         (gld_${EMULATION_NAME}_list_options): Document.
4467         (gld_${EMULATION_NAME}_parse): Handle.
4468         (strhash): New static function.
4469         (compute_dll_image_base): New static function.
4470         (gld_${EMULATION_NAME}_set_symbols): Use.
4471
4472 2000-07-05  DJ Delorie  <dj@redhat.com>
4473
4474         * MAINTAINERS: new
4475
4476 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
4477
4478         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
4479         * emulparams/elf32btsmip.sh: New file.
4480         * Makefile.am: Add traditional mips target.
4481         * Makefile.in: Rebuild.
4482
4483 2000-07-01  H.J. Lu  <hjl@gnu.org>
4484
4485         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
4486         automake to use YLWRAP.
4487         * Makefile.in: Rebuild.
4488
4489 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
4490
4491         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
4492         (CLEANFILES): Add DEPA.
4493         * Makefile.in: Regenerate.
4494
4495 2000-06-30  Timothy Wall  <twall@ppc>
4496
4497         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
4498         the page in the upper octet of the address.
4499
4500 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
4501
4502         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
4503
4504 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
4505
4506         * NEWS: arm-elf does --gc-sections too.
4507
4508 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
4509
4510         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4511         find one.
4512         * Makefile.in: Regenerate.
4513
4514 2000-06-21  H.J. Lu  <hjl@gnu.org>
4515
4516         * Makefile.am: Rebuild dependency.
4517         * Makefile.in: Rebuild.
4518
4519 2000-06-20  H.J. Lu  <hjl@gnu.org>
4520
4521         * Makefile.am: Rebuild dependency.
4522         * Makefile.in: Rebuild.
4523
4524 2000-06-20  Timothy Wall  <twall@cygnus.com>
4525
4526         * scripttempl/tic54xcoff.sc: New.
4527         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
4528         * gen-doc.texi: Add flag for TI COFF.
4529         * ld.texinfo: Add documentation for TI COFF handling switches.
4530         * emultempl/ticoff.em: New. TI COFF handling.
4531         * configure.tgt: Add tic54x target.
4532         * Makefile.am: Add tic54x target.
4533         * Makefile.in: Ditto.
4534
4535 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
4536
4537         * ldmain.c (set_scripts_dir): Correct pointer comparison when
4538         checking for backslashes.
4539
4540 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
4541
4542         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
4543
4544 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
4545
4546         * NEWS: Update list of targets supporting --gc-sections.
4547
4548         * scripttempl/elf.sc: KEEP .eh_frame contents.
4549         * scripttempl/elfd30v.sc: Same here.
4550
4551 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
4552
4553         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
4554         and m68hc11 (elf).
4555         * Makefile.in: Rebuild.
4556         * configure.tgt: Recognize m68hc12 and m68hc11.
4557         * scripttempl/elfm68hc12.sc: New file.
4558         * emulparams/m68hc12elfb: New emulation.
4559         * emulparams/m68hc12elf: New emulation.
4560         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
4561         (includes a memory.x script to define the ROM and RAM banks).
4562         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
4563         New configuration files for support of Motorola 68hc11
4564
4565 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
4566
4567         * ldmain.c (main): Only change SEC_READONLY for final link.
4568
4569 2000-06-13  H.J. Lu  <hjl@gnu.org>
4570
4571         * configure: Regenerate.
4572
4573 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
4574
4575         * configure.in (VERSION): Update to show this is the CVS mainline.
4576
4577 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4578
4579         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
4580         input objects to be ECOFF.
4581         (check_sections): einfo takes %B, not %P, to print a BFD name.
4582
4583 2000-06-05  Michael Matz <matz@ifh.de>
4584
4585         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
4586         version scripts.
4587
4588         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
4589
4590 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
4591
4592         * emulparams/avr1200.sh (STACK): Define as 0.
4593         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
4594         * emulparams/avr4433.sh (STACK): Likewise.
4595         * emulparams/avr44x4.sh (STACK): Likewise.
4596         * emulparams/avr85xx.sh (STACK): Likewise.
4597         * emulparams/avrmega103.sh (STACK): Likewise.
4598         * emulparams/avrmega161.sh (STACK): Likewise.
4599         * emulparams/avrmega603.sh (STACK): Likewise.
4600         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
4601         (__stack): Define from ${STACK} for main().
4602
4603 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
4604
4605         * Makefile.am: Update dependencies with "make dep-am"
4606         * Makefile.in: Regenerate.
4607
4608 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
4609
4610         * ldmain.c: Include filenames.h.
4611         (set_scripts_dir): Support backslashes in program name.
4612
4613 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
4614
4615         * ldmain.c (main): When deciding if ".text" section should be
4616         read-only, don't forget to reset SEC_READONLY because it
4617         could be already set.
4618
4619 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
4620
4621         * ld.1: Add documentation for new command line option:
4622                 --section-start <sectionname>=<sectionorg>
4623         This is a generic version of -Ttext etc. which accepts
4624         any section name as a parameter instead of just text/data/
4625         bss.
4626         * ld.texinfo: More docs.
4627         * NEWS: More docs.
4628         * lexsup.c: (parse_args): Recognize new command line option.
4629         (ld_options): Add new option.
4630
4631 2000-05-18  H.J. Lu  <hjl@gnu.org>
4632
4633         * lexsup.c (parse_args): `i' == `r', not `q'.
4634
4635 2000-05-18  Jeffrey A Law  (law@cygnus.com)
4636
4637         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
4638
4639 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
4640               Rick Gorton          <gorton@scrugs.lkg.dec.com>
4641
4642         Add support for '-q' == '--emit-relocs' switch.
4643         * ldmain.c (main): Default to false.
4644         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
4645         * NEWS: Describe the emitrelocations switch.
4646         * ld.texinfo: Describe the emitrelocations switch.
4647
4648 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
4649
4650         * emultempl/pe.em (_open_dynamic_archive): New function: Search
4651         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
4652         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
4653         link options.
4654
4655 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
4656
4657         * lexsup.c (parse_args): Update the year in the copyright notice.
4658
4659 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
4660
4661         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
4662         Replace defines with those from intl/libgettext.h to quieten gcc
4663         warnings.
4664
4665 2000-05-10  H.J. Lu  <hjl@gnu.org>
4666
4667         * ldlang.c (open_input_bfds): Don't load the same file within
4668         a group again if the whole archive has been loaded already.
4669
4670 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
4671
4672         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
4673         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
4674         strtoul.
4675
4676 2000-05-01  Jim Wilson  <wilson@cygnus.com>
4677
4678         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
4679
4680         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4681         host "ia64-*-linux-gnu*".
4682
4683 2000-04-29  Andreas Jaeger  <aj@suse.de>
4684
4685         * ld.h: Correctly check GCC version.
4686
4687 2000-04-25  Jeffrey A Law  (law@cygnus.com)
4688
4689         * Makefile.am: Add PA64 support.  Add missing dependencies for
4690         PA32 elf support.
4691         * Makefile.in: Rebuilt.
4692         * configure.tgt: Add PA64 support (currently disabled).
4693
4694 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
4695
4696         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
4697         (output_rel_find): New function.
4698         (hold_section, hold_use): Delete.
4699         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4700         hold_interp): Make local to place_orphan.
4701         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
4702         rather than place_section to find possible previous use of orphan.
4703         Similarly find the place-holder output sections.  Use returned
4704         value from lang_enter_output_section_statement rather than calling
4705         lang_output_section_statement_lookup.
4706         * emultempl/armelf.em: Same here.
4707         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
4708
4709         * ldlang.c (lang_enter_output_section_statement): Return output
4710         section statement.
4711         * ldlang.h (lang_enter_output_section_statement): Change
4712         declaration too.
4713
4714         * ldlang.h (lang_output_section_statement): Export it.
4715         * ldlang.c (lang_output_section_statement): Ditto.
4716
4717 2000-04-24  Nick Clifton  <nickc@cygnus.com>
4718
4719         * ld.texinfo (Output Section Data): Add note that section data
4720         commands cannot appear outside of section directives.
4721
4722 2000-04-2  Matthew Green  <mrg@cygnus.com>
4723
4724         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
4725
4726 2000-04-21  Richard Henderson  <rth@cygnus.com>
4727             David Mosberger  <davidm@hpl.hp.com>
4728
4729         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
4730         (eelf64_ia64.c): New rule.
4731         * Makefile.in: Rebuild.
4732         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
4733         * emulparams/elf64_ia64.sh: New file.
4734
4735 2000-04-21  Richard Henderson  <rth@cygnus.com>
4736
4737         * scripttempl/elfd30v.sc: Place .gcc_except_table.
4738
4739 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
4740
4741         * dep-in.sed: Match space at start of file name, not at end.
4742
4743 2000-04-18  H.J. Lu  <hjl@gnu.org>
4744
4745         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
4746         lang_leave_output_section_statement () after calling
4747         lang_enter_output_section_statement ().
4748         * emultempl/armelf.em: Likewise.
4749
4750 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
4751
4752         * emultempl/elf32.em (struct orphan_save): Add section field.
4753         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
4754         better order, and place first orphan section as we did before the
4755         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
4756         Don't call make_bfd_section here, let wild_doit do the job for us.
4757         Don't build a statement list when we'll only throw it away.
4758         * emultempl/armelf.em: Ditto.
4759         * emultempl/pe.em: Similarly.
4760
4761 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
4762
4763         * scripttempl/elfppc.sc: Remove.
4764         * emulparams/elf32ppc.sh: Use elf.sc.
4765         * emulparams/elf32lppc.sh: Use elf.sc.
4766         * emulparams/elf32ppclinux.sh: Use elf.sc.
4767         * emulparams/elf32ppcsim.sh: New file.
4768         * emulparams/elf32lppcsim.sh: New file.
4769         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
4770         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
4771         * Makefile.in: Regenerate.
4772         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
4773
4774 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
4775
4776         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
4777         ~SEC_ALLOC sections too.  Init start address of debug sections.
4778         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4779         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4780         Also set all relocateable section start addresses.
4781
4782 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
4783
4784         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
4785         Add new BSS_PLT variable for when .plt need not be contained in
4786         the file.  Move _etext so that it is also after .fini, and provide
4787         both etext and _etext with a leading underscore.  Mark the start
4788         and end of .sbss.
4789
4790 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
4791
4792         * emultempl/elf32.em (struct orphan_save): New.
4793         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4794         hold_interp): Make them struct orphan_save.
4795         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
4796         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
4797         the end of the relevant section list.  Also add associated section
4798         statements to the end of any previous orphan statements.
4799         * emultempl/armelf.em: Similarly.
4800         * emultempl/pe.em: Similarly.
4801
4802 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
4803
4804         * ld.texinfo (Simple Example): Remove extraneous paragraph.
4805
4806 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
4807
4808         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
4809         --enable-build-warnings option.
4810         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4811         * Makefile.in, configure: Re-generate.
4812
4813 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
4814
4815         * po/ld.pot: Regenerate.
4816
4817         * lexsup.c (help): Restore translated part of bug string.
4818
4819         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
4820         (DEP): Quote when passing vars to sub-make.  Add warning message
4821         to end.
4822         (DEP1): Rewrite for "gcc -MM".
4823         (CLEANFILES): Add DEP2.
4824         Update dependencies.
4825         * Makefile.in: Regenerate.
4826
4827 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
4828
4829         * ld.h: #include "bin-bugs.h"
4830         * lexsup.c (help): Use REPORT_BUGS_TO.
4831
4832 2000-03-27  Denis Chertykov  <denisc@overta.ru>
4833
4834         * configure.tgt (avr-*-*): New target support.
4835         * Makefile.am: Likewise.
4836         * scripttempl/elf32avr.sc: New script file.
4837         * emulparams/avr1200.sh: New file.
4838         * emulparams/avr23xx.sh: New file.
4839         * emulparams/avr4433.sh New file.
4840         * emulparams/avr44x4.sh New file.
4841         * emulparams/avr85xx.sh New file.
4842         * emulparams/avrmega103.sh New file.
4843         * emulparams/avrmega161.sh New file.
4844         * emulparams/avrmega603.sh New file.
4845         * Makefile.in: Regenerate.
4846
4847 2000-03-09  Andreas Jaeger  <aj@suse.de>
4848
4849         * Makefile.am (check-DEJAGNU): Also unset LANG.
4850         * Makefile.in: Rebuild.
4851
4852 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
4853
4854         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
4855         archive.
4856
4857 2000-03-02  H.J. Lu  <hjl@gnu.org>
4858
4859         * emulparams/elf32mcore.sh: Include "getopt.h".
4860
4861 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
4862
4863         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
4864
4865 2000-03-01  H.J. Lu  <hjl@gnu.org>
4866
4867         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
4868         * emulparams/shpe.sh: Likewise.
4869
4870 2000-03-01  Nick Clifton  <nickc@cygnus.com>
4871
4872         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
4873         to unused parameters.
4874
4875         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
4876         functions only used by DLL code.
4877         (_place_orphan): Initialise 'dollar'.
4878
4879 2000-03-01  H.J. Lu  <hjl@gnu.org>
4880
4881         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
4882         indicate if the undefined symbol is a fatal error or not.
4883         Don't delete the output file if "fatal" is false.
4884
4885 2000-02-29  H.J. Lu  <hjl@gnu.org>
4886
4887         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
4888         Set LC_COLLATE and LC_ALL to null and export them. It is for
4889         sort which expects the C locale.
4890         Add $(LIBS) to all $(HOSTING_LIBS).
4891         * Makefile.in: Rebuild.
4892
4893 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
4894
4895         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
4896         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
4897         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
4898         (ld_emulation_xfer_struct): Add missing NULL initialiser for
4899         find_potential_libraries.
4900
4901 2000-02-28  Jim Blandy  <jimb@redhat.com>
4902
4903         * ldgram.y (exclude_name_list): Don't require a comma to separate
4904         list entries; the lexer considers commas to be valid part of a
4905         filename, so in something like `foo, bar' the comma is considered
4906         part of the first filename, `foo,'.
4907         * ld.texinfo: Update section on EXCLUDE_FILE lists.
4908
4909 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
4910
4911         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4912         host "i[3456]86-*-freebsdelf*".
4913
4914 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
4915
4916         * scripttempl/i386go32.sc: Move misplaced semicolons.
4917
4918 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
4919
4920         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
4921         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
4922         (eelf64hppa.c, ehppaelf.c): Remove targets.
4923         * Makefile.in: Rebuild.
4924
4925 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4926
4927         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
4928         GNU/Linux/sparc, but keep the default as 32.
4929
4930         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
4931         it default if sparcv9 or sparc64.
4932
4933 2000-02-24  Nick Clifton  <nickc@cygnus.com>
4934
4935         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
4936         * Makefile.in: Regenerate.
4937         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
4938
4939         * ldemul.h (ld_emulation_xfer_struct): Add new field:
4940         find_potential_libraries.
4941         * ldemul.c (ldemul_find_potential_libraries): New function.
4942
4943         * ldfile.c (ldfile_open_file_search): Allow function to be
4944         exported.
4945         (ldfile_open_file): Call ldemul_find_potential_libraries.
4946         * ldfile.h: Add prototype for ldfile_open_file_search.
4947
4948         * pe-dll.c: Add support for ARM, MIPS and SH targets.
4949
4950         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
4951         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
4952
4953         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
4954         (gld_X_find_potential_libraries): New function.  Search for
4955         libraries called "*.lib".
4956
4957         * scripttempl/pe.sc: Add .pdata section.
4958
4959 2000-02-23  Richard Henderson  <rth@cygnus.com>
4960
4961         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
4962         Add and use memory regions.
4963
4964 2000-02-23  Linas Vepstas (linas@linas.org)
4965
4966         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
4967
4968         * Makefile.am: Add support for Linux/IBM 370.
4969         * configure.tgt: Likewise.
4970
4971         * Makefile.in: Regenerate.
4972
4973 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
4974
4975         * ldlang.c (print_input_section, print_data_statement,
4976         print_reloc_statement, print_padding_statement, insert_pad,
4977         size_input_section, lang_check_section_addresses,
4978         lang_size_sections, lang_do_assignments, lang_set_startof,
4979         lang_one_common): Change `opb' to unsigned.
4980         (lang_do_assignments): Also change `size' to unsigned.
4981
4982 2000-02-16  Richard Henderson  <rth@cygnus.com>
4983
4984         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
4985
4986 2000-02-16  Timothy Wall  <twall@cygnus.com>
4987
4988         * mri.c (mri_draw_tree): Add default LMA region argument to call
4989         to lang_leave_output_section_statement.
4990         * ldlang.h: Update prototypes with LMA region arguments.
4991         * ldlang.c (lang_size_sections): Encapsulate region bounds
4992         checking in os_check_region call.
4993         (os_check_region): New function.
4994         (lang_output_section_statement_lookup): Initialize lma_region.
4995         (lang_leave_output_section_statement): Add LMA region argument.
4996         (lang_leave_overlay): Ditto.
4997         * ldgram.y: Handle LMA region syntax.
4998         * ld.texinfo (Output Section Description): Describe LMA region usage.
4999         * emultempl/armelf.em (gld$place_orphan): Add default value for
5000         lma region in call to lang_leave_output_section_statement.
5001         * emultempl/elf32.em (gld$place_orphan): Add default value for
5002         lma region in call to lang_leave_output_section_statement.
5003         * emultempl/pe.em (gld$place_orphan): Add default value for
5004         lma region in call to lang_leave_output_section_statement.
5005
5006
5007 2000-02-04  Timothy Wall  <twall@redhat.com>
5008
5009         * ldlang.c (lang_check_section_addresses): Use bytes instead of
5010         octets when calculating section end addresses.
5011
5012 2000-02-04  Timothy Wall  <twall@redhat.com>
5013
5014         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
5015
5016 2000-02-03  Timothy Wall <twall@redhat.com>
5017
5018         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
5019         octet count.
5020         * ldlang.c (print_input_section, print_data_statement,
5021         print_reloc_statement, print_padding_statement): Print target
5022         address values and section sizes as bytes, not octets.
5023         (insert_pad) Calculate padding size in octets, and adjust "dot"
5024         by bytes.
5025         (size_input_section) Always adjust "dot" by bytes, not octets.
5026         (lang_check_section_addresses, lang_do_assignments) Adjust
5027         "dot" by bytes, not octets.  Use the larger of the directive size
5028         or octets_per_byte for the number of octets actually allocated in
5029         the output section.
5030         (lang_set_startof) Make sure STARTOF returns a target address.
5031         (lang_one_common) Record size changes in octets.
5032         (lang_abs_symbol_at_end_of) Section end symbol's value is
5033         recorded in target bytes.
5034         * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
5035         to be clear about behavior when an octet is smaller than one byte.
5036
5037 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
5038
5039         * ldcref.c (output_cref): Don't pass message strings to printf
5040         as format arg.
5041         Update copyright.
5042
5043         * ldmisc.c (vfinfo): Same here.
5044         Update copyright.
5045
5046 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
5047
5048         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
5049         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
5050         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
5051         Add missing NULL initialisers, and comments.
5052
5053         * testsuite/ld-srec/sr3.cc (__rethrow): New.
5054
5055 2000-01-21  Nick Clifton  <nickc@cygnus.com>
5056
5057         * ldlang.c (lang_size_sections): Fix typo in comment.
5058
5059 2000-01-18  H.J. Lu  <hjl@gnu.org>
5060
5061         * ldlang.c (lang_size_sections): Also update the current
5062         address of a region if the SEC_NEVER_LOAD bit is not set.
5063
5064 2000-01-10  Philip Blundell  <pb@futuretv.com>
5065
5066         * configure.tgt (arm*-*-conix*): New target.
5067
5068 2000-01-07  Nick Clifton  <nickc@cygnus.com>
5069
5070         * ld.texinfo (Options): Remind users to preceed linker command
5071         line switches with -Wl, (or whatever is appropriate) if it is
5072         being invoked by a comnpiler driver program.
5073         Fix description of the behaviour of the -n command line switch.
5074
5075 2000-01-05  Catherine Moore  <clm@cygnus.com>
5076
5077         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
5078         (name_list): New.
5079         * ld.texinfo (EXCLUDE_FILE): Update documentation.
5080         * ldgram.y (wildcard_spec): Support a list of excluded_files.
5081         (exclude_name_list): New.
5082         ldlang.c (walk_wild_section): Support list of excluded files.
5083         (print_wild_statement): Likewise.
5084         (lang_add_wild): Likewise.
5085         * ldlang.h (lang_wild_statement_type): Likewise.
5086         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
5087
5088 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
5089
5090         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
5091         (process_def_file): Use.
5092         (pe_dll_compat_implib): New variable.
5093         (make_one): Use.
5094
5095         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
5096         pe_dll_compat_implib.
5097
5098         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
5099         compat-implib options.
5100         (gld_${EMULATION_NAME}_list_options): List new options.
5101         (gld_${EMULATION_NAME}_parse_args): Handle.
5102
5103         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5104         dll.
5105
5106         * deffilep.y (opt_name): Allow "." in name.
5107
5108 For older changes see ChangeLog-9899
5109 \f
5110 Local Variables:
5111 mode: change-log
5112 left-margin: 8
5113 fill-column: 74
5114 version-control: never
5115 End: