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