* emulparams/avr1.sh: New file.
[platform/upstream/binutils.git] / ld / ChangeLog
1 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2
3         * emulparams/avr1.sh: New file.
4         * emulparams/avr2.sh: New file.
5         * emulparams/avr3.sh: New file.
6         * emulparams/avr4.sh: New file.
7         * emulparams/avr5.sh: New file.
8         * scripttempl/avr.sc: New file.
9
10 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
11
12         * ldlang.c (section_already_linked): Call bfd_link_just_syms.
13         (lang_place_orphans): Abort if just_syms_flag.
14
15 2002-05-10  Tom Rix  <trix@redhat.com>
16
17         * emultempl/aix.em: (gld*_set_output_arch): New function. Use 
18         architecture and machine information in the output bfd.
19         (gld*_before_parse): Remove old arch and machine code.
20         (choose_target): Rename to gld*_choose_target.
21         (rtld): Change type to int. 
22         * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for 
23         objects in XCOFF archives.
24         * ldfile.h: Update copyright date.
25
26 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
27
28         * ldmain.c (main): Enable -z combreloc by default.
29
30 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
31
32         * Makefile.am: Honour DESTDIR.
33         * Makefile.in: Regenerate.
34
35 2002-05-07  Richard Sandiford  <rsandifo@redhat.com>
36
37         * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
38         (lang_enter_overlay): Remove the last two parameters.
39         (lang_leave_overlay): Take them here instead.
40         * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
41         (section): Pass LMA and crossref flag to lang_leave_overlay rather
42         than lang_enter_overlay.
43         * ldlang.c (lang_memory_region_lookup): Return null for null names.
44         (lang_output_section_statement_lookup): Initialize update_dot_tree.
45         (lang_size_sections_1): Evaluate it.
46         (lang_leave_output_section_statement): Rework LMA lookup.
47         (overlay_lma, overlay_nocrossrefs): Remove.
48         (lang_enter_overlay): Remove LMA and corssref arguments.
49         (lang_enter_overlay_section): Don't set the LMA here.
50         (lang_leave_overlay): Take LMA and crossref arguments.  Move the '.'
51         assignment to the last section's update_dot_tree.  Unconditionally
52         use the load and run-time regions specified in the OVERLAY statement.
53         Likewise the first section's LMA.  Only set the other sections' LMAs
54         when no load region is given.
55
56 2002-05-06  Nick Clifton <nickc@redhat.com>
57
58         * po/sv.po: New translation.
59
60 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
61
62         * emultempl/hppaelf.em (build_section_lists): New function.
63         (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
64         and build_section_lists.
65
66 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
67
68         * ld.h: Fix formatting.
69         * ldexp.c: Likewise.
70         * ldfile.c: Likewise.
71         * ldlang.c: Likewise.
72         * ldmain.c: Likewise.
73         * lexsup.c: Likewise.
74         * pe-dll.c: Likewise.
75
76 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
77
78         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
79         Adjust for ppc64_elf_set_toc change.  #include libbfd.h.
80         (build_section_lists): Do output_section tests here.
81
82 2002-04-30  Tom Rix  <trix@redhat.com>
83
84         * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
85
86 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
87
88         Long branch stubs, multiple stub sections.
89         * emultempl/ppc64elf.em: Include ldctor.h.
90         (stub_file): New var.
91         (group_size): New var.
92         (ppc_create_output_section_statements): New function.
93         (struct hook_stub_info): New.
94         (hook_in_stub): New function.
95         (ppc_add_stub_section): New function.
96         (ppc_layout_sections_again): New function.
97         (build_section_lists): New function.
98         (gld${EMULATION_NAME}_finish): Rewrite.
99         (real_func): New var.
100         (ppc_for_each_input_file_wrapper): New function.
101         (ppc_lang_for_each_input_file): New function.
102         (lang_for_each_input_file): Define.
103         (PARSE_AND_LIST_PROLOGUE): Define.
104         (PARSE_AND_LIST_LONGOPTS): Define.
105         (PARSE_AND_LIST_OPTIONS): Define.
106         (PARSE_AND_LIST_ARGS_CASES): Define.
107         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
108
109 2002-04-30  Tom Rix  <trix@redhat.com>
110
111         * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add 
112         -blibpath, -bnolibpath support. 
113  
114 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
115
116         * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
117         (eelf32ppcwindiss.c): New target.
118         * Makefile.in: Regenerated.
119         * configure.tgt: Add support for powerpc-*-windiss.
120         * emulparams/elf32ppcwindiss.sh: New file.
121         
122 2002-04-30  Richard Sandiford  <rsandifo@redhat.com>
123
124         * ldlang.c (print_assignment): Update print_dot for assignments to ".".
125         * ldexp.c (exp_print_token): Add "infix_p" argument.
126         (exp_print_tree): Update accordingly.
127
128 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
129
130         * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
131         * Makefile.in: Regenerate.
132         * mpw-elfmips.c: Delete.
133         * mpw-eppcmac.c: Delete.
134         * mpw-esh.c: Delete.
135         * mpw-idtmips.c: Delete.
136
137 Wed Apr 17 19:23:14 2002  J"orn Rennecke <joern.rennecke@superh.com>
138
139         * emulparams/shelf32.sh (MACHINE): Now sh5.
140
141 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
142
143         * ldgram.y: Fix syntax warning.
144
145 2002-04-11  Nick Clifton  <nickc@cambridge.redhat.com>
146
147         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
148         to prevent "-n" from being taken as an abbreviation for
149         "--no-pipeline-knowledge".
150
151 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
152
153         * ldlang.c (lang_size_sections_1): Don't complain about
154         SEC_NEVER_LOAD sections having no memory region specified.
155
156         * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
157
158 2002-04-07  matthew green  <mrg@redhat.com>
159
160         * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
161
162 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
163
164         * dep-in.sed: Cope with absolute paths.
165         * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
166         Run "make dep-am".
167         * Makefile.in: Regenerate.
168
169 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
170
171         * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
172
173 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
174
175         * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
176         is smaller than maximum, round dot up to common page boundary.
177
178 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
179
180         * configure.host: Set up for generic hosts first, then tweak as
181         necessary in more specific targets.
182         (HOSTING_LIBS): Include libgcc_eh.a if found.
183
184 2002-03-23  Andreas Jaeger  <aj@suse.de>
185
186         * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
187
188 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
189
190         * Makefile.am: Run "make dep-am".
191         * Makefile.in: Regenerate.
192
193 2002-03-21  Albert Chin-A-Young  <china@thewrittenword.com>
194
195         * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
196
197 2002-03-20  Alan Modra  <amodra@bigpond.net.au>
198
199         * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
200         add the symbol to the linker hash table immediately.
201         (lang_place_undefineds): Split symbol creation out..
202         (insert_undefined): ..to here.
203
204 2002-03-18  David O'Brien  <obrien@FreeBSD.org>
205
206         * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
207         the contents of the buffer returned from basename function will are
208         getting overwritten while still being used.
209
210 Mon Mar 18 17:38:39 CET 2002  Jan Hubicka  <jh@suse.cz>
211                               Andreas Jaeger  <aj@suse.de>
212                               Andreas Schwab  <schwab@suse.de>
213
214         * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
215         * elf_x86_64.sh (ARCH): Set to i386:x86-64
216         set libraries to default to lib64 paths.
217
218 2002-03-18  Tom Rix  <trix@redhat.com>
219
220         * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
221         * configure.tgt : Same.
222         * emulparms/aix5ppc.sh : New file. For eaix5ppc.
223         * emulparms/aix5rs6.sh : New file. For eaix5rs6.
224         * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
225         emulation parameters for better -b32, -b64 support.
226         * emulparms/aixrs6.sh : Same.
227         * emulparms/ppcmacos.sh : Same.
228         * emultempl/aix.em (choose_target) : Use new emulation parameters
229         OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
230         * Makefile.in : Regenerate.
231
232 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
233
234         * po/fr.po: Updated version.
235
236 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
237
238         * ldmain.c (main): Move .text readonly flag fudges from here..
239         * ldlang.c (lang_process): ..to here.
240
241 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
242
243         * ldlang.c (lang_check): Remove the word size check added in last
244         change.  Treat emitrelocations case as for relocatable links.
245
246 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
247
248         * po/fr.po: Updated version.
249
250 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
251
252         * ldlang.c (lang_check): Do relocatable link checks first, so that
253         warn_mismatch can't override.  Check compatible and word size too.
254
255 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
256
257         * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
258
259 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
260
261         * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
262         DATA_SEGMENT_ALIGN.
263
264 2002-03-04  H.J. Lu <hjl@gnu.org>
265
266         * scripttempl/elf.sc: Put .preinit_array, .init_array and
267         .fini_array in the data segment.
268
269 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
270
271         * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
272
273 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
274
275         * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
276         .init_array, and .fini_array.
277
278 2002-02-20  Andreas Schwab  <schwab@suse.de>
279
280         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
281         .IA64_unwind* in a relocatable link.
282
283 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
284
285         * NEWS: Mark 2.12 branch.
286
287 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
288
289         * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
290         * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
291
292 2002-02-18  Tom Rix  <trix@redhat.com>
293
294         * emultempl/aix.em (gld*_parse_args): Add -brtl support.
295         (gld*_before_allocation): Same.
296         (gld*_create_output_section_statements): Generate
297         __rtinit if run time linking.  Add librtl.a to the link.
298         (gld*_read_file): Clean.
299
300 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
301
302         * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
303
304 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
305
306         * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
307         eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
308         and eelf64alpha_fbsd.
309         * Makefile.in: Regenerate.
310         * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
311         x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
312         use a FreeBSD-specific emulation rather than the psABI one.
313         * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
314         for all FreeBSD ELF systems.
315         * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
316         emulation.
317         * emulparams/elf32ppc_fbsd.sh: Likewise.
318         * emulparams/elf64_ia64_fbsd.sh: Likewise.
319         * emulparams/elf64_sparc_fbsd.sh: Likewise.
320         * emulparams/elf64alpha_fbsd.sh: Likewise.
321         * emulparams/elf_i386_fbsd.sh: Likewise.
322         * emulparams/elf_x86_64_fbsd.sh: Likewise.
323
324 2002-02-18  Nick Clifton  <nickc@cambridge.redhat.com>
325
326         * po/tr.po: Updated version.
327
328 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
329
330         * ld.texinfo (Output Section Fill): Fix amateur texinfo.
331         (FILL): Likewise.
332
333 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
334
335         * emultempl/mmo.em (mmo_after_open): Don't call
336         _bfd_mmix_check_all_relocs when producing ELF output.
337
338 2002-02-15  Richard Henderson  <rth@redhat.com>
339
340         * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
341         definition.  Emit a unop+nop pair.
342
343 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
344
345         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
346         for presence of .MMIX.reg_contents.linker_allocated before early
347         exit.
348
349         * NEWS: Mention support for MMIX.
350
351 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
352
353         Support arbitrary length fill patterns.
354         * ld.texinfo (Output Section Fill): Describe fill expressions.
355         (FILL): Refer to the above.
356         * ldexp.h (etree_value_type): Add "str" field.
357         (union etree_union): Add "str" to "value" struct.
358         (exp_bigintop): Declare.
359         (exp_get_fill): Declare.
360         * ldexp.c: Include "safe-ctype.h".
361         (exp_intop): Set value.str to NULL.
362         (exp_bigintop): New function.
363         (new_rel): Pass in "str", and set new.str from it.
364         (new_rel_from_section): Set new.str to NULL.
365         (fold_name): Adjust calls to new_rel.
366         (exp_fold_tree): Likewise.
367         (exp_get_fill): New function.
368         * ldgram.y (struct big_int bigint, fill_type *fill): New.
369         (INT): Returns a "bigint".  Adjust all code handling INTs.
370         (fill_opt): Returns a "fill".
371         (fill_exp): Split out of fill_opt, use for FILL.
372         * ldlang.h (struct _fill_type): New.
373         (fill_type): Move typedef to ldexp.h.
374         (lang_output_section_statement_type): "fill" is now a pointer.
375         (lang_fill_statement_type): Likewise.
376         (lang_padding_statement_type): Likewise.
377         (lang_add_fill): Now takes a "fill_type *" param.
378         (lang_leave_output_section_statement): Likewise.
379         (lang_do_assignments): Likewise.
380         (lang_size_sections): Likewise.
381         (lang_leave_overlay_section): Likewise.
382         (lang_leave_overlay): Likewise.
383         * ldlang.c: Include ldgram.h after ldexp.h.
384         (lang_output_section_statement_lookup): Adjust for fill_type change.
385         (print_fill_statement): Likewise.
386         (print_padding_statement): Likewise.
387         (insert_pad): Now takes a "fill_type *" arg.
388         (size_input_section): Likewise.
389         (lang_size_sections_1): Likewise.
390         (lang_size_sections): Likewise.
391         (lang_do_assignments): Likewise.
392         (lang_add_fill): Likewise.
393         (lang_leave_output_section_statement): Likewise.
394         (lang_leave_overlay_section): Likewise.
395         (lang_leave_overlay): Likewise.
396         Adjust all callers of the above function.
397         * ldlex.l: Include ldgram.h after ldexp.h.  Allow hex numbers
398         starting with "0X" as well as "0x".  Return bigint.str for hex
399         numbers starting with "0x" or "0X", zero bigint.str otherwise.
400         Always use base 16 for numbers starting with "$".
401         * ldmain.c: Include ldgram.h after ldexp.h.
402         * ldwrite.c (build_link_order): Use bfd_data_link_order in place
403         of bfd_fill_link_order.
404         * pe-dll.c: Adjust lang_do_assignments calls.
405         * emultempl/elf32.em: Likewise.
406         * emultempl/hppaelf.em: Likewise.
407         * emultempl/ppc64elf.em: Likewise.
408         * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
409         lang_add_assignment call.
410         * emultempl/pe.em: Likewise.
411
412 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
413
414         * ld.texinfo (VERSION scripts):  Symbol names are globbing patterns.
415         * ldgram.y (lang_new_vers_regex):  Rename to lang_new_vers_pattern;
416         the pattern in question is not a regexp.
417         * ldlang.c:  Likewise.
418         * ldlang.h:  Likewise.
419         * ldlex.l (V_IDENTIFIER):  Allow '[', ']', '-', '!', and '^' also.
420
421 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
422
423         * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
424         * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
425         (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
426         * ldexp.c (exp_data_seg): New variable.
427         (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
428         (fold_binary): Handle DATA_SEGMENT_ALIGN.
429         (exp_fold_tree): Handle DATA_SEGMENT_END.
430         Pass allocation_done when recursing instead of hardcoding
431         lang_allocating_phase_enum.
432         * ldexp.h (exp_data_seg): New.
433         * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
434         (lang_size_sections): New.
435         * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
436         * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
437         if COMMONPAGESIZE is defined.
438         * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
439         * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
440         * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
441         * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
442         * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
443         libraries only.
444
445 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
446
447         * Makefile.in: Regenerate.
448
449 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
450
451         * lexsup.c: Remove strtoul declaration.
452
453 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
454
455         * ldmain.c: Add prototype for main ().
456         * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
457         * emultempl/lnk960.em (lnk960_choose_target): Function should
458         take two arguments.
459
460 2002-02-10  Alan Modra  <amodra@bigpond.net.au>
461
462         * ldlang.c (entry_section): New initialised variable.
463         (lang_finish): Use it.
464         * ldlang.h (entry_section): Declare.
465         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
466         entry_section to ".opd".
467
468 2002-02-09  Chris Demetriou  <cgd@broadcom.com>
469
470         * ld.texinfo (Options): Add back in -nostdlib documentation,
471         which had been inadvertently removed.
472
473 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
474
475         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
476         register section vma to a sane value after emitting error.  Make
477         fatal conditions cause program exit when emitting message.
478
479 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
480
481         * configure.tgt: Add or32-*-rtems target.
482
483 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
484
485         Contribute sh64-elf.
486         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
487         * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
488         in OTHER_RELOCATABLE_SECTIONS.
489         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
490         * emulparams/shelf32.sh (STACK_ADDR): Define.
491         (OTHER_RELOCATABLE_SECTIONS): Renamed to...
492         (OTHER_SECTIONS): this.  Removed stack settings.
493         * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
494         (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
495         2001-03-12  DJ Delorie  <dj@redhat.com>
496         * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
497         relaxing if any shmedia or mixed sections are found.
498         2001-03-07  DJ Delorie  <dj@redhat.com>
499         * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
500         einfo.  Gracefully decline to output to non-elf formats.
501         2001-03-06  Hans-Peter Nilsson  <hpn@redhat.com>
502         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
503         Default to _end aligned to next multiple of 0x40000, plus 0x40000.
504         * emulparams/shelf32.sh: Ditto.
505         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
506         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
507         comment.
508         2001-01-10  Ben Elliston  <bje@redhat.com>
509         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
510         non-portable shell constructs. From Hans-Peter Nilsson.
511         2001-01-09  Hans-Peter Nilsson  <hpn@cygnus.com>
512         * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
513         * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
514         dependencies to the shell script include chain.
515         * Makefile.in: Regenerate.
516         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
517         * emultempl/sh64elf.em: Update and tweak comments.
518         (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
519         make a .cranges section SEC_IN_MEMORY.
520         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
521         * emultempl/sh64elf.em
522         (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
523         .cranges section found to be necessary; continue and set stored
524         section contents flags for sections with non-mixed contents.
525         Use a struct sh64_section_data container and sh64_elf_section_data
526         to store contents-type flags.
527         Remove unused update of "isec".
528         (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
529         sections marked SHF_SH5_ISA32_MIXED.  Use sh64_elf_section_data to
530         access contents-type flags.  Assert that the associated container
531         is initialized.  Use that container, not elf_gp_size, to hold size
532         of linker-generated cranges contents.
533         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
534         * emultempl/sh64elf.em
535         (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
536         there's already a .cranges section.  When section flag difference
537         is found, don't NULL-check cranges a second time.  Tweak comments.
538         (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
539         merging, not max size, as size of ld-generated .cranges contents.
540         Don't set ELF section flags in output section.  When checking for
541         needed .cranges descriptors, don't use a variable; compare
542         incoming ELF section flags directly to SHF_SH5_ISA32_MIXED.  Tweak
543         comments.
544         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
545         * emultempl/sh64elf.em: New file.
546         * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
547         * Makefile.in: Regenerate.
548         * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
549         (OTHER_RELOCATING_SECTIONS): Ditto.
550         (EXTRA_EM_FILE): New, set to sh64elf if not set.
551         * emulparams/shlelf32.sh: Stub out all settings except
552         OUTPUT_FORMAT.  Source shelf32.sh.
553         * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
554         OTHER_RELOCATING_SECTIONS.
555         (OTHER_RELOCATING_SECTIONS): Remove .cranges.
556         * emulparams/shlelf64.sh: Stub out all settings except
557         OUTPUT_FORMAT.  Source shelf64.sh.
558         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
559         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
560         .cranges section.
561         (DATA_START_SYMBOLS): Define, provide ___data.
562         (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
563         for consecutive .data section.
564         (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
565         section after .data section.
566         * emulparams/shlelf64.sh: Ditto.
567         * emulparams/shelf32.sh: Ditto.
568         (ALIGNMENT): Define to 8.
569         * emulparams/shelf32.sh: Ditto.
570         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
571         * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
572         built-in linker scripts.
573         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
574         * emulparams/shlelf64.sh: New.
575         * emulparams/shelf64.sh: New.
576         * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
577         targ_extra_emuls.
578         * Makefile.am: Add support for shlelf64 and shelf64.
579         * Makefile.in: Regenerate.
580         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
581         * configure.tgt (sh64-*-elf*): Add shelf as default.
582         Add shlelf to targ_extra_emuls.
583         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
584         * emulparams/shelf32.sh: New file.
585         * emulparams/shlelf32.sh: New file.
586         * Makefile.am: Add support for shlelf32 and shelf32.
587         * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
588         * Makefile.in: Regenerate.
589
590 2002-02-05  Hans-Peter Nilsson  <hp@axis.com>
591
592         * ldlang.c (lang_reset_memory_regions): Rename from
593         reset_memory_regions.  Change all callers.  Make public.
594         * ldlang.h (lang_reset_memory_regions): Prototype.
595         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
596         lang_reset_memory_regions before lang_size_sections.
597         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
598         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
599
600 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
601
602         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
603         arithmetic when checking for too many global registers.
604
605 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
606
607         * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
608         (ehppanbsd.c): New rule.
609         * Makefile.in: Regenerate.
610         * configure.tgt (hppa*-*-netbsd*): New target.
611         * emulparams/hppalinux.sh: Add comment to check other files
612         that source this file it is modified, and list which
613         files that do.
614         * emulparams/hppanbsd.sh: New file.
615
616 2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
617
618         * scripttempl/xstormy16.sc: Don't allocate extra space for the
619         stack.
620
621 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
622
623         Support on-demand global register allocation from
624         R_MMIX_BASE_PLUS_OFFSET relocs.
625         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
626         mmix_set_reg_section_vma.  Call
627         _bfd_mmix_finalize_linker_allocated_gregs.
628         (mmix_before_allocation): New function.
629         (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
630         (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
631         * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
632         (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
633         before .MMIX.reg_contents.
634         * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
635         (mmo_after_open): New function.
636         (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
637         * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting.  Add
638         .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
639
640 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
641
642         * emulparams/or32.sh: New file.
643         * emulparams/or32elf.sh: New file.
644         * scripttempl/or32.sc: New file.
645         * configure.tgt : Add support for or32.
646         * configure: Regenerate
647         * Makefile.am: Add support for or32.
648         * Makefile.in: Regenerate.
649         * NEWS: Mention support for or32.
650         * po/ld.pot: Regenerate.
651
652 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
653             Mitch Lichtenberg  <mpl@broadcom.com>
654
655         * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
656         * emultempl/mipself.em: New file to handle MIPS ELF embedded
657         reloc creation (ld --embedded-relocs).
658
659 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
660
661         * configure: Regenerated.
662
663 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
664
665         * Makefile.am (install): Depend on install-info.
666         * Makefile.in: Regenerate.
667
668 2002-01-26  Christian Rose  <menthos@menthos.com>
669
670         * ldmain.c (main): Use full sentences to ease translation.
671
672 2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
673
674         * po/fr.po: Updated version.
675
676 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
677
678         * po/es.po: Updated version.
679
680 2002-01-25  Andreas Jaeger  <aj@suse.de>
681
682         * ldlex.l (yy_input): Correct error check.
683
684 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
685
686         * ldmisc.c (demangle): Put back dots when string not demangled.
687
688 2002-01-22  Richard Henderson  <rth@redhat.com>
689
690         * emulparams/elf64alpha.sh (NOP): Use unop.
691
692 2002-01-21  Andreas Jaeger  <aj@suse.de>
693
694         * ldlex.l: Use fread instead of read.
695
696 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
697
698         * configure.tgt (ia64-*-netbsd*): New target.
699
700 2002-01-21  H.J. Lu <hjl@gnu.org>
701
702         * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
703         0.
704         * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
705
706 2002-01-18  Andreas Jaeger  <aj@suse.de>
707
708         * ldver.c (ldversion): Update year.
709
710 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
711
712         * po/ld.pot: Regenerate.
713
714 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
715
716         * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
717         * Makefile.in: Regenerate.
718         * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
719         * emultempl/ppc64elf.em: New file.
720
721 2002-01-15  DJ Delorie  <dj@redhat.com>
722
723         * scripttempl/pe.sc: Add support for constructor priorities.
724
725 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
726
727         * emulparams/avr1200.sh (DATA_START): Define as 0x60.
728         * emulparams/avr23xx.sh: Likewise.
729         * emulparams/avr4433.sh: Likewise.
730         * emulparams/avr44x4.sh: Likewise.
731         * emulparams/avr85xx.sh: Likewise.
732         * emulparams/avrmega103.sh: Likewise.
733         * emulparams/avrmega161.sh: Likewise.
734         * emulparams/avrmega603.sh: Likewise.
735         * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
736
737 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
738
739         * ldlang.c (walk_wild_section): Exclude object file if enclosing
740         archive is excluded.
741
742 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
743
744         * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
745         (eshelf_nbsd.c): New rule.
746         (eshlelf_nbsd.c): New rule.
747         * Makefile.in: Regenerate.
748         * configure.tgt (sh*le-*-netbsdelf*): New target.
749         (sh*-*-netbsdelf*): New target.
750         * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
751         * ld/emulparams/shelf_nbsd.sh: New emulation.
752         * ld/emulparams/shlelf_nbsd.sh: New emulation.
753
754 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
755
756         * po/es.po: New file: Spanish translation.
757         * configure.in (ALL_LINGUAS): Add es.
758         * configure: Regenerate.
759
760 2002-01-06  John Marshall  <jmarshall@acm.org>
761
762         * ld.texinfo: Note that --emit-relocs is currently only
763         implemented for ELF.
764
765 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
766
767         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
768         of bfd_section_list_remove and bfd_section_list_insert macros.
769         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
770         * emultempl/mmo.em (mmo_place_orphan): Likewise.
771
772 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
773
774         * configure.tgt (x86_64-*-netbsd*): New target.
775
776 2001-12-21  Tom Rix  <trix@redhat.com>
777
778         (gld*_create_output_section_statements): New function.
779         For -binitfini support.
780         * emultempl/aix.em (gld*_before_parse): Fix comment.
781         * emultempl/aix.em (gld*_parse_args): Fix comment.
782
783 2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
784
785         * configure.tgt (mips*-dec-netbsd*): Delete alias for
786         mips*el-*-netbsd*.
787         (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
788
789         * configure.tgt (arm-*-netbsdelf*): Add target.
790         (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
791         * emulparams/armelf_nbsd.sh: Added.
792         * Makefile.am: Add rules for earmelf_nbsd.
793         * Makefile.in: Regenerate.
794
795 2001-12-19  Andreas Jaeger  <aj@suse.de>,
796             Susanne Oberhauser <froh@suse.de>
797
798         * configure.host: Add rules for x86_64-*linux-gnu.  Change
799         s390x-linux entry to use gcc to report configuration, replace gcc
800         with $CC in s390-linux
801
802 2001-12-19  Andreas Jaeger  <aj@suse.de>
803
804         * ld.texinfo (VERSION): Fix markup.
805
806 2001-12-18  matthew green  <mrg@eterna.com.au>
807
808         * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
809         (m68kelfnbsd.c): New rule.
810         * Makefile.in: Regenerate.
811         * configure.tgt (m68*-hp-netbsd*): Renamed to ..
812         (m68*-*-netbsd*4k*): .. this.
813         (m68*-*-netbsdelf*): New target.
814         (m68*-*-netbsd*): Also include ELF support.
815         (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
816         * emulparams/m68kelfnbsd.sh: New emulation.
817
818 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
819
820         * ldgram.y (vers_node): Support anonymous version tags.
821         * ldlang.c (lang_register_vers_node): Ensure anonymous version
822         tag is not defined together with non-anonymous versions.
823         * ld.texinfo: Document it.
824
825 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
826
827         * po/tr.po: New file: Turkish translation.
828         * configure.in (ALL_LINGUAS): Add tr.
829         * configure: Regenerate.
830
831 2001-12-17  Jason Thorpe  <thorpej@wasabisystems.com>
832
833         * Makefile.am: Add rules for eelf64alpha_nbsd.
834         * Makefile.in: Regenerate.
835         * configure.tgt (alpha*-*-netbsd*): Set
836         targ_emul to elf64alpha_nbsd.
837         * emulparams/elf64alpha_nbsd.sh: Added.
838
839 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
840
841         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
842         section_tail when fiddling with section list.
843         (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
844         broken into separate strings to make translation easier.
845         * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
846         fiddling with section list.
847         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
848
849 2001-12-16  Hans-Peter Nilsson  <hp@bitrange.com>
850
851         * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
852
853 2001-12-15  Alan Modra  <amodra@bigpond.net.au>
854
855         * ldmain.c (main): Initialise link_info.eh_frame_hdr.
856
857 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
858
859         * emultempl/elf32.em (finish): Supply output_bfd
860         to bfd_elf*_discard_info.
861         (OPTION_EH_FRAME_HDR): Define.
862         (longopts): Add --eh-frame-hdr.
863         (parse_args): Handle it.
864         (list_options): Add --eh-frame-hdr to help.
865         * emultempl/hppaelf.em (finish): Supply output_bfd
866         to bfd_elf*_discard_info.
867         * scripttempl/elf.sc (.eh_frame_hdr): Add.
868
869 2001-12-13  Alan Modra  <amodra@bigpond.net.au>
870
871         * lexsup.c (parse_args): Don't pass shortopts to second call to
872         getopt functions.  Restore optind rather than decrementing before
873         second call.  Remove errind as it now duplicates last_optind.
874
875 2001-12-11  Christopher Faylor  <cgf@redhat.com>
876
877         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
878
879 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
880             Richard Henderson  <rth@redhat.com>
881
882         * Makefile.am: Add support for xstormy16.
883         * configure.tgt: Add support for xstormy16.
884         * Makefile.in: Regenerate.
885         * emulparams/elf32xstormy16.sh: New file.
886         * scripttempl/xstormy16.sc: New file.
887
888 2001-10-01  Christopher Faylor <cgf@cygnus.com>
889
890         * Makefile.in (LIB_PATH): Make configurable.
891         (GENSCRIPTS): Set LIB_PATH in environment.
892         * configure.in: Substitute LIB_PATH.
893         * configure: Regenerate.
894         * configure.tgt (*cygwin): Set LIB_PATH for cross build.
895         * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
896
897 2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
898
899         * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
900         describing the -N option so that it is easier to translate into
901         foreign languages.
902
903 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
904
905         * emultempl/pe.em (..._list_options): Replace multiple fprintf
906         statements describing a single option with a single, newline
907         escaped fprintf.  This allows better translation into other
908         languages.
909
910         * ldmain.c (add_archive_element): Combine multiple strings
911         into a single string to permit better translation into other
912         languages.
913
914 2001-12-05  Tom Rix  <trix@redhat.com>
915
916         * Makefile.am: Remove eaixppc64.
917         * Makefile.in: Regenerate.
918
919 2001-12-04  Tom Rix  <trix@redhat.com>
920
921         * emultempl/aix.em (choose_target): Change default target to
922         OUTPUT_FORMAT for ppcmacos.  Add braces to remove compiler
923         warning.
924         (gld*_read_file):  Fix typo.
925         (change_symbol_mode): Add prototype.
926         (is_syscall): Same.
927
928         * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
929         * emulparams/aixrs6.sh : Same.
930         * emulparams/ppcmacos.sh : Same.
931         * emulparams/aixppc64.sh : Delete file.
932         * emultempl/aix.em : Formatting changes.
933
934 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
935
936         * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
937         (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
938         __Sbss.
939         (OTHER_END_SYMBOLS): Fix formatting.
940         * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
941         (OTHER_END_SYMBOLS): Fix formatting.
942
943 2001-12-04  Alan Modra  <amodra@bigpond.net.au>
944
945         * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
946
947 2001-12-02  Tom Rix  <trix@redhat.com>
948
949         * configure.tgt : Remove eaixppc64 emulations.
950         * Makefile.in : Remove eaixppc64.c
951         * ldemul.c (ldemul_choose_target): New parameters argc, argv.
952         (ldemul_default_target): Same.
953         * emultempl/gld960.em (gld960_choose_target):  Same.
954         * emultempl/gld960c.em (gld960_choose_target):  Same.
955         * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
956         * emultempl/aix.em (is_syscall): syscall_mask now a variable.
957         * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
958         * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
959         * emultempl/aix.em (choose_target): New function.  Handle emulation of
960         -b32 and -b64.
961
962 2001-11-27  H.J. Lu <hjl@gnu.org>
963
964         * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
965         * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
966         * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
967         * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
968         * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
969         * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
970         * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
971         * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
972
973         * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
974         is not empty.
975         (SDATA): Likewise.
976         (REL_SDATA): Likewise.
977         (REL_SBSS): Likewise.
978         (REL_SDATA2): Likewise.
979         (REL_SBSS2): Likewise.
980         (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
981         (SDATA2): Likewise.
982
983 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
984
985         * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
986         destructor in rom.
987         * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
988
989 2001-11-22  H.J. Lu  <hjl@gnu.org>
990
991         * Makefile.in: Regenerated with automake based on automake
992         1.4-8 in RedHat 7.1.
993
994 2001-11-22  Alan Modra  <amodra@bigpond.net.au>
995
996         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
997         (config.status): Delete rule.
998         Add extra dependencies to cover sourced emulparams files.
999         * Makefile.in: Regenerate.
1000
1001         * scripttempl/elf.sc: Order <section>, <section>.* and
1002         corresponding linkonce sections as seen in input files.
1003         Formatting fixes.  Zero vma of all sections if not relocating.
1004         (STACK): Define and insert if STACK_ADDR defined.
1005         (OTHER_RELOCATING_SECTIONS): Delete.
1006         (OTHER_END_SYMBOLS): Define.
1007         (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
1008         (OTHER_READWRITE_SECTIONS): Likewise.
1009         (OTHER_GOT_SECTIONS): Likewise.
1010         (OTHER_SDATA_SECTIONS): Likewise.
1011         (OTHER_BSS_SECTIONS): Likewise.
1012         * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
1013         (OTHER_READWRITE_SECTIONS): Likewise.
1014         * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
1015         (OTHER_READWRITE_SECTIONS): Likewise
1016
1017         * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
1018         (STACK_ADDR): Define.
1019         * emulparams/armelf_oabi.sh: As for armelf.sh.
1020         * emulparams/elf32mcore.sh: As for armelf.sh.
1021         * emulparams/h8300elf.sh: As for armelf.sh.
1022         * emulparams/mn10200.sh: As for armelf.sh.
1023         * emulparams/shelf.sh: As for armelf.sh.
1024
1025         * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
1026         (OTHER_END_SYMBOLS): Define.
1027         * emulparams/m32relf.sh: As for elf32fr30.sh.
1028         * emulparams/h8300helf.sh: As for elf32fr30.sh.
1029         * emulparams/h8300self.sh: As for elf32fr30.sh.
1030
1031         * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
1032         defines with RELOCATING test.
1033         (OTHER_SDATA_SECTIONS): Likewise.
1034         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1035         (OTHER_END_SYMBOLS): ..this.
1036         * emulparams/crislinux.sh: As for criself.sh.
1037
1038         * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
1039         if not relocating.
1040         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1041         (OTHER_SECTIONS): ..this.  Zero vma if not relocating.  Order
1042         normal and linkonce sections as seen in input files.
1043         * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
1044         (TEXT_DYNAMIC): Likewise.
1045         (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
1046         (OTHER_SDATA_SECTIONS): Likewise.
1047         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1048         * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
1049         * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
1050         * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
1051         * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
1052         (OTHER_PLT_RELOC_SECTIONS): Likewise.
1053         (OTHER_READONLY_SECTIONS): Likewise.  Order normal and linkonce
1054         sections as seen in input files.
1055         * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
1056         * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
1057         if not relocating.
1058         (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
1059         (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
1060         * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
1061         (OTHER_SECTIONS): Instead, use this..
1062         (OTHER_END_SYMBOLS): ..and this.
1063
1064         * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
1065         * emulparams/elf32bsmip.sh: Likewise.
1066         * emulparams/elf32btsmip.sh: Likewise.
1067         * emulparams/elf32ebmip.sh: Likewise.
1068         * emulparams/elf32lmip.sh: Likewise.
1069         * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
1070         * emulparams/elf32lsmip.sh: Likewise.
1071         * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
1072         * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
1073         * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
1074         * emulparams/elf64btsmip.sh: Likewise.
1075         * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
1076         * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
1077         * emulparams/elf32ppclinux.sh: Likewise.
1078         * emulparams/elf32ppcsim.sh: Likewise.
1079         * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
1080         * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
1081         * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
1082         * emulparams/h8300self.sh: Likewise.
1083         * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
1084         * emulparams/sh.sh: Comment.
1085         * emulparams/shl.sh: Source sh.sh, remove duplicates.
1086         * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
1087         * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
1088
1089 2001-11-21  David Heine <dlheine@tensilica.com>
1090             Alan Modra  <amodra@bigpond.net.au>
1091
1092         * ldlang.c (map_input_to_output_sections): Replace "break"
1093         accidentally removed with 2001-08-03 change.
1094         (lang_gc_sections_1): Likewise.
1095
1096 2001-11-21  Alan Modra  <amodra@bigpond.net.au>
1097
1098         * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
1099
1100 2001-11-20  Angela Marie Thomas <angela@redhat.com>
1101
1102         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
1103         of false when calling lang_size_sections.
1104         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1105
1106 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1107
1108         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
1109         function when LDEMUL_FINISH isn't set to the same name.  Don't
1110         call ${LDEMUL_FINISH}.
1111         (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
1112         * emultempl/armelf.em (arm_elf_finish): Call
1113         gld${EMULATION_NAME}_finish.
1114         * emultempl/hppaelf.em (hppaelf_finish): Rename to
1115         gld${EMULATION_NAME}_finish.  Call bfd_elf32_discard_info and
1116         hppaelf_layout_sections_again if necessary.
1117         (need_laying_out): New var.
1118         (hppaelf_layaout_sections_again): Rename to
1119         hppaelf_layout_sections_again.  Clear need_laying_out.
1120         (PARSE_AND_LIST_OPTIONS): Format text.
1121
1122 2001-11-14  H.J. Lu  <hjl@gnu.org>
1123
1124         * emultempl/armelf.em (arm_elf_finish): Renamed from
1125         gld${EMULATION_NAME}_finish.
1126         (LDEMUL_FINISH): Set to arm_elf_finish.
1127
1128 2001-11-14  Daniel Jacobowitz  <drow@mvista.com>
1129
1130         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
1131         (struct ld_emulation_xfer_struct): Use it.
1132
1133 2001-11-13  Ross Alexander <ross.alexander@uk.neceur.com>
1134
1135         * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
1136         additional symbols referenced by newer crt0.o files from HP.
1137
1138 2001-11-12  Anthony Green  <green@redhat.com>
1139
1140         * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
1141
1142 2001-11-12  Alfred M. Szmidt  <ams@kemisten.nu>
1143
1144         * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
1145         * Makefile.in: Regenerate.
1146
1147 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1148
1149         * ld.texinfo: Use @command for commands, @option for options.
1150         * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
1151         the page man title.
1152         * Makefile.in: Rebuild.
1153
1154 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
1155
1156         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
1157         Add support for targets.
1158
1159 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1160
1161         * configure.in (ALL_LINGUAS): Add "fr" and "sv"
1162         * configure: Regernate.
1163         * po/fr.po: New file.
1164         * po/sv.po: New file.
1165
1166 2001-11-01  NIIBE Yutaka  <gniibe@m17n.org>
1167
1168         * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
1169         as little endian default and to support big endian.
1170
1171 2001-11-01  Chris Demetriou  <cgd@broadcom.com>
1172
1173         * ld.texinfo (Options): Document new option, -nostdlib.
1174         * lexsup.c (OPTION_NOSTDLIB): New definition.
1175         (ld_options): Add entry for "nostdlib".
1176         (parse_args): Handle OPTIONS_NOSTDLIB.
1177         * ldfile.c (ldfile_add_library_path): Don't add directories
1178         to the search path if they weren't specified on the command line
1179         and -nostdlib was specified.
1180         * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
1181
1182 2001-10-31  Nick Clifton  <nickc@cambridge.redhat.com>
1183
1184         * lexsup.c (parse_args): Prevent infinite parsing loop when
1185         "-rpath.a" is specified on the command line.
1186         Replace calls to fprintf with calls to einfo.
1187
1188 2001-10-31  John Marshall  <jmarshall@acm.org>
1189
1190         * ld.texinfo: A historical requirement that MEMORY and SECTIONS
1191         appear only once across all the linker scripts involved in a link
1192         invocation no longer applies.  Make the documentation reflect
1193         that.
1194
1195 2001-10-31  NIIBE Yutaka  <gniibe@m17n.org>
1196
1197         * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
1198         targets.
1199         (sh-*-linux*): Added targ_extra_libpath.
1200
1201 2001-10-31  David Heine  <dlheine@tensilica.com>
1202
1203         * ldlang.c (lang_size_sections): Keep a valid output_offset field
1204         for padding statements.
1205
1206 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1207
1208         * configure.tgt (mmix-*-*): New target.
1209         * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
1210         Add dependencies to match.
1211         * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
1212         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
1213         scripttempl/mmo.sc: New files.
1214         * gen-doc.texi: @set MMIX.
1215         * ld.texinfo: Ditto.
1216         [MMIX] Add MMIX node.
1217         * Makefile.in: Regenerate.
1218
1219 2001-10-29  Kazu Hirata  <kazu@hxi.com>
1220
1221         * ldlang.c: Fix a comment typo.
1222
1223 2001-10-23  Alan Modra  <amodra@bigpond.net.au>
1224
1225         * configure.host: Move alpha*-*-linux-gnu* entry to generic
1226         entries, and match *-*-linux*.
1227
1228 2001-10-20  Alan Modra  <amodra@bigpond.net.au>
1229
1230         * ldgram.y (mri_script_command): Surround processing of INCLUDE
1231         with ldlex_script, ldlex_popstate.
1232         (ifile_p1): Likewise.
1233         * ldlex.l (EOF): Don't BEGIN(SCRIPT).  Restore lineno from the
1234         correct slot.
1235         (lex_push_file): Save current lineno to lineno_stack.  Set lineno
1236         to 1.  Don't BEGIN(SCRIPT).
1237         (lex_redirect): Similarly.
1238         * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
1239
1240 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
1241
1242         * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
1243         __EH_FRAME_END__ and accept eh frames into data section.
1244         Add ctor and dtor sections.
1245
1246 2001-10-19  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
1247
1248         * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
1249         (auto-export): Fix indentation.
1250
1251 2001-10-18  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
1252
1253         * pe-dll.c (autofilter_objectlist):  Add startup objects
1254         for profiling.
1255         (auto-export): Constify char * p.
1256         Extract file basename and use strcmp rather than ststr
1257         for object lookup.
1258
1259 2001-10-18  Chris Demetriou  <cgd@broadcom.com>
1260
1261         * ldmain.c (get_emulation): Improve comment about the handling
1262         of -mipsN options.
1263
1264 2001-10-17  Alan Modra  <amodra@bigpond.net.au>
1265
1266         * po/POTFILES.in: Regenerate.
1267
1268 2001-10-16  Vassili Karpov  <malc@pulsesoft.com>
1269
1270         * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
1271         -z nocopyreloc and -z nocombreloc usage strings.
1272
1273 2001-10-12  Vassili Karpov  <malc@pulsesoft.com>
1274
1275         * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
1276         in usage.
1277
1278 2001-10-11  Aleksey Romanov <aromanov@ennovatenetworks.com>
1279
1280         * scripttempl/armaout.sc: Place .bss section after end of aligned
1281         data section to match behaviour of aout code in constructrion of
1282         header.
1283
1284 2001-10-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
1285
1286         * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
1287         startup files for mingw32 dlls to list.
1288
1289 2001-10-10  Chris Demetriou  <cgd@broadcom.com>
1290
1291         * emultempl/elf32.em: Fix shell 'if' usage for portability.
1292
1293 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
1294
1295         * configure.tgt (targ): Add arm9e-*-elf.
1296
1297 2001-10-05  H.J. Lu  <hjl@gnu.org>
1298
1299         * genscripts.sh: Fix a typo in the last change.
1300
1301 2001-10-05  Jakub Jelinek  <jakub@redhat.com>
1302
1303         * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
1304         -z nocombreloc in usage.
1305
1306 2001-10-03  Jim Blandy  <jimb@redhat.com>
1307
1308         * genscripts.sh: Include a comment at the top of each generated
1309         script, explaining its purpose.
1310
1311 2001-10-03  Vassili Karpov  <malc@pulsesoft.com>
1312
1313         * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
1314         * NEWS: Mention -z nocopyreloc.
1315         * ld.texinfo (Options): Describe nocopyreloc.
1316
1317 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1318
1319         * configure: Regenerate.
1320
1321 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1322
1323         * ldver.h (ld_program_version): Remove declaration.
1324         * lexsup.c (parse_args): Move printing of copyright message..
1325         * ldver.c (ldversion): .. to here.
1326         Use BFD_VERSION_STRING in place of BFD_VERSION.
1327         (ld_program_version): Remove.
1328         * Makefile.am (Makefile): Depend on bfd/configure.in.
1329         Run "make dep-am".
1330         * Makefile.in: Regenerate.
1331
1332 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1333
1334         * Makefile.am: Update dependencies with "make dep-am".
1335         * Makefile.in: Regenerate.
1336
1337 2001-09-29  John Reiser  <jreiser@BitWagon.com>
1338
1339         * ldlang.c (lang_common): Conditionally inhibit Common allocation.
1340         * lexsup.c: Add --no-define-common commandline option.
1341         * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
1342         * ldlex.l: Likewise.
1343         * ld.h: Add command_line.inhibit_common_definition.
1344         * ldmain.c (main): Initialize.
1345         * ld.texinfo: Document.
1346
1347 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1348
1349         * ldmisc.c (USE_STDARG): Remove.
1350         (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1351         (einfo): Likewise.
1352         (minfo): Likewise.
1353         (lfinfo): Likewise.
1354
1355         * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
1356         declarations.  Update copyright.
1357
1358 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
1359
1360         * pe-dll.c: Remove obsoleted declaration of
1361         pe_get_data_import_dll_name.
1362         (pe_create_import_fixup): Fix thinko.
1363
1364         * ld.texinfo(enable-auto-import): Clarify the explanation.
1365
1366 2001-09-24  Nick Clifton  <nickc@cambridge.redhat.com>
1367
1368         * pe-dll.c (pe_create_import_fixup): Revert previous patch.
1369         * emultemp/pe.em (pe_data_import_dll): Move definition outside of
1370         DLL_SUPPORT controlled code.
1371
1372 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
1373
1374         * emultempl/pe.em(pe_data_import_dll): Make static.
1375         (pe_get_data_import_dll_name): New accessor function.
1376         * pe-dll.c(pe_create_import_fixup): call
1377         pe_get_data_import_dll_name() from pe.em, instead of
1378         directly accessing pe_data_import_dll variable from pe.em.
1379
1380 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1381
1382         * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
1383         (def_file_add_directive): Use ISSPACE instead of isspace.
1384         (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
1385         isdigit/isxdigit/isalpha/isalnum.
1386         * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
1387         (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
1388         * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
1389         (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
1390         isalnum.
1391         * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
1392         (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
1393         isupper/tolower.
1394         * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
1395         (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
1396         * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
1397         (ctor_prio): Use ISDIGIT instead of isdigit.
1398         * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
1399         (ldfile_open_file_search): Use ISALPHA instead of isalpha.
1400         (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
1401         isupper/tolower.
1402         * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
1403         (stricpy): Use TOLOWER instead of isupper/tolower.
1404         (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
1405         * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
1406         (lex_warn_invalid): Use ISPRINT instead of isprint.
1407         * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
1408         (main): For gettext, also set the LC_CTYPE locate facet.
1409         (add_keepsyms_file): Use ISSPACE instead of isspace.
1410         * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
1411         (is_num, parse_args): Use ISDIGIT instead of isdigit.
1412         * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
1413         (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
1414         * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
1415         (gldppcmacos_read_file): Use ISSPACE instead of isspace.
1416         * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
1417         (quoteput): Use ISSPACE instead of isspace.
1418         (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
1419         instead of isalnum.
1420
1421 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1422
1423         * deffilep.y (def_stash_module): Constify "name" param.
1424
1425         * pe-dll.c: Replace CONST with const throughout.
1426         (quick_symbol): Constify "n1", "n2", "n3" params.
1427         (make_singleton_name_thunk): Constify "import" param.  Make
1428         "buffer_len" a size_t.
1429         (make_import_fixup_entry): Constify "name", "fixup_name",
1430         "dll_symname" params.
1431         (pe_get16): Cast args of bfd_seek.  Replace bfd_read with bfd_bread.
1432         (pe_get32): Likewise.
1433         (pe_implied_import_dll): Likewise.
1434
1435         * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
1436         (sort_by_section_name): Likewise.
1437
1438         * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
1439         (make_import_fixup): Cast printf arg, rel->address to long rather
1440         than int.
1441         (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
1442
1443 2001-09-15  Alan Modra  <amodra@bigpond.net.au>
1444
1445         * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
1446         defines BufferSize.  Increase buffer size by one.
1447
1448 2001-09-14  Ralf Habacker <Ralf.Habacker@freenet.de>
1449
1450         * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
1451
1452 2001-09-14  Kevin Lo <kevlo@openbsd.org>
1453
1454         * configure.tgt: Add arm-openbsd target.
1455
1456 2001-09-12  H.J. Lu  <hjl@gnu.org>
1457
1458         * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
1459         eelf64lppc.o to ...
1460         (ALL_64_EMULATIONS): Here.
1461         * Makefile.in: Regenerated.
1462
1463 2001-09-12  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
1464
1465         * emultempl/pe.em(make_import_fixup): change signature to
1466         take asection as well as arelec; we need this for proper
1467         error reporting.  Only call pe_create_import_fixup() if
1468         there is no attempt to add a constant addend to the reloc;
1469         otherwise, report error condition.
1470         * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
1471         since final argument is a pointer to make_import_fixup().
1472         Change call to cb() to match make_import_fixup() signature.
1473         (make_import_fixup_mark): make buffer_len unsigned.
1474         * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
1475
1476 2001-09-12  Charles Wilson  <cwilson@ece.gatech.edu>
1477
1478         * ld.texinfo: add verbose documentation for auto-import
1479         direct-addressing workaround, to compliment the terse
1480         error message.
1481
1482 2001-09-12  Andrew MacLeod  <amacleod@redhat.com>
1483
1484         * scripttempl/v850.sc: Add gcc_except_table sections.
1485
1486 2001-09-11  Jeffrey A Law  (law@cygnus.com)
1487
1488         * emulparams/h8300helf.sh: Move stack to a much higher memory address.
1489         * emulparams/h8300self.sh: Similarly.
1490
1491 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
1492
1493         * ld.texinfo (Options, --stack): Correct default value for stack
1494         reserve.
1495
1496 2001-09-05  Tom Rix <trix@redhat.com>
1497
1498         * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
1499
1500 2001-09-03  Andreas Jaeger  <aj@suse.de>
1501
1502         * emultempl/beos.em: Declare prototypes for comparions functions,
1503         adjust definitions.
1504
1505 2001-09-02  Andreas Jaeger  <aj@suse.de>
1506
1507         * emultempl/aix.em: Add missing prototype.
1508         * emultempl/lnk960.em: Likewise.
1509         * emultempl/vanilla.em: Likewise.
1510         * emultempl/armcoff.em: Likewise.
1511         * emultempl/armelf_oabi.em: Likewise.
1512         * emultempl/beos.em: Likewise.
1513         * emultempl/gld960c.em: Likewise.
1514         * emultempl/gld960.em: Likewise.
1515
1516         * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
1517         for prototype declaration.
1518
1519 2001-08-31  Eric Christopher  <echristo@redhat.com>
1520             Jason Eckhardt  <jle@redhat.com>
1521
1522         * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
1523
1524 2001-08-31  Andreas Jaeger  <aj@suse.de>
1525
1526         * emultempl/pe.em: Add missing prototypes.
1527         (gld_${EMULATION_NAME}_after_open): Remove extra args to
1528         pe_find_data_imports.
1529         (pr_sym): Add unused attribute.
1530
1531 2001-08-29  Joel Sherrill <joel@OARcorp.com>
1532
1533         * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
1534         default from coff to elf.
1535
1536 2001-08-29  Jeff Law <law@redhat.com>
1537
1538         * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
1539         ARCH specification.
1540         * emulparams/h8300self.sh: Similarly.
1541
1542 2001-08-28  J"orn Rennecke <amylaar@redhat.com>
1543
1544         * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
1545         eh8300self.o .
1546         (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
1547         * configure.tgt (h8300-*-elf*): New case.
1548         * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
1549         * emulparams/h8300self.sh: New file.
1550         * Makefile.in: Regenerated.
1551
1552 2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
1553
1554         * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
1555         with macro name.
1556
1557 2001-08-27  Linus Nordberg  <linus@swox.com>
1558             Alan Modra  <amodra@bigpond.net.au>
1559
1560         * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
1561         (eelf64ppc.c, eelf64lppc.c): Add make targets.
1562         Run "make dep-am"
1563         * Makefile.in: Regenerate.
1564         * configure.tgt: Add powerpc64 support.  Move pdp11, pjl, pj
1565         entries to correct alphabetical position.
1566         * emulparams/elf64ppc.sh: New.
1567         * emulparams/elf64lppc.sh: New.
1568
1569 2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
1570
1571         * ldmain.c (main): Declare BSIZE as static.
1572
1573 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
1574
1575         * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
1576         into .rel.dyn resp. .rela.dyn if combreloc.
1577         (get_script): If .x linker script is equal to .xn, only put it
1578         once into the binary.
1579         Add .xc and .xsc scripts.
1580         (parse_args): Handle -z combreloc and -z nocombreloc.
1581         * scripttempl/elf.sc (.rela.sbss): Fix a typo.
1582         For .xc and .xsc scripts put all .rel* or .rela* input sections
1583         but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
1584         * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
1585         is elf.
1586         Strip trailing whitespace from script.
1587         Generate .xc and .xsc scripts if requested.
1588         * ldmain.c (main): Initialize link_info.combreloc and
1589         link_info.spare_dynamic_tags.
1590         * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
1591         (ld_options): Add --spare-dynamic-tags option.
1592         (parse_args): Likewise.
1593         * ld.texinfo: Document -z combreloc and -z nocombreloc.
1594         * ldint.texinfo: Document .xc and .xsc linker scripts.
1595         * NEWS: Add notes about -z combreloc and SHF_MERGE.
1596
1597 2001-08-22  H.J. Lu  <hjl@gnu.org>
1598
1599         * emulparams/elf32fr30.sh: Add a newline.
1600
1601 2001-08-21  Andreas Jaeger  <aj@suse.de>
1602
1603         * deffilep.y: Add missing prototypes.
1604         * pe-dll.c: Likewise.
1605
1606 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
1607
1608         * ldlang.c (insert_pad): Fix typos in last patch.
1609
1610         * ldlang.c: When traversing lang_statement_union_type lists,
1611         consistently use "header.next" rather than "next".
1612         * mpw-eppcmac.c: Likewise.
1613         * emultempl/beos.em: Likewise.
1614         * emultempl/hppaelf.em: Likewise.
1615         * emultempl/pe.em: Likewise.
1616         * ldlang.h (union lang_statement_union): Remove "next" field.
1617
1618         * ldlang.c (insert_pad): Use offsetof macro.
1619         (lang_size_sections): Always neuter padding statements.
1620         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
1621
1622         * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
1623         passed to lang_size_sections.
1624         (pe_exe_fill_sections): Likewise.
1625         * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
1626         (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
1627
1628 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
1629
1630         * emultempl/aix.em: Formatting fixes.
1631
1632 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
1633
1634         * ldlang.c (insert_pad): Make use of an existing pad statement if
1635         available.  Move code calculating alignment, adjusting section
1636         alignment power, and adjusting dot to ..
1637         (size_input_section): .. here.  Remove unused relax param.
1638         (lang_size_sections): Change boolean `relax' param to boolean *.
1639         Adjust call to size_input_section.  Make use of insert_pad to
1640         place pad after the assignment statement.  If relaxing, zap
1641         padding statements.
1642         (reset_memory_regions): Reset output_bfd section sizes too.
1643         (relax_again): Move to..
1644         (lang_process): ..here.  Adjust call to lang_size_sections, and
1645         remove duplicated code.
1646         * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
1647
1648 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
1649
1650         * ld.texinfo: Document that fill values now use the four least
1651         significant bytes.
1652         * emulparams/elf32fr30.sh (NOP): Update.
1653         * emulparams/elf32mcore.sh: Likewise.
1654         * emulparams/elf64_s390.sh: Likewise.
1655         * emulparams/elf_i386.sh: Likewise.
1656         * emulparams/elf_i386_be.sh: Likewise.
1657         * emulparams/elf_i386_chaos.sh: Likewise.
1658         * emulparams/elf_i386_ldso.sh: Likewise.
1659         * emulparams/elf_s390.sh: Likewise.
1660         * emulparams/elf_x86_64.sh: Likewise.
1661         * emulparams/i386moss.sh: Likewise.
1662         * emulparams/i386nw.sh: Likewise.
1663         * emulparams/m68kelf.sh: Likewise.
1664         * scripttempl/elf.sc: Update NOP comment.
1665         * scripttempl/elfi370.sc: Likewise.
1666         * scripttempl/elfm68hc11.sc: Likewise.
1667         * scripttempl/elfm68hc12.sc: Likewise.
1668         * scripttempl/nw.sc: Likewise.
1669
1670 2001-08-15  Tom Rix <trix@redhat.com>
1671
1672         * ldgram.y (saved_script_handle): Initialize to NULL.
1673         * ldmain.c (main): Change check on saved_script_handle.
1674
1675 2001-08-14  Alan Modra  <amodra@bigpond.net.au>
1676
1677         * emultempl/elf32.em: Formatting fixes.
1678         (output_prev_sec_find): Test for bfd_ind_section too;  do so by
1679         looking at sec->owner.
1680         (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
1681         (gld${EMULATION_NAME}_place_orphan): Add a few comments.  Remove
1682         unused code, and reorganize orphan section placement code.
1683
1684         * ldlang.c (wild_doit): Rename to lang_add_section.
1685         * ldlang.h: Here too.
1686         * mpw-elfmips.c: And here.
1687         * emultempl/beos.em: And here.
1688         * emultempl/elf32.em: And here.
1689         * emultempl/hppaelf.em: And here.
1690         * emultempl/pe.em: And here.
1691
1692 2001-08-13  Richard Henderson  <rth@redhat.com>
1693
1694         * emultempl/needrelax.em: New file.
1695         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
1696         * Makefile.am (eelf64_ia64.c): Depend on it.
1697         * Makefile.in: Rebuild.
1698
1699 2001-08-13  Alan Modra  <amodra@bigpond.net.au>
1700
1701         * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
1702         output_section is set non-NULL.
1703
1704         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
1705         `true' for SEC_EXCLUDE sections so that the generic code doesn't
1706         needlessly create an output_section_statement.  Treat a correctly
1707         named output_section_statement with NULL bfd_section as compatible.
1708
1709 2001-08-13  Hans-Peter Nilsson  <hp@bitrange.com>
1710
1711         * emultempl/generic.em: Support EXTRA_EM_FILE.
1712         (ld_${EMULATION_NAME}_emulation): Support emulation parameters
1713         LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1714         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1715         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1716         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1717         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1718         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1719         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1720         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1721         LDEMUL_FIND_POTENTIAL_LIBRARIES.
1722
1723 2001-08-12  Richard Henderson  <rth@redhat.com>
1724
1725         * scripttempl/elf.sc, scripttempl/elfd30v.sc,
1726         scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
1727         scripttempl/v850.sc: Keep .jcr data.
1728
1729 2001-08-12  H.J. Lu  <hjl@gnu.org>
1730             Andrew Haley  <aph@cambridge.redhat.com>
1731             Nick Clifton  <nickc@redhat.com>
1732
1733         * ldgram.y (had_script): Change name to saved_script_handle.
1734         Change type to file handle.
1735         * ld.h (had_script): Rename and retype.
1736         * ldfile.c (ldfile_open_command_file): Save the file handle
1737         used in saved_script_handle.
1738         * lexsup.c (parse_args): Do not allow -c option to alter
1739         saved_script_handle.
1740         * ldmain.c (main): Print out the linker script used if
1741         --verbose is given.  Check saved_script_handle to obtain the
1742         external linker script used, or if NULL, dump the builtin
1743         script.
1744         * ld.texinfo: Document that --verbose now dumps the linker
1745         script used, regardless of whether it was an internal or an
1746         external script.
1747
1748 2001-08-10  Andreas Jaeger  <aj@suse.de>
1749
1750         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1751         to build warnings.
1752         * configure: Regenerate.
1753
1754 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
1755
1756         * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
1757
1758         * scripttempl/elf.sc: Move non-text .dynamic section before
1759         .plt/.got/.sdata* group.
1760         (OTHER_GOT_SECTIONS): Move to immediately after .got.
1761         (OTHER_SDATA_SECTIONS): Add.
1762         * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
1763         OTHER_GOT_SECTIONS.
1764         * emulparams/crislinux.sh: Likewise.
1765         * emulparams/elf32b4300.sh: Likewise.
1766         * emulparams/elf32bmip.sh: Likewise.
1767         * emulparams/elf32bmipn32.sh: Likewise.
1768         * emulparams/elf32bsmip.sh: Likewise.
1769         * emulparams/elf32btsmip.sh: Likewise.
1770         * emulparams/elf32ebmip.sh: Likewise.
1771         * emulparams/elf32elmip.sh: Likewise.
1772         * emulparams/elf32l4300.sh: Likewise.
1773         * emulparams/elf32lmip.sh: Likewise.
1774         * emulparams/elf32lsmip.sh: Likewise.
1775         * emulparams/elf32ltsmip.sh: Likewise.
1776         * emulparams/elf64bmip.sh: Likewise.
1777         * emulparams/elf64btsmip.sh: Likewise.
1778         * emulparams/elf64ltsmip.sh: Likewise.
1779
1780 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
1781
1782         * genscripts.sh: Source the emulparams script before each output
1783         script is generated so that variables like `RELOCATING' may affect
1784         variables defined in the emulparams script.
1785
1786 2001-08-04  Alan Modra  <amodra@bigpond.net.au>
1787
1788         * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
1789         order.
1790
1791         * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
1792         ie. iterate over wild_statement.section_list.
1793         (gld${EMULATION_NAME}_place_orphan): Likewise.
1794
1795 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1796
1797         * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
1798         .fini[0-4] sections used by _exit
1799         (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
1800         (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
1801         * scripttempl/elfm68hc11.sc: Likewise.
1802
1803 2001-08-03  H.J. Lu  <hjl@gnu.org>
1804
1805         * emultempl/beos.em (init): Add the missing initialization.
1806
1807 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
1808
1809         * ld.texinfo (Input Section Basics): Clarify ordering of output
1810         sections.
1811         * ldlang.c (callback_t): Add wildcard_list param.
1812         (walk_wild_section): Remove "section" param.  Rewrite for
1813         lang_wild_statement_type change.  Remove unique_section_p test.
1814         (walk_wild_file): Remove "section" param.
1815         (walk_wild): Remove "section" and "file" params.
1816         (lang_gc_wild): Likewise.
1817         (wild): Likewise.  Modify for lang_wild_statement_type change.
1818         (wild_sort): Likewise.  Add "sec" param.
1819         (gc_section_callback): Likewise.
1820         (output_section_callback): Likewise.  Do unique_section_p test.
1821         (map_input_to_output_sections): Modify call to wild.
1822         (lang_gc_sections_1): Likewise.
1823         (print_wild_statement): Modify for lang_wild_statement_type
1824         change.
1825         (lang_add_wild): Replace filename, filenames_sorted param with
1826         filespec.  Replace section_name, sections_sorted,
1827         exclude_filename_list with section_list.
1828         * ldlang.h (lang_add_wild): Here too.
1829         (lang_wild_statement_type): Replace section_name, sections_sorted,
1830         and exclude_filename_list with section_list.
1831         * ldgram.y (current_file): Delete.
1832         (%union): Add wildcard_list.
1833         (file_NAME_list): Set type to wildcard_list.  Build a linked list
1834         rather than calling lang_add_wild for each entry.
1835         (input_section_spec_no_keep): Call lang_add_wild here instead.
1836         * ld.h (struct wildcard_list): Declare.
1837         * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
1838
1839 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
1840
1841         * ldmain.c (main): initialize link_info.pei386_auto_import
1842         * pe-dll.c: new tables for auto-export filtering
1843         (auto_export): change API, pass abfd for contextual filtering.
1844         Loop thru tables of excluded symbols instead of comparing
1845         "by hand".
1846
1847 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
1848
1849         * pe-dll.c: new variable pe_dll_enable_extra_debug. New
1850         static variable current_sec (static struct sec *). Add
1851         forward declaration for add_bfd_to_link.
1852         (process_def_file): Don't export undefined symbols. Do not
1853         export symbols starting with  "_imp__".  Call auto_export()
1854         with new API.
1855         (pe_walk_relocs_of_symbol): New function.
1856         (generate_reloc): add optional extra debugging
1857         (pe_dll_generate_def_file): eliminate extraneous initial blank
1858         line in output
1859         (make_one): enlarge symtab to make room for __nm__ symbols
1860         (DATA auto-import support).
1861         (make_singleton_name_thunk): New function.
1862         (make_import_fixup_mark): New function.
1863         (make_import_fixup_entry): New function.
1864         (pe_create_import_fixup): New function.
1865         (add_bfd_to_link): Specify that 'name' argument is a CONST
1866         char *.
1867         * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
1868         declare new functions pe_walk_relocs_of_symbol and
1869         pe_create_import_fixup.
1870         * emultempl/pe.em: add new options --enable-auto-import,
1871         --disable-auto-import, and --enable-extra-pe-debug.
1872         (make_import_fixup): New function.
1873         (pe_find_data_imports): New function.
1874         (pr_sym): New function.
1875         (gld_${EMULATION_NAME}_after_open): Add optional extra pe
1876         debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
1877         CODE.
1878
1879 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
1880
1881         * ld.texinfo: add additional documentation for
1882         --export-all-symbols.  Document --out-implib,
1883         --enable-auto-image-base, --disable-auto-image-base,
1884         --dll-search-prefix, --enable-auto-import, and
1885         --disable-auto-import.
1886         * ldint.texinfo: Add detailed documentation on auto-import
1887         implementation.
1888
1889 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1890
1891         * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
1892         example.
1893
1894 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
1895
1896         * Makefile.am: Update dependencies with "make dep-am".
1897         * Makefile.in: Regenerate
1898
1899 2001-07-23  Alan Modra  <amodra@bigpond.net.au>
1900
1901         * ldcref.c (check_section_sym_xref): New function.
1902         (check_nocrossrefs): Call it.
1903         (check_nocrossref): Interate over h->refs here instead of..
1904         (check_refs): ..here.  Pass in the symbol name, section, and bfd
1905         rather than hash_entry pointers.
1906         (struct check_refs_info): Keep symbol name rather than hash entry.
1907         Remove "same".
1908         (check_reloc_refs): Tweak for above changes in check_refs_info.
1909         Only report references to section syms when symname is NULL to
1910         prevent duplicate messages for the same reloc.
1911
1912 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1913
1914         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1915         available.  Do not print NULL trees.
1916         (exp_print_token): Print unknown tokens with values > 126 as
1917         decimal values not ASCII characters.
1918
1919         * ldlang.c (lang_leave_overlay): If a region is specified assign
1920         it to all sections inside the overlay unless they have been
1921         assigned to the own, non-default, memory region.
1922
1923         * README: Add header for consistency with other README files.
1924
1925 2001-07-14  H.J. Lu  <hjl@gnu.org>
1926
1927         * emultempl/elf32.em (output_prev_sec_find): Never return
1928         bfd_abs_section_ptr, bfd_com_section_ptr nor
1929         bfd_und_section_ptr.
1930
1931 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
1932
1933         * Makefile.am (em32relf.c): Change dependency from generic.em to
1934         elf32.em.
1935         * Makefile.in: Regenerate.
1936
1937 2001-07-14  matthew green  <mrg@eterna.com.au>
1938
1939         * configure.tgt (i386-*-netbsdelf*): New target.
1940         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
1941
1942 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
1943
1944         * emultempl/elf32.em (output_prev_sec_find): New.
1945         (place_orphan): Use it.
1946
1947 2001-07-11  H.J. Lu  <hjl@gnu.org>
1948
1949         * ldmain.c (main): Fix typos in the last change.
1950
1951 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
1952
1953         * ldmain.c (main): Disallow -F and -f without -shared.
1954
1955 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
1956
1957         * emultempl/pe.em (after_open): Check for the output_bfd not
1958         having any coff_data structure allocated to it.
1959
1960 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
1961
1962         * emultempl/elf32.em: Do not assuming that contents of the buffer
1963         returned from basename function will remain unchanged accross other
1964         function calls.
1965
1966 2001-07-03  H.J. Lu  <hjl@gnu.org>
1967
1968         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
1969         2001-07-03. It creates dynamic entries even for static binaries.
1970
1971 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
1972
1973         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
1974         (DYNAMIC): Use it to reserve few dynamic entries for
1975         post-linking tools.
1976
1977 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
1978
1979         * emulparams/hppa64linux.sh: New file.
1980         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
1981         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
1982         (ehppa64linux.c): Add rule to make it.
1983         Run "make dep-am".
1984         * Makefile.in: Regenerate.
1985
1986 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
1987
1988         * ld.texinfo (Options, -r): Mention restrictions when using
1989         different object formats.
1990
1991 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
1992
1993         * ldlang.c (lang_check): Emit fatal error if relocatable link
1994         between different object flavours with relocations in input.
1995
1996 2001-06-19  H.J. Lu  <hjl@gnu.org>
1997
1998         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
1999         (--version-script): Mention the language support.
2000
2001 2001-06-19  H.J. Lu <hjl@gnu.org>
2002
2003         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
2004
2005 2001-06-18  H.J. Lu <hjl@gnu.org>
2006
2007         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
2008         (diststuff): Add $(MANS).
2009         * Makefile.in: Regenerated.
2010
2011         * ld.1: Removed.
2012
2013 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
2014
2015         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2016         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
2017         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
2018         * ld.h (args_type): Remove member export_dynamic.  All users
2019         changed to use struct bfd_link_info member.
2020
2021         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
2022         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
2023         * Makefile.in: Regenerate.
2024
2025 2001-06-18  H.J. Lu  <hjl@gnu.org>
2026
2027         * ldlang.c (init_os): Add the newline to the einfo call.
2028         (lang_check): Likewise.
2029         (lang_do_version_exports_section): Likewise.
2030
2031 2001-06-15  H.J. Lu  <hjl@gnu.org>
2032
2033         * lexsup.c (parse_args); Save optind to report unrecognized
2034         option.
2035
2036 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
2037
2038         * ldlang.c (lang_check): Emit fatal error if relocatable link
2039         between different object flavours.
2040
2041         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
2042         Set new link_info member export_dynamic.
2043         * ldmain.c (main): Initialize new link_info member export_dynamic.
2044
2045 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
2046
2047         * ldlang.c (walk_wild): Only call walk_wild_file if
2048         lookup_name returns something.
2049         (lookup_name): If load_symbols fails, return NULL.
2050         (load_symbols): Change to a boolean function.
2051         (open_input_bfds): If load_symbols fails then do not make the
2052         executable.
2053
2054 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
2055
2056         * ldlang.c (record_bfd_errors): Remove.
2057
2058         * emultempl/aix.em: Fix copyright dates.
2059
2060 2001-06-07  Andreas Jaeger  <aj@suse.de>
2061
2062         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
2063         (TEXT_START_ADDR): Likewise.
2064
2065 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
2066
2067         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
2068
2069 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2070
2071         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
2072
2073 2001-05-31  H.J. Lu  <hjl@gnu.org>
2074
2075         * ldlang.c (open_input_bfds): Don't change the bfd error
2076         handler whilst loading symbols.
2077
2078 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
2079
2080         * configure.tgt: Remove i370-mvs architecture, it is not currently
2081         supported.
2082
2083 2001-05-25  H.J. Lu  <hjl@gnu.org>
2084
2085         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2086         like emulparams/aixppc.sh.
2087
2088 2001-05-25  H.J. Lu  <hjl@gnu.org>
2089
2090         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
2091         setting of output_filename after bfd_scan_arch.
2092         * emultempl/pe.em: Likewise.
2093
2094 2001-05-25  H.J. Lu  <hjl@gnu.org>
2095
2096         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2097         like emulparams/aixppc.sh.
2098
2099         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
2100         instead of ${srcdir}/emultempl/stringify.sed.
2101
2102 2001-05-25  Timothy Wall  <twall@oculustech.com>
2103
2104         * emulparams/elf64_aix.sh: Change settings to match IBM linker
2105         output.
2106
2107 2001-05-25  Alan Modra  <amodra@one.net.au>
2108
2109         * configure.host: Replace linuxoldld with linux*oldld.
2110         * configure.tgt: Likewise.
2111
2112 2001-05-24  H.J. Lu  <hjl@gnu.org>
2113
2114         * emultempl/stringify.sed: Removed again.
2115
2116 2001-05-24  H.J. Lu  <hjl@gnu.org>
2117
2118         * emultempl/aix.em (OUTPUT_ARCH): Defined.
2119         (gld${EMULATION_NAME}_before_parse): Initialize
2120         ldfile_output_architecture, ldfile_output_machine and
2121         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
2122         * emultempl/beos.em: Likewise.
2123         * emultempl/elf32.em: Likewise.
2124         * emultempl/linux.em: Likewise.
2125         * emultempl/mipsecoff.em: Likewise.
2126         * emultempl/pe.em: Likewise.
2127         * emultempl/sunos.em: Likewise.
2128
2129 2001-05-24 Tom Rix <trix@redhat.com>
2130
2131         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
2132         udate import file format.
2133         (change_symbol_mode) New, same
2134         (is_syscall) New, same
2135         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
2136         * emulparams/aixppc64.sh : same
2137         * emulparams/aixrs6.sh : same
2138         * emulparams/ppcmacos.sh : same
2139         * emultempl/aix.em : use strtoull to parse options
2140         * Makefile.am : add eaixppc64 emulation for xcoff64
2141         * Makefile.in : same
2142         * configure.tgt : same
2143
2144         * scripttempl/aix.sc : default text section offset to 0x10000000
2145         default data section offset to 0x20000000
2146         add .sv3264 and .sv64 pseudo sections
2147         loader and debug sections use the currect section offset.
2148
2149         * emultempl/aix.em : Add xcoff64 support
2150         Add -binitfini support
2151         (gld${EMULATION_NAME}_before_parse) -binitfini
2152         (gld${EMULATION_NAME}_parse_args) same
2153         (gld${EMULATION_NAME}_before_allocation) format change for special
2154         sections
2155
2156         * emulparams/aixppc64.sh : New file for xcoff64 support
2157
2158 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
2159
2160         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
2161         variable to avoid non-portable shell construct.
2162
2163 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2164
2165         * ldmain.c (get_emulation): Add -mips5 command line argument.
2166
2167 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
2168
2169         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
2170         (ELF_INTERPRETER_NAME): Define it.
2171         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
2172         it.
2173         * configure.tgt (targ_emul, targ_extra_emuls)
2174         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
2175         as primary, elf_i386 as extra.
2176         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
2177         (eelf_i386_ldso.c): New rule.
2178         * Makefile.in: Rebuilt.
2179
2180 2001-05-22  Nick Clifton  <nickc@redhat.com>
2181
2182         * lexsup.c (ld_options):  Allow -I to be an alias for
2183         --dynamic-linker.  This is for Solaris compatability.
2184         * ld.texinfo: Document that -I can be used.
2185         * ld.1: Regenerate.
2186
2187 2001-05-16  Alan Modra  <amodra@one.net.au>
2188
2189         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
2190         whether an input section is the first one assigned to an output
2191         section.
2192         Assorted formatting fixes.
2193
2194 2001-05-14  DJ Delorie  <dj@delorie.com>
2195
2196         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
2197         * Makefile.in: Ditto.
2198
2199 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
2200
2201         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
2202         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
2203         output sections.
2204         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
2205
2206 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
2207
2208         * ldlang.c (lang_process): Call bfd_merge_sections.
2209
2210 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2211
2212         * ldgram.y: Fix typo.
2213
2214 2001-05-03  H.J. Lu  <hjl@gnu.org>
2215
2216         * emultempl/elf32.em: Include "libiberty.h".
2217         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
2218         basename of the bfd filename.
2219         (gld${EMULATION_NAME}_stat_needed): Likewise.
2220         (gld${EMULATION_NAME}_try_needed): Likewise.
2221         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
2222
2223 2001-05-02  H.J. Lu  <hjl@gnu.org>
2224
2225         * emultempl/pe.em: Include <ctype.h>.
2226
2227 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
2228
2229         * emulparams/elf32openrisc.sh: New file.
2230
2231         * Makefile.am: Add OpenRISC target.
2232         * Makefile.in: Regenerated.
2233
2234         * configure.tgt: Add openrisc-*-* mapping.
2235
2236 2001-05-02  Nick Clifton  <nickc@redhat.com>
2237
2238         * emultempl/aix.em: Replace buystring with xstrdup.
2239         * emultempl/beos.em: Replace buystring with xstrdup.
2240
2241 2001-05-02  H.J. Lu  <hjl@gnu.org>
2242
2243         * ldfile.c: Include "libiberty.h".
2244         * ldlex.l: Likewise.
2245
2246         * ldmisc.c (buystring): Removed.
2247         * ldmisc.h: Likewise.
2248
2249         * ldfile.c: Replace buystring with xstrdup.
2250         * ldlang.c: Likewise.
2251         * ldlex.l: Likewise.
2252         * ldmain.c: Likewise.
2253         * ldmisc.c: Likewise.
2254         * lexsup.c: Likewise.
2255         * mpw-eppcmac.c: Likewise.
2256
2257 2001-04-30  Andreas Jaeger  <aj@suse.de>
2258
2259         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
2260
2261 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2262
2263         * ldlang.c (load_symbols): Give emulation a chance
2264         to process unrecognized file before fatal error is
2265         reported, not after.
2266
2267 2001-04-27  Sean McNeil <sean@mcneil.com>
2268
2269         * configure.tgt: Add arm-vxworks target.
2270         * scripttempl/armcoff.sc: Support .text or .data as a section name
2271         prefix.
2272         Define _etext.
2273
2274 2001-04-13  J.T. Conklin  <jtc@redback.com>
2275
2276         * ld.texinfo: Document --fatal-warnings.
2277         * ld.1: Regenerate.
2278
2279         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
2280         warnings have been turned into errors.
2281         * lexsup.c (OPTION_WARN_FATAL): Define.
2282         (ld_options): Entry for --fatal-warnings.
2283         (parse_args): Handle OPTION_WARN_FATAL.
2284         * ld.h (ld_config_type): Add fatal_warnings field.
2285
2286 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
2287
2288         * ldmain.c (main): Default to discard_sec_merge.
2289         * lexsup.c (OPTION_DISCARD_NONE): Define.
2290         (ld_options): Add --discard-none.
2291         (parse_args): Handle OPTION_DISCARD_NONE.
2292         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
2293         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
2294         all its input sections match.
2295
2296 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
2297
2298         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
2299         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
2300         (eelf32ltsmip.c): New target.
2301         (eelf64btsmip.c): Likewise.
2302         (eelf64ltsmip.c): Likewise.
2303         * Makefile.in: Regenerated.
2304
2305         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
2306         target.
2307         (mips*-*-linux-gnu*): Likewise.
2308
2309         * emulparams/elf32ltsmip.sh: New. Traditional little endian
2310         MIPS taget.
2311         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
2312         target.
2313         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
2314         endian target.
2315
2316 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
2317
2318         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
2319         correct value of __Stext here.
2320         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
2321         .startup section.
2322
2323         * emulparams/crislinux.sh: Remove FIXME.
2324
2325 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
2326
2327         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
2328         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
2329
2330 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
2331
2332         * configure.tgt (cris-*-*): Change default emulation to criself.
2333         (cris-*-*aout*): New rule.
2334
2335 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
2336
2337         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
2338         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
2339
2340 2001-03-26  Andreas Jaeger  <aj@suse.de>
2341
2342         * ld.texinfo (Overview): Fix syntax in texi code.
2343
2344 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2345
2346         * ld.texinfo: Put @c man indications to generate the ld man page.
2347         When generating man, define all the variables.  Define SEEALSO
2348         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
2349         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
2350         (ld.1): Generate from ld.texinfo.
2351         * Makefile.in: Regenerate.
2352
2353 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
2354
2355         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
2356         and '-fdata-sections'. Set the VMA of STABS sections to zero.
2357
2358 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
2359
2360         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
2361         is an absolute path look only for this file and not along the path.
2362
2363 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
2364
2365         * emultempl/elf32.em (OPTION_GROUP): New macro.
2366         Add new option Bgroup to longopts.
2367         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
2368         (gld*_list_options): Add -Bgroup and -z defs.
2369         * ld.1: Document -Bgroup and -z defs.
2370         * ld.texinfo: Likewise.
2371
2372 2001-03-07  Michael Meissner  <meissner@redhat.com>
2373
2374         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
2375         with sections created by -fdata-sections.
2376         (.dynbss,.bss): Ditto.
2377
2378 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
2379
2380         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
2381         after_allocation_default, not gld..._before_allocation.
2382
2383 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
2384
2385         * configure.in (BFD_VERSION): New.
2386         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2387         * configure: Regenerate.
2388         * Makefile.am: Run "make dep-am"
2389         * Makefile.in: Regenerate.
2390
2391 2001-02-26  Timothy Wall  <twall@cygnus.com>
2392
2393         * emulparams/elf64_aix.sh: Add additional read-only sections;
2394         uncomment lines which are now required.
2395
2396 2001-02-26  H.J. Lu  <hjl@gnu.org>
2397
2398         * ldlang.c (open_input_bfds): Set the bfd error handler so
2399         that problems can be caught whilst loading symbols.
2400         (record_bfd_errors): New function: Report BFD errors and mark
2401         the executable output as being invalid.
2402
2403 2001-02-22  Timothy Wall  <twall@cygnus.com>
2404
2405         * configure.host: Add configuration for ia64-*-aix*.
2406         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
2407         Add dependencies for eelf64_aix.c.
2408         * Makefile.in: Regenerate.
2409         * configure.tgt: Add ia64-*-aix* mapping.
2410         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
2411         * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
2412         AIX-specific test.
2413
2414 2001-02-20  H.J. Lu  <hjl@gnu.org>
2415
2416         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
2417         false if we found the file.
2418
2419 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
2420
2421         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
2422         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
2423
2424 2001-02-18  lars brinkhoff  <lars@nocrew.org>
2425
2426         * Makefile.am: Add PDP-11 target.
2427         * configure.tgt: Likewise.
2428         * emulparams/pdp11.sh: New file.
2429
2430 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
2431
2432         * configure.host: Add a generic FreeBSD configuration entry such that
2433         all [modern] FreeBSD systems on all platforms will look the same.
2434
2435 2001-02-14  H.J. Lu  <hjl@gnu.org>
2436
2437         * configure.tgt: Remove mention of earmelf_linux26.
2438
2439 2001-02-13  Richard Henderson  <rth@redhat.com>
2440
2441         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
2442
2443 2001-02-13  H.J. Lu  <hjl@gnu.org>
2444
2445         * ldexp.h (node_type): Add etree_provided.
2446         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
2447         type to etree_provided if defined by PROVIDE. Allow updating
2448         for etree_provided.
2449         (exp_print_tree): Handle etree_provided.
2450         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
2451         etree_provided.
2452
2453 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
2454
2455         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
2456         .IA_64.unwind.* pattern to unwind table section and
2457         .IA_64.unwind_info* pattern to unwind info section.
2458
2459 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2460
2461         * Makefile.am: Add linux target for S/390.
2462         * Makefile.in: Likewise.
2463         * configure.host: Likewise.
2464         * configure.tgt: Likewise.
2465         * emulparams/elf64_s390.sh: New file.
2466         * emulparams/elf_s390.sh: New file.
2467
2468 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
2469
2470         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
2471         targ_extra_libpath.
2472         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
2473
2474 2001-02-06  Philip Blundell  <philb@gnu.org>
2475
2476         * Makefile.am: Remove mention of earmelf_linux26.
2477         * Makefile.in: Regenerate.
2478
2479 2001-02-04  Philip Blundell  <philb@gnu.org>
2480
2481         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
2482         * emulparams/armelf_linux26.sh: Delete.
2483         * configure.tgt: Remove mention of armelf_linux26 emulation.
2484
2485 2001-02-01  Nick Clifton  <nickc@redhat.com>
2486
2487         * ld.1: Replace occurances of -oformat with --oformat.
2488
2489 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
2490
2491         * ldlang.c (lang_leave_overlay): Don't set lma_region when
2492         load_base is specified.
2493
2494 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
2495
2496         * emultempl/elf32.em: Correct spelling in comments and listed
2497         options.
2498
2499 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
2500
2501         * ldlang.c (lang_leave_overlay): Only set lma_region from the
2502         default for the first section of a group of overlay sections.
2503
2504 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
2505
2506         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
2507         * Makefile.in: Regenerate.
2508         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
2509         Check for null tool_dir.
2510
2511 2001-01-16  Jim Wilson  <wilson@redhat.com>
2512
2513         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
2514         and IA_64.unwind.info.
2515
2516 2001-01-16  H.J. Lu  <hjl@gnu.org>
2517
2518         * ldlang.c (lang_check): Merge the private data only if the
2519         input file has contents.
2520
2521 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
2522
2523         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
2524
2525         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
2526         enabling search for libmilli.  On a relocatable link, make .text
2527         sections unique.
2528         (LDEMUL_AFTER_PARSE): Define.
2529         (hppaelf_finish): Correct spelling of relocatable in comments.
2530
2531         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2532         rummage through the script for sections on the unique list.
2533         Correct length of strncmp for ".note".
2534         (gld${EMULATION_NAME}_check_needed): Rearrange function.
2535
2536         * ldlang.c (unique_section_list): New var.
2537         (unique_section_p): New function.
2538         (walk_wild_section): Don't match sections on unique_section_list.
2539         (lang_add_unique): New function.
2540         Correct spelling of relocatable in comments.
2541
2542         * ldlang.h (struct unique_sections): Declare.
2543         (unique_section_list): Declare.
2544         (unique_section_p): Declare.
2545         (lang_add_unique): Declare.
2546
2547         * lexsup.c (ld_options): Allow --unique to take an optional arg.
2548         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
2549
2550         * ld.texinfo (--unique): Update.
2551
2552 2001-01-13  Nick Clifton  <nickc@redhat.com>
2553
2554         * lexsup.c (parse_args): Remove spurious white space.
2555
2556 2001-01-12  Nick Clifton  <nickc@redhat.com>
2557
2558         * lexsup.c (parse_args): Update copyright date.
2559
2560 2001-01-12  Philip Blundell  <pb@futuretv.com>
2561
2562         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
2563
2564 2001-01-10  Kazu Hirata  <kazu@hxi.com>
2565
2566         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
2567         * scripttempl/h8300h.sc: Fix formatting.
2568         * scripttempl/h8300s.sc: Likewise.
2569         * scripttempl/h8500.sc: Likewise.
2570         * scripttempl/h8500b.sc: Likewise.
2571         * scripttempl/h8500c.sc: Likewise.
2572         * scripttempl/h8500m.sc: Likewise.
2573         * scripttempl/h8500s.sc: Likewise.
2574
2575 2000-01-07  David O'Brien  <obrien@BSDi.com>
2576
2577         * emultempl/elf32.em: Only perform Linux ld hints processing when
2578         targeting Linux.
2579
2580 2001-01-07  Philip Blundell  <philb@gnu.org>
2581
2582         * ld.texinfo (Bug Reporting): Update email address for reports.
2583
2584 2000-12-31  Nick Clifton  <nickc@redhat.com>
2585
2586         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
2587         options by checking for a return value of '?' not -1.
2588
2589 2000-12-28  Nick Clifton  <nickc@redhat.com>
2590
2591         * lexsup.c (struct ld_option): Add new enum value:
2592         EXACTLY_TWO_DASHES.
2593         (ld_options[]): Change -omagic, -output and -oformat options
2594         to be EXACTLY_TWO_DASHES.
2595         (OUTPUT_COUNT): Use ARRAY_SIZE.
2596         (parse_args): Change parameter 'argc' to unsigned.
2597         Place EXACTLY_TWO_DASHES options into new really_longopts
2598         array.
2599         If getopt_long_only fails, try calling getopt_long using the
2600         really_longopts array.
2601         (help): Print a double dash for both EXACTLY_TWO_DASHES and
2602         TWO_DASHES options.
2603
2604         * ldlex.h: Fix prototype of parse_args.
2605
2606         * ld.texinfo: Document that long options starting with 'o'
2607         must be preceeded by two dashes.  Change example of a single
2608         dashed long option from -oformat to -trace-symbol.
2609
2610 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2611
2612         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
2613         (longopts[]): New --no-default-excludes option.
2614         (gld_${EMULATION_NAME}_list_options): Document.
2615         (gld_${EMULATION_NAME}_parse_args): Handle.
2616
2617 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2618
2619         * ldlang.c (new_stat): Revert the last beautification with "innocent"
2620         whitespace, it breaks the K&R C preprocessor.
2621
2622 2000-12-11  DJ Delorie  <dj@redhat.com>
2623
2624         * ld.texinfo: Add notes about --whole-archive and gcc.
2625
2626 2000-11-18  Fred Fish  <fnf@be.com>
2627
2628         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
2629         (ld_options): Entry for --allow-shlib-undefined.
2630         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
2631         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
2632         to false.
2633         * ld.texinfo: Document new command line switch.
2634
2635 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
2636
2637         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
2638         .fixup is actually read/write.
2639         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
2640         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2641         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2642
2643 2000-12-11  Jan Hubicka  <jh@suse.cz>
2644
2645         * NEWS: Add note about x86_64 architecture.
2646
2647 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
2648
2649         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
2650         Set DWARF2 sections to a VMA of zero.
2651
2652 2000-12-01      Joel Sherrill <joel@OARcorp.com>
2653
2654         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
2655         New targets.
2656         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2657         (sparc*-*-rtems*): Switched from a.out to ELF.
2658
2659 2000-11-30  Jan Hubicka  <jh@suse.cz>
2660
2661         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
2662         (eelf_x86_64.c): New.
2663         * Makefile.in: Regenerate.
2664         * configure.tgt: Add support for x86_64-*-linux-gnu*.
2665         * emulparams/elf_x86_64.sh: New.
2666
2667 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
2668
2669         * emulparams/crislinux.sh (ENTRY): Change back to _start.
2670         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
2671
2672         * scripttempl/crisaout.sc: Change all RELOCATING not related to
2673         merging non-a.out sections into CONSTRUCTING.
2674
2675 2000-11-28  Nick Clifton  <nickc@redhat.com>
2676
2677         * ld.1 (COPYING): Mention that the GNU Free Documentation
2678         License is present in the sources, but not the output, and
2679         also available from the GNU website.
2680         (GNU Free Documentation License): Comment out this section.
2681
2682 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
2683
2684         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
2685         does not use them.
2686
2687 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
2688
2689         * ld.1: Remove old date so it does not give the impression the manpage
2690         is way out of date.
2691
2692 2000-11-24  Nick Clifton  <nickc@redhat.com>
2693
2694         * configure.tgt (xscale-coff): Add target.
2695         (xscale-elf): Add target.
2696
2697 2000-11-24  Fred Fish  <fnf@be.com>
2698
2699         * ldmain.c (main): Remove redundant init of config.make_executable
2700         to true.
2701
2702 2000-11-15  Richard Henderson  <rth@redhat.com>
2703
2704         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
2705
2706 2000-11-14  Kazu Hirata  <kazu@hxi.com>
2707
2708         * scripttempl/h8300.sc: Fix formatting.
2709         * scripttempl/h8300h.sc: Likewise.
2710         * scripttempl/h8300s.sc: Likewise.
2711
2712 2000-11-14  Denis Chertykov  <denisc@overta.ru>
2713
2714         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
2715
2716 2000-11-09  Philip Blundell  <pb@futuretv.com>
2717
2718         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
2719         around orphan sections whose names can be represented in C.
2720
2721 2000-11-07  Jim Wilson  <wilson@redhat.com>
2722
2723         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
2724         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
2725
2726 2000-11-06  Nick Clifton  <nickc@redhat.com>
2727
2728         * ld.texinfo: Add GNU Free Documentation License.
2729         * ldint.texinfo: Add GNU Free Documentation License.
2730         * ld.1: Add GNU Free Documentation License.
2731
2732 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
2733
2734         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
2735         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
2736
2737         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
2738         Move 2000-11-02 Makefile.in changes to this file.
2739         * Makefile.in: Regenerate.
2740
2741 2000-11-03  Nick Clifton  <nickc@redhat.com>
2742
2743         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
2744         constructors and destructors.
2745         * scripttempl/h8300h.sc: Ditto.
2746         * scripttempl/h8300s.sc: Ditto.
2747         * scripttempl/h8500.sc: Ditto.
2748         * scripttempl/h8500b.sc: Ditto.
2749         * scripttempl/h8500c.sc: Ditto.
2750         * scripttempl/h8500m.sc: Ditto.
2751         * scripttempl/h8500s.sc: Ditto.
2752         * scripttempl/v850.sc: Ditto.
2753         * scripttempl/w65.sc: Ditto.
2754         * scripttempl/z8000.sc: Ditto.
2755
2756 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
2757
2758         * Makefile.in (e_i386_chaos.c): New rule.
2759         (ALL_EMULATIONS): Added e_i386_chaos.o.
2760         * emulparams/elf_i386_chaos.sh: New file.
2761         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
2762
2763 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
2764
2765         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
2766         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
2767         Fix sed invocation, so that it coped with '/' in Solaris 64bit
2768         library path suffix.
2769         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
2770
2771 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
2772
2773         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
2774         for consecutive sections.
2775
2776 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
2777
2778         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
2779         options.
2780         * ld.texinfo: Added notes about this new option.
2781
2782 2000-10-16  Nick Clifton  <nickc@redhat.com>
2783
2784         * emultempl/pe.em (_after_open): Add tests of return values from
2785         bfd functions.  Emit appropriate error messages if necessary.
2786
2787 2000-10-13  Nick Clifton  <nickc@redhat.com>
2788
2789         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
2790         local variables - they are not used, but leave in the call to
2791         bfd_canonicalize_symtab.
2792         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
2793         pe_dll_search_prefix.
2794
2795 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
2796
2797         * emultempl/pe.em (pe_dll_search_prefix): New variable,
2798         (longopts): New --dll-search-prefix option.
2799         (gld_${EMULATION_NAME}_list_options): Document.
2800         (gld_${EMULATION_NAME}_parse_args): Handle.
2801         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
2802         dynamically, search for a dll named '<prefix><basename>.dll'
2803         in preference to 'lib<basename>.dll' if --dll-search-prefix
2804         is specified.
2805
2806 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
2807
2808         * ldlang.c (section_already_linked): Set kept_section instead of
2809         sec->comdat->sec.
2810
2811 2000-10-10  Kazu Hirata  <kazu@hxi.com>
2812
2813         * deffile.h: Fix formatting.
2814         * lexsup.c: Likewise.
2815         * mri.c: Likewise.
2816
2817 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2818
2819         * pe-dll.c (make_one): Do not generate code thunk for DATA
2820         exports.
2821         (process_def_file): deduce DATA flag for auto-export sumbols.
2822
2823 2000-10-09  Kazu Hirata  <kazu@hxi.com>
2824
2825         * ld.h: Fix formatting.
2826         * ldcref.c: Likewise.
2827         * ldctor.h: Likewise.
2828         * ldemul.c: Likewise.
2829         * ldemul.h: Likewise.
2830         * ldexp.c: Likewise.
2831         * ldexp.h: Likewise.
2832         * ldfile.c: Likewise.
2833         * ldfile.h: Likewise.
2834         * ldlang.c: Likewise.
2835         * ldlang.h: Likewise.
2836         * ldmain.c: Likewise.
2837         * pe-dll.c: Likewise.
2838
2839         * pe-dll.c: Revert some formatting fixes.
2840
2841 2000-10-08  Kazu Hirata  <kazu@hxi.com>
2842
2843         * pe-dll.c: Fix formatting.
2844
2845 2000-10-05  Kazu Hirata  <kazu@hxi.com>
2846
2847         * ldlang.c: Fix formatting.
2848
2849 2000-10-03  DJ Delorie  <dj@redhat.com>
2850
2851         * pe-dll.c (fill_edata): initialize entire block
2852         (make_one): fill in correct section.
2853
2854 2000-10-03  Kazu Hirata  <kazu@hxi.com>
2855
2856         * ldexp.c: Fix formatting.
2857
2858 2000-10-02  DJ Delorie  <dj@redhat.com>
2859
2860         * emultempl/pe.em (gld_*_after_open): detect case where there two
2861         import libraries for same dll; rename one to ensure proper link
2862         order.
2863
2864         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
2865         typo
2866         (generate_edata): fix typo
2867
2868 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
2869
2870         * scripttempl/crisaout.sc (ENTRY): Now __start.
2871         (.text): Add default setting for __start.
2872         Remove CONSTRUCTORS handling.
2873         (/DISCARD/): Add .gnu.warning.*.
2874         * emulparams/crislinux.sh (ENTRY): Now __start.
2875         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
2876         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
2877         (ENTRY): Now __start.
2878         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
2879         (EXECUTABLE_SYMBOLS): Add default setting for __start.
2880
2881 2000-09-29  Kazu Hirata  <kazu@hxi.com>
2882
2883         * deffile.h: Fix formatting.
2884         * ld.h: Likewise.
2885         * ldcref.c: Likewise.
2886         * ldctor.c: Likewise.
2887         * ldctor.h: Likewise.
2888         * ldemul.c: Likewise.
2889         * ldemul.h: Likewise.
2890         * ldexp.c: Likewise.
2891         * ldexp.h: Likewise.
2892         * ldfile.c: Likewise.
2893         * ldfile.h: Likewise.
2894         * ldlang.c: Likewise.
2895         * ldlang.h: Likewise.
2896         * lexsup.c: Likewise.
2897         * mri.c: Likewise.
2898         * pe-dll.c: Likewise.
2899
2900 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2901
2902         * pe-dll.c (process_def_file): Uninitialized data wasn't
2903         exported with --export-all-symbols switch.
2904
2905 2000-09-28  DJ Delorie  <dj@redhat.com>
2906
2907         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
2908         noname work properly.
2909
2910 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
2911
2912         * ld.texinfo (HPPA ELF32): New section.
2913
2914         * emultempl/hppaelf.em (group_size): New.
2915         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
2916         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
2917         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
2918         options to prevent abbreviations matching.
2919         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
2920         (PARSE_AND_LIST_ARGS_CASES): Handle it.
2921
2922 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2923
2924         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
2925         on the m68*-*-elf target.  Make it support COFF input objects.
2926
2927 2000-09-21  Kazu Hirata  <kazu@hxi.com>
2928
2929         * ldmain.c: Fix formatting.
2930         * ldmisc.c: Likewise.
2931         * ldver.c: Likewise.
2932         * ldwrite.c: Likewise.
2933
2934 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
2935
2936         * ldwrite.c (clone_section): Silence gcc warnings.
2937
2938 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
2939
2940         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
2941         out of memory failure.
2942
2943         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
2944         (clone_section): Handle out of memory failures.  Rename var to
2945         avoid c++ reserved word.
2946
2947 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
2948
2949         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
2950         stub_name param to stub_sec_name.
2951         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
2952
2953 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2954
2955         * emultempl/m68kelf.em: New file.
2956         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
2957         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
2958         * Makefile.in: Regenerate.
2959
2960 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
2961
2962         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
2963         only as needed.
2964
2965 2000-09-13  Nick Clifton  <nickc@redhat.com>
2966
2967         * ldmain.c (multiple_definition): Disable relaxation if
2968         multiple symbol definitions are encountered - otherwise the
2969         linker could abort with an assertion failure.
2970
2971 2000-09-10  Nick Clifton  <nickc@redhat.com>
2972
2973         * mri.c: Fix formatting.
2974
2975 2000-09-07  H.J. Lu  <hjl@gnu.org>
2976
2977         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2978         * configure: Rebuild.
2979
2980 2000-09-07  H.J. Lu  <hjl@gnu.org>
2981
2982         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
2983         * Makefile.in: Rebuild.
2984
2985 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
2986
2987         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
2988         broken list handling.  Create __start_SECNAME and __stop_SECNAME
2989         when no place-holder.  Add some comments.  Test both SEC_CODE and
2990         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
2991         Handle case where no output section statement created.
2992
2993 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
2994
2995         * configure.tgt (sh-*-linux*): Added.
2996         * Makefile.am: Added eshelf_linux and eshlelf_linux.
2997         * Makefile.in: Rebuilt.
2998         * emulparams/shelf_linux.sh: New file.
2999         * emulparams/shlelf_linux.sh: New file.
3000
3001 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
3002
3003         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3004         try shuffling sections when the orphan happens to be the place
3005         holder.  Keep count of unique section names generated so we speed
3006         the search for a new name.
3007
3008 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
3009
3010         * configure: Rebuilt with new libtool.m4.
3011
3012 2000-09-05  Nick Clifton  <nickc@redhat.com>
3013
3014         * Makefile.in: Regenerate.
3015         * aclocal.m4: Regenerate.
3016         * configure: Regenerate.
3017         * config.in: Regenerate.
3018         * po/ld.pot: Regenerate.
3019
3020         * ldint.texinfo: Remove CVS revision marker - it foils local
3021         comparisons.
3022
3023         * emultempl/ticoff.em: Remove extraneous comma.
3024
3025 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
3026
3027         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
3028         to stub section flags.
3029         (hppa_for_each_input_file_wrapper): New.
3030         (hppa_lang_for_each_input_file): New.
3031         (lang_for_each_input_file): Define to call above.
3032         (multi_subspace): New.
3033         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
3034         (PARSE_AND_LIST_PROLOGUE): Define.
3035         (PARSE_AND_LIST_LONGOPTS): Define.
3036         (PARSE_AND_LIST_OPTIONS): Define.
3037         (PARSE_AND_LIST_ARGS_CASES): Define.
3038         (hppaelf_finish): Call elf32_hppa_set_gp.
3039         (hppaelf_set_output_arch): Remove.
3040         (LDEMUL_SET_OUTPUT_ARCH): Remove.
3041
3042         * emulparams/hppalinux.sh (ELFSIZE): Define.
3043         (MACHINE): Define.
3044         (OTHER_READONLY_SECTIONS): Define.
3045         (DATA_PLT): Define.
3046         (GENERATE_SHLIB_SCRIPT): Define.
3047
3048         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
3049         to const throughout.  Change `void *' to `PTR' throughout.
3050         (lang_memory_default): Function is local to file, add `static'.
3051
3052         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
3053         (ehppalinux.c): Likewise.
3054         (earmelf.c): Likewise.
3055         (earmelf_linux.c): Likewise.
3056         (earmelf_linux26.c): Likewise.
3057         * Makefile.in: Regenerate.
3058
3059         * ld.h (ld_config_type): Add unique_orphan_sections.
3060         * lexsup.c (OPTION_UNIQUE): Define.
3061         (ld_options): Add "--unique".
3062         (parse_args): Handle it.
3063         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3064         search for an existing output section if unique_orphan_sections is
3065         set.  Make use of bfd_get_unique_section_name rather than
3066         duplicating code here.
3067         * ld.texinfo: Describe --unique.
3068
3069         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
3070         optional arg to split-by-file.
3071         (parse_args): Handle them.
3072         * ld.texinfo: Update description of these options.
3073         * ldwrite.c (clone_section): Pass in the section name.  Replace
3074         local code with bfd_get_unique_section_name.
3075         (split_sections): Tidy code and comments.  Use a list traversal
3076         more appropriate to the list construction.  Handle cooked section
3077         sizes.  Split when split_by_reloc reached rather than exceeded.
3078         Track section size and split when split_by_file reached.  Fix
3079         link_order_tail (even though it's not used).
3080         (ldwrite): Modify condition for calling split_sections to suit
3081         changed split_by_reloc and split_by_file.
3082         * ldmain.c (main): Init config.split_by_reloc and
3083         config.split_by_file to -1.
3084         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
3085         Change split_by_file to bfd_size_type.
3086
3087 2000-09-02  Nick Clifton  <nickc@redhat.com>
3088
3089         * configure.in: Increase version number to 2.10.91.
3090         * NEWS: Mention new ability to support removal of duplicate DWARF2
3091         debug information.
3092         * configure: Regenerate.
3093         * aclocal.m4: Regenerate.
3094         * config.in: Regenerate.
3095
3096 2000-09-02  Daniel Berlin <dberlin@redhat.com>
3097
3098         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
3099         sections.
3100         * scripttempl/elf32avr.sc: Ditto.
3101         * scripttempl/elfd10v.sc: Ditto.
3102         * scripttempl/elfd30v.sc: Ditto.
3103         * scripttempl/elfi370.sc: Ditto.
3104         * scripttempl/elfm68hc11.sc: Ditto.
3105         * scripttempl/elfm68hc12.sc: Ditto.
3106         * scripttempl/elfi386beos.sc: Ditto.
3107         * scripttempl/v850.sc: Ditto.
3108
3109 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
3110
3111         * acinclude.m4: Include libtool and gettext macros from the
3112         top level.
3113         * aclocal.m4, configure: Rebuilt.
3114
3115 2000-08-25  Nick Clifton  <nickc@redhat.com>
3116
3117         * ldlang.c (open_output): When choosing the target for a
3118         particular endianness, do nothing if the target is not
3119         supported.
3120
3121 2000-08-25  H.J. Lu  <hjl@gnu.org>
3122
3123         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
3124         check -rpath nor LD_RUN_PATH for cross link.
3125         * ld.texinfo: Document the change.
3126
3127 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
3128
3129         * NEWS: Mention support for CRIS.
3130
3131 2000-08-23  H.J. Lu  <hjl@gnu.org>
3132
3133         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
3134         the current runpath list from bfd_elf_get_runpath_list ()
3135         before search.
3136
3137 2000-08-22  H.J. Lu  <hjl@gnu.org>
3138
3139         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
3140         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
3141         LD_LIBRARY_PATH for native linker. Display the needed DSO if
3142         trace_file_tries is non-zero.
3143         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
3144         if trace_file_tries is non-zero.
3145
3146         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
3147         * NEWS: Mention it.
3148
3149 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
3150
3151         * NEWS: Mention i860 support.
3152
3153 2000-08-14  Andreas Schwab  <schwab@suse.de>
3154
3155         * scripttempl/elf.sc: Fix last change to use correct comment
3156         syntax.
3157
3158 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
3159
3160         * scripttempl/elf.sc: Add a comment giving the correspondence
3161         between sections, per-datum sections, and linkonce sections.  Make
3162         the comment true even for .bss, .sdata, .sdata2, .sbss, and
3163         .sbss2.
3164
3165 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
3166
3167         * emulparams/elf32_i860.sh: New file.
3168         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
3169         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
3170         (eelf32_i860.c): New rule.
3171         * Makefile.in: Regenerate.
3172
3173 2000-08-10  Nick Clifton  <nickc@cygnus.com>
3174
3175         * emulparams/mipspe.sh (ENTRY): Add definition.
3176
3177 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
3178
3179         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
3180         in error message.
3181
3182 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3183
3184         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
3185         the final size of .bss section.
3186         * scripttempl/elfm68hc12.sc: Likewise.
3187
3188 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
3189
3190         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
3191         gld${EMULATION_NAME}_parse_args for consistency.  Combine
3192         lastoptind and prevoptind vars, and keep track of last optind.
3193         (gld_${EMULATION_NAME}_list_options): Rename to
3194         gld${EMULATION_NAME}_list_options.
3195
3196 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
3197
3198         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
3199         (i586-sco-sysv5uw7.1.0).
3200
3201 2000-07-27  H.J. Lu  <hjl@gnu.org>
3202
3203         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
3204         (PARSE_AND_LIST_PROLOGUE): New.
3205         (PARSE_AND_LIST_LONGOPTS): Likewise.
3206         (PARSE_AND_LIST_OPTIONS): Likewise.
3207         (PARSE_AND_LIST_ARGS_CASES): Likewise.
3208         (PARSE_AND_LIST_EPILOGUE): Likewise.
3209
3210 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
3211
3212         * emultempl/armelf.em: Elide functions common to elf32.em,
3213         ie. most of the file.
3214         (arm_elf_after_open): New.  Do arm specific things then call
3215         gld${EMULATION_NAME}_after_open.
3216         (arm_elf_before_allocation): New.  Call
3217         gld${EMULATION_NAME}_before_allocation then do arm specifics.
3218         (PARSE_AND_LIST_PROLOGUE): Define.
3219         (PARSE_AND_LIST_SHORTOPTS): Define.
3220         (PARSE_AND_LIST_LONGOPTS): Define.
3221         (PARSE_AND_LIST_OPTIONS): Define.
3222         (PARSE_AND_LIST_ARGS_CASES): Define.
3223         (LDEMUL_AFTER_OPEN): Define.
3224         (LDEMUL_BEFORE_ALLOCATION): Define.
3225         (LDEMUL_BEFORE_PARSE): Define.
3226         (LDEMUL_FINISH): Define.
3227
3228         * emultempl/hppaelf.em: Similarly zap most of this file.
3229         (hppaelf_add_stub_section): Prototype.
3230         (hppaelf_layaout_sections_again): Prototype.
3231         (hook_in_stub): Prototype.
3232         (LDEMUL_SET_OUTPUT_ARCH): Define.
3233         (LDEMUL_FINISH): Define.
3234         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
3235
3236         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
3237         (EXTRA_EM_FILE): New.
3238         * emulparams/armelf_linux.sh: Likewise.
3239         * emulparams/armelf_linux26.sh: Likewise.
3240         * emulparams/hppalinux.sh: Likewise.
3241         * emulparams/hppaelf.sh: Likewise.
3242         (NOP): Define.
3243
3244         * emultempl/elf32.em: Fix formatting.
3245         (EXTRA_EM_FILE): Source it.
3246         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3247         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3248         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3249         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3250         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3251         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3252         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3253         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3254         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
3255         allow functions in this file to be overridden.
3256         (PARSE_AND_LIST_SHORTOPTS): Handle it.
3257
3258         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
3259
3260         * emultempl/elf32.em: Reorganize file.
3261
3262 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
3263
3264         * emulparams/elf64alpha.sh: Implement "-taso" emulation
3265         specific option to fit 64-bit executable in the lower
3266         31-bit address range.  This is done by changing start
3267         address of .interp (the very first section of executable)
3268         and then setting EF_ALPHA_32BIT elf header flag.
3269
3270 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3271
3272         * emultempl/m68kcoff.em: New file.
3273         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
3274         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
3275         generic.em.
3276         * Makefile.in: Regenerate.
3277
3278 2000-07-20  H.J. Lu  <hjl@gnu.org>
3279
3280         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
3281         and "disable-new-dtags" to stop getopt from treating -d/-e as
3282         abbreviations for these options.
3283
3284 2000-07-20  H.J. Lu  <hjl@gnu.org>
3285
3286         * ld.texinfo: Add documentation for --disable-new-dtags and
3287         --enable-new-dtags.
3288
3289         * ldmain.c (main): Initialize link_info.new_dtags to false.
3290
3291         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
3292         --disable-new-dtags and --enable-new-dtags.
3293         (gld_${EMULATION_NAME}_list_options): Likewise.
3294
3295 2000-07-05  Kenneth Block  <krblock@computer.org>
3296
3297         * lexsup.c: Add optional style to demangle switch
3298         * ld.texinfo: Document optional style to demangle switch.
3299
3300 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
3301
3302         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
3303         ecrislinux.o.
3304         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
3305         Regenerate dependencies.
3306         * Makefile.in: Rebuild.
3307         * configure.tgt (cris-*-*): New target.
3308         * emulparams/crisaout.sh, emulparams/criself.sh,
3309         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
3310         * po/POTFILES.in, po/ld.pot: Regenerate.
3311
3312 2000-07-20  H.J. Lu  <hjl@gnu.org>
3313
3314         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
3315         Print out ignored -z options.
3316
3317 2000-07-19  H.J. Lu  <hjl@gnu.org>
3318
3319         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
3320         (PARSE_AND_LIST_PROLOGUE): New.
3321         (PARSE_AND_LIST_LONGOPTS): Likewise.
3322         (PARSE_AND_LIST_OPTIONS): Likewise.
3323         (PARSE_AND_LIST_ARGS_CASES): Likewise.
3324
3325         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
3326
3327         * lexsup.c (ld_options): Comment out 'z'.
3328         (parse_args): Likewise.
3329
3330         * emultempl/elf32.em: Include "elf/common.h".
3331         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
3332         options.
3333         (gld_${EMULATION_NAME}_list_options): Likewise.
3334
3335         * ld.texinfo: Add documentation for the recognized -z options.
3336
3337 2000-07-19  H.J. Lu  <hjl@gnu.org>
3338
3339         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
3340         bfd_elf_set_dt_needed_soname ().
3341
3342 2000-07-18  DJ Delorie  <dj@cygnus.com>
3343
3344         * pe-dll.c (pe_dll_id_target): check object target name also
3345
3346 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
3347
3348         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
3349         ${INIT_END} if relocating.
3350         (.fini): Likewise ${FINI_START} and ${FINI_END}.
3351
3352 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
3353
3354         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
3355         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
3356         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
3357         errors introduced by the old dynamic lib search order.
3358
3359 2000-07-17  DJ Delorie  <dj@cygnus.com>
3360
3361         * pe-dll.c (process_def_file): auto-export data items also
3362         (pe_process_import_defs): also see if _imp_ form needed
3363
3364 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
3365
3366         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
3367         for dll import libraries
3368
3369 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
3370
3371         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
3372         gcc 2.95.2 and later.
3373
3374 2000-07-11  Kazu Hirata  <kazu@hxi.com>
3375
3376         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
3377         message.
3378
3379 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
3380
3381         * ldemul.h (struct lang_input_statement_struct): Remove forward
3382         declaration.
3383         (struct search_dirs): Likewise.
3384         * ldfile.h (struct lang_input_statement_struct): Likewise.
3385         Protect file from multiple inclusion.
3386         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
3387         declaration from macro to file scope.
3388
3389         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
3390         * ldgram.y: Likewise here.
3391         * ldlang.c: And here.
3392         * ldmain.c: And here.
3393         * mpw-elfmips.c: And here.
3394         * mpw-eppcmac.c: And here.
3395         * emultempl/aix.em: And here.
3396         * emultempl/armcoff.em: And here.
3397         * emultempl/armelf.em: And here.
3398         * emultempl/armelf_oabi.em: And here.
3399         * emultempl/beos.em: And here.
3400         * emultempl/elf32.em: And here.
3401         * emultempl/hppaelf.em: And here.
3402         * emultempl/linux.em: And here.
3403         * emultempl/lnk960.em: And here.
3404         * emultempl/pe.em: And here.
3405         * emultempl/sunos.em: And here.
3406         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
3407         * mpw-idtmips.c: Ditto.
3408         * emultempl/generic.em: Ditto.
3409         * emultempl/gld960.em: Ditto.
3410         * emultempl/gld960c.em: Ditto.
3411         * emultempl/mipsecoff.em: Ditto.
3412         * emultempl/ticoff.em: Ditto.
3413         * emultempl/vanilla.em: Ditto.
3414
3415         * pe-dll.c: Include ldfile.h
3416         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
3417
3418         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
3419         arguments to bfd_elf32_size_dynamic_sections call.
3420         (gldelf32ebmip_place_orphan): Add missing arguments to
3421         lang_leave_output_section_statement call.
3422
3423 2000-07-10  H.J. Lu  <hjl@gnu.org>
3424
3425         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
3426         DLL_SUPPORT.
3427         (strhash): Likewise.
3428         (compute_dll_image_base): Likewise.
3429         (pe_undef_found_sym): Likewise.
3430         (pe_undef_cdecl_match): Likewise.
3431         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
3432         argument "arch" with ATTRIBUTE_UNUSED.
3433
3434 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
3435
3436         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
3437
3438         From  Ryan Bradetich  <rbradetich@uswest.net>
3439         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
3440
3441 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
3442
3443         Changes to create multiple linker stubs, positioned immediately
3444         before the section where they are required.
3445         * emultempl/hppaelf.em: Include elf32-hppa.h.
3446         (stub_sec, file_chain): Delete.
3447         (hppaelf_create_output_section_statements): Don't make a stub
3448         section here.
3449         (hook_stub_info): New struct.
3450         (hook_in_stub): New function.
3451         (hppaelf_add_stub_section): New function.
3452         (hppaelf_finish): Do nothing for relocateable links.  Modify the
3453         call to elf32_hppa_size_stubs.  Move code for updating section
3454         layout from here...
3455         (hppaelf_layaout_sections_again): ..to here, a new function.
3456
3457         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
3458         broken list handling.  Pass in a pointer to the list.
3459         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
3460         for above changes.
3461         (hppaelf_before_parse): Prototype.
3462         (hppaelf_set_output_arch): Prototype.
3463         (hppaelf_create_output_section_statements): Prototype.
3464         (hppaelf_delete_padding_statements): Prototype.
3465         (hppaelf_finish): Prototype.
3466
3467         Merge from elf32.em
3468         * emultempl/hppaelf.em: Include ctype.h.
3469         (struct orphan_save): New.
3470         (gld${EMULATION_NAME}_place_orphan): New.
3471         (output_rel_find): New.
3472         (hppaelf_get_script): Update from elf32.em.
3473         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
3474         Change emulation_name field to "${EMULATION_NAME}".  Add
3475         gld${EMULATION_NAME}_place_orphan.
3476
3477         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
3478         ehppalinux.o, sort it.  Regenerate dependencies.
3479         (ehppalinux.c): Depend on hppaelf.em
3480         * Makefile.in: Regenerate.
3481
3482         * configure.tgt: targ_emul=hppalinux for hppa*linux
3483
3484         * emulparams/hppalinux.sh: New.
3485         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
3486
3487 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
3488
3489         * lexsup.c (parse_args): Copy section name.
3490
3491 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
3492
3493         * emultempl/pe.em: institute the following search order for
3494         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
3495         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
3496         static lib (libfoo.a) if none of the above are found.
3497
3498 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
3499
3500         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
3501         (longopts): New --{enable,disable}-auto-image-base options.
3502         (gld_${EMULATION_NAME}_list_options): Document.
3503         (gld_${EMULATION_NAME}_parse): Handle.
3504         (strhash): New static function.
3505         (compute_dll_image_base): New static function.
3506         (gld_${EMULATION_NAME}_set_symbols): Use.
3507
3508 2000-07-05  DJ Delorie  <dj@redhat.com>
3509
3510         * MAINTAINERS: new
3511
3512 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
3513
3514         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
3515         * emulparams/elf32btsmip.sh: New file.
3516         * Makefile.am: Add traditional mips target.
3517         * Makefile.in: Rebuild.
3518
3519 2000-07-01  H.J. Lu  <hjl@gnu.org>
3520
3521         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
3522         automake to use YLWRAP.
3523         * Makefile.in: Rebuild.
3524
3525 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
3526
3527         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
3528         (CLEANFILES): Add DEPA.
3529         * Makefile.in: Regenerate.
3530
3531 2000-06-30  Timothy Wall  <twall@ppc>
3532
3533         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
3534         the page in the upper octet of the address.
3535
3536 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
3537
3538         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
3539
3540 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
3541
3542         * NEWS: arm-elf does --gc-sections too.
3543
3544 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
3545
3546         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3547         find one.
3548         * Makefile.in: Regenerate.
3549
3550 2000-06-21  H.J. Lu  <hjl@gnu.org>
3551
3552         * Makefile.am: Rebuild dependency.
3553         * Makefile.in: Rebuild.
3554
3555 2000-06-20  H.J. Lu  <hjl@gnu.org>
3556
3557         * Makefile.am: Rebuild dependency.
3558         * Makefile.in: Rebuild.
3559
3560 2000-06-20  Timothy Wall  <twall@cygnus.com>
3561
3562         * scripttempl/tic54xcoff.sc: New.
3563         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
3564         * gen-doc.texi: Add flag for TI COFF.
3565         * ld.texinfo: Add documentation for TI COFF handling switches.
3566         * emultempl/ticoff.em: New. TI COFF handling.
3567         * configure.tgt: Add tic54x target.
3568         * Makefile.am: Add tic54x target.
3569         * Makefile.in: Ditto.
3570
3571 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
3572
3573         * ldmain.c (set_scripts_dir): Correct pointer comparison when
3574         checking for backslashes.
3575
3576 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
3577
3578         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
3579
3580 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
3581
3582         * NEWS: Update list of targets supporting --gc-sections.
3583
3584         * scripttempl/elf.sc: KEEP .eh_frame contents.
3585         * scripttempl/elfd30v.sc: Same here.
3586
3587 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
3588
3589         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
3590         and m68hc11 (elf).
3591         * Makefile.in: Rebuild.
3592         * configure.tgt: Recognize m68hc12 and m68hc11.
3593         * scripttempl/elfm68hc12.sc: New file.
3594         * emulparams/m68hc12elfb: New emulation.
3595         * emulparams/m68hc12elf: New emulation.
3596         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
3597         (includes a memory.x script to define the ROM and RAM banks).
3598         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
3599         New configuration files for support of Motorola 68hc11
3600
3601 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
3602
3603         * ldmain.c (main): Only change SEC_READONLY for final link.
3604
3605 2000-06-13  H.J. Lu  <hjl@gnu.org>
3606
3607         * configure: Regenerate.
3608
3609 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
3610
3611         * configure.in (VERSION): Update to show this is the CVS mainline.
3612
3613 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3614
3615         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
3616         input objects to be ECOFF.
3617         (check_sections): einfo takes %B, not %P, to print a BFD name.
3618
3619 2000-06-05  Michael Matz <matz@ifh.de>
3620
3621         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
3622         version scripts.
3623
3624         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
3625
3626 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
3627
3628         * emulparams/avr1200.sh (STACK): Define as 0.
3629         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
3630         * emulparams/avr4433.sh (STACK): Likewise.
3631         * emulparams/avr44x4.sh (STACK): Likewise.
3632         * emulparams/avr85xx.sh (STACK): Likewise.
3633         * emulparams/avrmega103.sh (STACK): Likewise.
3634         * emulparams/avrmega161.sh (STACK): Likewise.
3635         * emulparams/avrmega603.sh (STACK): Likewise.
3636         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
3637         (__stack): Define from ${STACK} for main().
3638
3639 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
3640
3641         * Makefile.am: Update dependencies with "make dep-am"
3642         * Makefile.in: Regenerate.
3643
3644 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
3645
3646         * ldmain.c: Include filenames.h.
3647         (set_scripts_dir): Support backslashes in program name.
3648
3649 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
3650
3651         * ldmain.c (main): When deciding if ".text" section should be
3652         read-only, don't forget to reset SEC_READONLY because it
3653         could be already set.
3654
3655 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
3656
3657         * ld.1: Add documentation for new command line option:
3658                 --section-start <sectionname>=<sectionorg>
3659         This is a generic version of -Ttext etc. which accepts
3660         any section name as a parameter instead of just text/data/
3661         bss.
3662         * ld.texinfo: More docs.
3663         * NEWS: More docs.
3664         * lexsup.c: (parse_args): Recognize new command line option.
3665         (ld_options): Add new option.
3666
3667 2000-05-18  H.J. Lu  <hjl@gnu.org>
3668
3669         * lexsup.c (parse_args): `i' == `r', not `q'.
3670
3671 2000-05-18  Jeffrey A Law  (law@cygnus.com)
3672
3673         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
3674
3675 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
3676               Rick Gorton          <gorton@scrugs.lkg.dec.com>
3677
3678         Add support for '-q' == '--emit-relocs' switch.
3679         * ldmain.c (main): Default to false.
3680         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
3681         * NEWS: Describe the emitrelocations switch.
3682         * ld.texinfo: Describe the emitrelocations switch.
3683
3684 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
3685
3686         * emultempl/pe.em (_open_dynamic_archive): New function: Search
3687         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
3688         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
3689         link options.
3690
3691 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
3692
3693         * lexsup.c (parse_args): Update the year in the copyright notice.
3694
3695 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
3696
3697         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
3698         Replace defines with those from intl/libgettext.h to quieten gcc
3699         warnings.
3700
3701 2000-05-10  H.J. Lu  <hjl@gnu.org>
3702
3703         * ldlang.c (open_input_bfds): Don't load the same file within
3704         a group again if the whole archive has been loaded already.
3705
3706 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
3707
3708         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
3709         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
3710         strtoul.
3711
3712 2000-05-01  Jim Wilson  <wilson@cygnus.com>
3713
3714         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
3715
3716         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3717         host "ia64-*-linux-gnu*".
3718
3719 2000-04-29  Andreas Jaeger  <aj@suse.de>
3720
3721         * ld.h: Correctly check GCC version.
3722
3723 2000-04-25  Jeffrey A Law  (law@cygnus.com)
3724
3725         * Makefile.am: Add PA64 support.  Add missing dependencies for
3726         PA32 elf support.
3727         * Makefile.in: Rebuilt.
3728         * configure.tgt: Add PA64 support (currently disabled).
3729
3730 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
3731
3732         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
3733         (output_rel_find): New function.
3734         (hold_section, hold_use): Delete.
3735         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3736         hold_interp): Make local to place_orphan.
3737         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
3738         rather than place_section to find possible previous use of orphan.
3739         Similarly find the place-holder output sections.  Use returned
3740         value from lang_enter_output_section_statement rather than calling
3741         lang_output_section_statement_lookup.
3742         * emultempl/armelf.em: Same here.
3743         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
3744
3745         * ldlang.c (lang_enter_output_section_statement): Return output
3746         section statement.
3747         * ldlang.h (lang_enter_output_section_statement): Change
3748         declaration too.
3749
3750         * ldlang.h (lang_output_section_statement): Export it.
3751         * ldlang.c (lang_output_section_statement): Ditto.
3752
3753 2000-04-24  Nick Clifton  <nickc@cygnus.com>
3754
3755         * ld.texinfo (Output Section Data): Add note that section data
3756         commands cannot appear outside of section directives.
3757
3758 2000-04-2  Matthew Green  <mrg@cygnus.com>
3759
3760         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
3761
3762 2000-04-21  Richard Henderson  <rth@cygnus.com>
3763             David Mosberger  <davidm@hpl.hp.com>
3764
3765         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
3766         (eelf64_ia64.c): New rule.
3767         * Makefile.in: Rebuild.
3768         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
3769         * emulparams/elf64_ia64.sh: New file.
3770
3771 2000-04-21  Richard Henderson  <rth@cygnus.com>
3772
3773         * scripttempl/elfd30v.sc: Place .gcc_except_table.
3774
3775 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
3776
3777         * dep-in.sed: Match space at start of file name, not at end.
3778
3779 2000-04-18  H.J. Lu  <hjl@gnu.org>
3780
3781         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
3782         lang_leave_output_section_statement () after calling
3783         lang_enter_output_section_statement ().
3784         * emultempl/armelf.em: Likewise.
3785
3786 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
3787
3788         * emultempl/elf32.em (struct orphan_save): Add section field.
3789         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
3790         better order, and place first orphan section as we did before the
3791         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
3792         Don't call make_bfd_section here, let wild_doit do the job for us.
3793         Don't build a statement list when we'll only throw it away.
3794         * emultempl/armelf.em: Ditto.
3795         * emultempl/pe.em: Similarly.
3796
3797 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
3798
3799         * scripttempl/elfppc.sc: Remove.
3800         * emulparams/elf32ppc.sh: Use elf.sc.
3801         * emulparams/elf32lppc.sh: Use elf.sc.
3802         * emulparams/elf32ppclinux.sh: Use elf.sc.
3803         * emulparams/elf32ppcsim.sh: New file.
3804         * emulparams/elf32lppcsim.sh: New file.
3805         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
3806         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
3807         * Makefile.in: Regenerate.
3808         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
3809
3810 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
3811
3812         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
3813         ~SEC_ALLOC sections too.  Init start address of debug sections.
3814         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3815         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3816         Also set all relocateable section start addresses.
3817
3818 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
3819
3820         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
3821         Add new BSS_PLT variable for when .plt need not be contained in
3822         the file.  Move _etext so that it is also after .fini, and provide
3823         both etext and _etext with a leading underscore.  Mark the start
3824         and end of .sbss.
3825
3826 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
3827
3828         * emultempl/elf32.em (struct orphan_save): New.
3829         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3830         hold_interp): Make them struct orphan_save.
3831         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
3832         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
3833         the end of the relevant section list.  Also add associated section
3834         statements to the end of any previous orphan statements.
3835         * emultempl/armelf.em: Similarly.
3836         * emultempl/pe.em: Similarly.
3837
3838 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
3839
3840         * ld.texinfo (Simple Example): Remove extraneous paragraph.
3841
3842 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
3843
3844         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
3845         --enable-build-warnings option.
3846         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3847         * Makefile.in, configure: Re-generate.
3848
3849 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
3850
3851         * po/ld.pot: Regenerate.
3852
3853         * lexsup.c (help): Restore translated part of bug string.
3854
3855         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3856         (DEP): Quote when passing vars to sub-make.  Add warning message
3857         to end.
3858         (DEP1): Rewrite for "gcc -MM".
3859         (CLEANFILES): Add DEP2.
3860         Update dependencies.
3861         * Makefile.in: Regenerate.
3862
3863 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
3864
3865         * ld.h: #include "bin-bugs.h"
3866         * lexsup.c (help): Use REPORT_BUGS_TO.
3867
3868 2000-03-27  Denis Chertykov  <denisc@overta.ru>
3869
3870         * configure.tgt (avr-*-*): New target support.
3871         * Makefile.am: Likewise.
3872         * scripttempl/elf32avr.sc: New script file.
3873         * emulparams/avr1200.sh: New file.
3874         * emulparams/avr23xx.sh: New file.
3875         * emulparams/avr4433.sh New file.
3876         * emulparams/avr44x4.sh New file.
3877         * emulparams/avr85xx.sh New file.
3878         * emulparams/avrmega103.sh New file.
3879         * emulparams/avrmega161.sh New file.
3880         * emulparams/avrmega603.sh New file.
3881         * Makefile.in: Regenerate.
3882
3883 2000-03-09  Andreas Jaeger  <aj@suse.de>
3884
3885         * Makefile.am (check-DEJAGNU): Also unset LANG.
3886         * Makefile.in: Rebuild.
3887
3888 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
3889
3890         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
3891         archive.
3892
3893 2000-03-02  H.J. Lu  <hjl@gnu.org>
3894
3895         * emulparams/elf32mcore.sh: Include "getopt.h".
3896
3897 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
3898
3899         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
3900
3901 2000-03-01  H.J. Lu  <hjl@gnu.org>
3902
3903         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
3904         * emulparams/shpe.sh: Likewise.
3905
3906 2000-03-01  Nick Clifton  <nickc@cygnus.com>
3907
3908         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
3909         to unused parameters.
3910
3911         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
3912         functions only used by DLL code.
3913         (_place_orphan): Initialise 'dollar'.
3914
3915 2000-03-01  H.J. Lu  <hjl@gnu.org>
3916
3917         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
3918         indicate if the undefined symbol is a fatal error or not.
3919         Don't delete the output file if "fatal" is false.
3920
3921 2000-02-29  H.J. Lu  <hjl@gnu.org>
3922
3923         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
3924         Set LC_COLLATE and LC_ALL to null and export them. It is for
3925         sort which expects the C locale.
3926         Add $(LIBS) to all $(HOSTING_LIBS).
3927         * Makefile.in: Rebuild.
3928
3929 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
3930
3931         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
3932         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
3933         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
3934         (ld_emulation_xfer_struct): Add missing NULL initialiser for
3935         find_potential_libraries.
3936
3937 2000-02-28  Jim Blandy  <jimb@redhat.com>
3938
3939         * ldgram.y (exclude_name_list): Don't require a comma to separate
3940         list entries; the lexer considers commas to be valid part of a
3941         filename, so in something like `foo, bar' the comma is considered
3942         part of the first filename, `foo,'.
3943         * ld.texinfo: Update section on EXCLUDE_FILE lists.
3944
3945 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
3946
3947         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3948         host "i[3456]86-*-freebsdelf*".
3949
3950 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
3951
3952         * scripttempl/i386go32.sc: Move misplaced semicolons.
3953
3954 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
3955
3956         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
3957         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
3958         (eelf64hppa.c, ehppaelf.c): Remove targets.
3959         * Makefile.in: Rebuild.
3960
3961 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3962
3963         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
3964         GNU/Linux/sparc, but keep the default as 32.
3965
3966         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
3967         it default if sparcv9 or sparc64.
3968
3969 2000-02-24  Nick Clifton  <nickc@cygnus.com>
3970
3971         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
3972         * Makefile.in: Regenerate.
3973         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
3974
3975         * ldemul.h (ld_emulation_xfer_struct): Add new field:
3976         find_potential_libraries.
3977         * ldemul.c (ldemul_find_potential_libraries): New function.
3978
3979         * ldfile.c (ldfile_open_file_search): Allow function to be
3980         exported.
3981         (ldfile_open_file): Call ldemul_find_potential_libraries.
3982         * ldfile.h: Add prototype for ldfile_open_file_search.
3983
3984         * pe-dll.c: Add support for ARM, MIPS and SH targets.
3985
3986         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
3987         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
3988
3989         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
3990         (gld_X_find_potential_libraries): New function.  Search for
3991         libraries called "*.lib".
3992
3993         * scripttempl/pe.sc: Add .pdata section.
3994
3995 2000-02-23  Richard Henderson  <rth@cygnus.com>
3996
3997         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
3998         Add and use memory regions.
3999
4000 2000-02-23  Linas Vepstas (linas@linas.org)
4001
4002         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
4003
4004         * Makefile.am: Add support for Linux/IBM 370.
4005         * configure.tgt: Likewise.
4006
4007         * Makefile.in: Regenerate.
4008
4009 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
4010
4011         * ldlang.c (print_input_section, print_data_statement,
4012         print_reloc_statement, print_padding_statement, insert_pad,
4013         size_input_section, lang_check_section_addresses,
4014         lang_size_sections, lang_do_assignments, lang_set_startof,
4015         lang_one_common): Change `opb' to unsigned.
4016         (lang_do_assignments): Also change `size' to unsigned.
4017
4018 2000-02-16  Richard Henderson  <rth@cygnus.com>
4019
4020         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
4021
4022 2000-02-16  Timothy Wall  <twall@cygnus.com>
4023
4024         * mri.c (mri_draw_tree): Add default LMA region argument to call
4025         to lang_leave_output_section_statement.
4026         * ldlang.h: Update prototypes with LMA region arguments.
4027         * ldlang.c (lang_size_sections): Encapsulate region bounds
4028         checking in os_check_region call.
4029         (os_check_region): New function.
4030         (lang_output_section_statement_lookup): Initialize lma_region.
4031         (lang_leave_output_section_statement): Add LMA region argument.
4032         (lang_leave_overlay): Ditto.
4033         * ldgram.y: Handle LMA region syntax.
4034         * ld.texinfo (Output Section Description): Describe LMA region usage.
4035         * emultempl/armelf.em (gld$place_orphan): Add default value for
4036         lma region in call to lang_leave_output_section_statement.
4037         * emultempl/elf32.em (gld$place_orphan): Add default value for
4038         lma region in call to lang_leave_output_section_statement.
4039         * emultempl/pe.em (gld$place_orphan): Add default value for
4040         lma region in call to lang_leave_output_section_statement.
4041
4042
4043 2000-02-04  Timothy Wall  <twall@redhat.com>
4044
4045         * ldlang.c (lang_check_section_addresses): Use bytes instead of
4046         octets when calculating section end addresses.
4047
4048 2000-02-04  Timothy Wall  <twall@redhat.com>
4049
4050         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
4051
4052 2000-02-03  Timothy Wall <twall@redhat.com>
4053
4054         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4055         octet count.
4056         * ldlang.c (print_input_section, print_data_statement,
4057         print_reloc_statement, print_padding_statement): Print target
4058         address values and section sizes as bytes, not octets.
4059         (insert_pad) Calculate padding size in octets, and adjust "dot"
4060         by bytes.
4061         (size_input_section) Always adjust "dot" by bytes, not octets.
4062         (lang_check_section_addresses, lang_do_assignments) Adjust
4063         "dot" by bytes, not octets.  Use the larger of the directive size
4064         or octets_per_byte for the number of octets actually allocated in
4065         the output section.
4066         (lang_set_startof) Make sure STARTOF returns a target address.
4067         (lang_one_common) Record size changes in octets.
4068         (lang_abs_symbol_at_end_of) Section end symbol's value is
4069         recorded in target bytes.
4070         * ld.texinfo:   Updated description of BYTE, SHORT, LONG, etc.
4071         to be clear about behavior when an octet is smaller than one byte.
4072
4073 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
4074
4075         * ldcref.c (output_cref): Don't pass message strings to printf
4076         as format arg.
4077         Update copyright.
4078
4079         * ldmisc.c (vfinfo): Same here.
4080         Update copyright.
4081
4082 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
4083
4084         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
4085         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
4086         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
4087         Add missing NULL initialisers, and comments.
4088
4089         * testsuite/ld-srec/sr3.cc (__rethrow): New.
4090
4091 2000-01-21  Nick Clifton  <nickc@cygnus.com>
4092
4093         * ldlang.c (lang_size_sections): Fix typo in comment.
4094
4095 2000-01-18  H.J. Lu  <hjl@gnu.org>
4096
4097         * ldlang.c (lang_size_sections): Also update the current
4098         address of a region if the SEC_NEVER_LOAD bit is not set.
4099
4100 2000-01-10  Philip Blundell  <pb@futuretv.com>
4101
4102         * configure.tgt (arm*-*-conix*): New target.
4103
4104 2000-01-07  Nick Clifton  <nickc@cygnus.com>
4105
4106         * ld.texinfo (Options): Remind users to preceed linker command
4107         line switches with -Wl, (or whatever is appropriate) if it is
4108         being invoked by a comnpiler driver program.
4109         Fix description of the behaviour of the -n command line switch.
4110
4111 2000-01-05  Catherine Moore  <clm@cygnus.com>
4112
4113         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
4114         (name_list): New.
4115         * ld.texinfo (EXCLUDE_FILE): Update documentation.
4116         * ldgram.y (wildcard_spec): Support a list of excluded_files.
4117         (exclude_name_list): New.
4118         ldlang.c (walk_wild_section): Support list of excluded files.
4119         (print_wild_statement): Likewise.
4120         (lang_add_wild): Likewise.
4121         * ldlang.h (lang_wild_statement_type): Likewise.
4122         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
4123
4124 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
4125
4126         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
4127         (process_def_file): Use.
4128         (pe_dll_compat_implib): New variable.
4129         (make_one): Use.
4130
4131         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
4132         pe_dll_compat_implib.
4133
4134         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
4135         compat-implib options.
4136         (gld_${EMULATION_NAME}_list_options): List new options.
4137         (gld_${EMULATION_NAME}_parse_args): Handle.
4138
4139         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
4140         dll.
4141
4142         * deffilep.y (opt_name): Allow "." in name.
4143
4144 For older changes see ChangeLog-9899
4145 \f
4146 Local Variables:
4147 mode: change-log
4148 left-margin: 8
4149 fill-column: 74
4150 version-control: never
4151 End: