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