Add --with-lib-patch configure switch.
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2002-08-20 Dan Kegel <dank@kegel.com>
2
3 * configure.in: added --with-lib-path argument to ld's configure
4 to set LIB_PATH.
5 * ld/NEWS: Document new switch.
6 * ld/README: Mention new switch.
7 * configure: Regenerate.
8 * Makefile.in: Regenerate.
9
10 Based on this patch:
11 2001-04-25 Christopher Faylor <cgf@cygnus.com>
12
13 * Makefile.in (LIB_PATH): Make configurable.
14 (GENSCRIPTS): Set LIB_PATH in environment.
15 * configure.in: Substitute LIB_PATH.
16
17 2002-08-22 Adam Nemet <anemet@lnxw.com>
18
19 * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
20 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
21 depending on the type of the function.
22 (arm_elf_convert_thumb_symbol_to_address): New function.
23
24 2002-08-22 Graeme Peterson <gp@qnx.com>
25
26 * Makefile.am: Add esh{l}elf_nto.o files.
27 * Makefile.in: Regenerate.
28 * configure.tgt: Add support for sh-**-nto* targets.
29 * emulparams/shelf_nto.sh: New file.
30 * emulparams/shlelf_nto.sh: New file.
31
32 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
33
34 * ldlang.c (offsetof): Define if not defined.
35
36 2002-08-14 H.J. Lu <hjl@gnu.org>
37
38 * configure.tgt: Always enable 64bit emulations for 32bit
39 Linux/mips.
40
41 2002-08-13 Alan Modra <amodra@bigpond.net.au>
42
43 * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
44 (MAXPAGESIZE): Set to 1.
45
46 * ld.h (ALIGN_N): Delete.
47 * ldexp.h (align_n): Declare.
48 * ldexp.c (align_n): New function.
49 (fold_binary): Use align_n instead of ALIGN_N.
50 (exp_fold_tree): Likewise.
51 * ldlang.c (lang_size_sections_1): Likewise.
52 (lang_one_common): Likewise.
53 * ld.texinfo (ALIGN): Remove power of 2 restriction.
54
55 2002-07-31 Graeme Peterson <gp@qnx.com>
56
57 * configure.tgt: Add support for powerpc{le}-*-nto* targets.
58 * Makefile.am: Add eelf32{l}ppcnto.o files.
59 * Makefile.in: Regenerate.
60 * emulparams/elf32lppcnto.sh: New file.
61 * emulparams/elf32ppcnto.sh: New file.
62
63 2002-08-07 H.J. Lu <hjl@gnu.org>
64
65 * ld.texinfo: Document --no-undefined-version.
66
67 * ldlang.c (lang_new_vers_pattern): Set the `symver' and
68 `script.' fields to 0.
69
70 * ldmain.c (main): Initialize the allow_undefined_version to
71 true.
72
73 * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
74 (ld_options): Add --no-undefined-version.
75 (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
76
77 2002-08-07 Nick Clifton <nickc@redhat.com>
78
79 * emultempl/armelf.em (arm_elf_before_allocation): Only search for
80 an interworking bfd if there are input bfds. (107501)
81
82 2002-08-06 Alan Modra <amodra@bigpond.net.au>
83
84 * emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
85 2002-05-10 change.
86
87 2002-08-01 Nick Clifton <nickc@redhat.com>
88
89 * emulparams/armelf.sh: Revert previous delta.
90 * scripttempl/elf.sc: Revert previous delta.
91
92 2002-07-31 H.J. Lu <hjl@gnu.org>
93
94 * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
95 --enable-64-bit-bfd.
96
97 2002-07-31 H.J. Lu <hjl@gnu.org>
98
99 * configure.tgt: Enable x86-64 emulation for Linux/i386 if
100 64bit BFD is selected.
101
102 2002-07-31 H.J. Lu <hjl@gnu.org>
103
104 * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
105 if 64bit BFD is selected.
106
107 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
108
109 * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
110 link_info.common_skip_ar_aymbols.
111 * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
112
113 * ldmain.c (main): Initialize new field
114 link_info.common_skip_ar_aymbols.
115
116 2002-07-31 Adam Nemet <anemet@lnxw.com>
117
118 * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it
119 to .plt.thumb.
120 * scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is
121 used.
122
123 2002-07-31 Nick Clifton <nickc@redhat.com>
124
125 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
126 of the PDP-11 and 2.11BSD a.out support.
127
128 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
129
130 * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
131 for n32 ABI support.
132 * Makefile.in: Regenerate.
133 * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
134 n32 ABI emulations for these 64 bit targets.
135 * emulparams/elf32bmipn32.sh: Expand comment.
136 * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
137 n32 ABI.
138 * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
139
140 2002-07-30 Graeme Peterson <gp@qnx.com>
141
142 * configure.tgt: Add support for arm-*-nto target.
143 * Makefile.am: Add earmnto.o file.
144 * Makefile.in: Regenerate.
145 * NEWS: Mention port of ARM support to QNX.
146 * emulparams/armnto.sh: New file.
147
148 2002-07-30 Jakub Jelinek <jakub@redhat.com>
149
150 * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
151 for relocatable link.
152 (lang_size_sections_1): Don't make .tbss zero size for relocatable
153 link.
154
155 2002-07-26 Bernd Schmidt <bernds@redhat.com>
156
157 * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
158 (STACK_ADDR): New.
159
160 2002-07-25 Nick Clifton <nickc@redhat.com>
161
162 * po/sv.po: Updated Swedish translation.
163 * po/es.po: Updated Spanish translation.
164 * po/fr.po: Updated French translation.
165
166 2002-07-24 Nick Clifton <nickc@redhat.com>
167
168 * po/sv.po: Updated Swedish translation.
169 * po/es.po: Updated Spanish translation.
170
171 2002-07-23 Nick Clifton <nickc@redhat.com>
172
173 * po/fr.po: Updated French translation.
174
175 2002-07-20 Alan Modra <amodra@bigpond.net.au>
176
177 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
178 bomb on /DISCARD/ input section.
179 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
180 * emultempl/mmo.em (mmo_place_orphan): Likewise.
181
182 2002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
183
184 * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
185 output section.
186
187 2002-07-16 Denis Chertykov <denisc@overta.ru>
188 Nick Clifton <nickc@redhat.com>
189 Frank Ch. Eigler <fche@redhat.com>
190 John Healy <jhealy@redhat.com>
191
192 * configure.tgt: Add support for ip2k-elf.
193 * Makefile.am: Add support for ip2k-elf.
194 * Makefile.in: Regenerate.
195 * emulparams/elf32ip2k.sh: New file.
196 * scripttempl/ip2k.sc: New file
197 * NEWS: Mention support for new port.
198
199 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
200
201 * NEWS: Add 'Changes in 2.13'.
202
203 2002-07-14 H.J. Lu <hjl@gnu.org>
204
205 * ld.texinfo: Document a .symver takes precedence over a
206 version script.
207
208 2002-07-12 Alan Modra <amodra@bigpond.net.au>
209
210 * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
211 (COMMONPAGESIZE): Define.
212
213 2002-07-09 Alan Modra <amodra@bigpond.net.au>
214
215 * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
216
217 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
218
219 * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
220 powerpc-*-openbsd* and sparc64-*-openbsd*.
221 * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
222 * Makefile.in: Regenerate.
223 * emulparams/hppaobsd.sh: New file.
224
225 2002-07-05 Alan Modra <amodra@bigpond.net.au>
226
227 * ldlang.c (print_wild_statement): Fix output formatting.
228
229 2002-07-04 Alan Modra <amodra@bigpond.net.au>
230
231 * ldlang.c: (strip_excluded_output_sections): New function.
232 (lang_process): Call it.
233 (lang_size_sections_1): Revert 2002-06-10 change.
234
235 2002-07-03 Alan Modra <amodra@bigpond.net.au>
236
237 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
238 Run "make dep-am".
239 * Makefile.in: Regenerate.
240
241 2002-07-02 Alan Modra <amodra@bigpond.net.au>
242
243 * ldfile.c (ldfile_try_open_bfd): Formatting.
244
245 * ldmisc.c (demangle): Move so that it doesn't intrude between
246 vfinfo comment and body. Add comment.
247
248 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
249
250 * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
251
252 2002-07-01 Alan Modra <amodra@bigpond.net.au>
253
254 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
255 * ldlang.c (entry_sym): Likewise.
256 (ldlang_undef_chain_list_type): Likewise.
257 (lang_finish): Adjust references to entry_symbol.
258 (lang_add_entry): Likewise.
259 (lang_gc_sections): Use link_info.gc_sym_list.
260 (lang_process): Set link_info.gc_sym_list.
261 * ldlex.l: Include bfdlink.h.
262 * ldmain.c (main): Init link_info.gc_sym_list.
263 * emultempl/aix.em: Adjust references to entry_symbol.
264 * emultempl/armcoff.em: Likewise.
265 * emultempl/armelf.em: Likewise.
266 * emultempl/pe.em: Likewise.
267 * emultempl/ppc64elf.em (ppc_after_open): New function.
268 (LDEMUL_AFTER_OPEN): Define.
269 * emulparams/elf64ppc.sh: KEEP .opd sections.
270
271 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
272
273 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
274 * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
275 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
276 (EEPROM_START_ADDR): Define.
277 (EEPROM_MEMORY): Define.
278 * emulparams/m68hc12elf.sh: Likewise.
279 * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
280 section to put soft registers in .page0.
281 * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
282
283 2002-06-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
284
285 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
286 section. Add ${RELOCATING-0}.
287
288 2002-06-26 J"orn Rennecke <joern.rennecke@superh.com>
289
290 * emulparams/shelf.sh (STACK_ADDR): Don't define.
291 (OTHER_SECTIONS): Define.
292 * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
293 (OTHER_SECTIONS): Undef.
294
295 2002-06-26 Alan Modra <amodra@bigpond.net.au>
296
297 * ldmisc.c (demangle): Restore dots stripped from sym name.
298
299 2002-06-25 H.J. Lu <hjl@gnu.org>
300
301 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
302 * Makefile.in: Regenerated.
303
304 2002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
305
306 * ld.texinfo (Bug Reporting): Update text to suggest a limit on
307 the size of attached object files, to allow make the object files
308 available via FTP or HTTP and to mention that the mail will be
309 sent to a mailing list.
310
311 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
312
313 * ld/configure.host (romp): Drop support.
314
315 2002-06-18 Chris Demetriou <cgd@broadcom.com>
316
317 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
318 section flags for SEC_DATA, rather than for SEC_CODE being unset.
319
320 2002-06-18 Chris Demetriou <cgd@broadcom.com>
321
322 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
323 format specifier used to print BFD name.
324
325 2002-06-18 Dave Brolley <brolley@redhat.com>
326
327 From Catherine Moore, Michael Meissner, Jim Blandy:
328 * emulparams/elf32frv.sh: New file.
329 * configure.tgt: Support frv-*-*.
330 * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
331 (eelf32frv.c): New target.
332
333 2002-06-17 Tom Rix <trix@redhat.com>
334
335 * emultempl/elf32.em: gld*_get_script: Check for
336 GENERATE_COMBRELOC_SCRIPT.
337 * scripttempl/elfd10v.sc : Fix STACK and INSN.
338 * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
339
340 2002-06-13 J"orn Rennecke <joern.rennecke@superh.com>
341
342 * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
343
344 2002-06-12 H.J. Lu <hjl@gnu.org>
345
346 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
347 false if xvec doesn't match.
348
349 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
350
351 * ldlang.c (lang_size_sections_1): Skip removed output sections.
352
353 2002-06-08 Alan Modra <amodra@bigpond.net.au>
354
355 * ldexp.c: Replace CONST with const.
356 * ldfile.c: Likewise.
357 * ldfile.h: Likewise.
358 * ldlex.l: Likewise.
359 * mri.c: Likewise.
360 * pe-dll.h: Likewise.
361
362 2002-06-07 Alan Modra <amodra@bigpond.net.au>
363
364 * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
365
366 2002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
367
368 * ld/ldmain.c (main): initialize link_info.pei386_auto_import
369 to -1 == implicit enable.
370 * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
371 initialize link_info.pei386_auto_import to -1 == implicit
372 enable.
373 (gld_${EMULATION_NAME}_parse_args): When processing
374 --enable-auto-import and --disable-auto-import options, use
375 '1' and '0' instead of 'true' and 'false'.
376 (pe_find_data_imports): Only issue message about auto-import
377 when the feature is implicitly enabled. Downgrade message to
378 informational instead of warning.
379
380 2002-06-07 Alan Modra <amodra@bigpond.net.au>
381
382 * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
383
384 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
385
386 * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
387 HOSTING_CRT0 and HOSTING_LIBS.
388
389 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
390
391 * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
392
393 2002-06-05 Jason Thorpe <thorpej@wasabisystems.com>
394
395 * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
396 (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
397
398 2002-06-05 Alan Modra <amodra@bigpond.net.au>
399
400 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
401 SEC_EXCLUDE sections when doing a relocatable link.
402
403 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
404
405 * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
406 eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
407 (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
408 (eshlelf64_nbsd.c): New rules.
409 * Makefile.in: Regenerate.
410 * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
411 (sh64-*-netbsd*): New targets.
412 * emulparams/shelf32_nbsd.sh: New file.
413 * emulparams/shelf64_nbsd.sh: New file.
414 * emulparams/shlelf32_nbsd.sh: New file.
415 * emulparams/shlelf64_nbsd.sh: New file.
416
417 2002-06-04 Alan Modra <amodra@bigpond.net.au>
418
419 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
420
421 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
422
423 * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
424 C++ constructors/destructors, loosely based on the m68hc11 port.
425
426 2002-05-31 Alan Modra <amodra@bigpond.net.au>
427
428 * Makefile.in: Regenerate.
429 * aclocal.m4: Regenerate.
430 * config.in: Regenerate.
431 * configure: Regenerate.
432
433 2002-05-31 Graeme Peterson <gp@qnx.com>
434
435 * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
436 (ei386nto.c): Add rule.
437 * Makefile.in: Regenerate.
438 * configure.tgt: Add i[3456]86-*-nto-qnx*.
439 * emulparams/i386nto.sh: New file.
440
441 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
442
443 * NEWS: Add entry for VAX ELF support.
444
445 2002-05-29 Matt Thomas <matt@3am-software.com>
446 Jason Thorpe <thorpej@wasabisystems.com>
447
448 * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
449 (eelf32vax.c)
450 (evaxnbsd.c): New rules.
451 * Makefile.in: Regenerate.
452 * configure.tgt (vax-*-netbsdelf*)
453 (vax-*-netbsdaout*)
454 (vax-*-netbsd*): New targets.
455 * emulparams/elf32vax.sh: New file.
456 * emulparams/vaxnbsd.sh: New file.
457
458 2002-05-29 Adam Nemet <anemet@lnxw.com>
459
460 * emultempl/armelf.em (arm_elf_after_open): Don't determine
461 bfd_for_interwork, instead add glue sections to each input bfd.
462 (bfd_for_interwork): New global.
463 (arm_elf_set_bfd_for_interworking): New function.
464 (arm_elf_before_allocation): Use it.
465
466 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
467
468 * Makefile.am: Add DLX make target.
469 * configure.tgt: Add DLX configuration.
470 * Makefile.in: Regenerate.
471 * emulparams/elf32_dlx.sh: New file
472 * scripttempl/dlx.sc: New file
473
474 2002-05-27 Per Lundberg <per@caleb.dnsalias.org>
475
476 * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
477 * Makefile.in: Regenerate.
478 * emulparams/elf_chaos.sh: Use elf_chaos script.
479 * scripttempl/elf_chaos.sc: New file.
480
481 2002-05-27 Richard Sandiford <rsandifo@redhat.com>
482
483 * ldlang.c (lang_size_sections_1): Move check for conflicting load
484 addresses and regions from here...
485 (lang_get_regions): ...to this new function.
486 (lang_leave_output_section_statement): Use lang_get_regions.
487 (lang_leave_overlay): Likewise.
488 * mri.c (mri_draw_tree): Pass null as last argument to
489 lang_leave_output_section_statement.
490 * emultempl/elf32.em (gld*_place_orphan): Likewise.
491 * emultempl/mmo.em (mmo_place_orphan): Likewise.
492 * emultempl/pe.em (gld*_place_orphan): Likewise.
493
494 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
495
496 * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
497
498 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
499
500 * ldemul.c: Fix formatting.
501 * ldfile.c: Likewise.
502 * pe-dll.c: Likewise.
503 * pe-dll.h: Likewise.
504
505 2002-05-25 Alan Modra <amodra@bigpond.net.au>
506
507 * ldlang.c (lang_process): Formatting, grammar.
508
509 * ldlex.l: Use #include "" instead of <> for local header files.
510
511 2002-05-24 TAMURA Kent <kent@netbsd.org>
512
513 * configure.tgt: Add a target for i386-netbsdpe.
514
515 2002-05-23 Jakub Jelinek <jakub@redhat.com>
516
517 * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
518 * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
519 output section if necessary. Handle .tbss.
520 (lang_size_sections): Clear _raw_size for .tbss section
521 (it allocates space in PT_TLS segment only).
522 * ldwrite.c (build_link_order): Build link order for .tbss too.
523
524 2002-05-23 Alan Modra <amodra@bigpond.net.au>
525
526 * configure.in: Correct spelling of AC_PREREQ.
527
528 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
529
530 * pe-dll.c (autofilter_liblist): Add more system libs excluded by
531 default.
532 (autofilter_objlist): Add crtbegin.o, crtend.o.
533
534 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
535
536 * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
537 (longopts): Add new option --exclude-libs.
538 (gld_${EMULATION_NAME}_list_options): Give quick help about it.
539 (gld_${EMULATION_NAME}_parse_args): Use it.
540 * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
541 * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
542 from whole archives.
543 (pe_dll_add_excludes): Set excludes->type.
544 (auto_export): Add new variable libname and set to archive basename if
545 abfd. Use it when filtering default and user-specified libarary
546 excludes. Let string "ALL" mean all libs when filtering user-specified
547 libs.
548 * ld.texinfo: Document --exclude-libs.
549
550 2002-05-22 Alan Modra <amodra@bigpond.net.au>
551
552 * ldemul.c (ldemul_new_vers_pattern): New function.
553 * ldemul.h (ldemul_new_vers_pattern): Declare.
554 (struct ld_emulation_xfer_struct): Add new_vers_pattern.
555 * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
556 * emultempl/ppc64elf.em (dotsyms): New static var.
557 (gld${EMULATION_NAME}_new_vers_pattern): New function.
558 (LDEMUL_NEW_VERS_PATTERN): Define.
559 (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
560 (PARSE_AND_LIST_LONGOPTS): Likewise.
561 (PARSE_AND_LIST_ARGS_CASES): Handle them.
562 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
563 initialiser.
564 * emultempl/armcoff.em: Likewise.
565 * emultempl/armelf_oabi.em: Likewise.
566 * emultempl/beos.em: Likewise.
567 * emultempl/elf32.em: Likewise.
568 * emultempl/generic.em: Likewise.
569 * emultempl/gld960.em: Likewise.
570 * emultempl/gld960c.em: Likewise.
571 * emultempl/linux.em: Likewise.
572 * emultempl/lnk960.em: Likewise.
573 * emultempl/m68kcoff.em: Likewise.
574 * emultempl/mipsecoff.em: Likewise.
575 * emultempl/pe.em: Likewise.
576 * emultempl/sunos.em: Likewise.
577 * emultempl/ticoff.em: Likewise.
578 * emultempl/vanilla.em: Likewise.
579
580 2002-05-22 Alan Modra <amodra@bigpond.net.au>
581
582 * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
583 and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
584 (LIB_SEARCH_DIRS): No need to use "tr".
585 (COMPILE_IN): Only set for native targets.
586 * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
587 here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
588 * configure.tgt (powerpc*): Set tdir_*.
589 (powerpcle*): Correct targ_extra_emuls.
590 * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
591 * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
592
593 2002-05-22 Alan Modra <amodra@bigpond.net.au>
594
595 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
596 calling lang_add_entry.
597
598 2002-05-21 H.J. Lu (hjl@gnu.org)
599
600 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
601 "-z muldefs".
602 (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
603
604 * ld.texinfo: Updated for --allow-multiple-definition and
605 "-z muldefs".
606
607 * ldmain.c (main): Initialize the allow_multiple_definition
608 field to false.
609
610 * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
611 (ld_options): Add --allow-multiple-definition.
612 (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
613
614 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
615
616 * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
617 (earmelfb_nbsd.c): New rule.
618 * Makefile.in: Regenerate.
619 * configure.tgt (armeb-*-netbsdelf*): New target.
620 (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
621 (arm-*-netbsd*): Likewise.
622 * emulparams/armelfb_nbsd.sh: New file.
623
624 2002-05-18 Tom Rix <trix@redhat.com>
625
626 * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
627 support.
628
629 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
630
631 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
632 * Makefile.in: Regenerate.
633 * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
634
635 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
636
637 * emulparams/avr1.sh: New file.
638 * emulparams/avr2.sh: New file.
639 * emulparams/avr3.sh: New file.
640 * emulparams/avr4.sh: New file.
641 * emulparams/avr5.sh: New file.
642 * scripttempl/avr.sc: New file.
643
644 2002-05-15 Alan Modra <amodra@bigpond.net.au>
645
646 * ldlang.c (section_already_linked): Call bfd_link_just_syms.
647 (lang_place_orphans): Abort if just_syms_flag.
648
649 2002-05-10 Tom Rix <trix@redhat.com>
650
651 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
652 architecture and machine information in the output bfd.
653 (gld*_before_parse): Remove old arch and machine code.
654 (choose_target): Rename to gld*_choose_target.
655 (rtld): Change type to int.
656 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
657 objects in XCOFF archives.
658 * ldfile.h: Update copyright date.
659
660 2002-05-10 Jakub Jelinek <jakub@redhat.com>
661
662 * ldmain.c (main): Enable -z combreloc by default.
663
664 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
665
666 * Makefile.am: Honour DESTDIR.
667 * Makefile.in: Regenerate.
668
669 2002-05-07 Richard Sandiford <rsandifo@redhat.com>
670
671 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
672 (lang_enter_overlay): Remove the last two parameters.
673 (lang_leave_overlay): Take them here instead.
674 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
675 (section): Pass LMA and crossref flag to lang_leave_overlay rather
676 than lang_enter_overlay.
677 * ldlang.c (lang_memory_region_lookup): Return null for null names.
678 (lang_output_section_statement_lookup): Initialize update_dot_tree.
679 (lang_size_sections_1): Evaluate it.
680 (lang_leave_output_section_statement): Rework LMA lookup.
681 (overlay_lma, overlay_nocrossrefs): Remove.
682 (lang_enter_overlay): Remove LMA and crossref arguments.
683 (lang_enter_overlay_section): Don't set the LMA here.
684 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
685 assignment to the last section's update_dot_tree. Unconditionally
686 use the load and run-time regions specified in the OVERLAY statement.
687 Likewise the first section's LMA. Only set the other sections' LMAs
688 when no load region is given.
689
690 2002-05-06 Nick Clifton <nickc@redhat.com>
691
692 * po/sv.po: New translation.
693
694 2002-05-04 Alan Modra <amodra@bigpond.net.au>
695
696 * emultempl/hppaelf.em (build_section_lists): New function.
697 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
698 and build_section_lists.
699
700 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
701
702 * ld.h: Fix formatting.
703 * ldexp.c: Likewise.
704 * ldfile.c: Likewise.
705 * ldlang.c: Likewise.
706 * ldmain.c: Likewise.
707 * lexsup.c: Likewise.
708 * pe-dll.c: Likewise.
709
710 2002-05-02 Alan Modra <amodra@bigpond.net.au>
711
712 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
713 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
714 (build_section_lists): Do output_section tests here.
715
716 2002-04-30 Tom Rix <trix@redhat.com>
717
718 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
719
720 2002-05-01 Alan Modra <amodra@bigpond.net.au>
721
722 Long branch stubs, multiple stub sections.
723 * emultempl/ppc64elf.em: Include ldctor.h.
724 (stub_file): New var.
725 (group_size): New var.
726 (ppc_create_output_section_statements): New function.
727 (struct hook_stub_info): New.
728 (hook_in_stub): New function.
729 (ppc_add_stub_section): New function.
730 (ppc_layout_sections_again): New function.
731 (build_section_lists): New function.
732 (gld${EMULATION_NAME}_finish): Rewrite.
733 (real_func): New var.
734 (ppc_for_each_input_file_wrapper): New function.
735 (ppc_lang_for_each_input_file): New function.
736 (lang_for_each_input_file): Define.
737 (PARSE_AND_LIST_PROLOGUE): Define.
738 (PARSE_AND_LIST_LONGOPTS): Define.
739 (PARSE_AND_LIST_OPTIONS): Define.
740 (PARSE_AND_LIST_ARGS_CASES): Define.
741 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
742
743 2002-04-30 Tom Rix <trix@redhat.com>
744
745 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
746 -blibpath, -bnolibpath support.
747
748 2002-04-30 Mark Mitchell <mark@codesourcery.com>
749
750 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
751 (eelf32ppcwindiss.c): New target.
752 * Makefile.in: Regenerated.
753 * configure.tgt: Add support for powerpc-*-windiss.
754 * emulparams/elf32ppcwindiss.sh: New file.
755
756 2002-04-30 Richard Sandiford <rsandifo@redhat.com>
757
758 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
759 * ldexp.c (exp_print_token): Add "infix_p" argument.
760 (exp_print_tree): Update accordingly.
761
762 2002-04-28 Alan Modra <amodra@bigpond.net.au>
763
764 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
765 * Makefile.in: Regenerate.
766 * mpw-elfmips.c: Delete.
767 * mpw-eppcmac.c: Delete.
768 * mpw-esh.c: Delete.
769 * mpw-idtmips.c: Delete.
770
771 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
772
773 * emulparams/shelf32.sh (MACHINE): Now sh5.
774
775 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
776
777 * ldgram.y: Fix syntax warning.
778
779 2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
780
781 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
782 to prevent "-n" from being taken as an abbreviation for
783 "--no-pipeline-knowledge".
784
785 2002-04-08 Alan Modra <amodra@bigpond.net.au>
786
787 * ldlang.c (lang_size_sections_1): Don't complain about
788 SEC_NEVER_LOAD sections having no memory region specified.
789
790 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
791
792 2002-04-07 matthew green <mrg@redhat.com>
793
794 * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
795
796 2002-04-04 Alan Modra <amodra@bigpond.net.au>
797
798 * dep-in.sed: Cope with absolute paths.
799 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
800 Run "make dep-am".
801 * Makefile.in: Regenerate.
802
803 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
804
805 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
806
807 2002-04-03 Jakub Jelinek <jakub@redhat.com>
808
809 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
810 is smaller than maximum, round dot up to common page boundary.
811
812 2002-03-28 Alan Modra <amodra@bigpond.net.au>
813
814 * configure.host: Set up for generic hosts first, then tweak as
815 necessary in more specific targets.
816 (HOSTING_LIBS): Include libgcc_eh.a if found.
817
818 2002-03-23 Andreas Jaeger <aj@suse.de>
819
820 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
821
822 2002-03-21 Alan Modra <amodra@bigpond.net.au>
823
824 * Makefile.am: Run "make dep-am".
825 * Makefile.in: Regenerate.
826
827 2002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
828
829 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
830
831 2002-03-20 Alan Modra <amodra@bigpond.net.au>
832
833 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
834 add the symbol to the linker hash table immediately.
835 (lang_place_undefineds): Split symbol creation out..
836 (insert_undefined): ..to here.
837
838 2002-03-18 David O'Brien <obrien@FreeBSD.org>
839
840 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
841 the contents of the buffer returned from basename function will are
842 getting overwritten while still being used.
843
844 2002-03-18 Jan Hubicka <jh@suse.cz>
845 Andreas Jaeger <aj@suse.de>
846 Andreas Schwab <schwab@suse.de>
847
848 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
849 * elf_x86_64.sh (ARCH): Set to i386:x86-64
850 set libraries to default to lib64 paths.
851
852 2002-03-18 Tom Rix <trix@redhat.com>
853
854 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
855 * configure.tgt : Same.
856 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
857 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
858 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
859 emulation parameters for better -b32, -b64 support.
860 * emulparms/aixrs6.sh : Same.
861 * emulparms/ppcmacos.sh : Same.
862 * emultempl/aix.em (choose_target) : Use new emulation parameters
863 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
864 * Makefile.in : Regenerate.
865
866 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
867
868 * po/fr.po: Updated version.
869
870 2002-03-18 Alan Modra <amodra@bigpond.net.au>
871
872 * ldmain.c (main): Move .text readonly flag fudges from here..
873 * ldlang.c (lang_process): ..to here.
874
875 2002-03-14 Alan Modra <amodra@bigpond.net.au>
876
877 * ldlang.c (lang_check): Remove the word size check added in last
878 change. Treat emitrelocations case as for relocatable links.
879
880 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
881
882 * po/fr.po: Updated version.
883
884 2002-03-13 Alan Modra <amodra@bigpond.net.au>
885
886 * ldlang.c (lang_check): Do relocatable link checks first, so that
887 warn_mismatch can't override. Check compatible and word size too.
888
889 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
890
891 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
892
893 2002-03-05 Jakub Jelinek <jakub@redhat.com>
894
895 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
896 DATA_SEGMENT_ALIGN.
897
898 2002-03-04 H.J. Lu <hjl@gnu.org>
899
900 * scripttempl/elf.sc: Put .preinit_array, .init_array and
901 .fini_array in the data segment.
902
903 2002-03-04 Alan Modra <amodra@bigpond.net.au>
904
905 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
906
907 2002-03-01 David Mosberger <davidm@hpl.hp.com>
908
909 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
910 .init_array, and .fini_array.
911
912 2002-02-20 Andreas Schwab <schwab@suse.de>
913
914 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
915 .IA64_unwind* in a relocatable link.
916
917 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
918
919 * NEWS: Mark 2.12 branch.
920
921 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
922
923 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
924 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
925
926 2002-02-18 Tom Rix <trix@redhat.com>
927
928 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
929 (gld*_before_allocation): Same.
930 (gld*_create_output_section_statements): Generate
931 __rtinit if run time linking. Add librtl.a to the link.
932 (gld*_read_file): Clean.
933
934 2002-02-18 Alan Modra <amodra@bigpond.net.au>
935
936 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
937
938 2002-02-18 David O'Brien <obrien@FreeBSD.org>
939
940 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
941 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
942 and eelf64alpha_fbsd.
943 * Makefile.in: Regenerate.
944 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
945 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
946 use a FreeBSD-specific emulation rather than the psABI one.
947 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
948 for all FreeBSD ELF systems.
949 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
950 emulation.
951 * emulparams/elf32ppc_fbsd.sh: Likewise.
952 * emulparams/elf64_ia64_fbsd.sh: Likewise.
953 * emulparams/elf64_sparc_fbsd.sh: Likewise.
954 * emulparams/elf64alpha_fbsd.sh: Likewise.
955 * emulparams/elf_i386_fbsd.sh: Likewise.
956 * emulparams/elf_x86_64_fbsd.sh: Likewise.
957
958 2002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
959
960 * po/tr.po: Updated version.
961
962 2002-02-18 Alan Modra <amodra@bigpond.net.au>
963
964 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
965 (FILL): Likewise.
966
967 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
968
969 * emultempl/mmo.em (mmo_after_open): Don't call
970 _bfd_mmix_check_all_relocs when producing ELF output.
971
972 2002-02-15 Richard Henderson <rth@redhat.com>
973
974 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
975 definition. Emit a unop+nop pair.
976
977 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
978
979 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
980 for presence of .MMIX.reg_contents.linker_allocated before early
981 exit.
982
983 * NEWS: Mention support for MMIX.
984
985 2002-02-15 Alan Modra <amodra@bigpond.net.au>
986
987 Support arbitrary length fill patterns.
988 * ld.texinfo (Output Section Fill): Describe fill expressions.
989 (FILL): Refer to the above.
990 * ldexp.h (etree_value_type): Add "str" field.
991 (union etree_union): Add "str" to "value" struct.
992 (exp_bigintop): Declare.
993 (exp_get_fill): Declare.
994 * ldexp.c: Include "safe-ctype.h".
995 (exp_intop): Set value.str to NULL.
996 (exp_bigintop): New function.
997 (new_rel): Pass in "str", and set new.str from it.
998 (new_rel_from_section): Set new.str to NULL.
999 (fold_name): Adjust calls to new_rel.
1000 (exp_fold_tree): Likewise.
1001 (exp_get_fill): New function.
1002 * ldgram.y (struct big_int bigint, fill_type *fill): New.
1003 (INT): Returns a "bigint". Adjust all code handling INTs.
1004 (fill_opt): Returns a "fill".
1005 (fill_exp): Split out of fill_opt, use for FILL.
1006 * ldlang.h (struct _fill_type): New.
1007 (fill_type): Move typedef to ldexp.h.
1008 (lang_output_section_statement_type): "fill" is now a pointer.
1009 (lang_fill_statement_type): Likewise.
1010 (lang_padding_statement_type): Likewise.
1011 (lang_add_fill): Now takes a "fill_type *" param.
1012 (lang_leave_output_section_statement): Likewise.
1013 (lang_do_assignments): Likewise.
1014 (lang_size_sections): Likewise.
1015 (lang_leave_overlay_section): Likewise.
1016 (lang_leave_overlay): Likewise.
1017 * ldlang.c: Include ldgram.h after ldexp.h.
1018 (lang_output_section_statement_lookup): Adjust for fill_type change.
1019 (print_fill_statement): Likewise.
1020 (print_padding_statement): Likewise.
1021 (insert_pad): Now takes a "fill_type *" arg.
1022 (size_input_section): Likewise.
1023 (lang_size_sections_1): Likewise.
1024 (lang_size_sections): Likewise.
1025 (lang_do_assignments): Likewise.
1026 (lang_add_fill): Likewise.
1027 (lang_leave_output_section_statement): Likewise.
1028 (lang_leave_overlay_section): Likewise.
1029 (lang_leave_overlay): Likewise.
1030 Adjust all callers of the above function.
1031 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
1032 starting with "0X" as well as "0x". Return bigint.str for hex
1033 numbers starting with "0x" or "0X", zero bigint.str otherwise.
1034 Always use base 16 for numbers starting with "$".
1035 * ldmain.c: Include ldgram.h after ldexp.h.
1036 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
1037 of bfd_fill_link_order.
1038 * pe-dll.c: Adjust lang_do_assignments calls.
1039 * emultempl/elf32.em: Likewise.
1040 * emultempl/hppaelf.em: Likewise.
1041 * emultempl/ppc64elf.em: Likewise.
1042 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
1043 lang_add_assignment call.
1044 * emultempl/pe.em: Likewise.
1045
1046 2002-02-14 Phil Edwards <pme@gcc.gnu.org>
1047
1048 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
1049 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
1050 the pattern in question is not a regexp.
1051 * ldlang.c: Likewise.
1052 * ldlang.h: Likewise.
1053 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
1054
1055 2002-02-12 Jakub Jelinek <jakub@redhat.com>
1056
1057 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1058 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1059 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
1060 * ldexp.c (exp_data_seg): New variable.
1061 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
1062 (fold_binary): Handle DATA_SEGMENT_ALIGN.
1063 (exp_fold_tree): Handle DATA_SEGMENT_END.
1064 Pass allocation_done when recursing instead of hardcoding
1065 lang_allocating_phase_enum.
1066 * ldexp.h (exp_data_seg): New.
1067 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
1068 (lang_size_sections): New.
1069 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
1070 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
1071 if COMMONPAGESIZE is defined.
1072 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
1073 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
1074 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
1075 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
1076 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
1077 libraries only.
1078
1079 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1080
1081 * Makefile.in: Regenerate.
1082
1083 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1084
1085 * lexsup.c: Remove strtoul declaration.
1086
1087 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1088
1089 * ldmain.c: Add prototype for main ().
1090 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
1091 * emultempl/lnk960.em (lnk960_choose_target): Function should
1092 take two arguments.
1093
1094 2002-02-10 Alan Modra <amodra@bigpond.net.au>
1095
1096 * ldlang.c (entry_section): New initialised variable.
1097 (lang_finish): Use it.
1098 * ldlang.h (entry_section): Declare.
1099 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
1100 entry_section to ".opd".
1101
1102 2002-02-09 Chris Demetriou <cgd@broadcom.com>
1103
1104 * ld.texinfo (Options): Add back in -nostdlib documentation,
1105 which had been inadvertently removed.
1106
1107 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
1108
1109 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
1110 register section vma to a sane value after emitting error. Make
1111 fatal conditions cause program exit when emitting message.
1112
1113 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
1114
1115 * configure.tgt: Add or32-*-rtems target.
1116
1117 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
1118
1119 Contribute sh64-elf.
1120 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
1121 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
1122 in OTHER_RELOCATABLE_SECTIONS.
1123 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
1124 * emulparams/shelf32.sh (STACK_ADDR): Define.
1125 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
1126 (OTHER_SECTIONS): this. Removed stack settings.
1127 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
1128 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
1129 2001-03-12 DJ Delorie <dj@redhat.com>
1130 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
1131 relaxing if any shmedia or mixed sections are found.
1132 2001-03-07 DJ Delorie <dj@redhat.com>
1133 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
1134 einfo. Gracefully decline to output to non-elf formats.
1135 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
1136 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
1137 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
1138 * emulparams/shelf32.sh: Ditto.
1139 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
1140 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
1141 comment.
1142 2001-01-10 Ben Elliston <bje@redhat.com>
1143 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
1144 non-portable shell constructs. From Hans-Peter Nilsson.
1145 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
1146 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
1147 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
1148 dependencies to the shell script include chain.
1149 * Makefile.in: Regenerate.
1150 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1151 * emultempl/sh64elf.em: Update and tweak comments.
1152 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
1153 make a .cranges section SEC_IN_MEMORY.
1154 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1155 * emultempl/sh64elf.em
1156 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
1157 .cranges section found to be necessary; continue and set stored
1158 section contents flags for sections with non-mixed contents.
1159 Use a struct sh64_section_data container and sh64_elf_section_data
1160 to store contents-type flags.
1161 Remove unused update of "isec".
1162 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
1163 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
1164 access contents-type flags. Assert that the associated container
1165 is initialized. Use that container, not elf_gp_size, to hold size
1166 of linker-generated cranges contents.
1167 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1168 * emultempl/sh64elf.em
1169 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
1170 there's already a .cranges section. When section flag difference
1171 is found, don't NULL-check cranges a second time. Tweak comments.
1172 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
1173 merging, not max size, as size of ld-generated .cranges contents.
1174 Don't set ELF section flags in output section. When checking for
1175 needed .cranges descriptors, don't use a variable; compare
1176 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
1177 comments.
1178 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1179 * emultempl/sh64elf.em: New file.
1180 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
1181 * Makefile.in: Regenerate.
1182 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
1183 (OTHER_RELOCATING_SECTIONS): Ditto.
1184 (EXTRA_EM_FILE): New, set to sh64elf if not set.
1185 * emulparams/shlelf32.sh: Stub out all settings except
1186 OUTPUT_FORMAT. Source shelf32.sh.
1187 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
1188 OTHER_RELOCATING_SECTIONS.
1189 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
1190 * emulparams/shlelf64.sh: Stub out all settings except
1191 OUTPUT_FORMAT. Source shelf64.sh.
1192 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
1193 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
1194 .cranges section.
1195 (DATA_START_SYMBOLS): Define, provide ___data.
1196 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
1197 for consecutive .data section.
1198 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
1199 section after .data section.
1200 * emulparams/shlelf64.sh: Ditto.
1201 * emulparams/shelf32.sh: Ditto.
1202 (ALIGNMENT): Define to 8.
1203 * emulparams/shelf32.sh: Ditto.
1204 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
1205 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
1206 built-in linker scripts.
1207 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
1208 * emulparams/shlelf64.sh: New.
1209 * emulparams/shelf64.sh: New.
1210 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
1211 targ_extra_emuls.
1212 * Makefile.am: Add support for shlelf64 and shelf64.
1213 * Makefile.in: Regenerate.
1214 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
1215 * configure.tgt (sh64-*-elf*): Add shelf as default.
1216 Add shlelf to targ_extra_emuls.
1217 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
1218 * emulparams/shelf32.sh: New file.
1219 * emulparams/shlelf32.sh: New file.
1220 * Makefile.am: Add support for shlelf32 and shelf32.
1221 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
1222 * Makefile.in: Regenerate.
1223
1224 2002-02-05 Hans-Peter Nilsson <hp@axis.com>
1225
1226 * ldlang.c (lang_reset_memory_regions): Rename from
1227 reset_memory_regions. Change all callers. Make public.
1228 * ldlang.h (lang_reset_memory_regions): Prototype.
1229 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
1230 lang_reset_memory_regions before lang_size_sections.
1231 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1232 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
1233
1234 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
1235
1236 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
1237 arithmetic when checking for too many global registers.
1238
1239 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
1240
1241 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
1242 (ehppanbsd.c): New rule.
1243 * Makefile.in: Regenerate.
1244 * configure.tgt (hppa*-*-netbsd*): New target.
1245 * emulparams/hppalinux.sh: Add comment to check other files
1246 that source this file it is modified, and list which
1247 files that do.
1248 * emulparams/hppanbsd.sh: New file.
1249
1250 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
1251
1252 * scripttempl/xstormy16.sc: Don't allocate extra space for the
1253 stack.
1254
1255 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
1256
1257 Support on-demand global register allocation from
1258 R_MMIX_BASE_PLUS_OFFSET relocs.
1259 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
1260 mmix_set_reg_section_vma. Call
1261 _bfd_mmix_finalize_linker_allocated_gregs.
1262 (mmix_before_allocation): New function.
1263 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
1264 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
1265 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
1266 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
1267 before .MMIX.reg_contents.
1268 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
1269 (mmo_after_open): New function.
1270 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
1271 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
1272 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
1273
1274 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
1275
1276 * emulparams/or32.sh: New file.
1277 * emulparams/or32elf.sh: New file.
1278 * scripttempl/or32.sc: New file.
1279 * configure.tgt : Add support for or32.
1280 * configure: Regenerate
1281 * Makefile.am: Add support for or32.
1282 * Makefile.in: Regenerate.
1283 * NEWS: Mention support for or32.
1284 * po/ld.pot: Regenerate.
1285
1286 2002-01-29 Chris Demetriou <cgd@broadcom.com>
1287 Mitch Lichtenberg <mpl@broadcom.com>
1288
1289 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
1290 * emultempl/mipself.em: New file to handle MIPS ELF embedded
1291 reloc creation (ld --embedded-relocs).
1292
1293 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1294
1295 * configure: Regenerated.
1296
1297 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1298
1299 * Makefile.am (install): Depend on install-info.
1300 * Makefile.in: Regenerate.
1301
1302 2002-01-26 Christian Rose <menthos@menthos.com>
1303
1304 * ldmain.c (main): Use full sentences to ease translation.
1305
1306 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
1307
1308 * po/fr.po: Updated version.
1309
1310 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1311
1312 * po/es.po: Updated version.
1313
1314 2002-01-25 Andreas Jaeger <aj@suse.de>
1315
1316 * ldlex.l (yy_input): Correct error check.
1317
1318 2002-01-25 Alan Modra <amodra@bigpond.net.au>
1319
1320 * ldmisc.c (demangle): Put back dots when string not demangled.
1321
1322 2002-01-22 Richard Henderson <rth@redhat.com>
1323
1324 * emulparams/elf64alpha.sh (NOP): Use unop.
1325
1326 2002-01-21 Andreas Jaeger <aj@suse.de>
1327
1328 * ldlex.l: Use fread instead of read.
1329
1330 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
1331
1332 * configure.tgt (ia64-*-netbsd*): New target.
1333
1334 2002-01-21 H.J. Lu <hjl@gnu.org>
1335
1336 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
1337 0.
1338 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
1339
1340 2002-01-18 Andreas Jaeger <aj@suse.de>
1341
1342 * ldver.c (ldversion): Update year.
1343
1344 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1345
1346 * po/ld.pot: Regenerate.
1347
1348 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1349
1350 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
1351 * Makefile.in: Regenerate.
1352 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
1353 * emultempl/ppc64elf.em: New file.
1354
1355 2002-01-15 DJ Delorie <dj@redhat.com>
1356
1357 * scripttempl/pe.sc: Add support for constructor priorities.
1358
1359 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
1360
1361 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
1362 * emulparams/avr23xx.sh: Likewise.
1363 * emulparams/avr4433.sh: Likewise.
1364 * emulparams/avr44x4.sh: Likewise.
1365 * emulparams/avr85xx.sh: Likewise.
1366 * emulparams/avrmega103.sh: Likewise.
1367 * emulparams/avrmega161.sh: Likewise.
1368 * emulparams/avrmega603.sh: Likewise.
1369 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
1370
1371 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
1372
1373 * ldlang.c (walk_wild_section): Exclude object file if enclosing
1374 archive is excluded.
1375
1376 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
1377
1378 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
1379 (eshelf_nbsd.c): New rule.
1380 (eshlelf_nbsd.c): New rule.
1381 * Makefile.in: Regenerate.
1382 * configure.tgt (sh*le-*-netbsdelf*): New target.
1383 (sh*-*-netbsdelf*): New target.
1384 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
1385 * ld/emulparams/shelf_nbsd.sh: New emulation.
1386 * ld/emulparams/shlelf_nbsd.sh: New emulation.
1387
1388 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1389
1390 * po/es.po: New file: Spanish translation.
1391 * configure.in (ALL_LINGUAS): Add es.
1392 * configure: Regenerate.
1393
1394 2002-01-06 John Marshall <jmarshall@acm.org>
1395
1396 * ld.texinfo: Note that --emit-relocs is currently only
1397 implemented for ELF.
1398
1399 2002-01-05 Alan Modra <amodra@bigpond.net.au>
1400
1401 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
1402 of bfd_section_list_remove and bfd_section_list_insert macros.
1403 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1404 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1405
1406 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1407
1408 * configure.tgt (x86_64-*-netbsd*): New target.
1409
1410 2001-12-21 Tom Rix <trix@redhat.com>
1411
1412 (gld*_create_output_section_statements): New function.
1413 For -binitfini support.
1414 * emultempl/aix.em (gld*_before_parse): Fix comment.
1415 * emultempl/aix.em (gld*_parse_args): Fix comment.
1416
1417 2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
1418
1419 * configure.tgt (mips*-dec-netbsd*): Delete alias for
1420 mips*el-*-netbsd*.
1421 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
1422
1423 * configure.tgt (arm-*-netbsdelf*): Add target.
1424 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
1425 * emulparams/armelf_nbsd.sh: Added.
1426 * Makefile.am: Add rules for earmelf_nbsd.
1427 * Makefile.in: Regenerate.
1428
1429 2001-12-19 Andreas Jaeger <aj@suse.de>,
1430 Susanne Oberhauser <froh@suse.de>
1431
1432 * configure.host: Add rules for x86_64-*linux-gnu. Change
1433 s390x-linux entry to use gcc to report configuration, replace gcc
1434 with $CC in s390-linux
1435
1436 2001-12-19 Andreas Jaeger <aj@suse.de>
1437
1438 * ld.texinfo (VERSION): Fix markup.
1439
1440 2001-12-18 matthew green <mrg@eterna.com.au>
1441
1442 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
1443 (m68kelfnbsd.c): New rule.
1444 * Makefile.in: Regenerate.
1445 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
1446 (m68*-*-netbsd*4k*): .. this.
1447 (m68*-*-netbsdelf*): New target.
1448 (m68*-*-netbsd*): Also include ELF support.
1449 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
1450 * emulparams/m68kelfnbsd.sh: New emulation.
1451
1452 2001-12-18 Jakub Jelinek <jakub@redhat.com>
1453
1454 * ldgram.y (vers_node): Support anonymous version tags.
1455 * ldlang.c (lang_register_vers_node): Ensure anonymous version
1456 tag is not defined together with non-anonymous versions.
1457 * ld.texinfo: Document it.
1458
1459 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1460
1461 * po/tr.po: New file: Turkish translation.
1462 * configure.in (ALL_LINGUAS): Add tr.
1463 * configure: Regenerate.
1464
1465 2001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
1466
1467 * Makefile.am: Add rules for eelf64alpha_nbsd.
1468 * Makefile.in: Regenerate.
1469 * configure.tgt (alpha*-*-netbsd*): Set
1470 targ_emul to elf64alpha_nbsd.
1471 * emulparams/elf64alpha_nbsd.sh: Added.
1472
1473 2001-12-17 Alan Modra <amodra@bigpond.net.au>
1474
1475 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
1476 section_tail when fiddling with section list.
1477 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
1478 broken into separate strings to make translation easier.
1479 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
1480 fiddling with section list.
1481 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1482
1483 2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
1484
1485 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
1486
1487 2001-12-15 Alan Modra <amodra@bigpond.net.au>
1488
1489 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
1490
1491 2001-12-13 Jakub Jelinek <jakub@redhat.com>
1492
1493 * emultempl/elf32.em (finish): Supply output_bfd
1494 to bfd_elf*_discard_info.
1495 (OPTION_EH_FRAME_HDR): Define.
1496 (longopts): Add --eh-frame-hdr.
1497 (parse_args): Handle it.
1498 (list_options): Add --eh-frame-hdr to help.
1499 * emultempl/hppaelf.em (finish): Supply output_bfd
1500 to bfd_elf*_discard_info.
1501 * scripttempl/elf.sc (.eh_frame_hdr): Add.
1502
1503 2001-12-13 Alan Modra <amodra@bigpond.net.au>
1504
1505 * lexsup.c (parse_args): Don't pass shortopts to second call to
1506 getopt functions. Restore optind rather than decrementing before
1507 second call. Remove errind as it now duplicates last_optind.
1508
1509 2001-12-11 Christopher Faylor <cgf@redhat.com>
1510
1511 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
1512
1513 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
1514 Richard Henderson <rth@redhat.com>
1515
1516 * Makefile.am: Add support for xstormy16.
1517 * configure.tgt: Add support for xstormy16.
1518 * Makefile.in: Regenerate.
1519 * emulparams/elf32xstormy16.sh: New file.
1520 * scripttempl/xstormy16.sc: New file.
1521
1522 2001-10-01 Christopher Faylor <cgf@cygnus.com>
1523
1524 * Makefile.in (LIB_PATH): Make configurable.
1525 (GENSCRIPTS): Set LIB_PATH in environment.
1526 * configure.in: Substitute LIB_PATH.
1527 * configure: Regenerate.
1528 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
1529 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
1530
1531 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
1532
1533 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
1534 describing the -N option so that it is easier to translate into
1535 foreign languages.
1536
1537 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1538
1539 * emultempl/pe.em (..._list_options): Replace multiple fprintf
1540 statements describing a single option with a single, newline
1541 escaped fprintf. This allows better translation into other
1542 languages.
1543
1544 * ldmain.c (add_archive_element): Combine multiple strings
1545 into a single string to permit better translation into other
1546 languages.
1547
1548 2001-12-05 Tom Rix <trix@redhat.com>
1549
1550 * Makefile.am: Remove eaixppc64.
1551 * Makefile.in: Regenerate.
1552
1553 2001-12-04 Tom Rix <trix@redhat.com>
1554
1555 * emultempl/aix.em (choose_target): Change default target to
1556 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
1557 warning.
1558 (gld*_read_file): Fix typo.
1559 (change_symbol_mode): Add prototype.
1560 (is_syscall): Same.
1561
1562 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
1563 * emulparams/aixrs6.sh : Same.
1564 * emulparams/ppcmacos.sh : Same.
1565 * emulparams/aixppc64.sh : Delete file.
1566 * emultempl/aix.em : Formatting changes.
1567
1568 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
1569
1570 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
1571 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
1572 __Sbss.
1573 (OTHER_END_SYMBOLS): Fix formatting.
1574 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
1575 (OTHER_END_SYMBOLS): Fix formatting.
1576
1577 2001-12-04 Alan Modra <amodra@bigpond.net.au>
1578
1579 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
1580
1581 2001-12-02 Tom Rix <trix@redhat.com>
1582
1583 * configure.tgt : Remove eaixppc64 emulations.
1584 * Makefile.in : Remove eaixppc64.c
1585 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
1586 (ldemul_default_target): Same.
1587 * emultempl/gld960.em (gld960_choose_target): Same.
1588 * emultempl/gld960c.em (gld960_choose_target): Same.
1589 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
1590 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
1591 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
1592 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
1593 * emultempl/aix.em (choose_target): New function. Handle emulation of
1594 -b32 and -b64.
1595
1596 2001-11-27 H.J. Lu <hjl@gnu.org>
1597
1598 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
1599 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
1600 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
1601 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
1602 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
1603 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
1604 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
1605 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
1606
1607 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
1608 is not empty.
1609 (SDATA): Likewise.
1610 (REL_SDATA): Likewise.
1611 (REL_SBSS): Likewise.
1612 (REL_SDATA2): Likewise.
1613 (REL_SBSS2): Likewise.
1614 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
1615 (SDATA2): Likewise.
1616
1617 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1618
1619 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
1620 destructor in rom.
1621 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
1622
1623 2001-11-22 H.J. Lu <hjl@gnu.org>
1624
1625 * Makefile.in: Regenerated with automake based on automake
1626 1.4-8 in RedHat 7.1.
1627
1628 2001-11-22 Alan Modra <amodra@bigpond.net.au>
1629
1630 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
1631 (config.status): Delete rule.
1632 Add extra dependencies to cover sourced emulparams files.
1633 * Makefile.in: Regenerate.
1634
1635 * scripttempl/elf.sc: Order <section>, <section>.* and
1636 corresponding linkonce sections as seen in input files.
1637 Formatting fixes. Zero vma of all sections if not relocating.
1638 (STACK): Define and insert if STACK_ADDR defined.
1639 (OTHER_RELOCATING_SECTIONS): Delete.
1640 (OTHER_END_SYMBOLS): Define.
1641 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
1642 (OTHER_READWRITE_SECTIONS): Likewise.
1643 (OTHER_GOT_SECTIONS): Likewise.
1644 (OTHER_SDATA_SECTIONS): Likewise.
1645 (OTHER_BSS_SECTIONS): Likewise.
1646 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
1647 (OTHER_READWRITE_SECTIONS): Likewise.
1648 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
1649 (OTHER_READWRITE_SECTIONS): Likewise
1650
1651 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
1652 (STACK_ADDR): Define.
1653 * emulparams/armelf_oabi.sh: As for armelf.sh.
1654 * emulparams/elf32mcore.sh: As for armelf.sh.
1655 * emulparams/h8300elf.sh: As for armelf.sh.
1656 * emulparams/mn10200.sh: As for armelf.sh.
1657 * emulparams/shelf.sh: As for armelf.sh.
1658
1659 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
1660 (OTHER_END_SYMBOLS): Define.
1661 * emulparams/m32relf.sh: As for elf32fr30.sh.
1662 * emulparams/h8300helf.sh: As for elf32fr30.sh.
1663 * emulparams/h8300self.sh: As for elf32fr30.sh.
1664
1665 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
1666 defines with RELOCATING test.
1667 (OTHER_SDATA_SECTIONS): Likewise.
1668 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1669 (OTHER_END_SYMBOLS): ..this.
1670 * emulparams/crislinux.sh: As for criself.sh.
1671
1672 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
1673 if not relocating.
1674 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1675 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
1676 normal and linkonce sections as seen in input files.
1677 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
1678 (TEXT_DYNAMIC): Likewise.
1679 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
1680 (OTHER_SDATA_SECTIONS): Likewise.
1681 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1682 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
1683 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
1684 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
1685 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
1686 (OTHER_PLT_RELOC_SECTIONS): Likewise.
1687 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
1688 sections as seen in input files.
1689 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
1690 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
1691 if not relocating.
1692 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
1693 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
1694 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
1695 (OTHER_SECTIONS): Instead, use this..
1696 (OTHER_END_SYMBOLS): ..and this.
1697
1698 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
1699 * emulparams/elf32bsmip.sh: Likewise.
1700 * emulparams/elf32btsmip.sh: Likewise.
1701 * emulparams/elf32ebmip.sh: Likewise.
1702 * emulparams/elf32lmip.sh: Likewise.
1703 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
1704 * emulparams/elf32lsmip.sh: Likewise.
1705 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
1706 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
1707 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
1708 * emulparams/elf64btsmip.sh: Likewise.
1709 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
1710 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
1711 * emulparams/elf32ppclinux.sh: Likewise.
1712 * emulparams/elf32ppcsim.sh: Likewise.
1713 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
1714 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
1715 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
1716 * emulparams/h8300self.sh: Likewise.
1717 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
1718 * emulparams/sh.sh: Comment.
1719 * emulparams/shl.sh: Source sh.sh, remove duplicates.
1720 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
1721 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
1722
1723 2001-11-21 David Heine <dlheine@tensilica.com>
1724 Alan Modra <amodra@bigpond.net.au>
1725
1726 * ldlang.c (map_input_to_output_sections): Replace "break"
1727 accidentally removed with 2001-08-03 change.
1728 (lang_gc_sections_1): Likewise.
1729
1730 2001-11-21 Alan Modra <amodra@bigpond.net.au>
1731
1732 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
1733
1734 2001-11-20 Angela Marie Thomas <angela@redhat.com>
1735
1736 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
1737 of false when calling lang_size_sections.
1738 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1739
1740 2001-11-15 Alan Modra <amodra@bigpond.net.au>
1741
1742 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
1743 function when LDEMUL_FINISH isn't set to the same name. Don't
1744 call ${LDEMUL_FINISH}.
1745 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
1746 * emultempl/armelf.em (arm_elf_finish): Call
1747 gld${EMULATION_NAME}_finish.
1748 * emultempl/hppaelf.em (hppaelf_finish): Rename to
1749 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
1750 hppaelf_layout_sections_again if necessary.
1751 (need_laying_out): New var.
1752 (hppaelf_layaout_sections_again): Rename to
1753 hppaelf_layout_sections_again. Clear need_laying_out.
1754 (PARSE_AND_LIST_OPTIONS): Format text.
1755
1756 2001-11-14 H.J. Lu <hjl@gnu.org>
1757
1758 * emultempl/armelf.em (arm_elf_finish): Renamed from
1759 gld${EMULATION_NAME}_finish.
1760 (LDEMUL_FINISH): Set to arm_elf_finish.
1761
1762 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
1763
1764 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
1765 (struct ld_emulation_xfer_struct): Use it.
1766
1767 2001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
1768
1769 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
1770 additional symbols referenced by newer crt0.o files from HP.
1771
1772 2001-11-12 Anthony Green <green@redhat.com>
1773
1774 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
1775
1776 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
1777
1778 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
1779 * Makefile.in: Regenerate.
1780
1781 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1782
1783 * ld.texinfo: Use @command for commands, @option for options.
1784 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
1785 the page man title.
1786 * Makefile.in: Rebuild.
1787
1788 2001-11-04 Chris Demetriou <cgd@broadcom.com>
1789
1790 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
1791 Add support for targets.
1792
1793 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1794
1795 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
1796 * configure: Regernate.
1797 * po/fr.po: New file.
1798 * po/sv.po: New file.
1799
1800 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
1801
1802 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
1803 as little endian default and to support big endian.
1804
1805 2001-11-01 Chris Demetriou <cgd@broadcom.com>
1806
1807 * ld.texinfo (Options): Document new option, -nostdlib.
1808 * lexsup.c (OPTION_NOSTDLIB): New definition.
1809 (ld_options): Add entry for "nostdlib".
1810 (parse_args): Handle OPTIONS_NOSTDLIB.
1811 * ldfile.c (ldfile_add_library_path): Don't add directories
1812 to the search path if they weren't specified on the command line
1813 and -nostdlib was specified.
1814 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
1815
1816 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
1817
1818 * lexsup.c (parse_args): Prevent infinite parsing loop when
1819 "-rpath.a" is specified on the command line.
1820 Replace calls to fprintf with calls to einfo.
1821
1822 2001-10-31 John Marshall <jmarshall@acm.org>
1823
1824 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
1825 appear only once across all the linker scripts involved in a link
1826 invocation no longer applies. Make the documentation reflect
1827 that.
1828
1829 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
1830
1831 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
1832 targets.
1833 (sh-*-linux*): Added targ_extra_libpath.
1834
1835 2001-10-31 David Heine <dlheine@tensilica.com>
1836
1837 * ldlang.c (lang_size_sections): Keep a valid output_offset field
1838 for padding statements.
1839
1840 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1841
1842 * configure.tgt (mmix-*-*): New target.
1843 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
1844 Add dependencies to match.
1845 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
1846 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
1847 scripttempl/mmo.sc: New files.
1848 * gen-doc.texi: @set MMIX.
1849 * ld.texinfo: Ditto.
1850 [MMIX] Add MMIX node.
1851 * Makefile.in: Regenerate.
1852
1853 2001-10-29 Kazu Hirata <kazu@hxi.com>
1854
1855 * ldlang.c: Fix a comment typo.
1856
1857 2001-10-23 Alan Modra <amodra@bigpond.net.au>
1858
1859 * configure.host: Move alpha*-*-linux-gnu* entry to generic
1860 entries, and match *-*-linux*.
1861
1862 2001-10-20 Alan Modra <amodra@bigpond.net.au>
1863
1864 * ldgram.y (mri_script_command): Surround processing of INCLUDE
1865 with ldlex_script, ldlex_popstate.
1866 (ifile_p1): Likewise.
1867 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
1868 correct slot.
1869 (lex_push_file): Save current lineno to lineno_stack. Set lineno
1870 to 1. Don't BEGIN(SCRIPT).
1871 (lex_redirect): Similarly.
1872 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
1873
1874 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
1875
1876 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
1877 __EH_FRAME_END__ and accept eh frames into data section.
1878 Add ctor and dtor sections.
1879
1880 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1881
1882 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
1883 (auto-export): Fix indentation.
1884
1885 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1886
1887 * pe-dll.c (autofilter_objectlist): Add startup objects
1888 for profiling.
1889 (auto-export): Constify char * p.
1890 Extract file basename and use strcmp rather than ststr
1891 for object lookup.
1892
1893 2001-10-18 Chris Demetriou <cgd@broadcom.com>
1894
1895 * ldmain.c (get_emulation): Improve comment about the handling
1896 of -mipsN options.
1897
1898 2001-10-17 Alan Modra <amodra@bigpond.net.au>
1899
1900 * po/POTFILES.in: Regenerate.
1901
1902 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
1903
1904 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
1905 -z nocopyreloc and -z nocombreloc usage strings.
1906
1907 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
1908
1909 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
1910 in usage.
1911
1912 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
1913
1914 * scripttempl/armaout.sc: Place .bss section after end of aligned
1915 data section to match behaviour of aout code in constructrion of
1916 header.
1917
1918 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1919
1920 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
1921 startup files for mingw32 dlls to list.
1922
1923 2001-10-10 Chris Demetriou <cgd@broadcom.com>
1924
1925 * emultempl/elf32.em: Fix shell 'if' usage for portability.
1926
1927 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
1928
1929 * configure.tgt (targ): Add arm9e-*-elf.
1930
1931 2001-10-05 H.J. Lu <hjl@gnu.org>
1932
1933 * genscripts.sh: Fix a typo in the last change.
1934
1935 2001-10-05 Jakub Jelinek <jakub@redhat.com>
1936
1937 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
1938 -z nocombreloc in usage.
1939
1940 2001-10-03 Jim Blandy <jimb@redhat.com>
1941
1942 * genscripts.sh: Include a comment at the top of each generated
1943 script, explaining its purpose.
1944
1945 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
1946
1947 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
1948 * NEWS: Mention -z nocopyreloc.
1949 * ld.texinfo (Options): Describe nocopyreloc.
1950
1951 2001-10-03 Alan Modra <amodra@bigpond.net.au>
1952
1953 * configure: Regenerate.
1954
1955 2001-10-02 Alan Modra <amodra@bigpond.net.au>
1956
1957 * ldver.h (ld_program_version): Remove declaration.
1958 * lexsup.c (parse_args): Move printing of copyright message..
1959 * ldver.c (ldversion): .. to here.
1960 Use BFD_VERSION_STRING in place of BFD_VERSION.
1961 (ld_program_version): Remove.
1962 * Makefile.am (Makefile): Depend on bfd/configure.in.
1963 Run "make dep-am".
1964 * Makefile.in: Regenerate.
1965
1966 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1967
1968 * Makefile.am: Update dependencies with "make dep-am".
1969 * Makefile.in: Regenerate.
1970
1971 2001-09-29 John Reiser <jreiser@BitWagon.com>
1972
1973 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
1974 * lexsup.c: Add --no-define-common commandline option.
1975 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
1976 * ldlex.l: Likewise.
1977 * ld.h: Add command_line.inhibit_common_definition.
1978 * ldmain.c (main): Initialize.
1979 * ld.texinfo: Document.
1980
1981 2001-09-29 Alan Modra <amodra@bigpond.net.au>
1982
1983 * ldlang.c (section_already_linked): Remove assignment to kept_section.
1984
1985 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1986
1987 * ldmisc.c (USE_STDARG): Remove.
1988 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1989 (einfo): Likewise.
1990 (minfo): Likewise.
1991 (lfinfo): Likewise.
1992
1993 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
1994 declarations. Update copyright.
1995
1996 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
1997
1998 * pe-dll.c: Remove obsoleted declaration of
1999 pe_get_data_import_dll_name.
2000 (pe_create_import_fixup): Fix thinko.
2001
2002 * ld.texinfo(enable-auto-import): Clarify the explanation.
2003
2004 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
2005
2006 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
2007 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
2008 DLL_SUPPORT controlled code.
2009
2010 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
2011
2012 * emultempl/pe.em(pe_data_import_dll): Make static.
2013 (pe_get_data_import_dll_name): New accessor function.
2014 * pe-dll.c(pe_create_import_fixup): call
2015 pe_get_data_import_dll_name() from pe.em, instead of
2016 directly accessing pe_data_import_dll variable from pe.em.
2017
2018 2001-09-18 Bruno Haible <haible@clisp.cons.org>
2019
2020 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
2021 (def_file_add_directive): Use ISSPACE instead of isspace.
2022 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
2023 isdigit/isxdigit/isalpha/isalnum.
2024 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
2025 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
2026 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
2027 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
2028 isalnum.
2029 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
2030 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
2031 isupper/tolower.
2032 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
2033 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
2034 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
2035 (ctor_prio): Use ISDIGIT instead of isdigit.
2036 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
2037 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
2038 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
2039 isupper/tolower.
2040 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
2041 (stricpy): Use TOLOWER instead of isupper/tolower.
2042 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
2043 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
2044 (lex_warn_invalid): Use ISPRINT instead of isprint.
2045 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
2046 (main): For gettext, also set the LC_CTYPE locate facet.
2047 (add_keepsyms_file): Use ISSPACE instead of isspace.
2048 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
2049 (is_num, parse_args): Use ISDIGIT instead of isdigit.
2050 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
2051 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
2052 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
2053 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
2054 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
2055 (quoteput): Use ISSPACE instead of isspace.
2056 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
2057 instead of isalnum.
2058
2059 2001-09-18 Alan Modra <amodra@bigpond.net.au>
2060
2061 * deffilep.y (def_stash_module): Constify "name" param.
2062
2063 * pe-dll.c: Replace CONST with const throughout.
2064 (quick_symbol): Constify "n1", "n2", "n3" params.
2065 (make_singleton_name_thunk): Constify "import" param. Make
2066 "buffer_len" a size_t.
2067 (make_import_fixup_entry): Constify "name", "fixup_name",
2068 "dll_symname" params.
2069 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
2070 (pe_get32): Likewise.
2071 (pe_implied_import_dll): Likewise.
2072
2073 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
2074 (sort_by_section_name): Likewise.
2075
2076 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
2077 (make_import_fixup): Cast printf arg, rel->address to long rather
2078 than int.
2079 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
2080
2081 2001-09-15 Alan Modra <amodra@bigpond.net.au>
2082
2083 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
2084 defines BufferSize. Increase buffer size by one.
2085
2086 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
2087
2088 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
2089
2090 2001-09-14 Kevin Lo <kevlo@openbsd.org>
2091
2092 * configure.tgt: Add arm-openbsd target.
2093
2094 2001-09-12 H.J. Lu <hjl@gnu.org>
2095
2096 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
2097 eelf64lppc.o to ...
2098 (ALL_64_EMULATIONS): Here.
2099 * Makefile.in: Regenerated.
2100
2101 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2102
2103 * emultempl/pe.em(make_import_fixup): change signature to
2104 take asection as well as arelec; we need this for proper
2105 error reporting. Only call pe_create_import_fixup() if
2106 there is no attempt to add a constant addend to the reloc;
2107 otherwise, report error condition.
2108 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
2109 since final argument is a pointer to make_import_fixup().
2110 Change call to cb() to match make_import_fixup() signature.
2111 (make_import_fixup_mark): make buffer_len unsigned.
2112 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
2113
2114 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
2115
2116 * ld.texinfo: add verbose documentation for auto-import
2117 direct-addressing workaround, to compliment the terse
2118 error message.
2119
2120 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
2121
2122 * scripttempl/v850.sc: Add gcc_except_table sections.
2123
2124 2001-09-11 Jeffrey A Law (law@cygnus.com)
2125
2126 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
2127 * emulparams/h8300self.sh: Similarly.
2128
2129 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
2130
2131 * ld.texinfo (Options, --stack): Correct default value for stack
2132 reserve.
2133
2134 2001-09-05 Tom Rix <trix@redhat.com>
2135
2136 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
2137
2138 2001-09-03 Andreas Jaeger <aj@suse.de>
2139
2140 * emultempl/beos.em: Declare prototypes for comparions functions,
2141 adjust definitions.
2142
2143 2001-09-02 Andreas Jaeger <aj@suse.de>
2144
2145 * emultempl/aix.em: Add missing prototype.
2146 * emultempl/lnk960.em: Likewise.
2147 * emultempl/vanilla.em: Likewise.
2148 * emultempl/armcoff.em: Likewise.
2149 * emultempl/armelf_oabi.em: Likewise.
2150 * emultempl/beos.em: Likewise.
2151 * emultempl/gld960c.em: Likewise.
2152 * emultempl/gld960.em: Likewise.
2153
2154 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
2155 for prototype declaration.
2156
2157 2001-08-31 Eric Christopher <echristo@redhat.com>
2158 Jason Eckhardt <jle@redhat.com>
2159
2160 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
2161
2162 2001-08-31 Andreas Jaeger <aj@suse.de>
2163
2164 * emultempl/pe.em: Add missing prototypes.
2165 (gld_${EMULATION_NAME}_after_open): Remove extra args to
2166 pe_find_data_imports.
2167 (pr_sym): Add unused attribute.
2168
2169 2001-08-29 Joel Sherrill <joel@OARcorp.com>
2170
2171 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
2172 default from coff to elf.
2173
2174 2001-08-29 Jeff Law <law@redhat.com>
2175
2176 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
2177 ARCH specification.
2178 * emulparams/h8300self.sh: Similarly.
2179
2180 2001-08-28 J"orn Rennecke <amylaar@redhat.com>
2181
2182 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
2183 eh8300self.o .
2184 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
2185 * configure.tgt (h8300-*-elf*): New case.
2186 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
2187 * emulparams/h8300self.sh: New file.
2188 * Makefile.in: Regenerated.
2189
2190 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
2191
2192 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
2193 with macro name.
2194
2195 2001-08-27 Linus Nordberg <linus@swox.com>
2196 Alan Modra <amodra@bigpond.net.au>
2197
2198 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
2199 (eelf64ppc.c, eelf64lppc.c): Add make targets.
2200 Run "make dep-am"
2201 * Makefile.in: Regenerate.
2202 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
2203 entries to correct alphabetical position.
2204 * emulparams/elf64ppc.sh: New.
2205 * emulparams/elf64lppc.sh: New.
2206
2207 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
2208
2209 * ldmain.c (main): Declare BSIZE as static.
2210
2211 2001-08-23 Jakub Jelinek <jakub@redhat.com>
2212
2213 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
2214 into .rel.dyn resp. .rela.dyn if combreloc.
2215 (get_script): If .x linker script is equal to .xn, only put it
2216 once into the binary.
2217 Add .xc and .xsc scripts.
2218 (parse_args): Handle -z combreloc and -z nocombreloc.
2219 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
2220 For .xc and .xsc scripts put all .rel* or .rela* input sections
2221 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
2222 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
2223 is elf.
2224 Strip trailing whitespace from script.
2225 Generate .xc and .xsc scripts if requested.
2226 * ldmain.c (main): Initialize link_info.combreloc and
2227 link_info.spare_dynamic_tags.
2228 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
2229 (ld_options): Add --spare-dynamic-tags option.
2230 (parse_args): Likewise.
2231 * ld.texinfo: Document -z combreloc and -z nocombreloc.
2232 * ldint.texinfo: Document .xc and .xsc linker scripts.
2233 * NEWS: Add notes about -z combreloc and SHF_MERGE.
2234
2235 2001-08-22 H.J. Lu <hjl@gnu.org>
2236
2237 * emulparams/elf32fr30.sh: Add a newline.
2238
2239 2001-08-21 Andreas Jaeger <aj@suse.de>
2240
2241 * deffilep.y: Add missing prototypes.
2242 * pe-dll.c: Likewise.
2243
2244 2001-08-20 Alan Modra <amodra@bigpond.net.au>
2245
2246 * ldlang.c (insert_pad): Fix typos in last patch.
2247
2248 * ldlang.c: When traversing lang_statement_union_type lists,
2249 consistently use "header.next" rather than "next".
2250 * mpw-eppcmac.c: Likewise.
2251 * emultempl/beos.em: Likewise.
2252 * emultempl/hppaelf.em: Likewise.
2253 * emultempl/pe.em: Likewise.
2254 * ldlang.h (union lang_statement_union): Remove "next" field.
2255
2256 * ldlang.c (insert_pad): Use offsetof macro.
2257 (lang_size_sections): Always neuter padding statements.
2258 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
2259
2260 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
2261 passed to lang_size_sections.
2262 (pe_exe_fill_sections): Likewise.
2263 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
2264 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
2265
2266 2001-08-18 Alan Modra <amodra@bigpond.net.au>
2267
2268 * emultempl/aix.em: Formatting fixes.
2269
2270 2001-08-18 Alan Modra <amodra@bigpond.net.au>
2271
2272 * ldlang.c (insert_pad): Make use of an existing pad statement if
2273 available. Move code calculating alignment, adjusting section
2274 alignment power, and adjusting dot to ..
2275 (size_input_section): .. here. Remove unused relax param.
2276 (lang_size_sections): Change boolean `relax' param to boolean *.
2277 Adjust call to size_input_section. Make use of insert_pad to
2278 place pad after the assignment statement. If relaxing, zap
2279 padding statements.
2280 (reset_memory_regions): Reset output_bfd section sizes too.
2281 (relax_again): Move to..
2282 (lang_process): ..here. Adjust call to lang_size_sections, and
2283 remove duplicated code.
2284 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
2285
2286 2001-08-17 Alan Modra <amodra@bigpond.net.au>
2287
2288 * ld.texinfo: Document that fill values now use the four least
2289 significant bytes.
2290 * emulparams/elf32fr30.sh (NOP): Update.
2291 * emulparams/elf32mcore.sh: Likewise.
2292 * emulparams/elf64_s390.sh: Likewise.
2293 * emulparams/elf_i386.sh: Likewise.
2294 * emulparams/elf_i386_be.sh: Likewise.
2295 * emulparams/elf_i386_chaos.sh: Likewise.
2296 * emulparams/elf_i386_ldso.sh: Likewise.
2297 * emulparams/elf_s390.sh: Likewise.
2298 * emulparams/elf_x86_64.sh: Likewise.
2299 * emulparams/i386moss.sh: Likewise.
2300 * emulparams/i386nw.sh: Likewise.
2301 * emulparams/m68kelf.sh: Likewise.
2302 * scripttempl/elf.sc: Update NOP comment.
2303 * scripttempl/elfi370.sc: Likewise.
2304 * scripttempl/elfm68hc11.sc: Likewise.
2305 * scripttempl/elfm68hc12.sc: Likewise.
2306 * scripttempl/nw.sc: Likewise.
2307
2308 2001-08-15 Tom Rix <trix@redhat.com>
2309
2310 * ldgram.y (saved_script_handle): Initialize to NULL.
2311 * ldmain.c (main): Change check on saved_script_handle.
2312
2313 2001-08-14 Alan Modra <amodra@bigpond.net.au>
2314
2315 * emultempl/elf32.em: Formatting fixes.
2316 (output_prev_sec_find): Test for bfd_ind_section too; do so by
2317 looking at sec->owner.
2318 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
2319 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
2320 unused code, and reorganize orphan section placement code.
2321
2322 * ldlang.c (wild_doit): Rename to lang_add_section.
2323 * ldlang.h: Here too.
2324 * mpw-elfmips.c: And here.
2325 * emultempl/beos.em: And here.
2326 * emultempl/elf32.em: And here.
2327 * emultempl/hppaelf.em: And here.
2328 * emultempl/pe.em: And here.
2329
2330 2001-08-13 Richard Henderson <rth@redhat.com>
2331
2332 * emultempl/needrelax.em: New file.
2333 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
2334 * Makefile.am (eelf64_ia64.c): Depend on it.
2335 * Makefile.in: Rebuild.
2336
2337 2001-08-13 Alan Modra <amodra@bigpond.net.au>
2338
2339 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
2340 output_section is set non-NULL.
2341
2342 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
2343 `true' for SEC_EXCLUDE sections so that the generic code doesn't
2344 needlessly create an output_section_statement. Treat a correctly
2345 named output_section_statement with NULL bfd_section as compatible.
2346
2347 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
2348
2349 * emultempl/generic.em: Support EXTRA_EM_FILE.
2350 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
2351 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2352 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2353 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2354 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2355 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2356 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2357 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2358 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2359 LDEMUL_FIND_POTENTIAL_LIBRARIES.
2360
2361 2001-08-12 Richard Henderson <rth@redhat.com>
2362
2363 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
2364 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
2365 scripttempl/v850.sc: Keep .jcr data.
2366
2367 2001-08-12 H.J. Lu <hjl@gnu.org>
2368 Andrew Haley <aph@cambridge.redhat.com>
2369 Nick Clifton <nickc@redhat.com>
2370
2371 * ldgram.y (had_script): Change name to saved_script_handle.
2372 Change type to file handle.
2373 * ld.h (had_script): Rename and retype.
2374 * ldfile.c (ldfile_open_command_file): Save the file handle
2375 used in saved_script_handle.
2376 * lexsup.c (parse_args): Do not allow -c option to alter
2377 saved_script_handle.
2378 * ldmain.c (main): Print out the linker script used if
2379 --verbose is given. Check saved_script_handle to obtain the
2380 external linker script used, or if NULL, dump the builtin
2381 script.
2382 * ld.texinfo: Document that --verbose now dumps the linker
2383 script used, regardless of whether it was an internal or an
2384 external script.
2385
2386 2001-08-10 Andreas Jaeger <aj@suse.de>
2387
2388 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2389 to build warnings.
2390 * configure: Regenerate.
2391
2392 2001-08-09 Alan Modra <amodra@bigpond.net.au>
2393
2394 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
2395
2396 * scripttempl/elf.sc: Move non-text .dynamic section before
2397 .plt/.got/.sdata* group.
2398 (OTHER_GOT_SECTIONS): Move to immediately after .got.
2399 (OTHER_SDATA_SECTIONS): Add.
2400 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
2401 OTHER_GOT_SECTIONS.
2402 * emulparams/crislinux.sh: Likewise.
2403 * emulparams/elf32b4300.sh: Likewise.
2404 * emulparams/elf32bmip.sh: Likewise.
2405 * emulparams/elf32bmipn32.sh: Likewise.
2406 * emulparams/elf32bsmip.sh: Likewise.
2407 * emulparams/elf32btsmip.sh: Likewise.
2408 * emulparams/elf32ebmip.sh: Likewise.
2409 * emulparams/elf32elmip.sh: Likewise.
2410 * emulparams/elf32l4300.sh: Likewise.
2411 * emulparams/elf32lmip.sh: Likewise.
2412 * emulparams/elf32lsmip.sh: Likewise.
2413 * emulparams/elf32ltsmip.sh: Likewise.
2414 * emulparams/elf64bmip.sh: Likewise.
2415 * emulparams/elf64btsmip.sh: Likewise.
2416 * emulparams/elf64ltsmip.sh: Likewise.
2417
2418 2001-08-08 Alan Modra <amodra@bigpond.net.au>
2419
2420 * genscripts.sh: Source the emulparams script before each output
2421 script is generated so that variables like `RELOCATING' may affect
2422 variables defined in the emulparams script.
2423
2424 2001-08-04 Alan Modra <amodra@bigpond.net.au>
2425
2426 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
2427 order.
2428
2429 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
2430 ie. iterate over wild_statement.section_list.
2431 (gld${EMULATION_NAME}_place_orphan): Likewise.
2432
2433 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2434
2435 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
2436 .fini[0-4] sections used by _exit
2437 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
2438 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
2439 * scripttempl/elfm68hc11.sc: Likewise.
2440
2441 2001-08-03 H.J. Lu <hjl@gnu.org>
2442
2443 * emultempl/beos.em (init): Add the missing initialization.
2444
2445 2001-08-03 Alan Modra <amodra@bigpond.net.au>
2446
2447 * ld.texinfo (Input Section Basics): Clarify ordering of output
2448 sections.
2449 * ldlang.c (callback_t): Add wildcard_list param.
2450 (walk_wild_section): Remove "section" param. Rewrite for
2451 lang_wild_statement_type change. Remove unique_section_p test.
2452 (walk_wild_file): Remove "section" param.
2453 (walk_wild): Remove "section" and "file" params.
2454 (lang_gc_wild): Likewise.
2455 (wild): Likewise. Modify for lang_wild_statement_type change.
2456 (wild_sort): Likewise. Add "sec" param.
2457 (gc_section_callback): Likewise.
2458 (output_section_callback): Likewise. Do unique_section_p test.
2459 (map_input_to_output_sections): Modify call to wild.
2460 (lang_gc_sections_1): Likewise.
2461 (print_wild_statement): Modify for lang_wild_statement_type
2462 change.
2463 (lang_add_wild): Replace filename, filenames_sorted param with
2464 filespec. Replace section_name, sections_sorted,
2465 exclude_filename_list with section_list.
2466 * ldlang.h (lang_add_wild): Here too.
2467 (lang_wild_statement_type): Replace section_name, sections_sorted,
2468 and exclude_filename_list with section_list.
2469 * ldgram.y (current_file): Delete.
2470 (%union): Add wildcard_list.
2471 (file_NAME_list): Set type to wildcard_list. Build a linked list
2472 rather than calling lang_add_wild for each entry.
2473 (input_section_spec_no_keep): Call lang_add_wild here instead.
2474 * ld.h (struct wildcard_list): Declare.
2475 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
2476
2477 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
2478
2479 * ldmain.c (main): initialize link_info.pei386_auto_import
2480 * pe-dll.c: new tables for auto-export filtering
2481 (auto_export): change API, pass abfd for contextual filtering.
2482 Loop thru tables of excluded symbols instead of comparing
2483 "by hand".
2484
2485 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
2486
2487 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
2488 static variable current_sec (static struct sec *). Add
2489 forward declaration for add_bfd_to_link.
2490 (process_def_file): Don't export undefined symbols. Do not
2491 export symbols starting with "_imp__". Call auto_export()
2492 with new API.
2493 (pe_walk_relocs_of_symbol): New function.
2494 (generate_reloc): add optional extra debugging
2495 (pe_dll_generate_def_file): eliminate extraneous initial blank
2496 line in output
2497 (make_one): enlarge symtab to make room for __nm__ symbols
2498 (DATA auto-import support).
2499 (make_singleton_name_thunk): New function.
2500 (make_import_fixup_mark): New function.
2501 (make_import_fixup_entry): New function.
2502 (pe_create_import_fixup): New function.
2503 (add_bfd_to_link): Specify that 'name' argument is a CONST
2504 char *.
2505 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
2506 declare new functions pe_walk_relocs_of_symbol and
2507 pe_create_import_fixup.
2508 * emultempl/pe.em: add new options --enable-auto-import,
2509 --disable-auto-import, and --enable-extra-pe-debug.
2510 (make_import_fixup): New function.
2511 (pe_find_data_imports): New function.
2512 (pr_sym): New function.
2513 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
2514 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
2515 CODE.
2516
2517 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
2518
2519 * ld.texinfo: add additional documentation for
2520 --export-all-symbols. Document --out-implib,
2521 --enable-auto-image-base, --disable-auto-image-base,
2522 --dll-search-prefix, --enable-auto-import, and
2523 --disable-auto-import.
2524 * ldint.texinfo: Add detailed documentation on auto-import
2525 implementation.
2526
2527 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2528
2529 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
2530 example.
2531
2532 2001-07-24 Alan Modra <amodra@bigpond.net.au>
2533
2534 * Makefile.am: Update dependencies with "make dep-am".
2535 * Makefile.in: Regenerate
2536
2537 2001-07-23 Alan Modra <amodra@bigpond.net.au>
2538
2539 * ldcref.c (check_section_sym_xref): New function.
2540 (check_nocrossrefs): Call it.
2541 (check_nocrossref): Interate over h->refs here instead of..
2542 (check_refs): ..here. Pass in the symbol name, section, and bfd
2543 rather than hash_entry pointers.
2544 (struct check_refs_info): Keep symbol name rather than hash entry.
2545 Remove "same".
2546 (check_reloc_refs): Tweak for above changes in check_refs_info.
2547 Only report references to section syms when symname is NULL to
2548 prevent duplicate messages for the same reloc.
2549
2550 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2551
2552 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
2553 available. Do not print NULL trees.
2554 (exp_print_token): Print unknown tokens with values > 126 as
2555 decimal values not ASCII characters.
2556
2557 * ldlang.c (lang_leave_overlay): If a region is specified assign
2558 it to all sections inside the overlay unless they have been
2559 assigned to the own, non-default, memory region.
2560
2561 * README: Add header for consistency with other README files.
2562
2563 2001-07-14 H.J. Lu <hjl@gnu.org>
2564
2565 * emultempl/elf32.em (output_prev_sec_find): Never return
2566 bfd_abs_section_ptr, bfd_com_section_ptr nor
2567 bfd_und_section_ptr.
2568
2569 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
2570
2571 * Makefile.am (em32relf.c): Change dependency from generic.em to
2572 elf32.em.
2573 * Makefile.in: Regenerate.
2574
2575 2001-07-14 matthew green <mrg@eterna.com.au>
2576
2577 * configure.tgt (i386-*-netbsdelf*): New target.
2578 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
2579
2580 2001-07-13 Jakub Jelinek <jakub@redhat.com>
2581
2582 * emultempl/elf32.em (output_prev_sec_find): New.
2583 (place_orphan): Use it.
2584
2585 2001-07-11 H.J. Lu <hjl@gnu.org>
2586
2587 * ldmain.c (main): Fix typos in the last change.
2588
2589 2001-07-11 Jakub Jelinek <jakub@redhat.com>
2590
2591 * ldmain.c (main): Disallow -F and -f without -shared.
2592
2593 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2594
2595 * emultempl/pe.em (after_open): Check for the output_bfd not
2596 having any coff_data structure allocated to it.
2597
2598 2001-07-09 David O'Brien <obrien@FreeBSD.org>
2599
2600 * emultempl/elf32.em: Do not assuming that contents of the buffer
2601 returned from basename function will remain unchanged accross other
2602 function calls.
2603
2604 2001-07-03 H.J. Lu <hjl@gnu.org>
2605
2606 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
2607 2001-07-03. It creates dynamic entries even for static binaries.
2608
2609 2001-07-03 Jakub Jelinek <jakub@redhat.com>
2610
2611 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
2612 (DYNAMIC): Use it to reserve few dynamic entries for
2613 post-linking tools.
2614
2615 2001-06-27 Alan Modra <amodra@bigpond.net.au>
2616
2617 * emulparams/hppa64linux.sh: New file.
2618 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
2619 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
2620 (ehppa64linux.c): Add rule to make it.
2621 Run "make dep-am".
2622 * Makefile.in: Regenerate.
2623
2624 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
2625
2626 * ld.texinfo (Options, -r): Mention restrictions when using
2627 different object formats.
2628
2629 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
2630
2631 * ldlang.c (lang_check): Emit fatal error if relocatable link
2632 between different object flavours with relocations in input.
2633
2634 2001-06-19 H.J. Lu <hjl@gnu.org>
2635
2636 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
2637 (--version-script): Mention the language support.
2638
2639 2001-06-19 H.J. Lu <hjl@gnu.org>
2640
2641 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
2642
2643 2001-06-18 H.J. Lu <hjl@gnu.org>
2644
2645 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
2646 (diststuff): Add $(MANS).
2647 * Makefile.in: Regenerated.
2648
2649 * ld.1: Removed.
2650
2651 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
2652
2653 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2654 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
2655 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
2656 * ld.h (args_type): Remove member export_dynamic. All users
2657 changed to use struct bfd_link_info member.
2658
2659 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
2660 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
2661 * Makefile.in: Regenerate.
2662
2663 2001-06-18 H.J. Lu <hjl@gnu.org>
2664
2665 * ldlang.c (init_os): Add the newline to the einfo call.
2666 (lang_check): Likewise.
2667 (lang_do_version_exports_section): Likewise.
2668
2669 2001-06-15 H.J. Lu <hjl@gnu.org>
2670
2671 * lexsup.c (parse_args); Save optind to report unrecognized
2672 option.
2673
2674 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
2675
2676 * ldlang.c (lang_check): Emit fatal error if relocatable link
2677 between different object flavours.
2678
2679 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
2680 Set new link_info member export_dynamic.
2681 * ldmain.c (main): Initialize new link_info member export_dynamic.
2682
2683 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
2684
2685 * ldlang.c (walk_wild): Only call walk_wild_file if
2686 lookup_name returns something.
2687 (lookup_name): If load_symbols fails, return NULL.
2688 (load_symbols): Change to a boolean function.
2689 (open_input_bfds): If load_symbols fails then do not make the
2690 executable.
2691
2692 2001-06-08 Alan Modra <amodra@bigpond.net.au>
2693
2694 * ldlang.c (record_bfd_errors): Remove.
2695
2696 * emultempl/aix.em: Fix copyright dates.
2697
2698 2001-06-07 Andreas Jaeger <aj@suse.de>
2699
2700 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
2701 (TEXT_START_ADDR): Likewise.
2702
2703 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
2704
2705 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
2706
2707 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2708
2709 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
2710
2711 2001-05-31 H.J. Lu <hjl@gnu.org>
2712
2713 * ldlang.c (open_input_bfds): Don't change the bfd error
2714 handler whilst loading symbols.
2715
2716 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2717
2718 * configure.tgt: Remove i370-mvs architecture, it is not currently
2719 supported.
2720
2721 2001-05-25 H.J. Lu <hjl@gnu.org>
2722
2723 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2724 like emulparams/aixppc.sh.
2725
2726 2001-05-25 H.J. Lu <hjl@gnu.org>
2727
2728 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
2729 setting of output_filename after bfd_scan_arch.
2730 * emultempl/pe.em: Likewise.
2731
2732 2001-05-25 H.J. Lu <hjl@gnu.org>
2733
2734 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2735 like emulparams/aixppc.sh.
2736
2737 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
2738 instead of ${srcdir}/emultempl/stringify.sed.
2739
2740 2001-05-25 Timothy Wall <twall@oculustech.com>
2741
2742 * emulparams/elf64_aix.sh: Change settings to match IBM linker
2743 output.
2744
2745 2001-05-25 Alan Modra <amodra@one.net.au>
2746
2747 * configure.host: Replace linuxoldld with linux*oldld.
2748 * configure.tgt: Likewise.
2749
2750 2001-05-24 H.J. Lu <hjl@gnu.org>
2751
2752 * emultempl/stringify.sed: Removed again.
2753
2754 2001-05-24 H.J. Lu <hjl@gnu.org>
2755
2756 * emultempl/aix.em (OUTPUT_ARCH): Defined.
2757 (gld${EMULATION_NAME}_before_parse): Initialize
2758 ldfile_output_architecture, ldfile_output_machine and
2759 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
2760 * emultempl/beos.em: Likewise.
2761 * emultempl/elf32.em: Likewise.
2762 * emultempl/linux.em: Likewise.
2763 * emultempl/mipsecoff.em: Likewise.
2764 * emultempl/pe.em: Likewise.
2765 * emultempl/sunos.em: Likewise.
2766
2767 2001-05-24 Tom Rix <trix@redhat.com>
2768
2769 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
2770 udate import file format.
2771 (change_symbol_mode) New, same
2772 (is_syscall) New, same
2773 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
2774 * emulparams/aixppc64.sh : same
2775 * emulparams/aixrs6.sh : same
2776 * emulparams/ppcmacos.sh : same
2777 * emultempl/aix.em : use strtoull to parse options
2778 * Makefile.am : add eaixppc64 emulation for xcoff64
2779 * Makefile.in : same
2780 * configure.tgt : same
2781
2782 * scripttempl/aix.sc : default text section offset to 0x10000000
2783 default data section offset to 0x20000000
2784 add .sv3264 and .sv64 pseudo sections
2785 loader and debug sections use the currect section offset.
2786
2787 * emultempl/aix.em : Add xcoff64 support
2788 Add -binitfini support
2789 (gld${EMULATION_NAME}_before_parse) -binitfini
2790 (gld${EMULATION_NAME}_parse_args) same
2791 (gld${EMULATION_NAME}_before_allocation) format change for special
2792 sections
2793
2794 * emulparams/aixppc64.sh : New file for xcoff64 support
2795
2796 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
2797
2798 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
2799 variable to avoid non-portable shell construct.
2800
2801 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2802
2803 * ldmain.c (get_emulation): Add -mips5 command line argument.
2804
2805 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
2806
2807 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
2808 (ELF_INTERPRETER_NAME): Define it.
2809 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
2810 it.
2811 * configure.tgt (targ_emul, targ_extra_emuls)
2812 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
2813 as primary, elf_i386 as extra.
2814 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
2815 (eelf_i386_ldso.c): New rule.
2816 * Makefile.in: Rebuilt.
2817
2818 2001-05-22 Nick Clifton <nickc@redhat.com>
2819
2820 * lexsup.c (ld_options): Allow -I to be an alias for
2821 --dynamic-linker. This is for Solaris compatability.
2822 * ld.texinfo: Document that -I can be used.
2823 * ld.1: Regenerate.
2824
2825 2001-05-16 Alan Modra <amodra@one.net.au>
2826
2827 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
2828 whether an input section is the first one assigned to an output
2829 section.
2830 Assorted formatting fixes.
2831
2832 2001-05-14 DJ Delorie <dj@delorie.com>
2833
2834 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
2835 * Makefile.in: Ditto.
2836
2837 2001-05-11 Jakub Jelinek <jakub@redhat.com>
2838
2839 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
2840 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
2841 output sections.
2842 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
2843
2844 2001-05-11 Jakub Jelinek <jakub@redhat.com>
2845
2846 * ldlang.c (lang_process): Call bfd_merge_sections.
2847
2848 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2849
2850 * ldgram.y: Fix typo.
2851
2852 2001-05-03 H.J. Lu <hjl@gnu.org>
2853
2854 * emultempl/elf32.em: Include "libiberty.h".
2855 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
2856 basename of the bfd filename.
2857 (gld${EMULATION_NAME}_stat_needed): Likewise.
2858 (gld${EMULATION_NAME}_try_needed): Likewise.
2859 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
2860
2861 2001-05-02 H.J. Lu <hjl@gnu.org>
2862
2863 * emultempl/pe.em: Include <ctype.h>.
2864
2865 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
2866
2867 * emulparams/elf32openrisc.sh: New file.
2868
2869 * Makefile.am: Add OpenRISC target.
2870 * Makefile.in: Regenerated.
2871
2872 * configure.tgt: Add openrisc-*-* mapping.
2873
2874 2001-05-02 Nick Clifton <nickc@redhat.com>
2875
2876 * emultempl/aix.em: Replace buystring with xstrdup.
2877 * emultempl/beos.em: Replace buystring with xstrdup.
2878
2879 2001-05-02 H.J. Lu <hjl@gnu.org>
2880
2881 * ldfile.c: Include "libiberty.h".
2882 * ldlex.l: Likewise.
2883
2884 * ldmisc.c (buystring): Removed.
2885 * ldmisc.h: Likewise.
2886
2887 * ldfile.c: Replace buystring with xstrdup.
2888 * ldlang.c: Likewise.
2889 * ldlex.l: Likewise.
2890 * ldmain.c: Likewise.
2891 * ldmisc.c: Likewise.
2892 * lexsup.c: Likewise.
2893 * mpw-eppcmac.c: Likewise.
2894
2895 2001-04-30 Andreas Jaeger <aj@suse.de>
2896
2897 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
2898
2899 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2900
2901 * ldlang.c (load_symbols): Give emulation a chance
2902 to process unrecognized file before fatal error is
2903 reported, not after.
2904
2905 2001-04-27 Sean McNeil <sean@mcneil.com>
2906
2907 * configure.tgt: Add arm-vxworks target.
2908 * scripttempl/armcoff.sc: Support .text or .data as a section name
2909 prefix.
2910 Define _etext.
2911
2912 2001-04-13 J.T. Conklin <jtc@redback.com>
2913
2914 * ld.texinfo: Document --fatal-warnings.
2915 * ld.1: Regenerate.
2916
2917 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
2918 warnings have been turned into errors.
2919 * lexsup.c (OPTION_WARN_FATAL): Define.
2920 (ld_options): Entry for --fatal-warnings.
2921 (parse_args): Handle OPTION_WARN_FATAL.
2922 * ld.h (ld_config_type): Add fatal_warnings field.
2923
2924 2001-04-13 Jakub Jelinek <jakub@redhat.com>
2925
2926 * ldmain.c (main): Default to discard_sec_merge.
2927 * lexsup.c (OPTION_DISCARD_NONE): Define.
2928 (ld_options): Add --discard-none.
2929 (parse_args): Handle OPTION_DISCARD_NONE.
2930 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
2931 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
2932 all its input sections match.
2933
2934 2001-04-05 Steven J. Hill <sjhill@cotw.com>
2935
2936 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
2937 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
2938 (eelf32ltsmip.c): New target.
2939 (eelf64btsmip.c): Likewise.
2940 (eelf64ltsmip.c): Likewise.
2941 * Makefile.in: Regenerated.
2942
2943 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
2944 target.
2945 (mips*-*-linux-gnu*): Likewise.
2946
2947 * emulparams/elf32ltsmip.sh: New. Traditional little endian
2948 MIPS taget.
2949 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
2950 target.
2951 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
2952 endian target.
2953
2954 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
2955
2956 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
2957 correct value of __Stext here.
2958 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
2959 .startup section.
2960
2961 * emulparams/crislinux.sh: Remove FIXME.
2962
2963 2001-04-02 Alan Modra <alan@linuxcare.com.au>
2964
2965 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
2966 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
2967
2968 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
2969
2970 * configure.tgt (cris-*-*): Change default emulation to criself.
2971 (cris-*-*aout*): New rule.
2972
2973 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
2974
2975 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
2976 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
2977
2978 2001-03-26 Andreas Jaeger <aj@suse.de>
2979
2980 * ld.texinfo (Overview): Fix syntax in texi code.
2981
2982 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2983
2984 * ld.texinfo: Put @c man indications to generate the ld man page.
2985 When generating man, define all the variables. Define SEEALSO
2986 and SYNOPSIS. Re-organize some lines to avoid the cross references.
2987 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
2988 (ld.1): Generate from ld.texinfo.
2989 * Makefile.in: Regenerate.
2990
2991 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
2992
2993 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
2994 and '-fdata-sections'. Set the VMA of STABS sections to zero.
2995
2996 2001-03-17 Ulrich Drepper <drepper@redhat.com>
2997
2998 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
2999 is an absolute path look only for this file and not along the path.
3000
3001 2001-03-17 Ulrich Drepper <drepper@redhat.com>
3002
3003 * emultempl/elf32.em (OPTION_GROUP): New macro.
3004 Add new option Bgroup to longopts.
3005 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
3006 (gld*_list_options): Add -Bgroup and -z defs.
3007 * ld.1: Document -Bgroup and -z defs.
3008 * ld.texinfo: Likewise.
3009
3010 2001-03-07 Michael Meissner <meissner@redhat.com>
3011
3012 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
3013 with sections created by -fdata-sections.
3014 (.dynbss,.bss): Ditto.
3015
3016 2001-03-05 Alan Modra <alan@linuxcare.com.au>
3017
3018 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
3019 after_allocation_default, not gld..._before_allocation.
3020
3021 2001-02-27 Alan Modra <alan@linuxcare.com.au>
3022
3023 * configure.in (BFD_VERSION): New.
3024 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
3025 * configure: Regenerate.
3026 * Makefile.am: Run "make dep-am"
3027 * Makefile.in: Regenerate.
3028
3029 2001-02-26 Timothy Wall <twall@cygnus.com>
3030
3031 * emulparams/elf64_aix.sh: Add additional read-only sections;
3032 uncomment lines which are now required.
3033
3034 2001-02-26 H.J. Lu <hjl@gnu.org>
3035
3036 * ldlang.c (open_input_bfds): Set the bfd error handler so
3037 that problems can be caught whilst loading symbols.
3038 (record_bfd_errors): New function: Report BFD errors and mark
3039 the executable output as being invalid.
3040
3041 2001-02-22 Timothy Wall <twall@cygnus.com>
3042
3043 * configure.host: Add configuration for ia64-*-aix*.
3044 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
3045 Add dependencies for eelf64_aix.c.
3046 * Makefile.in: Regenerate.
3047 * configure.tgt: Add ia64-*-aix* mapping.
3048 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
3049 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
3050 AIX-specific test.
3051
3052 2001-02-20 H.J. Lu <hjl@gnu.org>
3053
3054 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
3055 false if we found the file.
3056
3057 2001-02-18 David O'Brien <obrien@FreeBSD.org>
3058
3059 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
3060 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
3061
3062 2001-02-18 lars brinkhoff <lars@nocrew.org>
3063
3064 * Makefile.am: Add PDP-11 target.
3065 * configure.tgt: Likewise.
3066 * emulparams/pdp11.sh: New file.
3067
3068 2001-02-17 David O'Brien <obrien@FreeBSD.org>
3069
3070 * configure.host: Add a generic FreeBSD configuration entry such that
3071 all [modern] FreeBSD systems on all platforms will look the same.
3072
3073 2001-02-14 H.J. Lu <hjl@gnu.org>
3074
3075 * configure.tgt: Remove mention of earmelf_linux26.
3076
3077 2001-02-13 Richard Henderson <rth@redhat.com>
3078
3079 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
3080
3081 2001-02-13 H.J. Lu <hjl@gnu.org>
3082
3083 * ldexp.h (node_type): Add etree_provided.
3084 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
3085 type to etree_provided if defined by PROVIDE. Allow updating
3086 for etree_provided.
3087 (exp_print_tree): Handle etree_provided.
3088 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
3089 etree_provided.
3090
3091 2001-02-09 David Mosberger <davidm@hpl.hp.com>
3092
3093 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
3094 .IA_64.unwind.* pattern to unwind table section and
3095 .IA_64.unwind_info* pattern to unwind info section.
3096
3097 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3098
3099 * Makefile.am: Add linux target for S/390.
3100 * Makefile.in: Likewise.
3101 * configure.host: Likewise.
3102 * configure.tgt: Likewise.
3103 * emulparams/elf64_s390.sh: New file.
3104 * emulparams/elf_s390.sh: New file.
3105
3106 2001-02-09 Jakub Jelinek <jakub@redhat.com>
3107
3108 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
3109 targ_extra_libpath.
3110 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
3111
3112 2001-02-06 Philip Blundell <philb@gnu.org>
3113
3114 * Makefile.am: Remove mention of earmelf_linux26.
3115 * Makefile.in: Regenerate.
3116
3117 2001-02-04 Philip Blundell <philb@gnu.org>
3118
3119 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
3120 * emulparams/armelf_linux26.sh: Delete.
3121 * configure.tgt: Remove mention of armelf_linux26 emulation.
3122
3123 2001-02-01 Nick Clifton <nickc@redhat.com>
3124
3125 * ld.1: Replace occurances of -oformat with --oformat.
3126
3127 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
3128
3129 * ldlang.c (lang_leave_overlay): Don't set lma_region when
3130 load_base is specified.
3131
3132 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
3133
3134 * emultempl/elf32.em: Correct spelling in comments and listed
3135 options.
3136
3137 2001-01-23 Alan Modra <alan@linuxcare.com.au>
3138
3139 * ldlang.c (lang_leave_overlay): Only set lma_region from the
3140 default for the first section of a group of overlay sections.
3141
3142 2001-01-22 Alan Modra <alan@linuxcare.com.au>
3143
3144 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
3145 * Makefile.in: Regenerate.
3146 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
3147 Check for null tool_dir.
3148
3149 2001-01-16 Jim Wilson <wilson@redhat.com>
3150
3151 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
3152 and IA_64.unwind.info.
3153
3154 2001-01-16 H.J. Lu <hjl@gnu.org>
3155
3156 * ldlang.c (lang_check): Merge the private data only if the
3157 input file has contents.
3158
3159 2001-01-14 Alan Modra <alan@linuxcare.com.au>
3160
3161 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
3162
3163 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
3164 enabling search for libmilli. On a relocatable link, make .text
3165 sections unique.
3166 (LDEMUL_AFTER_PARSE): Define.
3167 (hppaelf_finish): Correct spelling of relocatable in comments.
3168
3169 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3170 rummage through the script for sections on the unique list.
3171 Correct length of strncmp for ".note".
3172 (gld${EMULATION_NAME}_check_needed): Rearrange function.
3173
3174 * ldlang.c (unique_section_list): New var.
3175 (unique_section_p): New function.
3176 (walk_wild_section): Don't match sections on unique_section_list.
3177 (lang_add_unique): New function.
3178 Correct spelling of relocatable in comments.
3179
3180 * ldlang.h (struct unique_sections): Declare.
3181 (unique_section_list): Declare.
3182 (unique_section_p): Declare.
3183 (lang_add_unique): Declare.
3184
3185 * lexsup.c (ld_options): Allow --unique to take an optional arg.
3186 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
3187
3188 * ld.texinfo (--unique): Update.
3189
3190 2001-01-13 Nick Clifton <nickc@redhat.com>
3191
3192 * lexsup.c (parse_args): Remove spurious white space.
3193
3194 2001-01-12 Nick Clifton <nickc@redhat.com>
3195
3196 * lexsup.c (parse_args): Update copyright date.
3197
3198 2001-01-12 Philip Blundell <pb@futuretv.com>
3199
3200 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
3201
3202 2001-01-10 Kazu Hirata <kazu@hxi.com>
3203
3204 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
3205 * scripttempl/h8300h.sc: Fix formatting.
3206 * scripttempl/h8300s.sc: Likewise.
3207 * scripttempl/h8500.sc: Likewise.
3208 * scripttempl/h8500b.sc: Likewise.
3209 * scripttempl/h8500c.sc: Likewise.
3210 * scripttempl/h8500m.sc: Likewise.
3211 * scripttempl/h8500s.sc: Likewise.
3212
3213 2000-01-07 David O'Brien <obrien@BSDi.com>
3214
3215 * emultempl/elf32.em: Only perform Linux ld hints processing when
3216 targeting Linux.
3217
3218 2001-01-07 Philip Blundell <philb@gnu.org>
3219
3220 * ld.texinfo (Bug Reporting): Update email address for reports.
3221
3222 2000-12-31 Nick Clifton <nickc@redhat.com>
3223
3224 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
3225 options by checking for a return value of '?' not -1.
3226
3227 2000-12-28 Nick Clifton <nickc@redhat.com>
3228
3229 * lexsup.c (struct ld_option): Add new enum value:
3230 EXACTLY_TWO_DASHES.
3231 (ld_options[]): Change -omagic, -output and -oformat options
3232 to be EXACTLY_TWO_DASHES.
3233 (OUTPUT_COUNT): Use ARRAY_SIZE.
3234 (parse_args): Change parameter 'argc' to unsigned.
3235 Place EXACTLY_TWO_DASHES options into new really_longopts
3236 array.
3237 If getopt_long_only fails, try calling getopt_long using the
3238 really_longopts array.
3239 (help): Print a double dash for both EXACTLY_TWO_DASHES and
3240 TWO_DASHES options.
3241
3242 * ldlex.h: Fix prototype of parse_args.
3243
3244 * ld.texinfo: Document that long options starting with 'o'
3245 must be preceeded by two dashes. Change example of a single
3246 dashed long option from -oformat to -trace-symbol.
3247
3248 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3249
3250 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
3251 (longopts[]): New --no-default-excludes option.
3252 (gld_${EMULATION_NAME}_list_options): Document.
3253 (gld_${EMULATION_NAME}_parse_args): Handle.
3254
3255 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3256
3257 * ldlang.c (new_stat): Revert the last beautification with "innocent"
3258 whitespace, it breaks the K&R C preprocessor.
3259
3260 2000-12-11 DJ Delorie <dj@redhat.com>
3261
3262 * ld.texinfo: Add notes about --whole-archive and gcc.
3263
3264 2000-11-18 Fred Fish <fnf@be.com>
3265
3266 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
3267 (ld_options): Entry for --allow-shlib-undefined.
3268 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
3269 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
3270 to false.
3271 * ld.texinfo: Document new command line switch.
3272
3273 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
3274
3275 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
3276 .fixup is actually read/write.
3277 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3278 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3279 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3280
3281 2000-12-11 Jan Hubicka <jh@suse.cz>
3282
3283 * NEWS: Add note about x86_64 architecture.
3284
3285 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
3286
3287 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
3288 Set DWARF2 sections to a VMA of zero.
3289
3290 2000-12-01 Joel Sherrill <joel@OARcorp.com>
3291
3292 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
3293 New targets.
3294 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3295 (sparc*-*-rtems*): Switched from a.out to ELF.
3296
3297 2000-11-30 Jan Hubicka <jh@suse.cz>
3298
3299 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
3300 (eelf_x86_64.c): New.
3301 * Makefile.in: Regenerate.
3302 * configure.tgt: Add support for x86_64-*-linux-gnu*.
3303 * emulparams/elf_x86_64.sh: New.
3304
3305 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
3306
3307 * emulparams/crislinux.sh (ENTRY): Change back to _start.
3308 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
3309
3310 * scripttempl/crisaout.sc: Change all RELOCATING not related to
3311 merging non-a.out sections into CONSTRUCTING.
3312
3313 2000-11-28 Nick Clifton <nickc@redhat.com>
3314
3315 * ld.1 (COPYING): Mention that the GNU Free Documentation
3316 License is present in the sources, but not the output, and
3317 also available from the GNU website.
3318 (GNU Free Documentation License): Comment out this section.
3319
3320 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
3321
3322 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
3323 does not use them.
3324
3325 2000-11-25 David O'Brien <obrien@FreeBSD.org>
3326
3327 * ld.1: Remove old date so it does not give the impression the manpage
3328 is way out of date.
3329
3330 2000-11-24 Nick Clifton <nickc@redhat.com>
3331
3332 * configure.tgt (xscale-coff): Add target.
3333 (xscale-elf): Add target.
3334
3335 2000-11-24 Fred Fish <fnf@be.com>
3336
3337 * ldmain.c (main): Remove redundant init of config.make_executable
3338 to true.
3339
3340 2000-11-15 Richard Henderson <rth@redhat.com>
3341
3342 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
3343
3344 2000-11-14 Kazu Hirata <kazu@hxi.com>
3345
3346 * scripttempl/h8300.sc: Fix formatting.
3347 * scripttempl/h8300h.sc: Likewise.
3348 * scripttempl/h8300s.sc: Likewise.
3349
3350 2000-11-14 Denis Chertykov <denisc@overta.ru>
3351
3352 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
3353
3354 2000-11-09 Philip Blundell <pb@futuretv.com>
3355
3356 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
3357 around orphan sections whose names can be represented in C.
3358
3359 2000-11-07 Jim Wilson <wilson@redhat.com>
3360
3361 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
3362 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
3363
3364 2000-11-06 Nick Clifton <nickc@redhat.com>
3365
3366 * ld.texinfo: Add GNU Free Documentation License.
3367 * ldint.texinfo: Add GNU Free Documentation License.
3368 * ld.1: Add GNU Free Documentation License.
3369
3370 2000-11-05 Alan Modra <alan@linuxcare.com.au>
3371
3372 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
3373 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
3374
3375 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
3376 Move 2000-11-02 Makefile.in changes to this file.
3377 * Makefile.in: Regenerate.
3378
3379 2000-11-03 Nick Clifton <nickc@redhat.com>
3380
3381 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
3382 constructors and destructors.
3383 * scripttempl/h8300h.sc: Ditto.
3384 * scripttempl/h8300s.sc: Ditto.
3385 * scripttempl/h8500.sc: Ditto.
3386 * scripttempl/h8500b.sc: Ditto.
3387 * scripttempl/h8500c.sc: Ditto.
3388 * scripttempl/h8500m.sc: Ditto.
3389 * scripttempl/h8500s.sc: Ditto.
3390 * scripttempl/v850.sc: Ditto.
3391 * scripttempl/w65.sc: Ditto.
3392 * scripttempl/z8000.sc: Ditto.
3393
3394 2000-11-02 Per Lundberg <plundis@chaosdev.org>
3395
3396 * Makefile.in (e_i386_chaos.c): New rule.
3397 (ALL_EMULATIONS): Added e_i386_chaos.o.
3398 * emulparams/elf_i386_chaos.sh: New file.
3399 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
3400
3401 2000-10-20 Jakub Jelinek <jakub@redhat.com>
3402
3403 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
3404 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
3405 Fix sed invocation, so that it coped with '/' in Solaris 64bit
3406 library path suffix.
3407 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
3408
3409 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
3410
3411 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
3412 for consecutive sections.
3413
3414 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
3415
3416 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
3417 options.
3418 * ld.texinfo: Added notes about this new option.
3419
3420 2000-10-16 Nick Clifton <nickc@redhat.com>
3421
3422 * emultempl/pe.em (_after_open): Add tests of return values from
3423 bfd functions. Emit appropriate error messages if necessary.
3424
3425 2000-10-13 Nick Clifton <nickc@redhat.com>
3426
3427 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
3428 local variables - they are not used, but leave in the call to
3429 bfd_canonicalize_symtab.
3430 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
3431 pe_dll_search_prefix.
3432
3433 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
3434
3435 * emultempl/pe.em (pe_dll_search_prefix): New variable,
3436 (longopts): New --dll-search-prefix option.
3437 (gld_${EMULATION_NAME}_list_options): Document.
3438 (gld_${EMULATION_NAME}_parse_args): Handle.
3439 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
3440 dynamically, search for a dll named '<prefix><basename>.dll'
3441 in preference to 'lib<basename>.dll' if --dll-search-prefix
3442 is specified.
3443
3444 2000-10-12 Alan Modra <alan@linuxcare.com.au>
3445
3446 * ldlang.c (section_already_linked): Set kept_section instead of
3447 sec->comdat->sec.
3448
3449 2000-10-10 Kazu Hirata <kazu@hxi.com>
3450
3451 * deffile.h: Fix formatting.
3452 * lexsup.c: Likewise.
3453 * mri.c: Likewise.
3454
3455 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3456
3457 * pe-dll.c (make_one): Do not generate code thunk for DATA
3458 exports.
3459 (process_def_file): deduce DATA flag for auto-export sumbols.
3460
3461 2000-10-09 Kazu Hirata <kazu@hxi.com>
3462
3463 * ld.h: Fix formatting.
3464 * ldcref.c: Likewise.
3465 * ldctor.h: Likewise.
3466 * ldemul.c: Likewise.
3467 * ldemul.h: Likewise.
3468 * ldexp.c: Likewise.
3469 * ldexp.h: Likewise.
3470 * ldfile.c: Likewise.
3471 * ldfile.h: Likewise.
3472 * ldlang.c: Likewise.
3473 * ldlang.h: Likewise.
3474 * ldmain.c: Likewise.
3475 * pe-dll.c: Likewise.
3476
3477 * pe-dll.c: Revert some formatting fixes.
3478
3479 2000-10-08 Kazu Hirata <kazu@hxi.com>
3480
3481 * pe-dll.c: Fix formatting.
3482
3483 2000-10-05 Kazu Hirata <kazu@hxi.com>
3484
3485 * ldlang.c: Fix formatting.
3486
3487 2000-10-03 DJ Delorie <dj@redhat.com>
3488
3489 * pe-dll.c (fill_edata): initialize entire block
3490 (make_one): fill in correct section.
3491
3492 2000-10-03 Kazu Hirata <kazu@hxi.com>
3493
3494 * ldexp.c: Fix formatting.
3495
3496 2000-10-02 DJ Delorie <dj@redhat.com>
3497
3498 * emultempl/pe.em (gld_*_after_open): detect case where there two
3499 import libraries for same dll; rename one to ensure proper link
3500 order.
3501
3502 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
3503 typo
3504 (generate_edata): fix typo
3505
3506 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
3507
3508 * scripttempl/crisaout.sc (ENTRY): Now __start.
3509 (.text): Add default setting for __start.
3510 Remove CONSTRUCTORS handling.
3511 (/DISCARD/): Add .gnu.warning.*.
3512 * emulparams/crislinux.sh (ENTRY): Now __start.
3513 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
3514 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
3515 (ENTRY): Now __start.
3516 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
3517 (EXECUTABLE_SYMBOLS): Add default setting for __start.
3518
3519 2000-09-29 Kazu Hirata <kazu@hxi.com>
3520
3521 * deffile.h: Fix formatting.
3522 * ld.h: Likewise.
3523 * ldcref.c: Likewise.
3524 * ldctor.c: Likewise.
3525 * ldctor.h: Likewise.
3526 * ldemul.c: Likewise.
3527 * ldemul.h: Likewise.
3528 * ldexp.c: Likewise.
3529 * ldexp.h: Likewise.
3530 * ldfile.c: Likewise.
3531 * ldfile.h: Likewise.
3532 * ldlang.c: Likewise.
3533 * ldlang.h: Likewise.
3534 * lexsup.c: Likewise.
3535 * mri.c: Likewise.
3536 * pe-dll.c: Likewise.
3537
3538 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3539
3540 * pe-dll.c (process_def_file): Uninitialized data wasn't
3541 exported with --export-all-symbols switch.
3542
3543 2000-09-28 DJ Delorie <dj@redhat.com>
3544
3545 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
3546 noname work properly.
3547
3548 2000-09-28 Alan Modra <alan@linuxcare.com.au>
3549
3550 * ld.texinfo (HPPA ELF32): New section.
3551
3552 * emultempl/hppaelf.em (group_size): New.
3553 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
3554 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
3555 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
3556 options to prevent abbreviations matching.
3557 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
3558 (PARSE_AND_LIST_ARGS_CASES): Handle it.
3559
3560 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3561
3562 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
3563 on the m68*-*-elf target. Make it support COFF input objects.
3564
3565 2000-09-21 Kazu Hirata <kazu@hxi.com>
3566
3567 * ldmain.c: Fix formatting.
3568 * ldmisc.c: Likewise.
3569 * ldver.c: Likewise.
3570 * ldwrite.c: Likewise.
3571
3572 2000-09-21 Alan Modra <alan@linuxcare.com.au>
3573
3574 * ldwrite.c (clone_section): Silence gcc warnings.
3575
3576 2000-09-20 Alan Modra <alan@linuxcare.com.au>
3577
3578 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
3579 out of memory failure.
3580
3581 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
3582 (clone_section): Handle out of memory failures. Rename var to
3583 avoid c++ reserved word.
3584
3585 2000-09-18 Alan Modra <alan@linuxcare.com.au>
3586
3587 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
3588 stub_name param to stub_sec_name.
3589 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
3590
3591 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3592
3593 * emultempl/m68kelf.em: New file.
3594 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
3595 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
3596 * Makefile.in: Regenerate.
3597
3598 2000-09-15 Alan Modra <alan@linuxcare.com.au>
3599
3600 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
3601 only as needed.
3602
3603 2000-09-13 Nick Clifton <nickc@redhat.com>
3604
3605 * ldmain.c (multiple_definition): Disable relaxation if
3606 multiple symbol definitions are encountered - otherwise the
3607 linker could abort with an assertion failure.
3608
3609 2000-09-10 Nick Clifton <nickc@redhat.com>
3610
3611 * mri.c: Fix formatting.
3612
3613 2000-09-07 H.J. Lu <hjl@gnu.org>
3614
3615 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
3616 * configure: Rebuild.
3617
3618 2000-09-07 H.J. Lu <hjl@gnu.org>
3619
3620 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
3621 * Makefile.in: Rebuild.
3622
3623 2000-09-07 Alan Modra <alan@linuxcare.com.au>
3624
3625 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
3626 broken list handling. Create __start_SECNAME and __stop_SECNAME
3627 when no place-holder. Add some comments. Test both SEC_CODE and
3628 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
3629 Handle case where no output section statement created.
3630
3631 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
3632
3633 * configure.tgt (sh-*-linux*): Added.
3634 * Makefile.am: Added eshelf_linux and eshlelf_linux.
3635 * Makefile.in: Rebuilt.
3636 * emulparams/shelf_linux.sh: New file.
3637 * emulparams/shlelf_linux.sh: New file.
3638
3639 2000-09-06 Alan Modra <alan@linuxcare.com.au>
3640
3641 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3642 try shuffling sections when the orphan happens to be the place
3643 holder. Keep count of unique section names generated so we speed
3644 the search for a new name.
3645
3646 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
3647
3648 * configure: Rebuilt with new libtool.m4.
3649
3650 2000-09-05 Nick Clifton <nickc@redhat.com>
3651
3652 * Makefile.in: Regenerate.
3653 * aclocal.m4: Regenerate.
3654 * configure: Regenerate.
3655 * config.in: Regenerate.
3656 * po/ld.pot: Regenerate.
3657
3658 * ldint.texinfo: Remove CVS revision marker - it foils local
3659 comparisons.
3660
3661 * emultempl/ticoff.em: Remove extraneous comma.
3662
3663 2000-09-05 Alan Modra <alan@linuxcare.com.au>
3664
3665 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
3666 to stub section flags.
3667 (hppa_for_each_input_file_wrapper): New.
3668 (hppa_lang_for_each_input_file): New.
3669 (lang_for_each_input_file): Define to call above.
3670 (multi_subspace): New.
3671 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
3672 (PARSE_AND_LIST_PROLOGUE): Define.
3673 (PARSE_AND_LIST_LONGOPTS): Define.
3674 (PARSE_AND_LIST_OPTIONS): Define.
3675 (PARSE_AND_LIST_ARGS_CASES): Define.
3676 (hppaelf_finish): Call elf32_hppa_set_gp.
3677 (hppaelf_set_output_arch): Remove.
3678 (LDEMUL_SET_OUTPUT_ARCH): Remove.
3679
3680 * emulparams/hppalinux.sh (ELFSIZE): Define.
3681 (MACHINE): Define.
3682 (OTHER_READONLY_SECTIONS): Define.
3683 (DATA_PLT): Define.
3684 (GENERATE_SHLIB_SCRIPT): Define.
3685
3686 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
3687 to const throughout. Change `void *' to `PTR' throughout.
3688 (lang_memory_default): Function is local to file, add `static'.
3689
3690 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
3691 (ehppalinux.c): Likewise.
3692 (earmelf.c): Likewise.
3693 (earmelf_linux.c): Likewise.
3694 (earmelf_linux26.c): Likewise.
3695 * Makefile.in: Regenerate.
3696
3697 * ld.h (ld_config_type): Add unique_orphan_sections.
3698 * lexsup.c (OPTION_UNIQUE): Define.
3699 (ld_options): Add "--unique".
3700 (parse_args): Handle it.
3701 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3702 search for an existing output section if unique_orphan_sections is
3703 set. Make use of bfd_get_unique_section_name rather than
3704 duplicating code here.
3705 * ld.texinfo: Describe --unique.
3706
3707 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
3708 optional arg to split-by-file.
3709 (parse_args): Handle them.
3710 * ld.texinfo: Update description of these options.
3711 * ldwrite.c (clone_section): Pass in the section name. Replace
3712 local code with bfd_get_unique_section_name.
3713 (split_sections): Tidy code and comments. Use a list traversal
3714 more appropriate to the list construction. Handle cooked section
3715 sizes. Split when split_by_reloc reached rather than exceeded.
3716 Track section size and split when split_by_file reached. Fix
3717 link_order_tail (even though it's not used).
3718 (ldwrite): Modify condition for calling split_sections to suit
3719 changed split_by_reloc and split_by_file.
3720 * ldmain.c (main): Init config.split_by_reloc and
3721 config.split_by_file to -1.
3722 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
3723 Change split_by_file to bfd_size_type.
3724
3725 2000-09-02 Nick Clifton <nickc@redhat.com>
3726
3727 * configure.in: Increase version number to 2.10.91.
3728 * NEWS: Mention new ability to support removal of duplicate DWARF2
3729 debug information.
3730 * configure: Regenerate.
3731 * aclocal.m4: Regenerate.
3732 * config.in: Regenerate.
3733
3734 2000-09-02 Daniel Berlin <dberlin@redhat.com>
3735
3736 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
3737 sections.
3738 * scripttempl/elf32avr.sc: Ditto.
3739 * scripttempl/elfd10v.sc: Ditto.
3740 * scripttempl/elfd30v.sc: Ditto.
3741 * scripttempl/elfi370.sc: Ditto.
3742 * scripttempl/elfm68hc11.sc: Ditto.
3743 * scripttempl/elfm68hc12.sc: Ditto.
3744 * scripttempl/elfi386beos.sc: Ditto.
3745 * scripttempl/v850.sc: Ditto.
3746
3747 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
3748
3749 * acinclude.m4: Include libtool and gettext macros from the
3750 top level.
3751 * aclocal.m4, configure: Rebuilt.
3752
3753 2000-08-25 Nick Clifton <nickc@redhat.com>
3754
3755 * ldlang.c (open_output): When choosing the target for a
3756 particular endianness, do nothing if the target is not
3757 supported.
3758
3759 2000-08-25 H.J. Lu <hjl@gnu.org>
3760
3761 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
3762 check -rpath nor LD_RUN_PATH for cross link.
3763 * ld.texinfo: Document the change.
3764
3765 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
3766
3767 * NEWS: Mention support for CRIS.
3768
3769 2000-08-23 H.J. Lu <hjl@gnu.org>
3770
3771 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
3772 the current runpath list from bfd_elf_get_runpath_list ()
3773 before search.
3774
3775 2000-08-22 H.J. Lu <hjl@gnu.org>
3776
3777 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
3778 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
3779 LD_LIBRARY_PATH for native linker. Display the needed DSO if
3780 trace_file_tries is non-zero.
3781 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
3782 if trace_file_tries is non-zero.
3783
3784 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
3785 * NEWS: Mention it.
3786
3787 2000-08-14 Jason Eckhardt <jle@cygnus.com>
3788
3789 * NEWS: Mention i860 support.
3790
3791 2000-08-14 Andreas Schwab <schwab@suse.de>
3792
3793 * scripttempl/elf.sc: Fix last change to use correct comment
3794 syntax.
3795
3796 2000-08-10 Geoff Keating <geoffk@cygnus.com>
3797
3798 * scripttempl/elf.sc: Add a comment giving the correspondence
3799 between sections, per-datum sections, and linkonce sections. Make
3800 the comment true even for .bss, .sdata, .sdata2, .sbss, and
3801 .sbss2.
3802
3803 2000-08-10 Jason Eckhardt <jle@cygnus.com>
3804
3805 * emulparams/elf32_i860.sh: New file.
3806 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
3807 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
3808 (eelf32_i860.c): New rule.
3809 * Makefile.in: Regenerate.
3810
3811 2000-08-10 Nick Clifton <nickc@cygnus.com>
3812
3813 * emulparams/mipspe.sh (ENTRY): Add definition.
3814
3815 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
3816
3817 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
3818 in error message.
3819
3820 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3821
3822 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
3823 the final size of .bss section.
3824 * scripttempl/elfm68hc12.sc: Likewise.
3825
3826 2000-08-04 Alan Modra <alan@linuxcare.com.au>
3827
3828 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
3829 gld${EMULATION_NAME}_parse_args for consistency. Combine
3830 lastoptind and prevoptind vars, and keep track of last optind.
3831 (gld_${EMULATION_NAME}_list_options): Rename to
3832 gld${EMULATION_NAME}_list_options.
3833
3834 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
3835
3836 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
3837 (i586-sco-sysv5uw7.1.0).
3838
3839 2000-07-27 H.J. Lu <hjl@gnu.org>
3840
3841 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
3842 (PARSE_AND_LIST_PROLOGUE): New.
3843 (PARSE_AND_LIST_LONGOPTS): Likewise.
3844 (PARSE_AND_LIST_OPTIONS): Likewise.
3845 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3846 (PARSE_AND_LIST_EPILOGUE): Likewise.
3847
3848 2000-07-28 Alan Modra <alan@linuxcare.com.au>
3849
3850 * emultempl/armelf.em: Elide functions common to elf32.em,
3851 ie. most of the file.
3852 (arm_elf_after_open): New. Do arm specific things then call
3853 gld${EMULATION_NAME}_after_open.
3854 (arm_elf_before_allocation): New. Call
3855 gld${EMULATION_NAME}_before_allocation then do arm specifics.
3856 (PARSE_AND_LIST_PROLOGUE): Define.
3857 (PARSE_AND_LIST_SHORTOPTS): Define.
3858 (PARSE_AND_LIST_LONGOPTS): Define.
3859 (PARSE_AND_LIST_OPTIONS): Define.
3860 (PARSE_AND_LIST_ARGS_CASES): Define.
3861 (LDEMUL_AFTER_OPEN): Define.
3862 (LDEMUL_BEFORE_ALLOCATION): Define.
3863 (LDEMUL_BEFORE_PARSE): Define.
3864 (LDEMUL_FINISH): Define.
3865
3866 * emultempl/hppaelf.em: Similarly zap most of this file.
3867 (hppaelf_add_stub_section): Prototype.
3868 (hppaelf_layaout_sections_again): Prototype.
3869 (hook_in_stub): Prototype.
3870 (LDEMUL_SET_OUTPUT_ARCH): Define.
3871 (LDEMUL_FINISH): Define.
3872 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
3873
3874 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
3875 (EXTRA_EM_FILE): New.
3876 * emulparams/armelf_linux.sh: Likewise.
3877 * emulparams/armelf_linux26.sh: Likewise.
3878 * emulparams/hppalinux.sh: Likewise.
3879 * emulparams/hppaelf.sh: Likewise.
3880 (NOP): Define.
3881
3882 * emultempl/elf32.em: Fix formatting.
3883 (EXTRA_EM_FILE): Source it.
3884 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3885 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3886 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3887 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3888 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3889 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3890 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3891 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3892 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
3893 allow functions in this file to be overridden.
3894 (PARSE_AND_LIST_SHORTOPTS): Handle it.
3895
3896 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
3897
3898 * emultempl/elf32.em: Reorganize file.
3899
3900 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
3901
3902 * emulparams/elf64alpha.sh: Implement "-taso" emulation
3903 specific option to fit 64-bit executable in the lower
3904 31-bit address range. This is done by changing start
3905 address of .interp (the very first section of executable)
3906 and then setting EF_ALPHA_32BIT elf header flag.
3907
3908 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3909
3910 * emultempl/m68kcoff.em: New file.
3911 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
3912 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
3913 generic.em.
3914 * Makefile.in: Regenerate.
3915
3916 2000-07-20 H.J. Lu <hjl@gnu.org>
3917
3918 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
3919 and "disable-new-dtags" to stop getopt from treating -d/-e as
3920 abbreviations for these options.
3921
3922 2000-07-20 H.J. Lu <hjl@gnu.org>
3923
3924 * ld.texinfo: Add documentation for --disable-new-dtags and
3925 --enable-new-dtags.
3926
3927 * ldmain.c (main): Initialize link_info.new_dtags to false.
3928
3929 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
3930 --disable-new-dtags and --enable-new-dtags.
3931 (gld_${EMULATION_NAME}_list_options): Likewise.
3932
3933 2000-07-05 Kenneth Block <krblock@computer.org>
3934
3935 * lexsup.c: Add optional style to demangle switch
3936 * ld.texinfo: Document optional style to demangle switch.
3937
3938 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
3939
3940 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
3941 ecrislinux.o.
3942 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
3943 Regenerate dependencies.
3944 * Makefile.in: Rebuild.
3945 * configure.tgt (cris-*-*): New target.
3946 * emulparams/crisaout.sh, emulparams/criself.sh,
3947 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
3948 * po/POTFILES.in, po/ld.pot: Regenerate.
3949
3950 2000-07-20 H.J. Lu <hjl@gnu.org>
3951
3952 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
3953 Print out ignored -z options.
3954
3955 2000-07-19 H.J. Lu <hjl@gnu.org>
3956
3957 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
3958 (PARSE_AND_LIST_PROLOGUE): New.
3959 (PARSE_AND_LIST_LONGOPTS): Likewise.
3960 (PARSE_AND_LIST_OPTIONS): Likewise.
3961 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3962
3963 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
3964
3965 * lexsup.c (ld_options): Comment out 'z'.
3966 (parse_args): Likewise.
3967
3968 * emultempl/elf32.em: Include "elf/common.h".
3969 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
3970 options.
3971 (gld_${EMULATION_NAME}_list_options): Likewise.
3972
3973 * ld.texinfo: Add documentation for the recognized -z options.
3974
3975 2000-07-19 H.J. Lu <hjl@gnu.org>
3976
3977 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
3978 bfd_elf_set_dt_needed_soname ().
3979
3980 2000-07-18 DJ Delorie <dj@cygnus.com>
3981
3982 * pe-dll.c (pe_dll_id_target): check object target name also
3983
3984 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
3985
3986 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
3987 ${INIT_END} if relocating.
3988 (.fini): Likewise ${FINI_START} and ${FINI_END}.
3989
3990 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
3991
3992 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
3993 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
3994 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
3995 errors introduced by the old dynamic lib search order.
3996
3997 2000-07-17 DJ Delorie <dj@cygnus.com>
3998
3999 * pe-dll.c (process_def_file): auto-export data items also
4000 (pe_process_import_defs): also see if _imp_ form needed
4001
4002 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
4003
4004 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
4005 for dll import libraries
4006
4007 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
4008
4009 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
4010 gcc 2.95.2 and later.
4011
4012 2000-07-11 Kazu Hirata <kazu@hxi.com>
4013
4014 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
4015 message.
4016
4017 2000-07-10 Alan Modra <alan@linuxcare.com.au>
4018
4019 * ldemul.h (struct lang_input_statement_struct): Remove forward
4020 declaration.
4021 (struct search_dirs): Likewise.
4022 * ldfile.h (struct lang_input_statement_struct): Likewise.
4023 Protect file from multiple inclusion.
4024 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
4025 declaration from macro to file scope.
4026
4027 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
4028 * ldgram.y: Likewise here.
4029 * ldlang.c: And here.
4030 * ldmain.c: And here.
4031 * mpw-elfmips.c: And here.
4032 * mpw-eppcmac.c: And here.
4033 * emultempl/aix.em: And here.
4034 * emultempl/armcoff.em: And here.
4035 * emultempl/armelf.em: And here.
4036 * emultempl/armelf_oabi.em: And here.
4037 * emultempl/beos.em: And here.
4038 * emultempl/elf32.em: And here.
4039 * emultempl/hppaelf.em: And here.
4040 * emultempl/linux.em: And here.
4041 * emultempl/lnk960.em: And here.
4042 * emultempl/pe.em: And here.
4043 * emultempl/sunos.em: And here.
4044 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
4045 * mpw-idtmips.c: Ditto.
4046 * emultempl/generic.em: Ditto.
4047 * emultempl/gld960.em: Ditto.
4048 * emultempl/gld960c.em: Ditto.
4049 * emultempl/mipsecoff.em: Ditto.
4050 * emultempl/ticoff.em: Ditto.
4051 * emultempl/vanilla.em: Ditto.
4052
4053 * pe-dll.c: Include ldfile.h
4054 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
4055
4056 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
4057 arguments to bfd_elf32_size_dynamic_sections call.
4058 (gldelf32ebmip_place_orphan): Add missing arguments to
4059 lang_leave_output_section_statement call.
4060
4061 2000-07-10 H.J. Lu <hjl@gnu.org>
4062
4063 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
4064 DLL_SUPPORT.
4065 (strhash): Likewise.
4066 (compute_dll_image_base): Likewise.
4067 (pe_undef_found_sym): Likewise.
4068 (pe_undef_cdecl_match): Likewise.
4069 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
4070 argument "arch" with ATTRIBUTE_UNUSED.
4071
4072 2000-07-10 Alan Modra <alan@linuxcare.com.au>
4073
4074 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
4075
4076 From Ryan Bradetich <rbradetich@uswest.net>
4077 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
4078
4079 2000-07-09 Alan Modra <alan@linuxcare.com.au>
4080
4081 Changes to create multiple linker stubs, positioned immediately
4082 before the section where they are required.
4083 * emultempl/hppaelf.em: Include elf32-hppa.h.
4084 (stub_sec, file_chain): Delete.
4085 (hppaelf_create_output_section_statements): Don't make a stub
4086 section here.
4087 (hook_stub_info): New struct.
4088 (hook_in_stub): New function.
4089 (hppaelf_add_stub_section): New function.
4090 (hppaelf_finish): Do nothing for relocateable links. Modify the
4091 call to elf32_hppa_size_stubs. Move code for updating section
4092 layout from here...
4093 (hppaelf_layaout_sections_again): ..to here, a new function.
4094
4095 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
4096 broken list handling. Pass in a pointer to the list.
4097 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
4098 for above changes.
4099 (hppaelf_before_parse): Prototype.
4100 (hppaelf_set_output_arch): Prototype.
4101 (hppaelf_create_output_section_statements): Prototype.
4102 (hppaelf_delete_padding_statements): Prototype.
4103 (hppaelf_finish): Prototype.
4104
4105 Merge from elf32.em
4106 * emultempl/hppaelf.em: Include ctype.h.
4107 (struct orphan_save): New.
4108 (gld${EMULATION_NAME}_place_orphan): New.
4109 (output_rel_find): New.
4110 (hppaelf_get_script): Update from elf32.em.
4111 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
4112 Change emulation_name field to "${EMULATION_NAME}". Add
4113 gld${EMULATION_NAME}_place_orphan.
4114
4115 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
4116 ehppalinux.o, sort it. Regenerate dependencies.
4117 (ehppalinux.c): Depend on hppaelf.em
4118 * Makefile.in: Regenerate.
4119
4120 * configure.tgt: targ_emul=hppalinux for hppa*linux
4121
4122 * emulparams/hppalinux.sh: New.
4123 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
4124
4125 2000-07-08 Alan Modra <alan@linuxcare.com.au>
4126
4127 * lexsup.c (parse_args): Copy section name.
4128
4129 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
4130
4131 * emultempl/pe.em: institute the following search order for
4132 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
4133 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
4134 static lib (libfoo.a) if none of the above are found.
4135
4136 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
4137
4138 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
4139 (longopts): New --{enable,disable}-auto-image-base options.
4140 (gld_${EMULATION_NAME}_list_options): Document.
4141 (gld_${EMULATION_NAME}_parse): Handle.
4142 (strhash): New static function.
4143 (compute_dll_image_base): New static function.
4144 (gld_${EMULATION_NAME}_set_symbols): Use.
4145
4146 2000-07-05 DJ Delorie <dj@redhat.com>
4147
4148 * MAINTAINERS: new
4149
4150 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
4151
4152 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
4153 * emulparams/elf32btsmip.sh: New file.
4154 * Makefile.am: Add traditional mips target.
4155 * Makefile.in: Rebuild.
4156
4157 2000-07-01 H.J. Lu <hjl@gnu.org>
4158
4159 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
4160 automake to use YLWRAP.
4161 * Makefile.in: Rebuild.
4162
4163 2000-07-01 Alan Modra <alan@linuxcare.com.au>
4164
4165 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
4166 (CLEANFILES): Add DEPA.
4167 * Makefile.in: Regenerate.
4168
4169 2000-06-30 Timothy Wall <twall@ppc>
4170
4171 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
4172 the page in the upper octet of the address.
4173
4174 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
4175
4176 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
4177
4178 2000-06-24 Alan Modra <alan@linuxcare.com.au>
4179
4180 * NEWS: arm-elf does --gc-sections too.
4181
4182 2000-06-22 Alan Modra <alan@linuxcare.com.au>
4183
4184 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4185 find one.
4186 * Makefile.in: Regenerate.
4187
4188 2000-06-21 H.J. Lu <hjl@gnu.org>
4189
4190 * Makefile.am: Rebuild dependency.
4191 * Makefile.in: Rebuild.
4192
4193 2000-06-20 H.J. Lu <hjl@gnu.org>
4194
4195 * Makefile.am: Rebuild dependency.
4196 * Makefile.in: Rebuild.
4197
4198 2000-06-20 Timothy Wall <twall@cygnus.com>
4199
4200 * scripttempl/tic54xcoff.sc: New.
4201 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
4202 * gen-doc.texi: Add flag for TI COFF.
4203 * ld.texinfo: Add documentation for TI COFF handling switches.
4204 * emultempl/ticoff.em: New. TI COFF handling.
4205 * configure.tgt: Add tic54x target.
4206 * Makefile.am: Add tic54x target.
4207 * Makefile.in: Ditto.
4208
4209 2000-06-20 Alan Modra <alan@linuxcare.com.au>
4210
4211 * ldmain.c (set_scripts_dir): Correct pointer comparison when
4212 checking for backslashes.
4213
4214 2000-06-19 Alan Modra <alan@linuxcare.com.au>
4215
4216 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
4217
4218 2000-06-18 Alan Modra <alan@linuxcare.com.au>
4219
4220 * NEWS: Update list of targets supporting --gc-sections.
4221
4222 * scripttempl/elf.sc: KEEP .eh_frame contents.
4223 * scripttempl/elfd30v.sc: Same here.
4224
4225 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
4226
4227 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
4228 and m68hc11 (elf).
4229 * Makefile.in: Rebuild.
4230 * configure.tgt: Recognize m68hc12 and m68hc11.
4231 * scripttempl/elfm68hc12.sc: New file.
4232 * emulparams/m68hc12elfb: New emulation.
4233 * emulparams/m68hc12elf: New emulation.
4234 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
4235 (includes a memory.x script to define the ROM and RAM banks).
4236 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
4237 New configuration files for support of Motorola 68hc11
4238
4239 2000-06-15 Alan Modra <alan@linuxcare.com.au>
4240
4241 * ldmain.c (main): Only change SEC_READONLY for final link.
4242
4243 2000-06-13 H.J. Lu <hjl@gnu.org>
4244
4245 * configure: Regenerate.
4246
4247 2000-06-08 David O'Brien <obrien@FreeBSD.org>
4248
4249 * configure.in (VERSION): Update to show this is the CVS mainline.
4250
4251 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4252
4253 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
4254 input objects to be ECOFF.
4255 (check_sections): einfo takes %B, not %P, to print a BFD name.
4256
4257 2000-06-05 Michael Matz <matz@ifh.de>
4258
4259 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
4260 version scripts.
4261
4262 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
4263
4264 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
4265
4266 * emulparams/avr1200.sh (STACK): Define as 0.
4267 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
4268 * emulparams/avr4433.sh (STACK): Likewise.
4269 * emulparams/avr44x4.sh (STACK): Likewise.
4270 * emulparams/avr85xx.sh (STACK): Likewise.
4271 * emulparams/avrmega103.sh (STACK): Likewise.
4272 * emulparams/avrmega161.sh (STACK): Likewise.
4273 * emulparams/avrmega603.sh (STACK): Likewise.
4274 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
4275 (__stack): Define from ${STACK} for main().
4276
4277 2000-05-26 Alan Modra <alan@linuxcare.com.au>
4278
4279 * Makefile.am: Update dependencies with "make dep-am"
4280 * Makefile.in: Regenerate.
4281
4282 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
4283
4284 * ldmain.c: Include filenames.h.
4285 (set_scripts_dir): Support backslashes in program name.
4286
4287 2000-05-22 Igor Shevlyakov <igor@windriver.com>
4288
4289 * ldmain.c (main): When deciding if ".text" section should be
4290 read-only, don't forget to reset SEC_READONLY because it
4291 could be already set.
4292
4293 2000-05-22 Thomas de Lellis <tdel@windriver.com>
4294
4295 * ld.1: Add documentation for new command line option:
4296 --section-start <sectionname>=<sectionorg>
4297 This is a generic version of -Ttext etc. which accepts
4298 any section name as a parameter instead of just text/data/
4299 bss.
4300 * ld.texinfo: More docs.
4301 * NEWS: More docs.
4302 * lexsup.c: (parse_args): Recognize new command line option.
4303 (ld_options): Add new option.
4304
4305 2000-05-18 H.J. Lu <hjl@gnu.org>
4306
4307 * lexsup.c (parse_args): `i' == `r', not `q'.
4308
4309 2000-05-18 Jeffrey A Law (law@cygnus.com)
4310
4311 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
4312
4313 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
4314 Rick Gorton <gorton@scrugs.lkg.dec.com>
4315
4316 Add support for '-q' == '--emit-relocs' switch.
4317 * ldmain.c (main): Default to false.
4318 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
4319 * NEWS: Describe the emitrelocations switch.
4320 * ld.texinfo: Describe the emitrelocations switch.
4321
4322 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
4323
4324 * emultempl/pe.em (_open_dynamic_archive): New function: Search
4325 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
4326 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
4327 link options.
4328
4329 2000-05-15 David O'Brien <obrien@FreeBSD.org>
4330
4331 * lexsup.c (parse_args): Update the year in the copyright notice.
4332
4333 2000-05-13 Alan Modra <alan@linuxcare.com.au>
4334
4335 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
4336 Replace defines with those from intl/libgettext.h to quieten gcc
4337 warnings.
4338
4339 2000-05-10 H.J. Lu <hjl@gnu.org>
4340
4341 * ldlang.c (open_input_bfds): Don't load the same file within
4342 a group again if the whole archive has been loaded already.
4343
4344 2000-05-03 Alan Modra <alan@linuxcare.com.au>
4345
4346 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
4347 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
4348 strtoul.
4349
4350 2000-05-01 Jim Wilson <wilson@cygnus.com>
4351
4352 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
4353
4354 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4355 host "ia64-*-linux-gnu*".
4356
4357 2000-04-29 Andreas Jaeger <aj@suse.de>
4358
4359 * ld.h: Correctly check GCC version.
4360
4361 2000-04-25 Jeffrey A Law (law@cygnus.com)
4362
4363 * Makefile.am: Add PA64 support. Add missing dependencies for
4364 PA32 elf support.
4365 * Makefile.in: Rebuilt.
4366 * configure.tgt: Add PA64 support (currently disabled).
4367
4368 2000-04-25 Alan Modra <alan@linuxcare.com.au>
4369
4370 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
4371 (output_rel_find): New function.
4372 (hold_section, hold_use): Delete.
4373 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4374 hold_interp): Make local to place_orphan.
4375 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
4376 rather than place_section to find possible previous use of orphan.
4377 Similarly find the place-holder output sections. Use returned
4378 value from lang_enter_output_section_statement rather than calling
4379 lang_output_section_statement_lookup.
4380 * emultempl/armelf.em: Same here.
4381 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
4382
4383 * ldlang.c (lang_enter_output_section_statement): Return output
4384 section statement.
4385 * ldlang.h (lang_enter_output_section_statement): Change
4386 declaration too.
4387
4388 * ldlang.h (lang_output_section_statement): Export it.
4389 * ldlang.c (lang_output_section_statement): Ditto.
4390
4391 2000-04-24 Nick Clifton <nickc@cygnus.com>
4392
4393 * ld.texinfo (Output Section Data): Add note that section data
4394 commands cannot appear outside of section directives.
4395
4396 2000-04-2 Matthew Green <mrg@cygnus.com>
4397
4398 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
4399
4400 2000-04-21 Richard Henderson <rth@cygnus.com>
4401 David Mosberger <davidm@hpl.hp.com>
4402
4403 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
4404 (eelf64_ia64.c): New rule.
4405 * Makefile.in: Rebuild.
4406 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
4407 * emulparams/elf64_ia64.sh: New file.
4408
4409 2000-04-21 Richard Henderson <rth@cygnus.com>
4410
4411 * scripttempl/elfd30v.sc: Place .gcc_except_table.
4412
4413 2000-04-19 Alan Modra <alan@linuxcare.com.au>
4414
4415 * dep-in.sed: Match space at start of file name, not at end.
4416
4417 2000-04-18 H.J. Lu <hjl@gnu.org>
4418
4419 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
4420 lang_leave_output_section_statement () after calling
4421 lang_enter_output_section_statement ().
4422 * emultempl/armelf.em: Likewise.
4423
4424 2000-04-18 Alan Modra <alan@linuxcare.com.au>
4425
4426 * emultempl/elf32.em (struct orphan_save): Add section field.
4427 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
4428 better order, and place first orphan section as we did before the
4429 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
4430 Don't call make_bfd_section here, let wild_doit do the job for us.
4431 Don't build a statement list when we'll only throw it away.
4432 * emultempl/armelf.em: Ditto.
4433 * emultempl/pe.em: Similarly.
4434
4435 2000-04-14 Geoff Keating <geoffk@cygnus.com>
4436
4437 * scripttempl/elfppc.sc: Remove.
4438 * emulparams/elf32ppc.sh: Use elf.sc.
4439 * emulparams/elf32lppc.sh: Use elf.sc.
4440 * emulparams/elf32ppclinux.sh: Use elf.sc.
4441 * emulparams/elf32ppcsim.sh: New file.
4442 * emulparams/elf32lppcsim.sh: New file.
4443 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
4444 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
4445 * Makefile.in: Regenerate.
4446 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
4447
4448 2000-04-14 Alan Modra <alan@linuxcare.com.au>
4449
4450 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
4451 ~SEC_ALLOC sections too. Init start address of debug sections.
4452 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4453 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4454 Also set all relocateable section start addresses.
4455
4456 2000-04-13 Geoff Keating <geoffk@cygnus.com>
4457
4458 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
4459 Add new BSS_PLT variable for when .plt need not be contained in
4460 the file. Move _etext so that it is also after .fini, and provide
4461 both etext and _etext with a leading underscore. Mark the start
4462 and end of .sbss.
4463
4464 2000-04-12 Alan Modra <alan@linuxcare.com.au>
4465
4466 * emultempl/elf32.em (struct orphan_save): New.
4467 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4468 hold_interp): Make them struct orphan_save.
4469 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
4470 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
4471 the end of the relevant section list. Also add associated section
4472 statements to the end of any previous orphan statements.
4473 * emultempl/armelf.em: Similarly.
4474 * emultempl/pe.em: Similarly.
4475
4476 2000-04-11 Alan Modra <alan@linuxcare.com.au>
4477
4478 * ld.texinfo (Simple Example): Remove extraneous paragraph.
4479
4480 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
4481
4482 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
4483 --enable-build-warnings option.
4484 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4485 * Makefile.in, configure: Re-generate.
4486
4487 2000-04-04 Alan Modra <alan@linuxcare.com.au>
4488
4489 * po/ld.pot: Regenerate.
4490
4491 * lexsup.c (help): Restore translated part of bug string.
4492
4493 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
4494 (DEP): Quote when passing vars to sub-make. Add warning message
4495 to end.
4496 (DEP1): Rewrite for "gcc -MM".
4497 (CLEANFILES): Add DEP2.
4498 Update dependencies.
4499 * Makefile.in: Regenerate.
4500
4501 2000-04-03 Alan Modra <alan@linuxcare.com.au>
4502
4503 * ld.h: #include "bin-bugs.h"
4504 * lexsup.c (help): Use REPORT_BUGS_TO.
4505
4506 2000-03-27 Denis Chertykov <denisc@overta.ru>
4507
4508 * configure.tgt (avr-*-*): New target support.
4509 * Makefile.am: Likewise.
4510 * scripttempl/elf32avr.sc: New script file.
4511 * emulparams/avr1200.sh: New file.
4512 * emulparams/avr23xx.sh: New file.
4513 * emulparams/avr4433.sh New file.
4514 * emulparams/avr44x4.sh New file.
4515 * emulparams/avr85xx.sh New file.
4516 * emulparams/avrmega103.sh New file.
4517 * emulparams/avrmega161.sh New file.
4518 * emulparams/avrmega603.sh New file.
4519 * Makefile.in: Regenerate.
4520
4521 2000-03-09 Andreas Jaeger <aj@suse.de>
4522
4523 * Makefile.am (check-DEJAGNU): Also unset LANG.
4524 * Makefile.in: Rebuild.
4525
4526 2000-03-06 Ian Lance Taylor <ian@zembu.com>
4527
4528 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
4529 archive.
4530
4531 2000-03-02 H.J. Lu <hjl@gnu.org>
4532
4533 * emulparams/elf32mcore.sh: Include "getopt.h".
4534
4535 2000-03-01 Ian Lance Taylor <ian@zembu.com>
4536
4537 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
4538
4539 2000-03-01 H.J. Lu <hjl@gnu.org>
4540
4541 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
4542 * emulparams/shpe.sh: Likewise.
4543
4544 2000-03-01 Nick Clifton <nickc@cygnus.com>
4545
4546 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
4547 to unused parameters.
4548
4549 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
4550 functions only used by DLL code.
4551 (_place_orphan): Initialise 'dollar'.
4552
4553 2000-03-01 H.J. Lu <hjl@gnu.org>
4554
4555 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
4556 indicate if the undefined symbol is a fatal error or not.
4557 Don't delete the output file if "fatal" is false.
4558
4559 2000-02-29 H.J. Lu <hjl@gnu.org>
4560
4561 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
4562 Set LC_COLLATE and LC_ALL to null and export them. It is for
4563 sort which expects the C locale.
4564 Add $(LIBS) to all $(HOSTING_LIBS).
4565 * Makefile.in: Rebuild.
4566
4567 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
4568
4569 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
4570 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
4571 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
4572 (ld_emulation_xfer_struct): Add missing NULL initialiser for
4573 find_potential_libraries.
4574
4575 2000-02-28 Jim Blandy <jimb@redhat.com>
4576
4577 * ldgram.y (exclude_name_list): Don't require a comma to separate
4578 list entries; the lexer considers commas to be valid part of a
4579 filename, so in something like `foo, bar' the comma is considered
4580 part of the first filename, `foo,'.
4581 * ld.texinfo: Update section on EXCLUDE_FILE lists.
4582
4583 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
4584
4585 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4586 host "i[3456]86-*-freebsdelf*".
4587
4588 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
4589
4590 * scripttempl/i386go32.sc: Move misplaced semicolons.
4591
4592 2000-02-25 Ian Lance Taylor <ian@zembu.com>
4593
4594 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
4595 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
4596 (eelf64hppa.c, ehppaelf.c): Remove targets.
4597 * Makefile.in: Rebuild.
4598
4599 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4600
4601 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
4602 GNU/Linux/sparc, but keep the default as 32.
4603
4604 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
4605 it default if sparcv9 or sparc64.
4606
4607 2000-02-24 Nick Clifton <nickc@cygnus.com>
4608
4609 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
4610 * Makefile.in: Regenerate.
4611 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
4612
4613 * ldemul.h (ld_emulation_xfer_struct): Add new field:
4614 find_potential_libraries.
4615 * ldemul.c (ldemul_find_potential_libraries): New function.
4616
4617 * ldfile.c (ldfile_open_file_search): Allow function to be
4618 exported.
4619 (ldfile_open_file): Call ldemul_find_potential_libraries.
4620 * ldfile.h: Add prototype for ldfile_open_file_search.
4621
4622 * pe-dll.c: Add support for ARM, MIPS and SH targets.
4623
4624 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
4625 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
4626
4627 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
4628 (gld_X_find_potential_libraries): New function. Search for
4629 libraries called "*.lib".
4630
4631 * scripttempl/pe.sc: Add .pdata section.
4632
4633 2000-02-23 Richard Henderson <rth@cygnus.com>
4634
4635 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
4636 Add and use memory regions.
4637
4638 2000-02-23 Linas Vepstas (linas@linas.org)
4639
4640 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
4641
4642 * Makefile.am: Add support for Linux/IBM 370.
4643 * configure.tgt: Likewise.
4644
4645 * Makefile.in: Regenerate.
4646
4647 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
4648
4649 * ldlang.c (print_input_section, print_data_statement,
4650 print_reloc_statement, print_padding_statement, insert_pad,
4651 size_input_section, lang_check_section_addresses,
4652 lang_size_sections, lang_do_assignments, lang_set_startof,
4653 lang_one_common): Change `opb' to unsigned.
4654 (lang_do_assignments): Also change `size' to unsigned.
4655
4656 2000-02-16 Richard Henderson <rth@cygnus.com>
4657
4658 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
4659
4660 2000-02-16 Timothy Wall <twall@cygnus.com>
4661
4662 * mri.c (mri_draw_tree): Add default LMA region argument to call
4663 to lang_leave_output_section_statement.
4664 * ldlang.h: Update prototypes with LMA region arguments.
4665 * ldlang.c (lang_size_sections): Encapsulate region bounds
4666 checking in os_check_region call.
4667 (os_check_region): New function.
4668 (lang_output_section_statement_lookup): Initialize lma_region.
4669 (lang_leave_output_section_statement): Add LMA region argument.
4670 (lang_leave_overlay): Ditto.
4671 * ldgram.y: Handle LMA region syntax.
4672 * ld.texinfo (Output Section Description): Describe LMA region usage.
4673 * emultempl/armelf.em (gld$place_orphan): Add default value for
4674 lma region in call to lang_leave_output_section_statement.
4675 * emultempl/elf32.em (gld$place_orphan): Add default value for
4676 lma region in call to lang_leave_output_section_statement.
4677 * emultempl/pe.em (gld$place_orphan): Add default value for
4678 lma region in call to lang_leave_output_section_statement.
4679
4680
4681 2000-02-04 Timothy Wall <twall@redhat.com>
4682
4683 * ldlang.c (lang_check_section_addresses): Use bytes instead of
4684 octets when calculating section end addresses.
4685
4686 2000-02-04 Timothy Wall <twall@redhat.com>
4687
4688 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
4689
4690 2000-02-03 Timothy Wall <twall@redhat.com>
4691
4692 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4693 octet count.
4694 * ldlang.c (print_input_section, print_data_statement,
4695 print_reloc_statement, print_padding_statement): Print target
4696 address values and section sizes as bytes, not octets.
4697 (insert_pad) Calculate padding size in octets, and adjust "dot"
4698 by bytes.
4699 (size_input_section) Always adjust "dot" by bytes, not octets.
4700 (lang_check_section_addresses, lang_do_assignments) Adjust
4701 "dot" by bytes, not octets. Use the larger of the directive size
4702 or octets_per_byte for the number of octets actually allocated in
4703 the output section.
4704 (lang_set_startof) Make sure STARTOF returns a target address.
4705 (lang_one_common) Record size changes in octets.
4706 (lang_abs_symbol_at_end_of) Section end symbol's value is
4707 recorded in target bytes.
4708 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
4709 to be clear about behavior when an octet is smaller than one byte.
4710
4711 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4712
4713 * ldcref.c (output_cref): Don't pass message strings to printf
4714 as format arg.
4715 Update copyright.
4716
4717 * ldmisc.c (vfinfo): Same here.
4718 Update copyright.
4719
4720 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
4721
4722 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
4723 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
4724 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
4725 Add missing NULL initialisers, and comments.
4726
4727 * testsuite/ld-srec/sr3.cc (__rethrow): New.
4728
4729 2000-01-21 Nick Clifton <nickc@cygnus.com>
4730
4731 * ldlang.c (lang_size_sections): Fix typo in comment.
4732
4733 2000-01-18 H.J. Lu <hjl@gnu.org>
4734
4735 * ldlang.c (lang_size_sections): Also update the current
4736 address of a region if the SEC_NEVER_LOAD bit is not set.
4737
4738 2000-01-10 Philip Blundell <pb@futuretv.com>
4739
4740 * configure.tgt (arm*-*-conix*): New target.
4741
4742 2000-01-07 Nick Clifton <nickc@cygnus.com>
4743
4744 * ld.texinfo (Options): Remind users to preceed linker command
4745 line switches with -Wl, (or whatever is appropriate) if it is
4746 being invoked by a comnpiler driver program.
4747 Fix description of the behaviour of the -n command line switch.
4748
4749 2000-01-05 Catherine Moore <clm@cygnus.com>
4750
4751 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
4752 (name_list): New.
4753 * ld.texinfo (EXCLUDE_FILE): Update documentation.
4754 * ldgram.y (wildcard_spec): Support a list of excluded_files.
4755 (exclude_name_list): New.
4756 ldlang.c (walk_wild_section): Support list of excluded files.
4757 (print_wild_statement): Likewise.
4758 (lang_add_wild): Likewise.
4759 * ldlang.h (lang_wild_statement_type): Likewise.
4760 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
4761
4762 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
4763
4764 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
4765 (process_def_file): Use.
4766 (pe_dll_compat_implib): New variable.
4767 (make_one): Use.
4768
4769 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
4770 pe_dll_compat_implib.
4771
4772 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
4773 compat-implib options.
4774 (gld_${EMULATION_NAME}_list_options): List new options.
4775 (gld_${EMULATION_NAME}_parse_args): Handle.
4776
4777 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
4778 dll.
4779
4780 * deffilep.y (opt_name): Allow "." in name.
4781
4782 For older changes see ChangeLog-9899
4783 \f
4784 Local Variables:
4785 mode: change-log
4786 left-margin: 8
4787 fill-column: 74
4788 version-control: never
4789 End:
This page took 0.152084 seconds and 4 git commands to generate.