Insert 'PROGRAM' into the text string describing the -N option so that it is
[binutils-gdb.git] / ld / ChangeLog
1 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
4 describing the -N option so that it is easier to translate into
5 foreign languages.
6
7 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
8
9 * emultempl/pe.em (..._list_options): Replace multiple fprintf
10 statements describing a single option with a single, newline
11 escaped fprintf. This allows better translation into other
12 languages.
13
14 * ldmain.c (add_archive_element): Combine multiple strings
15 into a single string to permit better translation into other
16 languages.
17
18 2001-12-05 Tom Rix <trix@redhat.com>
19
20 * Makefile.am: Remove eaixppc64.
21 * Makefile.in: Regenerate.
22
23 2001-12-04 Tom Rix <trix@redhat.com>
24
25 * emultempl/aix.em (choose_target): Change default target to
26 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
27 warning.
28 (gld*_read_file): Fix typo.
29 (change_symbol_mode): Add prototype.
30 (is_syscall): Same.
31
32 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
33 * emulparams/aixrs6.sh : Same.
34 * emulparams/ppcmacos.sh : Same.
35 * emulparams/aixppc64.sh : Delete file.
36 * emultempl/aix.em : Formatting changes.
37
38 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
39
40 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
41 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
42 __Sbss.
43 (OTHER_END_SYMBOLS): Fix formatting.
44 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
45 (OTHER_END_SYMBOLS): Fix formatting.
46
47 2001-12-04 Alan Modra <amodra@bigpond.net.au>
48
49 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
50
51 2001-12-02 Tom Rix <trix@redhat.com>
52
53 * configure.tgt : Remove eaixppc64 emulations.
54 * Makefile.in : Remove eaixppc64.c
55 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
56 (ldemul_default_target): Same.
57 * emultempl/gld960.em (gld960_choose_target): Same.
58 * emultempl/gld960c.em (gld960_choose_target): Same.
59 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
60 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
61 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
62 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
63 * emultempl/aix.em (choose_target): New function. Handle emulation of
64 -b32 and -b64.
65
66 2001-11-27 H.J. Lu <hjl@gnu.org>
67
68 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
69 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
70 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
71 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
72 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
73 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
74 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
75 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
76
77 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
78 is not empty.
79 (SDATA): Likewise.
80 (REL_SDATA): Likewise.
81 (REL_SBSS): Likewise.
82 (REL_SDATA2): Likewise.
83 (REL_SBSS2): Likewise.
84 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
85 (SDATA2): Likewise.
86
87 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
88
89 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
90 destructor in rom.
91 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
92
93 2001-11-22 H.J. Lu <hjl@gnu.org>
94
95 * Makefile.in: Regenerated with automake based on automake
96 1.4-8 in RedHat 7.1.
97
98 2001-11-22 Alan Modra <amodra@bigpond.net.au>
99
100 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
101 (config.status): Delete rule.
102 Add extra dependencies to cover sourced emulparams files.
103 * Makefile.in: Regenerate.
104
105 * scripttempl/elf.sc: Order <section>, <section>.* and
106 corresponding linkonce sections as seen in input files.
107 Formatting fixes. Zero vma of all sections if not relocating.
108 (STACK): Define and insert if STACK_ADDR defined.
109 (OTHER_RELOCATING_SECTIONS): Delete.
110 (OTHER_END_SYMBOLS): Define.
111 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
112 (OTHER_READWRITE_SECTIONS): Likewise.
113 (OTHER_GOT_SECTIONS): Likewise.
114 (OTHER_SDATA_SECTIONS): Likewise.
115 (OTHER_BSS_SECTIONS): Likewise.
116 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
117 (OTHER_READWRITE_SECTIONS): Likewise.
118 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
119 (OTHER_READWRITE_SECTIONS): Likewise
120
121 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
122 (STACK_ADDR): Define.
123 * emulparams/armelf_oabi.sh: As for armelf.sh.
124 * emulparams/elf32mcore.sh: As for armelf.sh.
125 * emulparams/h8300elf.sh: As for armelf.sh.
126 * emulparams/mn10200.sh: As for armelf.sh.
127 * emulparams/shelf.sh: As for armelf.sh.
128
129 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
130 (OTHER_END_SYMBOLS): Define.
131 * emulparams/m32relf.sh: As for elf32fr30.sh.
132 * emulparams/h8300helf.sh: As for elf32fr30.sh.
133 * emulparams/h8300self.sh: As for elf32fr30.sh.
134
135 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
136 defines with RELOCATING test.
137 (OTHER_SDATA_SECTIONS): Likewise.
138 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
139 (OTHER_END_SYMBOLS): ..this.
140 * emulparams/crislinux.sh: As for criself.sh.
141
142 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
143 if not relocating.
144 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
145 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
146 normal and linkonce sections as seen in input files.
147 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
148 (TEXT_DYNAMIC): Likewise.
149 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
150 (OTHER_SDATA_SECTIONS): Likewise.
151 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
152 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
153 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
154 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
155 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
156 (OTHER_PLT_RELOC_SECTIONS): Likewise.
157 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
158 sections as seen in input files.
159 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
160 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
161 if not relocating.
162 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
163 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
164 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
165 (OTHER_SECTIONS): Instead, use this..
166 (OTHER_END_SYMBOLS): ..and this.
167
168 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
169 * emulparams/elf32bsmip.sh: Likewise.
170 * emulparams/elf32btsmip.sh: Likewise.
171 * emulparams/elf32ebmip.sh: Likewise.
172 * emulparams/elf32lmip.sh: Likewise.
173 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
174 * emulparams/elf32lsmip.sh: Likewise.
175 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
176 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
177 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
178 * emulparams/elf64btsmip.sh: Likewise.
179 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
180 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
181 * emulparams/elf32ppclinux.sh: Likewise.
182 * emulparams/elf32ppcsim.sh: Likewise.
183 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
184 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
185 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
186 * emulparams/h8300self.sh: Likewise.
187 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
188 * emulparams/sh.sh: Comment.
189 * emulparams/shl.sh: Source sh.sh, remove duplicates.
190 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
191 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
192
193 2001-11-21 David Heine <dlheine@tensilica.com>
194 Alan Modra <amodra@bigpond.net.au>
195
196 * ldlang.c (map_input_to_output_sections): Replace "break"
197 accidentally removed with 2001-08-03 change.
198 (lang_gc_sections_1): Likewise.
199
200 2001-11-21 Alan Modra <amodra@bigpond.net.au>
201
202 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
203
204 2001-11-20 Angela Marie Thomas <angela@redhat.com>
205
206 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
207 of false when calling lang_size_sections.
208 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
209
210 2001-11-15 Alan Modra <amodra@bigpond.net.au>
211
212 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
213 function when LDEMUL_FINISH isn't set to the same name. Don't
214 call ${LDEMUL_FINISH}.
215 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
216 * emultempl/armelf.em (arm_elf_finish): Call
217 gld${EMULATION_NAME}_finish.
218 * emultempl/hppaelf.em (hppaelf_finish): Rename to
219 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
220 hppaelf_layout_sections_again if necessary.
221 (need_laying_out): New var.
222 (hppaelf_layaout_sections_again): Rename to
223 hppaelf_layout_sections_again. Clear need_laying_out.
224 (PARSE_AND_LIST_OPTIONS): Format text.
225
226 2001-11-14 H.J. Lu <hjl@gnu.org>
227
228 * emultempl/armelf.em (arm_elf_finish): Renamed from
229 gld${EMULATION_NAME}_finish.
230 (LDEMUL_FINISH): Set to arm_elf_finish.
231
232 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
233
234 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
235 (struct ld_emulation_xfer_struct): Use it.
236
237 Tue Nov 13 11:27:14 2001 Ross Alexander <ross.alexander@uk.neceur.com>
238
239 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
240 additional symbols referenced by newer crt0.o files from HP.
241
242 2001-11-12 Anthony Green <green@redhat.com>
243
244 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
245
246 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
247
248 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
249 * Makefile.in: Regenerate.
250
251 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
252
253 * ld.texinfo: Use @command for commands, @option for options.
254 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
255 the page man title.
256 * Makefile.in: Rebuild.
257
258 2001-11-04 Chris Demetriou <cgd@broadcom.com>
259
260 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
261 Add support for targets.
262
263 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
264
265 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
266 * configure: Regernate.
267 * po/fr.po: New file.
268 * po/sv.po: New file.
269
270 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
271
272 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
273 as little endian default and to support big endian.
274
275 2001-11-01 Chris Demetriou <cgd@broadcom.com>
276
277 * ld.texinfo (Options): Document new option, -nostdlib.
278 * lexsup.c (OPTION_NOSTDLIB): New definition.
279 (ld_options): Add entry for "nostdlib".
280 (parse_args): Handle OPTIONS_NOSTDLIB.
281 * ldfile.c (ldfile_add_library_path): Don't add directories
282 to the search path if they weren't specified on the command line
283 and -nostdlib was specified.
284 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
285
286 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
287
288 * lexsup.c (parse_args): Prevent infinite parsing loop when
289 "-rpath.a" is specified on the command line.
290 Replace calls to fprintf with calls to einfo.
291
292 2001-10-31 John Marshall <jmarshall@acm.org>
293
294 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
295 appear only once across all the linker scripts involved in a link
296 invocation no longer applies. Make the documentation reflect
297 that.
298
299 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
300
301 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
302 targets.
303 (sh-*-linux*): Added targ_extra_libpath.
304
305 2001-10-31 David Heine <dlheine@tensilica.com>
306
307 * ldlang.c (lang_size_sections): Keep a valid output_offset field
308 for padding statements.
309
310 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
311
312 * configure.tgt (mmix-*-*): New target.
313 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
314 Add dependencies to match.
315 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
316 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
317 scripttempl/mmo.sc: New files.
318 * gen-doc.texi: @set MMIX.
319 * ld.texinfo: Ditto.
320 [MMIX] Add MMIX node.
321 * Makefile.in: Regenerate.
322
323 2001-10-29 Kazu Hirata <kazu@hxi.com>
324
325 * ldlang.c: Fix a comment typo.
326
327 2001-10-23 Alan Modra <amodra@bigpond.net.au>
328
329 * configure.host: Move alpha*-*-linux-gnu* entry to generic
330 entries, and match *-*-linux*.
331
332 2001-10-20 Alan Modra <amodra@bigpond.net.au>
333
334 * ldgram.y (mri_script_command): Surround processing of INCLUDE
335 with ldlex_script, ldlex_popstate.
336 (ifile_p1): Likewise.
337 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
338 correct slot.
339 (lex_push_file): Save current lineno to lineno_stack. Set lineno
340 to 1. Don't BEGIN(SCRIPT).
341 (lex_redirect): Similarly.
342 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
343
344 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
345
346 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
347 __EH_FRAME_END__ and accept eh frames into data section.
348 Add ctor and dtor sections.
349
350 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
351
352 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
353 (auto-export): Fix indentation.
354
355 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
356
357 * pe-dll.c (autofilter_objectlist): Add startup objects
358 for profiling.
359 (auto-export): Constify char * p.
360 Extract file basename and use strcmp rather than ststr
361 for object lookup.
362
363 2001-10-18 Chris Demetriou <cgd@broadcom.com>
364
365 * ldmain.c (get_emulation): Improve comment about the handling
366 of -mipsN options.
367
368 2001-10-17 Alan Modra <amodra@bigpond.net.au>
369
370 * po/POTFILES.in: Regenerate.
371
372 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
373
374 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
375 -z nocopyreloc and -z nocombreloc usage strings.
376
377 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
378
379 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
380 in usage.
381
382 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
383
384 * scripttempl/armaout.sc: Place .bss section after end of aligned
385 data section to match behaviour of aout code in constructrion of
386 header.
387
388 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
389
390 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
391 startup files for mingw32 dlls to list.
392
393 2001-10-10 Chris Demetriou <cgd@broadcom.com>
394
395 * emultempl/elf32.em: Fix shell 'if' usage for portability.
396
397 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
398
399 * configure.tgt (targ): Add arm9e-*-elf.
400
401 2001-10-05 H.J. Lu <hjl@gnu.org>
402
403 * genscripts.sh: Fix a typo in the last change.
404
405 2001-10-05 Jakub Jelinek <jakub@redhat.com>
406
407 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
408 -z nocombreloc in usage.
409
410 2001-10-03 Jim Blandy <jimb@redhat.com>
411
412 * genscripts.sh: Include a comment at the top of each generated
413 script, explaining its purpose.
414
415 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
416
417 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
418 * NEWS: Mention -z nocopyreloc.
419 * ld.texinfo (Options): Describe nocopyreloc.
420
421 2001-10-03 Alan Modra <amodra@bigpond.net.au>
422
423 * configure: Regenerate.
424
425 2001-10-02 Alan Modra <amodra@bigpond.net.au>
426
427 * ldver.h (ld_program_version): Remove declaration.
428 * lexsup.c (parse_args): Move printing of copyright message..
429 * ldver.c (ldversion): .. to here.
430 Use BFD_VERSION_STRING in place of BFD_VERSION.
431 (ld_program_version): Remove.
432 * Makefile.am (Makefile): Depend on bfd/configure.in.
433 Run "make dep-am".
434 * Makefile.in: Regenerate.
435
436 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
437
438 * Makefile.am: Update dependencies with "make dep-am".
439 * Makefile.in: Regenerate.
440
441 2001-09-29 John Reiser <jreiser@BitWagon.com>
442
443 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
444 * lexsup.c: Add --no-define-common commandline option.
445 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
446 * ldlex.l: Likewise.
447 * ld.h: Add command_line.inhibit_common_definition.
448 * ldmain.c (main): Initialize.
449 * ld.texinfo: Document.
450
451 2001-09-26 Alan Modra <amodra@bigpond.net.au>
452
453 * ldmisc.c (USE_STDARG): Remove.
454 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
455 (einfo): Likewise.
456 (minfo): Likewise.
457 (lfinfo): Likewise.
458
459 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
460 declarations. Update copyright.
461
462 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
463
464 * pe-dll.c: Remove obsoleted declaration of
465 pe_get_data_import_dll_name.
466 (pe_create_import_fixup): Fix thinko.
467
468 * ld.texinfo(enable-auto-import): Clarify the explanation.
469
470 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
471
472 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
473 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
474 DLL_SUPPORT controlled code.
475
476 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
477
478 * emultempl/pe.em(pe_data_import_dll): Make static.
479 (pe_get_data_import_dll_name): New accessor function.
480 * pe-dll.c(pe_create_import_fixup): call
481 pe_get_data_import_dll_name() from pe.em, instead of
482 directly accessing pe_data_import_dll variable from pe.em.
483
484 2001-09-18 Bruno Haible <haible@clisp.cons.org>
485
486 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
487 (def_file_add_directive): Use ISSPACE instead of isspace.
488 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
489 isdigit/isxdigit/isalpha/isalnum.
490 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
491 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
492 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
493 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
494 isalnum.
495 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
496 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
497 isupper/tolower.
498 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
499 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
500 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
501 (ctor_prio): Use ISDIGIT instead of isdigit.
502 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
503 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
504 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
505 isupper/tolower.
506 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
507 (stricpy): Use TOLOWER instead of isupper/tolower.
508 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
509 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
510 (lex_warn_invalid): Use ISPRINT instead of isprint.
511 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
512 (main): For gettext, also set the LC_CTYPE locate facet.
513 (add_keepsyms_file): Use ISSPACE instead of isspace.
514 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
515 (is_num, parse_args): Use ISDIGIT instead of isdigit.
516 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
517 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
518 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
519 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
520 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
521 (quoteput): Use ISSPACE instead of isspace.
522 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
523 instead of isalnum.
524
525 2001-09-18 Alan Modra <amodra@bigpond.net.au>
526
527 * deffilep.y (def_stash_module): Constify "name" param.
528
529 * pe-dll.c: Replace CONST with const throughout.
530 (quick_symbol): Constify "n1", "n2", "n3" params.
531 (make_singleton_name_thunk): Constify "import" param. Make
532 "buffer_len" a size_t.
533 (make_import_fixup_entry): Constify "name", "fixup_name",
534 "dll_symname" params.
535 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
536 (pe_get32): Likewise.
537 (pe_implied_import_dll): Likewise.
538
539 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
540 (sort_by_section_name): Likewise.
541
542 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
543 (make_import_fixup): Cast printf arg, rel->address to long rather
544 than int.
545 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
546
547 2001-09-15 Alan Modra <amodra@bigpond.net.au>
548
549 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
550 defines BufferSize. Increase buffer size by one.
551
552 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
553
554 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
555
556 2001-09-14 Kevin Lo <kevlo@openbsd.org>
557
558 * configure.tgt: Add arm-openbsd target.
559
560 2001-09-12 H.J. Lu <hjl@gnu.org>
561
562 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
563 eelf64lppc.o to ...
564 (ALL_64_EMULATIONS): Here.
565 * Makefile.in: Regenerated.
566
567 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
568
569 * emultempl/pe.em(make_import_fixup): change signature to
570 take asection as well as arelec; we need this for proper
571 error reporting. Only call pe_create_import_fixup() if
572 there is no attempt to add a constant addend to the reloc;
573 otherwise, report error condition.
574 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
575 since final argument is a pointer to make_import_fixup().
576 Change call to cb() to match make_import_fixup() signature.
577 (make_import_fixup_mark): make buffer_len unsigned.
578 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
579
580 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
581
582 * ld.texinfo: add verbose documentation for auto-import
583 direct-addressing workaround, to compliment the terse
584 error message.
585
586 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
587
588 * scripttempl/v850.sc: Add gcc_except_table sections.
589
590 Fri Sep 7 11:34:24 2001 Jeffrey A Law (law@cygnus.com)
591
592 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
593 * emulparams/h8300self.sh: Similarly.
594
595 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
596
597 * ld.texinfo (Options, --stack): Correct default value for stack
598 reserve.
599
600 2001-09-05 Tom Rix <trix@redhat.com>
601
602 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
603
604 2001-09-03 Andreas Jaeger <aj@suse.de>
605
606 * emultempl/beos.em: Declare prototypes for comparions functions,
607 adjust definitions.
608
609 2001-09-02 Andreas Jaeger <aj@suse.de>
610
611 * emultempl/aix.em: Add missing prototype.
612 * emultempl/lnk960.em: Likewise.
613 * emultempl/vanilla.em: Likewise.
614 * emultempl/armcoff.em: Likewise.
615 * emultempl/armelf_oabi.em: Likewise.
616 * emultempl/beos.em: Likewise.
617 * emultempl/gld960c.em: Likewise.
618 * emultempl/gld960.em: Likewise.
619
620 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
621 for prototype declaration.
622
623 2001-08-31 Eric Christopher <echristo@redhat.com>
624 Jason Eckhardt <jle@redhat.com>
625
626 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
627
628 2001-08-31 Andreas Jaeger <aj@suse.de>
629
630 * emultempl/pe.em: Add missing prototypes.
631 (gld_${EMULATION_NAME}_after_open): Remove extra args to
632 pe_find_data_imports.
633 (pr_sym): Add unused attribute.
634
635 2001-08-29 Joel Sherrill <joel@OARcorp.com>
636
637 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
638 default from coff to elf.
639
640 2001-08-29 Jeff Law <law@redhat.com>
641
642 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
643 ARCH specification.
644 * emulparams/h8300self.sh: Similarly.
645
646 Wed Aug 28 13:37:20 2001 J"orn Rennecke <amylaar@redhat.com>
647
648 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
649 eh8300self.o .
650 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
651 * configure.tgt (h8300-*-elf*): New case.
652 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
653 * emulparams/h8300self.sh: New file.
654 * Makefile.in: Regenerated.
655
656 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
657
658 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
659 with macro name.
660
661 2001-08-27 Linus Nordberg <linus@swox.com>
662 Alan Modra <amodra@bigpond.net.au>
663
664 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
665 (eelf64ppc.c, eelf64lppc.c): Add make targets.
666 Run "make dep-am"
667 * Makefile.in: Regenerate.
668 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
669 entries to correct alphabetical position.
670 * emulparams/elf64ppc.sh: New.
671 * emulparams/elf64lppc.sh: New.
672
673 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
674
675 * ldmain.c (main): Declare BSIZE as static.
676
677 2001-08-23 Jakub Jelinek <jakub@redhat.com>
678
679 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
680 into .rel.dyn resp. .rela.dyn if combreloc.
681 (get_script): If .x linker script is equal to .xn, only put it
682 once into the binary.
683 Add .xc and .xsc scripts.
684 (parse_args): Handle -z combreloc and -z nocombreloc.
685 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
686 For .xc and .xsc scripts put all .rel* or .rela* input sections
687 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
688 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
689 is elf.
690 Strip trailing whitespace from script.
691 Generate .xc and .xsc scripts if requested.
692 * ldmain.c (main): Initialize link_info.combreloc and
693 link_info.spare_dynamic_tags.
694 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
695 (ld_options): Add --spare-dynamic-tags option.
696 (parse_args): Likewise.
697 * ld.texinfo: Document -z combreloc and -z nocombreloc.
698 * ldint.texinfo: Document .xc and .xsc linker scripts.
699 * NEWS: Add notes about -z combreloc and SHF_MERGE.
700
701 2001-08-22 H.J. Lu <hjl@gnu.org>
702
703 * emulparams/elf32fr30.sh: Add a newline.
704
705 2001-08-21 Andreas Jaeger <aj@suse.de>
706
707 * deffilep.y: Add missing prototypes.
708 * pe-dll.c: Likewise.
709
710 2001-08-20 Alan Modra <amodra@bigpond.net.au>
711
712 * ldlang.c (insert_pad): Fix typos in last patch.
713
714 * ldlang.c: When traversing lang_statement_union_type lists,
715 consistently use "header.next" rather than "next".
716 * mpw-eppcmac.c: Likewise.
717 * emultempl/beos.em: Likewise.
718 * emultempl/hppaelf.em: Likewise.
719 * emultempl/pe.em: Likewise.
720 * ldlang.h (union lang_statement_union): Remove "next" field.
721
722 * ldlang.c (insert_pad): Use offsetof macro.
723 (lang_size_sections): Always neuter padding statements.
724 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
725
726 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
727 passed to lang_size_sections.
728 (pe_exe_fill_sections): Likewise.
729 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
730 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
731
732 2001-08-18 Alan Modra <amodra@bigpond.net.au>
733
734 * emultempl/aix.em: Formatting fixes.
735
736 2001-08-18 Alan Modra <amodra@bigpond.net.au>
737
738 * ldlang.c (insert_pad): Make use of an existing pad statement if
739 available. Move code calculating alignment, adjusting section
740 alignment power, and adjusting dot to ..
741 (size_input_section): .. here. Remove unused relax param.
742 (lang_size_sections): Change boolean `relax' param to boolean *.
743 Adjust call to size_input_section. Make use of insert_pad to
744 place pad after the assignment statement. If relaxing, zap
745 padding statements.
746 (reset_memory_regions): Reset output_bfd section sizes too.
747 (relax_again): Move to..
748 (lang_process): ..here. Adjust call to lang_size_sections, and
749 remove duplicated code.
750 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
751
752 2001-08-17 Alan Modra <amodra@bigpond.net.au>
753
754 * ld.texinfo: Document that fill values now use the four least
755 significant bytes.
756 * emulparams/elf32fr30.sh (NOP): Update.
757 * emulparams/elf32mcore.sh: Likewise.
758 * emulparams/elf64_s390.sh: Likewise.
759 * emulparams/elf_i386.sh: Likewise.
760 * emulparams/elf_i386_be.sh: Likewise.
761 * emulparams/elf_i386_chaos.sh: Likewise.
762 * emulparams/elf_i386_ldso.sh: Likewise.
763 * emulparams/elf_s390.sh: Likewise.
764 * emulparams/elf_x86_64.sh: Likewise.
765 * emulparams/i386moss.sh: Likewise.
766 * emulparams/i386nw.sh: Likewise.
767 * emulparams/m68kelf.sh: Likewise.
768 * scripttempl/elf.sc: Update NOP comment.
769 * scripttempl/elfi370.sc: Likewise.
770 * scripttempl/elfm68hc11.sc: Likewise.
771 * scripttempl/elfm68hc12.sc: Likewise.
772 * scripttempl/nw.sc: Likewise.
773
774 2001-08-15 Tom Rix <trix@redhat.com>
775
776 * ldgram.y (saved_script_handle): Initialize to NULL.
777 * ldmain.c (main): Change check on saved_script_handle.
778
779 2001-08-14 Alan Modra <amodra@bigpond.net.au>
780
781 * emultempl/elf32.em: Formatting fixes.
782 (output_prev_sec_find): Test for bfd_ind_section too; do so by
783 looking at sec->owner.
784 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
785 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
786 unused code, and reorganize orphan section placement code.
787
788 * ldlang.c (wild_doit): Rename to lang_add_section.
789 * ldlang.h: Here too.
790 * mpw-elfmips.c: And here.
791 * emultempl/beos.em: And here.
792 * emultempl/elf32.em: And here.
793 * emultempl/hppaelf.em: And here.
794 * emultempl/pe.em: And here.
795
796 2001-08-13 Richard Henderson <rth@redhat.com>
797
798 * emultempl/needrelax.em: New file.
799 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
800 * Makefile.am (eelf64_ia64.c): Depend on it.
801 * Makefile.in: Rebuild.
802
803 2001-08-13 Alan Modra <amodra@bigpond.net.au>
804
805 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
806 output_section is set non-NULL.
807
808 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
809 `true' for SEC_EXCLUDE sections so that the generic code doesn't
810 needlessly create an output_section_statement. Treat a correctly
811 named output_section_statement with NULL bfd_section as compatible.
812
813 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
814
815 * emultempl/generic.em: Support EXTRA_EM_FILE.
816 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
817 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
818 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
819 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
820 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
821 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
822 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
823 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
824 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
825 LDEMUL_FIND_POTENTIAL_LIBRARIES.
826
827 2001-08-12 Richard Henderson <rth@redhat.com>
828
829 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
830 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
831 scripttempl/v850.sc: Keep .jcr data.
832
833 2001-08-12 H.J. Lu <hjl@gnu.org>
834 Andrew Haley <aph@cambridge.redhat.com>
835 Nick Clifton <nickc@redhat.com>
836
837 * ldgram.y (had_script): Change name to saved_script_handle.
838 Change type to file handle.
839 * ld.h (had_script): Rename and retype.
840 * ldfile.c (ldfile_open_command_file): Save the file handle
841 used in saved_script_handle.
842 * lexsup.c (parse_args): Do not allow -c option to alter
843 saved_script_handle.
844 * ldmain.c (main): Print out the linker script used if
845 --verbose is given. Check saved_script_handle to obtain the
846 external linker script used, or if NULL, dump the builtin
847 script.
848 * ld.texinfo: Document that --verbose now dumps the linker
849 script used, regardless of whether it was an internal or an
850 external script.
851
852 2001-08-10 Andreas Jaeger <aj@suse.de>
853
854 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
855 to build warnings.
856 * configure: Regenerate.
857
858 2001-08-09 Alan Modra <amodra@bigpond.net.au>
859
860 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
861
862 * scripttempl/elf.sc: Move non-text .dynamic section before
863 .plt/.got/.sdata* group.
864 (OTHER_GOT_SECTIONS): Move to immediately after .got.
865 (OTHER_SDATA_SECTIONS): Add.
866 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
867 OTHER_GOT_SECTIONS.
868 * emulparams/crislinux.sh: Likewise.
869 * emulparams/elf32b4300.sh: Likewise.
870 * emulparams/elf32bmip.sh: Likewise.
871 * emulparams/elf32bmipn32.sh: Likewise.
872 * emulparams/elf32bsmip.sh: Likewise.
873 * emulparams/elf32btsmip.sh: Likewise.
874 * emulparams/elf32ebmip.sh: Likewise.
875 * emulparams/elf32elmip.sh: Likewise.
876 * emulparams/elf32l4300.sh: Likewise.
877 * emulparams/elf32lmip.sh: Likewise.
878 * emulparams/elf32lsmip.sh: Likewise.
879 * emulparams/elf32ltsmip.sh: Likewise.
880 * emulparams/elf64bmip.sh: Likewise.
881 * emulparams/elf64btsmip.sh: Likewise.
882 * emulparams/elf64ltsmip.sh: Likewise.
883
884 2001-08-08 Alan Modra <amodra@bigpond.net.au>
885
886 * genscripts.sh: Source the emulparams script before each output
887 script is generated so that variables like `RELOCATING' may affect
888 variables defined in the emulparams script.
889
890 2001-08-04 Alan Modra <amodra@bigpond.net.au>
891
892 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
893 order.
894
895 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
896 ie. iterate over wild_statement.section_list.
897 (gld${EMULATION_NAME}_place_orphan): Likewise.
898
899 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
900
901 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
902 .fini[0-4] sections used by _exit
903 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
904 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
905 * scripttempl/elfm68hc11.sc: Likewise.
906
907 2001-08-03 H.J. Lu <hjl@gnu.org>
908
909 * emultempl/beos.em (init): Add the missing initialization.
910
911 2001-08-03 Alan Modra <amodra@bigpond.net.au>
912
913 * ld.texinfo (Input Section Basics): Clarify ordering of output
914 sections.
915 * ldlang.c (callback_t): Add wildcard_list param.
916 (walk_wild_section): Remove "section" param. Rewrite for
917 lang_wild_statement_type change. Remove unique_section_p test.
918 (walk_wild_file): Remove "section" param.
919 (walk_wild): Remove "section" and "file" params.
920 (lang_gc_wild): Likewise.
921 (wild): Likewise. Modify for lang_wild_statement_type change.
922 (wild_sort): Likewise. Add "sec" param.
923 (gc_section_callback): Likewise.
924 (output_section_callback): Likewise. Do unique_section_p test.
925 (map_input_to_output_sections): Modify call to wild.
926 (lang_gc_sections_1): Likewise.
927 (print_wild_statement): Modify for lang_wild_statement_type
928 change.
929 (lang_add_wild): Replace filename, filenames_sorted param with
930 filespec. Replace section_name, sections_sorted,
931 exclude_filename_list with section_list.
932 * ldlang.h (lang_add_wild): Here too.
933 (lang_wild_statement_type): Replace section_name, sections_sorted,
934 and exclude_filename_list with section_list.
935 * ldgram.y (current_file): Delete.
936 (%union): Add wildcard_list.
937 (file_NAME_list): Set type to wildcard_list. Build a linked list
938 rather than calling lang_add_wild for each entry.
939 (input_section_spec_no_keep): Call lang_add_wild here instead.
940 * ld.h (struct wildcard_list): Declare.
941 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
942
943 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
944
945 * ldmain.c (main): initialize link_info.pei386_auto_import
946 * pe-dll.c: new tables for auto-export filtering
947 (auto_export): change API, pass abfd for contextual filtering.
948 Loop thru tables of excluded symbols instead of comparing
949 "by hand".
950
951 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
952
953 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
954 static variable current_sec (static struct sec *). Add
955 forward declaration for add_bfd_to_link.
956 (process_def_file): Don't export undefined symbols. Do not
957 export symbols starting with "_imp__". Call auto_export()
958 with new API.
959 (pe_walk_relocs_of_symbol): New function.
960 (generate_reloc): add optional extra debugging
961 (pe_dll_generate_def_file): eliminate extraneous initial blank
962 line in output
963 (make_one): enlarge symtab to make room for __nm__ symbols
964 (DATA auto-import support).
965 (make_singleton_name_thunk): New function.
966 (make_import_fixup_mark): New function.
967 (make_import_fixup_entry): New function.
968 (pe_create_import_fixup): New function.
969 (add_bfd_to_link): Specify that 'name' argument is a CONST
970 char *.
971 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
972 declare new functions pe_walk_relocs_of_symbol and
973 pe_create_import_fixup.
974 * emultempl/pe.em: add new options --enable-auto-import,
975 --disable-auto-import, and --enable-extra-pe-debug.
976 (make_import_fixup): New function.
977 (pe_find_data_imports): New function.
978 (pr_sym): New function.
979 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
980 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
981 CODE.
982
983 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
984
985 * ld.texinfo: add additional documentation for
986 --export-all-symbols. Document --out-implib,
987 --enable-auto-image-base, --disable-auto-image-base,
988 --dll-search-prefix, --enable-auto-import, and
989 --disable-auto-import.
990 * ldint.texinfo: Add detailed documentation on auto-import
991 implementation.
992
993 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
994
995 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
996 example.
997
998 2001-07-24 Alan Modra <amodra@bigpond.net.au>
999
1000 * Makefile.am: Update dependencies with "make dep-am".
1001 * Makefile.in: Regenerate
1002
1003 2001-07-23 Alan Modra <amodra@bigpond.net.au>
1004
1005 * ldcref.c (check_section_sym_xref): New function.
1006 (check_nocrossrefs): Call it.
1007 (check_nocrossref): Interate over h->refs here instead of..
1008 (check_refs): ..here. Pass in the symbol name, section, and bfd
1009 rather than hash_entry pointers.
1010 (struct check_refs_info): Keep symbol name rather than hash entry.
1011 Remove "same".
1012 (check_reloc_refs): Tweak for above changes in check_refs_info.
1013 Only report references to section syms when symname is NULL to
1014 prevent duplicate messages for the same reloc.
1015
1016 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1017
1018 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1019 available. Do not print NULL trees.
1020 (exp_print_token): Print unknown tokens with values > 126 as
1021 decimal values not ASCII characters.
1022
1023 * ldlang.c (lang_leave_overlay): If a region is specified assign
1024 it to all sections inside the overlay unless they have been
1025 assigned to the own, non-default, memory region.
1026
1027 * README: Add header for consistency with other README files.
1028
1029 2001-07-14 H.J. Lu <hjl@gnu.org>
1030
1031 * emultempl/elf32.em (output_prev_sec_find): Never return
1032 bfd_abs_section_ptr, bfd_com_section_ptr nor
1033 bfd_und_section_ptr.
1034
1035 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
1036
1037 * Makefile.am (em32relf.c): Change dependency from generic.em to
1038 elf32.em.
1039 * Makefile.in: Regenerate.
1040
1041 2001-07-14 matthew green <mrg@eterna.com.au>
1042
1043 * configure.tgt (i386-*-netbsdelf*): New target.
1044 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
1045
1046 2001-07-13 Jakub Jelinek <jakub@redhat.com>
1047
1048 * emultempl/elf32.em (output_prev_sec_find): New.
1049 (place_orphan): Use it.
1050
1051 2001-07-11 H.J. Lu <hjl@gnu.org>
1052
1053 * ldmain.c (main): Fix typos in the last change.
1054
1055 2001-07-11 Jakub Jelinek <jakub@redhat.com>
1056
1057 * ldmain.c (main): Disallow -F and -f without -shared.
1058
1059 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1060
1061 * emultempl/pe.em (after_open): Check for the output_bfd not
1062 having any coff_data structure allocated to it.
1063
1064 2001-07-09 David O'Brien <obrien@FreeBSD.org>
1065
1066 * emultempl/elf32.em: Do not assuming that contents of the buffer
1067 returned from basename function will remain unchanged accross other
1068 function calls.
1069
1070 2001-07-03 H.J. Lu <hjl@gnu.org>
1071
1072 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
1073 2001-07-03. It creates dynamic entries even for static binaries.
1074
1075 2001-07-03 Jakub Jelinek <jakub@redhat.com>
1076
1077 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
1078 (DYNAMIC): Use it to reserve few dynamic entries for
1079 post-linking tools.
1080
1081 2001-06-27 Alan Modra <amodra@bigpond.net.au>
1082
1083 * emulparams/hppa64linux.sh: New file.
1084 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
1085 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
1086 (ehppa64linux.c): Add rule to make it.
1087 Run "make dep-am".
1088 * Makefile.in: Regenerate.
1089
1090 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
1091
1092 * ld.texinfo (Options, -r): Mention restrictions when using
1093 different object formats.
1094
1095 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
1096
1097 * ldlang.c (lang_check): Emit fatal error if relocatable link
1098 between different object flavours with relocations in input.
1099
1100 2001-06-19 H.J. Lu <hjl@gnu.org>
1101
1102 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
1103 (--version-script): Mention the language support.
1104
1105 2001-06-19 H.J. Lu <hjl@gnu.org>
1106
1107 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
1108
1109 2001-06-18 H.J. Lu <hjl@gnu.org>
1110
1111 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
1112 (diststuff): Add $(MANS).
1113 * Makefile.in: Regenerated.
1114
1115 * ld.1: Removed.
1116
1117 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
1118
1119 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
1120 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
1121 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
1122 * ld.h (args_type): Remove member export_dynamic. All users
1123 changed to use struct bfd_link_info member.
1124
1125 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
1126 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
1127 * Makefile.in: Regenerate.
1128
1129 2001-06-18 H.J. Lu <hjl@gnu.org>
1130
1131 * ldlang.c (init_os): Add the newline to the einfo call.
1132 (lang_check): Likewise.
1133 (lang_do_version_exports_section): Likewise.
1134
1135 2001-06-15 H.J. Lu <hjl@gnu.org>
1136
1137 * lexsup.c (parse_args); Save optind to report unrecognized
1138 option.
1139
1140 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
1141
1142 * ldlang.c (lang_check): Emit fatal error if relocatable link
1143 between different object flavours.
1144
1145 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
1146 Set new link_info member export_dynamic.
1147 * ldmain.c (main): Initialize new link_info member export_dynamic.
1148
1149 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
1150
1151 * ldlang.c (walk_wild): Only call walk_wild_file if
1152 lookup_name returns something.
1153 (lookup_name): If load_symbols fails, return NULL.
1154 (load_symbols): Change to a boolean function.
1155 (open_input_bfds): If load_symbols fails then do not make the
1156 executable.
1157
1158 2001-06-08 Alan Modra <amodra@bigpond.net.au>
1159
1160 * ldlang.c (record_bfd_errors): Remove.
1161
1162 * emultempl/aix.em: Fix copyright dates.
1163
1164 2001-06-07 Andreas Jaeger <aj@suse.de>
1165
1166 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
1167 (TEXT_START_ADDR): Likewise.
1168
1169 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
1170
1171 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
1172
1173 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1174
1175 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
1176
1177 2001-05-31 H.J. Lu <hjl@gnu.org>
1178
1179 * ldlang.c (open_input_bfds): Don't change the bfd error
1180 handler whilst loading symbols.
1181
1182 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1183
1184 * configure.tgt: Remove i370-mvs architecture, it is not currently
1185 supported.
1186
1187 2001-05-25 H.J. Lu <hjl@gnu.org>
1188
1189 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1190 like emulparams/aixppc.sh.
1191
1192 2001-05-25 H.J. Lu <hjl@gnu.org>
1193
1194 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
1195 setting of output_filename after bfd_scan_arch.
1196 * emultempl/pe.em: Likewise.
1197
1198 2001-05-25 H.J. Lu <hjl@gnu.org>
1199
1200 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1201 like emulparams/aixppc.sh.
1202
1203 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
1204 instead of ${srcdir}/emultempl/stringify.sed.
1205
1206 2001-05-25 Timothy Wall <twall@oculustech.com>
1207
1208 * emulparams/elf64_aix.sh: Change settings to match IBM linker
1209 output.
1210
1211 2001-05-25 Alan Modra <amodra@one.net.au>
1212
1213 * configure.host: Replace linuxoldld with linux*oldld.
1214 * configure.tgt: Likewise.
1215
1216 2001-05-24 H.J. Lu <hjl@gnu.org>
1217
1218 * emultempl/stringify.sed: Removed again.
1219
1220 2001-05-24 H.J. Lu <hjl@gnu.org>
1221
1222 * emultempl/aix.em (OUTPUT_ARCH): Defined.
1223 (gld${EMULATION_NAME}_before_parse): Initialize
1224 ldfile_output_architecture, ldfile_output_machine and
1225 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
1226 * emultempl/beos.em: Likewise.
1227 * emultempl/elf32.em: Likewise.
1228 * emultempl/linux.em: Likewise.
1229 * emultempl/mipsecoff.em: Likewise.
1230 * emultempl/pe.em: Likewise.
1231 * emultempl/sunos.em: Likewise.
1232
1233 2001-05-24 Tom Rix <trix@redhat.com>
1234
1235 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
1236 udate import file format.
1237 (change_symbol_mode) New, same
1238 (is_syscall) New, same
1239 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
1240 * emulparams/aixppc64.sh : same
1241 * emulparams/aixrs6.sh : same
1242 * emulparams/ppcmacos.sh : same
1243 * emultempl/aix.em : use strtoull to parse options
1244 * Makefile.am : add eaixppc64 emulation for xcoff64
1245 * Makefile.in : same
1246 * configure.tgt : same
1247
1248 * scripttempl/aix.sc : default text section offset to 0x10000000
1249 default data section offset to 0x20000000
1250 add .sv3264 and .sv64 pseudo sections
1251 loader and debug sections use the currect section offset.
1252
1253 * emultempl/aix.em : Add xcoff64 support
1254 Add -binitfini support
1255 (gld${EMULATION_NAME}_before_parse) -binitfini
1256 (gld${EMULATION_NAME}_parse_args) same
1257 (gld${EMULATION_NAME}_before_allocation) format change for special
1258 sections
1259
1260 * emulparams/aixppc64.sh : New file for xcoff64 support
1261
1262 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
1263
1264 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
1265 variable to avoid non-portable shell construct.
1266
1267 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1268
1269 * ldmain.c (get_emulation): Add -mips5 command line argument.
1270
1271 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
1272
1273 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
1274 (ELF_INTERPRETER_NAME): Define it.
1275 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
1276 it.
1277 * configure.tgt (targ_emul, targ_extra_emuls)
1278 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
1279 as primary, elf_i386 as extra.
1280 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
1281 (eelf_i386_ldso.c): New rule.
1282 * Makefile.in: Rebuilt.
1283
1284 2001-05-22 Nick Clifton <nickc@redhat.com>
1285
1286 * lexsup.c (ld_options): Allow -I to be an alias for
1287 --dynamic-linker. This is for Solaris compatability.
1288 * ld.texinfo: Document that -I can be used.
1289 * ld.1: Regenerate.
1290
1291 2001-05-16 Alan Modra <amodra@one.net.au>
1292
1293 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
1294 whether an input section is the first one assigned to an output
1295 section.
1296 Assorted formatting fixes.
1297
1298 2001-05-14 DJ Delorie <dj@delorie.com>
1299
1300 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
1301 * Makefile.in: Ditto.
1302
1303 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1304
1305 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
1306 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
1307 output sections.
1308 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
1309
1310 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1311
1312 * ldlang.c (lang_process): Call bfd_merge_sections.
1313
1314 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1315
1316 * ldgram.y: Fix typo.
1317
1318 2001-05-03 H.J. Lu <hjl@gnu.org>
1319
1320 * emultempl/elf32.em: Include "libiberty.h".
1321 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
1322 basename of the bfd filename.
1323 (gld${EMULATION_NAME}_stat_needed): Likewise.
1324 (gld${EMULATION_NAME}_try_needed): Likewise.
1325 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
1326
1327 2001-05-02 H.J. Lu <hjl@gnu.org>
1328
1329 * emultempl/pe.em: Include <ctype.h>.
1330
1331 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
1332
1333 * emulparams/elf32openrisc.sh: New file.
1334
1335 * Makefile.am: Add OpenRISC target.
1336 * Makefile.in: Regenerated.
1337
1338 * configure.tgt: Add openrisc-*-* mapping.
1339
1340 2001-05-02 Nick Clifton <nickc@redhat.com>
1341
1342 * emultempl/aix.em: Replace buystring with xstrdup.
1343 * emultempl/beos.em: Replace buystring with xstrdup.
1344
1345 2001-05-02 H.J. Lu <hjl@gnu.org>
1346
1347 * ldfile.c: Include "libiberty.h".
1348 * ldlex.l: Likewise.
1349
1350 * ldmisc.c (buystring): Removed.
1351 * ldmisc.h: Likewise.
1352
1353 * ldfile.c: Replace buystring with xstrdup.
1354 * ldlang.c: Likewise.
1355 * ldlex.l: Likewise.
1356 * ldmain.c: Likewise.
1357 * ldmisc.c: Likewise.
1358 * lexsup.c: Likewise.
1359 * mpw-eppcmac.c: Likewise.
1360
1361 2001-04-30 Andreas Jaeger <aj@suse.de>
1362
1363 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
1364
1365 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1366
1367 * ldlang.c (load_symbols): Give emulation a chance
1368 to process unrecognized file before fatal error is
1369 reported, not after.
1370
1371 2001-04-27 Sean McNeil <sean@mcneil.com>
1372
1373 * configure.tgt: Add arm-vxworks target.
1374 * scripttempl/armcoff.sc: Support .text or .data as a section name
1375 prefix.
1376 Define _etext.
1377
1378 2001-04-13 J.T. Conklin <jtc@redback.com>
1379
1380 * ld.texinfo: Document --fatal-warnings.
1381 * ld.1: Regenerate.
1382
1383 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
1384 warnings have been turned into errors.
1385 * lexsup.c (OPTION_WARN_FATAL): Define.
1386 (ld_options): Entry for --fatal-warnings.
1387 (parse_args): Handle OPTION_WARN_FATAL.
1388 * ld.h (ld_config_type): Add fatal_warnings field.
1389
1390 2001-04-13 Jakub Jelinek <jakub@redhat.com>
1391
1392 * ldmain.c (main): Default to discard_sec_merge.
1393 * lexsup.c (OPTION_DISCARD_NONE): Define.
1394 (ld_options): Add --discard-none.
1395 (parse_args): Handle OPTION_DISCARD_NONE.
1396 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
1397 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
1398 all its input sections match.
1399
1400 2001-04-05 Steven J. Hill <sjhill@cotw.com>
1401
1402 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
1403 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
1404 (eelf32ltsmip.c): New target.
1405 (eelf64btsmip.c): Likewise.
1406 (eelf64ltsmip.c): Likewise.
1407 * Makefile.in: Regenerated.
1408
1409 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
1410 target.
1411 (mips*-*-linux-gnu*): Likewise.
1412
1413 * emulparams/elf32ltsmip.sh: New. Traditional little endian
1414 MIPS taget.
1415 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
1416 target.
1417 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
1418 endian target.
1419
1420 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1421
1422 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
1423 correct value of __Stext here.
1424 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
1425 .startup section.
1426
1427 * emulparams/crislinux.sh: Remove FIXME.
1428
1429 2001-04-02 Alan Modra <alan@linuxcare.com.au>
1430
1431 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
1432 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
1433
1434 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
1435
1436 * configure.tgt (cris-*-*): Change default emulation to criself.
1437 (cris-*-*aout*): New rule.
1438
1439 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
1440
1441 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
1442 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
1443
1444 2001-03-26 Andreas Jaeger <aj@suse.de>
1445
1446 * ld.texinfo (Overview): Fix syntax in texi code.
1447
1448 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1449
1450 * ld.texinfo: Put @c man indications to generate the ld man page.
1451 When generating man, define all the variables. Define SEEALSO
1452 and SYNOPSIS. Re-organize some lines to avoid the cross references.
1453 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
1454 (ld.1): Generate from ld.texinfo.
1455 * Makefile.in: Regenerate.
1456
1457 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
1458
1459 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
1460 and '-fdata-sections'. Set the VMA of STABS sections to zero.
1461
1462 2001-03-17 Ulrich Drepper <drepper@redhat.com>
1463
1464 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
1465 is an absolute path look only for this file and not along the path.
1466
1467 2001-03-17 Ulrich Drepper <drepper@redhat.com>
1468
1469 * emultempl/elf32.em (OPTION_GROUP): New macro.
1470 Add new option Bgroup to longopts.
1471 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
1472 (gld*_list_options): Add -Bgroup and -z defs.
1473 * ld.1: Document -Bgroup and -z defs.
1474 * ld.texinfo: Likewise.
1475
1476 2001-03-07 Michael Meissner <meissner@redhat.com>
1477
1478 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
1479 with sections created by -fdata-sections.
1480 (.dynbss,.bss): Ditto.
1481
1482 2001-03-05 Alan Modra <alan@linuxcare.com.au>
1483
1484 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
1485 after_allocation_default, not gld..._before_allocation.
1486
1487 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1488
1489 * configure.in (BFD_VERSION): New.
1490 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1491 * configure: Regenerate.
1492 * Makefile.am: Run "make dep-am"
1493 * Makefile.in: Regenerate.
1494
1495 2001-02-26 Timothy Wall <twall@cygnus.com>
1496
1497 * emulparams/elf64_aix.sh: Add additional read-only sections;
1498 uncomment lines which are now required.
1499
1500 2001-02-26 H.J. Lu <hjl@gnu.org>
1501
1502 * ldlang.c (open_input_bfds): Set the bfd error handler so
1503 that problems can be caught whilst loading symbols.
1504 (record_bfd_errors): New function: Report BFD errors and mark
1505 the executable output as being invalid.
1506
1507 2001-02-22 Timothy Wall <twall@cygnus.com>
1508
1509 * configure.host: Add configuration for ia64-*-aix*.
1510 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
1511 Add dependencies for eelf64_aix.c.
1512 * Makefile.in: Regenerate.
1513 * configure.tgt: Add ia64-*-aix* mapping.
1514 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
1515 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
1516 AIX-specific test.
1517
1518 2001-02-20 H.J. Lu <hjl@gnu.org>
1519
1520 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
1521 false if we found the file.
1522
1523 2001-02-18 David O'Brien <obrien@FreeBSD.org>
1524
1525 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
1526 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
1527
1528 2001-02-18 lars brinkhoff <lars@nocrew.org>
1529
1530 * Makefile.am: Add PDP-11 target.
1531 * configure.tgt: Likewise.
1532 * emulparams/pdp11.sh: New file.
1533
1534 2001-02-17 David O'Brien <obrien@FreeBSD.org>
1535
1536 * configure.host: Add a generic FreeBSD configuration entry such that
1537 all [modern] FreeBSD systems on all platforms will look the same.
1538
1539 2001-02-14 H.J. Lu <hjl@gnu.org>
1540
1541 * configure.tgt: Remove mention of earmelf_linux26.
1542
1543 2001-02-13 Richard Henderson <rth@redhat.com>
1544
1545 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
1546
1547 2001-02-13 H.J. Lu <hjl@gnu.org>
1548
1549 * ldexp.h (node_type): Add etree_provided.
1550 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
1551 type to etree_provided if defined by PROVIDE. Allow updating
1552 for etree_provided.
1553 (exp_print_tree): Handle etree_provided.
1554 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
1555 etree_provided.
1556
1557 2001-02-09 David Mosberger <davidm@hpl.hp.com>
1558
1559 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
1560 .IA_64.unwind.* pattern to unwind table section and
1561 .IA_64.unwind_info* pattern to unwind info section.
1562
1563 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1564
1565 * Makefile.am: Add linux target for S/390.
1566 * Makefile.in: Likewise.
1567 * configure.host: Likewise.
1568 * configure.tgt: Likewise.
1569 * emulparams/elf64_s390.sh: New file.
1570 * emulparams/elf_s390.sh: New file.
1571
1572 2001-02-09 Jakub Jelinek <jakub@redhat.com>
1573
1574 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
1575 targ_extra_libpath.
1576 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
1577
1578 2001-02-06 Philip Blundell <philb@gnu.org>
1579
1580 * Makefile.am: Remove mention of earmelf_linux26.
1581 * Makefile.in: Regenerate.
1582
1583 2001-02-04 Philip Blundell <philb@gnu.org>
1584
1585 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
1586 * emulparams/armelf_linux26.sh: Delete.
1587 * configure.tgt: Remove mention of armelf_linux26 emulation.
1588
1589 2001-02-01 Nick Clifton <nickc@redhat.com>
1590
1591 * ld.1: Replace occurances of -oformat with --oformat.
1592
1593 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
1594
1595 * ldlang.c (lang_leave_overlay): Don't set lma_region when
1596 load_base is specified.
1597
1598 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
1599
1600 * emultempl/elf32.em: Correct spelling in comments and listed
1601 options.
1602
1603 2001-01-23 Alan Modra <alan@linuxcare.com.au>
1604
1605 * ldlang.c (lang_leave_overlay): Only set lma_region from the
1606 default for the first section of a group of overlay sections.
1607
1608 2001-01-22 Alan Modra <alan@linuxcare.com.au>
1609
1610 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
1611 * Makefile.in: Regenerate.
1612 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
1613 Check for null tool_dir.
1614
1615 2001-01-16 Jim Wilson <wilson@redhat.com>
1616
1617 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
1618 and IA_64.unwind.info.
1619
1620 2001-01-16 H.J. Lu <hjl@gnu.org>
1621
1622 * ldlang.c (lang_check): Merge the private data only if the
1623 input file has contents.
1624
1625 2001-01-14 Alan Modra <alan@linuxcare.com.au>
1626
1627 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
1628
1629 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
1630 enabling search for libmilli. On a relocatable link, make .text
1631 sections unique.
1632 (LDEMUL_AFTER_PARSE): Define.
1633 (hppaelf_finish): Correct spelling of relocatable in comments.
1634
1635 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1636 rummage through the script for sections on the unique list.
1637 Correct length of strncmp for ".note".
1638 (gld${EMULATION_NAME}_check_needed): Rearrange function.
1639
1640 * ldlang.c (unique_section_list): New var.
1641 (unique_section_p): New function.
1642 (walk_wild_section): Don't match sections on unique_section_list.
1643 (lang_add_unique): New function.
1644 Correct spelling of relocatable in comments.
1645
1646 * ldlang.h (struct unique_sections): Declare.
1647 (unique_section_list): Declare.
1648 (unique_section_p): Declare.
1649 (lang_add_unique): Declare.
1650
1651 * lexsup.c (ld_options): Allow --unique to take an optional arg.
1652 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
1653
1654 * ld.texinfo (--unique): Update.
1655
1656 2001-01-13 Nick Clifton <nickc@redhat.com>
1657
1658 * lexsup.c (parse_args): Remove spurious white space.
1659
1660 2001-01-12 Nick Clifton <nickc@redhat.com>
1661
1662 * lexsup.c (parse_args): Update copyright date.
1663
1664 2001-01-12 Philip Blundell <pb@futuretv.com>
1665
1666 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
1667
1668 2001-01-10 Kazu Hirata <kazu@hxi.com>
1669
1670 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
1671 * scripttempl/h8300h.sc: Fix formatting.
1672 * scripttempl/h8300s.sc: Likewise.
1673 * scripttempl/h8500.sc: Likewise.
1674 * scripttempl/h8500b.sc: Likewise.
1675 * scripttempl/h8500c.sc: Likewise.
1676 * scripttempl/h8500m.sc: Likewise.
1677 * scripttempl/h8500s.sc: Likewise.
1678
1679 2000-01-07 David O'Brien <obrien@BSDi.com>
1680
1681 * emultempl/elf32.em: Only perform Linux ld hints processing when
1682 targeting Linux.
1683
1684 2001-01-07 Philip Blundell <philb@gnu.org>
1685
1686 * ld.texinfo (Bug Reporting): Update email address for reports.
1687
1688 2000-12-31 Nick Clifton <nickc@redhat.com>
1689
1690 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
1691 options by checking for a return value of '?' not -1.
1692
1693 2000-12-28 Nick Clifton <nickc@redhat.com>
1694
1695 * lexsup.c (struct ld_option): Add new enum value:
1696 EXACTLY_TWO_DASHES.
1697 (ld_options[]): Change -omagic, -output and -oformat options
1698 to be EXACTLY_TWO_DASHES.
1699 (OUTPUT_COUNT): Use ARRAY_SIZE.
1700 (parse_args): Change parameter 'argc' to unsigned.
1701 Place EXACTLY_TWO_DASHES options into new really_longopts
1702 array.
1703 If getopt_long_only fails, try calling getopt_long using the
1704 really_longopts array.
1705 (help): Print a double dash for both EXACTLY_TWO_DASHES and
1706 TWO_DASHES options.
1707
1708 * ldlex.h: Fix prototype of parse_args.
1709
1710 * ld.texinfo: Document that long options starting with 'o'
1711 must be preceeded by two dashes. Change example of a single
1712 dashed long option from -oformat to -trace-symbol.
1713
1714 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1715
1716 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
1717 (longopts[]): New --no-default-excludes option.
1718 (gld_${EMULATION_NAME}_list_options): Document.
1719 (gld_${EMULATION_NAME}_parse_args): Handle.
1720
1721 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1722
1723 * ldlang.c (new_stat): Revert the last beautification with "innocent"
1724 whitespace, it breaks the K&R C preprocessor.
1725
1726 2000-12-11 DJ Delorie <dj@redhat.com>
1727
1728 * ld.texinfo: Add notes about --whole-archive and gcc.
1729
1730 2000-11-18 Fred Fish <fnf@be.com>
1731
1732 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
1733 (ld_options): Entry for --allow-shlib-undefined.
1734 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
1735 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
1736 to false.
1737 * ld.texinfo: Document new command line switch.
1738
1739 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
1740
1741 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
1742 .fixup is actually read/write.
1743 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1744 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1745 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1746
1747 Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
1748
1749 * NEWS: Add note about x86_64 architecture.
1750
1751 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
1752
1753 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
1754 Set DWARF2 sections to a VMA of zero.
1755
1756 2000-12-01 Joel Sherrill <joel@OARcorp.com>
1757
1758 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
1759 New targets.
1760 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1761 (sparc*-*-rtems*): Switched from a.out to ELF.
1762
1763 2000-11-30 Jan Hubicka <jh@suse.cz>
1764
1765 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
1766 (eelf_x86_64.c): New.
1767 * Makefile.in: Regenerate.
1768 * configure.tgt: Add support for x86_64-*-linux-gnu*.
1769 * emulparams/elf_x86_64.sh: New.
1770
1771 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
1772
1773 * emulparams/crislinux.sh (ENTRY): Change back to _start.
1774 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
1775
1776 * scripttempl/crisaout.sc: Change all RELOCATING not related to
1777 merging non-a.out sections into CONSTRUCTING.
1778
1779 2000-11-28 Nick Clifton <nickc@redhat.com>
1780
1781 * ld.1 (COPYING): Mention that the GNU Free Documentation
1782 License is present in the sources, but not the output, and
1783 also available from the GNU website.
1784 (GNU Free Documentation License): Comment out this section.
1785
1786 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
1787
1788 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
1789 does not use them.
1790
1791 2000-11-25 David O'Brien <obrien@FreeBSD.org>
1792
1793 * ld.1: Remove old date so it does not give the impression the manpage
1794 is way out of date.
1795
1796 2000-11-24 Nick Clifton <nickc@redhat.com>
1797
1798 * configure.tgt (xscale-coff): Add target.
1799 (xscale-elf): Add target.
1800
1801 2000-11-24 Fred Fish <fnf@be.com>
1802
1803 * ldmain.c (main): Remove redundant init of config.make_executable
1804 to true.
1805
1806 2000-11-15 Richard Henderson <rth@redhat.com>
1807
1808 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
1809
1810 2000-11-14 Kazu Hirata <kazu@hxi.com>
1811
1812 * scripttempl/h8300.sc: Fix formatting.
1813 * scripttempl/h8300h.sc: Likewise.
1814 * scripttempl/h8300s.sc: Likewise.
1815
1816 Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
1817
1818 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
1819
1820 2000-11-09 Philip Blundell <pb@futuretv.com>
1821
1822 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
1823 around orphan sections whose names can be represented in C.
1824
1825 2000-11-07 Jim Wilson <wilson@redhat.com>
1826
1827 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
1828 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
1829
1830 2000-11-06 Nick Clifton <nickc@redhat.com>
1831
1832 * ld.texinfo: Add GNU Free Documentation License.
1833 * ldint.texinfo: Add GNU Free Documentation License.
1834 * ld.1: Add GNU Free Documentation License.
1835
1836 2000-11-05 Alan Modra <alan@linuxcare.com.au>
1837
1838 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
1839 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
1840
1841 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
1842 Move 2000-11-02 Makefile.in changes to this file.
1843 * Makefile.in: Regenerate.
1844
1845 2000-11-03 Nick Clifton <nickc@redhat.com>
1846
1847 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
1848 constructors and destructors.
1849 * scripttempl/h8300h.sc: Ditto.
1850 * scripttempl/h8300s.sc: Ditto.
1851 * scripttempl/h8500.sc: Ditto.
1852 * scripttempl/h8500b.sc: Ditto.
1853 * scripttempl/h8500c.sc: Ditto.
1854 * scripttempl/h8500m.sc: Ditto.
1855 * scripttempl/h8500s.sc: Ditto.
1856 * scripttempl/v850.sc: Ditto.
1857 * scripttempl/w65.sc: Ditto.
1858 * scripttempl/z8000.sc: Ditto.
1859
1860 2000-11-02 Per Lundberg <plundis@chaosdev.org>
1861
1862 * Makefile.in (e_i386_chaos.c): New rule.
1863 (ALL_EMULATIONS): Added e_i386_chaos.o.
1864 * emulparams/elf_i386_chaos.sh: New file.
1865 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
1866
1867 2000-10-20 Jakub Jelinek <jakub@redhat.com>
1868
1869 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
1870 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
1871 Fix sed invocation, so that it coped with '/' in Solaris 64bit
1872 library path suffix.
1873 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
1874
1875 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
1876
1877 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
1878 for consecutive sections.
1879
1880 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
1881
1882 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
1883 options.
1884 * ld.texinfo: Added notes about this new option.
1885
1886 2000-10-16 Nick Clifton <nickc@redhat.com>
1887
1888 * emultempl/pe.em (_after_open): Add tests of return values from
1889 bfd functions. Emit appropriate error messages if necessary.
1890
1891 2000-10-13 Nick Clifton <nickc@redhat.com>
1892
1893 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
1894 local variables - they are not used, but leave in the call to
1895 bfd_canonicalize_symtab.
1896 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
1897 pe_dll_search_prefix.
1898
1899 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
1900
1901 * emultempl/pe.em (pe_dll_search_prefix): New variable,
1902 (longopts): New --dll-search-prefix option.
1903 (gld_${EMULATION_NAME}_list_options): Document.
1904 (gld_${EMULATION_NAME}_parse_args): Handle.
1905 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
1906 dynamically, search for a dll named '<prefix><basename>.dll'
1907 in preference to 'lib<basename>.dll' if --dll-search-prefix
1908 is specified.
1909
1910 2000-10-12 Alan Modra <alan@linuxcare.com.au>
1911
1912 * ldlang.c (section_already_linked): Set kept_section instead of
1913 sec->comdat->sec.
1914
1915 2000-10-10 Kazu Hirata <kazu@hxi.com>
1916
1917 * deffile.h: Fix formatting.
1918 * lexsup.c: Likewise.
1919 * mri.c: Likewise.
1920
1921 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1922
1923 * pe-dll.c (make_one): Do not generate code thunk for DATA
1924 exports.
1925 (process_def_file): deduce DATA flag for auto-export sumbols.
1926
1927 2000-10-09 Kazu Hirata <kazu@hxi.com>
1928
1929 * ld.h: Fix formatting.
1930 * ldcref.c: Likewise.
1931 * ldctor.h: Likewise.
1932 * ldemul.c: Likewise.
1933 * ldemul.h: Likewise.
1934 * ldexp.c: Likewise.
1935 * ldexp.h: Likewise.
1936 * ldfile.c: Likewise.
1937 * ldfile.h: Likewise.
1938 * ldlang.c: Likewise.
1939 * ldlang.h: Likewise.
1940 * ldmain.c: Likewise.
1941 * pe-dll.c: Likewise.
1942
1943 * pe-dll.c: Revert some formatting fixes.
1944
1945 2000-10-08 Kazu Hirata <kazu@hxi.com>
1946
1947 * pe-dll.c: Fix formatting.
1948
1949 2000-10-05 Kazu Hirata <kazu@hxi.com>
1950
1951 * ldlang.c: Fix formatting.
1952
1953 2000-10-03 DJ Delorie <dj@redhat.com>
1954
1955 * pe-dll.c (fill_edata): initialize entire block
1956 (make_one): fill in correct section.
1957
1958 2000-10-03 Kazu Hirata <kazu@hxi.com>
1959
1960 * ldexp.c: Fix formatting.
1961
1962 2000-10-02 DJ Delorie <dj@redhat.com>
1963
1964 * emultempl/pe.em (gld_*_after_open): detect case where there two
1965 import libraries for same dll; rename one to ensure proper link
1966 order.
1967
1968 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
1969 typo
1970 (generate_edata): fix typo
1971
1972 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
1973
1974 * scripttempl/crisaout.sc (ENTRY): Now __start.
1975 (.text): Add default setting for __start.
1976 Remove CONSTRUCTORS handling.
1977 (/DISCARD/): Add .gnu.warning.*.
1978 * emulparams/crislinux.sh (ENTRY): Now __start.
1979 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
1980 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
1981 (ENTRY): Now __start.
1982 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
1983 (EXECUTABLE_SYMBOLS): Add default setting for __start.
1984
1985 2000-09-29 Kazu Hirata <kazu@hxi.com>
1986
1987 * deffile.h: Fix formatting.
1988 * ld.h: Likewise.
1989 * ldcref.c: Likewise.
1990 * ldctor.c: Likewise.
1991 * ldctor.h: Likewise.
1992 * ldemul.c: Likewise.
1993 * ldemul.h: Likewise.
1994 * ldexp.c: Likewise.
1995 * ldexp.h: Likewise.
1996 * ldfile.c: Likewise.
1997 * ldfile.h: Likewise.
1998 * ldlang.c: Likewise.
1999 * ldlang.h: Likewise.
2000 * lexsup.c: Likewise.
2001 * mri.c: Likewise.
2002 * pe-dll.c: Likewise.
2003
2004 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2005
2006 * pe-dll.c (process_def_file): Uninitialized data wasn't
2007 exported with --export-all-symbols switch.
2008
2009 2000-09-28 DJ Delorie <dj@redhat.com>
2010
2011 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
2012 noname work properly.
2013
2014 2000-09-28 Alan Modra <alan@linuxcare.com.au>
2015
2016 * ld.texinfo (HPPA ELF32): New section.
2017
2018 * emultempl/hppaelf.em (group_size): New.
2019 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
2020 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
2021 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
2022 options to prevent abbreviations matching.
2023 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
2024 (PARSE_AND_LIST_ARGS_CASES): Handle it.
2025
2026 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2027
2028 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
2029 on the m68*-*-elf target. Make it support COFF input objects.
2030
2031 2000-09-21 Kazu Hirata <kazu@hxi.com>
2032
2033 * ldmain.c: Fix formatting.
2034 * ldmisc.c: Likewise.
2035 * ldver.c: Likewise.
2036 * ldwrite.c: Likewise.
2037
2038 2000-09-21 Alan Modra <alan@linuxcare.com.au>
2039
2040 * ldwrite.c (clone_section): Silence gcc warnings.
2041
2042 2000-09-20 Alan Modra <alan@linuxcare.com.au>
2043
2044 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
2045 out of memory failure.
2046
2047 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
2048 (clone_section): Handle out of memory failures. Rename var to
2049 avoid c++ reserved word.
2050
2051 2000-09-18 Alan Modra <alan@linuxcare.com.au>
2052
2053 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
2054 stub_name param to stub_sec_name.
2055 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
2056
2057 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2058
2059 * emultempl/m68kelf.em: New file.
2060 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
2061 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
2062 * Makefile.in: Regenerate.
2063
2064 2000-09-15 Alan Modra <alan@linuxcare.com.au>
2065
2066 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
2067 only as needed.
2068
2069 2000-09-13 Nick Clifton <nickc@redhat.com>
2070
2071 * ldmain.c (multiple_definition): Disable relaxation if
2072 multiple symbol definitions are encountered - otherwise the
2073 linker could abort with an assertion failure.
2074
2075 2000-09-10 Nick Clifton <nickc@redhat.com>
2076
2077 * mri.c: Fix formatting.
2078
2079 2000-09-07 H.J. Lu <hjl@gnu.org>
2080
2081 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2082 * configure: Rebuild.
2083
2084 2000-09-07 H.J. Lu <hjl@gnu.org>
2085
2086 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
2087 * Makefile.in: Rebuild.
2088
2089 2000-09-07 Alan Modra <alan@linuxcare.com.au>
2090
2091 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
2092 broken list handling. Create __start_SECNAME and __stop_SECNAME
2093 when no place-holder. Add some comments. Test both SEC_CODE and
2094 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
2095 Handle case where no output section statement created.
2096
2097 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
2098
2099 * configure.tgt (sh-*-linux*): Added.
2100 * Makefile.am: Added eshelf_linux and eshlelf_linux.
2101 * Makefile.in: Rebuilt.
2102 * emulparams/shelf_linux.sh: New file.
2103 * emulparams/shlelf_linux.sh: New file.
2104
2105 2000-09-06 Alan Modra <alan@linuxcare.com.au>
2106
2107 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2108 try shuffling sections when the orphan happens to be the place
2109 holder. Keep count of unique section names generated so we speed
2110 the search for a new name.
2111
2112 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2113
2114 * configure: Rebuilt with new libtool.m4.
2115
2116 2000-09-05 Nick Clifton <nickc@redhat.com>
2117
2118 * Makefile.in: Regenerate.
2119 * aclocal.m4: Regenerate.
2120 * configure: Regenerate.
2121 * config.in: Regenerate.
2122 * po/ld.pot: Regenerate.
2123
2124 * ldint.texinfo: Remove CVS revision marker - it foils local
2125 comparisons.
2126
2127 * emultempl/ticoff.em: Remove extraneous comma.
2128
2129 2000-09-05 Alan Modra <alan@linuxcare.com.au>
2130
2131 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
2132 to stub section flags.
2133 (hppa_for_each_input_file_wrapper): New.
2134 (hppa_lang_for_each_input_file): New.
2135 (lang_for_each_input_file): Define to call above.
2136 (multi_subspace): New.
2137 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
2138 (PARSE_AND_LIST_PROLOGUE): Define.
2139 (PARSE_AND_LIST_LONGOPTS): Define.
2140 (PARSE_AND_LIST_OPTIONS): Define.
2141 (PARSE_AND_LIST_ARGS_CASES): Define.
2142 (hppaelf_finish): Call elf32_hppa_set_gp.
2143 (hppaelf_set_output_arch): Remove.
2144 (LDEMUL_SET_OUTPUT_ARCH): Remove.
2145
2146 * emulparams/hppalinux.sh (ELFSIZE): Define.
2147 (MACHINE): Define.
2148 (OTHER_READONLY_SECTIONS): Define.
2149 (DATA_PLT): Define.
2150 (GENERATE_SHLIB_SCRIPT): Define.
2151
2152 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
2153 to const throughout. Change `void *' to `PTR' throughout.
2154 (lang_memory_default): Function is local to file, add `static'.
2155
2156 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
2157 (ehppalinux.c): Likewise.
2158 (earmelf.c): Likewise.
2159 (earmelf_linux.c): Likewise.
2160 (earmelf_linux26.c): Likewise.
2161 * Makefile.in: Regenerate.
2162
2163 * ld.h (ld_config_type): Add unique_orphan_sections.
2164 * lexsup.c (OPTION_UNIQUE): Define.
2165 (ld_options): Add "--unique".
2166 (parse_args): Handle it.
2167 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2168 search for an existing output section if unique_orphan_sections is
2169 set. Make use of bfd_get_unique_section_name rather than
2170 duplicating code here.
2171 * ld.texinfo: Describe --unique.
2172
2173 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
2174 optional arg to split-by-file.
2175 (parse_args): Handle them.
2176 * ld.texinfo: Update description of these options.
2177 * ldwrite.c (clone_section): Pass in the section name. Replace
2178 local code with bfd_get_unique_section_name.
2179 (split_sections): Tidy code and comments. Use a list traversal
2180 more appropriate to the list construction. Handle cooked section
2181 sizes. Split when split_by_reloc reached rather than exceeded.
2182 Track section size and split when split_by_file reached. Fix
2183 link_order_tail (even though it's not used).
2184 (ldwrite): Modify condition for calling split_sections to suit
2185 changed split_by_reloc and split_by_file.
2186 * ldmain.c (main): Init config.split_by_reloc and
2187 config.split_by_file to -1.
2188 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
2189 Change split_by_file to bfd_size_type.
2190
2191 2000-09-02 Nick Clifton <nickc@redhat.com>
2192
2193 * configure.in: Increase version number to 2.10.91.
2194 * NEWS: Mention new ability to support removal of duplicate DWARF2
2195 debug information.
2196 * configure: Regenerate.
2197 * aclocal.m4: Regenerate.
2198 * config.in: Regenerate.
2199
2200 2000-09-02 Daniel Berlin <dberlin@redhat.com>
2201
2202 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
2203 sections.
2204 * scripttempl/elf32avr.sc: Ditto.
2205 * scripttempl/elfd10v.sc: Ditto.
2206 * scripttempl/elfd30v.sc: Ditto.
2207 * scripttempl/elfi370.sc: Ditto.
2208 * scripttempl/elfm68hc11.sc: Ditto.
2209 * scripttempl/elfm68hc12.sc: Ditto.
2210 * scripttempl/elfi386beos.sc: Ditto.
2211 * scripttempl/v850.sc: Ditto.
2212
2213 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
2214
2215 * acinclude.m4: Include libtool and gettext macros from the
2216 top level.
2217 * aclocal.m4, configure: Rebuilt.
2218
2219 2000-08-25 Nick Clifton <nickc@redhat.com>
2220
2221 * ldlang.c (open_output): When choosing the target for a
2222 particular endianness, do nothing if the target is not
2223 supported.
2224
2225 2000-08-25 H.J. Lu <hjl@gnu.org>
2226
2227 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
2228 check -rpath nor LD_RUN_PATH for cross link.
2229 * ld.texinfo: Document the change.
2230
2231 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
2232
2233 * NEWS: Mention support for CRIS.
2234
2235 2000-08-23 H.J. Lu <hjl@gnu.org>
2236
2237 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
2238 the current runpath list from bfd_elf_get_runpath_list ()
2239 before search.
2240
2241 2000-08-22 H.J. Lu <hjl@gnu.org>
2242
2243 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
2244 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
2245 LD_LIBRARY_PATH for native linker. Display the needed DSO if
2246 trace_file_tries is non-zero.
2247 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
2248 if trace_file_tries is non-zero.
2249
2250 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
2251 * NEWS: Mention it.
2252
2253 2000-08-14 Jason Eckhardt <jle@cygnus.com>
2254
2255 * NEWS: Mention i860 support.
2256
2257 2000-08-14 Andreas Schwab <schwab@suse.de>
2258
2259 * scripttempl/elf.sc: Fix last change to use correct comment
2260 syntax.
2261
2262 2000-08-10 Geoff Keating <geoffk@cygnus.com>
2263
2264 * scripttempl/elf.sc: Add a comment giving the correspondence
2265 between sections, per-datum sections, and linkonce sections. Make
2266 the comment true even for .bss, .sdata, .sdata2, .sbss, and
2267 .sbss2.
2268
2269 2000-08-10 Jason Eckhardt <jle@cygnus.com>
2270
2271 * emulparams/elf32_i860.sh: New file.
2272 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
2273 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
2274 (eelf32_i860.c): New rule.
2275 * Makefile.in: Regenerate.
2276
2277 2000-08-10 Nick Clifton <nickc@cygnus.com>
2278
2279 * emulparams/mipspe.sh (ENTRY): Add definition.
2280
2281 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
2282
2283 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
2284 in error message.
2285
2286 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2287
2288 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
2289 the final size of .bss section.
2290 * scripttempl/elfm68hc12.sc: Likewise.
2291
2292 2000-08-04 Alan Modra <alan@linuxcare.com.au>
2293
2294 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
2295 gld${EMULATION_NAME}_parse_args for consistency. Combine
2296 lastoptind and prevoptind vars, and keep track of last optind.
2297 (gld_${EMULATION_NAME}_list_options): Rename to
2298 gld${EMULATION_NAME}_list_options.
2299
2300 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
2301
2302 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
2303 (i586-sco-sysv5uw7.1.0).
2304
2305 2000-07-27 H.J. Lu <hjl@gnu.org>
2306
2307 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
2308 (PARSE_AND_LIST_PROLOGUE): New.
2309 (PARSE_AND_LIST_LONGOPTS): Likewise.
2310 (PARSE_AND_LIST_OPTIONS): Likewise.
2311 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2312 (PARSE_AND_LIST_EPILOGUE): Likewise.
2313
2314 2000-07-28 Alan Modra <alan@linuxcare.com.au>
2315
2316 * emultempl/armelf.em: Elide functions common to elf32.em,
2317 ie. most of the file.
2318 (arm_elf_after_open): New. Do arm specific things then call
2319 gld${EMULATION_NAME}_after_open.
2320 (arm_elf_before_allocation): New. Call
2321 gld${EMULATION_NAME}_before_allocation then do arm specifics.
2322 (PARSE_AND_LIST_PROLOGUE): Define.
2323 (PARSE_AND_LIST_SHORTOPTS): Define.
2324 (PARSE_AND_LIST_LONGOPTS): Define.
2325 (PARSE_AND_LIST_OPTIONS): Define.
2326 (PARSE_AND_LIST_ARGS_CASES): Define.
2327 (LDEMUL_AFTER_OPEN): Define.
2328 (LDEMUL_BEFORE_ALLOCATION): Define.
2329 (LDEMUL_BEFORE_PARSE): Define.
2330 (LDEMUL_FINISH): Define.
2331
2332 * emultempl/hppaelf.em: Similarly zap most of this file.
2333 (hppaelf_add_stub_section): Prototype.
2334 (hppaelf_layaout_sections_again): Prototype.
2335 (hook_in_stub): Prototype.
2336 (LDEMUL_SET_OUTPUT_ARCH): Define.
2337 (LDEMUL_FINISH): Define.
2338 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2339
2340 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
2341 (EXTRA_EM_FILE): New.
2342 * emulparams/armelf_linux.sh: Likewise.
2343 * emulparams/armelf_linux26.sh: Likewise.
2344 * emulparams/hppalinux.sh: Likewise.
2345 * emulparams/hppaelf.sh: Likewise.
2346 (NOP): Define.
2347
2348 * emultempl/elf32.em: Fix formatting.
2349 (EXTRA_EM_FILE): Source it.
2350 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2351 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2352 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2353 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2354 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2355 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2356 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2357 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2358 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
2359 allow functions in this file to be overridden.
2360 (PARSE_AND_LIST_SHORTOPTS): Handle it.
2361
2362 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
2363
2364 * emultempl/elf32.em: Reorganize file.
2365
2366 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
2367
2368 * emulparams/elf64alpha.sh: Implement "-taso" emulation
2369 specific option to fit 64-bit executable in the lower
2370 31-bit address range. This is done by changing start
2371 address of .interp (the very first section of executable)
2372 and then setting EF_ALPHA_32BIT elf header flag.
2373
2374 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2375
2376 * emultempl/m68kcoff.em: New file.
2377 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
2378 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
2379 generic.em.
2380 * Makefile.in: Regenerate.
2381
2382 2000-07-20 H.J. Lu <hjl@gnu.org>
2383
2384 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
2385 and "disable-new-dtags" to stop getopt from treating -d/-e as
2386 abbreviations for these options.
2387
2388 2000-07-20 H.J. Lu <hjl@gnu.org>
2389
2390 * ld.texinfo: Add documentation for --disable-new-dtags and
2391 --enable-new-dtags.
2392
2393 * ldmain.c (main): Initialize link_info.new_dtags to false.
2394
2395 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
2396 --disable-new-dtags and --enable-new-dtags.
2397 (gld_${EMULATION_NAME}_list_options): Likewise.
2398
2399 2000-07-05 Kenneth Block <krblock@computer.org>
2400
2401 * lexsup.c: Add optional style to demangle switch
2402 * ld.texinfo: Document optional style to demangle switch.
2403
2404 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2405
2406 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
2407 ecrislinux.o.
2408 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
2409 Regenerate dependencies.
2410 * Makefile.in: Rebuild.
2411 * configure.tgt (cris-*-*): New target.
2412 * emulparams/crisaout.sh, emulparams/criself.sh,
2413 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
2414 * po/POTFILES.in, po/ld.pot: Regenerate.
2415
2416 2000-07-20 H.J. Lu <hjl@gnu.org>
2417
2418 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
2419 Print out ignored -z options.
2420
2421 2000-07-19 H.J. Lu <hjl@gnu.org>
2422
2423 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
2424 (PARSE_AND_LIST_PROLOGUE): New.
2425 (PARSE_AND_LIST_LONGOPTS): Likewise.
2426 (PARSE_AND_LIST_OPTIONS): Likewise.
2427 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2428
2429 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
2430
2431 * lexsup.c (ld_options): Comment out 'z'.
2432 (parse_args): Likewise.
2433
2434 * emultempl/elf32.em: Include "elf/common.h".
2435 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
2436 options.
2437 (gld_${EMULATION_NAME}_list_options): Likewise.
2438
2439 * ld.texinfo: Add documentation for the recognized -z options.
2440
2441 2000-07-19 H.J. Lu <hjl@gnu.org>
2442
2443 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
2444 bfd_elf_set_dt_needed_soname ().
2445
2446 2000-07-18 DJ Delorie <dj@cygnus.com>
2447
2448 * pe-dll.c (pe_dll_id_target): check object target name also
2449
2450 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
2451
2452 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
2453 ${INIT_END} if relocating.
2454 (.fini): Likewise ${FINI_START} and ${FINI_END}.
2455
2456 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
2457
2458 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
2459 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
2460 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
2461 errors introduced by the old dynamic lib search order.
2462
2463 2000-07-17 DJ Delorie <dj@cygnus.com>
2464
2465 * pe-dll.c (process_def_file): auto-export data items also
2466 (pe_process_import_defs): also see if _imp_ form needed
2467
2468 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
2469
2470 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
2471 for dll import libraries
2472
2473 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
2474
2475 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
2476 gcc 2.95.2 and later.
2477
2478 2000-07-11 Kazu Hirata <kazu@hxi.com>
2479
2480 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
2481 message.
2482
2483 2000-07-10 Alan Modra <alan@linuxcare.com.au>
2484
2485 * ldemul.h (struct lang_input_statement_struct): Remove forward
2486 declaration.
2487 (struct search_dirs): Likewise.
2488 * ldfile.h (struct lang_input_statement_struct): Likewise.
2489 Protect file from multiple inclusion.
2490 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
2491 declaration from macro to file scope.
2492
2493 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
2494 * ldgram.y: Likewise here.
2495 * ldlang.c: And here.
2496 * ldmain.c: And here.
2497 * mpw-elfmips.c: And here.
2498 * mpw-eppcmac.c: And here.
2499 * emultempl/aix.em: And here.
2500 * emultempl/armcoff.em: And here.
2501 * emultempl/armelf.em: And here.
2502 * emultempl/armelf_oabi.em: And here.
2503 * emultempl/beos.em: And here.
2504 * emultempl/elf32.em: And here.
2505 * emultempl/hppaelf.em: And here.
2506 * emultempl/linux.em: And here.
2507 * emultempl/lnk960.em: And here.
2508 * emultempl/pe.em: And here.
2509 * emultempl/sunos.em: And here.
2510 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
2511 * mpw-idtmips.c: Ditto.
2512 * emultempl/generic.em: Ditto.
2513 * emultempl/gld960.em: Ditto.
2514 * emultempl/gld960c.em: Ditto.
2515 * emultempl/mipsecoff.em: Ditto.
2516 * emultempl/ticoff.em: Ditto.
2517 * emultempl/vanilla.em: Ditto.
2518
2519 * pe-dll.c: Include ldfile.h
2520 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
2521
2522 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
2523 arguments to bfd_elf32_size_dynamic_sections call.
2524 (gldelf32ebmip_place_orphan): Add missing arguments to
2525 lang_leave_output_section_statement call.
2526
2527 2000-07-10 H.J. Lu <hjl@gnu.org>
2528
2529 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
2530 DLL_SUPPORT.
2531 (strhash): Likewise.
2532 (compute_dll_image_base): Likewise.
2533 (pe_undef_found_sym): Likewise.
2534 (pe_undef_cdecl_match): Likewise.
2535 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
2536 argument "arch" with ATTRIBUTE_UNUSED.
2537
2538 2000-07-10 Alan Modra <alan@linuxcare.com.au>
2539
2540 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
2541
2542 From Ryan Bradetich <rbradetich@uswest.net>
2543 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
2544
2545 2000-07-09 Alan Modra <alan@linuxcare.com.au>
2546
2547 Changes to create multiple linker stubs, positioned immediately
2548 before the section where they are required.
2549 * emultempl/hppaelf.em: Include elf32-hppa.h.
2550 (stub_sec, file_chain): Delete.
2551 (hppaelf_create_output_section_statements): Don't make a stub
2552 section here.
2553 (hook_stub_info): New struct.
2554 (hook_in_stub): New function.
2555 (hppaelf_add_stub_section): New function.
2556 (hppaelf_finish): Do nothing for relocateable links. Modify the
2557 call to elf32_hppa_size_stubs. Move code for updating section
2558 layout from here...
2559 (hppaelf_layaout_sections_again): ..to here, a new function.
2560
2561 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
2562 broken list handling. Pass in a pointer to the list.
2563 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
2564 for above changes.
2565 (hppaelf_before_parse): Prototype.
2566 (hppaelf_set_output_arch): Prototype.
2567 (hppaelf_create_output_section_statements): Prototype.
2568 (hppaelf_delete_padding_statements): Prototype.
2569 (hppaelf_finish): Prototype.
2570
2571 Merge from elf32.em
2572 * emultempl/hppaelf.em: Include ctype.h.
2573 (struct orphan_save): New.
2574 (gld${EMULATION_NAME}_place_orphan): New.
2575 (output_rel_find): New.
2576 (hppaelf_get_script): Update from elf32.em.
2577 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
2578 Change emulation_name field to "${EMULATION_NAME}". Add
2579 gld${EMULATION_NAME}_place_orphan.
2580
2581 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
2582 ehppalinux.o, sort it. Regenerate dependencies.
2583 (ehppalinux.c): Depend on hppaelf.em
2584 * Makefile.in: Regenerate.
2585
2586 * configure.tgt: targ_emul=hppalinux for hppa*linux
2587
2588 * emulparams/hppalinux.sh: New.
2589 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
2590
2591 2000-07-08 Alan Modra <alan@linuxcare.com.au>
2592
2593 * lexsup.c (parse_args): Copy section name.
2594
2595 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
2596
2597 * emultempl/pe.em: institute the following search order for
2598 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
2599 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
2600 static lib (libfoo.a) if none of the above are found.
2601
2602 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
2603
2604 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
2605 (longopts): New --{enable,disable}-auto-image-base options.
2606 (gld_${EMULATION_NAME}_list_options): Document.
2607 (gld_${EMULATION_NAME}_parse): Handle.
2608 (strhash): New static function.
2609 (compute_dll_image_base): New static function.
2610 (gld_${EMULATION_NAME}_set_symbols): Use.
2611
2612 2000-07-05 DJ Delorie <dj@redhat.com>
2613
2614 * MAINTAINERS: new
2615
2616 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
2617
2618 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
2619 * emulparams/elf32btsmip.sh: New file.
2620 * Makefile.am: Add traditional mips target.
2621 * Makefile.in: Rebuild.
2622
2623 2000-07-01 H.J. Lu <hjl@gnu.org>
2624
2625 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
2626 automake to use YLWRAP.
2627 * Makefile.in: Rebuild.
2628
2629 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2630
2631 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2632 (CLEANFILES): Add DEPA.
2633 * Makefile.in: Regenerate.
2634
2635 2000-06-30 Timothy Wall <twall@ppc>
2636
2637 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
2638 the page in the upper octet of the address.
2639
2640 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
2641
2642 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
2643
2644 2000-06-24 Alan Modra <alan@linuxcare.com.au>
2645
2646 * NEWS: arm-elf does --gc-sections too.
2647
2648 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2649
2650 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2651 find one.
2652 * Makefile.in: Regenerate.
2653
2654 2000-06-21 H.J. Lu <hjl@gnu.org>
2655
2656 * Makefile.am: Rebuild dependency.
2657 * Makefile.in: Rebuild.
2658
2659 2000-06-20 H.J. Lu <hjl@gnu.org>
2660
2661 * Makefile.am: Rebuild dependency.
2662 * Makefile.in: Rebuild.
2663
2664 2000-06-20 Timothy Wall <twall@cygnus.com>
2665
2666 * scripttempl/tic54xcoff.sc: New.
2667 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
2668 * gen-doc.texi: Add flag for TI COFF.
2669 * ld.texinfo: Add documentation for TI COFF handling switches.
2670 * emultempl/ticoff.em: New. TI COFF handling.
2671 * configure.tgt: Add tic54x target.
2672 * Makefile.am: Add tic54x target.
2673 * Makefile.in: Ditto.
2674
2675 2000-06-20 Alan Modra <alan@linuxcare.com.au>
2676
2677 * ldmain.c (set_scripts_dir): Correct pointer comparison when
2678 checking for backslashes.
2679
2680 2000-06-19 Alan Modra <alan@linuxcare.com.au>
2681
2682 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
2683
2684 2000-06-18 Alan Modra <alan@linuxcare.com.au>
2685
2686 * NEWS: Update list of targets supporting --gc-sections.
2687
2688 * scripttempl/elf.sc: KEEP .eh_frame contents.
2689 * scripttempl/elfd30v.sc: Same here.
2690
2691 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2692
2693 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
2694 and m68hc11 (elf).
2695 * Makefile.in: Rebuild.
2696 * configure.tgt: Recognize m68hc12 and m68hc11.
2697 * scripttempl/elfm68hc12.sc: New file.
2698 * emulparams/m68hc12elfb: New emulation.
2699 * emulparams/m68hc12elf: New emulation.
2700 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
2701 (includes a memory.x script to define the ROM and RAM banks).
2702 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
2703 New configuration files for support of Motorola 68hc11
2704
2705 2000-06-15 Alan Modra <alan@linuxcare.com.au>
2706
2707 * ldmain.c (main): Only change SEC_READONLY for final link.
2708
2709 2000-06-13 H.J. Lu <hjl@gnu.org>
2710
2711 * configure: Regenerate.
2712
2713 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2714
2715 * configure.in (VERSION): Update to show this is the CVS mainline.
2716
2717 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2718
2719 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
2720 input objects to be ECOFF.
2721 (check_sections): einfo takes %B, not %P, to print a BFD name.
2722
2723 2000-06-05 Michael Matz <matz@ifh.de>
2724
2725 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
2726 version scripts.
2727
2728 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
2729
2730 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
2731
2732 * emulparams/avr1200.sh (STACK): Define as 0.
2733 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
2734 * emulparams/avr4433.sh (STACK): Likewise.
2735 * emulparams/avr44x4.sh (STACK): Likewise.
2736 * emulparams/avr85xx.sh (STACK): Likewise.
2737 * emulparams/avrmega103.sh (STACK): Likewise.
2738 * emulparams/avrmega161.sh (STACK): Likewise.
2739 * emulparams/avrmega603.sh (STACK): Likewise.
2740 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
2741 (__stack): Define from ${STACK} for main().
2742
2743 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2744
2745 * Makefile.am: Update dependencies with "make dep-am"
2746 * Makefile.in: Regenerate.
2747
2748 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2749
2750 * ldmain.c: Include filenames.h.
2751 (set_scripts_dir): Support backslashes in program name.
2752
2753 2000-05-22 Igor Shevlyakov <igor@windriver.com>
2754
2755 * ldmain.c (main): When deciding if ".text" section should be
2756 read-only, don't forget to reset SEC_READONLY because it
2757 could be already set.
2758
2759 2000-05-22 Thomas de Lellis <tdel@windriver.com>
2760
2761 * ld.1: Add documentation for new command line option:
2762 --section-start <sectionname>=<sectionorg>
2763 This is a generic version of -Ttext etc. which accepts
2764 any section name as a parameter instead of just text/data/
2765 bss.
2766 * ld.texinfo: More docs.
2767 * NEWS: More docs.
2768 * lexsup.c: (parse_args): Recognize new command line option.
2769 (ld_options): Add new option.
2770
2771 2000-05-18 H.J. Lu <hjl@gnu.org>
2772
2773 * lexsup.c (parse_args): `i' == `r', not `q'.
2774
2775 Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
2776
2777 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
2778
2779 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
2780 Rick Gorton <gorton@scrugs.lkg.dec.com>
2781
2782 Add support for '-q' == '--emit-relocs' switch.
2783 * ldmain.c (main): Default to false.
2784 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
2785 * NEWS: Describe the emitrelocations switch.
2786 * ld.texinfo: Describe the emitrelocations switch.
2787
2788 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
2789
2790 * emultempl/pe.em (_open_dynamic_archive): New function: Search
2791 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
2792 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
2793 link options.
2794
2795 2000-05-15 David O'Brien <obrien@FreeBSD.org>
2796
2797 * lexsup.c (parse_args): Update the year in the copyright notice.
2798
2799 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2800
2801 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
2802 Replace defines with those from intl/libgettext.h to quieten gcc
2803 warnings.
2804
2805 2000-05-10 H.J. Lu <hjl@gnu.org>
2806
2807 * ldlang.c (open_input_bfds): Don't load the same file within
2808 a group again if the whole archive has been loaded already.
2809
2810 2000-05-03 Alan Modra <alan@linuxcare.com.au>
2811
2812 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
2813 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
2814 strtoul.
2815
2816 Mon May 1 17:34:34 2000 Jim Wilson <wilson@cygnus.com>
2817
2818 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
2819
2820 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2821 host "ia64-*-linux-gnu*".
2822
2823 2000-04-29 Andreas Jaeger <aj@suse.de>
2824
2825 * ld.h: Correctly check GCC version.
2826
2827 Tue Apr 25 11:20:43 2000 Jeffrey A Law (law@cygnus.com)
2828
2829 * Makefile.am: Add PA64 support. Add missing dependencies for
2830 PA32 elf support.
2831 * Makefile.in: Rebuilt.
2832 * configure.tgt: Add PA64 support (currently disabled).
2833
2834 2000-04-25 Alan Modra <alan@linuxcare.com.au>
2835
2836 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
2837 (output_rel_find): New function.
2838 (hold_section, hold_use): Delete.
2839 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2840 hold_interp): Make local to place_orphan.
2841 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
2842 rather than place_section to find possible previous use of orphan.
2843 Similarly find the place-holder output sections. Use returned
2844 value from lang_enter_output_section_statement rather than calling
2845 lang_output_section_statement_lookup.
2846 * emultempl/armelf.em: Same here.
2847 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
2848
2849 * ldlang.c (lang_enter_output_section_statement): Return output
2850 section statement.
2851 * ldlang.h (lang_enter_output_section_statement): Change
2852 declaration too.
2853
2854 * ldlang.h (lang_output_section_statement): Export it.
2855 * ldlang.c (lang_output_section_statement): Ditto.
2856
2857 2000-04-24 Nick Clifton <nickc@cygnus.com>
2858
2859 * ld.texinfo (Output Section Data): Add note that section data
2860 commands cannot appear outside of section directives.
2861
2862 2000-04-2 Matthew Green <mrg@cygnus.com>
2863
2864 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
2865
2866 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
2867 David Mosberger <davidm@hpl.hp.com>
2868
2869 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
2870 (eelf64_ia64.c): New rule.
2871 * Makefile.in: Rebuild.
2872 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
2873 * emulparams/elf64_ia64.sh: New file.
2874
2875 2000-04-21 Richard Henderson <rth@cygnus.com>
2876
2877 * scripttempl/elfd30v.sc: Place .gcc_except_table.
2878
2879 2000-04-19 Alan Modra <alan@linuxcare.com.au>
2880
2881 * dep-in.sed: Match space at start of file name, not at end.
2882
2883 2000-04-18 H.J. Lu <hjl@gnu.org>
2884
2885 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
2886 lang_leave_output_section_statement () after calling
2887 lang_enter_output_section_statement ().
2888 * emultempl/armelf.em: Likewise.
2889
2890 2000-04-18 Alan Modra <alan@linuxcare.com.au>
2891
2892 * emultempl/elf32.em (struct orphan_save): Add section field.
2893 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
2894 better order, and place first orphan section as we did before the
2895 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
2896 Don't call make_bfd_section here, let wild_doit do the job for us.
2897 Don't build a statement list when we'll only throw it away.
2898 * emultempl/armelf.em: Ditto.
2899 * emultempl/pe.em: Similarly.
2900
2901 2000-04-14 Geoff Keating <geoffk@cygnus.com>
2902
2903 * scripttempl/elfppc.sc: Remove.
2904 * emulparams/elf32ppc.sh: Use elf.sc.
2905 * emulparams/elf32lppc.sh: Use elf.sc.
2906 * emulparams/elf32ppclinux.sh: Use elf.sc.
2907 * emulparams/elf32ppcsim.sh: New file.
2908 * emulparams/elf32lppcsim.sh: New file.
2909 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
2910 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
2911 * Makefile.in: Regenerate.
2912 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
2913
2914 2000-04-14 Alan Modra <alan@linuxcare.com.au>
2915
2916 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
2917 ~SEC_ALLOC sections too. Init start address of debug sections.
2918 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
2919 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
2920 Also set all relocateable section start addresses.
2921
2922 2000-04-13 Geoff Keating <geoffk@cygnus.com>
2923
2924 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
2925 Add new BSS_PLT variable for when .plt need not be contained in
2926 the file. Move _etext so that it is also after .fini, and provide
2927 both etext and _etext with a leading underscore. Mark the start
2928 and end of .sbss.
2929
2930 2000-04-12 Alan Modra <alan@linuxcare.com.au>
2931
2932 * emultempl/elf32.em (struct orphan_save): New.
2933 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2934 hold_interp): Make them struct orphan_save.
2935 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
2936 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
2937 the end of the relevant section list. Also add associated section
2938 statements to the end of any previous orphan statements.
2939 * emultempl/armelf.em: Similarly.
2940 * emultempl/pe.em: Similarly.
2941
2942 2000-04-11 Alan Modra <alan@linuxcare.com.au>
2943
2944 * ld.texinfo (Simple Example): Remove extraneous paragraph.
2945
2946 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
2947
2948 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2949 --enable-build-warnings option.
2950 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2951 * Makefile.in, configure: Re-generate.
2952
2953 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2954
2955 * po/ld.pot: Regenerate.
2956
2957 * lexsup.c (help): Restore translated part of bug string.
2958
2959 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2960 (DEP): Quote when passing vars to sub-make. Add warning message
2961 to end.
2962 (DEP1): Rewrite for "gcc -MM".
2963 (CLEANFILES): Add DEP2.
2964 Update dependencies.
2965 * Makefile.in: Regenerate.
2966
2967 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2968
2969 * ld.h: #include "bin-bugs.h"
2970 * lexsup.c (help): Use REPORT_BUGS_TO.
2971
2972 2000-03-27 Denis Chertykov <denisc@overta.ru>
2973
2974 * configure.tgt (avr-*-*): New target support.
2975 * Makefile.am: Likewise.
2976 * scripttempl/elf32avr.sc: New script file.
2977 * emulparams/avr1200.sh: New file.
2978 * emulparams/avr23xx.sh: New file.
2979 * emulparams/avr4433.sh New file.
2980 * emulparams/avr44x4.sh New file.
2981 * emulparams/avr85xx.sh New file.
2982 * emulparams/avrmega103.sh New file.
2983 * emulparams/avrmega161.sh New file.
2984 * emulparams/avrmega603.sh New file.
2985 * Makefile.in: Regenerate.
2986
2987 2000-03-09 Andreas Jaeger <aj@suse.de>
2988
2989 * Makefile.am (check-DEJAGNU): Also unset LANG.
2990 * Makefile.in: Rebuild.
2991
2992 2000-03-06 Ian Lance Taylor <ian@zembu.com>
2993
2994 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
2995 archive.
2996
2997 2000-03-02 H.J. Lu <hjl@gnu.org>
2998
2999 * emulparams/elf32mcore.sh: Include "getopt.h".
3000
3001 2000-03-01 Ian Lance Taylor <ian@zembu.com>
3002
3003 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
3004
3005 2000-03-01 H.J. Lu <hjl@gnu.org>
3006
3007 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
3008 * emulparams/shpe.sh: Likewise.
3009
3010 2000-03-01 Nick Clifton <nickc@cygnus.com>
3011
3012 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
3013 to unused parameters.
3014
3015 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
3016 functions only used by DLL code.
3017 (_place_orphan): Initialise 'dollar'.
3018
3019 2000-03-01 H.J. Lu <hjl@gnu.org>
3020
3021 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
3022 indicate if the undefined symbol is a fatal error or not.
3023 Don't delete the output file if "fatal" is false.
3024
3025 2000-02-29 H.J. Lu <hjl@gnu.org>
3026
3027 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
3028 Set LC_COLLATE and LC_ALL to null and export them. It is for
3029 sort which expects the C locale.
3030 Add $(LIBS) to all $(HOSTING_LIBS).
3031 * Makefile.in: Rebuild.
3032
3033 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
3034
3035 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
3036 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
3037 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
3038 (ld_emulation_xfer_struct): Add missing NULL initialiser for
3039 find_potential_libraries.
3040
3041 2000-02-28 Jim Blandy <jimb@redhat.com>
3042
3043 * ldgram.y (exclude_name_list): Don't require a comma to separate
3044 list entries; the lexer considers commas to be valid part of a
3045 filename, so in something like `foo, bar' the comma is considered
3046 part of the first filename, `foo,'.
3047 * ld.texinfo: Update section on EXCLUDE_FILE lists.
3048
3049 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
3050
3051 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3052 host "i[3456]86-*-freebsdelf*".
3053
3054 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
3055
3056 * scripttempl/i386go32.sc: Move misplaced semicolons.
3057
3058 2000-02-25 Ian Lance Taylor <ian@zembu.com>
3059
3060 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
3061 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
3062 (eelf64hppa.c, ehppaelf.c): Remove targets.
3063 * Makefile.in: Rebuild.
3064
3065 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3066
3067 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
3068 GNU/Linux/sparc, but keep the default as 32.
3069
3070 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
3071 it default if sparcv9 or sparc64.
3072
3073 2000-02-24 Nick Clifton <nickc@cygnus.com>
3074
3075 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
3076 * Makefile.in: Regenerate.
3077 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
3078
3079 * ldemul.h (ld_emulation_xfer_struct): Add new field:
3080 find_potential_libraries.
3081 * ldemul.c (ldemul_find_potential_libraries): New function.
3082
3083 * ldfile.c (ldfile_open_file_search): Allow function to be
3084 exported.
3085 (ldfile_open_file): Call ldemul_find_potential_libraries.
3086 * ldfile.h: Add prototype for ldfile_open_file_search.
3087
3088 * pe-dll.c: Add support for ARM, MIPS and SH targets.
3089
3090 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
3091 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
3092
3093 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
3094 (gld_X_find_potential_libraries): New function. Search for
3095 libraries called "*.lib".
3096
3097 * scripttempl/pe.sc: Add .pdata section.
3098
3099 2000-02-23 Richard Henderson <rth@cygnus.com>
3100
3101 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
3102 Add and use memory regions.
3103
3104 2000-02-23 Linas Vepstas (linas@linas.org)
3105
3106 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
3107
3108 * Makefile.am: Add support for Linux/IBM 370.
3109 * configure.tgt: Likewise.
3110
3111 * Makefile.in: Regenerate.
3112
3113 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3114
3115 * ldlang.c (print_input_section, print_data_statement,
3116 print_reloc_statement, print_padding_statement, insert_pad,
3117 size_input_section, lang_check_section_addresses,
3118 lang_size_sections, lang_do_assignments, lang_set_startof,
3119 lang_one_common): Change `opb' to unsigned.
3120 (lang_do_assignments): Also change `size' to unsigned.
3121
3122 2000-02-16 Richard Henderson <rth@cygnus.com>
3123
3124 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
3125
3126 2000-02-16 Timothy Wall <twall@cygnus.com>
3127
3128 * mri.c (mri_draw_tree): Add default LMA region argument to call
3129 to lang_leave_output_section_statement.
3130 * ldlang.h: Update prototypes with LMA region arguments.
3131 * ldlang.c (lang_size_sections): Encapsulate region bounds
3132 checking in os_check_region call.
3133 (os_check_region): New function.
3134 (lang_output_section_statement_lookup): Initialize lma_region.
3135 (lang_leave_output_section_statement): Add LMA region argument.
3136 (lang_leave_overlay): Ditto.
3137 * ldgram.y: Handle LMA region syntax.
3138 * ld.texinfo (Output Section Description): Describe LMA region usage.
3139 * emultempl/armelf.em (gld$place_orphan): Add default value for
3140 lma region in call to lang_leave_output_section_statement.
3141 * emultempl/elf32.em (gld$place_orphan): Add default value for
3142 lma region in call to lang_leave_output_section_statement.
3143 * emultempl/pe.em (gld$place_orphan): Add default value for
3144 lma region in call to lang_leave_output_section_statement.
3145
3146
3147 2000-02-04 Timothy Wall <twall@redhat.com>
3148
3149 * ldlang.c (lang_check_section_addresses): Use bytes instead of
3150 octets when calculating section end addresses.
3151
3152 2000-02-04 Timothy Wall <twall@redhat.com>
3153
3154 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
3155
3156 2000-02-03 Timothy Wall <twall@redhat.com>
3157
3158 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
3159 octet count.
3160 * ldlang.c (print_input_section, print_data_statement,
3161 print_reloc_statement, print_padding_statement): Print target
3162 address values and section sizes as bytes, not octets.
3163 (insert_pad) Calculate padding size in octets, and adjust "dot"
3164 by bytes.
3165 (size_input_section) Always adjust "dot" by bytes, not octets.
3166 (lang_check_section_addresses, lang_do_assignments) Adjust
3167 "dot" by bytes, not octets. Use the larger of the directive size
3168 or octets_per_byte for the number of octets actually allocated in
3169 the output section.
3170 (lang_set_startof) Make sure STARTOF returns a target address.
3171 (lang_one_common) Record size changes in octets.
3172 (lang_abs_symbol_at_end_of) Section end symbol's value is
3173 recorded in target bytes.
3174 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
3175 to be clear about behavior when an octet is smaller than one byte.
3176
3177 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
3178
3179 * ldcref.c (output_cref): Don't pass message strings to printf
3180 as format arg.
3181 Update copyright.
3182
3183 * ldmisc.c (vfinfo): Same here.
3184 Update copyright.
3185
3186 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
3187
3188 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
3189 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
3190 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
3191 Add missing NULL initialisers, and comments.
3192
3193 * testsuite/ld-srec/sr3.cc (__rethrow): New.
3194
3195 2000-01-21 Nick Clifton <nickc@cygnus.com>
3196
3197 * ldlang.c (lang_size_sections): Fix typo in comment.
3198
3199 2000-01-18 H.J. Lu <hjl@gnu.org>
3200
3201 * ldlang.c (lang_size_sections): Also update the current
3202 address of a region if the SEC_NEVER_LOAD bit is not set.
3203
3204 2000-01-10 Philip Blundell <pb@futuretv.com>
3205
3206 * configure.tgt (arm*-*-conix*): New target.
3207
3208 2000-01-07 Nick Clifton <nickc@cygnus.com>
3209
3210 * ld.texinfo (Options): Remind users to preceed linker command
3211 line switches with -Wl, (or whatever is appropriate) if it is
3212 being invoked by a comnpiler driver program.
3213 Fix description of the behaviour of the -n command line switch.
3214
3215 Wed Jan 5 08:02:12 2000 Catherine Moore <clm@cygnus.com>
3216
3217 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
3218 (name_list): New.
3219 * ld.texinfo (EXCLUDE_FILE): Update documentation.
3220 * ldgram.y (wildcard_spec): Support a list of excluded_files.
3221 (exclude_name_list): New.
3222 ldlang.c (walk_wild_section): Support list of excluded files.
3223 (print_wild_statement): Likewise.
3224 (lang_add_wild): Likewise.
3225 * ldlang.h (lang_wild_statement_type): Likewise.
3226 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
3227
3228 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
3229
3230 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
3231 (process_def_file): Use.
3232 (pe_dll_compat_implib): New variable.
3233 (make_one): Use.
3234
3235 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
3236 pe_dll_compat_implib.
3237
3238 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
3239 compat-implib options.
3240 (gld_${EMULATION_NAME}_list_options): List new options.
3241 (gld_${EMULATION_NAME}_parse_args): Handle.
3242
3243 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
3244 dll.
3245
3246 * deffilep.y (opt_name): Allow "." in name.
3247
3248 For older changes see ChangeLog-9899
3249 \f
3250 Local Variables:
3251 mode: change-log
3252 left-margin: 8
3253 fill-column: 74
3254 version-control: never
3255 End: