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