2001-06-29 Andreas Jaeger <aj@suse.de>
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
9f22353f
AM
12001-06-27 Alan Modra <amodra@bigpond.net.au>
2
3 * emulparams/hppa64linux.sh: New file.
4 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
5 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
6 (ehppa64linux.c): Add rule to make it.
7 Run "make dep-am".
8 * Makefile.in: Regenerate.
9
62bf86b4
HPN
102001-06-21 Hans-Peter Nilsson <hp@axis.com>
11
12 * ld.texinfo (Options, -r): Mention restrictions when using
13 different object formats.
14
429d935d
HPN
152001-06-19 Hans-Peter Nilsson <hp@axis.com>
16
17 * ldlang.c (lang_check): Emit fatal error if relocatable link
18 between different object flavours with relocations in input.
19
cb840a31
L
202001-06-19 H.J. Lu <hjl@gnu.org>
21
22 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
23 (--version-script): Mention the language support.
24
9bf03acc
L
252001-06-19 H.J. Lu <hjl@gnu.org>
26
27 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
28
c45021f2
NC
292001-06-18 H.J. Lu <hjl@gnu.org>
30
31 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
32 (diststuff): Add $(MANS).
33 * Makefile.in: Regenerated.
34
35 * ld.1: Removed.
36
6caa99ab
HPN
372001-06-18 Hans-Peter Nilsson <hp@axis.com>
38
605d9b3a
HPN
39 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
40 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
41 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
42 * ld.h (args_type): Remove member export_dynamic. All users
43 changed to use struct bfd_link_info member.
44
6caa99ab
HPN
45 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
46 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
47 * Makefile.in: Regenerate.
48
6f9efd97
L
492001-06-18 H.J. Lu <hjl@gnu.org>
50
51 * ldlang.c (init_os): Add the newline to the einfo call.
52 (lang_check): Likewise.
53 (lang_do_version_exports_section): Likewise.
54
5af9fd8b
L
552001-06-15 H.J. Lu <hjl@gnu.org>
56
57 * lexsup.c (parse_args); Save optind to report unrecognized
58 option.
59
2a096f04
HPN
602001-06-15 Hans-Peter Nilsson <hp@axis.com>
61
7e66c3f5
HPN
62 * ldlang.c (lang_check): Emit fatal error if relocatable link
63 between different object flavours.
64
2a096f04
HPN
65 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
66 Set new link_info member export_dynamic.
67 * ldmain.c (main): Initialize new link_info member export_dynamic.
68
6770ec8c
NC
692001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
70
71 * ldlang.c (walk_wild): Only call walk_wild_file if
72 lookup_name returns something.
73 (lookup_name): If load_symbols fails, return NULL.
74 (load_symbols): Chnage to a boolean function.
75 (open_input_bfds): If load_symbols fails then do not make the
76 executable.
77
8529105a
AM
782001-06-08 Alan Modra <amodra@bigpond.net.au>
79
80 * ldlang.c (record_bfd_errors): Remove.
81
82 * emultempl/aix.em: Fix copyright dates.
83
8f3aa7a0
AJ
842001-06-07 Andreas Jaeger <aj@suse.de>
85
86 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
87 (TEXT_START_ADDR): Likewise.
88
3277f888
AM
892001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
90
91 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
92
3763134d
DD
932001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
94
95 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
96
5929ebc0
L
972001-05-31 H.J. Lu <hjl@gnu.org>
98
99 * ldlang.c (open_input_bfds): Don't change the bfd error
100 handler whilst loading symbols.
101
c04a062d
NC
1022001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
103
104 * configure.tgt: Remove i370-mvs architecture, it is not currently
105 supported.
106
96fcab3e
L
1072001-05-25 H.J. Lu <hjl@gnu.org>
108
109 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
110 like emulparams/aixppc.sh.
111
db8d4f23
L
1122001-05-25 H.J. Lu <hjl@gnu.org>
113
114 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
115 setting of output_filename after bfd_scan_arch.
116 * emultempl/pe.em: Likewise.
117
5f642101
L
1182001-05-25 H.J. Lu <hjl@gnu.org>
119
120 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
121 like emulparams/aixppc.sh.
122
123 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
124 instead of ${srcdir}/emultempl/stringify.sed.
125
64e9ece0
TW
1262001-05-25 Timothy Wall <twall@oculustech.com>
127
128 * emulparams/elf64_aix.sh: Change settings to match IBM linker
8f3aa7a0 129 output.
64e9ece0 130
c709b096
AM
1312001-05-25 Alan Modra <amodra@one.net.au>
132
133 * configure.host: Replace linuxoldld with linux*oldld.
134 * configure.tgt: Likewise.
135
6cbdcc6f
L
1362001-05-24 H.J. Lu <hjl@gnu.org>
137
138 * emultempl/stringify.sed: Removed again.
139
86af25fe
L
1402001-05-24 H.J. Lu <hjl@gnu.org>
141
142 * emultempl/aix.em (OUTPUT_ARCH): Defined.
143 (gld${EMULATION_NAME}_before_parse): Initialize
144 ldfile_output_architecture, ldfile_output_machine and
145 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
146 * emultempl/beos.em: Likewise.
147 * emultempl/elf32.em: Likewise.
148 * emultempl/linux.em: Likewise.
149 * emultempl/mipsecoff.em: Likewise.
150 * emultempl/pe.em: Likewise.
151 * emultempl/sunos.em: Likewise.
152
3b1b01cf
TR
1532001-05-24 Tom Rix <trix@redhat.com>
154
8f3aa7a0 155 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3b1b01cf
TR
156 udate import file format.
157 (change_symbol_mode) New, same
158 (is_syscall) New, same
159 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
160 * emulparams/aixppc64.sh : same
161 * emulparams/aixrs6.sh : same
162 * emulparams/ppcmacos.sh : same
163 * emultempl/aix.em : use strtoull to parse options
164 * Makefile.am : add eaixppc64 emulation for xcoff64
165 * Makefile.in : same
166 * configure.tgt : same
167
168 * scripttempl/aix.sc : default text section offset to 0x10000000
169 default data section offset to 0x20000000
170 add .sv3264 and .sv64 pseudo sections
8f3aa7a0 171 loader and debug sections use the currect section offset.
3b1b01cf
TR
172
173 * emultempl/aix.em : Add xcoff64 support
174 Add -binitfini support
8f3aa7a0 175 (gld${EMULATION_NAME}_before_parse) -binitfini
3b1b01cf 176 (gld${EMULATION_NAME}_parse_args) same
8f3aa7a0 177 (gld${EMULATION_NAME}_before_allocation) format change for special
3b1b01cf
TR
178 sections
179
180 * emulparams/aixppc64.sh : New file for xcoff64 support
8f3aa7a0 181
57e6abd2
AO
1822001-05-23 Alexandre Oliva <aoliva@redhat.com>
183
184 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
185 variable to avoid non-portable shell construct.
186
d1cf510e
NC
1872001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
188
189 * ldmain.c (get_emulation): Add -mips5 command line argument.
190
506eee22
NC
1912001-05-22 Alexandre Oliva <aoliva@redhat.com>
192
193 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
194 (ELF_INTERPRETER_NAME): Define it.
195 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
196 it.
197 * configure.tgt (targ_emul, targ_extra_emuls)
198 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
199 as primary, elf_i386 as extra.
200 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
201 (eelf_i386_ldso.c): New rule.
202 * Makefile.in: Rebuilt.
203
2042001-05-22 Nick Clifton <nickc@redhat.com>
205
206 * lexsup.c (ld_options): Allow -I to be an alias for
207 --dynamic-linker. This is for Solaris compatability.
208 * ld.texinfo: Document that -I can be used.
209 * ld.1: Regenerate.
210
d1778b88
AM
2112001-05-16 Alan Modra <amodra@one.net.au>
212
213 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
214 whether an input section is the first one assigned to an output
215 section.
216 Assorted formatting fixes.
217
02649152
DD
2182001-05-14 DJ Delorie <dj@delorie.com>
219
220 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
221 * Makefile.in: Ditto.
222
579f31ac
JJ
2232001-05-11 Jakub Jelinek <jakub@redhat.com>
224
225 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
226 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
227 output sections.
228 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
229
8550eb6e
JJ
2302001-05-11 Jakub Jelinek <jakub@redhat.com>
231
232 * ldlang.c (lang_process): Call bfd_merge_sections.
233
8e5a525c
AM
2342001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
235
236 * ldgram.y: Fix typo.
237
1c9acd94
L
2382001-05-03 H.J. Lu <hjl@gnu.org>
239
240 * emultempl/elf32.em: Include "libiberty.h".
241 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
242 basename of the bfd filename.
243 (gld${EMULATION_NAME}_stat_needed): Likewise.
244 (gld${EMULATION_NAME}_try_needed): Likewise.
245 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
246
14fe918e
L
2472001-05-02 H.J. Lu <hjl@gnu.org>
248
249 * emultempl/pe.em: Include <ctype.h>.
250
c7e40348
NC
2512001-05-02 Johan Rydberg <jrydberg@opencores.org>
252
253 * emulparams/elf32openrisc.sh: New file.
254
255 * Makefile.am: Add OpenRISC target.
256 * Makefile.in: Regenerated.
257
258 * configure.tgt: Add openrisc-*-* mapping.
259
2602001-05-02 Nick Clifton <nickc@redhat.com>
261
262 * emultempl/aix.em: Replace buystring with xstrdup.
263 * emultempl/beos.em: Replace buystring with xstrdup.
8f3aa7a0 264
d1b2b2dc
L
2652001-05-02 H.J. Lu <hjl@gnu.org>
266
267 * ldfile.c: Include "libiberty.h".
268 * ldlex.l: Likewise.
269
270 * ldmisc.c (buystring): Removed.
271 * ldmisc.h: Likewise.
272
273 * ldfile.c: Replace buystring with xstrdup.
274 * ldlang.c: Likewise.
275 * ldlex.l: Likewise.
276 * ldmain.c: Likewise.
277 * ldmisc.c: Likewise.
278 * lexsup.c: Likewise.
279 * mpw-eppcmac.c: Likewise.
280
35714f2a
AJ
2812001-04-30 Andreas Jaeger <aj@suse.de>
282
283 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
284
884fb58e
NC
2852001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
286
287 * ldlang.c (load_symbols): Give emulation a chance
288 to process unrecognized file before fatal error is
289 reported, not after.
290
87748b32
NC
2912001-04-27 Sean McNeil <sean@mcneil.com>
292
293 * configure.tgt: Add arm-vxworks target.
294 * scripttempl/armcoff.sc: Support .text or .data as a section name
295 prefix.
296 Define _etext.
35714f2a 297
7ce691ae
C
2982001-04-13 J.T. Conklin <jtc@redback.com>
299
300 * ld.texinfo: Document --fatal-warnings.
301 * ld.1: Regenerate.
302
303 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
35714f2a 304 warnings have been turned into errors.
7ce691ae
C
305 * lexsup.c (OPTION_WARN_FATAL): Define.
306 (ld_options): Entry for --fatal-warnings.
307 (parse_args): Handle OPTION_WARN_FATAL.
308 * ld.h (ld_config_type): Add fatal_warnings field.
309
f5fa8ca2
JJ
3102001-04-13 Jakub Jelinek <jakub@redhat.com>
311
312 * ldmain.c (main): Default to discard_sec_merge.
313 * lexsup.c (OPTION_DISCARD_NONE): Define.
314 (ld_options): Add --discard-none.
315 (parse_args): Handle OPTION_DISCARD_NONE.
316 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
317 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
318 all its input sections match.
319
fdec3cfc
L
3202001-04-05 Steven J. Hill <sjhill@cotw.com>
321
322 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
323 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
324 (eelf32ltsmip.c): New target.
325 (eelf64btsmip.c): Likewise.
326 (eelf64ltsmip.c): Likewise.
327 * Makefile.in: Regenerated.
328
329 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
330 target.
331 (mips*-*-linux-gnu*): Likewise.
332
333 * emulparams/elf32ltsmip.sh: New. Traditional little endian
334 MIPS taget.
35714f2a 335 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
fdec3cfc
L
336 target.
337 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
338 endian target.
339
589bad82
HPN
3402001-04-05 Hans-Peter Nilsson <hp@axis.com>
341
342 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
343 correct value of __Stext here.
344 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
345 .startup section.
346
347 * emulparams/crislinux.sh: Remove FIXME.
348
94202e16
AM
3492001-04-02 Alan Modra <alan@linuxcare.com.au>
350
351 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
352 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
353
1268a053
HPN
3542001-03-27 Hans-Peter Nilsson <hp@axis.com>
355
356 * configure.tgt (cris-*-*): Change default emulation to criself.
357 (cris-*-*aout*): New rule.
358
d85e9ff7
AM
3592001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
360
361 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
362 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
363
0879a67a
AJ
3642001-03-26 Andreas Jaeger <aj@suse.de>
365
366 * ld.texinfo (Overview): Fix syntax in texi code.
367
0285c67d
NC
3682001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
369
370 * ld.texinfo: Put @c man indications to generate the ld man page.
371 When generating man, define all the variables. Define SEEALSO
372 and SYNOPSIS. Re-organize some lines to avoid the cross references.
373 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
374 (ld.1): Generate from ld.texinfo.
375 * Makefile.in: Regenerate.
376
c20ec07b
NC
3772001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
378
379 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
380 and '-fdata-sections'. Set the VMA of STABS sections to zero.
381
cc5ce052
UD
3822001-03-17 Ulrich Drepper <drepper@redhat.com>
383
384 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
385 is an absolute path look only for this file and not along the path.
386
a1ab1d2a
UD
3872001-03-17 Ulrich Drepper <drepper@redhat.com>
388
389 * emultempl/elf32.em (OPTION_GROUP): New macro.
390 Add new option Bgroup to longopts.
391 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
392 (gld*_list_options): Add -Bgroup and -z defs.
393 * ld.1: Document -Bgroup and -z defs.
394 * ld.texinfo: Likewise.
395
788fca5a
MM
3962001-03-07 Michael Meissner <meissner@redhat.com>
397
398 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
399 with sections created by -fdata-sections.
400 (.dynbss,.bss): Ditto.
401
1c7566d1
AM
4022001-03-05 Alan Modra <alan@linuxcare.com.au>
403
404 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
405 after_allocation_default, not gld..._before_allocation.
406
27b7e12d
AM
4072001-02-27 Alan Modra <alan@linuxcare.com.au>
408
409 * configure.in (BFD_VERSION): New.
410 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
411 * configure: Regenerate.
412 * Makefile.am: Run "make dep-am"
413 * Makefile.in: Regenerate.
414
2bc551c7
TW
4152001-02-26 Timothy Wall <twall@cygnus.com>
416
417 * emulparams/elf64_aix.sh: Add additional read-only sections;
418 uncomment lines which are now required.
419
1276aefa
NC
4202001-02-26 H.J. Lu <hjl@gnu.org>
421
422 * ldlang.c (open_input_bfds): Set the bfd error handler so
423 that problems can be caught whilst loading symbols.
424 (record_bfd_errors): New function: Report BFD errors and mark
425 the executable output as being invalid.
426
41c49998
TW
4272001-02-22 Timothy Wall <twall@cygnus.com>
428
429 * configure.host: Add configuration for ia64-*-aix*.
430 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
431 Add dependencies for eelf64_aix.c.
432 * Makefile.in: Regenerate.
433 * configure.tgt: Add ia64-*-aix* mapping.
434 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
a2b64bed 435 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
0879a67a
AJ
436 AIX-specific test.
437
78f85fd7
L
4382001-02-20 H.J. Lu <hjl@gnu.org>
439
440 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
441 false if we found the file.
442
1ac7e077 4432001-02-18 David O'Brien <obrien@FreeBSD.org>
fb33b906
DB
444
445 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
446 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
447
e135f41b
NC
4482001-02-18 lars brinkhoff <lars@nocrew.org>
449
450 * Makefile.am: Add PDP-11 target.
451 * configure.tgt: Likewise.
452 * emulparams/pdp11.sh: New file.
453
a842aceb
DB
4542001-02-17 David O'Brien <obrien@FreeBSD.org>
455
456 * configure.host: Add a generic FreeBSD configuration entry such that
457 all [modern] FreeBSD systems on all platforms will look the same.
458
24174db0
L
4592001-02-14 H.J. Lu <hjl@gnu.org>
460
461 * configure.tgt: Remove mention of earmelf_linux26.
462
30c3c13a
RH
4632001-02-13 Richard Henderson <rth@redhat.com>
464
465 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
466
b46a87b1
L
4672001-02-13 H.J. Lu <hjl@gnu.org>
468
469 * ldexp.h (node_type): Add etree_provided.
470 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
471 type to etree_provided if defined by PROVIDE. Allow updating
0879a67a 472 for etree_provided.
b46a87b1
L
473 (exp_print_tree): Handle etree_provided.
474 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
475 etree_provided.
476
f3988fd9
RH
4772001-02-09 David Mosberger <davidm@hpl.hp.com>
478
479 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
480 .IA_64.unwind.* pattern to unwind table section and
481 .IA_64.unwind_info* pattern to unwind info section.
482
a85d7ed0
NC
4832001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
484
485 * Makefile.am: Add linux target for S/390.
486 * Makefile.in: Likewise.
487 * configure.host: Likewise.
488 * configure.tgt: Likewise.
489 * emulparams/elf64_s390.sh: New file.
490 * emulparams/elf_s390.sh: New file.
491
780248c4
JJ
4922001-02-09 Jakub Jelinek <jakub@redhat.com>
493
494 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
495 targ_extra_libpath.
496 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
497
0e2534bd
PB
4982001-02-06 Philip Blundell <philb@gnu.org>
499
500 * Makefile.am: Remove mention of earmelf_linux26.
501 * Makefile.in: Regenerate.
502
46c1ea57
PB
5032001-02-04 Philip Blundell <philb@gnu.org>
504
505 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
506 * emulparams/armelf_linux26.sh: Delete.
507 * configure.tgt: Remove mention of armelf_linux26 emulation.
508
0088edd2
NC
5092001-02-01 Nick Clifton <nickc@redhat.com>
510
511 * ld.1: Replace occurances of -oformat with --oformat.
512
02aa14fb
AM
5132001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
514
515 * ldlang.c (lang_leave_overlay): Don't set lma_region when
516 load_base is specified.
517
f813923c
HPN
5182001-01-24 Hans-Peter Nilsson <hp@axis.com>
519
520 * emultempl/elf32.em: Correct spelling in comments and listed
521 options.
522
c1eb1488
AM
5232001-01-23 Alan Modra <alan@linuxcare.com.au>
524
525 * ldlang.c (lang_leave_overlay): Only set lma_region from the
526 default for the first section of a group of overlay sections.
527
d9fc3714
AM
5282001-01-22 Alan Modra <alan@linuxcare.com.au>
529
530 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
531 * Makefile.in: Regenerate.
532 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
533 Check for null tool_dir.
534
6be0ca94
JW
5352001-01-16 Jim Wilson <wilson@redhat.com>
536
537 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
538 and IA_64.unwind.info.
539
b9247304
L
5402001-01-16 H.J. Lu <hjl@gnu.org>
541
542 * ldlang.c (lang_check): Merge the private data only if the
543 input file has contents.
544
577a0623
AM
5452001-01-14 Alan Modra <alan@linuxcare.com.au>
546
d952f17a
AM
547 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
548
ffd6e9de
AM
549 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
550 enabling search for libmilli. On a relocatable link, make .text
551 sections unique.
552 (LDEMUL_AFTER_PARSE): Define.
553 (hppaelf_finish): Correct spelling of relocatable in comments.
554
577a0623
AM
555 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
556 rummage through the script for sections on the unique list.
557 Correct length of strncmp for ".note".
558 (gld${EMULATION_NAME}_check_needed): Rearrange function.
559
560 * ldlang.c (unique_section_list): New var.
561 (unique_section_p): New function.
562 (walk_wild_section): Don't match sections on unique_section_list.
563 (lang_add_unique): New function.
ffd6e9de 564 Correct spelling of relocatable in comments.
577a0623
AM
565
566 * ldlang.h (struct unique_sections): Declare.
567 (unique_section_list): Declare.
568 (unique_section_p): Declare.
569 (lang_add_unique): Declare.
570
571 * lexsup.c (ld_options): Allow --unique to take an optional arg.
572 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
573
574 * ld.texinfo (--unique): Update.
575
b7ed8fad
NC
5762001-01-13 Nick Clifton <nickc@redhat.com>
577
578 * lexsup.c (parse_args): Remove spurious white space.
579
d0398d6a
NC
5802001-01-12 Nick Clifton <nickc@redhat.com>
581
582 * lexsup.c (parse_args): Update copyright date.
583
350fdb00
PB
5842001-01-12 Philip Blundell <pb@futuretv.com>
585
586 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
587
60c6797e
KH
5882001-01-10 Kazu Hirata <kazu@hxi.com>
589
590 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
591 * scripttempl/h8300h.sc: Fix formatting.
592 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
593 * scripttempl/h8500.sc: Likewise.
594 * scripttempl/h8500b.sc: Likewise.
595 * scripttempl/h8500c.sc: Likewise.
596 * scripttempl/h8500m.sc: Likewise.
597 * scripttempl/h8500s.sc: Likewise.
60c6797e 598
482e8b32
DB
5992000-01-07 David O'Brien <obrien@BSDi.com>
600
601 * emultempl/elf32.em: Only perform Linux ld hints processing when
602 targeting Linux.
603
d7ed7ca6
PB
6042001-01-07 Philip Blundell <philb@gnu.org>
605
606 * ld.texinfo (Bug Reporting): Update email address for reports.
607
0fc3347a
NC
6082000-12-31 Nick Clifton <nickc@redhat.com>
609
610 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
611 options by checking for a return value of '?' not -1.
612
e4897a32
NC
6132000-12-28 Nick Clifton <nickc@redhat.com>
614
615 * lexsup.c (struct ld_option): Add new enum value:
616 EXACTLY_TWO_DASHES.
617 (ld_options[]): Change -omagic, -output and -oformat options
618 to be EXACTLY_TWO_DASHES.
619 (OUTPUT_COUNT): Use ARRAY_SIZE.
620 (parse_args): Change parameter 'argc' to unsigned.
621 Place EXACTLY_TWO_DASHES options into new really_longopts
622 array.
623 If getopt_long_only fails, try calling getopt_long using the
624 really_longopts array.
625 (help): Print a double dash for both EXACTLY_TWO_DASHES and
626 TWO_DASHES options.
627
628 * ldlex.h: Fix prototype of parse_args.
629
630 * ld.texinfo: Document that long options starting with 'o'
631 must be preceeded by two dashes. Change example of a single
632 dashed long option from -oformat to -trace-symbol.
633
1122a5fc
NC
6342000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
635
636 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
637 (longopts[]): New --no-default-excludes option.
638 (gld_${EMULATION_NAME}_list_options): Document.
639 (gld_${EMULATION_NAME}_parse_args): Handle.
640
037849a9
NC
6412000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
642
643 * ldlang.c (new_stat): Revert the last beautification with "innocent"
644 whitespace, it breaks the K&R C preprocessor.
645
7ec229ce
DD
6462000-12-11 DJ Delorie <dj@redhat.com>
647
648 * ld.texinfo: Add notes about --whole-archive and gcc.
649
b79e8c78
NC
6502000-11-18 Fred Fish <fnf@be.com>
651
652 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
653 (ld_options): Entry for --allow-shlib-undefined.
654 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
655 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
656 to false.
657 * ld.texinfo: Document new command line switch.
d952f17a 658
9a8e2505
GK
6592000-12-12 Geoffrey Keating <geoffk@redhat.com>
660
661 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
662 .fixup is actually read/write.
663 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
664 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
665 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
666
b8355149
JH
667Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
668
669 * NEWS: Add note about x86_64 architecture.
670
93b63cd3
DD
6712000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
672
673 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
674 Set DWARF2 sections to a VMA of zero.
675
24f6971a
NC
6762000-12-01 Joel Sherrill <joel@OARcorp.com>
677
d952f17a 678 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
24f6971a
NC
679 New targets.
680 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
681 (sparc*-*-rtems*): Switched from a.out to ELF.
682
2be3aa03
NC
6832000-11-30 Jan Hubicka <jh@suse.cz>
684
685 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
686 (eelf_x86_64.c): New.
687 * Makefile.in: Regenerate.
688 * configure.tgt: Add support for x86_64-*-linux-gnu*.
689 * emulparams/elf_x86_64.sh: New.
690
8c899858
HPN
6912000-11-30 Hans-Peter Nilsson <hp@axis.com>
692
693 * emulparams/crislinux.sh (ENTRY): Change back to _start.
694 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
695
696 * scripttempl/crisaout.sc: Change all RELOCATING not related to
697 merging non-a.out sections into CONSTRUCTING.
698
e47b9e39
NC
6992000-11-28 Nick Clifton <nickc@redhat.com>
700
701 * ld.1 (COPYING): Mention that the GNU Free Documentation
702 License is present in the sources, but not the output, and
703 also available from the GNU website.
704 (GNU Free Documentation License): Comment out this section.
705
ad95f82a
DB
7062000-11-28 David O'Brien <obrien@dragon.nuxi.com>
707
708 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
709 does not use them.
710
fd89e65f
DB
7112000-11-25 David O'Brien <obrien@FreeBSD.org>
712
713 * ld.1: Remove old date so it does not give the impression the manpage
714 is way out of date.
715
077b8428
NC
7162000-11-24 Nick Clifton <nickc@redhat.com>
717
718 * configure.tgt (xscale-coff): Add target.
719 (xscale-elf): Add target.
720
49425d28
NC
7212000-11-24 Fred Fish <fnf@be.com>
722
d952f17a
AM
723 * ldmain.c (main): Remove redundant init of config.make_executable
724 to true.
49425d28 725
d3480244
RH
7262000-11-15 Richard Henderson <rth@redhat.com>
727
728 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
729
1ce7de8b
KH
7302000-11-14 Kazu Hirata <kazu@hxi.com>
731
732 * scripttempl/h8300.sc: Fix formatting.
733 * scripttempl/h8300h.sc: Likewise.
734 * scripttempl/h8300s.sc: Likewise.
735
208d5cd0
DC
736Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
737
738 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
739
2e418547
PB
7402000-11-09 Philip Blundell <pb@futuretv.com>
741
742 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
743 around orphan sections whose names can be represented in C.
744
c940e6fc
JW
7452000-11-07 Jim Wilson <wilson@redhat.com>
746
747 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
748 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
749
704c465c
NC
7502000-11-06 Nick Clifton <nickc@redhat.com>
751
752 * ld.texinfo: Add GNU Free Documentation License.
753 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 754 * ld.1: Add GNU Free Documentation License.
704c465c 755
dca7760f
AM
7562000-11-05 Alan Modra <alan@linuxcare.com.au>
757
758 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
759 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
760
761 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
762 Move 2000-11-02 Makefile.in changes to this file.
763 * Makefile.in: Regenerate.
764
40a633d5
NC
7652000-11-03 Nick Clifton <nickc@redhat.com>
766
767 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
768 constructors and destructors.
769 * scripttempl/h8300h.sc: Ditto.
770 * scripttempl/h8300s.sc: Ditto.
771 * scripttempl/h8500.sc: Ditto.
772 * scripttempl/h8500b.sc: Ditto.
773 * scripttempl/h8500c.sc: Ditto.
774 * scripttempl/h8500m.sc: Ditto.
775 * scripttempl/h8500s.sc: Ditto.
776 * scripttempl/v850.sc: Ditto.
777 * scripttempl/w65.sc: Ditto.
778 * scripttempl/z8000.sc: Ditto.
779
59ff2774
NC
7802000-11-02 Per Lundberg <plundis@chaosdev.org>
781
782 * Makefile.in (e_i386_chaos.c): New rule.
783 (ALL_EMULATIONS): Added e_i386_chaos.o.
784 * emulparams/elf_i386_chaos.sh: New file.
785 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
786
645571e1
JJ
7872000-10-20 Jakub Jelinek <jakub@redhat.com>
788
789 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
790 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
791 Fix sed invocation, so that it coped with '/' in Solaris 64bit
792 library path suffix.
793 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
794
c5975a45
HPN
7952000-10-18 Hans-Peter Nilsson <hp@axis.com>
796
797 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
798 for consecutive sections.
799
ea20a7da
CC
8002000-10-17 Chandrakala Chavva <cchavva@redhat.com>
801
d952f17a
AM
802 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
803 options.
804 * ld.texinfo: Added notes about this new option.
ea20a7da 805
6e45556a
NC
8062000-10-16 Nick Clifton <nickc@redhat.com>
807
808 * emultempl/pe.em (_after_open): Add tests of return values from
809 bfd functions. Emit appropriate error messages if necessary.
810
b9a69188
NC
8112000-10-13 Nick Clifton <nickc@redhat.com>
812
813 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
814 local variables - they are not used, but leave in the call to
815 bfd_canonicalize_symtab.
b9a69188
NC
816 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
817 pe_dll_search_prefix.
818
627427de 8192000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
d952f17a 820
627427de
DD
821 * emultempl/pe.em (pe_dll_search_prefix): New variable,
822 (longopts): New --dll-search-prefix option.
823 (gld_${EMULATION_NAME}_list_options): Document.
824 (gld_${EMULATION_NAME}_parse_args): Handle.
825 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
826 dynamically, search for a dll named '<prefix><basename>.dll'
827 in preference to 'lib<basename>.dll' if --dll-search-prefix
828 is specified.
829
24376d1b
AM
8302000-10-12 Alan Modra <alan@linuxcare.com.au>
831
832 * ldlang.c (section_already_linked): Set kept_section instead of
833 sec->comdat->sec.
834
e47d05ad
KH
8352000-10-10 Kazu Hirata <kazu@hxi.com>
836
837 * deffile.h: Fix formatting.
838 * lexsup.c: Likewise.
839 * mri.c: Likewise.
840
23a87948
DD
8412000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
842
843 * pe-dll.c (make_one): Do not generate code thunk for DATA
844 exports.
845 (process_def_file): deduce DATA flag for auto-export sumbols.
846
86b1cc60
KH
8472000-10-09 Kazu Hirata <kazu@hxi.com>
848
89cdebba
KH
849 * ld.h: Fix formatting.
850 * ldcref.c: Likewise.
851 * ldctor.h: Likewise.
852 * ldemul.c: Likewise.
853 * ldemul.h: Likewise.
854 * ldexp.c: Likewise.
855 * ldexp.h: Likewise.
856 * ldfile.c: Likewise.
857 * ldfile.h: Likewise.
858 * ldlang.c: Likewise.
859 * ldlang.h: Likewise.
860 * ldmain.c: Likewise.
7bfd51a3
KH
861 * pe-dll.c: Likewise.
862
863 * pe-dll.c: Revert some formatting fixes.
86b1cc60 864
d643799d
KH
8652000-10-08 Kazu Hirata <kazu@hxi.com>
866
867 * pe-dll.c: Fix formatting.
868
08da4cac
KH
8692000-10-05 Kazu Hirata <kazu@hxi.com>
870
871 * ldlang.c: Fix formatting.
872
c2a94a7a
DD
8732000-10-03 DJ Delorie <dj@redhat.com>
874
875 * pe-dll.c (fill_edata): initialize entire block
876 (make_one): fill in correct section.
877
8c95a62e
KH
8782000-10-03 Kazu Hirata <kazu@hxi.com>
879
880 * ldexp.c: Fix formatting.
881
486e80e2
DD
8822000-10-02 DJ Delorie <dj@redhat.com>
883
884 * emultempl/pe.em (gld_*_after_open): detect case where there two
885 import libraries for same dll; rename one to ensure proper link
886 order.
887
888 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
889 typo
890 (generate_edata): fix typo
891
24dd9f75
HPN
8922000-09-29 Hans-Peter Nilsson <hp@axis.com>
893
894 * scripttempl/crisaout.sc (ENTRY): Now __start.
895 (.text): Add default setting for __start.
896 Remove CONSTRUCTORS handling.
897 (/DISCARD/): Add .gnu.warning.*.
898 * emulparams/crislinux.sh (ENTRY): Now __start.
899 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
900 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
901 (ENTRY): Now __start.
902 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
903 (EXECUTABLE_SYMBOLS): Add default setting for __start.
904
4de2d33d
KH
9052000-09-29 Kazu Hirata <kazu@hxi.com>
906
5cc18311
KH
907 * deffile.h: Fix formatting.
908 * ld.h: Likewise.
909 * ldcref.c: Likewise.
4de2d33d 910 * ldctor.c: Likewise.
5cc18311 911 * ldctor.h: Likewise.
4de2d33d 912 * ldemul.c: Likewise.
5cc18311 913 * ldemul.h: Likewise.
4de2d33d 914 * ldexp.c: Likewise.
5cc18311 915 * ldexp.h: Likewise.
4de2d33d 916 * ldfile.c: Likewise.
5cc18311 917 * ldfile.h: Likewise.
4de2d33d 918 * ldlang.c: Likewise.
5cc18311
KH
919 * ldlang.h: Likewise.
920 * lexsup.c: Likewise.
921 * mri.c: Likewise.
922 * pe-dll.c: Likewise.
4de2d33d 923
45b1f63c
DD
9242000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
925
926 * pe-dll.c (process_def_file): Uninitialized data wasn't
927 exported with --export-all-symbols switch.
d952f17a 928
45b1f63c
DD
9292000-09-28 DJ Delorie <dj@redhat.com>
930
931 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
932 noname work properly.
933
47d89dba
AM
9342000-09-28 Alan Modra <alan@linuxcare.com.au>
935
936 * ld.texinfo (HPPA ELF32): New section.
937
938 * emultempl/hppaelf.em (group_size): New.
939 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
940 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
941 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
942 options to prevent abbreviations matching.
943 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
944 (PARSE_AND_LIST_ARGS_CASES): Handle it.
945
36bdbeec
NC
9462000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
947
948 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
949 on the m68*-*-elf target. Make it support COFF input objects.
950
6d5e62f8
KH
9512000-09-21 Kazu Hirata <kazu@hxi.com>
952
953 * ldmain.c: Fix formatting.
954 * ldmisc.c: Likewise.
955 * ldver.c: Likewise.
956 * ldwrite.c: Likewise.
957
e2eb67d9
AM
9582000-09-21 Alan Modra <alan@linuxcare.com.au>
959
960 * ldwrite.c (clone_section): Silence gcc warnings.
961
b3ea3584
AM
9622000-09-20 Alan Modra <alan@linuxcare.com.au>
963
964 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
965 out of memory failure.
966
967 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
968 (clone_section): Handle out of memory failures. Rename var to
969 avoid c++ reserved word.
970
25f72752
AM
9712000-09-18 Alan Modra <alan@linuxcare.com.au>
972
973 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
974 stub_name param to stub_sec_name.
975 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
976
0752970e
NC
9772000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
978
979 * emultempl/m68kelf.em: New file.
980 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
981 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
982 * Makefile.in: Regenerate.
983
92b7e9d8
AM
9842000-09-15 Alan Modra <alan@linuxcare.com.au>
985
986 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
987 only as needed.
988
9b14b192
NC
9892000-09-13 Nick Clifton <nickc@redhat.com>
990
991 * ldmain.c (multiple_definition): Disable relaxation if
992 multiple symbol definitions are encountered - otherwise the
993 linker could abort with an assertion failure.
994
891fa266
NC
9952000-09-10 Nick Clifton <nickc@redhat.com>
996
997 * mri.c: Fix formatting.
998
5d64ca4e
L
9992000-09-07 H.J. Lu <hjl@gnu.org>
1000
1001 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1002 * configure: Rebuild.
1003
dd94604f
L
10042000-09-07 H.J. Lu <hjl@gnu.org>
1005
1006 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
1007 * Makefile.in: Rebuild.
1008
71bfc0ae
AM
10092000-09-07 Alan Modra <alan@linuxcare.com.au>
1010
1011 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
1012 broken list handling. Create __start_SECNAME and __stop_SECNAME
1013 when no place-holder. Add some comments. Test both SEC_CODE and
1014 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 1015 Handle case where no output section statement created.
71bfc0ae 1016
4a428502
AO
10172000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
1018
1019 * configure.tgt (sh-*-linux*): Added.
1020 * Makefile.am: Added eshelf_linux and eshlelf_linux.
1021 * Makefile.in: Rebuilt.
1022 * emulparams/shelf_linux.sh: New file.
1023 * emulparams/shlelf_linux.sh: New file.
1024
f9989030
AM
10252000-09-06 Alan Modra <alan@linuxcare.com.au>
1026
1027 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1028 try shuffling sections when the orphan happens to be the place
1029 holder. Keep count of unique section names generated so we speed
1030 the search for a new name.
1031
58cccadb
AO
10322000-09-06 Alexandre Oliva <aoliva@redhat.com>
1033
1034 * configure: Rebuilt with new libtool.m4.
1035
5b343f5a
NC
10362000-09-05 Nick Clifton <nickc@redhat.com>
1037
1038 * Makefile.in: Regenerate.
1039 * aclocal.m4: Regenerate.
1040 * configure: Regenerate.
1041 * config.in: Regenerate.
1042 * po/ld.pot: Regenerate.
1043
1044 * ldint.texinfo: Remove CVS revision marker - it foils local
1045 comparisons.
1046
1047 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 1048
a854a4a7
AM
10492000-09-05 Alan Modra <alan@linuxcare.com.au>
1050
3231d22e
AM
1051 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
1052 to stub section flags.
1053 (hppa_for_each_input_file_wrapper): New.
1054 (hppa_lang_for_each_input_file): New.
1055 (lang_for_each_input_file): Define to call above.
1056 (multi_subspace): New.
1057 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
1058 (PARSE_AND_LIST_PROLOGUE): Define.
1059 (PARSE_AND_LIST_LONGOPTS): Define.
1060 (PARSE_AND_LIST_OPTIONS): Define.
1061 (PARSE_AND_LIST_ARGS_CASES): Define.
1062 (hppaelf_finish): Call elf32_hppa_set_gp.
1063 (hppaelf_set_output_arch): Remove.
1064 (LDEMUL_SET_OUTPUT_ARCH): Remove.
1065
1066 * emulparams/hppalinux.sh (ELFSIZE): Define.
1067 (MACHINE): Define.
1068 (OTHER_READONLY_SECTIONS): Define.
1069 (DATA_PLT): Define.
1070 (GENERATE_SHLIB_SCRIPT): Define.
1071
5f992e62
AM
1072 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
1073 to const throughout. Change `void *' to `PTR' throughout.
1074 (lang_memory_default): Function is local to file, add `static'.
1075
1076 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
1077 (ehppalinux.c): Likewise.
1078 (earmelf.c): Likewise.
1079 (earmelf_linux.c): Likewise.
1080 (earmelf_linux26.c): Likewise.
1081 * Makefile.in: Regenerate.
1082
a854a4a7
AM
1083 * ld.h (ld_config_type): Add unique_orphan_sections.
1084 * lexsup.c (OPTION_UNIQUE): Define.
1085 (ld_options): Add "--unique".
1086 (parse_args): Handle it.
1087 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1088 search for an existing output section if unique_orphan_sections is
1089 set. Make use of bfd_get_unique_section_name rather than
1090 duplicating code here.
1091 * ld.texinfo: Describe --unique.
1092
1093 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
1094 optional arg to split-by-file.
1095 (parse_args): Handle them.
1096 * ld.texinfo: Update description of these options.
1097 * ldwrite.c (clone_section): Pass in the section name. Replace
1098 local code with bfd_get_unique_section_name.
1099 (split_sections): Tidy code and comments. Use a list traversal
1100 more appropriate to the list construction. Handle cooked section
1101 sizes. Split when split_by_reloc reached rather than exceeded.
1102 Track section size and split when split_by_file reached. Fix
1103 link_order_tail (even though it's not used).
1104 (ldwrite): Modify condition for calling split_sections to suit
1105 changed split_by_reloc and split_by_file.
1106 * ldmain.c (main): Init config.split_by_reloc and
1107 config.split_by_file to -1.
1108 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
1109 Change split_by_file to bfd_size_type.
1110
18e03609
NC
11112000-09-02 Nick Clifton <nickc@redhat.com>
1112
1113 * configure.in: Increase version number to 2.10.91.
1114 * NEWS: Mention new ability to support removal of duplicate DWARF2
1115 debug information.
1116 * configure: Regenerate.
1117 * aclocal.m4: Regenerate.
1118 * config.in: Regenerate.
1119
3a9d486c
NC
11202000-09-02 Daniel Berlin <dberlin@redhat.com>
1121
1122 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
1123 sections.
a2b64bed 1124 * scripttempl/elf32avr.sc: Ditto.
3a9d486c
NC
1125 * scripttempl/elfd10v.sc: Ditto.
1126 * scripttempl/elfd30v.sc: Ditto.
1127 * scripttempl/elfi370.sc: Ditto.
1128 * scripttempl/elfm68hc11.sc: Ditto.
1129 * scripttempl/elfm68hc12.sc: Ditto.
1130 * scripttempl/elfi386beos.sc: Ditto.
1131 * scripttempl/v850.sc: Ditto.
50bbae35 1132
ac48eca1
AO
11332000-08-31 Alexandre Oliva <aoliva@redhat.com>
1134
1135 * acinclude.m4: Include libtool and gettext macros from the
1136 top level.
1137 * aclocal.m4, configure: Rebuilt.
1138
c13b1b77
NC
11392000-08-25 Nick Clifton <nickc@redhat.com>
1140
1141 * ldlang.c (open_output): When choosing the target for a
1142 particular endianness, do nothing if the target is not
1143 supported.
1144
dcb0bd0e
L
11452000-08-25 H.J. Lu <hjl@gnu.org>
1146
1147 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
1148 check -rpath nor LD_RUN_PATH for cross link.
1149 * ld.texinfo: Document the change.
1150
5bcac8a4
HPN
11512000-08-24 Hans-Peter Nilsson <hp@axis.com>
1152
1153 * NEWS: Mention support for CRIS.
1154
6dd8c765
L
11552000-08-23 H.J. Lu <hjl@gnu.org>
1156
1157 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
1158 the current runpath list from bfd_elf_get_runpath_list ()
1159 before search.
1160
ec4eb78a
L
11612000-08-22 H.J. Lu <hjl@gnu.org>
1162
1163 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
1164 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
1165 LD_LIBRARY_PATH for native linker. Display the needed DSO if
1166 trace_file_tries is non-zero.
1167 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
1168 if trace_file_tries is non-zero.
1169
1170 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 1171 * NEWS: Mention it.
ec4eb78a 1172
22b36938
JE
11732000-08-14 Jason Eckhardt <jle@cygnus.com>
1174
1175 * NEWS: Mention i860 support.
1176
d73e9da0
AS
11772000-08-14 Andreas Schwab <schwab@suse.de>
1178
1179 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 1180 syntax.
d73e9da0 1181
9ac4db9c
GK
11822000-08-10 Geoff Keating <geoffk@cygnus.com>
1183
1184 * scripttempl/elf.sc: Add a comment giving the correspondence
1185 between sections, per-datum sections, and linkonce sections. Make
1186 the comment true even for .bss, .sdata, .sdata2, .sbss, and
1187 .sbss2.
1188
165589e4
JE
11892000-08-10 Jason Eckhardt <jle@cygnus.com>
1190
1191 * emulparams/elf32_i860.sh: New file.
1192 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
1193 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
1194 (eelf32_i860.c): New rule.
1195 * Makefile.in: Regenerate.
1196
345a835d
NC
11972000-08-10 Nick Clifton <nickc@cygnus.com>
1198
1199 * emulparams/mipspe.sh (ENTRY): Add definition.
1200
e374f1d9
NC
12012000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
1202
1203 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
1204 in error message.
1205
236d5abf
NC
12062000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1207
1208 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
1209 the final size of .bss section.
1210 * scripttempl/elfm68hc12.sc: Likewise.
1211
4b209b22
AM
12122000-08-04 Alan Modra <alan@linuxcare.com.au>
1213
1214 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
1215 gld${EMULATION_NAME}_parse_args for consistency. Combine
1216 lastoptind and prevoptind vars, and keep track of last optind.
1217 (gld_${EMULATION_NAME}_list_options): Rename to
1218 gld${EMULATION_NAME}_list_options.
1219
28423a68
AM
12202000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
1221
1222 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
1223 (i586-sco-sysv5uw7.1.0).
1224
b2009ff7
L
12252000-07-27 H.J. Lu <hjl@gnu.org>
1226
1227 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
1228 (PARSE_AND_LIST_PROLOGUE): New.
1229 (PARSE_AND_LIST_LONGOPTS): Likewise.
1230 (PARSE_AND_LIST_OPTIONS): Likewise.
1231 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1232 (PARSE_AND_LIST_EPILOGUE): Likewise.
1233
04925e1e
AM
12342000-07-28 Alan Modra <alan@linuxcare.com.au>
1235
41392f03
AM
1236 * emultempl/armelf.em: Elide functions common to elf32.em,
1237 ie. most of the file.
1238 (arm_elf_after_open): New. Do arm specific things then call
1239 gld${EMULATION_NAME}_after_open.
1240 (arm_elf_before_allocation): New. Call
1241 gld${EMULATION_NAME}_before_allocation then do arm specifics.
1242 (PARSE_AND_LIST_PROLOGUE): Define.
1243 (PARSE_AND_LIST_SHORTOPTS): Define.
1244 (PARSE_AND_LIST_LONGOPTS): Define.
1245 (PARSE_AND_LIST_OPTIONS): Define.
1246 (PARSE_AND_LIST_ARGS_CASES): Define.
1247 (LDEMUL_AFTER_OPEN): Define.
1248 (LDEMUL_BEFORE_ALLOCATION): Define.
1249 (LDEMUL_BEFORE_PARSE): Define.
1250 (LDEMUL_FINISH): Define.
1251
1252 * emultempl/hppaelf.em: Similarly zap most of this file.
1253 (hppaelf_add_stub_section): Prototype.
1254 (hppaelf_layaout_sections_again): Prototype.
1255 (hook_in_stub): Prototype.
1256 (LDEMUL_SET_OUTPUT_ARCH): Define.
1257 (LDEMUL_FINISH): Define.
1258 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1259
1260 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
1261 (EXTRA_EM_FILE): New.
1262 * emulparams/armelf_linux.sh: Likewise.
1263 * emulparams/armelf_linux26.sh: Likewise.
1264 * emulparams/hppalinux.sh: Likewise.
1265 * emulparams/hppaelf.sh: Likewise.
1266 (NOP): Define.
1267
1268 * emultempl/elf32.em: Fix formatting.
1269 (EXTRA_EM_FILE): Source it.
1270 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1271 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1272 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1273 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1274 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1275 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1276 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1277 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1278 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
1279 allow functions in this file to be overridden.
1280 (PARSE_AND_LIST_SHORTOPTS): Handle it.
1281
1282 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
1283
04925e1e
AM
1284 * emultempl/elf32.em: Reorganize file.
1285
88cdf297
NC
12862000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
1287
1288 * emulparams/elf64alpha.sh: Implement "-taso" emulation
1289 specific option to fit 64-bit executable in the lower
1290 31-bit address range. This is done by changing start
1291 address of .interp (the very first section of executable)
1292 and then setting EF_ALPHA_32BIT elf header flag.
1293
20bccb34
NC
12942000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1295
1296 * emultempl/m68kcoff.em: New file.
1297 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
1298 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
1299 generic.em.
1300 * Makefile.in: Regenerate.
1301
699845ef
L
13022000-07-20 H.J. Lu <hjl@gnu.org>
1303
1304 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
1305 and "disable-new-dtags" to stop getopt from treating -d/-e as
1306 abbreviations for these options.
1307
6c1439be
L
13082000-07-20 H.J. Lu <hjl@gnu.org>
1309
1310 * ld.texinfo: Add documentation for --disable-new-dtags and
1311 --enable-new-dtags.
1312
1313 * ldmain.c (main): Initialize link_info.new_dtags to false.
1314
1315 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
1316 --disable-new-dtags and --enable-new-dtags.
1317 (gld_${EMULATION_NAME}_list_options): Likewise.
1318
28c309a2
NC
13192000-07-05 Kenneth Block <krblock@computer.org>
1320
a2b64bed
NC
1321 * lexsup.c: Add optional style to demangle switch
1322 * ld.texinfo: Document optional style to demangle switch.
50bbae35 1323
9d06555c
HPN
13242000-07-20 Hans-Peter Nilsson <hp@axis.com>
1325
1326 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
1327 ecrislinux.o.
1328 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
1329 Regenerate dependencies.
1330 * Makefile.in: Rebuild.
1331 * configure.tgt (cris-*-*): New target.
1332 * emulparams/crisaout.sh, emulparams/criself.sh,
1333 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
1334 * po/POTFILES.in, po/ld.pot: Regenerate.
1335
19e3be22
L
13362000-07-20 H.J. Lu <hjl@gnu.org>
1337
1338 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
1339 Print out ignored -z options.
1340
e0ee487b
L
13412000-07-19 H.J. Lu <hjl@gnu.org>
1342
19e3be22
L
1343 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
1344 (PARSE_AND_LIST_PROLOGUE): New.
1345 (PARSE_AND_LIST_LONGOPTS): Likewise.
1346 (PARSE_AND_LIST_OPTIONS): Likewise.
1347 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1348
1349 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
1350
1351 * lexsup.c (ld_options): Comment out 'z'.
1352 (parse_args): Likewise.
1353
1354 * emultempl/elf32.em: Include "elf/common.h".
1355 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
1356 options.
1357 (gld_${EMULATION_NAME}_list_options): Likewise.
1358
1359 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 1360
49e56c49
L
13612000-07-19 H.J. Lu <hjl@gnu.org>
1362
1363 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
1364 bfd_elf_set_dt_needed_soname ().
1365
9d68bc82
DD
13662000-07-18 DJ Delorie <dj@cygnus.com>
1367
1368 * pe-dll.c (pe_dll_id_target): check object target name also
1369
53db15ed
HPN
13702000-07-18 Hans-Peter Nilsson <hp@axis.com>
1371
1372 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
1373 ${INIT_END} if relocating.
1374 (.fini): Likewise ${FINI_START} and ${FINI_END}.
1375
0ad8cf4c
DD
13762000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
1377
a2b64bed 1378 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
0ad8cf4c
DD
1379 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
1380 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
1381 errors introduced by the old dynamic lib search order.
1382
874c8c99
DD
13832000-07-17 DJ Delorie <dj@cygnus.com>
1384
1385 * pe-dll.c (process_def_file): auto-export data items also
1386 (pe_process_import_defs): also see if _imp_ form needed
1387
5b4cf3f4
DD
13882000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1389
1390 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
1391 for dll import libraries
1392
062739d1
NC
13932000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
1394
1395 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
d952f17a 1396 gcc 2.95.2 and later.
062739d1 1397
1c64c4ed
NC
13982000-07-11 Kazu Hirata <kazu@hxi.com>
1399
50bbae35
AM
1400 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
1401 message.
1c64c4ed 1402
b71e2778
AM
14032000-07-10 Alan Modra <alan@linuxcare.com.au>
1404
1405 * ldemul.h (struct lang_input_statement_struct): Remove forward
1406 declaration.
1407 (struct search_dirs): Likewise.
1408 * ldfile.h (struct lang_input_statement_struct): Likewise.
1409 Protect file from multiple inclusion.
1410 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
1411 declaration from macro to file scope.
1412
1413 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
1414 * ldgram.y: Likewise here.
1415 * ldlang.c: And here.
1416 * ldmain.c: And here.
1417 * mpw-elfmips.c: And here.
1418 * mpw-eppcmac.c: And here.
1419 * emultempl/aix.em: And here.
1420 * emultempl/armcoff.em: And here.
1421 * emultempl/armelf.em: And here.
1422 * emultempl/armelf_oabi.em: And here.
1423 * emultempl/beos.em: And here.
1424 * emultempl/elf32.em: And here.
1425 * emultempl/hppaelf.em: And here.
1426 * emultempl/linux.em: And here.
1427 * emultempl/lnk960.em: And here.
1428 * emultempl/pe.em: And here.
1429 * emultempl/sunos.em: And here.
1430 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
1431 * mpw-idtmips.c: Ditto.
1432 * emultempl/generic.em: Ditto.
1433 * emultempl/gld960.em: Ditto.
1434 * emultempl/gld960c.em: Ditto.
1435 * emultempl/mipsecoff.em: Ditto.
1436 * emultempl/ticoff.em: Ditto.
1437 * emultempl/vanilla.em: Ditto.
1438
1439 * pe-dll.c: Include ldfile.h
1440 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
1441
1442 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
1443 arguments to bfd_elf32_size_dynamic_sections call.
1444 (gldelf32ebmip_place_orphan): Add missing arguments to
1445 lang_leave_output_section_statement call.
1446
2ef53d66
L
14472000-07-10 H.J. Lu <hjl@gnu.org>
1448
1449 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
1450 DLL_SUPPORT.
1451 (strhash): Likewise.
1452 (compute_dll_image_base): Likewise.
1453 (pe_undef_found_sym): Likewise.
1454 (pe_undef_cdecl_match): Likewise.
1455 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
1456 argument "arch" with ATTRIBUTE_UNUSED.
1457
9a8cbb09
AM
14582000-07-10 Alan Modra <alan@linuxcare.com.au>
1459
1460 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
1461
1462 From Ryan Bradetich <rbradetich@uswest.net>
1463 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 1464
4900fc06
AM
14652000-07-09 Alan Modra <alan@linuxcare.com.au>
1466
1467 Changes to create multiple linker stubs, positioned immediately
1468 before the section where they are required.
1469 * emultempl/hppaelf.em: Include elf32-hppa.h.
1470 (stub_sec, file_chain): Delete.
1471 (hppaelf_create_output_section_statements): Don't make a stub
1472 section here.
1473 (hook_stub_info): New struct.
1474 (hook_in_stub): New function.
1475 (hppaelf_add_stub_section): New function.
1476 (hppaelf_finish): Do nothing for relocateable links. Modify the
1477 call to elf32_hppa_size_stubs. Move code for updating section
1478 layout from here...
1479 (hppaelf_layaout_sections_again): ..to here, a new function.
1480
1481 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
1482 broken list handling. Pass in a pointer to the list.
1483 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
1484 for above changes.
1485 (hppaelf_before_parse): Prototype.
1486 (hppaelf_set_output_arch): Prototype.
1487 (hppaelf_create_output_section_statements): Prototype.
1488 (hppaelf_delete_padding_statements): Prototype.
1489 (hppaelf_finish): Prototype.
1490
1491 Merge from elf32.em
1492 * emultempl/hppaelf.em: Include ctype.h.
1493 (struct orphan_save): New.
1494 (gld${EMULATION_NAME}_place_orphan): New.
1495 (output_rel_find): New.
1496 (hppaelf_get_script): Update from elf32.em.
1497 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
1498 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 1499 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
1500
1501 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
1502 ehppalinux.o, sort it. Regenerate dependencies.
1503 (ehppalinux.c): Depend on hppaelf.em
1504 * Makefile.in: Regenerate.
1505
1506 * configure.tgt: targ_emul=hppalinux for hppa*linux
1507
1508 * emulparams/hppalinux.sh: New.
1509 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
1510
227aeb07
AM
15112000-07-08 Alan Modra <alan@linuxcare.com.au>
1512
1513 * lexsup.c (parse_args): Copy section name.
1514
28609fd4 15152000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
602e90d3 1516
2ef53d66 1517 * emultempl/pe.em: institute the following search order for
602e90d3
DD
1518 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
1519 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
1520 static lib (libfoo.a) if none of the above are found.
1521
5f577f7d
DD
15222000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
1523
50bbae35 1524 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 1525 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 1526 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
1527 (gld_${EMULATION_NAME}_parse): Handle.
1528 (strhash): New static function.
50bbae35 1529 (compute_dll_image_base): New static function.
5f577f7d
DD
1530 (gld_${EMULATION_NAME}_set_symbols): Use.
1531
9a8cbb09 15322000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
1533
1534 * MAINTAINERS: new
1535
3548145d 15362000-07-01 Koundinya K <kk@ddeorg.soft.net>
50bbae35
AM
1537
1538 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
1539 * emulparams/elf32btsmip.sh: New file.
1540 * Makefile.am: Add traditional mips target.
1541 * Makefile.in: Rebuild.
1542
67798033
L
15432000-07-01 H.J. Lu <hjl@gnu.org>
1544
1545 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
1546 automake to use YLWRAP.
1547 * Makefile.in: Rebuild.
1548
0bdaf48b
AM
15492000-07-01 Alan Modra <alan@linuxcare.com.au>
1550
1551 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
1552 (CLEANFILES): Add DEPA.
1553 * Makefile.in: Regenerate.
1554
c9e769c2
TW
15552000-06-30 Timothy Wall <twall@ppc>
1556
1557 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
1558 the page in the upper octet of the address.
1559
65aa24b6
NC
15602000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
1561
1562 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
1563
4667035e
AM
15642000-06-24 Alan Modra <alan@linuxcare.com.au>
1565
1566 * NEWS: arm-elf does --gc-sections too.
1567
1581f8c9
AM
15682000-06-22 Alan Modra <alan@linuxcare.com.au>
1569
1570 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1571 find one.
1572 * Makefile.in: Regenerate.
1573
01580992
L
15742000-06-21 H.J. Lu <hjl@gnu.org>
1575
1576 * Makefile.am: Rebuild dependency.
1577 * Makefile.in: Rebuild.
1578
bbeb2e03
L
15792000-06-20 H.J. Lu <hjl@gnu.org>
1580
1581 * Makefile.am: Rebuild dependency.
1582 * Makefile.in: Rebuild.
1583
74459f0e
TW
15842000-06-20 Timothy Wall <twall@cygnus.com>
1585
1586 * scripttempl/tic54xcoff.sc: New.
1587 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
1588 * gen-doc.texi: Add flag for TI COFF.
1589 * ld.texinfo: Add documentation for TI COFF handling switches.
1590 * emultempl/ticoff.em: New. TI COFF handling.
1591 * configure.tgt: Add tic54x target.
1592 * Makefile.am: Add tic54x target.
1593 * Makefile.in: Ditto.
1594
2ab47eed
AM
15952000-06-20 Alan Modra <alan@linuxcare.com.au>
1596
1597 * ldmain.c (set_scripts_dir): Correct pointer comparison when
1598 checking for backslashes.
1599
919e4093
AM
16002000-06-19 Alan Modra <alan@linuxcare.com.au>
1601
1602 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
1603
987fd5b4
AM
16042000-06-18 Alan Modra <alan@linuxcare.com.au>
1605
1606 * NEWS: Update list of targets supporting --gc-sections.
1607
1608 * scripttempl/elf.sc: KEEP .eh_frame contents.
1609 * scripttempl/elfd30v.sc: Same here.
1610
60bcf0fa
NC
16112000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
1612
1613 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
1614 and m68hc11 (elf).
1615 * Makefile.in: Rebuild.
1616 * configure.tgt: Recognize m68hc12 and m68hc11.
1617 * scripttempl/elfm68hc12.sc: New file.
1618 * emulparams/m68hc12elfb: New emulation.
1619 * emulparams/m68hc12elf: New emulation.
1620 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
1621 (includes a memory.x script to define the ROM and RAM banks).
1622 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
1623 New configuration files for support of Motorola 68hc11
1624
c7c54483
AM
16252000-06-15 Alan Modra <alan@linuxcare.com.au>
1626
1627 * ldmain.c (main): Only change SEC_READONLY for final link.
1628
bcef29e6
L
16292000-06-13 H.J. Lu <hjl@gnu.org>
1630
1631 * configure: Regenerate.
1632
946efd95
DB
16332000-06-08 David O'Brien <obrien@FreeBSD.org>
1634
1635 * configure.in (VERSION): Update to show this is the CVS mainline.
1636
57a6fd07
DB
16372000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1638
1639 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
1640 input objects to be ECOFF.
1641 (check_sections): einfo takes %B, not %P, to print a BFD name.
1642
e06cae36
L
16432000-06-05 Michael Matz <matz@ifh.de>
1644
1645 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
d952f17a 1646 version scripts.
e06cae36 1647
d952f17a 1648 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
e06cae36 1649
2f0b56c0
DC
16502000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
1651
1652 * emulparams/avr1200.sh (STACK): Define as 0.
1653 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1654 * emulparams/avr4433.sh (STACK): Likewise.
1655 * emulparams/avr44x4.sh (STACK): Likewise.
1656 * emulparams/avr85xx.sh (STACK): Likewise.
1657 * emulparams/avrmega103.sh (STACK): Likewise.
1658 * emulparams/avrmega161.sh (STACK): Likewise.
1659 * emulparams/avrmega603.sh (STACK): Likewise.
1660 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
1661 (__stack): Define from ${STACK} for main().
1662
2114f57b
AM
16632000-05-26 Alan Modra <alan@linuxcare.com.au>
1664
1665 * Makefile.am: Update dependencies with "make dep-am"
1666 * Makefile.in: Regenerate.
1667
5af11cab
AM
16682000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
1669
1670 * ldmain.c: Include filenames.h.
1671 (set_scripts_dir): Support backslashes in program name.
1672
1f0df59a
NC
16732000-05-22 Igor Shevlyakov <igor@windriver.com>
1674
1675 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
1676 read-only, don't forget to reset SEC_READONLY because it
1677 could be already set.
1f0df59a 1678
176355da
NC
16792000-05-22 Thomas de Lellis <tdel@windriver.com>
1680
50bbae35
AM
1681 * ld.1: Add documentation for new command line option:
1682 --section-start <sectionname>=<sectionorg>
1683 This is a generic version of -Ttext etc. which accepts
1684 any section name as a parameter instead of just text/data/
1685 bss.
1686 * ld.texinfo: More docs.
1687 * NEWS: More docs.
1688 * lexsup.c: (parse_args): Recognize new command line option.
176355da 1689 (ld_options): Add new option.
50bbae35 1690
8c5ff972
L
16912000-05-18 H.J. Lu <hjl@gnu.org>
1692
1693 * lexsup.c (parse_args): `i' == `r', not `q'.
1694
0b76fe77
JL
1695Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
1696
1697 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1698
a712da20
NC
16992000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
1700 Rick Gorton <gorton@scrugs.lkg.dec.com>
50bbae35 1701
a712da20
NC
1702 Add support for '-q' == '--emit-relocs' switch.
1703 * ldmain.c (main): Default to false.
1704 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1705 * NEWS: Describe the emitrelocations switch.
1706 * ld.texinfo: Describe the emitrelocations switch.
1707
690a460e
NC
17082000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
1709
a2b64bed 1710 * emultempl/pe.em (_open_dynamic_archive): New function: Search
690a460e
NC
1711 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1712 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1713 link options.
50bbae35 1714
c2f1343c
AM
17152000-05-15 David O'Brien <obrien@FreeBSD.org>
1716
1717 * lexsup.c (parse_args): Update the year in the copyright notice.
1718
897083bd
AM
17192000-05-13 Alan Modra <alan@linuxcare.com.au>
1720
1721 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1722 Replace defines with those from intl/libgettext.h to quieten gcc
1723 warnings.
1724
cd4c806a
L
17252000-05-10 H.J. Lu <hjl@gnu.org>
1726
1727 * ldlang.c (open_input_bfds): Don't load the same file within
1728 a group again if the whole archive has been loaded already.
1729
93697284
AM
17302000-05-03 Alan Modra <alan@linuxcare.com.au>
1731
1732 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1733 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1734 strtoul.
1735
ebd6fc29
JW
1736Mon May 1 17:34:34 2000 Jim Wilson <wilson@cygnus.com>
1737
99a4150f 1738 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 1739
ebd6fc29
JW
1740 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1741 host "ia64-*-linux-gnu*".
1742
a1934524
AM
17432000-04-29 Andreas Jaeger <aj@suse.de>
1744
1745 * ld.h: Correctly check GCC version.
1746
730a39a0
JL
1747Tue Apr 25 11:20:43 2000 Jeffrey A Law (law@cygnus.com)
1748
1749 * Makefile.am: Add PA64 support. Add missing dependencies for
1750 PA32 elf support.
1751 * Makefile.in: Rebuilt.
1752 * configure.tgt: Add PA64 support (currently disabled).
1753
aea4bd9d
AM
17542000-04-25 Alan Modra <alan@linuxcare.com.au>
1755
1756 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
1757 (output_rel_find): New function.
1758 (hold_section, hold_use): Delete.
1759 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1760 hold_interp): Make local to place_orphan.
1761 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
1762 rather than place_section to find possible previous use of orphan.
1763 Similarly find the place-holder output sections. Use returned
1764 value from lang_enter_output_section_statement rather than calling
1765 lang_output_section_statement_lookup.
1766 * emultempl/armelf.em: Same here.
1767 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
1768
1769 * ldlang.c (lang_enter_output_section_statement): Return output
1770 section statement.
1771 * ldlang.h (lang_enter_output_section_statement): Change
1772 declaration too.
1773
1774 * ldlang.h (lang_output_section_statement): Export it.
1775 * ldlang.c (lang_output_section_statement): Ditto.
1776
2b5fc1f5
NC
17772000-04-24 Nick Clifton <nickc@cygnus.com>
1778
1779 * ld.texinfo (Output Section Data): Add note that section data
1780 commands cannot appear outside of section directives.
1781
d8475ff6
JL
17822000-04-2 Matthew Green <mrg@cygnus.com>
1783
1784 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
1785
800eeca4
JW
1786Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
1787 David Mosberger <davidm@hpl.hp.com>
1788
1789 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
1790 (eelf64_ia64.c): New rule.
1791 * Makefile.in: Rebuild.
1792 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
1793 * emulparams/elf64_ia64.sh: New file.
50bbae35 1794
c9637625
RH
17952000-04-21 Richard Henderson <rth@cygnus.com>
1796
1797 * scripttempl/elfd30v.sc: Place .gcc_except_table.
1798
28ea9521
AM
17992000-04-19 Alan Modra <alan@linuxcare.com.au>
1800
1801 * dep-in.sed: Match space at start of file name, not at end.
1802
20d04697
L
18032000-04-18 H.J. Lu <hjl@gnu.org>
1804
1805 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
1806 lang_leave_output_section_statement () after calling
1807 lang_enter_output_section_statement ().
1808 * emultempl/armelf.em: Likewise.
1809
5ba47421
AM
18102000-04-18 Alan Modra <alan@linuxcare.com.au>
1811
1812 * emultempl/elf32.em (struct orphan_save): Add section field.
1813 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
1814 better order, and place first orphan section as we did before the
1815 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
1816 Don't call make_bfd_section here, let wild_doit do the job for us.
1817 Don't build a statement list when we'll only throw it away.
1818 * emultempl/armelf.em: Ditto.
1819 * emultempl/pe.em: Similarly.
1820
bdbe5705
GK
18212000-04-14 Geoff Keating <geoffk@cygnus.com>
1822
1823 * scripttempl/elfppc.sc: Remove.
1824 * emulparams/elf32ppc.sh: Use elf.sc.
1825 * emulparams/elf32lppc.sh: Use elf.sc.
1826 * emulparams/elf32ppclinux.sh: Use elf.sc.
1827 * emulparams/elf32ppcsim.sh: New file.
1828 * emulparams/elf32lppcsim.sh: New file.
1829 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
1830 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
1831 * Makefile.in: Regenerate.
1832 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
1833
01cc8ff8
AM
18342000-04-14 Alan Modra <alan@linuxcare.com.au>
1835
5ba47421 1836 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 1837 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
1838 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1839 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
1840 Also set all relocateable section start addresses.
1841
6c86c541
GK
18422000-04-13 Geoff Keating <geoffk@cygnus.com>
1843
1844 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
1845 Add new BSS_PLT variable for when .plt need not be contained in
1846 the file. Move _etext so that it is also after .fini, and provide
1847 both etext and _etext with a leading underscore. Mark the start
1848 and end of .sbss.
1849
6a345e87
AM
18502000-04-12 Alan Modra <alan@linuxcare.com.au>
1851
1852 * emultempl/elf32.em (struct orphan_save): New.
1853 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1854 hold_interp): Make them struct orphan_save.
1855 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
1856 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
1857 the end of the relevant section list. Also add associated section
1858 statements to the end of any previous orphan statements.
1859 * emultempl/armelf.em: Similarly.
1860 * emultempl/pe.em: Similarly.
1861
8be86746
AM
18622000-04-11 Alan Modra <alan@linuxcare.com.au>
1863
1864 * ld.texinfo (Simple Example): Remove extraneous paragraph.
1865
a2d91340 1866Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
50bbae35 1867
a2d91340 1868 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 1869 --enable-build-warnings option.
a2d91340
AC
1870 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1871 * Makefile.in, configure: Re-generate.
1872
41b49281
AM
18732000-04-04 Alan Modra <alan@linuxcare.com.au>
1874
8ad3436c
AM
1875 * po/ld.pot: Regenerate.
1876
1877 * lexsup.c (help): Restore translated part of bug string.
1878
41b49281
AM
1879 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1880 (DEP): Quote when passing vars to sub-make. Add warning message
1881 to end.
1882 (DEP1): Rewrite for "gcc -MM".
1883 (CLEANFILES): Add DEP2.
1884 Update dependencies.
1885 * Makefile.in: Regenerate.
1886
c20f4f8c
AM
18872000-04-03 Alan Modra <alan@linuxcare.com.au>
1888
1889 * ld.h: #include "bin-bugs.h"
1890 * lexsup.c (help): Use REPORT_BUGS_TO.
1891
adde6300
AM
18922000-03-27 Denis Chertykov <denisc@overta.ru>
1893
1894 * configure.tgt (avr-*-*): New target support.
1895 * Makefile.am: Likewise.
1896 * scripttempl/elf32avr.sc: New script file.
1897 * emulparams/avr1200.sh: New file.
1898 * emulparams/avr23xx.sh: New file.
1899 * emulparams/avr4433.sh New file.
1900 * emulparams/avr44x4.sh New file.
1901 * emulparams/avr85xx.sh New file.
1902 * emulparams/avrmega103.sh New file.
1903 * emulparams/avrmega161.sh New file.
1904 * emulparams/avrmega603.sh New file.
1905 * Makefile.in: Regenerate.
1906
9282ff41
L
19072000-03-09 Andreas Jaeger <aj@suse.de>
1908
1909 * Makefile.am (check-DEJAGNU): Also unset LANG.
1910 * Makefile.in: Rebuild.
1911
a9998805
ILT
19122000-03-06 Ian Lance Taylor <ian@zembu.com>
1913
1914 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
1915 archive.
1916
f9bc20e7
NC
19172000-03-02 H.J. Lu <hjl@gnu.org>
1918
1919 * emulparams/elf32mcore.sh: Include "getopt.h".
1920
4e277b38
ILT
19212000-03-01 Ian Lance Taylor <ian@zembu.com>
1922
1923 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
1924
f0c87f88
NC
19252000-03-01 H.J. Lu <hjl@gnu.org>
1926
1927 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
1928 * emulparams/shpe.sh: Likewise.
1929
19302000-03-01 Nick Clifton <nickc@cygnus.com>
1931
1932 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
1933 to unused parameters.
1934
1935 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
1936 functions only used by DLL code.
1937 (_place_orphan): Initialise 'dollar'.
1938
b6f29aaa
L
19392000-03-01 H.J. Lu <hjl@gnu.org>
1940
1941 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
1942 indicate if the undefined symbol is a fatal error or not.
1943 Don't delete the output file if "fatal" is false.
1944
af28fce3
L
19452000-02-29 H.J. Lu <hjl@gnu.org>
1946
50bbae35 1947 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
1948 Set LC_COLLATE and LC_ALL to null and export them. It is for
1949 sort which expects the C locale.
1950 Add $(LIBS) to all $(HOSTING_LIBS).
1951 * Makefile.in: Rebuild.
1952
40d109bf
AM
19532000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
1954
1955 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
1956 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
1957 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
1958 (ld_emulation_xfer_struct): Add missing NULL initialiser for
1959 find_potential_libraries.
1960
db5be682
JB
19612000-02-28 Jim Blandy <jimb@redhat.com>
1962
1963 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 1964 list entries; the lexer considers commas to be valid part of a
db5be682
JB
1965 filename, so in something like `foo, bar' the comma is considered
1966 part of the first filename, `foo,'.
1967 * ld.texinfo: Update section on EXCLUDE_FILE lists.
1968
3558ff4c
ILT
19692000-02-27 Loren J. Rittle <ljrittle@acm.org>
1970
1971 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1972 host "i[3456]86-*-freebsdelf*".
1973
4eee2681
ILT
19742000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
1975
1976 * scripttempl/i386go32.sc: Move misplaced semicolons.
1977
8d75d12d
ILT
19782000-02-25 Ian Lance Taylor <ian@zembu.com>
1979
1980 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
1981 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
1982 (eelf64hppa.c, ehppaelf.c): Remove targets.
1983 * Makefile.in: Rebuild.
1984
a1836d49
AO
19852000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1986
ad51fb57
AO
1987 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
1988 GNU/Linux/sparc, but keep the default as 32.
1989
a1836d49
AO
1990 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
1991 it default if sparcv9 or sparc64.
1992
344a211f
NC
19932000-02-24 Nick Clifton <nickc@cygnus.com>
1994
1995 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
1996 * Makefile.in: Regenerate.
1997 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
1998
1999 * ldemul.h (ld_emulation_xfer_struct): Add new field:
2000 find_potential_libraries.
2001 * ldemul.c (ldemul_find_potential_libraries): New function.
2002
2003 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 2004 exported.
344a211f
NC
2005 (ldfile_open_file): Call ldemul_find_potential_libraries.
2006 * ldfile.h: Add prototype for ldfile_open_file_search.
2007
2008 * pe-dll.c: Add support for ARM, MIPS and SH targets.
2009
2010 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
2011 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
2012
2013 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
2014 (gld_X_find_potential_libraries): New function. Search for
2015 libraries called "*.lib".
2016
a2b64bed 2017 * scripttempl/pe.sc: Add .pdata section.
344a211f 2018
eaba1dd3
RH
20192000-02-23 Richard Henderson <rth@cygnus.com>
2020
2021 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
2022 Add and use memory regions.
2023
5b93d8bb
AM
20242000-02-23 Linas Vepstas (linas@linas.org)
2025
2026 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
2027
2028 * Makefile.am: Add support for Linux/IBM 370.
2029 * configure.tgt: Likewise.
2030
2031 * Makefile.in: Regenerate.
2032
f6af82bd
AM
20332000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2034
2035 * ldlang.c (print_input_section, print_data_statement,
2036 print_reloc_statement, print_padding_statement, insert_pad,
2037 size_input_section, lang_check_section_addresses,
2038 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 2039 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
2040 (lang_do_assignments): Also change `size' to unsigned.
2041
9e673ad1
RH
20422000-02-16 Richard Henderson <rth@cygnus.com>
2043
2044 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
2045
562d3460
TW
20462000-02-16 Timothy Wall <twall@cygnus.com>
2047
2048 * mri.c (mri_draw_tree): Add default LMA region argument to call
2049 to lang_leave_output_section_statement.
2050 * ldlang.h: Update prototypes with LMA region arguments.
2051 * ldlang.c (lang_size_sections): Encapsulate region bounds
2052 checking in os_check_region call.
2053 (os_check_region): New function.
2054 (lang_output_section_statement_lookup): Initialize lma_region.
2055 (lang_leave_output_section_statement): Add LMA region argument.
2056 (lang_leave_overlay): Ditto.
2057 * ldgram.y: Handle LMA region syntax.
2058 * ld.texinfo (Output Section Description): Describe LMA region usage.
2059 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 2060 lma region in call to lang_leave_output_section_statement.
562d3460 2061 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 2062 lma region in call to lang_leave_output_section_statement.
562d3460 2063 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 2064 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
2065
2066
9e4ed18c
TW
20672000-02-04 Timothy Wall <twall@redhat.com>
2068
2069 * ldlang.c (lang_check_section_addresses): Use bytes instead of
2070 octets when calculating section end addresses.
2071
32edc927
TW
20722000-02-04 Timothy Wall <twall@redhat.com>
2073
2074 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
2075
4cbfc3ac
TW
20762000-02-03 Timothy Wall <twall@redhat.com>
2077
a2b64bed 2078 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4cbfc3ac 2079 octet count.
a2b64bed 2080 * ldlang.c (print_input_section, print_data_statement,
4cbfc3ac
TW
2081 print_reloc_statement, print_padding_statement): Print target
2082 address values and section sizes as bytes, not octets.
2083 (insert_pad) Calculate padding size in octets, and adjust "dot"
2084 by bytes.
2085 (size_input_section) Always adjust "dot" by bytes, not octets.
2086 (lang_check_section_addresses, lang_do_assignments) Adjust
2087 "dot" by bytes, not octets. Use the larger of the directive size
2088 or octets_per_byte for the number of octets actually allocated in
2089 the output section.
2090 (lang_set_startof) Make sure STARTOF returns a target address.
2091 (lang_one_common) Record size changes in octets.
2092 (lang_abs_symbol_at_end_of) Section end symbol's value is
2093 recorded in target bytes.
2094 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
2095 to be clear about behavior when an octet is smaller than one byte.
50bbae35 2096
305c7206
AM
20972000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2098
2099 * ldcref.c (output_cref): Don't pass message strings to printf
2100 as format arg.
2101 Update copyright.
2102
2103 * ldmisc.c (vfinfo): Same here.
2104 Update copyright.
2105
e1c47aa4
AM
21062000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
2107
2108 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
2109 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
2110 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
2111 Add missing NULL initialisers, and comments.
2112
2113 * testsuite/ld-srec/sr3.cc (__rethrow): New.
2114
13392b77
NC
21152000-01-21 Nick Clifton <nickc@cygnus.com>
2116
2117 * ldlang.c (lang_size_sections): Fix typo in comment.
2118
cce4c4c5
NC
21192000-01-18 H.J. Lu <hjl@gnu.org>
2120
2121 * ldlang.c (lang_size_sections): Also update the current
2122 address of a region if the SEC_NEVER_LOAD bit is not set.
2123
0decc840
NC
21242000-01-10 Philip Blundell <pb@futuretv.com>
2125
2126 * configure.tgt (arm*-*-conix*): New target.
2127
4e53152f
NC
21282000-01-07 Nick Clifton <nickc@cygnus.com>
2129
2130 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
2131 line switches with -Wl, (or whatever is appropriate) if it is
2132 being invoked by a comnpiler driver program.
50bbae35 2133 Fix description of the behaviour of the -n command line switch.
4e53152f 2134
18625d54
CM
2135Wed Jan 5 08:02:12 2000 Catherine Moore <clm@cygnus.com>
2136
2137 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
2138 (name_list): New.
2139 * ld.texinfo (EXCLUDE_FILE): Update documentation.
2140 * ldgram.y (wildcard_spec): Support a list of excluded_files.
2141 (exclude_name_list): New.
2142 ldlang.c (walk_wild_section): Support list of excluded files.
2143 (print_wild_statement): Likewise.
2144 (lang_add_wild): Likewise.
2145 * ldlang.h (lang_wild_statement_type): Likewise.
2146 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 2147
5aaace27
NC
21482000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2149
870df5dc
NC
2150 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
2151 (process_def_file): Use.
2152 (pe_dll_compat_implib): New variable.
2153 (make_one): Use.
50bbae35 2154
870df5dc
NC
2155 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
2156 pe_dll_compat_implib.
50bbae35
AM
2157
2158 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
2159 compat-implib options.
2160 (gld_${EMULATION_NAME}_list_options): List new options.
2161 (gld_${EMULATION_NAME}_parse_args): Handle.
2162
50bbae35 2163 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 2164 dll.
50bbae35
AM
2165
2166 * deffilep.y (opt_name): Allow "." in name.
5aaace27 2167
2f6d2f85 2168For older changes see ChangeLog-9899
252b5132
RH
2169\f
2170Local Variables:
2171mode: change-log
2172left-margin: 8
2173fill-column: 74
2174version-control: never
2175End:
This page took 0.290844 seconds and 4 git commands to generate.