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