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