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