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