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