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