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