1 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3 * emultempl/pe.em(make_import_fixup): change signature to
4 take asection as well as arelec; we need this for proper
5 error reporting. Only call pe_create_import_fixup() if
6 there is no attempt to add a constant addend to the reloc;
7 otherwise, report error condition.
8 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
9 since final argument is a pointer to make_import_fixup().
10 Change call to cb() to match make_import_fixup() signature.
11 (make_import_fixup_mark): make buffer_len unsigned.
12 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
14 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
16 * ld.texinfo: add verbose documentation for auto-import
17 direct-addressing workaround, to compliment the terse
20 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
22 * scripttempl/v850.sc: Add gcc_except_table sections.
24 Fri Sep 7 11:34:24 2001 Jeffrey A Law (law@cygnus.com)
26 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
27 * emulparams/h8300self.sh: Similarly.
29 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
31 * ld.texinfo (Options, --stack): Correct default value for stack
34 2001-09-05 Tom Rix <trix@redhat.com>
36 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
38 2001-09-03 Andreas Jaeger <aj@suse.de>
40 * emultempl/beos.em: Declare prototypes for comparions functions,
43 2001-09-02 Andreas Jaeger <aj@suse.de>
45 * emultempl/aix.em: Add missing prototype.
46 * emultempl/lnk960.em: Likewise.
47 * emultempl/vanilla.em: Likewise.
48 * emultempl/armcoff.em: Likewise.
49 * emultempl/armelf_oabi.em: Likewise.
50 * emultempl/beos.em: Likewise.
51 * emultempl/gld960c.em: Likewise.
52 * emultempl/gld960.em: Likewise.
54 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
55 for prototype declaration.
57 2001-08-31 Eric Christopher <echristo@redhat.com>
58 Jason Eckhardt <jle@redhat.com>
60 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
62 2001-08-31 Andreas Jaeger <aj@suse.de>
64 * emultempl/pe.em: Add missing prototypes.
65 (gld_${EMULATION_NAME}_after_open): Remove extra args to
67 (pr_sym): Add unused attribute.
69 2001-08-29 Joel Sherrill <joel@OARcorp.com>
71 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
72 default from coff to elf.
74 2001-08-29 Jeff Law <law@redhat.com>
76 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
78 * emulparams/h8300self.sh: Similarly.
80 Wed Aug 28 13:37:20 2001 J"orn Rennecke <amylaar@redhat.com>
82 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
84 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
85 * configure.tgt (h8300-*-elf*): New case.
86 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
87 * emulparams/h8300self.sh: New file.
88 * Makefile.in: Regenerated.
90 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
92 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
95 2001-08-27 Linus Nordberg <linus@swox.com>
96 Alan Modra <amodra@bigpond.net.au>
98 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
99 (eelf64ppc.c, eelf64lppc.c): Add make targets.
101 * Makefile.in: Regenerate.
102 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
103 entries to correct alphabetical position.
104 * emulparams/elf64ppc.sh: New.
105 * emulparams/elf64lppc.sh: New.
107 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
109 * ldmain.c (main): Declare BSIZE as static.
111 2001-08-23 Jakub Jelinek <jakub@redhat.com>
113 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
114 into .rel.dyn resp. .rela.dyn if combreloc.
115 (get_script): If .x linker script is equal to .xn, only put it
116 once into the binary.
117 Add .xc and .xsc scripts.
118 (parse_args): Handle -z combreloc and -z nocombreloc.
119 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
120 For .xc and .xsc scripts put all .rel* or .rela* input sections
121 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
122 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
124 Strip trailing whitespace from script.
125 Generate .xc and .xsc scripts if requested.
126 * ldmain.c (main): Initialize link_info.combreloc and
127 link_info.spare_dynamic_tags.
128 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
129 (ld_options): Add --spare-dynamic-tags option.
130 (parse_args): Likewise.
131 * ld.texinfo: Document -z combreloc and -z nocombreloc.
132 * ldint.texinfo: Document .xc and .xsc linker scripts.
133 * NEWS: Add notes about -z combreloc and SHF_MERGE.
135 2001-08-22 H.J. Lu <hjl@gnu.org>
137 * emulparams/elf32fr30.sh: Add a newline.
139 2001-08-21 Andreas Jaeger <aj@suse.de>
141 * deffilep.y: Add missing prototypes.
142 * pe-dll.c: Likewise.
144 2001-08-20 Alan Modra <amodra@bigpond.net.au>
146 * ldlang.c (insert_pad): Fix typos in last patch.
148 * ldlang.c: When traversing lang_statement_union_type lists,
149 consistently use "header.next" rather than "next".
150 * mpw-eppcmac.c: Likewise.
151 * emultempl/beos.em: Likewise.
152 * emultempl/hppaelf.em: Likewise.
153 * emultempl/pe.em: Likewise.
154 * ldlang.h (union lang_statement_union): Remove "next" field.
156 * ldlang.c (insert_pad): Use offsetof macro.
157 (lang_size_sections): Always neuter padding statements.
158 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
160 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
161 passed to lang_size_sections.
162 (pe_exe_fill_sections): Likewise.
163 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
164 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
166 2001-08-18 Alan Modra <amodra@bigpond.net.au>
168 * emultempl/aix.em: Formatting fixes.
170 2001-08-18 Alan Modra <amodra@bigpond.net.au>
172 * ldlang.c (insert_pad): Make use of an existing pad statement if
173 available. Move code calculating alignment, adjusting section
174 alignment power, and adjusting dot to ..
175 (size_input_section): .. here. Remove unused relax param.
176 (lang_size_sections): Change boolean `relax' param to boolean *.
177 Adjust call to size_input_section. Make use of insert_pad to
178 place pad after the assignment statement. If relaxing, zap
180 (reset_memory_regions): Reset output_bfd section sizes too.
181 (relax_again): Move to..
182 (lang_process): ..here. Adjust call to lang_size_sections, and
183 remove duplicated code.
184 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
186 2001-08-17 Alan Modra <amodra@bigpond.net.au>
188 * ld.texinfo: Document that fill values now use the four least
190 * emulparams/elf32fr30.sh (NOP): Update.
191 * emulparams/elf32mcore.sh: Likewise.
192 * emulparams/elf64_s390.sh: Likewise.
193 * emulparams/elf_i386.sh: Likewise.
194 * emulparams/elf_i386_be.sh: Likewise.
195 * emulparams/elf_i386_chaos.sh: Likewise.
196 * emulparams/elf_i386_ldso.sh: Likewise.
197 * emulparams/elf_s390.sh: Likewise.
198 * emulparams/elf_x86_64.sh: Likewise.
199 * emulparams/i386moss.sh: Likewise.
200 * emulparams/i386nw.sh: Likewise.
201 * emulparams/m68kelf.sh: Likewise.
202 * scripttempl/elf.sc: Update NOP comment.
203 * scripttempl/elfi370.sc: Likewise.
204 * scripttempl/elfm68hc11.sc: Likewise.
205 * scripttempl/elfm68hc12.sc: Likewise.
206 * scripttempl/nw.sc: Likewise.
208 2001-08-15 Tom Rix <trix@redhat.com>
210 * ldgram.y (saved_script_handle): Initialize to NULL.
211 * ldmain.c (main): Change check on saved_script_handle.
213 2001-08-14 Alan Modra <amodra@bigpond.net.au>
215 * emultempl/elf32.em: Formatting fixes.
216 (output_prev_sec_find): Test for bfd_ind_section too; do so by
217 looking at sec->owner.
218 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
219 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
220 unused code, and reorganize orphan section placement code.
222 * ldlang.c (wild_doit): Rename to lang_add_section.
223 * ldlang.h: Here too.
224 * mpw-elfmips.c: And here.
225 * emultempl/beos.em: And here.
226 * emultempl/elf32.em: And here.
227 * emultempl/hppaelf.em: And here.
228 * emultempl/pe.em: And here.
230 2001-08-13 Richard Henderson <rth@redhat.com>
232 * emultempl/needrelax.em: New file.
233 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
234 * Makefile.am (eelf64_ia64.c): Depend on it.
235 * Makefile.in: Rebuild.
237 2001-08-13 Alan Modra <amodra@bigpond.net.au>
239 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
240 output_section is set non-NULL.
242 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
243 `true' for SEC_EXCLUDE sections so that the generic code doesn't
244 needlessly create an output_section_statement. Treat a correctly
245 named output_section_statement with NULL bfd_section as compatible.
247 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
249 * emultempl/generic.em: Support EXTRA_EM_FILE.
250 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
251 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
252 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
253 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
254 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
255 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
256 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
257 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
258 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
259 LDEMUL_FIND_POTENTIAL_LIBRARIES.
261 2001-08-12 Richard Henderson <rth@redhat.com>
263 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
264 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
265 scripttempl/v850.sc: Keep .jcr data.
267 2001-08-12 H.J. Lu <hjl@gnu.org>
268 Andrew Haley <aph@cambridge.redhat.com>
269 Nick Clifton <nickc@redhat.com>
271 * ldgram.y (had_script): Change name to saved_script_handle.
272 Change type to file handle.
273 * ld.h (had_script): Rename and retype.
274 * ldfile.c (ldfile_open_command_file): Save the file handle
275 used in saved_script_handle.
276 * lexsup.c (parse_args): Do not allow -c option to alter
278 * ldmain.c (main): Print out the linker script used if
279 --verbose is given. Check saved_script_handle to obtain the
280 external linker script used, or if NULL, dump the builtin
282 * ld.texinfo: Document that --verbose now dumps the linker
283 script used, regardless of whether it was an internal or an
286 2001-08-10 Andreas Jaeger <aj@suse.de>
288 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
290 * configure: Regenerate.
292 2001-08-09 Alan Modra <amodra@bigpond.net.au>
294 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
296 * scripttempl/elf.sc: Move non-text .dynamic section before
297 .plt/.got/.sdata* group.
298 (OTHER_GOT_SECTIONS): Move to immediately after .got.
299 (OTHER_SDATA_SECTIONS): Add.
300 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
302 * emulparams/crislinux.sh: Likewise.
303 * emulparams/elf32b4300.sh: Likewise.
304 * emulparams/elf32bmip.sh: Likewise.
305 * emulparams/elf32bmipn32.sh: Likewise.
306 * emulparams/elf32bsmip.sh: Likewise.
307 * emulparams/elf32btsmip.sh: Likewise.
308 * emulparams/elf32ebmip.sh: Likewise.
309 * emulparams/elf32elmip.sh: Likewise.
310 * emulparams/elf32l4300.sh: Likewise.
311 * emulparams/elf32lmip.sh: Likewise.
312 * emulparams/elf32lsmip.sh: Likewise.
313 * emulparams/elf32ltsmip.sh: Likewise.
314 * emulparams/elf64bmip.sh: Likewise.
315 * emulparams/elf64btsmip.sh: Likewise.
316 * emulparams/elf64ltsmip.sh: Likewise.
318 2001-08-08 Alan Modra <amodra@bigpond.net.au>
320 * genscripts.sh: Source the emulparams script before each output
321 script is generated so that variables like `RELOCATING' may affect
322 variables defined in the emulparams script.
324 2001-08-04 Alan Modra <amodra@bigpond.net.au>
326 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
329 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
330 ie. iterate over wild_statement.section_list.
331 (gld${EMULATION_NAME}_place_orphan): Likewise.
333 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
335 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
336 .fini[0-4] sections used by _exit
337 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
338 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
339 * scripttempl/elfm68hc11.sc: Likewise.
341 2001-08-03 H.J. Lu <hjl@gnu.org>
343 * emultempl/beos.em (init): Add the missing initialization.
345 2001-08-03 Alan Modra <amodra@bigpond.net.au>
347 * ld.texinfo (Input Section Basics): Clarify ordering of output
349 * ldlang.c (callback_t): Add wildcard_list param.
350 (walk_wild_section): Remove "section" param. Rewrite for
351 lang_wild_statement_type change. Remove unique_section_p test.
352 (walk_wild_file): Remove "section" param.
353 (walk_wild): Remove "section" and "file" params.
354 (lang_gc_wild): Likewise.
355 (wild): Likewise. Modify for lang_wild_statement_type change.
356 (wild_sort): Likewise. Add "sec" param.
357 (gc_section_callback): Likewise.
358 (output_section_callback): Likewise. Do unique_section_p test.
359 (map_input_to_output_sections): Modify call to wild.
360 (lang_gc_sections_1): Likewise.
361 (print_wild_statement): Modify for lang_wild_statement_type
363 (lang_add_wild): Replace filename, filenames_sorted param with
364 filespec. Replace section_name, sections_sorted,
365 exclude_filename_list with section_list.
366 * ldlang.h (lang_add_wild): Here too.
367 (lang_wild_statement_type): Replace section_name, sections_sorted,
368 and exclude_filename_list with section_list.
369 * ldgram.y (current_file): Delete.
370 (%union): Add wildcard_list.
371 (file_NAME_list): Set type to wildcard_list. Build a linked list
372 rather than calling lang_add_wild for each entry.
373 (input_section_spec_no_keep): Call lang_add_wild here instead.
374 * ld.h (struct wildcard_list): Declare.
375 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
377 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
379 * ldmain.c (main): initialize link_info.pei386_auto_import
380 * pe-dll.c: new tables for auto-export filtering
381 (auto_export): change API, pass abfd for contextual filtering.
382 Loop thru tables of excluded symbols instead of comparing
385 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
387 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
388 static variable current_sec (static struct sec *). Add
389 forward declaration for add_bfd_to_link.
390 (process_def_file): Don't export undefined symbols. Do not
391 export symbols starting with "_imp__". Call auto_export()
393 (pe_walk_relocs_of_symbol): New function.
394 (generate_reloc): add optional extra debugging
395 (pe_dll_generate_def_file): eliminate extraneous initial blank
397 (make_one): enlarge symtab to make room for __nm__ symbols
398 (DATA auto-import support).
399 (make_singleton_name_thunk): New function.
400 (make_import_fixup_mark): New function.
401 (make_import_fixup_entry): New function.
402 (pe_create_import_fixup): New function.
403 (add_bfd_to_link): Specify that 'name' argument is a CONST
405 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
406 declare new functions pe_walk_relocs_of_symbol and
407 pe_create_import_fixup.
408 * emultempl/pe.em: add new options --enable-auto-import,
409 --disable-auto-import, and --enable-extra-pe-debug.
410 (make_import_fixup): New function.
411 (pe_find_data_imports): New function.
412 (pr_sym): New function.
413 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
414 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
417 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
419 * ld.texinfo: add additional documentation for
420 --export-all-symbols. Document --out-implib,
421 --enable-auto-image-base, --disable-auto-image-base,
422 --dll-search-prefix, --enable-auto-import, and
423 --disable-auto-import.
424 * ldint.texinfo: Add detailed documentation on auto-import
427 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
429 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
432 2001-07-24 Alan Modra <amodra@bigpond.net.au>
434 * Makefile.am: Update dependencies with "make dep-am".
435 * Makefile.in: Regenerate
437 2001-07-23 Alan Modra <amodra@bigpond.net.au>
439 * ldcref.c (check_section_sym_xref): New function.
440 (check_nocrossrefs): Call it.
441 (check_nocrossref): Interate over h->refs here instead of..
442 (check_refs): ..here. Pass in the symbol name, section, and bfd
443 rather than hash_entry pointers.
444 (struct check_refs_info): Keep symbol name rather than hash entry.
446 (check_reloc_refs): Tweak for above changes in check_refs_info.
447 Only report references to section syms when symname is NULL to
448 prevent duplicate messages for the same reloc.
450 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
452 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
453 available. Do not print NULL trees.
454 (exp_print_token): Print unknown tokens with values > 126 as
455 decimal values not ASCII characters.
457 * ldlang.c (lang_leave_overlay): If a region is specified assign
458 it to all sections inside the overlay unless they have been
459 assigned to the own, non-default, memory region.
461 * README: Add header for consistency with other README files.
463 2001-07-14 H.J. Lu <hjl@gnu.org>
465 * emultempl/elf32.em (output_prev_sec_find): Never return
466 bfd_abs_section_ptr, bfd_com_section_ptr nor
469 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
471 * Makefile.am (em32relf.c): Change dependency from generic.em to
473 * Makefile.in: Regenerate.
475 2001-07-14 matthew green <mrg@eterna.com.au>
477 * configure.tgt (i386-*-netbsdelf*): New target.
478 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
480 2001-07-13 Jakub Jelinek <jakub@redhat.com>
482 * emultempl/elf32.em (output_prev_sec_find): New.
483 (place_orphan): Use it.
485 2001-07-11 H.J. Lu <hjl@gnu.org>
487 * ldmain.c (main): Fix typos in the last change.
489 2001-07-11 Jakub Jelinek <jakub@redhat.com>
491 * ldmain.c (main): Disallow -F and -f without -shared.
493 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
495 * emultempl/pe.em (after_open): Check for the output_bfd not
496 having any coff_data structure allocated to it.
498 2001-07-09 David O'Brien <obrien@FreeBSD.org>
500 * emultempl/elf32.em: Do not assuming that contents of the buffer
501 returned from basename function will remain unchanged accross other
504 2001-07-03 H.J. Lu <hjl@gnu.org>
506 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
507 2001-07-03. It creates dynamic entries even for static binaries.
509 2001-07-03 Jakub Jelinek <jakub@redhat.com>
511 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
512 (DYNAMIC): Use it to reserve few dynamic entries for
515 2001-06-27 Alan Modra <amodra@bigpond.net.au>
517 * emulparams/hppa64linux.sh: New file.
518 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
519 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
520 (ehppa64linux.c): Add rule to make it.
522 * Makefile.in: Regenerate.
524 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
526 * ld.texinfo (Options, -r): Mention restrictions when using
527 different object formats.
529 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
531 * ldlang.c (lang_check): Emit fatal error if relocatable link
532 between different object flavours with relocations in input.
534 2001-06-19 H.J. Lu <hjl@gnu.org>
536 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
537 (--version-script): Mention the language support.
539 2001-06-19 H.J. Lu <hjl@gnu.org>
541 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
543 2001-06-18 H.J. Lu <hjl@gnu.org>
545 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
546 (diststuff): Add $(MANS).
547 * Makefile.in: Regenerated.
551 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
553 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
554 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
555 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
556 * ld.h (args_type): Remove member export_dynamic. All users
557 changed to use struct bfd_link_info member.
559 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
560 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
561 * Makefile.in: Regenerate.
563 2001-06-18 H.J. Lu <hjl@gnu.org>
565 * ldlang.c (init_os): Add the newline to the einfo call.
566 (lang_check): Likewise.
567 (lang_do_version_exports_section): Likewise.
569 2001-06-15 H.J. Lu <hjl@gnu.org>
571 * lexsup.c (parse_args); Save optind to report unrecognized
574 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
576 * ldlang.c (lang_check): Emit fatal error if relocatable link
577 between different object flavours.
579 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
580 Set new link_info member export_dynamic.
581 * ldmain.c (main): Initialize new link_info member export_dynamic.
583 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
585 * ldlang.c (walk_wild): Only call walk_wild_file if
586 lookup_name returns something.
587 (lookup_name): If load_symbols fails, return NULL.
588 (load_symbols): Change to a boolean function.
589 (open_input_bfds): If load_symbols fails then do not make the
592 2001-06-08 Alan Modra <amodra@bigpond.net.au>
594 * ldlang.c (record_bfd_errors): Remove.
596 * emultempl/aix.em: Fix copyright dates.
598 2001-06-07 Andreas Jaeger <aj@suse.de>
600 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
601 (TEXT_START_ADDR): Likewise.
603 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
605 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
607 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
609 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
611 2001-05-31 H.J. Lu <hjl@gnu.org>
613 * ldlang.c (open_input_bfds): Don't change the bfd error
614 handler whilst loading symbols.
616 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
618 * configure.tgt: Remove i370-mvs architecture, it is not currently
621 2001-05-25 H.J. Lu <hjl@gnu.org>
623 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
624 like emulparams/aixppc.sh.
626 2001-05-25 H.J. Lu <hjl@gnu.org>
628 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
629 setting of output_filename after bfd_scan_arch.
630 * emultempl/pe.em: Likewise.
632 2001-05-25 H.J. Lu <hjl@gnu.org>
634 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
635 like emulparams/aixppc.sh.
637 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
638 instead of ${srcdir}/emultempl/stringify.sed.
640 2001-05-25 Timothy Wall <twall@oculustech.com>
642 * emulparams/elf64_aix.sh: Change settings to match IBM linker
645 2001-05-25 Alan Modra <amodra@one.net.au>
647 * configure.host: Replace linuxoldld with linux*oldld.
648 * configure.tgt: Likewise.
650 2001-05-24 H.J. Lu <hjl@gnu.org>
652 * emultempl/stringify.sed: Removed again.
654 2001-05-24 H.J. Lu <hjl@gnu.org>
656 * emultempl/aix.em (OUTPUT_ARCH): Defined.
657 (gld${EMULATION_NAME}_before_parse): Initialize
658 ldfile_output_architecture, ldfile_output_machine and
659 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
660 * emultempl/beos.em: Likewise.
661 * emultempl/elf32.em: Likewise.
662 * emultempl/linux.em: Likewise.
663 * emultempl/mipsecoff.em: Likewise.
664 * emultempl/pe.em: Likewise.
665 * emultempl/sunos.em: Likewise.
667 2001-05-24 Tom Rix <trix@redhat.com>
669 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
670 udate import file format.
671 (change_symbol_mode) New, same
672 (is_syscall) New, same
673 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
674 * emulparams/aixppc64.sh : same
675 * emulparams/aixrs6.sh : same
676 * emulparams/ppcmacos.sh : same
677 * emultempl/aix.em : use strtoull to parse options
678 * Makefile.am : add eaixppc64 emulation for xcoff64
680 * configure.tgt : same
682 * scripttempl/aix.sc : default text section offset to 0x10000000
683 default data section offset to 0x20000000
684 add .sv3264 and .sv64 pseudo sections
685 loader and debug sections use the currect section offset.
687 * emultempl/aix.em : Add xcoff64 support
688 Add -binitfini support
689 (gld${EMULATION_NAME}_before_parse) -binitfini
690 (gld${EMULATION_NAME}_parse_args) same
691 (gld${EMULATION_NAME}_before_allocation) format change for special
694 * emulparams/aixppc64.sh : New file for xcoff64 support
696 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
698 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
699 variable to avoid non-portable shell construct.
701 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
703 * ldmain.c (get_emulation): Add -mips5 command line argument.
705 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
707 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
708 (ELF_INTERPRETER_NAME): Define it.
709 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
711 * configure.tgt (targ_emul, targ_extra_emuls)
712 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
713 as primary, elf_i386 as extra.
714 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
715 (eelf_i386_ldso.c): New rule.
716 * Makefile.in: Rebuilt.
718 2001-05-22 Nick Clifton <nickc@redhat.com>
720 * lexsup.c (ld_options): Allow -I to be an alias for
721 --dynamic-linker. This is for Solaris compatability.
722 * ld.texinfo: Document that -I can be used.
725 2001-05-16 Alan Modra <amodra@one.net.au>
727 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
728 whether an input section is the first one assigned to an output
730 Assorted formatting fixes.
732 2001-05-14 DJ Delorie <dj@delorie.com>
734 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
735 * Makefile.in: Ditto.
737 2001-05-11 Jakub Jelinek <jakub@redhat.com>
739 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
740 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
742 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
744 2001-05-11 Jakub Jelinek <jakub@redhat.com>
746 * ldlang.c (lang_process): Call bfd_merge_sections.
748 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
750 * ldgram.y: Fix typo.
752 2001-05-03 H.J. Lu <hjl@gnu.org>
754 * emultempl/elf32.em: Include "libiberty.h".
755 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
756 basename of the bfd filename.
757 (gld${EMULATION_NAME}_stat_needed): Likewise.
758 (gld${EMULATION_NAME}_try_needed): Likewise.
759 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
761 2001-05-02 H.J. Lu <hjl@gnu.org>
763 * emultempl/pe.em: Include <ctype.h>.
765 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
767 * emulparams/elf32openrisc.sh: New file.
769 * Makefile.am: Add OpenRISC target.
770 * Makefile.in: Regenerated.
772 * configure.tgt: Add openrisc-*-* mapping.
774 2001-05-02 Nick Clifton <nickc@redhat.com>
776 * emultempl/aix.em: Replace buystring with xstrdup.
777 * emultempl/beos.em: Replace buystring with xstrdup.
779 2001-05-02 H.J. Lu <hjl@gnu.org>
781 * ldfile.c: Include "libiberty.h".
784 * ldmisc.c (buystring): Removed.
785 * ldmisc.h: Likewise.
787 * ldfile.c: Replace buystring with xstrdup.
788 * ldlang.c: Likewise.
790 * ldmain.c: Likewise.
791 * ldmisc.c: Likewise.
792 * lexsup.c: Likewise.
793 * mpw-eppcmac.c: Likewise.
795 2001-04-30 Andreas Jaeger <aj@suse.de>
797 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
799 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
801 * ldlang.c (load_symbols): Give emulation a chance
802 to process unrecognized file before fatal error is
805 2001-04-27 Sean McNeil <sean@mcneil.com>
807 * configure.tgt: Add arm-vxworks target.
808 * scripttempl/armcoff.sc: Support .text or .data as a section name
812 2001-04-13 J.T. Conklin <jtc@redback.com>
814 * ld.texinfo: Document --fatal-warnings.
817 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
818 warnings have been turned into errors.
819 * lexsup.c (OPTION_WARN_FATAL): Define.
820 (ld_options): Entry for --fatal-warnings.
821 (parse_args): Handle OPTION_WARN_FATAL.
822 * ld.h (ld_config_type): Add fatal_warnings field.
824 2001-04-13 Jakub Jelinek <jakub@redhat.com>
826 * ldmain.c (main): Default to discard_sec_merge.
827 * lexsup.c (OPTION_DISCARD_NONE): Define.
828 (ld_options): Add --discard-none.
829 (parse_args): Handle OPTION_DISCARD_NONE.
830 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
831 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
832 all its input sections match.
834 2001-04-05 Steven J. Hill <sjhill@cotw.com>
836 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
837 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
838 (eelf32ltsmip.c): New target.
839 (eelf64btsmip.c): Likewise.
840 (eelf64ltsmip.c): Likewise.
841 * Makefile.in: Regenerated.
843 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
845 (mips*-*-linux-gnu*): Likewise.
847 * emulparams/elf32ltsmip.sh: New. Traditional little endian
849 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
851 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
854 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
856 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
857 correct value of __Stext here.
858 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
861 * emulparams/crislinux.sh: Remove FIXME.
863 2001-04-02 Alan Modra <alan@linuxcare.com.au>
865 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
866 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
868 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
870 * configure.tgt (cris-*-*): Change default emulation to criself.
871 (cris-*-*aout*): New rule.
873 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
875 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
876 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
878 2001-03-26 Andreas Jaeger <aj@suse.de>
880 * ld.texinfo (Overview): Fix syntax in texi code.
882 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
884 * ld.texinfo: Put @c man indications to generate the ld man page.
885 When generating man, define all the variables. Define SEEALSO
886 and SYNOPSIS. Re-organize some lines to avoid the cross references.
887 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
888 (ld.1): Generate from ld.texinfo.
889 * Makefile.in: Regenerate.
891 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
893 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
894 and '-fdata-sections'. Set the VMA of STABS sections to zero.
896 2001-03-17 Ulrich Drepper <drepper@redhat.com>
898 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
899 is an absolute path look only for this file and not along the path.
901 2001-03-17 Ulrich Drepper <drepper@redhat.com>
903 * emultempl/elf32.em (OPTION_GROUP): New macro.
904 Add new option Bgroup to longopts.
905 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
906 (gld*_list_options): Add -Bgroup and -z defs.
907 * ld.1: Document -Bgroup and -z defs.
908 * ld.texinfo: Likewise.
910 2001-03-07 Michael Meissner <meissner@redhat.com>
912 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
913 with sections created by -fdata-sections.
914 (.dynbss,.bss): Ditto.
916 2001-03-05 Alan Modra <alan@linuxcare.com.au>
918 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
919 after_allocation_default, not gld..._before_allocation.
921 2001-02-27 Alan Modra <alan@linuxcare.com.au>
923 * configure.in (BFD_VERSION): New.
924 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
925 * configure: Regenerate.
926 * Makefile.am: Run "make dep-am"
927 * Makefile.in: Regenerate.
929 2001-02-26 Timothy Wall <twall@cygnus.com>
931 * emulparams/elf64_aix.sh: Add additional read-only sections;
932 uncomment lines which are now required.
934 2001-02-26 H.J. Lu <hjl@gnu.org>
936 * ldlang.c (open_input_bfds): Set the bfd error handler so
937 that problems can be caught whilst loading symbols.
938 (record_bfd_errors): New function: Report BFD errors and mark
939 the executable output as being invalid.
941 2001-02-22 Timothy Wall <twall@cygnus.com>
943 * configure.host: Add configuration for ia64-*-aix*.
944 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
945 Add dependencies for eelf64_aix.c.
946 * Makefile.in: Regenerate.
947 * configure.tgt: Add ia64-*-aix* mapping.
948 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
949 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
952 2001-02-20 H.J. Lu <hjl@gnu.org>
954 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
955 false if we found the file.
957 2001-02-18 David O'Brien <obrien@FreeBSD.org>
959 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
960 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
962 2001-02-18 lars brinkhoff <lars@nocrew.org>
964 * Makefile.am: Add PDP-11 target.
965 * configure.tgt: Likewise.
966 * emulparams/pdp11.sh: New file.
968 2001-02-17 David O'Brien <obrien@FreeBSD.org>
970 * configure.host: Add a generic FreeBSD configuration entry such that
971 all [modern] FreeBSD systems on all platforms will look the same.
973 2001-02-14 H.J. Lu <hjl@gnu.org>
975 * configure.tgt: Remove mention of earmelf_linux26.
977 2001-02-13 Richard Henderson <rth@redhat.com>
979 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
981 2001-02-13 H.J. Lu <hjl@gnu.org>
983 * ldexp.h (node_type): Add etree_provided.
984 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
985 type to etree_provided if defined by PROVIDE. Allow updating
987 (exp_print_tree): Handle etree_provided.
988 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
991 2001-02-09 David Mosberger <davidm@hpl.hp.com>
993 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
994 .IA_64.unwind.* pattern to unwind table section and
995 .IA_64.unwind_info* pattern to unwind info section.
997 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
999 * Makefile.am: Add linux target for S/390.
1000 * Makefile.in: Likewise.
1001 * configure.host: Likewise.
1002 * configure.tgt: Likewise.
1003 * emulparams/elf64_s390.sh: New file.
1004 * emulparams/elf_s390.sh: New file.
1006 2001-02-09 Jakub Jelinek <jakub@redhat.com>
1008 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
1010 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
1012 2001-02-06 Philip Blundell <philb@gnu.org>
1014 * Makefile.am: Remove mention of earmelf_linux26.
1015 * Makefile.in: Regenerate.
1017 2001-02-04 Philip Blundell <philb@gnu.org>
1019 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
1020 * emulparams/armelf_linux26.sh: Delete.
1021 * configure.tgt: Remove mention of armelf_linux26 emulation.
1023 2001-02-01 Nick Clifton <nickc@redhat.com>
1025 * ld.1: Replace occurances of -oformat with --oformat.
1027 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
1029 * ldlang.c (lang_leave_overlay): Don't set lma_region when
1030 load_base is specified.
1032 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
1034 * emultempl/elf32.em: Correct spelling in comments and listed
1037 2001-01-23 Alan Modra <alan@linuxcare.com.au>
1039 * ldlang.c (lang_leave_overlay): Only set lma_region from the
1040 default for the first section of a group of overlay sections.
1042 2001-01-22 Alan Modra <alan@linuxcare.com.au>
1044 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
1045 * Makefile.in: Regenerate.
1046 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
1047 Check for null tool_dir.
1049 2001-01-16 Jim Wilson <wilson@redhat.com>
1051 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
1052 and IA_64.unwind.info.
1054 2001-01-16 H.J. Lu <hjl@gnu.org>
1056 * ldlang.c (lang_check): Merge the private data only if the
1057 input file has contents.
1059 2001-01-14 Alan Modra <alan@linuxcare.com.au>
1061 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
1063 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
1064 enabling search for libmilli. On a relocatable link, make .text
1066 (LDEMUL_AFTER_PARSE): Define.
1067 (hppaelf_finish): Correct spelling of relocatable in comments.
1069 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1070 rummage through the script for sections on the unique list.
1071 Correct length of strncmp for ".note".
1072 (gld${EMULATION_NAME}_check_needed): Rearrange function.
1074 * ldlang.c (unique_section_list): New var.
1075 (unique_section_p): New function.
1076 (walk_wild_section): Don't match sections on unique_section_list.
1077 (lang_add_unique): New function.
1078 Correct spelling of relocatable in comments.
1080 * ldlang.h (struct unique_sections): Declare.
1081 (unique_section_list): Declare.
1082 (unique_section_p): Declare.
1083 (lang_add_unique): Declare.
1085 * lexsup.c (ld_options): Allow --unique to take an optional arg.
1086 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
1088 * ld.texinfo (--unique): Update.
1090 2001-01-13 Nick Clifton <nickc@redhat.com>
1092 * lexsup.c (parse_args): Remove spurious white space.
1094 2001-01-12 Nick Clifton <nickc@redhat.com>
1096 * lexsup.c (parse_args): Update copyright date.
1098 2001-01-12 Philip Blundell <pb@futuretv.com>
1100 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
1102 2001-01-10 Kazu Hirata <kazu@hxi.com>
1104 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
1105 * scripttempl/h8300h.sc: Fix formatting.
1106 * scripttempl/h8300s.sc: Likewise.
1107 * scripttempl/h8500.sc: Likewise.
1108 * scripttempl/h8500b.sc: Likewise.
1109 * scripttempl/h8500c.sc: Likewise.
1110 * scripttempl/h8500m.sc: Likewise.
1111 * scripttempl/h8500s.sc: Likewise.
1113 2000-01-07 David O'Brien <obrien@BSDi.com>
1115 * emultempl/elf32.em: Only perform Linux ld hints processing when
1118 2001-01-07 Philip Blundell <philb@gnu.org>
1120 * ld.texinfo (Bug Reporting): Update email address for reports.
1122 2000-12-31 Nick Clifton <nickc@redhat.com>
1124 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
1125 options by checking for a return value of '?' not -1.
1127 2000-12-28 Nick Clifton <nickc@redhat.com>
1129 * lexsup.c (struct ld_option): Add new enum value:
1131 (ld_options[]): Change -omagic, -output and -oformat options
1132 to be EXACTLY_TWO_DASHES.
1133 (OUTPUT_COUNT): Use ARRAY_SIZE.
1134 (parse_args): Change parameter 'argc' to unsigned.
1135 Place EXACTLY_TWO_DASHES options into new really_longopts
1137 If getopt_long_only fails, try calling getopt_long using the
1138 really_longopts array.
1139 (help): Print a double dash for both EXACTLY_TWO_DASHES and
1142 * ldlex.h: Fix prototype of parse_args.
1144 * ld.texinfo: Document that long options starting with 'o'
1145 must be preceeded by two dashes. Change example of a single
1146 dashed long option from -oformat to -trace-symbol.
1148 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1150 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
1151 (longopts[]): New --no-default-excludes option.
1152 (gld_${EMULATION_NAME}_list_options): Document.
1153 (gld_${EMULATION_NAME}_parse_args): Handle.
1155 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1157 * ldlang.c (new_stat): Revert the last beautification with "innocent"
1158 whitespace, it breaks the K&R C preprocessor.
1160 2000-12-11 DJ Delorie <dj@redhat.com>
1162 * ld.texinfo: Add notes about --whole-archive and gcc.
1164 2000-11-18 Fred Fish <fnf@be.com>
1166 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
1167 (ld_options): Entry for --allow-shlib-undefined.
1168 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
1169 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
1171 * ld.texinfo: Document new command line switch.
1173 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
1175 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
1176 .fixup is actually read/write.
1177 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1178 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1179 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1181 Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
1183 * NEWS: Add note about x86_64 architecture.
1185 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
1187 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
1188 Set DWARF2 sections to a VMA of zero.
1190 2000-12-01 Joel Sherrill <joel@OARcorp.com>
1192 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
1194 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1195 (sparc*-*-rtems*): Switched from a.out to ELF.
1197 2000-11-30 Jan Hubicka <jh@suse.cz>
1199 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
1200 (eelf_x86_64.c): New.
1201 * Makefile.in: Regenerate.
1202 * configure.tgt: Add support for x86_64-*-linux-gnu*.
1203 * emulparams/elf_x86_64.sh: New.
1205 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
1207 * emulparams/crislinux.sh (ENTRY): Change back to _start.
1208 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
1210 * scripttempl/crisaout.sc: Change all RELOCATING not related to
1211 merging non-a.out sections into CONSTRUCTING.
1213 2000-11-28 Nick Clifton <nickc@redhat.com>
1215 * ld.1 (COPYING): Mention that the GNU Free Documentation
1216 License is present in the sources, but not the output, and
1217 also available from the GNU website.
1218 (GNU Free Documentation License): Comment out this section.
1220 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
1222 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
1225 2000-11-25 David O'Brien <obrien@FreeBSD.org>
1227 * ld.1: Remove old date so it does not give the impression the manpage
1230 2000-11-24 Nick Clifton <nickc@redhat.com>
1232 * configure.tgt (xscale-coff): Add target.
1233 (xscale-elf): Add target.
1235 2000-11-24 Fred Fish <fnf@be.com>
1237 * ldmain.c (main): Remove redundant init of config.make_executable
1240 2000-11-15 Richard Henderson <rth@redhat.com>
1242 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
1244 2000-11-14 Kazu Hirata <kazu@hxi.com>
1246 * scripttempl/h8300.sc: Fix formatting.
1247 * scripttempl/h8300h.sc: Likewise.
1248 * scripttempl/h8300s.sc: Likewise.
1250 Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
1252 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
1254 2000-11-09 Philip Blundell <pb@futuretv.com>
1256 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
1257 around orphan sections whose names can be represented in C.
1259 2000-11-07 Jim Wilson <wilson@redhat.com>
1261 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
1262 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
1264 2000-11-06 Nick Clifton <nickc@redhat.com>
1266 * ld.texinfo: Add GNU Free Documentation License.
1267 * ldint.texinfo: Add GNU Free Documentation License.
1268 * ld.1: Add GNU Free Documentation License.
1270 2000-11-05 Alan Modra <alan@linuxcare.com.au>
1272 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
1273 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
1275 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
1276 Move 2000-11-02 Makefile.in changes to this file.
1277 * Makefile.in: Regenerate.
1279 2000-11-03 Nick Clifton <nickc@redhat.com>
1281 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
1282 constructors and destructors.
1283 * scripttempl/h8300h.sc: Ditto.
1284 * scripttempl/h8300s.sc: Ditto.
1285 * scripttempl/h8500.sc: Ditto.
1286 * scripttempl/h8500b.sc: Ditto.
1287 * scripttempl/h8500c.sc: Ditto.
1288 * scripttempl/h8500m.sc: Ditto.
1289 * scripttempl/h8500s.sc: Ditto.
1290 * scripttempl/v850.sc: Ditto.
1291 * scripttempl/w65.sc: Ditto.
1292 * scripttempl/z8000.sc: Ditto.
1294 2000-11-02 Per Lundberg <plundis@chaosdev.org>
1296 * Makefile.in (e_i386_chaos.c): New rule.
1297 (ALL_EMULATIONS): Added e_i386_chaos.o.
1298 * emulparams/elf_i386_chaos.sh: New file.
1299 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
1301 2000-10-20 Jakub Jelinek <jakub@redhat.com>
1303 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
1304 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
1305 Fix sed invocation, so that it coped with '/' in Solaris 64bit
1306 library path suffix.
1307 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
1309 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
1311 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
1312 for consecutive sections.
1314 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
1316 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
1318 * ld.texinfo: Added notes about this new option.
1320 2000-10-16 Nick Clifton <nickc@redhat.com>
1322 * emultempl/pe.em (_after_open): Add tests of return values from
1323 bfd functions. Emit appropriate error messages if necessary.
1325 2000-10-13 Nick Clifton <nickc@redhat.com>
1327 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
1328 local variables - they are not used, but leave in the call to
1329 bfd_canonicalize_symtab.
1330 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
1331 pe_dll_search_prefix.
1333 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
1335 * emultempl/pe.em (pe_dll_search_prefix): New variable,
1336 (longopts): New --dll-search-prefix option.
1337 (gld_${EMULATION_NAME}_list_options): Document.
1338 (gld_${EMULATION_NAME}_parse_args): Handle.
1339 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
1340 dynamically, search for a dll named '<prefix><basename>.dll'
1341 in preference to 'lib<basename>.dll' if --dll-search-prefix
1344 2000-10-12 Alan Modra <alan@linuxcare.com.au>
1346 * ldlang.c (section_already_linked): Set kept_section instead of
1349 2000-10-10 Kazu Hirata <kazu@hxi.com>
1351 * deffile.h: Fix formatting.
1352 * lexsup.c: Likewise.
1355 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1357 * pe-dll.c (make_one): Do not generate code thunk for DATA
1359 (process_def_file): deduce DATA flag for auto-export sumbols.
1361 2000-10-09 Kazu Hirata <kazu@hxi.com>
1363 * ld.h: Fix formatting.
1364 * ldcref.c: Likewise.
1365 * ldctor.h: Likewise.
1366 * ldemul.c: Likewise.
1367 * ldemul.h: Likewise.
1368 * ldexp.c: Likewise.
1369 * ldexp.h: Likewise.
1370 * ldfile.c: Likewise.
1371 * ldfile.h: Likewise.
1372 * ldlang.c: Likewise.
1373 * ldlang.h: Likewise.
1374 * ldmain.c: Likewise.
1375 * pe-dll.c: Likewise.
1377 * pe-dll.c: Revert some formatting fixes.
1379 2000-10-08 Kazu Hirata <kazu@hxi.com>
1381 * pe-dll.c: Fix formatting.
1383 2000-10-05 Kazu Hirata <kazu@hxi.com>
1385 * ldlang.c: Fix formatting.
1387 2000-10-03 DJ Delorie <dj@redhat.com>
1389 * pe-dll.c (fill_edata): initialize entire block
1390 (make_one): fill in correct section.
1392 2000-10-03 Kazu Hirata <kazu@hxi.com>
1394 * ldexp.c: Fix formatting.
1396 2000-10-02 DJ Delorie <dj@redhat.com>
1398 * emultempl/pe.em (gld_*_after_open): detect case where there two
1399 import libraries for same dll; rename one to ensure proper link
1402 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
1404 (generate_edata): fix typo
1406 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
1408 * scripttempl/crisaout.sc (ENTRY): Now __start.
1409 (.text): Add default setting for __start.
1410 Remove CONSTRUCTORS handling.
1411 (/DISCARD/): Add .gnu.warning.*.
1412 * emulparams/crislinux.sh (ENTRY): Now __start.
1413 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
1414 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
1415 (ENTRY): Now __start.
1416 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
1417 (EXECUTABLE_SYMBOLS): Add default setting for __start.
1419 2000-09-29 Kazu Hirata <kazu@hxi.com>
1421 * deffile.h: Fix formatting.
1423 * ldcref.c: Likewise.
1424 * ldctor.c: Likewise.
1425 * ldctor.h: Likewise.
1426 * ldemul.c: Likewise.
1427 * ldemul.h: Likewise.
1428 * ldexp.c: Likewise.
1429 * ldexp.h: Likewise.
1430 * ldfile.c: Likewise.
1431 * ldfile.h: Likewise.
1432 * ldlang.c: Likewise.
1433 * ldlang.h: Likewise.
1434 * lexsup.c: Likewise.
1436 * pe-dll.c: Likewise.
1438 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1440 * pe-dll.c (process_def_file): Uninitialized data wasn't
1441 exported with --export-all-symbols switch.
1443 2000-09-28 DJ Delorie <dj@redhat.com>
1445 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
1446 noname work properly.
1448 2000-09-28 Alan Modra <alan@linuxcare.com.au>
1450 * ld.texinfo (HPPA ELF32): New section.
1452 * emultempl/hppaelf.em (group_size): New.
1453 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
1454 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
1455 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
1456 options to prevent abbreviations matching.
1457 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
1458 (PARSE_AND_LIST_ARGS_CASES): Handle it.
1460 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1462 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
1463 on the m68*-*-elf target. Make it support COFF input objects.
1465 2000-09-21 Kazu Hirata <kazu@hxi.com>
1467 * ldmain.c: Fix formatting.
1468 * ldmisc.c: Likewise.
1469 * ldver.c: Likewise.
1470 * ldwrite.c: Likewise.
1472 2000-09-21 Alan Modra <alan@linuxcare.com.au>
1474 * ldwrite.c (clone_section): Silence gcc warnings.
1476 2000-09-20 Alan Modra <alan@linuxcare.com.au>
1478 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
1479 out of memory failure.
1481 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
1482 (clone_section): Handle out of memory failures. Rename var to
1483 avoid c++ reserved word.
1485 2000-09-18 Alan Modra <alan@linuxcare.com.au>
1487 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
1488 stub_name param to stub_sec_name.
1489 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
1491 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1493 * emultempl/m68kelf.em: New file.
1494 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
1495 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
1496 * Makefile.in: Regenerate.
1498 2000-09-15 Alan Modra <alan@linuxcare.com.au>
1500 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
1503 2000-09-13 Nick Clifton <nickc@redhat.com>
1505 * ldmain.c (multiple_definition): Disable relaxation if
1506 multiple symbol definitions are encountered - otherwise the
1507 linker could abort with an assertion failure.
1509 2000-09-10 Nick Clifton <nickc@redhat.com>
1511 * mri.c: Fix formatting.
1513 2000-09-07 H.J. Lu <hjl@gnu.org>
1515 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1516 * configure: Rebuild.
1518 2000-09-07 H.J. Lu <hjl@gnu.org>
1520 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
1521 * Makefile.in: Rebuild.
1523 2000-09-07 Alan Modra <alan@linuxcare.com.au>
1525 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
1526 broken list handling. Create __start_SECNAME and __stop_SECNAME
1527 when no place-holder. Add some comments. Test both SEC_CODE and
1528 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
1529 Handle case where no output section statement created.
1531 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
1533 * configure.tgt (sh-*-linux*): Added.
1534 * Makefile.am: Added eshelf_linux and eshlelf_linux.
1535 * Makefile.in: Rebuilt.
1536 * emulparams/shelf_linux.sh: New file.
1537 * emulparams/shlelf_linux.sh: New file.
1539 2000-09-06 Alan Modra <alan@linuxcare.com.au>
1541 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1542 try shuffling sections when the orphan happens to be the place
1543 holder. Keep count of unique section names generated so we speed
1544 the search for a new name.
1546 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1548 * configure: Rebuilt with new libtool.m4.
1550 2000-09-05 Nick Clifton <nickc@redhat.com>
1552 * Makefile.in: Regenerate.
1553 * aclocal.m4: Regenerate.
1554 * configure: Regenerate.
1555 * config.in: Regenerate.
1556 * po/ld.pot: Regenerate.
1558 * ldint.texinfo: Remove CVS revision marker - it foils local
1561 * emultempl/ticoff.em: Remove extraneous comma.
1563 2000-09-05 Alan Modra <alan@linuxcare.com.au>
1565 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
1566 to stub section flags.
1567 (hppa_for_each_input_file_wrapper): New.
1568 (hppa_lang_for_each_input_file): New.
1569 (lang_for_each_input_file): Define to call above.
1570 (multi_subspace): New.
1571 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
1572 (PARSE_AND_LIST_PROLOGUE): Define.
1573 (PARSE_AND_LIST_LONGOPTS): Define.
1574 (PARSE_AND_LIST_OPTIONS): Define.
1575 (PARSE_AND_LIST_ARGS_CASES): Define.
1576 (hppaelf_finish): Call elf32_hppa_set_gp.
1577 (hppaelf_set_output_arch): Remove.
1578 (LDEMUL_SET_OUTPUT_ARCH): Remove.
1580 * emulparams/hppalinux.sh (ELFSIZE): Define.
1582 (OTHER_READONLY_SECTIONS): Define.
1584 (GENERATE_SHLIB_SCRIPT): Define.
1586 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
1587 to const throughout. Change `void *' to `PTR' throughout.
1588 (lang_memory_default): Function is local to file, add `static'.
1590 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
1591 (ehppalinux.c): Likewise.
1592 (earmelf.c): Likewise.
1593 (earmelf_linux.c): Likewise.
1594 (earmelf_linux26.c): Likewise.
1595 * Makefile.in: Regenerate.
1597 * ld.h (ld_config_type): Add unique_orphan_sections.
1598 * lexsup.c (OPTION_UNIQUE): Define.
1599 (ld_options): Add "--unique".
1600 (parse_args): Handle it.
1601 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1602 search for an existing output section if unique_orphan_sections is
1603 set. Make use of bfd_get_unique_section_name rather than
1604 duplicating code here.
1605 * ld.texinfo: Describe --unique.
1607 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
1608 optional arg to split-by-file.
1609 (parse_args): Handle them.
1610 * ld.texinfo: Update description of these options.
1611 * ldwrite.c (clone_section): Pass in the section name. Replace
1612 local code with bfd_get_unique_section_name.
1613 (split_sections): Tidy code and comments. Use a list traversal
1614 more appropriate to the list construction. Handle cooked section
1615 sizes. Split when split_by_reloc reached rather than exceeded.
1616 Track section size and split when split_by_file reached. Fix
1617 link_order_tail (even though it's not used).
1618 (ldwrite): Modify condition for calling split_sections to suit
1619 changed split_by_reloc and split_by_file.
1620 * ldmain.c (main): Init config.split_by_reloc and
1621 config.split_by_file to -1.
1622 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
1623 Change split_by_file to bfd_size_type.
1625 2000-09-02 Nick Clifton <nickc@redhat.com>
1627 * configure.in: Increase version number to 2.10.91.
1628 * NEWS: Mention new ability to support removal of duplicate DWARF2
1630 * configure: Regenerate.
1631 * aclocal.m4: Regenerate.
1632 * config.in: Regenerate.
1634 2000-09-02 Daniel Berlin <dberlin@redhat.com>
1636 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
1638 * scripttempl/elf32avr.sc: Ditto.
1639 * scripttempl/elfd10v.sc: Ditto.
1640 * scripttempl/elfd30v.sc: Ditto.
1641 * scripttempl/elfi370.sc: Ditto.
1642 * scripttempl/elfm68hc11.sc: Ditto.
1643 * scripttempl/elfm68hc12.sc: Ditto.
1644 * scripttempl/elfi386beos.sc: Ditto.
1645 * scripttempl/v850.sc: Ditto.
1647 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
1649 * acinclude.m4: Include libtool and gettext macros from the
1651 * aclocal.m4, configure: Rebuilt.
1653 2000-08-25 Nick Clifton <nickc@redhat.com>
1655 * ldlang.c (open_output): When choosing the target for a
1656 particular endianness, do nothing if the target is not
1659 2000-08-25 H.J. Lu <hjl@gnu.org>
1661 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
1662 check -rpath nor LD_RUN_PATH for cross link.
1663 * ld.texinfo: Document the change.
1665 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
1667 * NEWS: Mention support for CRIS.
1669 2000-08-23 H.J. Lu <hjl@gnu.org>
1671 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
1672 the current runpath list from bfd_elf_get_runpath_list ()
1675 2000-08-22 H.J. Lu <hjl@gnu.org>
1677 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
1678 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
1679 LD_LIBRARY_PATH for native linker. Display the needed DSO if
1680 trace_file_tries is non-zero.
1681 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
1682 if trace_file_tries is non-zero.
1684 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
1687 2000-08-14 Jason Eckhardt <jle@cygnus.com>
1689 * NEWS: Mention i860 support.
1691 2000-08-14 Andreas Schwab <schwab@suse.de>
1693 * scripttempl/elf.sc: Fix last change to use correct comment
1696 2000-08-10 Geoff Keating <geoffk@cygnus.com>
1698 * scripttempl/elf.sc: Add a comment giving the correspondence
1699 between sections, per-datum sections, and linkonce sections. Make
1700 the comment true even for .bss, .sdata, .sdata2, .sbss, and
1703 2000-08-10 Jason Eckhardt <jle@cygnus.com>
1705 * emulparams/elf32_i860.sh: New file.
1706 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
1707 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
1708 (eelf32_i860.c): New rule.
1709 * Makefile.in: Regenerate.
1711 2000-08-10 Nick Clifton <nickc@cygnus.com>
1713 * emulparams/mipspe.sh (ENTRY): Add definition.
1715 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
1717 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
1720 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1722 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
1723 the final size of .bss section.
1724 * scripttempl/elfm68hc12.sc: Likewise.
1726 2000-08-04 Alan Modra <alan@linuxcare.com.au>
1728 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
1729 gld${EMULATION_NAME}_parse_args for consistency. Combine
1730 lastoptind and prevoptind vars, and keep track of last optind.
1731 (gld_${EMULATION_NAME}_list_options): Rename to
1732 gld${EMULATION_NAME}_list_options.
1734 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
1736 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
1737 (i586-sco-sysv5uw7.1.0).
1739 2000-07-27 H.J. Lu <hjl@gnu.org>
1741 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
1742 (PARSE_AND_LIST_PROLOGUE): New.
1743 (PARSE_AND_LIST_LONGOPTS): Likewise.
1744 (PARSE_AND_LIST_OPTIONS): Likewise.
1745 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1746 (PARSE_AND_LIST_EPILOGUE): Likewise.
1748 2000-07-28 Alan Modra <alan@linuxcare.com.au>
1750 * emultempl/armelf.em: Elide functions common to elf32.em,
1751 ie. most of the file.
1752 (arm_elf_after_open): New. Do arm specific things then call
1753 gld${EMULATION_NAME}_after_open.
1754 (arm_elf_before_allocation): New. Call
1755 gld${EMULATION_NAME}_before_allocation then do arm specifics.
1756 (PARSE_AND_LIST_PROLOGUE): Define.
1757 (PARSE_AND_LIST_SHORTOPTS): Define.
1758 (PARSE_AND_LIST_LONGOPTS): Define.
1759 (PARSE_AND_LIST_OPTIONS): Define.
1760 (PARSE_AND_LIST_ARGS_CASES): Define.
1761 (LDEMUL_AFTER_OPEN): Define.
1762 (LDEMUL_BEFORE_ALLOCATION): Define.
1763 (LDEMUL_BEFORE_PARSE): Define.
1764 (LDEMUL_FINISH): Define.
1766 * emultempl/hppaelf.em: Similarly zap most of this file.
1767 (hppaelf_add_stub_section): Prototype.
1768 (hppaelf_layaout_sections_again): Prototype.
1769 (hook_in_stub): Prototype.
1770 (LDEMUL_SET_OUTPUT_ARCH): Define.
1771 (LDEMUL_FINISH): Define.
1772 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1774 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
1775 (EXTRA_EM_FILE): New.
1776 * emulparams/armelf_linux.sh: Likewise.
1777 * emulparams/armelf_linux26.sh: Likewise.
1778 * emulparams/hppalinux.sh: Likewise.
1779 * emulparams/hppaelf.sh: Likewise.
1782 * emultempl/elf32.em: Fix formatting.
1783 (EXTRA_EM_FILE): Source it.
1784 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1785 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1786 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1787 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1788 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1789 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1790 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1791 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1792 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
1793 allow functions in this file to be overridden.
1794 (PARSE_AND_LIST_SHORTOPTS): Handle it.
1796 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
1798 * emultempl/elf32.em: Reorganize file.
1800 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
1802 * emulparams/elf64alpha.sh: Implement "-taso" emulation
1803 specific option to fit 64-bit executable in the lower
1804 31-bit address range. This is done by changing start
1805 address of .interp (the very first section of executable)
1806 and then setting EF_ALPHA_32BIT elf header flag.
1808 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1810 * emultempl/m68kcoff.em: New file.
1811 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
1812 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
1814 * Makefile.in: Regenerate.
1816 2000-07-20 H.J. Lu <hjl@gnu.org>
1818 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
1819 and "disable-new-dtags" to stop getopt from treating -d/-e as
1820 abbreviations for these options.
1822 2000-07-20 H.J. Lu <hjl@gnu.org>
1824 * ld.texinfo: Add documentation for --disable-new-dtags and
1827 * ldmain.c (main): Initialize link_info.new_dtags to false.
1829 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
1830 --disable-new-dtags and --enable-new-dtags.
1831 (gld_${EMULATION_NAME}_list_options): Likewise.
1833 2000-07-05 Kenneth Block <krblock@computer.org>
1835 * lexsup.c: Add optional style to demangle switch
1836 * ld.texinfo: Document optional style to demangle switch.
1838 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
1840 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
1842 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
1843 Regenerate dependencies.
1844 * Makefile.in: Rebuild.
1845 * configure.tgt (cris-*-*): New target.
1846 * emulparams/crisaout.sh, emulparams/criself.sh,
1847 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
1848 * po/POTFILES.in, po/ld.pot: Regenerate.
1850 2000-07-20 H.J. Lu <hjl@gnu.org>
1852 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
1853 Print out ignored -z options.
1855 2000-07-19 H.J. Lu <hjl@gnu.org>
1857 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
1858 (PARSE_AND_LIST_PROLOGUE): New.
1859 (PARSE_AND_LIST_LONGOPTS): Likewise.
1860 (PARSE_AND_LIST_OPTIONS): Likewise.
1861 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1863 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
1865 * lexsup.c (ld_options): Comment out 'z'.
1866 (parse_args): Likewise.
1868 * emultempl/elf32.em: Include "elf/common.h".
1869 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
1871 (gld_${EMULATION_NAME}_list_options): Likewise.
1873 * ld.texinfo: Add documentation for the recognized -z options.
1875 2000-07-19 H.J. Lu <hjl@gnu.org>
1877 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
1878 bfd_elf_set_dt_needed_soname ().
1880 2000-07-18 DJ Delorie <dj@cygnus.com>
1882 * pe-dll.c (pe_dll_id_target): check object target name also
1884 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
1886 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
1887 ${INIT_END} if relocating.
1888 (.fini): Likewise ${FINI_START} and ${FINI_END}.
1890 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
1892 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
1893 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
1894 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
1895 errors introduced by the old dynamic lib search order.
1897 2000-07-17 DJ Delorie <dj@cygnus.com>
1899 * pe-dll.c (process_def_file): auto-export data items also
1900 (pe_process_import_defs): also see if _imp_ form needed
1902 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1904 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
1905 for dll import libraries
1907 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
1909 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
1910 gcc 2.95.2 and later.
1912 2000-07-11 Kazu Hirata <kazu@hxi.com>
1914 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
1917 2000-07-10 Alan Modra <alan@linuxcare.com.au>
1919 * ldemul.h (struct lang_input_statement_struct): Remove forward
1921 (struct search_dirs): Likewise.
1922 * ldfile.h (struct lang_input_statement_struct): Likewise.
1923 Protect file from multiple inclusion.
1924 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
1925 declaration from macro to file scope.
1927 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
1928 * ldgram.y: Likewise here.
1929 * ldlang.c: And here.
1930 * ldmain.c: And here.
1931 * mpw-elfmips.c: And here.
1932 * mpw-eppcmac.c: And here.
1933 * emultempl/aix.em: And here.
1934 * emultempl/armcoff.em: And here.
1935 * emultempl/armelf.em: And here.
1936 * emultempl/armelf_oabi.em: And here.
1937 * emultempl/beos.em: And here.
1938 * emultempl/elf32.em: And here.
1939 * emultempl/hppaelf.em: And here.
1940 * emultempl/linux.em: And here.
1941 * emultempl/lnk960.em: And here.
1942 * emultempl/pe.em: And here.
1943 * emultempl/sunos.em: And here.
1944 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
1945 * mpw-idtmips.c: Ditto.
1946 * emultempl/generic.em: Ditto.
1947 * emultempl/gld960.em: Ditto.
1948 * emultempl/gld960c.em: Ditto.
1949 * emultempl/mipsecoff.em: Ditto.
1950 * emultempl/ticoff.em: Ditto.
1951 * emultempl/vanilla.em: Ditto.
1953 * pe-dll.c: Include ldfile.h
1954 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
1956 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
1957 arguments to bfd_elf32_size_dynamic_sections call.
1958 (gldelf32ebmip_place_orphan): Add missing arguments to
1959 lang_leave_output_section_statement call.
1961 2000-07-10 H.J. Lu <hjl@gnu.org>
1963 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
1965 (strhash): Likewise.
1966 (compute_dll_image_base): Likewise.
1967 (pe_undef_found_sym): Likewise.
1968 (pe_undef_cdecl_match): Likewise.
1969 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
1970 argument "arch" with ATTRIBUTE_UNUSED.
1972 2000-07-10 Alan Modra <alan@linuxcare.com.au>
1974 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
1976 From Ryan Bradetich <rbradetich@uswest.net>
1977 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
1979 2000-07-09 Alan Modra <alan@linuxcare.com.au>
1981 Changes to create multiple linker stubs, positioned immediately
1982 before the section where they are required.
1983 * emultempl/hppaelf.em: Include elf32-hppa.h.
1984 (stub_sec, file_chain): Delete.
1985 (hppaelf_create_output_section_statements): Don't make a stub
1987 (hook_stub_info): New struct.
1988 (hook_in_stub): New function.
1989 (hppaelf_add_stub_section): New function.
1990 (hppaelf_finish): Do nothing for relocateable links. Modify the
1991 call to elf32_hppa_size_stubs. Move code for updating section
1993 (hppaelf_layaout_sections_again): ..to here, a new function.
1995 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
1996 broken list handling. Pass in a pointer to the list.
1997 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
1999 (hppaelf_before_parse): Prototype.
2000 (hppaelf_set_output_arch): Prototype.
2001 (hppaelf_create_output_section_statements): Prototype.
2002 (hppaelf_delete_padding_statements): Prototype.
2003 (hppaelf_finish): Prototype.
2006 * emultempl/hppaelf.em: Include ctype.h.
2007 (struct orphan_save): New.
2008 (gld${EMULATION_NAME}_place_orphan): New.
2009 (output_rel_find): New.
2010 (hppaelf_get_script): Update from elf32.em.
2011 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
2012 Change emulation_name field to "${EMULATION_NAME}". Add
2013 gld${EMULATION_NAME}_place_orphan.
2015 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
2016 ehppalinux.o, sort it. Regenerate dependencies.
2017 (ehppalinux.c): Depend on hppaelf.em
2018 * Makefile.in: Regenerate.
2020 * configure.tgt: targ_emul=hppalinux for hppa*linux
2022 * emulparams/hppalinux.sh: New.
2023 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
2025 2000-07-08 Alan Modra <alan@linuxcare.com.au>
2027 * lexsup.c (parse_args): Copy section name.
2029 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
2031 * emultempl/pe.em: institute the following search order for
2032 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
2033 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
2034 static lib (libfoo.a) if none of the above are found.
2036 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
2038 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
2039 (longopts): New --{enable,disable}-auto-image-base options.
2040 (gld_${EMULATION_NAME}_list_options): Document.
2041 (gld_${EMULATION_NAME}_parse): Handle.
2042 (strhash): New static function.
2043 (compute_dll_image_base): New static function.
2044 (gld_${EMULATION_NAME}_set_symbols): Use.
2046 2000-07-05 DJ Delorie <dj@redhat.com>
2050 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
2052 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
2053 * emulparams/elf32btsmip.sh: New file.
2054 * Makefile.am: Add traditional mips target.
2055 * Makefile.in: Rebuild.
2057 2000-07-01 H.J. Lu <hjl@gnu.org>
2059 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
2060 automake to use YLWRAP.
2061 * Makefile.in: Rebuild.
2063 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2065 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2066 (CLEANFILES): Add DEPA.
2067 * Makefile.in: Regenerate.
2069 2000-06-30 Timothy Wall <twall@ppc>
2071 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
2072 the page in the upper octet of the address.
2074 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
2076 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
2078 2000-06-24 Alan Modra <alan@linuxcare.com.au>
2080 * NEWS: arm-elf does --gc-sections too.
2082 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2084 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2086 * Makefile.in: Regenerate.
2088 2000-06-21 H.J. Lu <hjl@gnu.org>
2090 * Makefile.am: Rebuild dependency.
2091 * Makefile.in: Rebuild.
2093 2000-06-20 H.J. Lu <hjl@gnu.org>
2095 * Makefile.am: Rebuild dependency.
2096 * Makefile.in: Rebuild.
2098 2000-06-20 Timothy Wall <twall@cygnus.com>
2100 * scripttempl/tic54xcoff.sc: New.
2101 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
2102 * gen-doc.texi: Add flag for TI COFF.
2103 * ld.texinfo: Add documentation for TI COFF handling switches.
2104 * emultempl/ticoff.em: New. TI COFF handling.
2105 * configure.tgt: Add tic54x target.
2106 * Makefile.am: Add tic54x target.
2107 * Makefile.in: Ditto.
2109 2000-06-20 Alan Modra <alan@linuxcare.com.au>
2111 * ldmain.c (set_scripts_dir): Correct pointer comparison when
2112 checking for backslashes.
2114 2000-06-19 Alan Modra <alan@linuxcare.com.au>
2116 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
2118 2000-06-18 Alan Modra <alan@linuxcare.com.au>
2120 * NEWS: Update list of targets supporting --gc-sections.
2122 * scripttempl/elf.sc: KEEP .eh_frame contents.
2123 * scripttempl/elfd30v.sc: Same here.
2125 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2127 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
2129 * Makefile.in: Rebuild.
2130 * configure.tgt: Recognize m68hc12 and m68hc11.
2131 * scripttempl/elfm68hc12.sc: New file.
2132 * emulparams/m68hc12elfb: New emulation.
2133 * emulparams/m68hc12elf: New emulation.
2134 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
2135 (includes a memory.x script to define the ROM and RAM banks).
2136 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
2137 New configuration files for support of Motorola 68hc11
2139 2000-06-15 Alan Modra <alan@linuxcare.com.au>
2141 * ldmain.c (main): Only change SEC_READONLY for final link.
2143 2000-06-13 H.J. Lu <hjl@gnu.org>
2145 * configure: Regenerate.
2147 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2149 * configure.in (VERSION): Update to show this is the CVS mainline.
2151 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2153 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
2154 input objects to be ECOFF.
2155 (check_sections): einfo takes %B, not %P, to print a BFD name.
2157 2000-06-05 Michael Matz <matz@ifh.de>
2159 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
2162 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
2164 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
2166 * emulparams/avr1200.sh (STACK): Define as 0.
2167 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
2168 * emulparams/avr4433.sh (STACK): Likewise.
2169 * emulparams/avr44x4.sh (STACK): Likewise.
2170 * emulparams/avr85xx.sh (STACK): Likewise.
2171 * emulparams/avrmega103.sh (STACK): Likewise.
2172 * emulparams/avrmega161.sh (STACK): Likewise.
2173 * emulparams/avrmega603.sh (STACK): Likewise.
2174 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
2175 (__stack): Define from ${STACK} for main().
2177 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2179 * Makefile.am: Update dependencies with "make dep-am"
2180 * Makefile.in: Regenerate.
2182 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2184 * ldmain.c: Include filenames.h.
2185 (set_scripts_dir): Support backslashes in program name.
2187 2000-05-22 Igor Shevlyakov <igor@windriver.com>
2189 * ldmain.c (main): When deciding if ".text" section should be
2190 read-only, don't forget to reset SEC_READONLY because it
2191 could be already set.
2193 2000-05-22 Thomas de Lellis <tdel@windriver.com>
2195 * ld.1: Add documentation for new command line option:
2196 --section-start <sectionname>=<sectionorg>
2197 This is a generic version of -Ttext etc. which accepts
2198 any section name as a parameter instead of just text/data/
2200 * ld.texinfo: More docs.
2202 * lexsup.c: (parse_args): Recognize new command line option.
2203 (ld_options): Add new option.
2205 2000-05-18 H.J. Lu <hjl@gnu.org>
2207 * lexsup.c (parse_args): `i' == `r', not `q'.
2209 Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
2211 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
2213 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
2214 Rick Gorton <gorton@scrugs.lkg.dec.com>
2216 Add support for '-q' == '--emit-relocs' switch.
2217 * ldmain.c (main): Default to false.
2218 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
2219 * NEWS: Describe the emitrelocations switch.
2220 * ld.texinfo: Describe the emitrelocations switch.
2222 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
2224 * emultempl/pe.em (_open_dynamic_archive): New function: Search
2225 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
2226 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
2229 2000-05-15 David O'Brien <obrien@FreeBSD.org>
2231 * lexsup.c (parse_args): Update the year in the copyright notice.
2233 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2235 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
2236 Replace defines with those from intl/libgettext.h to quieten gcc
2239 2000-05-10 H.J. Lu <hjl@gnu.org>
2241 * ldlang.c (open_input_bfds): Don't load the same file within
2242 a group again if the whole archive has been loaded already.
2244 2000-05-03 Alan Modra <alan@linuxcare.com.au>
2246 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
2247 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
2250 Mon May 1 17:34:34 2000 Jim Wilson <wilson@cygnus.com>
2252 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
2254 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2255 host "ia64-*-linux-gnu*".
2257 2000-04-29 Andreas Jaeger <aj@suse.de>
2259 * ld.h: Correctly check GCC version.
2261 Tue Apr 25 11:20:43 2000 Jeffrey A Law (law@cygnus.com)
2263 * Makefile.am: Add PA64 support. Add missing dependencies for
2265 * Makefile.in: Rebuilt.
2266 * configure.tgt: Add PA64 support (currently disabled).
2268 2000-04-25 Alan Modra <alan@linuxcare.com.au>
2270 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
2271 (output_rel_find): New function.
2272 (hold_section, hold_use): Delete.
2273 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2274 hold_interp): Make local to place_orphan.
2275 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
2276 rather than place_section to find possible previous use of orphan.
2277 Similarly find the place-holder output sections. Use returned
2278 value from lang_enter_output_section_statement rather than calling
2279 lang_output_section_statement_lookup.
2280 * emultempl/armelf.em: Same here.
2281 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
2283 * ldlang.c (lang_enter_output_section_statement): Return output
2285 * ldlang.h (lang_enter_output_section_statement): Change
2288 * ldlang.h (lang_output_section_statement): Export it.
2289 * ldlang.c (lang_output_section_statement): Ditto.
2291 2000-04-24 Nick Clifton <nickc@cygnus.com>
2293 * ld.texinfo (Output Section Data): Add note that section data
2294 commands cannot appear outside of section directives.
2296 2000-04-2 Matthew Green <mrg@cygnus.com>
2298 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
2300 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
2301 David Mosberger <davidm@hpl.hp.com>
2303 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
2304 (eelf64_ia64.c): New rule.
2305 * Makefile.in: Rebuild.
2306 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
2307 * emulparams/elf64_ia64.sh: New file.
2309 2000-04-21 Richard Henderson <rth@cygnus.com>
2311 * scripttempl/elfd30v.sc: Place .gcc_except_table.
2313 2000-04-19 Alan Modra <alan@linuxcare.com.au>
2315 * dep-in.sed: Match space at start of file name, not at end.
2317 2000-04-18 H.J. Lu <hjl@gnu.org>
2319 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
2320 lang_leave_output_section_statement () after calling
2321 lang_enter_output_section_statement ().
2322 * emultempl/armelf.em: Likewise.
2324 2000-04-18 Alan Modra <alan@linuxcare.com.au>
2326 * emultempl/elf32.em (struct orphan_save): Add section field.
2327 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
2328 better order, and place first orphan section as we did before the
2329 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
2330 Don't call make_bfd_section here, let wild_doit do the job for us.
2331 Don't build a statement list when we'll only throw it away.
2332 * emultempl/armelf.em: Ditto.
2333 * emultempl/pe.em: Similarly.
2335 2000-04-14 Geoff Keating <geoffk@cygnus.com>
2337 * scripttempl/elfppc.sc: Remove.
2338 * emulparams/elf32ppc.sh: Use elf.sc.
2339 * emulparams/elf32lppc.sh: Use elf.sc.
2340 * emulparams/elf32ppclinux.sh: Use elf.sc.
2341 * emulparams/elf32ppcsim.sh: New file.
2342 * emulparams/elf32lppcsim.sh: New file.
2343 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
2344 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
2345 * Makefile.in: Regenerate.
2346 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
2348 2000-04-14 Alan Modra <alan@linuxcare.com.au>
2350 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
2351 ~SEC_ALLOC sections too. Init start address of debug sections.
2352 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
2353 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
2354 Also set all relocateable section start addresses.
2356 2000-04-13 Geoff Keating <geoffk@cygnus.com>
2358 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
2359 Add new BSS_PLT variable for when .plt need not be contained in
2360 the file. Move _etext so that it is also after .fini, and provide
2361 both etext and _etext with a leading underscore. Mark the start
2364 2000-04-12 Alan Modra <alan@linuxcare.com.au>
2366 * emultempl/elf32.em (struct orphan_save): New.
2367 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2368 hold_interp): Make them struct orphan_save.
2369 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
2370 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
2371 the end of the relevant section list. Also add associated section
2372 statements to the end of any previous orphan statements.
2373 * emultempl/armelf.em: Similarly.
2374 * emultempl/pe.em: Similarly.
2376 2000-04-11 Alan Modra <alan@linuxcare.com.au>
2378 * ld.texinfo (Simple Example): Remove extraneous paragraph.
2380 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
2382 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2383 --enable-build-warnings option.
2384 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2385 * Makefile.in, configure: Re-generate.
2387 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2389 * po/ld.pot: Regenerate.
2391 * lexsup.c (help): Restore translated part of bug string.
2393 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2394 (DEP): Quote when passing vars to sub-make. Add warning message
2396 (DEP1): Rewrite for "gcc -MM".
2397 (CLEANFILES): Add DEP2.
2398 Update dependencies.
2399 * Makefile.in: Regenerate.
2401 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2403 * ld.h: #include "bin-bugs.h"
2404 * lexsup.c (help): Use REPORT_BUGS_TO.
2406 2000-03-27 Denis Chertykov <denisc@overta.ru>
2408 * configure.tgt (avr-*-*): New target support.
2409 * Makefile.am: Likewise.
2410 * scripttempl/elf32avr.sc: New script file.
2411 * emulparams/avr1200.sh: New file.
2412 * emulparams/avr23xx.sh: New file.
2413 * emulparams/avr4433.sh New file.
2414 * emulparams/avr44x4.sh New file.
2415 * emulparams/avr85xx.sh New file.
2416 * emulparams/avrmega103.sh New file.
2417 * emulparams/avrmega161.sh New file.
2418 * emulparams/avrmega603.sh New file.
2419 * Makefile.in: Regenerate.
2421 2000-03-09 Andreas Jaeger <aj@suse.de>
2423 * Makefile.am (check-DEJAGNU): Also unset LANG.
2424 * Makefile.in: Rebuild.
2426 2000-03-06 Ian Lance Taylor <ian@zembu.com>
2428 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
2431 2000-03-02 H.J. Lu <hjl@gnu.org>
2433 * emulparams/elf32mcore.sh: Include "getopt.h".
2435 2000-03-01 Ian Lance Taylor <ian@zembu.com>
2437 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
2439 2000-03-01 H.J. Lu <hjl@gnu.org>
2441 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
2442 * emulparams/shpe.sh: Likewise.
2444 2000-03-01 Nick Clifton <nickc@cygnus.com>
2446 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
2447 to unused parameters.
2449 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
2450 functions only used by DLL code.
2451 (_place_orphan): Initialise 'dollar'.
2453 2000-03-01 H.J. Lu <hjl@gnu.org>
2455 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
2456 indicate if the undefined symbol is a fatal error or not.
2457 Don't delete the output file if "fatal" is false.
2459 2000-02-29 H.J. Lu <hjl@gnu.org>
2461 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
2462 Set LC_COLLATE and LC_ALL to null and export them. It is for
2463 sort which expects the C locale.
2464 Add $(LIBS) to all $(HOSTING_LIBS).
2465 * Makefile.in: Rebuild.
2467 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
2469 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
2470 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
2471 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
2472 (ld_emulation_xfer_struct): Add missing NULL initialiser for
2473 find_potential_libraries.
2475 2000-02-28 Jim Blandy <jimb@redhat.com>
2477 * ldgram.y (exclude_name_list): Don't require a comma to separate
2478 list entries; the lexer considers commas to be valid part of a
2479 filename, so in something like `foo, bar' the comma is considered
2480 part of the first filename, `foo,'.
2481 * ld.texinfo: Update section on EXCLUDE_FILE lists.
2483 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
2485 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2486 host "i[3456]86-*-freebsdelf*".
2488 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
2490 * scripttempl/i386go32.sc: Move misplaced semicolons.
2492 2000-02-25 Ian Lance Taylor <ian@zembu.com>
2494 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
2495 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
2496 (eelf64hppa.c, ehppaelf.c): Remove targets.
2497 * Makefile.in: Rebuild.
2499 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2501 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
2502 GNU/Linux/sparc, but keep the default as 32.
2504 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
2505 it default if sparcv9 or sparc64.
2507 2000-02-24 Nick Clifton <nickc@cygnus.com>
2509 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
2510 * Makefile.in: Regenerate.
2511 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
2513 * ldemul.h (ld_emulation_xfer_struct): Add new field:
2514 find_potential_libraries.
2515 * ldemul.c (ldemul_find_potential_libraries): New function.
2517 * ldfile.c (ldfile_open_file_search): Allow function to be
2519 (ldfile_open_file): Call ldemul_find_potential_libraries.
2520 * ldfile.h: Add prototype for ldfile_open_file_search.
2522 * pe-dll.c: Add support for ARM, MIPS and SH targets.
2524 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
2525 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
2527 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
2528 (gld_X_find_potential_libraries): New function. Search for
2529 libraries called "*.lib".
2531 * scripttempl/pe.sc: Add .pdata section.
2533 2000-02-23 Richard Henderson <rth@cygnus.com>
2535 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
2536 Add and use memory regions.
2538 2000-02-23 Linas Vepstas (linas@linas.org)
2540 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
2542 * Makefile.am: Add support for Linux/IBM 370.
2543 * configure.tgt: Likewise.
2545 * Makefile.in: Regenerate.
2547 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2549 * ldlang.c (print_input_section, print_data_statement,
2550 print_reloc_statement, print_padding_statement, insert_pad,
2551 size_input_section, lang_check_section_addresses,
2552 lang_size_sections, lang_do_assignments, lang_set_startof,
2553 lang_one_common): Change `opb' to unsigned.
2554 (lang_do_assignments): Also change `size' to unsigned.
2556 2000-02-16 Richard Henderson <rth@cygnus.com>
2558 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
2560 2000-02-16 Timothy Wall <twall@cygnus.com>
2562 * mri.c (mri_draw_tree): Add default LMA region argument to call
2563 to lang_leave_output_section_statement.
2564 * ldlang.h: Update prototypes with LMA region arguments.
2565 * ldlang.c (lang_size_sections): Encapsulate region bounds
2566 checking in os_check_region call.
2567 (os_check_region): New function.
2568 (lang_output_section_statement_lookup): Initialize lma_region.
2569 (lang_leave_output_section_statement): Add LMA region argument.
2570 (lang_leave_overlay): Ditto.
2571 * ldgram.y: Handle LMA region syntax.
2572 * ld.texinfo (Output Section Description): Describe LMA region usage.
2573 * emultempl/armelf.em (gld$place_orphan): Add default value for
2574 lma region in call to lang_leave_output_section_statement.
2575 * emultempl/elf32.em (gld$place_orphan): Add default value for
2576 lma region in call to lang_leave_output_section_statement.
2577 * emultempl/pe.em (gld$place_orphan): Add default value for
2578 lma region in call to lang_leave_output_section_statement.
2581 2000-02-04 Timothy Wall <twall@redhat.com>
2583 * ldlang.c (lang_check_section_addresses): Use bytes instead of
2584 octets when calculating section end addresses.
2586 2000-02-04 Timothy Wall <twall@redhat.com>
2588 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
2590 2000-02-03 Timothy Wall <twall@redhat.com>
2592 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
2594 * ldlang.c (print_input_section, print_data_statement,
2595 print_reloc_statement, print_padding_statement): Print target
2596 address values and section sizes as bytes, not octets.
2597 (insert_pad) Calculate padding size in octets, and adjust "dot"
2599 (size_input_section) Always adjust "dot" by bytes, not octets.
2600 (lang_check_section_addresses, lang_do_assignments) Adjust
2601 "dot" by bytes, not octets. Use the larger of the directive size
2602 or octets_per_byte for the number of octets actually allocated in
2604 (lang_set_startof) Make sure STARTOF returns a target address.
2605 (lang_one_common) Record size changes in octets.
2606 (lang_abs_symbol_at_end_of) Section end symbol's value is
2607 recorded in target bytes.
2608 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
2609 to be clear about behavior when an octet is smaller than one byte.
2611 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2613 * ldcref.c (output_cref): Don't pass message strings to printf
2617 * ldmisc.c (vfinfo): Same here.
2620 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
2622 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
2623 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
2624 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
2625 Add missing NULL initialisers, and comments.
2627 * testsuite/ld-srec/sr3.cc (__rethrow): New.
2629 2000-01-21 Nick Clifton <nickc@cygnus.com>
2631 * ldlang.c (lang_size_sections): Fix typo in comment.
2633 2000-01-18 H.J. Lu <hjl@gnu.org>
2635 * ldlang.c (lang_size_sections): Also update the current
2636 address of a region if the SEC_NEVER_LOAD bit is not set.
2638 2000-01-10 Philip Blundell <pb@futuretv.com>
2640 * configure.tgt (arm*-*-conix*): New target.
2642 2000-01-07 Nick Clifton <nickc@cygnus.com>
2644 * ld.texinfo (Options): Remind users to preceed linker command
2645 line switches with -Wl, (or whatever is appropriate) if it is
2646 being invoked by a comnpiler driver program.
2647 Fix description of the behaviour of the -n command line switch.
2649 Wed Jan 5 08:02:12 2000 Catherine Moore <clm@cygnus.com>
2651 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
2653 * ld.texinfo (EXCLUDE_FILE): Update documentation.
2654 * ldgram.y (wildcard_spec): Support a list of excluded_files.
2655 (exclude_name_list): New.
2656 ldlang.c (walk_wild_section): Support list of excluded files.
2657 (print_wild_statement): Likewise.
2658 (lang_add_wild): Likewise.
2659 * ldlang.h (lang_wild_statement_type): Likewise.
2660 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
2662 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2664 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
2665 (process_def_file): Use.
2666 (pe_dll_compat_implib): New variable.
2669 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
2670 pe_dll_compat_implib.
2672 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
2673 compat-implib options.
2674 (gld_${EMULATION_NAME}_list_options): List new options.
2675 (gld_${EMULATION_NAME}_parse_args): Handle.
2677 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
2680 * deffilep.y (opt_name): Allow "." in name.
2682 For older changes see ChangeLog-9899
2688 version-control: never