Add missing ARC documentation
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
350fdb00
PB
12001-01-12 Philip Blundell <pb@futuretv.com>
2
3 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
4
60c6797e
KH
52001-01-10 Kazu Hirata <kazu@hxi.com>
6
7 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
8 * scripttempl/h8300h.sc: Fix formatting.
9 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
10 * scripttempl/h8500.sc: Likewise.
11 * scripttempl/h8500b.sc: Likewise.
12 * scripttempl/h8500c.sc: Likewise.
13 * scripttempl/h8500m.sc: Likewise.
14 * scripttempl/h8500s.sc: Likewise.
60c6797e 15
482e8b32
DB
162000-01-07 David O'Brien <obrien@BSDi.com>
17
18 * emultempl/elf32.em: Only perform Linux ld hints processing when
19 targeting Linux.
20
d7ed7ca6
PB
212001-01-07 Philip Blundell <philb@gnu.org>
22
23 * ld.texinfo (Bug Reporting): Update email address for reports.
24
0fc3347a
NC
252000-12-31 Nick Clifton <nickc@redhat.com>
26
27 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
28 options by checking for a return value of '?' not -1.
29
e4897a32
NC
302000-12-28 Nick Clifton <nickc@redhat.com>
31
32 * lexsup.c (struct ld_option): Add new enum value:
33 EXACTLY_TWO_DASHES.
34 (ld_options[]): Change -omagic, -output and -oformat options
35 to be EXACTLY_TWO_DASHES.
36 (OUTPUT_COUNT): Use ARRAY_SIZE.
37 (parse_args): Change parameter 'argc' to unsigned.
38 Place EXACTLY_TWO_DASHES options into new really_longopts
39 array.
40 If getopt_long_only fails, try calling getopt_long using the
41 really_longopts array.
42 (help): Print a double dash for both EXACTLY_TWO_DASHES and
43 TWO_DASHES options.
44
45 * ldlex.h: Fix prototype of parse_args.
46
47 * ld.texinfo: Document that long options starting with 'o'
48 must be preceeded by two dashes. Change example of a single
49 dashed long option from -oformat to -trace-symbol.
50
1122a5fc
NC
512000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
52
53 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
54 (longopts[]): New --no-default-excludes option.
55 (gld_${EMULATION_NAME}_list_options): Document.
56 (gld_${EMULATION_NAME}_parse_args): Handle.
57
037849a9
NC
582000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
59
60 * ldlang.c (new_stat): Revert the last beautification with "innocent"
61 whitespace, it breaks the K&R C preprocessor.
62
7ec229ce
DD
632000-12-11 DJ Delorie <dj@redhat.com>
64
65 * ld.texinfo: Add notes about --whole-archive and gcc.
66
b79e8c78
NC
672000-11-18 Fred Fish <fnf@be.com>
68
69 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
70 (ld_options): Entry for --allow-shlib-undefined.
71 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
72 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
73 to false.
74 * ld.texinfo: Document new command line switch.
75
9a8e2505
GK
762000-12-12 Geoffrey Keating <geoffk@redhat.com>
77
78 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
79 .fixup is actually read/write.
80 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
81 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
82 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
83
b8355149
JH
84Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
85
86 * NEWS: Add note about x86_64 architecture.
87
93b63cd3
DD
882000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
89
90 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
91 Set DWARF2 sections to a VMA of zero.
92
24f6971a
NC
932000-12-01 Joel Sherrill <joel@OARcorp.com>
94
95 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
96 New targets.
97 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
98 (sparc*-*-rtems*): Switched from a.out to ELF.
99
2be3aa03
NC
1002000-11-30 Jan Hubicka <jh@suse.cz>
101
102 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
103 (eelf_x86_64.c): New.
104 * Makefile.in: Regenerate.
105 * configure.tgt: Add support for x86_64-*-linux-gnu*.
106 * emulparams/elf_x86_64.sh: New.
107
8c899858
HPN
1082000-11-30 Hans-Peter Nilsson <hp@axis.com>
109
110 * emulparams/crislinux.sh (ENTRY): Change back to _start.
111 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
112
113 * scripttempl/crisaout.sc: Change all RELOCATING not related to
114 merging non-a.out sections into CONSTRUCTING.
115
e47b9e39
NC
1162000-11-28 Nick Clifton <nickc@redhat.com>
117
118 * ld.1 (COPYING): Mention that the GNU Free Documentation
119 License is present in the sources, but not the output, and
120 also available from the GNU website.
121 (GNU Free Documentation License): Comment out this section.
122
ad95f82a
DB
1232000-11-28 David O'Brien <obrien@dragon.nuxi.com>
124
125 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
126 does not use them.
127
fd89e65f
DB
1282000-11-25 David O'Brien <obrien@FreeBSD.org>
129
130 * ld.1: Remove old date so it does not give the impression the manpage
131 is way out of date.
132
077b8428
NC
1332000-11-24 Nick Clifton <nickc@redhat.com>
134
135 * configure.tgt (xscale-coff): Add target.
136 (xscale-elf): Add target.
137
49425d28
NC
1382000-11-24 Fred Fish <fnf@be.com>
139
140 * ldmain.c (main): Remove redundant init of config.make_executable
141 to true.
142
d3480244
RH
1432000-11-15 Richard Henderson <rth@redhat.com>
144
145 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
146
1ce7de8b
KH
1472000-11-14 Kazu Hirata <kazu@hxi.com>
148
149 * scripttempl/h8300.sc: Fix formatting.
150 * scripttempl/h8300h.sc: Likewise.
151 * scripttempl/h8300s.sc: Likewise.
152
208d5cd0
DC
153Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
154
155 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
156
2e418547
PB
1572000-11-09 Philip Blundell <pb@futuretv.com>
158
159 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
160 around orphan sections whose names can be represented in C.
161
c940e6fc
JW
1622000-11-07 Jim Wilson <wilson@redhat.com>
163
164 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
165 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
166
704c465c
NC
1672000-11-06 Nick Clifton <nickc@redhat.com>
168
169 * ld.texinfo: Add GNU Free Documentation License.
170 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 171 * ld.1: Add GNU Free Documentation License.
704c465c 172
dca7760f
AM
1732000-11-05 Alan Modra <alan@linuxcare.com.au>
174
175 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
176 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
177
178 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
179 Move 2000-11-02 Makefile.in changes to this file.
180 * Makefile.in: Regenerate.
181
40a633d5
NC
1822000-11-03 Nick Clifton <nickc@redhat.com>
183
184 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
185 constructors and destructors.
186 * scripttempl/h8300h.sc: Ditto.
187 * scripttempl/h8300s.sc: Ditto.
188 * scripttempl/h8500.sc: Ditto.
189 * scripttempl/h8500b.sc: Ditto.
190 * scripttempl/h8500c.sc: Ditto.
191 * scripttempl/h8500m.sc: Ditto.
192 * scripttempl/h8500s.sc: Ditto.
193 * scripttempl/v850.sc: Ditto.
194 * scripttempl/w65.sc: Ditto.
195 * scripttempl/z8000.sc: Ditto.
196
59ff2774
NC
1972000-11-02 Per Lundberg <plundis@chaosdev.org>
198
199 * Makefile.in (e_i386_chaos.c): New rule.
200 (ALL_EMULATIONS): Added e_i386_chaos.o.
201 * emulparams/elf_i386_chaos.sh: New file.
202 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
203
645571e1
JJ
2042000-10-20 Jakub Jelinek <jakub@redhat.com>
205
206 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
207 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
208 Fix sed invocation, so that it coped with '/' in Solaris 64bit
209 library path suffix.
210 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
211
c5975a45
HPN
2122000-10-18 Hans-Peter Nilsson <hp@axis.com>
213
214 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
215 for consecutive sections.
216
ea20a7da
CC
2172000-10-17 Chandrakala Chavva <cchavva@redhat.com>
218
219 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
220 options.
221 * ld.texinfo: Added notes about this new option.
222
6e45556a
NC
2232000-10-16 Nick Clifton <nickc@redhat.com>
224
225 * emultempl/pe.em (_after_open): Add tests of return values from
226 bfd functions. Emit appropriate error messages if necessary.
227
b9a69188
NC
2282000-10-13 Nick Clifton <nickc@redhat.com>
229
230 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
231 local variables - they are not used, but leave in the call to
232 bfd_canonicalize_symtab.
b9a69188
NC
233 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
234 pe_dll_search_prefix.
235
627427de
DD
2362000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
237
238 * emultempl/pe.em (pe_dll_search_prefix): New variable,
239 (longopts): New --dll-search-prefix option.
240 (gld_${EMULATION_NAME}_list_options): Document.
241 (gld_${EMULATION_NAME}_parse_args): Handle.
242 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
243 dynamically, search for a dll named '<prefix><basename>.dll'
244 in preference to 'lib<basename>.dll' if --dll-search-prefix
245 is specified.
246
24376d1b
AM
2472000-10-12 Alan Modra <alan@linuxcare.com.au>
248
249 * ldlang.c (section_already_linked): Set kept_section instead of
250 sec->comdat->sec.
251
e47d05ad
KH
2522000-10-10 Kazu Hirata <kazu@hxi.com>
253
254 * deffile.h: Fix formatting.
255 * lexsup.c: Likewise.
256 * mri.c: Likewise.
257
23a87948
DD
2582000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
259
260 * pe-dll.c (make_one): Do not generate code thunk for DATA
261 exports.
262 (process_def_file): deduce DATA flag for auto-export sumbols.
263
86b1cc60
KH
2642000-10-09 Kazu Hirata <kazu@hxi.com>
265
89cdebba
KH
266 * ld.h: Fix formatting.
267 * ldcref.c: Likewise.
268 * ldctor.h: Likewise.
269 * ldemul.c: Likewise.
270 * ldemul.h: Likewise.
271 * ldexp.c: Likewise.
272 * ldexp.h: Likewise.
273 * ldfile.c: Likewise.
274 * ldfile.h: Likewise.
275 * ldlang.c: Likewise.
276 * ldlang.h: Likewise.
277 * ldmain.c: Likewise.
7bfd51a3
KH
278 * pe-dll.c: Likewise.
279
280 * pe-dll.c: Revert some formatting fixes.
86b1cc60 281
d643799d
KH
2822000-10-08 Kazu Hirata <kazu@hxi.com>
283
284 * pe-dll.c: Fix formatting.
285
08da4cac
KH
2862000-10-05 Kazu Hirata <kazu@hxi.com>
287
288 * ldlang.c: Fix formatting.
289
c2a94a7a
DD
2902000-10-03 DJ Delorie <dj@redhat.com>
291
292 * pe-dll.c (fill_edata): initialize entire block
293 (make_one): fill in correct section.
294
8c95a62e
KH
2952000-10-03 Kazu Hirata <kazu@hxi.com>
296
297 * ldexp.c: Fix formatting.
298
486e80e2
DD
2992000-10-02 DJ Delorie <dj@redhat.com>
300
301 * emultempl/pe.em (gld_*_after_open): detect case where there two
302 import libraries for same dll; rename one to ensure proper link
303 order.
304
305 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
306 typo
307 (generate_edata): fix typo
308
24dd9f75
HPN
3092000-09-29 Hans-Peter Nilsson <hp@axis.com>
310
311 * scripttempl/crisaout.sc (ENTRY): Now __start.
312 (.text): Add default setting for __start.
313 Remove CONSTRUCTORS handling.
314 (/DISCARD/): Add .gnu.warning.*.
315 * emulparams/crislinux.sh (ENTRY): Now __start.
316 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
317 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
318 (ENTRY): Now __start.
319 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
320 (EXECUTABLE_SYMBOLS): Add default setting for __start.
321
4de2d33d
KH
3222000-09-29 Kazu Hirata <kazu@hxi.com>
323
5cc18311
KH
324 * deffile.h: Fix formatting.
325 * ld.h: Likewise.
326 * ldcref.c: Likewise.
4de2d33d 327 * ldctor.c: Likewise.
5cc18311 328 * ldctor.h: Likewise.
4de2d33d 329 * ldemul.c: Likewise.
5cc18311 330 * ldemul.h: Likewise.
4de2d33d 331 * ldexp.c: Likewise.
5cc18311 332 * ldexp.h: Likewise.
4de2d33d 333 * ldfile.c: Likewise.
5cc18311 334 * ldfile.h: Likewise.
4de2d33d 335 * ldlang.c: Likewise.
5cc18311
KH
336 * ldlang.h: Likewise.
337 * lexsup.c: Likewise.
338 * mri.c: Likewise.
339 * pe-dll.c: Likewise.
4de2d33d 340
45b1f63c
DD
3412000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
342
343 * pe-dll.c (process_def_file): Uninitialized data wasn't
344 exported with --export-all-symbols switch.
345
3462000-09-28 DJ Delorie <dj@redhat.com>
347
348 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
349 noname work properly.
350
47d89dba
AM
3512000-09-28 Alan Modra <alan@linuxcare.com.au>
352
353 * ld.texinfo (HPPA ELF32): New section.
354
355 * emultempl/hppaelf.em (group_size): New.
356 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
357 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
358 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
359 options to prevent abbreviations matching.
360 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
361 (PARSE_AND_LIST_ARGS_CASES): Handle it.
362
36bdbeec
NC
3632000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
364
365 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
366 on the m68*-*-elf target. Make it support COFF input objects.
367
6d5e62f8
KH
3682000-09-21 Kazu Hirata <kazu@hxi.com>
369
370 * ldmain.c: Fix formatting.
371 * ldmisc.c: Likewise.
372 * ldver.c: Likewise.
373 * ldwrite.c: Likewise.
374
e2eb67d9
AM
3752000-09-21 Alan Modra <alan@linuxcare.com.au>
376
377 * ldwrite.c (clone_section): Silence gcc warnings.
378
b3ea3584
AM
3792000-09-20 Alan Modra <alan@linuxcare.com.au>
380
381 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
382 out of memory failure.
383
384 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
385 (clone_section): Handle out of memory failures. Rename var to
386 avoid c++ reserved word.
387
25f72752
AM
3882000-09-18 Alan Modra <alan@linuxcare.com.au>
389
390 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
391 stub_name param to stub_sec_name.
392 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
393
0752970e
NC
3942000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
395
396 * emultempl/m68kelf.em: New file.
397 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
398 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
399 * Makefile.in: Regenerate.
400
92b7e9d8
AM
4012000-09-15 Alan Modra <alan@linuxcare.com.au>
402
403 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
404 only as needed.
405
9b14b192
NC
4062000-09-13 Nick Clifton <nickc@redhat.com>
407
408 * ldmain.c (multiple_definition): Disable relaxation if
409 multiple symbol definitions are encountered - otherwise the
410 linker could abort with an assertion failure.
411
891fa266
NC
4122000-09-10 Nick Clifton <nickc@redhat.com>
413
414 * mri.c: Fix formatting.
415
5d64ca4e
L
4162000-09-07 H.J. Lu <hjl@gnu.org>
417
418 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
419 * configure: Rebuild.
420
dd94604f
L
4212000-09-07 H.J. Lu <hjl@gnu.org>
422
423 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
424 * Makefile.in: Rebuild.
425
71bfc0ae
AM
4262000-09-07 Alan Modra <alan@linuxcare.com.au>
427
428 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
429 broken list handling. Create __start_SECNAME and __stop_SECNAME
430 when no place-holder. Add some comments. Test both SEC_CODE and
431 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 432 Handle case where no output section statement created.
71bfc0ae 433
4a428502
AO
4342000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
435
436 * configure.tgt (sh-*-linux*): Added.
437 * Makefile.am: Added eshelf_linux and eshlelf_linux.
438 * Makefile.in: Rebuilt.
439 * emulparams/shelf_linux.sh: New file.
440 * emulparams/shlelf_linux.sh: New file.
441
f9989030
AM
4422000-09-06 Alan Modra <alan@linuxcare.com.au>
443
444 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
445 try shuffling sections when the orphan happens to be the place
446 holder. Keep count of unique section names generated so we speed
447 the search for a new name.
448
58cccadb
AO
4492000-09-06 Alexandre Oliva <aoliva@redhat.com>
450
451 * configure: Rebuilt with new libtool.m4.
452
5b343f5a
NC
4532000-09-05 Nick Clifton <nickc@redhat.com>
454
455 * Makefile.in: Regenerate.
456 * aclocal.m4: Regenerate.
457 * configure: Regenerate.
458 * config.in: Regenerate.
459 * po/ld.pot: Regenerate.
460
461 * ldint.texinfo: Remove CVS revision marker - it foils local
462 comparisons.
463
464 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 465
a854a4a7
AM
4662000-09-05 Alan Modra <alan@linuxcare.com.au>
467
3231d22e
AM
468 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
469 to stub section flags.
470 (hppa_for_each_input_file_wrapper): New.
471 (hppa_lang_for_each_input_file): New.
472 (lang_for_each_input_file): Define to call above.
473 (multi_subspace): New.
474 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
475 (PARSE_AND_LIST_PROLOGUE): Define.
476 (PARSE_AND_LIST_LONGOPTS): Define.
477 (PARSE_AND_LIST_OPTIONS): Define.
478 (PARSE_AND_LIST_ARGS_CASES): Define.
479 (hppaelf_finish): Call elf32_hppa_set_gp.
480 (hppaelf_set_output_arch): Remove.
481 (LDEMUL_SET_OUTPUT_ARCH): Remove.
482
483 * emulparams/hppalinux.sh (ELFSIZE): Define.
484 (MACHINE): Define.
485 (OTHER_READONLY_SECTIONS): Define.
486 (DATA_PLT): Define.
487 (GENERATE_SHLIB_SCRIPT): Define.
488
5f992e62
AM
489 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
490 to const throughout. Change `void *' to `PTR' throughout.
491 (lang_memory_default): Function is local to file, add `static'.
492
493 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
494 (ehppalinux.c): Likewise.
495 (earmelf.c): Likewise.
496 (earmelf_linux.c): Likewise.
497 (earmelf_linux26.c): Likewise.
498 * Makefile.in: Regenerate.
499
a854a4a7
AM
500 * ld.h (ld_config_type): Add unique_orphan_sections.
501 * lexsup.c (OPTION_UNIQUE): Define.
502 (ld_options): Add "--unique".
503 (parse_args): Handle it.
504 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
505 search for an existing output section if unique_orphan_sections is
506 set. Make use of bfd_get_unique_section_name rather than
507 duplicating code here.
508 * ld.texinfo: Describe --unique.
509
510 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
511 optional arg to split-by-file.
512 (parse_args): Handle them.
513 * ld.texinfo: Update description of these options.
514 * ldwrite.c (clone_section): Pass in the section name. Replace
515 local code with bfd_get_unique_section_name.
516 (split_sections): Tidy code and comments. Use a list traversal
517 more appropriate to the list construction. Handle cooked section
518 sizes. Split when split_by_reloc reached rather than exceeded.
519 Track section size and split when split_by_file reached. Fix
520 link_order_tail (even though it's not used).
521 (ldwrite): Modify condition for calling split_sections to suit
522 changed split_by_reloc and split_by_file.
523 * ldmain.c (main): Init config.split_by_reloc and
524 config.split_by_file to -1.
525 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
526 Change split_by_file to bfd_size_type.
527
18e03609
NC
5282000-09-02 Nick Clifton <nickc@redhat.com>
529
530 * configure.in: Increase version number to 2.10.91.
531 * NEWS: Mention new ability to support removal of duplicate DWARF2
532 debug information.
533 * configure: Regenerate.
534 * aclocal.m4: Regenerate.
535 * config.in: Regenerate.
536
3a9d486c
NC
5372000-09-02 Daniel Berlin <dberlin@redhat.com>
538
539 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
540 sections.
541 * scripttempl/elf32var.sc: Ditto.
542 * scripttempl/elfd10v.sc: Ditto.
543 * scripttempl/elfd30v.sc: Ditto.
544 * scripttempl/elfi370.sc: Ditto.
545 * scripttempl/elfm68hc11.sc: Ditto.
546 * scripttempl/elfm68hc12.sc: Ditto.
547 * scripttempl/elfi386beos.sc: Ditto.
548 * scripttempl/v850.sc: Ditto.
50bbae35 549
ac48eca1
AO
5502000-08-31 Alexandre Oliva <aoliva@redhat.com>
551
552 * acinclude.m4: Include libtool and gettext macros from the
553 top level.
554 * aclocal.m4, configure: Rebuilt.
555
c13b1b77
NC
5562000-08-25 Nick Clifton <nickc@redhat.com>
557
558 * ldlang.c (open_output): When choosing the target for a
559 particular endianness, do nothing if the target is not
560 supported.
561
dcb0bd0e
L
5622000-08-25 H.J. Lu <hjl@gnu.org>
563
564 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
565 check -rpath nor LD_RUN_PATH for cross link.
566 * ld.texinfo: Document the change.
567
5bcac8a4
HPN
5682000-08-24 Hans-Peter Nilsson <hp@axis.com>
569
570 * NEWS: Mention support for CRIS.
571
6dd8c765
L
5722000-08-23 H.J. Lu <hjl@gnu.org>
573
574 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
575 the current runpath list from bfd_elf_get_runpath_list ()
576 before search.
577
ec4eb78a
L
5782000-08-22 H.J. Lu <hjl@gnu.org>
579
580 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
581 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
582 LD_LIBRARY_PATH for native linker. Display the needed DSO if
583 trace_file_tries is non-zero.
584 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
585 if trace_file_tries is non-zero.
586
587 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 588 * NEWS: Mention it.
ec4eb78a 589
22b36938
JE
5902000-08-14 Jason Eckhardt <jle@cygnus.com>
591
592 * NEWS: Mention i860 support.
593
d73e9da0
AS
5942000-08-14 Andreas Schwab <schwab@suse.de>
595
596 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 597 syntax.
d73e9da0 598
9ac4db9c
GK
5992000-08-10 Geoff Keating <geoffk@cygnus.com>
600
601 * scripttempl/elf.sc: Add a comment giving the correspondence
602 between sections, per-datum sections, and linkonce sections. Make
603 the comment true even for .bss, .sdata, .sdata2, .sbss, and
604 .sbss2.
605
165589e4
JE
6062000-08-10 Jason Eckhardt <jle@cygnus.com>
607
608 * emulparams/elf32_i860.sh: New file.
609 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
610 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
611 (eelf32_i860.c): New rule.
612 * Makefile.in: Regenerate.
613
345a835d
NC
6142000-08-10 Nick Clifton <nickc@cygnus.com>
615
616 * emulparams/mipspe.sh (ENTRY): Add definition.
617
e374f1d9
NC
6182000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
619
620 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
621 in error message.
622
236d5abf
NC
6232000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
624
625 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
626 the final size of .bss section.
627 * scripttempl/elfm68hc12.sc: Likewise.
628
4b209b22
AM
6292000-08-04 Alan Modra <alan@linuxcare.com.au>
630
631 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
632 gld${EMULATION_NAME}_parse_args for consistency. Combine
633 lastoptind and prevoptind vars, and keep track of last optind.
634 (gld_${EMULATION_NAME}_list_options): Rename to
635 gld${EMULATION_NAME}_list_options.
636
28423a68
AM
6372000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
638
639 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
640 (i586-sco-sysv5uw7.1.0).
641
b2009ff7
L
6422000-07-27 H.J. Lu <hjl@gnu.org>
643
644 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
645 (PARSE_AND_LIST_PROLOGUE): New.
646 (PARSE_AND_LIST_LONGOPTS): Likewise.
647 (PARSE_AND_LIST_OPTIONS): Likewise.
648 (PARSE_AND_LIST_ARGS_CASES): Likewise.
649 (PARSE_AND_LIST_EPILOGUE): Likewise.
650
04925e1e
AM
6512000-07-28 Alan Modra <alan@linuxcare.com.au>
652
41392f03
AM
653 * emultempl/armelf.em: Elide functions common to elf32.em,
654 ie. most of the file.
655 (arm_elf_after_open): New. Do arm specific things then call
656 gld${EMULATION_NAME}_after_open.
657 (arm_elf_before_allocation): New. Call
658 gld${EMULATION_NAME}_before_allocation then do arm specifics.
659 (PARSE_AND_LIST_PROLOGUE): Define.
660 (PARSE_AND_LIST_SHORTOPTS): Define.
661 (PARSE_AND_LIST_LONGOPTS): Define.
662 (PARSE_AND_LIST_OPTIONS): Define.
663 (PARSE_AND_LIST_ARGS_CASES): Define.
664 (LDEMUL_AFTER_OPEN): Define.
665 (LDEMUL_BEFORE_ALLOCATION): Define.
666 (LDEMUL_BEFORE_PARSE): Define.
667 (LDEMUL_FINISH): Define.
668
669 * emultempl/hppaelf.em: Similarly zap most of this file.
670 (hppaelf_add_stub_section): Prototype.
671 (hppaelf_layaout_sections_again): Prototype.
672 (hook_in_stub): Prototype.
673 (LDEMUL_SET_OUTPUT_ARCH): Define.
674 (LDEMUL_FINISH): Define.
675 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
676
677 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
678 (EXTRA_EM_FILE): New.
679 * emulparams/armelf_linux.sh: Likewise.
680 * emulparams/armelf_linux26.sh: Likewise.
681 * emulparams/hppalinux.sh: Likewise.
682 * emulparams/hppaelf.sh: Likewise.
683 (NOP): Define.
684
685 * emultempl/elf32.em: Fix formatting.
686 (EXTRA_EM_FILE): Source it.
687 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
688 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
689 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
690 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
691 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
692 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
693 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
694 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
695 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
696 allow functions in this file to be overridden.
697 (PARSE_AND_LIST_SHORTOPTS): Handle it.
698
699 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
700
04925e1e
AM
701 * emultempl/elf32.em: Reorganize file.
702
88cdf297
NC
7032000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
704
705 * emulparams/elf64alpha.sh: Implement "-taso" emulation
706 specific option to fit 64-bit executable in the lower
707 31-bit address range. This is done by changing start
708 address of .interp (the very first section of executable)
709 and then setting EF_ALPHA_32BIT elf header flag.
710
20bccb34
NC
7112000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
712
713 * emultempl/m68kcoff.em: New file.
714 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
715 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
716 generic.em.
717 * Makefile.in: Regenerate.
718
699845ef
L
7192000-07-20 H.J. Lu <hjl@gnu.org>
720
721 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
722 and "disable-new-dtags" to stop getopt from treating -d/-e as
723 abbreviations for these options.
724
6c1439be
L
7252000-07-20 H.J. Lu <hjl@gnu.org>
726
727 * ld.texinfo: Add documentation for --disable-new-dtags and
728 --enable-new-dtags.
729
730 * ldmain.c (main): Initialize link_info.new_dtags to false.
731
732 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
733 --disable-new-dtags and --enable-new-dtags.
734 (gld_${EMULATION_NAME}_list_options): Likewise.
735
28c309a2
NC
7362000-07-05 Kenneth Block <krblock@computer.org>
737
50bbae35
AM
738 * ld/lexsup.c: Add optional style to demangle switch
739 * ld/ld.texinfo: Document optional style to demangle switch.
740
9d06555c
HPN
7412000-07-20 Hans-Peter Nilsson <hp@axis.com>
742
743 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
744 ecrislinux.o.
745 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
746 Regenerate dependencies.
747 * Makefile.in: Rebuild.
748 * configure.tgt (cris-*-*): New target.
749 * emulparams/crisaout.sh, emulparams/criself.sh,
750 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
751 * po/POTFILES.in, po/ld.pot: Regenerate.
752
19e3be22
L
7532000-07-20 H.J. Lu <hjl@gnu.org>
754
755 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
756 Print out ignored -z options.
757
e0ee487b
L
7582000-07-19 H.J. Lu <hjl@gnu.org>
759
19e3be22
L
760 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
761 (PARSE_AND_LIST_PROLOGUE): New.
762 (PARSE_AND_LIST_LONGOPTS): Likewise.
763 (PARSE_AND_LIST_OPTIONS): Likewise.
764 (PARSE_AND_LIST_ARGS_CASES): Likewise.
765
766 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
767
768 * lexsup.c (ld_options): Comment out 'z'.
769 (parse_args): Likewise.
770
771 * emultempl/elf32.em: Include "elf/common.h".
772 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
773 options.
774 (gld_${EMULATION_NAME}_list_options): Likewise.
775
776 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 777
49e56c49
L
7782000-07-19 H.J. Lu <hjl@gnu.org>
779
780 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
781 bfd_elf_set_dt_needed_soname ().
782
9d68bc82
DD
7832000-07-18 DJ Delorie <dj@cygnus.com>
784
785 * pe-dll.c (pe_dll_id_target): check object target name also
786
53db15ed
HPN
7872000-07-18 Hans-Peter Nilsson <hp@axis.com>
788
789 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
790 ${INIT_END} if relocating.
791 (.fini): Likewise ${FINI_START} and ${FINI_END}.
792
0ad8cf4c
DD
7932000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
794
795 * src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New search
796 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
797 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
798 errors introduced by the old dynamic lib search order.
799
874c8c99
DD
8002000-07-17 DJ Delorie <dj@cygnus.com>
801
802 * pe-dll.c (process_def_file): auto-export data items also
803 (pe_process_import_defs): also see if _imp_ form needed
804
5b4cf3f4
DD
8052000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
806
807 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
808 for dll import libraries
809
062739d1
NC
8102000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
811
812 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
813 gcc 2.95.2 and later.
814
1c64c4ed
NC
8152000-07-11 Kazu Hirata <kazu@hxi.com>
816
50bbae35
AM
817 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
818 message.
1c64c4ed 819
b71e2778
AM
8202000-07-10 Alan Modra <alan@linuxcare.com.au>
821
822 * ldemul.h (struct lang_input_statement_struct): Remove forward
823 declaration.
824 (struct search_dirs): Likewise.
825 * ldfile.h (struct lang_input_statement_struct): Likewise.
826 Protect file from multiple inclusion.
827 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
828 declaration from macro to file scope.
829
830 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
831 * ldgram.y: Likewise here.
832 * ldlang.c: And here.
833 * ldmain.c: And here.
834 * mpw-elfmips.c: And here.
835 * mpw-eppcmac.c: And here.
836 * emultempl/aix.em: And here.
837 * emultempl/armcoff.em: And here.
838 * emultempl/armelf.em: And here.
839 * emultempl/armelf_oabi.em: And here.
840 * emultempl/beos.em: And here.
841 * emultempl/elf32.em: And here.
842 * emultempl/hppaelf.em: And here.
843 * emultempl/linux.em: And here.
844 * emultempl/lnk960.em: And here.
845 * emultempl/pe.em: And here.
846 * emultempl/sunos.em: And here.
847 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
848 * mpw-idtmips.c: Ditto.
849 * emultempl/generic.em: Ditto.
850 * emultempl/gld960.em: Ditto.
851 * emultempl/gld960c.em: Ditto.
852 * emultempl/mipsecoff.em: Ditto.
853 * emultempl/ticoff.em: Ditto.
854 * emultempl/vanilla.em: Ditto.
855
856 * pe-dll.c: Include ldfile.h
857 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
858
859 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
860 arguments to bfd_elf32_size_dynamic_sections call.
861 (gldelf32ebmip_place_orphan): Add missing arguments to
862 lang_leave_output_section_statement call.
863
2ef53d66
L
8642000-07-10 H.J. Lu <hjl@gnu.org>
865
866 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
867 DLL_SUPPORT.
868 (strhash): Likewise.
869 (compute_dll_image_base): Likewise.
870 (pe_undef_found_sym): Likewise.
871 (pe_undef_cdecl_match): Likewise.
872 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
873 argument "arch" with ATTRIBUTE_UNUSED.
874
9a8cbb09
AM
8752000-07-10 Alan Modra <alan@linuxcare.com.au>
876
877 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
878
879 From Ryan Bradetich <rbradetich@uswest.net>
880 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 881
4900fc06
AM
8822000-07-09 Alan Modra <alan@linuxcare.com.au>
883
884 Changes to create multiple linker stubs, positioned immediately
885 before the section where they are required.
886 * emultempl/hppaelf.em: Include elf32-hppa.h.
887 (stub_sec, file_chain): Delete.
888 (hppaelf_create_output_section_statements): Don't make a stub
889 section here.
890 (hook_stub_info): New struct.
891 (hook_in_stub): New function.
892 (hppaelf_add_stub_section): New function.
893 (hppaelf_finish): Do nothing for relocateable links. Modify the
894 call to elf32_hppa_size_stubs. Move code for updating section
895 layout from here...
896 (hppaelf_layaout_sections_again): ..to here, a new function.
897
898 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
899 broken list handling. Pass in a pointer to the list.
900 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
901 for above changes.
902 (hppaelf_before_parse): Prototype.
903 (hppaelf_set_output_arch): Prototype.
904 (hppaelf_create_output_section_statements): Prototype.
905 (hppaelf_delete_padding_statements): Prototype.
906 (hppaelf_finish): Prototype.
907
908 Merge from elf32.em
909 * emultempl/hppaelf.em: Include ctype.h.
910 (struct orphan_save): New.
911 (gld${EMULATION_NAME}_place_orphan): New.
912 (output_rel_find): New.
913 (hppaelf_get_script): Update from elf32.em.
914 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
915 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 916 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
917
918 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
919 ehppalinux.o, sort it. Regenerate dependencies.
920 (ehppalinux.c): Depend on hppaelf.em
921 * Makefile.in: Regenerate.
922
923 * configure.tgt: targ_emul=hppalinux for hppa*linux
924
925 * emulparams/hppalinux.sh: New.
926 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
927
227aeb07
AM
9282000-07-08 Alan Modra <alan@linuxcare.com.au>
929
930 * lexsup.c (parse_args): Copy section name.
931
28609fd4 9322000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
602e90d3 933
2ef53d66 934 * emultempl/pe.em: institute the following search order for
602e90d3
DD
935 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
936 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
937 static lib (libfoo.a) if none of the above are found.
938
5f577f7d
DD
9392000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
940
50bbae35 941 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 942 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 943 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
944 (gld_${EMULATION_NAME}_parse): Handle.
945 (strhash): New static function.
50bbae35 946 (compute_dll_image_base): New static function.
5f577f7d
DD
947 (gld_${EMULATION_NAME}_set_symbols): Use.
948
9a8cbb09 9492000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
950
951 * MAINTAINERS: new
952
3548145d 9532000-07-01 Koundinya K <kk@ddeorg.soft.net>
50bbae35
AM
954
955 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
956 * emulparams/elf32btsmip.sh: New file.
957 * Makefile.am: Add traditional mips target.
958 * Makefile.in: Rebuild.
959
67798033
L
9602000-07-01 H.J. Lu <hjl@gnu.org>
961
962 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
963 automake to use YLWRAP.
964 * Makefile.in: Rebuild.
965
0bdaf48b
AM
9662000-07-01 Alan Modra <alan@linuxcare.com.au>
967
968 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
969 (CLEANFILES): Add DEPA.
970 * Makefile.in: Regenerate.
971
c9e769c2
TW
9722000-06-30 Timothy Wall <twall@ppc>
973
974 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
975 the page in the upper octet of the address.
976
65aa24b6
NC
9772000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
978
979 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
980
4667035e
AM
9812000-06-24 Alan Modra <alan@linuxcare.com.au>
982
983 * NEWS: arm-elf does --gc-sections too.
984
1581f8c9
AM
9852000-06-22 Alan Modra <alan@linuxcare.com.au>
986
987 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
988 find one.
989 * Makefile.in: Regenerate.
990
01580992
L
9912000-06-21 H.J. Lu <hjl@gnu.org>
992
993 * Makefile.am: Rebuild dependency.
994 * Makefile.in: Rebuild.
995
bbeb2e03
L
9962000-06-20 H.J. Lu <hjl@gnu.org>
997
998 * Makefile.am: Rebuild dependency.
999 * Makefile.in: Rebuild.
1000
74459f0e
TW
10012000-06-20 Timothy Wall <twall@cygnus.com>
1002
1003 * scripttempl/tic54xcoff.sc: New.
1004 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
1005 * gen-doc.texi: Add flag for TI COFF.
1006 * ld.texinfo: Add documentation for TI COFF handling switches.
1007 * emultempl/ticoff.em: New. TI COFF handling.
1008 * configure.tgt: Add tic54x target.
1009 * Makefile.am: Add tic54x target.
1010 * Makefile.in: Ditto.
1011
2ab47eed
AM
10122000-06-20 Alan Modra <alan@linuxcare.com.au>
1013
1014 * ldmain.c (set_scripts_dir): Correct pointer comparison when
1015 checking for backslashes.
1016
919e4093
AM
10172000-06-19 Alan Modra <alan@linuxcare.com.au>
1018
1019 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
1020
987fd5b4
AM
10212000-06-18 Alan Modra <alan@linuxcare.com.au>
1022
1023 * NEWS: Update list of targets supporting --gc-sections.
1024
1025 * scripttempl/elf.sc: KEEP .eh_frame contents.
1026 * scripttempl/elfd30v.sc: Same here.
1027
60bcf0fa
NC
10282000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
1029
1030 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
1031 and m68hc11 (elf).
1032 * Makefile.in: Rebuild.
1033 * configure.tgt: Recognize m68hc12 and m68hc11.
1034 * scripttempl/elfm68hc12.sc: New file.
1035 * emulparams/m68hc12elfb: New emulation.
1036 * emulparams/m68hc12elf: New emulation.
1037 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
1038 (includes a memory.x script to define the ROM and RAM banks).
1039 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
1040 New configuration files for support of Motorola 68hc11
1041
c7c54483
AM
10422000-06-15 Alan Modra <alan@linuxcare.com.au>
1043
1044 * ldmain.c (main): Only change SEC_READONLY for final link.
1045
bcef29e6
L
10462000-06-13 H.J. Lu <hjl@gnu.org>
1047
1048 * configure: Regenerate.
1049
946efd95
DB
10502000-06-08 David O'Brien <obrien@FreeBSD.org>
1051
1052 * configure.in (VERSION): Update to show this is the CVS mainline.
1053
57a6fd07
DB
10542000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1055
1056 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
1057 input objects to be ECOFF.
1058 (check_sections): einfo takes %B, not %P, to print a BFD name.
1059
e06cae36
L
10602000-06-05 Michael Matz <matz@ifh.de>
1061
1062 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
1063 version scripts.
1064
1065 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
1066
2f0b56c0
DC
10672000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
1068
1069 * emulparams/avr1200.sh (STACK): Define as 0.
1070 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1071 * emulparams/avr4433.sh (STACK): Likewise.
1072 * emulparams/avr44x4.sh (STACK): Likewise.
1073 * emulparams/avr85xx.sh (STACK): Likewise.
1074 * emulparams/avrmega103.sh (STACK): Likewise.
1075 * emulparams/avrmega161.sh (STACK): Likewise.
1076 * emulparams/avrmega603.sh (STACK): Likewise.
1077 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
1078 (__stack): Define from ${STACK} for main().
1079
2114f57b
AM
10802000-05-26 Alan Modra <alan@linuxcare.com.au>
1081
1082 * Makefile.am: Update dependencies with "make dep-am"
1083 * Makefile.in: Regenerate.
1084
5af11cab
AM
10852000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
1086
1087 * ldmain.c: Include filenames.h.
1088 (set_scripts_dir): Support backslashes in program name.
1089
1f0df59a
NC
10902000-05-22 Igor Shevlyakov <igor@windriver.com>
1091
1092 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
1093 read-only, don't forget to reset SEC_READONLY because it
1094 could be already set.
1f0df59a 1095
176355da
NC
10962000-05-22 Thomas de Lellis <tdel@windriver.com>
1097
50bbae35
AM
1098 * ld.1: Add documentation for new command line option:
1099 --section-start <sectionname>=<sectionorg>
1100 This is a generic version of -Ttext etc. which accepts
1101 any section name as a parameter instead of just text/data/
1102 bss.
1103 * ld.texinfo: More docs.
1104 * NEWS: More docs.
1105 * lexsup.c: (parse_args): Recognize new command line option.
176355da 1106 (ld_options): Add new option.
50bbae35 1107
8c5ff972
L
11082000-05-18 H.J. Lu <hjl@gnu.org>
1109
1110 * lexsup.c (parse_args): `i' == `r', not `q'.
1111
0b76fe77
JL
1112Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
1113
1114 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1115
a712da20
NC
11162000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
1117 Rick Gorton <gorton@scrugs.lkg.dec.com>
50bbae35 1118
a712da20
NC
1119 Add support for '-q' == '--emit-relocs' switch.
1120 * ldmain.c (main): Default to false.
1121 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1122 * NEWS: Describe the emitrelocations switch.
1123 * ld.texinfo: Describe the emitrelocations switch.
1124
690a460e
NC
11252000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
1126
1127 * ld/emultempl/pe.em (_open_dynamic_archive): New function: Search
1128 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1129 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1130 link options.
50bbae35 1131
c2f1343c
AM
11322000-05-15 David O'Brien <obrien@FreeBSD.org>
1133
1134 * lexsup.c (parse_args): Update the year in the copyright notice.
1135
897083bd
AM
11362000-05-13 Alan Modra <alan@linuxcare.com.au>
1137
1138 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1139 Replace defines with those from intl/libgettext.h to quieten gcc
1140 warnings.
1141
cd4c806a
L
11422000-05-10 H.J. Lu <hjl@gnu.org>
1143
1144 * ldlang.c (open_input_bfds): Don't load the same file within
1145 a group again if the whole archive has been loaded already.
1146
93697284
AM
11472000-05-03 Alan Modra <alan@linuxcare.com.au>
1148
1149 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1150 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1151 strtoul.
1152
ebd6fc29
JW
1153Mon May 1 17:34:34 2000 Jim Wilson <wilson@cygnus.com>
1154
99a4150f 1155 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 1156
ebd6fc29
JW
1157 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1158 host "ia64-*-linux-gnu*".
1159
a1934524
AM
11602000-04-29 Andreas Jaeger <aj@suse.de>
1161
1162 * ld.h: Correctly check GCC version.
1163
730a39a0
JL
1164Tue Apr 25 11:20:43 2000 Jeffrey A Law (law@cygnus.com)
1165
1166 * Makefile.am: Add PA64 support. Add missing dependencies for
1167 PA32 elf support.
1168 * Makefile.in: Rebuilt.
1169 * configure.tgt: Add PA64 support (currently disabled).
1170
aea4bd9d
AM
11712000-04-25 Alan Modra <alan@linuxcare.com.au>
1172
1173 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
1174 (output_rel_find): New function.
1175 (hold_section, hold_use): Delete.
1176 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1177 hold_interp): Make local to place_orphan.
1178 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
1179 rather than place_section to find possible previous use of orphan.
1180 Similarly find the place-holder output sections. Use returned
1181 value from lang_enter_output_section_statement rather than calling
1182 lang_output_section_statement_lookup.
1183 * emultempl/armelf.em: Same here.
1184 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
1185
1186 * ldlang.c (lang_enter_output_section_statement): Return output
1187 section statement.
1188 * ldlang.h (lang_enter_output_section_statement): Change
1189 declaration too.
1190
1191 * ldlang.h (lang_output_section_statement): Export it.
1192 * ldlang.c (lang_output_section_statement): Ditto.
1193
2b5fc1f5
NC
11942000-04-24 Nick Clifton <nickc@cygnus.com>
1195
1196 * ld.texinfo (Output Section Data): Add note that section data
1197 commands cannot appear outside of section directives.
1198
d8475ff6
JL
11992000-04-2 Matthew Green <mrg@cygnus.com>
1200
1201 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
1202
800eeca4
JW
1203Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
1204 David Mosberger <davidm@hpl.hp.com>
1205
1206 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
1207 (eelf64_ia64.c): New rule.
1208 * Makefile.in: Rebuild.
1209 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
1210 * emulparams/elf64_ia64.sh: New file.
50bbae35 1211
c9637625
RH
12122000-04-21 Richard Henderson <rth@cygnus.com>
1213
1214 * scripttempl/elfd30v.sc: Place .gcc_except_table.
1215
28ea9521
AM
12162000-04-19 Alan Modra <alan@linuxcare.com.au>
1217
1218 * dep-in.sed: Match space at start of file name, not at end.
1219
20d04697
L
12202000-04-18 H.J. Lu <hjl@gnu.org>
1221
1222 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
1223 lang_leave_output_section_statement () after calling
1224 lang_enter_output_section_statement ().
1225 * emultempl/armelf.em: Likewise.
1226
5ba47421
AM
12272000-04-18 Alan Modra <alan@linuxcare.com.au>
1228
1229 * emultempl/elf32.em (struct orphan_save): Add section field.
1230 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
1231 better order, and place first orphan section as we did before the
1232 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
1233 Don't call make_bfd_section here, let wild_doit do the job for us.
1234 Don't build a statement list when we'll only throw it away.
1235 * emultempl/armelf.em: Ditto.
1236 * emultempl/pe.em: Similarly.
1237
bdbe5705
GK
12382000-04-14 Geoff Keating <geoffk@cygnus.com>
1239
1240 * scripttempl/elfppc.sc: Remove.
1241 * emulparams/elf32ppc.sh: Use elf.sc.
1242 * emulparams/elf32lppc.sh: Use elf.sc.
1243 * emulparams/elf32ppclinux.sh: Use elf.sc.
1244 * emulparams/elf32ppcsim.sh: New file.
1245 * emulparams/elf32lppcsim.sh: New file.
1246 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
1247 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
1248 * Makefile.in: Regenerate.
1249 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
1250
01cc8ff8
AM
12512000-04-14 Alan Modra <alan@linuxcare.com.au>
1252
5ba47421 1253 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 1254 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
1255 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1256 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
1257 Also set all relocateable section start addresses.
1258
6c86c541
GK
12592000-04-13 Geoff Keating <geoffk@cygnus.com>
1260
1261 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
1262 Add new BSS_PLT variable for when .plt need not be contained in
1263 the file. Move _etext so that it is also after .fini, and provide
1264 both etext and _etext with a leading underscore. Mark the start
1265 and end of .sbss.
1266
6a345e87
AM
12672000-04-12 Alan Modra <alan@linuxcare.com.au>
1268
1269 * emultempl/elf32.em (struct orphan_save): New.
1270 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1271 hold_interp): Make them struct orphan_save.
1272 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
1273 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
1274 the end of the relevant section list. Also add associated section
1275 statements to the end of any previous orphan statements.
1276 * emultempl/armelf.em: Similarly.
1277 * emultempl/pe.em: Similarly.
1278
8be86746
AM
12792000-04-11 Alan Modra <alan@linuxcare.com.au>
1280
1281 * ld.texinfo (Simple Example): Remove extraneous paragraph.
1282
a2d91340 1283Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
50bbae35 1284
a2d91340 1285 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 1286 --enable-build-warnings option.
a2d91340
AC
1287 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1288 * Makefile.in, configure: Re-generate.
1289
41b49281
AM
12902000-04-04 Alan Modra <alan@linuxcare.com.au>
1291
8ad3436c
AM
1292 * po/ld.pot: Regenerate.
1293
1294 * lexsup.c (help): Restore translated part of bug string.
1295
41b49281
AM
1296 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1297 (DEP): Quote when passing vars to sub-make. Add warning message
1298 to end.
1299 (DEP1): Rewrite for "gcc -MM".
1300 (CLEANFILES): Add DEP2.
1301 Update dependencies.
1302 * Makefile.in: Regenerate.
1303
c20f4f8c
AM
13042000-04-03 Alan Modra <alan@linuxcare.com.au>
1305
1306 * ld.h: #include "bin-bugs.h"
1307 * lexsup.c (help): Use REPORT_BUGS_TO.
1308
adde6300
AM
13092000-03-27 Denis Chertykov <denisc@overta.ru>
1310
1311 * configure.tgt (avr-*-*): New target support.
1312 * Makefile.am: Likewise.
1313 * scripttempl/elf32avr.sc: New script file.
1314 * emulparams/avr1200.sh: New file.
1315 * emulparams/avr23xx.sh: New file.
1316 * emulparams/avr4433.sh New file.
1317 * emulparams/avr44x4.sh New file.
1318 * emulparams/avr85xx.sh New file.
1319 * emulparams/avrmega103.sh New file.
1320 * emulparams/avrmega161.sh New file.
1321 * emulparams/avrmega603.sh New file.
1322 * Makefile.in: Regenerate.
1323
9282ff41
L
13242000-03-09 Andreas Jaeger <aj@suse.de>
1325
1326 * Makefile.am (check-DEJAGNU): Also unset LANG.
1327 * Makefile.in: Rebuild.
1328
a9998805
ILT
13292000-03-06 Ian Lance Taylor <ian@zembu.com>
1330
1331 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
1332 archive.
1333
f9bc20e7
NC
13342000-03-02 H.J. Lu <hjl@gnu.org>
1335
1336 * emulparams/elf32mcore.sh: Include "getopt.h".
1337
4e277b38
ILT
13382000-03-01 Ian Lance Taylor <ian@zembu.com>
1339
1340 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
1341
f0c87f88
NC
13422000-03-01 H.J. Lu <hjl@gnu.org>
1343
1344 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
1345 * emulparams/shpe.sh: Likewise.
1346
13472000-03-01 Nick Clifton <nickc@cygnus.com>
1348
1349 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
1350 to unused parameters.
1351
1352 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
1353 functions only used by DLL code.
1354 (_place_orphan): Initialise 'dollar'.
1355
b6f29aaa
L
13562000-03-01 H.J. Lu <hjl@gnu.org>
1357
1358 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
1359 indicate if the undefined symbol is a fatal error or not.
1360 Don't delete the output file if "fatal" is false.
1361
af28fce3
L
13622000-02-29 H.J. Lu <hjl@gnu.org>
1363
50bbae35 1364 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
1365 Set LC_COLLATE and LC_ALL to null and export them. It is for
1366 sort which expects the C locale.
1367 Add $(LIBS) to all $(HOSTING_LIBS).
1368 * Makefile.in: Rebuild.
1369
40d109bf
AM
13702000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
1371
1372 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
1373 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
1374 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
1375 (ld_emulation_xfer_struct): Add missing NULL initialiser for
1376 find_potential_libraries.
1377
db5be682
JB
13782000-02-28 Jim Blandy <jimb@redhat.com>
1379
1380 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 1381 list entries; the lexer considers commas to be valid part of a
db5be682
JB
1382 filename, so in something like `foo, bar' the comma is considered
1383 part of the first filename, `foo,'.
1384 * ld.texinfo: Update section on EXCLUDE_FILE lists.
1385
3558ff4c
ILT
13862000-02-27 Loren J. Rittle <ljrittle@acm.org>
1387
1388 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1389 host "i[3456]86-*-freebsdelf*".
1390
4eee2681
ILT
13912000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
1392
1393 * scripttempl/i386go32.sc: Move misplaced semicolons.
1394
8d75d12d
ILT
13952000-02-25 Ian Lance Taylor <ian@zembu.com>
1396
1397 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
1398 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
1399 (eelf64hppa.c, ehppaelf.c): Remove targets.
1400 * Makefile.in: Rebuild.
1401
a1836d49
AO
14022000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1403
ad51fb57
AO
1404 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
1405 GNU/Linux/sparc, but keep the default as 32.
1406
a1836d49
AO
1407 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
1408 it default if sparcv9 or sparc64.
1409
344a211f
NC
14102000-02-24 Nick Clifton <nickc@cygnus.com>
1411
1412 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
1413 * Makefile.in: Regenerate.
1414 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
1415
1416 * ldemul.h (ld_emulation_xfer_struct): Add new field:
1417 find_potential_libraries.
1418 * ldemul.c (ldemul_find_potential_libraries): New function.
1419
1420 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 1421 exported.
344a211f
NC
1422 (ldfile_open_file): Call ldemul_find_potential_libraries.
1423 * ldfile.h: Add prototype for ldfile_open_file_search.
1424
1425 * pe-dll.c: Add support for ARM, MIPS and SH targets.
1426
1427 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
1428 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
1429
1430 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
1431 (gld_X_find_potential_libraries): New function. Search for
1432 libraries called "*.lib".
1433
1434 * scriptempl/pe.sc: Add .pdata section.
1435
eaba1dd3
RH
14362000-02-23 Richard Henderson <rth@cygnus.com>
1437
1438 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
1439 Add and use memory regions.
1440
5b93d8bb
AM
14412000-02-23 Linas Vepstas (linas@linas.org)
1442
1443 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
1444
1445 * Makefile.am: Add support for Linux/IBM 370.
1446 * configure.tgt: Likewise.
1447
1448 * Makefile.in: Regenerate.
1449
f6af82bd
AM
14502000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1451
1452 * ldlang.c (print_input_section, print_data_statement,
1453 print_reloc_statement, print_padding_statement, insert_pad,
1454 size_input_section, lang_check_section_addresses,
1455 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 1456 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
1457 (lang_do_assignments): Also change `size' to unsigned.
1458
9e673ad1
RH
14592000-02-16 Richard Henderson <rth@cygnus.com>
1460
1461 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
1462
562d3460
TW
14632000-02-16 Timothy Wall <twall@cygnus.com>
1464
1465 * mri.c (mri_draw_tree): Add default LMA region argument to call
1466 to lang_leave_output_section_statement.
1467 * ldlang.h: Update prototypes with LMA region arguments.
1468 * ldlang.c (lang_size_sections): Encapsulate region bounds
1469 checking in os_check_region call.
1470 (os_check_region): New function.
1471 (lang_output_section_statement_lookup): Initialize lma_region.
1472 (lang_leave_output_section_statement): Add LMA region argument.
1473 (lang_leave_overlay): Ditto.
1474 * ldgram.y: Handle LMA region syntax.
1475 * ld.texinfo (Output Section Description): Describe LMA region usage.
1476 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 1477 lma region in call to lang_leave_output_section_statement.
562d3460 1478 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 1479 lma region in call to lang_leave_output_section_statement.
562d3460 1480 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 1481 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
1482
1483
9e4ed18c
TW
14842000-02-04 Timothy Wall <twall@redhat.com>
1485
1486 * ldlang.c (lang_check_section_addresses): Use bytes instead of
1487 octets when calculating section end addresses.
1488
32edc927
TW
14892000-02-04 Timothy Wall <twall@redhat.com>
1490
1491 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
1492
4cbfc3ac
TW
14932000-02-03 Timothy Wall <twall@redhat.com>
1494
1495 * ld/ldexp.c (fold_name): Make SIZEOF operator return byte count, not
1496 octet count.
1497 * ld/ldlang.c (print_input_section, print_data_statement,
1498 print_reloc_statement, print_padding_statement): Print target
1499 address values and section sizes as bytes, not octets.
1500 (insert_pad) Calculate padding size in octets, and adjust "dot"
1501 by bytes.
1502 (size_input_section) Always adjust "dot" by bytes, not octets.
1503 (lang_check_section_addresses, lang_do_assignments) Adjust
1504 "dot" by bytes, not octets. Use the larger of the directive size
1505 or octets_per_byte for the number of octets actually allocated in
1506 the output section.
1507 (lang_set_startof) Make sure STARTOF returns a target address.
1508 (lang_one_common) Record size changes in octets.
1509 (lang_abs_symbol_at_end_of) Section end symbol's value is
1510 recorded in target bytes.
1511 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
1512 to be clear about behavior when an octet is smaller than one byte.
50bbae35 1513
305c7206
AM
15142000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1515
1516 * ldcref.c (output_cref): Don't pass message strings to printf
1517 as format arg.
1518 Update copyright.
1519
1520 * ldmisc.c (vfinfo): Same here.
1521 Update copyright.
1522
e1c47aa4
AM
15232000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
1524
1525 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
1526 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
1527 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
1528 Add missing NULL initialisers, and comments.
1529
1530 * testsuite/ld-srec/sr3.cc (__rethrow): New.
1531
13392b77
NC
15322000-01-21 Nick Clifton <nickc@cygnus.com>
1533
1534 * ldlang.c (lang_size_sections): Fix typo in comment.
1535
cce4c4c5
NC
15362000-01-18 H.J. Lu <hjl@gnu.org>
1537
1538 * ldlang.c (lang_size_sections): Also update the current
1539 address of a region if the SEC_NEVER_LOAD bit is not set.
1540
0decc840
NC
15412000-01-10 Philip Blundell <pb@futuretv.com>
1542
1543 * configure.tgt (arm*-*-conix*): New target.
1544
4e53152f
NC
15452000-01-07 Nick Clifton <nickc@cygnus.com>
1546
1547 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
1548 line switches with -Wl, (or whatever is appropriate) if it is
1549 being invoked by a comnpiler driver program.
50bbae35 1550 Fix description of the behaviour of the -n command line switch.
4e53152f 1551
18625d54
CM
1552Wed Jan 5 08:02:12 2000 Catherine Moore <clm@cygnus.com>
1553
1554 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
1555 (name_list): New.
1556 * ld.texinfo (EXCLUDE_FILE): Update documentation.
1557 * ldgram.y (wildcard_spec): Support a list of excluded_files.
1558 (exclude_name_list): New.
1559 ldlang.c (walk_wild_section): Support list of excluded files.
1560 (print_wild_statement): Likewise.
1561 (lang_add_wild): Likewise.
1562 * ldlang.h (lang_wild_statement_type): Likewise.
1563 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 1564
5aaace27
NC
15652000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1566
870df5dc
NC
1567 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
1568 (process_def_file): Use.
1569 (pe_dll_compat_implib): New variable.
1570 (make_one): Use.
50bbae35 1571
870df5dc
NC
1572 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
1573 pe_dll_compat_implib.
50bbae35
AM
1574
1575 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
1576 compat-implib options.
1577 (gld_${EMULATION_NAME}_list_options): List new options.
1578 (gld_${EMULATION_NAME}_parse_args): Handle.
1579
50bbae35 1580 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 1581 dll.
50bbae35
AM
1582
1583 * deffilep.y (opt_name): Allow "." in name.
5aaace27 1584
2f6d2f85 1585For older changes see ChangeLog-9899
252b5132
RH
1586\f
1587Local Variables:
1588mode: change-log
1589left-margin: 8
1590fill-column: 74
1591version-control: never
1592End:
This page took 0.1672 seconds and 4 git commands to generate.