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