* elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
a3d60be3
AM
12002-05-04 Alan Modra <amodra@bigpond.net.au>
2
3 * emultempl/hppaelf.em (build_section_lists): New function.
4 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
5 and build_section_lists.
6
b7a26f91
KH
72002-05-03 Kazu Hirata <kazu@cs.umass.edu>
8
9 * ld.h: Fix formatting.
10 * ldexp.c: Likewise.
11 * ldfile.c: Likewise.
12 * ldlang.c: Likewise.
13 * ldmain.c: Likewise.
14 * lexsup.c: Likewise.
15 * pe-dll.c: Likewise.
16
805fc799
AM
172002-05-02 Alan Modra <amodra@bigpond.net.au>
18
19 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
20 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
21 (build_section_lists): Do output_section tests here.
22
cc7e59b2
TR
232002-04-30 Tom Rix <trix@redhat.com>
24
25 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
26
9c1d81c1
AM
272002-05-01 Alan Modra <amodra@bigpond.net.au>
28
29 Long branch stubs, multiple stub sections.
30 * emultempl/ppc64elf.em: Include ldctor.h.
31 (stub_file): New var.
32 (group_size): New var.
33 (ppc_create_output_section_statements): New function.
34 (struct hook_stub_info): New.
35 (hook_in_stub): New function.
36 (ppc_add_stub_section): New function.
37 (ppc_layout_sections_again): New function.
38 (build_section_lists): New function.
39 (gld${EMULATION_NAME}_finish): Rewrite.
40 (real_func): New var.
41 (ppc_for_each_input_file_wrapper): New function.
42 (ppc_lang_for_each_input_file): New function.
43 (lang_for_each_input_file): Define.
44 (PARSE_AND_LIST_PROLOGUE): Define.
45 (PARSE_AND_LIST_LONGOPTS): Define.
46 (PARSE_AND_LIST_OPTIONS): Define.
47 (PARSE_AND_LIST_ARGS_CASES): Define.
48 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
49
aa67bccf
TR
502002-04-30 Tom Rix <trix@redhat.com>
51
52 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
53 -blibpath, -bnolibpath support.
54
94349e12
MM
552002-04-30 Mark Mitchell <mark@codesourcery.com>
56
57 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
58 (eelf32ppcwindiss.c): New target.
59 * Makefile.in: Regenerated.
60 * configure.tgt: Add support for powerpc-*-windiss.
61 * emulparams/elf32ppcwindiss.sh: New file.
62
7b17f854
RS
632002-04-30 Richard Sandiford <rsandifo@redhat.com>
64
65 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
66 * ldexp.c (exp_print_token): Add "infix_p" argument.
67 (exp_print_tree): Update accordingly.
68
596dafeb
AM
692002-04-28 Alan Modra <amodra@bigpond.net.au>
70
71 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
72 * Makefile.in: Regenerate.
73 * mpw-elfmips.c: Delete.
74 * mpw-eppcmac.c: Delete.
75 * mpw-esh.c: Delete.
76 * mpw-idtmips.c: Delete.
77
a44d7f9c
JR
78Wed Apr 17 19:23:14 2002 J"orn Rennecke <joern.rennecke@superh.com>
79
80 * emulparams/shelf32.sh (MACHINE): Now sh5.
81
944cd72c
TS
822002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
83
84 * ldgram.y: Fix syntax warning.
85
5835c212
NC
862002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
87
88 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
89 to prevent "-n" from being taken as an abbreviation for
90 "--no-pipeline-knowledge".
91
024531e2
AM
922002-04-08 Alan Modra <amodra@bigpond.net.au>
93
d08a14c3
AM
94 * ldlang.c (lang_size_sections_1): Don't complain about
95 SEC_NEVER_LOAD sections having no memory region specified.
96
024531e2
AM
97 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
98
c657a1f0
MG
992002-04-07 matthew green <mrg@redhat.com>
100
101 * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
102
61bef6f1
AM
1032002-04-04 Alan Modra <amodra@bigpond.net.au>
104
105 * dep-in.sed: Cope with absolute paths.
106 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
107 Run "make dep-am".
108 * Makefile.in: Regenerate.
109
49ba2791
TS
1102002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
111
112 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
113
50e60fb5
JJ
1142002-04-03 Jakub Jelinek <jakub@redhat.com>
115
116 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
117 is smaller than maximum, round dot up to common page boundary.
118
6f12f4ca
AM
1192002-03-28 Alan Modra <amodra@bigpond.net.au>
120
121 * configure.host: Set up for generic hosts first, then tweak as
122 necessary in more specific targets.
123 (HOSTING_LIBS): Include libgcc_eh.a if found.
124
a8f1f017
AJ
1252002-03-23 Andreas Jaeger <aj@suse.de>
126
127 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
128
1d3fdf38
AM
1292002-03-21 Alan Modra <amodra@bigpond.net.au>
130
131 * Makefile.am: Run "make dep-am".
132 * Makefile.in: Regenerate.
133
79b1faa8
AM
1342002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
135
136 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
137
fcf0e35b
AM
1382002-03-20 Alan Modra <amodra@bigpond.net.au>
139
140 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
141 add the symbol to the linker hash table immediately.
142 (lang_place_undefineds): Split symbol creation out..
143 (insert_undefined): ..to here.
144
fed2999d
DB
1452002-03-18 David O'Brien <obrien@FreeBSD.org>
146
147 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
148 the contents of the buffer returned from basename function will are
149 getting overwritten while still being used.
150
beb43bb9
JH
151Mon Mar 18 17:38:39 CET 2002 Jan Hubicka <jh@suse.cz>
152 Andreas Jaeger <aj@suse.de>
153 Andreas Schwab <schwab@suse.de>
154
155 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
156 * elf_x86_64.sh (ARCH): Set to i386:x86-64
157 set libraries to default to lib64 paths.
158
eb1e0e80
NC
1592002-03-18 Tom Rix <trix@redhat.com>
160
161 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
162 * configure.tgt : Same.
163 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
164 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
165 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
166 emulation parameters for better -b32, -b64 support.
167 * emulparms/aixrs6.sh : Same.
168 * emulparms/ppcmacos.sh : Same.
169 * emultempl/aix.em (choose_target) : Use new emulation parameters
170 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
171 * Makefile.in : Regenerate.
172
a1c259a1
NC
1732002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
174
175 * po/fr.po: Updated version.
176
862120bd
AM
1772002-03-18 Alan Modra <amodra@bigpond.net.au>
178
179 * ldmain.c (main): Move .text readonly flag fudges from here..
180 * ldlang.c (lang_process): ..to here.
181
d35a52e2
AM
1822002-03-14 Alan Modra <amodra@bigpond.net.au>
183
184 * ldlang.c (lang_check): Remove the word size check added in last
185 change. Treat emitrelocations case as for relocatable links.
186
9ce88e60
NC
1872002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
188
189 * po/fr.po: Updated version.
190
30cba025
AM
1912002-03-13 Alan Modra <amodra@bigpond.net.au>
192
193 * ldlang.c (lang_check): Do relocatable link checks first, so that
194 warn_mismatch can't override. Check compatible and word size too.
195
84ec0e6d
DJ
1962002-03-07 Daniel Jacobowitz <drow@mvista.com>
197
198 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
199
2d13d8c5
JJ
2002002-03-05 Jakub Jelinek <jakub@redhat.com>
201
202 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
203 DATA_SEGMENT_ALIGN.
204
b5090659
L
2052002-03-04 H.J. Lu <hjl@gnu.org>
206
207 * scripttempl/elf.sc: Put .preinit_array, .init_array and
208 .fini_array in the data segment.
209
f42ce16e
AM
2102002-03-04 Alan Modra <amodra@bigpond.net.au>
211
212 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
213
de77b6ac
RH
2142002-03-01 David Mosberger <davidm@hpl.hp.com>
215
216 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
217 .init_array, and .fini_array.
218
997e08c0
AS
2192002-02-20 Andreas Schwab <schwab@suse.de>
220
221 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
222 .IA64_unwind* in a relocatable link.
223
9a66911f
NC
2242002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
225
226 * NEWS: Mark 2.12 branch.
227
d86bcc10
MS
2282002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
229
230 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
231 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
232
69f284c7
TR
2332002-02-18 Tom Rix <trix@redhat.com>
234
235 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
236 (gld*_before_allocation): Same.
a8f1f017 237 (gld*_create_output_section_statements): Generate
69f284c7
TR
238 __rtinit if run time linking. Add librtl.a to the link.
239 (gld*_read_file): Clean.
240
82bd7b59
AM
2412002-02-18 Alan Modra <amodra@bigpond.net.au>
242
243 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
244
ac3e50bf
DB
2452002-02-18 David O'Brien <obrien@FreeBSD.org>
246
6a7f963b 247 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
ac3e50bf
DB
248 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
249 and eelf64alpha_fbsd.
6a7f963b 250 * Makefile.in: Regenerate.
ac3e50bf
DB
251 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
252 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
253 use a FreeBSD-specific emulation rather than the psABI one.
254 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
255 for all FreeBSD ELF systems.
256 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
257 emulation.
258 * emulparams/elf32ppc_fbsd.sh: Likewise.
259 * emulparams/elf64_ia64_fbsd.sh: Likewise.
260 * emulparams/elf64_sparc_fbsd.sh: Likewise.
261 * emulparams/elf64alpha_fbsd.sh: Likewise.
262 * emulparams/elf_i386_fbsd.sh: Likewise.
263 * emulparams/elf_x86_64_fbsd.sh: Likewise.
264
6ad738c5
NC
2652002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
266
267 * po/tr.po: Updated version.
268
9673c93c
AM
2692002-02-18 Alan Modra <amodra@bigpond.net.au>
270
271 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
272 (FILL): Likewise.
273
1c5e6447
HPN
2742002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
275
276 * emultempl/mmo.em (mmo_after_open): Don't call
277 _bfd_mmix_check_all_relocs when producing ELF output.
278
8bb57516
RH
2792002-02-15 Richard Henderson <rth@redhat.com>
280
de77b6ac 281 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
8bb57516
RH
282 definition. Emit a unop+nop pair.
283
49fda6c8
HPN
2842002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
285
83c2d653
HPN
286 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
287 for presence of .MMIX.reg_contents.linker_allocated before early
288 exit.
289
49fda6c8
HPN
290 * NEWS: Mention support for MMIX.
291
2c382fb6
AM
2922002-02-15 Alan Modra <amodra@bigpond.net.au>
293
294 Support arbitrary length fill patterns.
a139d329
AM
295 * ld.texinfo (Output Section Fill): Describe fill expressions.
296 (FILL): Refer to the above.
2c382fb6
AM
297 * ldexp.h (etree_value_type): Add "str" field.
298 (union etree_union): Add "str" to "value" struct.
299 (exp_bigintop): Declare.
300 (exp_get_fill): Declare.
301 * ldexp.c: Include "safe-ctype.h".
302 (exp_intop): Set value.str to NULL.
303 (exp_bigintop): New function.
304 (new_rel): Pass in "str", and set new.str from it.
305 (new_rel_from_section): Set new.str to NULL.
306 (fold_name): Adjust calls to new_rel.
307 (exp_fold_tree): Likewise.
308 (exp_get_fill): New function.
309 * ldgram.y (struct big_int bigint, fill_type *fill): New.
310 (INT): Returns a "bigint". Adjust all code handling INTs.
311 (fill_opt): Returns a "fill".
312 (fill_exp): Split out of fill_opt, use for FILL.
313 * ldlang.h (struct _fill_type): New.
314 (fill_type): Move typedef to ldexp.h.
315 (lang_output_section_statement_type): "fill" is now a pointer.
316 (lang_fill_statement_type): Likewise.
317 (lang_padding_statement_type): Likewise.
318 (lang_add_fill): Now takes a "fill_type *" param.
319 (lang_leave_output_section_statement): Likewise.
320 (lang_do_assignments): Likewise.
321 (lang_size_sections): Likewise.
322 (lang_leave_overlay_section): Likewise.
323 (lang_leave_overlay): Likewise.
324 * ldlang.c: Include ldgram.h after ldexp.h.
325 (lang_output_section_statement_lookup): Adjust for fill_type change.
326 (print_fill_statement): Likewise.
327 (print_padding_statement): Likewise.
328 (insert_pad): Now takes a "fill_type *" arg.
329 (size_input_section): Likewise.
330 (lang_size_sections_1): Likewise.
331 (lang_size_sections): Likewise.
332 (lang_do_assignments): Likewise.
333 (lang_add_fill): Likewise.
334 (lang_leave_output_section_statement): Likewise.
335 (lang_leave_overlay_section): Likewise.
336 (lang_leave_overlay): Likewise.
337 Adjust all callers of the above function.
338 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
339 starting with "0X" as well as "0x". Return bigint.str for hex
340 numbers starting with "0x" or "0X", zero bigint.str otherwise.
341 Always use base 16 for numbers starting with "$".
342 * ldmain.c: Include ldgram.h after ldexp.h.
343 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
344 of bfd_fill_link_order.
345 * pe-dll.c: Adjust lang_do_assignments calls.
346 * emultempl/elf32.em: Likewise.
347 * emultempl/hppaelf.em: Likewise.
348 * emultempl/ppc64elf.em: Likewise.
349 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
350 lang_add_assignment call.
351 * emultempl/pe.em: Likewise.
352
313e35ee
AM
3532002-02-14 Phil Edwards <pme@gcc.gnu.org>
354
a139d329 355 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
313e35ee
AM
356 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
357 the pattern in question is not a regexp.
358 * ldlang.c: Likewise.
359 * ldlang.h: Likewise.
360 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
361
2d20f7bf
JJ
3622002-02-12 Jakub Jelinek <jakub@redhat.com>
363
364 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
365 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
366 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
367 * ldexp.c (exp_data_seg): New variable.
368 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
369 (fold_binary): Handle DATA_SEGMENT_ALIGN.
370 (exp_fold_tree): Handle DATA_SEGMENT_END.
371 Pass allocation_done when recursing instead of hardcoding
372 lang_allocating_phase_enum.
373 * ldexp.h (exp_data_seg): New.
374 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
375 (lang_size_sections): New.
376 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
377 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
378 if COMMONPAGESIZE is defined.
379 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
380 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
381 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
382 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
383 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
384 libraries only.
385
06880219
AM
3862002-02-11 Alan Modra <amodra@bigpond.net.au>
387
388 * Makefile.in: Regenerate.
389
37b0ac0f
DJ
3902002-02-10 Daniel Jacobowitz <drow@mvista.com>
391
392 * lexsup.c: Remove strtoul declaration.
393
4e5bae56
DJ
3942002-02-10 Daniel Jacobowitz <drow@mvista.com>
395
396 * ldmain.c: Add prototype for main ().
397 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
398 * emultempl/lnk960.em (lnk960_choose_target): Function should
399 take two arguments.
400
1e281515
AM
4012002-02-10 Alan Modra <amodra@bigpond.net.au>
402
403 * ldlang.c (entry_section): New initialised variable.
404 (lang_finish): Use it.
405 * ldlang.h (entry_section): Declare.
406 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
407 entry_section to ".opd".
408
f92d92ff 4092002-02-09 Chris Demetriou <cgd@broadcom.com>
0a9c1c8e
CD
410
411 * ld.texinfo (Options): Add back in -nostdlib documentation,
412 which had been inadvertently removed.
413
74c44237
HPN
4142002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
415
416 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
417 register section vma to a sane value after emitting error. Make
418 fatal conditions cause program exit when emitting message.
419
5e37cc46
NC
4202002-02-08 Ivan Guzvinec <ivang@opencores.org>
421
422 * configure.tgt: Add or32-*-rtems target.
423
2d92cb7d
AO
4242002-02-08 Alexandre Oliva <aoliva@redhat.com>
425
426 Contribute sh64-elf.
427 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
428 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
429 in OTHER_RELOCATABLE_SECTIONS.
430 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
431 * emulparams/shelf32.sh (STACK_ADDR): Define.
432 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
433 (OTHER_SECTIONS): this. Removed stack settings.
434 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
435 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
436 2001-03-12 DJ Delorie <dj@redhat.com>
437 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
438 relaxing if any shmedia or mixed sections are found.
439 2001-03-07 DJ Delorie <dj@redhat.com>
440 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
441 einfo. Gracefully decline to output to non-elf formats.
442 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
443 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
444 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
445 * emulparams/shelf32.sh: Ditto.
446 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
447 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
448 comment.
449 2001-01-10 Ben Elliston <bje@redhat.com>
450 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
451 non-portable shell constructs. From Hans-Peter Nilsson.
452 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
453 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
454 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
455 dependencies to the shell script include chain.
456 * Makefile.in: Regenerate.
457 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
458 * emultempl/sh64elf.em: Update and tweak comments.
459 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
460 make a .cranges section SEC_IN_MEMORY.
461 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
462 * emultempl/sh64elf.em
463 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
464 .cranges section found to be necessary; continue and set stored
465 section contents flags for sections with non-mixed contents.
466 Use a struct sh64_section_data container and sh64_elf_section_data
467 to store contents-type flags.
468 Remove unused update of "isec".
469 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
470 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
471 access contents-type flags. Assert that the associated container
472 is initialized. Use that container, not elf_gp_size, to hold size
473 of linker-generated cranges contents.
474 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
475 * emultempl/sh64elf.em
476 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
477 there's already a .cranges section. When section flag difference
478 is found, don't NULL-check cranges a second time. Tweak comments.
479 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
480 merging, not max size, as size of ld-generated .cranges contents.
481 Don't set ELF section flags in output section. When checking for
482 needed .cranges descriptors, don't use a variable; compare
483 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
484 comments.
485 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
486 * emultempl/sh64elf.em: New file.
487 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
488 * Makefile.in: Regenerate.
489 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
490 (OTHER_RELOCATING_SECTIONS): Ditto.
491 (EXTRA_EM_FILE): New, set to sh64elf if not set.
492 * emulparams/shlelf32.sh: Stub out all settings except
493 OUTPUT_FORMAT. Source shelf32.sh.
494 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
495 OTHER_RELOCATING_SECTIONS.
496 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
497 * emulparams/shlelf64.sh: Stub out all settings except
498 OUTPUT_FORMAT. Source shelf64.sh.
499 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
500 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
501 .cranges section.
502 (DATA_START_SYMBOLS): Define, provide ___data.
503 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
504 for consecutive .data section.
505 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
506 section after .data section.
507 * emulparams/shlelf64.sh: Ditto.
508 * emulparams/shelf32.sh: Ditto.
509 (ALIGNMENT): Define to 8.
510 * emulparams/shelf32.sh: Ditto.
511 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
512 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
513 built-in linker scripts.
514 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
515 * emulparams/shlelf64.sh: New.
516 * emulparams/shelf64.sh: New.
517 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
518 targ_extra_emuls.
519 * Makefile.am: Add support for shlelf64 and shelf64.
520 * Makefile.in: Regenerate.
521 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
522 * configure.tgt (sh64-*-elf*): Add shelf as default.
523 Add shlelf to targ_extra_emuls.
524 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
525 * emulparams/shelf32.sh: New file.
526 * emulparams/shlelf32.sh: New file.
527 * Makefile.am: Add support for shlelf32 and shelf32.
528 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
529 * Makefile.in: Regenerate.
530
e3dc8847
HPN
5312002-02-05 Hans-Peter Nilsson <hp@axis.com>
532
533 * ldlang.c (lang_reset_memory_regions): Rename from
534 reset_memory_regions. Change all callers. Make public.
535 * ldlang.h (lang_reset_memory_regions): Prototype.
536 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
537 lang_reset_memory_regions before lang_size_sections.
126730bd
HPN
538 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
539 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
e3dc8847 540
8017dbcb
HPN
5412002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
542
543 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
544 arithmetic when checking for too many global registers.
545
006336b8
JT
5462002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
547
548 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
549 (ehppanbsd.c): New rule.
550 * Makefile.in: Regenerate.
551 * configure.tgt (hppa*-*-netbsd*): New target.
552 * emulparams/hppalinux.sh: Add comment to check other files
553 that source this file it is modified, and list which
554 files that do.
555 * emulparams/hppanbsd.sh: New file.
556
da1f2fec
GK
5572002-02-01 Geoffrey Keating <geoffk@redhat.com>
558
559 * scripttempl/xstormy16.sc: Don't allocate extra space for the
560 stack.
561
48fa4a5d
HPN
5622002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
563
564 Support on-demand global register allocation from
565 R_MMIX_BASE_PLUS_OFFSET relocs.
566 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
567 mmix_set_reg_section_vma. Call
568 _bfd_mmix_finalize_linker_allocated_gregs.
569 (mmix_before_allocation): New function.
570 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
571 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
572 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
573 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
574 before .MMIX.reg_contents.
575 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
576 (mmo_after_open): New function.
577 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
578 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
579 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
580
3b16e843
NC
5812002-01-31 Ivan Guzvinec <ivang@opencores.org>
582
583 * emulparams/or32.sh: New file.
584 * emulparams/or32elf.sh: New file.
585 * scripttempl/or32.sc: New file.
586 * configure.tgt : Add support for or32.
587 * configure: Regenerate
588 * Makefile.am: Add support for or32.
589 * Makefile.in: Regenerate.
590 * NEWS: Mention support for or32.
591 * po/ld.pot: Regenerate.
592
f744d540 5932002-01-29 Chris Demetriou <cgd@broadcom.com>
313e35ee 594 Mitch Lichtenberg <mpl@broadcom.com>
f744d540
CD
595
596 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
597 * emultempl/mipself.em: New file to handle MIPS ELF embedded
598 reloc creation (ld --embedded-relocs).
599
4867be41
DJ
6002002-01-27 Daniel Jacobowitz <drow@mvista.com>
601
602 * configure: Regenerated.
603
cd8e197b
HPN
6042002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
605
606 * Makefile.am (install): Depend on install-info.
607 * Makefile.in: Regenerate.
608
9cb61eab
AM
6092002-01-26 Christian Rose <menthos@menthos.com>
610
611 * ldmain.c (main): Use full sentences to ease translation.
612
1caa7b23
NC
6132002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
614
615 * po/fr.po: Updated version.
616
1ddbd152
NC
6172002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
618
619 * po/es.po: Updated version.
620
1e84433f
AJ
6212002-01-25 Andreas Jaeger <aj@suse.de>
622
623 * ldlex.l (yy_input): Correct error check.
624
6d39955e
AM
6252002-01-25 Alan Modra <amodra@bigpond.net.au>
626
627 * ldmisc.c (demangle): Put back dots when string not demangled.
628
a9ed1e1b
RH
6292002-01-22 Richard Henderson <rth@redhat.com>
630
631 * emulparams/elf64alpha.sh (NOP): Use unop.
632
968ec2b9
AJ
6332002-01-21 Andreas Jaeger <aj@suse.de>
634
635 * ldlex.l: Use fread instead of read.
636
9596feea
JT
6372002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
638
639 * configure.tgt (ia64-*-netbsd*): New target.
640
493a6d47
L
6412002-01-21 H.J. Lu <hjl@gnu.org>
642
643 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
644 0.
645 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
646
2a538ba5
AJ
6472002-01-18 Andreas Jaeger <aj@suse.de>
648
649 * ldver.c (ldversion): Update year.
650
328577ad
NC
6512002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
652
653 * po/ld.pot: Regenerate.
654
1f808cd5
AM
6552002-01-16 Alan Modra <amodra@bigpond.net.au>
656
657 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
658 * Makefile.in: Regenerate.
659 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
660 * emultempl/ppc64elf.em: New file.
661
335c5610
DD
6622002-01-15 DJ Delorie <dj@redhat.com>
663
664 * scripttempl/pe.sc: Add support for constructor priorities.
665
c40bbade
DC
6662002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
667
668 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
669 * emulparams/avr23xx.sh: Likewise.
670 * emulparams/avr4433.sh: Likewise.
671 * emulparams/avr44x4.sh: Likewise.
672 * emulparams/avr85xx.sh: Likewise.
673 * emulparams/avrmega103.sh: Likewise.
674 * emulparams/avrmega161.sh: Likewise.
675 * emulparams/avrmega603.sh: Likewise.
676 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
677
34efb449
AO
6782002-01-08 Alexandre Oliva <aoliva@redhat.com>
679
680 * ldlang.c (walk_wild_section): Exclude object file if enclosing
681 archive is excluded.
682
8d05742f
JT
6832002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
684
685 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2a538ba5 686 (eshelf_nbsd.c): New rule.
8d05742f
JT
687 (eshlelf_nbsd.c): New rule.
688 * Makefile.in: Regenerate.
689 * configure.tgt (sh*le-*-netbsdelf*): New target.
690 (sh*-*-netbsdelf*): New target.
691 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
692 * ld/emulparams/shelf_nbsd.sh: New emulation.
693 * ld/emulparams/shlelf_nbsd.sh: New emulation.
694
be2d1673
NC
6952002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
696
697 * po/es.po: New file: Spanish translation.
698 * configure.in (ALL_LINGUAS): Add es.
699 * configure: Regenerate.
700
dbab7a7b
NC
7012002-01-06 John Marshall <jmarshall@acm.org>
702
703 * ld.texinfo: Note that --emit-relocs is currently only
704 implemented for ELF.
705
3dfe7a8c
AM
7062002-01-05 Alan Modra <amodra@bigpond.net.au>
707
708 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
709 of bfd_section_list_remove and bfd_section_list_insert macros.
710 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
711 * emultempl/mmo.em (mmo_place_orphan): Likewise.
712
8a8b2d4b
AJ
7132002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
714
715 * configure.tgt (x86_64-*-netbsd*): New target.
716
9a4c7f16
TR
7172001-12-21 Tom Rix <trix@redhat.com>
718
8a8b2d4b 719 (gld*_create_output_section_statements): New function.
9a4c7f16
TR
720 For -binitfini support.
721 * emultempl/aix.em (gld*_before_parse): Fix comment.
722 * emultempl/aix.em (gld*_parse_args): Fix comment.
723
3695c299
AM
7242001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
725
cf86e6df
AM
726 * configure.tgt (mips*-dec-netbsd*): Delete alias for
727 mips*el-*-netbsd*.
728 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
729
3695c299
AM
730 * configure.tgt (arm-*-netbsdelf*): Add target.
731 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
732 * emulparams/armelf_nbsd.sh: Added.
733 * Makefile.am: Add rules for earmelf_nbsd.
734 * Makefile.in: Regenerate.
735
97cb79ae
AJ
7362001-12-19 Andreas Jaeger <aj@suse.de>,
737 Susanne Oberhauser <froh@suse.de>
738
739 * configure.host: Add rules for x86_64-*linux-gnu. Change
740 s390x-linux entry to use gcc to report configuration, replace gcc
741 with $CC in s390-linux
742
9d201f2f
AJ
7432001-12-19 Andreas Jaeger <aj@suse.de>
744
745 * ld.texinfo (VERSION): Fix markup.
746
0b69cd08
MG
7472001-12-18 matthew green <mrg@eterna.com.au>
748
749 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
750 (m68kelfnbsd.c): New rule.
751 * Makefile.in: Regenerate.
752 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
753 (m68*-*-netbsd*4k*): .. this.
754 (m68*-*-netbsdelf*): New target.
755 (m68*-*-netbsd*): Also include ELF support.
756 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
757 * emulparams/m68kelfnbsd.sh: New emulation.
758
6b9b879a
JJ
7592001-12-18 Jakub Jelinek <jakub@redhat.com>
760
761 * ldgram.y (vers_node): Support anonymous version tags.
762 * ldlang.c (lang_register_vers_node): Ensure anonymous version
763 tag is not defined together with non-anonymous versions.
764 * ld.texinfo: Document it.
765
9fc877ed
NC
7662001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
767
768 * po/tr.po: New file: Turkish translation.
769 * configure.in (ALL_LINGUAS): Add tr.
770 * configure: Regenerate.
771
fc18a3f3
RH
7722001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
773
774 * Makefile.am: Add rules for eelf64alpha_nbsd.
775 * Makefile.in: Regenerate.
776 * configure.tgt (alpha*-*-netbsd*): Set
777 targ_emul to elf64alpha_nbsd.
778 * emulparams/elf64alpha_nbsd.sh: Added.
779
76f63e91
AM
7802001-12-17 Alan Modra <amodra@bigpond.net.au>
781
782 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
783 section_tail when fiddling with section list.
784 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
785 broken into separate strings to make translation easier.
786 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
787 fiddling with section list.
788 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
789
d03b89bd
HPN
7902001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
791
792 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
793
320fec9a
AM
7942001-12-15 Alan Modra <amodra@bigpond.net.au>
795
796 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
797
65765700
JJ
7982001-12-13 Jakub Jelinek <jakub@redhat.com>
799
800 * emultempl/elf32.em (finish): Supply output_bfd
801 to bfd_elf*_discard_info.
802 (OPTION_EH_FRAME_HDR): Define.
803 (longopts): Add --eh-frame-hdr.
804 (parse_args): Handle it.
805 (list_options): Add --eh-frame-hdr to help.
806 * emultempl/hppaelf.em (finish): Supply output_bfd
807 to bfd_elf*_discard_info.
808 * scripttempl/elf.sc (.eh_frame_hdr): Add.
809
89894c62
AM
8102001-12-13 Alan Modra <amodra@bigpond.net.au>
811
812 * lexsup.c (parse_args): Don't pass shortopts to second call to
813 getopt functions. Restore optind rather than decrementing before
814 second call. Remove errind as it now duplicates last_optind.
815
583f1926
CF
8162001-12-11 Christopher Faylor <cgf@redhat.com>
817
818 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
819
93fbbb04
GK
8202001-12-07 Geoffrey Keating <geoffk@redhat.com>
821 Richard Henderson <rth@redhat.com>
822
823 * Makefile.am: Add support for xstormy16.
824 * configure.tgt: Add support for xstormy16.
825 * Makefile.in: Regenerate.
826 * emulparams/elf32xstormy16.sh: New file.
827 * scripttempl/xstormy16.sc: New file.
828
583f1926
CF
8292001-10-01 Christopher Faylor <cgf@cygnus.com>
830
fc18a3f3
RH
831 * Makefile.in (LIB_PATH): Make configurable.
832 (GENSCRIPTS): Set LIB_PATH in environment.
833 * configure.in: Substitute LIB_PATH.
834 * configure: Regenerate.
835 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
836 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
583f1926 837
ff291a48
NC
8382001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
839
840 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
841 describing the -N option so that it is easier to translate into
842 foreign languages.
843
e3c8793a
NC
8442001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
845
846 * emultempl/pe.em (..._list_options): Replace multiple fprintf
847 statements describing a single option with a single, newline
848 escaped fprintf. This allows better translation into other
849 languages.
9d201f2f 850
fc18a3f3
RH
851 * ldmain.c (add_archive_element): Combine multiple strings
852 into a single string to permit better translation into other
853 languages.
e3c8793a 854
f2eab0af
TR
8552001-12-05 Tom Rix <trix@redhat.com>
856
857 * Makefile.am: Remove eaixppc64.
9d201f2f 858 * Makefile.in: Regenerate.
f2eab0af 859
249172c3
TR
8602001-12-04 Tom Rix <trix@redhat.com>
861
9d201f2f 862 * emultempl/aix.em (choose_target): Change default target to
249172c3
TR
863 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
864 warning.
865 (gld*_read_file): Fix typo.
866 (change_symbol_mode): Add prototype.
867 (is_syscall): Same.
9d201f2f 868
249172c3
TR
869 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
870 * emulparams/aixrs6.sh : Same.
871 * emulparams/ppcmacos.sh : Same.
872 * emulparams/aixppc64.sh : Delete file.
873 * emultempl/aix.em : Formatting changes.
874
5b5cd1b0
HPN
8752001-12-04 Hans-Peter Nilsson <hp@axis.com>
876
877 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
878 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
879 __Sbss.
880 (OTHER_END_SYMBOLS): Fix formatting.
881 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
882 (OTHER_END_SYMBOLS): Fix formatting.
883
7cecdbff
AM
8842001-12-04 Alan Modra <amodra@bigpond.net.au>
885
886 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
887
742aeb63 8882001-12-02 Tom Rix <trix@redhat.com>
7cecdbff 889
742aeb63 890 * configure.tgt : Remove eaixppc64 emulations.
7cecdbff 891 * Makefile.in : Remove eaixppc64.c
742aeb63
TR
892 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
893 (ldemul_default_target): Same.
894 * emultempl/gld960.em (gld960_choose_target): Same.
7cecdbff
AM
895 * emultempl/gld960c.em (gld960_choose_target): Same.
896 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
742aeb63
TR
897 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
898 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
899 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
7cecdbff 900 * emultempl/aix.em (choose_target): New function. Handle emulation of
742aeb63
TR
901 -b32 and -b64.
902
48459341
L
9032001-11-27 H.J. Lu <hjl@gnu.org>
904
905 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
906 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
907 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
908 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
909 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
910 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
911 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
912 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
913
7cecdbff 914 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
48459341
L
915 is not empty.
916 (SDATA): Likewise.
917 (REL_SDATA): Likewise.
918 (REL_SBSS): Likewise.
919 (REL_SDATA2): Likewise.
920 (REL_SBSS2): Likewise.
921 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
922 (SDATA2): Likewise.
923
ecfdd20c
SC
9242001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
925
926 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
927 destructor in rom.
7cecdbff 928 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
ecfdd20c 929
da54c6eb
L
9302001-11-22 H.J. Lu <hjl@gnu.org>
931
932 * Makefile.in: Regenerated with automake based on automake
933 1.4-8 in RedHat 7.1.
934
465bc359
AM
9352001-11-22 Alan Modra <amodra@bigpond.net.au>
936
937 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
938 (config.status): Delete rule.
939 Add extra dependencies to cover sourced emulparams files.
940 * Makefile.in: Regenerate.
941
942 * scripttempl/elf.sc: Order <section>, <section>.* and
943 corresponding linkonce sections as seen in input files.
944 Formatting fixes. Zero vma of all sections if not relocating.
945 (STACK): Define and insert if STACK_ADDR defined.
946 (OTHER_RELOCATING_SECTIONS): Delete.
947 (OTHER_END_SYMBOLS): Define.
948 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
949 (OTHER_READWRITE_SECTIONS): Likewise.
950 (OTHER_GOT_SECTIONS): Likewise.
951 (OTHER_SDATA_SECTIONS): Likewise.
952 (OTHER_BSS_SECTIONS): Likewise.
953 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
954 (OTHER_READWRITE_SECTIONS): Likewise.
955 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
956 (OTHER_READWRITE_SECTIONS): Likewise
957
958 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
959 (STACK_ADDR): Define.
960 * emulparams/armelf_oabi.sh: As for armelf.sh.
961 * emulparams/elf32mcore.sh: As for armelf.sh.
962 * emulparams/h8300elf.sh: As for armelf.sh.
963 * emulparams/mn10200.sh: As for armelf.sh.
964 * emulparams/shelf.sh: As for armelf.sh.
965
966 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
967 (OTHER_END_SYMBOLS): Define.
968 * emulparams/m32relf.sh: As for elf32fr30.sh.
969 * emulparams/h8300helf.sh: As for elf32fr30.sh.
970 * emulparams/h8300self.sh: As for elf32fr30.sh.
971
972 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
973 defines with RELOCATING test.
974 (OTHER_SDATA_SECTIONS): Likewise.
975 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
976 (OTHER_END_SYMBOLS): ..this.
977 * emulparams/crislinux.sh: As for criself.sh.
978
979 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
980 if not relocating.
981 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
982 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
983 normal and linkonce sections as seen in input files.
984 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
985 (TEXT_DYNAMIC): Likewise.
986 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
987 (OTHER_SDATA_SECTIONS): Likewise.
988 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
989 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
990 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
991 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
992 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
993 (OTHER_PLT_RELOC_SECTIONS): Likewise.
994 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
995 sections as seen in input files.
996 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
997 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
998 if not relocating.
999 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
1000 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
1001 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
1002 (OTHER_SECTIONS): Instead, use this..
1003 (OTHER_END_SYMBOLS): ..and this.
1004
1005 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
1006 * emulparams/elf32bsmip.sh: Likewise.
1007 * emulparams/elf32btsmip.sh: Likewise.
1008 * emulparams/elf32ebmip.sh: Likewise.
1009 * emulparams/elf32lmip.sh: Likewise.
1010 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
1011 * emulparams/elf32lsmip.sh: Likewise.
1012 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
1013 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
1014 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
1015 * emulparams/elf64btsmip.sh: Likewise.
1016 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
1017 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
1018 * emulparams/elf32ppclinux.sh: Likewise.
1019 * emulparams/elf32ppcsim.sh: Likewise.
1020 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
1021 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
1022 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
1023 * emulparams/h8300self.sh: Likewise.
1024 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
1025 * emulparams/sh.sh: Comment.
1026 * emulparams/shl.sh: Source sh.sh, remove duplicates.
1027 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
1028 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
1029
abc6ab0a
AM
10302001-11-21 David Heine <dlheine@tensilica.com>
1031 Alan Modra <amodra@bigpond.net.au>
1032
1033 * ldlang.c (map_input_to_output_sections): Replace "break"
1034 accidentally removed with 2001-08-03 change.
1035 (lang_gc_sections_1): Likewise.
1036
2181f54f
AM
10372001-11-21 Alan Modra <amodra@bigpond.net.au>
1038
1039 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
1040
ca0b5847
AM
10412001-11-20 Angela Marie Thomas <angela@redhat.com>
1042
1043 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2181f54f
AM
1044 of false when calling lang_size_sections.
1045 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
ca0b5847 1046
c56feb2b
AM
10472001-11-15 Alan Modra <amodra@bigpond.net.au>
1048
1049 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
1050 function when LDEMUL_FINISH isn't set to the same name. Don't
1051 call ${LDEMUL_FINISH}.
1052 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
1053 * emultempl/armelf.em (arm_elf_finish): Call
1054 gld${EMULATION_NAME}_finish.
1055 * emultempl/hppaelf.em (hppaelf_finish): Rename to
1056 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
1057 hppaelf_layout_sections_again if necessary.
1058 (need_laying_out): New var.
1059 (hppaelf_layaout_sections_again): Rename to
1060 hppaelf_layout_sections_again. Clear need_laying_out.
1061 (PARSE_AND_LIST_OPTIONS): Format text.
1062
a48ca7f2
L
10632001-11-14 H.J. Lu <hjl@gnu.org>
1064
1065 * emultempl/armelf.em (arm_elf_finish): Renamed from
1066 gld${EMULATION_NAME}_finish.
1067 (LDEMUL_FINISH): Set to arm_elf_finish.
1068
73d074b4
DJ
10692001-11-14 Daniel Jacobowitz <drow@mvista.com>
1070
1071 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
1072 (struct ld_emulation_xfer_struct): Use it.
1073
3b16e843 10742001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
fc65c602 1075
465bc359 1076 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
fc65c602
JL
1077 additional symbols referenced by newer crt0.o files from HP.
1078
f11b7027
NC
10792001-11-12 Anthony Green <green@redhat.com>
1080
1081 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
1082
3bf2994f
AM
10832001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
1084
1085 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
1086 * Makefile.in: Regenerate.
1087
ff5dcc92
SC
10882001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1089
1090 * ld.texinfo: Use @command for commands, @option for options.
1091 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
1092 the page man title.
1093 * Makefile.in: Rebuild.
1094
9fb9af6e
CD
10952001-11-04 Chris Demetriou <cgd@broadcom.com>
1096
1097 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
1098 Add support for targets.
2181f54f 1099
3c62831e
NC
11002001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1101
1102 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
1103 * configure: Regernate.
1104 * po/fr.po: New file.
1105 * po/sv.po: New file.
1106
3a9091c4
NC
11072001-11-01 NIIBE Yutaka <gniibe@m17n.org>
1108
1109 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
1110 as little endian default and to support big endian.
2181f54f 1111
361b220e
CD
11122001-11-01 Chris Demetriou <cgd@broadcom.com>
1113
1114 * ld.texinfo (Options): Document new option, -nostdlib.
1115 * lexsup.c (OPTION_NOSTDLIB): New definition.
1116 (ld_options): Add entry for "nostdlib".
1117 (parse_args): Handle OPTIONS_NOSTDLIB.
1118 * ldfile.c (ldfile_add_library_path): Don't add directories
1119 to the search path if they weren't specified on the command line
1120 and -nostdlib was specified.
1121 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
1122
210a7bd1
NC
11232001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
1124
1125 * lexsup.c (parse_args): Prevent infinite parsing loop when
1126 "-rpath.a" is specified on the command line.
1127 Replace calls to fprintf with calls to einfo.
1128
114283d8
NC
11292001-10-31 John Marshall <jmarshall@acm.org>
1130
1131 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
1132 appear only once across all the linker scripts involved in a link
1133 invocation no longer applies. Make the documentation reflect
1134 that.
1135
7649aa50
NC
11362001-10-31 NIIBE Yutaka <gniibe@m17n.org>
1137
1138 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
1139 targets.
1140 (sh-*-linux*): Added targ_extra_libpath.
1141
6e814ff8
AM
11422001-10-31 David Heine <dlheine@tensilica.com>
1143
1144 * ldlang.c (lang_size_sections): Keep a valid output_offset field
1145 for padding statements.
1146
3c3bdf30
NC
11472001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1148
1149 * configure.tgt (mmix-*-*): New target.
1150 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
1151 Add dependencies to match.
1152 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
1153 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
1154 scripttempl/mmo.sc: New files.
1155 * gen-doc.texi: @set MMIX.
1156 * ld.texinfo: Ditto.
6e814ff8 1157 [MMIX] Add MMIX node.
3c3bdf30
NC
1158 * Makefile.in: Regenerate.
1159
ca0c1d3e
KH
11602001-10-29 Kazu Hirata <kazu@hxi.com>
1161
1162 * ldlang.c: Fix a comment typo.
1163
1a3d33ce
AM
11642001-10-23 Alan Modra <amodra@bigpond.net.au>
1165
1166 * configure.host: Move alpha*-*-linux-gnu* entry to generic
1167 entries, and match *-*-linux*.
1168
b47c4208
AM
11692001-10-20 Alan Modra <amodra@bigpond.net.au>
1170
1171 * ldgram.y (mri_script_command): Surround processing of INCLUDE
1172 with ldlex_script, ldlex_popstate.
1173 (ifile_p1): Likewise.
1174 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
1175 correct slot.
1176 (lex_push_file): Save current lineno to lineno_stack. Set lineno
1177 to 1. Don't BEGIN(SCRIPT).
1178 (lex_redirect): Similarly.
1179 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
1180
fd521b47
NC
11812001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
1182
1183 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
1184 __EH_FRAME_END__ and accept eh frames into data section.
1185 Add ctor and dtor sections.
1186
59d28a94
DD
11872001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1188
1189 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
1190 (auto-export): Fix indentation.
1191
663dd378
DD
11922001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1193
1194 * pe-dll.c (autofilter_objectlist): Add startup objects
1195 for profiling.
1196 (auto-export): Constify char * p.
6e814ff8 1197 Extract file basename and use strcmp rather than ststr
663dd378
DD
1198 for object lookup.
1199
31d677f9
CD
12002001-10-18 Chris Demetriou <cgd@broadcom.com>
1201
1202 * ldmain.c (get_emulation): Improve comment about the handling
1203 of -mipsN options.
1204
aa200fe8
AM
12052001-10-17 Alan Modra <amodra@bigpond.net.au>
1206
1207 * po/POTFILES.in: Regenerate.
1208
146e7110
AM
12092001-10-16 Vassili Karpov <malc@pulsesoft.com>
1210
1211 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
1212 -z nocopyreloc and -z nocombreloc usage strings.
1213
b4330e85
NC
12142001-10-12 Vassili Karpov <malc@pulsesoft.com>
1215
146e7110 1216 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
b4330e85
NC
1217 in usage.
1218
5af8a2fb
NC
12192001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
1220
1221 * scripttempl/armaout.sc: Place .bss section after end of aligned
1222 data section to match behaviour of aout code in constructrion of
1223 header.
1224
5b784096
DD
12252001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1226
1227 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
1228 startup files for mingw32 dlls to list.
1229
61585df2
CD
12302001-10-10 Chris Demetriou <cgd@broadcom.com>
1231
1232 * emultempl/elf32.em: Fix shell 'if' usage for portability.
1233
45cf6f3e
AH
12342001-10-08 Aldy Hernandez <aldyh@redhat.com>
1235
1236 * configure.tgt (targ): Add arm9e-*-elf.
1237
e24d7c12
L
12382001-10-05 H.J. Lu <hjl@gnu.org>
1239
1240 * genscripts.sh: Fix a typo in the last change.
1241
ec38dd05
JJ
12422001-10-05 Jakub Jelinek <jakub@redhat.com>
1243
1244 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
1245 -z nocombreloc in usage.
1246
cedd6b0d
JB
12472001-10-03 Jim Blandy <jimb@redhat.com>
1248
1249 * genscripts.sh: Include a comment at the top of each generated
1250 script, explaining its purpose.
1251
8bd621d8
AM
12522001-10-03 Vassili Karpov <malc@pulsesoft.com>
1253
1254 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
1255 * NEWS: Mention -z nocopyreloc.
1256 * ld.texinfo (Options): Describe nocopyreloc.
1257
fcd8210c
AM
12582001-10-03 Alan Modra <amodra@bigpond.net.au>
1259
1260 * configure: Regenerate.
1261
d32820f2
AM
12622001-10-02 Alan Modra <amodra@bigpond.net.au>
1263
1264 * ldver.h (ld_program_version): Remove declaration.
1265 * lexsup.c (parse_args): Move printing of copyright message..
1266 * ldver.c (ldversion): .. to here.
1267 Use BFD_VERSION_STRING in place of BFD_VERSION.
1268 (ld_program_version): Remove.
1269 * Makefile.am (Makefile): Depend on bfd/configure.in.
1270 Run "make dep-am".
1271 * Makefile.in: Regenerate.
1272
af46bcdc
HPN
12732001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1274
1275 * Makefile.am: Update dependencies with "make dep-am".
1276 * Makefile.in: Regenerate.
1277
4818e05f 12782001-09-29 John Reiser <jreiser@BitWagon.com>
862517b6 1279
4818e05f
AM
1280 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
1281 * lexsup.c: Add --no-define-common commandline option.
1282 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
1283 * ldlex.l: Likewise.
1284 * ld.h: Add command_line.inhibit_common_definition.
1285 * ldmain.c (main): Initialize.
1286 * ld.texinfo: Document.
862517b6 1287
d5e0ebeb
AM
12882001-09-26 Alan Modra <amodra@bigpond.net.au>
1289
1290 * ldmisc.c (USE_STDARG): Remove.
1291 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1292 (einfo): Likewise.
1293 (minfo): Likewise.
1294 (lfinfo): Likewise.
1295
1296 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
1297 declarations. Update copyright.
1298
2f8d8971
NC
12992001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
1300
85c77458
NC
1301 * pe-dll.c: Remove obsoleted declaration of
1302 pe_get_data_import_dll_name.
1303 (pe_create_import_fixup): Fix thinko.
1304
2f8d8971
NC
1305 * ld.texinfo(enable-auto-import): Clarify the explanation.
1306
13072001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
1308
1309 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
1310 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
1311 DLL_SUPPORT controlled code.
1312
72358f65 13132001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
146e7110 1314
72358f65
NC
1315 * emultempl/pe.em(pe_data_import_dll): Make static.
1316 (pe_get_data_import_dll_name): New accessor function.
146e7110 1317 * pe-dll.c(pe_create_import_fixup): call
72358f65
NC
1318 pe_get_data_import_dll_name() from pe.em, instead of
1319 directly accessing pe_data_import_dll variable from pe.em.
1320
3882b010
L
13212001-09-18 Bruno Haible <haible@clisp.cons.org>
1322
1323 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
1324 (def_file_add_directive): Use ISSPACE instead of isspace.
1325 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
1326 isdigit/isxdigit/isalpha/isalnum.
1327 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
1328 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
1329 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
1330 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
1331 isalnum.
1332 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
1333 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
1334 isupper/tolower.
1335 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
1336 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
1337 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
1338 (ctor_prio): Use ISDIGIT instead of isdigit.
1339 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
1340 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
1341 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
1342 isupper/tolower.
1343 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
1344 (stricpy): Use TOLOWER instead of isupper/tolower.
1345 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
1346 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
1347 (lex_warn_invalid): Use ISPRINT instead of isprint.
1348 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
1349 (main): For gettext, also set the LC_CTYPE locate facet.
1350 (add_keepsyms_file): Use ISSPACE instead of isspace.
1351 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
1352 (is_num, parse_args): Use ISDIGIT instead of isdigit.
1353 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
1354 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
1355 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
1356 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
1357 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
1358 (quoteput): Use ISSPACE instead of isspace.
1359 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
1360 instead of isalnum.
1361
db09f25b
AM
13622001-09-18 Alan Modra <amodra@bigpond.net.au>
1363
1364 * deffilep.y (def_stash_module): Constify "name" param.
1365
1366 * pe-dll.c: Replace CONST with const throughout.
1367 (quick_symbol): Constify "n1", "n2", "n3" params.
1368 (make_singleton_name_thunk): Constify "import" param. Make
1369 "buffer_len" a size_t.
1370 (make_import_fixup_entry): Constify "name", "fixup_name",
1371 "dll_symname" params.
1372 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
1373 (pe_get32): Likewise.
1374 (pe_implied_import_dll): Likewise.
1375
1376 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
1377 (sort_by_section_name): Likewise.
1378
1379 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
1380 (make_import_fixup): Cast printf arg, rel->address to long rather
1381 than int.
1382 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
1383
74699268
AM
13842001-09-15 Alan Modra <amodra@bigpond.net.au>
1385
1386 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
1387 defines BufferSize. Increase buffer size by one.
1388
775cabad
NC
13892001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
1390
1391 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
1392
056a1d49
NC
13932001-09-14 Kevin Lo <kevlo@openbsd.org>
1394
1395 * configure.tgt: Add arm-openbsd target.
1396
a7d792bb
L
13972001-09-12 H.J. Lu <hjl@gnu.org>
1398
1399 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
1400 eelf64lppc.o to ...
1401 (ALL_64_EMULATIONS): Here.
1402 * Makefile.in: Regenerated.
1403
0d888aac
CW
14042001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1405
1406 * emultempl/pe.em(make_import_fixup): change signature to
1407 take asection as well as arelec; we need this for proper
146e7110 1408 error reporting. Only call pe_create_import_fixup() if
0d888aac
CW
1409 there is no attempt to add a constant addend to the reloc;
1410 otherwise, report error condition.
1411 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
1412 since final argument is a pointer to make_import_fixup().
1413 Change call to cb() to match make_import_fixup() signature.
1414 (make_import_fixup_mark): make buffer_len unsigned.
1415 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
1416
14172001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
1418
1419 * ld.texinfo: add verbose documentation for auto-import
146e7110 1420 direct-addressing workaround, to compliment the terse
0d888aac
CW
1421 error message.
1422
cedacdc0
CM
14232001-09-12 Andrew MacLeod <amacleod@redhat.com>
1424
146e7110 1425 * scripttempl/v850.sc: Add gcc_except_table sections.
cedacdc0 1426
3b16e843 14272001-09-11 Jeffrey A Law (law@cygnus.com)
38be0bb1
JL
1428
1429 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
1430 * emulparams/h8300self.sh: Similarly.
1431
559e4713
NC
14322001-09-05 Danny Smith <dannysmith@users.souceforge.net>
1433
1434 * ld.texinfo (Options, --stack): Correct default value for stack
1435 reserve.
1436
1fdf0249
TR
14372001-09-05 Tom Rix <trix@redhat.com>
1438
1439 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
146e7110 1440
9b5799b8
AJ
14412001-09-03 Andreas Jaeger <aj@suse.de>
1442
1443 * emultempl/beos.em: Declare prototypes for comparions functions,
1444 adjust definitions.
1445
48f6162b
AJ
14462001-09-02 Andreas Jaeger <aj@suse.de>
1447
1448 * emultempl/aix.em: Add missing prototype.
1449 * emultempl/lnk960.em: Likewise.
1450 * emultempl/vanilla.em: Likewise.
1451 * emultempl/armcoff.em: Likewise.
1452 * emultempl/armelf_oabi.em: Likewise.
1453 * emultempl/beos.em: Likewise.
1454 * emultempl/gld960c.em: Likewise.
1455 * emultempl/gld960.em: Likewise.
1456
1457 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
1458 for prototype declaration.
1459
39e5585e
EC
14602001-08-31 Eric Christopher <echristo@redhat.com>
1461 Jason Eckhardt <jle@redhat.com>
1462
1463 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
1464
3fc90ddb
AJ
14652001-08-31 Andreas Jaeger <aj@suse.de>
1466
1467 * emultempl/pe.em: Add missing prototypes.
1468 (gld_${EMULATION_NAME}_after_open): Remove extra args to
1469 pe_find_data_imports.
1470 (pr_sym): Add unused attribute.
1471
d43ded80
PB
14722001-08-29 Joel Sherrill <joel@OARcorp.com>
1473
39e5585e 1474 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
d43ded80
PB
1475 default from coff to elf.
1476
3946dd2f
JL
14772001-08-29 Jeff Law <law@redhat.com>
1478
1479 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
1480 ARCH specification.
1481 * emulparams/h8300self.sh: Similarly.
1482
3b16e843 14832001-08-28 J"orn Rennecke <amylaar@redhat.com>
8af6dd41
JR
1484
1485 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
1486 eh8300self.o .
1487 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
1488 * configure.tgt (h8300-*-elf*): New case.
1489 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
1490 * emulparams/h8300self.sh: New file.
1491 * Makefile.in: Regenerated.
1492
70d0c6e9
NC
14932001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
1494
1495 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
1496 with macro name.
1497
5c67d4bb
AM
14982001-08-27 Linus Nordberg <linus@swox.com>
1499 Alan Modra <amodra@bigpond.net.au>
1500
1501 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
1502 (eelf64ppc.c, eelf64lppc.c): Add make targets.
1503 Run "make dep-am"
1504 * Makefile.in: Regenerate.
1505 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
1506 entries to correct alphabetical position.
1507 * emulparams/elf64ppc.sh: New.
1508 * emulparams/elf64lppc.sh: New.
1509
08131015
NC
15102001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
1511
1512 * ldmain.c (main): Declare BSIZE as static.
1513
db6751f2
JJ
15142001-08-23 Jakub Jelinek <jakub@redhat.com>
1515
1516 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
1517 into .rel.dyn resp. .rela.dyn if combreloc.
1518 (get_script): If .x linker script is equal to .xn, only put it
1519 once into the binary.
1520 Add .xc and .xsc scripts.
1521 (parse_args): Handle -z combreloc and -z nocombreloc.
1522 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
1523 For .xc and .xsc scripts put all .rel* or .rela* input sections
1524 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
1525 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
1526 is elf.
1527 Strip trailing whitespace from script.
1528 Generate .xc and .xsc scripts if requested.
1529 * ldmain.c (main): Initialize link_info.combreloc and
1530 link_info.spare_dynamic_tags.
1531 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
1532 (ld_options): Add --spare-dynamic-tags option.
1533 (parse_args): Likewise.
1534 * ld.texinfo: Document -z combreloc and -z nocombreloc.
1535 * ldint.texinfo: Document .xc and .xsc linker scripts.
1536 * NEWS: Add notes about -z combreloc and SHF_MERGE.
1537
63d069c0
L
15382001-08-22 H.J. Lu <hjl@gnu.org>
1539
1540 * emulparams/elf32fr30.sh: Add a newline.
1541
948f9114
AJ
15422001-08-21 Andreas Jaeger <aj@suse.de>
1543
1544 * deffilep.y: Add missing prototypes.
1545 * pe-dll.c: Likewise.
1546
ae7fb08f
AM
15472001-08-20 Alan Modra <amodra@bigpond.net.au>
1548
2af02257
AM
1549 * ldlang.c (insert_pad): Fix typos in last patch.
1550
1551 * ldlang.c: When traversing lang_statement_union_type lists,
1552 consistently use "header.next" rather than "next".
1553 * mpw-eppcmac.c: Likewise.
1554 * emultempl/beos.em: Likewise.
1555 * emultempl/hppaelf.em: Likewise.
1556 * emultempl/pe.em: Likewise.
1557 * ldlang.h (union lang_statement_union): Remove "next" field.
1558
c0c330a7
AM
1559 * ldlang.c (insert_pad): Use offsetof macro.
1560 (lang_size_sections): Always neuter padding statements.
1561 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
1562
ae7fb08f
AM
1563 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
1564 passed to lang_size_sections.
1565 (pe_exe_fill_sections): Likewise.
1566 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
1567 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
1568
fab80407
AM
15692001-08-18 Alan Modra <amodra@bigpond.net.au>
1570
1571 * emultempl/aix.em: Formatting fixes.
1572
b3327aad
AM
15732001-08-18 Alan Modra <amodra@bigpond.net.au>
1574
1575 * ldlang.c (insert_pad): Make use of an existing pad statement if
1576 available. Move code calculating alignment, adjusting section
1577 alignment power, and adjusting dot to ..
1578 (size_input_section): .. here. Remove unused relax param.
1579 (lang_size_sections): Change boolean `relax' param to boolean *.
1580 Adjust call to size_input_section. Make use of insert_pad to
1581 place pad after the assignment statement. If relaxing, zap
1582 padding statements.
1583 (reset_memory_regions): Reset output_bfd section sizes too.
1584 (relax_again): Move to..
1585 (lang_process): ..here. Adjust call to lang_size_sections, and
1586 remove duplicated code.
1587 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
1588
563e308f
AM
15892001-08-17 Alan Modra <amodra@bigpond.net.au>
1590
1591 * ld.texinfo: Document that fill values now use the four least
1592 significant bytes.
1593 * emulparams/elf32fr30.sh (NOP): Update.
1594 * emulparams/elf32mcore.sh: Likewise.
1595 * emulparams/elf64_s390.sh: Likewise.
1596 * emulparams/elf_i386.sh: Likewise.
1597 * emulparams/elf_i386_be.sh: Likewise.
1598 * emulparams/elf_i386_chaos.sh: Likewise.
1599 * emulparams/elf_i386_ldso.sh: Likewise.
1600 * emulparams/elf_s390.sh: Likewise.
1601 * emulparams/elf_x86_64.sh: Likewise.
1602 * emulparams/i386moss.sh: Likewise.
1603 * emulparams/i386nw.sh: Likewise.
1604 * emulparams/m68kelf.sh: Likewise.
1605 * scripttempl/elf.sc: Update NOP comment.
1606 * scripttempl/elfi370.sc: Likewise.
1607 * scripttempl/elfm68hc11.sc: Likewise.
1608 * scripttempl/elfm68hc12.sc: Likewise.
1609 * scripttempl/nw.sc: Likewise.
1610
b90e1c6f
TR
16112001-08-15 Tom Rix <trix@redhat.com>
1612
1613 * ldgram.y (saved_script_handle): Initialize to NULL.
1614 * ldmain.c (main): Change check on saved_script_handle.
948f9114 1615
39dcfe18
AM
16162001-08-14 Alan Modra <amodra@bigpond.net.au>
1617
cde43e70
AM
1618 * emultempl/elf32.em: Formatting fixes.
1619 (output_prev_sec_find): Test for bfd_ind_section too; do so by
1620 looking at sec->owner.
1621 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
1622 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
1623 unused code, and reorganize orphan section placement code.
1624
39dcfe18
AM
1625 * ldlang.c (wild_doit): Rename to lang_add_section.
1626 * ldlang.h: Here too.
1627 * mpw-elfmips.c: And here.
1628 * emultempl/beos.em: And here.
1629 * emultempl/elf32.em: And here.
1630 * emultempl/hppaelf.em: And here.
1631 * emultempl/pe.em: And here.
1632
908d20b3
RH
16332001-08-13 Richard Henderson <rth@redhat.com>
1634
1635 * emultempl/needrelax.em: New file.
1636 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
1637 * Makefile.am (eelf64_ia64.c): Depend on it.
1638 * Makefile.in: Rebuild.
1639
0f33d40b
AM
16402001-08-13 Alan Modra <amodra@bigpond.net.au>
1641
22af9fd3
AM
1642 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
1643 output_section is set non-NULL.
1644
0f33d40b
AM
1645 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
1646 `true' for SEC_EXCLUDE sections so that the generic code doesn't
1647 needlessly create an output_section_statement. Treat a correctly
1648 named output_section_statement with NULL bfd_section as compatible.
1649
55ab6103
HPN
16502001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
1651
1652 * emultempl/generic.em: Support EXTRA_EM_FILE.
1653 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
1654 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1655 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1656 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1657 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1658 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1659 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1660 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1661 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1662 LDEMUL_FIND_POTENTIAL_LIBRARIES.
1663
24098abb
RH
16642001-08-12 Richard Henderson <rth@redhat.com>
1665
1666 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
1667 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
1668 scripttempl/v850.sc: Keep .jcr data.
1669
b9a8de1e 16702001-08-12 H.J. Lu <hjl@gnu.org>
146e7110
AM
1671 Andrew Haley <aph@cambridge.redhat.com>
1672 Nick Clifton <nickc@redhat.com>
b9a8de1e 1673
146e7110 1674 * ldgram.y (had_script): Change name to saved_script_handle.
b9a8de1e
NC
1675 Change type to file handle.
1676 * ld.h (had_script): Rename and retype.
1677 * ldfile.c (ldfile_open_command_file): Save the file handle
1678 used in saved_script_handle.
1679 * lexsup.c (parse_args): Do not allow -c option to alter
1680 saved_script_handle.
1681 * ldmain.c (main): Print out the linker script used if
1682 --verbose is given. Check saved_script_handle to obtain the
1683 external linker script used, or if NULL, dump the builtin
1684 script.
1685 * ld.texinfo: Document that --verbose now dumps the linker
1686 script used, regardless of whether it was an internal or an
1687 external script.
1688
0218d1e4
AJ
16892001-08-10 Andreas Jaeger <aj@suse.de>
1690
1691 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1692 to build warnings.
1693 * configure: Regenerate.
1694
5253f23b
AM
16952001-08-09 Alan Modra <amodra@bigpond.net.au>
1696
73810896
AM
1697 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
1698
5253f23b
AM
1699 * scripttempl/elf.sc: Move non-text .dynamic section before
1700 .plt/.got/.sdata* group.
1701 (OTHER_GOT_SECTIONS): Move to immediately after .got.
1702 (OTHER_SDATA_SECTIONS): Add.
1703 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
1704 OTHER_GOT_SECTIONS.
1705 * emulparams/crislinux.sh: Likewise.
1706 * emulparams/elf32b4300.sh: Likewise.
1707 * emulparams/elf32bmip.sh: Likewise.
1708 * emulparams/elf32bmipn32.sh: Likewise.
1709 * emulparams/elf32bsmip.sh: Likewise.
1710 * emulparams/elf32btsmip.sh: Likewise.
1711 * emulparams/elf32ebmip.sh: Likewise.
1712 * emulparams/elf32elmip.sh: Likewise.
1713 * emulparams/elf32l4300.sh: Likewise.
1714 * emulparams/elf32lmip.sh: Likewise.
1715 * emulparams/elf32lsmip.sh: Likewise.
1716 * emulparams/elf32ltsmip.sh: Likewise.
1717 * emulparams/elf64bmip.sh: Likewise.
1718 * emulparams/elf64btsmip.sh: Likewise.
1719 * emulparams/elf64ltsmip.sh: Likewise.
1720
179c732c
AM
17212001-08-08 Alan Modra <amodra@bigpond.net.au>
1722
1723 * genscripts.sh: Source the emulparams script before each output
1724 script is generated so that variables like `RELOCATING' may affect
1725 variables defined in the emulparams script.
1726
3fd36710
AM
17272001-08-04 Alan Modra <amodra@bigpond.net.au>
1728
20713691
AM
1729 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
1730 order.
1731
3fd36710
AM
1732 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
1733 ie. iterate over wild_statement.section_list.
1734 (gld${EMULATION_NAME}_place_orphan): Likewise.
1735
de0b1853
SC
17362001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1737
1738 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
1739 .fini[0-4] sections used by _exit
1740 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
1741 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
1742 * scripttempl/elfm68hc11.sc: Likewise.
1743
ff7e6f88
L
17442001-08-03 H.J. Lu <hjl@gnu.org>
1745
1746 * emultempl/beos.em (init): Add the missing initialization.
1747
b6bf44ba
AM
17482001-08-03 Alan Modra <amodra@bigpond.net.au>
1749
1750 * ld.texinfo (Input Section Basics): Clarify ordering of output
1751 sections.
1752 * ldlang.c (callback_t): Add wildcard_list param.
1753 (walk_wild_section): Remove "section" param. Rewrite for
1754 lang_wild_statement_type change. Remove unique_section_p test.
1755 (walk_wild_file): Remove "section" param.
1756 (walk_wild): Remove "section" and "file" params.
1757 (lang_gc_wild): Likewise.
1758 (wild): Likewise. Modify for lang_wild_statement_type change.
1759 (wild_sort): Likewise. Add "sec" param.
1760 (gc_section_callback): Likewise.
1761 (output_section_callback): Likewise. Do unique_section_p test.
1762 (map_input_to_output_sections): Modify call to wild.
1763 (lang_gc_sections_1): Likewise.
1764 (print_wild_statement): Modify for lang_wild_statement_type
1765 change.
1766 (lang_add_wild): Replace filename, filenames_sorted param with
1767 filespec. Replace section_name, sections_sorted,
1768 exclude_filename_list with section_list.
1769 * ldlang.h (lang_add_wild): Here too.
1770 (lang_wild_statement_type): Replace section_name, sections_sorted,
1771 and exclude_filename_list with section_list.
1772 * ldgram.y (current_file): Delete.
1773 (%union): Add wildcard_list.
1774 (file_NAME_list): Set type to wildcard_list. Build a linked list
1775 rather than calling lang_add_wild for each entry.
1776 (input_section_spec_no_keep): Call lang_add_wild here instead.
1777 * ld.h (struct wildcard_list): Declare.
1778 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
1779
b044cda1
CW
17802001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
1781
1782 * ldmain.c (main): initialize link_info.pei386_auto_import
1783 * pe-dll.c: new tables for auto-export filtering
1784 (auto_export): change API, pass abfd for contextual filtering.
b6bf44ba 1785 Loop thru tables of excluded symbols instead of comparing
b044cda1
CW
1786 "by hand".
1787
17882001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
1789
b6bf44ba
AM
1790 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
1791 static variable current_sec (static struct sec *). Add
b044cda1 1792 forward declaration for add_bfd_to_link.
b6bf44ba
AM
1793 (process_def_file): Don't export undefined symbols. Do not
1794 export symbols starting with "_imp__". Call auto_export()
b044cda1
CW
1795 with new API.
1796 (pe_walk_relocs_of_symbol): New function.
1797 (generate_reloc): add optional extra debugging
b6bf44ba 1798 (pe_dll_generate_def_file): eliminate extraneous initial blank
b044cda1 1799 line in output
b6bf44ba 1800 (make_one): enlarge symtab to make room for __nm__ symbols
b044cda1
CW
1801 (DATA auto-import support).
1802 (make_singleton_name_thunk): New function.
1803 (make_import_fixup_mark): New function.
1804 (make_import_fixup_entry): New function.
1805 (pe_create_import_fixup): New function.
b6bf44ba 1806 (add_bfd_to_link): Specify that 'name' argument is a CONST
b044cda1 1807 char *.
b6bf44ba
AM
1808 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
1809 declare new functions pe_walk_relocs_of_symbol and
b044cda1
CW
1810 pe_create_import_fixup.
1811 * emultempl/pe.em: add new options --enable-auto-import,
1812 --disable-auto-import, and --enable-extra-pe-debug.
1813 (make_import_fixup): New function.
1814 (pe_find_data_imports): New function.
1815 (pr_sym): New function.
b6bf44ba 1816 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
b044cda1
CW
1817 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
1818 CODE.
1819
18202001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
b6bf44ba 1821
b044cda1
CW
1822 * ld.texinfo: add additional documentation for
1823 --export-all-symbols. Document --out-implib,
1824 --enable-auto-image-base, --disable-auto-image-base,
b6bf44ba
AM
1825 --dll-search-prefix, --enable-auto-import, and
1826 --disable-auto-import.
b044cda1
CW
1827 * ldint.texinfo: Add detailed documentation on auto-import
1828 implementation.
1829
156e34dd
NC
18302001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1831
1832 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
1833 example.
1834
d6231427
AM
18352001-07-24 Alan Modra <amodra@bigpond.net.au>
1836
1837 * Makefile.am: Update dependencies with "make dep-am".
1838 * Makefile.in: Regenerate
1839
e14ec88b
AM
18402001-07-23 Alan Modra <amodra@bigpond.net.au>
1841
1842 * ldcref.c (check_section_sym_xref): New function.
1843 (check_nocrossrefs): Call it.
1844 (check_nocrossref): Interate over h->refs here instead of..
1845 (check_refs): ..here. Pass in the symbol name, section, and bfd
1846 rather than hash_entry pointers.
1847 (struct check_refs_info): Keep symbol name rather than hash entry.
1848 Remove "same".
1849 (check_reloc_refs): Tweak for above changes in check_refs_info.
1850 Only report references to section syms when symname is NULL to
1851 prevent duplicate messages for the same reloc.
1852
1b577b00
NC
18532001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1854
c7d701b0
NC
1855 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1856 available. Do not print NULL trees.
1857 (exp_print_token): Print unknown tokens with values > 126 as
1858 decimal values not ASCII characters.
1859
1545243b
NC
1860 * ldlang.c (lang_leave_overlay): If a region is specified assign
1861 it to all sections inside the overlay unless they have been
1862 assigned to the own, non-default, memory region.
1863
1b577b00
NC
1864 * README: Add header for consistency with other README files.
1865
5030876b
L
18662001-07-14 H.J. Lu <hjl@gnu.org>
1867
1868 * emultempl/elf32.em (output_prev_sec_find): Never return
1869 bfd_abs_section_ptr, bfd_com_section_ptr nor
1870 bfd_und_section_ptr.
1871
18c7a9a5
NC
18722001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
1873
22af9fd3 1874 * Makefile.am (em32relf.c): Change dependency from generic.em to
18c7a9a5
NC
1875 elf32.em.
1876 * Makefile.in: Regenerate.
1877
9ffecff1
MG
18782001-07-14 matthew green <mrg@eterna.com.au>
1879
1880 * configure.tgt (i386-*-netbsdelf*): New target.
1881 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
1882
95500e1c
JJ
18832001-07-13 Jakub Jelinek <jakub@redhat.com>
1884
1885 * emultempl/elf32.em (output_prev_sec_find): New.
1886 (place_orphan): Use it.
1887
e97cb84f
L
18882001-07-11 H.J. Lu <hjl@gnu.org>
1889
1890 * ldmain.c (main): Fix typos in the last change.
1891
7333607e
JJ
18922001-07-11 Jakub Jelinek <jakub@redhat.com>
1893
1894 * ldmain.c (main): Disallow -F and -f without -shared.
1895
d29d80f2
NC
18962001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1897
1898 * emultempl/pe.em (after_open): Check for the output_bfd not
1899 having any coff_data structure allocated to it.
1900
c2a1a436
DB
19012001-07-09 David O'Brien <obrien@FreeBSD.org>
1902
1903 * emultempl/elf32.em: Do not assuming that contents of the buffer
1904 returned from basename function will remain unchanged accross other
1905 function calls.
1906
63653551
L
19072001-07-03 H.J. Lu <hjl@gnu.org>
1908
1909 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
1910 2001-07-03. It creates dynamic entries even for static binaries.
1911
d303a449
L
19122001-07-03 Jakub Jelinek <jakub@redhat.com>
1913
1914 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
1915 (DYNAMIC): Use it to reserve few dynamic entries for
1916 post-linking tools.
1917
9f22353f
AM
19182001-06-27 Alan Modra <amodra@bigpond.net.au>
1919
1920 * emulparams/hppa64linux.sh: New file.
1921 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
1922 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
1923 (ehppa64linux.c): Add rule to make it.
1924 Run "make dep-am".
1925 * Makefile.in: Regenerate.
1926
62bf86b4
HPN
19272001-06-21 Hans-Peter Nilsson <hp@axis.com>
1928
1929 * ld.texinfo (Options, -r): Mention restrictions when using
1930 different object formats.
1931
429d935d
HPN
19322001-06-19 Hans-Peter Nilsson <hp@axis.com>
1933
1934 * ldlang.c (lang_check): Emit fatal error if relocatable link
1935 between different object flavours with relocations in input.
1936
cb840a31
L
19372001-06-19 H.J. Lu <hjl@gnu.org>
1938
1939 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
1940 (--version-script): Mention the language support.
1941
9bf03acc
L
19422001-06-19 H.J. Lu <hjl@gnu.org>
1943
1944 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
1945
c45021f2
NC
19462001-06-18 H.J. Lu <hjl@gnu.org>
1947
b6bf44ba
AM
1948 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
1949 (diststuff): Add $(MANS).
1950 * Makefile.in: Regenerated.
c45021f2 1951
b6bf44ba 1952 * ld.1: Removed.
c45021f2 1953
6caa99ab
HPN
19542001-06-18 Hans-Peter Nilsson <hp@axis.com>
1955
605d9b3a
HPN
1956 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
1957 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
1958 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
1959 * ld.h (args_type): Remove member export_dynamic. All users
1960 changed to use struct bfd_link_info member.
1961
6caa99ab
HPN
1962 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
1963 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
1964 * Makefile.in: Regenerate.
1965
6f9efd97
L
19662001-06-18 H.J. Lu <hjl@gnu.org>
1967
1968 * ldlang.c (init_os): Add the newline to the einfo call.
1969 (lang_check): Likewise.
1970 (lang_do_version_exports_section): Likewise.
1971
5af9fd8b
L
19722001-06-15 H.J. Lu <hjl@gnu.org>
1973
1974 * lexsup.c (parse_args); Save optind to report unrecognized
1975 option.
1976
2a096f04
HPN
19772001-06-15 Hans-Peter Nilsson <hp@axis.com>
1978
7e66c3f5
HPN
1979 * ldlang.c (lang_check): Emit fatal error if relocatable link
1980 between different object flavours.
1981
2a096f04
HPN
1982 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
1983 Set new link_info member export_dynamic.
1984 * ldmain.c (main): Initialize new link_info member export_dynamic.
1985
6770ec8c
NC
19862001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
1987
1988 * ldlang.c (walk_wild): Only call walk_wild_file if
1989 lookup_name returns something.
b6bf44ba 1990 (lookup_name): If load_symbols fails, return NULL.
22af9fd3 1991 (load_symbols): Change to a boolean function.
b6bf44ba 1992 (open_input_bfds): If load_symbols fails then do not make the
6770ec8c
NC
1993 executable.
1994
8529105a
AM
19952001-06-08 Alan Modra <amodra@bigpond.net.au>
1996
1997 * ldlang.c (record_bfd_errors): Remove.
1998
1999 * emultempl/aix.em: Fix copyright dates.
2000
8f3aa7a0
AJ
20012001-06-07 Andreas Jaeger <aj@suse.de>
2002
2003 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
2004 (TEXT_START_ADDR): Likewise.
2005
3277f888
AM
20062001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
2007
2008 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
2009
3763134d
DD
20102001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2011
2012 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
2013
5929ebc0
L
20142001-05-31 H.J. Lu <hjl@gnu.org>
2015
2016 * ldlang.c (open_input_bfds): Don't change the bfd error
2017 handler whilst loading symbols.
2018
c04a062d
NC
20192001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2020
2021 * configure.tgt: Remove i370-mvs architecture, it is not currently
2022 supported.
2023
96fcab3e
L
20242001-05-25 H.J. Lu <hjl@gnu.org>
2025
2026 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2027 like emulparams/aixppc.sh.
2028
db8d4f23
L
20292001-05-25 H.J. Lu <hjl@gnu.org>
2030
2031 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
2032 setting of output_filename after bfd_scan_arch.
2033 * emultempl/pe.em: Likewise.
2034
5f642101
L
20352001-05-25 H.J. Lu <hjl@gnu.org>
2036
2037 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2038 like emulparams/aixppc.sh.
2039
2040 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
2041 instead of ${srcdir}/emultempl/stringify.sed.
2042
64e9ece0
TW
20432001-05-25 Timothy Wall <twall@oculustech.com>
2044
2045 * emulparams/elf64_aix.sh: Change settings to match IBM linker
8f3aa7a0 2046 output.
64e9ece0 2047
c709b096
AM
20482001-05-25 Alan Modra <amodra@one.net.au>
2049
2050 * configure.host: Replace linuxoldld with linux*oldld.
2051 * configure.tgt: Likewise.
2052
6cbdcc6f
L
20532001-05-24 H.J. Lu <hjl@gnu.org>
2054
2055 * emultempl/stringify.sed: Removed again.
2056
86af25fe
L
20572001-05-24 H.J. Lu <hjl@gnu.org>
2058
2059 * emultempl/aix.em (OUTPUT_ARCH): Defined.
2060 (gld${EMULATION_NAME}_before_parse): Initialize
2061 ldfile_output_architecture, ldfile_output_machine and
2062 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
2063 * emultempl/beos.em: Likewise.
2064 * emultempl/elf32.em: Likewise.
2065 * emultempl/linux.em: Likewise.
2066 * emultempl/mipsecoff.em: Likewise.
2067 * emultempl/pe.em: Likewise.
2068 * emultempl/sunos.em: Likewise.
2069
3b1b01cf
TR
20702001-05-24 Tom Rix <trix@redhat.com>
2071
8f3aa7a0 2072 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3b1b01cf
TR
2073 udate import file format.
2074 (change_symbol_mode) New, same
2075 (is_syscall) New, same
2076 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
2077 * emulparams/aixppc64.sh : same
2078 * emulparams/aixrs6.sh : same
2079 * emulparams/ppcmacos.sh : same
2080 * emultempl/aix.em : use strtoull to parse options
2081 * Makefile.am : add eaixppc64 emulation for xcoff64
2082 * Makefile.in : same
2083 * configure.tgt : same
2084
2085 * scripttempl/aix.sc : default text section offset to 0x10000000
146e7110 2086 default data section offset to 0x20000000
3b1b01cf 2087 add .sv3264 and .sv64 pseudo sections
8f3aa7a0 2088 loader and debug sections use the currect section offset.
3b1b01cf
TR
2089
2090 * emultempl/aix.em : Add xcoff64 support
2091 Add -binitfini support
8f3aa7a0 2092 (gld${EMULATION_NAME}_before_parse) -binitfini
3b1b01cf 2093 (gld${EMULATION_NAME}_parse_args) same
8f3aa7a0 2094 (gld${EMULATION_NAME}_before_allocation) format change for special
3b1b01cf
TR
2095 sections
2096
2097 * emulparams/aixppc64.sh : New file for xcoff64 support
8f3aa7a0 2098
57e6abd2
AO
20992001-05-23 Alexandre Oliva <aoliva@redhat.com>
2100
2101 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
2102 variable to avoid non-portable shell construct.
2103
d1cf510e
NC
21042001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2105
2106 * ldmain.c (get_emulation): Add -mips5 command line argument.
2107
506eee22
NC
21082001-05-22 Alexandre Oliva <aoliva@redhat.com>
2109
2110 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
2111 (ELF_INTERPRETER_NAME): Define it.
2112 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
2113 it.
2114 * configure.tgt (targ_emul, targ_extra_emuls)
2115 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
2116 as primary, elf_i386 as extra.
2117 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
2118 (eelf_i386_ldso.c): New rule.
2119 * Makefile.in: Rebuilt.
2120
21212001-05-22 Nick Clifton <nickc@redhat.com>
2122
2123 * lexsup.c (ld_options): Allow -I to be an alias for
2124 --dynamic-linker. This is for Solaris compatability.
2125 * ld.texinfo: Document that -I can be used.
2126 * ld.1: Regenerate.
2127
d1778b88
AM
21282001-05-16 Alan Modra <amodra@one.net.au>
2129
2130 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
2131 whether an input section is the first one assigned to an output
2132 section.
2133 Assorted formatting fixes.
2134
02649152
DD
21352001-05-14 DJ Delorie <dj@delorie.com>
2136
2137 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
2138 * Makefile.in: Ditto.
2139
579f31ac
JJ
21402001-05-11 Jakub Jelinek <jakub@redhat.com>
2141
2142 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
2143 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
2144 output sections.
2145 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
2146
8550eb6e
JJ
21472001-05-11 Jakub Jelinek <jakub@redhat.com>
2148
2149 * ldlang.c (lang_process): Call bfd_merge_sections.
2150
8e5a525c
AM
21512001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2152
2153 * ldgram.y: Fix typo.
2154
1c9acd94
L
21552001-05-03 H.J. Lu <hjl@gnu.org>
2156
2157 * emultempl/elf32.em: Include "libiberty.h".
2158 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
2159 basename of the bfd filename.
2160 (gld${EMULATION_NAME}_stat_needed): Likewise.
2161 (gld${EMULATION_NAME}_try_needed): Likewise.
2162 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
2163
14fe918e
L
21642001-05-02 H.J. Lu <hjl@gnu.org>
2165
2166 * emultempl/pe.em: Include <ctype.h>.
2167
c7e40348
NC
21682001-05-02 Johan Rydberg <jrydberg@opencores.org>
2169
b6bf44ba 2170 * emulparams/elf32openrisc.sh: New file.
c7e40348 2171
b6bf44ba
AM
2172 * Makefile.am: Add OpenRISC target.
2173 * Makefile.in: Regenerated.
c7e40348 2174
b6bf44ba 2175 * configure.tgt: Add openrisc-*-* mapping.
c7e40348
NC
2176
21772001-05-02 Nick Clifton <nickc@redhat.com>
2178
2179 * emultempl/aix.em: Replace buystring with xstrdup.
2180 * emultempl/beos.em: Replace buystring with xstrdup.
8f3aa7a0 2181
d1b2b2dc
L
21822001-05-02 H.J. Lu <hjl@gnu.org>
2183
2184 * ldfile.c: Include "libiberty.h".
2185 * ldlex.l: Likewise.
2186
2187 * ldmisc.c (buystring): Removed.
2188 * ldmisc.h: Likewise.
2189
2190 * ldfile.c: Replace buystring with xstrdup.
2191 * ldlang.c: Likewise.
2192 * ldlex.l: Likewise.
2193 * ldmain.c: Likewise.
2194 * ldmisc.c: Likewise.
2195 * lexsup.c: Likewise.
2196 * mpw-eppcmac.c: Likewise.
2197
35714f2a
AJ
21982001-04-30 Andreas Jaeger <aj@suse.de>
2199
2200 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
2201
884fb58e
NC
22022001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2203
b6bf44ba
AM
2204 * ldlang.c (load_symbols): Give emulation a chance
2205 to process unrecognized file before fatal error is
2206 reported, not after.
884fb58e 2207
87748b32
NC
22082001-04-27 Sean McNeil <sean@mcneil.com>
2209
2210 * configure.tgt: Add arm-vxworks target.
2211 * scripttempl/armcoff.sc: Support .text or .data as a section name
2212 prefix.
2213 Define _etext.
35714f2a 2214
7ce691ae
C
22152001-04-13 J.T. Conklin <jtc@redback.com>
2216
2217 * ld.texinfo: Document --fatal-warnings.
2218 * ld.1: Regenerate.
2219
2220 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
35714f2a 2221 warnings have been turned into errors.
7ce691ae
C
2222 * lexsup.c (OPTION_WARN_FATAL): Define.
2223 (ld_options): Entry for --fatal-warnings.
2224 (parse_args): Handle OPTION_WARN_FATAL.
2225 * ld.h (ld_config_type): Add fatal_warnings field.
2226
f5fa8ca2
JJ
22272001-04-13 Jakub Jelinek <jakub@redhat.com>
2228
2229 * ldmain.c (main): Default to discard_sec_merge.
2230 * lexsup.c (OPTION_DISCARD_NONE): Define.
2231 (ld_options): Add --discard-none.
2232 (parse_args): Handle OPTION_DISCARD_NONE.
2233 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
2234 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
2235 all its input sections match.
2236
fdec3cfc
L
22372001-04-05 Steven J. Hill <sjhill@cotw.com>
2238
2239 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
2240 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
2241 (eelf32ltsmip.c): New target.
2242 (eelf64btsmip.c): Likewise.
2243 (eelf64ltsmip.c): Likewise.
2244 * Makefile.in: Regenerated.
2245
2246 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
2247 target.
2248 (mips*-*-linux-gnu*): Likewise.
2249
2250 * emulparams/elf32ltsmip.sh: New. Traditional little endian
2251 MIPS taget.
35714f2a 2252 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
fdec3cfc
L
2253 target.
2254 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
2255 endian target.
2256
589bad82
HPN
22572001-04-05 Hans-Peter Nilsson <hp@axis.com>
2258
2259 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
2260 correct value of __Stext here.
2261 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
2262 .startup section.
2263
2264 * emulparams/crislinux.sh: Remove FIXME.
2265
94202e16
AM
22662001-04-02 Alan Modra <alan@linuxcare.com.au>
2267
2268 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
2269 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
2270
1268a053
HPN
22712001-03-27 Hans-Peter Nilsson <hp@axis.com>
2272
2273 * configure.tgt (cris-*-*): Change default emulation to criself.
2274 (cris-*-*aout*): New rule.
2275
d85e9ff7
AM
22762001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
2277
2278 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
2279 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
2280
0879a67a
AJ
22812001-03-26 Andreas Jaeger <aj@suse.de>
2282
2283 * ld.texinfo (Overview): Fix syntax in texi code.
2284
0285c67d
NC
22852001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2286
2287 * ld.texinfo: Put @c man indications to generate the ld man page.
2288 When generating man, define all the variables. Define SEEALSO
2289 and SYNOPSIS. Re-organize some lines to avoid the cross references.
2290 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
2291 (ld.1): Generate from ld.texinfo.
2292 * Makefile.in: Regenerate.
2293
c20ec07b
NC
22942001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
2295
2296 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
146e7110 2297 and '-fdata-sections'. Set the VMA of STABS sections to zero.
c20ec07b 2298
cc5ce052
UD
22992001-03-17 Ulrich Drepper <drepper@redhat.com>
2300
2301 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
2302 is an absolute path look only for this file and not along the path.
2303
a1ab1d2a
UD
23042001-03-17 Ulrich Drepper <drepper@redhat.com>
2305
2306 * emultempl/elf32.em (OPTION_GROUP): New macro.
2307 Add new option Bgroup to longopts.
2308 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
2309 (gld*_list_options): Add -Bgroup and -z defs.
2310 * ld.1: Document -Bgroup and -z defs.
2311 * ld.texinfo: Likewise.
2312
788fca5a
MM
23132001-03-07 Michael Meissner <meissner@redhat.com>
2314
2315 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
2316 with sections created by -fdata-sections.
2317 (.dynbss,.bss): Ditto.
2318
1c7566d1
AM
23192001-03-05 Alan Modra <alan@linuxcare.com.au>
2320
2321 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
2322 after_allocation_default, not gld..._before_allocation.
2323
27b7e12d
AM
23242001-02-27 Alan Modra <alan@linuxcare.com.au>
2325
2326 * configure.in (BFD_VERSION): New.
2327 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2328 * configure: Regenerate.
2329 * Makefile.am: Run "make dep-am"
2330 * Makefile.in: Regenerate.
2331
2bc551c7
TW
23322001-02-26 Timothy Wall <twall@cygnus.com>
2333
2334 * emulparams/elf64_aix.sh: Add additional read-only sections;
2335 uncomment lines which are now required.
2336
1276aefa
NC
23372001-02-26 H.J. Lu <hjl@gnu.org>
2338
2339 * ldlang.c (open_input_bfds): Set the bfd error handler so
b6bf44ba
AM
2340 that problems can be caught whilst loading symbols.
2341 (record_bfd_errors): New function: Report BFD errors and mark
2342 the executable output as being invalid.
1276aefa 2343
41c49998
TW
23442001-02-22 Timothy Wall <twall@cygnus.com>
2345
2346 * configure.host: Add configuration for ia64-*-aix*.
2347 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
2348 Add dependencies for eelf64_aix.c.
2349 * Makefile.in: Regenerate.
2350 * configure.tgt: Add ia64-*-aix* mapping.
2351 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
a2b64bed 2352 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
0879a67a
AJ
2353 AIX-specific test.
2354
78f85fd7
L
23552001-02-20 H.J. Lu <hjl@gnu.org>
2356
2357 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
2358 false if we found the file.
2359
1ac7e077 23602001-02-18 David O'Brien <obrien@FreeBSD.org>
fb33b906
DB
2361
2362 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
2363 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
2364
e135f41b
NC
23652001-02-18 lars brinkhoff <lars@nocrew.org>
2366
2367 * Makefile.am: Add PDP-11 target.
2368 * configure.tgt: Likewise.
2369 * emulparams/pdp11.sh: New file.
2370
a842aceb
DB
23712001-02-17 David O'Brien <obrien@FreeBSD.org>
2372
2373 * configure.host: Add a generic FreeBSD configuration entry such that
2374 all [modern] FreeBSD systems on all platforms will look the same.
2375
24174db0
L
23762001-02-14 H.J. Lu <hjl@gnu.org>
2377
2378 * configure.tgt: Remove mention of earmelf_linux26.
2379
30c3c13a
RH
23802001-02-13 Richard Henderson <rth@redhat.com>
2381
2382 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
2383
b46a87b1
L
23842001-02-13 H.J. Lu <hjl@gnu.org>
2385
2386 * ldexp.h (node_type): Add etree_provided.
2387 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
2388 type to etree_provided if defined by PROVIDE. Allow updating
0879a67a 2389 for etree_provided.
b46a87b1
L
2390 (exp_print_tree): Handle etree_provided.
2391 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
2392 etree_provided.
2393
f3988fd9
RH
23942001-02-09 David Mosberger <davidm@hpl.hp.com>
2395
2396 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
2397 .IA_64.unwind.* pattern to unwind table section and
2398 .IA_64.unwind_info* pattern to unwind info section.
2399
a85d7ed0
NC
24002001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2401
2402 * Makefile.am: Add linux target for S/390.
2403 * Makefile.in: Likewise.
2404 * configure.host: Likewise.
2405 * configure.tgt: Likewise.
2406 * emulparams/elf64_s390.sh: New file.
2407 * emulparams/elf_s390.sh: New file.
2408
780248c4
JJ
24092001-02-09 Jakub Jelinek <jakub@redhat.com>
2410
2411 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
2412 targ_extra_libpath.
2413 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
2414
0e2534bd
PB
24152001-02-06 Philip Blundell <philb@gnu.org>
2416
2417 * Makefile.am: Remove mention of earmelf_linux26.
2418 * Makefile.in: Regenerate.
2419
46c1ea57
PB
24202001-02-04 Philip Blundell <philb@gnu.org>
2421
2422 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
2423 * emulparams/armelf_linux26.sh: Delete.
2424 * configure.tgt: Remove mention of armelf_linux26 emulation.
2425
0088edd2
NC
24262001-02-01 Nick Clifton <nickc@redhat.com>
2427
2428 * ld.1: Replace occurances of -oformat with --oformat.
2429
02aa14fb
AM
24302001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
2431
2432 * ldlang.c (lang_leave_overlay): Don't set lma_region when
2433 load_base is specified.
2434
f813923c
HPN
24352001-01-24 Hans-Peter Nilsson <hp@axis.com>
2436
2437 * emultempl/elf32.em: Correct spelling in comments and listed
2438 options.
2439
c1eb1488
AM
24402001-01-23 Alan Modra <alan@linuxcare.com.au>
2441
2442 * ldlang.c (lang_leave_overlay): Only set lma_region from the
2443 default for the first section of a group of overlay sections.
2444
d9fc3714
AM
24452001-01-22 Alan Modra <alan@linuxcare.com.au>
2446
2447 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
2448 * Makefile.in: Regenerate.
2449 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
2450 Check for null tool_dir.
2451
6be0ca94
JW
24522001-01-16 Jim Wilson <wilson@redhat.com>
2453
2454 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
2455 and IA_64.unwind.info.
2456
b9247304
L
24572001-01-16 H.J. Lu <hjl@gnu.org>
2458
2459 * ldlang.c (lang_check): Merge the private data only if the
2460 input file has contents.
2461
577a0623
AM
24622001-01-14 Alan Modra <alan@linuxcare.com.au>
2463
d952f17a
AM
2464 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
2465
ffd6e9de
AM
2466 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
2467 enabling search for libmilli. On a relocatable link, make .text
2468 sections unique.
2469 (LDEMUL_AFTER_PARSE): Define.
2470 (hppaelf_finish): Correct spelling of relocatable in comments.
2471
577a0623
AM
2472 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2473 rummage through the script for sections on the unique list.
2474 Correct length of strncmp for ".note".
2475 (gld${EMULATION_NAME}_check_needed): Rearrange function.
2476
2477 * ldlang.c (unique_section_list): New var.
2478 (unique_section_p): New function.
2479 (walk_wild_section): Don't match sections on unique_section_list.
2480 (lang_add_unique): New function.
ffd6e9de 2481 Correct spelling of relocatable in comments.
577a0623
AM
2482
2483 * ldlang.h (struct unique_sections): Declare.
2484 (unique_section_list): Declare.
2485 (unique_section_p): Declare.
2486 (lang_add_unique): Declare.
2487
2488 * lexsup.c (ld_options): Allow --unique to take an optional arg.
2489 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
2490
2491 * ld.texinfo (--unique): Update.
2492
b7ed8fad
NC
24932001-01-13 Nick Clifton <nickc@redhat.com>
2494
2495 * lexsup.c (parse_args): Remove spurious white space.
2496
d0398d6a
NC
24972001-01-12 Nick Clifton <nickc@redhat.com>
2498
2499 * lexsup.c (parse_args): Update copyright date.
2500
350fdb00
PB
25012001-01-12 Philip Blundell <pb@futuretv.com>
2502
2503 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
2504
60c6797e
KH
25052001-01-10 Kazu Hirata <kazu@hxi.com>
2506
2507 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
2508 * scripttempl/h8300h.sc: Fix formatting.
2509 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
2510 * scripttempl/h8500.sc: Likewise.
2511 * scripttempl/h8500b.sc: Likewise.
2512 * scripttempl/h8500c.sc: Likewise.
2513 * scripttempl/h8500m.sc: Likewise.
2514 * scripttempl/h8500s.sc: Likewise.
60c6797e 2515
482e8b32
DB
25162000-01-07 David O'Brien <obrien@BSDi.com>
2517
2518 * emultempl/elf32.em: Only perform Linux ld hints processing when
2519 targeting Linux.
2520
d7ed7ca6
PB
25212001-01-07 Philip Blundell <philb@gnu.org>
2522
2523 * ld.texinfo (Bug Reporting): Update email address for reports.
2524
0fc3347a
NC
25252000-12-31 Nick Clifton <nickc@redhat.com>
2526
2527 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
2528 options by checking for a return value of '?' not -1.
2529
e4897a32
NC
25302000-12-28 Nick Clifton <nickc@redhat.com>
2531
2532 * lexsup.c (struct ld_option): Add new enum value:
2533 EXACTLY_TWO_DASHES.
2534 (ld_options[]): Change -omagic, -output and -oformat options
2535 to be EXACTLY_TWO_DASHES.
2536 (OUTPUT_COUNT): Use ARRAY_SIZE.
2537 (parse_args): Change parameter 'argc' to unsigned.
2538 Place EXACTLY_TWO_DASHES options into new really_longopts
2539 array.
2540 If getopt_long_only fails, try calling getopt_long using the
2541 really_longopts array.
2542 (help): Print a double dash for both EXACTLY_TWO_DASHES and
2543 TWO_DASHES options.
2544
2545 * ldlex.h: Fix prototype of parse_args.
2546
2547 * ld.texinfo: Document that long options starting with 'o'
2548 must be preceeded by two dashes. Change example of a single
2549 dashed long option from -oformat to -trace-symbol.
2550
1122a5fc
NC
25512000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2552
2553 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
2554 (longopts[]): New --no-default-excludes option.
2555 (gld_${EMULATION_NAME}_list_options): Document.
2556 (gld_${EMULATION_NAME}_parse_args): Handle.
2557
037849a9
NC
25582000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2559
2560 * ldlang.c (new_stat): Revert the last beautification with "innocent"
2561 whitespace, it breaks the K&R C preprocessor.
2562
7ec229ce
DD
25632000-12-11 DJ Delorie <dj@redhat.com>
2564
2565 * ld.texinfo: Add notes about --whole-archive and gcc.
2566
b79e8c78
NC
25672000-11-18 Fred Fish <fnf@be.com>
2568
2569 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
2570 (ld_options): Entry for --allow-shlib-undefined.
2571 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
2572 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
2573 to false.
2574 * ld.texinfo: Document new command line switch.
d952f17a 2575
9a8e2505
GK
25762000-12-12 Geoffrey Keating <geoffk@redhat.com>
2577
2578 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
2579 .fixup is actually read/write.
2580 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
2581 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2582 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2583
3b16e843 25842000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2585
2586 * NEWS: Add note about x86_64 architecture.
2587
93b63cd3
DD
25882000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
2589
2590 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
2591 Set DWARF2 sections to a VMA of zero.
2592
24f6971a
NC
25932000-12-01 Joel Sherrill <joel@OARcorp.com>
2594
d952f17a 2595 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
24f6971a
NC
2596 New targets.
2597 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2598 (sparc*-*-rtems*): Switched from a.out to ELF.
2599
2be3aa03
NC
26002000-11-30 Jan Hubicka <jh@suse.cz>
2601
2602 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
2603 (eelf_x86_64.c): New.
2604 * Makefile.in: Regenerate.
2605 * configure.tgt: Add support for x86_64-*-linux-gnu*.
2606 * emulparams/elf_x86_64.sh: New.
2607
8c899858
HPN
26082000-11-30 Hans-Peter Nilsson <hp@axis.com>
2609
2610 * emulparams/crislinux.sh (ENTRY): Change back to _start.
2611 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
2612
2613 * scripttempl/crisaout.sc: Change all RELOCATING not related to
2614 merging non-a.out sections into CONSTRUCTING.
2615
e47b9e39
NC
26162000-11-28 Nick Clifton <nickc@redhat.com>
2617
2618 * ld.1 (COPYING): Mention that the GNU Free Documentation
2619 License is present in the sources, but not the output, and
2620 also available from the GNU website.
2621 (GNU Free Documentation License): Comment out this section.
2622
ad95f82a
DB
26232000-11-28 David O'Brien <obrien@dragon.nuxi.com>
2624
2625 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
2626 does not use them.
2627
fd89e65f
DB
26282000-11-25 David O'Brien <obrien@FreeBSD.org>
2629
2630 * ld.1: Remove old date so it does not give the impression the manpage
2631 is way out of date.
2632
077b8428
NC
26332000-11-24 Nick Clifton <nickc@redhat.com>
2634
2635 * configure.tgt (xscale-coff): Add target.
2636 (xscale-elf): Add target.
2637
49425d28
NC
26382000-11-24 Fred Fish <fnf@be.com>
2639
d952f17a
AM
2640 * ldmain.c (main): Remove redundant init of config.make_executable
2641 to true.
49425d28 2642
d3480244
RH
26432000-11-15 Richard Henderson <rth@redhat.com>
2644
2645 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
2646
1ce7de8b
KH
26472000-11-14 Kazu Hirata <kazu@hxi.com>
2648
2649 * scripttempl/h8300.sc: Fix formatting.
2650 * scripttempl/h8300h.sc: Likewise.
2651 * scripttempl/h8300s.sc: Likewise.
2652
3b16e843 26532000-11-14 Denis Chertykov <denisc@overta.ru>
208d5cd0
DC
2654
2655 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
2656
2e418547
PB
26572000-11-09 Philip Blundell <pb@futuretv.com>
2658
2659 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
2660 around orphan sections whose names can be represented in C.
2661
c940e6fc
JW
26622000-11-07 Jim Wilson <wilson@redhat.com>
2663
2664 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
2665 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
2666
704c465c
NC
26672000-11-06 Nick Clifton <nickc@redhat.com>
2668
2669 * ld.texinfo: Add GNU Free Documentation License.
2670 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 2671 * ld.1: Add GNU Free Documentation License.
704c465c 2672
dca7760f
AM
26732000-11-05 Alan Modra <alan@linuxcare.com.au>
2674
2675 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
2676 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
2677
2678 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
2679 Move 2000-11-02 Makefile.in changes to this file.
2680 * Makefile.in: Regenerate.
2681
40a633d5
NC
26822000-11-03 Nick Clifton <nickc@redhat.com>
2683
2684 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
2685 constructors and destructors.
2686 * scripttempl/h8300h.sc: Ditto.
2687 * scripttempl/h8300s.sc: Ditto.
2688 * scripttempl/h8500.sc: Ditto.
2689 * scripttempl/h8500b.sc: Ditto.
2690 * scripttempl/h8500c.sc: Ditto.
2691 * scripttempl/h8500m.sc: Ditto.
2692 * scripttempl/h8500s.sc: Ditto.
2693 * scripttempl/v850.sc: Ditto.
2694 * scripttempl/w65.sc: Ditto.
2695 * scripttempl/z8000.sc: Ditto.
2696
59ff2774
NC
26972000-11-02 Per Lundberg <plundis@chaosdev.org>
2698
2699 * Makefile.in (e_i386_chaos.c): New rule.
2700 (ALL_EMULATIONS): Added e_i386_chaos.o.
2701 * emulparams/elf_i386_chaos.sh: New file.
2702 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
2703
645571e1
JJ
27042000-10-20 Jakub Jelinek <jakub@redhat.com>
2705
2706 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
2707 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
2708 Fix sed invocation, so that it coped with '/' in Solaris 64bit
2709 library path suffix.
2710 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
2711
c5975a45
HPN
27122000-10-18 Hans-Peter Nilsson <hp@axis.com>
2713
2714 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
2715 for consecutive sections.
2716
ea20a7da
CC
27172000-10-17 Chandrakala Chavva <cchavva@redhat.com>
2718
d952f17a
AM
2719 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
2720 options.
2721 * ld.texinfo: Added notes about this new option.
ea20a7da 2722
6e45556a
NC
27232000-10-16 Nick Clifton <nickc@redhat.com>
2724
2725 * emultempl/pe.em (_after_open): Add tests of return values from
2726 bfd functions. Emit appropriate error messages if necessary.
2727
b9a69188
NC
27282000-10-13 Nick Clifton <nickc@redhat.com>
2729
2730 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
2731 local variables - they are not used, but leave in the call to
2732 bfd_canonicalize_symtab.
b9a69188
NC
2733 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
2734 pe_dll_search_prefix.
2735
627427de 27362000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
d952f17a 2737
627427de
DD
2738 * emultempl/pe.em (pe_dll_search_prefix): New variable,
2739 (longopts): New --dll-search-prefix option.
2740 (gld_${EMULATION_NAME}_list_options): Document.
2741 (gld_${EMULATION_NAME}_parse_args): Handle.
2742 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
2743 dynamically, search for a dll named '<prefix><basename>.dll'
2744 in preference to 'lib<basename>.dll' if --dll-search-prefix
2745 is specified.
2746
24376d1b
AM
27472000-10-12 Alan Modra <alan@linuxcare.com.au>
2748
2749 * ldlang.c (section_already_linked): Set kept_section instead of
2750 sec->comdat->sec.
2751
e47d05ad
KH
27522000-10-10 Kazu Hirata <kazu@hxi.com>
2753
2754 * deffile.h: Fix formatting.
2755 * lexsup.c: Likewise.
2756 * mri.c: Likewise.
2757
23a87948
DD
27582000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2759
2760 * pe-dll.c (make_one): Do not generate code thunk for DATA
2761 exports.
2762 (process_def_file): deduce DATA flag for auto-export sumbols.
2763
86b1cc60
KH
27642000-10-09 Kazu Hirata <kazu@hxi.com>
2765
89cdebba
KH
2766 * ld.h: Fix formatting.
2767 * ldcref.c: Likewise.
2768 * ldctor.h: Likewise.
2769 * ldemul.c: Likewise.
2770 * ldemul.h: Likewise.
2771 * ldexp.c: Likewise.
2772 * ldexp.h: Likewise.
2773 * ldfile.c: Likewise.
2774 * ldfile.h: Likewise.
2775 * ldlang.c: Likewise.
2776 * ldlang.h: Likewise.
2777 * ldmain.c: Likewise.
7bfd51a3
KH
2778 * pe-dll.c: Likewise.
2779
2780 * pe-dll.c: Revert some formatting fixes.
86b1cc60 2781
d643799d
KH
27822000-10-08 Kazu Hirata <kazu@hxi.com>
2783
2784 * pe-dll.c: Fix formatting.
2785
08da4cac
KH
27862000-10-05 Kazu Hirata <kazu@hxi.com>
2787
2788 * ldlang.c: Fix formatting.
2789
c2a94a7a
DD
27902000-10-03 DJ Delorie <dj@redhat.com>
2791
2792 * pe-dll.c (fill_edata): initialize entire block
2793 (make_one): fill in correct section.
2794
8c95a62e
KH
27952000-10-03 Kazu Hirata <kazu@hxi.com>
2796
2797 * ldexp.c: Fix formatting.
2798
486e80e2
DD
27992000-10-02 DJ Delorie <dj@redhat.com>
2800
2801 * emultempl/pe.em (gld_*_after_open): detect case where there two
2802 import libraries for same dll; rename one to ensure proper link
2803 order.
2804
2805 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
2806 typo
2807 (generate_edata): fix typo
2808
24dd9f75
HPN
28092000-09-29 Hans-Peter Nilsson <hp@axis.com>
2810
2811 * scripttempl/crisaout.sc (ENTRY): Now __start.
2812 (.text): Add default setting for __start.
2813 Remove CONSTRUCTORS handling.
2814 (/DISCARD/): Add .gnu.warning.*.
2815 * emulparams/crislinux.sh (ENTRY): Now __start.
2816 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
2817 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
2818 (ENTRY): Now __start.
2819 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
2820 (EXECUTABLE_SYMBOLS): Add default setting for __start.
2821
4de2d33d
KH
28222000-09-29 Kazu Hirata <kazu@hxi.com>
2823
5cc18311
KH
2824 * deffile.h: Fix formatting.
2825 * ld.h: Likewise.
2826 * ldcref.c: Likewise.
4de2d33d 2827 * ldctor.c: Likewise.
5cc18311 2828 * ldctor.h: Likewise.
4de2d33d 2829 * ldemul.c: Likewise.
5cc18311 2830 * ldemul.h: Likewise.
4de2d33d 2831 * ldexp.c: Likewise.
5cc18311 2832 * ldexp.h: Likewise.
4de2d33d 2833 * ldfile.c: Likewise.
5cc18311 2834 * ldfile.h: Likewise.
4de2d33d 2835 * ldlang.c: Likewise.
5cc18311
KH
2836 * ldlang.h: Likewise.
2837 * lexsup.c: Likewise.
2838 * mri.c: Likewise.
2839 * pe-dll.c: Likewise.
4de2d33d 2840
45b1f63c
DD
28412000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2842
2843 * pe-dll.c (process_def_file): Uninitialized data wasn't
2844 exported with --export-all-symbols switch.
d952f17a 2845
45b1f63c
DD
28462000-09-28 DJ Delorie <dj@redhat.com>
2847
2848 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
2849 noname work properly.
2850
47d89dba
AM
28512000-09-28 Alan Modra <alan@linuxcare.com.au>
2852
2853 * ld.texinfo (HPPA ELF32): New section.
2854
2855 * emultempl/hppaelf.em (group_size): New.
2856 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
2857 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
2858 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
2859 options to prevent abbreviations matching.
2860 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
2861 (PARSE_AND_LIST_ARGS_CASES): Handle it.
2862
36bdbeec
NC
28632000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2864
2865 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
2866 on the m68*-*-elf target. Make it support COFF input objects.
2867
6d5e62f8
KH
28682000-09-21 Kazu Hirata <kazu@hxi.com>
2869
2870 * ldmain.c: Fix formatting.
2871 * ldmisc.c: Likewise.
2872 * ldver.c: Likewise.
2873 * ldwrite.c: Likewise.
2874
e2eb67d9
AM
28752000-09-21 Alan Modra <alan@linuxcare.com.au>
2876
2877 * ldwrite.c (clone_section): Silence gcc warnings.
2878
b3ea3584
AM
28792000-09-20 Alan Modra <alan@linuxcare.com.au>
2880
2881 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
2882 out of memory failure.
2883
2884 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
2885 (clone_section): Handle out of memory failures. Rename var to
2886 avoid c++ reserved word.
2887
25f72752
AM
28882000-09-18 Alan Modra <alan@linuxcare.com.au>
2889
2890 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
2891 stub_name param to stub_sec_name.
2892 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
2893
0752970e
NC
28942000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2895
2896 * emultempl/m68kelf.em: New file.
2897 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
2898 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
2899 * Makefile.in: Regenerate.
2900
92b7e9d8
AM
29012000-09-15 Alan Modra <alan@linuxcare.com.au>
2902
2903 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
2904 only as needed.
2905
9b14b192
NC
29062000-09-13 Nick Clifton <nickc@redhat.com>
2907
2908 * ldmain.c (multiple_definition): Disable relaxation if
2909 multiple symbol definitions are encountered - otherwise the
2910 linker could abort with an assertion failure.
2911
891fa266
NC
29122000-09-10 Nick Clifton <nickc@redhat.com>
2913
2914 * mri.c: Fix formatting.
2915
5d64ca4e
L
29162000-09-07 H.J. Lu <hjl@gnu.org>
2917
2918 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2919 * configure: Rebuild.
2920
dd94604f
L
29212000-09-07 H.J. Lu <hjl@gnu.org>
2922
2923 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
2924 * Makefile.in: Rebuild.
2925
71bfc0ae
AM
29262000-09-07 Alan Modra <alan@linuxcare.com.au>
2927
2928 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
2929 broken list handling. Create __start_SECNAME and __stop_SECNAME
2930 when no place-holder. Add some comments. Test both SEC_CODE and
2931 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 2932 Handle case where no output section statement created.
71bfc0ae 2933
4a428502
AO
29342000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
2935
2936 * configure.tgt (sh-*-linux*): Added.
2937 * Makefile.am: Added eshelf_linux and eshlelf_linux.
2938 * Makefile.in: Rebuilt.
2939 * emulparams/shelf_linux.sh: New file.
2940 * emulparams/shlelf_linux.sh: New file.
2941
f9989030
AM
29422000-09-06 Alan Modra <alan@linuxcare.com.au>
2943
2944 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2945 try shuffling sections when the orphan happens to be the place
2946 holder. Keep count of unique section names generated so we speed
2947 the search for a new name.
2948
58cccadb
AO
29492000-09-06 Alexandre Oliva <aoliva@redhat.com>
2950
2951 * configure: Rebuilt with new libtool.m4.
2952
5b343f5a
NC
29532000-09-05 Nick Clifton <nickc@redhat.com>
2954
2955 * Makefile.in: Regenerate.
2956 * aclocal.m4: Regenerate.
2957 * configure: Regenerate.
2958 * config.in: Regenerate.
2959 * po/ld.pot: Regenerate.
2960
2961 * ldint.texinfo: Remove CVS revision marker - it foils local
2962 comparisons.
2963
2964 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 2965
a854a4a7
AM
29662000-09-05 Alan Modra <alan@linuxcare.com.au>
2967
3231d22e
AM
2968 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
2969 to stub section flags.
2970 (hppa_for_each_input_file_wrapper): New.
2971 (hppa_lang_for_each_input_file): New.
2972 (lang_for_each_input_file): Define to call above.
2973 (multi_subspace): New.
2974 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
2975 (PARSE_AND_LIST_PROLOGUE): Define.
2976 (PARSE_AND_LIST_LONGOPTS): Define.
2977 (PARSE_AND_LIST_OPTIONS): Define.
2978 (PARSE_AND_LIST_ARGS_CASES): Define.
2979 (hppaelf_finish): Call elf32_hppa_set_gp.
2980 (hppaelf_set_output_arch): Remove.
2981 (LDEMUL_SET_OUTPUT_ARCH): Remove.
2982
2983 * emulparams/hppalinux.sh (ELFSIZE): Define.
2984 (MACHINE): Define.
2985 (OTHER_READONLY_SECTIONS): Define.
2986 (DATA_PLT): Define.
2987 (GENERATE_SHLIB_SCRIPT): Define.
2988
5f992e62
AM
2989 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
2990 to const throughout. Change `void *' to `PTR' throughout.
2991 (lang_memory_default): Function is local to file, add `static'.
2992
2993 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
2994 (ehppalinux.c): Likewise.
2995 (earmelf.c): Likewise.
2996 (earmelf_linux.c): Likewise.
2997 (earmelf_linux26.c): Likewise.
2998 * Makefile.in: Regenerate.
2999
a854a4a7
AM
3000 * ld.h (ld_config_type): Add unique_orphan_sections.
3001 * lexsup.c (OPTION_UNIQUE): Define.
3002 (ld_options): Add "--unique".
3003 (parse_args): Handle it.
3004 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3005 search for an existing output section if unique_orphan_sections is
3006 set. Make use of bfd_get_unique_section_name rather than
3007 duplicating code here.
3008 * ld.texinfo: Describe --unique.
3009
3010 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
3011 optional arg to split-by-file.
3012 (parse_args): Handle them.
3013 * ld.texinfo: Update description of these options.
3014 * ldwrite.c (clone_section): Pass in the section name. Replace
3015 local code with bfd_get_unique_section_name.
3016 (split_sections): Tidy code and comments. Use a list traversal
3017 more appropriate to the list construction. Handle cooked section
3018 sizes. Split when split_by_reloc reached rather than exceeded.
3019 Track section size and split when split_by_file reached. Fix
3020 link_order_tail (even though it's not used).
3021 (ldwrite): Modify condition for calling split_sections to suit
3022 changed split_by_reloc and split_by_file.
3023 * ldmain.c (main): Init config.split_by_reloc and
3024 config.split_by_file to -1.
3025 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
3026 Change split_by_file to bfd_size_type.
3027
18e03609
NC
30282000-09-02 Nick Clifton <nickc@redhat.com>
3029
3030 * configure.in: Increase version number to 2.10.91.
3031 * NEWS: Mention new ability to support removal of duplicate DWARF2
3032 debug information.
3033 * configure: Regenerate.
3034 * aclocal.m4: Regenerate.
3035 * config.in: Regenerate.
3036
3a9d486c
NC
30372000-09-02 Daniel Berlin <dberlin@redhat.com>
3038
3039 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
3040 sections.
a2b64bed 3041 * scripttempl/elf32avr.sc: Ditto.
3a9d486c
NC
3042 * scripttempl/elfd10v.sc: Ditto.
3043 * scripttempl/elfd30v.sc: Ditto.
3044 * scripttempl/elfi370.sc: Ditto.
3045 * scripttempl/elfm68hc11.sc: Ditto.
3046 * scripttempl/elfm68hc12.sc: Ditto.
3047 * scripttempl/elfi386beos.sc: Ditto.
3048 * scripttempl/v850.sc: Ditto.
50bbae35 3049
ac48eca1
AO
30502000-08-31 Alexandre Oliva <aoliva@redhat.com>
3051
3052 * acinclude.m4: Include libtool and gettext macros from the
3053 top level.
3054 * aclocal.m4, configure: Rebuilt.
3055
c13b1b77
NC
30562000-08-25 Nick Clifton <nickc@redhat.com>
3057
3058 * ldlang.c (open_output): When choosing the target for a
3059 particular endianness, do nothing if the target is not
3060 supported.
3061
dcb0bd0e
L
30622000-08-25 H.J. Lu <hjl@gnu.org>
3063
3064 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
3065 check -rpath nor LD_RUN_PATH for cross link.
3066 * ld.texinfo: Document the change.
3067
5bcac8a4
HPN
30682000-08-24 Hans-Peter Nilsson <hp@axis.com>
3069
3070 * NEWS: Mention support for CRIS.
3071
6dd8c765
L
30722000-08-23 H.J. Lu <hjl@gnu.org>
3073
3074 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
3075 the current runpath list from bfd_elf_get_runpath_list ()
3076 before search.
3077
ec4eb78a
L
30782000-08-22 H.J. Lu <hjl@gnu.org>
3079
3080 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
3081 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
3082 LD_LIBRARY_PATH for native linker. Display the needed DSO if
3083 trace_file_tries is non-zero.
3084 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
3085 if trace_file_tries is non-zero.
3086
3087 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 3088 * NEWS: Mention it.
ec4eb78a 3089
22b36938
JE
30902000-08-14 Jason Eckhardt <jle@cygnus.com>
3091
3092 * NEWS: Mention i860 support.
3093
d73e9da0
AS
30942000-08-14 Andreas Schwab <schwab@suse.de>
3095
3096 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 3097 syntax.
d73e9da0 3098
9ac4db9c
GK
30992000-08-10 Geoff Keating <geoffk@cygnus.com>
3100
3101 * scripttempl/elf.sc: Add a comment giving the correspondence
3102 between sections, per-datum sections, and linkonce sections. Make
3103 the comment true even for .bss, .sdata, .sdata2, .sbss, and
3104 .sbss2.
3105
165589e4
JE
31062000-08-10 Jason Eckhardt <jle@cygnus.com>
3107
3108 * emulparams/elf32_i860.sh: New file.
3109 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
3110 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
3111 (eelf32_i860.c): New rule.
3112 * Makefile.in: Regenerate.
3113
345a835d
NC
31142000-08-10 Nick Clifton <nickc@cygnus.com>
3115
3116 * emulparams/mipspe.sh (ENTRY): Add definition.
3117
e374f1d9
NC
31182000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
3119
3120 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
3121 in error message.
3122
236d5abf
NC
31232000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3124
3125 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
3126 the final size of .bss section.
3127 * scripttempl/elfm68hc12.sc: Likewise.
3128
4b209b22
AM
31292000-08-04 Alan Modra <alan@linuxcare.com.au>
3130
3131 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
3132 gld${EMULATION_NAME}_parse_args for consistency. Combine
3133 lastoptind and prevoptind vars, and keep track of last optind.
3134 (gld_${EMULATION_NAME}_list_options): Rename to
3135 gld${EMULATION_NAME}_list_options.
3136
28423a68
AM
31372000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
3138
3139 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
3140 (i586-sco-sysv5uw7.1.0).
3141
b2009ff7
L
31422000-07-27 H.J. Lu <hjl@gnu.org>
3143
3144 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
3145 (PARSE_AND_LIST_PROLOGUE): New.
3146 (PARSE_AND_LIST_LONGOPTS): Likewise.
3147 (PARSE_AND_LIST_OPTIONS): Likewise.
3148 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3149 (PARSE_AND_LIST_EPILOGUE): Likewise.
3150
04925e1e
AM
31512000-07-28 Alan Modra <alan@linuxcare.com.au>
3152
41392f03
AM
3153 * emultempl/armelf.em: Elide functions common to elf32.em,
3154 ie. most of the file.
3155 (arm_elf_after_open): New. Do arm specific things then call
3156 gld${EMULATION_NAME}_after_open.
3157 (arm_elf_before_allocation): New. Call
3158 gld${EMULATION_NAME}_before_allocation then do arm specifics.
3159 (PARSE_AND_LIST_PROLOGUE): Define.
3160 (PARSE_AND_LIST_SHORTOPTS): Define.
3161 (PARSE_AND_LIST_LONGOPTS): Define.
3162 (PARSE_AND_LIST_OPTIONS): Define.
3163 (PARSE_AND_LIST_ARGS_CASES): Define.
3164 (LDEMUL_AFTER_OPEN): Define.
3165 (LDEMUL_BEFORE_ALLOCATION): Define.
3166 (LDEMUL_BEFORE_PARSE): Define.
3167 (LDEMUL_FINISH): Define.
3168
3169 * emultempl/hppaelf.em: Similarly zap most of this file.
3170 (hppaelf_add_stub_section): Prototype.
3171 (hppaelf_layaout_sections_again): Prototype.
3172 (hook_in_stub): Prototype.
3173 (LDEMUL_SET_OUTPUT_ARCH): Define.
3174 (LDEMUL_FINISH): Define.
3175 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
3176
3177 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
3178 (EXTRA_EM_FILE): New.
3179 * emulparams/armelf_linux.sh: Likewise.
3180 * emulparams/armelf_linux26.sh: Likewise.
3181 * emulparams/hppalinux.sh: Likewise.
3182 * emulparams/hppaelf.sh: Likewise.
3183 (NOP): Define.
3184
3185 * emultempl/elf32.em: Fix formatting.
3186 (EXTRA_EM_FILE): Source it.
3187 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3188 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3189 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3190 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3191 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3192 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3193 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3194 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3195 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
3196 allow functions in this file to be overridden.
3197 (PARSE_AND_LIST_SHORTOPTS): Handle it.
3198
3199 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
3200
04925e1e
AM
3201 * emultempl/elf32.em: Reorganize file.
3202
88cdf297
NC
32032000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
3204
3205 * emulparams/elf64alpha.sh: Implement "-taso" emulation
3206 specific option to fit 64-bit executable in the lower
3207 31-bit address range. This is done by changing start
3208 address of .interp (the very first section of executable)
3209 and then setting EF_ALPHA_32BIT elf header flag.
3210
20bccb34
NC
32112000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3212
3213 * emultempl/m68kcoff.em: New file.
3214 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
3215 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
3216 generic.em.
3217 * Makefile.in: Regenerate.
3218
699845ef
L
32192000-07-20 H.J. Lu <hjl@gnu.org>
3220
3221 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
3222 and "disable-new-dtags" to stop getopt from treating -d/-e as
3223 abbreviations for these options.
3224
6c1439be
L
32252000-07-20 H.J. Lu <hjl@gnu.org>
3226
3227 * ld.texinfo: Add documentation for --disable-new-dtags and
3228 --enable-new-dtags.
3229
3230 * ldmain.c (main): Initialize link_info.new_dtags to false.
3231
3232 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
3233 --disable-new-dtags and --enable-new-dtags.
3234 (gld_${EMULATION_NAME}_list_options): Likewise.
3235
28c309a2
NC
32362000-07-05 Kenneth Block <krblock@computer.org>
3237
a2b64bed
NC
3238 * lexsup.c: Add optional style to demangle switch
3239 * ld.texinfo: Document optional style to demangle switch.
50bbae35 3240
9d06555c
HPN
32412000-07-20 Hans-Peter Nilsson <hp@axis.com>
3242
3243 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
3244 ecrislinux.o.
3245 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
3246 Regenerate dependencies.
3247 * Makefile.in: Rebuild.
3248 * configure.tgt (cris-*-*): New target.
3249 * emulparams/crisaout.sh, emulparams/criself.sh,
3250 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
3251 * po/POTFILES.in, po/ld.pot: Regenerate.
3252
19e3be22
L
32532000-07-20 H.J. Lu <hjl@gnu.org>
3254
3255 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
3256 Print out ignored -z options.
3257
e0ee487b
L
32582000-07-19 H.J. Lu <hjl@gnu.org>
3259
19e3be22
L
3260 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
3261 (PARSE_AND_LIST_PROLOGUE): New.
3262 (PARSE_AND_LIST_LONGOPTS): Likewise.
3263 (PARSE_AND_LIST_OPTIONS): Likewise.
3264 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3265
3266 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
3267
3268 * lexsup.c (ld_options): Comment out 'z'.
3269 (parse_args): Likewise.
3270
3271 * emultempl/elf32.em: Include "elf/common.h".
3272 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
3273 options.
3274 (gld_${EMULATION_NAME}_list_options): Likewise.
3275
3276 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 3277
49e56c49
L
32782000-07-19 H.J. Lu <hjl@gnu.org>
3279
3280 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
3281 bfd_elf_set_dt_needed_soname ().
3282
9d68bc82
DD
32832000-07-18 DJ Delorie <dj@cygnus.com>
3284
3285 * pe-dll.c (pe_dll_id_target): check object target name also
3286
53db15ed
HPN
32872000-07-18 Hans-Peter Nilsson <hp@axis.com>
3288
3289 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
3290 ${INIT_END} if relocating.
3291 (.fini): Likewise ${FINI_START} and ${FINI_END}.
3292
0ad8cf4c
DD
32932000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
3294
a2b64bed 3295 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
0ad8cf4c
DD
3296 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
3297 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
3298 errors introduced by the old dynamic lib search order.
3299
874c8c99
DD
33002000-07-17 DJ Delorie <dj@cygnus.com>
3301
3302 * pe-dll.c (process_def_file): auto-export data items also
3303 (pe_process_import_defs): also see if _imp_ form needed
3304
5b4cf3f4
DD
33052000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
3306
3307 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
3308 for dll import libraries
3309
062739d1
NC
33102000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
3311
3312 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
d952f17a 3313 gcc 2.95.2 and later.
062739d1 3314
1c64c4ed
NC
33152000-07-11 Kazu Hirata <kazu@hxi.com>
3316
50bbae35
AM
3317 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
3318 message.
1c64c4ed 3319
b71e2778
AM
33202000-07-10 Alan Modra <alan@linuxcare.com.au>
3321
3322 * ldemul.h (struct lang_input_statement_struct): Remove forward
3323 declaration.
3324 (struct search_dirs): Likewise.
3325 * ldfile.h (struct lang_input_statement_struct): Likewise.
3326 Protect file from multiple inclusion.
3327 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
3328 declaration from macro to file scope.
3329
3330 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
3331 * ldgram.y: Likewise here.
3332 * ldlang.c: And here.
3333 * ldmain.c: And here.
3334 * mpw-elfmips.c: And here.
3335 * mpw-eppcmac.c: And here.
3336 * emultempl/aix.em: And here.
3337 * emultempl/armcoff.em: And here.
3338 * emultempl/armelf.em: And here.
3339 * emultempl/armelf_oabi.em: And here.
3340 * emultempl/beos.em: And here.
3341 * emultempl/elf32.em: And here.
3342 * emultempl/hppaelf.em: And here.
3343 * emultempl/linux.em: And here.
3344 * emultempl/lnk960.em: And here.
3345 * emultempl/pe.em: And here.
3346 * emultempl/sunos.em: And here.
3347 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
3348 * mpw-idtmips.c: Ditto.
3349 * emultempl/generic.em: Ditto.
3350 * emultempl/gld960.em: Ditto.
3351 * emultempl/gld960c.em: Ditto.
3352 * emultempl/mipsecoff.em: Ditto.
3353 * emultempl/ticoff.em: Ditto.
3354 * emultempl/vanilla.em: Ditto.
3355
3356 * pe-dll.c: Include ldfile.h
3357 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
3358
3359 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
3360 arguments to bfd_elf32_size_dynamic_sections call.
3361 (gldelf32ebmip_place_orphan): Add missing arguments to
3362 lang_leave_output_section_statement call.
3363
2ef53d66
L
33642000-07-10 H.J. Lu <hjl@gnu.org>
3365
3366 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
3367 DLL_SUPPORT.
3368 (strhash): Likewise.
3369 (compute_dll_image_base): Likewise.
3370 (pe_undef_found_sym): Likewise.
3371 (pe_undef_cdecl_match): Likewise.
3372 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
3373 argument "arch" with ATTRIBUTE_UNUSED.
3374
9a8cbb09
AM
33752000-07-10 Alan Modra <alan@linuxcare.com.au>
3376
3377 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
3378
3379 From Ryan Bradetich <rbradetich@uswest.net>
3380 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 3381
4900fc06
AM
33822000-07-09 Alan Modra <alan@linuxcare.com.au>
3383
3384 Changes to create multiple linker stubs, positioned immediately
3385 before the section where they are required.
3386 * emultempl/hppaelf.em: Include elf32-hppa.h.
3387 (stub_sec, file_chain): Delete.
3388 (hppaelf_create_output_section_statements): Don't make a stub
3389 section here.
3390 (hook_stub_info): New struct.
3391 (hook_in_stub): New function.
3392 (hppaelf_add_stub_section): New function.
3393 (hppaelf_finish): Do nothing for relocateable links. Modify the
3394 call to elf32_hppa_size_stubs. Move code for updating section
3395 layout from here...
3396 (hppaelf_layaout_sections_again): ..to here, a new function.
3397
3398 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
3399 broken list handling. Pass in a pointer to the list.
3400 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
3401 for above changes.
3402 (hppaelf_before_parse): Prototype.
3403 (hppaelf_set_output_arch): Prototype.
3404 (hppaelf_create_output_section_statements): Prototype.
3405 (hppaelf_delete_padding_statements): Prototype.
3406 (hppaelf_finish): Prototype.
3407
3408 Merge from elf32.em
3409 * emultempl/hppaelf.em: Include ctype.h.
3410 (struct orphan_save): New.
3411 (gld${EMULATION_NAME}_place_orphan): New.
3412 (output_rel_find): New.
3413 (hppaelf_get_script): Update from elf32.em.
3414 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
3415 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 3416 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
3417
3418 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
3419 ehppalinux.o, sort it. Regenerate dependencies.
3420 (ehppalinux.c): Depend on hppaelf.em
3421 * Makefile.in: Regenerate.
3422
3423 * configure.tgt: targ_emul=hppalinux for hppa*linux
3424
3425 * emulparams/hppalinux.sh: New.
3426 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
3427
227aeb07
AM
34282000-07-08 Alan Modra <alan@linuxcare.com.au>
3429
3430 * lexsup.c (parse_args): Copy section name.
3431
28609fd4 34322000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
602e90d3 3433
2ef53d66 3434 * emultempl/pe.em: institute the following search order for
602e90d3
DD
3435 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
3436 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
3437 static lib (libfoo.a) if none of the above are found.
3438
5f577f7d
DD
34392000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
3440
50bbae35 3441 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 3442 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 3443 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
3444 (gld_${EMULATION_NAME}_parse): Handle.
3445 (strhash): New static function.
50bbae35 3446 (compute_dll_image_base): New static function.
5f577f7d
DD
3447 (gld_${EMULATION_NAME}_set_symbols): Use.
3448
9a8cbb09 34492000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
3450
3451 * MAINTAINERS: new
3452
3548145d 34532000-07-01 Koundinya K <kk@ddeorg.soft.net>
50bbae35
AM
3454
3455 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
3456 * emulparams/elf32btsmip.sh: New file.
3457 * Makefile.am: Add traditional mips target.
3458 * Makefile.in: Rebuild.
3459
67798033
L
34602000-07-01 H.J. Lu <hjl@gnu.org>
3461
3462 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
3463 automake to use YLWRAP.
3464 * Makefile.in: Rebuild.
3465
0bdaf48b
AM
34662000-07-01 Alan Modra <alan@linuxcare.com.au>
3467
3468 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3469 (CLEANFILES): Add DEPA.
3470 * Makefile.in: Regenerate.
3471
c9e769c2
TW
34722000-06-30 Timothy Wall <twall@ppc>
3473
3474 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
3475 the page in the upper octet of the address.
3476
65aa24b6
NC
34772000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
3478
3479 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
3480
4667035e
AM
34812000-06-24 Alan Modra <alan@linuxcare.com.au>
3482
3483 * NEWS: arm-elf does --gc-sections too.
3484
1581f8c9
AM
34852000-06-22 Alan Modra <alan@linuxcare.com.au>
3486
3487 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3488 find one.
3489 * Makefile.in: Regenerate.
3490
01580992
L
34912000-06-21 H.J. Lu <hjl@gnu.org>
3492
3493 * Makefile.am: Rebuild dependency.
3494 * Makefile.in: Rebuild.
3495
bbeb2e03
L
34962000-06-20 H.J. Lu <hjl@gnu.org>
3497
3498 * Makefile.am: Rebuild dependency.
3499 * Makefile.in: Rebuild.
3500
74459f0e
TW
35012000-06-20 Timothy Wall <twall@cygnus.com>
3502
3503 * scripttempl/tic54xcoff.sc: New.
3504 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
3505 * gen-doc.texi: Add flag for TI COFF.
3506 * ld.texinfo: Add documentation for TI COFF handling switches.
3507 * emultempl/ticoff.em: New. TI COFF handling.
3508 * configure.tgt: Add tic54x target.
3509 * Makefile.am: Add tic54x target.
3510 * Makefile.in: Ditto.
3511
2ab47eed
AM
35122000-06-20 Alan Modra <alan@linuxcare.com.au>
3513
3514 * ldmain.c (set_scripts_dir): Correct pointer comparison when
3515 checking for backslashes.
3516
919e4093
AM
35172000-06-19 Alan Modra <alan@linuxcare.com.au>
3518
3519 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
3520
987fd5b4
AM
35212000-06-18 Alan Modra <alan@linuxcare.com.au>
3522
3523 * NEWS: Update list of targets supporting --gc-sections.
3524
3525 * scripttempl/elf.sc: KEEP .eh_frame contents.
3526 * scripttempl/elfd30v.sc: Same here.
3527
60bcf0fa
NC
35282000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
3529
3530 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
3531 and m68hc11 (elf).
3532 * Makefile.in: Rebuild.
3533 * configure.tgt: Recognize m68hc12 and m68hc11.
3534 * scripttempl/elfm68hc12.sc: New file.
3535 * emulparams/m68hc12elfb: New emulation.
3536 * emulparams/m68hc12elf: New emulation.
3537 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
3538 (includes a memory.x script to define the ROM and RAM banks).
3539 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
3540 New configuration files for support of Motorola 68hc11
3541
c7c54483
AM
35422000-06-15 Alan Modra <alan@linuxcare.com.au>
3543
3544 * ldmain.c (main): Only change SEC_READONLY for final link.
3545
bcef29e6
L
35462000-06-13 H.J. Lu <hjl@gnu.org>
3547
3548 * configure: Regenerate.
3549
946efd95
DB
35502000-06-08 David O'Brien <obrien@FreeBSD.org>
3551
3552 * configure.in (VERSION): Update to show this is the CVS mainline.
3553
57a6fd07
DB
35542000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3555
3556 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
3557 input objects to be ECOFF.
3558 (check_sections): einfo takes %B, not %P, to print a BFD name.
3559
e06cae36
L
35602000-06-05 Michael Matz <matz@ifh.de>
3561
3562 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
d952f17a 3563 version scripts.
e06cae36 3564
d952f17a 3565 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
e06cae36 3566
2f0b56c0
DC
35672000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
3568
3569 * emulparams/avr1200.sh (STACK): Define as 0.
3570 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
3571 * emulparams/avr4433.sh (STACK): Likewise.
3572 * emulparams/avr44x4.sh (STACK): Likewise.
3573 * emulparams/avr85xx.sh (STACK): Likewise.
3574 * emulparams/avrmega103.sh (STACK): Likewise.
3575 * emulparams/avrmega161.sh (STACK): Likewise.
3576 * emulparams/avrmega603.sh (STACK): Likewise.
3577 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
3578 (__stack): Define from ${STACK} for main().
3579
2114f57b
AM
35802000-05-26 Alan Modra <alan@linuxcare.com.au>
3581
3582 * Makefile.am: Update dependencies with "make dep-am"
3583 * Makefile.in: Regenerate.
3584
5af11cab
AM
35852000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
3586
3587 * ldmain.c: Include filenames.h.
3588 (set_scripts_dir): Support backslashes in program name.
3589
1f0df59a
NC
35902000-05-22 Igor Shevlyakov <igor@windriver.com>
3591
3592 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
3593 read-only, don't forget to reset SEC_READONLY because it
3594 could be already set.
1f0df59a 3595
176355da
NC
35962000-05-22 Thomas de Lellis <tdel@windriver.com>
3597
50bbae35
AM
3598 * ld.1: Add documentation for new command line option:
3599 --section-start <sectionname>=<sectionorg>
3600 This is a generic version of -Ttext etc. which accepts
3601 any section name as a parameter instead of just text/data/
3602 bss.
3603 * ld.texinfo: More docs.
3604 * NEWS: More docs.
3605 * lexsup.c: (parse_args): Recognize new command line option.
176355da 3606 (ld_options): Add new option.
50bbae35 3607
8c5ff972
L
36082000-05-18 H.J. Lu <hjl@gnu.org>
3609
3610 * lexsup.c (parse_args): `i' == `r', not `q'.
3611
3b16e843 36122000-05-18 Jeffrey A Law (law@cygnus.com)
0b76fe77
JL
3613
3614 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
3615
a712da20
NC
36162000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
3617 Rick Gorton <gorton@scrugs.lkg.dec.com>
50bbae35 3618
a712da20
NC
3619 Add support for '-q' == '--emit-relocs' switch.
3620 * ldmain.c (main): Default to false.
3621 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
3622 * NEWS: Describe the emitrelocations switch.
3623 * ld.texinfo: Describe the emitrelocations switch.
3624
690a460e
NC
36252000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
3626
a2b64bed 3627 * emultempl/pe.em (_open_dynamic_archive): New function: Search
690a460e
NC
3628 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
3629 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
3630 link options.
50bbae35 3631
c2f1343c
AM
36322000-05-15 David O'Brien <obrien@FreeBSD.org>
3633
3634 * lexsup.c (parse_args): Update the year in the copyright notice.
3635
897083bd
AM
36362000-05-13 Alan Modra <alan@linuxcare.com.au>
3637
3638 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
3639 Replace defines with those from intl/libgettext.h to quieten gcc
3640 warnings.
3641
cd4c806a
L
36422000-05-10 H.J. Lu <hjl@gnu.org>
3643
3644 * ldlang.c (open_input_bfds): Don't load the same file within
3645 a group again if the whole archive has been loaded already.
3646
93697284
AM
36472000-05-03 Alan Modra <alan@linuxcare.com.au>
3648
3649 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
3650 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
3651 strtoul.
3652
3b16e843 36532000-05-01 Jim Wilson <wilson@cygnus.com>
ebd6fc29 3654
99a4150f 3655 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 3656
ebd6fc29
JW
3657 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3658 host "ia64-*-linux-gnu*".
3659
a1934524
AM
36602000-04-29 Andreas Jaeger <aj@suse.de>
3661
3662 * ld.h: Correctly check GCC version.
3663
3b16e843 36642000-04-25 Jeffrey A Law (law@cygnus.com)
730a39a0
JL
3665
3666 * Makefile.am: Add PA64 support. Add missing dependencies for
3667 PA32 elf support.
3668 * Makefile.in: Rebuilt.
3669 * configure.tgt: Add PA64 support (currently disabled).
3670
aea4bd9d
AM
36712000-04-25 Alan Modra <alan@linuxcare.com.au>
3672
3673 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
3674 (output_rel_find): New function.
3675 (hold_section, hold_use): Delete.
3676 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3677 hold_interp): Make local to place_orphan.
3678 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
3679 rather than place_section to find possible previous use of orphan.
3680 Similarly find the place-holder output sections. Use returned
3681 value from lang_enter_output_section_statement rather than calling
3682 lang_output_section_statement_lookup.
3683 * emultempl/armelf.em: Same here.
3684 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
3685
3686 * ldlang.c (lang_enter_output_section_statement): Return output
3687 section statement.
3688 * ldlang.h (lang_enter_output_section_statement): Change
3689 declaration too.
3690
3691 * ldlang.h (lang_output_section_statement): Export it.
3692 * ldlang.c (lang_output_section_statement): Ditto.
3693
2b5fc1f5
NC
36942000-04-24 Nick Clifton <nickc@cygnus.com>
3695
3696 * ld.texinfo (Output Section Data): Add note that section data
3697 commands cannot appear outside of section directives.
3698
d8475ff6
JL
36992000-04-2 Matthew Green <mrg@cygnus.com>
3700
3701 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
3702
3b16e843
NC
37032000-04-21 Richard Henderson <rth@cygnus.com>
3704 David Mosberger <davidm@hpl.hp.com>
800eeca4
JW
3705
3706 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
3707 (eelf64_ia64.c): New rule.
3708 * Makefile.in: Rebuild.
3709 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
3710 * emulparams/elf64_ia64.sh: New file.
50bbae35 3711
c9637625
RH
37122000-04-21 Richard Henderson <rth@cygnus.com>
3713
3714 * scripttempl/elfd30v.sc: Place .gcc_except_table.
3715
28ea9521
AM
37162000-04-19 Alan Modra <alan@linuxcare.com.au>
3717
3718 * dep-in.sed: Match space at start of file name, not at end.
3719
20d04697
L
37202000-04-18 H.J. Lu <hjl@gnu.org>
3721
3722 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
3723 lang_leave_output_section_statement () after calling
3724 lang_enter_output_section_statement ().
3725 * emultempl/armelf.em: Likewise.
3726
5ba47421
AM
37272000-04-18 Alan Modra <alan@linuxcare.com.au>
3728
3729 * emultempl/elf32.em (struct orphan_save): Add section field.
3730 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
3731 better order, and place first orphan section as we did before the
3732 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
3733 Don't call make_bfd_section here, let wild_doit do the job for us.
3734 Don't build a statement list when we'll only throw it away.
3735 * emultempl/armelf.em: Ditto.
3736 * emultempl/pe.em: Similarly.
3737
bdbe5705
GK
37382000-04-14 Geoff Keating <geoffk@cygnus.com>
3739
3740 * scripttempl/elfppc.sc: Remove.
3741 * emulparams/elf32ppc.sh: Use elf.sc.
3742 * emulparams/elf32lppc.sh: Use elf.sc.
3743 * emulparams/elf32ppclinux.sh: Use elf.sc.
3744 * emulparams/elf32ppcsim.sh: New file.
3745 * emulparams/elf32lppcsim.sh: New file.
3746 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
3747 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
3748 * Makefile.in: Regenerate.
3749 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
3750
01cc8ff8
AM
37512000-04-14 Alan Modra <alan@linuxcare.com.au>
3752
5ba47421 3753 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 3754 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
3755 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3756 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
3757 Also set all relocateable section start addresses.
3758
6c86c541
GK
37592000-04-13 Geoff Keating <geoffk@cygnus.com>
3760
3761 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
3762 Add new BSS_PLT variable for when .plt need not be contained in
3763 the file. Move _etext so that it is also after .fini, and provide
3764 both etext and _etext with a leading underscore. Mark the start
3765 and end of .sbss.
3766
6a345e87
AM
37672000-04-12 Alan Modra <alan@linuxcare.com.au>
3768
3769 * emultempl/elf32.em (struct orphan_save): New.
3770 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3771 hold_interp): Make them struct orphan_save.
3772 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
3773 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
3774 the end of the relevant section list. Also add associated section
3775 statements to the end of any previous orphan statements.
3776 * emultempl/armelf.em: Similarly.
3777 * emultempl/pe.em: Similarly.
3778
8be86746
AM
37792000-04-11 Alan Modra <alan@linuxcare.com.au>
3780
3781 * ld.texinfo (Simple Example): Remove extraneous paragraph.
3782
3b16e843 37832000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
50bbae35 3784
a2d91340 3785 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 3786 --enable-build-warnings option.
a2d91340
AC
3787 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3788 * Makefile.in, configure: Re-generate.
3789
41b49281
AM
37902000-04-04 Alan Modra <alan@linuxcare.com.au>
3791
8ad3436c
AM
3792 * po/ld.pot: Regenerate.
3793
3794 * lexsup.c (help): Restore translated part of bug string.
3795
41b49281
AM
3796 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3797 (DEP): Quote when passing vars to sub-make. Add warning message
3798 to end.
3799 (DEP1): Rewrite for "gcc -MM".
3800 (CLEANFILES): Add DEP2.
3801 Update dependencies.
3802 * Makefile.in: Regenerate.
3803
c20f4f8c
AM
38042000-04-03 Alan Modra <alan@linuxcare.com.au>
3805
3806 * ld.h: #include "bin-bugs.h"
3807 * lexsup.c (help): Use REPORT_BUGS_TO.
3808
adde6300
AM
38092000-03-27 Denis Chertykov <denisc@overta.ru>
3810
3811 * configure.tgt (avr-*-*): New target support.
3812 * Makefile.am: Likewise.
3813 * scripttempl/elf32avr.sc: New script file.
3814 * emulparams/avr1200.sh: New file.
3815 * emulparams/avr23xx.sh: New file.
3816 * emulparams/avr4433.sh New file.
3817 * emulparams/avr44x4.sh New file.
3818 * emulparams/avr85xx.sh New file.
3819 * emulparams/avrmega103.sh New file.
3820 * emulparams/avrmega161.sh New file.
3821 * emulparams/avrmega603.sh New file.
3822 * Makefile.in: Regenerate.
3823
9282ff41
L
38242000-03-09 Andreas Jaeger <aj@suse.de>
3825
3826 * Makefile.am (check-DEJAGNU): Also unset LANG.
3827 * Makefile.in: Rebuild.
3828
a9998805
ILT
38292000-03-06 Ian Lance Taylor <ian@zembu.com>
3830
3831 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
3832 archive.
3833
f9bc20e7
NC
38342000-03-02 H.J. Lu <hjl@gnu.org>
3835
3836 * emulparams/elf32mcore.sh: Include "getopt.h".
3837
4e277b38
ILT
38382000-03-01 Ian Lance Taylor <ian@zembu.com>
3839
3840 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
3841
f0c87f88
NC
38422000-03-01 H.J. Lu <hjl@gnu.org>
3843
3844 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
3845 * emulparams/shpe.sh: Likewise.
3846
38472000-03-01 Nick Clifton <nickc@cygnus.com>
3848
3849 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
3850 to unused parameters.
3851
3852 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
3853 functions only used by DLL code.
3854 (_place_orphan): Initialise 'dollar'.
3855
b6f29aaa
L
38562000-03-01 H.J. Lu <hjl@gnu.org>
3857
3858 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
3859 indicate if the undefined symbol is a fatal error or not.
3860 Don't delete the output file if "fatal" is false.
3861
af28fce3
L
38622000-02-29 H.J. Lu <hjl@gnu.org>
3863
50bbae35 3864 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
3865 Set LC_COLLATE and LC_ALL to null and export them. It is for
3866 sort which expects the C locale.
3867 Add $(LIBS) to all $(HOSTING_LIBS).
3868 * Makefile.in: Rebuild.
3869
40d109bf
AM
38702000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
3871
3872 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
3873 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
3874 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
3875 (ld_emulation_xfer_struct): Add missing NULL initialiser for
3876 find_potential_libraries.
3877
db5be682
JB
38782000-02-28 Jim Blandy <jimb@redhat.com>
3879
3880 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 3881 list entries; the lexer considers commas to be valid part of a
db5be682
JB
3882 filename, so in something like `foo, bar' the comma is considered
3883 part of the first filename, `foo,'.
3884 * ld.texinfo: Update section on EXCLUDE_FILE lists.
3885
3558ff4c
ILT
38862000-02-27 Loren J. Rittle <ljrittle@acm.org>
3887
3888 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3889 host "i[3456]86-*-freebsdelf*".
3890
4eee2681
ILT
38912000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
3892
3893 * scripttempl/i386go32.sc: Move misplaced semicolons.
3894
8d75d12d
ILT
38952000-02-25 Ian Lance Taylor <ian@zembu.com>
3896
3897 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
3898 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
3899 (eelf64hppa.c, ehppaelf.c): Remove targets.
3900 * Makefile.in: Rebuild.
3901
a1836d49
AO
39022000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3903
ad51fb57
AO
3904 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
3905 GNU/Linux/sparc, but keep the default as 32.
3906
a1836d49
AO
3907 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
3908 it default if sparcv9 or sparc64.
3909
344a211f
NC
39102000-02-24 Nick Clifton <nickc@cygnus.com>
3911
3912 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
3913 * Makefile.in: Regenerate.
3914 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
3915
3916 * ldemul.h (ld_emulation_xfer_struct): Add new field:
3917 find_potential_libraries.
3918 * ldemul.c (ldemul_find_potential_libraries): New function.
3919
3920 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 3921 exported.
344a211f
NC
3922 (ldfile_open_file): Call ldemul_find_potential_libraries.
3923 * ldfile.h: Add prototype for ldfile_open_file_search.
3924
3925 * pe-dll.c: Add support for ARM, MIPS and SH targets.
3926
3927 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
3928 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
3929
3930 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
3931 (gld_X_find_potential_libraries): New function. Search for
3932 libraries called "*.lib".
3933
a2b64bed 3934 * scripttempl/pe.sc: Add .pdata section.
344a211f 3935
eaba1dd3
RH
39362000-02-23 Richard Henderson <rth@cygnus.com>
3937
3938 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
3939 Add and use memory regions.
3940
5b93d8bb
AM
39412000-02-23 Linas Vepstas (linas@linas.org)
3942
3943 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
3944
3945 * Makefile.am: Add support for Linux/IBM 370.
3946 * configure.tgt: Likewise.
3947
3948 * Makefile.in: Regenerate.
3949
f6af82bd
AM
39502000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3951
3952 * ldlang.c (print_input_section, print_data_statement,
3953 print_reloc_statement, print_padding_statement, insert_pad,
3954 size_input_section, lang_check_section_addresses,
3955 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 3956 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
3957 (lang_do_assignments): Also change `size' to unsigned.
3958
9e673ad1
RH
39592000-02-16 Richard Henderson <rth@cygnus.com>
3960
3961 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
3962
562d3460
TW
39632000-02-16 Timothy Wall <twall@cygnus.com>
3964
3965 * mri.c (mri_draw_tree): Add default LMA region argument to call
3966 to lang_leave_output_section_statement.
3967 * ldlang.h: Update prototypes with LMA region arguments.
3968 * ldlang.c (lang_size_sections): Encapsulate region bounds
3969 checking in os_check_region call.
3970 (os_check_region): New function.
3971 (lang_output_section_statement_lookup): Initialize lma_region.
3972 (lang_leave_output_section_statement): Add LMA region argument.
3973 (lang_leave_overlay): Ditto.
3974 * ldgram.y: Handle LMA region syntax.
3975 * ld.texinfo (Output Section Description): Describe LMA region usage.
3976 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 3977 lma region in call to lang_leave_output_section_statement.
562d3460 3978 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 3979 lma region in call to lang_leave_output_section_statement.
562d3460 3980 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 3981 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
3982
3983
9e4ed18c
TW
39842000-02-04 Timothy Wall <twall@redhat.com>
3985
3986 * ldlang.c (lang_check_section_addresses): Use bytes instead of
3987 octets when calculating section end addresses.
3988
32edc927
TW
39892000-02-04 Timothy Wall <twall@redhat.com>
3990
3991 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
3992
4cbfc3ac
TW
39932000-02-03 Timothy Wall <twall@redhat.com>
3994
a2b64bed 3995 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4cbfc3ac 3996 octet count.
a2b64bed 3997 * ldlang.c (print_input_section, print_data_statement,
4cbfc3ac
TW
3998 print_reloc_statement, print_padding_statement): Print target
3999 address values and section sizes as bytes, not octets.
4000 (insert_pad) Calculate padding size in octets, and adjust "dot"
4001 by bytes.
4002 (size_input_section) Always adjust "dot" by bytes, not octets.
4003 (lang_check_section_addresses, lang_do_assignments) Adjust
4004 "dot" by bytes, not octets. Use the larger of the directive size
4005 or octets_per_byte for the number of octets actually allocated in
4006 the output section.
4007 (lang_set_startof) Make sure STARTOF returns a target address.
4008 (lang_one_common) Record size changes in octets.
4009 (lang_abs_symbol_at_end_of) Section end symbol's value is
4010 recorded in target bytes.
4011 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
4012 to be clear about behavior when an octet is smaller than one byte.
50bbae35 4013
305c7206
AM
40142000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4015
4016 * ldcref.c (output_cref): Don't pass message strings to printf
4017 as format arg.
4018 Update copyright.
4019
4020 * ldmisc.c (vfinfo): Same here.
4021 Update copyright.
4022
e1c47aa4
AM
40232000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
4024
4025 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
4026 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
4027 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
4028 Add missing NULL initialisers, and comments.
4029
4030 * testsuite/ld-srec/sr3.cc (__rethrow): New.
4031
13392b77
NC
40322000-01-21 Nick Clifton <nickc@cygnus.com>
4033
4034 * ldlang.c (lang_size_sections): Fix typo in comment.
4035
cce4c4c5
NC
40362000-01-18 H.J. Lu <hjl@gnu.org>
4037
4038 * ldlang.c (lang_size_sections): Also update the current
4039 address of a region if the SEC_NEVER_LOAD bit is not set.
4040
0decc840
NC
40412000-01-10 Philip Blundell <pb@futuretv.com>
4042
4043 * configure.tgt (arm*-*-conix*): New target.
4044
4e53152f
NC
40452000-01-07 Nick Clifton <nickc@cygnus.com>
4046
4047 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
4048 line switches with -Wl, (or whatever is appropriate) if it is
4049 being invoked by a comnpiler driver program.
50bbae35 4050 Fix description of the behaviour of the -n command line switch.
4e53152f 4051
3b16e843 40522000-01-05 Catherine Moore <clm@cygnus.com>
18625d54
CM
4053
4054 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
4055 (name_list): New.
4056 * ld.texinfo (EXCLUDE_FILE): Update documentation.
4057 * ldgram.y (wildcard_spec): Support a list of excluded_files.
4058 (exclude_name_list): New.
4059 ldlang.c (walk_wild_section): Support list of excluded files.
4060 (print_wild_statement): Likewise.
4061 (lang_add_wild): Likewise.
4062 * ldlang.h (lang_wild_statement_type): Likewise.
4063 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 4064
5aaace27
NC
40652000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
4066
870df5dc
NC
4067 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
4068 (process_def_file): Use.
4069 (pe_dll_compat_implib): New variable.
4070 (make_one): Use.
50bbae35 4071
870df5dc
NC
4072 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
4073 pe_dll_compat_implib.
50bbae35
AM
4074
4075 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
4076 compat-implib options.
4077 (gld_${EMULATION_NAME}_list_options): List new options.
4078 (gld_${EMULATION_NAME}_parse_args): Handle.
4079
50bbae35 4080 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 4081 dll.
50bbae35
AM
4082
4083 * deffilep.y (opt_name): Allow "." in name.
5aaace27 4084
2f6d2f85 4085For older changes see ChangeLog-9899
252b5132
RH
4086\f
4087Local Variables:
4088mode: change-log
4089left-margin: 8
4090fill-column: 74
4091version-control: never
4092End:
This page took 0.420543 seconds and 4 git commands to generate.