Make --verbose always display linker script
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2001-08-12 H.J. Lu <hjl@gnu.org>
2 Andrew Haley <aph@cambridge.redhat.com>
3 Nick Clifton <nickc@redhat.com>
4
5 * ldgram.y (had_script): Change name to saved_script_handle.
6 Change type to file handle.
7 * ld.h (had_script): Rename and retype.
8 * ldfile.c (ldfile_open_command_file): Save the file handle
9 used in saved_script_handle.
10 * lexsup.c (parse_args): Do not allow -c option to alter
11 saved_script_handle.
12 * ldmain.c (main): Print out the linker script used if
13 --verbose is given. Check saved_script_handle to obtain the
14 external linker script used, or if NULL, dump the builtin
15 script.
16 * ld.texinfo: Document that --verbose now dumps the linker
17 script used, regardless of whether it was an internal or an
18 external script.
19
20 2001-08-10 Andreas Jaeger <aj@suse.de>
21
22 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
23 to build warnings.
24 * configure: Regenerate.
25
26 2001-08-09 Alan Modra <amodra@bigpond.net.au>
27
28 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
29
30 * scripttempl/elf.sc: Move non-text .dynamic section before
31 .plt/.got/.sdata* group.
32 (OTHER_GOT_SECTIONS): Move to immediately after .got.
33 (OTHER_SDATA_SECTIONS): Add.
34 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
35 OTHER_GOT_SECTIONS.
36 * emulparams/crislinux.sh: Likewise.
37 * emulparams/elf32b4300.sh: Likewise.
38 * emulparams/elf32bmip.sh: Likewise.
39 * emulparams/elf32bmipn32.sh: Likewise.
40 * emulparams/elf32bsmip.sh: Likewise.
41 * emulparams/elf32btsmip.sh: Likewise.
42 * emulparams/elf32ebmip.sh: Likewise.
43 * emulparams/elf32elmip.sh: Likewise.
44 * emulparams/elf32l4300.sh: Likewise.
45 * emulparams/elf32lmip.sh: Likewise.
46 * emulparams/elf32lsmip.sh: Likewise.
47 * emulparams/elf32ltsmip.sh: Likewise.
48 * emulparams/elf64bmip.sh: Likewise.
49 * emulparams/elf64btsmip.sh: Likewise.
50 * emulparams/elf64ltsmip.sh: Likewise.
51
52 2001-08-08 Alan Modra <amodra@bigpond.net.au>
53
54 * genscripts.sh: Source the emulparams script before each output
55 script is generated so that variables like `RELOCATING' may affect
56 variables defined in the emulparams script.
57
58 2001-08-04 Alan Modra <amodra@bigpond.net.au>
59
60 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
61 order.
62
63 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
64 ie. iterate over wild_statement.section_list.
65 (gld${EMULATION_NAME}_place_orphan): Likewise.
66
67 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
68
69 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
70 .fini[0-4] sections used by _exit
71 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
72 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
73 * scripttempl/elfm68hc11.sc: Likewise.
74
75 2001-08-03 H.J. Lu <hjl@gnu.org>
76
77 * emultempl/beos.em (init): Add the missing initialization.
78
79 2001-08-03 Alan Modra <amodra@bigpond.net.au>
80
81 * ld.texinfo (Input Section Basics): Clarify ordering of output
82 sections.
83 * ldlang.c (callback_t): Add wildcard_list param.
84 (walk_wild_section): Remove "section" param. Rewrite for
85 lang_wild_statement_type change. Remove unique_section_p test.
86 (walk_wild_file): Remove "section" param.
87 (walk_wild): Remove "section" and "file" params.
88 (lang_gc_wild): Likewise.
89 (wild): Likewise. Modify for lang_wild_statement_type change.
90 (wild_sort): Likewise. Add "sec" param.
91 (gc_section_callback): Likewise.
92 (output_section_callback): Likewise. Do unique_section_p test.
93 (map_input_to_output_sections): Modify call to wild.
94 (lang_gc_sections_1): Likewise.
95 (print_wild_statement): Modify for lang_wild_statement_type
96 change.
97 (lang_add_wild): Replace filename, filenames_sorted param with
98 filespec. Replace section_name, sections_sorted,
99 exclude_filename_list with section_list.
100 * ldlang.h (lang_add_wild): Here too.
101 (lang_wild_statement_type): Replace section_name, sections_sorted,
102 and exclude_filename_list with section_list.
103 * ldgram.y (current_file): Delete.
104 (%union): Add wildcard_list.
105 (file_NAME_list): Set type to wildcard_list. Build a linked list
106 rather than calling lang_add_wild for each entry.
107 (input_section_spec_no_keep): Call lang_add_wild here instead.
108 * ld.h (struct wildcard_list): Declare.
109 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
110
111 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
112
113 * ldmain.c (main): initialize link_info.pei386_auto_import
114 * pe-dll.c: new tables for auto-export filtering
115 (auto_export): change API, pass abfd for contextual filtering.
116 Loop thru tables of excluded symbols instead of comparing
117 "by hand".
118
119 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
120
121 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
122 static variable current_sec (static struct sec *). Add
123 forward declaration for add_bfd_to_link.
124 (process_def_file): Don't export undefined symbols. Do not
125 export symbols starting with "_imp__". Call auto_export()
126 with new API.
127 (pe_walk_relocs_of_symbol): New function.
128 (generate_reloc): add optional extra debugging
129 (pe_dll_generate_def_file): eliminate extraneous initial blank
130 line in output
131 (make_one): enlarge symtab to make room for __nm__ symbols
132 (DATA auto-import support).
133 (make_singleton_name_thunk): New function.
134 (make_import_fixup_mark): New function.
135 (make_import_fixup_entry): New function.
136 (pe_create_import_fixup): New function.
137 (add_bfd_to_link): Specify that 'name' argument is a CONST
138 char *.
139 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
140 declare new functions pe_walk_relocs_of_symbol and
141 pe_create_import_fixup.
142 * emultempl/pe.em: add new options --enable-auto-import,
143 --disable-auto-import, and --enable-extra-pe-debug.
144 (make_import_fixup): New function.
145 (pe_find_data_imports): New function.
146 (pr_sym): New function.
147 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
148 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
149 CODE.
150
151 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
152
153 * ld.texinfo: add additional documentation for
154 --export-all-symbols. Document --out-implib,
155 --enable-auto-image-base, --disable-auto-image-base,
156 --dll-search-prefix, --enable-auto-import, and
157 --disable-auto-import.
158 * ldint.texinfo: Add detailed documentation on auto-import
159 implementation.
160
161 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
162
163 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
164 example.
165
166 2001-07-24 Alan Modra <amodra@bigpond.net.au>
167
168 * Makefile.am: Update dependencies with "make dep-am".
169 * Makefile.in: Regenerate
170
171 2001-07-23 Alan Modra <amodra@bigpond.net.au>
172
173 * ldcref.c (check_section_sym_xref): New function.
174 (check_nocrossrefs): Call it.
175 (check_nocrossref): Interate over h->refs here instead of..
176 (check_refs): ..here. Pass in the symbol name, section, and bfd
177 rather than hash_entry pointers.
178 (struct check_refs_info): Keep symbol name rather than hash entry.
179 Remove "same".
180 (check_reloc_refs): Tweak for above changes in check_refs_info.
181 Only report references to section syms when symname is NULL to
182 prevent duplicate messages for the same reloc.
183
184 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
185
186 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
187 available. Do not print NULL trees.
188 (exp_print_token): Print unknown tokens with values > 126 as
189 decimal values not ASCII characters.
190
191 * ldlang.c (lang_leave_overlay): If a region is specified assign
192 it to all sections inside the overlay unless they have been
193 assigned to the own, non-default, memory region.
194
195 * README: Add header for consistency with other README files.
196
197 2001-07-14 H.J. Lu <hjl@gnu.org>
198
199 * emultempl/elf32.em (output_prev_sec_find): Never return
200 bfd_abs_section_ptr, bfd_com_section_ptr nor
201 bfd_und_section_ptr.
202
203 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
204
205 * Makefile.am (em32relf.c): Chnage dependencu from generic.em to
206 elf32.em.
207 * Makefile.in: Regenerate.
208
209 2001-07-14 matthew green <mrg@eterna.com.au>
210
211 * configure.tgt (i386-*-netbsdelf*): New target.
212 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
213
214 2001-07-13 Jakub Jelinek <jakub@redhat.com>
215
216 * emultempl/elf32.em (output_prev_sec_find): New.
217 (place_orphan): Use it.
218
219 2001-07-11 H.J. Lu <hjl@gnu.org>
220
221 * ldmain.c (main): Fix typos in the last change.
222
223 2001-07-11 Jakub Jelinek <jakub@redhat.com>
224
225 * ldmain.c (main): Disallow -F and -f without -shared.
226
227 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
228
229 * emultempl/pe.em (after_open): Check for the output_bfd not
230 having any coff_data structure allocated to it.
231
232 2001-07-09 David O'Brien <obrien@FreeBSD.org>
233
234 * emultempl/elf32.em: Do not assuming that contents of the buffer
235 returned from basename function will remain unchanged accross other
236 function calls.
237
238 2001-07-03 H.J. Lu <hjl@gnu.org>
239
240 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
241 2001-07-03. It creates dynamic entries even for static binaries.
242
243 2001-07-03 Jakub Jelinek <jakub@redhat.com>
244
245 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
246 (DYNAMIC): Use it to reserve few dynamic entries for
247 post-linking tools.
248
249 2001-06-27 Alan Modra <amodra@bigpond.net.au>
250
251 * emulparams/hppa64linux.sh: New file.
252 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
253 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
254 (ehppa64linux.c): Add rule to make it.
255 Run "make dep-am".
256 * Makefile.in: Regenerate.
257
258 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
259
260 * ld.texinfo (Options, -r): Mention restrictions when using
261 different object formats.
262
263 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
264
265 * ldlang.c (lang_check): Emit fatal error if relocatable link
266 between different object flavours with relocations in input.
267
268 2001-06-19 H.J. Lu <hjl@gnu.org>
269
270 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
271 (--version-script): Mention the language support.
272
273 2001-06-19 H.J. Lu <hjl@gnu.org>
274
275 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
276
277 2001-06-18 H.J. Lu <hjl@gnu.org>
278
279 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
280 (diststuff): Add $(MANS).
281 * Makefile.in: Regenerated.
282
283 * ld.1: Removed.
284
285 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
286
287 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
288 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
289 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
290 * ld.h (args_type): Remove member export_dynamic. All users
291 changed to use struct bfd_link_info member.
292
293 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
294 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
295 * Makefile.in: Regenerate.
296
297 2001-06-18 H.J. Lu <hjl@gnu.org>
298
299 * ldlang.c (init_os): Add the newline to the einfo call.
300 (lang_check): Likewise.
301 (lang_do_version_exports_section): Likewise.
302
303 2001-06-15 H.J. Lu <hjl@gnu.org>
304
305 * lexsup.c (parse_args); Save optind to report unrecognized
306 option.
307
308 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
309
310 * ldlang.c (lang_check): Emit fatal error if relocatable link
311 between different object flavours.
312
313 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
314 Set new link_info member export_dynamic.
315 * ldmain.c (main): Initialize new link_info member export_dynamic.
316
317 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
318
319 * ldlang.c (walk_wild): Only call walk_wild_file if
320 lookup_name returns something.
321 (lookup_name): If load_symbols fails, return NULL.
322 (load_symbols): Chnage to a boolean function.
323 (open_input_bfds): If load_symbols fails then do not make the
324 executable.
325
326 2001-06-08 Alan Modra <amodra@bigpond.net.au>
327
328 * ldlang.c (record_bfd_errors): Remove.
329
330 * emultempl/aix.em: Fix copyright dates.
331
332 2001-06-07 Andreas Jaeger <aj@suse.de>
333
334 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
335 (TEXT_START_ADDR): Likewise.
336
337 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
338
339 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
340
341 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
342
343 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
344
345 2001-05-31 H.J. Lu <hjl@gnu.org>
346
347 * ldlang.c (open_input_bfds): Don't change the bfd error
348 handler whilst loading symbols.
349
350 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
351
352 * configure.tgt: Remove i370-mvs architecture, it is not currently
353 supported.
354
355 2001-05-25 H.J. Lu <hjl@gnu.org>
356
357 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
358 like emulparams/aixppc.sh.
359
360 2001-05-25 H.J. Lu <hjl@gnu.org>
361
362 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
363 setting of output_filename after bfd_scan_arch.
364 * emultempl/pe.em: Likewise.
365
366 2001-05-25 H.J. Lu <hjl@gnu.org>
367
368 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
369 like emulparams/aixppc.sh.
370
371 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
372 instead of ${srcdir}/emultempl/stringify.sed.
373
374 2001-05-25 Timothy Wall <twall@oculustech.com>
375
376 * emulparams/elf64_aix.sh: Change settings to match IBM linker
377 output.
378
379 2001-05-25 Alan Modra <amodra@one.net.au>
380
381 * configure.host: Replace linuxoldld with linux*oldld.
382 * configure.tgt: Likewise.
383
384 2001-05-24 H.J. Lu <hjl@gnu.org>
385
386 * emultempl/stringify.sed: Removed again.
387
388 2001-05-24 H.J. Lu <hjl@gnu.org>
389
390 * emultempl/aix.em (OUTPUT_ARCH): Defined.
391 (gld${EMULATION_NAME}_before_parse): Initialize
392 ldfile_output_architecture, ldfile_output_machine and
393 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
394 * emultempl/beos.em: Likewise.
395 * emultempl/elf32.em: Likewise.
396 * emultempl/linux.em: Likewise.
397 * emultempl/mipsecoff.em: Likewise.
398 * emultempl/pe.em: Likewise.
399 * emultempl/sunos.em: Likewise.
400
401 2001-05-24 Tom Rix <trix@redhat.com>
402
403 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
404 udate import file format.
405 (change_symbol_mode) New, same
406 (is_syscall) New, same
407 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
408 * emulparams/aixppc64.sh : same
409 * emulparams/aixrs6.sh : same
410 * emulparams/ppcmacos.sh : same
411 * emultempl/aix.em : use strtoull to parse options
412 * Makefile.am : add eaixppc64 emulation for xcoff64
413 * Makefile.in : same
414 * configure.tgt : same
415
416 * scripttempl/aix.sc : default text section offset to 0x10000000
417 default data section offset to 0x20000000
418 add .sv3264 and .sv64 pseudo sections
419 loader and debug sections use the currect section offset.
420
421 * emultempl/aix.em : Add xcoff64 support
422 Add -binitfini support
423 (gld${EMULATION_NAME}_before_parse) -binitfini
424 (gld${EMULATION_NAME}_parse_args) same
425 (gld${EMULATION_NAME}_before_allocation) format change for special
426 sections
427
428 * emulparams/aixppc64.sh : New file for xcoff64 support
429
430 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
431
432 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
433 variable to avoid non-portable shell construct.
434
435 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
436
437 * ldmain.c (get_emulation): Add -mips5 command line argument.
438
439 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
440
441 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
442 (ELF_INTERPRETER_NAME): Define it.
443 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
444 it.
445 * configure.tgt (targ_emul, targ_extra_emuls)
446 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
447 as primary, elf_i386 as extra.
448 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
449 (eelf_i386_ldso.c): New rule.
450 * Makefile.in: Rebuilt.
451
452 2001-05-22 Nick Clifton <nickc@redhat.com>
453
454 * lexsup.c (ld_options): Allow -I to be an alias for
455 --dynamic-linker. This is for Solaris compatability.
456 * ld.texinfo: Document that -I can be used.
457 * ld.1: Regenerate.
458
459 2001-05-16 Alan Modra <amodra@one.net.au>
460
461 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
462 whether an input section is the first one assigned to an output
463 section.
464 Assorted formatting fixes.
465
466 2001-05-14 DJ Delorie <dj@delorie.com>
467
468 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
469 * Makefile.in: Ditto.
470
471 2001-05-11 Jakub Jelinek <jakub@redhat.com>
472
473 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
474 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
475 output sections.
476 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
477
478 2001-05-11 Jakub Jelinek <jakub@redhat.com>
479
480 * ldlang.c (lang_process): Call bfd_merge_sections.
481
482 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
483
484 * ldgram.y: Fix typo.
485
486 2001-05-03 H.J. Lu <hjl@gnu.org>
487
488 * emultempl/elf32.em: Include "libiberty.h".
489 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
490 basename of the bfd filename.
491 (gld${EMULATION_NAME}_stat_needed): Likewise.
492 (gld${EMULATION_NAME}_try_needed): Likewise.
493 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
494
495 2001-05-02 H.J. Lu <hjl@gnu.org>
496
497 * emultempl/pe.em: Include <ctype.h>.
498
499 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
500
501 * emulparams/elf32openrisc.sh: New file.
502
503 * Makefile.am: Add OpenRISC target.
504 * Makefile.in: Regenerated.
505
506 * configure.tgt: Add openrisc-*-* mapping.
507
508 2001-05-02 Nick Clifton <nickc@redhat.com>
509
510 * emultempl/aix.em: Replace buystring with xstrdup.
511 * emultempl/beos.em: Replace buystring with xstrdup.
512
513 2001-05-02 H.J. Lu <hjl@gnu.org>
514
515 * ldfile.c: Include "libiberty.h".
516 * ldlex.l: Likewise.
517
518 * ldmisc.c (buystring): Removed.
519 * ldmisc.h: Likewise.
520
521 * ldfile.c: Replace buystring with xstrdup.
522 * ldlang.c: Likewise.
523 * ldlex.l: Likewise.
524 * ldmain.c: Likewise.
525 * ldmisc.c: Likewise.
526 * lexsup.c: Likewise.
527 * mpw-eppcmac.c: Likewise.
528
529 2001-04-30 Andreas Jaeger <aj@suse.de>
530
531 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
532
533 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
534
535 * ldlang.c (load_symbols): Give emulation a chance
536 to process unrecognized file before fatal error is
537 reported, not after.
538
539 2001-04-27 Sean McNeil <sean@mcneil.com>
540
541 * configure.tgt: Add arm-vxworks target.
542 * scripttempl/armcoff.sc: Support .text or .data as a section name
543 prefix.
544 Define _etext.
545
546 2001-04-13 J.T. Conklin <jtc@redback.com>
547
548 * ld.texinfo: Document --fatal-warnings.
549 * ld.1: Regenerate.
550
551 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
552 warnings have been turned into errors.
553 * lexsup.c (OPTION_WARN_FATAL): Define.
554 (ld_options): Entry for --fatal-warnings.
555 (parse_args): Handle OPTION_WARN_FATAL.
556 * ld.h (ld_config_type): Add fatal_warnings field.
557
558 2001-04-13 Jakub Jelinek <jakub@redhat.com>
559
560 * ldmain.c (main): Default to discard_sec_merge.
561 * lexsup.c (OPTION_DISCARD_NONE): Define.
562 (ld_options): Add --discard-none.
563 (parse_args): Handle OPTION_DISCARD_NONE.
564 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
565 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
566 all its input sections match.
567
568 2001-04-05 Steven J. Hill <sjhill@cotw.com>
569
570 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
571 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
572 (eelf32ltsmip.c): New target.
573 (eelf64btsmip.c): Likewise.
574 (eelf64ltsmip.c): Likewise.
575 * Makefile.in: Regenerated.
576
577 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
578 target.
579 (mips*-*-linux-gnu*): Likewise.
580
581 * emulparams/elf32ltsmip.sh: New. Traditional little endian
582 MIPS taget.
583 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
584 target.
585 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
586 endian target.
587
588 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
589
590 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
591 correct value of __Stext here.
592 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
593 .startup section.
594
595 * emulparams/crislinux.sh: Remove FIXME.
596
597 2001-04-02 Alan Modra <alan@linuxcare.com.au>
598
599 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
600 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
601
602 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
603
604 * configure.tgt (cris-*-*): Change default emulation to criself.
605 (cris-*-*aout*): New rule.
606
607 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
608
609 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
610 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
611
612 2001-03-26 Andreas Jaeger <aj@suse.de>
613
614 * ld.texinfo (Overview): Fix syntax in texi code.
615
616 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
617
618 * ld.texinfo: Put @c man indications to generate the ld man page.
619 When generating man, define all the variables. Define SEEALSO
620 and SYNOPSIS. Re-organize some lines to avoid the cross references.
621 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
622 (ld.1): Generate from ld.texinfo.
623 * Makefile.in: Regenerate.
624
625 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
626
627 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
628 and '-fdata-sections'. Set the VMA of STABS sections to zero.
629
630 2001-03-17 Ulrich Drepper <drepper@redhat.com>
631
632 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
633 is an absolute path look only for this file and not along the path.
634
635 2001-03-17 Ulrich Drepper <drepper@redhat.com>
636
637 * emultempl/elf32.em (OPTION_GROUP): New macro.
638 Add new option Bgroup to longopts.
639 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
640 (gld*_list_options): Add -Bgroup and -z defs.
641 * ld.1: Document -Bgroup and -z defs.
642 * ld.texinfo: Likewise.
643
644 2001-03-07 Michael Meissner <meissner@redhat.com>
645
646 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
647 with sections created by -fdata-sections.
648 (.dynbss,.bss): Ditto.
649
650 2001-03-05 Alan Modra <alan@linuxcare.com.au>
651
652 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
653 after_allocation_default, not gld..._before_allocation.
654
655 2001-02-27 Alan Modra <alan@linuxcare.com.au>
656
657 * configure.in (BFD_VERSION): New.
658 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
659 * configure: Regenerate.
660 * Makefile.am: Run "make dep-am"
661 * Makefile.in: Regenerate.
662
663 2001-02-26 Timothy Wall <twall@cygnus.com>
664
665 * emulparams/elf64_aix.sh: Add additional read-only sections;
666 uncomment lines which are now required.
667
668 2001-02-26 H.J. Lu <hjl@gnu.org>
669
670 * ldlang.c (open_input_bfds): Set the bfd error handler so
671 that problems can be caught whilst loading symbols.
672 (record_bfd_errors): New function: Report BFD errors and mark
673 the executable output as being invalid.
674
675 2001-02-22 Timothy Wall <twall@cygnus.com>
676
677 * configure.host: Add configuration for ia64-*-aix*.
678 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
679 Add dependencies for eelf64_aix.c.
680 * Makefile.in: Regenerate.
681 * configure.tgt: Add ia64-*-aix* mapping.
682 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
683 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
684 AIX-specific test.
685
686 2001-02-20 H.J. Lu <hjl@gnu.org>
687
688 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
689 false if we found the file.
690
691 2001-02-18 David O'Brien <obrien@FreeBSD.org>
692
693 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
694 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
695
696 2001-02-18 lars brinkhoff <lars@nocrew.org>
697
698 * Makefile.am: Add PDP-11 target.
699 * configure.tgt: Likewise.
700 * emulparams/pdp11.sh: New file.
701
702 2001-02-17 David O'Brien <obrien@FreeBSD.org>
703
704 * configure.host: Add a generic FreeBSD configuration entry such that
705 all [modern] FreeBSD systems on all platforms will look the same.
706
707 2001-02-14 H.J. Lu <hjl@gnu.org>
708
709 * configure.tgt: Remove mention of earmelf_linux26.
710
711 2001-02-13 Richard Henderson <rth@redhat.com>
712
713 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
714
715 2001-02-13 H.J. Lu <hjl@gnu.org>
716
717 * ldexp.h (node_type): Add etree_provided.
718 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
719 type to etree_provided if defined by PROVIDE. Allow updating
720 for etree_provided.
721 (exp_print_tree): Handle etree_provided.
722 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
723 etree_provided.
724
725 2001-02-09 David Mosberger <davidm@hpl.hp.com>
726
727 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
728 .IA_64.unwind.* pattern to unwind table section and
729 .IA_64.unwind_info* pattern to unwind info section.
730
731 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
732
733 * Makefile.am: Add linux target for S/390.
734 * Makefile.in: Likewise.
735 * configure.host: Likewise.
736 * configure.tgt: Likewise.
737 * emulparams/elf64_s390.sh: New file.
738 * emulparams/elf_s390.sh: New file.
739
740 2001-02-09 Jakub Jelinek <jakub@redhat.com>
741
742 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
743 targ_extra_libpath.
744 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
745
746 2001-02-06 Philip Blundell <philb@gnu.org>
747
748 * Makefile.am: Remove mention of earmelf_linux26.
749 * Makefile.in: Regenerate.
750
751 2001-02-04 Philip Blundell <philb@gnu.org>
752
753 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
754 * emulparams/armelf_linux26.sh: Delete.
755 * configure.tgt: Remove mention of armelf_linux26 emulation.
756
757 2001-02-01 Nick Clifton <nickc@redhat.com>
758
759 * ld.1: Replace occurances of -oformat with --oformat.
760
761 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
762
763 * ldlang.c (lang_leave_overlay): Don't set lma_region when
764 load_base is specified.
765
766 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
767
768 * emultempl/elf32.em: Correct spelling in comments and listed
769 options.
770
771 2001-01-23 Alan Modra <alan@linuxcare.com.au>
772
773 * ldlang.c (lang_leave_overlay): Only set lma_region from the
774 default for the first section of a group of overlay sections.
775
776 2001-01-22 Alan Modra <alan@linuxcare.com.au>
777
778 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
779 * Makefile.in: Regenerate.
780 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
781 Check for null tool_dir.
782
783 2001-01-16 Jim Wilson <wilson@redhat.com>
784
785 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
786 and IA_64.unwind.info.
787
788 2001-01-16 H.J. Lu <hjl@gnu.org>
789
790 * ldlang.c (lang_check): Merge the private data only if the
791 input file has contents.
792
793 2001-01-14 Alan Modra <alan@linuxcare.com.au>
794
795 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
796
797 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
798 enabling search for libmilli. On a relocatable link, make .text
799 sections unique.
800 (LDEMUL_AFTER_PARSE): Define.
801 (hppaelf_finish): Correct spelling of relocatable in comments.
802
803 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
804 rummage through the script for sections on the unique list.
805 Correct length of strncmp for ".note".
806 (gld${EMULATION_NAME}_check_needed): Rearrange function.
807
808 * ldlang.c (unique_section_list): New var.
809 (unique_section_p): New function.
810 (walk_wild_section): Don't match sections on unique_section_list.
811 (lang_add_unique): New function.
812 Correct spelling of relocatable in comments.
813
814 * ldlang.h (struct unique_sections): Declare.
815 (unique_section_list): Declare.
816 (unique_section_p): Declare.
817 (lang_add_unique): Declare.
818
819 * lexsup.c (ld_options): Allow --unique to take an optional arg.
820 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
821
822 * ld.texinfo (--unique): Update.
823
824 2001-01-13 Nick Clifton <nickc@redhat.com>
825
826 * lexsup.c (parse_args): Remove spurious white space.
827
828 2001-01-12 Nick Clifton <nickc@redhat.com>
829
830 * lexsup.c (parse_args): Update copyright date.
831
832 2001-01-12 Philip Blundell <pb@futuretv.com>
833
834 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
835
836 2001-01-10 Kazu Hirata <kazu@hxi.com>
837
838 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
839 * scripttempl/h8300h.sc: Fix formatting.
840 * scripttempl/h8300s.sc: Likewise.
841 * scripttempl/h8500.sc: Likewise.
842 * scripttempl/h8500b.sc: Likewise.
843 * scripttempl/h8500c.sc: Likewise.
844 * scripttempl/h8500m.sc: Likewise.
845 * scripttempl/h8500s.sc: Likewise.
846
847 2000-01-07 David O'Brien <obrien@BSDi.com>
848
849 * emultempl/elf32.em: Only perform Linux ld hints processing when
850 targeting Linux.
851
852 2001-01-07 Philip Blundell <philb@gnu.org>
853
854 * ld.texinfo (Bug Reporting): Update email address for reports.
855
856 2000-12-31 Nick Clifton <nickc@redhat.com>
857
858 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
859 options by checking for a return value of '?' not -1.
860
861 2000-12-28 Nick Clifton <nickc@redhat.com>
862
863 * lexsup.c (struct ld_option): Add new enum value:
864 EXACTLY_TWO_DASHES.
865 (ld_options[]): Change -omagic, -output and -oformat options
866 to be EXACTLY_TWO_DASHES.
867 (OUTPUT_COUNT): Use ARRAY_SIZE.
868 (parse_args): Change parameter 'argc' to unsigned.
869 Place EXACTLY_TWO_DASHES options into new really_longopts
870 array.
871 If getopt_long_only fails, try calling getopt_long using the
872 really_longopts array.
873 (help): Print a double dash for both EXACTLY_TWO_DASHES and
874 TWO_DASHES options.
875
876 * ldlex.h: Fix prototype of parse_args.
877
878 * ld.texinfo: Document that long options starting with 'o'
879 must be preceeded by two dashes. Change example of a single
880 dashed long option from -oformat to -trace-symbol.
881
882 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
883
884 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
885 (longopts[]): New --no-default-excludes option.
886 (gld_${EMULATION_NAME}_list_options): Document.
887 (gld_${EMULATION_NAME}_parse_args): Handle.
888
889 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
890
891 * ldlang.c (new_stat): Revert the last beautification with "innocent"
892 whitespace, it breaks the K&R C preprocessor.
893
894 2000-12-11 DJ Delorie <dj@redhat.com>
895
896 * ld.texinfo: Add notes about --whole-archive and gcc.
897
898 2000-11-18 Fred Fish <fnf@be.com>
899
900 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
901 (ld_options): Entry for --allow-shlib-undefined.
902 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
903 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
904 to false.
905 * ld.texinfo: Document new command line switch.
906
907 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
908
909 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
910 .fixup is actually read/write.
911 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
912 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
913 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
914
915 Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
916
917 * NEWS: Add note about x86_64 architecture.
918
919 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
920
921 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
922 Set DWARF2 sections to a VMA of zero.
923
924 2000-12-01 Joel Sherrill <joel@OARcorp.com>
925
926 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
927 New targets.
928 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
929 (sparc*-*-rtems*): Switched from a.out to ELF.
930
931 2000-11-30 Jan Hubicka <jh@suse.cz>
932
933 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
934 (eelf_x86_64.c): New.
935 * Makefile.in: Regenerate.
936 * configure.tgt: Add support for x86_64-*-linux-gnu*.
937 * emulparams/elf_x86_64.sh: New.
938
939 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
940
941 * emulparams/crislinux.sh (ENTRY): Change back to _start.
942 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
943
944 * scripttempl/crisaout.sc: Change all RELOCATING not related to
945 merging non-a.out sections into CONSTRUCTING.
946
947 2000-11-28 Nick Clifton <nickc@redhat.com>
948
949 * ld.1 (COPYING): Mention that the GNU Free Documentation
950 License is present in the sources, but not the output, and
951 also available from the GNU website.
952 (GNU Free Documentation License): Comment out this section.
953
954 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
955
956 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
957 does not use them.
958
959 2000-11-25 David O'Brien <obrien@FreeBSD.org>
960
961 * ld.1: Remove old date so it does not give the impression the manpage
962 is way out of date.
963
964 2000-11-24 Nick Clifton <nickc@redhat.com>
965
966 * configure.tgt (xscale-coff): Add target.
967 (xscale-elf): Add target.
968
969 2000-11-24 Fred Fish <fnf@be.com>
970
971 * ldmain.c (main): Remove redundant init of config.make_executable
972 to true.
973
974 2000-11-15 Richard Henderson <rth@redhat.com>
975
976 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
977
978 2000-11-14 Kazu Hirata <kazu@hxi.com>
979
980 * scripttempl/h8300.sc: Fix formatting.
981 * scripttempl/h8300h.sc: Likewise.
982 * scripttempl/h8300s.sc: Likewise.
983
984 Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
985
986 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
987
988 2000-11-09 Philip Blundell <pb@futuretv.com>
989
990 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
991 around orphan sections whose names can be represented in C.
992
993 2000-11-07 Jim Wilson <wilson@redhat.com>
994
995 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
996 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
997
998 2000-11-06 Nick Clifton <nickc@redhat.com>
999
1000 * ld.texinfo: Add GNU Free Documentation License.
1001 * ldint.texinfo: Add GNU Free Documentation License.
1002 * ld.1: Add GNU Free Documentation License.
1003
1004 2000-11-05 Alan Modra <alan@linuxcare.com.au>
1005
1006 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
1007 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
1008
1009 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
1010 Move 2000-11-02 Makefile.in changes to this file.
1011 * Makefile.in: Regenerate.
1012
1013 2000-11-03 Nick Clifton <nickc@redhat.com>
1014
1015 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
1016 constructors and destructors.
1017 * scripttempl/h8300h.sc: Ditto.
1018 * scripttempl/h8300s.sc: Ditto.
1019 * scripttempl/h8500.sc: Ditto.
1020 * scripttempl/h8500b.sc: Ditto.
1021 * scripttempl/h8500c.sc: Ditto.
1022 * scripttempl/h8500m.sc: Ditto.
1023 * scripttempl/h8500s.sc: Ditto.
1024 * scripttempl/v850.sc: Ditto.
1025 * scripttempl/w65.sc: Ditto.
1026 * scripttempl/z8000.sc: Ditto.
1027
1028 2000-11-02 Per Lundberg <plundis@chaosdev.org>
1029
1030 * Makefile.in (e_i386_chaos.c): New rule.
1031 (ALL_EMULATIONS): Added e_i386_chaos.o.
1032 * emulparams/elf_i386_chaos.sh: New file.
1033 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
1034
1035 2000-10-20 Jakub Jelinek <jakub@redhat.com>
1036
1037 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
1038 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
1039 Fix sed invocation, so that it coped with '/' in Solaris 64bit
1040 library path suffix.
1041 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
1042
1043 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
1044
1045 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
1046 for consecutive sections.
1047
1048 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
1049
1050 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
1051 options.
1052 * ld.texinfo: Added notes about this new option.
1053
1054 2000-10-16 Nick Clifton <nickc@redhat.com>
1055
1056 * emultempl/pe.em (_after_open): Add tests of return values from
1057 bfd functions. Emit appropriate error messages if necessary.
1058
1059 2000-10-13 Nick Clifton <nickc@redhat.com>
1060
1061 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
1062 local variables - they are not used, but leave in the call to
1063 bfd_canonicalize_symtab.
1064 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
1065 pe_dll_search_prefix.
1066
1067 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
1068
1069 * emultempl/pe.em (pe_dll_search_prefix): New variable,
1070 (longopts): New --dll-search-prefix option.
1071 (gld_${EMULATION_NAME}_list_options): Document.
1072 (gld_${EMULATION_NAME}_parse_args): Handle.
1073 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
1074 dynamically, search for a dll named '<prefix><basename>.dll'
1075 in preference to 'lib<basename>.dll' if --dll-search-prefix
1076 is specified.
1077
1078 2000-10-12 Alan Modra <alan@linuxcare.com.au>
1079
1080 * ldlang.c (section_already_linked): Set kept_section instead of
1081 sec->comdat->sec.
1082
1083 2000-10-10 Kazu Hirata <kazu@hxi.com>
1084
1085 * deffile.h: Fix formatting.
1086 * lexsup.c: Likewise.
1087 * mri.c: Likewise.
1088
1089 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1090
1091 * pe-dll.c (make_one): Do not generate code thunk for DATA
1092 exports.
1093 (process_def_file): deduce DATA flag for auto-export sumbols.
1094
1095 2000-10-09 Kazu Hirata <kazu@hxi.com>
1096
1097 * ld.h: Fix formatting.
1098 * ldcref.c: Likewise.
1099 * ldctor.h: Likewise.
1100 * ldemul.c: Likewise.
1101 * ldemul.h: Likewise.
1102 * ldexp.c: Likewise.
1103 * ldexp.h: Likewise.
1104 * ldfile.c: Likewise.
1105 * ldfile.h: Likewise.
1106 * ldlang.c: Likewise.
1107 * ldlang.h: Likewise.
1108 * ldmain.c: Likewise.
1109 * pe-dll.c: Likewise.
1110
1111 * pe-dll.c: Revert some formatting fixes.
1112
1113 2000-10-08 Kazu Hirata <kazu@hxi.com>
1114
1115 * pe-dll.c: Fix formatting.
1116
1117 2000-10-05 Kazu Hirata <kazu@hxi.com>
1118
1119 * ldlang.c: Fix formatting.
1120
1121 2000-10-03 DJ Delorie <dj@redhat.com>
1122
1123 * pe-dll.c (fill_edata): initialize entire block
1124 (make_one): fill in correct section.
1125
1126 2000-10-03 Kazu Hirata <kazu@hxi.com>
1127
1128 * ldexp.c: Fix formatting.
1129
1130 2000-10-02 DJ Delorie <dj@redhat.com>
1131
1132 * emultempl/pe.em (gld_*_after_open): detect case where there two
1133 import libraries for same dll; rename one to ensure proper link
1134 order.
1135
1136 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
1137 typo
1138 (generate_edata): fix typo
1139
1140 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
1141
1142 * scripttempl/crisaout.sc (ENTRY): Now __start.
1143 (.text): Add default setting for __start.
1144 Remove CONSTRUCTORS handling.
1145 (/DISCARD/): Add .gnu.warning.*.
1146 * emulparams/crislinux.sh (ENTRY): Now __start.
1147 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
1148 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
1149 (ENTRY): Now __start.
1150 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
1151 (EXECUTABLE_SYMBOLS): Add default setting for __start.
1152
1153 2000-09-29 Kazu Hirata <kazu@hxi.com>
1154
1155 * deffile.h: Fix formatting.
1156 * ld.h: Likewise.
1157 * ldcref.c: Likewise.
1158 * ldctor.c: Likewise.
1159 * ldctor.h: Likewise.
1160 * ldemul.c: Likewise.
1161 * ldemul.h: Likewise.
1162 * ldexp.c: Likewise.
1163 * ldexp.h: Likewise.
1164 * ldfile.c: Likewise.
1165 * ldfile.h: Likewise.
1166 * ldlang.c: Likewise.
1167 * ldlang.h: Likewise.
1168 * lexsup.c: Likewise.
1169 * mri.c: Likewise.
1170 * pe-dll.c: Likewise.
1171
1172 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1173
1174 * pe-dll.c (process_def_file): Uninitialized data wasn't
1175 exported with --export-all-symbols switch.
1176
1177 2000-09-28 DJ Delorie <dj@redhat.com>
1178
1179 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
1180 noname work properly.
1181
1182 2000-09-28 Alan Modra <alan@linuxcare.com.au>
1183
1184 * ld.texinfo (HPPA ELF32): New section.
1185
1186 * emultempl/hppaelf.em (group_size): New.
1187 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
1188 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
1189 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
1190 options to prevent abbreviations matching.
1191 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
1192 (PARSE_AND_LIST_ARGS_CASES): Handle it.
1193
1194 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1195
1196 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
1197 on the m68*-*-elf target. Make it support COFF input objects.
1198
1199 2000-09-21 Kazu Hirata <kazu@hxi.com>
1200
1201 * ldmain.c: Fix formatting.
1202 * ldmisc.c: Likewise.
1203 * ldver.c: Likewise.
1204 * ldwrite.c: Likewise.
1205
1206 2000-09-21 Alan Modra <alan@linuxcare.com.au>
1207
1208 * ldwrite.c (clone_section): Silence gcc warnings.
1209
1210 2000-09-20 Alan Modra <alan@linuxcare.com.au>
1211
1212 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
1213 out of memory failure.
1214
1215 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
1216 (clone_section): Handle out of memory failures. Rename var to
1217 avoid c++ reserved word.
1218
1219 2000-09-18 Alan Modra <alan@linuxcare.com.au>
1220
1221 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
1222 stub_name param to stub_sec_name.
1223 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
1224
1225 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1226
1227 * emultempl/m68kelf.em: New file.
1228 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
1229 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
1230 * Makefile.in: Regenerate.
1231
1232 2000-09-15 Alan Modra <alan@linuxcare.com.au>
1233
1234 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
1235 only as needed.
1236
1237 2000-09-13 Nick Clifton <nickc@redhat.com>
1238
1239 * ldmain.c (multiple_definition): Disable relaxation if
1240 multiple symbol definitions are encountered - otherwise the
1241 linker could abort with an assertion failure.
1242
1243 2000-09-10 Nick Clifton <nickc@redhat.com>
1244
1245 * mri.c: Fix formatting.
1246
1247 2000-09-07 H.J. Lu <hjl@gnu.org>
1248
1249 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1250 * configure: Rebuild.
1251
1252 2000-09-07 H.J. Lu <hjl@gnu.org>
1253
1254 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
1255 * Makefile.in: Rebuild.
1256
1257 2000-09-07 Alan Modra <alan@linuxcare.com.au>
1258
1259 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
1260 broken list handling. Create __start_SECNAME and __stop_SECNAME
1261 when no place-holder. Add some comments. Test both SEC_CODE and
1262 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
1263 Handle case where no output section statement created.
1264
1265 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
1266
1267 * configure.tgt (sh-*-linux*): Added.
1268 * Makefile.am: Added eshelf_linux and eshlelf_linux.
1269 * Makefile.in: Rebuilt.
1270 * emulparams/shelf_linux.sh: New file.
1271 * emulparams/shlelf_linux.sh: New file.
1272
1273 2000-09-06 Alan Modra <alan@linuxcare.com.au>
1274
1275 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1276 try shuffling sections when the orphan happens to be the place
1277 holder. Keep count of unique section names generated so we speed
1278 the search for a new name.
1279
1280 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1281
1282 * configure: Rebuilt with new libtool.m4.
1283
1284 2000-09-05 Nick Clifton <nickc@redhat.com>
1285
1286 * Makefile.in: Regenerate.
1287 * aclocal.m4: Regenerate.
1288 * configure: Regenerate.
1289 * config.in: Regenerate.
1290 * po/ld.pot: Regenerate.
1291
1292 * ldint.texinfo: Remove CVS revision marker - it foils local
1293 comparisons.
1294
1295 * emultempl/ticoff.em: Remove extraneous comma.
1296
1297 2000-09-05 Alan Modra <alan@linuxcare.com.au>
1298
1299 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
1300 to stub section flags.
1301 (hppa_for_each_input_file_wrapper): New.
1302 (hppa_lang_for_each_input_file): New.
1303 (lang_for_each_input_file): Define to call above.
1304 (multi_subspace): New.
1305 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
1306 (PARSE_AND_LIST_PROLOGUE): Define.
1307 (PARSE_AND_LIST_LONGOPTS): Define.
1308 (PARSE_AND_LIST_OPTIONS): Define.
1309 (PARSE_AND_LIST_ARGS_CASES): Define.
1310 (hppaelf_finish): Call elf32_hppa_set_gp.
1311 (hppaelf_set_output_arch): Remove.
1312 (LDEMUL_SET_OUTPUT_ARCH): Remove.
1313
1314 * emulparams/hppalinux.sh (ELFSIZE): Define.
1315 (MACHINE): Define.
1316 (OTHER_READONLY_SECTIONS): Define.
1317 (DATA_PLT): Define.
1318 (GENERATE_SHLIB_SCRIPT): Define.
1319
1320 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
1321 to const throughout. Change `void *' to `PTR' throughout.
1322 (lang_memory_default): Function is local to file, add `static'.
1323
1324 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
1325 (ehppalinux.c): Likewise.
1326 (earmelf.c): Likewise.
1327 (earmelf_linux.c): Likewise.
1328 (earmelf_linux26.c): Likewise.
1329 * Makefile.in: Regenerate.
1330
1331 * ld.h (ld_config_type): Add unique_orphan_sections.
1332 * lexsup.c (OPTION_UNIQUE): Define.
1333 (ld_options): Add "--unique".
1334 (parse_args): Handle it.
1335 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1336 search for an existing output section if unique_orphan_sections is
1337 set. Make use of bfd_get_unique_section_name rather than
1338 duplicating code here.
1339 * ld.texinfo: Describe --unique.
1340
1341 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
1342 optional arg to split-by-file.
1343 (parse_args): Handle them.
1344 * ld.texinfo: Update description of these options.
1345 * ldwrite.c (clone_section): Pass in the section name. Replace
1346 local code with bfd_get_unique_section_name.
1347 (split_sections): Tidy code and comments. Use a list traversal
1348 more appropriate to the list construction. Handle cooked section
1349 sizes. Split when split_by_reloc reached rather than exceeded.
1350 Track section size and split when split_by_file reached. Fix
1351 link_order_tail (even though it's not used).
1352 (ldwrite): Modify condition for calling split_sections to suit
1353 changed split_by_reloc and split_by_file.
1354 * ldmain.c (main): Init config.split_by_reloc and
1355 config.split_by_file to -1.
1356 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
1357 Change split_by_file to bfd_size_type.
1358
1359 2000-09-02 Nick Clifton <nickc@redhat.com>
1360
1361 * configure.in: Increase version number to 2.10.91.
1362 * NEWS: Mention new ability to support removal of duplicate DWARF2
1363 debug information.
1364 * configure: Regenerate.
1365 * aclocal.m4: Regenerate.
1366 * config.in: Regenerate.
1367
1368 2000-09-02 Daniel Berlin <dberlin@redhat.com>
1369
1370 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
1371 sections.
1372 * scripttempl/elf32avr.sc: Ditto.
1373 * scripttempl/elfd10v.sc: Ditto.
1374 * scripttempl/elfd30v.sc: Ditto.
1375 * scripttempl/elfi370.sc: Ditto.
1376 * scripttempl/elfm68hc11.sc: Ditto.
1377 * scripttempl/elfm68hc12.sc: Ditto.
1378 * scripttempl/elfi386beos.sc: Ditto.
1379 * scripttempl/v850.sc: Ditto.
1380
1381 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
1382
1383 * acinclude.m4: Include libtool and gettext macros from the
1384 top level.
1385 * aclocal.m4, configure: Rebuilt.
1386
1387 2000-08-25 Nick Clifton <nickc@redhat.com>
1388
1389 * ldlang.c (open_output): When choosing the target for a
1390 particular endianness, do nothing if the target is not
1391 supported.
1392
1393 2000-08-25 H.J. Lu <hjl@gnu.org>
1394
1395 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
1396 check -rpath nor LD_RUN_PATH for cross link.
1397 * ld.texinfo: Document the change.
1398
1399 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
1400
1401 * NEWS: Mention support for CRIS.
1402
1403 2000-08-23 H.J. Lu <hjl@gnu.org>
1404
1405 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
1406 the current runpath list from bfd_elf_get_runpath_list ()
1407 before search.
1408
1409 2000-08-22 H.J. Lu <hjl@gnu.org>
1410
1411 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
1412 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
1413 LD_LIBRARY_PATH for native linker. Display the needed DSO if
1414 trace_file_tries is non-zero.
1415 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
1416 if trace_file_tries is non-zero.
1417
1418 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
1419 * NEWS: Mention it.
1420
1421 2000-08-14 Jason Eckhardt <jle@cygnus.com>
1422
1423 * NEWS: Mention i860 support.
1424
1425 2000-08-14 Andreas Schwab <schwab@suse.de>
1426
1427 * scripttempl/elf.sc: Fix last change to use correct comment
1428 syntax.
1429
1430 2000-08-10 Geoff Keating <geoffk@cygnus.com>
1431
1432 * scripttempl/elf.sc: Add a comment giving the correspondence
1433 between sections, per-datum sections, and linkonce sections. Make
1434 the comment true even for .bss, .sdata, .sdata2, .sbss, and
1435 .sbss2.
1436
1437 2000-08-10 Jason Eckhardt <jle@cygnus.com>
1438
1439 * emulparams/elf32_i860.sh: New file.
1440 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
1441 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
1442 (eelf32_i860.c): New rule.
1443 * Makefile.in: Regenerate.
1444
1445 2000-08-10 Nick Clifton <nickc@cygnus.com>
1446
1447 * emulparams/mipspe.sh (ENTRY): Add definition.
1448
1449 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
1450
1451 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
1452 in error message.
1453
1454 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1455
1456 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
1457 the final size of .bss section.
1458 * scripttempl/elfm68hc12.sc: Likewise.
1459
1460 2000-08-04 Alan Modra <alan@linuxcare.com.au>
1461
1462 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
1463 gld${EMULATION_NAME}_parse_args for consistency. Combine
1464 lastoptind and prevoptind vars, and keep track of last optind.
1465 (gld_${EMULATION_NAME}_list_options): Rename to
1466 gld${EMULATION_NAME}_list_options.
1467
1468 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
1469
1470 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
1471 (i586-sco-sysv5uw7.1.0).
1472
1473 2000-07-27 H.J. Lu <hjl@gnu.org>
1474
1475 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
1476 (PARSE_AND_LIST_PROLOGUE): New.
1477 (PARSE_AND_LIST_LONGOPTS): Likewise.
1478 (PARSE_AND_LIST_OPTIONS): Likewise.
1479 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1480 (PARSE_AND_LIST_EPILOGUE): Likewise.
1481
1482 2000-07-28 Alan Modra <alan@linuxcare.com.au>
1483
1484 * emultempl/armelf.em: Elide functions common to elf32.em,
1485 ie. most of the file.
1486 (arm_elf_after_open): New. Do arm specific things then call
1487 gld${EMULATION_NAME}_after_open.
1488 (arm_elf_before_allocation): New. Call
1489 gld${EMULATION_NAME}_before_allocation then do arm specifics.
1490 (PARSE_AND_LIST_PROLOGUE): Define.
1491 (PARSE_AND_LIST_SHORTOPTS): Define.
1492 (PARSE_AND_LIST_LONGOPTS): Define.
1493 (PARSE_AND_LIST_OPTIONS): Define.
1494 (PARSE_AND_LIST_ARGS_CASES): Define.
1495 (LDEMUL_AFTER_OPEN): Define.
1496 (LDEMUL_BEFORE_ALLOCATION): Define.
1497 (LDEMUL_BEFORE_PARSE): Define.
1498 (LDEMUL_FINISH): Define.
1499
1500 * emultempl/hppaelf.em: Similarly zap most of this file.
1501 (hppaelf_add_stub_section): Prototype.
1502 (hppaelf_layaout_sections_again): Prototype.
1503 (hook_in_stub): Prototype.
1504 (LDEMUL_SET_OUTPUT_ARCH): Define.
1505 (LDEMUL_FINISH): Define.
1506 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1507
1508 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
1509 (EXTRA_EM_FILE): New.
1510 * emulparams/armelf_linux.sh: Likewise.
1511 * emulparams/armelf_linux26.sh: Likewise.
1512 * emulparams/hppalinux.sh: Likewise.
1513 * emulparams/hppaelf.sh: Likewise.
1514 (NOP): Define.
1515
1516 * emultempl/elf32.em: Fix formatting.
1517 (EXTRA_EM_FILE): Source it.
1518 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1519 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1520 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1521 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1522 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1523 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1524 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1525 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1526 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
1527 allow functions in this file to be overridden.
1528 (PARSE_AND_LIST_SHORTOPTS): Handle it.
1529
1530 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
1531
1532 * emultempl/elf32.em: Reorganize file.
1533
1534 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
1535
1536 * emulparams/elf64alpha.sh: Implement "-taso" emulation
1537 specific option to fit 64-bit executable in the lower
1538 31-bit address range. This is done by changing start
1539 address of .interp (the very first section of executable)
1540 and then setting EF_ALPHA_32BIT elf header flag.
1541
1542 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1543
1544 * emultempl/m68kcoff.em: New file.
1545 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
1546 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
1547 generic.em.
1548 * Makefile.in: Regenerate.
1549
1550 2000-07-20 H.J. Lu <hjl@gnu.org>
1551
1552 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
1553 and "disable-new-dtags" to stop getopt from treating -d/-e as
1554 abbreviations for these options.
1555
1556 2000-07-20 H.J. Lu <hjl@gnu.org>
1557
1558 * ld.texinfo: Add documentation for --disable-new-dtags and
1559 --enable-new-dtags.
1560
1561 * ldmain.c (main): Initialize link_info.new_dtags to false.
1562
1563 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
1564 --disable-new-dtags and --enable-new-dtags.
1565 (gld_${EMULATION_NAME}_list_options): Likewise.
1566
1567 2000-07-05 Kenneth Block <krblock@computer.org>
1568
1569 * lexsup.c: Add optional style to demangle switch
1570 * ld.texinfo: Document optional style to demangle switch.
1571
1572 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
1573
1574 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
1575 ecrislinux.o.
1576 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
1577 Regenerate dependencies.
1578 * Makefile.in: Rebuild.
1579 * configure.tgt (cris-*-*): New target.
1580 * emulparams/crisaout.sh, emulparams/criself.sh,
1581 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
1582 * po/POTFILES.in, po/ld.pot: Regenerate.
1583
1584 2000-07-20 H.J. Lu <hjl@gnu.org>
1585
1586 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
1587 Print out ignored -z options.
1588
1589 2000-07-19 H.J. Lu <hjl@gnu.org>
1590
1591 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
1592 (PARSE_AND_LIST_PROLOGUE): New.
1593 (PARSE_AND_LIST_LONGOPTS): Likewise.
1594 (PARSE_AND_LIST_OPTIONS): Likewise.
1595 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1596
1597 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
1598
1599 * lexsup.c (ld_options): Comment out 'z'.
1600 (parse_args): Likewise.
1601
1602 * emultempl/elf32.em: Include "elf/common.h".
1603 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
1604 options.
1605 (gld_${EMULATION_NAME}_list_options): Likewise.
1606
1607 * ld.texinfo: Add documentation for the recognized -z options.
1608
1609 2000-07-19 H.J. Lu <hjl@gnu.org>
1610
1611 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
1612 bfd_elf_set_dt_needed_soname ().
1613
1614 2000-07-18 DJ Delorie <dj@cygnus.com>
1615
1616 * pe-dll.c (pe_dll_id_target): check object target name also
1617
1618 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
1619
1620 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
1621 ${INIT_END} if relocating.
1622 (.fini): Likewise ${FINI_START} and ${FINI_END}.
1623
1624 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
1625
1626 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
1627 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
1628 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
1629 errors introduced by the old dynamic lib search order.
1630
1631 2000-07-17 DJ Delorie <dj@cygnus.com>
1632
1633 * pe-dll.c (process_def_file): auto-export data items also
1634 (pe_process_import_defs): also see if _imp_ form needed
1635
1636 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1637
1638 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
1639 for dll import libraries
1640
1641 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
1642
1643 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
1644 gcc 2.95.2 and later.
1645
1646 2000-07-11 Kazu Hirata <kazu@hxi.com>
1647
1648 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
1649 message.
1650
1651 2000-07-10 Alan Modra <alan@linuxcare.com.au>
1652
1653 * ldemul.h (struct lang_input_statement_struct): Remove forward
1654 declaration.
1655 (struct search_dirs): Likewise.
1656 * ldfile.h (struct lang_input_statement_struct): Likewise.
1657 Protect file from multiple inclusion.
1658 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
1659 declaration from macro to file scope.
1660
1661 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
1662 * ldgram.y: Likewise here.
1663 * ldlang.c: And here.
1664 * ldmain.c: And here.
1665 * mpw-elfmips.c: And here.
1666 * mpw-eppcmac.c: And here.
1667 * emultempl/aix.em: And here.
1668 * emultempl/armcoff.em: And here.
1669 * emultempl/armelf.em: And here.
1670 * emultempl/armelf_oabi.em: And here.
1671 * emultempl/beos.em: And here.
1672 * emultempl/elf32.em: And here.
1673 * emultempl/hppaelf.em: And here.
1674 * emultempl/linux.em: And here.
1675 * emultempl/lnk960.em: And here.
1676 * emultempl/pe.em: And here.
1677 * emultempl/sunos.em: And here.
1678 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
1679 * mpw-idtmips.c: Ditto.
1680 * emultempl/generic.em: Ditto.
1681 * emultempl/gld960.em: Ditto.
1682 * emultempl/gld960c.em: Ditto.
1683 * emultempl/mipsecoff.em: Ditto.
1684 * emultempl/ticoff.em: Ditto.
1685 * emultempl/vanilla.em: Ditto.
1686
1687 * pe-dll.c: Include ldfile.h
1688 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
1689
1690 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
1691 arguments to bfd_elf32_size_dynamic_sections call.
1692 (gldelf32ebmip_place_orphan): Add missing arguments to
1693 lang_leave_output_section_statement call.
1694
1695 2000-07-10 H.J. Lu <hjl@gnu.org>
1696
1697 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
1698 DLL_SUPPORT.
1699 (strhash): Likewise.
1700 (compute_dll_image_base): Likewise.
1701 (pe_undef_found_sym): Likewise.
1702 (pe_undef_cdecl_match): Likewise.
1703 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
1704 argument "arch" with ATTRIBUTE_UNUSED.
1705
1706 2000-07-10 Alan Modra <alan@linuxcare.com.au>
1707
1708 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
1709
1710 From Ryan Bradetich <rbradetich@uswest.net>
1711 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
1712
1713 2000-07-09 Alan Modra <alan@linuxcare.com.au>
1714
1715 Changes to create multiple linker stubs, positioned immediately
1716 before the section where they are required.
1717 * emultempl/hppaelf.em: Include elf32-hppa.h.
1718 (stub_sec, file_chain): Delete.
1719 (hppaelf_create_output_section_statements): Don't make a stub
1720 section here.
1721 (hook_stub_info): New struct.
1722 (hook_in_stub): New function.
1723 (hppaelf_add_stub_section): New function.
1724 (hppaelf_finish): Do nothing for relocateable links. Modify the
1725 call to elf32_hppa_size_stubs. Move code for updating section
1726 layout from here...
1727 (hppaelf_layaout_sections_again): ..to here, a new function.
1728
1729 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
1730 broken list handling. Pass in a pointer to the list.
1731 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
1732 for above changes.
1733 (hppaelf_before_parse): Prototype.
1734 (hppaelf_set_output_arch): Prototype.
1735 (hppaelf_create_output_section_statements): Prototype.
1736 (hppaelf_delete_padding_statements): Prototype.
1737 (hppaelf_finish): Prototype.
1738
1739 Merge from elf32.em
1740 * emultempl/hppaelf.em: Include ctype.h.
1741 (struct orphan_save): New.
1742 (gld${EMULATION_NAME}_place_orphan): New.
1743 (output_rel_find): New.
1744 (hppaelf_get_script): Update from elf32.em.
1745 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
1746 Change emulation_name field to "${EMULATION_NAME}". Add
1747 gld${EMULATION_NAME}_place_orphan.
1748
1749 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
1750 ehppalinux.o, sort it. Regenerate dependencies.
1751 (ehppalinux.c): Depend on hppaelf.em
1752 * Makefile.in: Regenerate.
1753
1754 * configure.tgt: targ_emul=hppalinux for hppa*linux
1755
1756 * emulparams/hppalinux.sh: New.
1757 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
1758
1759 2000-07-08 Alan Modra <alan@linuxcare.com.au>
1760
1761 * lexsup.c (parse_args): Copy section name.
1762
1763 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
1764
1765 * emultempl/pe.em: institute the following search order for
1766 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
1767 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
1768 static lib (libfoo.a) if none of the above are found.
1769
1770 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
1771
1772 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
1773 (longopts): New --{enable,disable}-auto-image-base options.
1774 (gld_${EMULATION_NAME}_list_options): Document.
1775 (gld_${EMULATION_NAME}_parse): Handle.
1776 (strhash): New static function.
1777 (compute_dll_image_base): New static function.
1778 (gld_${EMULATION_NAME}_set_symbols): Use.
1779
1780 2000-07-05 DJ Delorie <dj@redhat.com>
1781
1782 * MAINTAINERS: new
1783
1784 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
1785
1786 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
1787 * emulparams/elf32btsmip.sh: New file.
1788 * Makefile.am: Add traditional mips target.
1789 * Makefile.in: Rebuild.
1790
1791 2000-07-01 H.J. Lu <hjl@gnu.org>
1792
1793 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
1794 automake to use YLWRAP.
1795 * Makefile.in: Rebuild.
1796
1797 2000-07-01 Alan Modra <alan@linuxcare.com.au>
1798
1799 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
1800 (CLEANFILES): Add DEPA.
1801 * Makefile.in: Regenerate.
1802
1803 2000-06-30 Timothy Wall <twall@ppc>
1804
1805 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
1806 the page in the upper octet of the address.
1807
1808 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
1809
1810 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
1811
1812 2000-06-24 Alan Modra <alan@linuxcare.com.au>
1813
1814 * NEWS: arm-elf does --gc-sections too.
1815
1816 2000-06-22 Alan Modra <alan@linuxcare.com.au>
1817
1818 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1819 find one.
1820 * Makefile.in: Regenerate.
1821
1822 2000-06-21 H.J. Lu <hjl@gnu.org>
1823
1824 * Makefile.am: Rebuild dependency.
1825 * Makefile.in: Rebuild.
1826
1827 2000-06-20 H.J. Lu <hjl@gnu.org>
1828
1829 * Makefile.am: Rebuild dependency.
1830 * Makefile.in: Rebuild.
1831
1832 2000-06-20 Timothy Wall <twall@cygnus.com>
1833
1834 * scripttempl/tic54xcoff.sc: New.
1835 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
1836 * gen-doc.texi: Add flag for TI COFF.
1837 * ld.texinfo: Add documentation for TI COFF handling switches.
1838 * emultempl/ticoff.em: New. TI COFF handling.
1839 * configure.tgt: Add tic54x target.
1840 * Makefile.am: Add tic54x target.
1841 * Makefile.in: Ditto.
1842
1843 2000-06-20 Alan Modra <alan@linuxcare.com.au>
1844
1845 * ldmain.c (set_scripts_dir): Correct pointer comparison when
1846 checking for backslashes.
1847
1848 2000-06-19 Alan Modra <alan@linuxcare.com.au>
1849
1850 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
1851
1852 2000-06-18 Alan Modra <alan@linuxcare.com.au>
1853
1854 * NEWS: Update list of targets supporting --gc-sections.
1855
1856 * scripttempl/elf.sc: KEEP .eh_frame contents.
1857 * scripttempl/elfd30v.sc: Same here.
1858
1859 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
1860
1861 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
1862 and m68hc11 (elf).
1863 * Makefile.in: Rebuild.
1864 * configure.tgt: Recognize m68hc12 and m68hc11.
1865 * scripttempl/elfm68hc12.sc: New file.
1866 * emulparams/m68hc12elfb: New emulation.
1867 * emulparams/m68hc12elf: New emulation.
1868 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
1869 (includes a memory.x script to define the ROM and RAM banks).
1870 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
1871 New configuration files for support of Motorola 68hc11
1872
1873 2000-06-15 Alan Modra <alan@linuxcare.com.au>
1874
1875 * ldmain.c (main): Only change SEC_READONLY for final link.
1876
1877 2000-06-13 H.J. Lu <hjl@gnu.org>
1878
1879 * configure: Regenerate.
1880
1881 2000-06-08 David O'Brien <obrien@FreeBSD.org>
1882
1883 * configure.in (VERSION): Update to show this is the CVS mainline.
1884
1885 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1886
1887 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
1888 input objects to be ECOFF.
1889 (check_sections): einfo takes %B, not %P, to print a BFD name.
1890
1891 2000-06-05 Michael Matz <matz@ifh.de>
1892
1893 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
1894 version scripts.
1895
1896 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
1897
1898 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
1899
1900 * emulparams/avr1200.sh (STACK): Define as 0.
1901 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1902 * emulparams/avr4433.sh (STACK): Likewise.
1903 * emulparams/avr44x4.sh (STACK): Likewise.
1904 * emulparams/avr85xx.sh (STACK): Likewise.
1905 * emulparams/avrmega103.sh (STACK): Likewise.
1906 * emulparams/avrmega161.sh (STACK): Likewise.
1907 * emulparams/avrmega603.sh (STACK): Likewise.
1908 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
1909 (__stack): Define from ${STACK} for main().
1910
1911 2000-05-26 Alan Modra <alan@linuxcare.com.au>
1912
1913 * Makefile.am: Update dependencies with "make dep-am"
1914 * Makefile.in: Regenerate.
1915
1916 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
1917
1918 * ldmain.c: Include filenames.h.
1919 (set_scripts_dir): Support backslashes in program name.
1920
1921 2000-05-22 Igor Shevlyakov <igor@windriver.com>
1922
1923 * ldmain.c (main): When deciding if ".text" section should be
1924 read-only, don't forget to reset SEC_READONLY because it
1925 could be already set.
1926
1927 2000-05-22 Thomas de Lellis <tdel@windriver.com>
1928
1929 * ld.1: Add documentation for new command line option:
1930 --section-start <sectionname>=<sectionorg>
1931 This is a generic version of -Ttext etc. which accepts
1932 any section name as a parameter instead of just text/data/
1933 bss.
1934 * ld.texinfo: More docs.
1935 * NEWS: More docs.
1936 * lexsup.c: (parse_args): Recognize new command line option.
1937 (ld_options): Add new option.
1938
1939 2000-05-18 H.J. Lu <hjl@gnu.org>
1940
1941 * lexsup.c (parse_args): `i' == `r', not `q'.
1942
1943 Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
1944
1945 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1946
1947 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
1948 Rick Gorton <gorton@scrugs.lkg.dec.com>
1949
1950 Add support for '-q' == '--emit-relocs' switch.
1951 * ldmain.c (main): Default to false.
1952 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1953 * NEWS: Describe the emitrelocations switch.
1954 * ld.texinfo: Describe the emitrelocations switch.
1955
1956 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
1957
1958 * emultempl/pe.em (_open_dynamic_archive): New function: Search
1959 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1960 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1961 link options.
1962
1963 2000-05-15 David O'Brien <obrien@FreeBSD.org>
1964
1965 * lexsup.c (parse_args): Update the year in the copyright notice.
1966
1967 2000-05-13 Alan Modra <alan@linuxcare.com.au>
1968
1969 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1970 Replace defines with those from intl/libgettext.h to quieten gcc
1971 warnings.
1972
1973 2000-05-10 H.J. Lu <hjl@gnu.org>
1974
1975 * ldlang.c (open_input_bfds): Don't load the same file within
1976 a group again if the whole archive has been loaded already.
1977
1978 2000-05-03 Alan Modra <alan@linuxcare.com.au>
1979
1980 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1981 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1982 strtoul.
1983
1984 Mon May 1 17:34:34 2000 Jim Wilson <wilson@cygnus.com>
1985
1986 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
1987
1988 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1989 host "ia64-*-linux-gnu*".
1990
1991 2000-04-29 Andreas Jaeger <aj@suse.de>
1992
1993 * ld.h: Correctly check GCC version.
1994
1995 Tue Apr 25 11:20:43 2000 Jeffrey A Law (law@cygnus.com)
1996
1997 * Makefile.am: Add PA64 support. Add missing dependencies for
1998 PA32 elf support.
1999 * Makefile.in: Rebuilt.
2000 * configure.tgt: Add PA64 support (currently disabled).
2001
2002 2000-04-25 Alan Modra <alan@linuxcare.com.au>
2003
2004 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
2005 (output_rel_find): New function.
2006 (hold_section, hold_use): Delete.
2007 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2008 hold_interp): Make local to place_orphan.
2009 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
2010 rather than place_section to find possible previous use of orphan.
2011 Similarly find the place-holder output sections. Use returned
2012 value from lang_enter_output_section_statement rather than calling
2013 lang_output_section_statement_lookup.
2014 * emultempl/armelf.em: Same here.
2015 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
2016
2017 * ldlang.c (lang_enter_output_section_statement): Return output
2018 section statement.
2019 * ldlang.h (lang_enter_output_section_statement): Change
2020 declaration too.
2021
2022 * ldlang.h (lang_output_section_statement): Export it.
2023 * ldlang.c (lang_output_section_statement): Ditto.
2024
2025 2000-04-24 Nick Clifton <nickc@cygnus.com>
2026
2027 * ld.texinfo (Output Section Data): Add note that section data
2028 commands cannot appear outside of section directives.
2029
2030 2000-04-2 Matthew Green <mrg@cygnus.com>
2031
2032 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
2033
2034 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
2035 David Mosberger <davidm@hpl.hp.com>
2036
2037 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
2038 (eelf64_ia64.c): New rule.
2039 * Makefile.in: Rebuild.
2040 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
2041 * emulparams/elf64_ia64.sh: New file.
2042
2043 2000-04-21 Richard Henderson <rth@cygnus.com>
2044
2045 * scripttempl/elfd30v.sc: Place .gcc_except_table.
2046
2047 2000-04-19 Alan Modra <alan@linuxcare.com.au>
2048
2049 * dep-in.sed: Match space at start of file name, not at end.
2050
2051 2000-04-18 H.J. Lu <hjl@gnu.org>
2052
2053 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
2054 lang_leave_output_section_statement () after calling
2055 lang_enter_output_section_statement ().
2056 * emultempl/armelf.em: Likewise.
2057
2058 2000-04-18 Alan Modra <alan@linuxcare.com.au>
2059
2060 * emultempl/elf32.em (struct orphan_save): Add section field.
2061 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
2062 better order, and place first orphan section as we did before the
2063 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
2064 Don't call make_bfd_section here, let wild_doit do the job for us.
2065 Don't build a statement list when we'll only throw it away.
2066 * emultempl/armelf.em: Ditto.
2067 * emultempl/pe.em: Similarly.
2068
2069 2000-04-14 Geoff Keating <geoffk@cygnus.com>
2070
2071 * scripttempl/elfppc.sc: Remove.
2072 * emulparams/elf32ppc.sh: Use elf.sc.
2073 * emulparams/elf32lppc.sh: Use elf.sc.
2074 * emulparams/elf32ppclinux.sh: Use elf.sc.
2075 * emulparams/elf32ppcsim.sh: New file.
2076 * emulparams/elf32lppcsim.sh: New file.
2077 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
2078 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
2079 * Makefile.in: Regenerate.
2080 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
2081
2082 2000-04-14 Alan Modra <alan@linuxcare.com.au>
2083
2084 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
2085 ~SEC_ALLOC sections too. Init start address of debug sections.
2086 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
2087 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
2088 Also set all relocateable section start addresses.
2089
2090 2000-04-13 Geoff Keating <geoffk@cygnus.com>
2091
2092 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
2093 Add new BSS_PLT variable for when .plt need not be contained in
2094 the file. Move _etext so that it is also after .fini, and provide
2095 both etext and _etext with a leading underscore. Mark the start
2096 and end of .sbss.
2097
2098 2000-04-12 Alan Modra <alan@linuxcare.com.au>
2099
2100 * emultempl/elf32.em (struct orphan_save): New.
2101 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2102 hold_interp): Make them struct orphan_save.
2103 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
2104 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
2105 the end of the relevant section list. Also add associated section
2106 statements to the end of any previous orphan statements.
2107 * emultempl/armelf.em: Similarly.
2108 * emultempl/pe.em: Similarly.
2109
2110 2000-04-11 Alan Modra <alan@linuxcare.com.au>
2111
2112 * ld.texinfo (Simple Example): Remove extraneous paragraph.
2113
2114 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
2115
2116 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2117 --enable-build-warnings option.
2118 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2119 * Makefile.in, configure: Re-generate.
2120
2121 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2122
2123 * po/ld.pot: Regenerate.
2124
2125 * lexsup.c (help): Restore translated part of bug string.
2126
2127 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2128 (DEP): Quote when passing vars to sub-make. Add warning message
2129 to end.
2130 (DEP1): Rewrite for "gcc -MM".
2131 (CLEANFILES): Add DEP2.
2132 Update dependencies.
2133 * Makefile.in: Regenerate.
2134
2135 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2136
2137 * ld.h: #include "bin-bugs.h"
2138 * lexsup.c (help): Use REPORT_BUGS_TO.
2139
2140 2000-03-27 Denis Chertykov <denisc@overta.ru>
2141
2142 * configure.tgt (avr-*-*): New target support.
2143 * Makefile.am: Likewise.
2144 * scripttempl/elf32avr.sc: New script file.
2145 * emulparams/avr1200.sh: New file.
2146 * emulparams/avr23xx.sh: New file.
2147 * emulparams/avr4433.sh New file.
2148 * emulparams/avr44x4.sh New file.
2149 * emulparams/avr85xx.sh New file.
2150 * emulparams/avrmega103.sh New file.
2151 * emulparams/avrmega161.sh New file.
2152 * emulparams/avrmega603.sh New file.
2153 * Makefile.in: Regenerate.
2154
2155 2000-03-09 Andreas Jaeger <aj@suse.de>
2156
2157 * Makefile.am (check-DEJAGNU): Also unset LANG.
2158 * Makefile.in: Rebuild.
2159
2160 2000-03-06 Ian Lance Taylor <ian@zembu.com>
2161
2162 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
2163 archive.
2164
2165 2000-03-02 H.J. Lu <hjl@gnu.org>
2166
2167 * emulparams/elf32mcore.sh: Include "getopt.h".
2168
2169 2000-03-01 Ian Lance Taylor <ian@zembu.com>
2170
2171 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
2172
2173 2000-03-01 H.J. Lu <hjl@gnu.org>
2174
2175 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
2176 * emulparams/shpe.sh: Likewise.
2177
2178 2000-03-01 Nick Clifton <nickc@cygnus.com>
2179
2180 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
2181 to unused parameters.
2182
2183 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
2184 functions only used by DLL code.
2185 (_place_orphan): Initialise 'dollar'.
2186
2187 2000-03-01 H.J. Lu <hjl@gnu.org>
2188
2189 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
2190 indicate if the undefined symbol is a fatal error or not.
2191 Don't delete the output file if "fatal" is false.
2192
2193 2000-02-29 H.J. Lu <hjl@gnu.org>
2194
2195 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
2196 Set LC_COLLATE and LC_ALL to null and export them. It is for
2197 sort which expects the C locale.
2198 Add $(LIBS) to all $(HOSTING_LIBS).
2199 * Makefile.in: Rebuild.
2200
2201 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
2202
2203 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
2204 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
2205 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
2206 (ld_emulation_xfer_struct): Add missing NULL initialiser for
2207 find_potential_libraries.
2208
2209 2000-02-28 Jim Blandy <jimb@redhat.com>
2210
2211 * ldgram.y (exclude_name_list): Don't require a comma to separate
2212 list entries; the lexer considers commas to be valid part of a
2213 filename, so in something like `foo, bar' the comma is considered
2214 part of the first filename, `foo,'.
2215 * ld.texinfo: Update section on EXCLUDE_FILE lists.
2216
2217 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
2218
2219 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2220 host "i[3456]86-*-freebsdelf*".
2221
2222 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
2223
2224 * scripttempl/i386go32.sc: Move misplaced semicolons.
2225
2226 2000-02-25 Ian Lance Taylor <ian@zembu.com>
2227
2228 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
2229 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
2230 (eelf64hppa.c, ehppaelf.c): Remove targets.
2231 * Makefile.in: Rebuild.
2232
2233 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2234
2235 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
2236 GNU/Linux/sparc, but keep the default as 32.
2237
2238 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
2239 it default if sparcv9 or sparc64.
2240
2241 2000-02-24 Nick Clifton <nickc@cygnus.com>
2242
2243 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
2244 * Makefile.in: Regenerate.
2245 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
2246
2247 * ldemul.h (ld_emulation_xfer_struct): Add new field:
2248 find_potential_libraries.
2249 * ldemul.c (ldemul_find_potential_libraries): New function.
2250
2251 * ldfile.c (ldfile_open_file_search): Allow function to be
2252 exported.
2253 (ldfile_open_file): Call ldemul_find_potential_libraries.
2254 * ldfile.h: Add prototype for ldfile_open_file_search.
2255
2256 * pe-dll.c: Add support for ARM, MIPS and SH targets.
2257
2258 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
2259 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
2260
2261 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
2262 (gld_X_find_potential_libraries): New function. Search for
2263 libraries called "*.lib".
2264
2265 * scripttempl/pe.sc: Add .pdata section.
2266
2267 2000-02-23 Richard Henderson <rth@cygnus.com>
2268
2269 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
2270 Add and use memory regions.
2271
2272 2000-02-23 Linas Vepstas (linas@linas.org)
2273
2274 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
2275
2276 * Makefile.am: Add support for Linux/IBM 370.
2277 * configure.tgt: Likewise.
2278
2279 * Makefile.in: Regenerate.
2280
2281 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2282
2283 * ldlang.c (print_input_section, print_data_statement,
2284 print_reloc_statement, print_padding_statement, insert_pad,
2285 size_input_section, lang_check_section_addresses,
2286 lang_size_sections, lang_do_assignments, lang_set_startof,
2287 lang_one_common): Change `opb' to unsigned.
2288 (lang_do_assignments): Also change `size' to unsigned.
2289
2290 2000-02-16 Richard Henderson <rth@cygnus.com>
2291
2292 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
2293
2294 2000-02-16 Timothy Wall <twall@cygnus.com>
2295
2296 * mri.c (mri_draw_tree): Add default LMA region argument to call
2297 to lang_leave_output_section_statement.
2298 * ldlang.h: Update prototypes with LMA region arguments.
2299 * ldlang.c (lang_size_sections): Encapsulate region bounds
2300 checking in os_check_region call.
2301 (os_check_region): New function.
2302 (lang_output_section_statement_lookup): Initialize lma_region.
2303 (lang_leave_output_section_statement): Add LMA region argument.
2304 (lang_leave_overlay): Ditto.
2305 * ldgram.y: Handle LMA region syntax.
2306 * ld.texinfo (Output Section Description): Describe LMA region usage.
2307 * emultempl/armelf.em (gld$place_orphan): Add default value for
2308 lma region in call to lang_leave_output_section_statement.
2309 * emultempl/elf32.em (gld$place_orphan): Add default value for
2310 lma region in call to lang_leave_output_section_statement.
2311 * emultempl/pe.em (gld$place_orphan): Add default value for
2312 lma region in call to lang_leave_output_section_statement.
2313
2314
2315 2000-02-04 Timothy Wall <twall@redhat.com>
2316
2317 * ldlang.c (lang_check_section_addresses): Use bytes instead of
2318 octets when calculating section end addresses.
2319
2320 2000-02-04 Timothy Wall <twall@redhat.com>
2321
2322 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
2323
2324 2000-02-03 Timothy Wall <twall@redhat.com>
2325
2326 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
2327 octet count.
2328 * ldlang.c (print_input_section, print_data_statement,
2329 print_reloc_statement, print_padding_statement): Print target
2330 address values and section sizes as bytes, not octets.
2331 (insert_pad) Calculate padding size in octets, and adjust "dot"
2332 by bytes.
2333 (size_input_section) Always adjust "dot" by bytes, not octets.
2334 (lang_check_section_addresses, lang_do_assignments) Adjust
2335 "dot" by bytes, not octets. Use the larger of the directive size
2336 or octets_per_byte for the number of octets actually allocated in
2337 the output section.
2338 (lang_set_startof) Make sure STARTOF returns a target address.
2339 (lang_one_common) Record size changes in octets.
2340 (lang_abs_symbol_at_end_of) Section end symbol's value is
2341 recorded in target bytes.
2342 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
2343 to be clear about behavior when an octet is smaller than one byte.
2344
2345 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2346
2347 * ldcref.c (output_cref): Don't pass message strings to printf
2348 as format arg.
2349 Update copyright.
2350
2351 * ldmisc.c (vfinfo): Same here.
2352 Update copyright.
2353
2354 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
2355
2356 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
2357 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
2358 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
2359 Add missing NULL initialisers, and comments.
2360
2361 * testsuite/ld-srec/sr3.cc (__rethrow): New.
2362
2363 2000-01-21 Nick Clifton <nickc@cygnus.com>
2364
2365 * ldlang.c (lang_size_sections): Fix typo in comment.
2366
2367 2000-01-18 H.J. Lu <hjl@gnu.org>
2368
2369 * ldlang.c (lang_size_sections): Also update the current
2370 address of a region if the SEC_NEVER_LOAD bit is not set.
2371
2372 2000-01-10 Philip Blundell <pb@futuretv.com>
2373
2374 * configure.tgt (arm*-*-conix*): New target.
2375
2376 2000-01-07 Nick Clifton <nickc@cygnus.com>
2377
2378 * ld.texinfo (Options): Remind users to preceed linker command
2379 line switches with -Wl, (or whatever is appropriate) if it is
2380 being invoked by a comnpiler driver program.
2381 Fix description of the behaviour of the -n command line switch.
2382
2383 Wed Jan 5 08:02:12 2000 Catherine Moore <clm@cygnus.com>
2384
2385 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
2386 (name_list): New.
2387 * ld.texinfo (EXCLUDE_FILE): Update documentation.
2388 * ldgram.y (wildcard_spec): Support a list of excluded_files.
2389 (exclude_name_list): New.
2390 ldlang.c (walk_wild_section): Support list of excluded files.
2391 (print_wild_statement): Likewise.
2392 (lang_add_wild): Likewise.
2393 * ldlang.h (lang_wild_statement_type): Likewise.
2394 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
2395
2396 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2397
2398 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
2399 (process_def_file): Use.
2400 (pe_dll_compat_implib): New variable.
2401 (make_one): Use.
2402
2403 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
2404 pe_dll_compat_implib.
2405
2406 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
2407 compat-implib options.
2408 (gld_${EMULATION_NAME}_list_options): List new options.
2409 (gld_${EMULATION_NAME}_parse_args): Handle.
2410
2411 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
2412 dll.
2413
2414 * deffilep.y (opt_name): Allow "." in name.
2415
2416 For older changes see ChangeLog-9899
2417 \f
2418 Local Variables:
2419 mode: change-log
2420 left-margin: 8
2421 fill-column: 74
2422 version-control: never
2423 End:
This page took 0.088481 seconds and 5 git commands to generate.