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