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