* ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
[binutils-gdb.git] / ld / ChangeLog
1 2003-01-03 Charles Wilson <cwilson@ece.gatech.edu>
2
3 * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
4
5 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6
7 * Makefile.am (ldmain.o): Pass BINDIR.
8 * Makefile.in: Regenerated.
9 * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
10 search path.
11
12 2003-01-02 Ben Elliston <bje@redhat.com>
13
14 * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
15 (eelf32iq2000.c): New target.
16 * Makefile.in: Regenerate.
17 * configure.tgt: Handle iq2000-*-elf.
18 * emulparams/elf32iq10.sh: New file.
19 * emulparams/elf32iq2000.sh: New file.
20 * scripttempl/iq2000.sc: New file.
21
22 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
23
24 * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
25 and _pei386_runtime_relocator to the exclude list.
26
27 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
28
29 * ldfile.c: Fix comment typos.
30 * ldlang.c: Likewise.
31 * mri.c: Likewise.
32 * pe-dll.c: Likewise.
33
34 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
35
36 Suggested by Manfred Hollstein <manfred.h@gmx.net>:
37 * Makefile.am (ld.1): Depend on configdoc.texi
38 and ldver.texi.
39 * Makefile.in: Regenerated.
40
41 2002-12-24 Dmitry Diky <diwil@mail.ru>
42
43 * Makefile.am: Add msp430 target.
44 * configure.tgt: Likewise.
45 * Makefile.in: Regenerate.
46 * emulparams/msp430x???.sh: New files. Linker script parameters
47 for various msp430 configurations.
48 * gen-doc.texi: Enable msp430 documenation.
49 * ld.texinfo: Document msp430 sections.
50 * scripttempl/elf32msp430.sc: New file. Linker script for msp430.
51 * scripttempl/elf32msp430_3.sc: New file. Linker script for msp430.
52
53 2002-12-30 Ralf Habacker <Ralf.Habacker@freenet.de>
54 Charles Wilson <cwilson@ece.gatech.edu>
55
56 * ld/config.in (HAVE_REALPATH): New entry.
57 (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
58
59 2002-12-30 Ralf Habacker <ralf.habacker@freenet.de>
60
61 * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
62 symbols'.
63
64 2002-12-23 Alan Modra <amodra@bigpond.net.au>
65
66 * ldmain.c (main): Init "strip_discarded".
67 * lexsup.c (OPTION_STRIP_DISCARDED): Define.
68 (OPTION_NO_STRIP_DISCARDED): Define.
69 (ld_options): Add "strip-discarded" and "no-strip-discarded".
70 (parse_args): Handle them.
71
72 2002-12-23 Nick Clifton <nickc@redhat.com>
73
74 * ld.h (struct args_type): Add new field
75 'accept_unknown_input_architecture'.
76 * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
77 to false.
78 * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
79 bfd_arch_get_compatible.
80 * ldfile.c (ldfile_try_open_bfd): Likewise.
81 * lexsup.c (ld_options): Add new command line switch
82 --accept-unknown-input-architecture and its inverse.
83 (parse_args): Handle --accept-unknown-input-architecture.
84 * ld.texinfo: Document new linker option.
85 * NEWS: Mention new linker option.
86
87 2002-12-20 Alan Modra <amodra@bigpond.net.au>
88
89 * ldmain.c (main): Re-order link_info initialization. Init all
90 fields.
91
92 2002-12-19 Charles Wilson <cwilson@ece.gatech.edu>
93
94 * ld.texinfo: Clarify and extend the documentation
95 in the Machine Dependent, WIN32 section.
96
97 2002-12-18 Ralf Habacker <ralf.habacker@freenet.de>
98
99 * ld.texinfo: Add win32 machine depending section.
100 * gen-doc.texi: Enable win32 machine depending section.
101
102 * configure.host: Add win32 library search path.
103
104 2002-12-17 Ralf Habacker <ralf.habacker@freenet.de>
105
106 * ld/emultempl/pe.em (pe_find_data_imports): Don't search for data
107 import when auto-import is disabled.
108
109 2002-12-17 Danny Smith <dannysmith@users.sourceforge.net>
110
111 * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
112 account for trailing '\0'.
113
114 2002-12-17 Nick Clifton <nickc@redhat.com>
115
116 * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
117 so that it is not confused with -c.
118
119 2002-12-13 Ralf Habacker <Ralf.Habacker@freenet.de>
120 Charles Wilson <cwilson@ece.gatech.edu>
121
122 * configure.in: Add check for realpath function.
123 * configure: Regenerate.
124 * config.in: Regenerate.
125 * aclocal.m4: Regenerate.
126 * deffile.h: Add .data field to def_file_import
127 structure.
128 * pe-dll.c (pe_proces_import_defs): Use .data field of
129 def_file_import structure to initialize flag_data field of
130 def_file_export structure.
131 (pe_implied_import_dll): New variables exp_funcbase and
132 [data|bss]_[start|end]. Use DLL's internal name to set dll_name,
133 not filename (which may be a symlink). Scan the sections and
134 initialize [data|bss]_[start|end]. When scanning the export
135 table, skip _nm_ symbols, and mark any symbols whose rva indicates
136 that it is in the .bss or .data sections as data.
137 * sysdep.h: Include limits.h and sys/param.h, and define
138 LD_PATHMAX as appropriate. Also define REALPATH as realpath if it
139 exists, NULL otherwise.
140 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
141 pe_process_import_defs before pe_find_data_imports, so that
142 auto-import will check the virtual implib as well as "real"
143 implibs.
144 (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
145 symlinks to their target; check that the target's extension is
146 .dll before calling pe_implied_import_dll(), not the filename
147 itself (which may be a symlink).
148
149 2002-12-10 Alan Modra <amodra@bigpond.net.au>
150
151 * emultempl/elf32.em (struct orphan_save): Add os_tail field.
152 (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
153 list too.
154
155 2002-12-08 Alan Modra <amodra@bigpond.net.au>
156
157 * ldlang.h: Formatting.
158
159 2002-12-07 Alan Modra <amodra@bigpond.net.au>
160
161 * ldlang.c (init_os): Ensure sections mentioned in load_base
162 are initialized.
163
164 2002-12-05 Alan Modra <amodra@bigpond.net.au>
165
166 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
167 load_base for orphans that follow a section with load_base set.
168
169 2002-12-01 H.J. Lu <hjl@gnu.org>
170
171 * ld.texinfo: Remove the extra `;' in sample version script.
172
173 2002-11-30 Alan Modra <amodra@bigpond.net.au>
174
175 * configure.host: Correct dynamic-linker for powerpc64 hosts.
176
177 * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
178 * Makefile.in: Regenerate.
179
180 * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
181 ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
182 ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
183 emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
184 emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
185 emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
186 emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
187 emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
188 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
189 emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
190 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
191 boolean with bfd_boolean, true with TRUE, false with FALSE. Simplify
192 comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
193
194 2002-11-27 David O'Brien <obrien@FreeBSD.org>
195
196 * configure.host: Fix generic FreeBSD configuration entry.
197
198 2002-11-27 H.J. Lu <hjl@gnu.org>
199
200 * ld.texinfo: Add the missing `;' to sample version scripts.
201
202 2002-11-20 Alan Modra <amodra@bigpond.net.au>
203
204 * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
205
206 2002-11-14 Egor Duda <deo@logos-m.ru>
207
208 * ldmain.c (main): Make runtime relocs disabled by default. Remove
209 assignment which has no effect.
210 * pe-dll.h (pe_create_import_fixup): Change prototype.
211 * pe-dll.c (make_runtime_pseudo_reloc): New function.
212 (pe_create_runtime_relocator_reference): Ditto.
213 (pe_create_import_fixup): Handle relocations with non-zero addends.
214 * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
215 --disable-runtime-pseudo-reloc.
216 (make_import_fixup): Handle relocations with non-zero addends. Create
217 an external reference to _pei386_runtime_relocator symbol if at least
218 one pseudo reloc was created.
219 * ld.texinfo: Document --enable-runtime-pseudo-reloc and
220 --disable-runtime-pseudo-reloc options.
221
222 2002-11-12 Earl Chew <earl_chew@agilent.com>
223
224 * ldlang.c (lang_add_section): Discard debugging sections that have
225 been marked SEC_EXCLUDE.
226
227 2002-11-12 Nick Clifton <nickc@redhat.com>
228
229 * configure.in (ALL_LINGUAS): Add da.
230 * configure: Regenerate.
231 * po/da.po: New Danish translation.
232
233 2002-11-12 Alan Modra <amodra@bigpond.net.au>
234
235 * emultempl/ppc64elf.em (ppc_before_allocation): New function.
236 (LDEMUL_BEFORE_ALLOCATION): Define.
237 (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
238 linking.
239 * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
240
241 2002-11-11 Christopher Faylor <cgf@redhat.com>
242
243 * configure.tgt (LIB_PATH): Default to searching w32api directory under
244 cygwin.
245
246 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
247
248 * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
249 of restricted auto-export libs.
250
251 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
252
253 * pe-dll.c (autofilter_liblist): Generalize library names to catch more
254 creative library naming instances like, e.g., libstdc++-2.a.
255
256 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
257
258 * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
259 * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
260
261 2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
262
263 * deffilep.y (def_lex): Handle '@' as first character of an ID.
264 * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
265 (make_one): Don't prefix decorated fastcall symbols with '_'.
266 (pe_process_import_defs): Likewise.
267 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
268 symbols to cdecl names or vise-versa.
269
270 2002-10-13 Eric Kohl <ekohl@rz-online.de>
271
272 * pe-dll.c (process_def_file): Handle fastcall symbols when
273 generating undecorated aliases. Don't prefix decorated fastcall
274 symbols with '_'.
275 (fill_exported_offsets): Don't prefix decorated fastcall symbols
276 with '_'.
277
278 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
279
280 * emultempl/aix.em: Use include <> for generated headers.
281 * emultempl/beos.em: Likewise.
282 * emultempl/elf32.em: Likewise.
283 * emultempl/pe.em: Likewise.
284 * ldctor.c: Likewise.
285 * ldexp.c: Likewise.
286 * ldfile.c: Likewise.
287 * ldlang.c: Likewise.
288 * ldlex.c: Likewise.
289 * ldlex.l: Likewise.
290 * ldmain.c: Likewise.
291 * ldmisc.c: Likewise.
292 * ldwrite.c: Likewise.
293 * lexsup.c: Likewise.
294 * mri.c: Likewise.
295 * pe-dll.c: Likewise.
296
297 2002-10-23 Jakub Jelinek <jakub@redhat.com>
298
299 * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
300 sections into .rel{,a}.dyn.
301
302 2002-10-23 Nick Clifton <nickc@redhat.com>
303
304 * lexsup.c (OPTION_NO_OMAGIC): Define.
305 (ld_options): Add "no-omagic" option.
306 (parse_args): Parse --no-omagic.
307 * ld.texinfo: Document --no-omagic.
308 * NEWS: Mention new option.
309
310 2002-10-21 Danny Smith <dannysmith@users.sourceforeg.net>
311
312 * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
313 __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
314
315 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
316
317 * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
318 emulation name. Set LIB_PATH only for native tools, and
319 search the ABI-specific versions of NATIVE_LIB_DIRS before the
320 .../lib variants, not instead of them. Mostly copied from...
321 * emulparams/elf32ppc.sh: ... here. Fixed typo.
322 * emulparams/elf64bmip-defs.sh: Backed out.
323 * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
324 * emulparams/elf64btsmip.sh: Likewise.
325 (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
326 TEXT_DYNAMIC): Removed.
327
328 2002-10-17 Alexandre Oliva <aoliva@redhat.com>
329
330 * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
331 (GENERATE_SHLIB_SCRIPT): Set to yes.
332 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
333 * emulparams/elf32bmipn32.sh: here.
334 (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
335 * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
336 * emulparams/elf64bmip-defs.sh: New file. Extend
337 elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
338 * emulparams/elf64bmip.sh: Bring in definitions from
339 elf64bmip-defs.sh.
340 (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
341 settings.
342 (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
343 * emulparams/elf64btsmip.sh: Bring in definitions from
344 elf64bmip-defs.sh.
345 (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
346 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
347
348 2002-10-16 Jakub Jelinek <jakub@redhat.com>
349
350 * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
351 (s390-*-linux*): Add elf64_s390 emulation if want64.
352 * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
353 genscript.sh changes.
354 * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
355 * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
356
357 2002-10-15 Alan Modra <amodra@bigpond.net.au>
358
359 * ldlang.c (load_symbols): Revert last change.
360
361 2002-10-14 Alan Modra <amodra@bigpond.net.au>
362
363 * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
364 just_syms_flag.
365 (lang_reasonable_defaults): Don't compare against false.
366 (size_input_section): Likewise.
367 (lang_size_sections_1): Likewise.
368 (lang_do_assignments): Likewise.
369 (lang_add_output): Likewise.
370
371 * Makefile.am: Run "make dep-am".
372 * Makefile.in: Regenerate.
373 * ldver.c: #include "bfdver.h".
374
375 2002-10-13 Stephane Carrez <stcarrez@nerim.fr>
376
377 * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
378 .finiN section.
379 * scripttempl/elfm68hc12.sc: Likewise.
380
381 2002-10-11 Alan Modra <amodra@bigpond.net.au>
382
383 * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
384
385 * ldgram.y (memory_spec): Provide empty action.
386 (section <NAME>): Likewise.
387
388 2002-10-10 Jakub Jelinek <jakub@redhat.com>
389
390 * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
391 they have OUTPUT_FORMAT not matching actual output format.
392 * ldlang.c (lang_get_output_target): New function.
393 (open_output): Use it.
394 * ldlang.h (lang_get_output_target): New prototype.
395
396 2002-10-10 Alan Modra <amodra@bigpond.net.au>
397
398 * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
399 when orphan is .rel, .rela when orphan is .rela.
400 (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
401 first. Remove outsecname var.
402
403 2002-10-09 Richard Shann <richard.shann@superh.com>
404 Stephen Clarke <stephen.clarke@superh.com>
405
406 * Makefile.am: Add eshelf32_linux.o and
407 eshlelf32_linux.o, new emulations for sh64 Linux.
408 * Makefile.in: Regenerate.
409 * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
410 * emulparams/shelf32_linux.sh: New file.
411 * emulparams/shlelf32_linux.sh: New file.
412
413 2002-10-08 H.J. Lu <hjl@gnu.org>
414
415 * ldlang.c (lang_file_exist): Removed.
416 (new_afile): Revert the last change.
417 * ldlang.h (lang_file_exist): Removed.
418 * lexsup.c (parse_args): Revert the last change.
419
420 2002-10-07 Ralf Habacker <Ralf.Habacker@freenet.de>
421
422 * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
423 auto-import symbols.
424 (make_one): Create _nm_<symbol> for data only.
425
426 2002-10-05 Elias Athanasopoulos <eathan@otenet.gr>
427
428 * ldlang.c (lang_file_exist): New function.
429 (new_afile): Abort if the filename to be added matches the linker
430 output filename.
431 * ldlang.h: Add prototype for lang_file_exist.
432 * lexsup.c (parse_args): Abort if the output filename matches
433 one of the input filenames.
434
435 2002-10-02 Alan Modra <amodra@bigpond.net.au>
436
437 * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
438
439 2002-09-30 Alan Modra <amodra@bigpond.net.au>
440
441 * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
442 * scripttempl/elfm68hc11.sc: Likewise.
443 * scripttempl/elfm68hc12.sc: Likewise.
444
445 * emultempl/elf32.em (output_rel_find): Always place orphan loadable
446 reloc sections just before .rel.plt/.rela.plt.
447 (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
448 Only put loadable reloc sections in hold_rel.
449
450 2002-09-29 H.J. Lu <hjl@gnu.org>
451
452 * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
453
454 2002-09-25 Daniel Jacobowitz <drow@mvista.com>
455
456 From "Anita Kulkarni" <AnitaK@kpit.com>
457 * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
458 sections.
459
460 2002-09-25 Alan Modra <amodra@bigpond.net.au>
461
462 * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
463 TARGET_PAGE_SIZE.
464 * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
465 SEGMENT_SIZE alignment.
466 * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
467 (SEGMENT_SIZE): Define.
468
469 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
470 (fold_binary): Correct abs - non-abs case.
471 (fold_trinary): New. Split out from exp_fold_tree.
472
473 2002-09-24 Alan Modra <amodra@bigpond.net.au>
474
475 * emulparams/elf64ppc.sh (DATA_ADDR): Define.
476 * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
477 for start of .data, instead align up to 256M boundary.
478 * scripttempl/aix.sc: Likewise.
479
480 2002-09-22 Mark Elbrecht <snowball3@softhome.net>
481
482 * scripttempl/i386go32.sc: Handle bss unique sections.
483
484 2002-09-21 Alan Modra <amodra@bigpond.net.au>
485
486 * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
487
488 2002-09-17 Stan Cox <scox@redhat.com>
489
490 * emulparams/elf32bmipn32-defs.sh: New file.
491 * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
492 * emulparams/elf32btsmipn32.sh: Likewise.
493 * emulparams/elf64bmip.sh: Likewise.
494 * emulparams/elf64btsmip.sh: Likewise.
495
496 2002-09-16 Bruno Haible <bruno@clisp.org>
497
498 * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
499 elf32-i386-freebsd.
500 * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
501 elf64-alpha-freebsd.
502
503 2002-09-11 Nick Clifton <nickc@redhat.com>
504
505 * NEWS: New TI port supports both C4x and C3x series of DSPs.
506
507 * po/tr.po: Updated Turkish translation.
508
509 2002-09-06 Jeffrey A Law (law@redhat.com)
510
511 * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
512
513 2002-09-02 Nick Clifton <nickc@redhat.com>
514
515 * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
516 __ep.
517 * emulparams/v850.sh (TEMPLATE_NAME): Define.
518
519 2002-08-30 Nick Clifton <nickc@redhat.com>
520
521 * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
522 used. Change INSN to start at 0x01000000 and extend for
523 256K (ignoring holes). Start the STACK on a word aligned
524 boundary.
525 (.rodata): Start it at the READONLY_START_ADDR.
526
527 2002-08-30 Alan Modra <amodra@bigpond.net.au>
528
529 * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
530
531 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
532
533 * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
534 added makefile targets for this file.
535 * Makefile.in: Regenerate.
536 * configure.tgt: Added tic4x-coff and c4x-coff emulations.
537 * NEWS: Mention new port.
538
539 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
540
541 * emulparams/tic3xcoff.sh: New file.
542 * emulparams/tic4xcoff.sh: New file.
543 * scripttempl/tic3xcoff.sc: New file.
544 * scripttempl/tic4xcoff.sc: New file.
545
546 2002-08-28 Alan Modra <amodra@bigpond.net.au>
547
548 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
549 strtoul and strtoull with bfd_scan_vma.
550 (gld${EMULATION_NAME}_read_file): Likewise.
551
552 2002-08-28 Alan Modra <amodra@bigpond.net.au>
553
554 * configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
555
556 2002-08-27 Egor Duda <deo@logos-m.ru>
557
558 * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
559 Add symbols for application to access them.
560
561 2002-08-27 Nick Clifton <nickc@redhat.com>
562
563 * emultempl/armelf.em: Revert this patch, it is not needed.
564
565 2002-08-22 Adam Nemet <anemet@lnxw.com>
566
567 2002-08-20 Dan Kegel <dank@kegel.com>
568
569 * configure.in: added --with-lib-path argument to ld's configure
570 to set LIB_PATH.
571 * ld/NEWS: Document new switch.
572 * ld/README: Mention new switch.
573 * configure: Regenerate.
574 * Makefile.in: Regenerate.
575
576 Based on this patch:
577 2001-04-25 Christopher Faylor <cgf@cygnus.com>
578
579 * Makefile.in (LIB_PATH): Make configurable.
580 (GENSCRIPTS): Set LIB_PATH in environment.
581 * configure.in: Substitute LIB_PATH.
582
583 2002-08-22 Adam Nemet <anemet@lnxw.com>
584
585 * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
586 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
587 depending on the type of the function.
588 (arm_elf_convert_thumb_symbol_to_address): New function.
589
590 2002-08-22 Graeme Peterson <gp@qnx.com>
591
592 * Makefile.am: Add esh{l}elf_nto.o files.
593 * Makefile.in: Regenerate.
594 * configure.tgt: Add support for sh-**-nto* targets.
595 * emulparams/shelf_nto.sh: New file.
596 * emulparams/shlelf_nto.sh: New file.
597
598 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
599
600 * ldlang.c (offsetof): Define if not defined.
601
602 2002-08-14 H.J. Lu <hjl@gnu.org>
603
604 * configure.tgt: Always enable 64bit emulations for 32bit
605 Linux/mips.
606
607 2002-08-13 Alan Modra <amodra@bigpond.net.au>
608
609 * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
610 (MAXPAGESIZE): Set to 1.
611
612 * ld.h (ALIGN_N): Delete.
613 * ldexp.h (align_n): Declare.
614 * ldexp.c (align_n): New function.
615 (fold_binary): Use align_n instead of ALIGN_N.
616 (exp_fold_tree): Likewise.
617 * ldlang.c (lang_size_sections_1): Likewise.
618 (lang_one_common): Likewise.
619 * ld.texinfo (ALIGN): Remove power of 2 restriction.
620
621 2002-07-31 Graeme Peterson <gp@qnx.com>
622
623 * configure.tgt: Add support for powerpc{le}-*-nto* targets.
624 * Makefile.am: Add eelf32{l}ppcnto.o files.
625 * Makefile.in: Regenerate.
626 * emulparams/elf32lppcnto.sh: New file.
627 * emulparams/elf32ppcnto.sh: New file.
628
629 2002-08-07 H.J. Lu <hjl@gnu.org>
630
631 * ld.texinfo: Document --no-undefined-version.
632
633 * ldlang.c (lang_new_vers_pattern): Set the `symver' and
634 `script.' fields to 0.
635
636 * ldmain.c (main): Initialize the allow_undefined_version to
637 true.
638
639 * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
640 (ld_options): Add --no-undefined-version.
641 (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
642
643 2002-08-07 Nick Clifton <nickc@redhat.com>
644
645 * emultempl/armelf.em (arm_elf_before_allocation): Only search for
646 an interworking bfd if there are input bfds. (107501)
647
648 2002-08-06 Alan Modra <amodra@bigpond.net.au>
649
650 * emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
651 2002-05-10 change.
652
653 2002-08-01 Nick Clifton <nickc@redhat.com>
654
655 * emulparams/armelf.sh: Revert previous delta.
656 * scripttempl/elf.sc: Revert previous delta.
657
658 2002-07-31 H.J. Lu <hjl@gnu.org>
659
660 * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
661 --enable-64-bit-bfd.
662
663 2002-07-31 H.J. Lu <hjl@gnu.org>
664
665 * configure.tgt: Enable x86-64 emulation for Linux/i386 if
666 64bit BFD is selected.
667
668 2002-07-31 H.J. Lu <hjl@gnu.org>
669
670 * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
671 if 64bit BFD is selected.
672
673 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
674
675 * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
676 link_info.common_skip_ar_aymbols.
677 * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
678
679 * ldmain.c (main): Initialize new field
680 link_info.common_skip_ar_aymbols.
681
682 2002-07-31 Adam Nemet <anemet@lnxw.com>
683
684 * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it
685 to .plt.thumb.
686 * scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is
687 used.
688
689 2002-07-31 Nick Clifton <nickc@redhat.com>
690
691 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
692 of the PDP-11 and 2.11BSD a.out support.
693
694 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
695
696 * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
697 for n32 ABI support.
698 * Makefile.in: Regenerate.
699 * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
700 n32 ABI emulations for these 64 bit targets.
701 * emulparams/elf32bmipn32.sh: Expand comment.
702 * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
703 n32 ABI.
704 * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
705
706 2002-07-30 Graeme Peterson <gp@qnx.com>
707
708 * configure.tgt: Add support for arm-*-nto target.
709 * Makefile.am: Add earmnto.o file.
710 * Makefile.in: Regenerate.
711 * NEWS: Mention port of ARM support to QNX.
712 * emulparams/armnto.sh: New file.
713
714 2002-07-30 Jakub Jelinek <jakub@redhat.com>
715
716 * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
717 for relocatable link.
718 (lang_size_sections_1): Don't make .tbss zero size for relocatable
719 link.
720
721 2002-07-26 Bernd Schmidt <bernds@redhat.com>
722
723 * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
724 (STACK_ADDR): New.
725
726 2002-07-25 Nick Clifton <nickc@redhat.com>
727
728 * po/sv.po: Updated Swedish translation.
729 * po/es.po: Updated Spanish translation.
730 * po/fr.po: Updated French translation.
731
732 2002-07-24 Nick Clifton <nickc@redhat.com>
733
734 * po/sv.po: Updated Swedish translation.
735 * po/es.po: Updated Spanish translation.
736
737 2002-07-23 Nick Clifton <nickc@redhat.com>
738
739 * po/fr.po: Updated French translation.
740
741 2002-07-20 Alan Modra <amodra@bigpond.net.au>
742
743 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
744 bomb on /DISCARD/ input section.
745 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
746 * emultempl/mmo.em (mmo_place_orphan): Likewise.
747
748 2002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
749
750 * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
751 output section.
752
753 2002-07-16 Denis Chertykov <denisc@overta.ru>
754 Nick Clifton <nickc@redhat.com>
755 Frank Ch. Eigler <fche@redhat.com>
756 John Healy <jhealy@redhat.com>
757
758 * configure.tgt: Add support for ip2k-elf.
759 * Makefile.am: Add support for ip2k-elf.
760 * Makefile.in: Regenerate.
761 * emulparams/elf32ip2k.sh: New file.
762 * scripttempl/ip2k.sc: New file
763 * NEWS: Mention support for new port.
764
765 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
766
767 * NEWS: Add 'Changes in 2.13'.
768
769 2002-07-14 H.J. Lu <hjl@gnu.org>
770
771 * ld.texinfo: Document a .symver takes precedence over a
772 version script.
773
774 2002-07-12 Alan Modra <amodra@bigpond.net.au>
775
776 * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
777 (COMMONPAGESIZE): Define.
778
779 2002-07-09 Alan Modra <amodra@bigpond.net.au>
780
781 * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
782
783 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
784
785 * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
786 powerpc-*-openbsd* and sparc64-*-openbsd*.
787 * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
788 * Makefile.in: Regenerate.
789 * emulparams/hppaobsd.sh: New file.
790
791 2002-07-05 Alan Modra <amodra@bigpond.net.au>
792
793 * ldlang.c (print_wild_statement): Fix output formatting.
794
795 2002-07-04 Alan Modra <amodra@bigpond.net.au>
796
797 * ldlang.c: (strip_excluded_output_sections): New function.
798 (lang_process): Call it.
799 (lang_size_sections_1): Revert 2002-06-10 change.
800
801 2002-07-03 Alan Modra <amodra@bigpond.net.au>
802
803 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
804 Run "make dep-am".
805 * Makefile.in: Regenerate.
806
807 2002-07-02 Alan Modra <amodra@bigpond.net.au>
808
809 * ldfile.c (ldfile_try_open_bfd): Formatting.
810
811 * ldmisc.c (demangle): Move so that it doesn't intrude between
812 vfinfo comment and body. Add comment.
813
814 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
815
816 * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
817
818 2002-07-01 Alan Modra <amodra@bigpond.net.au>
819
820 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
821 * ldlang.c (entry_sym): Likewise.
822 (ldlang_undef_chain_list_type): Likewise.
823 (lang_finish): Adjust references to entry_symbol.
824 (lang_add_entry): Likewise.
825 (lang_gc_sections): Use link_info.gc_sym_list.
826 (lang_process): Set link_info.gc_sym_list.
827 * ldlex.l: Include bfdlink.h.
828 * ldmain.c (main): Init link_info.gc_sym_list.
829 * emultempl/aix.em: Adjust references to entry_symbol.
830 * emultempl/armcoff.em: Likewise.
831 * emultempl/armelf.em: Likewise.
832 * emultempl/pe.em: Likewise.
833 * emultempl/ppc64elf.em (ppc_after_open): New function.
834 (LDEMUL_AFTER_OPEN): Define.
835 * emulparams/elf64ppc.sh: KEEP .opd sections.
836
837 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
838
839 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
840 * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
841 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
842 (EEPROM_START_ADDR): Define.
843 (EEPROM_MEMORY): Define.
844 * emulparams/m68hc12elf.sh: Likewise.
845 * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
846 section to put soft registers in .page0.
847 * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
848
849 2002-06-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
850
851 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
852 section. Add ${RELOCATING-0}.
853
854 2002-06-26 J"orn Rennecke <joern.rennecke@superh.com>
855
856 * emulparams/shelf.sh (STACK_ADDR): Don't define.
857 (OTHER_SECTIONS): Define.
858 * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
859 (OTHER_SECTIONS): Undef.
860
861 2002-06-26 Alan Modra <amodra@bigpond.net.au>
862
863 * ldmisc.c (demangle): Restore dots stripped from sym name.
864
865 2002-06-25 H.J. Lu <hjl@gnu.org>
866
867 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
868 * Makefile.in: Regenerated.
869
870 2002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
871
872 * ld.texinfo (Bug Reporting): Update text to suggest a limit on
873 the size of attached object files, to allow make the object files
874 available via FTP or HTTP and to mention that the mail will be
875 sent to a mailing list.
876
877 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
878
879 * ld/configure.host (romp): Drop support.
880
881 2002-06-18 Chris Demetriou <cgd@broadcom.com>
882
883 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
884 section flags for SEC_DATA, rather than for SEC_CODE being unset.
885
886 2002-06-18 Chris Demetriou <cgd@broadcom.com>
887
888 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
889 format specifier used to print BFD name.
890
891 2002-06-18 Dave Brolley <brolley@redhat.com>
892
893 From Catherine Moore, Michael Meissner, Jim Blandy:
894 * emulparams/elf32frv.sh: New file.
895 * configure.tgt: Support frv-*-*.
896 * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
897 (eelf32frv.c): New target.
898
899 2002-06-17 Tom Rix <trix@redhat.com>
900
901 * emultempl/elf32.em: gld*_get_script: Check for
902 GENERATE_COMBRELOC_SCRIPT.
903 * scripttempl/elfd10v.sc : Fix STACK and INSN.
904 * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
905
906 2002-06-13 J"orn Rennecke <joern.rennecke@superh.com>
907
908 * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
909
910 2002-06-12 H.J. Lu <hjl@gnu.org>
911
912 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
913 false if xvec doesn't match.
914
915 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
916
917 * ldlang.c (lang_size_sections_1): Skip removed output sections.
918
919 2002-06-08 Alan Modra <amodra@bigpond.net.au>
920
921 * ldexp.c: Replace CONST with const.
922 * ldfile.c: Likewise.
923 * ldfile.h: Likewise.
924 * ldlex.l: Likewise.
925 * mri.c: Likewise.
926 * pe-dll.h: Likewise.
927
928 2002-06-07 Alan Modra <amodra@bigpond.net.au>
929
930 * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
931
932 2002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
933
934 * ld/ldmain.c (main): initialize link_info.pei386_auto_import
935 to -1 == implicit enable.
936 * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
937 initialize link_info.pei386_auto_import to -1 == implicit
938 enable.
939 (gld_${EMULATION_NAME}_parse_args): When processing
940 --enable-auto-import and --disable-auto-import options, use
941 '1' and '0' instead of 'true' and 'false'.
942 (pe_find_data_imports): Only issue message about auto-import
943 when the feature is implicitly enabled. Downgrade message to
944 informational instead of warning.
945
946 2002-06-07 Alan Modra <amodra@bigpond.net.au>
947
948 * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
949
950 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
951
952 * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
953 HOSTING_CRT0 and HOSTING_LIBS.
954
955 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
956
957 * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
958
959 2002-06-05 Jason Thorpe <thorpej@wasabisystems.com>
960
961 * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
962 (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
963
964 2002-06-05 Alan Modra <amodra@bigpond.net.au>
965
966 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
967 SEC_EXCLUDE sections when doing a relocatable link.
968
969 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
970
971 * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
972 eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
973 (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
974 (eshlelf64_nbsd.c): New rules.
975 * Makefile.in: Regenerate.
976 * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
977 (sh64-*-netbsd*): New targets.
978 * emulparams/shelf32_nbsd.sh: New file.
979 * emulparams/shelf64_nbsd.sh: New file.
980 * emulparams/shlelf32_nbsd.sh: New file.
981 * emulparams/shlelf64_nbsd.sh: New file.
982
983 2002-06-04 Alan Modra <amodra@bigpond.net.au>
984
985 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
986
987 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
988
989 * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
990 C++ constructors/destructors, loosely based on the m68hc11 port.
991
992 2002-05-31 Alan Modra <amodra@bigpond.net.au>
993
994 * Makefile.in: Regenerate.
995 * aclocal.m4: Regenerate.
996 * config.in: Regenerate.
997 * configure: Regenerate.
998
999 2002-05-31 Graeme Peterson <gp@qnx.com>
1000
1001 * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
1002 (ei386nto.c): Add rule.
1003 * Makefile.in: Regenerate.
1004 * configure.tgt: Add i[3456]86-*-nto-qnx*.
1005 * emulparams/i386nto.sh: New file.
1006
1007 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
1008
1009 * NEWS: Add entry for VAX ELF support.
1010
1011 2002-05-29 Matt Thomas <matt@3am-software.com>
1012 Jason Thorpe <thorpej@wasabisystems.com>
1013
1014 * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
1015 (eelf32vax.c)
1016 (evaxnbsd.c): New rules.
1017 * Makefile.in: Regenerate.
1018 * configure.tgt (vax-*-netbsdelf*)
1019 (vax-*-netbsdaout*)
1020 (vax-*-netbsd*): New targets.
1021 * emulparams/elf32vax.sh: New file.
1022 * emulparams/vaxnbsd.sh: New file.
1023
1024 2002-05-29 Adam Nemet <anemet@lnxw.com>
1025
1026 * emultempl/armelf.em (arm_elf_after_open): Don't determine
1027 bfd_for_interwork, instead add glue sections to each input bfd.
1028 (bfd_for_interwork): New global.
1029 (arm_elf_set_bfd_for_interworking): New function.
1030 (arm_elf_before_allocation): Use it.
1031
1032 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1033
1034 * Makefile.am: Add DLX make target.
1035 * configure.tgt: Add DLX configuration.
1036 * Makefile.in: Regenerate.
1037 * emulparams/elf32_dlx.sh: New file
1038 * scripttempl/dlx.sc: New file
1039
1040 2002-05-27 Per Lundberg <per@caleb.dnsalias.org>
1041
1042 * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
1043 * Makefile.in: Regenerate.
1044 * emulparams/elf_chaos.sh: Use elf_chaos script.
1045 * scripttempl/elf_chaos.sc: New file.
1046
1047 2002-05-27 Richard Sandiford <rsandifo@redhat.com>
1048
1049 * ldlang.c (lang_size_sections_1): Move check for conflicting load
1050 addresses and regions from here...
1051 (lang_get_regions): ...to this new function.
1052 (lang_leave_output_section_statement): Use lang_get_regions.
1053 (lang_leave_overlay): Likewise.
1054 * mri.c (mri_draw_tree): Pass null as last argument to
1055 lang_leave_output_section_statement.
1056 * emultempl/elf32.em (gld*_place_orphan): Likewise.
1057 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1058 * emultempl/pe.em (gld*_place_orphan): Likewise.
1059
1060 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1061
1062 * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
1063
1064 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
1065
1066 * ldemul.c: Fix formatting.
1067 * ldfile.c: Likewise.
1068 * pe-dll.c: Likewise.
1069 * pe-dll.h: Likewise.
1070
1071 2002-05-25 Alan Modra <amodra@bigpond.net.au>
1072
1073 * ldlang.c (lang_process): Formatting, grammar.
1074
1075 * ldlex.l: Use #include "" instead of <> for local header files.
1076
1077 2002-05-24 TAMURA Kent <kent@netbsd.org>
1078
1079 * configure.tgt: Add a target for i386-netbsdpe.
1080
1081 2002-05-23 Jakub Jelinek <jakub@redhat.com>
1082
1083 * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
1084 * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
1085 output section if necessary. Handle .tbss.
1086 (lang_size_sections): Clear _raw_size for .tbss section
1087 (it allocates space in PT_TLS segment only).
1088 * ldwrite.c (build_link_order): Build link order for .tbss too.
1089
1090 2002-05-23 Alan Modra <amodra@bigpond.net.au>
1091
1092 * configure.in: Correct spelling of AC_PREREQ.
1093
1094 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
1095
1096 * pe-dll.c (autofilter_liblist): Add more system libs excluded by
1097 default.
1098 (autofilter_objlist): Add crtbegin.o, crtend.o.
1099
1100 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
1101
1102 * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
1103 (longopts): Add new option --exclude-libs.
1104 (gld_${EMULATION_NAME}_list_options): Give quick help about it.
1105 (gld_${EMULATION_NAME}_parse_args): Use it.
1106 * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
1107 * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
1108 from whole archives.
1109 (pe_dll_add_excludes): Set excludes->type.
1110 (auto_export): Add new variable libname and set to archive basename if
1111 abfd. Use it when filtering default and user-specified libarary
1112 excludes. Let string "ALL" mean all libs when filtering user-specified
1113 libs.
1114 * ld.texinfo: Document --exclude-libs.
1115
1116 2002-05-22 Alan Modra <amodra@bigpond.net.au>
1117
1118 * ldemul.c (ldemul_new_vers_pattern): New function.
1119 * ldemul.h (ldemul_new_vers_pattern): Declare.
1120 (struct ld_emulation_xfer_struct): Add new_vers_pattern.
1121 * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
1122 * emultempl/ppc64elf.em (dotsyms): New static var.
1123 (gld${EMULATION_NAME}_new_vers_pattern): New function.
1124 (LDEMUL_NEW_VERS_PATTERN): Define.
1125 (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
1126 (PARSE_AND_LIST_LONGOPTS): Likewise.
1127 (PARSE_AND_LIST_ARGS_CASES): Handle them.
1128 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
1129 initialiser.
1130 * emultempl/armcoff.em: Likewise.
1131 * emultempl/armelf_oabi.em: Likewise.
1132 * emultempl/beos.em: Likewise.
1133 * emultempl/elf32.em: Likewise.
1134 * emultempl/generic.em: Likewise.
1135 * emultempl/gld960.em: Likewise.
1136 * emultempl/gld960c.em: Likewise.
1137 * emultempl/linux.em: Likewise.
1138 * emultempl/lnk960.em: Likewise.
1139 * emultempl/m68kcoff.em: Likewise.
1140 * emultempl/mipsecoff.em: Likewise.
1141 * emultempl/pe.em: Likewise.
1142 * emultempl/sunos.em: Likewise.
1143 * emultempl/ticoff.em: Likewise.
1144 * emultempl/vanilla.em: Likewise.
1145
1146 2002-05-22 Alan Modra <amodra@bigpond.net.au>
1147
1148 * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
1149 and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
1150 (LIB_SEARCH_DIRS): No need to use "tr".
1151 (COMPILE_IN): Only set for native targets.
1152 * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
1153 here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
1154 * configure.tgt (powerpc*): Set tdir_*.
1155 (powerpcle*): Correct targ_extra_emuls.
1156 * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
1157 * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
1158
1159 2002-05-22 Alan Modra <amodra@bigpond.net.au>
1160
1161 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
1162 calling lang_add_entry.
1163
1164 2002-05-21 H.J. Lu (hjl@gnu.org)
1165
1166 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
1167 "-z muldefs".
1168 (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
1169
1170 * ld.texinfo: Updated for --allow-multiple-definition and
1171 "-z muldefs".
1172
1173 * ldmain.c (main): Initialize the allow_multiple_definition
1174 field to false.
1175
1176 * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
1177 (ld_options): Add --allow-multiple-definition.
1178 (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
1179
1180 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1181
1182 * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
1183 (earmelfb_nbsd.c): New rule.
1184 * Makefile.in: Regenerate.
1185 * configure.tgt (armeb-*-netbsdelf*): New target.
1186 (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
1187 (arm-*-netbsd*): Likewise.
1188 * emulparams/armelfb_nbsd.sh: New file.
1189
1190 2002-05-18 Tom Rix <trix@redhat.com>
1191
1192 * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
1193 support.
1194
1195 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
1196
1197 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
1198 * Makefile.in: Regenerate.
1199 * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
1200
1201 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1202
1203 * emulparams/avr1.sh: New file.
1204 * emulparams/avr2.sh: New file.
1205 * emulparams/avr3.sh: New file.
1206 * emulparams/avr4.sh: New file.
1207 * emulparams/avr5.sh: New file.
1208 * scripttempl/avr.sc: New file.
1209
1210 2002-05-15 Alan Modra <amodra@bigpond.net.au>
1211
1212 * ldlang.c (section_already_linked): Call bfd_link_just_syms.
1213 (lang_place_orphans): Abort if just_syms_flag.
1214
1215 2002-05-10 Tom Rix <trix@redhat.com>
1216
1217 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
1218 architecture and machine information in the output bfd.
1219 (gld*_before_parse): Remove old arch and machine code.
1220 (choose_target): Rename to gld*_choose_target.
1221 (rtld): Change type to int.
1222 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
1223 objects in XCOFF archives.
1224 * ldfile.h: Update copyright date.
1225
1226 2002-05-10 Jakub Jelinek <jakub@redhat.com>
1227
1228 * ldmain.c (main): Enable -z combreloc by default.
1229
1230 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1231
1232 * Makefile.am: Honour DESTDIR.
1233 * Makefile.in: Regenerate.
1234
1235 2002-05-07 Richard Sandiford <rsandifo@redhat.com>
1236
1237 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
1238 (lang_enter_overlay): Remove the last two parameters.
1239 (lang_leave_overlay): Take them here instead.
1240 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
1241 (section): Pass LMA and crossref flag to lang_leave_overlay rather
1242 than lang_enter_overlay.
1243 * ldlang.c (lang_memory_region_lookup): Return null for null names.
1244 (lang_output_section_statement_lookup): Initialize update_dot_tree.
1245 (lang_size_sections_1): Evaluate it.
1246 (lang_leave_output_section_statement): Rework LMA lookup.
1247 (overlay_lma, overlay_nocrossrefs): Remove.
1248 (lang_enter_overlay): Remove LMA and crossref arguments.
1249 (lang_enter_overlay_section): Don't set the LMA here.
1250 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
1251 assignment to the last section's update_dot_tree. Unconditionally
1252 use the load and run-time regions specified in the OVERLAY statement.
1253 Likewise the first section's LMA. Only set the other sections' LMAs
1254 when no load region is given.
1255
1256 2002-05-06 Nick Clifton <nickc@redhat.com>
1257
1258 * po/sv.po: New translation.
1259
1260 2002-05-04 Alan Modra <amodra@bigpond.net.au>
1261
1262 * emultempl/hppaelf.em (build_section_lists): New function.
1263 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
1264 and build_section_lists.
1265
1266 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
1267
1268 * ld.h: Fix formatting.
1269 * ldexp.c: Likewise.
1270 * ldfile.c: Likewise.
1271 * ldlang.c: Likewise.
1272 * ldmain.c: Likewise.
1273 * lexsup.c: Likewise.
1274 * pe-dll.c: Likewise.
1275
1276 2002-05-02 Alan Modra <amodra@bigpond.net.au>
1277
1278 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
1279 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
1280 (build_section_lists): Do output_section tests here.
1281
1282 2002-04-30 Tom Rix <trix@redhat.com>
1283
1284 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
1285
1286 2002-05-01 Alan Modra <amodra@bigpond.net.au>
1287
1288 Long branch stubs, multiple stub sections.
1289 * emultempl/ppc64elf.em: Include ldctor.h.
1290 (stub_file): New var.
1291 (group_size): New var.
1292 (ppc_create_output_section_statements): New function.
1293 (struct hook_stub_info): New.
1294 (hook_in_stub): New function.
1295 (ppc_add_stub_section): New function.
1296 (ppc_layout_sections_again): New function.
1297 (build_section_lists): New function.
1298 (gld${EMULATION_NAME}_finish): Rewrite.
1299 (real_func): New var.
1300 (ppc_for_each_input_file_wrapper): New function.
1301 (ppc_lang_for_each_input_file): New function.
1302 (lang_for_each_input_file): Define.
1303 (PARSE_AND_LIST_PROLOGUE): Define.
1304 (PARSE_AND_LIST_LONGOPTS): Define.
1305 (PARSE_AND_LIST_OPTIONS): Define.
1306 (PARSE_AND_LIST_ARGS_CASES): Define.
1307 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1308
1309 2002-04-30 Tom Rix <trix@redhat.com>
1310
1311 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
1312 -blibpath, -bnolibpath support.
1313
1314 2002-04-30 Mark Mitchell <mark@codesourcery.com>
1315
1316 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
1317 (eelf32ppcwindiss.c): New target.
1318 * Makefile.in: Regenerated.
1319 * configure.tgt: Add support for powerpc-*-windiss.
1320 * emulparams/elf32ppcwindiss.sh: New file.
1321
1322 2002-04-30 Richard Sandiford <rsandifo@redhat.com>
1323
1324 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
1325 * ldexp.c (exp_print_token): Add "infix_p" argument.
1326 (exp_print_tree): Update accordingly.
1327
1328 2002-04-28 Alan Modra <amodra@bigpond.net.au>
1329
1330 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
1331 * Makefile.in: Regenerate.
1332 * mpw-elfmips.c: Delete.
1333 * mpw-eppcmac.c: Delete.
1334 * mpw-esh.c: Delete.
1335 * mpw-idtmips.c: Delete.
1336
1337 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
1338
1339 * emulparams/shelf32.sh (MACHINE): Now sh5.
1340
1341 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1342
1343 * ldgram.y: Fix syntax warning.
1344
1345 2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
1346
1347 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
1348 to prevent "-n" from being taken as an abbreviation for
1349 "--no-pipeline-knowledge".
1350
1351 2002-04-08 Alan Modra <amodra@bigpond.net.au>
1352
1353 * ldlang.c (lang_size_sections_1): Don't complain about
1354 SEC_NEVER_LOAD sections having no memory region specified.
1355
1356 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
1357
1358 2002-04-07 matthew green <mrg@redhat.com>
1359
1360 * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
1361
1362 2002-04-04 Alan Modra <amodra@bigpond.net.au>
1363
1364 * dep-in.sed: Cope with absolute paths.
1365 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
1366 Run "make dep-am".
1367 * Makefile.in: Regenerate.
1368
1369 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1370
1371 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
1372
1373 2002-04-03 Jakub Jelinek <jakub@redhat.com>
1374
1375 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
1376 is smaller than maximum, round dot up to common page boundary.
1377
1378 2002-03-28 Alan Modra <amodra@bigpond.net.au>
1379
1380 * configure.host: Set up for generic hosts first, then tweak as
1381 necessary in more specific targets.
1382 (HOSTING_LIBS): Include libgcc_eh.a if found.
1383
1384 2002-03-23 Andreas Jaeger <aj@suse.de>
1385
1386 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
1387
1388 2002-03-21 Alan Modra <amodra@bigpond.net.au>
1389
1390 * Makefile.am: Run "make dep-am".
1391 * Makefile.in: Regenerate.
1392
1393 2002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
1394
1395 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
1396
1397 2002-03-20 Alan Modra <amodra@bigpond.net.au>
1398
1399 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
1400 add the symbol to the linker hash table immediately.
1401 (lang_place_undefineds): Split symbol creation out..
1402 (insert_undefined): ..to here.
1403
1404 2002-03-18 David O'Brien <obrien@FreeBSD.org>
1405
1406 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
1407 the contents of the buffer returned from basename function will are
1408 getting overwritten while still being used.
1409
1410 2002-03-18 Jan Hubicka <jh@suse.cz>
1411 Andreas Jaeger <aj@suse.de>
1412 Andreas Schwab <schwab@suse.de>
1413
1414 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
1415 * elf_x86_64.sh (ARCH): Set to i386:x86-64
1416 set libraries to default to lib64 paths.
1417
1418 2002-03-18 Tom Rix <trix@redhat.com>
1419
1420 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
1421 * configure.tgt : Same.
1422 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
1423 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
1424 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
1425 emulation parameters for better -b32, -b64 support.
1426 * emulparms/aixrs6.sh : Same.
1427 * emulparms/ppcmacos.sh : Same.
1428 * emultempl/aix.em (choose_target) : Use new emulation parameters
1429 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
1430 * Makefile.in : Regenerate.
1431
1432 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1433
1434 * po/fr.po: Updated version.
1435
1436 2002-03-18 Alan Modra <amodra@bigpond.net.au>
1437
1438 * ldmain.c (main): Move .text readonly flag fudges from here..
1439 * ldlang.c (lang_process): ..to here.
1440
1441 2002-03-14 Alan Modra <amodra@bigpond.net.au>
1442
1443 * ldlang.c (lang_check): Remove the word size check added in last
1444 change. Treat emitrelocations case as for relocatable links.
1445
1446 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1447
1448 * po/fr.po: Updated version.
1449
1450 2002-03-13 Alan Modra <amodra@bigpond.net.au>
1451
1452 * ldlang.c (lang_check): Do relocatable link checks first, so that
1453 warn_mismatch can't override. Check compatible and word size too.
1454
1455 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
1456
1457 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
1458
1459 2002-03-05 Jakub Jelinek <jakub@redhat.com>
1460
1461 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
1462 DATA_SEGMENT_ALIGN.
1463
1464 2002-03-04 H.J. Lu <hjl@gnu.org>
1465
1466 * scripttempl/elf.sc: Put .preinit_array, .init_array and
1467 .fini_array in the data segment.
1468
1469 2002-03-04 Alan Modra <amodra@bigpond.net.au>
1470
1471 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
1472
1473 2002-03-01 David Mosberger <davidm@hpl.hp.com>
1474
1475 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
1476 .init_array, and .fini_array.
1477
1478 2002-02-20 Andreas Schwab <schwab@suse.de>
1479
1480 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
1481 .IA64_unwind* in a relocatable link.
1482
1483 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1484
1485 * NEWS: Mark 2.12 branch.
1486
1487 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
1488
1489 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
1490 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
1491
1492 2002-02-18 Tom Rix <trix@redhat.com>
1493
1494 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
1495 (gld*_before_allocation): Same.
1496 (gld*_create_output_section_statements): Generate
1497 __rtinit if run time linking. Add librtl.a to the link.
1498 (gld*_read_file): Clean.
1499
1500 2002-02-18 Alan Modra <amodra@bigpond.net.au>
1501
1502 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
1503
1504 2002-02-18 David O'Brien <obrien@FreeBSD.org>
1505
1506 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
1507 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
1508 and eelf64alpha_fbsd.
1509 * Makefile.in: Regenerate.
1510 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
1511 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
1512 use a FreeBSD-specific emulation rather than the psABI one.
1513 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
1514 for all FreeBSD ELF systems.
1515 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
1516 emulation.
1517 * emulparams/elf32ppc_fbsd.sh: Likewise.
1518 * emulparams/elf64_ia64_fbsd.sh: Likewise.
1519 * emulparams/elf64_sparc_fbsd.sh: Likewise.
1520 * emulparams/elf64alpha_fbsd.sh: Likewise.
1521 * emulparams/elf_i386_fbsd.sh: Likewise.
1522 * emulparams/elf_x86_64_fbsd.sh: Likewise.
1523
1524 2002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
1525
1526 * po/tr.po: Updated version.
1527
1528 2002-02-18 Alan Modra <amodra@bigpond.net.au>
1529
1530 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
1531 (FILL): Likewise.
1532
1533 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
1534
1535 * emultempl/mmo.em (mmo_after_open): Don't call
1536 _bfd_mmix_check_all_relocs when producing ELF output.
1537
1538 2002-02-15 Richard Henderson <rth@redhat.com>
1539
1540 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
1541 definition. Emit a unop+nop pair.
1542
1543 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1544
1545 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
1546 for presence of .MMIX.reg_contents.linker_allocated before early
1547 exit.
1548
1549 * NEWS: Mention support for MMIX.
1550
1551 2002-02-15 Alan Modra <amodra@bigpond.net.au>
1552
1553 Support arbitrary length fill patterns.
1554 * ld.texinfo (Output Section Fill): Describe fill expressions.
1555 (FILL): Refer to the above.
1556 * ldexp.h (etree_value_type): Add "str" field.
1557 (union etree_union): Add "str" to "value" struct.
1558 (exp_bigintop): Declare.
1559 (exp_get_fill): Declare.
1560 * ldexp.c: Include "safe-ctype.h".
1561 (exp_intop): Set value.str to NULL.
1562 (exp_bigintop): New function.
1563 (new_rel): Pass in "str", and set new.str from it.
1564 (new_rel_from_section): Set new.str to NULL.
1565 (fold_name): Adjust calls to new_rel.
1566 (exp_fold_tree): Likewise.
1567 (exp_get_fill): New function.
1568 * ldgram.y (struct big_int bigint, fill_type *fill): New.
1569 (INT): Returns a "bigint". Adjust all code handling INTs.
1570 (fill_opt): Returns a "fill".
1571 (fill_exp): Split out of fill_opt, use for FILL.
1572 * ldlang.h (struct _fill_type): New.
1573 (fill_type): Move typedef to ldexp.h.
1574 (lang_output_section_statement_type): "fill" is now a pointer.
1575 (lang_fill_statement_type): Likewise.
1576 (lang_padding_statement_type): Likewise.
1577 (lang_add_fill): Now takes a "fill_type *" param.
1578 (lang_leave_output_section_statement): Likewise.
1579 (lang_do_assignments): Likewise.
1580 (lang_size_sections): Likewise.
1581 (lang_leave_overlay_section): Likewise.
1582 (lang_leave_overlay): Likewise.
1583 * ldlang.c: Include ldgram.h after ldexp.h.
1584 (lang_output_section_statement_lookup): Adjust for fill_type change.
1585 (print_fill_statement): Likewise.
1586 (print_padding_statement): Likewise.
1587 (insert_pad): Now takes a "fill_type *" arg.
1588 (size_input_section): Likewise.
1589 (lang_size_sections_1): Likewise.
1590 (lang_size_sections): Likewise.
1591 (lang_do_assignments): Likewise.
1592 (lang_add_fill): Likewise.
1593 (lang_leave_output_section_statement): Likewise.
1594 (lang_leave_overlay_section): Likewise.
1595 (lang_leave_overlay): Likewise.
1596 Adjust all callers of the above function.
1597 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
1598 starting with "0X" as well as "0x". Return bigint.str for hex
1599 numbers starting with "0x" or "0X", zero bigint.str otherwise.
1600 Always use base 16 for numbers starting with "$".
1601 * ldmain.c: Include ldgram.h after ldexp.h.
1602 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
1603 of bfd_fill_link_order.
1604 * pe-dll.c: Adjust lang_do_assignments calls.
1605 * emultempl/elf32.em: Likewise.
1606 * emultempl/hppaelf.em: Likewise.
1607 * emultempl/ppc64elf.em: Likewise.
1608 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
1609 lang_add_assignment call.
1610 * emultempl/pe.em: Likewise.
1611
1612 2002-02-14 Phil Edwards <pme@gcc.gnu.org>
1613
1614 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
1615 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
1616 the pattern in question is not a regexp.
1617 * ldlang.c: Likewise.
1618 * ldlang.h: Likewise.
1619 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
1620
1621 2002-02-12 Jakub Jelinek <jakub@redhat.com>
1622
1623 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1624 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1625 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
1626 * ldexp.c (exp_data_seg): New variable.
1627 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
1628 (fold_binary): Handle DATA_SEGMENT_ALIGN.
1629 (exp_fold_tree): Handle DATA_SEGMENT_END.
1630 Pass allocation_done when recursing instead of hardcoding
1631 lang_allocating_phase_enum.
1632 * ldexp.h (exp_data_seg): New.
1633 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
1634 (lang_size_sections): New.
1635 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
1636 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
1637 if COMMONPAGESIZE is defined.
1638 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
1639 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
1640 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
1641 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
1642 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
1643 libraries only.
1644
1645 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1646
1647 * Makefile.in: Regenerate.
1648
1649 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1650
1651 * lexsup.c: Remove strtoul declaration.
1652
1653 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1654
1655 * ldmain.c: Add prototype for main ().
1656 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
1657 * emultempl/lnk960.em (lnk960_choose_target): Function should
1658 take two arguments.
1659
1660 2002-02-10 Alan Modra <amodra@bigpond.net.au>
1661
1662 * ldlang.c (entry_section): New initialised variable.
1663 (lang_finish): Use it.
1664 * ldlang.h (entry_section): Declare.
1665 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
1666 entry_section to ".opd".
1667
1668 2002-02-09 Chris Demetriou <cgd@broadcom.com>
1669
1670 * ld.texinfo (Options): Add back in -nostdlib documentation,
1671 which had been inadvertently removed.
1672
1673 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
1674
1675 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
1676 register section vma to a sane value after emitting error. Make
1677 fatal conditions cause program exit when emitting message.
1678
1679 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
1680
1681 * configure.tgt: Add or32-*-rtems target.
1682
1683 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
1684
1685 Contribute sh64-elf.
1686 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
1687 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
1688 in OTHER_RELOCATABLE_SECTIONS.
1689 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
1690 * emulparams/shelf32.sh (STACK_ADDR): Define.
1691 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
1692 (OTHER_SECTIONS): this. Removed stack settings.
1693 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
1694 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
1695 2001-03-12 DJ Delorie <dj@redhat.com>
1696 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
1697 relaxing if any shmedia or mixed sections are found.
1698 2001-03-07 DJ Delorie <dj@redhat.com>
1699 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
1700 einfo. Gracefully decline to output to non-elf formats.
1701 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
1702 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
1703 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
1704 * emulparams/shelf32.sh: Ditto.
1705 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
1706 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
1707 comment.
1708 2001-01-10 Ben Elliston <bje@redhat.com>
1709 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
1710 non-portable shell constructs. From Hans-Peter Nilsson.
1711 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
1712 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
1713 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
1714 dependencies to the shell script include chain.
1715 * Makefile.in: Regenerate.
1716 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1717 * emultempl/sh64elf.em: Update and tweak comments.
1718 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
1719 make a .cranges section SEC_IN_MEMORY.
1720 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1721 * emultempl/sh64elf.em
1722 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
1723 .cranges section found to be necessary; continue and set stored
1724 section contents flags for sections with non-mixed contents.
1725 Use a struct sh64_section_data container and sh64_elf_section_data
1726 to store contents-type flags.
1727 Remove unused update of "isec".
1728 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
1729 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
1730 access contents-type flags. Assert that the associated container
1731 is initialized. Use that container, not elf_gp_size, to hold size
1732 of linker-generated cranges contents.
1733 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1734 * emultempl/sh64elf.em
1735 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
1736 there's already a .cranges section. When section flag difference
1737 is found, don't NULL-check cranges a second time. Tweak comments.
1738 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
1739 merging, not max size, as size of ld-generated .cranges contents.
1740 Don't set ELF section flags in output section. When checking for
1741 needed .cranges descriptors, don't use a variable; compare
1742 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
1743 comments.
1744 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1745 * emultempl/sh64elf.em: New file.
1746 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
1747 * Makefile.in: Regenerate.
1748 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
1749 (OTHER_RELOCATING_SECTIONS): Ditto.
1750 (EXTRA_EM_FILE): New, set to sh64elf if not set.
1751 * emulparams/shlelf32.sh: Stub out all settings except
1752 OUTPUT_FORMAT. Source shelf32.sh.
1753 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
1754 OTHER_RELOCATING_SECTIONS.
1755 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
1756 * emulparams/shlelf64.sh: Stub out all settings except
1757 OUTPUT_FORMAT. Source shelf64.sh.
1758 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
1759 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
1760 .cranges section.
1761 (DATA_START_SYMBOLS): Define, provide ___data.
1762 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
1763 for consecutive .data section.
1764 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
1765 section after .data section.
1766 * emulparams/shlelf64.sh: Ditto.
1767 * emulparams/shelf32.sh: Ditto.
1768 (ALIGNMENT): Define to 8.
1769 * emulparams/shelf32.sh: Ditto.
1770 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
1771 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
1772 built-in linker scripts.
1773 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
1774 * emulparams/shlelf64.sh: New.
1775 * emulparams/shelf64.sh: New.
1776 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
1777 targ_extra_emuls.
1778 * Makefile.am: Add support for shlelf64 and shelf64.
1779 * Makefile.in: Regenerate.
1780 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
1781 * configure.tgt (sh64-*-elf*): Add shelf as default.
1782 Add shlelf to targ_extra_emuls.
1783 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
1784 * emulparams/shelf32.sh: New file.
1785 * emulparams/shlelf32.sh: New file.
1786 * Makefile.am: Add support for shlelf32 and shelf32.
1787 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
1788 * Makefile.in: Regenerate.
1789
1790 2002-02-05 Hans-Peter Nilsson <hp@axis.com>
1791
1792 * ldlang.c (lang_reset_memory_regions): Rename from
1793 reset_memory_regions. Change all callers. Make public.
1794 * ldlang.h (lang_reset_memory_regions): Prototype.
1795 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
1796 lang_reset_memory_regions before lang_size_sections.
1797 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1798 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
1799
1800 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
1801
1802 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
1803 arithmetic when checking for too many global registers.
1804
1805 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
1806
1807 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
1808 (ehppanbsd.c): New rule.
1809 * Makefile.in: Regenerate.
1810 * configure.tgt (hppa*-*-netbsd*): New target.
1811 * emulparams/hppalinux.sh: Add comment to check other files
1812 that source this file it is modified, and list which
1813 files that do.
1814 * emulparams/hppanbsd.sh: New file.
1815
1816 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
1817
1818 * scripttempl/xstormy16.sc: Don't allocate extra space for the
1819 stack.
1820
1821 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
1822
1823 Support on-demand global register allocation from
1824 R_MMIX_BASE_PLUS_OFFSET relocs.
1825 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
1826 mmix_set_reg_section_vma. Call
1827 _bfd_mmix_finalize_linker_allocated_gregs.
1828 (mmix_before_allocation): New function.
1829 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
1830 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
1831 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
1832 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
1833 before .MMIX.reg_contents.
1834 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
1835 (mmo_after_open): New function.
1836 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
1837 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
1838 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
1839
1840 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
1841
1842 * emulparams/or32.sh: New file.
1843 * emulparams/or32elf.sh: New file.
1844 * scripttempl/or32.sc: New file.
1845 * configure.tgt : Add support for or32.
1846 * configure: Regenerate
1847 * Makefile.am: Add support for or32.
1848 * Makefile.in: Regenerate.
1849 * NEWS: Mention support for or32.
1850 * po/ld.pot: Regenerate.
1851
1852 2002-01-29 Chris Demetriou <cgd@broadcom.com>
1853 Mitch Lichtenberg <mpl@broadcom.com>
1854
1855 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
1856 * emultempl/mipself.em: New file to handle MIPS ELF embedded
1857 reloc creation (ld --embedded-relocs).
1858
1859 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1860
1861 * configure: Regenerated.
1862
1863 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1864
1865 * Makefile.am (install): Depend on install-info.
1866 * Makefile.in: Regenerate.
1867
1868 2002-01-26 Christian Rose <menthos@menthos.com>
1869
1870 * ldmain.c (main): Use full sentences to ease translation.
1871
1872 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
1873
1874 * po/fr.po: Updated version.
1875
1876 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1877
1878 * po/es.po: Updated version.
1879
1880 2002-01-25 Andreas Jaeger <aj@suse.de>
1881
1882 * ldlex.l (yy_input): Correct error check.
1883
1884 2002-01-25 Alan Modra <amodra@bigpond.net.au>
1885
1886 * ldmisc.c (demangle): Put back dots when string not demangled.
1887
1888 2002-01-22 Richard Henderson <rth@redhat.com>
1889
1890 * emulparams/elf64alpha.sh (NOP): Use unop.
1891
1892 2002-01-21 Andreas Jaeger <aj@suse.de>
1893
1894 * ldlex.l: Use fread instead of read.
1895
1896 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
1897
1898 * configure.tgt (ia64-*-netbsd*): New target.
1899
1900 2002-01-21 H.J. Lu <hjl@gnu.org>
1901
1902 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
1903 0.
1904 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
1905
1906 2002-01-18 Andreas Jaeger <aj@suse.de>
1907
1908 * ldver.c (ldversion): Update year.
1909
1910 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1911
1912 * po/ld.pot: Regenerate.
1913
1914 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1915
1916 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
1917 * Makefile.in: Regenerate.
1918 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
1919 * emultempl/ppc64elf.em: New file.
1920
1921 2002-01-15 DJ Delorie <dj@redhat.com>
1922
1923 * scripttempl/pe.sc: Add support for constructor priorities.
1924
1925 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
1926
1927 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
1928 * emulparams/avr23xx.sh: Likewise.
1929 * emulparams/avr4433.sh: Likewise.
1930 * emulparams/avr44x4.sh: Likewise.
1931 * emulparams/avr85xx.sh: Likewise.
1932 * emulparams/avrmega103.sh: Likewise.
1933 * emulparams/avrmega161.sh: Likewise.
1934 * emulparams/avrmega603.sh: Likewise.
1935 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
1936
1937 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
1938
1939 * ldlang.c (walk_wild_section): Exclude object file if enclosing
1940 archive is excluded.
1941
1942 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
1943
1944 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
1945 (eshelf_nbsd.c): New rule.
1946 (eshlelf_nbsd.c): New rule.
1947 * Makefile.in: Regenerate.
1948 * configure.tgt (sh*le-*-netbsdelf*): New target.
1949 (sh*-*-netbsdelf*): New target.
1950 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
1951 * ld/emulparams/shelf_nbsd.sh: New emulation.
1952 * ld/emulparams/shlelf_nbsd.sh: New emulation.
1953
1954 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1955
1956 * po/es.po: New file: Spanish translation.
1957 * configure.in (ALL_LINGUAS): Add es.
1958 * configure: Regenerate.
1959
1960 2002-01-06 John Marshall <jmarshall@acm.org>
1961
1962 * ld.texinfo: Note that --emit-relocs is currently only
1963 implemented for ELF.
1964
1965 2002-01-05 Alan Modra <amodra@bigpond.net.au>
1966
1967 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
1968 of bfd_section_list_remove and bfd_section_list_insert macros.
1969 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1970 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1971
1972 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1973
1974 * configure.tgt (x86_64-*-netbsd*): New target.
1975
1976 2001-12-21 Tom Rix <trix@redhat.com>
1977
1978 (gld*_create_output_section_statements): New function.
1979 For -binitfini support.
1980 * emultempl/aix.em (gld*_before_parse): Fix comment.
1981 * emultempl/aix.em (gld*_parse_args): Fix comment.
1982
1983 2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
1984
1985 * configure.tgt (mips*-dec-netbsd*): Delete alias for
1986 mips*el-*-netbsd*.
1987 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
1988
1989 * configure.tgt (arm-*-netbsdelf*): Add target.
1990 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
1991 * emulparams/armelf_nbsd.sh: Added.
1992 * Makefile.am: Add rules for earmelf_nbsd.
1993 * Makefile.in: Regenerate.
1994
1995 2001-12-19 Andreas Jaeger <aj@suse.de>,
1996 Susanne Oberhauser <froh@suse.de>
1997
1998 * configure.host: Add rules for x86_64-*linux-gnu. Change
1999 s390x-linux entry to use gcc to report configuration, replace gcc
2000 with $CC in s390-linux
2001
2002 2001-12-19 Andreas Jaeger <aj@suse.de>
2003
2004 * ld.texinfo (VERSION): Fix markup.
2005
2006 2001-12-18 matthew green <mrg@eterna.com.au>
2007
2008 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
2009 (m68kelfnbsd.c): New rule.
2010 * Makefile.in: Regenerate.
2011 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
2012 (m68*-*-netbsd*4k*): .. this.
2013 (m68*-*-netbsdelf*): New target.
2014 (m68*-*-netbsd*): Also include ELF support.
2015 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
2016 * emulparams/m68kelfnbsd.sh: New emulation.
2017
2018 2001-12-18 Jakub Jelinek <jakub@redhat.com>
2019
2020 * ldgram.y (vers_node): Support anonymous version tags.
2021 * ldlang.c (lang_register_vers_node): Ensure anonymous version
2022 tag is not defined together with non-anonymous versions.
2023 * ld.texinfo: Document it.
2024
2025 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
2026
2027 * po/tr.po: New file: Turkish translation.
2028 * configure.in (ALL_LINGUAS): Add tr.
2029 * configure: Regenerate.
2030
2031 2001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
2032
2033 * Makefile.am: Add rules for eelf64alpha_nbsd.
2034 * Makefile.in: Regenerate.
2035 * configure.tgt (alpha*-*-netbsd*): Set
2036 targ_emul to elf64alpha_nbsd.
2037 * emulparams/elf64alpha_nbsd.sh: Added.
2038
2039 2001-12-17 Alan Modra <amodra@bigpond.net.au>
2040
2041 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
2042 section_tail when fiddling with section list.
2043 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
2044 broken into separate strings to make translation easier.
2045 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
2046 fiddling with section list.
2047 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2048
2049 2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
2050
2051 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
2052
2053 2001-12-15 Alan Modra <amodra@bigpond.net.au>
2054
2055 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
2056
2057 2001-12-13 Jakub Jelinek <jakub@redhat.com>
2058
2059 * emultempl/elf32.em (finish): Supply output_bfd
2060 to bfd_elf*_discard_info.
2061 (OPTION_EH_FRAME_HDR): Define.
2062 (longopts): Add --eh-frame-hdr.
2063 (parse_args): Handle it.
2064 (list_options): Add --eh-frame-hdr to help.
2065 * emultempl/hppaelf.em (finish): Supply output_bfd
2066 to bfd_elf*_discard_info.
2067 * scripttempl/elf.sc (.eh_frame_hdr): Add.
2068
2069 2001-12-13 Alan Modra <amodra@bigpond.net.au>
2070
2071 * lexsup.c (parse_args): Don't pass shortopts to second call to
2072 getopt functions. Restore optind rather than decrementing before
2073 second call. Remove errind as it now duplicates last_optind.
2074
2075 2001-12-11 Christopher Faylor <cgf@redhat.com>
2076
2077 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
2078
2079 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
2080 Richard Henderson <rth@redhat.com>
2081
2082 * Makefile.am: Add support for xstormy16.
2083 * configure.tgt: Add support for xstormy16.
2084 * Makefile.in: Regenerate.
2085 * emulparams/elf32xstormy16.sh: New file.
2086 * scripttempl/xstormy16.sc: New file.
2087
2088 2001-10-01 Christopher Faylor <cgf@cygnus.com>
2089
2090 * Makefile.in (LIB_PATH): Make configurable.
2091 (GENSCRIPTS): Set LIB_PATH in environment.
2092 * configure.in: Substitute LIB_PATH.
2093 * configure: Regenerate.
2094 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
2095 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
2096
2097 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
2098
2099 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
2100 describing the -N option so that it is easier to translate into
2101 foreign languages.
2102
2103 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
2104
2105 * emultempl/pe.em (..._list_options): Replace multiple fprintf
2106 statements describing a single option with a single, newline
2107 escaped fprintf. This allows better translation into other
2108 languages.
2109
2110 * ldmain.c (add_archive_element): Combine multiple strings
2111 into a single string to permit better translation into other
2112 languages.
2113
2114 2001-12-05 Tom Rix <trix@redhat.com>
2115
2116 * Makefile.am: Remove eaixppc64.
2117 * Makefile.in: Regenerate.
2118
2119 2001-12-04 Tom Rix <trix@redhat.com>
2120
2121 * emultempl/aix.em (choose_target): Change default target to
2122 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
2123 warning.
2124 (gld*_read_file): Fix typo.
2125 (change_symbol_mode): Add prototype.
2126 (is_syscall): Same.
2127
2128 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
2129 * emulparams/aixrs6.sh : Same.
2130 * emulparams/ppcmacos.sh : Same.
2131 * emulparams/aixppc64.sh : Delete file.
2132 * emultempl/aix.em : Formatting changes.
2133
2134 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
2135
2136 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
2137 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
2138 __Sbss.
2139 (OTHER_END_SYMBOLS): Fix formatting.
2140 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
2141 (OTHER_END_SYMBOLS): Fix formatting.
2142
2143 2001-12-04 Alan Modra <amodra@bigpond.net.au>
2144
2145 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
2146
2147 2001-12-02 Tom Rix <trix@redhat.com>
2148
2149 * configure.tgt : Remove eaixppc64 emulations.
2150 * Makefile.in : Remove eaixppc64.c
2151 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
2152 (ldemul_default_target): Same.
2153 * emultempl/gld960.em (gld960_choose_target): Same.
2154 * emultempl/gld960c.em (gld960_choose_target): Same.
2155 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
2156 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
2157 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
2158 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
2159 * emultempl/aix.em (choose_target): New function. Handle emulation of
2160 -b32 and -b64.
2161
2162 2001-11-27 H.J. Lu <hjl@gnu.org>
2163
2164 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
2165 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
2166 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
2167 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
2168 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
2169 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
2170 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
2171 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
2172
2173 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
2174 is not empty.
2175 (SDATA): Likewise.
2176 (REL_SDATA): Likewise.
2177 (REL_SBSS): Likewise.
2178 (REL_SDATA2): Likewise.
2179 (REL_SBSS2): Likewise.
2180 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
2181 (SDATA2): Likewise.
2182
2183 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2184
2185 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
2186 destructor in rom.
2187 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
2188
2189 2001-11-22 H.J. Lu <hjl@gnu.org>
2190
2191 * Makefile.in: Regenerated with automake based on automake
2192 1.4-8 in RedHat 7.1.
2193
2194 2001-11-22 Alan Modra <amodra@bigpond.net.au>
2195
2196 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
2197 (config.status): Delete rule.
2198 Add extra dependencies to cover sourced emulparams files.
2199 * Makefile.in: Regenerate.
2200
2201 * scripttempl/elf.sc: Order <section>, <section>.* and
2202 corresponding linkonce sections as seen in input files.
2203 Formatting fixes. Zero vma of all sections if not relocating.
2204 (STACK): Define and insert if STACK_ADDR defined.
2205 (OTHER_RELOCATING_SECTIONS): Delete.
2206 (OTHER_END_SYMBOLS): Define.
2207 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
2208 (OTHER_READWRITE_SECTIONS): Likewise.
2209 (OTHER_GOT_SECTIONS): Likewise.
2210 (OTHER_SDATA_SECTIONS): Likewise.
2211 (OTHER_BSS_SECTIONS): Likewise.
2212 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
2213 (OTHER_READWRITE_SECTIONS): Likewise.
2214 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
2215 (OTHER_READWRITE_SECTIONS): Likewise
2216
2217 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
2218 (STACK_ADDR): Define.
2219 * emulparams/armelf_oabi.sh: As for armelf.sh.
2220 * emulparams/elf32mcore.sh: As for armelf.sh.
2221 * emulparams/h8300elf.sh: As for armelf.sh.
2222 * emulparams/mn10200.sh: As for armelf.sh.
2223 * emulparams/shelf.sh: As for armelf.sh.
2224
2225 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
2226 (OTHER_END_SYMBOLS): Define.
2227 * emulparams/m32relf.sh: As for elf32fr30.sh.
2228 * emulparams/h8300helf.sh: As for elf32fr30.sh.
2229 * emulparams/h8300self.sh: As for elf32fr30.sh.
2230
2231 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
2232 defines with RELOCATING test.
2233 (OTHER_SDATA_SECTIONS): Likewise.
2234 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
2235 (OTHER_END_SYMBOLS): ..this.
2236 * emulparams/crislinux.sh: As for criself.sh.
2237
2238 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
2239 if not relocating.
2240 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
2241 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
2242 normal and linkonce sections as seen in input files.
2243 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
2244 (TEXT_DYNAMIC): Likewise.
2245 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
2246 (OTHER_SDATA_SECTIONS): Likewise.
2247 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
2248 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
2249 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
2250 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
2251 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
2252 (OTHER_PLT_RELOC_SECTIONS): Likewise.
2253 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
2254 sections as seen in input files.
2255 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
2256 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
2257 if not relocating.
2258 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
2259 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
2260 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
2261 (OTHER_SECTIONS): Instead, use this..
2262 (OTHER_END_SYMBOLS): ..and this.
2263
2264 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
2265 * emulparams/elf32bsmip.sh: Likewise.
2266 * emulparams/elf32btsmip.sh: Likewise.
2267 * emulparams/elf32ebmip.sh: Likewise.
2268 * emulparams/elf32lmip.sh: Likewise.
2269 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
2270 * emulparams/elf32lsmip.sh: Likewise.
2271 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
2272 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
2273 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
2274 * emulparams/elf64btsmip.sh: Likewise.
2275 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
2276 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
2277 * emulparams/elf32ppclinux.sh: Likewise.
2278 * emulparams/elf32ppcsim.sh: Likewise.
2279 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
2280 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
2281 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
2282 * emulparams/h8300self.sh: Likewise.
2283 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
2284 * emulparams/sh.sh: Comment.
2285 * emulparams/shl.sh: Source sh.sh, remove duplicates.
2286 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
2287 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
2288
2289 2001-11-21 David Heine <dlheine@tensilica.com>
2290 Alan Modra <amodra@bigpond.net.au>
2291
2292 * ldlang.c (map_input_to_output_sections): Replace "break"
2293 accidentally removed with 2001-08-03 change.
2294 (lang_gc_sections_1): Likewise.
2295
2296 2001-11-21 Alan Modra <amodra@bigpond.net.au>
2297
2298 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
2299
2300 2001-11-20 Angela Marie Thomas <angela@redhat.com>
2301
2302 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2303 of false when calling lang_size_sections.
2304 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
2305
2306 2001-11-15 Alan Modra <amodra@bigpond.net.au>
2307
2308 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
2309 function when LDEMUL_FINISH isn't set to the same name. Don't
2310 call ${LDEMUL_FINISH}.
2311 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
2312 * emultempl/armelf.em (arm_elf_finish): Call
2313 gld${EMULATION_NAME}_finish.
2314 * emultempl/hppaelf.em (hppaelf_finish): Rename to
2315 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
2316 hppaelf_layout_sections_again if necessary.
2317 (need_laying_out): New var.
2318 (hppaelf_layaout_sections_again): Rename to
2319 hppaelf_layout_sections_again. Clear need_laying_out.
2320 (PARSE_AND_LIST_OPTIONS): Format text.
2321
2322 2001-11-14 H.J. Lu <hjl@gnu.org>
2323
2324 * emultempl/armelf.em (arm_elf_finish): Renamed from
2325 gld${EMULATION_NAME}_finish.
2326 (LDEMUL_FINISH): Set to arm_elf_finish.
2327
2328 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
2329
2330 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
2331 (struct ld_emulation_xfer_struct): Use it.
2332
2333 2001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
2334
2335 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
2336 additional symbols referenced by newer crt0.o files from HP.
2337
2338 2001-11-12 Anthony Green <green@redhat.com>
2339
2340 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
2341
2342 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
2343
2344 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
2345 * Makefile.in: Regenerate.
2346
2347 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2348
2349 * ld.texinfo: Use @command for commands, @option for options.
2350 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
2351 the page man title.
2352 * Makefile.in: Rebuild.
2353
2354 2001-11-04 Chris Demetriou <cgd@broadcom.com>
2355
2356 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
2357 Add support for targets.
2358
2359 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
2360
2361 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
2362 * configure: Regernate.
2363 * po/fr.po: New file.
2364 * po/sv.po: New file.
2365
2366 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
2367
2368 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
2369 as little endian default and to support big endian.
2370
2371 2001-11-01 Chris Demetriou <cgd@broadcom.com>
2372
2373 * ld.texinfo (Options): Document new option, -nostdlib.
2374 * lexsup.c (OPTION_NOSTDLIB): New definition.
2375 (ld_options): Add entry for "nostdlib".
2376 (parse_args): Handle OPTIONS_NOSTDLIB.
2377 * ldfile.c (ldfile_add_library_path): Don't add directories
2378 to the search path if they weren't specified on the command line
2379 and -nostdlib was specified.
2380 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
2381
2382 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
2383
2384 * lexsup.c (parse_args): Prevent infinite parsing loop when
2385 "-rpath.a" is specified on the command line.
2386 Replace calls to fprintf with calls to einfo.
2387
2388 2001-10-31 John Marshall <jmarshall@acm.org>
2389
2390 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
2391 appear only once across all the linker scripts involved in a link
2392 invocation no longer applies. Make the documentation reflect
2393 that.
2394
2395 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
2396
2397 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
2398 targets.
2399 (sh-*-linux*): Added targ_extra_libpath.
2400
2401 2001-10-31 David Heine <dlheine@tensilica.com>
2402
2403 * ldlang.c (lang_size_sections): Keep a valid output_offset field
2404 for padding statements.
2405
2406 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
2407
2408 * configure.tgt (mmix-*-*): New target.
2409 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
2410 Add dependencies to match.
2411 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
2412 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
2413 scripttempl/mmo.sc: New files.
2414 * gen-doc.texi: @set MMIX.
2415 * ld.texinfo: Ditto.
2416 [MMIX] Add MMIX node.
2417 * Makefile.in: Regenerate.
2418
2419 2001-10-29 Kazu Hirata <kazu@hxi.com>
2420
2421 * ldlang.c: Fix a comment typo.
2422
2423 2001-10-23 Alan Modra <amodra@bigpond.net.au>
2424
2425 * configure.host: Move alpha*-*-linux-gnu* entry to generic
2426 entries, and match *-*-linux*.
2427
2428 2001-10-20 Alan Modra <amodra@bigpond.net.au>
2429
2430 * ldgram.y (mri_script_command): Surround processing of INCLUDE
2431 with ldlex_script, ldlex_popstate.
2432 (ifile_p1): Likewise.
2433 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
2434 correct slot.
2435 (lex_push_file): Save current lineno to lineno_stack. Set lineno
2436 to 1. Don't BEGIN(SCRIPT).
2437 (lex_redirect): Similarly.
2438 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
2439
2440 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
2441
2442 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
2443 __EH_FRAME_END__ and accept eh frames into data section.
2444 Add ctor and dtor sections.
2445
2446 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2447
2448 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
2449 (auto-export): Fix indentation.
2450
2451 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2452
2453 * pe-dll.c (autofilter_objectlist): Add startup objects
2454 for profiling.
2455 (auto-export): Constify char * p.
2456 Extract file basename and use strcmp rather than ststr
2457 for object lookup.
2458
2459 2001-10-18 Chris Demetriou <cgd@broadcom.com>
2460
2461 * ldmain.c (get_emulation): Improve comment about the handling
2462 of -mipsN options.
2463
2464 2001-10-17 Alan Modra <amodra@bigpond.net.au>
2465
2466 * po/POTFILES.in: Regenerate.
2467
2468 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
2469
2470 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
2471 -z nocopyreloc and -z nocombreloc usage strings.
2472
2473 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
2474
2475 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
2476 in usage.
2477
2478 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
2479
2480 * scripttempl/armaout.sc: Place .bss section after end of aligned
2481 data section to match behaviour of aout code in constructrion of
2482 header.
2483
2484 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2485
2486 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
2487 startup files for mingw32 dlls to list.
2488
2489 2001-10-10 Chris Demetriou <cgd@broadcom.com>
2490
2491 * emultempl/elf32.em: Fix shell 'if' usage for portability.
2492
2493 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
2494
2495 * configure.tgt (targ): Add arm9e-*-elf.
2496
2497 2001-10-05 H.J. Lu <hjl@gnu.org>
2498
2499 * genscripts.sh: Fix a typo in the last change.
2500
2501 2001-10-05 Jakub Jelinek <jakub@redhat.com>
2502
2503 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
2504 -z nocombreloc in usage.
2505
2506 2001-10-03 Jim Blandy <jimb@redhat.com>
2507
2508 * genscripts.sh: Include a comment at the top of each generated
2509 script, explaining its purpose.
2510
2511 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
2512
2513 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
2514 * NEWS: Mention -z nocopyreloc.
2515 * ld.texinfo (Options): Describe nocopyreloc.
2516
2517 2001-10-03 Alan Modra <amodra@bigpond.net.au>
2518
2519 * configure: Regenerate.
2520
2521 2001-10-02 Alan Modra <amodra@bigpond.net.au>
2522
2523 * ldver.h (ld_program_version): Remove declaration.
2524 * lexsup.c (parse_args): Move printing of copyright message..
2525 * ldver.c (ldversion): .. to here.
2526 Use BFD_VERSION_STRING in place of BFD_VERSION.
2527 (ld_program_version): Remove.
2528 * Makefile.am (Makefile): Depend on bfd/configure.in.
2529 Run "make dep-am".
2530 * Makefile.in: Regenerate.
2531
2532 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2533
2534 * Makefile.am: Update dependencies with "make dep-am".
2535 * Makefile.in: Regenerate.
2536
2537 2001-09-29 John Reiser <jreiser@BitWagon.com>
2538
2539 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
2540 * lexsup.c: Add --no-define-common commandline option.
2541 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
2542 * ldlex.l: Likewise.
2543 * ld.h: Add command_line.inhibit_common_definition.
2544 * ldmain.c (main): Initialize.
2545 * ld.texinfo: Document.
2546
2547 2001-09-29 Alan Modra <amodra@bigpond.net.au>
2548
2549 * ldlang.c (section_already_linked): Remove assignment to kept_section.
2550
2551 2001-09-26 Alan Modra <amodra@bigpond.net.au>
2552
2553 * ldmisc.c (USE_STDARG): Remove.
2554 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
2555 (einfo): Likewise.
2556 (minfo): Likewise.
2557 (lfinfo): Likewise.
2558
2559 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
2560 declarations. Update copyright.
2561
2562 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
2563
2564 * pe-dll.c: Remove obsoleted declaration of
2565 pe_get_data_import_dll_name.
2566 (pe_create_import_fixup): Fix thinko.
2567
2568 * ld.texinfo(enable-auto-import): Clarify the explanation.
2569
2570 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
2571
2572 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
2573 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
2574 DLL_SUPPORT controlled code.
2575
2576 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
2577
2578 * emultempl/pe.em(pe_data_import_dll): Make static.
2579 (pe_get_data_import_dll_name): New accessor function.
2580 * pe-dll.c(pe_create_import_fixup): call
2581 pe_get_data_import_dll_name() from pe.em, instead of
2582 directly accessing pe_data_import_dll variable from pe.em.
2583
2584 2001-09-18 Bruno Haible <haible@clisp.cons.org>
2585
2586 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
2587 (def_file_add_directive): Use ISSPACE instead of isspace.
2588 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
2589 isdigit/isxdigit/isalpha/isalnum.
2590 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
2591 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
2592 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
2593 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
2594 isalnum.
2595 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
2596 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
2597 isupper/tolower.
2598 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
2599 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
2600 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
2601 (ctor_prio): Use ISDIGIT instead of isdigit.
2602 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
2603 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
2604 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
2605 isupper/tolower.
2606 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
2607 (stricpy): Use TOLOWER instead of isupper/tolower.
2608 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
2609 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
2610 (lex_warn_invalid): Use ISPRINT instead of isprint.
2611 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
2612 (main): For gettext, also set the LC_CTYPE locate facet.
2613 (add_keepsyms_file): Use ISSPACE instead of isspace.
2614 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
2615 (is_num, parse_args): Use ISDIGIT instead of isdigit.
2616 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
2617 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
2618 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
2619 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
2620 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
2621 (quoteput): Use ISSPACE instead of isspace.
2622 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
2623 instead of isalnum.
2624
2625 2001-09-18 Alan Modra <amodra@bigpond.net.au>
2626
2627 * deffilep.y (def_stash_module): Constify "name" param.
2628
2629 * pe-dll.c: Replace CONST with const throughout.
2630 (quick_symbol): Constify "n1", "n2", "n3" params.
2631 (make_singleton_name_thunk): Constify "import" param. Make
2632 "buffer_len" a size_t.
2633 (make_import_fixup_entry): Constify "name", "fixup_name",
2634 "dll_symname" params.
2635 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
2636 (pe_get32): Likewise.
2637 (pe_implied_import_dll): Likewise.
2638
2639 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
2640 (sort_by_section_name): Likewise.
2641
2642 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
2643 (make_import_fixup): Cast printf arg, rel->address to long rather
2644 than int.
2645 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
2646
2647 2001-09-15 Alan Modra <amodra@bigpond.net.au>
2648
2649 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
2650 defines BufferSize. Increase buffer size by one.
2651
2652 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
2653
2654 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
2655
2656 2001-09-14 Kevin Lo <kevlo@openbsd.org>
2657
2658 * configure.tgt: Add arm-openbsd target.
2659
2660 2001-09-12 H.J. Lu <hjl@gnu.org>
2661
2662 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
2663 eelf64lppc.o to ...
2664 (ALL_64_EMULATIONS): Here.
2665 * Makefile.in: Regenerated.
2666
2667 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2668
2669 * emultempl/pe.em(make_import_fixup): change signature to
2670 take asection as well as arelec; we need this for proper
2671 error reporting. Only call pe_create_import_fixup() if
2672 there is no attempt to add a constant addend to the reloc;
2673 otherwise, report error condition.
2674 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
2675 since final argument is a pointer to make_import_fixup().
2676 Change call to cb() to match make_import_fixup() signature.
2677 (make_import_fixup_mark): make buffer_len unsigned.
2678 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
2679
2680 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
2681
2682 * ld.texinfo: add verbose documentation for auto-import
2683 direct-addressing workaround, to compliment the terse
2684 error message.
2685
2686 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
2687
2688 * scripttempl/v850.sc: Add gcc_except_table sections.
2689
2690 2001-09-11 Jeffrey A Law (law@cygnus.com)
2691
2692 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
2693 * emulparams/h8300self.sh: Similarly.
2694
2695 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
2696
2697 * ld.texinfo (Options, --stack): Correct default value for stack
2698 reserve.
2699
2700 2001-09-05 Tom Rix <trix@redhat.com>
2701
2702 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
2703
2704 2001-09-03 Andreas Jaeger <aj@suse.de>
2705
2706 * emultempl/beos.em: Declare prototypes for comparions functions,
2707 adjust definitions.
2708
2709 2001-09-02 Andreas Jaeger <aj@suse.de>
2710
2711 * emultempl/aix.em: Add missing prototype.
2712 * emultempl/lnk960.em: Likewise.
2713 * emultempl/vanilla.em: Likewise.
2714 * emultempl/armcoff.em: Likewise.
2715 * emultempl/armelf_oabi.em: Likewise.
2716 * emultempl/beos.em: Likewise.
2717 * emultempl/gld960c.em: Likewise.
2718 * emultempl/gld960.em: Likewise.
2719
2720 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
2721 for prototype declaration.
2722
2723 2001-08-31 Eric Christopher <echristo@redhat.com>
2724 Jason Eckhardt <jle@redhat.com>
2725
2726 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
2727
2728 2001-08-31 Andreas Jaeger <aj@suse.de>
2729
2730 * emultempl/pe.em: Add missing prototypes.
2731 (gld_${EMULATION_NAME}_after_open): Remove extra args to
2732 pe_find_data_imports.
2733 (pr_sym): Add unused attribute.
2734
2735 2001-08-29 Joel Sherrill <joel@OARcorp.com>
2736
2737 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
2738 default from coff to elf.
2739
2740 2001-08-29 Jeff Law <law@redhat.com>
2741
2742 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
2743 ARCH specification.
2744 * emulparams/h8300self.sh: Similarly.
2745
2746 2001-08-28 J"orn Rennecke <amylaar@redhat.com>
2747
2748 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
2749 eh8300self.o .
2750 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
2751 * configure.tgt (h8300-*-elf*): New case.
2752 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
2753 * emulparams/h8300self.sh: New file.
2754 * Makefile.in: Regenerated.
2755
2756 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
2757
2758 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
2759 with macro name.
2760
2761 2001-08-27 Linus Nordberg <linus@swox.com>
2762 Alan Modra <amodra@bigpond.net.au>
2763
2764 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
2765 (eelf64ppc.c, eelf64lppc.c): Add make targets.
2766 Run "make dep-am"
2767 * Makefile.in: Regenerate.
2768 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
2769 entries to correct alphabetical position.
2770 * emulparams/elf64ppc.sh: New.
2771 * emulparams/elf64lppc.sh: New.
2772
2773 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
2774
2775 * ldmain.c (main): Declare BSIZE as static.
2776
2777 2001-08-23 Jakub Jelinek <jakub@redhat.com>
2778
2779 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
2780 into .rel.dyn resp. .rela.dyn if combreloc.
2781 (get_script): If .x linker script is equal to .xn, only put it
2782 once into the binary.
2783 Add .xc and .xsc scripts.
2784 (parse_args): Handle -z combreloc and -z nocombreloc.
2785 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
2786 For .xc and .xsc scripts put all .rel* or .rela* input sections
2787 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
2788 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
2789 is elf.
2790 Strip trailing whitespace from script.
2791 Generate .xc and .xsc scripts if requested.
2792 * ldmain.c (main): Initialize link_info.combreloc and
2793 link_info.spare_dynamic_tags.
2794 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
2795 (ld_options): Add --spare-dynamic-tags option.
2796 (parse_args): Likewise.
2797 * ld.texinfo: Document -z combreloc and -z nocombreloc.
2798 * ldint.texinfo: Document .xc and .xsc linker scripts.
2799 * NEWS: Add notes about -z combreloc and SHF_MERGE.
2800
2801 2001-08-22 H.J. Lu <hjl@gnu.org>
2802
2803 * emulparams/elf32fr30.sh: Add a newline.
2804
2805 2001-08-21 Andreas Jaeger <aj@suse.de>
2806
2807 * deffilep.y: Add missing prototypes.
2808 * pe-dll.c: Likewise.
2809
2810 2001-08-20 Alan Modra <amodra@bigpond.net.au>
2811
2812 * ldlang.c (insert_pad): Fix typos in last patch.
2813
2814 * ldlang.c: When traversing lang_statement_union_type lists,
2815 consistently use "header.next" rather than "next".
2816 * mpw-eppcmac.c: Likewise.
2817 * emultempl/beos.em: Likewise.
2818 * emultempl/hppaelf.em: Likewise.
2819 * emultempl/pe.em: Likewise.
2820 * ldlang.h (union lang_statement_union): Remove "next" field.
2821
2822 * ldlang.c (insert_pad): Use offsetof macro.
2823 (lang_size_sections): Always neuter padding statements.
2824 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
2825
2826 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
2827 passed to lang_size_sections.
2828 (pe_exe_fill_sections): Likewise.
2829 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
2830 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
2831
2832 2001-08-18 Alan Modra <amodra@bigpond.net.au>
2833
2834 * emultempl/aix.em: Formatting fixes.
2835
2836 2001-08-18 Alan Modra <amodra@bigpond.net.au>
2837
2838 * ldlang.c (insert_pad): Make use of an existing pad statement if
2839 available. Move code calculating alignment, adjusting section
2840 alignment power, and adjusting dot to ..
2841 (size_input_section): .. here. Remove unused relax param.
2842 (lang_size_sections): Change boolean `relax' param to boolean *.
2843 Adjust call to size_input_section. Make use of insert_pad to
2844 place pad after the assignment statement. If relaxing, zap
2845 padding statements.
2846 (reset_memory_regions): Reset output_bfd section sizes too.
2847 (relax_again): Move to..
2848 (lang_process): ..here. Adjust call to lang_size_sections, and
2849 remove duplicated code.
2850 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
2851
2852 2001-08-17 Alan Modra <amodra@bigpond.net.au>
2853
2854 * ld.texinfo: Document that fill values now use the four least
2855 significant bytes.
2856 * emulparams/elf32fr30.sh (NOP): Update.
2857 * emulparams/elf32mcore.sh: Likewise.
2858 * emulparams/elf64_s390.sh: Likewise.
2859 * emulparams/elf_i386.sh: Likewise.
2860 * emulparams/elf_i386_be.sh: Likewise.
2861 * emulparams/elf_i386_chaos.sh: Likewise.
2862 * emulparams/elf_i386_ldso.sh: Likewise.
2863 * emulparams/elf_s390.sh: Likewise.
2864 * emulparams/elf_x86_64.sh: Likewise.
2865 * emulparams/i386moss.sh: Likewise.
2866 * emulparams/i386nw.sh: Likewise.
2867 * emulparams/m68kelf.sh: Likewise.
2868 * scripttempl/elf.sc: Update NOP comment.
2869 * scripttempl/elfi370.sc: Likewise.
2870 * scripttempl/elfm68hc11.sc: Likewise.
2871 * scripttempl/elfm68hc12.sc: Likewise.
2872 * scripttempl/nw.sc: Likewise.
2873
2874 2001-08-15 Tom Rix <trix@redhat.com>
2875
2876 * ldgram.y (saved_script_handle): Initialize to NULL.
2877 * ldmain.c (main): Change check on saved_script_handle.
2878
2879 2001-08-14 Alan Modra <amodra@bigpond.net.au>
2880
2881 * emultempl/elf32.em: Formatting fixes.
2882 (output_prev_sec_find): Test for bfd_ind_section too; do so by
2883 looking at sec->owner.
2884 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
2885 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
2886 unused code, and reorganize orphan section placement code.
2887
2888 * ldlang.c (wild_doit): Rename to lang_add_section.
2889 * ldlang.h: Here too.
2890 * mpw-elfmips.c: And here.
2891 * emultempl/beos.em: And here.
2892 * emultempl/elf32.em: And here.
2893 * emultempl/hppaelf.em: And here.
2894 * emultempl/pe.em: And here.
2895
2896 2001-08-13 Richard Henderson <rth@redhat.com>
2897
2898 * emultempl/needrelax.em: New file.
2899 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
2900 * Makefile.am (eelf64_ia64.c): Depend on it.
2901 * Makefile.in: Rebuild.
2902
2903 2001-08-13 Alan Modra <amodra@bigpond.net.au>
2904
2905 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
2906 output_section is set non-NULL.
2907
2908 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
2909 `true' for SEC_EXCLUDE sections so that the generic code doesn't
2910 needlessly create an output_section_statement. Treat a correctly
2911 named output_section_statement with NULL bfd_section as compatible.
2912
2913 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
2914
2915 * emultempl/generic.em: Support EXTRA_EM_FILE.
2916 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
2917 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2918 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2919 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2920 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2921 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2922 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2923 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2924 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2925 LDEMUL_FIND_POTENTIAL_LIBRARIES.
2926
2927 2001-08-12 Richard Henderson <rth@redhat.com>
2928
2929 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
2930 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
2931 scripttempl/v850.sc: Keep .jcr data.
2932
2933 2001-08-12 H.J. Lu <hjl@gnu.org>
2934 Andrew Haley <aph@cambridge.redhat.com>
2935 Nick Clifton <nickc@redhat.com>
2936
2937 * ldgram.y (had_script): Change name to saved_script_handle.
2938 Change type to file handle.
2939 * ld.h (had_script): Rename and retype.
2940 * ldfile.c (ldfile_open_command_file): Save the file handle
2941 used in saved_script_handle.
2942 * lexsup.c (parse_args): Do not allow -c option to alter
2943 saved_script_handle.
2944 * ldmain.c (main): Print out the linker script used if
2945 --verbose is given. Check saved_script_handle to obtain the
2946 external linker script used, or if NULL, dump the builtin
2947 script.
2948 * ld.texinfo: Document that --verbose now dumps the linker
2949 script used, regardless of whether it was an internal or an
2950 external script.
2951
2952 2001-08-10 Andreas Jaeger <aj@suse.de>
2953
2954 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2955 to build warnings.
2956 * configure: Regenerate.
2957
2958 2001-08-09 Alan Modra <amodra@bigpond.net.au>
2959
2960 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
2961
2962 * scripttempl/elf.sc: Move non-text .dynamic section before
2963 .plt/.got/.sdata* group.
2964 (OTHER_GOT_SECTIONS): Move to immediately after .got.
2965 (OTHER_SDATA_SECTIONS): Add.
2966 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
2967 OTHER_GOT_SECTIONS.
2968 * emulparams/crislinux.sh: Likewise.
2969 * emulparams/elf32b4300.sh: Likewise.
2970 * emulparams/elf32bmip.sh: Likewise.
2971 * emulparams/elf32bmipn32.sh: Likewise.
2972 * emulparams/elf32bsmip.sh: Likewise.
2973 * emulparams/elf32btsmip.sh: Likewise.
2974 * emulparams/elf32ebmip.sh: Likewise.
2975 * emulparams/elf32elmip.sh: Likewise.
2976 * emulparams/elf32l4300.sh: Likewise.
2977 * emulparams/elf32lmip.sh: Likewise.
2978 * emulparams/elf32lsmip.sh: Likewise.
2979 * emulparams/elf32ltsmip.sh: Likewise.
2980 * emulparams/elf64bmip.sh: Likewise.
2981 * emulparams/elf64btsmip.sh: Likewise.
2982 * emulparams/elf64ltsmip.sh: Likewise.
2983
2984 2001-08-08 Alan Modra <amodra@bigpond.net.au>
2985
2986 * genscripts.sh: Source the emulparams script before each output
2987 script is generated so that variables like `RELOCATING' may affect
2988 variables defined in the emulparams script.
2989
2990 2001-08-04 Alan Modra <amodra@bigpond.net.au>
2991
2992 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
2993 order.
2994
2995 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
2996 ie. iterate over wild_statement.section_list.
2997 (gld${EMULATION_NAME}_place_orphan): Likewise.
2998
2999 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3000
3001 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
3002 .fini[0-4] sections used by _exit
3003 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
3004 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
3005 * scripttempl/elfm68hc11.sc: Likewise.
3006
3007 2001-08-03 H.J. Lu <hjl@gnu.org>
3008
3009 * emultempl/beos.em (init): Add the missing initialization.
3010
3011 2001-08-03 Alan Modra <amodra@bigpond.net.au>
3012
3013 * ld.texinfo (Input Section Basics): Clarify ordering of output
3014 sections.
3015 * ldlang.c (callback_t): Add wildcard_list param.
3016 (walk_wild_section): Remove "section" param. Rewrite for
3017 lang_wild_statement_type change. Remove unique_section_p test.
3018 (walk_wild_file): Remove "section" param.
3019 (walk_wild): Remove "section" and "file" params.
3020 (lang_gc_wild): Likewise.
3021 (wild): Likewise. Modify for lang_wild_statement_type change.
3022 (wild_sort): Likewise. Add "sec" param.
3023 (gc_section_callback): Likewise.
3024 (output_section_callback): Likewise. Do unique_section_p test.
3025 (map_input_to_output_sections): Modify call to wild.
3026 (lang_gc_sections_1): Likewise.
3027 (print_wild_statement): Modify for lang_wild_statement_type
3028 change.
3029 (lang_add_wild): Replace filename, filenames_sorted param with
3030 filespec. Replace section_name, sections_sorted,
3031 exclude_filename_list with section_list.
3032 * ldlang.h (lang_add_wild): Here too.
3033 (lang_wild_statement_type): Replace section_name, sections_sorted,
3034 and exclude_filename_list with section_list.
3035 * ldgram.y (current_file): Delete.
3036 (%union): Add wildcard_list.
3037 (file_NAME_list): Set type to wildcard_list. Build a linked list
3038 rather than calling lang_add_wild for each entry.
3039 (input_section_spec_no_keep): Call lang_add_wild here instead.
3040 * ld.h (struct wildcard_list): Declare.
3041 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
3042
3043 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
3044
3045 * ldmain.c (main): initialize link_info.pei386_auto_import
3046 * pe-dll.c: new tables for auto-export filtering
3047 (auto_export): change API, pass abfd for contextual filtering.
3048 Loop thru tables of excluded symbols instead of comparing
3049 "by hand".
3050
3051 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
3052
3053 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
3054 static variable current_sec (static struct sec *). Add
3055 forward declaration for add_bfd_to_link.
3056 (process_def_file): Don't export undefined symbols. Do not
3057 export symbols starting with "_imp__". Call auto_export()
3058 with new API.
3059 (pe_walk_relocs_of_symbol): New function.
3060 (generate_reloc): add optional extra debugging
3061 (pe_dll_generate_def_file): eliminate extraneous initial blank
3062 line in output
3063 (make_one): enlarge symtab to make room for __nm__ symbols
3064 (DATA auto-import support).
3065 (make_singleton_name_thunk): New function.
3066 (make_import_fixup_mark): New function.
3067 (make_import_fixup_entry): New function.
3068 (pe_create_import_fixup): New function.
3069 (add_bfd_to_link): Specify that 'name' argument is a CONST
3070 char *.
3071 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
3072 declare new functions pe_walk_relocs_of_symbol and
3073 pe_create_import_fixup.
3074 * emultempl/pe.em: add new options --enable-auto-import,
3075 --disable-auto-import, and --enable-extra-pe-debug.
3076 (make_import_fixup): New function.
3077 (pe_find_data_imports): New function.
3078 (pr_sym): New function.
3079 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
3080 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
3081 CODE.
3082
3083 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
3084
3085 * ld.texinfo: add additional documentation for
3086 --export-all-symbols. Document --out-implib,
3087 --enable-auto-image-base, --disable-auto-image-base,
3088 --dll-search-prefix, --enable-auto-import, and
3089 --disable-auto-import.
3090 * ldint.texinfo: Add detailed documentation on auto-import
3091 implementation.
3092
3093 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
3094
3095 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
3096 example.
3097
3098 2001-07-24 Alan Modra <amodra@bigpond.net.au>
3099
3100 * Makefile.am: Update dependencies with "make dep-am".
3101 * Makefile.in: Regenerate
3102
3103 2001-07-23 Alan Modra <amodra@bigpond.net.au>
3104
3105 * ldcref.c (check_section_sym_xref): New function.
3106 (check_nocrossrefs): Call it.
3107 (check_nocrossref): Interate over h->refs here instead of..
3108 (check_refs): ..here. Pass in the symbol name, section, and bfd
3109 rather than hash_entry pointers.
3110 (struct check_refs_info): Keep symbol name rather than hash entry.
3111 Remove "same".
3112 (check_reloc_refs): Tweak for above changes in check_refs_info.
3113 Only report references to section syms when symname is NULL to
3114 prevent duplicate messages for the same reloc.
3115
3116 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
3117
3118 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
3119 available. Do not print NULL trees.
3120 (exp_print_token): Print unknown tokens with values > 126 as
3121 decimal values not ASCII characters.
3122
3123 * ldlang.c (lang_leave_overlay): If a region is specified assign
3124 it to all sections inside the overlay unless they have been
3125 assigned to the own, non-default, memory region.
3126
3127 * README: Add header for consistency with other README files.
3128
3129 2001-07-14 H.J. Lu <hjl@gnu.org>
3130
3131 * emultempl/elf32.em (output_prev_sec_find): Never return
3132 bfd_abs_section_ptr, bfd_com_section_ptr nor
3133 bfd_und_section_ptr.
3134
3135 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
3136
3137 * Makefile.am (em32relf.c): Change dependency from generic.em to
3138 elf32.em.
3139 * Makefile.in: Regenerate.
3140
3141 2001-07-14 matthew green <mrg@eterna.com.au>
3142
3143 * configure.tgt (i386-*-netbsdelf*): New target.
3144 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
3145
3146 2001-07-13 Jakub Jelinek <jakub@redhat.com>
3147
3148 * emultempl/elf32.em (output_prev_sec_find): New.
3149 (place_orphan): Use it.
3150
3151 2001-07-11 H.J. Lu <hjl@gnu.org>
3152
3153 * ldmain.c (main): Fix typos in the last change.
3154
3155 2001-07-11 Jakub Jelinek <jakub@redhat.com>
3156
3157 * ldmain.c (main): Disallow -F and -f without -shared.
3158
3159 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
3160
3161 * emultempl/pe.em (after_open): Check for the output_bfd not
3162 having any coff_data structure allocated to it.
3163
3164 2001-07-09 David O'Brien <obrien@FreeBSD.org>
3165
3166 * emultempl/elf32.em: Do not assuming that contents of the buffer
3167 returned from basename function will remain unchanged accross other
3168 function calls.
3169
3170 2001-07-03 H.J. Lu <hjl@gnu.org>
3171
3172 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
3173 2001-07-03. It creates dynamic entries even for static binaries.
3174
3175 2001-07-03 Jakub Jelinek <jakub@redhat.com>
3176
3177 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
3178 (DYNAMIC): Use it to reserve few dynamic entries for
3179 post-linking tools.
3180
3181 2001-06-27 Alan Modra <amodra@bigpond.net.au>
3182
3183 * emulparams/hppa64linux.sh: New file.
3184 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
3185 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
3186 (ehppa64linux.c): Add rule to make it.
3187 Run "make dep-am".
3188 * Makefile.in: Regenerate.
3189
3190 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
3191
3192 * ld.texinfo (Options, -r): Mention restrictions when using
3193 different object formats.
3194
3195 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
3196
3197 * ldlang.c (lang_check): Emit fatal error if relocatable link
3198 between different object flavours with relocations in input.
3199
3200 2001-06-19 H.J. Lu <hjl@gnu.org>
3201
3202 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
3203 (--version-script): Mention the language support.
3204
3205 2001-06-19 H.J. Lu <hjl@gnu.org>
3206
3207 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
3208
3209 2001-06-18 H.J. Lu <hjl@gnu.org>
3210
3211 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
3212 (diststuff): Add $(MANS).
3213 * Makefile.in: Regenerated.
3214
3215 * ld.1: Removed.
3216
3217 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
3218
3219 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
3220 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
3221 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
3222 * ld.h (args_type): Remove member export_dynamic. All users
3223 changed to use struct bfd_link_info member.
3224
3225 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
3226 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
3227 * Makefile.in: Regenerate.
3228
3229 2001-06-18 H.J. Lu <hjl@gnu.org>
3230
3231 * ldlang.c (init_os): Add the newline to the einfo call.
3232 (lang_check): Likewise.
3233 (lang_do_version_exports_section): Likewise.
3234
3235 2001-06-15 H.J. Lu <hjl@gnu.org>
3236
3237 * lexsup.c (parse_args); Save optind to report unrecognized
3238 option.
3239
3240 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
3241
3242 * ldlang.c (lang_check): Emit fatal error if relocatable link
3243 between different object flavours.
3244
3245 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
3246 Set new link_info member export_dynamic.
3247 * ldmain.c (main): Initialize new link_info member export_dynamic.
3248
3249 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
3250
3251 * ldlang.c (walk_wild): Only call walk_wild_file if
3252 lookup_name returns something.
3253 (lookup_name): If load_symbols fails, return NULL.
3254 (load_symbols): Change to a boolean function.
3255 (open_input_bfds): If load_symbols fails then do not make the
3256 executable.
3257
3258 2001-06-08 Alan Modra <amodra@bigpond.net.au>
3259
3260 * ldlang.c (record_bfd_errors): Remove.
3261
3262 * emultempl/aix.em: Fix copyright dates.
3263
3264 2001-06-07 Andreas Jaeger <aj@suse.de>
3265
3266 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
3267 (TEXT_START_ADDR): Likewise.
3268
3269 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
3270
3271 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
3272
3273 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3274
3275 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
3276
3277 2001-05-31 H.J. Lu <hjl@gnu.org>
3278
3279 * ldlang.c (open_input_bfds): Don't change the bfd error
3280 handler whilst loading symbols.
3281
3282 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
3283
3284 * configure.tgt: Remove i370-mvs architecture, it is not currently
3285 supported.
3286
3287 2001-05-25 H.J. Lu <hjl@gnu.org>
3288
3289 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
3290 like emulparams/aixppc.sh.
3291
3292 2001-05-25 H.J. Lu <hjl@gnu.org>
3293
3294 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
3295 setting of output_filename after bfd_scan_arch.
3296 * emultempl/pe.em: Likewise.
3297
3298 2001-05-25 H.J. Lu <hjl@gnu.org>
3299
3300 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
3301 like emulparams/aixppc.sh.
3302
3303 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
3304 instead of ${srcdir}/emultempl/stringify.sed.
3305
3306 2001-05-25 Timothy Wall <twall@oculustech.com>
3307
3308 * emulparams/elf64_aix.sh: Change settings to match IBM linker
3309 output.
3310
3311 2001-05-25 Alan Modra <amodra@one.net.au>
3312
3313 * configure.host: Replace linuxoldld with linux*oldld.
3314 * configure.tgt: Likewise.
3315
3316 2001-05-24 H.J. Lu <hjl@gnu.org>
3317
3318 * emultempl/stringify.sed: Removed again.
3319
3320 2001-05-24 H.J. Lu <hjl@gnu.org>
3321
3322 * emultempl/aix.em (OUTPUT_ARCH): Defined.
3323 (gld${EMULATION_NAME}_before_parse): Initialize
3324 ldfile_output_architecture, ldfile_output_machine and
3325 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
3326 * emultempl/beos.em: Likewise.
3327 * emultempl/elf32.em: Likewise.
3328 * emultempl/linux.em: Likewise.
3329 * emultempl/mipsecoff.em: Likewise.
3330 * emultempl/pe.em: Likewise.
3331 * emultempl/sunos.em: Likewise.
3332
3333 2001-05-24 Tom Rix <trix@redhat.com>
3334
3335 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3336 udate import file format.
3337 (change_symbol_mode) New, same
3338 (is_syscall) New, same
3339 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
3340 * emulparams/aixppc64.sh : same
3341 * emulparams/aixrs6.sh : same
3342 * emulparams/ppcmacos.sh : same
3343 * emultempl/aix.em : use strtoull to parse options
3344 * Makefile.am : add eaixppc64 emulation for xcoff64
3345 * Makefile.in : same
3346 * configure.tgt : same
3347
3348 * scripttempl/aix.sc : default text section offset to 0x10000000
3349 default data section offset to 0x20000000
3350 add .sv3264 and .sv64 pseudo sections
3351 loader and debug sections use the currect section offset.
3352
3353 * emultempl/aix.em : Add xcoff64 support
3354 Add -binitfini support
3355 (gld${EMULATION_NAME}_before_parse) -binitfini
3356 (gld${EMULATION_NAME}_parse_args) same
3357 (gld${EMULATION_NAME}_before_allocation) format change for special
3358 sections
3359
3360 * emulparams/aixppc64.sh : New file for xcoff64 support
3361
3362 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
3363
3364 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
3365 variable to avoid non-portable shell construct.
3366
3367 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3368
3369 * ldmain.c (get_emulation): Add -mips5 command line argument.
3370
3371 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
3372
3373 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
3374 (ELF_INTERPRETER_NAME): Define it.
3375 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
3376 it.
3377 * configure.tgt (targ_emul, targ_extra_emuls)
3378 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
3379 as primary, elf_i386 as extra.
3380 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
3381 (eelf_i386_ldso.c): New rule.
3382 * Makefile.in: Rebuilt.
3383
3384 2001-05-22 Nick Clifton <nickc@redhat.com>
3385
3386 * lexsup.c (ld_options): Allow -I to be an alias for
3387 --dynamic-linker. This is for Solaris compatability.
3388 * ld.texinfo: Document that -I can be used.
3389 * ld.1: Regenerate.
3390
3391 2001-05-16 Alan Modra <amodra@one.net.au>
3392
3393 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
3394 whether an input section is the first one assigned to an output
3395 section.
3396 Assorted formatting fixes.
3397
3398 2001-05-14 DJ Delorie <dj@delorie.com>
3399
3400 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
3401 * Makefile.in: Ditto.
3402
3403 2001-05-11 Jakub Jelinek <jakub@redhat.com>
3404
3405 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
3406 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
3407 output sections.
3408 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
3409
3410 2001-05-11 Jakub Jelinek <jakub@redhat.com>
3411
3412 * ldlang.c (lang_process): Call bfd_merge_sections.
3413
3414 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3415
3416 * ldgram.y: Fix typo.
3417
3418 2001-05-03 H.J. Lu <hjl@gnu.org>
3419
3420 * emultempl/elf32.em: Include "libiberty.h".
3421 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
3422 basename of the bfd filename.
3423 (gld${EMULATION_NAME}_stat_needed): Likewise.
3424 (gld${EMULATION_NAME}_try_needed): Likewise.
3425 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
3426
3427 2001-05-02 H.J. Lu <hjl@gnu.org>
3428
3429 * emultempl/pe.em: Include <ctype.h>.
3430
3431 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
3432
3433 * emulparams/elf32openrisc.sh: New file.
3434
3435 * Makefile.am: Add OpenRISC target.
3436 * Makefile.in: Regenerated.
3437
3438 * configure.tgt: Add openrisc-*-* mapping.
3439
3440 2001-05-02 Nick Clifton <nickc@redhat.com>
3441
3442 * emultempl/aix.em: Replace buystring with xstrdup.
3443 * emultempl/beos.em: Replace buystring with xstrdup.
3444
3445 2001-05-02 H.J. Lu <hjl@gnu.org>
3446
3447 * ldfile.c: Include "libiberty.h".
3448 * ldlex.l: Likewise.
3449
3450 * ldmisc.c (buystring): Removed.
3451 * ldmisc.h: Likewise.
3452
3453 * ldfile.c: Replace buystring with xstrdup.
3454 * ldlang.c: Likewise.
3455 * ldlex.l: Likewise.
3456 * ldmain.c: Likewise.
3457 * ldmisc.c: Likewise.
3458 * lexsup.c: Likewise.
3459 * mpw-eppcmac.c: Likewise.
3460
3461 2001-04-30 Andreas Jaeger <aj@suse.de>
3462
3463 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
3464
3465 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3466
3467 * ldlang.c (load_symbols): Give emulation a chance
3468 to process unrecognized file before fatal error is
3469 reported, not after.
3470
3471 2001-04-27 Sean McNeil <sean@mcneil.com>
3472
3473 * configure.tgt: Add arm-vxworks target.
3474 * scripttempl/armcoff.sc: Support .text or .data as a section name
3475 prefix.
3476 Define _etext.
3477
3478 2001-04-13 J.T. Conklin <jtc@redback.com>
3479
3480 * ld.texinfo: Document --fatal-warnings.
3481 * ld.1: Regenerate.
3482
3483 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
3484 warnings have been turned into errors.
3485 * lexsup.c (OPTION_WARN_FATAL): Define.
3486 (ld_options): Entry for --fatal-warnings.
3487 (parse_args): Handle OPTION_WARN_FATAL.
3488 * ld.h (ld_config_type): Add fatal_warnings field.
3489
3490 2001-04-13 Jakub Jelinek <jakub@redhat.com>
3491
3492 * ldmain.c (main): Default to discard_sec_merge.
3493 * lexsup.c (OPTION_DISCARD_NONE): Define.
3494 (ld_options): Add --discard-none.
3495 (parse_args): Handle OPTION_DISCARD_NONE.
3496 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
3497 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
3498 all its input sections match.
3499
3500 2001-04-05 Steven J. Hill <sjhill@cotw.com>
3501
3502 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
3503 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
3504 (eelf32ltsmip.c): New target.
3505 (eelf64btsmip.c): Likewise.
3506 (eelf64ltsmip.c): Likewise.
3507 * Makefile.in: Regenerated.
3508
3509 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
3510 target.
3511 (mips*-*-linux-gnu*): Likewise.
3512
3513 * emulparams/elf32ltsmip.sh: New. Traditional little endian
3514 MIPS taget.
3515 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
3516 target.
3517 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
3518 endian target.
3519
3520 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
3521
3522 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
3523 correct value of __Stext here.
3524 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
3525 .startup section.
3526
3527 * emulparams/crislinux.sh: Remove FIXME.
3528
3529 2001-04-02 Alan Modra <alan@linuxcare.com.au>
3530
3531 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
3532 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
3533
3534 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
3535
3536 * configure.tgt (cris-*-*): Change default emulation to criself.
3537 (cris-*-*aout*): New rule.
3538
3539 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
3540
3541 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
3542 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
3543
3544 2001-03-26 Andreas Jaeger <aj@suse.de>
3545
3546 * ld.texinfo (Overview): Fix syntax in texi code.
3547
3548 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3549
3550 * ld.texinfo: Put @c man indications to generate the ld man page.
3551 When generating man, define all the variables. Define SEEALSO
3552 and SYNOPSIS. Re-organize some lines to avoid the cross references.
3553 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
3554 (ld.1): Generate from ld.texinfo.
3555 * Makefile.in: Regenerate.
3556
3557 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
3558
3559 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
3560 and '-fdata-sections'. Set the VMA of STABS sections to zero.
3561
3562 2001-03-17 Ulrich Drepper <drepper@redhat.com>
3563
3564 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
3565 is an absolute path look only for this file and not along the path.
3566
3567 2001-03-17 Ulrich Drepper <drepper@redhat.com>
3568
3569 * emultempl/elf32.em (OPTION_GROUP): New macro.
3570 Add new option Bgroup to longopts.
3571 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
3572 (gld*_list_options): Add -Bgroup and -z defs.
3573 * ld.1: Document -Bgroup and -z defs.
3574 * ld.texinfo: Likewise.
3575
3576 2001-03-07 Michael Meissner <meissner@redhat.com>
3577
3578 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
3579 with sections created by -fdata-sections.
3580 (.dynbss,.bss): Ditto.
3581
3582 2001-03-05 Alan Modra <alan@linuxcare.com.au>
3583
3584 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
3585 after_allocation_default, not gld..._before_allocation.
3586
3587 2001-02-27 Alan Modra <alan@linuxcare.com.au>
3588
3589 * configure.in (BFD_VERSION): New.
3590 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
3591 * configure: Regenerate.
3592 * Makefile.am: Run "make dep-am"
3593 * Makefile.in: Regenerate.
3594
3595 2001-02-26 Timothy Wall <twall@cygnus.com>
3596
3597 * emulparams/elf64_aix.sh: Add additional read-only sections;
3598 uncomment lines which are now required.
3599
3600 2001-02-26 H.J. Lu <hjl@gnu.org>
3601
3602 * ldlang.c (open_input_bfds): Set the bfd error handler so
3603 that problems can be caught whilst loading symbols.
3604 (record_bfd_errors): New function: Report BFD errors and mark
3605 the executable output as being invalid.
3606
3607 2001-02-22 Timothy Wall <twall@cygnus.com>
3608
3609 * configure.host: Add configuration for ia64-*-aix*.
3610 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
3611 Add dependencies for eelf64_aix.c.
3612 * Makefile.in: Regenerate.
3613 * configure.tgt: Add ia64-*-aix* mapping.
3614 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
3615
3616 2001-02-20 H.J. Lu <hjl@gnu.org>
3617
3618 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
3619 false if we found the file.
3620
3621 2001-02-18 David O'Brien <obrien@FreeBSD.org>
3622
3623 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
3624 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
3625
3626 2001-02-18 lars brinkhoff <lars@nocrew.org>
3627
3628 * Makefile.am: Add PDP-11 target.
3629 * configure.tgt: Likewise.
3630 * emulparams/pdp11.sh: New file.
3631
3632 2001-02-17 David O'Brien <obrien@FreeBSD.org>
3633
3634 * configure.host: Add a generic FreeBSD configuration entry such that
3635 all [modern] FreeBSD systems on all platforms will look the same.
3636
3637 2001-02-14 H.J. Lu <hjl@gnu.org>
3638
3639 * configure.tgt: Remove mention of earmelf_linux26.
3640
3641 2001-02-13 Richard Henderson <rth@redhat.com>
3642
3643 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
3644
3645 2001-02-13 H.J. Lu <hjl@gnu.org>
3646
3647 * ldexp.h (node_type): Add etree_provided.
3648 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
3649 type to etree_provided if defined by PROVIDE. Allow updating
3650 for etree_provided.
3651 (exp_print_tree): Handle etree_provided.
3652 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
3653 etree_provided.
3654
3655 2001-02-09 David Mosberger <davidm@hpl.hp.com>
3656
3657 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
3658 .IA_64.unwind.* pattern to unwind table section and
3659 .IA_64.unwind_info* pattern to unwind info section.
3660
3661 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3662
3663 * Makefile.am: Add linux target for S/390.
3664 * Makefile.in: Likewise.
3665 * configure.host: Likewise.
3666 * configure.tgt: Likewise.
3667 * emulparams/elf64_s390.sh: New file.
3668 * emulparams/elf_s390.sh: New file.
3669
3670 2001-02-09 Jakub Jelinek <jakub@redhat.com>
3671
3672 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
3673 targ_extra_libpath.
3674 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
3675
3676 2001-02-06 Philip Blundell <philb@gnu.org>
3677
3678 * Makefile.am: Remove mention of earmelf_linux26.
3679 * Makefile.in: Regenerate.
3680
3681 2001-02-04 Philip Blundell <philb@gnu.org>
3682
3683 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
3684 * emulparams/armelf_linux26.sh: Delete.
3685 * configure.tgt: Remove mention of armelf_linux26 emulation.
3686
3687 2001-02-01 Nick Clifton <nickc@redhat.com>
3688
3689 * ld.1: Replace occurances of -oformat with --oformat.
3690
3691 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
3692
3693 * ldlang.c (lang_leave_overlay): Don't set lma_region when
3694 load_base is specified.
3695
3696 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
3697
3698 * emultempl/elf32.em: Correct spelling in comments and listed
3699 options.
3700
3701 2001-01-23 Alan Modra <alan@linuxcare.com.au>
3702
3703 * ldlang.c (lang_leave_overlay): Only set lma_region from the
3704 default for the first section of a group of overlay sections.
3705
3706 2001-01-22 Alan Modra <alan@linuxcare.com.au>
3707
3708 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
3709 * Makefile.in: Regenerate.
3710 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
3711 Check for null tool_dir.
3712
3713 2001-01-16 Jim Wilson <wilson@redhat.com>
3714
3715 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
3716 and IA_64.unwind.info.
3717
3718 2001-01-16 H.J. Lu <hjl@gnu.org>
3719
3720 * ldlang.c (lang_check): Merge the private data only if the
3721 input file has contents.
3722
3723 2001-01-14 Alan Modra <alan@linuxcare.com.au>
3724
3725 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
3726
3727 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
3728 enabling search for libmilli. On a relocatable link, make .text
3729 sections unique.
3730 (LDEMUL_AFTER_PARSE): Define.
3731 (hppaelf_finish): Correct spelling of relocatable in comments.
3732
3733 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3734 rummage through the script for sections on the unique list.
3735 Correct length of strncmp for ".note".
3736 (gld${EMULATION_NAME}_check_needed): Rearrange function.
3737
3738 * ldlang.c (unique_section_list): New var.
3739 (unique_section_p): New function.
3740 (walk_wild_section): Don't match sections on unique_section_list.
3741 (lang_add_unique): New function.
3742 Correct spelling of relocatable in comments.
3743
3744 * ldlang.h (struct unique_sections): Declare.
3745 (unique_section_list): Declare.
3746 (unique_section_p): Declare.
3747 (lang_add_unique): Declare.
3748
3749 * lexsup.c (ld_options): Allow --unique to take an optional arg.
3750 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
3751
3752 * ld.texinfo (--unique): Update.
3753
3754 2001-01-13 Nick Clifton <nickc@redhat.com>
3755
3756 * lexsup.c (parse_args): Remove spurious white space.
3757
3758 2001-01-12 Nick Clifton <nickc@redhat.com>
3759
3760 * lexsup.c (parse_args): Update copyright date.
3761
3762 2001-01-12 Philip Blundell <pb@futuretv.com>
3763
3764 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
3765
3766 2001-01-10 Kazu Hirata <kazu@hxi.com>
3767
3768 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
3769 * scripttempl/h8300h.sc: Fix formatting.
3770 * scripttempl/h8300s.sc: Likewise.
3771 * scripttempl/h8500.sc: Likewise.
3772 * scripttempl/h8500b.sc: Likewise.
3773 * scripttempl/h8500c.sc: Likewise.
3774 * scripttempl/h8500m.sc: Likewise.
3775 * scripttempl/h8500s.sc: Likewise.
3776
3777 2000-01-07 David O'Brien <obrien@BSDi.com>
3778
3779 * emultempl/elf32.em: Only perform Linux ld hints processing when
3780 targeting Linux.
3781
3782 2001-01-07 Philip Blundell <philb@gnu.org>
3783
3784 * ld.texinfo (Bug Reporting): Update email address for reports.
3785
3786 2000-12-31 Nick Clifton <nickc@redhat.com>
3787
3788 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
3789 options by checking for a return value of '?' not -1.
3790
3791 2000-12-28 Nick Clifton <nickc@redhat.com>
3792
3793 * lexsup.c (struct ld_option): Add new enum value:
3794 EXACTLY_TWO_DASHES.
3795 (ld_options[]): Change -omagic, -output and -oformat options
3796 to be EXACTLY_TWO_DASHES.
3797 (OUTPUT_COUNT): Use ARRAY_SIZE.
3798 (parse_args): Change parameter 'argc' to unsigned.
3799 Place EXACTLY_TWO_DASHES options into new really_longopts
3800 array.
3801 If getopt_long_only fails, try calling getopt_long using the
3802 really_longopts array.
3803 (help): Print a double dash for both EXACTLY_TWO_DASHES and
3804 TWO_DASHES options.
3805
3806 * ldlex.h: Fix prototype of parse_args.
3807
3808 * ld.texinfo: Document that long options starting with 'o'
3809 must be preceeded by two dashes. Change example of a single
3810 dashed long option from -oformat to -trace-symbol.
3811
3812 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3813
3814 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
3815 (longopts[]): New --no-default-excludes option.
3816 (gld_${EMULATION_NAME}_list_options): Document.
3817 (gld_${EMULATION_NAME}_parse_args): Handle.
3818
3819 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3820
3821 * ldlang.c (new_stat): Revert the last beautification with "innocent"
3822 whitespace, it breaks the K&R C preprocessor.
3823
3824 2000-12-11 DJ Delorie <dj@redhat.com>
3825
3826 * ld.texinfo: Add notes about --whole-archive and gcc.
3827
3828 2000-11-18 Fred Fish <fnf@be.com>
3829
3830 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
3831 (ld_options): Entry for --allow-shlib-undefined.
3832 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
3833 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
3834 to false.
3835 * ld.texinfo: Document new command line switch.
3836
3837 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
3838
3839 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
3840 .fixup is actually read/write.
3841 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3842 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3843 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3844
3845 2000-12-11 Jan Hubicka <jh@suse.cz>
3846
3847 * NEWS: Add note about x86_64 architecture.
3848
3849 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
3850
3851 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
3852 Set DWARF2 sections to a VMA of zero.
3853
3854 2000-12-01 Joel Sherrill <joel@OARcorp.com>
3855
3856 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
3857 New targets.
3858 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3859 (sparc*-*-rtems*): Switched from a.out to ELF.
3860
3861 2000-11-30 Jan Hubicka <jh@suse.cz>
3862
3863 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
3864 (eelf_x86_64.c): New.
3865 * Makefile.in: Regenerate.
3866 * configure.tgt: Add support for x86_64-*-linux-gnu*.
3867 * emulparams/elf_x86_64.sh: New.
3868
3869 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
3870
3871 * emulparams/crislinux.sh (ENTRY): Change back to _start.
3872 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
3873
3874 * scripttempl/crisaout.sc: Change all RELOCATING not related to
3875 merging non-a.out sections into CONSTRUCTING.
3876
3877 2000-11-28 Nick Clifton <nickc@redhat.com>
3878
3879 * ld.1 (COPYING): Mention that the GNU Free Documentation
3880 License is present in the sources, but not the output, and
3881 also available from the GNU website.
3882 (GNU Free Documentation License): Comment out this section.
3883
3884 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
3885
3886 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
3887 does not use them.
3888
3889 2000-11-25 David O'Brien <obrien@FreeBSD.org>
3890
3891 * ld.1: Remove old date so it does not give the impression the manpage
3892 is way out of date.
3893
3894 2000-11-24 Nick Clifton <nickc@redhat.com>
3895
3896 * configure.tgt (xscale-coff): Add target.
3897 (xscale-elf): Add target.
3898
3899 2000-11-24 Fred Fish <fnf@be.com>
3900
3901 * ldmain.c (main): Remove redundant init of config.make_executable
3902 to true.
3903
3904 2000-11-15 Richard Henderson <rth@redhat.com>
3905
3906 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
3907
3908 2000-11-14 Kazu Hirata <kazu@hxi.com>
3909
3910 * scripttempl/h8300.sc: Fix formatting.
3911 * scripttempl/h8300h.sc: Likewise.
3912 * scripttempl/h8300s.sc: Likewise.
3913
3914 2000-11-14 Denis Chertykov <denisc@overta.ru>
3915
3916 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
3917
3918 2000-11-09 Philip Blundell <pb@futuretv.com>
3919
3920 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
3921 around orphan sections whose names can be represented in C.
3922
3923 2000-11-07 Jim Wilson <wilson@redhat.com>
3924
3925 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
3926 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
3927
3928 2000-11-06 Nick Clifton <nickc@redhat.com>
3929
3930 * ld.texinfo: Add GNU Free Documentation License.
3931 * ldint.texinfo: Add GNU Free Documentation License.
3932 * ld.1: Add GNU Free Documentation License.
3933
3934 2000-11-05 Alan Modra <alan@linuxcare.com.au>
3935
3936 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
3937 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
3938
3939 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
3940 Move 2000-11-02 Makefile.in changes to this file.
3941 * Makefile.in: Regenerate.
3942
3943 2000-11-03 Nick Clifton <nickc@redhat.com>
3944
3945 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
3946 constructors and destructors.
3947 * scripttempl/h8300h.sc: Ditto.
3948 * scripttempl/h8300s.sc: Ditto.
3949 * scripttempl/h8500.sc: Ditto.
3950 * scripttempl/h8500b.sc: Ditto.
3951 * scripttempl/h8500c.sc: Ditto.
3952 * scripttempl/h8500m.sc: Ditto.
3953 * scripttempl/h8500s.sc: Ditto.
3954 * scripttempl/v850.sc: Ditto.
3955 * scripttempl/w65.sc: Ditto.
3956 * scripttempl/z8000.sc: Ditto.
3957
3958 2000-11-02 Per Lundberg <plundis@chaosdev.org>
3959
3960 * Makefile.in (e_i386_chaos.c): New rule.
3961 (ALL_EMULATIONS): Added e_i386_chaos.o.
3962 * emulparams/elf_i386_chaos.sh: New file.
3963 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
3964
3965 2000-10-20 Jakub Jelinek <jakub@redhat.com>
3966
3967 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
3968 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
3969 Fix sed invocation, so that it coped with '/' in Solaris 64bit
3970 library path suffix.
3971 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
3972
3973 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
3974
3975 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
3976 for consecutive sections.
3977
3978 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
3979
3980 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
3981 options.
3982 * ld.texinfo: Added notes about this new option.
3983
3984 2000-10-16 Nick Clifton <nickc@redhat.com>
3985
3986 * emultempl/pe.em (_after_open): Add tests of return values from
3987 bfd functions. Emit appropriate error messages if necessary.
3988
3989 2000-10-13 Nick Clifton <nickc@redhat.com>
3990
3991 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
3992 local variables - they are not used, but leave in the call to
3993 bfd_canonicalize_symtab.
3994 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
3995 pe_dll_search_prefix.
3996
3997 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
3998
3999 * emultempl/pe.em (pe_dll_search_prefix): New variable,
4000 (longopts): New --dll-search-prefix option.
4001 (gld_${EMULATION_NAME}_list_options): Document.
4002 (gld_${EMULATION_NAME}_parse_args): Handle.
4003 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
4004 dynamically, search for a dll named '<prefix><basename>.dll'
4005 in preference to 'lib<basename>.dll' if --dll-search-prefix
4006 is specified.
4007
4008 2000-10-12 Alan Modra <alan@linuxcare.com.au>
4009
4010 * ldlang.c (section_already_linked): Set kept_section instead of
4011 sec->comdat->sec.
4012
4013 2000-10-10 Kazu Hirata <kazu@hxi.com>
4014
4015 * deffile.h: Fix formatting.
4016 * lexsup.c: Likewise.
4017 * mri.c: Likewise.
4018
4019 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4020
4021 * pe-dll.c (make_one): Do not generate code thunk for DATA
4022 exports.
4023 (process_def_file): deduce DATA flag for auto-export sumbols.
4024
4025 2000-10-09 Kazu Hirata <kazu@hxi.com>
4026
4027 * ld.h: Fix formatting.
4028 * ldcref.c: Likewise.
4029 * ldctor.h: Likewise.
4030 * ldemul.c: Likewise.
4031 * ldemul.h: Likewise.
4032 * ldexp.c: Likewise.
4033 * ldexp.h: Likewise.
4034 * ldfile.c: Likewise.
4035 * ldfile.h: Likewise.
4036 * ldlang.c: Likewise.
4037 * ldlang.h: Likewise.
4038 * ldmain.c: Likewise.
4039 * pe-dll.c: Likewise.
4040
4041 * pe-dll.c: Revert some formatting fixes.
4042
4043 2000-10-08 Kazu Hirata <kazu@hxi.com>
4044
4045 * pe-dll.c: Fix formatting.
4046
4047 2000-10-05 Kazu Hirata <kazu@hxi.com>
4048
4049 * ldlang.c: Fix formatting.
4050
4051 2000-10-03 DJ Delorie <dj@redhat.com>
4052
4053 * pe-dll.c (fill_edata): initialize entire block
4054 (make_one): fill in correct section.
4055
4056 2000-10-03 Kazu Hirata <kazu@hxi.com>
4057
4058 * ldexp.c: Fix formatting.
4059
4060 2000-10-02 DJ Delorie <dj@redhat.com>
4061
4062 * emultempl/pe.em (gld_*_after_open): detect case where there two
4063 import libraries for same dll; rename one to ensure proper link
4064 order.
4065
4066 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
4067 typo
4068 (generate_edata): fix typo
4069
4070 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
4071
4072 * scripttempl/crisaout.sc (ENTRY): Now __start.
4073 (.text): Add default setting for __start.
4074 Remove CONSTRUCTORS handling.
4075 (/DISCARD/): Add .gnu.warning.*.
4076 * emulparams/crislinux.sh (ENTRY): Now __start.
4077 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
4078 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
4079 (ENTRY): Now __start.
4080 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
4081 (EXECUTABLE_SYMBOLS): Add default setting for __start.
4082
4083 2000-09-29 Kazu Hirata <kazu@hxi.com>
4084
4085 * deffile.h: Fix formatting.
4086 * ld.h: Likewise.
4087 * ldcref.c: Likewise.
4088 * ldctor.c: Likewise.
4089 * ldctor.h: Likewise.
4090 * ldemul.c: Likewise.
4091 * ldemul.h: Likewise.
4092 * ldexp.c: Likewise.
4093 * ldexp.h: Likewise.
4094 * ldfile.c: Likewise.
4095 * ldfile.h: Likewise.
4096 * ldlang.c: Likewise.
4097 * ldlang.h: Likewise.
4098 * lexsup.c: Likewise.
4099 * mri.c: Likewise.
4100 * pe-dll.c: Likewise.
4101
4102 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4103
4104 * pe-dll.c (process_def_file): Uninitialized data wasn't
4105 exported with --export-all-symbols switch.
4106
4107 2000-09-28 DJ Delorie <dj@redhat.com>
4108
4109 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
4110 noname work properly.
4111
4112 2000-09-28 Alan Modra <alan@linuxcare.com.au>
4113
4114 * ld.texinfo (HPPA ELF32): New section.
4115
4116 * emultempl/hppaelf.em (group_size): New.
4117 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
4118 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
4119 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
4120 options to prevent abbreviations matching.
4121 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
4122 (PARSE_AND_LIST_ARGS_CASES): Handle it.
4123
4124 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4125
4126 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
4127 on the m68*-*-elf target. Make it support COFF input objects.
4128
4129 2000-09-21 Kazu Hirata <kazu@hxi.com>
4130
4131 * ldmain.c: Fix formatting.
4132 * ldmisc.c: Likewise.
4133 * ldver.c: Likewise.
4134 * ldwrite.c: Likewise.
4135
4136 2000-09-21 Alan Modra <alan@linuxcare.com.au>
4137
4138 * ldwrite.c (clone_section): Silence gcc warnings.
4139
4140 2000-09-20 Alan Modra <alan@linuxcare.com.au>
4141
4142 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
4143 out of memory failure.
4144
4145 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
4146 (clone_section): Handle out of memory failures. Rename var to
4147 avoid c++ reserved word.
4148
4149 2000-09-18 Alan Modra <alan@linuxcare.com.au>
4150
4151 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
4152 stub_name param to stub_sec_name.
4153 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
4154
4155 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4156
4157 * emultempl/m68kelf.em: New file.
4158 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
4159 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
4160 * Makefile.in: Regenerate.
4161
4162 2000-09-15 Alan Modra <alan@linuxcare.com.au>
4163
4164 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
4165 only as needed.
4166
4167 2000-09-13 Nick Clifton <nickc@redhat.com>
4168
4169 * ldmain.c (multiple_definition): Disable relaxation if
4170 multiple symbol definitions are encountered - otherwise the
4171 linker could abort with an assertion failure.
4172
4173 2000-09-10 Nick Clifton <nickc@redhat.com>
4174
4175 * mri.c: Fix formatting.
4176
4177 2000-09-07 H.J. Lu <hjl@gnu.org>
4178
4179 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
4180 * configure: Rebuild.
4181
4182 2000-09-07 H.J. Lu <hjl@gnu.org>
4183
4184 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
4185 * Makefile.in: Rebuild.
4186
4187 2000-09-07 Alan Modra <alan@linuxcare.com.au>
4188
4189 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
4190 broken list handling. Create __start_SECNAME and __stop_SECNAME
4191 when no place-holder. Add some comments. Test both SEC_CODE and
4192 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
4193 Handle case where no output section statement created.
4194
4195 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
4196
4197 * configure.tgt (sh-*-linux*): Added.
4198 * Makefile.am: Added eshelf_linux and eshlelf_linux.
4199 * Makefile.in: Rebuilt.
4200 * emulparams/shelf_linux.sh: New file.
4201 * emulparams/shlelf_linux.sh: New file.
4202
4203 2000-09-06 Alan Modra <alan@linuxcare.com.au>
4204
4205 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4206 try shuffling sections when the orphan happens to be the place
4207 holder. Keep count of unique section names generated so we speed
4208 the search for a new name.
4209
4210 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
4211
4212 * configure: Rebuilt with new libtool.m4.
4213
4214 2000-09-05 Nick Clifton <nickc@redhat.com>
4215
4216 * Makefile.in: Regenerate.
4217 * aclocal.m4: Regenerate.
4218 * configure: Regenerate.
4219 * config.in: Regenerate.
4220 * po/ld.pot: Regenerate.
4221
4222 * ldint.texinfo: Remove CVS revision marker - it foils local
4223 comparisons.
4224
4225 * emultempl/ticoff.em: Remove extraneous comma.
4226
4227 2000-09-05 Alan Modra <alan@linuxcare.com.au>
4228
4229 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
4230 to stub section flags.
4231 (hppa_for_each_input_file_wrapper): New.
4232 (hppa_lang_for_each_input_file): New.
4233 (lang_for_each_input_file): Define to call above.
4234 (multi_subspace): New.
4235 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
4236 (PARSE_AND_LIST_PROLOGUE): Define.
4237 (PARSE_AND_LIST_LONGOPTS): Define.
4238 (PARSE_AND_LIST_OPTIONS): Define.
4239 (PARSE_AND_LIST_ARGS_CASES): Define.
4240 (hppaelf_finish): Call elf32_hppa_set_gp.
4241 (hppaelf_set_output_arch): Remove.
4242 (LDEMUL_SET_OUTPUT_ARCH): Remove.
4243
4244 * emulparams/hppalinux.sh (ELFSIZE): Define.
4245 (MACHINE): Define.
4246 (OTHER_READONLY_SECTIONS): Define.
4247 (DATA_PLT): Define.
4248 (GENERATE_SHLIB_SCRIPT): Define.
4249
4250 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
4251 to const throughout. Change `void *' to `PTR' throughout.
4252 (lang_memory_default): Function is local to file, add `static'.
4253
4254 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
4255 (ehppalinux.c): Likewise.
4256 (earmelf.c): Likewise.
4257 (earmelf_linux.c): Likewise.
4258 (earmelf_linux26.c): Likewise.
4259 * Makefile.in: Regenerate.
4260
4261 * ld.h (ld_config_type): Add unique_orphan_sections.
4262 * lexsup.c (OPTION_UNIQUE): Define.
4263 (ld_options): Add "--unique".
4264 (parse_args): Handle it.
4265 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4266 search for an existing output section if unique_orphan_sections is
4267 set. Make use of bfd_get_unique_section_name rather than
4268 duplicating code here.
4269 * ld.texinfo: Describe --unique.
4270
4271 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
4272 optional arg to split-by-file.
4273 (parse_args): Handle them.
4274 * ld.texinfo: Update description of these options.
4275 * ldwrite.c (clone_section): Pass in the section name. Replace
4276 local code with bfd_get_unique_section_name.
4277 (split_sections): Tidy code and comments. Use a list traversal
4278 more appropriate to the list construction. Handle cooked section
4279 sizes. Split when split_by_reloc reached rather than exceeded.
4280 Track section size and split when split_by_file reached. Fix
4281 link_order_tail (even though it's not used).
4282 (ldwrite): Modify condition for calling split_sections to suit
4283 changed split_by_reloc and split_by_file.
4284 * ldmain.c (main): Init config.split_by_reloc and
4285 config.split_by_file to -1.
4286 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
4287 Change split_by_file to bfd_size_type.
4288
4289 2000-09-02 Nick Clifton <nickc@redhat.com>
4290
4291 * configure.in: Increase version number to 2.10.91.
4292 * NEWS: Mention new ability to support removal of duplicate DWARF2
4293 debug information.
4294 * configure: Regenerate.
4295 * aclocal.m4: Regenerate.
4296 * config.in: Regenerate.
4297
4298 2000-09-02 Daniel Berlin <dberlin@redhat.com>
4299
4300 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
4301 sections.
4302 * scripttempl/elf32avr.sc: Ditto.
4303 * scripttempl/elfd10v.sc: Ditto.
4304 * scripttempl/elfd30v.sc: Ditto.
4305 * scripttempl/elfi370.sc: Ditto.
4306 * scripttempl/elfm68hc11.sc: Ditto.
4307 * scripttempl/elfm68hc12.sc: Ditto.
4308 * scripttempl/elfi386beos.sc: Ditto.
4309 * scripttempl/v850.sc: Ditto.
4310
4311 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
4312
4313 * acinclude.m4: Include libtool and gettext macros from the
4314 top level.
4315 * aclocal.m4, configure: Rebuilt.
4316
4317 2000-08-25 Nick Clifton <nickc@redhat.com>
4318
4319 * ldlang.c (open_output): When choosing the target for a
4320 particular endianness, do nothing if the target is not
4321 supported.
4322
4323 2000-08-25 H.J. Lu <hjl@gnu.org>
4324
4325 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
4326 check -rpath nor LD_RUN_PATH for cross link.
4327 * ld.texinfo: Document the change.
4328
4329 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
4330
4331 * NEWS: Mention support for CRIS.
4332
4333 2000-08-23 H.J. Lu <hjl@gnu.org>
4334
4335 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
4336 the current runpath list from bfd_elf_get_runpath_list ()
4337 before search.
4338
4339 2000-08-22 H.J. Lu <hjl@gnu.org>
4340
4341 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
4342 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
4343 LD_LIBRARY_PATH for native linker. Display the needed DSO if
4344 trace_file_tries is non-zero.
4345 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
4346 if trace_file_tries is non-zero.
4347
4348 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
4349 * NEWS: Mention it.
4350
4351 2000-08-14 Jason Eckhardt <jle@cygnus.com>
4352
4353 * NEWS: Mention i860 support.
4354
4355 2000-08-14 Andreas Schwab <schwab@suse.de>
4356
4357 * scripttempl/elf.sc: Fix last change to use correct comment
4358 syntax.
4359
4360 2000-08-10 Geoff Keating <geoffk@cygnus.com>
4361
4362 * scripttempl/elf.sc: Add a comment giving the correspondence
4363 between sections, per-datum sections, and linkonce sections. Make
4364 the comment true even for .bss, .sdata, .sdata2, .sbss, and
4365 .sbss2.
4366
4367 2000-08-10 Jason Eckhardt <jle@cygnus.com>
4368
4369 * emulparams/elf32_i860.sh: New file.
4370 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
4371 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
4372 (eelf32_i860.c): New rule.
4373 * Makefile.in: Regenerate.
4374
4375 2000-08-10 Nick Clifton <nickc@cygnus.com>
4376
4377 * emulparams/mipspe.sh (ENTRY): Add definition.
4378
4379 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
4380
4381 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
4382 in error message.
4383
4384 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4385
4386 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
4387 the final size of .bss section.
4388 * scripttempl/elfm68hc12.sc: Likewise.
4389
4390 2000-08-04 Alan Modra <alan@linuxcare.com.au>
4391
4392 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
4393 gld${EMULATION_NAME}_parse_args for consistency. Combine
4394 lastoptind and prevoptind vars, and keep track of last optind.
4395 (gld_${EMULATION_NAME}_list_options): Rename to
4396 gld${EMULATION_NAME}_list_options.
4397
4398 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
4399
4400 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
4401 (i586-sco-sysv5uw7.1.0).
4402
4403 2000-07-27 H.J. Lu <hjl@gnu.org>
4404
4405 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
4406 (PARSE_AND_LIST_PROLOGUE): New.
4407 (PARSE_AND_LIST_LONGOPTS): Likewise.
4408 (PARSE_AND_LIST_OPTIONS): Likewise.
4409 (PARSE_AND_LIST_ARGS_CASES): Likewise.
4410 (PARSE_AND_LIST_EPILOGUE): Likewise.
4411
4412 2000-07-28 Alan Modra <alan@linuxcare.com.au>
4413
4414 * emultempl/armelf.em: Elide functions common to elf32.em,
4415 ie. most of the file.
4416 (arm_elf_after_open): New. Do arm specific things then call
4417 gld${EMULATION_NAME}_after_open.
4418 (arm_elf_before_allocation): New. Call
4419 gld${EMULATION_NAME}_before_allocation then do arm specifics.
4420 (PARSE_AND_LIST_PROLOGUE): Define.
4421 (PARSE_AND_LIST_SHORTOPTS): Define.
4422 (PARSE_AND_LIST_LONGOPTS): Define.
4423 (PARSE_AND_LIST_OPTIONS): Define.
4424 (PARSE_AND_LIST_ARGS_CASES): Define.
4425 (LDEMUL_AFTER_OPEN): Define.
4426 (LDEMUL_BEFORE_ALLOCATION): Define.
4427 (LDEMUL_BEFORE_PARSE): Define.
4428 (LDEMUL_FINISH): Define.
4429
4430 * emultempl/hppaelf.em: Similarly zap most of this file.
4431 (hppaelf_add_stub_section): Prototype.
4432 (hppaelf_layaout_sections_again): Prototype.
4433 (hook_in_stub): Prototype.
4434 (LDEMUL_SET_OUTPUT_ARCH): Define.
4435 (LDEMUL_FINISH): Define.
4436 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
4437
4438 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
4439 (EXTRA_EM_FILE): New.
4440 * emulparams/armelf_linux.sh: Likewise.
4441 * emulparams/armelf_linux26.sh: Likewise.
4442 * emulparams/hppalinux.sh: Likewise.
4443 * emulparams/hppaelf.sh: Likewise.
4444 (NOP): Define.
4445
4446 * emultempl/elf32.em: Fix formatting.
4447 (EXTRA_EM_FILE): Source it.
4448 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
4449 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
4450 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
4451 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
4452 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
4453 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
4454 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
4455 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
4456 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
4457 allow functions in this file to be overridden.
4458 (PARSE_AND_LIST_SHORTOPTS): Handle it.
4459
4460 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
4461
4462 * emultempl/elf32.em: Reorganize file.
4463
4464 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
4465
4466 * emulparams/elf64alpha.sh: Implement "-taso" emulation
4467 specific option to fit 64-bit executable in the lower
4468 31-bit address range. This is done by changing start
4469 address of .interp (the very first section of executable)
4470 and then setting EF_ALPHA_32BIT elf header flag.
4471
4472 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4473
4474 * emultempl/m68kcoff.em: New file.
4475 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
4476 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
4477 generic.em.
4478 * Makefile.in: Regenerate.
4479
4480 2000-07-20 H.J. Lu <hjl@gnu.org>
4481
4482 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
4483 and "disable-new-dtags" to stop getopt from treating -d/-e as
4484 abbreviations for these options.
4485
4486 2000-07-20 H.J. Lu <hjl@gnu.org>
4487
4488 * ld.texinfo: Add documentation for --disable-new-dtags and
4489 --enable-new-dtags.
4490
4491 * ldmain.c (main): Initialize link_info.new_dtags to false.
4492
4493 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
4494 --disable-new-dtags and --enable-new-dtags.
4495 (gld_${EMULATION_NAME}_list_options): Likewise.
4496
4497 2000-07-05 Kenneth Block <krblock@computer.org>
4498
4499 * lexsup.c: Add optional style to demangle switch
4500 * ld.texinfo: Document optional style to demangle switch.
4501
4502 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
4503
4504 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
4505 ecrislinux.o.
4506 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
4507 Regenerate dependencies.
4508 * Makefile.in: Rebuild.
4509 * configure.tgt (cris-*-*): New target.
4510 * emulparams/crisaout.sh, emulparams/criself.sh,
4511 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
4512 * po/POTFILES.in, po/ld.pot: Regenerate.
4513
4514 2000-07-20 H.J. Lu <hjl@gnu.org>
4515
4516 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
4517 Print out ignored -z options.
4518
4519 2000-07-19 H.J. Lu <hjl@gnu.org>
4520
4521 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
4522 (PARSE_AND_LIST_PROLOGUE): New.
4523 (PARSE_AND_LIST_LONGOPTS): Likewise.
4524 (PARSE_AND_LIST_OPTIONS): Likewise.
4525 (PARSE_AND_LIST_ARGS_CASES): Likewise.
4526
4527 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
4528
4529 * lexsup.c (ld_options): Comment out 'z'.
4530 (parse_args): Likewise.
4531
4532 * emultempl/elf32.em: Include "elf/common.h".
4533 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
4534 options.
4535 (gld_${EMULATION_NAME}_list_options): Likewise.
4536
4537 * ld.texinfo: Add documentation for the recognized -z options.
4538
4539 2000-07-19 H.J. Lu <hjl@gnu.org>
4540
4541 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
4542 bfd_elf_set_dt_needed_soname ().
4543
4544 2000-07-18 DJ Delorie <dj@cygnus.com>
4545
4546 * pe-dll.c (pe_dll_id_target): check object target name also
4547
4548 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
4549
4550 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
4551 ${INIT_END} if relocating.
4552 (.fini): Likewise ${FINI_START} and ${FINI_END}.
4553
4554 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
4555
4556 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
4557 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
4558 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
4559 errors introduced by the old dynamic lib search order.
4560
4561 2000-07-17 DJ Delorie <dj@cygnus.com>
4562
4563 * pe-dll.c (process_def_file): auto-export data items also
4564 (pe_process_import_defs): also see if _imp_ form needed
4565
4566 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
4567
4568 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
4569 for dll import libraries
4570
4571 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
4572
4573 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
4574 gcc 2.95.2 and later.
4575
4576 2000-07-11 Kazu Hirata <kazu@hxi.com>
4577
4578 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
4579 message.
4580
4581 2000-07-10 Alan Modra <alan@linuxcare.com.au>
4582
4583 * ldemul.h (struct lang_input_statement_struct): Remove forward
4584 declaration.
4585 (struct search_dirs): Likewise.
4586 * ldfile.h (struct lang_input_statement_struct): Likewise.
4587 Protect file from multiple inclusion.
4588 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
4589 declaration from macro to file scope.
4590
4591 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
4592 * ldgram.y: Likewise here.
4593 * ldlang.c: And here.
4594 * ldmain.c: And here.
4595 * mpw-elfmips.c: And here.
4596 * mpw-eppcmac.c: And here.
4597 * emultempl/aix.em: And here.
4598 * emultempl/armcoff.em: And here.
4599 * emultempl/armelf.em: And here.
4600 * emultempl/armelf_oabi.em: And here.
4601 * emultempl/beos.em: And here.
4602 * emultempl/elf32.em: And here.
4603 * emultempl/hppaelf.em: And here.
4604 * emultempl/linux.em: And here.
4605 * emultempl/lnk960.em: And here.
4606 * emultempl/pe.em: And here.
4607 * emultempl/sunos.em: And here.
4608 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
4609 * mpw-idtmips.c: Ditto.
4610 * emultempl/generic.em: Ditto.
4611 * emultempl/gld960.em: Ditto.
4612 * emultempl/gld960c.em: Ditto.
4613 * emultempl/mipsecoff.em: Ditto.
4614 * emultempl/ticoff.em: Ditto.
4615 * emultempl/vanilla.em: Ditto.
4616
4617 * pe-dll.c: Include ldfile.h
4618 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
4619
4620 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
4621 arguments to bfd_elf32_size_dynamic_sections call.
4622 (gldelf32ebmip_place_orphan): Add missing arguments to
4623 lang_leave_output_section_statement call.
4624
4625 2000-07-10 H.J. Lu <hjl@gnu.org>
4626
4627 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
4628 DLL_SUPPORT.
4629 (strhash): Likewise.
4630 (compute_dll_image_base): Likewise.
4631 (pe_undef_found_sym): Likewise.
4632 (pe_undef_cdecl_match): Likewise.
4633 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
4634 argument "arch" with ATTRIBUTE_UNUSED.
4635
4636 2000-07-10 Alan Modra <alan@linuxcare.com.au>
4637
4638 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
4639
4640 From Ryan Bradetich <rbradetich@uswest.net>
4641 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
4642
4643 2000-07-09 Alan Modra <alan@linuxcare.com.au>
4644
4645 Changes to create multiple linker stubs, positioned immediately
4646 before the section where they are required.
4647 * emultempl/hppaelf.em: Include elf32-hppa.h.
4648 (stub_sec, file_chain): Delete.
4649 (hppaelf_create_output_section_statements): Don't make a stub
4650 section here.
4651 (hook_stub_info): New struct.
4652 (hook_in_stub): New function.
4653 (hppaelf_add_stub_section): New function.
4654 (hppaelf_finish): Do nothing for relocateable links. Modify the
4655 call to elf32_hppa_size_stubs. Move code for updating section
4656 layout from here...
4657 (hppaelf_layaout_sections_again): ..to here, a new function.
4658
4659 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
4660 broken list handling. Pass in a pointer to the list.
4661 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
4662 for above changes.
4663 (hppaelf_before_parse): Prototype.
4664 (hppaelf_set_output_arch): Prototype.
4665 (hppaelf_create_output_section_statements): Prototype.
4666 (hppaelf_delete_padding_statements): Prototype.
4667 (hppaelf_finish): Prototype.
4668
4669 Merge from elf32.em
4670 * emultempl/hppaelf.em: Include ctype.h.
4671 (struct orphan_save): New.
4672 (gld${EMULATION_NAME}_place_orphan): New.
4673 (output_rel_find): New.
4674 (hppaelf_get_script): Update from elf32.em.
4675 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
4676 Change emulation_name field to "${EMULATION_NAME}". Add
4677 gld${EMULATION_NAME}_place_orphan.
4678
4679 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
4680 ehppalinux.o, sort it. Regenerate dependencies.
4681 (ehppalinux.c): Depend on hppaelf.em
4682 * Makefile.in: Regenerate.
4683
4684 * configure.tgt: targ_emul=hppalinux for hppa*linux
4685
4686 * emulparams/hppalinux.sh: New.
4687 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
4688
4689 2000-07-08 Alan Modra <alan@linuxcare.com.au>
4690
4691 * lexsup.c (parse_args): Copy section name.
4692
4693 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
4694
4695 * emultempl/pe.em: institute the following search order for
4696 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
4697 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
4698 static lib (libfoo.a) if none of the above are found.
4699
4700 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
4701
4702 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
4703 (longopts): New --{enable,disable}-auto-image-base options.
4704 (gld_${EMULATION_NAME}_list_options): Document.
4705 (gld_${EMULATION_NAME}_parse): Handle.
4706 (strhash): New static function.
4707 (compute_dll_image_base): New static function.
4708 (gld_${EMULATION_NAME}_set_symbols): Use.
4709
4710 2000-07-05 DJ Delorie <dj@redhat.com>
4711
4712 * MAINTAINERS: new
4713
4714 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
4715
4716 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
4717 * emulparams/elf32btsmip.sh: New file.
4718 * Makefile.am: Add traditional mips target.
4719 * Makefile.in: Rebuild.
4720
4721 2000-07-01 H.J. Lu <hjl@gnu.org>
4722
4723 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
4724 automake to use YLWRAP.
4725 * Makefile.in: Rebuild.
4726
4727 2000-07-01 Alan Modra <alan@linuxcare.com.au>
4728
4729 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
4730 (CLEANFILES): Add DEPA.
4731 * Makefile.in: Regenerate.
4732
4733 2000-06-30 Timothy Wall <twall@ppc>
4734
4735 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
4736 the page in the upper octet of the address.
4737
4738 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
4739
4740 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
4741
4742 2000-06-24 Alan Modra <alan@linuxcare.com.au>
4743
4744 * NEWS: arm-elf does --gc-sections too.
4745
4746 2000-06-22 Alan Modra <alan@linuxcare.com.au>
4747
4748 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4749 find one.
4750 * Makefile.in: Regenerate.
4751
4752 2000-06-21 H.J. Lu <hjl@gnu.org>
4753
4754 * Makefile.am: Rebuild dependency.
4755 * Makefile.in: Rebuild.
4756
4757 2000-06-20 H.J. Lu <hjl@gnu.org>
4758
4759 * Makefile.am: Rebuild dependency.
4760 * Makefile.in: Rebuild.
4761
4762 2000-06-20 Timothy Wall <twall@cygnus.com>
4763
4764 * scripttempl/tic54xcoff.sc: New.
4765 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
4766 * gen-doc.texi: Add flag for TI COFF.
4767 * ld.texinfo: Add documentation for TI COFF handling switches.
4768 * emultempl/ticoff.em: New. TI COFF handling.
4769 * configure.tgt: Add tic54x target.
4770 * Makefile.am: Add tic54x target.
4771 * Makefile.in: Ditto.
4772
4773 2000-06-20 Alan Modra <alan@linuxcare.com.au>
4774
4775 * ldmain.c (set_scripts_dir): Correct pointer comparison when
4776 checking for backslashes.
4777
4778 2000-06-19 Alan Modra <alan@linuxcare.com.au>
4779
4780 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
4781
4782 2000-06-18 Alan Modra <alan@linuxcare.com.au>
4783
4784 * NEWS: Update list of targets supporting --gc-sections.
4785
4786 * scripttempl/elf.sc: KEEP .eh_frame contents.
4787 * scripttempl/elfd30v.sc: Same here.
4788
4789 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
4790
4791 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
4792 and m68hc11 (elf).
4793 * Makefile.in: Rebuild.
4794 * configure.tgt: Recognize m68hc12 and m68hc11.
4795 * scripttempl/elfm68hc12.sc: New file.
4796 * emulparams/m68hc12elfb: New emulation.
4797 * emulparams/m68hc12elf: New emulation.
4798 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
4799 (includes a memory.x script to define the ROM and RAM banks).
4800 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
4801 New configuration files for support of Motorola 68hc11
4802
4803 2000-06-15 Alan Modra <alan@linuxcare.com.au>
4804
4805 * ldmain.c (main): Only change SEC_READONLY for final link.
4806
4807 2000-06-13 H.J. Lu <hjl@gnu.org>
4808
4809 * configure: Regenerate.
4810
4811 2000-06-08 David O'Brien <obrien@FreeBSD.org>
4812
4813 * configure.in (VERSION): Update to show this is the CVS mainline.
4814
4815 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4816
4817 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
4818 input objects to be ECOFF.
4819 (check_sections): einfo takes %B, not %P, to print a BFD name.
4820
4821 2000-06-05 Michael Matz <matz@ifh.de>
4822
4823 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
4824 version scripts.
4825
4826 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
4827
4828 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
4829
4830 * emulparams/avr1200.sh (STACK): Define as 0.
4831 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
4832 * emulparams/avr4433.sh (STACK): Likewise.
4833 * emulparams/avr44x4.sh (STACK): Likewise.
4834 * emulparams/avr85xx.sh (STACK): Likewise.
4835 * emulparams/avrmega103.sh (STACK): Likewise.
4836 * emulparams/avrmega161.sh (STACK): Likewise.
4837 * emulparams/avrmega603.sh (STACK): Likewise.
4838 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
4839 (__stack): Define from ${STACK} for main().
4840
4841 2000-05-26 Alan Modra <alan@linuxcare.com.au>
4842
4843 * Makefile.am: Update dependencies with "make dep-am"
4844 * Makefile.in: Regenerate.
4845
4846 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
4847
4848 * ldmain.c: Include filenames.h.
4849 (set_scripts_dir): Support backslashes in program name.
4850
4851 2000-05-22 Igor Shevlyakov <igor@windriver.com>
4852
4853 * ldmain.c (main): When deciding if ".text" section should be
4854 read-only, don't forget to reset SEC_READONLY because it
4855 could be already set.
4856
4857 2000-05-22 Thomas de Lellis <tdel@windriver.com>
4858
4859 * ld.1: Add documentation for new command line option:
4860 --section-start <sectionname>=<sectionorg>
4861 This is a generic version of -Ttext etc. which accepts
4862 any section name as a parameter instead of just text/data/
4863 bss.
4864 * ld.texinfo: More docs.
4865 * NEWS: More docs.
4866 * lexsup.c: (parse_args): Recognize new command line option.
4867 (ld_options): Add new option.
4868
4869 2000-05-18 H.J. Lu <hjl@gnu.org>
4870
4871 * lexsup.c (parse_args): `i' == `r', not `q'.
4872
4873 2000-05-18 Jeffrey A Law (law@cygnus.com)
4874
4875 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
4876
4877 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
4878 Rick Gorton <gorton@scrugs.lkg.dec.com>
4879
4880 Add support for '-q' == '--emit-relocs' switch.
4881 * ldmain.c (main): Default to false.
4882 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
4883 * NEWS: Describe the emitrelocations switch.
4884 * ld.texinfo: Describe the emitrelocations switch.
4885
4886 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
4887
4888 * emultempl/pe.em (_open_dynamic_archive): New function: Search
4889 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
4890 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
4891 link options.
4892
4893 2000-05-15 David O'Brien <obrien@FreeBSD.org>
4894
4895 * lexsup.c (parse_args): Update the year in the copyright notice.
4896
4897 2000-05-13 Alan Modra <alan@linuxcare.com.au>
4898
4899 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
4900 Replace defines with those from intl/libgettext.h to quieten gcc
4901 warnings.
4902
4903 2000-05-10 H.J. Lu <hjl@gnu.org>
4904
4905 * ldlang.c (open_input_bfds): Don't load the same file within
4906 a group again if the whole archive has been loaded already.
4907
4908 2000-05-03 Alan Modra <alan@linuxcare.com.au>
4909
4910 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
4911 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
4912 strtoul.
4913
4914 2000-05-01 Jim Wilson <wilson@cygnus.com>
4915
4916 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
4917
4918 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4919 host "ia64-*-linux-gnu*".
4920
4921 2000-04-29 Andreas Jaeger <aj@suse.de>
4922
4923 * ld.h: Correctly check GCC version.
4924
4925 2000-04-25 Jeffrey A Law (law@cygnus.com)
4926
4927 * Makefile.am: Add PA64 support. Add missing dependencies for
4928 PA32 elf support.
4929 * Makefile.in: Rebuilt.
4930 * configure.tgt: Add PA64 support (currently disabled).
4931
4932 2000-04-25 Alan Modra <alan@linuxcare.com.au>
4933
4934 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
4935 (output_rel_find): New function.
4936 (hold_section, hold_use): Delete.
4937 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4938 hold_interp): Make local to place_orphan.
4939 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
4940 rather than place_section to find possible previous use of orphan.
4941 Similarly find the place-holder output sections. Use returned
4942 value from lang_enter_output_section_statement rather than calling
4943 lang_output_section_statement_lookup.
4944 * emultempl/armelf.em: Same here.
4945 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
4946
4947 * ldlang.c (lang_enter_output_section_statement): Return output
4948 section statement.
4949 * ldlang.h (lang_enter_output_section_statement): Change
4950 declaration too.
4951
4952 * ldlang.h (lang_output_section_statement): Export it.
4953 * ldlang.c (lang_output_section_statement): Ditto.
4954
4955 2000-04-24 Nick Clifton <nickc@cygnus.com>
4956
4957 * ld.texinfo (Output Section Data): Add note that section data
4958 commands cannot appear outside of section directives.
4959
4960 2000-04-2 Matthew Green <mrg@cygnus.com>
4961
4962 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
4963
4964 2000-04-21 Richard Henderson <rth@cygnus.com>
4965 David Mosberger <davidm@hpl.hp.com>
4966
4967 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
4968 (eelf64_ia64.c): New rule.
4969 * Makefile.in: Rebuild.
4970 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
4971 * emulparams/elf64_ia64.sh: New file.
4972
4973 2000-04-21 Richard Henderson <rth@cygnus.com>
4974
4975 * scripttempl/elfd30v.sc: Place .gcc_except_table.
4976
4977 2000-04-19 Alan Modra <alan@linuxcare.com.au>
4978
4979 * dep-in.sed: Match space at start of file name, not at end.
4980
4981 2000-04-18 H.J. Lu <hjl@gnu.org>
4982
4983 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
4984 lang_leave_output_section_statement () after calling
4985 lang_enter_output_section_statement ().
4986 * emultempl/armelf.em: Likewise.
4987
4988 2000-04-18 Alan Modra <alan@linuxcare.com.au>
4989
4990 * emultempl/elf32.em (struct orphan_save): Add section field.
4991 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
4992 better order, and place first orphan section as we did before the
4993 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
4994 Don't call make_bfd_section here, let wild_doit do the job for us.
4995 Don't build a statement list when we'll only throw it away.
4996 * emultempl/armelf.em: Ditto.
4997 * emultempl/pe.em: Similarly.
4998
4999 2000-04-14 Geoff Keating <geoffk@cygnus.com>
5000
5001 * scripttempl/elfppc.sc: Remove.
5002 * emulparams/elf32ppc.sh: Use elf.sc.
5003 * emulparams/elf32lppc.sh: Use elf.sc.
5004 * emulparams/elf32ppclinux.sh: Use elf.sc.
5005 * emulparams/elf32ppcsim.sh: New file.
5006 * emulparams/elf32lppcsim.sh: New file.
5007 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
5008 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
5009 * Makefile.in: Regenerate.
5010 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
5011
5012 2000-04-14 Alan Modra <alan@linuxcare.com.au>
5013
5014 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
5015 ~SEC_ALLOC sections too. Init start address of debug sections.
5016 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5017 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5018 Also set all relocateable section start addresses.
5019
5020 2000-04-13 Geoff Keating <geoffk@cygnus.com>
5021
5022 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
5023 Add new BSS_PLT variable for when .plt need not be contained in
5024 the file. Move _etext so that it is also after .fini, and provide
5025 both etext and _etext with a leading underscore. Mark the start
5026 and end of .sbss.
5027
5028 2000-04-12 Alan Modra <alan@linuxcare.com.au>
5029
5030 * emultempl/elf32.em (struct orphan_save): New.
5031 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5032 hold_interp): Make them struct orphan_save.
5033 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
5034 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
5035 the end of the relevant section list. Also add associated section
5036 statements to the end of any previous orphan statements.
5037 * emultempl/armelf.em: Similarly.
5038 * emultempl/pe.em: Similarly.
5039
5040 2000-04-11 Alan Modra <alan@linuxcare.com.au>
5041
5042 * ld.texinfo (Simple Example): Remove extraneous paragraph.
5043
5044 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
5045
5046 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
5047 --enable-build-warnings option.
5048 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
5049 * Makefile.in, configure: Re-generate.
5050
5051 2000-04-04 Alan Modra <alan@linuxcare.com.au>
5052
5053 * po/ld.pot: Regenerate.
5054
5055 * lexsup.c (help): Restore translated part of bug string.
5056
5057 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
5058 (DEP): Quote when passing vars to sub-make. Add warning message
5059 to end.
5060 (DEP1): Rewrite for "gcc -MM".
5061 (CLEANFILES): Add DEP2.
5062 Update dependencies.
5063 * Makefile.in: Regenerate.
5064
5065 2000-04-03 Alan Modra <alan@linuxcare.com.au>
5066
5067 * ld.h: #include "bin-bugs.h"
5068 * lexsup.c (help): Use REPORT_BUGS_TO.
5069
5070 2000-03-27 Denis Chertykov <denisc@overta.ru>
5071
5072 * configure.tgt (avr-*-*): New target support.
5073 * Makefile.am: Likewise.
5074 * scripttempl/elf32avr.sc: New script file.
5075 * emulparams/avr1200.sh: New file.
5076 * emulparams/avr23xx.sh: New file.
5077 * emulparams/avr4433.sh New file.
5078 * emulparams/avr44x4.sh New file.
5079 * emulparams/avr85xx.sh New file.
5080 * emulparams/avrmega103.sh New file.
5081 * emulparams/avrmega161.sh New file.
5082 * emulparams/avrmega603.sh New file.
5083 * Makefile.in: Regenerate.
5084
5085 2000-03-09 Andreas Jaeger <aj@suse.de>
5086
5087 * Makefile.am (check-DEJAGNU): Also unset LANG.
5088 * Makefile.in: Rebuild.
5089
5090 2000-03-06 Ian Lance Taylor <ian@zembu.com>
5091
5092 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
5093 archive.
5094
5095 2000-03-02 H.J. Lu <hjl@gnu.org>
5096
5097 * emulparams/elf32mcore.sh: Include "getopt.h".
5098
5099 2000-03-01 Ian Lance Taylor <ian@zembu.com>
5100
5101 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
5102
5103 2000-03-01 H.J. Lu <hjl@gnu.org>
5104
5105 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
5106 * emulparams/shpe.sh: Likewise.
5107
5108 2000-03-01 Nick Clifton <nickc@cygnus.com>
5109
5110 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
5111 to unused parameters.
5112
5113 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
5114 functions only used by DLL code.
5115 (_place_orphan): Initialise 'dollar'.
5116
5117 2000-03-01 H.J. Lu <hjl@gnu.org>
5118
5119 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
5120 indicate if the undefined symbol is a fatal error or not.
5121 Don't delete the output file if "fatal" is false.
5122
5123 2000-02-29 H.J. Lu <hjl@gnu.org>
5124
5125 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
5126 Set LC_COLLATE and LC_ALL to null and export them. It is for
5127 sort which expects the C locale.
5128 Add $(LIBS) to all $(HOSTING_LIBS).
5129 * Makefile.in: Rebuild.
5130
5131 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
5132
5133 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
5134 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
5135 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
5136 (ld_emulation_xfer_struct): Add missing NULL initialiser for
5137 find_potential_libraries.
5138
5139 2000-02-28 Jim Blandy <jimb@redhat.com>
5140
5141 * ldgram.y (exclude_name_list): Don't require a comma to separate
5142 list entries; the lexer considers commas to be valid part of a
5143 filename, so in something like `foo, bar' the comma is considered
5144 part of the first filename, `foo,'.
5145 * ld.texinfo: Update section on EXCLUDE_FILE lists.
5146
5147 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
5148
5149 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
5150 host "i[3456]86-*-freebsdelf*".
5151
5152 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
5153
5154 * scripttempl/i386go32.sc: Move misplaced semicolons.
5155
5156 2000-02-25 Ian Lance Taylor <ian@zembu.com>
5157
5158 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
5159 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
5160 (eelf64hppa.c, ehppaelf.c): Remove targets.
5161 * Makefile.in: Rebuild.
5162
5163 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5164
5165 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
5166 GNU/Linux/sparc, but keep the default as 32.
5167
5168 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
5169 it default if sparcv9 or sparc64.
5170
5171 2000-02-24 Nick Clifton <nickc@cygnus.com>
5172
5173 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
5174 * Makefile.in: Regenerate.
5175 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
5176
5177 * ldemul.h (ld_emulation_xfer_struct): Add new field:
5178 find_potential_libraries.
5179 * ldemul.c (ldemul_find_potential_libraries): New function.
5180
5181 * ldfile.c (ldfile_open_file_search): Allow function to be
5182 exported.
5183 (ldfile_open_file): Call ldemul_find_potential_libraries.
5184 * ldfile.h: Add prototype for ldfile_open_file_search.
5185
5186 * pe-dll.c: Add support for ARM, MIPS and SH targets.
5187
5188 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
5189 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
5190
5191 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
5192 (gld_X_find_potential_libraries): New function. Search for
5193 libraries called "*.lib".
5194
5195 * scripttempl/pe.sc: Add .pdata section.
5196
5197 2000-02-23 Richard Henderson <rth@cygnus.com>
5198
5199 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
5200 Add and use memory regions.
5201
5202 2000-02-23 Linas Vepstas (linas@linas.org)
5203
5204 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
5205
5206 * Makefile.am: Add support for Linux/IBM 370.
5207 * configure.tgt: Likewise.
5208
5209 * Makefile.in: Regenerate.
5210
5211 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
5212
5213 * ldlang.c (print_input_section, print_data_statement,
5214 print_reloc_statement, print_padding_statement, insert_pad,
5215 size_input_section, lang_check_section_addresses,
5216 lang_size_sections, lang_do_assignments, lang_set_startof,
5217 lang_one_common): Change `opb' to unsigned.
5218 (lang_do_assignments): Also change `size' to unsigned.
5219
5220 2000-02-16 Richard Henderson <rth@cygnus.com>
5221
5222 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
5223
5224 2000-02-16 Timothy Wall <twall@cygnus.com>
5225
5226 * mri.c (mri_draw_tree): Add default LMA region argument to call
5227 to lang_leave_output_section_statement.
5228 * ldlang.h: Update prototypes with LMA region arguments.
5229 * ldlang.c (lang_size_sections): Encapsulate region bounds
5230 checking in os_check_region call.
5231 (os_check_region): New function.
5232 (lang_output_section_statement_lookup): Initialize lma_region.
5233 (lang_leave_output_section_statement): Add LMA region argument.
5234 (lang_leave_overlay): Ditto.
5235 * ldgram.y: Handle LMA region syntax.
5236 * ld.texinfo (Output Section Description): Describe LMA region usage.
5237 * emultempl/armelf.em (gld$place_orphan): Add default value for
5238 lma region in call to lang_leave_output_section_statement.
5239 * emultempl/elf32.em (gld$place_orphan): Add default value for
5240 lma region in call to lang_leave_output_section_statement.
5241 * emultempl/pe.em (gld$place_orphan): Add default value for
5242 lma region in call to lang_leave_output_section_statement.
5243
5244
5245 2000-02-04 Timothy Wall <twall@redhat.com>
5246
5247 * ldlang.c (lang_check_section_addresses): Use bytes instead of
5248 octets when calculating section end addresses.
5249
5250 2000-02-04 Timothy Wall <twall@redhat.com>
5251
5252 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
5253
5254 2000-02-03 Timothy Wall <twall@redhat.com>
5255
5256 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
5257 octet count.
5258 * ldlang.c (print_input_section, print_data_statement,
5259 print_reloc_statement, print_padding_statement): Print target
5260 address values and section sizes as bytes, not octets.
5261 (insert_pad) Calculate padding size in octets, and adjust "dot"
5262 by bytes.
5263 (size_input_section) Always adjust "dot" by bytes, not octets.
5264 (lang_check_section_addresses, lang_do_assignments) Adjust
5265 "dot" by bytes, not octets. Use the larger of the directive size
5266 or octets_per_byte for the number of octets actually allocated in
5267 the output section.
5268 (lang_set_startof) Make sure STARTOF returns a target address.
5269 (lang_one_common) Record size changes in octets.
5270 (lang_abs_symbol_at_end_of) Section end symbol's value is
5271 recorded in target bytes.
5272 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
5273 to be clear about behavior when an octet is smaller than one byte.
5274
5275 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
5276
5277 * ldcref.c (output_cref): Don't pass message strings to printf
5278 as format arg.
5279 Update copyright.
5280
5281 * ldmisc.c (vfinfo): Same here.
5282 Update copyright.
5283
5284 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
5285
5286 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
5287 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
5288 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
5289 Add missing NULL initialisers, and comments.
5290
5291 2000-01-21 Nick Clifton <nickc@cygnus.com>
5292
5293 * ldlang.c (lang_size_sections): Fix typo in comment.
5294
5295 2000-01-18 H.J. Lu <hjl@gnu.org>
5296
5297 * ldlang.c (lang_size_sections): Also update the current
5298 address of a region if the SEC_NEVER_LOAD bit is not set.
5299
5300 2000-01-10 Philip Blundell <pb@futuretv.com>
5301
5302 * configure.tgt (arm*-*-conix*): New target.
5303
5304 2000-01-07 Nick Clifton <nickc@cygnus.com>
5305
5306 * ld.texinfo (Options): Remind users to preceed linker command
5307 line switches with -Wl, (or whatever is appropriate) if it is
5308 being invoked by a comnpiler driver program.
5309 Fix description of the behaviour of the -n command line switch.
5310
5311 2000-01-05 Catherine Moore <clm@cygnus.com>
5312
5313 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
5314 (name_list): New.
5315 * ld.texinfo (EXCLUDE_FILE): Update documentation.
5316 * ldgram.y (wildcard_spec): Support a list of excluded_files.
5317 (exclude_name_list): New.
5318 ldlang.c (walk_wild_section): Support list of excluded files.
5319 (print_wild_statement): Likewise.
5320 (lang_add_wild): Likewise.
5321 * ldlang.h (lang_wild_statement_type): Likewise.
5322 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
5323
5324 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
5325
5326 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
5327 (process_def_file): Use.
5328 (pe_dll_compat_implib): New variable.
5329 (make_one): Use.
5330
5331 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
5332 pe_dll_compat_implib.
5333
5334 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
5335 compat-implib options.
5336 (gld_${EMULATION_NAME}_list_options): List new options.
5337 (gld_${EMULATION_NAME}_parse_args): Handle.
5338
5339 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5340 dll.
5341
5342 * deffilep.y (opt_name): Allow "." in name.
5343
5344 For older changes see ChangeLog-9899
5345 \f
5346 Local Variables:
5347 mode: change-log
5348 left-margin: 8
5349 fill-column: 74
5350 version-control: never
5351 End: