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