* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
[platform/upstream/binutils.git] / ld / ChangeLog
1 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
2
3         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
4         .IA_64.unwind.* pattern to unwind table section and
5         .IA_64.unwind_info* pattern to unwind info section.
6
7 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8
9         * Makefile.am: Add linux target for S/390.
10         * Makefile.in: Likewise.
11         * configure.host: Likewise.
12         * configure.tgt: Likewise.
13         * emulparams/elf64_s390.sh: New file.
14         * emulparams/elf_s390.sh: New file.
15
16 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
17
18         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
19         targ_extra_libpath.
20         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
21
22 2001-02-06  Philip Blundell  <philb@gnu.org>
23
24         * Makefile.am: Remove mention of earmelf_linux26.
25         * Makefile.in: Regenerate.
26
27 2001-02-04  Philip Blundell  <philb@gnu.org>
28
29         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
30         * emulparams/armelf_linux26.sh: Delete.
31         * configure.tgt: Remove mention of armelf_linux26 emulation.
32
33 2001-02-01  Nick Clifton  <nickc@redhat.com>
34
35         * ld.1: Replace occurances of -oformat with --oformat.
36
37 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
38
39         * ldlang.c (lang_leave_overlay): Don't set lma_region when
40         load_base is specified.
41
42 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
43
44         * emultempl/elf32.em: Correct spelling in comments and listed
45         options.
46
47 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
48
49         * ldlang.c (lang_leave_overlay): Only set lma_region from the
50         default for the first section of a group of overlay sections.
51
52 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
53
54         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
55         * Makefile.in: Regenerate.
56         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
57         Check for null tool_dir.
58
59 2001-01-16  Jim Wilson  <wilson@redhat.com>
60
61         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
62         and IA_64.unwind.info.
63
64 2001-01-16  H.J. Lu  <hjl@gnu.org>
65
66         * ldlang.c (lang_check): Merge the private data only if the
67         input file has contents.
68
69 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
70
71         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
72
73         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
74         enabling search for libmilli.  On a relocatable link, make .text
75         sections unique.
76         (LDEMUL_AFTER_PARSE): Define.
77         (hppaelf_finish): Correct spelling of relocatable in comments.
78
79         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
80         rummage through the script for sections on the unique list.
81         Correct length of strncmp for ".note".
82         (gld${EMULATION_NAME}_check_needed): Rearrange function.
83
84         * ldlang.c (unique_section_list): New var.
85         (unique_section_p): New function.
86         (walk_wild_section): Don't match sections on unique_section_list.
87         (lang_add_unique): New function.
88         Correct spelling of relocatable in comments.
89
90         * ldlang.h (struct unique_sections): Declare.
91         (unique_section_list): Declare.
92         (unique_section_p): Declare.
93         (lang_add_unique): Declare.
94
95         * lexsup.c (ld_options): Allow --unique to take an optional arg.
96         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
97
98         * ld.texinfo (--unique): Update.
99
100 2001-01-13  Nick Clifton  <nickc@redhat.com>
101
102         * lexsup.c (parse_args): Remove spurious white space.
103
104 2001-01-12  Nick Clifton  <nickc@redhat.com>
105
106         * lexsup.c (parse_args): Update copyright date.
107
108 2001-01-12  Philip Blundell  <pb@futuretv.com>
109
110         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
111
112 2001-01-10  Kazu Hirata  <kazu@hxi.com>
113
114         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
115         * scripttempl/h8300h.sc: Fix formatting.
116         * scripttempl/h8300s.sc: Likewise.
117         * scripttempl/h8500.sc: Likewise.
118         * scripttempl/h8500b.sc: Likewise.
119         * scripttempl/h8500c.sc: Likewise.
120         * scripttempl/h8500m.sc: Likewise.
121         * scripttempl/h8500s.sc: Likewise.
122
123 2000-01-07  David O'Brien  <obrien@BSDi.com>
124
125         * emultempl/elf32.em: Only perform Linux ld hints processing when
126         targeting Linux.
127
128 2001-01-07  Philip Blundell  <philb@gnu.org>
129
130         * ld.texinfo (Bug Reporting): Update email address for reports.
131
132 2000-12-31  Nick Clifton  <nickc@redhat.com>
133
134         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
135         options by checking for a return value of '?' not -1.
136
137 2000-12-28  Nick Clifton  <nickc@redhat.com>
138
139         * lexsup.c (struct ld_option): Add new enum value:
140         EXACTLY_TWO_DASHES.
141         (ld_options[]): Change -omagic, -output and -oformat options
142         to be EXACTLY_TWO_DASHES.
143         (OUTPUT_COUNT): Use ARRAY_SIZE.
144         (parse_args): Change parameter 'argc' to unsigned.
145         Place EXACTLY_TWO_DASHES options into new really_longopts
146         array.
147         If getopt_long_only fails, try calling getopt_long using the
148         really_longopts array.
149         (help): Print a double dash for both EXACTLY_TWO_DASHES and
150         TWO_DASHES options.
151
152         * ldlex.h: Fix prototype of parse_args.
153
154         * ld.texinfo: Document that long options starting with 'o'
155         must be preceeded by two dashes.  Change example of a single
156         dashed long option from -oformat to -trace-symbol.
157
158 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
159
160         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
161         (longopts[]): New --no-default-excludes option.
162         (gld_${EMULATION_NAME}_list_options): Document.
163         (gld_${EMULATION_NAME}_parse_args): Handle.
164
165 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
166
167         * ldlang.c (new_stat): Revert the last beautification with "innocent"
168         whitespace, it breaks the K&R C preprocessor.
169
170 2000-12-11  DJ Delorie  <dj@redhat.com>
171
172         * ld.texinfo: Add notes about --whole-archive and gcc.
173
174 2000-11-18  Fred Fish  <fnf@be.com>
175
176         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
177         (ld_options): Entry for --allow-shlib-undefined.
178         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
179         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
180         to false.
181         * ld.texinfo: Document new command line switch.
182
183 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
184
185         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
186         .fixup is actually read/write.
187         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
188         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
189         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
190
191 Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
192
193         * NEWS: Add note about x86_64 architecture.
194
195 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
196
197         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
198         Set DWARF2 sections to a VMA of zero.
199
200 2000-12-01      Joel Sherrill <joel@OARcorp.com>
201
202         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
203         New targets.
204         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
205         (sparc*-*-rtems*): Switched from a.out to ELF.
206
207 2000-11-30  Jan Hubicka  <jh@suse.cz>
208
209         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
210         (eelf_x86_64.c): New.
211         * Makefile.in: Regenerate.
212         * configure.tgt: Add support for x86_64-*-linux-gnu*.
213         * emulparams/elf_x86_64.sh: New.
214
215 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
216
217         * emulparams/crislinux.sh (ENTRY): Change back to _start.
218         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
219
220         * scripttempl/crisaout.sc: Change all RELOCATING not related to
221         merging non-a.out sections into CONSTRUCTING.
222
223 2000-11-28  Nick Clifton  <nickc@redhat.com>
224
225         * ld.1 (COPYING): Mention that the GNU Free Documentation
226         License is present in the sources, but not the output, and
227         also available from the GNU website.
228         (GNU Free Documentation License): Comment out this section.
229
230 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
231
232         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
233         does not use them.
234
235 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
236
237         * ld.1: Remove old date so it does not give the impression the manpage
238         is way out of date.
239
240 2000-11-24  Nick Clifton  <nickc@redhat.com>
241
242         * configure.tgt (xscale-coff): Add target.
243         (xscale-elf): Add target.
244
245 2000-11-24  Fred Fish  <fnf@be.com>
246
247         * ldmain.c (main): Remove redundant init of config.make_executable
248         to true.
249
250 2000-11-15  Richard Henderson  <rth@redhat.com>
251
252         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
253
254 2000-11-14  Kazu Hirata  <kazu@hxi.com>
255
256         * scripttempl/h8300.sc: Fix formatting.
257         * scripttempl/h8300h.sc: Likewise.
258         * scripttempl/h8300s.sc: Likewise.
259
260 Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
261
262         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
263
264 2000-11-09  Philip Blundell  <pb@futuretv.com>
265
266         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
267         around orphan sections whose names can be represented in C.
268
269 2000-11-07  Jim Wilson  <wilson@redhat.com>
270
271         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
272         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
273
274 2000-11-06  Nick Clifton  <nickc@redhat.com>
275
276         * ld.texinfo: Add GNU Free Documentation License.
277         * ldint.texinfo: Add GNU Free Documentation License.
278         * ld.1: Add GNU Free Documentation License.
279
280 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
281
282         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
283         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
284
285         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
286         Move 2000-11-02 Makefile.in changes to this file.
287         * Makefile.in: Regenerate.
288
289 2000-11-03  Nick Clifton  <nickc@redhat.com>
290
291         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
292         constructors and destructors.
293         * scripttempl/h8300h.sc: Ditto.
294         * scripttempl/h8300s.sc: Ditto.
295         * scripttempl/h8500.sc: Ditto.
296         * scripttempl/h8500b.sc: Ditto.
297         * scripttempl/h8500c.sc: Ditto.
298         * scripttempl/h8500m.sc: Ditto.
299         * scripttempl/h8500s.sc: Ditto.
300         * scripttempl/v850.sc: Ditto.
301         * scripttempl/w65.sc: Ditto.
302         * scripttempl/z8000.sc: Ditto.
303
304 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
305
306         * Makefile.in (e_i386_chaos.c): New rule.
307         (ALL_EMULATIONS): Added e_i386_chaos.o.
308         * emulparams/elf_i386_chaos.sh: New file.
309         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
310
311 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
312
313         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
314         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
315         Fix sed invocation, so that it coped with '/' in Solaris 64bit
316         library path suffix.
317         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
318
319 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
320
321         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
322         for consecutive sections.
323
324 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
325
326         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
327         options.
328         * ld.texinfo: Added notes about this new option.
329
330 2000-10-16  Nick Clifton  <nickc@redhat.com>
331
332         * emultempl/pe.em (_after_open): Add tests of return values from
333         bfd functions.  Emit appropriate error messages if necessary.
334
335 2000-10-13  Nick Clifton  <nickc@redhat.com>
336
337         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
338         local variables - they are not used, but leave in the call to
339         bfd_canonicalize_symtab.
340         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
341         pe_dll_search_prefix.
342
343 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
344
345         * emultempl/pe.em (pe_dll_search_prefix): New variable,
346         (longopts): New --dll-search-prefix option.
347         (gld_${EMULATION_NAME}_list_options): Document.
348         (gld_${EMULATION_NAME}_parse_args): Handle.
349         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
350         dynamically, search for a dll named '<prefix><basename>.dll'
351         in preference to 'lib<basename>.dll' if --dll-search-prefix
352         is specified.
353
354 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
355
356         * ldlang.c (section_already_linked): Set kept_section instead of
357         sec->comdat->sec.
358
359 2000-10-10  Kazu Hirata  <kazu@hxi.com>
360
361         * deffile.h: Fix formatting.
362         * lexsup.c: Likewise.
363         * mri.c: Likewise.
364
365 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
366
367         * pe-dll.c (make_one): Do not generate code thunk for DATA
368         exports.
369         (process_def_file): deduce DATA flag for auto-export sumbols.
370
371 2000-10-09  Kazu Hirata  <kazu@hxi.com>
372
373         * ld.h: Fix formatting.
374         * ldcref.c: Likewise.
375         * ldctor.h: Likewise.
376         * ldemul.c: Likewise.
377         * ldemul.h: Likewise.
378         * ldexp.c: Likewise.
379         * ldexp.h: Likewise.
380         * ldfile.c: Likewise.
381         * ldfile.h: Likewise.
382         * ldlang.c: Likewise.
383         * ldlang.h: Likewise.
384         * ldmain.c: Likewise.
385         * pe-dll.c: Likewise.
386
387         * pe-dll.c: Revert some formatting fixes.
388
389 2000-10-08  Kazu Hirata  <kazu@hxi.com>
390
391         * pe-dll.c: Fix formatting.
392
393 2000-10-05  Kazu Hirata  <kazu@hxi.com>
394
395         * ldlang.c: Fix formatting.
396
397 2000-10-03  DJ Delorie  <dj@redhat.com>
398
399         * pe-dll.c (fill_edata): initialize entire block
400         (make_one): fill in correct section.
401
402 2000-10-03  Kazu Hirata  <kazu@hxi.com>
403
404         * ldexp.c: Fix formatting.
405
406 2000-10-02  DJ Delorie  <dj@redhat.com>
407
408         * emultempl/pe.em (gld_*_after_open): detect case where there two
409         import libraries for same dll; rename one to ensure proper link
410         order.
411
412         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
413         typo
414         (generate_edata): fix typo
415
416 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
417
418         * scripttempl/crisaout.sc (ENTRY): Now __start.
419         (.text): Add default setting for __start.
420         Remove CONSTRUCTORS handling.
421         (/DISCARD/): Add .gnu.warning.*.
422         * emulparams/crislinux.sh (ENTRY): Now __start.
423         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
424         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
425         (ENTRY): Now __start.
426         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
427         (EXECUTABLE_SYMBOLS): Add default setting for __start.
428
429 2000-09-29  Kazu Hirata  <kazu@hxi.com>
430
431         * deffile.h: Fix formatting.
432         * ld.h: Likewise.
433         * ldcref.c: Likewise.
434         * ldctor.c: Likewise.
435         * ldctor.h: Likewise.
436         * ldemul.c: Likewise.
437         * ldemul.h: Likewise.
438         * ldexp.c: Likewise.
439         * ldexp.h: Likewise.
440         * ldfile.c: Likewise.
441         * ldfile.h: Likewise.
442         * ldlang.c: Likewise.
443         * ldlang.h: Likewise.
444         * lexsup.c: Likewise.
445         * mri.c: Likewise.
446         * pe-dll.c: Likewise.
447
448 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
449
450         * pe-dll.c (process_def_file): Uninitialized data wasn't
451         exported with --export-all-symbols switch.
452
453 2000-09-28  DJ Delorie  <dj@redhat.com>
454
455         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
456         noname work properly.
457
458 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
459
460         * ld.texinfo (HPPA ELF32): New section.
461
462         * emultempl/hppaelf.em (group_size): New.
463         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
464         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
465         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
466         options to prevent abbreviations matching.
467         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
468         (PARSE_AND_LIST_ARGS_CASES): Handle it.
469
470 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
471
472         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
473         on the m68*-*-elf target.  Make it support COFF input objects.
474
475 2000-09-21  Kazu Hirata  <kazu@hxi.com>
476
477         * ldmain.c: Fix formatting.
478         * ldmisc.c: Likewise.
479         * ldver.c: Likewise.
480         * ldwrite.c: Likewise.
481
482 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
483
484         * ldwrite.c (clone_section): Silence gcc warnings.
485
486 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
487
488         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
489         out of memory failure.
490
491         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
492         (clone_section): Handle out of memory failures.  Rename var to
493         avoid c++ reserved word.
494
495 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
496
497         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
498         stub_name param to stub_sec_name.
499         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
500
501 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
502
503         * emultempl/m68kelf.em: New file.
504         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
505         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
506         * Makefile.in: Regenerate.
507
508 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
509
510         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
511         only as needed.
512
513 2000-09-13  Nick Clifton  <nickc@redhat.com>
514
515         * ldmain.c (multiple_definition): Disable relaxation if
516         multiple symbol definitions are encountered - otherwise the
517         linker could abort with an assertion failure.
518
519 2000-09-10  Nick Clifton  <nickc@redhat.com>
520
521         * mri.c: Fix formatting.
522
523 2000-09-07  H.J. Lu  <hjl@gnu.org>
524
525         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
526         * configure: Rebuild.
527
528 2000-09-07  H.J. Lu  <hjl@gnu.org>
529
530         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
531         * Makefile.in: Rebuild.
532
533 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
534
535         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
536         broken list handling.  Create __start_SECNAME and __stop_SECNAME
537         when no place-holder.  Add some comments.  Test both SEC_CODE and
538         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
539         Handle case where no output section statement created.
540
541 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
542
543         * configure.tgt (sh-*-linux*): Added.
544         * Makefile.am: Added eshelf_linux and eshlelf_linux.
545         * Makefile.in: Rebuilt.
546         * emulparams/shelf_linux.sh: New file.
547         * emulparams/shlelf_linux.sh: New file.
548
549 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
550
551         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
552         try shuffling sections when the orphan happens to be the place
553         holder.  Keep count of unique section names generated so we speed
554         the search for a new name.
555
556 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
557
558         * configure: Rebuilt with new libtool.m4.
559
560 2000-09-05  Nick Clifton  <nickc@redhat.com>
561
562         * Makefile.in: Regenerate.
563         * aclocal.m4: Regenerate.
564         * configure: Regenerate.
565         * config.in: Regenerate.
566         * po/ld.pot: Regenerate.
567
568         * ldint.texinfo: Remove CVS revision marker - it foils local
569         comparisons.
570
571         * emultempl/ticoff.em: Remove extraneous comma.
572
573 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
574
575         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
576         to stub section flags.
577         (hppa_for_each_input_file_wrapper): New.
578         (hppa_lang_for_each_input_file): New.
579         (lang_for_each_input_file): Define to call above.
580         (multi_subspace): New.
581         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
582         (PARSE_AND_LIST_PROLOGUE): Define.
583         (PARSE_AND_LIST_LONGOPTS): Define.
584         (PARSE_AND_LIST_OPTIONS): Define.
585         (PARSE_AND_LIST_ARGS_CASES): Define.
586         (hppaelf_finish): Call elf32_hppa_set_gp.
587         (hppaelf_set_output_arch): Remove.
588         (LDEMUL_SET_OUTPUT_ARCH): Remove.
589
590         * emulparams/hppalinux.sh (ELFSIZE): Define.
591         (MACHINE): Define.
592         (OTHER_READONLY_SECTIONS): Define.
593         (DATA_PLT): Define.
594         (GENERATE_SHLIB_SCRIPT): Define.
595
596         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
597         to const throughout.  Change `void *' to `PTR' throughout.
598         (lang_memory_default): Function is local to file, add `static'.
599
600         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
601         (ehppalinux.c): Likewise.
602         (earmelf.c): Likewise.
603         (earmelf_linux.c): Likewise.
604         (earmelf_linux26.c): Likewise.
605         * Makefile.in: Regenerate.
606
607         * ld.h (ld_config_type): Add unique_orphan_sections.
608         * lexsup.c (OPTION_UNIQUE): Define.
609         (ld_options): Add "--unique".
610         (parse_args): Handle it.
611         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
612         search for an existing output section if unique_orphan_sections is
613         set.  Make use of bfd_get_unique_section_name rather than
614         duplicating code here.
615         * ld.texinfo: Describe --unique.
616
617         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
618         optional arg to split-by-file.
619         (parse_args): Handle them.
620         * ld.texinfo: Update description of these options.
621         * ldwrite.c (clone_section): Pass in the section name.  Replace
622         local code with bfd_get_unique_section_name.
623         (split_sections): Tidy code and comments.  Use a list traversal
624         more appropriate to the list construction.  Handle cooked section
625         sizes.  Split when split_by_reloc reached rather than exceeded.
626         Track section size and split when split_by_file reached.  Fix
627         link_order_tail (even though it's not used).
628         (ldwrite): Modify condition for calling split_sections to suit
629         changed split_by_reloc and split_by_file.
630         * ldmain.c (main): Init config.split_by_reloc and
631         config.split_by_file to -1.
632         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
633         Change split_by_file to bfd_size_type.
634
635 2000-09-02  Nick Clifton  <nickc@redhat.com>
636
637         * configure.in: Increase version number to 2.10.91.
638         * NEWS: Mention new ability to support removal of duplicate DWARF2
639         debug information.
640         * configure: Regenerate.
641         * aclocal.m4: Regenerate.
642         * config.in: Regenerate.
643
644 2000-09-02  Daniel Berlin <dberlin@redhat.com>
645
646         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
647         sections.
648         * scripttempl/elf32var.sc: Ditto.
649         * scripttempl/elfd10v.sc: Ditto.
650         * scripttempl/elfd30v.sc: Ditto.
651         * scripttempl/elfi370.sc: Ditto.
652         * scripttempl/elfm68hc11.sc: Ditto.
653         * scripttempl/elfm68hc12.sc: Ditto.
654         * scripttempl/elfi386beos.sc: Ditto.
655         * scripttempl/v850.sc: Ditto.
656
657 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
658
659         * acinclude.m4: Include libtool and gettext macros from the
660         top level.
661         * aclocal.m4, configure: Rebuilt.
662
663 2000-08-25  Nick Clifton  <nickc@redhat.com>
664
665         * ldlang.c (open_output): When choosing the target for a
666         particular endianness, do nothing if the target is not
667         supported.
668
669 2000-08-25  H.J. Lu  <hjl@gnu.org>
670
671         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
672         check -rpath nor LD_RUN_PATH for cross link.
673         * ld.texinfo: Document the change.
674
675 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
676
677         * NEWS: Mention support for CRIS.
678
679 2000-08-23  H.J. Lu  <hjl@gnu.org>
680
681         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
682         the current runpath list from bfd_elf_get_runpath_list ()
683         before search.
684
685 2000-08-22  H.J. Lu  <hjl@gnu.org>
686
687         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
688         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
689         LD_LIBRARY_PATH for native linker. Display the needed DSO if
690         trace_file_tries is non-zero.
691         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
692         if trace_file_tries is non-zero.
693
694         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
695         * NEWS: Mention it.
696
697 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
698
699         * NEWS: Mention i860 support.
700
701 2000-08-14  Andreas Schwab  <schwab@suse.de>
702
703         * scripttempl/elf.sc: Fix last change to use correct comment
704         syntax.
705
706 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
707
708         * scripttempl/elf.sc: Add a comment giving the correspondence
709         between sections, per-datum sections, and linkonce sections.  Make
710         the comment true even for .bss, .sdata, .sdata2, .sbss, and
711         .sbss2.
712
713 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
714
715         * emulparams/elf32_i860.sh: New file.
716         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
717         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
718         (eelf32_i860.c): New rule.
719         * Makefile.in: Regenerate.
720
721 2000-08-10  Nick Clifton  <nickc@cygnus.com>
722
723         * emulparams/mipspe.sh (ENTRY): Add definition.
724
725 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
726
727         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
728         in error message.
729
730 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
731
732         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
733         the final size of .bss section.
734         * scripttempl/elfm68hc12.sc: Likewise.
735
736 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
737
738         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
739         gld${EMULATION_NAME}_parse_args for consistency.  Combine
740         lastoptind and prevoptind vars, and keep track of last optind.
741         (gld_${EMULATION_NAME}_list_options): Rename to
742         gld${EMULATION_NAME}_list_options.
743
744 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
745
746         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
747         (i586-sco-sysv5uw7.1.0).
748
749 2000-07-27  H.J. Lu  <hjl@gnu.org>
750
751         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
752         (PARSE_AND_LIST_PROLOGUE): New.
753         (PARSE_AND_LIST_LONGOPTS): Likewise.
754         (PARSE_AND_LIST_OPTIONS): Likewise.
755         (PARSE_AND_LIST_ARGS_CASES): Likewise.
756         (PARSE_AND_LIST_EPILOGUE): Likewise.
757
758 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
759
760         * emultempl/armelf.em: Elide functions common to elf32.em,
761         ie. most of the file.
762         (arm_elf_after_open): New.  Do arm specific things then call
763         gld${EMULATION_NAME}_after_open.
764         (arm_elf_before_allocation): New.  Call
765         gld${EMULATION_NAME}_before_allocation then do arm specifics.
766         (PARSE_AND_LIST_PROLOGUE): Define.
767         (PARSE_AND_LIST_SHORTOPTS): Define.
768         (PARSE_AND_LIST_LONGOPTS): Define.
769         (PARSE_AND_LIST_OPTIONS): Define.
770         (PARSE_AND_LIST_ARGS_CASES): Define.
771         (LDEMUL_AFTER_OPEN): Define.
772         (LDEMUL_BEFORE_ALLOCATION): Define.
773         (LDEMUL_BEFORE_PARSE): Define.
774         (LDEMUL_FINISH): Define.
775
776         * emultempl/hppaelf.em: Similarly zap most of this file.
777         (hppaelf_add_stub_section): Prototype.
778         (hppaelf_layaout_sections_again): Prototype.
779         (hook_in_stub): Prototype.
780         (LDEMUL_SET_OUTPUT_ARCH): Define.
781         (LDEMUL_FINISH): Define.
782         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
783
784         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
785         (EXTRA_EM_FILE): New.
786         * emulparams/armelf_linux.sh: Likewise.
787         * emulparams/armelf_linux26.sh: Likewise.
788         * emulparams/hppalinux.sh: Likewise.
789         * emulparams/hppaelf.sh: Likewise.
790         (NOP): Define.
791
792         * emultempl/elf32.em: Fix formatting.
793         (EXTRA_EM_FILE): Source it.
794         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
795         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
796         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
797         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
798         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
799         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
800         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
801         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
802         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
803         allow functions in this file to be overridden.
804         (PARSE_AND_LIST_SHORTOPTS): Handle it.
805
806         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
807
808         * emultempl/elf32.em: Reorganize file.
809
810 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
811
812         * emulparams/elf64alpha.sh: Implement "-taso" emulation
813         specific option to fit 64-bit executable in the lower
814         31-bit address range.  This is done by changing start
815         address of .interp (the very first section of executable)
816         and then setting EF_ALPHA_32BIT elf header flag.
817
818 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
819
820         * emultempl/m68kcoff.em: New file.
821         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
822         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
823         generic.em.
824         * Makefile.in: Regenerate.
825
826 2000-07-20  H.J. Lu  <hjl@gnu.org>
827
828         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
829         and "disable-new-dtags" to stop getopt from treating -d/-e as
830         abbreviations for these options.
831
832 2000-07-20  H.J. Lu  <hjl@gnu.org>
833
834         * ld.texinfo: Add documentation for --disable-new-dtags and
835         --enable-new-dtags.
836
837         * ldmain.c (main): Initialize link_info.new_dtags to false.
838
839         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
840         --disable-new-dtags and --enable-new-dtags.
841         (gld_${EMULATION_NAME}_list_options): Likewise.
842
843 2000-07-05  Kenneth Block  <krblock@computer.org>
844
845         * ld/lexsup.c: Add optional style to demangle switch
846         * ld/ld.texinfo: Document optional style to demangle switch.
847
848 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
849
850         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
851         ecrislinux.o.
852         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
853         Regenerate dependencies.
854         * Makefile.in: Rebuild.
855         * configure.tgt (cris-*-*): New target.
856         * emulparams/crisaout.sh, emulparams/criself.sh,
857         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
858         * po/POTFILES.in, po/ld.pot: Regenerate.
859
860 2000-07-20  H.J. Lu  <hjl@gnu.org>
861
862         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
863         Print out ignored -z options.
864
865 2000-07-19  H.J. Lu  <hjl@gnu.org>
866
867         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
868         (PARSE_AND_LIST_PROLOGUE): New.
869         (PARSE_AND_LIST_LONGOPTS): Likewise.
870         (PARSE_AND_LIST_OPTIONS): Likewise.
871         (PARSE_AND_LIST_ARGS_CASES): Likewise.
872
873         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
874
875         * lexsup.c (ld_options): Comment out 'z'.
876         (parse_args): Likewise.
877
878         * emultempl/elf32.em: Include "elf/common.h".
879         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
880         options.
881         (gld_${EMULATION_NAME}_list_options): Likewise.
882
883         * ld.texinfo: Add documentation for the recognized -z options.
884
885 2000-07-19  H.J. Lu  <hjl@gnu.org>
886
887         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
888         bfd_elf_set_dt_needed_soname ().
889
890 2000-07-18  DJ Delorie  <dj@cygnus.com>
891
892         * pe-dll.c (pe_dll_id_target): check object target name also
893
894 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
895
896         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
897         ${INIT_END} if relocating.
898         (.fini): Likewise ${FINI_START} and ${FINI_END}.
899
900 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
901
902         * src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New search
903         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
904         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
905         errors introduced by the old dynamic lib search order.
906
907 2000-07-17  DJ Delorie  <dj@cygnus.com>
908
909         * pe-dll.c (process_def_file): auto-export data items also
910         (pe_process_import_defs): also see if _imp_ form needed
911
912 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
913
914         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
915         for dll import libraries
916
917 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
918
919         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
920         gcc 2.95.2 and later.
921
922 2000-07-11  Kazu Hirata  <kazu@hxi.com>
923
924         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
925         message.
926
927 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
928
929         * ldemul.h (struct lang_input_statement_struct): Remove forward
930         declaration.
931         (struct search_dirs): Likewise.
932         * ldfile.h (struct lang_input_statement_struct): Likewise.
933         Protect file from multiple inclusion.
934         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
935         declaration from macro to file scope.
936
937         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
938         * ldgram.y: Likewise here.
939         * ldlang.c: And here.
940         * ldmain.c: And here.
941         * mpw-elfmips.c: And here.
942         * mpw-eppcmac.c: And here.
943         * emultempl/aix.em: And here.
944         * emultempl/armcoff.em: And here.
945         * emultempl/armelf.em: And here.
946         * emultempl/armelf_oabi.em: And here.
947         * emultempl/beos.em: And here.
948         * emultempl/elf32.em: And here.
949         * emultempl/hppaelf.em: And here.
950         * emultempl/linux.em: And here.
951         * emultempl/lnk960.em: And here.
952         * emultempl/pe.em: And here.
953         * emultempl/sunos.em: And here.
954         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
955         * mpw-idtmips.c: Ditto.
956         * emultempl/generic.em: Ditto.
957         * emultempl/gld960.em: Ditto.
958         * emultempl/gld960c.em: Ditto.
959         * emultempl/mipsecoff.em: Ditto.
960         * emultempl/ticoff.em: Ditto.
961         * emultempl/vanilla.em: Ditto.
962
963         * pe-dll.c: Include ldfile.h
964         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
965
966         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
967         arguments to bfd_elf32_size_dynamic_sections call.
968         (gldelf32ebmip_place_orphan): Add missing arguments to
969         lang_leave_output_section_statement call.
970
971 2000-07-10  H.J. Lu  <hjl@gnu.org>
972
973         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
974         DLL_SUPPORT.
975         (strhash): Likewise.
976         (compute_dll_image_base): Likewise.
977         (pe_undef_found_sym): Likewise.
978         (pe_undef_cdecl_match): Likewise.
979         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
980         argument "arch" with ATTRIBUTE_UNUSED.
981
982 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
983
984         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
985
986         From  Ryan Bradetich  <rbradetich@uswest.net>
987         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
988
989 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
990
991         Changes to create multiple linker stubs, positioned immediately
992         before the section where they are required.
993         * emultempl/hppaelf.em: Include elf32-hppa.h.
994         (stub_sec, file_chain): Delete.
995         (hppaelf_create_output_section_statements): Don't make a stub
996         section here.
997         (hook_stub_info): New struct.
998         (hook_in_stub): New function.
999         (hppaelf_add_stub_section): New function.
1000         (hppaelf_finish): Do nothing for relocateable links.  Modify the
1001         call to elf32_hppa_size_stubs.  Move code for updating section
1002         layout from here...
1003         (hppaelf_layaout_sections_again): ..to here, a new function.
1004
1005         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
1006         broken list handling.  Pass in a pointer to the list.
1007         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
1008         for above changes.
1009         (hppaelf_before_parse): Prototype.
1010         (hppaelf_set_output_arch): Prototype.
1011         (hppaelf_create_output_section_statements): Prototype.
1012         (hppaelf_delete_padding_statements): Prototype.
1013         (hppaelf_finish): Prototype.
1014
1015         Merge from elf32.em
1016         * emultempl/hppaelf.em: Include ctype.h.
1017         (struct orphan_save): New.
1018         (gld${EMULATION_NAME}_place_orphan): New.
1019         (output_rel_find): New.
1020         (hppaelf_get_script): Update from elf32.em.
1021         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
1022         Change emulation_name field to "${EMULATION_NAME}".  Add
1023         gld${EMULATION_NAME}_place_orphan.
1024
1025         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
1026         ehppalinux.o, sort it.  Regenerate dependencies.
1027         (ehppalinux.c): Depend on hppaelf.em
1028         * Makefile.in: Regenerate.
1029
1030         * configure.tgt: targ_emul=hppalinux for hppa*linux
1031
1032         * emulparams/hppalinux.sh: New.
1033         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
1034
1035 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
1036
1037         * lexsup.c (parse_args): Copy section name.
1038
1039 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
1040
1041         * emultempl/pe.em: institute the following search order for
1042         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
1043         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
1044         static lib (libfoo.a) if none of the above are found.
1045
1046 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
1047
1048         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
1049         (longopts): New --{enable,disable}-auto-image-base options.
1050         (gld_${EMULATION_NAME}_list_options): Document.
1051         (gld_${EMULATION_NAME}_parse): Handle.
1052         (strhash): New static function.
1053         (compute_dll_image_base): New static function.
1054         (gld_${EMULATION_NAME}_set_symbols): Use.
1055
1056 2000-07-05  DJ Delorie  <dj@redhat.com>
1057
1058         * MAINTAINERS: new
1059
1060 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
1061
1062         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
1063         * emulparams/elf32btsmip.sh: New file.
1064         * Makefile.am: Add traditional mips target.
1065         * Makefile.in: Rebuild.
1066
1067 2000-07-01  H.J. Lu  <hjl@gnu.org>
1068
1069         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
1070         automake to use YLWRAP.
1071         * Makefile.in: Rebuild.
1072
1073 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1074
1075         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1076         (CLEANFILES): Add DEPA.
1077         * Makefile.in: Regenerate.
1078
1079 2000-06-30  Timothy Wall  <twall@ppc>
1080
1081         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
1082         the page in the upper octet of the address.
1083
1084 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
1085
1086         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
1087
1088 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
1089
1090         * NEWS: arm-elf does --gc-sections too.
1091
1092 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1093
1094         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1095         find one.
1096         * Makefile.in: Regenerate.
1097
1098 2000-06-21  H.J. Lu  <hjl@gnu.org>
1099
1100         * Makefile.am: Rebuild dependency.
1101         * Makefile.in: Rebuild.
1102
1103 2000-06-20  H.J. Lu  <hjl@gnu.org>
1104
1105         * Makefile.am: Rebuild dependency.
1106         * Makefile.in: Rebuild.
1107
1108 2000-06-20  Timothy Wall  <twall@cygnus.com>
1109
1110         * scripttempl/tic54xcoff.sc: New.
1111         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
1112         * gen-doc.texi: Add flag for TI COFF.
1113         * ld.texinfo: Add documentation for TI COFF handling switches.
1114         * emultempl/ticoff.em: New. TI COFF handling.
1115         * configure.tgt: Add tic54x target.
1116         * Makefile.am: Add tic54x target.
1117         * Makefile.in: Ditto.
1118
1119 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
1120
1121         * ldmain.c (set_scripts_dir): Correct pointer comparison when
1122         checking for backslashes.
1123
1124 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
1125
1126         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
1127
1128 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
1129
1130         * NEWS: Update list of targets supporting --gc-sections.
1131
1132         * scripttempl/elf.sc: KEEP .eh_frame contents.
1133         * scripttempl/elfd30v.sc: Same here.
1134
1135 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
1136
1137         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
1138         and m68hc11 (elf).
1139         * Makefile.in: Rebuild.
1140         * configure.tgt: Recognize m68hc12 and m68hc11.
1141         * scripttempl/elfm68hc12.sc: New file.
1142         * emulparams/m68hc12elfb: New emulation.
1143         * emulparams/m68hc12elf: New emulation.
1144         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
1145         (includes a memory.x script to define the ROM and RAM banks).
1146         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
1147         New configuration files for support of Motorola 68hc11
1148
1149 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
1150
1151         * ldmain.c (main): Only change SEC_READONLY for final link.
1152
1153 2000-06-13  H.J. Lu  <hjl@gnu.org>
1154
1155         * configure: Regenerate.
1156
1157 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1158
1159         * configure.in (VERSION): Update to show this is the CVS mainline.
1160
1161 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1162
1163         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
1164         input objects to be ECOFF.
1165         (check_sections): einfo takes %B, not %P, to print a BFD name.
1166
1167 2000-06-05  Michael Matz <matz@ifh.de>
1168
1169         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
1170         version scripts.
1171
1172         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
1173
1174 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
1175
1176         * emulparams/avr1200.sh (STACK): Define as 0.
1177         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1178         * emulparams/avr4433.sh (STACK): Likewise.
1179         * emulparams/avr44x4.sh (STACK): Likewise.
1180         * emulparams/avr85xx.sh (STACK): Likewise.
1181         * emulparams/avrmega103.sh (STACK): Likewise.
1182         * emulparams/avrmega161.sh (STACK): Likewise.
1183         * emulparams/avrmega603.sh (STACK): Likewise.
1184         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
1185         (__stack): Define from ${STACK} for main().
1186
1187 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1188
1189         * Makefile.am: Update dependencies with "make dep-am"
1190         * Makefile.in: Regenerate.
1191
1192 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1193
1194         * ldmain.c: Include filenames.h.
1195         (set_scripts_dir): Support backslashes in program name.
1196
1197 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
1198
1199         * ldmain.c (main): When deciding if ".text" section should be
1200         read-only, don't forget to reset SEC_READONLY because it
1201         could be already set.
1202
1203 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
1204
1205         * ld.1: Add documentation for new command line option:
1206                 --section-start <sectionname>=<sectionorg>
1207         This is a generic version of -Ttext etc. which accepts
1208         any section name as a parameter instead of just text/data/
1209         bss.
1210         * ld.texinfo: More docs.
1211         * NEWS: More docs.
1212         * lexsup.c: (parse_args): Recognize new command line option.
1213         (ld_options): Add new option.
1214
1215 2000-05-18  H.J. Lu  <hjl@gnu.org>
1216
1217         * lexsup.c (parse_args): `i' == `r', not `q'.
1218
1219 Thu May 18 10:47:57 2000  Jeffrey A Law  (law@cygnus.com)
1220
1221         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1222
1223 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
1224               Rick Gorton          <gorton@scrugs.lkg.dec.com>
1225
1226         Add support for '-q' == '--emit-relocs' switch.
1227         * ldmain.c (main): Default to false.
1228         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1229         * NEWS: Describe the emitrelocations switch.
1230         * ld.texinfo: Describe the emitrelocations switch.
1231
1232 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
1233
1234         * ld/emultempl/pe.em (_open_dynamic_archive): New function: Search
1235         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1236         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1237         link options.
1238
1239 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
1240
1241         * lexsup.c (parse_args): Update the year in the copyright notice.
1242
1243 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1244
1245         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1246         Replace defines with those from intl/libgettext.h to quieten gcc
1247         warnings.
1248
1249 2000-05-10  H.J. Lu  <hjl@gnu.org>
1250
1251         * ldlang.c (open_input_bfds): Don't load the same file within
1252         a group again if the whole archive has been loaded already.
1253
1254 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
1255
1256         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1257         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1258         strtoul.
1259
1260 Mon May  1 17:34:34 2000  Jim Wilson  <wilson@cygnus.com>
1261
1262         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
1263
1264         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1265         host "ia64-*-linux-gnu*".
1266
1267 2000-04-29  Andreas Jaeger  <aj@suse.de>
1268
1269         * ld.h: Correctly check GCC version.
1270
1271 Tue Apr 25 11:20:43 2000  Jeffrey A Law  (law@cygnus.com)
1272
1273         * Makefile.am: Add PA64 support.  Add missing dependencies for
1274         PA32 elf support.
1275         * Makefile.in: Rebuilt.
1276         * configure.tgt: Add PA64 support (currently disabled).
1277
1278 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
1279
1280         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
1281         (output_rel_find): New function.
1282         (hold_section, hold_use): Delete.
1283         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1284         hold_interp): Make local to place_orphan.
1285         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
1286         rather than place_section to find possible previous use of orphan.
1287         Similarly find the place-holder output sections.  Use returned
1288         value from lang_enter_output_section_statement rather than calling
1289         lang_output_section_statement_lookup.
1290         * emultempl/armelf.em: Same here.
1291         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
1292
1293         * ldlang.c (lang_enter_output_section_statement): Return output
1294         section statement.
1295         * ldlang.h (lang_enter_output_section_statement): Change
1296         declaration too.
1297
1298         * ldlang.h (lang_output_section_statement): Export it.
1299         * ldlang.c (lang_output_section_statement): Ditto.
1300
1301 2000-04-24  Nick Clifton  <nickc@cygnus.com>
1302
1303         * ld.texinfo (Output Section Data): Add note that section data
1304         commands cannot appear outside of section directives.
1305
1306 2000-04-2  Matthew Green  <mrg@cygnus.com>
1307
1308         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
1309
1310 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
1311                           David Mosberger  <davidm@hpl.hp.com>
1312
1313         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
1314         (eelf64_ia64.c): New rule.
1315         * Makefile.in: Rebuild.
1316         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
1317         * emulparams/elf64_ia64.sh: New file.
1318
1319 2000-04-21  Richard Henderson  <rth@cygnus.com>
1320
1321         * scripttempl/elfd30v.sc: Place .gcc_except_table.
1322
1323 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
1324
1325         * dep-in.sed: Match space at start of file name, not at end.
1326
1327 2000-04-18  H.J. Lu  <hjl@gnu.org>
1328
1329         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
1330         lang_leave_output_section_statement () after calling
1331         lang_enter_output_section_statement ().
1332         * emultempl/armelf.em: Likewise.
1333
1334 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
1335
1336         * emultempl/elf32.em (struct orphan_save): Add section field.
1337         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
1338         better order, and place first orphan section as we did before the
1339         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
1340         Don't call make_bfd_section here, let wild_doit do the job for us.
1341         Don't build a statement list when we'll only throw it away.
1342         * emultempl/armelf.em: Ditto.
1343         * emultempl/pe.em: Similarly.
1344
1345 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1346
1347         * scripttempl/elfppc.sc: Remove.
1348         * emulparams/elf32ppc.sh: Use elf.sc.
1349         * emulparams/elf32lppc.sh: Use elf.sc.
1350         * emulparams/elf32ppclinux.sh: Use elf.sc.
1351         * emulparams/elf32ppcsim.sh: New file.
1352         * emulparams/elf32lppcsim.sh: New file.
1353         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
1354         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
1355         * Makefile.in: Regenerate.
1356         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
1357
1358 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
1359
1360         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
1361         ~SEC_ALLOC sections too.  Init start address of debug sections.
1362         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1363         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1364         Also set all relocateable section start addresses.
1365
1366 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
1367
1368         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
1369         Add new BSS_PLT variable for when .plt need not be contained in
1370         the file.  Move _etext so that it is also after .fini, and provide
1371         both etext and _etext with a leading underscore.  Mark the start
1372         and end of .sbss.
1373
1374 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
1375
1376         * emultempl/elf32.em (struct orphan_save): New.
1377         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1378         hold_interp): Make them struct orphan_save.
1379         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
1380         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
1381         the end of the relevant section list.  Also add associated section
1382         statements to the end of any previous orphan statements.
1383         * emultempl/armelf.em: Similarly.
1384         * emultempl/pe.em: Similarly.
1385
1386 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
1387
1388         * ld.texinfo (Simple Example): Remove extraneous paragraph.
1389
1390 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1391
1392         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1393         --enable-build-warnings option.
1394         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1395         * Makefile.in, configure: Re-generate.
1396
1397 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1398
1399         * po/ld.pot: Regenerate.
1400
1401         * lexsup.c (help): Restore translated part of bug string.
1402
1403         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1404         (DEP): Quote when passing vars to sub-make.  Add warning message
1405         to end.
1406         (DEP1): Rewrite for "gcc -MM".
1407         (CLEANFILES): Add DEP2.
1408         Update dependencies.
1409         * Makefile.in: Regenerate.
1410
1411 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1412
1413         * ld.h: #include "bin-bugs.h"
1414         * lexsup.c (help): Use REPORT_BUGS_TO.
1415
1416 2000-03-27  Denis Chertykov  <denisc@overta.ru>
1417
1418         * configure.tgt (avr-*-*): New target support.
1419         * Makefile.am: Likewise.
1420         * scripttempl/elf32avr.sc: New script file.
1421         * emulparams/avr1200.sh: New file.
1422         * emulparams/avr23xx.sh: New file.
1423         * emulparams/avr4433.sh New file.
1424         * emulparams/avr44x4.sh New file.
1425         * emulparams/avr85xx.sh New file.
1426         * emulparams/avrmega103.sh New file.
1427         * emulparams/avrmega161.sh New file.
1428         * emulparams/avrmega603.sh New file.
1429         * Makefile.in: Regenerate.
1430
1431 2000-03-09  Andreas Jaeger  <aj@suse.de>
1432
1433         * Makefile.am (check-DEJAGNU): Also unset LANG.
1434         * Makefile.in: Rebuild.
1435
1436 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
1437
1438         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
1439         archive.
1440
1441 2000-03-02  H.J. Lu  <hjl@gnu.org>
1442
1443         * emulparams/elf32mcore.sh: Include "getopt.h".
1444
1445 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
1446
1447         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
1448
1449 2000-03-01  H.J. Lu  <hjl@gnu.org>
1450
1451         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
1452         * emulparams/shpe.sh: Likewise.
1453
1454 2000-03-01  Nick Clifton  <nickc@cygnus.com>
1455
1456         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
1457         to unused parameters.
1458
1459         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
1460         functions only used by DLL code.
1461         (_place_orphan): Initialise 'dollar'.
1462
1463 2000-03-01  H.J. Lu  <hjl@gnu.org>
1464
1465         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
1466         indicate if the undefined symbol is a fatal error or not.
1467         Don't delete the output file if "fatal" is false.
1468
1469 2000-02-29  H.J. Lu  <hjl@gnu.org>
1470
1471         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
1472         Set LC_COLLATE and LC_ALL to null and export them. It is for
1473         sort which expects the C locale.
1474         Add $(LIBS) to all $(HOSTING_LIBS).
1475         * Makefile.in: Rebuild.
1476
1477 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
1478
1479         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
1480         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
1481         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
1482         (ld_emulation_xfer_struct): Add missing NULL initialiser for
1483         find_potential_libraries.
1484
1485 2000-02-28  Jim Blandy  <jimb@redhat.com>
1486
1487         * ldgram.y (exclude_name_list): Don't require a comma to separate
1488         list entries; the lexer considers commas to be valid part of a
1489         filename, so in something like `foo, bar' the comma is considered
1490         part of the first filename, `foo,'.
1491         * ld.texinfo: Update section on EXCLUDE_FILE lists.
1492
1493 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
1494
1495         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1496         host "i[3456]86-*-freebsdelf*".
1497
1498 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
1499
1500         * scripttempl/i386go32.sc: Move misplaced semicolons.
1501
1502 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
1503
1504         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
1505         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
1506         (eelf64hppa.c, ehppaelf.c): Remove targets.
1507         * Makefile.in: Rebuild.
1508
1509 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1510
1511         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
1512         GNU/Linux/sparc, but keep the default as 32.
1513
1514         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
1515         it default if sparcv9 or sparc64.
1516
1517 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1518
1519         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
1520         * Makefile.in: Regenerate.
1521         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
1522
1523         * ldemul.h (ld_emulation_xfer_struct): Add new field:
1524         find_potential_libraries.
1525         * ldemul.c (ldemul_find_potential_libraries): New function.
1526
1527         * ldfile.c (ldfile_open_file_search): Allow function to be
1528         exported.
1529         (ldfile_open_file): Call ldemul_find_potential_libraries.
1530         * ldfile.h: Add prototype for ldfile_open_file_search.
1531
1532         * pe-dll.c: Add support for ARM, MIPS and SH targets.
1533
1534         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
1535         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
1536
1537         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
1538         (gld_X_find_potential_libraries): New function.  Search for
1539         libraries called "*.lib".
1540
1541         * scriptempl/pe.sc: Add .pdata section.
1542
1543 2000-02-23  Richard Henderson  <rth@cygnus.com>
1544
1545         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
1546         Add and use memory regions.
1547
1548 2000-02-23  Linas Vepstas (linas@linas.org)
1549
1550         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
1551
1552         * Makefile.am: Add support for Linux/IBM 370.
1553         * configure.tgt: Likewise.
1554
1555         * Makefile.in: Regenerate.
1556
1557 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1558
1559         * ldlang.c (print_input_section, print_data_statement,
1560         print_reloc_statement, print_padding_statement, insert_pad,
1561         size_input_section, lang_check_section_addresses,
1562         lang_size_sections, lang_do_assignments, lang_set_startof,
1563         lang_one_common): Change `opb' to unsigned.
1564         (lang_do_assignments): Also change `size' to unsigned.
1565
1566 2000-02-16  Richard Henderson  <rth@cygnus.com>
1567
1568         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
1569
1570 2000-02-16  Timothy Wall  <twall@cygnus.com>
1571
1572         * mri.c (mri_draw_tree): Add default LMA region argument to call
1573         to lang_leave_output_section_statement.
1574         * ldlang.h: Update prototypes with LMA region arguments.
1575         * ldlang.c (lang_size_sections): Encapsulate region bounds
1576         checking in os_check_region call.
1577         (os_check_region): New function.
1578         (lang_output_section_statement_lookup): Initialize lma_region.
1579         (lang_leave_output_section_statement): Add LMA region argument.
1580         (lang_leave_overlay): Ditto.
1581         * ldgram.y: Handle LMA region syntax.
1582         * ld.texinfo (Output Section Description): Describe LMA region usage.
1583         * emultempl/armelf.em (gld$place_orphan): Add default value for
1584         lma region in call to lang_leave_output_section_statement.
1585         * emultempl/elf32.em (gld$place_orphan): Add default value for
1586         lma region in call to lang_leave_output_section_statement.
1587         * emultempl/pe.em (gld$place_orphan): Add default value for
1588         lma region in call to lang_leave_output_section_statement.
1589
1590
1591 2000-02-04  Timothy Wall  <twall@redhat.com>
1592
1593         * ldlang.c (lang_check_section_addresses): Use bytes instead of
1594         octets when calculating section end addresses.
1595
1596 2000-02-04  Timothy Wall  <twall@redhat.com>
1597
1598         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
1599
1600 2000-02-03  Timothy Wall <twall@redhat.com>
1601
1602         * ld/ldexp.c (fold_name): Make SIZEOF operator return byte count, not
1603         octet count.
1604         * ld/ldlang.c (print_input_section, print_data_statement,
1605         print_reloc_statement, print_padding_statement): Print target
1606         address values and section sizes as bytes, not octets.
1607         (insert_pad) Calculate padding size in octets, and adjust "dot"
1608         by bytes.
1609         (size_input_section) Always adjust "dot" by bytes, not octets.
1610         (lang_check_section_addresses, lang_do_assignments) Adjust
1611         "dot" by bytes, not octets.  Use the larger of the directive size
1612         or octets_per_byte for the number of octets actually allocated in
1613         the output section.
1614         (lang_set_startof) Make sure STARTOF returns a target address.
1615         (lang_one_common) Record size changes in octets.
1616         (lang_abs_symbol_at_end_of) Section end symbol's value is
1617         recorded in target bytes.
1618         * ld.texinfo:   Updated description of BYTE, SHORT, LONG, etc.
1619         to be clear about behavior when an octet is smaller than one byte.
1620
1621 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
1622
1623         * ldcref.c (output_cref): Don't pass message strings to printf
1624         as format arg.
1625         Update copyright.
1626
1627         * ldmisc.c (vfinfo): Same here.
1628         Update copyright.
1629
1630 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
1631
1632         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
1633         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
1634         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
1635         Add missing NULL initialisers, and comments.
1636
1637         * testsuite/ld-srec/sr3.cc (__rethrow): New.
1638
1639 2000-01-21  Nick Clifton  <nickc@cygnus.com>
1640
1641         * ldlang.c (lang_size_sections): Fix typo in comment.
1642
1643 2000-01-18  H.J. Lu  <hjl@gnu.org>
1644
1645         * ldlang.c (lang_size_sections): Also update the current
1646         address of a region if the SEC_NEVER_LOAD bit is not set.
1647
1648 2000-01-10  Philip Blundell  <pb@futuretv.com>
1649
1650         * configure.tgt (arm*-*-conix*): New target.
1651
1652 2000-01-07  Nick Clifton  <nickc@cygnus.com>
1653
1654         * ld.texinfo (Options): Remind users to preceed linker command
1655         line switches with -Wl, (or whatever is appropriate) if it is
1656         being invoked by a comnpiler driver program.
1657         Fix description of the behaviour of the -n command line switch.
1658
1659 Wed Jan  5 08:02:12 2000  Catherine Moore  <clm@cygnus.com>
1660
1661         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
1662         (name_list): New.
1663         * ld.texinfo (EXCLUDE_FILE): Update documentation.
1664         * ldgram.y (wildcard_spec): Support a list of excluded_files.
1665         (exclude_name_list): New.
1666         ldlang.c (walk_wild_section): Support list of excluded files.
1667         (print_wild_statement): Likewise.
1668         (lang_add_wild): Likewise.
1669         * ldlang.h (lang_wild_statement_type): Likewise.
1670         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
1671
1672 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
1673
1674         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
1675         (process_def_file): Use.
1676         (pe_dll_compat_implib): New variable.
1677         (make_one): Use.
1678
1679         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
1680         pe_dll_compat_implib.
1681
1682         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
1683         compat-implib options.
1684         (gld_${EMULATION_NAME}_list_options): List new options.
1685         (gld_${EMULATION_NAME}_parse_args): Handle.
1686
1687         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
1688         dll.
1689
1690         * deffilep.y (opt_name): Allow "." in name.
1691
1692 For older changes see ChangeLog-9899
1693 \f
1694 Local Variables:
1695 mode: change-log
1696 left-margin: 8
1697 fill-column: 74
1698 version-control: never
1699 End: