1 2001-12-21 Tom Rix <trix@redhat.com>
3 (gld*_create_output_section_statements): New function.
4 For -binitfini support.
5 * emultempl/aix.em (gld*_before_parse): Fix comment.
6 * emultempl/aix.em (gld*_parse_args): Fix comment.
8 2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
10 * configure.tgt (mips*-dec-netbsd*): Delete alias for
12 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
14 * configure.tgt (arm-*-netbsdelf*): Add target.
15 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
16 * emulparams/armelf_nbsd.sh: Added.
17 * Makefile.am: Add rules for earmelf_nbsd.
18 * Makefile.in: Regenerate.
20 2001-12-19 Andreas Jaeger <aj@suse.de>,
21 Susanne Oberhauser <froh@suse.de>
23 * configure.host: Add rules for x86_64-*linux-gnu. Change
24 s390x-linux entry to use gcc to report configuration, replace gcc
25 with $CC in s390-linux
27 2001-12-19 Andreas Jaeger <aj@suse.de>
29 * ld.texinfo (VERSION): Fix markup.
31 2001-12-18 matthew green <mrg@eterna.com.au>
33 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
34 (m68kelfnbsd.c): New rule.
35 * Makefile.in: Regenerate.
36 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
37 (m68*-*-netbsd*4k*): .. this.
38 (m68*-*-netbsdelf*): New target.
39 (m68*-*-netbsd*): Also include ELF support.
40 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
41 * emulparams/m68kelfnbsd.sh: New emulation.
43 2001-12-18 Jakub Jelinek <jakub@redhat.com>
45 * ldgram.y (vers_node): Support anonymous version tags.
46 * ldlang.c (lang_register_vers_node): Ensure anonymous version
47 tag is not defined together with non-anonymous versions.
48 * ld.texinfo: Document it.
50 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
52 * po/tr.po: New file: Turkish translation.
53 * configure.in (ALL_LINGUAS): Add tr.
54 * configure: Regenerate.
56 2001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
58 * Makefile.am: Add rules for eelf64alpha_nbsd.
59 * Makefile.in: Regenerate.
60 * configure.tgt (alpha*-*-netbsd*): Set
61 targ_emul to elf64alpha_nbsd.
62 * emulparams/elf64alpha_nbsd.sh: Added.
64 2001-12-17 Alan Modra <amodra@bigpond.net.au>
66 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
67 section_tail when fiddling with section list.
68 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
69 broken into separate strings to make translation easier.
70 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
71 fiddling with section list.
72 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
74 2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
76 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
78 2001-12-15 Alan Modra <amodra@bigpond.net.au>
80 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
82 2001-12-13 Jakub Jelinek <jakub@redhat.com>
84 * emultempl/elf32.em (finish): Supply output_bfd
85 to bfd_elf*_discard_info.
86 (OPTION_EH_FRAME_HDR): Define.
87 (longopts): Add --eh-frame-hdr.
88 (parse_args): Handle it.
89 (list_options): Add --eh-frame-hdr to help.
90 * emultempl/hppaelf.em (finish): Supply output_bfd
91 to bfd_elf*_discard_info.
92 * scripttempl/elf.sc (.eh_frame_hdr): Add.
94 2001-12-13 Alan Modra <amodra@bigpond.net.au>
96 * lexsup.c (parse_args): Don't pass shortopts to second call to
97 getopt functions. Restore optind rather than decrementing before
98 second call. Remove errind as it now duplicates last_optind.
100 2001-12-11 Christopher Faylor <cgf@redhat.com>
102 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
104 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
105 Richard Henderson <rth@redhat.com>
107 * Makefile.am: Add support for xstormy16.
108 * configure.tgt: Add support for xstormy16.
109 * Makefile.in: Regenerate.
110 * emulparams/elf32xstormy16.sh: New file.
111 * scripttempl/xstormy16.sc: New file.
113 2001-10-01 Christopher Faylor <cgf@cygnus.com>
115 * Makefile.in (LIB_PATH): Make configurable.
116 (GENSCRIPTS): Set LIB_PATH in environment.
117 * configure.in: Substitute LIB_PATH.
118 * configure: Regenerate.
119 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
120 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
122 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
124 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
125 describing the -N option so that it is easier to translate into
128 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
130 * emultempl/pe.em (..._list_options): Replace multiple fprintf
131 statements describing a single option with a single, newline
132 escaped fprintf. This allows better translation into other
135 * ldmain.c (add_archive_element): Combine multiple strings
136 into a single string to permit better translation into other
139 2001-12-05 Tom Rix <trix@redhat.com>
141 * Makefile.am: Remove eaixppc64.
142 * Makefile.in: Regenerate.
144 2001-12-04 Tom Rix <trix@redhat.com>
146 * emultempl/aix.em (choose_target): Change default target to
147 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
149 (gld*_read_file): Fix typo.
150 (change_symbol_mode): Add prototype.
153 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
154 * emulparams/aixrs6.sh : Same.
155 * emulparams/ppcmacos.sh : Same.
156 * emulparams/aixppc64.sh : Delete file.
157 * emultempl/aix.em : Formatting changes.
159 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
161 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
162 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
164 (OTHER_END_SYMBOLS): Fix formatting.
165 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
166 (OTHER_END_SYMBOLS): Fix formatting.
168 2001-12-04 Alan Modra <amodra@bigpond.net.au>
170 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
172 2001-12-02 Tom Rix <trix@redhat.com>
174 * configure.tgt : Remove eaixppc64 emulations.
175 * Makefile.in : Remove eaixppc64.c
176 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
177 (ldemul_default_target): Same.
178 * emultempl/gld960.em (gld960_choose_target): Same.
179 * emultempl/gld960c.em (gld960_choose_target): Same.
180 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
181 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
182 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
183 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
184 * emultempl/aix.em (choose_target): New function. Handle emulation of
187 2001-11-27 H.J. Lu <hjl@gnu.org>
189 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
190 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
191 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
192 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
193 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
194 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
195 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
196 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
198 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
201 (REL_SDATA): Likewise.
202 (REL_SBSS): Likewise.
203 (REL_SDATA2): Likewise.
204 (REL_SBSS2): Likewise.
205 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
208 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
210 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
212 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
214 2001-11-22 H.J. Lu <hjl@gnu.org>
216 * Makefile.in: Regenerated with automake based on automake
219 2001-11-22 Alan Modra <amodra@bigpond.net.au>
221 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
222 (config.status): Delete rule.
223 Add extra dependencies to cover sourced emulparams files.
224 * Makefile.in: Regenerate.
226 * scripttempl/elf.sc: Order <section>, <section>.* and
227 corresponding linkonce sections as seen in input files.
228 Formatting fixes. Zero vma of all sections if not relocating.
229 (STACK): Define and insert if STACK_ADDR defined.
230 (OTHER_RELOCATING_SECTIONS): Delete.
231 (OTHER_END_SYMBOLS): Define.
232 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
233 (OTHER_READWRITE_SECTIONS): Likewise.
234 (OTHER_GOT_SECTIONS): Likewise.
235 (OTHER_SDATA_SECTIONS): Likewise.
236 (OTHER_BSS_SECTIONS): Likewise.
237 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
238 (OTHER_READWRITE_SECTIONS): Likewise.
239 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
240 (OTHER_READWRITE_SECTIONS): Likewise
242 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
243 (STACK_ADDR): Define.
244 * emulparams/armelf_oabi.sh: As for armelf.sh.
245 * emulparams/elf32mcore.sh: As for armelf.sh.
246 * emulparams/h8300elf.sh: As for armelf.sh.
247 * emulparams/mn10200.sh: As for armelf.sh.
248 * emulparams/shelf.sh: As for armelf.sh.
250 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
251 (OTHER_END_SYMBOLS): Define.
252 * emulparams/m32relf.sh: As for elf32fr30.sh.
253 * emulparams/h8300helf.sh: As for elf32fr30.sh.
254 * emulparams/h8300self.sh: As for elf32fr30.sh.
256 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
257 defines with RELOCATING test.
258 (OTHER_SDATA_SECTIONS): Likewise.
259 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
260 (OTHER_END_SYMBOLS): ..this.
261 * emulparams/crislinux.sh: As for criself.sh.
263 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
265 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
266 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
267 normal and linkonce sections as seen in input files.
268 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
269 (TEXT_DYNAMIC): Likewise.
270 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
271 (OTHER_SDATA_SECTIONS): Likewise.
272 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
273 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
274 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
275 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
276 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
277 (OTHER_PLT_RELOC_SECTIONS): Likewise.
278 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
279 sections as seen in input files.
280 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
281 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
283 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
284 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
285 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
286 (OTHER_SECTIONS): Instead, use this..
287 (OTHER_END_SYMBOLS): ..and this.
289 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
290 * emulparams/elf32bsmip.sh: Likewise.
291 * emulparams/elf32btsmip.sh: Likewise.
292 * emulparams/elf32ebmip.sh: Likewise.
293 * emulparams/elf32lmip.sh: Likewise.
294 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
295 * emulparams/elf32lsmip.sh: Likewise.
296 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
297 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
298 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
299 * emulparams/elf64btsmip.sh: Likewise.
300 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
301 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
302 * emulparams/elf32ppclinux.sh: Likewise.
303 * emulparams/elf32ppcsim.sh: Likewise.
304 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
305 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
306 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
307 * emulparams/h8300self.sh: Likewise.
308 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
309 * emulparams/sh.sh: Comment.
310 * emulparams/shl.sh: Source sh.sh, remove duplicates.
311 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
312 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
314 2001-11-21 David Heine <dlheine@tensilica.com>
315 Alan Modra <amodra@bigpond.net.au>
317 * ldlang.c (map_input_to_output_sections): Replace "break"
318 accidentally removed with 2001-08-03 change.
319 (lang_gc_sections_1): Likewise.
321 2001-11-21 Alan Modra <amodra@bigpond.net.au>
323 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
325 2001-11-20 Angela Marie Thomas <angela@redhat.com>
327 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
328 of false when calling lang_size_sections.
329 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
331 2001-11-15 Alan Modra <amodra@bigpond.net.au>
333 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
334 function when LDEMUL_FINISH isn't set to the same name. Don't
335 call ${LDEMUL_FINISH}.
336 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
337 * emultempl/armelf.em (arm_elf_finish): Call
338 gld${EMULATION_NAME}_finish.
339 * emultempl/hppaelf.em (hppaelf_finish): Rename to
340 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
341 hppaelf_layout_sections_again if necessary.
342 (need_laying_out): New var.
343 (hppaelf_layaout_sections_again): Rename to
344 hppaelf_layout_sections_again. Clear need_laying_out.
345 (PARSE_AND_LIST_OPTIONS): Format text.
347 2001-11-14 H.J. Lu <hjl@gnu.org>
349 * emultempl/armelf.em (arm_elf_finish): Renamed from
350 gld${EMULATION_NAME}_finish.
351 (LDEMUL_FINISH): Set to arm_elf_finish.
353 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
355 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
356 (struct ld_emulation_xfer_struct): Use it.
358 Tue Nov 13 11:27:14 2001 Ross Alexander <ross.alexander@uk.neceur.com>
360 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
361 additional symbols referenced by newer crt0.o files from HP.
363 2001-11-12 Anthony Green <green@redhat.com>
365 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
367 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
369 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
370 * Makefile.in: Regenerate.
372 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
374 * ld.texinfo: Use @command for commands, @option for options.
375 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
377 * Makefile.in: Rebuild.
379 2001-11-04 Chris Demetriou <cgd@broadcom.com>
381 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
382 Add support for targets.
384 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
386 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
387 * configure: Regernate.
388 * po/fr.po: New file.
389 * po/sv.po: New file.
391 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
393 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
394 as little endian default and to support big endian.
396 2001-11-01 Chris Demetriou <cgd@broadcom.com>
398 * ld.texinfo (Options): Document new option, -nostdlib.
399 * lexsup.c (OPTION_NOSTDLIB): New definition.
400 (ld_options): Add entry for "nostdlib".
401 (parse_args): Handle OPTIONS_NOSTDLIB.
402 * ldfile.c (ldfile_add_library_path): Don't add directories
403 to the search path if they weren't specified on the command line
404 and -nostdlib was specified.
405 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
407 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
409 * lexsup.c (parse_args): Prevent infinite parsing loop when
410 "-rpath.a" is specified on the command line.
411 Replace calls to fprintf with calls to einfo.
413 2001-10-31 John Marshall <jmarshall@acm.org>
415 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
416 appear only once across all the linker scripts involved in a link
417 invocation no longer applies. Make the documentation reflect
420 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
422 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
424 (sh-*-linux*): Added targ_extra_libpath.
426 2001-10-31 David Heine <dlheine@tensilica.com>
428 * ldlang.c (lang_size_sections): Keep a valid output_offset field
429 for padding statements.
431 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
433 * configure.tgt (mmix-*-*): New target.
434 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
435 Add dependencies to match.
436 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
437 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
438 scripttempl/mmo.sc: New files.
439 * gen-doc.texi: @set MMIX.
441 [MMIX] Add MMIX node.
442 * Makefile.in: Regenerate.
444 2001-10-29 Kazu Hirata <kazu@hxi.com>
446 * ldlang.c: Fix a comment typo.
448 2001-10-23 Alan Modra <amodra@bigpond.net.au>
450 * configure.host: Move alpha*-*-linux-gnu* entry to generic
451 entries, and match *-*-linux*.
453 2001-10-20 Alan Modra <amodra@bigpond.net.au>
455 * ldgram.y (mri_script_command): Surround processing of INCLUDE
456 with ldlex_script, ldlex_popstate.
457 (ifile_p1): Likewise.
458 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
460 (lex_push_file): Save current lineno to lineno_stack. Set lineno
461 to 1. Don't BEGIN(SCRIPT).
462 (lex_redirect): Similarly.
463 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
465 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
467 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
468 __EH_FRAME_END__ and accept eh frames into data section.
469 Add ctor and dtor sections.
471 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
473 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
474 (auto-export): Fix indentation.
476 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
478 * pe-dll.c (autofilter_objectlist): Add startup objects
480 (auto-export): Constify char * p.
481 Extract file basename and use strcmp rather than ststr
484 2001-10-18 Chris Demetriou <cgd@broadcom.com>
486 * ldmain.c (get_emulation): Improve comment about the handling
489 2001-10-17 Alan Modra <amodra@bigpond.net.au>
491 * po/POTFILES.in: Regenerate.
493 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
495 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
496 -z nocopyreloc and -z nocombreloc usage strings.
498 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
500 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
503 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
505 * scripttempl/armaout.sc: Place .bss section after end of aligned
506 data section to match behaviour of aout code in constructrion of
509 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
511 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
512 startup files for mingw32 dlls to list.
514 2001-10-10 Chris Demetriou <cgd@broadcom.com>
516 * emultempl/elf32.em: Fix shell 'if' usage for portability.
518 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
520 * configure.tgt (targ): Add arm9e-*-elf.
522 2001-10-05 H.J. Lu <hjl@gnu.org>
524 * genscripts.sh: Fix a typo in the last change.
526 2001-10-05 Jakub Jelinek <jakub@redhat.com>
528 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
529 -z nocombreloc in usage.
531 2001-10-03 Jim Blandy <jimb@redhat.com>
533 * genscripts.sh: Include a comment at the top of each generated
534 script, explaining its purpose.
536 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
538 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
539 * NEWS: Mention -z nocopyreloc.
540 * ld.texinfo (Options): Describe nocopyreloc.
542 2001-10-03 Alan Modra <amodra@bigpond.net.au>
544 * configure: Regenerate.
546 2001-10-02 Alan Modra <amodra@bigpond.net.au>
548 * ldver.h (ld_program_version): Remove declaration.
549 * lexsup.c (parse_args): Move printing of copyright message..
550 * ldver.c (ldversion): .. to here.
551 Use BFD_VERSION_STRING in place of BFD_VERSION.
552 (ld_program_version): Remove.
553 * Makefile.am (Makefile): Depend on bfd/configure.in.
555 * Makefile.in: Regenerate.
557 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
559 * Makefile.am: Update dependencies with "make dep-am".
560 * Makefile.in: Regenerate.
562 2001-09-29 John Reiser <jreiser@BitWagon.com>
564 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
565 * lexsup.c: Add --no-define-common commandline option.
566 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
568 * ld.h: Add command_line.inhibit_common_definition.
569 * ldmain.c (main): Initialize.
570 * ld.texinfo: Document.
572 2001-09-26 Alan Modra <amodra@bigpond.net.au>
574 * ldmisc.c (USE_STDARG): Remove.
575 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
580 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
581 declarations. Update copyright.
583 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
585 * pe-dll.c: Remove obsoleted declaration of
586 pe_get_data_import_dll_name.
587 (pe_create_import_fixup): Fix thinko.
589 * ld.texinfo(enable-auto-import): Clarify the explanation.
591 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
593 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
594 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
595 DLL_SUPPORT controlled code.
597 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
599 * emultempl/pe.em(pe_data_import_dll): Make static.
600 (pe_get_data_import_dll_name): New accessor function.
601 * pe-dll.c(pe_create_import_fixup): call
602 pe_get_data_import_dll_name() from pe.em, instead of
603 directly accessing pe_data_import_dll variable from pe.em.
605 2001-09-18 Bruno Haible <haible@clisp.cons.org>
607 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
608 (def_file_add_directive): Use ISSPACE instead of isspace.
609 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
610 isdigit/isxdigit/isalpha/isalnum.
611 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
612 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
613 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
614 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
616 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
617 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
619 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
620 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
621 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
622 (ctor_prio): Use ISDIGIT instead of isdigit.
623 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
624 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
625 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
627 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
628 (stricpy): Use TOLOWER instead of isupper/tolower.
629 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
630 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
631 (lex_warn_invalid): Use ISPRINT instead of isprint.
632 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
633 (main): For gettext, also set the LC_CTYPE locate facet.
634 (add_keepsyms_file): Use ISSPACE instead of isspace.
635 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
636 (is_num, parse_args): Use ISDIGIT instead of isdigit.
637 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
638 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
639 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
640 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
641 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
642 (quoteput): Use ISSPACE instead of isspace.
643 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
646 2001-09-18 Alan Modra <amodra@bigpond.net.au>
648 * deffilep.y (def_stash_module): Constify "name" param.
650 * pe-dll.c: Replace CONST with const throughout.
651 (quick_symbol): Constify "n1", "n2", "n3" params.
652 (make_singleton_name_thunk): Constify "import" param. Make
653 "buffer_len" a size_t.
654 (make_import_fixup_entry): Constify "name", "fixup_name",
655 "dll_symname" params.
656 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
657 (pe_get32): Likewise.
658 (pe_implied_import_dll): Likewise.
660 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
661 (sort_by_section_name): Likewise.
663 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
664 (make_import_fixup): Cast printf arg, rel->address to long rather
666 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
668 2001-09-15 Alan Modra <amodra@bigpond.net.au>
670 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
671 defines BufferSize. Increase buffer size by one.
673 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
675 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
677 2001-09-14 Kevin Lo <kevlo@openbsd.org>
679 * configure.tgt: Add arm-openbsd target.
681 2001-09-12 H.J. Lu <hjl@gnu.org>
683 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
685 (ALL_64_EMULATIONS): Here.
686 * Makefile.in: Regenerated.
688 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
690 * emultempl/pe.em(make_import_fixup): change signature to
691 take asection as well as arelec; we need this for proper
692 error reporting. Only call pe_create_import_fixup() if
693 there is no attempt to add a constant addend to the reloc;
694 otherwise, report error condition.
695 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
696 since final argument is a pointer to make_import_fixup().
697 Change call to cb() to match make_import_fixup() signature.
698 (make_import_fixup_mark): make buffer_len unsigned.
699 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
701 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
703 * ld.texinfo: add verbose documentation for auto-import
704 direct-addressing workaround, to compliment the terse
707 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
709 * scripttempl/v850.sc: Add gcc_except_table sections.
711 Fri Sep 7 11:34:24 2001 Jeffrey A Law (law@cygnus.com)
713 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
714 * emulparams/h8300self.sh: Similarly.
716 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
718 * ld.texinfo (Options, --stack): Correct default value for stack
721 2001-09-05 Tom Rix <trix@redhat.com>
723 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
725 2001-09-03 Andreas Jaeger <aj@suse.de>
727 * emultempl/beos.em: Declare prototypes for comparions functions,
730 2001-09-02 Andreas Jaeger <aj@suse.de>
732 * emultempl/aix.em: Add missing prototype.
733 * emultempl/lnk960.em: Likewise.
734 * emultempl/vanilla.em: Likewise.
735 * emultempl/armcoff.em: Likewise.
736 * emultempl/armelf_oabi.em: Likewise.
737 * emultempl/beos.em: Likewise.
738 * emultempl/gld960c.em: Likewise.
739 * emultempl/gld960.em: Likewise.
741 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
742 for prototype declaration.
744 2001-08-31 Eric Christopher <echristo@redhat.com>
745 Jason Eckhardt <jle@redhat.com>
747 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
749 2001-08-31 Andreas Jaeger <aj@suse.de>
751 * emultempl/pe.em: Add missing prototypes.
752 (gld_${EMULATION_NAME}_after_open): Remove extra args to
753 pe_find_data_imports.
754 (pr_sym): Add unused attribute.
756 2001-08-29 Joel Sherrill <joel@OARcorp.com>
758 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
759 default from coff to elf.
761 2001-08-29 Jeff Law <law@redhat.com>
763 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
765 * emulparams/h8300self.sh: Similarly.
767 Wed Aug 28 13:37:20 2001 J"orn Rennecke <amylaar@redhat.com>
769 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
771 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
772 * configure.tgt (h8300-*-elf*): New case.
773 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
774 * emulparams/h8300self.sh: New file.
775 * Makefile.in: Regenerated.
777 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
779 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
782 2001-08-27 Linus Nordberg <linus@swox.com>
783 Alan Modra <amodra@bigpond.net.au>
785 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
786 (eelf64ppc.c, eelf64lppc.c): Add make targets.
788 * Makefile.in: Regenerate.
789 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
790 entries to correct alphabetical position.
791 * emulparams/elf64ppc.sh: New.
792 * emulparams/elf64lppc.sh: New.
794 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
796 * ldmain.c (main): Declare BSIZE as static.
798 2001-08-23 Jakub Jelinek <jakub@redhat.com>
800 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
801 into .rel.dyn resp. .rela.dyn if combreloc.
802 (get_script): If .x linker script is equal to .xn, only put it
803 once into the binary.
804 Add .xc and .xsc scripts.
805 (parse_args): Handle -z combreloc and -z nocombreloc.
806 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
807 For .xc and .xsc scripts put all .rel* or .rela* input sections
808 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
809 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
811 Strip trailing whitespace from script.
812 Generate .xc and .xsc scripts if requested.
813 * ldmain.c (main): Initialize link_info.combreloc and
814 link_info.spare_dynamic_tags.
815 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
816 (ld_options): Add --spare-dynamic-tags option.
817 (parse_args): Likewise.
818 * ld.texinfo: Document -z combreloc and -z nocombreloc.
819 * ldint.texinfo: Document .xc and .xsc linker scripts.
820 * NEWS: Add notes about -z combreloc and SHF_MERGE.
822 2001-08-22 H.J. Lu <hjl@gnu.org>
824 * emulparams/elf32fr30.sh: Add a newline.
826 2001-08-21 Andreas Jaeger <aj@suse.de>
828 * deffilep.y: Add missing prototypes.
829 * pe-dll.c: Likewise.
831 2001-08-20 Alan Modra <amodra@bigpond.net.au>
833 * ldlang.c (insert_pad): Fix typos in last patch.
835 * ldlang.c: When traversing lang_statement_union_type lists,
836 consistently use "header.next" rather than "next".
837 * mpw-eppcmac.c: Likewise.
838 * emultempl/beos.em: Likewise.
839 * emultempl/hppaelf.em: Likewise.
840 * emultempl/pe.em: Likewise.
841 * ldlang.h (union lang_statement_union): Remove "next" field.
843 * ldlang.c (insert_pad): Use offsetof macro.
844 (lang_size_sections): Always neuter padding statements.
845 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
847 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
848 passed to lang_size_sections.
849 (pe_exe_fill_sections): Likewise.
850 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
851 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
853 2001-08-18 Alan Modra <amodra@bigpond.net.au>
855 * emultempl/aix.em: Formatting fixes.
857 2001-08-18 Alan Modra <amodra@bigpond.net.au>
859 * ldlang.c (insert_pad): Make use of an existing pad statement if
860 available. Move code calculating alignment, adjusting section
861 alignment power, and adjusting dot to ..
862 (size_input_section): .. here. Remove unused relax param.
863 (lang_size_sections): Change boolean `relax' param to boolean *.
864 Adjust call to size_input_section. Make use of insert_pad to
865 place pad after the assignment statement. If relaxing, zap
867 (reset_memory_regions): Reset output_bfd section sizes too.
868 (relax_again): Move to..
869 (lang_process): ..here. Adjust call to lang_size_sections, and
870 remove duplicated code.
871 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
873 2001-08-17 Alan Modra <amodra@bigpond.net.au>
875 * ld.texinfo: Document that fill values now use the four least
877 * emulparams/elf32fr30.sh (NOP): Update.
878 * emulparams/elf32mcore.sh: Likewise.
879 * emulparams/elf64_s390.sh: Likewise.
880 * emulparams/elf_i386.sh: Likewise.
881 * emulparams/elf_i386_be.sh: Likewise.
882 * emulparams/elf_i386_chaos.sh: Likewise.
883 * emulparams/elf_i386_ldso.sh: Likewise.
884 * emulparams/elf_s390.sh: Likewise.
885 * emulparams/elf_x86_64.sh: Likewise.
886 * emulparams/i386moss.sh: Likewise.
887 * emulparams/i386nw.sh: Likewise.
888 * emulparams/m68kelf.sh: Likewise.
889 * scripttempl/elf.sc: Update NOP comment.
890 * scripttempl/elfi370.sc: Likewise.
891 * scripttempl/elfm68hc11.sc: Likewise.
892 * scripttempl/elfm68hc12.sc: Likewise.
893 * scripttempl/nw.sc: Likewise.
895 2001-08-15 Tom Rix <trix@redhat.com>
897 * ldgram.y (saved_script_handle): Initialize to NULL.
898 * ldmain.c (main): Change check on saved_script_handle.
900 2001-08-14 Alan Modra <amodra@bigpond.net.au>
902 * emultempl/elf32.em: Formatting fixes.
903 (output_prev_sec_find): Test for bfd_ind_section too; do so by
904 looking at sec->owner.
905 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
906 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
907 unused code, and reorganize orphan section placement code.
909 * ldlang.c (wild_doit): Rename to lang_add_section.
910 * ldlang.h: Here too.
911 * mpw-elfmips.c: And here.
912 * emultempl/beos.em: And here.
913 * emultempl/elf32.em: And here.
914 * emultempl/hppaelf.em: And here.
915 * emultempl/pe.em: And here.
917 2001-08-13 Richard Henderson <rth@redhat.com>
919 * emultempl/needrelax.em: New file.
920 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
921 * Makefile.am (eelf64_ia64.c): Depend on it.
922 * Makefile.in: Rebuild.
924 2001-08-13 Alan Modra <amodra@bigpond.net.au>
926 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
927 output_section is set non-NULL.
929 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
930 `true' for SEC_EXCLUDE sections so that the generic code doesn't
931 needlessly create an output_section_statement. Treat a correctly
932 named output_section_statement with NULL bfd_section as compatible.
934 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
936 * emultempl/generic.em: Support EXTRA_EM_FILE.
937 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
938 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
939 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
940 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
941 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
942 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
943 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
944 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
945 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
946 LDEMUL_FIND_POTENTIAL_LIBRARIES.
948 2001-08-12 Richard Henderson <rth@redhat.com>
950 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
951 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
952 scripttempl/v850.sc: Keep .jcr data.
954 2001-08-12 H.J. Lu <hjl@gnu.org>
955 Andrew Haley <aph@cambridge.redhat.com>
956 Nick Clifton <nickc@redhat.com>
958 * ldgram.y (had_script): Change name to saved_script_handle.
959 Change type to file handle.
960 * ld.h (had_script): Rename and retype.
961 * ldfile.c (ldfile_open_command_file): Save the file handle
962 used in saved_script_handle.
963 * lexsup.c (parse_args): Do not allow -c option to alter
965 * ldmain.c (main): Print out the linker script used if
966 --verbose is given. Check saved_script_handle to obtain the
967 external linker script used, or if NULL, dump the builtin
969 * ld.texinfo: Document that --verbose now dumps the linker
970 script used, regardless of whether it was an internal or an
973 2001-08-10 Andreas Jaeger <aj@suse.de>
975 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
977 * configure: Regenerate.
979 2001-08-09 Alan Modra <amodra@bigpond.net.au>
981 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
983 * scripttempl/elf.sc: Move non-text .dynamic section before
984 .plt/.got/.sdata* group.
985 (OTHER_GOT_SECTIONS): Move to immediately after .got.
986 (OTHER_SDATA_SECTIONS): Add.
987 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
989 * emulparams/crislinux.sh: Likewise.
990 * emulparams/elf32b4300.sh: Likewise.
991 * emulparams/elf32bmip.sh: Likewise.
992 * emulparams/elf32bmipn32.sh: Likewise.
993 * emulparams/elf32bsmip.sh: Likewise.
994 * emulparams/elf32btsmip.sh: Likewise.
995 * emulparams/elf32ebmip.sh: Likewise.
996 * emulparams/elf32elmip.sh: Likewise.
997 * emulparams/elf32l4300.sh: Likewise.
998 * emulparams/elf32lmip.sh: Likewise.
999 * emulparams/elf32lsmip.sh: Likewise.
1000 * emulparams/elf32ltsmip.sh: Likewise.
1001 * emulparams/elf64bmip.sh: Likewise.
1002 * emulparams/elf64btsmip.sh: Likewise.
1003 * emulparams/elf64ltsmip.sh: Likewise.
1005 2001-08-08 Alan Modra <amodra@bigpond.net.au>
1007 * genscripts.sh: Source the emulparams script before each output
1008 script is generated so that variables like `RELOCATING' may affect
1009 variables defined in the emulparams script.
1011 2001-08-04 Alan Modra <amodra@bigpond.net.au>
1013 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
1016 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
1017 ie. iterate over wild_statement.section_list.
1018 (gld${EMULATION_NAME}_place_orphan): Likewise.
1020 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1022 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
1023 .fini[0-4] sections used by _exit
1024 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
1025 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
1026 * scripttempl/elfm68hc11.sc: Likewise.
1028 2001-08-03 H.J. Lu <hjl@gnu.org>
1030 * emultempl/beos.em (init): Add the missing initialization.
1032 2001-08-03 Alan Modra <amodra@bigpond.net.au>
1034 * ld.texinfo (Input Section Basics): Clarify ordering of output
1036 * ldlang.c (callback_t): Add wildcard_list param.
1037 (walk_wild_section): Remove "section" param. Rewrite for
1038 lang_wild_statement_type change. Remove unique_section_p test.
1039 (walk_wild_file): Remove "section" param.
1040 (walk_wild): Remove "section" and "file" params.
1041 (lang_gc_wild): Likewise.
1042 (wild): Likewise. Modify for lang_wild_statement_type change.
1043 (wild_sort): Likewise. Add "sec" param.
1044 (gc_section_callback): Likewise.
1045 (output_section_callback): Likewise. Do unique_section_p test.
1046 (map_input_to_output_sections): Modify call to wild.
1047 (lang_gc_sections_1): Likewise.
1048 (print_wild_statement): Modify for lang_wild_statement_type
1050 (lang_add_wild): Replace filename, filenames_sorted param with
1051 filespec. Replace section_name, sections_sorted,
1052 exclude_filename_list with section_list.
1053 * ldlang.h (lang_add_wild): Here too.
1054 (lang_wild_statement_type): Replace section_name, sections_sorted,
1055 and exclude_filename_list with section_list.
1056 * ldgram.y (current_file): Delete.
1057 (%union): Add wildcard_list.
1058 (file_NAME_list): Set type to wildcard_list. Build a linked list
1059 rather than calling lang_add_wild for each entry.
1060 (input_section_spec_no_keep): Call lang_add_wild here instead.
1061 * ld.h (struct wildcard_list): Declare.
1062 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
1064 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
1066 * ldmain.c (main): initialize link_info.pei386_auto_import
1067 * pe-dll.c: new tables for auto-export filtering
1068 (auto_export): change API, pass abfd for contextual filtering.
1069 Loop thru tables of excluded symbols instead of comparing
1072 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
1074 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
1075 static variable current_sec (static struct sec *). Add
1076 forward declaration for add_bfd_to_link.
1077 (process_def_file): Don't export undefined symbols. Do not
1078 export symbols starting with "_imp__". Call auto_export()
1080 (pe_walk_relocs_of_symbol): New function.
1081 (generate_reloc): add optional extra debugging
1082 (pe_dll_generate_def_file): eliminate extraneous initial blank
1084 (make_one): enlarge symtab to make room for __nm__ symbols
1085 (DATA auto-import support).
1086 (make_singleton_name_thunk): New function.
1087 (make_import_fixup_mark): New function.
1088 (make_import_fixup_entry): New function.
1089 (pe_create_import_fixup): New function.
1090 (add_bfd_to_link): Specify that 'name' argument is a CONST
1092 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
1093 declare new functions pe_walk_relocs_of_symbol and
1094 pe_create_import_fixup.
1095 * emultempl/pe.em: add new options --enable-auto-import,
1096 --disable-auto-import, and --enable-extra-pe-debug.
1097 (make_import_fixup): New function.
1098 (pe_find_data_imports): New function.
1099 (pr_sym): New function.
1100 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
1101 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
1104 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
1106 * ld.texinfo: add additional documentation for
1107 --export-all-symbols. Document --out-implib,
1108 --enable-auto-image-base, --disable-auto-image-base,
1109 --dll-search-prefix, --enable-auto-import, and
1110 --disable-auto-import.
1111 * ldint.texinfo: Add detailed documentation on auto-import
1114 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1116 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
1119 2001-07-24 Alan Modra <amodra@bigpond.net.au>
1121 * Makefile.am: Update dependencies with "make dep-am".
1122 * Makefile.in: Regenerate
1124 2001-07-23 Alan Modra <amodra@bigpond.net.au>
1126 * ldcref.c (check_section_sym_xref): New function.
1127 (check_nocrossrefs): Call it.
1128 (check_nocrossref): Interate over h->refs here instead of..
1129 (check_refs): ..here. Pass in the symbol name, section, and bfd
1130 rather than hash_entry pointers.
1131 (struct check_refs_info): Keep symbol name rather than hash entry.
1133 (check_reloc_refs): Tweak for above changes in check_refs_info.
1134 Only report references to section syms when symname is NULL to
1135 prevent duplicate messages for the same reloc.
1137 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1139 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1140 available. Do not print NULL trees.
1141 (exp_print_token): Print unknown tokens with values > 126 as
1142 decimal values not ASCII characters.
1144 * ldlang.c (lang_leave_overlay): If a region is specified assign
1145 it to all sections inside the overlay unless they have been
1146 assigned to the own, non-default, memory region.
1148 * README: Add header for consistency with other README files.
1150 2001-07-14 H.J. Lu <hjl@gnu.org>
1152 * emultempl/elf32.em (output_prev_sec_find): Never return
1153 bfd_abs_section_ptr, bfd_com_section_ptr nor
1154 bfd_und_section_ptr.
1156 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
1158 * Makefile.am (em32relf.c): Change dependency from generic.em to
1160 * Makefile.in: Regenerate.
1162 2001-07-14 matthew green <mrg@eterna.com.au>
1164 * configure.tgt (i386-*-netbsdelf*): New target.
1165 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
1167 2001-07-13 Jakub Jelinek <jakub@redhat.com>
1169 * emultempl/elf32.em (output_prev_sec_find): New.
1170 (place_orphan): Use it.
1172 2001-07-11 H.J. Lu <hjl@gnu.org>
1174 * ldmain.c (main): Fix typos in the last change.
1176 2001-07-11 Jakub Jelinek <jakub@redhat.com>
1178 * ldmain.c (main): Disallow -F and -f without -shared.
1180 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1182 * emultempl/pe.em (after_open): Check for the output_bfd not
1183 having any coff_data structure allocated to it.
1185 2001-07-09 David O'Brien <obrien@FreeBSD.org>
1187 * emultempl/elf32.em: Do not assuming that contents of the buffer
1188 returned from basename function will remain unchanged accross other
1191 2001-07-03 H.J. Lu <hjl@gnu.org>
1193 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
1194 2001-07-03. It creates dynamic entries even for static binaries.
1196 2001-07-03 Jakub Jelinek <jakub@redhat.com>
1198 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
1199 (DYNAMIC): Use it to reserve few dynamic entries for
1202 2001-06-27 Alan Modra <amodra@bigpond.net.au>
1204 * emulparams/hppa64linux.sh: New file.
1205 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
1206 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
1207 (ehppa64linux.c): Add rule to make it.
1209 * Makefile.in: Regenerate.
1211 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
1213 * ld.texinfo (Options, -r): Mention restrictions when using
1214 different object formats.
1216 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
1218 * ldlang.c (lang_check): Emit fatal error if relocatable link
1219 between different object flavours with relocations in input.
1221 2001-06-19 H.J. Lu <hjl@gnu.org>
1223 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
1224 (--version-script): Mention the language support.
1226 2001-06-19 H.J. Lu <hjl@gnu.org>
1228 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
1230 2001-06-18 H.J. Lu <hjl@gnu.org>
1232 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
1233 (diststuff): Add $(MANS).
1234 * Makefile.in: Regenerated.
1238 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
1240 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
1241 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
1242 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
1243 * ld.h (args_type): Remove member export_dynamic. All users
1244 changed to use struct bfd_link_info member.
1246 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
1247 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
1248 * Makefile.in: Regenerate.
1250 2001-06-18 H.J. Lu <hjl@gnu.org>
1252 * ldlang.c (init_os): Add the newline to the einfo call.
1253 (lang_check): Likewise.
1254 (lang_do_version_exports_section): Likewise.
1256 2001-06-15 H.J. Lu <hjl@gnu.org>
1258 * lexsup.c (parse_args); Save optind to report unrecognized
1261 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
1263 * ldlang.c (lang_check): Emit fatal error if relocatable link
1264 between different object flavours.
1266 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
1267 Set new link_info member export_dynamic.
1268 * ldmain.c (main): Initialize new link_info member export_dynamic.
1270 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
1272 * ldlang.c (walk_wild): Only call walk_wild_file if
1273 lookup_name returns something.
1274 (lookup_name): If load_symbols fails, return NULL.
1275 (load_symbols): Change to a boolean function.
1276 (open_input_bfds): If load_symbols fails then do not make the
1279 2001-06-08 Alan Modra <amodra@bigpond.net.au>
1281 * ldlang.c (record_bfd_errors): Remove.
1283 * emultempl/aix.em: Fix copyright dates.
1285 2001-06-07 Andreas Jaeger <aj@suse.de>
1287 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
1288 (TEXT_START_ADDR): Likewise.
1290 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
1292 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
1294 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1296 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
1298 2001-05-31 H.J. Lu <hjl@gnu.org>
1300 * ldlang.c (open_input_bfds): Don't change the bfd error
1301 handler whilst loading symbols.
1303 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1305 * configure.tgt: Remove i370-mvs architecture, it is not currently
1308 2001-05-25 H.J. Lu <hjl@gnu.org>
1310 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1311 like emulparams/aixppc.sh.
1313 2001-05-25 H.J. Lu <hjl@gnu.org>
1315 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
1316 setting of output_filename after bfd_scan_arch.
1317 * emultempl/pe.em: Likewise.
1319 2001-05-25 H.J. Lu <hjl@gnu.org>
1321 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1322 like emulparams/aixppc.sh.
1324 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
1325 instead of ${srcdir}/emultempl/stringify.sed.
1327 2001-05-25 Timothy Wall <twall@oculustech.com>
1329 * emulparams/elf64_aix.sh: Change settings to match IBM linker
1332 2001-05-25 Alan Modra <amodra@one.net.au>
1334 * configure.host: Replace linuxoldld with linux*oldld.
1335 * configure.tgt: Likewise.
1337 2001-05-24 H.J. Lu <hjl@gnu.org>
1339 * emultempl/stringify.sed: Removed again.
1341 2001-05-24 H.J. Lu <hjl@gnu.org>
1343 * emultempl/aix.em (OUTPUT_ARCH): Defined.
1344 (gld${EMULATION_NAME}_before_parse): Initialize
1345 ldfile_output_architecture, ldfile_output_machine and
1346 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
1347 * emultempl/beos.em: Likewise.
1348 * emultempl/elf32.em: Likewise.
1349 * emultempl/linux.em: Likewise.
1350 * emultempl/mipsecoff.em: Likewise.
1351 * emultempl/pe.em: Likewise.
1352 * emultempl/sunos.em: Likewise.
1354 2001-05-24 Tom Rix <trix@redhat.com>
1356 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
1357 udate import file format.
1358 (change_symbol_mode) New, same
1359 (is_syscall) New, same
1360 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
1361 * emulparams/aixppc64.sh : same
1362 * emulparams/aixrs6.sh : same
1363 * emulparams/ppcmacos.sh : same
1364 * emultempl/aix.em : use strtoull to parse options
1365 * Makefile.am : add eaixppc64 emulation for xcoff64
1366 * Makefile.in : same
1367 * configure.tgt : same
1369 * scripttempl/aix.sc : default text section offset to 0x10000000
1370 default data section offset to 0x20000000
1371 add .sv3264 and .sv64 pseudo sections
1372 loader and debug sections use the currect section offset.
1374 * emultempl/aix.em : Add xcoff64 support
1375 Add -binitfini support
1376 (gld${EMULATION_NAME}_before_parse) -binitfini
1377 (gld${EMULATION_NAME}_parse_args) same
1378 (gld${EMULATION_NAME}_before_allocation) format change for special
1381 * emulparams/aixppc64.sh : New file for xcoff64 support
1383 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
1385 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
1386 variable to avoid non-portable shell construct.
1388 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1390 * ldmain.c (get_emulation): Add -mips5 command line argument.
1392 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
1394 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
1395 (ELF_INTERPRETER_NAME): Define it.
1396 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
1398 * configure.tgt (targ_emul, targ_extra_emuls)
1399 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
1400 as primary, elf_i386 as extra.
1401 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
1402 (eelf_i386_ldso.c): New rule.
1403 * Makefile.in: Rebuilt.
1405 2001-05-22 Nick Clifton <nickc@redhat.com>
1407 * lexsup.c (ld_options): Allow -I to be an alias for
1408 --dynamic-linker. This is for Solaris compatability.
1409 * ld.texinfo: Document that -I can be used.
1412 2001-05-16 Alan Modra <amodra@one.net.au>
1414 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
1415 whether an input section is the first one assigned to an output
1417 Assorted formatting fixes.
1419 2001-05-14 DJ Delorie <dj@delorie.com>
1421 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
1422 * Makefile.in: Ditto.
1424 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1426 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
1427 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
1429 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
1431 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1433 * ldlang.c (lang_process): Call bfd_merge_sections.
1435 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1437 * ldgram.y: Fix typo.
1439 2001-05-03 H.J. Lu <hjl@gnu.org>
1441 * emultempl/elf32.em: Include "libiberty.h".
1442 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
1443 basename of the bfd filename.
1444 (gld${EMULATION_NAME}_stat_needed): Likewise.
1445 (gld${EMULATION_NAME}_try_needed): Likewise.
1446 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
1448 2001-05-02 H.J. Lu <hjl@gnu.org>
1450 * emultempl/pe.em: Include <ctype.h>.
1452 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
1454 * emulparams/elf32openrisc.sh: New file.
1456 * Makefile.am: Add OpenRISC target.
1457 * Makefile.in: Regenerated.
1459 * configure.tgt: Add openrisc-*-* mapping.
1461 2001-05-02 Nick Clifton <nickc@redhat.com>
1463 * emultempl/aix.em: Replace buystring with xstrdup.
1464 * emultempl/beos.em: Replace buystring with xstrdup.
1466 2001-05-02 H.J. Lu <hjl@gnu.org>
1468 * ldfile.c: Include "libiberty.h".
1469 * ldlex.l: Likewise.
1471 * ldmisc.c (buystring): Removed.
1472 * ldmisc.h: Likewise.
1474 * ldfile.c: Replace buystring with xstrdup.
1475 * ldlang.c: Likewise.
1476 * ldlex.l: Likewise.
1477 * ldmain.c: Likewise.
1478 * ldmisc.c: Likewise.
1479 * lexsup.c: Likewise.
1480 * mpw-eppcmac.c: Likewise.
1482 2001-04-30 Andreas Jaeger <aj@suse.de>
1484 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
1486 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1488 * ldlang.c (load_symbols): Give emulation a chance
1489 to process unrecognized file before fatal error is
1490 reported, not after.
1492 2001-04-27 Sean McNeil <sean@mcneil.com>
1494 * configure.tgt: Add arm-vxworks target.
1495 * scripttempl/armcoff.sc: Support .text or .data as a section name
1499 2001-04-13 J.T. Conklin <jtc@redback.com>
1501 * ld.texinfo: Document --fatal-warnings.
1504 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
1505 warnings have been turned into errors.
1506 * lexsup.c (OPTION_WARN_FATAL): Define.
1507 (ld_options): Entry for --fatal-warnings.
1508 (parse_args): Handle OPTION_WARN_FATAL.
1509 * ld.h (ld_config_type): Add fatal_warnings field.
1511 2001-04-13 Jakub Jelinek <jakub@redhat.com>
1513 * ldmain.c (main): Default to discard_sec_merge.
1514 * lexsup.c (OPTION_DISCARD_NONE): Define.
1515 (ld_options): Add --discard-none.
1516 (parse_args): Handle OPTION_DISCARD_NONE.
1517 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
1518 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
1519 all its input sections match.
1521 2001-04-05 Steven J. Hill <sjhill@cotw.com>
1523 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
1524 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
1525 (eelf32ltsmip.c): New target.
1526 (eelf64btsmip.c): Likewise.
1527 (eelf64ltsmip.c): Likewise.
1528 * Makefile.in: Regenerated.
1530 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
1532 (mips*-*-linux-gnu*): Likewise.
1534 * emulparams/elf32ltsmip.sh: New. Traditional little endian
1536 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
1538 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
1541 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1543 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
1544 correct value of __Stext here.
1545 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
1548 * emulparams/crislinux.sh: Remove FIXME.
1550 2001-04-02 Alan Modra <alan@linuxcare.com.au>
1552 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
1553 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
1555 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
1557 * configure.tgt (cris-*-*): Change default emulation to criself.
1558 (cris-*-*aout*): New rule.
1560 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
1562 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
1563 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
1565 2001-03-26 Andreas Jaeger <aj@suse.de>
1567 * ld.texinfo (Overview): Fix syntax in texi code.
1569 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1571 * ld.texinfo: Put @c man indications to generate the ld man page.
1572 When generating man, define all the variables. Define SEEALSO
1573 and SYNOPSIS. Re-organize some lines to avoid the cross references.
1574 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
1575 (ld.1): Generate from ld.texinfo.
1576 * Makefile.in: Regenerate.
1578 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
1580 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
1581 and '-fdata-sections'. Set the VMA of STABS sections to zero.
1583 2001-03-17 Ulrich Drepper <drepper@redhat.com>
1585 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
1586 is an absolute path look only for this file and not along the path.
1588 2001-03-17 Ulrich Drepper <drepper@redhat.com>
1590 * emultempl/elf32.em (OPTION_GROUP): New macro.
1591 Add new option Bgroup to longopts.
1592 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
1593 (gld*_list_options): Add -Bgroup and -z defs.
1594 * ld.1: Document -Bgroup and -z defs.
1595 * ld.texinfo: Likewise.
1597 2001-03-07 Michael Meissner <meissner@redhat.com>
1599 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
1600 with sections created by -fdata-sections.
1601 (.dynbss,.bss): Ditto.
1603 2001-03-05 Alan Modra <alan@linuxcare.com.au>
1605 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
1606 after_allocation_default, not gld..._before_allocation.
1608 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1610 * configure.in (BFD_VERSION): New.
1611 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1612 * configure: Regenerate.
1613 * Makefile.am: Run "make dep-am"
1614 * Makefile.in: Regenerate.
1616 2001-02-26 Timothy Wall <twall@cygnus.com>
1618 * emulparams/elf64_aix.sh: Add additional read-only sections;
1619 uncomment lines which are now required.
1621 2001-02-26 H.J. Lu <hjl@gnu.org>
1623 * ldlang.c (open_input_bfds): Set the bfd error handler so
1624 that problems can be caught whilst loading symbols.
1625 (record_bfd_errors): New function: Report BFD errors and mark
1626 the executable output as being invalid.
1628 2001-02-22 Timothy Wall <twall@cygnus.com>
1630 * configure.host: Add configuration for ia64-*-aix*.
1631 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
1632 Add dependencies for eelf64_aix.c.
1633 * Makefile.in: Regenerate.
1634 * configure.tgt: Add ia64-*-aix* mapping.
1635 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
1636 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
1639 2001-02-20 H.J. Lu <hjl@gnu.org>
1641 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
1642 false if we found the file.
1644 2001-02-18 David O'Brien <obrien@FreeBSD.org>
1646 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
1647 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
1649 2001-02-18 lars brinkhoff <lars@nocrew.org>
1651 * Makefile.am: Add PDP-11 target.
1652 * configure.tgt: Likewise.
1653 * emulparams/pdp11.sh: New file.
1655 2001-02-17 David O'Brien <obrien@FreeBSD.org>
1657 * configure.host: Add a generic FreeBSD configuration entry such that
1658 all [modern] FreeBSD systems on all platforms will look the same.
1660 2001-02-14 H.J. Lu <hjl@gnu.org>
1662 * configure.tgt: Remove mention of earmelf_linux26.
1664 2001-02-13 Richard Henderson <rth@redhat.com>
1666 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
1668 2001-02-13 H.J. Lu <hjl@gnu.org>
1670 * ldexp.h (node_type): Add etree_provided.
1671 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
1672 type to etree_provided if defined by PROVIDE. Allow updating
1674 (exp_print_tree): Handle etree_provided.
1675 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
1678 2001-02-09 David Mosberger <davidm@hpl.hp.com>
1680 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
1681 .IA_64.unwind.* pattern to unwind table section and
1682 .IA_64.unwind_info* pattern to unwind info section.
1684 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1686 * Makefile.am: Add linux target for S/390.
1687 * Makefile.in: Likewise.
1688 * configure.host: Likewise.
1689 * configure.tgt: Likewise.
1690 * emulparams/elf64_s390.sh: New file.
1691 * emulparams/elf_s390.sh: New file.
1693 2001-02-09 Jakub Jelinek <jakub@redhat.com>
1695 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
1697 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
1699 2001-02-06 Philip Blundell <philb@gnu.org>
1701 * Makefile.am: Remove mention of earmelf_linux26.
1702 * Makefile.in: Regenerate.
1704 2001-02-04 Philip Blundell <philb@gnu.org>
1706 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
1707 * emulparams/armelf_linux26.sh: Delete.
1708 * configure.tgt: Remove mention of armelf_linux26 emulation.
1710 2001-02-01 Nick Clifton <nickc@redhat.com>
1712 * ld.1: Replace occurances of -oformat with --oformat.
1714 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
1716 * ldlang.c (lang_leave_overlay): Don't set lma_region when
1717 load_base is specified.
1719 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
1721 * emultempl/elf32.em: Correct spelling in comments and listed
1724 2001-01-23 Alan Modra <alan@linuxcare.com.au>
1726 * ldlang.c (lang_leave_overlay): Only set lma_region from the
1727 default for the first section of a group of overlay sections.
1729 2001-01-22 Alan Modra <alan@linuxcare.com.au>
1731 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
1732 * Makefile.in: Regenerate.
1733 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
1734 Check for null tool_dir.
1736 2001-01-16 Jim Wilson <wilson@redhat.com>
1738 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
1739 and IA_64.unwind.info.
1741 2001-01-16 H.J. Lu <hjl@gnu.org>
1743 * ldlang.c (lang_check): Merge the private data only if the
1744 input file has contents.
1746 2001-01-14 Alan Modra <alan@linuxcare.com.au>
1748 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
1750 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
1751 enabling search for libmilli. On a relocatable link, make .text
1753 (LDEMUL_AFTER_PARSE): Define.
1754 (hppaelf_finish): Correct spelling of relocatable in comments.
1756 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1757 rummage through the script for sections on the unique list.
1758 Correct length of strncmp for ".note".
1759 (gld${EMULATION_NAME}_check_needed): Rearrange function.
1761 * ldlang.c (unique_section_list): New var.
1762 (unique_section_p): New function.
1763 (walk_wild_section): Don't match sections on unique_section_list.
1764 (lang_add_unique): New function.
1765 Correct spelling of relocatable in comments.
1767 * ldlang.h (struct unique_sections): Declare.
1768 (unique_section_list): Declare.
1769 (unique_section_p): Declare.
1770 (lang_add_unique): Declare.
1772 * lexsup.c (ld_options): Allow --unique to take an optional arg.
1773 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
1775 * ld.texinfo (--unique): Update.
1777 2001-01-13 Nick Clifton <nickc@redhat.com>
1779 * lexsup.c (parse_args): Remove spurious white space.
1781 2001-01-12 Nick Clifton <nickc@redhat.com>
1783 * lexsup.c (parse_args): Update copyright date.
1785 2001-01-12 Philip Blundell <pb@futuretv.com>
1787 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
1789 2001-01-10 Kazu Hirata <kazu@hxi.com>
1791 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
1792 * scripttempl/h8300h.sc: Fix formatting.
1793 * scripttempl/h8300s.sc: Likewise.
1794 * scripttempl/h8500.sc: Likewise.
1795 * scripttempl/h8500b.sc: Likewise.
1796 * scripttempl/h8500c.sc: Likewise.
1797 * scripttempl/h8500m.sc: Likewise.
1798 * scripttempl/h8500s.sc: Likewise.
1800 2000-01-07 David O'Brien <obrien@BSDi.com>
1802 * emultempl/elf32.em: Only perform Linux ld hints processing when
1805 2001-01-07 Philip Blundell <philb@gnu.org>
1807 * ld.texinfo (Bug Reporting): Update email address for reports.
1809 2000-12-31 Nick Clifton <nickc@redhat.com>
1811 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
1812 options by checking for a return value of '?' not -1.
1814 2000-12-28 Nick Clifton <nickc@redhat.com>
1816 * lexsup.c (struct ld_option): Add new enum value:
1818 (ld_options[]): Change -omagic, -output and -oformat options
1819 to be EXACTLY_TWO_DASHES.
1820 (OUTPUT_COUNT): Use ARRAY_SIZE.
1821 (parse_args): Change parameter 'argc' to unsigned.
1822 Place EXACTLY_TWO_DASHES options into new really_longopts
1824 If getopt_long_only fails, try calling getopt_long using the
1825 really_longopts array.
1826 (help): Print a double dash for both EXACTLY_TWO_DASHES and
1829 * ldlex.h: Fix prototype of parse_args.
1831 * ld.texinfo: Document that long options starting with 'o'
1832 must be preceeded by two dashes. Change example of a single
1833 dashed long option from -oformat to -trace-symbol.
1835 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1837 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
1838 (longopts[]): New --no-default-excludes option.
1839 (gld_${EMULATION_NAME}_list_options): Document.
1840 (gld_${EMULATION_NAME}_parse_args): Handle.
1842 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1844 * ldlang.c (new_stat): Revert the last beautification with "innocent"
1845 whitespace, it breaks the K&R C preprocessor.
1847 2000-12-11 DJ Delorie <dj@redhat.com>
1849 * ld.texinfo: Add notes about --whole-archive and gcc.
1851 2000-11-18 Fred Fish <fnf@be.com>
1853 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
1854 (ld_options): Entry for --allow-shlib-undefined.
1855 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
1856 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
1858 * ld.texinfo: Document new command line switch.
1860 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
1862 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
1863 .fixup is actually read/write.
1864 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1865 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1866 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1868 Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
1870 * NEWS: Add note about x86_64 architecture.
1872 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
1874 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
1875 Set DWARF2 sections to a VMA of zero.
1877 2000-12-01 Joel Sherrill <joel@OARcorp.com>
1879 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
1881 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1882 (sparc*-*-rtems*): Switched from a.out to ELF.
1884 2000-11-30 Jan Hubicka <jh@suse.cz>
1886 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
1887 (eelf_x86_64.c): New.
1888 * Makefile.in: Regenerate.
1889 * configure.tgt: Add support for x86_64-*-linux-gnu*.
1890 * emulparams/elf_x86_64.sh: New.
1892 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
1894 * emulparams/crislinux.sh (ENTRY): Change back to _start.
1895 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
1897 * scripttempl/crisaout.sc: Change all RELOCATING not related to
1898 merging non-a.out sections into CONSTRUCTING.
1900 2000-11-28 Nick Clifton <nickc@redhat.com>
1902 * ld.1 (COPYING): Mention that the GNU Free Documentation
1903 License is present in the sources, but not the output, and
1904 also available from the GNU website.
1905 (GNU Free Documentation License): Comment out this section.
1907 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
1909 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
1912 2000-11-25 David O'Brien <obrien@FreeBSD.org>
1914 * ld.1: Remove old date so it does not give the impression the manpage
1917 2000-11-24 Nick Clifton <nickc@redhat.com>
1919 * configure.tgt (xscale-coff): Add target.
1920 (xscale-elf): Add target.
1922 2000-11-24 Fred Fish <fnf@be.com>
1924 * ldmain.c (main): Remove redundant init of config.make_executable
1927 2000-11-15 Richard Henderson <rth@redhat.com>
1929 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
1931 2000-11-14 Kazu Hirata <kazu@hxi.com>
1933 * scripttempl/h8300.sc: Fix formatting.
1934 * scripttempl/h8300h.sc: Likewise.
1935 * scripttempl/h8300s.sc: Likewise.
1937 Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
1939 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
1941 2000-11-09 Philip Blundell <pb@futuretv.com>
1943 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
1944 around orphan sections whose names can be represented in C.
1946 2000-11-07 Jim Wilson <wilson@redhat.com>
1948 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
1949 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
1951 2000-11-06 Nick Clifton <nickc@redhat.com>
1953 * ld.texinfo: Add GNU Free Documentation License.
1954 * ldint.texinfo: Add GNU Free Documentation License.
1955 * ld.1: Add GNU Free Documentation License.
1957 2000-11-05 Alan Modra <alan@linuxcare.com.au>
1959 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
1960 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
1962 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
1963 Move 2000-11-02 Makefile.in changes to this file.
1964 * Makefile.in: Regenerate.
1966 2000-11-03 Nick Clifton <nickc@redhat.com>
1968 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
1969 constructors and destructors.
1970 * scripttempl/h8300h.sc: Ditto.
1971 * scripttempl/h8300s.sc: Ditto.
1972 * scripttempl/h8500.sc: Ditto.
1973 * scripttempl/h8500b.sc: Ditto.
1974 * scripttempl/h8500c.sc: Ditto.
1975 * scripttempl/h8500m.sc: Ditto.
1976 * scripttempl/h8500s.sc: Ditto.
1977 * scripttempl/v850.sc: Ditto.
1978 * scripttempl/w65.sc: Ditto.
1979 * scripttempl/z8000.sc: Ditto.
1981 2000-11-02 Per Lundberg <plundis@chaosdev.org>
1983 * Makefile.in (e_i386_chaos.c): New rule.
1984 (ALL_EMULATIONS): Added e_i386_chaos.o.
1985 * emulparams/elf_i386_chaos.sh: New file.
1986 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
1988 2000-10-20 Jakub Jelinek <jakub@redhat.com>
1990 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
1991 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
1992 Fix sed invocation, so that it coped with '/' in Solaris 64bit
1993 library path suffix.
1994 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
1996 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
1998 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
1999 for consecutive sections.
2001 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
2003 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
2005 * ld.texinfo: Added notes about this new option.
2007 2000-10-16 Nick Clifton <nickc@redhat.com>
2009 * emultempl/pe.em (_after_open): Add tests of return values from
2010 bfd functions. Emit appropriate error messages if necessary.
2012 2000-10-13 Nick Clifton <nickc@redhat.com>
2014 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
2015 local variables - they are not used, but leave in the call to
2016 bfd_canonicalize_symtab.
2017 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
2018 pe_dll_search_prefix.
2020 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
2022 * emultempl/pe.em (pe_dll_search_prefix): New variable,
2023 (longopts): New --dll-search-prefix option.
2024 (gld_${EMULATION_NAME}_list_options): Document.
2025 (gld_${EMULATION_NAME}_parse_args): Handle.
2026 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
2027 dynamically, search for a dll named '<prefix><basename>.dll'
2028 in preference to 'lib<basename>.dll' if --dll-search-prefix
2031 2000-10-12 Alan Modra <alan@linuxcare.com.au>
2033 * ldlang.c (section_already_linked): Set kept_section instead of
2036 2000-10-10 Kazu Hirata <kazu@hxi.com>
2038 * deffile.h: Fix formatting.
2039 * lexsup.c: Likewise.
2042 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2044 * pe-dll.c (make_one): Do not generate code thunk for DATA
2046 (process_def_file): deduce DATA flag for auto-export sumbols.
2048 2000-10-09 Kazu Hirata <kazu@hxi.com>
2050 * ld.h: Fix formatting.
2051 * ldcref.c: Likewise.
2052 * ldctor.h: Likewise.
2053 * ldemul.c: Likewise.
2054 * ldemul.h: Likewise.
2055 * ldexp.c: Likewise.
2056 * ldexp.h: Likewise.
2057 * ldfile.c: Likewise.
2058 * ldfile.h: Likewise.
2059 * ldlang.c: Likewise.
2060 * ldlang.h: Likewise.
2061 * ldmain.c: Likewise.
2062 * pe-dll.c: Likewise.
2064 * pe-dll.c: Revert some formatting fixes.
2066 2000-10-08 Kazu Hirata <kazu@hxi.com>
2068 * pe-dll.c: Fix formatting.
2070 2000-10-05 Kazu Hirata <kazu@hxi.com>
2072 * ldlang.c: Fix formatting.
2074 2000-10-03 DJ Delorie <dj@redhat.com>
2076 * pe-dll.c (fill_edata): initialize entire block
2077 (make_one): fill in correct section.
2079 2000-10-03 Kazu Hirata <kazu@hxi.com>
2081 * ldexp.c: Fix formatting.
2083 2000-10-02 DJ Delorie <dj@redhat.com>
2085 * emultempl/pe.em (gld_*_after_open): detect case where there two
2086 import libraries for same dll; rename one to ensure proper link
2089 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
2091 (generate_edata): fix typo
2093 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
2095 * scripttempl/crisaout.sc (ENTRY): Now __start.
2096 (.text): Add default setting for __start.
2097 Remove CONSTRUCTORS handling.
2098 (/DISCARD/): Add .gnu.warning.*.
2099 * emulparams/crislinux.sh (ENTRY): Now __start.
2100 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
2101 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
2102 (ENTRY): Now __start.
2103 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
2104 (EXECUTABLE_SYMBOLS): Add default setting for __start.
2106 2000-09-29 Kazu Hirata <kazu@hxi.com>
2108 * deffile.h: Fix formatting.
2110 * ldcref.c: Likewise.
2111 * ldctor.c: Likewise.
2112 * ldctor.h: Likewise.
2113 * ldemul.c: Likewise.
2114 * ldemul.h: Likewise.
2115 * ldexp.c: Likewise.
2116 * ldexp.h: Likewise.
2117 * ldfile.c: Likewise.
2118 * ldfile.h: Likewise.
2119 * ldlang.c: Likewise.
2120 * ldlang.h: Likewise.
2121 * lexsup.c: Likewise.
2123 * pe-dll.c: Likewise.
2125 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2127 * pe-dll.c (process_def_file): Uninitialized data wasn't
2128 exported with --export-all-symbols switch.
2130 2000-09-28 DJ Delorie <dj@redhat.com>
2132 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
2133 noname work properly.
2135 2000-09-28 Alan Modra <alan@linuxcare.com.au>
2137 * ld.texinfo (HPPA ELF32): New section.
2139 * emultempl/hppaelf.em (group_size): New.
2140 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
2141 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
2142 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
2143 options to prevent abbreviations matching.
2144 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
2145 (PARSE_AND_LIST_ARGS_CASES): Handle it.
2147 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2149 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
2150 on the m68*-*-elf target. Make it support COFF input objects.
2152 2000-09-21 Kazu Hirata <kazu@hxi.com>
2154 * ldmain.c: Fix formatting.
2155 * ldmisc.c: Likewise.
2156 * ldver.c: Likewise.
2157 * ldwrite.c: Likewise.
2159 2000-09-21 Alan Modra <alan@linuxcare.com.au>
2161 * ldwrite.c (clone_section): Silence gcc warnings.
2163 2000-09-20 Alan Modra <alan@linuxcare.com.au>
2165 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
2166 out of memory failure.
2168 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
2169 (clone_section): Handle out of memory failures. Rename var to
2170 avoid c++ reserved word.
2172 2000-09-18 Alan Modra <alan@linuxcare.com.au>
2174 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
2175 stub_name param to stub_sec_name.
2176 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
2178 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2180 * emultempl/m68kelf.em: New file.
2181 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
2182 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
2183 * Makefile.in: Regenerate.
2185 2000-09-15 Alan Modra <alan@linuxcare.com.au>
2187 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
2190 2000-09-13 Nick Clifton <nickc@redhat.com>
2192 * ldmain.c (multiple_definition): Disable relaxation if
2193 multiple symbol definitions are encountered - otherwise the
2194 linker could abort with an assertion failure.
2196 2000-09-10 Nick Clifton <nickc@redhat.com>
2198 * mri.c: Fix formatting.
2200 2000-09-07 H.J. Lu <hjl@gnu.org>
2202 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2203 * configure: Rebuild.
2205 2000-09-07 H.J. Lu <hjl@gnu.org>
2207 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
2208 * Makefile.in: Rebuild.
2210 2000-09-07 Alan Modra <alan@linuxcare.com.au>
2212 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
2213 broken list handling. Create __start_SECNAME and __stop_SECNAME
2214 when no place-holder. Add some comments. Test both SEC_CODE and
2215 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
2216 Handle case where no output section statement created.
2218 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
2220 * configure.tgt (sh-*-linux*): Added.
2221 * Makefile.am: Added eshelf_linux and eshlelf_linux.
2222 * Makefile.in: Rebuilt.
2223 * emulparams/shelf_linux.sh: New file.
2224 * emulparams/shlelf_linux.sh: New file.
2226 2000-09-06 Alan Modra <alan@linuxcare.com.au>
2228 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2229 try shuffling sections when the orphan happens to be the place
2230 holder. Keep count of unique section names generated so we speed
2231 the search for a new name.
2233 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2235 * configure: Rebuilt with new libtool.m4.
2237 2000-09-05 Nick Clifton <nickc@redhat.com>
2239 * Makefile.in: Regenerate.
2240 * aclocal.m4: Regenerate.
2241 * configure: Regenerate.
2242 * config.in: Regenerate.
2243 * po/ld.pot: Regenerate.
2245 * ldint.texinfo: Remove CVS revision marker - it foils local
2248 * emultempl/ticoff.em: Remove extraneous comma.
2250 2000-09-05 Alan Modra <alan@linuxcare.com.au>
2252 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
2253 to stub section flags.
2254 (hppa_for_each_input_file_wrapper): New.
2255 (hppa_lang_for_each_input_file): New.
2256 (lang_for_each_input_file): Define to call above.
2257 (multi_subspace): New.
2258 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
2259 (PARSE_AND_LIST_PROLOGUE): Define.
2260 (PARSE_AND_LIST_LONGOPTS): Define.
2261 (PARSE_AND_LIST_OPTIONS): Define.
2262 (PARSE_AND_LIST_ARGS_CASES): Define.
2263 (hppaelf_finish): Call elf32_hppa_set_gp.
2264 (hppaelf_set_output_arch): Remove.
2265 (LDEMUL_SET_OUTPUT_ARCH): Remove.
2267 * emulparams/hppalinux.sh (ELFSIZE): Define.
2269 (OTHER_READONLY_SECTIONS): Define.
2271 (GENERATE_SHLIB_SCRIPT): Define.
2273 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
2274 to const throughout. Change `void *' to `PTR' throughout.
2275 (lang_memory_default): Function is local to file, add `static'.
2277 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
2278 (ehppalinux.c): Likewise.
2279 (earmelf.c): Likewise.
2280 (earmelf_linux.c): Likewise.
2281 (earmelf_linux26.c): Likewise.
2282 * Makefile.in: Regenerate.
2284 * ld.h (ld_config_type): Add unique_orphan_sections.
2285 * lexsup.c (OPTION_UNIQUE): Define.
2286 (ld_options): Add "--unique".
2287 (parse_args): Handle it.
2288 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2289 search for an existing output section if unique_orphan_sections is
2290 set. Make use of bfd_get_unique_section_name rather than
2291 duplicating code here.
2292 * ld.texinfo: Describe --unique.
2294 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
2295 optional arg to split-by-file.
2296 (parse_args): Handle them.
2297 * ld.texinfo: Update description of these options.
2298 * ldwrite.c (clone_section): Pass in the section name. Replace
2299 local code with bfd_get_unique_section_name.
2300 (split_sections): Tidy code and comments. Use a list traversal
2301 more appropriate to the list construction. Handle cooked section
2302 sizes. Split when split_by_reloc reached rather than exceeded.
2303 Track section size and split when split_by_file reached. Fix
2304 link_order_tail (even though it's not used).
2305 (ldwrite): Modify condition for calling split_sections to suit
2306 changed split_by_reloc and split_by_file.
2307 * ldmain.c (main): Init config.split_by_reloc and
2308 config.split_by_file to -1.
2309 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
2310 Change split_by_file to bfd_size_type.
2312 2000-09-02 Nick Clifton <nickc@redhat.com>
2314 * configure.in: Increase version number to 2.10.91.
2315 * NEWS: Mention new ability to support removal of duplicate DWARF2
2317 * configure: Regenerate.
2318 * aclocal.m4: Regenerate.
2319 * config.in: Regenerate.
2321 2000-09-02 Daniel Berlin <dberlin@redhat.com>
2323 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
2325 * scripttempl/elf32avr.sc: Ditto.
2326 * scripttempl/elfd10v.sc: Ditto.
2327 * scripttempl/elfd30v.sc: Ditto.
2328 * scripttempl/elfi370.sc: Ditto.
2329 * scripttempl/elfm68hc11.sc: Ditto.
2330 * scripttempl/elfm68hc12.sc: Ditto.
2331 * scripttempl/elfi386beos.sc: Ditto.
2332 * scripttempl/v850.sc: Ditto.
2334 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
2336 * acinclude.m4: Include libtool and gettext macros from the
2338 * aclocal.m4, configure: Rebuilt.
2340 2000-08-25 Nick Clifton <nickc@redhat.com>
2342 * ldlang.c (open_output): When choosing the target for a
2343 particular endianness, do nothing if the target is not
2346 2000-08-25 H.J. Lu <hjl@gnu.org>
2348 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
2349 check -rpath nor LD_RUN_PATH for cross link.
2350 * ld.texinfo: Document the change.
2352 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
2354 * NEWS: Mention support for CRIS.
2356 2000-08-23 H.J. Lu <hjl@gnu.org>
2358 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
2359 the current runpath list from bfd_elf_get_runpath_list ()
2362 2000-08-22 H.J. Lu <hjl@gnu.org>
2364 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
2365 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
2366 LD_LIBRARY_PATH for native linker. Display the needed DSO if
2367 trace_file_tries is non-zero.
2368 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
2369 if trace_file_tries is non-zero.
2371 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
2374 2000-08-14 Jason Eckhardt <jle@cygnus.com>
2376 * NEWS: Mention i860 support.
2378 2000-08-14 Andreas Schwab <schwab@suse.de>
2380 * scripttempl/elf.sc: Fix last change to use correct comment
2383 2000-08-10 Geoff Keating <geoffk@cygnus.com>
2385 * scripttempl/elf.sc: Add a comment giving the correspondence
2386 between sections, per-datum sections, and linkonce sections. Make
2387 the comment true even for .bss, .sdata, .sdata2, .sbss, and
2390 2000-08-10 Jason Eckhardt <jle@cygnus.com>
2392 * emulparams/elf32_i860.sh: New file.
2393 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
2394 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
2395 (eelf32_i860.c): New rule.
2396 * Makefile.in: Regenerate.
2398 2000-08-10 Nick Clifton <nickc@cygnus.com>
2400 * emulparams/mipspe.sh (ENTRY): Add definition.
2402 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
2404 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
2407 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2409 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
2410 the final size of .bss section.
2411 * scripttempl/elfm68hc12.sc: Likewise.
2413 2000-08-04 Alan Modra <alan@linuxcare.com.au>
2415 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
2416 gld${EMULATION_NAME}_parse_args for consistency. Combine
2417 lastoptind and prevoptind vars, and keep track of last optind.
2418 (gld_${EMULATION_NAME}_list_options): Rename to
2419 gld${EMULATION_NAME}_list_options.
2421 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
2423 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
2424 (i586-sco-sysv5uw7.1.0).
2426 2000-07-27 H.J. Lu <hjl@gnu.org>
2428 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
2429 (PARSE_AND_LIST_PROLOGUE): New.
2430 (PARSE_AND_LIST_LONGOPTS): Likewise.
2431 (PARSE_AND_LIST_OPTIONS): Likewise.
2432 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2433 (PARSE_AND_LIST_EPILOGUE): Likewise.
2435 2000-07-28 Alan Modra <alan@linuxcare.com.au>
2437 * emultempl/armelf.em: Elide functions common to elf32.em,
2438 ie. most of the file.
2439 (arm_elf_after_open): New. Do arm specific things then call
2440 gld${EMULATION_NAME}_after_open.
2441 (arm_elf_before_allocation): New. Call
2442 gld${EMULATION_NAME}_before_allocation then do arm specifics.
2443 (PARSE_AND_LIST_PROLOGUE): Define.
2444 (PARSE_AND_LIST_SHORTOPTS): Define.
2445 (PARSE_AND_LIST_LONGOPTS): Define.
2446 (PARSE_AND_LIST_OPTIONS): Define.
2447 (PARSE_AND_LIST_ARGS_CASES): Define.
2448 (LDEMUL_AFTER_OPEN): Define.
2449 (LDEMUL_BEFORE_ALLOCATION): Define.
2450 (LDEMUL_BEFORE_PARSE): Define.
2451 (LDEMUL_FINISH): Define.
2453 * emultempl/hppaelf.em: Similarly zap most of this file.
2454 (hppaelf_add_stub_section): Prototype.
2455 (hppaelf_layaout_sections_again): Prototype.
2456 (hook_in_stub): Prototype.
2457 (LDEMUL_SET_OUTPUT_ARCH): Define.
2458 (LDEMUL_FINISH): Define.
2459 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2461 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
2462 (EXTRA_EM_FILE): New.
2463 * emulparams/armelf_linux.sh: Likewise.
2464 * emulparams/armelf_linux26.sh: Likewise.
2465 * emulparams/hppalinux.sh: Likewise.
2466 * emulparams/hppaelf.sh: Likewise.
2469 * emultempl/elf32.em: Fix formatting.
2470 (EXTRA_EM_FILE): Source it.
2471 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2472 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2473 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2474 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2475 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2476 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2477 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2478 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2479 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
2480 allow functions in this file to be overridden.
2481 (PARSE_AND_LIST_SHORTOPTS): Handle it.
2483 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
2485 * emultempl/elf32.em: Reorganize file.
2487 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
2489 * emulparams/elf64alpha.sh: Implement "-taso" emulation
2490 specific option to fit 64-bit executable in the lower
2491 31-bit address range. This is done by changing start
2492 address of .interp (the very first section of executable)
2493 and then setting EF_ALPHA_32BIT elf header flag.
2495 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2497 * emultempl/m68kcoff.em: New file.
2498 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
2499 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
2501 * Makefile.in: Regenerate.
2503 2000-07-20 H.J. Lu <hjl@gnu.org>
2505 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
2506 and "disable-new-dtags" to stop getopt from treating -d/-e as
2507 abbreviations for these options.
2509 2000-07-20 H.J. Lu <hjl@gnu.org>
2511 * ld.texinfo: Add documentation for --disable-new-dtags and
2514 * ldmain.c (main): Initialize link_info.new_dtags to false.
2516 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
2517 --disable-new-dtags and --enable-new-dtags.
2518 (gld_${EMULATION_NAME}_list_options): Likewise.
2520 2000-07-05 Kenneth Block <krblock@computer.org>
2522 * lexsup.c: Add optional style to demangle switch
2523 * ld.texinfo: Document optional style to demangle switch.
2525 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2527 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
2529 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
2530 Regenerate dependencies.
2531 * Makefile.in: Rebuild.
2532 * configure.tgt (cris-*-*): New target.
2533 * emulparams/crisaout.sh, emulparams/criself.sh,
2534 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
2535 * po/POTFILES.in, po/ld.pot: Regenerate.
2537 2000-07-20 H.J. Lu <hjl@gnu.org>
2539 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
2540 Print out ignored -z options.
2542 2000-07-19 H.J. Lu <hjl@gnu.org>
2544 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
2545 (PARSE_AND_LIST_PROLOGUE): New.
2546 (PARSE_AND_LIST_LONGOPTS): Likewise.
2547 (PARSE_AND_LIST_OPTIONS): Likewise.
2548 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2550 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
2552 * lexsup.c (ld_options): Comment out 'z'.
2553 (parse_args): Likewise.
2555 * emultempl/elf32.em: Include "elf/common.h".
2556 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
2558 (gld_${EMULATION_NAME}_list_options): Likewise.
2560 * ld.texinfo: Add documentation for the recognized -z options.
2562 2000-07-19 H.J. Lu <hjl@gnu.org>
2564 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
2565 bfd_elf_set_dt_needed_soname ().
2567 2000-07-18 DJ Delorie <dj@cygnus.com>
2569 * pe-dll.c (pe_dll_id_target): check object target name also
2571 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
2573 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
2574 ${INIT_END} if relocating.
2575 (.fini): Likewise ${FINI_START} and ${FINI_END}.
2577 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
2579 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
2580 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
2581 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
2582 errors introduced by the old dynamic lib search order.
2584 2000-07-17 DJ Delorie <dj@cygnus.com>
2586 * pe-dll.c (process_def_file): auto-export data items also
2587 (pe_process_import_defs): also see if _imp_ form needed
2589 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
2591 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
2592 for dll import libraries
2594 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
2596 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
2597 gcc 2.95.2 and later.
2599 2000-07-11 Kazu Hirata <kazu@hxi.com>
2601 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
2604 2000-07-10 Alan Modra <alan@linuxcare.com.au>
2606 * ldemul.h (struct lang_input_statement_struct): Remove forward
2608 (struct search_dirs): Likewise.
2609 * ldfile.h (struct lang_input_statement_struct): Likewise.
2610 Protect file from multiple inclusion.
2611 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
2612 declaration from macro to file scope.
2614 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
2615 * ldgram.y: Likewise here.
2616 * ldlang.c: And here.
2617 * ldmain.c: And here.
2618 * mpw-elfmips.c: And here.
2619 * mpw-eppcmac.c: And here.
2620 * emultempl/aix.em: And here.
2621 * emultempl/armcoff.em: And here.
2622 * emultempl/armelf.em: And here.
2623 * emultempl/armelf_oabi.em: And here.
2624 * emultempl/beos.em: And here.
2625 * emultempl/elf32.em: And here.
2626 * emultempl/hppaelf.em: And here.
2627 * emultempl/linux.em: And here.
2628 * emultempl/lnk960.em: And here.
2629 * emultempl/pe.em: And here.
2630 * emultempl/sunos.em: And here.
2631 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
2632 * mpw-idtmips.c: Ditto.
2633 * emultempl/generic.em: Ditto.
2634 * emultempl/gld960.em: Ditto.
2635 * emultempl/gld960c.em: Ditto.
2636 * emultempl/mipsecoff.em: Ditto.
2637 * emultempl/ticoff.em: Ditto.
2638 * emultempl/vanilla.em: Ditto.
2640 * pe-dll.c: Include ldfile.h
2641 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
2643 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
2644 arguments to bfd_elf32_size_dynamic_sections call.
2645 (gldelf32ebmip_place_orphan): Add missing arguments to
2646 lang_leave_output_section_statement call.
2648 2000-07-10 H.J. Lu <hjl@gnu.org>
2650 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
2652 (strhash): Likewise.
2653 (compute_dll_image_base): Likewise.
2654 (pe_undef_found_sym): Likewise.
2655 (pe_undef_cdecl_match): Likewise.
2656 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
2657 argument "arch" with ATTRIBUTE_UNUSED.
2659 2000-07-10 Alan Modra <alan@linuxcare.com.au>
2661 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
2663 From Ryan Bradetich <rbradetich@uswest.net>
2664 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
2666 2000-07-09 Alan Modra <alan@linuxcare.com.au>
2668 Changes to create multiple linker stubs, positioned immediately
2669 before the section where they are required.
2670 * emultempl/hppaelf.em: Include elf32-hppa.h.
2671 (stub_sec, file_chain): Delete.
2672 (hppaelf_create_output_section_statements): Don't make a stub
2674 (hook_stub_info): New struct.
2675 (hook_in_stub): New function.
2676 (hppaelf_add_stub_section): New function.
2677 (hppaelf_finish): Do nothing for relocateable links. Modify the
2678 call to elf32_hppa_size_stubs. Move code for updating section
2680 (hppaelf_layaout_sections_again): ..to here, a new function.
2682 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
2683 broken list handling. Pass in a pointer to the list.
2684 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
2686 (hppaelf_before_parse): Prototype.
2687 (hppaelf_set_output_arch): Prototype.
2688 (hppaelf_create_output_section_statements): Prototype.
2689 (hppaelf_delete_padding_statements): Prototype.
2690 (hppaelf_finish): Prototype.
2693 * emultempl/hppaelf.em: Include ctype.h.
2694 (struct orphan_save): New.
2695 (gld${EMULATION_NAME}_place_orphan): New.
2696 (output_rel_find): New.
2697 (hppaelf_get_script): Update from elf32.em.
2698 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
2699 Change emulation_name field to "${EMULATION_NAME}". Add
2700 gld${EMULATION_NAME}_place_orphan.
2702 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
2703 ehppalinux.o, sort it. Regenerate dependencies.
2704 (ehppalinux.c): Depend on hppaelf.em
2705 * Makefile.in: Regenerate.
2707 * configure.tgt: targ_emul=hppalinux for hppa*linux
2709 * emulparams/hppalinux.sh: New.
2710 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
2712 2000-07-08 Alan Modra <alan@linuxcare.com.au>
2714 * lexsup.c (parse_args): Copy section name.
2716 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
2718 * emultempl/pe.em: institute the following search order for
2719 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
2720 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
2721 static lib (libfoo.a) if none of the above are found.
2723 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
2725 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
2726 (longopts): New --{enable,disable}-auto-image-base options.
2727 (gld_${EMULATION_NAME}_list_options): Document.
2728 (gld_${EMULATION_NAME}_parse): Handle.
2729 (strhash): New static function.
2730 (compute_dll_image_base): New static function.
2731 (gld_${EMULATION_NAME}_set_symbols): Use.
2733 2000-07-05 DJ Delorie <dj@redhat.com>
2737 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
2739 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
2740 * emulparams/elf32btsmip.sh: New file.
2741 * Makefile.am: Add traditional mips target.
2742 * Makefile.in: Rebuild.
2744 2000-07-01 H.J. Lu <hjl@gnu.org>
2746 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
2747 automake to use YLWRAP.
2748 * Makefile.in: Rebuild.
2750 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2752 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2753 (CLEANFILES): Add DEPA.
2754 * Makefile.in: Regenerate.
2756 2000-06-30 Timothy Wall <twall@ppc>
2758 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
2759 the page in the upper octet of the address.
2761 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
2763 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
2765 2000-06-24 Alan Modra <alan@linuxcare.com.au>
2767 * NEWS: arm-elf does --gc-sections too.
2769 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2771 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2773 * Makefile.in: Regenerate.
2775 2000-06-21 H.J. Lu <hjl@gnu.org>
2777 * Makefile.am: Rebuild dependency.
2778 * Makefile.in: Rebuild.
2780 2000-06-20 H.J. Lu <hjl@gnu.org>
2782 * Makefile.am: Rebuild dependency.
2783 * Makefile.in: Rebuild.
2785 2000-06-20 Timothy Wall <twall@cygnus.com>
2787 * scripttempl/tic54xcoff.sc: New.
2788 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
2789 * gen-doc.texi: Add flag for TI COFF.
2790 * ld.texinfo: Add documentation for TI COFF handling switches.
2791 * emultempl/ticoff.em: New. TI COFF handling.
2792 * configure.tgt: Add tic54x target.
2793 * Makefile.am: Add tic54x target.
2794 * Makefile.in: Ditto.
2796 2000-06-20 Alan Modra <alan@linuxcare.com.au>
2798 * ldmain.c (set_scripts_dir): Correct pointer comparison when
2799 checking for backslashes.
2801 2000-06-19 Alan Modra <alan@linuxcare.com.au>
2803 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
2805 2000-06-18 Alan Modra <alan@linuxcare.com.au>
2807 * NEWS: Update list of targets supporting --gc-sections.
2809 * scripttempl/elf.sc: KEEP .eh_frame contents.
2810 * scripttempl/elfd30v.sc: Same here.
2812 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2814 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
2816 * Makefile.in: Rebuild.
2817 * configure.tgt: Recognize m68hc12 and m68hc11.
2818 * scripttempl/elfm68hc12.sc: New file.
2819 * emulparams/m68hc12elfb: New emulation.
2820 * emulparams/m68hc12elf: New emulation.
2821 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
2822 (includes a memory.x script to define the ROM and RAM banks).
2823 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
2824 New configuration files for support of Motorola 68hc11
2826 2000-06-15 Alan Modra <alan@linuxcare.com.au>
2828 * ldmain.c (main): Only change SEC_READONLY for final link.
2830 2000-06-13 H.J. Lu <hjl@gnu.org>
2832 * configure: Regenerate.
2834 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2836 * configure.in (VERSION): Update to show this is the CVS mainline.
2838 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2840 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
2841 input objects to be ECOFF.
2842 (check_sections): einfo takes %B, not %P, to print a BFD name.
2844 2000-06-05 Michael Matz <matz@ifh.de>
2846 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
2849 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
2851 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
2853 * emulparams/avr1200.sh (STACK): Define as 0.
2854 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
2855 * emulparams/avr4433.sh (STACK): Likewise.
2856 * emulparams/avr44x4.sh (STACK): Likewise.
2857 * emulparams/avr85xx.sh (STACK): Likewise.
2858 * emulparams/avrmega103.sh (STACK): Likewise.
2859 * emulparams/avrmega161.sh (STACK): Likewise.
2860 * emulparams/avrmega603.sh (STACK): Likewise.
2861 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
2862 (__stack): Define from ${STACK} for main().
2864 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2866 * Makefile.am: Update dependencies with "make dep-am"
2867 * Makefile.in: Regenerate.
2869 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2871 * ldmain.c: Include filenames.h.
2872 (set_scripts_dir): Support backslashes in program name.
2874 2000-05-22 Igor Shevlyakov <igor@windriver.com>
2876 * ldmain.c (main): When deciding if ".text" section should be
2877 read-only, don't forget to reset SEC_READONLY because it
2878 could be already set.
2880 2000-05-22 Thomas de Lellis <tdel@windriver.com>
2882 * ld.1: Add documentation for new command line option:
2883 --section-start <sectionname>=<sectionorg>
2884 This is a generic version of -Ttext etc. which accepts
2885 any section name as a parameter instead of just text/data/
2887 * ld.texinfo: More docs.
2889 * lexsup.c: (parse_args): Recognize new command line option.
2890 (ld_options): Add new option.
2892 2000-05-18 H.J. Lu <hjl@gnu.org>
2894 * lexsup.c (parse_args): `i' == `r', not `q'.
2896 Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
2898 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
2900 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
2901 Rick Gorton <gorton@scrugs.lkg.dec.com>
2903 Add support for '-q' == '--emit-relocs' switch.
2904 * ldmain.c (main): Default to false.
2905 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
2906 * NEWS: Describe the emitrelocations switch.
2907 * ld.texinfo: Describe the emitrelocations switch.
2909 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
2911 * emultempl/pe.em (_open_dynamic_archive): New function: Search
2912 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
2913 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
2916 2000-05-15 David O'Brien <obrien@FreeBSD.org>
2918 * lexsup.c (parse_args): Update the year in the copyright notice.
2920 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2922 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
2923 Replace defines with those from intl/libgettext.h to quieten gcc
2926 2000-05-10 H.J. Lu <hjl@gnu.org>
2928 * ldlang.c (open_input_bfds): Don't load the same file within
2929 a group again if the whole archive has been loaded already.
2931 2000-05-03 Alan Modra <alan@linuxcare.com.au>
2933 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
2934 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
2937 Mon May 1 17:34:34 2000 Jim Wilson <wilson@cygnus.com>
2939 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
2941 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2942 host "ia64-*-linux-gnu*".
2944 2000-04-29 Andreas Jaeger <aj@suse.de>
2946 * ld.h: Correctly check GCC version.
2948 Tue Apr 25 11:20:43 2000 Jeffrey A Law (law@cygnus.com)
2950 * Makefile.am: Add PA64 support. Add missing dependencies for
2952 * Makefile.in: Rebuilt.
2953 * configure.tgt: Add PA64 support (currently disabled).
2955 2000-04-25 Alan Modra <alan@linuxcare.com.au>
2957 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
2958 (output_rel_find): New function.
2959 (hold_section, hold_use): Delete.
2960 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2961 hold_interp): Make local to place_orphan.
2962 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
2963 rather than place_section to find possible previous use of orphan.
2964 Similarly find the place-holder output sections. Use returned
2965 value from lang_enter_output_section_statement rather than calling
2966 lang_output_section_statement_lookup.
2967 * emultempl/armelf.em: Same here.
2968 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
2970 * ldlang.c (lang_enter_output_section_statement): Return output
2972 * ldlang.h (lang_enter_output_section_statement): Change
2975 * ldlang.h (lang_output_section_statement): Export it.
2976 * ldlang.c (lang_output_section_statement): Ditto.
2978 2000-04-24 Nick Clifton <nickc@cygnus.com>
2980 * ld.texinfo (Output Section Data): Add note that section data
2981 commands cannot appear outside of section directives.
2983 2000-04-2 Matthew Green <mrg@cygnus.com>
2985 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
2987 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
2988 David Mosberger <davidm@hpl.hp.com>
2990 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
2991 (eelf64_ia64.c): New rule.
2992 * Makefile.in: Rebuild.
2993 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
2994 * emulparams/elf64_ia64.sh: New file.
2996 2000-04-21 Richard Henderson <rth@cygnus.com>
2998 * scripttempl/elfd30v.sc: Place .gcc_except_table.
3000 2000-04-19 Alan Modra <alan@linuxcare.com.au>
3002 * dep-in.sed: Match space at start of file name, not at end.
3004 2000-04-18 H.J. Lu <hjl@gnu.org>
3006 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
3007 lang_leave_output_section_statement () after calling
3008 lang_enter_output_section_statement ().
3009 * emultempl/armelf.em: Likewise.
3011 2000-04-18 Alan Modra <alan@linuxcare.com.au>
3013 * emultempl/elf32.em (struct orphan_save): Add section field.
3014 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
3015 better order, and place first orphan section as we did before the
3016 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
3017 Don't call make_bfd_section here, let wild_doit do the job for us.
3018 Don't build a statement list when we'll only throw it away.
3019 * emultempl/armelf.em: Ditto.
3020 * emultempl/pe.em: Similarly.
3022 2000-04-14 Geoff Keating <geoffk@cygnus.com>
3024 * scripttempl/elfppc.sc: Remove.
3025 * emulparams/elf32ppc.sh: Use elf.sc.
3026 * emulparams/elf32lppc.sh: Use elf.sc.
3027 * emulparams/elf32ppclinux.sh: Use elf.sc.
3028 * emulparams/elf32ppcsim.sh: New file.
3029 * emulparams/elf32lppcsim.sh: New file.
3030 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
3031 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
3032 * Makefile.in: Regenerate.
3033 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
3035 2000-04-14 Alan Modra <alan@linuxcare.com.au>
3037 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
3038 ~SEC_ALLOC sections too. Init start address of debug sections.
3039 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3040 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3041 Also set all relocateable section start addresses.
3043 2000-04-13 Geoff Keating <geoffk@cygnus.com>
3045 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
3046 Add new BSS_PLT variable for when .plt need not be contained in
3047 the file. Move _etext so that it is also after .fini, and provide
3048 both etext and _etext with a leading underscore. Mark the start
3051 2000-04-12 Alan Modra <alan@linuxcare.com.au>
3053 * emultempl/elf32.em (struct orphan_save): New.
3054 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3055 hold_interp): Make them struct orphan_save.
3056 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
3057 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
3058 the end of the relevant section list. Also add associated section
3059 statements to the end of any previous orphan statements.
3060 * emultempl/armelf.em: Similarly.
3061 * emultempl/pe.em: Similarly.
3063 2000-04-11 Alan Modra <alan@linuxcare.com.au>
3065 * ld.texinfo (Simple Example): Remove extraneous paragraph.
3067 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
3069 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
3070 --enable-build-warnings option.
3071 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3072 * Makefile.in, configure: Re-generate.
3074 2000-04-04 Alan Modra <alan@linuxcare.com.au>
3076 * po/ld.pot: Regenerate.
3078 * lexsup.c (help): Restore translated part of bug string.
3080 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3081 (DEP): Quote when passing vars to sub-make. Add warning message
3083 (DEP1): Rewrite for "gcc -MM".
3084 (CLEANFILES): Add DEP2.
3085 Update dependencies.
3086 * Makefile.in: Regenerate.
3088 2000-04-03 Alan Modra <alan@linuxcare.com.au>
3090 * ld.h: #include "bin-bugs.h"
3091 * lexsup.c (help): Use REPORT_BUGS_TO.
3093 2000-03-27 Denis Chertykov <denisc@overta.ru>
3095 * configure.tgt (avr-*-*): New target support.
3096 * Makefile.am: Likewise.
3097 * scripttempl/elf32avr.sc: New script file.
3098 * emulparams/avr1200.sh: New file.
3099 * emulparams/avr23xx.sh: New file.
3100 * emulparams/avr4433.sh New file.
3101 * emulparams/avr44x4.sh New file.
3102 * emulparams/avr85xx.sh New file.
3103 * emulparams/avrmega103.sh New file.
3104 * emulparams/avrmega161.sh New file.
3105 * emulparams/avrmega603.sh New file.
3106 * Makefile.in: Regenerate.
3108 2000-03-09 Andreas Jaeger <aj@suse.de>
3110 * Makefile.am (check-DEJAGNU): Also unset LANG.
3111 * Makefile.in: Rebuild.
3113 2000-03-06 Ian Lance Taylor <ian@zembu.com>
3115 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
3118 2000-03-02 H.J. Lu <hjl@gnu.org>
3120 * emulparams/elf32mcore.sh: Include "getopt.h".
3122 2000-03-01 Ian Lance Taylor <ian@zembu.com>
3124 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
3126 2000-03-01 H.J. Lu <hjl@gnu.org>
3128 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
3129 * emulparams/shpe.sh: Likewise.
3131 2000-03-01 Nick Clifton <nickc@cygnus.com>
3133 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
3134 to unused parameters.
3136 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
3137 functions only used by DLL code.
3138 (_place_orphan): Initialise 'dollar'.
3140 2000-03-01 H.J. Lu <hjl@gnu.org>
3142 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
3143 indicate if the undefined symbol is a fatal error or not.
3144 Don't delete the output file if "fatal" is false.
3146 2000-02-29 H.J. Lu <hjl@gnu.org>
3148 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
3149 Set LC_COLLATE and LC_ALL to null and export them. It is for
3150 sort which expects the C locale.
3151 Add $(LIBS) to all $(HOSTING_LIBS).
3152 * Makefile.in: Rebuild.
3154 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
3156 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
3157 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
3158 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
3159 (ld_emulation_xfer_struct): Add missing NULL initialiser for
3160 find_potential_libraries.
3162 2000-02-28 Jim Blandy <jimb@redhat.com>
3164 * ldgram.y (exclude_name_list): Don't require a comma to separate
3165 list entries; the lexer considers commas to be valid part of a
3166 filename, so in something like `foo, bar' the comma is considered
3167 part of the first filename, `foo,'.
3168 * ld.texinfo: Update section on EXCLUDE_FILE lists.
3170 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
3172 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3173 host "i[3456]86-*-freebsdelf*".
3175 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
3177 * scripttempl/i386go32.sc: Move misplaced semicolons.
3179 2000-02-25 Ian Lance Taylor <ian@zembu.com>
3181 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
3182 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
3183 (eelf64hppa.c, ehppaelf.c): Remove targets.
3184 * Makefile.in: Rebuild.
3186 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3188 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
3189 GNU/Linux/sparc, but keep the default as 32.
3191 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
3192 it default if sparcv9 or sparc64.
3194 2000-02-24 Nick Clifton <nickc@cygnus.com>
3196 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
3197 * Makefile.in: Regenerate.
3198 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
3200 * ldemul.h (ld_emulation_xfer_struct): Add new field:
3201 find_potential_libraries.
3202 * ldemul.c (ldemul_find_potential_libraries): New function.
3204 * ldfile.c (ldfile_open_file_search): Allow function to be
3206 (ldfile_open_file): Call ldemul_find_potential_libraries.
3207 * ldfile.h: Add prototype for ldfile_open_file_search.
3209 * pe-dll.c: Add support for ARM, MIPS and SH targets.
3211 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
3212 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
3214 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
3215 (gld_X_find_potential_libraries): New function. Search for
3216 libraries called "*.lib".
3218 * scripttempl/pe.sc: Add .pdata section.
3220 2000-02-23 Richard Henderson <rth@cygnus.com>
3222 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
3223 Add and use memory regions.
3225 2000-02-23 Linas Vepstas (linas@linas.org)
3227 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
3229 * Makefile.am: Add support for Linux/IBM 370.
3230 * configure.tgt: Likewise.
3232 * Makefile.in: Regenerate.
3234 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3236 * ldlang.c (print_input_section, print_data_statement,
3237 print_reloc_statement, print_padding_statement, insert_pad,
3238 size_input_section, lang_check_section_addresses,
3239 lang_size_sections, lang_do_assignments, lang_set_startof,
3240 lang_one_common): Change `opb' to unsigned.
3241 (lang_do_assignments): Also change `size' to unsigned.
3243 2000-02-16 Richard Henderson <rth@cygnus.com>
3245 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
3247 2000-02-16 Timothy Wall <twall@cygnus.com>
3249 * mri.c (mri_draw_tree): Add default LMA region argument to call
3250 to lang_leave_output_section_statement.
3251 * ldlang.h: Update prototypes with LMA region arguments.
3252 * ldlang.c (lang_size_sections): Encapsulate region bounds
3253 checking in os_check_region call.
3254 (os_check_region): New function.
3255 (lang_output_section_statement_lookup): Initialize lma_region.
3256 (lang_leave_output_section_statement): Add LMA region argument.
3257 (lang_leave_overlay): Ditto.
3258 * ldgram.y: Handle LMA region syntax.
3259 * ld.texinfo (Output Section Description): Describe LMA region usage.
3260 * emultempl/armelf.em (gld$place_orphan): Add default value for
3261 lma region in call to lang_leave_output_section_statement.
3262 * emultempl/elf32.em (gld$place_orphan): Add default value for
3263 lma region in call to lang_leave_output_section_statement.
3264 * emultempl/pe.em (gld$place_orphan): Add default value for
3265 lma region in call to lang_leave_output_section_statement.
3268 2000-02-04 Timothy Wall <twall@redhat.com>
3270 * ldlang.c (lang_check_section_addresses): Use bytes instead of
3271 octets when calculating section end addresses.
3273 2000-02-04 Timothy Wall <twall@redhat.com>
3275 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
3277 2000-02-03 Timothy Wall <twall@redhat.com>
3279 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
3281 * ldlang.c (print_input_section, print_data_statement,
3282 print_reloc_statement, print_padding_statement): Print target
3283 address values and section sizes as bytes, not octets.
3284 (insert_pad) Calculate padding size in octets, and adjust "dot"
3286 (size_input_section) Always adjust "dot" by bytes, not octets.
3287 (lang_check_section_addresses, lang_do_assignments) Adjust
3288 "dot" by bytes, not octets. Use the larger of the directive size
3289 or octets_per_byte for the number of octets actually allocated in
3291 (lang_set_startof) Make sure STARTOF returns a target address.
3292 (lang_one_common) Record size changes in octets.
3293 (lang_abs_symbol_at_end_of) Section end symbol's value is
3294 recorded in target bytes.
3295 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
3296 to be clear about behavior when an octet is smaller than one byte.
3298 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
3300 * ldcref.c (output_cref): Don't pass message strings to printf
3304 * ldmisc.c (vfinfo): Same here.
3307 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
3309 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
3310 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
3311 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
3312 Add missing NULL initialisers, and comments.
3314 * testsuite/ld-srec/sr3.cc (__rethrow): New.
3316 2000-01-21 Nick Clifton <nickc@cygnus.com>
3318 * ldlang.c (lang_size_sections): Fix typo in comment.
3320 2000-01-18 H.J. Lu <hjl@gnu.org>
3322 * ldlang.c (lang_size_sections): Also update the current
3323 address of a region if the SEC_NEVER_LOAD bit is not set.
3325 2000-01-10 Philip Blundell <pb@futuretv.com>
3327 * configure.tgt (arm*-*-conix*): New target.
3329 2000-01-07 Nick Clifton <nickc@cygnus.com>
3331 * ld.texinfo (Options): Remind users to preceed linker command
3332 line switches with -Wl, (or whatever is appropriate) if it is
3333 being invoked by a comnpiler driver program.
3334 Fix description of the behaviour of the -n command line switch.
3336 Wed Jan 5 08:02:12 2000 Catherine Moore <clm@cygnus.com>
3338 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
3340 * ld.texinfo (EXCLUDE_FILE): Update documentation.
3341 * ldgram.y (wildcard_spec): Support a list of excluded_files.
3342 (exclude_name_list): New.
3343 ldlang.c (walk_wild_section): Support list of excluded files.
3344 (print_wild_statement): Likewise.
3345 (lang_add_wild): Likewise.
3346 * ldlang.h (lang_wild_statement_type): Likewise.
3347 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
3349 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
3351 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
3352 (process_def_file): Use.
3353 (pe_dll_compat_implib): New variable.
3356 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
3357 pe_dll_compat_implib.
3359 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
3360 compat-implib options.
3361 (gld_${EMULATION_NAME}_list_options): List new options.
3362 (gld_${EMULATION_NAME}_parse_args): Handle.
3364 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
3367 * deffilep.y (opt_name): Allow "." in name.
3369 For older changes see ChangeLog-9899
3375 version-control: never