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