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