match reality
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
d86bcc10
MS
12002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
2
3 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
4 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
5
69f284c7
TR
62002-02-18 Tom Rix <trix@redhat.com>
7
8 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
9 (gld*_before_allocation): Same.
10 (gld*_create_output_section_statements): Generate
11 __rtinit if run time linking. Add librtl.a to the link.
12 (gld*_read_file): Clean.
13
82bd7b59
AM
142002-02-18 Alan Modra <amodra@bigpond.net.au>
15
16 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
17
ac3e50bf
DB
182002-02-18 David O'Brien <obrien@FreeBSD.org>
19
6a7f963b 20 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
ac3e50bf
DB
21 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
22 and eelf64alpha_fbsd.
6a7f963b 23 * Makefile.in: Regenerate.
ac3e50bf
DB
24 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
25 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
26 use a FreeBSD-specific emulation rather than the psABI one.
27 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
28 for all FreeBSD ELF systems.
29 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
30 emulation.
31 * emulparams/elf32ppc_fbsd.sh: Likewise.
32 * emulparams/elf64_ia64_fbsd.sh: Likewise.
33 * emulparams/elf64_sparc_fbsd.sh: Likewise.
34 * emulparams/elf64alpha_fbsd.sh: Likewise.
35 * emulparams/elf_i386_fbsd.sh: Likewise.
36 * emulparams/elf_x86_64_fbsd.sh: Likewise.
37
6ad738c5
NC
382002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
39
40 * po/tr.po: Updated version.
41
9673c93c
AM
422002-02-18 Alan Modra <amodra@bigpond.net.au>
43
44 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
45 (FILL): Likewise.
46
1c5e6447
HPN
472002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
48
49 * emultempl/mmo.em (mmo_after_open): Don't call
50 _bfd_mmix_check_all_relocs when producing ELF output.
51
8bb57516
RH
522002-02-15 Richard Henderson <rth@redhat.com>
53
54 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
55 definition. Emit a unop+nop pair.
56
49fda6c8
HPN
572002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
58
83c2d653
HPN
59 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
60 for presence of .MMIX.reg_contents.linker_allocated before early
61 exit.
62
49fda6c8
HPN
63 * NEWS: Mention support for MMIX.
64
2c382fb6
AM
652002-02-15 Alan Modra <amodra@bigpond.net.au>
66
67 Support arbitrary length fill patterns.
a139d329
AM
68 * ld.texinfo (Output Section Fill): Describe fill expressions.
69 (FILL): Refer to the above.
2c382fb6
AM
70 * ldexp.h (etree_value_type): Add "str" field.
71 (union etree_union): Add "str" to "value" struct.
72 (exp_bigintop): Declare.
73 (exp_get_fill): Declare.
74 * ldexp.c: Include "safe-ctype.h".
75 (exp_intop): Set value.str to NULL.
76 (exp_bigintop): New function.
77 (new_rel): Pass in "str", and set new.str from it.
78 (new_rel_from_section): Set new.str to NULL.
79 (fold_name): Adjust calls to new_rel.
80 (exp_fold_tree): Likewise.
81 (exp_get_fill): New function.
82 * ldgram.y (struct big_int bigint, fill_type *fill): New.
83 (INT): Returns a "bigint". Adjust all code handling INTs.
84 (fill_opt): Returns a "fill".
85 (fill_exp): Split out of fill_opt, use for FILL.
86 * ldlang.h (struct _fill_type): New.
87 (fill_type): Move typedef to ldexp.h.
88 (lang_output_section_statement_type): "fill" is now a pointer.
89 (lang_fill_statement_type): Likewise.
90 (lang_padding_statement_type): Likewise.
91 (lang_add_fill): Now takes a "fill_type *" param.
92 (lang_leave_output_section_statement): Likewise.
93 (lang_do_assignments): Likewise.
94 (lang_size_sections): Likewise.
95 (lang_leave_overlay_section): Likewise.
96 (lang_leave_overlay): Likewise.
97 * ldlang.c: Include ldgram.h after ldexp.h.
98 (lang_output_section_statement_lookup): Adjust for fill_type change.
99 (print_fill_statement): Likewise.
100 (print_padding_statement): Likewise.
101 (insert_pad): Now takes a "fill_type *" arg.
102 (size_input_section): Likewise.
103 (lang_size_sections_1): Likewise.
104 (lang_size_sections): Likewise.
105 (lang_do_assignments): Likewise.
106 (lang_add_fill): Likewise.
107 (lang_leave_output_section_statement): Likewise.
108 (lang_leave_overlay_section): Likewise.
109 (lang_leave_overlay): Likewise.
110 Adjust all callers of the above function.
111 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
112 starting with "0X" as well as "0x". Return bigint.str for hex
113 numbers starting with "0x" or "0X", zero bigint.str otherwise.
114 Always use base 16 for numbers starting with "$".
115 * ldmain.c: Include ldgram.h after ldexp.h.
116 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
117 of bfd_fill_link_order.
118 * pe-dll.c: Adjust lang_do_assignments calls.
119 * emultempl/elf32.em: Likewise.
120 * emultempl/hppaelf.em: Likewise.
121 * emultempl/ppc64elf.em: Likewise.
122 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
123 lang_add_assignment call.
124 * emultempl/pe.em: Likewise.
125
313e35ee
AM
1262002-02-14 Phil Edwards <pme@gcc.gnu.org>
127
a139d329 128 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
313e35ee
AM
129 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
130 the pattern in question is not a regexp.
131 * ldlang.c: Likewise.
132 * ldlang.h: Likewise.
133 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
134
2d20f7bf
JJ
1352002-02-12 Jakub Jelinek <jakub@redhat.com>
136
137 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
138 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
139 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
140 * ldexp.c (exp_data_seg): New variable.
141 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
142 (fold_binary): Handle DATA_SEGMENT_ALIGN.
143 (exp_fold_tree): Handle DATA_SEGMENT_END.
144 Pass allocation_done when recursing instead of hardcoding
145 lang_allocating_phase_enum.
146 * ldexp.h (exp_data_seg): New.
147 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
148 (lang_size_sections): New.
149 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
150 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
151 if COMMONPAGESIZE is defined.
152 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
153 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
154 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
155 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
156 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
157 libraries only.
158
06880219
AM
1592002-02-11 Alan Modra <amodra@bigpond.net.au>
160
161 * Makefile.in: Regenerate.
162
37b0ac0f
DJ
1632002-02-10 Daniel Jacobowitz <drow@mvista.com>
164
165 * lexsup.c: Remove strtoul declaration.
166
4e5bae56
DJ
1672002-02-10 Daniel Jacobowitz <drow@mvista.com>
168
169 * ldmain.c: Add prototype for main ().
170 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
171 * emultempl/lnk960.em (lnk960_choose_target): Function should
172 take two arguments.
173
1e281515
AM
1742002-02-10 Alan Modra <amodra@bigpond.net.au>
175
176 * ldlang.c (entry_section): New initialised variable.
177 (lang_finish): Use it.
178 * ldlang.h (entry_section): Declare.
179 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
180 entry_section to ".opd".
181
f92d92ff 1822002-02-09 Chris Demetriou <cgd@broadcom.com>
0a9c1c8e
CD
183
184 * ld.texinfo (Options): Add back in -nostdlib documentation,
185 which had been inadvertently removed.
186
74c44237
HPN
1872002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
188
189 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
190 register section vma to a sane value after emitting error. Make
191 fatal conditions cause program exit when emitting message.
192
5e37cc46
NC
1932002-02-08 Ivan Guzvinec <ivang@opencores.org>
194
195 * configure.tgt: Add or32-*-rtems target.
196
2d92cb7d
AO
1972002-02-08 Alexandre Oliva <aoliva@redhat.com>
198
199 Contribute sh64-elf.
200 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
201 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
202 in OTHER_RELOCATABLE_SECTIONS.
203 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
204 * emulparams/shelf32.sh (STACK_ADDR): Define.
205 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
206 (OTHER_SECTIONS): this. Removed stack settings.
207 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
208 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
209 2001-03-12 DJ Delorie <dj@redhat.com>
210 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
211 relaxing if any shmedia or mixed sections are found.
212 2001-03-07 DJ Delorie <dj@redhat.com>
213 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
214 einfo. Gracefully decline to output to non-elf formats.
215 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
216 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
217 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
218 * emulparams/shelf32.sh: Ditto.
219 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
220 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
221 comment.
222 2001-01-10 Ben Elliston <bje@redhat.com>
223 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
224 non-portable shell constructs. From Hans-Peter Nilsson.
225 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
226 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
227 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
228 dependencies to the shell script include chain.
229 * Makefile.in: Regenerate.
230 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
231 * emultempl/sh64elf.em: Update and tweak comments.
232 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
233 make a .cranges section SEC_IN_MEMORY.
234 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
235 * emultempl/sh64elf.em
236 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
237 .cranges section found to be necessary; continue and set stored
238 section contents flags for sections with non-mixed contents.
239 Use a struct sh64_section_data container and sh64_elf_section_data
240 to store contents-type flags.
241 Remove unused update of "isec".
242 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
243 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
244 access contents-type flags. Assert that the associated container
245 is initialized. Use that container, not elf_gp_size, to hold size
246 of linker-generated cranges contents.
247 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
248 * emultempl/sh64elf.em
249 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
250 there's already a .cranges section. When section flag difference
251 is found, don't NULL-check cranges a second time. Tweak comments.
252 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
253 merging, not max size, as size of ld-generated .cranges contents.
254 Don't set ELF section flags in output section. When checking for
255 needed .cranges descriptors, don't use a variable; compare
256 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
257 comments.
258 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
259 * emultempl/sh64elf.em: New file.
260 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
261 * Makefile.in: Regenerate.
262 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
263 (OTHER_RELOCATING_SECTIONS): Ditto.
264 (EXTRA_EM_FILE): New, set to sh64elf if not set.
265 * emulparams/shlelf32.sh: Stub out all settings except
266 OUTPUT_FORMAT. Source shelf32.sh.
267 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
268 OTHER_RELOCATING_SECTIONS.
269 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
270 * emulparams/shlelf64.sh: Stub out all settings except
271 OUTPUT_FORMAT. Source shelf64.sh.
272 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
273 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
274 .cranges section.
275 (DATA_START_SYMBOLS): Define, provide ___data.
276 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
277 for consecutive .data section.
278 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
279 section after .data section.
280 * emulparams/shlelf64.sh: Ditto.
281 * emulparams/shelf32.sh: Ditto.
282 (ALIGNMENT): Define to 8.
283 * emulparams/shelf32.sh: Ditto.
284 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
285 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
286 built-in linker scripts.
287 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
288 * emulparams/shlelf64.sh: New.
289 * emulparams/shelf64.sh: New.
290 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
291 targ_extra_emuls.
292 * Makefile.am: Add support for shlelf64 and shelf64.
293 * Makefile.in: Regenerate.
294 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
295 * configure.tgt (sh64-*-elf*): Add shelf as default.
296 Add shlelf to targ_extra_emuls.
297 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
298 * emulparams/shelf32.sh: New file.
299 * emulparams/shlelf32.sh: New file.
300 * Makefile.am: Add support for shlelf32 and shelf32.
301 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
302 * Makefile.in: Regenerate.
303
e3dc8847
HPN
3042002-02-05 Hans-Peter Nilsson <hp@axis.com>
305
306 * ldlang.c (lang_reset_memory_regions): Rename from
307 reset_memory_regions. Change all callers. Make public.
308 * ldlang.h (lang_reset_memory_regions): Prototype.
309 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
310 lang_reset_memory_regions before lang_size_sections.
126730bd
HPN
311 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
312 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
e3dc8847 313
8017dbcb
HPN
3142002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
315
316 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
317 arithmetic when checking for too many global registers.
318
006336b8
JT
3192002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
320
321 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
322 (ehppanbsd.c): New rule.
323 * Makefile.in: Regenerate.
324 * configure.tgt (hppa*-*-netbsd*): New target.
325 * emulparams/hppalinux.sh: Add comment to check other files
326 that source this file it is modified, and list which
327 files that do.
328 * emulparams/hppanbsd.sh: New file.
329
da1f2fec
GK
3302002-02-01 Geoffrey Keating <geoffk@redhat.com>
331
332 * scripttempl/xstormy16.sc: Don't allocate extra space for the
333 stack.
334
48fa4a5d
HPN
3352002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
336
337 Support on-demand global register allocation from
338 R_MMIX_BASE_PLUS_OFFSET relocs.
339 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
340 mmix_set_reg_section_vma. Call
341 _bfd_mmix_finalize_linker_allocated_gregs.
342 (mmix_before_allocation): New function.
343 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
344 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
345 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
346 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
347 before .MMIX.reg_contents.
348 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
349 (mmo_after_open): New function.
350 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
351 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
352 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
353
3b16e843
NC
3542002-01-31 Ivan Guzvinec <ivang@opencores.org>
355
356 * emulparams/or32.sh: New file.
357 * emulparams/or32elf.sh: New file.
358 * scripttempl/or32.sc: New file.
359 * configure.tgt : Add support for or32.
360 * configure: Regenerate
361 * Makefile.am: Add support for or32.
362 * Makefile.in: Regenerate.
363 * NEWS: Mention support for or32.
364 * po/ld.pot: Regenerate.
365
f744d540 3662002-01-29 Chris Demetriou <cgd@broadcom.com>
313e35ee 367 Mitch Lichtenberg <mpl@broadcom.com>
f744d540
CD
368
369 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
370 * emultempl/mipself.em: New file to handle MIPS ELF embedded
371 reloc creation (ld --embedded-relocs).
372
4867be41
DJ
3732002-01-27 Daniel Jacobowitz <drow@mvista.com>
374
375 * configure: Regenerated.
376
cd8e197b
HPN
3772002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
378
379 * Makefile.am (install): Depend on install-info.
380 * Makefile.in: Regenerate.
381
9cb61eab
AM
3822002-01-26 Christian Rose <menthos@menthos.com>
383
384 * ldmain.c (main): Use full sentences to ease translation.
385
1caa7b23
NC
3862002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
387
388 * po/fr.po: Updated version.
389
1ddbd152
NC
3902002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
391
392 * po/es.po: Updated version.
393
1e84433f
AJ
3942002-01-25 Andreas Jaeger <aj@suse.de>
395
396 * ldlex.l (yy_input): Correct error check.
397
6d39955e
AM
3982002-01-25 Alan Modra <amodra@bigpond.net.au>
399
400 * ldmisc.c (demangle): Put back dots when string not demangled.
401
a9ed1e1b
RH
4022002-01-22 Richard Henderson <rth@redhat.com>
403
404 * emulparams/elf64alpha.sh (NOP): Use unop.
405
968ec2b9
AJ
4062002-01-21 Andreas Jaeger <aj@suse.de>
407
408 * ldlex.l: Use fread instead of read.
409
9596feea
JT
4102002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
411
412 * configure.tgt (ia64-*-netbsd*): New target.
413
493a6d47
L
4142002-01-21 H.J. Lu <hjl@gnu.org>
415
416 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
417 0.
418 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
419
2a538ba5
AJ
4202002-01-18 Andreas Jaeger <aj@suse.de>
421
422 * ldver.c (ldversion): Update year.
423
328577ad
NC
4242002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
425
426 * po/ld.pot: Regenerate.
427
1f808cd5
AM
4282002-01-16 Alan Modra <amodra@bigpond.net.au>
429
430 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
431 * Makefile.in: Regenerate.
432 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
433 * emultempl/ppc64elf.em: New file.
434
335c5610
DD
4352002-01-15 DJ Delorie <dj@redhat.com>
436
437 * scripttempl/pe.sc: Add support for constructor priorities.
438
c40bbade
DC
4392002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
440
441 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
442 * emulparams/avr23xx.sh: Likewise.
443 * emulparams/avr4433.sh: Likewise.
444 * emulparams/avr44x4.sh: Likewise.
445 * emulparams/avr85xx.sh: Likewise.
446 * emulparams/avrmega103.sh: Likewise.
447 * emulparams/avrmega161.sh: Likewise.
448 * emulparams/avrmega603.sh: Likewise.
449 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
450
34efb449
AO
4512002-01-08 Alexandre Oliva <aoliva@redhat.com>
452
453 * ldlang.c (walk_wild_section): Exclude object file if enclosing
454 archive is excluded.
455
8d05742f
JT
4562002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
457
458 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2a538ba5 459 (eshelf_nbsd.c): New rule.
8d05742f
JT
460 (eshlelf_nbsd.c): New rule.
461 * Makefile.in: Regenerate.
462 * configure.tgt (sh*le-*-netbsdelf*): New target.
463 (sh*-*-netbsdelf*): New target.
464 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
465 * ld/emulparams/shelf_nbsd.sh: New emulation.
466 * ld/emulparams/shlelf_nbsd.sh: New emulation.
467
be2d1673
NC
4682002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
469
470 * po/es.po: New file: Spanish translation.
471 * configure.in (ALL_LINGUAS): Add es.
472 * configure: Regenerate.
473
dbab7a7b
NC
4742002-01-06 John Marshall <jmarshall@acm.org>
475
476 * ld.texinfo: Note that --emit-relocs is currently only
477 implemented for ELF.
478
3dfe7a8c
AM
4792002-01-05 Alan Modra <amodra@bigpond.net.au>
480
481 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
482 of bfd_section_list_remove and bfd_section_list_insert macros.
483 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
484 * emultempl/mmo.em (mmo_place_orphan): Likewise.
485
8a8b2d4b
AJ
4862002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
487
488 * configure.tgt (x86_64-*-netbsd*): New target.
489
9a4c7f16
TR
4902001-12-21 Tom Rix <trix@redhat.com>
491
8a8b2d4b 492 (gld*_create_output_section_statements): New function.
9a4c7f16
TR
493 For -binitfini support.
494 * emultempl/aix.em (gld*_before_parse): Fix comment.
495 * emultempl/aix.em (gld*_parse_args): Fix comment.
496
3695c299
AM
4972001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
498
cf86e6df
AM
499 * configure.tgt (mips*-dec-netbsd*): Delete alias for
500 mips*el-*-netbsd*.
501 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
502
3695c299
AM
503 * configure.tgt (arm-*-netbsdelf*): Add target.
504 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
505 * emulparams/armelf_nbsd.sh: Added.
506 * Makefile.am: Add rules for earmelf_nbsd.
507 * Makefile.in: Regenerate.
508
97cb79ae
AJ
5092001-12-19 Andreas Jaeger <aj@suse.de>,
510 Susanne Oberhauser <froh@suse.de>
511
512 * configure.host: Add rules for x86_64-*linux-gnu. Change
513 s390x-linux entry to use gcc to report configuration, replace gcc
514 with $CC in s390-linux
515
9d201f2f
AJ
5162001-12-19 Andreas Jaeger <aj@suse.de>
517
518 * ld.texinfo (VERSION): Fix markup.
519
0b69cd08
MG
5202001-12-18 matthew green <mrg@eterna.com.au>
521
522 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
523 (m68kelfnbsd.c): New rule.
524 * Makefile.in: Regenerate.
525 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
526 (m68*-*-netbsd*4k*): .. this.
527 (m68*-*-netbsdelf*): New target.
528 (m68*-*-netbsd*): Also include ELF support.
529 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
530 * emulparams/m68kelfnbsd.sh: New emulation.
531
6b9b879a
JJ
5322001-12-18 Jakub Jelinek <jakub@redhat.com>
533
534 * ldgram.y (vers_node): Support anonymous version tags.
535 * ldlang.c (lang_register_vers_node): Ensure anonymous version
536 tag is not defined together with non-anonymous versions.
537 * ld.texinfo: Document it.
538
9fc877ed
NC
5392001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
540
541 * po/tr.po: New file: Turkish translation.
542 * configure.in (ALL_LINGUAS): Add tr.
543 * configure: Regenerate.
544
fc18a3f3
RH
5452001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
546
547 * Makefile.am: Add rules for eelf64alpha_nbsd.
548 * Makefile.in: Regenerate.
549 * configure.tgt (alpha*-*-netbsd*): Set
550 targ_emul to elf64alpha_nbsd.
551 * emulparams/elf64alpha_nbsd.sh: Added.
552
76f63e91
AM
5532001-12-17 Alan Modra <amodra@bigpond.net.au>
554
555 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
556 section_tail when fiddling with section list.
557 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
558 broken into separate strings to make translation easier.
559 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
560 fiddling with section list.
561 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
562
d03b89bd
HPN
5632001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
564
565 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
566
320fec9a
AM
5672001-12-15 Alan Modra <amodra@bigpond.net.au>
568
569 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
570
65765700
JJ
5712001-12-13 Jakub Jelinek <jakub@redhat.com>
572
573 * emultempl/elf32.em (finish): Supply output_bfd
574 to bfd_elf*_discard_info.
575 (OPTION_EH_FRAME_HDR): Define.
576 (longopts): Add --eh-frame-hdr.
577 (parse_args): Handle it.
578 (list_options): Add --eh-frame-hdr to help.
579 * emultempl/hppaelf.em (finish): Supply output_bfd
580 to bfd_elf*_discard_info.
581 * scripttempl/elf.sc (.eh_frame_hdr): Add.
582
89894c62
AM
5832001-12-13 Alan Modra <amodra@bigpond.net.au>
584
585 * lexsup.c (parse_args): Don't pass shortopts to second call to
586 getopt functions. Restore optind rather than decrementing before
587 second call. Remove errind as it now duplicates last_optind.
588
583f1926
CF
5892001-12-11 Christopher Faylor <cgf@redhat.com>
590
591 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
592
93fbbb04
GK
5932001-12-07 Geoffrey Keating <geoffk@redhat.com>
594 Richard Henderson <rth@redhat.com>
595
596 * Makefile.am: Add support for xstormy16.
597 * configure.tgt: Add support for xstormy16.
598 * Makefile.in: Regenerate.
599 * emulparams/elf32xstormy16.sh: New file.
600 * scripttempl/xstormy16.sc: New file.
601
583f1926
CF
6022001-10-01 Christopher Faylor <cgf@cygnus.com>
603
fc18a3f3
RH
604 * Makefile.in (LIB_PATH): Make configurable.
605 (GENSCRIPTS): Set LIB_PATH in environment.
606 * configure.in: Substitute LIB_PATH.
607 * configure: Regenerate.
608 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
609 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
583f1926 610
ff291a48
NC
6112001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
612
613 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
614 describing the -N option so that it is easier to translate into
615 foreign languages.
616
e3c8793a
NC
6172001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
618
619 * emultempl/pe.em (..._list_options): Replace multiple fprintf
620 statements describing a single option with a single, newline
621 escaped fprintf. This allows better translation into other
622 languages.
9d201f2f 623
fc18a3f3
RH
624 * ldmain.c (add_archive_element): Combine multiple strings
625 into a single string to permit better translation into other
626 languages.
e3c8793a 627
f2eab0af
TR
6282001-12-05 Tom Rix <trix@redhat.com>
629
630 * Makefile.am: Remove eaixppc64.
9d201f2f 631 * Makefile.in: Regenerate.
f2eab0af 632
249172c3
TR
6332001-12-04 Tom Rix <trix@redhat.com>
634
9d201f2f 635 * emultempl/aix.em (choose_target): Change default target to
249172c3
TR
636 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
637 warning.
638 (gld*_read_file): Fix typo.
639 (change_symbol_mode): Add prototype.
640 (is_syscall): Same.
9d201f2f 641
249172c3
TR
642 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
643 * emulparams/aixrs6.sh : Same.
644 * emulparams/ppcmacos.sh : Same.
645 * emulparams/aixppc64.sh : Delete file.
646 * emultempl/aix.em : Formatting changes.
647
5b5cd1b0
HPN
6482001-12-04 Hans-Peter Nilsson <hp@axis.com>
649
650 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
651 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
652 __Sbss.
653 (OTHER_END_SYMBOLS): Fix formatting.
654 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
655 (OTHER_END_SYMBOLS): Fix formatting.
656
7cecdbff
AM
6572001-12-04 Alan Modra <amodra@bigpond.net.au>
658
659 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
660
742aeb63 6612001-12-02 Tom Rix <trix@redhat.com>
7cecdbff 662
742aeb63 663 * configure.tgt : Remove eaixppc64 emulations.
7cecdbff 664 * Makefile.in : Remove eaixppc64.c
742aeb63
TR
665 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
666 (ldemul_default_target): Same.
667 * emultempl/gld960.em (gld960_choose_target): Same.
7cecdbff
AM
668 * emultempl/gld960c.em (gld960_choose_target): Same.
669 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
742aeb63
TR
670 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
671 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
672 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
7cecdbff 673 * emultempl/aix.em (choose_target): New function. Handle emulation of
742aeb63
TR
674 -b32 and -b64.
675
48459341
L
6762001-11-27 H.J. Lu <hjl@gnu.org>
677
678 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
679 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
680 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
681 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
682 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
683 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
684 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
685 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
686
7cecdbff 687 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
48459341
L
688 is not empty.
689 (SDATA): Likewise.
690 (REL_SDATA): Likewise.
691 (REL_SBSS): Likewise.
692 (REL_SDATA2): Likewise.
693 (REL_SBSS2): Likewise.
694 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
695 (SDATA2): Likewise.
696
ecfdd20c
SC
6972001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
698
699 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
700 destructor in rom.
7cecdbff 701 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
ecfdd20c 702
da54c6eb
L
7032001-11-22 H.J. Lu <hjl@gnu.org>
704
705 * Makefile.in: Regenerated with automake based on automake
706 1.4-8 in RedHat 7.1.
707
465bc359
AM
7082001-11-22 Alan Modra <amodra@bigpond.net.au>
709
710 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
711 (config.status): Delete rule.
712 Add extra dependencies to cover sourced emulparams files.
713 * Makefile.in: Regenerate.
714
715 * scripttempl/elf.sc: Order <section>, <section>.* and
716 corresponding linkonce sections as seen in input files.
717 Formatting fixes. Zero vma of all sections if not relocating.
718 (STACK): Define and insert if STACK_ADDR defined.
719 (OTHER_RELOCATING_SECTIONS): Delete.
720 (OTHER_END_SYMBOLS): Define.
721 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
722 (OTHER_READWRITE_SECTIONS): Likewise.
723 (OTHER_GOT_SECTIONS): Likewise.
724 (OTHER_SDATA_SECTIONS): Likewise.
725 (OTHER_BSS_SECTIONS): Likewise.
726 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
727 (OTHER_READWRITE_SECTIONS): Likewise.
728 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
729 (OTHER_READWRITE_SECTIONS): Likewise
730
731 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
732 (STACK_ADDR): Define.
733 * emulparams/armelf_oabi.sh: As for armelf.sh.
734 * emulparams/elf32mcore.sh: As for armelf.sh.
735 * emulparams/h8300elf.sh: As for armelf.sh.
736 * emulparams/mn10200.sh: As for armelf.sh.
737 * emulparams/shelf.sh: As for armelf.sh.
738
739 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
740 (OTHER_END_SYMBOLS): Define.
741 * emulparams/m32relf.sh: As for elf32fr30.sh.
742 * emulparams/h8300helf.sh: As for elf32fr30.sh.
743 * emulparams/h8300self.sh: As for elf32fr30.sh.
744
745 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
746 defines with RELOCATING test.
747 (OTHER_SDATA_SECTIONS): Likewise.
748 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
749 (OTHER_END_SYMBOLS): ..this.
750 * emulparams/crislinux.sh: As for criself.sh.
751
752 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
753 if not relocating.
754 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
755 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
756 normal and linkonce sections as seen in input files.
757 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
758 (TEXT_DYNAMIC): Likewise.
759 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
760 (OTHER_SDATA_SECTIONS): Likewise.
761 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
762 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
763 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
764 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
765 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
766 (OTHER_PLT_RELOC_SECTIONS): Likewise.
767 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
768 sections as seen in input files.
769 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
770 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
771 if not relocating.
772 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
773 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
774 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
775 (OTHER_SECTIONS): Instead, use this..
776 (OTHER_END_SYMBOLS): ..and this.
777
778 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
779 * emulparams/elf32bsmip.sh: Likewise.
780 * emulparams/elf32btsmip.sh: Likewise.
781 * emulparams/elf32ebmip.sh: Likewise.
782 * emulparams/elf32lmip.sh: Likewise.
783 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
784 * emulparams/elf32lsmip.sh: Likewise.
785 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
786 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
787 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
788 * emulparams/elf64btsmip.sh: Likewise.
789 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
790 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
791 * emulparams/elf32ppclinux.sh: Likewise.
792 * emulparams/elf32ppcsim.sh: Likewise.
793 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
794 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
795 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
796 * emulparams/h8300self.sh: Likewise.
797 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
798 * emulparams/sh.sh: Comment.
799 * emulparams/shl.sh: Source sh.sh, remove duplicates.
800 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
801 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
802
abc6ab0a
AM
8032001-11-21 David Heine <dlheine@tensilica.com>
804 Alan Modra <amodra@bigpond.net.au>
805
806 * ldlang.c (map_input_to_output_sections): Replace "break"
807 accidentally removed with 2001-08-03 change.
808 (lang_gc_sections_1): Likewise.
809
2181f54f
AM
8102001-11-21 Alan Modra <amodra@bigpond.net.au>
811
812 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
813
ca0b5847
AM
8142001-11-20 Angela Marie Thomas <angela@redhat.com>
815
816 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2181f54f
AM
817 of false when calling lang_size_sections.
818 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
ca0b5847 819
c56feb2b
AM
8202001-11-15 Alan Modra <amodra@bigpond.net.au>
821
822 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
823 function when LDEMUL_FINISH isn't set to the same name. Don't
824 call ${LDEMUL_FINISH}.
825 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
826 * emultempl/armelf.em (arm_elf_finish): Call
827 gld${EMULATION_NAME}_finish.
828 * emultempl/hppaelf.em (hppaelf_finish): Rename to
829 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
830 hppaelf_layout_sections_again if necessary.
831 (need_laying_out): New var.
832 (hppaelf_layaout_sections_again): Rename to
833 hppaelf_layout_sections_again. Clear need_laying_out.
834 (PARSE_AND_LIST_OPTIONS): Format text.
835
a48ca7f2
L
8362001-11-14 H.J. Lu <hjl@gnu.org>
837
838 * emultempl/armelf.em (arm_elf_finish): Renamed from
839 gld${EMULATION_NAME}_finish.
840 (LDEMUL_FINISH): Set to arm_elf_finish.
841
73d074b4
DJ
8422001-11-14 Daniel Jacobowitz <drow@mvista.com>
843
844 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
845 (struct ld_emulation_xfer_struct): Use it.
846
3b16e843 8472001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
fc65c602 848
465bc359 849 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
fc65c602
JL
850 additional symbols referenced by newer crt0.o files from HP.
851
f11b7027
NC
8522001-11-12 Anthony Green <green@redhat.com>
853
854 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
855
3bf2994f
AM
8562001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
857
858 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
859 * Makefile.in: Regenerate.
860
ff5dcc92
SC
8612001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
862
863 * ld.texinfo: Use @command for commands, @option for options.
864 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
865 the page man title.
866 * Makefile.in: Rebuild.
867
9fb9af6e
CD
8682001-11-04 Chris Demetriou <cgd@broadcom.com>
869
870 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
871 Add support for targets.
2181f54f 872
3c62831e
NC
8732001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
874
875 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
876 * configure: Regernate.
877 * po/fr.po: New file.
878 * po/sv.po: New file.
879
3a9091c4
NC
8802001-11-01 NIIBE Yutaka <gniibe@m17n.org>
881
882 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
883 as little endian default and to support big endian.
2181f54f 884
361b220e
CD
8852001-11-01 Chris Demetriou <cgd@broadcom.com>
886
887 * ld.texinfo (Options): Document new option, -nostdlib.
888 * lexsup.c (OPTION_NOSTDLIB): New definition.
889 (ld_options): Add entry for "nostdlib".
890 (parse_args): Handle OPTIONS_NOSTDLIB.
891 * ldfile.c (ldfile_add_library_path): Don't add directories
892 to the search path if they weren't specified on the command line
893 and -nostdlib was specified.
894 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
895
210a7bd1
NC
8962001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
897
898 * lexsup.c (parse_args): Prevent infinite parsing loop when
899 "-rpath.a" is specified on the command line.
900 Replace calls to fprintf with calls to einfo.
901
114283d8
NC
9022001-10-31 John Marshall <jmarshall@acm.org>
903
904 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
905 appear only once across all the linker scripts involved in a link
906 invocation no longer applies. Make the documentation reflect
907 that.
908
7649aa50
NC
9092001-10-31 NIIBE Yutaka <gniibe@m17n.org>
910
911 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
912 targets.
913 (sh-*-linux*): Added targ_extra_libpath.
914
6e814ff8
AM
9152001-10-31 David Heine <dlheine@tensilica.com>
916
917 * ldlang.c (lang_size_sections): Keep a valid output_offset field
918 for padding statements.
919
3c3bdf30
NC
9202001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
921
922 * configure.tgt (mmix-*-*): New target.
923 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
924 Add dependencies to match.
925 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
926 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
927 scripttempl/mmo.sc: New files.
928 * gen-doc.texi: @set MMIX.
929 * ld.texinfo: Ditto.
6e814ff8 930 [MMIX] Add MMIX node.
3c3bdf30
NC
931 * Makefile.in: Regenerate.
932
ca0c1d3e
KH
9332001-10-29 Kazu Hirata <kazu@hxi.com>
934
935 * ldlang.c: Fix a comment typo.
936
1a3d33ce
AM
9372001-10-23 Alan Modra <amodra@bigpond.net.au>
938
939 * configure.host: Move alpha*-*-linux-gnu* entry to generic
940 entries, and match *-*-linux*.
941
b47c4208
AM
9422001-10-20 Alan Modra <amodra@bigpond.net.au>
943
944 * ldgram.y (mri_script_command): Surround processing of INCLUDE
945 with ldlex_script, ldlex_popstate.
946 (ifile_p1): Likewise.
947 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
948 correct slot.
949 (lex_push_file): Save current lineno to lineno_stack. Set lineno
950 to 1. Don't BEGIN(SCRIPT).
951 (lex_redirect): Similarly.
952 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
953
fd521b47
NC
9542001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
955
956 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
957 __EH_FRAME_END__ and accept eh frames into data section.
958 Add ctor and dtor sections.
959
59d28a94
DD
9602001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
961
962 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
963 (auto-export): Fix indentation.
964
663dd378
DD
9652001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
966
967 * pe-dll.c (autofilter_objectlist): Add startup objects
968 for profiling.
969 (auto-export): Constify char * p.
6e814ff8 970 Extract file basename and use strcmp rather than ststr
663dd378
DD
971 for object lookup.
972
31d677f9
CD
9732001-10-18 Chris Demetriou <cgd@broadcom.com>
974
975 * ldmain.c (get_emulation): Improve comment about the handling
976 of -mipsN options.
977
aa200fe8
AM
9782001-10-17 Alan Modra <amodra@bigpond.net.au>
979
980 * po/POTFILES.in: Regenerate.
981
146e7110
AM
9822001-10-16 Vassili Karpov <malc@pulsesoft.com>
983
984 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
985 -z nocopyreloc and -z nocombreloc usage strings.
986
b4330e85
NC
9872001-10-12 Vassili Karpov <malc@pulsesoft.com>
988
146e7110 989 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
b4330e85
NC
990 in usage.
991
5af8a2fb
NC
9922001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
993
994 * scripttempl/armaout.sc: Place .bss section after end of aligned
995 data section to match behaviour of aout code in constructrion of
996 header.
997
5b784096
DD
9982001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
999
1000 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
1001 startup files for mingw32 dlls to list.
1002
61585df2
CD
10032001-10-10 Chris Demetriou <cgd@broadcom.com>
1004
1005 * emultempl/elf32.em: Fix shell 'if' usage for portability.
1006
45cf6f3e
AH
10072001-10-08 Aldy Hernandez <aldyh@redhat.com>
1008
1009 * configure.tgt (targ): Add arm9e-*-elf.
1010
e24d7c12
L
10112001-10-05 H.J. Lu <hjl@gnu.org>
1012
1013 * genscripts.sh: Fix a typo in the last change.
1014
ec38dd05
JJ
10152001-10-05 Jakub Jelinek <jakub@redhat.com>
1016
1017 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
1018 -z nocombreloc in usage.
1019
cedd6b0d
JB
10202001-10-03 Jim Blandy <jimb@redhat.com>
1021
1022 * genscripts.sh: Include a comment at the top of each generated
1023 script, explaining its purpose.
1024
8bd621d8
AM
10252001-10-03 Vassili Karpov <malc@pulsesoft.com>
1026
1027 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
1028 * NEWS: Mention -z nocopyreloc.
1029 * ld.texinfo (Options): Describe nocopyreloc.
1030
fcd8210c
AM
10312001-10-03 Alan Modra <amodra@bigpond.net.au>
1032
1033 * configure: Regenerate.
1034
d32820f2
AM
10352001-10-02 Alan Modra <amodra@bigpond.net.au>
1036
1037 * ldver.h (ld_program_version): Remove declaration.
1038 * lexsup.c (parse_args): Move printing of copyright message..
1039 * ldver.c (ldversion): .. to here.
1040 Use BFD_VERSION_STRING in place of BFD_VERSION.
1041 (ld_program_version): Remove.
1042 * Makefile.am (Makefile): Depend on bfd/configure.in.
1043 Run "make dep-am".
1044 * Makefile.in: Regenerate.
1045
af46bcdc
HPN
10462001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1047
1048 * Makefile.am: Update dependencies with "make dep-am".
1049 * Makefile.in: Regenerate.
1050
4818e05f 10512001-09-29 John Reiser <jreiser@BitWagon.com>
862517b6 1052
4818e05f
AM
1053 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
1054 * lexsup.c: Add --no-define-common commandline option.
1055 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
1056 * ldlex.l: Likewise.
1057 * ld.h: Add command_line.inhibit_common_definition.
1058 * ldmain.c (main): Initialize.
1059 * ld.texinfo: Document.
862517b6 1060
d5e0ebeb
AM
10612001-09-26 Alan Modra <amodra@bigpond.net.au>
1062
1063 * ldmisc.c (USE_STDARG): Remove.
1064 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1065 (einfo): Likewise.
1066 (minfo): Likewise.
1067 (lfinfo): Likewise.
1068
1069 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
1070 declarations. Update copyright.
1071
2f8d8971
NC
10722001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
1073
85c77458
NC
1074 * pe-dll.c: Remove obsoleted declaration of
1075 pe_get_data_import_dll_name.
1076 (pe_create_import_fixup): Fix thinko.
1077
2f8d8971
NC
1078 * ld.texinfo(enable-auto-import): Clarify the explanation.
1079
10802001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
1081
1082 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
1083 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
1084 DLL_SUPPORT controlled code.
1085
72358f65 10862001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
146e7110 1087
72358f65
NC
1088 * emultempl/pe.em(pe_data_import_dll): Make static.
1089 (pe_get_data_import_dll_name): New accessor function.
146e7110 1090 * pe-dll.c(pe_create_import_fixup): call
72358f65
NC
1091 pe_get_data_import_dll_name() from pe.em, instead of
1092 directly accessing pe_data_import_dll variable from pe.em.
1093
3882b010
L
10942001-09-18 Bruno Haible <haible@clisp.cons.org>
1095
1096 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
1097 (def_file_add_directive): Use ISSPACE instead of isspace.
1098 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
1099 isdigit/isxdigit/isalpha/isalnum.
1100 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
1101 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
1102 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
1103 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
1104 isalnum.
1105 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
1106 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
1107 isupper/tolower.
1108 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
1109 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
1110 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
1111 (ctor_prio): Use ISDIGIT instead of isdigit.
1112 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
1113 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
1114 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
1115 isupper/tolower.
1116 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
1117 (stricpy): Use TOLOWER instead of isupper/tolower.
1118 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
1119 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
1120 (lex_warn_invalid): Use ISPRINT instead of isprint.
1121 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
1122 (main): For gettext, also set the LC_CTYPE locate facet.
1123 (add_keepsyms_file): Use ISSPACE instead of isspace.
1124 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
1125 (is_num, parse_args): Use ISDIGIT instead of isdigit.
1126 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
1127 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
1128 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
1129 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
1130 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
1131 (quoteput): Use ISSPACE instead of isspace.
1132 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
1133 instead of isalnum.
1134
db09f25b
AM
11352001-09-18 Alan Modra <amodra@bigpond.net.au>
1136
1137 * deffilep.y (def_stash_module): Constify "name" param.
1138
1139 * pe-dll.c: Replace CONST with const throughout.
1140 (quick_symbol): Constify "n1", "n2", "n3" params.
1141 (make_singleton_name_thunk): Constify "import" param. Make
1142 "buffer_len" a size_t.
1143 (make_import_fixup_entry): Constify "name", "fixup_name",
1144 "dll_symname" params.
1145 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
1146 (pe_get32): Likewise.
1147 (pe_implied_import_dll): Likewise.
1148
1149 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
1150 (sort_by_section_name): Likewise.
1151
1152 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
1153 (make_import_fixup): Cast printf arg, rel->address to long rather
1154 than int.
1155 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
1156
74699268
AM
11572001-09-15 Alan Modra <amodra@bigpond.net.au>
1158
1159 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
1160 defines BufferSize. Increase buffer size by one.
1161
775cabad
NC
11622001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
1163
1164 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
1165
056a1d49
NC
11662001-09-14 Kevin Lo <kevlo@openbsd.org>
1167
1168 * configure.tgt: Add arm-openbsd target.
1169
a7d792bb
L
11702001-09-12 H.J. Lu <hjl@gnu.org>
1171
1172 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
1173 eelf64lppc.o to ...
1174 (ALL_64_EMULATIONS): Here.
1175 * Makefile.in: Regenerated.
1176
0d888aac
CW
11772001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1178
1179 * emultempl/pe.em(make_import_fixup): change signature to
1180 take asection as well as arelec; we need this for proper
146e7110 1181 error reporting. Only call pe_create_import_fixup() if
0d888aac
CW
1182 there is no attempt to add a constant addend to the reloc;
1183 otherwise, report error condition.
1184 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
1185 since final argument is a pointer to make_import_fixup().
1186 Change call to cb() to match make_import_fixup() signature.
1187 (make_import_fixup_mark): make buffer_len unsigned.
1188 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
1189
11902001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
1191
1192 * ld.texinfo: add verbose documentation for auto-import
146e7110 1193 direct-addressing workaround, to compliment the terse
0d888aac
CW
1194 error message.
1195
cedacdc0
CM
11962001-09-12 Andrew MacLeod <amacleod@redhat.com>
1197
146e7110 1198 * scripttempl/v850.sc: Add gcc_except_table sections.
cedacdc0 1199
3b16e843 12002001-09-11 Jeffrey A Law (law@cygnus.com)
38be0bb1
JL
1201
1202 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
1203 * emulparams/h8300self.sh: Similarly.
1204
559e4713
NC
12052001-09-05 Danny Smith <dannysmith@users.souceforge.net>
1206
1207 * ld.texinfo (Options, --stack): Correct default value for stack
1208 reserve.
1209
1fdf0249
TR
12102001-09-05 Tom Rix <trix@redhat.com>
1211
1212 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
146e7110 1213
9b5799b8
AJ
12142001-09-03 Andreas Jaeger <aj@suse.de>
1215
1216 * emultempl/beos.em: Declare prototypes for comparions functions,
1217 adjust definitions.
1218
48f6162b
AJ
12192001-09-02 Andreas Jaeger <aj@suse.de>
1220
1221 * emultempl/aix.em: Add missing prototype.
1222 * emultempl/lnk960.em: Likewise.
1223 * emultempl/vanilla.em: Likewise.
1224 * emultempl/armcoff.em: Likewise.
1225 * emultempl/armelf_oabi.em: Likewise.
1226 * emultempl/beos.em: Likewise.
1227 * emultempl/gld960c.em: Likewise.
1228 * emultempl/gld960.em: Likewise.
1229
1230 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
1231 for prototype declaration.
1232
39e5585e
EC
12332001-08-31 Eric Christopher <echristo@redhat.com>
1234 Jason Eckhardt <jle@redhat.com>
1235
1236 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
1237
3fc90ddb
AJ
12382001-08-31 Andreas Jaeger <aj@suse.de>
1239
1240 * emultempl/pe.em: Add missing prototypes.
1241 (gld_${EMULATION_NAME}_after_open): Remove extra args to
1242 pe_find_data_imports.
1243 (pr_sym): Add unused attribute.
1244
d43ded80
PB
12452001-08-29 Joel Sherrill <joel@OARcorp.com>
1246
39e5585e 1247 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
d43ded80
PB
1248 default from coff to elf.
1249
3946dd2f
JL
12502001-08-29 Jeff Law <law@redhat.com>
1251
1252 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
1253 ARCH specification.
1254 * emulparams/h8300self.sh: Similarly.
1255
3b16e843 12562001-08-28 J"orn Rennecke <amylaar@redhat.com>
8af6dd41
JR
1257
1258 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
1259 eh8300self.o .
1260 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
1261 * configure.tgt (h8300-*-elf*): New case.
1262 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
1263 * emulparams/h8300self.sh: New file.
1264 * Makefile.in: Regenerated.
1265
70d0c6e9
NC
12662001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
1267
1268 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
1269 with macro name.
1270
5c67d4bb
AM
12712001-08-27 Linus Nordberg <linus@swox.com>
1272 Alan Modra <amodra@bigpond.net.au>
1273
1274 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
1275 (eelf64ppc.c, eelf64lppc.c): Add make targets.
1276 Run "make dep-am"
1277 * Makefile.in: Regenerate.
1278 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
1279 entries to correct alphabetical position.
1280 * emulparams/elf64ppc.sh: New.
1281 * emulparams/elf64lppc.sh: New.
1282
08131015
NC
12832001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
1284
1285 * ldmain.c (main): Declare BSIZE as static.
1286
db6751f2
JJ
12872001-08-23 Jakub Jelinek <jakub@redhat.com>
1288
1289 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
1290 into .rel.dyn resp. .rela.dyn if combreloc.
1291 (get_script): If .x linker script is equal to .xn, only put it
1292 once into the binary.
1293 Add .xc and .xsc scripts.
1294 (parse_args): Handle -z combreloc and -z nocombreloc.
1295 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
1296 For .xc and .xsc scripts put all .rel* or .rela* input sections
1297 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
1298 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
1299 is elf.
1300 Strip trailing whitespace from script.
1301 Generate .xc and .xsc scripts if requested.
1302 * ldmain.c (main): Initialize link_info.combreloc and
1303 link_info.spare_dynamic_tags.
1304 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
1305 (ld_options): Add --spare-dynamic-tags option.
1306 (parse_args): Likewise.
1307 * ld.texinfo: Document -z combreloc and -z nocombreloc.
1308 * ldint.texinfo: Document .xc and .xsc linker scripts.
1309 * NEWS: Add notes about -z combreloc and SHF_MERGE.
1310
63d069c0
L
13112001-08-22 H.J. Lu <hjl@gnu.org>
1312
1313 * emulparams/elf32fr30.sh: Add a newline.
1314
948f9114
AJ
13152001-08-21 Andreas Jaeger <aj@suse.de>
1316
1317 * deffilep.y: Add missing prototypes.
1318 * pe-dll.c: Likewise.
1319
ae7fb08f
AM
13202001-08-20 Alan Modra <amodra@bigpond.net.au>
1321
2af02257
AM
1322 * ldlang.c (insert_pad): Fix typos in last patch.
1323
1324 * ldlang.c: When traversing lang_statement_union_type lists,
1325 consistently use "header.next" rather than "next".
1326 * mpw-eppcmac.c: Likewise.
1327 * emultempl/beos.em: Likewise.
1328 * emultempl/hppaelf.em: Likewise.
1329 * emultempl/pe.em: Likewise.
1330 * ldlang.h (union lang_statement_union): Remove "next" field.
1331
c0c330a7
AM
1332 * ldlang.c (insert_pad): Use offsetof macro.
1333 (lang_size_sections): Always neuter padding statements.
1334 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
1335
ae7fb08f
AM
1336 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
1337 passed to lang_size_sections.
1338 (pe_exe_fill_sections): Likewise.
1339 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
1340 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
1341
fab80407
AM
13422001-08-18 Alan Modra <amodra@bigpond.net.au>
1343
1344 * emultempl/aix.em: Formatting fixes.
1345
b3327aad
AM
13462001-08-18 Alan Modra <amodra@bigpond.net.au>
1347
1348 * ldlang.c (insert_pad): Make use of an existing pad statement if
1349 available. Move code calculating alignment, adjusting section
1350 alignment power, and adjusting dot to ..
1351 (size_input_section): .. here. Remove unused relax param.
1352 (lang_size_sections): Change boolean `relax' param to boolean *.
1353 Adjust call to size_input_section. Make use of insert_pad to
1354 place pad after the assignment statement. If relaxing, zap
1355 padding statements.
1356 (reset_memory_regions): Reset output_bfd section sizes too.
1357 (relax_again): Move to..
1358 (lang_process): ..here. Adjust call to lang_size_sections, and
1359 remove duplicated code.
1360 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
1361
563e308f
AM
13622001-08-17 Alan Modra <amodra@bigpond.net.au>
1363
1364 * ld.texinfo: Document that fill values now use the four least
1365 significant bytes.
1366 * emulparams/elf32fr30.sh (NOP): Update.
1367 * emulparams/elf32mcore.sh: Likewise.
1368 * emulparams/elf64_s390.sh: Likewise.
1369 * emulparams/elf_i386.sh: Likewise.
1370 * emulparams/elf_i386_be.sh: Likewise.
1371 * emulparams/elf_i386_chaos.sh: Likewise.
1372 * emulparams/elf_i386_ldso.sh: Likewise.
1373 * emulparams/elf_s390.sh: Likewise.
1374 * emulparams/elf_x86_64.sh: Likewise.
1375 * emulparams/i386moss.sh: Likewise.
1376 * emulparams/i386nw.sh: Likewise.
1377 * emulparams/m68kelf.sh: Likewise.
1378 * scripttempl/elf.sc: Update NOP comment.
1379 * scripttempl/elfi370.sc: Likewise.
1380 * scripttempl/elfm68hc11.sc: Likewise.
1381 * scripttempl/elfm68hc12.sc: Likewise.
1382 * scripttempl/nw.sc: Likewise.
1383
b90e1c6f
TR
13842001-08-15 Tom Rix <trix@redhat.com>
1385
1386 * ldgram.y (saved_script_handle): Initialize to NULL.
1387 * ldmain.c (main): Change check on saved_script_handle.
948f9114 1388
39dcfe18
AM
13892001-08-14 Alan Modra <amodra@bigpond.net.au>
1390
cde43e70
AM
1391 * emultempl/elf32.em: Formatting fixes.
1392 (output_prev_sec_find): Test for bfd_ind_section too; do so by
1393 looking at sec->owner.
1394 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
1395 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
1396 unused code, and reorganize orphan section placement code.
1397
39dcfe18
AM
1398 * ldlang.c (wild_doit): Rename to lang_add_section.
1399 * ldlang.h: Here too.
1400 * mpw-elfmips.c: And here.
1401 * emultempl/beos.em: And here.
1402 * emultempl/elf32.em: And here.
1403 * emultempl/hppaelf.em: And here.
1404 * emultempl/pe.em: And here.
1405
908d20b3
RH
14062001-08-13 Richard Henderson <rth@redhat.com>
1407
1408 * emultempl/needrelax.em: New file.
1409 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
1410 * Makefile.am (eelf64_ia64.c): Depend on it.
1411 * Makefile.in: Rebuild.
1412
0f33d40b
AM
14132001-08-13 Alan Modra <amodra@bigpond.net.au>
1414
22af9fd3
AM
1415 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
1416 output_section is set non-NULL.
1417
0f33d40b
AM
1418 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
1419 `true' for SEC_EXCLUDE sections so that the generic code doesn't
1420 needlessly create an output_section_statement. Treat a correctly
1421 named output_section_statement with NULL bfd_section as compatible.
1422
55ab6103
HPN
14232001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
1424
1425 * emultempl/generic.em: Support EXTRA_EM_FILE.
1426 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
1427 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1428 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1429 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1430 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1431 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1432 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1433 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1434 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1435 LDEMUL_FIND_POTENTIAL_LIBRARIES.
1436
24098abb
RH
14372001-08-12 Richard Henderson <rth@redhat.com>
1438
1439 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
1440 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
1441 scripttempl/v850.sc: Keep .jcr data.
1442
b9a8de1e 14432001-08-12 H.J. Lu <hjl@gnu.org>
146e7110
AM
1444 Andrew Haley <aph@cambridge.redhat.com>
1445 Nick Clifton <nickc@redhat.com>
b9a8de1e 1446
146e7110 1447 * ldgram.y (had_script): Change name to saved_script_handle.
b9a8de1e
NC
1448 Change type to file handle.
1449 * ld.h (had_script): Rename and retype.
1450 * ldfile.c (ldfile_open_command_file): Save the file handle
1451 used in saved_script_handle.
1452 * lexsup.c (parse_args): Do not allow -c option to alter
1453 saved_script_handle.
1454 * ldmain.c (main): Print out the linker script used if
1455 --verbose is given. Check saved_script_handle to obtain the
1456 external linker script used, or if NULL, dump the builtin
1457 script.
1458 * ld.texinfo: Document that --verbose now dumps the linker
1459 script used, regardless of whether it was an internal or an
1460 external script.
1461
0218d1e4
AJ
14622001-08-10 Andreas Jaeger <aj@suse.de>
1463
1464 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1465 to build warnings.
1466 * configure: Regenerate.
1467
5253f23b
AM
14682001-08-09 Alan Modra <amodra@bigpond.net.au>
1469
73810896
AM
1470 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
1471
5253f23b
AM
1472 * scripttempl/elf.sc: Move non-text .dynamic section before
1473 .plt/.got/.sdata* group.
1474 (OTHER_GOT_SECTIONS): Move to immediately after .got.
1475 (OTHER_SDATA_SECTIONS): Add.
1476 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
1477 OTHER_GOT_SECTIONS.
1478 * emulparams/crislinux.sh: Likewise.
1479 * emulparams/elf32b4300.sh: Likewise.
1480 * emulparams/elf32bmip.sh: Likewise.
1481 * emulparams/elf32bmipn32.sh: Likewise.
1482 * emulparams/elf32bsmip.sh: Likewise.
1483 * emulparams/elf32btsmip.sh: Likewise.
1484 * emulparams/elf32ebmip.sh: Likewise.
1485 * emulparams/elf32elmip.sh: Likewise.
1486 * emulparams/elf32l4300.sh: Likewise.
1487 * emulparams/elf32lmip.sh: Likewise.
1488 * emulparams/elf32lsmip.sh: Likewise.
1489 * emulparams/elf32ltsmip.sh: Likewise.
1490 * emulparams/elf64bmip.sh: Likewise.
1491 * emulparams/elf64btsmip.sh: Likewise.
1492 * emulparams/elf64ltsmip.sh: Likewise.
1493
179c732c
AM
14942001-08-08 Alan Modra <amodra@bigpond.net.au>
1495
1496 * genscripts.sh: Source the emulparams script before each output
1497 script is generated so that variables like `RELOCATING' may affect
1498 variables defined in the emulparams script.
1499
3fd36710
AM
15002001-08-04 Alan Modra <amodra@bigpond.net.au>
1501
20713691
AM
1502 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
1503 order.
1504
3fd36710
AM
1505 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
1506 ie. iterate over wild_statement.section_list.
1507 (gld${EMULATION_NAME}_place_orphan): Likewise.
1508
de0b1853
SC
15092001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1510
1511 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
1512 .fini[0-4] sections used by _exit
1513 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
1514 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
1515 * scripttempl/elfm68hc11.sc: Likewise.
1516
ff7e6f88
L
15172001-08-03 H.J. Lu <hjl@gnu.org>
1518
1519 * emultempl/beos.em (init): Add the missing initialization.
1520
b6bf44ba
AM
15212001-08-03 Alan Modra <amodra@bigpond.net.au>
1522
1523 * ld.texinfo (Input Section Basics): Clarify ordering of output
1524 sections.
1525 * ldlang.c (callback_t): Add wildcard_list param.
1526 (walk_wild_section): Remove "section" param. Rewrite for
1527 lang_wild_statement_type change. Remove unique_section_p test.
1528 (walk_wild_file): Remove "section" param.
1529 (walk_wild): Remove "section" and "file" params.
1530 (lang_gc_wild): Likewise.
1531 (wild): Likewise. Modify for lang_wild_statement_type change.
1532 (wild_sort): Likewise. Add "sec" param.
1533 (gc_section_callback): Likewise.
1534 (output_section_callback): Likewise. Do unique_section_p test.
1535 (map_input_to_output_sections): Modify call to wild.
1536 (lang_gc_sections_1): Likewise.
1537 (print_wild_statement): Modify for lang_wild_statement_type
1538 change.
1539 (lang_add_wild): Replace filename, filenames_sorted param with
1540 filespec. Replace section_name, sections_sorted,
1541 exclude_filename_list with section_list.
1542 * ldlang.h (lang_add_wild): Here too.
1543 (lang_wild_statement_type): Replace section_name, sections_sorted,
1544 and exclude_filename_list with section_list.
1545 * ldgram.y (current_file): Delete.
1546 (%union): Add wildcard_list.
1547 (file_NAME_list): Set type to wildcard_list. Build a linked list
1548 rather than calling lang_add_wild for each entry.
1549 (input_section_spec_no_keep): Call lang_add_wild here instead.
1550 * ld.h (struct wildcard_list): Declare.
1551 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
1552
b044cda1
CW
15532001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
1554
1555 * ldmain.c (main): initialize link_info.pei386_auto_import
1556 * pe-dll.c: new tables for auto-export filtering
1557 (auto_export): change API, pass abfd for contextual filtering.
b6bf44ba 1558 Loop thru tables of excluded symbols instead of comparing
b044cda1
CW
1559 "by hand".
1560
15612001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
1562
b6bf44ba
AM
1563 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
1564 static variable current_sec (static struct sec *). Add
b044cda1 1565 forward declaration for add_bfd_to_link.
b6bf44ba
AM
1566 (process_def_file): Don't export undefined symbols. Do not
1567 export symbols starting with "_imp__". Call auto_export()
b044cda1
CW
1568 with new API.
1569 (pe_walk_relocs_of_symbol): New function.
1570 (generate_reloc): add optional extra debugging
b6bf44ba 1571 (pe_dll_generate_def_file): eliminate extraneous initial blank
b044cda1 1572 line in output
b6bf44ba 1573 (make_one): enlarge symtab to make room for __nm__ symbols
b044cda1
CW
1574 (DATA auto-import support).
1575 (make_singleton_name_thunk): New function.
1576 (make_import_fixup_mark): New function.
1577 (make_import_fixup_entry): New function.
1578 (pe_create_import_fixup): New function.
b6bf44ba 1579 (add_bfd_to_link): Specify that 'name' argument is a CONST
b044cda1 1580 char *.
b6bf44ba
AM
1581 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
1582 declare new functions pe_walk_relocs_of_symbol and
b044cda1
CW
1583 pe_create_import_fixup.
1584 * emultempl/pe.em: add new options --enable-auto-import,
1585 --disable-auto-import, and --enable-extra-pe-debug.
1586 (make_import_fixup): New function.
1587 (pe_find_data_imports): New function.
1588 (pr_sym): New function.
b6bf44ba 1589 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
b044cda1
CW
1590 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
1591 CODE.
1592
15932001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
b6bf44ba 1594
b044cda1
CW
1595 * ld.texinfo: add additional documentation for
1596 --export-all-symbols. Document --out-implib,
1597 --enable-auto-image-base, --disable-auto-image-base,
b6bf44ba
AM
1598 --dll-search-prefix, --enable-auto-import, and
1599 --disable-auto-import.
b044cda1
CW
1600 * ldint.texinfo: Add detailed documentation on auto-import
1601 implementation.
1602
156e34dd
NC
16032001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1604
1605 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
1606 example.
1607
d6231427
AM
16082001-07-24 Alan Modra <amodra@bigpond.net.au>
1609
1610 * Makefile.am: Update dependencies with "make dep-am".
1611 * Makefile.in: Regenerate
1612
e14ec88b
AM
16132001-07-23 Alan Modra <amodra@bigpond.net.au>
1614
1615 * ldcref.c (check_section_sym_xref): New function.
1616 (check_nocrossrefs): Call it.
1617 (check_nocrossref): Interate over h->refs here instead of..
1618 (check_refs): ..here. Pass in the symbol name, section, and bfd
1619 rather than hash_entry pointers.
1620 (struct check_refs_info): Keep symbol name rather than hash entry.
1621 Remove "same".
1622 (check_reloc_refs): Tweak for above changes in check_refs_info.
1623 Only report references to section syms when symname is NULL to
1624 prevent duplicate messages for the same reloc.
1625
1b577b00
NC
16262001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1627
c7d701b0
NC
1628 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1629 available. Do not print NULL trees.
1630 (exp_print_token): Print unknown tokens with values > 126 as
1631 decimal values not ASCII characters.
1632
1545243b
NC
1633 * ldlang.c (lang_leave_overlay): If a region is specified assign
1634 it to all sections inside the overlay unless they have been
1635 assigned to the own, non-default, memory region.
1636
1b577b00
NC
1637 * README: Add header for consistency with other README files.
1638
5030876b
L
16392001-07-14 H.J. Lu <hjl@gnu.org>
1640
1641 * emultempl/elf32.em (output_prev_sec_find): Never return
1642 bfd_abs_section_ptr, bfd_com_section_ptr nor
1643 bfd_und_section_ptr.
1644
18c7a9a5
NC
16452001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
1646
22af9fd3 1647 * Makefile.am (em32relf.c): Change dependency from generic.em to
18c7a9a5
NC
1648 elf32.em.
1649 * Makefile.in: Regenerate.
1650
9ffecff1
MG
16512001-07-14 matthew green <mrg@eterna.com.au>
1652
1653 * configure.tgt (i386-*-netbsdelf*): New target.
1654 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
1655
95500e1c
JJ
16562001-07-13 Jakub Jelinek <jakub@redhat.com>
1657
1658 * emultempl/elf32.em (output_prev_sec_find): New.
1659 (place_orphan): Use it.
1660
e97cb84f
L
16612001-07-11 H.J. Lu <hjl@gnu.org>
1662
1663 * ldmain.c (main): Fix typos in the last change.
1664
7333607e
JJ
16652001-07-11 Jakub Jelinek <jakub@redhat.com>
1666
1667 * ldmain.c (main): Disallow -F and -f without -shared.
1668
d29d80f2
NC
16692001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1670
1671 * emultempl/pe.em (after_open): Check for the output_bfd not
1672 having any coff_data structure allocated to it.
1673
c2a1a436
DB
16742001-07-09 David O'Brien <obrien@FreeBSD.org>
1675
1676 * emultempl/elf32.em: Do not assuming that contents of the buffer
1677 returned from basename function will remain unchanged accross other
1678 function calls.
1679
63653551
L
16802001-07-03 H.J. Lu <hjl@gnu.org>
1681
1682 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
1683 2001-07-03. It creates dynamic entries even for static binaries.
1684
d303a449
L
16852001-07-03 Jakub Jelinek <jakub@redhat.com>
1686
1687 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
1688 (DYNAMIC): Use it to reserve few dynamic entries for
1689 post-linking tools.
1690
9f22353f
AM
16912001-06-27 Alan Modra <amodra@bigpond.net.au>
1692
1693 * emulparams/hppa64linux.sh: New file.
1694 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
1695 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
1696 (ehppa64linux.c): Add rule to make it.
1697 Run "make dep-am".
1698 * Makefile.in: Regenerate.
1699
62bf86b4
HPN
17002001-06-21 Hans-Peter Nilsson <hp@axis.com>
1701
1702 * ld.texinfo (Options, -r): Mention restrictions when using
1703 different object formats.
1704
429d935d
HPN
17052001-06-19 Hans-Peter Nilsson <hp@axis.com>
1706
1707 * ldlang.c (lang_check): Emit fatal error if relocatable link
1708 between different object flavours with relocations in input.
1709
cb840a31
L
17102001-06-19 H.J. Lu <hjl@gnu.org>
1711
1712 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
1713 (--version-script): Mention the language support.
1714
9bf03acc
L
17152001-06-19 H.J. Lu <hjl@gnu.org>
1716
1717 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
1718
c45021f2
NC
17192001-06-18 H.J. Lu <hjl@gnu.org>
1720
b6bf44ba
AM
1721 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
1722 (diststuff): Add $(MANS).
1723 * Makefile.in: Regenerated.
c45021f2 1724
b6bf44ba 1725 * ld.1: Removed.
c45021f2 1726
6caa99ab
HPN
17272001-06-18 Hans-Peter Nilsson <hp@axis.com>
1728
605d9b3a
HPN
1729 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
1730 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
1731 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
1732 * ld.h (args_type): Remove member export_dynamic. All users
1733 changed to use struct bfd_link_info member.
1734
6caa99ab
HPN
1735 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
1736 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
1737 * Makefile.in: Regenerate.
1738
6f9efd97
L
17392001-06-18 H.J. Lu <hjl@gnu.org>
1740
1741 * ldlang.c (init_os): Add the newline to the einfo call.
1742 (lang_check): Likewise.
1743 (lang_do_version_exports_section): Likewise.
1744
5af9fd8b
L
17452001-06-15 H.J. Lu <hjl@gnu.org>
1746
1747 * lexsup.c (parse_args); Save optind to report unrecognized
1748 option.
1749
2a096f04
HPN
17502001-06-15 Hans-Peter Nilsson <hp@axis.com>
1751
7e66c3f5
HPN
1752 * ldlang.c (lang_check): Emit fatal error if relocatable link
1753 between different object flavours.
1754
2a096f04
HPN
1755 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
1756 Set new link_info member export_dynamic.
1757 * ldmain.c (main): Initialize new link_info member export_dynamic.
1758
6770ec8c
NC
17592001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
1760
1761 * ldlang.c (walk_wild): Only call walk_wild_file if
1762 lookup_name returns something.
b6bf44ba 1763 (lookup_name): If load_symbols fails, return NULL.
22af9fd3 1764 (load_symbols): Change to a boolean function.
b6bf44ba 1765 (open_input_bfds): If load_symbols fails then do not make the
6770ec8c
NC
1766 executable.
1767
8529105a
AM
17682001-06-08 Alan Modra <amodra@bigpond.net.au>
1769
1770 * ldlang.c (record_bfd_errors): Remove.
1771
1772 * emultempl/aix.em: Fix copyright dates.
1773
8f3aa7a0
AJ
17742001-06-07 Andreas Jaeger <aj@suse.de>
1775
1776 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
1777 (TEXT_START_ADDR): Likewise.
1778
3277f888
AM
17792001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
1780
1781 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
1782
3763134d
DD
17832001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1784
1785 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
1786
5929ebc0
L
17872001-05-31 H.J. Lu <hjl@gnu.org>
1788
1789 * ldlang.c (open_input_bfds): Don't change the bfd error
1790 handler whilst loading symbols.
1791
c04a062d
NC
17922001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1793
1794 * configure.tgt: Remove i370-mvs architecture, it is not currently
1795 supported.
1796
96fcab3e
L
17972001-05-25 H.J. Lu <hjl@gnu.org>
1798
1799 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1800 like emulparams/aixppc.sh.
1801
db8d4f23
L
18022001-05-25 H.J. Lu <hjl@gnu.org>
1803
1804 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
1805 setting of output_filename after bfd_scan_arch.
1806 * emultempl/pe.em: Likewise.
1807
5f642101
L
18082001-05-25 H.J. Lu <hjl@gnu.org>
1809
1810 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1811 like emulparams/aixppc.sh.
1812
1813 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
1814 instead of ${srcdir}/emultempl/stringify.sed.
1815
64e9ece0
TW
18162001-05-25 Timothy Wall <twall@oculustech.com>
1817
1818 * emulparams/elf64_aix.sh: Change settings to match IBM linker
8f3aa7a0 1819 output.
64e9ece0 1820
c709b096
AM
18212001-05-25 Alan Modra <amodra@one.net.au>
1822
1823 * configure.host: Replace linuxoldld with linux*oldld.
1824 * configure.tgt: Likewise.
1825
6cbdcc6f
L
18262001-05-24 H.J. Lu <hjl@gnu.org>
1827
1828 * emultempl/stringify.sed: Removed again.
1829
86af25fe
L
18302001-05-24 H.J. Lu <hjl@gnu.org>
1831
1832 * emultempl/aix.em (OUTPUT_ARCH): Defined.
1833 (gld${EMULATION_NAME}_before_parse): Initialize
1834 ldfile_output_architecture, ldfile_output_machine and
1835 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
1836 * emultempl/beos.em: Likewise.
1837 * emultempl/elf32.em: Likewise.
1838 * emultempl/linux.em: Likewise.
1839 * emultempl/mipsecoff.em: Likewise.
1840 * emultempl/pe.em: Likewise.
1841 * emultempl/sunos.em: Likewise.
1842
3b1b01cf
TR
18432001-05-24 Tom Rix <trix@redhat.com>
1844
8f3aa7a0 1845 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3b1b01cf
TR
1846 udate import file format.
1847 (change_symbol_mode) New, same
1848 (is_syscall) New, same
1849 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
1850 * emulparams/aixppc64.sh : same
1851 * emulparams/aixrs6.sh : same
1852 * emulparams/ppcmacos.sh : same
1853 * emultempl/aix.em : use strtoull to parse options
1854 * Makefile.am : add eaixppc64 emulation for xcoff64
1855 * Makefile.in : same
1856 * configure.tgt : same
1857
1858 * scripttempl/aix.sc : default text section offset to 0x10000000
146e7110 1859 default data section offset to 0x20000000
3b1b01cf 1860 add .sv3264 and .sv64 pseudo sections
8f3aa7a0 1861 loader and debug sections use the currect section offset.
3b1b01cf
TR
1862
1863 * emultempl/aix.em : Add xcoff64 support
1864 Add -binitfini support
8f3aa7a0 1865 (gld${EMULATION_NAME}_before_parse) -binitfini
3b1b01cf 1866 (gld${EMULATION_NAME}_parse_args) same
8f3aa7a0 1867 (gld${EMULATION_NAME}_before_allocation) format change for special
3b1b01cf
TR
1868 sections
1869
1870 * emulparams/aixppc64.sh : New file for xcoff64 support
8f3aa7a0 1871
57e6abd2
AO
18722001-05-23 Alexandre Oliva <aoliva@redhat.com>
1873
1874 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
1875 variable to avoid non-portable shell construct.
1876
d1cf510e
NC
18772001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1878
1879 * ldmain.c (get_emulation): Add -mips5 command line argument.
1880
506eee22
NC
18812001-05-22 Alexandre Oliva <aoliva@redhat.com>
1882
1883 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
1884 (ELF_INTERPRETER_NAME): Define it.
1885 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
1886 it.
1887 * configure.tgt (targ_emul, targ_extra_emuls)
1888 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
1889 as primary, elf_i386 as extra.
1890 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
1891 (eelf_i386_ldso.c): New rule.
1892 * Makefile.in: Rebuilt.
1893
18942001-05-22 Nick Clifton <nickc@redhat.com>
1895
1896 * lexsup.c (ld_options): Allow -I to be an alias for
1897 --dynamic-linker. This is for Solaris compatability.
1898 * ld.texinfo: Document that -I can be used.
1899 * ld.1: Regenerate.
1900
d1778b88
AM
19012001-05-16 Alan Modra <amodra@one.net.au>
1902
1903 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
1904 whether an input section is the first one assigned to an output
1905 section.
1906 Assorted formatting fixes.
1907
02649152
DD
19082001-05-14 DJ Delorie <dj@delorie.com>
1909
1910 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
1911 * Makefile.in: Ditto.
1912
579f31ac
JJ
19132001-05-11 Jakub Jelinek <jakub@redhat.com>
1914
1915 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
1916 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
1917 output sections.
1918 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
1919
8550eb6e
JJ
19202001-05-11 Jakub Jelinek <jakub@redhat.com>
1921
1922 * ldlang.c (lang_process): Call bfd_merge_sections.
1923
8e5a525c
AM
19242001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1925
1926 * ldgram.y: Fix typo.
1927
1c9acd94
L
19282001-05-03 H.J. Lu <hjl@gnu.org>
1929
1930 * emultempl/elf32.em: Include "libiberty.h".
1931 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
1932 basename of the bfd filename.
1933 (gld${EMULATION_NAME}_stat_needed): Likewise.
1934 (gld${EMULATION_NAME}_try_needed): Likewise.
1935 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
1936
14fe918e
L
19372001-05-02 H.J. Lu <hjl@gnu.org>
1938
1939 * emultempl/pe.em: Include <ctype.h>.
1940
c7e40348
NC
19412001-05-02 Johan Rydberg <jrydberg@opencores.org>
1942
b6bf44ba 1943 * emulparams/elf32openrisc.sh: New file.
c7e40348 1944
b6bf44ba
AM
1945 * Makefile.am: Add OpenRISC target.
1946 * Makefile.in: Regenerated.
c7e40348 1947
b6bf44ba 1948 * configure.tgt: Add openrisc-*-* mapping.
c7e40348
NC
1949
19502001-05-02 Nick Clifton <nickc@redhat.com>
1951
1952 * emultempl/aix.em: Replace buystring with xstrdup.
1953 * emultempl/beos.em: Replace buystring with xstrdup.
8f3aa7a0 1954
d1b2b2dc
L
19552001-05-02 H.J. Lu <hjl@gnu.org>
1956
1957 * ldfile.c: Include "libiberty.h".
1958 * ldlex.l: Likewise.
1959
1960 * ldmisc.c (buystring): Removed.
1961 * ldmisc.h: Likewise.
1962
1963 * ldfile.c: Replace buystring with xstrdup.
1964 * ldlang.c: Likewise.
1965 * ldlex.l: Likewise.
1966 * ldmain.c: Likewise.
1967 * ldmisc.c: Likewise.
1968 * lexsup.c: Likewise.
1969 * mpw-eppcmac.c: Likewise.
1970
35714f2a
AJ
19712001-04-30 Andreas Jaeger <aj@suse.de>
1972
1973 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
1974
884fb58e
NC
19752001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1976
b6bf44ba
AM
1977 * ldlang.c (load_symbols): Give emulation a chance
1978 to process unrecognized file before fatal error is
1979 reported, not after.
884fb58e 1980
87748b32
NC
19812001-04-27 Sean McNeil <sean@mcneil.com>
1982
1983 * configure.tgt: Add arm-vxworks target.
1984 * scripttempl/armcoff.sc: Support .text or .data as a section name
1985 prefix.
1986 Define _etext.
35714f2a 1987
7ce691ae
C
19882001-04-13 J.T. Conklin <jtc@redback.com>
1989
1990 * ld.texinfo: Document --fatal-warnings.
1991 * ld.1: Regenerate.
1992
1993 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
35714f2a 1994 warnings have been turned into errors.
7ce691ae
C
1995 * lexsup.c (OPTION_WARN_FATAL): Define.
1996 (ld_options): Entry for --fatal-warnings.
1997 (parse_args): Handle OPTION_WARN_FATAL.
1998 * ld.h (ld_config_type): Add fatal_warnings field.
1999
f5fa8ca2
JJ
20002001-04-13 Jakub Jelinek <jakub@redhat.com>
2001
2002 * ldmain.c (main): Default to discard_sec_merge.
2003 * lexsup.c (OPTION_DISCARD_NONE): Define.
2004 (ld_options): Add --discard-none.
2005 (parse_args): Handle OPTION_DISCARD_NONE.
2006 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
2007 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
2008 all its input sections match.
2009
fdec3cfc
L
20102001-04-05 Steven J. Hill <sjhill@cotw.com>
2011
2012 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
2013 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
2014 (eelf32ltsmip.c): New target.
2015 (eelf64btsmip.c): Likewise.
2016 (eelf64ltsmip.c): Likewise.
2017 * Makefile.in: Regenerated.
2018
2019 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
2020 target.
2021 (mips*-*-linux-gnu*): Likewise.
2022
2023 * emulparams/elf32ltsmip.sh: New. Traditional little endian
2024 MIPS taget.
35714f2a 2025 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
fdec3cfc
L
2026 target.
2027 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
2028 endian target.
2029
589bad82
HPN
20302001-04-05 Hans-Peter Nilsson <hp@axis.com>
2031
2032 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
2033 correct value of __Stext here.
2034 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
2035 .startup section.
2036
2037 * emulparams/crislinux.sh: Remove FIXME.
2038
94202e16
AM
20392001-04-02 Alan Modra <alan@linuxcare.com.au>
2040
2041 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
2042 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
2043
1268a053
HPN
20442001-03-27 Hans-Peter Nilsson <hp@axis.com>
2045
2046 * configure.tgt (cris-*-*): Change default emulation to criself.
2047 (cris-*-*aout*): New rule.
2048
d85e9ff7
AM
20492001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
2050
2051 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
2052 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
2053
0879a67a
AJ
20542001-03-26 Andreas Jaeger <aj@suse.de>
2055
2056 * ld.texinfo (Overview): Fix syntax in texi code.
2057
0285c67d
NC
20582001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2059
2060 * ld.texinfo: Put @c man indications to generate the ld man page.
2061 When generating man, define all the variables. Define SEEALSO
2062 and SYNOPSIS. Re-organize some lines to avoid the cross references.
2063 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
2064 (ld.1): Generate from ld.texinfo.
2065 * Makefile.in: Regenerate.
2066
c20ec07b
NC
20672001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
2068
2069 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
146e7110 2070 and '-fdata-sections'. Set the VMA of STABS sections to zero.
c20ec07b 2071
cc5ce052
UD
20722001-03-17 Ulrich Drepper <drepper@redhat.com>
2073
2074 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
2075 is an absolute path look only for this file and not along the path.
2076
a1ab1d2a
UD
20772001-03-17 Ulrich Drepper <drepper@redhat.com>
2078
2079 * emultempl/elf32.em (OPTION_GROUP): New macro.
2080 Add new option Bgroup to longopts.
2081 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
2082 (gld*_list_options): Add -Bgroup and -z defs.
2083 * ld.1: Document -Bgroup and -z defs.
2084 * ld.texinfo: Likewise.
2085
788fca5a
MM
20862001-03-07 Michael Meissner <meissner@redhat.com>
2087
2088 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
2089 with sections created by -fdata-sections.
2090 (.dynbss,.bss): Ditto.
2091
1c7566d1
AM
20922001-03-05 Alan Modra <alan@linuxcare.com.au>
2093
2094 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
2095 after_allocation_default, not gld..._before_allocation.
2096
27b7e12d
AM
20972001-02-27 Alan Modra <alan@linuxcare.com.au>
2098
2099 * configure.in (BFD_VERSION): New.
2100 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2101 * configure: Regenerate.
2102 * Makefile.am: Run "make dep-am"
2103 * Makefile.in: Regenerate.
2104
2bc551c7
TW
21052001-02-26 Timothy Wall <twall@cygnus.com>
2106
2107 * emulparams/elf64_aix.sh: Add additional read-only sections;
2108 uncomment lines which are now required.
2109
1276aefa
NC
21102001-02-26 H.J. Lu <hjl@gnu.org>
2111
2112 * ldlang.c (open_input_bfds): Set the bfd error handler so
b6bf44ba
AM
2113 that problems can be caught whilst loading symbols.
2114 (record_bfd_errors): New function: Report BFD errors and mark
2115 the executable output as being invalid.
1276aefa 2116
41c49998
TW
21172001-02-22 Timothy Wall <twall@cygnus.com>
2118
2119 * configure.host: Add configuration for ia64-*-aix*.
2120 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
2121 Add dependencies for eelf64_aix.c.
2122 * Makefile.in: Regenerate.
2123 * configure.tgt: Add ia64-*-aix* mapping.
2124 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
a2b64bed 2125 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
0879a67a
AJ
2126 AIX-specific test.
2127
78f85fd7
L
21282001-02-20 H.J. Lu <hjl@gnu.org>
2129
2130 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
2131 false if we found the file.
2132
1ac7e077 21332001-02-18 David O'Brien <obrien@FreeBSD.org>
fb33b906
DB
2134
2135 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
2136 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
2137
e135f41b
NC
21382001-02-18 lars brinkhoff <lars@nocrew.org>
2139
2140 * Makefile.am: Add PDP-11 target.
2141 * configure.tgt: Likewise.
2142 * emulparams/pdp11.sh: New file.
2143
a842aceb
DB
21442001-02-17 David O'Brien <obrien@FreeBSD.org>
2145
2146 * configure.host: Add a generic FreeBSD configuration entry such that
2147 all [modern] FreeBSD systems on all platforms will look the same.
2148
24174db0
L
21492001-02-14 H.J. Lu <hjl@gnu.org>
2150
2151 * configure.tgt: Remove mention of earmelf_linux26.
2152
30c3c13a
RH
21532001-02-13 Richard Henderson <rth@redhat.com>
2154
2155 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
2156
b46a87b1
L
21572001-02-13 H.J. Lu <hjl@gnu.org>
2158
2159 * ldexp.h (node_type): Add etree_provided.
2160 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
2161 type to etree_provided if defined by PROVIDE. Allow updating
0879a67a 2162 for etree_provided.
b46a87b1
L
2163 (exp_print_tree): Handle etree_provided.
2164 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
2165 etree_provided.
2166
f3988fd9
RH
21672001-02-09 David Mosberger <davidm@hpl.hp.com>
2168
2169 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
2170 .IA_64.unwind.* pattern to unwind table section and
2171 .IA_64.unwind_info* pattern to unwind info section.
2172
a85d7ed0
NC
21732001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2174
2175 * Makefile.am: Add linux target for S/390.
2176 * Makefile.in: Likewise.
2177 * configure.host: Likewise.
2178 * configure.tgt: Likewise.
2179 * emulparams/elf64_s390.sh: New file.
2180 * emulparams/elf_s390.sh: New file.
2181
780248c4
JJ
21822001-02-09 Jakub Jelinek <jakub@redhat.com>
2183
2184 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
2185 targ_extra_libpath.
2186 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
2187
0e2534bd
PB
21882001-02-06 Philip Blundell <philb@gnu.org>
2189
2190 * Makefile.am: Remove mention of earmelf_linux26.
2191 * Makefile.in: Regenerate.
2192
46c1ea57
PB
21932001-02-04 Philip Blundell <philb@gnu.org>
2194
2195 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
2196 * emulparams/armelf_linux26.sh: Delete.
2197 * configure.tgt: Remove mention of armelf_linux26 emulation.
2198
0088edd2
NC
21992001-02-01 Nick Clifton <nickc@redhat.com>
2200
2201 * ld.1: Replace occurances of -oformat with --oformat.
2202
02aa14fb
AM
22032001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
2204
2205 * ldlang.c (lang_leave_overlay): Don't set lma_region when
2206 load_base is specified.
2207
f813923c
HPN
22082001-01-24 Hans-Peter Nilsson <hp@axis.com>
2209
2210 * emultempl/elf32.em: Correct spelling in comments and listed
2211 options.
2212
c1eb1488
AM
22132001-01-23 Alan Modra <alan@linuxcare.com.au>
2214
2215 * ldlang.c (lang_leave_overlay): Only set lma_region from the
2216 default for the first section of a group of overlay sections.
2217
d9fc3714
AM
22182001-01-22 Alan Modra <alan@linuxcare.com.au>
2219
2220 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
2221 * Makefile.in: Regenerate.
2222 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
2223 Check for null tool_dir.
2224
6be0ca94
JW
22252001-01-16 Jim Wilson <wilson@redhat.com>
2226
2227 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
2228 and IA_64.unwind.info.
2229
b9247304
L
22302001-01-16 H.J. Lu <hjl@gnu.org>
2231
2232 * ldlang.c (lang_check): Merge the private data only if the
2233 input file has contents.
2234
577a0623
AM
22352001-01-14 Alan Modra <alan@linuxcare.com.au>
2236
d952f17a
AM
2237 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
2238
ffd6e9de
AM
2239 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
2240 enabling search for libmilli. On a relocatable link, make .text
2241 sections unique.
2242 (LDEMUL_AFTER_PARSE): Define.
2243 (hppaelf_finish): Correct spelling of relocatable in comments.
2244
577a0623
AM
2245 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2246 rummage through the script for sections on the unique list.
2247 Correct length of strncmp for ".note".
2248 (gld${EMULATION_NAME}_check_needed): Rearrange function.
2249
2250 * ldlang.c (unique_section_list): New var.
2251 (unique_section_p): New function.
2252 (walk_wild_section): Don't match sections on unique_section_list.
2253 (lang_add_unique): New function.
ffd6e9de 2254 Correct spelling of relocatable in comments.
577a0623
AM
2255
2256 * ldlang.h (struct unique_sections): Declare.
2257 (unique_section_list): Declare.
2258 (unique_section_p): Declare.
2259 (lang_add_unique): Declare.
2260
2261 * lexsup.c (ld_options): Allow --unique to take an optional arg.
2262 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
2263
2264 * ld.texinfo (--unique): Update.
2265
b7ed8fad
NC
22662001-01-13 Nick Clifton <nickc@redhat.com>
2267
2268 * lexsup.c (parse_args): Remove spurious white space.
2269
d0398d6a
NC
22702001-01-12 Nick Clifton <nickc@redhat.com>
2271
2272 * lexsup.c (parse_args): Update copyright date.
2273
350fdb00
PB
22742001-01-12 Philip Blundell <pb@futuretv.com>
2275
2276 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
2277
60c6797e
KH
22782001-01-10 Kazu Hirata <kazu@hxi.com>
2279
2280 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
2281 * scripttempl/h8300h.sc: Fix formatting.
2282 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
2283 * scripttempl/h8500.sc: Likewise.
2284 * scripttempl/h8500b.sc: Likewise.
2285 * scripttempl/h8500c.sc: Likewise.
2286 * scripttempl/h8500m.sc: Likewise.
2287 * scripttempl/h8500s.sc: Likewise.
60c6797e 2288
482e8b32
DB
22892000-01-07 David O'Brien <obrien@BSDi.com>
2290
2291 * emultempl/elf32.em: Only perform Linux ld hints processing when
2292 targeting Linux.
2293
d7ed7ca6
PB
22942001-01-07 Philip Blundell <philb@gnu.org>
2295
2296 * ld.texinfo (Bug Reporting): Update email address for reports.
2297
0fc3347a
NC
22982000-12-31 Nick Clifton <nickc@redhat.com>
2299
2300 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
2301 options by checking for a return value of '?' not -1.
2302
e4897a32
NC
23032000-12-28 Nick Clifton <nickc@redhat.com>
2304
2305 * lexsup.c (struct ld_option): Add new enum value:
2306 EXACTLY_TWO_DASHES.
2307 (ld_options[]): Change -omagic, -output and -oformat options
2308 to be EXACTLY_TWO_DASHES.
2309 (OUTPUT_COUNT): Use ARRAY_SIZE.
2310 (parse_args): Change parameter 'argc' to unsigned.
2311 Place EXACTLY_TWO_DASHES options into new really_longopts
2312 array.
2313 If getopt_long_only fails, try calling getopt_long using the
2314 really_longopts array.
2315 (help): Print a double dash for both EXACTLY_TWO_DASHES and
2316 TWO_DASHES options.
2317
2318 * ldlex.h: Fix prototype of parse_args.
2319
2320 * ld.texinfo: Document that long options starting with 'o'
2321 must be preceeded by two dashes. Change example of a single
2322 dashed long option from -oformat to -trace-symbol.
2323
1122a5fc
NC
23242000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2325
2326 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
2327 (longopts[]): New --no-default-excludes option.
2328 (gld_${EMULATION_NAME}_list_options): Document.
2329 (gld_${EMULATION_NAME}_parse_args): Handle.
2330
037849a9
NC
23312000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2332
2333 * ldlang.c (new_stat): Revert the last beautification with "innocent"
2334 whitespace, it breaks the K&R C preprocessor.
2335
7ec229ce
DD
23362000-12-11 DJ Delorie <dj@redhat.com>
2337
2338 * ld.texinfo: Add notes about --whole-archive and gcc.
2339
b79e8c78
NC
23402000-11-18 Fred Fish <fnf@be.com>
2341
2342 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
2343 (ld_options): Entry for --allow-shlib-undefined.
2344 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
2345 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
2346 to false.
2347 * ld.texinfo: Document new command line switch.
d952f17a 2348
9a8e2505
GK
23492000-12-12 Geoffrey Keating <geoffk@redhat.com>
2350
2351 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
2352 .fixup is actually read/write.
2353 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
2354 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2355 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2356
3b16e843 23572000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2358
2359 * NEWS: Add note about x86_64 architecture.
2360
93b63cd3
DD
23612000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
2362
2363 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
2364 Set DWARF2 sections to a VMA of zero.
2365
24f6971a
NC
23662000-12-01 Joel Sherrill <joel@OARcorp.com>
2367
d952f17a 2368 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
24f6971a
NC
2369 New targets.
2370 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2371 (sparc*-*-rtems*): Switched from a.out to ELF.
2372
2be3aa03
NC
23732000-11-30 Jan Hubicka <jh@suse.cz>
2374
2375 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
2376 (eelf_x86_64.c): New.
2377 * Makefile.in: Regenerate.
2378 * configure.tgt: Add support for x86_64-*-linux-gnu*.
2379 * emulparams/elf_x86_64.sh: New.
2380
8c899858
HPN
23812000-11-30 Hans-Peter Nilsson <hp@axis.com>
2382
2383 * emulparams/crislinux.sh (ENTRY): Change back to _start.
2384 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
2385
2386 * scripttempl/crisaout.sc: Change all RELOCATING not related to
2387 merging non-a.out sections into CONSTRUCTING.
2388
e47b9e39
NC
23892000-11-28 Nick Clifton <nickc@redhat.com>
2390
2391 * ld.1 (COPYING): Mention that the GNU Free Documentation
2392 License is present in the sources, but not the output, and
2393 also available from the GNU website.
2394 (GNU Free Documentation License): Comment out this section.
2395
ad95f82a
DB
23962000-11-28 David O'Brien <obrien@dragon.nuxi.com>
2397
2398 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
2399 does not use them.
2400
fd89e65f
DB
24012000-11-25 David O'Brien <obrien@FreeBSD.org>
2402
2403 * ld.1: Remove old date so it does not give the impression the manpage
2404 is way out of date.
2405
077b8428
NC
24062000-11-24 Nick Clifton <nickc@redhat.com>
2407
2408 * configure.tgt (xscale-coff): Add target.
2409 (xscale-elf): Add target.
2410
49425d28
NC
24112000-11-24 Fred Fish <fnf@be.com>
2412
d952f17a
AM
2413 * ldmain.c (main): Remove redundant init of config.make_executable
2414 to true.
49425d28 2415
d3480244
RH
24162000-11-15 Richard Henderson <rth@redhat.com>
2417
2418 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
2419
1ce7de8b
KH
24202000-11-14 Kazu Hirata <kazu@hxi.com>
2421
2422 * scripttempl/h8300.sc: Fix formatting.
2423 * scripttempl/h8300h.sc: Likewise.
2424 * scripttempl/h8300s.sc: Likewise.
2425
3b16e843 24262000-11-14 Denis Chertykov <denisc@overta.ru>
208d5cd0
DC
2427
2428 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
2429
2e418547
PB
24302000-11-09 Philip Blundell <pb@futuretv.com>
2431
2432 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
2433 around orphan sections whose names can be represented in C.
2434
c940e6fc
JW
24352000-11-07 Jim Wilson <wilson@redhat.com>
2436
2437 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
2438 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
2439
704c465c
NC
24402000-11-06 Nick Clifton <nickc@redhat.com>
2441
2442 * ld.texinfo: Add GNU Free Documentation License.
2443 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 2444 * ld.1: Add GNU Free Documentation License.
704c465c 2445
dca7760f
AM
24462000-11-05 Alan Modra <alan@linuxcare.com.au>
2447
2448 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
2449 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
2450
2451 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
2452 Move 2000-11-02 Makefile.in changes to this file.
2453 * Makefile.in: Regenerate.
2454
40a633d5
NC
24552000-11-03 Nick Clifton <nickc@redhat.com>
2456
2457 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
2458 constructors and destructors.
2459 * scripttempl/h8300h.sc: Ditto.
2460 * scripttempl/h8300s.sc: Ditto.
2461 * scripttempl/h8500.sc: Ditto.
2462 * scripttempl/h8500b.sc: Ditto.
2463 * scripttempl/h8500c.sc: Ditto.
2464 * scripttempl/h8500m.sc: Ditto.
2465 * scripttempl/h8500s.sc: Ditto.
2466 * scripttempl/v850.sc: Ditto.
2467 * scripttempl/w65.sc: Ditto.
2468 * scripttempl/z8000.sc: Ditto.
2469
59ff2774
NC
24702000-11-02 Per Lundberg <plundis@chaosdev.org>
2471
2472 * Makefile.in (e_i386_chaos.c): New rule.
2473 (ALL_EMULATIONS): Added e_i386_chaos.o.
2474 * emulparams/elf_i386_chaos.sh: New file.
2475 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
2476
645571e1
JJ
24772000-10-20 Jakub Jelinek <jakub@redhat.com>
2478
2479 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
2480 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
2481 Fix sed invocation, so that it coped with '/' in Solaris 64bit
2482 library path suffix.
2483 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
2484
c5975a45
HPN
24852000-10-18 Hans-Peter Nilsson <hp@axis.com>
2486
2487 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
2488 for consecutive sections.
2489
ea20a7da
CC
24902000-10-17 Chandrakala Chavva <cchavva@redhat.com>
2491
d952f17a
AM
2492 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
2493 options.
2494 * ld.texinfo: Added notes about this new option.
ea20a7da 2495
6e45556a
NC
24962000-10-16 Nick Clifton <nickc@redhat.com>
2497
2498 * emultempl/pe.em (_after_open): Add tests of return values from
2499 bfd functions. Emit appropriate error messages if necessary.
2500
b9a69188
NC
25012000-10-13 Nick Clifton <nickc@redhat.com>
2502
2503 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
2504 local variables - they are not used, but leave in the call to
2505 bfd_canonicalize_symtab.
b9a69188
NC
2506 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
2507 pe_dll_search_prefix.
2508
627427de 25092000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
d952f17a 2510
627427de
DD
2511 * emultempl/pe.em (pe_dll_search_prefix): New variable,
2512 (longopts): New --dll-search-prefix option.
2513 (gld_${EMULATION_NAME}_list_options): Document.
2514 (gld_${EMULATION_NAME}_parse_args): Handle.
2515 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
2516 dynamically, search for a dll named '<prefix><basename>.dll'
2517 in preference to 'lib<basename>.dll' if --dll-search-prefix
2518 is specified.
2519
24376d1b
AM
25202000-10-12 Alan Modra <alan@linuxcare.com.au>
2521
2522 * ldlang.c (section_already_linked): Set kept_section instead of
2523 sec->comdat->sec.
2524
e47d05ad
KH
25252000-10-10 Kazu Hirata <kazu@hxi.com>
2526
2527 * deffile.h: Fix formatting.
2528 * lexsup.c: Likewise.
2529 * mri.c: Likewise.
2530
23a87948
DD
25312000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2532
2533 * pe-dll.c (make_one): Do not generate code thunk for DATA
2534 exports.
2535 (process_def_file): deduce DATA flag for auto-export sumbols.
2536
86b1cc60
KH
25372000-10-09 Kazu Hirata <kazu@hxi.com>
2538
89cdebba
KH
2539 * ld.h: Fix formatting.
2540 * ldcref.c: Likewise.
2541 * ldctor.h: Likewise.
2542 * ldemul.c: Likewise.
2543 * ldemul.h: Likewise.
2544 * ldexp.c: Likewise.
2545 * ldexp.h: Likewise.
2546 * ldfile.c: Likewise.
2547 * ldfile.h: Likewise.
2548 * ldlang.c: Likewise.
2549 * ldlang.h: Likewise.
2550 * ldmain.c: Likewise.
7bfd51a3
KH
2551 * pe-dll.c: Likewise.
2552
2553 * pe-dll.c: Revert some formatting fixes.
86b1cc60 2554
d643799d
KH
25552000-10-08 Kazu Hirata <kazu@hxi.com>
2556
2557 * pe-dll.c: Fix formatting.
2558
08da4cac
KH
25592000-10-05 Kazu Hirata <kazu@hxi.com>
2560
2561 * ldlang.c: Fix formatting.
2562
c2a94a7a
DD
25632000-10-03 DJ Delorie <dj@redhat.com>
2564
2565 * pe-dll.c (fill_edata): initialize entire block
2566 (make_one): fill in correct section.
2567
8c95a62e
KH
25682000-10-03 Kazu Hirata <kazu@hxi.com>
2569
2570 * ldexp.c: Fix formatting.
2571
486e80e2
DD
25722000-10-02 DJ Delorie <dj@redhat.com>
2573
2574 * emultempl/pe.em (gld_*_after_open): detect case where there two
2575 import libraries for same dll; rename one to ensure proper link
2576 order.
2577
2578 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
2579 typo
2580 (generate_edata): fix typo
2581
24dd9f75
HPN
25822000-09-29 Hans-Peter Nilsson <hp@axis.com>
2583
2584 * scripttempl/crisaout.sc (ENTRY): Now __start.
2585 (.text): Add default setting for __start.
2586 Remove CONSTRUCTORS handling.
2587 (/DISCARD/): Add .gnu.warning.*.
2588 * emulparams/crislinux.sh (ENTRY): Now __start.
2589 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
2590 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
2591 (ENTRY): Now __start.
2592 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
2593 (EXECUTABLE_SYMBOLS): Add default setting for __start.
2594
4de2d33d
KH
25952000-09-29 Kazu Hirata <kazu@hxi.com>
2596
5cc18311
KH
2597 * deffile.h: Fix formatting.
2598 * ld.h: Likewise.
2599 * ldcref.c: Likewise.
4de2d33d 2600 * ldctor.c: Likewise.
5cc18311 2601 * ldctor.h: Likewise.
4de2d33d 2602 * ldemul.c: Likewise.
5cc18311 2603 * ldemul.h: Likewise.
4de2d33d 2604 * ldexp.c: Likewise.
5cc18311 2605 * ldexp.h: Likewise.
4de2d33d 2606 * ldfile.c: Likewise.
5cc18311 2607 * ldfile.h: Likewise.
4de2d33d 2608 * ldlang.c: Likewise.
5cc18311
KH
2609 * ldlang.h: Likewise.
2610 * lexsup.c: Likewise.
2611 * mri.c: Likewise.
2612 * pe-dll.c: Likewise.
4de2d33d 2613
45b1f63c
DD
26142000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2615
2616 * pe-dll.c (process_def_file): Uninitialized data wasn't
2617 exported with --export-all-symbols switch.
d952f17a 2618
45b1f63c
DD
26192000-09-28 DJ Delorie <dj@redhat.com>
2620
2621 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
2622 noname work properly.
2623
47d89dba
AM
26242000-09-28 Alan Modra <alan@linuxcare.com.au>
2625
2626 * ld.texinfo (HPPA ELF32): New section.
2627
2628 * emultempl/hppaelf.em (group_size): New.
2629 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
2630 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
2631 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
2632 options to prevent abbreviations matching.
2633 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
2634 (PARSE_AND_LIST_ARGS_CASES): Handle it.
2635
36bdbeec
NC
26362000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2637
2638 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
2639 on the m68*-*-elf target. Make it support COFF input objects.
2640
6d5e62f8
KH
26412000-09-21 Kazu Hirata <kazu@hxi.com>
2642
2643 * ldmain.c: Fix formatting.
2644 * ldmisc.c: Likewise.
2645 * ldver.c: Likewise.
2646 * ldwrite.c: Likewise.
2647
e2eb67d9
AM
26482000-09-21 Alan Modra <alan@linuxcare.com.au>
2649
2650 * ldwrite.c (clone_section): Silence gcc warnings.
2651
b3ea3584
AM
26522000-09-20 Alan Modra <alan@linuxcare.com.au>
2653
2654 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
2655 out of memory failure.
2656
2657 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
2658 (clone_section): Handle out of memory failures. Rename var to
2659 avoid c++ reserved word.
2660
25f72752
AM
26612000-09-18 Alan Modra <alan@linuxcare.com.au>
2662
2663 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
2664 stub_name param to stub_sec_name.
2665 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
2666
0752970e
NC
26672000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2668
2669 * emultempl/m68kelf.em: New file.
2670 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
2671 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
2672 * Makefile.in: Regenerate.
2673
92b7e9d8
AM
26742000-09-15 Alan Modra <alan@linuxcare.com.au>
2675
2676 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
2677 only as needed.
2678
9b14b192
NC
26792000-09-13 Nick Clifton <nickc@redhat.com>
2680
2681 * ldmain.c (multiple_definition): Disable relaxation if
2682 multiple symbol definitions are encountered - otherwise the
2683 linker could abort with an assertion failure.
2684
891fa266
NC
26852000-09-10 Nick Clifton <nickc@redhat.com>
2686
2687 * mri.c: Fix formatting.
2688
5d64ca4e
L
26892000-09-07 H.J. Lu <hjl@gnu.org>
2690
2691 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2692 * configure: Rebuild.
2693
dd94604f
L
26942000-09-07 H.J. Lu <hjl@gnu.org>
2695
2696 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
2697 * Makefile.in: Rebuild.
2698
71bfc0ae
AM
26992000-09-07 Alan Modra <alan@linuxcare.com.au>
2700
2701 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
2702 broken list handling. Create __start_SECNAME and __stop_SECNAME
2703 when no place-holder. Add some comments. Test both SEC_CODE and
2704 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 2705 Handle case where no output section statement created.
71bfc0ae 2706
4a428502
AO
27072000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
2708
2709 * configure.tgt (sh-*-linux*): Added.
2710 * Makefile.am: Added eshelf_linux and eshlelf_linux.
2711 * Makefile.in: Rebuilt.
2712 * emulparams/shelf_linux.sh: New file.
2713 * emulparams/shlelf_linux.sh: New file.
2714
f9989030
AM
27152000-09-06 Alan Modra <alan@linuxcare.com.au>
2716
2717 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2718 try shuffling sections when the orphan happens to be the place
2719 holder. Keep count of unique section names generated so we speed
2720 the search for a new name.
2721
58cccadb
AO
27222000-09-06 Alexandre Oliva <aoliva@redhat.com>
2723
2724 * configure: Rebuilt with new libtool.m4.
2725
5b343f5a
NC
27262000-09-05 Nick Clifton <nickc@redhat.com>
2727
2728 * Makefile.in: Regenerate.
2729 * aclocal.m4: Regenerate.
2730 * configure: Regenerate.
2731 * config.in: Regenerate.
2732 * po/ld.pot: Regenerate.
2733
2734 * ldint.texinfo: Remove CVS revision marker - it foils local
2735 comparisons.
2736
2737 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 2738
a854a4a7
AM
27392000-09-05 Alan Modra <alan@linuxcare.com.au>
2740
3231d22e
AM
2741 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
2742 to stub section flags.
2743 (hppa_for_each_input_file_wrapper): New.
2744 (hppa_lang_for_each_input_file): New.
2745 (lang_for_each_input_file): Define to call above.
2746 (multi_subspace): New.
2747 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
2748 (PARSE_AND_LIST_PROLOGUE): Define.
2749 (PARSE_AND_LIST_LONGOPTS): Define.
2750 (PARSE_AND_LIST_OPTIONS): Define.
2751 (PARSE_AND_LIST_ARGS_CASES): Define.
2752 (hppaelf_finish): Call elf32_hppa_set_gp.
2753 (hppaelf_set_output_arch): Remove.
2754 (LDEMUL_SET_OUTPUT_ARCH): Remove.
2755
2756 * emulparams/hppalinux.sh (ELFSIZE): Define.
2757 (MACHINE): Define.
2758 (OTHER_READONLY_SECTIONS): Define.
2759 (DATA_PLT): Define.
2760 (GENERATE_SHLIB_SCRIPT): Define.
2761
5f992e62
AM
2762 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
2763 to const throughout. Change `void *' to `PTR' throughout.
2764 (lang_memory_default): Function is local to file, add `static'.
2765
2766 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
2767 (ehppalinux.c): Likewise.
2768 (earmelf.c): Likewise.
2769 (earmelf_linux.c): Likewise.
2770 (earmelf_linux26.c): Likewise.
2771 * Makefile.in: Regenerate.
2772
a854a4a7
AM
2773 * ld.h (ld_config_type): Add unique_orphan_sections.
2774 * lexsup.c (OPTION_UNIQUE): Define.
2775 (ld_options): Add "--unique".
2776 (parse_args): Handle it.
2777 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2778 search for an existing output section if unique_orphan_sections is
2779 set. Make use of bfd_get_unique_section_name rather than
2780 duplicating code here.
2781 * ld.texinfo: Describe --unique.
2782
2783 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
2784 optional arg to split-by-file.
2785 (parse_args): Handle them.
2786 * ld.texinfo: Update description of these options.
2787 * ldwrite.c (clone_section): Pass in the section name. Replace
2788 local code with bfd_get_unique_section_name.
2789 (split_sections): Tidy code and comments. Use a list traversal
2790 more appropriate to the list construction. Handle cooked section
2791 sizes. Split when split_by_reloc reached rather than exceeded.
2792 Track section size and split when split_by_file reached. Fix
2793 link_order_tail (even though it's not used).
2794 (ldwrite): Modify condition for calling split_sections to suit
2795 changed split_by_reloc and split_by_file.
2796 * ldmain.c (main): Init config.split_by_reloc and
2797 config.split_by_file to -1.
2798 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
2799 Change split_by_file to bfd_size_type.
2800
18e03609
NC
28012000-09-02 Nick Clifton <nickc@redhat.com>
2802
2803 * configure.in: Increase version number to 2.10.91.
2804 * NEWS: Mention new ability to support removal of duplicate DWARF2
2805 debug information.
2806 * configure: Regenerate.
2807 * aclocal.m4: Regenerate.
2808 * config.in: Regenerate.
2809
3a9d486c
NC
28102000-09-02 Daniel Berlin <dberlin@redhat.com>
2811
2812 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
2813 sections.
a2b64bed 2814 * scripttempl/elf32avr.sc: Ditto.
3a9d486c
NC
2815 * scripttempl/elfd10v.sc: Ditto.
2816 * scripttempl/elfd30v.sc: Ditto.
2817 * scripttempl/elfi370.sc: Ditto.
2818 * scripttempl/elfm68hc11.sc: Ditto.
2819 * scripttempl/elfm68hc12.sc: Ditto.
2820 * scripttempl/elfi386beos.sc: Ditto.
2821 * scripttempl/v850.sc: Ditto.
50bbae35 2822
ac48eca1
AO
28232000-08-31 Alexandre Oliva <aoliva@redhat.com>
2824
2825 * acinclude.m4: Include libtool and gettext macros from the
2826 top level.
2827 * aclocal.m4, configure: Rebuilt.
2828
c13b1b77
NC
28292000-08-25 Nick Clifton <nickc@redhat.com>
2830
2831 * ldlang.c (open_output): When choosing the target for a
2832 particular endianness, do nothing if the target is not
2833 supported.
2834
dcb0bd0e
L
28352000-08-25 H.J. Lu <hjl@gnu.org>
2836
2837 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
2838 check -rpath nor LD_RUN_PATH for cross link.
2839 * ld.texinfo: Document the change.
2840
5bcac8a4
HPN
28412000-08-24 Hans-Peter Nilsson <hp@axis.com>
2842
2843 * NEWS: Mention support for CRIS.
2844
6dd8c765
L
28452000-08-23 H.J. Lu <hjl@gnu.org>
2846
2847 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
2848 the current runpath list from bfd_elf_get_runpath_list ()
2849 before search.
2850
ec4eb78a
L
28512000-08-22 H.J. Lu <hjl@gnu.org>
2852
2853 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
2854 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
2855 LD_LIBRARY_PATH for native linker. Display the needed DSO if
2856 trace_file_tries is non-zero.
2857 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
2858 if trace_file_tries is non-zero.
2859
2860 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 2861 * NEWS: Mention it.
ec4eb78a 2862
22b36938
JE
28632000-08-14 Jason Eckhardt <jle@cygnus.com>
2864
2865 * NEWS: Mention i860 support.
2866
d73e9da0
AS
28672000-08-14 Andreas Schwab <schwab@suse.de>
2868
2869 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 2870 syntax.
d73e9da0 2871
9ac4db9c
GK
28722000-08-10 Geoff Keating <geoffk@cygnus.com>
2873
2874 * scripttempl/elf.sc: Add a comment giving the correspondence
2875 between sections, per-datum sections, and linkonce sections. Make
2876 the comment true even for .bss, .sdata, .sdata2, .sbss, and
2877 .sbss2.
2878
165589e4
JE
28792000-08-10 Jason Eckhardt <jle@cygnus.com>
2880
2881 * emulparams/elf32_i860.sh: New file.
2882 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
2883 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
2884 (eelf32_i860.c): New rule.
2885 * Makefile.in: Regenerate.
2886
345a835d
NC
28872000-08-10 Nick Clifton <nickc@cygnus.com>
2888
2889 * emulparams/mipspe.sh (ENTRY): Add definition.
2890
e374f1d9
NC
28912000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
2892
2893 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
2894 in error message.
2895
236d5abf
NC
28962000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2897
2898 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
2899 the final size of .bss section.
2900 * scripttempl/elfm68hc12.sc: Likewise.
2901
4b209b22
AM
29022000-08-04 Alan Modra <alan@linuxcare.com.au>
2903
2904 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
2905 gld${EMULATION_NAME}_parse_args for consistency. Combine
2906 lastoptind and prevoptind vars, and keep track of last optind.
2907 (gld_${EMULATION_NAME}_list_options): Rename to
2908 gld${EMULATION_NAME}_list_options.
2909
28423a68
AM
29102000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
2911
2912 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
2913 (i586-sco-sysv5uw7.1.0).
2914
b2009ff7
L
29152000-07-27 H.J. Lu <hjl@gnu.org>
2916
2917 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
2918 (PARSE_AND_LIST_PROLOGUE): New.
2919 (PARSE_AND_LIST_LONGOPTS): Likewise.
2920 (PARSE_AND_LIST_OPTIONS): Likewise.
2921 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2922 (PARSE_AND_LIST_EPILOGUE): Likewise.
2923
04925e1e
AM
29242000-07-28 Alan Modra <alan@linuxcare.com.au>
2925
41392f03
AM
2926 * emultempl/armelf.em: Elide functions common to elf32.em,
2927 ie. most of the file.
2928 (arm_elf_after_open): New. Do arm specific things then call
2929 gld${EMULATION_NAME}_after_open.
2930 (arm_elf_before_allocation): New. Call
2931 gld${EMULATION_NAME}_before_allocation then do arm specifics.
2932 (PARSE_AND_LIST_PROLOGUE): Define.
2933 (PARSE_AND_LIST_SHORTOPTS): Define.
2934 (PARSE_AND_LIST_LONGOPTS): Define.
2935 (PARSE_AND_LIST_OPTIONS): Define.
2936 (PARSE_AND_LIST_ARGS_CASES): Define.
2937 (LDEMUL_AFTER_OPEN): Define.
2938 (LDEMUL_BEFORE_ALLOCATION): Define.
2939 (LDEMUL_BEFORE_PARSE): Define.
2940 (LDEMUL_FINISH): Define.
2941
2942 * emultempl/hppaelf.em: Similarly zap most of this file.
2943 (hppaelf_add_stub_section): Prototype.
2944 (hppaelf_layaout_sections_again): Prototype.
2945 (hook_in_stub): Prototype.
2946 (LDEMUL_SET_OUTPUT_ARCH): Define.
2947 (LDEMUL_FINISH): Define.
2948 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2949
2950 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
2951 (EXTRA_EM_FILE): New.
2952 * emulparams/armelf_linux.sh: Likewise.
2953 * emulparams/armelf_linux26.sh: Likewise.
2954 * emulparams/hppalinux.sh: Likewise.
2955 * emulparams/hppaelf.sh: Likewise.
2956 (NOP): Define.
2957
2958 * emultempl/elf32.em: Fix formatting.
2959 (EXTRA_EM_FILE): Source it.
2960 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2961 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2962 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2963 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2964 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2965 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2966 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2967 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2968 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
2969 allow functions in this file to be overridden.
2970 (PARSE_AND_LIST_SHORTOPTS): Handle it.
2971
2972 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
2973
04925e1e
AM
2974 * emultempl/elf32.em: Reorganize file.
2975
88cdf297
NC
29762000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
2977
2978 * emulparams/elf64alpha.sh: Implement "-taso" emulation
2979 specific option to fit 64-bit executable in the lower
2980 31-bit address range. This is done by changing start
2981 address of .interp (the very first section of executable)
2982 and then setting EF_ALPHA_32BIT elf header flag.
2983
20bccb34
NC
29842000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2985
2986 * emultempl/m68kcoff.em: New file.
2987 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
2988 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
2989 generic.em.
2990 * Makefile.in: Regenerate.
2991
699845ef
L
29922000-07-20 H.J. Lu <hjl@gnu.org>
2993
2994 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
2995 and "disable-new-dtags" to stop getopt from treating -d/-e as
2996 abbreviations for these options.
2997
6c1439be
L
29982000-07-20 H.J. Lu <hjl@gnu.org>
2999
3000 * ld.texinfo: Add documentation for --disable-new-dtags and
3001 --enable-new-dtags.
3002
3003 * ldmain.c (main): Initialize link_info.new_dtags to false.
3004
3005 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
3006 --disable-new-dtags and --enable-new-dtags.
3007 (gld_${EMULATION_NAME}_list_options): Likewise.
3008
28c309a2
NC
30092000-07-05 Kenneth Block <krblock@computer.org>
3010
a2b64bed
NC
3011 * lexsup.c: Add optional style to demangle switch
3012 * ld.texinfo: Document optional style to demangle switch.
50bbae35 3013
9d06555c
HPN
30142000-07-20 Hans-Peter Nilsson <hp@axis.com>
3015
3016 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
3017 ecrislinux.o.
3018 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
3019 Regenerate dependencies.
3020 * Makefile.in: Rebuild.
3021 * configure.tgt (cris-*-*): New target.
3022 * emulparams/crisaout.sh, emulparams/criself.sh,
3023 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
3024 * po/POTFILES.in, po/ld.pot: Regenerate.
3025
19e3be22
L
30262000-07-20 H.J. Lu <hjl@gnu.org>
3027
3028 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
3029 Print out ignored -z options.
3030
e0ee487b
L
30312000-07-19 H.J. Lu <hjl@gnu.org>
3032
19e3be22
L
3033 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
3034 (PARSE_AND_LIST_PROLOGUE): New.
3035 (PARSE_AND_LIST_LONGOPTS): Likewise.
3036 (PARSE_AND_LIST_OPTIONS): Likewise.
3037 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3038
3039 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
3040
3041 * lexsup.c (ld_options): Comment out 'z'.
3042 (parse_args): Likewise.
3043
3044 * emultempl/elf32.em: Include "elf/common.h".
3045 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
3046 options.
3047 (gld_${EMULATION_NAME}_list_options): Likewise.
3048
3049 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 3050
49e56c49
L
30512000-07-19 H.J. Lu <hjl@gnu.org>
3052
3053 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
3054 bfd_elf_set_dt_needed_soname ().
3055
9d68bc82
DD
30562000-07-18 DJ Delorie <dj@cygnus.com>
3057
3058 * pe-dll.c (pe_dll_id_target): check object target name also
3059
53db15ed
HPN
30602000-07-18 Hans-Peter Nilsson <hp@axis.com>
3061
3062 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
3063 ${INIT_END} if relocating.
3064 (.fini): Likewise ${FINI_START} and ${FINI_END}.
3065
0ad8cf4c
DD
30662000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
3067
a2b64bed 3068 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
0ad8cf4c
DD
3069 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
3070 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
3071 errors introduced by the old dynamic lib search order.
3072
874c8c99
DD
30732000-07-17 DJ Delorie <dj@cygnus.com>
3074
3075 * pe-dll.c (process_def_file): auto-export data items also
3076 (pe_process_import_defs): also see if _imp_ form needed
3077
5b4cf3f4
DD
30782000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
3079
3080 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
3081 for dll import libraries
3082
062739d1
NC
30832000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
3084
3085 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
d952f17a 3086 gcc 2.95.2 and later.
062739d1 3087
1c64c4ed
NC
30882000-07-11 Kazu Hirata <kazu@hxi.com>
3089
50bbae35
AM
3090 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
3091 message.
1c64c4ed 3092
b71e2778
AM
30932000-07-10 Alan Modra <alan@linuxcare.com.au>
3094
3095 * ldemul.h (struct lang_input_statement_struct): Remove forward
3096 declaration.
3097 (struct search_dirs): Likewise.
3098 * ldfile.h (struct lang_input_statement_struct): Likewise.
3099 Protect file from multiple inclusion.
3100 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
3101 declaration from macro to file scope.
3102
3103 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
3104 * ldgram.y: Likewise here.
3105 * ldlang.c: And here.
3106 * ldmain.c: And here.
3107 * mpw-elfmips.c: And here.
3108 * mpw-eppcmac.c: And here.
3109 * emultempl/aix.em: And here.
3110 * emultempl/armcoff.em: And here.
3111 * emultempl/armelf.em: And here.
3112 * emultempl/armelf_oabi.em: And here.
3113 * emultempl/beos.em: And here.
3114 * emultempl/elf32.em: And here.
3115 * emultempl/hppaelf.em: And here.
3116 * emultempl/linux.em: And here.
3117 * emultempl/lnk960.em: And here.
3118 * emultempl/pe.em: And here.
3119 * emultempl/sunos.em: And here.
3120 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
3121 * mpw-idtmips.c: Ditto.
3122 * emultempl/generic.em: Ditto.
3123 * emultempl/gld960.em: Ditto.
3124 * emultempl/gld960c.em: Ditto.
3125 * emultempl/mipsecoff.em: Ditto.
3126 * emultempl/ticoff.em: Ditto.
3127 * emultempl/vanilla.em: Ditto.
3128
3129 * pe-dll.c: Include ldfile.h
3130 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
3131
3132 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
3133 arguments to bfd_elf32_size_dynamic_sections call.
3134 (gldelf32ebmip_place_orphan): Add missing arguments to
3135 lang_leave_output_section_statement call.
3136
2ef53d66
L
31372000-07-10 H.J. Lu <hjl@gnu.org>
3138
3139 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
3140 DLL_SUPPORT.
3141 (strhash): Likewise.
3142 (compute_dll_image_base): Likewise.
3143 (pe_undef_found_sym): Likewise.
3144 (pe_undef_cdecl_match): Likewise.
3145 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
3146 argument "arch" with ATTRIBUTE_UNUSED.
3147
9a8cbb09
AM
31482000-07-10 Alan Modra <alan@linuxcare.com.au>
3149
3150 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
3151
3152 From Ryan Bradetich <rbradetich@uswest.net>
3153 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 3154
4900fc06
AM
31552000-07-09 Alan Modra <alan@linuxcare.com.au>
3156
3157 Changes to create multiple linker stubs, positioned immediately
3158 before the section where they are required.
3159 * emultempl/hppaelf.em: Include elf32-hppa.h.
3160 (stub_sec, file_chain): Delete.
3161 (hppaelf_create_output_section_statements): Don't make a stub
3162 section here.
3163 (hook_stub_info): New struct.
3164 (hook_in_stub): New function.
3165 (hppaelf_add_stub_section): New function.
3166 (hppaelf_finish): Do nothing for relocateable links. Modify the
3167 call to elf32_hppa_size_stubs. Move code for updating section
3168 layout from here...
3169 (hppaelf_layaout_sections_again): ..to here, a new function.
3170
3171 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
3172 broken list handling. Pass in a pointer to the list.
3173 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
3174 for above changes.
3175 (hppaelf_before_parse): Prototype.
3176 (hppaelf_set_output_arch): Prototype.
3177 (hppaelf_create_output_section_statements): Prototype.
3178 (hppaelf_delete_padding_statements): Prototype.
3179 (hppaelf_finish): Prototype.
3180
3181 Merge from elf32.em
3182 * emultempl/hppaelf.em: Include ctype.h.
3183 (struct orphan_save): New.
3184 (gld${EMULATION_NAME}_place_orphan): New.
3185 (output_rel_find): New.
3186 (hppaelf_get_script): Update from elf32.em.
3187 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
3188 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 3189 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
3190
3191 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
3192 ehppalinux.o, sort it. Regenerate dependencies.
3193 (ehppalinux.c): Depend on hppaelf.em
3194 * Makefile.in: Regenerate.
3195
3196 * configure.tgt: targ_emul=hppalinux for hppa*linux
3197
3198 * emulparams/hppalinux.sh: New.
3199 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
3200
227aeb07
AM
32012000-07-08 Alan Modra <alan@linuxcare.com.au>
3202
3203 * lexsup.c (parse_args): Copy section name.
3204
28609fd4 32052000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
602e90d3 3206
2ef53d66 3207 * emultempl/pe.em: institute the following search order for
602e90d3
DD
3208 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
3209 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
3210 static lib (libfoo.a) if none of the above are found.
3211
5f577f7d
DD
32122000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
3213
50bbae35 3214 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 3215 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 3216 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
3217 (gld_${EMULATION_NAME}_parse): Handle.
3218 (strhash): New static function.
50bbae35 3219 (compute_dll_image_base): New static function.
5f577f7d
DD
3220 (gld_${EMULATION_NAME}_set_symbols): Use.
3221
9a8cbb09 32222000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
3223
3224 * MAINTAINERS: new
3225
3548145d 32262000-07-01 Koundinya K <kk@ddeorg.soft.net>
50bbae35
AM
3227
3228 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
3229 * emulparams/elf32btsmip.sh: New file.
3230 * Makefile.am: Add traditional mips target.
3231 * Makefile.in: Rebuild.
3232
67798033
L
32332000-07-01 H.J. Lu <hjl@gnu.org>
3234
3235 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
3236 automake to use YLWRAP.
3237 * Makefile.in: Rebuild.
3238
0bdaf48b
AM
32392000-07-01 Alan Modra <alan@linuxcare.com.au>
3240
3241 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3242 (CLEANFILES): Add DEPA.
3243 * Makefile.in: Regenerate.
3244
c9e769c2
TW
32452000-06-30 Timothy Wall <twall@ppc>
3246
3247 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
3248 the page in the upper octet of the address.
3249
65aa24b6
NC
32502000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
3251
3252 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
3253
4667035e
AM
32542000-06-24 Alan Modra <alan@linuxcare.com.au>
3255
3256 * NEWS: arm-elf does --gc-sections too.
3257
1581f8c9
AM
32582000-06-22 Alan Modra <alan@linuxcare.com.au>
3259
3260 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3261 find one.
3262 * Makefile.in: Regenerate.
3263
01580992
L
32642000-06-21 H.J. Lu <hjl@gnu.org>
3265
3266 * Makefile.am: Rebuild dependency.
3267 * Makefile.in: Rebuild.
3268
bbeb2e03
L
32692000-06-20 H.J. Lu <hjl@gnu.org>
3270
3271 * Makefile.am: Rebuild dependency.
3272 * Makefile.in: Rebuild.
3273
74459f0e
TW
32742000-06-20 Timothy Wall <twall@cygnus.com>
3275
3276 * scripttempl/tic54xcoff.sc: New.
3277 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
3278 * gen-doc.texi: Add flag for TI COFF.
3279 * ld.texinfo: Add documentation for TI COFF handling switches.
3280 * emultempl/ticoff.em: New. TI COFF handling.
3281 * configure.tgt: Add tic54x target.
3282 * Makefile.am: Add tic54x target.
3283 * Makefile.in: Ditto.
3284
2ab47eed
AM
32852000-06-20 Alan Modra <alan@linuxcare.com.au>
3286
3287 * ldmain.c (set_scripts_dir): Correct pointer comparison when
3288 checking for backslashes.
3289
919e4093
AM
32902000-06-19 Alan Modra <alan@linuxcare.com.au>
3291
3292 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
3293
987fd5b4
AM
32942000-06-18 Alan Modra <alan@linuxcare.com.au>
3295
3296 * NEWS: Update list of targets supporting --gc-sections.
3297
3298 * scripttempl/elf.sc: KEEP .eh_frame contents.
3299 * scripttempl/elfd30v.sc: Same here.
3300
60bcf0fa
NC
33012000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
3302
3303 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
3304 and m68hc11 (elf).
3305 * Makefile.in: Rebuild.
3306 * configure.tgt: Recognize m68hc12 and m68hc11.
3307 * scripttempl/elfm68hc12.sc: New file.
3308 * emulparams/m68hc12elfb: New emulation.
3309 * emulparams/m68hc12elf: New emulation.
3310 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
3311 (includes a memory.x script to define the ROM and RAM banks).
3312 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
3313 New configuration files for support of Motorola 68hc11
3314
c7c54483
AM
33152000-06-15 Alan Modra <alan@linuxcare.com.au>
3316
3317 * ldmain.c (main): Only change SEC_READONLY for final link.
3318
bcef29e6
L
33192000-06-13 H.J. Lu <hjl@gnu.org>
3320
3321 * configure: Regenerate.
3322
946efd95
DB
33232000-06-08 David O'Brien <obrien@FreeBSD.org>
3324
3325 * configure.in (VERSION): Update to show this is the CVS mainline.
3326
57a6fd07
DB
33272000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3328
3329 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
3330 input objects to be ECOFF.
3331 (check_sections): einfo takes %B, not %P, to print a BFD name.
3332
e06cae36
L
33332000-06-05 Michael Matz <matz@ifh.de>
3334
3335 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
d952f17a 3336 version scripts.
e06cae36 3337
d952f17a 3338 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
e06cae36 3339
2f0b56c0
DC
33402000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
3341
3342 * emulparams/avr1200.sh (STACK): Define as 0.
3343 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
3344 * emulparams/avr4433.sh (STACK): Likewise.
3345 * emulparams/avr44x4.sh (STACK): Likewise.
3346 * emulparams/avr85xx.sh (STACK): Likewise.
3347 * emulparams/avrmega103.sh (STACK): Likewise.
3348 * emulparams/avrmega161.sh (STACK): Likewise.
3349 * emulparams/avrmega603.sh (STACK): Likewise.
3350 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
3351 (__stack): Define from ${STACK} for main().
3352
2114f57b
AM
33532000-05-26 Alan Modra <alan@linuxcare.com.au>
3354
3355 * Makefile.am: Update dependencies with "make dep-am"
3356 * Makefile.in: Regenerate.
3357
5af11cab
AM
33582000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
3359
3360 * ldmain.c: Include filenames.h.
3361 (set_scripts_dir): Support backslashes in program name.
3362
1f0df59a
NC
33632000-05-22 Igor Shevlyakov <igor@windriver.com>
3364
3365 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
3366 read-only, don't forget to reset SEC_READONLY because it
3367 could be already set.
1f0df59a 3368
176355da
NC
33692000-05-22 Thomas de Lellis <tdel@windriver.com>
3370
50bbae35
AM
3371 * ld.1: Add documentation for new command line option:
3372 --section-start <sectionname>=<sectionorg>
3373 This is a generic version of -Ttext etc. which accepts
3374 any section name as a parameter instead of just text/data/
3375 bss.
3376 * ld.texinfo: More docs.
3377 * NEWS: More docs.
3378 * lexsup.c: (parse_args): Recognize new command line option.
176355da 3379 (ld_options): Add new option.
50bbae35 3380
8c5ff972
L
33812000-05-18 H.J. Lu <hjl@gnu.org>
3382
3383 * lexsup.c (parse_args): `i' == `r', not `q'.
3384
3b16e843 33852000-05-18 Jeffrey A Law (law@cygnus.com)
0b76fe77
JL
3386
3387 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
3388
a712da20
NC
33892000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
3390 Rick Gorton <gorton@scrugs.lkg.dec.com>
50bbae35 3391
a712da20
NC
3392 Add support for '-q' == '--emit-relocs' switch.
3393 * ldmain.c (main): Default to false.
3394 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
3395 * NEWS: Describe the emitrelocations switch.
3396 * ld.texinfo: Describe the emitrelocations switch.
3397
690a460e
NC
33982000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
3399
a2b64bed 3400 * emultempl/pe.em (_open_dynamic_archive): New function: Search
690a460e
NC
3401 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
3402 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
3403 link options.
50bbae35 3404
c2f1343c
AM
34052000-05-15 David O'Brien <obrien@FreeBSD.org>
3406
3407 * lexsup.c (parse_args): Update the year in the copyright notice.
3408
897083bd
AM
34092000-05-13 Alan Modra <alan@linuxcare.com.au>
3410
3411 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
3412 Replace defines with those from intl/libgettext.h to quieten gcc
3413 warnings.
3414
cd4c806a
L
34152000-05-10 H.J. Lu <hjl@gnu.org>
3416
3417 * ldlang.c (open_input_bfds): Don't load the same file within
3418 a group again if the whole archive has been loaded already.
3419
93697284
AM
34202000-05-03 Alan Modra <alan@linuxcare.com.au>
3421
3422 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
3423 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
3424 strtoul.
3425
3b16e843 34262000-05-01 Jim Wilson <wilson@cygnus.com>
ebd6fc29 3427
99a4150f 3428 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 3429
ebd6fc29
JW
3430 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3431 host "ia64-*-linux-gnu*".
3432
a1934524
AM
34332000-04-29 Andreas Jaeger <aj@suse.de>
3434
3435 * ld.h: Correctly check GCC version.
3436
3b16e843 34372000-04-25 Jeffrey A Law (law@cygnus.com)
730a39a0
JL
3438
3439 * Makefile.am: Add PA64 support. Add missing dependencies for
3440 PA32 elf support.
3441 * Makefile.in: Rebuilt.
3442 * configure.tgt: Add PA64 support (currently disabled).
3443
aea4bd9d
AM
34442000-04-25 Alan Modra <alan@linuxcare.com.au>
3445
3446 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
3447 (output_rel_find): New function.
3448 (hold_section, hold_use): Delete.
3449 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3450 hold_interp): Make local to place_orphan.
3451 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
3452 rather than place_section to find possible previous use of orphan.
3453 Similarly find the place-holder output sections. Use returned
3454 value from lang_enter_output_section_statement rather than calling
3455 lang_output_section_statement_lookup.
3456 * emultempl/armelf.em: Same here.
3457 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
3458
3459 * ldlang.c (lang_enter_output_section_statement): Return output
3460 section statement.
3461 * ldlang.h (lang_enter_output_section_statement): Change
3462 declaration too.
3463
3464 * ldlang.h (lang_output_section_statement): Export it.
3465 * ldlang.c (lang_output_section_statement): Ditto.
3466
2b5fc1f5
NC
34672000-04-24 Nick Clifton <nickc@cygnus.com>
3468
3469 * ld.texinfo (Output Section Data): Add note that section data
3470 commands cannot appear outside of section directives.
3471
d8475ff6
JL
34722000-04-2 Matthew Green <mrg@cygnus.com>
3473
3474 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
3475
3b16e843
NC
34762000-04-21 Richard Henderson <rth@cygnus.com>
3477 David Mosberger <davidm@hpl.hp.com>
800eeca4
JW
3478
3479 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
3480 (eelf64_ia64.c): New rule.
3481 * Makefile.in: Rebuild.
3482 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
3483 * emulparams/elf64_ia64.sh: New file.
50bbae35 3484
c9637625
RH
34852000-04-21 Richard Henderson <rth@cygnus.com>
3486
3487 * scripttempl/elfd30v.sc: Place .gcc_except_table.
3488
28ea9521
AM
34892000-04-19 Alan Modra <alan@linuxcare.com.au>
3490
3491 * dep-in.sed: Match space at start of file name, not at end.
3492
20d04697
L
34932000-04-18 H.J. Lu <hjl@gnu.org>
3494
3495 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
3496 lang_leave_output_section_statement () after calling
3497 lang_enter_output_section_statement ().
3498 * emultempl/armelf.em: Likewise.
3499
5ba47421
AM
35002000-04-18 Alan Modra <alan@linuxcare.com.au>
3501
3502 * emultempl/elf32.em (struct orphan_save): Add section field.
3503 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
3504 better order, and place first orphan section as we did before the
3505 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
3506 Don't call make_bfd_section here, let wild_doit do the job for us.
3507 Don't build a statement list when we'll only throw it away.
3508 * emultempl/armelf.em: Ditto.
3509 * emultempl/pe.em: Similarly.
3510
bdbe5705
GK
35112000-04-14 Geoff Keating <geoffk@cygnus.com>
3512
3513 * scripttempl/elfppc.sc: Remove.
3514 * emulparams/elf32ppc.sh: Use elf.sc.
3515 * emulparams/elf32lppc.sh: Use elf.sc.
3516 * emulparams/elf32ppclinux.sh: Use elf.sc.
3517 * emulparams/elf32ppcsim.sh: New file.
3518 * emulparams/elf32lppcsim.sh: New file.
3519 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
3520 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
3521 * Makefile.in: Regenerate.
3522 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
3523
01cc8ff8
AM
35242000-04-14 Alan Modra <alan@linuxcare.com.au>
3525
5ba47421 3526 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 3527 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
3528 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3529 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
3530 Also set all relocateable section start addresses.
3531
6c86c541
GK
35322000-04-13 Geoff Keating <geoffk@cygnus.com>
3533
3534 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
3535 Add new BSS_PLT variable for when .plt need not be contained in
3536 the file. Move _etext so that it is also after .fini, and provide
3537 both etext and _etext with a leading underscore. Mark the start
3538 and end of .sbss.
3539
6a345e87
AM
35402000-04-12 Alan Modra <alan@linuxcare.com.au>
3541
3542 * emultempl/elf32.em (struct orphan_save): New.
3543 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3544 hold_interp): Make them struct orphan_save.
3545 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
3546 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
3547 the end of the relevant section list. Also add associated section
3548 statements to the end of any previous orphan statements.
3549 * emultempl/armelf.em: Similarly.
3550 * emultempl/pe.em: Similarly.
3551
8be86746
AM
35522000-04-11 Alan Modra <alan@linuxcare.com.au>
3553
3554 * ld.texinfo (Simple Example): Remove extraneous paragraph.
3555
3b16e843 35562000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
50bbae35 3557
a2d91340 3558 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 3559 --enable-build-warnings option.
a2d91340
AC
3560 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3561 * Makefile.in, configure: Re-generate.
3562
41b49281
AM
35632000-04-04 Alan Modra <alan@linuxcare.com.au>
3564
8ad3436c
AM
3565 * po/ld.pot: Regenerate.
3566
3567 * lexsup.c (help): Restore translated part of bug string.
3568
41b49281
AM
3569 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3570 (DEP): Quote when passing vars to sub-make. Add warning message
3571 to end.
3572 (DEP1): Rewrite for "gcc -MM".
3573 (CLEANFILES): Add DEP2.
3574 Update dependencies.
3575 * Makefile.in: Regenerate.
3576
c20f4f8c
AM
35772000-04-03 Alan Modra <alan@linuxcare.com.au>
3578
3579 * ld.h: #include "bin-bugs.h"
3580 * lexsup.c (help): Use REPORT_BUGS_TO.
3581
adde6300
AM
35822000-03-27 Denis Chertykov <denisc@overta.ru>
3583
3584 * configure.tgt (avr-*-*): New target support.
3585 * Makefile.am: Likewise.
3586 * scripttempl/elf32avr.sc: New script file.
3587 * emulparams/avr1200.sh: New file.
3588 * emulparams/avr23xx.sh: New file.
3589 * emulparams/avr4433.sh New file.
3590 * emulparams/avr44x4.sh New file.
3591 * emulparams/avr85xx.sh New file.
3592 * emulparams/avrmega103.sh New file.
3593 * emulparams/avrmega161.sh New file.
3594 * emulparams/avrmega603.sh New file.
3595 * Makefile.in: Regenerate.
3596
9282ff41
L
35972000-03-09 Andreas Jaeger <aj@suse.de>
3598
3599 * Makefile.am (check-DEJAGNU): Also unset LANG.
3600 * Makefile.in: Rebuild.
3601
a9998805
ILT
36022000-03-06 Ian Lance Taylor <ian@zembu.com>
3603
3604 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
3605 archive.
3606
f9bc20e7
NC
36072000-03-02 H.J. Lu <hjl@gnu.org>
3608
3609 * emulparams/elf32mcore.sh: Include "getopt.h".
3610
4e277b38
ILT
36112000-03-01 Ian Lance Taylor <ian@zembu.com>
3612
3613 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
3614
f0c87f88
NC
36152000-03-01 H.J. Lu <hjl@gnu.org>
3616
3617 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
3618 * emulparams/shpe.sh: Likewise.
3619
36202000-03-01 Nick Clifton <nickc@cygnus.com>
3621
3622 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
3623 to unused parameters.
3624
3625 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
3626 functions only used by DLL code.
3627 (_place_orphan): Initialise 'dollar'.
3628
b6f29aaa
L
36292000-03-01 H.J. Lu <hjl@gnu.org>
3630
3631 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
3632 indicate if the undefined symbol is a fatal error or not.
3633 Don't delete the output file if "fatal" is false.
3634
af28fce3
L
36352000-02-29 H.J. Lu <hjl@gnu.org>
3636
50bbae35 3637 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
3638 Set LC_COLLATE and LC_ALL to null and export them. It is for
3639 sort which expects the C locale.
3640 Add $(LIBS) to all $(HOSTING_LIBS).
3641 * Makefile.in: Rebuild.
3642
40d109bf
AM
36432000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
3644
3645 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
3646 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
3647 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
3648 (ld_emulation_xfer_struct): Add missing NULL initialiser for
3649 find_potential_libraries.
3650
db5be682
JB
36512000-02-28 Jim Blandy <jimb@redhat.com>
3652
3653 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 3654 list entries; the lexer considers commas to be valid part of a
db5be682
JB
3655 filename, so in something like `foo, bar' the comma is considered
3656 part of the first filename, `foo,'.
3657 * ld.texinfo: Update section on EXCLUDE_FILE lists.
3658
3558ff4c
ILT
36592000-02-27 Loren J. Rittle <ljrittle@acm.org>
3660
3661 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3662 host "i[3456]86-*-freebsdelf*".
3663
4eee2681
ILT
36642000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
3665
3666 * scripttempl/i386go32.sc: Move misplaced semicolons.
3667
8d75d12d
ILT
36682000-02-25 Ian Lance Taylor <ian@zembu.com>
3669
3670 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
3671 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
3672 (eelf64hppa.c, ehppaelf.c): Remove targets.
3673 * Makefile.in: Rebuild.
3674
a1836d49
AO
36752000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3676
ad51fb57
AO
3677 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
3678 GNU/Linux/sparc, but keep the default as 32.
3679
a1836d49
AO
3680 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
3681 it default if sparcv9 or sparc64.
3682
344a211f
NC
36832000-02-24 Nick Clifton <nickc@cygnus.com>
3684
3685 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
3686 * Makefile.in: Regenerate.
3687 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
3688
3689 * ldemul.h (ld_emulation_xfer_struct): Add new field:
3690 find_potential_libraries.
3691 * ldemul.c (ldemul_find_potential_libraries): New function.
3692
3693 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 3694 exported.
344a211f
NC
3695 (ldfile_open_file): Call ldemul_find_potential_libraries.
3696 * ldfile.h: Add prototype for ldfile_open_file_search.
3697
3698 * pe-dll.c: Add support for ARM, MIPS and SH targets.
3699
3700 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
3701 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
3702
3703 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
3704 (gld_X_find_potential_libraries): New function. Search for
3705 libraries called "*.lib".
3706
a2b64bed 3707 * scripttempl/pe.sc: Add .pdata section.
344a211f 3708
eaba1dd3
RH
37092000-02-23 Richard Henderson <rth@cygnus.com>
3710
3711 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
3712 Add and use memory regions.
3713
5b93d8bb
AM
37142000-02-23 Linas Vepstas (linas@linas.org)
3715
3716 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
3717
3718 * Makefile.am: Add support for Linux/IBM 370.
3719 * configure.tgt: Likewise.
3720
3721 * Makefile.in: Regenerate.
3722
f6af82bd
AM
37232000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3724
3725 * ldlang.c (print_input_section, print_data_statement,
3726 print_reloc_statement, print_padding_statement, insert_pad,
3727 size_input_section, lang_check_section_addresses,
3728 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 3729 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
3730 (lang_do_assignments): Also change `size' to unsigned.
3731
9e673ad1
RH
37322000-02-16 Richard Henderson <rth@cygnus.com>
3733
3734 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
3735
562d3460
TW
37362000-02-16 Timothy Wall <twall@cygnus.com>
3737
3738 * mri.c (mri_draw_tree): Add default LMA region argument to call
3739 to lang_leave_output_section_statement.
3740 * ldlang.h: Update prototypes with LMA region arguments.
3741 * ldlang.c (lang_size_sections): Encapsulate region bounds
3742 checking in os_check_region call.
3743 (os_check_region): New function.
3744 (lang_output_section_statement_lookup): Initialize lma_region.
3745 (lang_leave_output_section_statement): Add LMA region argument.
3746 (lang_leave_overlay): Ditto.
3747 * ldgram.y: Handle LMA region syntax.
3748 * ld.texinfo (Output Section Description): Describe LMA region usage.
3749 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 3750 lma region in call to lang_leave_output_section_statement.
562d3460 3751 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 3752 lma region in call to lang_leave_output_section_statement.
562d3460 3753 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 3754 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
3755
3756
9e4ed18c
TW
37572000-02-04 Timothy Wall <twall@redhat.com>
3758
3759 * ldlang.c (lang_check_section_addresses): Use bytes instead of
3760 octets when calculating section end addresses.
3761
32edc927
TW
37622000-02-04 Timothy Wall <twall@redhat.com>
3763
3764 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
3765
4cbfc3ac
TW
37662000-02-03 Timothy Wall <twall@redhat.com>
3767
a2b64bed 3768 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4cbfc3ac 3769 octet count.
a2b64bed 3770 * ldlang.c (print_input_section, print_data_statement,
4cbfc3ac
TW
3771 print_reloc_statement, print_padding_statement): Print target
3772 address values and section sizes as bytes, not octets.
3773 (insert_pad) Calculate padding size in octets, and adjust "dot"
3774 by bytes.
3775 (size_input_section) Always adjust "dot" by bytes, not octets.
3776 (lang_check_section_addresses, lang_do_assignments) Adjust
3777 "dot" by bytes, not octets. Use the larger of the directive size
3778 or octets_per_byte for the number of octets actually allocated in
3779 the output section.
3780 (lang_set_startof) Make sure STARTOF returns a target address.
3781 (lang_one_common) Record size changes in octets.
3782 (lang_abs_symbol_at_end_of) Section end symbol's value is
3783 recorded in target bytes.
3784 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
3785 to be clear about behavior when an octet is smaller than one byte.
50bbae35 3786
305c7206
AM
37872000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
3788
3789 * ldcref.c (output_cref): Don't pass message strings to printf
3790 as format arg.
3791 Update copyright.
3792
3793 * ldmisc.c (vfinfo): Same here.
3794 Update copyright.
3795
e1c47aa4
AM
37962000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
3797
3798 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
3799 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
3800 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
3801 Add missing NULL initialisers, and comments.
3802
3803 * testsuite/ld-srec/sr3.cc (__rethrow): New.
3804
13392b77
NC
38052000-01-21 Nick Clifton <nickc@cygnus.com>
3806
3807 * ldlang.c (lang_size_sections): Fix typo in comment.
3808
cce4c4c5
NC
38092000-01-18 H.J. Lu <hjl@gnu.org>
3810
3811 * ldlang.c (lang_size_sections): Also update the current
3812 address of a region if the SEC_NEVER_LOAD bit is not set.
3813
0decc840
NC
38142000-01-10 Philip Blundell <pb@futuretv.com>
3815
3816 * configure.tgt (arm*-*-conix*): New target.
3817
4e53152f
NC
38182000-01-07 Nick Clifton <nickc@cygnus.com>
3819
3820 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
3821 line switches with -Wl, (or whatever is appropriate) if it is
3822 being invoked by a comnpiler driver program.
50bbae35 3823 Fix description of the behaviour of the -n command line switch.
4e53152f 3824
3b16e843 38252000-01-05 Catherine Moore <clm@cygnus.com>
18625d54
CM
3826
3827 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
3828 (name_list): New.
3829 * ld.texinfo (EXCLUDE_FILE): Update documentation.
3830 * ldgram.y (wildcard_spec): Support a list of excluded_files.
3831 (exclude_name_list): New.
3832 ldlang.c (walk_wild_section): Support list of excluded files.
3833 (print_wild_statement): Likewise.
3834 (lang_add_wild): Likewise.
3835 * ldlang.h (lang_wild_statement_type): Likewise.
3836 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 3837
5aaace27
NC
38382000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
3839
870df5dc
NC
3840 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
3841 (process_def_file): Use.
3842 (pe_dll_compat_implib): New variable.
3843 (make_one): Use.
50bbae35 3844
870df5dc
NC
3845 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
3846 pe_dll_compat_implib.
50bbae35
AM
3847
3848 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
3849 compat-implib options.
3850 (gld_${EMULATION_NAME}_list_options): List new options.
3851 (gld_${EMULATION_NAME}_parse_args): Handle.
3852
50bbae35 3853 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 3854 dll.
50bbae35
AM
3855
3856 * deffilep.y (opt_name): Allow "." in name.
5aaace27 3857
2f6d2f85 3858For older changes see ChangeLog-9899
252b5132
RH
3859\f
3860Local Variables:
3861mode: change-log
3862left-margin: 8
3863fill-column: 74
3864version-control: never
3865End:
This page took 0.315325 seconds and 4 git commands to generate.