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