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