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