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