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