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