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