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