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