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