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