* s390-tdep.c: Rewrite inferior function call code. This may
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
f11b7027
NC
12001-11-12 Anthony Green <green@redhat.com>
2
3 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
4
3bf2994f
AM
52001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
6
7 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
8 * Makefile.in: Regenerate.
9
ff5dcc92
SC
102001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11
12 * ld.texinfo: Use @command for commands, @option for options.
13 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
14 the page man title.
15 * Makefile.in: Rebuild.
16
9fb9af6e
CD
172001-11-04 Chris Demetriou <cgd@broadcom.com>
18
19 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
20 Add support for targets.
21
3c62831e
NC
222001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
23
24 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
25 * configure: Regernate.
26 * po/fr.po: New file.
27 * po/sv.po: New file.
28
3a9091c4
NC
292001-11-01 NIIBE Yutaka <gniibe@m17n.org>
30
31 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
32 as little endian default and to support big endian.
33
361b220e
CD
342001-11-01 Chris Demetriou <cgd@broadcom.com>
35
36 * ld.texinfo (Options): Document new option, -nostdlib.
37 * lexsup.c (OPTION_NOSTDLIB): New definition.
38 (ld_options): Add entry for "nostdlib".
39 (parse_args): Handle OPTIONS_NOSTDLIB.
40 * ldfile.c (ldfile_add_library_path): Don't add directories
41 to the search path if they weren't specified on the command line
42 and -nostdlib was specified.
43 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
44
210a7bd1
NC
452001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
46
47 * lexsup.c (parse_args): Prevent infinite parsing loop when
48 "-rpath.a" is specified on the command line.
49 Replace calls to fprintf with calls to einfo.
50
114283d8
NC
512001-10-31 John Marshall <jmarshall@acm.org>
52
53 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
54 appear only once across all the linker scripts involved in a link
55 invocation no longer applies. Make the documentation reflect
56 that.
57
7649aa50
NC
582001-10-31 NIIBE Yutaka <gniibe@m17n.org>
59
60 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
61 targets.
62 (sh-*-linux*): Added targ_extra_libpath.
63
6e814ff8
AM
642001-10-31 David Heine <dlheine@tensilica.com>
65
66 * ldlang.c (lang_size_sections): Keep a valid output_offset field
67 for padding statements.
68
3c3bdf30
NC
692001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
70
71 * configure.tgt (mmix-*-*): New target.
72 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
73 Add dependencies to match.
74 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
75 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
76 scripttempl/mmo.sc: New files.
77 * gen-doc.texi: @set MMIX.
78 * ld.texinfo: Ditto.
6e814ff8 79 [MMIX] Add MMIX node.
3c3bdf30
NC
80 * Makefile.in: Regenerate.
81
ca0c1d3e
KH
822001-10-29 Kazu Hirata <kazu@hxi.com>
83
84 * ldlang.c: Fix a comment typo.
85
1a3d33ce
AM
862001-10-23 Alan Modra <amodra@bigpond.net.au>
87
88 * configure.host: Move alpha*-*-linux-gnu* entry to generic
89 entries, and match *-*-linux*.
90
b47c4208
AM
912001-10-20 Alan Modra <amodra@bigpond.net.au>
92
93 * ldgram.y (mri_script_command): Surround processing of INCLUDE
94 with ldlex_script, ldlex_popstate.
95 (ifile_p1): Likewise.
96 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
97 correct slot.
98 (lex_push_file): Save current lineno to lineno_stack. Set lineno
99 to 1. Don't BEGIN(SCRIPT).
100 (lex_redirect): Similarly.
101 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
102
fd521b47
NC
1032001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
104
105 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
106 __EH_FRAME_END__ and accept eh frames into data section.
107 Add ctor and dtor sections.
108
59d28a94
DD
1092001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
110
111 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
112 (auto-export): Fix indentation.
113
663dd378
DD
1142001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
115
116 * pe-dll.c (autofilter_objectlist): Add startup objects
117 for profiling.
118 (auto-export): Constify char * p.
6e814ff8 119 Extract file basename and use strcmp rather than ststr
663dd378
DD
120 for object lookup.
121
31d677f9
CD
1222001-10-18 Chris Demetriou <cgd@broadcom.com>
123
124 * ldmain.c (get_emulation): Improve comment about the handling
125 of -mipsN options.
126
aa200fe8
AM
1272001-10-17 Alan Modra <amodra@bigpond.net.au>
128
129 * po/POTFILES.in: Regenerate.
130
146e7110
AM
1312001-10-16 Vassili Karpov <malc@pulsesoft.com>
132
133 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
134 -z nocopyreloc and -z nocombreloc usage strings.
135
b4330e85
NC
1362001-10-12 Vassili Karpov <malc@pulsesoft.com>
137
146e7110 138 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
b4330e85
NC
139 in usage.
140
5af8a2fb
NC
1412001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
142
143 * scripttempl/armaout.sc: Place .bss section after end of aligned
144 data section to match behaviour of aout code in constructrion of
145 header.
146
5b784096
DD
1472001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
148
149 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
150 startup files for mingw32 dlls to list.
151
61585df2
CD
1522001-10-10 Chris Demetriou <cgd@broadcom.com>
153
154 * emultempl/elf32.em: Fix shell 'if' usage for portability.
155
45cf6f3e
AH
1562001-10-08 Aldy Hernandez <aldyh@redhat.com>
157
158 * configure.tgt (targ): Add arm9e-*-elf.
159
e24d7c12
L
1602001-10-05 H.J. Lu <hjl@gnu.org>
161
162 * genscripts.sh: Fix a typo in the last change.
163
ec38dd05
JJ
1642001-10-05 Jakub Jelinek <jakub@redhat.com>
165
166 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
167 -z nocombreloc in usage.
168
cedd6b0d
JB
1692001-10-03 Jim Blandy <jimb@redhat.com>
170
171 * genscripts.sh: Include a comment at the top of each generated
172 script, explaining its purpose.
173
8bd621d8
AM
1742001-10-03 Vassili Karpov <malc@pulsesoft.com>
175
176 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
177 * NEWS: Mention -z nocopyreloc.
178 * ld.texinfo (Options): Describe nocopyreloc.
179
fcd8210c
AM
1802001-10-03 Alan Modra <amodra@bigpond.net.au>
181
182 * configure: Regenerate.
183
d32820f2
AM
1842001-10-02 Alan Modra <amodra@bigpond.net.au>
185
186 * ldver.h (ld_program_version): Remove declaration.
187 * lexsup.c (parse_args): Move printing of copyright message..
188 * ldver.c (ldversion): .. to here.
189 Use BFD_VERSION_STRING in place of BFD_VERSION.
190 (ld_program_version): Remove.
191 * Makefile.am (Makefile): Depend on bfd/configure.in.
192 Run "make dep-am".
193 * Makefile.in: Regenerate.
194
af46bcdc
HPN
1952001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
196
197 * Makefile.am: Update dependencies with "make dep-am".
198 * Makefile.in: Regenerate.
199
4818e05f 2002001-09-29 John Reiser <jreiser@BitWagon.com>
862517b6 201
4818e05f
AM
202 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
203 * lexsup.c: Add --no-define-common commandline option.
204 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
205 * ldlex.l: Likewise.
206 * ld.h: Add command_line.inhibit_common_definition.
207 * ldmain.c (main): Initialize.
208 * ld.texinfo: Document.
862517b6 209
d5e0ebeb
AM
2102001-09-26 Alan Modra <amodra@bigpond.net.au>
211
212 * ldmisc.c (USE_STDARG): Remove.
213 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
214 (einfo): Likewise.
215 (minfo): Likewise.
216 (lfinfo): Likewise.
217
218 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
219 declarations. Update copyright.
220
2f8d8971
NC
2212001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
222
85c77458
NC
223 * pe-dll.c: Remove obsoleted declaration of
224 pe_get_data_import_dll_name.
225 (pe_create_import_fixup): Fix thinko.
226
2f8d8971
NC
227 * ld.texinfo(enable-auto-import): Clarify the explanation.
228
2292001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
230
231 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
232 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
233 DLL_SUPPORT controlled code.
234
72358f65 2352001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
146e7110 236
72358f65
NC
237 * emultempl/pe.em(pe_data_import_dll): Make static.
238 (pe_get_data_import_dll_name): New accessor function.
146e7110 239 * pe-dll.c(pe_create_import_fixup): call
72358f65
NC
240 pe_get_data_import_dll_name() from pe.em, instead of
241 directly accessing pe_data_import_dll variable from pe.em.
242
3882b010
L
2432001-09-18 Bruno Haible <haible@clisp.cons.org>
244
245 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
246 (def_file_add_directive): Use ISSPACE instead of isspace.
247 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
248 isdigit/isxdigit/isalpha/isalnum.
249 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
250 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
251 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
252 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
253 isalnum.
254 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
255 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
256 isupper/tolower.
257 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
258 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
259 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
260 (ctor_prio): Use ISDIGIT instead of isdigit.
261 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
262 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
263 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
264 isupper/tolower.
265 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
266 (stricpy): Use TOLOWER instead of isupper/tolower.
267 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
268 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
269 (lex_warn_invalid): Use ISPRINT instead of isprint.
270 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
271 (main): For gettext, also set the LC_CTYPE locate facet.
272 (add_keepsyms_file): Use ISSPACE instead of isspace.
273 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
274 (is_num, parse_args): Use ISDIGIT instead of isdigit.
275 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
276 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
277 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
278 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
279 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
280 (quoteput): Use ISSPACE instead of isspace.
281 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
282 instead of isalnum.
283
db09f25b
AM
2842001-09-18 Alan Modra <amodra@bigpond.net.au>
285
286 * deffilep.y (def_stash_module): Constify "name" param.
287
288 * pe-dll.c: Replace CONST with const throughout.
289 (quick_symbol): Constify "n1", "n2", "n3" params.
290 (make_singleton_name_thunk): Constify "import" param. Make
291 "buffer_len" a size_t.
292 (make_import_fixup_entry): Constify "name", "fixup_name",
293 "dll_symname" params.
294 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
295 (pe_get32): Likewise.
296 (pe_implied_import_dll): Likewise.
297
298 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
299 (sort_by_section_name): Likewise.
300
301 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
302 (make_import_fixup): Cast printf arg, rel->address to long rather
303 than int.
304 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
305
74699268
AM
3062001-09-15 Alan Modra <amodra@bigpond.net.au>
307
308 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
309 defines BufferSize. Increase buffer size by one.
310
775cabad
NC
3112001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
312
313 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
314
056a1d49
NC
3152001-09-14 Kevin Lo <kevlo@openbsd.org>
316
317 * configure.tgt: Add arm-openbsd target.
318
a7d792bb
L
3192001-09-12 H.J. Lu <hjl@gnu.org>
320
321 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
322 eelf64lppc.o to ...
323 (ALL_64_EMULATIONS): Here.
324 * Makefile.in: Regenerated.
325
0d888aac
CW
3262001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
327
328 * emultempl/pe.em(make_import_fixup): change signature to
329 take asection as well as arelec; we need this for proper
146e7110 330 error reporting. Only call pe_create_import_fixup() if
0d888aac
CW
331 there is no attempt to add a constant addend to the reloc;
332 otherwise, report error condition.
333 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
334 since final argument is a pointer to make_import_fixup().
335 Change call to cb() to match make_import_fixup() signature.
336 (make_import_fixup_mark): make buffer_len unsigned.
337 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
338
3392001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
340
341 * ld.texinfo: add verbose documentation for auto-import
146e7110 342 direct-addressing workaround, to compliment the terse
0d888aac
CW
343 error message.
344
cedacdc0
CM
3452001-09-12 Andrew MacLeod <amacleod@redhat.com>
346
146e7110 347 * scripttempl/v850.sc: Add gcc_except_table sections.
cedacdc0 348
38be0bb1
JL
349Fri Sep 7 11:34:24 2001 Jeffrey A Law (law@cygnus.com)
350
351 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
352 * emulparams/h8300self.sh: Similarly.
353
559e4713
NC
3542001-09-05 Danny Smith <dannysmith@users.souceforge.net>
355
356 * ld.texinfo (Options, --stack): Correct default value for stack
357 reserve.
358
1fdf0249
TR
3592001-09-05 Tom Rix <trix@redhat.com>
360
361 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
146e7110 362
9b5799b8
AJ
3632001-09-03 Andreas Jaeger <aj@suse.de>
364
365 * emultempl/beos.em: Declare prototypes for comparions functions,
366 adjust definitions.
367
48f6162b
AJ
3682001-09-02 Andreas Jaeger <aj@suse.de>
369
370 * emultempl/aix.em: Add missing prototype.
371 * emultempl/lnk960.em: Likewise.
372 * emultempl/vanilla.em: Likewise.
373 * emultempl/armcoff.em: Likewise.
374 * emultempl/armelf_oabi.em: Likewise.
375 * emultempl/beos.em: Likewise.
376 * emultempl/gld960c.em: Likewise.
377 * emultempl/gld960.em: Likewise.
378
379 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
380 for prototype declaration.
381
39e5585e
EC
3822001-08-31 Eric Christopher <echristo@redhat.com>
383 Jason Eckhardt <jle@redhat.com>
384
385 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
386
3fc90ddb
AJ
3872001-08-31 Andreas Jaeger <aj@suse.de>
388
389 * emultempl/pe.em: Add missing prototypes.
390 (gld_${EMULATION_NAME}_after_open): Remove extra args to
391 pe_find_data_imports.
392 (pr_sym): Add unused attribute.
393
d43ded80
PB
3942001-08-29 Joel Sherrill <joel@OARcorp.com>
395
39e5585e 396 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
d43ded80
PB
397 default from coff to elf.
398
3946dd2f
JL
3992001-08-29 Jeff Law <law@redhat.com>
400
401 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
402 ARCH specification.
403 * emulparams/h8300self.sh: Similarly.
404
405Wed Aug 28 13:37:20 2001 J"orn Rennecke <amylaar@redhat.com>
8af6dd41
JR
406
407 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
408 eh8300self.o .
409 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
410 * configure.tgt (h8300-*-elf*): New case.
411 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
412 * emulparams/h8300self.sh: New file.
413 * Makefile.in: Regenerated.
414
70d0c6e9
NC
4152001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
416
417 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
418 with macro name.
419
5c67d4bb
AM
4202001-08-27 Linus Nordberg <linus@swox.com>
421 Alan Modra <amodra@bigpond.net.au>
422
423 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
424 (eelf64ppc.c, eelf64lppc.c): Add make targets.
425 Run "make dep-am"
426 * Makefile.in: Regenerate.
427 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
428 entries to correct alphabetical position.
429 * emulparams/elf64ppc.sh: New.
430 * emulparams/elf64lppc.sh: New.
431
08131015
NC
4322001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
433
434 * ldmain.c (main): Declare BSIZE as static.
435
db6751f2
JJ
4362001-08-23 Jakub Jelinek <jakub@redhat.com>
437
438 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
439 into .rel.dyn resp. .rela.dyn if combreloc.
440 (get_script): If .x linker script is equal to .xn, only put it
441 once into the binary.
442 Add .xc and .xsc scripts.
443 (parse_args): Handle -z combreloc and -z nocombreloc.
444 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
445 For .xc and .xsc scripts put all .rel* or .rela* input sections
446 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
447 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
448 is elf.
449 Strip trailing whitespace from script.
450 Generate .xc and .xsc scripts if requested.
451 * ldmain.c (main): Initialize link_info.combreloc and
452 link_info.spare_dynamic_tags.
453 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
454 (ld_options): Add --spare-dynamic-tags option.
455 (parse_args): Likewise.
456 * ld.texinfo: Document -z combreloc and -z nocombreloc.
457 * ldint.texinfo: Document .xc and .xsc linker scripts.
458 * NEWS: Add notes about -z combreloc and SHF_MERGE.
459
63d069c0
L
4602001-08-22 H.J. Lu <hjl@gnu.org>
461
462 * emulparams/elf32fr30.sh: Add a newline.
463
948f9114
AJ
4642001-08-21 Andreas Jaeger <aj@suse.de>
465
466 * deffilep.y: Add missing prototypes.
467 * pe-dll.c: Likewise.
468
ae7fb08f
AM
4692001-08-20 Alan Modra <amodra@bigpond.net.au>
470
2af02257
AM
471 * ldlang.c (insert_pad): Fix typos in last patch.
472
473 * ldlang.c: When traversing lang_statement_union_type lists,
474 consistently use "header.next" rather than "next".
475 * mpw-eppcmac.c: Likewise.
476 * emultempl/beos.em: Likewise.
477 * emultempl/hppaelf.em: Likewise.
478 * emultempl/pe.em: Likewise.
479 * ldlang.h (union lang_statement_union): Remove "next" field.
480
c0c330a7
AM
481 * ldlang.c (insert_pad): Use offsetof macro.
482 (lang_size_sections): Always neuter padding statements.
483 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
484
ae7fb08f
AM
485 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
486 passed to lang_size_sections.
487 (pe_exe_fill_sections): Likewise.
488 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
489 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
490
fab80407
AM
4912001-08-18 Alan Modra <amodra@bigpond.net.au>
492
493 * emultempl/aix.em: Formatting fixes.
494
b3327aad
AM
4952001-08-18 Alan Modra <amodra@bigpond.net.au>
496
497 * ldlang.c (insert_pad): Make use of an existing pad statement if
498 available. Move code calculating alignment, adjusting section
499 alignment power, and adjusting dot to ..
500 (size_input_section): .. here. Remove unused relax param.
501 (lang_size_sections): Change boolean `relax' param to boolean *.
502 Adjust call to size_input_section. Make use of insert_pad to
503 place pad after the assignment statement. If relaxing, zap
504 padding statements.
505 (reset_memory_regions): Reset output_bfd section sizes too.
506 (relax_again): Move to..
507 (lang_process): ..here. Adjust call to lang_size_sections, and
508 remove duplicated code.
509 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
510
563e308f
AM
5112001-08-17 Alan Modra <amodra@bigpond.net.au>
512
513 * ld.texinfo: Document that fill values now use the four least
514 significant bytes.
515 * emulparams/elf32fr30.sh (NOP): Update.
516 * emulparams/elf32mcore.sh: Likewise.
517 * emulparams/elf64_s390.sh: Likewise.
518 * emulparams/elf_i386.sh: Likewise.
519 * emulparams/elf_i386_be.sh: Likewise.
520 * emulparams/elf_i386_chaos.sh: Likewise.
521 * emulparams/elf_i386_ldso.sh: Likewise.
522 * emulparams/elf_s390.sh: Likewise.
523 * emulparams/elf_x86_64.sh: Likewise.
524 * emulparams/i386moss.sh: Likewise.
525 * emulparams/i386nw.sh: Likewise.
526 * emulparams/m68kelf.sh: Likewise.
527 * scripttempl/elf.sc: Update NOP comment.
528 * scripttempl/elfi370.sc: Likewise.
529 * scripttempl/elfm68hc11.sc: Likewise.
530 * scripttempl/elfm68hc12.sc: Likewise.
531 * scripttempl/nw.sc: Likewise.
532
b90e1c6f
TR
5332001-08-15 Tom Rix <trix@redhat.com>
534
535 * ldgram.y (saved_script_handle): Initialize to NULL.
536 * ldmain.c (main): Change check on saved_script_handle.
948f9114 537
39dcfe18
AM
5382001-08-14 Alan Modra <amodra@bigpond.net.au>
539
cde43e70
AM
540 * emultempl/elf32.em: Formatting fixes.
541 (output_prev_sec_find): Test for bfd_ind_section too; do so by
542 looking at sec->owner.
543 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
544 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
545 unused code, and reorganize orphan section placement code.
546
39dcfe18
AM
547 * ldlang.c (wild_doit): Rename to lang_add_section.
548 * ldlang.h: Here too.
549 * mpw-elfmips.c: And here.
550 * emultempl/beos.em: And here.
551 * emultempl/elf32.em: And here.
552 * emultempl/hppaelf.em: And here.
553 * emultempl/pe.em: And here.
554
908d20b3
RH
5552001-08-13 Richard Henderson <rth@redhat.com>
556
557 * emultempl/needrelax.em: New file.
558 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
559 * Makefile.am (eelf64_ia64.c): Depend on it.
560 * Makefile.in: Rebuild.
561
0f33d40b
AM
5622001-08-13 Alan Modra <amodra@bigpond.net.au>
563
22af9fd3
AM
564 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
565 output_section is set non-NULL.
566
0f33d40b
AM
567 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
568 `true' for SEC_EXCLUDE sections so that the generic code doesn't
569 needlessly create an output_section_statement. Treat a correctly
570 named output_section_statement with NULL bfd_section as compatible.
571
55ab6103
HPN
5722001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
573
574 * emultempl/generic.em: Support EXTRA_EM_FILE.
575 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
576 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
577 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
578 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
579 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
580 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
581 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
582 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
583 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
584 LDEMUL_FIND_POTENTIAL_LIBRARIES.
585
24098abb
RH
5862001-08-12 Richard Henderson <rth@redhat.com>
587
588 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
589 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
590 scripttempl/v850.sc: Keep .jcr data.
591
b9a8de1e 5922001-08-12 H.J. Lu <hjl@gnu.org>
146e7110
AM
593 Andrew Haley <aph@cambridge.redhat.com>
594 Nick Clifton <nickc@redhat.com>
b9a8de1e 595
146e7110 596 * ldgram.y (had_script): Change name to saved_script_handle.
b9a8de1e
NC
597 Change type to file handle.
598 * ld.h (had_script): Rename and retype.
599 * ldfile.c (ldfile_open_command_file): Save the file handle
600 used in saved_script_handle.
601 * lexsup.c (parse_args): Do not allow -c option to alter
602 saved_script_handle.
603 * ldmain.c (main): Print out the linker script used if
604 --verbose is given. Check saved_script_handle to obtain the
605 external linker script used, or if NULL, dump the builtin
606 script.
607 * ld.texinfo: Document that --verbose now dumps the linker
608 script used, regardless of whether it was an internal or an
609 external script.
610
0218d1e4
AJ
6112001-08-10 Andreas Jaeger <aj@suse.de>
612
613 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
614 to build warnings.
615 * configure: Regenerate.
616
5253f23b
AM
6172001-08-09 Alan Modra <amodra@bigpond.net.au>
618
73810896
AM
619 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
620
5253f23b
AM
621 * scripttempl/elf.sc: Move non-text .dynamic section before
622 .plt/.got/.sdata* group.
623 (OTHER_GOT_SECTIONS): Move to immediately after .got.
624 (OTHER_SDATA_SECTIONS): Add.
625 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
626 OTHER_GOT_SECTIONS.
627 * emulparams/crislinux.sh: Likewise.
628 * emulparams/elf32b4300.sh: Likewise.
629 * emulparams/elf32bmip.sh: Likewise.
630 * emulparams/elf32bmipn32.sh: Likewise.
631 * emulparams/elf32bsmip.sh: Likewise.
632 * emulparams/elf32btsmip.sh: Likewise.
633 * emulparams/elf32ebmip.sh: Likewise.
634 * emulparams/elf32elmip.sh: Likewise.
635 * emulparams/elf32l4300.sh: Likewise.
636 * emulparams/elf32lmip.sh: Likewise.
637 * emulparams/elf32lsmip.sh: Likewise.
638 * emulparams/elf32ltsmip.sh: Likewise.
639 * emulparams/elf64bmip.sh: Likewise.
640 * emulparams/elf64btsmip.sh: Likewise.
641 * emulparams/elf64ltsmip.sh: Likewise.
642
179c732c
AM
6432001-08-08 Alan Modra <amodra@bigpond.net.au>
644
645 * genscripts.sh: Source the emulparams script before each output
646 script is generated so that variables like `RELOCATING' may affect
647 variables defined in the emulparams script.
648
3fd36710
AM
6492001-08-04 Alan Modra <amodra@bigpond.net.au>
650
20713691
AM
651 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
652 order.
653
3fd36710
AM
654 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
655 ie. iterate over wild_statement.section_list.
656 (gld${EMULATION_NAME}_place_orphan): Likewise.
657
de0b1853
SC
6582001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
659
660 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
661 .fini[0-4] sections used by _exit
662 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
663 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
664 * scripttempl/elfm68hc11.sc: Likewise.
665
ff7e6f88
L
6662001-08-03 H.J. Lu <hjl@gnu.org>
667
668 * emultempl/beos.em (init): Add the missing initialization.
669
b6bf44ba
AM
6702001-08-03 Alan Modra <amodra@bigpond.net.au>
671
672 * ld.texinfo (Input Section Basics): Clarify ordering of output
673 sections.
674 * ldlang.c (callback_t): Add wildcard_list param.
675 (walk_wild_section): Remove "section" param. Rewrite for
676 lang_wild_statement_type change. Remove unique_section_p test.
677 (walk_wild_file): Remove "section" param.
678 (walk_wild): Remove "section" and "file" params.
679 (lang_gc_wild): Likewise.
680 (wild): Likewise. Modify for lang_wild_statement_type change.
681 (wild_sort): Likewise. Add "sec" param.
682 (gc_section_callback): Likewise.
683 (output_section_callback): Likewise. Do unique_section_p test.
684 (map_input_to_output_sections): Modify call to wild.
685 (lang_gc_sections_1): Likewise.
686 (print_wild_statement): Modify for lang_wild_statement_type
687 change.
688 (lang_add_wild): Replace filename, filenames_sorted param with
689 filespec. Replace section_name, sections_sorted,
690 exclude_filename_list with section_list.
691 * ldlang.h (lang_add_wild): Here too.
692 (lang_wild_statement_type): Replace section_name, sections_sorted,
693 and exclude_filename_list with section_list.
694 * ldgram.y (current_file): Delete.
695 (%union): Add wildcard_list.
696 (file_NAME_list): Set type to wildcard_list. Build a linked list
697 rather than calling lang_add_wild for each entry.
698 (input_section_spec_no_keep): Call lang_add_wild here instead.
699 * ld.h (struct wildcard_list): Declare.
700 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
701
b044cda1
CW
7022001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
703
704 * ldmain.c (main): initialize link_info.pei386_auto_import
705 * pe-dll.c: new tables for auto-export filtering
706 (auto_export): change API, pass abfd for contextual filtering.
b6bf44ba 707 Loop thru tables of excluded symbols instead of comparing
b044cda1
CW
708 "by hand".
709
7102001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
711
b6bf44ba
AM
712 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
713 static variable current_sec (static struct sec *). Add
b044cda1 714 forward declaration for add_bfd_to_link.
b6bf44ba
AM
715 (process_def_file): Don't export undefined symbols. Do not
716 export symbols starting with "_imp__". Call auto_export()
b044cda1
CW
717 with new API.
718 (pe_walk_relocs_of_symbol): New function.
719 (generate_reloc): add optional extra debugging
b6bf44ba 720 (pe_dll_generate_def_file): eliminate extraneous initial blank
b044cda1 721 line in output
b6bf44ba 722 (make_one): enlarge symtab to make room for __nm__ symbols
b044cda1
CW
723 (DATA auto-import support).
724 (make_singleton_name_thunk): New function.
725 (make_import_fixup_mark): New function.
726 (make_import_fixup_entry): New function.
727 (pe_create_import_fixup): New function.
b6bf44ba 728 (add_bfd_to_link): Specify that 'name' argument is a CONST
b044cda1 729 char *.
b6bf44ba
AM
730 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
731 declare new functions pe_walk_relocs_of_symbol and
b044cda1
CW
732 pe_create_import_fixup.
733 * emultempl/pe.em: add new options --enable-auto-import,
734 --disable-auto-import, and --enable-extra-pe-debug.
735 (make_import_fixup): New function.
736 (pe_find_data_imports): New function.
737 (pr_sym): New function.
b6bf44ba 738 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
b044cda1
CW
739 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
740 CODE.
741
7422001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
b6bf44ba 743
b044cda1
CW
744 * ld.texinfo: add additional documentation for
745 --export-all-symbols. Document --out-implib,
746 --enable-auto-image-base, --disable-auto-image-base,
b6bf44ba
AM
747 --dll-search-prefix, --enable-auto-import, and
748 --disable-auto-import.
b044cda1
CW
749 * ldint.texinfo: Add detailed documentation on auto-import
750 implementation.
751
156e34dd
NC
7522001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
753
754 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
755 example.
756
d6231427
AM
7572001-07-24 Alan Modra <amodra@bigpond.net.au>
758
759 * Makefile.am: Update dependencies with "make dep-am".
760 * Makefile.in: Regenerate
761
e14ec88b
AM
7622001-07-23 Alan Modra <amodra@bigpond.net.au>
763
764 * ldcref.c (check_section_sym_xref): New function.
765 (check_nocrossrefs): Call it.
766 (check_nocrossref): Interate over h->refs here instead of..
767 (check_refs): ..here. Pass in the symbol name, section, and bfd
768 rather than hash_entry pointers.
769 (struct check_refs_info): Keep symbol name rather than hash entry.
770 Remove "same".
771 (check_reloc_refs): Tweak for above changes in check_refs_info.
772 Only report references to section syms when symname is NULL to
773 prevent duplicate messages for the same reloc.
774
1b577b00
NC
7752001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
776
c7d701b0
NC
777 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
778 available. Do not print NULL trees.
779 (exp_print_token): Print unknown tokens with values > 126 as
780 decimal values not ASCII characters.
781
1545243b
NC
782 * ldlang.c (lang_leave_overlay): If a region is specified assign
783 it to all sections inside the overlay unless they have been
784 assigned to the own, non-default, memory region.
785
1b577b00
NC
786 * README: Add header for consistency with other README files.
787
5030876b
L
7882001-07-14 H.J. Lu <hjl@gnu.org>
789
790 * emultempl/elf32.em (output_prev_sec_find): Never return
791 bfd_abs_section_ptr, bfd_com_section_ptr nor
792 bfd_und_section_ptr.
793
18c7a9a5
NC
7942001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
795
22af9fd3 796 * Makefile.am (em32relf.c): Change dependency from generic.em to
18c7a9a5
NC
797 elf32.em.
798 * Makefile.in: Regenerate.
799
9ffecff1
MG
8002001-07-14 matthew green <mrg@eterna.com.au>
801
802 * configure.tgt (i386-*-netbsdelf*): New target.
803 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
804
95500e1c
JJ
8052001-07-13 Jakub Jelinek <jakub@redhat.com>
806
807 * emultempl/elf32.em (output_prev_sec_find): New.
808 (place_orphan): Use it.
809
e97cb84f
L
8102001-07-11 H.J. Lu <hjl@gnu.org>
811
812 * ldmain.c (main): Fix typos in the last change.
813
7333607e
JJ
8142001-07-11 Jakub Jelinek <jakub@redhat.com>
815
816 * ldmain.c (main): Disallow -F and -f without -shared.
817
d29d80f2
NC
8182001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
819
820 * emultempl/pe.em (after_open): Check for the output_bfd not
821 having any coff_data structure allocated to it.
822
c2a1a436
DB
8232001-07-09 David O'Brien <obrien@FreeBSD.org>
824
825 * emultempl/elf32.em: Do not assuming that contents of the buffer
826 returned from basename function will remain unchanged accross other
827 function calls.
828
63653551
L
8292001-07-03 H.J. Lu <hjl@gnu.org>
830
831 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
832 2001-07-03. It creates dynamic entries even for static binaries.
833
d303a449
L
8342001-07-03 Jakub Jelinek <jakub@redhat.com>
835
836 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
837 (DYNAMIC): Use it to reserve few dynamic entries for
838 post-linking tools.
839
9f22353f
AM
8402001-06-27 Alan Modra <amodra@bigpond.net.au>
841
842 * emulparams/hppa64linux.sh: New file.
843 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
844 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
845 (ehppa64linux.c): Add rule to make it.
846 Run "make dep-am".
847 * Makefile.in: Regenerate.
848
62bf86b4
HPN
8492001-06-21 Hans-Peter Nilsson <hp@axis.com>
850
851 * ld.texinfo (Options, -r): Mention restrictions when using
852 different object formats.
853
429d935d
HPN
8542001-06-19 Hans-Peter Nilsson <hp@axis.com>
855
856 * ldlang.c (lang_check): Emit fatal error if relocatable link
857 between different object flavours with relocations in input.
858
cb840a31
L
8592001-06-19 H.J. Lu <hjl@gnu.org>
860
861 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
862 (--version-script): Mention the language support.
863
9bf03acc
L
8642001-06-19 H.J. Lu <hjl@gnu.org>
865
866 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
867
c45021f2
NC
8682001-06-18 H.J. Lu <hjl@gnu.org>
869
b6bf44ba
AM
870 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
871 (diststuff): Add $(MANS).
872 * Makefile.in: Regenerated.
c45021f2 873
b6bf44ba 874 * ld.1: Removed.
c45021f2 875
6caa99ab
HPN
8762001-06-18 Hans-Peter Nilsson <hp@axis.com>
877
605d9b3a
HPN
878 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
879 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
880 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
881 * ld.h (args_type): Remove member export_dynamic. All users
882 changed to use struct bfd_link_info member.
883
6caa99ab
HPN
884 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
885 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
886 * Makefile.in: Regenerate.
887
6f9efd97
L
8882001-06-18 H.J. Lu <hjl@gnu.org>
889
890 * ldlang.c (init_os): Add the newline to the einfo call.
891 (lang_check): Likewise.
892 (lang_do_version_exports_section): Likewise.
893
5af9fd8b
L
8942001-06-15 H.J. Lu <hjl@gnu.org>
895
896 * lexsup.c (parse_args); Save optind to report unrecognized
897 option.
898
2a096f04
HPN
8992001-06-15 Hans-Peter Nilsson <hp@axis.com>
900
7e66c3f5
HPN
901 * ldlang.c (lang_check): Emit fatal error if relocatable link
902 between different object flavours.
903
2a096f04
HPN
904 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
905 Set new link_info member export_dynamic.
906 * ldmain.c (main): Initialize new link_info member export_dynamic.
907
6770ec8c
NC
9082001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
909
910 * ldlang.c (walk_wild): Only call walk_wild_file if
911 lookup_name returns something.
b6bf44ba 912 (lookup_name): If load_symbols fails, return NULL.
22af9fd3 913 (load_symbols): Change to a boolean function.
b6bf44ba 914 (open_input_bfds): If load_symbols fails then do not make the
6770ec8c
NC
915 executable.
916
8529105a
AM
9172001-06-08 Alan Modra <amodra@bigpond.net.au>
918
919 * ldlang.c (record_bfd_errors): Remove.
920
921 * emultempl/aix.em: Fix copyright dates.
922
8f3aa7a0
AJ
9232001-06-07 Andreas Jaeger <aj@suse.de>
924
925 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
926 (TEXT_START_ADDR): Likewise.
927
3277f888
AM
9282001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
929
930 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
931
3763134d
DD
9322001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
933
934 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
935
5929ebc0
L
9362001-05-31 H.J. Lu <hjl@gnu.org>
937
938 * ldlang.c (open_input_bfds): Don't change the bfd error
939 handler whilst loading symbols.
940
c04a062d
NC
9412001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
942
943 * configure.tgt: Remove i370-mvs architecture, it is not currently
944 supported.
945
96fcab3e
L
9462001-05-25 H.J. Lu <hjl@gnu.org>
947
948 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
949 like emulparams/aixppc.sh.
950
db8d4f23
L
9512001-05-25 H.J. Lu <hjl@gnu.org>
952
953 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
954 setting of output_filename after bfd_scan_arch.
955 * emultempl/pe.em: Likewise.
956
5f642101
L
9572001-05-25 H.J. Lu <hjl@gnu.org>
958
959 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
960 like emulparams/aixppc.sh.
961
962 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
963 instead of ${srcdir}/emultempl/stringify.sed.
964
64e9ece0
TW
9652001-05-25 Timothy Wall <twall@oculustech.com>
966
967 * emulparams/elf64_aix.sh: Change settings to match IBM linker
8f3aa7a0 968 output.
64e9ece0 969
c709b096
AM
9702001-05-25 Alan Modra <amodra@one.net.au>
971
972 * configure.host: Replace linuxoldld with linux*oldld.
973 * configure.tgt: Likewise.
974
6cbdcc6f
L
9752001-05-24 H.J. Lu <hjl@gnu.org>
976
977 * emultempl/stringify.sed: Removed again.
978
86af25fe
L
9792001-05-24 H.J. Lu <hjl@gnu.org>
980
981 * emultempl/aix.em (OUTPUT_ARCH): Defined.
982 (gld${EMULATION_NAME}_before_parse): Initialize
983 ldfile_output_architecture, ldfile_output_machine and
984 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
985 * emultempl/beos.em: Likewise.
986 * emultempl/elf32.em: Likewise.
987 * emultempl/linux.em: Likewise.
988 * emultempl/mipsecoff.em: Likewise.
989 * emultempl/pe.em: Likewise.
990 * emultempl/sunos.em: Likewise.
991
3b1b01cf
TR
9922001-05-24 Tom Rix <trix@redhat.com>
993
8f3aa7a0 994 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3b1b01cf
TR
995 udate import file format.
996 (change_symbol_mode) New, same
997 (is_syscall) New, same
998 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
999 * emulparams/aixppc64.sh : same
1000 * emulparams/aixrs6.sh : same
1001 * emulparams/ppcmacos.sh : same
1002 * emultempl/aix.em : use strtoull to parse options
1003 * Makefile.am : add eaixppc64 emulation for xcoff64
1004 * Makefile.in : same
1005 * configure.tgt : same
1006
1007 * scripttempl/aix.sc : default text section offset to 0x10000000
146e7110 1008 default data section offset to 0x20000000
3b1b01cf 1009 add .sv3264 and .sv64 pseudo sections
8f3aa7a0 1010 loader and debug sections use the currect section offset.
3b1b01cf
TR
1011
1012 * emultempl/aix.em : Add xcoff64 support
1013 Add -binitfini support
8f3aa7a0 1014 (gld${EMULATION_NAME}_before_parse) -binitfini
3b1b01cf 1015 (gld${EMULATION_NAME}_parse_args) same
8f3aa7a0 1016 (gld${EMULATION_NAME}_before_allocation) format change for special
3b1b01cf
TR
1017 sections
1018
1019 * emulparams/aixppc64.sh : New file for xcoff64 support
8f3aa7a0 1020
57e6abd2
AO
10212001-05-23 Alexandre Oliva <aoliva@redhat.com>
1022
1023 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
1024 variable to avoid non-portable shell construct.
1025
d1cf510e
NC
10262001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1027
1028 * ldmain.c (get_emulation): Add -mips5 command line argument.
1029
506eee22
NC
10302001-05-22 Alexandre Oliva <aoliva@redhat.com>
1031
1032 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
1033 (ELF_INTERPRETER_NAME): Define it.
1034 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
1035 it.
1036 * configure.tgt (targ_emul, targ_extra_emuls)
1037 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
1038 as primary, elf_i386 as extra.
1039 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
1040 (eelf_i386_ldso.c): New rule.
1041 * Makefile.in: Rebuilt.
1042
10432001-05-22 Nick Clifton <nickc@redhat.com>
1044
1045 * lexsup.c (ld_options): Allow -I to be an alias for
1046 --dynamic-linker. This is for Solaris compatability.
1047 * ld.texinfo: Document that -I can be used.
1048 * ld.1: Regenerate.
1049
d1778b88
AM
10502001-05-16 Alan Modra <amodra@one.net.au>
1051
1052 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
1053 whether an input section is the first one assigned to an output
1054 section.
1055 Assorted formatting fixes.
1056
02649152
DD
10572001-05-14 DJ Delorie <dj@delorie.com>
1058
1059 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
1060 * Makefile.in: Ditto.
1061
579f31ac
JJ
10622001-05-11 Jakub Jelinek <jakub@redhat.com>
1063
1064 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
1065 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
1066 output sections.
1067 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
1068
8550eb6e
JJ
10692001-05-11 Jakub Jelinek <jakub@redhat.com>
1070
1071 * ldlang.c (lang_process): Call bfd_merge_sections.
1072
8e5a525c
AM
10732001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1074
1075 * ldgram.y: Fix typo.
1076
1c9acd94
L
10772001-05-03 H.J. Lu <hjl@gnu.org>
1078
1079 * emultempl/elf32.em: Include "libiberty.h".
1080 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
1081 basename of the bfd filename.
1082 (gld${EMULATION_NAME}_stat_needed): Likewise.
1083 (gld${EMULATION_NAME}_try_needed): Likewise.
1084 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
1085
14fe918e
L
10862001-05-02 H.J. Lu <hjl@gnu.org>
1087
1088 * emultempl/pe.em: Include <ctype.h>.
1089
c7e40348
NC
10902001-05-02 Johan Rydberg <jrydberg@opencores.org>
1091
b6bf44ba 1092 * emulparams/elf32openrisc.sh: New file.
c7e40348 1093
b6bf44ba
AM
1094 * Makefile.am: Add OpenRISC target.
1095 * Makefile.in: Regenerated.
c7e40348 1096
b6bf44ba 1097 * configure.tgt: Add openrisc-*-* mapping.
c7e40348
NC
1098
10992001-05-02 Nick Clifton <nickc@redhat.com>
1100
1101 * emultempl/aix.em: Replace buystring with xstrdup.
1102 * emultempl/beos.em: Replace buystring with xstrdup.
8f3aa7a0 1103
d1b2b2dc
L
11042001-05-02 H.J. Lu <hjl@gnu.org>
1105
1106 * ldfile.c: Include "libiberty.h".
1107 * ldlex.l: Likewise.
1108
1109 * ldmisc.c (buystring): Removed.
1110 * ldmisc.h: Likewise.
1111
1112 * ldfile.c: Replace buystring with xstrdup.
1113 * ldlang.c: Likewise.
1114 * ldlex.l: Likewise.
1115 * ldmain.c: Likewise.
1116 * ldmisc.c: Likewise.
1117 * lexsup.c: Likewise.
1118 * mpw-eppcmac.c: Likewise.
1119
35714f2a
AJ
11202001-04-30 Andreas Jaeger <aj@suse.de>
1121
1122 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
1123
884fb58e
NC
11242001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1125
b6bf44ba
AM
1126 * ldlang.c (load_symbols): Give emulation a chance
1127 to process unrecognized file before fatal error is
1128 reported, not after.
884fb58e 1129
87748b32
NC
11302001-04-27 Sean McNeil <sean@mcneil.com>
1131
1132 * configure.tgt: Add arm-vxworks target.
1133 * scripttempl/armcoff.sc: Support .text or .data as a section name
1134 prefix.
1135 Define _etext.
35714f2a 1136
7ce691ae
C
11372001-04-13 J.T. Conklin <jtc@redback.com>
1138
1139 * ld.texinfo: Document --fatal-warnings.
1140 * ld.1: Regenerate.
1141
1142 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
35714f2a 1143 warnings have been turned into errors.
7ce691ae
C
1144 * lexsup.c (OPTION_WARN_FATAL): Define.
1145 (ld_options): Entry for --fatal-warnings.
1146 (parse_args): Handle OPTION_WARN_FATAL.
1147 * ld.h (ld_config_type): Add fatal_warnings field.
1148
f5fa8ca2
JJ
11492001-04-13 Jakub Jelinek <jakub@redhat.com>
1150
1151 * ldmain.c (main): Default to discard_sec_merge.
1152 * lexsup.c (OPTION_DISCARD_NONE): Define.
1153 (ld_options): Add --discard-none.
1154 (parse_args): Handle OPTION_DISCARD_NONE.
1155 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
1156 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
1157 all its input sections match.
1158
fdec3cfc
L
11592001-04-05 Steven J. Hill <sjhill@cotw.com>
1160
1161 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
1162 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
1163 (eelf32ltsmip.c): New target.
1164 (eelf64btsmip.c): Likewise.
1165 (eelf64ltsmip.c): Likewise.
1166 * Makefile.in: Regenerated.
1167
1168 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
1169 target.
1170 (mips*-*-linux-gnu*): Likewise.
1171
1172 * emulparams/elf32ltsmip.sh: New. Traditional little endian
1173 MIPS taget.
35714f2a 1174 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
fdec3cfc
L
1175 target.
1176 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
1177 endian target.
1178
589bad82
HPN
11792001-04-05 Hans-Peter Nilsson <hp@axis.com>
1180
1181 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
1182 correct value of __Stext here.
1183 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
1184 .startup section.
1185
1186 * emulparams/crislinux.sh: Remove FIXME.
1187
94202e16
AM
11882001-04-02 Alan Modra <alan@linuxcare.com.au>
1189
1190 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
1191 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
1192
1268a053
HPN
11932001-03-27 Hans-Peter Nilsson <hp@axis.com>
1194
1195 * configure.tgt (cris-*-*): Change default emulation to criself.
1196 (cris-*-*aout*): New rule.
1197
d85e9ff7
AM
11982001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
1199
1200 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
1201 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
1202
0879a67a
AJ
12032001-03-26 Andreas Jaeger <aj@suse.de>
1204
1205 * ld.texinfo (Overview): Fix syntax in texi code.
1206
0285c67d
NC
12072001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1208
1209 * ld.texinfo: Put @c man indications to generate the ld man page.
1210 When generating man, define all the variables. Define SEEALSO
1211 and SYNOPSIS. Re-organize some lines to avoid the cross references.
1212 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
1213 (ld.1): Generate from ld.texinfo.
1214 * Makefile.in: Regenerate.
1215
c20ec07b
NC
12162001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
1217
1218 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
146e7110 1219 and '-fdata-sections'. Set the VMA of STABS sections to zero.
c20ec07b 1220
cc5ce052
UD
12212001-03-17 Ulrich Drepper <drepper@redhat.com>
1222
1223 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
1224 is an absolute path look only for this file and not along the path.
1225
a1ab1d2a
UD
12262001-03-17 Ulrich Drepper <drepper@redhat.com>
1227
1228 * emultempl/elf32.em (OPTION_GROUP): New macro.
1229 Add new option Bgroup to longopts.
1230 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
1231 (gld*_list_options): Add -Bgroup and -z defs.
1232 * ld.1: Document -Bgroup and -z defs.
1233 * ld.texinfo: Likewise.
1234
788fca5a
MM
12352001-03-07 Michael Meissner <meissner@redhat.com>
1236
1237 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
1238 with sections created by -fdata-sections.
1239 (.dynbss,.bss): Ditto.
1240
1c7566d1
AM
12412001-03-05 Alan Modra <alan@linuxcare.com.au>
1242
1243 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
1244 after_allocation_default, not gld..._before_allocation.
1245
27b7e12d
AM
12462001-02-27 Alan Modra <alan@linuxcare.com.au>
1247
1248 * configure.in (BFD_VERSION): New.
1249 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1250 * configure: Regenerate.
1251 * Makefile.am: Run "make dep-am"
1252 * Makefile.in: Regenerate.
1253
2bc551c7
TW
12542001-02-26 Timothy Wall <twall@cygnus.com>
1255
1256 * emulparams/elf64_aix.sh: Add additional read-only sections;
1257 uncomment lines which are now required.
1258
1276aefa
NC
12592001-02-26 H.J. Lu <hjl@gnu.org>
1260
1261 * ldlang.c (open_input_bfds): Set the bfd error handler so
b6bf44ba
AM
1262 that problems can be caught whilst loading symbols.
1263 (record_bfd_errors): New function: Report BFD errors and mark
1264 the executable output as being invalid.
1276aefa 1265
41c49998
TW
12662001-02-22 Timothy Wall <twall@cygnus.com>
1267
1268 * configure.host: Add configuration for ia64-*-aix*.
1269 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
1270 Add dependencies for eelf64_aix.c.
1271 * Makefile.in: Regenerate.
1272 * configure.tgt: Add ia64-*-aix* mapping.
1273 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
a2b64bed 1274 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
0879a67a
AJ
1275 AIX-specific test.
1276
78f85fd7
L
12772001-02-20 H.J. Lu <hjl@gnu.org>
1278
1279 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
1280 false if we found the file.
1281
1ac7e077 12822001-02-18 David O'Brien <obrien@FreeBSD.org>
fb33b906
DB
1283
1284 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
1285 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
1286
e135f41b
NC
12872001-02-18 lars brinkhoff <lars@nocrew.org>
1288
1289 * Makefile.am: Add PDP-11 target.
1290 * configure.tgt: Likewise.
1291 * emulparams/pdp11.sh: New file.
1292
a842aceb
DB
12932001-02-17 David O'Brien <obrien@FreeBSD.org>
1294
1295 * configure.host: Add a generic FreeBSD configuration entry such that
1296 all [modern] FreeBSD systems on all platforms will look the same.
1297
24174db0
L
12982001-02-14 H.J. Lu <hjl@gnu.org>
1299
1300 * configure.tgt: Remove mention of earmelf_linux26.
1301
30c3c13a
RH
13022001-02-13 Richard Henderson <rth@redhat.com>
1303
1304 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
1305
b46a87b1
L
13062001-02-13 H.J. Lu <hjl@gnu.org>
1307
1308 * ldexp.h (node_type): Add etree_provided.
1309 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
1310 type to etree_provided if defined by PROVIDE. Allow updating
0879a67a 1311 for etree_provided.
b46a87b1
L
1312 (exp_print_tree): Handle etree_provided.
1313 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
1314 etree_provided.
1315
f3988fd9
RH
13162001-02-09 David Mosberger <davidm@hpl.hp.com>
1317
1318 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
1319 .IA_64.unwind.* pattern to unwind table section and
1320 .IA_64.unwind_info* pattern to unwind info section.
1321
a85d7ed0
NC
13222001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1323
1324 * Makefile.am: Add linux target for S/390.
1325 * Makefile.in: Likewise.
1326 * configure.host: Likewise.
1327 * configure.tgt: Likewise.
1328 * emulparams/elf64_s390.sh: New file.
1329 * emulparams/elf_s390.sh: New file.
1330
780248c4
JJ
13312001-02-09 Jakub Jelinek <jakub@redhat.com>
1332
1333 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
1334 targ_extra_libpath.
1335 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
1336
0e2534bd
PB
13372001-02-06 Philip Blundell <philb@gnu.org>
1338
1339 * Makefile.am: Remove mention of earmelf_linux26.
1340 * Makefile.in: Regenerate.
1341
46c1ea57
PB
13422001-02-04 Philip Blundell <philb@gnu.org>
1343
1344 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
1345 * emulparams/armelf_linux26.sh: Delete.
1346 * configure.tgt: Remove mention of armelf_linux26 emulation.
1347
0088edd2
NC
13482001-02-01 Nick Clifton <nickc@redhat.com>
1349
1350 * ld.1: Replace occurances of -oformat with --oformat.
1351
02aa14fb
AM
13522001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
1353
1354 * ldlang.c (lang_leave_overlay): Don't set lma_region when
1355 load_base is specified.
1356
f813923c
HPN
13572001-01-24 Hans-Peter Nilsson <hp@axis.com>
1358
1359 * emultempl/elf32.em: Correct spelling in comments and listed
1360 options.
1361
c1eb1488
AM
13622001-01-23 Alan Modra <alan@linuxcare.com.au>
1363
1364 * ldlang.c (lang_leave_overlay): Only set lma_region from the
1365 default for the first section of a group of overlay sections.
1366
d9fc3714
AM
13672001-01-22 Alan Modra <alan@linuxcare.com.au>
1368
1369 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
1370 * Makefile.in: Regenerate.
1371 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
1372 Check for null tool_dir.
1373
6be0ca94
JW
13742001-01-16 Jim Wilson <wilson@redhat.com>
1375
1376 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
1377 and IA_64.unwind.info.
1378
b9247304
L
13792001-01-16 H.J. Lu <hjl@gnu.org>
1380
1381 * ldlang.c (lang_check): Merge the private data only if the
1382 input file has contents.
1383
577a0623
AM
13842001-01-14 Alan Modra <alan@linuxcare.com.au>
1385
d952f17a
AM
1386 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
1387
ffd6e9de
AM
1388 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
1389 enabling search for libmilli. On a relocatable link, make .text
1390 sections unique.
1391 (LDEMUL_AFTER_PARSE): Define.
1392 (hppaelf_finish): Correct spelling of relocatable in comments.
1393
577a0623
AM
1394 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1395 rummage through the script for sections on the unique list.
1396 Correct length of strncmp for ".note".
1397 (gld${EMULATION_NAME}_check_needed): Rearrange function.
1398
1399 * ldlang.c (unique_section_list): New var.
1400 (unique_section_p): New function.
1401 (walk_wild_section): Don't match sections on unique_section_list.
1402 (lang_add_unique): New function.
ffd6e9de 1403 Correct spelling of relocatable in comments.
577a0623
AM
1404
1405 * ldlang.h (struct unique_sections): Declare.
1406 (unique_section_list): Declare.
1407 (unique_section_p): Declare.
1408 (lang_add_unique): Declare.
1409
1410 * lexsup.c (ld_options): Allow --unique to take an optional arg.
1411 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
1412
1413 * ld.texinfo (--unique): Update.
1414
b7ed8fad
NC
14152001-01-13 Nick Clifton <nickc@redhat.com>
1416
1417 * lexsup.c (parse_args): Remove spurious white space.
1418
d0398d6a
NC
14192001-01-12 Nick Clifton <nickc@redhat.com>
1420
1421 * lexsup.c (parse_args): Update copyright date.
1422
350fdb00
PB
14232001-01-12 Philip Blundell <pb@futuretv.com>
1424
1425 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
1426
60c6797e
KH
14272001-01-10 Kazu Hirata <kazu@hxi.com>
1428
1429 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
1430 * scripttempl/h8300h.sc: Fix formatting.
1431 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
1432 * scripttempl/h8500.sc: Likewise.
1433 * scripttempl/h8500b.sc: Likewise.
1434 * scripttempl/h8500c.sc: Likewise.
1435 * scripttempl/h8500m.sc: Likewise.
1436 * scripttempl/h8500s.sc: Likewise.
60c6797e 1437
482e8b32
DB
14382000-01-07 David O'Brien <obrien@BSDi.com>
1439
1440 * emultempl/elf32.em: Only perform Linux ld hints processing when
1441 targeting Linux.
1442
d7ed7ca6
PB
14432001-01-07 Philip Blundell <philb@gnu.org>
1444
1445 * ld.texinfo (Bug Reporting): Update email address for reports.
1446
0fc3347a
NC
14472000-12-31 Nick Clifton <nickc@redhat.com>
1448
1449 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
1450 options by checking for a return value of '?' not -1.
1451
e4897a32
NC
14522000-12-28 Nick Clifton <nickc@redhat.com>
1453
1454 * lexsup.c (struct ld_option): Add new enum value:
1455 EXACTLY_TWO_DASHES.
1456 (ld_options[]): Change -omagic, -output and -oformat options
1457 to be EXACTLY_TWO_DASHES.
1458 (OUTPUT_COUNT): Use ARRAY_SIZE.
1459 (parse_args): Change parameter 'argc' to unsigned.
1460 Place EXACTLY_TWO_DASHES options into new really_longopts
1461 array.
1462 If getopt_long_only fails, try calling getopt_long using the
1463 really_longopts array.
1464 (help): Print a double dash for both EXACTLY_TWO_DASHES and
1465 TWO_DASHES options.
1466
1467 * ldlex.h: Fix prototype of parse_args.
1468
1469 * ld.texinfo: Document that long options starting with 'o'
1470 must be preceeded by two dashes. Change example of a single
1471 dashed long option from -oformat to -trace-symbol.
1472
1122a5fc
NC
14732000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1474
1475 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
1476 (longopts[]): New --no-default-excludes option.
1477 (gld_${EMULATION_NAME}_list_options): Document.
1478 (gld_${EMULATION_NAME}_parse_args): Handle.
1479
037849a9
NC
14802000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1481
1482 * ldlang.c (new_stat): Revert the last beautification with "innocent"
1483 whitespace, it breaks the K&R C preprocessor.
1484
7ec229ce
DD
14852000-12-11 DJ Delorie <dj@redhat.com>
1486
1487 * ld.texinfo: Add notes about --whole-archive and gcc.
1488
b79e8c78
NC
14892000-11-18 Fred Fish <fnf@be.com>
1490
1491 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
1492 (ld_options): Entry for --allow-shlib-undefined.
1493 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
1494 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
1495 to false.
1496 * ld.texinfo: Document new command line switch.
d952f17a 1497
9a8e2505
GK
14982000-12-12 Geoffrey Keating <geoffk@redhat.com>
1499
1500 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
1501 .fixup is actually read/write.
1502 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1503 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1504 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1505
b8355149
JH
1506Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
1507
1508 * NEWS: Add note about x86_64 architecture.
1509
93b63cd3
DD
15102000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
1511
1512 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
1513 Set DWARF2 sections to a VMA of zero.
1514
24f6971a
NC
15152000-12-01 Joel Sherrill <joel@OARcorp.com>
1516
d952f17a 1517 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
24f6971a
NC
1518 New targets.
1519 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1520 (sparc*-*-rtems*): Switched from a.out to ELF.
1521
2be3aa03
NC
15222000-11-30 Jan Hubicka <jh@suse.cz>
1523
1524 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
1525 (eelf_x86_64.c): New.
1526 * Makefile.in: Regenerate.
1527 * configure.tgt: Add support for x86_64-*-linux-gnu*.
1528 * emulparams/elf_x86_64.sh: New.
1529
8c899858
HPN
15302000-11-30 Hans-Peter Nilsson <hp@axis.com>
1531
1532 * emulparams/crislinux.sh (ENTRY): Change back to _start.
1533 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
1534
1535 * scripttempl/crisaout.sc: Change all RELOCATING not related to
1536 merging non-a.out sections into CONSTRUCTING.
1537
e47b9e39
NC
15382000-11-28 Nick Clifton <nickc@redhat.com>
1539
1540 * ld.1 (COPYING): Mention that the GNU Free Documentation
1541 License is present in the sources, but not the output, and
1542 also available from the GNU website.
1543 (GNU Free Documentation License): Comment out this section.
1544
ad95f82a
DB
15452000-11-28 David O'Brien <obrien@dragon.nuxi.com>
1546
1547 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
1548 does not use them.
1549
fd89e65f
DB
15502000-11-25 David O'Brien <obrien@FreeBSD.org>
1551
1552 * ld.1: Remove old date so it does not give the impression the manpage
1553 is way out of date.
1554
077b8428
NC
15552000-11-24 Nick Clifton <nickc@redhat.com>
1556
1557 * configure.tgt (xscale-coff): Add target.
1558 (xscale-elf): Add target.
1559
49425d28
NC
15602000-11-24 Fred Fish <fnf@be.com>
1561
d952f17a
AM
1562 * ldmain.c (main): Remove redundant init of config.make_executable
1563 to true.
49425d28 1564
d3480244
RH
15652000-11-15 Richard Henderson <rth@redhat.com>
1566
1567 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
1568
1ce7de8b
KH
15692000-11-14 Kazu Hirata <kazu@hxi.com>
1570
1571 * scripttempl/h8300.sc: Fix formatting.
1572 * scripttempl/h8300h.sc: Likewise.
1573 * scripttempl/h8300s.sc: Likewise.
1574
208d5cd0
DC
1575Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
1576
1577 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
1578
2e418547
PB
15792000-11-09 Philip Blundell <pb@futuretv.com>
1580
1581 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
1582 around orphan sections whose names can be represented in C.
1583
c940e6fc
JW
15842000-11-07 Jim Wilson <wilson@redhat.com>
1585
1586 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
1587 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
1588
704c465c
NC
15892000-11-06 Nick Clifton <nickc@redhat.com>
1590
1591 * ld.texinfo: Add GNU Free Documentation License.
1592 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 1593 * ld.1: Add GNU Free Documentation License.
704c465c 1594
dca7760f
AM
15952000-11-05 Alan Modra <alan@linuxcare.com.au>
1596
1597 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
1598 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
1599
1600 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
1601 Move 2000-11-02 Makefile.in changes to this file.
1602 * Makefile.in: Regenerate.
1603
40a633d5
NC
16042000-11-03 Nick Clifton <nickc@redhat.com>
1605
1606 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
1607 constructors and destructors.
1608 * scripttempl/h8300h.sc: Ditto.
1609 * scripttempl/h8300s.sc: Ditto.
1610 * scripttempl/h8500.sc: Ditto.
1611 * scripttempl/h8500b.sc: Ditto.
1612 * scripttempl/h8500c.sc: Ditto.
1613 * scripttempl/h8500m.sc: Ditto.
1614 * scripttempl/h8500s.sc: Ditto.
1615 * scripttempl/v850.sc: Ditto.
1616 * scripttempl/w65.sc: Ditto.
1617 * scripttempl/z8000.sc: Ditto.
1618
59ff2774
NC
16192000-11-02 Per Lundberg <plundis@chaosdev.org>
1620
1621 * Makefile.in (e_i386_chaos.c): New rule.
1622 (ALL_EMULATIONS): Added e_i386_chaos.o.
1623 * emulparams/elf_i386_chaos.sh: New file.
1624 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
1625
645571e1
JJ
16262000-10-20 Jakub Jelinek <jakub@redhat.com>
1627
1628 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
1629 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
1630 Fix sed invocation, so that it coped with '/' in Solaris 64bit
1631 library path suffix.
1632 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
1633
c5975a45
HPN
16342000-10-18 Hans-Peter Nilsson <hp@axis.com>
1635
1636 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
1637 for consecutive sections.
1638
ea20a7da
CC
16392000-10-17 Chandrakala Chavva <cchavva@redhat.com>
1640
d952f17a
AM
1641 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
1642 options.
1643 * ld.texinfo: Added notes about this new option.
ea20a7da 1644
6e45556a
NC
16452000-10-16 Nick Clifton <nickc@redhat.com>
1646
1647 * emultempl/pe.em (_after_open): Add tests of return values from
1648 bfd functions. Emit appropriate error messages if necessary.
1649
b9a69188
NC
16502000-10-13 Nick Clifton <nickc@redhat.com>
1651
1652 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
1653 local variables - they are not used, but leave in the call to
1654 bfd_canonicalize_symtab.
b9a69188
NC
1655 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
1656 pe_dll_search_prefix.
1657
627427de 16582000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
d952f17a 1659
627427de
DD
1660 * emultempl/pe.em (pe_dll_search_prefix): New variable,
1661 (longopts): New --dll-search-prefix option.
1662 (gld_${EMULATION_NAME}_list_options): Document.
1663 (gld_${EMULATION_NAME}_parse_args): Handle.
1664 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
1665 dynamically, search for a dll named '<prefix><basename>.dll'
1666 in preference to 'lib<basename>.dll' if --dll-search-prefix
1667 is specified.
1668
24376d1b
AM
16692000-10-12 Alan Modra <alan@linuxcare.com.au>
1670
1671 * ldlang.c (section_already_linked): Set kept_section instead of
1672 sec->comdat->sec.
1673
e47d05ad
KH
16742000-10-10 Kazu Hirata <kazu@hxi.com>
1675
1676 * deffile.h: Fix formatting.
1677 * lexsup.c: Likewise.
1678 * mri.c: Likewise.
1679
23a87948
DD
16802000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1681
1682 * pe-dll.c (make_one): Do not generate code thunk for DATA
1683 exports.
1684 (process_def_file): deduce DATA flag for auto-export sumbols.
1685
86b1cc60
KH
16862000-10-09 Kazu Hirata <kazu@hxi.com>
1687
89cdebba
KH
1688 * ld.h: Fix formatting.
1689 * ldcref.c: Likewise.
1690 * ldctor.h: Likewise.
1691 * ldemul.c: Likewise.
1692 * ldemul.h: Likewise.
1693 * ldexp.c: Likewise.
1694 * ldexp.h: Likewise.
1695 * ldfile.c: Likewise.
1696 * ldfile.h: Likewise.
1697 * ldlang.c: Likewise.
1698 * ldlang.h: Likewise.
1699 * ldmain.c: Likewise.
7bfd51a3
KH
1700 * pe-dll.c: Likewise.
1701
1702 * pe-dll.c: Revert some formatting fixes.
86b1cc60 1703
d643799d
KH
17042000-10-08 Kazu Hirata <kazu@hxi.com>
1705
1706 * pe-dll.c: Fix formatting.
1707
08da4cac
KH
17082000-10-05 Kazu Hirata <kazu@hxi.com>
1709
1710 * ldlang.c: Fix formatting.
1711
c2a94a7a
DD
17122000-10-03 DJ Delorie <dj@redhat.com>
1713
1714 * pe-dll.c (fill_edata): initialize entire block
1715 (make_one): fill in correct section.
1716
8c95a62e
KH
17172000-10-03 Kazu Hirata <kazu@hxi.com>
1718
1719 * ldexp.c: Fix formatting.
1720
486e80e2
DD
17212000-10-02 DJ Delorie <dj@redhat.com>
1722
1723 * emultempl/pe.em (gld_*_after_open): detect case where there two
1724 import libraries for same dll; rename one to ensure proper link
1725 order.
1726
1727 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
1728 typo
1729 (generate_edata): fix typo
1730
24dd9f75
HPN
17312000-09-29 Hans-Peter Nilsson <hp@axis.com>
1732
1733 * scripttempl/crisaout.sc (ENTRY): Now __start.
1734 (.text): Add default setting for __start.
1735 Remove CONSTRUCTORS handling.
1736 (/DISCARD/): Add .gnu.warning.*.
1737 * emulparams/crislinux.sh (ENTRY): Now __start.
1738 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
1739 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
1740 (ENTRY): Now __start.
1741 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
1742 (EXECUTABLE_SYMBOLS): Add default setting for __start.
1743
4de2d33d
KH
17442000-09-29 Kazu Hirata <kazu@hxi.com>
1745
5cc18311
KH
1746 * deffile.h: Fix formatting.
1747 * ld.h: Likewise.
1748 * ldcref.c: Likewise.
4de2d33d 1749 * ldctor.c: Likewise.
5cc18311 1750 * ldctor.h: Likewise.
4de2d33d 1751 * ldemul.c: Likewise.
5cc18311 1752 * ldemul.h: Likewise.
4de2d33d 1753 * ldexp.c: Likewise.
5cc18311 1754 * ldexp.h: Likewise.
4de2d33d 1755 * ldfile.c: Likewise.
5cc18311 1756 * ldfile.h: Likewise.
4de2d33d 1757 * ldlang.c: Likewise.
5cc18311
KH
1758 * ldlang.h: Likewise.
1759 * lexsup.c: Likewise.
1760 * mri.c: Likewise.
1761 * pe-dll.c: Likewise.
4de2d33d 1762
45b1f63c
DD
17632000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1764
1765 * pe-dll.c (process_def_file): Uninitialized data wasn't
1766 exported with --export-all-symbols switch.
d952f17a 1767
45b1f63c
DD
17682000-09-28 DJ Delorie <dj@redhat.com>
1769
1770 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
1771 noname work properly.
1772
47d89dba
AM
17732000-09-28 Alan Modra <alan@linuxcare.com.au>
1774
1775 * ld.texinfo (HPPA ELF32): New section.
1776
1777 * emultempl/hppaelf.em (group_size): New.
1778 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
1779 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
1780 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
1781 options to prevent abbreviations matching.
1782 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
1783 (PARSE_AND_LIST_ARGS_CASES): Handle it.
1784
36bdbeec
NC
17852000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1786
1787 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
1788 on the m68*-*-elf target. Make it support COFF input objects.
1789
6d5e62f8
KH
17902000-09-21 Kazu Hirata <kazu@hxi.com>
1791
1792 * ldmain.c: Fix formatting.
1793 * ldmisc.c: Likewise.
1794 * ldver.c: Likewise.
1795 * ldwrite.c: Likewise.
1796
e2eb67d9
AM
17972000-09-21 Alan Modra <alan@linuxcare.com.au>
1798
1799 * ldwrite.c (clone_section): Silence gcc warnings.
1800
b3ea3584
AM
18012000-09-20 Alan Modra <alan@linuxcare.com.au>
1802
1803 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
1804 out of memory failure.
1805
1806 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
1807 (clone_section): Handle out of memory failures. Rename var to
1808 avoid c++ reserved word.
1809
25f72752
AM
18102000-09-18 Alan Modra <alan@linuxcare.com.au>
1811
1812 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
1813 stub_name param to stub_sec_name.
1814 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
1815
0752970e
NC
18162000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1817
1818 * emultempl/m68kelf.em: New file.
1819 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
1820 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
1821 * Makefile.in: Regenerate.
1822
92b7e9d8
AM
18232000-09-15 Alan Modra <alan@linuxcare.com.au>
1824
1825 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
1826 only as needed.
1827
9b14b192
NC
18282000-09-13 Nick Clifton <nickc@redhat.com>
1829
1830 * ldmain.c (multiple_definition): Disable relaxation if
1831 multiple symbol definitions are encountered - otherwise the
1832 linker could abort with an assertion failure.
1833
891fa266
NC
18342000-09-10 Nick Clifton <nickc@redhat.com>
1835
1836 * mri.c: Fix formatting.
1837
5d64ca4e
L
18382000-09-07 H.J. Lu <hjl@gnu.org>
1839
1840 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1841 * configure: Rebuild.
1842
dd94604f
L
18432000-09-07 H.J. Lu <hjl@gnu.org>
1844
1845 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
1846 * Makefile.in: Rebuild.
1847
71bfc0ae
AM
18482000-09-07 Alan Modra <alan@linuxcare.com.au>
1849
1850 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
1851 broken list handling. Create __start_SECNAME and __stop_SECNAME
1852 when no place-holder. Add some comments. Test both SEC_CODE and
1853 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 1854 Handle case where no output section statement created.
71bfc0ae 1855
4a428502
AO
18562000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
1857
1858 * configure.tgt (sh-*-linux*): Added.
1859 * Makefile.am: Added eshelf_linux and eshlelf_linux.
1860 * Makefile.in: Rebuilt.
1861 * emulparams/shelf_linux.sh: New file.
1862 * emulparams/shlelf_linux.sh: New file.
1863
f9989030
AM
18642000-09-06 Alan Modra <alan@linuxcare.com.au>
1865
1866 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1867 try shuffling sections when the orphan happens to be the place
1868 holder. Keep count of unique section names generated so we speed
1869 the search for a new name.
1870
58cccadb
AO
18712000-09-06 Alexandre Oliva <aoliva@redhat.com>
1872
1873 * configure: Rebuilt with new libtool.m4.
1874
5b343f5a
NC
18752000-09-05 Nick Clifton <nickc@redhat.com>
1876
1877 * Makefile.in: Regenerate.
1878 * aclocal.m4: Regenerate.
1879 * configure: Regenerate.
1880 * config.in: Regenerate.
1881 * po/ld.pot: Regenerate.
1882
1883 * ldint.texinfo: Remove CVS revision marker - it foils local
1884 comparisons.
1885
1886 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 1887
a854a4a7
AM
18882000-09-05 Alan Modra <alan@linuxcare.com.au>
1889
3231d22e
AM
1890 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
1891 to stub section flags.
1892 (hppa_for_each_input_file_wrapper): New.
1893 (hppa_lang_for_each_input_file): New.
1894 (lang_for_each_input_file): Define to call above.
1895 (multi_subspace): New.
1896 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
1897 (PARSE_AND_LIST_PROLOGUE): Define.
1898 (PARSE_AND_LIST_LONGOPTS): Define.
1899 (PARSE_AND_LIST_OPTIONS): Define.
1900 (PARSE_AND_LIST_ARGS_CASES): Define.
1901 (hppaelf_finish): Call elf32_hppa_set_gp.
1902 (hppaelf_set_output_arch): Remove.
1903 (LDEMUL_SET_OUTPUT_ARCH): Remove.
1904
1905 * emulparams/hppalinux.sh (ELFSIZE): Define.
1906 (MACHINE): Define.
1907 (OTHER_READONLY_SECTIONS): Define.
1908 (DATA_PLT): Define.
1909 (GENERATE_SHLIB_SCRIPT): Define.
1910
5f992e62
AM
1911 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
1912 to const throughout. Change `void *' to `PTR' throughout.
1913 (lang_memory_default): Function is local to file, add `static'.
1914
1915 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
1916 (ehppalinux.c): Likewise.
1917 (earmelf.c): Likewise.
1918 (earmelf_linux.c): Likewise.
1919 (earmelf_linux26.c): Likewise.
1920 * Makefile.in: Regenerate.
1921
a854a4a7
AM
1922 * ld.h (ld_config_type): Add unique_orphan_sections.
1923 * lexsup.c (OPTION_UNIQUE): Define.
1924 (ld_options): Add "--unique".
1925 (parse_args): Handle it.
1926 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1927 search for an existing output section if unique_orphan_sections is
1928 set. Make use of bfd_get_unique_section_name rather than
1929 duplicating code here.
1930 * ld.texinfo: Describe --unique.
1931
1932 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
1933 optional arg to split-by-file.
1934 (parse_args): Handle them.
1935 * ld.texinfo: Update description of these options.
1936 * ldwrite.c (clone_section): Pass in the section name. Replace
1937 local code with bfd_get_unique_section_name.
1938 (split_sections): Tidy code and comments. Use a list traversal
1939 more appropriate to the list construction. Handle cooked section
1940 sizes. Split when split_by_reloc reached rather than exceeded.
1941 Track section size and split when split_by_file reached. Fix
1942 link_order_tail (even though it's not used).
1943 (ldwrite): Modify condition for calling split_sections to suit
1944 changed split_by_reloc and split_by_file.
1945 * ldmain.c (main): Init config.split_by_reloc and
1946 config.split_by_file to -1.
1947 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
1948 Change split_by_file to bfd_size_type.
1949
18e03609
NC
19502000-09-02 Nick Clifton <nickc@redhat.com>
1951
1952 * configure.in: Increase version number to 2.10.91.
1953 * NEWS: Mention new ability to support removal of duplicate DWARF2
1954 debug information.
1955 * configure: Regenerate.
1956 * aclocal.m4: Regenerate.
1957 * config.in: Regenerate.
1958
3a9d486c
NC
19592000-09-02 Daniel Berlin <dberlin@redhat.com>
1960
1961 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
1962 sections.
a2b64bed 1963 * scripttempl/elf32avr.sc: Ditto.
3a9d486c
NC
1964 * scripttempl/elfd10v.sc: Ditto.
1965 * scripttempl/elfd30v.sc: Ditto.
1966 * scripttempl/elfi370.sc: Ditto.
1967 * scripttempl/elfm68hc11.sc: Ditto.
1968 * scripttempl/elfm68hc12.sc: Ditto.
1969 * scripttempl/elfi386beos.sc: Ditto.
1970 * scripttempl/v850.sc: Ditto.
50bbae35 1971
ac48eca1
AO
19722000-08-31 Alexandre Oliva <aoliva@redhat.com>
1973
1974 * acinclude.m4: Include libtool and gettext macros from the
1975 top level.
1976 * aclocal.m4, configure: Rebuilt.
1977
c13b1b77
NC
19782000-08-25 Nick Clifton <nickc@redhat.com>
1979
1980 * ldlang.c (open_output): When choosing the target for a
1981 particular endianness, do nothing if the target is not
1982 supported.
1983
dcb0bd0e
L
19842000-08-25 H.J. Lu <hjl@gnu.org>
1985
1986 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
1987 check -rpath nor LD_RUN_PATH for cross link.
1988 * ld.texinfo: Document the change.
1989
5bcac8a4
HPN
19902000-08-24 Hans-Peter Nilsson <hp@axis.com>
1991
1992 * NEWS: Mention support for CRIS.
1993
6dd8c765
L
19942000-08-23 H.J. Lu <hjl@gnu.org>
1995
1996 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
1997 the current runpath list from bfd_elf_get_runpath_list ()
1998 before search.
1999
ec4eb78a
L
20002000-08-22 H.J. Lu <hjl@gnu.org>
2001
2002 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
2003 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
2004 LD_LIBRARY_PATH for native linker. Display the needed DSO if
2005 trace_file_tries is non-zero.
2006 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
2007 if trace_file_tries is non-zero.
2008
2009 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 2010 * NEWS: Mention it.
ec4eb78a 2011
22b36938
JE
20122000-08-14 Jason Eckhardt <jle@cygnus.com>
2013
2014 * NEWS: Mention i860 support.
2015
d73e9da0
AS
20162000-08-14 Andreas Schwab <schwab@suse.de>
2017
2018 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 2019 syntax.
d73e9da0 2020
9ac4db9c
GK
20212000-08-10 Geoff Keating <geoffk@cygnus.com>
2022
2023 * scripttempl/elf.sc: Add a comment giving the correspondence
2024 between sections, per-datum sections, and linkonce sections. Make
2025 the comment true even for .bss, .sdata, .sdata2, .sbss, and
2026 .sbss2.
2027
165589e4
JE
20282000-08-10 Jason Eckhardt <jle@cygnus.com>
2029
2030 * emulparams/elf32_i860.sh: New file.
2031 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
2032 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
2033 (eelf32_i860.c): New rule.
2034 * Makefile.in: Regenerate.
2035
345a835d
NC
20362000-08-10 Nick Clifton <nickc@cygnus.com>
2037
2038 * emulparams/mipspe.sh (ENTRY): Add definition.
2039
e374f1d9
NC
20402000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
2041
2042 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
2043 in error message.
2044
236d5abf
NC
20452000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2046
2047 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
2048 the final size of .bss section.
2049 * scripttempl/elfm68hc12.sc: Likewise.
2050
4b209b22
AM
20512000-08-04 Alan Modra <alan@linuxcare.com.au>
2052
2053 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
2054 gld${EMULATION_NAME}_parse_args for consistency. Combine
2055 lastoptind and prevoptind vars, and keep track of last optind.
2056 (gld_${EMULATION_NAME}_list_options): Rename to
2057 gld${EMULATION_NAME}_list_options.
2058
28423a68
AM
20592000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
2060
2061 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
2062 (i586-sco-sysv5uw7.1.0).
2063
b2009ff7
L
20642000-07-27 H.J. Lu <hjl@gnu.org>
2065
2066 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
2067 (PARSE_AND_LIST_PROLOGUE): New.
2068 (PARSE_AND_LIST_LONGOPTS): Likewise.
2069 (PARSE_AND_LIST_OPTIONS): Likewise.
2070 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2071 (PARSE_AND_LIST_EPILOGUE): Likewise.
2072
04925e1e
AM
20732000-07-28 Alan Modra <alan@linuxcare.com.au>
2074
41392f03
AM
2075 * emultempl/armelf.em: Elide functions common to elf32.em,
2076 ie. most of the file.
2077 (arm_elf_after_open): New. Do arm specific things then call
2078 gld${EMULATION_NAME}_after_open.
2079 (arm_elf_before_allocation): New. Call
2080 gld${EMULATION_NAME}_before_allocation then do arm specifics.
2081 (PARSE_AND_LIST_PROLOGUE): Define.
2082 (PARSE_AND_LIST_SHORTOPTS): Define.
2083 (PARSE_AND_LIST_LONGOPTS): Define.
2084 (PARSE_AND_LIST_OPTIONS): Define.
2085 (PARSE_AND_LIST_ARGS_CASES): Define.
2086 (LDEMUL_AFTER_OPEN): Define.
2087 (LDEMUL_BEFORE_ALLOCATION): Define.
2088 (LDEMUL_BEFORE_PARSE): Define.
2089 (LDEMUL_FINISH): Define.
2090
2091 * emultempl/hppaelf.em: Similarly zap most of this file.
2092 (hppaelf_add_stub_section): Prototype.
2093 (hppaelf_layaout_sections_again): Prototype.
2094 (hook_in_stub): Prototype.
2095 (LDEMUL_SET_OUTPUT_ARCH): Define.
2096 (LDEMUL_FINISH): Define.
2097 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2098
2099 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
2100 (EXTRA_EM_FILE): New.
2101 * emulparams/armelf_linux.sh: Likewise.
2102 * emulparams/armelf_linux26.sh: Likewise.
2103 * emulparams/hppalinux.sh: Likewise.
2104 * emulparams/hppaelf.sh: Likewise.
2105 (NOP): Define.
2106
2107 * emultempl/elf32.em: Fix formatting.
2108 (EXTRA_EM_FILE): Source it.
2109 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2110 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2111 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2112 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2113 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2114 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2115 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2116 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2117 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
2118 allow functions in this file to be overridden.
2119 (PARSE_AND_LIST_SHORTOPTS): Handle it.
2120
2121 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
2122
04925e1e
AM
2123 * emultempl/elf32.em: Reorganize file.
2124
88cdf297
NC
21252000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
2126
2127 * emulparams/elf64alpha.sh: Implement "-taso" emulation
2128 specific option to fit 64-bit executable in the lower
2129 31-bit address range. This is done by changing start
2130 address of .interp (the very first section of executable)
2131 and then setting EF_ALPHA_32BIT elf header flag.
2132
20bccb34
NC
21332000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2134
2135 * emultempl/m68kcoff.em: New file.
2136 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
2137 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
2138 generic.em.
2139 * Makefile.in: Regenerate.
2140
699845ef
L
21412000-07-20 H.J. Lu <hjl@gnu.org>
2142
2143 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
2144 and "disable-new-dtags" to stop getopt from treating -d/-e as
2145 abbreviations for these options.
2146
6c1439be
L
21472000-07-20 H.J. Lu <hjl@gnu.org>
2148
2149 * ld.texinfo: Add documentation for --disable-new-dtags and
2150 --enable-new-dtags.
2151
2152 * ldmain.c (main): Initialize link_info.new_dtags to false.
2153
2154 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
2155 --disable-new-dtags and --enable-new-dtags.
2156 (gld_${EMULATION_NAME}_list_options): Likewise.
2157
28c309a2
NC
21582000-07-05 Kenneth Block <krblock@computer.org>
2159
a2b64bed
NC
2160 * lexsup.c: Add optional style to demangle switch
2161 * ld.texinfo: Document optional style to demangle switch.
50bbae35 2162
9d06555c
HPN
21632000-07-20 Hans-Peter Nilsson <hp@axis.com>
2164
2165 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
2166 ecrislinux.o.
2167 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
2168 Regenerate dependencies.
2169 * Makefile.in: Rebuild.
2170 * configure.tgt (cris-*-*): New target.
2171 * emulparams/crisaout.sh, emulparams/criself.sh,
2172 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
2173 * po/POTFILES.in, po/ld.pot: Regenerate.
2174
19e3be22
L
21752000-07-20 H.J. Lu <hjl@gnu.org>
2176
2177 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
2178 Print out ignored -z options.
2179
e0ee487b
L
21802000-07-19 H.J. Lu <hjl@gnu.org>
2181
19e3be22
L
2182 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
2183 (PARSE_AND_LIST_PROLOGUE): New.
2184 (PARSE_AND_LIST_LONGOPTS): Likewise.
2185 (PARSE_AND_LIST_OPTIONS): Likewise.
2186 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2187
2188 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
2189
2190 * lexsup.c (ld_options): Comment out 'z'.
2191 (parse_args): Likewise.
2192
2193 * emultempl/elf32.em: Include "elf/common.h".
2194 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
2195 options.
2196 (gld_${EMULATION_NAME}_list_options): Likewise.
2197
2198 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 2199
49e56c49
L
22002000-07-19 H.J. Lu <hjl@gnu.org>
2201
2202 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
2203 bfd_elf_set_dt_needed_soname ().
2204
9d68bc82
DD
22052000-07-18 DJ Delorie <dj@cygnus.com>
2206
2207 * pe-dll.c (pe_dll_id_target): check object target name also
2208
53db15ed
HPN
22092000-07-18 Hans-Peter Nilsson <hp@axis.com>
2210
2211 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
2212 ${INIT_END} if relocating.
2213 (.fini): Likewise ${FINI_START} and ${FINI_END}.
2214
0ad8cf4c
DD
22152000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
2216
a2b64bed 2217 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
0ad8cf4c
DD
2218 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
2219 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
2220 errors introduced by the old dynamic lib search order.
2221
874c8c99
DD
22222000-07-17 DJ Delorie <dj@cygnus.com>
2223
2224 * pe-dll.c (process_def_file): auto-export data items also
2225 (pe_process_import_defs): also see if _imp_ form needed
2226
5b4cf3f4
DD
22272000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
2228
2229 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
2230 for dll import libraries
2231
062739d1
NC
22322000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
2233
2234 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
d952f17a 2235 gcc 2.95.2 and later.
062739d1 2236
1c64c4ed
NC
22372000-07-11 Kazu Hirata <kazu@hxi.com>
2238
50bbae35
AM
2239 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
2240 message.
1c64c4ed 2241
b71e2778
AM
22422000-07-10 Alan Modra <alan@linuxcare.com.au>
2243
2244 * ldemul.h (struct lang_input_statement_struct): Remove forward
2245 declaration.
2246 (struct search_dirs): Likewise.
2247 * ldfile.h (struct lang_input_statement_struct): Likewise.
2248 Protect file from multiple inclusion.
2249 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
2250 declaration from macro to file scope.
2251
2252 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
2253 * ldgram.y: Likewise here.
2254 * ldlang.c: And here.
2255 * ldmain.c: And here.
2256 * mpw-elfmips.c: And here.
2257 * mpw-eppcmac.c: And here.
2258 * emultempl/aix.em: And here.
2259 * emultempl/armcoff.em: And here.
2260 * emultempl/armelf.em: And here.
2261 * emultempl/armelf_oabi.em: And here.
2262 * emultempl/beos.em: And here.
2263 * emultempl/elf32.em: And here.
2264 * emultempl/hppaelf.em: And here.
2265 * emultempl/linux.em: And here.
2266 * emultempl/lnk960.em: And here.
2267 * emultempl/pe.em: And here.
2268 * emultempl/sunos.em: And here.
2269 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
2270 * mpw-idtmips.c: Ditto.
2271 * emultempl/generic.em: Ditto.
2272 * emultempl/gld960.em: Ditto.
2273 * emultempl/gld960c.em: Ditto.
2274 * emultempl/mipsecoff.em: Ditto.
2275 * emultempl/ticoff.em: Ditto.
2276 * emultempl/vanilla.em: Ditto.
2277
2278 * pe-dll.c: Include ldfile.h
2279 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
2280
2281 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
2282 arguments to bfd_elf32_size_dynamic_sections call.
2283 (gldelf32ebmip_place_orphan): Add missing arguments to
2284 lang_leave_output_section_statement call.
2285
2ef53d66
L
22862000-07-10 H.J. Lu <hjl@gnu.org>
2287
2288 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
2289 DLL_SUPPORT.
2290 (strhash): Likewise.
2291 (compute_dll_image_base): Likewise.
2292 (pe_undef_found_sym): Likewise.
2293 (pe_undef_cdecl_match): Likewise.
2294 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
2295 argument "arch" with ATTRIBUTE_UNUSED.
2296
9a8cbb09
AM
22972000-07-10 Alan Modra <alan@linuxcare.com.au>
2298
2299 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
2300
2301 From Ryan Bradetich <rbradetich@uswest.net>
2302 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 2303
4900fc06
AM
23042000-07-09 Alan Modra <alan@linuxcare.com.au>
2305
2306 Changes to create multiple linker stubs, positioned immediately
2307 before the section where they are required.
2308 * emultempl/hppaelf.em: Include elf32-hppa.h.
2309 (stub_sec, file_chain): Delete.
2310 (hppaelf_create_output_section_statements): Don't make a stub
2311 section here.
2312 (hook_stub_info): New struct.
2313 (hook_in_stub): New function.
2314 (hppaelf_add_stub_section): New function.
2315 (hppaelf_finish): Do nothing for relocateable links. Modify the
2316 call to elf32_hppa_size_stubs. Move code for updating section
2317 layout from here...
2318 (hppaelf_layaout_sections_again): ..to here, a new function.
2319
2320 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
2321 broken list handling. Pass in a pointer to the list.
2322 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
2323 for above changes.
2324 (hppaelf_before_parse): Prototype.
2325 (hppaelf_set_output_arch): Prototype.
2326 (hppaelf_create_output_section_statements): Prototype.
2327 (hppaelf_delete_padding_statements): Prototype.
2328 (hppaelf_finish): Prototype.
2329
2330 Merge from elf32.em
2331 * emultempl/hppaelf.em: Include ctype.h.
2332 (struct orphan_save): New.
2333 (gld${EMULATION_NAME}_place_orphan): New.
2334 (output_rel_find): New.
2335 (hppaelf_get_script): Update from elf32.em.
2336 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
2337 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 2338 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
2339
2340 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
2341 ehppalinux.o, sort it. Regenerate dependencies.
2342 (ehppalinux.c): Depend on hppaelf.em
2343 * Makefile.in: Regenerate.
2344
2345 * configure.tgt: targ_emul=hppalinux for hppa*linux
2346
2347 * emulparams/hppalinux.sh: New.
2348 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
2349
227aeb07
AM
23502000-07-08 Alan Modra <alan@linuxcare.com.au>
2351
2352 * lexsup.c (parse_args): Copy section name.
2353
28609fd4 23542000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
602e90d3 2355
2ef53d66 2356 * emultempl/pe.em: institute the following search order for
602e90d3
DD
2357 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
2358 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
2359 static lib (libfoo.a) if none of the above are found.
2360
5f577f7d
DD
23612000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
2362
50bbae35 2363 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 2364 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 2365 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
2366 (gld_${EMULATION_NAME}_parse): Handle.
2367 (strhash): New static function.
50bbae35 2368 (compute_dll_image_base): New static function.
5f577f7d
DD
2369 (gld_${EMULATION_NAME}_set_symbols): Use.
2370
9a8cbb09 23712000-07-05 DJ Delorie <dj@redhat.com>
302ab118
DD
2372
2373 * MAINTAINERS: new
2374
3548145d 23752000-07-01 Koundinya K <kk@ddeorg.soft.net>
50bbae35
AM
2376
2377 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
2378 * emulparams/elf32btsmip.sh: New file.
2379 * Makefile.am: Add traditional mips target.
2380 * Makefile.in: Rebuild.
2381
67798033
L
23822000-07-01 H.J. Lu <hjl@gnu.org>
2383
2384 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
2385 automake to use YLWRAP.
2386 * Makefile.in: Rebuild.
2387
0bdaf48b
AM
23882000-07-01 Alan Modra <alan@linuxcare.com.au>
2389
2390 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2391 (CLEANFILES): Add DEPA.
2392 * Makefile.in: Regenerate.
2393
c9e769c2
TW
23942000-06-30 Timothy Wall <twall@ppc>
2395
2396 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
2397 the page in the upper octet of the address.
2398
65aa24b6
NC
23992000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
2400
2401 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
2402
4667035e
AM
24032000-06-24 Alan Modra <alan@linuxcare.com.au>
2404
2405 * NEWS: arm-elf does --gc-sections too.
2406
1581f8c9
AM
24072000-06-22 Alan Modra <alan@linuxcare.com.au>
2408
2409 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2410 find one.
2411 * Makefile.in: Regenerate.
2412
01580992
L
24132000-06-21 H.J. Lu <hjl@gnu.org>
2414
2415 * Makefile.am: Rebuild dependency.
2416 * Makefile.in: Rebuild.
2417
bbeb2e03
L
24182000-06-20 H.J. Lu <hjl@gnu.org>
2419
2420 * Makefile.am: Rebuild dependency.
2421 * Makefile.in: Rebuild.
2422
74459f0e
TW
24232000-06-20 Timothy Wall <twall@cygnus.com>
2424
2425 * scripttempl/tic54xcoff.sc: New.
2426 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
2427 * gen-doc.texi: Add flag for TI COFF.
2428 * ld.texinfo: Add documentation for TI COFF handling switches.
2429 * emultempl/ticoff.em: New. TI COFF handling.
2430 * configure.tgt: Add tic54x target.
2431 * Makefile.am: Add tic54x target.
2432 * Makefile.in: Ditto.
2433
2ab47eed
AM
24342000-06-20 Alan Modra <alan@linuxcare.com.au>
2435
2436 * ldmain.c (set_scripts_dir): Correct pointer comparison when
2437 checking for backslashes.
2438
919e4093
AM
24392000-06-19 Alan Modra <alan@linuxcare.com.au>
2440
2441 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
2442
987fd5b4
AM
24432000-06-18 Alan Modra <alan@linuxcare.com.au>
2444
2445 * NEWS: Update list of targets supporting --gc-sections.
2446
2447 * scripttempl/elf.sc: KEEP .eh_frame contents.
2448 * scripttempl/elfd30v.sc: Same here.
2449
60bcf0fa
NC
24502000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2451
2452 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
2453 and m68hc11 (elf).
2454 * Makefile.in: Rebuild.
2455 * configure.tgt: Recognize m68hc12 and m68hc11.
2456 * scripttempl/elfm68hc12.sc: New file.
2457 * emulparams/m68hc12elfb: New emulation.
2458 * emulparams/m68hc12elf: New emulation.
2459 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
2460 (includes a memory.x script to define the ROM and RAM banks).
2461 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
2462 New configuration files for support of Motorola 68hc11
2463
c7c54483
AM
24642000-06-15 Alan Modra <alan@linuxcare.com.au>
2465
2466 * ldmain.c (main): Only change SEC_READONLY for final link.
2467
bcef29e6
L
24682000-06-13 H.J. Lu <hjl@gnu.org>
2469
2470 * configure: Regenerate.
2471
946efd95
DB
24722000-06-08 David O'Brien <obrien@FreeBSD.org>
2473
2474 * configure.in (VERSION): Update to show this is the CVS mainline.
2475
57a6fd07
DB
24762000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2477
2478 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
2479 input objects to be ECOFF.
2480 (check_sections): einfo takes %B, not %P, to print a BFD name.
2481
e06cae36
L
24822000-06-05 Michael Matz <matz@ifh.de>
2483
2484 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
d952f17a 2485 version scripts.
e06cae36 2486
d952f17a 2487 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
e06cae36 2488
2f0b56c0
DC
24892000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
2490
2491 * emulparams/avr1200.sh (STACK): Define as 0.
2492 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
2493 * emulparams/avr4433.sh (STACK): Likewise.
2494 * emulparams/avr44x4.sh (STACK): Likewise.
2495 * emulparams/avr85xx.sh (STACK): Likewise.
2496 * emulparams/avrmega103.sh (STACK): Likewise.
2497 * emulparams/avrmega161.sh (STACK): Likewise.
2498 * emulparams/avrmega603.sh (STACK): Likewise.
2499 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
2500 (__stack): Define from ${STACK} for main().
2501
2114f57b
AM
25022000-05-26 Alan Modra <alan@linuxcare.com.au>
2503
2504 * Makefile.am: Update dependencies with "make dep-am"
2505 * Makefile.in: Regenerate.
2506
5af11cab
AM
25072000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2508
2509 * ldmain.c: Include filenames.h.
2510 (set_scripts_dir): Support backslashes in program name.
2511
1f0df59a
NC
25122000-05-22 Igor Shevlyakov <igor@windriver.com>
2513
2514 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
2515 read-only, don't forget to reset SEC_READONLY because it
2516 could be already set.
1f0df59a 2517
176355da
NC
25182000-05-22 Thomas de Lellis <tdel@windriver.com>
2519
50bbae35
AM
2520 * ld.1: Add documentation for new command line option:
2521 --section-start <sectionname>=<sectionorg>
2522 This is a generic version of -Ttext etc. which accepts
2523 any section name as a parameter instead of just text/data/
2524 bss.
2525 * ld.texinfo: More docs.
2526 * NEWS: More docs.
2527 * lexsup.c: (parse_args): Recognize new command line option.
176355da 2528 (ld_options): Add new option.
50bbae35 2529
8c5ff972
L
25302000-05-18 H.J. Lu <hjl@gnu.org>
2531
2532 * lexsup.c (parse_args): `i' == `r', not `q'.
2533
0b76fe77
JL
2534Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com)
2535
2536 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
2537
a712da20
NC
25382000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
2539 Rick Gorton <gorton@scrugs.lkg.dec.com>
50bbae35 2540
a712da20
NC
2541 Add support for '-q' == '--emit-relocs' switch.
2542 * ldmain.c (main): Default to false.
2543 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
2544 * NEWS: Describe the emitrelocations switch.
2545 * ld.texinfo: Describe the emitrelocations switch.
2546
690a460e
NC
25472000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
2548
a2b64bed 2549 * emultempl/pe.em (_open_dynamic_archive): New function: Search
690a460e
NC
2550 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
2551 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
2552 link options.
50bbae35 2553
c2f1343c
AM
25542000-05-15 David O'Brien <obrien@FreeBSD.org>
2555
2556 * lexsup.c (parse_args): Update the year in the copyright notice.
2557
897083bd
AM
25582000-05-13 Alan Modra <alan@linuxcare.com.au>
2559
2560 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
2561 Replace defines with those from intl/libgettext.h to quieten gcc
2562 warnings.
2563
cd4c806a
L
25642000-05-10 H.J. Lu <hjl@gnu.org>
2565
2566 * ldlang.c (open_input_bfds): Don't load the same file within
2567 a group again if the whole archive has been loaded already.
2568
93697284
AM
25692000-05-03 Alan Modra <alan@linuxcare.com.au>
2570
2571 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
2572 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
2573 strtoul.
2574
ebd6fc29
JW
2575Mon May 1 17:34:34 2000 Jim Wilson <wilson@cygnus.com>
2576
99a4150f 2577 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 2578
ebd6fc29
JW
2579 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2580 host "ia64-*-linux-gnu*".
2581
a1934524
AM
25822000-04-29 Andreas Jaeger <aj@suse.de>
2583
2584 * ld.h: Correctly check GCC version.
2585
730a39a0
JL
2586Tue Apr 25 11:20:43 2000 Jeffrey A Law (law@cygnus.com)
2587
2588 * Makefile.am: Add PA64 support. Add missing dependencies for
2589 PA32 elf support.
2590 * Makefile.in: Rebuilt.
2591 * configure.tgt: Add PA64 support (currently disabled).
2592
aea4bd9d
AM
25932000-04-25 Alan Modra <alan@linuxcare.com.au>
2594
2595 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
2596 (output_rel_find): New function.
2597 (hold_section, hold_use): Delete.
2598 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2599 hold_interp): Make local to place_orphan.
2600 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
2601 rather than place_section to find possible previous use of orphan.
2602 Similarly find the place-holder output sections. Use returned
2603 value from lang_enter_output_section_statement rather than calling
2604 lang_output_section_statement_lookup.
2605 * emultempl/armelf.em: Same here.
2606 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
2607
2608 * ldlang.c (lang_enter_output_section_statement): Return output
2609 section statement.
2610 * ldlang.h (lang_enter_output_section_statement): Change
2611 declaration too.
2612
2613 * ldlang.h (lang_output_section_statement): Export it.
2614 * ldlang.c (lang_output_section_statement): Ditto.
2615
2b5fc1f5
NC
26162000-04-24 Nick Clifton <nickc@cygnus.com>
2617
2618 * ld.texinfo (Output Section Data): Add note that section data
2619 commands cannot appear outside of section directives.
2620
d8475ff6
JL
26212000-04-2 Matthew Green <mrg@cygnus.com>
2622
2623 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
2624
800eeca4
JW
2625Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
2626 David Mosberger <davidm@hpl.hp.com>
2627
2628 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
2629 (eelf64_ia64.c): New rule.
2630 * Makefile.in: Rebuild.
2631 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
2632 * emulparams/elf64_ia64.sh: New file.
50bbae35 2633
c9637625
RH
26342000-04-21 Richard Henderson <rth@cygnus.com>
2635
2636 * scripttempl/elfd30v.sc: Place .gcc_except_table.
2637
28ea9521
AM
26382000-04-19 Alan Modra <alan@linuxcare.com.au>
2639
2640 * dep-in.sed: Match space at start of file name, not at end.
2641
20d04697
L
26422000-04-18 H.J. Lu <hjl@gnu.org>
2643
2644 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
2645 lang_leave_output_section_statement () after calling
2646 lang_enter_output_section_statement ().
2647 * emultempl/armelf.em: Likewise.
2648
5ba47421
AM
26492000-04-18 Alan Modra <alan@linuxcare.com.au>
2650
2651 * emultempl/elf32.em (struct orphan_save): Add section field.
2652 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
2653 better order, and place first orphan section as we did before the
2654 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
2655 Don't call make_bfd_section here, let wild_doit do the job for us.
2656 Don't build a statement list when we'll only throw it away.
2657 * emultempl/armelf.em: Ditto.
2658 * emultempl/pe.em: Similarly.
2659
bdbe5705
GK
26602000-04-14 Geoff Keating <geoffk@cygnus.com>
2661
2662 * scripttempl/elfppc.sc: Remove.
2663 * emulparams/elf32ppc.sh: Use elf.sc.
2664 * emulparams/elf32lppc.sh: Use elf.sc.
2665 * emulparams/elf32ppclinux.sh: Use elf.sc.
2666 * emulparams/elf32ppcsim.sh: New file.
2667 * emulparams/elf32lppcsim.sh: New file.
2668 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
2669 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
2670 * Makefile.in: Regenerate.
2671 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
2672
01cc8ff8
AM
26732000-04-14 Alan Modra <alan@linuxcare.com.au>
2674
5ba47421 2675 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 2676 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
2677 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
2678 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
2679 Also set all relocateable section start addresses.
2680
6c86c541
GK
26812000-04-13 Geoff Keating <geoffk@cygnus.com>
2682
2683 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
2684 Add new BSS_PLT variable for when .plt need not be contained in
2685 the file. Move _etext so that it is also after .fini, and provide
2686 both etext and _etext with a leading underscore. Mark the start
2687 and end of .sbss.
2688
6a345e87
AM
26892000-04-12 Alan Modra <alan@linuxcare.com.au>
2690
2691 * emultempl/elf32.em (struct orphan_save): New.
2692 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2693 hold_interp): Make them struct orphan_save.
2694 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
2695 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
2696 the end of the relevant section list. Also add associated section
2697 statements to the end of any previous orphan statements.
2698 * emultempl/armelf.em: Similarly.
2699 * emultempl/pe.em: Similarly.
2700
8be86746
AM
27012000-04-11 Alan Modra <alan@linuxcare.com.au>
2702
2703 * ld.texinfo (Simple Example): Remove extraneous paragraph.
2704
a2d91340 2705Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
50bbae35 2706
a2d91340 2707 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 2708 --enable-build-warnings option.
a2d91340
AC
2709 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2710 * Makefile.in, configure: Re-generate.
2711
41b49281
AM
27122000-04-04 Alan Modra <alan@linuxcare.com.au>
2713
8ad3436c
AM
2714 * po/ld.pot: Regenerate.
2715
2716 * lexsup.c (help): Restore translated part of bug string.
2717
41b49281
AM
2718 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2719 (DEP): Quote when passing vars to sub-make. Add warning message
2720 to end.
2721 (DEP1): Rewrite for "gcc -MM".
2722 (CLEANFILES): Add DEP2.
2723 Update dependencies.
2724 * Makefile.in: Regenerate.
2725
c20f4f8c
AM
27262000-04-03 Alan Modra <alan@linuxcare.com.au>
2727
2728 * ld.h: #include "bin-bugs.h"
2729 * lexsup.c (help): Use REPORT_BUGS_TO.
2730
adde6300
AM
27312000-03-27 Denis Chertykov <denisc@overta.ru>
2732
2733 * configure.tgt (avr-*-*): New target support.
2734 * Makefile.am: Likewise.
2735 * scripttempl/elf32avr.sc: New script file.
2736 * emulparams/avr1200.sh: New file.
2737 * emulparams/avr23xx.sh: New file.
2738 * emulparams/avr4433.sh New file.
2739 * emulparams/avr44x4.sh New file.
2740 * emulparams/avr85xx.sh New file.
2741 * emulparams/avrmega103.sh New file.
2742 * emulparams/avrmega161.sh New file.
2743 * emulparams/avrmega603.sh New file.
2744 * Makefile.in: Regenerate.
2745
9282ff41
L
27462000-03-09 Andreas Jaeger <aj@suse.de>
2747
2748 * Makefile.am (check-DEJAGNU): Also unset LANG.
2749 * Makefile.in: Rebuild.
2750
a9998805
ILT
27512000-03-06 Ian Lance Taylor <ian@zembu.com>
2752
2753 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
2754 archive.
2755
f9bc20e7
NC
27562000-03-02 H.J. Lu <hjl@gnu.org>
2757
2758 * emulparams/elf32mcore.sh: Include "getopt.h".
2759
4e277b38
ILT
27602000-03-01 Ian Lance Taylor <ian@zembu.com>
2761
2762 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
2763
f0c87f88
NC
27642000-03-01 H.J. Lu <hjl@gnu.org>
2765
2766 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
2767 * emulparams/shpe.sh: Likewise.
2768
27692000-03-01 Nick Clifton <nickc@cygnus.com>
2770
2771 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
2772 to unused parameters.
2773
2774 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
2775 functions only used by DLL code.
2776 (_place_orphan): Initialise 'dollar'.
2777
b6f29aaa
L
27782000-03-01 H.J. Lu <hjl@gnu.org>
2779
2780 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
2781 indicate if the undefined symbol is a fatal error or not.
2782 Don't delete the output file if "fatal" is false.
2783
af28fce3
L
27842000-02-29 H.J. Lu <hjl@gnu.org>
2785
50bbae35 2786 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
2787 Set LC_COLLATE and LC_ALL to null and export them. It is for
2788 sort which expects the C locale.
2789 Add $(LIBS) to all $(HOSTING_LIBS).
2790 * Makefile.in: Rebuild.
2791
40d109bf
AM
27922000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
2793
2794 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
2795 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
2796 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
2797 (ld_emulation_xfer_struct): Add missing NULL initialiser for
2798 find_potential_libraries.
2799
db5be682
JB
28002000-02-28 Jim Blandy <jimb@redhat.com>
2801
2802 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 2803 list entries; the lexer considers commas to be valid part of a
db5be682
JB
2804 filename, so in something like `foo, bar' the comma is considered
2805 part of the first filename, `foo,'.
2806 * ld.texinfo: Update section on EXCLUDE_FILE lists.
2807
3558ff4c
ILT
28082000-02-27 Loren J. Rittle <ljrittle@acm.org>
2809
2810 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2811 host "i[3456]86-*-freebsdelf*".
2812
4eee2681
ILT
28132000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
2814
2815 * scripttempl/i386go32.sc: Move misplaced semicolons.
2816
8d75d12d
ILT
28172000-02-25 Ian Lance Taylor <ian@zembu.com>
2818
2819 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
2820 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
2821 (eelf64hppa.c, ehppaelf.c): Remove targets.
2822 * Makefile.in: Rebuild.
2823
a1836d49
AO
28242000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2825
ad51fb57
AO
2826 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
2827 GNU/Linux/sparc, but keep the default as 32.
2828
a1836d49
AO
2829 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
2830 it default if sparcv9 or sparc64.
2831
344a211f
NC
28322000-02-24 Nick Clifton <nickc@cygnus.com>
2833
2834 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
2835 * Makefile.in: Regenerate.
2836 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
2837
2838 * ldemul.h (ld_emulation_xfer_struct): Add new field:
2839 find_potential_libraries.
2840 * ldemul.c (ldemul_find_potential_libraries): New function.
2841
2842 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 2843 exported.
344a211f
NC
2844 (ldfile_open_file): Call ldemul_find_potential_libraries.
2845 * ldfile.h: Add prototype for ldfile_open_file_search.
2846
2847 * pe-dll.c: Add support for ARM, MIPS and SH targets.
2848
2849 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
2850 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
2851
2852 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
2853 (gld_X_find_potential_libraries): New function. Search for
2854 libraries called "*.lib".
2855
a2b64bed 2856 * scripttempl/pe.sc: Add .pdata section.
344a211f 2857
eaba1dd3
RH
28582000-02-23 Richard Henderson <rth@cygnus.com>
2859
2860 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
2861 Add and use memory regions.
2862
5b93d8bb
AM
28632000-02-23 Linas Vepstas (linas@linas.org)
2864
2865 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
2866
2867 * Makefile.am: Add support for Linux/IBM 370.
2868 * configure.tgt: Likewise.
2869
2870 * Makefile.in: Regenerate.
2871
f6af82bd
AM
28722000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2873
2874 * ldlang.c (print_input_section, print_data_statement,
2875 print_reloc_statement, print_padding_statement, insert_pad,
2876 size_input_section, lang_check_section_addresses,
2877 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 2878 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
2879 (lang_do_assignments): Also change `size' to unsigned.
2880
9e673ad1
RH
28812000-02-16 Richard Henderson <rth@cygnus.com>
2882
2883 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
2884
562d3460
TW
28852000-02-16 Timothy Wall <twall@cygnus.com>
2886
2887 * mri.c (mri_draw_tree): Add default LMA region argument to call
2888 to lang_leave_output_section_statement.
2889 * ldlang.h: Update prototypes with LMA region arguments.
2890 * ldlang.c (lang_size_sections): Encapsulate region bounds
2891 checking in os_check_region call.
2892 (os_check_region): New function.
2893 (lang_output_section_statement_lookup): Initialize lma_region.
2894 (lang_leave_output_section_statement): Add LMA region argument.
2895 (lang_leave_overlay): Ditto.
2896 * ldgram.y: Handle LMA region syntax.
2897 * ld.texinfo (Output Section Description): Describe LMA region usage.
2898 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 2899 lma region in call to lang_leave_output_section_statement.
562d3460 2900 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 2901 lma region in call to lang_leave_output_section_statement.
562d3460 2902 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 2903 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
2904
2905
9e4ed18c
TW
29062000-02-04 Timothy Wall <twall@redhat.com>
2907
2908 * ldlang.c (lang_check_section_addresses): Use bytes instead of
2909 octets when calculating section end addresses.
2910
32edc927
TW
29112000-02-04 Timothy Wall <twall@redhat.com>
2912
2913 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
2914
4cbfc3ac
TW
29152000-02-03 Timothy Wall <twall@redhat.com>
2916
a2b64bed 2917 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4cbfc3ac 2918 octet count.
a2b64bed 2919 * ldlang.c (print_input_section, print_data_statement,
4cbfc3ac
TW
2920 print_reloc_statement, print_padding_statement): Print target
2921 address values and section sizes as bytes, not octets.
2922 (insert_pad) Calculate padding size in octets, and adjust "dot"
2923 by bytes.
2924 (size_input_section) Always adjust "dot" by bytes, not octets.
2925 (lang_check_section_addresses, lang_do_assignments) Adjust
2926 "dot" by bytes, not octets. Use the larger of the directive size
2927 or octets_per_byte for the number of octets actually allocated in
2928 the output section.
2929 (lang_set_startof) Make sure STARTOF returns a target address.
2930 (lang_one_common) Record size changes in octets.
2931 (lang_abs_symbol_at_end_of) Section end symbol's value is
2932 recorded in target bytes.
2933 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
2934 to be clear about behavior when an octet is smaller than one byte.
50bbae35 2935
305c7206
AM
29362000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2937
2938 * ldcref.c (output_cref): Don't pass message strings to printf
2939 as format arg.
2940 Update copyright.
2941
2942 * ldmisc.c (vfinfo): Same here.
2943 Update copyright.
2944
e1c47aa4
AM
29452000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
2946
2947 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
2948 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
2949 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
2950 Add missing NULL initialisers, and comments.
2951
2952 * testsuite/ld-srec/sr3.cc (__rethrow): New.
2953
13392b77
NC
29542000-01-21 Nick Clifton <nickc@cygnus.com>
2955
2956 * ldlang.c (lang_size_sections): Fix typo in comment.
2957
cce4c4c5
NC
29582000-01-18 H.J. Lu <hjl@gnu.org>
2959
2960 * ldlang.c (lang_size_sections): Also update the current
2961 address of a region if the SEC_NEVER_LOAD bit is not set.
2962
0decc840
NC
29632000-01-10 Philip Blundell <pb@futuretv.com>
2964
2965 * configure.tgt (arm*-*-conix*): New target.
2966
4e53152f
NC
29672000-01-07 Nick Clifton <nickc@cygnus.com>
2968
2969 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
2970 line switches with -Wl, (or whatever is appropriate) if it is
2971 being invoked by a comnpiler driver program.
50bbae35 2972 Fix description of the behaviour of the -n command line switch.
4e53152f 2973
18625d54
CM
2974Wed Jan 5 08:02:12 2000 Catherine Moore <clm@cygnus.com>
2975
2976 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
2977 (name_list): New.
2978 * ld.texinfo (EXCLUDE_FILE): Update documentation.
2979 * ldgram.y (wildcard_spec): Support a list of excluded_files.
2980 (exclude_name_list): New.
2981 ldlang.c (walk_wild_section): Support list of excluded files.
2982 (print_wild_statement): Likewise.
2983 (lang_add_wild): Likewise.
2984 * ldlang.h (lang_wild_statement_type): Likewise.
2985 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 2986
5aaace27
NC
29872000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2988
870df5dc
NC
2989 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
2990 (process_def_file): Use.
2991 (pe_dll_compat_implib): New variable.
2992 (make_one): Use.
50bbae35 2993
870df5dc
NC
2994 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
2995 pe_dll_compat_implib.
50bbae35
AM
2996
2997 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
2998 compat-implib options.
2999 (gld_${EMULATION_NAME}_list_options): List new options.
3000 (gld_${EMULATION_NAME}_parse_args): Handle.
3001
50bbae35 3002 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 3003 dll.
50bbae35
AM
3004
3005 * deffilep.y (opt_name): Allow "." in name.
5aaace27 3006
2f6d2f85 3007For older changes see ChangeLog-9899
252b5132
RH
3008\f
3009Local Variables:
3010mode: change-log
3011left-margin: 8
3012fill-column: 74
3013version-control: never
3014End:
This page took 0.271034 seconds and 4 git commands to generate.