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