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