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