* NEWS: Mention support for MMIX.
[binutils-gdb.git] / ld / ChangeLog
1 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
2
3 * NEWS: Mention support for MMIX.
4
5 2002-02-15 Alan Modra <amodra@bigpond.net.au>
6
7 Support arbitrary length fill patterns.
8 * ld.texinfo (Output Section Fill): Describe fill expressions.
9 (FILL): Refer to the above.
10 * ldexp.h (etree_value_type): Add "str" field.
11 (union etree_union): Add "str" to "value" struct.
12 (exp_bigintop): Declare.
13 (exp_get_fill): Declare.
14 * ldexp.c: Include "safe-ctype.h".
15 (exp_intop): Set value.str to NULL.
16 (exp_bigintop): New function.
17 (new_rel): Pass in "str", and set new.str from it.
18 (new_rel_from_section): Set new.str to NULL.
19 (fold_name): Adjust calls to new_rel.
20 (exp_fold_tree): Likewise.
21 (exp_get_fill): New function.
22 * ldgram.y (struct big_int bigint, fill_type *fill): New.
23 (INT): Returns a "bigint". Adjust all code handling INTs.
24 (fill_opt): Returns a "fill".
25 (fill_exp): Split out of fill_opt, use for FILL.
26 * ldlang.h (struct _fill_type): New.
27 (fill_type): Move typedef to ldexp.h.
28 (lang_output_section_statement_type): "fill" is now a pointer.
29 (lang_fill_statement_type): Likewise.
30 (lang_padding_statement_type): Likewise.
31 (lang_add_fill): Now takes a "fill_type *" param.
32 (lang_leave_output_section_statement): Likewise.
33 (lang_do_assignments): Likewise.
34 (lang_size_sections): Likewise.
35 (lang_leave_overlay_section): Likewise.
36 (lang_leave_overlay): Likewise.
37 * ldlang.c: Include ldgram.h after ldexp.h.
38 (lang_output_section_statement_lookup): Adjust for fill_type change.
39 (print_fill_statement): Likewise.
40 (print_padding_statement): Likewise.
41 (insert_pad): Now takes a "fill_type *" arg.
42 (size_input_section): Likewise.
43 (lang_size_sections_1): Likewise.
44 (lang_size_sections): Likewise.
45 (lang_do_assignments): Likewise.
46 (lang_add_fill): Likewise.
47 (lang_leave_output_section_statement): Likewise.
48 (lang_leave_overlay_section): Likewise.
49 (lang_leave_overlay): Likewise.
50 Adjust all callers of the above function.
51 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
52 starting with "0X" as well as "0x". Return bigint.str for hex
53 numbers starting with "0x" or "0X", zero bigint.str otherwise.
54 Always use base 16 for numbers starting with "$".
55 * ldmain.c: Include ldgram.h after ldexp.h.
56 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
57 of bfd_fill_link_order.
58 * pe-dll.c: Adjust lang_do_assignments calls.
59 * emultempl/elf32.em: Likewise.
60 * emultempl/hppaelf.em: Likewise.
61 * emultempl/ppc64elf.em: Likewise.
62 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
63 lang_add_assignment call.
64 * emultempl/pe.em: Likewise.
65
66 2002-02-14 Phil Edwards <pme@gcc.gnu.org>
67
68 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
69 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
70 the pattern in question is not a regexp.
71 * ldlang.c: Likewise.
72 * ldlang.h: Likewise.
73 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
74
75 2002-02-12 Jakub Jelinek <jakub@redhat.com>
76
77 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
78 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
79 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
80 * ldexp.c (exp_data_seg): New variable.
81 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
82 (fold_binary): Handle DATA_SEGMENT_ALIGN.
83 (exp_fold_tree): Handle DATA_SEGMENT_END.
84 Pass allocation_done when recursing instead of hardcoding
85 lang_allocating_phase_enum.
86 * ldexp.h (exp_data_seg): New.
87 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
88 (lang_size_sections): New.
89 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
90 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
91 if COMMONPAGESIZE is defined.
92 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
93 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
94 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
95 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
96 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
97 libraries only.
98
99 2002-02-11 Alan Modra <amodra@bigpond.net.au>
100
101 * Makefile.in: Regenerate.
102
103 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
104
105 * lexsup.c: Remove strtoul declaration.
106
107 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
108
109 * ldmain.c: Add prototype for main ().
110 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
111 * emultempl/lnk960.em (lnk960_choose_target): Function should
112 take two arguments.
113
114 2002-02-10 Alan Modra <amodra@bigpond.net.au>
115
116 * ldlang.c (entry_section): New initialised variable.
117 (lang_finish): Use it.
118 * ldlang.h (entry_section): Declare.
119 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
120 entry_section to ".opd".
121
122 2002-02-09 Chris Demetriou <cgd@broadcom.com>
123
124 * ld.texinfo (Options): Add back in -nostdlib documentation,
125 which had been inadvertently removed.
126
127 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
128
129 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
130 register section vma to a sane value after emitting error. Make
131 fatal conditions cause program exit when emitting message.
132
133 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
134
135 * configure.tgt: Add or32-*-rtems target.
136
137 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
138
139 Contribute sh64-elf.
140 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
141 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
142 in OTHER_RELOCATABLE_SECTIONS.
143 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
144 * emulparams/shelf32.sh (STACK_ADDR): Define.
145 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
146 (OTHER_SECTIONS): this. Removed stack settings.
147 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
148 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
149 2001-03-12 DJ Delorie <dj@redhat.com>
150 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
151 relaxing if any shmedia or mixed sections are found.
152 2001-03-07 DJ Delorie <dj@redhat.com>
153 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
154 einfo. Gracefully decline to output to non-elf formats.
155 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
156 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
157 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
158 * emulparams/shelf32.sh: Ditto.
159 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
160 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
161 comment.
162 2001-01-10 Ben Elliston <bje@redhat.com>
163 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
164 non-portable shell constructs. From Hans-Peter Nilsson.
165 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
166 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
167 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
168 dependencies to the shell script include chain.
169 * Makefile.in: Regenerate.
170 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
171 * emultempl/sh64elf.em: Update and tweak comments.
172 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
173 make a .cranges section SEC_IN_MEMORY.
174 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
175 * emultempl/sh64elf.em
176 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
177 .cranges section found to be necessary; continue and set stored
178 section contents flags for sections with non-mixed contents.
179 Use a struct sh64_section_data container and sh64_elf_section_data
180 to store contents-type flags.
181 Remove unused update of "isec".
182 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
183 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
184 access contents-type flags. Assert that the associated container
185 is initialized. Use that container, not elf_gp_size, to hold size
186 of linker-generated cranges contents.
187 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
188 * emultempl/sh64elf.em
189 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
190 there's already a .cranges section. When section flag difference
191 is found, don't NULL-check cranges a second time. Tweak comments.
192 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
193 merging, not max size, as size of ld-generated .cranges contents.
194 Don't set ELF section flags in output section. When checking for
195 needed .cranges descriptors, don't use a variable; compare
196 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
197 comments.
198 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
199 * emultempl/sh64elf.em: New file.
200 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
201 * Makefile.in: Regenerate.
202 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
203 (OTHER_RELOCATING_SECTIONS): Ditto.
204 (EXTRA_EM_FILE): New, set to sh64elf if not set.
205 * emulparams/shlelf32.sh: Stub out all settings except
206 OUTPUT_FORMAT. Source shelf32.sh.
207 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
208 OTHER_RELOCATING_SECTIONS.
209 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
210 * emulparams/shlelf64.sh: Stub out all settings except
211 OUTPUT_FORMAT. Source shelf64.sh.
212 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
213 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
214 .cranges section.
215 (DATA_START_SYMBOLS): Define, provide ___data.
216 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
217 for consecutive .data section.
218 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
219 section after .data section.
220 * emulparams/shlelf64.sh: Ditto.
221 * emulparams/shelf32.sh: Ditto.
222 (ALIGNMENT): Define to 8.
223 * emulparams/shelf32.sh: Ditto.
224 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
225 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
226 built-in linker scripts.
227 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
228 * emulparams/shlelf64.sh: New.
229 * emulparams/shelf64.sh: New.
230 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
231 targ_extra_emuls.
232 * Makefile.am: Add support for shlelf64 and shelf64.
233 * Makefile.in: Regenerate.
234 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
235 * configure.tgt (sh64-*-elf*): Add shelf as default.
236 Add shlelf to targ_extra_emuls.
237 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
238 * emulparams/shelf32.sh: New file.
239 * emulparams/shlelf32.sh: New file.
240 * Makefile.am: Add support for shlelf32 and shelf32.
241 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
242 * Makefile.in: Regenerate.
243
244 2002-02-05 Hans-Peter Nilsson <hp@axis.com>
245
246 * ldlang.c (lang_reset_memory_regions): Rename from
247 reset_memory_regions. Change all callers. Make public.
248 * ldlang.h (lang_reset_memory_regions): Prototype.
249 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
250 lang_reset_memory_regions before lang_size_sections.
251 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
252 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
253
254 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
255
256 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
257 arithmetic when checking for too many global registers.
258
259 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
260
261 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
262 (ehppanbsd.c): New rule.
263 * Makefile.in: Regenerate.
264 * configure.tgt (hppa*-*-netbsd*): New target.
265 * emulparams/hppalinux.sh: Add comment to check other files
266 that source this file it is modified, and list which
267 files that do.
268 * emulparams/hppanbsd.sh: New file.
269
270 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
271
272 * scripttempl/xstormy16.sc: Don't allocate extra space for the
273 stack.
274
275 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
276
277 Support on-demand global register allocation from
278 R_MMIX_BASE_PLUS_OFFSET relocs.
279 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
280 mmix_set_reg_section_vma. Call
281 _bfd_mmix_finalize_linker_allocated_gregs.
282 (mmix_before_allocation): New function.
283 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
284 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
285 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
286 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
287 before .MMIX.reg_contents.
288 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
289 (mmo_after_open): New function.
290 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
291 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
292 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
293
294 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
295
296 * emulparams/or32.sh: New file.
297 * emulparams/or32elf.sh: New file.
298 * scripttempl/or32.sc: New file.
299 * configure.tgt : Add support for or32.
300 * configure: Regenerate
301 * Makefile.am: Add support for or32.
302 * Makefile.in: Regenerate.
303 * NEWS: Mention support for or32.
304 * po/ld.pot: Regenerate.
305
306 2002-01-29 Chris Demetriou <cgd@broadcom.com>
307 Mitch Lichtenberg <mpl@broadcom.com>
308
309 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
310 * emultempl/mipself.em: New file to handle MIPS ELF embedded
311 reloc creation (ld --embedded-relocs).
312
313 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
314
315 * configure: Regenerated.
316
317 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
318
319 * Makefile.am (install): Depend on install-info.
320 * Makefile.in: Regenerate.
321
322 2002-01-26 Christian Rose <menthos@menthos.com>
323
324 * ldmain.c (main): Use full sentences to ease translation.
325
326 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
327
328 * po/fr.po: Updated version.
329
330 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
331
332 * po/es.po: Updated version.
333
334 2002-01-25 Andreas Jaeger <aj@suse.de>
335
336 * ldlex.l (yy_input): Correct error check.
337
338 2002-01-25 Alan Modra <amodra@bigpond.net.au>
339
340 * ldmisc.c (demangle): Put back dots when string not demangled.
341
342 2002-01-22 Richard Henderson <rth@redhat.com>
343
344 * emulparams/elf64alpha.sh (NOP): Use unop.
345
346 2002-01-21 Andreas Jaeger <aj@suse.de>
347
348 * ldlex.l: Use fread instead of read.
349
350 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
351
352 * configure.tgt (ia64-*-netbsd*): New target.
353
354 2002-01-21 H.J. Lu <hjl@gnu.org>
355
356 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
357 0.
358 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
359
360 2002-01-18 Andreas Jaeger <aj@suse.de>
361
362 * ldver.c (ldversion): Update year.
363
364 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
365
366 * po/ld.pot: Regenerate.
367
368 2002-01-16 Alan Modra <amodra@bigpond.net.au>
369
370 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
371 * Makefile.in: Regenerate.
372 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
373 * emultempl/ppc64elf.em: New file.
374
375 2002-01-15 DJ Delorie <dj@redhat.com>
376
377 * scripttempl/pe.sc: Add support for constructor priorities.
378
379 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
380
381 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
382 * emulparams/avr23xx.sh: Likewise.
383 * emulparams/avr4433.sh: Likewise.
384 * emulparams/avr44x4.sh: Likewise.
385 * emulparams/avr85xx.sh: Likewise.
386 * emulparams/avrmega103.sh: Likewise.
387 * emulparams/avrmega161.sh: Likewise.
388 * emulparams/avrmega603.sh: Likewise.
389 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
390
391 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
392
393 * ldlang.c (walk_wild_section): Exclude object file if enclosing
394 archive is excluded.
395
396 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
397
398 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
399 (eshelf_nbsd.c): New rule.
400 (eshlelf_nbsd.c): New rule.
401 * Makefile.in: Regenerate.
402 * configure.tgt (sh*le-*-netbsdelf*): New target.
403 (sh*-*-netbsdelf*): New target.
404 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
405 * ld/emulparams/shelf_nbsd.sh: New emulation.
406 * ld/emulparams/shlelf_nbsd.sh: New emulation.
407
408 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
409
410 * po/es.po: New file: Spanish translation.
411 * configure.in (ALL_LINGUAS): Add es.
412 * configure: Regenerate.
413
414 2002-01-06 John Marshall <jmarshall@acm.org>
415
416 * ld.texinfo: Note that --emit-relocs is currently only
417 implemented for ELF.
418
419 2002-01-05 Alan Modra <amodra@bigpond.net.au>
420
421 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
422 of bfd_section_list_remove and bfd_section_list_insert macros.
423 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
424 * emultempl/mmo.em (mmo_place_orphan): Likewise.
425
426 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
427
428 * configure.tgt (x86_64-*-netbsd*): New target.
429
430 2001-12-21 Tom Rix <trix@redhat.com>
431
432 (gld*_create_output_section_statements): New function.
433 For -binitfini support.
434 * emultempl/aix.em (gld*_before_parse): Fix comment.
435 * emultempl/aix.em (gld*_parse_args): Fix comment.
436
437 2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
438
439 * configure.tgt (mips*-dec-netbsd*): Delete alias for
440 mips*el-*-netbsd*.
441 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
442
443 * configure.tgt (arm-*-netbsdelf*): Add target.
444 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
445 * emulparams/armelf_nbsd.sh: Added.
446 * Makefile.am: Add rules for earmelf_nbsd.
447 * Makefile.in: Regenerate.
448
449 2001-12-19 Andreas Jaeger <aj@suse.de>,
450 Susanne Oberhauser <froh@suse.de>
451
452 * configure.host: Add rules for x86_64-*linux-gnu. Change
453 s390x-linux entry to use gcc to report configuration, replace gcc
454 with $CC in s390-linux
455
456 2001-12-19 Andreas Jaeger <aj@suse.de>
457
458 * ld.texinfo (VERSION): Fix markup.
459
460 2001-12-18 matthew green <mrg@eterna.com.au>
461
462 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
463 (m68kelfnbsd.c): New rule.
464 * Makefile.in: Regenerate.
465 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
466 (m68*-*-netbsd*4k*): .. this.
467 (m68*-*-netbsdelf*): New target.
468 (m68*-*-netbsd*): Also include ELF support.
469 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
470 * emulparams/m68kelfnbsd.sh: New emulation.
471
472 2001-12-18 Jakub Jelinek <jakub@redhat.com>
473
474 * ldgram.y (vers_node): Support anonymous version tags.
475 * ldlang.c (lang_register_vers_node): Ensure anonymous version
476 tag is not defined together with non-anonymous versions.
477 * ld.texinfo: Document it.
478
479 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
480
481 * po/tr.po: New file: Turkish translation.
482 * configure.in (ALL_LINGUAS): Add tr.
483 * configure: Regenerate.
484
485 2001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
486
487 * Makefile.am: Add rules for eelf64alpha_nbsd.
488 * Makefile.in: Regenerate.
489 * configure.tgt (alpha*-*-netbsd*): Set
490 targ_emul to elf64alpha_nbsd.
491 * emulparams/elf64alpha_nbsd.sh: Added.
492
493 2001-12-17 Alan Modra <amodra@bigpond.net.au>
494
495 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
496 section_tail when fiddling with section list.
497 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
498 broken into separate strings to make translation easier.
499 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
500 fiddling with section list.
501 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
502
503 2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
504
505 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
506
507 2001-12-15 Alan Modra <amodra@bigpond.net.au>
508
509 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
510
511 2001-12-13 Jakub Jelinek <jakub@redhat.com>
512
513 * emultempl/elf32.em (finish): Supply output_bfd
514 to bfd_elf*_discard_info.
515 (OPTION_EH_FRAME_HDR): Define.
516 (longopts): Add --eh-frame-hdr.
517 (parse_args): Handle it.
518 (list_options): Add --eh-frame-hdr to help.
519 * emultempl/hppaelf.em (finish): Supply output_bfd
520 to bfd_elf*_discard_info.
521 * scripttempl/elf.sc (.eh_frame_hdr): Add.
522
523 2001-12-13 Alan Modra <amodra@bigpond.net.au>
524
525 * lexsup.c (parse_args): Don't pass shortopts to second call to
526 getopt functions. Restore optind rather than decrementing before
527 second call. Remove errind as it now duplicates last_optind.
528
529 2001-12-11 Christopher Faylor <cgf@redhat.com>
530
531 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
532
533 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
534 Richard Henderson <rth@redhat.com>
535
536 * Makefile.am: Add support for xstormy16.
537 * configure.tgt: Add support for xstormy16.
538 * Makefile.in: Regenerate.
539 * emulparams/elf32xstormy16.sh: New file.
540 * scripttempl/xstormy16.sc: New file.
541
542 2001-10-01 Christopher Faylor <cgf@cygnus.com>
543
544 * Makefile.in (LIB_PATH): Make configurable.
545 (GENSCRIPTS): Set LIB_PATH in environment.
546 * configure.in: Substitute LIB_PATH.
547 * configure: Regenerate.
548 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
549 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
550
551 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
552
553 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
554 describing the -N option so that it is easier to translate into
555 foreign languages.
556
557 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
558
559 * emultempl/pe.em (..._list_options): Replace multiple fprintf
560 statements describing a single option with a single, newline
561 escaped fprintf. This allows better translation into other
562 languages.
563
564 * ldmain.c (add_archive_element): Combine multiple strings
565 into a single string to permit better translation into other
566 languages.
567
568 2001-12-05 Tom Rix <trix@redhat.com>
569
570 * Makefile.am: Remove eaixppc64.
571 * Makefile.in: Regenerate.
572
573 2001-12-04 Tom Rix <trix@redhat.com>
574
575 * emultempl/aix.em (choose_target): Change default target to
576 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
577 warning.
578 (gld*_read_file): Fix typo.
579 (change_symbol_mode): Add prototype.
580 (is_syscall): Same.
581
582 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
583 * emulparams/aixrs6.sh : Same.
584 * emulparams/ppcmacos.sh : Same.
585 * emulparams/aixppc64.sh : Delete file.
586 * emultempl/aix.em : Formatting changes.
587
588 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
589
590 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
591 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
592 __Sbss.
593 (OTHER_END_SYMBOLS): Fix formatting.
594 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
595 (OTHER_END_SYMBOLS): Fix formatting.
596
597 2001-12-04 Alan Modra <amodra@bigpond.net.au>
598
599 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
600
601 2001-12-02 Tom Rix <trix@redhat.com>
602
603 * configure.tgt : Remove eaixppc64 emulations.
604 * Makefile.in : Remove eaixppc64.c
605 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
606 (ldemul_default_target): Same.
607 * emultempl/gld960.em (gld960_choose_target): Same.
608 * emultempl/gld960c.em (gld960_choose_target): Same.
609 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
610 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
611 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
612 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
613 * emultempl/aix.em (choose_target): New function. Handle emulation of
614 -b32 and -b64.
615
616 2001-11-27 H.J. Lu <hjl@gnu.org>
617
618 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
619 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
620 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
621 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
622 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
623 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
624 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
625 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
626
627 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
628 is not empty.
629 (SDATA): Likewise.
630 (REL_SDATA): Likewise.
631 (REL_SBSS): Likewise.
632 (REL_SDATA2): Likewise.
633 (REL_SBSS2): Likewise.
634 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
635 (SDATA2): Likewise.
636
637 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
638
639 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
640 destructor in rom.
641 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
642
643 2001-11-22 H.J. Lu <hjl@gnu.org>
644
645 * Makefile.in: Regenerated with automake based on automake
646 1.4-8 in RedHat 7.1.
647
648 2001-11-22 Alan Modra <amodra@bigpond.net.au>
649
650 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
651 (config.status): Delete rule.
652 Add extra dependencies to cover sourced emulparams files.
653 * Makefile.in: Regenerate.
654
655 * scripttempl/elf.sc: Order <section>, <section>.* and
656 corresponding linkonce sections as seen in input files.
657 Formatting fixes. Zero vma of all sections if not relocating.
658 (STACK): Define and insert if STACK_ADDR defined.
659 (OTHER_RELOCATING_SECTIONS): Delete.
660 (OTHER_END_SYMBOLS): Define.
661 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
662 (OTHER_READWRITE_SECTIONS): Likewise.
663 (OTHER_GOT_SECTIONS): Likewise.
664 (OTHER_SDATA_SECTIONS): Likewise.
665 (OTHER_BSS_SECTIONS): Likewise.
666 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
667 (OTHER_READWRITE_SECTIONS): Likewise.
668 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
669 (OTHER_READWRITE_SECTIONS): Likewise
670
671 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
672 (STACK_ADDR): Define.
673 * emulparams/armelf_oabi.sh: As for armelf.sh.
674 * emulparams/elf32mcore.sh: As for armelf.sh.
675 * emulparams/h8300elf.sh: As for armelf.sh.
676 * emulparams/mn10200.sh: As for armelf.sh.
677 * emulparams/shelf.sh: As for armelf.sh.
678
679 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
680 (OTHER_END_SYMBOLS): Define.
681 * emulparams/m32relf.sh: As for elf32fr30.sh.
682 * emulparams/h8300helf.sh: As for elf32fr30.sh.
683 * emulparams/h8300self.sh: As for elf32fr30.sh.
684
685 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
686 defines with RELOCATING test.
687 (OTHER_SDATA_SECTIONS): Likewise.
688 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
689 (OTHER_END_SYMBOLS): ..this.
690 * emulparams/crislinux.sh: As for criself.sh.
691
692 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
693 if not relocating.
694 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
695 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
696 normal and linkonce sections as seen in input files.
697 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
698 (TEXT_DYNAMIC): Likewise.
699 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
700 (OTHER_SDATA_SECTIONS): Likewise.
701 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
702 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
703 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
704 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
705 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
706 (OTHER_PLT_RELOC_SECTIONS): Likewise.
707 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
708 sections as seen in input files.
709 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
710 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
711 if not relocating.
712 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
713 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
714 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
715 (OTHER_SECTIONS): Instead, use this..
716 (OTHER_END_SYMBOLS): ..and this.
717
718 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
719 * emulparams/elf32bsmip.sh: Likewise.
720 * emulparams/elf32btsmip.sh: Likewise.
721 * emulparams/elf32ebmip.sh: Likewise.
722 * emulparams/elf32lmip.sh: Likewise.
723 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
724 * emulparams/elf32lsmip.sh: Likewise.
725 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
726 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
727 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
728 * emulparams/elf64btsmip.sh: Likewise.
729 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
730 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
731 * emulparams/elf32ppclinux.sh: Likewise.
732 * emulparams/elf32ppcsim.sh: Likewise.
733 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
734 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
735 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
736 * emulparams/h8300self.sh: Likewise.
737 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
738 * emulparams/sh.sh: Comment.
739 * emulparams/shl.sh: Source sh.sh, remove duplicates.
740 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
741 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
742
743 2001-11-21 David Heine <dlheine@tensilica.com>
744 Alan Modra <amodra@bigpond.net.au>
745
746 * ldlang.c (map_input_to_output_sections): Replace "break"
747 accidentally removed with 2001-08-03 change.
748 (lang_gc_sections_1): Likewise.
749
750 2001-11-21 Alan Modra <amodra@bigpond.net.au>
751
752 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
753
754 2001-11-20 Angela Marie Thomas <angela@redhat.com>
755
756 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
757 of false when calling lang_size_sections.
758 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
759
760 2001-11-15 Alan Modra <amodra@bigpond.net.au>
761
762 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
763 function when LDEMUL_FINISH isn't set to the same name. Don't
764 call ${LDEMUL_FINISH}.
765 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
766 * emultempl/armelf.em (arm_elf_finish): Call
767 gld${EMULATION_NAME}_finish.
768 * emultempl/hppaelf.em (hppaelf_finish): Rename to
769 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
770 hppaelf_layout_sections_again if necessary.
771 (need_laying_out): New var.
772 (hppaelf_layaout_sections_again): Rename to
773 hppaelf_layout_sections_again. Clear need_laying_out.
774 (PARSE_AND_LIST_OPTIONS): Format text.
775
776 2001-11-14 H.J. Lu <hjl@gnu.org>
777
778 * emultempl/armelf.em (arm_elf_finish): Renamed from
779 gld${EMULATION_NAME}_finish.
780 (LDEMUL_FINISH): Set to arm_elf_finish.
781
782 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
783
784 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
785 (struct ld_emulation_xfer_struct): Use it.
786
787 2001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
788
789 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
790 additional symbols referenced by newer crt0.o files from HP.
791
792 2001-11-12 Anthony Green <green@redhat.com>
793
794 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
795
796 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
797
798 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
799 * Makefile.in: Regenerate.
800
801 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
802
803 * ld.texinfo: Use @command for commands, @option for options.
804 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
805 the page man title.
806 * Makefile.in: Rebuild.
807
808 2001-11-04 Chris Demetriou <cgd@broadcom.com>
809
810 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
811 Add support for targets.
812
813 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
814
815 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
816 * configure: Regernate.
817 * po/fr.po: New file.
818 * po/sv.po: New file.
819
820 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
821
822 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
823 as little endian default and to support big endian.
824
825 2001-11-01 Chris Demetriou <cgd@broadcom.com>
826
827 * ld.texinfo (Options): Document new option, -nostdlib.
828 * lexsup.c (OPTION_NOSTDLIB): New definition.
829 (ld_options): Add entry for "nostdlib".
830 (parse_args): Handle OPTIONS_NOSTDLIB.
831 * ldfile.c (ldfile_add_library_path): Don't add directories
832 to the search path if they weren't specified on the command line
833 and -nostdlib was specified.
834 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
835
836 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
837
838 * lexsup.c (parse_args): Prevent infinite parsing loop when
839 "-rpath.a" is specified on the command line.
840 Replace calls to fprintf with calls to einfo.
841
842 2001-10-31 John Marshall <jmarshall@acm.org>
843
844 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
845 appear only once across all the linker scripts involved in a link
846 invocation no longer applies. Make the documentation reflect
847 that.
848
849 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
850
851 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
852 targets.
853 (sh-*-linux*): Added targ_extra_libpath.
854
855 2001-10-31 David Heine <dlheine@tensilica.com>
856
857 * ldlang.c (lang_size_sections): Keep a valid output_offset field
858 for padding statements.
859
860 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
861
862 * configure.tgt (mmix-*-*): New target.
863 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
864 Add dependencies to match.
865 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
866 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
867 scripttempl/mmo.sc: New files.
868 * gen-doc.texi: @set MMIX.
869 * ld.texinfo: Ditto.
870 [MMIX] Add MMIX node.
871 * Makefile.in: Regenerate.
872
873 2001-10-29 Kazu Hirata <kazu@hxi.com>
874
875 * ldlang.c: Fix a comment typo.
876
877 2001-10-23 Alan Modra <amodra@bigpond.net.au>
878
879 * configure.host: Move alpha*-*-linux-gnu* entry to generic
880 entries, and match *-*-linux*.
881
882 2001-10-20 Alan Modra <amodra@bigpond.net.au>
883
884 * ldgram.y (mri_script_command): Surround processing of INCLUDE
885 with ldlex_script, ldlex_popstate.
886 (ifile_p1): Likewise.
887 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
888 correct slot.
889 (lex_push_file): Save current lineno to lineno_stack. Set lineno
890 to 1. Don't BEGIN(SCRIPT).
891 (lex_redirect): Similarly.
892 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
893
894 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
895
896 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
897 __EH_FRAME_END__ and accept eh frames into data section.
898 Add ctor and dtor sections.
899
900 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
901
902 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
903 (auto-export): Fix indentation.
904
905 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
906
907 * pe-dll.c (autofilter_objectlist): Add startup objects
908 for profiling.
909 (auto-export): Constify char * p.
910 Extract file basename and use strcmp rather than ststr
911 for object lookup.
912
913 2001-10-18 Chris Demetriou <cgd@broadcom.com>
914
915 * ldmain.c (get_emulation): Improve comment about the handling
916 of -mipsN options.
917
918 2001-10-17 Alan Modra <amodra@bigpond.net.au>
919
920 * po/POTFILES.in: Regenerate.
921
922 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
923
924 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
925 -z nocopyreloc and -z nocombreloc usage strings.
926
927 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
928
929 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
930 in usage.
931
932 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
933
934 * scripttempl/armaout.sc: Place .bss section after end of aligned
935 data section to match behaviour of aout code in constructrion of
936 header.
937
938 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
939
940 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
941 startup files for mingw32 dlls to list.
942
943 2001-10-10 Chris Demetriou <cgd@broadcom.com>
944
945 * emultempl/elf32.em: Fix shell 'if' usage for portability.
946
947 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
948
949 * configure.tgt (targ): Add arm9e-*-elf.
950
951 2001-10-05 H.J. Lu <hjl@gnu.org>
952
953 * genscripts.sh: Fix a typo in the last change.
954
955 2001-10-05 Jakub Jelinek <jakub@redhat.com>
956
957 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
958 -z nocombreloc in usage.
959
960 2001-10-03 Jim Blandy <jimb@redhat.com>
961
962 * genscripts.sh: Include a comment at the top of each generated
963 script, explaining its purpose.
964
965 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
966
967 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
968 * NEWS: Mention -z nocopyreloc.
969 * ld.texinfo (Options): Describe nocopyreloc.
970
971 2001-10-03 Alan Modra <amodra@bigpond.net.au>
972
973 * configure: Regenerate.
974
975 2001-10-02 Alan Modra <amodra@bigpond.net.au>
976
977 * ldver.h (ld_program_version): Remove declaration.
978 * lexsup.c (parse_args): Move printing of copyright message..
979 * ldver.c (ldversion): .. to here.
980 Use BFD_VERSION_STRING in place of BFD_VERSION.
981 (ld_program_version): Remove.
982 * Makefile.am (Makefile): Depend on bfd/configure.in.
983 Run "make dep-am".
984 * Makefile.in: Regenerate.
985
986 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
987
988 * Makefile.am: Update dependencies with "make dep-am".
989 * Makefile.in: Regenerate.
990
991 2001-09-29 John Reiser <jreiser@BitWagon.com>
992
993 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
994 * lexsup.c: Add --no-define-common commandline option.
995 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
996 * ldlex.l: Likewise.
997 * ld.h: Add command_line.inhibit_common_definition.
998 * ldmain.c (main): Initialize.
999 * ld.texinfo: Document.
1000
1001 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1002
1003 * ldmisc.c (USE_STDARG): Remove.
1004 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1005 (einfo): Likewise.
1006 (minfo): Likewise.
1007 (lfinfo): Likewise.
1008
1009 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
1010 declarations. Update copyright.
1011
1012 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
1013
1014 * pe-dll.c: Remove obsoleted declaration of
1015 pe_get_data_import_dll_name.
1016 (pe_create_import_fixup): Fix thinko.
1017
1018 * ld.texinfo(enable-auto-import): Clarify the explanation.
1019
1020 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
1021
1022 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
1023 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
1024 DLL_SUPPORT controlled code.
1025
1026 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
1027
1028 * emultempl/pe.em(pe_data_import_dll): Make static.
1029 (pe_get_data_import_dll_name): New accessor function.
1030 * pe-dll.c(pe_create_import_fixup): call
1031 pe_get_data_import_dll_name() from pe.em, instead of
1032 directly accessing pe_data_import_dll variable from pe.em.
1033
1034 2001-09-18 Bruno Haible <haible@clisp.cons.org>
1035
1036 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
1037 (def_file_add_directive): Use ISSPACE instead of isspace.
1038 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
1039 isdigit/isxdigit/isalpha/isalnum.
1040 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
1041 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
1042 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
1043 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
1044 isalnum.
1045 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
1046 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
1047 isupper/tolower.
1048 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
1049 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
1050 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
1051 (ctor_prio): Use ISDIGIT instead of isdigit.
1052 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
1053 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
1054 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
1055 isupper/tolower.
1056 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
1057 (stricpy): Use TOLOWER instead of isupper/tolower.
1058 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
1059 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
1060 (lex_warn_invalid): Use ISPRINT instead of isprint.
1061 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
1062 (main): For gettext, also set the LC_CTYPE locate facet.
1063 (add_keepsyms_file): Use ISSPACE instead of isspace.
1064 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
1065 (is_num, parse_args): Use ISDIGIT instead of isdigit.
1066 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
1067 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
1068 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
1069 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
1070 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
1071 (quoteput): Use ISSPACE instead of isspace.
1072 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
1073 instead of isalnum.
1074
1075 2001-09-18 Alan Modra <amodra@bigpond.net.au>
1076
1077 * deffilep.y (def_stash_module): Constify "name" param.
1078
1079 * pe-dll.c: Replace CONST with const throughout.
1080 (quick_symbol): Constify "n1", "n2", "n3" params.
1081 (make_singleton_name_thunk): Constify "import" param. Make
1082 "buffer_len" a size_t.
1083 (make_import_fixup_entry): Constify "name", "fixup_name",
1084 "dll_symname" params.
1085 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
1086 (pe_get32): Likewise.
1087 (pe_implied_import_dll): Likewise.
1088
1089 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
1090 (sort_by_section_name): Likewise.
1091
1092 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
1093 (make_import_fixup): Cast printf arg, rel->address to long rather
1094 than int.
1095 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
1096
1097 2001-09-15 Alan Modra <amodra@bigpond.net.au>
1098
1099 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
1100 defines BufferSize. Increase buffer size by one.
1101
1102 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
1103
1104 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
1105
1106 2001-09-14 Kevin Lo <kevlo@openbsd.org>
1107
1108 * configure.tgt: Add arm-openbsd target.
1109
1110 2001-09-12 H.J. Lu <hjl@gnu.org>
1111
1112 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
1113 eelf64lppc.o to ...
1114 (ALL_64_EMULATIONS): Here.
1115 * Makefile.in: Regenerated.
1116
1117 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1118
1119 * emultempl/pe.em(make_import_fixup): change signature to
1120 take asection as well as arelec; we need this for proper
1121 error reporting. Only call pe_create_import_fixup() if
1122 there is no attempt to add a constant addend to the reloc;
1123 otherwise, report error condition.
1124 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
1125 since final argument is a pointer to make_import_fixup().
1126 Change call to cb() to match make_import_fixup() signature.
1127 (make_import_fixup_mark): make buffer_len unsigned.
1128 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
1129
1130 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
1131
1132 * ld.texinfo: add verbose documentation for auto-import
1133 direct-addressing workaround, to compliment the terse
1134 error message.
1135
1136 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
1137
1138 * scripttempl/v850.sc: Add gcc_except_table sections.
1139
1140 2001-09-11 Jeffrey A Law (law@cygnus.com)
1141
1142 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
1143 * emulparams/h8300self.sh: Similarly.
1144
1145 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
1146
1147 * ld.texinfo (Options, --stack): Correct default value for stack
1148 reserve.
1149
1150 2001-09-05 Tom Rix <trix@redhat.com>
1151
1152 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
1153
1154 2001-09-03 Andreas Jaeger <aj@suse.de>
1155
1156 * emultempl/beos.em: Declare prototypes for comparions functions,
1157 adjust definitions.
1158
1159 2001-09-02 Andreas Jaeger <aj@suse.de>
1160
1161 * emultempl/aix.em: Add missing prototype.
1162 * emultempl/lnk960.em: Likewise.
1163 * emultempl/vanilla.em: Likewise.
1164 * emultempl/armcoff.em: Likewise.
1165 * emultempl/armelf_oabi.em: Likewise.
1166 * emultempl/beos.em: Likewise.
1167 * emultempl/gld960c.em: Likewise.
1168 * emultempl/gld960.em: Likewise.
1169
1170 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
1171 for prototype declaration.
1172
1173 2001-08-31 Eric Christopher <echristo@redhat.com>
1174 Jason Eckhardt <jle@redhat.com>
1175
1176 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
1177
1178 2001-08-31 Andreas Jaeger <aj@suse.de>
1179
1180 * emultempl/pe.em: Add missing prototypes.
1181 (gld_${EMULATION_NAME}_after_open): Remove extra args to
1182 pe_find_data_imports.
1183 (pr_sym): Add unused attribute.
1184
1185 2001-08-29 Joel Sherrill <joel@OARcorp.com>
1186
1187 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
1188 default from coff to elf.
1189
1190 2001-08-29 Jeff Law <law@redhat.com>
1191
1192 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
1193 ARCH specification.
1194 * emulparams/h8300self.sh: Similarly.
1195
1196 2001-08-28 J"orn Rennecke <amylaar@redhat.com>
1197
1198 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
1199 eh8300self.o .
1200 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
1201 * configure.tgt (h8300-*-elf*): New case.
1202 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
1203 * emulparams/h8300self.sh: New file.
1204 * Makefile.in: Regenerated.
1205
1206 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
1207
1208 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
1209 with macro name.
1210
1211 2001-08-27 Linus Nordberg <linus@swox.com>
1212 Alan Modra <amodra@bigpond.net.au>
1213
1214 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
1215 (eelf64ppc.c, eelf64lppc.c): Add make targets.
1216 Run "make dep-am"
1217 * Makefile.in: Regenerate.
1218 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
1219 entries to correct alphabetical position.
1220 * emulparams/elf64ppc.sh: New.
1221 * emulparams/elf64lppc.sh: New.
1222
1223 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
1224
1225 * ldmain.c (main): Declare BSIZE as static.
1226
1227 2001-08-23 Jakub Jelinek <jakub@redhat.com>
1228
1229 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
1230 into .rel.dyn resp. .rela.dyn if combreloc.
1231 (get_script): If .x linker script is equal to .xn, only put it
1232 once into the binary.
1233 Add .xc and .xsc scripts.
1234 (parse_args): Handle -z combreloc and -z nocombreloc.
1235 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
1236 For .xc and .xsc scripts put all .rel* or .rela* input sections
1237 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
1238 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
1239 is elf.
1240 Strip trailing whitespace from script.
1241 Generate .xc and .xsc scripts if requested.
1242 * ldmain.c (main): Initialize link_info.combreloc and
1243 link_info.spare_dynamic_tags.
1244 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
1245 (ld_options): Add --spare-dynamic-tags option.
1246 (parse_args): Likewise.
1247 * ld.texinfo: Document -z combreloc and -z nocombreloc.
1248 * ldint.texinfo: Document .xc and .xsc linker scripts.
1249 * NEWS: Add notes about -z combreloc and SHF_MERGE.
1250
1251 2001-08-22 H.J. Lu <hjl@gnu.org>
1252
1253 * emulparams/elf32fr30.sh: Add a newline.
1254
1255 2001-08-21 Andreas Jaeger <aj@suse.de>
1256
1257 * deffilep.y: Add missing prototypes.
1258 * pe-dll.c: Likewise.
1259
1260 2001-08-20 Alan Modra <amodra@bigpond.net.au>
1261
1262 * ldlang.c (insert_pad): Fix typos in last patch.
1263
1264 * ldlang.c: When traversing lang_statement_union_type lists,
1265 consistently use "header.next" rather than "next".
1266 * mpw-eppcmac.c: Likewise.
1267 * emultempl/beos.em: Likewise.
1268 * emultempl/hppaelf.em: Likewise.
1269 * emultempl/pe.em: Likewise.
1270 * ldlang.h (union lang_statement_union): Remove "next" field.
1271
1272 * ldlang.c (insert_pad): Use offsetof macro.
1273 (lang_size_sections): Always neuter padding statements.
1274 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
1275
1276 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
1277 passed to lang_size_sections.
1278 (pe_exe_fill_sections): Likewise.
1279 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
1280 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
1281
1282 2001-08-18 Alan Modra <amodra@bigpond.net.au>
1283
1284 * emultempl/aix.em: Formatting fixes.
1285
1286 2001-08-18 Alan Modra <amodra@bigpond.net.au>
1287
1288 * ldlang.c (insert_pad): Make use of an existing pad statement if
1289 available. Move code calculating alignment, adjusting section
1290 alignment power, and adjusting dot to ..
1291 (size_input_section): .. here. Remove unused relax param.
1292 (lang_size_sections): Change boolean `relax' param to boolean *.
1293 Adjust call to size_input_section. Make use of insert_pad to
1294 place pad after the assignment statement. If relaxing, zap
1295 padding statements.
1296 (reset_memory_regions): Reset output_bfd section sizes too.
1297 (relax_again): Move to..
1298 (lang_process): ..here. Adjust call to lang_size_sections, and
1299 remove duplicated code.
1300 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
1301
1302 2001-08-17 Alan Modra <amodra@bigpond.net.au>
1303
1304 * ld.texinfo: Document that fill values now use the four least
1305 significant bytes.
1306 * emulparams/elf32fr30.sh (NOP): Update.
1307 * emulparams/elf32mcore.sh: Likewise.
1308 * emulparams/elf64_s390.sh: Likewise.
1309 * emulparams/elf_i386.sh: Likewise.
1310 * emulparams/elf_i386_be.sh: Likewise.
1311 * emulparams/elf_i386_chaos.sh: Likewise.
1312 * emulparams/elf_i386_ldso.sh: Likewise.
1313 * emulparams/elf_s390.sh: Likewise.
1314 * emulparams/elf_x86_64.sh: Likewise.
1315 * emulparams/i386moss.sh: Likewise.
1316 * emulparams/i386nw.sh: Likewise.
1317 * emulparams/m68kelf.sh: Likewise.
1318 * scripttempl/elf.sc: Update NOP comment.
1319 * scripttempl/elfi370.sc: Likewise.
1320 * scripttempl/elfm68hc11.sc: Likewise.
1321 * scripttempl/elfm68hc12.sc: Likewise.
1322 * scripttempl/nw.sc: Likewise.
1323
1324 2001-08-15 Tom Rix <trix@redhat.com>
1325
1326 * ldgram.y (saved_script_handle): Initialize to NULL.
1327 * ldmain.c (main): Change check on saved_script_handle.
1328
1329 2001-08-14 Alan Modra <amodra@bigpond.net.au>
1330
1331 * emultempl/elf32.em: Formatting fixes.
1332 (output_prev_sec_find): Test for bfd_ind_section too; do so by
1333 looking at sec->owner.
1334 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
1335 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
1336 unused code, and reorganize orphan section placement code.
1337
1338 * ldlang.c (wild_doit): Rename to lang_add_section.
1339 * ldlang.h: Here too.
1340 * mpw-elfmips.c: And here.
1341 * emultempl/beos.em: And here.
1342 * emultempl/elf32.em: And here.
1343 * emultempl/hppaelf.em: And here.
1344 * emultempl/pe.em: And here.
1345
1346 2001-08-13 Richard Henderson <rth@redhat.com>
1347
1348 * emultempl/needrelax.em: New file.
1349 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
1350 * Makefile.am (eelf64_ia64.c): Depend on it.
1351 * Makefile.in: Rebuild.
1352
1353 2001-08-13 Alan Modra <amodra@bigpond.net.au>
1354
1355 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
1356 output_section is set non-NULL.
1357
1358 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
1359 `true' for SEC_EXCLUDE sections so that the generic code doesn't
1360 needlessly create an output_section_statement. Treat a correctly
1361 named output_section_statement with NULL bfd_section as compatible.
1362
1363 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
1364
1365 * emultempl/generic.em: Support EXTRA_EM_FILE.
1366 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
1367 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1368 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1369 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1370 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1371 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1372 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1373 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1374 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1375 LDEMUL_FIND_POTENTIAL_LIBRARIES.
1376
1377 2001-08-12 Richard Henderson <rth@redhat.com>
1378
1379 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
1380 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
1381 scripttempl/v850.sc: Keep .jcr data.
1382
1383 2001-08-12 H.J. Lu <hjl@gnu.org>
1384 Andrew Haley <aph@cambridge.redhat.com>
1385 Nick Clifton <nickc@redhat.com>
1386
1387 * ldgram.y (had_script): Change name to saved_script_handle.
1388 Change type to file handle.
1389 * ld.h (had_script): Rename and retype.
1390 * ldfile.c (ldfile_open_command_file): Save the file handle
1391 used in saved_script_handle.
1392 * lexsup.c (parse_args): Do not allow -c option to alter
1393 saved_script_handle.
1394 * ldmain.c (main): Print out the linker script used if
1395 --verbose is given. Check saved_script_handle to obtain the
1396 external linker script used, or if NULL, dump the builtin
1397 script.
1398 * ld.texinfo: Document that --verbose now dumps the linker
1399 script used, regardless of whether it was an internal or an
1400 external script.
1401
1402 2001-08-10 Andreas Jaeger <aj@suse.de>
1403
1404 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1405 to build warnings.
1406 * configure: Regenerate.
1407
1408 2001-08-09 Alan Modra <amodra@bigpond.net.au>
1409
1410 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
1411
1412 * scripttempl/elf.sc: Move non-text .dynamic section before
1413 .plt/.got/.sdata* group.
1414 (OTHER_GOT_SECTIONS): Move to immediately after .got.
1415 (OTHER_SDATA_SECTIONS): Add.
1416 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
1417 OTHER_GOT_SECTIONS.
1418 * emulparams/crislinux.sh: Likewise.
1419 * emulparams/elf32b4300.sh: Likewise.
1420 * emulparams/elf32bmip.sh: Likewise.
1421 * emulparams/elf32bmipn32.sh: Likewise.
1422 * emulparams/elf32bsmip.sh: Likewise.
1423 * emulparams/elf32btsmip.sh: Likewise.
1424 * emulparams/elf32ebmip.sh: Likewise.
1425 * emulparams/elf32elmip.sh: Likewise.
1426 * emulparams/elf32l4300.sh: Likewise.
1427 * emulparams/elf32lmip.sh: Likewise.
1428 * emulparams/elf32lsmip.sh: Likewise.
1429 * emulparams/elf32ltsmip.sh: Likewise.
1430 * emulparams/elf64bmip.sh: Likewise.
1431 * emulparams/elf64btsmip.sh: Likewise.
1432 * emulparams/elf64ltsmip.sh: Likewise.
1433
1434 2001-08-08 Alan Modra <amodra@bigpond.net.au>
1435
1436 * genscripts.sh: Source the emulparams script before each output
1437 script is generated so that variables like `RELOCATING' may affect
1438 variables defined in the emulparams script.
1439
1440 2001-08-04 Alan Modra <amodra@bigpond.net.au>
1441
1442 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
1443 order.
1444
1445 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
1446 ie. iterate over wild_statement.section_list.
1447 (gld${EMULATION_NAME}_place_orphan): Likewise.
1448
1449 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1450
1451 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
1452 .fini[0-4] sections used by _exit
1453 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
1454 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
1455 * scripttempl/elfm68hc11.sc: Likewise.
1456
1457 2001-08-03 H.J. Lu <hjl@gnu.org>
1458
1459 * emultempl/beos.em (init): Add the missing initialization.
1460
1461 2001-08-03 Alan Modra <amodra@bigpond.net.au>
1462
1463 * ld.texinfo (Input Section Basics): Clarify ordering of output
1464 sections.
1465 * ldlang.c (callback_t): Add wildcard_list param.
1466 (walk_wild_section): Remove "section" param. Rewrite for
1467 lang_wild_statement_type change. Remove unique_section_p test.
1468 (walk_wild_file): Remove "section" param.
1469 (walk_wild): Remove "section" and "file" params.
1470 (lang_gc_wild): Likewise.
1471 (wild): Likewise. Modify for lang_wild_statement_type change.
1472 (wild_sort): Likewise. Add "sec" param.
1473 (gc_section_callback): Likewise.
1474 (output_section_callback): Likewise. Do unique_section_p test.
1475 (map_input_to_output_sections): Modify call to wild.
1476 (lang_gc_sections_1): Likewise.
1477 (print_wild_statement): Modify for lang_wild_statement_type
1478 change.
1479 (lang_add_wild): Replace filename, filenames_sorted param with
1480 filespec. Replace section_name, sections_sorted,
1481 exclude_filename_list with section_list.
1482 * ldlang.h (lang_add_wild): Here too.
1483 (lang_wild_statement_type): Replace section_name, sections_sorted,
1484 and exclude_filename_list with section_list.
1485 * ldgram.y (current_file): Delete.
1486 (%union): Add wildcard_list.
1487 (file_NAME_list): Set type to wildcard_list. Build a linked list
1488 rather than calling lang_add_wild for each entry.
1489 (input_section_spec_no_keep): Call lang_add_wild here instead.
1490 * ld.h (struct wildcard_list): Declare.
1491 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
1492
1493 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
1494
1495 * ldmain.c (main): initialize link_info.pei386_auto_import
1496 * pe-dll.c: new tables for auto-export filtering
1497 (auto_export): change API, pass abfd for contextual filtering.
1498 Loop thru tables of excluded symbols instead of comparing
1499 "by hand".
1500
1501 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
1502
1503 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
1504 static variable current_sec (static struct sec *). Add
1505 forward declaration for add_bfd_to_link.
1506 (process_def_file): Don't export undefined symbols. Do not
1507 export symbols starting with "_imp__". Call auto_export()
1508 with new API.
1509 (pe_walk_relocs_of_symbol): New function.
1510 (generate_reloc): add optional extra debugging
1511 (pe_dll_generate_def_file): eliminate extraneous initial blank
1512 line in output
1513 (make_one): enlarge symtab to make room for __nm__ symbols
1514 (DATA auto-import support).
1515 (make_singleton_name_thunk): New function.
1516 (make_import_fixup_mark): New function.
1517 (make_import_fixup_entry): New function.
1518 (pe_create_import_fixup): New function.
1519 (add_bfd_to_link): Specify that 'name' argument is a CONST
1520 char *.
1521 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
1522 declare new functions pe_walk_relocs_of_symbol and
1523 pe_create_import_fixup.
1524 * emultempl/pe.em: add new options --enable-auto-import,
1525 --disable-auto-import, and --enable-extra-pe-debug.
1526 (make_import_fixup): New function.
1527 (pe_find_data_imports): New function.
1528 (pr_sym): New function.
1529 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
1530 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
1531 CODE.
1532
1533 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
1534
1535 * ld.texinfo: add additional documentation for
1536 --export-all-symbols. Document --out-implib,
1537 --enable-auto-image-base, --disable-auto-image-base,
1538 --dll-search-prefix, --enable-auto-import, and
1539 --disable-auto-import.
1540 * ldint.texinfo: Add detailed documentation on auto-import
1541 implementation.
1542
1543 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1544
1545 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
1546 example.
1547
1548 2001-07-24 Alan Modra <amodra@bigpond.net.au>
1549
1550 * Makefile.am: Update dependencies with "make dep-am".
1551 * Makefile.in: Regenerate
1552
1553 2001-07-23 Alan Modra <amodra@bigpond.net.au>
1554
1555 * ldcref.c (check_section_sym_xref): New function.
1556 (check_nocrossrefs): Call it.
1557 (check_nocrossref): Interate over h->refs here instead of..
1558 (check_refs): ..here. Pass in the symbol name, section, and bfd
1559 rather than hash_entry pointers.
1560 (struct check_refs_info): Keep symbol name rather than hash entry.
1561 Remove "same".
1562 (check_reloc_refs): Tweak for above changes in check_refs_info.
1563 Only report references to section syms when symname is NULL to
1564 prevent duplicate messages for the same reloc.
1565
1566 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1567
1568 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1569 available. Do not print NULL trees.
1570 (exp_print_token): Print unknown tokens with values > 126 as
1571 decimal values not ASCII characters.
1572
1573 * ldlang.c (lang_leave_overlay): If a region is specified assign
1574 it to all sections inside the overlay unless they have been
1575 assigned to the own, non-default, memory region.
1576
1577 * README: Add header for consistency with other README files.
1578
1579 2001-07-14 H.J. Lu <hjl@gnu.org>
1580
1581 * emultempl/elf32.em (output_prev_sec_find): Never return
1582 bfd_abs_section_ptr, bfd_com_section_ptr nor
1583 bfd_und_section_ptr.
1584
1585 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
1586
1587 * Makefile.am (em32relf.c): Change dependency from generic.em to
1588 elf32.em.
1589 * Makefile.in: Regenerate.
1590
1591 2001-07-14 matthew green <mrg@eterna.com.au>
1592
1593 * configure.tgt (i386-*-netbsdelf*): New target.
1594 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
1595
1596 2001-07-13 Jakub Jelinek <jakub@redhat.com>
1597
1598 * emultempl/elf32.em (output_prev_sec_find): New.
1599 (place_orphan): Use it.
1600
1601 2001-07-11 H.J. Lu <hjl@gnu.org>
1602
1603 * ldmain.c (main): Fix typos in the last change.
1604
1605 2001-07-11 Jakub Jelinek <jakub@redhat.com>
1606
1607 * ldmain.c (main): Disallow -F and -f without -shared.
1608
1609 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1610
1611 * emultempl/pe.em (after_open): Check for the output_bfd not
1612 having any coff_data structure allocated to it.
1613
1614 2001-07-09 David O'Brien <obrien@FreeBSD.org>
1615
1616 * emultempl/elf32.em: Do not assuming that contents of the buffer
1617 returned from basename function will remain unchanged accross other
1618 function calls.
1619
1620 2001-07-03 H.J. Lu <hjl@gnu.org>
1621
1622 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
1623 2001-07-03. It creates dynamic entries even for static binaries.
1624
1625 2001-07-03 Jakub Jelinek <jakub@redhat.com>
1626
1627 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
1628 (DYNAMIC): Use it to reserve few dynamic entries for
1629 post-linking tools.
1630
1631 2001-06-27 Alan Modra <amodra@bigpond.net.au>
1632
1633 * emulparams/hppa64linux.sh: New file.
1634 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
1635 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
1636 (ehppa64linux.c): Add rule to make it.
1637 Run "make dep-am".
1638 * Makefile.in: Regenerate.
1639
1640 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
1641
1642 * ld.texinfo (Options, -r): Mention restrictions when using
1643 different object formats.
1644
1645 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
1646
1647 * ldlang.c (lang_check): Emit fatal error if relocatable link
1648 between different object flavours with relocations in input.
1649
1650 2001-06-19 H.J. Lu <hjl@gnu.org>
1651
1652 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
1653 (--version-script): Mention the language support.
1654
1655 2001-06-19 H.J. Lu <hjl@gnu.org>
1656
1657 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
1658
1659 2001-06-18 H.J. Lu <hjl@gnu.org>
1660
1661 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
1662 (diststuff): Add $(MANS).
1663 * Makefile.in: Regenerated.
1664
1665 * ld.1: Removed.
1666
1667 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
1668
1669 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
1670 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
1671 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
1672 * ld.h (args_type): Remove member export_dynamic. All users
1673 changed to use struct bfd_link_info member.
1674
1675 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
1676 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
1677 * Makefile.in: Regenerate.
1678
1679 2001-06-18 H.J. Lu <hjl@gnu.org>
1680
1681 * ldlang.c (init_os): Add the newline to the einfo call.
1682 (lang_check): Likewise.
1683 (lang_do_version_exports_section): Likewise.
1684
1685 2001-06-15 H.J. Lu <hjl@gnu.org>
1686
1687 * lexsup.c (parse_args); Save optind to report unrecognized
1688 option.
1689
1690 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
1691
1692 * ldlang.c (lang_check): Emit fatal error if relocatable link
1693 between different object flavours.
1694
1695 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
1696 Set new link_info member export_dynamic.
1697 * ldmain.c (main): Initialize new link_info member export_dynamic.
1698
1699 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
1700
1701 * ldlang.c (walk_wild): Only call walk_wild_file if
1702 lookup_name returns something.
1703 (lookup_name): If load_symbols fails, return NULL.
1704 (load_symbols): Change to a boolean function.
1705 (open_input_bfds): If load_symbols fails then do not make the
1706 executable.
1707
1708 2001-06-08 Alan Modra <amodra@bigpond.net.au>
1709
1710 * ldlang.c (record_bfd_errors): Remove.
1711
1712 * emultempl/aix.em: Fix copyright dates.
1713
1714 2001-06-07 Andreas Jaeger <aj@suse.de>
1715
1716 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
1717 (TEXT_START_ADDR): Likewise.
1718
1719 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
1720
1721 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
1722
1723 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1724
1725 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
1726
1727 2001-05-31 H.J. Lu <hjl@gnu.org>
1728
1729 * ldlang.c (open_input_bfds): Don't change the bfd error
1730 handler whilst loading symbols.
1731
1732 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1733
1734 * configure.tgt: Remove i370-mvs architecture, it is not currently
1735 supported.
1736
1737 2001-05-25 H.J. Lu <hjl@gnu.org>
1738
1739 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1740 like emulparams/aixppc.sh.
1741
1742 2001-05-25 H.J. Lu <hjl@gnu.org>
1743
1744 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
1745 setting of output_filename after bfd_scan_arch.
1746 * emultempl/pe.em: Likewise.
1747
1748 2001-05-25 H.J. Lu <hjl@gnu.org>
1749
1750 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1751 like emulparams/aixppc.sh.
1752
1753 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
1754 instead of ${srcdir}/emultempl/stringify.sed.
1755
1756 2001-05-25 Timothy Wall <twall@oculustech.com>
1757
1758 * emulparams/elf64_aix.sh: Change settings to match IBM linker
1759 output.
1760
1761 2001-05-25 Alan Modra <amodra@one.net.au>
1762
1763 * configure.host: Replace linuxoldld with linux*oldld.
1764 * configure.tgt: Likewise.
1765
1766 2001-05-24 H.J. Lu <hjl@gnu.org>
1767
1768 * emultempl/stringify.sed: Removed again.
1769
1770 2001-05-24 H.J. Lu <hjl@gnu.org>
1771
1772 * emultempl/aix.em (OUTPUT_ARCH): Defined.
1773 (gld${EMULATION_NAME}_before_parse): Initialize
1774 ldfile_output_architecture, ldfile_output_machine and
1775 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
1776 * emultempl/beos.em: Likewise.
1777 * emultempl/elf32.em: Likewise.
1778 * emultempl/linux.em: Likewise.
1779 * emultempl/mipsecoff.em: Likewise.
1780 * emultempl/pe.em: Likewise.
1781 * emultempl/sunos.em: Likewise.
1782
1783 2001-05-24 Tom Rix <trix@redhat.com>
1784
1785 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
1786 udate import file format.
1787 (change_symbol_mode) New, same
1788 (is_syscall) New, same
1789 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
1790 * emulparams/aixppc64.sh : same
1791 * emulparams/aixrs6.sh : same
1792 * emulparams/ppcmacos.sh : same
1793 * emultempl/aix.em : use strtoull to parse options
1794 * Makefile.am : add eaixppc64 emulation for xcoff64
1795 * Makefile.in : same
1796 * configure.tgt : same
1797
1798 * scripttempl/aix.sc : default text section offset to 0x10000000
1799 default data section offset to 0x20000000
1800 add .sv3264 and .sv64 pseudo sections
1801 loader and debug sections use the currect section offset.
1802
1803 * emultempl/aix.em : Add xcoff64 support
1804 Add -binitfini support
1805 (gld${EMULATION_NAME}_before_parse) -binitfini
1806 (gld${EMULATION_NAME}_parse_args) same
1807 (gld${EMULATION_NAME}_before_allocation) format change for special
1808 sections
1809
1810 * emulparams/aixppc64.sh : New file for xcoff64 support
1811
1812 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
1813
1814 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
1815 variable to avoid non-portable shell construct.
1816
1817 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1818
1819 * ldmain.c (get_emulation): Add -mips5 command line argument.
1820
1821 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
1822
1823 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
1824 (ELF_INTERPRETER_NAME): Define it.
1825 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
1826 it.
1827 * configure.tgt (targ_emul, targ_extra_emuls)
1828 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
1829 as primary, elf_i386 as extra.
1830 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
1831 (eelf_i386_ldso.c): New rule.
1832 * Makefile.in: Rebuilt.
1833
1834 2001-05-22 Nick Clifton <nickc@redhat.com>
1835
1836 * lexsup.c (ld_options): Allow -I to be an alias for
1837 --dynamic-linker. This is for Solaris compatability.
1838 * ld.texinfo: Document that -I can be used.
1839 * ld.1: Regenerate.
1840
1841 2001-05-16 Alan Modra <amodra@one.net.au>
1842
1843 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
1844 whether an input section is the first one assigned to an output
1845 section.
1846 Assorted formatting fixes.
1847
1848 2001-05-14 DJ Delorie <dj@delorie.com>
1849
1850 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
1851 * Makefile.in: Ditto.
1852
1853 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1854
1855 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
1856 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
1857 output sections.
1858 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
1859
1860 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1861
1862 * ldlang.c (lang_process): Call bfd_merge_sections.
1863
1864 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1865
1866 * ldgram.y: Fix typo.
1867
1868 2001-05-03 H.J. Lu <hjl@gnu.org>
1869
1870 * emultempl/elf32.em: Include "libiberty.h".
1871 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
1872 basename of the bfd filename.
1873 (gld${EMULATION_NAME}_stat_needed): Likewise.
1874 (gld${EMULATION_NAME}_try_needed): Likewise.
1875 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
1876
1877 2001-05-02 H.J. Lu <hjl@gnu.org>
1878
1879 * emultempl/pe.em: Include <ctype.h>.
1880
1881 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
1882
1883 * emulparams/elf32openrisc.sh: New file.
1884
1885 * Makefile.am: Add OpenRISC target.
1886 * Makefile.in: Regenerated.
1887
1888 * configure.tgt: Add openrisc-*-* mapping.
1889
1890 2001-05-02 Nick Clifton <nickc@redhat.com>
1891
1892 * emultempl/aix.em: Replace buystring with xstrdup.
1893 * emultempl/beos.em: Replace buystring with xstrdup.
1894
1895 2001-05-02 H.J. Lu <hjl@gnu.org>
1896
1897 * ldfile.c: Include "libiberty.h".
1898 * ldlex.l: Likewise.
1899
1900 * ldmisc.c (buystring): Removed.
1901 * ldmisc.h: Likewise.
1902
1903 * ldfile.c: Replace buystring with xstrdup.
1904 * ldlang.c: Likewise.
1905 * ldlex.l: Likewise.
1906 * ldmain.c: Likewise.
1907 * ldmisc.c: Likewise.
1908 * lexsup.c: Likewise.
1909 * mpw-eppcmac.c: Likewise.
1910
1911 2001-04-30 Andreas Jaeger <aj@suse.de>
1912
1913 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
1914
1915 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1916
1917 * ldlang.c (load_symbols): Give emulation a chance
1918 to process unrecognized file before fatal error is
1919 reported, not after.
1920
1921 2001-04-27 Sean McNeil <sean@mcneil.com>
1922
1923 * configure.tgt: Add arm-vxworks target.
1924 * scripttempl/armcoff.sc: Support .text or .data as a section name
1925 prefix.
1926 Define _etext.
1927
1928 2001-04-13 J.T. Conklin <jtc@redback.com>
1929
1930 * ld.texinfo: Document --fatal-warnings.
1931 * ld.1: Regenerate.
1932
1933 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
1934 warnings have been turned into errors.
1935 * lexsup.c (OPTION_WARN_FATAL): Define.
1936 (ld_options): Entry for --fatal-warnings.
1937 (parse_args): Handle OPTION_WARN_FATAL.
1938 * ld.h (ld_config_type): Add fatal_warnings field.
1939
1940 2001-04-13 Jakub Jelinek <jakub@redhat.com>
1941
1942 * ldmain.c (main): Default to discard_sec_merge.
1943 * lexsup.c (OPTION_DISCARD_NONE): Define.
1944 (ld_options): Add --discard-none.
1945 (parse_args): Handle OPTION_DISCARD_NONE.
1946 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
1947 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
1948 all its input sections match.
1949
1950 2001-04-05 Steven J. Hill <sjhill@cotw.com>
1951
1952 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
1953 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
1954 (eelf32ltsmip.c): New target.
1955 (eelf64btsmip.c): Likewise.
1956 (eelf64ltsmip.c): Likewise.
1957 * Makefile.in: Regenerated.
1958
1959 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
1960 target.
1961 (mips*-*-linux-gnu*): Likewise.
1962
1963 * emulparams/elf32ltsmip.sh: New. Traditional little endian
1964 MIPS taget.
1965 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
1966 target.
1967 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
1968 endian target.
1969
1970 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1971
1972 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
1973 correct value of __Stext here.
1974 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
1975 .startup section.
1976
1977 * emulparams/crislinux.sh: Remove FIXME.
1978
1979 2001-04-02 Alan Modra <alan@linuxcare.com.au>
1980
1981 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
1982 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
1983
1984 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
1985
1986 * configure.tgt (cris-*-*): Change default emulation to criself.
1987 (cris-*-*aout*): New rule.
1988
1989 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
1990
1991 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
1992 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
1993
1994 2001-03-26 Andreas Jaeger <aj@suse.de>
1995
1996 * ld.texinfo (Overview): Fix syntax in texi code.
1997
1998 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1999
2000 * ld.texinfo: Put @c man indications to generate the ld man page.
2001 When generating man, define all the variables. Define SEEALSO
2002 and SYNOPSIS. Re-organize some lines to avoid the cross references.
2003 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
2004 (ld.1): Generate from ld.texinfo.
2005 * Makefile.in: Regenerate.
2006
2007 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
2008
2009 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
2010 and '-fdata-sections'. Set the VMA of STABS sections to zero.
2011
2012 2001-03-17 Ulrich Drepper <drepper@redhat.com>
2013
2014 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
2015 is an absolute path look only for this file and not along the path.
2016
2017 2001-03-17 Ulrich Drepper <drepper@redhat.com>
2018
2019 * emultempl/elf32.em (OPTION_GROUP): New macro.
2020 Add new option Bgroup to longopts.
2021 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
2022 (gld*_list_options): Add -Bgroup and -z defs.
2023 * ld.1: Document -Bgroup and -z defs.
2024 * ld.texinfo: Likewise.
2025
2026 2001-03-07 Michael Meissner <meissner@redhat.com>
2027
2028 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
2029 with sections created by -fdata-sections.
2030 (.dynbss,.bss): Ditto.
2031
2032 2001-03-05 Alan Modra <alan@linuxcare.com.au>
2033
2034 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
2035 after_allocation_default, not gld..._before_allocation.
2036
2037 2001-02-27 Alan Modra <alan@linuxcare.com.au>
2038
2039 * configure.in (BFD_VERSION): New.
2040 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2041 * configure: Regenerate.
2042 * Makefile.am: Run "make dep-am"
2043 * Makefile.in: Regenerate.
2044
2045 2001-02-26 Timothy Wall <twall@cygnus.com>
2046
2047 * emulparams/elf64_aix.sh: Add additional read-only sections;
2048 uncomment lines which are now required.
2049
2050 2001-02-26 H.J. Lu <hjl@gnu.org>
2051
2052 * ldlang.c (open_input_bfds): Set the bfd error handler so
2053 that problems can be caught whilst loading symbols.
2054 (record_bfd_errors): New function: Report BFD errors and mark
2055 the executable output as being invalid.
2056
2057 2001-02-22 Timothy Wall <twall@cygnus.com>
2058
2059 * configure.host: Add configuration for ia64-*-aix*.
2060 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
2061 Add dependencies for eelf64_aix.c.
2062 * Makefile.in: Regenerate.
2063 * configure.tgt: Add ia64-*-aix* mapping.
2064 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
2065 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
2066 AIX-specific test.
2067
2068 2001-02-20 H.J. Lu <hjl@gnu.org>
2069
2070 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
2071 false if we found the file.
2072
2073 2001-02-18 David O'Brien <obrien@FreeBSD.org>
2074
2075 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
2076 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
2077
2078 2001-02-18 lars brinkhoff <lars@nocrew.org>
2079
2080 * Makefile.am: Add PDP-11 target.
2081 * configure.tgt: Likewise.
2082 * emulparams/pdp11.sh: New file.
2083
2084 2001-02-17 David O'Brien <obrien@FreeBSD.org>
2085
2086 * configure.host: Add a generic FreeBSD configuration entry such that
2087 all [modern] FreeBSD systems on all platforms will look the same.
2088
2089 2001-02-14 H.J. Lu <hjl@gnu.org>
2090
2091 * configure.tgt: Remove mention of earmelf_linux26.
2092
2093 2001-02-13 Richard Henderson <rth@redhat.com>
2094
2095 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
2096
2097 2001-02-13 H.J. Lu <hjl@gnu.org>
2098
2099 * ldexp.h (node_type): Add etree_provided.
2100 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
2101 type to etree_provided if defined by PROVIDE. Allow updating
2102 for etree_provided.
2103 (exp_print_tree): Handle etree_provided.
2104 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
2105 etree_provided.
2106
2107 2001-02-09 David Mosberger <davidm@hpl.hp.com>
2108
2109 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
2110 .IA_64.unwind.* pattern to unwind table section and
2111 .IA_64.unwind_info* pattern to unwind info section.
2112
2113 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2114
2115 * Makefile.am: Add linux target for S/390.
2116 * Makefile.in: Likewise.
2117 * configure.host: Likewise.
2118 * configure.tgt: Likewise.
2119 * emulparams/elf64_s390.sh: New file.
2120 * emulparams/elf_s390.sh: New file.
2121
2122 2001-02-09 Jakub Jelinek <jakub@redhat.com>
2123
2124 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
2125 targ_extra_libpath.
2126 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
2127
2128 2001-02-06 Philip Blundell <philb@gnu.org>
2129
2130 * Makefile.am: Remove mention of earmelf_linux26.
2131 * Makefile.in: Regenerate.
2132
2133 2001-02-04 Philip Blundell <philb@gnu.org>
2134
2135 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
2136 * emulparams/armelf_linux26.sh: Delete.
2137 * configure.tgt: Remove mention of armelf_linux26 emulation.
2138
2139 2001-02-01 Nick Clifton <nickc@redhat.com>
2140
2141 * ld.1: Replace occurances of -oformat with --oformat.
2142
2143 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
2144
2145 * ldlang.c (lang_leave_overlay): Don't set lma_region when
2146 load_base is specified.
2147
2148 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
2149
2150 * emultempl/elf32.em: Correct spelling in comments and listed
2151 options.
2152
2153 2001-01-23 Alan Modra <alan@linuxcare.com.au>
2154
2155 * ldlang.c (lang_leave_overlay): Only set lma_region from the
2156 default for the first section of a group of overlay sections.
2157
2158 2001-01-22 Alan Modra <alan@linuxcare.com.au>
2159
2160 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
2161 * Makefile.in: Regenerate.
2162 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
2163 Check for null tool_dir.
2164
2165 2001-01-16 Jim Wilson <wilson@redhat.com>
2166
2167 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
2168 and IA_64.unwind.info.
2169
2170 2001-01-16 H.J. Lu <hjl@gnu.org>
2171
2172 * ldlang.c (lang_check): Merge the private data only if the
2173 input file has contents.
2174
2175 2001-01-14 Alan Modra <alan@linuxcare.com.au>
2176
2177 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
2178
2179 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
2180 enabling search for libmilli. On a relocatable link, make .text
2181 sections unique.
2182 (LDEMUL_AFTER_PARSE): Define.
2183 (hppaelf_finish): Correct spelling of relocatable in comments.
2184
2185 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2186 rummage through the script for sections on the unique list.
2187 Correct length of strncmp for ".note".
2188 (gld${EMULATION_NAME}_check_needed): Rearrange function.
2189
2190 * ldlang.c (unique_section_list): New var.
2191 (unique_section_p): New function.
2192 (walk_wild_section): Don't match sections on unique_section_list.
2193 (lang_add_unique): New function.
2194 Correct spelling of relocatable in comments.
2195
2196 * ldlang.h (struct unique_sections): Declare.
2197 (unique_section_list): Declare.
2198 (unique_section_p): Declare.
2199 (lang_add_unique): Declare.
2200
2201 * lexsup.c (ld_options): Allow --unique to take an optional arg.
2202 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
2203
2204 * ld.texinfo (--unique): Update.
2205
2206 2001-01-13 Nick Clifton <nickc@redhat.com>
2207
2208 * lexsup.c (parse_args): Remove spurious white space.
2209
2210 2001-01-12 Nick Clifton <nickc@redhat.com>
2211
2212 * lexsup.c (parse_args): Update copyright date.
2213
2214 2001-01-12 Philip Blundell <pb@futuretv.com>
2215
2216 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
2217
2218 2001-01-10 Kazu Hirata <kazu@hxi.com>
2219
2220 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
2221 * scripttempl/h8300h.sc: Fix formatting.
2222 * scripttempl/h8300s.sc: Likewise.
2223 * scripttempl/h8500.sc: Likewise.
2224 * scripttempl/h8500b.sc: Likewise.
2225 * scripttempl/h8500c.sc: Likewise.
2226 * scripttempl/h8500m.sc: Likewise.
2227 * scripttempl/h8500s.sc: Likewise.
2228
2229 2000-01-07 David O'Brien <obrien@BSDi.com>
2230
2231 * emultempl/elf32.em: Only perform Linux ld hints processing when
2232 targeting Linux.
2233
2234 2001-01-07 Philip Blundell <philb@gnu.org>
2235
2236 * ld.texinfo (Bug Reporting): Update email address for reports.
2237
2238 2000-12-31 Nick Clifton <nickc@redhat.com>
2239
2240 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
2241 options by checking for a return value of '?' not -1.
2242
2243 2000-12-28 Nick Clifton <nickc@redhat.com>
2244
2245 * lexsup.c (struct ld_option): Add new enum value:
2246 EXACTLY_TWO_DASHES.
2247 (ld_options[]): Change -omagic, -output and -oformat options
2248 to be EXACTLY_TWO_DASHES.
2249 (OUTPUT_COUNT): Use ARRAY_SIZE.
2250 (parse_args): Change parameter 'argc' to unsigned.
2251 Place EXACTLY_TWO_DASHES options into new really_longopts
2252 array.
2253 If getopt_long_only fails, try calling getopt_long using the
2254 really_longopts array.
2255 (help): Print a double dash for both EXACTLY_TWO_DASHES and
2256 TWO_DASHES options.
2257
2258 * ldlex.h: Fix prototype of parse_args.
2259
2260 * ld.texinfo: Document that long options starting with 'o'
2261 must be preceeded by two dashes. Change example of a single
2262 dashed long option from -oformat to -trace-symbol.
2263
2264 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2265
2266 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
2267 (longopts[]): New --no-default-excludes option.
2268 (gld_${EMULATION_NAME}_list_options): Document.
2269 (gld_${EMULATION_NAME}_parse_args): Handle.
2270
2271 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2272
2273 * ldlang.c (new_stat): Revert the last beautification with "innocent"
2274 whitespace, it breaks the K&R C preprocessor.
2275
2276 2000-12-11 DJ Delorie <dj@redhat.com>
2277
2278 * ld.texinfo: Add notes about --whole-archive and gcc.
2279
2280 2000-11-18 Fred Fish <fnf@be.com>
2281
2282 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
2283 (ld_options): Entry for --allow-shlib-undefined.
2284 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
2285 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
2286 to false.
2287 * ld.texinfo: Document new command line switch.
2288
2289 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
2290
2291 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
2292 .fixup is actually read/write.
2293 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
2294 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2295 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2296
2297 2000-12-11 Jan Hubicka <jh@suse.cz>
2298
2299 * NEWS: Add note about x86_64 architecture.
2300
2301 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
2302
2303 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
2304 Set DWARF2 sections to a VMA of zero.
2305
2306 2000-12-01 Joel Sherrill <joel@OARcorp.com>
2307
2308 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
2309 New targets.
2310 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2311 (sparc*-*-rtems*): Switched from a.out to ELF.
2312
2313 2000-11-30 Jan Hubicka <jh@suse.cz>
2314
2315 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
2316 (eelf_x86_64.c): New.
2317 * Makefile.in: Regenerate.
2318 * configure.tgt: Add support for x86_64-*-linux-gnu*.
2319 * emulparams/elf_x86_64.sh: New.
2320
2321 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
2322
2323 * emulparams/crislinux.sh (ENTRY): Change back to _start.
2324 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
2325
2326 * scripttempl/crisaout.sc: Change all RELOCATING not related to
2327 merging non-a.out sections into CONSTRUCTING.
2328
2329 2000-11-28 Nick Clifton <nickc@redhat.com>
2330
2331 * ld.1 (COPYING): Mention that the GNU Free Documentation
2332 License is present in the sources, but not the output, and
2333 also available from the GNU website.
2334 (GNU Free Documentation License): Comment out this section.
2335
2336 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
2337
2338 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
2339 does not use them.
2340
2341 2000-11-25 David O'Brien <obrien@FreeBSD.org>
2342
2343 * ld.1: Remove old date so it does not give the impression the manpage
2344 is way out of date.
2345
2346 2000-11-24 Nick Clifton <nickc@redhat.com>
2347
2348 * configure.tgt (xscale-coff): Add target.
2349 (xscale-elf): Add target.
2350
2351 2000-11-24 Fred Fish <fnf@be.com>
2352
2353 * ldmain.c (main): Remove redundant init of config.make_executable
2354 to true.
2355
2356 2000-11-15 Richard Henderson <rth@redhat.com>
2357
2358 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
2359
2360 2000-11-14 Kazu Hirata <kazu@hxi.com>
2361
2362 * scripttempl/h8300.sc: Fix formatting.
2363 * scripttempl/h8300h.sc: Likewise.
2364 * scripttempl/h8300s.sc: Likewise.
2365
2366 2000-11-14 Denis Chertykov <denisc@overta.ru>
2367
2368 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
2369
2370 2000-11-09 Philip Blundell <pb@futuretv.com>
2371
2372 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
2373 around orphan sections whose names can be represented in C.
2374
2375 2000-11-07 Jim Wilson <wilson@redhat.com>
2376
2377 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
2378 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
2379
2380 2000-11-06 Nick Clifton <nickc@redhat.com>
2381
2382 * ld.texinfo: Add GNU Free Documentation License.
2383 * ldint.texinfo: Add GNU Free Documentation License.
2384 * ld.1: Add GNU Free Documentation License.
2385
2386 2000-11-05 Alan Modra <alan@linuxcare.com.au>
2387
2388 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
2389 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
2390
2391 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
2392 Move 2000-11-02 Makefile.in changes to this file.
2393 * Makefile.in: Regenerate.
2394
2395 2000-11-03 Nick Clifton <nickc@redhat.com>
2396
2397 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
2398 constructors and destructors.
2399 * scripttempl/h8300h.sc: Ditto.
2400 * scripttempl/h8300s.sc: Ditto.
2401 * scripttempl/h8500.sc: Ditto.
2402 * scripttempl/h8500b.sc: Ditto.
2403 * scripttempl/h8500c.sc: Ditto.
2404 * scripttempl/h8500m.sc: Ditto.
2405 * scripttempl/h8500s.sc: Ditto.
2406 * scripttempl/v850.sc: Ditto.
2407 * scripttempl/w65.sc: Ditto.
2408 * scripttempl/z8000.sc: Ditto.
2409
2410 2000-11-02 Per Lundberg <plundis@chaosdev.org>
2411
2412 * Makefile.in (e_i386_chaos.c): New rule.
2413 (ALL_EMULATIONS): Added e_i386_chaos.o.
2414 * emulparams/elf_i386_chaos.sh: New file.
2415 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
2416
2417 2000-10-20 Jakub Jelinek <jakub@redhat.com>
2418
2419 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
2420 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
2421 Fix sed invocation, so that it coped with '/' in Solaris 64bit
2422 library path suffix.
2423 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
2424
2425 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
2426
2427 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
2428 for consecutive sections.
2429
2430 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
2431
2432 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
2433 options.
2434 * ld.texinfo: Added notes about this new option.
2435
2436 2000-10-16 Nick Clifton <nickc@redhat.com>
2437
2438 * emultempl/pe.em (_after_open): Add tests of return values from
2439 bfd functions. Emit appropriate error messages if necessary.
2440
2441 2000-10-13 Nick Clifton <nickc@redhat.com>
2442
2443 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
2444 local variables - they are not used, but leave in the call to
2445 bfd_canonicalize_symtab.
2446 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
2447 pe_dll_search_prefix.
2448
2449 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
2450
2451 * emultempl/pe.em (pe_dll_search_prefix): New variable,
2452 (longopts): New --dll-search-prefix option.
2453 (gld_${EMULATION_NAME}_list_options): Document.
2454 (gld_${EMULATION_NAME}_parse_args): Handle.
2455 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
2456 dynamically, search for a dll named '<prefix><basename>.dll'
2457 in preference to 'lib<basename>.dll' if --dll-search-prefix
2458 is specified.
2459
2460 2000-10-12 Alan Modra <alan@linuxcare.com.au>
2461
2462 * ldlang.c (section_already_linked): Set kept_section instead of
2463 sec->comdat->sec.
2464
2465 2000-10-10 Kazu Hirata <kazu@hxi.com>
2466
2467 * deffile.h: Fix formatting.
2468 * lexsup.c: Likewise.
2469 * mri.c: Likewise.
2470
2471 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2472
2473 * pe-dll.c (make_one): Do not generate code thunk for DATA
2474 exports.
2475 (process_def_file): deduce DATA flag for auto-export sumbols.
2476
2477 2000-10-09 Kazu Hirata <kazu@hxi.com>
2478
2479 * ld.h: Fix formatting.
2480 * ldcref.c: Likewise.
2481 * ldctor.h: Likewise.
2482 * ldemul.c: Likewise.
2483 * ldemul.h: Likewise.
2484 * ldexp.c: Likewise.
2485 * ldexp.h: Likewise.
2486 * ldfile.c: Likewise.
2487 * ldfile.h: Likewise.
2488 * ldlang.c: Likewise.
2489 * ldlang.h: Likewise.
2490 * ldmain.c: Likewise.
2491 * pe-dll.c: Likewise.
2492
2493 * pe-dll.c: Revert some formatting fixes.
2494
2495 2000-10-08 Kazu Hirata <kazu@hxi.com>
2496
2497 * pe-dll.c: Fix formatting.
2498
2499 2000-10-05 Kazu Hirata <kazu@hxi.com>
2500
2501 * ldlang.c: Fix formatting.
2502
2503 2000-10-03 DJ Delorie <dj@redhat.com>
2504
2505 * pe-dll.c (fill_edata): initialize entire block
2506 (make_one): fill in correct section.
2507
2508 2000-10-03 Kazu Hirata <kazu@hxi.com>
2509
2510 * ldexp.c: Fix formatting.
2511
2512 2000-10-02 DJ Delorie <dj@redhat.com>
2513
2514 * emultempl/pe.em (gld_*_after_open): detect case where there two
2515 import libraries for same dll; rename one to ensure proper link
2516 order.
2517
2518 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
2519 typo
2520 (generate_edata): fix typo
2521
2522 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
2523
2524 * scripttempl/crisaout.sc (ENTRY): Now __start.
2525 (.text): Add default setting for __start.
2526 Remove CONSTRUCTORS handling.
2527 (/DISCARD/): Add .gnu.warning.*.
2528 * emulparams/crislinux.sh (ENTRY): Now __start.
2529 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
2530 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
2531 (ENTRY): Now __start.
2532 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
2533 (EXECUTABLE_SYMBOLS): Add default setting for __start.
2534
2535 2000-09-29 Kazu Hirata <kazu@hxi.com>
2536
2537 * deffile.h: Fix formatting.
2538 * ld.h: Likewise.
2539 * ldcref.c: Likewise.
2540 * ldctor.c: Likewise.
2541 * ldctor.h: Likewise.
2542 * ldemul.c: Likewise.
2543 * ldemul.h: Likewise.
2544 * ldexp.c: Likewise.
2545 * ldexp.h: Likewise.
2546 * ldfile.c: Likewise.
2547 * ldfile.h: Likewise.
2548 * ldlang.c: Likewise.
2549 * ldlang.h: Likewise.
2550 * lexsup.c: Likewise.
2551 * mri.c: Likewise.
2552 * pe-dll.c: Likewise.
2553
2554 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2555
2556 * pe-dll.c (process_def_file): Uninitialized data wasn't
2557 exported with --export-all-symbols switch.
2558
2559 2000-09-28 DJ Delorie <dj@redhat.com>
2560
2561 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
2562 noname work properly.
2563
2564 2000-09-28 Alan Modra <alan@linuxcare.com.au>
2565
2566 * ld.texinfo (HPPA ELF32): New section.
2567
2568 * emultempl/hppaelf.em (group_size): New.
2569 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
2570 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
2571 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
2572 options to prevent abbreviations matching.
2573 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
2574 (PARSE_AND_LIST_ARGS_CASES): Handle it.
2575
2576 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2577
2578 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
2579 on the m68*-*-elf target. Make it support COFF input objects.
2580
2581 2000-09-21 Kazu Hirata <kazu@hxi.com>
2582
2583 * ldmain.c: Fix formatting.
2584 * ldmisc.c: Likewise.
2585 * ldver.c: Likewise.
2586 * ldwrite.c: Likewise.
2587
2588 2000-09-21 Alan Modra <alan@linuxcare.com.au>
2589
2590 * ldwrite.c (clone_section): Silence gcc warnings.
2591
2592 2000-09-20 Alan Modra <alan@linuxcare.com.au>
2593
2594 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
2595 out of memory failure.
2596
2597 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
2598 (clone_section): Handle out of memory failures. Rename var to
2599 avoid c++ reserved word.
2600
2601 2000-09-18 Alan Modra <alan@linuxcare.com.au>
2602
2603 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
2604 stub_name param to stub_sec_name.
2605 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
2606
2607 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2608
2609 * emultempl/m68kelf.em: New file.
2610 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
2611 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
2612 * Makefile.in: Regenerate.
2613
2614 2000-09-15 Alan Modra <alan@linuxcare.com.au>
2615
2616 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
2617 only as needed.
2618
2619 2000-09-13 Nick Clifton <nickc@redhat.com>
2620
2621 * ldmain.c (multiple_definition): Disable relaxation if
2622 multiple symbol definitions are encountered - otherwise the
2623 linker could abort with an assertion failure.
2624
2625 2000-09-10 Nick Clifton <nickc@redhat.com>
2626
2627 * mri.c: Fix formatting.
2628
2629 2000-09-07 H.J. Lu <hjl@gnu.org>
2630
2631 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2632 * configure: Rebuild.
2633
2634 2000-09-07 H.J. Lu <hjl@gnu.org>
2635
2636 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
2637 * Makefile.in: Rebuild.
2638
2639 2000-09-07 Alan Modra <alan@linuxcare.com.au>
2640
2641 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
2642 broken list handling. Create __start_SECNAME and __stop_SECNAME
2643 when no place-holder. Add some comments. Test both SEC_CODE and
2644 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
2645 Handle case where no output section statement created.
2646
2647 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
2648
2649 * configure.tgt (sh-*-linux*): Added.
2650 * Makefile.am: Added eshelf_linux and eshlelf_linux.
2651 * Makefile.in: Rebuilt.
2652 * emulparams/shelf_linux.sh: New file.
2653 * emulparams/shlelf_linux.sh: New file.
2654
2655 2000-09-06 Alan Modra <alan@linuxcare.com.au>
2656
2657 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2658 try shuffling sections when the orphan happens to be the place
2659 holder. Keep count of unique section names generated so we speed
2660 the search for a new name.
2661
2662 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2663
2664 * configure: Rebuilt with new libtool.m4.
2665
2666 2000-09-05 Nick Clifton <nickc@redhat.com>
2667
2668 * Makefile.in: Regenerate.
2669 * aclocal.m4: Regenerate.
2670 * configure: Regenerate.
2671 * config.in: Regenerate.
2672 * po/ld.pot: Regenerate.
2673
2674 * ldint.texinfo: Remove CVS revision marker - it foils local
2675 comparisons.
2676
2677 * emultempl/ticoff.em: Remove extraneous comma.
2678
2679 2000-09-05 Alan Modra <alan@linuxcare.com.au>
2680
2681 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
2682 to stub section flags.
2683 (hppa_for_each_input_file_wrapper): New.
2684 (hppa_lang_for_each_input_file): New.
2685 (lang_for_each_input_file): Define to call above.
2686 (multi_subspace): New.
2687 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
2688 (PARSE_AND_LIST_PROLOGUE): Define.
2689 (PARSE_AND_LIST_LONGOPTS): Define.
2690 (PARSE_AND_LIST_OPTIONS): Define.
2691 (PARSE_AND_LIST_ARGS_CASES): Define.
2692 (hppaelf_finish): Call elf32_hppa_set_gp.
2693 (hppaelf_set_output_arch): Remove.
2694 (LDEMUL_SET_OUTPUT_ARCH): Remove.
2695
2696 * emulparams/hppalinux.sh (ELFSIZE): Define.
2697 (MACHINE): Define.
2698 (OTHER_READONLY_SECTIONS): Define.
2699 (DATA_PLT): Define.
2700 (GENERATE_SHLIB_SCRIPT): Define.
2701
2702 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
2703 to const throughout. Change `void *' to `PTR' throughout.
2704 (lang_memory_default): Function is local to file, add `static'.
2705
2706 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
2707 (ehppalinux.c): Likewise.
2708 (earmelf.c): Likewise.
2709 (earmelf_linux.c): Likewise.
2710 (earmelf_linux26.c): Likewise.
2711 * Makefile.in: Regenerate.
2712
2713 * ld.h (ld_config_type): Add unique_orphan_sections.
2714 * lexsup.c (OPTION_UNIQUE): Define.
2715 (ld_options): Add "--unique".
2716 (parse_args): Handle it.
2717 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2718 search for an existing output section if unique_orphan_sections is
2719 set. Make use of bfd_get_unique_section_name rather than
2720 duplicating code here.
2721 * ld.texinfo: Describe --unique.
2722
2723 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
2724 optional arg to split-by-file.
2725 (parse_args): Handle them.
2726 * ld.texinfo: Update description of these options.
2727 * ldwrite.c (clone_section): Pass in the section name. Replace
2728 local code with bfd_get_unique_section_name.
2729 (split_sections): Tidy code and comments. Use a list traversal
2730 more appropriate to the list construction. Handle cooked section
2731 sizes. Split when split_by_reloc reached rather than exceeded.
2732 Track section size and split when split_by_file reached. Fix
2733 link_order_tail (even though it's not used).
2734 (ldwrite): Modify condition for calling split_sections to suit
2735 changed split_by_reloc and split_by_file.
2736 * ldmain.c (main): Init config.split_by_reloc and
2737 config.split_by_file to -1.
2738 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
2739 Change split_by_file to bfd_size_type.
2740
2741 2000-09-02 Nick Clifton <nickc@redhat.com>
2742
2743 * configure.in: Increase version number to 2.10.91.
2744 * NEWS: Mention new ability to support removal of duplicate DWARF2
2745 debug information.
2746 * configure: Regenerate.
2747 * aclocal.m4: Regenerate.
2748 * config.in: Regenerate.
2749
2750 2000-09-02 Daniel Berlin <dberlin@redhat.com>
2751
2752 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
2753 sections.
2754 * scripttempl/elf32avr.sc: Ditto.
2755 * scripttempl/elfd10v.sc: Ditto.
2756 * scripttempl/elfd30v.sc: Ditto.
2757 * scripttempl/elfi370.sc: Ditto.
2758 * scripttempl/elfm68hc11.sc: Ditto.
2759 * scripttempl/elfm68hc12.sc: Ditto.
2760 * scripttempl/elfi386beos.sc: Ditto.
2761 * scripttempl/v850.sc: Ditto.
2762
2763 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
2764
2765 * acinclude.m4: Include libtool and gettext macros from the
2766 top level.
2767 * aclocal.m4, configure: Rebuilt.
2768
2769 2000-08-25 Nick Clifton <nickc@redhat.com>
2770
2771 * ldlang.c (open_output): When choosing the target for a
2772 particular endianness, do nothing if the target is not
2773 supported.
2774
2775 2000-08-25 H.J. Lu <hjl@gnu.org>
2776
2777 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
2778 check -rpath nor LD_RUN_PATH for cross link.
2779 * ld.texinfo: Document the change.
2780
2781 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
2782
2783 * NEWS: Mention support for CRIS.
2784
2785 2000-08-23 H.J. Lu <hjl@gnu.org>
2786
2787 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
2788 the current runpath list from bfd_elf_get_runpath_list ()
2789 before search.
2790
2791 2000-08-22 H.J. Lu <hjl@gnu.org>
2792
2793 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
2794 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
2795 LD_LIBRARY_PATH for native linker. Display the needed DSO if
2796 trace_file_tries is non-zero.
2797 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
2798 if trace_file_tries is non-zero.
2799
2800 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
2801 * NEWS: Mention it.
2802
2803 2000-08-14 Jason Eckhardt <jle@cygnus.com>
2804
2805 * NEWS: Mention i860 support.
2806
2807 2000-08-14 Andreas Schwab <schwab@suse.de>
2808
2809 * scripttempl/elf.sc: Fix last change to use correct comment
2810 syntax.
2811
2812 2000-08-10 Geoff Keating <geoffk@cygnus.com>
2813
2814 * scripttempl/elf.sc: Add a comment giving the correspondence
2815 between sections, per-datum sections, and linkonce sections. Make
2816 the comment true even for .bss, .sdata, .sdata2, .sbss, and
2817 .sbss2.
2818
2819 2000-08-10 Jason Eckhardt <jle@cygnus.com>
2820
2821 * emulparams/elf32_i860.sh: New file.
2822 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
2823 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
2824 (eelf32_i860.c): New rule.
2825 * Makefile.in: Regenerate.
2826
2827 2000-08-10 Nick Clifton <nickc@cygnus.com>
2828
2829 * emulparams/mipspe.sh (ENTRY): Add definition.
2830
2831 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
2832
2833 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
2834 in error message.
2835
2836 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2837
2838 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
2839 the final size of .bss section.
2840 * scripttempl/elfm68hc12.sc: Likewise.
2841
2842 2000-08-04 Alan Modra <alan@linuxcare.com.au>
2843
2844 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
2845 gld${EMULATION_NAME}_parse_args for consistency. Combine
2846 lastoptind and prevoptind vars, and keep track of last optind.
2847 (gld_${EMULATION_NAME}_list_options): Rename to
2848 gld${EMULATION_NAME}_list_options.
2849
2850 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
2851
2852 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
2853 (i586-sco-sysv5uw7.1.0).
2854
2855 2000-07-27 H.J. Lu <hjl@gnu.org>
2856
2857 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
2858 (PARSE_AND_LIST_PROLOGUE): New.
2859 (PARSE_AND_LIST_LONGOPTS): Likewise.
2860 (PARSE_AND_LIST_OPTIONS): Likewise.
2861 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2862 (PARSE_AND_LIST_EPILOGUE): Likewise.
2863
2864 2000-07-28 Alan Modra <alan@linuxcare.com.au>
2865
2866 * emultempl/armelf.em: Elide functions common to elf32.em,
2867 ie. most of the file.
2868 (arm_elf_after_open): New. Do arm specific things then call
2869 gld${EMULATION_NAME}_after_open.
2870 (arm_elf_before_allocation): New. Call
2871 gld${EMULATION_NAME}_before_allocation then do arm specifics.
2872 (PARSE_AND_LIST_PROLOGUE): Define.
2873 (PARSE_AND_LIST_SHORTOPTS): Define.
2874 (PARSE_AND_LIST_LONGOPTS): Define.
2875 (PARSE_AND_LIST_OPTIONS): Define.
2876 (PARSE_AND_LIST_ARGS_CASES): Define.
2877 (LDEMUL_AFTER_OPEN): Define.
2878 (LDEMUL_BEFORE_ALLOCATION): Define.
2879 (LDEMUL_BEFORE_PARSE): Define.
2880 (LDEMUL_FINISH): Define.
2881
2882 * emultempl/hppaelf.em: Similarly zap most of this file.
2883 (hppaelf_add_stub_section): Prototype.
2884 (hppaelf_layaout_sections_again): Prototype.
2885 (hook_in_stub): Prototype.
2886 (LDEMUL_SET_OUTPUT_ARCH): Define.
2887 (LDEMUL_FINISH): Define.
2888 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2889
2890 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
2891 (EXTRA_EM_FILE): New.
2892 * emulparams/armelf_linux.sh: Likewise.
2893 * emulparams/armelf_linux26.sh: Likewise.
2894 * emulparams/hppalinux.sh: Likewise.
2895 * emulparams/hppaelf.sh: Likewise.
2896 (NOP): Define.
2897
2898 * emultempl/elf32.em: Fix formatting.
2899 (EXTRA_EM_FILE): Source it.
2900 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2901 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2902 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2903 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2904 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2905 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2906 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2907 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2908 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
2909 allow functions in this file to be overridden.
2910 (PARSE_AND_LIST_SHORTOPTS): Handle it.
2911
2912 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
2913
2914 * emultempl/elf32.em: Reorganize file.
2915
2916 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
2917
2918 * emulparams/elf64alpha.sh: Implement "-taso" emulation
2919 specific option to fit 64-bit executable in the lower
2920 31-bit address range. This is done by changing start
2921 address of .interp (the very first section of executable)
2922 and then setting EF_ALPHA_32BIT elf header flag.
2923
2924 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2925
2926 * emultempl/m68kcoff.em: New file.
2927 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
2928 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
2929 generic.em.
2930 * Makefile.in: Regenerate.
2931
2932 2000-07-20 H.J. Lu <hjl@gnu.org>
2933
2934 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
2935 and "disable-new-dtags" to stop getopt from treating -d/-e as
2936 abbreviations for these options.
2937
2938 2000-07-20 H.J. Lu <hjl@gnu.org>
2939
2940 * ld.texinfo: Add documentation for --disable-new-dtags and
2941 --enable-new-dtags.
2942
2943 * ldmain.c (main): Initialize link_info.new_dtags to false.
2944
2945 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
2946 --disable-new-dtags and --enable-new-dtags.
2947 (gld_${EMULATION_NAME}_list_options): Likewise.
2948
2949 2000-07-05 Kenneth Block <krblock@computer.org>
2950
2951 * lexsup.c: Add optional style to demangle switch
2952 * ld.texinfo: Document optional style to demangle switch.
2953
2954 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2955
2956 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
2957 ecrislinux.o.
2958 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
2959 Regenerate dependencies.
2960 * Makefile.in: Rebuild.
2961 * configure.tgt (cris-*-*): New target.
2962 * emulparams/crisaout.sh, emulparams/criself.sh,
2963 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
2964 * po/POTFILES.in, po/ld.pot: Regenerate.
2965
2966 2000-07-20 H.J. Lu <hjl@gnu.org>
2967
2968 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
2969 Print out ignored -z options.
2970
2971 2000-07-19 H.J. Lu <hjl@gnu.org>
2972
2973 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
2974 (PARSE_AND_LIST_PROLOGUE): New.
2975 (PARSE_AND_LIST_LONGOPTS): Likewise.
2976 (PARSE_AND_LIST_OPTIONS): Likewise.
2977 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2978
2979 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
2980
2981 * lexsup.c (ld_options): Comment out 'z'.
2982 (parse_args): Likewise.
2983
2984 * emultempl/elf32.em: Include "elf/common.h".
2985 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
2986 options.
2987 (gld_${EMULATION_NAME}_list_options): Likewise.
2988
2989 * ld.texinfo: Add documentation for the recognized -z options.
2990
2991 2000-07-19 H.J. Lu <hjl@gnu.org>
2992
2993 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
2994 bfd_elf_set_dt_needed_soname ().
2995
2996 2000-07-18 DJ Delorie <dj@cygnus.com>
2997
2998 * pe-dll.c (pe_dll_id_target): check object target name also
2999
3000 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
3001
3002 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
3003 ${INIT_END} if relocating.
3004 (.fini): Likewise ${FINI_START} and ${FINI_END}.
3005
3006 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
3007
3008 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
3009 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
3010 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
3011 errors introduced by the old dynamic lib search order.
3012
3013 2000-07-17 DJ Delorie <dj@cygnus.com>
3014
3015 * pe-dll.c (process_def_file): auto-export data items also
3016 (pe_process_import_defs): also see if _imp_ form needed
3017
3018 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
3019
3020 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
3021 for dll import libraries
3022
3023 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
3024
3025 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
3026 gcc 2.95.2 and later.
3027
3028 2000-07-11 Kazu Hirata <kazu@hxi.com>
3029
3030 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
3031 message.
3032
3033 2000-07-10 Alan Modra <alan@linuxcare.com.au>
3034
3035 * ldemul.h (struct lang_input_statement_struct): Remove forward
3036 declaration.
3037 (struct search_dirs): Likewise.
3038 * ldfile.h (struct lang_input_statement_struct): Likewise.
3039 Protect file from multiple inclusion.
3040 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
3041 declaration from macro to file scope.
3042
3043 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
3044 * ldgram.y: Likewise here.
3045 * ldlang.c: And here.
3046 * ldmain.c: And here.
3047 * mpw-elfmips.c: And here.
3048 * mpw-eppcmac.c: And here.
3049 * emultempl/aix.em: And here.
3050 * emultempl/armcoff.em: And here.
3051 * emultempl/armelf.em: And here.
3052 * emultempl/armelf_oabi.em: And here.
3053 * emultempl/beos.em: And here.
3054 * emultempl/elf32.em: And here.
3055 * emultempl/hppaelf.em: And here.
3056 * emultempl/linux.em: And here.
3057 * emultempl/lnk960.em: And here.
3058 * emultempl/pe.em: And here.
3059 * emultempl/sunos.em: And here.
3060 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
3061 * mpw-idtmips.c: Ditto.
3062 * emultempl/generic.em: Ditto.
3063 * emultempl/gld960.em: Ditto.
3064 * emultempl/gld960c.em: Ditto.
3065 * emultempl/mipsecoff.em: Ditto.
3066 * emultempl/ticoff.em: Ditto.
3067 * emultempl/vanilla.em: Ditto.
3068
3069 * pe-dll.c: Include ldfile.h
3070 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
3071
3072 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
3073 arguments to bfd_elf32_size_dynamic_sections call.
3074 (gldelf32ebmip_place_orphan): Add missing arguments to
3075 lang_leave_output_section_statement call.
3076
3077 2000-07-10 H.J. Lu <hjl@gnu.org>
3078
3079 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
3080 DLL_SUPPORT.
3081 (strhash): Likewise.
3082 (compute_dll_image_base): Likewise.
3083 (pe_undef_found_sym): Likewise.
3084 (pe_undef_cdecl_match): Likewise.
3085 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
3086 argument "arch" with ATTRIBUTE_UNUSED.
3087
3088 2000-07-10 Alan Modra <alan@linuxcare.com.au>
3089
3090 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
3091
3092 From Ryan Bradetich <rbradetich@uswest.net>
3093 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
3094
3095 2000-07-09 Alan Modra <alan@linuxcare.com.au>
3096
3097 Changes to create multiple linker stubs, positioned immediately
3098 before the section where they are required.
3099 * emultempl/hppaelf.em: Include elf32-hppa.h.
3100 (stub_sec, file_chain): Delete.
3101 (hppaelf_create_output_section_statements): Don't make a stub
3102 section here.
3103 (hook_stub_info): New struct.
3104 (hook_in_stub): New function.
3105 (hppaelf_add_stub_section): New function.
3106 (hppaelf_finish): Do nothing for relocateable links. Modify the
3107 call to elf32_hppa_size_stubs. Move code for updating section
3108 layout from here...
3109 (hppaelf_layaout_sections_again): ..to here, a new function.
3110
3111 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
3112 broken list handling. Pass in a pointer to the list.
3113 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
3114 for above changes.
3115 (hppaelf_before_parse): Prototype.
3116 (hppaelf_set_output_arch): Prototype.
3117 (hppaelf_create_output_section_statements): Prototype.
3118 (hppaelf_delete_padding_statements): Prototype.
3119 (hppaelf_finish): Prototype.
3120
3121 Merge from elf32.em
3122 * emultempl/hppaelf.em: Include ctype.h.
3123 (struct orphan_save): New.
3124 (gld${EMULATION_NAME}_place_orphan): New.
3125 (output_rel_find): New.
3126 (hppaelf_get_script): Update from elf32.em.
3127 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
3128 Change emulation_name field to "${EMULATION_NAME}". Add
3129 gld${EMULATION_NAME}_place_orphan.
3130
3131 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
3132 ehppalinux.o, sort it. Regenerate dependencies.
3133 (ehppalinux.c): Depend on hppaelf.em
3134 * Makefile.in: Regenerate.
3135
3136 * configure.tgt: targ_emul=hppalinux for hppa*linux
3137
3138 * emulparams/hppalinux.sh: New.
3139 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
3140
3141 2000-07-08 Alan Modra <alan@linuxcare.com.au>
3142
3143 * lexsup.c (parse_args): Copy section name.
3144
3145 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
3146
3147 * emultempl/pe.em: institute the following search order for
3148 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
3149 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
3150 static lib (libfoo.a) if none of the above are found.
3151
3152 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
3153
3154 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
3155 (longopts): New --{enable,disable}-auto-image-base options.
3156 (gld_${EMULATION_NAME}_list_options): Document.
3157 (gld_${EMULATION_NAME}_parse): Handle.
3158 (strhash): New static function.
3159 (compute_dll_image_base): New static function.
3160 (gld_${EMULATION_NAME}_set_symbols): Use.
3161
3162 2000-07-05 DJ Delorie <dj@redhat.com>
3163
3164 * MAINTAINERS: new
3165
3166 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
3167
3168 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
3169 * emulparams/elf32btsmip.sh: New file.
3170 * Makefile.am: Add traditional mips target.
3171 * Makefile.in: Rebuild.
3172
3173 2000-07-01 H.J. Lu <hjl@gnu.org>
3174
3175 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
3176 automake to use YLWRAP.
3177 * Makefile.in: Rebuild.
3178
3179 2000-07-01 Alan Modra <alan@linuxcare.com.au>
3180
3181 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3182 (CLEANFILES): Add DEPA.
3183 * Makefile.in: Regenerate.
3184
3185 2000-06-30 Timothy Wall <twall@ppc>
3186
3187 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
3188 the page in the upper octet of the address.
3189
3190 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
3191
3192 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
3193
3194 2000-06-24 Alan Modra <alan@linuxcare.com.au>
3195
3196 * NEWS: arm-elf does --gc-sections too.
3197
3198 2000-06-22 Alan Modra <alan@linuxcare.com.au>
3199
3200 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3201 find one.
3202 * Makefile.in: Regenerate.
3203
3204 2000-06-21 H.J. Lu <hjl@gnu.org>
3205
3206 * Makefile.am: Rebuild dependency.
3207 * Makefile.in: Rebuild.
3208
3209 2000-06-20 H.J. Lu <hjl@gnu.org>
3210
3211 * Makefile.am: Rebuild dependency.
3212 * Makefile.in: Rebuild.
3213
3214 2000-06-20 Timothy Wall <twall@cygnus.com>
3215
3216 * scripttempl/tic54xcoff.sc: New.
3217 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
3218 * gen-doc.texi: Add flag for TI COFF.
3219 * ld.texinfo: Add documentation for TI COFF handling switches.
3220 * emultempl/ticoff.em: New. TI COFF handling.
3221 * configure.tgt: Add tic54x target.
3222 * Makefile.am: Add tic54x target.
3223 * Makefile.in: Ditto.
3224
3225 2000-06-20 Alan Modra <alan@linuxcare.com.au>
3226
3227 * ldmain.c (set_scripts_dir): Correct pointer comparison when
3228 checking for backslashes.
3229
3230 2000-06-19 Alan Modra <alan@linuxcare.com.au>
3231
3232 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
3233
3234 2000-06-18 Alan Modra <alan@linuxcare.com.au>
3235
3236 * NEWS: Update list of targets supporting --gc-sections.
3237
3238 * scripttempl/elf.sc: KEEP .eh_frame contents.
3239 * scripttempl/elfd30v.sc: Same here.
3240
3241 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
3242
3243 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
3244 and m68hc11 (elf).
3245 * Makefile.in: Rebuild.
3246 * configure.tgt: Recognize m68hc12 and m68hc11.
3247 * scripttempl/elfm68hc12.sc: New file.
3248 * emulparams/m68hc12elfb: New emulation.
3249 * emulparams/m68hc12elf: New emulation.
3250 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
3251 (includes a memory.x script to define the ROM and RAM banks).
3252 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
3253 New configuration files for support of Motorola 68hc11
3254
3255 2000-06-15 Alan Modra <alan@linuxcare.com.au>
3256
3257 * ldmain.c (main): Only change SEC_READONLY for final link.
3258
3259 2000-06-13 H.J. Lu <hjl@gnu.org>
3260
3261 * configure: Regenerate.
3262
3263 2000-06-08 David O'Brien <obrien@FreeBSD.org>
3264
3265 * configure.in (VERSION): Update to show this is the CVS mainline.
3266
3267 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3268
3269 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
3270 input objects to be ECOFF.
3271 (check_sections): einfo takes %B, not %P, to print a BFD name.
3272
3273 2000-06-05 Michael Matz <matz@ifh.de>
3274
3275 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
3276 version scripts.
3277
3278 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
3279
3280 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
3281
3282 * emulparams/avr1200.sh (STACK): Define as 0.
3283 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
3284 * emulparams/avr4433.sh (STACK): Likewise.
3285 * emulparams/avr44x4.sh (STACK): Likewise.
3286 * emulparams/avr85xx.sh (STACK): Likewise.
3287 * emulparams/avrmega103.sh (STACK): Likewise.
3288 * emulparams/avrmega161.sh (STACK): Likewise.
3289 * emulparams/avrmega603.sh (STACK): Likewise.
3290 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
3291 (__stack): Define from ${STACK} for main().
3292
3293 2000-05-26 Alan Modra <alan@linuxcare.com.au>
3294
3295 * Makefile.am: Update dependencies with "make dep-am"
3296 * Makefile.in: Regenerate.
3297
3298 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
3299
3300 * ldmain.c: Include filenames.h.
3301 (set_scripts_dir): Support backslashes in program name.
3302
3303 2000-05-22 Igor Shevlyakov <igor@windriver.com>
3304
3305 * ldmain.c (main): When deciding if ".text" section should be
3306 read-only, don't forget to reset SEC_READONLY because it
3307 could be already set.
3308
3309 2000-05-22 Thomas de Lellis <tdel@windriver.com>
3310
3311 * ld.1: Add documentation for new command line option:
3312 --section-start <sectionname>=<sectionorg>
3313 This is a generic version of -Ttext etc. which accepts
3314 any section name as a parameter instead of just text/data/
3315 bss.
3316 * ld.texinfo: More docs.
3317 * NEWS: More docs.
3318 * lexsup.c: (parse_args): Recognize new command line option.
3319 (ld_options): Add new option.
3320
3321 2000-05-18 H.J. Lu <hjl@gnu.org>
3322
3323 * lexsup.c (parse_args): `i' == `r', not `q'.
3324
3325 2000-05-18 Jeffrey A Law (law@cygnus.com)
3326
3327 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
3328
3329 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
3330 Rick Gorton <gorton@scrugs.lkg.dec.com>
3331
3332 Add support for '-q' == '--emit-relocs' switch.
3333 * ldmain.c (main): Default to false.
3334 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
3335 * NEWS: Describe the emitrelocations switch.
3336 * ld.texinfo: Describe the emitrelocations switch.
3337
3338 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
3339
3340 * emultempl/pe.em (_open_dynamic_archive): New function: Search
3341 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
3342 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
3343 link options.
3344
3345 2000-05-15 David O'Brien <obrien@FreeBSD.org>
3346
3347 * lexsup.c (parse_args): Update the year in the copyright notice.
3348
3349 2000-05-13 Alan Modra <alan@linuxcare.com.au>
3350
3351 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
3352 Replace defines with those from intl/libgettext.h to quieten gcc
3353 warnings.
3354
3355 2000-05-10 H.J. Lu <hjl@gnu.org>
3356
3357 * ldlang.c (open_input_bfds): Don't load the same file within
3358 a group again if the whole archive has been loaded already.
3359
3360 2000-05-03 Alan Modra <alan@linuxcare.com.au>
3361
3362 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
3363 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
3364 strtoul.
3365
3366 2000-05-01 Jim Wilson <wilson@cygnus.com>
3367
3368 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
3369
3370 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3371 host "ia64-*-linux-gnu*".
3372
3373 2000-04-29 Andreas Jaeger <aj@suse.de>
3374
3375 * ld.h: Correctly check GCC version.
3376
3377 2000-04-25 Jeffrey A Law (law@cygnus.com)
3378
3379 * Makefile.am: Add PA64 support. Add missing dependencies for
3380 PA32 elf support.
3381 * Makefile.in: Rebuilt.
3382 * configure.tgt: Add PA64 support (currently disabled).
3383
3384 2000-04-25 Alan Modra <alan@linuxcare.com.au>
3385
3386 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
3387 (output_rel_find): New function.
3388 (hold_section, hold_use): Delete.
3389 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3390 hold_interp): Make local to place_orphan.
3391 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
3392 rather than place_section to find possible previous use of orphan.
3393 Similarly find the place-holder output sections. Use returned
3394 value from lang_enter_output_section_statement rather than calling
3395 lang_output_section_statement_lookup.
3396 * emultempl/armelf.em: Same here.
3397 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
3398
3399 * ldlang.c (lang_enter_output_section_statement): Return output
3400 section statement.
3401 * ldlang.h (lang_enter_output_section_statement): Change
3402 declaration too.
3403
3404 * ldlang.h (lang_output_section_statement): Export it.
3405 * ldlang.c (lang_output_section_statement): Ditto.
3406
3407 2000-04-24 Nick Clifton <nickc@cygnus.com>
3408
3409 * ld.texinfo (Output Section Data): Add note that section data
3410 commands cannot appear outside of section directives.
3411
3412 2000-04-2 Matthew Green <mrg@cygnus.com>
3413
3414 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
3415
3416 2000-04-21 Richard Henderson <rth@cygnus.com>
3417 David Mosberger <davidm@hpl.hp.com>
3418
3419 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
3420 (eelf64_ia64.c): New rule.
3421 * Makefile.in: Rebuild.
3422 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
3423 * emulparams/elf64_ia64.sh: New file.
3424
3425 2000-04-21 Richard Henderson <rth@cygnus.com>
3426
3427 * scripttempl/elfd30v.sc: Place .gcc_except_table.
3428
3429 2000-04-19 Alan Modra <alan@linuxcare.com.au>
3430
3431 * dep-in.sed: Match space at start of file name, not at end.
3432
3433 2000-04-18 H.J. Lu <hjl@gnu.org>
3434
3435 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
3436 lang_leave_output_section_statement () after calling
3437 lang_enter_output_section_statement ().
3438 * emultempl/armelf.em: Likewise.
3439
3440 2000-04-18 Alan Modra <alan@linuxcare.com.au>
3441
3442 * emultempl/elf32.em (struct orphan_save): Add section field.
3443 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
3444 better order, and place first orphan section as we did before the
3445 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
3446 Don't call make_bfd_section here, let wild_doit do the job for us.
3447 Don't build a statement list when we'll only throw it away.
3448 * emultempl/armelf.em: Ditto.
3449 * emultempl/pe.em: Similarly.
3450
3451 2000-04-14 Geoff Keating <geoffk@cygnus.com>
3452
3453 * scripttempl/elfppc.sc: Remove.
3454 * emulparams/elf32ppc.sh: Use elf.sc.
3455 * emulparams/elf32lppc.sh: Use elf.sc.
3456 * emulparams/elf32ppclinux.sh: Use elf.sc.
3457 * emulparams/elf32ppcsim.sh: New file.
3458 * emulparams/elf32lppcsim.sh: New file.
3459 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
3460 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
3461 * Makefile.in: Regenerate.
3462 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
3463
3464 2000-04-14 Alan Modra <alan@linuxcare.com.au>
3465
3466 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
3467 ~SEC_ALLOC sections too. Init start address of debug sections.
3468 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3469 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3470 Also set all relocateable section start addresses.
3471
3472 2000-04-13 Geoff Keating <geoffk@cygnus.com>
3473
3474 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
3475 Add new BSS_PLT variable for when .plt need not be contained in
3476 the file. Move _etext so that it is also after .fini, and provide
3477 both etext and _etext with a leading underscore. Mark the start
3478 and end of .sbss.
3479
3480 2000-04-12 Alan Modra <alan@linuxcare.com.au>
3481
3482 * emultempl/elf32.em (struct orphan_save): New.
3483 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3484 hold_interp): Make them struct orphan_save.
3485 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
3486 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
3487 the end of the relevant section list. Also add associated section
3488 statements to the end of any previous orphan statements.
3489 * emultempl/armelf.em: Similarly.
3490 * emultempl/pe.em: Similarly.
3491
3492 2000-04-11 Alan Modra <alan@linuxcare.com.au>
3493
3494 * ld.texinfo (Simple Example): Remove extraneous paragraph.
3495
3496 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
3497
3498 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
3499 --enable-build-warnings option.
3500 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3501 * Makefile.in, configure: Re-generate.
3502
3503 2000-04-04 Alan Modra <alan@linuxcare.com.au>
3504
3505 * po/ld.pot: Regenerate.
3506
3507 * lexsup.c (help): Restore translated part of bug string.
3508
3509 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3510 (DEP): Quote when passing vars to sub-make. Add warning message
3511 to end.
3512 (DEP1): Rewrite for "gcc -MM".
3513 (CLEANFILES): Add DEP2.
3514 Update dependencies.
3515 * Makefile.in: Regenerate.
3516
3517 2000-04-03 Alan Modra <alan@linuxcare.com.au>
3518
3519 * ld.h: #include "bin-bugs.h"
3520 * lexsup.c (help): Use REPORT_BUGS_TO.
3521
3522 2000-03-27 Denis Chertykov <denisc@overta.ru>
3523
3524 * configure.tgt (avr-*-*): New target support.
3525 * Makefile.am: Likewise.
3526 * scripttempl/elf32avr.sc: New script file.
3527 * emulparams/avr1200.sh: New file.
3528 * emulparams/avr23xx.sh: New file.
3529 * emulparams/avr4433.sh New file.
3530 * emulparams/avr44x4.sh New file.
3531 * emulparams/avr85xx.sh New file.
3532 * emulparams/avrmega103.sh New file.
3533 * emulparams/avrmega161.sh New file.
3534 * emulparams/avrmega603.sh New file.
3535 * Makefile.in: Regenerate.
3536
3537 2000-03-09 Andreas Jaeger <aj@suse.de>
3538
3539 * Makefile.am (check-DEJAGNU): Also unset LANG.
3540 * Makefile.in: Rebuild.
3541
3542 2000-03-06 Ian Lance Taylor <ian@zembu.com>
3543
3544 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
3545 archive.
3546
3547 2000-03-02 H.J. Lu <hjl@gnu.org>
3548
3549 * emulparams/elf32mcore.sh: Include "getopt.h".
3550
3551 2000-03-01 Ian Lance Taylor <ian@zembu.com>
3552
3553 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
3554
3555 2000-03-01 H.J. Lu <hjl@gnu.org>
3556
3557 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
3558 * emulparams/shpe.sh: Likewise.
3559
3560 2000-03-01 Nick Clifton <nickc@cygnus.com>
3561
3562 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
3563 to unused parameters.
3564
3565 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
3566 functions only used by DLL code.
3567 (_place_orphan): Initialise 'dollar'.
3568
3569 2000-03-01 H.J. Lu <hjl@gnu.org>
3570
3571 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
3572 indicate if the undefined symbol is a fatal error or not.
3573 Don't delete the output file if "fatal" is false.
3574
3575 2000-02-29 H.J. Lu <hjl@gnu.org>
3576
3577 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
3578 Set LC_COLLATE and LC_ALL to null and export them. It is for
3579 sort which expects the C locale.
3580 Add $(LIBS) to all $(HOSTING_LIBS).
3581 * Makefile.in: Rebuild.
3582
3583 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
3584
3585 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
3586 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
3587 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
3588 (ld_emulation_xfer_struct): Add missing NULL initialiser for
3589 find_potential_libraries.
3590
3591 2000-02-28 Jim Blandy <jimb@redhat.com>
3592
3593 * ldgram.y (exclude_name_list): Don't require a comma to separate
3594 list entries; the lexer considers commas to be valid part of a
3595 filename, so in something like `foo, bar' the comma is considered
3596 part of the first filename, `foo,'.
3597 * ld.texinfo: Update section on EXCLUDE_FILE lists.
3598
3599 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
3600
3601 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3602 host "i[3456]86-*-freebsdelf*".
3603
3604 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
3605
3606 * scripttempl/i386go32.sc: Move misplaced semicolons.
3607
3608 2000-02-25 Ian Lance Taylor <ian@zembu.com>
3609
3610 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
3611 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
3612 (eelf64hppa.c, ehppaelf.c): Remove targets.
3613 * Makefile.in: Rebuild.
3614
3615 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3616
3617 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
3618 GNU/Linux/sparc, but keep the default as 32.
3619
3620 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
3621 it default if sparcv9 or sparc64.
3622
3623 2000-02-24 Nick Clifton <nickc@cygnus.com>
3624
3625 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
3626 * Makefile.in: Regenerate.
3627 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
3628
3629 * ldemul.h (ld_emulation_xfer_struct): Add new field:
3630 find_potential_libraries.
3631 * ldemul.c (ldemul_find_potential_libraries): New function.
3632
3633 * ldfile.c (ldfile_open_file_search): Allow function to be
3634 exported.
3635 (ldfile_open_file): Call ldemul_find_potential_libraries.
3636 * ldfile.h: Add prototype for ldfile_open_file_search.
3637
3638 * pe-dll.c: Add support for ARM, MIPS and SH targets.
3639
3640 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
3641 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
3642
3643 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
3644 (gld_X_find_potential_libraries): New function. Search for
3645 libraries called "*.lib".
3646
3647 * scripttempl/pe.sc: Add .pdata section.
3648
3649 2000-02-23 Richard Henderson <rth@cygnus.com>
3650
3651 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
3652 Add and use memory regions.
3653
3654 2000-02-23 Linas Vepstas (linas@linas.org)
3655
3656 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
3657
3658 * Makefile.am: Add support for Linux/IBM 370.
3659 * configure.tgt: Likewise.
3660
3661 * Makefile.in: Regenerate.
3662
3663 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3664
3665 * ldlang.c (print_input_section, print_data_statement,
3666 print_reloc_statement, print_padding_statement, insert_pad,
3667 size_input_section, lang_check_section_addresses,
3668 lang_size_sections, lang_do_assignments, lang_set_startof,
3669 lang_one_common): Change `opb' to unsigned.
3670 (lang_do_assignments): Also change `size' to unsigned.
3671
3672 2000-02-16 Richard Henderson <rth@cygnus.com>
3673
3674 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
3675
3676 2000-02-16 Timothy Wall <twall@cygnus.com>
3677
3678 * mri.c (mri_draw_tree): Add default LMA region argument to call
3679 to lang_leave_output_section_statement.
3680 * ldlang.h: Update prototypes with LMA region arguments.
3681 * ldlang.c (lang_size_sections): Encapsulate region bounds
3682 checking in os_check_region call.
3683 (os_check_region): New function.
3684 (lang_output_section_statement_lookup): Initialize lma_region.
3685 (lang_leave_output_section_statement): Add LMA region argument.
3686 (lang_leave_overlay): Ditto.
3687 * ldgram.y: Handle LMA region syntax.
3688 * ld.texinfo (Output Section Description): Describe LMA region usage.
3689 * emultempl/armelf.em (gld$place_orphan): Add default value for
3690 lma region in call to lang_leave_output_section_statement.
3691 * emultempl/elf32.em (gld$place_orphan): Add default value for
3692 lma region in call to lang_leave_output_section_statement.
3693 * emultempl/pe.em (gld$place_orphan): Add default value for
3694 lma region in call to lang_leave_output_section_statement.
3695
3696
3697 2000-02-04 Timothy Wall <twall@redhat.com>
3698
3699 * ldlang.c (lang_check_section_addresses): Use bytes instead of
3700 octets when calculating section end addresses.
3701
3702 2000-02-04 Timothy Wall <twall@redhat.com>
3703
3704 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
3705
3706 2000-02-03 Timothy Wall <twall@redhat.com>
3707
3708 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
3709 octet count.
3710 * ldlang.c (print_input_section, print_data_statement,
3711 print_reloc_statement, print_padding_statement): Print target
3712 address values and section sizes as bytes, not octets.
3713 (insert_pad) Calculate padding size in octets, and adjust "dot"
3714 by bytes.
3715 (size_input_section) Always adjust "dot" by bytes, not octets.
3716 (lang_check_section_addresses, lang_do_assignments) Adjust
3717 "dot" by bytes, not octets. Use the larger of the directive size
3718 or octets_per_byte for the number of octets actually allocated in
3719 the output section.
3720 (lang_set_startof) Make sure STARTOF returns a target address.
3721 (lang_one_common) Record size changes in octets.
3722 (lang_abs_symbol_at_end_of) Section end symbol's value is
3723 recorded in target bytes.
3724 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
3725 to be clear about behavior when an octet is smaller than one byte.
3726
3727 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
3728
3729 * ldcref.c (output_cref): Don't pass message strings to printf
3730 as format arg.
3731 Update copyright.
3732
3733 * ldmisc.c (vfinfo): Same here.
3734 Update copyright.
3735
3736 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
3737
3738 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
3739 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
3740 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
3741 Add missing NULL initialisers, and comments.
3742
3743 * testsuite/ld-srec/sr3.cc (__rethrow): New.
3744
3745 2000-01-21 Nick Clifton <nickc@cygnus.com>
3746
3747 * ldlang.c (lang_size_sections): Fix typo in comment.
3748
3749 2000-01-18 H.J. Lu <hjl@gnu.org>
3750
3751 * ldlang.c (lang_size_sections): Also update the current
3752 address of a region if the SEC_NEVER_LOAD bit is not set.
3753
3754 2000-01-10 Philip Blundell <pb@futuretv.com>
3755
3756 * configure.tgt (arm*-*-conix*): New target.
3757
3758 2000-01-07 Nick Clifton <nickc@cygnus.com>
3759
3760 * ld.texinfo (Options): Remind users to preceed linker command
3761 line switches with -Wl, (or whatever is appropriate) if it is
3762 being invoked by a comnpiler driver program.
3763 Fix description of the behaviour of the -n command line switch.
3764
3765 2000-01-05 Catherine Moore <clm@cygnus.com>
3766
3767 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
3768 (name_list): New.
3769 * ld.texinfo (EXCLUDE_FILE): Update documentation.
3770 * ldgram.y (wildcard_spec): Support a list of excluded_files.
3771 (exclude_name_list): New.
3772 ldlang.c (walk_wild_section): Support list of excluded files.
3773 (print_wild_statement): Likewise.
3774 (lang_add_wild): Likewise.
3775 * ldlang.h (lang_wild_statement_type): Likewise.
3776 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
3777
3778 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
3779
3780 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
3781 (process_def_file): Use.
3782 (pe_dll_compat_implib): New variable.
3783 (make_one): Use.
3784
3785 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
3786 pe_dll_compat_implib.
3787
3788 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
3789 compat-implib options.
3790 (gld_${EMULATION_NAME}_list_options): List new options.
3791 (gld_${EMULATION_NAME}_parse_args): Handle.
3792
3793 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
3794 dll.
3795
3796 * deffilep.y (opt_name): Allow "." in name.
3797
3798 For older changes see ChangeLog-9899
3799 \f
3800 Local Variables:
3801 mode: change-log
3802 left-margin: 8
3803 fill-column: 74
3804 version-control: never
3805 End: