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