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