2001-05-25 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
5f642101
L
12001-05-25 H.J. Lu <hjl@gnu.org>
2
3 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4 like emulparams/aixppc.sh.
5
6 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
7 instead of ${srcdir}/emultempl/stringify.sed.
8
64e9ece0
TW
92001-05-25 Timothy Wall <twall@oculustech.com>
10
11 * emulparams/elf64_aix.sh: Change settings to match IBM linker
12 output.
13
c709b096
AM
142001-05-25 Alan Modra <amodra@one.net.au>
15
16 * configure.host: Replace linuxoldld with linux*oldld.
17 * configure.tgt: Likewise.
18
6cbdcc6f
L
192001-05-24 H.J. Lu <hjl@gnu.org>
20
21 * emultempl/stringify.sed: Removed again.
22
86af25fe
L
232001-05-24 H.J. Lu <hjl@gnu.org>
24
25 * emultempl/aix.em (OUTPUT_ARCH): Defined.
26 (gld${EMULATION_NAME}_before_parse): Initialize
27 ldfile_output_architecture, ldfile_output_machine and
28 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
29 * emultempl/beos.em: Likewise.
30 * emultempl/elf32.em: Likewise.
31 * emultempl/linux.em: Likewise.
32 * emultempl/mipsecoff.em: Likewise.
33 * emultempl/pe.em: Likewise.
34 * emultempl/sunos.em: Likewise.
35
3b1b01cf
TR
362001-05-24 Tom Rix <trix@redhat.com>
37
38 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
39 udate import file format.
40 (change_symbol_mode) New, same
41 (is_syscall) New, same
42 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
43 * emulparams/aixppc64.sh : same
44 * emulparams/aixrs6.sh : same
45 * emulparams/ppcmacos.sh : same
46 * emultempl/aix.em : use strtoull to parse options
47 * Makefile.am : add eaixppc64 emulation for xcoff64
48 * Makefile.in : same
49 * configure.tgt : same
50
51 * scripttempl/aix.sc : default text section offset to 0x10000000
52 default data section offset to 0x20000000
53 add .sv3264 and .sv64 pseudo sections
54 loader and debug sections use the currect section offset.
55
56 * emultempl/aix.em : Add xcoff64 support
57 Add -binitfini support
58 (gld${EMULATION_NAME}_before_parse) -binitfini
59 (gld${EMULATION_NAME}_parse_args) same
60 (gld${EMULATION_NAME}_before_allocation) format change for special
61 sections
62
63 * emulparams/aixppc64.sh : New file for xcoff64 support
64
652000-01-18 H.J. Lu <hjl@gnu.org>
66
57e6abd2
AO
672001-05-23 Alexandre Oliva <aoliva@redhat.com>
68
69 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
70 variable to avoid non-portable shell construct.
71
d1cf510e
NC
722001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
73
74 * ldmain.c (get_emulation): Add -mips5 command line argument.
75
506eee22
NC
762001-05-22 Alexandre Oliva <aoliva@redhat.com>
77
78 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
79 (ELF_INTERPRETER_NAME): Define it.
80 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
81 it.
82 * configure.tgt (targ_emul, targ_extra_emuls)
83 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
84 as primary, elf_i386 as extra.
85 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
86 (eelf_i386_ldso.c): New rule.
87 * Makefile.in: Rebuilt.
88
892001-05-22 Nick Clifton <nickc@redhat.com>
90
91 * lexsup.c (ld_options): Allow -I to be an alias for
92 --dynamic-linker. This is for Solaris compatability.
93 * ld.texinfo: Document that -I can be used.
94 * ld.1: Regenerate.
95
d1778b88
AM
962001-05-16 Alan Modra <amodra@one.net.au>
97
98 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
99 whether an input section is the first one assigned to an output
100 section.
101 Assorted formatting fixes.
102
02649152
DD
1032001-05-14 DJ Delorie <dj@delorie.com>
104
105 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
106 * Makefile.in: Ditto.
107
579f31ac
JJ
1082001-05-11 Jakub Jelinek <jakub@redhat.com>
109
110 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
111 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
112 output sections.
113 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
114
8550eb6e
JJ
1152001-05-11 Jakub Jelinek <jakub@redhat.com>
116
117 * ldlang.c (lang_process): Call bfd_merge_sections.
118
8e5a525c
AM
1192001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
120
121 * ldgram.y: Fix typo.
122
1c9acd94
L
1232001-05-03 H.J. Lu <hjl@gnu.org>
124
125 * emultempl/elf32.em: Include "libiberty.h".
126 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
127 basename of the bfd filename.
128 (gld${EMULATION_NAME}_stat_needed): Likewise.
129 (gld${EMULATION_NAME}_try_needed): Likewise.
130 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
131
14fe918e
L
1322001-05-02 H.J. Lu <hjl@gnu.org>
133
134 * emultempl/pe.em: Include <ctype.h>.
135
c7e40348
NC
1362001-05-02 Johan Rydberg <jrydberg@opencores.org>
137
138 * emulparams/elf32openrisc.sh: New file.
139
140 * Makefile.am: Add OpenRISC target.
141 * Makefile.in: Regenerated.
142
143 * configure.tgt: Add openrisc-*-* mapping.
144
1452001-05-02 Nick Clifton <nickc@redhat.com>
146
147 * emultempl/aix.em: Replace buystring with xstrdup.
148 * emultempl/beos.em: Replace buystring with xstrdup.
149
d1b2b2dc
L
1502001-05-02 H.J. Lu <hjl@gnu.org>
151
152 * ldfile.c: Include "libiberty.h".
153 * ldlex.l: Likewise.
154
155 * ldmisc.c (buystring): Removed.
156 * ldmisc.h: Likewise.
157
158 * ldfile.c: Replace buystring with xstrdup.
159 * ldlang.c: Likewise.
160 * ldlex.l: Likewise.
161 * ldmain.c: Likewise.
162 * ldmisc.c: Likewise.
163 * lexsup.c: Likewise.
164 * mpw-eppcmac.c: Likewise.
165
35714f2a
AJ
1662001-04-30 Andreas Jaeger <aj@suse.de>
167
168 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
169
884fb58e
NC
1702001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
171
172 * ldlang.c (load_symbols): Give emulation a chance
173 to process unrecognized file before fatal error is
174 reported, not after.
175
87748b32
NC
1762001-04-27 Sean McNeil <sean@mcneil.com>
177
178 * configure.tgt: Add arm-vxworks target.
179 * scripttempl/armcoff.sc: Support .text or .data as a section name
180 prefix.
181 Define _etext.
35714f2a 182
7ce691ae
C
1832001-04-13 J.T. Conklin <jtc@redback.com>
184
185 * ld.texinfo: Document --fatal-warnings.
186 * ld.1: Regenerate.
187
188 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
35714f2a 189 warnings have been turned into errors.
7ce691ae
C
190 * lexsup.c (OPTION_WARN_FATAL): Define.
191 (ld_options): Entry for --fatal-warnings.
192 (parse_args): Handle OPTION_WARN_FATAL.
193 * ld.h (ld_config_type): Add fatal_warnings field.
194
f5fa8ca2
JJ
1952001-04-13 Jakub Jelinek <jakub@redhat.com>
196
197 * ldmain.c (main): Default to discard_sec_merge.
198 * lexsup.c (OPTION_DISCARD_NONE): Define.
199 (ld_options): Add --discard-none.
200 (parse_args): Handle OPTION_DISCARD_NONE.
201 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
202 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
203 all its input sections match.
204
fdec3cfc
L
2052001-04-05 Steven J. Hill <sjhill@cotw.com>
206
207 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
208 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
209 (eelf32ltsmip.c): New target.
210 (eelf64btsmip.c): Likewise.
211 (eelf64ltsmip.c): Likewise.
212 * Makefile.in: Regenerated.
213
214 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
215 target.
216 (mips*-*-linux-gnu*): Likewise.
217
218 * emulparams/elf32ltsmip.sh: New. Traditional little endian
219 MIPS taget.
35714f2a 220 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
fdec3cfc
L
221 target.
222 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
223 endian target.
224
589bad82
HPN
2252001-04-05 Hans-Peter Nilsson <hp@axis.com>
226
227 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
228 correct value of __Stext here.
229 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
230 .startup section.
231
232 * emulparams/crislinux.sh: Remove FIXME.
233
94202e16
AM
2342001-04-02 Alan Modra <alan@linuxcare.com.au>
235
236 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
237 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
238
1268a053
HPN
2392001-03-27 Hans-Peter Nilsson <hp@axis.com>
240
241 * configure.tgt (cris-*-*): Change default emulation to criself.
242 (cris-*-*aout*): New rule.
243
d85e9ff7
AM
2442001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
245
246 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
247 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
248
0879a67a
AJ
2492001-03-26 Andreas Jaeger <aj@suse.de>
250
251 * ld.texinfo (Overview): Fix syntax in texi code.
252
0285c67d
NC
2532001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
254
255 * ld.texinfo: Put @c man indications to generate the ld man page.
256 When generating man, define all the variables. Define SEEALSO
257 and SYNOPSIS. Re-organize some lines to avoid the cross references.
258 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
259 (ld.1): Generate from ld.texinfo.
260 * Makefile.in: Regenerate.
261
c20ec07b
NC
2622001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
263
264 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
265 and '-fdata-sections'. Set the VMA of STABS sections to zero.
266
cc5ce052
UD
2672001-03-17 Ulrich Drepper <drepper@redhat.com>
268
269 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
270 is an absolute path look only for this file and not along the path.
271
a1ab1d2a
UD
2722001-03-17 Ulrich Drepper <drepper@redhat.com>
273
274 * emultempl/elf32.em (OPTION_GROUP): New macro.
275 Add new option Bgroup to longopts.
276 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
277 (gld*_list_options): Add -Bgroup and -z defs.
278 * ld.1: Document -Bgroup and -z defs.
279 * ld.texinfo: Likewise.
280
788fca5a
MM
2812001-03-07 Michael Meissner <meissner@redhat.com>
282
283 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
284 with sections created by -fdata-sections.
285 (.dynbss,.bss): Ditto.
286
1c7566d1
AM
2872001-03-05 Alan Modra <alan@linuxcare.com.au>
288
289 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
290 after_allocation_default, not gld..._before_allocation.
291
1688b748
MH
2922001-02-28 Matt Hiller <hiller@redhat.com>
293
294 * testsuite/ld-scripts/crossref.exp: Initialize flags to
295 [big_or_little_endian].
296 * testsuite/ld-undefined/undefined.exp: Ditto, and include $flags
297 in ld invocations.
298 * testsuite/lib/ld-lib.exp (big_or_little_endian): Recognize -EB,
c19bd1c6 299 -eb, -EL and -el.
1688b748
MH
300 (is_endian_output_format): New function.
301 (default_ld_link): Set flags to [big_or_little_endian] only if ld
302 is being invoked such that the output format being used is of
303 known endianness.
304 (default_ld_simple_link): Ditto.
305
27b7e12d
AM
3062001-02-27 Alan Modra <alan@linuxcare.com.au>
307
308 * configure.in (BFD_VERSION): New.
309 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
310 * configure: Regenerate.
311 * Makefile.am: Run "make dep-am"
312 * Makefile.in: Regenerate.
313
2bc551c7
TW
3142001-02-26 Timothy Wall <twall@cygnus.com>
315
316 * emulparams/elf64_aix.sh: Add additional read-only sections;
317 uncomment lines which are now required.
318
1276aefa
NC
3192001-02-26 H.J. Lu <hjl@gnu.org>
320
321 * ldlang.c (open_input_bfds): Set the bfd error handler so
322 that problems can be caught whilst loading symbols.
323 (record_bfd_errors): New function: Report BFD errors and mark
324 the executable output as being invalid.
325
41c49998
TW
3262001-02-22 Timothy Wall <twall@cygnus.com>
327
328 * configure.host: Add configuration for ia64-*-aix*.
329 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
330 Add dependencies for eelf64_aix.c.
331 * Makefile.in: Regenerate.
332 * configure.tgt: Add ia64-*-aix* mapping.
333 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
a2b64bed 334 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
0879a67a
AJ
335 AIX-specific test.
336
78f85fd7
L
3372001-02-20 H.J. Lu <hjl@gnu.org>
338
339 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
340 false if we found the file.
341
1ac7e077 3422001-02-18 David O'Brien <obrien@FreeBSD.org>
fb33b906
DB
343
344 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
345 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
346
e135f41b
NC
3472001-02-18 lars brinkhoff <lars@nocrew.org>
348
349 * Makefile.am: Add PDP-11 target.
350 * configure.tgt: Likewise.
351 * emulparams/pdp11.sh: New file.
352
a842aceb
DB
3532001-02-17 David O'Brien <obrien@FreeBSD.org>
354
355 * configure.host: Add a generic FreeBSD configuration entry such that
356 all [modern] FreeBSD systems on all platforms will look the same.
357
24174db0
L
3582001-02-14 H.J. Lu <hjl@gnu.org>
359
360 * configure.tgt: Remove mention of earmelf_linux26.
361
30c3c13a
RH
3622001-02-13 Richard Henderson <rth@redhat.com>
363
364 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
365
b46a87b1
L
3662001-02-13 H.J. Lu <hjl@gnu.org>
367
368 * ldexp.h (node_type): Add etree_provided.
369 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
370 type to etree_provided if defined by PROVIDE. Allow updating
0879a67a 371 for etree_provided.
b46a87b1
L
372 (exp_print_tree): Handle etree_provided.
373 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
374 etree_provided.
375
f3988fd9
RH
3762001-02-09 David Mosberger <davidm@hpl.hp.com>
377
378 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
379 .IA_64.unwind.* pattern to unwind table section and
380 .IA_64.unwind_info* pattern to unwind info section.
381
a85d7ed0
NC
3822001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
383
384 * Makefile.am: Add linux target for S/390.
385 * Makefile.in: Likewise.
386 * configure.host: Likewise.
387 * configure.tgt: Likewise.
388 * emulparams/elf64_s390.sh: New file.
389 * emulparams/elf_s390.sh: New file.
390
780248c4
JJ
3912001-02-09 Jakub Jelinek <jakub@redhat.com>
392
393 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
394 targ_extra_libpath.
395 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
396
0e2534bd
PB
3972001-02-06 Philip Blundell <philb@gnu.org>
398
399 * Makefile.am: Remove mention of earmelf_linux26.
400 * Makefile.in: Regenerate.
401
46c1ea57
PB
4022001-02-04 Philip Blundell <philb@gnu.org>
403
404 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
405 * emulparams/armelf_linux26.sh: Delete.
406 * configure.tgt: Remove mention of armelf_linux26 emulation.
407
0088edd2
NC
4082001-02-01 Nick Clifton <nickc@redhat.com>
409
410 * ld.1: Replace occurances of -oformat with --oformat.
411
02aa14fb
AM
4122001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
413
414 * ldlang.c (lang_leave_overlay): Don't set lma_region when
415 load_base is specified.
416
f813923c
HPN
4172001-01-24 Hans-Peter Nilsson <hp@axis.com>
418
419 * emultempl/elf32.em: Correct spelling in comments and listed
420 options.
421
c1eb1488
AM
4222001-01-23 Alan Modra <alan@linuxcare.com.au>
423
424 * ldlang.c (lang_leave_overlay): Only set lma_region from the
425 default for the first section of a group of overlay sections.
426
d9fc3714
AM
4272001-01-22 Alan Modra <alan@linuxcare.com.au>
428
429 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
430 * Makefile.in: Regenerate.
431 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
432 Check for null tool_dir.
433
6be0ca94
JW
4342001-01-16 Jim Wilson <wilson@redhat.com>
435
436 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
437 and IA_64.unwind.info.
438
b9247304
L
4392001-01-16 H.J. Lu <hjl@gnu.org>
440
441 * ldlang.c (lang_check): Merge the private data only if the
442 input file has contents.
443
577a0623
AM
4442001-01-14 Alan Modra <alan@linuxcare.com.au>
445
d952f17a
AM
446 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
447
ffd6e9de
AM
448 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
449 enabling search for libmilli. On a relocatable link, make .text
450 sections unique.
451 (LDEMUL_AFTER_PARSE): Define.
452 (hppaelf_finish): Correct spelling of relocatable in comments.
453
577a0623
AM
454 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
455 rummage through the script for sections on the unique list.
456 Correct length of strncmp for ".note".
457 (gld${EMULATION_NAME}_check_needed): Rearrange function.
458
459 * ldlang.c (unique_section_list): New var.
460 (unique_section_p): New function.
461 (walk_wild_section): Don't match sections on unique_section_list.
462 (lang_add_unique): New function.
ffd6e9de 463 Correct spelling of relocatable in comments.
577a0623
AM
464
465 * ldlang.h (struct unique_sections): Declare.
466 (unique_section_list): Declare.
467 (unique_section_p): Declare.
468 (lang_add_unique): Declare.
469
470 * lexsup.c (ld_options): Allow --unique to take an optional arg.
471 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
472
473 * ld.texinfo (--unique): Update.
474
b7ed8fad
NC
4752001-01-13 Nick Clifton <nickc@redhat.com>
476
477 * lexsup.c (parse_args): Remove spurious white space.
478
d0398d6a
NC
4792001-01-12 Nick Clifton <nickc@redhat.com>
480
481 * lexsup.c (parse_args): Update copyright date.
482
350fdb00
PB
4832001-01-12 Philip Blundell <pb@futuretv.com>
484
485 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
486
60c6797e
KH
4872001-01-10 Kazu Hirata <kazu@hxi.com>
488
489 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
490 * scripttempl/h8300h.sc: Fix formatting.
491 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
492 * scripttempl/h8500.sc: Likewise.
493 * scripttempl/h8500b.sc: Likewise.
494 * scripttempl/h8500c.sc: Likewise.
495 * scripttempl/h8500m.sc: Likewise.
496 * scripttempl/h8500s.sc: Likewise.
60c6797e 497
482e8b32
DB
4982000-01-07 David O'Brien <obrien@BSDi.com>
499
500 * emultempl/elf32.em: Only perform Linux ld hints processing when
501 targeting Linux.
502
d7ed7ca6
PB
5032001-01-07 Philip Blundell <philb@gnu.org>
504
505 * ld.texinfo (Bug Reporting): Update email address for reports.
506
0fc3347a
NC
5072000-12-31 Nick Clifton <nickc@redhat.com>
508
509 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
510 options by checking for a return value of '?' not -1.
511
e4897a32
NC
5122000-12-28 Nick Clifton <nickc@redhat.com>
513
514 * lexsup.c (struct ld_option): Add new enum value:
515 EXACTLY_TWO_DASHES.
516 (ld_options[]): Change -omagic, -output and -oformat options
517 to be EXACTLY_TWO_DASHES.
518 (OUTPUT_COUNT): Use ARRAY_SIZE.
519 (parse_args): Change parameter 'argc' to unsigned.
520 Place EXACTLY_TWO_DASHES options into new really_longopts
521 array.
522 If getopt_long_only fails, try calling getopt_long using the
523 really_longopts array.
524 (help): Print a double dash for both EXACTLY_TWO_DASHES and
525 TWO_DASHES options.
526
527 * ldlex.h: Fix prototype of parse_args.
528
529 * ld.texinfo: Document that long options starting with 'o'
530 must be preceeded by two dashes. Change example of a single
531 dashed long option from -oformat to -trace-symbol.
532
1122a5fc
NC
5332000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
534
535 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
536 (longopts[]): New --no-default-excludes option.
537 (gld_${EMULATION_NAME}_list_options): Document.
538 (gld_${EMULATION_NAME}_parse_args): Handle.
539
037849a9
NC
5402000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
541
542 * ldlang.c (new_stat): Revert the last beautification with "innocent"
543 whitespace, it breaks the K&R C preprocessor.
544
7ec229ce
DD
5452000-12-11 DJ Delorie <dj@redhat.com>
546
547 * ld.texinfo: Add notes about --whole-archive and gcc.
548
b79e8c78
NC
5492000-11-18 Fred Fish <fnf@be.com>
550
551 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
552 (ld_options): Entry for --allow-shlib-undefined.
553 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
554 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
555 to false.
556 * ld.texinfo: Document new command line switch.
d952f17a 557
9a8e2505
GK
5582000-12-12 Geoffrey Keating <geoffk@redhat.com>
559
560 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
561 .fixup is actually read/write.
562 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
563 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
564 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
565
b8355149
JH
566Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
567
568 * NEWS: Add note about x86_64 architecture.
569
93b63cd3
DD
5702000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
571
572 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
573 Set DWARF2 sections to a VMA of zero.
574
24f6971a
NC
5752000-12-01 Joel Sherrill <joel@OARcorp.com>
576
d952f17a 577 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
24f6971a
NC
578 New targets.
579 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
580 (sparc*-*-rtems*): Switched from a.out to ELF.
581
2be3aa03
NC
5822000-11-30 Jan Hubicka <jh@suse.cz>
583
584 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
585 (eelf_x86_64.c): New.
586 * Makefile.in: Regenerate.
587 * configure.tgt: Add support for x86_64-*-linux-gnu*.
588 * emulparams/elf_x86_64.sh: New.
589
8c899858
HPN
5902000-11-30 Hans-Peter Nilsson <hp@axis.com>
591
592 * emulparams/crislinux.sh (ENTRY): Change back to _start.
593 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
594
595 * scripttempl/crisaout.sc: Change all RELOCATING not related to
596 merging non-a.out sections into CONSTRUCTING.
597
e47b9e39
NC
5982000-11-28 Nick Clifton <nickc@redhat.com>
599
600 * ld.1 (COPYING): Mention that the GNU Free Documentation
601 License is present in the sources, but not the output, and
602 also available from the GNU website.
603 (GNU Free Documentation License): Comment out this section.
604
ad95f82a
DB
6052000-11-28 David O'Brien <obrien@dragon.nuxi.com>
606
607 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
608 does not use them.
609
fd89e65f
DB
6102000-11-25 David O'Brien <obrien@FreeBSD.org>
611
612 * ld.1: Remove old date so it does not give the impression the manpage
613 is way out of date.
614
077b8428
NC
6152000-11-24 Nick Clifton <nickc@redhat.com>
616
617 * configure.tgt (xscale-coff): Add target.
618 (xscale-elf): Add target.
619
49425d28
NC
6202000-11-24 Fred Fish <fnf@be.com>
621
d952f17a
AM
622 * ldmain.c (main): Remove redundant init of config.make_executable
623 to true.
49425d28 624
d3480244
RH
6252000-11-15 Richard Henderson <rth@redhat.com>
626
627 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
628
1ce7de8b
KH
6292000-11-14 Kazu Hirata <kazu@hxi.com>
630
631 * scripttempl/h8300.sc: Fix formatting.
632 * scripttempl/h8300h.sc: Likewise.
633 * scripttempl/h8300s.sc: Likewise.
634
208d5cd0
DC
635Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
636
637 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
638
2e418547
PB
6392000-11-09 Philip Blundell <pb@futuretv.com>
640
641 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
642 around orphan sections whose names can be represented in C.
643
c940e6fc
JW
6442000-11-07 Jim Wilson <wilson@redhat.com>
645
646 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
647 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
648
704c465c
NC
6492000-11-06 Nick Clifton <nickc@redhat.com>
650
651 * ld.texinfo: Add GNU Free Documentation License.
652 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 653 * ld.1: Add GNU Free Documentation License.
704c465c 654
dca7760f
AM
6552000-11-05 Alan Modra <alan@linuxcare.com.au>
656
657 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
658 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
659
660 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
661 Move 2000-11-02 Makefile.in changes to this file.
662 * Makefile.in: Regenerate.
663
40a633d5
NC
6642000-11-03 Nick Clifton <nickc@redhat.com>
665
666 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
667 constructors and destructors.
668 * scripttempl/h8300h.sc: Ditto.
669 * scripttempl/h8300s.sc: Ditto.
670 * scripttempl/h8500.sc: Ditto.
671 * scripttempl/h8500b.sc: Ditto.
672 * scripttempl/h8500c.sc: Ditto.
673 * scripttempl/h8500m.sc: Ditto.
674 * scripttempl/h8500s.sc: Ditto.
675 * scripttempl/v850.sc: Ditto.
676 * scripttempl/w65.sc: Ditto.
677 * scripttempl/z8000.sc: Ditto.
678
59ff2774
NC
6792000-11-02 Per Lundberg <plundis@chaosdev.org>
680
681 * Makefile.in (e_i386_chaos.c): New rule.
682 (ALL_EMULATIONS): Added e_i386_chaos.o.
683 * emulparams/elf_i386_chaos.sh: New file.
684 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
685
645571e1
JJ
6862000-10-20 Jakub Jelinek <jakub@redhat.com>
687
688 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
689 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
690 Fix sed invocation, so that it coped with '/' in Solaris 64bit
691 library path suffix.
692 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
693
c5975a45
HPN
6942000-10-18 Hans-Peter Nilsson <hp@axis.com>
695
696 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
697 for consecutive sections.
698
ea20a7da
CC
6992000-10-17 Chandrakala Chavva <cchavva@redhat.com>
700
d952f17a
AM
701 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
702 options.
703 * ld.texinfo: Added notes about this new option.
ea20a7da 704
6e45556a
NC
7052000-10-16 Nick Clifton <nickc@redhat.com>
706
707 * emultempl/pe.em (_after_open): Add tests of return values from
708 bfd functions. Emit appropriate error messages if necessary.
709
b9a69188
NC
7102000-10-13 Nick Clifton <nickc@redhat.com>
711
712 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
713 local variables - they are not used, but leave in the call to
714 bfd_canonicalize_symtab.
b9a69188
NC
715 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
716 pe_dll_search_prefix.
717
627427de 7182000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
d952f17a 719
627427de
DD
720 * emultempl/pe.em (pe_dll_search_prefix): New variable,
721 (longopts): New --dll-search-prefix option.
722 (gld_${EMULATION_NAME}_list_options): Document.
723 (gld_${EMULATION_NAME}_parse_args): Handle.
724 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
725 dynamically, search for a dll named '<prefix><basename>.dll'
726 in preference to 'lib<basename>.dll' if --dll-search-prefix
727 is specified.
728
24376d1b
AM
7292000-10-12 Alan Modra <alan@linuxcare.com.au>
730
731 * ldlang.c (section_already_linked): Set kept_section instead of
732 sec->comdat->sec.
733
e47d05ad
KH
7342000-10-10 Kazu Hirata <kazu@hxi.com>
735
736 * deffile.h: Fix formatting.
737 * lexsup.c: Likewise.
738 * mri.c: Likewise.
739
23a87948
DD
7402000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
741
742 * pe-dll.c (make_one): Do not generate code thunk for DATA
743 exports.
744 (process_def_file): deduce DATA flag for auto-export sumbols.
745
86b1cc60
KH
7462000-10-09 Kazu Hirata <kazu@hxi.com>
747
89cdebba
KH
748 * ld.h: Fix formatting.
749 * ldcref.c: Likewise.
750 * ldctor.h: Likewise.
751 * ldemul.c: Likewise.
752 * ldemul.h: Likewise.
753 * ldexp.c: Likewise.
754 * ldexp.h: Likewise.
755 * ldfile.c: Likewise.
756 * ldfile.h: Likewise.
757 * ldlang.c: Likewise.
758 * ldlang.h: Likewise.
759 * ldmain.c: Likewise.
7bfd51a3
KH
760 * pe-dll.c: Likewise.
761
762 * pe-dll.c: Revert some formatting fixes.
86b1cc60 763
d643799d
KH
7642000-10-08 Kazu Hirata <kazu@hxi.com>
765
766 * pe-dll.c: Fix formatting.
767
08da4cac
KH
7682000-10-05 Kazu Hirata <kazu@hxi.com>
769
770 * ldlang.c: Fix formatting.
771
c2a94a7a
DD
7722000-10-03 DJ Delorie <dj@redhat.com>
773
774 * pe-dll.c (fill_edata): initialize entire block
775 (make_one): fill in correct section.
776
8c95a62e
KH
7772000-10-03 Kazu Hirata <kazu@hxi.com>
778
779 * ldexp.c: Fix formatting.
780
486e80e2
DD
7812000-10-02 DJ Delorie <dj@redhat.com>
782
783 * emultempl/pe.em (gld_*_after_open): detect case where there two
784 import libraries for same dll; rename one to ensure proper link
785 order.
786
787 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
788 typo
789 (generate_edata): fix typo
790
24dd9f75
HPN
7912000-09-29 Hans-Peter Nilsson <hp@axis.com>
792
793 * scripttempl/crisaout.sc (ENTRY): Now __start.
794 (.text): Add default setting for __start.
795 Remove CONSTRUCTORS handling.
796 (/DISCARD/): Add .gnu.warning.*.
797 * emulparams/crislinux.sh (ENTRY): Now __start.
798 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
799 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
800 (ENTRY): Now __start.
801 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
802 (EXECUTABLE_SYMBOLS): Add default setting for __start.
803
4de2d33d
KH
8042000-09-29 Kazu Hirata <kazu@hxi.com>
805
5cc18311
KH
806 * deffile.h: Fix formatting.
807 * ld.h: Likewise.
808 * ldcref.c: Likewise.
4de2d33d 809 * ldctor.c: Likewise.
5cc18311 810 * ldctor.h: Likewise.
4de2d33d 811 * ldemul.c: Likewise.
5cc18311 812 * ldemul.h: Likewise.
4de2d33d 813 * ldexp.c: Likewise.
5cc18311 814 * ldexp.h: Likewise.
4de2d33d 815 * ldfile.c: Likewise.
5cc18311 816 * ldfile.h: Likewise.
4de2d33d 817 * ldlang.c: Likewise.
5cc18311
KH
818 * ldlang.h: Likewise.
819 * lexsup.c: Likewise.
820 * mri.c: Likewise.
821 * pe-dll.c: Likewise.
4de2d33d 822
45b1f63c
DD
8232000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
824
825 * pe-dll.c (process_def_file): Uninitialized data wasn't
826 exported with --export-all-symbols switch.
d952f17a 827
45b1f63c
DD
8282000-09-28 DJ Delorie <dj@redhat.com>
829
830 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
831 noname work properly.
832
47d89dba
AM
8332000-09-28 Alan Modra <alan@linuxcare.com.au>
834
835 * ld.texinfo (HPPA ELF32): New section.
836
837 * emultempl/hppaelf.em (group_size): New.
838 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
839 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
840 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
841 options to prevent abbreviations matching.
842 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
843 (PARSE_AND_LIST_ARGS_CASES): Handle it.
844
36bdbeec
NC
8452000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
846
847 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
848 on the m68*-*-elf target. Make it support COFF input objects.
849
6d5e62f8
KH
8502000-09-21 Kazu Hirata <kazu@hxi.com>
851
852 * ldmain.c: Fix formatting.
853 * ldmisc.c: Likewise.
854 * ldver.c: Likewise.
855 * ldwrite.c: Likewise.
856
e2eb67d9
AM
8572000-09-21 Alan Modra <alan@linuxcare.com.au>
858
859 * ldwrite.c (clone_section): Silence gcc warnings.
860
b3ea3584
AM
8612000-09-20 Alan Modra <alan@linuxcare.com.au>
862
863 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
864 out of memory failure.
865
866 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
867 (clone_section): Handle out of memory failures. Rename var to
868 avoid c++ reserved word.
869
25f72752
AM
8702000-09-18 Alan Modra <alan@linuxcare.com.au>
871
872 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
873 stub_name param to stub_sec_name.
874 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
875
0752970e
NC
8762000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
877
878 * emultempl/m68kelf.em: New file.
879 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
880 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
881 * Makefile.in: Regenerate.
882
92b7e9d8
AM
8832000-09-15 Alan Modra <alan@linuxcare.com.au>
884
885 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
886 only as needed.
887
9b14b192
NC
8882000-09-13 Nick Clifton <nickc@redhat.com>
889
890 * ldmain.c (multiple_definition): Disable relaxation if
891 multiple symbol definitions are encountered - otherwise the
892 linker could abort with an assertion failure.
893
891fa266
NC
8942000-09-10 Nick Clifton <nickc@redhat.com>
895
896 * mri.c: Fix formatting.
897
5d64ca4e
L
8982000-09-07 H.J. Lu <hjl@gnu.org>
899
900 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
901 * configure: Rebuild.
902
dd94604f
L
9032000-09-07 H.J. Lu <hjl@gnu.org>
904
905 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
906 * Makefile.in: Rebuild.
907
71bfc0ae
AM
9082000-09-07 Alan Modra <alan@linuxcare.com.au>
909
910 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
911 broken list handling. Create __start_SECNAME and __stop_SECNAME
912 when no place-holder. Add some comments. Test both SEC_CODE and
913 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 914 Handle case where no output section statement created.
71bfc0ae 915
4a428502
AO
9162000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
917
918 * configure.tgt (sh-*-linux*): Added.
919 * Makefile.am: Added eshelf_linux and eshlelf_linux.
920 * Makefile.in: Rebuilt.
921 * emulparams/shelf_linux.sh: New file.
922 * emulparams/shlelf_linux.sh: New file.
923
f9989030
AM
9242000-09-06 Alan Modra <alan@linuxcare.com.au>
925
926 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
927 try shuffling sections when the orphan happens to be the place
928 holder. Keep count of unique section names generated so we speed
929 the search for a new name.
930
58cccadb
AO
9312000-09-06 Alexandre Oliva <aoliva@redhat.com>
932
933 * configure: Rebuilt with new libtool.m4.
934
5b343f5a
NC
9352000-09-05 Nick Clifton <nickc@redhat.com>
936
937 * Makefile.in: Regenerate.
938 * aclocal.m4: Regenerate.
939 * configure: Regenerate.
940 * config.in: Regenerate.
941 * po/ld.pot: Regenerate.
942
943 * ldint.texinfo: Remove CVS revision marker - it foils local
944 comparisons.
945
946 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 947
a854a4a7
AM
9482000-09-05 Alan Modra <alan@linuxcare.com.au>
949
3231d22e
AM
950 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
951 to stub section flags.
952 (hppa_for_each_input_file_wrapper): New.
953 (hppa_lang_for_each_input_file): New.
954 (lang_for_each_input_file): Define to call above.
955 (multi_subspace): New.
956 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
957 (PARSE_AND_LIST_PROLOGUE): Define.
958 (PARSE_AND_LIST_LONGOPTS): Define.
959 (PARSE_AND_LIST_OPTIONS): Define.
960 (PARSE_AND_LIST_ARGS_CASES): Define.
961 (hppaelf_finish): Call elf32_hppa_set_gp.
962 (hppaelf_set_output_arch): Remove.
963 (LDEMUL_SET_OUTPUT_ARCH): Remove.
964
965 * emulparams/hppalinux.sh (ELFSIZE): Define.
966 (MACHINE): Define.
967 (OTHER_READONLY_SECTIONS): Define.
968 (DATA_PLT): Define.
969 (GENERATE_SHLIB_SCRIPT): Define.
970
5f992e62
AM
971 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
972 to const throughout. Change `void *' to `PTR' throughout.
973 (lang_memory_default): Function is local to file, add `static'.
974
975 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
976 (ehppalinux.c): Likewise.
977 (earmelf.c): Likewise.
978 (earmelf_linux.c): Likewise.
979 (earmelf_linux26.c): Likewise.
980 * Makefile.in: Regenerate.
981
a854a4a7
AM
982 * ld.h (ld_config_type): Add unique_orphan_sections.
983 * lexsup.c (OPTION_UNIQUE): Define.
984 (ld_options): Add "--unique".
985 (parse_args): Handle it.
986 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
987 search for an existing output section if unique_orphan_sections is
988 set. Make use of bfd_get_unique_section_name rather than
989 duplicating code here.
990 * ld.texinfo: Describe --unique.
991
992 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
993 optional arg to split-by-file.
994 (parse_args): Handle them.
995 * ld.texinfo: Update description of these options.
996 * ldwrite.c (clone_section): Pass in the section name. Replace
997 local code with bfd_get_unique_section_name.
998 (split_sections): Tidy code and comments. Use a list traversal
999 more appropriate to the list construction. Handle cooked section
1000 sizes. Split when split_by_reloc reached rather than exceeded.
1001 Track section size and split when split_by_file reached. Fix
1002 link_order_tail (even though it's not used).
1003 (ldwrite): Modify condition for calling split_sections to suit
1004 changed split_by_reloc and split_by_file.
1005 * ldmain.c (main): Init config.split_by_reloc and
1006 config.split_by_file to -1.
1007 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
1008 Change split_by_file to bfd_size_type.
1009
18e03609
NC
10102000-09-02 Nick Clifton <nickc@redhat.com>
1011
1012 * configure.in: Increase version number to 2.10.91.
1013 * NEWS: Mention new ability to support removal of duplicate DWARF2
1014 debug information.
1015 * configure: Regenerate.
1016 * aclocal.m4: Regenerate.
1017 * config.in: Regenerate.
1018
3a9d486c
NC
10192000-09-02 Daniel Berlin <dberlin@redhat.com>
1020
1021 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
1022 sections.
a2b64bed 1023 * scripttempl/elf32avr.sc: Ditto.
3a9d486c
NC
1024 * scripttempl/elfd10v.sc: Ditto.
1025 * scripttempl/elfd30v.sc: Ditto.
1026 * scripttempl/elfi370.sc: Ditto.
1027 * scripttempl/elfm68hc11.sc: Ditto.
1028 * scripttempl/elfm68hc12.sc: Ditto.
1029 * scripttempl/elfi386beos.sc: Ditto.
1030 * scripttempl/v850.sc: Ditto.
50bbae35 1031
ac48eca1
AO
10322000-08-31 Alexandre Oliva <aoliva@redhat.com>
1033
1034 * acinclude.m4: Include libtool and gettext macros from the
1035 top level.
1036 * aclocal.m4, configure: Rebuilt.
1037
c13b1b77
NC
10382000-08-25 Nick Clifton <nickc@redhat.com>
1039
1040 * ldlang.c (open_output): When choosing the target for a
1041 particular endianness, do nothing if the target is not
1042 supported.
1043
dcb0bd0e
L
10442000-08-25 H.J. Lu <hjl@gnu.org>
1045
1046 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
1047 check -rpath nor LD_RUN_PATH for cross link.
1048 * ld.texinfo: Document the change.
1049
5bcac8a4
HPN
10502000-08-24 Hans-Peter Nilsson <hp@axis.com>
1051
1052 * NEWS: Mention support for CRIS.
1053
6dd8c765
L
10542000-08-23 H.J. Lu <hjl@gnu.org>
1055
1056 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
1057 the current runpath list from bfd_elf_get_runpath_list ()
1058 before search.
1059
ec4eb78a
L
10602000-08-22 H.J. Lu <hjl@gnu.org>
1061
1062 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
1063 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
1064 LD_LIBRARY_PATH for native linker. Display the needed DSO if
1065 trace_file_tries is non-zero.
1066 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
1067 if trace_file_tries is non-zero.
1068
1069 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 1070 * NEWS: Mention it.
ec4eb78a 1071
22b36938
JE
10722000-08-14 Jason Eckhardt <jle@cygnus.com>
1073
1074 * NEWS: Mention i860 support.
1075
d73e9da0
AS
10762000-08-14 Andreas Schwab <schwab@suse.de>
1077
1078 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 1079 syntax.
d73e9da0 1080
9ac4db9c
GK
10812000-08-10 Geoff Keating <geoffk@cygnus.com>
1082
1083 * scripttempl/elf.sc: Add a comment giving the correspondence
1084 between sections, per-datum sections, and linkonce sections. Make
1085 the comment true even for .bss, .sdata, .sdata2, .sbss, and
1086 .sbss2.
1087
165589e4
JE
10882000-08-10 Jason Eckhardt <jle@cygnus.com>
1089
1090 * emulparams/elf32_i860.sh: New file.
1091 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
1092 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
1093 (eelf32_i860.c): New rule.
1094 * Makefile.in: Regenerate.
1095
345a835d
NC
10962000-08-10 Nick Clifton <nickc@cygnus.com>
1097
1098 * emulparams/mipspe.sh (ENTRY): Add definition.
1099
e374f1d9
NC
11002000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
1101
1102 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
1103 in error message.
1104
236d5abf
NC
11052000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1106
1107 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
1108 the final size of .bss section.
1109 * scripttempl/elfm68hc12.sc: Likewise.
1110
4b209b22
AM
11112000-08-04 Alan Modra <alan@linuxcare.com.au>
1112
1113 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
1114 gld${EMULATION_NAME}_parse_args for consistency. Combine
1115 lastoptind and prevoptind vars, and keep track of last optind.
1116 (gld_${EMULATION_NAME}_list_options): Rename to
1117 gld${EMULATION_NAME}_list_options.
1118
28423a68
AM
11192000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
1120
1121 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
1122 (i586-sco-sysv5uw7.1.0).
1123
b2009ff7
L
11242000-07-27 H.J. Lu <hjl@gnu.org>
1125
1126 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
1127 (PARSE_AND_LIST_PROLOGUE): New.
1128 (PARSE_AND_LIST_LONGOPTS): Likewise.
1129 (PARSE_AND_LIST_OPTIONS): Likewise.
1130 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1131 (PARSE_AND_LIST_EPILOGUE): Likewise.
1132
04925e1e
AM
11332000-07-28 Alan Modra <alan@linuxcare.com.au>
1134
41392f03
AM
1135 * emultempl/armelf.em: Elide functions common to elf32.em,
1136 ie. most of the file.
1137 (arm_elf_after_open): New. Do arm specific things then call
1138 gld${EMULATION_NAME}_after_open.
1139 (arm_elf_before_allocation): New. Call
1140 gld${EMULATION_NAME}_before_allocation then do arm specifics.
1141 (PARSE_AND_LIST_PROLOGUE): Define.
1142 (PARSE_AND_LIST_SHORTOPTS): Define.
1143 (PARSE_AND_LIST_LONGOPTS): Define.
1144 (PARSE_AND_LIST_OPTIONS): Define.
1145 (PARSE_AND_LIST_ARGS_CASES): Define.
1146 (LDEMUL_AFTER_OPEN): Define.
1147 (LDEMUL_BEFORE_ALLOCATION): Define.
1148 (LDEMUL_BEFORE_PARSE): Define.
1149 (LDEMUL_FINISH): Define.
1150
1151 * emultempl/hppaelf.em: Similarly zap most of this file.
1152 (hppaelf_add_stub_section): Prototype.
1153 (hppaelf_layaout_sections_again): Prototype.
1154 (hook_in_stub): Prototype.
1155 (LDEMUL_SET_OUTPUT_ARCH): Define.
1156 (LDEMUL_FINISH): Define.
1157 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1158
1159 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
1160 (EXTRA_EM_FILE): New.
1161 * emulparams/armelf_linux.sh: Likewise.
1162 * emulparams/armelf_linux26.sh: Likewise.
1163 * emulparams/hppalinux.sh: Likewise.
1164 * emulparams/hppaelf.sh: Likewise.
1165 (NOP): Define.
1166
1167 * emultempl/elf32.em: Fix formatting.
1168 (EXTRA_EM_FILE): Source it.
1169 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1170 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1171 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1172 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1173 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1174 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1175 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1176 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1177 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
1178 allow functions in this file to be overridden.
1179 (PARSE_AND_LIST_SHORTOPTS): Handle it.
1180
1181 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
1182
04925e1e
AM
1183 * emultempl/elf32.em: Reorganize file.
1184
88cdf297
NC
11852000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
1186
1187 * emulparams/elf64alpha.sh: Implement "-taso" emulation
1188 specific option to fit 64-bit executable in the lower
1189 31-bit address range. This is done by changing start
1190 address of .interp (the very first section of executable)
1191 and then setting EF_ALPHA_32BIT elf header flag.
1192
20bccb34
NC
11932000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1194
1195 * emultempl/m68kcoff.em: New file.
1196 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
1197 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
1198 generic.em.
1199 * Makefile.in: Regenerate.
1200
699845ef
L
12012000-07-20 H.J. Lu <hjl@gnu.org>
1202
1203 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
1204 and "disable-new-dtags" to stop getopt from treating -d/-e as
1205 abbreviations for these options.
1206
6c1439be
L
12072000-07-20 H.J. Lu <hjl@gnu.org>
1208
1209 * ld.texinfo: Add documentation for --disable-new-dtags and
1210 --enable-new-dtags.
1211
1212 * ldmain.c (main): Initialize link_info.new_dtags to false.
1213
1214 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
1215 --disable-new-dtags and --enable-new-dtags.
1216 (gld_${EMULATION_NAME}_list_options): Likewise.
1217
28c309a2
NC
12182000-07-05 Kenneth Block <krblock@computer.org>
1219
a2b64bed
NC
1220 * lexsup.c: Add optional style to demangle switch
1221 * ld.texinfo: Document optional style to demangle switch.
50bbae35 1222
9d06555c
HPN
12232000-07-20 Hans-Peter Nilsson <hp@axis.com>
1224
1225 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
1226 ecrislinux.o.
1227 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
1228 Regenerate dependencies.
1229 * Makefile.in: Rebuild.
1230 * configure.tgt (cris-*-*): New target.
1231 * emulparams/crisaout.sh, emulparams/criself.sh,
1232 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
1233 * po/POTFILES.in, po/ld.pot: Regenerate.
1234
19e3be22
L
12352000-07-20 H.J. Lu <hjl@gnu.org>
1236
1237 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
1238 Print out ignored -z options.
1239
e0ee487b
L
12402000-07-19 H.J. Lu <hjl@gnu.org>
1241
19e3be22
L
1242 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
1243 (PARSE_AND_LIST_PROLOGUE): New.
1244 (PARSE_AND_LIST_LONGOPTS): Likewise.
1245 (PARSE_AND_LIST_OPTIONS): Likewise.
1246 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1247
1248 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
1249
1250 * lexsup.c (ld_options): Comment out 'z'.
1251 (parse_args): Likewise.
1252
1253 * emultempl/elf32.em: Include "elf/common.h".
1254 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
1255 options.
1256 (gld_${EMULATION_NAME}_list_options): Likewise.
1257
1258 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 1259
49e56c49
L
12602000-07-19 H.J. Lu <hjl@gnu.org>
1261
1262 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
1263 bfd_elf_set_dt_needed_soname ().
1264
9d68bc82
DD
12652000-07-18 DJ Delorie <dj@cygnus.com>
1266
1267 * pe-dll.c (pe_dll_id_target): check object target name also
1268
53db15ed
HPN
12692000-07-18 Hans-Peter Nilsson <hp@axis.com>
1270
1271 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
1272 ${INIT_END} if relocating.
1273 (.fini): Likewise ${FINI_START} and ${FINI_END}.
1274
0ad8cf4c
DD
12752000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
1276
a2b64bed 1277 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
0ad8cf4c
DD
1278 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
1279 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
1280 errors introduced by the old dynamic lib search order.
1281
874c8c99
DD
12822000-07-17 DJ Delorie <dj@cygnus.com>
1283
1284 * pe-dll.c (process_def_file): auto-export data items also
1285 (pe_process_import_defs): also see if _imp_ form needed
1286
5b4cf3f4
DD
12872000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1288
1289 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
1290 for dll import libraries
1291
062739d1
NC
12922000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
1293
1294 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
d952f17a 1295 gcc 2.95.2 and later.
062739d1 1296
1c64c4ed
NC
12972000-07-11 Kazu Hirata <kazu@hxi.com>
1298
50bbae35
AM
1299 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
1300 message.
1c64c4ed 1301
b71e2778
AM
13022000-07-10 Alan Modra <alan@linuxcare.com.au>
1303
1304 * ldemul.h (struct lang_input_statement_struct): Remove forward
1305 declaration.
1306 (struct search_dirs): Likewise.
1307 * ldfile.h (struct lang_input_statement_struct): Likewise.
1308 Protect file from multiple inclusion.
1309 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
1310 declaration from macro to file scope.
1311
1312 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
1313 * ldgram.y: Likewise here.
1314 * ldlang.c: And here.
1315 * ldmain.c: And here.
1316 * mpw-elfmips.c: And here.
1317 * mpw-eppcmac.c: And here.
1318 * emultempl/aix.em: And here.
1319 * emultempl/armcoff.em: And here.
1320 * emultempl/armelf.em: And here.
1321 * emultempl/armelf_oabi.em: And here.
1322 * emultempl/beos.em: And here.
1323 * emultempl/elf32.em: And here.
1324 * emultempl/hppaelf.em: And here.
1325 * emultempl/linux.em: And here.
1326 * emultempl/lnk960.em: And here.
1327 * emultempl/pe.em: And here.
1328 * emultempl/sunos.em: And here.
1329 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
1330 * mpw-idtmips.c: Ditto.
1331 * emultempl/generic.em: Ditto.
1332 * emultempl/gld960.em: Ditto.
1333 * emultempl/gld960c.em: Ditto.
1334 * emultempl/mipsecoff.em: Ditto.
1335 * emultempl/ticoff.em: Ditto.
1336 * emultempl/vanilla.em: Ditto.
1337
1338 * pe-dll.c: Include ldfile.h
1339 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
1340
1341 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
1342 arguments to bfd_elf32_size_dynamic_sections call.
1343 (gldelf32ebmip_place_orphan): Add missing arguments to
1344 lang_leave_output_section_statement call.
1345
2ef53d66
L
13462000-07-10 H.J. Lu <hjl@gnu.org>
1347
1348 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
1349 DLL_SUPPORT.
1350 (strhash): Likewise.
1351 (compute_dll_image_base): Likewise.
1352 (pe_undef_found_sym): Likewise.
1353 (pe_undef_cdecl_match): Likewise.
1354 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
1355 argument "arch" with ATTRIBUTE_UNUSED.
1356
9a8cbb09
AM
13572000-07-10 Alan Modra <alan@linuxcare.com.au>
1358
1359 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
1360
1361 From Ryan Bradetich <rbradetich@uswest.net>
1362 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 1363
4900fc06
AM
13642000-07-09 Alan Modra <alan@linuxcare.com.au>
1365
1366 Changes to create multiple linker stubs, positioned immediately
1367 before the section where they are required.
1368 * emultempl/hppaelf.em: Include elf32-hppa.h.
1369 (stub_sec, file_chain): Delete.
1370 (hppaelf_create_output_section_statements): Don't make a stub
1371 section here.
1372 (hook_stub_info): New struct.
1373 (hook_in_stub): New function.
1374 (hppaelf_add_stub_section): New function.
1375 (hppaelf_finish): Do nothing for relocateable links. Modify the
1376 call to elf32_hppa_size_stubs. Move code for updating section
1377 layout from here...
1378 (hppaelf_layaout_sections_again): ..to here, a new function.
1379
1380 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
1381 broken list handling. Pass in a pointer to the list.
1382 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
1383 for above changes.
1384 (hppaelf_before_parse): Prototype.
1385 (hppaelf_set_output_arch): Prototype.
1386 (hppaelf_create_output_section_statements): Prototype.
1387 (hppaelf_delete_padding_statements): Prototype.
1388 (hppaelf_finish): Prototype.
1389
1390 Merge from elf32.em
1391 * emultempl/hppaelf.em: Include ctype.h.
1392 (struct orphan_save): New.
1393 (gld${EMULATION_NAME}_place_orphan): New.
1394 (output_rel_find): New.
1395 (hppaelf_get_script): Update from elf32.em.
1396 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
1397 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 1398 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
1399
1400 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
1401 ehppalinux.o, sort it. Regenerate dependencies.
1402 (ehppalinux.c): Depend on hppaelf.em
1403 * Makefile.in: Regenerate.
1404
1405 * configure.tgt: targ_emul=hppalinux for hppa*linux
1406
1407 * emulparams/hppalinux.sh: New.
1408 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
1409
227aeb07
AM
14102000-07-08 Alan Modra <alan@linuxcare.com.au>
1411
1412 * lexsup.c (parse_args): Copy section name.
1413
28609fd4 14142000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
602e90d3 1415
2ef53d66 1416 * emultempl/pe.em: institute the following search order for
602e90d3
DD
1417 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
1418 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
1419 static lib (libfoo.a) if none of the above are found.
1420
5f577f7d
DD
14212000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
1422
50bbae35 1423 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 1424 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 1425 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
1426 (gld_${EMULATION_NAME}_parse): Handle.
1427 (strhash): New static function.
50bbae35 1428 (compute_dll_image_base): New static function.
5f577f7d
DD
1429 (gld_${EMULATION_NAME}_set_symbols): Use.
1430
9a8cbb09 14312000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
1432
1433 * MAINTAINERS: new
1434
3548145d 14352000-07-01 Koundinya K <kk@ddeorg.soft.net>
50bbae35
AM
1436
1437 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
1438 * emulparams/elf32btsmip.sh: New file.
1439 * Makefile.am: Add traditional mips target.
1440 * Makefile.in: Rebuild.
1441
67798033
L
14422000-07-01 H.J. Lu <hjl@gnu.org>
1443
1444 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
1445 automake to use YLWRAP.
1446 * Makefile.in: Rebuild.
1447
0bdaf48b
AM
14482000-07-01 Alan Modra <alan@linuxcare.com.au>
1449
1450 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
1451 (CLEANFILES): Add DEPA.
1452 * Makefile.in: Regenerate.
1453
c9e769c2
TW
14542000-06-30 Timothy Wall <twall@ppc>
1455
1456 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
1457 the page in the upper octet of the address.
1458
65aa24b6
NC
14592000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
1460
1461 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
1462
4667035e
AM
14632000-06-24 Alan Modra <alan@linuxcare.com.au>
1464
1465 * NEWS: arm-elf does --gc-sections too.
1466
1581f8c9
AM
14672000-06-22 Alan Modra <alan@linuxcare.com.au>
1468
1469 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1470 find one.
1471 * Makefile.in: Regenerate.
1472
01580992
L
14732000-06-21 H.J. Lu <hjl@gnu.org>
1474
1475 * Makefile.am: Rebuild dependency.
1476 * Makefile.in: Rebuild.
1477
bbeb2e03
L
14782000-06-20 H.J. Lu <hjl@gnu.org>
1479
1480 * Makefile.am: Rebuild dependency.
1481 * Makefile.in: Rebuild.
1482
74459f0e
TW
14832000-06-20 Timothy Wall <twall@cygnus.com>
1484
1485 * scripttempl/tic54xcoff.sc: New.
1486 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
1487 * gen-doc.texi: Add flag for TI COFF.
1488 * ld.texinfo: Add documentation for TI COFF handling switches.
1489 * emultempl/ticoff.em: New. TI COFF handling.
1490 * configure.tgt: Add tic54x target.
1491 * Makefile.am: Add tic54x target.
1492 * Makefile.in: Ditto.
1493
2ab47eed
AM
14942000-06-20 Alan Modra <alan@linuxcare.com.au>
1495
1496 * ldmain.c (set_scripts_dir): Correct pointer comparison when
1497 checking for backslashes.
1498
919e4093
AM
14992000-06-19 Alan Modra <alan@linuxcare.com.au>
1500
1501 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
1502
987fd5b4
AM
15032000-06-18 Alan Modra <alan@linuxcare.com.au>
1504
1505 * NEWS: Update list of targets supporting --gc-sections.
1506
1507 * scripttempl/elf.sc: KEEP .eh_frame contents.
1508 * scripttempl/elfd30v.sc: Same here.
1509
60bcf0fa
NC
15102000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
1511
1512 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
1513 and m68hc11 (elf).
1514 * Makefile.in: Rebuild.
1515 * configure.tgt: Recognize m68hc12 and m68hc11.
1516 * scripttempl/elfm68hc12.sc: New file.
1517 * emulparams/m68hc12elfb: New emulation.
1518 * emulparams/m68hc12elf: New emulation.
1519 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
1520 (includes a memory.x script to define the ROM and RAM banks).
1521 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
1522 New configuration files for support of Motorola 68hc11
1523
c7c54483
AM
15242000-06-15 Alan Modra <alan@linuxcare.com.au>
1525
1526 * ldmain.c (main): Only change SEC_READONLY for final link.
1527
bcef29e6
L
15282000-06-13 H.J. Lu <hjl@gnu.org>
1529
1530 * configure: Regenerate.
1531
946efd95
DB
15322000-06-08 David O'Brien <obrien@FreeBSD.org>
1533
1534 * configure.in (VERSION): Update to show this is the CVS mainline.
1535
57a6fd07
DB
15362000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1537
1538 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
1539 input objects to be ECOFF.
1540 (check_sections): einfo takes %B, not %P, to print a BFD name.
1541
e06cae36
L
15422000-06-05 Michael Matz <matz@ifh.de>
1543
1544 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
d952f17a 1545 version scripts.
e06cae36 1546
d952f17a 1547 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
e06cae36 1548
2f0b56c0
DC
15492000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
1550
1551 * emulparams/avr1200.sh (STACK): Define as 0.
1552 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1553 * emulparams/avr4433.sh (STACK): Likewise.
1554 * emulparams/avr44x4.sh (STACK): Likewise.
1555 * emulparams/avr85xx.sh (STACK): Likewise.
1556 * emulparams/avrmega103.sh (STACK): Likewise.
1557 * emulparams/avrmega161.sh (STACK): Likewise.
1558 * emulparams/avrmega603.sh (STACK): Likewise.
1559 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
1560 (__stack): Define from ${STACK} for main().
1561
2114f57b
AM
15622000-05-26 Alan Modra <alan@linuxcare.com.au>
1563
1564 * Makefile.am: Update dependencies with "make dep-am"
1565 * Makefile.in: Regenerate.
1566
5af11cab
AM
15672000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
1568
1569 * ldmain.c: Include filenames.h.
1570 (set_scripts_dir): Support backslashes in program name.
1571
1f0df59a
NC
15722000-05-22 Igor Shevlyakov <igor@windriver.com>
1573
1574 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
1575 read-only, don't forget to reset SEC_READONLY because it
1576 could be already set.
1f0df59a 1577
176355da
NC
15782000-05-22 Thomas de Lellis <tdel@windriver.com>
1579
50bbae35
AM
1580 * ld.1: Add documentation for new command line option:
1581 --section-start <sectionname>=<sectionorg>
1582 This is a generic version of -Ttext etc. which accepts
1583 any section name as a parameter instead of just text/data/
1584 bss.
1585 * ld.texinfo: More docs.
1586 * NEWS: More docs.
1587 * lexsup.c: (parse_args): Recognize new command line option.
176355da 1588 (ld_options): Add new option.
50bbae35 1589
8c5ff972
L
15902000-05-18 H.J. Lu <hjl@gnu.org>
1591
1592 * lexsup.c (parse_args): `i' == `r', not `q'.
1593
0b76fe77
JL
1594Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
1595
1596 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1597
a712da20
NC
15982000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
1599 Rick Gorton <gorton@scrugs.lkg.dec.com>
50bbae35 1600
a712da20
NC
1601 Add support for '-q' == '--emit-relocs' switch.
1602 * ldmain.c (main): Default to false.
1603 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1604 * NEWS: Describe the emitrelocations switch.
1605 * ld.texinfo: Describe the emitrelocations switch.
1606
690a460e
NC
16072000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
1608
a2b64bed 1609 * emultempl/pe.em (_open_dynamic_archive): New function: Search
690a460e
NC
1610 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1611 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1612 link options.
50bbae35 1613
c2f1343c
AM
16142000-05-15 David O'Brien <obrien@FreeBSD.org>
1615
1616 * lexsup.c (parse_args): Update the year in the copyright notice.
1617
897083bd
AM
16182000-05-13 Alan Modra <alan@linuxcare.com.au>
1619
1620 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1621 Replace defines with those from intl/libgettext.h to quieten gcc
1622 warnings.
1623
cd4c806a
L
16242000-05-10 H.J. Lu <hjl@gnu.org>
1625
1626 * ldlang.c (open_input_bfds): Don't load the same file within
1627 a group again if the whole archive has been loaded already.
1628
93697284
AM
16292000-05-03 Alan Modra <alan@linuxcare.com.au>
1630
1631 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1632 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1633 strtoul.
1634
ebd6fc29
JW
1635Mon May 1 17:34:34 2000 Jim Wilson <wilson@cygnus.com>
1636
99a4150f 1637 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 1638
ebd6fc29
JW
1639 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1640 host "ia64-*-linux-gnu*".
1641
a1934524
AM
16422000-04-29 Andreas Jaeger <aj@suse.de>
1643
1644 * ld.h: Correctly check GCC version.
1645
730a39a0
JL
1646Tue Apr 25 11:20:43 2000 Jeffrey A Law (law@cygnus.com)
1647
1648 * Makefile.am: Add PA64 support. Add missing dependencies for
1649 PA32 elf support.
1650 * Makefile.in: Rebuilt.
1651 * configure.tgt: Add PA64 support (currently disabled).
1652
aea4bd9d
AM
16532000-04-25 Alan Modra <alan@linuxcare.com.au>
1654
1655 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
1656 (output_rel_find): New function.
1657 (hold_section, hold_use): Delete.
1658 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1659 hold_interp): Make local to place_orphan.
1660 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
1661 rather than place_section to find possible previous use of orphan.
1662 Similarly find the place-holder output sections. Use returned
1663 value from lang_enter_output_section_statement rather than calling
1664 lang_output_section_statement_lookup.
1665 * emultempl/armelf.em: Same here.
1666 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
1667
1668 * ldlang.c (lang_enter_output_section_statement): Return output
1669 section statement.
1670 * ldlang.h (lang_enter_output_section_statement): Change
1671 declaration too.
1672
1673 * ldlang.h (lang_output_section_statement): Export it.
1674 * ldlang.c (lang_output_section_statement): Ditto.
1675
2b5fc1f5
NC
16762000-04-24 Nick Clifton <nickc@cygnus.com>
1677
1678 * ld.texinfo (Output Section Data): Add note that section data
1679 commands cannot appear outside of section directives.
1680
d8475ff6
JL
16812000-04-2 Matthew Green <mrg@cygnus.com>
1682
1683 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
1684
800eeca4
JW
1685Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
1686 David Mosberger <davidm@hpl.hp.com>
1687
1688 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
1689 (eelf64_ia64.c): New rule.
1690 * Makefile.in: Rebuild.
1691 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
1692 * emulparams/elf64_ia64.sh: New file.
50bbae35 1693
c9637625
RH
16942000-04-21 Richard Henderson <rth@cygnus.com>
1695
1696 * scripttempl/elfd30v.sc: Place .gcc_except_table.
1697
28ea9521
AM
16982000-04-19 Alan Modra <alan@linuxcare.com.au>
1699
1700 * dep-in.sed: Match space at start of file name, not at end.
1701
20d04697
L
17022000-04-18 H.J. Lu <hjl@gnu.org>
1703
1704 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
1705 lang_leave_output_section_statement () after calling
1706 lang_enter_output_section_statement ().
1707 * emultempl/armelf.em: Likewise.
1708
5ba47421
AM
17092000-04-18 Alan Modra <alan@linuxcare.com.au>
1710
1711 * emultempl/elf32.em (struct orphan_save): Add section field.
1712 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
1713 better order, and place first orphan section as we did before the
1714 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
1715 Don't call make_bfd_section here, let wild_doit do the job for us.
1716 Don't build a statement list when we'll only throw it away.
1717 * emultempl/armelf.em: Ditto.
1718 * emultempl/pe.em: Similarly.
1719
bdbe5705
GK
17202000-04-14 Geoff Keating <geoffk@cygnus.com>
1721
1722 * scripttempl/elfppc.sc: Remove.
1723 * emulparams/elf32ppc.sh: Use elf.sc.
1724 * emulparams/elf32lppc.sh: Use elf.sc.
1725 * emulparams/elf32ppclinux.sh: Use elf.sc.
1726 * emulparams/elf32ppcsim.sh: New file.
1727 * emulparams/elf32lppcsim.sh: New file.
1728 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
1729 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
1730 * Makefile.in: Regenerate.
1731 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
1732
01cc8ff8
AM
17332000-04-14 Alan Modra <alan@linuxcare.com.au>
1734
5ba47421 1735 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 1736 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
1737 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1738 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
1739 Also set all relocateable section start addresses.
1740
6c86c541
GK
17412000-04-13 Geoff Keating <geoffk@cygnus.com>
1742
1743 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
1744 Add new BSS_PLT variable for when .plt need not be contained in
1745 the file. Move _etext so that it is also after .fini, and provide
1746 both etext and _etext with a leading underscore. Mark the start
1747 and end of .sbss.
1748
6a345e87
AM
17492000-04-12 Alan Modra <alan@linuxcare.com.au>
1750
1751 * emultempl/elf32.em (struct orphan_save): New.
1752 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1753 hold_interp): Make them struct orphan_save.
1754 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
1755 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
1756 the end of the relevant section list. Also add associated section
1757 statements to the end of any previous orphan statements.
1758 * emultempl/armelf.em: Similarly.
1759 * emultempl/pe.em: Similarly.
1760
8be86746
AM
17612000-04-11 Alan Modra <alan@linuxcare.com.au>
1762
1763 * ld.texinfo (Simple Example): Remove extraneous paragraph.
1764
a2d91340 1765Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
50bbae35 1766
a2d91340 1767 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 1768 --enable-build-warnings option.
a2d91340
AC
1769 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1770 * Makefile.in, configure: Re-generate.
1771
41b49281
AM
17722000-04-04 Alan Modra <alan@linuxcare.com.au>
1773
8ad3436c
AM
1774 * po/ld.pot: Regenerate.
1775
1776 * lexsup.c (help): Restore translated part of bug string.
1777
41b49281
AM
1778 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1779 (DEP): Quote when passing vars to sub-make. Add warning message
1780 to end.
1781 (DEP1): Rewrite for "gcc -MM".
1782 (CLEANFILES): Add DEP2.
1783 Update dependencies.
1784 * Makefile.in: Regenerate.
1785
c20f4f8c
AM
17862000-04-03 Alan Modra <alan@linuxcare.com.au>
1787
1788 * ld.h: #include "bin-bugs.h"
1789 * lexsup.c (help): Use REPORT_BUGS_TO.
1790
adde6300
AM
17912000-03-27 Denis Chertykov <denisc@overta.ru>
1792
1793 * configure.tgt (avr-*-*): New target support.
1794 * Makefile.am: Likewise.
1795 * scripttempl/elf32avr.sc: New script file.
1796 * emulparams/avr1200.sh: New file.
1797 * emulparams/avr23xx.sh: New file.
1798 * emulparams/avr4433.sh New file.
1799 * emulparams/avr44x4.sh New file.
1800 * emulparams/avr85xx.sh New file.
1801 * emulparams/avrmega103.sh New file.
1802 * emulparams/avrmega161.sh New file.
1803 * emulparams/avrmega603.sh New file.
1804 * Makefile.in: Regenerate.
1805
9282ff41
L
18062000-03-09 Andreas Jaeger <aj@suse.de>
1807
1808 * Makefile.am (check-DEJAGNU): Also unset LANG.
1809 * Makefile.in: Rebuild.
1810
a9998805
ILT
18112000-03-06 Ian Lance Taylor <ian@zembu.com>
1812
1813 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
1814 archive.
1815
f9bc20e7
NC
18162000-03-02 H.J. Lu <hjl@gnu.org>
1817
1818 * emulparams/elf32mcore.sh: Include "getopt.h".
1819
4e277b38
ILT
18202000-03-01 Ian Lance Taylor <ian@zembu.com>
1821
1822 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
1823
f0c87f88
NC
18242000-03-01 H.J. Lu <hjl@gnu.org>
1825
1826 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
1827 * emulparams/shpe.sh: Likewise.
1828
18292000-03-01 Nick Clifton <nickc@cygnus.com>
1830
1831 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
1832 to unused parameters.
1833
1834 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
1835 functions only used by DLL code.
1836 (_place_orphan): Initialise 'dollar'.
1837
b6f29aaa
L
18382000-03-01 H.J. Lu <hjl@gnu.org>
1839
1840 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
1841 indicate if the undefined symbol is a fatal error or not.
1842 Don't delete the output file if "fatal" is false.
1843
af28fce3
L
18442000-02-29 H.J. Lu <hjl@gnu.org>
1845
50bbae35 1846 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
1847 Set LC_COLLATE and LC_ALL to null and export them. It is for
1848 sort which expects the C locale.
1849 Add $(LIBS) to all $(HOSTING_LIBS).
1850 * Makefile.in: Rebuild.
1851
40d109bf
AM
18522000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
1853
1854 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
1855 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
1856 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
1857 (ld_emulation_xfer_struct): Add missing NULL initialiser for
1858 find_potential_libraries.
1859
db5be682
JB
18602000-02-28 Jim Blandy <jimb@redhat.com>
1861
1862 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 1863 list entries; the lexer considers commas to be valid part of a
db5be682
JB
1864 filename, so in something like `foo, bar' the comma is considered
1865 part of the first filename, `foo,'.
1866 * ld.texinfo: Update section on EXCLUDE_FILE lists.
1867
3558ff4c
ILT
18682000-02-27 Loren J. Rittle <ljrittle@acm.org>
1869
1870 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1871 host "i[3456]86-*-freebsdelf*".
1872
4eee2681
ILT
18732000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
1874
1875 * scripttempl/i386go32.sc: Move misplaced semicolons.
1876
8d75d12d
ILT
18772000-02-25 Ian Lance Taylor <ian@zembu.com>
1878
1879 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
1880 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
1881 (eelf64hppa.c, ehppaelf.c): Remove targets.
1882 * Makefile.in: Rebuild.
1883
a1836d49
AO
18842000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1885
ad51fb57
AO
1886 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
1887 GNU/Linux/sparc, but keep the default as 32.
1888
a1836d49
AO
1889 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
1890 it default if sparcv9 or sparc64.
1891
344a211f
NC
18922000-02-24 Nick Clifton <nickc@cygnus.com>
1893
1894 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
1895 * Makefile.in: Regenerate.
1896 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
1897
1898 * ldemul.h (ld_emulation_xfer_struct): Add new field:
1899 find_potential_libraries.
1900 * ldemul.c (ldemul_find_potential_libraries): New function.
1901
1902 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 1903 exported.
344a211f
NC
1904 (ldfile_open_file): Call ldemul_find_potential_libraries.
1905 * ldfile.h: Add prototype for ldfile_open_file_search.
1906
1907 * pe-dll.c: Add support for ARM, MIPS and SH targets.
1908
1909 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
1910 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
1911
1912 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
1913 (gld_X_find_potential_libraries): New function. Search for
1914 libraries called "*.lib".
1915
a2b64bed 1916 * scripttempl/pe.sc: Add .pdata section.
344a211f 1917
eaba1dd3
RH
19182000-02-23 Richard Henderson <rth@cygnus.com>
1919
1920 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
1921 Add and use memory regions.
1922
5b93d8bb
AM
19232000-02-23 Linas Vepstas (linas@linas.org)
1924
1925 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
1926
1927 * Makefile.am: Add support for Linux/IBM 370.
1928 * configure.tgt: Likewise.
1929
1930 * Makefile.in: Regenerate.
1931
f6af82bd
AM
19322000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1933
1934 * ldlang.c (print_input_section, print_data_statement,
1935 print_reloc_statement, print_padding_statement, insert_pad,
1936 size_input_section, lang_check_section_addresses,
1937 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 1938 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
1939 (lang_do_assignments): Also change `size' to unsigned.
1940
9e673ad1
RH
19412000-02-16 Richard Henderson <rth@cygnus.com>
1942
1943 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
1944
562d3460
TW
19452000-02-16 Timothy Wall <twall@cygnus.com>
1946
1947 * mri.c (mri_draw_tree): Add default LMA region argument to call
1948 to lang_leave_output_section_statement.
1949 * ldlang.h: Update prototypes with LMA region arguments.
1950 * ldlang.c (lang_size_sections): Encapsulate region bounds
1951 checking in os_check_region call.
1952 (os_check_region): New function.
1953 (lang_output_section_statement_lookup): Initialize lma_region.
1954 (lang_leave_output_section_statement): Add LMA region argument.
1955 (lang_leave_overlay): Ditto.
1956 * ldgram.y: Handle LMA region syntax.
1957 * ld.texinfo (Output Section Description): Describe LMA region usage.
1958 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 1959 lma region in call to lang_leave_output_section_statement.
562d3460 1960 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 1961 lma region in call to lang_leave_output_section_statement.
562d3460 1962 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 1963 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
1964
1965
9e4ed18c
TW
19662000-02-04 Timothy Wall <twall@redhat.com>
1967
1968 * ldlang.c (lang_check_section_addresses): Use bytes instead of
1969 octets when calculating section end addresses.
1970
32edc927
TW
19712000-02-04 Timothy Wall <twall@redhat.com>
1972
1973 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
1974
4cbfc3ac
TW
19752000-02-03 Timothy Wall <twall@redhat.com>
1976
a2b64bed 1977 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4cbfc3ac 1978 octet count.
a2b64bed 1979 * ldlang.c (print_input_section, print_data_statement,
4cbfc3ac
TW
1980 print_reloc_statement, print_padding_statement): Print target
1981 address values and section sizes as bytes, not octets.
1982 (insert_pad) Calculate padding size in octets, and adjust "dot"
1983 by bytes.
1984 (size_input_section) Always adjust "dot" by bytes, not octets.
1985 (lang_check_section_addresses, lang_do_assignments) Adjust
1986 "dot" by bytes, not octets. Use the larger of the directive size
1987 or octets_per_byte for the number of octets actually allocated in
1988 the output section.
1989 (lang_set_startof) Make sure STARTOF returns a target address.
1990 (lang_one_common) Record size changes in octets.
1991 (lang_abs_symbol_at_end_of) Section end symbol's value is
1992 recorded in target bytes.
1993 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
1994 to be clear about behavior when an octet is smaller than one byte.
50bbae35 1995
305c7206
AM
19962000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1997
1998 * ldcref.c (output_cref): Don't pass message strings to printf
1999 as format arg.
2000 Update copyright.
2001
2002 * ldmisc.c (vfinfo): Same here.
2003 Update copyright.
2004
e1c47aa4
AM
20052000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
2006
2007 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
2008 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
2009 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
2010 Add missing NULL initialisers, and comments.
2011
2012 * testsuite/ld-srec/sr3.cc (__rethrow): New.
2013
13392b77
NC
20142000-01-21 Nick Clifton <nickc@cygnus.com>
2015
2016 * ldlang.c (lang_size_sections): Fix typo in comment.
2017
cce4c4c5
NC
20182000-01-18 H.J. Lu <hjl@gnu.org>
2019
2020 * ldlang.c (lang_size_sections): Also update the current
2021 address of a region if the SEC_NEVER_LOAD bit is not set.
2022
0decc840
NC
20232000-01-10 Philip Blundell <pb@futuretv.com>
2024
2025 * configure.tgt (arm*-*-conix*): New target.
2026
4e53152f
NC
20272000-01-07 Nick Clifton <nickc@cygnus.com>
2028
2029 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
2030 line switches with -Wl, (or whatever is appropriate) if it is
2031 being invoked by a comnpiler driver program.
50bbae35 2032 Fix description of the behaviour of the -n command line switch.
4e53152f 2033
18625d54
CM
2034Wed Jan 5 08:02:12 2000 Catherine Moore <clm@cygnus.com>
2035
2036 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
2037 (name_list): New.
2038 * ld.texinfo (EXCLUDE_FILE): Update documentation.
2039 * ldgram.y (wildcard_spec): Support a list of excluded_files.
2040 (exclude_name_list): New.
2041 ldlang.c (walk_wild_section): Support list of excluded files.
2042 (print_wild_statement): Likewise.
2043 (lang_add_wild): Likewise.
2044 * ldlang.h (lang_wild_statement_type): Likewise.
2045 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 2046
5aaace27
NC
20472000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2048
870df5dc
NC
2049 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
2050 (process_def_file): Use.
2051 (pe_dll_compat_implib): New variable.
2052 (make_one): Use.
50bbae35 2053
870df5dc
NC
2054 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
2055 pe_dll_compat_implib.
50bbae35
AM
2056
2057 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
2058 compat-implib options.
2059 (gld_${EMULATION_NAME}_list_options): List new options.
2060 (gld_${EMULATION_NAME}_parse_args): Handle.
2061
50bbae35 2062 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 2063 dll.
50bbae35
AM
2064
2065 * deffilep.y (opt_name): Allow "." in name.
5aaace27 2066
2f6d2f85 2067For older changes see ChangeLog-9899
252b5132
RH
2068\f
2069Local Variables:
2070mode: change-log
2071left-margin: 8
2072fill-column: 74
2073version-control: never
2074End:
This page took 0.236679 seconds and 4 git commands to generate.