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