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