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