7e93d5f45780ed871fc6d8d34041c42f451fd51a
[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-29 Alan Modra <amodra@bigpond.net.au>
1812
1813 * ldlang.c (section_already_linked): Remove assignment to kept_section.
1814
1815 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1816
1817 * ldmisc.c (USE_STDARG): Remove.
1818 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1819 (einfo): Likewise.
1820 (minfo): Likewise.
1821 (lfinfo): Likewise.
1822
1823 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
1824 declarations. Update copyright.
1825
1826 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
1827
1828 * pe-dll.c: Remove obsoleted declaration of
1829 pe_get_data_import_dll_name.
1830 (pe_create_import_fixup): Fix thinko.
1831
1832 * ld.texinfo(enable-auto-import): Clarify the explanation.
1833
1834 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
1835
1836 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
1837 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
1838 DLL_SUPPORT controlled code.
1839
1840 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
1841
1842 * emultempl/pe.em(pe_data_import_dll): Make static.
1843 (pe_get_data_import_dll_name): New accessor function.
1844 * pe-dll.c(pe_create_import_fixup): call
1845 pe_get_data_import_dll_name() from pe.em, instead of
1846 directly accessing pe_data_import_dll variable from pe.em.
1847
1848 2001-09-18 Bruno Haible <haible@clisp.cons.org>
1849
1850 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
1851 (def_file_add_directive): Use ISSPACE instead of isspace.
1852 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
1853 isdigit/isxdigit/isalpha/isalnum.
1854 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
1855 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
1856 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
1857 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
1858 isalnum.
1859 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
1860 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
1861 isupper/tolower.
1862 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
1863 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
1864 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
1865 (ctor_prio): Use ISDIGIT instead of isdigit.
1866 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
1867 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
1868 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
1869 isupper/tolower.
1870 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
1871 (stricpy): Use TOLOWER instead of isupper/tolower.
1872 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
1873 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
1874 (lex_warn_invalid): Use ISPRINT instead of isprint.
1875 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
1876 (main): For gettext, also set the LC_CTYPE locate facet.
1877 (add_keepsyms_file): Use ISSPACE instead of isspace.
1878 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
1879 (is_num, parse_args): Use ISDIGIT instead of isdigit.
1880 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
1881 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
1882 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
1883 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
1884 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
1885 (quoteput): Use ISSPACE instead of isspace.
1886 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
1887 instead of isalnum.
1888
1889 2001-09-18 Alan Modra <amodra@bigpond.net.au>
1890
1891 * deffilep.y (def_stash_module): Constify "name" param.
1892
1893 * pe-dll.c: Replace CONST with const throughout.
1894 (quick_symbol): Constify "n1", "n2", "n3" params.
1895 (make_singleton_name_thunk): Constify "import" param. Make
1896 "buffer_len" a size_t.
1897 (make_import_fixup_entry): Constify "name", "fixup_name",
1898 "dll_symname" params.
1899 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
1900 (pe_get32): Likewise.
1901 (pe_implied_import_dll): Likewise.
1902
1903 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
1904 (sort_by_section_name): Likewise.
1905
1906 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
1907 (make_import_fixup): Cast printf arg, rel->address to long rather
1908 than int.
1909 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
1910
1911 2001-09-15 Alan Modra <amodra@bigpond.net.au>
1912
1913 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
1914 defines BufferSize. Increase buffer size by one.
1915
1916 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
1917
1918 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
1919
1920 2001-09-14 Kevin Lo <kevlo@openbsd.org>
1921
1922 * configure.tgt: Add arm-openbsd target.
1923
1924 2001-09-12 H.J. Lu <hjl@gnu.org>
1925
1926 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
1927 eelf64lppc.o to ...
1928 (ALL_64_EMULATIONS): Here.
1929 * Makefile.in: Regenerated.
1930
1931 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1932
1933 * emultempl/pe.em(make_import_fixup): change signature to
1934 take asection as well as arelec; we need this for proper
1935 error reporting. Only call pe_create_import_fixup() if
1936 there is no attempt to add a constant addend to the reloc;
1937 otherwise, report error condition.
1938 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
1939 since final argument is a pointer to make_import_fixup().
1940 Change call to cb() to match make_import_fixup() signature.
1941 (make_import_fixup_mark): make buffer_len unsigned.
1942 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
1943
1944 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
1945
1946 * ld.texinfo: add verbose documentation for auto-import
1947 direct-addressing workaround, to compliment the terse
1948 error message.
1949
1950 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
1951
1952 * scripttempl/v850.sc: Add gcc_except_table sections.
1953
1954 2001-09-11 Jeffrey A Law (law@cygnus.com)
1955
1956 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
1957 * emulparams/h8300self.sh: Similarly.
1958
1959 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
1960
1961 * ld.texinfo (Options, --stack): Correct default value for stack
1962 reserve.
1963
1964 2001-09-05 Tom Rix <trix@redhat.com>
1965
1966 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
1967
1968 2001-09-03 Andreas Jaeger <aj@suse.de>
1969
1970 * emultempl/beos.em: Declare prototypes for comparions functions,
1971 adjust definitions.
1972
1973 2001-09-02 Andreas Jaeger <aj@suse.de>
1974
1975 * emultempl/aix.em: Add missing prototype.
1976 * emultempl/lnk960.em: Likewise.
1977 * emultempl/vanilla.em: Likewise.
1978 * emultempl/armcoff.em: Likewise.
1979 * emultempl/armelf_oabi.em: Likewise.
1980 * emultempl/beos.em: Likewise.
1981 * emultempl/gld960c.em: Likewise.
1982 * emultempl/gld960.em: Likewise.
1983
1984 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
1985 for prototype declaration.
1986
1987 2001-08-31 Eric Christopher <echristo@redhat.com>
1988 Jason Eckhardt <jle@redhat.com>
1989
1990 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
1991
1992 2001-08-31 Andreas Jaeger <aj@suse.de>
1993
1994 * emultempl/pe.em: Add missing prototypes.
1995 (gld_${EMULATION_NAME}_after_open): Remove extra args to
1996 pe_find_data_imports.
1997 (pr_sym): Add unused attribute.
1998
1999 2001-08-29 Joel Sherrill <joel@OARcorp.com>
2000
2001 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
2002 default from coff to elf.
2003
2004 2001-08-29 Jeff Law <law@redhat.com>
2005
2006 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
2007 ARCH specification.
2008 * emulparams/h8300self.sh: Similarly.
2009
2010 2001-08-28 J"orn Rennecke <amylaar@redhat.com>
2011
2012 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
2013 eh8300self.o .
2014 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
2015 * configure.tgt (h8300-*-elf*): New case.
2016 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
2017 * emulparams/h8300self.sh: New file.
2018 * Makefile.in: Regenerated.
2019
2020 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
2021
2022 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
2023 with macro name.
2024
2025 2001-08-27 Linus Nordberg <linus@swox.com>
2026 Alan Modra <amodra@bigpond.net.au>
2027
2028 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
2029 (eelf64ppc.c, eelf64lppc.c): Add make targets.
2030 Run "make dep-am"
2031 * Makefile.in: Regenerate.
2032 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
2033 entries to correct alphabetical position.
2034 * emulparams/elf64ppc.sh: New.
2035 * emulparams/elf64lppc.sh: New.
2036
2037 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
2038
2039 * ldmain.c (main): Declare BSIZE as static.
2040
2041 2001-08-23 Jakub Jelinek <jakub@redhat.com>
2042
2043 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
2044 into .rel.dyn resp. .rela.dyn if combreloc.
2045 (get_script): If .x linker script is equal to .xn, only put it
2046 once into the binary.
2047 Add .xc and .xsc scripts.
2048 (parse_args): Handle -z combreloc and -z nocombreloc.
2049 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
2050 For .xc and .xsc scripts put all .rel* or .rela* input sections
2051 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
2052 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
2053 is elf.
2054 Strip trailing whitespace from script.
2055 Generate .xc and .xsc scripts if requested.
2056 * ldmain.c (main): Initialize link_info.combreloc and
2057 link_info.spare_dynamic_tags.
2058 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
2059 (ld_options): Add --spare-dynamic-tags option.
2060 (parse_args): Likewise.
2061 * ld.texinfo: Document -z combreloc and -z nocombreloc.
2062 * ldint.texinfo: Document .xc and .xsc linker scripts.
2063 * NEWS: Add notes about -z combreloc and SHF_MERGE.
2064
2065 2001-08-22 H.J. Lu <hjl@gnu.org>
2066
2067 * emulparams/elf32fr30.sh: Add a newline.
2068
2069 2001-08-21 Andreas Jaeger <aj@suse.de>
2070
2071 * deffilep.y: Add missing prototypes.
2072 * pe-dll.c: Likewise.
2073
2074 2001-08-20 Alan Modra <amodra@bigpond.net.au>
2075
2076 * ldlang.c (insert_pad): Fix typos in last patch.
2077
2078 * ldlang.c: When traversing lang_statement_union_type lists,
2079 consistently use "header.next" rather than "next".
2080 * mpw-eppcmac.c: Likewise.
2081 * emultempl/beos.em: Likewise.
2082 * emultempl/hppaelf.em: Likewise.
2083 * emultempl/pe.em: Likewise.
2084 * ldlang.h (union lang_statement_union): Remove "next" field.
2085
2086 * ldlang.c (insert_pad): Use offsetof macro.
2087 (lang_size_sections): Always neuter padding statements.
2088 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
2089
2090 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
2091 passed to lang_size_sections.
2092 (pe_exe_fill_sections): Likewise.
2093 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
2094 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
2095
2096 2001-08-18 Alan Modra <amodra@bigpond.net.au>
2097
2098 * emultempl/aix.em: Formatting fixes.
2099
2100 2001-08-18 Alan Modra <amodra@bigpond.net.au>
2101
2102 * ldlang.c (insert_pad): Make use of an existing pad statement if
2103 available. Move code calculating alignment, adjusting section
2104 alignment power, and adjusting dot to ..
2105 (size_input_section): .. here. Remove unused relax param.
2106 (lang_size_sections): Change boolean `relax' param to boolean *.
2107 Adjust call to size_input_section. Make use of insert_pad to
2108 place pad after the assignment statement. If relaxing, zap
2109 padding statements.
2110 (reset_memory_regions): Reset output_bfd section sizes too.
2111 (relax_again): Move to..
2112 (lang_process): ..here. Adjust call to lang_size_sections, and
2113 remove duplicated code.
2114 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
2115
2116 2001-08-17 Alan Modra <amodra@bigpond.net.au>
2117
2118 * ld.texinfo: Document that fill values now use the four least
2119 significant bytes.
2120 * emulparams/elf32fr30.sh (NOP): Update.
2121 * emulparams/elf32mcore.sh: Likewise.
2122 * emulparams/elf64_s390.sh: Likewise.
2123 * emulparams/elf_i386.sh: Likewise.
2124 * emulparams/elf_i386_be.sh: Likewise.
2125 * emulparams/elf_i386_chaos.sh: Likewise.
2126 * emulparams/elf_i386_ldso.sh: Likewise.
2127 * emulparams/elf_s390.sh: Likewise.
2128 * emulparams/elf_x86_64.sh: Likewise.
2129 * emulparams/i386moss.sh: Likewise.
2130 * emulparams/i386nw.sh: Likewise.
2131 * emulparams/m68kelf.sh: Likewise.
2132 * scripttempl/elf.sc: Update NOP comment.
2133 * scripttempl/elfi370.sc: Likewise.
2134 * scripttempl/elfm68hc11.sc: Likewise.
2135 * scripttempl/elfm68hc12.sc: Likewise.
2136 * scripttempl/nw.sc: Likewise.
2137
2138 2001-08-15 Tom Rix <trix@redhat.com>
2139
2140 * ldgram.y (saved_script_handle): Initialize to NULL.
2141 * ldmain.c (main): Change check on saved_script_handle.
2142
2143 2001-08-14 Alan Modra <amodra@bigpond.net.au>
2144
2145 * emultempl/elf32.em: Formatting fixes.
2146 (output_prev_sec_find): Test for bfd_ind_section too; do so by
2147 looking at sec->owner.
2148 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
2149 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
2150 unused code, and reorganize orphan section placement code.
2151
2152 * ldlang.c (wild_doit): Rename to lang_add_section.
2153 * ldlang.h: Here too.
2154 * mpw-elfmips.c: And here.
2155 * emultempl/beos.em: And here.
2156 * emultempl/elf32.em: And here.
2157 * emultempl/hppaelf.em: And here.
2158 * emultempl/pe.em: And here.
2159
2160 2001-08-13 Richard Henderson <rth@redhat.com>
2161
2162 * emultempl/needrelax.em: New file.
2163 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
2164 * Makefile.am (eelf64_ia64.c): Depend on it.
2165 * Makefile.in: Rebuild.
2166
2167 2001-08-13 Alan Modra <amodra@bigpond.net.au>
2168
2169 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
2170 output_section is set non-NULL.
2171
2172 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
2173 `true' for SEC_EXCLUDE sections so that the generic code doesn't
2174 needlessly create an output_section_statement. Treat a correctly
2175 named output_section_statement with NULL bfd_section as compatible.
2176
2177 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
2178
2179 * emultempl/generic.em: Support EXTRA_EM_FILE.
2180 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
2181 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2182 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2183 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2184 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2185 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2186 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2187 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2188 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2189 LDEMUL_FIND_POTENTIAL_LIBRARIES.
2190
2191 2001-08-12 Richard Henderson <rth@redhat.com>
2192
2193 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
2194 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
2195 scripttempl/v850.sc: Keep .jcr data.
2196
2197 2001-08-12 H.J. Lu <hjl@gnu.org>
2198 Andrew Haley <aph@cambridge.redhat.com>
2199 Nick Clifton <nickc@redhat.com>
2200
2201 * ldgram.y (had_script): Change name to saved_script_handle.
2202 Change type to file handle.
2203 * ld.h (had_script): Rename and retype.
2204 * ldfile.c (ldfile_open_command_file): Save the file handle
2205 used in saved_script_handle.
2206 * lexsup.c (parse_args): Do not allow -c option to alter
2207 saved_script_handle.
2208 * ldmain.c (main): Print out the linker script used if
2209 --verbose is given. Check saved_script_handle to obtain the
2210 external linker script used, or if NULL, dump the builtin
2211 script.
2212 * ld.texinfo: Document that --verbose now dumps the linker
2213 script used, regardless of whether it was an internal or an
2214 external script.
2215
2216 2001-08-10 Andreas Jaeger <aj@suse.de>
2217
2218 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2219 to build warnings.
2220 * configure: Regenerate.
2221
2222 2001-08-09 Alan Modra <amodra@bigpond.net.au>
2223
2224 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
2225
2226 * scripttempl/elf.sc: Move non-text .dynamic section before
2227 .plt/.got/.sdata* group.
2228 (OTHER_GOT_SECTIONS): Move to immediately after .got.
2229 (OTHER_SDATA_SECTIONS): Add.
2230 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
2231 OTHER_GOT_SECTIONS.
2232 * emulparams/crislinux.sh: Likewise.
2233 * emulparams/elf32b4300.sh: Likewise.
2234 * emulparams/elf32bmip.sh: Likewise.
2235 * emulparams/elf32bmipn32.sh: Likewise.
2236 * emulparams/elf32bsmip.sh: Likewise.
2237 * emulparams/elf32btsmip.sh: Likewise.
2238 * emulparams/elf32ebmip.sh: Likewise.
2239 * emulparams/elf32elmip.sh: Likewise.
2240 * emulparams/elf32l4300.sh: Likewise.
2241 * emulparams/elf32lmip.sh: Likewise.
2242 * emulparams/elf32lsmip.sh: Likewise.
2243 * emulparams/elf32ltsmip.sh: Likewise.
2244 * emulparams/elf64bmip.sh: Likewise.
2245 * emulparams/elf64btsmip.sh: Likewise.
2246 * emulparams/elf64ltsmip.sh: Likewise.
2247
2248 2001-08-08 Alan Modra <amodra@bigpond.net.au>
2249
2250 * genscripts.sh: Source the emulparams script before each output
2251 script is generated so that variables like `RELOCATING' may affect
2252 variables defined in the emulparams script.
2253
2254 2001-08-04 Alan Modra <amodra@bigpond.net.au>
2255
2256 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
2257 order.
2258
2259 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
2260 ie. iterate over wild_statement.section_list.
2261 (gld${EMULATION_NAME}_place_orphan): Likewise.
2262
2263 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2264
2265 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
2266 .fini[0-4] sections used by _exit
2267 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
2268 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
2269 * scripttempl/elfm68hc11.sc: Likewise.
2270
2271 2001-08-03 H.J. Lu <hjl@gnu.org>
2272
2273 * emultempl/beos.em (init): Add the missing initialization.
2274
2275 2001-08-03 Alan Modra <amodra@bigpond.net.au>
2276
2277 * ld.texinfo (Input Section Basics): Clarify ordering of output
2278 sections.
2279 * ldlang.c (callback_t): Add wildcard_list param.
2280 (walk_wild_section): Remove "section" param. Rewrite for
2281 lang_wild_statement_type change. Remove unique_section_p test.
2282 (walk_wild_file): Remove "section" param.
2283 (walk_wild): Remove "section" and "file" params.
2284 (lang_gc_wild): Likewise.
2285 (wild): Likewise. Modify for lang_wild_statement_type change.
2286 (wild_sort): Likewise. Add "sec" param.
2287 (gc_section_callback): Likewise.
2288 (output_section_callback): Likewise. Do unique_section_p test.
2289 (map_input_to_output_sections): Modify call to wild.
2290 (lang_gc_sections_1): Likewise.
2291 (print_wild_statement): Modify for lang_wild_statement_type
2292 change.
2293 (lang_add_wild): Replace filename, filenames_sorted param with
2294 filespec. Replace section_name, sections_sorted,
2295 exclude_filename_list with section_list.
2296 * ldlang.h (lang_add_wild): Here too.
2297 (lang_wild_statement_type): Replace section_name, sections_sorted,
2298 and exclude_filename_list with section_list.
2299 * ldgram.y (current_file): Delete.
2300 (%union): Add wildcard_list.
2301 (file_NAME_list): Set type to wildcard_list. Build a linked list
2302 rather than calling lang_add_wild for each entry.
2303 (input_section_spec_no_keep): Call lang_add_wild here instead.
2304 * ld.h (struct wildcard_list): Declare.
2305 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
2306
2307 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
2308
2309 * ldmain.c (main): initialize link_info.pei386_auto_import
2310 * pe-dll.c: new tables for auto-export filtering
2311 (auto_export): change API, pass abfd for contextual filtering.
2312 Loop thru tables of excluded symbols instead of comparing
2313 "by hand".
2314
2315 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
2316
2317 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
2318 static variable current_sec (static struct sec *). Add
2319 forward declaration for add_bfd_to_link.
2320 (process_def_file): Don't export undefined symbols. Do not
2321 export symbols starting with "_imp__". Call auto_export()
2322 with new API.
2323 (pe_walk_relocs_of_symbol): New function.
2324 (generate_reloc): add optional extra debugging
2325 (pe_dll_generate_def_file): eliminate extraneous initial blank
2326 line in output
2327 (make_one): enlarge symtab to make room for __nm__ symbols
2328 (DATA auto-import support).
2329 (make_singleton_name_thunk): New function.
2330 (make_import_fixup_mark): New function.
2331 (make_import_fixup_entry): New function.
2332 (pe_create_import_fixup): New function.
2333 (add_bfd_to_link): Specify that 'name' argument is a CONST
2334 char *.
2335 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
2336 declare new functions pe_walk_relocs_of_symbol and
2337 pe_create_import_fixup.
2338 * emultempl/pe.em: add new options --enable-auto-import,
2339 --disable-auto-import, and --enable-extra-pe-debug.
2340 (make_import_fixup): New function.
2341 (pe_find_data_imports): New function.
2342 (pr_sym): New function.
2343 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
2344 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
2345 CODE.
2346
2347 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
2348
2349 * ld.texinfo: add additional documentation for
2350 --export-all-symbols. Document --out-implib,
2351 --enable-auto-image-base, --disable-auto-image-base,
2352 --dll-search-prefix, --enable-auto-import, and
2353 --disable-auto-import.
2354 * ldint.texinfo: Add detailed documentation on auto-import
2355 implementation.
2356
2357 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2358
2359 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
2360 example.
2361
2362 2001-07-24 Alan Modra <amodra@bigpond.net.au>
2363
2364 * Makefile.am: Update dependencies with "make dep-am".
2365 * Makefile.in: Regenerate
2366
2367 2001-07-23 Alan Modra <amodra@bigpond.net.au>
2368
2369 * ldcref.c (check_section_sym_xref): New function.
2370 (check_nocrossrefs): Call it.
2371 (check_nocrossref): Interate over h->refs here instead of..
2372 (check_refs): ..here. Pass in the symbol name, section, and bfd
2373 rather than hash_entry pointers.
2374 (struct check_refs_info): Keep symbol name rather than hash entry.
2375 Remove "same".
2376 (check_reloc_refs): Tweak for above changes in check_refs_info.
2377 Only report references to section syms when symname is NULL to
2378 prevent duplicate messages for the same reloc.
2379
2380 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2381
2382 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
2383 available. Do not print NULL trees.
2384 (exp_print_token): Print unknown tokens with values > 126 as
2385 decimal values not ASCII characters.
2386
2387 * ldlang.c (lang_leave_overlay): If a region is specified assign
2388 it to all sections inside the overlay unless they have been
2389 assigned to the own, non-default, memory region.
2390
2391 * README: Add header for consistency with other README files.
2392
2393 2001-07-14 H.J. Lu <hjl@gnu.org>
2394
2395 * emultempl/elf32.em (output_prev_sec_find): Never return
2396 bfd_abs_section_ptr, bfd_com_section_ptr nor
2397 bfd_und_section_ptr.
2398
2399 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
2400
2401 * Makefile.am (em32relf.c): Change dependency from generic.em to
2402 elf32.em.
2403 * Makefile.in: Regenerate.
2404
2405 2001-07-14 matthew green <mrg@eterna.com.au>
2406
2407 * configure.tgt (i386-*-netbsdelf*): New target.
2408 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
2409
2410 2001-07-13 Jakub Jelinek <jakub@redhat.com>
2411
2412 * emultempl/elf32.em (output_prev_sec_find): New.
2413 (place_orphan): Use it.
2414
2415 2001-07-11 H.J. Lu <hjl@gnu.org>
2416
2417 * ldmain.c (main): Fix typos in the last change.
2418
2419 2001-07-11 Jakub Jelinek <jakub@redhat.com>
2420
2421 * ldmain.c (main): Disallow -F and -f without -shared.
2422
2423 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2424
2425 * emultempl/pe.em (after_open): Check for the output_bfd not
2426 having any coff_data structure allocated to it.
2427
2428 2001-07-09 David O'Brien <obrien@FreeBSD.org>
2429
2430 * emultempl/elf32.em: Do not assuming that contents of the buffer
2431 returned from basename function will remain unchanged accross other
2432 function calls.
2433
2434 2001-07-03 H.J. Lu <hjl@gnu.org>
2435
2436 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
2437 2001-07-03. It creates dynamic entries even for static binaries.
2438
2439 2001-07-03 Jakub Jelinek <jakub@redhat.com>
2440
2441 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
2442 (DYNAMIC): Use it to reserve few dynamic entries for
2443 post-linking tools.
2444
2445 2001-06-27 Alan Modra <amodra@bigpond.net.au>
2446
2447 * emulparams/hppa64linux.sh: New file.
2448 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
2449 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
2450 (ehppa64linux.c): Add rule to make it.
2451 Run "make dep-am".
2452 * Makefile.in: Regenerate.
2453
2454 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
2455
2456 * ld.texinfo (Options, -r): Mention restrictions when using
2457 different object formats.
2458
2459 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
2460
2461 * ldlang.c (lang_check): Emit fatal error if relocatable link
2462 between different object flavours with relocations in input.
2463
2464 2001-06-19 H.J. Lu <hjl@gnu.org>
2465
2466 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
2467 (--version-script): Mention the language support.
2468
2469 2001-06-19 H.J. Lu <hjl@gnu.org>
2470
2471 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
2472
2473 2001-06-18 H.J. Lu <hjl@gnu.org>
2474
2475 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
2476 (diststuff): Add $(MANS).
2477 * Makefile.in: Regenerated.
2478
2479 * ld.1: Removed.
2480
2481 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
2482
2483 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2484 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
2485 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
2486 * ld.h (args_type): Remove member export_dynamic. All users
2487 changed to use struct bfd_link_info member.
2488
2489 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
2490 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
2491 * Makefile.in: Regenerate.
2492
2493 2001-06-18 H.J. Lu <hjl@gnu.org>
2494
2495 * ldlang.c (init_os): Add the newline to the einfo call.
2496 (lang_check): Likewise.
2497 (lang_do_version_exports_section): Likewise.
2498
2499 2001-06-15 H.J. Lu <hjl@gnu.org>
2500
2501 * lexsup.c (parse_args); Save optind to report unrecognized
2502 option.
2503
2504 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
2505
2506 * ldlang.c (lang_check): Emit fatal error if relocatable link
2507 between different object flavours.
2508
2509 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
2510 Set new link_info member export_dynamic.
2511 * ldmain.c (main): Initialize new link_info member export_dynamic.
2512
2513 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
2514
2515 * ldlang.c (walk_wild): Only call walk_wild_file if
2516 lookup_name returns something.
2517 (lookup_name): If load_symbols fails, return NULL.
2518 (load_symbols): Change to a boolean function.
2519 (open_input_bfds): If load_symbols fails then do not make the
2520 executable.
2521
2522 2001-06-08 Alan Modra <amodra@bigpond.net.au>
2523
2524 * ldlang.c (record_bfd_errors): Remove.
2525
2526 * emultempl/aix.em: Fix copyright dates.
2527
2528 2001-06-07 Andreas Jaeger <aj@suse.de>
2529
2530 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
2531 (TEXT_START_ADDR): Likewise.
2532
2533 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
2534
2535 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
2536
2537 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2538
2539 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
2540
2541 2001-05-31 H.J. Lu <hjl@gnu.org>
2542
2543 * ldlang.c (open_input_bfds): Don't change the bfd error
2544 handler whilst loading symbols.
2545
2546 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2547
2548 * configure.tgt: Remove i370-mvs architecture, it is not currently
2549 supported.
2550
2551 2001-05-25 H.J. Lu <hjl@gnu.org>
2552
2553 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2554 like emulparams/aixppc.sh.
2555
2556 2001-05-25 H.J. Lu <hjl@gnu.org>
2557
2558 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
2559 setting of output_filename after bfd_scan_arch.
2560 * emultempl/pe.em: Likewise.
2561
2562 2001-05-25 H.J. Lu <hjl@gnu.org>
2563
2564 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2565 like emulparams/aixppc.sh.
2566
2567 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
2568 instead of ${srcdir}/emultempl/stringify.sed.
2569
2570 2001-05-25 Timothy Wall <twall@oculustech.com>
2571
2572 * emulparams/elf64_aix.sh: Change settings to match IBM linker
2573 output.
2574
2575 2001-05-25 Alan Modra <amodra@one.net.au>
2576
2577 * configure.host: Replace linuxoldld with linux*oldld.
2578 * configure.tgt: Likewise.
2579
2580 2001-05-24 H.J. Lu <hjl@gnu.org>
2581
2582 * emultempl/stringify.sed: Removed again.
2583
2584 2001-05-24 H.J. Lu <hjl@gnu.org>
2585
2586 * emultempl/aix.em (OUTPUT_ARCH): Defined.
2587 (gld${EMULATION_NAME}_before_parse): Initialize
2588 ldfile_output_architecture, ldfile_output_machine and
2589 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
2590 * emultempl/beos.em: Likewise.
2591 * emultempl/elf32.em: Likewise.
2592 * emultempl/linux.em: Likewise.
2593 * emultempl/mipsecoff.em: Likewise.
2594 * emultempl/pe.em: Likewise.
2595 * emultempl/sunos.em: Likewise.
2596
2597 2001-05-24 Tom Rix <trix@redhat.com>
2598
2599 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
2600 udate import file format.
2601 (change_symbol_mode) New, same
2602 (is_syscall) New, same
2603 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
2604 * emulparams/aixppc64.sh : same
2605 * emulparams/aixrs6.sh : same
2606 * emulparams/ppcmacos.sh : same
2607 * emultempl/aix.em : use strtoull to parse options
2608 * Makefile.am : add eaixppc64 emulation for xcoff64
2609 * Makefile.in : same
2610 * configure.tgt : same
2611
2612 * scripttempl/aix.sc : default text section offset to 0x10000000
2613 default data section offset to 0x20000000
2614 add .sv3264 and .sv64 pseudo sections
2615 loader and debug sections use the currect section offset.
2616
2617 * emultempl/aix.em : Add xcoff64 support
2618 Add -binitfini support
2619 (gld${EMULATION_NAME}_before_parse) -binitfini
2620 (gld${EMULATION_NAME}_parse_args) same
2621 (gld${EMULATION_NAME}_before_allocation) format change for special
2622 sections
2623
2624 * emulparams/aixppc64.sh : New file for xcoff64 support
2625
2626 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
2627
2628 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
2629 variable to avoid non-portable shell construct.
2630
2631 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2632
2633 * ldmain.c (get_emulation): Add -mips5 command line argument.
2634
2635 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
2636
2637 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
2638 (ELF_INTERPRETER_NAME): Define it.
2639 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
2640 it.
2641 * configure.tgt (targ_emul, targ_extra_emuls)
2642 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
2643 as primary, elf_i386 as extra.
2644 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
2645 (eelf_i386_ldso.c): New rule.
2646 * Makefile.in: Rebuilt.
2647
2648 2001-05-22 Nick Clifton <nickc@redhat.com>
2649
2650 * lexsup.c (ld_options): Allow -I to be an alias for
2651 --dynamic-linker. This is for Solaris compatability.
2652 * ld.texinfo: Document that -I can be used.
2653 * ld.1: Regenerate.
2654
2655 2001-05-16 Alan Modra <amodra@one.net.au>
2656
2657 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
2658 whether an input section is the first one assigned to an output
2659 section.
2660 Assorted formatting fixes.
2661
2662 2001-05-14 DJ Delorie <dj@delorie.com>
2663
2664 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
2665 * Makefile.in: Ditto.
2666
2667 2001-05-11 Jakub Jelinek <jakub@redhat.com>
2668
2669 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
2670 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
2671 output sections.
2672 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
2673
2674 2001-05-11 Jakub Jelinek <jakub@redhat.com>
2675
2676 * ldlang.c (lang_process): Call bfd_merge_sections.
2677
2678 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2679
2680 * ldgram.y: Fix typo.
2681
2682 2001-05-03 H.J. Lu <hjl@gnu.org>
2683
2684 * emultempl/elf32.em: Include "libiberty.h".
2685 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
2686 basename of the bfd filename.
2687 (gld${EMULATION_NAME}_stat_needed): Likewise.
2688 (gld${EMULATION_NAME}_try_needed): Likewise.
2689 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
2690
2691 2001-05-02 H.J. Lu <hjl@gnu.org>
2692
2693 * emultempl/pe.em: Include <ctype.h>.
2694
2695 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
2696
2697 * emulparams/elf32openrisc.sh: New file.
2698
2699 * Makefile.am: Add OpenRISC target.
2700 * Makefile.in: Regenerated.
2701
2702 * configure.tgt: Add openrisc-*-* mapping.
2703
2704 2001-05-02 Nick Clifton <nickc@redhat.com>
2705
2706 * emultempl/aix.em: Replace buystring with xstrdup.
2707 * emultempl/beos.em: Replace buystring with xstrdup.
2708
2709 2001-05-02 H.J. Lu <hjl@gnu.org>
2710
2711 * ldfile.c: Include "libiberty.h".
2712 * ldlex.l: Likewise.
2713
2714 * ldmisc.c (buystring): Removed.
2715 * ldmisc.h: Likewise.
2716
2717 * ldfile.c: Replace buystring with xstrdup.
2718 * ldlang.c: Likewise.
2719 * ldlex.l: Likewise.
2720 * ldmain.c: Likewise.
2721 * ldmisc.c: Likewise.
2722 * lexsup.c: Likewise.
2723 * mpw-eppcmac.c: Likewise.
2724
2725 2001-04-30 Andreas Jaeger <aj@suse.de>
2726
2727 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
2728
2729 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2730
2731 * ldlang.c (load_symbols): Give emulation a chance
2732 to process unrecognized file before fatal error is
2733 reported, not after.
2734
2735 2001-04-27 Sean McNeil <sean@mcneil.com>
2736
2737 * configure.tgt: Add arm-vxworks target.
2738 * scripttempl/armcoff.sc: Support .text or .data as a section name
2739 prefix.
2740 Define _etext.
2741
2742 2001-04-13 J.T. Conklin <jtc@redback.com>
2743
2744 * ld.texinfo: Document --fatal-warnings.
2745 * ld.1: Regenerate.
2746
2747 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
2748 warnings have been turned into errors.
2749 * lexsup.c (OPTION_WARN_FATAL): Define.
2750 (ld_options): Entry for --fatal-warnings.
2751 (parse_args): Handle OPTION_WARN_FATAL.
2752 * ld.h (ld_config_type): Add fatal_warnings field.
2753
2754 2001-04-13 Jakub Jelinek <jakub@redhat.com>
2755
2756 * ldmain.c (main): Default to discard_sec_merge.
2757 * lexsup.c (OPTION_DISCARD_NONE): Define.
2758 (ld_options): Add --discard-none.
2759 (parse_args): Handle OPTION_DISCARD_NONE.
2760 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
2761 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
2762 all its input sections match.
2763
2764 2001-04-05 Steven J. Hill <sjhill@cotw.com>
2765
2766 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
2767 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
2768 (eelf32ltsmip.c): New target.
2769 (eelf64btsmip.c): Likewise.
2770 (eelf64ltsmip.c): Likewise.
2771 * Makefile.in: Regenerated.
2772
2773 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
2774 target.
2775 (mips*-*-linux-gnu*): Likewise.
2776
2777 * emulparams/elf32ltsmip.sh: New. Traditional little endian
2778 MIPS taget.
2779 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
2780 target.
2781 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
2782 endian target.
2783
2784 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
2785
2786 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
2787 correct value of __Stext here.
2788 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
2789 .startup section.
2790
2791 * emulparams/crislinux.sh: Remove FIXME.
2792
2793 2001-04-02 Alan Modra <alan@linuxcare.com.au>
2794
2795 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
2796 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
2797
2798 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
2799
2800 * configure.tgt (cris-*-*): Change default emulation to criself.
2801 (cris-*-*aout*): New rule.
2802
2803 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
2804
2805 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
2806 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
2807
2808 2001-03-26 Andreas Jaeger <aj@suse.de>
2809
2810 * ld.texinfo (Overview): Fix syntax in texi code.
2811
2812 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2813
2814 * ld.texinfo: Put @c man indications to generate the ld man page.
2815 When generating man, define all the variables. Define SEEALSO
2816 and SYNOPSIS. Re-organize some lines to avoid the cross references.
2817 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
2818 (ld.1): Generate from ld.texinfo.
2819 * Makefile.in: Regenerate.
2820
2821 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
2822
2823 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
2824 and '-fdata-sections'. Set the VMA of STABS sections to zero.
2825
2826 2001-03-17 Ulrich Drepper <drepper@redhat.com>
2827
2828 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
2829 is an absolute path look only for this file and not along the path.
2830
2831 2001-03-17 Ulrich Drepper <drepper@redhat.com>
2832
2833 * emultempl/elf32.em (OPTION_GROUP): New macro.
2834 Add new option Bgroup to longopts.
2835 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
2836 (gld*_list_options): Add -Bgroup and -z defs.
2837 * ld.1: Document -Bgroup and -z defs.
2838 * ld.texinfo: Likewise.
2839
2840 2001-03-07 Michael Meissner <meissner@redhat.com>
2841
2842 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
2843 with sections created by -fdata-sections.
2844 (.dynbss,.bss): Ditto.
2845
2846 2001-03-05 Alan Modra <alan@linuxcare.com.au>
2847
2848 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
2849 after_allocation_default, not gld..._before_allocation.
2850
2851 2001-02-27 Alan Modra <alan@linuxcare.com.au>
2852
2853 * configure.in (BFD_VERSION): New.
2854 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2855 * configure: Regenerate.
2856 * Makefile.am: Run "make dep-am"
2857 * Makefile.in: Regenerate.
2858
2859 2001-02-26 Timothy Wall <twall@cygnus.com>
2860
2861 * emulparams/elf64_aix.sh: Add additional read-only sections;
2862 uncomment lines which are now required.
2863
2864 2001-02-26 H.J. Lu <hjl@gnu.org>
2865
2866 * ldlang.c (open_input_bfds): Set the bfd error handler so
2867 that problems can be caught whilst loading symbols.
2868 (record_bfd_errors): New function: Report BFD errors and mark
2869 the executable output as being invalid.
2870
2871 2001-02-22 Timothy Wall <twall@cygnus.com>
2872
2873 * configure.host: Add configuration for ia64-*-aix*.
2874 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
2875 Add dependencies for eelf64_aix.c.
2876 * Makefile.in: Regenerate.
2877 * configure.tgt: Add ia64-*-aix* mapping.
2878 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
2879 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
2880 AIX-specific test.
2881
2882 2001-02-20 H.J. Lu <hjl@gnu.org>
2883
2884 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
2885 false if we found the file.
2886
2887 2001-02-18 David O'Brien <obrien@FreeBSD.org>
2888
2889 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
2890 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
2891
2892 2001-02-18 lars brinkhoff <lars@nocrew.org>
2893
2894 * Makefile.am: Add PDP-11 target.
2895 * configure.tgt: Likewise.
2896 * emulparams/pdp11.sh: New file.
2897
2898 2001-02-17 David O'Brien <obrien@FreeBSD.org>
2899
2900 * configure.host: Add a generic FreeBSD configuration entry such that
2901 all [modern] FreeBSD systems on all platforms will look the same.
2902
2903 2001-02-14 H.J. Lu <hjl@gnu.org>
2904
2905 * configure.tgt: Remove mention of earmelf_linux26.
2906
2907 2001-02-13 Richard Henderson <rth@redhat.com>
2908
2909 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
2910
2911 2001-02-13 H.J. Lu <hjl@gnu.org>
2912
2913 * ldexp.h (node_type): Add etree_provided.
2914 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
2915 type to etree_provided if defined by PROVIDE. Allow updating
2916 for etree_provided.
2917 (exp_print_tree): Handle etree_provided.
2918 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
2919 etree_provided.
2920
2921 2001-02-09 David Mosberger <davidm@hpl.hp.com>
2922
2923 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
2924 .IA_64.unwind.* pattern to unwind table section and
2925 .IA_64.unwind_info* pattern to unwind info section.
2926
2927 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2928
2929 * Makefile.am: Add linux target for S/390.
2930 * Makefile.in: Likewise.
2931 * configure.host: Likewise.
2932 * configure.tgt: Likewise.
2933 * emulparams/elf64_s390.sh: New file.
2934 * emulparams/elf_s390.sh: New file.
2935
2936 2001-02-09 Jakub Jelinek <jakub@redhat.com>
2937
2938 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
2939 targ_extra_libpath.
2940 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
2941
2942 2001-02-06 Philip Blundell <philb@gnu.org>
2943
2944 * Makefile.am: Remove mention of earmelf_linux26.
2945 * Makefile.in: Regenerate.
2946
2947 2001-02-04 Philip Blundell <philb@gnu.org>
2948
2949 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
2950 * emulparams/armelf_linux26.sh: Delete.
2951 * configure.tgt: Remove mention of armelf_linux26 emulation.
2952
2953 2001-02-01 Nick Clifton <nickc@redhat.com>
2954
2955 * ld.1: Replace occurances of -oformat with --oformat.
2956
2957 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
2958
2959 * ldlang.c (lang_leave_overlay): Don't set lma_region when
2960 load_base is specified.
2961
2962 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
2963
2964 * emultempl/elf32.em: Correct spelling in comments and listed
2965 options.
2966
2967 2001-01-23 Alan Modra <alan@linuxcare.com.au>
2968
2969 * ldlang.c (lang_leave_overlay): Only set lma_region from the
2970 default for the first section of a group of overlay sections.
2971
2972 2001-01-22 Alan Modra <alan@linuxcare.com.au>
2973
2974 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
2975 * Makefile.in: Regenerate.
2976 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
2977 Check for null tool_dir.
2978
2979 2001-01-16 Jim Wilson <wilson@redhat.com>
2980
2981 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
2982 and IA_64.unwind.info.
2983
2984 2001-01-16 H.J. Lu <hjl@gnu.org>
2985
2986 * ldlang.c (lang_check): Merge the private data only if the
2987 input file has contents.
2988
2989 2001-01-14 Alan Modra <alan@linuxcare.com.au>
2990
2991 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
2992
2993 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
2994 enabling search for libmilli. On a relocatable link, make .text
2995 sections unique.
2996 (LDEMUL_AFTER_PARSE): Define.
2997 (hppaelf_finish): Correct spelling of relocatable in comments.
2998
2999 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3000 rummage through the script for sections on the unique list.
3001 Correct length of strncmp for ".note".
3002 (gld${EMULATION_NAME}_check_needed): Rearrange function.
3003
3004 * ldlang.c (unique_section_list): New var.
3005 (unique_section_p): New function.
3006 (walk_wild_section): Don't match sections on unique_section_list.
3007 (lang_add_unique): New function.
3008 Correct spelling of relocatable in comments.
3009
3010 * ldlang.h (struct unique_sections): Declare.
3011 (unique_section_list): Declare.
3012 (unique_section_p): Declare.
3013 (lang_add_unique): Declare.
3014
3015 * lexsup.c (ld_options): Allow --unique to take an optional arg.
3016 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
3017
3018 * ld.texinfo (--unique): Update.
3019
3020 2001-01-13 Nick Clifton <nickc@redhat.com>
3021
3022 * lexsup.c (parse_args): Remove spurious white space.
3023
3024 2001-01-12 Nick Clifton <nickc@redhat.com>
3025
3026 * lexsup.c (parse_args): Update copyright date.
3027
3028 2001-01-12 Philip Blundell <pb@futuretv.com>
3029
3030 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
3031
3032 2001-01-10 Kazu Hirata <kazu@hxi.com>
3033
3034 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
3035 * scripttempl/h8300h.sc: Fix formatting.
3036 * scripttempl/h8300s.sc: Likewise.
3037 * scripttempl/h8500.sc: Likewise.
3038 * scripttempl/h8500b.sc: Likewise.
3039 * scripttempl/h8500c.sc: Likewise.
3040 * scripttempl/h8500m.sc: Likewise.
3041 * scripttempl/h8500s.sc: Likewise.
3042
3043 2000-01-07 David O'Brien <obrien@BSDi.com>
3044
3045 * emultempl/elf32.em: Only perform Linux ld hints processing when
3046 targeting Linux.
3047
3048 2001-01-07 Philip Blundell <philb@gnu.org>
3049
3050 * ld.texinfo (Bug Reporting): Update email address for reports.
3051
3052 2000-12-31 Nick Clifton <nickc@redhat.com>
3053
3054 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
3055 options by checking for a return value of '?' not -1.
3056
3057 2000-12-28 Nick Clifton <nickc@redhat.com>
3058
3059 * lexsup.c (struct ld_option): Add new enum value:
3060 EXACTLY_TWO_DASHES.
3061 (ld_options[]): Change -omagic, -output and -oformat options
3062 to be EXACTLY_TWO_DASHES.
3063 (OUTPUT_COUNT): Use ARRAY_SIZE.
3064 (parse_args): Change parameter 'argc' to unsigned.
3065 Place EXACTLY_TWO_DASHES options into new really_longopts
3066 array.
3067 If getopt_long_only fails, try calling getopt_long using the
3068 really_longopts array.
3069 (help): Print a double dash for both EXACTLY_TWO_DASHES and
3070 TWO_DASHES options.
3071
3072 * ldlex.h: Fix prototype of parse_args.
3073
3074 * ld.texinfo: Document that long options starting with 'o'
3075 must be preceeded by two dashes. Change example of a single
3076 dashed long option from -oformat to -trace-symbol.
3077
3078 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3079
3080 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
3081 (longopts[]): New --no-default-excludes option.
3082 (gld_${EMULATION_NAME}_list_options): Document.
3083 (gld_${EMULATION_NAME}_parse_args): Handle.
3084
3085 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3086
3087 * ldlang.c (new_stat): Revert the last beautification with "innocent"
3088 whitespace, it breaks the K&R C preprocessor.
3089
3090 2000-12-11 DJ Delorie <dj@redhat.com>
3091
3092 * ld.texinfo: Add notes about --whole-archive and gcc.
3093
3094 2000-11-18 Fred Fish <fnf@be.com>
3095
3096 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
3097 (ld_options): Entry for --allow-shlib-undefined.
3098 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
3099 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
3100 to false.
3101 * ld.texinfo: Document new command line switch.
3102
3103 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
3104
3105 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
3106 .fixup is actually read/write.
3107 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3108 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3109 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3110
3111 2000-12-11 Jan Hubicka <jh@suse.cz>
3112
3113 * NEWS: Add note about x86_64 architecture.
3114
3115 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
3116
3117 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
3118 Set DWARF2 sections to a VMA of zero.
3119
3120 2000-12-01 Joel Sherrill <joel@OARcorp.com>
3121
3122 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
3123 New targets.
3124 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3125 (sparc*-*-rtems*): Switched from a.out to ELF.
3126
3127 2000-11-30 Jan Hubicka <jh@suse.cz>
3128
3129 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
3130 (eelf_x86_64.c): New.
3131 * Makefile.in: Regenerate.
3132 * configure.tgt: Add support for x86_64-*-linux-gnu*.
3133 * emulparams/elf_x86_64.sh: New.
3134
3135 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
3136
3137 * emulparams/crislinux.sh (ENTRY): Change back to _start.
3138 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
3139
3140 * scripttempl/crisaout.sc: Change all RELOCATING not related to
3141 merging non-a.out sections into CONSTRUCTING.
3142
3143 2000-11-28 Nick Clifton <nickc@redhat.com>
3144
3145 * ld.1 (COPYING): Mention that the GNU Free Documentation
3146 License is present in the sources, but not the output, and
3147 also available from the GNU website.
3148 (GNU Free Documentation License): Comment out this section.
3149
3150 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
3151
3152 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
3153 does not use them.
3154
3155 2000-11-25 David O'Brien <obrien@FreeBSD.org>
3156
3157 * ld.1: Remove old date so it does not give the impression the manpage
3158 is way out of date.
3159
3160 2000-11-24 Nick Clifton <nickc@redhat.com>
3161
3162 * configure.tgt (xscale-coff): Add target.
3163 (xscale-elf): Add target.
3164
3165 2000-11-24 Fred Fish <fnf@be.com>
3166
3167 * ldmain.c (main): Remove redundant init of config.make_executable
3168 to true.
3169
3170 2000-11-15 Richard Henderson <rth@redhat.com>
3171
3172 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
3173
3174 2000-11-14 Kazu Hirata <kazu@hxi.com>
3175
3176 * scripttempl/h8300.sc: Fix formatting.
3177 * scripttempl/h8300h.sc: Likewise.
3178 * scripttempl/h8300s.sc: Likewise.
3179
3180 2000-11-14 Denis Chertykov <denisc@overta.ru>
3181
3182 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
3183
3184 2000-11-09 Philip Blundell <pb@futuretv.com>
3185
3186 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
3187 around orphan sections whose names can be represented in C.
3188
3189 2000-11-07 Jim Wilson <wilson@redhat.com>
3190
3191 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
3192 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
3193
3194 2000-11-06 Nick Clifton <nickc@redhat.com>
3195
3196 * ld.texinfo: Add GNU Free Documentation License.
3197 * ldint.texinfo: Add GNU Free Documentation License.
3198 * ld.1: Add GNU Free Documentation License.
3199
3200 2000-11-05 Alan Modra <alan@linuxcare.com.au>
3201
3202 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
3203 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
3204
3205 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
3206 Move 2000-11-02 Makefile.in changes to this file.
3207 * Makefile.in: Regenerate.
3208
3209 2000-11-03 Nick Clifton <nickc@redhat.com>
3210
3211 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
3212 constructors and destructors.
3213 * scripttempl/h8300h.sc: Ditto.
3214 * scripttempl/h8300s.sc: Ditto.
3215 * scripttempl/h8500.sc: Ditto.
3216 * scripttempl/h8500b.sc: Ditto.
3217 * scripttempl/h8500c.sc: Ditto.
3218 * scripttempl/h8500m.sc: Ditto.
3219 * scripttempl/h8500s.sc: Ditto.
3220 * scripttempl/v850.sc: Ditto.
3221 * scripttempl/w65.sc: Ditto.
3222 * scripttempl/z8000.sc: Ditto.
3223
3224 2000-11-02 Per Lundberg <plundis@chaosdev.org>
3225
3226 * Makefile.in (e_i386_chaos.c): New rule.
3227 (ALL_EMULATIONS): Added e_i386_chaos.o.
3228 * emulparams/elf_i386_chaos.sh: New file.
3229 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
3230
3231 2000-10-20 Jakub Jelinek <jakub@redhat.com>
3232
3233 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
3234 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
3235 Fix sed invocation, so that it coped with '/' in Solaris 64bit
3236 library path suffix.
3237 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
3238
3239 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
3240
3241 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
3242 for consecutive sections.
3243
3244 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
3245
3246 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
3247 options.
3248 * ld.texinfo: Added notes about this new option.
3249
3250 2000-10-16 Nick Clifton <nickc@redhat.com>
3251
3252 * emultempl/pe.em (_after_open): Add tests of return values from
3253 bfd functions. Emit appropriate error messages if necessary.
3254
3255 2000-10-13 Nick Clifton <nickc@redhat.com>
3256
3257 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
3258 local variables - they are not used, but leave in the call to
3259 bfd_canonicalize_symtab.
3260 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
3261 pe_dll_search_prefix.
3262
3263 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
3264
3265 * emultempl/pe.em (pe_dll_search_prefix): New variable,
3266 (longopts): New --dll-search-prefix option.
3267 (gld_${EMULATION_NAME}_list_options): Document.
3268 (gld_${EMULATION_NAME}_parse_args): Handle.
3269 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
3270 dynamically, search for a dll named '<prefix><basename>.dll'
3271 in preference to 'lib<basename>.dll' if --dll-search-prefix
3272 is specified.
3273
3274 2000-10-12 Alan Modra <alan@linuxcare.com.au>
3275
3276 * ldlang.c (section_already_linked): Set kept_section instead of
3277 sec->comdat->sec.
3278
3279 2000-10-10 Kazu Hirata <kazu@hxi.com>
3280
3281 * deffile.h: Fix formatting.
3282 * lexsup.c: Likewise.
3283 * mri.c: Likewise.
3284
3285 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3286
3287 * pe-dll.c (make_one): Do not generate code thunk for DATA
3288 exports.
3289 (process_def_file): deduce DATA flag for auto-export sumbols.
3290
3291 2000-10-09 Kazu Hirata <kazu@hxi.com>
3292
3293 * ld.h: Fix formatting.
3294 * ldcref.c: Likewise.
3295 * ldctor.h: Likewise.
3296 * ldemul.c: Likewise.
3297 * ldemul.h: Likewise.
3298 * ldexp.c: Likewise.
3299 * ldexp.h: Likewise.
3300 * ldfile.c: Likewise.
3301 * ldfile.h: Likewise.
3302 * ldlang.c: Likewise.
3303 * ldlang.h: Likewise.
3304 * ldmain.c: Likewise.
3305 * pe-dll.c: Likewise.
3306
3307 * pe-dll.c: Revert some formatting fixes.
3308
3309 2000-10-08 Kazu Hirata <kazu@hxi.com>
3310
3311 * pe-dll.c: Fix formatting.
3312
3313 2000-10-05 Kazu Hirata <kazu@hxi.com>
3314
3315 * ldlang.c: Fix formatting.
3316
3317 2000-10-03 DJ Delorie <dj@redhat.com>
3318
3319 * pe-dll.c (fill_edata): initialize entire block
3320 (make_one): fill in correct section.
3321
3322 2000-10-03 Kazu Hirata <kazu@hxi.com>
3323
3324 * ldexp.c: Fix formatting.
3325
3326 2000-10-02 DJ Delorie <dj@redhat.com>
3327
3328 * emultempl/pe.em (gld_*_after_open): detect case where there two
3329 import libraries for same dll; rename one to ensure proper link
3330 order.
3331
3332 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
3333 typo
3334 (generate_edata): fix typo
3335
3336 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
3337
3338 * scripttempl/crisaout.sc (ENTRY): Now __start.
3339 (.text): Add default setting for __start.
3340 Remove CONSTRUCTORS handling.
3341 (/DISCARD/): Add .gnu.warning.*.
3342 * emulparams/crislinux.sh (ENTRY): Now __start.
3343 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
3344 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
3345 (ENTRY): Now __start.
3346 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
3347 (EXECUTABLE_SYMBOLS): Add default setting for __start.
3348
3349 2000-09-29 Kazu Hirata <kazu@hxi.com>
3350
3351 * deffile.h: Fix formatting.
3352 * ld.h: Likewise.
3353 * ldcref.c: Likewise.
3354 * ldctor.c: Likewise.
3355 * ldctor.h: Likewise.
3356 * ldemul.c: Likewise.
3357 * ldemul.h: Likewise.
3358 * ldexp.c: Likewise.
3359 * ldexp.h: Likewise.
3360 * ldfile.c: Likewise.
3361 * ldfile.h: Likewise.
3362 * ldlang.c: Likewise.
3363 * ldlang.h: Likewise.
3364 * lexsup.c: Likewise.
3365 * mri.c: Likewise.
3366 * pe-dll.c: Likewise.
3367
3368 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3369
3370 * pe-dll.c (process_def_file): Uninitialized data wasn't
3371 exported with --export-all-symbols switch.
3372
3373 2000-09-28 DJ Delorie <dj@redhat.com>
3374
3375 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
3376 noname work properly.
3377
3378 2000-09-28 Alan Modra <alan@linuxcare.com.au>
3379
3380 * ld.texinfo (HPPA ELF32): New section.
3381
3382 * emultempl/hppaelf.em (group_size): New.
3383 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
3384 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
3385 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
3386 options to prevent abbreviations matching.
3387 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
3388 (PARSE_AND_LIST_ARGS_CASES): Handle it.
3389
3390 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3391
3392 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
3393 on the m68*-*-elf target. Make it support COFF input objects.
3394
3395 2000-09-21 Kazu Hirata <kazu@hxi.com>
3396
3397 * ldmain.c: Fix formatting.
3398 * ldmisc.c: Likewise.
3399 * ldver.c: Likewise.
3400 * ldwrite.c: Likewise.
3401
3402 2000-09-21 Alan Modra <alan@linuxcare.com.au>
3403
3404 * ldwrite.c (clone_section): Silence gcc warnings.
3405
3406 2000-09-20 Alan Modra <alan@linuxcare.com.au>
3407
3408 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
3409 out of memory failure.
3410
3411 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
3412 (clone_section): Handle out of memory failures. Rename var to
3413 avoid c++ reserved word.
3414
3415 2000-09-18 Alan Modra <alan@linuxcare.com.au>
3416
3417 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
3418 stub_name param to stub_sec_name.
3419 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
3420
3421 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3422
3423 * emultempl/m68kelf.em: New file.
3424 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
3425 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
3426 * Makefile.in: Regenerate.
3427
3428 2000-09-15 Alan Modra <alan@linuxcare.com.au>
3429
3430 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
3431 only as needed.
3432
3433 2000-09-13 Nick Clifton <nickc@redhat.com>
3434
3435 * ldmain.c (multiple_definition): Disable relaxation if
3436 multiple symbol definitions are encountered - otherwise the
3437 linker could abort with an assertion failure.
3438
3439 2000-09-10 Nick Clifton <nickc@redhat.com>
3440
3441 * mri.c: Fix formatting.
3442
3443 2000-09-07 H.J. Lu <hjl@gnu.org>
3444
3445 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
3446 * configure: Rebuild.
3447
3448 2000-09-07 H.J. Lu <hjl@gnu.org>
3449
3450 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
3451 * Makefile.in: Rebuild.
3452
3453 2000-09-07 Alan Modra <alan@linuxcare.com.au>
3454
3455 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
3456 broken list handling. Create __start_SECNAME and __stop_SECNAME
3457 when no place-holder. Add some comments. Test both SEC_CODE and
3458 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
3459 Handle case where no output section statement created.
3460
3461 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
3462
3463 * configure.tgt (sh-*-linux*): Added.
3464 * Makefile.am: Added eshelf_linux and eshlelf_linux.
3465 * Makefile.in: Rebuilt.
3466 * emulparams/shelf_linux.sh: New file.
3467 * emulparams/shlelf_linux.sh: New file.
3468
3469 2000-09-06 Alan Modra <alan@linuxcare.com.au>
3470
3471 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3472 try shuffling sections when the orphan happens to be the place
3473 holder. Keep count of unique section names generated so we speed
3474 the search for a new name.
3475
3476 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
3477
3478 * configure: Rebuilt with new libtool.m4.
3479
3480 2000-09-05 Nick Clifton <nickc@redhat.com>
3481
3482 * Makefile.in: Regenerate.
3483 * aclocal.m4: Regenerate.
3484 * configure: Regenerate.
3485 * config.in: Regenerate.
3486 * po/ld.pot: Regenerate.
3487
3488 * ldint.texinfo: Remove CVS revision marker - it foils local
3489 comparisons.
3490
3491 * emultempl/ticoff.em: Remove extraneous comma.
3492
3493 2000-09-05 Alan Modra <alan@linuxcare.com.au>
3494
3495 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
3496 to stub section flags.
3497 (hppa_for_each_input_file_wrapper): New.
3498 (hppa_lang_for_each_input_file): New.
3499 (lang_for_each_input_file): Define to call above.
3500 (multi_subspace): New.
3501 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
3502 (PARSE_AND_LIST_PROLOGUE): Define.
3503 (PARSE_AND_LIST_LONGOPTS): Define.
3504 (PARSE_AND_LIST_OPTIONS): Define.
3505 (PARSE_AND_LIST_ARGS_CASES): Define.
3506 (hppaelf_finish): Call elf32_hppa_set_gp.
3507 (hppaelf_set_output_arch): Remove.
3508 (LDEMUL_SET_OUTPUT_ARCH): Remove.
3509
3510 * emulparams/hppalinux.sh (ELFSIZE): Define.
3511 (MACHINE): Define.
3512 (OTHER_READONLY_SECTIONS): Define.
3513 (DATA_PLT): Define.
3514 (GENERATE_SHLIB_SCRIPT): Define.
3515
3516 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
3517 to const throughout. Change `void *' to `PTR' throughout.
3518 (lang_memory_default): Function is local to file, add `static'.
3519
3520 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
3521 (ehppalinux.c): Likewise.
3522 (earmelf.c): Likewise.
3523 (earmelf_linux.c): Likewise.
3524 (earmelf_linux26.c): Likewise.
3525 * Makefile.in: Regenerate.
3526
3527 * ld.h (ld_config_type): Add unique_orphan_sections.
3528 * lexsup.c (OPTION_UNIQUE): Define.
3529 (ld_options): Add "--unique".
3530 (parse_args): Handle it.
3531 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3532 search for an existing output section if unique_orphan_sections is
3533 set. Make use of bfd_get_unique_section_name rather than
3534 duplicating code here.
3535 * ld.texinfo: Describe --unique.
3536
3537 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
3538 optional arg to split-by-file.
3539 (parse_args): Handle them.
3540 * ld.texinfo: Update description of these options.
3541 * ldwrite.c (clone_section): Pass in the section name. Replace
3542 local code with bfd_get_unique_section_name.
3543 (split_sections): Tidy code and comments. Use a list traversal
3544 more appropriate to the list construction. Handle cooked section
3545 sizes. Split when split_by_reloc reached rather than exceeded.
3546 Track section size and split when split_by_file reached. Fix
3547 link_order_tail (even though it's not used).
3548 (ldwrite): Modify condition for calling split_sections to suit
3549 changed split_by_reloc and split_by_file.
3550 * ldmain.c (main): Init config.split_by_reloc and
3551 config.split_by_file to -1.
3552 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
3553 Change split_by_file to bfd_size_type.
3554
3555 2000-09-02 Nick Clifton <nickc@redhat.com>
3556
3557 * configure.in: Increase version number to 2.10.91.
3558 * NEWS: Mention new ability to support removal of duplicate DWARF2
3559 debug information.
3560 * configure: Regenerate.
3561 * aclocal.m4: Regenerate.
3562 * config.in: Regenerate.
3563
3564 2000-09-02 Daniel Berlin <dberlin@redhat.com>
3565
3566 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
3567 sections.
3568 * scripttempl/elf32avr.sc: Ditto.
3569 * scripttempl/elfd10v.sc: Ditto.
3570 * scripttempl/elfd30v.sc: Ditto.
3571 * scripttempl/elfi370.sc: Ditto.
3572 * scripttempl/elfm68hc11.sc: Ditto.
3573 * scripttempl/elfm68hc12.sc: Ditto.
3574 * scripttempl/elfi386beos.sc: Ditto.
3575 * scripttempl/v850.sc: Ditto.
3576
3577 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
3578
3579 * acinclude.m4: Include libtool and gettext macros from the
3580 top level.
3581 * aclocal.m4, configure: Rebuilt.
3582
3583 2000-08-25 Nick Clifton <nickc@redhat.com>
3584
3585 * ldlang.c (open_output): When choosing the target for a
3586 particular endianness, do nothing if the target is not
3587 supported.
3588
3589 2000-08-25 H.J. Lu <hjl@gnu.org>
3590
3591 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
3592 check -rpath nor LD_RUN_PATH for cross link.
3593 * ld.texinfo: Document the change.
3594
3595 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
3596
3597 * NEWS: Mention support for CRIS.
3598
3599 2000-08-23 H.J. Lu <hjl@gnu.org>
3600
3601 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
3602 the current runpath list from bfd_elf_get_runpath_list ()
3603 before search.
3604
3605 2000-08-22 H.J. Lu <hjl@gnu.org>
3606
3607 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
3608 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
3609 LD_LIBRARY_PATH for native linker. Display the needed DSO if
3610 trace_file_tries is non-zero.
3611 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
3612 if trace_file_tries is non-zero.
3613
3614 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
3615 * NEWS: Mention it.
3616
3617 2000-08-14 Jason Eckhardt <jle@cygnus.com>
3618
3619 * NEWS: Mention i860 support.
3620
3621 2000-08-14 Andreas Schwab <schwab@suse.de>
3622
3623 * scripttempl/elf.sc: Fix last change to use correct comment
3624 syntax.
3625
3626 2000-08-10 Geoff Keating <geoffk@cygnus.com>
3627
3628 * scripttempl/elf.sc: Add a comment giving the correspondence
3629 between sections, per-datum sections, and linkonce sections. Make
3630 the comment true even for .bss, .sdata, .sdata2, .sbss, and
3631 .sbss2.
3632
3633 2000-08-10 Jason Eckhardt <jle@cygnus.com>
3634
3635 * emulparams/elf32_i860.sh: New file.
3636 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
3637 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
3638 (eelf32_i860.c): New rule.
3639 * Makefile.in: Regenerate.
3640
3641 2000-08-10 Nick Clifton <nickc@cygnus.com>
3642
3643 * emulparams/mipspe.sh (ENTRY): Add definition.
3644
3645 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
3646
3647 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
3648 in error message.
3649
3650 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3651
3652 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
3653 the final size of .bss section.
3654 * scripttempl/elfm68hc12.sc: Likewise.
3655
3656 2000-08-04 Alan Modra <alan@linuxcare.com.au>
3657
3658 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
3659 gld${EMULATION_NAME}_parse_args for consistency. Combine
3660 lastoptind and prevoptind vars, and keep track of last optind.
3661 (gld_${EMULATION_NAME}_list_options): Rename to
3662 gld${EMULATION_NAME}_list_options.
3663
3664 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
3665
3666 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
3667 (i586-sco-sysv5uw7.1.0).
3668
3669 2000-07-27 H.J. Lu <hjl@gnu.org>
3670
3671 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
3672 (PARSE_AND_LIST_PROLOGUE): New.
3673 (PARSE_AND_LIST_LONGOPTS): Likewise.
3674 (PARSE_AND_LIST_OPTIONS): Likewise.
3675 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3676 (PARSE_AND_LIST_EPILOGUE): Likewise.
3677
3678 2000-07-28 Alan Modra <alan@linuxcare.com.au>
3679
3680 * emultempl/armelf.em: Elide functions common to elf32.em,
3681 ie. most of the file.
3682 (arm_elf_after_open): New. Do arm specific things then call
3683 gld${EMULATION_NAME}_after_open.
3684 (arm_elf_before_allocation): New. Call
3685 gld${EMULATION_NAME}_before_allocation then do arm specifics.
3686 (PARSE_AND_LIST_PROLOGUE): Define.
3687 (PARSE_AND_LIST_SHORTOPTS): Define.
3688 (PARSE_AND_LIST_LONGOPTS): Define.
3689 (PARSE_AND_LIST_OPTIONS): Define.
3690 (PARSE_AND_LIST_ARGS_CASES): Define.
3691 (LDEMUL_AFTER_OPEN): Define.
3692 (LDEMUL_BEFORE_ALLOCATION): Define.
3693 (LDEMUL_BEFORE_PARSE): Define.
3694 (LDEMUL_FINISH): Define.
3695
3696 * emultempl/hppaelf.em: Similarly zap most of this file.
3697 (hppaelf_add_stub_section): Prototype.
3698 (hppaelf_layaout_sections_again): Prototype.
3699 (hook_in_stub): Prototype.
3700 (LDEMUL_SET_OUTPUT_ARCH): Define.
3701 (LDEMUL_FINISH): Define.
3702 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
3703
3704 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
3705 (EXTRA_EM_FILE): New.
3706 * emulparams/armelf_linux.sh: Likewise.
3707 * emulparams/armelf_linux26.sh: Likewise.
3708 * emulparams/hppalinux.sh: Likewise.
3709 * emulparams/hppaelf.sh: Likewise.
3710 (NOP): Define.
3711
3712 * emultempl/elf32.em: Fix formatting.
3713 (EXTRA_EM_FILE): Source it.
3714 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3715 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3716 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3717 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3718 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3719 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3720 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3721 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3722 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
3723 allow functions in this file to be overridden.
3724 (PARSE_AND_LIST_SHORTOPTS): Handle it.
3725
3726 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
3727
3728 * emultempl/elf32.em: Reorganize file.
3729
3730 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
3731
3732 * emulparams/elf64alpha.sh: Implement "-taso" emulation
3733 specific option to fit 64-bit executable in the lower
3734 31-bit address range. This is done by changing start
3735 address of .interp (the very first section of executable)
3736 and then setting EF_ALPHA_32BIT elf header flag.
3737
3738 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3739
3740 * emultempl/m68kcoff.em: New file.
3741 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
3742 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
3743 generic.em.
3744 * Makefile.in: Regenerate.
3745
3746 2000-07-20 H.J. Lu <hjl@gnu.org>
3747
3748 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
3749 and "disable-new-dtags" to stop getopt from treating -d/-e as
3750 abbreviations for these options.
3751
3752 2000-07-20 H.J. Lu <hjl@gnu.org>
3753
3754 * ld.texinfo: Add documentation for --disable-new-dtags and
3755 --enable-new-dtags.
3756
3757 * ldmain.c (main): Initialize link_info.new_dtags to false.
3758
3759 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
3760 --disable-new-dtags and --enable-new-dtags.
3761 (gld_${EMULATION_NAME}_list_options): Likewise.
3762
3763 2000-07-05 Kenneth Block <krblock@computer.org>
3764
3765 * lexsup.c: Add optional style to demangle switch
3766 * ld.texinfo: Document optional style to demangle switch.
3767
3768 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
3769
3770 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
3771 ecrislinux.o.
3772 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
3773 Regenerate dependencies.
3774 * Makefile.in: Rebuild.
3775 * configure.tgt (cris-*-*): New target.
3776 * emulparams/crisaout.sh, emulparams/criself.sh,
3777 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
3778 * po/POTFILES.in, po/ld.pot: Regenerate.
3779
3780 2000-07-20 H.J. Lu <hjl@gnu.org>
3781
3782 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
3783 Print out ignored -z options.
3784
3785 2000-07-19 H.J. Lu <hjl@gnu.org>
3786
3787 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
3788 (PARSE_AND_LIST_PROLOGUE): New.
3789 (PARSE_AND_LIST_LONGOPTS): Likewise.
3790 (PARSE_AND_LIST_OPTIONS): Likewise.
3791 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3792
3793 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
3794
3795 * lexsup.c (ld_options): Comment out 'z'.
3796 (parse_args): Likewise.
3797
3798 * emultempl/elf32.em: Include "elf/common.h".
3799 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
3800 options.
3801 (gld_${EMULATION_NAME}_list_options): Likewise.
3802
3803 * ld.texinfo: Add documentation for the recognized -z options.
3804
3805 2000-07-19 H.J. Lu <hjl@gnu.org>
3806
3807 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
3808 bfd_elf_set_dt_needed_soname ().
3809
3810 2000-07-18 DJ Delorie <dj@cygnus.com>
3811
3812 * pe-dll.c (pe_dll_id_target): check object target name also
3813
3814 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
3815
3816 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
3817 ${INIT_END} if relocating.
3818 (.fini): Likewise ${FINI_START} and ${FINI_END}.
3819
3820 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
3821
3822 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
3823 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
3824 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
3825 errors introduced by the old dynamic lib search order.
3826
3827 2000-07-17 DJ Delorie <dj@cygnus.com>
3828
3829 * pe-dll.c (process_def_file): auto-export data items also
3830 (pe_process_import_defs): also see if _imp_ form needed
3831
3832 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
3833
3834 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
3835 for dll import libraries
3836
3837 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
3838
3839 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
3840 gcc 2.95.2 and later.
3841
3842 2000-07-11 Kazu Hirata <kazu@hxi.com>
3843
3844 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
3845 message.
3846
3847 2000-07-10 Alan Modra <alan@linuxcare.com.au>
3848
3849 * ldemul.h (struct lang_input_statement_struct): Remove forward
3850 declaration.
3851 (struct search_dirs): Likewise.
3852 * ldfile.h (struct lang_input_statement_struct): Likewise.
3853 Protect file from multiple inclusion.
3854 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
3855 declaration from macro to file scope.
3856
3857 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
3858 * ldgram.y: Likewise here.
3859 * ldlang.c: And here.
3860 * ldmain.c: And here.
3861 * mpw-elfmips.c: And here.
3862 * mpw-eppcmac.c: And here.
3863 * emultempl/aix.em: And here.
3864 * emultempl/armcoff.em: And here.
3865 * emultempl/armelf.em: And here.
3866 * emultempl/armelf_oabi.em: And here.
3867 * emultempl/beos.em: And here.
3868 * emultempl/elf32.em: And here.
3869 * emultempl/hppaelf.em: And here.
3870 * emultempl/linux.em: And here.
3871 * emultempl/lnk960.em: And here.
3872 * emultempl/pe.em: And here.
3873 * emultempl/sunos.em: And here.
3874 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
3875 * mpw-idtmips.c: Ditto.
3876 * emultempl/generic.em: Ditto.
3877 * emultempl/gld960.em: Ditto.
3878 * emultempl/gld960c.em: Ditto.
3879 * emultempl/mipsecoff.em: Ditto.
3880 * emultempl/ticoff.em: Ditto.
3881 * emultempl/vanilla.em: Ditto.
3882
3883 * pe-dll.c: Include ldfile.h
3884 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
3885
3886 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
3887 arguments to bfd_elf32_size_dynamic_sections call.
3888 (gldelf32ebmip_place_orphan): Add missing arguments to
3889 lang_leave_output_section_statement call.
3890
3891 2000-07-10 H.J. Lu <hjl@gnu.org>
3892
3893 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
3894 DLL_SUPPORT.
3895 (strhash): Likewise.
3896 (compute_dll_image_base): Likewise.
3897 (pe_undef_found_sym): Likewise.
3898 (pe_undef_cdecl_match): Likewise.
3899 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
3900 argument "arch" with ATTRIBUTE_UNUSED.
3901
3902 2000-07-10 Alan Modra <alan@linuxcare.com.au>
3903
3904 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
3905
3906 From Ryan Bradetich <rbradetich@uswest.net>
3907 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
3908
3909 2000-07-09 Alan Modra <alan@linuxcare.com.au>
3910
3911 Changes to create multiple linker stubs, positioned immediately
3912 before the section where they are required.
3913 * emultempl/hppaelf.em: Include elf32-hppa.h.
3914 (stub_sec, file_chain): Delete.
3915 (hppaelf_create_output_section_statements): Don't make a stub
3916 section here.
3917 (hook_stub_info): New struct.
3918 (hook_in_stub): New function.
3919 (hppaelf_add_stub_section): New function.
3920 (hppaelf_finish): Do nothing for relocateable links. Modify the
3921 call to elf32_hppa_size_stubs. Move code for updating section
3922 layout from here...
3923 (hppaelf_layaout_sections_again): ..to here, a new function.
3924
3925 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
3926 broken list handling. Pass in a pointer to the list.
3927 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
3928 for above changes.
3929 (hppaelf_before_parse): Prototype.
3930 (hppaelf_set_output_arch): Prototype.
3931 (hppaelf_create_output_section_statements): Prototype.
3932 (hppaelf_delete_padding_statements): Prototype.
3933 (hppaelf_finish): Prototype.
3934
3935 Merge from elf32.em
3936 * emultempl/hppaelf.em: Include ctype.h.
3937 (struct orphan_save): New.
3938 (gld${EMULATION_NAME}_place_orphan): New.
3939 (output_rel_find): New.
3940 (hppaelf_get_script): Update from elf32.em.
3941 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
3942 Change emulation_name field to "${EMULATION_NAME}". Add
3943 gld${EMULATION_NAME}_place_orphan.
3944
3945 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
3946 ehppalinux.o, sort it. Regenerate dependencies.
3947 (ehppalinux.c): Depend on hppaelf.em
3948 * Makefile.in: Regenerate.
3949
3950 * configure.tgt: targ_emul=hppalinux for hppa*linux
3951
3952 * emulparams/hppalinux.sh: New.
3953 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
3954
3955 2000-07-08 Alan Modra <alan@linuxcare.com.au>
3956
3957 * lexsup.c (parse_args): Copy section name.
3958
3959 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
3960
3961 * emultempl/pe.em: institute the following search order for
3962 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
3963 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
3964 static lib (libfoo.a) if none of the above are found.
3965
3966 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
3967
3968 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
3969 (longopts): New --{enable,disable}-auto-image-base options.
3970 (gld_${EMULATION_NAME}_list_options): Document.
3971 (gld_${EMULATION_NAME}_parse): Handle.
3972 (strhash): New static function.
3973 (compute_dll_image_base): New static function.
3974 (gld_${EMULATION_NAME}_set_symbols): Use.
3975
3976 2000-07-05 DJ Delorie <dj@redhat.com>
3977
3978 * MAINTAINERS: new
3979
3980 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
3981
3982 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
3983 * emulparams/elf32btsmip.sh: New file.
3984 * Makefile.am: Add traditional mips target.
3985 * Makefile.in: Rebuild.
3986
3987 2000-07-01 H.J. Lu <hjl@gnu.org>
3988
3989 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
3990 automake to use YLWRAP.
3991 * Makefile.in: Rebuild.
3992
3993 2000-07-01 Alan Modra <alan@linuxcare.com.au>
3994
3995 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3996 (CLEANFILES): Add DEPA.
3997 * Makefile.in: Regenerate.
3998
3999 2000-06-30 Timothy Wall <twall@ppc>
4000
4001 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
4002 the page in the upper octet of the address.
4003
4004 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
4005
4006 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
4007
4008 2000-06-24 Alan Modra <alan@linuxcare.com.au>
4009
4010 * NEWS: arm-elf does --gc-sections too.
4011
4012 2000-06-22 Alan Modra <alan@linuxcare.com.au>
4013
4014 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4015 find one.
4016 * Makefile.in: Regenerate.
4017
4018 2000-06-21 H.J. Lu <hjl@gnu.org>
4019
4020 * Makefile.am: Rebuild dependency.
4021 * Makefile.in: Rebuild.
4022
4023 2000-06-20 H.J. Lu <hjl@gnu.org>
4024
4025 * Makefile.am: Rebuild dependency.
4026 * Makefile.in: Rebuild.
4027
4028 2000-06-20 Timothy Wall <twall@cygnus.com>
4029
4030 * scripttempl/tic54xcoff.sc: New.
4031 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
4032 * gen-doc.texi: Add flag for TI COFF.
4033 * ld.texinfo: Add documentation for TI COFF handling switches.
4034 * emultempl/ticoff.em: New. TI COFF handling.
4035 * configure.tgt: Add tic54x target.
4036 * Makefile.am: Add tic54x target.
4037 * Makefile.in: Ditto.
4038
4039 2000-06-20 Alan Modra <alan@linuxcare.com.au>
4040
4041 * ldmain.c (set_scripts_dir): Correct pointer comparison when
4042 checking for backslashes.
4043
4044 2000-06-19 Alan Modra <alan@linuxcare.com.au>
4045
4046 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
4047
4048 2000-06-18 Alan Modra <alan@linuxcare.com.au>
4049
4050 * NEWS: Update list of targets supporting --gc-sections.
4051
4052 * scripttempl/elf.sc: KEEP .eh_frame contents.
4053 * scripttempl/elfd30v.sc: Same here.
4054
4055 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
4056
4057 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
4058 and m68hc11 (elf).
4059 * Makefile.in: Rebuild.
4060 * configure.tgt: Recognize m68hc12 and m68hc11.
4061 * scripttempl/elfm68hc12.sc: New file.
4062 * emulparams/m68hc12elfb: New emulation.
4063 * emulparams/m68hc12elf: New emulation.
4064 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
4065 (includes a memory.x script to define the ROM and RAM banks).
4066 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
4067 New configuration files for support of Motorola 68hc11
4068
4069 2000-06-15 Alan Modra <alan@linuxcare.com.au>
4070
4071 * ldmain.c (main): Only change SEC_READONLY for final link.
4072
4073 2000-06-13 H.J. Lu <hjl@gnu.org>
4074
4075 * configure: Regenerate.
4076
4077 2000-06-08 David O'Brien <obrien@FreeBSD.org>
4078
4079 * configure.in (VERSION): Update to show this is the CVS mainline.
4080
4081 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4082
4083 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
4084 input objects to be ECOFF.
4085 (check_sections): einfo takes %B, not %P, to print a BFD name.
4086
4087 2000-06-05 Michael Matz <matz@ifh.de>
4088
4089 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
4090 version scripts.
4091
4092 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
4093
4094 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
4095
4096 * emulparams/avr1200.sh (STACK): Define as 0.
4097 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
4098 * emulparams/avr4433.sh (STACK): Likewise.
4099 * emulparams/avr44x4.sh (STACK): Likewise.
4100 * emulparams/avr85xx.sh (STACK): Likewise.
4101 * emulparams/avrmega103.sh (STACK): Likewise.
4102 * emulparams/avrmega161.sh (STACK): Likewise.
4103 * emulparams/avrmega603.sh (STACK): Likewise.
4104 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
4105 (__stack): Define from ${STACK} for main().
4106
4107 2000-05-26 Alan Modra <alan@linuxcare.com.au>
4108
4109 * Makefile.am: Update dependencies with "make dep-am"
4110 * Makefile.in: Regenerate.
4111
4112 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
4113
4114 * ldmain.c: Include filenames.h.
4115 (set_scripts_dir): Support backslashes in program name.
4116
4117 2000-05-22 Igor Shevlyakov <igor@windriver.com>
4118
4119 * ldmain.c (main): When deciding if ".text" section should be
4120 read-only, don't forget to reset SEC_READONLY because it
4121 could be already set.
4122
4123 2000-05-22 Thomas de Lellis <tdel@windriver.com>
4124
4125 * ld.1: Add documentation for new command line option:
4126 --section-start <sectionname>=<sectionorg>
4127 This is a generic version of -Ttext etc. which accepts
4128 any section name as a parameter instead of just text/data/
4129 bss.
4130 * ld.texinfo: More docs.
4131 * NEWS: More docs.
4132 * lexsup.c: (parse_args): Recognize new command line option.
4133 (ld_options): Add new option.
4134
4135 2000-05-18 H.J. Lu <hjl@gnu.org>
4136
4137 * lexsup.c (parse_args): `i' == `r', not `q'.
4138
4139 2000-05-18 Jeffrey A Law (law@cygnus.com)
4140
4141 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
4142
4143 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
4144 Rick Gorton <gorton@scrugs.lkg.dec.com>
4145
4146 Add support for '-q' == '--emit-relocs' switch.
4147 * ldmain.c (main): Default to false.
4148 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
4149 * NEWS: Describe the emitrelocations switch.
4150 * ld.texinfo: Describe the emitrelocations switch.
4151
4152 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
4153
4154 * emultempl/pe.em (_open_dynamic_archive): New function: Search
4155 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
4156 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
4157 link options.
4158
4159 2000-05-15 David O'Brien <obrien@FreeBSD.org>
4160
4161 * lexsup.c (parse_args): Update the year in the copyright notice.
4162
4163 2000-05-13 Alan Modra <alan@linuxcare.com.au>
4164
4165 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
4166 Replace defines with those from intl/libgettext.h to quieten gcc
4167 warnings.
4168
4169 2000-05-10 H.J. Lu <hjl@gnu.org>
4170
4171 * ldlang.c (open_input_bfds): Don't load the same file within
4172 a group again if the whole archive has been loaded already.
4173
4174 2000-05-03 Alan Modra <alan@linuxcare.com.au>
4175
4176 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
4177 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
4178 strtoul.
4179
4180 2000-05-01 Jim Wilson <wilson@cygnus.com>
4181
4182 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
4183
4184 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4185 host "ia64-*-linux-gnu*".
4186
4187 2000-04-29 Andreas Jaeger <aj@suse.de>
4188
4189 * ld.h: Correctly check GCC version.
4190
4191 2000-04-25 Jeffrey A Law (law@cygnus.com)
4192
4193 * Makefile.am: Add PA64 support. Add missing dependencies for
4194 PA32 elf support.
4195 * Makefile.in: Rebuilt.
4196 * configure.tgt: Add PA64 support (currently disabled).
4197
4198 2000-04-25 Alan Modra <alan@linuxcare.com.au>
4199
4200 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
4201 (output_rel_find): New function.
4202 (hold_section, hold_use): Delete.
4203 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4204 hold_interp): Make local to place_orphan.
4205 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
4206 rather than place_section to find possible previous use of orphan.
4207 Similarly find the place-holder output sections. Use returned
4208 value from lang_enter_output_section_statement rather than calling
4209 lang_output_section_statement_lookup.
4210 * emultempl/armelf.em: Same here.
4211 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
4212
4213 * ldlang.c (lang_enter_output_section_statement): Return output
4214 section statement.
4215 * ldlang.h (lang_enter_output_section_statement): Change
4216 declaration too.
4217
4218 * ldlang.h (lang_output_section_statement): Export it.
4219 * ldlang.c (lang_output_section_statement): Ditto.
4220
4221 2000-04-24 Nick Clifton <nickc@cygnus.com>
4222
4223 * ld.texinfo (Output Section Data): Add note that section data
4224 commands cannot appear outside of section directives.
4225
4226 2000-04-2 Matthew Green <mrg@cygnus.com>
4227
4228 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
4229
4230 2000-04-21 Richard Henderson <rth@cygnus.com>
4231 David Mosberger <davidm@hpl.hp.com>
4232
4233 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
4234 (eelf64_ia64.c): New rule.
4235 * Makefile.in: Rebuild.
4236 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
4237 * emulparams/elf64_ia64.sh: New file.
4238
4239 2000-04-21 Richard Henderson <rth@cygnus.com>
4240
4241 * scripttempl/elfd30v.sc: Place .gcc_except_table.
4242
4243 2000-04-19 Alan Modra <alan@linuxcare.com.au>
4244
4245 * dep-in.sed: Match space at start of file name, not at end.
4246
4247 2000-04-18 H.J. Lu <hjl@gnu.org>
4248
4249 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
4250 lang_leave_output_section_statement () after calling
4251 lang_enter_output_section_statement ().
4252 * emultempl/armelf.em: Likewise.
4253
4254 2000-04-18 Alan Modra <alan@linuxcare.com.au>
4255
4256 * emultempl/elf32.em (struct orphan_save): Add section field.
4257 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
4258 better order, and place first orphan section as we did before the
4259 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
4260 Don't call make_bfd_section here, let wild_doit do the job for us.
4261 Don't build a statement list when we'll only throw it away.
4262 * emultempl/armelf.em: Ditto.
4263 * emultempl/pe.em: Similarly.
4264
4265 2000-04-14 Geoff Keating <geoffk@cygnus.com>
4266
4267 * scripttempl/elfppc.sc: Remove.
4268 * emulparams/elf32ppc.sh: Use elf.sc.
4269 * emulparams/elf32lppc.sh: Use elf.sc.
4270 * emulparams/elf32ppclinux.sh: Use elf.sc.
4271 * emulparams/elf32ppcsim.sh: New file.
4272 * emulparams/elf32lppcsim.sh: New file.
4273 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
4274 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
4275 * Makefile.in: Regenerate.
4276 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
4277
4278 2000-04-14 Alan Modra <alan@linuxcare.com.au>
4279
4280 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
4281 ~SEC_ALLOC sections too. Init start address of debug sections.
4282 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4283 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4284 Also set all relocateable section start addresses.
4285
4286 2000-04-13 Geoff Keating <geoffk@cygnus.com>
4287
4288 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
4289 Add new BSS_PLT variable for when .plt need not be contained in
4290 the file. Move _etext so that it is also after .fini, and provide
4291 both etext and _etext with a leading underscore. Mark the start
4292 and end of .sbss.
4293
4294 2000-04-12 Alan Modra <alan@linuxcare.com.au>
4295
4296 * emultempl/elf32.em (struct orphan_save): New.
4297 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4298 hold_interp): Make them struct orphan_save.
4299 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
4300 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
4301 the end of the relevant section list. Also add associated section
4302 statements to the end of any previous orphan statements.
4303 * emultempl/armelf.em: Similarly.
4304 * emultempl/pe.em: Similarly.
4305
4306 2000-04-11 Alan Modra <alan@linuxcare.com.au>
4307
4308 * ld.texinfo (Simple Example): Remove extraneous paragraph.
4309
4310 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
4311
4312 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
4313 --enable-build-warnings option.
4314 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4315 * Makefile.in, configure: Re-generate.
4316
4317 2000-04-04 Alan Modra <alan@linuxcare.com.au>
4318
4319 * po/ld.pot: Regenerate.
4320
4321 * lexsup.c (help): Restore translated part of bug string.
4322
4323 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
4324 (DEP): Quote when passing vars to sub-make. Add warning message
4325 to end.
4326 (DEP1): Rewrite for "gcc -MM".
4327 (CLEANFILES): Add DEP2.
4328 Update dependencies.
4329 * Makefile.in: Regenerate.
4330
4331 2000-04-03 Alan Modra <alan@linuxcare.com.au>
4332
4333 * ld.h: #include "bin-bugs.h"
4334 * lexsup.c (help): Use REPORT_BUGS_TO.
4335
4336 2000-03-27 Denis Chertykov <denisc@overta.ru>
4337
4338 * configure.tgt (avr-*-*): New target support.
4339 * Makefile.am: Likewise.
4340 * scripttempl/elf32avr.sc: New script file.
4341 * emulparams/avr1200.sh: New file.
4342 * emulparams/avr23xx.sh: New file.
4343 * emulparams/avr4433.sh New file.
4344 * emulparams/avr44x4.sh New file.
4345 * emulparams/avr85xx.sh New file.
4346 * emulparams/avrmega103.sh New file.
4347 * emulparams/avrmega161.sh New file.
4348 * emulparams/avrmega603.sh New file.
4349 * Makefile.in: Regenerate.
4350
4351 2000-03-09 Andreas Jaeger <aj@suse.de>
4352
4353 * Makefile.am (check-DEJAGNU): Also unset LANG.
4354 * Makefile.in: Rebuild.
4355
4356 2000-03-06 Ian Lance Taylor <ian@zembu.com>
4357
4358 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
4359 archive.
4360
4361 2000-03-02 H.J. Lu <hjl@gnu.org>
4362
4363 * emulparams/elf32mcore.sh: Include "getopt.h".
4364
4365 2000-03-01 Ian Lance Taylor <ian@zembu.com>
4366
4367 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
4368
4369 2000-03-01 H.J. Lu <hjl@gnu.org>
4370
4371 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
4372 * emulparams/shpe.sh: Likewise.
4373
4374 2000-03-01 Nick Clifton <nickc@cygnus.com>
4375
4376 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
4377 to unused parameters.
4378
4379 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
4380 functions only used by DLL code.
4381 (_place_orphan): Initialise 'dollar'.
4382
4383 2000-03-01 H.J. Lu <hjl@gnu.org>
4384
4385 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
4386 indicate if the undefined symbol is a fatal error or not.
4387 Don't delete the output file if "fatal" is false.
4388
4389 2000-02-29 H.J. Lu <hjl@gnu.org>
4390
4391 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
4392 Set LC_COLLATE and LC_ALL to null and export them. It is for
4393 sort which expects the C locale.
4394 Add $(LIBS) to all $(HOSTING_LIBS).
4395 * Makefile.in: Rebuild.
4396
4397 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
4398
4399 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
4400 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
4401 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
4402 (ld_emulation_xfer_struct): Add missing NULL initialiser for
4403 find_potential_libraries.
4404
4405 2000-02-28 Jim Blandy <jimb@redhat.com>
4406
4407 * ldgram.y (exclude_name_list): Don't require a comma to separate
4408 list entries; the lexer considers commas to be valid part of a
4409 filename, so in something like `foo, bar' the comma is considered
4410 part of the first filename, `foo,'.
4411 * ld.texinfo: Update section on EXCLUDE_FILE lists.
4412
4413 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
4414
4415 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4416 host "i[3456]86-*-freebsdelf*".
4417
4418 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
4419
4420 * scripttempl/i386go32.sc: Move misplaced semicolons.
4421
4422 2000-02-25 Ian Lance Taylor <ian@zembu.com>
4423
4424 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
4425 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
4426 (eelf64hppa.c, ehppaelf.c): Remove targets.
4427 * Makefile.in: Rebuild.
4428
4429 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4430
4431 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
4432 GNU/Linux/sparc, but keep the default as 32.
4433
4434 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
4435 it default if sparcv9 or sparc64.
4436
4437 2000-02-24 Nick Clifton <nickc@cygnus.com>
4438
4439 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
4440 * Makefile.in: Regenerate.
4441 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
4442
4443 * ldemul.h (ld_emulation_xfer_struct): Add new field:
4444 find_potential_libraries.
4445 * ldemul.c (ldemul_find_potential_libraries): New function.
4446
4447 * ldfile.c (ldfile_open_file_search): Allow function to be
4448 exported.
4449 (ldfile_open_file): Call ldemul_find_potential_libraries.
4450 * ldfile.h: Add prototype for ldfile_open_file_search.
4451
4452 * pe-dll.c: Add support for ARM, MIPS and SH targets.
4453
4454 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
4455 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
4456
4457 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
4458 (gld_X_find_potential_libraries): New function. Search for
4459 libraries called "*.lib".
4460
4461 * scripttempl/pe.sc: Add .pdata section.
4462
4463 2000-02-23 Richard Henderson <rth@cygnus.com>
4464
4465 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
4466 Add and use memory regions.
4467
4468 2000-02-23 Linas Vepstas (linas@linas.org)
4469
4470 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
4471
4472 * Makefile.am: Add support for Linux/IBM 370.
4473 * configure.tgt: Likewise.
4474
4475 * Makefile.in: Regenerate.
4476
4477 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
4478
4479 * ldlang.c (print_input_section, print_data_statement,
4480 print_reloc_statement, print_padding_statement, insert_pad,
4481 size_input_section, lang_check_section_addresses,
4482 lang_size_sections, lang_do_assignments, lang_set_startof,
4483 lang_one_common): Change `opb' to unsigned.
4484 (lang_do_assignments): Also change `size' to unsigned.
4485
4486 2000-02-16 Richard Henderson <rth@cygnus.com>
4487
4488 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
4489
4490 2000-02-16 Timothy Wall <twall@cygnus.com>
4491
4492 * mri.c (mri_draw_tree): Add default LMA region argument to call
4493 to lang_leave_output_section_statement.
4494 * ldlang.h: Update prototypes with LMA region arguments.
4495 * ldlang.c (lang_size_sections): Encapsulate region bounds
4496 checking in os_check_region call.
4497 (os_check_region): New function.
4498 (lang_output_section_statement_lookup): Initialize lma_region.
4499 (lang_leave_output_section_statement): Add LMA region argument.
4500 (lang_leave_overlay): Ditto.
4501 * ldgram.y: Handle LMA region syntax.
4502 * ld.texinfo (Output Section Description): Describe LMA region usage.
4503 * emultempl/armelf.em (gld$place_orphan): Add default value for
4504 lma region in call to lang_leave_output_section_statement.
4505 * emultempl/elf32.em (gld$place_orphan): Add default value for
4506 lma region in call to lang_leave_output_section_statement.
4507 * emultempl/pe.em (gld$place_orphan): Add default value for
4508 lma region in call to lang_leave_output_section_statement.
4509
4510
4511 2000-02-04 Timothy Wall <twall@redhat.com>
4512
4513 * ldlang.c (lang_check_section_addresses): Use bytes instead of
4514 octets when calculating section end addresses.
4515
4516 2000-02-04 Timothy Wall <twall@redhat.com>
4517
4518 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
4519
4520 2000-02-03 Timothy Wall <twall@redhat.com>
4521
4522 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4523 octet count.
4524 * ldlang.c (print_input_section, print_data_statement,
4525 print_reloc_statement, print_padding_statement): Print target
4526 address values and section sizes as bytes, not octets.
4527 (insert_pad) Calculate padding size in octets, and adjust "dot"
4528 by bytes.
4529 (size_input_section) Always adjust "dot" by bytes, not octets.
4530 (lang_check_section_addresses, lang_do_assignments) Adjust
4531 "dot" by bytes, not octets. Use the larger of the directive size
4532 or octets_per_byte for the number of octets actually allocated in
4533 the output section.
4534 (lang_set_startof) Make sure STARTOF returns a target address.
4535 (lang_one_common) Record size changes in octets.
4536 (lang_abs_symbol_at_end_of) Section end symbol's value is
4537 recorded in target bytes.
4538 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
4539 to be clear about behavior when an octet is smaller than one byte.
4540
4541 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4542
4543 * ldcref.c (output_cref): Don't pass message strings to printf
4544 as format arg.
4545 Update copyright.
4546
4547 * ldmisc.c (vfinfo): Same here.
4548 Update copyright.
4549
4550 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
4551
4552 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
4553 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
4554 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
4555 Add missing NULL initialisers, and comments.
4556
4557 * testsuite/ld-srec/sr3.cc (__rethrow): New.
4558
4559 2000-01-21 Nick Clifton <nickc@cygnus.com>
4560
4561 * ldlang.c (lang_size_sections): Fix typo in comment.
4562
4563 2000-01-18 H.J. Lu <hjl@gnu.org>
4564
4565 * ldlang.c (lang_size_sections): Also update the current
4566 address of a region if the SEC_NEVER_LOAD bit is not set.
4567
4568 2000-01-10 Philip Blundell <pb@futuretv.com>
4569
4570 * configure.tgt (arm*-*-conix*): New target.
4571
4572 2000-01-07 Nick Clifton <nickc@cygnus.com>
4573
4574 * ld.texinfo (Options): Remind users to preceed linker command
4575 line switches with -Wl, (or whatever is appropriate) if it is
4576 being invoked by a comnpiler driver program.
4577 Fix description of the behaviour of the -n command line switch.
4578
4579 2000-01-05 Catherine Moore <clm@cygnus.com>
4580
4581 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
4582 (name_list): New.
4583 * ld.texinfo (EXCLUDE_FILE): Update documentation.
4584 * ldgram.y (wildcard_spec): Support a list of excluded_files.
4585 (exclude_name_list): New.
4586 ldlang.c (walk_wild_section): Support list of excluded files.
4587 (print_wild_statement): Likewise.
4588 (lang_add_wild): Likewise.
4589 * ldlang.h (lang_wild_statement_type): Likewise.
4590 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
4591
4592 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
4593
4594 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
4595 (process_def_file): Use.
4596 (pe_dll_compat_implib): New variable.
4597 (make_one): Use.
4598
4599 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
4600 pe_dll_compat_implib.
4601
4602 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
4603 compat-implib options.
4604 (gld_${EMULATION_NAME}_list_options): List new options.
4605 (gld_${EMULATION_NAME}_parse_args): Handle.
4606
4607 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
4608 dll.
4609
4610 * deffilep.y (opt_name): Allow "." in name.
4611
4612 For older changes see ChangeLog-9899
4613 \f
4614 Local Variables:
4615 mode: change-log
4616 left-margin: 8
4617 fill-column: 74
4618 version-control: never
4619 End:
This page took 0.129885 seconds and 4 git commands to generate.