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