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