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