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