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