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