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