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