1 2001-05-16 Alan Modra <amodra@one.net.au>
3 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
4 whether an input section is the first one assigned to an output
6 Assorted formatting fixes.
8 2001-05-14 DJ Delorie <dj@delorie.com>
10 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
13 2001-05-11 Jakub Jelinek <jakub@redhat.com>
15 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
16 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
18 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
20 2001-05-11 Jakub Jelinek <jakub@redhat.com>
22 * ldlang.c (lang_process): Call bfd_merge_sections.
24 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
28 2001-05-03 H.J. Lu <hjl@gnu.org>
30 * emultempl/elf32.em: Include "libiberty.h".
31 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
32 basename of the bfd filename.
33 (gld${EMULATION_NAME}_stat_needed): Likewise.
34 (gld${EMULATION_NAME}_try_needed): Likewise.
35 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
37 2001-05-02 H.J. Lu <hjl@gnu.org>
39 * emultempl/pe.em: Include <ctype.h>.
41 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
43 * emulparams/elf32openrisc.sh: New file.
45 * Makefile.am: Add OpenRISC target.
46 * Makefile.in: Regenerated.
48 * configure.tgt: Add openrisc-*-* mapping.
50 2001-05-02 Nick Clifton <nickc@redhat.com>
52 * emultempl/aix.em: Replace buystring with xstrdup.
53 * emultempl/beos.em: Replace buystring with xstrdup.
55 2001-05-02 H.J. Lu <hjl@gnu.org>
57 * ldfile.c: Include "libiberty.h".
60 * ldmisc.c (buystring): Removed.
63 * ldfile.c: Replace buystring with xstrdup.
69 * mpw-eppcmac.c: Likewise.
71 2001-04-30 Andreas Jaeger <aj@suse.de>
73 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
75 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
77 * ldlang.c (load_symbols): Give emulation a chance
78 to process unrecognized file before fatal error is
81 2001-04-27 Sean McNeil <sean@mcneil.com>
83 * configure.tgt: Add arm-vxworks target.
84 * scripttempl/armcoff.sc: Support .text or .data as a section name
88 2001-04-13 J.T. Conklin <jtc@redback.com>
90 * ld.texinfo: Document --fatal-warnings.
93 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
94 warnings have been turned into errors.
95 * lexsup.c (OPTION_WARN_FATAL): Define.
96 (ld_options): Entry for --fatal-warnings.
97 (parse_args): Handle OPTION_WARN_FATAL.
98 * ld.h (ld_config_type): Add fatal_warnings field.
100 2001-04-13 Jakub Jelinek <jakub@redhat.com>
102 * ldmain.c (main): Default to discard_sec_merge.
103 * lexsup.c (OPTION_DISCARD_NONE): Define.
104 (ld_options): Add --discard-none.
105 (parse_args): Handle OPTION_DISCARD_NONE.
106 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
107 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
108 all its input sections match.
110 2001-04-05 Steven J. Hill <sjhill@cotw.com>
112 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
113 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
114 (eelf32ltsmip.c): New target.
115 (eelf64btsmip.c): Likewise.
116 (eelf64ltsmip.c): Likewise.
117 * Makefile.in: Regenerated.
119 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
121 (mips*-*-linux-gnu*): Likewise.
123 * emulparams/elf32ltsmip.sh: New. Traditional little endian
125 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
127 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
130 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
132 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
133 correct value of __Stext here.
134 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
137 * emulparams/crislinux.sh: Remove FIXME.
139 2001-04-02 Alan Modra <alan@linuxcare.com.au>
141 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
142 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
144 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
146 * configure.tgt (cris-*-*): Change default emulation to criself.
147 (cris-*-*aout*): New rule.
149 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
151 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
152 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
154 2001-03-26 Andreas Jaeger <aj@suse.de>
156 * ld.texinfo (Overview): Fix syntax in texi code.
158 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
160 * ld.texinfo: Put @c man indications to generate the ld man page.
161 When generating man, define all the variables. Define SEEALSO
162 and SYNOPSIS. Re-organize some lines to avoid the cross references.
163 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
164 (ld.1): Generate from ld.texinfo.
165 * Makefile.in: Regenerate.
167 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
169 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
170 and '-fdata-sections'. Set the VMA of STABS sections to zero.
172 2001-03-17 Ulrich Drepper <drepper@redhat.com>
174 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
175 is an absolute path look only for this file and not along the path.
177 2001-03-17 Ulrich Drepper <drepper@redhat.com>
179 * emultempl/elf32.em (OPTION_GROUP): New macro.
180 Add new option Bgroup to longopts.
181 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
182 (gld*_list_options): Add -Bgroup and -z defs.
183 * ld.1: Document -Bgroup and -z defs.
184 * ld.texinfo: Likewise.
186 2001-03-07 Michael Meissner <meissner@redhat.com>
188 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
189 with sections created by -fdata-sections.
190 (.dynbss,.bss): Ditto.
192 2001-03-05 Alan Modra <alan@linuxcare.com.au>
194 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
195 after_allocation_default, not gld..._before_allocation.
197 2001-02-28 Matt Hiller <hiller@redhat.com>
199 * testsuite/ld-scripts/crossref.exp: Initialize flags to
200 [big_or_little_endian].
201 * testsuite/ld-undefined/undefined.exp: Ditto, and include $flags
203 * testsuite/lib/ld-lib.exp (big_or_little_endian): Recognize -EB,
205 (is_endian_output_format): New function.
206 (default_ld_link): Set flags to [big_or_little_endian] only if ld
207 is being invoked such that the output format being used is of
209 (default_ld_simple_link): Ditto.
211 2001-02-27 Alan Modra <alan@linuxcare.com.au>
213 * configure.in (BFD_VERSION): New.
214 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
215 * configure: Regenerate.
216 * Makefile.am: Run "make dep-am"
217 * Makefile.in: Regenerate.
219 2001-02-26 Timothy Wall <twall@cygnus.com>
221 * emulparams/elf64_aix.sh: Add additional read-only sections;
222 uncomment lines which are now required.
224 2001-02-26 H.J. Lu <hjl@gnu.org>
226 * ldlang.c (open_input_bfds): Set the bfd error handler so
227 that problems can be caught whilst loading symbols.
228 (record_bfd_errors): New function: Report BFD errors and mark
229 the executable output as being invalid.
231 2001-02-22 Timothy Wall <twall@cygnus.com>
233 * configure.host: Add configuration for ia64-*-aix*.
234 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
235 Add dependencies for eelf64_aix.c.
236 * Makefile.in: Regenerate.
237 * configure.tgt: Add ia64-*-aix* mapping.
238 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
239 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
242 2001-02-20 H.J. Lu <hjl@gnu.org>
244 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
245 false if we found the file.
247 2001-02-18 David O'Brien <obrien@FreeBSD.org>
249 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
250 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
252 2001-02-18 lars brinkhoff <lars@nocrew.org>
254 * Makefile.am: Add PDP-11 target.
255 * configure.tgt: Likewise.
256 * emulparams/pdp11.sh: New file.
258 2001-02-17 David O'Brien <obrien@FreeBSD.org>
260 * configure.host: Add a generic FreeBSD configuration entry such that
261 all [modern] FreeBSD systems on all platforms will look the same.
263 2001-02-14 H.J. Lu <hjl@gnu.org>
265 * configure.tgt: Remove mention of earmelf_linux26.
267 2001-02-13 Richard Henderson <rth@redhat.com>
269 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
271 2001-02-13 H.J. Lu <hjl@gnu.org>
273 * ldexp.h (node_type): Add etree_provided.
274 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
275 type to etree_provided if defined by PROVIDE. Allow updating
277 (exp_print_tree): Handle etree_provided.
278 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
281 2001-02-09 David Mosberger <davidm@hpl.hp.com>
283 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
284 .IA_64.unwind.* pattern to unwind table section and
285 .IA_64.unwind_info* pattern to unwind info section.
287 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
289 * Makefile.am: Add linux target for S/390.
290 * Makefile.in: Likewise.
291 * configure.host: Likewise.
292 * configure.tgt: Likewise.
293 * emulparams/elf64_s390.sh: New file.
294 * emulparams/elf_s390.sh: New file.
296 2001-02-09 Jakub Jelinek <jakub@redhat.com>
298 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
300 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
302 2001-02-06 Philip Blundell <philb@gnu.org>
304 * Makefile.am: Remove mention of earmelf_linux26.
305 * Makefile.in: Regenerate.
307 2001-02-04 Philip Blundell <philb@gnu.org>
309 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
310 * emulparams/armelf_linux26.sh: Delete.
311 * configure.tgt: Remove mention of armelf_linux26 emulation.
313 2001-02-01 Nick Clifton <nickc@redhat.com>
315 * ld.1: Replace occurances of -oformat with --oformat.
317 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
319 * ldlang.c (lang_leave_overlay): Don't set lma_region when
320 load_base is specified.
322 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
324 * emultempl/elf32.em: Correct spelling in comments and listed
327 2001-01-23 Alan Modra <alan@linuxcare.com.au>
329 * ldlang.c (lang_leave_overlay): Only set lma_region from the
330 default for the first section of a group of overlay sections.
332 2001-01-22 Alan Modra <alan@linuxcare.com.au>
334 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
335 * Makefile.in: Regenerate.
336 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
337 Check for null tool_dir.
339 2001-01-16 Jim Wilson <wilson@redhat.com>
341 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
342 and IA_64.unwind.info.
344 2001-01-16 H.J. Lu <hjl@gnu.org>
346 * ldlang.c (lang_check): Merge the private data only if the
347 input file has contents.
349 2001-01-14 Alan Modra <alan@linuxcare.com.au>
351 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
353 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
354 enabling search for libmilli. On a relocatable link, make .text
356 (LDEMUL_AFTER_PARSE): Define.
357 (hppaelf_finish): Correct spelling of relocatable in comments.
359 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
360 rummage through the script for sections on the unique list.
361 Correct length of strncmp for ".note".
362 (gld${EMULATION_NAME}_check_needed): Rearrange function.
364 * ldlang.c (unique_section_list): New var.
365 (unique_section_p): New function.
366 (walk_wild_section): Don't match sections on unique_section_list.
367 (lang_add_unique): New function.
368 Correct spelling of relocatable in comments.
370 * ldlang.h (struct unique_sections): Declare.
371 (unique_section_list): Declare.
372 (unique_section_p): Declare.
373 (lang_add_unique): Declare.
375 * lexsup.c (ld_options): Allow --unique to take an optional arg.
376 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
378 * ld.texinfo (--unique): Update.
380 2001-01-13 Nick Clifton <nickc@redhat.com>
382 * lexsup.c (parse_args): Remove spurious white space.
384 2001-01-12 Nick Clifton <nickc@redhat.com>
386 * lexsup.c (parse_args): Update copyright date.
388 2001-01-12 Philip Blundell <pb@futuretv.com>
390 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
392 2001-01-10 Kazu Hirata <kazu@hxi.com>
394 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
395 * scripttempl/h8300h.sc: Fix formatting.
396 * scripttempl/h8300s.sc: Likewise.
397 * scripttempl/h8500.sc: Likewise.
398 * scripttempl/h8500b.sc: Likewise.
399 * scripttempl/h8500c.sc: Likewise.
400 * scripttempl/h8500m.sc: Likewise.
401 * scripttempl/h8500s.sc: Likewise.
403 2000-01-07 David O'Brien <obrien@BSDi.com>
405 * emultempl/elf32.em: Only perform Linux ld hints processing when
408 2001-01-07 Philip Blundell <philb@gnu.org>
410 * ld.texinfo (Bug Reporting): Update email address for reports.
412 2000-12-31 Nick Clifton <nickc@redhat.com>
414 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
415 options by checking for a return value of '?' not -1.
417 2000-12-28 Nick Clifton <nickc@redhat.com>
419 * lexsup.c (struct ld_option): Add new enum value:
421 (ld_options[]): Change -omagic, -output and -oformat options
422 to be EXACTLY_TWO_DASHES.
423 (OUTPUT_COUNT): Use ARRAY_SIZE.
424 (parse_args): Change parameter 'argc' to unsigned.
425 Place EXACTLY_TWO_DASHES options into new really_longopts
427 If getopt_long_only fails, try calling getopt_long using the
428 really_longopts array.
429 (help): Print a double dash for both EXACTLY_TWO_DASHES and
432 * ldlex.h: Fix prototype of parse_args.
434 * ld.texinfo: Document that long options starting with 'o'
435 must be preceeded by two dashes. Change example of a single
436 dashed long option from -oformat to -trace-symbol.
438 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
440 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
441 (longopts[]): New --no-default-excludes option.
442 (gld_${EMULATION_NAME}_list_options): Document.
443 (gld_${EMULATION_NAME}_parse_args): Handle.
445 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
447 * ldlang.c (new_stat): Revert the last beautification with "innocent"
448 whitespace, it breaks the K&R C preprocessor.
450 2000-12-11 DJ Delorie <dj@redhat.com>
452 * ld.texinfo: Add notes about --whole-archive and gcc.
454 2000-11-18 Fred Fish <fnf@be.com>
456 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
457 (ld_options): Entry for --allow-shlib-undefined.
458 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
459 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
461 * ld.texinfo: Document new command line switch.
463 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
465 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
466 .fixup is actually read/write.
467 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
468 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
469 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
471 Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
473 * NEWS: Add note about x86_64 architecture.
475 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
477 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
478 Set DWARF2 sections to a VMA of zero.
480 2000-12-01 Joel Sherrill <joel@OARcorp.com>
482 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
484 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
485 (sparc*-*-rtems*): Switched from a.out to ELF.
487 2000-11-30 Jan Hubicka <jh@suse.cz>
489 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
490 (eelf_x86_64.c): New.
491 * Makefile.in: Regenerate.
492 * configure.tgt: Add support for x86_64-*-linux-gnu*.
493 * emulparams/elf_x86_64.sh: New.
495 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
497 * emulparams/crislinux.sh (ENTRY): Change back to _start.
498 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
500 * scripttempl/crisaout.sc: Change all RELOCATING not related to
501 merging non-a.out sections into CONSTRUCTING.
503 2000-11-28 Nick Clifton <nickc@redhat.com>
505 * ld.1 (COPYING): Mention that the GNU Free Documentation
506 License is present in the sources, but not the output, and
507 also available from the GNU website.
508 (GNU Free Documentation License): Comment out this section.
510 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
512 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
515 2000-11-25 David O'Brien <obrien@FreeBSD.org>
517 * ld.1: Remove old date so it does not give the impression the manpage
520 2000-11-24 Nick Clifton <nickc@redhat.com>
522 * configure.tgt (xscale-coff): Add target.
523 (xscale-elf): Add target.
525 2000-11-24 Fred Fish <fnf@be.com>
527 * ldmain.c (main): Remove redundant init of config.make_executable
530 2000-11-15 Richard Henderson <rth@redhat.com>
532 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
534 2000-11-14 Kazu Hirata <kazu@hxi.com>
536 * scripttempl/h8300.sc: Fix formatting.
537 * scripttempl/h8300h.sc: Likewise.
538 * scripttempl/h8300s.sc: Likewise.
540 Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
542 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
544 2000-11-09 Philip Blundell <pb@futuretv.com>
546 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
547 around orphan sections whose names can be represented in C.
549 2000-11-07 Jim Wilson <wilson@redhat.com>
551 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
552 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
554 2000-11-06 Nick Clifton <nickc@redhat.com>
556 * ld.texinfo: Add GNU Free Documentation License.
557 * ldint.texinfo: Add GNU Free Documentation License.
558 * ld.1: Add GNU Free Documentation License.
560 2000-11-05 Alan Modra <alan@linuxcare.com.au>
562 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
563 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
565 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
566 Move 2000-11-02 Makefile.in changes to this file.
567 * Makefile.in: Regenerate.
569 2000-11-03 Nick Clifton <nickc@redhat.com>
571 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
572 constructors and destructors.
573 * scripttempl/h8300h.sc: Ditto.
574 * scripttempl/h8300s.sc: Ditto.
575 * scripttempl/h8500.sc: Ditto.
576 * scripttempl/h8500b.sc: Ditto.
577 * scripttempl/h8500c.sc: Ditto.
578 * scripttempl/h8500m.sc: Ditto.
579 * scripttempl/h8500s.sc: Ditto.
580 * scripttempl/v850.sc: Ditto.
581 * scripttempl/w65.sc: Ditto.
582 * scripttempl/z8000.sc: Ditto.
584 2000-11-02 Per Lundberg <plundis@chaosdev.org>
586 * Makefile.in (e_i386_chaos.c): New rule.
587 (ALL_EMULATIONS): Added e_i386_chaos.o.
588 * emulparams/elf_i386_chaos.sh: New file.
589 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
591 2000-10-20 Jakub Jelinek <jakub@redhat.com>
593 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
594 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
595 Fix sed invocation, so that it coped with '/' in Solaris 64bit
597 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
599 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
601 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
602 for consecutive sections.
604 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
606 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
608 * ld.texinfo: Added notes about this new option.
610 2000-10-16 Nick Clifton <nickc@redhat.com>
612 * emultempl/pe.em (_after_open): Add tests of return values from
613 bfd functions. Emit appropriate error messages if necessary.
615 2000-10-13 Nick Clifton <nickc@redhat.com>
617 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
618 local variables - they are not used, but leave in the call to
619 bfd_canonicalize_symtab.
620 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
621 pe_dll_search_prefix.
623 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
625 * emultempl/pe.em (pe_dll_search_prefix): New variable,
626 (longopts): New --dll-search-prefix option.
627 (gld_${EMULATION_NAME}_list_options): Document.
628 (gld_${EMULATION_NAME}_parse_args): Handle.
629 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
630 dynamically, search for a dll named '<prefix><basename>.dll'
631 in preference to 'lib<basename>.dll' if --dll-search-prefix
634 2000-10-12 Alan Modra <alan@linuxcare.com.au>
636 * ldlang.c (section_already_linked): Set kept_section instead of
639 2000-10-10 Kazu Hirata <kazu@hxi.com>
641 * deffile.h: Fix formatting.
642 * lexsup.c: Likewise.
645 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
647 * pe-dll.c (make_one): Do not generate code thunk for DATA
649 (process_def_file): deduce DATA flag for auto-export sumbols.
651 2000-10-09 Kazu Hirata <kazu@hxi.com>
653 * ld.h: Fix formatting.
654 * ldcref.c: Likewise.
655 * ldctor.h: Likewise.
656 * ldemul.c: Likewise.
657 * ldemul.h: Likewise.
660 * ldfile.c: Likewise.
661 * ldfile.h: Likewise.
662 * ldlang.c: Likewise.
663 * ldlang.h: Likewise.
664 * ldmain.c: Likewise.
665 * pe-dll.c: Likewise.
667 * pe-dll.c: Revert some formatting fixes.
669 2000-10-08 Kazu Hirata <kazu@hxi.com>
671 * pe-dll.c: Fix formatting.
673 2000-10-05 Kazu Hirata <kazu@hxi.com>
675 * ldlang.c: Fix formatting.
677 2000-10-03 DJ Delorie <dj@redhat.com>
679 * pe-dll.c (fill_edata): initialize entire block
680 (make_one): fill in correct section.
682 2000-10-03 Kazu Hirata <kazu@hxi.com>
684 * ldexp.c: Fix formatting.
686 2000-10-02 DJ Delorie <dj@redhat.com>
688 * emultempl/pe.em (gld_*_after_open): detect case where there two
689 import libraries for same dll; rename one to ensure proper link
692 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
694 (generate_edata): fix typo
696 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
698 * scripttempl/crisaout.sc (ENTRY): Now __start.
699 (.text): Add default setting for __start.
700 Remove CONSTRUCTORS handling.
701 (/DISCARD/): Add .gnu.warning.*.
702 * emulparams/crislinux.sh (ENTRY): Now __start.
703 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
704 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
705 (ENTRY): Now __start.
706 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
707 (EXECUTABLE_SYMBOLS): Add default setting for __start.
709 2000-09-29 Kazu Hirata <kazu@hxi.com>
711 * deffile.h: Fix formatting.
713 * ldcref.c: Likewise.
714 * ldctor.c: Likewise.
715 * ldctor.h: Likewise.
716 * ldemul.c: Likewise.
717 * ldemul.h: Likewise.
720 * ldfile.c: Likewise.
721 * ldfile.h: Likewise.
722 * ldlang.c: Likewise.
723 * ldlang.h: Likewise.
724 * lexsup.c: Likewise.
726 * pe-dll.c: Likewise.
728 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
730 * pe-dll.c (process_def_file): Uninitialized data wasn't
731 exported with --export-all-symbols switch.
733 2000-09-28 DJ Delorie <dj@redhat.com>
735 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
736 noname work properly.
738 2000-09-28 Alan Modra <alan@linuxcare.com.au>
740 * ld.texinfo (HPPA ELF32): New section.
742 * emultempl/hppaelf.em (group_size): New.
743 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
744 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
745 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
746 options to prevent abbreviations matching.
747 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
748 (PARSE_AND_LIST_ARGS_CASES): Handle it.
750 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
752 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
753 on the m68*-*-elf target. Make it support COFF input objects.
755 2000-09-21 Kazu Hirata <kazu@hxi.com>
757 * ldmain.c: Fix formatting.
758 * ldmisc.c: Likewise.
760 * ldwrite.c: Likewise.
762 2000-09-21 Alan Modra <alan@linuxcare.com.au>
764 * ldwrite.c (clone_section): Silence gcc warnings.
766 2000-09-20 Alan Modra <alan@linuxcare.com.au>
768 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
769 out of memory failure.
771 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
772 (clone_section): Handle out of memory failures. Rename var to
773 avoid c++ reserved word.
775 2000-09-18 Alan Modra <alan@linuxcare.com.au>
777 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
778 stub_name param to stub_sec_name.
779 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
781 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
783 * emultempl/m68kelf.em: New file.
784 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
785 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
786 * Makefile.in: Regenerate.
788 2000-09-15 Alan Modra <alan@linuxcare.com.au>
790 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
793 2000-09-13 Nick Clifton <nickc@redhat.com>
795 * ldmain.c (multiple_definition): Disable relaxation if
796 multiple symbol definitions are encountered - otherwise the
797 linker could abort with an assertion failure.
799 2000-09-10 Nick Clifton <nickc@redhat.com>
801 * mri.c: Fix formatting.
803 2000-09-07 H.J. Lu <hjl@gnu.org>
805 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
806 * configure: Rebuild.
808 2000-09-07 H.J. Lu <hjl@gnu.org>
810 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
811 * Makefile.in: Rebuild.
813 2000-09-07 Alan Modra <alan@linuxcare.com.au>
815 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
816 broken list handling. Create __start_SECNAME and __stop_SECNAME
817 when no place-holder. Add some comments. Test both SEC_CODE and
818 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
819 Handle case where no output section statement created.
821 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
823 * configure.tgt (sh-*-linux*): Added.
824 * Makefile.am: Added eshelf_linux and eshlelf_linux.
825 * Makefile.in: Rebuilt.
826 * emulparams/shelf_linux.sh: New file.
827 * emulparams/shlelf_linux.sh: New file.
829 2000-09-06 Alan Modra <alan@linuxcare.com.au>
831 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
832 try shuffling sections when the orphan happens to be the place
833 holder. Keep count of unique section names generated so we speed
834 the search for a new name.
836 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
838 * configure: Rebuilt with new libtool.m4.
840 2000-09-05 Nick Clifton <nickc@redhat.com>
842 * Makefile.in: Regenerate.
843 * aclocal.m4: Regenerate.
844 * configure: Regenerate.
845 * config.in: Regenerate.
846 * po/ld.pot: Regenerate.
848 * ldint.texinfo: Remove CVS revision marker - it foils local
851 * emultempl/ticoff.em: Remove extraneous comma.
853 2000-09-05 Alan Modra <alan@linuxcare.com.au>
855 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
856 to stub section flags.
857 (hppa_for_each_input_file_wrapper): New.
858 (hppa_lang_for_each_input_file): New.
859 (lang_for_each_input_file): Define to call above.
860 (multi_subspace): New.
861 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
862 (PARSE_AND_LIST_PROLOGUE): Define.
863 (PARSE_AND_LIST_LONGOPTS): Define.
864 (PARSE_AND_LIST_OPTIONS): Define.
865 (PARSE_AND_LIST_ARGS_CASES): Define.
866 (hppaelf_finish): Call elf32_hppa_set_gp.
867 (hppaelf_set_output_arch): Remove.
868 (LDEMUL_SET_OUTPUT_ARCH): Remove.
870 * emulparams/hppalinux.sh (ELFSIZE): Define.
872 (OTHER_READONLY_SECTIONS): Define.
874 (GENERATE_SHLIB_SCRIPT): Define.
876 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
877 to const throughout. Change `void *' to `PTR' throughout.
878 (lang_memory_default): Function is local to file, add `static'.
880 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
881 (ehppalinux.c): Likewise.
882 (earmelf.c): Likewise.
883 (earmelf_linux.c): Likewise.
884 (earmelf_linux26.c): Likewise.
885 * Makefile.in: Regenerate.
887 * ld.h (ld_config_type): Add unique_orphan_sections.
888 * lexsup.c (OPTION_UNIQUE): Define.
889 (ld_options): Add "--unique".
890 (parse_args): Handle it.
891 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
892 search for an existing output section if unique_orphan_sections is
893 set. Make use of bfd_get_unique_section_name rather than
894 duplicating code here.
895 * ld.texinfo: Describe --unique.
897 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
898 optional arg to split-by-file.
899 (parse_args): Handle them.
900 * ld.texinfo: Update description of these options.
901 * ldwrite.c (clone_section): Pass in the section name. Replace
902 local code with bfd_get_unique_section_name.
903 (split_sections): Tidy code and comments. Use a list traversal
904 more appropriate to the list construction. Handle cooked section
905 sizes. Split when split_by_reloc reached rather than exceeded.
906 Track section size and split when split_by_file reached. Fix
907 link_order_tail (even though it's not used).
908 (ldwrite): Modify condition for calling split_sections to suit
909 changed split_by_reloc and split_by_file.
910 * ldmain.c (main): Init config.split_by_reloc and
911 config.split_by_file to -1.
912 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
913 Change split_by_file to bfd_size_type.
915 2000-09-02 Nick Clifton <nickc@redhat.com>
917 * configure.in: Increase version number to 2.10.91.
918 * NEWS: Mention new ability to support removal of duplicate DWARF2
920 * configure: Regenerate.
921 * aclocal.m4: Regenerate.
922 * config.in: Regenerate.
924 2000-09-02 Daniel Berlin <dberlin@redhat.com>
926 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
928 * scripttempl/elf32avr.sc: Ditto.
929 * scripttempl/elfd10v.sc: Ditto.
930 * scripttempl/elfd30v.sc: Ditto.
931 * scripttempl/elfi370.sc: Ditto.
932 * scripttempl/elfm68hc11.sc: Ditto.
933 * scripttempl/elfm68hc12.sc: Ditto.
934 * scripttempl/elfi386beos.sc: Ditto.
935 * scripttempl/v850.sc: Ditto.
937 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
939 * acinclude.m4: Include libtool and gettext macros from the
941 * aclocal.m4, configure: Rebuilt.
943 2000-08-25 Nick Clifton <nickc@redhat.com>
945 * ldlang.c (open_output): When choosing the target for a
946 particular endianness, do nothing if the target is not
949 2000-08-25 H.J. Lu <hjl@gnu.org>
951 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
952 check -rpath nor LD_RUN_PATH for cross link.
953 * ld.texinfo: Document the change.
955 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
957 * NEWS: Mention support for CRIS.
959 2000-08-23 H.J. Lu <hjl@gnu.org>
961 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
962 the current runpath list from bfd_elf_get_runpath_list ()
965 2000-08-22 H.J. Lu <hjl@gnu.org>
967 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
968 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
969 LD_LIBRARY_PATH for native linker. Display the needed DSO if
970 trace_file_tries is non-zero.
971 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
972 if trace_file_tries is non-zero.
974 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
977 2000-08-14 Jason Eckhardt <jle@cygnus.com>
979 * NEWS: Mention i860 support.
981 2000-08-14 Andreas Schwab <schwab@suse.de>
983 * scripttempl/elf.sc: Fix last change to use correct comment
986 2000-08-10 Geoff Keating <geoffk@cygnus.com>
988 * scripttempl/elf.sc: Add a comment giving the correspondence
989 between sections, per-datum sections, and linkonce sections. Make
990 the comment true even for .bss, .sdata, .sdata2, .sbss, and
993 2000-08-10 Jason Eckhardt <jle@cygnus.com>
995 * emulparams/elf32_i860.sh: New file.
996 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
997 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
998 (eelf32_i860.c): New rule.
999 * Makefile.in: Regenerate.
1001 2000-08-10 Nick Clifton <nickc@cygnus.com>
1003 * emulparams/mipspe.sh (ENTRY): Add definition.
1005 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
1007 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
1010 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1012 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
1013 the final size of .bss section.
1014 * scripttempl/elfm68hc12.sc: Likewise.
1016 2000-08-04 Alan Modra <alan@linuxcare.com.au>
1018 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
1019 gld${EMULATION_NAME}_parse_args for consistency. Combine
1020 lastoptind and prevoptind vars, and keep track of last optind.
1021 (gld_${EMULATION_NAME}_list_options): Rename to
1022 gld${EMULATION_NAME}_list_options.
1024 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
1026 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
1027 (i586-sco-sysv5uw7.1.0).
1029 2000-07-27 H.J. Lu <hjl@gnu.org>
1031 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
1032 (PARSE_AND_LIST_PROLOGUE): New.
1033 (PARSE_AND_LIST_LONGOPTS): Likewise.
1034 (PARSE_AND_LIST_OPTIONS): Likewise.
1035 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1036 (PARSE_AND_LIST_EPILOGUE): Likewise.
1038 2000-07-28 Alan Modra <alan@linuxcare.com.au>
1040 * emultempl/armelf.em: Elide functions common to elf32.em,
1041 ie. most of the file.
1042 (arm_elf_after_open): New. Do arm specific things then call
1043 gld${EMULATION_NAME}_after_open.
1044 (arm_elf_before_allocation): New. Call
1045 gld${EMULATION_NAME}_before_allocation then do arm specifics.
1046 (PARSE_AND_LIST_PROLOGUE): Define.
1047 (PARSE_AND_LIST_SHORTOPTS): Define.
1048 (PARSE_AND_LIST_LONGOPTS): Define.
1049 (PARSE_AND_LIST_OPTIONS): Define.
1050 (PARSE_AND_LIST_ARGS_CASES): Define.
1051 (LDEMUL_AFTER_OPEN): Define.
1052 (LDEMUL_BEFORE_ALLOCATION): Define.
1053 (LDEMUL_BEFORE_PARSE): Define.
1054 (LDEMUL_FINISH): Define.
1056 * emultempl/hppaelf.em: Similarly zap most of this file.
1057 (hppaelf_add_stub_section): Prototype.
1058 (hppaelf_layaout_sections_again): Prototype.
1059 (hook_in_stub): Prototype.
1060 (LDEMUL_SET_OUTPUT_ARCH): Define.
1061 (LDEMUL_FINISH): Define.
1062 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1064 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
1065 (EXTRA_EM_FILE): New.
1066 * emulparams/armelf_linux.sh: Likewise.
1067 * emulparams/armelf_linux26.sh: Likewise.
1068 * emulparams/hppalinux.sh: Likewise.
1069 * emulparams/hppaelf.sh: Likewise.
1072 * emultempl/elf32.em: Fix formatting.
1073 (EXTRA_EM_FILE): Source it.
1074 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1075 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1076 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1077 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1078 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1079 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1080 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1081 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1082 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
1083 allow functions in this file to be overridden.
1084 (PARSE_AND_LIST_SHORTOPTS): Handle it.
1086 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
1088 * emultempl/elf32.em: Reorganize file.
1090 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
1092 * emulparams/elf64alpha.sh: Implement "-taso" emulation
1093 specific option to fit 64-bit executable in the lower
1094 31-bit address range. This is done by changing start
1095 address of .interp (the very first section of executable)
1096 and then setting EF_ALPHA_32BIT elf header flag.
1098 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1100 * emultempl/m68kcoff.em: New file.
1101 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
1102 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
1104 * Makefile.in: Regenerate.
1106 2000-07-20 H.J. Lu <hjl@gnu.org>
1108 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
1109 and "disable-new-dtags" to stop getopt from treating -d/-e as
1110 abbreviations for these options.
1112 2000-07-20 H.J. Lu <hjl@gnu.org>
1114 * ld.texinfo: Add documentation for --disable-new-dtags and
1117 * ldmain.c (main): Initialize link_info.new_dtags to false.
1119 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
1120 --disable-new-dtags and --enable-new-dtags.
1121 (gld_${EMULATION_NAME}_list_options): Likewise.
1123 2000-07-05 Kenneth Block <krblock@computer.org>
1125 * lexsup.c: Add optional style to demangle switch
1126 * ld.texinfo: Document optional style to demangle switch.
1128 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
1130 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
1132 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
1133 Regenerate dependencies.
1134 * Makefile.in: Rebuild.
1135 * configure.tgt (cris-*-*): New target.
1136 * emulparams/crisaout.sh, emulparams/criself.sh,
1137 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
1138 * po/POTFILES.in, po/ld.pot: Regenerate.
1140 2000-07-20 H.J. Lu <hjl@gnu.org>
1142 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
1143 Print out ignored -z options.
1145 2000-07-19 H.J. Lu <hjl@gnu.org>
1147 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
1148 (PARSE_AND_LIST_PROLOGUE): New.
1149 (PARSE_AND_LIST_LONGOPTS): Likewise.
1150 (PARSE_AND_LIST_OPTIONS): Likewise.
1151 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1153 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
1155 * lexsup.c (ld_options): Comment out 'z'.
1156 (parse_args): Likewise.
1158 * emultempl/elf32.em: Include "elf/common.h".
1159 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
1161 (gld_${EMULATION_NAME}_list_options): Likewise.
1163 * ld.texinfo: Add documentation for the recognized -z options.
1165 2000-07-19 H.J. Lu <hjl@gnu.org>
1167 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
1168 bfd_elf_set_dt_needed_soname ().
1170 2000-07-18 DJ Delorie <dj@cygnus.com>
1172 * pe-dll.c (pe_dll_id_target): check object target name also
1174 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
1176 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
1177 ${INIT_END} if relocating.
1178 (.fini): Likewise ${FINI_START} and ${FINI_END}.
1180 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
1182 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
1183 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
1184 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
1185 errors introduced by the old dynamic lib search order.
1187 2000-07-17 DJ Delorie <dj@cygnus.com>
1189 * pe-dll.c (process_def_file): auto-export data items also
1190 (pe_process_import_defs): also see if _imp_ form needed
1192 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1194 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
1195 for dll import libraries
1197 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
1199 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
1200 gcc 2.95.2 and later.
1202 2000-07-11 Kazu Hirata <kazu@hxi.com>
1204 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
1207 2000-07-10 Alan Modra <alan@linuxcare.com.au>
1209 * ldemul.h (struct lang_input_statement_struct): Remove forward
1211 (struct search_dirs): Likewise.
1212 * ldfile.h (struct lang_input_statement_struct): Likewise.
1213 Protect file from multiple inclusion.
1214 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
1215 declaration from macro to file scope.
1217 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
1218 * ldgram.y: Likewise here.
1219 * ldlang.c: And here.
1220 * ldmain.c: And here.
1221 * mpw-elfmips.c: And here.
1222 * mpw-eppcmac.c: And here.
1223 * emultempl/aix.em: And here.
1224 * emultempl/armcoff.em: And here.
1225 * emultempl/armelf.em: And here.
1226 * emultempl/armelf_oabi.em: And here.
1227 * emultempl/beos.em: And here.
1228 * emultempl/elf32.em: And here.
1229 * emultempl/hppaelf.em: And here.
1230 * emultempl/linux.em: And here.
1231 * emultempl/lnk960.em: And here.
1232 * emultempl/pe.em: And here.
1233 * emultempl/sunos.em: And here.
1234 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
1235 * mpw-idtmips.c: Ditto.
1236 * emultempl/generic.em: Ditto.
1237 * emultempl/gld960.em: Ditto.
1238 * emultempl/gld960c.em: Ditto.
1239 * emultempl/mipsecoff.em: Ditto.
1240 * emultempl/ticoff.em: Ditto.
1241 * emultempl/vanilla.em: Ditto.
1243 * pe-dll.c: Include ldfile.h
1244 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
1246 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
1247 arguments to bfd_elf32_size_dynamic_sections call.
1248 (gldelf32ebmip_place_orphan): Add missing arguments to
1249 lang_leave_output_section_statement call.
1251 2000-07-10 H.J. Lu <hjl@gnu.org>
1253 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
1255 (strhash): Likewise.
1256 (compute_dll_image_base): Likewise.
1257 (pe_undef_found_sym): Likewise.
1258 (pe_undef_cdecl_match): Likewise.
1259 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
1260 argument "arch" with ATTRIBUTE_UNUSED.
1262 2000-07-10 Alan Modra <alan@linuxcare.com.au>
1264 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
1266 From Ryan Bradetich <rbradetich@uswest.net>
1267 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
1269 2000-07-09 Alan Modra <alan@linuxcare.com.au>
1271 Changes to create multiple linker stubs, positioned immediately
1272 before the section where they are required.
1273 * emultempl/hppaelf.em: Include elf32-hppa.h.
1274 (stub_sec, file_chain): Delete.
1275 (hppaelf_create_output_section_statements): Don't make a stub
1277 (hook_stub_info): New struct.
1278 (hook_in_stub): New function.
1279 (hppaelf_add_stub_section): New function.
1280 (hppaelf_finish): Do nothing for relocateable links. Modify the
1281 call to elf32_hppa_size_stubs. Move code for updating section
1283 (hppaelf_layaout_sections_again): ..to here, a new function.
1285 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
1286 broken list handling. Pass in a pointer to the list.
1287 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
1289 (hppaelf_before_parse): Prototype.
1290 (hppaelf_set_output_arch): Prototype.
1291 (hppaelf_create_output_section_statements): Prototype.
1292 (hppaelf_delete_padding_statements): Prototype.
1293 (hppaelf_finish): Prototype.
1296 * emultempl/hppaelf.em: Include ctype.h.
1297 (struct orphan_save): New.
1298 (gld${EMULATION_NAME}_place_orphan): New.
1299 (output_rel_find): New.
1300 (hppaelf_get_script): Update from elf32.em.
1301 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
1302 Change emulation_name field to "${EMULATION_NAME}". Add
1303 gld${EMULATION_NAME}_place_orphan.
1305 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
1306 ehppalinux.o, sort it. Regenerate dependencies.
1307 (ehppalinux.c): Depend on hppaelf.em
1308 * Makefile.in: Regenerate.
1310 * configure.tgt: targ_emul=hppalinux for hppa*linux
1312 * emulparams/hppalinux.sh: New.
1313 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
1315 2000-07-08 Alan Modra <alan@linuxcare.com.au>
1317 * lexsup.c (parse_args): Copy section name.
1319 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
1321 * emultempl/pe.em: institute the following search order for
1322 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
1323 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
1324 static lib (libfoo.a) if none of the above are found.
1326 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
1328 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
1329 (longopts): New --{enable,disable}-auto-image-base options.
1330 (gld_${EMULATION_NAME}_list_options): Document.
1331 (gld_${EMULATION_NAME}_parse): Handle.
1332 (strhash): New static function.
1333 (compute_dll_image_base): New static function.
1334 (gld_${EMULATION_NAME}_set_symbols): Use.
1336 2000-07-05 DJ Delorie <dj@redhat.com>
1340 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
1342 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
1343 * emulparams/elf32btsmip.sh: New file.
1344 * Makefile.am: Add traditional mips target.
1345 * Makefile.in: Rebuild.
1347 2000-07-01 H.J. Lu <hjl@gnu.org>
1349 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
1350 automake to use YLWRAP.
1351 * Makefile.in: Rebuild.
1353 2000-07-01 Alan Modra <alan@linuxcare.com.au>
1355 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
1356 (CLEANFILES): Add DEPA.
1357 * Makefile.in: Regenerate.
1359 2000-06-30 Timothy Wall <twall@ppc>
1361 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
1362 the page in the upper octet of the address.
1364 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
1366 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
1368 2000-06-24 Alan Modra <alan@linuxcare.com.au>
1370 * NEWS: arm-elf does --gc-sections too.
1372 2000-06-22 Alan Modra <alan@linuxcare.com.au>
1374 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1376 * Makefile.in: Regenerate.
1378 2000-06-21 H.J. Lu <hjl@gnu.org>
1380 * Makefile.am: Rebuild dependency.
1381 * Makefile.in: Rebuild.
1383 2000-06-20 H.J. Lu <hjl@gnu.org>
1385 * Makefile.am: Rebuild dependency.
1386 * Makefile.in: Rebuild.
1388 2000-06-20 Timothy Wall <twall@cygnus.com>
1390 * scripttempl/tic54xcoff.sc: New.
1391 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
1392 * gen-doc.texi: Add flag for TI COFF.
1393 * ld.texinfo: Add documentation for TI COFF handling switches.
1394 * emultempl/ticoff.em: New. TI COFF handling.
1395 * configure.tgt: Add tic54x target.
1396 * Makefile.am: Add tic54x target.
1397 * Makefile.in: Ditto.
1399 2000-06-20 Alan Modra <alan@linuxcare.com.au>
1401 * ldmain.c (set_scripts_dir): Correct pointer comparison when
1402 checking for backslashes.
1404 2000-06-19 Alan Modra <alan@linuxcare.com.au>
1406 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
1408 2000-06-18 Alan Modra <alan@linuxcare.com.au>
1410 * NEWS: Update list of targets supporting --gc-sections.
1412 * scripttempl/elf.sc: KEEP .eh_frame contents.
1413 * scripttempl/elfd30v.sc: Same here.
1415 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
1417 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
1419 * Makefile.in: Rebuild.
1420 * configure.tgt: Recognize m68hc12 and m68hc11.
1421 * scripttempl/elfm68hc12.sc: New file.
1422 * emulparams/m68hc12elfb: New emulation.
1423 * emulparams/m68hc12elf: New emulation.
1424 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
1425 (includes a memory.x script to define the ROM and RAM banks).
1426 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
1427 New configuration files for support of Motorola 68hc11
1429 2000-06-15 Alan Modra <alan@linuxcare.com.au>
1431 * ldmain.c (main): Only change SEC_READONLY for final link.
1433 2000-06-13 H.J. Lu <hjl@gnu.org>
1435 * configure: Regenerate.
1437 2000-06-08 David O'Brien <obrien@FreeBSD.org>
1439 * configure.in (VERSION): Update to show this is the CVS mainline.
1441 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1443 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
1444 input objects to be ECOFF.
1445 (check_sections): einfo takes %B, not %P, to print a BFD name.
1447 2000-06-05 Michael Matz <matz@ifh.de>
1449 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
1452 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
1454 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
1456 * emulparams/avr1200.sh (STACK): Define as 0.
1457 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1458 * emulparams/avr4433.sh (STACK): Likewise.
1459 * emulparams/avr44x4.sh (STACK): Likewise.
1460 * emulparams/avr85xx.sh (STACK): Likewise.
1461 * emulparams/avrmega103.sh (STACK): Likewise.
1462 * emulparams/avrmega161.sh (STACK): Likewise.
1463 * emulparams/avrmega603.sh (STACK): Likewise.
1464 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
1465 (__stack): Define from ${STACK} for main().
1467 2000-05-26 Alan Modra <alan@linuxcare.com.au>
1469 * Makefile.am: Update dependencies with "make dep-am"
1470 * Makefile.in: Regenerate.
1472 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
1474 * ldmain.c: Include filenames.h.
1475 (set_scripts_dir): Support backslashes in program name.
1477 2000-05-22 Igor Shevlyakov <igor@windriver.com>
1479 * ldmain.c (main): When deciding if ".text" section should be
1480 read-only, don't forget to reset SEC_READONLY because it
1481 could be already set.
1483 2000-05-22 Thomas de Lellis <tdel@windriver.com>
1485 * ld.1: Add documentation for new command line option:
1486 --section-start <sectionname>=<sectionorg>
1487 This is a generic version of -Ttext etc. which accepts
1488 any section name as a parameter instead of just text/data/
1490 * ld.texinfo: More docs.
1492 * lexsup.c: (parse_args): Recognize new command line option.
1493 (ld_options): Add new option.
1495 2000-05-18 H.J. Lu <hjl@gnu.org>
1497 * lexsup.c (parse_args): `i' == `r', not `q'.
1499 Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
1501 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1503 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
1504 Rick Gorton <gorton@scrugs.lkg.dec.com>
1506 Add support for '-q' == '--emit-relocs' switch.
1507 * ldmain.c (main): Default to false.
1508 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1509 * NEWS: Describe the emitrelocations switch.
1510 * ld.texinfo: Describe the emitrelocations switch.
1512 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
1514 * emultempl/pe.em (_open_dynamic_archive): New function: Search
1515 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1516 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1519 2000-05-15 David O'Brien <obrien@FreeBSD.org>
1521 * lexsup.c (parse_args): Update the year in the copyright notice.
1523 2000-05-13 Alan Modra <alan@linuxcare.com.au>
1525 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1526 Replace defines with those from intl/libgettext.h to quieten gcc
1529 2000-05-10 H.J. Lu <hjl@gnu.org>
1531 * ldlang.c (open_input_bfds): Don't load the same file within
1532 a group again if the whole archive has been loaded already.
1534 2000-05-03 Alan Modra <alan@linuxcare.com.au>
1536 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1537 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1540 Mon May 1 17:34:34 2000 Jim Wilson <wilson@cygnus.com>
1542 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
1544 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1545 host "ia64-*-linux-gnu*".
1547 2000-04-29 Andreas Jaeger <aj@suse.de>
1549 * ld.h: Correctly check GCC version.
1551 Tue Apr 25 11:20:43 2000 Jeffrey A Law (law@cygnus.com)
1553 * Makefile.am: Add PA64 support. Add missing dependencies for
1555 * Makefile.in: Rebuilt.
1556 * configure.tgt: Add PA64 support (currently disabled).
1558 2000-04-25 Alan Modra <alan@linuxcare.com.au>
1560 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
1561 (output_rel_find): New function.
1562 (hold_section, hold_use): Delete.
1563 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1564 hold_interp): Make local to place_orphan.
1565 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
1566 rather than place_section to find possible previous use of orphan.
1567 Similarly find the place-holder output sections. Use returned
1568 value from lang_enter_output_section_statement rather than calling
1569 lang_output_section_statement_lookup.
1570 * emultempl/armelf.em: Same here.
1571 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
1573 * ldlang.c (lang_enter_output_section_statement): Return output
1575 * ldlang.h (lang_enter_output_section_statement): Change
1578 * ldlang.h (lang_output_section_statement): Export it.
1579 * ldlang.c (lang_output_section_statement): Ditto.
1581 2000-04-24 Nick Clifton <nickc@cygnus.com>
1583 * ld.texinfo (Output Section Data): Add note that section data
1584 commands cannot appear outside of section directives.
1586 2000-04-2 Matthew Green <mrg@cygnus.com>
1588 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
1590 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
1591 David Mosberger <davidm@hpl.hp.com>
1593 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
1594 (eelf64_ia64.c): New rule.
1595 * Makefile.in: Rebuild.
1596 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
1597 * emulparams/elf64_ia64.sh: New file.
1599 2000-04-21 Richard Henderson <rth@cygnus.com>
1601 * scripttempl/elfd30v.sc: Place .gcc_except_table.
1603 2000-04-19 Alan Modra <alan@linuxcare.com.au>
1605 * dep-in.sed: Match space at start of file name, not at end.
1607 2000-04-18 H.J. Lu <hjl@gnu.org>
1609 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
1610 lang_leave_output_section_statement () after calling
1611 lang_enter_output_section_statement ().
1612 * emultempl/armelf.em: Likewise.
1614 2000-04-18 Alan Modra <alan@linuxcare.com.au>
1616 * emultempl/elf32.em (struct orphan_save): Add section field.
1617 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
1618 better order, and place first orphan section as we did before the
1619 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
1620 Don't call make_bfd_section here, let wild_doit do the job for us.
1621 Don't build a statement list when we'll only throw it away.
1622 * emultempl/armelf.em: Ditto.
1623 * emultempl/pe.em: Similarly.
1625 2000-04-14 Geoff Keating <geoffk@cygnus.com>
1627 * scripttempl/elfppc.sc: Remove.
1628 * emulparams/elf32ppc.sh: Use elf.sc.
1629 * emulparams/elf32lppc.sh: Use elf.sc.
1630 * emulparams/elf32ppclinux.sh: Use elf.sc.
1631 * emulparams/elf32ppcsim.sh: New file.
1632 * emulparams/elf32lppcsim.sh: New file.
1633 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
1634 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
1635 * Makefile.in: Regenerate.
1636 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
1638 2000-04-14 Alan Modra <alan@linuxcare.com.au>
1640 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
1641 ~SEC_ALLOC sections too. Init start address of debug sections.
1642 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1643 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1644 Also set all relocateable section start addresses.
1646 2000-04-13 Geoff Keating <geoffk@cygnus.com>
1648 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
1649 Add new BSS_PLT variable for when .plt need not be contained in
1650 the file. Move _etext so that it is also after .fini, and provide
1651 both etext and _etext with a leading underscore. Mark the start
1654 2000-04-12 Alan Modra <alan@linuxcare.com.au>
1656 * emultempl/elf32.em (struct orphan_save): New.
1657 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1658 hold_interp): Make them struct orphan_save.
1659 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
1660 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
1661 the end of the relevant section list. Also add associated section
1662 statements to the end of any previous orphan statements.
1663 * emultempl/armelf.em: Similarly.
1664 * emultempl/pe.em: Similarly.
1666 2000-04-11 Alan Modra <alan@linuxcare.com.au>
1668 * ld.texinfo (Simple Example): Remove extraneous paragraph.
1670 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
1672 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
1673 --enable-build-warnings option.
1674 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1675 * Makefile.in, configure: Re-generate.
1677 2000-04-04 Alan Modra <alan@linuxcare.com.au>
1679 * po/ld.pot: Regenerate.
1681 * lexsup.c (help): Restore translated part of bug string.
1683 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1684 (DEP): Quote when passing vars to sub-make. Add warning message
1686 (DEP1): Rewrite for "gcc -MM".
1687 (CLEANFILES): Add DEP2.
1688 Update dependencies.
1689 * Makefile.in: Regenerate.
1691 2000-04-03 Alan Modra <alan@linuxcare.com.au>
1693 * ld.h: #include "bin-bugs.h"
1694 * lexsup.c (help): Use REPORT_BUGS_TO.
1696 2000-03-27 Denis Chertykov <denisc@overta.ru>
1698 * configure.tgt (avr-*-*): New target support.
1699 * Makefile.am: Likewise.
1700 * scripttempl/elf32avr.sc: New script file.
1701 * emulparams/avr1200.sh: New file.
1702 * emulparams/avr23xx.sh: New file.
1703 * emulparams/avr4433.sh New file.
1704 * emulparams/avr44x4.sh New file.
1705 * emulparams/avr85xx.sh New file.
1706 * emulparams/avrmega103.sh New file.
1707 * emulparams/avrmega161.sh New file.
1708 * emulparams/avrmega603.sh New file.
1709 * Makefile.in: Regenerate.
1711 2000-03-09 Andreas Jaeger <aj@suse.de>
1713 * Makefile.am (check-DEJAGNU): Also unset LANG.
1714 * Makefile.in: Rebuild.
1716 2000-03-06 Ian Lance Taylor <ian@zembu.com>
1718 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
1721 2000-03-02 H.J. Lu <hjl@gnu.org>
1723 * emulparams/elf32mcore.sh: Include "getopt.h".
1725 2000-03-01 Ian Lance Taylor <ian@zembu.com>
1727 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
1729 2000-03-01 H.J. Lu <hjl@gnu.org>
1731 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
1732 * emulparams/shpe.sh: Likewise.
1734 2000-03-01 Nick Clifton <nickc@cygnus.com>
1736 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
1737 to unused parameters.
1739 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
1740 functions only used by DLL code.
1741 (_place_orphan): Initialise 'dollar'.
1743 2000-03-01 H.J. Lu <hjl@gnu.org>
1745 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
1746 indicate if the undefined symbol is a fatal error or not.
1747 Don't delete the output file if "fatal" is false.
1749 2000-02-29 H.J. Lu <hjl@gnu.org>
1751 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
1752 Set LC_COLLATE and LC_ALL to null and export them. It is for
1753 sort which expects the C locale.
1754 Add $(LIBS) to all $(HOSTING_LIBS).
1755 * Makefile.in: Rebuild.
1757 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
1759 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
1760 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
1761 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
1762 (ld_emulation_xfer_struct): Add missing NULL initialiser for
1763 find_potential_libraries.
1765 2000-02-28 Jim Blandy <jimb@redhat.com>
1767 * ldgram.y (exclude_name_list): Don't require a comma to separate
1768 list entries; the lexer considers commas to be valid part of a
1769 filename, so in something like `foo, bar' the comma is considered
1770 part of the first filename, `foo,'.
1771 * ld.texinfo: Update section on EXCLUDE_FILE lists.
1773 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
1775 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1776 host "i[3456]86-*-freebsdelf*".
1778 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
1780 * scripttempl/i386go32.sc: Move misplaced semicolons.
1782 2000-02-25 Ian Lance Taylor <ian@zembu.com>
1784 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
1785 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
1786 (eelf64hppa.c, ehppaelf.c): Remove targets.
1787 * Makefile.in: Rebuild.
1789 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1791 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
1792 GNU/Linux/sparc, but keep the default as 32.
1794 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
1795 it default if sparcv9 or sparc64.
1797 2000-02-24 Nick Clifton <nickc@cygnus.com>
1799 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
1800 * Makefile.in: Regenerate.
1801 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
1803 * ldemul.h (ld_emulation_xfer_struct): Add new field:
1804 find_potential_libraries.
1805 * ldemul.c (ldemul_find_potential_libraries): New function.
1807 * ldfile.c (ldfile_open_file_search): Allow function to be
1809 (ldfile_open_file): Call ldemul_find_potential_libraries.
1810 * ldfile.h: Add prototype for ldfile_open_file_search.
1812 * pe-dll.c: Add support for ARM, MIPS and SH targets.
1814 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
1815 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
1817 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
1818 (gld_X_find_potential_libraries): New function. Search for
1819 libraries called "*.lib".
1821 * scripttempl/pe.sc: Add .pdata section.
1823 2000-02-23 Richard Henderson <rth@cygnus.com>
1825 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
1826 Add and use memory regions.
1828 2000-02-23 Linas Vepstas (linas@linas.org)
1830 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
1832 * Makefile.am: Add support for Linux/IBM 370.
1833 * configure.tgt: Likewise.
1835 * Makefile.in: Regenerate.
1837 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1839 * ldlang.c (print_input_section, print_data_statement,
1840 print_reloc_statement, print_padding_statement, insert_pad,
1841 size_input_section, lang_check_section_addresses,
1842 lang_size_sections, lang_do_assignments, lang_set_startof,
1843 lang_one_common): Change `opb' to unsigned.
1844 (lang_do_assignments): Also change `size' to unsigned.
1846 2000-02-16 Richard Henderson <rth@cygnus.com>
1848 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
1850 2000-02-16 Timothy Wall <twall@cygnus.com>
1852 * mri.c (mri_draw_tree): Add default LMA region argument to call
1853 to lang_leave_output_section_statement.
1854 * ldlang.h: Update prototypes with LMA region arguments.
1855 * ldlang.c (lang_size_sections): Encapsulate region bounds
1856 checking in os_check_region call.
1857 (os_check_region): New function.
1858 (lang_output_section_statement_lookup): Initialize lma_region.
1859 (lang_leave_output_section_statement): Add LMA region argument.
1860 (lang_leave_overlay): Ditto.
1861 * ldgram.y: Handle LMA region syntax.
1862 * ld.texinfo (Output Section Description): Describe LMA region usage.
1863 * emultempl/armelf.em (gld$place_orphan): Add default value for
1864 lma region in call to lang_leave_output_section_statement.
1865 * emultempl/elf32.em (gld$place_orphan): Add default value for
1866 lma region in call to lang_leave_output_section_statement.
1867 * emultempl/pe.em (gld$place_orphan): Add default value for
1868 lma region in call to lang_leave_output_section_statement.
1871 2000-02-04 Timothy Wall <twall@redhat.com>
1873 * ldlang.c (lang_check_section_addresses): Use bytes instead of
1874 octets when calculating section end addresses.
1876 2000-02-04 Timothy Wall <twall@redhat.com>
1878 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
1880 2000-02-03 Timothy Wall <twall@redhat.com>
1882 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
1884 * ldlang.c (print_input_section, print_data_statement,
1885 print_reloc_statement, print_padding_statement): Print target
1886 address values and section sizes as bytes, not octets.
1887 (insert_pad) Calculate padding size in octets, and adjust "dot"
1889 (size_input_section) Always adjust "dot" by bytes, not octets.
1890 (lang_check_section_addresses, lang_do_assignments) Adjust
1891 "dot" by bytes, not octets. Use the larger of the directive size
1892 or octets_per_byte for the number of octets actually allocated in
1894 (lang_set_startof) Make sure STARTOF returns a target address.
1895 (lang_one_common) Record size changes in octets.
1896 (lang_abs_symbol_at_end_of) Section end symbol's value is
1897 recorded in target bytes.
1898 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
1899 to be clear about behavior when an octet is smaller than one byte.
1901 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1903 * ldcref.c (output_cref): Don't pass message strings to printf
1907 * ldmisc.c (vfinfo): Same here.
1910 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
1912 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
1913 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
1914 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
1915 Add missing NULL initialisers, and comments.
1917 * testsuite/ld-srec/sr3.cc (__rethrow): New.
1919 2000-01-21 Nick Clifton <nickc@cygnus.com>
1921 * ldlang.c (lang_size_sections): Fix typo in comment.
1923 2000-01-18 H.J. Lu <hjl@gnu.org>
1925 * ldlang.c (lang_size_sections): Also update the current
1926 address of a region if the SEC_NEVER_LOAD bit is not set.
1928 2000-01-10 Philip Blundell <pb@futuretv.com>
1930 * configure.tgt (arm*-*-conix*): New target.
1932 2000-01-07 Nick Clifton <nickc@cygnus.com>
1934 * ld.texinfo (Options): Remind users to preceed linker command
1935 line switches with -Wl, (or whatever is appropriate) if it is
1936 being invoked by a comnpiler driver program.
1937 Fix description of the behaviour of the -n command line switch.
1939 Wed Jan 5 08:02:12 2000 Catherine Moore <clm@cygnus.com>
1941 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
1943 * ld.texinfo (EXCLUDE_FILE): Update documentation.
1944 * ldgram.y (wildcard_spec): Support a list of excluded_files.
1945 (exclude_name_list): New.
1946 ldlang.c (walk_wild_section): Support list of excluded files.
1947 (print_wild_statement): Likewise.
1948 (lang_add_wild): Likewise.
1949 * ldlang.h (lang_wild_statement_type): Likewise.
1950 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
1952 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1954 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
1955 (process_def_file): Use.
1956 (pe_dll_compat_implib): New variable.
1959 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
1960 pe_dll_compat_implib.
1962 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
1963 compat-implib options.
1964 (gld_${EMULATION_NAME}_list_options): List new options.
1965 (gld_${EMULATION_NAME}_parse_args): Handle.
1967 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
1970 * deffilep.y (opt_name): Allow "." in name.
1972 For older changes see ChangeLog-9899
1978 version-control: never