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