Fix ld --just-symbols
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
f1f0d9ab
TR
12002-05-10 Tom Rix <trix@redhat.com>
2
3 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
4 architecture and machine information in the output bfd.
5 (gld*_before_parse): Remove old arch and machine code.
6 (choose_target): Rename to gld*_choose_target.
7 (rtld): Change type to int.
8 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
9 objects in XCOFF archives.
10 * ldfile.h: Update copyright date.
11
f4d73366
JJ
122002-05-10 Jakub Jelinek <jakub@redhat.com>
13
14 * ldmain.c (main): Enable -z combreloc by default.
15
d3d8a9ee
NC
162002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
17
18 * Makefile.am: Honour DESTDIR.
19 * Makefile.in: Regenerate.
20
9f88b410
RS
212002-05-07 Richard Sandiford <rsandifo@redhat.com>
22
23 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
24 (lang_enter_overlay): Remove the last two parameters.
25 (lang_leave_overlay): Take them here instead.
26 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
27 (section): Pass LMA and crossref flag to lang_leave_overlay rather
28 than lang_enter_overlay.
29 * ldlang.c (lang_memory_region_lookup): Return null for null names.
30 (lang_output_section_statement_lookup): Initialize update_dot_tree.
31 (lang_size_sections_1): Evaluate it.
32 (lang_leave_output_section_statement): Rework LMA lookup.
33 (overlay_lma, overlay_nocrossrefs): Remove.
34 (lang_enter_overlay): Remove LMA and corssref arguments.
35 (lang_enter_overlay_section): Don't set the LMA here.
36 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
37 assignment to the last section's update_dot_tree. Unconditionally
38 use the load and run-time regions specified in the OVERLAY statement.
39 Likewise the first section's LMA. Only set the other sections' LMAs
40 when no load region is given.
41
b9a743c8
NC
422002-05-06 Nick Clifton <nickc@redhat.com>
43
44 * po/sv.po: New translation.
45
a3d60be3
AM
462002-05-04 Alan Modra <amodra@bigpond.net.au>
47
48 * emultempl/hppaelf.em (build_section_lists): New function.
49 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
50 and build_section_lists.
51
b7a26f91
KH
522002-05-03 Kazu Hirata <kazu@cs.umass.edu>
53
54 * ld.h: Fix formatting.
55 * ldexp.c: Likewise.
56 * ldfile.c: Likewise.
57 * ldlang.c: Likewise.
58 * ldmain.c: Likewise.
59 * lexsup.c: Likewise.
60 * pe-dll.c: Likewise.
61
805fc799
AM
622002-05-02 Alan Modra <amodra@bigpond.net.au>
63
64 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
65 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
66 (build_section_lists): Do output_section tests here.
67
cc7e59b2
TR
682002-04-30 Tom Rix <trix@redhat.com>
69
70 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
71
9c1d81c1
AM
722002-05-01 Alan Modra <amodra@bigpond.net.au>
73
74 Long branch stubs, multiple stub sections.
75 * emultempl/ppc64elf.em: Include ldctor.h.
76 (stub_file): New var.
77 (group_size): New var.
78 (ppc_create_output_section_statements): New function.
79 (struct hook_stub_info): New.
80 (hook_in_stub): New function.
81 (ppc_add_stub_section): New function.
82 (ppc_layout_sections_again): New function.
83 (build_section_lists): New function.
84 (gld${EMULATION_NAME}_finish): Rewrite.
85 (real_func): New var.
86 (ppc_for_each_input_file_wrapper): New function.
87 (ppc_lang_for_each_input_file): New function.
88 (lang_for_each_input_file): Define.
89 (PARSE_AND_LIST_PROLOGUE): Define.
90 (PARSE_AND_LIST_LONGOPTS): Define.
91 (PARSE_AND_LIST_OPTIONS): Define.
92 (PARSE_AND_LIST_ARGS_CASES): Define.
93 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
94
aa67bccf
TR
952002-04-30 Tom Rix <trix@redhat.com>
96
97 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
98 -blibpath, -bnolibpath support.
99
94349e12
MM
1002002-04-30 Mark Mitchell <mark@codesourcery.com>
101
102 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
103 (eelf32ppcwindiss.c): New target.
104 * Makefile.in: Regenerated.
105 * configure.tgt: Add support for powerpc-*-windiss.
106 * emulparams/elf32ppcwindiss.sh: New file.
107
7b17f854
RS
1082002-04-30 Richard Sandiford <rsandifo@redhat.com>
109
110 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
111 * ldexp.c (exp_print_token): Add "infix_p" argument.
112 (exp_print_tree): Update accordingly.
113
596dafeb
AM
1142002-04-28 Alan Modra <amodra@bigpond.net.au>
115
116 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
117 * Makefile.in: Regenerate.
118 * mpw-elfmips.c: Delete.
119 * mpw-eppcmac.c: Delete.
120 * mpw-esh.c: Delete.
121 * mpw-idtmips.c: Delete.
122
a44d7f9c
JR
123Wed Apr 17 19:23:14 2002 J"orn Rennecke <joern.rennecke@superh.com>
124
125 * emulparams/shelf32.sh (MACHINE): Now sh5.
126
944cd72c
TS
1272002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
128
129 * ldgram.y: Fix syntax warning.
130
5835c212
NC
1312002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
132
133 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
134 to prevent "-n" from being taken as an abbreviation for
135 "--no-pipeline-knowledge".
136
024531e2
AM
1372002-04-08 Alan Modra <amodra@bigpond.net.au>
138
d08a14c3
AM
139 * ldlang.c (lang_size_sections_1): Don't complain about
140 SEC_NEVER_LOAD sections having no memory region specified.
141
024531e2
AM
142 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
143
c657a1f0
MG
1442002-04-07 matthew green <mrg@redhat.com>
145
146 * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
147
61bef6f1
AM
1482002-04-04 Alan Modra <amodra@bigpond.net.au>
149
150 * dep-in.sed: Cope with absolute paths.
151 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
152 Run "make dep-am".
153 * Makefile.in: Regenerate.
154
49ba2791
TS
1552002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
156
157 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
158
50e60fb5
JJ
1592002-04-03 Jakub Jelinek <jakub@redhat.com>
160
161 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
162 is smaller than maximum, round dot up to common page boundary.
163
6f12f4ca
AM
1642002-03-28 Alan Modra <amodra@bigpond.net.au>
165
166 * configure.host: Set up for generic hosts first, then tweak as
167 necessary in more specific targets.
168 (HOSTING_LIBS): Include libgcc_eh.a if found.
169
a8f1f017
AJ
1702002-03-23 Andreas Jaeger <aj@suse.de>
171
172 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
173
1d3fdf38
AM
1742002-03-21 Alan Modra <amodra@bigpond.net.au>
175
176 * Makefile.am: Run "make dep-am".
177 * Makefile.in: Regenerate.
178
79b1faa8
AM
1792002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
180
181 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
182
fcf0e35b
AM
1832002-03-20 Alan Modra <amodra@bigpond.net.au>
184
185 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
186 add the symbol to the linker hash table immediately.
187 (lang_place_undefineds): Split symbol creation out..
188 (insert_undefined): ..to here.
189
fed2999d
DB
1902002-03-18 David O'Brien <obrien@FreeBSD.org>
191
192 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
193 the contents of the buffer returned from basename function will are
194 getting overwritten while still being used.
195
beb43bb9
JH
196Mon Mar 18 17:38:39 CET 2002 Jan Hubicka <jh@suse.cz>
197 Andreas Jaeger <aj@suse.de>
198 Andreas Schwab <schwab@suse.de>
199
200 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
201 * elf_x86_64.sh (ARCH): Set to i386:x86-64
202 set libraries to default to lib64 paths.
203
eb1e0e80
NC
2042002-03-18 Tom Rix <trix@redhat.com>
205
206 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
207 * configure.tgt : Same.
208 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
209 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
210 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
211 emulation parameters for better -b32, -b64 support.
212 * emulparms/aixrs6.sh : Same.
213 * emulparms/ppcmacos.sh : Same.
214 * emultempl/aix.em (choose_target) : Use new emulation parameters
215 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
216 * Makefile.in : Regenerate.
217
a1c259a1
NC
2182002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
219
220 * po/fr.po: Updated version.
221
862120bd
AM
2222002-03-18 Alan Modra <amodra@bigpond.net.au>
223
224 * ldmain.c (main): Move .text readonly flag fudges from here..
225 * ldlang.c (lang_process): ..to here.
226
d35a52e2
AM
2272002-03-14 Alan Modra <amodra@bigpond.net.au>
228
229 * ldlang.c (lang_check): Remove the word size check added in last
230 change. Treat emitrelocations case as for relocatable links.
231
9ce88e60
NC
2322002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
233
234 * po/fr.po: Updated version.
235
30cba025
AM
2362002-03-13 Alan Modra <amodra@bigpond.net.au>
237
238 * ldlang.c (lang_check): Do relocatable link checks first, so that
239 warn_mismatch can't override. Check compatible and word size too.
240
84ec0e6d
DJ
2412002-03-07 Daniel Jacobowitz <drow@mvista.com>
242
243 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
244
2d13d8c5
JJ
2452002-03-05 Jakub Jelinek <jakub@redhat.com>
246
247 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
248 DATA_SEGMENT_ALIGN.
249
b5090659
L
2502002-03-04 H.J. Lu <hjl@gnu.org>
251
252 * scripttempl/elf.sc: Put .preinit_array, .init_array and
253 .fini_array in the data segment.
254
f42ce16e
AM
2552002-03-04 Alan Modra <amodra@bigpond.net.au>
256
257 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
258
de77b6ac
RH
2592002-03-01 David Mosberger <davidm@hpl.hp.com>
260
261 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
262 .init_array, and .fini_array.
263
997e08c0
AS
2642002-02-20 Andreas Schwab <schwab@suse.de>
265
266 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
267 .IA64_unwind* in a relocatable link.
268
9a66911f
NC
2692002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
270
271 * NEWS: Mark 2.12 branch.
272
d86bcc10
MS
2732002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
274
275 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
276 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
277
69f284c7
TR
2782002-02-18 Tom Rix <trix@redhat.com>
279
280 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
281 (gld*_before_allocation): Same.
a8f1f017 282 (gld*_create_output_section_statements): Generate
69f284c7
TR
283 __rtinit if run time linking. Add librtl.a to the link.
284 (gld*_read_file): Clean.
285
82bd7b59
AM
2862002-02-18 Alan Modra <amodra@bigpond.net.au>
287
288 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
289
ac3e50bf
DB
2902002-02-18 David O'Brien <obrien@FreeBSD.org>
291
6a7f963b 292 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
ac3e50bf
DB
293 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
294 and eelf64alpha_fbsd.
6a7f963b 295 * Makefile.in: Regenerate.
ac3e50bf
DB
296 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
297 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
298 use a FreeBSD-specific emulation rather than the psABI one.
299 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
300 for all FreeBSD ELF systems.
301 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
302 emulation.
303 * emulparams/elf32ppc_fbsd.sh: Likewise.
304 * emulparams/elf64_ia64_fbsd.sh: Likewise.
305 * emulparams/elf64_sparc_fbsd.sh: Likewise.
306 * emulparams/elf64alpha_fbsd.sh: Likewise.
307 * emulparams/elf_i386_fbsd.sh: Likewise.
308 * emulparams/elf_x86_64_fbsd.sh: Likewise.
309
6ad738c5
NC
3102002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
311
312 * po/tr.po: Updated version.
313
9673c93c
AM
3142002-02-18 Alan Modra <amodra@bigpond.net.au>
315
316 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
317 (FILL): Likewise.
318
1c5e6447
HPN
3192002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
320
321 * emultempl/mmo.em (mmo_after_open): Don't call
322 _bfd_mmix_check_all_relocs when producing ELF output.
323
8bb57516
RH
3242002-02-15 Richard Henderson <rth@redhat.com>
325
de77b6ac 326 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
8bb57516
RH
327 definition. Emit a unop+nop pair.
328
49fda6c8
HPN
3292002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
330
83c2d653
HPN
331 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
332 for presence of .MMIX.reg_contents.linker_allocated before early
333 exit.
334
49fda6c8
HPN
335 * NEWS: Mention support for MMIX.
336
2c382fb6
AM
3372002-02-15 Alan Modra <amodra@bigpond.net.au>
338
339 Support arbitrary length fill patterns.
a139d329
AM
340 * ld.texinfo (Output Section Fill): Describe fill expressions.
341 (FILL): Refer to the above.
2c382fb6
AM
342 * ldexp.h (etree_value_type): Add "str" field.
343 (union etree_union): Add "str" to "value" struct.
344 (exp_bigintop): Declare.
345 (exp_get_fill): Declare.
346 * ldexp.c: Include "safe-ctype.h".
347 (exp_intop): Set value.str to NULL.
348 (exp_bigintop): New function.
349 (new_rel): Pass in "str", and set new.str from it.
350 (new_rel_from_section): Set new.str to NULL.
351 (fold_name): Adjust calls to new_rel.
352 (exp_fold_tree): Likewise.
353 (exp_get_fill): New function.
354 * ldgram.y (struct big_int bigint, fill_type *fill): New.
355 (INT): Returns a "bigint". Adjust all code handling INTs.
356 (fill_opt): Returns a "fill".
357 (fill_exp): Split out of fill_opt, use for FILL.
358 * ldlang.h (struct _fill_type): New.
359 (fill_type): Move typedef to ldexp.h.
360 (lang_output_section_statement_type): "fill" is now a pointer.
361 (lang_fill_statement_type): Likewise.
362 (lang_padding_statement_type): Likewise.
363 (lang_add_fill): Now takes a "fill_type *" param.
364 (lang_leave_output_section_statement): Likewise.
365 (lang_do_assignments): Likewise.
366 (lang_size_sections): Likewise.
367 (lang_leave_overlay_section): Likewise.
368 (lang_leave_overlay): Likewise.
369 * ldlang.c: Include ldgram.h after ldexp.h.
370 (lang_output_section_statement_lookup): Adjust for fill_type change.
371 (print_fill_statement): Likewise.
372 (print_padding_statement): Likewise.
373 (insert_pad): Now takes a "fill_type *" arg.
374 (size_input_section): Likewise.
375 (lang_size_sections_1): Likewise.
376 (lang_size_sections): Likewise.
377 (lang_do_assignments): Likewise.
378 (lang_add_fill): Likewise.
379 (lang_leave_output_section_statement): Likewise.
380 (lang_leave_overlay_section): Likewise.
381 (lang_leave_overlay): Likewise.
382 Adjust all callers of the above function.
383 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
384 starting with "0X" as well as "0x". Return bigint.str for hex
385 numbers starting with "0x" or "0X", zero bigint.str otherwise.
386 Always use base 16 for numbers starting with "$".
387 * ldmain.c: Include ldgram.h after ldexp.h.
388 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
389 of bfd_fill_link_order.
390 * pe-dll.c: Adjust lang_do_assignments calls.
391 * emultempl/elf32.em: Likewise.
392 * emultempl/hppaelf.em: Likewise.
393 * emultempl/ppc64elf.em: Likewise.
394 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
395 lang_add_assignment call.
396 * emultempl/pe.em: Likewise.
397
313e35ee
AM
3982002-02-14 Phil Edwards <pme@gcc.gnu.org>
399
a139d329 400 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
313e35ee
AM
401 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
402 the pattern in question is not a regexp.
403 * ldlang.c: Likewise.
404 * ldlang.h: Likewise.
405 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
406
2d20f7bf
JJ
4072002-02-12 Jakub Jelinek <jakub@redhat.com>
408
409 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
410 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
411 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
412 * ldexp.c (exp_data_seg): New variable.
413 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
414 (fold_binary): Handle DATA_SEGMENT_ALIGN.
415 (exp_fold_tree): Handle DATA_SEGMENT_END.
416 Pass allocation_done when recursing instead of hardcoding
417 lang_allocating_phase_enum.
418 * ldexp.h (exp_data_seg): New.
419 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
420 (lang_size_sections): New.
421 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
422 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
423 if COMMONPAGESIZE is defined.
424 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
425 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
426 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
427 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
428 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
429 libraries only.
430
06880219
AM
4312002-02-11 Alan Modra <amodra@bigpond.net.au>
432
433 * Makefile.in: Regenerate.
434
37b0ac0f
DJ
4352002-02-10 Daniel Jacobowitz <drow@mvista.com>
436
437 * lexsup.c: Remove strtoul declaration.
438
4e5bae56
DJ
4392002-02-10 Daniel Jacobowitz <drow@mvista.com>
440
441 * ldmain.c: Add prototype for main ().
442 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
443 * emultempl/lnk960.em (lnk960_choose_target): Function should
444 take two arguments.
445
1e281515
AM
4462002-02-10 Alan Modra <amodra@bigpond.net.au>
447
448 * ldlang.c (entry_section): New initialised variable.
449 (lang_finish): Use it.
450 * ldlang.h (entry_section): Declare.
451 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
452 entry_section to ".opd".
453
f92d92ff 4542002-02-09 Chris Demetriou <cgd@broadcom.com>
0a9c1c8e
CD
455
456 * ld.texinfo (Options): Add back in -nostdlib documentation,
457 which had been inadvertently removed.
458
74c44237
HPN
4592002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
460
461 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
462 register section vma to a sane value after emitting error. Make
463 fatal conditions cause program exit when emitting message.
464
5e37cc46
NC
4652002-02-08 Ivan Guzvinec <ivang@opencores.org>
466
467 * configure.tgt: Add or32-*-rtems target.
468
2d92cb7d
AO
4692002-02-08 Alexandre Oliva <aoliva@redhat.com>
470
471 Contribute sh64-elf.
472 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
473 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
474 in OTHER_RELOCATABLE_SECTIONS.
475 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
476 * emulparams/shelf32.sh (STACK_ADDR): Define.
477 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
478 (OTHER_SECTIONS): this. Removed stack settings.
479 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
480 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
481 2001-03-12 DJ Delorie <dj@redhat.com>
482 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
483 relaxing if any shmedia or mixed sections are found.
484 2001-03-07 DJ Delorie <dj@redhat.com>
485 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
486 einfo. Gracefully decline to output to non-elf formats.
487 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
488 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
489 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
490 * emulparams/shelf32.sh: Ditto.
491 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
492 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
493 comment.
494 2001-01-10 Ben Elliston <bje@redhat.com>
495 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
496 non-portable shell constructs. From Hans-Peter Nilsson.
497 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
498 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
499 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
500 dependencies to the shell script include chain.
501 * Makefile.in: Regenerate.
502 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
503 * emultempl/sh64elf.em: Update and tweak comments.
504 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
505 make a .cranges section SEC_IN_MEMORY.
506 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
507 * emultempl/sh64elf.em
508 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
509 .cranges section found to be necessary; continue and set stored
510 section contents flags for sections with non-mixed contents.
511 Use a struct sh64_section_data container and sh64_elf_section_data
512 to store contents-type flags.
513 Remove unused update of "isec".
514 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
515 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
516 access contents-type flags. Assert that the associated container
517 is initialized. Use that container, not elf_gp_size, to hold size
518 of linker-generated cranges contents.
519 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
520 * emultempl/sh64elf.em
521 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
522 there's already a .cranges section. When section flag difference
523 is found, don't NULL-check cranges a second time. Tweak comments.
524 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
525 merging, not max size, as size of ld-generated .cranges contents.
526 Don't set ELF section flags in output section. When checking for
527 needed .cranges descriptors, don't use a variable; compare
528 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
529 comments.
530 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
531 * emultempl/sh64elf.em: New file.
532 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
533 * Makefile.in: Regenerate.
534 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
535 (OTHER_RELOCATING_SECTIONS): Ditto.
536 (EXTRA_EM_FILE): New, set to sh64elf if not set.
537 * emulparams/shlelf32.sh: Stub out all settings except
538 OUTPUT_FORMAT. Source shelf32.sh.
539 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
540 OTHER_RELOCATING_SECTIONS.
541 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
542 * emulparams/shlelf64.sh: Stub out all settings except
543 OUTPUT_FORMAT. Source shelf64.sh.
544 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
545 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
546 .cranges section.
547 (DATA_START_SYMBOLS): Define, provide ___data.
548 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
549 for consecutive .data section.
550 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
551 section after .data section.
552 * emulparams/shlelf64.sh: Ditto.
553 * emulparams/shelf32.sh: Ditto.
554 (ALIGNMENT): Define to 8.
555 * emulparams/shelf32.sh: Ditto.
556 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
557 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
558 built-in linker scripts.
559 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
560 * emulparams/shlelf64.sh: New.
561 * emulparams/shelf64.sh: New.
562 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
563 targ_extra_emuls.
564 * Makefile.am: Add support for shlelf64 and shelf64.
565 * Makefile.in: Regenerate.
566 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
567 * configure.tgt (sh64-*-elf*): Add shelf as default.
568 Add shlelf to targ_extra_emuls.
569 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
570 * emulparams/shelf32.sh: New file.
571 * emulparams/shlelf32.sh: New file.
572 * Makefile.am: Add support for shlelf32 and shelf32.
573 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
574 * Makefile.in: Regenerate.
575
e3dc8847
HPN
5762002-02-05 Hans-Peter Nilsson <hp@axis.com>
577
578 * ldlang.c (lang_reset_memory_regions): Rename from
579 reset_memory_regions. Change all callers. Make public.
580 * ldlang.h (lang_reset_memory_regions): Prototype.
581 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
582 lang_reset_memory_regions before lang_size_sections.
126730bd
HPN
583 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
584 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
e3dc8847 585
8017dbcb
HPN
5862002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
587
588 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
589 arithmetic when checking for too many global registers.
590
006336b8
JT
5912002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
592
593 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
594 (ehppanbsd.c): New rule.
595 * Makefile.in: Regenerate.
596 * configure.tgt (hppa*-*-netbsd*): New target.
597 * emulparams/hppalinux.sh: Add comment to check other files
598 that source this file it is modified, and list which
599 files that do.
600 * emulparams/hppanbsd.sh: New file.
601
da1f2fec
GK
6022002-02-01 Geoffrey Keating <geoffk@redhat.com>
603
604 * scripttempl/xstormy16.sc: Don't allocate extra space for the
605 stack.
606
48fa4a5d
HPN
6072002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
608
609 Support on-demand global register allocation from
610 R_MMIX_BASE_PLUS_OFFSET relocs.
611 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
612 mmix_set_reg_section_vma. Call
613 _bfd_mmix_finalize_linker_allocated_gregs.
614 (mmix_before_allocation): New function.
615 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
616 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
617 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
618 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
619 before .MMIX.reg_contents.
620 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
621 (mmo_after_open): New function.
622 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
623 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
624 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
625
3b16e843
NC
6262002-01-31 Ivan Guzvinec <ivang@opencores.org>
627
628 * emulparams/or32.sh: New file.
629 * emulparams/or32elf.sh: New file.
630 * scripttempl/or32.sc: New file.
631 * configure.tgt : Add support for or32.
632 * configure: Regenerate
633 * Makefile.am: Add support for or32.
634 * Makefile.in: Regenerate.
635 * NEWS: Mention support for or32.
636 * po/ld.pot: Regenerate.
637
f744d540 6382002-01-29 Chris Demetriou <cgd@broadcom.com>
313e35ee 639 Mitch Lichtenberg <mpl@broadcom.com>
f744d540
CD
640
641 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
642 * emultempl/mipself.em: New file to handle MIPS ELF embedded
643 reloc creation (ld --embedded-relocs).
644
4867be41
DJ
6452002-01-27 Daniel Jacobowitz <drow@mvista.com>
646
647 * configure: Regenerated.
648
cd8e197b
HPN
6492002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
650
651 * Makefile.am (install): Depend on install-info.
652 * Makefile.in: Regenerate.
653
9cb61eab
AM
6542002-01-26 Christian Rose <menthos@menthos.com>
655
656 * ldmain.c (main): Use full sentences to ease translation.
657
1caa7b23
NC
6582002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
659
660 * po/fr.po: Updated version.
661
1ddbd152
NC
6622002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
663
664 * po/es.po: Updated version.
665
1e84433f
AJ
6662002-01-25 Andreas Jaeger <aj@suse.de>
667
668 * ldlex.l (yy_input): Correct error check.
669
6d39955e
AM
6702002-01-25 Alan Modra <amodra@bigpond.net.au>
671
672 * ldmisc.c (demangle): Put back dots when string not demangled.
673
a9ed1e1b
RH
6742002-01-22 Richard Henderson <rth@redhat.com>
675
676 * emulparams/elf64alpha.sh (NOP): Use unop.
677
968ec2b9
AJ
6782002-01-21 Andreas Jaeger <aj@suse.de>
679
680 * ldlex.l: Use fread instead of read.
681
9596feea
JT
6822002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
683
684 * configure.tgt (ia64-*-netbsd*): New target.
685
493a6d47
L
6862002-01-21 H.J. Lu <hjl@gnu.org>
687
688 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
689 0.
690 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
691
2a538ba5
AJ
6922002-01-18 Andreas Jaeger <aj@suse.de>
693
694 * ldver.c (ldversion): Update year.
695
328577ad
NC
6962002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
697
698 * po/ld.pot: Regenerate.
699
1f808cd5
AM
7002002-01-16 Alan Modra <amodra@bigpond.net.au>
701
702 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
703 * Makefile.in: Regenerate.
704 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
705 * emultempl/ppc64elf.em: New file.
706
335c5610
DD
7072002-01-15 DJ Delorie <dj@redhat.com>
708
709 * scripttempl/pe.sc: Add support for constructor priorities.
710
c40bbade
DC
7112002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
712
713 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
714 * emulparams/avr23xx.sh: Likewise.
715 * emulparams/avr4433.sh: Likewise.
716 * emulparams/avr44x4.sh: Likewise.
717 * emulparams/avr85xx.sh: Likewise.
718 * emulparams/avrmega103.sh: Likewise.
719 * emulparams/avrmega161.sh: Likewise.
720 * emulparams/avrmega603.sh: Likewise.
721 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
722
34efb449
AO
7232002-01-08 Alexandre Oliva <aoliva@redhat.com>
724
725 * ldlang.c (walk_wild_section): Exclude object file if enclosing
726 archive is excluded.
727
8d05742f
JT
7282002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
729
730 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2a538ba5 731 (eshelf_nbsd.c): New rule.
8d05742f
JT
732 (eshlelf_nbsd.c): New rule.
733 * Makefile.in: Regenerate.
734 * configure.tgt (sh*le-*-netbsdelf*): New target.
735 (sh*-*-netbsdelf*): New target.
736 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
737 * ld/emulparams/shelf_nbsd.sh: New emulation.
738 * ld/emulparams/shlelf_nbsd.sh: New emulation.
739
be2d1673
NC
7402002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
741
742 * po/es.po: New file: Spanish translation.
743 * configure.in (ALL_LINGUAS): Add es.
744 * configure: Regenerate.
745
dbab7a7b
NC
7462002-01-06 John Marshall <jmarshall@acm.org>
747
748 * ld.texinfo: Note that --emit-relocs is currently only
749 implemented for ELF.
750
3dfe7a8c
AM
7512002-01-05 Alan Modra <amodra@bigpond.net.au>
752
753 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
754 of bfd_section_list_remove and bfd_section_list_insert macros.
755 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
756 * emultempl/mmo.em (mmo_place_orphan): Likewise.
757
8a8b2d4b
AJ
7582002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
759
760 * configure.tgt (x86_64-*-netbsd*): New target.
761
9a4c7f16
TR
7622001-12-21 Tom Rix <trix@redhat.com>
763
8a8b2d4b 764 (gld*_create_output_section_statements): New function.
9a4c7f16
TR
765 For -binitfini support.
766 * emultempl/aix.em (gld*_before_parse): Fix comment.
767 * emultempl/aix.em (gld*_parse_args): Fix comment.
768
3695c299
AM
7692001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
770
cf86e6df
AM
771 * configure.tgt (mips*-dec-netbsd*): Delete alias for
772 mips*el-*-netbsd*.
773 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
774
3695c299
AM
775 * configure.tgt (arm-*-netbsdelf*): Add target.
776 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
777 * emulparams/armelf_nbsd.sh: Added.
778 * Makefile.am: Add rules for earmelf_nbsd.
779 * Makefile.in: Regenerate.
780
97cb79ae
AJ
7812001-12-19 Andreas Jaeger <aj@suse.de>,
782 Susanne Oberhauser <froh@suse.de>
783
784 * configure.host: Add rules for x86_64-*linux-gnu. Change
785 s390x-linux entry to use gcc to report configuration, replace gcc
786 with $CC in s390-linux
787
9d201f2f
AJ
7882001-12-19 Andreas Jaeger <aj@suse.de>
789
790 * ld.texinfo (VERSION): Fix markup.
791
0b69cd08
MG
7922001-12-18 matthew green <mrg@eterna.com.au>
793
794 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
795 (m68kelfnbsd.c): New rule.
796 * Makefile.in: Regenerate.
797 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
798 (m68*-*-netbsd*4k*): .. this.
799 (m68*-*-netbsdelf*): New target.
800 (m68*-*-netbsd*): Also include ELF support.
801 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
802 * emulparams/m68kelfnbsd.sh: New emulation.
803
6b9b879a
JJ
8042001-12-18 Jakub Jelinek <jakub@redhat.com>
805
806 * ldgram.y (vers_node): Support anonymous version tags.
807 * ldlang.c (lang_register_vers_node): Ensure anonymous version
808 tag is not defined together with non-anonymous versions.
809 * ld.texinfo: Document it.
810
9fc877ed
NC
8112001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
812
813 * po/tr.po: New file: Turkish translation.
814 * configure.in (ALL_LINGUAS): Add tr.
815 * configure: Regenerate.
816
fc18a3f3
RH
8172001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
818
819 * Makefile.am: Add rules for eelf64alpha_nbsd.
820 * Makefile.in: Regenerate.
821 * configure.tgt (alpha*-*-netbsd*): Set
822 targ_emul to elf64alpha_nbsd.
823 * emulparams/elf64alpha_nbsd.sh: Added.
824
76f63e91
AM
8252001-12-17 Alan Modra <amodra@bigpond.net.au>
826
827 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
828 section_tail when fiddling with section list.
829 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
830 broken into separate strings to make translation easier.
831 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
832 fiddling with section list.
833 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
834
d03b89bd
HPN
8352001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
836
837 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
838
320fec9a
AM
8392001-12-15 Alan Modra <amodra@bigpond.net.au>
840
841 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
842
65765700
JJ
8432001-12-13 Jakub Jelinek <jakub@redhat.com>
844
845 * emultempl/elf32.em (finish): Supply output_bfd
846 to bfd_elf*_discard_info.
847 (OPTION_EH_FRAME_HDR): Define.
848 (longopts): Add --eh-frame-hdr.
849 (parse_args): Handle it.
850 (list_options): Add --eh-frame-hdr to help.
851 * emultempl/hppaelf.em (finish): Supply output_bfd
852 to bfd_elf*_discard_info.
853 * scripttempl/elf.sc (.eh_frame_hdr): Add.
854
89894c62
AM
8552001-12-13 Alan Modra <amodra@bigpond.net.au>
856
857 * lexsup.c (parse_args): Don't pass shortopts to second call to
858 getopt functions. Restore optind rather than decrementing before
859 second call. Remove errind as it now duplicates last_optind.
860
583f1926
CF
8612001-12-11 Christopher Faylor <cgf@redhat.com>
862
863 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
864
93fbbb04
GK
8652001-12-07 Geoffrey Keating <geoffk@redhat.com>
866 Richard Henderson <rth@redhat.com>
867
868 * Makefile.am: Add support for xstormy16.
869 * configure.tgt: Add support for xstormy16.
870 * Makefile.in: Regenerate.
871 * emulparams/elf32xstormy16.sh: New file.
872 * scripttempl/xstormy16.sc: New file.
873
583f1926
CF
8742001-10-01 Christopher Faylor <cgf@cygnus.com>
875
fc18a3f3
RH
876 * Makefile.in (LIB_PATH): Make configurable.
877 (GENSCRIPTS): Set LIB_PATH in environment.
878 * configure.in: Substitute LIB_PATH.
879 * configure: Regenerate.
880 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
881 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
583f1926 882
ff291a48
NC
8832001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
884
885 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
886 describing the -N option so that it is easier to translate into
887 foreign languages.
888
e3c8793a
NC
8892001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
890
891 * emultempl/pe.em (..._list_options): Replace multiple fprintf
892 statements describing a single option with a single, newline
893 escaped fprintf. This allows better translation into other
894 languages.
9d201f2f 895
fc18a3f3
RH
896 * ldmain.c (add_archive_element): Combine multiple strings
897 into a single string to permit better translation into other
898 languages.
e3c8793a 899
f2eab0af
TR
9002001-12-05 Tom Rix <trix@redhat.com>
901
902 * Makefile.am: Remove eaixppc64.
9d201f2f 903 * Makefile.in: Regenerate.
f2eab0af 904
249172c3
TR
9052001-12-04 Tom Rix <trix@redhat.com>
906
9d201f2f 907 * emultempl/aix.em (choose_target): Change default target to
249172c3
TR
908 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
909 warning.
910 (gld*_read_file): Fix typo.
911 (change_symbol_mode): Add prototype.
912 (is_syscall): Same.
9d201f2f 913
249172c3
TR
914 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
915 * emulparams/aixrs6.sh : Same.
916 * emulparams/ppcmacos.sh : Same.
917 * emulparams/aixppc64.sh : Delete file.
918 * emultempl/aix.em : Formatting changes.
919
5b5cd1b0
HPN
9202001-12-04 Hans-Peter Nilsson <hp@axis.com>
921
922 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
923 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
924 __Sbss.
925 (OTHER_END_SYMBOLS): Fix formatting.
926 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
927 (OTHER_END_SYMBOLS): Fix formatting.
928
7cecdbff
AM
9292001-12-04 Alan Modra <amodra@bigpond.net.au>
930
931 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
932
742aeb63 9332001-12-02 Tom Rix <trix@redhat.com>
7cecdbff 934
742aeb63 935 * configure.tgt : Remove eaixppc64 emulations.
7cecdbff 936 * Makefile.in : Remove eaixppc64.c
742aeb63
TR
937 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
938 (ldemul_default_target): Same.
939 * emultempl/gld960.em (gld960_choose_target): Same.
7cecdbff
AM
940 * emultempl/gld960c.em (gld960_choose_target): Same.
941 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
742aeb63
TR
942 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
943 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
944 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
7cecdbff 945 * emultempl/aix.em (choose_target): New function. Handle emulation of
742aeb63
TR
946 -b32 and -b64.
947
48459341
L
9482001-11-27 H.J. Lu <hjl@gnu.org>
949
950 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
951 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
952 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
953 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
954 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
955 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
956 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
957 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
958
7cecdbff 959 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
48459341
L
960 is not empty.
961 (SDATA): Likewise.
962 (REL_SDATA): Likewise.
963 (REL_SBSS): Likewise.
964 (REL_SDATA2): Likewise.
965 (REL_SBSS2): Likewise.
966 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
967 (SDATA2): Likewise.
968
ecfdd20c
SC
9692001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
970
971 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
972 destructor in rom.
7cecdbff 973 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
ecfdd20c 974
da54c6eb
L
9752001-11-22 H.J. Lu <hjl@gnu.org>
976
977 * Makefile.in: Regenerated with automake based on automake
978 1.4-8 in RedHat 7.1.
979
465bc359
AM
9802001-11-22 Alan Modra <amodra@bigpond.net.au>
981
982 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
983 (config.status): Delete rule.
984 Add extra dependencies to cover sourced emulparams files.
985 * Makefile.in: Regenerate.
986
987 * scripttempl/elf.sc: Order <section>, <section>.* and
988 corresponding linkonce sections as seen in input files.
989 Formatting fixes. Zero vma of all sections if not relocating.
990 (STACK): Define and insert if STACK_ADDR defined.
991 (OTHER_RELOCATING_SECTIONS): Delete.
992 (OTHER_END_SYMBOLS): Define.
993 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
994 (OTHER_READWRITE_SECTIONS): Likewise.
995 (OTHER_GOT_SECTIONS): Likewise.
996 (OTHER_SDATA_SECTIONS): Likewise.
997 (OTHER_BSS_SECTIONS): Likewise.
998 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
999 (OTHER_READWRITE_SECTIONS): Likewise.
1000 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
1001 (OTHER_READWRITE_SECTIONS): Likewise
1002
1003 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
1004 (STACK_ADDR): Define.
1005 * emulparams/armelf_oabi.sh: As for armelf.sh.
1006 * emulparams/elf32mcore.sh: As for armelf.sh.
1007 * emulparams/h8300elf.sh: As for armelf.sh.
1008 * emulparams/mn10200.sh: As for armelf.sh.
1009 * emulparams/shelf.sh: As for armelf.sh.
1010
1011 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
1012 (OTHER_END_SYMBOLS): Define.
1013 * emulparams/m32relf.sh: As for elf32fr30.sh.
1014 * emulparams/h8300helf.sh: As for elf32fr30.sh.
1015 * emulparams/h8300self.sh: As for elf32fr30.sh.
1016
1017 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
1018 defines with RELOCATING test.
1019 (OTHER_SDATA_SECTIONS): Likewise.
1020 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1021 (OTHER_END_SYMBOLS): ..this.
1022 * emulparams/crislinux.sh: As for criself.sh.
1023
1024 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
1025 if not relocating.
1026 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1027 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
1028 normal and linkonce sections as seen in input files.
1029 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
1030 (TEXT_DYNAMIC): Likewise.
1031 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
1032 (OTHER_SDATA_SECTIONS): Likewise.
1033 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1034 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
1035 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
1036 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
1037 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
1038 (OTHER_PLT_RELOC_SECTIONS): Likewise.
1039 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
1040 sections as seen in input files.
1041 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
1042 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
1043 if not relocating.
1044 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
1045 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
1046 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
1047 (OTHER_SECTIONS): Instead, use this..
1048 (OTHER_END_SYMBOLS): ..and this.
1049
1050 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
1051 * emulparams/elf32bsmip.sh: Likewise.
1052 * emulparams/elf32btsmip.sh: Likewise.
1053 * emulparams/elf32ebmip.sh: Likewise.
1054 * emulparams/elf32lmip.sh: Likewise.
1055 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
1056 * emulparams/elf32lsmip.sh: Likewise.
1057 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
1058 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
1059 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
1060 * emulparams/elf64btsmip.sh: Likewise.
1061 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
1062 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
1063 * emulparams/elf32ppclinux.sh: Likewise.
1064 * emulparams/elf32ppcsim.sh: Likewise.
1065 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
1066 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
1067 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
1068 * emulparams/h8300self.sh: Likewise.
1069 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
1070 * emulparams/sh.sh: Comment.
1071 * emulparams/shl.sh: Source sh.sh, remove duplicates.
1072 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
1073 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
1074
abc6ab0a
AM
10752001-11-21 David Heine <dlheine@tensilica.com>
1076 Alan Modra <amodra@bigpond.net.au>
1077
1078 * ldlang.c (map_input_to_output_sections): Replace "break"
1079 accidentally removed with 2001-08-03 change.
1080 (lang_gc_sections_1): Likewise.
1081
2181f54f
AM
10822001-11-21 Alan Modra <amodra@bigpond.net.au>
1083
1084 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
1085
ca0b5847
AM
10862001-11-20 Angela Marie Thomas <angela@redhat.com>
1087
1088 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2181f54f
AM
1089 of false when calling lang_size_sections.
1090 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
ca0b5847 1091
c56feb2b
AM
10922001-11-15 Alan Modra <amodra@bigpond.net.au>
1093
1094 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
1095 function when LDEMUL_FINISH isn't set to the same name. Don't
1096 call ${LDEMUL_FINISH}.
1097 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
1098 * emultempl/armelf.em (arm_elf_finish): Call
1099 gld${EMULATION_NAME}_finish.
1100 * emultempl/hppaelf.em (hppaelf_finish): Rename to
1101 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
1102 hppaelf_layout_sections_again if necessary.
1103 (need_laying_out): New var.
1104 (hppaelf_layaout_sections_again): Rename to
1105 hppaelf_layout_sections_again. Clear need_laying_out.
1106 (PARSE_AND_LIST_OPTIONS): Format text.
1107
a48ca7f2
L
11082001-11-14 H.J. Lu <hjl@gnu.org>
1109
1110 * emultempl/armelf.em (arm_elf_finish): Renamed from
1111 gld${EMULATION_NAME}_finish.
1112 (LDEMUL_FINISH): Set to arm_elf_finish.
1113
73d074b4
DJ
11142001-11-14 Daniel Jacobowitz <drow@mvista.com>
1115
1116 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
1117 (struct ld_emulation_xfer_struct): Use it.
1118
3b16e843 11192001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
fc65c602 1120
465bc359 1121 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
fc65c602
JL
1122 additional symbols referenced by newer crt0.o files from HP.
1123
f11b7027
NC
11242001-11-12 Anthony Green <green@redhat.com>
1125
1126 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
1127
3bf2994f
AM
11282001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
1129
1130 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
1131 * Makefile.in: Regenerate.
1132
ff5dcc92
SC
11332001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1134
1135 * ld.texinfo: Use @command for commands, @option for options.
1136 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
1137 the page man title.
1138 * Makefile.in: Rebuild.
1139
9fb9af6e
CD
11402001-11-04 Chris Demetriou <cgd@broadcom.com>
1141
1142 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
1143 Add support for targets.
2181f54f 1144
3c62831e
NC
11452001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1146
1147 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
1148 * configure: Regernate.
1149 * po/fr.po: New file.
1150 * po/sv.po: New file.
1151
3a9091c4
NC
11522001-11-01 NIIBE Yutaka <gniibe@m17n.org>
1153
1154 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
1155 as little endian default and to support big endian.
2181f54f 1156
361b220e
CD
11572001-11-01 Chris Demetriou <cgd@broadcom.com>
1158
1159 * ld.texinfo (Options): Document new option, -nostdlib.
1160 * lexsup.c (OPTION_NOSTDLIB): New definition.
1161 (ld_options): Add entry for "nostdlib".
1162 (parse_args): Handle OPTIONS_NOSTDLIB.
1163 * ldfile.c (ldfile_add_library_path): Don't add directories
1164 to the search path if they weren't specified on the command line
1165 and -nostdlib was specified.
1166 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
1167
210a7bd1
NC
11682001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
1169
1170 * lexsup.c (parse_args): Prevent infinite parsing loop when
1171 "-rpath.a" is specified on the command line.
1172 Replace calls to fprintf with calls to einfo.
1173
114283d8
NC
11742001-10-31 John Marshall <jmarshall@acm.org>
1175
1176 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
1177 appear only once across all the linker scripts involved in a link
1178 invocation no longer applies. Make the documentation reflect
1179 that.
1180
7649aa50
NC
11812001-10-31 NIIBE Yutaka <gniibe@m17n.org>
1182
1183 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
1184 targets.
1185 (sh-*-linux*): Added targ_extra_libpath.
1186
6e814ff8
AM
11872001-10-31 David Heine <dlheine@tensilica.com>
1188
1189 * ldlang.c (lang_size_sections): Keep a valid output_offset field
1190 for padding statements.
1191
3c3bdf30
NC
11922001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1193
1194 * configure.tgt (mmix-*-*): New target.
1195 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
1196 Add dependencies to match.
1197 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
1198 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
1199 scripttempl/mmo.sc: New files.
1200 * gen-doc.texi: @set MMIX.
1201 * ld.texinfo: Ditto.
6e814ff8 1202 [MMIX] Add MMIX node.
3c3bdf30
NC
1203 * Makefile.in: Regenerate.
1204
ca0c1d3e
KH
12052001-10-29 Kazu Hirata <kazu@hxi.com>
1206
1207 * ldlang.c: Fix a comment typo.
1208
1a3d33ce
AM
12092001-10-23 Alan Modra <amodra@bigpond.net.au>
1210
1211 * configure.host: Move alpha*-*-linux-gnu* entry to generic
1212 entries, and match *-*-linux*.
1213
b47c4208
AM
12142001-10-20 Alan Modra <amodra@bigpond.net.au>
1215
1216 * ldgram.y (mri_script_command): Surround processing of INCLUDE
1217 with ldlex_script, ldlex_popstate.
1218 (ifile_p1): Likewise.
1219 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
1220 correct slot.
1221 (lex_push_file): Save current lineno to lineno_stack. Set lineno
1222 to 1. Don't BEGIN(SCRIPT).
1223 (lex_redirect): Similarly.
1224 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
1225
fd521b47
NC
12262001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
1227
1228 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
1229 __EH_FRAME_END__ and accept eh frames into data section.
1230 Add ctor and dtor sections.
1231
59d28a94
DD
12322001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1233
1234 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
1235 (auto-export): Fix indentation.
1236
663dd378
DD
12372001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1238
1239 * pe-dll.c (autofilter_objectlist): Add startup objects
1240 for profiling.
1241 (auto-export): Constify char * p.
6e814ff8 1242 Extract file basename and use strcmp rather than ststr
663dd378
DD
1243 for object lookup.
1244
31d677f9
CD
12452001-10-18 Chris Demetriou <cgd@broadcom.com>
1246
1247 * ldmain.c (get_emulation): Improve comment about the handling
1248 of -mipsN options.
1249
aa200fe8
AM
12502001-10-17 Alan Modra <amodra@bigpond.net.au>
1251
1252 * po/POTFILES.in: Regenerate.
1253
146e7110
AM
12542001-10-16 Vassili Karpov <malc@pulsesoft.com>
1255
1256 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
1257 -z nocopyreloc and -z nocombreloc usage strings.
1258
b4330e85
NC
12592001-10-12 Vassili Karpov <malc@pulsesoft.com>
1260
146e7110 1261 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
b4330e85
NC
1262 in usage.
1263
5af8a2fb
NC
12642001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
1265
1266 * scripttempl/armaout.sc: Place .bss section after end of aligned
1267 data section to match behaviour of aout code in constructrion of
1268 header.
1269
5b784096
DD
12702001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1271
1272 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
1273 startup files for mingw32 dlls to list.
1274
61585df2
CD
12752001-10-10 Chris Demetriou <cgd@broadcom.com>
1276
1277 * emultempl/elf32.em: Fix shell 'if' usage for portability.
1278
45cf6f3e
AH
12792001-10-08 Aldy Hernandez <aldyh@redhat.com>
1280
1281 * configure.tgt (targ): Add arm9e-*-elf.
1282
e24d7c12
L
12832001-10-05 H.J. Lu <hjl@gnu.org>
1284
1285 * genscripts.sh: Fix a typo in the last change.
1286
ec38dd05
JJ
12872001-10-05 Jakub Jelinek <jakub@redhat.com>
1288
1289 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
1290 -z nocombreloc in usage.
1291
cedd6b0d
JB
12922001-10-03 Jim Blandy <jimb@redhat.com>
1293
1294 * genscripts.sh: Include a comment at the top of each generated
1295 script, explaining its purpose.
1296
8bd621d8
AM
12972001-10-03 Vassili Karpov <malc@pulsesoft.com>
1298
1299 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
1300 * NEWS: Mention -z nocopyreloc.
1301 * ld.texinfo (Options): Describe nocopyreloc.
1302
fcd8210c
AM
13032001-10-03 Alan Modra <amodra@bigpond.net.au>
1304
1305 * configure: Regenerate.
1306
d32820f2
AM
13072001-10-02 Alan Modra <amodra@bigpond.net.au>
1308
1309 * ldver.h (ld_program_version): Remove declaration.
1310 * lexsup.c (parse_args): Move printing of copyright message..
1311 * ldver.c (ldversion): .. to here.
1312 Use BFD_VERSION_STRING in place of BFD_VERSION.
1313 (ld_program_version): Remove.
1314 * Makefile.am (Makefile): Depend on bfd/configure.in.
1315 Run "make dep-am".
1316 * Makefile.in: Regenerate.
1317
af46bcdc
HPN
13182001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1319
1320 * Makefile.am: Update dependencies with "make dep-am".
1321 * Makefile.in: Regenerate.
1322
4818e05f 13232001-09-29 John Reiser <jreiser@BitWagon.com>
862517b6 1324
4818e05f
AM
1325 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
1326 * lexsup.c: Add --no-define-common commandline option.
1327 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
1328 * ldlex.l: Likewise.
1329 * ld.h: Add command_line.inhibit_common_definition.
1330 * ldmain.c (main): Initialize.
1331 * ld.texinfo: Document.
862517b6 1332
d5e0ebeb
AM
13332001-09-26 Alan Modra <amodra@bigpond.net.au>
1334
1335 * ldmisc.c (USE_STDARG): Remove.
1336 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1337 (einfo): Likewise.
1338 (minfo): Likewise.
1339 (lfinfo): Likewise.
1340
1341 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
1342 declarations. Update copyright.
1343
2f8d8971
NC
13442001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
1345
85c77458
NC
1346 * pe-dll.c: Remove obsoleted declaration of
1347 pe_get_data_import_dll_name.
1348 (pe_create_import_fixup): Fix thinko.
1349
2f8d8971
NC
1350 * ld.texinfo(enable-auto-import): Clarify the explanation.
1351
13522001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
1353
1354 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
1355 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
1356 DLL_SUPPORT controlled code.
1357
72358f65 13582001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
146e7110 1359
72358f65
NC
1360 * emultempl/pe.em(pe_data_import_dll): Make static.
1361 (pe_get_data_import_dll_name): New accessor function.
146e7110 1362 * pe-dll.c(pe_create_import_fixup): call
72358f65
NC
1363 pe_get_data_import_dll_name() from pe.em, instead of
1364 directly accessing pe_data_import_dll variable from pe.em.
1365
3882b010
L
13662001-09-18 Bruno Haible <haible@clisp.cons.org>
1367
1368 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
1369 (def_file_add_directive): Use ISSPACE instead of isspace.
1370 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
1371 isdigit/isxdigit/isalpha/isalnum.
1372 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
1373 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
1374 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
1375 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
1376 isalnum.
1377 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
1378 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
1379 isupper/tolower.
1380 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
1381 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
1382 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
1383 (ctor_prio): Use ISDIGIT instead of isdigit.
1384 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
1385 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
1386 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
1387 isupper/tolower.
1388 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
1389 (stricpy): Use TOLOWER instead of isupper/tolower.
1390 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
1391 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
1392 (lex_warn_invalid): Use ISPRINT instead of isprint.
1393 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
1394 (main): For gettext, also set the LC_CTYPE locate facet.
1395 (add_keepsyms_file): Use ISSPACE instead of isspace.
1396 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
1397 (is_num, parse_args): Use ISDIGIT instead of isdigit.
1398 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
1399 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
1400 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
1401 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
1402 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
1403 (quoteput): Use ISSPACE instead of isspace.
1404 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
1405 instead of isalnum.
1406
db09f25b
AM
14072001-09-18 Alan Modra <amodra@bigpond.net.au>
1408
1409 * deffilep.y (def_stash_module): Constify "name" param.
1410
1411 * pe-dll.c: Replace CONST with const throughout.
1412 (quick_symbol): Constify "n1", "n2", "n3" params.
1413 (make_singleton_name_thunk): Constify "import" param. Make
1414 "buffer_len" a size_t.
1415 (make_import_fixup_entry): Constify "name", "fixup_name",
1416 "dll_symname" params.
1417 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
1418 (pe_get32): Likewise.
1419 (pe_implied_import_dll): Likewise.
1420
1421 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
1422 (sort_by_section_name): Likewise.
1423
1424 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
1425 (make_import_fixup): Cast printf arg, rel->address to long rather
1426 than int.
1427 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
1428
74699268
AM
14292001-09-15 Alan Modra <amodra@bigpond.net.au>
1430
1431 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
1432 defines BufferSize. Increase buffer size by one.
1433
775cabad
NC
14342001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
1435
1436 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
1437
056a1d49
NC
14382001-09-14 Kevin Lo <kevlo@openbsd.org>
1439
1440 * configure.tgt: Add arm-openbsd target.
1441
a7d792bb
L
14422001-09-12 H.J. Lu <hjl@gnu.org>
1443
1444 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
1445 eelf64lppc.o to ...
1446 (ALL_64_EMULATIONS): Here.
1447 * Makefile.in: Regenerated.
1448
0d888aac
CW
14492001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1450
1451 * emultempl/pe.em(make_import_fixup): change signature to
1452 take asection as well as arelec; we need this for proper
146e7110 1453 error reporting. Only call pe_create_import_fixup() if
0d888aac
CW
1454 there is no attempt to add a constant addend to the reloc;
1455 otherwise, report error condition.
1456 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
1457 since final argument is a pointer to make_import_fixup().
1458 Change call to cb() to match make_import_fixup() signature.
1459 (make_import_fixup_mark): make buffer_len unsigned.
1460 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
1461
14622001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
1463
1464 * ld.texinfo: add verbose documentation for auto-import
146e7110 1465 direct-addressing workaround, to compliment the terse
0d888aac
CW
1466 error message.
1467
cedacdc0
CM
14682001-09-12 Andrew MacLeod <amacleod@redhat.com>
1469
146e7110 1470 * scripttempl/v850.sc: Add gcc_except_table sections.
cedacdc0 1471
3b16e843 14722001-09-11 Jeffrey A Law (law@cygnus.com)
38be0bb1
JL
1473
1474 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
1475 * emulparams/h8300self.sh: Similarly.
1476
559e4713
NC
14772001-09-05 Danny Smith <dannysmith@users.souceforge.net>
1478
1479 * ld.texinfo (Options, --stack): Correct default value for stack
1480 reserve.
1481
1fdf0249
TR
14822001-09-05 Tom Rix <trix@redhat.com>
1483
1484 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
146e7110 1485
9b5799b8
AJ
14862001-09-03 Andreas Jaeger <aj@suse.de>
1487
1488 * emultempl/beos.em: Declare prototypes for comparions functions,
1489 adjust definitions.
1490
48f6162b
AJ
14912001-09-02 Andreas Jaeger <aj@suse.de>
1492
1493 * emultempl/aix.em: Add missing prototype.
1494 * emultempl/lnk960.em: Likewise.
1495 * emultempl/vanilla.em: Likewise.
1496 * emultempl/armcoff.em: Likewise.
1497 * emultempl/armelf_oabi.em: Likewise.
1498 * emultempl/beos.em: Likewise.
1499 * emultempl/gld960c.em: Likewise.
1500 * emultempl/gld960.em: Likewise.
1501
1502 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
1503 for prototype declaration.
1504
39e5585e
EC
15052001-08-31 Eric Christopher <echristo@redhat.com>
1506 Jason Eckhardt <jle@redhat.com>
1507
1508 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
1509
3fc90ddb
AJ
15102001-08-31 Andreas Jaeger <aj@suse.de>
1511
1512 * emultempl/pe.em: Add missing prototypes.
1513 (gld_${EMULATION_NAME}_after_open): Remove extra args to
1514 pe_find_data_imports.
1515 (pr_sym): Add unused attribute.
1516
d43ded80
PB
15172001-08-29 Joel Sherrill <joel@OARcorp.com>
1518
39e5585e 1519 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
d43ded80
PB
1520 default from coff to elf.
1521
3946dd2f
JL
15222001-08-29 Jeff Law <law@redhat.com>
1523
1524 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
1525 ARCH specification.
1526 * emulparams/h8300self.sh: Similarly.
1527
3b16e843 15282001-08-28 J"orn Rennecke <amylaar@redhat.com>
8af6dd41
JR
1529
1530 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
1531 eh8300self.o .
1532 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
1533 * configure.tgt (h8300-*-elf*): New case.
1534 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
1535 * emulparams/h8300self.sh: New file.
1536 * Makefile.in: Regenerated.
1537
70d0c6e9
NC
15382001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
1539
1540 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
1541 with macro name.
1542
5c67d4bb
AM
15432001-08-27 Linus Nordberg <linus@swox.com>
1544 Alan Modra <amodra@bigpond.net.au>
1545
1546 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
1547 (eelf64ppc.c, eelf64lppc.c): Add make targets.
1548 Run "make dep-am"
1549 * Makefile.in: Regenerate.
1550 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
1551 entries to correct alphabetical position.
1552 * emulparams/elf64ppc.sh: New.
1553 * emulparams/elf64lppc.sh: New.
1554
08131015
NC
15552001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
1556
1557 * ldmain.c (main): Declare BSIZE as static.
1558
db6751f2
JJ
15592001-08-23 Jakub Jelinek <jakub@redhat.com>
1560
1561 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
1562 into .rel.dyn resp. .rela.dyn if combreloc.
1563 (get_script): If .x linker script is equal to .xn, only put it
1564 once into the binary.
1565 Add .xc and .xsc scripts.
1566 (parse_args): Handle -z combreloc and -z nocombreloc.
1567 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
1568 For .xc and .xsc scripts put all .rel* or .rela* input sections
1569 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
1570 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
1571 is elf.
1572 Strip trailing whitespace from script.
1573 Generate .xc and .xsc scripts if requested.
1574 * ldmain.c (main): Initialize link_info.combreloc and
1575 link_info.spare_dynamic_tags.
1576 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
1577 (ld_options): Add --spare-dynamic-tags option.
1578 (parse_args): Likewise.
1579 * ld.texinfo: Document -z combreloc and -z nocombreloc.
1580 * ldint.texinfo: Document .xc and .xsc linker scripts.
1581 * NEWS: Add notes about -z combreloc and SHF_MERGE.
1582
63d069c0
L
15832001-08-22 H.J. Lu <hjl@gnu.org>
1584
1585 * emulparams/elf32fr30.sh: Add a newline.
1586
948f9114
AJ
15872001-08-21 Andreas Jaeger <aj@suse.de>
1588
1589 * deffilep.y: Add missing prototypes.
1590 * pe-dll.c: Likewise.
1591
ae7fb08f
AM
15922001-08-20 Alan Modra <amodra@bigpond.net.au>
1593
2af02257
AM
1594 * ldlang.c (insert_pad): Fix typos in last patch.
1595
1596 * ldlang.c: When traversing lang_statement_union_type lists,
1597 consistently use "header.next" rather than "next".
1598 * mpw-eppcmac.c: Likewise.
1599 * emultempl/beos.em: Likewise.
1600 * emultempl/hppaelf.em: Likewise.
1601 * emultempl/pe.em: Likewise.
1602 * ldlang.h (union lang_statement_union): Remove "next" field.
1603
c0c330a7
AM
1604 * ldlang.c (insert_pad): Use offsetof macro.
1605 (lang_size_sections): Always neuter padding statements.
1606 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
1607
ae7fb08f
AM
1608 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
1609 passed to lang_size_sections.
1610 (pe_exe_fill_sections): Likewise.
1611 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
1612 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
1613
fab80407
AM
16142001-08-18 Alan Modra <amodra@bigpond.net.au>
1615
1616 * emultempl/aix.em: Formatting fixes.
1617
b3327aad
AM
16182001-08-18 Alan Modra <amodra@bigpond.net.au>
1619
1620 * ldlang.c (insert_pad): Make use of an existing pad statement if
1621 available. Move code calculating alignment, adjusting section
1622 alignment power, and adjusting dot to ..
1623 (size_input_section): .. here. Remove unused relax param.
1624 (lang_size_sections): Change boolean `relax' param to boolean *.
1625 Adjust call to size_input_section. Make use of insert_pad to
1626 place pad after the assignment statement. If relaxing, zap
1627 padding statements.
1628 (reset_memory_regions): Reset output_bfd section sizes too.
1629 (relax_again): Move to..
1630 (lang_process): ..here. Adjust call to lang_size_sections, and
1631 remove duplicated code.
1632 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
1633
563e308f
AM
16342001-08-17 Alan Modra <amodra@bigpond.net.au>
1635
1636 * ld.texinfo: Document that fill values now use the four least
1637 significant bytes.
1638 * emulparams/elf32fr30.sh (NOP): Update.
1639 * emulparams/elf32mcore.sh: Likewise.
1640 * emulparams/elf64_s390.sh: Likewise.
1641 * emulparams/elf_i386.sh: Likewise.
1642 * emulparams/elf_i386_be.sh: Likewise.
1643 * emulparams/elf_i386_chaos.sh: Likewise.
1644 * emulparams/elf_i386_ldso.sh: Likewise.
1645 * emulparams/elf_s390.sh: Likewise.
1646 * emulparams/elf_x86_64.sh: Likewise.
1647 * emulparams/i386moss.sh: Likewise.
1648 * emulparams/i386nw.sh: Likewise.
1649 * emulparams/m68kelf.sh: Likewise.
1650 * scripttempl/elf.sc: Update NOP comment.
1651 * scripttempl/elfi370.sc: Likewise.
1652 * scripttempl/elfm68hc11.sc: Likewise.
1653 * scripttempl/elfm68hc12.sc: Likewise.
1654 * scripttempl/nw.sc: Likewise.
1655
b90e1c6f
TR
16562001-08-15 Tom Rix <trix@redhat.com>
1657
1658 * ldgram.y (saved_script_handle): Initialize to NULL.
1659 * ldmain.c (main): Change check on saved_script_handle.
948f9114 1660
39dcfe18
AM
16612001-08-14 Alan Modra <amodra@bigpond.net.au>
1662
cde43e70
AM
1663 * emultempl/elf32.em: Formatting fixes.
1664 (output_prev_sec_find): Test for bfd_ind_section too; do so by
1665 looking at sec->owner.
1666 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
1667 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
1668 unused code, and reorganize orphan section placement code.
1669
39dcfe18
AM
1670 * ldlang.c (wild_doit): Rename to lang_add_section.
1671 * ldlang.h: Here too.
1672 * mpw-elfmips.c: And here.
1673 * emultempl/beos.em: And here.
1674 * emultempl/elf32.em: And here.
1675 * emultempl/hppaelf.em: And here.
1676 * emultempl/pe.em: And here.
1677
908d20b3
RH
16782001-08-13 Richard Henderson <rth@redhat.com>
1679
1680 * emultempl/needrelax.em: New file.
1681 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
1682 * Makefile.am (eelf64_ia64.c): Depend on it.
1683 * Makefile.in: Rebuild.
1684
0f33d40b
AM
16852001-08-13 Alan Modra <amodra@bigpond.net.au>
1686
22af9fd3
AM
1687 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
1688 output_section is set non-NULL.
1689
0f33d40b
AM
1690 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
1691 `true' for SEC_EXCLUDE sections so that the generic code doesn't
1692 needlessly create an output_section_statement. Treat a correctly
1693 named output_section_statement with NULL bfd_section as compatible.
1694
55ab6103
HPN
16952001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
1696
1697 * emultempl/generic.em: Support EXTRA_EM_FILE.
1698 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
1699 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1700 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1701 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1702 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1703 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1704 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1705 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1706 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1707 LDEMUL_FIND_POTENTIAL_LIBRARIES.
1708
24098abb
RH
17092001-08-12 Richard Henderson <rth@redhat.com>
1710
1711 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
1712 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
1713 scripttempl/v850.sc: Keep .jcr data.
1714
b9a8de1e 17152001-08-12 H.J. Lu <hjl@gnu.org>
146e7110
AM
1716 Andrew Haley <aph@cambridge.redhat.com>
1717 Nick Clifton <nickc@redhat.com>
b9a8de1e 1718
146e7110 1719 * ldgram.y (had_script): Change name to saved_script_handle.
b9a8de1e
NC
1720 Change type to file handle.
1721 * ld.h (had_script): Rename and retype.
1722 * ldfile.c (ldfile_open_command_file): Save the file handle
1723 used in saved_script_handle.
1724 * lexsup.c (parse_args): Do not allow -c option to alter
1725 saved_script_handle.
1726 * ldmain.c (main): Print out the linker script used if
1727 --verbose is given. Check saved_script_handle to obtain the
1728 external linker script used, or if NULL, dump the builtin
1729 script.
1730 * ld.texinfo: Document that --verbose now dumps the linker
1731 script used, regardless of whether it was an internal or an
1732 external script.
1733
0218d1e4
AJ
17342001-08-10 Andreas Jaeger <aj@suse.de>
1735
1736 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1737 to build warnings.
1738 * configure: Regenerate.
1739
5253f23b
AM
17402001-08-09 Alan Modra <amodra@bigpond.net.au>
1741
73810896
AM
1742 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
1743
5253f23b
AM
1744 * scripttempl/elf.sc: Move non-text .dynamic section before
1745 .plt/.got/.sdata* group.
1746 (OTHER_GOT_SECTIONS): Move to immediately after .got.
1747 (OTHER_SDATA_SECTIONS): Add.
1748 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
1749 OTHER_GOT_SECTIONS.
1750 * emulparams/crislinux.sh: Likewise.
1751 * emulparams/elf32b4300.sh: Likewise.
1752 * emulparams/elf32bmip.sh: Likewise.
1753 * emulparams/elf32bmipn32.sh: Likewise.
1754 * emulparams/elf32bsmip.sh: Likewise.
1755 * emulparams/elf32btsmip.sh: Likewise.
1756 * emulparams/elf32ebmip.sh: Likewise.
1757 * emulparams/elf32elmip.sh: Likewise.
1758 * emulparams/elf32l4300.sh: Likewise.
1759 * emulparams/elf32lmip.sh: Likewise.
1760 * emulparams/elf32lsmip.sh: Likewise.
1761 * emulparams/elf32ltsmip.sh: Likewise.
1762 * emulparams/elf64bmip.sh: Likewise.
1763 * emulparams/elf64btsmip.sh: Likewise.
1764 * emulparams/elf64ltsmip.sh: Likewise.
1765
179c732c
AM
17662001-08-08 Alan Modra <amodra@bigpond.net.au>
1767
1768 * genscripts.sh: Source the emulparams script before each output
1769 script is generated so that variables like `RELOCATING' may affect
1770 variables defined in the emulparams script.
1771
3fd36710
AM
17722001-08-04 Alan Modra <amodra@bigpond.net.au>
1773
20713691
AM
1774 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
1775 order.
1776
3fd36710
AM
1777 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
1778 ie. iterate over wild_statement.section_list.
1779 (gld${EMULATION_NAME}_place_orphan): Likewise.
1780
de0b1853
SC
17812001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1782
1783 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
1784 .fini[0-4] sections used by _exit
1785 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
1786 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
1787 * scripttempl/elfm68hc11.sc: Likewise.
1788
ff7e6f88
L
17892001-08-03 H.J. Lu <hjl@gnu.org>
1790
1791 * emultempl/beos.em (init): Add the missing initialization.
1792
b6bf44ba
AM
17932001-08-03 Alan Modra <amodra@bigpond.net.au>
1794
1795 * ld.texinfo (Input Section Basics): Clarify ordering of output
1796 sections.
1797 * ldlang.c (callback_t): Add wildcard_list param.
1798 (walk_wild_section): Remove "section" param. Rewrite for
1799 lang_wild_statement_type change. Remove unique_section_p test.
1800 (walk_wild_file): Remove "section" param.
1801 (walk_wild): Remove "section" and "file" params.
1802 (lang_gc_wild): Likewise.
1803 (wild): Likewise. Modify for lang_wild_statement_type change.
1804 (wild_sort): Likewise. Add "sec" param.
1805 (gc_section_callback): Likewise.
1806 (output_section_callback): Likewise. Do unique_section_p test.
1807 (map_input_to_output_sections): Modify call to wild.
1808 (lang_gc_sections_1): Likewise.
1809 (print_wild_statement): Modify for lang_wild_statement_type
1810 change.
1811 (lang_add_wild): Replace filename, filenames_sorted param with
1812 filespec. Replace section_name, sections_sorted,
1813 exclude_filename_list with section_list.
1814 * ldlang.h (lang_add_wild): Here too.
1815 (lang_wild_statement_type): Replace section_name, sections_sorted,
1816 and exclude_filename_list with section_list.
1817 * ldgram.y (current_file): Delete.
1818 (%union): Add wildcard_list.
1819 (file_NAME_list): Set type to wildcard_list. Build a linked list
1820 rather than calling lang_add_wild for each entry.
1821 (input_section_spec_no_keep): Call lang_add_wild here instead.
1822 * ld.h (struct wildcard_list): Declare.
1823 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
1824
b044cda1
CW
18252001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
1826
1827 * ldmain.c (main): initialize link_info.pei386_auto_import
1828 * pe-dll.c: new tables for auto-export filtering
1829 (auto_export): change API, pass abfd for contextual filtering.
b6bf44ba 1830 Loop thru tables of excluded symbols instead of comparing
b044cda1
CW
1831 "by hand".
1832
18332001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
1834
b6bf44ba
AM
1835 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
1836 static variable current_sec (static struct sec *). Add
b044cda1 1837 forward declaration for add_bfd_to_link.
b6bf44ba
AM
1838 (process_def_file): Don't export undefined symbols. Do not
1839 export symbols starting with "_imp__". Call auto_export()
b044cda1
CW
1840 with new API.
1841 (pe_walk_relocs_of_symbol): New function.
1842 (generate_reloc): add optional extra debugging
b6bf44ba 1843 (pe_dll_generate_def_file): eliminate extraneous initial blank
b044cda1 1844 line in output
b6bf44ba 1845 (make_one): enlarge symtab to make room for __nm__ symbols
b044cda1
CW
1846 (DATA auto-import support).
1847 (make_singleton_name_thunk): New function.
1848 (make_import_fixup_mark): New function.
1849 (make_import_fixup_entry): New function.
1850 (pe_create_import_fixup): New function.
b6bf44ba 1851 (add_bfd_to_link): Specify that 'name' argument is a CONST
b044cda1 1852 char *.
b6bf44ba
AM
1853 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
1854 declare new functions pe_walk_relocs_of_symbol and
b044cda1
CW
1855 pe_create_import_fixup.
1856 * emultempl/pe.em: add new options --enable-auto-import,
1857 --disable-auto-import, and --enable-extra-pe-debug.
1858 (make_import_fixup): New function.
1859 (pe_find_data_imports): New function.
1860 (pr_sym): New function.
b6bf44ba 1861 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
b044cda1
CW
1862 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
1863 CODE.
1864
18652001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
b6bf44ba 1866
b044cda1
CW
1867 * ld.texinfo: add additional documentation for
1868 --export-all-symbols. Document --out-implib,
1869 --enable-auto-image-base, --disable-auto-image-base,
b6bf44ba
AM
1870 --dll-search-prefix, --enable-auto-import, and
1871 --disable-auto-import.
b044cda1
CW
1872 * ldint.texinfo: Add detailed documentation on auto-import
1873 implementation.
1874
156e34dd
NC
18752001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1876
1877 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
1878 example.
1879
d6231427
AM
18802001-07-24 Alan Modra <amodra@bigpond.net.au>
1881
1882 * Makefile.am: Update dependencies with "make dep-am".
1883 * Makefile.in: Regenerate
1884
e14ec88b
AM
18852001-07-23 Alan Modra <amodra@bigpond.net.au>
1886
1887 * ldcref.c (check_section_sym_xref): New function.
1888 (check_nocrossrefs): Call it.
1889 (check_nocrossref): Interate over h->refs here instead of..
1890 (check_refs): ..here. Pass in the symbol name, section, and bfd
1891 rather than hash_entry pointers.
1892 (struct check_refs_info): Keep symbol name rather than hash entry.
1893 Remove "same".
1894 (check_reloc_refs): Tweak for above changes in check_refs_info.
1895 Only report references to section syms when symname is NULL to
1896 prevent duplicate messages for the same reloc.
1897
1b577b00
NC
18982001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1899
c7d701b0
NC
1900 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1901 available. Do not print NULL trees.
1902 (exp_print_token): Print unknown tokens with values > 126 as
1903 decimal values not ASCII characters.
1904
1545243b
NC
1905 * ldlang.c (lang_leave_overlay): If a region is specified assign
1906 it to all sections inside the overlay unless they have been
1907 assigned to the own, non-default, memory region.
1908
1b577b00
NC
1909 * README: Add header for consistency with other README files.
1910
5030876b
L
19112001-07-14 H.J. Lu <hjl@gnu.org>
1912
1913 * emultempl/elf32.em (output_prev_sec_find): Never return
1914 bfd_abs_section_ptr, bfd_com_section_ptr nor
1915 bfd_und_section_ptr.
1916
18c7a9a5
NC
19172001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
1918
22af9fd3 1919 * Makefile.am (em32relf.c): Change dependency from generic.em to
18c7a9a5
NC
1920 elf32.em.
1921 * Makefile.in: Regenerate.
1922
9ffecff1
MG
19232001-07-14 matthew green <mrg@eterna.com.au>
1924
1925 * configure.tgt (i386-*-netbsdelf*): New target.
1926 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
1927
95500e1c
JJ
19282001-07-13 Jakub Jelinek <jakub@redhat.com>
1929
1930 * emultempl/elf32.em (output_prev_sec_find): New.
1931 (place_orphan): Use it.
1932
e97cb84f
L
19332001-07-11 H.J. Lu <hjl@gnu.org>
1934
1935 * ldmain.c (main): Fix typos in the last change.
1936
7333607e
JJ
19372001-07-11 Jakub Jelinek <jakub@redhat.com>
1938
1939 * ldmain.c (main): Disallow -F and -f without -shared.
1940
d29d80f2
NC
19412001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1942
1943 * emultempl/pe.em (after_open): Check for the output_bfd not
1944 having any coff_data structure allocated to it.
1945
c2a1a436
DB
19462001-07-09 David O'Brien <obrien@FreeBSD.org>
1947
1948 * emultempl/elf32.em: Do not assuming that contents of the buffer
1949 returned from basename function will remain unchanged accross other
1950 function calls.
1951
63653551
L
19522001-07-03 H.J. Lu <hjl@gnu.org>
1953
1954 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
1955 2001-07-03. It creates dynamic entries even for static binaries.
1956
d303a449
L
19572001-07-03 Jakub Jelinek <jakub@redhat.com>
1958
1959 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
1960 (DYNAMIC): Use it to reserve few dynamic entries for
1961 post-linking tools.
1962
9f22353f
AM
19632001-06-27 Alan Modra <amodra@bigpond.net.au>
1964
1965 * emulparams/hppa64linux.sh: New file.
1966 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
1967 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
1968 (ehppa64linux.c): Add rule to make it.
1969 Run "make dep-am".
1970 * Makefile.in: Regenerate.
1971
62bf86b4
HPN
19722001-06-21 Hans-Peter Nilsson <hp@axis.com>
1973
1974 * ld.texinfo (Options, -r): Mention restrictions when using
1975 different object formats.
1976
429d935d
HPN
19772001-06-19 Hans-Peter Nilsson <hp@axis.com>
1978
1979 * ldlang.c (lang_check): Emit fatal error if relocatable link
1980 between different object flavours with relocations in input.
1981
cb840a31
L
19822001-06-19 H.J. Lu <hjl@gnu.org>
1983
1984 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
1985 (--version-script): Mention the language support.
1986
9bf03acc
L
19872001-06-19 H.J. Lu <hjl@gnu.org>
1988
1989 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
1990
c45021f2
NC
19912001-06-18 H.J. Lu <hjl@gnu.org>
1992
b6bf44ba
AM
1993 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
1994 (diststuff): Add $(MANS).
1995 * Makefile.in: Regenerated.
c45021f2 1996
b6bf44ba 1997 * ld.1: Removed.
c45021f2 1998
6caa99ab
HPN
19992001-06-18 Hans-Peter Nilsson <hp@axis.com>
2000
605d9b3a
HPN
2001 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2002 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
2003 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
2004 * ld.h (args_type): Remove member export_dynamic. All users
2005 changed to use struct bfd_link_info member.
2006
6caa99ab
HPN
2007 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
2008 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
2009 * Makefile.in: Regenerate.
2010
6f9efd97
L
20112001-06-18 H.J. Lu <hjl@gnu.org>
2012
2013 * ldlang.c (init_os): Add the newline to the einfo call.
2014 (lang_check): Likewise.
2015 (lang_do_version_exports_section): Likewise.
2016
5af9fd8b
L
20172001-06-15 H.J. Lu <hjl@gnu.org>
2018
2019 * lexsup.c (parse_args); Save optind to report unrecognized
2020 option.
2021
2a096f04
HPN
20222001-06-15 Hans-Peter Nilsson <hp@axis.com>
2023
7e66c3f5
HPN
2024 * ldlang.c (lang_check): Emit fatal error if relocatable link
2025 between different object flavours.
2026
2a096f04
HPN
2027 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
2028 Set new link_info member export_dynamic.
2029 * ldmain.c (main): Initialize new link_info member export_dynamic.
2030
6770ec8c
NC
20312001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
2032
2033 * ldlang.c (walk_wild): Only call walk_wild_file if
2034 lookup_name returns something.
b6bf44ba 2035 (lookup_name): If load_symbols fails, return NULL.
22af9fd3 2036 (load_symbols): Change to a boolean function.
b6bf44ba 2037 (open_input_bfds): If load_symbols fails then do not make the
6770ec8c
NC
2038 executable.
2039
8529105a
AM
20402001-06-08 Alan Modra <amodra@bigpond.net.au>
2041
2042 * ldlang.c (record_bfd_errors): Remove.
2043
2044 * emultempl/aix.em: Fix copyright dates.
2045
8f3aa7a0
AJ
20462001-06-07 Andreas Jaeger <aj@suse.de>
2047
2048 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
2049 (TEXT_START_ADDR): Likewise.
2050
3277f888
AM
20512001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
2052
2053 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
2054
3763134d
DD
20552001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2056
2057 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
2058
5929ebc0
L
20592001-05-31 H.J. Lu <hjl@gnu.org>
2060
2061 * ldlang.c (open_input_bfds): Don't change the bfd error
2062 handler whilst loading symbols.
2063
c04a062d
NC
20642001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2065
2066 * configure.tgt: Remove i370-mvs architecture, it is not currently
2067 supported.
2068
96fcab3e
L
20692001-05-25 H.J. Lu <hjl@gnu.org>
2070
2071 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2072 like emulparams/aixppc.sh.
2073
db8d4f23
L
20742001-05-25 H.J. Lu <hjl@gnu.org>
2075
2076 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
2077 setting of output_filename after bfd_scan_arch.
2078 * emultempl/pe.em: Likewise.
2079
5f642101
L
20802001-05-25 H.J. Lu <hjl@gnu.org>
2081
2082 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2083 like emulparams/aixppc.sh.
2084
2085 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
2086 instead of ${srcdir}/emultempl/stringify.sed.
2087
64e9ece0
TW
20882001-05-25 Timothy Wall <twall@oculustech.com>
2089
2090 * emulparams/elf64_aix.sh: Change settings to match IBM linker
8f3aa7a0 2091 output.
64e9ece0 2092
c709b096
AM
20932001-05-25 Alan Modra <amodra@one.net.au>
2094
2095 * configure.host: Replace linuxoldld with linux*oldld.
2096 * configure.tgt: Likewise.
2097
6cbdcc6f
L
20982001-05-24 H.J. Lu <hjl@gnu.org>
2099
2100 * emultempl/stringify.sed: Removed again.
2101
86af25fe
L
21022001-05-24 H.J. Lu <hjl@gnu.org>
2103
2104 * emultempl/aix.em (OUTPUT_ARCH): Defined.
2105 (gld${EMULATION_NAME}_before_parse): Initialize
2106 ldfile_output_architecture, ldfile_output_machine and
2107 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
2108 * emultempl/beos.em: Likewise.
2109 * emultempl/elf32.em: Likewise.
2110 * emultempl/linux.em: Likewise.
2111 * emultempl/mipsecoff.em: Likewise.
2112 * emultempl/pe.em: Likewise.
2113 * emultempl/sunos.em: Likewise.
2114
3b1b01cf
TR
21152001-05-24 Tom Rix <trix@redhat.com>
2116
8f3aa7a0 2117 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3b1b01cf
TR
2118 udate import file format.
2119 (change_symbol_mode) New, same
2120 (is_syscall) New, same
2121 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
2122 * emulparams/aixppc64.sh : same
2123 * emulparams/aixrs6.sh : same
2124 * emulparams/ppcmacos.sh : same
2125 * emultempl/aix.em : use strtoull to parse options
2126 * Makefile.am : add eaixppc64 emulation for xcoff64
2127 * Makefile.in : same
2128 * configure.tgt : same
2129
2130 * scripttempl/aix.sc : default text section offset to 0x10000000
146e7110 2131 default data section offset to 0x20000000
3b1b01cf 2132 add .sv3264 and .sv64 pseudo sections
8f3aa7a0 2133 loader and debug sections use the currect section offset.
3b1b01cf
TR
2134
2135 * emultempl/aix.em : Add xcoff64 support
2136 Add -binitfini support
8f3aa7a0 2137 (gld${EMULATION_NAME}_before_parse) -binitfini
3b1b01cf 2138 (gld${EMULATION_NAME}_parse_args) same
8f3aa7a0 2139 (gld${EMULATION_NAME}_before_allocation) format change for special
3b1b01cf
TR
2140 sections
2141
2142 * emulparams/aixppc64.sh : New file for xcoff64 support
8f3aa7a0 2143
57e6abd2
AO
21442001-05-23 Alexandre Oliva <aoliva@redhat.com>
2145
2146 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
2147 variable to avoid non-portable shell construct.
2148
d1cf510e
NC
21492001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2150
2151 * ldmain.c (get_emulation): Add -mips5 command line argument.
2152
506eee22
NC
21532001-05-22 Alexandre Oliva <aoliva@redhat.com>
2154
2155 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
2156 (ELF_INTERPRETER_NAME): Define it.
2157 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
2158 it.
2159 * configure.tgt (targ_emul, targ_extra_emuls)
2160 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
2161 as primary, elf_i386 as extra.
2162 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
2163 (eelf_i386_ldso.c): New rule.
2164 * Makefile.in: Rebuilt.
2165
21662001-05-22 Nick Clifton <nickc@redhat.com>
2167
2168 * lexsup.c (ld_options): Allow -I to be an alias for
2169 --dynamic-linker. This is for Solaris compatability.
2170 * ld.texinfo: Document that -I can be used.
2171 * ld.1: Regenerate.
2172
d1778b88
AM
21732001-05-16 Alan Modra <amodra@one.net.au>
2174
2175 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
2176 whether an input section is the first one assigned to an output
2177 section.
2178 Assorted formatting fixes.
2179
02649152
DD
21802001-05-14 DJ Delorie <dj@delorie.com>
2181
2182 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
2183 * Makefile.in: Ditto.
2184
579f31ac
JJ
21852001-05-11 Jakub Jelinek <jakub@redhat.com>
2186
2187 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
2188 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
2189 output sections.
2190 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
2191
8550eb6e
JJ
21922001-05-11 Jakub Jelinek <jakub@redhat.com>
2193
2194 * ldlang.c (lang_process): Call bfd_merge_sections.
2195
8e5a525c
AM
21962001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2197
2198 * ldgram.y: Fix typo.
2199
1c9acd94
L
22002001-05-03 H.J. Lu <hjl@gnu.org>
2201
2202 * emultempl/elf32.em: Include "libiberty.h".
2203 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
2204 basename of the bfd filename.
2205 (gld${EMULATION_NAME}_stat_needed): Likewise.
2206 (gld${EMULATION_NAME}_try_needed): Likewise.
2207 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
2208
14fe918e
L
22092001-05-02 H.J. Lu <hjl@gnu.org>
2210
2211 * emultempl/pe.em: Include <ctype.h>.
2212
c7e40348
NC
22132001-05-02 Johan Rydberg <jrydberg@opencores.org>
2214
b6bf44ba 2215 * emulparams/elf32openrisc.sh: New file.
c7e40348 2216
b6bf44ba
AM
2217 * Makefile.am: Add OpenRISC target.
2218 * Makefile.in: Regenerated.
c7e40348 2219
b6bf44ba 2220 * configure.tgt: Add openrisc-*-* mapping.
c7e40348
NC
2221
22222001-05-02 Nick Clifton <nickc@redhat.com>
2223
2224 * emultempl/aix.em: Replace buystring with xstrdup.
2225 * emultempl/beos.em: Replace buystring with xstrdup.
8f3aa7a0 2226
d1b2b2dc
L
22272001-05-02 H.J. Lu <hjl@gnu.org>
2228
2229 * ldfile.c: Include "libiberty.h".
2230 * ldlex.l: Likewise.
2231
2232 * ldmisc.c (buystring): Removed.
2233 * ldmisc.h: Likewise.
2234
2235 * ldfile.c: Replace buystring with xstrdup.
2236 * ldlang.c: Likewise.
2237 * ldlex.l: Likewise.
2238 * ldmain.c: Likewise.
2239 * ldmisc.c: Likewise.
2240 * lexsup.c: Likewise.
2241 * mpw-eppcmac.c: Likewise.
2242
35714f2a
AJ
22432001-04-30 Andreas Jaeger <aj@suse.de>
2244
2245 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
2246
884fb58e
NC
22472001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2248
b6bf44ba
AM
2249 * ldlang.c (load_symbols): Give emulation a chance
2250 to process unrecognized file before fatal error is
2251 reported, not after.
884fb58e 2252
87748b32
NC
22532001-04-27 Sean McNeil <sean@mcneil.com>
2254
2255 * configure.tgt: Add arm-vxworks target.
2256 * scripttempl/armcoff.sc: Support .text or .data as a section name
2257 prefix.
2258 Define _etext.
35714f2a 2259
7ce691ae
C
22602001-04-13 J.T. Conklin <jtc@redback.com>
2261
2262 * ld.texinfo: Document --fatal-warnings.
2263 * ld.1: Regenerate.
2264
2265 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
35714f2a 2266 warnings have been turned into errors.
7ce691ae
C
2267 * lexsup.c (OPTION_WARN_FATAL): Define.
2268 (ld_options): Entry for --fatal-warnings.
2269 (parse_args): Handle OPTION_WARN_FATAL.
2270 * ld.h (ld_config_type): Add fatal_warnings field.
2271
f5fa8ca2
JJ
22722001-04-13 Jakub Jelinek <jakub@redhat.com>
2273
2274 * ldmain.c (main): Default to discard_sec_merge.
2275 * lexsup.c (OPTION_DISCARD_NONE): Define.
2276 (ld_options): Add --discard-none.
2277 (parse_args): Handle OPTION_DISCARD_NONE.
2278 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
2279 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
2280 all its input sections match.
2281
fdec3cfc
L
22822001-04-05 Steven J. Hill <sjhill@cotw.com>
2283
2284 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
2285 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
2286 (eelf32ltsmip.c): New target.
2287 (eelf64btsmip.c): Likewise.
2288 (eelf64ltsmip.c): Likewise.
2289 * Makefile.in: Regenerated.
2290
2291 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
2292 target.
2293 (mips*-*-linux-gnu*): Likewise.
2294
2295 * emulparams/elf32ltsmip.sh: New. Traditional little endian
2296 MIPS taget.
35714f2a 2297 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
fdec3cfc
L
2298 target.
2299 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
2300 endian target.
2301
589bad82
HPN
23022001-04-05 Hans-Peter Nilsson <hp@axis.com>
2303
2304 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
2305 correct value of __Stext here.
2306 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
2307 .startup section.
2308
2309 * emulparams/crislinux.sh: Remove FIXME.
2310
94202e16
AM
23112001-04-02 Alan Modra <alan@linuxcare.com.au>
2312
2313 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
2314 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
2315
1268a053
HPN
23162001-03-27 Hans-Peter Nilsson <hp@axis.com>
2317
2318 * configure.tgt (cris-*-*): Change default emulation to criself.
2319 (cris-*-*aout*): New rule.
2320
d85e9ff7
AM
23212001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
2322
2323 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
2324 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
2325
0879a67a
AJ
23262001-03-26 Andreas Jaeger <aj@suse.de>
2327
2328 * ld.texinfo (Overview): Fix syntax in texi code.
2329
0285c67d
NC
23302001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2331
2332 * ld.texinfo: Put @c man indications to generate the ld man page.
2333 When generating man, define all the variables. Define SEEALSO
2334 and SYNOPSIS. Re-organize some lines to avoid the cross references.
2335 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
2336 (ld.1): Generate from ld.texinfo.
2337 * Makefile.in: Regenerate.
2338
c20ec07b
NC
23392001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
2340
2341 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
146e7110 2342 and '-fdata-sections'. Set the VMA of STABS sections to zero.
c20ec07b 2343
cc5ce052
UD
23442001-03-17 Ulrich Drepper <drepper@redhat.com>
2345
2346 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
2347 is an absolute path look only for this file and not along the path.
2348
a1ab1d2a
UD
23492001-03-17 Ulrich Drepper <drepper@redhat.com>
2350
2351 * emultempl/elf32.em (OPTION_GROUP): New macro.
2352 Add new option Bgroup to longopts.
2353 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
2354 (gld*_list_options): Add -Bgroup and -z defs.
2355 * ld.1: Document -Bgroup and -z defs.
2356 * ld.texinfo: Likewise.
2357
788fca5a
MM
23582001-03-07 Michael Meissner <meissner@redhat.com>
2359
2360 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
2361 with sections created by -fdata-sections.
2362 (.dynbss,.bss): Ditto.
2363
1c7566d1
AM
23642001-03-05 Alan Modra <alan@linuxcare.com.au>
2365
2366 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
2367 after_allocation_default, not gld..._before_allocation.
2368
27b7e12d
AM
23692001-02-27 Alan Modra <alan@linuxcare.com.au>
2370
2371 * configure.in (BFD_VERSION): New.
2372 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2373 * configure: Regenerate.
2374 * Makefile.am: Run "make dep-am"
2375 * Makefile.in: Regenerate.
2376
2bc551c7
TW
23772001-02-26 Timothy Wall <twall@cygnus.com>
2378
2379 * emulparams/elf64_aix.sh: Add additional read-only sections;
2380 uncomment lines which are now required.
2381
1276aefa
NC
23822001-02-26 H.J. Lu <hjl@gnu.org>
2383
2384 * ldlang.c (open_input_bfds): Set the bfd error handler so
b6bf44ba
AM
2385 that problems can be caught whilst loading symbols.
2386 (record_bfd_errors): New function: Report BFD errors and mark
2387 the executable output as being invalid.
1276aefa 2388
41c49998
TW
23892001-02-22 Timothy Wall <twall@cygnus.com>
2390
2391 * configure.host: Add configuration for ia64-*-aix*.
2392 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
2393 Add dependencies for eelf64_aix.c.
2394 * Makefile.in: Regenerate.
2395 * configure.tgt: Add ia64-*-aix* mapping.
2396 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
a2b64bed 2397 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
0879a67a
AJ
2398 AIX-specific test.
2399
78f85fd7
L
24002001-02-20 H.J. Lu <hjl@gnu.org>
2401
2402 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
2403 false if we found the file.
2404
1ac7e077 24052001-02-18 David O'Brien <obrien@FreeBSD.org>
fb33b906
DB
2406
2407 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
2408 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
2409
e135f41b
NC
24102001-02-18 lars brinkhoff <lars@nocrew.org>
2411
2412 * Makefile.am: Add PDP-11 target.
2413 * configure.tgt: Likewise.
2414 * emulparams/pdp11.sh: New file.
2415
a842aceb
DB
24162001-02-17 David O'Brien <obrien@FreeBSD.org>
2417
2418 * configure.host: Add a generic FreeBSD configuration entry such that
2419 all [modern] FreeBSD systems on all platforms will look the same.
2420
24174db0
L
24212001-02-14 H.J. Lu <hjl@gnu.org>
2422
2423 * configure.tgt: Remove mention of earmelf_linux26.
2424
30c3c13a
RH
24252001-02-13 Richard Henderson <rth@redhat.com>
2426
2427 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
2428
b46a87b1
L
24292001-02-13 H.J. Lu <hjl@gnu.org>
2430
2431 * ldexp.h (node_type): Add etree_provided.
2432 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
2433 type to etree_provided if defined by PROVIDE. Allow updating
0879a67a 2434 for etree_provided.
b46a87b1
L
2435 (exp_print_tree): Handle etree_provided.
2436 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
2437 etree_provided.
2438
f3988fd9
RH
24392001-02-09 David Mosberger <davidm@hpl.hp.com>
2440
2441 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
2442 .IA_64.unwind.* pattern to unwind table section and
2443 .IA_64.unwind_info* pattern to unwind info section.
2444
a85d7ed0
NC
24452001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2446
2447 * Makefile.am: Add linux target for S/390.
2448 * Makefile.in: Likewise.
2449 * configure.host: Likewise.
2450 * configure.tgt: Likewise.
2451 * emulparams/elf64_s390.sh: New file.
2452 * emulparams/elf_s390.sh: New file.
2453
780248c4
JJ
24542001-02-09 Jakub Jelinek <jakub@redhat.com>
2455
2456 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
2457 targ_extra_libpath.
2458 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
2459
0e2534bd
PB
24602001-02-06 Philip Blundell <philb@gnu.org>
2461
2462 * Makefile.am: Remove mention of earmelf_linux26.
2463 * Makefile.in: Regenerate.
2464
46c1ea57
PB
24652001-02-04 Philip Blundell <philb@gnu.org>
2466
2467 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
2468 * emulparams/armelf_linux26.sh: Delete.
2469 * configure.tgt: Remove mention of armelf_linux26 emulation.
2470
0088edd2
NC
24712001-02-01 Nick Clifton <nickc@redhat.com>
2472
2473 * ld.1: Replace occurances of -oformat with --oformat.
2474
02aa14fb
AM
24752001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
2476
2477 * ldlang.c (lang_leave_overlay): Don't set lma_region when
2478 load_base is specified.
2479
f813923c
HPN
24802001-01-24 Hans-Peter Nilsson <hp@axis.com>
2481
2482 * emultempl/elf32.em: Correct spelling in comments and listed
2483 options.
2484
c1eb1488
AM
24852001-01-23 Alan Modra <alan@linuxcare.com.au>
2486
2487 * ldlang.c (lang_leave_overlay): Only set lma_region from the
2488 default for the first section of a group of overlay sections.
2489
d9fc3714
AM
24902001-01-22 Alan Modra <alan@linuxcare.com.au>
2491
2492 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
2493 * Makefile.in: Regenerate.
2494 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
2495 Check for null tool_dir.
2496
6be0ca94
JW
24972001-01-16 Jim Wilson <wilson@redhat.com>
2498
2499 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
2500 and IA_64.unwind.info.
2501
b9247304
L
25022001-01-16 H.J. Lu <hjl@gnu.org>
2503
2504 * ldlang.c (lang_check): Merge the private data only if the
2505 input file has contents.
2506
577a0623
AM
25072001-01-14 Alan Modra <alan@linuxcare.com.au>
2508
d952f17a
AM
2509 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
2510
ffd6e9de
AM
2511 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
2512 enabling search for libmilli. On a relocatable link, make .text
2513 sections unique.
2514 (LDEMUL_AFTER_PARSE): Define.
2515 (hppaelf_finish): Correct spelling of relocatable in comments.
2516
577a0623
AM
2517 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2518 rummage through the script for sections on the unique list.
2519 Correct length of strncmp for ".note".
2520 (gld${EMULATION_NAME}_check_needed): Rearrange function.
2521
2522 * ldlang.c (unique_section_list): New var.
2523 (unique_section_p): New function.
2524 (walk_wild_section): Don't match sections on unique_section_list.
2525 (lang_add_unique): New function.
ffd6e9de 2526 Correct spelling of relocatable in comments.
577a0623
AM
2527
2528 * ldlang.h (struct unique_sections): Declare.
2529 (unique_section_list): Declare.
2530 (unique_section_p): Declare.
2531 (lang_add_unique): Declare.
2532
2533 * lexsup.c (ld_options): Allow --unique to take an optional arg.
2534 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
2535
2536 * ld.texinfo (--unique): Update.
2537
b7ed8fad
NC
25382001-01-13 Nick Clifton <nickc@redhat.com>
2539
2540 * lexsup.c (parse_args): Remove spurious white space.
2541
d0398d6a
NC
25422001-01-12 Nick Clifton <nickc@redhat.com>
2543
2544 * lexsup.c (parse_args): Update copyright date.
2545
350fdb00
PB
25462001-01-12 Philip Blundell <pb@futuretv.com>
2547
2548 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
2549
60c6797e
KH
25502001-01-10 Kazu Hirata <kazu@hxi.com>
2551
2552 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
2553 * scripttempl/h8300h.sc: Fix formatting.
2554 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
2555 * scripttempl/h8500.sc: Likewise.
2556 * scripttempl/h8500b.sc: Likewise.
2557 * scripttempl/h8500c.sc: Likewise.
2558 * scripttempl/h8500m.sc: Likewise.
2559 * scripttempl/h8500s.sc: Likewise.
60c6797e 2560
482e8b32
DB
25612000-01-07 David O'Brien <obrien@BSDi.com>
2562
2563 * emultempl/elf32.em: Only perform Linux ld hints processing when
2564 targeting Linux.
2565
d7ed7ca6
PB
25662001-01-07 Philip Blundell <philb@gnu.org>
2567
2568 * ld.texinfo (Bug Reporting): Update email address for reports.
2569
0fc3347a
NC
25702000-12-31 Nick Clifton <nickc@redhat.com>
2571
2572 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
2573 options by checking for a return value of '?' not -1.
2574
e4897a32
NC
25752000-12-28 Nick Clifton <nickc@redhat.com>
2576
2577 * lexsup.c (struct ld_option): Add new enum value:
2578 EXACTLY_TWO_DASHES.
2579 (ld_options[]): Change -omagic, -output and -oformat options
2580 to be EXACTLY_TWO_DASHES.
2581 (OUTPUT_COUNT): Use ARRAY_SIZE.
2582 (parse_args): Change parameter 'argc' to unsigned.
2583 Place EXACTLY_TWO_DASHES options into new really_longopts
2584 array.
2585 If getopt_long_only fails, try calling getopt_long using the
2586 really_longopts array.
2587 (help): Print a double dash for both EXACTLY_TWO_DASHES and
2588 TWO_DASHES options.
2589
2590 * ldlex.h: Fix prototype of parse_args.
2591
2592 * ld.texinfo: Document that long options starting with 'o'
2593 must be preceeded by two dashes. Change example of a single
2594 dashed long option from -oformat to -trace-symbol.
2595
1122a5fc
NC
25962000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2597
2598 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
2599 (longopts[]): New --no-default-excludes option.
2600 (gld_${EMULATION_NAME}_list_options): Document.
2601 (gld_${EMULATION_NAME}_parse_args): Handle.
2602
037849a9
NC
26032000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2604
2605 * ldlang.c (new_stat): Revert the last beautification with "innocent"
2606 whitespace, it breaks the K&R C preprocessor.
2607
7ec229ce
DD
26082000-12-11 DJ Delorie <dj@redhat.com>
2609
2610 * ld.texinfo: Add notes about --whole-archive and gcc.
2611
b79e8c78
NC
26122000-11-18 Fred Fish <fnf@be.com>
2613
2614 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
2615 (ld_options): Entry for --allow-shlib-undefined.
2616 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
2617 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
2618 to false.
2619 * ld.texinfo: Document new command line switch.
d952f17a 2620
9a8e2505
GK
26212000-12-12 Geoffrey Keating <geoffk@redhat.com>
2622
2623 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
2624 .fixup is actually read/write.
2625 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
2626 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2627 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2628
3b16e843 26292000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2630
2631 * NEWS: Add note about x86_64 architecture.
2632
93b63cd3
DD
26332000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
2634
2635 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
2636 Set DWARF2 sections to a VMA of zero.
2637
24f6971a
NC
26382000-12-01 Joel Sherrill <joel@OARcorp.com>
2639
d952f17a 2640 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
24f6971a
NC
2641 New targets.
2642 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2643 (sparc*-*-rtems*): Switched from a.out to ELF.
2644
2be3aa03
NC
26452000-11-30 Jan Hubicka <jh@suse.cz>
2646
2647 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
2648 (eelf_x86_64.c): New.
2649 * Makefile.in: Regenerate.
2650 * configure.tgt: Add support for x86_64-*-linux-gnu*.
2651 * emulparams/elf_x86_64.sh: New.
2652
8c899858
HPN
26532000-11-30 Hans-Peter Nilsson <hp@axis.com>
2654
2655 * emulparams/crislinux.sh (ENTRY): Change back to _start.
2656 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
2657
2658 * scripttempl/crisaout.sc: Change all RELOCATING not related to
2659 merging non-a.out sections into CONSTRUCTING.
2660
e47b9e39
NC
26612000-11-28 Nick Clifton <nickc@redhat.com>
2662
2663 * ld.1 (COPYING): Mention that the GNU Free Documentation
2664 License is present in the sources, but not the output, and
2665 also available from the GNU website.
2666 (GNU Free Documentation License): Comment out this section.
2667
ad95f82a
DB
26682000-11-28 David O'Brien <obrien@dragon.nuxi.com>
2669
2670 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
2671 does not use them.
2672
fd89e65f
DB
26732000-11-25 David O'Brien <obrien@FreeBSD.org>
2674
2675 * ld.1: Remove old date so it does not give the impression the manpage
2676 is way out of date.
2677
077b8428
NC
26782000-11-24 Nick Clifton <nickc@redhat.com>
2679
2680 * configure.tgt (xscale-coff): Add target.
2681 (xscale-elf): Add target.
2682
49425d28
NC
26832000-11-24 Fred Fish <fnf@be.com>
2684
d952f17a
AM
2685 * ldmain.c (main): Remove redundant init of config.make_executable
2686 to true.
49425d28 2687
d3480244
RH
26882000-11-15 Richard Henderson <rth@redhat.com>
2689
2690 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
2691
1ce7de8b
KH
26922000-11-14 Kazu Hirata <kazu@hxi.com>
2693
2694 * scripttempl/h8300.sc: Fix formatting.
2695 * scripttempl/h8300h.sc: Likewise.
2696 * scripttempl/h8300s.sc: Likewise.
2697
3b16e843 26982000-11-14 Denis Chertykov <denisc@overta.ru>
208d5cd0
DC
2699
2700 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
2701
2e418547
PB
27022000-11-09 Philip Blundell <pb@futuretv.com>
2703
2704 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
2705 around orphan sections whose names can be represented in C.
2706
c940e6fc
JW
27072000-11-07 Jim Wilson <wilson@redhat.com>
2708
2709 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
2710 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
2711
704c465c
NC
27122000-11-06 Nick Clifton <nickc@redhat.com>
2713
2714 * ld.texinfo: Add GNU Free Documentation License.
2715 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 2716 * ld.1: Add GNU Free Documentation License.
704c465c 2717
dca7760f
AM
27182000-11-05 Alan Modra <alan@linuxcare.com.au>
2719
2720 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
2721 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
2722
2723 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
2724 Move 2000-11-02 Makefile.in changes to this file.
2725 * Makefile.in: Regenerate.
2726
40a633d5
NC
27272000-11-03 Nick Clifton <nickc@redhat.com>
2728
2729 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
2730 constructors and destructors.
2731 * scripttempl/h8300h.sc: Ditto.
2732 * scripttempl/h8300s.sc: Ditto.
2733 * scripttempl/h8500.sc: Ditto.
2734 * scripttempl/h8500b.sc: Ditto.
2735 * scripttempl/h8500c.sc: Ditto.
2736 * scripttempl/h8500m.sc: Ditto.
2737 * scripttempl/h8500s.sc: Ditto.
2738 * scripttempl/v850.sc: Ditto.
2739 * scripttempl/w65.sc: Ditto.
2740 * scripttempl/z8000.sc: Ditto.
2741
59ff2774
NC
27422000-11-02 Per Lundberg <plundis@chaosdev.org>
2743
2744 * Makefile.in (e_i386_chaos.c): New rule.
2745 (ALL_EMULATIONS): Added e_i386_chaos.o.
2746 * emulparams/elf_i386_chaos.sh: New file.
2747 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
2748
645571e1
JJ
27492000-10-20 Jakub Jelinek <jakub@redhat.com>
2750
2751 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
2752 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
2753 Fix sed invocation, so that it coped with '/' in Solaris 64bit
2754 library path suffix.
2755 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
2756
c5975a45
HPN
27572000-10-18 Hans-Peter Nilsson <hp@axis.com>
2758
2759 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
2760 for consecutive sections.
2761
ea20a7da
CC
27622000-10-17 Chandrakala Chavva <cchavva@redhat.com>
2763
d952f17a
AM
2764 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
2765 options.
2766 * ld.texinfo: Added notes about this new option.
ea20a7da 2767
6e45556a
NC
27682000-10-16 Nick Clifton <nickc@redhat.com>
2769
2770 * emultempl/pe.em (_after_open): Add tests of return values from
2771 bfd functions. Emit appropriate error messages if necessary.
2772
b9a69188
NC
27732000-10-13 Nick Clifton <nickc@redhat.com>
2774
2775 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
2776 local variables - they are not used, but leave in the call to
2777 bfd_canonicalize_symtab.
b9a69188
NC
2778 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
2779 pe_dll_search_prefix.
2780
627427de 27812000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
d952f17a 2782
627427de
DD
2783 * emultempl/pe.em (pe_dll_search_prefix): New variable,
2784 (longopts): New --dll-search-prefix option.
2785 (gld_${EMULATION_NAME}_list_options): Document.
2786 (gld_${EMULATION_NAME}_parse_args): Handle.
2787 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
2788 dynamically, search for a dll named '<prefix><basename>.dll'
2789 in preference to 'lib<basename>.dll' if --dll-search-prefix
2790 is specified.
2791
24376d1b
AM
27922000-10-12 Alan Modra <alan@linuxcare.com.au>
2793
2794 * ldlang.c (section_already_linked): Set kept_section instead of
2795 sec->comdat->sec.
2796
e47d05ad
KH
27972000-10-10 Kazu Hirata <kazu@hxi.com>
2798
2799 * deffile.h: Fix formatting.
2800 * lexsup.c: Likewise.
2801 * mri.c: Likewise.
2802
23a87948
DD
28032000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2804
2805 * pe-dll.c (make_one): Do not generate code thunk for DATA
2806 exports.
2807 (process_def_file): deduce DATA flag for auto-export sumbols.
2808
86b1cc60
KH
28092000-10-09 Kazu Hirata <kazu@hxi.com>
2810
89cdebba
KH
2811 * ld.h: Fix formatting.
2812 * ldcref.c: Likewise.
2813 * ldctor.h: Likewise.
2814 * ldemul.c: Likewise.
2815 * ldemul.h: Likewise.
2816 * ldexp.c: Likewise.
2817 * ldexp.h: Likewise.
2818 * ldfile.c: Likewise.
2819 * ldfile.h: Likewise.
2820 * ldlang.c: Likewise.
2821 * ldlang.h: Likewise.
2822 * ldmain.c: Likewise.
7bfd51a3
KH
2823 * pe-dll.c: Likewise.
2824
2825 * pe-dll.c: Revert some formatting fixes.
86b1cc60 2826
d643799d
KH
28272000-10-08 Kazu Hirata <kazu@hxi.com>
2828
2829 * pe-dll.c: Fix formatting.
2830
08da4cac
KH
28312000-10-05 Kazu Hirata <kazu@hxi.com>
2832
2833 * ldlang.c: Fix formatting.
2834
c2a94a7a
DD
28352000-10-03 DJ Delorie <dj@redhat.com>
2836
2837 * pe-dll.c (fill_edata): initialize entire block
2838 (make_one): fill in correct section.
2839
8c95a62e
KH
28402000-10-03 Kazu Hirata <kazu@hxi.com>
2841
2842 * ldexp.c: Fix formatting.
2843
486e80e2
DD
28442000-10-02 DJ Delorie <dj@redhat.com>
2845
2846 * emultempl/pe.em (gld_*_after_open): detect case where there two
2847 import libraries for same dll; rename one to ensure proper link
2848 order.
2849
2850 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
2851 typo
2852 (generate_edata): fix typo
2853
24dd9f75
HPN
28542000-09-29 Hans-Peter Nilsson <hp@axis.com>
2855
2856 * scripttempl/crisaout.sc (ENTRY): Now __start.
2857 (.text): Add default setting for __start.
2858 Remove CONSTRUCTORS handling.
2859 (/DISCARD/): Add .gnu.warning.*.
2860 * emulparams/crislinux.sh (ENTRY): Now __start.
2861 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
2862 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
2863 (ENTRY): Now __start.
2864 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
2865 (EXECUTABLE_SYMBOLS): Add default setting for __start.
2866
4de2d33d
KH
28672000-09-29 Kazu Hirata <kazu@hxi.com>
2868
5cc18311
KH
2869 * deffile.h: Fix formatting.
2870 * ld.h: Likewise.
2871 * ldcref.c: Likewise.
4de2d33d 2872 * ldctor.c: Likewise.
5cc18311 2873 * ldctor.h: Likewise.
4de2d33d 2874 * ldemul.c: Likewise.
5cc18311 2875 * ldemul.h: Likewise.
4de2d33d 2876 * ldexp.c: Likewise.
5cc18311 2877 * ldexp.h: Likewise.
4de2d33d 2878 * ldfile.c: Likewise.
5cc18311 2879 * ldfile.h: Likewise.
4de2d33d 2880 * ldlang.c: Likewise.
5cc18311
KH
2881 * ldlang.h: Likewise.
2882 * lexsup.c: Likewise.
2883 * mri.c: Likewise.
2884 * pe-dll.c: Likewise.
4de2d33d 2885
45b1f63c
DD
28862000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2887
2888 * pe-dll.c (process_def_file): Uninitialized data wasn't
2889 exported with --export-all-symbols switch.
d952f17a 2890
45b1f63c
DD
28912000-09-28 DJ Delorie <dj@redhat.com>
2892
2893 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
2894 noname work properly.
2895
47d89dba
AM
28962000-09-28 Alan Modra <alan@linuxcare.com.au>
2897
2898 * ld.texinfo (HPPA ELF32): New section.
2899
2900 * emultempl/hppaelf.em (group_size): New.
2901 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
2902 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
2903 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
2904 options to prevent abbreviations matching.
2905 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
2906 (PARSE_AND_LIST_ARGS_CASES): Handle it.
2907
36bdbeec
NC
29082000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2909
2910 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
2911 on the m68*-*-elf target. Make it support COFF input objects.
2912
6d5e62f8
KH
29132000-09-21 Kazu Hirata <kazu@hxi.com>
2914
2915 * ldmain.c: Fix formatting.
2916 * ldmisc.c: Likewise.
2917 * ldver.c: Likewise.
2918 * ldwrite.c: Likewise.
2919
e2eb67d9
AM
29202000-09-21 Alan Modra <alan@linuxcare.com.au>
2921
2922 * ldwrite.c (clone_section): Silence gcc warnings.
2923
b3ea3584
AM
29242000-09-20 Alan Modra <alan@linuxcare.com.au>
2925
2926 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
2927 out of memory failure.
2928
2929 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
2930 (clone_section): Handle out of memory failures. Rename var to
2931 avoid c++ reserved word.
2932
25f72752
AM
29332000-09-18 Alan Modra <alan@linuxcare.com.au>
2934
2935 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
2936 stub_name param to stub_sec_name.
2937 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
2938
0752970e
NC
29392000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2940
2941 * emultempl/m68kelf.em: New file.
2942 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
2943 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
2944 * Makefile.in: Regenerate.
2945
92b7e9d8
AM
29462000-09-15 Alan Modra <alan@linuxcare.com.au>
2947
2948 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
2949 only as needed.
2950
9b14b192
NC
29512000-09-13 Nick Clifton <nickc@redhat.com>
2952
2953 * ldmain.c (multiple_definition): Disable relaxation if
2954 multiple symbol definitions are encountered - otherwise the
2955 linker could abort with an assertion failure.
2956
891fa266
NC
29572000-09-10 Nick Clifton <nickc@redhat.com>
2958
2959 * mri.c: Fix formatting.
2960
5d64ca4e
L
29612000-09-07 H.J. Lu <hjl@gnu.org>
2962
2963 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2964 * configure: Rebuild.
2965
dd94604f
L
29662000-09-07 H.J. Lu <hjl@gnu.org>
2967
2968 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
2969 * Makefile.in: Rebuild.
2970
71bfc0ae
AM
29712000-09-07 Alan Modra <alan@linuxcare.com.au>
2972
2973 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
2974 broken list handling. Create __start_SECNAME and __stop_SECNAME
2975 when no place-holder. Add some comments. Test both SEC_CODE and
2976 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 2977 Handle case where no output section statement created.
71bfc0ae 2978
4a428502
AO
29792000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
2980
2981 * configure.tgt (sh-*-linux*): Added.
2982 * Makefile.am: Added eshelf_linux and eshlelf_linux.
2983 * Makefile.in: Rebuilt.
2984 * emulparams/shelf_linux.sh: New file.
2985 * emulparams/shlelf_linux.sh: New file.
2986
f9989030
AM
29872000-09-06 Alan Modra <alan@linuxcare.com.au>
2988
2989 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2990 try shuffling sections when the orphan happens to be the place
2991 holder. Keep count of unique section names generated so we speed
2992 the search for a new name.
2993
58cccadb
AO
29942000-09-06 Alexandre Oliva <aoliva@redhat.com>
2995
2996 * configure: Rebuilt with new libtool.m4.
2997
5b343f5a
NC
29982000-09-05 Nick Clifton <nickc@redhat.com>
2999
3000 * Makefile.in: Regenerate.
3001 * aclocal.m4: Regenerate.
3002 * configure: Regenerate.
3003 * config.in: Regenerate.
3004 * po/ld.pot: Regenerate.
3005
3006 * ldint.texinfo: Remove CVS revision marker - it foils local
3007 comparisons.
3008
3009 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 3010
a854a4a7
AM
30112000-09-05 Alan Modra <alan@linuxcare.com.au>
3012
3231d22e
AM
3013 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
3014 to stub section flags.
3015 (hppa_for_each_input_file_wrapper): New.
3016 (hppa_lang_for_each_input_file): New.
3017 (lang_for_each_input_file): Define to call above.
3018 (multi_subspace): New.
3019 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
3020 (PARSE_AND_LIST_PROLOGUE): Define.
3021 (PARSE_AND_LIST_LONGOPTS): Define.
3022 (PARSE_AND_LIST_OPTIONS): Define.
3023 (PARSE_AND_LIST_ARGS_CASES): Define.
3024 (hppaelf_finish): Call elf32_hppa_set_gp.
3025 (hppaelf_set_output_arch): Remove.
3026 (LDEMUL_SET_OUTPUT_ARCH): Remove.
3027
3028 * emulparams/hppalinux.sh (ELFSIZE): Define.
3029 (MACHINE): Define.
3030 (OTHER_READONLY_SECTIONS): Define.
3031 (DATA_PLT): Define.
3032 (GENERATE_SHLIB_SCRIPT): Define.
3033
5f992e62
AM
3034 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
3035 to const throughout. Change `void *' to `PTR' throughout.
3036 (lang_memory_default): Function is local to file, add `static'.
3037
3038 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
3039 (ehppalinux.c): Likewise.
3040 (earmelf.c): Likewise.
3041 (earmelf_linux.c): Likewise.
3042 (earmelf_linux26.c): Likewise.
3043 * Makefile.in: Regenerate.
3044
a854a4a7
AM
3045 * ld.h (ld_config_type): Add unique_orphan_sections.
3046 * lexsup.c (OPTION_UNIQUE): Define.
3047 (ld_options): Add "--unique".
3048 (parse_args): Handle it.
3049 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3050 search for an existing output section if unique_orphan_sections is
3051 set. Make use of bfd_get_unique_section_name rather than
3052 duplicating code here.
3053 * ld.texinfo: Describe --unique.
3054
3055 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
3056 optional arg to split-by-file.
3057 (parse_args): Handle them.
3058 * ld.texinfo: Update description of these options.
3059 * ldwrite.c (clone_section): Pass in the section name. Replace
3060 local code with bfd_get_unique_section_name.
3061 (split_sections): Tidy code and comments. Use a list traversal
3062 more appropriate to the list construction. Handle cooked section
3063 sizes. Split when split_by_reloc reached rather than exceeded.
3064 Track section size and split when split_by_file reached. Fix
3065 link_order_tail (even though it's not used).
3066 (ldwrite): Modify condition for calling split_sections to suit
3067 changed split_by_reloc and split_by_file.
3068 * ldmain.c (main): Init config.split_by_reloc and
3069 config.split_by_file to -1.
3070 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
3071 Change split_by_file to bfd_size_type.
3072
18e03609
NC
30732000-09-02 Nick Clifton <nickc@redhat.com>
3074
3075 * configure.in: Increase version number to 2.10.91.
3076 * NEWS: Mention new ability to support removal of duplicate DWARF2
3077 debug information.
3078 * configure: Regenerate.
3079 * aclocal.m4: Regenerate.
3080 * config.in: Regenerate.
3081
3a9d486c
NC
30822000-09-02 Daniel Berlin <dberlin@redhat.com>
3083
3084 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
3085 sections.
a2b64bed 3086 * scripttempl/elf32avr.sc: Ditto.
3a9d486c
NC
3087 * scripttempl/elfd10v.sc: Ditto.
3088 * scripttempl/elfd30v.sc: Ditto.
3089 * scripttempl/elfi370.sc: Ditto.
3090 * scripttempl/elfm68hc11.sc: Ditto.
3091 * scripttempl/elfm68hc12.sc: Ditto.
3092 * scripttempl/elfi386beos.sc: Ditto.
3093 * scripttempl/v850.sc: Ditto.
50bbae35 3094
ac48eca1
AO
30952000-08-31 Alexandre Oliva <aoliva@redhat.com>
3096
3097 * acinclude.m4: Include libtool and gettext macros from the
3098 top level.
3099 * aclocal.m4, configure: Rebuilt.
3100
c13b1b77
NC
31012000-08-25 Nick Clifton <nickc@redhat.com>
3102
3103 * ldlang.c (open_output): When choosing the target for a
3104 particular endianness, do nothing if the target is not
3105 supported.
3106
dcb0bd0e
L
31072000-08-25 H.J. Lu <hjl@gnu.org>
3108
3109 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
3110 check -rpath nor LD_RUN_PATH for cross link.
3111 * ld.texinfo: Document the change.
3112
5bcac8a4
HPN
31132000-08-24 Hans-Peter Nilsson <hp@axis.com>
3114
3115 * NEWS: Mention support for CRIS.
3116
6dd8c765
L
31172000-08-23 H.J. Lu <hjl@gnu.org>
3118
3119 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
3120 the current runpath list from bfd_elf_get_runpath_list ()
3121 before search.
3122
ec4eb78a
L
31232000-08-22 H.J. Lu <hjl@gnu.org>
3124
3125 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
3126 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
3127 LD_LIBRARY_PATH for native linker. Display the needed DSO if
3128 trace_file_tries is non-zero.
3129 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
3130 if trace_file_tries is non-zero.
3131
3132 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 3133 * NEWS: Mention it.
ec4eb78a 3134
22b36938
JE
31352000-08-14 Jason Eckhardt <jle@cygnus.com>
3136
3137 * NEWS: Mention i860 support.
3138
d73e9da0
AS
31392000-08-14 Andreas Schwab <schwab@suse.de>
3140
3141 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 3142 syntax.
d73e9da0 3143
9ac4db9c
GK
31442000-08-10 Geoff Keating <geoffk@cygnus.com>
3145
3146 * scripttempl/elf.sc: Add a comment giving the correspondence
3147 between sections, per-datum sections, and linkonce sections. Make
3148 the comment true even for .bss, .sdata, .sdata2, .sbss, and
3149 .sbss2.
3150
165589e4
JE
31512000-08-10 Jason Eckhardt <jle@cygnus.com>
3152
3153 * emulparams/elf32_i860.sh: New file.
3154 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
3155 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
3156 (eelf32_i860.c): New rule.
3157 * Makefile.in: Regenerate.
3158
345a835d
NC
31592000-08-10 Nick Clifton <nickc@cygnus.com>
3160
3161 * emulparams/mipspe.sh (ENTRY): Add definition.
3162
e374f1d9
NC
31632000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
3164
3165 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
3166 in error message.
3167
236d5abf
NC
31682000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3169
3170 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
3171 the final size of .bss section.
3172 * scripttempl/elfm68hc12.sc: Likewise.
3173
4b209b22
AM
31742000-08-04 Alan Modra <alan@linuxcare.com.au>
3175
3176 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
3177 gld${EMULATION_NAME}_parse_args for consistency. Combine
3178 lastoptind and prevoptind vars, and keep track of last optind.
3179 (gld_${EMULATION_NAME}_list_options): Rename to
3180 gld${EMULATION_NAME}_list_options.
3181
28423a68
AM
31822000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
3183
3184 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
3185 (i586-sco-sysv5uw7.1.0).
3186
b2009ff7
L
31872000-07-27 H.J. Lu <hjl@gnu.org>
3188
3189 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
3190 (PARSE_AND_LIST_PROLOGUE): New.
3191 (PARSE_AND_LIST_LONGOPTS): Likewise.
3192 (PARSE_AND_LIST_OPTIONS): Likewise.
3193 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3194 (PARSE_AND_LIST_EPILOGUE): Likewise.
3195
04925e1e
AM
31962000-07-28 Alan Modra <alan@linuxcare.com.au>
3197
41392f03
AM
3198 * emultempl/armelf.em: Elide functions common to elf32.em,
3199 ie. most of the file.
3200 (arm_elf_after_open): New. Do arm specific things then call
3201 gld${EMULATION_NAME}_after_open.
3202 (arm_elf_before_allocation): New. Call
3203 gld${EMULATION_NAME}_before_allocation then do arm specifics.
3204 (PARSE_AND_LIST_PROLOGUE): Define.
3205 (PARSE_AND_LIST_SHORTOPTS): Define.
3206 (PARSE_AND_LIST_LONGOPTS): Define.
3207 (PARSE_AND_LIST_OPTIONS): Define.
3208 (PARSE_AND_LIST_ARGS_CASES): Define.
3209 (LDEMUL_AFTER_OPEN): Define.
3210 (LDEMUL_BEFORE_ALLOCATION): Define.
3211 (LDEMUL_BEFORE_PARSE): Define.
3212 (LDEMUL_FINISH): Define.
3213
3214 * emultempl/hppaelf.em: Similarly zap most of this file.
3215 (hppaelf_add_stub_section): Prototype.
3216 (hppaelf_layaout_sections_again): Prototype.
3217 (hook_in_stub): Prototype.
3218 (LDEMUL_SET_OUTPUT_ARCH): Define.
3219 (LDEMUL_FINISH): Define.
3220 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
3221
3222 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
3223 (EXTRA_EM_FILE): New.
3224 * emulparams/armelf_linux.sh: Likewise.
3225 * emulparams/armelf_linux26.sh: Likewise.
3226 * emulparams/hppalinux.sh: Likewise.
3227 * emulparams/hppaelf.sh: Likewise.
3228 (NOP): Define.
3229
3230 * emultempl/elf32.em: Fix formatting.
3231 (EXTRA_EM_FILE): Source it.
3232 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3233 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3234 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3235 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3236 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3237 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3238 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3239 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3240 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
3241 allow functions in this file to be overridden.
3242 (PARSE_AND_LIST_SHORTOPTS): Handle it.
3243
3244 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
3245
04925e1e
AM
3246 * emultempl/elf32.em: Reorganize file.
3247
88cdf297
NC
32482000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
3249
3250 * emulparams/elf64alpha.sh: Implement "-taso" emulation
3251 specific option to fit 64-bit executable in the lower
3252 31-bit address range. This is done by changing start
3253 address of .interp (the very first section of executable)
3254 and then setting EF_ALPHA_32BIT elf header flag.
3255
20bccb34
NC
32562000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3257
3258 * emultempl/m68kcoff.em: New file.
3259 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
3260 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
3261 generic.em.
3262 * Makefile.in: Regenerate.
3263
699845ef
L
32642000-07-20 H.J. Lu <hjl@gnu.org>
3265
3266 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
3267 and "disable-new-dtags" to stop getopt from treating -d/-e as
3268 abbreviations for these options.
3269
6c1439be
L
32702000-07-20 H.J. Lu <hjl@gnu.org>
3271
3272 * ld.texinfo: Add documentation for --disable-new-dtags and
3273 --enable-new-dtags.
3274
3275 * ldmain.c (main): Initialize link_info.new_dtags to false.
3276
3277 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
3278 --disable-new-dtags and --enable-new-dtags.
3279 (gld_${EMULATION_NAME}_list_options): Likewise.
3280
28c309a2
NC
32812000-07-05 Kenneth Block <krblock@computer.org>
3282
a2b64bed
NC
3283 * lexsup.c: Add optional style to demangle switch
3284 * ld.texinfo: Document optional style to demangle switch.
50bbae35 3285
9d06555c
HPN
32862000-07-20 Hans-Peter Nilsson <hp@axis.com>
3287
3288 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
3289 ecrislinux.o.
3290 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
3291 Regenerate dependencies.
3292 * Makefile.in: Rebuild.
3293 * configure.tgt (cris-*-*): New target.
3294 * emulparams/crisaout.sh, emulparams/criself.sh,
3295 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
3296 * po/POTFILES.in, po/ld.pot: Regenerate.
3297
19e3be22
L
32982000-07-20 H.J. Lu <hjl@gnu.org>
3299
3300 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
3301 Print out ignored -z options.
3302
e0ee487b
L
33032000-07-19 H.J. Lu <hjl@gnu.org>
3304
19e3be22
L
3305 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
3306 (PARSE_AND_LIST_PROLOGUE): New.
3307 (PARSE_AND_LIST_LONGOPTS): Likewise.
3308 (PARSE_AND_LIST_OPTIONS): Likewise.
3309 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3310
3311 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
3312
3313 * lexsup.c (ld_options): Comment out 'z'.
3314 (parse_args): Likewise.
3315
3316 * emultempl/elf32.em: Include "elf/common.h".
3317 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
3318 options.
3319 (gld_${EMULATION_NAME}_list_options): Likewise.
3320
3321 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 3322
49e56c49
L
33232000-07-19 H.J. Lu <hjl@gnu.org>
3324
3325 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
3326 bfd_elf_set_dt_needed_soname ().
3327
9d68bc82
DD
33282000-07-18 DJ Delorie <dj@cygnus.com>
3329
3330 * pe-dll.c (pe_dll_id_target): check object target name also
3331
53db15ed
HPN
33322000-07-18 Hans-Peter Nilsson <hp@axis.com>
3333
3334 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
3335 ${INIT_END} if relocating.
3336 (.fini): Likewise ${FINI_START} and ${FINI_END}.
3337
0ad8cf4c
DD
33382000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
3339
a2b64bed 3340 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
0ad8cf4c
DD
3341 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
3342 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
3343 errors introduced by the old dynamic lib search order.
3344
874c8c99
DD
33452000-07-17 DJ Delorie <dj@cygnus.com>
3346
3347 * pe-dll.c (process_def_file): auto-export data items also
3348 (pe_process_import_defs): also see if _imp_ form needed
3349
5b4cf3f4
DD
33502000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
3351
3352 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
3353 for dll import libraries
3354
062739d1
NC
33552000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
3356
3357 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
d952f17a 3358 gcc 2.95.2 and later.
062739d1 3359
1c64c4ed
NC
33602000-07-11 Kazu Hirata <kazu@hxi.com>
3361
50bbae35
AM
3362 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
3363 message.
1c64c4ed 3364
b71e2778
AM
33652000-07-10 Alan Modra <alan@linuxcare.com.au>
3366
3367 * ldemul.h (struct lang_input_statement_struct): Remove forward
3368 declaration.
3369 (struct search_dirs): Likewise.
3370 * ldfile.h (struct lang_input_statement_struct): Likewise.
3371 Protect file from multiple inclusion.
3372 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
3373 declaration from macro to file scope.
3374
3375 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
3376 * ldgram.y: Likewise here.
3377 * ldlang.c: And here.
3378 * ldmain.c: And here.
3379 * mpw-elfmips.c: And here.
3380 * mpw-eppcmac.c: And here.
3381 * emultempl/aix.em: And here.
3382 * emultempl/armcoff.em: And here.
3383 * emultempl/armelf.em: And here.
3384 * emultempl/armelf_oabi.em: And here.
3385 * emultempl/beos.em: And here.
3386 * emultempl/elf32.em: And here.
3387 * emultempl/hppaelf.em: And here.
3388 * emultempl/linux.em: And here.
3389 * emultempl/lnk960.em: And here.
3390 * emultempl/pe.em: And here.
3391 * emultempl/sunos.em: And here.
3392 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
3393 * mpw-idtmips.c: Ditto.
3394 * emultempl/generic.em: Ditto.
3395 * emultempl/gld960.em: Ditto.
3396 * emultempl/gld960c.em: Ditto.
3397 * emultempl/mipsecoff.em: Ditto.
3398 * emultempl/ticoff.em: Ditto.
3399 * emultempl/vanilla.em: Ditto.
3400
3401 * pe-dll.c: Include ldfile.h
3402 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
3403
3404 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
3405 arguments to bfd_elf32_size_dynamic_sections call.
3406 (gldelf32ebmip_place_orphan): Add missing arguments to
3407 lang_leave_output_section_statement call.
3408
2ef53d66
L
34092000-07-10 H.J. Lu <hjl@gnu.org>
3410
3411 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
3412 DLL_SUPPORT.
3413 (strhash): Likewise.
3414 (compute_dll_image_base): Likewise.
3415 (pe_undef_found_sym): Likewise.
3416 (pe_undef_cdecl_match): Likewise.
3417 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
3418 argument "arch" with ATTRIBUTE_UNUSED.
3419
9a8cbb09
AM
34202000-07-10 Alan Modra <alan@linuxcare.com.au>
3421
3422 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
3423
3424 From Ryan Bradetich <rbradetich@uswest.net>
3425 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 3426
4900fc06
AM
34272000-07-09 Alan Modra <alan@linuxcare.com.au>
3428
3429 Changes to create multiple linker stubs, positioned immediately
3430 before the section where they are required.
3431 * emultempl/hppaelf.em: Include elf32-hppa.h.
3432 (stub_sec, file_chain): Delete.
3433 (hppaelf_create_output_section_statements): Don't make a stub
3434 section here.
3435 (hook_stub_info): New struct.
3436 (hook_in_stub): New function.
3437 (hppaelf_add_stub_section): New function.
3438 (hppaelf_finish): Do nothing for relocateable links. Modify the
3439 call to elf32_hppa_size_stubs. Move code for updating section
3440 layout from here...
3441 (hppaelf_layaout_sections_again): ..to here, a new function.
3442
3443 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
3444 broken list handling. Pass in a pointer to the list.
3445 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
3446 for above changes.
3447 (hppaelf_before_parse): Prototype.
3448 (hppaelf_set_output_arch): Prototype.
3449 (hppaelf_create_output_section_statements): Prototype.
3450 (hppaelf_delete_padding_statements): Prototype.
3451 (hppaelf_finish): Prototype.
3452
3453 Merge from elf32.em
3454 * emultempl/hppaelf.em: Include ctype.h.
3455 (struct orphan_save): New.
3456 (gld${EMULATION_NAME}_place_orphan): New.
3457 (output_rel_find): New.
3458 (hppaelf_get_script): Update from elf32.em.
3459 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
3460 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 3461 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
3462
3463 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
3464 ehppalinux.o, sort it. Regenerate dependencies.
3465 (ehppalinux.c): Depend on hppaelf.em
3466 * Makefile.in: Regenerate.
3467
3468 * configure.tgt: targ_emul=hppalinux for hppa*linux
3469
3470 * emulparams/hppalinux.sh: New.
3471 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
3472
227aeb07
AM
34732000-07-08 Alan Modra <alan@linuxcare.com.au>
3474
3475 * lexsup.c (parse_args): Copy section name.
3476
28609fd4 34772000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
602e90d3 3478
2ef53d66 3479 * emultempl/pe.em: institute the following search order for
602e90d3
DD
3480 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
3481 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
3482 static lib (libfoo.a) if none of the above are found.
3483
5f577f7d
DD
34842000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
3485
50bbae35 3486 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 3487 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 3488 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
3489 (gld_${EMULATION_NAME}_parse): Handle.
3490 (strhash): New static function.
50bbae35 3491 (compute_dll_image_base): New static function.
5f577f7d
DD
3492 (gld_${EMULATION_NAME}_set_symbols): Use.
3493
9a8cbb09 34942000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
3495
3496 * MAINTAINERS: new
3497
3548145d 34982000-07-01 Koundinya K <kk@ddeorg.soft.net>
50bbae35
AM
3499
3500 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
3501 * emulparams/elf32btsmip.sh: New file.
3502 * Makefile.am: Add traditional mips target.
3503 * Makefile.in: Rebuild.
3504
67798033
L
35052000-07-01 H.J. Lu <hjl@gnu.org>
3506
3507 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
3508 automake to use YLWRAP.
3509 * Makefile.in: Rebuild.
3510
0bdaf48b
AM
35112000-07-01 Alan Modra <alan@linuxcare.com.au>
3512
3513 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3514 (CLEANFILES): Add DEPA.
3515 * Makefile.in: Regenerate.
3516
c9e769c2
TW
35172000-06-30 Timothy Wall <twall@ppc>
3518
3519 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
3520 the page in the upper octet of the address.
3521
65aa24b6
NC
35222000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
3523
3524 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
3525
4667035e
AM
35262000-06-24 Alan Modra <alan@linuxcare.com.au>
3527
3528 * NEWS: arm-elf does --gc-sections too.
3529
1581f8c9
AM
35302000-06-22 Alan Modra <alan@linuxcare.com.au>
3531
3532 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3533 find one.
3534 * Makefile.in: Regenerate.
3535
01580992
L
35362000-06-21 H.J. Lu <hjl@gnu.org>
3537
3538 * Makefile.am: Rebuild dependency.
3539 * Makefile.in: Rebuild.
3540
bbeb2e03
L
35412000-06-20 H.J. Lu <hjl@gnu.org>
3542
3543 * Makefile.am: Rebuild dependency.
3544 * Makefile.in: Rebuild.
3545
74459f0e
TW
35462000-06-20 Timothy Wall <twall@cygnus.com>
3547
3548 * scripttempl/tic54xcoff.sc: New.
3549 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
3550 * gen-doc.texi: Add flag for TI COFF.
3551 * ld.texinfo: Add documentation for TI COFF handling switches.
3552 * emultempl/ticoff.em: New. TI COFF handling.
3553 * configure.tgt: Add tic54x target.
3554 * Makefile.am: Add tic54x target.
3555 * Makefile.in: Ditto.
3556
2ab47eed
AM
35572000-06-20 Alan Modra <alan@linuxcare.com.au>
3558
3559 * ldmain.c (set_scripts_dir): Correct pointer comparison when
3560 checking for backslashes.
3561
919e4093
AM
35622000-06-19 Alan Modra <alan@linuxcare.com.au>
3563
3564 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
3565
987fd5b4
AM
35662000-06-18 Alan Modra <alan@linuxcare.com.au>
3567
3568 * NEWS: Update list of targets supporting --gc-sections.
3569
3570 * scripttempl/elf.sc: KEEP .eh_frame contents.
3571 * scripttempl/elfd30v.sc: Same here.
3572
60bcf0fa
NC
35732000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
3574
3575 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
3576 and m68hc11 (elf).
3577 * Makefile.in: Rebuild.
3578 * configure.tgt: Recognize m68hc12 and m68hc11.
3579 * scripttempl/elfm68hc12.sc: New file.
3580 * emulparams/m68hc12elfb: New emulation.
3581 * emulparams/m68hc12elf: New emulation.
3582 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
3583 (includes a memory.x script to define the ROM and RAM banks).
3584 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
3585 New configuration files for support of Motorola 68hc11
3586
c7c54483
AM
35872000-06-15 Alan Modra <alan@linuxcare.com.au>
3588
3589 * ldmain.c (main): Only change SEC_READONLY for final link.
3590
bcef29e6
L
35912000-06-13 H.J. Lu <hjl@gnu.org>
3592
3593 * configure: Regenerate.
3594
946efd95
DB
35952000-06-08 David O'Brien <obrien@FreeBSD.org>
3596
3597 * configure.in (VERSION): Update to show this is the CVS mainline.
3598
57a6fd07
DB
35992000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3600
3601 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
3602 input objects to be ECOFF.
3603 (check_sections): einfo takes %B, not %P, to print a BFD name.
3604
e06cae36
L
36052000-06-05 Michael Matz <matz@ifh.de>
3606
3607 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
d952f17a 3608 version scripts.
e06cae36 3609
d952f17a 3610 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
e06cae36 3611
2f0b56c0
DC
36122000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
3613
3614 * emulparams/avr1200.sh (STACK): Define as 0.
3615 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
3616 * emulparams/avr4433.sh (STACK): Likewise.
3617 * emulparams/avr44x4.sh (STACK): Likewise.
3618 * emulparams/avr85xx.sh (STACK): Likewise.
3619 * emulparams/avrmega103.sh (STACK): Likewise.
3620 * emulparams/avrmega161.sh (STACK): Likewise.
3621 * emulparams/avrmega603.sh (STACK): Likewise.
3622 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
3623 (__stack): Define from ${STACK} for main().
3624
2114f57b
AM
36252000-05-26 Alan Modra <alan@linuxcare.com.au>
3626
3627 * Makefile.am: Update dependencies with "make dep-am"
3628 * Makefile.in: Regenerate.
3629
5af11cab
AM
36302000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
3631
3632 * ldmain.c: Include filenames.h.
3633 (set_scripts_dir): Support backslashes in program name.
3634
1f0df59a
NC
36352000-05-22 Igor Shevlyakov <igor@windriver.com>
3636
3637 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
3638 read-only, don't forget to reset SEC_READONLY because it
3639 could be already set.
1f0df59a 3640
176355da
NC
36412000-05-22 Thomas de Lellis <tdel@windriver.com>
3642
50bbae35
AM
3643 * ld.1: Add documentation for new command line option:
3644 --section-start <sectionname>=<sectionorg>
3645 This is a generic version of -Ttext etc. which accepts
3646 any section name as a parameter instead of just text/data/
3647 bss.
3648 * ld.texinfo: More docs.
3649 * NEWS: More docs.
3650 * lexsup.c: (parse_args): Recognize new command line option.
176355da 3651 (ld_options): Add new option.
50bbae35 3652
8c5ff972
L
36532000-05-18 H.J. Lu <hjl@gnu.org>
3654
3655 * lexsup.c (parse_args): `i' == `r', not `q'.
3656
3b16e843 36572000-05-18 Jeffrey A Law (law@cygnus.com)
0b76fe77
JL
3658
3659 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
3660
a712da20
NC
36612000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
3662 Rick Gorton <gorton@scrugs.lkg.dec.com>
50bbae35 3663
a712da20
NC
3664 Add support for '-q' == '--emit-relocs' switch.
3665 * ldmain.c (main): Default to false.
3666 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
3667 * NEWS: Describe the emitrelocations switch.
3668 * ld.texinfo: Describe the emitrelocations switch.
3669
690a460e
NC
36702000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
3671
a2b64bed 3672 * emultempl/pe.em (_open_dynamic_archive): New function: Search
690a460e
NC
3673 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
3674 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
3675 link options.
50bbae35 3676
c2f1343c
AM
36772000-05-15 David O'Brien <obrien@FreeBSD.org>
3678
3679 * lexsup.c (parse_args): Update the year in the copyright notice.
3680
897083bd
AM
36812000-05-13 Alan Modra <alan@linuxcare.com.au>
3682
3683 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
3684 Replace defines with those from intl/libgettext.h to quieten gcc
3685 warnings.
3686
cd4c806a
L
36872000-05-10 H.J. Lu <hjl@gnu.org>
3688
3689 * ldlang.c (open_input_bfds): Don't load the same file within
3690 a group again if the whole archive has been loaded already.
3691
93697284
AM
36922000-05-03 Alan Modra <alan@linuxcare.com.au>
3693
3694 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
3695 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
3696 strtoul.
3697
3b16e843 36982000-05-01 Jim Wilson <wilson@cygnus.com>
ebd6fc29 3699
99a4150f 3700 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 3701
ebd6fc29
JW
3702 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3703 host "ia64-*-linux-gnu*".
3704
a1934524
AM
37052000-04-29 Andreas Jaeger <aj@suse.de>
3706
3707 * ld.h: Correctly check GCC version.
3708
3b16e843 37092000-04-25 Jeffrey A Law (law@cygnus.com)
730a39a0
JL
3710
3711 * Makefile.am: Add PA64 support. Add missing dependencies for
3712 PA32 elf support.
3713 * Makefile.in: Rebuilt.
3714 * configure.tgt: Add PA64 support (currently disabled).
3715
aea4bd9d
AM
37162000-04-25 Alan Modra <alan@linuxcare.com.au>
3717
3718 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
3719 (output_rel_find): New function.
3720 (hold_section, hold_use): Delete.
3721 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3722 hold_interp): Make local to place_orphan.
3723 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
3724 rather than place_section to find possible previous use of orphan.
3725 Similarly find the place-holder output sections. Use returned
3726 value from lang_enter_output_section_statement rather than calling
3727 lang_output_section_statement_lookup.
3728 * emultempl/armelf.em: Same here.
3729 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
3730
3731 * ldlang.c (lang_enter_output_section_statement): Return output
3732 section statement.
3733 * ldlang.h (lang_enter_output_section_statement): Change
3734 declaration too.
3735
3736 * ldlang.h (lang_output_section_statement): Export it.
3737 * ldlang.c (lang_output_section_statement): Ditto.
3738
2b5fc1f5
NC
37392000-04-24 Nick Clifton <nickc@cygnus.com>
3740
3741 * ld.texinfo (Output Section Data): Add note that section data
3742 commands cannot appear outside of section directives.
3743
d8475ff6
JL
37442000-04-2 Matthew Green <mrg@cygnus.com>
3745
3746 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
3747
3b16e843
NC
37482000-04-21 Richard Henderson <rth@cygnus.com>
3749 David Mosberger <davidm@hpl.hp.com>
800eeca4
JW
3750
3751 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
3752 (eelf64_ia64.c): New rule.
3753 * Makefile.in: Rebuild.
3754 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
3755 * emulparams/elf64_ia64.sh: New file.
50bbae35 3756
c9637625
RH
37572000-04-21 Richard Henderson <rth@cygnus.com>
3758
3759 * scripttempl/elfd30v.sc: Place .gcc_except_table.
3760
28ea9521
AM
37612000-04-19 Alan Modra <alan@linuxcare.com.au>
3762
3763 * dep-in.sed: Match space at start of file name, not at end.
3764
20d04697
L
37652000-04-18 H.J. Lu <hjl@gnu.org>
3766
3767 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
3768 lang_leave_output_section_statement () after calling
3769 lang_enter_output_section_statement ().
3770 * emultempl/armelf.em: Likewise.
3771
5ba47421
AM
37722000-04-18 Alan Modra <alan@linuxcare.com.au>
3773
3774 * emultempl/elf32.em (struct orphan_save): Add section field.
3775 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
3776 better order, and place first orphan section as we did before the
3777 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
3778 Don't call make_bfd_section here, let wild_doit do the job for us.
3779 Don't build a statement list when we'll only throw it away.
3780 * emultempl/armelf.em: Ditto.
3781 * emultempl/pe.em: Similarly.
3782
bdbe5705
GK
37832000-04-14 Geoff Keating <geoffk@cygnus.com>
3784
3785 * scripttempl/elfppc.sc: Remove.
3786 * emulparams/elf32ppc.sh: Use elf.sc.
3787 * emulparams/elf32lppc.sh: Use elf.sc.
3788 * emulparams/elf32ppclinux.sh: Use elf.sc.
3789 * emulparams/elf32ppcsim.sh: New file.
3790 * emulparams/elf32lppcsim.sh: New file.
3791 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
3792 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
3793 * Makefile.in: Regenerate.
3794 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
3795
01cc8ff8
AM
37962000-04-14 Alan Modra <alan@linuxcare.com.au>
3797
5ba47421 3798 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 3799 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
3800 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3801 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
3802 Also set all relocateable section start addresses.
3803
6c86c541
GK
38042000-04-13 Geoff Keating <geoffk@cygnus.com>
3805
3806 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
3807 Add new BSS_PLT variable for when .plt need not be contained in
3808 the file. Move _etext so that it is also after .fini, and provide
3809 both etext and _etext with a leading underscore. Mark the start
3810 and end of .sbss.
3811
6a345e87
AM
38122000-04-12 Alan Modra <alan@linuxcare.com.au>
3813
3814 * emultempl/elf32.em (struct orphan_save): New.
3815 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3816 hold_interp): Make them struct orphan_save.
3817 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
3818 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
3819 the end of the relevant section list. Also add associated section
3820 statements to the end of any previous orphan statements.
3821 * emultempl/armelf.em: Similarly.
3822 * emultempl/pe.em: Similarly.
3823
8be86746
AM
38242000-04-11 Alan Modra <alan@linuxcare.com.au>
3825
3826 * ld.texinfo (Simple Example): Remove extraneous paragraph.
3827
3b16e843 38282000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
50bbae35 3829
a2d91340 3830 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 3831 --enable-build-warnings option.
a2d91340
AC
3832 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3833 * Makefile.in, configure: Re-generate.
3834
41b49281
AM
38352000-04-04 Alan Modra <alan@linuxcare.com.au>
3836
8ad3436c
AM
3837 * po/ld.pot: Regenerate.
3838
3839 * lexsup.c (help): Restore translated part of bug string.
3840
41b49281
AM
3841 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3842 (DEP): Quote when passing vars to sub-make. Add warning message
3843 to end.
3844 (DEP1): Rewrite for "gcc -MM".
3845 (CLEANFILES): Add DEP2.
3846 Update dependencies.
3847 * Makefile.in: Regenerate.
3848
c20f4f8c
AM
38492000-04-03 Alan Modra <alan@linuxcare.com.au>
3850
3851 * ld.h: #include "bin-bugs.h"
3852 * lexsup.c (help): Use REPORT_BUGS_TO.
3853
adde6300
AM
38542000-03-27 Denis Chertykov <denisc@overta.ru>
3855
3856 * configure.tgt (avr-*-*): New target support.
3857 * Makefile.am: Likewise.
3858 * scripttempl/elf32avr.sc: New script file.
3859 * emulparams/avr1200.sh: New file.
3860 * emulparams/avr23xx.sh: New file.
3861 * emulparams/avr4433.sh New file.
3862 * emulparams/avr44x4.sh New file.
3863 * emulparams/avr85xx.sh New file.
3864 * emulparams/avrmega103.sh New file.
3865 * emulparams/avrmega161.sh New file.
3866 * emulparams/avrmega603.sh New file.
3867 * Makefile.in: Regenerate.
3868
9282ff41
L
38692000-03-09 Andreas Jaeger <aj@suse.de>
3870
3871 * Makefile.am (check-DEJAGNU): Also unset LANG.
3872 * Makefile.in: Rebuild.
3873
a9998805
ILT
38742000-03-06 Ian Lance Taylor <ian@zembu.com>
3875
3876 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
3877 archive.
3878
f9bc20e7
NC
38792000-03-02 H.J. Lu <hjl@gnu.org>
3880
3881 * emulparams/elf32mcore.sh: Include "getopt.h".
3882
4e277b38
ILT
38832000-03-01 Ian Lance Taylor <ian@zembu.com>
3884
3885 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
3886
f0c87f88
NC
38872000-03-01 H.J. Lu <hjl@gnu.org>
3888
3889 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
3890 * emulparams/shpe.sh: Likewise.
3891
38922000-03-01 Nick Clifton <nickc@cygnus.com>
3893
3894 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
3895 to unused parameters.
3896
3897 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
3898 functions only used by DLL code.
3899 (_place_orphan): Initialise 'dollar'.
3900
b6f29aaa
L
39012000-03-01 H.J. Lu <hjl@gnu.org>
3902
3903 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
3904 indicate if the undefined symbol is a fatal error or not.
3905 Don't delete the output file if "fatal" is false.
3906
af28fce3
L
39072000-02-29 H.J. Lu <hjl@gnu.org>
3908
50bbae35 3909 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
3910 Set LC_COLLATE and LC_ALL to null and export them. It is for
3911 sort which expects the C locale.
3912 Add $(LIBS) to all $(HOSTING_LIBS).
3913 * Makefile.in: Rebuild.
3914
40d109bf
AM
39152000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
3916
3917 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
3918 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
3919 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
3920 (ld_emulation_xfer_struct): Add missing NULL initialiser for
3921 find_potential_libraries.
3922
db5be682
JB
39232000-02-28 Jim Blandy <jimb@redhat.com>
3924
3925 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 3926 list entries; the lexer considers commas to be valid part of a
db5be682
JB
3927 filename, so in something like `foo, bar' the comma is considered
3928 part of the first filename, `foo,'.
3929 * ld.texinfo: Update section on EXCLUDE_FILE lists.
3930
3558ff4c
ILT
39312000-02-27 Loren J. Rittle <ljrittle@acm.org>
3932
3933 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3934 host "i[3456]86-*-freebsdelf*".
3935
4eee2681
ILT
39362000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
3937
3938 * scripttempl/i386go32.sc: Move misplaced semicolons.
3939
8d75d12d
ILT
39402000-02-25 Ian Lance Taylor <ian@zembu.com>
3941
3942 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
3943 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
3944 (eelf64hppa.c, ehppaelf.c): Remove targets.
3945 * Makefile.in: Rebuild.
3946
a1836d49
AO
39472000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3948
ad51fb57
AO
3949 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
3950 GNU/Linux/sparc, but keep the default as 32.
3951
a1836d49
AO
3952 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
3953 it default if sparcv9 or sparc64.
3954
344a211f
NC
39552000-02-24 Nick Clifton <nickc@cygnus.com>
3956
3957 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
3958 * Makefile.in: Regenerate.
3959 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
3960
3961 * ldemul.h (ld_emulation_xfer_struct): Add new field:
3962 find_potential_libraries.
3963 * ldemul.c (ldemul_find_potential_libraries): New function.
3964
3965 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 3966 exported.
344a211f
NC
3967 (ldfile_open_file): Call ldemul_find_potential_libraries.
3968 * ldfile.h: Add prototype for ldfile_open_file_search.
3969
3970 * pe-dll.c: Add support for ARM, MIPS and SH targets.
3971
3972 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
3973 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
3974
3975 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
3976 (gld_X_find_potential_libraries): New function. Search for
3977 libraries called "*.lib".
3978
a2b64bed 3979 * scripttempl/pe.sc: Add .pdata section.
344a211f 3980
eaba1dd3
RH
39812000-02-23 Richard Henderson <rth@cygnus.com>
3982
3983 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
3984 Add and use memory regions.
3985
5b93d8bb
AM
39862000-02-23 Linas Vepstas (linas@linas.org)
3987
3988 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
3989
3990 * Makefile.am: Add support for Linux/IBM 370.
3991 * configure.tgt: Likewise.
3992
3993 * Makefile.in: Regenerate.
3994
f6af82bd
AM
39952000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3996
3997 * ldlang.c (print_input_section, print_data_statement,
3998 print_reloc_statement, print_padding_statement, insert_pad,
3999 size_input_section, lang_check_section_addresses,
4000 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 4001 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
4002 (lang_do_assignments): Also change `size' to unsigned.
4003
9e673ad1
RH
40042000-02-16 Richard Henderson <rth@cygnus.com>
4005
4006 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
4007
562d3460
TW
40082000-02-16 Timothy Wall <twall@cygnus.com>
4009
4010 * mri.c (mri_draw_tree): Add default LMA region argument to call
4011 to lang_leave_output_section_statement.
4012 * ldlang.h: Update prototypes with LMA region arguments.
4013 * ldlang.c (lang_size_sections): Encapsulate region bounds
4014 checking in os_check_region call.
4015 (os_check_region): New function.
4016 (lang_output_section_statement_lookup): Initialize lma_region.
4017 (lang_leave_output_section_statement): Add LMA region argument.
4018 (lang_leave_overlay): Ditto.
4019 * ldgram.y: Handle LMA region syntax.
4020 * ld.texinfo (Output Section Description): Describe LMA region usage.
4021 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 4022 lma region in call to lang_leave_output_section_statement.
562d3460 4023 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 4024 lma region in call to lang_leave_output_section_statement.
562d3460 4025 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 4026 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
4027
4028
9e4ed18c
TW
40292000-02-04 Timothy Wall <twall@redhat.com>
4030
4031 * ldlang.c (lang_check_section_addresses): Use bytes instead of
4032 octets when calculating section end addresses.
4033
32edc927
TW
40342000-02-04 Timothy Wall <twall@redhat.com>
4035
4036 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
4037
4cbfc3ac
TW
40382000-02-03 Timothy Wall <twall@redhat.com>
4039
a2b64bed 4040 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4cbfc3ac 4041 octet count.
a2b64bed 4042 * ldlang.c (print_input_section, print_data_statement,
4cbfc3ac
TW
4043 print_reloc_statement, print_padding_statement): Print target
4044 address values and section sizes as bytes, not octets.
4045 (insert_pad) Calculate padding size in octets, and adjust "dot"
4046 by bytes.
4047 (size_input_section) Always adjust "dot" by bytes, not octets.
4048 (lang_check_section_addresses, lang_do_assignments) Adjust
4049 "dot" by bytes, not octets. Use the larger of the directive size
4050 or octets_per_byte for the number of octets actually allocated in
4051 the output section.
4052 (lang_set_startof) Make sure STARTOF returns a target address.
4053 (lang_one_common) Record size changes in octets.
4054 (lang_abs_symbol_at_end_of) Section end symbol's value is
4055 recorded in target bytes.
4056 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
4057 to be clear about behavior when an octet is smaller than one byte.
50bbae35 4058
305c7206
AM
40592000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4060
4061 * ldcref.c (output_cref): Don't pass message strings to printf
4062 as format arg.
4063 Update copyright.
4064
4065 * ldmisc.c (vfinfo): Same here.
4066 Update copyright.
4067
e1c47aa4
AM
40682000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
4069
4070 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
4071 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
4072 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
4073 Add missing NULL initialisers, and comments.
4074
4075 * testsuite/ld-srec/sr3.cc (__rethrow): New.
4076
13392b77
NC
40772000-01-21 Nick Clifton <nickc@cygnus.com>
4078
4079 * ldlang.c (lang_size_sections): Fix typo in comment.
4080
cce4c4c5
NC
40812000-01-18 H.J. Lu <hjl@gnu.org>
4082
4083 * ldlang.c (lang_size_sections): Also update the current
4084 address of a region if the SEC_NEVER_LOAD bit is not set.
4085
0decc840
NC
40862000-01-10 Philip Blundell <pb@futuretv.com>
4087
4088 * configure.tgt (arm*-*-conix*): New target.
4089
4e53152f
NC
40902000-01-07 Nick Clifton <nickc@cygnus.com>
4091
4092 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
4093 line switches with -Wl, (or whatever is appropriate) if it is
4094 being invoked by a comnpiler driver program.
50bbae35 4095 Fix description of the behaviour of the -n command line switch.
4e53152f 4096
3b16e843 40972000-01-05 Catherine Moore <clm@cygnus.com>
18625d54
CM
4098
4099 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
4100 (name_list): New.
4101 * ld.texinfo (EXCLUDE_FILE): Update documentation.
4102 * ldgram.y (wildcard_spec): Support a list of excluded_files.
4103 (exclude_name_list): New.
4104 ldlang.c (walk_wild_section): Support list of excluded files.
4105 (print_wild_statement): Likewise.
4106 (lang_add_wild): Likewise.
4107 * ldlang.h (lang_wild_statement_type): Likewise.
4108 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 4109
5aaace27
NC
41102000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
4111
870df5dc
NC
4112 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
4113 (process_def_file): Use.
4114 (pe_dll_compat_implib): New variable.
4115 (make_one): Use.
50bbae35 4116
870df5dc
NC
4117 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
4118 pe_dll_compat_implib.
50bbae35
AM
4119
4120 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
4121 compat-implib options.
4122 (gld_${EMULATION_NAME}_list_options): List new options.
4123 (gld_${EMULATION_NAME}_parse_args): Handle.
4124
50bbae35 4125 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 4126 dll.
50bbae35
AM
4127
4128 * deffilep.y (opt_name): Allow "." in name.
5aaace27 4129
2f6d2f85 4130For older changes see ChangeLog-9899
252b5132
RH
4131\f
4132Local Variables:
4133mode: change-log
4134left-margin: 8
4135fill-column: 74
4136version-control: never
4137End:
This page took 0.562498 seconds and 4 git commands to generate.