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