Add IP2k support to BFD and LD
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
cf88bb9f
NC
12002-07-16 Denis Chertykov <denisc@overta.ru>
2 Nick Clifton <nickc@redhat.com>
3 Frank Ch. Eigler <fche@redhat.com>
4 John Healy <jhealy@redhat.com>
5
6 * configure.tgt: Add support for ip2k-elf.
7 * Makefile.am: Add support for ip2k-elf.
8 * Makefile.in: Regenerate.
9 * emulparams/elf32ip2k.sh: New file.
10 * scripttempl/ip2k.sc: New file
11 * NEWS: Mention support for new port.
12
2cbb2eef
NC
132002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
14
15 * NEWS: Add 'Changes in 2.13'.
16
96a94295
L
172002-07-14 H.J. Lu <hjl@gnu.org>
18
19 * ld.texinfo: Document a .symver takes precedence over a
20 version script.
21
120d20f2
AM
222002-07-12 Alan Modra <amodra@bigpond.net.au>
23
24 * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
25 (COMMONPAGESIZE): Define.
26
0d2ddeb2
AM
272002-07-09 Alan Modra <amodra@bigpond.net.au>
28
29 * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
30
554690ed
AM
312002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
32
33 * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
34 powerpc-*-openbsd* and sparc64-*-openbsd*.
35 * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
36 * Makefile.in: Regenerate.
37 * emulparams/hppaobsd.sh: New file.
38
34786259
AM
392002-07-05 Alan Modra <amodra@bigpond.net.au>
40
41 * ldlang.c (print_wild_statement): Fix output formatting.
42
4bd5a393
AM
432002-07-04 Alan Modra <amodra@bigpond.net.au>
44
45 * ldlang.c: (strip_excluded_output_sections): New function.
46 (lang_process): Call it.
47 (lang_size_sections_1): Revert 2002-06-10 change.
48
ce4f7385
AM
492002-07-03 Alan Modra <amodra@bigpond.net.au>
50
51 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
52 Run "make dep-am".
53 * Makefile.in: Regenerate.
54
b7b482a3
AM
552002-07-02 Alan Modra <amodra@bigpond.net.au>
56
71daf8b4
AM
57 * ldfile.c (ldfile_try_open_bfd): Formatting.
58
b7b482a3
AM
59 * ldmisc.c (demangle): Move so that it doesn't intrude between
60 vfinfo comment and body. Add comment.
61
29e2951e
AM
622002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
63
64 * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
65
e3e942e9
AM
662002-07-01 Alan Modra <amodra@bigpond.net.au>
67
68 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
69 * ldlang.c (entry_sym): Likewise.
70 (ldlang_undef_chain_list_type): Likewise.
71 (lang_finish): Adjust references to entry_symbol.
72 (lang_add_entry): Likewise.
73 (lang_gc_sections): Use link_info.gc_sym_list.
74 (lang_process): Set link_info.gc_sym_list.
75 * ldlex.l: Include bfdlink.h.
76 * ldmain.c (main): Init link_info.gc_sym_list.
77 * emultempl/aix.em: Adjust references to entry_symbol.
78 * emultempl/armcoff.em: Likewise.
79 * emultempl/armelf.em: Likewise.
80 * emultempl/pe.em: Likewise.
81 * emultempl/ppc64elf.em (ppc_after_open): New function.
82 (LDEMUL_AFTER_OPEN): Define.
83 * emulparams/elf64ppc.sh: KEEP .opd sections.
84
a66c0f2c
SC
852002-06-29 Stephane Carrez <stcarrez@nerim.fr>
86
87 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
88 * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
89 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
90 (EEPROM_START_ADDR): Define.
91 (EEPROM_MEMORY): Define.
92 * emulparams/m68hc12elf.sh: Likewise.
93 * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
94 section to put soft registers in .page0.
95 * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
96
2b67cf00
JL
972002-06-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
98
99 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
100 section. Add ${RELOCATING-0}.
101
164c4054
JR
102Wed Jun 26 16:33:58 2002 J"orn Rennecke <joern.rennecke@superh.com>
103
104 * emulparams/shelf.sh (STACK_ADDR): Don't define.
105 (OTHER_SECTIONS): Define.
106 * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
107 (OTHER_SECTIONS): Undef.
108
fc28fbc2
AM
1092002-06-26 Alan Modra <amodra@bigpond.net.au>
110
111 * ldmisc.c (demangle): Restore dots stripped from sym name.
112
a13a0de8
L
1132002-06-25 H.J. Lu <hjl@gnu.org>
114
115 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
116 * Makefile.in: Regenerated.
117
b553b183
NC
1182002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
119
120 * ld.texinfo (Bug Reporting): Update text to suggest a limit on
121 the size of attached object files, to allow make the object files
122 available via FTP or HTTP and to mention that the mail will be
123 sent to a mailing list.
124
2755afba
NC
1252002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
126
127 * ld/configure.host (romp): Drop support.
128
7d0a848e
CD
1292002-06-18 Chris Demetriou <cgd@broadcom.com>
130
131 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
132 section flags for SEC_DATA, rather than for SEC_CODE being unset.
133
8505f884
CD
1342002-06-18 Chris Demetriou <cgd@broadcom.com>
135
136 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
137 format specifier used to print BFD name.
138
7d553a40
DB
1392002-06-18 Dave Brolley <brolley@redhat.com>
140
141 From Catherine Moore, Michael Meissner, Jim Blandy:
142 * emulparams/elf32frv.sh: New file.
143 * configure.tgt: Support frv-*-*.
144 * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
145 (eelf32frv.c): New target.
146
82434356
TR
1472002-06-17 Tom Rix <trix@redhat.com>
148
149 * emultempl/elf32.em: gld*_get_script: Check for
150 GENERATE_COMBRELOC_SCRIPT.
151 * scripttempl/elfd10v.sc : Fix STACK and INSN.
152 * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
153
5d9b5481
JR
154Thu Jun 13 20:18:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
155
156 * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
157
c4bb8067
L
1582002-06-12 H.J. Lu <hjl@gnu.org>
159
160 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
161 false if xvec doesn't match.
162
e052cfbe
RS
1632002-06-10 Richard Sandiford <rsandifo@redhat.com>
164
165 * ldlang.c (lang_size_sections_1): Skip removed output sections.
166
4da711b1
AM
1672002-06-08 Alan Modra <amodra@bigpond.net.au>
168
169 * ldexp.c: Replace CONST with const.
170 * ldfile.c: Likewise.
171 * ldfile.h: Likewise.
172 * ldlex.l: Likewise.
173 * mri.c: Likewise.
174 * pe-dll.h: Likewise.
175
eb95bb9a
AM
1762002-06-07 Alan Modra <amodra@bigpond.net.au>
177
178 * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
179
e0076ab3
NC
1802002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
181
182 * ld/ldmain.c (main): initialize link_info.pei386_auto_import
183 to -1 == implicit enable.
184 * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
185 initialize link_info.pei386_auto_import to -1 == implicit
186 enable.
187 (gld_${EMULATION_NAME}_parse_args): When processing
188 --enable-auto-import and --disable-auto-import options, use
189 '1' and '0' instead of 'true' and 'false'.
190 (pe_find_data_imports): Only issue message about auto-import
191 when the feature is implicitly enabled. Downgrade message to
192 informational instead of warning.
193
f13a5424
AM
1942002-06-07 Alan Modra <amodra@bigpond.net.au>
195
196 * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
197
1abffd82
JL
1982002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
199
200 * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
201 HOSTING_CRT0 and HOSTING_LIBS.
202
e0076ab3 2032002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
7a33bc10
JR
204
205 * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
206
4a5e698d
JT
2072002-06-05 Jason Thorpe <thorpej@wasabisystems.com>
208
209 * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
210 (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
211
1d475d82
AM
2122002-06-05 Alan Modra <amodra@bigpond.net.au>
213
214 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
215 SEC_EXCLUDE sections when doing a relocatable link.
216
5b0e55b6
JT
2172002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
218
219 * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
220 eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
221 (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
222 (eshlelf64_nbsd.c): New rules.
223 * Makefile.in: Regenerate.
224 * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
225 (sh64-*-netbsd*): New targets.
226 * emulparams/shelf32_nbsd.sh: New file.
227 * emulparams/shelf64_nbsd.sh: New file.
228 * emulparams/shlelf32_nbsd.sh: New file.
229 * emulparams/shlelf64_nbsd.sh: New file.
230
9ad85d9b
AM
2312002-06-04 Alan Modra <amodra@bigpond.net.au>
232
233 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
234
0c9b4fee
MM
2352002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
236
237 * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
238 C++ constructors/destructors, loosely based on the m68hc11 port.
239
2c538bde
AM
2402002-05-31 Alan Modra <amodra@bigpond.net.au>
241
242 * Makefile.in: Regenerate.
243 * aclocal.m4: Regenerate.
244 * config.in: Regenerate.
245 * configure: Regenerate.
246
a0cb91c6
AM
2472002-05-31 Graeme Peterson <gp@qnx.com>
248
249 * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
250 (ei386nto.c): Add rule.
251 * Makefile.in: Regenerate.
252 * configure.tgt: Add i[3456]86-*-nto-qnx*.
253 * emulparams/i386nto.sh: New file.
254
37020578
JT
2552002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
256
257 * NEWS: Add entry for VAX ELF support.
258
ab68f3e0
JT
2592002-05-29 Matt Thomas <matt@3am-software.com>
260 Jason Thorpe <thorpej@wasabisystems.com>
261
262 * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
263 (eelf32vax.c)
264 (evaxnbsd.c): New rules.
265 * Makefile.in: Regenerate.
266 * configure.tgt (vax-*-netbsdelf*)
267 (vax-*-netbsdaout*)
268 (vax-*-netbsd*): New targets.
269 * emulparams/elf32vax.sh: New file.
270 * emulparams/vaxnbsd.sh: New file.
271
8afb0e02
NC
2722002-05-29 Adam Nemet <anemet@lnxw.com>
273
274 * emultempl/armelf.em (arm_elf_after_open): Don't determine
275 bfd_for_interwork, instead add glue sections to each input bfd.
276 (bfd_for_interwork): New global.
277 (arm_elf_set_bfd_for_interworking): New function.
278 (arm_elf_before_allocation): Use it.
279
d172d4ba
NC
2802002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
281
282 * Makefile.am: Add DLX make target.
283 * configure.tgt: Add DLX configuration.
284 * Makefile.in: Regenerate.
285 * emulparams/elf32_dlx.sh: New file
286 * scripttempl/dlx.sc: New file
287
b4477fa8
NC
2882002-05-27 Per Lundberg <per@caleb.dnsalias.org>
289
290 * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
291 * Makefile.in: Regenerate.
292 * emulparams/elf_chaos.sh: Use elf_chaos script.
293 * scripttempl/elf_chaos.sc: New file.
294
ee3cc2e2
RS
2952002-05-27 Richard Sandiford <rsandifo@redhat.com>
296
297 * ldlang.c (lang_size_sections_1): Move check for conflicting load
298 addresses and regions from here...
299 (lang_get_regions): ...to this new function.
300 (lang_leave_output_section_statement): Use lang_get_regions.
301 (lang_leave_overlay): Likewise.
302 * mri.c (mri_draw_tree): Pass null as last argument to
303 lang_leave_output_section_statement.
304 * emultempl/elf32.em (gld*_place_orphan): Likewise.
305 * emultempl/mmo.em (mmo_place_orphan): Likewise.
306 * emultempl/pe.em (gld*_place_orphan): Likewise.
307
aa501e5c
JT
3082002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
309
310 * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
311
658957db
KH
3122002-05-25 Kazu Hirata <kazu@cs.umass.edu>
313
314 * ldemul.c: Fix formatting.
315 * ldfile.c: Likewise.
316 * pe-dll.c: Likewise.
317 * pe-dll.h: Likewise.
318
3511b595
AM
3192002-05-25 Alan Modra <amodra@bigpond.net.au>
320
0d6d936f
AM
321 * ldlang.c (lang_process): Formatting, grammar.
322
3511b595
AM
323 * ldlex.l: Use #include "" instead of <> for local header files.
324
436e8db0
NC
3252002-05-24 TAMURA Kent <kent@netbsd.org>
326
327 * configure.tgt: Add a target for i386-netbsdpe.
328
13ae64f3
JJ
3292002-05-23 Jakub Jelinek <jakub@redhat.com>
330
331 * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
332 * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
333 output section if necessary. Handle .tbss.
334 (lang_size_sections): Clear _raw_size for .tbss section
335 (it allocates space in PT_TLS segment only).
336 * ldwrite.c (build_link_order): Build link order for .tbss too.
337
68b2fc7a
AM
3382002-05-23 Alan Modra <amodra@bigpond.net.au>
339
340 * configure.in: Correct spelling of AC_PREREQ.
341
70b0be79
CF
3422002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
343
344 * pe-dll.c (autofilter_liblist): Add more system libs excluded by
345 default.
346 (autofilter_objlist): Add crtbegin.o, crtend.o.
347
3482002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
349
350 * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
351 (longopts): Add new option --exclude-libs.
352 (gld_${EMULATION_NAME}_list_options): Give quick help about it.
353 (gld_${EMULATION_NAME}_parse_args): Use it.
354 * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
355 * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
356 from whole archives.
357 (pe_dll_add_excludes): Set excludes->type.
358 (auto_export): Add new variable libname and set to archive basename if
359 abfd. Use it when filtering default and user-specified libarary
360 excludes. Let string "ALL" mean all libs when filtering user-specified
361 libs.
362 * ld.texinfo: Document --exclude-libs.
363
fac1652d
AM
3642002-05-22 Alan Modra <amodra@bigpond.net.au>
365
366 * ldemul.c (ldemul_new_vers_pattern): New function.
367 * ldemul.h (ldemul_new_vers_pattern): Declare.
368 (struct ld_emulation_xfer_struct): Add new_vers_pattern.
369 * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
370 * emultempl/ppc64elf.em (dotsyms): New static var.
371 (gld${EMULATION_NAME}_new_vers_pattern): New function.
372 (LDEMUL_NEW_VERS_PATTERN): Define.
373 (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
374 (PARSE_AND_LIST_LONGOPTS): Likewise.
375 (PARSE_AND_LIST_ARGS_CASES): Handle them.
376 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
377 initialiser.
378 * emultempl/armcoff.em: Likewise.
379 * emultempl/armelf_oabi.em: Likewise.
380 * emultempl/beos.em: Likewise.
381 * emultempl/elf32.em: Likewise.
382 * emultempl/generic.em: Likewise.
383 * emultempl/gld960.em: Likewise.
384 * emultempl/gld960c.em: Likewise.
385 * emultempl/linux.em: Likewise.
386 * emultempl/lnk960.em: Likewise.
387 * emultempl/m68kcoff.em: Likewise.
388 * emultempl/mipsecoff.em: Likewise.
389 * emultempl/pe.em: Likewise.
390 * emultempl/sunos.em: Likewise.
391 * emultempl/ticoff.em: Likewise.
392 * emultempl/vanilla.em: Likewise.
393
eb3d6bb8
AM
3942002-05-22 Alan Modra <amodra@bigpond.net.au>
395
396 * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
397 and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
398 (LIB_SEARCH_DIRS): No need to use "tr".
399 (COMPILE_IN): Only set for native targets.
400 * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
401 here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
402 * configure.tgt (powerpc*): Set tdir_*.
403 (powerpcle*): Correct targ_extra_emuls.
404 * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
405 * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
406
54f24647
AM
4072002-05-22 Alan Modra <amodra@bigpond.net.au>
408
409 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
410 calling lang_add_entry.
411
aa713662
L
4122002-05-21 H.J. Lu (hjl@gnu.org)
413
414 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
415 "-z muldefs".
416 (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
417
418 * ld.texinfo: Updated for --allow-multiple-definition and
419 "-z muldefs".
420
421 * ldmain.c (main): Initialize the allow_multiple_definition
422 field to false.
423
424 * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
425 (ld_options): Add --allow-multiple-definition.
426 (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
427
658f2588
JT
4282002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
429
430 * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
431 (earmelfb_nbsd.c): New rule.
432 * Makefile.in: Regenerate.
433 * configure.tgt (armeb-*-netbsdelf*): New target.
434 (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
435 (arm-*-netbsd*): Likewise.
436 * emulparams/armelfb_nbsd.sh: New file.
437
ca10c62d
TR
4382002-05-18 Tom Rix <trix@redhat.com>
439
440 * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
441 support.
442
fae1e84f
MM
4432002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
444
445 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
446 * Makefile.in: Regenerate.
447 * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
448
7c8bf1e8
MM
4492002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
450
451 * emulparams/avr1.sh: New file.
452 * emulparams/avr2.sh: New file.
453 * emulparams/avr3.sh: New file.
454 * emulparams/avr4.sh: New file.
455 * emulparams/avr5.sh: New file.
456 * scripttempl/avr.sc: New file.
457
c2c01aa7
AM
4582002-05-15 Alan Modra <amodra@bigpond.net.au>
459
460 * ldlang.c (section_already_linked): Call bfd_link_just_syms.
461 (lang_place_orphans): Abort if just_syms_flag.
462
f1f0d9ab
TR
4632002-05-10 Tom Rix <trix@redhat.com>
464
465 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
466 architecture and machine information in the output bfd.
467 (gld*_before_parse): Remove old arch and machine code.
468 (choose_target): Rename to gld*_choose_target.
469 (rtld): Change type to int.
470 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
471 objects in XCOFF archives.
472 * ldfile.h: Update copyright date.
473
f4d73366
JJ
4742002-05-10 Jakub Jelinek <jakub@redhat.com>
475
476 * ldmain.c (main): Enable -z combreloc by default.
477
d3d8a9ee
NC
4782002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
479
480 * Makefile.am: Honour DESTDIR.
481 * Makefile.in: Regenerate.
482
9f88b410
RS
4832002-05-07 Richard Sandiford <rsandifo@redhat.com>
484
485 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
486 (lang_enter_overlay): Remove the last two parameters.
487 (lang_leave_overlay): Take them here instead.
488 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
489 (section): Pass LMA and crossref flag to lang_leave_overlay rather
490 than lang_enter_overlay.
491 * ldlang.c (lang_memory_region_lookup): Return null for null names.
492 (lang_output_section_statement_lookup): Initialize update_dot_tree.
493 (lang_size_sections_1): Evaluate it.
494 (lang_leave_output_section_statement): Rework LMA lookup.
495 (overlay_lma, overlay_nocrossrefs): Remove.
3511b595 496 (lang_enter_overlay): Remove LMA and crossref arguments.
9f88b410
RS
497 (lang_enter_overlay_section): Don't set the LMA here.
498 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
499 assignment to the last section's update_dot_tree. Unconditionally
500 use the load and run-time regions specified in the OVERLAY statement.
501 Likewise the first section's LMA. Only set the other sections' LMAs
502 when no load region is given.
503
b9a743c8
NC
5042002-05-06 Nick Clifton <nickc@redhat.com>
505
506 * po/sv.po: New translation.
507
a3d60be3
AM
5082002-05-04 Alan Modra <amodra@bigpond.net.au>
509
510 * emultempl/hppaelf.em (build_section_lists): New function.
511 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
512 and build_section_lists.
513
b7a26f91
KH
5142002-05-03 Kazu Hirata <kazu@cs.umass.edu>
515
516 * ld.h: Fix formatting.
517 * ldexp.c: Likewise.
518 * ldfile.c: Likewise.
519 * ldlang.c: Likewise.
520 * ldmain.c: Likewise.
521 * lexsup.c: Likewise.
522 * pe-dll.c: Likewise.
523
805fc799
AM
5242002-05-02 Alan Modra <amodra@bigpond.net.au>
525
526 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
527 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
528 (build_section_lists): Do output_section tests here.
529
cc7e59b2
TR
5302002-04-30 Tom Rix <trix@redhat.com>
531
532 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
533
9c1d81c1
AM
5342002-05-01 Alan Modra <amodra@bigpond.net.au>
535
536 Long branch stubs, multiple stub sections.
537 * emultempl/ppc64elf.em: Include ldctor.h.
538 (stub_file): New var.
539 (group_size): New var.
540 (ppc_create_output_section_statements): New function.
541 (struct hook_stub_info): New.
542 (hook_in_stub): New function.
543 (ppc_add_stub_section): New function.
544 (ppc_layout_sections_again): New function.
545 (build_section_lists): New function.
546 (gld${EMULATION_NAME}_finish): Rewrite.
547 (real_func): New var.
548 (ppc_for_each_input_file_wrapper): New function.
549 (ppc_lang_for_each_input_file): New function.
550 (lang_for_each_input_file): Define.
551 (PARSE_AND_LIST_PROLOGUE): Define.
552 (PARSE_AND_LIST_LONGOPTS): Define.
553 (PARSE_AND_LIST_OPTIONS): Define.
554 (PARSE_AND_LIST_ARGS_CASES): Define.
555 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
556
aa67bccf
TR
5572002-04-30 Tom Rix <trix@redhat.com>
558
559 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
560 -blibpath, -bnolibpath support.
561
94349e12
MM
5622002-04-30 Mark Mitchell <mark@codesourcery.com>
563
564 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
565 (eelf32ppcwindiss.c): New target.
566 * Makefile.in: Regenerated.
567 * configure.tgt: Add support for powerpc-*-windiss.
568 * emulparams/elf32ppcwindiss.sh: New file.
569
7b17f854
RS
5702002-04-30 Richard Sandiford <rsandifo@redhat.com>
571
572 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
573 * ldexp.c (exp_print_token): Add "infix_p" argument.
574 (exp_print_tree): Update accordingly.
575
596dafeb
AM
5762002-04-28 Alan Modra <amodra@bigpond.net.au>
577
578 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
579 * Makefile.in: Regenerate.
580 * mpw-elfmips.c: Delete.
581 * mpw-eppcmac.c: Delete.
582 * mpw-esh.c: Delete.
583 * mpw-idtmips.c: Delete.
584
a44d7f9c
JR
585Wed Apr 17 19:23:14 2002 J"orn Rennecke <joern.rennecke@superh.com>
586
587 * emulparams/shelf32.sh (MACHINE): Now sh5.
588
944cd72c
TS
5892002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
590
591 * ldgram.y: Fix syntax warning.
592
5835c212
NC
5932002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
594
595 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
596 to prevent "-n" from being taken as an abbreviation for
597 "--no-pipeline-knowledge".
598
024531e2
AM
5992002-04-08 Alan Modra <amodra@bigpond.net.au>
600
d08a14c3
AM
601 * ldlang.c (lang_size_sections_1): Don't complain about
602 SEC_NEVER_LOAD sections having no memory region specified.
603
024531e2
AM
604 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
605
c657a1f0
MG
6062002-04-07 matthew green <mrg@redhat.com>
607
608 * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
609
61bef6f1
AM
6102002-04-04 Alan Modra <amodra@bigpond.net.au>
611
612 * dep-in.sed: Cope with absolute paths.
613 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
614 Run "make dep-am".
615 * Makefile.in: Regenerate.
616
49ba2791
TS
6172002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
618
619 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
620
50e60fb5
JJ
6212002-04-03 Jakub Jelinek <jakub@redhat.com>
622
623 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
624 is smaller than maximum, round dot up to common page boundary.
625
6f12f4ca
AM
6262002-03-28 Alan Modra <amodra@bigpond.net.au>
627
628 * configure.host: Set up for generic hosts first, then tweak as
629 necessary in more specific targets.
630 (HOSTING_LIBS): Include libgcc_eh.a if found.
631
a8f1f017
AJ
6322002-03-23 Andreas Jaeger <aj@suse.de>
633
634 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
635
1d3fdf38
AM
6362002-03-21 Alan Modra <amodra@bigpond.net.au>
637
638 * Makefile.am: Run "make dep-am".
639 * Makefile.in: Regenerate.
640
79b1faa8
AM
6412002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
642
643 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
644
fcf0e35b
AM
6452002-03-20 Alan Modra <amodra@bigpond.net.au>
646
647 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
648 add the symbol to the linker hash table immediately.
649 (lang_place_undefineds): Split symbol creation out..
650 (insert_undefined): ..to here.
651
fed2999d
DB
6522002-03-18 David O'Brien <obrien@FreeBSD.org>
653
654 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
655 the contents of the buffer returned from basename function will are
656 getting overwritten while still being used.
657
beb43bb9
JH
658Mon Mar 18 17:38:39 CET 2002 Jan Hubicka <jh@suse.cz>
659 Andreas Jaeger <aj@suse.de>
660 Andreas Schwab <schwab@suse.de>
661
662 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
663 * elf_x86_64.sh (ARCH): Set to i386:x86-64
664 set libraries to default to lib64 paths.
665
eb1e0e80
NC
6662002-03-18 Tom Rix <trix@redhat.com>
667
668 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
669 * configure.tgt : Same.
670 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
671 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
672 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
673 emulation parameters for better -b32, -b64 support.
674 * emulparms/aixrs6.sh : Same.
675 * emulparms/ppcmacos.sh : Same.
676 * emultempl/aix.em (choose_target) : Use new emulation parameters
677 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
678 * Makefile.in : Regenerate.
679
a1c259a1
NC
6802002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
681
682 * po/fr.po: Updated version.
683
862120bd
AM
6842002-03-18 Alan Modra <amodra@bigpond.net.au>
685
686 * ldmain.c (main): Move .text readonly flag fudges from here..
687 * ldlang.c (lang_process): ..to here.
688
d35a52e2
AM
6892002-03-14 Alan Modra <amodra@bigpond.net.au>
690
691 * ldlang.c (lang_check): Remove the word size check added in last
692 change. Treat emitrelocations case as for relocatable links.
693
9ce88e60
NC
6942002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
695
696 * po/fr.po: Updated version.
697
30cba025
AM
6982002-03-13 Alan Modra <amodra@bigpond.net.au>
699
700 * ldlang.c (lang_check): Do relocatable link checks first, so that
701 warn_mismatch can't override. Check compatible and word size too.
702
84ec0e6d
DJ
7032002-03-07 Daniel Jacobowitz <drow@mvista.com>
704
705 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
706
2d13d8c5
JJ
7072002-03-05 Jakub Jelinek <jakub@redhat.com>
708
709 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
710 DATA_SEGMENT_ALIGN.
711
b5090659
L
7122002-03-04 H.J. Lu <hjl@gnu.org>
713
714 * scripttempl/elf.sc: Put .preinit_array, .init_array and
715 .fini_array in the data segment.
716
f42ce16e
AM
7172002-03-04 Alan Modra <amodra@bigpond.net.au>
718
719 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
720
de77b6ac
RH
7212002-03-01 David Mosberger <davidm@hpl.hp.com>
722
723 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
724 .init_array, and .fini_array.
725
997e08c0
AS
7262002-02-20 Andreas Schwab <schwab@suse.de>
727
728 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
729 .IA64_unwind* in a relocatable link.
730
9a66911f
NC
7312002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
732
733 * NEWS: Mark 2.12 branch.
734
d86bcc10
MS
7352002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
736
737 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
738 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
739
69f284c7
TR
7402002-02-18 Tom Rix <trix@redhat.com>
741
742 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
743 (gld*_before_allocation): Same.
a8f1f017 744 (gld*_create_output_section_statements): Generate
69f284c7
TR
745 __rtinit if run time linking. Add librtl.a to the link.
746 (gld*_read_file): Clean.
747
82bd7b59
AM
7482002-02-18 Alan Modra <amodra@bigpond.net.au>
749
750 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
751
ac3e50bf
DB
7522002-02-18 David O'Brien <obrien@FreeBSD.org>
753
6a7f963b 754 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
ac3e50bf
DB
755 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
756 and eelf64alpha_fbsd.
6a7f963b 757 * Makefile.in: Regenerate.
ac3e50bf
DB
758 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
759 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
760 use a FreeBSD-specific emulation rather than the psABI one.
761 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
762 for all FreeBSD ELF systems.
763 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
764 emulation.
765 * emulparams/elf32ppc_fbsd.sh: Likewise.
766 * emulparams/elf64_ia64_fbsd.sh: Likewise.
767 * emulparams/elf64_sparc_fbsd.sh: Likewise.
768 * emulparams/elf64alpha_fbsd.sh: Likewise.
769 * emulparams/elf_i386_fbsd.sh: Likewise.
770 * emulparams/elf_x86_64_fbsd.sh: Likewise.
771
6ad738c5
NC
7722002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
773
774 * po/tr.po: Updated version.
775
9673c93c
AM
7762002-02-18 Alan Modra <amodra@bigpond.net.au>
777
778 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
779 (FILL): Likewise.
780
1c5e6447
HPN
7812002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
782
783 * emultempl/mmo.em (mmo_after_open): Don't call
784 _bfd_mmix_check_all_relocs when producing ELF output.
785
8bb57516
RH
7862002-02-15 Richard Henderson <rth@redhat.com>
787
de77b6ac 788 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
8bb57516
RH
789 definition. Emit a unop+nop pair.
790
49fda6c8
HPN
7912002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
792
83c2d653
HPN
793 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
794 for presence of .MMIX.reg_contents.linker_allocated before early
795 exit.
796
49fda6c8
HPN
797 * NEWS: Mention support for MMIX.
798
2c382fb6
AM
7992002-02-15 Alan Modra <amodra@bigpond.net.au>
800
801 Support arbitrary length fill patterns.
a139d329
AM
802 * ld.texinfo (Output Section Fill): Describe fill expressions.
803 (FILL): Refer to the above.
2c382fb6
AM
804 * ldexp.h (etree_value_type): Add "str" field.
805 (union etree_union): Add "str" to "value" struct.
806 (exp_bigintop): Declare.
807 (exp_get_fill): Declare.
808 * ldexp.c: Include "safe-ctype.h".
809 (exp_intop): Set value.str to NULL.
810 (exp_bigintop): New function.
811 (new_rel): Pass in "str", and set new.str from it.
812 (new_rel_from_section): Set new.str to NULL.
813 (fold_name): Adjust calls to new_rel.
814 (exp_fold_tree): Likewise.
815 (exp_get_fill): New function.
816 * ldgram.y (struct big_int bigint, fill_type *fill): New.
817 (INT): Returns a "bigint". Adjust all code handling INTs.
818 (fill_opt): Returns a "fill".
819 (fill_exp): Split out of fill_opt, use for FILL.
820 * ldlang.h (struct _fill_type): New.
821 (fill_type): Move typedef to ldexp.h.
822 (lang_output_section_statement_type): "fill" is now a pointer.
823 (lang_fill_statement_type): Likewise.
824 (lang_padding_statement_type): Likewise.
825 (lang_add_fill): Now takes a "fill_type *" param.
826 (lang_leave_output_section_statement): Likewise.
827 (lang_do_assignments): Likewise.
828 (lang_size_sections): Likewise.
829 (lang_leave_overlay_section): Likewise.
830 (lang_leave_overlay): Likewise.
831 * ldlang.c: Include ldgram.h after ldexp.h.
832 (lang_output_section_statement_lookup): Adjust for fill_type change.
833 (print_fill_statement): Likewise.
834 (print_padding_statement): Likewise.
835 (insert_pad): Now takes a "fill_type *" arg.
836 (size_input_section): Likewise.
837 (lang_size_sections_1): Likewise.
838 (lang_size_sections): Likewise.
839 (lang_do_assignments): Likewise.
840 (lang_add_fill): Likewise.
841 (lang_leave_output_section_statement): Likewise.
842 (lang_leave_overlay_section): Likewise.
843 (lang_leave_overlay): Likewise.
844 Adjust all callers of the above function.
845 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
846 starting with "0X" as well as "0x". Return bigint.str for hex
847 numbers starting with "0x" or "0X", zero bigint.str otherwise.
848 Always use base 16 for numbers starting with "$".
849 * ldmain.c: Include ldgram.h after ldexp.h.
850 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
851 of bfd_fill_link_order.
852 * pe-dll.c: Adjust lang_do_assignments calls.
853 * emultempl/elf32.em: Likewise.
854 * emultempl/hppaelf.em: Likewise.
855 * emultempl/ppc64elf.em: Likewise.
856 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
857 lang_add_assignment call.
858 * emultempl/pe.em: Likewise.
859
313e35ee
AM
8602002-02-14 Phil Edwards <pme@gcc.gnu.org>
861
a139d329 862 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
313e35ee
AM
863 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
864 the pattern in question is not a regexp.
865 * ldlang.c: Likewise.
866 * ldlang.h: Likewise.
867 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
868
2d20f7bf
JJ
8692002-02-12 Jakub Jelinek <jakub@redhat.com>
870
871 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
872 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
873 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
874 * ldexp.c (exp_data_seg): New variable.
875 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
876 (fold_binary): Handle DATA_SEGMENT_ALIGN.
877 (exp_fold_tree): Handle DATA_SEGMENT_END.
878 Pass allocation_done when recursing instead of hardcoding
879 lang_allocating_phase_enum.
880 * ldexp.h (exp_data_seg): New.
881 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
882 (lang_size_sections): New.
883 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
884 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
885 if COMMONPAGESIZE is defined.
886 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
887 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
888 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
889 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
890 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
891 libraries only.
892
06880219
AM
8932002-02-11 Alan Modra <amodra@bigpond.net.au>
894
895 * Makefile.in: Regenerate.
896
37b0ac0f
DJ
8972002-02-10 Daniel Jacobowitz <drow@mvista.com>
898
899 * lexsup.c: Remove strtoul declaration.
900
4e5bae56
DJ
9012002-02-10 Daniel Jacobowitz <drow@mvista.com>
902
903 * ldmain.c: Add prototype for main ().
904 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
905 * emultempl/lnk960.em (lnk960_choose_target): Function should
906 take two arguments.
907
1e281515
AM
9082002-02-10 Alan Modra <amodra@bigpond.net.au>
909
910 * ldlang.c (entry_section): New initialised variable.
911 (lang_finish): Use it.
912 * ldlang.h (entry_section): Declare.
913 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
914 entry_section to ".opd".
915
f92d92ff 9162002-02-09 Chris Demetriou <cgd@broadcom.com>
0a9c1c8e
CD
917
918 * ld.texinfo (Options): Add back in -nostdlib documentation,
919 which had been inadvertently removed.
920
74c44237
HPN
9212002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
922
923 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
924 register section vma to a sane value after emitting error. Make
925 fatal conditions cause program exit when emitting message.
926
5e37cc46
NC
9272002-02-08 Ivan Guzvinec <ivang@opencores.org>
928
929 * configure.tgt: Add or32-*-rtems target.
930
2d92cb7d
AO
9312002-02-08 Alexandre Oliva <aoliva@redhat.com>
932
933 Contribute sh64-elf.
934 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
935 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
936 in OTHER_RELOCATABLE_SECTIONS.
937 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
938 * emulparams/shelf32.sh (STACK_ADDR): Define.
939 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
940 (OTHER_SECTIONS): this. Removed stack settings.
941 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
942 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
943 2001-03-12 DJ Delorie <dj@redhat.com>
944 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
945 relaxing if any shmedia or mixed sections are found.
946 2001-03-07 DJ Delorie <dj@redhat.com>
947 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
948 einfo. Gracefully decline to output to non-elf formats.
949 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
950 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
951 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
952 * emulparams/shelf32.sh: Ditto.
953 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
954 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
955 comment.
956 2001-01-10 Ben Elliston <bje@redhat.com>
957 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
958 non-portable shell constructs. From Hans-Peter Nilsson.
959 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
960 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
961 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
962 dependencies to the shell script include chain.
963 * Makefile.in: Regenerate.
964 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
965 * emultempl/sh64elf.em: Update and tweak comments.
966 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
967 make a .cranges section SEC_IN_MEMORY.
968 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
969 * emultempl/sh64elf.em
970 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
971 .cranges section found to be necessary; continue and set stored
972 section contents flags for sections with non-mixed contents.
973 Use a struct sh64_section_data container and sh64_elf_section_data
974 to store contents-type flags.
975 Remove unused update of "isec".
976 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
977 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
978 access contents-type flags. Assert that the associated container
979 is initialized. Use that container, not elf_gp_size, to hold size
980 of linker-generated cranges contents.
981 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
982 * emultempl/sh64elf.em
983 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
984 there's already a .cranges section. When section flag difference
985 is found, don't NULL-check cranges a second time. Tweak comments.
986 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
987 merging, not max size, as size of ld-generated .cranges contents.
988 Don't set ELF section flags in output section. When checking for
989 needed .cranges descriptors, don't use a variable; compare
990 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
991 comments.
992 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
993 * emultempl/sh64elf.em: New file.
994 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
995 * Makefile.in: Regenerate.
996 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
997 (OTHER_RELOCATING_SECTIONS): Ditto.
998 (EXTRA_EM_FILE): New, set to sh64elf if not set.
999 * emulparams/shlelf32.sh: Stub out all settings except
1000 OUTPUT_FORMAT. Source shelf32.sh.
1001 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
1002 OTHER_RELOCATING_SECTIONS.
1003 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
1004 * emulparams/shlelf64.sh: Stub out all settings except
1005 OUTPUT_FORMAT. Source shelf64.sh.
1006 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
1007 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
1008 .cranges section.
1009 (DATA_START_SYMBOLS): Define, provide ___data.
1010 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
1011 for consecutive .data section.
1012 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
1013 section after .data section.
1014 * emulparams/shlelf64.sh: Ditto.
1015 * emulparams/shelf32.sh: Ditto.
1016 (ALIGNMENT): Define to 8.
1017 * emulparams/shelf32.sh: Ditto.
1018 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
1019 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
1020 built-in linker scripts.
1021 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
1022 * emulparams/shlelf64.sh: New.
1023 * emulparams/shelf64.sh: New.
1024 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
1025 targ_extra_emuls.
1026 * Makefile.am: Add support for shlelf64 and shelf64.
1027 * Makefile.in: Regenerate.
1028 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
1029 * configure.tgt (sh64-*-elf*): Add shelf as default.
1030 Add shlelf to targ_extra_emuls.
1031 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
1032 * emulparams/shelf32.sh: New file.
1033 * emulparams/shlelf32.sh: New file.
1034 * Makefile.am: Add support for shlelf32 and shelf32.
1035 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
1036 * Makefile.in: Regenerate.
1037
e3dc8847
HPN
10382002-02-05 Hans-Peter Nilsson <hp@axis.com>
1039
1040 * ldlang.c (lang_reset_memory_regions): Rename from
1041 reset_memory_regions. Change all callers. Make public.
1042 * ldlang.h (lang_reset_memory_regions): Prototype.
1043 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
1044 lang_reset_memory_regions before lang_size_sections.
126730bd
HPN
1045 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1046 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
e3dc8847 1047
8017dbcb
HPN
10482002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
1049
1050 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
1051 arithmetic when checking for too many global registers.
1052
006336b8
JT
10532002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
1054
1055 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
1056 (ehppanbsd.c): New rule.
1057 * Makefile.in: Regenerate.
1058 * configure.tgt (hppa*-*-netbsd*): New target.
1059 * emulparams/hppalinux.sh: Add comment to check other files
1060 that source this file it is modified, and list which
1061 files that do.
1062 * emulparams/hppanbsd.sh: New file.
1063
da1f2fec
GK
10642002-02-01 Geoffrey Keating <geoffk@redhat.com>
1065
1066 * scripttempl/xstormy16.sc: Don't allocate extra space for the
1067 stack.
1068
48fa4a5d
HPN
10692002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
1070
1071 Support on-demand global register allocation from
1072 R_MMIX_BASE_PLUS_OFFSET relocs.
1073 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
1074 mmix_set_reg_section_vma. Call
1075 _bfd_mmix_finalize_linker_allocated_gregs.
1076 (mmix_before_allocation): New function.
1077 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
1078 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
1079 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
1080 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
1081 before .MMIX.reg_contents.
1082 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
1083 (mmo_after_open): New function.
1084 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
1085 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
1086 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
1087
3b16e843
NC
10882002-01-31 Ivan Guzvinec <ivang@opencores.org>
1089
1090 * emulparams/or32.sh: New file.
1091 * emulparams/or32elf.sh: New file.
1092 * scripttempl/or32.sc: New file.
1093 * configure.tgt : Add support for or32.
1094 * configure: Regenerate
1095 * Makefile.am: Add support for or32.
1096 * Makefile.in: Regenerate.
1097 * NEWS: Mention support for or32.
1098 * po/ld.pot: Regenerate.
1099
f744d540 11002002-01-29 Chris Demetriou <cgd@broadcom.com>
313e35ee 1101 Mitch Lichtenberg <mpl@broadcom.com>
f744d540
CD
1102
1103 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
1104 * emultempl/mipself.em: New file to handle MIPS ELF embedded
1105 reloc creation (ld --embedded-relocs).
1106
4867be41
DJ
11072002-01-27 Daniel Jacobowitz <drow@mvista.com>
1108
1109 * configure: Regenerated.
1110
cd8e197b
HPN
11112002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1112
1113 * Makefile.am (install): Depend on install-info.
1114 * Makefile.in: Regenerate.
1115
9cb61eab
AM
11162002-01-26 Christian Rose <menthos@menthos.com>
1117
1118 * ldmain.c (main): Use full sentences to ease translation.
1119
1caa7b23
NC
11202002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
1121
1122 * po/fr.po: Updated version.
1123
1ddbd152
NC
11242002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1125
1126 * po/es.po: Updated version.
1127
1e84433f
AJ
11282002-01-25 Andreas Jaeger <aj@suse.de>
1129
1130 * ldlex.l (yy_input): Correct error check.
1131
6d39955e
AM
11322002-01-25 Alan Modra <amodra@bigpond.net.au>
1133
1134 * ldmisc.c (demangle): Put back dots when string not demangled.
1135
a9ed1e1b
RH
11362002-01-22 Richard Henderson <rth@redhat.com>
1137
1138 * emulparams/elf64alpha.sh (NOP): Use unop.
1139
968ec2b9
AJ
11402002-01-21 Andreas Jaeger <aj@suse.de>
1141
1142 * ldlex.l: Use fread instead of read.
1143
9596feea
JT
11442002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
1145
1146 * configure.tgt (ia64-*-netbsd*): New target.
1147
493a6d47
L
11482002-01-21 H.J. Lu <hjl@gnu.org>
1149
1150 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
1151 0.
1152 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
1153
2a538ba5
AJ
11542002-01-18 Andreas Jaeger <aj@suse.de>
1155
1156 * ldver.c (ldversion): Update year.
1157
328577ad
NC
11582002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1159
1160 * po/ld.pot: Regenerate.
1161
1f808cd5
AM
11622002-01-16 Alan Modra <amodra@bigpond.net.au>
1163
1164 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
1165 * Makefile.in: Regenerate.
1166 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
1167 * emultempl/ppc64elf.em: New file.
1168
335c5610
DD
11692002-01-15 DJ Delorie <dj@redhat.com>
1170
1171 * scripttempl/pe.sc: Add support for constructor priorities.
1172
c40bbade
DC
11732002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
1174
1175 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
1176 * emulparams/avr23xx.sh: Likewise.
1177 * emulparams/avr4433.sh: Likewise.
1178 * emulparams/avr44x4.sh: Likewise.
1179 * emulparams/avr85xx.sh: Likewise.
1180 * emulparams/avrmega103.sh: Likewise.
1181 * emulparams/avrmega161.sh: Likewise.
1182 * emulparams/avrmega603.sh: Likewise.
1183 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
1184
34efb449
AO
11852002-01-08 Alexandre Oliva <aoliva@redhat.com>
1186
1187 * ldlang.c (walk_wild_section): Exclude object file if enclosing
1188 archive is excluded.
1189
8d05742f
JT
11902002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
1191
1192 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2a538ba5 1193 (eshelf_nbsd.c): New rule.
8d05742f
JT
1194 (eshlelf_nbsd.c): New rule.
1195 * Makefile.in: Regenerate.
1196 * configure.tgt (sh*le-*-netbsdelf*): New target.
1197 (sh*-*-netbsdelf*): New target.
1198 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
1199 * ld/emulparams/shelf_nbsd.sh: New emulation.
1200 * ld/emulparams/shlelf_nbsd.sh: New emulation.
1201
be2d1673
NC
12022002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1203
1204 * po/es.po: New file: Spanish translation.
1205 * configure.in (ALL_LINGUAS): Add es.
1206 * configure: Regenerate.
1207
dbab7a7b
NC
12082002-01-06 John Marshall <jmarshall@acm.org>
1209
1210 * ld.texinfo: Note that --emit-relocs is currently only
1211 implemented for ELF.
1212
3dfe7a8c
AM
12132002-01-05 Alan Modra <amodra@bigpond.net.au>
1214
1215 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
1216 of bfd_section_list_remove and bfd_section_list_insert macros.
1217 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1218 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1219
8a8b2d4b
AJ
12202002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1221
1222 * configure.tgt (x86_64-*-netbsd*): New target.
1223
9a4c7f16
TR
12242001-12-21 Tom Rix <trix@redhat.com>
1225
8a8b2d4b 1226 (gld*_create_output_section_statements): New function.
9a4c7f16
TR
1227 For -binitfini support.
1228 * emultempl/aix.em (gld*_before_parse): Fix comment.
1229 * emultempl/aix.em (gld*_parse_args): Fix comment.
1230
3695c299
AM
12312001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
1232
cf86e6df
AM
1233 * configure.tgt (mips*-dec-netbsd*): Delete alias for
1234 mips*el-*-netbsd*.
1235 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
1236
3695c299
AM
1237 * configure.tgt (arm-*-netbsdelf*): Add target.
1238 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
1239 * emulparams/armelf_nbsd.sh: Added.
1240 * Makefile.am: Add rules for earmelf_nbsd.
1241 * Makefile.in: Regenerate.
1242
97cb79ae
AJ
12432001-12-19 Andreas Jaeger <aj@suse.de>,
1244 Susanne Oberhauser <froh@suse.de>
1245
1246 * configure.host: Add rules for x86_64-*linux-gnu. Change
1247 s390x-linux entry to use gcc to report configuration, replace gcc
1248 with $CC in s390-linux
1249
9d201f2f
AJ
12502001-12-19 Andreas Jaeger <aj@suse.de>
1251
1252 * ld.texinfo (VERSION): Fix markup.
1253
0b69cd08
MG
12542001-12-18 matthew green <mrg@eterna.com.au>
1255
1256 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
1257 (m68kelfnbsd.c): New rule.
1258 * Makefile.in: Regenerate.
1259 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
1260 (m68*-*-netbsd*4k*): .. this.
1261 (m68*-*-netbsdelf*): New target.
1262 (m68*-*-netbsd*): Also include ELF support.
1263 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
1264 * emulparams/m68kelfnbsd.sh: New emulation.
1265
6b9b879a
JJ
12662001-12-18 Jakub Jelinek <jakub@redhat.com>
1267
1268 * ldgram.y (vers_node): Support anonymous version tags.
1269 * ldlang.c (lang_register_vers_node): Ensure anonymous version
1270 tag is not defined together with non-anonymous versions.
1271 * ld.texinfo: Document it.
1272
9fc877ed
NC
12732001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1274
1275 * po/tr.po: New file: Turkish translation.
1276 * configure.in (ALL_LINGUAS): Add tr.
1277 * configure: Regenerate.
1278
fc18a3f3
RH
12792001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
1280
1281 * Makefile.am: Add rules for eelf64alpha_nbsd.
1282 * Makefile.in: Regenerate.
1283 * configure.tgt (alpha*-*-netbsd*): Set
1284 targ_emul to elf64alpha_nbsd.
1285 * emulparams/elf64alpha_nbsd.sh: Added.
1286
76f63e91
AM
12872001-12-17 Alan Modra <amodra@bigpond.net.au>
1288
1289 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
1290 section_tail when fiddling with section list.
1291 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
1292 broken into separate strings to make translation easier.
1293 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
1294 fiddling with section list.
1295 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1296
d03b89bd
HPN
12972001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
1298
1299 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
1300
320fec9a
AM
13012001-12-15 Alan Modra <amodra@bigpond.net.au>
1302
1303 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
1304
65765700
JJ
13052001-12-13 Jakub Jelinek <jakub@redhat.com>
1306
1307 * emultempl/elf32.em (finish): Supply output_bfd
1308 to bfd_elf*_discard_info.
1309 (OPTION_EH_FRAME_HDR): Define.
1310 (longopts): Add --eh-frame-hdr.
1311 (parse_args): Handle it.
1312 (list_options): Add --eh-frame-hdr to help.
1313 * emultempl/hppaelf.em (finish): Supply output_bfd
1314 to bfd_elf*_discard_info.
1315 * scripttempl/elf.sc (.eh_frame_hdr): Add.
1316
89894c62
AM
13172001-12-13 Alan Modra <amodra@bigpond.net.au>
1318
1319 * lexsup.c (parse_args): Don't pass shortopts to second call to
1320 getopt functions. Restore optind rather than decrementing before
1321 second call. Remove errind as it now duplicates last_optind.
1322
583f1926
CF
13232001-12-11 Christopher Faylor <cgf@redhat.com>
1324
1325 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
1326
93fbbb04
GK
13272001-12-07 Geoffrey Keating <geoffk@redhat.com>
1328 Richard Henderson <rth@redhat.com>
1329
1330 * Makefile.am: Add support for xstormy16.
1331 * configure.tgt: Add support for xstormy16.
1332 * Makefile.in: Regenerate.
1333 * emulparams/elf32xstormy16.sh: New file.
1334 * scripttempl/xstormy16.sc: New file.
1335
583f1926
CF
13362001-10-01 Christopher Faylor <cgf@cygnus.com>
1337
fc18a3f3
RH
1338 * Makefile.in (LIB_PATH): Make configurable.
1339 (GENSCRIPTS): Set LIB_PATH in environment.
1340 * configure.in: Substitute LIB_PATH.
1341 * configure: Regenerate.
1342 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
1343 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
583f1926 1344
ff291a48
NC
13452001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
1346
1347 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
1348 describing the -N option so that it is easier to translate into
1349 foreign languages.
1350
e3c8793a
NC
13512001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1352
1353 * emultempl/pe.em (..._list_options): Replace multiple fprintf
1354 statements describing a single option with a single, newline
1355 escaped fprintf. This allows better translation into other
1356 languages.
9d201f2f 1357
fc18a3f3
RH
1358 * ldmain.c (add_archive_element): Combine multiple strings
1359 into a single string to permit better translation into other
1360 languages.
e3c8793a 1361
f2eab0af
TR
13622001-12-05 Tom Rix <trix@redhat.com>
1363
1364 * Makefile.am: Remove eaixppc64.
9d201f2f 1365 * Makefile.in: Regenerate.
f2eab0af 1366
249172c3
TR
13672001-12-04 Tom Rix <trix@redhat.com>
1368
9d201f2f 1369 * emultempl/aix.em (choose_target): Change default target to
249172c3
TR
1370 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
1371 warning.
1372 (gld*_read_file): Fix typo.
1373 (change_symbol_mode): Add prototype.
1374 (is_syscall): Same.
9d201f2f 1375
249172c3
TR
1376 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
1377 * emulparams/aixrs6.sh : Same.
1378 * emulparams/ppcmacos.sh : Same.
1379 * emulparams/aixppc64.sh : Delete file.
1380 * emultempl/aix.em : Formatting changes.
1381
5b5cd1b0
HPN
13822001-12-04 Hans-Peter Nilsson <hp@axis.com>
1383
1384 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
1385 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
1386 __Sbss.
1387 (OTHER_END_SYMBOLS): Fix formatting.
1388 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
1389 (OTHER_END_SYMBOLS): Fix formatting.
1390
7cecdbff
AM
13912001-12-04 Alan Modra <amodra@bigpond.net.au>
1392
1393 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
1394
742aeb63 13952001-12-02 Tom Rix <trix@redhat.com>
7cecdbff 1396
742aeb63 1397 * configure.tgt : Remove eaixppc64 emulations.
7cecdbff 1398 * Makefile.in : Remove eaixppc64.c
742aeb63
TR
1399 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
1400 (ldemul_default_target): Same.
1401 * emultempl/gld960.em (gld960_choose_target): Same.
7cecdbff
AM
1402 * emultempl/gld960c.em (gld960_choose_target): Same.
1403 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
742aeb63
TR
1404 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
1405 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
1406 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
7cecdbff 1407 * emultempl/aix.em (choose_target): New function. Handle emulation of
742aeb63
TR
1408 -b32 and -b64.
1409
48459341
L
14102001-11-27 H.J. Lu <hjl@gnu.org>
1411
1412 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
1413 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
1414 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
1415 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
1416 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
1417 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
1418 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
1419 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
1420
7cecdbff 1421 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
48459341
L
1422 is not empty.
1423 (SDATA): Likewise.
1424 (REL_SDATA): Likewise.
1425 (REL_SBSS): Likewise.
1426 (REL_SDATA2): Likewise.
1427 (REL_SBSS2): Likewise.
1428 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
1429 (SDATA2): Likewise.
1430
ecfdd20c
SC
14312001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1432
1433 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
1434 destructor in rom.
7cecdbff 1435 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
ecfdd20c 1436
da54c6eb
L
14372001-11-22 H.J. Lu <hjl@gnu.org>
1438
1439 * Makefile.in: Regenerated with automake based on automake
1440 1.4-8 in RedHat 7.1.
1441
465bc359
AM
14422001-11-22 Alan Modra <amodra@bigpond.net.au>
1443
1444 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
1445 (config.status): Delete rule.
1446 Add extra dependencies to cover sourced emulparams files.
1447 * Makefile.in: Regenerate.
1448
1449 * scripttempl/elf.sc: Order <section>, <section>.* and
1450 corresponding linkonce sections as seen in input files.
1451 Formatting fixes. Zero vma of all sections if not relocating.
1452 (STACK): Define and insert if STACK_ADDR defined.
1453 (OTHER_RELOCATING_SECTIONS): Delete.
1454 (OTHER_END_SYMBOLS): Define.
1455 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
1456 (OTHER_READWRITE_SECTIONS): Likewise.
1457 (OTHER_GOT_SECTIONS): Likewise.
1458 (OTHER_SDATA_SECTIONS): Likewise.
1459 (OTHER_BSS_SECTIONS): Likewise.
1460 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
1461 (OTHER_READWRITE_SECTIONS): Likewise.
1462 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
1463 (OTHER_READWRITE_SECTIONS): Likewise
1464
1465 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
1466 (STACK_ADDR): Define.
1467 * emulparams/armelf_oabi.sh: As for armelf.sh.
1468 * emulparams/elf32mcore.sh: As for armelf.sh.
1469 * emulparams/h8300elf.sh: As for armelf.sh.
1470 * emulparams/mn10200.sh: As for armelf.sh.
1471 * emulparams/shelf.sh: As for armelf.sh.
1472
1473 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
1474 (OTHER_END_SYMBOLS): Define.
1475 * emulparams/m32relf.sh: As for elf32fr30.sh.
1476 * emulparams/h8300helf.sh: As for elf32fr30.sh.
1477 * emulparams/h8300self.sh: As for elf32fr30.sh.
1478
1479 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
1480 defines with RELOCATING test.
1481 (OTHER_SDATA_SECTIONS): Likewise.
1482 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1483 (OTHER_END_SYMBOLS): ..this.
1484 * emulparams/crislinux.sh: As for criself.sh.
1485
1486 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
1487 if not relocating.
1488 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1489 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
1490 normal and linkonce sections as seen in input files.
1491 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
1492 (TEXT_DYNAMIC): Likewise.
1493 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
1494 (OTHER_SDATA_SECTIONS): Likewise.
1495 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1496 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
1497 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
1498 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
1499 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
1500 (OTHER_PLT_RELOC_SECTIONS): Likewise.
1501 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
1502 sections as seen in input files.
1503 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
1504 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
1505 if not relocating.
1506 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
1507 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
1508 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
1509 (OTHER_SECTIONS): Instead, use this..
1510 (OTHER_END_SYMBOLS): ..and this.
1511
1512 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
1513 * emulparams/elf32bsmip.sh: Likewise.
1514 * emulparams/elf32btsmip.sh: Likewise.
1515 * emulparams/elf32ebmip.sh: Likewise.
1516 * emulparams/elf32lmip.sh: Likewise.
1517 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
1518 * emulparams/elf32lsmip.sh: Likewise.
1519 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
1520 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
1521 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
1522 * emulparams/elf64btsmip.sh: Likewise.
1523 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
1524 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
1525 * emulparams/elf32ppclinux.sh: Likewise.
1526 * emulparams/elf32ppcsim.sh: Likewise.
1527 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
1528 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
1529 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
1530 * emulparams/h8300self.sh: Likewise.
1531 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
1532 * emulparams/sh.sh: Comment.
1533 * emulparams/shl.sh: Source sh.sh, remove duplicates.
1534 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
1535 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
1536
abc6ab0a
AM
15372001-11-21 David Heine <dlheine@tensilica.com>
1538 Alan Modra <amodra@bigpond.net.au>
1539
1540 * ldlang.c (map_input_to_output_sections): Replace "break"
1541 accidentally removed with 2001-08-03 change.
1542 (lang_gc_sections_1): Likewise.
1543
2181f54f
AM
15442001-11-21 Alan Modra <amodra@bigpond.net.au>
1545
1546 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
1547
ca0b5847
AM
15482001-11-20 Angela Marie Thomas <angela@redhat.com>
1549
1550 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2181f54f
AM
1551 of false when calling lang_size_sections.
1552 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
ca0b5847 1553
c56feb2b
AM
15542001-11-15 Alan Modra <amodra@bigpond.net.au>
1555
1556 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
1557 function when LDEMUL_FINISH isn't set to the same name. Don't
1558 call ${LDEMUL_FINISH}.
1559 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
1560 * emultempl/armelf.em (arm_elf_finish): Call
1561 gld${EMULATION_NAME}_finish.
1562 * emultempl/hppaelf.em (hppaelf_finish): Rename to
1563 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
1564 hppaelf_layout_sections_again if necessary.
1565 (need_laying_out): New var.
1566 (hppaelf_layaout_sections_again): Rename to
1567 hppaelf_layout_sections_again. Clear need_laying_out.
1568 (PARSE_AND_LIST_OPTIONS): Format text.
1569
a48ca7f2
L
15702001-11-14 H.J. Lu <hjl@gnu.org>
1571
1572 * emultempl/armelf.em (arm_elf_finish): Renamed from
1573 gld${EMULATION_NAME}_finish.
1574 (LDEMUL_FINISH): Set to arm_elf_finish.
1575
73d074b4
DJ
15762001-11-14 Daniel Jacobowitz <drow@mvista.com>
1577
1578 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
1579 (struct ld_emulation_xfer_struct): Use it.
1580
3b16e843 15812001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
fc65c602 1582
465bc359 1583 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
fc65c602
JL
1584 additional symbols referenced by newer crt0.o files from HP.
1585
f11b7027
NC
15862001-11-12 Anthony Green <green@redhat.com>
1587
1588 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
1589
3bf2994f
AM
15902001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
1591
1592 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
1593 * Makefile.in: Regenerate.
1594
ff5dcc92
SC
15952001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1596
1597 * ld.texinfo: Use @command for commands, @option for options.
1598 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
1599 the page man title.
1600 * Makefile.in: Rebuild.
1601
9fb9af6e
CD
16022001-11-04 Chris Demetriou <cgd@broadcom.com>
1603
1604 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
1605 Add support for targets.
2181f54f 1606
3c62831e
NC
16072001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1608
1609 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
1610 * configure: Regernate.
1611 * po/fr.po: New file.
1612 * po/sv.po: New file.
1613
3a9091c4
NC
16142001-11-01 NIIBE Yutaka <gniibe@m17n.org>
1615
1616 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
1617 as little endian default and to support big endian.
2181f54f 1618
361b220e
CD
16192001-11-01 Chris Demetriou <cgd@broadcom.com>
1620
1621 * ld.texinfo (Options): Document new option, -nostdlib.
1622 * lexsup.c (OPTION_NOSTDLIB): New definition.
1623 (ld_options): Add entry for "nostdlib".
1624 (parse_args): Handle OPTIONS_NOSTDLIB.
1625 * ldfile.c (ldfile_add_library_path): Don't add directories
1626 to the search path if they weren't specified on the command line
1627 and -nostdlib was specified.
1628 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
1629
210a7bd1
NC
16302001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
1631
1632 * lexsup.c (parse_args): Prevent infinite parsing loop when
1633 "-rpath.a" is specified on the command line.
1634 Replace calls to fprintf with calls to einfo.
1635
114283d8
NC
16362001-10-31 John Marshall <jmarshall@acm.org>
1637
1638 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
1639 appear only once across all the linker scripts involved in a link
1640 invocation no longer applies. Make the documentation reflect
1641 that.
1642
7649aa50
NC
16432001-10-31 NIIBE Yutaka <gniibe@m17n.org>
1644
1645 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
1646 targets.
1647 (sh-*-linux*): Added targ_extra_libpath.
1648
6e814ff8
AM
16492001-10-31 David Heine <dlheine@tensilica.com>
1650
1651 * ldlang.c (lang_size_sections): Keep a valid output_offset field
1652 for padding statements.
1653
3c3bdf30
NC
16542001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1655
1656 * configure.tgt (mmix-*-*): New target.
1657 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
1658 Add dependencies to match.
1659 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
1660 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
1661 scripttempl/mmo.sc: New files.
1662 * gen-doc.texi: @set MMIX.
1663 * ld.texinfo: Ditto.
6e814ff8 1664 [MMIX] Add MMIX node.
3c3bdf30
NC
1665 * Makefile.in: Regenerate.
1666
ca0c1d3e
KH
16672001-10-29 Kazu Hirata <kazu@hxi.com>
1668
1669 * ldlang.c: Fix a comment typo.
1670
1a3d33ce
AM
16712001-10-23 Alan Modra <amodra@bigpond.net.au>
1672
1673 * configure.host: Move alpha*-*-linux-gnu* entry to generic
1674 entries, and match *-*-linux*.
1675
b47c4208
AM
16762001-10-20 Alan Modra <amodra@bigpond.net.au>
1677
1678 * ldgram.y (mri_script_command): Surround processing of INCLUDE
1679 with ldlex_script, ldlex_popstate.
1680 (ifile_p1): Likewise.
1681 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
1682 correct slot.
1683 (lex_push_file): Save current lineno to lineno_stack. Set lineno
1684 to 1. Don't BEGIN(SCRIPT).
1685 (lex_redirect): Similarly.
1686 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
1687
fd521b47
NC
16882001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
1689
1690 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
1691 __EH_FRAME_END__ and accept eh frames into data section.
1692 Add ctor and dtor sections.
1693
59d28a94
DD
16942001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1695
1696 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
1697 (auto-export): Fix indentation.
1698
663dd378
DD
16992001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1700
1701 * pe-dll.c (autofilter_objectlist): Add startup objects
1702 for profiling.
1703 (auto-export): Constify char * p.
6e814ff8 1704 Extract file basename and use strcmp rather than ststr
663dd378
DD
1705 for object lookup.
1706
31d677f9
CD
17072001-10-18 Chris Demetriou <cgd@broadcom.com>
1708
1709 * ldmain.c (get_emulation): Improve comment about the handling
1710 of -mipsN options.
1711
aa200fe8
AM
17122001-10-17 Alan Modra <amodra@bigpond.net.au>
1713
1714 * po/POTFILES.in: Regenerate.
1715
146e7110
AM
17162001-10-16 Vassili Karpov <malc@pulsesoft.com>
1717
1718 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
1719 -z nocopyreloc and -z nocombreloc usage strings.
1720
b4330e85
NC
17212001-10-12 Vassili Karpov <malc@pulsesoft.com>
1722
146e7110 1723 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
b4330e85
NC
1724 in usage.
1725
5af8a2fb
NC
17262001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
1727
1728 * scripttempl/armaout.sc: Place .bss section after end of aligned
1729 data section to match behaviour of aout code in constructrion of
1730 header.
1731
5b784096
DD
17322001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1733
1734 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
1735 startup files for mingw32 dlls to list.
1736
61585df2
CD
17372001-10-10 Chris Demetriou <cgd@broadcom.com>
1738
1739 * emultempl/elf32.em: Fix shell 'if' usage for portability.
1740
45cf6f3e
AH
17412001-10-08 Aldy Hernandez <aldyh@redhat.com>
1742
1743 * configure.tgt (targ): Add arm9e-*-elf.
1744
e24d7c12
L
17452001-10-05 H.J. Lu <hjl@gnu.org>
1746
1747 * genscripts.sh: Fix a typo in the last change.
1748
ec38dd05
JJ
17492001-10-05 Jakub Jelinek <jakub@redhat.com>
1750
1751 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
1752 -z nocombreloc in usage.
1753
cedd6b0d
JB
17542001-10-03 Jim Blandy <jimb@redhat.com>
1755
1756 * genscripts.sh: Include a comment at the top of each generated
1757 script, explaining its purpose.
1758
8bd621d8
AM
17592001-10-03 Vassili Karpov <malc@pulsesoft.com>
1760
1761 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
1762 * NEWS: Mention -z nocopyreloc.
1763 * ld.texinfo (Options): Describe nocopyreloc.
1764
fcd8210c
AM
17652001-10-03 Alan Modra <amodra@bigpond.net.au>
1766
1767 * configure: Regenerate.
1768
d32820f2
AM
17692001-10-02 Alan Modra <amodra@bigpond.net.au>
1770
1771 * ldver.h (ld_program_version): Remove declaration.
1772 * lexsup.c (parse_args): Move printing of copyright message..
1773 * ldver.c (ldversion): .. to here.
1774 Use BFD_VERSION_STRING in place of BFD_VERSION.
1775 (ld_program_version): Remove.
1776 * Makefile.am (Makefile): Depend on bfd/configure.in.
1777 Run "make dep-am".
1778 * Makefile.in: Regenerate.
1779
af46bcdc
HPN
17802001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1781
1782 * Makefile.am: Update dependencies with "make dep-am".
1783 * Makefile.in: Regenerate.
1784
4818e05f 17852001-09-29 John Reiser <jreiser@BitWagon.com>
862517b6 1786
4818e05f
AM
1787 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
1788 * lexsup.c: Add --no-define-common commandline option.
1789 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
1790 * ldlex.l: Likewise.
1791 * ld.h: Add command_line.inhibit_common_definition.
1792 * ldmain.c (main): Initialize.
1793 * ld.texinfo: Document.
862517b6 1794
d5e0ebeb
AM
17952001-09-26 Alan Modra <amodra@bigpond.net.au>
1796
1797 * ldmisc.c (USE_STDARG): Remove.
1798 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1799 (einfo): Likewise.
1800 (minfo): Likewise.
1801 (lfinfo): Likewise.
1802
1803 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
1804 declarations. Update copyright.
1805
2f8d8971
NC
18062001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
1807
85c77458
NC
1808 * pe-dll.c: Remove obsoleted declaration of
1809 pe_get_data_import_dll_name.
1810 (pe_create_import_fixup): Fix thinko.
1811
2f8d8971
NC
1812 * ld.texinfo(enable-auto-import): Clarify the explanation.
1813
18142001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
1815
1816 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
1817 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
1818 DLL_SUPPORT controlled code.
1819
72358f65 18202001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
146e7110 1821
72358f65
NC
1822 * emultempl/pe.em(pe_data_import_dll): Make static.
1823 (pe_get_data_import_dll_name): New accessor function.
146e7110 1824 * pe-dll.c(pe_create_import_fixup): call
72358f65
NC
1825 pe_get_data_import_dll_name() from pe.em, instead of
1826 directly accessing pe_data_import_dll variable from pe.em.
1827
3882b010
L
18282001-09-18 Bruno Haible <haible@clisp.cons.org>
1829
1830 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
1831 (def_file_add_directive): Use ISSPACE instead of isspace.
1832 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
1833 isdigit/isxdigit/isalpha/isalnum.
1834 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
1835 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
1836 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
1837 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
1838 isalnum.
1839 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
1840 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
1841 isupper/tolower.
1842 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
1843 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
1844 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
1845 (ctor_prio): Use ISDIGIT instead of isdigit.
1846 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
1847 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
1848 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
1849 isupper/tolower.
1850 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
1851 (stricpy): Use TOLOWER instead of isupper/tolower.
1852 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
1853 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
1854 (lex_warn_invalid): Use ISPRINT instead of isprint.
1855 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
1856 (main): For gettext, also set the LC_CTYPE locate facet.
1857 (add_keepsyms_file): Use ISSPACE instead of isspace.
1858 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
1859 (is_num, parse_args): Use ISDIGIT instead of isdigit.
1860 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
1861 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
1862 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
1863 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
1864 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
1865 (quoteput): Use ISSPACE instead of isspace.
1866 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
1867 instead of isalnum.
1868
db09f25b
AM
18692001-09-18 Alan Modra <amodra@bigpond.net.au>
1870
1871 * deffilep.y (def_stash_module): Constify "name" param.
1872
1873 * pe-dll.c: Replace CONST with const throughout.
1874 (quick_symbol): Constify "n1", "n2", "n3" params.
1875 (make_singleton_name_thunk): Constify "import" param. Make
1876 "buffer_len" a size_t.
1877 (make_import_fixup_entry): Constify "name", "fixup_name",
1878 "dll_symname" params.
1879 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
1880 (pe_get32): Likewise.
1881 (pe_implied_import_dll): Likewise.
1882
1883 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
1884 (sort_by_section_name): Likewise.
1885
1886 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
1887 (make_import_fixup): Cast printf arg, rel->address to long rather
1888 than int.
1889 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
1890
74699268
AM
18912001-09-15 Alan Modra <amodra@bigpond.net.au>
1892
1893 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
1894 defines BufferSize. Increase buffer size by one.
1895
775cabad
NC
18962001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
1897
1898 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
1899
056a1d49
NC
19002001-09-14 Kevin Lo <kevlo@openbsd.org>
1901
1902 * configure.tgt: Add arm-openbsd target.
1903
a7d792bb
L
19042001-09-12 H.J. Lu <hjl@gnu.org>
1905
1906 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
1907 eelf64lppc.o to ...
1908 (ALL_64_EMULATIONS): Here.
1909 * Makefile.in: Regenerated.
1910
0d888aac
CW
19112001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1912
1913 * emultempl/pe.em(make_import_fixup): change signature to
1914 take asection as well as arelec; we need this for proper
146e7110 1915 error reporting. Only call pe_create_import_fixup() if
0d888aac
CW
1916 there is no attempt to add a constant addend to the reloc;
1917 otherwise, report error condition.
1918 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
1919 since final argument is a pointer to make_import_fixup().
1920 Change call to cb() to match make_import_fixup() signature.
1921 (make_import_fixup_mark): make buffer_len unsigned.
1922 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
1923
19242001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
1925
1926 * ld.texinfo: add verbose documentation for auto-import
146e7110 1927 direct-addressing workaround, to compliment the terse
0d888aac
CW
1928 error message.
1929
cedacdc0
CM
19302001-09-12 Andrew MacLeod <amacleod@redhat.com>
1931
146e7110 1932 * scripttempl/v850.sc: Add gcc_except_table sections.
cedacdc0 1933
3b16e843 19342001-09-11 Jeffrey A Law (law@cygnus.com)
38be0bb1
JL
1935
1936 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
1937 * emulparams/h8300self.sh: Similarly.
1938
559e4713
NC
19392001-09-05 Danny Smith <dannysmith@users.souceforge.net>
1940
1941 * ld.texinfo (Options, --stack): Correct default value for stack
1942 reserve.
1943
1fdf0249
TR
19442001-09-05 Tom Rix <trix@redhat.com>
1945
1946 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
146e7110 1947
9b5799b8
AJ
19482001-09-03 Andreas Jaeger <aj@suse.de>
1949
1950 * emultempl/beos.em: Declare prototypes for comparions functions,
1951 adjust definitions.
1952
48f6162b
AJ
19532001-09-02 Andreas Jaeger <aj@suse.de>
1954
1955 * emultempl/aix.em: Add missing prototype.
1956 * emultempl/lnk960.em: Likewise.
1957 * emultempl/vanilla.em: Likewise.
1958 * emultempl/armcoff.em: Likewise.
1959 * emultempl/armelf_oabi.em: Likewise.
1960 * emultempl/beos.em: Likewise.
1961 * emultempl/gld960c.em: Likewise.
1962 * emultempl/gld960.em: Likewise.
1963
1964 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
1965 for prototype declaration.
1966
39e5585e
EC
19672001-08-31 Eric Christopher <echristo@redhat.com>
1968 Jason Eckhardt <jle@redhat.com>
1969
1970 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
1971
3fc90ddb
AJ
19722001-08-31 Andreas Jaeger <aj@suse.de>
1973
1974 * emultempl/pe.em: Add missing prototypes.
1975 (gld_${EMULATION_NAME}_after_open): Remove extra args to
1976 pe_find_data_imports.
1977 (pr_sym): Add unused attribute.
1978
d43ded80
PB
19792001-08-29 Joel Sherrill <joel@OARcorp.com>
1980
39e5585e 1981 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
d43ded80
PB
1982 default from coff to elf.
1983
3946dd2f
JL
19842001-08-29 Jeff Law <law@redhat.com>
1985
1986 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
1987 ARCH specification.
1988 * emulparams/h8300self.sh: Similarly.
1989
3b16e843 19902001-08-28 J"orn Rennecke <amylaar@redhat.com>
8af6dd41
JR
1991
1992 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
1993 eh8300self.o .
1994 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
1995 * configure.tgt (h8300-*-elf*): New case.
1996 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
1997 * emulparams/h8300self.sh: New file.
1998 * Makefile.in: Regenerated.
1999
70d0c6e9
NC
20002001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
2001
2002 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
2003 with macro name.
2004
5c67d4bb
AM
20052001-08-27 Linus Nordberg <linus@swox.com>
2006 Alan Modra <amodra@bigpond.net.au>
2007
2008 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
2009 (eelf64ppc.c, eelf64lppc.c): Add make targets.
2010 Run "make dep-am"
2011 * Makefile.in: Regenerate.
2012 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
2013 entries to correct alphabetical position.
2014 * emulparams/elf64ppc.sh: New.
2015 * emulparams/elf64lppc.sh: New.
2016
08131015
NC
20172001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
2018
2019 * ldmain.c (main): Declare BSIZE as static.
2020
db6751f2
JJ
20212001-08-23 Jakub Jelinek <jakub@redhat.com>
2022
2023 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
2024 into .rel.dyn resp. .rela.dyn if combreloc.
2025 (get_script): If .x linker script is equal to .xn, only put it
2026 once into the binary.
2027 Add .xc and .xsc scripts.
2028 (parse_args): Handle -z combreloc and -z nocombreloc.
2029 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
2030 For .xc and .xsc scripts put all .rel* or .rela* input sections
2031 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
2032 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
2033 is elf.
2034 Strip trailing whitespace from script.
2035 Generate .xc and .xsc scripts if requested.
2036 * ldmain.c (main): Initialize link_info.combreloc and
2037 link_info.spare_dynamic_tags.
2038 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
2039 (ld_options): Add --spare-dynamic-tags option.
2040 (parse_args): Likewise.
2041 * ld.texinfo: Document -z combreloc and -z nocombreloc.
2042 * ldint.texinfo: Document .xc and .xsc linker scripts.
2043 * NEWS: Add notes about -z combreloc and SHF_MERGE.
2044
63d069c0
L
20452001-08-22 H.J. Lu <hjl@gnu.org>
2046
2047 * emulparams/elf32fr30.sh: Add a newline.
2048
948f9114
AJ
20492001-08-21 Andreas Jaeger <aj@suse.de>
2050
2051 * deffilep.y: Add missing prototypes.
2052 * pe-dll.c: Likewise.
2053
ae7fb08f
AM
20542001-08-20 Alan Modra <amodra@bigpond.net.au>
2055
2af02257
AM
2056 * ldlang.c (insert_pad): Fix typos in last patch.
2057
2058 * ldlang.c: When traversing lang_statement_union_type lists,
2059 consistently use "header.next" rather than "next".
2060 * mpw-eppcmac.c: Likewise.
2061 * emultempl/beos.em: Likewise.
2062 * emultempl/hppaelf.em: Likewise.
2063 * emultempl/pe.em: Likewise.
2064 * ldlang.h (union lang_statement_union): Remove "next" field.
2065
c0c330a7
AM
2066 * ldlang.c (insert_pad): Use offsetof macro.
2067 (lang_size_sections): Always neuter padding statements.
2068 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
2069
ae7fb08f
AM
2070 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
2071 passed to lang_size_sections.
2072 (pe_exe_fill_sections): Likewise.
2073 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
2074 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
2075
fab80407
AM
20762001-08-18 Alan Modra <amodra@bigpond.net.au>
2077
2078 * emultempl/aix.em: Formatting fixes.
2079
b3327aad
AM
20802001-08-18 Alan Modra <amodra@bigpond.net.au>
2081
2082 * ldlang.c (insert_pad): Make use of an existing pad statement if
2083 available. Move code calculating alignment, adjusting section
2084 alignment power, and adjusting dot to ..
2085 (size_input_section): .. here. Remove unused relax param.
2086 (lang_size_sections): Change boolean `relax' param to boolean *.
2087 Adjust call to size_input_section. Make use of insert_pad to
2088 place pad after the assignment statement. If relaxing, zap
2089 padding statements.
2090 (reset_memory_regions): Reset output_bfd section sizes too.
2091 (relax_again): Move to..
2092 (lang_process): ..here. Adjust call to lang_size_sections, and
2093 remove duplicated code.
2094 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
2095
563e308f
AM
20962001-08-17 Alan Modra <amodra@bigpond.net.au>
2097
2098 * ld.texinfo: Document that fill values now use the four least
2099 significant bytes.
2100 * emulparams/elf32fr30.sh (NOP): Update.
2101 * emulparams/elf32mcore.sh: Likewise.
2102 * emulparams/elf64_s390.sh: Likewise.
2103 * emulparams/elf_i386.sh: Likewise.
2104 * emulparams/elf_i386_be.sh: Likewise.
2105 * emulparams/elf_i386_chaos.sh: Likewise.
2106 * emulparams/elf_i386_ldso.sh: Likewise.
2107 * emulparams/elf_s390.sh: Likewise.
2108 * emulparams/elf_x86_64.sh: Likewise.
2109 * emulparams/i386moss.sh: Likewise.
2110 * emulparams/i386nw.sh: Likewise.
2111 * emulparams/m68kelf.sh: Likewise.
2112 * scripttempl/elf.sc: Update NOP comment.
2113 * scripttempl/elfi370.sc: Likewise.
2114 * scripttempl/elfm68hc11.sc: Likewise.
2115 * scripttempl/elfm68hc12.sc: Likewise.
2116 * scripttempl/nw.sc: Likewise.
2117
b90e1c6f
TR
21182001-08-15 Tom Rix <trix@redhat.com>
2119
2120 * ldgram.y (saved_script_handle): Initialize to NULL.
2121 * ldmain.c (main): Change check on saved_script_handle.
948f9114 2122
39dcfe18
AM
21232001-08-14 Alan Modra <amodra@bigpond.net.au>
2124
cde43e70
AM
2125 * emultempl/elf32.em: Formatting fixes.
2126 (output_prev_sec_find): Test for bfd_ind_section too; do so by
2127 looking at sec->owner.
2128 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
2129 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
2130 unused code, and reorganize orphan section placement code.
2131
39dcfe18
AM
2132 * ldlang.c (wild_doit): Rename to lang_add_section.
2133 * ldlang.h: Here too.
2134 * mpw-elfmips.c: And here.
2135 * emultempl/beos.em: And here.
2136 * emultempl/elf32.em: And here.
2137 * emultempl/hppaelf.em: And here.
2138 * emultempl/pe.em: And here.
2139
908d20b3
RH
21402001-08-13 Richard Henderson <rth@redhat.com>
2141
2142 * emultempl/needrelax.em: New file.
2143 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
2144 * Makefile.am (eelf64_ia64.c): Depend on it.
2145 * Makefile.in: Rebuild.
2146
0f33d40b
AM
21472001-08-13 Alan Modra <amodra@bigpond.net.au>
2148
22af9fd3
AM
2149 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
2150 output_section is set non-NULL.
2151
0f33d40b
AM
2152 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
2153 `true' for SEC_EXCLUDE sections so that the generic code doesn't
2154 needlessly create an output_section_statement. Treat a correctly
2155 named output_section_statement with NULL bfd_section as compatible.
2156
55ab6103
HPN
21572001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
2158
2159 * emultempl/generic.em: Support EXTRA_EM_FILE.
2160 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
2161 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2162 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2163 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2164 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2165 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2166 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2167 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2168 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2169 LDEMUL_FIND_POTENTIAL_LIBRARIES.
2170
24098abb
RH
21712001-08-12 Richard Henderson <rth@redhat.com>
2172
2173 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
2174 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
2175 scripttempl/v850.sc: Keep .jcr data.
2176
b9a8de1e 21772001-08-12 H.J. Lu <hjl@gnu.org>
146e7110
AM
2178 Andrew Haley <aph@cambridge.redhat.com>
2179 Nick Clifton <nickc@redhat.com>
b9a8de1e 2180
146e7110 2181 * ldgram.y (had_script): Change name to saved_script_handle.
b9a8de1e
NC
2182 Change type to file handle.
2183 * ld.h (had_script): Rename and retype.
2184 * ldfile.c (ldfile_open_command_file): Save the file handle
2185 used in saved_script_handle.
2186 * lexsup.c (parse_args): Do not allow -c option to alter
2187 saved_script_handle.
2188 * ldmain.c (main): Print out the linker script used if
2189 --verbose is given. Check saved_script_handle to obtain the
2190 external linker script used, or if NULL, dump the builtin
2191 script.
2192 * ld.texinfo: Document that --verbose now dumps the linker
2193 script used, regardless of whether it was an internal or an
2194 external script.
2195
0218d1e4
AJ
21962001-08-10 Andreas Jaeger <aj@suse.de>
2197
2198 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2199 to build warnings.
2200 * configure: Regenerate.
2201
5253f23b
AM
22022001-08-09 Alan Modra <amodra@bigpond.net.au>
2203
73810896
AM
2204 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
2205
5253f23b
AM
2206 * scripttempl/elf.sc: Move non-text .dynamic section before
2207 .plt/.got/.sdata* group.
2208 (OTHER_GOT_SECTIONS): Move to immediately after .got.
2209 (OTHER_SDATA_SECTIONS): Add.
2210 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
2211 OTHER_GOT_SECTIONS.
2212 * emulparams/crislinux.sh: Likewise.
2213 * emulparams/elf32b4300.sh: Likewise.
2214 * emulparams/elf32bmip.sh: Likewise.
2215 * emulparams/elf32bmipn32.sh: Likewise.
2216 * emulparams/elf32bsmip.sh: Likewise.
2217 * emulparams/elf32btsmip.sh: Likewise.
2218 * emulparams/elf32ebmip.sh: Likewise.
2219 * emulparams/elf32elmip.sh: Likewise.
2220 * emulparams/elf32l4300.sh: Likewise.
2221 * emulparams/elf32lmip.sh: Likewise.
2222 * emulparams/elf32lsmip.sh: Likewise.
2223 * emulparams/elf32ltsmip.sh: Likewise.
2224 * emulparams/elf64bmip.sh: Likewise.
2225 * emulparams/elf64btsmip.sh: Likewise.
2226 * emulparams/elf64ltsmip.sh: Likewise.
2227
179c732c
AM
22282001-08-08 Alan Modra <amodra@bigpond.net.au>
2229
2230 * genscripts.sh: Source the emulparams script before each output
2231 script is generated so that variables like `RELOCATING' may affect
2232 variables defined in the emulparams script.
2233
3fd36710
AM
22342001-08-04 Alan Modra <amodra@bigpond.net.au>
2235
20713691
AM
2236 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
2237 order.
2238
3fd36710
AM
2239 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
2240 ie. iterate over wild_statement.section_list.
2241 (gld${EMULATION_NAME}_place_orphan): Likewise.
2242
de0b1853
SC
22432001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2244
2245 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
2246 .fini[0-4] sections used by _exit
2247 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
2248 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
2249 * scripttempl/elfm68hc11.sc: Likewise.
2250
ff7e6f88
L
22512001-08-03 H.J. Lu <hjl@gnu.org>
2252
2253 * emultempl/beos.em (init): Add the missing initialization.
2254
b6bf44ba
AM
22552001-08-03 Alan Modra <amodra@bigpond.net.au>
2256
2257 * ld.texinfo (Input Section Basics): Clarify ordering of output
2258 sections.
2259 * ldlang.c (callback_t): Add wildcard_list param.
2260 (walk_wild_section): Remove "section" param. Rewrite for
2261 lang_wild_statement_type change. Remove unique_section_p test.
2262 (walk_wild_file): Remove "section" param.
2263 (walk_wild): Remove "section" and "file" params.
2264 (lang_gc_wild): Likewise.
2265 (wild): Likewise. Modify for lang_wild_statement_type change.
2266 (wild_sort): Likewise. Add "sec" param.
2267 (gc_section_callback): Likewise.
2268 (output_section_callback): Likewise. Do unique_section_p test.
2269 (map_input_to_output_sections): Modify call to wild.
2270 (lang_gc_sections_1): Likewise.
2271 (print_wild_statement): Modify for lang_wild_statement_type
2272 change.
2273 (lang_add_wild): Replace filename, filenames_sorted param with
2274 filespec. Replace section_name, sections_sorted,
2275 exclude_filename_list with section_list.
2276 * ldlang.h (lang_add_wild): Here too.
2277 (lang_wild_statement_type): Replace section_name, sections_sorted,
2278 and exclude_filename_list with section_list.
2279 * ldgram.y (current_file): Delete.
2280 (%union): Add wildcard_list.
2281 (file_NAME_list): Set type to wildcard_list. Build a linked list
2282 rather than calling lang_add_wild for each entry.
2283 (input_section_spec_no_keep): Call lang_add_wild here instead.
2284 * ld.h (struct wildcard_list): Declare.
2285 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
2286
b044cda1
CW
22872001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
2288
2289 * ldmain.c (main): initialize link_info.pei386_auto_import
2290 * pe-dll.c: new tables for auto-export filtering
2291 (auto_export): change API, pass abfd for contextual filtering.
b6bf44ba 2292 Loop thru tables of excluded symbols instead of comparing
b044cda1
CW
2293 "by hand".
2294
22952001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
2296
b6bf44ba
AM
2297 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
2298 static variable current_sec (static struct sec *). Add
b044cda1 2299 forward declaration for add_bfd_to_link.
b6bf44ba
AM
2300 (process_def_file): Don't export undefined symbols. Do not
2301 export symbols starting with "_imp__". Call auto_export()
b044cda1
CW
2302 with new API.
2303 (pe_walk_relocs_of_symbol): New function.
2304 (generate_reloc): add optional extra debugging
b6bf44ba 2305 (pe_dll_generate_def_file): eliminate extraneous initial blank
b044cda1 2306 line in output
b6bf44ba 2307 (make_one): enlarge symtab to make room for __nm__ symbols
b044cda1
CW
2308 (DATA auto-import support).
2309 (make_singleton_name_thunk): New function.
2310 (make_import_fixup_mark): New function.
2311 (make_import_fixup_entry): New function.
2312 (pe_create_import_fixup): New function.
b6bf44ba 2313 (add_bfd_to_link): Specify that 'name' argument is a CONST
b044cda1 2314 char *.
b6bf44ba
AM
2315 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
2316 declare new functions pe_walk_relocs_of_symbol and
b044cda1
CW
2317 pe_create_import_fixup.
2318 * emultempl/pe.em: add new options --enable-auto-import,
2319 --disable-auto-import, and --enable-extra-pe-debug.
2320 (make_import_fixup): New function.
2321 (pe_find_data_imports): New function.
2322 (pr_sym): New function.
b6bf44ba 2323 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
b044cda1
CW
2324 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
2325 CODE.
2326
23272001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
b6bf44ba 2328
b044cda1
CW
2329 * ld.texinfo: add additional documentation for
2330 --export-all-symbols. Document --out-implib,
2331 --enable-auto-image-base, --disable-auto-image-base,
b6bf44ba
AM
2332 --dll-search-prefix, --enable-auto-import, and
2333 --disable-auto-import.
b044cda1
CW
2334 * ldint.texinfo: Add detailed documentation on auto-import
2335 implementation.
2336
156e34dd
NC
23372001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2338
2339 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
2340 example.
2341
d6231427
AM
23422001-07-24 Alan Modra <amodra@bigpond.net.au>
2343
2344 * Makefile.am: Update dependencies with "make dep-am".
2345 * Makefile.in: Regenerate
2346
e14ec88b
AM
23472001-07-23 Alan Modra <amodra@bigpond.net.au>
2348
2349 * ldcref.c (check_section_sym_xref): New function.
2350 (check_nocrossrefs): Call it.
2351 (check_nocrossref): Interate over h->refs here instead of..
2352 (check_refs): ..here. Pass in the symbol name, section, and bfd
2353 rather than hash_entry pointers.
2354 (struct check_refs_info): Keep symbol name rather than hash entry.
2355 Remove "same".
2356 (check_reloc_refs): Tweak for above changes in check_refs_info.
2357 Only report references to section syms when symname is NULL to
2358 prevent duplicate messages for the same reloc.
2359
1b577b00
NC
23602001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2361
c7d701b0
NC
2362 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
2363 available. Do not print NULL trees.
2364 (exp_print_token): Print unknown tokens with values > 126 as
2365 decimal values not ASCII characters.
2366
1545243b
NC
2367 * ldlang.c (lang_leave_overlay): If a region is specified assign
2368 it to all sections inside the overlay unless they have been
2369 assigned to the own, non-default, memory region.
2370
1b577b00
NC
2371 * README: Add header for consistency with other README files.
2372
5030876b
L
23732001-07-14 H.J. Lu <hjl@gnu.org>
2374
2375 * emultempl/elf32.em (output_prev_sec_find): Never return
2376 bfd_abs_section_ptr, bfd_com_section_ptr nor
2377 bfd_und_section_ptr.
2378
18c7a9a5
NC
23792001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
2380
22af9fd3 2381 * Makefile.am (em32relf.c): Change dependency from generic.em to
18c7a9a5
NC
2382 elf32.em.
2383 * Makefile.in: Regenerate.
2384
9ffecff1
MG
23852001-07-14 matthew green <mrg@eterna.com.au>
2386
2387 * configure.tgt (i386-*-netbsdelf*): New target.
2388 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
2389
95500e1c
JJ
23902001-07-13 Jakub Jelinek <jakub@redhat.com>
2391
2392 * emultempl/elf32.em (output_prev_sec_find): New.
2393 (place_orphan): Use it.
2394
e97cb84f
L
23952001-07-11 H.J. Lu <hjl@gnu.org>
2396
2397 * ldmain.c (main): Fix typos in the last change.
2398
7333607e
JJ
23992001-07-11 Jakub Jelinek <jakub@redhat.com>
2400
2401 * ldmain.c (main): Disallow -F and -f without -shared.
2402
d29d80f2
NC
24032001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2404
2405 * emultempl/pe.em (after_open): Check for the output_bfd not
2406 having any coff_data structure allocated to it.
2407
c2a1a436
DB
24082001-07-09 David O'Brien <obrien@FreeBSD.org>
2409
2410 * emultempl/elf32.em: Do not assuming that contents of the buffer
2411 returned from basename function will remain unchanged accross other
2412 function calls.
2413
63653551
L
24142001-07-03 H.J. Lu <hjl@gnu.org>
2415
2416 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
2417 2001-07-03. It creates dynamic entries even for static binaries.
2418
d303a449
L
24192001-07-03 Jakub Jelinek <jakub@redhat.com>
2420
2421 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
2422 (DYNAMIC): Use it to reserve few dynamic entries for
2423 post-linking tools.
2424
9f22353f
AM
24252001-06-27 Alan Modra <amodra@bigpond.net.au>
2426
2427 * emulparams/hppa64linux.sh: New file.
2428 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
2429 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
2430 (ehppa64linux.c): Add rule to make it.
2431 Run "make dep-am".
2432 * Makefile.in: Regenerate.
2433
62bf86b4
HPN
24342001-06-21 Hans-Peter Nilsson <hp@axis.com>
2435
2436 * ld.texinfo (Options, -r): Mention restrictions when using
2437 different object formats.
2438
429d935d
HPN
24392001-06-19 Hans-Peter Nilsson <hp@axis.com>
2440
2441 * ldlang.c (lang_check): Emit fatal error if relocatable link
2442 between different object flavours with relocations in input.
2443
cb840a31
L
24442001-06-19 H.J. Lu <hjl@gnu.org>
2445
2446 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
2447 (--version-script): Mention the language support.
2448
9bf03acc
L
24492001-06-19 H.J. Lu <hjl@gnu.org>
2450
2451 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
2452
c45021f2
NC
24532001-06-18 H.J. Lu <hjl@gnu.org>
2454
b6bf44ba
AM
2455 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
2456 (diststuff): Add $(MANS).
2457 * Makefile.in: Regenerated.
c45021f2 2458
b6bf44ba 2459 * ld.1: Removed.
c45021f2 2460
6caa99ab
HPN
24612001-06-18 Hans-Peter Nilsson <hp@axis.com>
2462
605d9b3a
HPN
2463 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2464 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
2465 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
2466 * ld.h (args_type): Remove member export_dynamic. All users
2467 changed to use struct bfd_link_info member.
2468
6caa99ab
HPN
2469 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
2470 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
2471 * Makefile.in: Regenerate.
2472
6f9efd97
L
24732001-06-18 H.J. Lu <hjl@gnu.org>
2474
2475 * ldlang.c (init_os): Add the newline to the einfo call.
2476 (lang_check): Likewise.
2477 (lang_do_version_exports_section): Likewise.
2478
5af9fd8b
L
24792001-06-15 H.J. Lu <hjl@gnu.org>
2480
2481 * lexsup.c (parse_args); Save optind to report unrecognized
2482 option.
2483
2a096f04
HPN
24842001-06-15 Hans-Peter Nilsson <hp@axis.com>
2485
7e66c3f5
HPN
2486 * ldlang.c (lang_check): Emit fatal error if relocatable link
2487 between different object flavours.
2488
2a096f04
HPN
2489 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
2490 Set new link_info member export_dynamic.
2491 * ldmain.c (main): Initialize new link_info member export_dynamic.
2492
6770ec8c
NC
24932001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
2494
2495 * ldlang.c (walk_wild): Only call walk_wild_file if
2496 lookup_name returns something.
b6bf44ba 2497 (lookup_name): If load_symbols fails, return NULL.
22af9fd3 2498 (load_symbols): Change to a boolean function.
b6bf44ba 2499 (open_input_bfds): If load_symbols fails then do not make the
6770ec8c
NC
2500 executable.
2501
8529105a
AM
25022001-06-08 Alan Modra <amodra@bigpond.net.au>
2503
2504 * ldlang.c (record_bfd_errors): Remove.
2505
2506 * emultempl/aix.em: Fix copyright dates.
2507
8f3aa7a0
AJ
25082001-06-07 Andreas Jaeger <aj@suse.de>
2509
2510 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
2511 (TEXT_START_ADDR): Likewise.
2512
3277f888
AM
25132001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
2514
2515 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
2516
3763134d
DD
25172001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2518
2519 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
2520
5929ebc0
L
25212001-05-31 H.J. Lu <hjl@gnu.org>
2522
2523 * ldlang.c (open_input_bfds): Don't change the bfd error
2524 handler whilst loading symbols.
2525
c04a062d
NC
25262001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2527
2528 * configure.tgt: Remove i370-mvs architecture, it is not currently
2529 supported.
2530
96fcab3e
L
25312001-05-25 H.J. Lu <hjl@gnu.org>
2532
2533 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2534 like emulparams/aixppc.sh.
2535
db8d4f23
L
25362001-05-25 H.J. Lu <hjl@gnu.org>
2537
2538 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
2539 setting of output_filename after bfd_scan_arch.
2540 * emultempl/pe.em: Likewise.
2541
5f642101
L
25422001-05-25 H.J. Lu <hjl@gnu.org>
2543
2544 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2545 like emulparams/aixppc.sh.
2546
2547 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
2548 instead of ${srcdir}/emultempl/stringify.sed.
2549
64e9ece0
TW
25502001-05-25 Timothy Wall <twall@oculustech.com>
2551
2552 * emulparams/elf64_aix.sh: Change settings to match IBM linker
8f3aa7a0 2553 output.
64e9ece0 2554
c709b096
AM
25552001-05-25 Alan Modra <amodra@one.net.au>
2556
2557 * configure.host: Replace linuxoldld with linux*oldld.
2558 * configure.tgt: Likewise.
2559
6cbdcc6f
L
25602001-05-24 H.J. Lu <hjl@gnu.org>
2561
2562 * emultempl/stringify.sed: Removed again.
2563
86af25fe
L
25642001-05-24 H.J. Lu <hjl@gnu.org>
2565
2566 * emultempl/aix.em (OUTPUT_ARCH): Defined.
2567 (gld${EMULATION_NAME}_before_parse): Initialize
2568 ldfile_output_architecture, ldfile_output_machine and
2569 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
2570 * emultempl/beos.em: Likewise.
2571 * emultempl/elf32.em: Likewise.
2572 * emultempl/linux.em: Likewise.
2573 * emultempl/mipsecoff.em: Likewise.
2574 * emultempl/pe.em: Likewise.
2575 * emultempl/sunos.em: Likewise.
2576
3b1b01cf
TR
25772001-05-24 Tom Rix <trix@redhat.com>
2578
8f3aa7a0 2579 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3b1b01cf
TR
2580 udate import file format.
2581 (change_symbol_mode) New, same
2582 (is_syscall) New, same
2583 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
2584 * emulparams/aixppc64.sh : same
2585 * emulparams/aixrs6.sh : same
2586 * emulparams/ppcmacos.sh : same
2587 * emultempl/aix.em : use strtoull to parse options
2588 * Makefile.am : add eaixppc64 emulation for xcoff64
2589 * Makefile.in : same
2590 * configure.tgt : same
2591
2592 * scripttempl/aix.sc : default text section offset to 0x10000000
146e7110 2593 default data section offset to 0x20000000
3b1b01cf 2594 add .sv3264 and .sv64 pseudo sections
8f3aa7a0 2595 loader and debug sections use the currect section offset.
3b1b01cf
TR
2596
2597 * emultempl/aix.em : Add xcoff64 support
2598 Add -binitfini support
8f3aa7a0 2599 (gld${EMULATION_NAME}_before_parse) -binitfini
3b1b01cf 2600 (gld${EMULATION_NAME}_parse_args) same
8f3aa7a0 2601 (gld${EMULATION_NAME}_before_allocation) format change for special
3b1b01cf
TR
2602 sections
2603
2604 * emulparams/aixppc64.sh : New file for xcoff64 support
8f3aa7a0 2605
57e6abd2
AO
26062001-05-23 Alexandre Oliva <aoliva@redhat.com>
2607
2608 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
2609 variable to avoid non-portable shell construct.
2610
d1cf510e
NC
26112001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2612
2613 * ldmain.c (get_emulation): Add -mips5 command line argument.
2614
506eee22
NC
26152001-05-22 Alexandre Oliva <aoliva@redhat.com>
2616
2617 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
2618 (ELF_INTERPRETER_NAME): Define it.
2619 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
2620 it.
2621 * configure.tgt (targ_emul, targ_extra_emuls)
2622 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
2623 as primary, elf_i386 as extra.
2624 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
2625 (eelf_i386_ldso.c): New rule.
2626 * Makefile.in: Rebuilt.
2627
26282001-05-22 Nick Clifton <nickc@redhat.com>
2629
2630 * lexsup.c (ld_options): Allow -I to be an alias for
2631 --dynamic-linker. This is for Solaris compatability.
2632 * ld.texinfo: Document that -I can be used.
2633 * ld.1: Regenerate.
2634
d1778b88
AM
26352001-05-16 Alan Modra <amodra@one.net.au>
2636
2637 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
2638 whether an input section is the first one assigned to an output
2639 section.
2640 Assorted formatting fixes.
2641
02649152
DD
26422001-05-14 DJ Delorie <dj@delorie.com>
2643
2644 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
2645 * Makefile.in: Ditto.
2646
579f31ac
JJ
26472001-05-11 Jakub Jelinek <jakub@redhat.com>
2648
2649 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
2650 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
2651 output sections.
2652 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
2653
8550eb6e
JJ
26542001-05-11 Jakub Jelinek <jakub@redhat.com>
2655
2656 * ldlang.c (lang_process): Call bfd_merge_sections.
2657
8e5a525c
AM
26582001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2659
2660 * ldgram.y: Fix typo.
2661
1c9acd94
L
26622001-05-03 H.J. Lu <hjl@gnu.org>
2663
2664 * emultempl/elf32.em: Include "libiberty.h".
2665 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
2666 basename of the bfd filename.
2667 (gld${EMULATION_NAME}_stat_needed): Likewise.
2668 (gld${EMULATION_NAME}_try_needed): Likewise.
2669 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
2670
14fe918e
L
26712001-05-02 H.J. Lu <hjl@gnu.org>
2672
2673 * emultempl/pe.em: Include <ctype.h>.
2674
c7e40348
NC
26752001-05-02 Johan Rydberg <jrydberg@opencores.org>
2676
b6bf44ba 2677 * emulparams/elf32openrisc.sh: New file.
c7e40348 2678
b6bf44ba
AM
2679 * Makefile.am: Add OpenRISC target.
2680 * Makefile.in: Regenerated.
c7e40348 2681
b6bf44ba 2682 * configure.tgt: Add openrisc-*-* mapping.
c7e40348
NC
2683
26842001-05-02 Nick Clifton <nickc@redhat.com>
2685
2686 * emultempl/aix.em: Replace buystring with xstrdup.
2687 * emultempl/beos.em: Replace buystring with xstrdup.
8f3aa7a0 2688
d1b2b2dc
L
26892001-05-02 H.J. Lu <hjl@gnu.org>
2690
2691 * ldfile.c: Include "libiberty.h".
2692 * ldlex.l: Likewise.
2693
2694 * ldmisc.c (buystring): Removed.
2695 * ldmisc.h: Likewise.
2696
2697 * ldfile.c: Replace buystring with xstrdup.
2698 * ldlang.c: Likewise.
2699 * ldlex.l: Likewise.
2700 * ldmain.c: Likewise.
2701 * ldmisc.c: Likewise.
2702 * lexsup.c: Likewise.
2703 * mpw-eppcmac.c: Likewise.
2704
35714f2a
AJ
27052001-04-30 Andreas Jaeger <aj@suse.de>
2706
2707 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
2708
884fb58e
NC
27092001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2710
b6bf44ba
AM
2711 * ldlang.c (load_symbols): Give emulation a chance
2712 to process unrecognized file before fatal error is
2713 reported, not after.
884fb58e 2714
87748b32
NC
27152001-04-27 Sean McNeil <sean@mcneil.com>
2716
2717 * configure.tgt: Add arm-vxworks target.
2718 * scripttempl/armcoff.sc: Support .text or .data as a section name
2719 prefix.
2720 Define _etext.
35714f2a 2721
7ce691ae
C
27222001-04-13 J.T. Conklin <jtc@redback.com>
2723
2724 * ld.texinfo: Document --fatal-warnings.
2725 * ld.1: Regenerate.
2726
2727 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
35714f2a 2728 warnings have been turned into errors.
7ce691ae
C
2729 * lexsup.c (OPTION_WARN_FATAL): Define.
2730 (ld_options): Entry for --fatal-warnings.
2731 (parse_args): Handle OPTION_WARN_FATAL.
2732 * ld.h (ld_config_type): Add fatal_warnings field.
2733
f5fa8ca2
JJ
27342001-04-13 Jakub Jelinek <jakub@redhat.com>
2735
2736 * ldmain.c (main): Default to discard_sec_merge.
2737 * lexsup.c (OPTION_DISCARD_NONE): Define.
2738 (ld_options): Add --discard-none.
2739 (parse_args): Handle OPTION_DISCARD_NONE.
2740 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
2741 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
2742 all its input sections match.
2743
fdec3cfc
L
27442001-04-05 Steven J. Hill <sjhill@cotw.com>
2745
2746 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
2747 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
2748 (eelf32ltsmip.c): New target.
2749 (eelf64btsmip.c): Likewise.
2750 (eelf64ltsmip.c): Likewise.
2751 * Makefile.in: Regenerated.
2752
2753 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
2754 target.
2755 (mips*-*-linux-gnu*): Likewise.
2756
2757 * emulparams/elf32ltsmip.sh: New. Traditional little endian
2758 MIPS taget.
35714f2a 2759 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
fdec3cfc
L
2760 target.
2761 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
2762 endian target.
2763
589bad82
HPN
27642001-04-05 Hans-Peter Nilsson <hp@axis.com>
2765
2766 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
2767 correct value of __Stext here.
2768 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
2769 .startup section.
2770
2771 * emulparams/crislinux.sh: Remove FIXME.
2772
94202e16
AM
27732001-04-02 Alan Modra <alan@linuxcare.com.au>
2774
2775 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
2776 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
2777
1268a053
HPN
27782001-03-27 Hans-Peter Nilsson <hp@axis.com>
2779
2780 * configure.tgt (cris-*-*): Change default emulation to criself.
2781 (cris-*-*aout*): New rule.
2782
d85e9ff7
AM
27832001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
2784
2785 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
2786 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
2787
0879a67a
AJ
27882001-03-26 Andreas Jaeger <aj@suse.de>
2789
2790 * ld.texinfo (Overview): Fix syntax in texi code.
2791
0285c67d
NC
27922001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2793
2794 * ld.texinfo: Put @c man indications to generate the ld man page.
2795 When generating man, define all the variables. Define SEEALSO
2796 and SYNOPSIS. Re-organize some lines to avoid the cross references.
2797 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
2798 (ld.1): Generate from ld.texinfo.
2799 * Makefile.in: Regenerate.
2800
c20ec07b
NC
28012001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
2802
2803 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
146e7110 2804 and '-fdata-sections'. Set the VMA of STABS sections to zero.
c20ec07b 2805
cc5ce052
UD
28062001-03-17 Ulrich Drepper <drepper@redhat.com>
2807
2808 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
2809 is an absolute path look only for this file and not along the path.
2810
a1ab1d2a
UD
28112001-03-17 Ulrich Drepper <drepper@redhat.com>
2812
2813 * emultempl/elf32.em (OPTION_GROUP): New macro.
2814 Add new option Bgroup to longopts.
2815 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
2816 (gld*_list_options): Add -Bgroup and -z defs.
2817 * ld.1: Document -Bgroup and -z defs.
2818 * ld.texinfo: Likewise.
2819
788fca5a
MM
28202001-03-07 Michael Meissner <meissner@redhat.com>
2821
2822 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
2823 with sections created by -fdata-sections.
2824 (.dynbss,.bss): Ditto.
2825
1c7566d1
AM
28262001-03-05 Alan Modra <alan@linuxcare.com.au>
2827
2828 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
2829 after_allocation_default, not gld..._before_allocation.
2830
27b7e12d
AM
28312001-02-27 Alan Modra <alan@linuxcare.com.au>
2832
2833 * configure.in (BFD_VERSION): New.
2834 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2835 * configure: Regenerate.
2836 * Makefile.am: Run "make dep-am"
2837 * Makefile.in: Regenerate.
2838
2bc551c7
TW
28392001-02-26 Timothy Wall <twall@cygnus.com>
2840
2841 * emulparams/elf64_aix.sh: Add additional read-only sections;
2842 uncomment lines which are now required.
2843
1276aefa
NC
28442001-02-26 H.J. Lu <hjl@gnu.org>
2845
2846 * ldlang.c (open_input_bfds): Set the bfd error handler so
b6bf44ba
AM
2847 that problems can be caught whilst loading symbols.
2848 (record_bfd_errors): New function: Report BFD errors and mark
2849 the executable output as being invalid.
1276aefa 2850
41c49998
TW
28512001-02-22 Timothy Wall <twall@cygnus.com>
2852
2853 * configure.host: Add configuration for ia64-*-aix*.
2854 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
2855 Add dependencies for eelf64_aix.c.
2856 * Makefile.in: Regenerate.
2857 * configure.tgt: Add ia64-*-aix* mapping.
2858 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
a2b64bed 2859 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
0879a67a
AJ
2860 AIX-specific test.
2861
78f85fd7
L
28622001-02-20 H.J. Lu <hjl@gnu.org>
2863
2864 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
2865 false if we found the file.
2866
1ac7e077 28672001-02-18 David O'Brien <obrien@FreeBSD.org>
fb33b906
DB
2868
2869 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
2870 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
2871
e135f41b
NC
28722001-02-18 lars brinkhoff <lars@nocrew.org>
2873
2874 * Makefile.am: Add PDP-11 target.
2875 * configure.tgt: Likewise.
2876 * emulparams/pdp11.sh: New file.
2877
a842aceb
DB
28782001-02-17 David O'Brien <obrien@FreeBSD.org>
2879
2880 * configure.host: Add a generic FreeBSD configuration entry such that
2881 all [modern] FreeBSD systems on all platforms will look the same.
2882
24174db0
L
28832001-02-14 H.J. Lu <hjl@gnu.org>
2884
2885 * configure.tgt: Remove mention of earmelf_linux26.
2886
30c3c13a
RH
28872001-02-13 Richard Henderson <rth@redhat.com>
2888
2889 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
2890
b46a87b1
L
28912001-02-13 H.J. Lu <hjl@gnu.org>
2892
2893 * ldexp.h (node_type): Add etree_provided.
2894 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
2895 type to etree_provided if defined by PROVIDE. Allow updating
0879a67a 2896 for etree_provided.
b46a87b1
L
2897 (exp_print_tree): Handle etree_provided.
2898 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
2899 etree_provided.
2900
f3988fd9
RH
29012001-02-09 David Mosberger <davidm@hpl.hp.com>
2902
2903 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
2904 .IA_64.unwind.* pattern to unwind table section and
2905 .IA_64.unwind_info* pattern to unwind info section.
2906
a85d7ed0
NC
29072001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2908
2909 * Makefile.am: Add linux target for S/390.
2910 * Makefile.in: Likewise.
2911 * configure.host: Likewise.
2912 * configure.tgt: Likewise.
2913 * emulparams/elf64_s390.sh: New file.
2914 * emulparams/elf_s390.sh: New file.
2915
780248c4
JJ
29162001-02-09 Jakub Jelinek <jakub@redhat.com>
2917
2918 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
2919 targ_extra_libpath.
2920 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
2921
0e2534bd
PB
29222001-02-06 Philip Blundell <philb@gnu.org>
2923
2924 * Makefile.am: Remove mention of earmelf_linux26.
2925 * Makefile.in: Regenerate.
2926
46c1ea57
PB
29272001-02-04 Philip Blundell <philb@gnu.org>
2928
2929 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
2930 * emulparams/armelf_linux26.sh: Delete.
2931 * configure.tgt: Remove mention of armelf_linux26 emulation.
2932
0088edd2
NC
29332001-02-01 Nick Clifton <nickc@redhat.com>
2934
2935 * ld.1: Replace occurances of -oformat with --oformat.
2936
02aa14fb
AM
29372001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
2938
2939 * ldlang.c (lang_leave_overlay): Don't set lma_region when
2940 load_base is specified.
2941
f813923c
HPN
29422001-01-24 Hans-Peter Nilsson <hp@axis.com>
2943
2944 * emultempl/elf32.em: Correct spelling in comments and listed
2945 options.
2946
c1eb1488
AM
29472001-01-23 Alan Modra <alan@linuxcare.com.au>
2948
2949 * ldlang.c (lang_leave_overlay): Only set lma_region from the
2950 default for the first section of a group of overlay sections.
2951
d9fc3714
AM
29522001-01-22 Alan Modra <alan@linuxcare.com.au>
2953
2954 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
2955 * Makefile.in: Regenerate.
2956 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
2957 Check for null tool_dir.
2958
6be0ca94
JW
29592001-01-16 Jim Wilson <wilson@redhat.com>
2960
2961 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
2962 and IA_64.unwind.info.
2963
b9247304
L
29642001-01-16 H.J. Lu <hjl@gnu.org>
2965
2966 * ldlang.c (lang_check): Merge the private data only if the
2967 input file has contents.
2968
577a0623
AM
29692001-01-14 Alan Modra <alan@linuxcare.com.au>
2970
d952f17a
AM
2971 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
2972
ffd6e9de
AM
2973 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
2974 enabling search for libmilli. On a relocatable link, make .text
2975 sections unique.
2976 (LDEMUL_AFTER_PARSE): Define.
2977 (hppaelf_finish): Correct spelling of relocatable in comments.
2978
577a0623
AM
2979 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2980 rummage through the script for sections on the unique list.
2981 Correct length of strncmp for ".note".
2982 (gld${EMULATION_NAME}_check_needed): Rearrange function.
2983
2984 * ldlang.c (unique_section_list): New var.
2985 (unique_section_p): New function.
2986 (walk_wild_section): Don't match sections on unique_section_list.
2987 (lang_add_unique): New function.
ffd6e9de 2988 Correct spelling of relocatable in comments.
577a0623
AM
2989
2990 * ldlang.h (struct unique_sections): Declare.
2991 (unique_section_list): Declare.
2992 (unique_section_p): Declare.
2993 (lang_add_unique): Declare.
2994
2995 * lexsup.c (ld_options): Allow --unique to take an optional arg.
2996 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
2997
2998 * ld.texinfo (--unique): Update.
2999
b7ed8fad
NC
30002001-01-13 Nick Clifton <nickc@redhat.com>
3001
3002 * lexsup.c (parse_args): Remove spurious white space.
3003
d0398d6a
NC
30042001-01-12 Nick Clifton <nickc@redhat.com>
3005
3006 * lexsup.c (parse_args): Update copyright date.
3007
350fdb00
PB
30082001-01-12 Philip Blundell <pb@futuretv.com>
3009
3010 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
3011
60c6797e
KH
30122001-01-10 Kazu Hirata <kazu@hxi.com>
3013
3014 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
3015 * scripttempl/h8300h.sc: Fix formatting.
3016 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
3017 * scripttempl/h8500.sc: Likewise.
3018 * scripttempl/h8500b.sc: Likewise.
3019 * scripttempl/h8500c.sc: Likewise.
3020 * scripttempl/h8500m.sc: Likewise.
3021 * scripttempl/h8500s.sc: Likewise.
60c6797e 3022
482e8b32
DB
30232000-01-07 David O'Brien <obrien@BSDi.com>
3024
3025 * emultempl/elf32.em: Only perform Linux ld hints processing when
3026 targeting Linux.
3027
d7ed7ca6
PB
30282001-01-07 Philip Blundell <philb@gnu.org>
3029
3030 * ld.texinfo (Bug Reporting): Update email address for reports.
3031
0fc3347a
NC
30322000-12-31 Nick Clifton <nickc@redhat.com>
3033
3034 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
3035 options by checking for a return value of '?' not -1.
3036
e4897a32
NC
30372000-12-28 Nick Clifton <nickc@redhat.com>
3038
3039 * lexsup.c (struct ld_option): Add new enum value:
3040 EXACTLY_TWO_DASHES.
3041 (ld_options[]): Change -omagic, -output and -oformat options
3042 to be EXACTLY_TWO_DASHES.
3043 (OUTPUT_COUNT): Use ARRAY_SIZE.
3044 (parse_args): Change parameter 'argc' to unsigned.
3045 Place EXACTLY_TWO_DASHES options into new really_longopts
3046 array.
3047 If getopt_long_only fails, try calling getopt_long using the
3048 really_longopts array.
3049 (help): Print a double dash for both EXACTLY_TWO_DASHES and
3050 TWO_DASHES options.
3051
3052 * ldlex.h: Fix prototype of parse_args.
3053
3054 * ld.texinfo: Document that long options starting with 'o'
3055 must be preceeded by two dashes. Change example of a single
3056 dashed long option from -oformat to -trace-symbol.
3057
1122a5fc
NC
30582000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3059
3060 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
3061 (longopts[]): New --no-default-excludes option.
3062 (gld_${EMULATION_NAME}_list_options): Document.
3063 (gld_${EMULATION_NAME}_parse_args): Handle.
3064
037849a9
NC
30652000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3066
3067 * ldlang.c (new_stat): Revert the last beautification with "innocent"
3068 whitespace, it breaks the K&R C preprocessor.
3069
7ec229ce
DD
30702000-12-11 DJ Delorie <dj@redhat.com>
3071
3072 * ld.texinfo: Add notes about --whole-archive and gcc.
3073
b79e8c78
NC
30742000-11-18 Fred Fish <fnf@be.com>
3075
3076 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
3077 (ld_options): Entry for --allow-shlib-undefined.
3078 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
3079 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
3080 to false.
3081 * ld.texinfo: Document new command line switch.
d952f17a 3082
9a8e2505
GK
30832000-12-12 Geoffrey Keating <geoffk@redhat.com>
3084
3085 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
3086 .fixup is actually read/write.
3087 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3088 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3089 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3090
3b16e843 30912000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
3092
3093 * NEWS: Add note about x86_64 architecture.
3094
93b63cd3
DD
30952000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
3096
3097 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
3098 Set DWARF2 sections to a VMA of zero.
3099
68b2fc7a 31002000-12-01 Joel Sherrill <joel@OARcorp.com>
24f6971a 3101
d952f17a 3102 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
24f6971a
NC
3103 New targets.
3104 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3105 (sparc*-*-rtems*): Switched from a.out to ELF.
3106
2be3aa03
NC
31072000-11-30 Jan Hubicka <jh@suse.cz>
3108
3109 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
3110 (eelf_x86_64.c): New.
3111 * Makefile.in: Regenerate.
3112 * configure.tgt: Add support for x86_64-*-linux-gnu*.
3113 * emulparams/elf_x86_64.sh: New.
3114
8c899858
HPN
31152000-11-30 Hans-Peter Nilsson <hp@axis.com>
3116
3117 * emulparams/crislinux.sh (ENTRY): Change back to _start.
3118 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
3119
3120 * scripttempl/crisaout.sc: Change all RELOCATING not related to
3121 merging non-a.out sections into CONSTRUCTING.
3122
e47b9e39
NC
31232000-11-28 Nick Clifton <nickc@redhat.com>
3124
3125 * ld.1 (COPYING): Mention that the GNU Free Documentation
3126 License is present in the sources, but not the output, and
3127 also available from the GNU website.
3128 (GNU Free Documentation License): Comment out this section.
3129
ad95f82a
DB
31302000-11-28 David O'Brien <obrien@dragon.nuxi.com>
3131
3132 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
3133 does not use them.
3134
fd89e65f
DB
31352000-11-25 David O'Brien <obrien@FreeBSD.org>
3136
3137 * ld.1: Remove old date so it does not give the impression the manpage
3138 is way out of date.
3139
077b8428
NC
31402000-11-24 Nick Clifton <nickc@redhat.com>
3141
3142 * configure.tgt (xscale-coff): Add target.
3143 (xscale-elf): Add target.
3144
49425d28
NC
31452000-11-24 Fred Fish <fnf@be.com>
3146
d952f17a
AM
3147 * ldmain.c (main): Remove redundant init of config.make_executable
3148 to true.
49425d28 3149
d3480244
RH
31502000-11-15 Richard Henderson <rth@redhat.com>
3151
3152 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
3153
1ce7de8b
KH
31542000-11-14 Kazu Hirata <kazu@hxi.com>
3155
3156 * scripttempl/h8300.sc: Fix formatting.
3157 * scripttempl/h8300h.sc: Likewise.
3158 * scripttempl/h8300s.sc: Likewise.
3159
3b16e843 31602000-11-14 Denis Chertykov <denisc@overta.ru>
208d5cd0
DC
3161
3162 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
3163
2e418547
PB
31642000-11-09 Philip Blundell <pb@futuretv.com>
3165
3166 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
3167 around orphan sections whose names can be represented in C.
3168
c940e6fc
JW
31692000-11-07 Jim Wilson <wilson@redhat.com>
3170
3171 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
3172 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
3173
704c465c
NC
31742000-11-06 Nick Clifton <nickc@redhat.com>
3175
3176 * ld.texinfo: Add GNU Free Documentation License.
3177 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 3178 * ld.1: Add GNU Free Documentation License.
704c465c 3179
dca7760f
AM
31802000-11-05 Alan Modra <alan@linuxcare.com.au>
3181
3182 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
3183 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
3184
3185 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
3186 Move 2000-11-02 Makefile.in changes to this file.
3187 * Makefile.in: Regenerate.
3188
40a633d5
NC
31892000-11-03 Nick Clifton <nickc@redhat.com>
3190
3191 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
3192 constructors and destructors.
3193 * scripttempl/h8300h.sc: Ditto.
3194 * scripttempl/h8300s.sc: Ditto.
3195 * scripttempl/h8500.sc: Ditto.
3196 * scripttempl/h8500b.sc: Ditto.
3197 * scripttempl/h8500c.sc: Ditto.
3198 * scripttempl/h8500m.sc: Ditto.
3199 * scripttempl/h8500s.sc: Ditto.
3200 * scripttempl/v850.sc: Ditto.
3201 * scripttempl/w65.sc: Ditto.
3202 * scripttempl/z8000.sc: Ditto.
3203
59ff2774
NC
32042000-11-02 Per Lundberg <plundis@chaosdev.org>
3205
3206 * Makefile.in (e_i386_chaos.c): New rule.
3207 (ALL_EMULATIONS): Added e_i386_chaos.o.
3208 * emulparams/elf_i386_chaos.sh: New file.
3209 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
3210
645571e1
JJ
32112000-10-20 Jakub Jelinek <jakub@redhat.com>
3212
3213 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
3214 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
3215 Fix sed invocation, so that it coped with '/' in Solaris 64bit
3216 library path suffix.
3217 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
3218
c5975a45
HPN
32192000-10-18 Hans-Peter Nilsson <hp@axis.com>
3220
3221 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
3222 for consecutive sections.
3223
ea20a7da
CC
32242000-10-17 Chandrakala Chavva <cchavva@redhat.com>
3225
d952f17a
AM
3226 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
3227 options.
3228 * ld.texinfo: Added notes about this new option.
ea20a7da 3229
6e45556a
NC
32302000-10-16 Nick Clifton <nickc@redhat.com>
3231
3232 * emultempl/pe.em (_after_open): Add tests of return values from
3233 bfd functions. Emit appropriate error messages if necessary.
3234
b9a69188
NC
32352000-10-13 Nick Clifton <nickc@redhat.com>
3236
3237 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
3238 local variables - they are not used, but leave in the call to
3239 bfd_canonicalize_symtab.
b9a69188
NC
3240 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
3241 pe_dll_search_prefix.
3242
627427de 32432000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
d952f17a 3244
627427de
DD
3245 * emultempl/pe.em (pe_dll_search_prefix): New variable,
3246 (longopts): New --dll-search-prefix option.
3247 (gld_${EMULATION_NAME}_list_options): Document.
3248 (gld_${EMULATION_NAME}_parse_args): Handle.
3249 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
3250 dynamically, search for a dll named '<prefix><basename>.dll'
3251 in preference to 'lib<basename>.dll' if --dll-search-prefix
3252 is specified.
3253
24376d1b
AM
32542000-10-12 Alan Modra <alan@linuxcare.com.au>
3255
3256 * ldlang.c (section_already_linked): Set kept_section instead of
3257 sec->comdat->sec.
3258
e47d05ad
KH
32592000-10-10 Kazu Hirata <kazu@hxi.com>
3260
3261 * deffile.h: Fix formatting.
3262 * lexsup.c: Likewise.
3263 * mri.c: Likewise.
3264
23a87948
DD
32652000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3266
3267 * pe-dll.c (make_one): Do not generate code thunk for DATA
3268 exports.
3269 (process_def_file): deduce DATA flag for auto-export sumbols.
3270
86b1cc60
KH
32712000-10-09 Kazu Hirata <kazu@hxi.com>
3272
89cdebba
KH
3273 * ld.h: Fix formatting.
3274 * ldcref.c: Likewise.
3275 * ldctor.h: Likewise.
3276 * ldemul.c: Likewise.
3277 * ldemul.h: Likewise.
3278 * ldexp.c: Likewise.
3279 * ldexp.h: Likewise.
3280 * ldfile.c: Likewise.
3281 * ldfile.h: Likewise.
3282 * ldlang.c: Likewise.
3283 * ldlang.h: Likewise.
3284 * ldmain.c: Likewise.
7bfd51a3
KH
3285 * pe-dll.c: Likewise.
3286
3287 * pe-dll.c: Revert some formatting fixes.
86b1cc60 3288
d643799d
KH
32892000-10-08 Kazu Hirata <kazu@hxi.com>
3290
3291 * pe-dll.c: Fix formatting.
3292
08da4cac
KH
32932000-10-05 Kazu Hirata <kazu@hxi.com>
3294
3295 * ldlang.c: Fix formatting.
3296
c2a94a7a
DD
32972000-10-03 DJ Delorie <dj@redhat.com>
3298
3299 * pe-dll.c (fill_edata): initialize entire block
3300 (make_one): fill in correct section.
3301
8c95a62e
KH
33022000-10-03 Kazu Hirata <kazu@hxi.com>
3303
3304 * ldexp.c: Fix formatting.
3305
486e80e2
DD
33062000-10-02 DJ Delorie <dj@redhat.com>
3307
3308 * emultempl/pe.em (gld_*_after_open): detect case where there two
3309 import libraries for same dll; rename one to ensure proper link
3310 order.
3311
3312 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
3313 typo
3314 (generate_edata): fix typo
3315
24dd9f75
HPN
33162000-09-29 Hans-Peter Nilsson <hp@axis.com>
3317
3318 * scripttempl/crisaout.sc (ENTRY): Now __start.
3319 (.text): Add default setting for __start.
3320 Remove CONSTRUCTORS handling.
3321 (/DISCARD/): Add .gnu.warning.*.
3322 * emulparams/crislinux.sh (ENTRY): Now __start.
3323 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
3324 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
3325 (ENTRY): Now __start.
3326 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
3327 (EXECUTABLE_SYMBOLS): Add default setting for __start.
3328
4de2d33d
KH
33292000-09-29 Kazu Hirata <kazu@hxi.com>
3330
5cc18311
KH
3331 * deffile.h: Fix formatting.
3332 * ld.h: Likewise.
3333 * ldcref.c: Likewise.
4de2d33d 3334 * ldctor.c: Likewise.
5cc18311 3335 * ldctor.h: Likewise.
4de2d33d 3336 * ldemul.c: Likewise.
5cc18311 3337 * ldemul.h: Likewise.
4de2d33d 3338 * ldexp.c: Likewise.
5cc18311 3339 * ldexp.h: Likewise.
4de2d33d 3340 * ldfile.c: Likewise.
5cc18311 3341 * ldfile.h: Likewise.
4de2d33d 3342 * ldlang.c: Likewise.
5cc18311
KH
3343 * ldlang.h: Likewise.
3344 * lexsup.c: Likewise.
3345 * mri.c: Likewise.
3346 * pe-dll.c: Likewise.
4de2d33d 3347
45b1f63c
DD
33482000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3349
3350 * pe-dll.c (process_def_file): Uninitialized data wasn't
3351 exported with --export-all-symbols switch.
d952f17a 3352
45b1f63c
DD
33532000-09-28 DJ Delorie <dj@redhat.com>
3354
3355 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
3356 noname work properly.
3357
47d89dba
AM
33582000-09-28 Alan Modra <alan@linuxcare.com.au>
3359
3360 * ld.texinfo (HPPA ELF32): New section.
3361
3362 * emultempl/hppaelf.em (group_size): New.
3363 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
3364 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
3365 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
3366 options to prevent abbreviations matching.
3367 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
3368 (PARSE_AND_LIST_ARGS_CASES): Handle it.
3369
36bdbeec
NC
33702000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3371
3372 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
3373 on the m68*-*-elf target. Make it support COFF input objects.
3374
6d5e62f8
KH
33752000-09-21 Kazu Hirata <kazu@hxi.com>
3376
3377 * ldmain.c: Fix formatting.
3378 * ldmisc.c: Likewise.
3379 * ldver.c: Likewise.
3380 * ldwrite.c: Likewise.
3381
e2eb67d9
AM
33822000-09-21 Alan Modra <alan@linuxcare.com.au>
3383
3384 * ldwrite.c (clone_section): Silence gcc warnings.
3385
b3ea3584
AM
33862000-09-20 Alan Modra <alan@linuxcare.com.au>
3387
3388 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
3389 out of memory failure.
3390
3391 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
3392 (clone_section): Handle out of memory failures. Rename var to
3393 avoid c++ reserved word.
3394
25f72752
AM
33952000-09-18 Alan Modra <alan@linuxcare.com.au>
3396
3397 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
3398 stub_name param to stub_sec_name.
3399 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
3400
0752970e
NC
34012000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3402
3403 * emultempl/m68kelf.em: New file.
3404 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
3405 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
3406 * Makefile.in: Regenerate.
3407
92b7e9d8
AM
34082000-09-15 Alan Modra <alan@linuxcare.com.au>
3409
3410 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
3411 only as needed.
3412
9b14b192
NC
34132000-09-13 Nick Clifton <nickc@redhat.com>
3414
3415 * ldmain.c (multiple_definition): Disable relaxation if
3416 multiple symbol definitions are encountered - otherwise the
3417 linker could abort with an assertion failure.
3418
891fa266
NC
34192000-09-10 Nick Clifton <nickc@redhat.com>
3420
3421 * mri.c: Fix formatting.
3422
5d64ca4e
L
34232000-09-07 H.J. Lu <hjl@gnu.org>
3424
3425 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
3426 * configure: Rebuild.
3427
dd94604f
L
34282000-09-07 H.J. Lu <hjl@gnu.org>
3429
3430 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
3431 * Makefile.in: Rebuild.
3432
71bfc0ae
AM
34332000-09-07 Alan Modra <alan@linuxcare.com.au>
3434
3435 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
3436 broken list handling. Create __start_SECNAME and __stop_SECNAME
3437 when no place-holder. Add some comments. Test both SEC_CODE and
3438 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 3439 Handle case where no output section statement created.
71bfc0ae 3440
4a428502
AO
34412000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
3442
3443 * configure.tgt (sh-*-linux*): Added.
3444 * Makefile.am: Added eshelf_linux and eshlelf_linux.
3445 * Makefile.in: Rebuilt.
3446 * emulparams/shelf_linux.sh: New file.
3447 * emulparams/shlelf_linux.sh: New file.
3448
f9989030
AM
34492000-09-06 Alan Modra <alan@linuxcare.com.au>
3450
3451 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3452 try shuffling sections when the orphan happens to be the place
3453 holder. Keep count of unique section names generated so we speed
3454 the search for a new name.
3455
58cccadb
AO
34562000-09-06 Alexandre Oliva <aoliva@redhat.com>
3457
3458 * configure: Rebuilt with new libtool.m4.
3459
5b343f5a
NC
34602000-09-05 Nick Clifton <nickc@redhat.com>
3461
3462 * Makefile.in: Regenerate.
3463 * aclocal.m4: Regenerate.
3464 * configure: Regenerate.
3465 * config.in: Regenerate.
3466 * po/ld.pot: Regenerate.
3467
3468 * ldint.texinfo: Remove CVS revision marker - it foils local
3469 comparisons.
3470
3471 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 3472
a854a4a7
AM
34732000-09-05 Alan Modra <alan@linuxcare.com.au>
3474
3231d22e
AM
3475 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
3476 to stub section flags.
3477 (hppa_for_each_input_file_wrapper): New.
3478 (hppa_lang_for_each_input_file): New.
3479 (lang_for_each_input_file): Define to call above.
3480 (multi_subspace): New.
3481 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
3482 (PARSE_AND_LIST_PROLOGUE): Define.
3483 (PARSE_AND_LIST_LONGOPTS): Define.
3484 (PARSE_AND_LIST_OPTIONS): Define.
3485 (PARSE_AND_LIST_ARGS_CASES): Define.
3486 (hppaelf_finish): Call elf32_hppa_set_gp.
3487 (hppaelf_set_output_arch): Remove.
3488 (LDEMUL_SET_OUTPUT_ARCH): Remove.
3489
3490 * emulparams/hppalinux.sh (ELFSIZE): Define.
3491 (MACHINE): Define.
3492 (OTHER_READONLY_SECTIONS): Define.
3493 (DATA_PLT): Define.
3494 (GENERATE_SHLIB_SCRIPT): Define.
3495
5f992e62
AM
3496 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
3497 to const throughout. Change `void *' to `PTR' throughout.
3498 (lang_memory_default): Function is local to file, add `static'.
3499
3500 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
3501 (ehppalinux.c): Likewise.
3502 (earmelf.c): Likewise.
3503 (earmelf_linux.c): Likewise.
3504 (earmelf_linux26.c): Likewise.
3505 * Makefile.in: Regenerate.
3506
a854a4a7
AM
3507 * ld.h (ld_config_type): Add unique_orphan_sections.
3508 * lexsup.c (OPTION_UNIQUE): Define.
3509 (ld_options): Add "--unique".
3510 (parse_args): Handle it.
3511 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3512 search for an existing output section if unique_orphan_sections is
3513 set. Make use of bfd_get_unique_section_name rather than
3514 duplicating code here.
3515 * ld.texinfo: Describe --unique.
3516
3517 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
3518 optional arg to split-by-file.
3519 (parse_args): Handle them.
3520 * ld.texinfo: Update description of these options.
3521 * ldwrite.c (clone_section): Pass in the section name. Replace
3522 local code with bfd_get_unique_section_name.
3523 (split_sections): Tidy code and comments. Use a list traversal
3524 more appropriate to the list construction. Handle cooked section
3525 sizes. Split when split_by_reloc reached rather than exceeded.
3526 Track section size and split when split_by_file reached. Fix
3527 link_order_tail (even though it's not used).
3528 (ldwrite): Modify condition for calling split_sections to suit
3529 changed split_by_reloc and split_by_file.
3530 * ldmain.c (main): Init config.split_by_reloc and
3531 config.split_by_file to -1.
3532 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
3533 Change split_by_file to bfd_size_type.
3534
18e03609
NC
35352000-09-02 Nick Clifton <nickc@redhat.com>
3536
3537 * configure.in: Increase version number to 2.10.91.
3538 * NEWS: Mention new ability to support removal of duplicate DWARF2
3539 debug information.
3540 * configure: Regenerate.
3541 * aclocal.m4: Regenerate.
3542 * config.in: Regenerate.
3543
3a9d486c
NC
35442000-09-02 Daniel Berlin <dberlin@redhat.com>
3545
3546 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
3547 sections.
a2b64bed 3548 * scripttempl/elf32avr.sc: Ditto.
3a9d486c
NC
3549 * scripttempl/elfd10v.sc: Ditto.
3550 * scripttempl/elfd30v.sc: Ditto.
3551 * scripttempl/elfi370.sc: Ditto.
3552 * scripttempl/elfm68hc11.sc: Ditto.
3553 * scripttempl/elfm68hc12.sc: Ditto.
3554 * scripttempl/elfi386beos.sc: Ditto.
3555 * scripttempl/v850.sc: Ditto.
50bbae35 3556
ac48eca1
AO
35572000-08-31 Alexandre Oliva <aoliva@redhat.com>
3558
3559 * acinclude.m4: Include libtool and gettext macros from the
3560 top level.
3561 * aclocal.m4, configure: Rebuilt.
3562
c13b1b77
NC
35632000-08-25 Nick Clifton <nickc@redhat.com>
3564
3565 * ldlang.c (open_output): When choosing the target for a
3566 particular endianness, do nothing if the target is not
3567 supported.
3568
dcb0bd0e
L
35692000-08-25 H.J. Lu <hjl@gnu.org>
3570
3571 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
3572 check -rpath nor LD_RUN_PATH for cross link.
3573 * ld.texinfo: Document the change.
3574
5bcac8a4
HPN
35752000-08-24 Hans-Peter Nilsson <hp@axis.com>
3576
3577 * NEWS: Mention support for CRIS.
3578
6dd8c765
L
35792000-08-23 H.J. Lu <hjl@gnu.org>
3580
3581 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
3582 the current runpath list from bfd_elf_get_runpath_list ()
3583 before search.
3584
ec4eb78a
L
35852000-08-22 H.J. Lu <hjl@gnu.org>
3586
3587 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
3588 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
3589 LD_LIBRARY_PATH for native linker. Display the needed DSO if
3590 trace_file_tries is non-zero.
3591 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
3592 if trace_file_tries is non-zero.
3593
3594 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 3595 * NEWS: Mention it.
ec4eb78a 3596
22b36938
JE
35972000-08-14 Jason Eckhardt <jle@cygnus.com>
3598
3599 * NEWS: Mention i860 support.
3600
d73e9da0
AS
36012000-08-14 Andreas Schwab <schwab@suse.de>
3602
3603 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 3604 syntax.
d73e9da0 3605
9ac4db9c
GK
36062000-08-10 Geoff Keating <geoffk@cygnus.com>
3607
3608 * scripttempl/elf.sc: Add a comment giving the correspondence
3609 between sections, per-datum sections, and linkonce sections. Make
3610 the comment true even for .bss, .sdata, .sdata2, .sbss, and
3611 .sbss2.
3612
165589e4
JE
36132000-08-10 Jason Eckhardt <jle@cygnus.com>
3614
3615 * emulparams/elf32_i860.sh: New file.
3616 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
3617 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
3618 (eelf32_i860.c): New rule.
3619 * Makefile.in: Regenerate.
3620
345a835d
NC
36212000-08-10 Nick Clifton <nickc@cygnus.com>
3622
3623 * emulparams/mipspe.sh (ENTRY): Add definition.
3624
e374f1d9
NC
36252000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
3626
3627 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
3628 in error message.
3629
236d5abf
NC
36302000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3631
3632 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
3633 the final size of .bss section.
3634 * scripttempl/elfm68hc12.sc: Likewise.
3635
4b209b22
AM
36362000-08-04 Alan Modra <alan@linuxcare.com.au>
3637
3638 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
3639 gld${EMULATION_NAME}_parse_args for consistency. Combine
3640 lastoptind and prevoptind vars, and keep track of last optind.
3641 (gld_${EMULATION_NAME}_list_options): Rename to
3642 gld${EMULATION_NAME}_list_options.
3643
28423a68
AM
36442000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
3645
3646 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
3647 (i586-sco-sysv5uw7.1.0).
3648
b2009ff7
L
36492000-07-27 H.J. Lu <hjl@gnu.org>
3650
3651 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
3652 (PARSE_AND_LIST_PROLOGUE): New.
3653 (PARSE_AND_LIST_LONGOPTS): Likewise.
3654 (PARSE_AND_LIST_OPTIONS): Likewise.
3655 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3656 (PARSE_AND_LIST_EPILOGUE): Likewise.
3657
04925e1e
AM
36582000-07-28 Alan Modra <alan@linuxcare.com.au>
3659
41392f03
AM
3660 * emultempl/armelf.em: Elide functions common to elf32.em,
3661 ie. most of the file.
3662 (arm_elf_after_open): New. Do arm specific things then call
3663 gld${EMULATION_NAME}_after_open.
3664 (arm_elf_before_allocation): New. Call
3665 gld${EMULATION_NAME}_before_allocation then do arm specifics.
3666 (PARSE_AND_LIST_PROLOGUE): Define.
3667 (PARSE_AND_LIST_SHORTOPTS): Define.
3668 (PARSE_AND_LIST_LONGOPTS): Define.
3669 (PARSE_AND_LIST_OPTIONS): Define.
3670 (PARSE_AND_LIST_ARGS_CASES): Define.
3671 (LDEMUL_AFTER_OPEN): Define.
3672 (LDEMUL_BEFORE_ALLOCATION): Define.
3673 (LDEMUL_BEFORE_PARSE): Define.
3674 (LDEMUL_FINISH): Define.
3675
3676 * emultempl/hppaelf.em: Similarly zap most of this file.
3677 (hppaelf_add_stub_section): Prototype.
3678 (hppaelf_layaout_sections_again): Prototype.
3679 (hook_in_stub): Prototype.
3680 (LDEMUL_SET_OUTPUT_ARCH): Define.
3681 (LDEMUL_FINISH): Define.
3682 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
3683
3684 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
3685 (EXTRA_EM_FILE): New.
3686 * emulparams/armelf_linux.sh: Likewise.
3687 * emulparams/armelf_linux26.sh: Likewise.
3688 * emulparams/hppalinux.sh: Likewise.
3689 * emulparams/hppaelf.sh: Likewise.
3690 (NOP): Define.
3691
3692 * emultempl/elf32.em: Fix formatting.
3693 (EXTRA_EM_FILE): Source it.
3694 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3695 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3696 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3697 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3698 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3699 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3700 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3701 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3702 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
3703 allow functions in this file to be overridden.
3704 (PARSE_AND_LIST_SHORTOPTS): Handle it.
3705
3706 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
3707
04925e1e
AM
3708 * emultempl/elf32.em: Reorganize file.
3709
88cdf297
NC
37102000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
3711
3712 * emulparams/elf64alpha.sh: Implement "-taso" emulation
3713 specific option to fit 64-bit executable in the lower
3714 31-bit address range. This is done by changing start
3715 address of .interp (the very first section of executable)
3716 and then setting EF_ALPHA_32BIT elf header flag.
3717
20bccb34
NC
37182000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3719
3720 * emultempl/m68kcoff.em: New file.
3721 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
3722 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
3723 generic.em.
3724 * Makefile.in: Regenerate.
3725
699845ef
L
37262000-07-20 H.J. Lu <hjl@gnu.org>
3727
3728 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
3729 and "disable-new-dtags" to stop getopt from treating -d/-e as
3730 abbreviations for these options.
3731
6c1439be
L
37322000-07-20 H.J. Lu <hjl@gnu.org>
3733
3734 * ld.texinfo: Add documentation for --disable-new-dtags and
3735 --enable-new-dtags.
3736
3737 * ldmain.c (main): Initialize link_info.new_dtags to false.
3738
3739 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
3740 --disable-new-dtags and --enable-new-dtags.
3741 (gld_${EMULATION_NAME}_list_options): Likewise.
3742
28c309a2
NC
37432000-07-05 Kenneth Block <krblock@computer.org>
3744
a2b64bed
NC
3745 * lexsup.c: Add optional style to demangle switch
3746 * ld.texinfo: Document optional style to demangle switch.
50bbae35 3747
9d06555c
HPN
37482000-07-20 Hans-Peter Nilsson <hp@axis.com>
3749
3750 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
3751 ecrislinux.o.
3752 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
3753 Regenerate dependencies.
3754 * Makefile.in: Rebuild.
3755 * configure.tgt (cris-*-*): New target.
3756 * emulparams/crisaout.sh, emulparams/criself.sh,
3757 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
3758 * po/POTFILES.in, po/ld.pot: Regenerate.
3759
19e3be22
L
37602000-07-20 H.J. Lu <hjl@gnu.org>
3761
3762 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
3763 Print out ignored -z options.
3764
e0ee487b
L
37652000-07-19 H.J. Lu <hjl@gnu.org>
3766
19e3be22
L
3767 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
3768 (PARSE_AND_LIST_PROLOGUE): New.
3769 (PARSE_AND_LIST_LONGOPTS): Likewise.
3770 (PARSE_AND_LIST_OPTIONS): Likewise.
3771 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3772
3773 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
3774
3775 * lexsup.c (ld_options): Comment out 'z'.
3776 (parse_args): Likewise.
3777
3778 * emultempl/elf32.em: Include "elf/common.h".
3779 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
3780 options.
3781 (gld_${EMULATION_NAME}_list_options): Likewise.
3782
3783 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 3784
49e56c49
L
37852000-07-19 H.J. Lu <hjl@gnu.org>
3786
3787 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
3788 bfd_elf_set_dt_needed_soname ().
3789
9d68bc82
DD
37902000-07-18 DJ Delorie <dj@cygnus.com>
3791
3792 * pe-dll.c (pe_dll_id_target): check object target name also
3793
53db15ed
HPN
37942000-07-18 Hans-Peter Nilsson <hp@axis.com>
3795
3796 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
3797 ${INIT_END} if relocating.
3798 (.fini): Likewise ${FINI_START} and ${FINI_END}.
3799
0ad8cf4c
DD
38002000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
3801
a2b64bed 3802 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
0ad8cf4c
DD
3803 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
3804 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
3805 errors introduced by the old dynamic lib search order.
3806
874c8c99
DD
38072000-07-17 DJ Delorie <dj@cygnus.com>
3808
3809 * pe-dll.c (process_def_file): auto-export data items also
3810 (pe_process_import_defs): also see if _imp_ form needed
3811
5b4cf3f4
DD
38122000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
3813
3814 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
3815 for dll import libraries
3816
062739d1
NC
38172000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
3818
3819 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
d952f17a 3820 gcc 2.95.2 and later.
062739d1 3821
1c64c4ed
NC
38222000-07-11 Kazu Hirata <kazu@hxi.com>
3823
50bbae35
AM
3824 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
3825 message.
1c64c4ed 3826
b71e2778
AM
38272000-07-10 Alan Modra <alan@linuxcare.com.au>
3828
3829 * ldemul.h (struct lang_input_statement_struct): Remove forward
3830 declaration.
3831 (struct search_dirs): Likewise.
3832 * ldfile.h (struct lang_input_statement_struct): Likewise.
3833 Protect file from multiple inclusion.
3834 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
3835 declaration from macro to file scope.
3836
3837 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
3838 * ldgram.y: Likewise here.
3839 * ldlang.c: And here.
3840 * ldmain.c: And here.
3841 * mpw-elfmips.c: And here.
3842 * mpw-eppcmac.c: And here.
3843 * emultempl/aix.em: And here.
3844 * emultempl/armcoff.em: And here.
3845 * emultempl/armelf.em: And here.
3846 * emultempl/armelf_oabi.em: And here.
3847 * emultempl/beos.em: And here.
3848 * emultempl/elf32.em: And here.
3849 * emultempl/hppaelf.em: And here.
3850 * emultempl/linux.em: And here.
3851 * emultempl/lnk960.em: And here.
3852 * emultempl/pe.em: And here.
3853 * emultempl/sunos.em: And here.
3854 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
3855 * mpw-idtmips.c: Ditto.
3856 * emultempl/generic.em: Ditto.
3857 * emultempl/gld960.em: Ditto.
3858 * emultempl/gld960c.em: Ditto.
3859 * emultempl/mipsecoff.em: Ditto.
3860 * emultempl/ticoff.em: Ditto.
3861 * emultempl/vanilla.em: Ditto.
3862
3863 * pe-dll.c: Include ldfile.h
3864 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
3865
3866 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
3867 arguments to bfd_elf32_size_dynamic_sections call.
3868 (gldelf32ebmip_place_orphan): Add missing arguments to
3869 lang_leave_output_section_statement call.
3870
2ef53d66
L
38712000-07-10 H.J. Lu <hjl@gnu.org>
3872
3873 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
3874 DLL_SUPPORT.
3875 (strhash): Likewise.
3876 (compute_dll_image_base): Likewise.
3877 (pe_undef_found_sym): Likewise.
3878 (pe_undef_cdecl_match): Likewise.
3879 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
3880 argument "arch" with ATTRIBUTE_UNUSED.
3881
9a8cbb09
AM
38822000-07-10 Alan Modra <alan@linuxcare.com.au>
3883
3884 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
3885
3886 From Ryan Bradetich <rbradetich@uswest.net>
3887 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 3888
4900fc06
AM
38892000-07-09 Alan Modra <alan@linuxcare.com.au>
3890
3891 Changes to create multiple linker stubs, positioned immediately
3892 before the section where they are required.
3893 * emultempl/hppaelf.em: Include elf32-hppa.h.
3894 (stub_sec, file_chain): Delete.
3895 (hppaelf_create_output_section_statements): Don't make a stub
3896 section here.
3897 (hook_stub_info): New struct.
3898 (hook_in_stub): New function.
3899 (hppaelf_add_stub_section): New function.
3900 (hppaelf_finish): Do nothing for relocateable links. Modify the
3901 call to elf32_hppa_size_stubs. Move code for updating section
3902 layout from here...
3903 (hppaelf_layaout_sections_again): ..to here, a new function.
3904
3905 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
3906 broken list handling. Pass in a pointer to the list.
3907 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
3908 for above changes.
3909 (hppaelf_before_parse): Prototype.
3910 (hppaelf_set_output_arch): Prototype.
3911 (hppaelf_create_output_section_statements): Prototype.
3912 (hppaelf_delete_padding_statements): Prototype.
3913 (hppaelf_finish): Prototype.
3914
3915 Merge from elf32.em
3916 * emultempl/hppaelf.em: Include ctype.h.
3917 (struct orphan_save): New.
3918 (gld${EMULATION_NAME}_place_orphan): New.
3919 (output_rel_find): New.
3920 (hppaelf_get_script): Update from elf32.em.
3921 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
3922 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 3923 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
3924
3925 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
3926 ehppalinux.o, sort it. Regenerate dependencies.
3927 (ehppalinux.c): Depend on hppaelf.em
3928 * Makefile.in: Regenerate.
3929
3930 * configure.tgt: targ_emul=hppalinux for hppa*linux
3931
3932 * emulparams/hppalinux.sh: New.
3933 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
3934
227aeb07
AM
39352000-07-08 Alan Modra <alan@linuxcare.com.au>
3936
3937 * lexsup.c (parse_args): Copy section name.
3938
28609fd4 39392000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
602e90d3 3940
2ef53d66 3941 * emultempl/pe.em: institute the following search order for
602e90d3
DD
3942 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
3943 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
3944 static lib (libfoo.a) if none of the above are found.
3945
5f577f7d
DD
39462000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
3947
50bbae35 3948 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 3949 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 3950 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
3951 (gld_${EMULATION_NAME}_parse): Handle.
3952 (strhash): New static function.
50bbae35 3953 (compute_dll_image_base): New static function.
5f577f7d
DD
3954 (gld_${EMULATION_NAME}_set_symbols): Use.
3955
9a8cbb09 39562000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
3957
3958 * MAINTAINERS: new
3959
3548145d 39602000-07-01 Koundinya K <kk@ddeorg.soft.net>
50bbae35
AM
3961
3962 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
3963 * emulparams/elf32btsmip.sh: New file.
3964 * Makefile.am: Add traditional mips target.
3965 * Makefile.in: Rebuild.
3966
67798033
L
39672000-07-01 H.J. Lu <hjl@gnu.org>
3968
3969 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
3970 automake to use YLWRAP.
3971 * Makefile.in: Rebuild.
3972
0bdaf48b
AM
39732000-07-01 Alan Modra <alan@linuxcare.com.au>
3974
3975 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3976 (CLEANFILES): Add DEPA.
3977 * Makefile.in: Regenerate.
3978
c9e769c2
TW
39792000-06-30 Timothy Wall <twall@ppc>
3980
3981 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
3982 the page in the upper octet of the address.
3983
65aa24b6
NC
39842000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
3985
3986 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
3987
4667035e
AM
39882000-06-24 Alan Modra <alan@linuxcare.com.au>
3989
3990 * NEWS: arm-elf does --gc-sections too.
3991
1581f8c9
AM
39922000-06-22 Alan Modra <alan@linuxcare.com.au>
3993
3994 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3995 find one.
3996 * Makefile.in: Regenerate.
3997
01580992
L
39982000-06-21 H.J. Lu <hjl@gnu.org>
3999
4000 * Makefile.am: Rebuild dependency.
4001 * Makefile.in: Rebuild.
4002
bbeb2e03
L
40032000-06-20 H.J. Lu <hjl@gnu.org>
4004
4005 * Makefile.am: Rebuild dependency.
4006 * Makefile.in: Rebuild.
4007
74459f0e
TW
40082000-06-20 Timothy Wall <twall@cygnus.com>
4009
4010 * scripttempl/tic54xcoff.sc: New.
4011 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
4012 * gen-doc.texi: Add flag for TI COFF.
4013 * ld.texinfo: Add documentation for TI COFF handling switches.
4014 * emultempl/ticoff.em: New. TI COFF handling.
4015 * configure.tgt: Add tic54x target.
4016 * Makefile.am: Add tic54x target.
4017 * Makefile.in: Ditto.
4018
2ab47eed
AM
40192000-06-20 Alan Modra <alan@linuxcare.com.au>
4020
4021 * ldmain.c (set_scripts_dir): Correct pointer comparison when
4022 checking for backslashes.
4023
919e4093
AM
40242000-06-19 Alan Modra <alan@linuxcare.com.au>
4025
4026 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
4027
987fd5b4
AM
40282000-06-18 Alan Modra <alan@linuxcare.com.au>
4029
4030 * NEWS: Update list of targets supporting --gc-sections.
4031
4032 * scripttempl/elf.sc: KEEP .eh_frame contents.
4033 * scripttempl/elfd30v.sc: Same here.
4034
60bcf0fa
NC
40352000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
4036
4037 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
4038 and m68hc11 (elf).
4039 * Makefile.in: Rebuild.
4040 * configure.tgt: Recognize m68hc12 and m68hc11.
4041 * scripttempl/elfm68hc12.sc: New file.
4042 * emulparams/m68hc12elfb: New emulation.
4043 * emulparams/m68hc12elf: New emulation.
4044 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
4045 (includes a memory.x script to define the ROM and RAM banks).
4046 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
4047 New configuration files for support of Motorola 68hc11
4048
c7c54483
AM
40492000-06-15 Alan Modra <alan@linuxcare.com.au>
4050
4051 * ldmain.c (main): Only change SEC_READONLY for final link.
4052
bcef29e6
L
40532000-06-13 H.J. Lu <hjl@gnu.org>
4054
4055 * configure: Regenerate.
4056
946efd95
DB
40572000-06-08 David O'Brien <obrien@FreeBSD.org>
4058
4059 * configure.in (VERSION): Update to show this is the CVS mainline.
4060
57a6fd07
DB
40612000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4062
4063 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
4064 input objects to be ECOFF.
4065 (check_sections): einfo takes %B, not %P, to print a BFD name.
4066
e06cae36
L
40672000-06-05 Michael Matz <matz@ifh.de>
4068
4069 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
d952f17a 4070 version scripts.
e06cae36 4071
d952f17a 4072 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
e06cae36 4073
2f0b56c0
DC
40742000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
4075
4076 * emulparams/avr1200.sh (STACK): Define as 0.
4077 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
4078 * emulparams/avr4433.sh (STACK): Likewise.
4079 * emulparams/avr44x4.sh (STACK): Likewise.
4080 * emulparams/avr85xx.sh (STACK): Likewise.
4081 * emulparams/avrmega103.sh (STACK): Likewise.
4082 * emulparams/avrmega161.sh (STACK): Likewise.
4083 * emulparams/avrmega603.sh (STACK): Likewise.
4084 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
4085 (__stack): Define from ${STACK} for main().
4086
2114f57b
AM
40872000-05-26 Alan Modra <alan@linuxcare.com.au>
4088
4089 * Makefile.am: Update dependencies with "make dep-am"
4090 * Makefile.in: Regenerate.
4091
5af11cab
AM
40922000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
4093
4094 * ldmain.c: Include filenames.h.
4095 (set_scripts_dir): Support backslashes in program name.
4096
1f0df59a
NC
40972000-05-22 Igor Shevlyakov <igor@windriver.com>
4098
4099 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
4100 read-only, don't forget to reset SEC_READONLY because it
4101 could be already set.
1f0df59a 4102
176355da
NC
41032000-05-22 Thomas de Lellis <tdel@windriver.com>
4104
50bbae35
AM
4105 * ld.1: Add documentation for new command line option:
4106 --section-start <sectionname>=<sectionorg>
4107 This is a generic version of -Ttext etc. which accepts
4108 any section name as a parameter instead of just text/data/
4109 bss.
4110 * ld.texinfo: More docs.
4111 * NEWS: More docs.
4112 * lexsup.c: (parse_args): Recognize new command line option.
176355da 4113 (ld_options): Add new option.
50bbae35 4114
8c5ff972
L
41152000-05-18 H.J. Lu <hjl@gnu.org>
4116
4117 * lexsup.c (parse_args): `i' == `r', not `q'.
4118
3b16e843 41192000-05-18 Jeffrey A Law (law@cygnus.com)
0b76fe77
JL
4120
4121 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
4122
a712da20
NC
41232000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
4124 Rick Gorton <gorton@scrugs.lkg.dec.com>
50bbae35 4125
a712da20
NC
4126 Add support for '-q' == '--emit-relocs' switch.
4127 * ldmain.c (main): Default to false.
4128 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
4129 * NEWS: Describe the emitrelocations switch.
4130 * ld.texinfo: Describe the emitrelocations switch.
4131
690a460e
NC
41322000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
4133
a2b64bed 4134 * emultempl/pe.em (_open_dynamic_archive): New function: Search
690a460e
NC
4135 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
4136 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
4137 link options.
50bbae35 4138
c2f1343c
AM
41392000-05-15 David O'Brien <obrien@FreeBSD.org>
4140
4141 * lexsup.c (parse_args): Update the year in the copyright notice.
4142
897083bd
AM
41432000-05-13 Alan Modra <alan@linuxcare.com.au>
4144
4145 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
4146 Replace defines with those from intl/libgettext.h to quieten gcc
4147 warnings.
4148
cd4c806a
L
41492000-05-10 H.J. Lu <hjl@gnu.org>
4150
4151 * ldlang.c (open_input_bfds): Don't load the same file within
4152 a group again if the whole archive has been loaded already.
4153
93697284
AM
41542000-05-03 Alan Modra <alan@linuxcare.com.au>
4155
4156 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
4157 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
4158 strtoul.
4159
3b16e843 41602000-05-01 Jim Wilson <wilson@cygnus.com>
ebd6fc29 4161
99a4150f 4162 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 4163
ebd6fc29
JW
4164 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4165 host "ia64-*-linux-gnu*".
4166
a1934524
AM
41672000-04-29 Andreas Jaeger <aj@suse.de>
4168
4169 * ld.h: Correctly check GCC version.
4170
3b16e843 41712000-04-25 Jeffrey A Law (law@cygnus.com)
730a39a0
JL
4172
4173 * Makefile.am: Add PA64 support. Add missing dependencies for
4174 PA32 elf support.
4175 * Makefile.in: Rebuilt.
4176 * configure.tgt: Add PA64 support (currently disabled).
4177
aea4bd9d
AM
41782000-04-25 Alan Modra <alan@linuxcare.com.au>
4179
4180 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
4181 (output_rel_find): New function.
4182 (hold_section, hold_use): Delete.
4183 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4184 hold_interp): Make local to place_orphan.
4185 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
4186 rather than place_section to find possible previous use of orphan.
4187 Similarly find the place-holder output sections. Use returned
4188 value from lang_enter_output_section_statement rather than calling
4189 lang_output_section_statement_lookup.
4190 * emultempl/armelf.em: Same here.
4191 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
4192
4193 * ldlang.c (lang_enter_output_section_statement): Return output
4194 section statement.
4195 * ldlang.h (lang_enter_output_section_statement): Change
4196 declaration too.
4197
4198 * ldlang.h (lang_output_section_statement): Export it.
4199 * ldlang.c (lang_output_section_statement): Ditto.
4200
2b5fc1f5
NC
42012000-04-24 Nick Clifton <nickc@cygnus.com>
4202
4203 * ld.texinfo (Output Section Data): Add note that section data
4204 commands cannot appear outside of section directives.
4205
d8475ff6
JL
42062000-04-2 Matthew Green <mrg@cygnus.com>
4207
4208 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
4209
3b16e843
NC
42102000-04-21 Richard Henderson <rth@cygnus.com>
4211 David Mosberger <davidm@hpl.hp.com>
800eeca4
JW
4212
4213 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
4214 (eelf64_ia64.c): New rule.
4215 * Makefile.in: Rebuild.
4216 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
4217 * emulparams/elf64_ia64.sh: New file.
50bbae35 4218
c9637625
RH
42192000-04-21 Richard Henderson <rth@cygnus.com>
4220
4221 * scripttempl/elfd30v.sc: Place .gcc_except_table.
4222
28ea9521
AM
42232000-04-19 Alan Modra <alan@linuxcare.com.au>
4224
4225 * dep-in.sed: Match space at start of file name, not at end.
4226
20d04697
L
42272000-04-18 H.J. Lu <hjl@gnu.org>
4228
4229 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
4230 lang_leave_output_section_statement () after calling
4231 lang_enter_output_section_statement ().
4232 * emultempl/armelf.em: Likewise.
4233
5ba47421
AM
42342000-04-18 Alan Modra <alan@linuxcare.com.au>
4235
4236 * emultempl/elf32.em (struct orphan_save): Add section field.
4237 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
4238 better order, and place first orphan section as we did before the
4239 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
4240 Don't call make_bfd_section here, let wild_doit do the job for us.
4241 Don't build a statement list when we'll only throw it away.
4242 * emultempl/armelf.em: Ditto.
4243 * emultempl/pe.em: Similarly.
4244
bdbe5705
GK
42452000-04-14 Geoff Keating <geoffk@cygnus.com>
4246
4247 * scripttempl/elfppc.sc: Remove.
4248 * emulparams/elf32ppc.sh: Use elf.sc.
4249 * emulparams/elf32lppc.sh: Use elf.sc.
4250 * emulparams/elf32ppclinux.sh: Use elf.sc.
4251 * emulparams/elf32ppcsim.sh: New file.
4252 * emulparams/elf32lppcsim.sh: New file.
4253 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
4254 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
4255 * Makefile.in: Regenerate.
4256 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
4257
01cc8ff8
AM
42582000-04-14 Alan Modra <alan@linuxcare.com.au>
4259
5ba47421 4260 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 4261 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
4262 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4263 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
4264 Also set all relocateable section start addresses.
4265
6c86c541
GK
42662000-04-13 Geoff Keating <geoffk@cygnus.com>
4267
4268 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
4269 Add new BSS_PLT variable for when .plt need not be contained in
4270 the file. Move _etext so that it is also after .fini, and provide
4271 both etext and _etext with a leading underscore. Mark the start
4272 and end of .sbss.
4273
6a345e87
AM
42742000-04-12 Alan Modra <alan@linuxcare.com.au>
4275
4276 * emultempl/elf32.em (struct orphan_save): New.
4277 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4278 hold_interp): Make them struct orphan_save.
4279 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
4280 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
4281 the end of the relevant section list. Also add associated section
4282 statements to the end of any previous orphan statements.
4283 * emultempl/armelf.em: Similarly.
4284 * emultempl/pe.em: Similarly.
4285
8be86746
AM
42862000-04-11 Alan Modra <alan@linuxcare.com.au>
4287
4288 * ld.texinfo (Simple Example): Remove extraneous paragraph.
4289
3b16e843 42902000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
50bbae35 4291
a2d91340 4292 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 4293 --enable-build-warnings option.
a2d91340
AC
4294 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4295 * Makefile.in, configure: Re-generate.
4296
41b49281
AM
42972000-04-04 Alan Modra <alan@linuxcare.com.au>
4298
8ad3436c
AM
4299 * po/ld.pot: Regenerate.
4300
4301 * lexsup.c (help): Restore translated part of bug string.
4302
41b49281
AM
4303 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
4304 (DEP): Quote when passing vars to sub-make. Add warning message
4305 to end.
4306 (DEP1): Rewrite for "gcc -MM".
4307 (CLEANFILES): Add DEP2.
4308 Update dependencies.
4309 * Makefile.in: Regenerate.
4310
c20f4f8c
AM
43112000-04-03 Alan Modra <alan@linuxcare.com.au>
4312
4313 * ld.h: #include "bin-bugs.h"
4314 * lexsup.c (help): Use REPORT_BUGS_TO.
4315
adde6300
AM
43162000-03-27 Denis Chertykov <denisc@overta.ru>
4317
4318 * configure.tgt (avr-*-*): New target support.
4319 * Makefile.am: Likewise.
4320 * scripttempl/elf32avr.sc: New script file.
4321 * emulparams/avr1200.sh: New file.
4322 * emulparams/avr23xx.sh: New file.
4323 * emulparams/avr4433.sh New file.
4324 * emulparams/avr44x4.sh New file.
4325 * emulparams/avr85xx.sh New file.
4326 * emulparams/avrmega103.sh New file.
4327 * emulparams/avrmega161.sh New file.
4328 * emulparams/avrmega603.sh New file.
4329 * Makefile.in: Regenerate.
4330
9282ff41
L
43312000-03-09 Andreas Jaeger <aj@suse.de>
4332
4333 * Makefile.am (check-DEJAGNU): Also unset LANG.
4334 * Makefile.in: Rebuild.
4335
a9998805
ILT
43362000-03-06 Ian Lance Taylor <ian@zembu.com>
4337
4338 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
4339 archive.
4340
f9bc20e7
NC
43412000-03-02 H.J. Lu <hjl@gnu.org>
4342
4343 * emulparams/elf32mcore.sh: Include "getopt.h".
4344
4e277b38
ILT
43452000-03-01 Ian Lance Taylor <ian@zembu.com>
4346
4347 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
4348
f0c87f88
NC
43492000-03-01 H.J. Lu <hjl@gnu.org>
4350
4351 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
4352 * emulparams/shpe.sh: Likewise.
4353
43542000-03-01 Nick Clifton <nickc@cygnus.com>
4355
4356 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
4357 to unused parameters.
4358
4359 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
4360 functions only used by DLL code.
4361 (_place_orphan): Initialise 'dollar'.
4362
b6f29aaa
L
43632000-03-01 H.J. Lu <hjl@gnu.org>
4364
4365 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
4366 indicate if the undefined symbol is a fatal error or not.
4367 Don't delete the output file if "fatal" is false.
4368
af28fce3
L
43692000-02-29 H.J. Lu <hjl@gnu.org>
4370
50bbae35 4371 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
4372 Set LC_COLLATE and LC_ALL to null and export them. It is for
4373 sort which expects the C locale.
4374 Add $(LIBS) to all $(HOSTING_LIBS).
4375 * Makefile.in: Rebuild.
4376
40d109bf
AM
43772000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
4378
4379 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
4380 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
4381 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
4382 (ld_emulation_xfer_struct): Add missing NULL initialiser for
4383 find_potential_libraries.
4384
db5be682
JB
43852000-02-28 Jim Blandy <jimb@redhat.com>
4386
4387 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 4388 list entries; the lexer considers commas to be valid part of a
db5be682
JB
4389 filename, so in something like `foo, bar' the comma is considered
4390 part of the first filename, `foo,'.
4391 * ld.texinfo: Update section on EXCLUDE_FILE lists.
4392
3558ff4c
ILT
43932000-02-27 Loren J. Rittle <ljrittle@acm.org>
4394
4395 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4396 host "i[3456]86-*-freebsdelf*".
4397
4eee2681
ILT
43982000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
4399
4400 * scripttempl/i386go32.sc: Move misplaced semicolons.
4401
8d75d12d
ILT
44022000-02-25 Ian Lance Taylor <ian@zembu.com>
4403
4404 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
4405 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
4406 (eelf64hppa.c, ehppaelf.c): Remove targets.
4407 * Makefile.in: Rebuild.
4408
a1836d49
AO
44092000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4410
ad51fb57
AO
4411 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
4412 GNU/Linux/sparc, but keep the default as 32.
4413
a1836d49
AO
4414 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
4415 it default if sparcv9 or sparc64.
4416
344a211f
NC
44172000-02-24 Nick Clifton <nickc@cygnus.com>
4418
4419 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
4420 * Makefile.in: Regenerate.
4421 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
4422
4423 * ldemul.h (ld_emulation_xfer_struct): Add new field:
4424 find_potential_libraries.
4425 * ldemul.c (ldemul_find_potential_libraries): New function.
4426
4427 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 4428 exported.
344a211f
NC
4429 (ldfile_open_file): Call ldemul_find_potential_libraries.
4430 * ldfile.h: Add prototype for ldfile_open_file_search.
4431
4432 * pe-dll.c: Add support for ARM, MIPS and SH targets.
4433
4434 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
4435 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
4436
4437 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
4438 (gld_X_find_potential_libraries): New function. Search for
4439 libraries called "*.lib".
4440
a2b64bed 4441 * scripttempl/pe.sc: Add .pdata section.
344a211f 4442
eaba1dd3
RH
44432000-02-23 Richard Henderson <rth@cygnus.com>
4444
4445 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
4446 Add and use memory regions.
4447
5b93d8bb
AM
44482000-02-23 Linas Vepstas (linas@linas.org)
4449
4450 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
4451
4452 * Makefile.am: Add support for Linux/IBM 370.
4453 * configure.tgt: Likewise.
4454
4455 * Makefile.in: Regenerate.
4456
f6af82bd
AM
44572000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
4458
4459 * ldlang.c (print_input_section, print_data_statement,
4460 print_reloc_statement, print_padding_statement, insert_pad,
4461 size_input_section, lang_check_section_addresses,
4462 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 4463 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
4464 (lang_do_assignments): Also change `size' to unsigned.
4465
9e673ad1
RH
44662000-02-16 Richard Henderson <rth@cygnus.com>
4467
4468 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
4469
562d3460
TW
44702000-02-16 Timothy Wall <twall@cygnus.com>
4471
4472 * mri.c (mri_draw_tree): Add default LMA region argument to call
4473 to lang_leave_output_section_statement.
4474 * ldlang.h: Update prototypes with LMA region arguments.
4475 * ldlang.c (lang_size_sections): Encapsulate region bounds
4476 checking in os_check_region call.
4477 (os_check_region): New function.
4478 (lang_output_section_statement_lookup): Initialize lma_region.
4479 (lang_leave_output_section_statement): Add LMA region argument.
4480 (lang_leave_overlay): Ditto.
4481 * ldgram.y: Handle LMA region syntax.
4482 * ld.texinfo (Output Section Description): Describe LMA region usage.
4483 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 4484 lma region in call to lang_leave_output_section_statement.
562d3460 4485 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 4486 lma region in call to lang_leave_output_section_statement.
562d3460 4487 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 4488 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
4489
4490
9e4ed18c
TW
44912000-02-04 Timothy Wall <twall@redhat.com>
4492
4493 * ldlang.c (lang_check_section_addresses): Use bytes instead of
4494 octets when calculating section end addresses.
4495
32edc927
TW
44962000-02-04 Timothy Wall <twall@redhat.com>
4497
4498 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
4499
4cbfc3ac
TW
45002000-02-03 Timothy Wall <twall@redhat.com>
4501
a2b64bed 4502 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4cbfc3ac 4503 octet count.
a2b64bed 4504 * ldlang.c (print_input_section, print_data_statement,
4cbfc3ac
TW
4505 print_reloc_statement, print_padding_statement): Print target
4506 address values and section sizes as bytes, not octets.
4507 (insert_pad) Calculate padding size in octets, and adjust "dot"
4508 by bytes.
4509 (size_input_section) Always adjust "dot" by bytes, not octets.
4510 (lang_check_section_addresses, lang_do_assignments) Adjust
4511 "dot" by bytes, not octets. Use the larger of the directive size
4512 or octets_per_byte for the number of octets actually allocated in
4513 the output section.
4514 (lang_set_startof) Make sure STARTOF returns a target address.
4515 (lang_one_common) Record size changes in octets.
4516 (lang_abs_symbol_at_end_of) Section end symbol's value is
4517 recorded in target bytes.
68b2fc7a 4518 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
4cbfc3ac 4519 to be clear about behavior when an octet is smaller than one byte.
50bbae35 4520
305c7206
AM
45212000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4522
4523 * ldcref.c (output_cref): Don't pass message strings to printf
4524 as format arg.
4525 Update copyright.
4526
4527 * ldmisc.c (vfinfo): Same here.
4528 Update copyright.
4529
e1c47aa4
AM
45302000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
4531
4532 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
4533 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
4534 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
4535 Add missing NULL initialisers, and comments.
4536
4537 * testsuite/ld-srec/sr3.cc (__rethrow): New.
4538
13392b77
NC
45392000-01-21 Nick Clifton <nickc@cygnus.com>
4540
4541 * ldlang.c (lang_size_sections): Fix typo in comment.
4542
cce4c4c5
NC
45432000-01-18 H.J. Lu <hjl@gnu.org>
4544
4545 * ldlang.c (lang_size_sections): Also update the current
4546 address of a region if the SEC_NEVER_LOAD bit is not set.
4547
0decc840
NC
45482000-01-10 Philip Blundell <pb@futuretv.com>
4549
4550 * configure.tgt (arm*-*-conix*): New target.
4551
4e53152f
NC
45522000-01-07 Nick Clifton <nickc@cygnus.com>
4553
4554 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
4555 line switches with -Wl, (or whatever is appropriate) if it is
4556 being invoked by a comnpiler driver program.
50bbae35 4557 Fix description of the behaviour of the -n command line switch.
4e53152f 4558
3b16e843 45592000-01-05 Catherine Moore <clm@cygnus.com>
18625d54
CM
4560
4561 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
4562 (name_list): New.
4563 * ld.texinfo (EXCLUDE_FILE): Update documentation.
4564 * ldgram.y (wildcard_spec): Support a list of excluded_files.
4565 (exclude_name_list): New.
4566 ldlang.c (walk_wild_section): Support list of excluded files.
4567 (print_wild_statement): Likewise.
4568 (lang_add_wild): Likewise.
4569 * ldlang.h (lang_wild_statement_type): Likewise.
4570 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 4571
5aaace27
NC
45722000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
4573
870df5dc
NC
4574 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
4575 (process_def_file): Use.
4576 (pe_dll_compat_implib): New variable.
4577 (make_one): Use.
50bbae35 4578
870df5dc
NC
4579 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
4580 pe_dll_compat_implib.
50bbae35
AM
4581
4582 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
4583 compat-implib options.
4584 (gld_${EMULATION_NAME}_list_options): List new options.
4585 (gld_${EMULATION_NAME}_parse_args): Handle.
4586
50bbae35 4587 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 4588 dll.
50bbae35
AM
4589
4590 * deffilep.y (opt_name): Allow "." in name.
5aaace27 4591
2f6d2f85 4592For older changes see ChangeLog-9899
252b5132
RH
4593\f
4594Local Variables:
4595mode: change-log
4596left-margin: 8
4597fill-column: 74
4598version-control: never
4599End:
This page took 0.404025 seconds and 4 git commands to generate.