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