* emultempl/elf32.em (output_rel_find): Add "isdyn" param. Put
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2003-08-04 Alan Modra <amodra@bigpond.net.au>
2
3 * emultempl/elf32.em (output_rel_find): Add "isdyn" param. Put
4 .rel.dyn before other reloc sections. Don't stop looking for reloc
5 sections on finding one that isn't allocated. Match .rel even when
6 placing .rela and vice versa, when setting last_rel and
7 last_rel_alloc for the first time. If no reloc sections in script,
8 prefer allocated section over non-alloc.
9 (gld${EMULATION_NAME}_place_orphan): Handle orphan .rel.dyn.
10
11 2003-07-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12
13 * emulparams/shelf.sh (OTHER_SECTIONS): Don't include .stack
14 section for shared library.
15 * emulparams/shelf32.sh (OTHER_SECTIONS): Likewise.
16 * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
17
18 2003-07-29 Stephane Carrez <stcarrez@nerim.fr>
19
20 * scripttempl/elfm68hc12.sc: Add gcc_except_table.
21 * scripttempl/elfm68hc11.sc: Likewise.
22
23 2003-07-28 Alan Modra <amodra@bigpond.net.au>
24
25 * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
26
27 * emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
28
29 2003-07-27 Alan Modra <amodra@bigpond.net.au>
30
31 * ld.texinfo: Typo fixes. Document SUBALIGN.
32 * ldgram.y (opt_subalign): Add.
33 * ldlex.l (SUBALIGN): Recognize.
34 * ldlang.c (overlay_subalign): New var.
35 (lang_enter_overlay): Add subalign param.
36 (lang_enter_overlay_section): Pass overlay_subalign to
37 lang_enter_output_section_statement.
38 * ldlang.h (lang_enter_overlay): Update.
39
40 2003-07-24 Nick Clifton <nickc@redhat.com>
41
42 * po/fr.po: Updated French translation.
43
44 2003-07-23 Stephane Carrez <stcarrez@nerim.fr>
45
46 * scripttempl/elfm68hc11.sc: Keep ctor/dtor sections; Take into
47 account .tramp sections;
48 * scripttempl/elfm68hc12.sc: Likewise.
49
50 2003-07-17 Charles Wilson <cwilson@ece.gatech.edu>
51
52 * ld/pe-dll.c: Add libcygwin to autofilter_liblist[]
53
54 2003-07-17 Nick Clifton <nickc@redhat.com>
55
56 * po/es.po: New Spanish translation.
57
58 2003-07-11 Alan Modra <amodra@bigpond.net.au>
59
60 * po/ld.pot: Regenerate.
61
62 2003-07-10 Bob Wilson <bob.wilson@acm.org>
63
64 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Replace .xt.lit
65 with new .got.loc section.
66 (OTHER_READWRITE_SECTIONS): Do not combine linkonce sections for
67 non-relocating links.
68 (OTHER_SECTIONS): Add .xt.lit here. Change it to keep linkonce
69 sections separate for non-relocating links; likewise for .xt.insn.
70
71 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
72
73 2001-08-22 Alexandre Oliva <aoliva@redhat.com>
74 * emulparams/elf32am33lin.sh: Adjust to match kernel parameters.
75 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
76 * configure.host (am33_2.0-*-linux*): Added.
77 * configure.tgt (am33_2.0-*-linux*): Likewise.
78 * emulparams/elf32am33lin.sh: New.
79 * Makefile.am (eelf32am33lin.c): New rule.
80 * Makefile.in: Rebuilt.
81
82 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
83
84 2001-04-17 Alexandre Oliva <aoliva@redhat.com>
85 * emulparams/mn10300.sh (TEMPLATE_NAME): Define.
86 (GENERATE_SHLIB_SCRIPT): Likewise.
87
88 2003-07-10 Alan Modra <amodra@bigpond.net.au>
89
90 * emulparams/elf64ppc.sh (OTHER_GOT_SECTIONS): Don't define.
91 (GOT): Define.
92 * emultempl/ppc64elf.em (stub_added): New static var.
93 (ppc_create_output_section_statements): Call ppc64_elf_init_stub_bfd.
94 (ppc_add_stub_section): Set stub_added.
95 (gld${EMULATION_NAME}_finish): Look for .got rather than .toc. Adjust
96 ppc64_elf_size_stubs call and test for stubs.
97 * scripttempl/elf.sc (GOT): Define and use.
98
99 2003-07-08 J"orn Rennecke <joern.rennecke@superh.com>
100
101 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
102 Allow second call from ldemul_finish.
103
104 2003-07-04 J"orn Rennecke <joern.rennecke@superh.com>
105
106 * emulparams/shelf32.sh (STACK_ADDR): Don't define.
107 (OTHER_SECTIONS): Include .stack.
108 * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
109
110 2003-07-02 Jakub Jelinek <jakub@redhat.com>
111
112 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't include
113 .opd if -pie.
114 (OTHER_READWRITE_SECTIONS): Include .opd if -pie.
115 * scripttempl/elf.sc: Use SHLIB_DATA_ADDR instead of DATA_ADDR
116 if -pie.
117
118 2003-06-28 Alan Modra <amodra@bigpond.net.au>
119
120 * ld.h: Convert to C90, remove unnecessary prototypes and casts.
121 Replace PTR with void *. Formatting.
122 * ldcref.c: Likewise.
123 * ldctor.c: Likewise.
124 * ldctor.h: Likewise.
125 * ldemul.h: Likewise.
126 * ldexp.c: Likewise.
127 * ldexp.h: Likewise.
128 * ldfile.c: Likewise.
129 * ldfile.h: Likewise.
130 * ldlang.c: Likewise.
131 * ldlang.h: Likewise.
132 * ldlex.h: Likewise.
133 * ldlex.l: Likewise.
134 * ldmain.c: Likewise.
135 * ldmain.h: Likewise.
136 * ldmisc.c: Likewise.
137 * ldmisc.h: Likewise.
138 * ldver.h: Likewise.
139 * ldwrite.c: Likewise.
140 * ldwrite.h: Likewise.
141 * lexsup.c: Likewise.
142 * mri.c: Likewise.
143 * mri.h: Likewise.
144 * pe-dll.c: Likewise.
145 * pe-dll.h: Likewise.
146 * deffilep.y: Likewise.
147 * deffile.h: Likewise. Don't include ansidecl.h.
148 * emulparams/elf32mcore.sh: Remove unnecessary cast.
149 * emultempl/m68kcoff.em: Likewise.
150 * emultempl/m68kelf.em: Likewise.
151 * emultempl/ticoff.em: Remove lang_add_output_format declaration.
152 * sysdep.h: Don't include ansidecl.h.
153 * Makefile.am: Run "make dep-am".
154 * Makefile.in: Regenerate.
155
156 2003-06-27 Nick Clifton <nickc@redhat.com>
157
158 * deffilep.y (def_file_add_directive): Cope with NUL seperated
159 directives. Fix reporting of unparseable directives.
160 (def_error): Check for a NULL def_filename.
161
162 2003-06-27 Alan Modra <amodra@bigpond.net.au>
163
164 * emultempl/aix.em: Convert to C90, remove unnecessary prototypes
165 and casts. Replace PTR with void *. Formatting.
166 * emultempl/alphaelf.em: Likewise.
167 * emultempl/armcoff.em: Likewise.
168 * emultempl/armelf.em: Likewise.
169 * emultempl/armelf_oabi.em: Likewise.
170 * emultempl/beos.em: Likewise.
171 * emultempl/elf32.em: Likewise.
172 * emultempl/generic.em: Likewise.
173 * emultempl/gld960.em: Likewise.
174 * emultempl/gld960c.em: Likewise.
175 * emultempl/hppaelf.em: Likewise.
176 * emultempl/linux.em: Likewise.
177 * emultempl/lnk960.em: Likewise.
178 * emultempl/m68hc1xelf.em: Likewise.
179 * emultempl/m68kcoff.em: Likewise.
180 * emultempl/m68kelf.em: Likewise.
181 * emultempl/mipsecoff.em: Likewise.
182 * emultempl/mipself.em: Likewise.
183 * emultempl/mmix-elfnmmo.em: Likewise.
184 * emultempl/mmixelf.em: Likewise.
185 * emultempl/mmo.em: Likewise.
186 * emultempl/needrelax.em: Likewise.
187 * emultempl/netbsd.em: Likewise.
188 * emultempl/pe.em: Likewise.
189 * emultempl/sh64elf.em: Likewise.
190 * emultempl/sunos.em: Likewise.
191 * emultempl/ticoff.em: Likewise.
192 * emultempl/vanilla.em: Likewise.
193 * emultempl/xtensaelf.em: Likewise.
194 * Makefile.am: Correct dependencies.
195 * Makefile.in: Regenerate.
196
197 2003-06-25 Alan Modra <amodra@bigpond.net.au>
198
199 * ld.texinfo: Correct spelling of "relocatable".
200 * ldctor.c: Likewise.
201 * ldexp.c: Likewise.
202 * ldfile.c: Likewise.
203 * ldint.texinfo: Likewise.
204 * ldlang.c: Likewise.
205 * ldmain.c: Likewise.
206 * ldwrite.c: Likewise.
207 * lexsup.c: Likewise.
208 * emultempl/aix.em: Likewise.
209 * emultempl/alphaelf.em: Likewise.
210 * emultempl/armcoff.em: Likewise.
211 * emultempl/armelf_oabi.em: Likewise.
212 * emultempl/beos.em: Likewise.
213 * emultempl/elf32.em: Likewise.
214 * emultempl/generic.em: Likewise.
215 * emultempl/gld960.em: Likewise.
216 * emultempl/gld960c.em: Likewise.
217 * emultempl/hppaelf.em: Likewise.
218 * emultempl/linux.em: Likewise.
219 * emultempl/lnk960.em: Likewise.
220 * emultempl/m68hc1xelf.em: Likewise.
221 * emultempl/m68kcoff.em: Likewise.
222 * emultempl/m68kelf.em: Likewise.
223 * emultempl/mipsecoff.em: Likewise.
224 * emultempl/mipself.em: Likewise.
225 * emultempl/mmix-elfnmmo.em: Likewise.
226 * emultempl/mmo.em: Likewise.
227 * emultempl/needrelax.em: Likewise.
228 * emultempl/pe.em: Likewise.
229 * emultempl/ppc64elf.em: Likewise.
230 * emultempl/sh64elf.em: Likewise.
231 * emultempl/sunos.em: Likewise.
232 * emultempl/ticoff.em: Likewise.
233 * emultempl/xtensaelf.em: Likewise.
234
235 2003-06-24 Alan Modra <amodra@bigpond.net.au>
236
237 * emultempl/ppc32elf.em: Convert to C90.
238
239 2003-06-20 Alan Modra <amodra@bigpond.net.au>
240
241 * emultempl/ppc64elf.em: Convert to C90 function definitions, remove
242 unnecessary prototypes and casts.
243
244 2003-06-19 Alan Modra <amodra@bigpond.net.au>
245
246 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Dump out
247 statistics from ppc64_elf_build_stubs.
248
249 2003-06-19 Alan Modra <amodra@bigpond.net.au>
250
251 * emultempl/ppc64elf.em (build_section_lists): Check return status
252 from ppc64_elf_next_input_section.
253
254 2003-06-17 H.J. Lu <hongjiu.lu@intel.com>
255
256 * ldlang.c (section_already_linked): Put back assignment of
257 kept_section.
258
259 2003-06-17 Rainer Keuchel <rkeuchel@allgeier.com>
260
261 * pe-dll.c (generate_reloc): Catch and ignore an ARM_26D
262 reloc.
263
264 2003-06-17 Loren James Rittle <rittle@latour.rsch.comm.mot.com>
265
266 * configure.host (*-*-freebsd*): Add known path for ld-elf.so.1
267 if not produced by gcc.
268
269 2003-06-16 Hans-Peter Nilsson <hp@axis.com>
270
271 * configure.tgt: Add specific case for cris-*-linux-gnu*
272 with crislinux emulation only.
273
274 2003-06-13 Robert Millan <zeratul2@wanadoo.es>
275
276 * configure.tgt: Add i386-netbsd-gnu target.
277
278 2003-06-12 Richard Sandiford <rsandifo@redhat.com>
279
280 * configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
281 to $targ_extra_libpath.
282
283 2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
284
285 * po/Make-in (DESTDIR): New.
286 (install-data-yes): Support $(DESTDIR).
287 (uninstall): Likewise.
288
289 2003-06-10 Doug Evans <dje@sebabeach.org>
290
291 * Makefile.am (ALL_EMULATIONS): Add em32relf.o.
292 * Makefile.in: Regenerate.
293
294 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
295
296 * configure.tgt (h8300*): Add h8300sxn emulations.
297 * Makefile.am (ALL_EMULATIONS): Add eh8300sxn.o and eh8300sxnelf.o.
298 (eh8300sxn.c, eh8300sxnelf.c): New rules.
299 * Makefile.in: Regenerate.
300 * emulparams/h8300sxnelf.sh, emulparams/h8300sxn.sh: New files.
301 * scripttempl/h8300sxn.sc: New file.
302
303 2003-06-10 Alan Modra <amodra@bigpond.net.au>
304
305 * emulparams/elf64ppc.sh (EXECUTABLE_SYMBOLS, OTHER_BSS_END_SYMBOLS,
306 CTOR_START, CTOR_END, DTOR_START, DTOR_END): Don't define.
307
308 2003-06-08 Alan Modra <amodra@bigpond.net.au>
309
310 * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
311 (build_toc_list): New function.
312 (gld${EMULATION_NAME}_finish): Call build_toc_list and
313 ppc64_elf_reinit_toc. Adjust ppc64_elf_build_stubs call.
314 (OPTION_STUBSYMS): Define.
315 (PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
316 (PARSE_AND_LIST_OPTIONS): Document.
317 (PARSE_AND_LIST_ARGS_CASES): Handle.
318
319 2003-06-05 Roland McGrath <roland@redhat.com>
320
321 * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
322 extra \t in -z noexecstack line.
323
324 2003-05-23 Jakub Jelinek <jakub@redhat.com>
325
326 * ldgram.y (phdr_type): Grok PT_GNU_STACK.
327 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
328 -z execstack and -z noexecstack.
329 (gld${EMULATION_NAME}_list_options): Likewise.
330 * scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
331
332 2003-06-03 Michael Snyder <msnyder@redhat.com>
333 and Bernd Schmidt <bernds@redhat.com>
334 and Alexandre Oliva <aoliva@redhat.com>
335
336 * Makefile.am: Add new emulations for h8300sx.
337 * Makefile.in: Regenerate.
338 * configure.tgt: Add new emulations.
339 * emulparams/h8300sx.sh: New emulation.
340 * emulparams/h8300sxelf.sh: Ditto.
341 * scripttempl/h8300sx.sc: Ditto.
342
343 2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
344
345 * ldmisc.c: Include "bfdlink.h".
346 (error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
347 and -LD_DEFINITION_IN_DISCARDED_SECTION.
348
349 * Makefile.am: Rebuild dependency.
350 * Makefile.in: Regenerated.
351
352 2003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
353
354 * emulparams/shlelf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
355 * emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
356
357 2003-06-02 Fabrizio Gennari <fabrizio.ge@tiscalinet.it>
358
359 * pe-dll.c (fill_edata): Scan table pe_dll->exports, which is
360 sorted alphabetically, instead of exported_symbols, which is
361 sorted by ordinal.
362
363 2003-05-30 Ulrich Drepper <drepper@redhat.com>
364 Jakub Jelinek <jakub@redhat.com>
365
366 * lexsup.c (OPTION_PIE): Define.
367 (ld_options): Add -pie and --pic-executable options.
368 (parse_args): Handle OPTION_PIE.
369 * ldmain.c (main): Initialize link_info.pie and
370 link_info.executable.
371 * genscripts.sh: Generate PIE scripts.
372 * ld.texinfo: Document -pie and --pic-executable options.
373 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
374 (gld${EMULATION_NAME}_place_orphan): Likewise.
375 (gld${EMULATION_NAME}_get_script): Include PIE scripts.
376 * scripttempl/elf.sc: In PIE scripts set . the same way as in
377 shared scripts.
378 * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Set to yes.
379 * emulparams/elf64_ia64.sh (GENERATE_PIE_SCRIPT): Likewise.
380 * emulparams/elf32ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
381 * emulparams/elf64ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
382 * emulparams/elf_x86_64.sh (GENERATE_PIE_SCRIPT): Likewise.
383 * emulparams/elf_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
384 * emulparams/elf32_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
385 * emulparams/elf64_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
386 * emulparams/elf64alpha.sh (GENERATE_PIE_SCRIPT): Likewise.
387 * emulparams/elf64_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
388 * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Likewise.
389
390 2003-05-30 H.J. Lu <hongjiu.lu@intel.com>
391
392 * genscripts.sh: Create tmpdir/libpath.exp.
393
394 2003-05-30 Nick Clifton <nickc@redhat.com>
395
396 * emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT
397 with a test for a NULL bfd_for_interworking.
398
399 2003-05-29 Jason Thorpe <thorpej@wasabisystems.com>
400
401 * configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
402 correctly for more recent versions of NetBSD.
403 (alpha*-*-netbsd*): Remove.
404 (i[3-7]86-*-netbsd*): Remove.
405
406 2003-05-29 Nick Clifton <nickc@redhat.com>
407
408 * emultempl/pe.em: Include "safe-ctype.h" instead of <ctype.h>.
409
410 2003-05-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
411
412 * emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
413 trap on pointer crops.
414
415 2003-05-21 Marcus Comstedt <marcus@mc.pp.se>
416
417 * configure.tgt: Check for a target triplet of shl-...-netbsdelf
418 as well as shle-...-netbsdelf.
419
420 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
421
422 * configure.host: Accept i[3-7]86 variants.
423 * configure.tgt: Likewise.
424
425 2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
426
427 * emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
428
429 2003-05-09 Daniel Jacobowitz <drow@mvista.com>
430
431 * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
432 (earmelfb.c, earmelfb_linux.c): New rules.
433 * Makefile.in: Regenerated.
434 * emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.
435 * configure.tgt: Add armeb-elf and arm*b-*-linux-gnu.
436
437 2003-05-09 Nick Clifton <nickc@redhat.com>
438
439 * ldlang.c (lang_size_sections_1): Default to generating a
440 fatal error message if a loadable section is not allocated
441 to a memory region when regions are defined.
442
443 2003-05-09 Alan Modra <amodra@bigpond.net.au>
444
445 * Makefile.am (em68hc11elf.c): Correct dependencies.
446 (em68hc11elfb.c, em68hc12elf.c, em68hc12elfb.c): Likewise.
447 * Makefile.in: Regenerate.
448 * emultempl/elf32.em (find_exp_assignment): Adjust for changed
449 bfd_elf_record_link_assignment name.
450
451 2003-05-07 Alexandre Oliva <aoliva@redhat.com>
452
453 * ldmain.h (overflow_cutoff_limit): Declare.
454 * ldmain.c (overflow_cutoff_limit): Define, initialized to 10.
455 (reloc_overflow): Limit error messages based on it.
456 * lexsup.c (parse_args) <OPTION_VERBOSE>: Set cutoff to
457 unlimited.
458
459 2003-05-05 Alan Modra <amodra@bigpond.net.au>
460
461 * ldlex.l: Accept C style comments in version scripts.
462
463 2003-04-28 H.J. Lu <hjl@gnu.org>
464
465 * ldlang.c (lang_process): Add the relax finalize pass.
466
467 * ldmain.c (main): Initialize link_info.relax_finalizing to
468 FALSE.
469
470 2003-04-24 Roland McGrath <roland@redhat.com>
471
472 * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
473 If a name string is unknown, give an error rather than crashing later.
474
475 2003-04-23 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
476
477 * Makefile.am (ALL_EMULATIONS): Add eh8300hn.o, eh8300sn.o,
478 eh8300hnelf.o, eh8300snelf.o and respective rules.
479 * Makefile.in: Regenerate.
480 * configure.tgt: Add h8300hn, h8300sn, h8300hnelf, h8300snelf
481 * emulparams/h8300hn.sh: New
482 * emulparams/h8300sn.sh: New
483 * emulparams/h8300hnelf.sh: New
484 * emulparams/h8300snelf.sh: New
485 * scripttempl/h8300hn.sc: new
486 * scripttempl/h8300sn.sc: new
487
488 2003-04-23 H.J. Lu <hjl@gnu.org>
489
490 * ldmain.c (link_callbacks): Initialize error_handler.
491
492 * ldmisc.c (error_handler): New function.
493
494 * ldmisc.h (error_handler): New prototype.
495
496 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
497
498 * emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
499 * emulparams/m68hc11elfb.sh: Likewise.
500 * emulparams/m68hc12elf.sh: Likewise.
501 * emulparams/m68hc12elfb.sh: Likewise.
502
503 2003-04-19 Stephane Carrez <stcarrez@nerim.fr>
504
505 * emultempl/m68hc1xelf.em: New file to generate far trampolines on
506 68HC11 and 68HC12.
507 (LDEMUL_BEFORE_ALLOCATION): Override to gather the trampolines to
508 generate.
509 (LDEMUL_FINISH): Override to generate the trampolines after gc and
510 linker relaxation.
511 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Override to create the
512 stub file for trampolines.
513 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_LONGOPTS): New options
514 --no-trampoline and --bank-window to control the memory bank window.
515
516 2003-04-18 H.J. Lu <hjl@gnu.org>
517
518 * ldfile.c (ldfile_add_library_path): Remove the unused
519 variable.
520
521 2003-04-18 Andrew Haley <aph@cambridge.redhat.com>
522
523 * scripttempl/xstormy16.sc (__data, __rdata): New.
524
525 2003-04-16 Nick Clifton <nickc@redhat.com>
526
527 * scripttempl/xstormy16.sc: Add .jcr section mapping.
528
529 2003-04-15 H.J. Lu <hjl@gnu.org>
530
531 From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:
532
533 * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
534
535 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
536
537 * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
538 * ld.texinfo: Likewise.
539
540 2003-04-14 Alan Modra <amodra@bigpond.net.au>
541
542 From Prashanth Tamraparni <prashanth_t@in.ibm.com>
543 * scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o and
544 other variants of crtbegin.o, crtend.o.
545 (DTOR): Likewise.
546 * scripttempl/crisaout.sc (ctors, dtors): Likewise.
547 * scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise.
548 * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
549 * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
550 * scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise.
551 * scripttempl/iq2000.sc (CTOR, DTOR): Likewise.
552 * scripttempl/mmo.sc (ctors, dtors): Likewise.
553 * scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
554
555 2003-04-09 Dmitry Diky <diwil@mail.ru>
556
557 * scripttempl/elf32msp430.sc: Add initX, finiX, ctors, dtors
558 sections to respect C++ constructor/destructor. Add ctors/dtors
559 start/stop definitions.
560 * scripttempl/elf32msp430_3.sc: Likewise.
561
562 2003-04-06 Nick Clifton <nickc@redhat.com>
563
564 * ld.texinfo (Options): Add a reminder of the target specific
565 nature to the description of the i386 PE specific options, for
566 readers who have not read all the way through the manual.
567
568 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
569
570 * configure.tgt: Fixed bug in list of targ_extra_emuls.
571 * emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
572 cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
573 * emulparams/tic3xcoff_onchip.sh: Ditto
574 * emulparams/tic4xcoff.sh: Ditto
575 * scripttempl/tic4xcoff.sc: Ditto
576
577 2003-04-03 Nick Clifton <nickc@redhat.com>
578
579 * NEWS: Mention support for Xtensa architecture.
580
581 2003-04-02 Nick Clifton <nickc@redhat.com>
582
583 * pe-dll.c (pe_detail_list): arm-pe targets use underscores.
584
585 2003-04-01 Danny Smith <dannysmith@users.sourceforge.net>
586
587 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
588 Don't call pe_dll_build_section() if link_info.relocateable.
589 (gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
590 if link_info.relocateable.
591
592 2003-04-01 Fabrizio Gennari <fabrizio.ge@tiscalinet.it>
593
594 * pe-dll.c (process_def_file): Don't create an export
595 section if there are no exports and we're building an exe
596 (pe_dll_build_sections): Ditto
597 (pe_dll_fill_sections): Conditionalize setting
598 abfd->dll true on info->shared
599 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
600 If i386pe or armpe, call pe_dll_build_section()
601 for both exe's and dll's, not just dll's.
602 (gld_${EMULATION_NAME}_finish): For all targets except
603 shpe and mipspe, call pe_dll_fill_sections() for both
604 exe's and dll's, not just dll's.
605
606 2003-04-02 Bob Wilson <bob.wilson@acm.org>
607
608 * emulparams/xtensa-config.sh: Remove comment indicating that this is
609 a generated file.
610
611 2003-04-01 Bob Wilson <bob.wilson@acm.org>
612
613 * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
614 (eelf32xtensa.c): New target.
615 * Makefile.in: Regenerate.
616 * configure.tgt: Handle xtensa-*-*.
617 * gen-doc.texi: Set XTENSA variable.
618 * ld.texinfo: Set XTENSA variable. Add new Xtensa node.
619 * emulparams/elf32xtensa.sh: New file.
620 * emulparams/xtensa-config.sh: Likewise.
621 * emultempl/xtensaelf.em: Likewise.
622 * scripttempl/elfxtensa.sc: Likewise.
623
624 2003-04-01 Jakub Jelinek <jakub@redhat.com>
625
626 * configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
627 targ_extra_libpath. Add elf64ppc to ppc targ_extra_libpath
628 if --enable-64-bit-bfd.
629
630 2003-04-01 Nick Clifton <nickc@redhat.com>
631
632 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
633 note section.
634 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change
635 name of note section.
636
637 2003-03-31 Alexandre Oliva <aoliva@redhat.com>
638
639 * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
640 --section-start.
641
642 2003-03-31 David Heine <dlheine@suif.stanford.edu>
643
644 * ldfile.c (ldfile_add_library_path): Always allocate space for
645 the filename.
646 * ldlang.c (lang_register_vers_node): Free the node if it cannot
647 be used.
648 * ldmain.c (set_scripts_dir): Always free the constructed
649 directory name.
650 (add_keepsyms_file): Fix memory leak.
651 * ldmisc.c (vfinfo): Likewise.
652 * lexsup.c (parse_args): Likewise.
653
654 2003-03-25 Stan Cox <scox@redhat.com>
655 Nick Clifton <nickc@redhat.com>
656
657 Contribute support for Intel's iWMMXt chip - an ARM variant:
658
659 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
660 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
661 * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
662 (.bss): Likewise.
663
664 2003-03-25 Alexandre Oliva <aoliva@redhat.com>
665
666 * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
667 * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
668 (main): Initialize them.
669 * ldfile.c: Include pathnames.h.
670 (is_sysrooted_pathname): New.
671 (ldfile_add_library_path): Use it.
672 (ldfile_open_file_search): Likewise. Use IS_ABSOLUTE_PATH. Don't
673 search_dirs if given an absolute pathname.
674 (ldfile_open_file): Issue error message for sysrooted
675 absolute pathnames.
676 * Makefile.am: Updated dependencies.
677 * Makefile.in: Rebuild.
678
679 2003-03-24 Daniel Néri <dne@mayonnaise.net>
680
681 * ld.texinfo: Rename all occurances of C54X to TIC54X.
682
683 2003-03-19 Andreas Schwab <schwab@suse.de>
684
685 * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
686 eof.
687
688 2003-03-18 Danny Smith <dannysmith@users.sourceforge.net>
689
690 * defilep.y (opt_base): If no number given, set to default
691 (-1), not 0.
692
693 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>
694
695 * deffilep.y (def_import): Use default extension of "dll"
696 if no extension provided in parsed IMPORT definition.
697
698 * deffilep.y (def_lex): Revert 2003-03-12 change.
699 (dot_name): New id type and rule.
700 (expline): Use instead of ID.
701 (opt_equal_name): Likewise.
702
703 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
704
705 * deffilep.y (def_lex): Accept '.' as valid non-lead char.
706
707 2003-03-07 Christopher Faylor <cgf@redhat.com>
708
709 * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
710 apparent accidental removal on 2003-01-06.
711
712 2003-03-04 Dmitry Diky <diwil@mail.ru>
713
714 * Makefile.am: Add new devices x1122 x1132 emulation
715 * configure.tgt: Likewise.
716 * Makefile.in: Regenerate.
717 * emulparams/msp430x1122.sh: New file.
718 * emulparams/msp430x1132.sh: New file.
719
720 2003-03-03 Alexandre Oliva <aoliva@redhat.com>
721
722 * ldmain.c (set_scripts_dir): Look for relative to TOOLBINDIR as
723 well.
724
725 * ldfile.h (struct search_dirs): Added sysrooted field.
726 * ldlang.h (struct lang_input_statement_struct): Likewise.
727 * ldfile.c (ldfile_add_library_path): Mark sysrooted paths.
728 (ldfile_open_file_search): Look for sysrooted filename starting
729 with / in ld_sysroot instead of in the current directory. Clear
730 sysrooted flag if it's found in the current directory. Set it
731 from the search directory's sysrooted flag where it is found
732 otherwise.
733 * ldlang.c (ldlang_sysrooted_script): New static variable.
734 (new_afile): Mark search_file_enums as sysrooted if
735 ldlang_sysrooted_script.
736 (load_symbols): Set ldlang_sysrooted_script according to the
737 script's sysrooted field while processing it.
738 * ld.texinfo: Document INPUT behavior in sysroot.
739
740 2003-03-02 Danny Smith <dannysmith@users.sourceforge.net>
741
742 * scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
743
744 2003-03-03 Alan Modra <amodra@bigpond.net.au>
745
746 * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
747 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
748 PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
749 PARSE_AND_LIST_EPILOGUE): Don't define.
750 * emultempl/alphaelf.em: New file.
751
752 2003-03-01 Alan Modra <amodra@bigpond.net.au>
753
754 * ldemul.c: Include getopt.h.
755 * emultempl/elf32.em: Include getopt.h earlier.
756 * emultempl/ticoff.em: Likewise.
757
758 2003-02-28 Alan Modra <amodra@bigpond.net.au>
759
760 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
761 support when scripts read from files.
762
763 2003-02-28 Alan Modra <amodra@bigpond.net.au>
764
765 * ldemul.c (ldemul_parse_args): Return FALSE by default.
766 * ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
767 comment.
768
769 * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
770 (ldemul_parse_args): Return bfd_boolean. Formatting.
771 * ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
772 (ldemul_parse_args): Adjust.
773 (struct ld_emulation_xfer_struct): Add add_options and handle_option.
774 Return bfd_boolean from parse_args.
775 * lexsup.c (parse_args): Malloc shortopts, longopts and
776 really_longopts. Call ldemul_add_options and ldemul_handle_option.
777 * emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
778 gld${EMULATION_NAME}_parse_args.
779 (gld${EMULATION_NAME}_handle_option): Likewise.
780 (ld_${EMULATION_NAME}_emulation): Adjust initializer.
781 * emultempl/armcoff.em: As for aix.em, but remove parse_args.
782 * emultempl/beos.em: Likewise.
783 * emultempl/pe.em: Likewise.
784 * emultempl/ticoff.em: Likewise.
785 * emultempl/elf32.em: Likewise. Don't duplicate long options either.
786 (gld${EMULATION_NAME}_add_sysroot): Prototype.
787 * emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
788 options.
789 * emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
790 * emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
791 * emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
792 * emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
793 initializer.
794 * emultempl/generic.em: Likewise.
795 * emultempl/gld960.em: Likewise.
796 * emultempl/gld960c.em: Likewise.
797 * emultempl/linux.em: Likewise.
798 * emultempl/lnk960.em: Likewise.
799 * emultempl/m68kcoff.em: Likewise.
800 * emultempl/mipsecoff.em: Likewise.
801 * emultempl/sunos.em: Likewise.
802 * emultempl/vanilla.em: Likewise.
803 * emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.
804
805 2003-02-25 Alexandre Oliva <aoliva@redhat.com>
806
807 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
808 memory allocation error.
809
810 * Makefile.am (ldmain.o): Define TOOLBINDIR.
811 * Makefile.in: Rebuilt.
812 * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
813
814 2003-02-21 Bob Wilson <bob.wilson@acm.org>
815
816 * ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only
817 call os_region_check when it is set.
818 (lang_size_sections): Add CHECK_REGIONS argument and pass it through to
819 lang_size_sections_1.
820 (lang_process): Change lang_size_sections calls to set CHECK_REGIONS
821 only for the last call, not on every relaxation iteration.
822 * ldlang.h (lang_size_sections): Update prototype.
823 * pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls
824 to lang_size_sections.
825 (pe_exe_fill_sections): Likewise.
826 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise.
827 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
828 * emultempl/ppc64elf.em (ppc_before_allocation): Likewise.
829 (ppc_layout_sections_again): Likewise.
830
831 2003-02-21 Bob Wilson <bob.wilson@acm.org>
832
833 * gen-doc.texi: Set ARM and HPPA variables.
834 * ld.texinfo: Fix typos and obvious texinfo mistakes. Make section
835 title capitalization more consistent. Add missing menu entries for
836 machine-specific sections and conditionalize them consistently.
837 Conditionalize text that is irrelevant when SingleFormat is set.
838 Add @group divisions to improve page breaks in long examples.
839 Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
840 is correct. Remove "FIXME" comment about not using
841 @raisesections/@lowersections. Use @raisesections/@lowersections
842 consistently for machine-specific sections. Change to be more polite
843 about poor bug reports. Replace FDL appendix with include of fdl.texi.
844 Move WIN32 node to match its order in the menus.
845 * fdl.texi: New file.
846
847 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
848
849 * configure.in (TARGET_SYSTEM_ROOT): Set default to
850 ${exec_prefix}/${target_alias}/sys-root. Match explicit
851 '${exec_prefix}' (in addition to the expansion thereof) as
852 relocatable.
853 * configure: Rebuilt.
854
855 2003-02-20 Phil Edwards <pme@gcc.gnu.org>
856
857 * ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
858
859 2003-02-20 Harri Porten <porten@kde.org>
860
861 * ldgram.y (vers_defns): Allow optional trailing semicolon in
862 EXTERN NAME block;
863
864 2003-02-18 Alan Modra <amodra@bigpond.net.au>
865
866 * emultempl/ppc32elf.em: New file.
867 * emulparams/elf32ppc.sh (EXTRA_EM_FILE): Define.
868 * Makefile.am (eelf32lppc.c): Depend on emultempl/ppc32elf.em.
869 (eelf32lppcnto.c): Likewise.
870 (eelf32lppcsim.c): Likewise.
871 (eelf32ppcnto.c): Likewise.
872 (eelf32ppc.c): Likewise.
873 (eelf32ppc_fbsd.c): Likewise.
874 (eelf32ppcsim.c): Likewise.
875 (eelf32ppclinux.c): Likewise.
876 * Makefile.in: Regenerate.
877
878 2003-02-18 Alan Modra <amodra@bigpond.net.au>
879
880 * ld.texinfo: Remove spaces between @samp and opening brace.
881
882 2003-02-18 Alan Modra <amodra@bigpond.net.au>
883
884 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
885 hash creator.
886 (ppc_before_allocation): Don't do optimizations if wrong hash table.
887 (gld${EMULATION_NAME}_finish): Ditto.
888
889 2003-02-17 Nick Clifton <nickc@redhat.com>
890
891 * ldmain.c (main) Default allow_shlib_undefined to true.
892 * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
893 (parse_args): Parse the new switch.
894 * ld.texinfo: Document new switch and default behaviour of
895 allowing undefined symbols in shared libraries.
896
897 2003-02-11 Dmitry Diky <diwil@mail.ru>
898
899 * scripttempl/elf32msp430.sc: Add new data anchors definitions.
900 * scripttempl/elf32msp430_3.sc: Likewise.
901
902 2003-02-11 Uwe Stieber <uwe@wwws.de>
903
904 * configure.tgt: Add support for kaOS as cross build target
905 system.
906
907 2003-02-10 John Daivid Anglin <dave.anglin@nrc-cnrc.gc.ca>
908
909 * hppaelf.em (group_size): Change default back to 1.
910
911 2003-02-09 Alan Modra <amodra@bigpond.net.au>
912
913 * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
914
915 2003-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
916
917 * hppaelf.em (group_size): Change default to -1.
918
919 2003-02-07 Nick Clifton <nickc@redhat.com>
920
921 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
922 opt.
923 (PARSE_AND_LIST_LONGOPTS): Add duplicate entry for
924 no-pipeline-knowledge. This will prevent the getopt package from
925 thinking that there are any shorter abbreviations for
926 --no-pipeline-knowledge.
927
928 2003-02-07 Jakub Jelinek <jakub@redhat.com>
929
930 * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
931 which already have it. Avoid duplicates.
932
933 2003-02-06 Jakub Jelinek <jakub@redhat.com>
934
935 * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
936 * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
937 * emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
938
939 2003-02-05 Alan Modra <amodra@bigpond.net.au>
940
941 * emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
942 call ppc64_elf_tls_optimize.
943
944 2003-02-03 Daniel Jacobowitz <drow@mvista.com>
945
946 * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
947 outside of GNU/Linux conditional.
948
949 2003-01-28 Ralf Habacker <ralf.habacker@freenet.de>
950
951 * deffilep.y (def_get_module): New function: locate an already
952 added module.
953 * deffile.h (def_get_module): New prototype.
954 * pe-dll.c (pe_implied_import_dll): Add code to prevent importing
955 a dll multiple times.
956
957 2003-01-23 Alan Modra <amodra@bigpond.net.au>
958
959 * emultempl/sh64elf.em: Include elf32-sh64.h.
960 (sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
961 sh64_elf_section_data.
962 (sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.
963
964 2003-01-23 Wu Yongwei <adah@netstd.com>
965
966 * ld.texinfo: Remove an extra "i" in --dll-search-prefix.
967 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a
968 cross-80th-column-margin "an" to the next line.
969
970 2003-01-21 Nick Clifton <nickc@redhat.com>
971
972 * emulparams/tic3xcoff-onchip.sh: Rename to ...z
973 * emulparams/tic3xcoff_onchip.sh: ...this.
974 * Makefile.am (etic3xcoff_onchip.c): Fix name of generated C file.
975 * Makefile.in: Regenerate.
976
977 2003-01-21 Fabio Alemagna <falemagn@aros.org>
978
979 * configure.tgt: Handle i[3456]86-*-aros*
980
981 2003-01-19 Svein E. Seldal <Svein.Seldal@solidas.com>
982
983 * Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
984 * Makefile.in: Regenerate
985 * configure.tgt: Added extra target emulations
986 * emulparams/tic3xcoff.sh: Remove old settings
987 * emulparams/tic4xcoff.sh: Ditto
988 * emulparams/tic3xcoff-onchip.sh: Added new
989 * scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
990 * scripttempl/tic3xcoff.sc: Remove
991
992 2003-01-17 Andreas Jaeger <aj@suse.de>
993
994 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
995 skip ':'.
996
997 2003-01-16 Alan Modra <amodra@bigpond.net.au>
998
999 * Makefile.in: Regenerate.
1000
1001 2002-01-14 Charles Wilson <cwilson@ece.gatech.edu>
1002
1003 * ld.texinfo (node WIN32): Some clarifications
1004 and formatting fixups.
1005
1006 2003-01-09 Chris Demetriou <cgd@broadcom.com>
1007
1008 * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
1009 order, and handle (ignore) -mips32r2.
1010
1011 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1012
1013 * ldmain.c (main): Make sure ld_sysroot is initialized.
1014
1015 2003-01-06 Daniel Jacobowitz <drow@mvista.com>
1016
1017 * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
1018
1019 * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
1020 (GENSCRIPTS): Add @use_sysroot@.
1021 * Makefile.in: Regenerated.
1022 * configure.host: Move setting of NATIVE_LIB_DIRS to...
1023 * configure.tgt: ... here. Use ${target} instead of ${host}
1024 for NATIVE_LIB_DIRS.
1025 * configure.in: Add --with-sysroot.
1026 * configure: Regenerated.
1027 * genscripts.sh: Accept use_sysroot option. Set new variables
1028 NATIVE and USE_LIBPATH. Prepend "=" to directory names if
1029 $use_sysroot. Don't search $tool_lib if $use_sysroot.
1030 * ldfile.c (ldfile_add_library_path): Handle leading '='.
1031 * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
1032 (ld_sysroot): New variable.
1033 (main): Initialize ld_sysroot.
1034 * ldmain.h (ld_sysroot): New extern.
1035 * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
1036 searching $EMULATION_LIBPATH.
1037 (gld${EMULATION_NAME}_add_sysroot): New function.
1038 (gld${EMULATION_NAME}_check_ld_so_conf): Use it. Honor ld_sysroot.
1039 (gld${EMULATION_NAME}_after_open): Likewise. Only search
1040 environment variables if $NATIVE.
1041 * ld.texinfo (Options): Mention "=" prefix in the description of -L.
1042 * NEWS: Mention --with-sysroot.
1043
1044 * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
1045 instead of setting LIB_PATH.
1046 * emulparams/elf32ppc.sh: Likewise.
1047 * emulparams/elf64_s390.sh: Likewise.
1048 * emulparams/elf64_sparc.sh: Likewise.
1049 * emulparams/elf64ppc.sh: Likewise.
1050 * emulparams/elf_x86_64.sh: Likewise.
1051
1052 * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
1053 * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
1054
1055 2003-01-03 Charles Wilson <cwilson@ece.gatech.edu>
1056
1057 * pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
1058
1059 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1060
1061 * Makefile.am (ldmain.o): Pass BINDIR.
1062 * Makefile.in: Regenerated.
1063 * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
1064 search path.
1065
1066 2003-01-02 Ben Elliston <bje@redhat.com>
1067
1068 * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
1069 (eelf32iq2000.c): New target.
1070 * Makefile.in: Regenerate.
1071 * configure.tgt: Handle iq2000-*-elf.
1072 * emulparams/elf32iq10.sh: New file.
1073 * emulparams/elf32iq2000.sh: New file.
1074 * scripttempl/iq2000.sc: New file.
1075
1076 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
1077
1078 * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
1079 and _pei386_runtime_relocator to the exclude list.
1080
1081 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
1082
1083 * ldfile.c: Fix comment typos.
1084 * ldlang.c: Likewise.
1085 * mri.c: Likewise.
1086 * pe-dll.c: Likewise.
1087
1088 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
1089
1090 Suggested by Manfred Hollstein <manfred.h@gmx.net>:
1091 * Makefile.am (ld.1): Depend on configdoc.texi
1092 and ldver.texi.
1093 * Makefile.in: Regenerated.
1094
1095 2002-12-24 Dmitry Diky <diwil@mail.ru>
1096
1097 * Makefile.am: Add msp430 target.
1098 * configure.tgt: Likewise.
1099 * Makefile.in: Regenerate.
1100 * emulparams/msp430x???.sh: New files. Linker script parameters
1101 for various msp430 configurations.
1102 * gen-doc.texi: Enable msp430 documenation.
1103 * ld.texinfo: Document msp430 sections.
1104 * scripttempl/elf32msp430.sc: New file. Linker script for msp430.
1105 * scripttempl/elf32msp430_3.sc: New file. Linker script for msp430.
1106
1107 2002-12-30 Ralf Habacker <Ralf.Habacker@freenet.de>
1108 Charles Wilson <cwilson@ece.gatech.edu>
1109
1110 * config.in (HAVE_REALPATH): New entry.
1111 (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
1112
1113 2002-12-30 Ralf Habacker <ralf.habacker@freenet.de>
1114
1115 * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
1116 symbols'.
1117
1118 2002-12-23 Alan Modra <amodra@bigpond.net.au>
1119
1120 * ldmain.c (main): Init "strip_discarded".
1121 * lexsup.c (OPTION_STRIP_DISCARDED): Define.
1122 (OPTION_NO_STRIP_DISCARDED): Define.
1123 (ld_options): Add "strip-discarded" and "no-strip-discarded".
1124 (parse_args): Handle them.
1125
1126 2002-12-23 Nick Clifton <nickc@redhat.com>
1127
1128 * ld.h (struct args_type): Add new field
1129 'accept_unknown_input_architecture'.
1130 * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
1131 to false.
1132 * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
1133 bfd_arch_get_compatible.
1134 * ldfile.c (ldfile_try_open_bfd): Likewise.
1135 * lexsup.c (ld_options): Add new command line switch
1136 --accept-unknown-input-architecture and its inverse.
1137 (parse_args): Handle --accept-unknown-input-architecture.
1138 * ld.texinfo: Document new linker option.
1139 * NEWS: Mention new linker option.
1140
1141 2002-12-20 Alan Modra <amodra@bigpond.net.au>
1142
1143 * ldmain.c (main): Re-order link_info initialization. Init all
1144 fields.
1145
1146 2002-12-19 Charles Wilson <cwilson@ece.gatech.edu>
1147
1148 * ld.texinfo: Clarify and extend the documentation
1149 in the Machine Dependent, WIN32 section.
1150
1151 2002-12-18 Ralf Habacker <ralf.habacker@freenet.de>
1152
1153 * ld.texinfo: Add win32 machine depending section.
1154 * gen-doc.texi: Enable win32 machine depending section.
1155
1156 * configure.host: Add win32 library search path.
1157
1158 2002-12-17 Ralf Habacker <ralf.habacker@freenet.de>
1159
1160 * emultempl/pe.em (pe_find_data_imports): Don't search for data
1161 import when auto-import is disabled.
1162
1163 2002-12-17 Danny Smith <dannysmith@users.sourceforge.net>
1164
1165 * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
1166 account for trailing '\0'.
1167
1168 2002-12-17 Nick Clifton <nickc@redhat.com>
1169
1170 * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
1171 so that it is not confused with -c.
1172
1173 2002-12-13 Ralf Habacker <Ralf.Habacker@freenet.de>
1174 Charles Wilson <cwilson@ece.gatech.edu>
1175
1176 * configure.in: Add check for realpath function.
1177 * configure: Regenerate.
1178 * config.in: Regenerate.
1179 * aclocal.m4: Regenerate.
1180 * deffile.h: Add .data field to def_file_import
1181 structure.
1182 * pe-dll.c (pe_proces_import_defs): Use .data field of
1183 def_file_import structure to initialize flag_data field of
1184 def_file_export structure.
1185 (pe_implied_import_dll): New variables exp_funcbase and
1186 [data|bss]_[start|end]. Use DLL's internal name to set dll_name,
1187 not filename (which may be a symlink). Scan the sections and
1188 initialize [data|bss]_[start|end]. When scanning the export
1189 table, skip _nm_ symbols, and mark any symbols whose rva indicates
1190 that it is in the .bss or .data sections as data.
1191 * sysdep.h: Include limits.h and sys/param.h, and define
1192 LD_PATHMAX as appropriate. Also define REALPATH as realpath if it
1193 exists, NULL otherwise.
1194 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
1195 pe_process_import_defs before pe_find_data_imports, so that
1196 auto-import will check the virtual implib as well as "real"
1197 implibs.
1198 (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
1199 symlinks to their target; check that the target's extension is
1200 .dll before calling pe_implied_import_dll(), not the filename
1201 itself (which may be a symlink).
1202
1203 2002-12-10 Alan Modra <amodra@bigpond.net.au>
1204
1205 * emultempl/elf32.em (struct orphan_save): Add os_tail field.
1206 (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
1207 list too.
1208
1209 2002-12-08 Alan Modra <amodra@bigpond.net.au>
1210
1211 * ldlang.h: Formatting.
1212
1213 2002-12-07 Alan Modra <amodra@bigpond.net.au>
1214
1215 * ldlang.c (init_os): Ensure sections mentioned in load_base
1216 are initialized.
1217
1218 2002-12-05 Alan Modra <amodra@bigpond.net.au>
1219
1220 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
1221 load_base for orphans that follow a section with load_base set.
1222
1223 2002-12-01 H.J. Lu <hjl@gnu.org>
1224
1225 * ld.texinfo: Remove the extra `;' in sample version script.
1226
1227 2002-11-30 Alan Modra <amodra@bigpond.net.au>
1228
1229 * configure.host: Correct dynamic-linker for powerpc64 hosts.
1230
1231 * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
1232 * Makefile.in: Regenerate.
1233
1234 * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
1235 ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
1236 ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
1237 emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
1238 emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
1239 emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
1240 emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
1241 emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
1242 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
1243 emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
1244 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
1245 boolean with bfd_boolean, true with TRUE, false with FALSE. Simplify
1246 comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
1247
1248 2002-11-27 David O'Brien <obrien@FreeBSD.org>
1249
1250 * configure.host: Fix generic FreeBSD configuration entry.
1251
1252 2002-11-27 H.J. Lu <hjl@gnu.org>
1253
1254 * ld.texinfo: Add the missing `;' to sample version scripts.
1255
1256 2002-11-20 Alan Modra <amodra@bigpond.net.au>
1257
1258 * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
1259
1260 2002-11-14 Egor Duda <deo@logos-m.ru>
1261
1262 * ldmain.c (main): Make runtime relocs disabled by default. Remove
1263 assignment which has no effect.
1264 * pe-dll.h (pe_create_import_fixup): Change prototype.
1265 * pe-dll.c (make_runtime_pseudo_reloc): New function.
1266 (pe_create_runtime_relocator_reference): Ditto.
1267 (pe_create_import_fixup): Handle relocations with non-zero addends.
1268 * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
1269 --disable-runtime-pseudo-reloc.
1270 (make_import_fixup): Handle relocations with non-zero addends. Create
1271 an external reference to _pei386_runtime_relocator symbol if at least
1272 one pseudo reloc was created.
1273 * ld.texinfo: Document --enable-runtime-pseudo-reloc and
1274 --disable-runtime-pseudo-reloc options.
1275
1276 2002-11-12 Earl Chew <earl_chew@agilent.com>
1277
1278 * ldlang.c (lang_add_section): Discard debugging sections that have
1279 been marked SEC_EXCLUDE.
1280
1281 2002-11-12 Nick Clifton <nickc@redhat.com>
1282
1283 * configure.in (ALL_LINGUAS): Add da.
1284 * configure: Regenerate.
1285 * po/da.po: New Danish translation.
1286
1287 2002-11-12 Alan Modra <amodra@bigpond.net.au>
1288
1289 * emultempl/ppc64elf.em (ppc_before_allocation): New function.
1290 (LDEMUL_BEFORE_ALLOCATION): Define.
1291 (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
1292 linking.
1293 * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
1294
1295 2002-11-11 Christopher Faylor <cgf@redhat.com>
1296
1297 * configure.tgt (LIB_PATH): Default to searching w32api directory under
1298 cygwin.
1299
1300 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
1301
1302 * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
1303 of restricted auto-export libs.
1304
1305 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
1306
1307 * pe-dll.c (autofilter_liblist): Generalize library names to catch more
1308 creative library naming instances like, e.g., libstdc++-2.a.
1309
1310 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
1311
1312 * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
1313 * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
1314
1315 2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
1316
1317 * deffilep.y (def_lex): Handle '@' as first character of an ID.
1318 * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
1319 (make_one): Don't prefix decorated fastcall symbols with '_'.
1320 (pe_process_import_defs): Likewise.
1321 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
1322 symbols to cdecl names or vise-versa.
1323
1324 2002-10-13 Eric Kohl <ekohl@rz-online.de>
1325
1326 * pe-dll.c (process_def_file): Handle fastcall symbols when
1327 generating undecorated aliases. Don't prefix decorated fastcall
1328 symbols with '_'.
1329 (fill_exported_offsets): Don't prefix decorated fastcall symbols
1330 with '_'.
1331
1332 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1333
1334 * emultempl/aix.em: Use include <> for generated headers.
1335 * emultempl/beos.em: Likewise.
1336 * emultempl/elf32.em: Likewise.
1337 * emultempl/pe.em: Likewise.
1338 * ldctor.c: Likewise.
1339 * ldexp.c: Likewise.
1340 * ldfile.c: Likewise.
1341 * ldlang.c: Likewise.
1342 * ldlex.c: Likewise.
1343 * ldlex.l: Likewise.
1344 * ldmain.c: Likewise.
1345 * ldmisc.c: Likewise.
1346 * ldwrite.c: Likewise.
1347 * lexsup.c: Likewise.
1348 * mri.c: Likewise.
1349 * pe-dll.c: Likewise.
1350
1351 2002-10-23 Jakub Jelinek <jakub@redhat.com>
1352
1353 * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
1354 sections into .rel{,a}.dyn.
1355
1356 2002-10-23 Nick Clifton <nickc@redhat.com>
1357
1358 * lexsup.c (OPTION_NO_OMAGIC): Define.
1359 (ld_options): Add "no-omagic" option.
1360 (parse_args): Parse --no-omagic.
1361 * ld.texinfo: Document --no-omagic.
1362 * NEWS: Mention new option.
1363
1364 2002-10-21 Danny Smith <dannysmith@users.sourceforeg.net>
1365
1366 * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
1367 __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
1368
1369 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
1370
1371 * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
1372 emulation name. Set LIB_PATH only for native tools, and
1373 search the ABI-specific versions of NATIVE_LIB_DIRS before the
1374 .../lib variants, not instead of them. Mostly copied from...
1375 * emulparams/elf32ppc.sh: ... here. Fixed typo.
1376 * emulparams/elf64bmip-defs.sh: Backed out.
1377 * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
1378 * emulparams/elf64btsmip.sh: Likewise.
1379 (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
1380 TEXT_DYNAMIC): Removed.
1381
1382 2002-10-17 Alexandre Oliva <aoliva@redhat.com>
1383
1384 * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
1385 (GENERATE_SHLIB_SCRIPT): Set to yes.
1386 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
1387 * emulparams/elf32bmipn32.sh: here.
1388 (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
1389 * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
1390 * emulparams/elf64bmip-defs.sh: New file. Extend
1391 elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
1392 * emulparams/elf64bmip.sh: Bring in definitions from
1393 elf64bmip-defs.sh.
1394 (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
1395 settings.
1396 (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
1397 * emulparams/elf64btsmip.sh: Bring in definitions from
1398 elf64bmip-defs.sh.
1399 (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
1400 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
1401
1402 2002-10-16 Jakub Jelinek <jakub@redhat.com>
1403
1404 * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
1405 (s390-*-linux*): Add elf64_s390 emulation if want64.
1406 * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
1407 genscript.sh changes.
1408 * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
1409 * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
1410
1411 2002-10-15 Alan Modra <amodra@bigpond.net.au>
1412
1413 * ldlang.c (load_symbols): Revert last change.
1414
1415 2002-10-14 Alan Modra <amodra@bigpond.net.au>
1416
1417 * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
1418 just_syms_flag.
1419 (lang_reasonable_defaults): Don't compare against false.
1420 (size_input_section): Likewise.
1421 (lang_size_sections_1): Likewise.
1422 (lang_do_assignments): Likewise.
1423 (lang_add_output): Likewise.
1424
1425 * Makefile.am: Run "make dep-am".
1426 * Makefile.in: Regenerate.
1427 * ldver.c: #include "bfdver.h".
1428
1429 2002-10-13 Stephane Carrez <stcarrez@nerim.fr>
1430
1431 * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
1432 .finiN section.
1433 * scripttempl/elfm68hc12.sc: Likewise.
1434
1435 2002-10-11 Alan Modra <amodra@bigpond.net.au>
1436
1437 * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
1438
1439 * ldgram.y (memory_spec): Provide empty action.
1440 (section <NAME>): Likewise.
1441
1442 2002-10-10 Jakub Jelinek <jakub@redhat.com>
1443
1444 * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
1445 they have OUTPUT_FORMAT not matching actual output format.
1446 * ldlang.c (lang_get_output_target): New function.
1447 (open_output): Use it.
1448 * ldlang.h (lang_get_output_target): New prototype.
1449
1450 2002-10-10 Alan Modra <amodra@bigpond.net.au>
1451
1452 * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
1453 when orphan is .rel, .rela when orphan is .rela.
1454 (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
1455 first. Remove outsecname var.
1456
1457 2002-10-09 Richard Shann <richard.shann@superh.com>
1458 Stephen Clarke <stephen.clarke@superh.com>
1459
1460 * Makefile.am: Add eshelf32_linux.o and
1461 eshlelf32_linux.o, new emulations for sh64 Linux.
1462 * Makefile.in: Regenerate.
1463 * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
1464 * emulparams/shelf32_linux.sh: New file.
1465 * emulparams/shlelf32_linux.sh: New file.
1466
1467 2002-10-08 H.J. Lu <hjl@gnu.org>
1468
1469 * ldlang.c (lang_file_exist): Removed.
1470 (new_afile): Revert the last change.
1471 * ldlang.h (lang_file_exist): Removed.
1472 * lexsup.c (parse_args): Revert the last change.
1473
1474 2002-10-07 Ralf Habacker <Ralf.Habacker@freenet.de>
1475
1476 * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
1477 auto-import symbols.
1478 (make_one): Create _nm_<symbol> for data only.
1479
1480 2002-10-05 Elias Athanasopoulos <eathan@otenet.gr>
1481
1482 * ldlang.c (lang_file_exist): New function.
1483 (new_afile): Abort if the filename to be added matches the linker
1484 output filename.
1485 * ldlang.h: Add prototype for lang_file_exist.
1486 * lexsup.c (parse_args): Abort if the output filename matches
1487 one of the input filenames.
1488
1489 2002-10-02 Alan Modra <amodra@bigpond.net.au>
1490
1491 * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
1492
1493 2002-09-30 Alan Modra <amodra@bigpond.net.au>
1494
1495 * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
1496 * scripttempl/elfm68hc11.sc: Likewise.
1497 * scripttempl/elfm68hc12.sc: Likewise.
1498
1499 * emultempl/elf32.em (output_rel_find): Always place orphan loadable
1500 reloc sections just before .rel.plt/.rela.plt.
1501 (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
1502 Only put loadable reloc sections in hold_rel.
1503
1504 2002-09-29 H.J. Lu <hjl@gnu.org>
1505
1506 * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
1507
1508 2002-09-25 Daniel Jacobowitz <drow@mvista.com>
1509
1510 From "Anita Kulkarni" <AnitaK@kpit.com>
1511 * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
1512 sections.
1513
1514 2002-09-25 Alan Modra <amodra@bigpond.net.au>
1515
1516 * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
1517 TARGET_PAGE_SIZE.
1518 * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
1519 SEGMENT_SIZE alignment.
1520 * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
1521 (SEGMENT_SIZE): Define.
1522
1523 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
1524 (fold_binary): Correct abs - non-abs case.
1525 (fold_trinary): New. Split out from exp_fold_tree.
1526
1527 2002-09-24 Alan Modra <amodra@bigpond.net.au>
1528
1529 * emulparams/elf64ppc.sh (DATA_ADDR): Define.
1530 * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
1531 for start of .data, instead align up to 256M boundary.
1532 * scripttempl/aix.sc: Likewise.
1533
1534 2002-09-22 Mark Elbrecht <snowball3@softhome.net>
1535
1536 * scripttempl/i386go32.sc: Handle bss unique sections.
1537
1538 2002-09-21 Alan Modra <amodra@bigpond.net.au>
1539
1540 * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
1541
1542 2002-09-17 Stan Cox <scox@redhat.com>
1543
1544 * emulparams/elf32bmipn32-defs.sh: New file.
1545 * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
1546 * emulparams/elf32btsmipn32.sh: Likewise.
1547 * emulparams/elf64bmip.sh: Likewise.
1548 * emulparams/elf64btsmip.sh: Likewise.
1549
1550 2002-09-16 Bruno Haible <bruno@clisp.org>
1551
1552 * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
1553 elf32-i386-freebsd.
1554 * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
1555 elf64-alpha-freebsd.
1556
1557 2002-09-11 Nick Clifton <nickc@redhat.com>
1558
1559 * NEWS: New TI port supports both C4x and C3x series of DSPs.
1560
1561 * po/tr.po: Updated Turkish translation.
1562
1563 2002-09-06 Jeffrey A Law (law@redhat.com)
1564
1565 * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
1566
1567 2002-09-02 Nick Clifton <nickc@redhat.com>
1568
1569 * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
1570 __ep.
1571 * emulparams/v850.sh (TEMPLATE_NAME): Define.
1572
1573 2002-08-30 Nick Clifton <nickc@redhat.com>
1574
1575 * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
1576 used. Change INSN to start at 0x01000000 and extend for
1577 256K (ignoring holes). Start the STACK on a word aligned
1578 boundary.
1579 (.rodata): Start it at the READONLY_START_ADDR.
1580
1581 2002-08-30 Alan Modra <amodra@bigpond.net.au>
1582
1583 * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
1584
1585 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
1586
1587 * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
1588 added makefile targets for this file.
1589 * Makefile.in: Regenerate.
1590 * configure.tgt: Added tic4x-coff and c4x-coff emulations.
1591 * NEWS: Mention new port.
1592
1593 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1594
1595 * emulparams/tic3xcoff.sh: New file.
1596 * emulparams/tic4xcoff.sh: New file.
1597 * scripttempl/tic3xcoff.sc: New file.
1598 * scripttempl/tic4xcoff.sc: New file.
1599
1600 2002-08-28 Alan Modra <amodra@bigpond.net.au>
1601
1602 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
1603 strtoul and strtoull with bfd_scan_vma.
1604 (gld${EMULATION_NAME}_read_file): Likewise.
1605
1606 2002-08-28 Alan Modra <amodra@bigpond.net.au>
1607
1608 * configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
1609
1610 2002-08-27 Egor Duda <deo@logos-m.ru>
1611
1612 * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
1613 Add symbols for application to access them.
1614
1615 2002-08-27 Nick Clifton <nickc@redhat.com>
1616
1617 * emultempl/armelf.em: Revert this patch, it is not needed.
1618
1619 2002-08-22 Adam Nemet <anemet@lnxw.com>
1620
1621 2002-08-20 Dan Kegel <dank@kegel.com>
1622
1623 * configure.in: added --with-lib-path argument to ld's configure
1624 to set LIB_PATH.
1625 * NEWS: Document new switch.
1626 * README: Mention new switch.
1627 * configure: Regenerate.
1628 * Makefile.in: Regenerate.
1629
1630 Based on this patch:
1631 2001-04-25 Christopher Faylor <cgf@cygnus.com>
1632
1633 * Makefile.in (LIB_PATH): Make configurable.
1634 (GENSCRIPTS): Set LIB_PATH in environment.
1635 * configure.in: Substitute LIB_PATH.
1636
1637 2002-08-22 Adam Nemet <anemet@lnxw.com>
1638
1639 * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
1640 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
1641 depending on the type of the function.
1642 (arm_elf_convert_thumb_symbol_to_address): New function.
1643
1644 2002-08-22 Graeme Peterson <gp@qnx.com>
1645
1646 * Makefile.am: Add esh{l}elf_nto.o files.
1647 * Makefile.in: Regenerate.
1648 * configure.tgt: Add support for sh-**-nto* targets.
1649 * emulparams/shelf_nto.sh: New file.
1650 * emulparams/shlelf_nto.sh: New file.
1651
1652 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
1653
1654 * ldlang.c (offsetof): Define if not defined.
1655
1656 2002-08-14 H.J. Lu <hjl@gnu.org>
1657
1658 * configure.tgt: Always enable 64bit emulations for 32bit
1659 Linux/mips.
1660
1661 2002-08-13 Alan Modra <amodra@bigpond.net.au>
1662
1663 * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
1664 (MAXPAGESIZE): Set to 1.
1665
1666 * ld.h (ALIGN_N): Delete.
1667 * ldexp.h (align_n): Declare.
1668 * ldexp.c (align_n): New function.
1669 (fold_binary): Use align_n instead of ALIGN_N.
1670 (exp_fold_tree): Likewise.
1671 * ldlang.c (lang_size_sections_1): Likewise.
1672 (lang_one_common): Likewise.
1673 * ld.texinfo (ALIGN): Remove power of 2 restriction.
1674
1675 2002-07-31 Graeme Peterson <gp@qnx.com>
1676
1677 * configure.tgt: Add support for powerpc{le}-*-nto* targets.
1678 * Makefile.am: Add eelf32{l}ppcnto.o files.
1679 * Makefile.in: Regenerate.
1680 * emulparams/elf32lppcnto.sh: New file.
1681 * emulparams/elf32ppcnto.sh: New file.
1682
1683 2002-08-07 H.J. Lu <hjl@gnu.org>
1684
1685 * ld.texinfo: Document --no-undefined-version.
1686
1687 * ldlang.c (lang_new_vers_pattern): Set the `symver' and
1688 `script.' fields to 0.
1689
1690 * ldmain.c (main): Initialize the allow_undefined_version to
1691 true.
1692
1693 * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
1694 (ld_options): Add --no-undefined-version.
1695 (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
1696
1697 2002-08-07 Nick Clifton <nickc@redhat.com>
1698
1699 * emultempl/armelf.em (arm_elf_before_allocation): Only search for
1700 an interworking bfd if there are input bfds. (107501)
1701
1702 2002-08-06 Alan Modra <amodra@bigpond.net.au>
1703
1704 * emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
1705 2002-05-10 change.
1706
1707 2002-08-01 Nick Clifton <nickc@redhat.com>
1708
1709 * emulparams/armelf.sh: Revert previous delta.
1710 * scripttempl/elf.sc: Revert previous delta.
1711
1712 2002-07-31 H.J. Lu <hjl@gnu.org>
1713
1714 * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
1715 --enable-64-bit-bfd.
1716
1717 2002-07-31 H.J. Lu <hjl@gnu.org>
1718
1719 * configure.tgt: Enable x86-64 emulation for Linux/i386 if
1720 64bit BFD is selected.
1721
1722 2002-07-31 H.J. Lu <hjl@gnu.org>
1723
1724 * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
1725 if 64bit BFD is selected.
1726
1727 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
1728
1729 * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
1730 link_info.common_skip_ar_aymbols.
1731 * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
1732
1733 * ldmain.c (main): Initialize new field
1734 link_info.common_skip_ar_aymbols.
1735
1736 2002-07-31 Adam Nemet <anemet@lnxw.com>
1737
1738 * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it
1739 to .plt.thumb.
1740 * scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is
1741 used.
1742
1743 2002-07-31 Nick Clifton <nickc@redhat.com>
1744
1745 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
1746 of the PDP-11 and 2.11BSD a.out support.
1747
1748 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1749
1750 * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
1751 for n32 ABI support.
1752 * Makefile.in: Regenerate.
1753 * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
1754 n32 ABI emulations for these 64 bit targets.
1755 * emulparams/elf32bmipn32.sh: Expand comment.
1756 * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
1757 n32 ABI.
1758 * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
1759
1760 2002-07-30 Graeme Peterson <gp@qnx.com>
1761
1762 * configure.tgt: Add support for arm-*-nto target.
1763 * Makefile.am: Add earmnto.o file.
1764 * Makefile.in: Regenerate.
1765 * NEWS: Mention port of ARM support to QNX.
1766 * emulparams/armnto.sh: New file.
1767
1768 2002-07-30 Jakub Jelinek <jakub@redhat.com>
1769
1770 * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
1771 for relocatable link.
1772 (lang_size_sections_1): Don't make .tbss zero size for relocatable
1773 link.
1774
1775 2002-07-26 Bernd Schmidt <bernds@redhat.com>
1776
1777 * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
1778 (STACK_ADDR): New.
1779
1780 2002-07-25 Nick Clifton <nickc@redhat.com>
1781
1782 * po/sv.po: Updated Swedish translation.
1783 * po/es.po: Updated Spanish translation.
1784 * po/fr.po: Updated French translation.
1785
1786 2002-07-24 Nick Clifton <nickc@redhat.com>
1787
1788 * po/sv.po: Updated Swedish translation.
1789 * po/es.po: Updated Spanish translation.
1790
1791 2002-07-23 Nick Clifton <nickc@redhat.com>
1792
1793 * po/fr.po: Updated French translation.
1794
1795 2002-07-20 Alan Modra <amodra@bigpond.net.au>
1796
1797 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1798 bomb on /DISCARD/ input section.
1799 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1800 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1801
1802 2002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
1803
1804 * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
1805 output section.
1806
1807 2002-07-16 Denis Chertykov <denisc@overta.ru>
1808 Nick Clifton <nickc@redhat.com>
1809 Frank Ch. Eigler <fche@redhat.com>
1810 John Healy <jhealy@redhat.com>
1811
1812 * configure.tgt: Add support for ip2k-elf.
1813 * Makefile.am: Add support for ip2k-elf.
1814 * Makefile.in: Regenerate.
1815 * emulparams/elf32ip2k.sh: New file.
1816 * scripttempl/ip2k.sc: New file
1817 * NEWS: Mention support for new port.
1818
1819 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
1820
1821 * NEWS: Add 'Changes in 2.13'.
1822
1823 2002-07-14 H.J. Lu <hjl@gnu.org>
1824
1825 * ld.texinfo: Document a .symver takes precedence over a
1826 version script.
1827
1828 2002-07-12 Alan Modra <amodra@bigpond.net.au>
1829
1830 * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
1831 (COMMONPAGESIZE): Define.
1832
1833 2002-07-09 Alan Modra <amodra@bigpond.net.au>
1834
1835 * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
1836
1837 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
1838
1839 * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
1840 powerpc-*-openbsd* and sparc64-*-openbsd*.
1841 * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
1842 * Makefile.in: Regenerate.
1843 * emulparams/hppaobsd.sh: New file.
1844
1845 2002-07-05 Alan Modra <amodra@bigpond.net.au>
1846
1847 * ldlang.c (print_wild_statement): Fix output formatting.
1848
1849 2002-07-04 Alan Modra <amodra@bigpond.net.au>
1850
1851 * ldlang.c: (strip_excluded_output_sections): New function.
1852 (lang_process): Call it.
1853 (lang_size_sections_1): Revert 2002-06-10 change.
1854
1855 2002-07-03 Alan Modra <amodra@bigpond.net.au>
1856
1857 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1858 Run "make dep-am".
1859 * Makefile.in: Regenerate.
1860
1861 2002-07-02 Alan Modra <amodra@bigpond.net.au>
1862
1863 * ldfile.c (ldfile_try_open_bfd): Formatting.
1864
1865 * ldmisc.c (demangle): Move so that it doesn't intrude between
1866 vfinfo comment and body. Add comment.
1867
1868 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
1869
1870 * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
1871
1872 2002-07-01 Alan Modra <amodra@bigpond.net.au>
1873
1874 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
1875 * ldlang.c (entry_sym): Likewise.
1876 (ldlang_undef_chain_list_type): Likewise.
1877 (lang_finish): Adjust references to entry_symbol.
1878 (lang_add_entry): Likewise.
1879 (lang_gc_sections): Use link_info.gc_sym_list.
1880 (lang_process): Set link_info.gc_sym_list.
1881 * ldlex.l: Include bfdlink.h.
1882 * ldmain.c (main): Init link_info.gc_sym_list.
1883 * emultempl/aix.em: Adjust references to entry_symbol.
1884 * emultempl/armcoff.em: Likewise.
1885 * emultempl/armelf.em: Likewise.
1886 * emultempl/pe.em: Likewise.
1887 * emultempl/ppc64elf.em (ppc_after_open): New function.
1888 (LDEMUL_AFTER_OPEN): Define.
1889 * emulparams/elf64ppc.sh: KEEP .opd sections.
1890
1891 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
1892
1893 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
1894 * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
1895 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
1896 (EEPROM_START_ADDR): Define.
1897 (EEPROM_MEMORY): Define.
1898 * emulparams/m68hc12elf.sh: Likewise.
1899 * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
1900 section to put soft registers in .page0.
1901 * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
1902
1903 2002-06-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
1904
1905 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
1906 section. Add ${RELOCATING-0}.
1907
1908 2002-06-26 J"orn Rennecke <joern.rennecke@superh.com>
1909
1910 * emulparams/shelf.sh (STACK_ADDR): Don't define.
1911 (OTHER_SECTIONS): Define.
1912 * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
1913 (OTHER_SECTIONS): Undef.
1914
1915 2002-06-26 Alan Modra <amodra@bigpond.net.au>
1916
1917 * ldmisc.c (demangle): Restore dots stripped from sym name.
1918
1919 2002-06-25 H.J. Lu <hjl@gnu.org>
1920
1921 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1922 * Makefile.in: Regenerated.
1923
1924 2002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
1925
1926 * ld.texinfo (Bug Reporting): Update text to suggest a limit on
1927 the size of attached object files, to allow make the object files
1928 available via FTP or HTTP and to mention that the mail will be
1929 sent to a mailing list.
1930
1931 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
1932
1933 * configure.host (romp): Drop support.
1934
1935 2002-06-18 Chris Demetriou <cgd@broadcom.com>
1936
1937 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
1938 section flags for SEC_DATA, rather than for SEC_CODE being unset.
1939
1940 2002-06-18 Chris Demetriou <cgd@broadcom.com>
1941
1942 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
1943 format specifier used to print BFD name.
1944
1945 2002-06-18 Dave Brolley <brolley@redhat.com>
1946
1947 From Catherine Moore, Michael Meissner, Jim Blandy:
1948 * emulparams/elf32frv.sh: New file.
1949 * configure.tgt: Support frv-*-*.
1950 * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
1951 (eelf32frv.c): New target.
1952
1953 2002-06-17 Tom Rix <trix@redhat.com>
1954
1955 * emultempl/elf32.em: gld*_get_script: Check for
1956 GENERATE_COMBRELOC_SCRIPT.
1957 * scripttempl/elfd10v.sc : Fix STACK and INSN.
1958 * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
1959
1960 2002-06-13 J"orn Rennecke <joern.rennecke@superh.com>
1961
1962 * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
1963
1964 2002-06-12 H.J. Lu <hjl@gnu.org>
1965
1966 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
1967 false if xvec doesn't match.
1968
1969 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
1970
1971 * ldlang.c (lang_size_sections_1): Skip removed output sections.
1972
1973 2002-06-08 Alan Modra <amodra@bigpond.net.au>
1974
1975 * ldexp.c: Replace CONST with const.
1976 * ldfile.c: Likewise.
1977 * ldfile.h: Likewise.
1978 * ldlex.l: Likewise.
1979 * mri.c: Likewise.
1980 * pe-dll.h: Likewise.
1981
1982 2002-06-07 Alan Modra <amodra@bigpond.net.au>
1983
1984 * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
1985
1986 2002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
1987
1988 * ldmain.c (main): initialize link_info.pei386_auto_import
1989 to -1 == implicit enable.
1990 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
1991 initialize link_info.pei386_auto_import to -1 == implicit
1992 enable.
1993 (gld_${EMULATION_NAME}_parse_args): When processing
1994 --enable-auto-import and --disable-auto-import options, use
1995 '1' and '0' instead of 'true' and 'false'.
1996 (pe_find_data_imports): Only issue message about auto-import
1997 when the feature is implicitly enabled. Downgrade message to
1998 informational instead of warning.
1999
2000 2002-06-07 Alan Modra <amodra@bigpond.net.au>
2001
2002 * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
2003
2004 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
2005
2006 * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
2007 HOSTING_CRT0 and HOSTING_LIBS.
2008
2009 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
2010
2011 * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
2012
2013 2002-06-05 Jason Thorpe <thorpej@wasabisystems.com>
2014
2015 * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
2016 (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
2017
2018 2002-06-05 Alan Modra <amodra@bigpond.net.au>
2019
2020 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
2021 SEC_EXCLUDE sections when doing a relocatable link.
2022
2023 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
2024
2025 * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
2026 eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
2027 (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
2028 (eshlelf64_nbsd.c): New rules.
2029 * Makefile.in: Regenerate.
2030 * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
2031 (sh64-*-netbsd*): New targets.
2032 * emulparams/shelf32_nbsd.sh: New file.
2033 * emulparams/shelf64_nbsd.sh: New file.
2034 * emulparams/shlelf32_nbsd.sh: New file.
2035 * emulparams/shlelf64_nbsd.sh: New file.
2036
2037 2002-06-04 Alan Modra <amodra@bigpond.net.au>
2038
2039 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
2040
2041 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
2042
2043 * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
2044 C++ constructors/destructors, loosely based on the m68hc11 port.
2045
2046 2002-05-31 Alan Modra <amodra@bigpond.net.au>
2047
2048 * Makefile.in: Regenerate.
2049 * aclocal.m4: Regenerate.
2050 * config.in: Regenerate.
2051 * configure: Regenerate.
2052
2053 2002-05-31 Graeme Peterson <gp@qnx.com>
2054
2055 * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
2056 (ei386nto.c): Add rule.
2057 * Makefile.in: Regenerate.
2058 * configure.tgt: Add i[3456]86-*-nto-qnx*.
2059 * emulparams/i386nto.sh: New file.
2060
2061 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2062
2063 * NEWS: Add entry for VAX ELF support.
2064
2065 2002-05-29 Matt Thomas <matt@3am-software.com>
2066 Jason Thorpe <thorpej@wasabisystems.com>
2067
2068 * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
2069 (eelf32vax.c)
2070 (evaxnbsd.c): New rules.
2071 * Makefile.in: Regenerate.
2072 * configure.tgt (vax-*-netbsdelf*)
2073 (vax-*-netbsdaout*)
2074 (vax-*-netbsd*): New targets.
2075 * emulparams/elf32vax.sh: New file.
2076 * emulparams/vaxnbsd.sh: New file.
2077
2078 2002-05-29 Adam Nemet <anemet@lnxw.com>
2079
2080 * emultempl/armelf.em (arm_elf_after_open): Don't determine
2081 bfd_for_interwork, instead add glue sections to each input bfd.
2082 (bfd_for_interwork): New global.
2083 (arm_elf_set_bfd_for_interworking): New function.
2084 (arm_elf_before_allocation): Use it.
2085
2086 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
2087
2088 * Makefile.am: Add DLX make target.
2089 * configure.tgt: Add DLX configuration.
2090 * Makefile.in: Regenerate.
2091 * emulparams/elf32_dlx.sh: New file
2092 * scripttempl/dlx.sc: New file
2093
2094 2002-05-27 Per Lundberg <per@caleb.dnsalias.org>
2095
2096 * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
2097 * Makefile.in: Regenerate.
2098 * emulparams/elf_chaos.sh: Use elf_chaos script.
2099 * scripttempl/elf_chaos.sc: New file.
2100
2101 2002-05-27 Richard Sandiford <rsandifo@redhat.com>
2102
2103 * ldlang.c (lang_size_sections_1): Move check for conflicting load
2104 addresses and regions from here...
2105 (lang_get_regions): ...to this new function.
2106 (lang_leave_output_section_statement): Use lang_get_regions.
2107 (lang_leave_overlay): Likewise.
2108 * mri.c (mri_draw_tree): Pass null as last argument to
2109 lang_leave_output_section_statement.
2110 * emultempl/elf32.em (gld*_place_orphan): Likewise.
2111 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2112 * emultempl/pe.em (gld*_place_orphan): Likewise.
2113
2114 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
2115
2116 * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
2117
2118 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
2119
2120 * ldemul.c: Fix formatting.
2121 * ldfile.c: Likewise.
2122 * pe-dll.c: Likewise.
2123 * pe-dll.h: Likewise.
2124
2125 2002-05-25 Alan Modra <amodra@bigpond.net.au>
2126
2127 * ldlang.c (lang_process): Formatting, grammar.
2128
2129 * ldlex.l: Use #include "" instead of <> for local header files.
2130
2131 2002-05-24 TAMURA Kent <kent@netbsd.org>
2132
2133 * configure.tgt: Add a target for i386-netbsdpe.
2134
2135 2002-05-23 Jakub Jelinek <jakub@redhat.com>
2136
2137 * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
2138 * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
2139 output section if necessary. Handle .tbss.
2140 (lang_size_sections): Clear _raw_size for .tbss section
2141 (it allocates space in PT_TLS segment only).
2142 * ldwrite.c (build_link_order): Build link order for .tbss too.
2143
2144 2002-05-23 Alan Modra <amodra@bigpond.net.au>
2145
2146 * configure.in: Correct spelling of AC_PREREQ.
2147
2148 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
2149
2150 * pe-dll.c (autofilter_liblist): Add more system libs excluded by
2151 default.
2152 (autofilter_objlist): Add crtbegin.o, crtend.o.
2153
2154 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
2155
2156 * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
2157 (longopts): Add new option --exclude-libs.
2158 (gld_${EMULATION_NAME}_list_options): Give quick help about it.
2159 (gld_${EMULATION_NAME}_parse_args): Use it.
2160 * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
2161 * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
2162 from whole archives.
2163 (pe_dll_add_excludes): Set excludes->type.
2164 (auto_export): Add new variable libname and set to archive basename if
2165 abfd. Use it when filtering default and user-specified libarary
2166 excludes. Let string "ALL" mean all libs when filtering user-specified
2167 libs.
2168 * ld.texinfo: Document --exclude-libs.
2169
2170 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2171
2172 * ldemul.c (ldemul_new_vers_pattern): New function.
2173 * ldemul.h (ldemul_new_vers_pattern): Declare.
2174 (struct ld_emulation_xfer_struct): Add new_vers_pattern.
2175 * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
2176 * emultempl/ppc64elf.em (dotsyms): New static var.
2177 (gld${EMULATION_NAME}_new_vers_pattern): New function.
2178 (LDEMUL_NEW_VERS_PATTERN): Define.
2179 (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
2180 (PARSE_AND_LIST_LONGOPTS): Likewise.
2181 (PARSE_AND_LIST_ARGS_CASES): Handle them.
2182 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
2183 initialiser.
2184 * emultempl/armcoff.em: Likewise.
2185 * emultempl/armelf_oabi.em: Likewise.
2186 * emultempl/beos.em: Likewise.
2187 * emultempl/elf32.em: Likewise.
2188 * emultempl/generic.em: Likewise.
2189 * emultempl/gld960.em: Likewise.
2190 * emultempl/gld960c.em: Likewise.
2191 * emultempl/linux.em: Likewise.
2192 * emultempl/lnk960.em: Likewise.
2193 * emultempl/m68kcoff.em: Likewise.
2194 * emultempl/mipsecoff.em: Likewise.
2195 * emultempl/pe.em: Likewise.
2196 * emultempl/sunos.em: Likewise.
2197 * emultempl/ticoff.em: Likewise.
2198 * emultempl/vanilla.em: Likewise.
2199
2200 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2201
2202 * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
2203 and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
2204 (LIB_SEARCH_DIRS): No need to use "tr".
2205 (COMPILE_IN): Only set for native targets.
2206 * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
2207 here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
2208 * configure.tgt (powerpc*): Set tdir_*.
2209 (powerpcle*): Correct targ_extra_emuls.
2210 * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
2211 * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
2212
2213 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2214
2215 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
2216 calling lang_add_entry.
2217
2218 2002-05-21 H.J. Lu (hjl@gnu.org)
2219
2220 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
2221 "-z muldefs".
2222 (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
2223
2224 * ld.texinfo: Updated for --allow-multiple-definition and
2225 "-z muldefs".
2226
2227 * ldmain.c (main): Initialize the allow_multiple_definition
2228 field to false.
2229
2230 * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
2231 (ld_options): Add --allow-multiple-definition.
2232 (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
2233
2234 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
2235
2236 * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
2237 (earmelfb_nbsd.c): New rule.
2238 * Makefile.in: Regenerate.
2239 * configure.tgt (armeb-*-netbsdelf*): New target.
2240 (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
2241 (arm-*-netbsd*): Likewise.
2242 * emulparams/armelfb_nbsd.sh: New file.
2243
2244 2002-05-18 Tom Rix <trix@redhat.com>
2245
2246 * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
2247 support.
2248
2249 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
2250
2251 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
2252 * Makefile.in: Regenerate.
2253 * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
2254
2255 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
2256
2257 * emulparams/avr1.sh: New file.
2258 * emulparams/avr2.sh: New file.
2259 * emulparams/avr3.sh: New file.
2260 * emulparams/avr4.sh: New file.
2261 * emulparams/avr5.sh: New file.
2262 * scripttempl/avr.sc: New file.
2263
2264 2002-05-15 Alan Modra <amodra@bigpond.net.au>
2265
2266 * ldlang.c (section_already_linked): Call bfd_link_just_syms.
2267 (lang_place_orphans): Abort if just_syms_flag.
2268
2269 2002-05-10 Tom Rix <trix@redhat.com>
2270
2271 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
2272 architecture and machine information in the output bfd.
2273 (gld*_before_parse): Remove old arch and machine code.
2274 (choose_target): Rename to gld*_choose_target.
2275 (rtld): Change type to int.
2276 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
2277 objects in XCOFF archives.
2278 * ldfile.h: Update copyright date.
2279
2280 2002-05-10 Jakub Jelinek <jakub@redhat.com>
2281
2282 * ldmain.c (main): Enable -z combreloc by default.
2283
2284 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
2285
2286 * Makefile.am: Honour DESTDIR.
2287 * Makefile.in: Regenerate.
2288
2289 2002-05-07 Richard Sandiford <rsandifo@redhat.com>
2290
2291 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
2292 (lang_enter_overlay): Remove the last two parameters.
2293 (lang_leave_overlay): Take them here instead.
2294 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
2295 (section): Pass LMA and crossref flag to lang_leave_overlay rather
2296 than lang_enter_overlay.
2297 * ldlang.c (lang_memory_region_lookup): Return null for null names.
2298 (lang_output_section_statement_lookup): Initialize update_dot_tree.
2299 (lang_size_sections_1): Evaluate it.
2300 (lang_leave_output_section_statement): Rework LMA lookup.
2301 (overlay_lma, overlay_nocrossrefs): Remove.
2302 (lang_enter_overlay): Remove LMA and crossref arguments.
2303 (lang_enter_overlay_section): Don't set the LMA here.
2304 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
2305 assignment to the last section's update_dot_tree. Unconditionally
2306 use the load and run-time regions specified in the OVERLAY statement.
2307 Likewise the first section's LMA. Only set the other sections' LMAs
2308 when no load region is given.
2309
2310 2002-05-06 Nick Clifton <nickc@redhat.com>
2311
2312 * po/sv.po: New translation.
2313
2314 2002-05-04 Alan Modra <amodra@bigpond.net.au>
2315
2316 * emultempl/hppaelf.em (build_section_lists): New function.
2317 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
2318 and build_section_lists.
2319
2320 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
2321
2322 * ld.h: Fix formatting.
2323 * ldexp.c: Likewise.
2324 * ldfile.c: Likewise.
2325 * ldlang.c: Likewise.
2326 * ldmain.c: Likewise.
2327 * lexsup.c: Likewise.
2328 * pe-dll.c: Likewise.
2329
2330 2002-05-02 Alan Modra <amodra@bigpond.net.au>
2331
2332 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
2333 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
2334 (build_section_lists): Do output_section tests here.
2335
2336 2002-04-30 Tom Rix <trix@redhat.com>
2337
2338 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
2339
2340 2002-05-01 Alan Modra <amodra@bigpond.net.au>
2341
2342 Long branch stubs, multiple stub sections.
2343 * emultempl/ppc64elf.em: Include ldctor.h.
2344 (stub_file): New var.
2345 (group_size): New var.
2346 (ppc_create_output_section_statements): New function.
2347 (struct hook_stub_info): New.
2348 (hook_in_stub): New function.
2349 (ppc_add_stub_section): New function.
2350 (ppc_layout_sections_again): New function.
2351 (build_section_lists): New function.
2352 (gld${EMULATION_NAME}_finish): Rewrite.
2353 (real_func): New var.
2354 (ppc_for_each_input_file_wrapper): New function.
2355 (ppc_lang_for_each_input_file): New function.
2356 (lang_for_each_input_file): Define.
2357 (PARSE_AND_LIST_PROLOGUE): Define.
2358 (PARSE_AND_LIST_LONGOPTS): Define.
2359 (PARSE_AND_LIST_OPTIONS): Define.
2360 (PARSE_AND_LIST_ARGS_CASES): Define.
2361 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2362
2363 2002-04-30 Tom Rix <trix@redhat.com>
2364
2365 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
2366 -blibpath, -bnolibpath support.
2367
2368 2002-04-30 Mark Mitchell <mark@codesourcery.com>
2369
2370 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
2371 (eelf32ppcwindiss.c): New target.
2372 * Makefile.in: Regenerated.
2373 * configure.tgt: Add support for powerpc-*-windiss.
2374 * emulparams/elf32ppcwindiss.sh: New file.
2375
2376 2002-04-30 Richard Sandiford <rsandifo@redhat.com>
2377
2378 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
2379 * ldexp.c (exp_print_token): Add "infix_p" argument.
2380 (exp_print_tree): Update accordingly.
2381
2382 2002-04-28 Alan Modra <amodra@bigpond.net.au>
2383
2384 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
2385 * Makefile.in: Regenerate.
2386 * mpw-elfmips.c: Delete.
2387 * mpw-eppcmac.c: Delete.
2388 * mpw-esh.c: Delete.
2389 * mpw-idtmips.c: Delete.
2390
2391 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
2392
2393 * emulparams/shelf32.sh (MACHINE): Now sh5.
2394
2395 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2396
2397 * ldgram.y: Fix syntax warning.
2398
2399 2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
2400
2401 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
2402 to prevent "-n" from being taken as an abbreviation for
2403 "--no-pipeline-knowledge".
2404
2405 2002-04-08 Alan Modra <amodra@bigpond.net.au>
2406
2407 * ldlang.c (lang_size_sections_1): Don't complain about
2408 SEC_NEVER_LOAD sections having no memory region specified.
2409
2410 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
2411
2412 2002-04-07 matthew green <mrg@redhat.com>
2413
2414 * configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
2415
2416 2002-04-04 Alan Modra <amodra@bigpond.net.au>
2417
2418 * dep-in.sed: Cope with absolute paths.
2419 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
2420 Run "make dep-am".
2421 * Makefile.in: Regenerate.
2422
2423 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2424
2425 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
2426
2427 2002-04-03 Jakub Jelinek <jakub@redhat.com>
2428
2429 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
2430 is smaller than maximum, round dot up to common page boundary.
2431
2432 2002-03-28 Alan Modra <amodra@bigpond.net.au>
2433
2434 * configure.host: Set up for generic hosts first, then tweak as
2435 necessary in more specific targets.
2436 (HOSTING_LIBS): Include libgcc_eh.a if found.
2437
2438 2002-03-23 Andreas Jaeger <aj@suse.de>
2439
2440 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
2441
2442 2002-03-21 Alan Modra <amodra@bigpond.net.au>
2443
2444 * Makefile.am: Run "make dep-am".
2445 * Makefile.in: Regenerate.
2446
2447 2002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
2448
2449 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
2450
2451 2002-03-20 Alan Modra <amodra@bigpond.net.au>
2452
2453 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
2454 add the symbol to the linker hash table immediately.
2455 (lang_place_undefineds): Split symbol creation out..
2456 (insert_undefined): ..to here.
2457
2458 2002-03-18 David O'Brien <obrien@FreeBSD.org>
2459
2460 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
2461 the contents of the buffer returned from basename function will are
2462 getting overwritten while still being used.
2463
2464 2002-03-18 Jan Hubicka <jh@suse.cz>
2465 Andreas Jaeger <aj@suse.de>
2466 Andreas Schwab <schwab@suse.de>
2467
2468 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
2469 * elf_x86_64.sh (ARCH): Set to i386:x86-64
2470 set libraries to default to lib64 paths.
2471
2472 2002-03-18 Tom Rix <trix@redhat.com>
2473
2474 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
2475 * configure.tgt : Same.
2476 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
2477 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
2478 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
2479 emulation parameters for better -b32, -b64 support.
2480 * emulparms/aixrs6.sh : Same.
2481 * emulparms/ppcmacos.sh : Same.
2482 * emultempl/aix.em (choose_target) : Use new emulation parameters
2483 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
2484 * Makefile.in : Regenerate.
2485
2486 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
2487
2488 * po/fr.po: Updated version.
2489
2490 2002-03-18 Alan Modra <amodra@bigpond.net.au>
2491
2492 * ldmain.c (main): Move .text readonly flag fudges from here..
2493 * ldlang.c (lang_process): ..to here.
2494
2495 2002-03-14 Alan Modra <amodra@bigpond.net.au>
2496
2497 * ldlang.c (lang_check): Remove the word size check added in last
2498 change. Treat emitrelocations case as for relocatable links.
2499
2500 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
2501
2502 * po/fr.po: Updated version.
2503
2504 2002-03-13 Alan Modra <amodra@bigpond.net.au>
2505
2506 * ldlang.c (lang_check): Do relocatable link checks first, so that
2507 warn_mismatch can't override. Check compatible and word size too.
2508
2509 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
2510
2511 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
2512
2513 2002-03-05 Jakub Jelinek <jakub@redhat.com>
2514
2515 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
2516 DATA_SEGMENT_ALIGN.
2517
2518 2002-03-04 H.J. Lu <hjl@gnu.org>
2519
2520 * scripttempl/elf.sc: Put .preinit_array, .init_array and
2521 .fini_array in the data segment.
2522
2523 2002-03-04 Alan Modra <amodra@bigpond.net.au>
2524
2525 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
2526
2527 2002-03-01 David Mosberger <davidm@hpl.hp.com>
2528
2529 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
2530 .init_array, and .fini_array.
2531
2532 2002-02-20 Andreas Schwab <schwab@suse.de>
2533
2534 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
2535 .IA64_unwind* in a relocatable link.
2536
2537 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
2538
2539 * NEWS: Mark 2.12 branch.
2540
2541 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
2542
2543 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
2544 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
2545
2546 2002-02-18 Tom Rix <trix@redhat.com>
2547
2548 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
2549 (gld*_before_allocation): Same.
2550 (gld*_create_output_section_statements): Generate
2551 __rtinit if run time linking. Add librtl.a to the link.
2552 (gld*_read_file): Clean.
2553
2554 2002-02-18 Alan Modra <amodra@bigpond.net.au>
2555
2556 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
2557
2558 2002-02-18 David O'Brien <obrien@FreeBSD.org>
2559
2560 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
2561 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
2562 and eelf64alpha_fbsd.
2563 * Makefile.in: Regenerate.
2564 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
2565 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
2566 use a FreeBSD-specific emulation rather than the psABI one.
2567 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
2568 for all FreeBSD ELF systems.
2569 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
2570 emulation.
2571 * emulparams/elf32ppc_fbsd.sh: Likewise.
2572 * emulparams/elf64_ia64_fbsd.sh: Likewise.
2573 * emulparams/elf64_sparc_fbsd.sh: Likewise.
2574 * emulparams/elf64alpha_fbsd.sh: Likewise.
2575 * emulparams/elf_i386_fbsd.sh: Likewise.
2576 * emulparams/elf_x86_64_fbsd.sh: Likewise.
2577
2578 2002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
2579
2580 * po/tr.po: Updated version.
2581
2582 2002-02-18 Alan Modra <amodra@bigpond.net.au>
2583
2584 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
2585 (FILL): Likewise.
2586
2587 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
2588
2589 * emultempl/mmo.em (mmo_after_open): Don't call
2590 _bfd_mmix_check_all_relocs when producing ELF output.
2591
2592 2002-02-15 Richard Henderson <rth@redhat.com>
2593
2594 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
2595 definition. Emit a unop+nop pair.
2596
2597 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
2598
2599 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
2600 for presence of .MMIX.reg_contents.linker_allocated before early
2601 exit.
2602
2603 * NEWS: Mention support for MMIX.
2604
2605 2002-02-15 Alan Modra <amodra@bigpond.net.au>
2606
2607 Support arbitrary length fill patterns.
2608 * ld.texinfo (Output Section Fill): Describe fill expressions.
2609 (FILL): Refer to the above.
2610 * ldexp.h (etree_value_type): Add "str" field.
2611 (union etree_union): Add "str" to "value" struct.
2612 (exp_bigintop): Declare.
2613 (exp_get_fill): Declare.
2614 * ldexp.c: Include "safe-ctype.h".
2615 (exp_intop): Set value.str to NULL.
2616 (exp_bigintop): New function.
2617 (new_rel): Pass in "str", and set new.str from it.
2618 (new_rel_from_section): Set new.str to NULL.
2619 (fold_name): Adjust calls to new_rel.
2620 (exp_fold_tree): Likewise.
2621 (exp_get_fill): New function.
2622 * ldgram.y (struct big_int bigint, fill_type *fill): New.
2623 (INT): Returns a "bigint". Adjust all code handling INTs.
2624 (fill_opt): Returns a "fill".
2625 (fill_exp): Split out of fill_opt, use for FILL.
2626 * ldlang.h (struct _fill_type): New.
2627 (fill_type): Move typedef to ldexp.h.
2628 (lang_output_section_statement_type): "fill" is now a pointer.
2629 (lang_fill_statement_type): Likewise.
2630 (lang_padding_statement_type): Likewise.
2631 (lang_add_fill): Now takes a "fill_type *" param.
2632 (lang_leave_output_section_statement): Likewise.
2633 (lang_do_assignments): Likewise.
2634 (lang_size_sections): Likewise.
2635 (lang_leave_overlay_section): Likewise.
2636 (lang_leave_overlay): Likewise.
2637 * ldlang.c: Include ldgram.h after ldexp.h.
2638 (lang_output_section_statement_lookup): Adjust for fill_type change.
2639 (print_fill_statement): Likewise.
2640 (print_padding_statement): Likewise.
2641 (insert_pad): Now takes a "fill_type *" arg.
2642 (size_input_section): Likewise.
2643 (lang_size_sections_1): Likewise.
2644 (lang_size_sections): Likewise.
2645 (lang_do_assignments): Likewise.
2646 (lang_add_fill): Likewise.
2647 (lang_leave_output_section_statement): Likewise.
2648 (lang_leave_overlay_section): Likewise.
2649 (lang_leave_overlay): Likewise.
2650 Adjust all callers of the above function.
2651 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
2652 starting with "0X" as well as "0x". Return bigint.str for hex
2653 numbers starting with "0x" or "0X", zero bigint.str otherwise.
2654 Always use base 16 for numbers starting with "$".
2655 * ldmain.c: Include ldgram.h after ldexp.h.
2656 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
2657 of bfd_fill_link_order.
2658 * pe-dll.c: Adjust lang_do_assignments calls.
2659 * emultempl/elf32.em: Likewise.
2660 * emultempl/hppaelf.em: Likewise.
2661 * emultempl/ppc64elf.em: Likewise.
2662 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
2663 lang_add_assignment call.
2664 * emultempl/pe.em: Likewise.
2665
2666 2002-02-14 Phil Edwards <pme@gcc.gnu.org>
2667
2668 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
2669 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
2670 the pattern in question is not a regexp.
2671 * ldlang.c: Likewise.
2672 * ldlang.h: Likewise.
2673 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
2674
2675 2002-02-12 Jakub Jelinek <jakub@redhat.com>
2676
2677 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
2678 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
2679 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
2680 * ldexp.c (exp_data_seg): New variable.
2681 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
2682 (fold_binary): Handle DATA_SEGMENT_ALIGN.
2683 (exp_fold_tree): Handle DATA_SEGMENT_END.
2684 Pass allocation_done when recursing instead of hardcoding
2685 lang_allocating_phase_enum.
2686 * ldexp.h (exp_data_seg): New.
2687 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
2688 (lang_size_sections): New.
2689 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
2690 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
2691 if COMMONPAGESIZE is defined.
2692 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
2693 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
2694 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
2695 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
2696 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
2697 libraries only.
2698
2699 2002-02-11 Alan Modra <amodra@bigpond.net.au>
2700
2701 * Makefile.in: Regenerate.
2702
2703 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2704
2705 * lexsup.c: Remove strtoul declaration.
2706
2707 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2708
2709 * ldmain.c: Add prototype for main ().
2710 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
2711 * emultempl/lnk960.em (lnk960_choose_target): Function should
2712 take two arguments.
2713
2714 2002-02-10 Alan Modra <amodra@bigpond.net.au>
2715
2716 * ldlang.c (entry_section): New initialised variable.
2717 (lang_finish): Use it.
2718 * ldlang.h (entry_section): Declare.
2719 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
2720 entry_section to ".opd".
2721
2722 2002-02-09 Chris Demetriou <cgd@broadcom.com>
2723
2724 * ld.texinfo (Options): Add back in -nostdlib documentation,
2725 which had been inadvertently removed.
2726
2727 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
2728
2729 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
2730 register section vma to a sane value after emitting error. Make
2731 fatal conditions cause program exit when emitting message.
2732
2733 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
2734
2735 * configure.tgt: Add or32-*-rtems target.
2736
2737 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
2738
2739 Contribute sh64-elf.
2740 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
2741 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
2742 in OTHER_RELOCATABLE_SECTIONS.
2743 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
2744 * emulparams/shelf32.sh (STACK_ADDR): Define.
2745 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
2746 (OTHER_SECTIONS): this. Removed stack settings.
2747 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
2748 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
2749 2001-03-12 DJ Delorie <dj@redhat.com>
2750 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
2751 relaxing if any shmedia or mixed sections are found.
2752 2001-03-07 DJ Delorie <dj@redhat.com>
2753 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
2754 einfo. Gracefully decline to output to non-elf formats.
2755 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
2756 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
2757 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
2758 * emulparams/shelf32.sh: Ditto.
2759 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
2760 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
2761 comment.
2762 2001-01-10 Ben Elliston <bje@redhat.com>
2763 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
2764 non-portable shell constructs. From Hans-Peter Nilsson.
2765 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
2766 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
2767 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
2768 dependencies to the shell script include chain.
2769 * Makefile.in: Regenerate.
2770 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
2771 * emultempl/sh64elf.em: Update and tweak comments.
2772 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
2773 make a .cranges section SEC_IN_MEMORY.
2774 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
2775 * emultempl/sh64elf.em
2776 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
2777 .cranges section found to be necessary; continue and set stored
2778 section contents flags for sections with non-mixed contents.
2779 Use a struct sh64_section_data container and sh64_elf_section_data
2780 to store contents-type flags.
2781 Remove unused update of "isec".
2782 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
2783 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
2784 access contents-type flags. Assert that the associated container
2785 is initialized. Use that container, not elf_gp_size, to hold size
2786 of linker-generated cranges contents.
2787 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
2788 * emultempl/sh64elf.em
2789 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
2790 there's already a .cranges section. When section flag difference
2791 is found, don't NULL-check cranges a second time. Tweak comments.
2792 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
2793 merging, not max size, as size of ld-generated .cranges contents.
2794 Don't set ELF section flags in output section. When checking for
2795 needed .cranges descriptors, don't use a variable; compare
2796 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
2797 comments.
2798 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
2799 * emultempl/sh64elf.em: New file.
2800 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
2801 * Makefile.in: Regenerate.
2802 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
2803 (OTHER_RELOCATING_SECTIONS): Ditto.
2804 (EXTRA_EM_FILE): New, set to sh64elf if not set.
2805 * emulparams/shlelf32.sh: Stub out all settings except
2806 OUTPUT_FORMAT. Source shelf32.sh.
2807 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
2808 OTHER_RELOCATING_SECTIONS.
2809 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
2810 * emulparams/shlelf64.sh: Stub out all settings except
2811 OUTPUT_FORMAT. Source shelf64.sh.
2812 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
2813 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
2814 .cranges section.
2815 (DATA_START_SYMBOLS): Define, provide ___data.
2816 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
2817 for consecutive .data section.
2818 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
2819 section after .data section.
2820 * emulparams/shlelf64.sh: Ditto.
2821 * emulparams/shelf32.sh: Ditto.
2822 (ALIGNMENT): Define to 8.
2823 * emulparams/shelf32.sh: Ditto.
2824 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
2825 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
2826 built-in linker scripts.
2827 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
2828 * emulparams/shlelf64.sh: New.
2829 * emulparams/shelf64.sh: New.
2830 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
2831 targ_extra_emuls.
2832 * Makefile.am: Add support for shlelf64 and shelf64.
2833 * Makefile.in: Regenerate.
2834 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
2835 * configure.tgt (sh64-*-elf*): Add shelf as default.
2836 Add shlelf to targ_extra_emuls.
2837 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
2838 * emulparams/shelf32.sh: New file.
2839 * emulparams/shlelf32.sh: New file.
2840 * Makefile.am: Add support for shlelf32 and shelf32.
2841 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
2842 * Makefile.in: Regenerate.
2843
2844 2002-02-05 Hans-Peter Nilsson <hp@axis.com>
2845
2846 * ldlang.c (lang_reset_memory_regions): Rename from
2847 reset_memory_regions. Change all callers. Make public.
2848 * ldlang.h (lang_reset_memory_regions): Prototype.
2849 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
2850 lang_reset_memory_regions before lang_size_sections.
2851 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
2852 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
2853
2854 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
2855
2856 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
2857 arithmetic when checking for too many global registers.
2858
2859 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
2860
2861 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
2862 (ehppanbsd.c): New rule.
2863 * Makefile.in: Regenerate.
2864 * configure.tgt (hppa*-*-netbsd*): New target.
2865 * emulparams/hppalinux.sh: Add comment to check other files
2866 that source this file it is modified, and list which
2867 files that do.
2868 * emulparams/hppanbsd.sh: New file.
2869
2870 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
2871
2872 * scripttempl/xstormy16.sc: Don't allocate extra space for the
2873 stack.
2874
2875 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
2876
2877 Support on-demand global register allocation from
2878 R_MMIX_BASE_PLUS_OFFSET relocs.
2879 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
2880 mmix_set_reg_section_vma. Call
2881 _bfd_mmix_finalize_linker_allocated_gregs.
2882 (mmix_before_allocation): New function.
2883 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
2884 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
2885 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
2886 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
2887 before .MMIX.reg_contents.
2888 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
2889 (mmo_after_open): New function.
2890 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
2891 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
2892 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
2893
2894 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
2895
2896 * emulparams/or32.sh: New file.
2897 * emulparams/or32elf.sh: New file.
2898 * scripttempl/or32.sc: New file.
2899 * configure.tgt : Add support for or32.
2900 * configure: Regenerate
2901 * Makefile.am: Add support for or32.
2902 * Makefile.in: Regenerate.
2903 * NEWS: Mention support for or32.
2904 * po/ld.pot: Regenerate.
2905
2906 2002-01-29 Chris Demetriou <cgd@broadcom.com>
2907 Mitch Lichtenberg <mpl@broadcom.com>
2908
2909 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
2910 * emultempl/mipself.em: New file to handle MIPS ELF embedded
2911 reloc creation (ld --embedded-relocs).
2912
2913 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
2914
2915 * configure: Regenerated.
2916
2917 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
2918
2919 * Makefile.am (install): Depend on install-info.
2920 * Makefile.in: Regenerate.
2921
2922 2002-01-26 Christian Rose <menthos@menthos.com>
2923
2924 * ldmain.c (main): Use full sentences to ease translation.
2925
2926 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
2927
2928 * po/fr.po: Updated version.
2929
2930 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
2931
2932 * po/es.po: Updated version.
2933
2934 2002-01-25 Andreas Jaeger <aj@suse.de>
2935
2936 * ldlex.l (yy_input): Correct error check.
2937
2938 2002-01-25 Alan Modra <amodra@bigpond.net.au>
2939
2940 * ldmisc.c (demangle): Put back dots when string not demangled.
2941
2942 2002-01-22 Richard Henderson <rth@redhat.com>
2943
2944 * emulparams/elf64alpha.sh (NOP): Use unop.
2945
2946 2002-01-21 Andreas Jaeger <aj@suse.de>
2947
2948 * ldlex.l: Use fread instead of read.
2949
2950 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
2951
2952 * configure.tgt (ia64-*-netbsd*): New target.
2953
2954 2002-01-21 H.J. Lu <hjl@gnu.org>
2955
2956 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
2957 0.
2958 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
2959
2960 2002-01-18 Andreas Jaeger <aj@suse.de>
2961
2962 * ldver.c (ldversion): Update year.
2963
2964 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
2965
2966 * po/ld.pot: Regenerate.
2967
2968 2002-01-16 Alan Modra <amodra@bigpond.net.au>
2969
2970 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
2971 * Makefile.in: Regenerate.
2972 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
2973 * emultempl/ppc64elf.em: New file.
2974
2975 2002-01-15 DJ Delorie <dj@redhat.com>
2976
2977 * scripttempl/pe.sc: Add support for constructor priorities.
2978
2979 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
2980
2981 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
2982 * emulparams/avr23xx.sh: Likewise.
2983 * emulparams/avr4433.sh: Likewise.
2984 * emulparams/avr44x4.sh: Likewise.
2985 * emulparams/avr85xx.sh: Likewise.
2986 * emulparams/avrmega103.sh: Likewise.
2987 * emulparams/avrmega161.sh: Likewise.
2988 * emulparams/avrmega603.sh: Likewise.
2989 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
2990
2991 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
2992
2993 * ldlang.c (walk_wild_section): Exclude object file if enclosing
2994 archive is excluded.
2995
2996 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
2997
2998 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2999 (eshelf_nbsd.c): New rule.
3000 (eshlelf_nbsd.c): New rule.
3001 * Makefile.in: Regenerate.
3002 * configure.tgt (sh*le-*-netbsdelf*): New target.
3003 (sh*-*-netbsdelf*): New target.
3004 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
3005 * emulparams/shelf_nbsd.sh: New emulation.
3006 * emulparams/shlelf_nbsd.sh: New emulation.
3007
3008 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
3009
3010 * po/es.po: New file: Spanish translation.
3011 * configure.in (ALL_LINGUAS): Add es.
3012 * configure: Regenerate.
3013
3014 2002-01-06 John Marshall <jmarshall@acm.org>
3015
3016 * ld.texinfo: Note that --emit-relocs is currently only
3017 implemented for ELF.
3018
3019 2002-01-05 Alan Modra <amodra@bigpond.net.au>
3020
3021 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
3022 of bfd_section_list_remove and bfd_section_list_insert macros.
3023 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3024 * emultempl/mmo.em (mmo_place_orphan): Likewise.
3025
3026 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
3027
3028 * configure.tgt (x86_64-*-netbsd*): New target.
3029
3030 2001-12-21 Tom Rix <trix@redhat.com>
3031
3032 (gld*_create_output_section_statements): New function.
3033 For -binitfini support.
3034 * emultempl/aix.em (gld*_before_parse): Fix comment.
3035 * emultempl/aix.em (gld*_parse_args): Fix comment.
3036
3037 2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
3038
3039 * configure.tgt (mips*-dec-netbsd*): Delete alias for
3040 mips*el-*-netbsd*.
3041 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
3042
3043 * configure.tgt (arm-*-netbsdelf*): Add target.
3044 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
3045 * emulparams/armelf_nbsd.sh: Added.
3046 * Makefile.am: Add rules for earmelf_nbsd.
3047 * Makefile.in: Regenerate.
3048
3049 2001-12-19 Andreas Jaeger <aj@suse.de>,
3050 Susanne Oberhauser <froh@suse.de>
3051
3052 * configure.host: Add rules for x86_64-*linux-gnu. Change
3053 s390x-linux entry to use gcc to report configuration, replace gcc
3054 with $CC in s390-linux
3055
3056 2001-12-19 Andreas Jaeger <aj@suse.de>
3057
3058 * ld.texinfo (VERSION): Fix markup.
3059
3060 2001-12-18 matthew green <mrg@eterna.com.au>
3061
3062 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
3063 (m68kelfnbsd.c): New rule.
3064 * Makefile.in: Regenerate.
3065 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
3066 (m68*-*-netbsd*4k*): .. this.
3067 (m68*-*-netbsdelf*): New target.
3068 (m68*-*-netbsd*): Also include ELF support.
3069 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
3070 * emulparams/m68kelfnbsd.sh: New emulation.
3071
3072 2001-12-18 Jakub Jelinek <jakub@redhat.com>
3073
3074 * ldgram.y (vers_node): Support anonymous version tags.
3075 * ldlang.c (lang_register_vers_node): Ensure anonymous version
3076 tag is not defined together with non-anonymous versions.
3077 * ld.texinfo: Document it.
3078
3079 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
3080
3081 * po/tr.po: New file: Turkish translation.
3082 * configure.in (ALL_LINGUAS): Add tr.
3083 * configure: Regenerate.
3084
3085 2001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
3086
3087 * Makefile.am: Add rules for eelf64alpha_nbsd.
3088 * Makefile.in: Regenerate.
3089 * configure.tgt (alpha*-*-netbsd*): Set
3090 targ_emul to elf64alpha_nbsd.
3091 * emulparams/elf64alpha_nbsd.sh: Added.
3092
3093 2001-12-17 Alan Modra <amodra@bigpond.net.au>
3094
3095 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
3096 section_tail when fiddling with section list.
3097 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
3098 broken into separate strings to make translation easier.
3099 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
3100 fiddling with section list.
3101 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3102
3103 2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
3104
3105 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
3106
3107 2001-12-15 Alan Modra <amodra@bigpond.net.au>
3108
3109 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
3110
3111 2001-12-13 Jakub Jelinek <jakub@redhat.com>
3112
3113 * emultempl/elf32.em (finish): Supply output_bfd
3114 to bfd_elf*_discard_info.
3115 (OPTION_EH_FRAME_HDR): Define.
3116 (longopts): Add --eh-frame-hdr.
3117 (parse_args): Handle it.
3118 (list_options): Add --eh-frame-hdr to help.
3119 * emultempl/hppaelf.em (finish): Supply output_bfd
3120 to bfd_elf*_discard_info.
3121 * scripttempl/elf.sc (.eh_frame_hdr): Add.
3122
3123 2001-12-13 Alan Modra <amodra@bigpond.net.au>
3124
3125 * lexsup.c (parse_args): Don't pass shortopts to second call to
3126 getopt functions. Restore optind rather than decrementing before
3127 second call. Remove errind as it now duplicates last_optind.
3128
3129 2001-12-11 Christopher Faylor <cgf@redhat.com>
3130
3131 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
3132
3133 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
3134 Richard Henderson <rth@redhat.com>
3135
3136 * Makefile.am: Add support for xstormy16.
3137 * configure.tgt: Add support for xstormy16.
3138 * Makefile.in: Regenerate.
3139 * emulparams/elf32xstormy16.sh: New file.
3140 * scripttempl/xstormy16.sc: New file.
3141
3142 2001-10-01 Christopher Faylor <cgf@cygnus.com>
3143
3144 * Makefile.in (LIB_PATH): Make configurable.
3145 (GENSCRIPTS): Set LIB_PATH in environment.
3146 * configure.in: Substitute LIB_PATH.
3147 * configure: Regenerate.
3148 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
3149 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
3150
3151 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
3152
3153 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
3154 describing the -N option so that it is easier to translate into
3155 foreign languages.
3156
3157 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
3158
3159 * emultempl/pe.em (..._list_options): Replace multiple fprintf
3160 statements describing a single option with a single, newline
3161 escaped fprintf. This allows better translation into other
3162 languages.
3163
3164 * ldmain.c (add_archive_element): Combine multiple strings
3165 into a single string to permit better translation into other
3166 languages.
3167
3168 2001-12-05 Tom Rix <trix@redhat.com>
3169
3170 * Makefile.am: Remove eaixppc64.
3171 * Makefile.in: Regenerate.
3172
3173 2001-12-04 Tom Rix <trix@redhat.com>
3174
3175 * emultempl/aix.em (choose_target): Change default target to
3176 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
3177 warning.
3178 (gld*_read_file): Fix typo.
3179 (change_symbol_mode): Add prototype.
3180 (is_syscall): Same.
3181
3182 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
3183 * emulparams/aixrs6.sh : Same.
3184 * emulparams/ppcmacos.sh : Same.
3185 * emulparams/aixppc64.sh : Delete file.
3186 * emultempl/aix.em : Formatting changes.
3187
3188 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
3189
3190 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
3191 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
3192 __Sbss.
3193 (OTHER_END_SYMBOLS): Fix formatting.
3194 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
3195 (OTHER_END_SYMBOLS): Fix formatting.
3196
3197 2001-12-04 Alan Modra <amodra@bigpond.net.au>
3198
3199 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
3200
3201 2001-12-02 Tom Rix <trix@redhat.com>
3202
3203 * configure.tgt : Remove eaixppc64 emulations.
3204 * Makefile.in : Remove eaixppc64.c
3205 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
3206 (ldemul_default_target): Same.
3207 * emultempl/gld960.em (gld960_choose_target): Same.
3208 * emultempl/gld960c.em (gld960_choose_target): Same.
3209 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
3210 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
3211 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
3212 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
3213 * emultempl/aix.em (choose_target): New function. Handle emulation of
3214 -b32 and -b64.
3215
3216 2001-11-27 H.J. Lu <hjl@gnu.org>
3217
3218 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
3219 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
3220 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
3221 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
3222 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
3223 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
3224 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
3225 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
3226
3227 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
3228 is not empty.
3229 (SDATA): Likewise.
3230 (REL_SDATA): Likewise.
3231 (REL_SBSS): Likewise.
3232 (REL_SDATA2): Likewise.
3233 (REL_SBSS2): Likewise.
3234 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
3235 (SDATA2): Likewise.
3236
3237 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3238
3239 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
3240 destructor in rom.
3241 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
3242
3243 2001-11-22 H.J. Lu <hjl@gnu.org>
3244
3245 * Makefile.in: Regenerated with automake based on automake
3246 1.4-8 in RedHat 7.1.
3247
3248 2001-11-22 Alan Modra <amodra@bigpond.net.au>
3249
3250 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
3251 (config.status): Delete rule.
3252 Add extra dependencies to cover sourced emulparams files.
3253 * Makefile.in: Regenerate.
3254
3255 * scripttempl/elf.sc: Order <section>, <section>.* and
3256 corresponding linkonce sections as seen in input files.
3257 Formatting fixes. Zero vma of all sections if not relocating.
3258 (STACK): Define and insert if STACK_ADDR defined.
3259 (OTHER_RELOCATING_SECTIONS): Delete.
3260 (OTHER_END_SYMBOLS): Define.
3261 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
3262 (OTHER_READWRITE_SECTIONS): Likewise.
3263 (OTHER_GOT_SECTIONS): Likewise.
3264 (OTHER_SDATA_SECTIONS): Likewise.
3265 (OTHER_BSS_SECTIONS): Likewise.
3266 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
3267 (OTHER_READWRITE_SECTIONS): Likewise.
3268 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
3269 (OTHER_READWRITE_SECTIONS): Likewise.
3270
3271 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
3272 (STACK_ADDR): Define.
3273 * emulparams/armelf_oabi.sh: As for armelf.sh.
3274 * emulparams/elf32mcore.sh: As for armelf.sh.
3275 * emulparams/h8300elf.sh: As for armelf.sh.
3276 * emulparams/mn10200.sh: As for armelf.sh.
3277 * emulparams/shelf.sh: As for armelf.sh.
3278
3279 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
3280 (OTHER_END_SYMBOLS): Define.
3281 * emulparams/m32relf.sh: As for elf32fr30.sh.
3282 * emulparams/h8300helf.sh: As for elf32fr30.sh.
3283 * emulparams/h8300self.sh: As for elf32fr30.sh.
3284
3285 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
3286 defines with RELOCATING test.
3287 (OTHER_SDATA_SECTIONS): Likewise.
3288 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3289 (OTHER_END_SYMBOLS): ..this.
3290 * emulparams/crislinux.sh: As for criself.sh.
3291
3292 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
3293 if not relocating.
3294 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3295 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
3296 normal and linkonce sections as seen in input files.
3297 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
3298 (TEXT_DYNAMIC): Likewise.
3299 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
3300 (OTHER_SDATA_SECTIONS): Likewise.
3301 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3302 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
3303 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
3304 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
3305 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
3306 (OTHER_PLT_RELOC_SECTIONS): Likewise.
3307 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
3308 sections as seen in input files.
3309 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
3310 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
3311 if not relocating.
3312 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
3313 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
3314 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
3315 (OTHER_SECTIONS): Instead, use this..
3316 (OTHER_END_SYMBOLS): ..and this.
3317
3318 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
3319 * emulparams/elf32bsmip.sh: Likewise.
3320 * emulparams/elf32btsmip.sh: Likewise.
3321 * emulparams/elf32ebmip.sh: Likewise.
3322 * emulparams/elf32lmip.sh: Likewise.
3323 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
3324 * emulparams/elf32lsmip.sh: Likewise.
3325 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
3326 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
3327 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
3328 * emulparams/elf64btsmip.sh: Likewise.
3329 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
3330 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
3331 * emulparams/elf32ppclinux.sh: Likewise.
3332 * emulparams/elf32ppcsim.sh: Likewise.
3333 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
3334 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
3335 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
3336 * emulparams/h8300self.sh: Likewise.
3337 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
3338 * emulparams/sh.sh: Comment.
3339 * emulparams/shl.sh: Source sh.sh, remove duplicates.
3340 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
3341 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
3342
3343 2001-11-21 David Heine <dlheine@tensilica.com>
3344 Alan Modra <amodra@bigpond.net.au>
3345
3346 * ldlang.c (map_input_to_output_sections): Replace "break"
3347 accidentally removed with 2001-08-03 change.
3348 (lang_gc_sections_1): Likewise.
3349
3350 2001-11-21 Alan Modra <amodra@bigpond.net.au>
3351
3352 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
3353
3354 2001-11-20 Angela Marie Thomas <angela@redhat.com>
3355
3356 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
3357 of false when calling lang_size_sections.
3358 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3359
3360 2001-11-15 Alan Modra <amodra@bigpond.net.au>
3361
3362 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
3363 function when LDEMUL_FINISH isn't set to the same name. Don't
3364 call ${LDEMUL_FINISH}.
3365 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
3366 * emultempl/armelf.em (arm_elf_finish): Call
3367 gld${EMULATION_NAME}_finish.
3368 * emultempl/hppaelf.em (hppaelf_finish): Rename to
3369 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
3370 hppaelf_layout_sections_again if necessary.
3371 (need_laying_out): New var.
3372 (hppaelf_layaout_sections_again): Rename to
3373 hppaelf_layout_sections_again. Clear need_laying_out.
3374 (PARSE_AND_LIST_OPTIONS): Format text.
3375
3376 2001-11-14 H.J. Lu <hjl@gnu.org>
3377
3378 * emultempl/armelf.em (arm_elf_finish): Renamed from
3379 gld${EMULATION_NAME}_finish.
3380 (LDEMUL_FINISH): Set to arm_elf_finish.
3381
3382 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
3383
3384 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
3385 (struct ld_emulation_xfer_struct): Use it.
3386
3387 2001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
3388
3389 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
3390 additional symbols referenced by newer crt0.o files from HP.
3391
3392 2001-11-12 Anthony Green <green@redhat.com>
3393
3394 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
3395
3396 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
3397
3398 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
3399 * Makefile.in: Regenerate.
3400
3401 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3402
3403 * ld.texinfo: Use @command for commands, @option for options.
3404 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
3405 the page man title.
3406 * Makefile.in: Rebuild.
3407
3408 2001-11-04 Chris Demetriou <cgd@broadcom.com>
3409
3410 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
3411 Add support for targets.
3412
3413 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
3414
3415 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
3416 * configure: Regernate.
3417 * po/fr.po: New file.
3418 * po/sv.po: New file.
3419
3420 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
3421
3422 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
3423 as little endian default and to support big endian.
3424
3425 2001-11-01 Chris Demetriou <cgd@broadcom.com>
3426
3427 * ld.texinfo (Options): Document new option, -nostdlib.
3428 * lexsup.c (OPTION_NOSTDLIB): New definition.
3429 (ld_options): Add entry for "nostdlib".
3430 (parse_args): Handle OPTIONS_NOSTDLIB.
3431 * ldfile.c (ldfile_add_library_path): Don't add directories
3432 to the search path if they weren't specified on the command line
3433 and -nostdlib was specified.
3434 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
3435
3436 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
3437
3438 * lexsup.c (parse_args): Prevent infinite parsing loop when
3439 "-rpath.a" is specified on the command line.
3440 Replace calls to fprintf with calls to einfo.
3441
3442 2001-10-31 John Marshall <jmarshall@acm.org>
3443
3444 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
3445 appear only once across all the linker scripts involved in a link
3446 invocation no longer applies. Make the documentation reflect
3447 that.
3448
3449 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
3450
3451 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
3452 targets.
3453 (sh-*-linux*): Added targ_extra_libpath.
3454
3455 2001-10-31 David Heine <dlheine@tensilica.com>
3456
3457 * ldlang.c (lang_size_sections): Keep a valid output_offset field
3458 for padding statements.
3459
3460 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
3461
3462 * configure.tgt (mmix-*-*): New target.
3463 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
3464 Add dependencies to match.
3465 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
3466 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
3467 scripttempl/mmo.sc: New files.
3468 * gen-doc.texi: @set MMIX.
3469 * ld.texinfo: Ditto.
3470 [MMIX] Add MMIX node.
3471 * Makefile.in: Regenerate.
3472
3473 2001-10-29 Kazu Hirata <kazu@hxi.com>
3474
3475 * ldlang.c: Fix a comment typo.
3476
3477 2001-10-23 Alan Modra <amodra@bigpond.net.au>
3478
3479 * configure.host: Move alpha*-*-linux-gnu* entry to generic
3480 entries, and match *-*-linux*.
3481
3482 2001-10-20 Alan Modra <amodra@bigpond.net.au>
3483
3484 * ldgram.y (mri_script_command): Surround processing of INCLUDE
3485 with ldlex_script, ldlex_popstate.
3486 (ifile_p1): Likewise.
3487 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
3488 correct slot.
3489 (lex_push_file): Save current lineno to lineno_stack. Set lineno
3490 to 1. Don't BEGIN(SCRIPT).
3491 (lex_redirect): Similarly.
3492 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
3493
3494 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
3495
3496 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
3497 __EH_FRAME_END__ and accept eh frames into data section.
3498 Add ctor and dtor sections.
3499
3500 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3501
3502 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
3503 (auto-export): Fix indentation.
3504
3505 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3506
3507 * pe-dll.c (autofilter_objectlist): Add startup objects
3508 for profiling.
3509 (auto-export): Constify char * p.
3510 Extract file basename and use strcmp rather than ststr
3511 for object lookup.
3512
3513 2001-10-18 Chris Demetriou <cgd@broadcom.com>
3514
3515 * ldmain.c (get_emulation): Improve comment about the handling
3516 of -mipsN options.
3517
3518 2001-10-17 Alan Modra <amodra@bigpond.net.au>
3519
3520 * po/POTFILES.in: Regenerate.
3521
3522 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
3523
3524 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
3525 -z nocopyreloc and -z nocombreloc usage strings.
3526
3527 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
3528
3529 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
3530 in usage.
3531
3532 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
3533
3534 * scripttempl/armaout.sc: Place .bss section after end of aligned
3535 data section to match behaviour of aout code in constructrion of
3536 header.
3537
3538 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3539
3540 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
3541 startup files for mingw32 dlls to list.
3542
3543 2001-10-10 Chris Demetriou <cgd@broadcom.com>
3544
3545 * emultempl/elf32.em: Fix shell 'if' usage for portability.
3546
3547 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
3548
3549 * configure.tgt (targ): Add arm9e-*-elf.
3550
3551 2001-10-05 H.J. Lu <hjl@gnu.org>
3552
3553 * genscripts.sh: Fix a typo in the last change.
3554
3555 2001-10-05 Jakub Jelinek <jakub@redhat.com>
3556
3557 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
3558 -z nocombreloc in usage.
3559
3560 2001-10-03 Jim Blandy <jimb@redhat.com>
3561
3562 * genscripts.sh: Include a comment at the top of each generated
3563 script, explaining its purpose.
3564
3565 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
3566
3567 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
3568 * NEWS: Mention -z nocopyreloc.
3569 * ld.texinfo (Options): Describe nocopyreloc.
3570
3571 2001-10-03 Alan Modra <amodra@bigpond.net.au>
3572
3573 * configure: Regenerate.
3574
3575 2001-10-02 Alan Modra <amodra@bigpond.net.au>
3576
3577 * ldver.h (ld_program_version): Remove declaration.
3578 * lexsup.c (parse_args): Move printing of copyright message..
3579 * ldver.c (ldversion): .. to here.
3580 Use BFD_VERSION_STRING in place of BFD_VERSION.
3581 (ld_program_version): Remove.
3582 * Makefile.am (Makefile): Depend on bfd/configure.in.
3583 Run "make dep-am".
3584 * Makefile.in: Regenerate.
3585
3586 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
3587
3588 * Makefile.am: Update dependencies with "make dep-am".
3589 * Makefile.in: Regenerate.
3590
3591 2001-09-29 John Reiser <jreiser@BitWagon.com>
3592
3593 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
3594 * lexsup.c: Add --no-define-common commandline option.
3595 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
3596 * ldlex.l: Likewise.
3597 * ld.h: Add command_line.inhibit_common_definition.
3598 * ldmain.c (main): Initialize.
3599 * ld.texinfo: Document.
3600
3601 2001-09-29 Alan Modra <amodra@bigpond.net.au>
3602
3603 * ldlang.c (section_already_linked): Remove assignment to kept_section.
3604
3605 2001-09-26 Alan Modra <amodra@bigpond.net.au>
3606
3607 * ldmisc.c (USE_STDARG): Remove.
3608 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
3609 (einfo): Likewise.
3610 (minfo): Likewise.
3611 (lfinfo): Likewise.
3612
3613 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
3614 declarations. Update copyright.
3615
3616 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
3617
3618 * pe-dll.c: Remove obsoleted declaration of
3619 pe_get_data_import_dll_name.
3620 (pe_create_import_fixup): Fix thinko.
3621
3622 * ld.texinfo(enable-auto-import): Clarify the explanation.
3623
3624 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
3625
3626 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
3627 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
3628 DLL_SUPPORT controlled code.
3629
3630 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
3631
3632 * emultempl/pe.em(pe_data_import_dll): Make static.
3633 (pe_get_data_import_dll_name): New accessor function.
3634 * pe-dll.c(pe_create_import_fixup): call
3635 pe_get_data_import_dll_name() from pe.em, instead of
3636 directly accessing pe_data_import_dll variable from pe.em.
3637
3638 2001-09-18 Bruno Haible <haible@clisp.cons.org>
3639
3640 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
3641 (def_file_add_directive): Use ISSPACE instead of isspace.
3642 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
3643 isdigit/isxdigit/isalpha/isalnum.
3644 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
3645 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
3646 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
3647 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
3648 isalnum.
3649 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
3650 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
3651 isupper/tolower.
3652 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
3653 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
3654 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
3655 (ctor_prio): Use ISDIGIT instead of isdigit.
3656 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
3657 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
3658 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
3659 isupper/tolower.
3660 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
3661 (stricpy): Use TOLOWER instead of isupper/tolower.
3662 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
3663 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
3664 (lex_warn_invalid): Use ISPRINT instead of isprint.
3665 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
3666 (main): For gettext, also set the LC_CTYPE locate facet.
3667 (add_keepsyms_file): Use ISSPACE instead of isspace.
3668 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
3669 (is_num, parse_args): Use ISDIGIT instead of isdigit.
3670 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
3671 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
3672 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
3673 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
3674 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
3675 (quoteput): Use ISSPACE instead of isspace.
3676 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
3677 instead of isalnum.
3678
3679 2001-09-18 Alan Modra <amodra@bigpond.net.au>
3680
3681 * deffilep.y (def_stash_module): Constify "name" param.
3682
3683 * pe-dll.c: Replace CONST with const throughout.
3684 (quick_symbol): Constify "n1", "n2", "n3" params.
3685 (make_singleton_name_thunk): Constify "import" param. Make
3686 "buffer_len" a size_t.
3687 (make_import_fixup_entry): Constify "name", "fixup_name",
3688 "dll_symname" params.
3689 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
3690 (pe_get32): Likewise.
3691 (pe_implied_import_dll): Likewise.
3692
3693 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
3694 (sort_by_section_name): Likewise.
3695
3696 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
3697 (make_import_fixup): Cast printf arg, rel->address to long rather
3698 than int.
3699 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
3700
3701 2001-09-15 Alan Modra <amodra@bigpond.net.au>
3702
3703 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
3704 defines BufferSize. Increase buffer size by one.
3705
3706 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
3707
3708 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
3709
3710 2001-09-14 Kevin Lo <kevlo@openbsd.org>
3711
3712 * configure.tgt: Add arm-openbsd target.
3713
3714 2001-09-12 H.J. Lu <hjl@gnu.org>
3715
3716 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
3717 eelf64lppc.o to ...
3718 (ALL_64_EMULATIONS): Here.
3719 * Makefile.in: Regenerated.
3720
3721 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3722
3723 * emultempl/pe.em(make_import_fixup): change signature to
3724 take asection as well as arelec; we need this for proper
3725 error reporting. Only call pe_create_import_fixup() if
3726 there is no attempt to add a constant addend to the reloc;
3727 otherwise, report error condition.
3728 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
3729 since final argument is a pointer to make_import_fixup().
3730 Change call to cb() to match make_import_fixup() signature.
3731 (make_import_fixup_mark): make buffer_len unsigned.
3732 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
3733
3734 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
3735
3736 * ld.texinfo: add verbose documentation for auto-import
3737 direct-addressing workaround, to compliment the terse
3738 error message.
3739
3740 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
3741
3742 * scripttempl/v850.sc: Add gcc_except_table sections.
3743
3744 2001-09-11 Jeffrey A Law (law@cygnus.com)
3745
3746 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
3747 * emulparams/h8300self.sh: Similarly.
3748
3749 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
3750
3751 * ld.texinfo (Options, --stack): Correct default value for stack
3752 reserve.
3753
3754 2001-09-05 Tom Rix <trix@redhat.com>
3755
3756 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
3757
3758 2001-09-03 Andreas Jaeger <aj@suse.de>
3759
3760 * emultempl/beos.em: Declare prototypes for comparions functions,
3761 adjust definitions.
3762
3763 2001-09-02 Andreas Jaeger <aj@suse.de>
3764
3765 * emultempl/aix.em: Add missing prototype.
3766 * emultempl/lnk960.em: Likewise.
3767 * emultempl/vanilla.em: Likewise.
3768 * emultempl/armcoff.em: Likewise.
3769 * emultempl/armelf_oabi.em: Likewise.
3770 * emultempl/beos.em: Likewise.
3771 * emultempl/gld960c.em: Likewise.
3772 * emultempl/gld960.em: Likewise.
3773
3774 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
3775 for prototype declaration.
3776
3777 2001-08-31 Eric Christopher <echristo@redhat.com>
3778 Jason Eckhardt <jle@redhat.com>
3779
3780 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
3781
3782 2001-08-31 Andreas Jaeger <aj@suse.de>
3783
3784 * emultempl/pe.em: Add missing prototypes.
3785 (gld_${EMULATION_NAME}_after_open): Remove extra args to
3786 pe_find_data_imports.
3787 (pr_sym): Add unused attribute.
3788
3789 2001-08-29 Joel Sherrill <joel@OARcorp.com>
3790
3791 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
3792 default from coff to elf.
3793
3794 2001-08-29 Jeff Law <law@redhat.com>
3795
3796 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
3797 ARCH specification.
3798 * emulparams/h8300self.sh: Similarly.
3799
3800 2001-08-28 J"orn Rennecke <amylaar@redhat.com>
3801
3802 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
3803 eh8300self.o .
3804 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
3805 * configure.tgt (h8300-*-elf*): New case.
3806 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
3807 * emulparams/h8300self.sh: New file.
3808 * Makefile.in: Regenerated.
3809
3810 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
3811
3812 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
3813 with macro name.
3814
3815 2001-08-27 Linus Nordberg <linus@swox.com>
3816 Alan Modra <amodra@bigpond.net.au>
3817
3818 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
3819 (eelf64ppc.c, eelf64lppc.c): Add make targets.
3820 Run "make dep-am"
3821 * Makefile.in: Regenerate.
3822 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
3823 entries to correct alphabetical position.
3824 * emulparams/elf64ppc.sh: New.
3825 * emulparams/elf64lppc.sh: New.
3826
3827 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
3828
3829 * ldmain.c (main): Declare BSIZE as static.
3830
3831 2001-08-23 Jakub Jelinek <jakub@redhat.com>
3832
3833 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
3834 into .rel.dyn resp. .rela.dyn if combreloc.
3835 (get_script): If .x linker script is equal to .xn, only put it
3836 once into the binary.
3837 Add .xc and .xsc scripts.
3838 (parse_args): Handle -z combreloc and -z nocombreloc.
3839 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
3840 For .xc and .xsc scripts put all .rel* or .rela* input sections
3841 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
3842 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
3843 is elf.
3844 Strip trailing whitespace from script.
3845 Generate .xc and .xsc scripts if requested.
3846 * ldmain.c (main): Initialize link_info.combreloc and
3847 link_info.spare_dynamic_tags.
3848 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
3849 (ld_options): Add --spare-dynamic-tags option.
3850 (parse_args): Likewise.
3851 * ld.texinfo: Document -z combreloc and -z nocombreloc.
3852 * ldint.texinfo: Document .xc and .xsc linker scripts.
3853 * NEWS: Add notes about -z combreloc and SHF_MERGE.
3854
3855 2001-08-22 H.J. Lu <hjl@gnu.org>
3856
3857 * emulparams/elf32fr30.sh: Add a newline.
3858
3859 2001-08-21 Andreas Jaeger <aj@suse.de>
3860
3861 * deffilep.y: Add missing prototypes.
3862 * pe-dll.c: Likewise.
3863
3864 2001-08-20 Alan Modra <amodra@bigpond.net.au>
3865
3866 * ldlang.c (insert_pad): Fix typos in last patch.
3867
3868 * ldlang.c: When traversing lang_statement_union_type lists,
3869 consistently use "header.next" rather than "next".
3870 * mpw-eppcmac.c: Likewise.
3871 * emultempl/beos.em: Likewise.
3872 * emultempl/hppaelf.em: Likewise.
3873 * emultempl/pe.em: Likewise.
3874 * ldlang.h (union lang_statement_union): Remove "next" field.
3875
3876 * ldlang.c (insert_pad): Use offsetof macro.
3877 (lang_size_sections): Always neuter padding statements.
3878 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
3879
3880 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
3881 passed to lang_size_sections.
3882 (pe_exe_fill_sections): Likewise.
3883 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
3884 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
3885
3886 2001-08-18 Alan Modra <amodra@bigpond.net.au>
3887
3888 * emultempl/aix.em: Formatting fixes.
3889
3890 2001-08-18 Alan Modra <amodra@bigpond.net.au>
3891
3892 * ldlang.c (insert_pad): Make use of an existing pad statement if
3893 available. Move code calculating alignment, adjusting section
3894 alignment power, and adjusting dot to ..
3895 (size_input_section): .. here. Remove unused relax param.
3896 (lang_size_sections): Change boolean `relax' param to boolean *.
3897 Adjust call to size_input_section. Make use of insert_pad to
3898 place pad after the assignment statement. If relaxing, zap
3899 padding statements.
3900 (reset_memory_regions): Reset output_bfd section sizes too.
3901 (relax_again): Move to..
3902 (lang_process): ..here. Adjust call to lang_size_sections, and
3903 remove duplicated code.
3904 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
3905
3906 2001-08-17 Alan Modra <amodra@bigpond.net.au>
3907
3908 * ld.texinfo: Document that fill values now use the four least
3909 significant bytes.
3910 * emulparams/elf32fr30.sh (NOP): Update.
3911 * emulparams/elf32mcore.sh: Likewise.
3912 * emulparams/elf64_s390.sh: Likewise.
3913 * emulparams/elf_i386.sh: Likewise.
3914 * emulparams/elf_i386_be.sh: Likewise.
3915 * emulparams/elf_i386_chaos.sh: Likewise.
3916 * emulparams/elf_i386_ldso.sh: Likewise.
3917 * emulparams/elf_s390.sh: Likewise.
3918 * emulparams/elf_x86_64.sh: Likewise.
3919 * emulparams/i386moss.sh: Likewise.
3920 * emulparams/i386nw.sh: Likewise.
3921 * emulparams/m68kelf.sh: Likewise.
3922 * scripttempl/elf.sc: Update NOP comment.
3923 * scripttempl/elfi370.sc: Likewise.
3924 * scripttempl/elfm68hc11.sc: Likewise.
3925 * scripttempl/elfm68hc12.sc: Likewise.
3926 * scripttempl/nw.sc: Likewise.
3927
3928 2001-08-15 Tom Rix <trix@redhat.com>
3929
3930 * ldgram.y (saved_script_handle): Initialize to NULL.
3931 * ldmain.c (main): Change check on saved_script_handle.
3932
3933 2001-08-14 Alan Modra <amodra@bigpond.net.au>
3934
3935 * emultempl/elf32.em: Formatting fixes.
3936 (output_prev_sec_find): Test for bfd_ind_section too; do so by
3937 looking at sec->owner.
3938 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
3939 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
3940 unused code, and reorganize orphan section placement code.
3941
3942 * ldlang.c (wild_doit): Rename to lang_add_section.
3943 * ldlang.h: Here too.
3944 * mpw-elfmips.c: And here.
3945 * emultempl/beos.em: And here.
3946 * emultempl/elf32.em: And here.
3947 * emultempl/hppaelf.em: And here.
3948 * emultempl/pe.em: And here.
3949
3950 2001-08-13 Richard Henderson <rth@redhat.com>
3951
3952 * emultempl/needrelax.em: New file.
3953 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
3954 * Makefile.am (eelf64_ia64.c): Depend on it.
3955 * Makefile.in: Rebuild.
3956
3957 2001-08-13 Alan Modra <amodra@bigpond.net.au>
3958
3959 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
3960 output_section is set non-NULL.
3961
3962 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
3963 `true' for SEC_EXCLUDE sections so that the generic code doesn't
3964 needlessly create an output_section_statement. Treat a correctly
3965 named output_section_statement with NULL bfd_section as compatible.
3966
3967 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
3968
3969 * emultempl/generic.em: Support EXTRA_EM_FILE.
3970 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
3971 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3972 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3973 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3974 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3975 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3976 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3977 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3978 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3979 LDEMUL_FIND_POTENTIAL_LIBRARIES.
3980
3981 2001-08-12 Richard Henderson <rth@redhat.com>
3982
3983 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
3984 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
3985 scripttempl/v850.sc: Keep .jcr data.
3986
3987 2001-08-12 H.J. Lu <hjl@gnu.org>
3988 Andrew Haley <aph@cambridge.redhat.com>
3989 Nick Clifton <nickc@redhat.com>
3990
3991 * ldgram.y (had_script): Change name to saved_script_handle.
3992 Change type to file handle.
3993 * ld.h (had_script): Rename and retype.
3994 * ldfile.c (ldfile_open_command_file): Save the file handle
3995 used in saved_script_handle.
3996 * lexsup.c (parse_args): Do not allow -c option to alter
3997 saved_script_handle.
3998 * ldmain.c (main): Print out the linker script used if
3999 --verbose is given. Check saved_script_handle to obtain the
4000 external linker script used, or if NULL, dump the builtin
4001 script.
4002 * ld.texinfo: Document that --verbose now dumps the linker
4003 script used, regardless of whether it was an internal or an
4004 external script.
4005
4006 2001-08-10 Andreas Jaeger <aj@suse.de>
4007
4008 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
4009 to build warnings.
4010 * configure: Regenerate.
4011
4012 2001-08-09 Alan Modra <amodra@bigpond.net.au>
4013
4014 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
4015
4016 * scripttempl/elf.sc: Move non-text .dynamic section before
4017 .plt/.got/.sdata* group.
4018 (OTHER_GOT_SECTIONS): Move to immediately after .got.
4019 (OTHER_SDATA_SECTIONS): Add.
4020 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
4021 OTHER_GOT_SECTIONS.
4022 * emulparams/crislinux.sh: Likewise.
4023 * emulparams/elf32b4300.sh: Likewise.
4024 * emulparams/elf32bmip.sh: Likewise.
4025 * emulparams/elf32bmipn32.sh: Likewise.
4026 * emulparams/elf32bsmip.sh: Likewise.
4027 * emulparams/elf32btsmip.sh: Likewise.
4028 * emulparams/elf32ebmip.sh: Likewise.
4029 * emulparams/elf32elmip.sh: Likewise.
4030 * emulparams/elf32l4300.sh: Likewise.
4031 * emulparams/elf32lmip.sh: Likewise.
4032 * emulparams/elf32lsmip.sh: Likewise.
4033 * emulparams/elf32ltsmip.sh: Likewise.
4034 * emulparams/elf64bmip.sh: Likewise.
4035 * emulparams/elf64btsmip.sh: Likewise.
4036 * emulparams/elf64ltsmip.sh: Likewise.
4037
4038 2001-08-08 Alan Modra <amodra@bigpond.net.au>
4039
4040 * genscripts.sh: Source the emulparams script before each output
4041 script is generated so that variables like `RELOCATING' may affect
4042 variables defined in the emulparams script.
4043
4044 2001-08-04 Alan Modra <amodra@bigpond.net.au>
4045
4046 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
4047 order.
4048
4049 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
4050 ie. iterate over wild_statement.section_list.
4051 (gld${EMULATION_NAME}_place_orphan): Likewise.
4052
4053 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4054
4055 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
4056 .fini[0-4] sections used by _exit
4057 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
4058 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
4059 * scripttempl/elfm68hc11.sc: Likewise.
4060
4061 2001-08-03 H.J. Lu <hjl@gnu.org>
4062
4063 * emultempl/beos.em (init): Add the missing initialization.
4064
4065 2001-08-03 Alan Modra <amodra@bigpond.net.au>
4066
4067 * ld.texinfo (Input Section Basics): Clarify ordering of output
4068 sections.
4069 * ldlang.c (callback_t): Add wildcard_list param.
4070 (walk_wild_section): Remove "section" param. Rewrite for
4071 lang_wild_statement_type change. Remove unique_section_p test.
4072 (walk_wild_file): Remove "section" param.
4073 (walk_wild): Remove "section" and "file" params.
4074 (lang_gc_wild): Likewise.
4075 (wild): Likewise. Modify for lang_wild_statement_type change.
4076 (wild_sort): Likewise. Add "sec" param.
4077 (gc_section_callback): Likewise.
4078 (output_section_callback): Likewise. Do unique_section_p test.
4079 (map_input_to_output_sections): Modify call to wild.
4080 (lang_gc_sections_1): Likewise.
4081 (print_wild_statement): Modify for lang_wild_statement_type
4082 change.
4083 (lang_add_wild): Replace filename, filenames_sorted param with
4084 filespec. Replace section_name, sections_sorted,
4085 exclude_filename_list with section_list.
4086 * ldlang.h (lang_add_wild): Here too.
4087 (lang_wild_statement_type): Replace section_name, sections_sorted,
4088 and exclude_filename_list with section_list.
4089 * ldgram.y (current_file): Delete.
4090 (%union): Add wildcard_list.
4091 (file_NAME_list): Set type to wildcard_list. Build a linked list
4092 rather than calling lang_add_wild for each entry.
4093 (input_section_spec_no_keep): Call lang_add_wild here instead.
4094 * ld.h (struct wildcard_list): Declare.
4095 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
4096
4097 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
4098
4099 * ldmain.c (main): initialize link_info.pei386_auto_import
4100 * pe-dll.c: new tables for auto-export filtering
4101 (auto_export): change API, pass abfd for contextual filtering.
4102 Loop thru tables of excluded symbols instead of comparing
4103 "by hand".
4104
4105 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
4106
4107 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
4108 static variable current_sec (static struct sec *). Add
4109 forward declaration for add_bfd_to_link.
4110 (process_def_file): Don't export undefined symbols. Do not
4111 export symbols starting with "_imp__". Call auto_export()
4112 with new API.
4113 (pe_walk_relocs_of_symbol): New function.
4114 (generate_reloc): add optional extra debugging
4115 (pe_dll_generate_def_file): eliminate extraneous initial blank
4116 line in output
4117 (make_one): enlarge symtab to make room for __nm__ symbols
4118 (DATA auto-import support).
4119 (make_singleton_name_thunk): New function.
4120 (make_import_fixup_mark): New function.
4121 (make_import_fixup_entry): New function.
4122 (pe_create_import_fixup): New function.
4123 (add_bfd_to_link): Specify that 'name' argument is a CONST
4124 char *.
4125 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
4126 declare new functions pe_walk_relocs_of_symbol and
4127 pe_create_import_fixup.
4128 * emultempl/pe.em: add new options --enable-auto-import,
4129 --disable-auto-import, and --enable-extra-pe-debug.
4130 (make_import_fixup): New function.
4131 (pe_find_data_imports): New function.
4132 (pr_sym): New function.
4133 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
4134 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
4135 CODE.
4136
4137 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
4138
4139 * ld.texinfo: add additional documentation for
4140 --export-all-symbols. Document --out-implib,
4141 --enable-auto-image-base, --disable-auto-image-base,
4142 --dll-search-prefix, --enable-auto-import, and
4143 --disable-auto-import.
4144 * ldint.texinfo: Add detailed documentation on auto-import
4145 implementation.
4146
4147 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
4148
4149 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
4150 example.
4151
4152 2001-07-24 Alan Modra <amodra@bigpond.net.au>
4153
4154 * Makefile.am: Update dependencies with "make dep-am".
4155 * Makefile.in: Regenerate
4156
4157 2001-07-23 Alan Modra <amodra@bigpond.net.au>
4158
4159 * ldcref.c (check_section_sym_xref): New function.
4160 (check_nocrossrefs): Call it.
4161 (check_nocrossref): Interate over h->refs here instead of..
4162 (check_refs): ..here. Pass in the symbol name, section, and bfd
4163 rather than hash_entry pointers.
4164 (struct check_refs_info): Keep symbol name rather than hash entry.
4165 Remove "same".
4166 (check_reloc_refs): Tweak for above changes in check_refs_info.
4167 Only report references to section syms when symname is NULL to
4168 prevent duplicate messages for the same reloc.
4169
4170 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
4171
4172 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
4173 available. Do not print NULL trees.
4174 (exp_print_token): Print unknown tokens with values > 126 as
4175 decimal values not ASCII characters.
4176
4177 * ldlang.c (lang_leave_overlay): If a region is specified assign
4178 it to all sections inside the overlay unless they have been
4179 assigned to the own, non-default, memory region.
4180
4181 * README: Add header for consistency with other README files.
4182
4183 2001-07-14 H.J. Lu <hjl@gnu.org>
4184
4185 * emultempl/elf32.em (output_prev_sec_find): Never return
4186 bfd_abs_section_ptr, bfd_com_section_ptr nor
4187 bfd_und_section_ptr.
4188
4189 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
4190
4191 * Makefile.am (em32relf.c): Change dependency from generic.em to
4192 elf32.em.
4193 * Makefile.in: Regenerate.
4194
4195 2001-07-14 matthew green <mrg@eterna.com.au>
4196
4197 * configure.tgt (i386-*-netbsdelf*): New target.
4198 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
4199
4200 2001-07-13 Jakub Jelinek <jakub@redhat.com>
4201
4202 * emultempl/elf32.em (output_prev_sec_find): New.
4203 (place_orphan): Use it.
4204
4205 2001-07-11 H.J. Lu <hjl@gnu.org>
4206
4207 * ldmain.c (main): Fix typos in the last change.
4208
4209 2001-07-11 Jakub Jelinek <jakub@redhat.com>
4210
4211 * ldmain.c (main): Disallow -F and -f without -shared.
4212
4213 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
4214
4215 * emultempl/pe.em (after_open): Check for the output_bfd not
4216 having any coff_data structure allocated to it.
4217
4218 2001-07-09 David O'Brien <obrien@FreeBSD.org>
4219
4220 * emultempl/elf32.em: Do not assuming that contents of the buffer
4221 returned from basename function will remain unchanged accross other
4222 function calls.
4223
4224 2001-07-03 H.J. Lu <hjl@gnu.org>
4225
4226 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
4227 2001-07-03. It creates dynamic entries even for static binaries.
4228
4229 2001-07-03 Jakub Jelinek <jakub@redhat.com>
4230
4231 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
4232 (DYNAMIC): Use it to reserve few dynamic entries for
4233 post-linking tools.
4234
4235 2001-06-27 Alan Modra <amodra@bigpond.net.au>
4236
4237 * emulparams/hppa64linux.sh: New file.
4238 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
4239 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
4240 (ehppa64linux.c): Add rule to make it.
4241 Run "make dep-am".
4242 * Makefile.in: Regenerate.
4243
4244 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
4245
4246 * ld.texinfo (Options, -r): Mention restrictions when using
4247 different object formats.
4248
4249 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
4250
4251 * ldlang.c (lang_check): Emit fatal error if relocatable link
4252 between different object flavours with relocations in input.
4253
4254 2001-06-19 H.J. Lu <hjl@gnu.org>
4255
4256 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
4257 (--version-script): Mention the language support.
4258
4259 2001-06-19 H.J. Lu <hjl@gnu.org>
4260
4261 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
4262
4263 2001-06-18 H.J. Lu <hjl@gnu.org>
4264
4265 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
4266 (diststuff): Add $(MANS).
4267 * Makefile.in: Regenerated.
4268
4269 * ld.1: Removed.
4270
4271 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
4272
4273 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4274 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
4275 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
4276 * ld.h (args_type): Remove member export_dynamic. All users
4277 changed to use struct bfd_link_info member.
4278
4279 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
4280 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
4281 * Makefile.in: Regenerate.
4282
4283 2001-06-18 H.J. Lu <hjl@gnu.org>
4284
4285 * ldlang.c (init_os): Add the newline to the einfo call.
4286 (lang_check): Likewise.
4287 (lang_do_version_exports_section): Likewise.
4288
4289 2001-06-15 H.J. Lu <hjl@gnu.org>
4290
4291 * lexsup.c (parse_args); Save optind to report unrecognized
4292 option.
4293
4294 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
4295
4296 * ldlang.c (lang_check): Emit fatal error if relocatable link
4297 between different object flavours.
4298
4299 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
4300 Set new link_info member export_dynamic.
4301 * ldmain.c (main): Initialize new link_info member export_dynamic.
4302
4303 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
4304
4305 * ldlang.c (walk_wild): Only call walk_wild_file if
4306 lookup_name returns something.
4307 (lookup_name): If load_symbols fails, return NULL.
4308 (load_symbols): Change to a boolean function.
4309 (open_input_bfds): If load_symbols fails then do not make the
4310 executable.
4311
4312 2001-06-08 Alan Modra <amodra@bigpond.net.au>
4313
4314 * ldlang.c (record_bfd_errors): Remove.
4315
4316 * emultempl/aix.em: Fix copyright dates.
4317
4318 2001-06-07 Andreas Jaeger <aj@suse.de>
4319
4320 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
4321 (TEXT_START_ADDR): Likewise.
4322
4323 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
4324
4325 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
4326
4327 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
4328
4329 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
4330
4331 2001-05-31 H.J. Lu <hjl@gnu.org>
4332
4333 * ldlang.c (open_input_bfds): Don't change the bfd error
4334 handler whilst loading symbols.
4335
4336 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
4337
4338 * configure.tgt: Remove i370-mvs architecture, it is not currently
4339 supported.
4340
4341 2001-05-25 H.J. Lu <hjl@gnu.org>
4342
4343 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4344 like emulparams/aixppc.sh.
4345
4346 2001-05-25 H.J. Lu <hjl@gnu.org>
4347
4348 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
4349 setting of output_filename after bfd_scan_arch.
4350 * emultempl/pe.em: Likewise.
4351
4352 2001-05-25 H.J. Lu <hjl@gnu.org>
4353
4354 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4355 like emulparams/aixppc.sh.
4356
4357 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
4358 instead of ${srcdir}/emultempl/stringify.sed.
4359
4360 2001-05-25 Timothy Wall <twall@oculustech.com>
4361
4362 * emulparams/elf64_aix.sh: Change settings to match IBM linker
4363 output.
4364
4365 2001-05-25 Alan Modra <amodra@one.net.au>
4366
4367 * configure.host: Replace linuxoldld with linux*oldld.
4368 * configure.tgt: Likewise.
4369
4370 2001-05-24 H.J. Lu <hjl@gnu.org>
4371
4372 * emultempl/stringify.sed: Removed again.
4373
4374 2001-05-24 H.J. Lu <hjl@gnu.org>
4375
4376 * emultempl/aix.em (OUTPUT_ARCH): Defined.
4377 (gld${EMULATION_NAME}_before_parse): Initialize
4378 ldfile_output_architecture, ldfile_output_machine and
4379 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
4380 * emultempl/beos.em: Likewise.
4381 * emultempl/elf32.em: Likewise.
4382 * emultempl/linux.em: Likewise.
4383 * emultempl/mipsecoff.em: Likewise.
4384 * emultempl/pe.em: Likewise.
4385 * emultempl/sunos.em: Likewise.
4386
4387 2001-05-24 Tom Rix <trix@redhat.com>
4388
4389 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
4390 udate import file format.
4391 (change_symbol_mode) New, same
4392 (is_syscall) New, same
4393 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
4394 * emulparams/aixppc64.sh : same
4395 * emulparams/aixrs6.sh : same
4396 * emulparams/ppcmacos.sh : same
4397 * emultempl/aix.em : use strtoull to parse options
4398 * Makefile.am : add eaixppc64 emulation for xcoff64
4399 * Makefile.in : same
4400 * configure.tgt : same
4401
4402 * scripttempl/aix.sc : default text section offset to 0x10000000
4403 default data section offset to 0x20000000
4404 add .sv3264 and .sv64 pseudo sections
4405 loader and debug sections use the currect section offset.
4406
4407 * emultempl/aix.em : Add xcoff64 support
4408 Add -binitfini support
4409 (gld${EMULATION_NAME}_before_parse) -binitfini
4410 (gld${EMULATION_NAME}_parse_args) same
4411 (gld${EMULATION_NAME}_before_allocation) format change for special
4412 sections
4413
4414 * emulparams/aixppc64.sh : New file for xcoff64 support
4415
4416 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
4417
4418 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
4419 variable to avoid non-portable shell construct.
4420
4421 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4422
4423 * ldmain.c (get_emulation): Add -mips5 command line argument.
4424
4425 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
4426
4427 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
4428 (ELF_INTERPRETER_NAME): Define it.
4429 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
4430 it.
4431 * configure.tgt (targ_emul, targ_extra_emuls)
4432 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
4433 as primary, elf_i386 as extra.
4434 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
4435 (eelf_i386_ldso.c): New rule.
4436 * Makefile.in: Rebuilt.
4437
4438 2001-05-22 Nick Clifton <nickc@redhat.com>
4439
4440 * lexsup.c (ld_options): Allow -I to be an alias for
4441 --dynamic-linker. This is for Solaris compatability.
4442 * ld.texinfo: Document that -I can be used.
4443 * ld.1: Regenerate.
4444
4445 2001-05-16 Alan Modra <amodra@one.net.au>
4446
4447 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
4448 whether an input section is the first one assigned to an output
4449 section.
4450 Assorted formatting fixes.
4451
4452 2001-05-14 DJ Delorie <dj@delorie.com>
4453
4454 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
4455 * Makefile.in: Ditto.
4456
4457 2001-05-11 Jakub Jelinek <jakub@redhat.com>
4458
4459 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
4460 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
4461 output sections.
4462 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
4463
4464 2001-05-11 Jakub Jelinek <jakub@redhat.com>
4465
4466 * ldlang.c (lang_process): Call bfd_merge_sections.
4467
4468 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4469
4470 * ldgram.y: Fix typo.
4471
4472 2001-05-03 H.J. Lu <hjl@gnu.org>
4473
4474 * emultempl/elf32.em: Include "libiberty.h".
4475 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
4476 basename of the bfd filename.
4477 (gld${EMULATION_NAME}_stat_needed): Likewise.
4478 (gld${EMULATION_NAME}_try_needed): Likewise.
4479 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
4480
4481 2001-05-02 H.J. Lu <hjl@gnu.org>
4482
4483 * emultempl/pe.em: Include <ctype.h>.
4484
4485 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
4486
4487 * emulparams/elf32openrisc.sh: New file.
4488
4489 * Makefile.am: Add OpenRISC target.
4490 * Makefile.in: Regenerated.
4491
4492 * configure.tgt: Add openrisc-*-* mapping.
4493
4494 2001-05-02 Nick Clifton <nickc@redhat.com>
4495
4496 * emultempl/aix.em: Replace buystring with xstrdup.
4497 * emultempl/beos.em: Replace buystring with xstrdup.
4498
4499 2001-05-02 H.J. Lu <hjl@gnu.org>
4500
4501 * ldfile.c: Include "libiberty.h".
4502 * ldlex.l: Likewise.
4503
4504 * ldmisc.c (buystring): Removed.
4505 * ldmisc.h: Likewise.
4506
4507 * ldfile.c: Replace buystring with xstrdup.
4508 * ldlang.c: Likewise.
4509 * ldlex.l: Likewise.
4510 * ldmain.c: Likewise.
4511 * ldmisc.c: Likewise.
4512 * lexsup.c: Likewise.
4513 * mpw-eppcmac.c: Likewise.
4514
4515 2001-04-30 Andreas Jaeger <aj@suse.de>
4516
4517 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
4518
4519 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4520
4521 * ldlang.c (load_symbols): Give emulation a chance
4522 to process unrecognized file before fatal error is
4523 reported, not after.
4524
4525 2001-04-27 Sean McNeil <sean@mcneil.com>
4526
4527 * configure.tgt: Add arm-vxworks target.
4528 * scripttempl/armcoff.sc: Support .text or .data as a section name
4529 prefix.
4530 Define _etext.
4531
4532 2001-04-13 J.T. Conklin <jtc@redback.com>
4533
4534 * ld.texinfo: Document --fatal-warnings.
4535 * ld.1: Regenerate.
4536
4537 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
4538 warnings have been turned into errors.
4539 * lexsup.c (OPTION_WARN_FATAL): Define.
4540 (ld_options): Entry for --fatal-warnings.
4541 (parse_args): Handle OPTION_WARN_FATAL.
4542 * ld.h (ld_config_type): Add fatal_warnings field.
4543
4544 2001-04-13 Jakub Jelinek <jakub@redhat.com>
4545
4546 * ldmain.c (main): Default to discard_sec_merge.
4547 * lexsup.c (OPTION_DISCARD_NONE): Define.
4548 (ld_options): Add --discard-none.
4549 (parse_args): Handle OPTION_DISCARD_NONE.
4550 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
4551 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
4552 all its input sections match.
4553
4554 2001-04-05 Steven J. Hill <sjhill@cotw.com>
4555
4556 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
4557 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
4558 (eelf32ltsmip.c): New target.
4559 (eelf64btsmip.c): Likewise.
4560 (eelf64ltsmip.c): Likewise.
4561 * Makefile.in: Regenerated.
4562
4563 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
4564 target.
4565 (mips*-*-linux-gnu*): Likewise.
4566
4567 * emulparams/elf32ltsmip.sh: New. Traditional little endian
4568 MIPS taget.
4569 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
4570 target.
4571 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
4572 endian target.
4573
4574 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
4575
4576 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
4577 correct value of __Stext here.
4578 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
4579 .startup section.
4580
4581 * emulparams/crislinux.sh: Remove FIXME.
4582
4583 2001-04-02 Alan Modra <alan@linuxcare.com.au>
4584
4585 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
4586 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
4587
4588 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
4589
4590 * configure.tgt (cris-*-*): Change default emulation to criself.
4591 (cris-*-*aout*): New rule.
4592
4593 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
4594
4595 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
4596 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
4597
4598 2001-03-26 Andreas Jaeger <aj@suse.de>
4599
4600 * ld.texinfo (Overview): Fix syntax in texi code.
4601
4602 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4603
4604 * ld.texinfo: Put @c man indications to generate the ld man page.
4605 When generating man, define all the variables. Define SEEALSO
4606 and SYNOPSIS. Re-organize some lines to avoid the cross references.
4607 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
4608 (ld.1): Generate from ld.texinfo.
4609 * Makefile.in: Regenerate.
4610
4611 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
4612
4613 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
4614 and '-fdata-sections'. Set the VMA of STABS sections to zero.
4615
4616 2001-03-17 Ulrich Drepper <drepper@redhat.com>
4617
4618 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
4619 is an absolute path look only for this file and not along the path.
4620
4621 2001-03-17 Ulrich Drepper <drepper@redhat.com>
4622
4623 * emultempl/elf32.em (OPTION_GROUP): New macro.
4624 Add new option Bgroup to longopts.
4625 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
4626 (gld*_list_options): Add -Bgroup and -z defs.
4627 * ld.1: Document -Bgroup and -z defs.
4628 * ld.texinfo: Likewise.
4629
4630 2001-03-07 Michael Meissner <meissner@redhat.com>
4631
4632 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
4633 with sections created by -fdata-sections.
4634 (.dynbss,.bss): Ditto.
4635
4636 2001-03-05 Alan Modra <alan@linuxcare.com.au>
4637
4638 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
4639 after_allocation_default, not gld..._before_allocation.
4640
4641 2001-02-27 Alan Modra <alan@linuxcare.com.au>
4642
4643 * configure.in (BFD_VERSION): New.
4644 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
4645 * configure: Regenerate.
4646 * Makefile.am: Run "make dep-am"
4647 * Makefile.in: Regenerate.
4648
4649 2001-02-26 Timothy Wall <twall@cygnus.com>
4650
4651 * emulparams/elf64_aix.sh: Add additional read-only sections;
4652 uncomment lines which are now required.
4653
4654 2001-02-26 H.J. Lu <hjl@gnu.org>
4655
4656 * ldlang.c (open_input_bfds): Set the bfd error handler so
4657 that problems can be caught whilst loading symbols.
4658 (record_bfd_errors): New function: Report BFD errors and mark
4659 the executable output as being invalid.
4660
4661 2001-02-22 Timothy Wall <twall@cygnus.com>
4662
4663 * configure.host: Add configuration for ia64-*-aix*.
4664 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
4665 Add dependencies for eelf64_aix.c.
4666 * Makefile.in: Regenerate.
4667 * configure.tgt: Add ia64-*-aix* mapping.
4668 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
4669
4670 2001-02-20 H.J. Lu <hjl@gnu.org>
4671
4672 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
4673 false if we found the file.
4674
4675 2001-02-18 David O'Brien <obrien@FreeBSD.org>
4676
4677 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
4678 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
4679
4680 2001-02-18 lars brinkhoff <lars@nocrew.org>
4681
4682 * Makefile.am: Add PDP-11 target.
4683 * configure.tgt: Likewise.
4684 * emulparams/pdp11.sh: New file.
4685
4686 2001-02-17 David O'Brien <obrien@FreeBSD.org>
4687
4688 * configure.host: Add a generic FreeBSD configuration entry such that
4689 all [modern] FreeBSD systems on all platforms will look the same.
4690
4691 2001-02-14 H.J. Lu <hjl@gnu.org>
4692
4693 * configure.tgt: Remove mention of earmelf_linux26.
4694
4695 2001-02-13 Richard Henderson <rth@redhat.com>
4696
4697 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
4698
4699 2001-02-13 H.J. Lu <hjl@gnu.org>
4700
4701 * ldexp.h (node_type): Add etree_provided.
4702 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
4703 type to etree_provided if defined by PROVIDE. Allow updating
4704 for etree_provided.
4705 (exp_print_tree): Handle etree_provided.
4706 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
4707 etree_provided.
4708
4709 2001-02-09 David Mosberger <davidm@hpl.hp.com>
4710
4711 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
4712 .IA_64.unwind.* pattern to unwind table section and
4713 .IA_64.unwind_info* pattern to unwind info section.
4714
4715 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
4716
4717 * Makefile.am: Add linux target for S/390.
4718 * Makefile.in: Likewise.
4719 * configure.host: Likewise.
4720 * configure.tgt: Likewise.
4721 * emulparams/elf64_s390.sh: New file.
4722 * emulparams/elf_s390.sh: New file.
4723
4724 2001-02-09 Jakub Jelinek <jakub@redhat.com>
4725
4726 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
4727 targ_extra_libpath.
4728 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
4729
4730 2001-02-06 Philip Blundell <philb@gnu.org>
4731
4732 * Makefile.am: Remove mention of earmelf_linux26.
4733 * Makefile.in: Regenerate.
4734
4735 2001-02-04 Philip Blundell <philb@gnu.org>
4736
4737 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
4738 * emulparams/armelf_linux26.sh: Delete.
4739 * configure.tgt: Remove mention of armelf_linux26 emulation.
4740
4741 2001-02-01 Nick Clifton <nickc@redhat.com>
4742
4743 * ld.1: Replace occurances of -oformat with --oformat.
4744
4745 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
4746
4747 * ldlang.c (lang_leave_overlay): Don't set lma_region when
4748 load_base is specified.
4749
4750 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
4751
4752 * emultempl/elf32.em: Correct spelling in comments and listed
4753 options.
4754
4755 2001-01-23 Alan Modra <alan@linuxcare.com.au>
4756
4757 * ldlang.c (lang_leave_overlay): Only set lma_region from the
4758 default for the first section of a group of overlay sections.
4759
4760 2001-01-22 Alan Modra <alan@linuxcare.com.au>
4761
4762 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
4763 * Makefile.in: Regenerate.
4764 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
4765 Check for null tool_dir.
4766
4767 2001-01-16 Jim Wilson <wilson@redhat.com>
4768
4769 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
4770 and IA_64.unwind.info.
4771
4772 2001-01-16 H.J. Lu <hjl@gnu.org>
4773
4774 * ldlang.c (lang_check): Merge the private data only if the
4775 input file has contents.
4776
4777 2001-01-14 Alan Modra <alan@linuxcare.com.au>
4778
4779 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
4780
4781 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
4782 enabling search for libmilli. On a relocatable link, make .text
4783 sections unique.
4784 (LDEMUL_AFTER_PARSE): Define.
4785 (hppaelf_finish): Correct spelling of relocatable in comments.
4786
4787 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4788 rummage through the script for sections on the unique list.
4789 Correct length of strncmp for ".note".
4790 (gld${EMULATION_NAME}_check_needed): Rearrange function.
4791
4792 * ldlang.c (unique_section_list): New var.
4793 (unique_section_p): New function.
4794 (walk_wild_section): Don't match sections on unique_section_list.
4795 (lang_add_unique): New function.
4796 Correct spelling of relocatable in comments.
4797
4798 * ldlang.h (struct unique_sections): Declare.
4799 (unique_section_list): Declare.
4800 (unique_section_p): Declare.
4801 (lang_add_unique): Declare.
4802
4803 * lexsup.c (ld_options): Allow --unique to take an optional arg.
4804 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
4805
4806 * ld.texinfo (--unique): Update.
4807
4808 2001-01-13 Nick Clifton <nickc@redhat.com>
4809
4810 * lexsup.c (parse_args): Remove spurious white space.
4811
4812 2001-01-12 Nick Clifton <nickc@redhat.com>
4813
4814 * lexsup.c (parse_args): Update copyright date.
4815
4816 2001-01-12 Philip Blundell <pb@futuretv.com>
4817
4818 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
4819
4820 2001-01-10 Kazu Hirata <kazu@hxi.com>
4821
4822 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
4823 * scripttempl/h8300h.sc: Fix formatting.
4824 * scripttempl/h8300s.sc: Likewise.
4825 * scripttempl/h8500.sc: Likewise.
4826 * scripttempl/h8500b.sc: Likewise.
4827 * scripttempl/h8500c.sc: Likewise.
4828 * scripttempl/h8500m.sc: Likewise.
4829 * scripttempl/h8500s.sc: Likewise.
4830
4831 2000-01-07 David O'Brien <obrien@BSDi.com>
4832
4833 * emultempl/elf32.em: Only perform Linux ld hints processing when
4834 targeting Linux.
4835
4836 2001-01-07 Philip Blundell <philb@gnu.org>
4837
4838 * ld.texinfo (Bug Reporting): Update email address for reports.
4839
4840 2000-12-31 Nick Clifton <nickc@redhat.com>
4841
4842 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
4843 options by checking for a return value of '?' not -1.
4844
4845 2000-12-28 Nick Clifton <nickc@redhat.com>
4846
4847 * lexsup.c (struct ld_option): Add new enum value:
4848 EXACTLY_TWO_DASHES.
4849 (ld_options[]): Change -omagic, -output and -oformat options
4850 to be EXACTLY_TWO_DASHES.
4851 (OUTPUT_COUNT): Use ARRAY_SIZE.
4852 (parse_args): Change parameter 'argc' to unsigned.
4853 Place EXACTLY_TWO_DASHES options into new really_longopts
4854 array.
4855 If getopt_long_only fails, try calling getopt_long using the
4856 really_longopts array.
4857 (help): Print a double dash for both EXACTLY_TWO_DASHES and
4858 TWO_DASHES options.
4859
4860 * ldlex.h: Fix prototype of parse_args.
4861
4862 * ld.texinfo: Document that long options starting with 'o'
4863 must be preceeded by two dashes. Change example of a single
4864 dashed long option from -oformat to -trace-symbol.
4865
4866 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
4867
4868 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
4869 (longopts[]): New --no-default-excludes option.
4870 (gld_${EMULATION_NAME}_list_options): Document.
4871 (gld_${EMULATION_NAME}_parse_args): Handle.
4872
4873 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4874
4875 * ldlang.c (new_stat): Revert the last beautification with "innocent"
4876 whitespace, it breaks the K&R C preprocessor.
4877
4878 2000-12-11 DJ Delorie <dj@redhat.com>
4879
4880 * ld.texinfo: Add notes about --whole-archive and gcc.
4881
4882 2000-11-18 Fred Fish <fnf@be.com>
4883
4884 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
4885 (ld_options): Entry for --allow-shlib-undefined.
4886 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
4887 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
4888 to false.
4889 * ld.texinfo: Document new command line switch.
4890
4891 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
4892
4893 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
4894 .fixup is actually read/write.
4895 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
4896 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
4897 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
4898
4899 2000-12-11 Jan Hubicka <jh@suse.cz>
4900
4901 * NEWS: Add note about x86_64 architecture.
4902
4903 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
4904
4905 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
4906 Set DWARF2 sections to a VMA of zero.
4907
4908 2000-12-01 Joel Sherrill <joel@OARcorp.com>
4909
4910 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
4911 New targets.
4912 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
4913 (sparc*-*-rtems*): Switched from a.out to ELF.
4914
4915 2000-11-30 Jan Hubicka <jh@suse.cz>
4916
4917 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
4918 (eelf_x86_64.c): New.
4919 * Makefile.in: Regenerate.
4920 * configure.tgt: Add support for x86_64-*-linux-gnu*.
4921 * emulparams/elf_x86_64.sh: New.
4922
4923 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
4924
4925 * emulparams/crislinux.sh (ENTRY): Change back to _start.
4926 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
4927
4928 * scripttempl/crisaout.sc: Change all RELOCATING not related to
4929 merging non-a.out sections into CONSTRUCTING.
4930
4931 2000-11-28 Nick Clifton <nickc@redhat.com>
4932
4933 * ld.1 (COPYING): Mention that the GNU Free Documentation
4934 License is present in the sources, but not the output, and
4935 also available from the GNU website.
4936 (GNU Free Documentation License): Comment out this section.
4937
4938 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
4939
4940 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
4941 does not use them.
4942
4943 2000-11-25 David O'Brien <obrien@FreeBSD.org>
4944
4945 * ld.1: Remove old date so it does not give the impression the manpage
4946 is way out of date.
4947
4948 2000-11-24 Nick Clifton <nickc@redhat.com>
4949
4950 * configure.tgt (xscale-coff): Add target.
4951 (xscale-elf): Add target.
4952
4953 2000-11-24 Fred Fish <fnf@be.com>
4954
4955 * ldmain.c (main): Remove redundant init of config.make_executable
4956 to true.
4957
4958 2000-11-15 Richard Henderson <rth@redhat.com>
4959
4960 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
4961
4962 2000-11-14 Kazu Hirata <kazu@hxi.com>
4963
4964 * scripttempl/h8300.sc: Fix formatting.
4965 * scripttempl/h8300h.sc: Likewise.
4966 * scripttempl/h8300s.sc: Likewise.
4967
4968 2000-11-14 Denis Chertykov <denisc@overta.ru>
4969
4970 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
4971
4972 2000-11-09 Philip Blundell <pb@futuretv.com>
4973
4974 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
4975 around orphan sections whose names can be represented in C.
4976
4977 2000-11-07 Jim Wilson <wilson@redhat.com>
4978
4979 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
4980 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
4981
4982 2000-11-06 Nick Clifton <nickc@redhat.com>
4983
4984 * ld.texinfo: Add GNU Free Documentation License.
4985 * ldint.texinfo: Add GNU Free Documentation License.
4986 * ld.1: Add GNU Free Documentation License.
4987
4988 2000-11-05 Alan Modra <alan@linuxcare.com.au>
4989
4990 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
4991 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
4992
4993 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
4994 Move 2000-11-02 Makefile.in changes to this file.
4995 * Makefile.in: Regenerate.
4996
4997 2000-11-03 Nick Clifton <nickc@redhat.com>
4998
4999 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
5000 constructors and destructors.
5001 * scripttempl/h8300h.sc: Ditto.
5002 * scripttempl/h8300s.sc: Ditto.
5003 * scripttempl/h8500.sc: Ditto.
5004 * scripttempl/h8500b.sc: Ditto.
5005 * scripttempl/h8500c.sc: Ditto.
5006 * scripttempl/h8500m.sc: Ditto.
5007 * scripttempl/h8500s.sc: Ditto.
5008 * scripttempl/v850.sc: Ditto.
5009 * scripttempl/w65.sc: Ditto.
5010 * scripttempl/z8000.sc: Ditto.
5011
5012 2000-11-02 Per Lundberg <plundis@chaosdev.org>
5013
5014 * Makefile.in (e_i386_chaos.c): New rule.
5015 (ALL_EMULATIONS): Added e_i386_chaos.o.
5016 * emulparams/elf_i386_chaos.sh: New file.
5017 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
5018
5019 2000-10-20 Jakub Jelinek <jakub@redhat.com>
5020
5021 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
5022 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
5023 Fix sed invocation, so that it coped with '/' in Solaris 64bit
5024 library path suffix.
5025 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
5026
5027 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
5028
5029 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
5030 for consecutive sections.
5031
5032 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
5033
5034 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
5035 options.
5036 * ld.texinfo: Added notes about this new option.
5037
5038 2000-10-16 Nick Clifton <nickc@redhat.com>
5039
5040 * emultempl/pe.em (_after_open): Add tests of return values from
5041 bfd functions. Emit appropriate error messages if necessary.
5042
5043 2000-10-13 Nick Clifton <nickc@redhat.com>
5044
5045 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
5046 local variables - they are not used, but leave in the call to
5047 bfd_canonicalize_symtab.
5048 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
5049 pe_dll_search_prefix.
5050
5051 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
5052
5053 * emultempl/pe.em (pe_dll_search_prefix): New variable,
5054 (longopts): New --dll-search-prefix option.
5055 (gld_${EMULATION_NAME}_list_options): Document.
5056 (gld_${EMULATION_NAME}_parse_args): Handle.
5057 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
5058 dynamically, search for a dll named '<prefix><basename>.dll'
5059 in preference to 'lib<basename>.dll' if --dll-search-prefix
5060 is specified.
5061
5062 2000-10-12 Alan Modra <alan@linuxcare.com.au>
5063
5064 * ldlang.c (section_already_linked): Set kept_section instead of
5065 sec->comdat->sec.
5066
5067 2000-10-10 Kazu Hirata <kazu@hxi.com>
5068
5069 * deffile.h: Fix formatting.
5070 * lexsup.c: Likewise.
5071 * mri.c: Likewise.
5072
5073 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
5074
5075 * pe-dll.c (make_one): Do not generate code thunk for DATA
5076 exports.
5077 (process_def_file): deduce DATA flag for auto-export sumbols.
5078
5079 2000-10-09 Kazu Hirata <kazu@hxi.com>
5080
5081 * ld.h: Fix formatting.
5082 * ldcref.c: Likewise.
5083 * ldctor.h: Likewise.
5084 * ldemul.c: Likewise.
5085 * ldemul.h: Likewise.
5086 * ldexp.c: Likewise.
5087 * ldexp.h: Likewise.
5088 * ldfile.c: Likewise.
5089 * ldfile.h: Likewise.
5090 * ldlang.c: Likewise.
5091 * ldlang.h: Likewise.
5092 * ldmain.c: Likewise.
5093 * pe-dll.c: Likewise.
5094
5095 * pe-dll.c: Revert some formatting fixes.
5096
5097 2000-10-08 Kazu Hirata <kazu@hxi.com>
5098
5099 * pe-dll.c: Fix formatting.
5100
5101 2000-10-05 Kazu Hirata <kazu@hxi.com>
5102
5103 * ldlang.c: Fix formatting.
5104
5105 2000-10-03 DJ Delorie <dj@redhat.com>
5106
5107 * pe-dll.c (fill_edata): initialize entire block
5108 (make_one): fill in correct section.
5109
5110 2000-10-03 Kazu Hirata <kazu@hxi.com>
5111
5112 * ldexp.c: Fix formatting.
5113
5114 2000-10-02 DJ Delorie <dj@redhat.com>
5115
5116 * emultempl/pe.em (gld_*_after_open): detect case where there two
5117 import libraries for same dll; rename one to ensure proper link
5118 order.
5119
5120 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
5121 typo
5122 (generate_edata): fix typo
5123
5124 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
5125
5126 * scripttempl/crisaout.sc (ENTRY): Now __start.
5127 (.text): Add default setting for __start.
5128 Remove CONSTRUCTORS handling.
5129 (/DISCARD/): Add .gnu.warning.*.
5130 * emulparams/crislinux.sh (ENTRY): Now __start.
5131 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
5132 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
5133 (ENTRY): Now __start.
5134 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
5135 (EXECUTABLE_SYMBOLS): Add default setting for __start.
5136
5137 2000-09-29 Kazu Hirata <kazu@hxi.com>
5138
5139 * deffile.h: Fix formatting.
5140 * ld.h: Likewise.
5141 * ldcref.c: Likewise.
5142 * ldctor.c: Likewise.
5143 * ldctor.h: Likewise.
5144 * ldemul.c: Likewise.
5145 * ldemul.h: Likewise.
5146 * ldexp.c: Likewise.
5147 * ldexp.h: Likewise.
5148 * ldfile.c: Likewise.
5149 * ldfile.h: Likewise.
5150 * ldlang.c: Likewise.
5151 * ldlang.h: Likewise.
5152 * lexsup.c: Likewise.
5153 * mri.c: Likewise.
5154 * pe-dll.c: Likewise.
5155
5156 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
5157
5158 * pe-dll.c (process_def_file): Uninitialized data wasn't
5159 exported with --export-all-symbols switch.
5160
5161 2000-09-28 DJ Delorie <dj@redhat.com>
5162
5163 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
5164 noname work properly.
5165
5166 2000-09-28 Alan Modra <alan@linuxcare.com.au>
5167
5168 * ld.texinfo (HPPA ELF32): New section.
5169
5170 * emultempl/hppaelf.em (group_size): New.
5171 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
5172 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
5173 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
5174 options to prevent abbreviations matching.
5175 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
5176 (PARSE_AND_LIST_ARGS_CASES): Handle it.
5177
5178 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5179
5180 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
5181 on the m68*-*-elf target. Make it support COFF input objects.
5182
5183 2000-09-21 Kazu Hirata <kazu@hxi.com>
5184
5185 * ldmain.c: Fix formatting.
5186 * ldmisc.c: Likewise.
5187 * ldver.c: Likewise.
5188 * ldwrite.c: Likewise.
5189
5190 2000-09-21 Alan Modra <alan@linuxcare.com.au>
5191
5192 * ldwrite.c (clone_section): Silence gcc warnings.
5193
5194 2000-09-20 Alan Modra <alan@linuxcare.com.au>
5195
5196 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
5197 out of memory failure.
5198
5199 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
5200 (clone_section): Handle out of memory failures. Rename var to
5201 avoid c++ reserved word.
5202
5203 2000-09-18 Alan Modra <alan@linuxcare.com.au>
5204
5205 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
5206 stub_name param to stub_sec_name.
5207 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
5208
5209 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5210
5211 * emultempl/m68kelf.em: New file.
5212 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
5213 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
5214 * Makefile.in: Regenerate.
5215
5216 2000-09-15 Alan Modra <alan@linuxcare.com.au>
5217
5218 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
5219 only as needed.
5220
5221 2000-09-13 Nick Clifton <nickc@redhat.com>
5222
5223 * ldmain.c (multiple_definition): Disable relaxation if
5224 multiple symbol definitions are encountered - otherwise the
5225 linker could abort with an assertion failure.
5226
5227 2000-09-10 Nick Clifton <nickc@redhat.com>
5228
5229 * mri.c: Fix formatting.
5230
5231 2000-09-07 H.J. Lu <hjl@gnu.org>
5232
5233 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
5234 * configure: Rebuild.
5235
5236 2000-09-07 H.J. Lu <hjl@gnu.org>
5237
5238 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
5239 * Makefile.in: Rebuild.
5240
5241 2000-09-07 Alan Modra <alan@linuxcare.com.au>
5242
5243 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
5244 broken list handling. Create __start_SECNAME and __stop_SECNAME
5245 when no place-holder. Add some comments. Test both SEC_CODE and
5246 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
5247 Handle case where no output section statement created.
5248
5249 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
5250
5251 * configure.tgt (sh-*-linux*): Added.
5252 * Makefile.am: Added eshelf_linux and eshlelf_linux.
5253 * Makefile.in: Rebuilt.
5254 * emulparams/shelf_linux.sh: New file.
5255 * emulparams/shlelf_linux.sh: New file.
5256
5257 2000-09-06 Alan Modra <alan@linuxcare.com.au>
5258
5259 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5260 try shuffling sections when the orphan happens to be the place
5261 holder. Keep count of unique section names generated so we speed
5262 the search for a new name.
5263
5264 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
5265
5266 * configure: Rebuilt with new libtool.m4.
5267
5268 2000-09-05 Nick Clifton <nickc@redhat.com>
5269
5270 * Makefile.in: Regenerate.
5271 * aclocal.m4: Regenerate.
5272 * configure: Regenerate.
5273 * config.in: Regenerate.
5274 * po/ld.pot: Regenerate.
5275
5276 * ldint.texinfo: Remove CVS revision marker - it foils local
5277 comparisons.
5278
5279 * emultempl/ticoff.em: Remove extraneous comma.
5280
5281 2000-09-05 Alan Modra <alan@linuxcare.com.au>
5282
5283 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
5284 to stub section flags.
5285 (hppa_for_each_input_file_wrapper): New.
5286 (hppa_lang_for_each_input_file): New.
5287 (lang_for_each_input_file): Define to call above.
5288 (multi_subspace): New.
5289 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
5290 (PARSE_AND_LIST_PROLOGUE): Define.
5291 (PARSE_AND_LIST_LONGOPTS): Define.
5292 (PARSE_AND_LIST_OPTIONS): Define.
5293 (PARSE_AND_LIST_ARGS_CASES): Define.
5294 (hppaelf_finish): Call elf32_hppa_set_gp.
5295 (hppaelf_set_output_arch): Remove.
5296 (LDEMUL_SET_OUTPUT_ARCH): Remove.
5297
5298 * emulparams/hppalinux.sh (ELFSIZE): Define.
5299 (MACHINE): Define.
5300 (OTHER_READONLY_SECTIONS): Define.
5301 (DATA_PLT): Define.
5302 (GENERATE_SHLIB_SCRIPT): Define.
5303
5304 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
5305 to const throughout. Change `void *' to `PTR' throughout.
5306 (lang_memory_default): Function is local to file, add `static'.
5307
5308 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
5309 (ehppalinux.c): Likewise.
5310 (earmelf.c): Likewise.
5311 (earmelf_linux.c): Likewise.
5312 (earmelf_linux26.c): Likewise.
5313 * Makefile.in: Regenerate.
5314
5315 * ld.h (ld_config_type): Add unique_orphan_sections.
5316 * lexsup.c (OPTION_UNIQUE): Define.
5317 (ld_options): Add "--unique".
5318 (parse_args): Handle it.
5319 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5320 search for an existing output section if unique_orphan_sections is
5321 set. Make use of bfd_get_unique_section_name rather than
5322 duplicating code here.
5323 * ld.texinfo: Describe --unique.
5324
5325 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
5326 optional arg to split-by-file.
5327 (parse_args): Handle them.
5328 * ld.texinfo: Update description of these options.
5329 * ldwrite.c (clone_section): Pass in the section name. Replace
5330 local code with bfd_get_unique_section_name.
5331 (split_sections): Tidy code and comments. Use a list traversal
5332 more appropriate to the list construction. Handle cooked section
5333 sizes. Split when split_by_reloc reached rather than exceeded.
5334 Track section size and split when split_by_file reached. Fix
5335 link_order_tail (even though it's not used).
5336 (ldwrite): Modify condition for calling split_sections to suit
5337 changed split_by_reloc and split_by_file.
5338 * ldmain.c (main): Init config.split_by_reloc and
5339 config.split_by_file to -1.
5340 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
5341 Change split_by_file to bfd_size_type.
5342
5343 2000-09-02 Nick Clifton <nickc@redhat.com>
5344
5345 * configure.in: Increase version number to 2.10.91.
5346 * NEWS: Mention new ability to support removal of duplicate DWARF2
5347 debug information.
5348 * configure: Regenerate.
5349 * aclocal.m4: Regenerate.
5350 * config.in: Regenerate.
5351
5352 2000-09-02 Daniel Berlin <dberlin@redhat.com>
5353
5354 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
5355 sections.
5356 * scripttempl/elf32avr.sc: Ditto.
5357 * scripttempl/elfd10v.sc: Ditto.
5358 * scripttempl/elfd30v.sc: Ditto.
5359 * scripttempl/elfi370.sc: Ditto.
5360 * scripttempl/elfm68hc11.sc: Ditto.
5361 * scripttempl/elfm68hc12.sc: Ditto.
5362 * scripttempl/elfi386beos.sc: Ditto.
5363 * scripttempl/v850.sc: Ditto.
5364
5365 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
5366
5367 * acinclude.m4: Include libtool and gettext macros from the
5368 top level.
5369 * aclocal.m4, configure: Rebuilt.
5370
5371 2000-08-25 Nick Clifton <nickc@redhat.com>
5372
5373 * ldlang.c (open_output): When choosing the target for a
5374 particular endianness, do nothing if the target is not
5375 supported.
5376
5377 2000-08-25 H.J. Lu <hjl@gnu.org>
5378
5379 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
5380 check -rpath nor LD_RUN_PATH for cross link.
5381 * ld.texinfo: Document the change.
5382
5383 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
5384
5385 * NEWS: Mention support for CRIS.
5386
5387 2000-08-23 H.J. Lu <hjl@gnu.org>
5388
5389 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
5390 the current runpath list from bfd_elf_get_runpath_list ()
5391 before search.
5392
5393 2000-08-22 H.J. Lu <hjl@gnu.org>
5394
5395 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
5396 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
5397 LD_LIBRARY_PATH for native linker. Display the needed DSO if
5398 trace_file_tries is non-zero.
5399 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
5400 if trace_file_tries is non-zero.
5401
5402 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
5403 * NEWS: Mention it.
5404
5405 2000-08-14 Jason Eckhardt <jle@cygnus.com>
5406
5407 * NEWS: Mention i860 support.
5408
5409 2000-08-14 Andreas Schwab <schwab@suse.de>
5410
5411 * scripttempl/elf.sc: Fix last change to use correct comment
5412 syntax.
5413
5414 2000-08-10 Geoff Keating <geoffk@cygnus.com>
5415
5416 * scripttempl/elf.sc: Add a comment giving the correspondence
5417 between sections, per-datum sections, and linkonce sections. Make
5418 the comment true even for .bss, .sdata, .sdata2, .sbss, and
5419 .sbss2.
5420
5421 2000-08-10 Jason Eckhardt <jle@cygnus.com>
5422
5423 * emulparams/elf32_i860.sh: New file.
5424 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
5425 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
5426 (eelf32_i860.c): New rule.
5427 * Makefile.in: Regenerate.
5428
5429 2000-08-10 Nick Clifton <nickc@cygnus.com>
5430
5431 * emulparams/mipspe.sh (ENTRY): Add definition.
5432
5433 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
5434
5435 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
5436 in error message.
5437
5438 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5439
5440 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
5441 the final size of .bss section.
5442 * scripttempl/elfm68hc12.sc: Likewise.
5443
5444 2000-08-04 Alan Modra <alan@linuxcare.com.au>
5445
5446 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
5447 gld${EMULATION_NAME}_parse_args for consistency. Combine
5448 lastoptind and prevoptind vars, and keep track of last optind.
5449 (gld_${EMULATION_NAME}_list_options): Rename to
5450 gld${EMULATION_NAME}_list_options.
5451
5452 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
5453
5454 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
5455 (i586-sco-sysv5uw7.1.0).
5456
5457 2000-07-27 H.J. Lu <hjl@gnu.org>
5458
5459 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
5460 (PARSE_AND_LIST_PROLOGUE): New.
5461 (PARSE_AND_LIST_LONGOPTS): Likewise.
5462 (PARSE_AND_LIST_OPTIONS): Likewise.
5463 (PARSE_AND_LIST_ARGS_CASES): Likewise.
5464 (PARSE_AND_LIST_EPILOGUE): Likewise.
5465
5466 2000-07-28 Alan Modra <alan@linuxcare.com.au>
5467
5468 * emultempl/armelf.em: Elide functions common to elf32.em,
5469 ie. most of the file.
5470 (arm_elf_after_open): New. Do arm specific things then call
5471 gld${EMULATION_NAME}_after_open.
5472 (arm_elf_before_allocation): New. Call
5473 gld${EMULATION_NAME}_before_allocation then do arm specifics.
5474 (PARSE_AND_LIST_PROLOGUE): Define.
5475 (PARSE_AND_LIST_SHORTOPTS): Define.
5476 (PARSE_AND_LIST_LONGOPTS): Define.
5477 (PARSE_AND_LIST_OPTIONS): Define.
5478 (PARSE_AND_LIST_ARGS_CASES): Define.
5479 (LDEMUL_AFTER_OPEN): Define.
5480 (LDEMUL_BEFORE_ALLOCATION): Define.
5481 (LDEMUL_BEFORE_PARSE): Define.
5482 (LDEMUL_FINISH): Define.
5483
5484 * emultempl/hppaelf.em: Similarly zap most of this file.
5485 (hppaelf_add_stub_section): Prototype.
5486 (hppaelf_layaout_sections_again): Prototype.
5487 (hook_in_stub): Prototype.
5488 (LDEMUL_SET_OUTPUT_ARCH): Define.
5489 (LDEMUL_FINISH): Define.
5490 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
5491
5492 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
5493 (EXTRA_EM_FILE): New.
5494 * emulparams/armelf_linux.sh: Likewise.
5495 * emulparams/armelf_linux26.sh: Likewise.
5496 * emulparams/hppalinux.sh: Likewise.
5497 * emulparams/hppaelf.sh: Likewise.
5498 (NOP): Define.
5499
5500 * emultempl/elf32.em: Fix formatting.
5501 (EXTRA_EM_FILE): Source it.
5502 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
5503 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
5504 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
5505 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
5506 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
5507 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
5508 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
5509 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
5510 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
5511 allow functions in this file to be overridden.
5512 (PARSE_AND_LIST_SHORTOPTS): Handle it.
5513
5514 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
5515
5516 * emultempl/elf32.em: Reorganize file.
5517
5518 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
5519
5520 * emulparams/elf64alpha.sh: Implement "-taso" emulation
5521 specific option to fit 64-bit executable in the lower
5522 31-bit address range. This is done by changing start
5523 address of .interp (the very first section of executable)
5524 and then setting EF_ALPHA_32BIT elf header flag.
5525
5526 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5527
5528 * emultempl/m68kcoff.em: New file.
5529 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
5530 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
5531 generic.em.
5532 * Makefile.in: Regenerate.
5533
5534 2000-07-20 H.J. Lu <hjl@gnu.org>
5535
5536 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
5537 and "disable-new-dtags" to stop getopt from treating -d/-e as
5538 abbreviations for these options.
5539
5540 2000-07-20 H.J. Lu <hjl@gnu.org>
5541
5542 * ld.texinfo: Add documentation for --disable-new-dtags and
5543 --enable-new-dtags.
5544
5545 * ldmain.c (main): Initialize link_info.new_dtags to false.
5546
5547 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
5548 --disable-new-dtags and --enable-new-dtags.
5549 (gld_${EMULATION_NAME}_list_options): Likewise.
5550
5551 2000-07-05 Kenneth Block <krblock@computer.org>
5552
5553 * lexsup.c: Add optional style to demangle switch
5554 * ld.texinfo: Document optional style to demangle switch.
5555
5556 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
5557
5558 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
5559 ecrislinux.o.
5560 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
5561 Regenerate dependencies.
5562 * Makefile.in: Rebuild.
5563 * configure.tgt (cris-*-*): New target.
5564 * emulparams/crisaout.sh, emulparams/criself.sh,
5565 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
5566 * po/POTFILES.in, po/ld.pot: Regenerate.
5567
5568 2000-07-20 H.J. Lu <hjl@gnu.org>
5569
5570 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
5571 Print out ignored -z options.
5572
5573 2000-07-19 H.J. Lu <hjl@gnu.org>
5574
5575 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
5576 (PARSE_AND_LIST_PROLOGUE): New.
5577 (PARSE_AND_LIST_LONGOPTS): Likewise.
5578 (PARSE_AND_LIST_OPTIONS): Likewise.
5579 (PARSE_AND_LIST_ARGS_CASES): Likewise.
5580
5581 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
5582
5583 * lexsup.c (ld_options): Comment out 'z'.
5584 (parse_args): Likewise.
5585
5586 * emultempl/elf32.em: Include "elf/common.h".
5587 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
5588 options.
5589 (gld_${EMULATION_NAME}_list_options): Likewise.
5590
5591 * ld.texinfo: Add documentation for the recognized -z options.
5592
5593 2000-07-19 H.J. Lu <hjl@gnu.org>
5594
5595 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
5596 bfd_elf_set_dt_needed_soname ().
5597
5598 2000-07-18 DJ Delorie <dj@cygnus.com>
5599
5600 * pe-dll.c (pe_dll_id_target): check object target name also
5601
5602 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
5603
5604 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
5605 ${INIT_END} if relocating.
5606 (.fini): Likewise ${FINI_START} and ${FINI_END}.
5607
5608 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
5609
5610 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
5611 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
5612 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
5613 errors introduced by the old dynamic lib search order.
5614
5615 2000-07-17 DJ Delorie <dj@cygnus.com>
5616
5617 * pe-dll.c (process_def_file): auto-export data items also
5618 (pe_process_import_defs): also see if _imp_ form needed
5619
5620 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
5621
5622 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
5623 for dll import libraries
5624
5625 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
5626
5627 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
5628 gcc 2.95.2 and later.
5629
5630 2000-07-11 Kazu Hirata <kazu@hxi.com>
5631
5632 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
5633 message.
5634
5635 2000-07-10 Alan Modra <alan@linuxcare.com.au>
5636
5637 * ldemul.h (struct lang_input_statement_struct): Remove forward
5638 declaration.
5639 (struct search_dirs): Likewise.
5640 * ldfile.h (struct lang_input_statement_struct): Likewise.
5641 Protect file from multiple inclusion.
5642 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
5643 declaration from macro to file scope.
5644
5645 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
5646 * ldgram.y: Likewise here.
5647 * ldlang.c: And here.
5648 * ldmain.c: And here.
5649 * mpw-elfmips.c: And here.
5650 * mpw-eppcmac.c: And here.
5651 * emultempl/aix.em: And here.
5652 * emultempl/armcoff.em: And here.
5653 * emultempl/armelf.em: And here.
5654 * emultempl/armelf_oabi.em: And here.
5655 * emultempl/beos.em: And here.
5656 * emultempl/elf32.em: And here.
5657 * emultempl/hppaelf.em: And here.
5658 * emultempl/linux.em: And here.
5659 * emultempl/lnk960.em: And here.
5660 * emultempl/pe.em: And here.
5661 * emultempl/sunos.em: And here.
5662 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
5663 * mpw-idtmips.c: Ditto.
5664 * emultempl/generic.em: Ditto.
5665 * emultempl/gld960.em: Ditto.
5666 * emultempl/gld960c.em: Ditto.
5667 * emultempl/mipsecoff.em: Ditto.
5668 * emultempl/ticoff.em: Ditto.
5669 * emultempl/vanilla.em: Ditto.
5670
5671 * pe-dll.c: Include ldfile.h
5672 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
5673
5674 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
5675 arguments to bfd_elf32_size_dynamic_sections call.
5676 (gldelf32ebmip_place_orphan): Add missing arguments to
5677 lang_leave_output_section_statement call.
5678
5679 2000-07-10 H.J. Lu <hjl@gnu.org>
5680
5681 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
5682 DLL_SUPPORT.
5683 (strhash): Likewise.
5684 (compute_dll_image_base): Likewise.
5685 (pe_undef_found_sym): Likewise.
5686 (pe_undef_cdecl_match): Likewise.
5687 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
5688 argument "arch" with ATTRIBUTE_UNUSED.
5689
5690 2000-07-10 Alan Modra <alan@linuxcare.com.au>
5691
5692 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
5693
5694 From Ryan Bradetich <rbradetich@uswest.net>
5695 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
5696
5697 2000-07-09 Alan Modra <alan@linuxcare.com.au>
5698
5699 Changes to create multiple linker stubs, positioned immediately
5700 before the section where they are required.
5701 * emultempl/hppaelf.em: Include elf32-hppa.h.
5702 (stub_sec, file_chain): Delete.
5703 (hppaelf_create_output_section_statements): Don't make a stub
5704 section here.
5705 (hook_stub_info): New struct.
5706 (hook_in_stub): New function.
5707 (hppaelf_add_stub_section): New function.
5708 (hppaelf_finish): Do nothing for relocateable links. Modify the
5709 call to elf32_hppa_size_stubs. Move code for updating section
5710 layout from here...
5711 (hppaelf_layaout_sections_again): ..to here, a new function.
5712
5713 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
5714 broken list handling. Pass in a pointer to the list.
5715 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
5716 for above changes.
5717 (hppaelf_before_parse): Prototype.
5718 (hppaelf_set_output_arch): Prototype.
5719 (hppaelf_create_output_section_statements): Prototype.
5720 (hppaelf_delete_padding_statements): Prototype.
5721 (hppaelf_finish): Prototype.
5722
5723 Merge from elf32.em
5724 * emultempl/hppaelf.em: Include ctype.h.
5725 (struct orphan_save): New.
5726 (gld${EMULATION_NAME}_place_orphan): New.
5727 (output_rel_find): New.
5728 (hppaelf_get_script): Update from elf32.em.
5729 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
5730 Change emulation_name field to "${EMULATION_NAME}". Add
5731 gld${EMULATION_NAME}_place_orphan.
5732
5733 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
5734 ehppalinux.o, sort it. Regenerate dependencies.
5735 (ehppalinux.c): Depend on hppaelf.em
5736 * Makefile.in: Regenerate.
5737
5738 * configure.tgt: targ_emul=hppalinux for hppa*linux
5739
5740 * emulparams/hppalinux.sh: New.
5741 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
5742
5743 2000-07-08 Alan Modra <alan@linuxcare.com.au>
5744
5745 * lexsup.c (parse_args): Copy section name.
5746
5747 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
5748
5749 * emultempl/pe.em: institute the following search order for
5750 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
5751 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
5752 static lib (libfoo.a) if none of the above are found.
5753
5754 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
5755
5756 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5757 (longopts): New --{enable,disable}-auto-image-base options.
5758 (gld_${EMULATION_NAME}_list_options): Document.
5759 (gld_${EMULATION_NAME}_parse): Handle.
5760 (strhash): New static function.
5761 (compute_dll_image_base): New static function.
5762 (gld_${EMULATION_NAME}_set_symbols): Use.
5763
5764 2000-07-05 DJ Delorie <dj@redhat.com>
5765
5766 * MAINTAINERS: new
5767
5768 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
5769
5770 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
5771 * emulparams/elf32btsmip.sh: New file.
5772 * Makefile.am: Add traditional mips target.
5773 * Makefile.in: Rebuild.
5774
5775 2000-07-01 H.J. Lu <hjl@gnu.org>
5776
5777 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
5778 automake to use YLWRAP.
5779 * Makefile.in: Rebuild.
5780
5781 2000-07-01 Alan Modra <alan@linuxcare.com.au>
5782
5783 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
5784 (CLEANFILES): Add DEPA.
5785 * Makefile.in: Regenerate.
5786
5787 2000-06-30 Timothy Wall <twall@ppc>
5788
5789 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
5790 the page in the upper octet of the address.
5791
5792 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
5793
5794 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
5795
5796 2000-06-24 Alan Modra <alan@linuxcare.com.au>
5797
5798 * NEWS: arm-elf does --gc-sections too.
5799
5800 2000-06-22 Alan Modra <alan@linuxcare.com.au>
5801
5802 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
5803 find one.
5804 * Makefile.in: Regenerate.
5805
5806 2000-06-21 H.J. Lu <hjl@gnu.org>
5807
5808 * Makefile.am: Rebuild dependency.
5809 * Makefile.in: Rebuild.
5810
5811 2000-06-20 H.J. Lu <hjl@gnu.org>
5812
5813 * Makefile.am: Rebuild dependency.
5814 * Makefile.in: Rebuild.
5815
5816 2000-06-20 Timothy Wall <twall@cygnus.com>
5817
5818 * scripttempl/tic54xcoff.sc: New.
5819 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
5820 * gen-doc.texi: Add flag for TI COFF.
5821 * ld.texinfo: Add documentation for TI COFF handling switches.
5822 * emultempl/ticoff.em: New. TI COFF handling.
5823 * configure.tgt: Add tic54x target.
5824 * Makefile.am: Add tic54x target.
5825 * Makefile.in: Ditto.
5826
5827 2000-06-20 Alan Modra <alan@linuxcare.com.au>
5828
5829 * ldmain.c (set_scripts_dir): Correct pointer comparison when
5830 checking for backslashes.
5831
5832 2000-06-19 Alan Modra <alan@linuxcare.com.au>
5833
5834 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
5835
5836 2000-06-18 Alan Modra <alan@linuxcare.com.au>
5837
5838 * NEWS: Update list of targets supporting --gc-sections.
5839
5840 * scripttempl/elf.sc: KEEP .eh_frame contents.
5841 * scripttempl/elfd30v.sc: Same here.
5842
5843 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
5844
5845 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
5846 and m68hc11 (elf).
5847 * Makefile.in: Rebuild.
5848 * configure.tgt: Recognize m68hc12 and m68hc11.
5849 * scripttempl/elfm68hc12.sc: New file.
5850 * emulparams/m68hc12elfb: New emulation.
5851 * emulparams/m68hc12elf: New emulation.
5852 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
5853 (includes a memory.x script to define the ROM and RAM banks).
5854 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
5855 New configuration files for support of Motorola 68hc11
5856
5857 2000-06-15 Alan Modra <alan@linuxcare.com.au>
5858
5859 * ldmain.c (main): Only change SEC_READONLY for final link.
5860
5861 2000-06-13 H.J. Lu <hjl@gnu.org>
5862
5863 * configure: Regenerate.
5864
5865 2000-06-08 David O'Brien <obrien@FreeBSD.org>
5866
5867 * configure.in (VERSION): Update to show this is the CVS mainline.
5868
5869 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5870
5871 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
5872 input objects to be ECOFF.
5873 (check_sections): einfo takes %B, not %P, to print a BFD name.
5874
5875 2000-06-05 Michael Matz <matz@ifh.de>
5876
5877 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
5878 version scripts.
5879
5880 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
5881
5882 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
5883
5884 * emulparams/avr1200.sh (STACK): Define as 0.
5885 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
5886 * emulparams/avr4433.sh (STACK): Likewise.
5887 * emulparams/avr44x4.sh (STACK): Likewise.
5888 * emulparams/avr85xx.sh (STACK): Likewise.
5889 * emulparams/avrmega103.sh (STACK): Likewise.
5890 * emulparams/avrmega161.sh (STACK): Likewise.
5891 * emulparams/avrmega603.sh (STACK): Likewise.
5892 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
5893 (__stack): Define from ${STACK} for main().
5894
5895 2000-05-26 Alan Modra <alan@linuxcare.com.au>
5896
5897 * Makefile.am: Update dependencies with "make dep-am"
5898 * Makefile.in: Regenerate.
5899
5900 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
5901
5902 * ldmain.c: Include filenames.h.
5903 (set_scripts_dir): Support backslashes in program name.
5904
5905 2000-05-22 Igor Shevlyakov <igor@windriver.com>
5906
5907 * ldmain.c (main): When deciding if ".text" section should be
5908 read-only, don't forget to reset SEC_READONLY because it
5909 could be already set.
5910
5911 2000-05-22 Thomas de Lellis <tdel@windriver.com>
5912
5913 * ld.1: Add documentation for new command line option:
5914 --section-start <sectionname>=<sectionorg>
5915 This is a generic version of -Ttext etc. which accepts
5916 any section name as a parameter instead of just text/data/
5917 bss.
5918 * ld.texinfo: More docs.
5919 * NEWS: More docs.
5920 * lexsup.c: (parse_args): Recognize new command line option.
5921 (ld_options): Add new option.
5922
5923 2000-05-18 H.J. Lu <hjl@gnu.org>
5924
5925 * lexsup.c (parse_args): `i' == `r', not `q'.
5926
5927 2000-05-18 Jeffrey A Law (law@cygnus.com)
5928
5929 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
5930
5931 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
5932 Rick Gorton <gorton@scrugs.lkg.dec.com>
5933
5934 Add support for '-q' == '--emit-relocs' switch.
5935 * ldmain.c (main): Default to false.
5936 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
5937 * NEWS: Describe the emitrelocations switch.
5938 * ld.texinfo: Describe the emitrelocations switch.
5939
5940 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
5941
5942 * emultempl/pe.em (_open_dynamic_archive): New function: Search
5943 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
5944 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
5945 link options.
5946
5947 2000-05-15 David O'Brien <obrien@FreeBSD.org>
5948
5949 * lexsup.c (parse_args): Update the year in the copyright notice.
5950
5951 2000-05-13 Alan Modra <alan@linuxcare.com.au>
5952
5953 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
5954 Replace defines with those from intl/libgettext.h to quieten gcc
5955 warnings.
5956
5957 2000-05-10 H.J. Lu <hjl@gnu.org>
5958
5959 * ldlang.c (open_input_bfds): Don't load the same file within
5960 a group again if the whole archive has been loaded already.
5961
5962 2000-05-03 Alan Modra <alan@linuxcare.com.au>
5963
5964 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
5965 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
5966 strtoul.
5967
5968 2000-05-01 Jim Wilson <wilson@cygnus.com>
5969
5970 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
5971
5972 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
5973 host "ia64-*-linux-gnu*".
5974
5975 2000-04-29 Andreas Jaeger <aj@suse.de>
5976
5977 * ld.h: Correctly check GCC version.
5978
5979 2000-04-25 Jeffrey A Law (law@cygnus.com)
5980
5981 * Makefile.am: Add PA64 support. Add missing dependencies for
5982 PA32 elf support.
5983 * Makefile.in: Rebuilt.
5984 * configure.tgt: Add PA64 support (currently disabled).
5985
5986 2000-04-25 Alan Modra <alan@linuxcare.com.au>
5987
5988 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
5989 (output_rel_find): New function.
5990 (hold_section, hold_use): Delete.
5991 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5992 hold_interp): Make local to place_orphan.
5993 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
5994 rather than place_section to find possible previous use of orphan.
5995 Similarly find the place-holder output sections. Use returned
5996 value from lang_enter_output_section_statement rather than calling
5997 lang_output_section_statement_lookup.
5998 * emultempl/armelf.em: Same here.
5999 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
6000
6001 * ldlang.c (lang_enter_output_section_statement): Return output
6002 section statement.
6003 * ldlang.h (lang_enter_output_section_statement): Change
6004 declaration too.
6005
6006 * ldlang.h (lang_output_section_statement): Export it.
6007 * ldlang.c (lang_output_section_statement): Ditto.
6008
6009 2000-04-24 Nick Clifton <nickc@cygnus.com>
6010
6011 * ld.texinfo (Output Section Data): Add note that section data
6012 commands cannot appear outside of section directives.
6013
6014 2000-04-2 Matthew Green <mrg@cygnus.com>
6015
6016 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
6017
6018 2000-04-21 Richard Henderson <rth@cygnus.com>
6019 David Mosberger <davidm@hpl.hp.com>
6020
6021 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
6022 (eelf64_ia64.c): New rule.
6023 * Makefile.in: Rebuild.
6024 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
6025 * emulparams/elf64_ia64.sh: New file.
6026
6027 2000-04-21 Richard Henderson <rth@cygnus.com>
6028
6029 * scripttempl/elfd30v.sc: Place .gcc_except_table.
6030
6031 2000-04-19 Alan Modra <alan@linuxcare.com.au>
6032
6033 * dep-in.sed: Match space at start of file name, not at end.
6034
6035 2000-04-18 H.J. Lu <hjl@gnu.org>
6036
6037 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
6038 lang_leave_output_section_statement () after calling
6039 lang_enter_output_section_statement ().
6040 * emultempl/armelf.em: Likewise.
6041
6042 2000-04-18 Alan Modra <alan@linuxcare.com.au>
6043
6044 * emultempl/elf32.em (struct orphan_save): Add section field.
6045 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
6046 better order, and place first orphan section as we did before the
6047 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
6048 Don't call make_bfd_section here, let wild_doit do the job for us.
6049 Don't build a statement list when we'll only throw it away.
6050 * emultempl/armelf.em: Ditto.
6051 * emultempl/pe.em: Similarly.
6052
6053 2000-04-14 Geoff Keating <geoffk@cygnus.com>
6054
6055 * scripttempl/elfppc.sc: Remove.
6056 * emulparams/elf32ppc.sh: Use elf.sc.
6057 * emulparams/elf32lppc.sh: Use elf.sc.
6058 * emulparams/elf32ppclinux.sh: Use elf.sc.
6059 * emulparams/elf32ppcsim.sh: New file.
6060 * emulparams/elf32lppcsim.sh: New file.
6061 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
6062 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
6063 * Makefile.in: Regenerate.
6064 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
6065
6066 2000-04-14 Alan Modra <alan@linuxcare.com.au>
6067
6068 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
6069 ~SEC_ALLOC sections too. Init start address of debug sections.
6070 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6071 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6072 Also set all relocateable section start addresses.
6073
6074 2000-04-13 Geoff Keating <geoffk@cygnus.com>
6075
6076 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
6077 Add new BSS_PLT variable for when .plt need not be contained in
6078 the file. Move _etext so that it is also after .fini, and provide
6079 both etext and _etext with a leading underscore. Mark the start
6080 and end of .sbss.
6081
6082 2000-04-12 Alan Modra <alan@linuxcare.com.au>
6083
6084 * emultempl/elf32.em (struct orphan_save): New.
6085 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
6086 hold_interp): Make them struct orphan_save.
6087 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
6088 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
6089 the end of the relevant section list. Also add associated section
6090 statements to the end of any previous orphan statements.
6091 * emultempl/armelf.em: Similarly.
6092 * emultempl/pe.em: Similarly.
6093
6094 2000-04-11 Alan Modra <alan@linuxcare.com.au>
6095
6096 * ld.texinfo (Simple Example): Remove extraneous paragraph.
6097
6098 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
6099
6100 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
6101 --enable-build-warnings option.
6102 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
6103 * Makefile.in, configure: Re-generate.
6104
6105 2000-04-04 Alan Modra <alan@linuxcare.com.au>
6106
6107 * po/ld.pot: Regenerate.
6108
6109 * lexsup.c (help): Restore translated part of bug string.
6110
6111 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
6112 (DEP): Quote when passing vars to sub-make. Add warning message
6113 to end.
6114 (DEP1): Rewrite for "gcc -MM".
6115 (CLEANFILES): Add DEP2.
6116 Update dependencies.
6117 * Makefile.in: Regenerate.
6118
6119 2000-04-03 Alan Modra <alan@linuxcare.com.au>
6120
6121 * ld.h: #include "bin-bugs.h"
6122 * lexsup.c (help): Use REPORT_BUGS_TO.
6123
6124 2000-03-27 Denis Chertykov <denisc@overta.ru>
6125
6126 * configure.tgt (avr-*-*): New target support.
6127 * Makefile.am: Likewise.
6128 * scripttempl/elf32avr.sc: New script file.
6129 * emulparams/avr1200.sh: New file.
6130 * emulparams/avr23xx.sh: New file.
6131 * emulparams/avr4433.sh New file.
6132 * emulparams/avr44x4.sh New file.
6133 * emulparams/avr85xx.sh New file.
6134 * emulparams/avrmega103.sh New file.
6135 * emulparams/avrmega161.sh New file.
6136 * emulparams/avrmega603.sh New file.
6137 * Makefile.in: Regenerate.
6138
6139 2000-03-09 Andreas Jaeger <aj@suse.de>
6140
6141 * Makefile.am (check-DEJAGNU): Also unset LANG.
6142 * Makefile.in: Rebuild.
6143
6144 2000-03-06 Ian Lance Taylor <ian@zembu.com>
6145
6146 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
6147 archive.
6148
6149 2000-03-02 H.J. Lu <hjl@gnu.org>
6150
6151 * emulparams/elf32mcore.sh: Include "getopt.h".
6152
6153 2000-03-01 Ian Lance Taylor <ian@zembu.com>
6154
6155 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
6156
6157 2000-03-01 H.J. Lu <hjl@gnu.org>
6158
6159 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
6160 * emulparams/shpe.sh: Likewise.
6161
6162 2000-03-01 Nick Clifton <nickc@cygnus.com>
6163
6164 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
6165 to unused parameters.
6166
6167 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
6168 functions only used by DLL code.
6169 (_place_orphan): Initialise 'dollar'.
6170
6171 2000-03-01 H.J. Lu <hjl@gnu.org>
6172
6173 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
6174 indicate if the undefined symbol is a fatal error or not.
6175 Don't delete the output file if "fatal" is false.
6176
6177 2000-02-29 H.J. Lu <hjl@gnu.org>
6178
6179 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
6180 Set LC_COLLATE and LC_ALL to null and export them. It is for
6181 sort which expects the C locale.
6182 Add $(LIBS) to all $(HOSTING_LIBS).
6183 * Makefile.in: Rebuild.
6184
6185 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
6186
6187 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
6188 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
6189 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
6190 (ld_emulation_xfer_struct): Add missing NULL initialiser for
6191 find_potential_libraries.
6192
6193 2000-02-28 Jim Blandy <jimb@redhat.com>
6194
6195 * ldgram.y (exclude_name_list): Don't require a comma to separate
6196 list entries; the lexer considers commas to be valid part of a
6197 filename, so in something like `foo, bar' the comma is considered
6198 part of the first filename, `foo,'.
6199 * ld.texinfo: Update section on EXCLUDE_FILE lists.
6200
6201 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
6202
6203 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
6204 host "i[3456]86-*-freebsdelf*".
6205
6206 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
6207
6208 * scripttempl/i386go32.sc: Move misplaced semicolons.
6209
6210 2000-02-25 Ian Lance Taylor <ian@zembu.com>
6211
6212 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
6213 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
6214 (eelf64hppa.c, ehppaelf.c): Remove targets.
6215 * Makefile.in: Rebuild.
6216
6217 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6218
6219 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
6220 GNU/Linux/sparc, but keep the default as 32.
6221
6222 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
6223 it default if sparcv9 or sparc64.
6224
6225 2000-02-24 Nick Clifton <nickc@cygnus.com>
6226
6227 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
6228 * Makefile.in: Regenerate.
6229 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
6230
6231 * ldemul.h (ld_emulation_xfer_struct): Add new field:
6232 find_potential_libraries.
6233 * ldemul.c (ldemul_find_potential_libraries): New function.
6234
6235 * ldfile.c (ldfile_open_file_search): Allow function to be
6236 exported.
6237 (ldfile_open_file): Call ldemul_find_potential_libraries.
6238 * ldfile.h: Add prototype for ldfile_open_file_search.
6239
6240 * pe-dll.c: Add support for ARM, MIPS and SH targets.
6241
6242 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
6243 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
6244
6245 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
6246 (gld_X_find_potential_libraries): New function. Search for
6247 libraries called "*.lib".
6248
6249 * scripttempl/pe.sc: Add .pdata section.
6250
6251 2000-02-23 Richard Henderson <rth@cygnus.com>
6252
6253 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
6254 Add and use memory regions.
6255
6256 2000-02-23 Linas Vepstas (linas@linas.org)
6257
6258 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
6259
6260 * Makefile.am: Add support for Linux/IBM 370.
6261 * configure.tgt: Likewise.
6262
6263 * Makefile.in: Regenerate.
6264
6265 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
6266
6267 * ldlang.c (print_input_section, print_data_statement,
6268 print_reloc_statement, print_padding_statement, insert_pad,
6269 size_input_section, lang_check_section_addresses,
6270 lang_size_sections, lang_do_assignments, lang_set_startof,
6271 lang_one_common): Change `opb' to unsigned.
6272 (lang_do_assignments): Also change `size' to unsigned.
6273
6274 2000-02-16 Richard Henderson <rth@cygnus.com>
6275
6276 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
6277
6278 2000-02-16 Timothy Wall <twall@cygnus.com>
6279
6280 * mri.c (mri_draw_tree): Add default LMA region argument to call
6281 to lang_leave_output_section_statement.
6282 * ldlang.h: Update prototypes with LMA region arguments.
6283 * ldlang.c (lang_size_sections): Encapsulate region bounds
6284 checking in os_check_region call.
6285 (os_check_region): New function.
6286 (lang_output_section_statement_lookup): Initialize lma_region.
6287 (lang_leave_output_section_statement): Add LMA region argument.
6288 (lang_leave_overlay): Ditto.
6289 * ldgram.y: Handle LMA region syntax.
6290 * ld.texinfo (Output Section Description): Describe LMA region usage.
6291 * emultempl/armelf.em (gld$place_orphan): Add default value for
6292 lma region in call to lang_leave_output_section_statement.
6293 * emultempl/elf32.em (gld$place_orphan): Add default value for
6294 lma region in call to lang_leave_output_section_statement.
6295 * emultempl/pe.em (gld$place_orphan): Add default value for
6296 lma region in call to lang_leave_output_section_statement.
6297
6298
6299 2000-02-04 Timothy Wall <twall@redhat.com>
6300
6301 * ldlang.c (lang_check_section_addresses): Use bytes instead of
6302 octets when calculating section end addresses.
6303
6304 2000-02-04 Timothy Wall <twall@redhat.com>
6305
6306 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
6307
6308 2000-02-03 Timothy Wall <twall@redhat.com>
6309
6310 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
6311 octet count.
6312 * ldlang.c (print_input_section, print_data_statement,
6313 print_reloc_statement, print_padding_statement): Print target
6314 address values and section sizes as bytes, not octets.
6315 (insert_pad) Calculate padding size in octets, and adjust "dot"
6316 by bytes.
6317 (size_input_section) Always adjust "dot" by bytes, not octets.
6318 (lang_check_section_addresses, lang_do_assignments) Adjust
6319 "dot" by bytes, not octets. Use the larger of the directive size
6320 or octets_per_byte for the number of octets actually allocated in
6321 the output section.
6322 (lang_set_startof) Make sure STARTOF returns a target address.
6323 (lang_one_common) Record size changes in octets.
6324 (lang_abs_symbol_at_end_of) Section end symbol's value is
6325 recorded in target bytes.
6326 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
6327 to be clear about behavior when an octet is smaller than one byte.
6328
6329 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
6330
6331 * ldcref.c (output_cref): Don't pass message strings to printf
6332 as format arg.
6333 Update copyright.
6334
6335 * ldmisc.c (vfinfo): Same here.
6336 Update copyright.
6337
6338 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
6339
6340 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
6341 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
6342 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
6343 Add missing NULL initialisers, and comments.
6344
6345 2000-01-21 Nick Clifton <nickc@cygnus.com>
6346
6347 * ldlang.c (lang_size_sections): Fix typo in comment.
6348
6349 2000-01-18 H.J. Lu <hjl@gnu.org>
6350
6351 * ldlang.c (lang_size_sections): Also update the current
6352 address of a region if the SEC_NEVER_LOAD bit is not set.
6353
6354 2000-01-10 Philip Blundell <pb@futuretv.com>
6355
6356 * configure.tgt (arm*-*-conix*): New target.
6357
6358 2000-01-07 Nick Clifton <nickc@cygnus.com>
6359
6360 * ld.texinfo (Options): Remind users to preceed linker command
6361 line switches with -Wl, (or whatever is appropriate) if it is
6362 being invoked by a comnpiler driver program.
6363 Fix description of the behaviour of the -n command line switch.
6364
6365 2000-01-05 Catherine Moore <clm@cygnus.com>
6366
6367 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
6368 (name_list): New.
6369 * ld.texinfo (EXCLUDE_FILE): Update documentation.
6370 * ldgram.y (wildcard_spec): Support a list of excluded_files.
6371 (exclude_name_list): New.
6372 ldlang.c (walk_wild_section): Support list of excluded files.
6373 (print_wild_statement): Likewise.
6374 (lang_add_wild): Likewise.
6375 * ldlang.h (lang_wild_statement_type): Likewise.
6376 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6377
6378 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
6379
6380 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
6381 (process_def_file): Use.
6382 (pe_dll_compat_implib): New variable.
6383 (make_one): Use.
6384
6385 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
6386 pe_dll_compat_implib.
6387
6388 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
6389 compat-implib options.
6390 (gld_${EMULATION_NAME}_list_options): List new options.
6391 (gld_${EMULATION_NAME}_parse_args): Handle.
6392
6393 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
6394 dll.
6395
6396 * deffilep.y (opt_name): Allow "." in name.
6397
6398 For older changes see ChangeLog-9899
6399 \f
6400 Local Variables:
6401 mode: change-log
6402 left-margin: 8
6403 fill-column: 74
6404 version-control: never
6405 End:
This page took 0.153139 seconds and 5 git commands to generate.