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