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