Fixes for use of ARM_26D reloc in arm-wince toolchain.
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2003-12-05 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
2
3 * pe-dll.c (generate_reloc): Remap ARM_26D relocation from 5 to
4 0. This fixes "bad fixup" error generated by MS linker.
5
6 2003-12-04 H.J. Lu <hongjiu.lu@intel.com>
7
8 * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Set
9 link_info.need_relax_finalize to TRUE.
10
11 * ldlang.c (lang_process): Use link_info.need_relax_finalize
12 instead of link_info.relax_finalizing.
13 * ldmain.c (main): Likewise.
14
15 2003-12-04 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
16
17 * armpe.sh (RELOCATEABLE_OUTPUT_FORMAT): Define.
18
19 2003-12-04 Alan Modra <amodra@bigpond.net.au>
20
21 * ldlang.c (lang_do_assignments): Function return is void.
22 * ldlang.h (lang_do_assignments): Ditto.
23 * emultempl/netbsd.em (gld${EMULATION_NAME}_before_parse): Declare.
24 * Makefile.am (ens32knbsd.c): Depend on netbsd.em.
25 * Makefile.in: Regenerate.
26
27 2003-12-03 Dave Airlie <airlied@linux.ie>
28
29 * configure.tgt: Add vax-linux-gnu target.
30
31 2003-12-03 Dmitry Diky <diwil@mail.ru>
32
33 * scripttempl/elf32msp430.sc (HEAP_SECTION_MSP430): New section for
34 forthcoming devices.
35 (_etext): provide this defenition for all scripts.
36
37 2003-12-02 Kazu Hirata <kazu@cs.umass.edu>
38
39 * emultempl/beos.em: Remove ARGSUSED.
40
41 2003-12-03 Alan Modra <amodra@bigpond.net.au>
42
43 * emultempl/pe.em (pe_fixup_stdcalls): Update for renamed
44 bfd_link_hash_entry field "next" -> "und_next".
45 (pe_find_data_imports): Likewise.
46 (gld_${EMULATION_NAME}_after_open): Likewise.
47 * emultempl/sunos.em (before_allocation): Likewise.
48
49 2003-12-02 Nick Clifton <nickc@redhat.com>
50
51 * ld.texinfo (Options): --ignore-all is no longer the default
52 behaviour for shared libraries and dynamic executables.
53
54 2003-12-02 Alan Modra <amodra@bigpond.net.au>
55
56 * Makefile.am: Run "make dep-am".
57 * Makefile.in: Regenerate.
58
59 2003-12-02 Alan Modra <amodra@bigpond.net.au>
60
61 * ldmain.c (main): Remove mpc860c0 code.
62 * lexsup.c (enum option_values): Delete OPTION_MPC860C0.
63 (ld_options): Delete mpc860c0 entry.
64 (parse_args): Likewise.
65
66 2003-12-01 Alan Modra <amodra@bigpond.net.au>
67
68 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Test
69 hash table type rather than testing creator flavour.
70 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
71 Only create stub_file bfd if hash table creator is as expected.
72 (gld${EMULATION_NAME}_finish): Test stub_file.
73
74 2003-11-28 Marcel Moolenaar <marcel@xcllnt.net>
75
76 * emulparams/elf64_ia64_fbsd.sh (TEXT_START_ADDR): Define.
77 (DATA_ADDR): Unset.
78
79 2003-11-18 James E Wilson <wilson@specifixinc.com>
80
81 * ldlang.c (lang_process): Move lang_reset_memory_regions call after
82 lang_do_assignments call.
83
84 * emulparams/elf64_ia64.sh (OTHER_PLT_RELOC_SECTIONS): Include
85 .rela.opd if -pie.
86
87 2003-11-10 Jonathan Wilson <jonwil@tpgi.com.au>
88
89 * scripttempl/pe.sc: Add support for TLS sections.
90
91 2003-11-09 Alan Modra <amodra@bigpond.net.au>
92
93 * configure.host (HOSTING_LIBS): Group libgcc and libc with
94 --start-group, --end-group pair.
95 (*-*-netbsd*, am33_2.0-*-linux*): Use the default HOSTING_LIBS.
96 (am33_2.0-*-linux*): Edit default HOSTING_CRT0.
97 (arm*-*-linux-gnu*): Remove extraneous '*' in sed expression.
98 (hppa*64*-*-linux*, hppa*-*-linux*): Remove target specific case.
99
100 2003-11-07 Jonathan R. Grant <jg-binutils@jguk.org>
101
102 * ldfile.c (ldfile_open_file): Use "No such file" error message.
103
104 2003-11-06 Bruno Rohee <bruno@rohee.com>
105
106 * ls.texinfo: Fix "the the" typo.
107
108 2003-11-05 Alan Modra <amodra@bigpond.net.au>
109
110 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Only do
111 pe_dll_extra_pe_debug stuff when DLL_SUPPORT defined.
112 (pr_sym): Move inside #ifdef DLL_SUPPORT.
113
114 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap
115 unused variable.
116
117 * emulparams/elf32_i860.sh (TEXT_START_ADDR): Define.
118
119 2003-11-04 Alan Modra <amodra@bigpond.net.au>
120
121 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Call
122 _bfd_elf_tls_setup.
123
124 2003-10-31 Nick Clifton <nickc@redhat.com>
125
126 * ldlang.c (lookup_name): When looking for a previously loaded
127 file compare the local_sym_name not the filename, as the
128 filename might have been transformed via the search directory
129 path lookup.
130 If the sought-for file has not been found in the input file
131 chain then create a new node with the search_dirs_flag set so
132 that the entire set of directory paths will be scanned for it.
133
134 2003-10-30 Andrew Cagney <cagney@redhat.com>
135
136 * emultempl/pe.em, pe-dll.c: Replace "struct symbol_cache_entry"
137 with "struct bfd_symbol".
138
139 2003-10-30 Phil Edwards <phil@codesourcery.com>
140
141 * Makefile.am (ALL_EMULATIONS): Add elf32mipswindiss.o.
142 (eelf32mipswindiss.c): New target.
143 * Makefile.in: Regenerated.
144 * emulparams/elf32mipswindiss.sh: New file.
145 * configure.tgt (i[3-7]86-*-vxworks*, arm-*-vxworks, sh-*-vxworks,
146 mips*-*-vxworks*): Use ELF now.
147 (mips*-*-windiss): New stanza, use elf32mipswindiss.
148
149 2003-10-27 Stephane Carrez <stcarrez@nerim.fr>
150
151 * scripttempl/elfm68hc12.sc: Define eeprom memory region.
152
153 2003-10-25 Kazu Hirata <kazu@cs.umass.edu>
154
155 * ChangeLog-9197: Fix typos.
156 * NEWS: Likewise.
157 * ld.texinfo: Likewise.
158 * ldlang.c: Fix comment typos.
159
160 2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
161
162 * ldlang.c (lang_vers_match): Fix a typo.
163
164 2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
165
166 * ldlang.c (lang_vers_match): Check demangled symbols.
167
168 2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
169
170 * ldlang.c (lang_vers_match): Check "symbol" instead of
171 "wildcard" and "pattern". Fix a typo.
172 (lang_finalize_version_expr_head): Likewise.
173 (lang_register_vers_node): Likewise.
174 (realsymbol): New function.
175 (lang_new_vers_pattern): Set "symbol" and remove "wildcard".
176
177 * ldlex.l (V_IDENTIFIER): Allow '\\'.
178
179 2003-10-24 Nick Clifton <nickc@redhat.com>
180
181 * emultempl/m68hc1xelf.em (before_allocation): Add missing second
182 parameter to lang_memory_region_lookup.
183
184 2003-10-22 Jakub Jelinek <jakub@redhat.com>
185
186 * ldlang.c: Include hashtab.h.
187 (lang_vers_match_lang_c, lang_vers_match_lang_cplusplus,
188 lang_vers_match_lang_java): Remove.
189 (lang_vers_match): New function.
190 (lang_new_vers_pattern): Initialize wildcard and mask
191 fields, don't initialize match.
192 (lang_new_vers_node): Use xcalloc. Adjust for globals and
193 locals field type changes. Set match field.
194 (version_expr_head_hash, version_expr_head_eq): New functions.
195 (lang_finalize_version_expr_head): New function.
196 (lang_register_vers_node): Call lang_finalize_version_expr_head.
197 Search in hash table if not wildcard when looking for duplicates.
198 * emultempl/ppc64elf.em (new_vers_pattern): Don't bother with
199 duplicate checking. Initialize all fields of dot_entry from entry
200 with the exception of pattern and next.
201
202 2003-10-21 Nick Clifton <nickc@redhat.com>
203
204 * ldlang.c (lang_memory_region_lookup): Add second parameter -
205 create - which is true if the region is being created. Issue
206 appropriate warning messages for finding and not finding
207 already created regions.
208 (lang_memory_default): Use DEFAULT_MEMORY_REGION.
209 (lang_leave_overlay_section): Likewise.
210 (lang_size_sections_1): Likewise.
211 Pass second parameter to lang_memory_region_lookup.
212 (lang_get_regions): Likewise.
213 * ldlang.h (DEFAULT_MEMORY_REGION): Define.
214 Update prototype for lang_memory_region_lookup.
215 * ldgram.y: Pass second parameter to lang_memory_region_lookup.
216 Use DEFAULT_MEMORY_REGION instead of "*default".
217
218 2003-10-20 Andrew Cagney <cagney@redhat.com>
219
220 * pe-dll.c: Replace "struct sec" with "struct bfd_section".
221
222 2003-10-19 Marek Michalkiewicz <marekm@amelek.gda.pl>
223
224 * Makefile.am: Remove old (before GCC 3.3) emulations for AVR
225 target: avr1200, avr23xx, avr4433, avr44x4, avr85xx, avrmega103,
226 avrmega161, avrmega603. Default to avr2.
227 * Makefile.in: Regenerate.
228 * configure.tgt: Likewise.
229 * emulparams/avr1200.sh: Remove.
230 * emulparams/avr23xx.sh: Remove.
231 * emulparams/avr4433.sh: Remove.
232 * emulparams/avr44x4.sh: Remove.
233 * emulparams/avr85xx.sh: Remove.
234 * emulparams/avrmega103.sh: Remove.
235 * emulparams/avrmega161.sh: Remove.
236 * emulparams/avrmega603.sh: Remove.
237 * scripttempl/elf32avr.sc: Remove.
238
239 2003-10-19 Andreas Schwab <schwab@suse.de>
240
241 * emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add
242 newline to message.
243
244 * deffilep.y: Remove commas from %token lines.
245
246 2003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
247
248 * emultempl/mmix-elfnmmo.em (mmix_before_allocation): Force linker
249 relaxation always; don't exclude relocatable linking. Adjust for
250 _bfd_mmix_prepare_linker_allocated_gregs renamed to
251 _bfd_mmix_before_linker_allocation.
252 (mmix_after_allocation): Adjust for
253 _bfd_mmix_finalize_linker_allocated_gregs renamed to
254 _bfd_mmix_after_linker_allocation.
255 * scripttempl/mmo.sc: Use ADDR (.text), not . - SIZEOF (.text).
256
257 * ldlang.c (lang_size_sections): Last, set _cooked_size for output
258 sections.
259
260 2003-10-16 Alan Modra <amodra@bigpond.net.au>
261
262 * Makefile.am (GENSCRIPTS_EXTRA, GEN_EXTRA_DEPENDS): Remove. Use
263 GENSCRIPTS and GEN_DEPENDS in place of these.
264 * Makefile.in: Regenerate.
265 * genscripts_extra.sh: Delete. Merge extra functionality to..
266 * genscripts.sh: ..here.
267
268 * emulparams/gld960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Define.
269 * emulparams/gld960coff.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
270 * emulparams/lnk960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
271 * emulparams/m88kbcs.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
272 * emulparams/vanilla.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
273
274 2003-10-16 Alan Modra <amodra@bigpond.net.au>
275
276 * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't
277 use $EMULATION_NAME to call bfd function.
278
279 2003-10-14 Danny Smith <dannysmith@users.sourceforge.net>
280
281 * pe-dll.c (pe_implied_import_dll): Also scan .rdata sections
282 to identify data symbols.
283
284 2003-10-13 Richard Sandiford <rsandifo@redhat.com>
285
286 * emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Move
287 definition from elf64btsmip.sh.
288 (TEXT_DYNAMIC): Likewise elf32btsmipn32.sh.
289 * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Remove.
290 * emulparams/elf64btsmip.sh (INITIAL_READONLY_SECTIONS): Remove.
291 * emulparams/elf64bmip.sh (SHLIB_TEXT_START_ADDR): Define.
292 (EXECUTABLE_SYMBOLS): Set __elf_header correctly for shared objects.
293 Define __program_header_table in terms of __elf_header.
294
295 2003-10-10 H.J. Lu <hongjiu.lu@intel.com>
296
297 * Makefile.am (eelf64_ia64.c): Also depend on
298 $(srcdir)/emultempl/ia64elf.em.
299 * Makefile.in: Regenerated.
300
301 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Set to ia64elf.
302
303 * emultempl/ia64elf.em: New.
304
305 2003-10-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
306
307 * emulparams/shelf32_nbsd.sh (OTHER_SECTIONS): Redefine.
308
309 2003-10-11 Hans-Peter Nilsson <hp@bitrange.com>
310
311 * ld.texinfo (Builtin Functions) <DEFINED>: Say that only symbols
312 defined before the statement using DEFINED yield 1.
313 * ldexp.c (fold_name) <case DEFINED>: In lang_first_phase_enum,
314 call lang_track_definedness on symbol. In subsequent phases, use
315 lang_symbol_definition_iteration and lang_statement_iteration to
316 check whether the symbol was defined before the current statement.
317 (exp_fold_tree) <case etree_assign et al>: Call
318 lang_update_definedness before updating symbol type when setting
319 symbol.
320 * ldlang.c (lang_definedness_table): New variable.
321 (lang_definedness_newfunc, lang_track_definedness)
322 (lang_symbol_definition_iteration, lang_update_definedness): New
323 functions.
324 (lang_init): Initialize lang_definedness_table and
325 lang_statement_iteration.
326 (lang_finish): Destroy bfd_hash_table_free.
327 (lang_size_sections): Increment lang_statement_iteration.
328 (lang_do_assignments_1): New function with former
329 lang_do_assignments contents. Change recursive calls to call this
330 function.
331 (lang_do_assignments): Evacuate contents. Increment
332 lang_statement_iteration, then just call lang_do_assignments_1.
333 * ldlang.h (struct lang_definedness_hash_entry)
334 (lang_statement_iteration, lang_track_definedness)
335 (lang_symbol_definition_iteration, lang_update_definedness):
336 Declare.
337
338 2003-10-09 H.J. Lu <hongjiu.lu@intel.com>
339
340 * scripttempl/elf.sc (__executable_start): Provide.
341
342 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
343
344 * emulparams/armelf.sh: Define NO_SMALL_DATA.
345 * emulparams/armelf_linux.sh, emulparams/armelf_oabi.sh,
346 emulparams/armnto.sh: Likewise.
347
348 2003-10-08 Alexandre Oliva <aoliva@redhat.com>
349
350 * ldlang.c (lang_size_sections_1): Use IGNORE_SECTION to tell
351 whether to skip test for no memory region.
352
353 2003-10-08 Nick Clifton <nickc@redhat.com>
354
355 * lexsup.c (parse_args: OPTION_CALL_SHARED): Revise comment
356 describing defaults. Change default to report unresolved symbols
357 in object files as well.
358
359 2003-10-08 Hans-Peter Nilsson <hp@bitrange.com>
360
361 * ldexp.c (fold_name) <case DEFINED>: Set section of result to
362 abs_output_section.
363
364 2003-10-07 Bob Wilson <bob.wilson@acm.org>
365
366 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,
367 OTHER_READWRITE_SECTIONS, OTHER_SECTIONS): Set section addresses to
368 zero for relocatable links.
369
370 2003-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
371
372 * configure.host (HOSTING_LIBS): Define for hppa*-*-linux*.
373
374 2003-10-07 Nathan Sidwell <nathan@codesourcery.com>
375
376 * ldwrite.c (unsplittable_name): New.
377 (clone_section): Strip existing numeric suffix. Only truncate names
378 for coff targets.
379 (split_sections): Use unsplittable_name.
380
381 2003-10-06 Nick Clifton <nickc@redhat.com>
382
383 * lexsup.c (parse_args): Report unresolved symbols in shared
384 libraries when creating a dynamic executable. This is a
385 restoration of the default behaviour for previous versions of
386 the linker.
387
388 2003-10-06 Matt Thomas <matt@3am-software.com>
389
390 * emulparams/hppanbsd.sh: Remove OUTPUT_FORMAT.
391 * emulparams/hppaobsd.sh: Add OUTPUT_FORMAT="elf32-hppa".
392
393 2003-10-06 Robert Millan <robertmh@gnu.org>
394
395 * configure.tgt: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
396
397 2003-10-02 Ivan Warren <ivan@vmfacility.fr>
398
399 * pe-dll.c (make_one): Correct sym def order & pick right sym for
400 .idata$7 reloc.
401
402 2003-09-30 Chris Demetriou <cgd@broadcom.com>
403
404 * NEWS: Add an indication of the cutoff for 2.14.
405
406 2003-09-30 Chris Demetriou <cgd@broadcom.com>
407
408 * ldmain.c (get_emulation): Ignore "-mips64r2".
409
410 2003-09-03 Robert Millan <robertmh@gnu.org>
411
412 * configure.host: Match GNU/KFreeBSD with new kfreebsd*-gnu
413 triplet.
414 * configure.tgt: Likewise.
415
416 2003-08-29 Jafa <jafa@silicondust.com>
417
418 * emulparams/elf32ip2k.sh (TEMPLATE_NAME): Define.
419
420 2003-08-21 Nick Clifton <nickc@redhat.com>
421
422 * po/tr.po: Updated Turkish translation.
423
424 2003-08-20 Nick Clifton <nickc@redhat.com>
425
426 * ldmain.c: Initialise the new fields in bfd_link_info to
427 NOT_YET_SET.
428 * lexsup.c (enum option_values): New enum. Use this to
429 replace the handed coded values for the long switch options.
430 (ld_options): Add 'unresolved-symbols',
431 'warn-unresolved-symbols' and 'error-unresolved-symbols'.
432 (parse_args): Handle the new switches. Set the values of
433 unresolved_symbols_in_objects and
434 unresolved_symbols_in_shared_libs appropriately. If they were
435 not initialised by the command line, install default values.
436 * emultempl/elf32.em (handle_option): Update OPTION_GROUP and
437 -z defs to use the new fields in bfd_link_info.
438 * ld.texinfo: Document the new switches.
439 * NEWS: Mention this feature.
440
441 2003-08-15 Dmitry Diky <diwil@mail.ru>
442
443 * Makefile.am (GENSCRIPTS_EXTRA): New script definition which
444 calls genscripts_extra.sh.
445 Rearrange all msp430 depends using this script.
446 * Makefile.in: Regenerate.
447 * genscripts_extra.sh: New file: Similar to genscripts.sh, except
448 that the script to be run to generate the emulations can be passed
449 as an optional parameter instead of being computed from the
450 emulation name.
451 * emulparams/msp430all.sh: New file: Combine all msp430 subdevice
452 definitions into one file.
453 * emulparams/msp430x*.sh: Removed.
454
455 2003-08-15 Nick Clifton <nickc@redhat.com>
456
457 * ld.texinfo (Options): Put keywords for the -z option into a
458 table. Add more text describing what the -z now option does.
459
460 2003-08-14 Alan Modra <amodra@bigpond.net.au>
461
462 * dep-in.sed: Remove libintl.h.
463 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
464 * Makefile.in: Regenerate.
465
466 2003-08-13 Alan Modra <amodra@bigpond.net.au>
467
468 * genscripts.sh (libpath.exp): Only generate for first emulation.
469 (LIB_PATH): Correct order of paths. Don't add $tool_lib when
470 already present or when LIB_PATH is set to ":".
471
472 2003-08-12 Ian Lance Taylor <ian@airs.com>
473
474 * ldmain.c (undefined_symbol): Change parameter name from `fatal'
475 to `error'. If only a warning, put warning in the reported
476 string. Consistently set failure flag when not a warning.
477
478 2003-08-08 Dmitry Diky <diwil@mail.ru>
479
480 * Makefile.am: Add xW42 and xE42 parts. Sort MPU list according to
481 gcc order.
482 * Makefile.in: Regenerate.
483 * configure.tgt: Add extra emulations.
484 * emulparams/msp430xE423.sh: New file.
485 * emulparams/msp430xE427.sh: New file.
486 * emulparams/msp430xW425.sh: New file.
487 * emulparams/msp430xE425.sh: New file.
488 * emulparams/msp430xW423.sh: New file.
489 * emulparams/msp430xW427.sh: New file.
490
491 2003-08-07 Danny Smith <dannysmith@users.sourceforge.net>
492
493 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
494 Change second (cmdline) arg to lang_add_entry to FALSE.
495 (set_pe_subsystem): Change second arg to lang_add_entry to TRUE.
496
497 2003-08-05 Christian Groessler <chris@groessler.org>
498 Jason Eckhardt <jle@rice.edu>
499
500 * configure.tgt: Recognize new target i860-*-coff.
501 * Makefile.am (ALL_EMULATIONS): Add ecoff_i860.o.
502 (ecoff_i860.c): New rule.
503 * emulparams/coff_i860.sh: New file.
504 * scripttempl/i860coff.sc: New file.
505 * Makefile.in: Regenerate.
506
507 2003-08-04 Nick Clifton <nickc@redhat.com>
508
509 * emultempl/elf32.em (before_allocation): Prepend "warning: "
510 to messages produced for .gnu.warning.SYMBOL sections.
511
512 2003-08-04 Alan Modra <amodra@bigpond.net.au>
513
514 * emultempl/elf32.em (output_rel_find): Add "isdyn" param. Put
515 .rel.dyn before other reloc sections. Don't stop looking for reloc
516 sections on finding one that isn't allocated. Match .rel even when
517 placing .rela and vice versa, when setting last_rel and
518 last_rel_alloc for the first time. If no reloc sections in script,
519 prefer allocated section over non-alloc.
520 (gld${EMULATION_NAME}_place_orphan): Handle orphan .rel.dyn.
521
522 2003-07-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
523
524 * emulparams/shelf.sh (OTHER_SECTIONS): Don't include .stack
525 section for shared library.
526 * emulparams/shelf32.sh (OTHER_SECTIONS): Likewise.
527 * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
528
529 2003-07-29 Stephane Carrez <stcarrez@nerim.fr>
530
531 * scripttempl/elfm68hc12.sc: Add gcc_except_table.
532 * scripttempl/elfm68hc11.sc: Likewise.
533
534 2003-07-28 Alan Modra <amodra@bigpond.net.au>
535
536 * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
537
538 * emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
539
540 2003-07-27 Alan Modra <amodra@bigpond.net.au>
541
542 * ld.texinfo: Typo fixes. Document SUBALIGN.
543 * ldgram.y (opt_subalign): Add.
544 * ldlex.l (SUBALIGN): Recognize.
545 * ldlang.c (overlay_subalign): New var.
546 (lang_enter_overlay): Add subalign param.
547 (lang_enter_overlay_section): Pass overlay_subalign to
548 lang_enter_output_section_statement.
549 * ldlang.h (lang_enter_overlay): Update.
550
551 2003-07-24 Nick Clifton <nickc@redhat.com>
552
553 * po/fr.po: Updated French translation.
554
555 2003-07-23 Stephane Carrez <stcarrez@nerim.fr>
556
557 * scripttempl/elfm68hc11.sc: Keep ctor/dtor sections; Take into
558 account .tramp sections;
559 * scripttempl/elfm68hc12.sc: Likewise.
560
561 2003-07-17 Charles Wilson <cwilson@ece.gatech.edu>
562
563 * ld/pe-dll.c: Add libcygwin to autofilter_liblist[]
564
565 2003-07-17 Nick Clifton <nickc@redhat.com>
566
567 * po/es.po: New Spanish translation.
568
569 2003-07-11 Alan Modra <amodra@bigpond.net.au>
570
571 * po/ld.pot: Regenerate.
572
573 2003-07-10 Bob Wilson <bob.wilson@acm.org>
574
575 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Replace .xt.lit
576 with new .got.loc section.
577 (OTHER_READWRITE_SECTIONS): Do not combine linkonce sections for
578 non-relocating links.
579 (OTHER_SECTIONS): Add .xt.lit here. Change it to keep linkonce
580 sections separate for non-relocating links; likewise for .xt.insn.
581
582 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
583
584 2001-08-22 Alexandre Oliva <aoliva@redhat.com>
585 * emulparams/elf32am33lin.sh: Adjust to match kernel parameters.
586 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
587 * configure.host (am33_2.0-*-linux*): Added.
588 * configure.tgt (am33_2.0-*-linux*): Likewise.
589 * emulparams/elf32am33lin.sh: New.
590 * Makefile.am (eelf32am33lin.c): New rule.
591 * Makefile.in: Rebuilt.
592
593 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
594
595 2001-04-17 Alexandre Oliva <aoliva@redhat.com>
596 * emulparams/mn10300.sh (TEMPLATE_NAME): Define.
597 (GENERATE_SHLIB_SCRIPT): Likewise.
598
599 2003-07-10 Alan Modra <amodra@bigpond.net.au>
600
601 * emulparams/elf64ppc.sh (OTHER_GOT_SECTIONS): Don't define.
602 (GOT): Define.
603 * emultempl/ppc64elf.em (stub_added): New static var.
604 (ppc_create_output_section_statements): Call ppc64_elf_init_stub_bfd.
605 (ppc_add_stub_section): Set stub_added.
606 (gld${EMULATION_NAME}_finish): Look for .got rather than .toc. Adjust
607 ppc64_elf_size_stubs call and test for stubs.
608 * scripttempl/elf.sc (GOT): Define and use.
609
610 2003-07-08 J"orn Rennecke <joern.rennecke@superh.com>
611
612 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
613 Allow second call from ldemul_finish.
614
615 2003-07-04 J"orn Rennecke <joern.rennecke@superh.com>
616
617 * emulparams/shelf32.sh (STACK_ADDR): Don't define.
618 (OTHER_SECTIONS): Include .stack.
619 * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
620
621 2003-07-02 Jakub Jelinek <jakub@redhat.com>
622
623 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't include
624 .opd if -pie.
625 (OTHER_READWRITE_SECTIONS): Include .opd if -pie.
626 * scripttempl/elf.sc: Use SHLIB_DATA_ADDR instead of DATA_ADDR
627 if -pie.
628
629 2003-06-28 Alan Modra <amodra@bigpond.net.au>
630
631 * ld.h: Convert to C90, remove unnecessary prototypes and casts.
632 Replace PTR with void *. Formatting.
633 * ldcref.c: Likewise.
634 * ldctor.c: Likewise.
635 * ldctor.h: Likewise.
636 * ldemul.h: Likewise.
637 * ldexp.c: Likewise.
638 * ldexp.h: Likewise.
639 * ldfile.c: Likewise.
640 * ldfile.h: Likewise.
641 * ldlang.c: Likewise.
642 * ldlang.h: Likewise.
643 * ldlex.h: Likewise.
644 * ldlex.l: Likewise.
645 * ldmain.c: Likewise.
646 * ldmain.h: Likewise.
647 * ldmisc.c: Likewise.
648 * ldmisc.h: Likewise.
649 * ldver.h: Likewise.
650 * ldwrite.c: Likewise.
651 * ldwrite.h: Likewise.
652 * lexsup.c: Likewise.
653 * mri.c: Likewise.
654 * mri.h: Likewise.
655 * pe-dll.c: Likewise.
656 * pe-dll.h: Likewise.
657 * deffilep.y: Likewise.
658 * deffile.h: Likewise. Don't include ansidecl.h.
659 * emulparams/elf32mcore.sh: Remove unnecessary cast.
660 * emultempl/m68kcoff.em: Likewise.
661 * emultempl/m68kelf.em: Likewise.
662 * emultempl/ticoff.em: Remove lang_add_output_format declaration.
663 * sysdep.h: Don't include ansidecl.h.
664 * Makefile.am: Run "make dep-am".
665 * Makefile.in: Regenerate.
666
667 2003-06-27 Nick Clifton <nickc@redhat.com>
668
669 * deffilep.y (def_file_add_directive): Cope with NUL seperated
670 directives. Fix reporting of unparseable directives.
671 (def_error): Check for a NULL def_filename.
672
673 2003-06-27 Alan Modra <amodra@bigpond.net.au>
674
675 * emultempl/aix.em: Convert to C90, remove unnecessary prototypes
676 and casts. Replace PTR with void *. Formatting.
677 * emultempl/alphaelf.em: Likewise.
678 * emultempl/armcoff.em: Likewise.
679 * emultempl/armelf.em: Likewise.
680 * emultempl/armelf_oabi.em: Likewise.
681 * emultempl/beos.em: Likewise.
682 * emultempl/elf32.em: Likewise.
683 * emultempl/generic.em: Likewise.
684 * emultempl/gld960.em: Likewise.
685 * emultempl/gld960c.em: Likewise.
686 * emultempl/hppaelf.em: Likewise.
687 * emultempl/linux.em: Likewise.
688 * emultempl/lnk960.em: Likewise.
689 * emultempl/m68hc1xelf.em: Likewise.
690 * emultempl/m68kcoff.em: Likewise.
691 * emultempl/m68kelf.em: Likewise.
692 * emultempl/mipsecoff.em: Likewise.
693 * emultempl/mipself.em: Likewise.
694 * emultempl/mmix-elfnmmo.em: Likewise.
695 * emultempl/mmixelf.em: Likewise.
696 * emultempl/mmo.em: Likewise.
697 * emultempl/needrelax.em: Likewise.
698 * emultempl/netbsd.em: Likewise.
699 * emultempl/pe.em: Likewise.
700 * emultempl/sh64elf.em: Likewise.
701 * emultempl/sunos.em: Likewise.
702 * emultempl/ticoff.em: Likewise.
703 * emultempl/vanilla.em: Likewise.
704 * emultempl/xtensaelf.em: Likewise.
705 * Makefile.am: Correct dependencies.
706 * Makefile.in: Regenerate.
707
708 2003-06-25 Alan Modra <amodra@bigpond.net.au>
709
710 * ld.texinfo: Correct spelling of "relocatable".
711 * ldctor.c: Likewise.
712 * ldexp.c: Likewise.
713 * ldfile.c: Likewise.
714 * ldint.texinfo: Likewise.
715 * ldlang.c: Likewise.
716 * ldmain.c: Likewise.
717 * ldwrite.c: Likewise.
718 * lexsup.c: Likewise.
719 * emultempl/aix.em: Likewise.
720 * emultempl/alphaelf.em: Likewise.
721 * emultempl/armcoff.em: Likewise.
722 * emultempl/armelf_oabi.em: Likewise.
723 * emultempl/beos.em: Likewise.
724 * emultempl/elf32.em: Likewise.
725 * emultempl/generic.em: Likewise.
726 * emultempl/gld960.em: Likewise.
727 * emultempl/gld960c.em: Likewise.
728 * emultempl/hppaelf.em: Likewise.
729 * emultempl/linux.em: Likewise.
730 * emultempl/lnk960.em: Likewise.
731 * emultempl/m68hc1xelf.em: Likewise.
732 * emultempl/m68kcoff.em: Likewise.
733 * emultempl/m68kelf.em: Likewise.
734 * emultempl/mipsecoff.em: Likewise.
735 * emultempl/mipself.em: Likewise.
736 * emultempl/mmix-elfnmmo.em: Likewise.
737 * emultempl/mmo.em: Likewise.
738 * emultempl/needrelax.em: Likewise.
739 * emultempl/pe.em: Likewise.
740 * emultempl/ppc64elf.em: Likewise.
741 * emultempl/sh64elf.em: Likewise.
742 * emultempl/sunos.em: Likewise.
743 * emultempl/ticoff.em: Likewise.
744 * emultempl/xtensaelf.em: Likewise.
745
746 2003-06-24 Alan Modra <amodra@bigpond.net.au>
747
748 * emultempl/ppc32elf.em: Convert to C90.
749
750 2003-06-20 Alan Modra <amodra@bigpond.net.au>
751
752 * emultempl/ppc64elf.em: Convert to C90 function definitions, remove
753 unnecessary prototypes and casts.
754
755 2003-06-19 Alan Modra <amodra@bigpond.net.au>
756
757 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Dump out
758 statistics from ppc64_elf_build_stubs.
759
760 2003-06-19 Alan Modra <amodra@bigpond.net.au>
761
762 * emultempl/ppc64elf.em (build_section_lists): Check return status
763 from ppc64_elf_next_input_section.
764
765 2003-06-17 H.J. Lu <hongjiu.lu@intel.com>
766
767 * ldlang.c (section_already_linked): Put back assignment of
768 kept_section.
769
770 2003-06-17 Rainer Keuchel <rkeuchel@allgeier.com>
771
772 * pe-dll.c (generate_reloc): Catch and ignore an ARM_26D
773 reloc.
774
775 2003-06-17 Loren James Rittle <rittle@latour.rsch.comm.mot.com>
776
777 * configure.host (*-*-freebsd*): Add known path for ld-elf.so.1
778 if not produced by gcc.
779
780 2003-06-16 Hans-Peter Nilsson <hp@axis.com>
781
782 * configure.tgt: Add specific case for cris-*-linux-gnu*
783 with crislinux emulation only.
784
785 2003-06-13 Robert Millan <zeratul2@wanadoo.es>
786
787 * configure.tgt: Add i386-netbsd-gnu target.
788
789 2003-06-12 Richard Sandiford <rsandifo@redhat.com>
790
791 * configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
792 to $targ_extra_libpath.
793
794 2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
795
796 * po/Make-in (DESTDIR): New.
797 (install-data-yes): Support $(DESTDIR).
798 (uninstall): Likewise.
799
800 2003-06-10 Doug Evans <dje@sebabeach.org>
801
802 * Makefile.am (ALL_EMULATIONS): Add em32relf.o.
803 * Makefile.in: Regenerate.
804
805 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
806
807 * configure.tgt (h8300*): Add h8300sxn emulations.
808 * Makefile.am (ALL_EMULATIONS): Add eh8300sxn.o and eh8300sxnelf.o.
809 (eh8300sxn.c, eh8300sxnelf.c): New rules.
810 * Makefile.in: Regenerate.
811 * emulparams/h8300sxnelf.sh, emulparams/h8300sxn.sh: New files.
812 * scripttempl/h8300sxn.sc: New file.
813
814 2003-06-10 Alan Modra <amodra@bigpond.net.au>
815
816 * emulparams/elf64ppc.sh (EXECUTABLE_SYMBOLS, OTHER_BSS_END_SYMBOLS,
817 CTOR_START, CTOR_END, DTOR_START, DTOR_END): Don't define.
818
819 2003-06-08 Alan Modra <amodra@bigpond.net.au>
820
821 * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
822 (build_toc_list): New function.
823 (gld${EMULATION_NAME}_finish): Call build_toc_list and
824 ppc64_elf_reinit_toc. Adjust ppc64_elf_build_stubs call.
825 (OPTION_STUBSYMS): Define.
826 (PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
827 (PARSE_AND_LIST_OPTIONS): Document.
828 (PARSE_AND_LIST_ARGS_CASES): Handle.
829
830 2003-06-05 Roland McGrath <roland@redhat.com>
831
832 * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
833 extra \t in -z noexecstack line.
834
835 2003-05-23 Jakub Jelinek <jakub@redhat.com>
836
837 * ldgram.y (phdr_type): Grok PT_GNU_STACK.
838 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
839 -z execstack and -z noexecstack.
840 (gld${EMULATION_NAME}_list_options): Likewise.
841 * scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
842
843 2003-06-03 Michael Snyder <msnyder@redhat.com>
844 and Bernd Schmidt <bernds@redhat.com>
845 and Alexandre Oliva <aoliva@redhat.com>
846
847 * Makefile.am: Add new emulations for h8300sx.
848 * Makefile.in: Regenerate.
849 * configure.tgt: Add new emulations.
850 * emulparams/h8300sx.sh: New emulation.
851 * emulparams/h8300sxelf.sh: Ditto.
852 * scripttempl/h8300sx.sc: Ditto.
853
854 2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
855
856 * ldmisc.c: Include "bfdlink.h".
857 (error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
858 and -LD_DEFINITION_IN_DISCARDED_SECTION.
859
860 * Makefile.am: Rebuild dependency.
861 * Makefile.in: Regenerated.
862
863 2003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
864
865 * emulparams/shlelf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
866 * emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
867
868 2003-06-02 Fabrizio Gennari <fabrizio.ge@tiscalinet.it>
869
870 * pe-dll.c (fill_edata): Scan table pe_dll->exports, which is
871 sorted alphabetically, instead of exported_symbols, which is
872 sorted by ordinal.
873
874 2003-05-30 Ulrich Drepper <drepper@redhat.com>
875 Jakub Jelinek <jakub@redhat.com>
876
877 * lexsup.c (OPTION_PIE): Define.
878 (ld_options): Add -pie and --pic-executable options.
879 (parse_args): Handle OPTION_PIE.
880 * ldmain.c (main): Initialize link_info.pie and
881 link_info.executable.
882 * genscripts.sh: Generate PIE scripts.
883 * ld.texinfo: Document -pie and --pic-executable options.
884 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
885 (gld${EMULATION_NAME}_place_orphan): Likewise.
886 (gld${EMULATION_NAME}_get_script): Include PIE scripts.
887 * scripttempl/elf.sc: In PIE scripts set . the same way as in
888 shared scripts.
889 * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Set to yes.
890 * emulparams/elf64_ia64.sh (GENERATE_PIE_SCRIPT): Likewise.
891 * emulparams/elf32ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
892 * emulparams/elf64ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
893 * emulparams/elf_x86_64.sh (GENERATE_PIE_SCRIPT): Likewise.
894 * emulparams/elf_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
895 * emulparams/elf32_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
896 * emulparams/elf64_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
897 * emulparams/elf64alpha.sh (GENERATE_PIE_SCRIPT): Likewise.
898 * emulparams/elf64_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
899 * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Likewise.
900
901 2003-05-30 H.J. Lu <hongjiu.lu@intel.com>
902
903 * genscripts.sh: Create tmpdir/libpath.exp.
904
905 2003-05-30 Nick Clifton <nickc@redhat.com>
906
907 * emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT
908 with a test for a NULL bfd_for_interworking.
909
910 2003-05-29 Jason Thorpe <thorpej@wasabisystems.com>
911
912 * configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
913 correctly for more recent versions of NetBSD.
914 (alpha*-*-netbsd*): Remove.
915 (i[3-7]86-*-netbsd*): Remove.
916
917 2003-05-29 Nick Clifton <nickc@redhat.com>
918
919 * emultempl/pe.em: Include "safe-ctype.h" instead of <ctype.h>.
920
921 2003-05-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
922
923 * emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
924 trap on pointer crops.
925
926 2003-05-21 Marcus Comstedt <marcus@mc.pp.se>
927
928 * configure.tgt: Check for a target triplet of shl-...-netbsdelf
929 as well as shle-...-netbsdelf.
930
931 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
932
933 * configure.host: Accept i[3-7]86 variants.
934 * configure.tgt: Likewise.
935
936 2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
937
938 * emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
939
940 2003-05-09 Daniel Jacobowitz <drow@mvista.com>
941
942 * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
943 (earmelfb.c, earmelfb_linux.c): New rules.
944 * Makefile.in: Regenerated.
945 * emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.
946 * configure.tgt: Add armeb-elf and arm*b-*-linux-gnu.
947
948 2003-05-09 Nick Clifton <nickc@redhat.com>
949
950 * ldlang.c (lang_size_sections_1): Default to generating a
951 fatal error message if a loadable section is not allocated
952 to a memory region when regions are defined.
953
954 2003-05-09 Alan Modra <amodra@bigpond.net.au>
955
956 * Makefile.am (em68hc11elf.c): Correct dependencies.
957 (em68hc11elfb.c, em68hc12elf.c, em68hc12elfb.c): Likewise.
958 * Makefile.in: Regenerate.
959 * emultempl/elf32.em (find_exp_assignment): Adjust for changed
960 bfd_elf_record_link_assignment name.
961
962 2003-05-07 Alexandre Oliva <aoliva@redhat.com>
963
964 * ldmain.h (overflow_cutoff_limit): Declare.
965 * ldmain.c (overflow_cutoff_limit): Define, initialized to 10.
966 (reloc_overflow): Limit error messages based on it.
967 * lexsup.c (parse_args) <OPTION_VERBOSE>: Set cutoff to
968 unlimited.
969
970 2003-05-05 Alan Modra <amodra@bigpond.net.au>
971
972 * ldlex.l: Accept C style comments in version scripts.
973
974 2003-04-28 H.J. Lu <hjl@gnu.org>
975
976 * ldlang.c (lang_process): Add the relax finalize pass.
977
978 * ldmain.c (main): Initialize link_info.relax_finalizing to
979 FALSE.
980
981 2003-04-24 Roland McGrath <roland@redhat.com>
982
983 * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
984 If a name string is unknown, give an error rather than crashing later.
985
986 2003-04-23 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
987
988 * Makefile.am (ALL_EMULATIONS): Add eh8300hn.o, eh8300sn.o,
989 eh8300hnelf.o, eh8300snelf.o and respective rules.
990 * Makefile.in: Regenerate.
991 * configure.tgt: Add h8300hn, h8300sn, h8300hnelf, h8300snelf
992 * emulparams/h8300hn.sh: New
993 * emulparams/h8300sn.sh: New
994 * emulparams/h8300hnelf.sh: New
995 * emulparams/h8300snelf.sh: New
996 * scripttempl/h8300hn.sc: new
997 * scripttempl/h8300sn.sc: new
998
999 2003-04-23 H.J. Lu <hjl@gnu.org>
1000
1001 * ldmain.c (link_callbacks): Initialize error_handler.
1002
1003 * ldmisc.c (error_handler): New function.
1004
1005 * ldmisc.h (error_handler): New prototype.
1006
1007 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
1008
1009 * emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
1010 * emulparams/m68hc11elfb.sh: Likewise.
1011 * emulparams/m68hc12elf.sh: Likewise.
1012 * emulparams/m68hc12elfb.sh: Likewise.
1013
1014 2003-04-19 Stephane Carrez <stcarrez@nerim.fr>
1015
1016 * emultempl/m68hc1xelf.em: New file to generate far trampolines on
1017 68HC11 and 68HC12.
1018 (LDEMUL_BEFORE_ALLOCATION): Override to gather the trampolines to
1019 generate.
1020 (LDEMUL_FINISH): Override to generate the trampolines after gc and
1021 linker relaxation.
1022 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Override to create the
1023 stub file for trampolines.
1024 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_LONGOPTS): New options
1025 --no-trampoline and --bank-window to control the memory bank window.
1026
1027 2003-04-18 H.J. Lu <hjl@gnu.org>
1028
1029 * ldfile.c (ldfile_add_library_path): Remove the unused
1030 variable.
1031
1032 2003-04-18 Andrew Haley <aph@cambridge.redhat.com>
1033
1034 * scripttempl/xstormy16.sc (__data, __rdata): New.
1035
1036 2003-04-16 Nick Clifton <nickc@redhat.com>
1037
1038 * scripttempl/xstormy16.sc: Add .jcr section mapping.
1039
1040 2003-04-15 H.J. Lu <hjl@gnu.org>
1041
1042 From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:
1043
1044 * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
1045
1046 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
1047
1048 * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
1049 * ld.texinfo: Likewise.
1050
1051 2003-04-14 Alan Modra <amodra@bigpond.net.au>
1052
1053 From Prashanth Tamraparni <prashanth_t@in.ibm.com>
1054 * scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o and
1055 other variants of crtbegin.o, crtend.o.
1056 (DTOR): Likewise.
1057 * scripttempl/crisaout.sc (ctors, dtors): Likewise.
1058 * scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise.
1059 * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
1060 * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
1061 * scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise.
1062 * scripttempl/iq2000.sc (CTOR, DTOR): Likewise.
1063 * scripttempl/mmo.sc (ctors, dtors): Likewise.
1064 * scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
1065
1066 2003-04-09 Dmitry Diky <diwil@mail.ru>
1067
1068 * scripttempl/elf32msp430.sc: Add initX, finiX, ctors, dtors
1069 sections to respect C++ constructor/destructor. Add ctors/dtors
1070 start/stop definitions.
1071 * scripttempl/elf32msp430_3.sc: Likewise.
1072
1073 2003-04-06 Nick Clifton <nickc@redhat.com>
1074
1075 * ld.texinfo (Options): Add a reminder of the target specific
1076 nature to the description of the i386 PE specific options, for
1077 readers who have not read all the way through the manual.
1078
1079 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
1080
1081 * configure.tgt: Fixed bug in list of targ_extra_emuls.
1082 * emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
1083 cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
1084 * emulparams/tic3xcoff_onchip.sh: Ditto
1085 * emulparams/tic4xcoff.sh: Ditto
1086 * scripttempl/tic4xcoff.sc: Ditto
1087
1088 2003-04-03 Nick Clifton <nickc@redhat.com>
1089
1090 * NEWS: Mention support for Xtensa architecture.
1091
1092 2003-04-02 Nick Clifton <nickc@redhat.com>
1093
1094 * pe-dll.c (pe_detail_list): arm-pe targets use underscores.
1095
1096 2003-04-01 Danny Smith <dannysmith@users.sourceforge.net>
1097
1098 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
1099 Don't call pe_dll_build_section() if link_info.relocateable.
1100 (gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
1101 if link_info.relocateable.
1102
1103 2003-04-01 Fabrizio Gennari <fabrizio.ge@tiscalinet.it>
1104
1105 * pe-dll.c (process_def_file): Don't create an export
1106 section if there are no exports and we're building an exe
1107 (pe_dll_build_sections): Ditto
1108 (pe_dll_fill_sections): Conditionalize setting
1109 abfd->dll true on info->shared
1110 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
1111 If i386pe or armpe, call pe_dll_build_section()
1112 for both exe's and dll's, not just dll's.
1113 (gld_${EMULATION_NAME}_finish): For all targets except
1114 shpe and mipspe, call pe_dll_fill_sections() for both
1115 exe's and dll's, not just dll's.
1116
1117 2003-04-02 Bob Wilson <bob.wilson@acm.org>
1118
1119 * emulparams/xtensa-config.sh: Remove comment indicating that this is
1120 a generated file.
1121
1122 2003-04-01 Bob Wilson <bob.wilson@acm.org>
1123
1124 * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
1125 (eelf32xtensa.c): New target.
1126 * Makefile.in: Regenerate.
1127 * configure.tgt: Handle xtensa-*-*.
1128 * gen-doc.texi: Set XTENSA variable.
1129 * ld.texinfo: Set XTENSA variable. Add new Xtensa node.
1130 * emulparams/elf32xtensa.sh: New file.
1131 * emulparams/xtensa-config.sh: Likewise.
1132 * emultempl/xtensaelf.em: Likewise.
1133 * scripttempl/elfxtensa.sc: Likewise.
1134
1135 2003-04-01 Jakub Jelinek <jakub@redhat.com>
1136
1137 * configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
1138 targ_extra_libpath. Add elf64ppc to ppc targ_extra_libpath
1139 if --enable-64-bit-bfd.
1140
1141 2003-04-01 Nick Clifton <nickc@redhat.com>
1142
1143 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
1144 note section.
1145 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change
1146 name of note section.
1147
1148 2003-03-31 Alexandre Oliva <aoliva@redhat.com>
1149
1150 * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
1151 --section-start.
1152
1153 2003-03-31 David Heine <dlheine@suif.stanford.edu>
1154
1155 * ldfile.c (ldfile_add_library_path): Always allocate space for
1156 the filename.
1157 * ldlang.c (lang_register_vers_node): Free the node if it cannot
1158 be used.
1159 * ldmain.c (set_scripts_dir): Always free the constructed
1160 directory name.
1161 (add_keepsyms_file): Fix memory leak.
1162 * ldmisc.c (vfinfo): Likewise.
1163 * lexsup.c (parse_args): Likewise.
1164
1165 2003-03-25 Stan Cox <scox@redhat.com>
1166 Nick Clifton <nickc@redhat.com>
1167
1168 Contribute support for Intel's iWMMXt chip - an ARM variant:
1169
1170 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
1171 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
1172 * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
1173 (.bss): Likewise.
1174
1175 2003-03-25 Alexandre Oliva <aoliva@redhat.com>
1176
1177 * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
1178 * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
1179 (main): Initialize them.
1180 * ldfile.c: Include pathnames.h.
1181 (is_sysrooted_pathname): New.
1182 (ldfile_add_library_path): Use it.
1183 (ldfile_open_file_search): Likewise. Use IS_ABSOLUTE_PATH. Don't
1184 search_dirs if given an absolute pathname.
1185 (ldfile_open_file): Issue error message for sysrooted
1186 absolute pathnames.
1187 * Makefile.am: Updated dependencies.
1188 * Makefile.in: Rebuild.
1189
1190 2003-03-24 Daniel Néri <dne@mayonnaise.net>
1191
1192 * ld.texinfo: Rename all occurances of C54X to TIC54X.
1193
1194 2003-03-19 Andreas Schwab <schwab@suse.de>
1195
1196 * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
1197 eof.
1198
1199 2003-03-18 Danny Smith <dannysmith@users.sourceforge.net>
1200
1201 * deffilep.y (opt_base): If no number given, set to default
1202 (-1), not 0.
1203
1204 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>
1205
1206 * deffilep.y (def_import): Use default extension of "dll"
1207 if no extension provided in parsed IMPORT definition.
1208
1209 * deffilep.y (def_lex): Revert 2003-03-12 change.
1210 (dot_name): New id type and rule.
1211 (expline): Use instead of ID.
1212 (opt_equal_name): Likewise.
1213
1214 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
1215
1216 * deffilep.y (def_lex): Accept '.' as valid non-lead char.
1217
1218 2003-03-07 Christopher Faylor <cgf@redhat.com>
1219
1220 * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
1221 apparent accidental removal on 2003-01-06.
1222
1223 2003-03-04 Dmitry Diky <diwil@mail.ru>
1224
1225 * Makefile.am: Add new devices x1122 x1132 emulation
1226 * configure.tgt: Likewise.
1227 * Makefile.in: Regenerate.
1228 * emulparams/msp430x1122.sh: New file.
1229 * emulparams/msp430x1132.sh: New file.
1230
1231 2003-03-03 Alexandre Oliva <aoliva@redhat.com>
1232
1233 * ldmain.c (set_scripts_dir): Look for relative to TOOLBINDIR as
1234 well.
1235
1236 * ldfile.h (struct search_dirs): Added sysrooted field.
1237 * ldlang.h (struct lang_input_statement_struct): Likewise.
1238 * ldfile.c (ldfile_add_library_path): Mark sysrooted paths.
1239 (ldfile_open_file_search): Look for sysrooted filename starting
1240 with / in ld_sysroot instead of in the current directory. Clear
1241 sysrooted flag if it's found in the current directory. Set it
1242 from the search directory's sysrooted flag where it is found
1243 otherwise.
1244 * ldlang.c (ldlang_sysrooted_script): New static variable.
1245 (new_afile): Mark search_file_enums as sysrooted if
1246 ldlang_sysrooted_script.
1247 (load_symbols): Set ldlang_sysrooted_script according to the
1248 script's sysrooted field while processing it.
1249 * ld.texinfo: Document INPUT behavior in sysroot.
1250
1251 2003-03-02 Danny Smith <dannysmith@users.sourceforge.net>
1252
1253 * scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
1254
1255 2003-03-03 Alan Modra <amodra@bigpond.net.au>
1256
1257 * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
1258 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
1259 PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
1260 PARSE_AND_LIST_EPILOGUE): Don't define.
1261 * emultempl/alphaelf.em: New file.
1262
1263 2003-03-01 Alan Modra <amodra@bigpond.net.au>
1264
1265 * ldemul.c: Include getopt.h.
1266 * emultempl/elf32.em: Include getopt.h earlier.
1267 * emultempl/ticoff.em: Likewise.
1268
1269 2003-02-28 Alan Modra <amodra@bigpond.net.au>
1270
1271 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
1272 support when scripts read from files.
1273
1274 2003-02-28 Alan Modra <amodra@bigpond.net.au>
1275
1276 * ldemul.c (ldemul_parse_args): Return FALSE by default.
1277 * ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
1278 comment.
1279
1280 * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
1281 (ldemul_parse_args): Return bfd_boolean. Formatting.
1282 * ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
1283 (ldemul_parse_args): Adjust.
1284 (struct ld_emulation_xfer_struct): Add add_options and handle_option.
1285 Return bfd_boolean from parse_args.
1286 * lexsup.c (parse_args): Malloc shortopts, longopts and
1287 really_longopts. Call ldemul_add_options and ldemul_handle_option.
1288 * emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
1289 gld${EMULATION_NAME}_parse_args.
1290 (gld${EMULATION_NAME}_handle_option): Likewise.
1291 (ld_${EMULATION_NAME}_emulation): Adjust initializer.
1292 * emultempl/armcoff.em: As for aix.em, but remove parse_args.
1293 * emultempl/beos.em: Likewise.
1294 * emultempl/pe.em: Likewise.
1295 * emultempl/ticoff.em: Likewise.
1296 * emultempl/elf32.em: Likewise. Don't duplicate long options either.
1297 (gld${EMULATION_NAME}_add_sysroot): Prototype.
1298 * emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
1299 options.
1300 * emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1301 * emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1302 * emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1303 * emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
1304 initializer.
1305 * emultempl/generic.em: Likewise.
1306 * emultempl/gld960.em: Likewise.
1307 * emultempl/gld960c.em: Likewise.
1308 * emultempl/linux.em: Likewise.
1309 * emultempl/lnk960.em: Likewise.
1310 * emultempl/m68kcoff.em: Likewise.
1311 * emultempl/mipsecoff.em: Likewise.
1312 * emultempl/sunos.em: Likewise.
1313 * emultempl/vanilla.em: Likewise.
1314 * emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.
1315
1316 2003-02-25 Alexandre Oliva <aoliva@redhat.com>
1317
1318 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
1319 memory allocation error.
1320
1321 * Makefile.am (ldmain.o): Define TOOLBINDIR.
1322 * Makefile.in: Rebuilt.
1323 * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
1324
1325 2003-02-21 Bob Wilson <bob.wilson@acm.org>
1326
1327 * ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only
1328 call os_region_check when it is set.
1329 (lang_size_sections): Add CHECK_REGIONS argument and pass it through to
1330 lang_size_sections_1.
1331 (lang_process): Change lang_size_sections calls to set CHECK_REGIONS
1332 only for the last call, not on every relaxation iteration.
1333 * ldlang.h (lang_size_sections): Update prototype.
1334 * pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls
1335 to lang_size_sections.
1336 (pe_exe_fill_sections): Likewise.
1337 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise.
1338 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1339 * emultempl/ppc64elf.em (ppc_before_allocation): Likewise.
1340 (ppc_layout_sections_again): Likewise.
1341
1342 2003-02-21 Bob Wilson <bob.wilson@acm.org>
1343
1344 * gen-doc.texi: Set ARM and HPPA variables.
1345 * ld.texinfo: Fix typos and obvious texinfo mistakes. Make section
1346 title capitalization more consistent. Add missing menu entries for
1347 machine-specific sections and conditionalize them consistently.
1348 Conditionalize text that is irrelevant when SingleFormat is set.
1349 Add @group divisions to improve page breaks in long examples.
1350 Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
1351 is correct. Remove "FIXME" comment about not using
1352 @raisesections/@lowersections. Use @raisesections/@lowersections
1353 consistently for machine-specific sections. Change to be more polite
1354 about poor bug reports. Replace FDL appendix with include of fdl.texi.
1355 Move WIN32 node to match its order in the menus.
1356 * fdl.texi: New file.
1357
1358 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
1359
1360 * configure.in (TARGET_SYSTEM_ROOT): Set default to
1361 ${exec_prefix}/${target_alias}/sys-root. Match explicit
1362 '${exec_prefix}' (in addition to the expansion thereof) as
1363 relocatable.
1364 * configure: Rebuilt.
1365
1366 2003-02-20 Phil Edwards <pme@gcc.gnu.org>
1367
1368 * ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
1369
1370 2003-02-20 Harri Porten <porten@kde.org>
1371
1372 * ldgram.y (vers_defns): Allow optional trailing semicolon in
1373 EXTERN NAME block;
1374
1375 2003-02-18 Alan Modra <amodra@bigpond.net.au>
1376
1377 * emultempl/ppc32elf.em: New file.
1378 * emulparams/elf32ppc.sh (EXTRA_EM_FILE): Define.
1379 * Makefile.am (eelf32lppc.c): Depend on emultempl/ppc32elf.em.
1380 (eelf32lppcnto.c): Likewise.
1381 (eelf32lppcsim.c): Likewise.
1382 (eelf32ppcnto.c): Likewise.
1383 (eelf32ppc.c): Likewise.
1384 (eelf32ppc_fbsd.c): Likewise.
1385 (eelf32ppcsim.c): Likewise.
1386 (eelf32ppclinux.c): Likewise.
1387 * Makefile.in: Regenerate.
1388
1389 2003-02-18 Alan Modra <amodra@bigpond.net.au>
1390
1391 * ld.texinfo: Remove spaces between @samp and opening brace.
1392
1393 2003-02-18 Alan Modra <amodra@bigpond.net.au>
1394
1395 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
1396 hash creator.
1397 (ppc_before_allocation): Don't do optimizations if wrong hash table.
1398 (gld${EMULATION_NAME}_finish): Ditto.
1399
1400 2003-02-17 Nick Clifton <nickc@redhat.com>
1401
1402 * ldmain.c (main) Default allow_shlib_undefined to true.
1403 * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
1404 (parse_args): Parse the new switch.
1405 * ld.texinfo: Document new switch and default behaviour of
1406 allowing undefined symbols in shared libraries.
1407
1408 2003-02-11 Dmitry Diky <diwil@mail.ru>
1409
1410 * scripttempl/elf32msp430.sc: Add new data anchors definitions.
1411 * scripttempl/elf32msp430_3.sc: Likewise.
1412
1413 2003-02-11 Uwe Stieber <uwe@wwws.de>
1414
1415 * configure.tgt: Add support for kaOS as cross build target
1416 system.
1417
1418 2003-02-10 John Daivid Anglin <dave.anglin@nrc-cnrc.gc.ca>
1419
1420 * hppaelf.em (group_size): Change default back to 1.
1421
1422 2003-02-09 Alan Modra <amodra@bigpond.net.au>
1423
1424 * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
1425
1426 2003-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1427
1428 * hppaelf.em (group_size): Change default to -1.
1429
1430 2003-02-07 Nick Clifton <nickc@redhat.com>
1431
1432 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
1433 opt.
1434 (PARSE_AND_LIST_LONGOPTS): Add duplicate entry for
1435 no-pipeline-knowledge. This will prevent the getopt package from
1436 thinking that there are any shorter abbreviations for
1437 --no-pipeline-knowledge.
1438
1439 2003-02-07 Jakub Jelinek <jakub@redhat.com>
1440
1441 * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
1442 which already have it. Avoid duplicates.
1443
1444 2003-02-06 Jakub Jelinek <jakub@redhat.com>
1445
1446 * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
1447 * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
1448 * emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
1449
1450 2003-02-05 Alan Modra <amodra@bigpond.net.au>
1451
1452 * emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
1453 call ppc64_elf_tls_optimize.
1454
1455 2003-02-03 Daniel Jacobowitz <drow@mvista.com>
1456
1457 * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
1458 outside of GNU/Linux conditional.
1459
1460 2003-01-28 Ralf Habacker <ralf.habacker@freenet.de>
1461
1462 * deffilep.y (def_get_module): New function: locate an already
1463 added module.
1464 * deffile.h (def_get_module): New prototype.
1465 * pe-dll.c (pe_implied_import_dll): Add code to prevent importing
1466 a dll multiple times.
1467
1468 2003-01-23 Alan Modra <amodra@bigpond.net.au>
1469
1470 * emultempl/sh64elf.em: Include elf32-sh64.h.
1471 (sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
1472 sh64_elf_section_data.
1473 (sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.
1474
1475 2003-01-23 Wu Yongwei <adah@netstd.com>
1476
1477 * ld.texinfo: Remove an extra "i" in --dll-search-prefix.
1478 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a
1479 cross-80th-column-margin "an" to the next line.
1480
1481 2003-01-21 Nick Clifton <nickc@redhat.com>
1482
1483 * emulparams/tic3xcoff-onchip.sh: Rename to ...z
1484 * emulparams/tic3xcoff_onchip.sh: ...this.
1485 * Makefile.am (etic3xcoff_onchip.c): Fix name of generated C file.
1486 * Makefile.in: Regenerate.
1487
1488 2003-01-21 Fabio Alemagna <falemagn@aros.org>
1489
1490 * configure.tgt: Handle i[3456]86-*-aros*
1491
1492 2003-01-19 Svein E. Seldal <Svein.Seldal@solidas.com>
1493
1494 * Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
1495 * Makefile.in: Regenerate
1496 * configure.tgt: Added extra target emulations
1497 * emulparams/tic3xcoff.sh: Remove old settings
1498 * emulparams/tic4xcoff.sh: Ditto
1499 * emulparams/tic3xcoff-onchip.sh: Added new
1500 * scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
1501 * scripttempl/tic3xcoff.sc: Remove
1502
1503 2003-01-17 Andreas Jaeger <aj@suse.de>
1504
1505 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
1506 skip ':'.
1507
1508 2003-01-16 Alan Modra <amodra@bigpond.net.au>
1509
1510 * Makefile.in: Regenerate.
1511
1512 2002-01-14 Charles Wilson <cwilson@ece.gatech.edu>
1513
1514 * ld.texinfo (node WIN32): Some clarifications
1515 and formatting fixups.
1516
1517 2003-01-09 Chris Demetriou <cgd@broadcom.com>
1518
1519 * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
1520 order, and handle (ignore) -mips32r2.
1521
1522 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1523
1524 * ldmain.c (main): Make sure ld_sysroot is initialized.
1525
1526 2003-01-06 Daniel Jacobowitz <drow@mvista.com>
1527
1528 * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
1529
1530 * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
1531 (GENSCRIPTS): Add @use_sysroot@.
1532 * Makefile.in: Regenerated.
1533 * configure.host: Move setting of NATIVE_LIB_DIRS to...
1534 * configure.tgt: ... here. Use ${target} instead of ${host}
1535 for NATIVE_LIB_DIRS.
1536 * configure.in: Add --with-sysroot.
1537 * configure: Regenerated.
1538 * genscripts.sh: Accept use_sysroot option. Set new variables
1539 NATIVE and USE_LIBPATH. Prepend "=" to directory names if
1540 $use_sysroot. Don't search $tool_lib if $use_sysroot.
1541 * ldfile.c (ldfile_add_library_path): Handle leading '='.
1542 * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
1543 (ld_sysroot): New variable.
1544 (main): Initialize ld_sysroot.
1545 * ldmain.h (ld_sysroot): New extern.
1546 * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
1547 searching $EMULATION_LIBPATH.
1548 (gld${EMULATION_NAME}_add_sysroot): New function.
1549 (gld${EMULATION_NAME}_check_ld_so_conf): Use it. Honor ld_sysroot.
1550 (gld${EMULATION_NAME}_after_open): Likewise. Only search
1551 environment variables if $NATIVE.
1552 * ld.texinfo (Options): Mention "=" prefix in the description of -L.
1553 * NEWS: Mention --with-sysroot.
1554
1555 * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
1556 instead of setting LIB_PATH.
1557 * emulparams/elf32ppc.sh: Likewise.
1558 * emulparams/elf64_s390.sh: Likewise.
1559 * emulparams/elf64_sparc.sh: Likewise.
1560 * emulparams/elf64ppc.sh: Likewise.
1561 * emulparams/elf_x86_64.sh: Likewise.
1562
1563 * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
1564 * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
1565
1566 2003-01-03 Charles Wilson <cwilson@ece.gatech.edu>
1567
1568 * pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
1569
1570 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1571
1572 * Makefile.am (ldmain.o): Pass BINDIR.
1573 * Makefile.in: Regenerated.
1574 * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
1575 search path.
1576
1577 2003-01-02 Ben Elliston <bje@redhat.com>
1578
1579 * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
1580 (eelf32iq2000.c): New target.
1581 * Makefile.in: Regenerate.
1582 * configure.tgt: Handle iq2000-*-elf.
1583 * emulparams/elf32iq10.sh: New file.
1584 * emulparams/elf32iq2000.sh: New file.
1585 * scripttempl/iq2000.sc: New file.
1586
1587 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
1588
1589 * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
1590 and _pei386_runtime_relocator to the exclude list.
1591
1592 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
1593
1594 * ldfile.c: Fix comment typos.
1595 * ldlang.c: Likewise.
1596 * mri.c: Likewise.
1597 * pe-dll.c: Likewise.
1598
1599 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
1600
1601 Suggested by Manfred Hollstein <manfred.h@gmx.net>:
1602 * Makefile.am (ld.1): Depend on configdoc.texi
1603 and ldver.texi.
1604 * Makefile.in: Regenerated.
1605
1606 2002-12-24 Dmitry Diky <diwil@mail.ru>
1607
1608 * Makefile.am: Add msp430 target.
1609 * configure.tgt: Likewise.
1610 * Makefile.in: Regenerate.
1611 * emulparams/msp430x???.sh: New files. Linker script parameters
1612 for various msp430 configurations.
1613 * gen-doc.texi: Enable msp430 documenation.
1614 * ld.texinfo: Document msp430 sections.
1615 * scripttempl/elf32msp430.sc: New file. Linker script for msp430.
1616 * scripttempl/elf32msp430_3.sc: New file. Linker script for msp430.
1617
1618 2002-12-30 Ralf Habacker <Ralf.Habacker@freenet.de>
1619 Charles Wilson <cwilson@ece.gatech.edu>
1620
1621 * config.in (HAVE_REALPATH): New entry.
1622 (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
1623
1624 2002-12-30 Ralf Habacker <ralf.habacker@freenet.de>
1625
1626 * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
1627 symbols'.
1628
1629 2002-12-23 Alan Modra <amodra@bigpond.net.au>
1630
1631 * ldmain.c (main): Init "strip_discarded".
1632 * lexsup.c (OPTION_STRIP_DISCARDED): Define.
1633 (OPTION_NO_STRIP_DISCARDED): Define.
1634 (ld_options): Add "strip-discarded" and "no-strip-discarded".
1635 (parse_args): Handle them.
1636
1637 2002-12-23 Nick Clifton <nickc@redhat.com>
1638
1639 * ld.h (struct args_type): Add new field
1640 'accept_unknown_input_architecture'.
1641 * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
1642 to false.
1643 * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
1644 bfd_arch_get_compatible.
1645 * ldfile.c (ldfile_try_open_bfd): Likewise.
1646 * lexsup.c (ld_options): Add new command line switch
1647 --accept-unknown-input-architecture and its inverse.
1648 (parse_args): Handle --accept-unknown-input-architecture.
1649 * ld.texinfo: Document new linker option.
1650 * NEWS: Mention new linker option.
1651
1652 2002-12-20 Alan Modra <amodra@bigpond.net.au>
1653
1654 * ldmain.c (main): Re-order link_info initialization. Init all
1655 fields.
1656
1657 2002-12-19 Charles Wilson <cwilson@ece.gatech.edu>
1658
1659 * ld.texinfo: Clarify and extend the documentation
1660 in the Machine Dependent, WIN32 section.
1661
1662 2002-12-18 Ralf Habacker <ralf.habacker@freenet.de>
1663
1664 * ld.texinfo: Add win32 machine depending section.
1665 * gen-doc.texi: Enable win32 machine depending section.
1666
1667 * configure.host: Add win32 library search path.
1668
1669 2002-12-17 Ralf Habacker <ralf.habacker@freenet.de>
1670
1671 * emultempl/pe.em (pe_find_data_imports): Don't search for data
1672 import when auto-import is disabled.
1673
1674 2002-12-17 Danny Smith <dannysmith@users.sourceforge.net>
1675
1676 * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
1677 account for trailing '\0'.
1678
1679 2002-12-17 Nick Clifton <nickc@redhat.com>
1680
1681 * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
1682 so that it is not confused with -c.
1683
1684 2002-12-13 Ralf Habacker <Ralf.Habacker@freenet.de>
1685 Charles Wilson <cwilson@ece.gatech.edu>
1686
1687 * configure.in: Add check for realpath function.
1688 * configure: Regenerate.
1689 * config.in: Regenerate.
1690 * aclocal.m4: Regenerate.
1691 * deffile.h: Add .data field to def_file_import
1692 structure.
1693 * pe-dll.c (pe_proces_import_defs): Use .data field of
1694 def_file_import structure to initialize flag_data field of
1695 def_file_export structure.
1696 (pe_implied_import_dll): New variables exp_funcbase and
1697 [data|bss]_[start|end]. Use DLL's internal name to set dll_name,
1698 not filename (which may be a symlink). Scan the sections and
1699 initialize [data|bss]_[start|end]. When scanning the export
1700 table, skip _nm_ symbols, and mark any symbols whose rva indicates
1701 that it is in the .bss or .data sections as data.
1702 * sysdep.h: Include limits.h and sys/param.h, and define
1703 LD_PATHMAX as appropriate. Also define REALPATH as realpath if it
1704 exists, NULL otherwise.
1705 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
1706 pe_process_import_defs before pe_find_data_imports, so that
1707 auto-import will check the virtual implib as well as "real"
1708 implibs.
1709 (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
1710 symlinks to their target; check that the target's extension is
1711 .dll before calling pe_implied_import_dll(), not the filename
1712 itself (which may be a symlink).
1713
1714 2002-12-10 Alan Modra <amodra@bigpond.net.au>
1715
1716 * emultempl/elf32.em (struct orphan_save): Add os_tail field.
1717 (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
1718 list too.
1719
1720 2002-12-08 Alan Modra <amodra@bigpond.net.au>
1721
1722 * ldlang.h: Formatting.
1723
1724 2002-12-07 Alan Modra <amodra@bigpond.net.au>
1725
1726 * ldlang.c (init_os): Ensure sections mentioned in load_base
1727 are initialized.
1728
1729 2002-12-05 Alan Modra <amodra@bigpond.net.au>
1730
1731 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
1732 load_base for orphans that follow a section with load_base set.
1733
1734 2002-12-01 H.J. Lu <hjl@gnu.org>
1735
1736 * ld.texinfo: Remove the extra `;' in sample version script.
1737
1738 2002-11-30 Alan Modra <amodra@bigpond.net.au>
1739
1740 * configure.host: Correct dynamic-linker for powerpc64 hosts.
1741
1742 * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
1743 * Makefile.in: Regenerate.
1744
1745 * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
1746 ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
1747 ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
1748 emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
1749 emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
1750 emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
1751 emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
1752 emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
1753 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
1754 emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
1755 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
1756 boolean with bfd_boolean, true with TRUE, false with FALSE. Simplify
1757 comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
1758
1759 2002-11-27 David O'Brien <obrien@FreeBSD.org>
1760
1761 * configure.host: Fix generic FreeBSD configuration entry.
1762
1763 2002-11-27 H.J. Lu <hjl@gnu.org>
1764
1765 * ld.texinfo: Add the missing `;' to sample version scripts.
1766
1767 2002-11-20 Alan Modra <amodra@bigpond.net.au>
1768
1769 * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
1770
1771 2002-11-14 Egor Duda <deo@logos-m.ru>
1772
1773 * ldmain.c (main): Make runtime relocs disabled by default. Remove
1774 assignment which has no effect.
1775 * pe-dll.h (pe_create_import_fixup): Change prototype.
1776 * pe-dll.c (make_runtime_pseudo_reloc): New function.
1777 (pe_create_runtime_relocator_reference): Ditto.
1778 (pe_create_import_fixup): Handle relocations with non-zero addends.
1779 * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
1780 --disable-runtime-pseudo-reloc.
1781 (make_import_fixup): Handle relocations with non-zero addends. Create
1782 an external reference to _pei386_runtime_relocator symbol if at least
1783 one pseudo reloc was created.
1784 * ld.texinfo: Document --enable-runtime-pseudo-reloc and
1785 --disable-runtime-pseudo-reloc options.
1786
1787 2002-11-12 Earl Chew <earl_chew@agilent.com>
1788
1789 * ldlang.c (lang_add_section): Discard debugging sections that have
1790 been marked SEC_EXCLUDE.
1791
1792 2002-11-12 Nick Clifton <nickc@redhat.com>
1793
1794 * configure.in (ALL_LINGUAS): Add da.
1795 * configure: Regenerate.
1796 * po/da.po: New Danish translation.
1797
1798 2002-11-12 Alan Modra <amodra@bigpond.net.au>
1799
1800 * emultempl/ppc64elf.em (ppc_before_allocation): New function.
1801 (LDEMUL_BEFORE_ALLOCATION): Define.
1802 (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
1803 linking.
1804 * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
1805
1806 2002-11-11 Christopher Faylor <cgf@redhat.com>
1807
1808 * configure.tgt (LIB_PATH): Default to searching w32api directory under
1809 cygwin.
1810
1811 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
1812
1813 * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
1814 of restricted auto-export libs.
1815
1816 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
1817
1818 * pe-dll.c (autofilter_liblist): Generalize library names to catch more
1819 creative library naming instances like, e.g., libstdc++-2.a.
1820
1821 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
1822
1823 * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
1824 * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
1825
1826 2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
1827
1828 * deffilep.y (def_lex): Handle '@' as first character of an ID.
1829 * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
1830 (make_one): Don't prefix decorated fastcall symbols with '_'.
1831 (pe_process_import_defs): Likewise.
1832 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
1833 symbols to cdecl names or vise-versa.
1834
1835 2002-10-13 Eric Kohl <ekohl@rz-online.de>
1836
1837 * pe-dll.c (process_def_file): Handle fastcall symbols when
1838 generating undecorated aliases. Don't prefix decorated fastcall
1839 symbols with '_'.
1840 (fill_exported_offsets): Don't prefix decorated fastcall symbols
1841 with '_'.
1842
1843 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1844
1845 * emultempl/aix.em: Use include <> for generated headers.
1846 * emultempl/beos.em: Likewise.
1847 * emultempl/elf32.em: Likewise.
1848 * emultempl/pe.em: Likewise.
1849 * ldctor.c: Likewise.
1850 * ldexp.c: Likewise.
1851 * ldfile.c: Likewise.
1852 * ldlang.c: Likewise.
1853 * ldlex.c: Likewise.
1854 * ldlex.l: Likewise.
1855 * ldmain.c: Likewise.
1856 * ldmisc.c: Likewise.
1857 * ldwrite.c: Likewise.
1858 * lexsup.c: Likewise.
1859 * mri.c: Likewise.
1860 * pe-dll.c: Likewise.
1861
1862 2002-10-23 Jakub Jelinek <jakub@redhat.com>
1863
1864 * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
1865 sections into .rel{,a}.dyn.
1866
1867 2002-10-23 Nick Clifton <nickc@redhat.com>
1868
1869 * lexsup.c (OPTION_NO_OMAGIC): Define.
1870 (ld_options): Add "no-omagic" option.
1871 (parse_args): Parse --no-omagic.
1872 * ld.texinfo: Document --no-omagic.
1873 * NEWS: Mention new option.
1874
1875 2002-10-21 Danny Smith <dannysmith@users.sourceforeg.net>
1876
1877 * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
1878 __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
1879
1880 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
1881
1882 * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
1883 emulation name. Set LIB_PATH only for native tools, and
1884 search the ABI-specific versions of NATIVE_LIB_DIRS before the
1885 .../lib variants, not instead of them. Mostly copied from...
1886 * emulparams/elf32ppc.sh: ... here. Fixed typo.
1887 * emulparams/elf64bmip-defs.sh: Backed out.
1888 * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
1889 * emulparams/elf64btsmip.sh: Likewise.
1890 (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
1891 TEXT_DYNAMIC): Removed.
1892
1893 2002-10-17 Alexandre Oliva <aoliva@redhat.com>
1894
1895 * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
1896 (GENERATE_SHLIB_SCRIPT): Set to yes.
1897 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
1898 * emulparams/elf32bmipn32.sh: here.
1899 (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
1900 * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
1901 * emulparams/elf64bmip-defs.sh: New file. Extend
1902 elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
1903 * emulparams/elf64bmip.sh: Bring in definitions from
1904 elf64bmip-defs.sh.
1905 (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
1906 settings.
1907 (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
1908 * emulparams/elf64btsmip.sh: Bring in definitions from
1909 elf64bmip-defs.sh.
1910 (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
1911 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
1912
1913 2002-10-16 Jakub Jelinek <jakub@redhat.com>
1914
1915 * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
1916 (s390-*-linux*): Add elf64_s390 emulation if want64.
1917 * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
1918 genscript.sh changes.
1919 * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
1920 * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
1921
1922 2002-10-15 Alan Modra <amodra@bigpond.net.au>
1923
1924 * ldlang.c (load_symbols): Revert last change.
1925
1926 2002-10-14 Alan Modra <amodra@bigpond.net.au>
1927
1928 * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
1929 just_syms_flag.
1930 (lang_reasonable_defaults): Don't compare against false.
1931 (size_input_section): Likewise.
1932 (lang_size_sections_1): Likewise.
1933 (lang_do_assignments): Likewise.
1934 (lang_add_output): Likewise.
1935
1936 * Makefile.am: Run "make dep-am".
1937 * Makefile.in: Regenerate.
1938 * ldver.c: #include "bfdver.h".
1939
1940 2002-10-13 Stephane Carrez <stcarrez@nerim.fr>
1941
1942 * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
1943 .finiN section.
1944 * scripttempl/elfm68hc12.sc: Likewise.
1945
1946 2002-10-11 Alan Modra <amodra@bigpond.net.au>
1947
1948 * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
1949
1950 * ldgram.y (memory_spec): Provide empty action.
1951 (section <NAME>): Likewise.
1952
1953 2002-10-10 Jakub Jelinek <jakub@redhat.com>
1954
1955 * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
1956 they have OUTPUT_FORMAT not matching actual output format.
1957 * ldlang.c (lang_get_output_target): New function.
1958 (open_output): Use it.
1959 * ldlang.h (lang_get_output_target): New prototype.
1960
1961 2002-10-10 Alan Modra <amodra@bigpond.net.au>
1962
1963 * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
1964 when orphan is .rel, .rela when orphan is .rela.
1965 (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
1966 first. Remove outsecname var.
1967
1968 2002-10-09 Richard Shann <richard.shann@superh.com>
1969 Stephen Clarke <stephen.clarke@superh.com>
1970
1971 * Makefile.am: Add eshelf32_linux.o and
1972 eshlelf32_linux.o, new emulations for sh64 Linux.
1973 * Makefile.in: Regenerate.
1974 * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
1975 * emulparams/shelf32_linux.sh: New file.
1976 * emulparams/shlelf32_linux.sh: New file.
1977
1978 2002-10-08 H.J. Lu <hjl@gnu.org>
1979
1980 * ldlang.c (lang_file_exist): Removed.
1981 (new_afile): Revert the last change.
1982 * ldlang.h (lang_file_exist): Removed.
1983 * lexsup.c (parse_args): Revert the last change.
1984
1985 2002-10-07 Ralf Habacker <Ralf.Habacker@freenet.de>
1986
1987 * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
1988 auto-import symbols.
1989 (make_one): Create _nm_<symbol> for data only.
1990
1991 2002-10-05 Elias Athanasopoulos <eathan@otenet.gr>
1992
1993 * ldlang.c (lang_file_exist): New function.
1994 (new_afile): Abort if the filename to be added matches the linker
1995 output filename.
1996 * ldlang.h: Add prototype for lang_file_exist.
1997 * lexsup.c (parse_args): Abort if the output filename matches
1998 one of the input filenames.
1999
2000 2002-10-02 Alan Modra <amodra@bigpond.net.au>
2001
2002 * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
2003
2004 2002-09-30 Alan Modra <amodra@bigpond.net.au>
2005
2006 * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
2007 * scripttempl/elfm68hc11.sc: Likewise.
2008 * scripttempl/elfm68hc12.sc: Likewise.
2009
2010 * emultempl/elf32.em (output_rel_find): Always place orphan loadable
2011 reloc sections just before .rel.plt/.rela.plt.
2012 (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
2013 Only put loadable reloc sections in hold_rel.
2014
2015 2002-09-29 H.J. Lu <hjl@gnu.org>
2016
2017 * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
2018
2019 2002-09-25 Daniel Jacobowitz <drow@mvista.com>
2020
2021 From "Anita Kulkarni" <AnitaK@kpit.com>
2022 * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
2023 sections.
2024
2025 2002-09-25 Alan Modra <amodra@bigpond.net.au>
2026
2027 * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
2028 TARGET_PAGE_SIZE.
2029 * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
2030 SEGMENT_SIZE alignment.
2031 * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
2032 (SEGMENT_SIZE): Define.
2033
2034 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
2035 (fold_binary): Correct abs - non-abs case.
2036 (fold_trinary): New. Split out from exp_fold_tree.
2037
2038 2002-09-24 Alan Modra <amodra@bigpond.net.au>
2039
2040 * emulparams/elf64ppc.sh (DATA_ADDR): Define.
2041 * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
2042 for start of .data, instead align up to 256M boundary.
2043 * scripttempl/aix.sc: Likewise.
2044
2045 2002-09-22 Mark Elbrecht <snowball3@softhome.net>
2046
2047 * scripttempl/i386go32.sc: Handle bss unique sections.
2048
2049 2002-09-21 Alan Modra <amodra@bigpond.net.au>
2050
2051 * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
2052
2053 2002-09-17 Stan Cox <scox@redhat.com>
2054
2055 * emulparams/elf32bmipn32-defs.sh: New file.
2056 * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
2057 * emulparams/elf32btsmipn32.sh: Likewise.
2058 * emulparams/elf64bmip.sh: Likewise.
2059 * emulparams/elf64btsmip.sh: Likewise.
2060
2061 2002-09-16 Bruno Haible <bruno@clisp.org>
2062
2063 * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
2064 elf32-i386-freebsd.
2065 * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
2066 elf64-alpha-freebsd.
2067
2068 2002-09-11 Nick Clifton <nickc@redhat.com>
2069
2070 * NEWS: New TI port supports both C4x and C3x series of DSPs.
2071
2072 * po/tr.po: Updated Turkish translation.
2073
2074 2002-09-06 Jeffrey A Law (law@redhat.com)
2075
2076 * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
2077
2078 2002-09-02 Nick Clifton <nickc@redhat.com>
2079
2080 * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
2081 __ep.
2082 * emulparams/v850.sh (TEMPLATE_NAME): Define.
2083
2084 2002-08-30 Nick Clifton <nickc@redhat.com>
2085
2086 * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
2087 used. Change INSN to start at 0x01000000 and extend for
2088 256K (ignoring holes). Start the STACK on a word aligned
2089 boundary.
2090 (.rodata): Start it at the READONLY_START_ADDR.
2091
2092 2002-08-30 Alan Modra <amodra@bigpond.net.au>
2093
2094 * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
2095
2096 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
2097
2098 * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
2099 added makefile targets for this file.
2100 * Makefile.in: Regenerate.
2101 * configure.tgt: Added tic4x-coff and c4x-coff emulations.
2102 * NEWS: Mention new port.
2103
2104 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2105
2106 * emulparams/tic3xcoff.sh: New file.
2107 * emulparams/tic4xcoff.sh: New file.
2108 * scripttempl/tic3xcoff.sc: New file.
2109 * scripttempl/tic4xcoff.sc: New file.
2110
2111 2002-08-28 Alan Modra <amodra@bigpond.net.au>
2112
2113 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
2114 strtoul and strtoull with bfd_scan_vma.
2115 (gld${EMULATION_NAME}_read_file): Likewise.
2116
2117 2002-08-28 Alan Modra <amodra@bigpond.net.au>
2118
2119 * configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
2120
2121 2002-08-27 Egor Duda <deo@logos-m.ru>
2122
2123 * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
2124 Add symbols for application to access them.
2125
2126 2002-08-27 Nick Clifton <nickc@redhat.com>
2127
2128 * emultempl/armelf.em: Revert this patch, it is not needed.
2129
2130 2002-08-22 Adam Nemet <anemet@lnxw.com>
2131
2132 2002-08-20 Dan Kegel <dank@kegel.com>
2133
2134 * configure.in: added --with-lib-path argument to ld's configure
2135 to set LIB_PATH.
2136 * NEWS: Document new switch.
2137 * README: Mention new switch.
2138 * configure: Regenerate.
2139 * Makefile.in: Regenerate.
2140
2141 Based on this patch:
2142 2001-04-25 Christopher Faylor <cgf@cygnus.com>
2143
2144 * Makefile.in (LIB_PATH): Make configurable.
2145 (GENSCRIPTS): Set LIB_PATH in environment.
2146 * configure.in: Substitute LIB_PATH.
2147
2148 2002-08-22 Adam Nemet <anemet@lnxw.com>
2149
2150 * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
2151 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
2152 depending on the type of the function.
2153 (arm_elf_convert_thumb_symbol_to_address): New function.
2154
2155 2002-08-22 Graeme Peterson <gp@qnx.com>
2156
2157 * Makefile.am: Add esh{l}elf_nto.o files.
2158 * Makefile.in: Regenerate.
2159 * configure.tgt: Add support for sh-**-nto* targets.
2160 * emulparams/shelf_nto.sh: New file.
2161 * emulparams/shlelf_nto.sh: New file.
2162
2163 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
2164
2165 * ldlang.c (offsetof): Define if not defined.
2166
2167 2002-08-14 H.J. Lu <hjl@gnu.org>
2168
2169 * configure.tgt: Always enable 64bit emulations for 32bit
2170 Linux/mips.
2171
2172 2002-08-13 Alan Modra <amodra@bigpond.net.au>
2173
2174 * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
2175 (MAXPAGESIZE): Set to 1.
2176
2177 * ld.h (ALIGN_N): Delete.
2178 * ldexp.h (align_n): Declare.
2179 * ldexp.c (align_n): New function.
2180 (fold_binary): Use align_n instead of ALIGN_N.
2181 (exp_fold_tree): Likewise.
2182 * ldlang.c (lang_size_sections_1): Likewise.
2183 (lang_one_common): Likewise.
2184 * ld.texinfo (ALIGN): Remove power of 2 restriction.
2185
2186 2002-07-31 Graeme Peterson <gp@qnx.com>
2187
2188 * configure.tgt: Add support for powerpc{le}-*-nto* targets.
2189 * Makefile.am: Add eelf32{l}ppcnto.o files.
2190 * Makefile.in: Regenerate.
2191 * emulparams/elf32lppcnto.sh: New file.
2192 * emulparams/elf32ppcnto.sh: New file.
2193
2194 2002-08-07 H.J. Lu <hjl@gnu.org>
2195
2196 * ld.texinfo: Document --no-undefined-version.
2197
2198 * ldlang.c (lang_new_vers_pattern): Set the `symver' and
2199 `script.' fields to 0.
2200
2201 * ldmain.c (main): Initialize the allow_undefined_version to
2202 true.
2203
2204 * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
2205 (ld_options): Add --no-undefined-version.
2206 (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
2207
2208 2002-08-07 Nick Clifton <nickc@redhat.com>
2209
2210 * emultempl/armelf.em (arm_elf_before_allocation): Only search for
2211 an interworking bfd if there are input bfds. (107501)
2212
2213 2002-08-06 Alan Modra <amodra@bigpond.net.au>
2214
2215 * emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
2216 2002-05-10 change.
2217
2218 2002-08-01 Nick Clifton <nickc@redhat.com>
2219
2220 * emulparams/armelf.sh: Revert previous delta.
2221 * scripttempl/elf.sc: Revert previous delta.
2222
2223 2002-07-31 H.J. Lu <hjl@gnu.org>
2224
2225 * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
2226 --enable-64-bit-bfd.
2227
2228 2002-07-31 H.J. Lu <hjl@gnu.org>
2229
2230 * configure.tgt: Enable x86-64 emulation for Linux/i386 if
2231 64bit BFD is selected.
2232
2233 2002-07-31 H.J. Lu <hjl@gnu.org>
2234
2235 * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
2236 if 64bit BFD is selected.
2237
2238 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2239
2240 * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
2241 link_info.common_skip_ar_aymbols.
2242 * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
2243
2244 * ldmain.c (main): Initialize new field
2245 link_info.common_skip_ar_aymbols.
2246
2247 2002-07-31 Adam Nemet <anemet@lnxw.com>
2248
2249 * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it
2250 to .plt.thumb.
2251 * scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is
2252 used.
2253
2254 2002-07-31 Nick Clifton <nickc@redhat.com>
2255
2256 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
2257 of the PDP-11 and 2.11BSD a.out support.
2258
2259 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2260
2261 * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
2262 for n32 ABI support.
2263 * Makefile.in: Regenerate.
2264 * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
2265 n32 ABI emulations for these 64 bit targets.
2266 * emulparams/elf32bmipn32.sh: Expand comment.
2267 * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
2268 n32 ABI.
2269 * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
2270
2271 2002-07-30 Graeme Peterson <gp@qnx.com>
2272
2273 * configure.tgt: Add support for arm-*-nto target.
2274 * Makefile.am: Add earmnto.o file.
2275 * Makefile.in: Regenerate.
2276 * NEWS: Mention port of ARM support to QNX.
2277 * emulparams/armnto.sh: New file.
2278
2279 2002-07-30 Jakub Jelinek <jakub@redhat.com>
2280
2281 * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
2282 for relocatable link.
2283 (lang_size_sections_1): Don't make .tbss zero size for relocatable
2284 link.
2285
2286 2002-07-26 Bernd Schmidt <bernds@redhat.com>
2287
2288 * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
2289 (STACK_ADDR): New.
2290
2291 2002-07-25 Nick Clifton <nickc@redhat.com>
2292
2293 * po/sv.po: Updated Swedish translation.
2294 * po/es.po: Updated Spanish translation.
2295 * po/fr.po: Updated French translation.
2296
2297 2002-07-24 Nick Clifton <nickc@redhat.com>
2298
2299 * po/sv.po: Updated Swedish translation.
2300 * po/es.po: Updated Spanish translation.
2301
2302 2002-07-23 Nick Clifton <nickc@redhat.com>
2303
2304 * po/fr.po: Updated French translation.
2305
2306 2002-07-20 Alan Modra <amodra@bigpond.net.au>
2307
2308 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2309 bomb on /DISCARD/ input section.
2310 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2311 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2312
2313 2002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
2314
2315 * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
2316 output section.
2317
2318 2002-07-16 Denis Chertykov <denisc@overta.ru>
2319 Nick Clifton <nickc@redhat.com>
2320 Frank Ch. Eigler <fche@redhat.com>
2321 John Healy <jhealy@redhat.com>
2322
2323 * configure.tgt: Add support for ip2k-elf.
2324 * Makefile.am: Add support for ip2k-elf.
2325 * Makefile.in: Regenerate.
2326 * emulparams/elf32ip2k.sh: New file.
2327 * scripttempl/ip2k.sc: New file
2328 * NEWS: Mention support for new port.
2329
2330 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
2331
2332 * NEWS: Add 'Changes in 2.13'.
2333
2334 2002-07-14 H.J. Lu <hjl@gnu.org>
2335
2336 * ld.texinfo: Document a .symver takes precedence over a
2337 version script.
2338
2339 2002-07-12 Alan Modra <amodra@bigpond.net.au>
2340
2341 * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
2342 (COMMONPAGESIZE): Define.
2343
2344 2002-07-09 Alan Modra <amodra@bigpond.net.au>
2345
2346 * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
2347
2348 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
2349
2350 * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
2351 powerpc-*-openbsd* and sparc64-*-openbsd*.
2352 * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
2353 * Makefile.in: Regenerate.
2354 * emulparams/hppaobsd.sh: New file.
2355
2356 2002-07-05 Alan Modra <amodra@bigpond.net.au>
2357
2358 * ldlang.c (print_wild_statement): Fix output formatting.
2359
2360 2002-07-04 Alan Modra <amodra@bigpond.net.au>
2361
2362 * ldlang.c: (strip_excluded_output_sections): New function.
2363 (lang_process): Call it.
2364 (lang_size_sections_1): Revert 2002-06-10 change.
2365
2366 2002-07-03 Alan Modra <amodra@bigpond.net.au>
2367
2368 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
2369 Run "make dep-am".
2370 * Makefile.in: Regenerate.
2371
2372 2002-07-02 Alan Modra <amodra@bigpond.net.au>
2373
2374 * ldfile.c (ldfile_try_open_bfd): Formatting.
2375
2376 * ldmisc.c (demangle): Move so that it doesn't intrude between
2377 vfinfo comment and body. Add comment.
2378
2379 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
2380
2381 * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
2382
2383 2002-07-01 Alan Modra <amodra@bigpond.net.au>
2384
2385 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
2386 * ldlang.c (entry_sym): Likewise.
2387 (ldlang_undef_chain_list_type): Likewise.
2388 (lang_finish): Adjust references to entry_symbol.
2389 (lang_add_entry): Likewise.
2390 (lang_gc_sections): Use link_info.gc_sym_list.
2391 (lang_process): Set link_info.gc_sym_list.
2392 * ldlex.l: Include bfdlink.h.
2393 * ldmain.c (main): Init link_info.gc_sym_list.
2394 * emultempl/aix.em: Adjust references to entry_symbol.
2395 * emultempl/armcoff.em: Likewise.
2396 * emultempl/armelf.em: Likewise.
2397 * emultempl/pe.em: Likewise.
2398 * emultempl/ppc64elf.em (ppc_after_open): New function.
2399 (LDEMUL_AFTER_OPEN): Define.
2400 * emulparams/elf64ppc.sh: KEEP .opd sections.
2401
2402 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
2403
2404 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
2405 * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
2406 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
2407 (EEPROM_START_ADDR): Define.
2408 (EEPROM_MEMORY): Define.
2409 * emulparams/m68hc12elf.sh: Likewise.
2410 * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
2411 section to put soft registers in .page0.
2412 * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
2413
2414 2002-06-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
2415
2416 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
2417 section. Add ${RELOCATING-0}.
2418
2419 2002-06-26 J"orn Rennecke <joern.rennecke@superh.com>
2420
2421 * emulparams/shelf.sh (STACK_ADDR): Don't define.
2422 (OTHER_SECTIONS): Define.
2423 * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
2424 (OTHER_SECTIONS): Undef.
2425
2426 2002-06-26 Alan Modra <amodra@bigpond.net.au>
2427
2428 * ldmisc.c (demangle): Restore dots stripped from sym name.
2429
2430 2002-06-25 H.J. Lu <hjl@gnu.org>
2431
2432 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
2433 * Makefile.in: Regenerated.
2434
2435 2002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
2436
2437 * ld.texinfo (Bug Reporting): Update text to suggest a limit on
2438 the size of attached object files, to allow make the object files
2439 available via FTP or HTTP and to mention that the mail will be
2440 sent to a mailing list.
2441
2442 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
2443
2444 * configure.host (romp): Drop support.
2445
2446 2002-06-18 Chris Demetriou <cgd@broadcom.com>
2447
2448 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
2449 section flags for SEC_DATA, rather than for SEC_CODE being unset.
2450
2451 2002-06-18 Chris Demetriou <cgd@broadcom.com>
2452
2453 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
2454 format specifier used to print BFD name.
2455
2456 2002-06-18 Dave Brolley <brolley@redhat.com>
2457
2458 From Catherine Moore, Michael Meissner, Jim Blandy:
2459 * emulparams/elf32frv.sh: New file.
2460 * configure.tgt: Support frv-*-*.
2461 * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
2462 (eelf32frv.c): New target.
2463
2464 2002-06-17 Tom Rix <trix@redhat.com>
2465
2466 * emultempl/elf32.em: gld*_get_script: Check for
2467 GENERATE_COMBRELOC_SCRIPT.
2468 * scripttempl/elfd10v.sc : Fix STACK and INSN.
2469 * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
2470
2471 2002-06-13 J"orn Rennecke <joern.rennecke@superh.com>
2472
2473 * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
2474
2475 2002-06-12 H.J. Lu <hjl@gnu.org>
2476
2477 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
2478 false if xvec doesn't match.
2479
2480 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
2481
2482 * ldlang.c (lang_size_sections_1): Skip removed output sections.
2483
2484 2002-06-08 Alan Modra <amodra@bigpond.net.au>
2485
2486 * ldexp.c: Replace CONST with const.
2487 * ldfile.c: Likewise.
2488 * ldfile.h: Likewise.
2489 * ldlex.l: Likewise.
2490 * mri.c: Likewise.
2491 * pe-dll.h: Likewise.
2492
2493 2002-06-07 Alan Modra <amodra@bigpond.net.au>
2494
2495 * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
2496
2497 2002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
2498
2499 * ldmain.c (main): initialize link_info.pei386_auto_import
2500 to -1 == implicit enable.
2501 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
2502 initialize link_info.pei386_auto_import to -1 == implicit
2503 enable.
2504 (gld_${EMULATION_NAME}_parse_args): When processing
2505 --enable-auto-import and --disable-auto-import options, use
2506 '1' and '0' instead of 'true' and 'false'.
2507 (pe_find_data_imports): Only issue message about auto-import
2508 when the feature is implicitly enabled. Downgrade message to
2509 informational instead of warning.
2510
2511 2002-06-07 Alan Modra <amodra@bigpond.net.au>
2512
2513 * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
2514
2515 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
2516
2517 * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
2518 HOSTING_CRT0 and HOSTING_LIBS.
2519
2520 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
2521
2522 * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
2523
2524 2002-06-05 Jason Thorpe <thorpej@wasabisystems.com>
2525
2526 * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
2527 (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
2528
2529 2002-06-05 Alan Modra <amodra@bigpond.net.au>
2530
2531 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
2532 SEC_EXCLUDE sections when doing a relocatable link.
2533
2534 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
2535
2536 * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
2537 eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
2538 (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
2539 (eshlelf64_nbsd.c): New rules.
2540 * Makefile.in: Regenerate.
2541 * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
2542 (sh64-*-netbsd*): New targets.
2543 * emulparams/shelf32_nbsd.sh: New file.
2544 * emulparams/shelf64_nbsd.sh: New file.
2545 * emulparams/shlelf32_nbsd.sh: New file.
2546 * emulparams/shlelf64_nbsd.sh: New file.
2547
2548 2002-06-04 Alan Modra <amodra@bigpond.net.au>
2549
2550 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
2551
2552 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
2553
2554 * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
2555 C++ constructors/destructors, loosely based on the m68hc11 port.
2556
2557 2002-05-31 Alan Modra <amodra@bigpond.net.au>
2558
2559 * Makefile.in: Regenerate.
2560 * aclocal.m4: Regenerate.
2561 * config.in: Regenerate.
2562 * configure: Regenerate.
2563
2564 2002-05-31 Graeme Peterson <gp@qnx.com>
2565
2566 * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
2567 (ei386nto.c): Add rule.
2568 * Makefile.in: Regenerate.
2569 * configure.tgt: Add i[3456]86-*-nto-qnx*.
2570 * emulparams/i386nto.sh: New file.
2571
2572 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2573
2574 * NEWS: Add entry for VAX ELF support.
2575
2576 2002-05-29 Matt Thomas <matt@3am-software.com>
2577 Jason Thorpe <thorpej@wasabisystems.com>
2578
2579 * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
2580 (eelf32vax.c)
2581 (evaxnbsd.c): New rules.
2582 * Makefile.in: Regenerate.
2583 * configure.tgt (vax-*-netbsdelf*)
2584 (vax-*-netbsdaout*)
2585 (vax-*-netbsd*): New targets.
2586 * emulparams/elf32vax.sh: New file.
2587 * emulparams/vaxnbsd.sh: New file.
2588
2589 2002-05-29 Adam Nemet <anemet@lnxw.com>
2590
2591 * emultempl/armelf.em (arm_elf_after_open): Don't determine
2592 bfd_for_interwork, instead add glue sections to each input bfd.
2593 (bfd_for_interwork): New global.
2594 (arm_elf_set_bfd_for_interworking): New function.
2595 (arm_elf_before_allocation): Use it.
2596
2597 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
2598
2599 * Makefile.am: Add DLX make target.
2600 * configure.tgt: Add DLX configuration.
2601 * Makefile.in: Regenerate.
2602 * emulparams/elf32_dlx.sh: New file
2603 * scripttempl/dlx.sc: New file
2604
2605 2002-05-27 Per Lundberg <per@caleb.dnsalias.org>
2606
2607 * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
2608 * Makefile.in: Regenerate.
2609 * emulparams/elf_chaos.sh: Use elf_chaos script.
2610 * scripttempl/elf_chaos.sc: New file.
2611
2612 2002-05-27 Richard Sandiford <rsandifo@redhat.com>
2613
2614 * ldlang.c (lang_size_sections_1): Move check for conflicting load
2615 addresses and regions from here...
2616 (lang_get_regions): ...to this new function.
2617 (lang_leave_output_section_statement): Use lang_get_regions.
2618 (lang_leave_overlay): Likewise.
2619 * mri.c (mri_draw_tree): Pass null as last argument to
2620 lang_leave_output_section_statement.
2621 * emultempl/elf32.em (gld*_place_orphan): Likewise.
2622 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2623 * emultempl/pe.em (gld*_place_orphan): Likewise.
2624
2625 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
2626
2627 * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
2628
2629 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
2630
2631 * ldemul.c: Fix formatting.
2632 * ldfile.c: Likewise.
2633 * pe-dll.c: Likewise.
2634 * pe-dll.h: Likewise.
2635
2636 2002-05-25 Alan Modra <amodra@bigpond.net.au>
2637
2638 * ldlang.c (lang_process): Formatting, grammar.
2639
2640 * ldlex.l: Use #include "" instead of <> for local header files.
2641
2642 2002-05-24 TAMURA Kent <kent@netbsd.org>
2643
2644 * configure.tgt: Add a target for i386-netbsdpe.
2645
2646 2002-05-23 Jakub Jelinek <jakub@redhat.com>
2647
2648 * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
2649 * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
2650 output section if necessary. Handle .tbss.
2651 (lang_size_sections): Clear _raw_size for .tbss section
2652 (it allocates space in PT_TLS segment only).
2653 * ldwrite.c (build_link_order): Build link order for .tbss too.
2654
2655 2002-05-23 Alan Modra <amodra@bigpond.net.au>
2656
2657 * configure.in: Correct spelling of AC_PREREQ.
2658
2659 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
2660
2661 * pe-dll.c (autofilter_liblist): Add more system libs excluded by
2662 default.
2663 (autofilter_objlist): Add crtbegin.o, crtend.o.
2664
2665 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
2666
2667 * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
2668 (longopts): Add new option --exclude-libs.
2669 (gld_${EMULATION_NAME}_list_options): Give quick help about it.
2670 (gld_${EMULATION_NAME}_parse_args): Use it.
2671 * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
2672 * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
2673 from whole archives.
2674 (pe_dll_add_excludes): Set excludes->type.
2675 (auto_export): Add new variable libname and set to archive basename if
2676 abfd. Use it when filtering default and user-specified libarary
2677 excludes. Let string "ALL" mean all libs when filtering user-specified
2678 libs.
2679 * ld.texinfo: Document --exclude-libs.
2680
2681 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2682
2683 * ldemul.c (ldemul_new_vers_pattern): New function.
2684 * ldemul.h (ldemul_new_vers_pattern): Declare.
2685 (struct ld_emulation_xfer_struct): Add new_vers_pattern.
2686 * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
2687 * emultempl/ppc64elf.em (dotsyms): New static var.
2688 (gld${EMULATION_NAME}_new_vers_pattern): New function.
2689 (LDEMUL_NEW_VERS_PATTERN): Define.
2690 (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
2691 (PARSE_AND_LIST_LONGOPTS): Likewise.
2692 (PARSE_AND_LIST_ARGS_CASES): Handle them.
2693 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
2694 initialiser.
2695 * emultempl/armcoff.em: Likewise.
2696 * emultempl/armelf_oabi.em: Likewise.
2697 * emultempl/beos.em: Likewise.
2698 * emultempl/elf32.em: Likewise.
2699 * emultempl/generic.em: Likewise.
2700 * emultempl/gld960.em: Likewise.
2701 * emultempl/gld960c.em: Likewise.
2702 * emultempl/linux.em: Likewise.
2703 * emultempl/lnk960.em: Likewise.
2704 * emultempl/m68kcoff.em: Likewise.
2705 * emultempl/mipsecoff.em: Likewise.
2706 * emultempl/pe.em: Likewise.
2707 * emultempl/sunos.em: Likewise.
2708 * emultempl/ticoff.em: Likewise.
2709 * emultempl/vanilla.em: Likewise.
2710
2711 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2712
2713 * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
2714 and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
2715 (LIB_SEARCH_DIRS): No need to use "tr".
2716 (COMPILE_IN): Only set for native targets.
2717 * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
2718 here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
2719 * configure.tgt (powerpc*): Set tdir_*.
2720 (powerpcle*): Correct targ_extra_emuls.
2721 * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
2722 * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
2723
2724 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2725
2726 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
2727 calling lang_add_entry.
2728
2729 2002-05-21 H.J. Lu (hjl@gnu.org)
2730
2731 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
2732 "-z muldefs".
2733 (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
2734
2735 * ld.texinfo: Updated for --allow-multiple-definition and
2736 "-z muldefs".
2737
2738 * ldmain.c (main): Initialize the allow_multiple_definition
2739 field to false.
2740
2741 * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
2742 (ld_options): Add --allow-multiple-definition.
2743 (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
2744
2745 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
2746
2747 * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
2748 (earmelfb_nbsd.c): New rule.
2749 * Makefile.in: Regenerate.
2750 * configure.tgt (armeb-*-netbsdelf*): New target.
2751 (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
2752 (arm-*-netbsd*): Likewise.
2753 * emulparams/armelfb_nbsd.sh: New file.
2754
2755 2002-05-18 Tom Rix <trix@redhat.com>
2756
2757 * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
2758 support.
2759
2760 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
2761
2762 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
2763 * Makefile.in: Regenerate.
2764 * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
2765
2766 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
2767
2768 * emulparams/avr1.sh: New file.
2769 * emulparams/avr2.sh: New file.
2770 * emulparams/avr3.sh: New file.
2771 * emulparams/avr4.sh: New file.
2772 * emulparams/avr5.sh: New file.
2773 * scripttempl/avr.sc: New file.
2774
2775 2002-05-15 Alan Modra <amodra@bigpond.net.au>
2776
2777 * ldlang.c (section_already_linked): Call bfd_link_just_syms.
2778 (lang_place_orphans): Abort if just_syms_flag.
2779
2780 2002-05-10 Tom Rix <trix@redhat.com>
2781
2782 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
2783 architecture and machine information in the output bfd.
2784 (gld*_before_parse): Remove old arch and machine code.
2785 (choose_target): Rename to gld*_choose_target.
2786 (rtld): Change type to int.
2787 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
2788 objects in XCOFF archives.
2789 * ldfile.h: Update copyright date.
2790
2791 2002-05-10 Jakub Jelinek <jakub@redhat.com>
2792
2793 * ldmain.c (main): Enable -z combreloc by default.
2794
2795 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
2796
2797 * Makefile.am: Honour DESTDIR.
2798 * Makefile.in: Regenerate.
2799
2800 2002-05-07 Richard Sandiford <rsandifo@redhat.com>
2801
2802 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
2803 (lang_enter_overlay): Remove the last two parameters.
2804 (lang_leave_overlay): Take them here instead.
2805 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
2806 (section): Pass LMA and crossref flag to lang_leave_overlay rather
2807 than lang_enter_overlay.
2808 * ldlang.c (lang_memory_region_lookup): Return null for null names.
2809 (lang_output_section_statement_lookup): Initialize update_dot_tree.
2810 (lang_size_sections_1): Evaluate it.
2811 (lang_leave_output_section_statement): Rework LMA lookup.
2812 (overlay_lma, overlay_nocrossrefs): Remove.
2813 (lang_enter_overlay): Remove LMA and crossref arguments.
2814 (lang_enter_overlay_section): Don't set the LMA here.
2815 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
2816 assignment to the last section's update_dot_tree. Unconditionally
2817 use the load and run-time regions specified in the OVERLAY statement.
2818 Likewise the first section's LMA. Only set the other sections' LMAs
2819 when no load region is given.
2820
2821 2002-05-06 Nick Clifton <nickc@redhat.com>
2822
2823 * po/sv.po: New translation.
2824
2825 2002-05-04 Alan Modra <amodra@bigpond.net.au>
2826
2827 * emultempl/hppaelf.em (build_section_lists): New function.
2828 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
2829 and build_section_lists.
2830
2831 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
2832
2833 * ld.h: Fix formatting.
2834 * ldexp.c: Likewise.
2835 * ldfile.c: Likewise.
2836 * ldlang.c: Likewise.
2837 * ldmain.c: Likewise.
2838 * lexsup.c: Likewise.
2839 * pe-dll.c: Likewise.
2840
2841 2002-05-02 Alan Modra <amodra@bigpond.net.au>
2842
2843 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
2844 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
2845 (build_section_lists): Do output_section tests here.
2846
2847 2002-04-30 Tom Rix <trix@redhat.com>
2848
2849 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
2850
2851 2002-05-01 Alan Modra <amodra@bigpond.net.au>
2852
2853 Long branch stubs, multiple stub sections.
2854 * emultempl/ppc64elf.em: Include ldctor.h.
2855 (stub_file): New var.
2856 (group_size): New var.
2857 (ppc_create_output_section_statements): New function.
2858 (struct hook_stub_info): New.
2859 (hook_in_stub): New function.
2860 (ppc_add_stub_section): New function.
2861 (ppc_layout_sections_again): New function.
2862 (build_section_lists): New function.
2863 (gld${EMULATION_NAME}_finish): Rewrite.
2864 (real_func): New var.
2865 (ppc_for_each_input_file_wrapper): New function.
2866 (ppc_lang_for_each_input_file): New function.
2867 (lang_for_each_input_file): Define.
2868 (PARSE_AND_LIST_PROLOGUE): Define.
2869 (PARSE_AND_LIST_LONGOPTS): Define.
2870 (PARSE_AND_LIST_OPTIONS): Define.
2871 (PARSE_AND_LIST_ARGS_CASES): Define.
2872 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2873
2874 2002-04-30 Tom Rix <trix@redhat.com>
2875
2876 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
2877 -blibpath, -bnolibpath support.
2878
2879 2002-04-30 Mark Mitchell <mark@codesourcery.com>
2880
2881 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
2882 (eelf32ppcwindiss.c): New target.
2883 * Makefile.in: Regenerated.
2884 * configure.tgt: Add support for powerpc-*-windiss.
2885 * emulparams/elf32ppcwindiss.sh: New file.
2886
2887 2002-04-30 Richard Sandiford <rsandifo@redhat.com>
2888
2889 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
2890 * ldexp.c (exp_print_token): Add "infix_p" argument.
2891 (exp_print_tree): Update accordingly.
2892
2893 2002-04-28 Alan Modra <amodra@bigpond.net.au>
2894
2895 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
2896 * Makefile.in: Regenerate.
2897 * mpw-elfmips.c: Delete.
2898 * mpw-eppcmac.c: Delete.
2899 * mpw-esh.c: Delete.
2900 * mpw-idtmips.c: Delete.
2901
2902 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
2903
2904 * emulparams/shelf32.sh (MACHINE): Now sh5.
2905
2906 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2907
2908 * ldgram.y: Fix syntax warning.
2909
2910 2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
2911
2912 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
2913 to prevent "-n" from being taken as an abbreviation for
2914 "--no-pipeline-knowledge".
2915
2916 2002-04-08 Alan Modra <amodra@bigpond.net.au>
2917
2918 * ldlang.c (lang_size_sections_1): Don't complain about
2919 SEC_NEVER_LOAD sections having no memory region specified.
2920
2921 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
2922
2923 2002-04-07 matthew green <mrg@redhat.com>
2924
2925 * configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
2926
2927 2002-04-04 Alan Modra <amodra@bigpond.net.au>
2928
2929 * dep-in.sed: Cope with absolute paths.
2930 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
2931 Run "make dep-am".
2932 * Makefile.in: Regenerate.
2933
2934 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2935
2936 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
2937
2938 2002-04-03 Jakub Jelinek <jakub@redhat.com>
2939
2940 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
2941 is smaller than maximum, round dot up to common page boundary.
2942
2943 2002-03-28 Alan Modra <amodra@bigpond.net.au>
2944
2945 * configure.host: Set up for generic hosts first, then tweak as
2946 necessary in more specific targets.
2947 (HOSTING_LIBS): Include libgcc_eh.a if found.
2948
2949 2002-03-23 Andreas Jaeger <aj@suse.de>
2950
2951 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
2952
2953 2002-03-21 Alan Modra <amodra@bigpond.net.au>
2954
2955 * Makefile.am: Run "make dep-am".
2956 * Makefile.in: Regenerate.
2957
2958 2002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
2959
2960 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
2961
2962 2002-03-20 Alan Modra <amodra@bigpond.net.au>
2963
2964 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
2965 add the symbol to the linker hash table immediately.
2966 (lang_place_undefineds): Split symbol creation out..
2967 (insert_undefined): ..to here.
2968
2969 2002-03-18 David O'Brien <obrien@FreeBSD.org>
2970
2971 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
2972 the contents of the buffer returned from basename function will are
2973 getting overwritten while still being used.
2974
2975 2002-03-18 Jan Hubicka <jh@suse.cz>
2976 Andreas Jaeger <aj@suse.de>
2977 Andreas Schwab <schwab@suse.de>
2978
2979 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
2980 * elf_x86_64.sh (ARCH): Set to i386:x86-64
2981 set libraries to default to lib64 paths.
2982
2983 2002-03-18 Tom Rix <trix@redhat.com>
2984
2985 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
2986 * configure.tgt : Same.
2987 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
2988 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
2989 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
2990 emulation parameters for better -b32, -b64 support.
2991 * emulparms/aixrs6.sh : Same.
2992 * emulparms/ppcmacos.sh : Same.
2993 * emultempl/aix.em (choose_target) : Use new emulation parameters
2994 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
2995 * Makefile.in : Regenerate.
2996
2997 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
2998
2999 * po/fr.po: Updated version.
3000
3001 2002-03-18 Alan Modra <amodra@bigpond.net.au>
3002
3003 * ldmain.c (main): Move .text readonly flag fudges from here..
3004 * ldlang.c (lang_process): ..to here.
3005
3006 2002-03-14 Alan Modra <amodra@bigpond.net.au>
3007
3008 * ldlang.c (lang_check): Remove the word size check added in last
3009 change. Treat emitrelocations case as for relocatable links.
3010
3011 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
3012
3013 * po/fr.po: Updated version.
3014
3015 2002-03-13 Alan Modra <amodra@bigpond.net.au>
3016
3017 * ldlang.c (lang_check): Do relocatable link checks first, so that
3018 warn_mismatch can't override. Check compatible and word size too.
3019
3020 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
3021
3022 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
3023
3024 2002-03-05 Jakub Jelinek <jakub@redhat.com>
3025
3026 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
3027 DATA_SEGMENT_ALIGN.
3028
3029 2002-03-04 H.J. Lu <hjl@gnu.org>
3030
3031 * scripttempl/elf.sc: Put .preinit_array, .init_array and
3032 .fini_array in the data segment.
3033
3034 2002-03-04 Alan Modra <amodra@bigpond.net.au>
3035
3036 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
3037
3038 2002-03-01 David Mosberger <davidm@hpl.hp.com>
3039
3040 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
3041 .init_array, and .fini_array.
3042
3043 2002-02-20 Andreas Schwab <schwab@suse.de>
3044
3045 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
3046 .IA64_unwind* in a relocatable link.
3047
3048 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
3049
3050 * NEWS: Mark 2.12 branch.
3051
3052 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
3053
3054 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
3055 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
3056
3057 2002-02-18 Tom Rix <trix@redhat.com>
3058
3059 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
3060 (gld*_before_allocation): Same.
3061 (gld*_create_output_section_statements): Generate
3062 __rtinit if run time linking. Add librtl.a to the link.
3063 (gld*_read_file): Clean.
3064
3065 2002-02-18 Alan Modra <amodra@bigpond.net.au>
3066
3067 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
3068
3069 2002-02-18 David O'Brien <obrien@FreeBSD.org>
3070
3071 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
3072 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
3073 and eelf64alpha_fbsd.
3074 * Makefile.in: Regenerate.
3075 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
3076 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
3077 use a FreeBSD-specific emulation rather than the psABI one.
3078 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
3079 for all FreeBSD ELF systems.
3080 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
3081 emulation.
3082 * emulparams/elf32ppc_fbsd.sh: Likewise.
3083 * emulparams/elf64_ia64_fbsd.sh: Likewise.
3084 * emulparams/elf64_sparc_fbsd.sh: Likewise.
3085 * emulparams/elf64alpha_fbsd.sh: Likewise.
3086 * emulparams/elf_i386_fbsd.sh: Likewise.
3087 * emulparams/elf_x86_64_fbsd.sh: Likewise.
3088
3089 2002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
3090
3091 * po/tr.po: Updated version.
3092
3093 2002-02-18 Alan Modra <amodra@bigpond.net.au>
3094
3095 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
3096 (FILL): Likewise.
3097
3098 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
3099
3100 * emultempl/mmo.em (mmo_after_open): Don't call
3101 _bfd_mmix_check_all_relocs when producing ELF output.
3102
3103 2002-02-15 Richard Henderson <rth@redhat.com>
3104
3105 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
3106 definition. Emit a unop+nop pair.
3107
3108 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
3109
3110 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
3111 for presence of .MMIX.reg_contents.linker_allocated before early
3112 exit.
3113
3114 * NEWS: Mention support for MMIX.
3115
3116 2002-02-15 Alan Modra <amodra@bigpond.net.au>
3117
3118 Support arbitrary length fill patterns.
3119 * ld.texinfo (Output Section Fill): Describe fill expressions.
3120 (FILL): Refer to the above.
3121 * ldexp.h (etree_value_type): Add "str" field.
3122 (union etree_union): Add "str" to "value" struct.
3123 (exp_bigintop): Declare.
3124 (exp_get_fill): Declare.
3125 * ldexp.c: Include "safe-ctype.h".
3126 (exp_intop): Set value.str to NULL.
3127 (exp_bigintop): New function.
3128 (new_rel): Pass in "str", and set new.str from it.
3129 (new_rel_from_section): Set new.str to NULL.
3130 (fold_name): Adjust calls to new_rel.
3131 (exp_fold_tree): Likewise.
3132 (exp_get_fill): New function.
3133 * ldgram.y (struct big_int bigint, fill_type *fill): New.
3134 (INT): Returns a "bigint". Adjust all code handling INTs.
3135 (fill_opt): Returns a "fill".
3136 (fill_exp): Split out of fill_opt, use for FILL.
3137 * ldlang.h (struct _fill_type): New.
3138 (fill_type): Move typedef to ldexp.h.
3139 (lang_output_section_statement_type): "fill" is now a pointer.
3140 (lang_fill_statement_type): Likewise.
3141 (lang_padding_statement_type): Likewise.
3142 (lang_add_fill): Now takes a "fill_type *" param.
3143 (lang_leave_output_section_statement): Likewise.
3144 (lang_do_assignments): Likewise.
3145 (lang_size_sections): Likewise.
3146 (lang_leave_overlay_section): Likewise.
3147 (lang_leave_overlay): Likewise.
3148 * ldlang.c: Include ldgram.h after ldexp.h.
3149 (lang_output_section_statement_lookup): Adjust for fill_type change.
3150 (print_fill_statement): Likewise.
3151 (print_padding_statement): Likewise.
3152 (insert_pad): Now takes a "fill_type *" arg.
3153 (size_input_section): Likewise.
3154 (lang_size_sections_1): Likewise.
3155 (lang_size_sections): Likewise.
3156 (lang_do_assignments): Likewise.
3157 (lang_add_fill): Likewise.
3158 (lang_leave_output_section_statement): Likewise.
3159 (lang_leave_overlay_section): Likewise.
3160 (lang_leave_overlay): Likewise.
3161 Adjust all callers of the above function.
3162 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
3163 starting with "0X" as well as "0x". Return bigint.str for hex
3164 numbers starting with "0x" or "0X", zero bigint.str otherwise.
3165 Always use base 16 for numbers starting with "$".
3166 * ldmain.c: Include ldgram.h after ldexp.h.
3167 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
3168 of bfd_fill_link_order.
3169 * pe-dll.c: Adjust lang_do_assignments calls.
3170 * emultempl/elf32.em: Likewise.
3171 * emultempl/hppaelf.em: Likewise.
3172 * emultempl/ppc64elf.em: Likewise.
3173 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
3174 lang_add_assignment call.
3175 * emultempl/pe.em: Likewise.
3176
3177 2002-02-14 Phil Edwards <pme@gcc.gnu.org>
3178
3179 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
3180 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
3181 the pattern in question is not a regexp.
3182 * ldlang.c: Likewise.
3183 * ldlang.h: Likewise.
3184 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
3185
3186 2002-02-12 Jakub Jelinek <jakub@redhat.com>
3187
3188 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
3189 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
3190 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
3191 * ldexp.c (exp_data_seg): New variable.
3192 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
3193 (fold_binary): Handle DATA_SEGMENT_ALIGN.
3194 (exp_fold_tree): Handle DATA_SEGMENT_END.
3195 Pass allocation_done when recursing instead of hardcoding
3196 lang_allocating_phase_enum.
3197 * ldexp.h (exp_data_seg): New.
3198 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
3199 (lang_size_sections): New.
3200 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
3201 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
3202 if COMMONPAGESIZE is defined.
3203 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
3204 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
3205 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
3206 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
3207 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
3208 libraries only.
3209
3210 2002-02-11 Alan Modra <amodra@bigpond.net.au>
3211
3212 * Makefile.in: Regenerate.
3213
3214 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
3215
3216 * lexsup.c: Remove strtoul declaration.
3217
3218 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
3219
3220 * ldmain.c: Add prototype for main ().
3221 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
3222 * emultempl/lnk960.em (lnk960_choose_target): Function should
3223 take two arguments.
3224
3225 2002-02-10 Alan Modra <amodra@bigpond.net.au>
3226
3227 * ldlang.c (entry_section): New initialised variable.
3228 (lang_finish): Use it.
3229 * ldlang.h (entry_section): Declare.
3230 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
3231 entry_section to ".opd".
3232
3233 2002-02-09 Chris Demetriou <cgd@broadcom.com>
3234
3235 * ld.texinfo (Options): Add back in -nostdlib documentation,
3236 which had been inadvertently removed.
3237
3238 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
3239
3240 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
3241 register section vma to a sane value after emitting error. Make
3242 fatal conditions cause program exit when emitting message.
3243
3244 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
3245
3246 * configure.tgt: Add or32-*-rtems target.
3247
3248 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
3249
3250 Contribute sh64-elf.
3251 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
3252 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
3253 in OTHER_RELOCATABLE_SECTIONS.
3254 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
3255 * emulparams/shelf32.sh (STACK_ADDR): Define.
3256 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
3257 (OTHER_SECTIONS): this. Removed stack settings.
3258 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
3259 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
3260 2001-03-12 DJ Delorie <dj@redhat.com>
3261 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
3262 relaxing if any shmedia or mixed sections are found.
3263 2001-03-07 DJ Delorie <dj@redhat.com>
3264 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
3265 einfo. Gracefully decline to output to non-elf formats.
3266 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
3267 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
3268 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
3269 * emulparams/shelf32.sh: Ditto.
3270 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
3271 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
3272 comment.
3273 2001-01-10 Ben Elliston <bje@redhat.com>
3274 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
3275 non-portable shell constructs. From Hans-Peter Nilsson.
3276 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
3277 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
3278 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
3279 dependencies to the shell script include chain.
3280 * Makefile.in: Regenerate.
3281 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
3282 * emultempl/sh64elf.em: Update and tweak comments.
3283 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
3284 make a .cranges section SEC_IN_MEMORY.
3285 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
3286 * emultempl/sh64elf.em
3287 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
3288 .cranges section found to be necessary; continue and set stored
3289 section contents flags for sections with non-mixed contents.
3290 Use a struct sh64_section_data container and sh64_elf_section_data
3291 to store contents-type flags.
3292 Remove unused update of "isec".
3293 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
3294 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
3295 access contents-type flags. Assert that the associated container
3296 is initialized. Use that container, not elf_gp_size, to hold size
3297 of linker-generated cranges contents.
3298 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
3299 * emultempl/sh64elf.em
3300 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
3301 there's already a .cranges section. When section flag difference
3302 is found, don't NULL-check cranges a second time. Tweak comments.
3303 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
3304 merging, not max size, as size of ld-generated .cranges contents.
3305 Don't set ELF section flags in output section. When checking for
3306 needed .cranges descriptors, don't use a variable; compare
3307 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
3308 comments.
3309 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
3310 * emultempl/sh64elf.em: New file.
3311 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
3312 * Makefile.in: Regenerate.
3313 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
3314 (OTHER_RELOCATING_SECTIONS): Ditto.
3315 (EXTRA_EM_FILE): New, set to sh64elf if not set.
3316 * emulparams/shlelf32.sh: Stub out all settings except
3317 OUTPUT_FORMAT. Source shelf32.sh.
3318 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
3319 OTHER_RELOCATING_SECTIONS.
3320 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
3321 * emulparams/shlelf64.sh: Stub out all settings except
3322 OUTPUT_FORMAT. Source shelf64.sh.
3323 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
3324 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
3325 .cranges section.
3326 (DATA_START_SYMBOLS): Define, provide ___data.
3327 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
3328 for consecutive .data section.
3329 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
3330 section after .data section.
3331 * emulparams/shlelf64.sh: Ditto.
3332 * emulparams/shelf32.sh: Ditto.
3333 (ALIGNMENT): Define to 8.
3334 * emulparams/shelf32.sh: Ditto.
3335 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
3336 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
3337 built-in linker scripts.
3338 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
3339 * emulparams/shlelf64.sh: New.
3340 * emulparams/shelf64.sh: New.
3341 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
3342 targ_extra_emuls.
3343 * Makefile.am: Add support for shlelf64 and shelf64.
3344 * Makefile.in: Regenerate.
3345 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
3346 * configure.tgt (sh64-*-elf*): Add shelf as default.
3347 Add shlelf to targ_extra_emuls.
3348 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
3349 * emulparams/shelf32.sh: New file.
3350 * emulparams/shlelf32.sh: New file.
3351 * Makefile.am: Add support for shlelf32 and shelf32.
3352 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
3353 * Makefile.in: Regenerate.
3354
3355 2002-02-05 Hans-Peter Nilsson <hp@axis.com>
3356
3357 * ldlang.c (lang_reset_memory_regions): Rename from
3358 reset_memory_regions. Change all callers. Make public.
3359 * ldlang.h (lang_reset_memory_regions): Prototype.
3360 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
3361 lang_reset_memory_regions before lang_size_sections.
3362 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3363 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
3364
3365 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
3366
3367 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
3368 arithmetic when checking for too many global registers.
3369
3370 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
3371
3372 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
3373 (ehppanbsd.c): New rule.
3374 * Makefile.in: Regenerate.
3375 * configure.tgt (hppa*-*-netbsd*): New target.
3376 * emulparams/hppalinux.sh: Add comment to check other files
3377 that source this file it is modified, and list which
3378 files that do.
3379 * emulparams/hppanbsd.sh: New file.
3380
3381 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
3382
3383 * scripttempl/xstormy16.sc: Don't allocate extra space for the
3384 stack.
3385
3386 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
3387
3388 Support on-demand global register allocation from
3389 R_MMIX_BASE_PLUS_OFFSET relocs.
3390 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
3391 mmix_set_reg_section_vma. Call
3392 _bfd_mmix_finalize_linker_allocated_gregs.
3393 (mmix_before_allocation): New function.
3394 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
3395 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
3396 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
3397 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
3398 before .MMIX.reg_contents.
3399 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
3400 (mmo_after_open): New function.
3401 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
3402 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
3403 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
3404
3405 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
3406
3407 * emulparams/or32.sh: New file.
3408 * emulparams/or32elf.sh: New file.
3409 * scripttempl/or32.sc: New file.
3410 * configure.tgt : Add support for or32.
3411 * configure: Regenerate
3412 * Makefile.am: Add support for or32.
3413 * Makefile.in: Regenerate.
3414 * NEWS: Mention support for or32.
3415 * po/ld.pot: Regenerate.
3416
3417 2002-01-29 Chris Demetriou <cgd@broadcom.com>
3418 Mitch Lichtenberg <mpl@broadcom.com>
3419
3420 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
3421 * emultempl/mipself.em: New file to handle MIPS ELF embedded
3422 reloc creation (ld --embedded-relocs).
3423
3424 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
3425
3426 * configure: Regenerated.
3427
3428 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
3429
3430 * Makefile.am (install): Depend on install-info.
3431 * Makefile.in: Regenerate.
3432
3433 2002-01-26 Christian Rose <menthos@menthos.com>
3434
3435 * ldmain.c (main): Use full sentences to ease translation.
3436
3437 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
3438
3439 * po/fr.po: Updated version.
3440
3441 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
3442
3443 * po/es.po: Updated version.
3444
3445 2002-01-25 Andreas Jaeger <aj@suse.de>
3446
3447 * ldlex.l (yy_input): Correct error check.
3448
3449 2002-01-25 Alan Modra <amodra@bigpond.net.au>
3450
3451 * ldmisc.c (demangle): Put back dots when string not demangled.
3452
3453 2002-01-22 Richard Henderson <rth@redhat.com>
3454
3455 * emulparams/elf64alpha.sh (NOP): Use unop.
3456
3457 2002-01-21 Andreas Jaeger <aj@suse.de>
3458
3459 * ldlex.l: Use fread instead of read.
3460
3461 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
3462
3463 * configure.tgt (ia64-*-netbsd*): New target.
3464
3465 2002-01-21 H.J. Lu <hjl@gnu.org>
3466
3467 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
3468 0.
3469 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
3470
3471 2002-01-18 Andreas Jaeger <aj@suse.de>
3472
3473 * ldver.c (ldversion): Update year.
3474
3475 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
3476
3477 * po/ld.pot: Regenerate.
3478
3479 2002-01-16 Alan Modra <amodra@bigpond.net.au>
3480
3481 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
3482 * Makefile.in: Regenerate.
3483 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
3484 * emultempl/ppc64elf.em: New file.
3485
3486 2002-01-15 DJ Delorie <dj@redhat.com>
3487
3488 * scripttempl/pe.sc: Add support for constructor priorities.
3489
3490 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
3491
3492 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
3493 * emulparams/avr23xx.sh: Likewise.
3494 * emulparams/avr4433.sh: Likewise.
3495 * emulparams/avr44x4.sh: Likewise.
3496 * emulparams/avr85xx.sh: Likewise.
3497 * emulparams/avrmega103.sh: Likewise.
3498 * emulparams/avrmega161.sh: Likewise.
3499 * emulparams/avrmega603.sh: Likewise.
3500 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
3501
3502 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
3503
3504 * ldlang.c (walk_wild_section): Exclude object file if enclosing
3505 archive is excluded.
3506
3507 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
3508
3509 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
3510 (eshelf_nbsd.c): New rule.
3511 (eshlelf_nbsd.c): New rule.
3512 * Makefile.in: Regenerate.
3513 * configure.tgt (sh*le-*-netbsdelf*): New target.
3514 (sh*-*-netbsdelf*): New target.
3515 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
3516 * emulparams/shelf_nbsd.sh: New emulation.
3517 * emulparams/shlelf_nbsd.sh: New emulation.
3518
3519 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
3520
3521 * po/es.po: New file: Spanish translation.
3522 * configure.in (ALL_LINGUAS): Add es.
3523 * configure: Regenerate.
3524
3525 2002-01-06 John Marshall <jmarshall@acm.org>
3526
3527 * ld.texinfo: Note that --emit-relocs is currently only
3528 implemented for ELF.
3529
3530 2002-01-05 Alan Modra <amodra@bigpond.net.au>
3531
3532 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
3533 of bfd_section_list_remove and bfd_section_list_insert macros.
3534 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3535 * emultempl/mmo.em (mmo_place_orphan): Likewise.
3536
3537 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
3538
3539 * configure.tgt (x86_64-*-netbsd*): New target.
3540
3541 2001-12-21 Tom Rix <trix@redhat.com>
3542
3543 (gld*_create_output_section_statements): New function.
3544 For -binitfini support.
3545 * emultempl/aix.em (gld*_before_parse): Fix comment.
3546 * emultempl/aix.em (gld*_parse_args): Fix comment.
3547
3548 2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
3549
3550 * configure.tgt (mips*-dec-netbsd*): Delete alias for
3551 mips*el-*-netbsd*.
3552 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
3553
3554 * configure.tgt (arm-*-netbsdelf*): Add target.
3555 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
3556 * emulparams/armelf_nbsd.sh: Added.
3557 * Makefile.am: Add rules for earmelf_nbsd.
3558 * Makefile.in: Regenerate.
3559
3560 2001-12-19 Andreas Jaeger <aj@suse.de>,
3561 Susanne Oberhauser <froh@suse.de>
3562
3563 * configure.host: Add rules for x86_64-*linux-gnu. Change
3564 s390x-linux entry to use gcc to report configuration, replace gcc
3565 with $CC in s390-linux
3566
3567 2001-12-19 Andreas Jaeger <aj@suse.de>
3568
3569 * ld.texinfo (VERSION): Fix markup.
3570
3571 2001-12-18 matthew green <mrg@eterna.com.au>
3572
3573 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
3574 (m68kelfnbsd.c): New rule.
3575 * Makefile.in: Regenerate.
3576 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
3577 (m68*-*-netbsd*4k*): .. this.
3578 (m68*-*-netbsdelf*): New target.
3579 (m68*-*-netbsd*): Also include ELF support.
3580 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
3581 * emulparams/m68kelfnbsd.sh: New emulation.
3582
3583 2001-12-18 Jakub Jelinek <jakub@redhat.com>
3584
3585 * ldgram.y (vers_node): Support anonymous version tags.
3586 * ldlang.c (lang_register_vers_node): Ensure anonymous version
3587 tag is not defined together with non-anonymous versions.
3588 * ld.texinfo: Document it.
3589
3590 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
3591
3592 * po/tr.po: New file: Turkish translation.
3593 * configure.in (ALL_LINGUAS): Add tr.
3594 * configure: Regenerate.
3595
3596 2001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
3597
3598 * Makefile.am: Add rules for eelf64alpha_nbsd.
3599 * Makefile.in: Regenerate.
3600 * configure.tgt (alpha*-*-netbsd*): Set
3601 targ_emul to elf64alpha_nbsd.
3602 * emulparams/elf64alpha_nbsd.sh: Added.
3603
3604 2001-12-17 Alan Modra <amodra@bigpond.net.au>
3605
3606 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
3607 section_tail when fiddling with section list.
3608 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
3609 broken into separate strings to make translation easier.
3610 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
3611 fiddling with section list.
3612 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3613
3614 2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
3615
3616 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
3617
3618 2001-12-15 Alan Modra <amodra@bigpond.net.au>
3619
3620 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
3621
3622 2001-12-13 Jakub Jelinek <jakub@redhat.com>
3623
3624 * emultempl/elf32.em (finish): Supply output_bfd
3625 to bfd_elf*_discard_info.
3626 (OPTION_EH_FRAME_HDR): Define.
3627 (longopts): Add --eh-frame-hdr.
3628 (parse_args): Handle it.
3629 (list_options): Add --eh-frame-hdr to help.
3630 * emultempl/hppaelf.em (finish): Supply output_bfd
3631 to bfd_elf*_discard_info.
3632 * scripttempl/elf.sc (.eh_frame_hdr): Add.
3633
3634 2001-12-13 Alan Modra <amodra@bigpond.net.au>
3635
3636 * lexsup.c (parse_args): Don't pass shortopts to second call to
3637 getopt functions. Restore optind rather than decrementing before
3638 second call. Remove errind as it now duplicates last_optind.
3639
3640 2001-12-11 Christopher Faylor <cgf@redhat.com>
3641
3642 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
3643
3644 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
3645 Richard Henderson <rth@redhat.com>
3646
3647 * Makefile.am: Add support for xstormy16.
3648 * configure.tgt: Add support for xstormy16.
3649 * Makefile.in: Regenerate.
3650 * emulparams/elf32xstormy16.sh: New file.
3651 * scripttempl/xstormy16.sc: New file.
3652
3653 2001-10-01 Christopher Faylor <cgf@cygnus.com>
3654
3655 * Makefile.in (LIB_PATH): Make configurable.
3656 (GENSCRIPTS): Set LIB_PATH in environment.
3657 * configure.in: Substitute LIB_PATH.
3658 * configure: Regenerate.
3659 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
3660 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
3661
3662 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
3663
3664 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
3665 describing the -N option so that it is easier to translate into
3666 foreign languages.
3667
3668 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
3669
3670 * emultempl/pe.em (..._list_options): Replace multiple fprintf
3671 statements describing a single option with a single, newline
3672 escaped fprintf. This allows better translation into other
3673 languages.
3674
3675 * ldmain.c (add_archive_element): Combine multiple strings
3676 into a single string to permit better translation into other
3677 languages.
3678
3679 2001-12-05 Tom Rix <trix@redhat.com>
3680
3681 * Makefile.am: Remove eaixppc64.
3682 * Makefile.in: Regenerate.
3683
3684 2001-12-04 Tom Rix <trix@redhat.com>
3685
3686 * emultempl/aix.em (choose_target): Change default target to
3687 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
3688 warning.
3689 (gld*_read_file): Fix typo.
3690 (change_symbol_mode): Add prototype.
3691 (is_syscall): Same.
3692
3693 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
3694 * emulparams/aixrs6.sh : Same.
3695 * emulparams/ppcmacos.sh : Same.
3696 * emulparams/aixppc64.sh : Delete file.
3697 * emultempl/aix.em : Formatting changes.
3698
3699 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
3700
3701 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
3702 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
3703 __Sbss.
3704 (OTHER_END_SYMBOLS): Fix formatting.
3705 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
3706 (OTHER_END_SYMBOLS): Fix formatting.
3707
3708 2001-12-04 Alan Modra <amodra@bigpond.net.au>
3709
3710 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
3711
3712 2001-12-02 Tom Rix <trix@redhat.com>
3713
3714 * configure.tgt : Remove eaixppc64 emulations.
3715 * Makefile.in : Remove eaixppc64.c
3716 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
3717 (ldemul_default_target): Same.
3718 * emultempl/gld960.em (gld960_choose_target): Same.
3719 * emultempl/gld960c.em (gld960_choose_target): Same.
3720 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
3721 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
3722 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
3723 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
3724 * emultempl/aix.em (choose_target): New function. Handle emulation of
3725 -b32 and -b64.
3726
3727 2001-11-27 H.J. Lu <hjl@gnu.org>
3728
3729 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
3730 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
3731 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
3732 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
3733 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
3734 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
3735 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
3736 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
3737
3738 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
3739 is not empty.
3740 (SDATA): Likewise.
3741 (REL_SDATA): Likewise.
3742 (REL_SBSS): Likewise.
3743 (REL_SDATA2): Likewise.
3744 (REL_SBSS2): Likewise.
3745 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
3746 (SDATA2): Likewise.
3747
3748 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3749
3750 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
3751 destructor in rom.
3752 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
3753
3754 2001-11-22 H.J. Lu <hjl@gnu.org>
3755
3756 * Makefile.in: Regenerated with automake based on automake
3757 1.4-8 in RedHat 7.1.
3758
3759 2001-11-22 Alan Modra <amodra@bigpond.net.au>
3760
3761 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
3762 (config.status): Delete rule.
3763 Add extra dependencies to cover sourced emulparams files.
3764 * Makefile.in: Regenerate.
3765
3766 * scripttempl/elf.sc: Order <section>, <section>.* and
3767 corresponding linkonce sections as seen in input files.
3768 Formatting fixes. Zero vma of all sections if not relocating.
3769 (STACK): Define and insert if STACK_ADDR defined.
3770 (OTHER_RELOCATING_SECTIONS): Delete.
3771 (OTHER_END_SYMBOLS): Define.
3772 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
3773 (OTHER_READWRITE_SECTIONS): Likewise.
3774 (OTHER_GOT_SECTIONS): Likewise.
3775 (OTHER_SDATA_SECTIONS): Likewise.
3776 (OTHER_BSS_SECTIONS): Likewise.
3777 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
3778 (OTHER_READWRITE_SECTIONS): Likewise.
3779 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
3780 (OTHER_READWRITE_SECTIONS): Likewise.
3781
3782 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
3783 (STACK_ADDR): Define.
3784 * emulparams/armelf_oabi.sh: As for armelf.sh.
3785 * emulparams/elf32mcore.sh: As for armelf.sh.
3786 * emulparams/h8300elf.sh: As for armelf.sh.
3787 * emulparams/mn10200.sh: As for armelf.sh.
3788 * emulparams/shelf.sh: As for armelf.sh.
3789
3790 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
3791 (OTHER_END_SYMBOLS): Define.
3792 * emulparams/m32relf.sh: As for elf32fr30.sh.
3793 * emulparams/h8300helf.sh: As for elf32fr30.sh.
3794 * emulparams/h8300self.sh: As for elf32fr30.sh.
3795
3796 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
3797 defines with RELOCATING test.
3798 (OTHER_SDATA_SECTIONS): Likewise.
3799 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3800 (OTHER_END_SYMBOLS): ..this.
3801 * emulparams/crislinux.sh: As for criself.sh.
3802
3803 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
3804 if not relocating.
3805 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3806 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
3807 normal and linkonce sections as seen in input files.
3808 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
3809 (TEXT_DYNAMIC): Likewise.
3810 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
3811 (OTHER_SDATA_SECTIONS): Likewise.
3812 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3813 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
3814 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
3815 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
3816 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
3817 (OTHER_PLT_RELOC_SECTIONS): Likewise.
3818 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
3819 sections as seen in input files.
3820 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
3821 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
3822 if not relocating.
3823 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
3824 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
3825 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
3826 (OTHER_SECTIONS): Instead, use this..
3827 (OTHER_END_SYMBOLS): ..and this.
3828
3829 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
3830 * emulparams/elf32bsmip.sh: Likewise.
3831 * emulparams/elf32btsmip.sh: Likewise.
3832 * emulparams/elf32ebmip.sh: Likewise.
3833 * emulparams/elf32lmip.sh: Likewise.
3834 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
3835 * emulparams/elf32lsmip.sh: Likewise.
3836 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
3837 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
3838 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
3839 * emulparams/elf64btsmip.sh: Likewise.
3840 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
3841 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
3842 * emulparams/elf32ppclinux.sh: Likewise.
3843 * emulparams/elf32ppcsim.sh: Likewise.
3844 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
3845 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
3846 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
3847 * emulparams/h8300self.sh: Likewise.
3848 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
3849 * emulparams/sh.sh: Comment.
3850 * emulparams/shl.sh: Source sh.sh, remove duplicates.
3851 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
3852 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
3853
3854 2001-11-21 David Heine <dlheine@tensilica.com>
3855 Alan Modra <amodra@bigpond.net.au>
3856
3857 * ldlang.c (map_input_to_output_sections): Replace "break"
3858 accidentally removed with 2001-08-03 change.
3859 (lang_gc_sections_1): Likewise.
3860
3861 2001-11-21 Alan Modra <amodra@bigpond.net.au>
3862
3863 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
3864
3865 2001-11-20 Angela Marie Thomas <angela@redhat.com>
3866
3867 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
3868 of false when calling lang_size_sections.
3869 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3870
3871 2001-11-15 Alan Modra <amodra@bigpond.net.au>
3872
3873 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
3874 function when LDEMUL_FINISH isn't set to the same name. Don't
3875 call ${LDEMUL_FINISH}.
3876 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
3877 * emultempl/armelf.em (arm_elf_finish): Call
3878 gld${EMULATION_NAME}_finish.
3879 * emultempl/hppaelf.em (hppaelf_finish): Rename to
3880 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
3881 hppaelf_layout_sections_again if necessary.
3882 (need_laying_out): New var.
3883 (hppaelf_layaout_sections_again): Rename to
3884 hppaelf_layout_sections_again. Clear need_laying_out.
3885 (PARSE_AND_LIST_OPTIONS): Format text.
3886
3887 2001-11-14 H.J. Lu <hjl@gnu.org>
3888
3889 * emultempl/armelf.em (arm_elf_finish): Renamed from
3890 gld${EMULATION_NAME}_finish.
3891 (LDEMUL_FINISH): Set to arm_elf_finish.
3892
3893 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
3894
3895 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
3896 (struct ld_emulation_xfer_struct): Use it.
3897
3898 2001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
3899
3900 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
3901 additional symbols referenced by newer crt0.o files from HP.
3902
3903 2001-11-12 Anthony Green <green@redhat.com>
3904
3905 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
3906
3907 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
3908
3909 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
3910 * Makefile.in: Regenerate.
3911
3912 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3913
3914 * ld.texinfo: Use @command for commands, @option for options.
3915 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
3916 the page man title.
3917 * Makefile.in: Rebuild.
3918
3919 2001-11-04 Chris Demetriou <cgd@broadcom.com>
3920
3921 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
3922 Add support for targets.
3923
3924 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
3925
3926 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
3927 * configure: Regernate.
3928 * po/fr.po: New file.
3929 * po/sv.po: New file.
3930
3931 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
3932
3933 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
3934 as little endian default and to support big endian.
3935
3936 2001-11-01 Chris Demetriou <cgd@broadcom.com>
3937
3938 * ld.texinfo (Options): Document new option, -nostdlib.
3939 * lexsup.c (OPTION_NOSTDLIB): New definition.
3940 (ld_options): Add entry for "nostdlib".
3941 (parse_args): Handle OPTIONS_NOSTDLIB.
3942 * ldfile.c (ldfile_add_library_path): Don't add directories
3943 to the search path if they weren't specified on the command line
3944 and -nostdlib was specified.
3945 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
3946
3947 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
3948
3949 * lexsup.c (parse_args): Prevent infinite parsing loop when
3950 "-rpath.a" is specified on the command line.
3951 Replace calls to fprintf with calls to einfo.
3952
3953 2001-10-31 John Marshall <jmarshall@acm.org>
3954
3955 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
3956 appear only once across all the linker scripts involved in a link
3957 invocation no longer applies. Make the documentation reflect
3958 that.
3959
3960 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
3961
3962 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
3963 targets.
3964 (sh-*-linux*): Added targ_extra_libpath.
3965
3966 2001-10-31 David Heine <dlheine@tensilica.com>
3967
3968 * ldlang.c (lang_size_sections): Keep a valid output_offset field
3969 for padding statements.
3970
3971 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
3972
3973 * configure.tgt (mmix-*-*): New target.
3974 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
3975 Add dependencies to match.
3976 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
3977 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
3978 scripttempl/mmo.sc: New files.
3979 * gen-doc.texi: @set MMIX.
3980 * ld.texinfo: Ditto.
3981 [MMIX] Add MMIX node.
3982 * Makefile.in: Regenerate.
3983
3984 2001-10-29 Kazu Hirata <kazu@hxi.com>
3985
3986 * ldlang.c: Fix a comment typo.
3987
3988 2001-10-23 Alan Modra <amodra@bigpond.net.au>
3989
3990 * configure.host: Move alpha*-*-linux-gnu* entry to generic
3991 entries, and match *-*-linux*.
3992
3993 2001-10-20 Alan Modra <amodra@bigpond.net.au>
3994
3995 * ldgram.y (mri_script_command): Surround processing of INCLUDE
3996 with ldlex_script, ldlex_popstate.
3997 (ifile_p1): Likewise.
3998 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
3999 correct slot.
4000 (lex_push_file): Save current lineno to lineno_stack. Set lineno
4001 to 1. Don't BEGIN(SCRIPT).
4002 (lex_redirect): Similarly.
4003 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
4004
4005 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
4006
4007 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
4008 __EH_FRAME_END__ and accept eh frames into data section.
4009 Add ctor and dtor sections.
4010
4011 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
4012
4013 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
4014 (auto-export): Fix indentation.
4015
4016 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
4017
4018 * pe-dll.c (autofilter_objectlist): Add startup objects
4019 for profiling.
4020 (auto-export): Constify char * p.
4021 Extract file basename and use strcmp rather than ststr
4022 for object lookup.
4023
4024 2001-10-18 Chris Demetriou <cgd@broadcom.com>
4025
4026 * ldmain.c (get_emulation): Improve comment about the handling
4027 of -mipsN options.
4028
4029 2001-10-17 Alan Modra <amodra@bigpond.net.au>
4030
4031 * po/POTFILES.in: Regenerate.
4032
4033 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
4034
4035 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
4036 -z nocopyreloc and -z nocombreloc usage strings.
4037
4038 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
4039
4040 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
4041 in usage.
4042
4043 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
4044
4045 * scripttempl/armaout.sc: Place .bss section after end of aligned
4046 data section to match behaviour of aout code in constructrion of
4047 header.
4048
4049 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
4050
4051 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
4052 startup files for mingw32 dlls to list.
4053
4054 2001-10-10 Chris Demetriou <cgd@broadcom.com>
4055
4056 * emultempl/elf32.em: Fix shell 'if' usage for portability.
4057
4058 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
4059
4060 * configure.tgt (targ): Add arm9e-*-elf.
4061
4062 2001-10-05 H.J. Lu <hjl@gnu.org>
4063
4064 * genscripts.sh: Fix a typo in the last change.
4065
4066 2001-10-05 Jakub Jelinek <jakub@redhat.com>
4067
4068 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
4069 -z nocombreloc in usage.
4070
4071 2001-10-03 Jim Blandy <jimb@redhat.com>
4072
4073 * genscripts.sh: Include a comment at the top of each generated
4074 script, explaining its purpose.
4075
4076 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
4077
4078 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
4079 * NEWS: Mention -z nocopyreloc.
4080 * ld.texinfo (Options): Describe nocopyreloc.
4081
4082 2001-10-03 Alan Modra <amodra@bigpond.net.au>
4083
4084 * configure: Regenerate.
4085
4086 2001-10-02 Alan Modra <amodra@bigpond.net.au>
4087
4088 * ldver.h (ld_program_version): Remove declaration.
4089 * lexsup.c (parse_args): Move printing of copyright message..
4090 * ldver.c (ldversion): .. to here.
4091 Use BFD_VERSION_STRING in place of BFD_VERSION.
4092 (ld_program_version): Remove.
4093 * Makefile.am (Makefile): Depend on bfd/configure.in.
4094 Run "make dep-am".
4095 * Makefile.in: Regenerate.
4096
4097 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
4098
4099 * Makefile.am: Update dependencies with "make dep-am".
4100 * Makefile.in: Regenerate.
4101
4102 2001-09-29 John Reiser <jreiser@BitWagon.com>
4103
4104 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
4105 * lexsup.c: Add --no-define-common commandline option.
4106 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
4107 * ldlex.l: Likewise.
4108 * ld.h: Add command_line.inhibit_common_definition.
4109 * ldmain.c (main): Initialize.
4110 * ld.texinfo: Document.
4111
4112 2001-09-29 Alan Modra <amodra@bigpond.net.au>
4113
4114 * ldlang.c (section_already_linked): Remove assignment to kept_section.
4115
4116 2001-09-26 Alan Modra <amodra@bigpond.net.au>
4117
4118 * ldmisc.c (USE_STDARG): Remove.
4119 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
4120 (einfo): Likewise.
4121 (minfo): Likewise.
4122 (lfinfo): Likewise.
4123
4124 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
4125 declarations. Update copyright.
4126
4127 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
4128
4129 * pe-dll.c: Remove obsoleted declaration of
4130 pe_get_data_import_dll_name.
4131 (pe_create_import_fixup): Fix thinko.
4132
4133 * ld.texinfo(enable-auto-import): Clarify the explanation.
4134
4135 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
4136
4137 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
4138 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
4139 DLL_SUPPORT controlled code.
4140
4141 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
4142
4143 * emultempl/pe.em(pe_data_import_dll): Make static.
4144 (pe_get_data_import_dll_name): New accessor function.
4145 * pe-dll.c(pe_create_import_fixup): call
4146 pe_get_data_import_dll_name() from pe.em, instead of
4147 directly accessing pe_data_import_dll variable from pe.em.
4148
4149 2001-09-18 Bruno Haible <haible@clisp.cons.org>
4150
4151 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
4152 (def_file_add_directive): Use ISSPACE instead of isspace.
4153 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
4154 isdigit/isxdigit/isalpha/isalnum.
4155 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
4156 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
4157 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
4158 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
4159 isalnum.
4160 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
4161 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
4162 isupper/tolower.
4163 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
4164 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
4165 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
4166 (ctor_prio): Use ISDIGIT instead of isdigit.
4167 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
4168 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
4169 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
4170 isupper/tolower.
4171 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
4172 (stricpy): Use TOLOWER instead of isupper/tolower.
4173 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
4174 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
4175 (lex_warn_invalid): Use ISPRINT instead of isprint.
4176 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
4177 (main): For gettext, also set the LC_CTYPE locate facet.
4178 (add_keepsyms_file): Use ISSPACE instead of isspace.
4179 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
4180 (is_num, parse_args): Use ISDIGIT instead of isdigit.
4181 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
4182 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
4183 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
4184 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
4185 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
4186 (quoteput): Use ISSPACE instead of isspace.
4187 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
4188 instead of isalnum.
4189
4190 2001-09-18 Alan Modra <amodra@bigpond.net.au>
4191
4192 * deffilep.y (def_stash_module): Constify "name" param.
4193
4194 * pe-dll.c: Replace CONST with const throughout.
4195 (quick_symbol): Constify "n1", "n2", "n3" params.
4196 (make_singleton_name_thunk): Constify "import" param. Make
4197 "buffer_len" a size_t.
4198 (make_import_fixup_entry): Constify "name", "fixup_name",
4199 "dll_symname" params.
4200 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
4201 (pe_get32): Likewise.
4202 (pe_implied_import_dll): Likewise.
4203
4204 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
4205 (sort_by_section_name): Likewise.
4206
4207 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
4208 (make_import_fixup): Cast printf arg, rel->address to long rather
4209 than int.
4210 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
4211
4212 2001-09-15 Alan Modra <amodra@bigpond.net.au>
4213
4214 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
4215 defines BufferSize. Increase buffer size by one.
4216
4217 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
4218
4219 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
4220
4221 2001-09-14 Kevin Lo <kevlo@openbsd.org>
4222
4223 * configure.tgt: Add arm-openbsd target.
4224
4225 2001-09-12 H.J. Lu <hjl@gnu.org>
4226
4227 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
4228 eelf64lppc.o to ...
4229 (ALL_64_EMULATIONS): Here.
4230 * Makefile.in: Regenerated.
4231
4232 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4233
4234 * emultempl/pe.em(make_import_fixup): change signature to
4235 take asection as well as arelec; we need this for proper
4236 error reporting. Only call pe_create_import_fixup() if
4237 there is no attempt to add a constant addend to the reloc;
4238 otherwise, report error condition.
4239 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
4240 since final argument is a pointer to make_import_fixup().
4241 Change call to cb() to match make_import_fixup() signature.
4242 (make_import_fixup_mark): make buffer_len unsigned.
4243 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
4244
4245 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
4246
4247 * ld.texinfo: add verbose documentation for auto-import
4248 direct-addressing workaround, to compliment the terse
4249 error message.
4250
4251 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
4252
4253 * scripttempl/v850.sc: Add gcc_except_table sections.
4254
4255 2001-09-11 Jeffrey A Law (law@cygnus.com)
4256
4257 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
4258 * emulparams/h8300self.sh: Similarly.
4259
4260 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
4261
4262 * ld.texinfo (Options, --stack): Correct default value for stack
4263 reserve.
4264
4265 2001-09-05 Tom Rix <trix@redhat.com>
4266
4267 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
4268
4269 2001-09-03 Andreas Jaeger <aj@suse.de>
4270
4271 * emultempl/beos.em: Declare prototypes for comparions functions,
4272 adjust definitions.
4273
4274 2001-09-02 Andreas Jaeger <aj@suse.de>
4275
4276 * emultempl/aix.em: Add missing prototype.
4277 * emultempl/lnk960.em: Likewise.
4278 * emultempl/vanilla.em: Likewise.
4279 * emultempl/armcoff.em: Likewise.
4280 * emultempl/armelf_oabi.em: Likewise.
4281 * emultempl/beos.em: Likewise.
4282 * emultempl/gld960c.em: Likewise.
4283 * emultempl/gld960.em: Likewise.
4284
4285 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
4286 for prototype declaration.
4287
4288 2001-08-31 Eric Christopher <echristo@redhat.com>
4289 Jason Eckhardt <jle@redhat.com>
4290
4291 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
4292
4293 2001-08-31 Andreas Jaeger <aj@suse.de>
4294
4295 * emultempl/pe.em: Add missing prototypes.
4296 (gld_${EMULATION_NAME}_after_open): Remove extra args to
4297 pe_find_data_imports.
4298 (pr_sym): Add unused attribute.
4299
4300 2001-08-29 Joel Sherrill <joel@OARcorp.com>
4301
4302 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
4303 default from coff to elf.
4304
4305 2001-08-29 Jeff Law <law@redhat.com>
4306
4307 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
4308 ARCH specification.
4309 * emulparams/h8300self.sh: Similarly.
4310
4311 2001-08-28 J"orn Rennecke <amylaar@redhat.com>
4312
4313 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
4314 eh8300self.o .
4315 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
4316 * configure.tgt (h8300-*-elf*): New case.
4317 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
4318 * emulparams/h8300self.sh: New file.
4319 * Makefile.in: Regenerated.
4320
4321 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
4322
4323 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
4324 with macro name.
4325
4326 2001-08-27 Linus Nordberg <linus@swox.com>
4327 Alan Modra <amodra@bigpond.net.au>
4328
4329 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
4330 (eelf64ppc.c, eelf64lppc.c): Add make targets.
4331 Run "make dep-am"
4332 * Makefile.in: Regenerate.
4333 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
4334 entries to correct alphabetical position.
4335 * emulparams/elf64ppc.sh: New.
4336 * emulparams/elf64lppc.sh: New.
4337
4338 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
4339
4340 * ldmain.c (main): Declare BSIZE as static.
4341
4342 2001-08-23 Jakub Jelinek <jakub@redhat.com>
4343
4344 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
4345 into .rel.dyn resp. .rela.dyn if combreloc.
4346 (get_script): If .x linker script is equal to .xn, only put it
4347 once into the binary.
4348 Add .xc and .xsc scripts.
4349 (parse_args): Handle -z combreloc and -z nocombreloc.
4350 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
4351 For .xc and .xsc scripts put all .rel* or .rela* input sections
4352 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
4353 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
4354 is elf.
4355 Strip trailing whitespace from script.
4356 Generate .xc and .xsc scripts if requested.
4357 * ldmain.c (main): Initialize link_info.combreloc and
4358 link_info.spare_dynamic_tags.
4359 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
4360 (ld_options): Add --spare-dynamic-tags option.
4361 (parse_args): Likewise.
4362 * ld.texinfo: Document -z combreloc and -z nocombreloc.
4363 * ldint.texinfo: Document .xc and .xsc linker scripts.
4364 * NEWS: Add notes about -z combreloc and SHF_MERGE.
4365
4366 2001-08-22 H.J. Lu <hjl@gnu.org>
4367
4368 * emulparams/elf32fr30.sh: Add a newline.
4369
4370 2001-08-21 Andreas Jaeger <aj@suse.de>
4371
4372 * deffilep.y: Add missing prototypes.
4373 * pe-dll.c: Likewise.
4374
4375 2001-08-20 Alan Modra <amodra@bigpond.net.au>
4376
4377 * ldlang.c (insert_pad): Fix typos in last patch.
4378
4379 * ldlang.c: When traversing lang_statement_union_type lists,
4380 consistently use "header.next" rather than "next".
4381 * mpw-eppcmac.c: Likewise.
4382 * emultempl/beos.em: Likewise.
4383 * emultempl/hppaelf.em: Likewise.
4384 * emultempl/pe.em: Likewise.
4385 * ldlang.h (union lang_statement_union): Remove "next" field.
4386
4387 * ldlang.c (insert_pad): Use offsetof macro.
4388 (lang_size_sections): Always neuter padding statements.
4389 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
4390
4391 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
4392 passed to lang_size_sections.
4393 (pe_exe_fill_sections): Likewise.
4394 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
4395 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
4396
4397 2001-08-18 Alan Modra <amodra@bigpond.net.au>
4398
4399 * emultempl/aix.em: Formatting fixes.
4400
4401 2001-08-18 Alan Modra <amodra@bigpond.net.au>
4402
4403 * ldlang.c (insert_pad): Make use of an existing pad statement if
4404 available. Move code calculating alignment, adjusting section
4405 alignment power, and adjusting dot to ..
4406 (size_input_section): .. here. Remove unused relax param.
4407 (lang_size_sections): Change boolean `relax' param to boolean *.
4408 Adjust call to size_input_section. Make use of insert_pad to
4409 place pad after the assignment statement. If relaxing, zap
4410 padding statements.
4411 (reset_memory_regions): Reset output_bfd section sizes too.
4412 (relax_again): Move to..
4413 (lang_process): ..here. Adjust call to lang_size_sections, and
4414 remove duplicated code.
4415 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
4416
4417 2001-08-17 Alan Modra <amodra@bigpond.net.au>
4418
4419 * ld.texinfo: Document that fill values now use the four least
4420 significant bytes.
4421 * emulparams/elf32fr30.sh (NOP): Update.
4422 * emulparams/elf32mcore.sh: Likewise.
4423 * emulparams/elf64_s390.sh: Likewise.
4424 * emulparams/elf_i386.sh: Likewise.
4425 * emulparams/elf_i386_be.sh: Likewise.
4426 * emulparams/elf_i386_chaos.sh: Likewise.
4427 * emulparams/elf_i386_ldso.sh: Likewise.
4428 * emulparams/elf_s390.sh: Likewise.
4429 * emulparams/elf_x86_64.sh: Likewise.
4430 * emulparams/i386moss.sh: Likewise.
4431 * emulparams/i386nw.sh: Likewise.
4432 * emulparams/m68kelf.sh: Likewise.
4433 * scripttempl/elf.sc: Update NOP comment.
4434 * scripttempl/elfi370.sc: Likewise.
4435 * scripttempl/elfm68hc11.sc: Likewise.
4436 * scripttempl/elfm68hc12.sc: Likewise.
4437 * scripttempl/nw.sc: Likewise.
4438
4439 2001-08-15 Tom Rix <trix@redhat.com>
4440
4441 * ldgram.y (saved_script_handle): Initialize to NULL.
4442 * ldmain.c (main): Change check on saved_script_handle.
4443
4444 2001-08-14 Alan Modra <amodra@bigpond.net.au>
4445
4446 * emultempl/elf32.em: Formatting fixes.
4447 (output_prev_sec_find): Test for bfd_ind_section too; do so by
4448 looking at sec->owner.
4449 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
4450 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
4451 unused code, and reorganize orphan section placement code.
4452
4453 * ldlang.c (wild_doit): Rename to lang_add_section.
4454 * ldlang.h: Here too.
4455 * mpw-elfmips.c: And here.
4456 * emultempl/beos.em: And here.
4457 * emultempl/elf32.em: And here.
4458 * emultempl/hppaelf.em: And here.
4459 * emultempl/pe.em: And here.
4460
4461 2001-08-13 Richard Henderson <rth@redhat.com>
4462
4463 * emultempl/needrelax.em: New file.
4464 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
4465 * Makefile.am (eelf64_ia64.c): Depend on it.
4466 * Makefile.in: Rebuild.
4467
4468 2001-08-13 Alan Modra <amodra@bigpond.net.au>
4469
4470 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
4471 output_section is set non-NULL.
4472
4473 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
4474 `true' for SEC_EXCLUDE sections so that the generic code doesn't
4475 needlessly create an output_section_statement. Treat a correctly
4476 named output_section_statement with NULL bfd_section as compatible.
4477
4478 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
4479
4480 * emultempl/generic.em: Support EXTRA_EM_FILE.
4481 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
4482 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
4483 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
4484 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
4485 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
4486 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
4487 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
4488 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
4489 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
4490 LDEMUL_FIND_POTENTIAL_LIBRARIES.
4491
4492 2001-08-12 Richard Henderson <rth@redhat.com>
4493
4494 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
4495 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
4496 scripttempl/v850.sc: Keep .jcr data.
4497
4498 2001-08-12 H.J. Lu <hjl@gnu.org>
4499 Andrew Haley <aph@cambridge.redhat.com>
4500 Nick Clifton <nickc@redhat.com>
4501
4502 * ldgram.y (had_script): Change name to saved_script_handle.
4503 Change type to file handle.
4504 * ld.h (had_script): Rename and retype.
4505 * ldfile.c (ldfile_open_command_file): Save the file handle
4506 used in saved_script_handle.
4507 * lexsup.c (parse_args): Do not allow -c option to alter
4508 saved_script_handle.
4509 * ldmain.c (main): Print out the linker script used if
4510 --verbose is given. Check saved_script_handle to obtain the
4511 external linker script used, or if NULL, dump the builtin
4512 script.
4513 * ld.texinfo: Document that --verbose now dumps the linker
4514 script used, regardless of whether it was an internal or an
4515 external script.
4516
4517 2001-08-10 Andreas Jaeger <aj@suse.de>
4518
4519 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
4520 to build warnings.
4521 * configure: Regenerate.
4522
4523 2001-08-09 Alan Modra <amodra@bigpond.net.au>
4524
4525 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
4526
4527 * scripttempl/elf.sc: Move non-text .dynamic section before
4528 .plt/.got/.sdata* group.
4529 (OTHER_GOT_SECTIONS): Move to immediately after .got.
4530 (OTHER_SDATA_SECTIONS): Add.
4531 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
4532 OTHER_GOT_SECTIONS.
4533 * emulparams/crislinux.sh: Likewise.
4534 * emulparams/elf32b4300.sh: Likewise.
4535 * emulparams/elf32bmip.sh: Likewise.
4536 * emulparams/elf32bmipn32.sh: Likewise.
4537 * emulparams/elf32bsmip.sh: Likewise.
4538 * emulparams/elf32btsmip.sh: Likewise.
4539 * emulparams/elf32ebmip.sh: Likewise.
4540 * emulparams/elf32elmip.sh: Likewise.
4541 * emulparams/elf32l4300.sh: Likewise.
4542 * emulparams/elf32lmip.sh: Likewise.
4543 * emulparams/elf32lsmip.sh: Likewise.
4544 * emulparams/elf32ltsmip.sh: Likewise.
4545 * emulparams/elf64bmip.sh: Likewise.
4546 * emulparams/elf64btsmip.sh: Likewise.
4547 * emulparams/elf64ltsmip.sh: Likewise.
4548
4549 2001-08-08 Alan Modra <amodra@bigpond.net.au>
4550
4551 * genscripts.sh: Source the emulparams script before each output
4552 script is generated so that variables like `RELOCATING' may affect
4553 variables defined in the emulparams script.
4554
4555 2001-08-04 Alan Modra <amodra@bigpond.net.au>
4556
4557 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
4558 order.
4559
4560 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
4561 ie. iterate over wild_statement.section_list.
4562 (gld${EMULATION_NAME}_place_orphan): Likewise.
4563
4564 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4565
4566 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
4567 .fini[0-4] sections used by _exit
4568 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
4569 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
4570 * scripttempl/elfm68hc11.sc: Likewise.
4571
4572 2001-08-03 H.J. Lu <hjl@gnu.org>
4573
4574 * emultempl/beos.em (init): Add the missing initialization.
4575
4576 2001-08-03 Alan Modra <amodra@bigpond.net.au>
4577
4578 * ld.texinfo (Input Section Basics): Clarify ordering of output
4579 sections.
4580 * ldlang.c (callback_t): Add wildcard_list param.
4581 (walk_wild_section): Remove "section" param. Rewrite for
4582 lang_wild_statement_type change. Remove unique_section_p test.
4583 (walk_wild_file): Remove "section" param.
4584 (walk_wild): Remove "section" and "file" params.
4585 (lang_gc_wild): Likewise.
4586 (wild): Likewise. Modify for lang_wild_statement_type change.
4587 (wild_sort): Likewise. Add "sec" param.
4588 (gc_section_callback): Likewise.
4589 (output_section_callback): Likewise. Do unique_section_p test.
4590 (map_input_to_output_sections): Modify call to wild.
4591 (lang_gc_sections_1): Likewise.
4592 (print_wild_statement): Modify for lang_wild_statement_type
4593 change.
4594 (lang_add_wild): Replace filename, filenames_sorted param with
4595 filespec. Replace section_name, sections_sorted,
4596 exclude_filename_list with section_list.
4597 * ldlang.h (lang_add_wild): Here too.
4598 (lang_wild_statement_type): Replace section_name, sections_sorted,
4599 and exclude_filename_list with section_list.
4600 * ldgram.y (current_file): Delete.
4601 (%union): Add wildcard_list.
4602 (file_NAME_list): Set type to wildcard_list. Build a linked list
4603 rather than calling lang_add_wild for each entry.
4604 (input_section_spec_no_keep): Call lang_add_wild here instead.
4605 * ld.h (struct wildcard_list): Declare.
4606 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
4607
4608 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
4609
4610 * ldmain.c (main): initialize link_info.pei386_auto_import
4611 * pe-dll.c: new tables for auto-export filtering
4612 (auto_export): change API, pass abfd for contextual filtering.
4613 Loop thru tables of excluded symbols instead of comparing
4614 "by hand".
4615
4616 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
4617
4618 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
4619 static variable current_sec (static struct sec *). Add
4620 forward declaration for add_bfd_to_link.
4621 (process_def_file): Don't export undefined symbols. Do not
4622 export symbols starting with "_imp__". Call auto_export()
4623 with new API.
4624 (pe_walk_relocs_of_symbol): New function.
4625 (generate_reloc): add optional extra debugging
4626 (pe_dll_generate_def_file): eliminate extraneous initial blank
4627 line in output
4628 (make_one): enlarge symtab to make room for __nm__ symbols
4629 (DATA auto-import support).
4630 (make_singleton_name_thunk): New function.
4631 (make_import_fixup_mark): New function.
4632 (make_import_fixup_entry): New function.
4633 (pe_create_import_fixup): New function.
4634 (add_bfd_to_link): Specify that 'name' argument is a CONST
4635 char *.
4636 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
4637 declare new functions pe_walk_relocs_of_symbol and
4638 pe_create_import_fixup.
4639 * emultempl/pe.em: add new options --enable-auto-import,
4640 --disable-auto-import, and --enable-extra-pe-debug.
4641 (make_import_fixup): New function.
4642 (pe_find_data_imports): New function.
4643 (pr_sym): New function.
4644 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
4645 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
4646 CODE.
4647
4648 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
4649
4650 * ld.texinfo: add additional documentation for
4651 --export-all-symbols. Document --out-implib,
4652 --enable-auto-image-base, --disable-auto-image-base,
4653 --dll-search-prefix, --enable-auto-import, and
4654 --disable-auto-import.
4655 * ldint.texinfo: Add detailed documentation on auto-import
4656 implementation.
4657
4658 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
4659
4660 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
4661 example.
4662
4663 2001-07-24 Alan Modra <amodra@bigpond.net.au>
4664
4665 * Makefile.am: Update dependencies with "make dep-am".
4666 * Makefile.in: Regenerate
4667
4668 2001-07-23 Alan Modra <amodra@bigpond.net.au>
4669
4670 * ldcref.c (check_section_sym_xref): New function.
4671 (check_nocrossrefs): Call it.
4672 (check_nocrossref): Interate over h->refs here instead of..
4673 (check_refs): ..here. Pass in the symbol name, section, and bfd
4674 rather than hash_entry pointers.
4675 (struct check_refs_info): Keep symbol name rather than hash entry.
4676 Remove "same".
4677 (check_reloc_refs): Tweak for above changes in check_refs_info.
4678 Only report references to section syms when symname is NULL to
4679 prevent duplicate messages for the same reloc.
4680
4681 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
4682
4683 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
4684 available. Do not print NULL trees.
4685 (exp_print_token): Print unknown tokens with values > 126 as
4686 decimal values not ASCII characters.
4687
4688 * ldlang.c (lang_leave_overlay): If a region is specified assign
4689 it to all sections inside the overlay unless they have been
4690 assigned to the own, non-default, memory region.
4691
4692 * README: Add header for consistency with other README files.
4693
4694 2001-07-14 H.J. Lu <hjl@gnu.org>
4695
4696 * emultempl/elf32.em (output_prev_sec_find): Never return
4697 bfd_abs_section_ptr, bfd_com_section_ptr nor
4698 bfd_und_section_ptr.
4699
4700 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
4701
4702 * Makefile.am (em32relf.c): Change dependency from generic.em to
4703 elf32.em.
4704 * Makefile.in: Regenerate.
4705
4706 2001-07-14 matthew green <mrg@eterna.com.au>
4707
4708 * configure.tgt (i386-*-netbsdelf*): New target.
4709 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
4710
4711 2001-07-13 Jakub Jelinek <jakub@redhat.com>
4712
4713 * emultempl/elf32.em (output_prev_sec_find): New.
4714 (place_orphan): Use it.
4715
4716 2001-07-11 H.J. Lu <hjl@gnu.org>
4717
4718 * ldmain.c (main): Fix typos in the last change.
4719
4720 2001-07-11 Jakub Jelinek <jakub@redhat.com>
4721
4722 * ldmain.c (main): Disallow -F and -f without -shared.
4723
4724 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
4725
4726 * emultempl/pe.em (after_open): Check for the output_bfd not
4727 having any coff_data structure allocated to it.
4728
4729 2001-07-09 David O'Brien <obrien@FreeBSD.org>
4730
4731 * emultempl/elf32.em: Do not assuming that contents of the buffer
4732 returned from basename function will remain unchanged accross other
4733 function calls.
4734
4735 2001-07-03 H.J. Lu <hjl@gnu.org>
4736
4737 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
4738 2001-07-03. It creates dynamic entries even for static binaries.
4739
4740 2001-07-03 Jakub Jelinek <jakub@redhat.com>
4741
4742 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
4743 (DYNAMIC): Use it to reserve few dynamic entries for
4744 post-linking tools.
4745
4746 2001-06-27 Alan Modra <amodra@bigpond.net.au>
4747
4748 * emulparams/hppa64linux.sh: New file.
4749 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
4750 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
4751 (ehppa64linux.c): Add rule to make it.
4752 Run "make dep-am".
4753 * Makefile.in: Regenerate.
4754
4755 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
4756
4757 * ld.texinfo (Options, -r): Mention restrictions when using
4758 different object formats.
4759
4760 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
4761
4762 * ldlang.c (lang_check): Emit fatal error if relocatable link
4763 between different object flavours with relocations in input.
4764
4765 2001-06-19 H.J. Lu <hjl@gnu.org>
4766
4767 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
4768 (--version-script): Mention the language support.
4769
4770 2001-06-19 H.J. Lu <hjl@gnu.org>
4771
4772 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
4773
4774 2001-06-18 H.J. Lu <hjl@gnu.org>
4775
4776 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
4777 (diststuff): Add $(MANS).
4778 * Makefile.in: Regenerated.
4779
4780 * ld.1: Removed.
4781
4782 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
4783
4784 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4785 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
4786 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
4787 * ld.h (args_type): Remove member export_dynamic. All users
4788 changed to use struct bfd_link_info member.
4789
4790 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
4791 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
4792 * Makefile.in: Regenerate.
4793
4794 2001-06-18 H.J. Lu <hjl@gnu.org>
4795
4796 * ldlang.c (init_os): Add the newline to the einfo call.
4797 (lang_check): Likewise.
4798 (lang_do_version_exports_section): Likewise.
4799
4800 2001-06-15 H.J. Lu <hjl@gnu.org>
4801
4802 * lexsup.c (parse_args); Save optind to report unrecognized
4803 option.
4804
4805 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
4806
4807 * ldlang.c (lang_check): Emit fatal error if relocatable link
4808 between different object flavours.
4809
4810 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
4811 Set new link_info member export_dynamic.
4812 * ldmain.c (main): Initialize new link_info member export_dynamic.
4813
4814 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
4815
4816 * ldlang.c (walk_wild): Only call walk_wild_file if
4817 lookup_name returns something.
4818 (lookup_name): If load_symbols fails, return NULL.
4819 (load_symbols): Change to a boolean function.
4820 (open_input_bfds): If load_symbols fails then do not make the
4821 executable.
4822
4823 2001-06-08 Alan Modra <amodra@bigpond.net.au>
4824
4825 * ldlang.c (record_bfd_errors): Remove.
4826
4827 * emultempl/aix.em: Fix copyright dates.
4828
4829 2001-06-07 Andreas Jaeger <aj@suse.de>
4830
4831 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
4832 (TEXT_START_ADDR): Likewise.
4833
4834 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
4835
4836 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
4837
4838 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
4839
4840 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
4841
4842 2001-05-31 H.J. Lu <hjl@gnu.org>
4843
4844 * ldlang.c (open_input_bfds): Don't change the bfd error
4845 handler whilst loading symbols.
4846
4847 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
4848
4849 * configure.tgt: Remove i370-mvs architecture, it is not currently
4850 supported.
4851
4852 2001-05-25 H.J. Lu <hjl@gnu.org>
4853
4854 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4855 like emulparams/aixppc.sh.
4856
4857 2001-05-25 H.J. Lu <hjl@gnu.org>
4858
4859 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
4860 setting of output_filename after bfd_scan_arch.
4861 * emultempl/pe.em: Likewise.
4862
4863 2001-05-25 H.J. Lu <hjl@gnu.org>
4864
4865 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4866 like emulparams/aixppc.sh.
4867
4868 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
4869 instead of ${srcdir}/emultempl/stringify.sed.
4870
4871 2001-05-25 Timothy Wall <twall@oculustech.com>
4872
4873 * emulparams/elf64_aix.sh: Change settings to match IBM linker
4874 output.
4875
4876 2001-05-25 Alan Modra <amodra@one.net.au>
4877
4878 * configure.host: Replace linuxoldld with linux*oldld.
4879 * configure.tgt: Likewise.
4880
4881 2001-05-24 H.J. Lu <hjl@gnu.org>
4882
4883 * emultempl/stringify.sed: Removed again.
4884
4885 2001-05-24 H.J. Lu <hjl@gnu.org>
4886
4887 * emultempl/aix.em (OUTPUT_ARCH): Defined.
4888 (gld${EMULATION_NAME}_before_parse): Initialize
4889 ldfile_output_architecture, ldfile_output_machine and
4890 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
4891 * emultempl/beos.em: Likewise.
4892 * emultempl/elf32.em: Likewise.
4893 * emultempl/linux.em: Likewise.
4894 * emultempl/mipsecoff.em: Likewise.
4895 * emultempl/pe.em: Likewise.
4896 * emultempl/sunos.em: Likewise.
4897
4898 2001-05-24 Tom Rix <trix@redhat.com>
4899
4900 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
4901 udate import file format.
4902 (change_symbol_mode) New, same
4903 (is_syscall) New, same
4904 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
4905 * emulparams/aixppc64.sh : same
4906 * emulparams/aixrs6.sh : same
4907 * emulparams/ppcmacos.sh : same
4908 * emultempl/aix.em : use strtoull to parse options
4909 * Makefile.am : add eaixppc64 emulation for xcoff64
4910 * Makefile.in : same
4911 * configure.tgt : same
4912
4913 * scripttempl/aix.sc : default text section offset to 0x10000000
4914 default data section offset to 0x20000000
4915 add .sv3264 and .sv64 pseudo sections
4916 loader and debug sections use the currect section offset.
4917
4918 * emultempl/aix.em : Add xcoff64 support
4919 Add -binitfini support
4920 (gld${EMULATION_NAME}_before_parse) -binitfini
4921 (gld${EMULATION_NAME}_parse_args) same
4922 (gld${EMULATION_NAME}_before_allocation) format change for special
4923 sections
4924
4925 * emulparams/aixppc64.sh : New file for xcoff64 support
4926
4927 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
4928
4929 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
4930 variable to avoid non-portable shell construct.
4931
4932 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4933
4934 * ldmain.c (get_emulation): Add -mips5 command line argument.
4935
4936 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
4937
4938 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
4939 (ELF_INTERPRETER_NAME): Define it.
4940 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
4941 it.
4942 * configure.tgt (targ_emul, targ_extra_emuls)
4943 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
4944 as primary, elf_i386 as extra.
4945 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
4946 (eelf_i386_ldso.c): New rule.
4947 * Makefile.in: Rebuilt.
4948
4949 2001-05-22 Nick Clifton <nickc@redhat.com>
4950
4951 * lexsup.c (ld_options): Allow -I to be an alias for
4952 --dynamic-linker. This is for Solaris compatability.
4953 * ld.texinfo: Document that -I can be used.
4954 * ld.1: Regenerate.
4955
4956 2001-05-16 Alan Modra <amodra@one.net.au>
4957
4958 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
4959 whether an input section is the first one assigned to an output
4960 section.
4961 Assorted formatting fixes.
4962
4963 2001-05-14 DJ Delorie <dj@delorie.com>
4964
4965 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
4966 * Makefile.in: Ditto.
4967
4968 2001-05-11 Jakub Jelinek <jakub@redhat.com>
4969
4970 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
4971 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
4972 output sections.
4973 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
4974
4975 2001-05-11 Jakub Jelinek <jakub@redhat.com>
4976
4977 * ldlang.c (lang_process): Call bfd_merge_sections.
4978
4979 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4980
4981 * ldgram.y: Fix typo.
4982
4983 2001-05-03 H.J. Lu <hjl@gnu.org>
4984
4985 * emultempl/elf32.em: Include "libiberty.h".
4986 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
4987 basename of the bfd filename.
4988 (gld${EMULATION_NAME}_stat_needed): Likewise.
4989 (gld${EMULATION_NAME}_try_needed): Likewise.
4990 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
4991
4992 2001-05-02 H.J. Lu <hjl@gnu.org>
4993
4994 * emultempl/pe.em: Include <ctype.h>.
4995
4996 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
4997
4998 * emulparams/elf32openrisc.sh: New file.
4999
5000 * Makefile.am: Add OpenRISC target.
5001 * Makefile.in: Regenerated.
5002
5003 * configure.tgt: Add openrisc-*-* mapping.
5004
5005 2001-05-02 Nick Clifton <nickc@redhat.com>
5006
5007 * emultempl/aix.em: Replace buystring with xstrdup.
5008 * emultempl/beos.em: Replace buystring with xstrdup.
5009
5010 2001-05-02 H.J. Lu <hjl@gnu.org>
5011
5012 * ldfile.c: Include "libiberty.h".
5013 * ldlex.l: Likewise.
5014
5015 * ldmisc.c (buystring): Removed.
5016 * ldmisc.h: Likewise.
5017
5018 * ldfile.c: Replace buystring with xstrdup.
5019 * ldlang.c: Likewise.
5020 * ldlex.l: Likewise.
5021 * ldmain.c: Likewise.
5022 * ldmisc.c: Likewise.
5023 * lexsup.c: Likewise.
5024 * mpw-eppcmac.c: Likewise.
5025
5026 2001-04-30 Andreas Jaeger <aj@suse.de>
5027
5028 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
5029
5030 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
5031
5032 * ldlang.c (load_symbols): Give emulation a chance
5033 to process unrecognized file before fatal error is
5034 reported, not after.
5035
5036 2001-04-27 Sean McNeil <sean@mcneil.com>
5037
5038 * configure.tgt: Add arm-vxworks target.
5039 * scripttempl/armcoff.sc: Support .text or .data as a section name
5040 prefix.
5041 Define _etext.
5042
5043 2001-04-13 J.T. Conklin <jtc@redback.com>
5044
5045 * ld.texinfo: Document --fatal-warnings.
5046 * ld.1: Regenerate.
5047
5048 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
5049 warnings have been turned into errors.
5050 * lexsup.c (OPTION_WARN_FATAL): Define.
5051 (ld_options): Entry for --fatal-warnings.
5052 (parse_args): Handle OPTION_WARN_FATAL.
5053 * ld.h (ld_config_type): Add fatal_warnings field.
5054
5055 2001-04-13 Jakub Jelinek <jakub@redhat.com>
5056
5057 * ldmain.c (main): Default to discard_sec_merge.
5058 * lexsup.c (OPTION_DISCARD_NONE): Define.
5059 (ld_options): Add --discard-none.
5060 (parse_args): Handle OPTION_DISCARD_NONE.
5061 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
5062 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
5063 all its input sections match.
5064
5065 2001-04-05 Steven J. Hill <sjhill@cotw.com>
5066
5067 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
5068 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
5069 (eelf32ltsmip.c): New target.
5070 (eelf64btsmip.c): Likewise.
5071 (eelf64ltsmip.c): Likewise.
5072 * Makefile.in: Regenerated.
5073
5074 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
5075 target.
5076 (mips*-*-linux-gnu*): Likewise.
5077
5078 * emulparams/elf32ltsmip.sh: New. Traditional little endian
5079 MIPS taget.
5080 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
5081 target.
5082 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
5083 endian target.
5084
5085 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
5086
5087 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
5088 correct value of __Stext here.
5089 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
5090 .startup section.
5091
5092 * emulparams/crislinux.sh: Remove FIXME.
5093
5094 2001-04-02 Alan Modra <alan@linuxcare.com.au>
5095
5096 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
5097 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
5098
5099 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
5100
5101 * configure.tgt (cris-*-*): Change default emulation to criself.
5102 (cris-*-*aout*): New rule.
5103
5104 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
5105
5106 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
5107 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
5108
5109 2001-03-26 Andreas Jaeger <aj@suse.de>
5110
5111 * ld.texinfo (Overview): Fix syntax in texi code.
5112
5113 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5114
5115 * ld.texinfo: Put @c man indications to generate the ld man page.
5116 When generating man, define all the variables. Define SEEALSO
5117 and SYNOPSIS. Re-organize some lines to avoid the cross references.
5118 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
5119 (ld.1): Generate from ld.texinfo.
5120 * Makefile.in: Regenerate.
5121
5122 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
5123
5124 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
5125 and '-fdata-sections'. Set the VMA of STABS sections to zero.
5126
5127 2001-03-17 Ulrich Drepper <drepper@redhat.com>
5128
5129 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
5130 is an absolute path look only for this file and not along the path.
5131
5132 2001-03-17 Ulrich Drepper <drepper@redhat.com>
5133
5134 * emultempl/elf32.em (OPTION_GROUP): New macro.
5135 Add new option Bgroup to longopts.
5136 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
5137 (gld*_list_options): Add -Bgroup and -z defs.
5138 * ld.1: Document -Bgroup and -z defs.
5139 * ld.texinfo: Likewise.
5140
5141 2001-03-07 Michael Meissner <meissner@redhat.com>
5142
5143 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
5144 with sections created by -fdata-sections.
5145 (.dynbss,.bss): Ditto.
5146
5147 2001-03-05 Alan Modra <alan@linuxcare.com.au>
5148
5149 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
5150 after_allocation_default, not gld..._before_allocation.
5151
5152 2001-02-27 Alan Modra <alan@linuxcare.com.au>
5153
5154 * configure.in (BFD_VERSION): New.
5155 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
5156 * configure: Regenerate.
5157 * Makefile.am: Run "make dep-am"
5158 * Makefile.in: Regenerate.
5159
5160 2001-02-26 Timothy Wall <twall@cygnus.com>
5161
5162 * emulparams/elf64_aix.sh: Add additional read-only sections;
5163 uncomment lines which are now required.
5164
5165 2001-02-26 H.J. Lu <hjl@gnu.org>
5166
5167 * ldlang.c (open_input_bfds): Set the bfd error handler so
5168 that problems can be caught whilst loading symbols.
5169 (record_bfd_errors): New function: Report BFD errors and mark
5170 the executable output as being invalid.
5171
5172 2001-02-22 Timothy Wall <twall@cygnus.com>
5173
5174 * configure.host: Add configuration for ia64-*-aix*.
5175 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
5176 Add dependencies for eelf64_aix.c.
5177 * Makefile.in: Regenerate.
5178 * configure.tgt: Add ia64-*-aix* mapping.
5179 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
5180
5181 2001-02-20 H.J. Lu <hjl@gnu.org>
5182
5183 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
5184 false if we found the file.
5185
5186 2001-02-18 David O'Brien <obrien@FreeBSD.org>
5187
5188 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
5189 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
5190
5191 2001-02-18 lars brinkhoff <lars@nocrew.org>
5192
5193 * Makefile.am: Add PDP-11 target.
5194 * configure.tgt: Likewise.
5195 * emulparams/pdp11.sh: New file.
5196
5197 2001-02-17 David O'Brien <obrien@FreeBSD.org>
5198
5199 * configure.host: Add a generic FreeBSD configuration entry such that
5200 all [modern] FreeBSD systems on all platforms will look the same.
5201
5202 2001-02-14 H.J. Lu <hjl@gnu.org>
5203
5204 * configure.tgt: Remove mention of earmelf_linux26.
5205
5206 2001-02-13 Richard Henderson <rth@redhat.com>
5207
5208 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
5209
5210 2001-02-13 H.J. Lu <hjl@gnu.org>
5211
5212 * ldexp.h (node_type): Add etree_provided.
5213 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
5214 type to etree_provided if defined by PROVIDE. Allow updating
5215 for etree_provided.
5216 (exp_print_tree): Handle etree_provided.
5217 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
5218 etree_provided.
5219
5220 2001-02-09 David Mosberger <davidm@hpl.hp.com>
5221
5222 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
5223 .IA_64.unwind.* pattern to unwind table section and
5224 .IA_64.unwind_info* pattern to unwind info section.
5225
5226 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
5227
5228 * Makefile.am: Add linux target for S/390.
5229 * Makefile.in: Likewise.
5230 * configure.host: Likewise.
5231 * configure.tgt: Likewise.
5232 * emulparams/elf64_s390.sh: New file.
5233 * emulparams/elf_s390.sh: New file.
5234
5235 2001-02-09 Jakub Jelinek <jakub@redhat.com>
5236
5237 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
5238 targ_extra_libpath.
5239 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
5240
5241 2001-02-06 Philip Blundell <philb@gnu.org>
5242
5243 * Makefile.am: Remove mention of earmelf_linux26.
5244 * Makefile.in: Regenerate.
5245
5246 2001-02-04 Philip Blundell <philb@gnu.org>
5247
5248 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
5249 * emulparams/armelf_linux26.sh: Delete.
5250 * configure.tgt: Remove mention of armelf_linux26 emulation.
5251
5252 2001-02-01 Nick Clifton <nickc@redhat.com>
5253
5254 * ld.1: Replace occurances of -oformat with --oformat.
5255
5256 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
5257
5258 * ldlang.c (lang_leave_overlay): Don't set lma_region when
5259 load_base is specified.
5260
5261 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
5262
5263 * emultempl/elf32.em: Correct spelling in comments and listed
5264 options.
5265
5266 2001-01-23 Alan Modra <alan@linuxcare.com.au>
5267
5268 * ldlang.c (lang_leave_overlay): Only set lma_region from the
5269 default for the first section of a group of overlay sections.
5270
5271 2001-01-22 Alan Modra <alan@linuxcare.com.au>
5272
5273 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
5274 * Makefile.in: Regenerate.
5275 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
5276 Check for null tool_dir.
5277
5278 2001-01-16 Jim Wilson <wilson@redhat.com>
5279
5280 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
5281 and IA_64.unwind.info.
5282
5283 2001-01-16 H.J. Lu <hjl@gnu.org>
5284
5285 * ldlang.c (lang_check): Merge the private data only if the
5286 input file has contents.
5287
5288 2001-01-14 Alan Modra <alan@linuxcare.com.au>
5289
5290 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
5291
5292 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
5293 enabling search for libmilli. On a relocatable link, make .text
5294 sections unique.
5295 (LDEMUL_AFTER_PARSE): Define.
5296 (hppaelf_finish): Correct spelling of relocatable in comments.
5297
5298 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5299 rummage through the script for sections on the unique list.
5300 Correct length of strncmp for ".note".
5301 (gld${EMULATION_NAME}_check_needed): Rearrange function.
5302
5303 * ldlang.c (unique_section_list): New var.
5304 (unique_section_p): New function.
5305 (walk_wild_section): Don't match sections on unique_section_list.
5306 (lang_add_unique): New function.
5307 Correct spelling of relocatable in comments.
5308
5309 * ldlang.h (struct unique_sections): Declare.
5310 (unique_section_list): Declare.
5311 (unique_section_p): Declare.
5312 (lang_add_unique): Declare.
5313
5314 * lexsup.c (ld_options): Allow --unique to take an optional arg.
5315 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
5316
5317 * ld.texinfo (--unique): Update.
5318
5319 2001-01-13 Nick Clifton <nickc@redhat.com>
5320
5321 * lexsup.c (parse_args): Remove spurious white space.
5322
5323 2001-01-12 Nick Clifton <nickc@redhat.com>
5324
5325 * lexsup.c (parse_args): Update copyright date.
5326
5327 2001-01-12 Philip Blundell <pb@futuretv.com>
5328
5329 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
5330
5331 2001-01-10 Kazu Hirata <kazu@hxi.com>
5332
5333 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
5334 * scripttempl/h8300h.sc: Fix formatting.
5335 * scripttempl/h8300s.sc: Likewise.
5336 * scripttempl/h8500.sc: Likewise.
5337 * scripttempl/h8500b.sc: Likewise.
5338 * scripttempl/h8500c.sc: Likewise.
5339 * scripttempl/h8500m.sc: Likewise.
5340 * scripttempl/h8500s.sc: Likewise.
5341
5342 2000-01-07 David O'Brien <obrien@BSDi.com>
5343
5344 * emultempl/elf32.em: Only perform Linux ld hints processing when
5345 targeting Linux.
5346
5347 2001-01-07 Philip Blundell <philb@gnu.org>
5348
5349 * ld.texinfo (Bug Reporting): Update email address for reports.
5350
5351 2000-12-31 Nick Clifton <nickc@redhat.com>
5352
5353 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
5354 options by checking for a return value of '?' not -1.
5355
5356 2000-12-28 Nick Clifton <nickc@redhat.com>
5357
5358 * lexsup.c (struct ld_option): Add new enum value:
5359 EXACTLY_TWO_DASHES.
5360 (ld_options[]): Change -omagic, -output and -oformat options
5361 to be EXACTLY_TWO_DASHES.
5362 (OUTPUT_COUNT): Use ARRAY_SIZE.
5363 (parse_args): Change parameter 'argc' to unsigned.
5364 Place EXACTLY_TWO_DASHES options into new really_longopts
5365 array.
5366 If getopt_long_only fails, try calling getopt_long using the
5367 really_longopts array.
5368 (help): Print a double dash for both EXACTLY_TWO_DASHES and
5369 TWO_DASHES options.
5370
5371 * ldlex.h: Fix prototype of parse_args.
5372
5373 * ld.texinfo: Document that long options starting with 'o'
5374 must be preceeded by two dashes. Change example of a single
5375 dashed long option from -oformat to -trace-symbol.
5376
5377 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
5378
5379 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
5380 (longopts[]): New --no-default-excludes option.
5381 (gld_${EMULATION_NAME}_list_options): Document.
5382 (gld_${EMULATION_NAME}_parse_args): Handle.
5383
5384 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5385
5386 * ldlang.c (new_stat): Revert the last beautification with "innocent"
5387 whitespace, it breaks the K&R C preprocessor.
5388
5389 2000-12-11 DJ Delorie <dj@redhat.com>
5390
5391 * ld.texinfo: Add notes about --whole-archive and gcc.
5392
5393 2000-11-18 Fred Fish <fnf@be.com>
5394
5395 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
5396 (ld_options): Entry for --allow-shlib-undefined.
5397 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
5398 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
5399 to false.
5400 * ld.texinfo: Document new command line switch.
5401
5402 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
5403
5404 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
5405 .fixup is actually read/write.
5406 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
5407 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
5408 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
5409
5410 2000-12-11 Jan Hubicka <jh@suse.cz>
5411
5412 * NEWS: Add note about x86_64 architecture.
5413
5414 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
5415
5416 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
5417 Set DWARF2 sections to a VMA of zero.
5418
5419 2000-12-01 Joel Sherrill <joel@OARcorp.com>
5420
5421 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
5422 New targets.
5423 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
5424 (sparc*-*-rtems*): Switched from a.out to ELF.
5425
5426 2000-11-30 Jan Hubicka <jh@suse.cz>
5427
5428 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
5429 (eelf_x86_64.c): New.
5430 * Makefile.in: Regenerate.
5431 * configure.tgt: Add support for x86_64-*-linux-gnu*.
5432 * emulparams/elf_x86_64.sh: New.
5433
5434 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
5435
5436 * emulparams/crislinux.sh (ENTRY): Change back to _start.
5437 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
5438
5439 * scripttempl/crisaout.sc: Change all RELOCATING not related to
5440 merging non-a.out sections into CONSTRUCTING.
5441
5442 2000-11-28 Nick Clifton <nickc@redhat.com>
5443
5444 * ld.1 (COPYING): Mention that the GNU Free Documentation
5445 License is present in the sources, but not the output, and
5446 also available from the GNU website.
5447 (GNU Free Documentation License): Comment out this section.
5448
5449 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
5450
5451 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
5452 does not use them.
5453
5454 2000-11-25 David O'Brien <obrien@FreeBSD.org>
5455
5456 * ld.1: Remove old date so it does not give the impression the manpage
5457 is way out of date.
5458
5459 2000-11-24 Nick Clifton <nickc@redhat.com>
5460
5461 * configure.tgt (xscale-coff): Add target.
5462 (xscale-elf): Add target.
5463
5464 2000-11-24 Fred Fish <fnf@be.com>
5465
5466 * ldmain.c (main): Remove redundant init of config.make_executable
5467 to true.
5468
5469 2000-11-15 Richard Henderson <rth@redhat.com>
5470
5471 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
5472
5473 2000-11-14 Kazu Hirata <kazu@hxi.com>
5474
5475 * scripttempl/h8300.sc: Fix formatting.
5476 * scripttempl/h8300h.sc: Likewise.
5477 * scripttempl/h8300s.sc: Likewise.
5478
5479 2000-11-14 Denis Chertykov <denisc@overta.ru>
5480
5481 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
5482
5483 2000-11-09 Philip Blundell <pb@futuretv.com>
5484
5485 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
5486 around orphan sections whose names can be represented in C.
5487
5488 2000-11-07 Jim Wilson <wilson@redhat.com>
5489
5490 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
5491 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
5492
5493 2000-11-06 Nick Clifton <nickc@redhat.com>
5494
5495 * ld.texinfo: Add GNU Free Documentation License.
5496 * ldint.texinfo: Add GNU Free Documentation License.
5497 * ld.1: Add GNU Free Documentation License.
5498
5499 2000-11-05 Alan Modra <alan@linuxcare.com.au>
5500
5501 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
5502 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
5503
5504 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
5505 Move 2000-11-02 Makefile.in changes to this file.
5506 * Makefile.in: Regenerate.
5507
5508 2000-11-03 Nick Clifton <nickc@redhat.com>
5509
5510 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
5511 constructors and destructors.
5512 * scripttempl/h8300h.sc: Ditto.
5513 * scripttempl/h8300s.sc: Ditto.
5514 * scripttempl/h8500.sc: Ditto.
5515 * scripttempl/h8500b.sc: Ditto.
5516 * scripttempl/h8500c.sc: Ditto.
5517 * scripttempl/h8500m.sc: Ditto.
5518 * scripttempl/h8500s.sc: Ditto.
5519 * scripttempl/v850.sc: Ditto.
5520 * scripttempl/w65.sc: Ditto.
5521 * scripttempl/z8000.sc: Ditto.
5522
5523 2000-11-02 Per Lundberg <plundis@chaosdev.org>
5524
5525 * Makefile.in (e_i386_chaos.c): New rule.
5526 (ALL_EMULATIONS): Added e_i386_chaos.o.
5527 * emulparams/elf_i386_chaos.sh: New file.
5528 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
5529
5530 2000-10-20 Jakub Jelinek <jakub@redhat.com>
5531
5532 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
5533 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
5534 Fix sed invocation, so that it coped with '/' in Solaris 64bit
5535 library path suffix.
5536 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
5537
5538 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
5539
5540 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
5541 for consecutive sections.
5542
5543 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
5544
5545 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
5546 options.
5547 * ld.texinfo: Added notes about this new option.
5548
5549 2000-10-16 Nick Clifton <nickc@redhat.com>
5550
5551 * emultempl/pe.em (_after_open): Add tests of return values from
5552 bfd functions. Emit appropriate error messages if necessary.
5553
5554 2000-10-13 Nick Clifton <nickc@redhat.com>
5555
5556 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
5557 local variables - they are not used, but leave in the call to
5558 bfd_canonicalize_symtab.
5559 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
5560 pe_dll_search_prefix.
5561
5562 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
5563
5564 * emultempl/pe.em (pe_dll_search_prefix): New variable,
5565 (longopts): New --dll-search-prefix option.
5566 (gld_${EMULATION_NAME}_list_options): Document.
5567 (gld_${EMULATION_NAME}_parse_args): Handle.
5568 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
5569 dynamically, search for a dll named '<prefix><basename>.dll'
5570 in preference to 'lib<basename>.dll' if --dll-search-prefix
5571 is specified.
5572
5573 2000-10-12 Alan Modra <alan@linuxcare.com.au>
5574
5575 * ldlang.c (section_already_linked): Set kept_section instead of
5576 sec->comdat->sec.
5577
5578 2000-10-10 Kazu Hirata <kazu@hxi.com>
5579
5580 * deffile.h: Fix formatting.
5581 * lexsup.c: Likewise.
5582 * mri.c: Likewise.
5583
5584 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
5585
5586 * pe-dll.c (make_one): Do not generate code thunk for DATA
5587 exports.
5588 (process_def_file): deduce DATA flag for auto-export sumbols.
5589
5590 2000-10-09 Kazu Hirata <kazu@hxi.com>
5591
5592 * ld.h: Fix formatting.
5593 * ldcref.c: Likewise.
5594 * ldctor.h: Likewise.
5595 * ldemul.c: Likewise.
5596 * ldemul.h: Likewise.
5597 * ldexp.c: Likewise.
5598 * ldexp.h: Likewise.
5599 * ldfile.c: Likewise.
5600 * ldfile.h: Likewise.
5601 * ldlang.c: Likewise.
5602 * ldlang.h: Likewise.
5603 * ldmain.c: Likewise.
5604 * pe-dll.c: Likewise.
5605
5606 * pe-dll.c: Revert some formatting fixes.
5607
5608 2000-10-08 Kazu Hirata <kazu@hxi.com>
5609
5610 * pe-dll.c: Fix formatting.
5611
5612 2000-10-05 Kazu Hirata <kazu@hxi.com>
5613
5614 * ldlang.c: Fix formatting.
5615
5616 2000-10-03 DJ Delorie <dj@redhat.com>
5617
5618 * pe-dll.c (fill_edata): initialize entire block
5619 (make_one): fill in correct section.
5620
5621 2000-10-03 Kazu Hirata <kazu@hxi.com>
5622
5623 * ldexp.c: Fix formatting.
5624
5625 2000-10-02 DJ Delorie <dj@redhat.com>
5626
5627 * emultempl/pe.em (gld_*_after_open): detect case where there two
5628 import libraries for same dll; rename one to ensure proper link
5629 order.
5630
5631 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
5632 typo
5633 (generate_edata): fix typo
5634
5635 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
5636
5637 * scripttempl/crisaout.sc (ENTRY): Now __start.
5638 (.text): Add default setting for __start.
5639 Remove CONSTRUCTORS handling.
5640 (/DISCARD/): Add .gnu.warning.*.
5641 * emulparams/crislinux.sh (ENTRY): Now __start.
5642 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
5643 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
5644 (ENTRY): Now __start.
5645 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
5646 (EXECUTABLE_SYMBOLS): Add default setting for __start.
5647
5648 2000-09-29 Kazu Hirata <kazu@hxi.com>
5649
5650 * deffile.h: Fix formatting.
5651 * ld.h: Likewise.
5652 * ldcref.c: Likewise.
5653 * ldctor.c: Likewise.
5654 * ldctor.h: Likewise.
5655 * ldemul.c: Likewise.
5656 * ldemul.h: Likewise.
5657 * ldexp.c: Likewise.
5658 * ldexp.h: Likewise.
5659 * ldfile.c: Likewise.
5660 * ldfile.h: Likewise.
5661 * ldlang.c: Likewise.
5662 * ldlang.h: Likewise.
5663 * lexsup.c: Likewise.
5664 * mri.c: Likewise.
5665 * pe-dll.c: Likewise.
5666
5667 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
5668
5669 * pe-dll.c (process_def_file): Uninitialized data wasn't
5670 exported with --export-all-symbols switch.
5671
5672 2000-09-28 DJ Delorie <dj@redhat.com>
5673
5674 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
5675 noname work properly.
5676
5677 2000-09-28 Alan Modra <alan@linuxcare.com.au>
5678
5679 * ld.texinfo (HPPA ELF32): New section.
5680
5681 * emultempl/hppaelf.em (group_size): New.
5682 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
5683 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
5684 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
5685 options to prevent abbreviations matching.
5686 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
5687 (PARSE_AND_LIST_ARGS_CASES): Handle it.
5688
5689 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5690
5691 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
5692 on the m68*-*-elf target. Make it support COFF input objects.
5693
5694 2000-09-21 Kazu Hirata <kazu@hxi.com>
5695
5696 * ldmain.c: Fix formatting.
5697 * ldmisc.c: Likewise.
5698 * ldver.c: Likewise.
5699 * ldwrite.c: Likewise.
5700
5701 2000-09-21 Alan Modra <alan@linuxcare.com.au>
5702
5703 * ldwrite.c (clone_section): Silence gcc warnings.
5704
5705 2000-09-20 Alan Modra <alan@linuxcare.com.au>
5706
5707 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
5708 out of memory failure.
5709
5710 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
5711 (clone_section): Handle out of memory failures. Rename var to
5712 avoid c++ reserved word.
5713
5714 2000-09-18 Alan Modra <alan@linuxcare.com.au>
5715
5716 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
5717 stub_name param to stub_sec_name.
5718 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
5719
5720 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5721
5722 * emultempl/m68kelf.em: New file.
5723 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
5724 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
5725 * Makefile.in: Regenerate.
5726
5727 2000-09-15 Alan Modra <alan@linuxcare.com.au>
5728
5729 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
5730 only as needed.
5731
5732 2000-09-13 Nick Clifton <nickc@redhat.com>
5733
5734 * ldmain.c (multiple_definition): Disable relaxation if
5735 multiple symbol definitions are encountered - otherwise the
5736 linker could abort with an assertion failure.
5737
5738 2000-09-10 Nick Clifton <nickc@redhat.com>
5739
5740 * mri.c: Fix formatting.
5741
5742 2000-09-07 H.J. Lu <hjl@gnu.org>
5743
5744 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
5745 * configure: Rebuild.
5746
5747 2000-09-07 H.J. Lu <hjl@gnu.org>
5748
5749 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
5750 * Makefile.in: Rebuild.
5751
5752 2000-09-07 Alan Modra <alan@linuxcare.com.au>
5753
5754 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
5755 broken list handling. Create __start_SECNAME and __stop_SECNAME
5756 when no place-holder. Add some comments. Test both SEC_CODE and
5757 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
5758 Handle case where no output section statement created.
5759
5760 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
5761
5762 * configure.tgt (sh-*-linux*): Added.
5763 * Makefile.am: Added eshelf_linux and eshlelf_linux.
5764 * Makefile.in: Rebuilt.
5765 * emulparams/shelf_linux.sh: New file.
5766 * emulparams/shlelf_linux.sh: New file.
5767
5768 2000-09-06 Alan Modra <alan@linuxcare.com.au>
5769
5770 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5771 try shuffling sections when the orphan happens to be the place
5772 holder. Keep count of unique section names generated so we speed
5773 the search for a new name.
5774
5775 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
5776
5777 * configure: Rebuilt with new libtool.m4.
5778
5779 2000-09-05 Nick Clifton <nickc@redhat.com>
5780
5781 * Makefile.in: Regenerate.
5782 * aclocal.m4: Regenerate.
5783 * configure: Regenerate.
5784 * config.in: Regenerate.
5785 * po/ld.pot: Regenerate.
5786
5787 * ldint.texinfo: Remove CVS revision marker - it foils local
5788 comparisons.
5789
5790 * emultempl/ticoff.em: Remove extraneous comma.
5791
5792 2000-09-05 Alan Modra <alan@linuxcare.com.au>
5793
5794 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
5795 to stub section flags.
5796 (hppa_for_each_input_file_wrapper): New.
5797 (hppa_lang_for_each_input_file): New.
5798 (lang_for_each_input_file): Define to call above.
5799 (multi_subspace): New.
5800 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
5801 (PARSE_AND_LIST_PROLOGUE): Define.
5802 (PARSE_AND_LIST_LONGOPTS): Define.
5803 (PARSE_AND_LIST_OPTIONS): Define.
5804 (PARSE_AND_LIST_ARGS_CASES): Define.
5805 (hppaelf_finish): Call elf32_hppa_set_gp.
5806 (hppaelf_set_output_arch): Remove.
5807 (LDEMUL_SET_OUTPUT_ARCH): Remove.
5808
5809 * emulparams/hppalinux.sh (ELFSIZE): Define.
5810 (MACHINE): Define.
5811 (OTHER_READONLY_SECTIONS): Define.
5812 (DATA_PLT): Define.
5813 (GENERATE_SHLIB_SCRIPT): Define.
5814
5815 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
5816 to const throughout. Change `void *' to `PTR' throughout.
5817 (lang_memory_default): Function is local to file, add `static'.
5818
5819 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
5820 (ehppalinux.c): Likewise.
5821 (earmelf.c): Likewise.
5822 (earmelf_linux.c): Likewise.
5823 (earmelf_linux26.c): Likewise.
5824 * Makefile.in: Regenerate.
5825
5826 * ld.h (ld_config_type): Add unique_orphan_sections.
5827 * lexsup.c (OPTION_UNIQUE): Define.
5828 (ld_options): Add "--unique".
5829 (parse_args): Handle it.
5830 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5831 search for an existing output section if unique_orphan_sections is
5832 set. Make use of bfd_get_unique_section_name rather than
5833 duplicating code here.
5834 * ld.texinfo: Describe --unique.
5835
5836 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
5837 optional arg to split-by-file.
5838 (parse_args): Handle them.
5839 * ld.texinfo: Update description of these options.
5840 * ldwrite.c (clone_section): Pass in the section name. Replace
5841 local code with bfd_get_unique_section_name.
5842 (split_sections): Tidy code and comments. Use a list traversal
5843 more appropriate to the list construction. Handle cooked section
5844 sizes. Split when split_by_reloc reached rather than exceeded.
5845 Track section size and split when split_by_file reached. Fix
5846 link_order_tail (even though it's not used).
5847 (ldwrite): Modify condition for calling split_sections to suit
5848 changed split_by_reloc and split_by_file.
5849 * ldmain.c (main): Init config.split_by_reloc and
5850 config.split_by_file to -1.
5851 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
5852 Change split_by_file to bfd_size_type.
5853
5854 2000-09-02 Nick Clifton <nickc@redhat.com>
5855
5856 * configure.in: Increase version number to 2.10.91.
5857 * NEWS: Mention new ability to support removal of duplicate DWARF2
5858 debug information.
5859 * configure: Regenerate.
5860 * aclocal.m4: Regenerate.
5861 * config.in: Regenerate.
5862
5863 2000-09-02 Daniel Berlin <dberlin@redhat.com>
5864
5865 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
5866 sections.
5867 * scripttempl/elf32avr.sc: Ditto.
5868 * scripttempl/elfd10v.sc: Ditto.
5869 * scripttempl/elfd30v.sc: Ditto.
5870 * scripttempl/elfi370.sc: Ditto.
5871 * scripttempl/elfm68hc11.sc: Ditto.
5872 * scripttempl/elfm68hc12.sc: Ditto.
5873 * scripttempl/elfi386beos.sc: Ditto.
5874 * scripttempl/v850.sc: Ditto.
5875
5876 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
5877
5878 * acinclude.m4: Include libtool and gettext macros from the
5879 top level.
5880 * aclocal.m4, configure: Rebuilt.
5881
5882 2000-08-25 Nick Clifton <nickc@redhat.com>
5883
5884 * ldlang.c (open_output): When choosing the target for a
5885 particular endianness, do nothing if the target is not
5886 supported.
5887
5888 2000-08-25 H.J. Lu <hjl@gnu.org>
5889
5890 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
5891 check -rpath nor LD_RUN_PATH for cross link.
5892 * ld.texinfo: Document the change.
5893
5894 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
5895
5896 * NEWS: Mention support for CRIS.
5897
5898 2000-08-23 H.J. Lu <hjl@gnu.org>
5899
5900 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
5901 the current runpath list from bfd_elf_get_runpath_list ()
5902 before search.
5903
5904 2000-08-22 H.J. Lu <hjl@gnu.org>
5905
5906 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
5907 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
5908 LD_LIBRARY_PATH for native linker. Display the needed DSO if
5909 trace_file_tries is non-zero.
5910 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
5911 if trace_file_tries is non-zero.
5912
5913 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
5914 * NEWS: Mention it.
5915
5916 2000-08-14 Jason Eckhardt <jle@cygnus.com>
5917
5918 * NEWS: Mention i860 support.
5919
5920 2000-08-14 Andreas Schwab <schwab@suse.de>
5921
5922 * scripttempl/elf.sc: Fix last change to use correct comment
5923 syntax.
5924
5925 2000-08-10 Geoff Keating <geoffk@cygnus.com>
5926
5927 * scripttempl/elf.sc: Add a comment giving the correspondence
5928 between sections, per-datum sections, and linkonce sections. Make
5929 the comment true even for .bss, .sdata, .sdata2, .sbss, and
5930 .sbss2.
5931
5932 2000-08-10 Jason Eckhardt <jle@cygnus.com>
5933
5934 * emulparams/elf32_i860.sh: New file.
5935 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
5936 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
5937 (eelf32_i860.c): New rule.
5938 * Makefile.in: Regenerate.
5939
5940 2000-08-10 Nick Clifton <nickc@cygnus.com>
5941
5942 * emulparams/mipspe.sh (ENTRY): Add definition.
5943
5944 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
5945
5946 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
5947 in error message.
5948
5949 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5950
5951 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
5952 the final size of .bss section.
5953 * scripttempl/elfm68hc12.sc: Likewise.
5954
5955 2000-08-04 Alan Modra <alan@linuxcare.com.au>
5956
5957 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
5958 gld${EMULATION_NAME}_parse_args for consistency. Combine
5959 lastoptind and prevoptind vars, and keep track of last optind.
5960 (gld_${EMULATION_NAME}_list_options): Rename to
5961 gld${EMULATION_NAME}_list_options.
5962
5963 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
5964
5965 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
5966 (i586-sco-sysv5uw7.1.0).
5967
5968 2000-07-27 H.J. Lu <hjl@gnu.org>
5969
5970 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
5971 (PARSE_AND_LIST_PROLOGUE): New.
5972 (PARSE_AND_LIST_LONGOPTS): Likewise.
5973 (PARSE_AND_LIST_OPTIONS): Likewise.
5974 (PARSE_AND_LIST_ARGS_CASES): Likewise.
5975 (PARSE_AND_LIST_EPILOGUE): Likewise.
5976
5977 2000-07-28 Alan Modra <alan@linuxcare.com.au>
5978
5979 * emultempl/armelf.em: Elide functions common to elf32.em,
5980 ie. most of the file.
5981 (arm_elf_after_open): New. Do arm specific things then call
5982 gld${EMULATION_NAME}_after_open.
5983 (arm_elf_before_allocation): New. Call
5984 gld${EMULATION_NAME}_before_allocation then do arm specifics.
5985 (PARSE_AND_LIST_PROLOGUE): Define.
5986 (PARSE_AND_LIST_SHORTOPTS): Define.
5987 (PARSE_AND_LIST_LONGOPTS): Define.
5988 (PARSE_AND_LIST_OPTIONS): Define.
5989 (PARSE_AND_LIST_ARGS_CASES): Define.
5990 (LDEMUL_AFTER_OPEN): Define.
5991 (LDEMUL_BEFORE_ALLOCATION): Define.
5992 (LDEMUL_BEFORE_PARSE): Define.
5993 (LDEMUL_FINISH): Define.
5994
5995 * emultempl/hppaelf.em: Similarly zap most of this file.
5996 (hppaelf_add_stub_section): Prototype.
5997 (hppaelf_layaout_sections_again): Prototype.
5998 (hook_in_stub): Prototype.
5999 (LDEMUL_SET_OUTPUT_ARCH): Define.
6000 (LDEMUL_FINISH): Define.
6001 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
6002
6003 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
6004 (EXTRA_EM_FILE): New.
6005 * emulparams/armelf_linux.sh: Likewise.
6006 * emulparams/armelf_linux26.sh: Likewise.
6007 * emulparams/hppalinux.sh: Likewise.
6008 * emulparams/hppaelf.sh: Likewise.
6009 (NOP): Define.
6010
6011 * emultempl/elf32.em: Fix formatting.
6012 (EXTRA_EM_FILE): Source it.
6013 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
6014 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
6015 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
6016 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
6017 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
6018 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
6019 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
6020 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
6021 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
6022 allow functions in this file to be overridden.
6023 (PARSE_AND_LIST_SHORTOPTS): Handle it.
6024
6025 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
6026
6027 * emultempl/elf32.em: Reorganize file.
6028
6029 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
6030
6031 * emulparams/elf64alpha.sh: Implement "-taso" emulation
6032 specific option to fit 64-bit executable in the lower
6033 31-bit address range. This is done by changing start
6034 address of .interp (the very first section of executable)
6035 and then setting EF_ALPHA_32BIT elf header flag.
6036
6037 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6038
6039 * emultempl/m68kcoff.em: New file.
6040 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
6041 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
6042 generic.em.
6043 * Makefile.in: Regenerate.
6044
6045 2000-07-20 H.J. Lu <hjl@gnu.org>
6046
6047 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
6048 and "disable-new-dtags" to stop getopt from treating -d/-e as
6049 abbreviations for these options.
6050
6051 2000-07-20 H.J. Lu <hjl@gnu.org>
6052
6053 * ld.texinfo: Add documentation for --disable-new-dtags and
6054 --enable-new-dtags.
6055
6056 * ldmain.c (main): Initialize link_info.new_dtags to false.
6057
6058 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
6059 --disable-new-dtags and --enable-new-dtags.
6060 (gld_${EMULATION_NAME}_list_options): Likewise.
6061
6062 2000-07-05 Kenneth Block <krblock@computer.org>
6063
6064 * lexsup.c: Add optional style to demangle switch
6065 * ld.texinfo: Document optional style to demangle switch.
6066
6067 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
6068
6069 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
6070 ecrislinux.o.
6071 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
6072 Regenerate dependencies.
6073 * Makefile.in: Rebuild.
6074 * configure.tgt (cris-*-*): New target.
6075 * emulparams/crisaout.sh, emulparams/criself.sh,
6076 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
6077 * po/POTFILES.in, po/ld.pot: Regenerate.
6078
6079 2000-07-20 H.J. Lu <hjl@gnu.org>
6080
6081 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
6082 Print out ignored -z options.
6083
6084 2000-07-19 H.J. Lu <hjl@gnu.org>
6085
6086 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
6087 (PARSE_AND_LIST_PROLOGUE): New.
6088 (PARSE_AND_LIST_LONGOPTS): Likewise.
6089 (PARSE_AND_LIST_OPTIONS): Likewise.
6090 (PARSE_AND_LIST_ARGS_CASES): Likewise.
6091
6092 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
6093
6094 * lexsup.c (ld_options): Comment out 'z'.
6095 (parse_args): Likewise.
6096
6097 * emultempl/elf32.em: Include "elf/common.h".
6098 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
6099 options.
6100 (gld_${EMULATION_NAME}_list_options): Likewise.
6101
6102 * ld.texinfo: Add documentation for the recognized -z options.
6103
6104 2000-07-19 H.J. Lu <hjl@gnu.org>
6105
6106 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
6107 bfd_elf_set_dt_needed_soname ().
6108
6109 2000-07-18 DJ Delorie <dj@cygnus.com>
6110
6111 * pe-dll.c (pe_dll_id_target): check object target name also
6112
6113 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
6114
6115 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
6116 ${INIT_END} if relocating.
6117 (.fini): Likewise ${FINI_START} and ${FINI_END}.
6118
6119 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
6120
6121 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
6122 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
6123 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
6124 errors introduced by the old dynamic lib search order.
6125
6126 2000-07-17 DJ Delorie <dj@cygnus.com>
6127
6128 * pe-dll.c (process_def_file): auto-export data items also
6129 (pe_process_import_defs): also see if _imp_ form needed
6130
6131 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
6132
6133 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
6134 for dll import libraries
6135
6136 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
6137
6138 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
6139 gcc 2.95.2 and later.
6140
6141 2000-07-11 Kazu Hirata <kazu@hxi.com>
6142
6143 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
6144 message.
6145
6146 2000-07-10 Alan Modra <alan@linuxcare.com.au>
6147
6148 * ldemul.h (struct lang_input_statement_struct): Remove forward
6149 declaration.
6150 (struct search_dirs): Likewise.
6151 * ldfile.h (struct lang_input_statement_struct): Likewise.
6152 Protect file from multiple inclusion.
6153 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
6154 declaration from macro to file scope.
6155
6156 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
6157 * ldgram.y: Likewise here.
6158 * ldlang.c: And here.
6159 * ldmain.c: And here.
6160 * mpw-elfmips.c: And here.
6161 * mpw-eppcmac.c: And here.
6162 * emultempl/aix.em: And here.
6163 * emultempl/armcoff.em: And here.
6164 * emultempl/armelf.em: And here.
6165 * emultempl/armelf_oabi.em: And here.
6166 * emultempl/beos.em: And here.
6167 * emultempl/elf32.em: And here.
6168 * emultempl/hppaelf.em: And here.
6169 * emultempl/linux.em: And here.
6170 * emultempl/lnk960.em: And here.
6171 * emultempl/pe.em: And here.
6172 * emultempl/sunos.em: And here.
6173 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
6174 * mpw-idtmips.c: Ditto.
6175 * emultempl/generic.em: Ditto.
6176 * emultempl/gld960.em: Ditto.
6177 * emultempl/gld960c.em: Ditto.
6178 * emultempl/mipsecoff.em: Ditto.
6179 * emultempl/ticoff.em: Ditto.
6180 * emultempl/vanilla.em: Ditto.
6181
6182 * pe-dll.c: Include ldfile.h
6183 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
6184
6185 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
6186 arguments to bfd_elf32_size_dynamic_sections call.
6187 (gldelf32ebmip_place_orphan): Add missing arguments to
6188 lang_leave_output_section_statement call.
6189
6190 2000-07-10 H.J. Lu <hjl@gnu.org>
6191
6192 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
6193 DLL_SUPPORT.
6194 (strhash): Likewise.
6195 (compute_dll_image_base): Likewise.
6196 (pe_undef_found_sym): Likewise.
6197 (pe_undef_cdecl_match): Likewise.
6198 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
6199 argument "arch" with ATTRIBUTE_UNUSED.
6200
6201 2000-07-10 Alan Modra <alan@linuxcare.com.au>
6202
6203 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
6204
6205 From Ryan Bradetich <rbradetich@uswest.net>
6206 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
6207
6208 2000-07-09 Alan Modra <alan@linuxcare.com.au>
6209
6210 Changes to create multiple linker stubs, positioned immediately
6211 before the section where they are required.
6212 * emultempl/hppaelf.em: Include elf32-hppa.h.
6213 (stub_sec, file_chain): Delete.
6214 (hppaelf_create_output_section_statements): Don't make a stub
6215 section here.
6216 (hook_stub_info): New struct.
6217 (hook_in_stub): New function.
6218 (hppaelf_add_stub_section): New function.
6219 (hppaelf_finish): Do nothing for relocateable links. Modify the
6220 call to elf32_hppa_size_stubs. Move code for updating section
6221 layout from here...
6222 (hppaelf_layaout_sections_again): ..to here, a new function.
6223
6224 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
6225 broken list handling. Pass in a pointer to the list.
6226 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
6227 for above changes.
6228 (hppaelf_before_parse): Prototype.
6229 (hppaelf_set_output_arch): Prototype.
6230 (hppaelf_create_output_section_statements): Prototype.
6231 (hppaelf_delete_padding_statements): Prototype.
6232 (hppaelf_finish): Prototype.
6233
6234 Merge from elf32.em
6235 * emultempl/hppaelf.em: Include ctype.h.
6236 (struct orphan_save): New.
6237 (gld${EMULATION_NAME}_place_orphan): New.
6238 (output_rel_find): New.
6239 (hppaelf_get_script): Update from elf32.em.
6240 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
6241 Change emulation_name field to "${EMULATION_NAME}". Add
6242 gld${EMULATION_NAME}_place_orphan.
6243
6244 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
6245 ehppalinux.o, sort it. Regenerate dependencies.
6246 (ehppalinux.c): Depend on hppaelf.em
6247 * Makefile.in: Regenerate.
6248
6249 * configure.tgt: targ_emul=hppalinux for hppa*linux
6250
6251 * emulparams/hppalinux.sh: New.
6252 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
6253
6254 2000-07-08 Alan Modra <alan@linuxcare.com.au>
6255
6256 * lexsup.c (parse_args): Copy section name.
6257
6258 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
6259
6260 * emultempl/pe.em: institute the following search order for
6261 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
6262 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
6263 static lib (libfoo.a) if none of the above are found.
6264
6265 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
6266
6267 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
6268 (longopts): New --{enable,disable}-auto-image-base options.
6269 (gld_${EMULATION_NAME}_list_options): Document.
6270 (gld_${EMULATION_NAME}_parse): Handle.
6271 (strhash): New static function.
6272 (compute_dll_image_base): New static function.
6273 (gld_${EMULATION_NAME}_set_symbols): Use.
6274
6275 2000-07-05 DJ Delorie <dj@redhat.com>
6276
6277 * MAINTAINERS: new
6278
6279 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
6280
6281 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
6282 * emulparams/elf32btsmip.sh: New file.
6283 * Makefile.am: Add traditional mips target.
6284 * Makefile.in: Rebuild.
6285
6286 2000-07-01 H.J. Lu <hjl@gnu.org>
6287
6288 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
6289 automake to use YLWRAP.
6290 * Makefile.in: Rebuild.
6291
6292 2000-07-01 Alan Modra <alan@linuxcare.com.au>
6293
6294 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
6295 (CLEANFILES): Add DEPA.
6296 * Makefile.in: Regenerate.
6297
6298 2000-06-30 Timothy Wall <twall@ppc>
6299
6300 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
6301 the page in the upper octet of the address.
6302
6303 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
6304
6305 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
6306
6307 2000-06-24 Alan Modra <alan@linuxcare.com.au>
6308
6309 * NEWS: arm-elf does --gc-sections too.
6310
6311 2000-06-22 Alan Modra <alan@linuxcare.com.au>
6312
6313 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
6314 find one.
6315 * Makefile.in: Regenerate.
6316
6317 2000-06-21 H.J. Lu <hjl@gnu.org>
6318
6319 * Makefile.am: Rebuild dependency.
6320 * Makefile.in: Rebuild.
6321
6322 2000-06-20 H.J. Lu <hjl@gnu.org>
6323
6324 * Makefile.am: Rebuild dependency.
6325 * Makefile.in: Rebuild.
6326
6327 2000-06-20 Timothy Wall <twall@cygnus.com>
6328
6329 * scripttempl/tic54xcoff.sc: New.
6330 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
6331 * gen-doc.texi: Add flag for TI COFF.
6332 * ld.texinfo: Add documentation for TI COFF handling switches.
6333 * emultempl/ticoff.em: New. TI COFF handling.
6334 * configure.tgt: Add tic54x target.
6335 * Makefile.am: Add tic54x target.
6336 * Makefile.in: Ditto.
6337
6338 2000-06-20 Alan Modra <alan@linuxcare.com.au>
6339
6340 * ldmain.c (set_scripts_dir): Correct pointer comparison when
6341 checking for backslashes.
6342
6343 2000-06-19 Alan Modra <alan@linuxcare.com.au>
6344
6345 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
6346
6347 2000-06-18 Alan Modra <alan@linuxcare.com.au>
6348
6349 * NEWS: Update list of targets supporting --gc-sections.
6350
6351 * scripttempl/elf.sc: KEEP .eh_frame contents.
6352 * scripttempl/elfd30v.sc: Same here.
6353
6354 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
6355
6356 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
6357 and m68hc11 (elf).
6358 * Makefile.in: Rebuild.
6359 * configure.tgt: Recognize m68hc12 and m68hc11.
6360 * scripttempl/elfm68hc12.sc: New file.
6361 * emulparams/m68hc12elfb: New emulation.
6362 * emulparams/m68hc12elf: New emulation.
6363 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
6364 (includes a memory.x script to define the ROM and RAM banks).
6365 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
6366 New configuration files for support of Motorola 68hc11
6367
6368 2000-06-15 Alan Modra <alan@linuxcare.com.au>
6369
6370 * ldmain.c (main): Only change SEC_READONLY for final link.
6371
6372 2000-06-13 H.J. Lu <hjl@gnu.org>
6373
6374 * configure: Regenerate.
6375
6376 2000-06-08 David O'Brien <obrien@FreeBSD.org>
6377
6378 * configure.in (VERSION): Update to show this is the CVS mainline.
6379
6380 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6381
6382 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
6383 input objects to be ECOFF.
6384 (check_sections): einfo takes %B, not %P, to print a BFD name.
6385
6386 2000-06-05 Michael Matz <matz@ifh.de>
6387
6388 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
6389 version scripts.
6390
6391 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
6392
6393 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
6394
6395 * emulparams/avr1200.sh (STACK): Define as 0.
6396 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
6397 * emulparams/avr4433.sh (STACK): Likewise.
6398 * emulparams/avr44x4.sh (STACK): Likewise.
6399 * emulparams/avr85xx.sh (STACK): Likewise.
6400 * emulparams/avrmega103.sh (STACK): Likewise.
6401 * emulparams/avrmega161.sh (STACK): Likewise.
6402 * emulparams/avrmega603.sh (STACK): Likewise.
6403 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
6404 (__stack): Define from ${STACK} for main().
6405
6406 2000-05-26 Alan Modra <alan@linuxcare.com.au>
6407
6408 * Makefile.am: Update dependencies with "make dep-am"
6409 * Makefile.in: Regenerate.
6410
6411 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
6412
6413 * ldmain.c: Include filenames.h.
6414 (set_scripts_dir): Support backslashes in program name.
6415
6416 2000-05-22 Igor Shevlyakov <igor@windriver.com>
6417
6418 * ldmain.c (main): When deciding if ".text" section should be
6419 read-only, don't forget to reset SEC_READONLY because it
6420 could be already set.
6421
6422 2000-05-22 Thomas de Lellis <tdel@windriver.com>
6423
6424 * ld.1: Add documentation for new command line option:
6425 --section-start <sectionname>=<sectionorg>
6426 This is a generic version of -Ttext etc. which accepts
6427 any section name as a parameter instead of just text/data/
6428 bss.
6429 * ld.texinfo: More docs.
6430 * NEWS: More docs.
6431 * lexsup.c: (parse_args): Recognize new command line option.
6432 (ld_options): Add new option.
6433
6434 2000-05-18 H.J. Lu <hjl@gnu.org>
6435
6436 * lexsup.c (parse_args): `i' == `r', not `q'.
6437
6438 2000-05-18 Jeffrey A Law (law@cygnus.com)
6439
6440 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
6441
6442 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
6443 Rick Gorton <gorton@scrugs.lkg.dec.com>
6444
6445 Add support for '-q' == '--emit-relocs' switch.
6446 * ldmain.c (main): Default to false.
6447 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
6448 * NEWS: Describe the emitrelocations switch.
6449 * ld.texinfo: Describe the emitrelocations switch.
6450
6451 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
6452
6453 * emultempl/pe.em (_open_dynamic_archive): New function: Search
6454 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
6455 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
6456 link options.
6457
6458 2000-05-15 David O'Brien <obrien@FreeBSD.org>
6459
6460 * lexsup.c (parse_args): Update the year in the copyright notice.
6461
6462 2000-05-13 Alan Modra <alan@linuxcare.com.au>
6463
6464 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
6465 Replace defines with those from intl/libgettext.h to quieten gcc
6466 warnings.
6467
6468 2000-05-10 H.J. Lu <hjl@gnu.org>
6469
6470 * ldlang.c (open_input_bfds): Don't load the same file within
6471 a group again if the whole archive has been loaded already.
6472
6473 2000-05-03 Alan Modra <alan@linuxcare.com.au>
6474
6475 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
6476 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
6477 strtoul.
6478
6479 2000-05-01 Jim Wilson <wilson@cygnus.com>
6480
6481 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
6482
6483 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
6484 host "ia64-*-linux-gnu*".
6485
6486 2000-04-29 Andreas Jaeger <aj@suse.de>
6487
6488 * ld.h: Correctly check GCC version.
6489
6490 2000-04-25 Jeffrey A Law (law@cygnus.com)
6491
6492 * Makefile.am: Add PA64 support. Add missing dependencies for
6493 PA32 elf support.
6494 * Makefile.in: Rebuilt.
6495 * configure.tgt: Add PA64 support (currently disabled).
6496
6497 2000-04-25 Alan Modra <alan@linuxcare.com.au>
6498
6499 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
6500 (output_rel_find): New function.
6501 (hold_section, hold_use): Delete.
6502 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
6503 hold_interp): Make local to place_orphan.
6504 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
6505 rather than place_section to find possible previous use of orphan.
6506 Similarly find the place-holder output sections. Use returned
6507 value from lang_enter_output_section_statement rather than calling
6508 lang_output_section_statement_lookup.
6509 * emultempl/armelf.em: Same here.
6510 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
6511
6512 * ldlang.c (lang_enter_output_section_statement): Return output
6513 section statement.
6514 * ldlang.h (lang_enter_output_section_statement): Change
6515 declaration too.
6516
6517 * ldlang.h (lang_output_section_statement): Export it.
6518 * ldlang.c (lang_output_section_statement): Ditto.
6519
6520 2000-04-24 Nick Clifton <nickc@cygnus.com>
6521
6522 * ld.texinfo (Output Section Data): Add note that section data
6523 commands cannot appear outside of section directives.
6524
6525 2000-04-2 Matthew Green <mrg@cygnus.com>
6526
6527 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
6528
6529 2000-04-21 Richard Henderson <rth@cygnus.com>
6530 David Mosberger <davidm@hpl.hp.com>
6531
6532 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
6533 (eelf64_ia64.c): New rule.
6534 * Makefile.in: Rebuild.
6535 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
6536 * emulparams/elf64_ia64.sh: New file.
6537
6538 2000-04-21 Richard Henderson <rth@cygnus.com>
6539
6540 * scripttempl/elfd30v.sc: Place .gcc_except_table.
6541
6542 2000-04-19 Alan Modra <alan@linuxcare.com.au>
6543
6544 * dep-in.sed: Match space at start of file name, not at end.
6545
6546 2000-04-18 H.J. Lu <hjl@gnu.org>
6547
6548 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
6549 lang_leave_output_section_statement () after calling
6550 lang_enter_output_section_statement ().
6551 * emultempl/armelf.em: Likewise.
6552
6553 2000-04-18 Alan Modra <alan@linuxcare.com.au>
6554
6555 * emultempl/elf32.em (struct orphan_save): Add section field.
6556 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
6557 better order, and place first orphan section as we did before the
6558 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
6559 Don't call make_bfd_section here, let wild_doit do the job for us.
6560 Don't build a statement list when we'll only throw it away.
6561 * emultempl/armelf.em: Ditto.
6562 * emultempl/pe.em: Similarly.
6563
6564 2000-04-14 Geoff Keating <geoffk@cygnus.com>
6565
6566 * scripttempl/elfppc.sc: Remove.
6567 * emulparams/elf32ppc.sh: Use elf.sc.
6568 * emulparams/elf32lppc.sh: Use elf.sc.
6569 * emulparams/elf32ppclinux.sh: Use elf.sc.
6570 * emulparams/elf32ppcsim.sh: New file.
6571 * emulparams/elf32lppcsim.sh: New file.
6572 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
6573 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
6574 * Makefile.in: Regenerate.
6575 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
6576
6577 2000-04-14 Alan Modra <alan@linuxcare.com.au>
6578
6579 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
6580 ~SEC_ALLOC sections too. Init start address of debug sections.
6581 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6582 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6583 Also set all relocateable section start addresses.
6584
6585 2000-04-13 Geoff Keating <geoffk@cygnus.com>
6586
6587 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
6588 Add new BSS_PLT variable for when .plt need not be contained in
6589 the file. Move _etext so that it is also after .fini, and provide
6590 both etext and _etext with a leading underscore. Mark the start
6591 and end of .sbss.
6592
6593 2000-04-12 Alan Modra <alan@linuxcare.com.au>
6594
6595 * emultempl/elf32.em (struct orphan_save): New.
6596 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
6597 hold_interp): Make them struct orphan_save.
6598 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
6599 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
6600 the end of the relevant section list. Also add associated section
6601 statements to the end of any previous orphan statements.
6602 * emultempl/armelf.em: Similarly.
6603 * emultempl/pe.em: Similarly.
6604
6605 2000-04-11 Alan Modra <alan@linuxcare.com.au>
6606
6607 * ld.texinfo (Simple Example): Remove extraneous paragraph.
6608
6609 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
6610
6611 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
6612 --enable-build-warnings option.
6613 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
6614 * Makefile.in, configure: Re-generate.
6615
6616 2000-04-04 Alan Modra <alan@linuxcare.com.au>
6617
6618 * po/ld.pot: Regenerate.
6619
6620 * lexsup.c (help): Restore translated part of bug string.
6621
6622 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
6623 (DEP): Quote when passing vars to sub-make. Add warning message
6624 to end.
6625 (DEP1): Rewrite for "gcc -MM".
6626 (CLEANFILES): Add DEP2.
6627 Update dependencies.
6628 * Makefile.in: Regenerate.
6629
6630 2000-04-03 Alan Modra <alan@linuxcare.com.au>
6631
6632 * ld.h: #include "bin-bugs.h"
6633 * lexsup.c (help): Use REPORT_BUGS_TO.
6634
6635 2000-03-27 Denis Chertykov <denisc@overta.ru>
6636
6637 * configure.tgt (avr-*-*): New target support.
6638 * Makefile.am: Likewise.
6639 * scripttempl/elf32avr.sc: New script file.
6640 * emulparams/avr1200.sh: New file.
6641 * emulparams/avr23xx.sh: New file.
6642 * emulparams/avr4433.sh New file.
6643 * emulparams/avr44x4.sh New file.
6644 * emulparams/avr85xx.sh New file.
6645 * emulparams/avrmega103.sh New file.
6646 * emulparams/avrmega161.sh New file.
6647 * emulparams/avrmega603.sh New file.
6648 * Makefile.in: Regenerate.
6649
6650 2000-03-09 Andreas Jaeger <aj@suse.de>
6651
6652 * Makefile.am (check-DEJAGNU): Also unset LANG.
6653 * Makefile.in: Rebuild.
6654
6655 2000-03-06 Ian Lance Taylor <ian@zembu.com>
6656
6657 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
6658 archive.
6659
6660 2000-03-02 H.J. Lu <hjl@gnu.org>
6661
6662 * emulparams/elf32mcore.sh: Include "getopt.h".
6663
6664 2000-03-01 Ian Lance Taylor <ian@zembu.com>
6665
6666 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
6667
6668 2000-03-01 H.J. Lu <hjl@gnu.org>
6669
6670 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
6671 * emulparams/shpe.sh: Likewise.
6672
6673 2000-03-01 Nick Clifton <nickc@cygnus.com>
6674
6675 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
6676 to unused parameters.
6677
6678 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
6679 functions only used by DLL code.
6680 (_place_orphan): Initialise 'dollar'.
6681
6682 2000-03-01 H.J. Lu <hjl@gnu.org>
6683
6684 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
6685 indicate if the undefined symbol is a fatal error or not.
6686 Don't delete the output file if "fatal" is false.
6687
6688 2000-02-29 H.J. Lu <hjl@gnu.org>
6689
6690 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
6691 Set LC_COLLATE and LC_ALL to null and export them. It is for
6692 sort which expects the C locale.
6693 Add $(LIBS) to all $(HOSTING_LIBS).
6694 * Makefile.in: Rebuild.
6695
6696 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
6697
6698 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
6699 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
6700 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
6701 (ld_emulation_xfer_struct): Add missing NULL initialiser for
6702 find_potential_libraries.
6703
6704 2000-02-28 Jim Blandy <jimb@redhat.com>
6705
6706 * ldgram.y (exclude_name_list): Don't require a comma to separate
6707 list entries; the lexer considers commas to be valid part of a
6708 filename, so in something like `foo, bar' the comma is considered
6709 part of the first filename, `foo,'.
6710 * ld.texinfo: Update section on EXCLUDE_FILE lists.
6711
6712 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
6713
6714 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
6715 host "i[3456]86-*-freebsdelf*".
6716
6717 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
6718
6719 * scripttempl/i386go32.sc: Move misplaced semicolons.
6720
6721 2000-02-25 Ian Lance Taylor <ian@zembu.com>
6722
6723 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
6724 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
6725 (eelf64hppa.c, ehppaelf.c): Remove targets.
6726 * Makefile.in: Rebuild.
6727
6728 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6729
6730 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
6731 GNU/Linux/sparc, but keep the default as 32.
6732
6733 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
6734 it default if sparcv9 or sparc64.
6735
6736 2000-02-24 Nick Clifton <nickc@cygnus.com>
6737
6738 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
6739 * Makefile.in: Regenerate.
6740 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
6741
6742 * ldemul.h (ld_emulation_xfer_struct): Add new field:
6743 find_potential_libraries.
6744 * ldemul.c (ldemul_find_potential_libraries): New function.
6745
6746 * ldfile.c (ldfile_open_file_search): Allow function to be
6747 exported.
6748 (ldfile_open_file): Call ldemul_find_potential_libraries.
6749 * ldfile.h: Add prototype for ldfile_open_file_search.
6750
6751 * pe-dll.c: Add support for ARM, MIPS and SH targets.
6752
6753 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
6754 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
6755
6756 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
6757 (gld_X_find_potential_libraries): New function. Search for
6758 libraries called "*.lib".
6759
6760 * scripttempl/pe.sc: Add .pdata section.
6761
6762 2000-02-23 Richard Henderson <rth@cygnus.com>
6763
6764 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
6765 Add and use memory regions.
6766
6767 2000-02-23 Linas Vepstas (linas@linas.org)
6768
6769 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
6770
6771 * Makefile.am: Add support for Linux/IBM 370.
6772 * configure.tgt: Likewise.
6773
6774 * Makefile.in: Regenerate.
6775
6776 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
6777
6778 * ldlang.c (print_input_section, print_data_statement,
6779 print_reloc_statement, print_padding_statement, insert_pad,
6780 size_input_section, lang_check_section_addresses,
6781 lang_size_sections, lang_do_assignments, lang_set_startof,
6782 lang_one_common): Change `opb' to unsigned.
6783 (lang_do_assignments): Also change `size' to unsigned.
6784
6785 2000-02-16 Richard Henderson <rth@cygnus.com>
6786
6787 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
6788
6789 2000-02-16 Timothy Wall <twall@cygnus.com>
6790
6791 * mri.c (mri_draw_tree): Add default LMA region argument to call
6792 to lang_leave_output_section_statement.
6793 * ldlang.h: Update prototypes with LMA region arguments.
6794 * ldlang.c (lang_size_sections): Encapsulate region bounds
6795 checking in os_check_region call.
6796 (os_check_region): New function.
6797 (lang_output_section_statement_lookup): Initialize lma_region.
6798 (lang_leave_output_section_statement): Add LMA region argument.
6799 (lang_leave_overlay): Ditto.
6800 * ldgram.y: Handle LMA region syntax.
6801 * ld.texinfo (Output Section Description): Describe LMA region usage.
6802 * emultempl/armelf.em (gld$place_orphan): Add default value for
6803 lma region in call to lang_leave_output_section_statement.
6804 * emultempl/elf32.em (gld$place_orphan): Add default value for
6805 lma region in call to lang_leave_output_section_statement.
6806 * emultempl/pe.em (gld$place_orphan): Add default value for
6807 lma region in call to lang_leave_output_section_statement.
6808
6809
6810 2000-02-04 Timothy Wall <twall@redhat.com>
6811
6812 * ldlang.c (lang_check_section_addresses): Use bytes instead of
6813 octets when calculating section end addresses.
6814
6815 2000-02-04 Timothy Wall <twall@redhat.com>
6816
6817 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
6818
6819 2000-02-03 Timothy Wall <twall@redhat.com>
6820
6821 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
6822 octet count.
6823 * ldlang.c (print_input_section, print_data_statement,
6824 print_reloc_statement, print_padding_statement): Print target
6825 address values and section sizes as bytes, not octets.
6826 (insert_pad) Calculate padding size in octets, and adjust "dot"
6827 by bytes.
6828 (size_input_section) Always adjust "dot" by bytes, not octets.
6829 (lang_check_section_addresses, lang_do_assignments) Adjust
6830 "dot" by bytes, not octets. Use the larger of the directive size
6831 or octets_per_byte for the number of octets actually allocated in
6832 the output section.
6833 (lang_set_startof) Make sure STARTOF returns a target address.
6834 (lang_one_common) Record size changes in octets.
6835 (lang_abs_symbol_at_end_of) Section end symbol's value is
6836 recorded in target bytes.
6837 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
6838 to be clear about behavior when an octet is smaller than one byte.
6839
6840 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
6841
6842 * ldcref.c (output_cref): Don't pass message strings to printf
6843 as format arg.
6844 Update copyright.
6845
6846 * ldmisc.c (vfinfo): Same here.
6847 Update copyright.
6848
6849 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
6850
6851 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
6852 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
6853 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
6854 Add missing NULL initialisers, and comments.
6855
6856 2000-01-21 Nick Clifton <nickc@cygnus.com>
6857
6858 * ldlang.c (lang_size_sections): Fix typo in comment.
6859
6860 2000-01-18 H.J. Lu <hjl@gnu.org>
6861
6862 * ldlang.c (lang_size_sections): Also update the current
6863 address of a region if the SEC_NEVER_LOAD bit is not set.
6864
6865 2000-01-10 Philip Blundell <pb@futuretv.com>
6866
6867 * configure.tgt (arm*-*-conix*): New target.
6868
6869 2000-01-07 Nick Clifton <nickc@cygnus.com>
6870
6871 * ld.texinfo (Options): Remind users to preceed linker command
6872 line switches with -Wl, (or whatever is appropriate) if it is
6873 being invoked by a comnpiler driver program.
6874 Fix description of the behaviour of the -n command line switch.
6875
6876 2000-01-05 Catherine Moore <clm@cygnus.com>
6877
6878 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
6879 (name_list): New.
6880 * ld.texinfo (EXCLUDE_FILE): Update documentation.
6881 * ldgram.y (wildcard_spec): Support a list of excluded_files.
6882 (exclude_name_list): New.
6883 ldlang.c (walk_wild_section): Support list of excluded files.
6884 (print_wild_statement): Likewise.
6885 (lang_add_wild): Likewise.
6886 * ldlang.h (lang_wild_statement_type): Likewise.
6887 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6888
6889 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
6890
6891 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
6892 (process_def_file): Use.
6893 (pe_dll_compat_implib): New variable.
6894 (make_one): Use.
6895
6896 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
6897 pe_dll_compat_implib.
6898
6899 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
6900 compat-implib options.
6901 (gld_${EMULATION_NAME}_list_options): List new options.
6902 (gld_${EMULATION_NAME}_parse_args): Handle.
6903
6904 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
6905 dll.
6906
6907 * deffilep.y (opt_name): Allow "." in name.
6908
6909 For older changes see ChangeLog-9899
6910 \f
6911 Local Variables:
6912 mode: change-log
6913 left-margin: 8
6914 fill-column: 74
6915 version-control: never
6916 End:
This page took 0.165716 seconds and 5 git commands to generate.