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