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