2002-02-10 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
4e5bae56
DJ
12002-02-10 Daniel Jacobowitz <drow@mvista.com>
2
3 * ldmain.c: Add prototype for main ().
4 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
5 * emultempl/lnk960.em (lnk960_choose_target): Function should
6 take two arguments.
7
1e281515
AM
82002-02-10 Alan Modra <amodra@bigpond.net.au>
9
10 * ldlang.c (entry_section): New initialised variable.
11 (lang_finish): Use it.
12 * ldlang.h (entry_section): Declare.
13 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
14 entry_section to ".opd".
15
f92d92ff 162002-02-09 Chris Demetriou <cgd@broadcom.com>
0a9c1c8e
CD
17
18 * ld.texinfo (Options): Add back in -nostdlib documentation,
19 which had been inadvertently removed.
20
74c44237
HPN
212002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
22
23 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
24 register section vma to a sane value after emitting error. Make
25 fatal conditions cause program exit when emitting message.
26
5e37cc46
NC
272002-02-08 Ivan Guzvinec <ivang@opencores.org>
28
29 * configure.tgt: Add or32-*-rtems target.
30
2d92cb7d
AO
312002-02-08 Alexandre Oliva <aoliva@redhat.com>
32
33 Contribute sh64-elf.
34 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
35 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
36 in OTHER_RELOCATABLE_SECTIONS.
37 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
38 * emulparams/shelf32.sh (STACK_ADDR): Define.
39 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
40 (OTHER_SECTIONS): this. Removed stack settings.
41 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
42 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
43 2001-03-12 DJ Delorie <dj@redhat.com>
44 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
45 relaxing if any shmedia or mixed sections are found.
46 2001-03-07 DJ Delorie <dj@redhat.com>
47 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
48 einfo. Gracefully decline to output to non-elf formats.
49 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
50 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
51 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
52 * emulparams/shelf32.sh: Ditto.
53 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
54 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
55 comment.
56 2001-01-10 Ben Elliston <bje@redhat.com>
57 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
58 non-portable shell constructs. From Hans-Peter Nilsson.
59 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
60 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
61 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
62 dependencies to the shell script include chain.
63 * Makefile.in: Regenerate.
64 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
65 * emultempl/sh64elf.em: Update and tweak comments.
66 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
67 make a .cranges section SEC_IN_MEMORY.
68 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
69 * emultempl/sh64elf.em
70 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
71 .cranges section found to be necessary; continue and set stored
72 section contents flags for sections with non-mixed contents.
73 Use a struct sh64_section_data container and sh64_elf_section_data
74 to store contents-type flags.
75 Remove unused update of "isec".
76 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
77 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
78 access contents-type flags. Assert that the associated container
79 is initialized. Use that container, not elf_gp_size, to hold size
80 of linker-generated cranges contents.
81 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
82 * emultempl/sh64elf.em
83 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
84 there's already a .cranges section. When section flag difference
85 is found, don't NULL-check cranges a second time. Tweak comments.
86 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
87 merging, not max size, as size of ld-generated .cranges contents.
88 Don't set ELF section flags in output section. When checking for
89 needed .cranges descriptors, don't use a variable; compare
90 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
91 comments.
92 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
93 * emultempl/sh64elf.em: New file.
94 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
95 * Makefile.in: Regenerate.
96 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
97 (OTHER_RELOCATING_SECTIONS): Ditto.
98 (EXTRA_EM_FILE): New, set to sh64elf if not set.
99 * emulparams/shlelf32.sh: Stub out all settings except
100 OUTPUT_FORMAT. Source shelf32.sh.
101 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
102 OTHER_RELOCATING_SECTIONS.
103 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
104 * emulparams/shlelf64.sh: Stub out all settings except
105 OUTPUT_FORMAT. Source shelf64.sh.
106 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
107 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
108 .cranges section.
109 (DATA_START_SYMBOLS): Define, provide ___data.
110 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
111 for consecutive .data section.
112 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
113 section after .data section.
114 * emulparams/shlelf64.sh: Ditto.
115 * emulparams/shelf32.sh: Ditto.
116 (ALIGNMENT): Define to 8.
117 * emulparams/shelf32.sh: Ditto.
118 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
119 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
120 built-in linker scripts.
121 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
122 * emulparams/shlelf64.sh: New.
123 * emulparams/shelf64.sh: New.
124 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
125 targ_extra_emuls.
126 * Makefile.am: Add support for shlelf64 and shelf64.
127 * Makefile.in: Regenerate.
128 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
129 * configure.tgt (sh64-*-elf*): Add shelf as default.
130 Add shlelf to targ_extra_emuls.
131 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
132 * emulparams/shelf32.sh: New file.
133 * emulparams/shlelf32.sh: New file.
134 * Makefile.am: Add support for shlelf32 and shelf32.
135 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
136 * Makefile.in: Regenerate.
137
e3dc8847
HPN
1382002-02-05 Hans-Peter Nilsson <hp@axis.com>
139
140 * ldlang.c (lang_reset_memory_regions): Rename from
141 reset_memory_regions. Change all callers. Make public.
142 * ldlang.h (lang_reset_memory_regions): Prototype.
143 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
144 lang_reset_memory_regions before lang_size_sections.
126730bd
HPN
145 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
146 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
e3dc8847 147
8017dbcb
HPN
1482002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
149
150 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
151 arithmetic when checking for too many global registers.
152
006336b8
JT
1532002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
154
155 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
156 (ehppanbsd.c): New rule.
157 * Makefile.in: Regenerate.
158 * configure.tgt (hppa*-*-netbsd*): New target.
159 * emulparams/hppalinux.sh: Add comment to check other files
160 that source this file it is modified, and list which
161 files that do.
162 * emulparams/hppanbsd.sh: New file.
163
da1f2fec
GK
1642002-02-01 Geoffrey Keating <geoffk@redhat.com>
165
166 * scripttempl/xstormy16.sc: Don't allocate extra space for the
167 stack.
168
48fa4a5d
HPN
1692002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
170
171 Support on-demand global register allocation from
172 R_MMIX_BASE_PLUS_OFFSET relocs.
173 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
174 mmix_set_reg_section_vma. Call
175 _bfd_mmix_finalize_linker_allocated_gregs.
176 (mmix_before_allocation): New function.
177 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
178 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
179 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
180 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
181 before .MMIX.reg_contents.
182 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
183 (mmo_after_open): New function.
184 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
185 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
186 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
187
3b16e843
NC
1882002-01-31 Ivan Guzvinec <ivang@opencores.org>
189
190 * emulparams/or32.sh: New file.
191 * emulparams/or32elf.sh: New file.
192 * scripttempl/or32.sc: New file.
193 * configure.tgt : Add support for or32.
194 * configure: Regenerate
195 * Makefile.am: Add support for or32.
196 * Makefile.in: Regenerate.
197 * NEWS: Mention support for or32.
198 * po/ld.pot: Regenerate.
199
f744d540
CD
2002002-01-29 Chris Demetriou <cgd@broadcom.com>
201 Mitch Lichtenberg <mpl@broadcom.com>
202
203 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
204 * emultempl/mipself.em: New file to handle MIPS ELF embedded
205 reloc creation (ld --embedded-relocs).
206
4867be41
DJ
2072002-01-27 Daniel Jacobowitz <drow@mvista.com>
208
209 * configure: Regenerated.
210
cd8e197b
HPN
2112002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
212
213 * Makefile.am (install): Depend on install-info.
214 * Makefile.in: Regenerate.
215
9cb61eab
AM
2162002-01-26 Christian Rose <menthos@menthos.com>
217
218 * ldmain.c (main): Use full sentences to ease translation.
219
1caa7b23
NC
2202002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
221
222 * po/fr.po: Updated version.
223
1ddbd152
NC
2242002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
225
226 * po/es.po: Updated version.
227
1e84433f
AJ
2282002-01-25 Andreas Jaeger <aj@suse.de>
229
230 * ldlex.l (yy_input): Correct error check.
231
6d39955e
AM
2322002-01-25 Alan Modra <amodra@bigpond.net.au>
233
234 * ldmisc.c (demangle): Put back dots when string not demangled.
235
a9ed1e1b
RH
2362002-01-22 Richard Henderson <rth@redhat.com>
237
238 * emulparams/elf64alpha.sh (NOP): Use unop.
239
968ec2b9
AJ
2402002-01-21 Andreas Jaeger <aj@suse.de>
241
242 * ldlex.l: Use fread instead of read.
243
9596feea
JT
2442002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
245
246 * configure.tgt (ia64-*-netbsd*): New target.
247
493a6d47
L
2482002-01-21 H.J. Lu <hjl@gnu.org>
249
250 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
251 0.
252 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
253
2a538ba5
AJ
2542002-01-18 Andreas Jaeger <aj@suse.de>
255
256 * ldver.c (ldversion): Update year.
257
328577ad
NC
2582002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
259
260 * po/ld.pot: Regenerate.
261
1f808cd5
AM
2622002-01-16 Alan Modra <amodra@bigpond.net.au>
263
264 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
265 * Makefile.in: Regenerate.
266 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
267 * emultempl/ppc64elf.em: New file.
268
335c5610
DD
2692002-01-15 DJ Delorie <dj@redhat.com>
270
271 * scripttempl/pe.sc: Add support for constructor priorities.
272
c40bbade
DC
2732002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
274
275 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
276 * emulparams/avr23xx.sh: Likewise.
277 * emulparams/avr4433.sh: Likewise.
278 * emulparams/avr44x4.sh: Likewise.
279 * emulparams/avr85xx.sh: Likewise.
280 * emulparams/avrmega103.sh: Likewise.
281 * emulparams/avrmega161.sh: Likewise.
282 * emulparams/avrmega603.sh: Likewise.
283 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
284
34efb449
AO
2852002-01-08 Alexandre Oliva <aoliva@redhat.com>
286
287 * ldlang.c (walk_wild_section): Exclude object file if enclosing
288 archive is excluded.
289
8d05742f
JT
2902002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
291
292 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2a538ba5 293 (eshelf_nbsd.c): New rule.
8d05742f
JT
294 (eshlelf_nbsd.c): New rule.
295 * Makefile.in: Regenerate.
296 * configure.tgt (sh*le-*-netbsdelf*): New target.
297 (sh*-*-netbsdelf*): New target.
298 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
299 * ld/emulparams/shelf_nbsd.sh: New emulation.
300 * ld/emulparams/shlelf_nbsd.sh: New emulation.
301
be2d1673
NC
3022002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
303
304 * po/es.po: New file: Spanish translation.
305 * configure.in (ALL_LINGUAS): Add es.
306 * configure: Regenerate.
307
dbab7a7b
NC
3082002-01-06 John Marshall <jmarshall@acm.org>
309
310 * ld.texinfo: Note that --emit-relocs is currently only
311 implemented for ELF.
312
3dfe7a8c
AM
3132002-01-05 Alan Modra <amodra@bigpond.net.au>
314
315 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
316 of bfd_section_list_remove and bfd_section_list_insert macros.
317 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
318 * emultempl/mmo.em (mmo_place_orphan): Likewise.
319
8a8b2d4b
AJ
3202002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
321
322 * configure.tgt (x86_64-*-netbsd*): New target.
323
9a4c7f16
TR
3242001-12-21 Tom Rix <trix@redhat.com>
325
8a8b2d4b 326 (gld*_create_output_section_statements): New function.
9a4c7f16
TR
327 For -binitfini support.
328 * emultempl/aix.em (gld*_before_parse): Fix comment.
329 * emultempl/aix.em (gld*_parse_args): Fix comment.
330
3695c299
AM
3312001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
332
cf86e6df
AM
333 * configure.tgt (mips*-dec-netbsd*): Delete alias for
334 mips*el-*-netbsd*.
335 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
336
3695c299
AM
337 * configure.tgt (arm-*-netbsdelf*): Add target.
338 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
339 * emulparams/armelf_nbsd.sh: Added.
340 * Makefile.am: Add rules for earmelf_nbsd.
341 * Makefile.in: Regenerate.
342
97cb79ae
AJ
3432001-12-19 Andreas Jaeger <aj@suse.de>,
344 Susanne Oberhauser <froh@suse.de>
345
346 * configure.host: Add rules for x86_64-*linux-gnu. Change
347 s390x-linux entry to use gcc to report configuration, replace gcc
348 with $CC in s390-linux
349
9d201f2f
AJ
3502001-12-19 Andreas Jaeger <aj@suse.de>
351
352 * ld.texinfo (VERSION): Fix markup.
353
0b69cd08
MG
3542001-12-18 matthew green <mrg@eterna.com.au>
355
356 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
357 (m68kelfnbsd.c): New rule.
358 * Makefile.in: Regenerate.
359 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
360 (m68*-*-netbsd*4k*): .. this.
361 (m68*-*-netbsdelf*): New target.
362 (m68*-*-netbsd*): Also include ELF support.
363 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
364 * emulparams/m68kelfnbsd.sh: New emulation.
365
6b9b879a
JJ
3662001-12-18 Jakub Jelinek <jakub@redhat.com>
367
368 * ldgram.y (vers_node): Support anonymous version tags.
369 * ldlang.c (lang_register_vers_node): Ensure anonymous version
370 tag is not defined together with non-anonymous versions.
371 * ld.texinfo: Document it.
372
9fc877ed
NC
3732001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
374
375 * po/tr.po: New file: Turkish translation.
376 * configure.in (ALL_LINGUAS): Add tr.
377 * configure: Regenerate.
378
fc18a3f3
RH
3792001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
380
381 * Makefile.am: Add rules for eelf64alpha_nbsd.
382 * Makefile.in: Regenerate.
383 * configure.tgt (alpha*-*-netbsd*): Set
384 targ_emul to elf64alpha_nbsd.
385 * emulparams/elf64alpha_nbsd.sh: Added.
386
76f63e91
AM
3872001-12-17 Alan Modra <amodra@bigpond.net.au>
388
389 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
390 section_tail when fiddling with section list.
391 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
392 broken into separate strings to make translation easier.
393 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
394 fiddling with section list.
395 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
396
d03b89bd
HPN
3972001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
398
399 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
400
320fec9a
AM
4012001-12-15 Alan Modra <amodra@bigpond.net.au>
402
403 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
404
65765700
JJ
4052001-12-13 Jakub Jelinek <jakub@redhat.com>
406
407 * emultempl/elf32.em (finish): Supply output_bfd
408 to bfd_elf*_discard_info.
409 (OPTION_EH_FRAME_HDR): Define.
410 (longopts): Add --eh-frame-hdr.
411 (parse_args): Handle it.
412 (list_options): Add --eh-frame-hdr to help.
413 * emultempl/hppaelf.em (finish): Supply output_bfd
414 to bfd_elf*_discard_info.
415 * scripttempl/elf.sc (.eh_frame_hdr): Add.
416
89894c62
AM
4172001-12-13 Alan Modra <amodra@bigpond.net.au>
418
419 * lexsup.c (parse_args): Don't pass shortopts to second call to
420 getopt functions. Restore optind rather than decrementing before
421 second call. Remove errind as it now duplicates last_optind.
422
583f1926
CF
4232001-12-11 Christopher Faylor <cgf@redhat.com>
424
425 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
426
93fbbb04
GK
4272001-12-07 Geoffrey Keating <geoffk@redhat.com>
428 Richard Henderson <rth@redhat.com>
429
430 * Makefile.am: Add support for xstormy16.
431 * configure.tgt: Add support for xstormy16.
432 * Makefile.in: Regenerate.
433 * emulparams/elf32xstormy16.sh: New file.
434 * scripttempl/xstormy16.sc: New file.
435
583f1926
CF
4362001-10-01 Christopher Faylor <cgf@cygnus.com>
437
fc18a3f3
RH
438 * Makefile.in (LIB_PATH): Make configurable.
439 (GENSCRIPTS): Set LIB_PATH in environment.
440 * configure.in: Substitute LIB_PATH.
441 * configure: Regenerate.
442 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
443 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
583f1926 444
ff291a48
NC
4452001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
446
447 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
448 describing the -N option so that it is easier to translate into
449 foreign languages.
450
e3c8793a
NC
4512001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
452
453 * emultempl/pe.em (..._list_options): Replace multiple fprintf
454 statements describing a single option with a single, newline
455 escaped fprintf. This allows better translation into other
456 languages.
9d201f2f 457
fc18a3f3
RH
458 * ldmain.c (add_archive_element): Combine multiple strings
459 into a single string to permit better translation into other
460 languages.
e3c8793a 461
f2eab0af
TR
4622001-12-05 Tom Rix <trix@redhat.com>
463
464 * Makefile.am: Remove eaixppc64.
9d201f2f 465 * Makefile.in: Regenerate.
f2eab0af 466
249172c3
TR
4672001-12-04 Tom Rix <trix@redhat.com>
468
9d201f2f 469 * emultempl/aix.em (choose_target): Change default target to
249172c3
TR
470 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
471 warning.
472 (gld*_read_file): Fix typo.
473 (change_symbol_mode): Add prototype.
474 (is_syscall): Same.
9d201f2f 475
249172c3
TR
476 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
477 * emulparams/aixrs6.sh : Same.
478 * emulparams/ppcmacos.sh : Same.
479 * emulparams/aixppc64.sh : Delete file.
480 * emultempl/aix.em : Formatting changes.
481
5b5cd1b0
HPN
4822001-12-04 Hans-Peter Nilsson <hp@axis.com>
483
484 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
485 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
486 __Sbss.
487 (OTHER_END_SYMBOLS): Fix formatting.
488 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
489 (OTHER_END_SYMBOLS): Fix formatting.
490
7cecdbff
AM
4912001-12-04 Alan Modra <amodra@bigpond.net.au>
492
493 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
494
742aeb63 4952001-12-02 Tom Rix <trix@redhat.com>
7cecdbff 496
742aeb63 497 * configure.tgt : Remove eaixppc64 emulations.
7cecdbff 498 * Makefile.in : Remove eaixppc64.c
742aeb63
TR
499 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
500 (ldemul_default_target): Same.
501 * emultempl/gld960.em (gld960_choose_target): Same.
7cecdbff
AM
502 * emultempl/gld960c.em (gld960_choose_target): Same.
503 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
742aeb63
TR
504 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
505 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
506 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
7cecdbff 507 * emultempl/aix.em (choose_target): New function. Handle emulation of
742aeb63
TR
508 -b32 and -b64.
509
48459341
L
5102001-11-27 H.J. Lu <hjl@gnu.org>
511
512 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
513 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
514 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
515 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
516 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
517 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
518 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
519 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
520
7cecdbff 521 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
48459341
L
522 is not empty.
523 (SDATA): Likewise.
524 (REL_SDATA): Likewise.
525 (REL_SBSS): Likewise.
526 (REL_SDATA2): Likewise.
527 (REL_SBSS2): Likewise.
528 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
529 (SDATA2): Likewise.
530
ecfdd20c
SC
5312001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
532
533 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
534 destructor in rom.
7cecdbff 535 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
ecfdd20c 536
da54c6eb
L
5372001-11-22 H.J. Lu <hjl@gnu.org>
538
539 * Makefile.in: Regenerated with automake based on automake
540 1.4-8 in RedHat 7.1.
541
465bc359
AM
5422001-11-22 Alan Modra <amodra@bigpond.net.au>
543
544 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
545 (config.status): Delete rule.
546 Add extra dependencies to cover sourced emulparams files.
547 * Makefile.in: Regenerate.
548
549 * scripttempl/elf.sc: Order <section>, <section>.* and
550 corresponding linkonce sections as seen in input files.
551 Formatting fixes. Zero vma of all sections if not relocating.
552 (STACK): Define and insert if STACK_ADDR defined.
553 (OTHER_RELOCATING_SECTIONS): Delete.
554 (OTHER_END_SYMBOLS): Define.
555 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
556 (OTHER_READWRITE_SECTIONS): Likewise.
557 (OTHER_GOT_SECTIONS): Likewise.
558 (OTHER_SDATA_SECTIONS): Likewise.
559 (OTHER_BSS_SECTIONS): Likewise.
560 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
561 (OTHER_READWRITE_SECTIONS): Likewise.
562 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
563 (OTHER_READWRITE_SECTIONS): Likewise
564
565 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
566 (STACK_ADDR): Define.
567 * emulparams/armelf_oabi.sh: As for armelf.sh.
568 * emulparams/elf32mcore.sh: As for armelf.sh.
569 * emulparams/h8300elf.sh: As for armelf.sh.
570 * emulparams/mn10200.sh: As for armelf.sh.
571 * emulparams/shelf.sh: As for armelf.sh.
572
573 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
574 (OTHER_END_SYMBOLS): Define.
575 * emulparams/m32relf.sh: As for elf32fr30.sh.
576 * emulparams/h8300helf.sh: As for elf32fr30.sh.
577 * emulparams/h8300self.sh: As for elf32fr30.sh.
578
579 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
580 defines with RELOCATING test.
581 (OTHER_SDATA_SECTIONS): Likewise.
582 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
583 (OTHER_END_SYMBOLS): ..this.
584 * emulparams/crislinux.sh: As for criself.sh.
585
586 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
587 if not relocating.
588 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
589 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
590 normal and linkonce sections as seen in input files.
591 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
592 (TEXT_DYNAMIC): Likewise.
593 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
594 (OTHER_SDATA_SECTIONS): Likewise.
595 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
596 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
597 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
598 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
599 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
600 (OTHER_PLT_RELOC_SECTIONS): Likewise.
601 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
602 sections as seen in input files.
603 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
604 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
605 if not relocating.
606 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
607 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
608 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
609 (OTHER_SECTIONS): Instead, use this..
610 (OTHER_END_SYMBOLS): ..and this.
611
612 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
613 * emulparams/elf32bsmip.sh: Likewise.
614 * emulparams/elf32btsmip.sh: Likewise.
615 * emulparams/elf32ebmip.sh: Likewise.
616 * emulparams/elf32lmip.sh: Likewise.
617 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
618 * emulparams/elf32lsmip.sh: Likewise.
619 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
620 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
621 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
622 * emulparams/elf64btsmip.sh: Likewise.
623 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
624 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
625 * emulparams/elf32ppclinux.sh: Likewise.
626 * emulparams/elf32ppcsim.sh: Likewise.
627 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
628 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
629 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
630 * emulparams/h8300self.sh: Likewise.
631 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
632 * emulparams/sh.sh: Comment.
633 * emulparams/shl.sh: Source sh.sh, remove duplicates.
634 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
635 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
636
abc6ab0a
AM
6372001-11-21 David Heine <dlheine@tensilica.com>
638 Alan Modra <amodra@bigpond.net.au>
639
640 * ldlang.c (map_input_to_output_sections): Replace "break"
641 accidentally removed with 2001-08-03 change.
642 (lang_gc_sections_1): Likewise.
643
2181f54f
AM
6442001-11-21 Alan Modra <amodra@bigpond.net.au>
645
646 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
647
ca0b5847
AM
6482001-11-20 Angela Marie Thomas <angela@redhat.com>
649
650 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2181f54f
AM
651 of false when calling lang_size_sections.
652 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
ca0b5847 653
c56feb2b
AM
6542001-11-15 Alan Modra <amodra@bigpond.net.au>
655
656 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
657 function when LDEMUL_FINISH isn't set to the same name. Don't
658 call ${LDEMUL_FINISH}.
659 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
660 * emultempl/armelf.em (arm_elf_finish): Call
661 gld${EMULATION_NAME}_finish.
662 * emultempl/hppaelf.em (hppaelf_finish): Rename to
663 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
664 hppaelf_layout_sections_again if necessary.
665 (need_laying_out): New var.
666 (hppaelf_layaout_sections_again): Rename to
667 hppaelf_layout_sections_again. Clear need_laying_out.
668 (PARSE_AND_LIST_OPTIONS): Format text.
669
a48ca7f2
L
6702001-11-14 H.J. Lu <hjl@gnu.org>
671
672 * emultempl/armelf.em (arm_elf_finish): Renamed from
673 gld${EMULATION_NAME}_finish.
674 (LDEMUL_FINISH): Set to arm_elf_finish.
675
73d074b4
DJ
6762001-11-14 Daniel Jacobowitz <drow@mvista.com>
677
678 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
679 (struct ld_emulation_xfer_struct): Use it.
680
3b16e843 6812001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
fc65c602 682
465bc359 683 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
fc65c602
JL
684 additional symbols referenced by newer crt0.o files from HP.
685
f11b7027
NC
6862001-11-12 Anthony Green <green@redhat.com>
687
688 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
689
3bf2994f
AM
6902001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
691
692 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
693 * Makefile.in: Regenerate.
694
ff5dcc92
SC
6952001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
696
697 * ld.texinfo: Use @command for commands, @option for options.
698 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
699 the page man title.
700 * Makefile.in: Rebuild.
701
9fb9af6e
CD
7022001-11-04 Chris Demetriou <cgd@broadcom.com>
703
704 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
705 Add support for targets.
2181f54f 706
3c62831e
NC
7072001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
708
709 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
710 * configure: Regernate.
711 * po/fr.po: New file.
712 * po/sv.po: New file.
713
3a9091c4
NC
7142001-11-01 NIIBE Yutaka <gniibe@m17n.org>
715
716 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
717 as little endian default and to support big endian.
2181f54f 718
361b220e
CD
7192001-11-01 Chris Demetriou <cgd@broadcom.com>
720
721 * ld.texinfo (Options): Document new option, -nostdlib.
722 * lexsup.c (OPTION_NOSTDLIB): New definition.
723 (ld_options): Add entry for "nostdlib".
724 (parse_args): Handle OPTIONS_NOSTDLIB.
725 * ldfile.c (ldfile_add_library_path): Don't add directories
726 to the search path if they weren't specified on the command line
727 and -nostdlib was specified.
728 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
729
210a7bd1
NC
7302001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
731
732 * lexsup.c (parse_args): Prevent infinite parsing loop when
733 "-rpath.a" is specified on the command line.
734 Replace calls to fprintf with calls to einfo.
735
114283d8
NC
7362001-10-31 John Marshall <jmarshall@acm.org>
737
738 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
739 appear only once across all the linker scripts involved in a link
740 invocation no longer applies. Make the documentation reflect
741 that.
742
7649aa50
NC
7432001-10-31 NIIBE Yutaka <gniibe@m17n.org>
744
745 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
746 targets.
747 (sh-*-linux*): Added targ_extra_libpath.
748
6e814ff8
AM
7492001-10-31 David Heine <dlheine@tensilica.com>
750
751 * ldlang.c (lang_size_sections): Keep a valid output_offset field
752 for padding statements.
753
3c3bdf30
NC
7542001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
755
756 * configure.tgt (mmix-*-*): New target.
757 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
758 Add dependencies to match.
759 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
760 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
761 scripttempl/mmo.sc: New files.
762 * gen-doc.texi: @set MMIX.
763 * ld.texinfo: Ditto.
6e814ff8 764 [MMIX] Add MMIX node.
3c3bdf30
NC
765 * Makefile.in: Regenerate.
766
ca0c1d3e
KH
7672001-10-29 Kazu Hirata <kazu@hxi.com>
768
769 * ldlang.c: Fix a comment typo.
770
1a3d33ce
AM
7712001-10-23 Alan Modra <amodra@bigpond.net.au>
772
773 * configure.host: Move alpha*-*-linux-gnu* entry to generic
774 entries, and match *-*-linux*.
775
b47c4208
AM
7762001-10-20 Alan Modra <amodra@bigpond.net.au>
777
778 * ldgram.y (mri_script_command): Surround processing of INCLUDE
779 with ldlex_script, ldlex_popstate.
780 (ifile_p1): Likewise.
781 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
782 correct slot.
783 (lex_push_file): Save current lineno to lineno_stack. Set lineno
784 to 1. Don't BEGIN(SCRIPT).
785 (lex_redirect): Similarly.
786 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
787
fd521b47
NC
7882001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
789
790 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
791 __EH_FRAME_END__ and accept eh frames into data section.
792 Add ctor and dtor sections.
793
59d28a94
DD
7942001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
795
796 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
797 (auto-export): Fix indentation.
798
663dd378
DD
7992001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
800
801 * pe-dll.c (autofilter_objectlist): Add startup objects
802 for profiling.
803 (auto-export): Constify char * p.
6e814ff8 804 Extract file basename and use strcmp rather than ststr
663dd378
DD
805 for object lookup.
806
31d677f9
CD
8072001-10-18 Chris Demetriou <cgd@broadcom.com>
808
809 * ldmain.c (get_emulation): Improve comment about the handling
810 of -mipsN options.
811
aa200fe8
AM
8122001-10-17 Alan Modra <amodra@bigpond.net.au>
813
814 * po/POTFILES.in: Regenerate.
815
146e7110
AM
8162001-10-16 Vassili Karpov <malc@pulsesoft.com>
817
818 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
819 -z nocopyreloc and -z nocombreloc usage strings.
820
b4330e85
NC
8212001-10-12 Vassili Karpov <malc@pulsesoft.com>
822
146e7110 823 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
b4330e85
NC
824 in usage.
825
5af8a2fb
NC
8262001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
827
828 * scripttempl/armaout.sc: Place .bss section after end of aligned
829 data section to match behaviour of aout code in constructrion of
830 header.
831
5b784096
DD
8322001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
833
834 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
835 startup files for mingw32 dlls to list.
836
61585df2
CD
8372001-10-10 Chris Demetriou <cgd@broadcom.com>
838
839 * emultempl/elf32.em: Fix shell 'if' usage for portability.
840
45cf6f3e
AH
8412001-10-08 Aldy Hernandez <aldyh@redhat.com>
842
843 * configure.tgt (targ): Add arm9e-*-elf.
844
e24d7c12
L
8452001-10-05 H.J. Lu <hjl@gnu.org>
846
847 * genscripts.sh: Fix a typo in the last change.
848
ec38dd05
JJ
8492001-10-05 Jakub Jelinek <jakub@redhat.com>
850
851 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
852 -z nocombreloc in usage.
853
cedd6b0d
JB
8542001-10-03 Jim Blandy <jimb@redhat.com>
855
856 * genscripts.sh: Include a comment at the top of each generated
857 script, explaining its purpose.
858
8bd621d8
AM
8592001-10-03 Vassili Karpov <malc@pulsesoft.com>
860
861 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
862 * NEWS: Mention -z nocopyreloc.
863 * ld.texinfo (Options): Describe nocopyreloc.
864
fcd8210c
AM
8652001-10-03 Alan Modra <amodra@bigpond.net.au>
866
867 * configure: Regenerate.
868
d32820f2
AM
8692001-10-02 Alan Modra <amodra@bigpond.net.au>
870
871 * ldver.h (ld_program_version): Remove declaration.
872 * lexsup.c (parse_args): Move printing of copyright message..
873 * ldver.c (ldversion): .. to here.
874 Use BFD_VERSION_STRING in place of BFD_VERSION.
875 (ld_program_version): Remove.
876 * Makefile.am (Makefile): Depend on bfd/configure.in.
877 Run "make dep-am".
878 * Makefile.in: Regenerate.
879
af46bcdc
HPN
8802001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
881
882 * Makefile.am: Update dependencies with "make dep-am".
883 * Makefile.in: Regenerate.
884
4818e05f 8852001-09-29 John Reiser <jreiser@BitWagon.com>
862517b6 886
4818e05f
AM
887 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
888 * lexsup.c: Add --no-define-common commandline option.
889 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
890 * ldlex.l: Likewise.
891 * ld.h: Add command_line.inhibit_common_definition.
892 * ldmain.c (main): Initialize.
893 * ld.texinfo: Document.
862517b6 894
d5e0ebeb
AM
8952001-09-26 Alan Modra <amodra@bigpond.net.au>
896
897 * ldmisc.c (USE_STDARG): Remove.
898 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
899 (einfo): Likewise.
900 (minfo): Likewise.
901 (lfinfo): Likewise.
902
903 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
904 declarations. Update copyright.
905
2f8d8971
NC
9062001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
907
85c77458
NC
908 * pe-dll.c: Remove obsoleted declaration of
909 pe_get_data_import_dll_name.
910 (pe_create_import_fixup): Fix thinko.
911
2f8d8971
NC
912 * ld.texinfo(enable-auto-import): Clarify the explanation.
913
9142001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
915
916 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
917 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
918 DLL_SUPPORT controlled code.
919
72358f65 9202001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
146e7110 921
72358f65
NC
922 * emultempl/pe.em(pe_data_import_dll): Make static.
923 (pe_get_data_import_dll_name): New accessor function.
146e7110 924 * pe-dll.c(pe_create_import_fixup): call
72358f65
NC
925 pe_get_data_import_dll_name() from pe.em, instead of
926 directly accessing pe_data_import_dll variable from pe.em.
927
3882b010
L
9282001-09-18 Bruno Haible <haible@clisp.cons.org>
929
930 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
931 (def_file_add_directive): Use ISSPACE instead of isspace.
932 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
933 isdigit/isxdigit/isalpha/isalnum.
934 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
935 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
936 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
937 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
938 isalnum.
939 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
940 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
941 isupper/tolower.
942 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
943 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
944 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
945 (ctor_prio): Use ISDIGIT instead of isdigit.
946 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
947 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
948 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
949 isupper/tolower.
950 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
951 (stricpy): Use TOLOWER instead of isupper/tolower.
952 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
953 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
954 (lex_warn_invalid): Use ISPRINT instead of isprint.
955 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
956 (main): For gettext, also set the LC_CTYPE locate facet.
957 (add_keepsyms_file): Use ISSPACE instead of isspace.
958 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
959 (is_num, parse_args): Use ISDIGIT instead of isdigit.
960 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
961 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
962 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
963 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
964 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
965 (quoteput): Use ISSPACE instead of isspace.
966 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
967 instead of isalnum.
968
db09f25b
AM
9692001-09-18 Alan Modra <amodra@bigpond.net.au>
970
971 * deffilep.y (def_stash_module): Constify "name" param.
972
973 * pe-dll.c: Replace CONST with const throughout.
974 (quick_symbol): Constify "n1", "n2", "n3" params.
975 (make_singleton_name_thunk): Constify "import" param. Make
976 "buffer_len" a size_t.
977 (make_import_fixup_entry): Constify "name", "fixup_name",
978 "dll_symname" params.
979 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
980 (pe_get32): Likewise.
981 (pe_implied_import_dll): Likewise.
982
983 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
984 (sort_by_section_name): Likewise.
985
986 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
987 (make_import_fixup): Cast printf arg, rel->address to long rather
988 than int.
989 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
990
74699268
AM
9912001-09-15 Alan Modra <amodra@bigpond.net.au>
992
993 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
994 defines BufferSize. Increase buffer size by one.
995
775cabad
NC
9962001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
997
998 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
999
056a1d49
NC
10002001-09-14 Kevin Lo <kevlo@openbsd.org>
1001
1002 * configure.tgt: Add arm-openbsd target.
1003
a7d792bb
L
10042001-09-12 H.J. Lu <hjl@gnu.org>
1005
1006 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
1007 eelf64lppc.o to ...
1008 (ALL_64_EMULATIONS): Here.
1009 * Makefile.in: Regenerated.
1010
0d888aac
CW
10112001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1012
1013 * emultempl/pe.em(make_import_fixup): change signature to
1014 take asection as well as arelec; we need this for proper
146e7110 1015 error reporting. Only call pe_create_import_fixup() if
0d888aac
CW
1016 there is no attempt to add a constant addend to the reloc;
1017 otherwise, report error condition.
1018 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
1019 since final argument is a pointer to make_import_fixup().
1020 Change call to cb() to match make_import_fixup() signature.
1021 (make_import_fixup_mark): make buffer_len unsigned.
1022 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
1023
10242001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
1025
1026 * ld.texinfo: add verbose documentation for auto-import
146e7110 1027 direct-addressing workaround, to compliment the terse
0d888aac
CW
1028 error message.
1029
cedacdc0
CM
10302001-09-12 Andrew MacLeod <amacleod@redhat.com>
1031
146e7110 1032 * scripttempl/v850.sc: Add gcc_except_table sections.
cedacdc0 1033
3b16e843 10342001-09-11 Jeffrey A Law (law@cygnus.com)
38be0bb1
JL
1035
1036 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
1037 * emulparams/h8300self.sh: Similarly.
1038
559e4713
NC
10392001-09-05 Danny Smith <dannysmith@users.souceforge.net>
1040
1041 * ld.texinfo (Options, --stack): Correct default value for stack
1042 reserve.
1043
1fdf0249
TR
10442001-09-05 Tom Rix <trix@redhat.com>
1045
1046 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
146e7110 1047
9b5799b8
AJ
10482001-09-03 Andreas Jaeger <aj@suse.de>
1049
1050 * emultempl/beos.em: Declare prototypes for comparions functions,
1051 adjust definitions.
1052
48f6162b
AJ
10532001-09-02 Andreas Jaeger <aj@suse.de>
1054
1055 * emultempl/aix.em: Add missing prototype.
1056 * emultempl/lnk960.em: Likewise.
1057 * emultempl/vanilla.em: Likewise.
1058 * emultempl/armcoff.em: Likewise.
1059 * emultempl/armelf_oabi.em: Likewise.
1060 * emultempl/beos.em: Likewise.
1061 * emultempl/gld960c.em: Likewise.
1062 * emultempl/gld960.em: Likewise.
1063
1064 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
1065 for prototype declaration.
1066
39e5585e
EC
10672001-08-31 Eric Christopher <echristo@redhat.com>
1068 Jason Eckhardt <jle@redhat.com>
1069
1070 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
1071
3fc90ddb
AJ
10722001-08-31 Andreas Jaeger <aj@suse.de>
1073
1074 * emultempl/pe.em: Add missing prototypes.
1075 (gld_${EMULATION_NAME}_after_open): Remove extra args to
1076 pe_find_data_imports.
1077 (pr_sym): Add unused attribute.
1078
d43ded80
PB
10792001-08-29 Joel Sherrill <joel@OARcorp.com>
1080
39e5585e 1081 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
d43ded80
PB
1082 default from coff to elf.
1083
3946dd2f
JL
10842001-08-29 Jeff Law <law@redhat.com>
1085
1086 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
1087 ARCH specification.
1088 * emulparams/h8300self.sh: Similarly.
1089
3b16e843 10902001-08-28 J"orn Rennecke <amylaar@redhat.com>
8af6dd41
JR
1091
1092 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
1093 eh8300self.o .
1094 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
1095 * configure.tgt (h8300-*-elf*): New case.
1096 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
1097 * emulparams/h8300self.sh: New file.
1098 * Makefile.in: Regenerated.
1099
70d0c6e9
NC
11002001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
1101
1102 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
1103 with macro name.
1104
5c67d4bb
AM
11052001-08-27 Linus Nordberg <linus@swox.com>
1106 Alan Modra <amodra@bigpond.net.au>
1107
1108 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
1109 (eelf64ppc.c, eelf64lppc.c): Add make targets.
1110 Run "make dep-am"
1111 * Makefile.in: Regenerate.
1112 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
1113 entries to correct alphabetical position.
1114 * emulparams/elf64ppc.sh: New.
1115 * emulparams/elf64lppc.sh: New.
1116
08131015
NC
11172001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
1118
1119 * ldmain.c (main): Declare BSIZE as static.
1120
db6751f2
JJ
11212001-08-23 Jakub Jelinek <jakub@redhat.com>
1122
1123 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
1124 into .rel.dyn resp. .rela.dyn if combreloc.
1125 (get_script): If .x linker script is equal to .xn, only put it
1126 once into the binary.
1127 Add .xc and .xsc scripts.
1128 (parse_args): Handle -z combreloc and -z nocombreloc.
1129 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
1130 For .xc and .xsc scripts put all .rel* or .rela* input sections
1131 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
1132 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
1133 is elf.
1134 Strip trailing whitespace from script.
1135 Generate .xc and .xsc scripts if requested.
1136 * ldmain.c (main): Initialize link_info.combreloc and
1137 link_info.spare_dynamic_tags.
1138 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
1139 (ld_options): Add --spare-dynamic-tags option.
1140 (parse_args): Likewise.
1141 * ld.texinfo: Document -z combreloc and -z nocombreloc.
1142 * ldint.texinfo: Document .xc and .xsc linker scripts.
1143 * NEWS: Add notes about -z combreloc and SHF_MERGE.
1144
63d069c0
L
11452001-08-22 H.J. Lu <hjl@gnu.org>
1146
1147 * emulparams/elf32fr30.sh: Add a newline.
1148
948f9114
AJ
11492001-08-21 Andreas Jaeger <aj@suse.de>
1150
1151 * deffilep.y: Add missing prototypes.
1152 * pe-dll.c: Likewise.
1153
ae7fb08f
AM
11542001-08-20 Alan Modra <amodra@bigpond.net.au>
1155
2af02257
AM
1156 * ldlang.c (insert_pad): Fix typos in last patch.
1157
1158 * ldlang.c: When traversing lang_statement_union_type lists,
1159 consistently use "header.next" rather than "next".
1160 * mpw-eppcmac.c: Likewise.
1161 * emultempl/beos.em: Likewise.
1162 * emultempl/hppaelf.em: Likewise.
1163 * emultempl/pe.em: Likewise.
1164 * ldlang.h (union lang_statement_union): Remove "next" field.
1165
c0c330a7
AM
1166 * ldlang.c (insert_pad): Use offsetof macro.
1167 (lang_size_sections): Always neuter padding statements.
1168 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
1169
ae7fb08f
AM
1170 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
1171 passed to lang_size_sections.
1172 (pe_exe_fill_sections): Likewise.
1173 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
1174 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
1175
fab80407
AM
11762001-08-18 Alan Modra <amodra@bigpond.net.au>
1177
1178 * emultempl/aix.em: Formatting fixes.
1179
b3327aad
AM
11802001-08-18 Alan Modra <amodra@bigpond.net.au>
1181
1182 * ldlang.c (insert_pad): Make use of an existing pad statement if
1183 available. Move code calculating alignment, adjusting section
1184 alignment power, and adjusting dot to ..
1185 (size_input_section): .. here. Remove unused relax param.
1186 (lang_size_sections): Change boolean `relax' param to boolean *.
1187 Adjust call to size_input_section. Make use of insert_pad to
1188 place pad after the assignment statement. If relaxing, zap
1189 padding statements.
1190 (reset_memory_regions): Reset output_bfd section sizes too.
1191 (relax_again): Move to..
1192 (lang_process): ..here. Adjust call to lang_size_sections, and
1193 remove duplicated code.
1194 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
1195
563e308f
AM
11962001-08-17 Alan Modra <amodra@bigpond.net.au>
1197
1198 * ld.texinfo: Document that fill values now use the four least
1199 significant bytes.
1200 * emulparams/elf32fr30.sh (NOP): Update.
1201 * emulparams/elf32mcore.sh: Likewise.
1202 * emulparams/elf64_s390.sh: Likewise.
1203 * emulparams/elf_i386.sh: Likewise.
1204 * emulparams/elf_i386_be.sh: Likewise.
1205 * emulparams/elf_i386_chaos.sh: Likewise.
1206 * emulparams/elf_i386_ldso.sh: Likewise.
1207 * emulparams/elf_s390.sh: Likewise.
1208 * emulparams/elf_x86_64.sh: Likewise.
1209 * emulparams/i386moss.sh: Likewise.
1210 * emulparams/i386nw.sh: Likewise.
1211 * emulparams/m68kelf.sh: Likewise.
1212 * scripttempl/elf.sc: Update NOP comment.
1213 * scripttempl/elfi370.sc: Likewise.
1214 * scripttempl/elfm68hc11.sc: Likewise.
1215 * scripttempl/elfm68hc12.sc: Likewise.
1216 * scripttempl/nw.sc: Likewise.
1217
b90e1c6f
TR
12182001-08-15 Tom Rix <trix@redhat.com>
1219
1220 * ldgram.y (saved_script_handle): Initialize to NULL.
1221 * ldmain.c (main): Change check on saved_script_handle.
948f9114 1222
39dcfe18
AM
12232001-08-14 Alan Modra <amodra@bigpond.net.au>
1224
cde43e70
AM
1225 * emultempl/elf32.em: Formatting fixes.
1226 (output_prev_sec_find): Test for bfd_ind_section too; do so by
1227 looking at sec->owner.
1228 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
1229 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
1230 unused code, and reorganize orphan section placement code.
1231
39dcfe18
AM
1232 * ldlang.c (wild_doit): Rename to lang_add_section.
1233 * ldlang.h: Here too.
1234 * mpw-elfmips.c: And here.
1235 * emultempl/beos.em: And here.
1236 * emultempl/elf32.em: And here.
1237 * emultempl/hppaelf.em: And here.
1238 * emultempl/pe.em: And here.
1239
908d20b3
RH
12402001-08-13 Richard Henderson <rth@redhat.com>
1241
1242 * emultempl/needrelax.em: New file.
1243 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
1244 * Makefile.am (eelf64_ia64.c): Depend on it.
1245 * Makefile.in: Rebuild.
1246
0f33d40b
AM
12472001-08-13 Alan Modra <amodra@bigpond.net.au>
1248
22af9fd3
AM
1249 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
1250 output_section is set non-NULL.
1251
0f33d40b
AM
1252 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
1253 `true' for SEC_EXCLUDE sections so that the generic code doesn't
1254 needlessly create an output_section_statement. Treat a correctly
1255 named output_section_statement with NULL bfd_section as compatible.
1256
55ab6103
HPN
12572001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
1258
1259 * emultempl/generic.em: Support EXTRA_EM_FILE.
1260 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
1261 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1262 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1263 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1264 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1265 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1266 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1267 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1268 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1269 LDEMUL_FIND_POTENTIAL_LIBRARIES.
1270
24098abb
RH
12712001-08-12 Richard Henderson <rth@redhat.com>
1272
1273 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
1274 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
1275 scripttempl/v850.sc: Keep .jcr data.
1276
b9a8de1e 12772001-08-12 H.J. Lu <hjl@gnu.org>
146e7110
AM
1278 Andrew Haley <aph@cambridge.redhat.com>
1279 Nick Clifton <nickc@redhat.com>
b9a8de1e 1280
146e7110 1281 * ldgram.y (had_script): Change name to saved_script_handle.
b9a8de1e
NC
1282 Change type to file handle.
1283 * ld.h (had_script): Rename and retype.
1284 * ldfile.c (ldfile_open_command_file): Save the file handle
1285 used in saved_script_handle.
1286 * lexsup.c (parse_args): Do not allow -c option to alter
1287 saved_script_handle.
1288 * ldmain.c (main): Print out the linker script used if
1289 --verbose is given. Check saved_script_handle to obtain the
1290 external linker script used, or if NULL, dump the builtin
1291 script.
1292 * ld.texinfo: Document that --verbose now dumps the linker
1293 script used, regardless of whether it was an internal or an
1294 external script.
1295
0218d1e4
AJ
12962001-08-10 Andreas Jaeger <aj@suse.de>
1297
1298 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1299 to build warnings.
1300 * configure: Regenerate.
1301
5253f23b
AM
13022001-08-09 Alan Modra <amodra@bigpond.net.au>
1303
73810896
AM
1304 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
1305
5253f23b
AM
1306 * scripttempl/elf.sc: Move non-text .dynamic section before
1307 .plt/.got/.sdata* group.
1308 (OTHER_GOT_SECTIONS): Move to immediately after .got.
1309 (OTHER_SDATA_SECTIONS): Add.
1310 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
1311 OTHER_GOT_SECTIONS.
1312 * emulparams/crislinux.sh: Likewise.
1313 * emulparams/elf32b4300.sh: Likewise.
1314 * emulparams/elf32bmip.sh: Likewise.
1315 * emulparams/elf32bmipn32.sh: Likewise.
1316 * emulparams/elf32bsmip.sh: Likewise.
1317 * emulparams/elf32btsmip.sh: Likewise.
1318 * emulparams/elf32ebmip.sh: Likewise.
1319 * emulparams/elf32elmip.sh: Likewise.
1320 * emulparams/elf32l4300.sh: Likewise.
1321 * emulparams/elf32lmip.sh: Likewise.
1322 * emulparams/elf32lsmip.sh: Likewise.
1323 * emulparams/elf32ltsmip.sh: Likewise.
1324 * emulparams/elf64bmip.sh: Likewise.
1325 * emulparams/elf64btsmip.sh: Likewise.
1326 * emulparams/elf64ltsmip.sh: Likewise.
1327
179c732c
AM
13282001-08-08 Alan Modra <amodra@bigpond.net.au>
1329
1330 * genscripts.sh: Source the emulparams script before each output
1331 script is generated so that variables like `RELOCATING' may affect
1332 variables defined in the emulparams script.
1333
3fd36710
AM
13342001-08-04 Alan Modra <amodra@bigpond.net.au>
1335
20713691
AM
1336 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
1337 order.
1338
3fd36710
AM
1339 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
1340 ie. iterate over wild_statement.section_list.
1341 (gld${EMULATION_NAME}_place_orphan): Likewise.
1342
de0b1853
SC
13432001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1344
1345 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
1346 .fini[0-4] sections used by _exit
1347 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
1348 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
1349 * scripttempl/elfm68hc11.sc: Likewise.
1350
ff7e6f88
L
13512001-08-03 H.J. Lu <hjl@gnu.org>
1352
1353 * emultempl/beos.em (init): Add the missing initialization.
1354
b6bf44ba
AM
13552001-08-03 Alan Modra <amodra@bigpond.net.au>
1356
1357 * ld.texinfo (Input Section Basics): Clarify ordering of output
1358 sections.
1359 * ldlang.c (callback_t): Add wildcard_list param.
1360 (walk_wild_section): Remove "section" param. Rewrite for
1361 lang_wild_statement_type change. Remove unique_section_p test.
1362 (walk_wild_file): Remove "section" param.
1363 (walk_wild): Remove "section" and "file" params.
1364 (lang_gc_wild): Likewise.
1365 (wild): Likewise. Modify for lang_wild_statement_type change.
1366 (wild_sort): Likewise. Add "sec" param.
1367 (gc_section_callback): Likewise.
1368 (output_section_callback): Likewise. Do unique_section_p test.
1369 (map_input_to_output_sections): Modify call to wild.
1370 (lang_gc_sections_1): Likewise.
1371 (print_wild_statement): Modify for lang_wild_statement_type
1372 change.
1373 (lang_add_wild): Replace filename, filenames_sorted param with
1374 filespec. Replace section_name, sections_sorted,
1375 exclude_filename_list with section_list.
1376 * ldlang.h (lang_add_wild): Here too.
1377 (lang_wild_statement_type): Replace section_name, sections_sorted,
1378 and exclude_filename_list with section_list.
1379 * ldgram.y (current_file): Delete.
1380 (%union): Add wildcard_list.
1381 (file_NAME_list): Set type to wildcard_list. Build a linked list
1382 rather than calling lang_add_wild for each entry.
1383 (input_section_spec_no_keep): Call lang_add_wild here instead.
1384 * ld.h (struct wildcard_list): Declare.
1385 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
1386
b044cda1
CW
13872001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
1388
1389 * ldmain.c (main): initialize link_info.pei386_auto_import
1390 * pe-dll.c: new tables for auto-export filtering
1391 (auto_export): change API, pass abfd for contextual filtering.
b6bf44ba 1392 Loop thru tables of excluded symbols instead of comparing
b044cda1
CW
1393 "by hand".
1394
13952001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
1396
b6bf44ba
AM
1397 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
1398 static variable current_sec (static struct sec *). Add
b044cda1 1399 forward declaration for add_bfd_to_link.
b6bf44ba
AM
1400 (process_def_file): Don't export undefined symbols. Do not
1401 export symbols starting with "_imp__". Call auto_export()
b044cda1
CW
1402 with new API.
1403 (pe_walk_relocs_of_symbol): New function.
1404 (generate_reloc): add optional extra debugging
b6bf44ba 1405 (pe_dll_generate_def_file): eliminate extraneous initial blank
b044cda1 1406 line in output
b6bf44ba 1407 (make_one): enlarge symtab to make room for __nm__ symbols
b044cda1
CW
1408 (DATA auto-import support).
1409 (make_singleton_name_thunk): New function.
1410 (make_import_fixup_mark): New function.
1411 (make_import_fixup_entry): New function.
1412 (pe_create_import_fixup): New function.
b6bf44ba 1413 (add_bfd_to_link): Specify that 'name' argument is a CONST
b044cda1 1414 char *.
b6bf44ba
AM
1415 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
1416 declare new functions pe_walk_relocs_of_symbol and
b044cda1
CW
1417 pe_create_import_fixup.
1418 * emultempl/pe.em: add new options --enable-auto-import,
1419 --disable-auto-import, and --enable-extra-pe-debug.
1420 (make_import_fixup): New function.
1421 (pe_find_data_imports): New function.
1422 (pr_sym): New function.
b6bf44ba 1423 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
b044cda1
CW
1424 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
1425 CODE.
1426
14272001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
b6bf44ba 1428
b044cda1
CW
1429 * ld.texinfo: add additional documentation for
1430 --export-all-symbols. Document --out-implib,
1431 --enable-auto-image-base, --disable-auto-image-base,
b6bf44ba
AM
1432 --dll-search-prefix, --enable-auto-import, and
1433 --disable-auto-import.
b044cda1
CW
1434 * ldint.texinfo: Add detailed documentation on auto-import
1435 implementation.
1436
156e34dd
NC
14372001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1438
1439 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
1440 example.
1441
d6231427
AM
14422001-07-24 Alan Modra <amodra@bigpond.net.au>
1443
1444 * Makefile.am: Update dependencies with "make dep-am".
1445 * Makefile.in: Regenerate
1446
e14ec88b
AM
14472001-07-23 Alan Modra <amodra@bigpond.net.au>
1448
1449 * ldcref.c (check_section_sym_xref): New function.
1450 (check_nocrossrefs): Call it.
1451 (check_nocrossref): Interate over h->refs here instead of..
1452 (check_refs): ..here. Pass in the symbol name, section, and bfd
1453 rather than hash_entry pointers.
1454 (struct check_refs_info): Keep symbol name rather than hash entry.
1455 Remove "same".
1456 (check_reloc_refs): Tweak for above changes in check_refs_info.
1457 Only report references to section syms when symname is NULL to
1458 prevent duplicate messages for the same reloc.
1459
1b577b00
NC
14602001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1461
c7d701b0
NC
1462 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1463 available. Do not print NULL trees.
1464 (exp_print_token): Print unknown tokens with values > 126 as
1465 decimal values not ASCII characters.
1466
1545243b
NC
1467 * ldlang.c (lang_leave_overlay): If a region is specified assign
1468 it to all sections inside the overlay unless they have been
1469 assigned to the own, non-default, memory region.
1470
1b577b00
NC
1471 * README: Add header for consistency with other README files.
1472
5030876b
L
14732001-07-14 H.J. Lu <hjl@gnu.org>
1474
1475 * emultempl/elf32.em (output_prev_sec_find): Never return
1476 bfd_abs_section_ptr, bfd_com_section_ptr nor
1477 bfd_und_section_ptr.
1478
18c7a9a5
NC
14792001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
1480
22af9fd3 1481 * Makefile.am (em32relf.c): Change dependency from generic.em to
18c7a9a5
NC
1482 elf32.em.
1483 * Makefile.in: Regenerate.
1484
9ffecff1
MG
14852001-07-14 matthew green <mrg@eterna.com.au>
1486
1487 * configure.tgt (i386-*-netbsdelf*): New target.
1488 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
1489
95500e1c
JJ
14902001-07-13 Jakub Jelinek <jakub@redhat.com>
1491
1492 * emultempl/elf32.em (output_prev_sec_find): New.
1493 (place_orphan): Use it.
1494
e97cb84f
L
14952001-07-11 H.J. Lu <hjl@gnu.org>
1496
1497 * ldmain.c (main): Fix typos in the last change.
1498
7333607e
JJ
14992001-07-11 Jakub Jelinek <jakub@redhat.com>
1500
1501 * ldmain.c (main): Disallow -F and -f without -shared.
1502
d29d80f2
NC
15032001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1504
1505 * emultempl/pe.em (after_open): Check for the output_bfd not
1506 having any coff_data structure allocated to it.
1507
c2a1a436
DB
15082001-07-09 David O'Brien <obrien@FreeBSD.org>
1509
1510 * emultempl/elf32.em: Do not assuming that contents of the buffer
1511 returned from basename function will remain unchanged accross other
1512 function calls.
1513
63653551
L
15142001-07-03 H.J. Lu <hjl@gnu.org>
1515
1516 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
1517 2001-07-03. It creates dynamic entries even for static binaries.
1518
d303a449
L
15192001-07-03 Jakub Jelinek <jakub@redhat.com>
1520
1521 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
1522 (DYNAMIC): Use it to reserve few dynamic entries for
1523 post-linking tools.
1524
9f22353f
AM
15252001-06-27 Alan Modra <amodra@bigpond.net.au>
1526
1527 * emulparams/hppa64linux.sh: New file.
1528 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
1529 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
1530 (ehppa64linux.c): Add rule to make it.
1531 Run "make dep-am".
1532 * Makefile.in: Regenerate.
1533
62bf86b4
HPN
15342001-06-21 Hans-Peter Nilsson <hp@axis.com>
1535
1536 * ld.texinfo (Options, -r): Mention restrictions when using
1537 different object formats.
1538
429d935d
HPN
15392001-06-19 Hans-Peter Nilsson <hp@axis.com>
1540
1541 * ldlang.c (lang_check): Emit fatal error if relocatable link
1542 between different object flavours with relocations in input.
1543
cb840a31
L
15442001-06-19 H.J. Lu <hjl@gnu.org>
1545
1546 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
1547 (--version-script): Mention the language support.
1548
9bf03acc
L
15492001-06-19 H.J. Lu <hjl@gnu.org>
1550
1551 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
1552
c45021f2
NC
15532001-06-18 H.J. Lu <hjl@gnu.org>
1554
b6bf44ba
AM
1555 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
1556 (diststuff): Add $(MANS).
1557 * Makefile.in: Regenerated.
c45021f2 1558
b6bf44ba 1559 * ld.1: Removed.
c45021f2 1560
6caa99ab
HPN
15612001-06-18 Hans-Peter Nilsson <hp@axis.com>
1562
605d9b3a
HPN
1563 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
1564 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
1565 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
1566 * ld.h (args_type): Remove member export_dynamic. All users
1567 changed to use struct bfd_link_info member.
1568
6caa99ab
HPN
1569 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
1570 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
1571 * Makefile.in: Regenerate.
1572
6f9efd97
L
15732001-06-18 H.J. Lu <hjl@gnu.org>
1574
1575 * ldlang.c (init_os): Add the newline to the einfo call.
1576 (lang_check): Likewise.
1577 (lang_do_version_exports_section): Likewise.
1578
5af9fd8b
L
15792001-06-15 H.J. Lu <hjl@gnu.org>
1580
1581 * lexsup.c (parse_args); Save optind to report unrecognized
1582 option.
1583
2a096f04
HPN
15842001-06-15 Hans-Peter Nilsson <hp@axis.com>
1585
7e66c3f5
HPN
1586 * ldlang.c (lang_check): Emit fatal error if relocatable link
1587 between different object flavours.
1588
2a096f04
HPN
1589 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
1590 Set new link_info member export_dynamic.
1591 * ldmain.c (main): Initialize new link_info member export_dynamic.
1592
6770ec8c
NC
15932001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
1594
1595 * ldlang.c (walk_wild): Only call walk_wild_file if
1596 lookup_name returns something.
b6bf44ba 1597 (lookup_name): If load_symbols fails, return NULL.
22af9fd3 1598 (load_symbols): Change to a boolean function.
b6bf44ba 1599 (open_input_bfds): If load_symbols fails then do not make the
6770ec8c
NC
1600 executable.
1601
8529105a
AM
16022001-06-08 Alan Modra <amodra@bigpond.net.au>
1603
1604 * ldlang.c (record_bfd_errors): Remove.
1605
1606 * emultempl/aix.em: Fix copyright dates.
1607
8f3aa7a0
AJ
16082001-06-07 Andreas Jaeger <aj@suse.de>
1609
1610 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
1611 (TEXT_START_ADDR): Likewise.
1612
3277f888
AM
16132001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
1614
1615 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
1616
3763134d
DD
16172001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1618
1619 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
1620
5929ebc0
L
16212001-05-31 H.J. Lu <hjl@gnu.org>
1622
1623 * ldlang.c (open_input_bfds): Don't change the bfd error
1624 handler whilst loading symbols.
1625
c04a062d
NC
16262001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1627
1628 * configure.tgt: Remove i370-mvs architecture, it is not currently
1629 supported.
1630
96fcab3e
L
16312001-05-25 H.J. Lu <hjl@gnu.org>
1632
1633 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1634 like emulparams/aixppc.sh.
1635
db8d4f23
L
16362001-05-25 H.J. Lu <hjl@gnu.org>
1637
1638 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
1639 setting of output_filename after bfd_scan_arch.
1640 * emultempl/pe.em: Likewise.
1641
5f642101
L
16422001-05-25 H.J. Lu <hjl@gnu.org>
1643
1644 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1645 like emulparams/aixppc.sh.
1646
1647 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
1648 instead of ${srcdir}/emultempl/stringify.sed.
1649
64e9ece0
TW
16502001-05-25 Timothy Wall <twall@oculustech.com>
1651
1652 * emulparams/elf64_aix.sh: Change settings to match IBM linker
8f3aa7a0 1653 output.
64e9ece0 1654
c709b096
AM
16552001-05-25 Alan Modra <amodra@one.net.au>
1656
1657 * configure.host: Replace linuxoldld with linux*oldld.
1658 * configure.tgt: Likewise.
1659
6cbdcc6f
L
16602001-05-24 H.J. Lu <hjl@gnu.org>
1661
1662 * emultempl/stringify.sed: Removed again.
1663
86af25fe
L
16642001-05-24 H.J. Lu <hjl@gnu.org>
1665
1666 * emultempl/aix.em (OUTPUT_ARCH): Defined.
1667 (gld${EMULATION_NAME}_before_parse): Initialize
1668 ldfile_output_architecture, ldfile_output_machine and
1669 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
1670 * emultempl/beos.em: Likewise.
1671 * emultempl/elf32.em: Likewise.
1672 * emultempl/linux.em: Likewise.
1673 * emultempl/mipsecoff.em: Likewise.
1674 * emultempl/pe.em: Likewise.
1675 * emultempl/sunos.em: Likewise.
1676
3b1b01cf
TR
16772001-05-24 Tom Rix <trix@redhat.com>
1678
8f3aa7a0 1679 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3b1b01cf
TR
1680 udate import file format.
1681 (change_symbol_mode) New, same
1682 (is_syscall) New, same
1683 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
1684 * emulparams/aixppc64.sh : same
1685 * emulparams/aixrs6.sh : same
1686 * emulparams/ppcmacos.sh : same
1687 * emultempl/aix.em : use strtoull to parse options
1688 * Makefile.am : add eaixppc64 emulation for xcoff64
1689 * Makefile.in : same
1690 * configure.tgt : same
1691
1692 * scripttempl/aix.sc : default text section offset to 0x10000000
146e7110 1693 default data section offset to 0x20000000
3b1b01cf 1694 add .sv3264 and .sv64 pseudo sections
8f3aa7a0 1695 loader and debug sections use the currect section offset.
3b1b01cf
TR
1696
1697 * emultempl/aix.em : Add xcoff64 support
1698 Add -binitfini support
8f3aa7a0 1699 (gld${EMULATION_NAME}_before_parse) -binitfini
3b1b01cf 1700 (gld${EMULATION_NAME}_parse_args) same
8f3aa7a0 1701 (gld${EMULATION_NAME}_before_allocation) format change for special
3b1b01cf
TR
1702 sections
1703
1704 * emulparams/aixppc64.sh : New file for xcoff64 support
8f3aa7a0 1705
57e6abd2
AO
17062001-05-23 Alexandre Oliva <aoliva@redhat.com>
1707
1708 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
1709 variable to avoid non-portable shell construct.
1710
d1cf510e
NC
17112001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1712
1713 * ldmain.c (get_emulation): Add -mips5 command line argument.
1714
506eee22
NC
17152001-05-22 Alexandre Oliva <aoliva@redhat.com>
1716
1717 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
1718 (ELF_INTERPRETER_NAME): Define it.
1719 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
1720 it.
1721 * configure.tgt (targ_emul, targ_extra_emuls)
1722 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
1723 as primary, elf_i386 as extra.
1724 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
1725 (eelf_i386_ldso.c): New rule.
1726 * Makefile.in: Rebuilt.
1727
17282001-05-22 Nick Clifton <nickc@redhat.com>
1729
1730 * lexsup.c (ld_options): Allow -I to be an alias for
1731 --dynamic-linker. This is for Solaris compatability.
1732 * ld.texinfo: Document that -I can be used.
1733 * ld.1: Regenerate.
1734
d1778b88
AM
17352001-05-16 Alan Modra <amodra@one.net.au>
1736
1737 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
1738 whether an input section is the first one assigned to an output
1739 section.
1740 Assorted formatting fixes.
1741
02649152
DD
17422001-05-14 DJ Delorie <dj@delorie.com>
1743
1744 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
1745 * Makefile.in: Ditto.
1746
579f31ac
JJ
17472001-05-11 Jakub Jelinek <jakub@redhat.com>
1748
1749 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
1750 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
1751 output sections.
1752 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
1753
8550eb6e
JJ
17542001-05-11 Jakub Jelinek <jakub@redhat.com>
1755
1756 * ldlang.c (lang_process): Call bfd_merge_sections.
1757
8e5a525c
AM
17582001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1759
1760 * ldgram.y: Fix typo.
1761
1c9acd94
L
17622001-05-03 H.J. Lu <hjl@gnu.org>
1763
1764 * emultempl/elf32.em: Include "libiberty.h".
1765 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
1766 basename of the bfd filename.
1767 (gld${EMULATION_NAME}_stat_needed): Likewise.
1768 (gld${EMULATION_NAME}_try_needed): Likewise.
1769 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
1770
14fe918e
L
17712001-05-02 H.J. Lu <hjl@gnu.org>
1772
1773 * emultempl/pe.em: Include <ctype.h>.
1774
c7e40348
NC
17752001-05-02 Johan Rydberg <jrydberg@opencores.org>
1776
b6bf44ba 1777 * emulparams/elf32openrisc.sh: New file.
c7e40348 1778
b6bf44ba
AM
1779 * Makefile.am: Add OpenRISC target.
1780 * Makefile.in: Regenerated.
c7e40348 1781
b6bf44ba 1782 * configure.tgt: Add openrisc-*-* mapping.
c7e40348
NC
1783
17842001-05-02 Nick Clifton <nickc@redhat.com>
1785
1786 * emultempl/aix.em: Replace buystring with xstrdup.
1787 * emultempl/beos.em: Replace buystring with xstrdup.
8f3aa7a0 1788
d1b2b2dc
L
17892001-05-02 H.J. Lu <hjl@gnu.org>
1790
1791 * ldfile.c: Include "libiberty.h".
1792 * ldlex.l: Likewise.
1793
1794 * ldmisc.c (buystring): Removed.
1795 * ldmisc.h: Likewise.
1796
1797 * ldfile.c: Replace buystring with xstrdup.
1798 * ldlang.c: Likewise.
1799 * ldlex.l: Likewise.
1800 * ldmain.c: Likewise.
1801 * ldmisc.c: Likewise.
1802 * lexsup.c: Likewise.
1803 * mpw-eppcmac.c: Likewise.
1804
35714f2a
AJ
18052001-04-30 Andreas Jaeger <aj@suse.de>
1806
1807 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
1808
884fb58e
NC
18092001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1810
b6bf44ba
AM
1811 * ldlang.c (load_symbols): Give emulation a chance
1812 to process unrecognized file before fatal error is
1813 reported, not after.
884fb58e 1814
87748b32
NC
18152001-04-27 Sean McNeil <sean@mcneil.com>
1816
1817 * configure.tgt: Add arm-vxworks target.
1818 * scripttempl/armcoff.sc: Support .text or .data as a section name
1819 prefix.
1820 Define _etext.
35714f2a 1821
7ce691ae
C
18222001-04-13 J.T. Conklin <jtc@redback.com>
1823
1824 * ld.texinfo: Document --fatal-warnings.
1825 * ld.1: Regenerate.
1826
1827 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
35714f2a 1828 warnings have been turned into errors.
7ce691ae
C
1829 * lexsup.c (OPTION_WARN_FATAL): Define.
1830 (ld_options): Entry for --fatal-warnings.
1831 (parse_args): Handle OPTION_WARN_FATAL.
1832 * ld.h (ld_config_type): Add fatal_warnings field.
1833
f5fa8ca2
JJ
18342001-04-13 Jakub Jelinek <jakub@redhat.com>
1835
1836 * ldmain.c (main): Default to discard_sec_merge.
1837 * lexsup.c (OPTION_DISCARD_NONE): Define.
1838 (ld_options): Add --discard-none.
1839 (parse_args): Handle OPTION_DISCARD_NONE.
1840 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
1841 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
1842 all its input sections match.
1843
fdec3cfc
L
18442001-04-05 Steven J. Hill <sjhill@cotw.com>
1845
1846 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
1847 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
1848 (eelf32ltsmip.c): New target.
1849 (eelf64btsmip.c): Likewise.
1850 (eelf64ltsmip.c): Likewise.
1851 * Makefile.in: Regenerated.
1852
1853 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
1854 target.
1855 (mips*-*-linux-gnu*): Likewise.
1856
1857 * emulparams/elf32ltsmip.sh: New. Traditional little endian
1858 MIPS taget.
35714f2a 1859 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
fdec3cfc
L
1860 target.
1861 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
1862 endian target.
1863
589bad82
HPN
18642001-04-05 Hans-Peter Nilsson <hp@axis.com>
1865
1866 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
1867 correct value of __Stext here.
1868 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
1869 .startup section.
1870
1871 * emulparams/crislinux.sh: Remove FIXME.
1872
94202e16
AM
18732001-04-02 Alan Modra <alan@linuxcare.com.au>
1874
1875 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
1876 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
1877
1268a053
HPN
18782001-03-27 Hans-Peter Nilsson <hp@axis.com>
1879
1880 * configure.tgt (cris-*-*): Change default emulation to criself.
1881 (cris-*-*aout*): New rule.
1882
d85e9ff7
AM
18832001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
1884
1885 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
1886 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
1887
0879a67a
AJ
18882001-03-26 Andreas Jaeger <aj@suse.de>
1889
1890 * ld.texinfo (Overview): Fix syntax in texi code.
1891
0285c67d
NC
18922001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1893
1894 * ld.texinfo: Put @c man indications to generate the ld man page.
1895 When generating man, define all the variables. Define SEEALSO
1896 and SYNOPSIS. Re-organize some lines to avoid the cross references.
1897 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
1898 (ld.1): Generate from ld.texinfo.
1899 * Makefile.in: Regenerate.
1900
c20ec07b
NC
19012001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
1902
1903 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
146e7110 1904 and '-fdata-sections'. Set the VMA of STABS sections to zero.
c20ec07b 1905
cc5ce052
UD
19062001-03-17 Ulrich Drepper <drepper@redhat.com>
1907
1908 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
1909 is an absolute path look only for this file and not along the path.
1910
a1ab1d2a
UD
19112001-03-17 Ulrich Drepper <drepper@redhat.com>
1912
1913 * emultempl/elf32.em (OPTION_GROUP): New macro.
1914 Add new option Bgroup to longopts.
1915 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
1916 (gld*_list_options): Add -Bgroup and -z defs.
1917 * ld.1: Document -Bgroup and -z defs.
1918 * ld.texinfo: Likewise.
1919
788fca5a
MM
19202001-03-07 Michael Meissner <meissner@redhat.com>
1921
1922 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
1923 with sections created by -fdata-sections.
1924 (.dynbss,.bss): Ditto.
1925
1c7566d1
AM
19262001-03-05 Alan Modra <alan@linuxcare.com.au>
1927
1928 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
1929 after_allocation_default, not gld..._before_allocation.
1930
27b7e12d
AM
19312001-02-27 Alan Modra <alan@linuxcare.com.au>
1932
1933 * configure.in (BFD_VERSION): New.
1934 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1935 * configure: Regenerate.
1936 * Makefile.am: Run "make dep-am"
1937 * Makefile.in: Regenerate.
1938
2bc551c7
TW
19392001-02-26 Timothy Wall <twall@cygnus.com>
1940
1941 * emulparams/elf64_aix.sh: Add additional read-only sections;
1942 uncomment lines which are now required.
1943
1276aefa
NC
19442001-02-26 H.J. Lu <hjl@gnu.org>
1945
1946 * ldlang.c (open_input_bfds): Set the bfd error handler so
b6bf44ba
AM
1947 that problems can be caught whilst loading symbols.
1948 (record_bfd_errors): New function: Report BFD errors and mark
1949 the executable output as being invalid.
1276aefa 1950
41c49998
TW
19512001-02-22 Timothy Wall <twall@cygnus.com>
1952
1953 * configure.host: Add configuration for ia64-*-aix*.
1954 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
1955 Add dependencies for eelf64_aix.c.
1956 * Makefile.in: Regenerate.
1957 * configure.tgt: Add ia64-*-aix* mapping.
1958 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
a2b64bed 1959 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
0879a67a
AJ
1960 AIX-specific test.
1961
78f85fd7
L
19622001-02-20 H.J. Lu <hjl@gnu.org>
1963
1964 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
1965 false if we found the file.
1966
1ac7e077 19672001-02-18 David O'Brien <obrien@FreeBSD.org>
fb33b906
DB
1968
1969 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
1970 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
1971
e135f41b
NC
19722001-02-18 lars brinkhoff <lars@nocrew.org>
1973
1974 * Makefile.am: Add PDP-11 target.
1975 * configure.tgt: Likewise.
1976 * emulparams/pdp11.sh: New file.
1977
a842aceb
DB
19782001-02-17 David O'Brien <obrien@FreeBSD.org>
1979
1980 * configure.host: Add a generic FreeBSD configuration entry such that
1981 all [modern] FreeBSD systems on all platforms will look the same.
1982
24174db0
L
19832001-02-14 H.J. Lu <hjl@gnu.org>
1984
1985 * configure.tgt: Remove mention of earmelf_linux26.
1986
30c3c13a
RH
19872001-02-13 Richard Henderson <rth@redhat.com>
1988
1989 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
1990
b46a87b1
L
19912001-02-13 H.J. Lu <hjl@gnu.org>
1992
1993 * ldexp.h (node_type): Add etree_provided.
1994 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
1995 type to etree_provided if defined by PROVIDE. Allow updating
0879a67a 1996 for etree_provided.
b46a87b1
L
1997 (exp_print_tree): Handle etree_provided.
1998 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
1999 etree_provided.
2000
f3988fd9
RH
20012001-02-09 David Mosberger <davidm@hpl.hp.com>
2002
2003 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
2004 .IA_64.unwind.* pattern to unwind table section and
2005 .IA_64.unwind_info* pattern to unwind info section.
2006
a85d7ed0
NC
20072001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2008
2009 * Makefile.am: Add linux target for S/390.
2010 * Makefile.in: Likewise.
2011 * configure.host: Likewise.
2012 * configure.tgt: Likewise.
2013 * emulparams/elf64_s390.sh: New file.
2014 * emulparams/elf_s390.sh: New file.
2015
780248c4
JJ
20162001-02-09 Jakub Jelinek <jakub@redhat.com>
2017
2018 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
2019 targ_extra_libpath.
2020 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
2021
0e2534bd
PB
20222001-02-06 Philip Blundell <philb@gnu.org>
2023
2024 * Makefile.am: Remove mention of earmelf_linux26.
2025 * Makefile.in: Regenerate.
2026
46c1ea57
PB
20272001-02-04 Philip Blundell <philb@gnu.org>
2028
2029 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
2030 * emulparams/armelf_linux26.sh: Delete.
2031 * configure.tgt: Remove mention of armelf_linux26 emulation.
2032
0088edd2
NC
20332001-02-01 Nick Clifton <nickc@redhat.com>
2034
2035 * ld.1: Replace occurances of -oformat with --oformat.
2036
02aa14fb
AM
20372001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
2038
2039 * ldlang.c (lang_leave_overlay): Don't set lma_region when
2040 load_base is specified.
2041
f813923c
HPN
20422001-01-24 Hans-Peter Nilsson <hp@axis.com>
2043
2044 * emultempl/elf32.em: Correct spelling in comments and listed
2045 options.
2046
c1eb1488
AM
20472001-01-23 Alan Modra <alan@linuxcare.com.au>
2048
2049 * ldlang.c (lang_leave_overlay): Only set lma_region from the
2050 default for the first section of a group of overlay sections.
2051
d9fc3714
AM
20522001-01-22 Alan Modra <alan@linuxcare.com.au>
2053
2054 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
2055 * Makefile.in: Regenerate.
2056 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
2057 Check for null tool_dir.
2058
6be0ca94
JW
20592001-01-16 Jim Wilson <wilson@redhat.com>
2060
2061 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
2062 and IA_64.unwind.info.
2063
b9247304
L
20642001-01-16 H.J. Lu <hjl@gnu.org>
2065
2066 * ldlang.c (lang_check): Merge the private data only if the
2067 input file has contents.
2068
577a0623
AM
20692001-01-14 Alan Modra <alan@linuxcare.com.au>
2070
d952f17a
AM
2071 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
2072
ffd6e9de
AM
2073 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
2074 enabling search for libmilli. On a relocatable link, make .text
2075 sections unique.
2076 (LDEMUL_AFTER_PARSE): Define.
2077 (hppaelf_finish): Correct spelling of relocatable in comments.
2078
577a0623
AM
2079 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2080 rummage through the script for sections on the unique list.
2081 Correct length of strncmp for ".note".
2082 (gld${EMULATION_NAME}_check_needed): Rearrange function.
2083
2084 * ldlang.c (unique_section_list): New var.
2085 (unique_section_p): New function.
2086 (walk_wild_section): Don't match sections on unique_section_list.
2087 (lang_add_unique): New function.
ffd6e9de 2088 Correct spelling of relocatable in comments.
577a0623
AM
2089
2090 * ldlang.h (struct unique_sections): Declare.
2091 (unique_section_list): Declare.
2092 (unique_section_p): Declare.
2093 (lang_add_unique): Declare.
2094
2095 * lexsup.c (ld_options): Allow --unique to take an optional arg.
2096 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
2097
2098 * ld.texinfo (--unique): Update.
2099
b7ed8fad
NC
21002001-01-13 Nick Clifton <nickc@redhat.com>
2101
2102 * lexsup.c (parse_args): Remove spurious white space.
2103
d0398d6a
NC
21042001-01-12 Nick Clifton <nickc@redhat.com>
2105
2106 * lexsup.c (parse_args): Update copyright date.
2107
350fdb00
PB
21082001-01-12 Philip Blundell <pb@futuretv.com>
2109
2110 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
2111
60c6797e
KH
21122001-01-10 Kazu Hirata <kazu@hxi.com>
2113
2114 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
2115 * scripttempl/h8300h.sc: Fix formatting.
2116 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
2117 * scripttempl/h8500.sc: Likewise.
2118 * scripttempl/h8500b.sc: Likewise.
2119 * scripttempl/h8500c.sc: Likewise.
2120 * scripttempl/h8500m.sc: Likewise.
2121 * scripttempl/h8500s.sc: Likewise.
60c6797e 2122
482e8b32
DB
21232000-01-07 David O'Brien <obrien@BSDi.com>
2124
2125 * emultempl/elf32.em: Only perform Linux ld hints processing when
2126 targeting Linux.
2127
d7ed7ca6
PB
21282001-01-07 Philip Blundell <philb@gnu.org>
2129
2130 * ld.texinfo (Bug Reporting): Update email address for reports.
2131
0fc3347a
NC
21322000-12-31 Nick Clifton <nickc@redhat.com>
2133
2134 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
2135 options by checking for a return value of '?' not -1.
2136
e4897a32
NC
21372000-12-28 Nick Clifton <nickc@redhat.com>
2138
2139 * lexsup.c (struct ld_option): Add new enum value:
2140 EXACTLY_TWO_DASHES.
2141 (ld_options[]): Change -omagic, -output and -oformat options
2142 to be EXACTLY_TWO_DASHES.
2143 (OUTPUT_COUNT): Use ARRAY_SIZE.
2144 (parse_args): Change parameter 'argc' to unsigned.
2145 Place EXACTLY_TWO_DASHES options into new really_longopts
2146 array.
2147 If getopt_long_only fails, try calling getopt_long using the
2148 really_longopts array.
2149 (help): Print a double dash for both EXACTLY_TWO_DASHES and
2150 TWO_DASHES options.
2151
2152 * ldlex.h: Fix prototype of parse_args.
2153
2154 * ld.texinfo: Document that long options starting with 'o'
2155 must be preceeded by two dashes. Change example of a single
2156 dashed long option from -oformat to -trace-symbol.
2157
1122a5fc
NC
21582000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2159
2160 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
2161 (longopts[]): New --no-default-excludes option.
2162 (gld_${EMULATION_NAME}_list_options): Document.
2163 (gld_${EMULATION_NAME}_parse_args): Handle.
2164
037849a9
NC
21652000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2166
2167 * ldlang.c (new_stat): Revert the last beautification with "innocent"
2168 whitespace, it breaks the K&R C preprocessor.
2169
7ec229ce
DD
21702000-12-11 DJ Delorie <dj@redhat.com>
2171
2172 * ld.texinfo: Add notes about --whole-archive and gcc.
2173
b79e8c78
NC
21742000-11-18 Fred Fish <fnf@be.com>
2175
2176 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
2177 (ld_options): Entry for --allow-shlib-undefined.
2178 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
2179 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
2180 to false.
2181 * ld.texinfo: Document new command line switch.
d952f17a 2182
9a8e2505
GK
21832000-12-12 Geoffrey Keating <geoffk@redhat.com>
2184
2185 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
2186 .fixup is actually read/write.
2187 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
2188 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2189 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2190
3b16e843 21912000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2192
2193 * NEWS: Add note about x86_64 architecture.
2194
93b63cd3
DD
21952000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
2196
2197 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
2198 Set DWARF2 sections to a VMA of zero.
2199
24f6971a
NC
22002000-12-01 Joel Sherrill <joel@OARcorp.com>
2201
d952f17a 2202 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
24f6971a
NC
2203 New targets.
2204 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2205 (sparc*-*-rtems*): Switched from a.out to ELF.
2206
2be3aa03
NC
22072000-11-30 Jan Hubicka <jh@suse.cz>
2208
2209 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
2210 (eelf_x86_64.c): New.
2211 * Makefile.in: Regenerate.
2212 * configure.tgt: Add support for x86_64-*-linux-gnu*.
2213 * emulparams/elf_x86_64.sh: New.
2214
8c899858
HPN
22152000-11-30 Hans-Peter Nilsson <hp@axis.com>
2216
2217 * emulparams/crislinux.sh (ENTRY): Change back to _start.
2218 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
2219
2220 * scripttempl/crisaout.sc: Change all RELOCATING not related to
2221 merging non-a.out sections into CONSTRUCTING.
2222
e47b9e39
NC
22232000-11-28 Nick Clifton <nickc@redhat.com>
2224
2225 * ld.1 (COPYING): Mention that the GNU Free Documentation
2226 License is present in the sources, but not the output, and
2227 also available from the GNU website.
2228 (GNU Free Documentation License): Comment out this section.
2229
ad95f82a
DB
22302000-11-28 David O'Brien <obrien@dragon.nuxi.com>
2231
2232 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
2233 does not use them.
2234
fd89e65f
DB
22352000-11-25 David O'Brien <obrien@FreeBSD.org>
2236
2237 * ld.1: Remove old date so it does not give the impression the manpage
2238 is way out of date.
2239
077b8428
NC
22402000-11-24 Nick Clifton <nickc@redhat.com>
2241
2242 * configure.tgt (xscale-coff): Add target.
2243 (xscale-elf): Add target.
2244
49425d28
NC
22452000-11-24 Fred Fish <fnf@be.com>
2246
d952f17a
AM
2247 * ldmain.c (main): Remove redundant init of config.make_executable
2248 to true.
49425d28 2249
d3480244
RH
22502000-11-15 Richard Henderson <rth@redhat.com>
2251
2252 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
2253
1ce7de8b
KH
22542000-11-14 Kazu Hirata <kazu@hxi.com>
2255
2256 * scripttempl/h8300.sc: Fix formatting.
2257 * scripttempl/h8300h.sc: Likewise.
2258 * scripttempl/h8300s.sc: Likewise.
2259
3b16e843 22602000-11-14 Denis Chertykov <denisc@overta.ru>
208d5cd0
DC
2261
2262 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
2263
2e418547
PB
22642000-11-09 Philip Blundell <pb@futuretv.com>
2265
2266 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
2267 around orphan sections whose names can be represented in C.
2268
c940e6fc
JW
22692000-11-07 Jim Wilson <wilson@redhat.com>
2270
2271 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
2272 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
2273
704c465c
NC
22742000-11-06 Nick Clifton <nickc@redhat.com>
2275
2276 * ld.texinfo: Add GNU Free Documentation License.
2277 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 2278 * ld.1: Add GNU Free Documentation License.
704c465c 2279
dca7760f
AM
22802000-11-05 Alan Modra <alan@linuxcare.com.au>
2281
2282 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
2283 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
2284
2285 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
2286 Move 2000-11-02 Makefile.in changes to this file.
2287 * Makefile.in: Regenerate.
2288
40a633d5
NC
22892000-11-03 Nick Clifton <nickc@redhat.com>
2290
2291 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
2292 constructors and destructors.
2293 * scripttempl/h8300h.sc: Ditto.
2294 * scripttempl/h8300s.sc: Ditto.
2295 * scripttempl/h8500.sc: Ditto.
2296 * scripttempl/h8500b.sc: Ditto.
2297 * scripttempl/h8500c.sc: Ditto.
2298 * scripttempl/h8500m.sc: Ditto.
2299 * scripttempl/h8500s.sc: Ditto.
2300 * scripttempl/v850.sc: Ditto.
2301 * scripttempl/w65.sc: Ditto.
2302 * scripttempl/z8000.sc: Ditto.
2303
59ff2774
NC
23042000-11-02 Per Lundberg <plundis@chaosdev.org>
2305
2306 * Makefile.in (e_i386_chaos.c): New rule.
2307 (ALL_EMULATIONS): Added e_i386_chaos.o.
2308 * emulparams/elf_i386_chaos.sh: New file.
2309 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
2310
645571e1
JJ
23112000-10-20 Jakub Jelinek <jakub@redhat.com>
2312
2313 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
2314 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
2315 Fix sed invocation, so that it coped with '/' in Solaris 64bit
2316 library path suffix.
2317 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
2318
c5975a45
HPN
23192000-10-18 Hans-Peter Nilsson <hp@axis.com>
2320
2321 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
2322 for consecutive sections.
2323
ea20a7da
CC
23242000-10-17 Chandrakala Chavva <cchavva@redhat.com>
2325
d952f17a
AM
2326 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
2327 options.
2328 * ld.texinfo: Added notes about this new option.
ea20a7da 2329
6e45556a
NC
23302000-10-16 Nick Clifton <nickc@redhat.com>
2331
2332 * emultempl/pe.em (_after_open): Add tests of return values from
2333 bfd functions. Emit appropriate error messages if necessary.
2334
b9a69188
NC
23352000-10-13 Nick Clifton <nickc@redhat.com>
2336
2337 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
2338 local variables - they are not used, but leave in the call to
2339 bfd_canonicalize_symtab.
b9a69188
NC
2340 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
2341 pe_dll_search_prefix.
2342
627427de 23432000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
d952f17a 2344
627427de
DD
2345 * emultempl/pe.em (pe_dll_search_prefix): New variable,
2346 (longopts): New --dll-search-prefix option.
2347 (gld_${EMULATION_NAME}_list_options): Document.
2348 (gld_${EMULATION_NAME}_parse_args): Handle.
2349 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
2350 dynamically, search for a dll named '<prefix><basename>.dll'
2351 in preference to 'lib<basename>.dll' if --dll-search-prefix
2352 is specified.
2353
24376d1b
AM
23542000-10-12 Alan Modra <alan@linuxcare.com.au>
2355
2356 * ldlang.c (section_already_linked): Set kept_section instead of
2357 sec->comdat->sec.
2358
e47d05ad
KH
23592000-10-10 Kazu Hirata <kazu@hxi.com>
2360
2361 * deffile.h: Fix formatting.
2362 * lexsup.c: Likewise.
2363 * mri.c: Likewise.
2364
23a87948
DD
23652000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2366
2367 * pe-dll.c (make_one): Do not generate code thunk for DATA
2368 exports.
2369 (process_def_file): deduce DATA flag for auto-export sumbols.
2370
86b1cc60
KH
23712000-10-09 Kazu Hirata <kazu@hxi.com>
2372
89cdebba
KH
2373 * ld.h: Fix formatting.
2374 * ldcref.c: Likewise.
2375 * ldctor.h: Likewise.
2376 * ldemul.c: Likewise.
2377 * ldemul.h: Likewise.
2378 * ldexp.c: Likewise.
2379 * ldexp.h: Likewise.
2380 * ldfile.c: Likewise.
2381 * ldfile.h: Likewise.
2382 * ldlang.c: Likewise.
2383 * ldlang.h: Likewise.
2384 * ldmain.c: Likewise.
7bfd51a3
KH
2385 * pe-dll.c: Likewise.
2386
2387 * pe-dll.c: Revert some formatting fixes.
86b1cc60 2388
d643799d
KH
23892000-10-08 Kazu Hirata <kazu@hxi.com>
2390
2391 * pe-dll.c: Fix formatting.
2392
08da4cac
KH
23932000-10-05 Kazu Hirata <kazu@hxi.com>
2394
2395 * ldlang.c: Fix formatting.
2396
c2a94a7a
DD
23972000-10-03 DJ Delorie <dj@redhat.com>
2398
2399 * pe-dll.c (fill_edata): initialize entire block
2400 (make_one): fill in correct section.
2401
8c95a62e
KH
24022000-10-03 Kazu Hirata <kazu@hxi.com>
2403
2404 * ldexp.c: Fix formatting.
2405
486e80e2
DD
24062000-10-02 DJ Delorie <dj@redhat.com>
2407
2408 * emultempl/pe.em (gld_*_after_open): detect case where there two
2409 import libraries for same dll; rename one to ensure proper link
2410 order.
2411
2412 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
2413 typo
2414 (generate_edata): fix typo
2415
24dd9f75
HPN
24162000-09-29 Hans-Peter Nilsson <hp@axis.com>
2417
2418 * scripttempl/crisaout.sc (ENTRY): Now __start.
2419 (.text): Add default setting for __start.
2420 Remove CONSTRUCTORS handling.
2421 (/DISCARD/): Add .gnu.warning.*.
2422 * emulparams/crislinux.sh (ENTRY): Now __start.
2423 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
2424 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
2425 (ENTRY): Now __start.
2426 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
2427 (EXECUTABLE_SYMBOLS): Add default setting for __start.
2428
4de2d33d
KH
24292000-09-29 Kazu Hirata <kazu@hxi.com>
2430
5cc18311
KH
2431 * deffile.h: Fix formatting.
2432 * ld.h: Likewise.
2433 * ldcref.c: Likewise.
4de2d33d 2434 * ldctor.c: Likewise.
5cc18311 2435 * ldctor.h: Likewise.
4de2d33d 2436 * ldemul.c: Likewise.
5cc18311 2437 * ldemul.h: Likewise.
4de2d33d 2438 * ldexp.c: Likewise.
5cc18311 2439 * ldexp.h: Likewise.
4de2d33d 2440 * ldfile.c: Likewise.
5cc18311 2441 * ldfile.h: Likewise.
4de2d33d 2442 * ldlang.c: Likewise.
5cc18311
KH
2443 * ldlang.h: Likewise.
2444 * lexsup.c: Likewise.
2445 * mri.c: Likewise.
2446 * pe-dll.c: Likewise.
4de2d33d 2447
45b1f63c
DD
24482000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2449
2450 * pe-dll.c (process_def_file): Uninitialized data wasn't
2451 exported with --export-all-symbols switch.
d952f17a 2452
45b1f63c
DD
24532000-09-28 DJ Delorie <dj@redhat.com>
2454
2455 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
2456 noname work properly.
2457
47d89dba
AM
24582000-09-28 Alan Modra <alan@linuxcare.com.au>
2459
2460 * ld.texinfo (HPPA ELF32): New section.
2461
2462 * emultempl/hppaelf.em (group_size): New.
2463 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
2464 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
2465 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
2466 options to prevent abbreviations matching.
2467 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
2468 (PARSE_AND_LIST_ARGS_CASES): Handle it.
2469
36bdbeec
NC
24702000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2471
2472 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
2473 on the m68*-*-elf target. Make it support COFF input objects.
2474
6d5e62f8
KH
24752000-09-21 Kazu Hirata <kazu@hxi.com>
2476
2477 * ldmain.c: Fix formatting.
2478 * ldmisc.c: Likewise.
2479 * ldver.c: Likewise.
2480 * ldwrite.c: Likewise.
2481
e2eb67d9
AM
24822000-09-21 Alan Modra <alan@linuxcare.com.au>
2483
2484 * ldwrite.c (clone_section): Silence gcc warnings.
2485
b3ea3584
AM
24862000-09-20 Alan Modra <alan@linuxcare.com.au>
2487
2488 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
2489 out of memory failure.
2490
2491 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
2492 (clone_section): Handle out of memory failures. Rename var to
2493 avoid c++ reserved word.
2494
25f72752
AM
24952000-09-18 Alan Modra <alan@linuxcare.com.au>
2496
2497 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
2498 stub_name param to stub_sec_name.
2499 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
2500
0752970e
NC
25012000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2502
2503 * emultempl/m68kelf.em: New file.
2504 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
2505 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
2506 * Makefile.in: Regenerate.
2507
92b7e9d8
AM
25082000-09-15 Alan Modra <alan@linuxcare.com.au>
2509
2510 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
2511 only as needed.
2512
9b14b192
NC
25132000-09-13 Nick Clifton <nickc@redhat.com>
2514
2515 * ldmain.c (multiple_definition): Disable relaxation if
2516 multiple symbol definitions are encountered - otherwise the
2517 linker could abort with an assertion failure.
2518
891fa266
NC
25192000-09-10 Nick Clifton <nickc@redhat.com>
2520
2521 * mri.c: Fix formatting.
2522
5d64ca4e
L
25232000-09-07 H.J. Lu <hjl@gnu.org>
2524
2525 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2526 * configure: Rebuild.
2527
dd94604f
L
25282000-09-07 H.J. Lu <hjl@gnu.org>
2529
2530 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
2531 * Makefile.in: Rebuild.
2532
71bfc0ae
AM
25332000-09-07 Alan Modra <alan@linuxcare.com.au>
2534
2535 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
2536 broken list handling. Create __start_SECNAME and __stop_SECNAME
2537 when no place-holder. Add some comments. Test both SEC_CODE and
2538 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 2539 Handle case where no output section statement created.
71bfc0ae 2540
4a428502
AO
25412000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
2542
2543 * configure.tgt (sh-*-linux*): Added.
2544 * Makefile.am: Added eshelf_linux and eshlelf_linux.
2545 * Makefile.in: Rebuilt.
2546 * emulparams/shelf_linux.sh: New file.
2547 * emulparams/shlelf_linux.sh: New file.
2548
f9989030
AM
25492000-09-06 Alan Modra <alan@linuxcare.com.au>
2550
2551 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2552 try shuffling sections when the orphan happens to be the place
2553 holder. Keep count of unique section names generated so we speed
2554 the search for a new name.
2555
58cccadb
AO
25562000-09-06 Alexandre Oliva <aoliva@redhat.com>
2557
2558 * configure: Rebuilt with new libtool.m4.
2559
5b343f5a
NC
25602000-09-05 Nick Clifton <nickc@redhat.com>
2561
2562 * Makefile.in: Regenerate.
2563 * aclocal.m4: Regenerate.
2564 * configure: Regenerate.
2565 * config.in: Regenerate.
2566 * po/ld.pot: Regenerate.
2567
2568 * ldint.texinfo: Remove CVS revision marker - it foils local
2569 comparisons.
2570
2571 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 2572
a854a4a7
AM
25732000-09-05 Alan Modra <alan@linuxcare.com.au>
2574
3231d22e
AM
2575 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
2576 to stub section flags.
2577 (hppa_for_each_input_file_wrapper): New.
2578 (hppa_lang_for_each_input_file): New.
2579 (lang_for_each_input_file): Define to call above.
2580 (multi_subspace): New.
2581 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
2582 (PARSE_AND_LIST_PROLOGUE): Define.
2583 (PARSE_AND_LIST_LONGOPTS): Define.
2584 (PARSE_AND_LIST_OPTIONS): Define.
2585 (PARSE_AND_LIST_ARGS_CASES): Define.
2586 (hppaelf_finish): Call elf32_hppa_set_gp.
2587 (hppaelf_set_output_arch): Remove.
2588 (LDEMUL_SET_OUTPUT_ARCH): Remove.
2589
2590 * emulparams/hppalinux.sh (ELFSIZE): Define.
2591 (MACHINE): Define.
2592 (OTHER_READONLY_SECTIONS): Define.
2593 (DATA_PLT): Define.
2594 (GENERATE_SHLIB_SCRIPT): Define.
2595
5f992e62
AM
2596 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
2597 to const throughout. Change `void *' to `PTR' throughout.
2598 (lang_memory_default): Function is local to file, add `static'.
2599
2600 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
2601 (ehppalinux.c): Likewise.
2602 (earmelf.c): Likewise.
2603 (earmelf_linux.c): Likewise.
2604 (earmelf_linux26.c): Likewise.
2605 * Makefile.in: Regenerate.
2606
a854a4a7
AM
2607 * ld.h (ld_config_type): Add unique_orphan_sections.
2608 * lexsup.c (OPTION_UNIQUE): Define.
2609 (ld_options): Add "--unique".
2610 (parse_args): Handle it.
2611 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2612 search for an existing output section if unique_orphan_sections is
2613 set. Make use of bfd_get_unique_section_name rather than
2614 duplicating code here.
2615 * ld.texinfo: Describe --unique.
2616
2617 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
2618 optional arg to split-by-file.
2619 (parse_args): Handle them.
2620 * ld.texinfo: Update description of these options.
2621 * ldwrite.c (clone_section): Pass in the section name. Replace
2622 local code with bfd_get_unique_section_name.
2623 (split_sections): Tidy code and comments. Use a list traversal
2624 more appropriate to the list construction. Handle cooked section
2625 sizes. Split when split_by_reloc reached rather than exceeded.
2626 Track section size and split when split_by_file reached. Fix
2627 link_order_tail (even though it's not used).
2628 (ldwrite): Modify condition for calling split_sections to suit
2629 changed split_by_reloc and split_by_file.
2630 * ldmain.c (main): Init config.split_by_reloc and
2631 config.split_by_file to -1.
2632 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
2633 Change split_by_file to bfd_size_type.
2634
18e03609
NC
26352000-09-02 Nick Clifton <nickc@redhat.com>
2636
2637 * configure.in: Increase version number to 2.10.91.
2638 * NEWS: Mention new ability to support removal of duplicate DWARF2
2639 debug information.
2640 * configure: Regenerate.
2641 * aclocal.m4: Regenerate.
2642 * config.in: Regenerate.
2643
3a9d486c
NC
26442000-09-02 Daniel Berlin <dberlin@redhat.com>
2645
2646 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
2647 sections.
a2b64bed 2648 * scripttempl/elf32avr.sc: Ditto.
3a9d486c
NC
2649 * scripttempl/elfd10v.sc: Ditto.
2650 * scripttempl/elfd30v.sc: Ditto.
2651 * scripttempl/elfi370.sc: Ditto.
2652 * scripttempl/elfm68hc11.sc: Ditto.
2653 * scripttempl/elfm68hc12.sc: Ditto.
2654 * scripttempl/elfi386beos.sc: Ditto.
2655 * scripttempl/v850.sc: Ditto.
50bbae35 2656
ac48eca1
AO
26572000-08-31 Alexandre Oliva <aoliva@redhat.com>
2658
2659 * acinclude.m4: Include libtool and gettext macros from the
2660 top level.
2661 * aclocal.m4, configure: Rebuilt.
2662
c13b1b77
NC
26632000-08-25 Nick Clifton <nickc@redhat.com>
2664
2665 * ldlang.c (open_output): When choosing the target for a
2666 particular endianness, do nothing if the target is not
2667 supported.
2668
dcb0bd0e
L
26692000-08-25 H.J. Lu <hjl@gnu.org>
2670
2671 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
2672 check -rpath nor LD_RUN_PATH for cross link.
2673 * ld.texinfo: Document the change.
2674
5bcac8a4
HPN
26752000-08-24 Hans-Peter Nilsson <hp@axis.com>
2676
2677 * NEWS: Mention support for CRIS.
2678
6dd8c765
L
26792000-08-23 H.J. Lu <hjl@gnu.org>
2680
2681 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
2682 the current runpath list from bfd_elf_get_runpath_list ()
2683 before search.
2684
ec4eb78a
L
26852000-08-22 H.J. Lu <hjl@gnu.org>
2686
2687 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
2688 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
2689 LD_LIBRARY_PATH for native linker. Display the needed DSO if
2690 trace_file_tries is non-zero.
2691 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
2692 if trace_file_tries is non-zero.
2693
2694 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 2695 * NEWS: Mention it.
ec4eb78a 2696
22b36938
JE
26972000-08-14 Jason Eckhardt <jle@cygnus.com>
2698
2699 * NEWS: Mention i860 support.
2700
d73e9da0
AS
27012000-08-14 Andreas Schwab <schwab@suse.de>
2702
2703 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 2704 syntax.
d73e9da0 2705
9ac4db9c
GK
27062000-08-10 Geoff Keating <geoffk@cygnus.com>
2707
2708 * scripttempl/elf.sc: Add a comment giving the correspondence
2709 between sections, per-datum sections, and linkonce sections. Make
2710 the comment true even for .bss, .sdata, .sdata2, .sbss, and
2711 .sbss2.
2712
165589e4
JE
27132000-08-10 Jason Eckhardt <jle@cygnus.com>
2714
2715 * emulparams/elf32_i860.sh: New file.
2716 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
2717 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
2718 (eelf32_i860.c): New rule.
2719 * Makefile.in: Regenerate.
2720
345a835d
NC
27212000-08-10 Nick Clifton <nickc@cygnus.com>
2722
2723 * emulparams/mipspe.sh (ENTRY): Add definition.
2724
e374f1d9
NC
27252000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
2726
2727 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
2728 in error message.
2729
236d5abf
NC
27302000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2731
2732 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
2733 the final size of .bss section.
2734 * scripttempl/elfm68hc12.sc: Likewise.
2735
4b209b22
AM
27362000-08-04 Alan Modra <alan@linuxcare.com.au>
2737
2738 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
2739 gld${EMULATION_NAME}_parse_args for consistency. Combine
2740 lastoptind and prevoptind vars, and keep track of last optind.
2741 (gld_${EMULATION_NAME}_list_options): Rename to
2742 gld${EMULATION_NAME}_list_options.
2743
28423a68
AM
27442000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
2745
2746 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
2747 (i586-sco-sysv5uw7.1.0).
2748
b2009ff7
L
27492000-07-27 H.J. Lu <hjl@gnu.org>
2750
2751 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
2752 (PARSE_AND_LIST_PROLOGUE): New.
2753 (PARSE_AND_LIST_LONGOPTS): Likewise.
2754 (PARSE_AND_LIST_OPTIONS): Likewise.
2755 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2756 (PARSE_AND_LIST_EPILOGUE): Likewise.
2757
04925e1e
AM
27582000-07-28 Alan Modra <alan@linuxcare.com.au>
2759
41392f03
AM
2760 * emultempl/armelf.em: Elide functions common to elf32.em,
2761 ie. most of the file.
2762 (arm_elf_after_open): New. Do arm specific things then call
2763 gld${EMULATION_NAME}_after_open.
2764 (arm_elf_before_allocation): New. Call
2765 gld${EMULATION_NAME}_before_allocation then do arm specifics.
2766 (PARSE_AND_LIST_PROLOGUE): Define.
2767 (PARSE_AND_LIST_SHORTOPTS): Define.
2768 (PARSE_AND_LIST_LONGOPTS): Define.
2769 (PARSE_AND_LIST_OPTIONS): Define.
2770 (PARSE_AND_LIST_ARGS_CASES): Define.
2771 (LDEMUL_AFTER_OPEN): Define.
2772 (LDEMUL_BEFORE_ALLOCATION): Define.
2773 (LDEMUL_BEFORE_PARSE): Define.
2774 (LDEMUL_FINISH): Define.
2775
2776 * emultempl/hppaelf.em: Similarly zap most of this file.
2777 (hppaelf_add_stub_section): Prototype.
2778 (hppaelf_layaout_sections_again): Prototype.
2779 (hook_in_stub): Prototype.
2780 (LDEMUL_SET_OUTPUT_ARCH): Define.
2781 (LDEMUL_FINISH): Define.
2782 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2783
2784 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
2785 (EXTRA_EM_FILE): New.
2786 * emulparams/armelf_linux.sh: Likewise.
2787 * emulparams/armelf_linux26.sh: Likewise.
2788 * emulparams/hppalinux.sh: Likewise.
2789 * emulparams/hppaelf.sh: Likewise.
2790 (NOP): Define.
2791
2792 * emultempl/elf32.em: Fix formatting.
2793 (EXTRA_EM_FILE): Source it.
2794 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2795 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2796 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2797 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2798 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2799 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2800 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2801 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2802 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
2803 allow functions in this file to be overridden.
2804 (PARSE_AND_LIST_SHORTOPTS): Handle it.
2805
2806 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
2807
04925e1e
AM
2808 * emultempl/elf32.em: Reorganize file.
2809
88cdf297
NC
28102000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
2811
2812 * emulparams/elf64alpha.sh: Implement "-taso" emulation
2813 specific option to fit 64-bit executable in the lower
2814 31-bit address range. This is done by changing start
2815 address of .interp (the very first section of executable)
2816 and then setting EF_ALPHA_32BIT elf header flag.
2817
20bccb34
NC
28182000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2819
2820 * emultempl/m68kcoff.em: New file.
2821 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
2822 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
2823 generic.em.
2824 * Makefile.in: Regenerate.
2825
699845ef
L
28262000-07-20 H.J. Lu <hjl@gnu.org>
2827
2828 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
2829 and "disable-new-dtags" to stop getopt from treating -d/-e as
2830 abbreviations for these options.
2831
6c1439be
L
28322000-07-20 H.J. Lu <hjl@gnu.org>
2833
2834 * ld.texinfo: Add documentation for --disable-new-dtags and
2835 --enable-new-dtags.
2836
2837 * ldmain.c (main): Initialize link_info.new_dtags to false.
2838
2839 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
2840 --disable-new-dtags and --enable-new-dtags.
2841 (gld_${EMULATION_NAME}_list_options): Likewise.
2842
28c309a2
NC
28432000-07-05 Kenneth Block <krblock@computer.org>
2844
a2b64bed
NC
2845 * lexsup.c: Add optional style to demangle switch
2846 * ld.texinfo: Document optional style to demangle switch.
50bbae35 2847
9d06555c
HPN
28482000-07-20 Hans-Peter Nilsson <hp@axis.com>
2849
2850 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
2851 ecrislinux.o.
2852 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
2853 Regenerate dependencies.
2854 * Makefile.in: Rebuild.
2855 * configure.tgt (cris-*-*): New target.
2856 * emulparams/crisaout.sh, emulparams/criself.sh,
2857 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
2858 * po/POTFILES.in, po/ld.pot: Regenerate.
2859
19e3be22
L
28602000-07-20 H.J. Lu <hjl@gnu.org>
2861
2862 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
2863 Print out ignored -z options.
2864
e0ee487b
L
28652000-07-19 H.J. Lu <hjl@gnu.org>
2866
19e3be22
L
2867 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
2868 (PARSE_AND_LIST_PROLOGUE): New.
2869 (PARSE_AND_LIST_LONGOPTS): Likewise.
2870 (PARSE_AND_LIST_OPTIONS): Likewise.
2871 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2872
2873 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
2874
2875 * lexsup.c (ld_options): Comment out 'z'.
2876 (parse_args): Likewise.
2877
2878 * emultempl/elf32.em: Include "elf/common.h".
2879 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
2880 options.
2881 (gld_${EMULATION_NAME}_list_options): Likewise.
2882
2883 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 2884
49e56c49
L
28852000-07-19 H.J. Lu <hjl@gnu.org>
2886
2887 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
2888 bfd_elf_set_dt_needed_soname ().
2889
9d68bc82
DD
28902000-07-18 DJ Delorie <dj@cygnus.com>
2891
2892 * pe-dll.c (pe_dll_id_target): check object target name also
2893
53db15ed
HPN
28942000-07-18 Hans-Peter Nilsson <hp@axis.com>
2895
2896 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
2897 ${INIT_END} if relocating.
2898 (.fini): Likewise ${FINI_START} and ${FINI_END}.
2899
0ad8cf4c
DD
29002000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
2901
a2b64bed 2902 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
0ad8cf4c
DD
2903 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
2904 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
2905 errors introduced by the old dynamic lib search order.
2906
874c8c99
DD
29072000-07-17 DJ Delorie <dj@cygnus.com>
2908
2909 * pe-dll.c (process_def_file): auto-export data items also
2910 (pe_process_import_defs): also see if _imp_ form needed
2911
5b4cf3f4
DD
29122000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
2913
2914 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
2915 for dll import libraries
2916
062739d1
NC
29172000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
2918
2919 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
d952f17a 2920 gcc 2.95.2 and later.
062739d1 2921
1c64c4ed
NC
29222000-07-11 Kazu Hirata <kazu@hxi.com>
2923
50bbae35
AM
2924 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
2925 message.
1c64c4ed 2926
b71e2778
AM
29272000-07-10 Alan Modra <alan@linuxcare.com.au>
2928
2929 * ldemul.h (struct lang_input_statement_struct): Remove forward
2930 declaration.
2931 (struct search_dirs): Likewise.
2932 * ldfile.h (struct lang_input_statement_struct): Likewise.
2933 Protect file from multiple inclusion.
2934 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
2935 declaration from macro to file scope.
2936
2937 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
2938 * ldgram.y: Likewise here.
2939 * ldlang.c: And here.
2940 * ldmain.c: And here.
2941 * mpw-elfmips.c: And here.
2942 * mpw-eppcmac.c: And here.
2943 * emultempl/aix.em: And here.
2944 * emultempl/armcoff.em: And here.
2945 * emultempl/armelf.em: And here.
2946 * emultempl/armelf_oabi.em: And here.
2947 * emultempl/beos.em: And here.
2948 * emultempl/elf32.em: And here.
2949 * emultempl/hppaelf.em: And here.
2950 * emultempl/linux.em: And here.
2951 * emultempl/lnk960.em: And here.
2952 * emultempl/pe.em: And here.
2953 * emultempl/sunos.em: And here.
2954 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
2955 * mpw-idtmips.c: Ditto.
2956 * emultempl/generic.em: Ditto.
2957 * emultempl/gld960.em: Ditto.
2958 * emultempl/gld960c.em: Ditto.
2959 * emultempl/mipsecoff.em: Ditto.
2960 * emultempl/ticoff.em: Ditto.
2961 * emultempl/vanilla.em: Ditto.
2962
2963 * pe-dll.c: Include ldfile.h
2964 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
2965
2966 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
2967 arguments to bfd_elf32_size_dynamic_sections call.
2968 (gldelf32ebmip_place_orphan): Add missing arguments to
2969 lang_leave_output_section_statement call.
2970
2ef53d66
L
29712000-07-10 H.J. Lu <hjl@gnu.org>
2972
2973 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
2974 DLL_SUPPORT.
2975 (strhash): Likewise.
2976 (compute_dll_image_base): Likewise.
2977 (pe_undef_found_sym): Likewise.
2978 (pe_undef_cdecl_match): Likewise.
2979 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
2980 argument "arch" with ATTRIBUTE_UNUSED.
2981
9a8cbb09
AM
29822000-07-10 Alan Modra <alan@linuxcare.com.au>
2983
2984 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
2985
2986 From Ryan Bradetich <rbradetich@uswest.net>
2987 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 2988
4900fc06
AM
29892000-07-09 Alan Modra <alan@linuxcare.com.au>
2990
2991 Changes to create multiple linker stubs, positioned immediately
2992 before the section where they are required.
2993 * emultempl/hppaelf.em: Include elf32-hppa.h.
2994 (stub_sec, file_chain): Delete.
2995 (hppaelf_create_output_section_statements): Don't make a stub
2996 section here.
2997 (hook_stub_info): New struct.
2998 (hook_in_stub): New function.
2999 (hppaelf_add_stub_section): New function.
3000 (hppaelf_finish): Do nothing for relocateable links. Modify the
3001 call to elf32_hppa_size_stubs. Move code for updating section
3002 layout from here...
3003 (hppaelf_layaout_sections_again): ..to here, a new function.
3004
3005 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
3006 broken list handling. Pass in a pointer to the list.
3007 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
3008 for above changes.
3009 (hppaelf_before_parse): Prototype.
3010 (hppaelf_set_output_arch): Prototype.
3011 (hppaelf_create_output_section_statements): Prototype.
3012 (hppaelf_delete_padding_statements): Prototype.
3013 (hppaelf_finish): Prototype.
3014
3015 Merge from elf32.em
3016 * emultempl/hppaelf.em: Include ctype.h.
3017 (struct orphan_save): New.
3018 (gld${EMULATION_NAME}_place_orphan): New.
3019 (output_rel_find): New.
3020 (hppaelf_get_script): Update from elf32.em.
3021 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
3022 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 3023 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
3024
3025 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
3026 ehppalinux.o, sort it. Regenerate dependencies.
3027 (ehppalinux.c): Depend on hppaelf.em
3028 * Makefile.in: Regenerate.
3029
3030 * configure.tgt: targ_emul=hppalinux for hppa*linux
3031
3032 * emulparams/hppalinux.sh: New.
3033 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
3034
227aeb07
AM
30352000-07-08 Alan Modra <alan@linuxcare.com.au>
3036
3037 * lexsup.c (parse_args): Copy section name.
3038
28609fd4 30392000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
602e90d3 3040
2ef53d66 3041 * emultempl/pe.em: institute the following search order for
602e90d3
DD
3042 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
3043 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
3044 static lib (libfoo.a) if none of the above are found.
3045
5f577f7d
DD
30462000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
3047
50bbae35 3048 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 3049 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 3050 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
3051 (gld_${EMULATION_NAME}_parse): Handle.
3052 (strhash): New static function.
50bbae35 3053 (compute_dll_image_base): New static function.
5f577f7d
DD
3054 (gld_${EMULATION_NAME}_set_symbols): Use.
3055
9a8cbb09 30562000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
3057
3058 * MAINTAINERS: new
3059
3548145d 30602000-07-01 Koundinya K <kk@ddeorg.soft.net>
50bbae35
AM
3061
3062 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
3063 * emulparams/elf32btsmip.sh: New file.
3064 * Makefile.am: Add traditional mips target.
3065 * Makefile.in: Rebuild.
3066
67798033
L
30672000-07-01 H.J. Lu <hjl@gnu.org>
3068
3069 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
3070 automake to use YLWRAP.
3071 * Makefile.in: Rebuild.
3072
0bdaf48b
AM
30732000-07-01 Alan Modra <alan@linuxcare.com.au>
3074
3075 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3076 (CLEANFILES): Add DEPA.
3077 * Makefile.in: Regenerate.
3078
c9e769c2
TW
30792000-06-30 Timothy Wall <twall@ppc>
3080
3081 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
3082 the page in the upper octet of the address.
3083
65aa24b6
NC
30842000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
3085
3086 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
3087
4667035e
AM
30882000-06-24 Alan Modra <alan@linuxcare.com.au>
3089
3090 * NEWS: arm-elf does --gc-sections too.
3091
1581f8c9
AM
30922000-06-22 Alan Modra <alan@linuxcare.com.au>
3093
3094 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3095 find one.
3096 * Makefile.in: Regenerate.
3097
01580992
L
30982000-06-21 H.J. Lu <hjl@gnu.org>
3099
3100 * Makefile.am: Rebuild dependency.
3101 * Makefile.in: Rebuild.
3102
bbeb2e03
L
31032000-06-20 H.J. Lu <hjl@gnu.org>
3104
3105 * Makefile.am: Rebuild dependency.
3106 * Makefile.in: Rebuild.
3107
74459f0e
TW
31082000-06-20 Timothy Wall <twall@cygnus.com>
3109
3110 * scripttempl/tic54xcoff.sc: New.
3111 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
3112 * gen-doc.texi: Add flag for TI COFF.
3113 * ld.texinfo: Add documentation for TI COFF handling switches.
3114 * emultempl/ticoff.em: New. TI COFF handling.
3115 * configure.tgt: Add tic54x target.
3116 * Makefile.am: Add tic54x target.
3117 * Makefile.in: Ditto.
3118
2ab47eed
AM
31192000-06-20 Alan Modra <alan@linuxcare.com.au>
3120
3121 * ldmain.c (set_scripts_dir): Correct pointer comparison when
3122 checking for backslashes.
3123
919e4093
AM
31242000-06-19 Alan Modra <alan@linuxcare.com.au>
3125
3126 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
3127
987fd5b4
AM
31282000-06-18 Alan Modra <alan@linuxcare.com.au>
3129
3130 * NEWS: Update list of targets supporting --gc-sections.
3131
3132 * scripttempl/elf.sc: KEEP .eh_frame contents.
3133 * scripttempl/elfd30v.sc: Same here.
3134
60bcf0fa
NC
31352000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
3136
3137 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
3138 and m68hc11 (elf).
3139 * Makefile.in: Rebuild.
3140 * configure.tgt: Recognize m68hc12 and m68hc11.
3141 * scripttempl/elfm68hc12.sc: New file.
3142 * emulparams/m68hc12elfb: New emulation.
3143 * emulparams/m68hc12elf: New emulation.
3144 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
3145 (includes a memory.x script to define the ROM and RAM banks).
3146 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
3147 New configuration files for support of Motorola 68hc11
3148
c7c54483
AM
31492000-06-15 Alan Modra <alan@linuxcare.com.au>
3150
3151 * ldmain.c (main): Only change SEC_READONLY for final link.
3152
bcef29e6
L
31532000-06-13 H.J. Lu <hjl@gnu.org>
3154
3155 * configure: Regenerate.
3156
946efd95
DB
31572000-06-08 David O'Brien <obrien@FreeBSD.org>
3158
3159 * configure.in (VERSION): Update to show this is the CVS mainline.
3160
57a6fd07
DB
31612000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3162
3163 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
3164 input objects to be ECOFF.
3165 (check_sections): einfo takes %B, not %P, to print a BFD name.
3166
e06cae36
L
31672000-06-05 Michael Matz <matz@ifh.de>
3168
3169 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
d952f17a 3170 version scripts.
e06cae36 3171
d952f17a 3172 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
e06cae36 3173
2f0b56c0
DC
31742000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
3175
3176 * emulparams/avr1200.sh (STACK): Define as 0.
3177 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
3178 * emulparams/avr4433.sh (STACK): Likewise.
3179 * emulparams/avr44x4.sh (STACK): Likewise.
3180 * emulparams/avr85xx.sh (STACK): Likewise.
3181 * emulparams/avrmega103.sh (STACK): Likewise.
3182 * emulparams/avrmega161.sh (STACK): Likewise.
3183 * emulparams/avrmega603.sh (STACK): Likewise.
3184 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
3185 (__stack): Define from ${STACK} for main().
3186
2114f57b
AM
31872000-05-26 Alan Modra <alan@linuxcare.com.au>
3188
3189 * Makefile.am: Update dependencies with "make dep-am"
3190 * Makefile.in: Regenerate.
3191
5af11cab
AM
31922000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
3193
3194 * ldmain.c: Include filenames.h.
3195 (set_scripts_dir): Support backslashes in program name.
3196
1f0df59a
NC
31972000-05-22 Igor Shevlyakov <igor@windriver.com>
3198
3199 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
3200 read-only, don't forget to reset SEC_READONLY because it
3201 could be already set.
1f0df59a 3202
176355da
NC
32032000-05-22 Thomas de Lellis <tdel@windriver.com>
3204
50bbae35
AM
3205 * ld.1: Add documentation for new command line option:
3206 --section-start <sectionname>=<sectionorg>
3207 This is a generic version of -Ttext etc. which accepts
3208 any section name as a parameter instead of just text/data/
3209 bss.
3210 * ld.texinfo: More docs.
3211 * NEWS: More docs.
3212 * lexsup.c: (parse_args): Recognize new command line option.
176355da 3213 (ld_options): Add new option.
50bbae35 3214
8c5ff972
L
32152000-05-18 H.J. Lu <hjl@gnu.org>
3216
3217 * lexsup.c (parse_args): `i' == `r', not `q'.
3218
3b16e843 32192000-05-18 Jeffrey A Law (law@cygnus.com)
0b76fe77
JL
3220
3221 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
3222
a712da20
NC
32232000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
3224 Rick Gorton <gorton@scrugs.lkg.dec.com>
50bbae35 3225
a712da20
NC
3226 Add support for '-q' == '--emit-relocs' switch.
3227 * ldmain.c (main): Default to false.
3228 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
3229 * NEWS: Describe the emitrelocations switch.
3230 * ld.texinfo: Describe the emitrelocations switch.
3231
690a460e
NC
32322000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
3233
a2b64bed 3234 * emultempl/pe.em (_open_dynamic_archive): New function: Search
690a460e
NC
3235 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
3236 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
3237 link options.
50bbae35 3238
c2f1343c
AM
32392000-05-15 David O'Brien <obrien@FreeBSD.org>
3240
3241 * lexsup.c (parse_args): Update the year in the copyright notice.
3242
897083bd
AM
32432000-05-13 Alan Modra <alan@linuxcare.com.au>
3244
3245 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
3246 Replace defines with those from intl/libgettext.h to quieten gcc
3247 warnings.
3248
cd4c806a
L
32492000-05-10 H.J. Lu <hjl@gnu.org>
3250
3251 * ldlang.c (open_input_bfds): Don't load the same file within
3252 a group again if the whole archive has been loaded already.
3253
93697284
AM
32542000-05-03 Alan Modra <alan@linuxcare.com.au>
3255
3256 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
3257 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
3258 strtoul.
3259
3b16e843 32602000-05-01 Jim Wilson <wilson@cygnus.com>
ebd6fc29 3261
99a4150f 3262 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 3263
ebd6fc29
JW
3264 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3265 host "ia64-*-linux-gnu*".
3266
a1934524
AM
32672000-04-29 Andreas Jaeger <aj@suse.de>
3268
3269 * ld.h: Correctly check GCC version.
3270
3b16e843 32712000-04-25 Jeffrey A Law (law@cygnus.com)
730a39a0
JL
3272
3273 * Makefile.am: Add PA64 support. Add missing dependencies for
3274 PA32 elf support.
3275 * Makefile.in: Rebuilt.
3276 * configure.tgt: Add PA64 support (currently disabled).
3277
aea4bd9d
AM
32782000-04-25 Alan Modra <alan@linuxcare.com.au>
3279
3280 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
3281 (output_rel_find): New function.
3282 (hold_section, hold_use): Delete.
3283 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3284 hold_interp): Make local to place_orphan.
3285 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
3286 rather than place_section to find possible previous use of orphan.
3287 Similarly find the place-holder output sections. Use returned
3288 value from lang_enter_output_section_statement rather than calling
3289 lang_output_section_statement_lookup.
3290 * emultempl/armelf.em: Same here.
3291 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
3292
3293 * ldlang.c (lang_enter_output_section_statement): Return output
3294 section statement.
3295 * ldlang.h (lang_enter_output_section_statement): Change
3296 declaration too.
3297
3298 * ldlang.h (lang_output_section_statement): Export it.
3299 * ldlang.c (lang_output_section_statement): Ditto.
3300
2b5fc1f5
NC
33012000-04-24 Nick Clifton <nickc@cygnus.com>
3302
3303 * ld.texinfo (Output Section Data): Add note that section data
3304 commands cannot appear outside of section directives.
3305
d8475ff6
JL
33062000-04-2 Matthew Green <mrg@cygnus.com>
3307
3308 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
3309
3b16e843
NC
33102000-04-21 Richard Henderson <rth@cygnus.com>
3311 David Mosberger <davidm@hpl.hp.com>
800eeca4
JW
3312
3313 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
3314 (eelf64_ia64.c): New rule.
3315 * Makefile.in: Rebuild.
3316 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
3317 * emulparams/elf64_ia64.sh: New file.
50bbae35 3318
c9637625
RH
33192000-04-21 Richard Henderson <rth@cygnus.com>
3320
3321 * scripttempl/elfd30v.sc: Place .gcc_except_table.
3322
28ea9521
AM
33232000-04-19 Alan Modra <alan@linuxcare.com.au>
3324
3325 * dep-in.sed: Match space at start of file name, not at end.
3326
20d04697
L
33272000-04-18 H.J. Lu <hjl@gnu.org>
3328
3329 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
3330 lang_leave_output_section_statement () after calling
3331 lang_enter_output_section_statement ().
3332 * emultempl/armelf.em: Likewise.
3333
5ba47421
AM
33342000-04-18 Alan Modra <alan@linuxcare.com.au>
3335
3336 * emultempl/elf32.em (struct orphan_save): Add section field.
3337 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
3338 better order, and place first orphan section as we did before the
3339 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
3340 Don't call make_bfd_section here, let wild_doit do the job for us.
3341 Don't build a statement list when we'll only throw it away.
3342 * emultempl/armelf.em: Ditto.
3343 * emultempl/pe.em: Similarly.
3344
bdbe5705
GK
33452000-04-14 Geoff Keating <geoffk@cygnus.com>
3346
3347 * scripttempl/elfppc.sc: Remove.
3348 * emulparams/elf32ppc.sh: Use elf.sc.
3349 * emulparams/elf32lppc.sh: Use elf.sc.
3350 * emulparams/elf32ppclinux.sh: Use elf.sc.
3351 * emulparams/elf32ppcsim.sh: New file.
3352 * emulparams/elf32lppcsim.sh: New file.
3353 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
3354 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
3355 * Makefile.in: Regenerate.
3356 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
3357
01cc8ff8
AM
33582000-04-14 Alan Modra <alan@linuxcare.com.au>
3359
5ba47421 3360 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 3361 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
3362 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3363 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
3364 Also set all relocateable section start addresses.
3365
6c86c541
GK
33662000-04-13 Geoff Keating <geoffk@cygnus.com>
3367
3368 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
3369 Add new BSS_PLT variable for when .plt need not be contained in
3370 the file. Move _etext so that it is also after .fini, and provide
3371 both etext and _etext with a leading underscore. Mark the start
3372 and end of .sbss.
3373
6a345e87
AM
33742000-04-12 Alan Modra <alan@linuxcare.com.au>
3375
3376 * emultempl/elf32.em (struct orphan_save): New.
3377 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3378 hold_interp): Make them struct orphan_save.
3379 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
3380 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
3381 the end of the relevant section list. Also add associated section
3382 statements to the end of any previous orphan statements.
3383 * emultempl/armelf.em: Similarly.
3384 * emultempl/pe.em: Similarly.
3385
8be86746
AM
33862000-04-11 Alan Modra <alan@linuxcare.com.au>
3387
3388 * ld.texinfo (Simple Example): Remove extraneous paragraph.
3389
3b16e843 33902000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
50bbae35 3391
a2d91340 3392 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 3393 --enable-build-warnings option.
a2d91340
AC
3394 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3395 * Makefile.in, configure: Re-generate.
3396
41b49281
AM
33972000-04-04 Alan Modra <alan@linuxcare.com.au>
3398
8ad3436c
AM
3399 * po/ld.pot: Regenerate.
3400
3401 * lexsup.c (help): Restore translated part of bug string.
3402
41b49281
AM
3403 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3404 (DEP): Quote when passing vars to sub-make. Add warning message
3405 to end.
3406 (DEP1): Rewrite for "gcc -MM".
3407 (CLEANFILES): Add DEP2.
3408 Update dependencies.
3409 * Makefile.in: Regenerate.
3410
c20f4f8c
AM
34112000-04-03 Alan Modra <alan@linuxcare.com.au>
3412
3413 * ld.h: #include "bin-bugs.h"
3414 * lexsup.c (help): Use REPORT_BUGS_TO.
3415
adde6300
AM
34162000-03-27 Denis Chertykov <denisc@overta.ru>
3417
3418 * configure.tgt (avr-*-*): New target support.
3419 * Makefile.am: Likewise.
3420 * scripttempl/elf32avr.sc: New script file.
3421 * emulparams/avr1200.sh: New file.
3422 * emulparams/avr23xx.sh: New file.
3423 * emulparams/avr4433.sh New file.
3424 * emulparams/avr44x4.sh New file.
3425 * emulparams/avr85xx.sh New file.
3426 * emulparams/avrmega103.sh New file.
3427 * emulparams/avrmega161.sh New file.
3428 * emulparams/avrmega603.sh New file.
3429 * Makefile.in: Regenerate.
3430
9282ff41
L
34312000-03-09 Andreas Jaeger <aj@suse.de>
3432
3433 * Makefile.am (check-DEJAGNU): Also unset LANG.
3434 * Makefile.in: Rebuild.
3435
a9998805
ILT
34362000-03-06 Ian Lance Taylor <ian@zembu.com>
3437
3438 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
3439 archive.
3440
f9bc20e7
NC
34412000-03-02 H.J. Lu <hjl@gnu.org>
3442
3443 * emulparams/elf32mcore.sh: Include "getopt.h".
3444
4e277b38
ILT
34452000-03-01 Ian Lance Taylor <ian@zembu.com>
3446
3447 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
3448
f0c87f88
NC
34492000-03-01 H.J. Lu <hjl@gnu.org>
3450
3451 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
3452 * emulparams/shpe.sh: Likewise.
3453
34542000-03-01 Nick Clifton <nickc@cygnus.com>
3455
3456 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
3457 to unused parameters.
3458
3459 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
3460 functions only used by DLL code.
3461 (_place_orphan): Initialise 'dollar'.
3462
b6f29aaa
L
34632000-03-01 H.J. Lu <hjl@gnu.org>
3464
3465 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
3466 indicate if the undefined symbol is a fatal error or not.
3467 Don't delete the output file if "fatal" is false.
3468
af28fce3
L
34692000-02-29 H.J. Lu <hjl@gnu.org>
3470
50bbae35 3471 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
3472 Set LC_COLLATE and LC_ALL to null and export them. It is for
3473 sort which expects the C locale.
3474 Add $(LIBS) to all $(HOSTING_LIBS).
3475 * Makefile.in: Rebuild.
3476
40d109bf
AM
34772000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
3478
3479 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
3480 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
3481 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
3482 (ld_emulation_xfer_struct): Add missing NULL initialiser for
3483 find_potential_libraries.
3484
db5be682
JB
34852000-02-28 Jim Blandy <jimb@redhat.com>
3486
3487 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 3488 list entries; the lexer considers commas to be valid part of a
db5be682
JB
3489 filename, so in something like `foo, bar' the comma is considered
3490 part of the first filename, `foo,'.
3491 * ld.texinfo: Update section on EXCLUDE_FILE lists.
3492
3558ff4c
ILT
34932000-02-27 Loren J. Rittle <ljrittle@acm.org>
3494
3495 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3496 host "i[3456]86-*-freebsdelf*".
3497
4eee2681
ILT
34982000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
3499
3500 * scripttempl/i386go32.sc: Move misplaced semicolons.
3501
8d75d12d
ILT
35022000-02-25 Ian Lance Taylor <ian@zembu.com>
3503
3504 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
3505 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
3506 (eelf64hppa.c, ehppaelf.c): Remove targets.
3507 * Makefile.in: Rebuild.
3508
a1836d49
AO
35092000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3510
ad51fb57
AO
3511 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
3512 GNU/Linux/sparc, but keep the default as 32.
3513
a1836d49
AO
3514 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
3515 it default if sparcv9 or sparc64.
3516
344a211f
NC
35172000-02-24 Nick Clifton <nickc@cygnus.com>
3518
3519 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
3520 * Makefile.in: Regenerate.
3521 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
3522
3523 * ldemul.h (ld_emulation_xfer_struct): Add new field:
3524 find_potential_libraries.
3525 * ldemul.c (ldemul_find_potential_libraries): New function.
3526
3527 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 3528 exported.
344a211f
NC
3529 (ldfile_open_file): Call ldemul_find_potential_libraries.
3530 * ldfile.h: Add prototype for ldfile_open_file_search.
3531
3532 * pe-dll.c: Add support for ARM, MIPS and SH targets.
3533
3534 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
3535 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
3536
3537 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
3538 (gld_X_find_potential_libraries): New function. Search for
3539 libraries called "*.lib".
3540
a2b64bed 3541 * scripttempl/pe.sc: Add .pdata section.
344a211f 3542
eaba1dd3
RH
35432000-02-23 Richard Henderson <rth@cygnus.com>
3544
3545 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
3546 Add and use memory regions.
3547
5b93d8bb
AM
35482000-02-23 Linas Vepstas (linas@linas.org)
3549
3550 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
3551
3552 * Makefile.am: Add support for Linux/IBM 370.
3553 * configure.tgt: Likewise.
3554
3555 * Makefile.in: Regenerate.
3556
f6af82bd
AM
35572000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3558
3559 * ldlang.c (print_input_section, print_data_statement,
3560 print_reloc_statement, print_padding_statement, insert_pad,
3561 size_input_section, lang_check_section_addresses,
3562 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 3563 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
3564 (lang_do_assignments): Also change `size' to unsigned.
3565
9e673ad1
RH
35662000-02-16 Richard Henderson <rth@cygnus.com>
3567
3568 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
3569
562d3460
TW
35702000-02-16 Timothy Wall <twall@cygnus.com>
3571
3572 * mri.c (mri_draw_tree): Add default LMA region argument to call
3573 to lang_leave_output_section_statement.
3574 * ldlang.h: Update prototypes with LMA region arguments.
3575 * ldlang.c (lang_size_sections): Encapsulate region bounds
3576 checking in os_check_region call.
3577 (os_check_region): New function.
3578 (lang_output_section_statement_lookup): Initialize lma_region.
3579 (lang_leave_output_section_statement): Add LMA region argument.
3580 (lang_leave_overlay): Ditto.
3581 * ldgram.y: Handle LMA region syntax.
3582 * ld.texinfo (Output Section Description): Describe LMA region usage.
3583 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 3584 lma region in call to lang_leave_output_section_statement.
562d3460 3585 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 3586 lma region in call to lang_leave_output_section_statement.
562d3460 3587 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 3588 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
3589
3590
9e4ed18c
TW
35912000-02-04 Timothy Wall <twall@redhat.com>
3592
3593 * ldlang.c (lang_check_section_addresses): Use bytes instead of
3594 octets when calculating section end addresses.
3595
32edc927
TW
35962000-02-04 Timothy Wall <twall@redhat.com>
3597
3598 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
3599
4cbfc3ac
TW
36002000-02-03 Timothy Wall <twall@redhat.com>
3601
a2b64bed 3602 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4cbfc3ac 3603 octet count.
a2b64bed 3604 * ldlang.c (print_input_section, print_data_statement,
4cbfc3ac
TW
3605 print_reloc_statement, print_padding_statement): Print target
3606 address values and section sizes as bytes, not octets.
3607 (insert_pad) Calculate padding size in octets, and adjust "dot"
3608 by bytes.
3609 (size_input_section) Always adjust "dot" by bytes, not octets.
3610 (lang_check_section_addresses, lang_do_assignments) Adjust
3611 "dot" by bytes, not octets. Use the larger of the directive size
3612 or octets_per_byte for the number of octets actually allocated in
3613 the output section.
3614 (lang_set_startof) Make sure STARTOF returns a target address.
3615 (lang_one_common) Record size changes in octets.
3616 (lang_abs_symbol_at_end_of) Section end symbol's value is
3617 recorded in target bytes.
3618 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
3619 to be clear about behavior when an octet is smaller than one byte.
50bbae35 3620
305c7206
AM
36212000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
3622
3623 * ldcref.c (output_cref): Don't pass message strings to printf
3624 as format arg.
3625 Update copyright.
3626
3627 * ldmisc.c (vfinfo): Same here.
3628 Update copyright.
3629
e1c47aa4
AM
36302000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
3631
3632 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
3633 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
3634 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
3635 Add missing NULL initialisers, and comments.
3636
3637 * testsuite/ld-srec/sr3.cc (__rethrow): New.
3638
13392b77
NC
36392000-01-21 Nick Clifton <nickc@cygnus.com>
3640
3641 * ldlang.c (lang_size_sections): Fix typo in comment.
3642
cce4c4c5
NC
36432000-01-18 H.J. Lu <hjl@gnu.org>
3644
3645 * ldlang.c (lang_size_sections): Also update the current
3646 address of a region if the SEC_NEVER_LOAD bit is not set.
3647
0decc840
NC
36482000-01-10 Philip Blundell <pb@futuretv.com>
3649
3650 * configure.tgt (arm*-*-conix*): New target.
3651
4e53152f
NC
36522000-01-07 Nick Clifton <nickc@cygnus.com>
3653
3654 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
3655 line switches with -Wl, (or whatever is appropriate) if it is
3656 being invoked by a comnpiler driver program.
50bbae35 3657 Fix description of the behaviour of the -n command line switch.
4e53152f 3658
3b16e843 36592000-01-05 Catherine Moore <clm@cygnus.com>
18625d54
CM
3660
3661 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
3662 (name_list): New.
3663 * ld.texinfo (EXCLUDE_FILE): Update documentation.
3664 * ldgram.y (wildcard_spec): Support a list of excluded_files.
3665 (exclude_name_list): New.
3666 ldlang.c (walk_wild_section): Support list of excluded files.
3667 (print_wild_statement): Likewise.
3668 (lang_add_wild): Likewise.
3669 * ldlang.h (lang_wild_statement_type): Likewise.
3670 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 3671
5aaace27
NC
36722000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
3673
870df5dc
NC
3674 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
3675 (process_def_file): Use.
3676 (pe_dll_compat_implib): New variable.
3677 (make_one): Use.
50bbae35 3678
870df5dc
NC
3679 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
3680 pe_dll_compat_implib.
50bbae35
AM
3681
3682 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
3683 compat-implib options.
3684 (gld_${EMULATION_NAME}_list_options): List new options.
3685 (gld_${EMULATION_NAME}_parse_args): Handle.
3686
50bbae35 3687 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 3688 dll.
50bbae35
AM
3689
3690 * deffilep.y (opt_name): Allow "." in name.
5aaace27 3691
2f6d2f85 3692For older changes see ChangeLog-9899
252b5132
RH
3693\f
3694Local Variables:
3695mode: change-log
3696left-margin: 8
3697fill-column: 74
3698version-control: never
3699End:
This page took 0.327008 seconds and 4 git commands to generate.