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