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