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