* dwarf2.c (add_line_info): Ensure that the line_info_table is
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
36379167
NC
12002-10-21 Danny Smith <dannysmith@users.sourceforeg.net>
2
3 * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
4 __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
5
3ffe58d9
AO
62002-10-22 Alexandre Oliva <aoliva@redhat.com>
7
8 * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
9 emulation name. Set LIB_PATH only for native tools, and
10 search the ABI-specific versions of NATIVE_LIB_DIRS before the
11 .../lib variants, not instead of them. Mostly copied from...
12 * emulparams/elf32ppc.sh: ... here. Fixed typo.
13 * emulparams/elf64bmip-defs.sh: Backed out.
14 * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
15 * emulparams/elf64btsmip.sh: Likewise.
16 (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
17 TEXT_DYNAMIC): Removed.
18
e316b3a0
AO
192002-10-17 Alexandre Oliva <aoliva@redhat.com>
20
21 * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
22 (GENERATE_SHLIB_SCRIPT): Set to yes.
23 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
24 * emulparams/elf32bmipn32.sh: here.
25 (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
26 * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
27 * emulparams/elf64bmip-defs.sh: New file. Extend
28 elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
29 * emulparams/elf64bmip.sh: Bring in definitions from
30 elf64bmip-defs.sh.
31 (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
32 settings.
33 (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
34 * emulparams/elf64btsmip.sh: Bring in definitions from
35 elf64bmip-defs.sh.
36 (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
37 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
38
f52d1d64
JJ
392002-10-16 Jakub Jelinek <jakub@redhat.com>
40
41 * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
42 (s390-*-linux*): Add elf64_s390 emulation if want64.
43 * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
44 genscript.sh changes.
45 * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
46 * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
47
03bdc404
AM
482002-10-15 Alan Modra <amodra@bigpond.net.au>
49
50 * ldlang.c (load_symbols): Revert last change.
51
c6db2f05
AM
522002-10-14 Alan Modra <amodra@bigpond.net.au>
53
7c519c12
AM
54 * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
55 just_syms_flag.
56 (lang_reasonable_defaults): Don't compare against false.
57 (size_input_section): Likewise.
58 (lang_size_sections_1): Likewise.
59 (lang_do_assignments): Likewise.
60 (lang_add_output): Likewise.
61
c6db2f05
AM
62 * Makefile.am: Run "make dep-am".
63 * Makefile.in: Regenerate.
64 * ldver.c: #include "bfdver.h".
65
e1026ffb
SC
662002-10-13 Stephane Carrez <stcarrez@nerim.fr>
67
68 * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
69 .finiN section.
70 * scripttempl/elfm68hc12.sc: Likewise.
71
2d801b0f
AM
722002-10-11 Alan Modra <amodra@bigpond.net.au>
73
fe213ce2
AM
74 * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
75
2d801b0f
AM
76 * ldgram.y (memory_spec): Provide empty action.
77 (section <NAME>): Likewise.
78
599917b8
JJ
792002-10-10 Jakub Jelinek <jakub@redhat.com>
80
81 * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
82 they have OUTPUT_FORMAT not matching actual output format.
83 * ldlang.c (lang_get_output_target): New function.
84 (open_output): Use it.
85 * ldlang.h (lang_get_output_target): New prototype.
86
24cdb50a
AM
872002-10-10 Alan Modra <amodra@bigpond.net.au>
88
89 * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
90 when orphan is .rel, .rela when orphan is .rela.
91 (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
92 first. Remove outsecname var.
93
a2b3c630
SC
942002-10-09 Richard Shann <richard.shann@superh.com>
95 Stephen Clarke <stephen.clarke@superh.com>
96
97 * Makefile.am: Add eshelf32_linux.o and
98 eshlelf32_linux.o, new emulations for sh64 Linux.
99 * Makefile.in: Regenerate.
100 * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
101 * emulparams/shelf32_linux.sh: New file.
102 * emulparams/shlelf32_linux.sh: New file.
7c519c12 103
c04c9586
L
1042002-10-08 H.J. Lu <hjl@gnu.org>
105
106 * ldlang.c (lang_file_exist): Removed.
107 (new_afile): Revert the last change.
108 * ldlang.h (lang_file_exist): Removed.
109 * lexsup.c (parse_args): Revert the last change.
110
39cebe23
NC
1112002-10-07 Ralf Habacker <Ralf.Habacker@freenet.de>
112
113 * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
114 auto-import symbols.
115 (make_one): Create _nm_<symbol> for data only.
116
53b2a62f
NC
1172002-10-05 Elias Athanasopoulos <eathan@otenet.gr>
118
119 * ldlang.c (lang_file_exist): New function.
7c519c12 120 (new_afile): Abort if the filename to be added matches the linker
53b2a62f
NC
121 output filename.
122 * ldlang.h: Add prototype for lang_file_exist.
123 * lexsup.c (parse_args): Abort if the output filename matches
124 one of the input filenames.
125
a86a09cc
AM
1262002-10-02 Alan Modra <amodra@bigpond.net.au>
127
128 * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
129
ba493122
AM
1302002-09-30 Alan Modra <amodra@bigpond.net.au>
131
1bf0a4d9
AM
132 * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
133 * scripttempl/elfm68hc11.sc: Likewise.
134 * scripttempl/elfm68hc12.sc: Likewise.
135
ba493122
AM
136 * emultempl/elf32.em (output_rel_find): Always place orphan loadable
137 reloc sections just before .rel.plt/.rela.plt.
138 (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
139 Only put loadable reloc sections in hold_rel.
140
fdb9132d
L
1412002-09-29 H.J. Lu <hjl@gnu.org>
142
42f98619 143 * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
fdb9132d 144
ff326826
DJ
1452002-09-25 Daniel Jacobowitz <drow@mvista.com>
146
147 From "Anita Kulkarni" <AnitaK@kpit.com>
148 * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
149 sections.
150
0ae1cf52
AM
1512002-09-25 Alan Modra <amodra@bigpond.net.au>
152
1ddd7b13
AM
153 * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
154 TARGET_PAGE_SIZE.
155 * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
156 SEGMENT_SIZE alignment.
157 * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
158 (SEGMENT_SIZE): Define.
159
0ae1cf52
AM
160 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
161 (fold_binary): Correct abs - non-abs case.
162 (fold_trinary): New. Split out from exp_fold_tree.
163
06143382
AM
1642002-09-24 Alan Modra <amodra@bigpond.net.au>
165
166 * emulparams/elf64ppc.sh (DATA_ADDR): Define.
167 * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
168 for start of .data, instead align up to 256M boundary.
169 * scripttempl/aix.sc: Likewise.
170
8e616ecc
DD
1712002-09-22 Mark Elbrecht <snowball3@softhome.net>
172
173 * scripttempl/i386go32.sc: Handle bss unique sections.
174
5cfb2bb2
AM
1752002-09-21 Alan Modra <amodra@bigpond.net.au>
176
177 * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
178
dd2e0905
SC
1792002-09-17 Stan Cox <scox@redhat.com>
180
181 * emulparams/elf32bmipn32-defs.sh: New file.
182 * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
183 * emulparams/elf32btsmipn32.sh: Likewise.
184 * emulparams/elf64bmip.sh: Likewise.
185 * emulparams/elf64btsmip.sh: Likewise.
186
4ada7262
DB
1872002-09-16 Bruno Haible <bruno@clisp.org>
188
189 * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
190 elf32-i386-freebsd.
191 * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
192 elf64-alpha-freebsd.
193
e09f4395
NC
1942002-09-11 Nick Clifton <nickc@redhat.com>
195
004d9caf
NC
196 * NEWS: New TI port supports both C4x and C3x series of DSPs.
197
e09f4395
NC
198 * po/tr.po: Updated Turkish translation.
199
004d9caf 2002002-09-06 Jeffrey A Law (law@redhat.com)
0b3a6a28 201
7c519c12 202 * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
0b3a6a28 203
3e369e96
NC
2042002-09-02 Nick Clifton <nickc@redhat.com>
205
67010b46
NC
206 * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
207 __ep.
208 * emulparams/v850.sh (TEMPLATE_NAME): Define.
3e369e96 209
5435462c
NC
2102002-08-30 Nick Clifton <nickc@redhat.com>
211
212 * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
213 used. Change INSN to start at 0x01000000 and extend for
214 256K (ignoring holes). Start the STACK on a word aligned
215 boundary.
7c519c12 216 (.rodata): Start it at the READONLY_START_ADDR.
5435462c 217
5c368657
AM
2182002-08-30 Alan Modra <amodra@bigpond.net.au>
219
220 * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
221
026df7c5
NC
2222002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
223
224 * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
225 added makefile targets for this file.
226 * Makefile.in: Regenerate.
227 * configure.tgt: Added tic4x-coff and c4x-coff emulations.
228 * NEWS: Mention new port.
229
2302002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
231
232 * emulparams/tic3xcoff.sh: New file.
233 * emulparams/tic4xcoff.sh: New file.
234 * scripttempl/tic3xcoff.sc: New file.
235 * scripttempl/tic4xcoff.sc: New file.
236
c89e8944
AM
2372002-08-28 Alan Modra <amodra@bigpond.net.au>
238
239 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
240 strtoul and strtoull with bfd_scan_vma.
241 (gld${EMULATION_NAME}_read_file): Likewise.
242
6459ecfa
AM
2432002-08-28 Alan Modra <amodra@bigpond.net.au>
244
245 * configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
246
ad5211be
NC
2472002-08-27 Egor Duda <deo@logos-m.ru>
248
249 * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
250 Add symbols for application to access them.
251
88f7bcd5
NC
2522002-08-27 Nick Clifton <nickc@redhat.com>
253
254 * emultempl/armelf.em: Revert this patch, it is not needed.
7c519c12 255
88f7bcd5
NC
256 2002-08-22 Adam Nemet <anemet@lnxw.com>
257
8e523c23 2582002-08-20 Dan Kegel <dank@kegel.com>
7c519c12 259
8e523c23
NC
260 * configure.in: added --with-lib-path argument to ld's configure
261 to set LIB_PATH.
262 * ld/NEWS: Document new switch.
263 * ld/README: Mention new switch.
264 * configure: Regenerate.
265 * Makefile.in: Regenerate.
7c519c12 266
8e523c23
NC
267 Based on this patch:
268 2001-04-25 Christopher Faylor <cgf@cygnus.com>
269
270 * Makefile.in (LIB_PATH): Make configurable.
271 (GENSCRIPTS): Set LIB_PATH in environment.
272 * configure.in: Substitute LIB_PATH.
273
d9a7f7ab
NC
2742002-08-22 Adam Nemet <anemet@lnxw.com>
275
276 * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
277 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
278 depending on the type of the function.
279 (arm_elf_convert_thumb_symbol_to_address): New function.
280
ed71e111
NC
2812002-08-22 Graeme Peterson <gp@qnx.com>
282
283 * Makefile.am: Add esh{l}elf_nto.o files.
284 * Makefile.in: Regenerate.
285 * configure.tgt: Add support for sh-**-nto* targets.
286 * emulparams/shelf_nto.sh: New file.
287 * emulparams/shlelf_nto.sh: New file.
288
7abb6dea
AM
2892002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
290
291 * ldlang.c (offsetof): Define if not defined.
292
e9229007
L
2932002-08-14 H.J. Lu <hjl@gnu.org>
294
295 * configure.tgt: Always enable 64bit emulations for 32bit
296 Linux/mips.
297
c553bb91
AM
2982002-08-13 Alan Modra <amodra@bigpond.net.au>
299
300 * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
301 (MAXPAGESIZE): Set to 1.
302
303 * ld.h (ALIGN_N): Delete.
304 * ldexp.h (align_n): Declare.
305 * ldexp.c (align_n): New function.
306 (fold_binary): Use align_n instead of ALIGN_N.
307 (exp_fold_tree): Likewise.
308 * ldlang.c (lang_size_sections_1): Likewise.
309 (lang_one_common): Likewise.
3c6706bb 310 * ld.texinfo (ALIGN): Remove power of 2 restriction.
c553bb91 311
59bc061d
NC
3122002-07-31 Graeme Peterson <gp@qnx.com>
313
314 * configure.tgt: Add support for powerpc{le}-*-nto* targets.
315 * Makefile.am: Add eelf32{l}ppcnto.o files.
316 * Makefile.in: Regenerate.
317 * emulparams/elf32lppcnto.sh: New file.
318 * emulparams/elf32ppcnto.sh: New file.
319
31941635
L
3202002-08-07 H.J. Lu <hjl@gnu.org>
321
322 * ld.texinfo: Document --no-undefined-version.
323
324 * ldlang.c (lang_new_vers_pattern): Set the `symver' and
325 `script.' fields to 0.
326
327 * ldmain.c (main): Initialize the allow_undefined_version to
328 true.
329
330 * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
331 (ld_options): Add --no-undefined-version.
332 (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
333
2004afbc
NC
3342002-08-07 Nick Clifton <nickc@redhat.com>
335
336 * emultempl/armelf.em (arm_elf_before_allocation): Only search for
337 an interworking bfd if there are input bfds. (107501)
338
7fc44b9c
AM
3392002-08-06 Alan Modra <amodra@bigpond.net.au>
340
341 * emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
342 2002-05-10 change.
343
24a1ba0f
NC
3442002-08-01 Nick Clifton <nickc@redhat.com>
345
346 * emulparams/armelf.sh: Revert previous delta.
347 * scripttempl/elf.sc: Revert previous delta.
348
ebc6e014
L
3492002-07-31 H.J. Lu <hjl@gnu.org>
350
351 * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
352 --enable-64-bit-bfd.
353
39a2a3eb
L
3542002-07-31 H.J. Lu <hjl@gnu.org>
355
356 * configure.tgt: Enable x86-64 emulation for Linux/i386 if
357 64bit BFD is selected.
358
a0dfa6a8
L
3592002-07-31 H.J. Lu <hjl@gnu.org>
360
361 * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
362 if 64bit BFD is selected.
363
f7c33884
NC
3642002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
365
366 * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
367 link_info.common_skip_ar_aymbols.
368 * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
369
370 * ldmain.c (main): Initialize new field
371 link_info.common_skip_ar_aymbols.
372
8f64befb
NC
3732002-07-31 Adam Nemet <anemet@lnxw.com>
374
375 * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it
376 to .plt.thumb.
377 * scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is
378 used.
379
500800ca
NC
3802002-07-31 Nick Clifton <nickc@redhat.com>
381
382 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
383 of the PDP-11 and 2.11BSD a.out support.
384
7808a785
TS
3852002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
386
387 * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
388 for n32 ABI support.
389 * Makefile.in: Regenerate.
390 * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
391 n32 ABI emulations for these 64 bit targets.
392 * emulparams/elf32bmipn32.sh: Expand comment.
393 * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
394 n32 ABI.
395 * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
396
7e392df6
NC
3972002-07-30 Graeme Peterson <gp@qnx.com>
398
399 * configure.tgt: Add support for arm-*-nto target.
400 * Makefile.am: Add earmnto.o file.
401 * Makefile.in: Regenerate.
402 * NEWS: Mention port of ARM support to QNX.
403 * emulparams/armnto.sh: New file.
404
704afa60
JJ
4052002-07-30 Jakub Jelinek <jakub@redhat.com>
406
407 * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
408 for relocatable link.
409 (lang_size_sections_1): Don't make .tbss zero size for relocatable
410 link.
411
7dcd22c2
BS
4122002-07-26 Bernd Schmidt <bernds@redhat.com>
413
414 * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
415 (STACK_ADDR): New.
416
219576a4
NC
4172002-07-25 Nick Clifton <nickc@redhat.com>
418
419 * po/sv.po: Updated Swedish translation.
420 * po/es.po: Updated Spanish translation.
421 * po/fr.po: Updated French translation.
422
ff3063f5
NC
4232002-07-24 Nick Clifton <nickc@redhat.com>
424
425 * po/sv.po: Updated Swedish translation.
426 * po/es.po: Updated Spanish translation.
427
0461a601
NC
4282002-07-23 Nick Clifton <nickc@redhat.com>
429
ff3063f5 430 * po/fr.po: Updated French translation.
0461a601 431
25844aae
AM
4322002-07-20 Alan Modra <amodra@bigpond.net.au>
433
434 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
435 bomb on /DISCARD/ input section.
436 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
437 * emultempl/mmo.em (mmo_place_orphan): Likewise.
438
3595bd6e
HPN
4392002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
440
441 * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
442 output section.
443
cf88bb9f
NC
4442002-07-16 Denis Chertykov <denisc@overta.ru>
445 Nick Clifton <nickc@redhat.com>
446 Frank Ch. Eigler <fche@redhat.com>
447 John Healy <jhealy@redhat.com>
448
449 * configure.tgt: Add support for ip2k-elf.
450 * Makefile.am: Add support for ip2k-elf.
451 * Makefile.in: Regenerate.
452 * emulparams/elf32ip2k.sh: New file.
453 * scripttempl/ip2k.sc: New file
454 * NEWS: Mention support for new port.
455
2cbb2eef
NC
4562002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
457
458 * NEWS: Add 'Changes in 2.13'.
459
96a94295
L
4602002-07-14 H.J. Lu <hjl@gnu.org>
461
462 * ld.texinfo: Document a .symver takes precedence over a
463 version script.
464
120d20f2
AM
4652002-07-12 Alan Modra <amodra@bigpond.net.au>
466
467 * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
468 (COMMONPAGESIZE): Define.
469
0d2ddeb2
AM
4702002-07-09 Alan Modra <amodra@bigpond.net.au>
471
472 * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
473
554690ed
AM
4742002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
475
476 * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
477 powerpc-*-openbsd* and sparc64-*-openbsd*.
478 * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
479 * Makefile.in: Regenerate.
480 * emulparams/hppaobsd.sh: New file.
481
34786259
AM
4822002-07-05 Alan Modra <amodra@bigpond.net.au>
483
484 * ldlang.c (print_wild_statement): Fix output formatting.
485
4bd5a393
AM
4862002-07-04 Alan Modra <amodra@bigpond.net.au>
487
488 * ldlang.c: (strip_excluded_output_sections): New function.
489 (lang_process): Call it.
490 (lang_size_sections_1): Revert 2002-06-10 change.
491
ce4f7385
AM
4922002-07-03 Alan Modra <amodra@bigpond.net.au>
493
494 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
495 Run "make dep-am".
496 * Makefile.in: Regenerate.
497
b7b482a3
AM
4982002-07-02 Alan Modra <amodra@bigpond.net.au>
499
71daf8b4
AM
500 * ldfile.c (ldfile_try_open_bfd): Formatting.
501
b7b482a3
AM
502 * ldmisc.c (demangle): Move so that it doesn't intrude between
503 vfinfo comment and body. Add comment.
504
29e2951e
AM
5052002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
506
507 * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
508
e3e942e9
AM
5092002-07-01 Alan Modra <amodra@bigpond.net.au>
510
511 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
512 * ldlang.c (entry_sym): Likewise.
513 (ldlang_undef_chain_list_type): Likewise.
514 (lang_finish): Adjust references to entry_symbol.
515 (lang_add_entry): Likewise.
516 (lang_gc_sections): Use link_info.gc_sym_list.
517 (lang_process): Set link_info.gc_sym_list.
518 * ldlex.l: Include bfdlink.h.
519 * ldmain.c (main): Init link_info.gc_sym_list.
520 * emultempl/aix.em: Adjust references to entry_symbol.
521 * emultempl/armcoff.em: Likewise.
522 * emultempl/armelf.em: Likewise.
523 * emultempl/pe.em: Likewise.
524 * emultempl/ppc64elf.em (ppc_after_open): New function.
525 (LDEMUL_AFTER_OPEN): Define.
526 * emulparams/elf64ppc.sh: KEEP .opd sections.
527
a66c0f2c
SC
5282002-06-29 Stephane Carrez <stcarrez@nerim.fr>
529
530 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
531 * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
532 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
533 (EEPROM_START_ADDR): Define.
534 (EEPROM_MEMORY): Define.
535 * emulparams/m68hc12elf.sh: Likewise.
536 * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
537 section to put soft registers in .page0.
538 * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
539
2b67cf00
JL
5402002-06-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
541
542 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
543 section. Add ${RELOCATING-0}.
544
219576a4 5452002-06-26 J"orn Rennecke <joern.rennecke@superh.com>
164c4054
JR
546
547 * emulparams/shelf.sh (STACK_ADDR): Don't define.
548 (OTHER_SECTIONS): Define.
549 * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
550 (OTHER_SECTIONS): Undef.
551
fc28fbc2
AM
5522002-06-26 Alan Modra <amodra@bigpond.net.au>
553
554 * ldmisc.c (demangle): Restore dots stripped from sym name.
555
a13a0de8
L
5562002-06-25 H.J. Lu <hjl@gnu.org>
557
558 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
559 * Makefile.in: Regenerated.
560
b553b183
NC
5612002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
562
563 * ld.texinfo (Bug Reporting): Update text to suggest a limit on
564 the size of attached object files, to allow make the object files
565 available via FTP or HTTP and to mention that the mail will be
566 sent to a mailing list.
567
2755afba
NC
5682002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
569
570 * ld/configure.host (romp): Drop support.
571
7d0a848e
CD
5722002-06-18 Chris Demetriou <cgd@broadcom.com>
573
574 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
575 section flags for SEC_DATA, rather than for SEC_CODE being unset.
576
8505f884
CD
5772002-06-18 Chris Demetriou <cgd@broadcom.com>
578
579 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
580 format specifier used to print BFD name.
581
7d553a40
DB
5822002-06-18 Dave Brolley <brolley@redhat.com>
583
584 From Catherine Moore, Michael Meissner, Jim Blandy:
585 * emulparams/elf32frv.sh: New file.
586 * configure.tgt: Support frv-*-*.
587 * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
588 (eelf32frv.c): New target.
589
82434356
TR
5902002-06-17 Tom Rix <trix@redhat.com>
591
a59f3d35 592 * emultempl/elf32.em: gld*_get_script: Check for
82434356
TR
593 GENERATE_COMBRELOC_SCRIPT.
594 * scripttempl/elfd10v.sc : Fix STACK and INSN.
595 * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
596
219576a4 5972002-06-13 J"orn Rennecke <joern.rennecke@superh.com>
5d9b5481
JR
598
599 * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
600
c4bb8067
L
6012002-06-12 H.J. Lu <hjl@gnu.org>
602
603 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
604 false if xvec doesn't match.
605
e052cfbe
RS
6062002-06-10 Richard Sandiford <rsandifo@redhat.com>
607
608 * ldlang.c (lang_size_sections_1): Skip removed output sections.
609
4da711b1
AM
6102002-06-08 Alan Modra <amodra@bigpond.net.au>
611
612 * ldexp.c: Replace CONST with const.
613 * ldfile.c: Likewise.
614 * ldfile.h: Likewise.
615 * ldlex.l: Likewise.
616 * mri.c: Likewise.
617 * pe-dll.h: Likewise.
618
eb95bb9a
AM
6192002-06-07 Alan Modra <amodra@bigpond.net.au>
620
621 * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
622
e0076ab3
NC
6232002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
624
625 * ld/ldmain.c (main): initialize link_info.pei386_auto_import
626 to -1 == implicit enable.
627 * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
628 initialize link_info.pei386_auto_import to -1 == implicit
629 enable.
630 (gld_${EMULATION_NAME}_parse_args): When processing
631 --enable-auto-import and --disable-auto-import options, use
632 '1' and '0' instead of 'true' and 'false'.
633 (pe_find_data_imports): Only issue message about auto-import
634 when the feature is implicitly enabled. Downgrade message to
635 informational instead of warning.
636
f13a5424
AM
6372002-06-07 Alan Modra <amodra@bigpond.net.au>
638
639 * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
640
1abffd82
JL
6412002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
642
643 * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
644 HOSTING_CRT0 and HOSTING_LIBS.
645
e0076ab3 6462002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
7a33bc10
JR
647
648 * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
649
4a5e698d
JT
6502002-06-05 Jason Thorpe <thorpej@wasabisystems.com>
651
652 * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
653 (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
654
1d475d82
AM
6552002-06-05 Alan Modra <amodra@bigpond.net.au>
656
657 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
658 SEC_EXCLUDE sections when doing a relocatable link.
659
5b0e55b6
JT
6602002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
661
662 * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
663 eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
664 (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
665 (eshlelf64_nbsd.c): New rules.
666 * Makefile.in: Regenerate.
667 * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
668 (sh64-*-netbsd*): New targets.
669 * emulparams/shelf32_nbsd.sh: New file.
670 * emulparams/shelf64_nbsd.sh: New file.
671 * emulparams/shlelf32_nbsd.sh: New file.
672 * emulparams/shlelf64_nbsd.sh: New file.
673
9ad85d9b
AM
6742002-06-04 Alan Modra <amodra@bigpond.net.au>
675
676 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
677
0c9b4fee
MM
6782002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
679
680 * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
681 C++ constructors/destructors, loosely based on the m68hc11 port.
682
2c538bde
AM
6832002-05-31 Alan Modra <amodra@bigpond.net.au>
684
685 * Makefile.in: Regenerate.
686 * aclocal.m4: Regenerate.
687 * config.in: Regenerate.
688 * configure: Regenerate.
689
a0cb91c6
AM
6902002-05-31 Graeme Peterson <gp@qnx.com>
691
692 * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
693 (ei386nto.c): Add rule.
694 * Makefile.in: Regenerate.
695 * configure.tgt: Add i[3456]86-*-nto-qnx*.
696 * emulparams/i386nto.sh: New file.
697
37020578
JT
6982002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
699
700 * NEWS: Add entry for VAX ELF support.
701
ab68f3e0 7022002-05-29 Matt Thomas <matt@3am-software.com>
a59f3d35 703 Jason Thorpe <thorpej@wasabisystems.com>
ab68f3e0
JT
704
705 * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
706 (eelf32vax.c)
707 (evaxnbsd.c): New rules.
708 * Makefile.in: Regenerate.
709 * configure.tgt (vax-*-netbsdelf*)
710 (vax-*-netbsdaout*)
711 (vax-*-netbsd*): New targets.
712 * emulparams/elf32vax.sh: New file.
713 * emulparams/vaxnbsd.sh: New file.
714
8afb0e02
NC
7152002-05-29 Adam Nemet <anemet@lnxw.com>
716
717 * emultempl/armelf.em (arm_elf_after_open): Don't determine
718 bfd_for_interwork, instead add glue sections to each input bfd.
719 (bfd_for_interwork): New global.
720 (arm_elf_set_bfd_for_interworking): New function.
721 (arm_elf_before_allocation): Use it.
722
d172d4ba
NC
7232002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
724
725 * Makefile.am: Add DLX make target.
726 * configure.tgt: Add DLX configuration.
727 * Makefile.in: Regenerate.
728 * emulparams/elf32_dlx.sh: New file
729 * scripttempl/dlx.sc: New file
730
b4477fa8
NC
7312002-05-27 Per Lundberg <per@caleb.dnsalias.org>
732
733 * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
734 * Makefile.in: Regenerate.
735 * emulparams/elf_chaos.sh: Use elf_chaos script.
736 * scripttempl/elf_chaos.sc: New file.
737
ee3cc2e2
RS
7382002-05-27 Richard Sandiford <rsandifo@redhat.com>
739
740 * ldlang.c (lang_size_sections_1): Move check for conflicting load
741 addresses and regions from here...
742 (lang_get_regions): ...to this new function.
743 (lang_leave_output_section_statement): Use lang_get_regions.
744 (lang_leave_overlay): Likewise.
745 * mri.c (mri_draw_tree): Pass null as last argument to
746 lang_leave_output_section_statement.
747 * emultempl/elf32.em (gld*_place_orphan): Likewise.
748 * emultempl/mmo.em (mmo_place_orphan): Likewise.
749 * emultempl/pe.em (gld*_place_orphan): Likewise.
750
aa501e5c
JT
7512002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
752
753 * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
754
658957db
KH
7552002-05-25 Kazu Hirata <kazu@cs.umass.edu>
756
757 * ldemul.c: Fix formatting.
758 * ldfile.c: Likewise.
759 * pe-dll.c: Likewise.
760 * pe-dll.h: Likewise.
761
3511b595
AM
7622002-05-25 Alan Modra <amodra@bigpond.net.au>
763
0d6d936f
AM
764 * ldlang.c (lang_process): Formatting, grammar.
765
3511b595
AM
766 * ldlex.l: Use #include "" instead of <> for local header files.
767
436e8db0
NC
7682002-05-24 TAMURA Kent <kent@netbsd.org>
769
770 * configure.tgt: Add a target for i386-netbsdpe.
771
13ae64f3
JJ
7722002-05-23 Jakub Jelinek <jakub@redhat.com>
773
774 * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
775 * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
776 output section if necessary. Handle .tbss.
777 (lang_size_sections): Clear _raw_size for .tbss section
778 (it allocates space in PT_TLS segment only).
779 * ldwrite.c (build_link_order): Build link order for .tbss too.
780
68b2fc7a
AM
7812002-05-23 Alan Modra <amodra@bigpond.net.au>
782
783 * configure.in: Correct spelling of AC_PREREQ.
784
70b0be79
CF
7852002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
786
787 * pe-dll.c (autofilter_liblist): Add more system libs excluded by
788 default.
789 (autofilter_objlist): Add crtbegin.o, crtend.o.
790
7912002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
792
793 * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
794 (longopts): Add new option --exclude-libs.
795 (gld_${EMULATION_NAME}_list_options): Give quick help about it.
796 (gld_${EMULATION_NAME}_parse_args): Use it.
797 * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
798 * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
799 from whole archives.
800 (pe_dll_add_excludes): Set excludes->type.
801 (auto_export): Add new variable libname and set to archive basename if
802 abfd. Use it when filtering default and user-specified libarary
803 excludes. Let string "ALL" mean all libs when filtering user-specified
804 libs.
805 * ld.texinfo: Document --exclude-libs.
806
fac1652d
AM
8072002-05-22 Alan Modra <amodra@bigpond.net.au>
808
809 * ldemul.c (ldemul_new_vers_pattern): New function.
810 * ldemul.h (ldemul_new_vers_pattern): Declare.
811 (struct ld_emulation_xfer_struct): Add new_vers_pattern.
812 * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
813 * emultempl/ppc64elf.em (dotsyms): New static var.
814 (gld${EMULATION_NAME}_new_vers_pattern): New function.
815 (LDEMUL_NEW_VERS_PATTERN): Define.
816 (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
817 (PARSE_AND_LIST_LONGOPTS): Likewise.
818 (PARSE_AND_LIST_ARGS_CASES): Handle them.
819 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
820 initialiser.
821 * emultempl/armcoff.em: Likewise.
822 * emultempl/armelf_oabi.em: Likewise.
823 * emultempl/beos.em: Likewise.
824 * emultempl/elf32.em: Likewise.
825 * emultempl/generic.em: Likewise.
826 * emultempl/gld960.em: Likewise.
827 * emultempl/gld960c.em: Likewise.
828 * emultempl/linux.em: Likewise.
829 * emultempl/lnk960.em: Likewise.
830 * emultempl/m68kcoff.em: Likewise.
831 * emultempl/mipsecoff.em: Likewise.
832 * emultempl/pe.em: Likewise.
833 * emultempl/sunos.em: Likewise.
834 * emultempl/ticoff.em: Likewise.
835 * emultempl/vanilla.em: Likewise.
836
eb3d6bb8
AM
8372002-05-22 Alan Modra <amodra@bigpond.net.au>
838
839 * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
840 and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
841 (LIB_SEARCH_DIRS): No need to use "tr".
842 (COMPILE_IN): Only set for native targets.
843 * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
844 here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
845 * configure.tgt (powerpc*): Set tdir_*.
846 (powerpcle*): Correct targ_extra_emuls.
847 * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
848 * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
849
54f24647
AM
8502002-05-22 Alan Modra <amodra@bigpond.net.au>
851
852 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
853 calling lang_add_entry.
854
aa713662
L
8552002-05-21 H.J. Lu (hjl@gnu.org)
856
857 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
858 "-z muldefs".
859 (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
860
861 * ld.texinfo: Updated for --allow-multiple-definition and
862 "-z muldefs".
863
864 * ldmain.c (main): Initialize the allow_multiple_definition
865 field to false.
866
867 * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
868 (ld_options): Add --allow-multiple-definition.
869 (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
870
658f2588
JT
8712002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
872
873 * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
874 (earmelfb_nbsd.c): New rule.
a59f3d35 875 * Makefile.in: Regenerate.
658f2588 876 * configure.tgt (armeb-*-netbsdelf*): New target.
a59f3d35 877 (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
658f2588
JT
878 (arm-*-netbsd*): Likewise.
879 * emulparams/armelfb_nbsd.sh: New file.
880
ca10c62d
TR
8812002-05-18 Tom Rix <trix@redhat.com>
882
a59f3d35 883 * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
ca10c62d
TR
884 support.
885
fae1e84f
MM
8862002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
887
888 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
889 * Makefile.in: Regenerate.
890 * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
891
7c8bf1e8
MM
8922002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
893
894 * emulparams/avr1.sh: New file.
895 * emulparams/avr2.sh: New file.
896 * emulparams/avr3.sh: New file.
897 * emulparams/avr4.sh: New file.
898 * emulparams/avr5.sh: New file.
899 * scripttempl/avr.sc: New file.
900
c2c01aa7
AM
9012002-05-15 Alan Modra <amodra@bigpond.net.au>
902
903 * ldlang.c (section_already_linked): Call bfd_link_just_syms.
904 (lang_place_orphans): Abort if just_syms_flag.
905
f1f0d9ab
TR
9062002-05-10 Tom Rix <trix@redhat.com>
907
a59f3d35 908 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
f1f0d9ab
TR
909 architecture and machine information in the output bfd.
910 (gld*_before_parse): Remove old arch and machine code.
911 (choose_target): Rename to gld*_choose_target.
a59f3d35
AM
912 (rtld): Change type to int.
913 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
f1f0d9ab
TR
914 objects in XCOFF archives.
915 * ldfile.h: Update copyright date.
916
f4d73366
JJ
9172002-05-10 Jakub Jelinek <jakub@redhat.com>
918
919 * ldmain.c (main): Enable -z combreloc by default.
920
d3d8a9ee
NC
9212002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
922
923 * Makefile.am: Honour DESTDIR.
924 * Makefile.in: Regenerate.
925
9f88b410
RS
9262002-05-07 Richard Sandiford <rsandifo@redhat.com>
927
928 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
929 (lang_enter_overlay): Remove the last two parameters.
930 (lang_leave_overlay): Take them here instead.
931 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
932 (section): Pass LMA and crossref flag to lang_leave_overlay rather
933 than lang_enter_overlay.
934 * ldlang.c (lang_memory_region_lookup): Return null for null names.
935 (lang_output_section_statement_lookup): Initialize update_dot_tree.
936 (lang_size_sections_1): Evaluate it.
937 (lang_leave_output_section_statement): Rework LMA lookup.
938 (overlay_lma, overlay_nocrossrefs): Remove.
3511b595 939 (lang_enter_overlay): Remove LMA and crossref arguments.
9f88b410
RS
940 (lang_enter_overlay_section): Don't set the LMA here.
941 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
942 assignment to the last section's update_dot_tree. Unconditionally
943 use the load and run-time regions specified in the OVERLAY statement.
944 Likewise the first section's LMA. Only set the other sections' LMAs
945 when no load region is given.
946
b9a743c8
NC
9472002-05-06 Nick Clifton <nickc@redhat.com>
948
949 * po/sv.po: New translation.
950
a3d60be3
AM
9512002-05-04 Alan Modra <amodra@bigpond.net.au>
952
953 * emultempl/hppaelf.em (build_section_lists): New function.
954 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
955 and build_section_lists.
956
b7a26f91
KH
9572002-05-03 Kazu Hirata <kazu@cs.umass.edu>
958
959 * ld.h: Fix formatting.
960 * ldexp.c: Likewise.
961 * ldfile.c: Likewise.
962 * ldlang.c: Likewise.
963 * ldmain.c: Likewise.
964 * lexsup.c: Likewise.
965 * pe-dll.c: Likewise.
966
805fc799
AM
9672002-05-02 Alan Modra <amodra@bigpond.net.au>
968
969 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
970 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
971 (build_section_lists): Do output_section tests here.
972
cc7e59b2
TR
9732002-04-30 Tom Rix <trix@redhat.com>
974
975 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
976
9c1d81c1
AM
9772002-05-01 Alan Modra <amodra@bigpond.net.au>
978
979 Long branch stubs, multiple stub sections.
980 * emultempl/ppc64elf.em: Include ldctor.h.
981 (stub_file): New var.
982 (group_size): New var.
983 (ppc_create_output_section_statements): New function.
984 (struct hook_stub_info): New.
985 (hook_in_stub): New function.
986 (ppc_add_stub_section): New function.
987 (ppc_layout_sections_again): New function.
988 (build_section_lists): New function.
989 (gld${EMULATION_NAME}_finish): Rewrite.
990 (real_func): New var.
991 (ppc_for_each_input_file_wrapper): New function.
992 (ppc_lang_for_each_input_file): New function.
993 (lang_for_each_input_file): Define.
994 (PARSE_AND_LIST_PROLOGUE): Define.
995 (PARSE_AND_LIST_LONGOPTS): Define.
996 (PARSE_AND_LIST_OPTIONS): Define.
997 (PARSE_AND_LIST_ARGS_CASES): Define.
998 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
999
aa67bccf
TR
10002002-04-30 Tom Rix <trix@redhat.com>
1001
a59f3d35
AM
1002 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
1003 -blibpath, -bnolibpath support.
1004
94349e12
MM
10052002-04-30 Mark Mitchell <mark@codesourcery.com>
1006
1007 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
1008 (eelf32ppcwindiss.c): New target.
1009 * Makefile.in: Regenerated.
1010 * configure.tgt: Add support for powerpc-*-windiss.
1011 * emulparams/elf32ppcwindiss.sh: New file.
a59f3d35 1012
7b17f854
RS
10132002-04-30 Richard Sandiford <rsandifo@redhat.com>
1014
1015 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
1016 * ldexp.c (exp_print_token): Add "infix_p" argument.
1017 (exp_print_tree): Update accordingly.
1018
596dafeb
AM
10192002-04-28 Alan Modra <amodra@bigpond.net.au>
1020
1021 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
1022 * Makefile.in: Regenerate.
1023 * mpw-elfmips.c: Delete.
1024 * mpw-eppcmac.c: Delete.
1025 * mpw-esh.c: Delete.
1026 * mpw-idtmips.c: Delete.
1027
219576a4 10282002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
a44d7f9c
JR
1029
1030 * emulparams/shelf32.sh (MACHINE): Now sh5.
1031
944cd72c
TS
10322002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1033
1034 * ldgram.y: Fix syntax warning.
1035
5835c212
NC
10362002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
1037
1038 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
1039 to prevent "-n" from being taken as an abbreviation for
1040 "--no-pipeline-knowledge".
1041
024531e2
AM
10422002-04-08 Alan Modra <amodra@bigpond.net.au>
1043
d08a14c3
AM
1044 * ldlang.c (lang_size_sections_1): Don't complain about
1045 SEC_NEVER_LOAD sections having no memory region specified.
1046
024531e2
AM
1047 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
1048
c657a1f0
MG
10492002-04-07 matthew green <mrg@redhat.com>
1050
1051 * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
1052
61bef6f1
AM
10532002-04-04 Alan Modra <amodra@bigpond.net.au>
1054
1055 * dep-in.sed: Cope with absolute paths.
1056 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
1057 Run "make dep-am".
1058 * Makefile.in: Regenerate.
1059
49ba2791
TS
10602002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1061
1062 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
1063
50e60fb5
JJ
10642002-04-03 Jakub Jelinek <jakub@redhat.com>
1065
1066 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
1067 is smaller than maximum, round dot up to common page boundary.
1068
6f12f4ca
AM
10692002-03-28 Alan Modra <amodra@bigpond.net.au>
1070
1071 * configure.host: Set up for generic hosts first, then tweak as
1072 necessary in more specific targets.
1073 (HOSTING_LIBS): Include libgcc_eh.a if found.
1074
a8f1f017
AJ
10752002-03-23 Andreas Jaeger <aj@suse.de>
1076
1077 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
1078
1d3fdf38
AM
10792002-03-21 Alan Modra <amodra@bigpond.net.au>
1080
1081 * Makefile.am: Run "make dep-am".
1082 * Makefile.in: Regenerate.
1083
79b1faa8
AM
10842002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
1085
1086 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
1087
fcf0e35b
AM
10882002-03-20 Alan Modra <amodra@bigpond.net.au>
1089
1090 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
1091 add the symbol to the linker hash table immediately.
1092 (lang_place_undefineds): Split symbol creation out..
1093 (insert_undefined): ..to here.
1094
fed2999d
DB
10952002-03-18 David O'Brien <obrien@FreeBSD.org>
1096
1097 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
1098 the contents of the buffer returned from basename function will are
1099 getting overwritten while still being used.
1100
219576a4
NC
11012002-03-18 Jan Hubicka <jh@suse.cz>
1102 Andreas Jaeger <aj@suse.de>
1103 Andreas Schwab <schwab@suse.de>
beb43bb9
JH
1104
1105 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
1106 * elf_x86_64.sh (ARCH): Set to i386:x86-64
1107 set libraries to default to lib64 paths.
1108
eb1e0e80
NC
11092002-03-18 Tom Rix <trix@redhat.com>
1110
1111 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
1112 * configure.tgt : Same.
1113 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
1114 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
1115 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
1116 emulation parameters for better -b32, -b64 support.
1117 * emulparms/aixrs6.sh : Same.
1118 * emulparms/ppcmacos.sh : Same.
1119 * emultempl/aix.em (choose_target) : Use new emulation parameters
1120 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
1121 * Makefile.in : Regenerate.
1122
a1c259a1
NC
11232002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1124
1125 * po/fr.po: Updated version.
1126
862120bd
AM
11272002-03-18 Alan Modra <amodra@bigpond.net.au>
1128
1129 * ldmain.c (main): Move .text readonly flag fudges from here..
1130 * ldlang.c (lang_process): ..to here.
1131
d35a52e2
AM
11322002-03-14 Alan Modra <amodra@bigpond.net.au>
1133
1134 * ldlang.c (lang_check): Remove the word size check added in last
1135 change. Treat emitrelocations case as for relocatable links.
1136
9ce88e60
NC
11372002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1138
1139 * po/fr.po: Updated version.
1140
30cba025
AM
11412002-03-13 Alan Modra <amodra@bigpond.net.au>
1142
1143 * ldlang.c (lang_check): Do relocatable link checks first, so that
1144 warn_mismatch can't override. Check compatible and word size too.
1145
84ec0e6d
DJ
11462002-03-07 Daniel Jacobowitz <drow@mvista.com>
1147
1148 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
1149
2d13d8c5
JJ
11502002-03-05 Jakub Jelinek <jakub@redhat.com>
1151
1152 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
1153 DATA_SEGMENT_ALIGN.
1154
b5090659
L
11552002-03-04 H.J. Lu <hjl@gnu.org>
1156
1157 * scripttempl/elf.sc: Put .preinit_array, .init_array and
1158 .fini_array in the data segment.
1159
f42ce16e
AM
11602002-03-04 Alan Modra <amodra@bigpond.net.au>
1161
1162 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
1163
de77b6ac
RH
11642002-03-01 David Mosberger <davidm@hpl.hp.com>
1165
1166 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
1167 .init_array, and .fini_array.
1168
997e08c0
AS
11692002-02-20 Andreas Schwab <schwab@suse.de>
1170
1171 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
1172 .IA64_unwind* in a relocatable link.
1173
9a66911f
NC
11742002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1175
1176 * NEWS: Mark 2.12 branch.
1177
d86bcc10
MS
11782002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
1179
1180 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
1181 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
1182
69f284c7
TR
11832002-02-18 Tom Rix <trix@redhat.com>
1184
1185 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
1186 (gld*_before_allocation): Same.
a8f1f017 1187 (gld*_create_output_section_statements): Generate
69f284c7
TR
1188 __rtinit if run time linking. Add librtl.a to the link.
1189 (gld*_read_file): Clean.
1190
82bd7b59
AM
11912002-02-18 Alan Modra <amodra@bigpond.net.au>
1192
1193 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
1194
ac3e50bf
DB
11952002-02-18 David O'Brien <obrien@FreeBSD.org>
1196
6a7f963b 1197 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
ac3e50bf
DB
1198 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
1199 and eelf64alpha_fbsd.
6a7f963b 1200 * Makefile.in: Regenerate.
ac3e50bf
DB
1201 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
1202 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
1203 use a FreeBSD-specific emulation rather than the psABI one.
1204 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
1205 for all FreeBSD ELF systems.
1206 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
1207 emulation.
1208 * emulparams/elf32ppc_fbsd.sh: Likewise.
1209 * emulparams/elf64_ia64_fbsd.sh: Likewise.
1210 * emulparams/elf64_sparc_fbsd.sh: Likewise.
1211 * emulparams/elf64alpha_fbsd.sh: Likewise.
1212 * emulparams/elf_i386_fbsd.sh: Likewise.
1213 * emulparams/elf_x86_64_fbsd.sh: Likewise.
1214
6ad738c5
NC
12152002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
1216
1217 * po/tr.po: Updated version.
1218
9673c93c
AM
12192002-02-18 Alan Modra <amodra@bigpond.net.au>
1220
1221 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
1222 (FILL): Likewise.
1223
1c5e6447
HPN
12242002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
1225
1226 * emultempl/mmo.em (mmo_after_open): Don't call
1227 _bfd_mmix_check_all_relocs when producing ELF output.
1228
8bb57516
RH
12292002-02-15 Richard Henderson <rth@redhat.com>
1230
de77b6ac 1231 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
8bb57516
RH
1232 definition. Emit a unop+nop pair.
1233
49fda6c8
HPN
12342002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1235
83c2d653
HPN
1236 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
1237 for presence of .MMIX.reg_contents.linker_allocated before early
1238 exit.
1239
49fda6c8
HPN
1240 * NEWS: Mention support for MMIX.
1241
2c382fb6
AM
12422002-02-15 Alan Modra <amodra@bigpond.net.au>
1243
1244 Support arbitrary length fill patterns.
a139d329
AM
1245 * ld.texinfo (Output Section Fill): Describe fill expressions.
1246 (FILL): Refer to the above.
2c382fb6
AM
1247 * ldexp.h (etree_value_type): Add "str" field.
1248 (union etree_union): Add "str" to "value" struct.
1249 (exp_bigintop): Declare.
1250 (exp_get_fill): Declare.
1251 * ldexp.c: Include "safe-ctype.h".
1252 (exp_intop): Set value.str to NULL.
1253 (exp_bigintop): New function.
1254 (new_rel): Pass in "str", and set new.str from it.
1255 (new_rel_from_section): Set new.str to NULL.
1256 (fold_name): Adjust calls to new_rel.
1257 (exp_fold_tree): Likewise.
1258 (exp_get_fill): New function.
1259 * ldgram.y (struct big_int bigint, fill_type *fill): New.
1260 (INT): Returns a "bigint". Adjust all code handling INTs.
1261 (fill_opt): Returns a "fill".
1262 (fill_exp): Split out of fill_opt, use for FILL.
1263 * ldlang.h (struct _fill_type): New.
1264 (fill_type): Move typedef to ldexp.h.
1265 (lang_output_section_statement_type): "fill" is now a pointer.
1266 (lang_fill_statement_type): Likewise.
1267 (lang_padding_statement_type): Likewise.
1268 (lang_add_fill): Now takes a "fill_type *" param.
1269 (lang_leave_output_section_statement): Likewise.
1270 (lang_do_assignments): Likewise.
1271 (lang_size_sections): Likewise.
1272 (lang_leave_overlay_section): Likewise.
1273 (lang_leave_overlay): Likewise.
1274 * ldlang.c: Include ldgram.h after ldexp.h.
1275 (lang_output_section_statement_lookup): Adjust for fill_type change.
1276 (print_fill_statement): Likewise.
1277 (print_padding_statement): Likewise.
1278 (insert_pad): Now takes a "fill_type *" arg.
1279 (size_input_section): Likewise.
1280 (lang_size_sections_1): Likewise.
1281 (lang_size_sections): Likewise.
1282 (lang_do_assignments): Likewise.
1283 (lang_add_fill): Likewise.
1284 (lang_leave_output_section_statement): Likewise.
1285 (lang_leave_overlay_section): Likewise.
1286 (lang_leave_overlay): Likewise.
1287 Adjust all callers of the above function.
1288 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
1289 starting with "0X" as well as "0x". Return bigint.str for hex
1290 numbers starting with "0x" or "0X", zero bigint.str otherwise.
1291 Always use base 16 for numbers starting with "$".
1292 * ldmain.c: Include ldgram.h after ldexp.h.
1293 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
1294 of bfd_fill_link_order.
1295 * pe-dll.c: Adjust lang_do_assignments calls.
1296 * emultempl/elf32.em: Likewise.
1297 * emultempl/hppaelf.em: Likewise.
1298 * emultempl/ppc64elf.em: Likewise.
1299 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
1300 lang_add_assignment call.
1301 * emultempl/pe.em: Likewise.
1302
313e35ee
AM
13032002-02-14 Phil Edwards <pme@gcc.gnu.org>
1304
a139d329 1305 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
313e35ee
AM
1306 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
1307 the pattern in question is not a regexp.
1308 * ldlang.c: Likewise.
1309 * ldlang.h: Likewise.
1310 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
1311
2d20f7bf
JJ
13122002-02-12 Jakub Jelinek <jakub@redhat.com>
1313
1314 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1315 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1316 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
1317 * ldexp.c (exp_data_seg): New variable.
1318 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
1319 (fold_binary): Handle DATA_SEGMENT_ALIGN.
1320 (exp_fold_tree): Handle DATA_SEGMENT_END.
1321 Pass allocation_done when recursing instead of hardcoding
1322 lang_allocating_phase_enum.
1323 * ldexp.h (exp_data_seg): New.
1324 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
1325 (lang_size_sections): New.
1326 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
1327 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
1328 if COMMONPAGESIZE is defined.
1329 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
1330 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
1331 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
1332 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
1333 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
1334 libraries only.
1335
06880219
AM
13362002-02-11 Alan Modra <amodra@bigpond.net.au>
1337
1338 * Makefile.in: Regenerate.
1339
37b0ac0f
DJ
13402002-02-10 Daniel Jacobowitz <drow@mvista.com>
1341
1342 * lexsup.c: Remove strtoul declaration.
1343
4e5bae56
DJ
13442002-02-10 Daniel Jacobowitz <drow@mvista.com>
1345
1346 * ldmain.c: Add prototype for main ().
1347 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
1348 * emultempl/lnk960.em (lnk960_choose_target): Function should
1349 take two arguments.
1350
1e281515
AM
13512002-02-10 Alan Modra <amodra@bigpond.net.au>
1352
1353 * ldlang.c (entry_section): New initialised variable.
1354 (lang_finish): Use it.
1355 * ldlang.h (entry_section): Declare.
1356 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
1357 entry_section to ".opd".
1358
f92d92ff 13592002-02-09 Chris Demetriou <cgd@broadcom.com>
0a9c1c8e
CD
1360
1361 * ld.texinfo (Options): Add back in -nostdlib documentation,
1362 which had been inadvertently removed.
1363
74c44237
HPN
13642002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
1365
1366 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
1367 register section vma to a sane value after emitting error. Make
1368 fatal conditions cause program exit when emitting message.
1369
5e37cc46
NC
13702002-02-08 Ivan Guzvinec <ivang@opencores.org>
1371
1372 * configure.tgt: Add or32-*-rtems target.
1373
2d92cb7d
AO
13742002-02-08 Alexandre Oliva <aoliva@redhat.com>
1375
1376 Contribute sh64-elf.
1377 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
1378 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
1379 in OTHER_RELOCATABLE_SECTIONS.
1380 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
1381 * emulparams/shelf32.sh (STACK_ADDR): Define.
1382 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
1383 (OTHER_SECTIONS): this. Removed stack settings.
1384 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
1385 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
1386 2001-03-12 DJ Delorie <dj@redhat.com>
1387 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
1388 relaxing if any shmedia or mixed sections are found.
1389 2001-03-07 DJ Delorie <dj@redhat.com>
1390 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
1391 einfo. Gracefully decline to output to non-elf formats.
1392 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
1393 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
1394 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
1395 * emulparams/shelf32.sh: Ditto.
1396 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
1397 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
1398 comment.
1399 2001-01-10 Ben Elliston <bje@redhat.com>
1400 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
1401 non-portable shell constructs. From Hans-Peter Nilsson.
1402 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
1403 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
1404 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
1405 dependencies to the shell script include chain.
1406 * Makefile.in: Regenerate.
1407 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1408 * emultempl/sh64elf.em: Update and tweak comments.
1409 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
1410 make a .cranges section SEC_IN_MEMORY.
1411 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1412 * emultempl/sh64elf.em
1413 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
1414 .cranges section found to be necessary; continue and set stored
1415 section contents flags for sections with non-mixed contents.
1416 Use a struct sh64_section_data container and sh64_elf_section_data
1417 to store contents-type flags.
1418 Remove unused update of "isec".
1419 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
1420 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
1421 access contents-type flags. Assert that the associated container
1422 is initialized. Use that container, not elf_gp_size, to hold size
1423 of linker-generated cranges contents.
1424 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1425 * emultempl/sh64elf.em
1426 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
1427 there's already a .cranges section. When section flag difference
1428 is found, don't NULL-check cranges a second time. Tweak comments.
1429 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
1430 merging, not max size, as size of ld-generated .cranges contents.
1431 Don't set ELF section flags in output section. When checking for
1432 needed .cranges descriptors, don't use a variable; compare
1433 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
1434 comments.
1435 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1436 * emultempl/sh64elf.em: New file.
1437 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
1438 * Makefile.in: Regenerate.
1439 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
1440 (OTHER_RELOCATING_SECTIONS): Ditto.
1441 (EXTRA_EM_FILE): New, set to sh64elf if not set.
1442 * emulparams/shlelf32.sh: Stub out all settings except
1443 OUTPUT_FORMAT. Source shelf32.sh.
1444 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
1445 OTHER_RELOCATING_SECTIONS.
1446 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
1447 * emulparams/shlelf64.sh: Stub out all settings except
1448 OUTPUT_FORMAT. Source shelf64.sh.
1449 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
1450 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
1451 .cranges section.
1452 (DATA_START_SYMBOLS): Define, provide ___data.
1453 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
1454 for consecutive .data section.
1455 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
1456 section after .data section.
1457 * emulparams/shlelf64.sh: Ditto.
1458 * emulparams/shelf32.sh: Ditto.
1459 (ALIGNMENT): Define to 8.
1460 * emulparams/shelf32.sh: Ditto.
1461 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
1462 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
1463 built-in linker scripts.
1464 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
1465 * emulparams/shlelf64.sh: New.
1466 * emulparams/shelf64.sh: New.
1467 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
1468 targ_extra_emuls.
1469 * Makefile.am: Add support for shlelf64 and shelf64.
1470 * Makefile.in: Regenerate.
1471 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
1472 * configure.tgt (sh64-*-elf*): Add shelf as default.
1473 Add shlelf to targ_extra_emuls.
1474 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
1475 * emulparams/shelf32.sh: New file.
1476 * emulparams/shlelf32.sh: New file.
1477 * Makefile.am: Add support for shlelf32 and shelf32.
1478 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
1479 * Makefile.in: Regenerate.
1480
e3dc8847
HPN
14812002-02-05 Hans-Peter Nilsson <hp@axis.com>
1482
1483 * ldlang.c (lang_reset_memory_regions): Rename from
1484 reset_memory_regions. Change all callers. Make public.
1485 * ldlang.h (lang_reset_memory_regions): Prototype.
1486 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
1487 lang_reset_memory_regions before lang_size_sections.
126730bd
HPN
1488 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1489 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
e3dc8847 1490
8017dbcb
HPN
14912002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
1492
1493 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
1494 arithmetic when checking for too many global registers.
1495
006336b8
JT
14962002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
1497
1498 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
1499 (ehppanbsd.c): New rule.
1500 * Makefile.in: Regenerate.
1501 * configure.tgt (hppa*-*-netbsd*): New target.
1502 * emulparams/hppalinux.sh: Add comment to check other files
1503 that source this file it is modified, and list which
1504 files that do.
1505 * emulparams/hppanbsd.sh: New file.
1506
da1f2fec
GK
15072002-02-01 Geoffrey Keating <geoffk@redhat.com>
1508
1509 * scripttempl/xstormy16.sc: Don't allocate extra space for the
1510 stack.
1511
48fa4a5d
HPN
15122002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
1513
1514 Support on-demand global register allocation from
1515 R_MMIX_BASE_PLUS_OFFSET relocs.
1516 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
1517 mmix_set_reg_section_vma. Call
1518 _bfd_mmix_finalize_linker_allocated_gregs.
1519 (mmix_before_allocation): New function.
1520 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
1521 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
1522 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
1523 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
1524 before .MMIX.reg_contents.
1525 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
1526 (mmo_after_open): New function.
1527 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
1528 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
1529 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
1530
3b16e843
NC
15312002-01-31 Ivan Guzvinec <ivang@opencores.org>
1532
1533 * emulparams/or32.sh: New file.
1534 * emulparams/or32elf.sh: New file.
1535 * scripttempl/or32.sc: New file.
1536 * configure.tgt : Add support for or32.
1537 * configure: Regenerate
1538 * Makefile.am: Add support for or32.
1539 * Makefile.in: Regenerate.
1540 * NEWS: Mention support for or32.
1541 * po/ld.pot: Regenerate.
1542
f744d540 15432002-01-29 Chris Demetriou <cgd@broadcom.com>
313e35ee 1544 Mitch Lichtenberg <mpl@broadcom.com>
f744d540
CD
1545
1546 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
1547 * emultempl/mipself.em: New file to handle MIPS ELF embedded
1548 reloc creation (ld --embedded-relocs).
1549
4867be41
DJ
15502002-01-27 Daniel Jacobowitz <drow@mvista.com>
1551
1552 * configure: Regenerated.
1553
cd8e197b
HPN
15542002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1555
1556 * Makefile.am (install): Depend on install-info.
1557 * Makefile.in: Regenerate.
1558
9cb61eab
AM
15592002-01-26 Christian Rose <menthos@menthos.com>
1560
1561 * ldmain.c (main): Use full sentences to ease translation.
1562
1caa7b23
NC
15632002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
1564
1565 * po/fr.po: Updated version.
1566
1ddbd152
NC
15672002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1568
1569 * po/es.po: Updated version.
1570
1e84433f
AJ
15712002-01-25 Andreas Jaeger <aj@suse.de>
1572
1573 * ldlex.l (yy_input): Correct error check.
1574
6d39955e
AM
15752002-01-25 Alan Modra <amodra@bigpond.net.au>
1576
1577 * ldmisc.c (demangle): Put back dots when string not demangled.
1578
a9ed1e1b
RH
15792002-01-22 Richard Henderson <rth@redhat.com>
1580
1581 * emulparams/elf64alpha.sh (NOP): Use unop.
1582
968ec2b9
AJ
15832002-01-21 Andreas Jaeger <aj@suse.de>
1584
1585 * ldlex.l: Use fread instead of read.
1586
9596feea
JT
15872002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
1588
1589 * configure.tgt (ia64-*-netbsd*): New target.
1590
493a6d47
L
15912002-01-21 H.J. Lu <hjl@gnu.org>
1592
1593 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
1594 0.
1595 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
1596
2a538ba5
AJ
15972002-01-18 Andreas Jaeger <aj@suse.de>
1598
1599 * ldver.c (ldversion): Update year.
1600
328577ad
NC
16012002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1602
1603 * po/ld.pot: Regenerate.
1604
1f808cd5
AM
16052002-01-16 Alan Modra <amodra@bigpond.net.au>
1606
1607 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
1608 * Makefile.in: Regenerate.
1609 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
1610 * emultempl/ppc64elf.em: New file.
1611
335c5610
DD
16122002-01-15 DJ Delorie <dj@redhat.com>
1613
1614 * scripttempl/pe.sc: Add support for constructor priorities.
1615
c40bbade
DC
16162002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
1617
1618 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
1619 * emulparams/avr23xx.sh: Likewise.
1620 * emulparams/avr4433.sh: Likewise.
1621 * emulparams/avr44x4.sh: Likewise.
1622 * emulparams/avr85xx.sh: Likewise.
1623 * emulparams/avrmega103.sh: Likewise.
1624 * emulparams/avrmega161.sh: Likewise.
1625 * emulparams/avrmega603.sh: Likewise.
1626 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
1627
34efb449
AO
16282002-01-08 Alexandre Oliva <aoliva@redhat.com>
1629
1630 * ldlang.c (walk_wild_section): Exclude object file if enclosing
1631 archive is excluded.
1632
8d05742f
JT
16332002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
1634
1635 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2a538ba5 1636 (eshelf_nbsd.c): New rule.
8d05742f
JT
1637 (eshlelf_nbsd.c): New rule.
1638 * Makefile.in: Regenerate.
1639 * configure.tgt (sh*le-*-netbsdelf*): New target.
1640 (sh*-*-netbsdelf*): New target.
1641 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
1642 * ld/emulparams/shelf_nbsd.sh: New emulation.
1643 * ld/emulparams/shlelf_nbsd.sh: New emulation.
1644
be2d1673
NC
16452002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1646
1647 * po/es.po: New file: Spanish translation.
1648 * configure.in (ALL_LINGUAS): Add es.
1649 * configure: Regenerate.
1650
dbab7a7b
NC
16512002-01-06 John Marshall <jmarshall@acm.org>
1652
1653 * ld.texinfo: Note that --emit-relocs is currently only
1654 implemented for ELF.
1655
3dfe7a8c
AM
16562002-01-05 Alan Modra <amodra@bigpond.net.au>
1657
1658 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
1659 of bfd_section_list_remove and bfd_section_list_insert macros.
1660 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1661 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1662
8a8b2d4b
AJ
16632002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1664
1665 * configure.tgt (x86_64-*-netbsd*): New target.
1666
9a4c7f16
TR
16672001-12-21 Tom Rix <trix@redhat.com>
1668
8a8b2d4b 1669 (gld*_create_output_section_statements): New function.
9a4c7f16
TR
1670 For -binitfini support.
1671 * emultempl/aix.em (gld*_before_parse): Fix comment.
1672 * emultempl/aix.em (gld*_parse_args): Fix comment.
1673
3695c299
AM
16742001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
1675
cf86e6df
AM
1676 * configure.tgt (mips*-dec-netbsd*): Delete alias for
1677 mips*el-*-netbsd*.
1678 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
1679
3695c299
AM
1680 * configure.tgt (arm-*-netbsdelf*): Add target.
1681 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
1682 * emulparams/armelf_nbsd.sh: Added.
1683 * Makefile.am: Add rules for earmelf_nbsd.
1684 * Makefile.in: Regenerate.
1685
97cb79ae
AJ
16862001-12-19 Andreas Jaeger <aj@suse.de>,
1687 Susanne Oberhauser <froh@suse.de>
1688
1689 * configure.host: Add rules for x86_64-*linux-gnu. Change
1690 s390x-linux entry to use gcc to report configuration, replace gcc
1691 with $CC in s390-linux
1692
9d201f2f
AJ
16932001-12-19 Andreas Jaeger <aj@suse.de>
1694
1695 * ld.texinfo (VERSION): Fix markup.
1696
0b69cd08
MG
16972001-12-18 matthew green <mrg@eterna.com.au>
1698
1699 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
1700 (m68kelfnbsd.c): New rule.
1701 * Makefile.in: Regenerate.
1702 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
1703 (m68*-*-netbsd*4k*): .. this.
1704 (m68*-*-netbsdelf*): New target.
1705 (m68*-*-netbsd*): Also include ELF support.
1706 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
1707 * emulparams/m68kelfnbsd.sh: New emulation.
1708
6b9b879a
JJ
17092001-12-18 Jakub Jelinek <jakub@redhat.com>
1710
1711 * ldgram.y (vers_node): Support anonymous version tags.
1712 * ldlang.c (lang_register_vers_node): Ensure anonymous version
1713 tag is not defined together with non-anonymous versions.
1714 * ld.texinfo: Document it.
1715
9fc877ed
NC
17162001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1717
1718 * po/tr.po: New file: Turkish translation.
1719 * configure.in (ALL_LINGUAS): Add tr.
1720 * configure: Regenerate.
1721
fc18a3f3
RH
17222001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
1723
1724 * Makefile.am: Add rules for eelf64alpha_nbsd.
1725 * Makefile.in: Regenerate.
1726 * configure.tgt (alpha*-*-netbsd*): Set
1727 targ_emul to elf64alpha_nbsd.
1728 * emulparams/elf64alpha_nbsd.sh: Added.
1729
76f63e91
AM
17302001-12-17 Alan Modra <amodra@bigpond.net.au>
1731
1732 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
1733 section_tail when fiddling with section list.
1734 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
1735 broken into separate strings to make translation easier.
1736 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
1737 fiddling with section list.
1738 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1739
d03b89bd
HPN
17402001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
1741
1742 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
1743
320fec9a
AM
17442001-12-15 Alan Modra <amodra@bigpond.net.au>
1745
1746 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
1747
65765700
JJ
17482001-12-13 Jakub Jelinek <jakub@redhat.com>
1749
1750 * emultempl/elf32.em (finish): Supply output_bfd
1751 to bfd_elf*_discard_info.
1752 (OPTION_EH_FRAME_HDR): Define.
1753 (longopts): Add --eh-frame-hdr.
1754 (parse_args): Handle it.
1755 (list_options): Add --eh-frame-hdr to help.
1756 * emultempl/hppaelf.em (finish): Supply output_bfd
1757 to bfd_elf*_discard_info.
1758 * scripttempl/elf.sc (.eh_frame_hdr): Add.
1759
89894c62
AM
17602001-12-13 Alan Modra <amodra@bigpond.net.au>
1761
1762 * lexsup.c (parse_args): Don't pass shortopts to second call to
1763 getopt functions. Restore optind rather than decrementing before
1764 second call. Remove errind as it now duplicates last_optind.
1765
583f1926
CF
17662001-12-11 Christopher Faylor <cgf@redhat.com>
1767
1768 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
1769
93fbbb04
GK
17702001-12-07 Geoffrey Keating <geoffk@redhat.com>
1771 Richard Henderson <rth@redhat.com>
1772
1773 * Makefile.am: Add support for xstormy16.
1774 * configure.tgt: Add support for xstormy16.
1775 * Makefile.in: Regenerate.
1776 * emulparams/elf32xstormy16.sh: New file.
1777 * scripttempl/xstormy16.sc: New file.
1778
583f1926
CF
17792001-10-01 Christopher Faylor <cgf@cygnus.com>
1780
fc18a3f3
RH
1781 * Makefile.in (LIB_PATH): Make configurable.
1782 (GENSCRIPTS): Set LIB_PATH in environment.
1783 * configure.in: Substitute LIB_PATH.
1784 * configure: Regenerate.
1785 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
1786 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
583f1926 1787
ff291a48
NC
17882001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
1789
1790 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
1791 describing the -N option so that it is easier to translate into
1792 foreign languages.
1793
e3c8793a
NC
17942001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1795
1796 * emultempl/pe.em (..._list_options): Replace multiple fprintf
1797 statements describing a single option with a single, newline
1798 escaped fprintf. This allows better translation into other
1799 languages.
9d201f2f 1800
fc18a3f3
RH
1801 * ldmain.c (add_archive_element): Combine multiple strings
1802 into a single string to permit better translation into other
1803 languages.
e3c8793a 1804
f2eab0af
TR
18052001-12-05 Tom Rix <trix@redhat.com>
1806
1807 * Makefile.am: Remove eaixppc64.
9d201f2f 1808 * Makefile.in: Regenerate.
f2eab0af 1809
249172c3
TR
18102001-12-04 Tom Rix <trix@redhat.com>
1811
9d201f2f 1812 * emultempl/aix.em (choose_target): Change default target to
249172c3
TR
1813 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
1814 warning.
1815 (gld*_read_file): Fix typo.
1816 (change_symbol_mode): Add prototype.
1817 (is_syscall): Same.
9d201f2f 1818
249172c3
TR
1819 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
1820 * emulparams/aixrs6.sh : Same.
1821 * emulparams/ppcmacos.sh : Same.
1822 * emulparams/aixppc64.sh : Delete file.
1823 * emultempl/aix.em : Formatting changes.
1824
5b5cd1b0
HPN
18252001-12-04 Hans-Peter Nilsson <hp@axis.com>
1826
1827 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
1828 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
1829 __Sbss.
1830 (OTHER_END_SYMBOLS): Fix formatting.
1831 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
1832 (OTHER_END_SYMBOLS): Fix formatting.
1833
7cecdbff
AM
18342001-12-04 Alan Modra <amodra@bigpond.net.au>
1835
1836 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
1837
742aeb63 18382001-12-02 Tom Rix <trix@redhat.com>
7cecdbff 1839
742aeb63 1840 * configure.tgt : Remove eaixppc64 emulations.
7cecdbff 1841 * Makefile.in : Remove eaixppc64.c
742aeb63
TR
1842 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
1843 (ldemul_default_target): Same.
1844 * emultempl/gld960.em (gld960_choose_target): Same.
7cecdbff
AM
1845 * emultempl/gld960c.em (gld960_choose_target): Same.
1846 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
742aeb63
TR
1847 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
1848 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
1849 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
7cecdbff 1850 * emultempl/aix.em (choose_target): New function. Handle emulation of
742aeb63
TR
1851 -b32 and -b64.
1852
48459341
L
18532001-11-27 H.J. Lu <hjl@gnu.org>
1854
1855 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
1856 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
1857 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
1858 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
1859 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
1860 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
1861 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
1862 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
1863
7cecdbff 1864 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
48459341
L
1865 is not empty.
1866 (SDATA): Likewise.
1867 (REL_SDATA): Likewise.
1868 (REL_SBSS): Likewise.
1869 (REL_SDATA2): Likewise.
1870 (REL_SBSS2): Likewise.
1871 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
1872 (SDATA2): Likewise.
1873
ecfdd20c
SC
18742001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1875
1876 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
1877 destructor in rom.
7cecdbff 1878 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
ecfdd20c 1879
da54c6eb
L
18802001-11-22 H.J. Lu <hjl@gnu.org>
1881
1882 * Makefile.in: Regenerated with automake based on automake
1883 1.4-8 in RedHat 7.1.
1884
465bc359
AM
18852001-11-22 Alan Modra <amodra@bigpond.net.au>
1886
1887 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
1888 (config.status): Delete rule.
1889 Add extra dependencies to cover sourced emulparams files.
1890 * Makefile.in: Regenerate.
1891
1892 * scripttempl/elf.sc: Order <section>, <section>.* and
1893 corresponding linkonce sections as seen in input files.
1894 Formatting fixes. Zero vma of all sections if not relocating.
1895 (STACK): Define and insert if STACK_ADDR defined.
1896 (OTHER_RELOCATING_SECTIONS): Delete.
1897 (OTHER_END_SYMBOLS): Define.
1898 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
1899 (OTHER_READWRITE_SECTIONS): Likewise.
1900 (OTHER_GOT_SECTIONS): Likewise.
1901 (OTHER_SDATA_SECTIONS): Likewise.
1902 (OTHER_BSS_SECTIONS): Likewise.
1903 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
1904 (OTHER_READWRITE_SECTIONS): Likewise.
1905 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
1906 (OTHER_READWRITE_SECTIONS): Likewise
1907
1908 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
1909 (STACK_ADDR): Define.
1910 * emulparams/armelf_oabi.sh: As for armelf.sh.
1911 * emulparams/elf32mcore.sh: As for armelf.sh.
1912 * emulparams/h8300elf.sh: As for armelf.sh.
1913 * emulparams/mn10200.sh: As for armelf.sh.
1914 * emulparams/shelf.sh: As for armelf.sh.
1915
1916 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
1917 (OTHER_END_SYMBOLS): Define.
1918 * emulparams/m32relf.sh: As for elf32fr30.sh.
1919 * emulparams/h8300helf.sh: As for elf32fr30.sh.
1920 * emulparams/h8300self.sh: As for elf32fr30.sh.
1921
1922 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
1923 defines with RELOCATING test.
1924 (OTHER_SDATA_SECTIONS): Likewise.
1925 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1926 (OTHER_END_SYMBOLS): ..this.
1927 * emulparams/crislinux.sh: As for criself.sh.
1928
1929 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
1930 if not relocating.
1931 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1932 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
1933 normal and linkonce sections as seen in input files.
1934 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
1935 (TEXT_DYNAMIC): Likewise.
1936 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
1937 (OTHER_SDATA_SECTIONS): Likewise.
1938 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1939 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
1940 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
1941 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
1942 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
1943 (OTHER_PLT_RELOC_SECTIONS): Likewise.
1944 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
1945 sections as seen in input files.
1946 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
1947 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
1948 if not relocating.
1949 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
1950 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
1951 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
1952 (OTHER_SECTIONS): Instead, use this..
1953 (OTHER_END_SYMBOLS): ..and this.
1954
1955 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
1956 * emulparams/elf32bsmip.sh: Likewise.
1957 * emulparams/elf32btsmip.sh: Likewise.
1958 * emulparams/elf32ebmip.sh: Likewise.
1959 * emulparams/elf32lmip.sh: Likewise.
1960 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
1961 * emulparams/elf32lsmip.sh: Likewise.
1962 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
1963 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
1964 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
1965 * emulparams/elf64btsmip.sh: Likewise.
1966 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
1967 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
1968 * emulparams/elf32ppclinux.sh: Likewise.
1969 * emulparams/elf32ppcsim.sh: Likewise.
1970 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
1971 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
1972 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
1973 * emulparams/h8300self.sh: Likewise.
1974 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
1975 * emulparams/sh.sh: Comment.
1976 * emulparams/shl.sh: Source sh.sh, remove duplicates.
1977 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
1978 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
1979
abc6ab0a
AM
19802001-11-21 David Heine <dlheine@tensilica.com>
1981 Alan Modra <amodra@bigpond.net.au>
1982
1983 * ldlang.c (map_input_to_output_sections): Replace "break"
1984 accidentally removed with 2001-08-03 change.
1985 (lang_gc_sections_1): Likewise.
1986
2181f54f
AM
19872001-11-21 Alan Modra <amodra@bigpond.net.au>
1988
1989 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
1990
ca0b5847
AM
19912001-11-20 Angela Marie Thomas <angela@redhat.com>
1992
1993 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2181f54f
AM
1994 of false when calling lang_size_sections.
1995 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
ca0b5847 1996
c56feb2b
AM
19972001-11-15 Alan Modra <amodra@bigpond.net.au>
1998
1999 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
2000 function when LDEMUL_FINISH isn't set to the same name. Don't
2001 call ${LDEMUL_FINISH}.
2002 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
2003 * emultempl/armelf.em (arm_elf_finish): Call
2004 gld${EMULATION_NAME}_finish.
2005 * emultempl/hppaelf.em (hppaelf_finish): Rename to
2006 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
2007 hppaelf_layout_sections_again if necessary.
2008 (need_laying_out): New var.
2009 (hppaelf_layaout_sections_again): Rename to
2010 hppaelf_layout_sections_again. Clear need_laying_out.
2011 (PARSE_AND_LIST_OPTIONS): Format text.
2012
a48ca7f2
L
20132001-11-14 H.J. Lu <hjl@gnu.org>
2014
2015 * emultempl/armelf.em (arm_elf_finish): Renamed from
2016 gld${EMULATION_NAME}_finish.
2017 (LDEMUL_FINISH): Set to arm_elf_finish.
2018
73d074b4
DJ
20192001-11-14 Daniel Jacobowitz <drow@mvista.com>
2020
2021 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
2022 (struct ld_emulation_xfer_struct): Use it.
2023
3b16e843 20242001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
fc65c602 2025
465bc359 2026 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
fc65c602
JL
2027 additional symbols referenced by newer crt0.o files from HP.
2028
f11b7027
NC
20292001-11-12 Anthony Green <green@redhat.com>
2030
2031 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
2032
3bf2994f
AM
20332001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
2034
2035 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
2036 * Makefile.in: Regenerate.
2037
ff5dcc92
SC
20382001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2039
2040 * ld.texinfo: Use @command for commands, @option for options.
2041 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
2042 the page man title.
2043 * Makefile.in: Rebuild.
2044
9fb9af6e
CD
20452001-11-04 Chris Demetriou <cgd@broadcom.com>
2046
2047 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
2048 Add support for targets.
2181f54f 2049
3c62831e
NC
20502001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
2051
2052 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
2053 * configure: Regernate.
2054 * po/fr.po: New file.
2055 * po/sv.po: New file.
2056
3a9091c4
NC
20572001-11-01 NIIBE Yutaka <gniibe@m17n.org>
2058
2059 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
2060 as little endian default and to support big endian.
2181f54f 2061
361b220e
CD
20622001-11-01 Chris Demetriou <cgd@broadcom.com>
2063
2064 * ld.texinfo (Options): Document new option, -nostdlib.
2065 * lexsup.c (OPTION_NOSTDLIB): New definition.
2066 (ld_options): Add entry for "nostdlib".
2067 (parse_args): Handle OPTIONS_NOSTDLIB.
2068 * ldfile.c (ldfile_add_library_path): Don't add directories
2069 to the search path if they weren't specified on the command line
2070 and -nostdlib was specified.
2071 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
2072
210a7bd1
NC
20732001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
2074
2075 * lexsup.c (parse_args): Prevent infinite parsing loop when
2076 "-rpath.a" is specified on the command line.
2077 Replace calls to fprintf with calls to einfo.
2078
114283d8
NC
20792001-10-31 John Marshall <jmarshall@acm.org>
2080
2081 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
2082 appear only once across all the linker scripts involved in a link
2083 invocation no longer applies. Make the documentation reflect
2084 that.
2085
7649aa50
NC
20862001-10-31 NIIBE Yutaka <gniibe@m17n.org>
2087
2088 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
2089 targets.
2090 (sh-*-linux*): Added targ_extra_libpath.
2091
6e814ff8
AM
20922001-10-31 David Heine <dlheine@tensilica.com>
2093
2094 * ldlang.c (lang_size_sections): Keep a valid output_offset field
2095 for padding statements.
2096
3c3bdf30
NC
20972001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
2098
2099 * configure.tgt (mmix-*-*): New target.
2100 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
2101 Add dependencies to match.
2102 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
2103 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
2104 scripttempl/mmo.sc: New files.
2105 * gen-doc.texi: @set MMIX.
2106 * ld.texinfo: Ditto.
6e814ff8 2107 [MMIX] Add MMIX node.
3c3bdf30
NC
2108 * Makefile.in: Regenerate.
2109
ca0c1d3e
KH
21102001-10-29 Kazu Hirata <kazu@hxi.com>
2111
2112 * ldlang.c: Fix a comment typo.
2113
1a3d33ce
AM
21142001-10-23 Alan Modra <amodra@bigpond.net.au>
2115
2116 * configure.host: Move alpha*-*-linux-gnu* entry to generic
2117 entries, and match *-*-linux*.
2118
b47c4208
AM
21192001-10-20 Alan Modra <amodra@bigpond.net.au>
2120
2121 * ldgram.y (mri_script_command): Surround processing of INCLUDE
2122 with ldlex_script, ldlex_popstate.
2123 (ifile_p1): Likewise.
2124 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
2125 correct slot.
2126 (lex_push_file): Save current lineno to lineno_stack. Set lineno
2127 to 1. Don't BEGIN(SCRIPT).
2128 (lex_redirect): Similarly.
2129 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
2130
fd521b47
NC
21312001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
2132
2133 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
2134 __EH_FRAME_END__ and accept eh frames into data section.
2135 Add ctor and dtor sections.
2136
59d28a94
DD
21372001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2138
2139 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
2140 (auto-export): Fix indentation.
2141
663dd378
DD
21422001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2143
2144 * pe-dll.c (autofilter_objectlist): Add startup objects
2145 for profiling.
2146 (auto-export): Constify char * p.
6e814ff8 2147 Extract file basename and use strcmp rather than ststr
663dd378
DD
2148 for object lookup.
2149
31d677f9
CD
21502001-10-18 Chris Demetriou <cgd@broadcom.com>
2151
2152 * ldmain.c (get_emulation): Improve comment about the handling
2153 of -mipsN options.
2154
aa200fe8
AM
21552001-10-17 Alan Modra <amodra@bigpond.net.au>
2156
2157 * po/POTFILES.in: Regenerate.
2158
146e7110
AM
21592001-10-16 Vassili Karpov <malc@pulsesoft.com>
2160
2161 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
2162 -z nocopyreloc and -z nocombreloc usage strings.
2163
b4330e85
NC
21642001-10-12 Vassili Karpov <malc@pulsesoft.com>
2165
146e7110 2166 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
b4330e85
NC
2167 in usage.
2168
5af8a2fb
NC
21692001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
2170
2171 * scripttempl/armaout.sc: Place .bss section after end of aligned
2172 data section to match behaviour of aout code in constructrion of
2173 header.
2174
5b784096
DD
21752001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2176
2177 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
2178 startup files for mingw32 dlls to list.
2179
61585df2
CD
21802001-10-10 Chris Demetriou <cgd@broadcom.com>
2181
2182 * emultempl/elf32.em: Fix shell 'if' usage for portability.
2183
45cf6f3e
AH
21842001-10-08 Aldy Hernandez <aldyh@redhat.com>
2185
2186 * configure.tgt (targ): Add arm9e-*-elf.
2187
e24d7c12
L
21882001-10-05 H.J. Lu <hjl@gnu.org>
2189
2190 * genscripts.sh: Fix a typo in the last change.
2191
ec38dd05
JJ
21922001-10-05 Jakub Jelinek <jakub@redhat.com>
2193
2194 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
2195 -z nocombreloc in usage.
2196
cedd6b0d
JB
21972001-10-03 Jim Blandy <jimb@redhat.com>
2198
2199 * genscripts.sh: Include a comment at the top of each generated
2200 script, explaining its purpose.
2201
8bd621d8
AM
22022001-10-03 Vassili Karpov <malc@pulsesoft.com>
2203
2204 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
2205 * NEWS: Mention -z nocopyreloc.
2206 * ld.texinfo (Options): Describe nocopyreloc.
2207
fcd8210c
AM
22082001-10-03 Alan Modra <amodra@bigpond.net.au>
2209
2210 * configure: Regenerate.
2211
d32820f2
AM
22122001-10-02 Alan Modra <amodra@bigpond.net.au>
2213
2214 * ldver.h (ld_program_version): Remove declaration.
2215 * lexsup.c (parse_args): Move printing of copyright message..
2216 * ldver.c (ldversion): .. to here.
2217 Use BFD_VERSION_STRING in place of BFD_VERSION.
2218 (ld_program_version): Remove.
2219 * Makefile.am (Makefile): Depend on bfd/configure.in.
2220 Run "make dep-am".
2221 * Makefile.in: Regenerate.
2222
af46bcdc
HPN
22232001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2224
2225 * Makefile.am: Update dependencies with "make dep-am".
2226 * Makefile.in: Regenerate.
2227
4818e05f 22282001-09-29 John Reiser <jreiser@BitWagon.com>
862517b6 2229
4818e05f
AM
2230 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
2231 * lexsup.c: Add --no-define-common commandline option.
2232 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
2233 * ldlex.l: Likewise.
2234 * ld.h: Add command_line.inhibit_common_definition.
2235 * ldmain.c (main): Initialize.
2236 * ld.texinfo: Document.
862517b6 2237
a59f3d35
AM
22382001-09-29 Alan Modra <amodra@bigpond.net.au>
2239
2240 * ldlang.c (section_already_linked): Remove assignment to kept_section.
2241
d5e0ebeb
AM
22422001-09-26 Alan Modra <amodra@bigpond.net.au>
2243
2244 * ldmisc.c (USE_STDARG): Remove.
2245 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
2246 (einfo): Likewise.
2247 (minfo): Likewise.
2248 (lfinfo): Likewise.
2249
2250 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
2251 declarations. Update copyright.
2252
2f8d8971
NC
22532001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
2254
85c77458
NC
2255 * pe-dll.c: Remove obsoleted declaration of
2256 pe_get_data_import_dll_name.
2257 (pe_create_import_fixup): Fix thinko.
2258
2f8d8971
NC
2259 * ld.texinfo(enable-auto-import): Clarify the explanation.
2260
22612001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
2262
2263 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
2264 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
2265 DLL_SUPPORT controlled code.
2266
72358f65 22672001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
146e7110 2268
72358f65
NC
2269 * emultempl/pe.em(pe_data_import_dll): Make static.
2270 (pe_get_data_import_dll_name): New accessor function.
146e7110 2271 * pe-dll.c(pe_create_import_fixup): call
72358f65
NC
2272 pe_get_data_import_dll_name() from pe.em, instead of
2273 directly accessing pe_data_import_dll variable from pe.em.
2274
3882b010
L
22752001-09-18 Bruno Haible <haible@clisp.cons.org>
2276
2277 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
2278 (def_file_add_directive): Use ISSPACE instead of isspace.
2279 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
2280 isdigit/isxdigit/isalpha/isalnum.
2281 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
2282 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
2283 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
2284 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
2285 isalnum.
2286 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
2287 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
2288 isupper/tolower.
2289 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
2290 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
2291 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
2292 (ctor_prio): Use ISDIGIT instead of isdigit.
2293 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
2294 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
2295 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
2296 isupper/tolower.
2297 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
2298 (stricpy): Use TOLOWER instead of isupper/tolower.
2299 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
2300 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
2301 (lex_warn_invalid): Use ISPRINT instead of isprint.
2302 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
2303 (main): For gettext, also set the LC_CTYPE locate facet.
2304 (add_keepsyms_file): Use ISSPACE instead of isspace.
2305 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
2306 (is_num, parse_args): Use ISDIGIT instead of isdigit.
2307 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
2308 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
2309 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
2310 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
2311 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
2312 (quoteput): Use ISSPACE instead of isspace.
2313 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
2314 instead of isalnum.
2315
db09f25b
AM
23162001-09-18 Alan Modra <amodra@bigpond.net.au>
2317
2318 * deffilep.y (def_stash_module): Constify "name" param.
2319
2320 * pe-dll.c: Replace CONST with const throughout.
2321 (quick_symbol): Constify "n1", "n2", "n3" params.
2322 (make_singleton_name_thunk): Constify "import" param. Make
2323 "buffer_len" a size_t.
2324 (make_import_fixup_entry): Constify "name", "fixup_name",
2325 "dll_symname" params.
2326 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
2327 (pe_get32): Likewise.
2328 (pe_implied_import_dll): Likewise.
2329
2330 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
2331 (sort_by_section_name): Likewise.
2332
2333 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
2334 (make_import_fixup): Cast printf arg, rel->address to long rather
2335 than int.
2336 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
2337
74699268
AM
23382001-09-15 Alan Modra <amodra@bigpond.net.au>
2339
2340 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
2341 defines BufferSize. Increase buffer size by one.
2342
775cabad
NC
23432001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
2344
2345 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
2346
056a1d49
NC
23472001-09-14 Kevin Lo <kevlo@openbsd.org>
2348
2349 * configure.tgt: Add arm-openbsd target.
2350
a7d792bb
L
23512001-09-12 H.J. Lu <hjl@gnu.org>
2352
2353 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
2354 eelf64lppc.o to ...
2355 (ALL_64_EMULATIONS): Here.
2356 * Makefile.in: Regenerated.
2357
0d888aac
CW
23582001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2359
2360 * emultempl/pe.em(make_import_fixup): change signature to
2361 take asection as well as arelec; we need this for proper
146e7110 2362 error reporting. Only call pe_create_import_fixup() if
0d888aac
CW
2363 there is no attempt to add a constant addend to the reloc;
2364 otherwise, report error condition.
2365 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
2366 since final argument is a pointer to make_import_fixup().
2367 Change call to cb() to match make_import_fixup() signature.
2368 (make_import_fixup_mark): make buffer_len unsigned.
2369 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
2370
23712001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
2372
2373 * ld.texinfo: add verbose documentation for auto-import
146e7110 2374 direct-addressing workaround, to compliment the terse
0d888aac
CW
2375 error message.
2376
cedacdc0
CM
23772001-09-12 Andrew MacLeod <amacleod@redhat.com>
2378
146e7110 2379 * scripttempl/v850.sc: Add gcc_except_table sections.
cedacdc0 2380
3b16e843 23812001-09-11 Jeffrey A Law (law@cygnus.com)
38be0bb1
JL
2382
2383 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
2384 * emulparams/h8300self.sh: Similarly.
2385
559e4713
NC
23862001-09-05 Danny Smith <dannysmith@users.souceforge.net>
2387
2388 * ld.texinfo (Options, --stack): Correct default value for stack
2389 reserve.
2390
1fdf0249
TR
23912001-09-05 Tom Rix <trix@redhat.com>
2392
2393 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
146e7110 2394
9b5799b8
AJ
23952001-09-03 Andreas Jaeger <aj@suse.de>
2396
2397 * emultempl/beos.em: Declare prototypes for comparions functions,
2398 adjust definitions.
2399
48f6162b
AJ
24002001-09-02 Andreas Jaeger <aj@suse.de>
2401
2402 * emultempl/aix.em: Add missing prototype.
2403 * emultempl/lnk960.em: Likewise.
2404 * emultempl/vanilla.em: Likewise.
2405 * emultempl/armcoff.em: Likewise.
2406 * emultempl/armelf_oabi.em: Likewise.
2407 * emultempl/beos.em: Likewise.
2408 * emultempl/gld960c.em: Likewise.
2409 * emultempl/gld960.em: Likewise.
2410
2411 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
2412 for prototype declaration.
2413
39e5585e
EC
24142001-08-31 Eric Christopher <echristo@redhat.com>
2415 Jason Eckhardt <jle@redhat.com>
2416
2417 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
2418
3fc90ddb
AJ
24192001-08-31 Andreas Jaeger <aj@suse.de>
2420
2421 * emultempl/pe.em: Add missing prototypes.
2422 (gld_${EMULATION_NAME}_after_open): Remove extra args to
2423 pe_find_data_imports.
2424 (pr_sym): Add unused attribute.
2425
d43ded80
PB
24262001-08-29 Joel Sherrill <joel@OARcorp.com>
2427
39e5585e 2428 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
d43ded80
PB
2429 default from coff to elf.
2430
3946dd2f
JL
24312001-08-29 Jeff Law <law@redhat.com>
2432
2433 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
2434 ARCH specification.
2435 * emulparams/h8300self.sh: Similarly.
2436
3b16e843 24372001-08-28 J"orn Rennecke <amylaar@redhat.com>
8af6dd41
JR
2438
2439 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
2440 eh8300self.o .
2441 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
2442 * configure.tgt (h8300-*-elf*): New case.
2443 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
2444 * emulparams/h8300self.sh: New file.
2445 * Makefile.in: Regenerated.
2446
70d0c6e9
NC
24472001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
2448
2449 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
2450 with macro name.
2451
5c67d4bb
AM
24522001-08-27 Linus Nordberg <linus@swox.com>
2453 Alan Modra <amodra@bigpond.net.au>
2454
2455 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
2456 (eelf64ppc.c, eelf64lppc.c): Add make targets.
2457 Run "make dep-am"
2458 * Makefile.in: Regenerate.
2459 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
2460 entries to correct alphabetical position.
2461 * emulparams/elf64ppc.sh: New.
2462 * emulparams/elf64lppc.sh: New.
2463
08131015
NC
24642001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
2465
2466 * ldmain.c (main): Declare BSIZE as static.
2467
db6751f2
JJ
24682001-08-23 Jakub Jelinek <jakub@redhat.com>
2469
2470 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
2471 into .rel.dyn resp. .rela.dyn if combreloc.
2472 (get_script): If .x linker script is equal to .xn, only put it
2473 once into the binary.
2474 Add .xc and .xsc scripts.
2475 (parse_args): Handle -z combreloc and -z nocombreloc.
2476 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
2477 For .xc and .xsc scripts put all .rel* or .rela* input sections
2478 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
2479 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
2480 is elf.
2481 Strip trailing whitespace from script.
2482 Generate .xc and .xsc scripts if requested.
2483 * ldmain.c (main): Initialize link_info.combreloc and
2484 link_info.spare_dynamic_tags.
2485 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
2486 (ld_options): Add --spare-dynamic-tags option.
2487 (parse_args): Likewise.
2488 * ld.texinfo: Document -z combreloc and -z nocombreloc.
2489 * ldint.texinfo: Document .xc and .xsc linker scripts.
2490 * NEWS: Add notes about -z combreloc and SHF_MERGE.
2491
63d069c0
L
24922001-08-22 H.J. Lu <hjl@gnu.org>
2493
2494 * emulparams/elf32fr30.sh: Add a newline.
2495
948f9114
AJ
24962001-08-21 Andreas Jaeger <aj@suse.de>
2497
2498 * deffilep.y: Add missing prototypes.
2499 * pe-dll.c: Likewise.
2500
ae7fb08f
AM
25012001-08-20 Alan Modra <amodra@bigpond.net.au>
2502
2af02257
AM
2503 * ldlang.c (insert_pad): Fix typos in last patch.
2504
2505 * ldlang.c: When traversing lang_statement_union_type lists,
2506 consistently use "header.next" rather than "next".
2507 * mpw-eppcmac.c: Likewise.
2508 * emultempl/beos.em: Likewise.
2509 * emultempl/hppaelf.em: Likewise.
2510 * emultempl/pe.em: Likewise.
2511 * ldlang.h (union lang_statement_union): Remove "next" field.
2512
c0c330a7
AM
2513 * ldlang.c (insert_pad): Use offsetof macro.
2514 (lang_size_sections): Always neuter padding statements.
2515 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
2516
ae7fb08f
AM
2517 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
2518 passed to lang_size_sections.
2519 (pe_exe_fill_sections): Likewise.
2520 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
2521 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
2522
fab80407
AM
25232001-08-18 Alan Modra <amodra@bigpond.net.au>
2524
2525 * emultempl/aix.em: Formatting fixes.
2526
b3327aad
AM
25272001-08-18 Alan Modra <amodra@bigpond.net.au>
2528
2529 * ldlang.c (insert_pad): Make use of an existing pad statement if
2530 available. Move code calculating alignment, adjusting section
2531 alignment power, and adjusting dot to ..
2532 (size_input_section): .. here. Remove unused relax param.
2533 (lang_size_sections): Change boolean `relax' param to boolean *.
2534 Adjust call to size_input_section. Make use of insert_pad to
2535 place pad after the assignment statement. If relaxing, zap
2536 padding statements.
2537 (reset_memory_regions): Reset output_bfd section sizes too.
2538 (relax_again): Move to..
2539 (lang_process): ..here. Adjust call to lang_size_sections, and
2540 remove duplicated code.
2541 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
2542
563e308f
AM
25432001-08-17 Alan Modra <amodra@bigpond.net.au>
2544
2545 * ld.texinfo: Document that fill values now use the four least
2546 significant bytes.
2547 * emulparams/elf32fr30.sh (NOP): Update.
2548 * emulparams/elf32mcore.sh: Likewise.
2549 * emulparams/elf64_s390.sh: Likewise.
2550 * emulparams/elf_i386.sh: Likewise.
2551 * emulparams/elf_i386_be.sh: Likewise.
2552 * emulparams/elf_i386_chaos.sh: Likewise.
2553 * emulparams/elf_i386_ldso.sh: Likewise.
2554 * emulparams/elf_s390.sh: Likewise.
2555 * emulparams/elf_x86_64.sh: Likewise.
2556 * emulparams/i386moss.sh: Likewise.
2557 * emulparams/i386nw.sh: Likewise.
2558 * emulparams/m68kelf.sh: Likewise.
2559 * scripttempl/elf.sc: Update NOP comment.
2560 * scripttempl/elfi370.sc: Likewise.
2561 * scripttempl/elfm68hc11.sc: Likewise.
2562 * scripttempl/elfm68hc12.sc: Likewise.
2563 * scripttempl/nw.sc: Likewise.
2564
b90e1c6f
TR
25652001-08-15 Tom Rix <trix@redhat.com>
2566
2567 * ldgram.y (saved_script_handle): Initialize to NULL.
2568 * ldmain.c (main): Change check on saved_script_handle.
948f9114 2569
39dcfe18
AM
25702001-08-14 Alan Modra <amodra@bigpond.net.au>
2571
cde43e70
AM
2572 * emultempl/elf32.em: Formatting fixes.
2573 (output_prev_sec_find): Test for bfd_ind_section too; do so by
2574 looking at sec->owner.
2575 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
2576 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
2577 unused code, and reorganize orphan section placement code.
2578
39dcfe18
AM
2579 * ldlang.c (wild_doit): Rename to lang_add_section.
2580 * ldlang.h: Here too.
2581 * mpw-elfmips.c: And here.
2582 * emultempl/beos.em: And here.
2583 * emultempl/elf32.em: And here.
2584 * emultempl/hppaelf.em: And here.
2585 * emultempl/pe.em: And here.
2586
908d20b3
RH
25872001-08-13 Richard Henderson <rth@redhat.com>
2588
2589 * emultempl/needrelax.em: New file.
2590 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
2591 * Makefile.am (eelf64_ia64.c): Depend on it.
2592 * Makefile.in: Rebuild.
2593
0f33d40b
AM
25942001-08-13 Alan Modra <amodra@bigpond.net.au>
2595
22af9fd3
AM
2596 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
2597 output_section is set non-NULL.
2598
0f33d40b
AM
2599 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
2600 `true' for SEC_EXCLUDE sections so that the generic code doesn't
2601 needlessly create an output_section_statement. Treat a correctly
2602 named output_section_statement with NULL bfd_section as compatible.
2603
55ab6103
HPN
26042001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
2605
2606 * emultempl/generic.em: Support EXTRA_EM_FILE.
2607 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
2608 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2609 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2610 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2611 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2612 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2613 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2614 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2615 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2616 LDEMUL_FIND_POTENTIAL_LIBRARIES.
2617
24098abb
RH
26182001-08-12 Richard Henderson <rth@redhat.com>
2619
2620 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
2621 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
2622 scripttempl/v850.sc: Keep .jcr data.
2623
b9a8de1e 26242001-08-12 H.J. Lu <hjl@gnu.org>
146e7110
AM
2625 Andrew Haley <aph@cambridge.redhat.com>
2626 Nick Clifton <nickc@redhat.com>
b9a8de1e 2627
146e7110 2628 * ldgram.y (had_script): Change name to saved_script_handle.
b9a8de1e
NC
2629 Change type to file handle.
2630 * ld.h (had_script): Rename and retype.
2631 * ldfile.c (ldfile_open_command_file): Save the file handle
2632 used in saved_script_handle.
2633 * lexsup.c (parse_args): Do not allow -c option to alter
2634 saved_script_handle.
2635 * ldmain.c (main): Print out the linker script used if
2636 --verbose is given. Check saved_script_handle to obtain the
2637 external linker script used, or if NULL, dump the builtin
2638 script.
2639 * ld.texinfo: Document that --verbose now dumps the linker
2640 script used, regardless of whether it was an internal or an
2641 external script.
2642
0218d1e4
AJ
26432001-08-10 Andreas Jaeger <aj@suse.de>
2644
2645 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2646 to build warnings.
2647 * configure: Regenerate.
2648
5253f23b
AM
26492001-08-09 Alan Modra <amodra@bigpond.net.au>
2650
73810896
AM
2651 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
2652
5253f23b
AM
2653 * scripttempl/elf.sc: Move non-text .dynamic section before
2654 .plt/.got/.sdata* group.
2655 (OTHER_GOT_SECTIONS): Move to immediately after .got.
2656 (OTHER_SDATA_SECTIONS): Add.
2657 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
2658 OTHER_GOT_SECTIONS.
2659 * emulparams/crislinux.sh: Likewise.
2660 * emulparams/elf32b4300.sh: Likewise.
2661 * emulparams/elf32bmip.sh: Likewise.
2662 * emulparams/elf32bmipn32.sh: Likewise.
2663 * emulparams/elf32bsmip.sh: Likewise.
2664 * emulparams/elf32btsmip.sh: Likewise.
2665 * emulparams/elf32ebmip.sh: Likewise.
2666 * emulparams/elf32elmip.sh: Likewise.
2667 * emulparams/elf32l4300.sh: Likewise.
2668 * emulparams/elf32lmip.sh: Likewise.
2669 * emulparams/elf32lsmip.sh: Likewise.
2670 * emulparams/elf32ltsmip.sh: Likewise.
2671 * emulparams/elf64bmip.sh: Likewise.
2672 * emulparams/elf64btsmip.sh: Likewise.
2673 * emulparams/elf64ltsmip.sh: Likewise.
2674
179c732c
AM
26752001-08-08 Alan Modra <amodra@bigpond.net.au>
2676
2677 * genscripts.sh: Source the emulparams script before each output
2678 script is generated so that variables like `RELOCATING' may affect
2679 variables defined in the emulparams script.
2680
3fd36710
AM
26812001-08-04 Alan Modra <amodra@bigpond.net.au>
2682
20713691
AM
2683 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
2684 order.
2685
3fd36710
AM
2686 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
2687 ie. iterate over wild_statement.section_list.
2688 (gld${EMULATION_NAME}_place_orphan): Likewise.
2689
de0b1853
SC
26902001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2691
2692 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
2693 .fini[0-4] sections used by _exit
2694 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
2695 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
2696 * scripttempl/elfm68hc11.sc: Likewise.
2697
ff7e6f88
L
26982001-08-03 H.J. Lu <hjl@gnu.org>
2699
2700 * emultempl/beos.em (init): Add the missing initialization.
2701
b6bf44ba
AM
27022001-08-03 Alan Modra <amodra@bigpond.net.au>
2703
2704 * ld.texinfo (Input Section Basics): Clarify ordering of output
2705 sections.
2706 * ldlang.c (callback_t): Add wildcard_list param.
2707 (walk_wild_section): Remove "section" param. Rewrite for
2708 lang_wild_statement_type change. Remove unique_section_p test.
2709 (walk_wild_file): Remove "section" param.
2710 (walk_wild): Remove "section" and "file" params.
2711 (lang_gc_wild): Likewise.
2712 (wild): Likewise. Modify for lang_wild_statement_type change.
2713 (wild_sort): Likewise. Add "sec" param.
2714 (gc_section_callback): Likewise.
2715 (output_section_callback): Likewise. Do unique_section_p test.
2716 (map_input_to_output_sections): Modify call to wild.
2717 (lang_gc_sections_1): Likewise.
2718 (print_wild_statement): Modify for lang_wild_statement_type
2719 change.
2720 (lang_add_wild): Replace filename, filenames_sorted param with
2721 filespec. Replace section_name, sections_sorted,
2722 exclude_filename_list with section_list.
2723 * ldlang.h (lang_add_wild): Here too.
2724 (lang_wild_statement_type): Replace section_name, sections_sorted,
2725 and exclude_filename_list with section_list.
2726 * ldgram.y (current_file): Delete.
2727 (%union): Add wildcard_list.
2728 (file_NAME_list): Set type to wildcard_list. Build a linked list
2729 rather than calling lang_add_wild for each entry.
2730 (input_section_spec_no_keep): Call lang_add_wild here instead.
2731 * ld.h (struct wildcard_list): Declare.
2732 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
2733
b044cda1
CW
27342001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
2735
2736 * ldmain.c (main): initialize link_info.pei386_auto_import
2737 * pe-dll.c: new tables for auto-export filtering
2738 (auto_export): change API, pass abfd for contextual filtering.
b6bf44ba 2739 Loop thru tables of excluded symbols instead of comparing
b044cda1
CW
2740 "by hand".
2741
27422001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
2743
b6bf44ba
AM
2744 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
2745 static variable current_sec (static struct sec *). Add
b044cda1 2746 forward declaration for add_bfd_to_link.
b6bf44ba
AM
2747 (process_def_file): Don't export undefined symbols. Do not
2748 export symbols starting with "_imp__". Call auto_export()
b044cda1
CW
2749 with new API.
2750 (pe_walk_relocs_of_symbol): New function.
2751 (generate_reloc): add optional extra debugging
b6bf44ba 2752 (pe_dll_generate_def_file): eliminate extraneous initial blank
b044cda1 2753 line in output
b6bf44ba 2754 (make_one): enlarge symtab to make room for __nm__ symbols
b044cda1
CW
2755 (DATA auto-import support).
2756 (make_singleton_name_thunk): New function.
2757 (make_import_fixup_mark): New function.
2758 (make_import_fixup_entry): New function.
2759 (pe_create_import_fixup): New function.
b6bf44ba 2760 (add_bfd_to_link): Specify that 'name' argument is a CONST
b044cda1 2761 char *.
b6bf44ba
AM
2762 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
2763 declare new functions pe_walk_relocs_of_symbol and
b044cda1
CW
2764 pe_create_import_fixup.
2765 * emultempl/pe.em: add new options --enable-auto-import,
2766 --disable-auto-import, and --enable-extra-pe-debug.
2767 (make_import_fixup): New function.
2768 (pe_find_data_imports): New function.
2769 (pr_sym): New function.
b6bf44ba 2770 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
b044cda1
CW
2771 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
2772 CODE.
2773
27742001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
b6bf44ba 2775
b044cda1
CW
2776 * ld.texinfo: add additional documentation for
2777 --export-all-symbols. Document --out-implib,
2778 --enable-auto-image-base, --disable-auto-image-base,
b6bf44ba
AM
2779 --dll-search-prefix, --enable-auto-import, and
2780 --disable-auto-import.
b044cda1
CW
2781 * ldint.texinfo: Add detailed documentation on auto-import
2782 implementation.
2783
156e34dd
NC
27842001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2785
2786 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
2787 example.
2788
d6231427
AM
27892001-07-24 Alan Modra <amodra@bigpond.net.au>
2790
2791 * Makefile.am: Update dependencies with "make dep-am".
2792 * Makefile.in: Regenerate
2793
e14ec88b
AM
27942001-07-23 Alan Modra <amodra@bigpond.net.au>
2795
2796 * ldcref.c (check_section_sym_xref): New function.
2797 (check_nocrossrefs): Call it.
2798 (check_nocrossref): Interate over h->refs here instead of..
2799 (check_refs): ..here. Pass in the symbol name, section, and bfd
2800 rather than hash_entry pointers.
2801 (struct check_refs_info): Keep symbol name rather than hash entry.
2802 Remove "same".
2803 (check_reloc_refs): Tweak for above changes in check_refs_info.
2804 Only report references to section syms when symname is NULL to
2805 prevent duplicate messages for the same reloc.
2806
1b577b00
NC
28072001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2808
c7d701b0
NC
2809 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
2810 available. Do not print NULL trees.
2811 (exp_print_token): Print unknown tokens with values > 126 as
2812 decimal values not ASCII characters.
2813
1545243b
NC
2814 * ldlang.c (lang_leave_overlay): If a region is specified assign
2815 it to all sections inside the overlay unless they have been
2816 assigned to the own, non-default, memory region.
2817
1b577b00
NC
2818 * README: Add header for consistency with other README files.
2819
5030876b
L
28202001-07-14 H.J. Lu <hjl@gnu.org>
2821
2822 * emultempl/elf32.em (output_prev_sec_find): Never return
2823 bfd_abs_section_ptr, bfd_com_section_ptr nor
2824 bfd_und_section_ptr.
2825
18c7a9a5
NC
28262001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
2827
22af9fd3 2828 * Makefile.am (em32relf.c): Change dependency from generic.em to
18c7a9a5
NC
2829 elf32.em.
2830 * Makefile.in: Regenerate.
2831
9ffecff1
MG
28322001-07-14 matthew green <mrg@eterna.com.au>
2833
2834 * configure.tgt (i386-*-netbsdelf*): New target.
2835 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
2836
95500e1c
JJ
28372001-07-13 Jakub Jelinek <jakub@redhat.com>
2838
2839 * emultempl/elf32.em (output_prev_sec_find): New.
2840 (place_orphan): Use it.
2841
e97cb84f
L
28422001-07-11 H.J. Lu <hjl@gnu.org>
2843
2844 * ldmain.c (main): Fix typos in the last change.
2845
7333607e
JJ
28462001-07-11 Jakub Jelinek <jakub@redhat.com>
2847
2848 * ldmain.c (main): Disallow -F and -f without -shared.
2849
d29d80f2
NC
28502001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2851
2852 * emultempl/pe.em (after_open): Check for the output_bfd not
2853 having any coff_data structure allocated to it.
2854
c2a1a436
DB
28552001-07-09 David O'Brien <obrien@FreeBSD.org>
2856
2857 * emultempl/elf32.em: Do not assuming that contents of the buffer
2858 returned from basename function will remain unchanged accross other
2859 function calls.
2860
63653551
L
28612001-07-03 H.J. Lu <hjl@gnu.org>
2862
2863 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
2864 2001-07-03. It creates dynamic entries even for static binaries.
2865
d303a449
L
28662001-07-03 Jakub Jelinek <jakub@redhat.com>
2867
2868 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
2869 (DYNAMIC): Use it to reserve few dynamic entries for
2870 post-linking tools.
2871
9f22353f
AM
28722001-06-27 Alan Modra <amodra@bigpond.net.au>
2873
2874 * emulparams/hppa64linux.sh: New file.
2875 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
2876 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
2877 (ehppa64linux.c): Add rule to make it.
2878 Run "make dep-am".
2879 * Makefile.in: Regenerate.
2880
62bf86b4
HPN
28812001-06-21 Hans-Peter Nilsson <hp@axis.com>
2882
2883 * ld.texinfo (Options, -r): Mention restrictions when using
2884 different object formats.
2885
429d935d
HPN
28862001-06-19 Hans-Peter Nilsson <hp@axis.com>
2887
2888 * ldlang.c (lang_check): Emit fatal error if relocatable link
2889 between different object flavours with relocations in input.
2890
cb840a31
L
28912001-06-19 H.J. Lu <hjl@gnu.org>
2892
2893 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
2894 (--version-script): Mention the language support.
2895
9bf03acc
L
28962001-06-19 H.J. Lu <hjl@gnu.org>
2897
2898 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
2899
c45021f2
NC
29002001-06-18 H.J. Lu <hjl@gnu.org>
2901
b6bf44ba
AM
2902 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
2903 (diststuff): Add $(MANS).
2904 * Makefile.in: Regenerated.
c45021f2 2905
b6bf44ba 2906 * ld.1: Removed.
c45021f2 2907
6caa99ab
HPN
29082001-06-18 Hans-Peter Nilsson <hp@axis.com>
2909
605d9b3a
HPN
2910 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2911 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
2912 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
2913 * ld.h (args_type): Remove member export_dynamic. All users
2914 changed to use struct bfd_link_info member.
2915
6caa99ab
HPN
2916 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
2917 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
2918 * Makefile.in: Regenerate.
2919
6f9efd97
L
29202001-06-18 H.J. Lu <hjl@gnu.org>
2921
2922 * ldlang.c (init_os): Add the newline to the einfo call.
2923 (lang_check): Likewise.
2924 (lang_do_version_exports_section): Likewise.
2925
5af9fd8b
L
29262001-06-15 H.J. Lu <hjl@gnu.org>
2927
2928 * lexsup.c (parse_args); Save optind to report unrecognized
2929 option.
2930
2a096f04
HPN
29312001-06-15 Hans-Peter Nilsson <hp@axis.com>
2932
7e66c3f5
HPN
2933 * ldlang.c (lang_check): Emit fatal error if relocatable link
2934 between different object flavours.
2935
2a096f04
HPN
2936 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
2937 Set new link_info member export_dynamic.
2938 * ldmain.c (main): Initialize new link_info member export_dynamic.
2939
6770ec8c
NC
29402001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
2941
2942 * ldlang.c (walk_wild): Only call walk_wild_file if
2943 lookup_name returns something.
b6bf44ba 2944 (lookup_name): If load_symbols fails, return NULL.
22af9fd3 2945 (load_symbols): Change to a boolean function.
b6bf44ba 2946 (open_input_bfds): If load_symbols fails then do not make the
6770ec8c
NC
2947 executable.
2948
8529105a
AM
29492001-06-08 Alan Modra <amodra@bigpond.net.au>
2950
2951 * ldlang.c (record_bfd_errors): Remove.
2952
2953 * emultempl/aix.em: Fix copyright dates.
2954
8f3aa7a0
AJ
29552001-06-07 Andreas Jaeger <aj@suse.de>
2956
2957 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
2958 (TEXT_START_ADDR): Likewise.
2959
3277f888
AM
29602001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
2961
2962 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
2963
3763134d
DD
29642001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2965
2966 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
2967
5929ebc0
L
29682001-05-31 H.J. Lu <hjl@gnu.org>
2969
2970 * ldlang.c (open_input_bfds): Don't change the bfd error
2971 handler whilst loading symbols.
2972
c04a062d
NC
29732001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2974
2975 * configure.tgt: Remove i370-mvs architecture, it is not currently
2976 supported.
2977
96fcab3e
L
29782001-05-25 H.J. Lu <hjl@gnu.org>
2979
2980 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2981 like emulparams/aixppc.sh.
2982
db8d4f23
L
29832001-05-25 H.J. Lu <hjl@gnu.org>
2984
2985 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
2986 setting of output_filename after bfd_scan_arch.
2987 * emultempl/pe.em: Likewise.
2988
5f642101
L
29892001-05-25 H.J. Lu <hjl@gnu.org>
2990
2991 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2992 like emulparams/aixppc.sh.
2993
2994 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
2995 instead of ${srcdir}/emultempl/stringify.sed.
2996
64e9ece0
TW
29972001-05-25 Timothy Wall <twall@oculustech.com>
2998
2999 * emulparams/elf64_aix.sh: Change settings to match IBM linker
8f3aa7a0 3000 output.
64e9ece0 3001
c709b096
AM
30022001-05-25 Alan Modra <amodra@one.net.au>
3003
3004 * configure.host: Replace linuxoldld with linux*oldld.
3005 * configure.tgt: Likewise.
3006
6cbdcc6f
L
30072001-05-24 H.J. Lu <hjl@gnu.org>
3008
3009 * emultempl/stringify.sed: Removed again.
3010
86af25fe
L
30112001-05-24 H.J. Lu <hjl@gnu.org>
3012
3013 * emultempl/aix.em (OUTPUT_ARCH): Defined.
3014 (gld${EMULATION_NAME}_before_parse): Initialize
3015 ldfile_output_architecture, ldfile_output_machine and
3016 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
3017 * emultempl/beos.em: Likewise.
3018 * emultempl/elf32.em: Likewise.
3019 * emultempl/linux.em: Likewise.
3020 * emultempl/mipsecoff.em: Likewise.
3021 * emultempl/pe.em: Likewise.
3022 * emultempl/sunos.em: Likewise.
3023
3b1b01cf
TR
30242001-05-24 Tom Rix <trix@redhat.com>
3025
8f3aa7a0 3026 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3b1b01cf
TR
3027 udate import file format.
3028 (change_symbol_mode) New, same
3029 (is_syscall) New, same
3030 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
3031 * emulparams/aixppc64.sh : same
3032 * emulparams/aixrs6.sh : same
3033 * emulparams/ppcmacos.sh : same
3034 * emultempl/aix.em : use strtoull to parse options
3035 * Makefile.am : add eaixppc64 emulation for xcoff64
3036 * Makefile.in : same
3037 * configure.tgt : same
3038
3039 * scripttempl/aix.sc : default text section offset to 0x10000000
146e7110 3040 default data section offset to 0x20000000
3b1b01cf 3041 add .sv3264 and .sv64 pseudo sections
8f3aa7a0 3042 loader and debug sections use the currect section offset.
3b1b01cf
TR
3043
3044 * emultempl/aix.em : Add xcoff64 support
3045 Add -binitfini support
8f3aa7a0 3046 (gld${EMULATION_NAME}_before_parse) -binitfini
3b1b01cf 3047 (gld${EMULATION_NAME}_parse_args) same
8f3aa7a0 3048 (gld${EMULATION_NAME}_before_allocation) format change for special
3b1b01cf
TR
3049 sections
3050
3051 * emulparams/aixppc64.sh : New file for xcoff64 support
8f3aa7a0 3052
57e6abd2
AO
30532001-05-23 Alexandre Oliva <aoliva@redhat.com>
3054
3055 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
3056 variable to avoid non-portable shell construct.
3057
d1cf510e
NC
30582001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3059
3060 * ldmain.c (get_emulation): Add -mips5 command line argument.
3061
506eee22
NC
30622001-05-22 Alexandre Oliva <aoliva@redhat.com>
3063
3064 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
3065 (ELF_INTERPRETER_NAME): Define it.
3066 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
3067 it.
3068 * configure.tgt (targ_emul, targ_extra_emuls)
3069 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
3070 as primary, elf_i386 as extra.
3071 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
3072 (eelf_i386_ldso.c): New rule.
3073 * Makefile.in: Rebuilt.
3074
30752001-05-22 Nick Clifton <nickc@redhat.com>
3076
3077 * lexsup.c (ld_options): Allow -I to be an alias for
3078 --dynamic-linker. This is for Solaris compatability.
3079 * ld.texinfo: Document that -I can be used.
3080 * ld.1: Regenerate.
3081
d1778b88
AM
30822001-05-16 Alan Modra <amodra@one.net.au>
3083
3084 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
3085 whether an input section is the first one assigned to an output
3086 section.
3087 Assorted formatting fixes.
3088
02649152
DD
30892001-05-14 DJ Delorie <dj@delorie.com>
3090
3091 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
3092 * Makefile.in: Ditto.
3093
579f31ac
JJ
30942001-05-11 Jakub Jelinek <jakub@redhat.com>
3095
3096 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
3097 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
3098 output sections.
3099 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
3100
8550eb6e
JJ
31012001-05-11 Jakub Jelinek <jakub@redhat.com>
3102
3103 * ldlang.c (lang_process): Call bfd_merge_sections.
3104
8e5a525c
AM
31052001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3106
3107 * ldgram.y: Fix typo.
3108
1c9acd94
L
31092001-05-03 H.J. Lu <hjl@gnu.org>
3110
3111 * emultempl/elf32.em: Include "libiberty.h".
3112 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
3113 basename of the bfd filename.
3114 (gld${EMULATION_NAME}_stat_needed): Likewise.
3115 (gld${EMULATION_NAME}_try_needed): Likewise.
3116 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
3117
14fe918e
L
31182001-05-02 H.J. Lu <hjl@gnu.org>
3119
3120 * emultempl/pe.em: Include <ctype.h>.
3121
c7e40348
NC
31222001-05-02 Johan Rydberg <jrydberg@opencores.org>
3123
b6bf44ba 3124 * emulparams/elf32openrisc.sh: New file.
c7e40348 3125
b6bf44ba
AM
3126 * Makefile.am: Add OpenRISC target.
3127 * Makefile.in: Regenerated.
c7e40348 3128
b6bf44ba 3129 * configure.tgt: Add openrisc-*-* mapping.
c7e40348
NC
3130
31312001-05-02 Nick Clifton <nickc@redhat.com>
3132
3133 * emultempl/aix.em: Replace buystring with xstrdup.
3134 * emultempl/beos.em: Replace buystring with xstrdup.
8f3aa7a0 3135
d1b2b2dc
L
31362001-05-02 H.J. Lu <hjl@gnu.org>
3137
3138 * ldfile.c: Include "libiberty.h".
3139 * ldlex.l: Likewise.
3140
3141 * ldmisc.c (buystring): Removed.
3142 * ldmisc.h: Likewise.
3143
3144 * ldfile.c: Replace buystring with xstrdup.
3145 * ldlang.c: Likewise.
3146 * ldlex.l: Likewise.
3147 * ldmain.c: Likewise.
3148 * ldmisc.c: Likewise.
3149 * lexsup.c: Likewise.
3150 * mpw-eppcmac.c: Likewise.
3151
35714f2a
AJ
31522001-04-30 Andreas Jaeger <aj@suse.de>
3153
3154 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
3155
884fb58e
NC
31562001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3157
b6bf44ba
AM
3158 * ldlang.c (load_symbols): Give emulation a chance
3159 to process unrecognized file before fatal error is
3160 reported, not after.
884fb58e 3161
87748b32
NC
31622001-04-27 Sean McNeil <sean@mcneil.com>
3163
3164 * configure.tgt: Add arm-vxworks target.
3165 * scripttempl/armcoff.sc: Support .text or .data as a section name
3166 prefix.
3167 Define _etext.
35714f2a 3168
7ce691ae
C
31692001-04-13 J.T. Conklin <jtc@redback.com>
3170
3171 * ld.texinfo: Document --fatal-warnings.
3172 * ld.1: Regenerate.
3173
3174 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
35714f2a 3175 warnings have been turned into errors.
7ce691ae
C
3176 * lexsup.c (OPTION_WARN_FATAL): Define.
3177 (ld_options): Entry for --fatal-warnings.
3178 (parse_args): Handle OPTION_WARN_FATAL.
3179 * ld.h (ld_config_type): Add fatal_warnings field.
3180
f5fa8ca2
JJ
31812001-04-13 Jakub Jelinek <jakub@redhat.com>
3182
3183 * ldmain.c (main): Default to discard_sec_merge.
3184 * lexsup.c (OPTION_DISCARD_NONE): Define.
3185 (ld_options): Add --discard-none.
3186 (parse_args): Handle OPTION_DISCARD_NONE.
3187 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
3188 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
3189 all its input sections match.
3190
fdec3cfc
L
31912001-04-05 Steven J. Hill <sjhill@cotw.com>
3192
3193 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
3194 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
3195 (eelf32ltsmip.c): New target.
3196 (eelf64btsmip.c): Likewise.
3197 (eelf64ltsmip.c): Likewise.
3198 * Makefile.in: Regenerated.
3199
3200 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
3201 target.
3202 (mips*-*-linux-gnu*): Likewise.
3203
3204 * emulparams/elf32ltsmip.sh: New. Traditional little endian
3205 MIPS taget.
35714f2a 3206 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
fdec3cfc
L
3207 target.
3208 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
3209 endian target.
3210
589bad82
HPN
32112001-04-05 Hans-Peter Nilsson <hp@axis.com>
3212
3213 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
3214 correct value of __Stext here.
3215 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
3216 .startup section.
3217
3218 * emulparams/crislinux.sh: Remove FIXME.
3219
94202e16
AM
32202001-04-02 Alan Modra <alan@linuxcare.com.au>
3221
3222 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
3223 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
3224
1268a053
HPN
32252001-03-27 Hans-Peter Nilsson <hp@axis.com>
3226
3227 * configure.tgt (cris-*-*): Change default emulation to criself.
3228 (cris-*-*aout*): New rule.
3229
d85e9ff7
AM
32302001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
3231
3232 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
3233 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
3234
0879a67a
AJ
32352001-03-26 Andreas Jaeger <aj@suse.de>
3236
3237 * ld.texinfo (Overview): Fix syntax in texi code.
3238
0285c67d
NC
32392001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3240
3241 * ld.texinfo: Put @c man indications to generate the ld man page.
3242 When generating man, define all the variables. Define SEEALSO
3243 and SYNOPSIS. Re-organize some lines to avoid the cross references.
3244 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
3245 (ld.1): Generate from ld.texinfo.
3246 * Makefile.in: Regenerate.
3247
c20ec07b
NC
32482001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
3249
3250 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
146e7110 3251 and '-fdata-sections'. Set the VMA of STABS sections to zero.
c20ec07b 3252
cc5ce052
UD
32532001-03-17 Ulrich Drepper <drepper@redhat.com>
3254
3255 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
3256 is an absolute path look only for this file and not along the path.
3257
a1ab1d2a
UD
32582001-03-17 Ulrich Drepper <drepper@redhat.com>
3259
3260 * emultempl/elf32.em (OPTION_GROUP): New macro.
3261 Add new option Bgroup to longopts.
3262 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
3263 (gld*_list_options): Add -Bgroup and -z defs.
3264 * ld.1: Document -Bgroup and -z defs.
3265 * ld.texinfo: Likewise.
3266
788fca5a
MM
32672001-03-07 Michael Meissner <meissner@redhat.com>
3268
3269 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
3270 with sections created by -fdata-sections.
3271 (.dynbss,.bss): Ditto.
3272
1c7566d1
AM
32732001-03-05 Alan Modra <alan@linuxcare.com.au>
3274
3275 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
3276 after_allocation_default, not gld..._before_allocation.
3277
27b7e12d
AM
32782001-02-27 Alan Modra <alan@linuxcare.com.au>
3279
3280 * configure.in (BFD_VERSION): New.
3281 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
3282 * configure: Regenerate.
3283 * Makefile.am: Run "make dep-am"
3284 * Makefile.in: Regenerate.
3285
2bc551c7
TW
32862001-02-26 Timothy Wall <twall@cygnus.com>
3287
3288 * emulparams/elf64_aix.sh: Add additional read-only sections;
3289 uncomment lines which are now required.
3290
1276aefa
NC
32912001-02-26 H.J. Lu <hjl@gnu.org>
3292
3293 * ldlang.c (open_input_bfds): Set the bfd error handler so
b6bf44ba
AM
3294 that problems can be caught whilst loading symbols.
3295 (record_bfd_errors): New function: Report BFD errors and mark
3296 the executable output as being invalid.
1276aefa 3297
41c49998
TW
32982001-02-22 Timothy Wall <twall@cygnus.com>
3299
3300 * configure.host: Add configuration for ia64-*-aix*.
3301 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
3302 Add dependencies for eelf64_aix.c.
3303 * Makefile.in: Regenerate.
3304 * configure.tgt: Add ia64-*-aix* mapping.
3305 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
a2b64bed 3306 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
0879a67a
AJ
3307 AIX-specific test.
3308
78f85fd7
L
33092001-02-20 H.J. Lu <hjl@gnu.org>
3310
3311 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
3312 false if we found the file.
3313
1ac7e077 33142001-02-18 David O'Brien <obrien@FreeBSD.org>
fb33b906
DB
3315
3316 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
3317 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
3318
e135f41b
NC
33192001-02-18 lars brinkhoff <lars@nocrew.org>
3320
3321 * Makefile.am: Add PDP-11 target.
3322 * configure.tgt: Likewise.
3323 * emulparams/pdp11.sh: New file.
3324
a842aceb
DB
33252001-02-17 David O'Brien <obrien@FreeBSD.org>
3326
3327 * configure.host: Add a generic FreeBSD configuration entry such that
3328 all [modern] FreeBSD systems on all platforms will look the same.
3329
24174db0
L
33302001-02-14 H.J. Lu <hjl@gnu.org>
3331
3332 * configure.tgt: Remove mention of earmelf_linux26.
3333
30c3c13a
RH
33342001-02-13 Richard Henderson <rth@redhat.com>
3335
3336 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
3337
b46a87b1
L
33382001-02-13 H.J. Lu <hjl@gnu.org>
3339
3340 * ldexp.h (node_type): Add etree_provided.
3341 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
3342 type to etree_provided if defined by PROVIDE. Allow updating
0879a67a 3343 for etree_provided.
b46a87b1
L
3344 (exp_print_tree): Handle etree_provided.
3345 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
3346 etree_provided.
3347
f3988fd9
RH
33482001-02-09 David Mosberger <davidm@hpl.hp.com>
3349
3350 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
3351 .IA_64.unwind.* pattern to unwind table section and
3352 .IA_64.unwind_info* pattern to unwind info section.
3353
a85d7ed0
NC
33542001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3355
3356 * Makefile.am: Add linux target for S/390.
3357 * Makefile.in: Likewise.
3358 * configure.host: Likewise.
3359 * configure.tgt: Likewise.
3360 * emulparams/elf64_s390.sh: New file.
3361 * emulparams/elf_s390.sh: New file.
3362
780248c4
JJ
33632001-02-09 Jakub Jelinek <jakub@redhat.com>
3364
3365 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
3366 targ_extra_libpath.
3367 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
3368
0e2534bd
PB
33692001-02-06 Philip Blundell <philb@gnu.org>
3370
3371 * Makefile.am: Remove mention of earmelf_linux26.
3372 * Makefile.in: Regenerate.
3373
46c1ea57
PB
33742001-02-04 Philip Blundell <philb@gnu.org>
3375
3376 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
3377 * emulparams/armelf_linux26.sh: Delete.
3378 * configure.tgt: Remove mention of armelf_linux26 emulation.
3379
0088edd2
NC
33802001-02-01 Nick Clifton <nickc@redhat.com>
3381
3382 * ld.1: Replace occurances of -oformat with --oformat.
3383
02aa14fb
AM
33842001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
3385
3386 * ldlang.c (lang_leave_overlay): Don't set lma_region when
3387 load_base is specified.
3388
f813923c
HPN
33892001-01-24 Hans-Peter Nilsson <hp@axis.com>
3390
3391 * emultempl/elf32.em: Correct spelling in comments and listed
3392 options.
3393
c1eb1488
AM
33942001-01-23 Alan Modra <alan@linuxcare.com.au>
3395
3396 * ldlang.c (lang_leave_overlay): Only set lma_region from the
3397 default for the first section of a group of overlay sections.
3398
d9fc3714
AM
33992001-01-22 Alan Modra <alan@linuxcare.com.au>
3400
3401 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
3402 * Makefile.in: Regenerate.
3403 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
3404 Check for null tool_dir.
3405
6be0ca94
JW
34062001-01-16 Jim Wilson <wilson@redhat.com>
3407
3408 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
3409 and IA_64.unwind.info.
3410
b9247304
L
34112001-01-16 H.J. Lu <hjl@gnu.org>
3412
3413 * ldlang.c (lang_check): Merge the private data only if the
3414 input file has contents.
3415
577a0623
AM
34162001-01-14 Alan Modra <alan@linuxcare.com.au>
3417
d952f17a
AM
3418 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
3419
ffd6e9de
AM
3420 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
3421 enabling search for libmilli. On a relocatable link, make .text
3422 sections unique.
3423 (LDEMUL_AFTER_PARSE): Define.
3424 (hppaelf_finish): Correct spelling of relocatable in comments.
3425
577a0623
AM
3426 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3427 rummage through the script for sections on the unique list.
3428 Correct length of strncmp for ".note".
3429 (gld${EMULATION_NAME}_check_needed): Rearrange function.
3430
3431 * ldlang.c (unique_section_list): New var.
3432 (unique_section_p): New function.
3433 (walk_wild_section): Don't match sections on unique_section_list.
3434 (lang_add_unique): New function.
ffd6e9de 3435 Correct spelling of relocatable in comments.
577a0623
AM
3436
3437 * ldlang.h (struct unique_sections): Declare.
3438 (unique_section_list): Declare.
3439 (unique_section_p): Declare.
3440 (lang_add_unique): Declare.
3441
3442 * lexsup.c (ld_options): Allow --unique to take an optional arg.
3443 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
3444
3445 * ld.texinfo (--unique): Update.
3446
b7ed8fad
NC
34472001-01-13 Nick Clifton <nickc@redhat.com>
3448
3449 * lexsup.c (parse_args): Remove spurious white space.
3450
d0398d6a
NC
34512001-01-12 Nick Clifton <nickc@redhat.com>
3452
3453 * lexsup.c (parse_args): Update copyright date.
3454
350fdb00
PB
34552001-01-12 Philip Blundell <pb@futuretv.com>
3456
3457 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
3458
60c6797e
KH
34592001-01-10 Kazu Hirata <kazu@hxi.com>
3460
3461 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
3462 * scripttempl/h8300h.sc: Fix formatting.
3463 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
3464 * scripttempl/h8500.sc: Likewise.
3465 * scripttempl/h8500b.sc: Likewise.
3466 * scripttempl/h8500c.sc: Likewise.
3467 * scripttempl/h8500m.sc: Likewise.
3468 * scripttempl/h8500s.sc: Likewise.
60c6797e 3469
482e8b32
DB
34702000-01-07 David O'Brien <obrien@BSDi.com>
3471
3472 * emultempl/elf32.em: Only perform Linux ld hints processing when
3473 targeting Linux.
3474
d7ed7ca6
PB
34752001-01-07 Philip Blundell <philb@gnu.org>
3476
3477 * ld.texinfo (Bug Reporting): Update email address for reports.
3478
0fc3347a
NC
34792000-12-31 Nick Clifton <nickc@redhat.com>
3480
3481 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
3482 options by checking for a return value of '?' not -1.
3483
e4897a32
NC
34842000-12-28 Nick Clifton <nickc@redhat.com>
3485
3486 * lexsup.c (struct ld_option): Add new enum value:
3487 EXACTLY_TWO_DASHES.
3488 (ld_options[]): Change -omagic, -output and -oformat options
3489 to be EXACTLY_TWO_DASHES.
3490 (OUTPUT_COUNT): Use ARRAY_SIZE.
3491 (parse_args): Change parameter 'argc' to unsigned.
3492 Place EXACTLY_TWO_DASHES options into new really_longopts
3493 array.
3494 If getopt_long_only fails, try calling getopt_long using the
3495 really_longopts array.
3496 (help): Print a double dash for both EXACTLY_TWO_DASHES and
3497 TWO_DASHES options.
3498
3499 * ldlex.h: Fix prototype of parse_args.
3500
3501 * ld.texinfo: Document that long options starting with 'o'
3502 must be preceeded by two dashes. Change example of a single
3503 dashed long option from -oformat to -trace-symbol.
3504
1122a5fc
NC
35052000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3506
3507 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
3508 (longopts[]): New --no-default-excludes option.
3509 (gld_${EMULATION_NAME}_list_options): Document.
3510 (gld_${EMULATION_NAME}_parse_args): Handle.
3511
037849a9
NC
35122000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3513
3514 * ldlang.c (new_stat): Revert the last beautification with "innocent"
3515 whitespace, it breaks the K&R C preprocessor.
3516
7ec229ce
DD
35172000-12-11 DJ Delorie <dj@redhat.com>
3518
3519 * ld.texinfo: Add notes about --whole-archive and gcc.
3520
b79e8c78
NC
35212000-11-18 Fred Fish <fnf@be.com>
3522
3523 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
3524 (ld_options): Entry for --allow-shlib-undefined.
3525 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
3526 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
3527 to false.
3528 * ld.texinfo: Document new command line switch.
d952f17a 3529
9a8e2505
GK
35302000-12-12 Geoffrey Keating <geoffk@redhat.com>
3531
3532 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
3533 .fixup is actually read/write.
3534 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3535 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3536 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3537
3b16e843 35382000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
3539
3540 * NEWS: Add note about x86_64 architecture.
3541
93b63cd3
DD
35422000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
3543
3544 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
3545 Set DWARF2 sections to a VMA of zero.
3546
68b2fc7a 35472000-12-01 Joel Sherrill <joel@OARcorp.com>
24f6971a 3548
d952f17a 3549 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
24f6971a
NC
3550 New targets.
3551 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3552 (sparc*-*-rtems*): Switched from a.out to ELF.
3553
2be3aa03
NC
35542000-11-30 Jan Hubicka <jh@suse.cz>
3555
3556 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
3557 (eelf_x86_64.c): New.
3558 * Makefile.in: Regenerate.
3559 * configure.tgt: Add support for x86_64-*-linux-gnu*.
3560 * emulparams/elf_x86_64.sh: New.
3561
8c899858
HPN
35622000-11-30 Hans-Peter Nilsson <hp@axis.com>
3563
3564 * emulparams/crislinux.sh (ENTRY): Change back to _start.
3565 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
3566
3567 * scripttempl/crisaout.sc: Change all RELOCATING not related to
3568 merging non-a.out sections into CONSTRUCTING.
3569
e47b9e39
NC
35702000-11-28 Nick Clifton <nickc@redhat.com>
3571
3572 * ld.1 (COPYING): Mention that the GNU Free Documentation
3573 License is present in the sources, but not the output, and
3574 also available from the GNU website.
3575 (GNU Free Documentation License): Comment out this section.
3576
ad95f82a
DB
35772000-11-28 David O'Brien <obrien@dragon.nuxi.com>
3578
3579 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
3580 does not use them.
3581
fd89e65f
DB
35822000-11-25 David O'Brien <obrien@FreeBSD.org>
3583
3584 * ld.1: Remove old date so it does not give the impression the manpage
3585 is way out of date.
3586
077b8428
NC
35872000-11-24 Nick Clifton <nickc@redhat.com>
3588
3589 * configure.tgt (xscale-coff): Add target.
3590 (xscale-elf): Add target.
3591
49425d28
NC
35922000-11-24 Fred Fish <fnf@be.com>
3593
d952f17a
AM
3594 * ldmain.c (main): Remove redundant init of config.make_executable
3595 to true.
49425d28 3596
d3480244
RH
35972000-11-15 Richard Henderson <rth@redhat.com>
3598
3599 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
3600
1ce7de8b
KH
36012000-11-14 Kazu Hirata <kazu@hxi.com>
3602
3603 * scripttempl/h8300.sc: Fix formatting.
3604 * scripttempl/h8300h.sc: Likewise.
3605 * scripttempl/h8300s.sc: Likewise.
3606
3b16e843 36072000-11-14 Denis Chertykov <denisc@overta.ru>
208d5cd0
DC
3608
3609 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
3610
2e418547
PB
36112000-11-09 Philip Blundell <pb@futuretv.com>
3612
3613 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
3614 around orphan sections whose names can be represented in C.
3615
c940e6fc
JW
36162000-11-07 Jim Wilson <wilson@redhat.com>
3617
3618 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
3619 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
3620
704c465c
NC
36212000-11-06 Nick Clifton <nickc@redhat.com>
3622
3623 * ld.texinfo: Add GNU Free Documentation License.
3624 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 3625 * ld.1: Add GNU Free Documentation License.
704c465c 3626
dca7760f
AM
36272000-11-05 Alan Modra <alan@linuxcare.com.au>
3628
3629 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
3630 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
3631
3632 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
3633 Move 2000-11-02 Makefile.in changes to this file.
3634 * Makefile.in: Regenerate.
3635
40a633d5
NC
36362000-11-03 Nick Clifton <nickc@redhat.com>
3637
3638 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
3639 constructors and destructors.
3640 * scripttempl/h8300h.sc: Ditto.
3641 * scripttempl/h8300s.sc: Ditto.
3642 * scripttempl/h8500.sc: Ditto.
3643 * scripttempl/h8500b.sc: Ditto.
3644 * scripttempl/h8500c.sc: Ditto.
3645 * scripttempl/h8500m.sc: Ditto.
3646 * scripttempl/h8500s.sc: Ditto.
3647 * scripttempl/v850.sc: Ditto.
3648 * scripttempl/w65.sc: Ditto.
3649 * scripttempl/z8000.sc: Ditto.
3650
59ff2774
NC
36512000-11-02 Per Lundberg <plundis@chaosdev.org>
3652
3653 * Makefile.in (e_i386_chaos.c): New rule.
3654 (ALL_EMULATIONS): Added e_i386_chaos.o.
3655 * emulparams/elf_i386_chaos.sh: New file.
3656 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
3657
645571e1
JJ
36582000-10-20 Jakub Jelinek <jakub@redhat.com>
3659
3660 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
3661 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
3662 Fix sed invocation, so that it coped with '/' in Solaris 64bit
3663 library path suffix.
3664 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
3665
c5975a45
HPN
36662000-10-18 Hans-Peter Nilsson <hp@axis.com>
3667
3668 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
3669 for consecutive sections.
3670
ea20a7da
CC
36712000-10-17 Chandrakala Chavva <cchavva@redhat.com>
3672
d952f17a
AM
3673 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
3674 options.
3675 * ld.texinfo: Added notes about this new option.
ea20a7da 3676
6e45556a
NC
36772000-10-16 Nick Clifton <nickc@redhat.com>
3678
3679 * emultempl/pe.em (_after_open): Add tests of return values from
3680 bfd functions. Emit appropriate error messages if necessary.
3681
b9a69188
NC
36822000-10-13 Nick Clifton <nickc@redhat.com>
3683
3684 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
3685 local variables - they are not used, but leave in the call to
3686 bfd_canonicalize_symtab.
b9a69188
NC
3687 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
3688 pe_dll_search_prefix.
3689
627427de 36902000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
d952f17a 3691
627427de
DD
3692 * emultempl/pe.em (pe_dll_search_prefix): New variable,
3693 (longopts): New --dll-search-prefix option.
3694 (gld_${EMULATION_NAME}_list_options): Document.
3695 (gld_${EMULATION_NAME}_parse_args): Handle.
3696 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
3697 dynamically, search for a dll named '<prefix><basename>.dll'
3698 in preference to 'lib<basename>.dll' if --dll-search-prefix
3699 is specified.
3700
24376d1b
AM
37012000-10-12 Alan Modra <alan@linuxcare.com.au>
3702
3703 * ldlang.c (section_already_linked): Set kept_section instead of
3704 sec->comdat->sec.
3705
e47d05ad
KH
37062000-10-10 Kazu Hirata <kazu@hxi.com>
3707
3708 * deffile.h: Fix formatting.
3709 * lexsup.c: Likewise.
3710 * mri.c: Likewise.
3711
23a87948
DD
37122000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3713
3714 * pe-dll.c (make_one): Do not generate code thunk for DATA
3715 exports.
3716 (process_def_file): deduce DATA flag for auto-export sumbols.
3717
86b1cc60
KH
37182000-10-09 Kazu Hirata <kazu@hxi.com>
3719
89cdebba
KH
3720 * ld.h: Fix formatting.
3721 * ldcref.c: Likewise.
3722 * ldctor.h: Likewise.
3723 * ldemul.c: Likewise.
3724 * ldemul.h: Likewise.
3725 * ldexp.c: Likewise.
3726 * ldexp.h: Likewise.
3727 * ldfile.c: Likewise.
3728 * ldfile.h: Likewise.
3729 * ldlang.c: Likewise.
3730 * ldlang.h: Likewise.
3731 * ldmain.c: Likewise.
7bfd51a3
KH
3732 * pe-dll.c: Likewise.
3733
3734 * pe-dll.c: Revert some formatting fixes.
86b1cc60 3735
d643799d
KH
37362000-10-08 Kazu Hirata <kazu@hxi.com>
3737
3738 * pe-dll.c: Fix formatting.
3739
08da4cac
KH
37402000-10-05 Kazu Hirata <kazu@hxi.com>
3741
3742 * ldlang.c: Fix formatting.
3743
c2a94a7a
DD
37442000-10-03 DJ Delorie <dj@redhat.com>
3745
3746 * pe-dll.c (fill_edata): initialize entire block
3747 (make_one): fill in correct section.
3748
8c95a62e
KH
37492000-10-03 Kazu Hirata <kazu@hxi.com>
3750
3751 * ldexp.c: Fix formatting.
3752
486e80e2
DD
37532000-10-02 DJ Delorie <dj@redhat.com>
3754
3755 * emultempl/pe.em (gld_*_after_open): detect case where there two
3756 import libraries for same dll; rename one to ensure proper link
3757 order.
3758
3759 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
3760 typo
3761 (generate_edata): fix typo
3762
24dd9f75
HPN
37632000-09-29 Hans-Peter Nilsson <hp@axis.com>
3764
3765 * scripttempl/crisaout.sc (ENTRY): Now __start.
3766 (.text): Add default setting for __start.
3767 Remove CONSTRUCTORS handling.
3768 (/DISCARD/): Add .gnu.warning.*.
3769 * emulparams/crislinux.sh (ENTRY): Now __start.
3770 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
3771 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
3772 (ENTRY): Now __start.
3773 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
3774 (EXECUTABLE_SYMBOLS): Add default setting for __start.
3775
4de2d33d
KH
37762000-09-29 Kazu Hirata <kazu@hxi.com>
3777
5cc18311
KH
3778 * deffile.h: Fix formatting.
3779 * ld.h: Likewise.
3780 * ldcref.c: Likewise.
4de2d33d 3781 * ldctor.c: Likewise.
5cc18311 3782 * ldctor.h: Likewise.
4de2d33d 3783 * ldemul.c: Likewise.
5cc18311 3784 * ldemul.h: Likewise.
4de2d33d 3785 * ldexp.c: Likewise.
5cc18311 3786 * ldexp.h: Likewise.
4de2d33d 3787 * ldfile.c: Likewise.
5cc18311 3788 * ldfile.h: Likewise.
4de2d33d 3789 * ldlang.c: Likewise.
5cc18311
KH
3790 * ldlang.h: Likewise.
3791 * lexsup.c: Likewise.
3792 * mri.c: Likewise.
3793 * pe-dll.c: Likewise.
4de2d33d 3794
45b1f63c
DD
37952000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3796
3797 * pe-dll.c (process_def_file): Uninitialized data wasn't
3798 exported with --export-all-symbols switch.
d952f17a 3799
45b1f63c
DD
38002000-09-28 DJ Delorie <dj@redhat.com>
3801
3802 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
3803 noname work properly.
3804
47d89dba
AM
38052000-09-28 Alan Modra <alan@linuxcare.com.au>
3806
3807 * ld.texinfo (HPPA ELF32): New section.
3808
3809 * emultempl/hppaelf.em (group_size): New.
3810 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
3811 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
3812 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
3813 options to prevent abbreviations matching.
3814 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
3815 (PARSE_AND_LIST_ARGS_CASES): Handle it.
3816
36bdbeec
NC
38172000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3818
3819 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
3820 on the m68*-*-elf target. Make it support COFF input objects.
3821
6d5e62f8
KH
38222000-09-21 Kazu Hirata <kazu@hxi.com>
3823
3824 * ldmain.c: Fix formatting.
3825 * ldmisc.c: Likewise.
3826 * ldver.c: Likewise.
3827 * ldwrite.c: Likewise.
3828
e2eb67d9
AM
38292000-09-21 Alan Modra <alan@linuxcare.com.au>
3830
3831 * ldwrite.c (clone_section): Silence gcc warnings.
3832
b3ea3584
AM
38332000-09-20 Alan Modra <alan@linuxcare.com.au>
3834
3835 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
3836 out of memory failure.
3837
3838 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
3839 (clone_section): Handle out of memory failures. Rename var to
3840 avoid c++ reserved word.
3841
25f72752
AM
38422000-09-18 Alan Modra <alan@linuxcare.com.au>
3843
3844 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
3845 stub_name param to stub_sec_name.
3846 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
3847
0752970e
NC
38482000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3849
3850 * emultempl/m68kelf.em: New file.
3851 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
3852 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
3853 * Makefile.in: Regenerate.
3854
92b7e9d8
AM
38552000-09-15 Alan Modra <alan@linuxcare.com.au>
3856
3857 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
3858 only as needed.
3859
9b14b192
NC
38602000-09-13 Nick Clifton <nickc@redhat.com>
3861
3862 * ldmain.c (multiple_definition): Disable relaxation if
3863 multiple symbol definitions are encountered - otherwise the
3864 linker could abort with an assertion failure.
3865
891fa266
NC
38662000-09-10 Nick Clifton <nickc@redhat.com>
3867
3868 * mri.c: Fix formatting.
3869
5d64ca4e
L
38702000-09-07 H.J. Lu <hjl@gnu.org>
3871
3872 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
3873 * configure: Rebuild.
3874
dd94604f
L
38752000-09-07 H.J. Lu <hjl@gnu.org>
3876
3877 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
3878 * Makefile.in: Rebuild.
3879
71bfc0ae
AM
38802000-09-07 Alan Modra <alan@linuxcare.com.au>
3881
3882 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
3883 broken list handling. Create __start_SECNAME and __stop_SECNAME
3884 when no place-holder. Add some comments. Test both SEC_CODE and
3885 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 3886 Handle case where no output section statement created.
71bfc0ae 3887
4a428502
AO
38882000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
3889
3890 * configure.tgt (sh-*-linux*): Added.
3891 * Makefile.am: Added eshelf_linux and eshlelf_linux.
3892 * Makefile.in: Rebuilt.
3893 * emulparams/shelf_linux.sh: New file.
3894 * emulparams/shlelf_linux.sh: New file.
3895
f9989030
AM
38962000-09-06 Alan Modra <alan@linuxcare.com.au>
3897
3898 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3899 try shuffling sections when the orphan happens to be the place
3900 holder. Keep count of unique section names generated so we speed
3901 the search for a new name.
3902
58cccadb
AO
39032000-09-06 Alexandre Oliva <aoliva@redhat.com>
3904
3905 * configure: Rebuilt with new libtool.m4.
3906
5b343f5a
NC
39072000-09-05 Nick Clifton <nickc@redhat.com>
3908
3909 * Makefile.in: Regenerate.
3910 * aclocal.m4: Regenerate.
3911 * configure: Regenerate.
3912 * config.in: Regenerate.
3913 * po/ld.pot: Regenerate.
3914
3915 * ldint.texinfo: Remove CVS revision marker - it foils local
3916 comparisons.
3917
3918 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 3919
a854a4a7
AM
39202000-09-05 Alan Modra <alan@linuxcare.com.au>
3921
3231d22e
AM
3922 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
3923 to stub section flags.
3924 (hppa_for_each_input_file_wrapper): New.
3925 (hppa_lang_for_each_input_file): New.
3926 (lang_for_each_input_file): Define to call above.
3927 (multi_subspace): New.
3928 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
3929 (PARSE_AND_LIST_PROLOGUE): Define.
3930 (PARSE_AND_LIST_LONGOPTS): Define.
3931 (PARSE_AND_LIST_OPTIONS): Define.
3932 (PARSE_AND_LIST_ARGS_CASES): Define.
3933 (hppaelf_finish): Call elf32_hppa_set_gp.
3934 (hppaelf_set_output_arch): Remove.
3935 (LDEMUL_SET_OUTPUT_ARCH): Remove.
3936
3937 * emulparams/hppalinux.sh (ELFSIZE): Define.
3938 (MACHINE): Define.
3939 (OTHER_READONLY_SECTIONS): Define.
3940 (DATA_PLT): Define.
3941 (GENERATE_SHLIB_SCRIPT): Define.
3942
5f992e62
AM
3943 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
3944 to const throughout. Change `void *' to `PTR' throughout.
3945 (lang_memory_default): Function is local to file, add `static'.
3946
3947 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
3948 (ehppalinux.c): Likewise.
3949 (earmelf.c): Likewise.
3950 (earmelf_linux.c): Likewise.
3951 (earmelf_linux26.c): Likewise.
3952 * Makefile.in: Regenerate.
3953
a854a4a7
AM
3954 * ld.h (ld_config_type): Add unique_orphan_sections.
3955 * lexsup.c (OPTION_UNIQUE): Define.
3956 (ld_options): Add "--unique".
3957 (parse_args): Handle it.
3958 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3959 search for an existing output section if unique_orphan_sections is
3960 set. Make use of bfd_get_unique_section_name rather than
3961 duplicating code here.
3962 * ld.texinfo: Describe --unique.
3963
3964 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
3965 optional arg to split-by-file.
3966 (parse_args): Handle them.
3967 * ld.texinfo: Update description of these options.
3968 * ldwrite.c (clone_section): Pass in the section name. Replace
3969 local code with bfd_get_unique_section_name.
3970 (split_sections): Tidy code and comments. Use a list traversal
3971 more appropriate to the list construction. Handle cooked section
3972 sizes. Split when split_by_reloc reached rather than exceeded.
3973 Track section size and split when split_by_file reached. Fix
3974 link_order_tail (even though it's not used).
3975 (ldwrite): Modify condition for calling split_sections to suit
3976 changed split_by_reloc and split_by_file.
3977 * ldmain.c (main): Init config.split_by_reloc and
3978 config.split_by_file to -1.
3979 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
3980 Change split_by_file to bfd_size_type.
3981
18e03609
NC
39822000-09-02 Nick Clifton <nickc@redhat.com>
3983
3984 * configure.in: Increase version number to 2.10.91.
3985 * NEWS: Mention new ability to support removal of duplicate DWARF2
3986 debug information.
3987 * configure: Regenerate.
3988 * aclocal.m4: Regenerate.
3989 * config.in: Regenerate.
3990
3a9d486c
NC
39912000-09-02 Daniel Berlin <dberlin@redhat.com>
3992
3993 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
3994 sections.
a2b64bed 3995 * scripttempl/elf32avr.sc: Ditto.
3a9d486c
NC
3996 * scripttempl/elfd10v.sc: Ditto.
3997 * scripttempl/elfd30v.sc: Ditto.
3998 * scripttempl/elfi370.sc: Ditto.
3999 * scripttempl/elfm68hc11.sc: Ditto.
4000 * scripttempl/elfm68hc12.sc: Ditto.
4001 * scripttempl/elfi386beos.sc: Ditto.
4002 * scripttempl/v850.sc: Ditto.
50bbae35 4003
ac48eca1
AO
40042000-08-31 Alexandre Oliva <aoliva@redhat.com>
4005
4006 * acinclude.m4: Include libtool and gettext macros from the
4007 top level.
4008 * aclocal.m4, configure: Rebuilt.
4009
c13b1b77
NC
40102000-08-25 Nick Clifton <nickc@redhat.com>
4011
4012 * ldlang.c (open_output): When choosing the target for a
4013 particular endianness, do nothing if the target is not
4014 supported.
4015
dcb0bd0e
L
40162000-08-25 H.J. Lu <hjl@gnu.org>
4017
4018 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
4019 check -rpath nor LD_RUN_PATH for cross link.
4020 * ld.texinfo: Document the change.
4021
5bcac8a4
HPN
40222000-08-24 Hans-Peter Nilsson <hp@axis.com>
4023
4024 * NEWS: Mention support for CRIS.
4025
6dd8c765
L
40262000-08-23 H.J. Lu <hjl@gnu.org>
4027
4028 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
4029 the current runpath list from bfd_elf_get_runpath_list ()
4030 before search.
4031
ec4eb78a
L
40322000-08-22 H.J. Lu <hjl@gnu.org>
4033
4034 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
4035 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
4036 LD_LIBRARY_PATH for native linker. Display the needed DSO if
4037 trace_file_tries is non-zero.
4038 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
4039 if trace_file_tries is non-zero.
4040
4041 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 4042 * NEWS: Mention it.
ec4eb78a 4043
22b36938
JE
40442000-08-14 Jason Eckhardt <jle@cygnus.com>
4045
4046 * NEWS: Mention i860 support.
4047
d73e9da0
AS
40482000-08-14 Andreas Schwab <schwab@suse.de>
4049
4050 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 4051 syntax.
d73e9da0 4052
9ac4db9c
GK
40532000-08-10 Geoff Keating <geoffk@cygnus.com>
4054
4055 * scripttempl/elf.sc: Add a comment giving the correspondence
4056 between sections, per-datum sections, and linkonce sections. Make
4057 the comment true even for .bss, .sdata, .sdata2, .sbss, and
4058 .sbss2.
4059
165589e4
JE
40602000-08-10 Jason Eckhardt <jle@cygnus.com>
4061
4062 * emulparams/elf32_i860.sh: New file.
4063 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
4064 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
4065 (eelf32_i860.c): New rule.
4066 * Makefile.in: Regenerate.
4067
345a835d
NC
40682000-08-10 Nick Clifton <nickc@cygnus.com>
4069
4070 * emulparams/mipspe.sh (ENTRY): Add definition.
4071
e374f1d9
NC
40722000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
4073
4074 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
4075 in error message.
4076
236d5abf
NC
40772000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4078
4079 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
4080 the final size of .bss section.
4081 * scripttempl/elfm68hc12.sc: Likewise.
4082
4b209b22
AM
40832000-08-04 Alan Modra <alan@linuxcare.com.au>
4084
4085 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
4086 gld${EMULATION_NAME}_parse_args for consistency. Combine
4087 lastoptind and prevoptind vars, and keep track of last optind.
4088 (gld_${EMULATION_NAME}_list_options): Rename to
4089 gld${EMULATION_NAME}_list_options.
4090
28423a68
AM
40912000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
4092
4093 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
4094 (i586-sco-sysv5uw7.1.0).
4095
b2009ff7
L
40962000-07-27 H.J. Lu <hjl@gnu.org>
4097
4098 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
4099 (PARSE_AND_LIST_PROLOGUE): New.
4100 (PARSE_AND_LIST_LONGOPTS): Likewise.
4101 (PARSE_AND_LIST_OPTIONS): Likewise.
4102 (PARSE_AND_LIST_ARGS_CASES): Likewise.
4103 (PARSE_AND_LIST_EPILOGUE): Likewise.
4104
04925e1e
AM
41052000-07-28 Alan Modra <alan@linuxcare.com.au>
4106
41392f03
AM
4107 * emultempl/armelf.em: Elide functions common to elf32.em,
4108 ie. most of the file.
4109 (arm_elf_after_open): New. Do arm specific things then call
4110 gld${EMULATION_NAME}_after_open.
4111 (arm_elf_before_allocation): New. Call
4112 gld${EMULATION_NAME}_before_allocation then do arm specifics.
4113 (PARSE_AND_LIST_PROLOGUE): Define.
4114 (PARSE_AND_LIST_SHORTOPTS): Define.
4115 (PARSE_AND_LIST_LONGOPTS): Define.
4116 (PARSE_AND_LIST_OPTIONS): Define.
4117 (PARSE_AND_LIST_ARGS_CASES): Define.
4118 (LDEMUL_AFTER_OPEN): Define.
4119 (LDEMUL_BEFORE_ALLOCATION): Define.
4120 (LDEMUL_BEFORE_PARSE): Define.
4121 (LDEMUL_FINISH): Define.
4122
4123 * emultempl/hppaelf.em: Similarly zap most of this file.
4124 (hppaelf_add_stub_section): Prototype.
4125 (hppaelf_layaout_sections_again): Prototype.
4126 (hook_in_stub): Prototype.
4127 (LDEMUL_SET_OUTPUT_ARCH): Define.
4128 (LDEMUL_FINISH): Define.
4129 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
4130
4131 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
4132 (EXTRA_EM_FILE): New.
4133 * emulparams/armelf_linux.sh: Likewise.
4134 * emulparams/armelf_linux26.sh: Likewise.
4135 * emulparams/hppalinux.sh: Likewise.
4136 * emulparams/hppaelf.sh: Likewise.
4137 (NOP): Define.
4138
4139 * emultempl/elf32.em: Fix formatting.
4140 (EXTRA_EM_FILE): Source it.
4141 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
4142 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
4143 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
4144 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
4145 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
4146 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
4147 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
4148 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
4149 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
4150 allow functions in this file to be overridden.
4151 (PARSE_AND_LIST_SHORTOPTS): Handle it.
4152
4153 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
4154
04925e1e
AM
4155 * emultempl/elf32.em: Reorganize file.
4156
88cdf297
NC
41572000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
4158
4159 * emulparams/elf64alpha.sh: Implement "-taso" emulation
4160 specific option to fit 64-bit executable in the lower
4161 31-bit address range. This is done by changing start
4162 address of .interp (the very first section of executable)
4163 and then setting EF_ALPHA_32BIT elf header flag.
4164
20bccb34
NC
41652000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4166
4167 * emultempl/m68kcoff.em: New file.
4168 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
4169 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
4170 generic.em.
4171 * Makefile.in: Regenerate.
4172
699845ef
L
41732000-07-20 H.J. Lu <hjl@gnu.org>
4174
4175 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
4176 and "disable-new-dtags" to stop getopt from treating -d/-e as
4177 abbreviations for these options.
4178
6c1439be
L
41792000-07-20 H.J. Lu <hjl@gnu.org>
4180
4181 * ld.texinfo: Add documentation for --disable-new-dtags and
4182 --enable-new-dtags.
4183
4184 * ldmain.c (main): Initialize link_info.new_dtags to false.
4185
4186 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
4187 --disable-new-dtags and --enable-new-dtags.
4188 (gld_${EMULATION_NAME}_list_options): Likewise.
4189
28c309a2
NC
41902000-07-05 Kenneth Block <krblock@computer.org>
4191
a2b64bed
NC
4192 * lexsup.c: Add optional style to demangle switch
4193 * ld.texinfo: Document optional style to demangle switch.
50bbae35 4194
9d06555c
HPN
41952000-07-20 Hans-Peter Nilsson <hp@axis.com>
4196
4197 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
4198 ecrislinux.o.
4199 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
4200 Regenerate dependencies.
4201 * Makefile.in: Rebuild.
4202 * configure.tgt (cris-*-*): New target.
4203 * emulparams/crisaout.sh, emulparams/criself.sh,
4204 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
4205 * po/POTFILES.in, po/ld.pot: Regenerate.
4206
19e3be22
L
42072000-07-20 H.J. Lu <hjl@gnu.org>
4208
4209 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
4210 Print out ignored -z options.
4211
e0ee487b
L
42122000-07-19 H.J. Lu <hjl@gnu.org>
4213
19e3be22
L
4214 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
4215 (PARSE_AND_LIST_PROLOGUE): New.
4216 (PARSE_AND_LIST_LONGOPTS): Likewise.
4217 (PARSE_AND_LIST_OPTIONS): Likewise.
4218 (PARSE_AND_LIST_ARGS_CASES): Likewise.
4219
4220 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
4221
4222 * lexsup.c (ld_options): Comment out 'z'.
4223 (parse_args): Likewise.
4224
4225 * emultempl/elf32.em: Include "elf/common.h".
4226 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
4227 options.
4228 (gld_${EMULATION_NAME}_list_options): Likewise.
4229
4230 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 4231
49e56c49
L
42322000-07-19 H.J. Lu <hjl@gnu.org>
4233
4234 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
4235 bfd_elf_set_dt_needed_soname ().
4236
9d68bc82
DD
42372000-07-18 DJ Delorie <dj@cygnus.com>
4238
4239 * pe-dll.c (pe_dll_id_target): check object target name also
4240
53db15ed
HPN
42412000-07-18 Hans-Peter Nilsson <hp@axis.com>
4242
4243 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
4244 ${INIT_END} if relocating.
4245 (.fini): Likewise ${FINI_START} and ${FINI_END}.
4246
0ad8cf4c
DD
42472000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
4248
a2b64bed 4249 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
0ad8cf4c
DD
4250 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
4251 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
4252 errors introduced by the old dynamic lib search order.
4253
874c8c99
DD
42542000-07-17 DJ Delorie <dj@cygnus.com>
4255
4256 * pe-dll.c (process_def_file): auto-export data items also
4257 (pe_process_import_defs): also see if _imp_ form needed
4258
5b4cf3f4
DD
42592000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
4260
4261 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
4262 for dll import libraries
4263
062739d1
NC
42642000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
4265
4266 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
d952f17a 4267 gcc 2.95.2 and later.
062739d1 4268
1c64c4ed
NC
42692000-07-11 Kazu Hirata <kazu@hxi.com>
4270
50bbae35
AM
4271 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
4272 message.
1c64c4ed 4273
b71e2778
AM
42742000-07-10 Alan Modra <alan@linuxcare.com.au>
4275
4276 * ldemul.h (struct lang_input_statement_struct): Remove forward
4277 declaration.
4278 (struct search_dirs): Likewise.
4279 * ldfile.h (struct lang_input_statement_struct): Likewise.
4280 Protect file from multiple inclusion.
4281 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
4282 declaration from macro to file scope.
4283
4284 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
4285 * ldgram.y: Likewise here.
4286 * ldlang.c: And here.
4287 * ldmain.c: And here.
4288 * mpw-elfmips.c: And here.
4289 * mpw-eppcmac.c: And here.
4290 * emultempl/aix.em: And here.
4291 * emultempl/armcoff.em: And here.
4292 * emultempl/armelf.em: And here.
4293 * emultempl/armelf_oabi.em: And here.
4294 * emultempl/beos.em: And here.
4295 * emultempl/elf32.em: And here.
4296 * emultempl/hppaelf.em: And here.
4297 * emultempl/linux.em: And here.
4298 * emultempl/lnk960.em: And here.
4299 * emultempl/pe.em: And here.
4300 * emultempl/sunos.em: And here.
4301 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
4302 * mpw-idtmips.c: Ditto.
4303 * emultempl/generic.em: Ditto.
4304 * emultempl/gld960.em: Ditto.
4305 * emultempl/gld960c.em: Ditto.
4306 * emultempl/mipsecoff.em: Ditto.
4307 * emultempl/ticoff.em: Ditto.
4308 * emultempl/vanilla.em: Ditto.
4309
4310 * pe-dll.c: Include ldfile.h
4311 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
4312
4313 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
4314 arguments to bfd_elf32_size_dynamic_sections call.
4315 (gldelf32ebmip_place_orphan): Add missing arguments to
4316 lang_leave_output_section_statement call.
4317
2ef53d66
L
43182000-07-10 H.J. Lu <hjl@gnu.org>
4319
4320 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
4321 DLL_SUPPORT.
4322 (strhash): Likewise.
4323 (compute_dll_image_base): Likewise.
4324 (pe_undef_found_sym): Likewise.
4325 (pe_undef_cdecl_match): Likewise.
4326 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
4327 argument "arch" with ATTRIBUTE_UNUSED.
4328
9a8cbb09
AM
43292000-07-10 Alan Modra <alan@linuxcare.com.au>
4330
4331 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
4332
4333 From Ryan Bradetich <rbradetich@uswest.net>
4334 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 4335
4900fc06
AM
43362000-07-09 Alan Modra <alan@linuxcare.com.au>
4337
4338 Changes to create multiple linker stubs, positioned immediately
4339 before the section where they are required.
4340 * emultempl/hppaelf.em: Include elf32-hppa.h.
4341 (stub_sec, file_chain): Delete.
4342 (hppaelf_create_output_section_statements): Don't make a stub
4343 section here.
4344 (hook_stub_info): New struct.
4345 (hook_in_stub): New function.
4346 (hppaelf_add_stub_section): New function.
4347 (hppaelf_finish): Do nothing for relocateable links. Modify the
4348 call to elf32_hppa_size_stubs. Move code for updating section
4349 layout from here...
4350 (hppaelf_layaout_sections_again): ..to here, a new function.
4351
4352 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
4353 broken list handling. Pass in a pointer to the list.
4354 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
4355 for above changes.
4356 (hppaelf_before_parse): Prototype.
4357 (hppaelf_set_output_arch): Prototype.
4358 (hppaelf_create_output_section_statements): Prototype.
4359 (hppaelf_delete_padding_statements): Prototype.
4360 (hppaelf_finish): Prototype.
4361
4362 Merge from elf32.em
4363 * emultempl/hppaelf.em: Include ctype.h.
4364 (struct orphan_save): New.
4365 (gld${EMULATION_NAME}_place_orphan): New.
4366 (output_rel_find): New.
4367 (hppaelf_get_script): Update from elf32.em.
4368 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
4369 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 4370 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
4371
4372 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
4373 ehppalinux.o, sort it. Regenerate dependencies.
4374 (ehppalinux.c): Depend on hppaelf.em
4375 * Makefile.in: Regenerate.
4376
4377 * configure.tgt: targ_emul=hppalinux for hppa*linux
4378
4379 * emulparams/hppalinux.sh: New.
4380 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
4381
227aeb07
AM
43822000-07-08 Alan Modra <alan@linuxcare.com.au>
4383
4384 * lexsup.c (parse_args): Copy section name.
4385
28609fd4 43862000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
602e90d3 4387
2ef53d66 4388 * emultempl/pe.em: institute the following search order for
602e90d3
DD
4389 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
4390 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
4391 static lib (libfoo.a) if none of the above are found.
4392
5f577f7d
DD
43932000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
4394
50bbae35 4395 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 4396 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 4397 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
4398 (gld_${EMULATION_NAME}_parse): Handle.
4399 (strhash): New static function.
50bbae35 4400 (compute_dll_image_base): New static function.
5f577f7d
DD
4401 (gld_${EMULATION_NAME}_set_symbols): Use.
4402
9a8cbb09 44032000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
4404
4405 * MAINTAINERS: new
4406
3548145d 44072000-07-01 Koundinya K <kk@ddeorg.soft.net>
50bbae35
AM
4408
4409 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
4410 * emulparams/elf32btsmip.sh: New file.
4411 * Makefile.am: Add traditional mips target.
4412 * Makefile.in: Rebuild.
4413
67798033
L
44142000-07-01 H.J. Lu <hjl@gnu.org>
4415
4416 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
4417 automake to use YLWRAP.
4418 * Makefile.in: Rebuild.
4419
0bdaf48b
AM
44202000-07-01 Alan Modra <alan@linuxcare.com.au>
4421
4422 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
4423 (CLEANFILES): Add DEPA.
4424 * Makefile.in: Regenerate.
4425
c9e769c2
TW
44262000-06-30 Timothy Wall <twall@ppc>
4427
4428 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
4429 the page in the upper octet of the address.
4430
65aa24b6
NC
44312000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
4432
4433 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
4434
4667035e
AM
44352000-06-24 Alan Modra <alan@linuxcare.com.au>
4436
4437 * NEWS: arm-elf does --gc-sections too.
4438
1581f8c9
AM
44392000-06-22 Alan Modra <alan@linuxcare.com.au>
4440
4441 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4442 find one.
4443 * Makefile.in: Regenerate.
4444
01580992
L
44452000-06-21 H.J. Lu <hjl@gnu.org>
4446
4447 * Makefile.am: Rebuild dependency.
4448 * Makefile.in: Rebuild.
4449
bbeb2e03
L
44502000-06-20 H.J. Lu <hjl@gnu.org>
4451
4452 * Makefile.am: Rebuild dependency.
4453 * Makefile.in: Rebuild.
4454
74459f0e
TW
44552000-06-20 Timothy Wall <twall@cygnus.com>
4456
4457 * scripttempl/tic54xcoff.sc: New.
4458 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
4459 * gen-doc.texi: Add flag for TI COFF.
4460 * ld.texinfo: Add documentation for TI COFF handling switches.
4461 * emultempl/ticoff.em: New. TI COFF handling.
4462 * configure.tgt: Add tic54x target.
4463 * Makefile.am: Add tic54x target.
4464 * Makefile.in: Ditto.
4465
2ab47eed
AM
44662000-06-20 Alan Modra <alan@linuxcare.com.au>
4467
4468 * ldmain.c (set_scripts_dir): Correct pointer comparison when
4469 checking for backslashes.
4470
919e4093
AM
44712000-06-19 Alan Modra <alan@linuxcare.com.au>
4472
4473 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
4474
987fd5b4
AM
44752000-06-18 Alan Modra <alan@linuxcare.com.au>
4476
4477 * NEWS: Update list of targets supporting --gc-sections.
4478
4479 * scripttempl/elf.sc: KEEP .eh_frame contents.
4480 * scripttempl/elfd30v.sc: Same here.
4481
60bcf0fa
NC
44822000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
4483
4484 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
4485 and m68hc11 (elf).
4486 * Makefile.in: Rebuild.
4487 * configure.tgt: Recognize m68hc12 and m68hc11.
4488 * scripttempl/elfm68hc12.sc: New file.
4489 * emulparams/m68hc12elfb: New emulation.
4490 * emulparams/m68hc12elf: New emulation.
4491 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
4492 (includes a memory.x script to define the ROM and RAM banks).
4493 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
4494 New configuration files for support of Motorola 68hc11
4495
c7c54483
AM
44962000-06-15 Alan Modra <alan@linuxcare.com.au>
4497
4498 * ldmain.c (main): Only change SEC_READONLY for final link.
4499
bcef29e6
L
45002000-06-13 H.J. Lu <hjl@gnu.org>
4501
4502 * configure: Regenerate.
4503
946efd95
DB
45042000-06-08 David O'Brien <obrien@FreeBSD.org>
4505
4506 * configure.in (VERSION): Update to show this is the CVS mainline.
4507
57a6fd07
DB
45082000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4509
4510 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
4511 input objects to be ECOFF.
4512 (check_sections): einfo takes %B, not %P, to print a BFD name.
4513
e06cae36
L
45142000-06-05 Michael Matz <matz@ifh.de>
4515
4516 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
d952f17a 4517 version scripts.
e06cae36 4518
d952f17a 4519 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
e06cae36 4520
2f0b56c0
DC
45212000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
4522
4523 * emulparams/avr1200.sh (STACK): Define as 0.
4524 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
4525 * emulparams/avr4433.sh (STACK): Likewise.
4526 * emulparams/avr44x4.sh (STACK): Likewise.
4527 * emulparams/avr85xx.sh (STACK): Likewise.
4528 * emulparams/avrmega103.sh (STACK): Likewise.
4529 * emulparams/avrmega161.sh (STACK): Likewise.
4530 * emulparams/avrmega603.sh (STACK): Likewise.
4531 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
4532 (__stack): Define from ${STACK} for main().
4533
2114f57b
AM
45342000-05-26 Alan Modra <alan@linuxcare.com.au>
4535
4536 * Makefile.am: Update dependencies with "make dep-am"
4537 * Makefile.in: Regenerate.
4538
5af11cab
AM
45392000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
4540
4541 * ldmain.c: Include filenames.h.
4542 (set_scripts_dir): Support backslashes in program name.
4543
1f0df59a
NC
45442000-05-22 Igor Shevlyakov <igor@windriver.com>
4545
4546 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
4547 read-only, don't forget to reset SEC_READONLY because it
4548 could be already set.
1f0df59a 4549
176355da
NC
45502000-05-22 Thomas de Lellis <tdel@windriver.com>
4551
50bbae35
AM
4552 * ld.1: Add documentation for new command line option:
4553 --section-start <sectionname>=<sectionorg>
4554 This is a generic version of -Ttext etc. which accepts
4555 any section name as a parameter instead of just text/data/
4556 bss.
4557 * ld.texinfo: More docs.
4558 * NEWS: More docs.
4559 * lexsup.c: (parse_args): Recognize new command line option.
176355da 4560 (ld_options): Add new option.
50bbae35 4561
8c5ff972
L
45622000-05-18 H.J. Lu <hjl@gnu.org>
4563
4564 * lexsup.c (parse_args): `i' == `r', not `q'.
4565
3b16e843 45662000-05-18 Jeffrey A Law (law@cygnus.com)
0b76fe77
JL
4567
4568 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
4569
a712da20
NC
45702000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
4571 Rick Gorton <gorton@scrugs.lkg.dec.com>
50bbae35 4572
a712da20
NC
4573 Add support for '-q' == '--emit-relocs' switch.
4574 * ldmain.c (main): Default to false.
4575 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
4576 * NEWS: Describe the emitrelocations switch.
4577 * ld.texinfo: Describe the emitrelocations switch.
4578
690a460e
NC
45792000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
4580
a2b64bed 4581 * emultempl/pe.em (_open_dynamic_archive): New function: Search
690a460e
NC
4582 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
4583 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
4584 link options.
50bbae35 4585
c2f1343c
AM
45862000-05-15 David O'Brien <obrien@FreeBSD.org>
4587
4588 * lexsup.c (parse_args): Update the year in the copyright notice.
4589
897083bd
AM
45902000-05-13 Alan Modra <alan@linuxcare.com.au>
4591
4592 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
4593 Replace defines with those from intl/libgettext.h to quieten gcc
4594 warnings.
4595
cd4c806a
L
45962000-05-10 H.J. Lu <hjl@gnu.org>
4597
4598 * ldlang.c (open_input_bfds): Don't load the same file within
4599 a group again if the whole archive has been loaded already.
4600
93697284
AM
46012000-05-03 Alan Modra <alan@linuxcare.com.au>
4602
4603 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
4604 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
4605 strtoul.
4606
3b16e843 46072000-05-01 Jim Wilson <wilson@cygnus.com>
ebd6fc29 4608
99a4150f 4609 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 4610
ebd6fc29
JW
4611 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4612 host "ia64-*-linux-gnu*".
4613
a1934524
AM
46142000-04-29 Andreas Jaeger <aj@suse.de>
4615
4616 * ld.h: Correctly check GCC version.
4617
3b16e843 46182000-04-25 Jeffrey A Law (law@cygnus.com)
730a39a0
JL
4619
4620 * Makefile.am: Add PA64 support. Add missing dependencies for
4621 PA32 elf support.
4622 * Makefile.in: Rebuilt.
4623 * configure.tgt: Add PA64 support (currently disabled).
4624
aea4bd9d
AM
46252000-04-25 Alan Modra <alan@linuxcare.com.au>
4626
4627 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
4628 (output_rel_find): New function.
4629 (hold_section, hold_use): Delete.
4630 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4631 hold_interp): Make local to place_orphan.
4632 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
4633 rather than place_section to find possible previous use of orphan.
4634 Similarly find the place-holder output sections. Use returned
4635 value from lang_enter_output_section_statement rather than calling
4636 lang_output_section_statement_lookup.
4637 * emultempl/armelf.em: Same here.
4638 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
4639
4640 * ldlang.c (lang_enter_output_section_statement): Return output
4641 section statement.
4642 * ldlang.h (lang_enter_output_section_statement): Change
4643 declaration too.
4644
4645 * ldlang.h (lang_output_section_statement): Export it.
4646 * ldlang.c (lang_output_section_statement): Ditto.
4647
2b5fc1f5
NC
46482000-04-24 Nick Clifton <nickc@cygnus.com>
4649
4650 * ld.texinfo (Output Section Data): Add note that section data
4651 commands cannot appear outside of section directives.
4652
d8475ff6
JL
46532000-04-2 Matthew Green <mrg@cygnus.com>
4654
4655 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
4656
3b16e843
NC
46572000-04-21 Richard Henderson <rth@cygnus.com>
4658 David Mosberger <davidm@hpl.hp.com>
800eeca4
JW
4659
4660 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
4661 (eelf64_ia64.c): New rule.
4662 * Makefile.in: Rebuild.
4663 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
4664 * emulparams/elf64_ia64.sh: New file.
50bbae35 4665
c9637625
RH
46662000-04-21 Richard Henderson <rth@cygnus.com>
4667
4668 * scripttempl/elfd30v.sc: Place .gcc_except_table.
4669
28ea9521
AM
46702000-04-19 Alan Modra <alan@linuxcare.com.au>
4671
4672 * dep-in.sed: Match space at start of file name, not at end.
4673
20d04697
L
46742000-04-18 H.J. Lu <hjl@gnu.org>
4675
4676 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
4677 lang_leave_output_section_statement () after calling
4678 lang_enter_output_section_statement ().
4679 * emultempl/armelf.em: Likewise.
4680
5ba47421
AM
46812000-04-18 Alan Modra <alan@linuxcare.com.au>
4682
4683 * emultempl/elf32.em (struct orphan_save): Add section field.
4684 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
4685 better order, and place first orphan section as we did before the
4686 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
4687 Don't call make_bfd_section here, let wild_doit do the job for us.
4688 Don't build a statement list when we'll only throw it away.
4689 * emultempl/armelf.em: Ditto.
4690 * emultempl/pe.em: Similarly.
4691
bdbe5705
GK
46922000-04-14 Geoff Keating <geoffk@cygnus.com>
4693
4694 * scripttempl/elfppc.sc: Remove.
4695 * emulparams/elf32ppc.sh: Use elf.sc.
4696 * emulparams/elf32lppc.sh: Use elf.sc.
4697 * emulparams/elf32ppclinux.sh: Use elf.sc.
4698 * emulparams/elf32ppcsim.sh: New file.
4699 * emulparams/elf32lppcsim.sh: New file.
4700 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
4701 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
4702 * Makefile.in: Regenerate.
4703 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
4704
01cc8ff8
AM
47052000-04-14 Alan Modra <alan@linuxcare.com.au>
4706
5ba47421 4707 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 4708 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
4709 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4710 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
4711 Also set all relocateable section start addresses.
4712
6c86c541
GK
47132000-04-13 Geoff Keating <geoffk@cygnus.com>
4714
4715 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
4716 Add new BSS_PLT variable for when .plt need not be contained in
4717 the file. Move _etext so that it is also after .fini, and provide
4718 both etext and _etext with a leading underscore. Mark the start
4719 and end of .sbss.
4720
6a345e87
AM
47212000-04-12 Alan Modra <alan@linuxcare.com.au>
4722
4723 * emultempl/elf32.em (struct orphan_save): New.
4724 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4725 hold_interp): Make them struct orphan_save.
4726 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
4727 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
4728 the end of the relevant section list. Also add associated section
4729 statements to the end of any previous orphan statements.
4730 * emultempl/armelf.em: Similarly.
4731 * emultempl/pe.em: Similarly.
4732
8be86746
AM
47332000-04-11 Alan Modra <alan@linuxcare.com.au>
4734
4735 * ld.texinfo (Simple Example): Remove extraneous paragraph.
4736
3b16e843 47372000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
50bbae35 4738
a2d91340 4739 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 4740 --enable-build-warnings option.
a2d91340
AC
4741 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4742 * Makefile.in, configure: Re-generate.
4743
41b49281
AM
47442000-04-04 Alan Modra <alan@linuxcare.com.au>
4745
8ad3436c
AM
4746 * po/ld.pot: Regenerate.
4747
4748 * lexsup.c (help): Restore translated part of bug string.
4749
41b49281
AM
4750 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
4751 (DEP): Quote when passing vars to sub-make. Add warning message
4752 to end.
4753 (DEP1): Rewrite for "gcc -MM".
4754 (CLEANFILES): Add DEP2.
4755 Update dependencies.
4756 * Makefile.in: Regenerate.
4757
c20f4f8c
AM
47582000-04-03 Alan Modra <alan@linuxcare.com.au>
4759
4760 * ld.h: #include "bin-bugs.h"
4761 * lexsup.c (help): Use REPORT_BUGS_TO.
4762
adde6300
AM
47632000-03-27 Denis Chertykov <denisc@overta.ru>
4764
4765 * configure.tgt (avr-*-*): New target support.
4766 * Makefile.am: Likewise.
4767 * scripttempl/elf32avr.sc: New script file.
4768 * emulparams/avr1200.sh: New file.
4769 * emulparams/avr23xx.sh: New file.
4770 * emulparams/avr4433.sh New file.
4771 * emulparams/avr44x4.sh New file.
4772 * emulparams/avr85xx.sh New file.
4773 * emulparams/avrmega103.sh New file.
4774 * emulparams/avrmega161.sh New file.
4775 * emulparams/avrmega603.sh New file.
4776 * Makefile.in: Regenerate.
4777
9282ff41
L
47782000-03-09 Andreas Jaeger <aj@suse.de>
4779
4780 * Makefile.am (check-DEJAGNU): Also unset LANG.
4781 * Makefile.in: Rebuild.
4782
a9998805
ILT
47832000-03-06 Ian Lance Taylor <ian@zembu.com>
4784
4785 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
4786 archive.
4787
f9bc20e7
NC
47882000-03-02 H.J. Lu <hjl@gnu.org>
4789
4790 * emulparams/elf32mcore.sh: Include "getopt.h".
4791
4e277b38
ILT
47922000-03-01 Ian Lance Taylor <ian@zembu.com>
4793
4794 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
4795
f0c87f88
NC
47962000-03-01 H.J. Lu <hjl@gnu.org>
4797
4798 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
4799 * emulparams/shpe.sh: Likewise.
4800
48012000-03-01 Nick Clifton <nickc@cygnus.com>
4802
4803 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
4804 to unused parameters.
4805
4806 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
4807 functions only used by DLL code.
4808 (_place_orphan): Initialise 'dollar'.
4809
b6f29aaa
L
48102000-03-01 H.J. Lu <hjl@gnu.org>
4811
4812 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
4813 indicate if the undefined symbol is a fatal error or not.
4814 Don't delete the output file if "fatal" is false.
4815
af28fce3
L
48162000-02-29 H.J. Lu <hjl@gnu.org>
4817
50bbae35 4818 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
4819 Set LC_COLLATE and LC_ALL to null and export them. It is for
4820 sort which expects the C locale.
4821 Add $(LIBS) to all $(HOSTING_LIBS).
4822 * Makefile.in: Rebuild.
4823
40d109bf
AM
48242000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
4825
4826 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
4827 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
4828 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
4829 (ld_emulation_xfer_struct): Add missing NULL initialiser for
4830 find_potential_libraries.
4831
db5be682
JB
48322000-02-28 Jim Blandy <jimb@redhat.com>
4833
4834 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 4835 list entries; the lexer considers commas to be valid part of a
db5be682
JB
4836 filename, so in something like `foo, bar' the comma is considered
4837 part of the first filename, `foo,'.
4838 * ld.texinfo: Update section on EXCLUDE_FILE lists.
4839
3558ff4c
ILT
48402000-02-27 Loren J. Rittle <ljrittle@acm.org>
4841
4842 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4843 host "i[3456]86-*-freebsdelf*".
4844
4eee2681
ILT
48452000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
4846
4847 * scripttempl/i386go32.sc: Move misplaced semicolons.
4848
8d75d12d
ILT
48492000-02-25 Ian Lance Taylor <ian@zembu.com>
4850
4851 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
4852 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
4853 (eelf64hppa.c, ehppaelf.c): Remove targets.
4854 * Makefile.in: Rebuild.
4855
a1836d49
AO
48562000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4857
ad51fb57
AO
4858 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
4859 GNU/Linux/sparc, but keep the default as 32.
4860
a1836d49
AO
4861 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
4862 it default if sparcv9 or sparc64.
4863
344a211f
NC
48642000-02-24 Nick Clifton <nickc@cygnus.com>
4865
4866 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
4867 * Makefile.in: Regenerate.
4868 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
4869
4870 * ldemul.h (ld_emulation_xfer_struct): Add new field:
4871 find_potential_libraries.
4872 * ldemul.c (ldemul_find_potential_libraries): New function.
4873
4874 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 4875 exported.
344a211f
NC
4876 (ldfile_open_file): Call ldemul_find_potential_libraries.
4877 * ldfile.h: Add prototype for ldfile_open_file_search.
4878
4879 * pe-dll.c: Add support for ARM, MIPS and SH targets.
4880
4881 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
4882 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
4883
4884 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
4885 (gld_X_find_potential_libraries): New function. Search for
4886 libraries called "*.lib".
4887
a2b64bed 4888 * scripttempl/pe.sc: Add .pdata section.
344a211f 4889
eaba1dd3
RH
48902000-02-23 Richard Henderson <rth@cygnus.com>
4891
4892 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
4893 Add and use memory regions.
4894
5b93d8bb
AM
48952000-02-23 Linas Vepstas (linas@linas.org)
4896
4897 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
4898
4899 * Makefile.am: Add support for Linux/IBM 370.
4900 * configure.tgt: Likewise.
4901
4902 * Makefile.in: Regenerate.
4903
f6af82bd
AM
49042000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
4905
4906 * ldlang.c (print_input_section, print_data_statement,
4907 print_reloc_statement, print_padding_statement, insert_pad,
4908 size_input_section, lang_check_section_addresses,
4909 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 4910 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
4911 (lang_do_assignments): Also change `size' to unsigned.
4912
9e673ad1
RH
49132000-02-16 Richard Henderson <rth@cygnus.com>
4914
4915 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
4916
562d3460
TW
49172000-02-16 Timothy Wall <twall@cygnus.com>
4918
4919 * mri.c (mri_draw_tree): Add default LMA region argument to call
4920 to lang_leave_output_section_statement.
4921 * ldlang.h: Update prototypes with LMA region arguments.
4922 * ldlang.c (lang_size_sections): Encapsulate region bounds
4923 checking in os_check_region call.
4924 (os_check_region): New function.
4925 (lang_output_section_statement_lookup): Initialize lma_region.
4926 (lang_leave_output_section_statement): Add LMA region argument.
4927 (lang_leave_overlay): Ditto.
4928 * ldgram.y: Handle LMA region syntax.
4929 * ld.texinfo (Output Section Description): Describe LMA region usage.
4930 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 4931 lma region in call to lang_leave_output_section_statement.
562d3460 4932 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 4933 lma region in call to lang_leave_output_section_statement.
562d3460 4934 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 4935 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
4936
4937
9e4ed18c
TW
49382000-02-04 Timothy Wall <twall@redhat.com>
4939
4940 * ldlang.c (lang_check_section_addresses): Use bytes instead of
4941 octets when calculating section end addresses.
4942
32edc927
TW
49432000-02-04 Timothy Wall <twall@redhat.com>
4944
4945 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
4946
4cbfc3ac
TW
49472000-02-03 Timothy Wall <twall@redhat.com>
4948
a2b64bed 4949 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4cbfc3ac 4950 octet count.
a2b64bed 4951 * ldlang.c (print_input_section, print_data_statement,
4cbfc3ac
TW
4952 print_reloc_statement, print_padding_statement): Print target
4953 address values and section sizes as bytes, not octets.
4954 (insert_pad) Calculate padding size in octets, and adjust "dot"
4955 by bytes.
4956 (size_input_section) Always adjust "dot" by bytes, not octets.
4957 (lang_check_section_addresses, lang_do_assignments) Adjust
4958 "dot" by bytes, not octets. Use the larger of the directive size
4959 or octets_per_byte for the number of octets actually allocated in
4960 the output section.
4961 (lang_set_startof) Make sure STARTOF returns a target address.
4962 (lang_one_common) Record size changes in octets.
4963 (lang_abs_symbol_at_end_of) Section end symbol's value is
4964 recorded in target bytes.
68b2fc7a 4965 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
4cbfc3ac 4966 to be clear about behavior when an octet is smaller than one byte.
50bbae35 4967
305c7206
AM
49682000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4969
4970 * ldcref.c (output_cref): Don't pass message strings to printf
4971 as format arg.
4972 Update copyright.
4973
4974 * ldmisc.c (vfinfo): Same here.
4975 Update copyright.
4976
e1c47aa4
AM
49772000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
4978
4979 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
4980 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
4981 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
4982 Add missing NULL initialisers, and comments.
4983
4984 * testsuite/ld-srec/sr3.cc (__rethrow): New.
4985
13392b77
NC
49862000-01-21 Nick Clifton <nickc@cygnus.com>
4987
4988 * ldlang.c (lang_size_sections): Fix typo in comment.
4989
cce4c4c5
NC
49902000-01-18 H.J. Lu <hjl@gnu.org>
4991
4992 * ldlang.c (lang_size_sections): Also update the current
4993 address of a region if the SEC_NEVER_LOAD bit is not set.
4994
0decc840
NC
49952000-01-10 Philip Blundell <pb@futuretv.com>
4996
4997 * configure.tgt (arm*-*-conix*): New target.
4998
4e53152f
NC
49992000-01-07 Nick Clifton <nickc@cygnus.com>
5000
5001 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
5002 line switches with -Wl, (or whatever is appropriate) if it is
5003 being invoked by a comnpiler driver program.
50bbae35 5004 Fix description of the behaviour of the -n command line switch.
4e53152f 5005
3b16e843 50062000-01-05 Catherine Moore <clm@cygnus.com>
18625d54
CM
5007
5008 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
5009 (name_list): New.
5010 * ld.texinfo (EXCLUDE_FILE): Update documentation.
5011 * ldgram.y (wildcard_spec): Support a list of excluded_files.
5012 (exclude_name_list): New.
5013 ldlang.c (walk_wild_section): Support list of excluded files.
5014 (print_wild_statement): Likewise.
5015 (lang_add_wild): Likewise.
5016 * ldlang.h (lang_wild_statement_type): Likewise.
5017 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 5018
5aaace27
NC
50192000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
5020
870df5dc
NC
5021 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
5022 (process_def_file): Use.
5023 (pe_dll_compat_implib): New variable.
5024 (make_one): Use.
50bbae35 5025
870df5dc
NC
5026 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
5027 pe_dll_compat_implib.
50bbae35
AM
5028
5029 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
5030 compat-implib options.
5031 (gld_${EMULATION_NAME}_list_options): List new options.
5032 (gld_${EMULATION_NAME}_parse_args): Handle.
5033
50bbae35 5034 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 5035 dll.
50bbae35
AM
5036
5037 * deffilep.y (opt_name): Allow "." in name.
5aaace27 5038
2f6d2f85 5039For older changes see ChangeLog-9899
252b5132
RH
5040\f
5041Local Variables:
5042mode: change-log
5043left-margin: 8
5044fill-column: 74
5045version-control: never
5046End:
This page took 0.410486 seconds and 4 git commands to generate.