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