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