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