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