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