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