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