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