Add support for arm-openbsd target
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2001-09-14 Kevin Lo <kevlo@openbsd.org>
2
3 * configure.tgt: Add arm-openbsd target.
4
5 2001-09-12 H.J. Lu <hjl@gnu.org>
6
7 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
8 eelf64lppc.o to ...
9 (ALL_64_EMULATIONS): Here.
10 * Makefile.in: Regenerated.
11
12 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
13
14 * emultempl/pe.em(make_import_fixup): change signature to
15 take asection as well as arelec; we need this for proper
16 error reporting. Only call pe_create_import_fixup() if
17 there is no attempt to add a constant addend to the reloc;
18 otherwise, report error condition.
19 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
20 since final argument is a pointer to make_import_fixup().
21 Change call to cb() to match make_import_fixup() signature.
22 (make_import_fixup_mark): make buffer_len unsigned.
23 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
24
25 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
26
27 * ld.texinfo: add verbose documentation for auto-import
28 direct-addressing workaround, to compliment the terse
29 error message.
30
31 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
32
33 * scripttempl/v850.sc: Add gcc_except_table sections.
34
35 Fri Sep 7 11:34:24 2001 Jeffrey A Law (law@cygnus.com)
36
37 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
38 * emulparams/h8300self.sh: Similarly.
39
40 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
41
42 * ld.texinfo (Options, --stack): Correct default value for stack
43 reserve.
44
45 2001-09-05 Tom Rix <trix@redhat.com>
46
47 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
48
49 2001-09-03 Andreas Jaeger <aj@suse.de>
50
51 * emultempl/beos.em: Declare prototypes for comparions functions,
52 adjust definitions.
53
54 2001-09-02 Andreas Jaeger <aj@suse.de>
55
56 * emultempl/aix.em: Add missing prototype.
57 * emultempl/lnk960.em: Likewise.
58 * emultempl/vanilla.em: Likewise.
59 * emultempl/armcoff.em: Likewise.
60 * emultempl/armelf_oabi.em: Likewise.
61 * emultempl/beos.em: Likewise.
62 * emultempl/gld960c.em: Likewise.
63 * emultempl/gld960.em: Likewise.
64
65 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
66 for prototype declaration.
67
68 2001-08-31 Eric Christopher <echristo@redhat.com>
69 Jason Eckhardt <jle@redhat.com>
70
71 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
72
73 2001-08-31 Andreas Jaeger <aj@suse.de>
74
75 * emultempl/pe.em: Add missing prototypes.
76 (gld_${EMULATION_NAME}_after_open): Remove extra args to
77 pe_find_data_imports.
78 (pr_sym): Add unused attribute.
79
80 2001-08-29 Joel Sherrill <joel@OARcorp.com>
81
82 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
83 default from coff to elf.
84
85 2001-08-29 Jeff Law <law@redhat.com>
86
87 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
88 ARCH specification.
89 * emulparams/h8300self.sh: Similarly.
90
91 Wed Aug 28 13:37:20 2001 J"orn Rennecke <amylaar@redhat.com>
92
93 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
94 eh8300self.o .
95 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
96 * configure.tgt (h8300-*-elf*): New case.
97 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
98 * emulparams/h8300self.sh: New file.
99 * Makefile.in: Regenerated.
100
101 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
102
103 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
104 with macro name.
105
106 2001-08-27 Linus Nordberg <linus@swox.com>
107 Alan Modra <amodra@bigpond.net.au>
108
109 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
110 (eelf64ppc.c, eelf64lppc.c): Add make targets.
111 Run "make dep-am"
112 * Makefile.in: Regenerate.
113 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
114 entries to correct alphabetical position.
115 * emulparams/elf64ppc.sh: New.
116 * emulparams/elf64lppc.sh: New.
117
118 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
119
120 * ldmain.c (main): Declare BSIZE as static.
121
122 2001-08-23 Jakub Jelinek <jakub@redhat.com>
123
124 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
125 into .rel.dyn resp. .rela.dyn if combreloc.
126 (get_script): If .x linker script is equal to .xn, only put it
127 once into the binary.
128 Add .xc and .xsc scripts.
129 (parse_args): Handle -z combreloc and -z nocombreloc.
130 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
131 For .xc and .xsc scripts put all .rel* or .rela* input sections
132 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
133 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
134 is elf.
135 Strip trailing whitespace from script.
136 Generate .xc and .xsc scripts if requested.
137 * ldmain.c (main): Initialize link_info.combreloc and
138 link_info.spare_dynamic_tags.
139 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
140 (ld_options): Add --spare-dynamic-tags option.
141 (parse_args): Likewise.
142 * ld.texinfo: Document -z combreloc and -z nocombreloc.
143 * ldint.texinfo: Document .xc and .xsc linker scripts.
144 * NEWS: Add notes about -z combreloc and SHF_MERGE.
145
146 2001-08-22 H.J. Lu <hjl@gnu.org>
147
148 * emulparams/elf32fr30.sh: Add a newline.
149
150 2001-08-21 Andreas Jaeger <aj@suse.de>
151
152 * deffilep.y: Add missing prototypes.
153 * pe-dll.c: Likewise.
154
155 2001-08-20 Alan Modra <amodra@bigpond.net.au>
156
157 * ldlang.c (insert_pad): Fix typos in last patch.
158
159 * ldlang.c: When traversing lang_statement_union_type lists,
160 consistently use "header.next" rather than "next".
161 * mpw-eppcmac.c: Likewise.
162 * emultempl/beos.em: Likewise.
163 * emultempl/hppaelf.em: Likewise.
164 * emultempl/pe.em: Likewise.
165 * ldlang.h (union lang_statement_union): Remove "next" field.
166
167 * ldlang.c (insert_pad): Use offsetof macro.
168 (lang_size_sections): Always neuter padding statements.
169 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
170
171 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
172 passed to lang_size_sections.
173 (pe_exe_fill_sections): Likewise.
174 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
175 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
176
177 2001-08-18 Alan Modra <amodra@bigpond.net.au>
178
179 * emultempl/aix.em: Formatting fixes.
180
181 2001-08-18 Alan Modra <amodra@bigpond.net.au>
182
183 * ldlang.c (insert_pad): Make use of an existing pad statement if
184 available. Move code calculating alignment, adjusting section
185 alignment power, and adjusting dot to ..
186 (size_input_section): .. here. Remove unused relax param.
187 (lang_size_sections): Change boolean `relax' param to boolean *.
188 Adjust call to size_input_section. Make use of insert_pad to
189 place pad after the assignment statement. If relaxing, zap
190 padding statements.
191 (reset_memory_regions): Reset output_bfd section sizes too.
192 (relax_again): Move to..
193 (lang_process): ..here. Adjust call to lang_size_sections, and
194 remove duplicated code.
195 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
196
197 2001-08-17 Alan Modra <amodra@bigpond.net.au>
198
199 * ld.texinfo: Document that fill values now use the four least
200 significant bytes.
201 * emulparams/elf32fr30.sh (NOP): Update.
202 * emulparams/elf32mcore.sh: Likewise.
203 * emulparams/elf64_s390.sh: Likewise.
204 * emulparams/elf_i386.sh: Likewise.
205 * emulparams/elf_i386_be.sh: Likewise.
206 * emulparams/elf_i386_chaos.sh: Likewise.
207 * emulparams/elf_i386_ldso.sh: Likewise.
208 * emulparams/elf_s390.sh: Likewise.
209 * emulparams/elf_x86_64.sh: Likewise.
210 * emulparams/i386moss.sh: Likewise.
211 * emulparams/i386nw.sh: Likewise.
212 * emulparams/m68kelf.sh: Likewise.
213 * scripttempl/elf.sc: Update NOP comment.
214 * scripttempl/elfi370.sc: Likewise.
215 * scripttempl/elfm68hc11.sc: Likewise.
216 * scripttempl/elfm68hc12.sc: Likewise.
217 * scripttempl/nw.sc: Likewise.
218
219 2001-08-15 Tom Rix <trix@redhat.com>
220
221 * ldgram.y (saved_script_handle): Initialize to NULL.
222 * ldmain.c (main): Change check on saved_script_handle.
223
224 2001-08-14 Alan Modra <amodra@bigpond.net.au>
225
226 * emultempl/elf32.em: Formatting fixes.
227 (output_prev_sec_find): Test for bfd_ind_section too; do so by
228 looking at sec->owner.
229 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
230 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
231 unused code, and reorganize orphan section placement code.
232
233 * ldlang.c (wild_doit): Rename to lang_add_section.
234 * ldlang.h: Here too.
235 * mpw-elfmips.c: And here.
236 * emultempl/beos.em: And here.
237 * emultempl/elf32.em: And here.
238 * emultempl/hppaelf.em: And here.
239 * emultempl/pe.em: And here.
240
241 2001-08-13 Richard Henderson <rth@redhat.com>
242
243 * emultempl/needrelax.em: New file.
244 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
245 * Makefile.am (eelf64_ia64.c): Depend on it.
246 * Makefile.in: Rebuild.
247
248 2001-08-13 Alan Modra <amodra@bigpond.net.au>
249
250 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
251 output_section is set non-NULL.
252
253 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
254 `true' for SEC_EXCLUDE sections so that the generic code doesn't
255 needlessly create an output_section_statement. Treat a correctly
256 named output_section_statement with NULL bfd_section as compatible.
257
258 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
259
260 * emultempl/generic.em: Support EXTRA_EM_FILE.
261 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
262 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
263 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
264 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
265 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
266 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
267 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
268 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
269 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
270 LDEMUL_FIND_POTENTIAL_LIBRARIES.
271
272 2001-08-12 Richard Henderson <rth@redhat.com>
273
274 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
275 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
276 scripttempl/v850.sc: Keep .jcr data.
277
278 2001-08-12 H.J. Lu <hjl@gnu.org>
279 Andrew Haley <aph@cambridge.redhat.com>
280 Nick Clifton <nickc@redhat.com>
281
282 * ldgram.y (had_script): Change name to saved_script_handle.
283 Change type to file handle.
284 * ld.h (had_script): Rename and retype.
285 * ldfile.c (ldfile_open_command_file): Save the file handle
286 used in saved_script_handle.
287 * lexsup.c (parse_args): Do not allow -c option to alter
288 saved_script_handle.
289 * ldmain.c (main): Print out the linker script used if
290 --verbose is given. Check saved_script_handle to obtain the
291 external linker script used, or if NULL, dump the builtin
292 script.
293 * ld.texinfo: Document that --verbose now dumps the linker
294 script used, regardless of whether it was an internal or an
295 external script.
296
297 2001-08-10 Andreas Jaeger <aj@suse.de>
298
299 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
300 to build warnings.
301 * configure: Regenerate.
302
303 2001-08-09 Alan Modra <amodra@bigpond.net.au>
304
305 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
306
307 * scripttempl/elf.sc: Move non-text .dynamic section before
308 .plt/.got/.sdata* group.
309 (OTHER_GOT_SECTIONS): Move to immediately after .got.
310 (OTHER_SDATA_SECTIONS): Add.
311 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
312 OTHER_GOT_SECTIONS.
313 * emulparams/crislinux.sh: Likewise.
314 * emulparams/elf32b4300.sh: Likewise.
315 * emulparams/elf32bmip.sh: Likewise.
316 * emulparams/elf32bmipn32.sh: Likewise.
317 * emulparams/elf32bsmip.sh: Likewise.
318 * emulparams/elf32btsmip.sh: Likewise.
319 * emulparams/elf32ebmip.sh: Likewise.
320 * emulparams/elf32elmip.sh: Likewise.
321 * emulparams/elf32l4300.sh: Likewise.
322 * emulparams/elf32lmip.sh: Likewise.
323 * emulparams/elf32lsmip.sh: Likewise.
324 * emulparams/elf32ltsmip.sh: Likewise.
325 * emulparams/elf64bmip.sh: Likewise.
326 * emulparams/elf64btsmip.sh: Likewise.
327 * emulparams/elf64ltsmip.sh: Likewise.
328
329 2001-08-08 Alan Modra <amodra@bigpond.net.au>
330
331 * genscripts.sh: Source the emulparams script before each output
332 script is generated so that variables like `RELOCATING' may affect
333 variables defined in the emulparams script.
334
335 2001-08-04 Alan Modra <amodra@bigpond.net.au>
336
337 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
338 order.
339
340 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
341 ie. iterate over wild_statement.section_list.
342 (gld${EMULATION_NAME}_place_orphan): Likewise.
343
344 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
345
346 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
347 .fini[0-4] sections used by _exit
348 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
349 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
350 * scripttempl/elfm68hc11.sc: Likewise.
351
352 2001-08-03 H.J. Lu <hjl@gnu.org>
353
354 * emultempl/beos.em (init): Add the missing initialization.
355
356 2001-08-03 Alan Modra <amodra@bigpond.net.au>
357
358 * ld.texinfo (Input Section Basics): Clarify ordering of output
359 sections.
360 * ldlang.c (callback_t): Add wildcard_list param.
361 (walk_wild_section): Remove "section" param. Rewrite for
362 lang_wild_statement_type change. Remove unique_section_p test.
363 (walk_wild_file): Remove "section" param.
364 (walk_wild): Remove "section" and "file" params.
365 (lang_gc_wild): Likewise.
366 (wild): Likewise. Modify for lang_wild_statement_type change.
367 (wild_sort): Likewise. Add "sec" param.
368 (gc_section_callback): Likewise.
369 (output_section_callback): Likewise. Do unique_section_p test.
370 (map_input_to_output_sections): Modify call to wild.
371 (lang_gc_sections_1): Likewise.
372 (print_wild_statement): Modify for lang_wild_statement_type
373 change.
374 (lang_add_wild): Replace filename, filenames_sorted param with
375 filespec. Replace section_name, sections_sorted,
376 exclude_filename_list with section_list.
377 * ldlang.h (lang_add_wild): Here too.
378 (lang_wild_statement_type): Replace section_name, sections_sorted,
379 and exclude_filename_list with section_list.
380 * ldgram.y (current_file): Delete.
381 (%union): Add wildcard_list.
382 (file_NAME_list): Set type to wildcard_list. Build a linked list
383 rather than calling lang_add_wild for each entry.
384 (input_section_spec_no_keep): Call lang_add_wild here instead.
385 * ld.h (struct wildcard_list): Declare.
386 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
387
388 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
389
390 * ldmain.c (main): initialize link_info.pei386_auto_import
391 * pe-dll.c: new tables for auto-export filtering
392 (auto_export): change API, pass abfd for contextual filtering.
393 Loop thru tables of excluded symbols instead of comparing
394 "by hand".
395
396 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
397
398 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
399 static variable current_sec (static struct sec *). Add
400 forward declaration for add_bfd_to_link.
401 (process_def_file): Don't export undefined symbols. Do not
402 export symbols starting with "_imp__". Call auto_export()
403 with new API.
404 (pe_walk_relocs_of_symbol): New function.
405 (generate_reloc): add optional extra debugging
406 (pe_dll_generate_def_file): eliminate extraneous initial blank
407 line in output
408 (make_one): enlarge symtab to make room for __nm__ symbols
409 (DATA auto-import support).
410 (make_singleton_name_thunk): New function.
411 (make_import_fixup_mark): New function.
412 (make_import_fixup_entry): New function.
413 (pe_create_import_fixup): New function.
414 (add_bfd_to_link): Specify that 'name' argument is a CONST
415 char *.
416 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
417 declare new functions pe_walk_relocs_of_symbol and
418 pe_create_import_fixup.
419 * emultempl/pe.em: add new options --enable-auto-import,
420 --disable-auto-import, and --enable-extra-pe-debug.
421 (make_import_fixup): New function.
422 (pe_find_data_imports): New function.
423 (pr_sym): New function.
424 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
425 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
426 CODE.
427
428 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
429
430 * ld.texinfo: add additional documentation for
431 --export-all-symbols. Document --out-implib,
432 --enable-auto-image-base, --disable-auto-image-base,
433 --dll-search-prefix, --enable-auto-import, and
434 --disable-auto-import.
435 * ldint.texinfo: Add detailed documentation on auto-import
436 implementation.
437
438 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
439
440 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
441 example.
442
443 2001-07-24 Alan Modra <amodra@bigpond.net.au>
444
445 * Makefile.am: Update dependencies with "make dep-am".
446 * Makefile.in: Regenerate
447
448 2001-07-23 Alan Modra <amodra@bigpond.net.au>
449
450 * ldcref.c (check_section_sym_xref): New function.
451 (check_nocrossrefs): Call it.
452 (check_nocrossref): Interate over h->refs here instead of..
453 (check_refs): ..here. Pass in the symbol name, section, and bfd
454 rather than hash_entry pointers.
455 (struct check_refs_info): Keep symbol name rather than hash entry.
456 Remove "same".
457 (check_reloc_refs): Tweak for above changes in check_refs_info.
458 Only report references to section syms when symname is NULL to
459 prevent duplicate messages for the same reloc.
460
461 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
462
463 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
464 available. Do not print NULL trees.
465 (exp_print_token): Print unknown tokens with values > 126 as
466 decimal values not ASCII characters.
467
468 * ldlang.c (lang_leave_overlay): If a region is specified assign
469 it to all sections inside the overlay unless they have been
470 assigned to the own, non-default, memory region.
471
472 * README: Add header for consistency with other README files.
473
474 2001-07-14 H.J. Lu <hjl@gnu.org>
475
476 * emultempl/elf32.em (output_prev_sec_find): Never return
477 bfd_abs_section_ptr, bfd_com_section_ptr nor
478 bfd_und_section_ptr.
479
480 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
481
482 * Makefile.am (em32relf.c): Change dependency from generic.em to
483 elf32.em.
484 * Makefile.in: Regenerate.
485
486 2001-07-14 matthew green <mrg@eterna.com.au>
487
488 * configure.tgt (i386-*-netbsdelf*): New target.
489 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
490
491 2001-07-13 Jakub Jelinek <jakub@redhat.com>
492
493 * emultempl/elf32.em (output_prev_sec_find): New.
494 (place_orphan): Use it.
495
496 2001-07-11 H.J. Lu <hjl@gnu.org>
497
498 * ldmain.c (main): Fix typos in the last change.
499
500 2001-07-11 Jakub Jelinek <jakub@redhat.com>
501
502 * ldmain.c (main): Disallow -F and -f without -shared.
503
504 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
505
506 * emultempl/pe.em (after_open): Check for the output_bfd not
507 having any coff_data structure allocated to it.
508
509 2001-07-09 David O'Brien <obrien@FreeBSD.org>
510
511 * emultempl/elf32.em: Do not assuming that contents of the buffer
512 returned from basename function will remain unchanged accross other
513 function calls.
514
515 2001-07-03 H.J. Lu <hjl@gnu.org>
516
517 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
518 2001-07-03. It creates dynamic entries even for static binaries.
519
520 2001-07-03 Jakub Jelinek <jakub@redhat.com>
521
522 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
523 (DYNAMIC): Use it to reserve few dynamic entries for
524 post-linking tools.
525
526 2001-06-27 Alan Modra <amodra@bigpond.net.au>
527
528 * emulparams/hppa64linux.sh: New file.
529 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
530 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
531 (ehppa64linux.c): Add rule to make it.
532 Run "make dep-am".
533 * Makefile.in: Regenerate.
534
535 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
536
537 * ld.texinfo (Options, -r): Mention restrictions when using
538 different object formats.
539
540 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
541
542 * ldlang.c (lang_check): Emit fatal error if relocatable link
543 between different object flavours with relocations in input.
544
545 2001-06-19 H.J. Lu <hjl@gnu.org>
546
547 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
548 (--version-script): Mention the language support.
549
550 2001-06-19 H.J. Lu <hjl@gnu.org>
551
552 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
553
554 2001-06-18 H.J. Lu <hjl@gnu.org>
555
556 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
557 (diststuff): Add $(MANS).
558 * Makefile.in: Regenerated.
559
560 * ld.1: Removed.
561
562 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
563
564 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
565 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
566 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
567 * ld.h (args_type): Remove member export_dynamic. All users
568 changed to use struct bfd_link_info member.
569
570 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
571 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
572 * Makefile.in: Regenerate.
573
574 2001-06-18 H.J. Lu <hjl@gnu.org>
575
576 * ldlang.c (init_os): Add the newline to the einfo call.
577 (lang_check): Likewise.
578 (lang_do_version_exports_section): Likewise.
579
580 2001-06-15 H.J. Lu <hjl@gnu.org>
581
582 * lexsup.c (parse_args); Save optind to report unrecognized
583 option.
584
585 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
586
587 * ldlang.c (lang_check): Emit fatal error if relocatable link
588 between different object flavours.
589
590 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
591 Set new link_info member export_dynamic.
592 * ldmain.c (main): Initialize new link_info member export_dynamic.
593
594 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
595
596 * ldlang.c (walk_wild): Only call walk_wild_file if
597 lookup_name returns something.
598 (lookup_name): If load_symbols fails, return NULL.
599 (load_symbols): Change to a boolean function.
600 (open_input_bfds): If load_symbols fails then do not make the
601 executable.
602
603 2001-06-08 Alan Modra <amodra@bigpond.net.au>
604
605 * ldlang.c (record_bfd_errors): Remove.
606
607 * emultempl/aix.em: Fix copyright dates.
608
609 2001-06-07 Andreas Jaeger <aj@suse.de>
610
611 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
612 (TEXT_START_ADDR): Likewise.
613
614 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
615
616 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
617
618 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
619
620 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
621
622 2001-05-31 H.J. Lu <hjl@gnu.org>
623
624 * ldlang.c (open_input_bfds): Don't change the bfd error
625 handler whilst loading symbols.
626
627 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
628
629 * configure.tgt: Remove i370-mvs architecture, it is not currently
630 supported.
631
632 2001-05-25 H.J. Lu <hjl@gnu.org>
633
634 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
635 like emulparams/aixppc.sh.
636
637 2001-05-25 H.J. Lu <hjl@gnu.org>
638
639 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
640 setting of output_filename after bfd_scan_arch.
641 * emultempl/pe.em: Likewise.
642
643 2001-05-25 H.J. Lu <hjl@gnu.org>
644
645 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
646 like emulparams/aixppc.sh.
647
648 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
649 instead of ${srcdir}/emultempl/stringify.sed.
650
651 2001-05-25 Timothy Wall <twall@oculustech.com>
652
653 * emulparams/elf64_aix.sh: Change settings to match IBM linker
654 output.
655
656 2001-05-25 Alan Modra <amodra@one.net.au>
657
658 * configure.host: Replace linuxoldld with linux*oldld.
659 * configure.tgt: Likewise.
660
661 2001-05-24 H.J. Lu <hjl@gnu.org>
662
663 * emultempl/stringify.sed: Removed again.
664
665 2001-05-24 H.J. Lu <hjl@gnu.org>
666
667 * emultempl/aix.em (OUTPUT_ARCH): Defined.
668 (gld${EMULATION_NAME}_before_parse): Initialize
669 ldfile_output_architecture, ldfile_output_machine and
670 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
671 * emultempl/beos.em: Likewise.
672 * emultempl/elf32.em: Likewise.
673 * emultempl/linux.em: Likewise.
674 * emultempl/mipsecoff.em: Likewise.
675 * emultempl/pe.em: Likewise.
676 * emultempl/sunos.em: Likewise.
677
678 2001-05-24 Tom Rix <trix@redhat.com>
679
680 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
681 udate import file format.
682 (change_symbol_mode) New, same
683 (is_syscall) New, same
684 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
685 * emulparams/aixppc64.sh : same
686 * emulparams/aixrs6.sh : same
687 * emulparams/ppcmacos.sh : same
688 * emultempl/aix.em : use strtoull to parse options
689 * Makefile.am : add eaixppc64 emulation for xcoff64
690 * Makefile.in : same
691 * configure.tgt : same
692
693 * scripttempl/aix.sc : default text section offset to 0x10000000
694 default data section offset to 0x20000000
695 add .sv3264 and .sv64 pseudo sections
696 loader and debug sections use the currect section offset.
697
698 * emultempl/aix.em : Add xcoff64 support
699 Add -binitfini support
700 (gld${EMULATION_NAME}_before_parse) -binitfini
701 (gld${EMULATION_NAME}_parse_args) same
702 (gld${EMULATION_NAME}_before_allocation) format change for special
703 sections
704
705 * emulparams/aixppc64.sh : New file for xcoff64 support
706
707 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
708
709 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
710 variable to avoid non-portable shell construct.
711
712 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
713
714 * ldmain.c (get_emulation): Add -mips5 command line argument.
715
716 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
717
718 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
719 (ELF_INTERPRETER_NAME): Define it.
720 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
721 it.
722 * configure.tgt (targ_emul, targ_extra_emuls)
723 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
724 as primary, elf_i386 as extra.
725 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
726 (eelf_i386_ldso.c): New rule.
727 * Makefile.in: Rebuilt.
728
729 2001-05-22 Nick Clifton <nickc@redhat.com>
730
731 * lexsup.c (ld_options): Allow -I to be an alias for
732 --dynamic-linker. This is for Solaris compatability.
733 * ld.texinfo: Document that -I can be used.
734 * ld.1: Regenerate.
735
736 2001-05-16 Alan Modra <amodra@one.net.au>
737
738 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
739 whether an input section is the first one assigned to an output
740 section.
741 Assorted formatting fixes.
742
743 2001-05-14 DJ Delorie <dj@delorie.com>
744
745 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
746 * Makefile.in: Ditto.
747
748 2001-05-11 Jakub Jelinek <jakub@redhat.com>
749
750 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
751 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
752 output sections.
753 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
754
755 2001-05-11 Jakub Jelinek <jakub@redhat.com>
756
757 * ldlang.c (lang_process): Call bfd_merge_sections.
758
759 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
760
761 * ldgram.y: Fix typo.
762
763 2001-05-03 H.J. Lu <hjl@gnu.org>
764
765 * emultempl/elf32.em: Include "libiberty.h".
766 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
767 basename of the bfd filename.
768 (gld${EMULATION_NAME}_stat_needed): Likewise.
769 (gld${EMULATION_NAME}_try_needed): Likewise.
770 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
771
772 2001-05-02 H.J. Lu <hjl@gnu.org>
773
774 * emultempl/pe.em: Include <ctype.h>.
775
776 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
777
778 * emulparams/elf32openrisc.sh: New file.
779
780 * Makefile.am: Add OpenRISC target.
781 * Makefile.in: Regenerated.
782
783 * configure.tgt: Add openrisc-*-* mapping.
784
785 2001-05-02 Nick Clifton <nickc@redhat.com>
786
787 * emultempl/aix.em: Replace buystring with xstrdup.
788 * emultempl/beos.em: Replace buystring with xstrdup.
789
790 2001-05-02 H.J. Lu <hjl@gnu.org>
791
792 * ldfile.c: Include "libiberty.h".
793 * ldlex.l: Likewise.
794
795 * ldmisc.c (buystring): Removed.
796 * ldmisc.h: Likewise.
797
798 * ldfile.c: Replace buystring with xstrdup.
799 * ldlang.c: Likewise.
800 * ldlex.l: Likewise.
801 * ldmain.c: Likewise.
802 * ldmisc.c: Likewise.
803 * lexsup.c: Likewise.
804 * mpw-eppcmac.c: Likewise.
805
806 2001-04-30 Andreas Jaeger <aj@suse.de>
807
808 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
809
810 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
811
812 * ldlang.c (load_symbols): Give emulation a chance
813 to process unrecognized file before fatal error is
814 reported, not after.
815
816 2001-04-27 Sean McNeil <sean@mcneil.com>
817
818 * configure.tgt: Add arm-vxworks target.
819 * scripttempl/armcoff.sc: Support .text or .data as a section name
820 prefix.
821 Define _etext.
822
823 2001-04-13 J.T. Conklin <jtc@redback.com>
824
825 * ld.texinfo: Document --fatal-warnings.
826 * ld.1: Regenerate.
827
828 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
829 warnings have been turned into errors.
830 * lexsup.c (OPTION_WARN_FATAL): Define.
831 (ld_options): Entry for --fatal-warnings.
832 (parse_args): Handle OPTION_WARN_FATAL.
833 * ld.h (ld_config_type): Add fatal_warnings field.
834
835 2001-04-13 Jakub Jelinek <jakub@redhat.com>
836
837 * ldmain.c (main): Default to discard_sec_merge.
838 * lexsup.c (OPTION_DISCARD_NONE): Define.
839 (ld_options): Add --discard-none.
840 (parse_args): Handle OPTION_DISCARD_NONE.
841 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
842 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
843 all its input sections match.
844
845 2001-04-05 Steven J. Hill <sjhill@cotw.com>
846
847 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
848 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
849 (eelf32ltsmip.c): New target.
850 (eelf64btsmip.c): Likewise.
851 (eelf64ltsmip.c): Likewise.
852 * Makefile.in: Regenerated.
853
854 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
855 target.
856 (mips*-*-linux-gnu*): Likewise.
857
858 * emulparams/elf32ltsmip.sh: New. Traditional little endian
859 MIPS taget.
860 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
861 target.
862 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
863 endian target.
864
865 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
866
867 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
868 correct value of __Stext here.
869 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
870 .startup section.
871
872 * emulparams/crislinux.sh: Remove FIXME.
873
874 2001-04-02 Alan Modra <alan@linuxcare.com.au>
875
876 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
877 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
878
879 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
880
881 * configure.tgt (cris-*-*): Change default emulation to criself.
882 (cris-*-*aout*): New rule.
883
884 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
885
886 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
887 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
888
889 2001-03-26 Andreas Jaeger <aj@suse.de>
890
891 * ld.texinfo (Overview): Fix syntax in texi code.
892
893 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
894
895 * ld.texinfo: Put @c man indications to generate the ld man page.
896 When generating man, define all the variables. Define SEEALSO
897 and SYNOPSIS. Re-organize some lines to avoid the cross references.
898 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
899 (ld.1): Generate from ld.texinfo.
900 * Makefile.in: Regenerate.
901
902 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
903
904 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
905 and '-fdata-sections'. Set the VMA of STABS sections to zero.
906
907 2001-03-17 Ulrich Drepper <drepper@redhat.com>
908
909 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
910 is an absolute path look only for this file and not along the path.
911
912 2001-03-17 Ulrich Drepper <drepper@redhat.com>
913
914 * emultempl/elf32.em (OPTION_GROUP): New macro.
915 Add new option Bgroup to longopts.
916 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
917 (gld*_list_options): Add -Bgroup and -z defs.
918 * ld.1: Document -Bgroup and -z defs.
919 * ld.texinfo: Likewise.
920
921 2001-03-07 Michael Meissner <meissner@redhat.com>
922
923 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
924 with sections created by -fdata-sections.
925 (.dynbss,.bss): Ditto.
926
927 2001-03-05 Alan Modra <alan@linuxcare.com.au>
928
929 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
930 after_allocation_default, not gld..._before_allocation.
931
932 2001-02-27 Alan Modra <alan@linuxcare.com.au>
933
934 * configure.in (BFD_VERSION): New.
935 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
936 * configure: Regenerate.
937 * Makefile.am: Run "make dep-am"
938 * Makefile.in: Regenerate.
939
940 2001-02-26 Timothy Wall <twall@cygnus.com>
941
942 * emulparams/elf64_aix.sh: Add additional read-only sections;
943 uncomment lines which are now required.
944
945 2001-02-26 H.J. Lu <hjl@gnu.org>
946
947 * ldlang.c (open_input_bfds): Set the bfd error handler so
948 that problems can be caught whilst loading symbols.
949 (record_bfd_errors): New function: Report BFD errors and mark
950 the executable output as being invalid.
951
952 2001-02-22 Timothy Wall <twall@cygnus.com>
953
954 * configure.host: Add configuration for ia64-*-aix*.
955 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
956 Add dependencies for eelf64_aix.c.
957 * Makefile.in: Regenerate.
958 * configure.tgt: Add ia64-*-aix* mapping.
959 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
960 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
961 AIX-specific test.
962
963 2001-02-20 H.J. Lu <hjl@gnu.org>
964
965 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
966 false if we found the file.
967
968 2001-02-18 David O'Brien <obrien@FreeBSD.org>
969
970 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
971 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
972
973 2001-02-18 lars brinkhoff <lars@nocrew.org>
974
975 * Makefile.am: Add PDP-11 target.
976 * configure.tgt: Likewise.
977 * emulparams/pdp11.sh: New file.
978
979 2001-02-17 David O'Brien <obrien@FreeBSD.org>
980
981 * configure.host: Add a generic FreeBSD configuration entry such that
982 all [modern] FreeBSD systems on all platforms will look the same.
983
984 2001-02-14 H.J. Lu <hjl@gnu.org>
985
986 * configure.tgt: Remove mention of earmelf_linux26.
987
988 2001-02-13 Richard Henderson <rth@redhat.com>
989
990 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
991
992 2001-02-13 H.J. Lu <hjl@gnu.org>
993
994 * ldexp.h (node_type): Add etree_provided.
995 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
996 type to etree_provided if defined by PROVIDE. Allow updating
997 for etree_provided.
998 (exp_print_tree): Handle etree_provided.
999 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
1000 etree_provided.
1001
1002 2001-02-09 David Mosberger <davidm@hpl.hp.com>
1003
1004 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
1005 .IA_64.unwind.* pattern to unwind table section and
1006 .IA_64.unwind_info* pattern to unwind info section.
1007
1008 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1009
1010 * Makefile.am: Add linux target for S/390.
1011 * Makefile.in: Likewise.
1012 * configure.host: Likewise.
1013 * configure.tgt: Likewise.
1014 * emulparams/elf64_s390.sh: New file.
1015 * emulparams/elf_s390.sh: New file.
1016
1017 2001-02-09 Jakub Jelinek <jakub@redhat.com>
1018
1019 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
1020 targ_extra_libpath.
1021 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
1022
1023 2001-02-06 Philip Blundell <philb@gnu.org>
1024
1025 * Makefile.am: Remove mention of earmelf_linux26.
1026 * Makefile.in: Regenerate.
1027
1028 2001-02-04 Philip Blundell <philb@gnu.org>
1029
1030 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
1031 * emulparams/armelf_linux26.sh: Delete.
1032 * configure.tgt: Remove mention of armelf_linux26 emulation.
1033
1034 2001-02-01 Nick Clifton <nickc@redhat.com>
1035
1036 * ld.1: Replace occurances of -oformat with --oformat.
1037
1038 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
1039
1040 * ldlang.c (lang_leave_overlay): Don't set lma_region when
1041 load_base is specified.
1042
1043 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
1044
1045 * emultempl/elf32.em: Correct spelling in comments and listed
1046 options.
1047
1048 2001-01-23 Alan Modra <alan@linuxcare.com.au>
1049
1050 * ldlang.c (lang_leave_overlay): Only set lma_region from the
1051 default for the first section of a group of overlay sections.
1052
1053 2001-01-22 Alan Modra <alan@linuxcare.com.au>
1054
1055 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
1056 * Makefile.in: Regenerate.
1057 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
1058 Check for null tool_dir.
1059
1060 2001-01-16 Jim Wilson <wilson@redhat.com>
1061
1062 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
1063 and IA_64.unwind.info.
1064
1065 2001-01-16 H.J. Lu <hjl@gnu.org>
1066
1067 * ldlang.c (lang_check): Merge the private data only if the
1068 input file has contents.
1069
1070 2001-01-14 Alan Modra <alan@linuxcare.com.au>
1071
1072 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
1073
1074 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
1075 enabling search for libmilli. On a relocatable link, make .text
1076 sections unique.
1077 (LDEMUL_AFTER_PARSE): Define.
1078 (hppaelf_finish): Correct spelling of relocatable in comments.
1079
1080 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1081 rummage through the script for sections on the unique list.
1082 Correct length of strncmp for ".note".
1083 (gld${EMULATION_NAME}_check_needed): Rearrange function.
1084
1085 * ldlang.c (unique_section_list): New var.
1086 (unique_section_p): New function.
1087 (walk_wild_section): Don't match sections on unique_section_list.
1088 (lang_add_unique): New function.
1089 Correct spelling of relocatable in comments.
1090
1091 * ldlang.h (struct unique_sections): Declare.
1092 (unique_section_list): Declare.
1093 (unique_section_p): Declare.
1094 (lang_add_unique): Declare.
1095
1096 * lexsup.c (ld_options): Allow --unique to take an optional arg.
1097 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
1098
1099 * ld.texinfo (--unique): Update.
1100
1101 2001-01-13 Nick Clifton <nickc@redhat.com>
1102
1103 * lexsup.c (parse_args): Remove spurious white space.
1104
1105 2001-01-12 Nick Clifton <nickc@redhat.com>
1106
1107 * lexsup.c (parse_args): Update copyright date.
1108
1109 2001-01-12 Philip Blundell <pb@futuretv.com>
1110
1111 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
1112
1113 2001-01-10 Kazu Hirata <kazu@hxi.com>
1114
1115 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
1116 * scripttempl/h8300h.sc: Fix formatting.
1117 * scripttempl/h8300s.sc: Likewise.
1118 * scripttempl/h8500.sc: Likewise.
1119 * scripttempl/h8500b.sc: Likewise.
1120 * scripttempl/h8500c.sc: Likewise.
1121 * scripttempl/h8500m.sc: Likewise.
1122 * scripttempl/h8500s.sc: Likewise.
1123
1124 2000-01-07 David O'Brien <obrien@BSDi.com>
1125
1126 * emultempl/elf32.em: Only perform Linux ld hints processing when
1127 targeting Linux.
1128
1129 2001-01-07 Philip Blundell <philb@gnu.org>
1130
1131 * ld.texinfo (Bug Reporting): Update email address for reports.
1132
1133 2000-12-31 Nick Clifton <nickc@redhat.com>
1134
1135 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
1136 options by checking for a return value of '?' not -1.
1137
1138 2000-12-28 Nick Clifton <nickc@redhat.com>
1139
1140 * lexsup.c (struct ld_option): Add new enum value:
1141 EXACTLY_TWO_DASHES.
1142 (ld_options[]): Change -omagic, -output and -oformat options
1143 to be EXACTLY_TWO_DASHES.
1144 (OUTPUT_COUNT): Use ARRAY_SIZE.
1145 (parse_args): Change parameter 'argc' to unsigned.
1146 Place EXACTLY_TWO_DASHES options into new really_longopts
1147 array.
1148 If getopt_long_only fails, try calling getopt_long using the
1149 really_longopts array.
1150 (help): Print a double dash for both EXACTLY_TWO_DASHES and
1151 TWO_DASHES options.
1152
1153 * ldlex.h: Fix prototype of parse_args.
1154
1155 * ld.texinfo: Document that long options starting with 'o'
1156 must be preceeded by two dashes. Change example of a single
1157 dashed long option from -oformat to -trace-symbol.
1158
1159 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1160
1161 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
1162 (longopts[]): New --no-default-excludes option.
1163 (gld_${EMULATION_NAME}_list_options): Document.
1164 (gld_${EMULATION_NAME}_parse_args): Handle.
1165
1166 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1167
1168 * ldlang.c (new_stat): Revert the last beautification with "innocent"
1169 whitespace, it breaks the K&R C preprocessor.
1170
1171 2000-12-11 DJ Delorie <dj@redhat.com>
1172
1173 * ld.texinfo: Add notes about --whole-archive and gcc.
1174
1175 2000-11-18 Fred Fish <fnf@be.com>
1176
1177 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
1178 (ld_options): Entry for --allow-shlib-undefined.
1179 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
1180 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
1181 to false.
1182 * ld.texinfo: Document new command line switch.
1183
1184 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
1185
1186 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
1187 .fixup is actually read/write.
1188 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1189 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1190 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1191
1192 Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
1193
1194 * NEWS: Add note about x86_64 architecture.
1195
1196 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
1197
1198 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
1199 Set DWARF2 sections to a VMA of zero.
1200
1201 2000-12-01 Joel Sherrill <joel@OARcorp.com>
1202
1203 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
1204 New targets.
1205 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1206 (sparc*-*-rtems*): Switched from a.out to ELF.
1207
1208 2000-11-30 Jan Hubicka <jh@suse.cz>
1209
1210 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
1211 (eelf_x86_64.c): New.
1212 * Makefile.in: Regenerate.
1213 * configure.tgt: Add support for x86_64-*-linux-gnu*.
1214 * emulparams/elf_x86_64.sh: New.
1215
1216 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
1217
1218 * emulparams/crislinux.sh (ENTRY): Change back to _start.
1219 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
1220
1221 * scripttempl/crisaout.sc: Change all RELOCATING not related to
1222 merging non-a.out sections into CONSTRUCTING.
1223
1224 2000-11-28 Nick Clifton <nickc@redhat.com>
1225
1226 * ld.1 (COPYING): Mention that the GNU Free Documentation
1227 License is present in the sources, but not the output, and
1228 also available from the GNU website.
1229 (GNU Free Documentation License): Comment out this section.
1230
1231 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
1232
1233 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
1234 does not use them.
1235
1236 2000-11-25 David O'Brien <obrien@FreeBSD.org>
1237
1238 * ld.1: Remove old date so it does not give the impression the manpage
1239 is way out of date.
1240
1241 2000-11-24 Nick Clifton <nickc@redhat.com>
1242
1243 * configure.tgt (xscale-coff): Add target.
1244 (xscale-elf): Add target.
1245
1246 2000-11-24 Fred Fish <fnf@be.com>
1247
1248 * ldmain.c (main): Remove redundant init of config.make_executable
1249 to true.
1250
1251 2000-11-15 Richard Henderson <rth@redhat.com>
1252
1253 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
1254
1255 2000-11-14 Kazu Hirata <kazu@hxi.com>
1256
1257 * scripttempl/h8300.sc: Fix formatting.
1258 * scripttempl/h8300h.sc: Likewise.
1259 * scripttempl/h8300s.sc: Likewise.
1260
1261 Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
1262
1263 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
1264
1265 2000-11-09 Philip Blundell <pb@futuretv.com>
1266
1267 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
1268 around orphan sections whose names can be represented in C.
1269
1270 2000-11-07 Jim Wilson <wilson@redhat.com>
1271
1272 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
1273 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
1274
1275 2000-11-06 Nick Clifton <nickc@redhat.com>
1276
1277 * ld.texinfo: Add GNU Free Documentation License.
1278 * ldint.texinfo: Add GNU Free Documentation License.
1279 * ld.1: Add GNU Free Documentation License.
1280
1281 2000-11-05 Alan Modra <alan@linuxcare.com.au>
1282
1283 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
1284 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
1285
1286 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
1287 Move 2000-11-02 Makefile.in changes to this file.
1288 * Makefile.in: Regenerate.
1289
1290 2000-11-03 Nick Clifton <nickc@redhat.com>
1291
1292 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
1293 constructors and destructors.
1294 * scripttempl/h8300h.sc: Ditto.
1295 * scripttempl/h8300s.sc: Ditto.
1296 * scripttempl/h8500.sc: Ditto.
1297 * scripttempl/h8500b.sc: Ditto.
1298 * scripttempl/h8500c.sc: Ditto.
1299 * scripttempl/h8500m.sc: Ditto.
1300 * scripttempl/h8500s.sc: Ditto.
1301 * scripttempl/v850.sc: Ditto.
1302 * scripttempl/w65.sc: Ditto.
1303 * scripttempl/z8000.sc: Ditto.
1304
1305 2000-11-02 Per Lundberg <plundis@chaosdev.org>
1306
1307 * Makefile.in (e_i386_chaos.c): New rule.
1308 (ALL_EMULATIONS): Added e_i386_chaos.o.
1309 * emulparams/elf_i386_chaos.sh: New file.
1310 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
1311
1312 2000-10-20 Jakub Jelinek <jakub@redhat.com>
1313
1314 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
1315 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
1316 Fix sed invocation, so that it coped with '/' in Solaris 64bit
1317 library path suffix.
1318 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
1319
1320 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
1321
1322 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
1323 for consecutive sections.
1324
1325 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
1326
1327 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
1328 options.
1329 * ld.texinfo: Added notes about this new option.
1330
1331 2000-10-16 Nick Clifton <nickc@redhat.com>
1332
1333 * emultempl/pe.em (_after_open): Add tests of return values from
1334 bfd functions. Emit appropriate error messages if necessary.
1335
1336 2000-10-13 Nick Clifton <nickc@redhat.com>
1337
1338 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
1339 local variables - they are not used, but leave in the call to
1340 bfd_canonicalize_symtab.
1341 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
1342 pe_dll_search_prefix.
1343
1344 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
1345
1346 * emultempl/pe.em (pe_dll_search_prefix): New variable,
1347 (longopts): New --dll-search-prefix option.
1348 (gld_${EMULATION_NAME}_list_options): Document.
1349 (gld_${EMULATION_NAME}_parse_args): Handle.
1350 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
1351 dynamically, search for a dll named '<prefix><basename>.dll'
1352 in preference to 'lib<basename>.dll' if --dll-search-prefix
1353 is specified.
1354
1355 2000-10-12 Alan Modra <alan@linuxcare.com.au>
1356
1357 * ldlang.c (section_already_linked): Set kept_section instead of
1358 sec->comdat->sec.
1359
1360 2000-10-10 Kazu Hirata <kazu@hxi.com>
1361
1362 * deffile.h: Fix formatting.
1363 * lexsup.c: Likewise.
1364 * mri.c: Likewise.
1365
1366 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1367
1368 * pe-dll.c (make_one): Do not generate code thunk for DATA
1369 exports.
1370 (process_def_file): deduce DATA flag for auto-export sumbols.
1371
1372 2000-10-09 Kazu Hirata <kazu@hxi.com>
1373
1374 * ld.h: Fix formatting.
1375 * ldcref.c: Likewise.
1376 * ldctor.h: Likewise.
1377 * ldemul.c: Likewise.
1378 * ldemul.h: Likewise.
1379 * ldexp.c: Likewise.
1380 * ldexp.h: Likewise.
1381 * ldfile.c: Likewise.
1382 * ldfile.h: Likewise.
1383 * ldlang.c: Likewise.
1384 * ldlang.h: Likewise.
1385 * ldmain.c: Likewise.
1386 * pe-dll.c: Likewise.
1387
1388 * pe-dll.c: Revert some formatting fixes.
1389
1390 2000-10-08 Kazu Hirata <kazu@hxi.com>
1391
1392 * pe-dll.c: Fix formatting.
1393
1394 2000-10-05 Kazu Hirata <kazu@hxi.com>
1395
1396 * ldlang.c: Fix formatting.
1397
1398 2000-10-03 DJ Delorie <dj@redhat.com>
1399
1400 * pe-dll.c (fill_edata): initialize entire block
1401 (make_one): fill in correct section.
1402
1403 2000-10-03 Kazu Hirata <kazu@hxi.com>
1404
1405 * ldexp.c: Fix formatting.
1406
1407 2000-10-02 DJ Delorie <dj@redhat.com>
1408
1409 * emultempl/pe.em (gld_*_after_open): detect case where there two
1410 import libraries for same dll; rename one to ensure proper link
1411 order.
1412
1413 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
1414 typo
1415 (generate_edata): fix typo
1416
1417 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
1418
1419 * scripttempl/crisaout.sc (ENTRY): Now __start.
1420 (.text): Add default setting for __start.
1421 Remove CONSTRUCTORS handling.
1422 (/DISCARD/): Add .gnu.warning.*.
1423 * emulparams/crislinux.sh (ENTRY): Now __start.
1424 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
1425 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
1426 (ENTRY): Now __start.
1427 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
1428 (EXECUTABLE_SYMBOLS): Add default setting for __start.
1429
1430 2000-09-29 Kazu Hirata <kazu@hxi.com>
1431
1432 * deffile.h: Fix formatting.
1433 * ld.h: Likewise.
1434 * ldcref.c: Likewise.
1435 * ldctor.c: Likewise.
1436 * ldctor.h: Likewise.
1437 * ldemul.c: Likewise.
1438 * ldemul.h: Likewise.
1439 * ldexp.c: Likewise.
1440 * ldexp.h: Likewise.
1441 * ldfile.c: Likewise.
1442 * ldfile.h: Likewise.
1443 * ldlang.c: Likewise.
1444 * ldlang.h: Likewise.
1445 * lexsup.c: Likewise.
1446 * mri.c: Likewise.
1447 * pe-dll.c: Likewise.
1448
1449 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1450
1451 * pe-dll.c (process_def_file): Uninitialized data wasn't
1452 exported with --export-all-symbols switch.
1453
1454 2000-09-28 DJ Delorie <dj@redhat.com>
1455
1456 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
1457 noname work properly.
1458
1459 2000-09-28 Alan Modra <alan@linuxcare.com.au>
1460
1461 * ld.texinfo (HPPA ELF32): New section.
1462
1463 * emultempl/hppaelf.em (group_size): New.
1464 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
1465 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
1466 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
1467 options to prevent abbreviations matching.
1468 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
1469 (PARSE_AND_LIST_ARGS_CASES): Handle it.
1470
1471 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1472
1473 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
1474 on the m68*-*-elf target. Make it support COFF input objects.
1475
1476 2000-09-21 Kazu Hirata <kazu@hxi.com>
1477
1478 * ldmain.c: Fix formatting.
1479 * ldmisc.c: Likewise.
1480 * ldver.c: Likewise.
1481 * ldwrite.c: Likewise.
1482
1483 2000-09-21 Alan Modra <alan@linuxcare.com.au>
1484
1485 * ldwrite.c (clone_section): Silence gcc warnings.
1486
1487 2000-09-20 Alan Modra <alan@linuxcare.com.au>
1488
1489 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
1490 out of memory failure.
1491
1492 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
1493 (clone_section): Handle out of memory failures. Rename var to
1494 avoid c++ reserved word.
1495
1496 2000-09-18 Alan Modra <alan@linuxcare.com.au>
1497
1498 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
1499 stub_name param to stub_sec_name.
1500 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
1501
1502 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1503
1504 * emultempl/m68kelf.em: New file.
1505 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
1506 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
1507 * Makefile.in: Regenerate.
1508
1509 2000-09-15 Alan Modra <alan@linuxcare.com.au>
1510
1511 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
1512 only as needed.
1513
1514 2000-09-13 Nick Clifton <nickc@redhat.com>
1515
1516 * ldmain.c (multiple_definition): Disable relaxation if
1517 multiple symbol definitions are encountered - otherwise the
1518 linker could abort with an assertion failure.
1519
1520 2000-09-10 Nick Clifton <nickc@redhat.com>
1521
1522 * mri.c: Fix formatting.
1523
1524 2000-09-07 H.J. Lu <hjl@gnu.org>
1525
1526 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1527 * configure: Rebuild.
1528
1529 2000-09-07 H.J. Lu <hjl@gnu.org>
1530
1531 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
1532 * Makefile.in: Rebuild.
1533
1534 2000-09-07 Alan Modra <alan@linuxcare.com.au>
1535
1536 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
1537 broken list handling. Create __start_SECNAME and __stop_SECNAME
1538 when no place-holder. Add some comments. Test both SEC_CODE and
1539 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
1540 Handle case where no output section statement created.
1541
1542 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
1543
1544 * configure.tgt (sh-*-linux*): Added.
1545 * Makefile.am: Added eshelf_linux and eshlelf_linux.
1546 * Makefile.in: Rebuilt.
1547 * emulparams/shelf_linux.sh: New file.
1548 * emulparams/shlelf_linux.sh: New file.
1549
1550 2000-09-06 Alan Modra <alan@linuxcare.com.au>
1551
1552 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1553 try shuffling sections when the orphan happens to be the place
1554 holder. Keep count of unique section names generated so we speed
1555 the search for a new name.
1556
1557 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1558
1559 * configure: Rebuilt with new libtool.m4.
1560
1561 2000-09-05 Nick Clifton <nickc@redhat.com>
1562
1563 * Makefile.in: Regenerate.
1564 * aclocal.m4: Regenerate.
1565 * configure: Regenerate.
1566 * config.in: Regenerate.
1567 * po/ld.pot: Regenerate.
1568
1569 * ldint.texinfo: Remove CVS revision marker - it foils local
1570 comparisons.
1571
1572 * emultempl/ticoff.em: Remove extraneous comma.
1573
1574 2000-09-05 Alan Modra <alan@linuxcare.com.au>
1575
1576 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
1577 to stub section flags.
1578 (hppa_for_each_input_file_wrapper): New.
1579 (hppa_lang_for_each_input_file): New.
1580 (lang_for_each_input_file): Define to call above.
1581 (multi_subspace): New.
1582 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
1583 (PARSE_AND_LIST_PROLOGUE): Define.
1584 (PARSE_AND_LIST_LONGOPTS): Define.
1585 (PARSE_AND_LIST_OPTIONS): Define.
1586 (PARSE_AND_LIST_ARGS_CASES): Define.
1587 (hppaelf_finish): Call elf32_hppa_set_gp.
1588 (hppaelf_set_output_arch): Remove.
1589 (LDEMUL_SET_OUTPUT_ARCH): Remove.
1590
1591 * emulparams/hppalinux.sh (ELFSIZE): Define.
1592 (MACHINE): Define.
1593 (OTHER_READONLY_SECTIONS): Define.
1594 (DATA_PLT): Define.
1595 (GENERATE_SHLIB_SCRIPT): Define.
1596
1597 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
1598 to const throughout. Change `void *' to `PTR' throughout.
1599 (lang_memory_default): Function is local to file, add `static'.
1600
1601 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
1602 (ehppalinux.c): Likewise.
1603 (earmelf.c): Likewise.
1604 (earmelf_linux.c): Likewise.
1605 (earmelf_linux26.c): Likewise.
1606 * Makefile.in: Regenerate.
1607
1608 * ld.h (ld_config_type): Add unique_orphan_sections.
1609 * lexsup.c (OPTION_UNIQUE): Define.
1610 (ld_options): Add "--unique".
1611 (parse_args): Handle it.
1612 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1613 search for an existing output section if unique_orphan_sections is
1614 set. Make use of bfd_get_unique_section_name rather than
1615 duplicating code here.
1616 * ld.texinfo: Describe --unique.
1617
1618 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
1619 optional arg to split-by-file.
1620 (parse_args): Handle them.
1621 * ld.texinfo: Update description of these options.
1622 * ldwrite.c (clone_section): Pass in the section name. Replace
1623 local code with bfd_get_unique_section_name.
1624 (split_sections): Tidy code and comments. Use a list traversal
1625 more appropriate to the list construction. Handle cooked section
1626 sizes. Split when split_by_reloc reached rather than exceeded.
1627 Track section size and split when split_by_file reached. Fix
1628 link_order_tail (even though it's not used).
1629 (ldwrite): Modify condition for calling split_sections to suit
1630 changed split_by_reloc and split_by_file.
1631 * ldmain.c (main): Init config.split_by_reloc and
1632 config.split_by_file to -1.
1633 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
1634 Change split_by_file to bfd_size_type.
1635
1636 2000-09-02 Nick Clifton <nickc@redhat.com>
1637
1638 * configure.in: Increase version number to 2.10.91.
1639 * NEWS: Mention new ability to support removal of duplicate DWARF2
1640 debug information.
1641 * configure: Regenerate.
1642 * aclocal.m4: Regenerate.
1643 * config.in: Regenerate.
1644
1645 2000-09-02 Daniel Berlin <dberlin@redhat.com>
1646
1647 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
1648 sections.
1649 * scripttempl/elf32avr.sc: Ditto.
1650 * scripttempl/elfd10v.sc: Ditto.
1651 * scripttempl/elfd30v.sc: Ditto.
1652 * scripttempl/elfi370.sc: Ditto.
1653 * scripttempl/elfm68hc11.sc: Ditto.
1654 * scripttempl/elfm68hc12.sc: Ditto.
1655 * scripttempl/elfi386beos.sc: Ditto.
1656 * scripttempl/v850.sc: Ditto.
1657
1658 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
1659
1660 * acinclude.m4: Include libtool and gettext macros from the
1661 top level.
1662 * aclocal.m4, configure: Rebuilt.
1663
1664 2000-08-25 Nick Clifton <nickc@redhat.com>
1665
1666 * ldlang.c (open_output): When choosing the target for a
1667 particular endianness, do nothing if the target is not
1668 supported.
1669
1670 2000-08-25 H.J. Lu <hjl@gnu.org>
1671
1672 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
1673 check -rpath nor LD_RUN_PATH for cross link.
1674 * ld.texinfo: Document the change.
1675
1676 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
1677
1678 * NEWS: Mention support for CRIS.
1679
1680 2000-08-23 H.J. Lu <hjl@gnu.org>
1681
1682 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
1683 the current runpath list from bfd_elf_get_runpath_list ()
1684 before search.
1685
1686 2000-08-22 H.J. Lu <hjl@gnu.org>
1687
1688 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
1689 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
1690 LD_LIBRARY_PATH for native linker. Display the needed DSO if
1691 trace_file_tries is non-zero.
1692 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
1693 if trace_file_tries is non-zero.
1694
1695 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
1696 * NEWS: Mention it.
1697
1698 2000-08-14 Jason Eckhardt <jle@cygnus.com>
1699
1700 * NEWS: Mention i860 support.
1701
1702 2000-08-14 Andreas Schwab <schwab@suse.de>
1703
1704 * scripttempl/elf.sc: Fix last change to use correct comment
1705 syntax.
1706
1707 2000-08-10 Geoff Keating <geoffk@cygnus.com>
1708
1709 * scripttempl/elf.sc: Add a comment giving the correspondence
1710 between sections, per-datum sections, and linkonce sections. Make
1711 the comment true even for .bss, .sdata, .sdata2, .sbss, and
1712 .sbss2.
1713
1714 2000-08-10 Jason Eckhardt <jle@cygnus.com>
1715
1716 * emulparams/elf32_i860.sh: New file.
1717 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
1718 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
1719 (eelf32_i860.c): New rule.
1720 * Makefile.in: Regenerate.
1721
1722 2000-08-10 Nick Clifton <nickc@cygnus.com>
1723
1724 * emulparams/mipspe.sh (ENTRY): Add definition.
1725
1726 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
1727
1728 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
1729 in error message.
1730
1731 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1732
1733 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
1734 the final size of .bss section.
1735 * scripttempl/elfm68hc12.sc: Likewise.
1736
1737 2000-08-04 Alan Modra <alan@linuxcare.com.au>
1738
1739 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
1740 gld${EMULATION_NAME}_parse_args for consistency. Combine
1741 lastoptind and prevoptind vars, and keep track of last optind.
1742 (gld_${EMULATION_NAME}_list_options): Rename to
1743 gld${EMULATION_NAME}_list_options.
1744
1745 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
1746
1747 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
1748 (i586-sco-sysv5uw7.1.0).
1749
1750 2000-07-27 H.J. Lu <hjl@gnu.org>
1751
1752 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
1753 (PARSE_AND_LIST_PROLOGUE): New.
1754 (PARSE_AND_LIST_LONGOPTS): Likewise.
1755 (PARSE_AND_LIST_OPTIONS): Likewise.
1756 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1757 (PARSE_AND_LIST_EPILOGUE): Likewise.
1758
1759 2000-07-28 Alan Modra <alan@linuxcare.com.au>
1760
1761 * emultempl/armelf.em: Elide functions common to elf32.em,
1762 ie. most of the file.
1763 (arm_elf_after_open): New. Do arm specific things then call
1764 gld${EMULATION_NAME}_after_open.
1765 (arm_elf_before_allocation): New. Call
1766 gld${EMULATION_NAME}_before_allocation then do arm specifics.
1767 (PARSE_AND_LIST_PROLOGUE): Define.
1768 (PARSE_AND_LIST_SHORTOPTS): Define.
1769 (PARSE_AND_LIST_LONGOPTS): Define.
1770 (PARSE_AND_LIST_OPTIONS): Define.
1771 (PARSE_AND_LIST_ARGS_CASES): Define.
1772 (LDEMUL_AFTER_OPEN): Define.
1773 (LDEMUL_BEFORE_ALLOCATION): Define.
1774 (LDEMUL_BEFORE_PARSE): Define.
1775 (LDEMUL_FINISH): Define.
1776
1777 * emultempl/hppaelf.em: Similarly zap most of this file.
1778 (hppaelf_add_stub_section): Prototype.
1779 (hppaelf_layaout_sections_again): Prototype.
1780 (hook_in_stub): Prototype.
1781 (LDEMUL_SET_OUTPUT_ARCH): Define.
1782 (LDEMUL_FINISH): Define.
1783 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1784
1785 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
1786 (EXTRA_EM_FILE): New.
1787 * emulparams/armelf_linux.sh: Likewise.
1788 * emulparams/armelf_linux26.sh: Likewise.
1789 * emulparams/hppalinux.sh: Likewise.
1790 * emulparams/hppaelf.sh: Likewise.
1791 (NOP): Define.
1792
1793 * emultempl/elf32.em: Fix formatting.
1794 (EXTRA_EM_FILE): Source it.
1795 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1796 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1797 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1798 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1799 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1800 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1801 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1802 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1803 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
1804 allow functions in this file to be overridden.
1805 (PARSE_AND_LIST_SHORTOPTS): Handle it.
1806
1807 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
1808
1809 * emultempl/elf32.em: Reorganize file.
1810
1811 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
1812
1813 * emulparams/elf64alpha.sh: Implement "-taso" emulation
1814 specific option to fit 64-bit executable in the lower
1815 31-bit address range. This is done by changing start
1816 address of .interp (the very first section of executable)
1817 and then setting EF_ALPHA_32BIT elf header flag.
1818
1819 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1820
1821 * emultempl/m68kcoff.em: New file.
1822 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
1823 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
1824 generic.em.
1825 * Makefile.in: Regenerate.
1826
1827 2000-07-20 H.J. Lu <hjl@gnu.org>
1828
1829 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
1830 and "disable-new-dtags" to stop getopt from treating -d/-e as
1831 abbreviations for these options.
1832
1833 2000-07-20 H.J. Lu <hjl@gnu.org>
1834
1835 * ld.texinfo: Add documentation for --disable-new-dtags and
1836 --enable-new-dtags.
1837
1838 * ldmain.c (main): Initialize link_info.new_dtags to false.
1839
1840 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
1841 --disable-new-dtags and --enable-new-dtags.
1842 (gld_${EMULATION_NAME}_list_options): Likewise.
1843
1844 2000-07-05 Kenneth Block <krblock@computer.org>
1845
1846 * lexsup.c: Add optional style to demangle switch
1847 * ld.texinfo: Document optional style to demangle switch.
1848
1849 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
1850
1851 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
1852 ecrislinux.o.
1853 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
1854 Regenerate dependencies.
1855 * Makefile.in: Rebuild.
1856 * configure.tgt (cris-*-*): New target.
1857 * emulparams/crisaout.sh, emulparams/criself.sh,
1858 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
1859 * po/POTFILES.in, po/ld.pot: Regenerate.
1860
1861 2000-07-20 H.J. Lu <hjl@gnu.org>
1862
1863 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
1864 Print out ignored -z options.
1865
1866 2000-07-19 H.J. Lu <hjl@gnu.org>
1867
1868 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
1869 (PARSE_AND_LIST_PROLOGUE): New.
1870 (PARSE_AND_LIST_LONGOPTS): Likewise.
1871 (PARSE_AND_LIST_OPTIONS): Likewise.
1872 (PARSE_AND_LIST_ARGS_CASES): Likewise.
1873
1874 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
1875
1876 * lexsup.c (ld_options): Comment out 'z'.
1877 (parse_args): Likewise.
1878
1879 * emultempl/elf32.em: Include "elf/common.h".
1880 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
1881 options.
1882 (gld_${EMULATION_NAME}_list_options): Likewise.
1883
1884 * ld.texinfo: Add documentation for the recognized -z options.
1885
1886 2000-07-19 H.J. Lu <hjl@gnu.org>
1887
1888 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
1889 bfd_elf_set_dt_needed_soname ().
1890
1891 2000-07-18 DJ Delorie <dj@cygnus.com>
1892
1893 * pe-dll.c (pe_dll_id_target): check object target name also
1894
1895 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
1896
1897 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
1898 ${INIT_END} if relocating.
1899 (.fini): Likewise ${FINI_START} and ${FINI_END}.
1900
1901 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
1902
1903 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
1904 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
1905 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
1906 errors introduced by the old dynamic lib search order.
1907
1908 2000-07-17 DJ Delorie <dj@cygnus.com>
1909
1910 * pe-dll.c (process_def_file): auto-export data items also
1911 (pe_process_import_defs): also see if _imp_ form needed
1912
1913 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1914
1915 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
1916 for dll import libraries
1917
1918 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
1919
1920 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
1921 gcc 2.95.2 and later.
1922
1923 2000-07-11 Kazu Hirata <kazu@hxi.com>
1924
1925 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
1926 message.
1927
1928 2000-07-10 Alan Modra <alan@linuxcare.com.au>
1929
1930 * ldemul.h (struct lang_input_statement_struct): Remove forward
1931 declaration.
1932 (struct search_dirs): Likewise.
1933 * ldfile.h (struct lang_input_statement_struct): Likewise.
1934 Protect file from multiple inclusion.
1935 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
1936 declaration from macro to file scope.
1937
1938 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
1939 * ldgram.y: Likewise here.
1940 * ldlang.c: And here.
1941 * ldmain.c: And here.
1942 * mpw-elfmips.c: And here.
1943 * mpw-eppcmac.c: And here.
1944 * emultempl/aix.em: And here.
1945 * emultempl/armcoff.em: And here.
1946 * emultempl/armelf.em: And here.
1947 * emultempl/armelf_oabi.em: And here.
1948 * emultempl/beos.em: And here.
1949 * emultempl/elf32.em: And here.
1950 * emultempl/hppaelf.em: And here.
1951 * emultempl/linux.em: And here.
1952 * emultempl/lnk960.em: And here.
1953 * emultempl/pe.em: And here.
1954 * emultempl/sunos.em: And here.
1955 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
1956 * mpw-idtmips.c: Ditto.
1957 * emultempl/generic.em: Ditto.
1958 * emultempl/gld960.em: Ditto.
1959 * emultempl/gld960c.em: Ditto.
1960 * emultempl/mipsecoff.em: Ditto.
1961 * emultempl/ticoff.em: Ditto.
1962 * emultempl/vanilla.em: Ditto.
1963
1964 * pe-dll.c: Include ldfile.h
1965 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
1966
1967 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
1968 arguments to bfd_elf32_size_dynamic_sections call.
1969 (gldelf32ebmip_place_orphan): Add missing arguments to
1970 lang_leave_output_section_statement call.
1971
1972 2000-07-10 H.J. Lu <hjl@gnu.org>
1973
1974 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
1975 DLL_SUPPORT.
1976 (strhash): Likewise.
1977 (compute_dll_image_base): Likewise.
1978 (pe_undef_found_sym): Likewise.
1979 (pe_undef_cdecl_match): Likewise.
1980 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
1981 argument "arch" with ATTRIBUTE_UNUSED.
1982
1983 2000-07-10 Alan Modra <alan@linuxcare.com.au>
1984
1985 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
1986
1987 From Ryan Bradetich <rbradetich@uswest.net>
1988 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
1989
1990 2000-07-09 Alan Modra <alan@linuxcare.com.au>
1991
1992 Changes to create multiple linker stubs, positioned immediately
1993 before the section where they are required.
1994 * emultempl/hppaelf.em: Include elf32-hppa.h.
1995 (stub_sec, file_chain): Delete.
1996 (hppaelf_create_output_section_statements): Don't make a stub
1997 section here.
1998 (hook_stub_info): New struct.
1999 (hook_in_stub): New function.
2000 (hppaelf_add_stub_section): New function.
2001 (hppaelf_finish): Do nothing for relocateable links. Modify the
2002 call to elf32_hppa_size_stubs. Move code for updating section
2003 layout from here...
2004 (hppaelf_layaout_sections_again): ..to here, a new function.
2005
2006 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
2007 broken list handling. Pass in a pointer to the list.
2008 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
2009 for above changes.
2010 (hppaelf_before_parse): Prototype.
2011 (hppaelf_set_output_arch): Prototype.
2012 (hppaelf_create_output_section_statements): Prototype.
2013 (hppaelf_delete_padding_statements): Prototype.
2014 (hppaelf_finish): Prototype.
2015
2016 Merge from elf32.em
2017 * emultempl/hppaelf.em: Include ctype.h.
2018 (struct orphan_save): New.
2019 (gld${EMULATION_NAME}_place_orphan): New.
2020 (output_rel_find): New.
2021 (hppaelf_get_script): Update from elf32.em.
2022 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
2023 Change emulation_name field to "${EMULATION_NAME}". Add
2024 gld${EMULATION_NAME}_place_orphan.
2025
2026 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
2027 ehppalinux.o, sort it. Regenerate dependencies.
2028 (ehppalinux.c): Depend on hppaelf.em
2029 * Makefile.in: Regenerate.
2030
2031 * configure.tgt: targ_emul=hppalinux for hppa*linux
2032
2033 * emulparams/hppalinux.sh: New.
2034 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
2035
2036 2000-07-08 Alan Modra <alan@linuxcare.com.au>
2037
2038 * lexsup.c (parse_args): Copy section name.
2039
2040 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
2041
2042 * emultempl/pe.em: institute the following search order for
2043 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
2044 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
2045 static lib (libfoo.a) if none of the above are found.
2046
2047 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
2048
2049 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
2050 (longopts): New --{enable,disable}-auto-image-base options.
2051 (gld_${EMULATION_NAME}_list_options): Document.
2052 (gld_${EMULATION_NAME}_parse): Handle.
2053 (strhash): New static function.
2054 (compute_dll_image_base): New static function.
2055 (gld_${EMULATION_NAME}_set_symbols): Use.
2056
2057 2000-07-05 DJ Delorie <dj@redhat.com>
2058
2059 * MAINTAINERS: new
2060
2061 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
2062
2063 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
2064 * emulparams/elf32btsmip.sh: New file.
2065 * Makefile.am: Add traditional mips target.
2066 * Makefile.in: Rebuild.
2067
2068 2000-07-01 H.J. Lu <hjl@gnu.org>
2069
2070 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
2071 automake to use YLWRAP.
2072 * Makefile.in: Rebuild.
2073
2074 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2075
2076 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2077 (CLEANFILES): Add DEPA.
2078 * Makefile.in: Regenerate.
2079
2080 2000-06-30 Timothy Wall <twall@ppc>
2081
2082 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
2083 the page in the upper octet of the address.
2084
2085 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
2086
2087 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
2088
2089 2000-06-24 Alan Modra <alan@linuxcare.com.au>
2090
2091 * NEWS: arm-elf does --gc-sections too.
2092
2093 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2094
2095 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2096 find one.
2097 * Makefile.in: Regenerate.
2098
2099 2000-06-21 H.J. Lu <hjl@gnu.org>
2100
2101 * Makefile.am: Rebuild dependency.
2102 * Makefile.in: Rebuild.
2103
2104 2000-06-20 H.J. Lu <hjl@gnu.org>
2105
2106 * Makefile.am: Rebuild dependency.
2107 * Makefile.in: Rebuild.
2108
2109 2000-06-20 Timothy Wall <twall@cygnus.com>
2110
2111 * scripttempl/tic54xcoff.sc: New.
2112 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
2113 * gen-doc.texi: Add flag for TI COFF.
2114 * ld.texinfo: Add documentation for TI COFF handling switches.
2115 * emultempl/ticoff.em: New. TI COFF handling.
2116 * configure.tgt: Add tic54x target.
2117 * Makefile.am: Add tic54x target.
2118 * Makefile.in: Ditto.
2119
2120 2000-06-20 Alan Modra <alan@linuxcare.com.au>
2121
2122 * ldmain.c (set_scripts_dir): Correct pointer comparison when
2123 checking for backslashes.
2124
2125 2000-06-19 Alan Modra <alan@linuxcare.com.au>
2126
2127 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
2128
2129 2000-06-18 Alan Modra <alan@linuxcare.com.au>
2130
2131 * NEWS: Update list of targets supporting --gc-sections.
2132
2133 * scripttempl/elf.sc: KEEP .eh_frame contents.
2134 * scripttempl/elfd30v.sc: Same here.
2135
2136 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2137
2138 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
2139 and m68hc11 (elf).
2140 * Makefile.in: Rebuild.
2141 * configure.tgt: Recognize m68hc12 and m68hc11.
2142 * scripttempl/elfm68hc12.sc: New file.
2143 * emulparams/m68hc12elfb: New emulation.
2144 * emulparams/m68hc12elf: New emulation.
2145 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
2146 (includes a memory.x script to define the ROM and RAM banks).
2147 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
2148 New configuration files for support of Motorola 68hc11
2149
2150 2000-06-15 Alan Modra <alan@linuxcare.com.au>
2151
2152 * ldmain.c (main): Only change SEC_READONLY for final link.
2153
2154 2000-06-13 H.J. Lu <hjl@gnu.org>
2155
2156 * configure: Regenerate.
2157
2158 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2159
2160 * configure.in (VERSION): Update to show this is the CVS mainline.
2161
2162 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2163
2164 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
2165 input objects to be ECOFF.
2166 (check_sections): einfo takes %B, not %P, to print a BFD name.
2167
2168 2000-06-05 Michael Matz <matz@ifh.de>
2169
2170 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
2171 version scripts.
2172
2173 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
2174
2175 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
2176
2177 * emulparams/avr1200.sh (STACK): Define as 0.
2178 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
2179 * emulparams/avr4433.sh (STACK): Likewise.
2180 * emulparams/avr44x4.sh (STACK): Likewise.
2181 * emulparams/avr85xx.sh (STACK): Likewise.
2182 * emulparams/avrmega103.sh (STACK): Likewise.
2183 * emulparams/avrmega161.sh (STACK): Likewise.
2184 * emulparams/avrmega603.sh (STACK): Likewise.
2185 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
2186 (__stack): Define from ${STACK} for main().
2187
2188 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2189
2190 * Makefile.am: Update dependencies with "make dep-am"
2191 * Makefile.in: Regenerate.
2192
2193 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2194
2195 * ldmain.c: Include filenames.h.
2196 (set_scripts_dir): Support backslashes in program name.
2197
2198 2000-05-22 Igor Shevlyakov <igor@windriver.com>
2199
2200 * ldmain.c (main): When deciding if ".text" section should be
2201 read-only, don't forget to reset SEC_READONLY because it
2202 could be already set.
2203
2204 2000-05-22 Thomas de Lellis <tdel@windriver.com>
2205
2206 * ld.1: Add documentation for new command line option:
2207 --section-start <sectionname>=<sectionorg>
2208 This is a generic version of -Ttext etc. which accepts
2209 any section name as a parameter instead of just text/data/
2210 bss.
2211 * ld.texinfo: More docs.
2212 * NEWS: More docs.
2213 * lexsup.c: (parse_args): Recognize new command line option.
2214 (ld_options): Add new option.
2215
2216 2000-05-18 H.J. Lu <hjl@gnu.org>
2217
2218 * lexsup.c (parse_args): `i' == `r', not `q'.
2219
2220 Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
2221
2222 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
2223
2224 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
2225 Rick Gorton <gorton@scrugs.lkg.dec.com>
2226
2227 Add support for '-q' == '--emit-relocs' switch.
2228 * ldmain.c (main): Default to false.
2229 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
2230 * NEWS: Describe the emitrelocations switch.
2231 * ld.texinfo: Describe the emitrelocations switch.
2232
2233 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
2234
2235 * emultempl/pe.em (_open_dynamic_archive): New function: Search
2236 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
2237 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
2238 link options.
2239
2240 2000-05-15 David O'Brien <obrien@FreeBSD.org>
2241
2242 * lexsup.c (parse_args): Update the year in the copyright notice.
2243
2244 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2245
2246 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
2247 Replace defines with those from intl/libgettext.h to quieten gcc
2248 warnings.
2249
2250 2000-05-10 H.J. Lu <hjl@gnu.org>
2251
2252 * ldlang.c (open_input_bfds): Don't load the same file within
2253 a group again if the whole archive has been loaded already.
2254
2255 2000-05-03 Alan Modra <alan@linuxcare.com.au>
2256
2257 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
2258 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
2259 strtoul.
2260
2261 Mon May 1 17:34:34 2000 Jim Wilson <wilson@cygnus.com>
2262
2263 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
2264
2265 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2266 host "ia64-*-linux-gnu*".
2267
2268 2000-04-29 Andreas Jaeger <aj@suse.de>
2269
2270 * ld.h: Correctly check GCC version.
2271
2272 Tue Apr 25 11:20:43 2000 Jeffrey A Law (law@cygnus.com)
2273
2274 * Makefile.am: Add PA64 support. Add missing dependencies for
2275 PA32 elf support.
2276 * Makefile.in: Rebuilt.
2277 * configure.tgt: Add PA64 support (currently disabled).
2278
2279 2000-04-25 Alan Modra <alan@linuxcare.com.au>
2280
2281 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
2282 (output_rel_find): New function.
2283 (hold_section, hold_use): Delete.
2284 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2285 hold_interp): Make local to place_orphan.
2286 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
2287 rather than place_section to find possible previous use of orphan.
2288 Similarly find the place-holder output sections. Use returned
2289 value from lang_enter_output_section_statement rather than calling
2290 lang_output_section_statement_lookup.
2291 * emultempl/armelf.em: Same here.
2292 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
2293
2294 * ldlang.c (lang_enter_output_section_statement): Return output
2295 section statement.
2296 * ldlang.h (lang_enter_output_section_statement): Change
2297 declaration too.
2298
2299 * ldlang.h (lang_output_section_statement): Export it.
2300 * ldlang.c (lang_output_section_statement): Ditto.
2301
2302 2000-04-24 Nick Clifton <nickc@cygnus.com>
2303
2304 * ld.texinfo (Output Section Data): Add note that section data
2305 commands cannot appear outside of section directives.
2306
2307 2000-04-2 Matthew Green <mrg@cygnus.com>
2308
2309 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
2310
2311 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
2312 David Mosberger <davidm@hpl.hp.com>
2313
2314 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
2315 (eelf64_ia64.c): New rule.
2316 * Makefile.in: Rebuild.
2317 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
2318 * emulparams/elf64_ia64.sh: New file.
2319
2320 2000-04-21 Richard Henderson <rth@cygnus.com>
2321
2322 * scripttempl/elfd30v.sc: Place .gcc_except_table.
2323
2324 2000-04-19 Alan Modra <alan@linuxcare.com.au>
2325
2326 * dep-in.sed: Match space at start of file name, not at end.
2327
2328 2000-04-18 H.J. Lu <hjl@gnu.org>
2329
2330 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
2331 lang_leave_output_section_statement () after calling
2332 lang_enter_output_section_statement ().
2333 * emultempl/armelf.em: Likewise.
2334
2335 2000-04-18 Alan Modra <alan@linuxcare.com.au>
2336
2337 * emultempl/elf32.em (struct orphan_save): Add section field.
2338 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
2339 better order, and place first orphan section as we did before the
2340 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
2341 Don't call make_bfd_section here, let wild_doit do the job for us.
2342 Don't build a statement list when we'll only throw it away.
2343 * emultempl/armelf.em: Ditto.
2344 * emultempl/pe.em: Similarly.
2345
2346 2000-04-14 Geoff Keating <geoffk@cygnus.com>
2347
2348 * scripttempl/elfppc.sc: Remove.
2349 * emulparams/elf32ppc.sh: Use elf.sc.
2350 * emulparams/elf32lppc.sh: Use elf.sc.
2351 * emulparams/elf32ppclinux.sh: Use elf.sc.
2352 * emulparams/elf32ppcsim.sh: New file.
2353 * emulparams/elf32lppcsim.sh: New file.
2354 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
2355 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
2356 * Makefile.in: Regenerate.
2357 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
2358
2359 2000-04-14 Alan Modra <alan@linuxcare.com.au>
2360
2361 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
2362 ~SEC_ALLOC sections too. Init start address of debug sections.
2363 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
2364 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
2365 Also set all relocateable section start addresses.
2366
2367 2000-04-13 Geoff Keating <geoffk@cygnus.com>
2368
2369 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
2370 Add new BSS_PLT variable for when .plt need not be contained in
2371 the file. Move _etext so that it is also after .fini, and provide
2372 both etext and _etext with a leading underscore. Mark the start
2373 and end of .sbss.
2374
2375 2000-04-12 Alan Modra <alan@linuxcare.com.au>
2376
2377 * emultempl/elf32.em (struct orphan_save): New.
2378 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2379 hold_interp): Make them struct orphan_save.
2380 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
2381 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
2382 the end of the relevant section list. Also add associated section
2383 statements to the end of any previous orphan statements.
2384 * emultempl/armelf.em: Similarly.
2385 * emultempl/pe.em: Similarly.
2386
2387 2000-04-11 Alan Modra <alan@linuxcare.com.au>
2388
2389 * ld.texinfo (Simple Example): Remove extraneous paragraph.
2390
2391 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
2392
2393 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2394 --enable-build-warnings option.
2395 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2396 * Makefile.in, configure: Re-generate.
2397
2398 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2399
2400 * po/ld.pot: Regenerate.
2401
2402 * lexsup.c (help): Restore translated part of bug string.
2403
2404 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2405 (DEP): Quote when passing vars to sub-make. Add warning message
2406 to end.
2407 (DEP1): Rewrite for "gcc -MM".
2408 (CLEANFILES): Add DEP2.
2409 Update dependencies.
2410 * Makefile.in: Regenerate.
2411
2412 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2413
2414 * ld.h: #include "bin-bugs.h"
2415 * lexsup.c (help): Use REPORT_BUGS_TO.
2416
2417 2000-03-27 Denis Chertykov <denisc@overta.ru>
2418
2419 * configure.tgt (avr-*-*): New target support.
2420 * Makefile.am: Likewise.
2421 * scripttempl/elf32avr.sc: New script file.
2422 * emulparams/avr1200.sh: New file.
2423 * emulparams/avr23xx.sh: New file.
2424 * emulparams/avr4433.sh New file.
2425 * emulparams/avr44x4.sh New file.
2426 * emulparams/avr85xx.sh New file.
2427 * emulparams/avrmega103.sh New file.
2428 * emulparams/avrmega161.sh New file.
2429 * emulparams/avrmega603.sh New file.
2430 * Makefile.in: Regenerate.
2431
2432 2000-03-09 Andreas Jaeger <aj@suse.de>
2433
2434 * Makefile.am (check-DEJAGNU): Also unset LANG.
2435 * Makefile.in: Rebuild.
2436
2437 2000-03-06 Ian Lance Taylor <ian@zembu.com>
2438
2439 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
2440 archive.
2441
2442 2000-03-02 H.J. Lu <hjl@gnu.org>
2443
2444 * emulparams/elf32mcore.sh: Include "getopt.h".
2445
2446 2000-03-01 Ian Lance Taylor <ian@zembu.com>
2447
2448 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
2449
2450 2000-03-01 H.J. Lu <hjl@gnu.org>
2451
2452 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
2453 * emulparams/shpe.sh: Likewise.
2454
2455 2000-03-01 Nick Clifton <nickc@cygnus.com>
2456
2457 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
2458 to unused parameters.
2459
2460 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
2461 functions only used by DLL code.
2462 (_place_orphan): Initialise 'dollar'.
2463
2464 2000-03-01 H.J. Lu <hjl@gnu.org>
2465
2466 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
2467 indicate if the undefined symbol is a fatal error or not.
2468 Don't delete the output file if "fatal" is false.
2469
2470 2000-02-29 H.J. Lu <hjl@gnu.org>
2471
2472 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
2473 Set LC_COLLATE and LC_ALL to null and export them. It is for
2474 sort which expects the C locale.
2475 Add $(LIBS) to all $(HOSTING_LIBS).
2476 * Makefile.in: Rebuild.
2477
2478 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
2479
2480 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
2481 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
2482 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
2483 (ld_emulation_xfer_struct): Add missing NULL initialiser for
2484 find_potential_libraries.
2485
2486 2000-02-28 Jim Blandy <jimb@redhat.com>
2487
2488 * ldgram.y (exclude_name_list): Don't require a comma to separate
2489 list entries; the lexer considers commas to be valid part of a
2490 filename, so in something like `foo, bar' the comma is considered
2491 part of the first filename, `foo,'.
2492 * ld.texinfo: Update section on EXCLUDE_FILE lists.
2493
2494 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
2495
2496 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2497 host "i[3456]86-*-freebsdelf*".
2498
2499 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
2500
2501 * scripttempl/i386go32.sc: Move misplaced semicolons.
2502
2503 2000-02-25 Ian Lance Taylor <ian@zembu.com>
2504
2505 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
2506 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
2507 (eelf64hppa.c, ehppaelf.c): Remove targets.
2508 * Makefile.in: Rebuild.
2509
2510 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2511
2512 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
2513 GNU/Linux/sparc, but keep the default as 32.
2514
2515 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
2516 it default if sparcv9 or sparc64.
2517
2518 2000-02-24 Nick Clifton <nickc@cygnus.com>
2519
2520 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
2521 * Makefile.in: Regenerate.
2522 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
2523
2524 * ldemul.h (ld_emulation_xfer_struct): Add new field:
2525 find_potential_libraries.
2526 * ldemul.c (ldemul_find_potential_libraries): New function.
2527
2528 * ldfile.c (ldfile_open_file_search): Allow function to be
2529 exported.
2530 (ldfile_open_file): Call ldemul_find_potential_libraries.
2531 * ldfile.h: Add prototype for ldfile_open_file_search.
2532
2533 * pe-dll.c: Add support for ARM, MIPS and SH targets.
2534
2535 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
2536 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
2537
2538 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
2539 (gld_X_find_potential_libraries): New function. Search for
2540 libraries called "*.lib".
2541
2542 * scripttempl/pe.sc: Add .pdata section.
2543
2544 2000-02-23 Richard Henderson <rth@cygnus.com>
2545
2546 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
2547 Add and use memory regions.
2548
2549 2000-02-23 Linas Vepstas (linas@linas.org)
2550
2551 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
2552
2553 * Makefile.am: Add support for Linux/IBM 370.
2554 * configure.tgt: Likewise.
2555
2556 * Makefile.in: Regenerate.
2557
2558 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2559
2560 * ldlang.c (print_input_section, print_data_statement,
2561 print_reloc_statement, print_padding_statement, insert_pad,
2562 size_input_section, lang_check_section_addresses,
2563 lang_size_sections, lang_do_assignments, lang_set_startof,
2564 lang_one_common): Change `opb' to unsigned.
2565 (lang_do_assignments): Also change `size' to unsigned.
2566
2567 2000-02-16 Richard Henderson <rth@cygnus.com>
2568
2569 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
2570
2571 2000-02-16 Timothy Wall <twall@cygnus.com>
2572
2573 * mri.c (mri_draw_tree): Add default LMA region argument to call
2574 to lang_leave_output_section_statement.
2575 * ldlang.h: Update prototypes with LMA region arguments.
2576 * ldlang.c (lang_size_sections): Encapsulate region bounds
2577 checking in os_check_region call.
2578 (os_check_region): New function.
2579 (lang_output_section_statement_lookup): Initialize lma_region.
2580 (lang_leave_output_section_statement): Add LMA region argument.
2581 (lang_leave_overlay): Ditto.
2582 * ldgram.y: Handle LMA region syntax.
2583 * ld.texinfo (Output Section Description): Describe LMA region usage.
2584 * emultempl/armelf.em (gld$place_orphan): Add default value for
2585 lma region in call to lang_leave_output_section_statement.
2586 * emultempl/elf32.em (gld$place_orphan): Add default value for
2587 lma region in call to lang_leave_output_section_statement.
2588 * emultempl/pe.em (gld$place_orphan): Add default value for
2589 lma region in call to lang_leave_output_section_statement.
2590
2591
2592 2000-02-04 Timothy Wall <twall@redhat.com>
2593
2594 * ldlang.c (lang_check_section_addresses): Use bytes instead of
2595 octets when calculating section end addresses.
2596
2597 2000-02-04 Timothy Wall <twall@redhat.com>
2598
2599 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
2600
2601 2000-02-03 Timothy Wall <twall@redhat.com>
2602
2603 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
2604 octet count.
2605 * ldlang.c (print_input_section, print_data_statement,
2606 print_reloc_statement, print_padding_statement): Print target
2607 address values and section sizes as bytes, not octets.
2608 (insert_pad) Calculate padding size in octets, and adjust "dot"
2609 by bytes.
2610 (size_input_section) Always adjust "dot" by bytes, not octets.
2611 (lang_check_section_addresses, lang_do_assignments) Adjust
2612 "dot" by bytes, not octets. Use the larger of the directive size
2613 or octets_per_byte for the number of octets actually allocated in
2614 the output section.
2615 (lang_set_startof) Make sure STARTOF returns a target address.
2616 (lang_one_common) Record size changes in octets.
2617 (lang_abs_symbol_at_end_of) Section end symbol's value is
2618 recorded in target bytes.
2619 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
2620 to be clear about behavior when an octet is smaller than one byte.
2621
2622 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2623
2624 * ldcref.c (output_cref): Don't pass message strings to printf
2625 as format arg.
2626 Update copyright.
2627
2628 * ldmisc.c (vfinfo): Same here.
2629 Update copyright.
2630
2631 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
2632
2633 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
2634 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
2635 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
2636 Add missing NULL initialisers, and comments.
2637
2638 * testsuite/ld-srec/sr3.cc (__rethrow): New.
2639
2640 2000-01-21 Nick Clifton <nickc@cygnus.com>
2641
2642 * ldlang.c (lang_size_sections): Fix typo in comment.
2643
2644 2000-01-18 H.J. Lu <hjl@gnu.org>
2645
2646 * ldlang.c (lang_size_sections): Also update the current
2647 address of a region if the SEC_NEVER_LOAD bit is not set.
2648
2649 2000-01-10 Philip Blundell <pb@futuretv.com>
2650
2651 * configure.tgt (arm*-*-conix*): New target.
2652
2653 2000-01-07 Nick Clifton <nickc@cygnus.com>
2654
2655 * ld.texinfo (Options): Remind users to preceed linker command
2656 line switches with -Wl, (or whatever is appropriate) if it is
2657 being invoked by a comnpiler driver program.
2658 Fix description of the behaviour of the -n command line switch.
2659
2660 Wed Jan 5 08:02:12 2000 Catherine Moore <clm@cygnus.com>
2661
2662 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
2663 (name_list): New.
2664 * ld.texinfo (EXCLUDE_FILE): Update documentation.
2665 * ldgram.y (wildcard_spec): Support a list of excluded_files.
2666 (exclude_name_list): New.
2667 ldlang.c (walk_wild_section): Support list of excluded files.
2668 (print_wild_statement): Likewise.
2669 (lang_add_wild): Likewise.
2670 * ldlang.h (lang_wild_statement_type): Likewise.
2671 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
2672
2673 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2674
2675 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
2676 (process_def_file): Use.
2677 (pe_dll_compat_implib): New variable.
2678 (make_one): Use.
2679
2680 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
2681 pe_dll_compat_implib.
2682
2683 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
2684 compat-implib options.
2685 (gld_${EMULATION_NAME}_list_options): List new options.
2686 (gld_${EMULATION_NAME}_parse_args): Handle.
2687
2688 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
2689 dll.
2690
2691 * deffilep.y (opt_name): Allow "." in name.
2692
2693 For older changes see ChangeLog-9899
2694 \f
2695 Local Variables:
2696 mode: change-log
2697 left-margin: 8
2698 fill-column: 74
2699 version-control: never
2700 End:
This page took 0.119773 seconds and 5 git commands to generate.