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