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