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