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