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