* configure.in (arm-*-netbsdelf*): Add target.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
97cb79ae
AJ
12001-12-19 Andreas Jaeger <aj@suse.de>,
2 Susanne Oberhauser <froh@suse.de>
3
4 * configure.host: Add rules for x86_64-*linux-gnu. Change
5 s390x-linux entry to use gcc to report configuration, replace gcc
6 with $CC in s390-linux
7
9d201f2f
AJ
82001-12-19 Andreas Jaeger <aj@suse.de>
9
10 * ld.texinfo (VERSION): Fix markup.
11
0b69cd08
MG
122001-12-18 matthew green <mrg@eterna.com.au>
13
14 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
15 (m68kelfnbsd.c): New rule.
16 * Makefile.in: Regenerate.
17 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
18 (m68*-*-netbsd*4k*): .. this.
19 (m68*-*-netbsdelf*): New target.
20 (m68*-*-netbsd*): Also include ELF support.
21 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
22 * emulparams/m68kelfnbsd.sh: New emulation.
23
6b9b879a
JJ
242001-12-18 Jakub Jelinek <jakub@redhat.com>
25
26 * ldgram.y (vers_node): Support anonymous version tags.
27 * ldlang.c (lang_register_vers_node): Ensure anonymous version
28 tag is not defined together with non-anonymous versions.
29 * ld.texinfo: Document it.
30
9fc877ed
NC
312001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
32
33 * po/tr.po: New file: Turkish translation.
34 * configure.in (ALL_LINGUAS): Add tr.
35 * configure: Regenerate.
36
fc18a3f3
RH
372001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
38
39 * Makefile.am: Add rules for eelf64alpha_nbsd.
40 * Makefile.in: Regenerate.
41 * configure.tgt (alpha*-*-netbsd*): Set
42 targ_emul to elf64alpha_nbsd.
43 * emulparams/elf64alpha_nbsd.sh: Added.
44
76f63e91
AM
452001-12-17 Alan Modra <amodra@bigpond.net.au>
46
47 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
48 section_tail when fiddling with section list.
49 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
50 broken into separate strings to make translation easier.
51 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
52 fiddling with section list.
53 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
54
d03b89bd
HPN
552001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
56
57 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
58
320fec9a
AM
592001-12-15 Alan Modra <amodra@bigpond.net.au>
60
61 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
62
65765700
JJ
632001-12-13 Jakub Jelinek <jakub@redhat.com>
64
65 * emultempl/elf32.em (finish): Supply output_bfd
66 to bfd_elf*_discard_info.
67 (OPTION_EH_FRAME_HDR): Define.
68 (longopts): Add --eh-frame-hdr.
69 (parse_args): Handle it.
70 (list_options): Add --eh-frame-hdr to help.
71 * emultempl/hppaelf.em (finish): Supply output_bfd
72 to bfd_elf*_discard_info.
73 * scripttempl/elf.sc (.eh_frame_hdr): Add.
74
89894c62
AM
752001-12-13 Alan Modra <amodra@bigpond.net.au>
76
77 * lexsup.c (parse_args): Don't pass shortopts to second call to
78 getopt functions. Restore optind rather than decrementing before
79 second call. Remove errind as it now duplicates last_optind.
80
583f1926
CF
812001-12-11 Christopher Faylor <cgf@redhat.com>
82
83 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
84
93fbbb04
GK
852001-12-07 Geoffrey Keating <geoffk@redhat.com>
86 Richard Henderson <rth@redhat.com>
87
88 * Makefile.am: Add support for xstormy16.
89 * configure.tgt: Add support for xstormy16.
90 * Makefile.in: Regenerate.
91 * emulparams/elf32xstormy16.sh: New file.
92 * scripttempl/xstormy16.sc: New file.
93
583f1926
CF
942001-10-01 Christopher Faylor <cgf@cygnus.com>
95
fc18a3f3
RH
96 * Makefile.in (LIB_PATH): Make configurable.
97 (GENSCRIPTS): Set LIB_PATH in environment.
98 * configure.in: Substitute LIB_PATH.
99 * configure: Regenerate.
100 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
101 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
583f1926 102
ff291a48
NC
1032001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
104
105 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
106 describing the -N option so that it is easier to translate into
107 foreign languages.
108
e3c8793a
NC
1092001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
110
111 * emultempl/pe.em (..._list_options): Replace multiple fprintf
112 statements describing a single option with a single, newline
113 escaped fprintf. This allows better translation into other
114 languages.
9d201f2f 115
fc18a3f3
RH
116 * ldmain.c (add_archive_element): Combine multiple strings
117 into a single string to permit better translation into other
118 languages.
e3c8793a 119
f2eab0af
TR
1202001-12-05 Tom Rix <trix@redhat.com>
121
122 * Makefile.am: Remove eaixppc64.
9d201f2f 123 * Makefile.in: Regenerate.
f2eab0af 124
249172c3
TR
1252001-12-04 Tom Rix <trix@redhat.com>
126
9d201f2f 127 * emultempl/aix.em (choose_target): Change default target to
249172c3
TR
128 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
129 warning.
130 (gld*_read_file): Fix typo.
131 (change_symbol_mode): Add prototype.
132 (is_syscall): Same.
9d201f2f 133
249172c3
TR
134 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
135 * emulparams/aixrs6.sh : Same.
136 * emulparams/ppcmacos.sh : Same.
137 * emulparams/aixppc64.sh : Delete file.
138 * emultempl/aix.em : Formatting changes.
139
5b5cd1b0
HPN
1402001-12-04 Hans-Peter Nilsson <hp@axis.com>
141
142 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
143 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
144 __Sbss.
145 (OTHER_END_SYMBOLS): Fix formatting.
146 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
147 (OTHER_END_SYMBOLS): Fix formatting.
148
7cecdbff
AM
1492001-12-04 Alan Modra <amodra@bigpond.net.au>
150
151 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
152
742aeb63 1532001-12-02 Tom Rix <trix@redhat.com>
7cecdbff 154
742aeb63 155 * configure.tgt : Remove eaixppc64 emulations.
7cecdbff 156 * Makefile.in : Remove eaixppc64.c
742aeb63
TR
157 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
158 (ldemul_default_target): Same.
159 * emultempl/gld960.em (gld960_choose_target): Same.
7cecdbff
AM
160 * emultempl/gld960c.em (gld960_choose_target): Same.
161 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
742aeb63
TR
162 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
163 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
164 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
7cecdbff 165 * emultempl/aix.em (choose_target): New function. Handle emulation of
742aeb63
TR
166 -b32 and -b64.
167
48459341
L
1682001-11-27 H.J. Lu <hjl@gnu.org>
169
170 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
171 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
172 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
173 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
174 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
175 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
176 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
177 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
178
7cecdbff 179 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
48459341
L
180 is not empty.
181 (SDATA): Likewise.
182 (REL_SDATA): Likewise.
183 (REL_SBSS): Likewise.
184 (REL_SDATA2): Likewise.
185 (REL_SBSS2): Likewise.
186 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
187 (SDATA2): Likewise.
188
ecfdd20c
SC
1892001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
190
191 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
192 destructor in rom.
7cecdbff 193 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
ecfdd20c 194
da54c6eb
L
1952001-11-22 H.J. Lu <hjl@gnu.org>
196
197 * Makefile.in: Regenerated with automake based on automake
198 1.4-8 in RedHat 7.1.
199
465bc359
AM
2002001-11-22 Alan Modra <amodra@bigpond.net.au>
201
202 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
203 (config.status): Delete rule.
204 Add extra dependencies to cover sourced emulparams files.
205 * Makefile.in: Regenerate.
206
207 * scripttempl/elf.sc: Order <section>, <section>.* and
208 corresponding linkonce sections as seen in input files.
209 Formatting fixes. Zero vma of all sections if not relocating.
210 (STACK): Define and insert if STACK_ADDR defined.
211 (OTHER_RELOCATING_SECTIONS): Delete.
212 (OTHER_END_SYMBOLS): Define.
213 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
214 (OTHER_READWRITE_SECTIONS): Likewise.
215 (OTHER_GOT_SECTIONS): Likewise.
216 (OTHER_SDATA_SECTIONS): Likewise.
217 (OTHER_BSS_SECTIONS): Likewise.
218 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
219 (OTHER_READWRITE_SECTIONS): Likewise.
220 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
221 (OTHER_READWRITE_SECTIONS): Likewise
222
223 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
224 (STACK_ADDR): Define.
225 * emulparams/armelf_oabi.sh: As for armelf.sh.
226 * emulparams/elf32mcore.sh: As for armelf.sh.
227 * emulparams/h8300elf.sh: As for armelf.sh.
228 * emulparams/mn10200.sh: As for armelf.sh.
229 * emulparams/shelf.sh: As for armelf.sh.
230
231 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
232 (OTHER_END_SYMBOLS): Define.
233 * emulparams/m32relf.sh: As for elf32fr30.sh.
234 * emulparams/h8300helf.sh: As for elf32fr30.sh.
235 * emulparams/h8300self.sh: As for elf32fr30.sh.
236
237 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
238 defines with RELOCATING test.
239 (OTHER_SDATA_SECTIONS): Likewise.
240 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
241 (OTHER_END_SYMBOLS): ..this.
242 * emulparams/crislinux.sh: As for criself.sh.
243
244 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
245 if not relocating.
246 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
247 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
248 normal and linkonce sections as seen in input files.
249 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
250 (TEXT_DYNAMIC): Likewise.
251 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
252 (OTHER_SDATA_SECTIONS): Likewise.
253 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
254 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
255 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
256 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
257 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
258 (OTHER_PLT_RELOC_SECTIONS): Likewise.
259 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
260 sections as seen in input files.
261 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
262 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
263 if not relocating.
264 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
265 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
266 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
267 (OTHER_SECTIONS): Instead, use this..
268 (OTHER_END_SYMBOLS): ..and this.
269
270 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
271 * emulparams/elf32bsmip.sh: Likewise.
272 * emulparams/elf32btsmip.sh: Likewise.
273 * emulparams/elf32ebmip.sh: Likewise.
274 * emulparams/elf32lmip.sh: Likewise.
275 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
276 * emulparams/elf32lsmip.sh: Likewise.
277 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
278 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
279 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
280 * emulparams/elf64btsmip.sh: Likewise.
281 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
282 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
283 * emulparams/elf32ppclinux.sh: Likewise.
284 * emulparams/elf32ppcsim.sh: Likewise.
285 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
286 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
287 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
288 * emulparams/h8300self.sh: Likewise.
289 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
290 * emulparams/sh.sh: Comment.
291 * emulparams/shl.sh: Source sh.sh, remove duplicates.
292 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
293 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
294
abc6ab0a
AM
2952001-11-21 David Heine <dlheine@tensilica.com>
296 Alan Modra <amodra@bigpond.net.au>
297
298 * ldlang.c (map_input_to_output_sections): Replace "break"
299 accidentally removed with 2001-08-03 change.
300 (lang_gc_sections_1): Likewise.
301
2181f54f
AM
3022001-11-21 Alan Modra <amodra@bigpond.net.au>
303
304 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
305
ca0b5847
AM
3062001-11-20 Angela Marie Thomas <angela@redhat.com>
307
308 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2181f54f
AM
309 of false when calling lang_size_sections.
310 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
ca0b5847 311
c56feb2b
AM
3122001-11-15 Alan Modra <amodra@bigpond.net.au>
313
314 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
315 function when LDEMUL_FINISH isn't set to the same name. Don't
316 call ${LDEMUL_FINISH}.
317 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
318 * emultempl/armelf.em (arm_elf_finish): Call
319 gld${EMULATION_NAME}_finish.
320 * emultempl/hppaelf.em (hppaelf_finish): Rename to
321 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
322 hppaelf_layout_sections_again if necessary.
323 (need_laying_out): New var.
324 (hppaelf_layaout_sections_again): Rename to
325 hppaelf_layout_sections_again. Clear need_laying_out.
326 (PARSE_AND_LIST_OPTIONS): Format text.
327
a48ca7f2
L
3282001-11-14 H.J. Lu <hjl@gnu.org>
329
330 * emultempl/armelf.em (arm_elf_finish): Renamed from
331 gld${EMULATION_NAME}_finish.
332 (LDEMUL_FINISH): Set to arm_elf_finish.
333
73d074b4
DJ
3342001-11-14 Daniel Jacobowitz <drow@mvista.com>
335
336 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
337 (struct ld_emulation_xfer_struct): Use it.
338
fc65c602
JL
339Tue Nov 13 11:27:14 2001 Ross Alexander <ross.alexander@uk.neceur.com>
340
465bc359 341 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
fc65c602
JL
342 additional symbols referenced by newer crt0.o files from HP.
343
f11b7027
NC
3442001-11-12 Anthony Green <green@redhat.com>
345
346 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
347
3bf2994f
AM
3482001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
349
350 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
351 * Makefile.in: Regenerate.
352
ff5dcc92
SC
3532001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
354
355 * ld.texinfo: Use @command for commands, @option for options.
356 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
357 the page man title.
358 * Makefile.in: Rebuild.
359
9fb9af6e
CD
3602001-11-04 Chris Demetriou <cgd@broadcom.com>
361
362 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
363 Add support for targets.
2181f54f 364
3c62831e
NC
3652001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
366
367 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
368 * configure: Regernate.
369 * po/fr.po: New file.
370 * po/sv.po: New file.
371
3a9091c4
NC
3722001-11-01 NIIBE Yutaka <gniibe@m17n.org>
373
374 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
375 as little endian default and to support big endian.
2181f54f 376
361b220e
CD
3772001-11-01 Chris Demetriou <cgd@broadcom.com>
378
379 * ld.texinfo (Options): Document new option, -nostdlib.
380 * lexsup.c (OPTION_NOSTDLIB): New definition.
381 (ld_options): Add entry for "nostdlib".
382 (parse_args): Handle OPTIONS_NOSTDLIB.
383 * ldfile.c (ldfile_add_library_path): Don't add directories
384 to the search path if they weren't specified on the command line
385 and -nostdlib was specified.
386 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
387
210a7bd1
NC
3882001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
389
390 * lexsup.c (parse_args): Prevent infinite parsing loop when
391 "-rpath.a" is specified on the command line.
392 Replace calls to fprintf with calls to einfo.
393
114283d8
NC
3942001-10-31 John Marshall <jmarshall@acm.org>
395
396 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
397 appear only once across all the linker scripts involved in a link
398 invocation no longer applies. Make the documentation reflect
399 that.
400
7649aa50
NC
4012001-10-31 NIIBE Yutaka <gniibe@m17n.org>
402
403 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
404 targets.
405 (sh-*-linux*): Added targ_extra_libpath.
406
6e814ff8
AM
4072001-10-31 David Heine <dlheine@tensilica.com>
408
409 * ldlang.c (lang_size_sections): Keep a valid output_offset field
410 for padding statements.
411
3c3bdf30
NC
4122001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
413
414 * configure.tgt (mmix-*-*): New target.
415 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
416 Add dependencies to match.
417 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
418 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
419 scripttempl/mmo.sc: New files.
420 * gen-doc.texi: @set MMIX.
421 * ld.texinfo: Ditto.
6e814ff8 422 [MMIX] Add MMIX node.
3c3bdf30
NC
423 * Makefile.in: Regenerate.
424
ca0c1d3e
KH
4252001-10-29 Kazu Hirata <kazu@hxi.com>
426
427 * ldlang.c: Fix a comment typo.
428
1a3d33ce
AM
4292001-10-23 Alan Modra <amodra@bigpond.net.au>
430
431 * configure.host: Move alpha*-*-linux-gnu* entry to generic
432 entries, and match *-*-linux*.
433
b47c4208
AM
4342001-10-20 Alan Modra <amodra@bigpond.net.au>
435
436 * ldgram.y (mri_script_command): Surround processing of INCLUDE
437 with ldlex_script, ldlex_popstate.
438 (ifile_p1): Likewise.
439 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
440 correct slot.
441 (lex_push_file): Save current lineno to lineno_stack. Set lineno
442 to 1. Don't BEGIN(SCRIPT).
443 (lex_redirect): Similarly.
444 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
445
fd521b47
NC
4462001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
447
448 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
449 __EH_FRAME_END__ and accept eh frames into data section.
450 Add ctor and dtor sections.
451
59d28a94
DD
4522001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
453
454 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
455 (auto-export): Fix indentation.
456
663dd378
DD
4572001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
458
459 * pe-dll.c (autofilter_objectlist): Add startup objects
460 for profiling.
461 (auto-export): Constify char * p.
6e814ff8 462 Extract file basename and use strcmp rather than ststr
663dd378
DD
463 for object lookup.
464
31d677f9
CD
4652001-10-18 Chris Demetriou <cgd@broadcom.com>
466
467 * ldmain.c (get_emulation): Improve comment about the handling
468 of -mipsN options.
469
aa200fe8
AM
4702001-10-17 Alan Modra <amodra@bigpond.net.au>
471
472 * po/POTFILES.in: Regenerate.
473
146e7110
AM
4742001-10-16 Vassili Karpov <malc@pulsesoft.com>
475
476 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
477 -z nocopyreloc and -z nocombreloc usage strings.
478
b4330e85
NC
4792001-10-12 Vassili Karpov <malc@pulsesoft.com>
480
146e7110 481 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
b4330e85
NC
482 in usage.
483
5af8a2fb
NC
4842001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
485
486 * scripttempl/armaout.sc: Place .bss section after end of aligned
487 data section to match behaviour of aout code in constructrion of
488 header.
489
5b784096
DD
4902001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
491
492 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
493 startup files for mingw32 dlls to list.
494
61585df2
CD
4952001-10-10 Chris Demetriou <cgd@broadcom.com>
496
497 * emultempl/elf32.em: Fix shell 'if' usage for portability.
498
45cf6f3e
AH
4992001-10-08 Aldy Hernandez <aldyh@redhat.com>
500
501 * configure.tgt (targ): Add arm9e-*-elf.
502
e24d7c12
L
5032001-10-05 H.J. Lu <hjl@gnu.org>
504
505 * genscripts.sh: Fix a typo in the last change.
506
ec38dd05
JJ
5072001-10-05 Jakub Jelinek <jakub@redhat.com>
508
509 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
510 -z nocombreloc in usage.
511
cedd6b0d
JB
5122001-10-03 Jim Blandy <jimb@redhat.com>
513
514 * genscripts.sh: Include a comment at the top of each generated
515 script, explaining its purpose.
516
8bd621d8
AM
5172001-10-03 Vassili Karpov <malc@pulsesoft.com>
518
519 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
520 * NEWS: Mention -z nocopyreloc.
521 * ld.texinfo (Options): Describe nocopyreloc.
522
fcd8210c
AM
5232001-10-03 Alan Modra <amodra@bigpond.net.au>
524
525 * configure: Regenerate.
526
d32820f2
AM
5272001-10-02 Alan Modra <amodra@bigpond.net.au>
528
529 * ldver.h (ld_program_version): Remove declaration.
530 * lexsup.c (parse_args): Move printing of copyright message..
531 * ldver.c (ldversion): .. to here.
532 Use BFD_VERSION_STRING in place of BFD_VERSION.
533 (ld_program_version): Remove.
534 * Makefile.am (Makefile): Depend on bfd/configure.in.
535 Run "make dep-am".
536 * Makefile.in: Regenerate.
537
af46bcdc
HPN
5382001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
539
540 * Makefile.am: Update dependencies with "make dep-am".
541 * Makefile.in: Regenerate.
542
4818e05f 5432001-09-29 John Reiser <jreiser@BitWagon.com>
862517b6 544
4818e05f
AM
545 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
546 * lexsup.c: Add --no-define-common commandline option.
547 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
548 * ldlex.l: Likewise.
549 * ld.h: Add command_line.inhibit_common_definition.
550 * ldmain.c (main): Initialize.
551 * ld.texinfo: Document.
862517b6 552
d5e0ebeb
AM
5532001-09-26 Alan Modra <amodra@bigpond.net.au>
554
555 * ldmisc.c (USE_STDARG): Remove.
556 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
557 (einfo): Likewise.
558 (minfo): Likewise.
559 (lfinfo): Likewise.
560
561 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
562 declarations. Update copyright.
563
2f8d8971
NC
5642001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
565
85c77458
NC
566 * pe-dll.c: Remove obsoleted declaration of
567 pe_get_data_import_dll_name.
568 (pe_create_import_fixup): Fix thinko.
569
2f8d8971
NC
570 * ld.texinfo(enable-auto-import): Clarify the explanation.
571
5722001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
573
574 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
575 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
576 DLL_SUPPORT controlled code.
577
72358f65 5782001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
146e7110 579
72358f65
NC
580 * emultempl/pe.em(pe_data_import_dll): Make static.
581 (pe_get_data_import_dll_name): New accessor function.
146e7110 582 * pe-dll.c(pe_create_import_fixup): call
72358f65
NC
583 pe_get_data_import_dll_name() from pe.em, instead of
584 directly accessing pe_data_import_dll variable from pe.em.
585
3882b010
L
5862001-09-18 Bruno Haible <haible@clisp.cons.org>
587
588 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
589 (def_file_add_directive): Use ISSPACE instead of isspace.
590 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
591 isdigit/isxdigit/isalpha/isalnum.
592 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
593 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
594 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
595 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
596 isalnum.
597 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
598 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
599 isupper/tolower.
600 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
601 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
602 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
603 (ctor_prio): Use ISDIGIT instead of isdigit.
604 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
605 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
606 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
607 isupper/tolower.
608 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
609 (stricpy): Use TOLOWER instead of isupper/tolower.
610 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
611 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
612 (lex_warn_invalid): Use ISPRINT instead of isprint.
613 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
614 (main): For gettext, also set the LC_CTYPE locate facet.
615 (add_keepsyms_file): Use ISSPACE instead of isspace.
616 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
617 (is_num, parse_args): Use ISDIGIT instead of isdigit.
618 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
619 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
620 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
621 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
622 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
623 (quoteput): Use ISSPACE instead of isspace.
624 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
625 instead of isalnum.
626
db09f25b
AM
6272001-09-18 Alan Modra <amodra@bigpond.net.au>
628
629 * deffilep.y (def_stash_module): Constify "name" param.
630
631 * pe-dll.c: Replace CONST with const throughout.
632 (quick_symbol): Constify "n1", "n2", "n3" params.
633 (make_singleton_name_thunk): Constify "import" param. Make
634 "buffer_len" a size_t.
635 (make_import_fixup_entry): Constify "name", "fixup_name",
636 "dll_symname" params.
637 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
638 (pe_get32): Likewise.
639 (pe_implied_import_dll): Likewise.
640
641 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
642 (sort_by_section_name): Likewise.
643
644 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
645 (make_import_fixup): Cast printf arg, rel->address to long rather
646 than int.
647 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
648
74699268
AM
6492001-09-15 Alan Modra <amodra@bigpond.net.au>
650
651 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
652 defines BufferSize. Increase buffer size by one.
653
775cabad
NC
6542001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
655
656 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
657
056a1d49
NC
6582001-09-14 Kevin Lo <kevlo@openbsd.org>
659
660 * configure.tgt: Add arm-openbsd target.
661
a7d792bb
L
6622001-09-12 H.J. Lu <hjl@gnu.org>
663
664 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
665 eelf64lppc.o to ...
666 (ALL_64_EMULATIONS): Here.
667 * Makefile.in: Regenerated.
668
0d888aac
CW
6692001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
670
671 * emultempl/pe.em(make_import_fixup): change signature to
672 take asection as well as arelec; we need this for proper
146e7110 673 error reporting. Only call pe_create_import_fixup() if
0d888aac
CW
674 there is no attempt to add a constant addend to the reloc;
675 otherwise, report error condition.
676 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
677 since final argument is a pointer to make_import_fixup().
678 Change call to cb() to match make_import_fixup() signature.
679 (make_import_fixup_mark): make buffer_len unsigned.
680 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
681
6822001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
683
684 * ld.texinfo: add verbose documentation for auto-import
146e7110 685 direct-addressing workaround, to compliment the terse
0d888aac
CW
686 error message.
687
cedacdc0
CM
6882001-09-12 Andrew MacLeod <amacleod@redhat.com>
689
146e7110 690 * scripttempl/v850.sc: Add gcc_except_table sections.
cedacdc0 691
38be0bb1
JL
692Fri Sep 7 11:34:24 2001 Jeffrey A Law (law@cygnus.com)
693
694 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
695 * emulparams/h8300self.sh: Similarly.
696
559e4713
NC
6972001-09-05 Danny Smith <dannysmith@users.souceforge.net>
698
699 * ld.texinfo (Options, --stack): Correct default value for stack
700 reserve.
701
1fdf0249
TR
7022001-09-05 Tom Rix <trix@redhat.com>
703
704 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
146e7110 705
9b5799b8
AJ
7062001-09-03 Andreas Jaeger <aj@suse.de>
707
708 * emultempl/beos.em: Declare prototypes for comparions functions,
709 adjust definitions.
710
48f6162b
AJ
7112001-09-02 Andreas Jaeger <aj@suse.de>
712
713 * emultempl/aix.em: Add missing prototype.
714 * emultempl/lnk960.em: Likewise.
715 * emultempl/vanilla.em: Likewise.
716 * emultempl/armcoff.em: Likewise.
717 * emultempl/armelf_oabi.em: Likewise.
718 * emultempl/beos.em: Likewise.
719 * emultempl/gld960c.em: Likewise.
720 * emultempl/gld960.em: Likewise.
721
722 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
723 for prototype declaration.
724
39e5585e
EC
7252001-08-31 Eric Christopher <echristo@redhat.com>
726 Jason Eckhardt <jle@redhat.com>
727
728 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
729
3fc90ddb
AJ
7302001-08-31 Andreas Jaeger <aj@suse.de>
731
732 * emultempl/pe.em: Add missing prototypes.
733 (gld_${EMULATION_NAME}_after_open): Remove extra args to
734 pe_find_data_imports.
735 (pr_sym): Add unused attribute.
736
d43ded80
PB
7372001-08-29 Joel Sherrill <joel@OARcorp.com>
738
39e5585e 739 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
d43ded80
PB
740 default from coff to elf.
741
3946dd2f
JL
7422001-08-29 Jeff Law <law@redhat.com>
743
744 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
745 ARCH specification.
746 * emulparams/h8300self.sh: Similarly.
747
748Wed Aug 28 13:37:20 2001 J"orn Rennecke <amylaar@redhat.com>
8af6dd41
JR
749
750 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
751 eh8300self.o .
752 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
753 * configure.tgt (h8300-*-elf*): New case.
754 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
755 * emulparams/h8300self.sh: New file.
756 * Makefile.in: Regenerated.
757
70d0c6e9
NC
7582001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
759
760 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
761 with macro name.
762
5c67d4bb
AM
7632001-08-27 Linus Nordberg <linus@swox.com>
764 Alan Modra <amodra@bigpond.net.au>
765
766 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
767 (eelf64ppc.c, eelf64lppc.c): Add make targets.
768 Run "make dep-am"
769 * Makefile.in: Regenerate.
770 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
771 entries to correct alphabetical position.
772 * emulparams/elf64ppc.sh: New.
773 * emulparams/elf64lppc.sh: New.
774
08131015
NC
7752001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
776
777 * ldmain.c (main): Declare BSIZE as static.
778
db6751f2
JJ
7792001-08-23 Jakub Jelinek <jakub@redhat.com>
780
781 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
782 into .rel.dyn resp. .rela.dyn if combreloc.
783 (get_script): If .x linker script is equal to .xn, only put it
784 once into the binary.
785 Add .xc and .xsc scripts.
786 (parse_args): Handle -z combreloc and -z nocombreloc.
787 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
788 For .xc and .xsc scripts put all .rel* or .rela* input sections
789 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
790 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
791 is elf.
792 Strip trailing whitespace from script.
793 Generate .xc and .xsc scripts if requested.
794 * ldmain.c (main): Initialize link_info.combreloc and
795 link_info.spare_dynamic_tags.
796 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
797 (ld_options): Add --spare-dynamic-tags option.
798 (parse_args): Likewise.
799 * ld.texinfo: Document -z combreloc and -z nocombreloc.
800 * ldint.texinfo: Document .xc and .xsc linker scripts.
801 * NEWS: Add notes about -z combreloc and SHF_MERGE.
802
63d069c0
L
8032001-08-22 H.J. Lu <hjl@gnu.org>
804
805 * emulparams/elf32fr30.sh: Add a newline.
806
948f9114
AJ
8072001-08-21 Andreas Jaeger <aj@suse.de>
808
809 * deffilep.y: Add missing prototypes.
810 * pe-dll.c: Likewise.
811
ae7fb08f
AM
8122001-08-20 Alan Modra <amodra@bigpond.net.au>
813
2af02257
AM
814 * ldlang.c (insert_pad): Fix typos in last patch.
815
816 * ldlang.c: When traversing lang_statement_union_type lists,
817 consistently use "header.next" rather than "next".
818 * mpw-eppcmac.c: Likewise.
819 * emultempl/beos.em: Likewise.
820 * emultempl/hppaelf.em: Likewise.
821 * emultempl/pe.em: Likewise.
822 * ldlang.h (union lang_statement_union): Remove "next" field.
823
c0c330a7
AM
824 * ldlang.c (insert_pad): Use offsetof macro.
825 (lang_size_sections): Always neuter padding statements.
826 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
827
ae7fb08f
AM
828 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
829 passed to lang_size_sections.
830 (pe_exe_fill_sections): Likewise.
831 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
832 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
833
fab80407
AM
8342001-08-18 Alan Modra <amodra@bigpond.net.au>
835
836 * emultempl/aix.em: Formatting fixes.
837
b3327aad
AM
8382001-08-18 Alan Modra <amodra@bigpond.net.au>
839
840 * ldlang.c (insert_pad): Make use of an existing pad statement if
841 available. Move code calculating alignment, adjusting section
842 alignment power, and adjusting dot to ..
843 (size_input_section): .. here. Remove unused relax param.
844 (lang_size_sections): Change boolean `relax' param to boolean *.
845 Adjust call to size_input_section. Make use of insert_pad to
846 place pad after the assignment statement. If relaxing, zap
847 padding statements.
848 (reset_memory_regions): Reset output_bfd section sizes too.
849 (relax_again): Move to..
850 (lang_process): ..here. Adjust call to lang_size_sections, and
851 remove duplicated code.
852 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
853
563e308f
AM
8542001-08-17 Alan Modra <amodra@bigpond.net.au>
855
856 * ld.texinfo: Document that fill values now use the four least
857 significant bytes.
858 * emulparams/elf32fr30.sh (NOP): Update.
859 * emulparams/elf32mcore.sh: Likewise.
860 * emulparams/elf64_s390.sh: Likewise.
861 * emulparams/elf_i386.sh: Likewise.
862 * emulparams/elf_i386_be.sh: Likewise.
863 * emulparams/elf_i386_chaos.sh: Likewise.
864 * emulparams/elf_i386_ldso.sh: Likewise.
865 * emulparams/elf_s390.sh: Likewise.
866 * emulparams/elf_x86_64.sh: Likewise.
867 * emulparams/i386moss.sh: Likewise.
868 * emulparams/i386nw.sh: Likewise.
869 * emulparams/m68kelf.sh: Likewise.
870 * scripttempl/elf.sc: Update NOP comment.
871 * scripttempl/elfi370.sc: Likewise.
872 * scripttempl/elfm68hc11.sc: Likewise.
873 * scripttempl/elfm68hc12.sc: Likewise.
874 * scripttempl/nw.sc: Likewise.
875
b90e1c6f
TR
8762001-08-15 Tom Rix <trix@redhat.com>
877
878 * ldgram.y (saved_script_handle): Initialize to NULL.
879 * ldmain.c (main): Change check on saved_script_handle.
948f9114 880
39dcfe18
AM
8812001-08-14 Alan Modra <amodra@bigpond.net.au>
882
cde43e70
AM
883 * emultempl/elf32.em: Formatting fixes.
884 (output_prev_sec_find): Test for bfd_ind_section too; do so by
885 looking at sec->owner.
886 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
887 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
888 unused code, and reorganize orphan section placement code.
889
39dcfe18
AM
890 * ldlang.c (wild_doit): Rename to lang_add_section.
891 * ldlang.h: Here too.
892 * mpw-elfmips.c: And here.
893 * emultempl/beos.em: And here.
894 * emultempl/elf32.em: And here.
895 * emultempl/hppaelf.em: And here.
896 * emultempl/pe.em: And here.
897
908d20b3
RH
8982001-08-13 Richard Henderson <rth@redhat.com>
899
900 * emultempl/needrelax.em: New file.
901 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
902 * Makefile.am (eelf64_ia64.c): Depend on it.
903 * Makefile.in: Rebuild.
904
0f33d40b
AM
9052001-08-13 Alan Modra <amodra@bigpond.net.au>
906
22af9fd3
AM
907 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
908 output_section is set non-NULL.
909
0f33d40b
AM
910 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
911 `true' for SEC_EXCLUDE sections so that the generic code doesn't
912 needlessly create an output_section_statement. Treat a correctly
913 named output_section_statement with NULL bfd_section as compatible.
914
55ab6103
HPN
9152001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
916
917 * emultempl/generic.em: Support EXTRA_EM_FILE.
918 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
919 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
920 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
921 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
922 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
923 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
924 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
925 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
926 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
927 LDEMUL_FIND_POTENTIAL_LIBRARIES.
928
24098abb
RH
9292001-08-12 Richard Henderson <rth@redhat.com>
930
931 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
932 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
933 scripttempl/v850.sc: Keep .jcr data.
934
b9a8de1e 9352001-08-12 H.J. Lu <hjl@gnu.org>
146e7110
AM
936 Andrew Haley <aph@cambridge.redhat.com>
937 Nick Clifton <nickc@redhat.com>
b9a8de1e 938
146e7110 939 * ldgram.y (had_script): Change name to saved_script_handle.
b9a8de1e
NC
940 Change type to file handle.
941 * ld.h (had_script): Rename and retype.
942 * ldfile.c (ldfile_open_command_file): Save the file handle
943 used in saved_script_handle.
944 * lexsup.c (parse_args): Do not allow -c option to alter
945 saved_script_handle.
946 * ldmain.c (main): Print out the linker script used if
947 --verbose is given. Check saved_script_handle to obtain the
948 external linker script used, or if NULL, dump the builtin
949 script.
950 * ld.texinfo: Document that --verbose now dumps the linker
951 script used, regardless of whether it was an internal or an
952 external script.
953
0218d1e4
AJ
9542001-08-10 Andreas Jaeger <aj@suse.de>
955
956 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
957 to build warnings.
958 * configure: Regenerate.
959
5253f23b
AM
9602001-08-09 Alan Modra <amodra@bigpond.net.au>
961
73810896
AM
962 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
963
5253f23b
AM
964 * scripttempl/elf.sc: Move non-text .dynamic section before
965 .plt/.got/.sdata* group.
966 (OTHER_GOT_SECTIONS): Move to immediately after .got.
967 (OTHER_SDATA_SECTIONS): Add.
968 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
969 OTHER_GOT_SECTIONS.
970 * emulparams/crislinux.sh: Likewise.
971 * emulparams/elf32b4300.sh: Likewise.
972 * emulparams/elf32bmip.sh: Likewise.
973 * emulparams/elf32bmipn32.sh: Likewise.
974 * emulparams/elf32bsmip.sh: Likewise.
975 * emulparams/elf32btsmip.sh: Likewise.
976 * emulparams/elf32ebmip.sh: Likewise.
977 * emulparams/elf32elmip.sh: Likewise.
978 * emulparams/elf32l4300.sh: Likewise.
979 * emulparams/elf32lmip.sh: Likewise.
980 * emulparams/elf32lsmip.sh: Likewise.
981 * emulparams/elf32ltsmip.sh: Likewise.
982 * emulparams/elf64bmip.sh: Likewise.
983 * emulparams/elf64btsmip.sh: Likewise.
984 * emulparams/elf64ltsmip.sh: Likewise.
985
179c732c
AM
9862001-08-08 Alan Modra <amodra@bigpond.net.au>
987
988 * genscripts.sh: Source the emulparams script before each output
989 script is generated so that variables like `RELOCATING' may affect
990 variables defined in the emulparams script.
991
3fd36710
AM
9922001-08-04 Alan Modra <amodra@bigpond.net.au>
993
20713691
AM
994 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
995 order.
996
3fd36710
AM
997 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
998 ie. iterate over wild_statement.section_list.
999 (gld${EMULATION_NAME}_place_orphan): Likewise.
1000
de0b1853
SC
10012001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1002
1003 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
1004 .fini[0-4] sections used by _exit
1005 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
1006 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
1007 * scripttempl/elfm68hc11.sc: Likewise.
1008
ff7e6f88
L
10092001-08-03 H.J. Lu <hjl@gnu.org>
1010
1011 * emultempl/beos.em (init): Add the missing initialization.
1012
b6bf44ba
AM
10132001-08-03 Alan Modra <amodra@bigpond.net.au>
1014
1015 * ld.texinfo (Input Section Basics): Clarify ordering of output
1016 sections.
1017 * ldlang.c (callback_t): Add wildcard_list param.
1018 (walk_wild_section): Remove "section" param. Rewrite for
1019 lang_wild_statement_type change. Remove unique_section_p test.
1020 (walk_wild_file): Remove "section" param.
1021 (walk_wild): Remove "section" and "file" params.
1022 (lang_gc_wild): Likewise.
1023 (wild): Likewise. Modify for lang_wild_statement_type change.
1024 (wild_sort): Likewise. Add "sec" param.
1025 (gc_section_callback): Likewise.
1026 (output_section_callback): Likewise. Do unique_section_p test.
1027 (map_input_to_output_sections): Modify call to wild.
1028 (lang_gc_sections_1): Likewise.
1029 (print_wild_statement): Modify for lang_wild_statement_type
1030 change.
1031 (lang_add_wild): Replace filename, filenames_sorted param with
1032 filespec. Replace section_name, sections_sorted,
1033 exclude_filename_list with section_list.
1034 * ldlang.h (lang_add_wild): Here too.
1035 (lang_wild_statement_type): Replace section_name, sections_sorted,
1036 and exclude_filename_list with section_list.
1037 * ldgram.y (current_file): Delete.
1038 (%union): Add wildcard_list.
1039 (file_NAME_list): Set type to wildcard_list. Build a linked list
1040 rather than calling lang_add_wild for each entry.
1041 (input_section_spec_no_keep): Call lang_add_wild here instead.
1042 * ld.h (struct wildcard_list): Declare.
1043 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
1044
b044cda1
CW
10452001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
1046
1047 * ldmain.c (main): initialize link_info.pei386_auto_import
1048 * pe-dll.c: new tables for auto-export filtering
1049 (auto_export): change API, pass abfd for contextual filtering.
b6bf44ba 1050 Loop thru tables of excluded symbols instead of comparing
b044cda1
CW
1051 "by hand".
1052
10532001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
1054
b6bf44ba
AM
1055 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
1056 static variable current_sec (static struct sec *). Add
b044cda1 1057 forward declaration for add_bfd_to_link.
b6bf44ba
AM
1058 (process_def_file): Don't export undefined symbols. Do not
1059 export symbols starting with "_imp__". Call auto_export()
b044cda1
CW
1060 with new API.
1061 (pe_walk_relocs_of_symbol): New function.
1062 (generate_reloc): add optional extra debugging
b6bf44ba 1063 (pe_dll_generate_def_file): eliminate extraneous initial blank
b044cda1 1064 line in output
b6bf44ba 1065 (make_one): enlarge symtab to make room for __nm__ symbols
b044cda1
CW
1066 (DATA auto-import support).
1067 (make_singleton_name_thunk): New function.
1068 (make_import_fixup_mark): New function.
1069 (make_import_fixup_entry): New function.
1070 (pe_create_import_fixup): New function.
b6bf44ba 1071 (add_bfd_to_link): Specify that 'name' argument is a CONST
b044cda1 1072 char *.
b6bf44ba
AM
1073 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
1074 declare new functions pe_walk_relocs_of_symbol and
b044cda1
CW
1075 pe_create_import_fixup.
1076 * emultempl/pe.em: add new options --enable-auto-import,
1077 --disable-auto-import, and --enable-extra-pe-debug.
1078 (make_import_fixup): New function.
1079 (pe_find_data_imports): New function.
1080 (pr_sym): New function.
b6bf44ba 1081 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
b044cda1
CW
1082 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
1083 CODE.
1084
10852001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
b6bf44ba 1086
b044cda1
CW
1087 * ld.texinfo: add additional documentation for
1088 --export-all-symbols. Document --out-implib,
1089 --enable-auto-image-base, --disable-auto-image-base,
b6bf44ba
AM
1090 --dll-search-prefix, --enable-auto-import, and
1091 --disable-auto-import.
b044cda1
CW
1092 * ldint.texinfo: Add detailed documentation on auto-import
1093 implementation.
1094
156e34dd
NC
10952001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1096
1097 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
1098 example.
1099
d6231427
AM
11002001-07-24 Alan Modra <amodra@bigpond.net.au>
1101
1102 * Makefile.am: Update dependencies with "make dep-am".
1103 * Makefile.in: Regenerate
1104
e14ec88b
AM
11052001-07-23 Alan Modra <amodra@bigpond.net.au>
1106
1107 * ldcref.c (check_section_sym_xref): New function.
1108 (check_nocrossrefs): Call it.
1109 (check_nocrossref): Interate over h->refs here instead of..
1110 (check_refs): ..here. Pass in the symbol name, section, and bfd
1111 rather than hash_entry pointers.
1112 (struct check_refs_info): Keep symbol name rather than hash entry.
1113 Remove "same".
1114 (check_reloc_refs): Tweak for above changes in check_refs_info.
1115 Only report references to section syms when symname is NULL to
1116 prevent duplicate messages for the same reloc.
1117
1b577b00
NC
11182001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1119
c7d701b0
NC
1120 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1121 available. Do not print NULL trees.
1122 (exp_print_token): Print unknown tokens with values > 126 as
1123 decimal values not ASCII characters.
1124
1545243b
NC
1125 * ldlang.c (lang_leave_overlay): If a region is specified assign
1126 it to all sections inside the overlay unless they have been
1127 assigned to the own, non-default, memory region.
1128
1b577b00
NC
1129 * README: Add header for consistency with other README files.
1130
5030876b
L
11312001-07-14 H.J. Lu <hjl@gnu.org>
1132
1133 * emultempl/elf32.em (output_prev_sec_find): Never return
1134 bfd_abs_section_ptr, bfd_com_section_ptr nor
1135 bfd_und_section_ptr.
1136
18c7a9a5
NC
11372001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
1138
22af9fd3 1139 * Makefile.am (em32relf.c): Change dependency from generic.em to
18c7a9a5
NC
1140 elf32.em.
1141 * Makefile.in: Regenerate.
1142
9ffecff1
MG
11432001-07-14 matthew green <mrg@eterna.com.au>
1144
1145 * configure.tgt (i386-*-netbsdelf*): New target.
1146 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
1147
95500e1c
JJ
11482001-07-13 Jakub Jelinek <jakub@redhat.com>
1149
1150 * emultempl/elf32.em (output_prev_sec_find): New.
1151 (place_orphan): Use it.
1152
e97cb84f
L
11532001-07-11 H.J. Lu <hjl@gnu.org>
1154
1155 * ldmain.c (main): Fix typos in the last change.
1156
7333607e
JJ
11572001-07-11 Jakub Jelinek <jakub@redhat.com>
1158
1159 * ldmain.c (main): Disallow -F and -f without -shared.
1160
d29d80f2
NC
11612001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1162
1163 * emultempl/pe.em (after_open): Check for the output_bfd not
1164 having any coff_data structure allocated to it.
1165
c2a1a436
DB
11662001-07-09 David O'Brien <obrien@FreeBSD.org>
1167
1168 * emultempl/elf32.em: Do not assuming that contents of the buffer
1169 returned from basename function will remain unchanged accross other
1170 function calls.
1171
63653551
L
11722001-07-03 H.J. Lu <hjl@gnu.org>
1173
1174 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
1175 2001-07-03. It creates dynamic entries even for static binaries.
1176
d303a449
L
11772001-07-03 Jakub Jelinek <jakub@redhat.com>
1178
1179 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
1180 (DYNAMIC): Use it to reserve few dynamic entries for
1181 post-linking tools.
1182
9f22353f
AM
11832001-06-27 Alan Modra <amodra@bigpond.net.au>
1184
1185 * emulparams/hppa64linux.sh: New file.
1186 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
1187 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
1188 (ehppa64linux.c): Add rule to make it.
1189 Run "make dep-am".
1190 * Makefile.in: Regenerate.
1191
62bf86b4
HPN
11922001-06-21 Hans-Peter Nilsson <hp@axis.com>
1193
1194 * ld.texinfo (Options, -r): Mention restrictions when using
1195 different object formats.
1196
429d935d
HPN
11972001-06-19 Hans-Peter Nilsson <hp@axis.com>
1198
1199 * ldlang.c (lang_check): Emit fatal error if relocatable link
1200 between different object flavours with relocations in input.
1201
cb840a31
L
12022001-06-19 H.J. Lu <hjl@gnu.org>
1203
1204 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
1205 (--version-script): Mention the language support.
1206
9bf03acc
L
12072001-06-19 H.J. Lu <hjl@gnu.org>
1208
1209 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
1210
c45021f2
NC
12112001-06-18 H.J. Lu <hjl@gnu.org>
1212
b6bf44ba
AM
1213 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
1214 (diststuff): Add $(MANS).
1215 * Makefile.in: Regenerated.
c45021f2 1216
b6bf44ba 1217 * ld.1: Removed.
c45021f2 1218
6caa99ab
HPN
12192001-06-18 Hans-Peter Nilsson <hp@axis.com>
1220
605d9b3a
HPN
1221 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
1222 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
1223 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
1224 * ld.h (args_type): Remove member export_dynamic. All users
1225 changed to use struct bfd_link_info member.
1226
6caa99ab
HPN
1227 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
1228 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
1229 * Makefile.in: Regenerate.
1230
6f9efd97
L
12312001-06-18 H.J. Lu <hjl@gnu.org>
1232
1233 * ldlang.c (init_os): Add the newline to the einfo call.
1234 (lang_check): Likewise.
1235 (lang_do_version_exports_section): Likewise.
1236
5af9fd8b
L
12372001-06-15 H.J. Lu <hjl@gnu.org>
1238
1239 * lexsup.c (parse_args); Save optind to report unrecognized
1240 option.
1241
2a096f04
HPN
12422001-06-15 Hans-Peter Nilsson <hp@axis.com>
1243
7e66c3f5
HPN
1244 * ldlang.c (lang_check): Emit fatal error if relocatable link
1245 between different object flavours.
1246
2a096f04
HPN
1247 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
1248 Set new link_info member export_dynamic.
1249 * ldmain.c (main): Initialize new link_info member export_dynamic.
1250
6770ec8c
NC
12512001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
1252
1253 * ldlang.c (walk_wild): Only call walk_wild_file if
1254 lookup_name returns something.
b6bf44ba 1255 (lookup_name): If load_symbols fails, return NULL.
22af9fd3 1256 (load_symbols): Change to a boolean function.
b6bf44ba 1257 (open_input_bfds): If load_symbols fails then do not make the
6770ec8c
NC
1258 executable.
1259
8529105a
AM
12602001-06-08 Alan Modra <amodra@bigpond.net.au>
1261
1262 * ldlang.c (record_bfd_errors): Remove.
1263
1264 * emultempl/aix.em: Fix copyright dates.
1265
8f3aa7a0
AJ
12662001-06-07 Andreas Jaeger <aj@suse.de>
1267
1268 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
1269 (TEXT_START_ADDR): Likewise.
1270
3277f888
AM
12712001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
1272
1273 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
1274
3763134d
DD
12752001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1276
1277 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
1278
5929ebc0
L
12792001-05-31 H.J. Lu <hjl@gnu.org>
1280
1281 * ldlang.c (open_input_bfds): Don't change the bfd error
1282 handler whilst loading symbols.
1283
c04a062d
NC
12842001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1285
1286 * configure.tgt: Remove i370-mvs architecture, it is not currently
1287 supported.
1288
96fcab3e
L
12892001-05-25 H.J. Lu <hjl@gnu.org>
1290
1291 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1292 like emulparams/aixppc.sh.
1293
db8d4f23
L
12942001-05-25 H.J. Lu <hjl@gnu.org>
1295
1296 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
1297 setting of output_filename after bfd_scan_arch.
1298 * emultempl/pe.em: Likewise.
1299
5f642101
L
13002001-05-25 H.J. Lu <hjl@gnu.org>
1301
1302 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1303 like emulparams/aixppc.sh.
1304
1305 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
1306 instead of ${srcdir}/emultempl/stringify.sed.
1307
64e9ece0
TW
13082001-05-25 Timothy Wall <twall@oculustech.com>
1309
1310 * emulparams/elf64_aix.sh: Change settings to match IBM linker
8f3aa7a0 1311 output.
64e9ece0 1312
c709b096
AM
13132001-05-25 Alan Modra <amodra@one.net.au>
1314
1315 * configure.host: Replace linuxoldld with linux*oldld.
1316 * configure.tgt: Likewise.
1317
6cbdcc6f
L
13182001-05-24 H.J. Lu <hjl@gnu.org>
1319
1320 * emultempl/stringify.sed: Removed again.
1321
86af25fe
L
13222001-05-24 H.J. Lu <hjl@gnu.org>
1323
1324 * emultempl/aix.em (OUTPUT_ARCH): Defined.
1325 (gld${EMULATION_NAME}_before_parse): Initialize
1326 ldfile_output_architecture, ldfile_output_machine and
1327 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
1328 * emultempl/beos.em: Likewise.
1329 * emultempl/elf32.em: Likewise.
1330 * emultempl/linux.em: Likewise.
1331 * emultempl/mipsecoff.em: Likewise.
1332 * emultempl/pe.em: Likewise.
1333 * emultempl/sunos.em: Likewise.
1334
3b1b01cf
TR
13352001-05-24 Tom Rix <trix@redhat.com>
1336
8f3aa7a0 1337 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3b1b01cf
TR
1338 udate import file format.
1339 (change_symbol_mode) New, same
1340 (is_syscall) New, same
1341 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
1342 * emulparams/aixppc64.sh : same
1343 * emulparams/aixrs6.sh : same
1344 * emulparams/ppcmacos.sh : same
1345 * emultempl/aix.em : use strtoull to parse options
1346 * Makefile.am : add eaixppc64 emulation for xcoff64
1347 * Makefile.in : same
1348 * configure.tgt : same
1349
1350 * scripttempl/aix.sc : default text section offset to 0x10000000
146e7110 1351 default data section offset to 0x20000000
3b1b01cf 1352 add .sv3264 and .sv64 pseudo sections
8f3aa7a0 1353 loader and debug sections use the currect section offset.
3b1b01cf
TR
1354
1355 * emultempl/aix.em : Add xcoff64 support
1356 Add -binitfini support
8f3aa7a0 1357 (gld${EMULATION_NAME}_before_parse) -binitfini
3b1b01cf 1358 (gld${EMULATION_NAME}_parse_args) same
8f3aa7a0 1359 (gld${EMULATION_NAME}_before_allocation) format change for special
3b1b01cf
TR
1360 sections
1361
1362 * emulparams/aixppc64.sh : New file for xcoff64 support
8f3aa7a0 1363
57e6abd2
AO
13642001-05-23 Alexandre Oliva <aoliva@redhat.com>
1365
1366 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
1367 variable to avoid non-portable shell construct.
1368
d1cf510e
NC
13692001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1370
1371 * ldmain.c (get_emulation): Add -mips5 command line argument.
1372
506eee22
NC
13732001-05-22 Alexandre Oliva <aoliva@redhat.com>
1374
1375 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
1376 (ELF_INTERPRETER_NAME): Define it.
1377 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
1378 it.
1379 * configure.tgt (targ_emul, targ_extra_emuls)
1380 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
1381 as primary, elf_i386 as extra.
1382 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
1383 (eelf_i386_ldso.c): New rule.
1384 * Makefile.in: Rebuilt.
1385
13862001-05-22 Nick Clifton <nickc@redhat.com>
1387
1388 * lexsup.c (ld_options): Allow -I to be an alias for
1389 --dynamic-linker. This is for Solaris compatability.
1390 * ld.texinfo: Document that -I can be used.
1391 * ld.1: Regenerate.
1392
d1778b88
AM
13932001-05-16 Alan Modra <amodra@one.net.au>
1394
1395 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
1396 whether an input section is the first one assigned to an output
1397 section.
1398 Assorted formatting fixes.
1399
02649152
DD
14002001-05-14 DJ Delorie <dj@delorie.com>
1401
1402 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
1403 * Makefile.in: Ditto.
1404
579f31ac
JJ
14052001-05-11 Jakub Jelinek <jakub@redhat.com>
1406
1407 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
1408 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
1409 output sections.
1410 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
1411
8550eb6e
JJ
14122001-05-11 Jakub Jelinek <jakub@redhat.com>
1413
1414 * ldlang.c (lang_process): Call bfd_merge_sections.
1415
8e5a525c
AM
14162001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1417
1418 * ldgram.y: Fix typo.
1419
1c9acd94
L
14202001-05-03 H.J. Lu <hjl@gnu.org>
1421
1422 * emultempl/elf32.em: Include "libiberty.h".
1423 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
1424 basename of the bfd filename.
1425 (gld${EMULATION_NAME}_stat_needed): Likewise.
1426 (gld${EMULATION_NAME}_try_needed): Likewise.
1427 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
1428
14fe918e
L
14292001-05-02 H.J. Lu <hjl@gnu.org>
1430
1431 * emultempl/pe.em: Include <ctype.h>.
1432
c7e40348
NC
14332001-05-02 Johan Rydberg <jrydberg@opencores.org>
1434
b6bf44ba 1435 * emulparams/elf32openrisc.sh: New file.
c7e40348 1436
b6bf44ba
AM
1437 * Makefile.am: Add OpenRISC target.
1438 * Makefile.in: Regenerated.
c7e40348 1439
b6bf44ba 1440 * configure.tgt: Add openrisc-*-* mapping.
c7e40348
NC
1441
14422001-05-02 Nick Clifton <nickc@redhat.com>
1443
1444 * emultempl/aix.em: Replace buystring with xstrdup.
1445 * emultempl/beos.em: Replace buystring with xstrdup.
8f3aa7a0 1446
d1b2b2dc
L
14472001-05-02 H.J. Lu <hjl@gnu.org>
1448
1449 * ldfile.c: Include "libiberty.h".
1450 * ldlex.l: Likewise.
1451
1452 * ldmisc.c (buystring): Removed.
1453 * ldmisc.h: Likewise.
1454
1455 * ldfile.c: Replace buystring with xstrdup.
1456 * ldlang.c: Likewise.
1457 * ldlex.l: Likewise.
1458 * ldmain.c: Likewise.
1459 * ldmisc.c: Likewise.
1460 * lexsup.c: Likewise.
1461 * mpw-eppcmac.c: Likewise.
1462
35714f2a
AJ
14632001-04-30 Andreas Jaeger <aj@suse.de>
1464
1465 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
1466
884fb58e
NC
14672001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1468
b6bf44ba
AM
1469 * ldlang.c (load_symbols): Give emulation a chance
1470 to process unrecognized file before fatal error is
1471 reported, not after.
884fb58e 1472
87748b32
NC
14732001-04-27 Sean McNeil <sean@mcneil.com>
1474
1475 * configure.tgt: Add arm-vxworks target.
1476 * scripttempl/armcoff.sc: Support .text or .data as a section name
1477 prefix.
1478 Define _etext.
35714f2a 1479
7ce691ae
C
14802001-04-13 J.T. Conklin <jtc@redback.com>
1481
1482 * ld.texinfo: Document --fatal-warnings.
1483 * ld.1: Regenerate.
1484
1485 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
35714f2a 1486 warnings have been turned into errors.
7ce691ae
C
1487 * lexsup.c (OPTION_WARN_FATAL): Define.
1488 (ld_options): Entry for --fatal-warnings.
1489 (parse_args): Handle OPTION_WARN_FATAL.
1490 * ld.h (ld_config_type): Add fatal_warnings field.
1491
f5fa8ca2
JJ
14922001-04-13 Jakub Jelinek <jakub@redhat.com>
1493
1494 * ldmain.c (main): Default to discard_sec_merge.
1495 * lexsup.c (OPTION_DISCARD_NONE): Define.
1496 (ld_options): Add --discard-none.
1497 (parse_args): Handle OPTION_DISCARD_NONE.
1498 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
1499 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
1500 all its input sections match.
1501
fdec3cfc
L
15022001-04-05 Steven J. Hill <sjhill@cotw.com>
1503
1504 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
1505 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
1506 (eelf32ltsmip.c): New target.
1507 (eelf64btsmip.c): Likewise.
1508 (eelf64ltsmip.c): Likewise.
1509 * Makefile.in: Regenerated.
1510
1511 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
1512 target.
1513 (mips*-*-linux-gnu*): Likewise.
1514
1515 * emulparams/elf32ltsmip.sh: New. Traditional little endian
1516 MIPS taget.
35714f2a 1517 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
fdec3cfc
L
1518 target.
1519 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
1520 endian target.
1521
589bad82
HPN
15222001-04-05 Hans-Peter Nilsson <hp@axis.com>
1523
1524 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
1525 correct value of __Stext here.
1526 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
1527 .startup section.
1528
1529 * emulparams/crislinux.sh: Remove FIXME.
1530
94202e16
AM
15312001-04-02 Alan Modra <alan@linuxcare.com.au>
1532
1533 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
1534 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
1535
1268a053
HPN
15362001-03-27 Hans-Peter Nilsson <hp@axis.com>
1537
1538 * configure.tgt (cris-*-*): Change default emulation to criself.
1539 (cris-*-*aout*): New rule.
1540
d85e9ff7
AM
15412001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
1542
1543 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
1544 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
1545
0879a67a
AJ
15462001-03-26 Andreas Jaeger <aj@suse.de>
1547
1548 * ld.texinfo (Overview): Fix syntax in texi code.
1549
0285c67d
NC
15502001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1551
1552 * ld.texinfo: Put @c man indications to generate the ld man page.
1553 When generating man, define all the variables. Define SEEALSO
1554 and SYNOPSIS. Re-organize some lines to avoid the cross references.
1555 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
1556 (ld.1): Generate from ld.texinfo.
1557 * Makefile.in: Regenerate.
1558
c20ec07b
NC
15592001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
1560
1561 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
146e7110 1562 and '-fdata-sections'. Set the VMA of STABS sections to zero.
c20ec07b 1563
cc5ce052
UD
15642001-03-17 Ulrich Drepper <drepper@redhat.com>
1565
1566 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
1567 is an absolute path look only for this file and not along the path.
1568
a1ab1d2a
UD
15692001-03-17 Ulrich Drepper <drepper@redhat.com>
1570
1571 * emultempl/elf32.em (OPTION_GROUP): New macro.
1572 Add new option Bgroup to longopts.
1573 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
1574 (gld*_list_options): Add -Bgroup and -z defs.
1575 * ld.1: Document -Bgroup and -z defs.
1576 * ld.texinfo: Likewise.
1577
788fca5a
MM
15782001-03-07 Michael Meissner <meissner@redhat.com>
1579
1580 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
1581 with sections created by -fdata-sections.
1582 (.dynbss,.bss): Ditto.
1583
1c7566d1
AM
15842001-03-05 Alan Modra <alan@linuxcare.com.au>
1585
1586 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
1587 after_allocation_default, not gld..._before_allocation.
1588
27b7e12d
AM
15892001-02-27 Alan Modra <alan@linuxcare.com.au>
1590
1591 * configure.in (BFD_VERSION): New.
1592 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1593 * configure: Regenerate.
1594 * Makefile.am: Run "make dep-am"
1595 * Makefile.in: Regenerate.
1596
2bc551c7
TW
15972001-02-26 Timothy Wall <twall@cygnus.com>
1598
1599 * emulparams/elf64_aix.sh: Add additional read-only sections;
1600 uncomment lines which are now required.
1601
1276aefa
NC
16022001-02-26 H.J. Lu <hjl@gnu.org>
1603
1604 * ldlang.c (open_input_bfds): Set the bfd error handler so
b6bf44ba
AM
1605 that problems can be caught whilst loading symbols.
1606 (record_bfd_errors): New function: Report BFD errors and mark
1607 the executable output as being invalid.
1276aefa 1608
41c49998
TW
16092001-02-22 Timothy Wall <twall@cygnus.com>
1610
1611 * configure.host: Add configuration for ia64-*-aix*.
1612 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
1613 Add dependencies for eelf64_aix.c.
1614 * Makefile.in: Regenerate.
1615 * configure.tgt: Add ia64-*-aix* mapping.
1616 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
a2b64bed 1617 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
0879a67a
AJ
1618 AIX-specific test.
1619
78f85fd7
L
16202001-02-20 H.J. Lu <hjl@gnu.org>
1621
1622 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
1623 false if we found the file.
1624
1ac7e077 16252001-02-18 David O'Brien <obrien@FreeBSD.org>
fb33b906
DB
1626
1627 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
1628 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
1629
e135f41b
NC
16302001-02-18 lars brinkhoff <lars@nocrew.org>
1631
1632 * Makefile.am: Add PDP-11 target.
1633 * configure.tgt: Likewise.
1634 * emulparams/pdp11.sh: New file.
1635
a842aceb
DB
16362001-02-17 David O'Brien <obrien@FreeBSD.org>
1637
1638 * configure.host: Add a generic FreeBSD configuration entry such that
1639 all [modern] FreeBSD systems on all platforms will look the same.
1640
24174db0
L
16412001-02-14 H.J. Lu <hjl@gnu.org>
1642
1643 * configure.tgt: Remove mention of earmelf_linux26.
1644
30c3c13a
RH
16452001-02-13 Richard Henderson <rth@redhat.com>
1646
1647 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
1648
b46a87b1
L
16492001-02-13 H.J. Lu <hjl@gnu.org>
1650
1651 * ldexp.h (node_type): Add etree_provided.
1652 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
1653 type to etree_provided if defined by PROVIDE. Allow updating
0879a67a 1654 for etree_provided.
b46a87b1
L
1655 (exp_print_tree): Handle etree_provided.
1656 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
1657 etree_provided.
1658
f3988fd9
RH
16592001-02-09 David Mosberger <davidm@hpl.hp.com>
1660
1661 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
1662 .IA_64.unwind.* pattern to unwind table section and
1663 .IA_64.unwind_info* pattern to unwind info section.
1664
a85d7ed0
NC
16652001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1666
1667 * Makefile.am: Add linux target for S/390.
1668 * Makefile.in: Likewise.
1669 * configure.host: Likewise.
1670 * configure.tgt: Likewise.
1671 * emulparams/elf64_s390.sh: New file.
1672 * emulparams/elf_s390.sh: New file.
1673
780248c4
JJ
16742001-02-09 Jakub Jelinek <jakub@redhat.com>
1675
1676 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
1677 targ_extra_libpath.
1678 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
1679
0e2534bd
PB
16802001-02-06 Philip Blundell <philb@gnu.org>
1681
1682 * Makefile.am: Remove mention of earmelf_linux26.
1683 * Makefile.in: Regenerate.
1684
46c1ea57
PB
16852001-02-04 Philip Blundell <philb@gnu.org>
1686
1687 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
1688 * emulparams/armelf_linux26.sh: Delete.
1689 * configure.tgt: Remove mention of armelf_linux26 emulation.
1690
0088edd2
NC
16912001-02-01 Nick Clifton <nickc@redhat.com>
1692
1693 * ld.1: Replace occurances of -oformat with --oformat.
1694
02aa14fb
AM
16952001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
1696
1697 * ldlang.c (lang_leave_overlay): Don't set lma_region when
1698 load_base is specified.
1699
f813923c
HPN
17002001-01-24 Hans-Peter Nilsson <hp@axis.com>
1701
1702 * emultempl/elf32.em: Correct spelling in comments and listed
1703 options.
1704
c1eb1488
AM
17052001-01-23 Alan Modra <alan@linuxcare.com.au>
1706
1707 * ldlang.c (lang_leave_overlay): Only set lma_region from the
1708 default for the first section of a group of overlay sections.
1709
d9fc3714
AM
17102001-01-22 Alan Modra <alan@linuxcare.com.au>
1711
1712 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
1713 * Makefile.in: Regenerate.
1714 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
1715 Check for null tool_dir.
1716
6be0ca94
JW
17172001-01-16 Jim Wilson <wilson@redhat.com>
1718
1719 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
1720 and IA_64.unwind.info.
1721
b9247304
L
17222001-01-16 H.J. Lu <hjl@gnu.org>
1723
1724 * ldlang.c (lang_check): Merge the private data only if the
1725 input file has contents.
1726
577a0623
AM
17272001-01-14 Alan Modra <alan@linuxcare.com.au>
1728
d952f17a
AM
1729 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
1730
ffd6e9de
AM
1731 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
1732 enabling search for libmilli. On a relocatable link, make .text
1733 sections unique.
1734 (LDEMUL_AFTER_PARSE): Define.
1735 (hppaelf_finish): Correct spelling of relocatable in comments.
1736
577a0623
AM
1737 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1738 rummage through the script for sections on the unique list.
1739 Correct length of strncmp for ".note".
1740 (gld${EMULATION_NAME}_check_needed): Rearrange function.
1741
1742 * ldlang.c (unique_section_list): New var.
1743 (unique_section_p): New function.
1744 (walk_wild_section): Don't match sections on unique_section_list.
1745 (lang_add_unique): New function.
ffd6e9de 1746 Correct spelling of relocatable in comments.
577a0623
AM
1747
1748 * ldlang.h (struct unique_sections): Declare.
1749 (unique_section_list): Declare.
1750 (unique_section_p): Declare.
1751 (lang_add_unique): Declare.
1752
1753 * lexsup.c (ld_options): Allow --unique to take an optional arg.
1754 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
1755
1756 * ld.texinfo (--unique): Update.
1757
b7ed8fad
NC
17582001-01-13 Nick Clifton <nickc@redhat.com>
1759
1760 * lexsup.c (parse_args): Remove spurious white space.
1761
d0398d6a
NC
17622001-01-12 Nick Clifton <nickc@redhat.com>
1763
1764 * lexsup.c (parse_args): Update copyright date.
1765
350fdb00
PB
17662001-01-12 Philip Blundell <pb@futuretv.com>
1767
1768 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
1769
60c6797e
KH
17702001-01-10 Kazu Hirata <kazu@hxi.com>
1771
1772 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
1773 * scripttempl/h8300h.sc: Fix formatting.
1774 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
1775 * scripttempl/h8500.sc: Likewise.
1776 * scripttempl/h8500b.sc: Likewise.
1777 * scripttempl/h8500c.sc: Likewise.
1778 * scripttempl/h8500m.sc: Likewise.
1779 * scripttempl/h8500s.sc: Likewise.
60c6797e 1780
482e8b32
DB
17812000-01-07 David O'Brien <obrien@BSDi.com>
1782
1783 * emultempl/elf32.em: Only perform Linux ld hints processing when
1784 targeting Linux.
1785
d7ed7ca6
PB
17862001-01-07 Philip Blundell <philb@gnu.org>
1787
1788 * ld.texinfo (Bug Reporting): Update email address for reports.
1789
0fc3347a
NC
17902000-12-31 Nick Clifton <nickc@redhat.com>
1791
1792 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
1793 options by checking for a return value of '?' not -1.
1794
e4897a32
NC
17952000-12-28 Nick Clifton <nickc@redhat.com>
1796
1797 * lexsup.c (struct ld_option): Add new enum value:
1798 EXACTLY_TWO_DASHES.
1799 (ld_options[]): Change -omagic, -output and -oformat options
1800 to be EXACTLY_TWO_DASHES.
1801 (OUTPUT_COUNT): Use ARRAY_SIZE.
1802 (parse_args): Change parameter 'argc' to unsigned.
1803 Place EXACTLY_TWO_DASHES options into new really_longopts
1804 array.
1805 If getopt_long_only fails, try calling getopt_long using the
1806 really_longopts array.
1807 (help): Print a double dash for both EXACTLY_TWO_DASHES and
1808 TWO_DASHES options.
1809
1810 * ldlex.h: Fix prototype of parse_args.
1811
1812 * ld.texinfo: Document that long options starting with 'o'
1813 must be preceeded by two dashes. Change example of a single
1814 dashed long option from -oformat to -trace-symbol.
1815
1122a5fc
NC
18162000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1817
1818 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
1819 (longopts[]): New --no-default-excludes option.
1820 (gld_${EMULATION_NAME}_list_options): Document.
1821 (gld_${EMULATION_NAME}_parse_args): Handle.
1822
037849a9
NC
18232000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1824
1825 * ldlang.c (new_stat): Revert the last beautification with "innocent"
1826 whitespace, it breaks the K&R C preprocessor.
1827
7ec229ce
DD
18282000-12-11 DJ Delorie <dj@redhat.com>
1829
1830 * ld.texinfo: Add notes about --whole-archive and gcc.
1831
b79e8c78
NC
18322000-11-18 Fred Fish <fnf@be.com>
1833
1834 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
1835 (ld_options): Entry for --allow-shlib-undefined.
1836 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
1837 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
1838 to false.
1839 * ld.texinfo: Document new command line switch.
d952f17a 1840
9a8e2505
GK
18412000-12-12 Geoffrey Keating <geoffk@redhat.com>
1842
1843 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
1844 .fixup is actually read/write.
1845 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1846 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1847 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1848
b8355149
JH
1849Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
1850
1851 * NEWS: Add note about x86_64 architecture.
1852
93b63cd3
DD
18532000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
1854
1855 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
1856 Set DWARF2 sections to a VMA of zero.
1857
24f6971a
NC
18582000-12-01 Joel Sherrill <joel@OARcorp.com>
1859
d952f17a 1860 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
24f6971a
NC
1861 New targets.
1862 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1863 (sparc*-*-rtems*): Switched from a.out to ELF.
1864
2be3aa03
NC
18652000-11-30 Jan Hubicka <jh@suse.cz>
1866
1867 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
1868 (eelf_x86_64.c): New.
1869 * Makefile.in: Regenerate.
1870 * configure.tgt: Add support for x86_64-*-linux-gnu*.
1871 * emulparams/elf_x86_64.sh: New.
1872
8c899858
HPN
18732000-11-30 Hans-Peter Nilsson <hp@axis.com>
1874
1875 * emulparams/crislinux.sh (ENTRY): Change back to _start.
1876 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
1877
1878 * scripttempl/crisaout.sc: Change all RELOCATING not related to
1879 merging non-a.out sections into CONSTRUCTING.
1880
e47b9e39
NC
18812000-11-28 Nick Clifton <nickc@redhat.com>
1882
1883 * ld.1 (COPYING): Mention that the GNU Free Documentation
1884 License is present in the sources, but not the output, and
1885 also available from the GNU website.
1886 (GNU Free Documentation License): Comment out this section.
1887
ad95f82a
DB
18882000-11-28 David O'Brien <obrien@dragon.nuxi.com>
1889
1890 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
1891 does not use them.
1892
fd89e65f
DB
18932000-11-25 David O'Brien <obrien@FreeBSD.org>
1894
1895 * ld.1: Remove old date so it does not give the impression the manpage
1896 is way out of date.
1897
077b8428
NC
18982000-11-24 Nick Clifton <nickc@redhat.com>
1899
1900 * configure.tgt (xscale-coff): Add target.
1901 (xscale-elf): Add target.
1902
49425d28
NC
19032000-11-24 Fred Fish <fnf@be.com>
1904
d952f17a
AM
1905 * ldmain.c (main): Remove redundant init of config.make_executable
1906 to true.
49425d28 1907
d3480244
RH
19082000-11-15 Richard Henderson <rth@redhat.com>
1909
1910 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
1911
1ce7de8b
KH
19122000-11-14 Kazu Hirata <kazu@hxi.com>
1913
1914 * scripttempl/h8300.sc: Fix formatting.
1915 * scripttempl/h8300h.sc: Likewise.
1916 * scripttempl/h8300s.sc: Likewise.
1917
208d5cd0
DC
1918Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
1919
1920 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
1921
2e418547
PB
19222000-11-09 Philip Blundell <pb@futuretv.com>
1923
1924 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
1925 around orphan sections whose names can be represented in C.
1926
c940e6fc
JW
19272000-11-07 Jim Wilson <wilson@redhat.com>
1928
1929 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
1930 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
1931
704c465c
NC
19322000-11-06 Nick Clifton <nickc@redhat.com>
1933
1934 * ld.texinfo: Add GNU Free Documentation License.
1935 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 1936 * ld.1: Add GNU Free Documentation License.
704c465c 1937
dca7760f
AM
19382000-11-05 Alan Modra <alan@linuxcare.com.au>
1939
1940 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
1941 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
1942
1943 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
1944 Move 2000-11-02 Makefile.in changes to this file.
1945 * Makefile.in: Regenerate.
1946
40a633d5
NC
19472000-11-03 Nick Clifton <nickc@redhat.com>
1948
1949 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
1950 constructors and destructors.
1951 * scripttempl/h8300h.sc: Ditto.
1952 * scripttempl/h8300s.sc: Ditto.
1953 * scripttempl/h8500.sc: Ditto.
1954 * scripttempl/h8500b.sc: Ditto.
1955 * scripttempl/h8500c.sc: Ditto.
1956 * scripttempl/h8500m.sc: Ditto.
1957 * scripttempl/h8500s.sc: Ditto.
1958 * scripttempl/v850.sc: Ditto.
1959 * scripttempl/w65.sc: Ditto.
1960 * scripttempl/z8000.sc: Ditto.
1961
59ff2774
NC
19622000-11-02 Per Lundberg <plundis@chaosdev.org>
1963
1964 * Makefile.in (e_i386_chaos.c): New rule.
1965 (ALL_EMULATIONS): Added e_i386_chaos.o.
1966 * emulparams/elf_i386_chaos.sh: New file.
1967 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
1968
645571e1
JJ
19692000-10-20 Jakub Jelinek <jakub@redhat.com>
1970
1971 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
1972 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
1973 Fix sed invocation, so that it coped with '/' in Solaris 64bit
1974 library path suffix.
1975 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
1976
c5975a45
HPN
19772000-10-18 Hans-Peter Nilsson <hp@axis.com>
1978
1979 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
1980 for consecutive sections.
1981
ea20a7da
CC
19822000-10-17 Chandrakala Chavva <cchavva@redhat.com>
1983
d952f17a
AM
1984 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
1985 options.
1986 * ld.texinfo: Added notes about this new option.
ea20a7da 1987
6e45556a
NC
19882000-10-16 Nick Clifton <nickc@redhat.com>
1989
1990 * emultempl/pe.em (_after_open): Add tests of return values from
1991 bfd functions. Emit appropriate error messages if necessary.
1992
b9a69188
NC
19932000-10-13 Nick Clifton <nickc@redhat.com>
1994
1995 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
1996 local variables - they are not used, but leave in the call to
1997 bfd_canonicalize_symtab.
b9a69188
NC
1998 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
1999 pe_dll_search_prefix.
2000
627427de 20012000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
d952f17a 2002
627427de
DD
2003 * emultempl/pe.em (pe_dll_search_prefix): New variable,
2004 (longopts): New --dll-search-prefix option.
2005 (gld_${EMULATION_NAME}_list_options): Document.
2006 (gld_${EMULATION_NAME}_parse_args): Handle.
2007 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
2008 dynamically, search for a dll named '<prefix><basename>.dll'
2009 in preference to 'lib<basename>.dll' if --dll-search-prefix
2010 is specified.
2011
24376d1b
AM
20122000-10-12 Alan Modra <alan@linuxcare.com.au>
2013
2014 * ldlang.c (section_already_linked): Set kept_section instead of
2015 sec->comdat->sec.
2016
e47d05ad
KH
20172000-10-10 Kazu Hirata <kazu@hxi.com>
2018
2019 * deffile.h: Fix formatting.
2020 * lexsup.c: Likewise.
2021 * mri.c: Likewise.
2022
23a87948
DD
20232000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2024
2025 * pe-dll.c (make_one): Do not generate code thunk for DATA
2026 exports.
2027 (process_def_file): deduce DATA flag for auto-export sumbols.
2028
86b1cc60
KH
20292000-10-09 Kazu Hirata <kazu@hxi.com>
2030
89cdebba
KH
2031 * ld.h: Fix formatting.
2032 * ldcref.c: Likewise.
2033 * ldctor.h: Likewise.
2034 * ldemul.c: Likewise.
2035 * ldemul.h: Likewise.
2036 * ldexp.c: Likewise.
2037 * ldexp.h: Likewise.
2038 * ldfile.c: Likewise.
2039 * ldfile.h: Likewise.
2040 * ldlang.c: Likewise.
2041 * ldlang.h: Likewise.
2042 * ldmain.c: Likewise.
7bfd51a3
KH
2043 * pe-dll.c: Likewise.
2044
2045 * pe-dll.c: Revert some formatting fixes.
86b1cc60 2046
d643799d
KH
20472000-10-08 Kazu Hirata <kazu@hxi.com>
2048
2049 * pe-dll.c: Fix formatting.
2050
08da4cac
KH
20512000-10-05 Kazu Hirata <kazu@hxi.com>
2052
2053 * ldlang.c: Fix formatting.
2054
c2a94a7a
DD
20552000-10-03 DJ Delorie <dj@redhat.com>
2056
2057 * pe-dll.c (fill_edata): initialize entire block
2058 (make_one): fill in correct section.
2059
8c95a62e
KH
20602000-10-03 Kazu Hirata <kazu@hxi.com>
2061
2062 * ldexp.c: Fix formatting.
2063
486e80e2
DD
20642000-10-02 DJ Delorie <dj@redhat.com>
2065
2066 * emultempl/pe.em (gld_*_after_open): detect case where there two
2067 import libraries for same dll; rename one to ensure proper link
2068 order.
2069
2070 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
2071 typo
2072 (generate_edata): fix typo
2073
24dd9f75
HPN
20742000-09-29 Hans-Peter Nilsson <hp@axis.com>
2075
2076 * scripttempl/crisaout.sc (ENTRY): Now __start.
2077 (.text): Add default setting for __start.
2078 Remove CONSTRUCTORS handling.
2079 (/DISCARD/): Add .gnu.warning.*.
2080 * emulparams/crislinux.sh (ENTRY): Now __start.
2081 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
2082 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
2083 (ENTRY): Now __start.
2084 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
2085 (EXECUTABLE_SYMBOLS): Add default setting for __start.
2086
4de2d33d
KH
20872000-09-29 Kazu Hirata <kazu@hxi.com>
2088
5cc18311
KH
2089 * deffile.h: Fix formatting.
2090 * ld.h: Likewise.
2091 * ldcref.c: Likewise.
4de2d33d 2092 * ldctor.c: Likewise.
5cc18311 2093 * ldctor.h: Likewise.
4de2d33d 2094 * ldemul.c: Likewise.
5cc18311 2095 * ldemul.h: Likewise.
4de2d33d 2096 * ldexp.c: Likewise.
5cc18311 2097 * ldexp.h: Likewise.
4de2d33d 2098 * ldfile.c: Likewise.
5cc18311 2099 * ldfile.h: Likewise.
4de2d33d 2100 * ldlang.c: Likewise.
5cc18311
KH
2101 * ldlang.h: Likewise.
2102 * lexsup.c: Likewise.
2103 * mri.c: Likewise.
2104 * pe-dll.c: Likewise.
4de2d33d 2105
45b1f63c
DD
21062000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2107
2108 * pe-dll.c (process_def_file): Uninitialized data wasn't
2109 exported with --export-all-symbols switch.
d952f17a 2110
45b1f63c
DD
21112000-09-28 DJ Delorie <dj@redhat.com>
2112
2113 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
2114 noname work properly.
2115
47d89dba
AM
21162000-09-28 Alan Modra <alan@linuxcare.com.au>
2117
2118 * ld.texinfo (HPPA ELF32): New section.
2119
2120 * emultempl/hppaelf.em (group_size): New.
2121 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
2122 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
2123 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
2124 options to prevent abbreviations matching.
2125 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
2126 (PARSE_AND_LIST_ARGS_CASES): Handle it.
2127
36bdbeec
NC
21282000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2129
2130 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
2131 on the m68*-*-elf target. Make it support COFF input objects.
2132
6d5e62f8
KH
21332000-09-21 Kazu Hirata <kazu@hxi.com>
2134
2135 * ldmain.c: Fix formatting.
2136 * ldmisc.c: Likewise.
2137 * ldver.c: Likewise.
2138 * ldwrite.c: Likewise.
2139
e2eb67d9
AM
21402000-09-21 Alan Modra <alan@linuxcare.com.au>
2141
2142 * ldwrite.c (clone_section): Silence gcc warnings.
2143
b3ea3584
AM
21442000-09-20 Alan Modra <alan@linuxcare.com.au>
2145
2146 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
2147 out of memory failure.
2148
2149 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
2150 (clone_section): Handle out of memory failures. Rename var to
2151 avoid c++ reserved word.
2152
25f72752
AM
21532000-09-18 Alan Modra <alan@linuxcare.com.au>
2154
2155 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
2156 stub_name param to stub_sec_name.
2157 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
2158
0752970e
NC
21592000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2160
2161 * emultempl/m68kelf.em: New file.
2162 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
2163 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
2164 * Makefile.in: Regenerate.
2165
92b7e9d8
AM
21662000-09-15 Alan Modra <alan@linuxcare.com.au>
2167
2168 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
2169 only as needed.
2170
9b14b192
NC
21712000-09-13 Nick Clifton <nickc@redhat.com>
2172
2173 * ldmain.c (multiple_definition): Disable relaxation if
2174 multiple symbol definitions are encountered - otherwise the
2175 linker could abort with an assertion failure.
2176
891fa266
NC
21772000-09-10 Nick Clifton <nickc@redhat.com>
2178
2179 * mri.c: Fix formatting.
2180
5d64ca4e
L
21812000-09-07 H.J. Lu <hjl@gnu.org>
2182
2183 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2184 * configure: Rebuild.
2185
dd94604f
L
21862000-09-07 H.J. Lu <hjl@gnu.org>
2187
2188 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
2189 * Makefile.in: Rebuild.
2190
71bfc0ae
AM
21912000-09-07 Alan Modra <alan@linuxcare.com.au>
2192
2193 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
2194 broken list handling. Create __start_SECNAME and __stop_SECNAME
2195 when no place-holder. Add some comments. Test both SEC_CODE and
2196 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 2197 Handle case where no output section statement created.
71bfc0ae 2198
4a428502
AO
21992000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
2200
2201 * configure.tgt (sh-*-linux*): Added.
2202 * Makefile.am: Added eshelf_linux and eshlelf_linux.
2203 * Makefile.in: Rebuilt.
2204 * emulparams/shelf_linux.sh: New file.
2205 * emulparams/shlelf_linux.sh: New file.
2206
f9989030
AM
22072000-09-06 Alan Modra <alan@linuxcare.com.au>
2208
2209 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2210 try shuffling sections when the orphan happens to be the place
2211 holder. Keep count of unique section names generated so we speed
2212 the search for a new name.
2213
58cccadb
AO
22142000-09-06 Alexandre Oliva <aoliva@redhat.com>
2215
2216 * configure: Rebuilt with new libtool.m4.
2217
5b343f5a
NC
22182000-09-05 Nick Clifton <nickc@redhat.com>
2219
2220 * Makefile.in: Regenerate.
2221 * aclocal.m4: Regenerate.
2222 * configure: Regenerate.
2223 * config.in: Regenerate.
2224 * po/ld.pot: Regenerate.
2225
2226 * ldint.texinfo: Remove CVS revision marker - it foils local
2227 comparisons.
2228
2229 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 2230
a854a4a7
AM
22312000-09-05 Alan Modra <alan@linuxcare.com.au>
2232
3231d22e
AM
2233 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
2234 to stub section flags.
2235 (hppa_for_each_input_file_wrapper): New.
2236 (hppa_lang_for_each_input_file): New.
2237 (lang_for_each_input_file): Define to call above.
2238 (multi_subspace): New.
2239 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
2240 (PARSE_AND_LIST_PROLOGUE): Define.
2241 (PARSE_AND_LIST_LONGOPTS): Define.
2242 (PARSE_AND_LIST_OPTIONS): Define.
2243 (PARSE_AND_LIST_ARGS_CASES): Define.
2244 (hppaelf_finish): Call elf32_hppa_set_gp.
2245 (hppaelf_set_output_arch): Remove.
2246 (LDEMUL_SET_OUTPUT_ARCH): Remove.
2247
2248 * emulparams/hppalinux.sh (ELFSIZE): Define.
2249 (MACHINE): Define.
2250 (OTHER_READONLY_SECTIONS): Define.
2251 (DATA_PLT): Define.
2252 (GENERATE_SHLIB_SCRIPT): Define.
2253
5f992e62
AM
2254 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
2255 to const throughout. Change `void *' to `PTR' throughout.
2256 (lang_memory_default): Function is local to file, add `static'.
2257
2258 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
2259 (ehppalinux.c): Likewise.
2260 (earmelf.c): Likewise.
2261 (earmelf_linux.c): Likewise.
2262 (earmelf_linux26.c): Likewise.
2263 * Makefile.in: Regenerate.
2264
a854a4a7
AM
2265 * ld.h (ld_config_type): Add unique_orphan_sections.
2266 * lexsup.c (OPTION_UNIQUE): Define.
2267 (ld_options): Add "--unique".
2268 (parse_args): Handle it.
2269 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2270 search for an existing output section if unique_orphan_sections is
2271 set. Make use of bfd_get_unique_section_name rather than
2272 duplicating code here.
2273 * ld.texinfo: Describe --unique.
2274
2275 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
2276 optional arg to split-by-file.
2277 (parse_args): Handle them.
2278 * ld.texinfo: Update description of these options.
2279 * ldwrite.c (clone_section): Pass in the section name. Replace
2280 local code with bfd_get_unique_section_name.
2281 (split_sections): Tidy code and comments. Use a list traversal
2282 more appropriate to the list construction. Handle cooked section
2283 sizes. Split when split_by_reloc reached rather than exceeded.
2284 Track section size and split when split_by_file reached. Fix
2285 link_order_tail (even though it's not used).
2286 (ldwrite): Modify condition for calling split_sections to suit
2287 changed split_by_reloc and split_by_file.
2288 * ldmain.c (main): Init config.split_by_reloc and
2289 config.split_by_file to -1.
2290 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
2291 Change split_by_file to bfd_size_type.
2292
18e03609
NC
22932000-09-02 Nick Clifton <nickc@redhat.com>
2294
2295 * configure.in: Increase version number to 2.10.91.
2296 * NEWS: Mention new ability to support removal of duplicate DWARF2
2297 debug information.
2298 * configure: Regenerate.
2299 * aclocal.m4: Regenerate.
2300 * config.in: Regenerate.
2301
3a9d486c
NC
23022000-09-02 Daniel Berlin <dberlin@redhat.com>
2303
2304 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
2305 sections.
a2b64bed 2306 * scripttempl/elf32avr.sc: Ditto.
3a9d486c
NC
2307 * scripttempl/elfd10v.sc: Ditto.
2308 * scripttempl/elfd30v.sc: Ditto.
2309 * scripttempl/elfi370.sc: Ditto.
2310 * scripttempl/elfm68hc11.sc: Ditto.
2311 * scripttempl/elfm68hc12.sc: Ditto.
2312 * scripttempl/elfi386beos.sc: Ditto.
2313 * scripttempl/v850.sc: Ditto.
50bbae35 2314
ac48eca1
AO
23152000-08-31 Alexandre Oliva <aoliva@redhat.com>
2316
2317 * acinclude.m4: Include libtool and gettext macros from the
2318 top level.
2319 * aclocal.m4, configure: Rebuilt.
2320
c13b1b77
NC
23212000-08-25 Nick Clifton <nickc@redhat.com>
2322
2323 * ldlang.c (open_output): When choosing the target for a
2324 particular endianness, do nothing if the target is not
2325 supported.
2326
dcb0bd0e
L
23272000-08-25 H.J. Lu <hjl@gnu.org>
2328
2329 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
2330 check -rpath nor LD_RUN_PATH for cross link.
2331 * ld.texinfo: Document the change.
2332
5bcac8a4
HPN
23332000-08-24 Hans-Peter Nilsson <hp@axis.com>
2334
2335 * NEWS: Mention support for CRIS.
2336
6dd8c765
L
23372000-08-23 H.J. Lu <hjl@gnu.org>
2338
2339 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
2340 the current runpath list from bfd_elf_get_runpath_list ()
2341 before search.
2342
ec4eb78a
L
23432000-08-22 H.J. Lu <hjl@gnu.org>
2344
2345 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
2346 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
2347 LD_LIBRARY_PATH for native linker. Display the needed DSO if
2348 trace_file_tries is non-zero.
2349 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
2350 if trace_file_tries is non-zero.
2351
2352 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 2353 * NEWS: Mention it.
ec4eb78a 2354
22b36938
JE
23552000-08-14 Jason Eckhardt <jle@cygnus.com>
2356
2357 * NEWS: Mention i860 support.
2358
d73e9da0
AS
23592000-08-14 Andreas Schwab <schwab@suse.de>
2360
2361 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 2362 syntax.
d73e9da0 2363
9ac4db9c
GK
23642000-08-10 Geoff Keating <geoffk@cygnus.com>
2365
2366 * scripttempl/elf.sc: Add a comment giving the correspondence
2367 between sections, per-datum sections, and linkonce sections. Make
2368 the comment true even for .bss, .sdata, .sdata2, .sbss, and
2369 .sbss2.
2370
165589e4
JE
23712000-08-10 Jason Eckhardt <jle@cygnus.com>
2372
2373 * emulparams/elf32_i860.sh: New file.
2374 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
2375 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
2376 (eelf32_i860.c): New rule.
2377 * Makefile.in: Regenerate.
2378
345a835d
NC
23792000-08-10 Nick Clifton <nickc@cygnus.com>
2380
2381 * emulparams/mipspe.sh (ENTRY): Add definition.
2382
e374f1d9
NC
23832000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
2384
2385 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
2386 in error message.
2387
236d5abf
NC
23882000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2389
2390 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
2391 the final size of .bss section.
2392 * scripttempl/elfm68hc12.sc: Likewise.
2393
4b209b22
AM
23942000-08-04 Alan Modra <alan@linuxcare.com.au>
2395
2396 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
2397 gld${EMULATION_NAME}_parse_args for consistency. Combine
2398 lastoptind and prevoptind vars, and keep track of last optind.
2399 (gld_${EMULATION_NAME}_list_options): Rename to
2400 gld${EMULATION_NAME}_list_options.
2401
28423a68
AM
24022000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
2403
2404 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
2405 (i586-sco-sysv5uw7.1.0).
2406
b2009ff7
L
24072000-07-27 H.J. Lu <hjl@gnu.org>
2408
2409 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
2410 (PARSE_AND_LIST_PROLOGUE): New.
2411 (PARSE_AND_LIST_LONGOPTS): Likewise.
2412 (PARSE_AND_LIST_OPTIONS): Likewise.
2413 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2414 (PARSE_AND_LIST_EPILOGUE): Likewise.
2415
04925e1e
AM
24162000-07-28 Alan Modra <alan@linuxcare.com.au>
2417
41392f03
AM
2418 * emultempl/armelf.em: Elide functions common to elf32.em,
2419 ie. most of the file.
2420 (arm_elf_after_open): New. Do arm specific things then call
2421 gld${EMULATION_NAME}_after_open.
2422 (arm_elf_before_allocation): New. Call
2423 gld${EMULATION_NAME}_before_allocation then do arm specifics.
2424 (PARSE_AND_LIST_PROLOGUE): Define.
2425 (PARSE_AND_LIST_SHORTOPTS): Define.
2426 (PARSE_AND_LIST_LONGOPTS): Define.
2427 (PARSE_AND_LIST_OPTIONS): Define.
2428 (PARSE_AND_LIST_ARGS_CASES): Define.
2429 (LDEMUL_AFTER_OPEN): Define.
2430 (LDEMUL_BEFORE_ALLOCATION): Define.
2431 (LDEMUL_BEFORE_PARSE): Define.
2432 (LDEMUL_FINISH): Define.
2433
2434 * emultempl/hppaelf.em: Similarly zap most of this file.
2435 (hppaelf_add_stub_section): Prototype.
2436 (hppaelf_layaout_sections_again): Prototype.
2437 (hook_in_stub): Prototype.
2438 (LDEMUL_SET_OUTPUT_ARCH): Define.
2439 (LDEMUL_FINISH): Define.
2440 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2441
2442 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
2443 (EXTRA_EM_FILE): New.
2444 * emulparams/armelf_linux.sh: Likewise.
2445 * emulparams/armelf_linux26.sh: Likewise.
2446 * emulparams/hppalinux.sh: Likewise.
2447 * emulparams/hppaelf.sh: Likewise.
2448 (NOP): Define.
2449
2450 * emultempl/elf32.em: Fix formatting.
2451 (EXTRA_EM_FILE): Source it.
2452 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2453 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2454 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2455 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2456 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2457 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2458 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2459 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2460 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
2461 allow functions in this file to be overridden.
2462 (PARSE_AND_LIST_SHORTOPTS): Handle it.
2463
2464 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
2465
04925e1e
AM
2466 * emultempl/elf32.em: Reorganize file.
2467
88cdf297
NC
24682000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
2469
2470 * emulparams/elf64alpha.sh: Implement "-taso" emulation
2471 specific option to fit 64-bit executable in the lower
2472 31-bit address range. This is done by changing start
2473 address of .interp (the very first section of executable)
2474 and then setting EF_ALPHA_32BIT elf header flag.
2475
20bccb34
NC
24762000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2477
2478 * emultempl/m68kcoff.em: New file.
2479 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
2480 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
2481 generic.em.
2482 * Makefile.in: Regenerate.
2483
699845ef
L
24842000-07-20 H.J. Lu <hjl@gnu.org>
2485
2486 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
2487 and "disable-new-dtags" to stop getopt from treating -d/-e as
2488 abbreviations for these options.
2489
6c1439be
L
24902000-07-20 H.J. Lu <hjl@gnu.org>
2491
2492 * ld.texinfo: Add documentation for --disable-new-dtags and
2493 --enable-new-dtags.
2494
2495 * ldmain.c (main): Initialize link_info.new_dtags to false.
2496
2497 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
2498 --disable-new-dtags and --enable-new-dtags.
2499 (gld_${EMULATION_NAME}_list_options): Likewise.
2500
28c309a2
NC
25012000-07-05 Kenneth Block <krblock@computer.org>
2502
a2b64bed
NC
2503 * lexsup.c: Add optional style to demangle switch
2504 * ld.texinfo: Document optional style to demangle switch.
50bbae35 2505
9d06555c
HPN
25062000-07-20 Hans-Peter Nilsson <hp@axis.com>
2507
2508 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
2509 ecrislinux.o.
2510 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
2511 Regenerate dependencies.
2512 * Makefile.in: Rebuild.
2513 * configure.tgt (cris-*-*): New target.
2514 * emulparams/crisaout.sh, emulparams/criself.sh,
2515 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
2516 * po/POTFILES.in, po/ld.pot: Regenerate.
2517
19e3be22
L
25182000-07-20 H.J. Lu <hjl@gnu.org>
2519
2520 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
2521 Print out ignored -z options.
2522
e0ee487b
L
25232000-07-19 H.J. Lu <hjl@gnu.org>
2524
19e3be22
L
2525 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
2526 (PARSE_AND_LIST_PROLOGUE): New.
2527 (PARSE_AND_LIST_LONGOPTS): Likewise.
2528 (PARSE_AND_LIST_OPTIONS): Likewise.
2529 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2530
2531 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
2532
2533 * lexsup.c (ld_options): Comment out 'z'.
2534 (parse_args): Likewise.
2535
2536 * emultempl/elf32.em: Include "elf/common.h".
2537 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
2538 options.
2539 (gld_${EMULATION_NAME}_list_options): Likewise.
2540
2541 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 2542
49e56c49
L
25432000-07-19 H.J. Lu <hjl@gnu.org>
2544
2545 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
2546 bfd_elf_set_dt_needed_soname ().
2547
9d68bc82
DD
25482000-07-18 DJ Delorie <dj@cygnus.com>
2549
2550 * pe-dll.c (pe_dll_id_target): check object target name also
2551
53db15ed
HPN
25522000-07-18 Hans-Peter Nilsson <hp@axis.com>
2553
2554 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
2555 ${INIT_END} if relocating.
2556 (.fini): Likewise ${FINI_START} and ${FINI_END}.
2557
0ad8cf4c
DD
25582000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
2559
a2b64bed 2560 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
0ad8cf4c
DD
2561 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
2562 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
2563 errors introduced by the old dynamic lib search order.
2564
874c8c99
DD
25652000-07-17 DJ Delorie <dj@cygnus.com>
2566
2567 * pe-dll.c (process_def_file): auto-export data items also
2568 (pe_process_import_defs): also see if _imp_ form needed
2569
5b4cf3f4
DD
25702000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
2571
2572 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
2573 for dll import libraries
2574
062739d1
NC
25752000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
2576
2577 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
d952f17a 2578 gcc 2.95.2 and later.
062739d1 2579
1c64c4ed
NC
25802000-07-11 Kazu Hirata <kazu@hxi.com>
2581
50bbae35
AM
2582 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
2583 message.
1c64c4ed 2584
b71e2778
AM
25852000-07-10 Alan Modra <alan@linuxcare.com.au>
2586
2587 * ldemul.h (struct lang_input_statement_struct): Remove forward
2588 declaration.
2589 (struct search_dirs): Likewise.
2590 * ldfile.h (struct lang_input_statement_struct): Likewise.
2591 Protect file from multiple inclusion.
2592 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
2593 declaration from macro to file scope.
2594
2595 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
2596 * ldgram.y: Likewise here.
2597 * ldlang.c: And here.
2598 * ldmain.c: And here.
2599 * mpw-elfmips.c: And here.
2600 * mpw-eppcmac.c: And here.
2601 * emultempl/aix.em: And here.
2602 * emultempl/armcoff.em: And here.
2603 * emultempl/armelf.em: And here.
2604 * emultempl/armelf_oabi.em: And here.
2605 * emultempl/beos.em: And here.
2606 * emultempl/elf32.em: And here.
2607 * emultempl/hppaelf.em: And here.
2608 * emultempl/linux.em: And here.
2609 * emultempl/lnk960.em: And here.
2610 * emultempl/pe.em: And here.
2611 * emultempl/sunos.em: And here.
2612 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
2613 * mpw-idtmips.c: Ditto.
2614 * emultempl/generic.em: Ditto.
2615 * emultempl/gld960.em: Ditto.
2616 * emultempl/gld960c.em: Ditto.
2617 * emultempl/mipsecoff.em: Ditto.
2618 * emultempl/ticoff.em: Ditto.
2619 * emultempl/vanilla.em: Ditto.
2620
2621 * pe-dll.c: Include ldfile.h
2622 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
2623
2624 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
2625 arguments to bfd_elf32_size_dynamic_sections call.
2626 (gldelf32ebmip_place_orphan): Add missing arguments to
2627 lang_leave_output_section_statement call.
2628
2ef53d66
L
26292000-07-10 H.J. Lu <hjl@gnu.org>
2630
2631 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
2632 DLL_SUPPORT.
2633 (strhash): Likewise.
2634 (compute_dll_image_base): Likewise.
2635 (pe_undef_found_sym): Likewise.
2636 (pe_undef_cdecl_match): Likewise.
2637 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
2638 argument "arch" with ATTRIBUTE_UNUSED.
2639
9a8cbb09
AM
26402000-07-10 Alan Modra <alan@linuxcare.com.au>
2641
2642 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
2643
2644 From Ryan Bradetich <rbradetich@uswest.net>
2645 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 2646
4900fc06
AM
26472000-07-09 Alan Modra <alan@linuxcare.com.au>
2648
2649 Changes to create multiple linker stubs, positioned immediately
2650 before the section where they are required.
2651 * emultempl/hppaelf.em: Include elf32-hppa.h.
2652 (stub_sec, file_chain): Delete.
2653 (hppaelf_create_output_section_statements): Don't make a stub
2654 section here.
2655 (hook_stub_info): New struct.
2656 (hook_in_stub): New function.
2657 (hppaelf_add_stub_section): New function.
2658 (hppaelf_finish): Do nothing for relocateable links. Modify the
2659 call to elf32_hppa_size_stubs. Move code for updating section
2660 layout from here...
2661 (hppaelf_layaout_sections_again): ..to here, a new function.
2662
2663 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
2664 broken list handling. Pass in a pointer to the list.
2665 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
2666 for above changes.
2667 (hppaelf_before_parse): Prototype.
2668 (hppaelf_set_output_arch): Prototype.
2669 (hppaelf_create_output_section_statements): Prototype.
2670 (hppaelf_delete_padding_statements): Prototype.
2671 (hppaelf_finish): Prototype.
2672
2673 Merge from elf32.em
2674 * emultempl/hppaelf.em: Include ctype.h.
2675 (struct orphan_save): New.
2676 (gld${EMULATION_NAME}_place_orphan): New.
2677 (output_rel_find): New.
2678 (hppaelf_get_script): Update from elf32.em.
2679 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
2680 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 2681 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
2682
2683 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
2684 ehppalinux.o, sort it. Regenerate dependencies.
2685 (ehppalinux.c): Depend on hppaelf.em
2686 * Makefile.in: Regenerate.
2687
2688 * configure.tgt: targ_emul=hppalinux for hppa*linux
2689
2690 * emulparams/hppalinux.sh: New.
2691 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
2692
227aeb07
AM
26932000-07-08 Alan Modra <alan@linuxcare.com.au>
2694
2695 * lexsup.c (parse_args): Copy section name.
2696
28609fd4 26972000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
602e90d3 2698
2ef53d66 2699 * emultempl/pe.em: institute the following search order for
602e90d3
DD
2700 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
2701 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
2702 static lib (libfoo.a) if none of the above are found.
2703
5f577f7d
DD
27042000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
2705
50bbae35 2706 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 2707 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 2708 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
2709 (gld_${EMULATION_NAME}_parse): Handle.
2710 (strhash): New static function.
50bbae35 2711 (compute_dll_image_base): New static function.
5f577f7d
DD
2712 (gld_${EMULATION_NAME}_set_symbols): Use.
2713
9a8cbb09 27142000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
2715
2716 * MAINTAINERS: new
2717
3548145d 27182000-07-01 Koundinya K <kk@ddeorg.soft.net>
50bbae35
AM
2719
2720 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
2721 * emulparams/elf32btsmip.sh: New file.
2722 * Makefile.am: Add traditional mips target.
2723 * Makefile.in: Rebuild.
2724
67798033
L
27252000-07-01 H.J. Lu <hjl@gnu.org>
2726
2727 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
2728 automake to use YLWRAP.
2729 * Makefile.in: Rebuild.
2730
0bdaf48b
AM
27312000-07-01 Alan Modra <alan@linuxcare.com.au>
2732
2733 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2734 (CLEANFILES): Add DEPA.
2735 * Makefile.in: Regenerate.
2736
c9e769c2
TW
27372000-06-30 Timothy Wall <twall@ppc>
2738
2739 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
2740 the page in the upper octet of the address.
2741
65aa24b6
NC
27422000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
2743
2744 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
2745
4667035e
AM
27462000-06-24 Alan Modra <alan@linuxcare.com.au>
2747
2748 * NEWS: arm-elf does --gc-sections too.
2749
1581f8c9
AM
27502000-06-22 Alan Modra <alan@linuxcare.com.au>
2751
2752 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2753 find one.
2754 * Makefile.in: Regenerate.
2755
01580992
L
27562000-06-21 H.J. Lu <hjl@gnu.org>
2757
2758 * Makefile.am: Rebuild dependency.
2759 * Makefile.in: Rebuild.
2760
bbeb2e03
L
27612000-06-20 H.J. Lu <hjl@gnu.org>
2762
2763 * Makefile.am: Rebuild dependency.
2764 * Makefile.in: Rebuild.
2765
74459f0e
TW
27662000-06-20 Timothy Wall <twall@cygnus.com>
2767
2768 * scripttempl/tic54xcoff.sc: New.
2769 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
2770 * gen-doc.texi: Add flag for TI COFF.
2771 * ld.texinfo: Add documentation for TI COFF handling switches.
2772 * emultempl/ticoff.em: New. TI COFF handling.
2773 * configure.tgt: Add tic54x target.
2774 * Makefile.am: Add tic54x target.
2775 * Makefile.in: Ditto.
2776
2ab47eed
AM
27772000-06-20 Alan Modra <alan@linuxcare.com.au>
2778
2779 * ldmain.c (set_scripts_dir): Correct pointer comparison when
2780 checking for backslashes.
2781
919e4093
AM
27822000-06-19 Alan Modra <alan@linuxcare.com.au>
2783
2784 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
2785
987fd5b4
AM
27862000-06-18 Alan Modra <alan@linuxcare.com.au>
2787
2788 * NEWS: Update list of targets supporting --gc-sections.
2789
2790 * scripttempl/elf.sc: KEEP .eh_frame contents.
2791 * scripttempl/elfd30v.sc: Same here.
2792
60bcf0fa
NC
27932000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2794
2795 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
2796 and m68hc11 (elf).
2797 * Makefile.in: Rebuild.
2798 * configure.tgt: Recognize m68hc12 and m68hc11.
2799 * scripttempl/elfm68hc12.sc: New file.
2800 * emulparams/m68hc12elfb: New emulation.
2801 * emulparams/m68hc12elf: New emulation.
2802 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
2803 (includes a memory.x script to define the ROM and RAM banks).
2804 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
2805 New configuration files for support of Motorola 68hc11
2806
c7c54483
AM
28072000-06-15 Alan Modra <alan@linuxcare.com.au>
2808
2809 * ldmain.c (main): Only change SEC_READONLY for final link.
2810
bcef29e6
L
28112000-06-13 H.J. Lu <hjl@gnu.org>
2812
2813 * configure: Regenerate.
2814
946efd95
DB
28152000-06-08 David O'Brien <obrien@FreeBSD.org>
2816
2817 * configure.in (VERSION): Update to show this is the CVS mainline.
2818
57a6fd07
DB
28192000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2820
2821 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
2822 input objects to be ECOFF.
2823 (check_sections): einfo takes %B, not %P, to print a BFD name.
2824
e06cae36
L
28252000-06-05 Michael Matz <matz@ifh.de>
2826
2827 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
d952f17a 2828 version scripts.
e06cae36 2829
d952f17a 2830 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
e06cae36 2831
2f0b56c0
DC
28322000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
2833
2834 * emulparams/avr1200.sh (STACK): Define as 0.
2835 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
2836 * emulparams/avr4433.sh (STACK): Likewise.
2837 * emulparams/avr44x4.sh (STACK): Likewise.
2838 * emulparams/avr85xx.sh (STACK): Likewise.
2839 * emulparams/avrmega103.sh (STACK): Likewise.
2840 * emulparams/avrmega161.sh (STACK): Likewise.
2841 * emulparams/avrmega603.sh (STACK): Likewise.
2842 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
2843 (__stack): Define from ${STACK} for main().
2844
2114f57b
AM
28452000-05-26 Alan Modra <alan@linuxcare.com.au>
2846
2847 * Makefile.am: Update dependencies with "make dep-am"
2848 * Makefile.in: Regenerate.
2849
5af11cab
AM
28502000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2851
2852 * ldmain.c: Include filenames.h.
2853 (set_scripts_dir): Support backslashes in program name.
2854
1f0df59a
NC
28552000-05-22 Igor Shevlyakov <igor@windriver.com>
2856
2857 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
2858 read-only, don't forget to reset SEC_READONLY because it
2859 could be already set.
1f0df59a 2860
176355da
NC
28612000-05-22 Thomas de Lellis <tdel@windriver.com>
2862
50bbae35
AM
2863 * ld.1: Add documentation for new command line option:
2864 --section-start <sectionname>=<sectionorg>
2865 This is a generic version of -Ttext etc. which accepts
2866 any section name as a parameter instead of just text/data/
2867 bss.
2868 * ld.texinfo: More docs.
2869 * NEWS: More docs.
2870 * lexsup.c: (parse_args): Recognize new command line option.
176355da 2871 (ld_options): Add new option.
50bbae35 2872
8c5ff972
L
28732000-05-18 H.J. Lu <hjl@gnu.org>
2874
2875 * lexsup.c (parse_args): `i' == `r', not `q'.
2876
0b76fe77
JL
2877Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
2878
2879 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
2880
a712da20
NC
28812000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
2882 Rick Gorton <gorton@scrugs.lkg.dec.com>
50bbae35 2883
a712da20
NC
2884 Add support for '-q' == '--emit-relocs' switch.
2885 * ldmain.c (main): Default to false.
2886 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
2887 * NEWS: Describe the emitrelocations switch.
2888 * ld.texinfo: Describe the emitrelocations switch.
2889
690a460e
NC
28902000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
2891
a2b64bed 2892 * emultempl/pe.em (_open_dynamic_archive): New function: Search
690a460e
NC
2893 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
2894 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
2895 link options.
50bbae35 2896
c2f1343c
AM
28972000-05-15 David O'Brien <obrien@FreeBSD.org>
2898
2899 * lexsup.c (parse_args): Update the year in the copyright notice.
2900
897083bd
AM
29012000-05-13 Alan Modra <alan@linuxcare.com.au>
2902
2903 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
2904 Replace defines with those from intl/libgettext.h to quieten gcc
2905 warnings.
2906
cd4c806a
L
29072000-05-10 H.J. Lu <hjl@gnu.org>
2908
2909 * ldlang.c (open_input_bfds): Don't load the same file within
2910 a group again if the whole archive has been loaded already.
2911
93697284
AM
29122000-05-03 Alan Modra <alan@linuxcare.com.au>
2913
2914 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
2915 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
2916 strtoul.
2917
ebd6fc29
JW
2918Mon May 1 17:34:34 2000 Jim Wilson <wilson@cygnus.com>
2919
99a4150f 2920 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 2921
ebd6fc29
JW
2922 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2923 host "ia64-*-linux-gnu*".
2924
a1934524
AM
29252000-04-29 Andreas Jaeger <aj@suse.de>
2926
2927 * ld.h: Correctly check GCC version.
2928
730a39a0
JL
2929Tue Apr 25 11:20:43 2000 Jeffrey A Law (law@cygnus.com)
2930
2931 * Makefile.am: Add PA64 support. Add missing dependencies for
2932 PA32 elf support.
2933 * Makefile.in: Rebuilt.
2934 * configure.tgt: Add PA64 support (currently disabled).
2935
aea4bd9d
AM
29362000-04-25 Alan Modra <alan@linuxcare.com.au>
2937
2938 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
2939 (output_rel_find): New function.
2940 (hold_section, hold_use): Delete.
2941 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2942 hold_interp): Make local to place_orphan.
2943 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
2944 rather than place_section to find possible previous use of orphan.
2945 Similarly find the place-holder output sections. Use returned
2946 value from lang_enter_output_section_statement rather than calling
2947 lang_output_section_statement_lookup.
2948 * emultempl/armelf.em: Same here.
2949 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
2950
2951 * ldlang.c (lang_enter_output_section_statement): Return output
2952 section statement.
2953 * ldlang.h (lang_enter_output_section_statement): Change
2954 declaration too.
2955
2956 * ldlang.h (lang_output_section_statement): Export it.
2957 * ldlang.c (lang_output_section_statement): Ditto.
2958
2b5fc1f5
NC
29592000-04-24 Nick Clifton <nickc@cygnus.com>
2960
2961 * ld.texinfo (Output Section Data): Add note that section data
2962 commands cannot appear outside of section directives.
2963
d8475ff6
JL
29642000-04-2 Matthew Green <mrg@cygnus.com>
2965
2966 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
2967
800eeca4
JW
2968Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
2969 David Mosberger <davidm@hpl.hp.com>
2970
2971 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
2972 (eelf64_ia64.c): New rule.
2973 * Makefile.in: Rebuild.
2974 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
2975 * emulparams/elf64_ia64.sh: New file.
50bbae35 2976
c9637625
RH
29772000-04-21 Richard Henderson <rth@cygnus.com>
2978
2979 * scripttempl/elfd30v.sc: Place .gcc_except_table.
2980
28ea9521
AM
29812000-04-19 Alan Modra <alan@linuxcare.com.au>
2982
2983 * dep-in.sed: Match space at start of file name, not at end.
2984
20d04697
L
29852000-04-18 H.J. Lu <hjl@gnu.org>
2986
2987 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
2988 lang_leave_output_section_statement () after calling
2989 lang_enter_output_section_statement ().
2990 * emultempl/armelf.em: Likewise.
2991
5ba47421
AM
29922000-04-18 Alan Modra <alan@linuxcare.com.au>
2993
2994 * emultempl/elf32.em (struct orphan_save): Add section field.
2995 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
2996 better order, and place first orphan section as we did before the
2997 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
2998 Don't call make_bfd_section here, let wild_doit do the job for us.
2999 Don't build a statement list when we'll only throw it away.
3000 * emultempl/armelf.em: Ditto.
3001 * emultempl/pe.em: Similarly.
3002
bdbe5705
GK
30032000-04-14 Geoff Keating <geoffk@cygnus.com>
3004
3005 * scripttempl/elfppc.sc: Remove.
3006 * emulparams/elf32ppc.sh: Use elf.sc.
3007 * emulparams/elf32lppc.sh: Use elf.sc.
3008 * emulparams/elf32ppclinux.sh: Use elf.sc.
3009 * emulparams/elf32ppcsim.sh: New file.
3010 * emulparams/elf32lppcsim.sh: New file.
3011 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
3012 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
3013 * Makefile.in: Regenerate.
3014 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
3015
01cc8ff8
AM
30162000-04-14 Alan Modra <alan@linuxcare.com.au>
3017
5ba47421 3018 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 3019 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
3020 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3021 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
3022 Also set all relocateable section start addresses.
3023
6c86c541
GK
30242000-04-13 Geoff Keating <geoffk@cygnus.com>
3025
3026 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
3027 Add new BSS_PLT variable for when .plt need not be contained in
3028 the file. Move _etext so that it is also after .fini, and provide
3029 both etext and _etext with a leading underscore. Mark the start
3030 and end of .sbss.
3031
6a345e87
AM
30322000-04-12 Alan Modra <alan@linuxcare.com.au>
3033
3034 * emultempl/elf32.em (struct orphan_save): New.
3035 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3036 hold_interp): Make them struct orphan_save.
3037 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
3038 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
3039 the end of the relevant section list. Also add associated section
3040 statements to the end of any previous orphan statements.
3041 * emultempl/armelf.em: Similarly.
3042 * emultempl/pe.em: Similarly.
3043
8be86746
AM
30442000-04-11 Alan Modra <alan@linuxcare.com.au>
3045
3046 * ld.texinfo (Simple Example): Remove extraneous paragraph.
3047
a2d91340 3048Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
50bbae35 3049
a2d91340 3050 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 3051 --enable-build-warnings option.
a2d91340
AC
3052 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3053 * Makefile.in, configure: Re-generate.
3054
41b49281
AM
30552000-04-04 Alan Modra <alan@linuxcare.com.au>
3056
8ad3436c
AM
3057 * po/ld.pot: Regenerate.
3058
3059 * lexsup.c (help): Restore translated part of bug string.
3060
41b49281
AM
3061 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3062 (DEP): Quote when passing vars to sub-make. Add warning message
3063 to end.
3064 (DEP1): Rewrite for "gcc -MM".
3065 (CLEANFILES): Add DEP2.
3066 Update dependencies.
3067 * Makefile.in: Regenerate.
3068
c20f4f8c
AM
30692000-04-03 Alan Modra <alan@linuxcare.com.au>
3070
3071 * ld.h: #include "bin-bugs.h"
3072 * lexsup.c (help): Use REPORT_BUGS_TO.
3073
adde6300
AM
30742000-03-27 Denis Chertykov <denisc@overta.ru>
3075
3076 * configure.tgt (avr-*-*): New target support.
3077 * Makefile.am: Likewise.
3078 * scripttempl/elf32avr.sc: New script file.
3079 * emulparams/avr1200.sh: New file.
3080 * emulparams/avr23xx.sh: New file.
3081 * emulparams/avr4433.sh New file.
3082 * emulparams/avr44x4.sh New file.
3083 * emulparams/avr85xx.sh New file.
3084 * emulparams/avrmega103.sh New file.
3085 * emulparams/avrmega161.sh New file.
3086 * emulparams/avrmega603.sh New file.
3087 * Makefile.in: Regenerate.
3088
9282ff41
L
30892000-03-09 Andreas Jaeger <aj@suse.de>
3090
3091 * Makefile.am (check-DEJAGNU): Also unset LANG.
3092 * Makefile.in: Rebuild.
3093
a9998805
ILT
30942000-03-06 Ian Lance Taylor <ian@zembu.com>
3095
3096 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
3097 archive.
3098
f9bc20e7
NC
30992000-03-02 H.J. Lu <hjl@gnu.org>
3100
3101 * emulparams/elf32mcore.sh: Include "getopt.h".
3102
4e277b38
ILT
31032000-03-01 Ian Lance Taylor <ian@zembu.com>
3104
3105 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
3106
f0c87f88
NC
31072000-03-01 H.J. Lu <hjl@gnu.org>
3108
3109 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
3110 * emulparams/shpe.sh: Likewise.
3111
31122000-03-01 Nick Clifton <nickc@cygnus.com>
3113
3114 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
3115 to unused parameters.
3116
3117 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
3118 functions only used by DLL code.
3119 (_place_orphan): Initialise 'dollar'.
3120
b6f29aaa
L
31212000-03-01 H.J. Lu <hjl@gnu.org>
3122
3123 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
3124 indicate if the undefined symbol is a fatal error or not.
3125 Don't delete the output file if "fatal" is false.
3126
af28fce3
L
31272000-02-29 H.J. Lu <hjl@gnu.org>
3128
50bbae35 3129 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
3130 Set LC_COLLATE and LC_ALL to null and export them. It is for
3131 sort which expects the C locale.
3132 Add $(LIBS) to all $(HOSTING_LIBS).
3133 * Makefile.in: Rebuild.
3134
40d109bf
AM
31352000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
3136
3137 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
3138 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
3139 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
3140 (ld_emulation_xfer_struct): Add missing NULL initialiser for
3141 find_potential_libraries.
3142
db5be682
JB
31432000-02-28 Jim Blandy <jimb@redhat.com>
3144
3145 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 3146 list entries; the lexer considers commas to be valid part of a
db5be682
JB
3147 filename, so in something like `foo, bar' the comma is considered
3148 part of the first filename, `foo,'.
3149 * ld.texinfo: Update section on EXCLUDE_FILE lists.
3150
3558ff4c
ILT
31512000-02-27 Loren J. Rittle <ljrittle@acm.org>
3152
3153 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3154 host "i[3456]86-*-freebsdelf*".
3155
4eee2681
ILT
31562000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
3157
3158 * scripttempl/i386go32.sc: Move misplaced semicolons.
3159
8d75d12d
ILT
31602000-02-25 Ian Lance Taylor <ian@zembu.com>
3161
3162 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
3163 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
3164 (eelf64hppa.c, ehppaelf.c): Remove targets.
3165 * Makefile.in: Rebuild.
3166
a1836d49
AO
31672000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3168
ad51fb57
AO
3169 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
3170 GNU/Linux/sparc, but keep the default as 32.
3171
a1836d49
AO
3172 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
3173 it default if sparcv9 or sparc64.
3174
344a211f
NC
31752000-02-24 Nick Clifton <nickc@cygnus.com>
3176
3177 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
3178 * Makefile.in: Regenerate.
3179 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
3180
3181 * ldemul.h (ld_emulation_xfer_struct): Add new field:
3182 find_potential_libraries.
3183 * ldemul.c (ldemul_find_potential_libraries): New function.
3184
3185 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 3186 exported.
344a211f
NC
3187 (ldfile_open_file): Call ldemul_find_potential_libraries.
3188 * ldfile.h: Add prototype for ldfile_open_file_search.
3189
3190 * pe-dll.c: Add support for ARM, MIPS and SH targets.
3191
3192 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
3193 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
3194
3195 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
3196 (gld_X_find_potential_libraries): New function. Search for
3197 libraries called "*.lib".
3198
a2b64bed 3199 * scripttempl/pe.sc: Add .pdata section.
344a211f 3200
eaba1dd3
RH
32012000-02-23 Richard Henderson <rth@cygnus.com>
3202
3203 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
3204 Add and use memory regions.
3205
5b93d8bb
AM
32062000-02-23 Linas Vepstas (linas@linas.org)
3207
3208 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
3209
3210 * Makefile.am: Add support for Linux/IBM 370.
3211 * configure.tgt: Likewise.
3212
3213 * Makefile.in: Regenerate.
3214
f6af82bd
AM
32152000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3216
3217 * ldlang.c (print_input_section, print_data_statement,
3218 print_reloc_statement, print_padding_statement, insert_pad,
3219 size_input_section, lang_check_section_addresses,
3220 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 3221 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
3222 (lang_do_assignments): Also change `size' to unsigned.
3223
9e673ad1
RH
32242000-02-16 Richard Henderson <rth@cygnus.com>
3225
3226 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
3227
562d3460
TW
32282000-02-16 Timothy Wall <twall@cygnus.com>
3229
3230 * mri.c (mri_draw_tree): Add default LMA region argument to call
3231 to lang_leave_output_section_statement.
3232 * ldlang.h: Update prototypes with LMA region arguments.
3233 * ldlang.c (lang_size_sections): Encapsulate region bounds
3234 checking in os_check_region call.
3235 (os_check_region): New function.
3236 (lang_output_section_statement_lookup): Initialize lma_region.
3237 (lang_leave_output_section_statement): Add LMA region argument.
3238 (lang_leave_overlay): Ditto.
3239 * ldgram.y: Handle LMA region syntax.
3240 * ld.texinfo (Output Section Description): Describe LMA region usage.
3241 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 3242 lma region in call to lang_leave_output_section_statement.
562d3460 3243 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 3244 lma region in call to lang_leave_output_section_statement.
562d3460 3245 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 3246 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
3247
3248
9e4ed18c
TW
32492000-02-04 Timothy Wall <twall@redhat.com>
3250
3251 * ldlang.c (lang_check_section_addresses): Use bytes instead of
3252 octets when calculating section end addresses.
3253
32edc927
TW
32542000-02-04 Timothy Wall <twall@redhat.com>
3255
3256 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
3257
4cbfc3ac
TW
32582000-02-03 Timothy Wall <twall@redhat.com>
3259
a2b64bed 3260 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4cbfc3ac 3261 octet count.
a2b64bed 3262 * ldlang.c (print_input_section, print_data_statement,
4cbfc3ac
TW
3263 print_reloc_statement, print_padding_statement): Print target
3264 address values and section sizes as bytes, not octets.
3265 (insert_pad) Calculate padding size in octets, and adjust "dot"
3266 by bytes.
3267 (size_input_section) Always adjust "dot" by bytes, not octets.
3268 (lang_check_section_addresses, lang_do_assignments) Adjust
3269 "dot" by bytes, not octets. Use the larger of the directive size
3270 or octets_per_byte for the number of octets actually allocated in
3271 the output section.
3272 (lang_set_startof) Make sure STARTOF returns a target address.
3273 (lang_one_common) Record size changes in octets.
3274 (lang_abs_symbol_at_end_of) Section end symbol's value is
3275 recorded in target bytes.
3276 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
3277 to be clear about behavior when an octet is smaller than one byte.
50bbae35 3278
305c7206
AM
32792000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
3280
3281 * ldcref.c (output_cref): Don't pass message strings to printf
3282 as format arg.
3283 Update copyright.
3284
3285 * ldmisc.c (vfinfo): Same here.
3286 Update copyright.
3287
e1c47aa4
AM
32882000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
3289
3290 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
3291 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
3292 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
3293 Add missing NULL initialisers, and comments.
3294
3295 * testsuite/ld-srec/sr3.cc (__rethrow): New.
3296
13392b77
NC
32972000-01-21 Nick Clifton <nickc@cygnus.com>
3298
3299 * ldlang.c (lang_size_sections): Fix typo in comment.
3300
cce4c4c5
NC
33012000-01-18 H.J. Lu <hjl@gnu.org>
3302
3303 * ldlang.c (lang_size_sections): Also update the current
3304 address of a region if the SEC_NEVER_LOAD bit is not set.
3305
0decc840
NC
33062000-01-10 Philip Blundell <pb@futuretv.com>
3307
3308 * configure.tgt (arm*-*-conix*): New target.
3309
4e53152f
NC
33102000-01-07 Nick Clifton <nickc@cygnus.com>
3311
3312 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
3313 line switches with -Wl, (or whatever is appropriate) if it is
3314 being invoked by a comnpiler driver program.
50bbae35 3315 Fix description of the behaviour of the -n command line switch.
4e53152f 3316
18625d54
CM
3317Wed Jan 5 08:02:12 2000 Catherine Moore <clm@cygnus.com>
3318
3319 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
3320 (name_list): New.
3321 * ld.texinfo (EXCLUDE_FILE): Update documentation.
3322 * ldgram.y (wildcard_spec): Support a list of excluded_files.
3323 (exclude_name_list): New.
3324 ldlang.c (walk_wild_section): Support list of excluded files.
3325 (print_wild_statement): Likewise.
3326 (lang_add_wild): Likewise.
3327 * ldlang.h (lang_wild_statement_type): Likewise.
3328 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 3329
5aaace27
NC
33302000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
3331
870df5dc
NC
3332 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
3333 (process_def_file): Use.
3334 (pe_dll_compat_implib): New variable.
3335 (make_one): Use.
50bbae35 3336
870df5dc
NC
3337 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
3338 pe_dll_compat_implib.
50bbae35
AM
3339
3340 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
3341 compat-implib options.
3342 (gld_${EMULATION_NAME}_list_options): List new options.
3343 (gld_${EMULATION_NAME}_parse_args): Handle.
3344
50bbae35 3345 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 3346 dll.
50bbae35
AM
3347
3348 * deffilep.y (opt_name): Allow "." in name.
5aaace27 3349
2f6d2f85 3350For older changes see ChangeLog-9899
252b5132
RH
3351\f
3352Local Variables:
3353mode: change-log
3354left-margin: 8
3355fill-column: 74
3356version-control: never
3357End:
This page took 0.304052 seconds and 4 git commands to generate.