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