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