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