]> Git Repo - binutils.git/blame - ld/ChangeLog
* config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
[binutils.git] / ld / ChangeLog
CommitLineData
a44d7f9c
JR
1Wed Apr 17 19:23:14 2002 J"orn Rennecke <[email protected]>
2
3 * emulparams/shelf32.sh (MACHINE): Now sh5.
4
944cd72c
TS
52002-04-17 Thiemo Seufer <[email protected]>
6
7 * ldgram.y: Fix syntax warning.
8
5835c212
NC
92002-04-11 Nick Clifton <[email protected]>
10
11 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
12 to prevent "-n" from being taken as an abbreviation for
13 "--no-pipeline-knowledge".
14
024531e2
AM
152002-04-08 Alan Modra <[email protected]>
16
d08a14c3
AM
17 * ldlang.c (lang_size_sections_1): Don't complain about
18 SEC_NEVER_LOAD sections having no memory region specified.
19
024531e2
AM
20 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
21
c657a1f0
MG
222002-04-07 matthew green <[email protected]>
23
24 * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
25
61bef6f1
AM
262002-04-04 Alan Modra <[email protected]>
27
28 * dep-in.sed: Cope with absolute paths.
29 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
30 Run "make dep-am".
31 * Makefile.in: Regenerate.
32
49ba2791
TS
332002-04-04 Thiemo Seufer <[email protected]>
34
35 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
36
50e60fb5
JJ
372002-04-03 Jakub Jelinek <[email protected]>
38
39 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
40 is smaller than maximum, round dot up to common page boundary.
41
6f12f4ca
AM
422002-03-28 Alan Modra <[email protected]>
43
44 * configure.host: Set up for generic hosts first, then tweak as
45 necessary in more specific targets.
46 (HOSTING_LIBS): Include libgcc_eh.a if found.
47
a8f1f017
AJ
482002-03-23 Andreas Jaeger <[email protected]>
49
50 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
51
1d3fdf38
AM
522002-03-21 Alan Modra <[email protected]>
53
54 * Makefile.am: Run "make dep-am".
55 * Makefile.in: Regenerate.
56
79b1faa8
AM
572002-03-21 Albert Chin-A-Young <[email protected]>
58
59 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
60
fcf0e35b
AM
612002-03-20 Alan Modra <[email protected]>
62
63 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
64 add the symbol to the linker hash table immediately.
65 (lang_place_undefineds): Split symbol creation out..
66 (insert_undefined): ..to here.
67
fed2999d
DB
682002-03-18 David O'Brien <[email protected]>
69
70 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
71 the contents of the buffer returned from basename function will are
72 getting overwritten while still being used.
73
beb43bb9
JH
74Mon Mar 18 17:38:39 CET 2002 Jan Hubicka <[email protected]>
75 Andreas Jaeger <[email protected]>
76 Andreas Schwab <[email protected]>
77
78 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
79 * elf_x86_64.sh (ARCH): Set to i386:x86-64
80 set libraries to default to lib64 paths.
81
eb1e0e80
NC
822002-03-18 Tom Rix <[email protected]>
83
84 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
85 * configure.tgt : Same.
86 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
87 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
88 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
89 emulation parameters for better -b32, -b64 support.
90 * emulparms/aixrs6.sh : Same.
91 * emulparms/ppcmacos.sh : Same.
92 * emultempl/aix.em (choose_target) : Use new emulation parameters
93 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
94 * Makefile.in : Regenerate.
95
a1c259a1
NC
962002-03-18 Nick Clifton <[email protected]>
97
98 * po/fr.po: Updated version.
99
862120bd
AM
1002002-03-18 Alan Modra <[email protected]>
101
102 * ldmain.c (main): Move .text readonly flag fudges from here..
103 * ldlang.c (lang_process): ..to here.
104
d35a52e2
AM
1052002-03-14 Alan Modra <[email protected]>
106
107 * ldlang.c (lang_check): Remove the word size check added in last
108 change. Treat emitrelocations case as for relocatable links.
109
9ce88e60
NC
1102002-03-13 Nick Clifton <[email protected]>
111
112 * po/fr.po: Updated version.
113
30cba025
AM
1142002-03-13 Alan Modra <[email protected]>
115
116 * ldlang.c (lang_check): Do relocatable link checks first, so that
117 warn_mismatch can't override. Check compatible and word size too.
118
84ec0e6d
DJ
1192002-03-07 Daniel Jacobowitz <[email protected]>
120
121 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
122
2d13d8c5
JJ
1232002-03-05 Jakub Jelinek <[email protected]>
124
125 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
126 DATA_SEGMENT_ALIGN.
127
b5090659
L
1282002-03-04 H.J. Lu <[email protected]>
129
130 * scripttempl/elf.sc: Put .preinit_array, .init_array and
131 .fini_array in the data segment.
132
f42ce16e
AM
1332002-03-04 Alan Modra <[email protected]>
134
135 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
136
de77b6ac
RH
1372002-03-01 David Mosberger <[email protected]>
138
139 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
140 .init_array, and .fini_array.
141
997e08c0
AS
1422002-02-20 Andreas Schwab <[email protected]>
143
144 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
145 .IA64_unwind* in a relocatable link.
146
9a66911f
NC
1472002-02-20 Nick Clifton <[email protected]>
148
149 * NEWS: Mark 2.12 branch.
150
d86bcc10
MS
1512002-02-19 Martin Schwidefsky <[email protected]>
152
153 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
154 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
155
69f284c7
TR
1562002-02-18 Tom Rix <[email protected]>
157
158 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
159 (gld*_before_allocation): Same.
a8f1f017 160 (gld*_create_output_section_statements): Generate
69f284c7
TR
161 __rtinit if run time linking. Add librtl.a to the link.
162 (gld*_read_file): Clean.
163
82bd7b59
AM
1642002-02-18 Alan Modra <[email protected]>
165
166 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
167
ac3e50bf
DB
1682002-02-18 David O'Brien <[email protected]>
169
6a7f963b 170 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
ac3e50bf
DB
171 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
172 and eelf64alpha_fbsd.
6a7f963b 173 * Makefile.in: Regenerate.
ac3e50bf
DB
174 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
175 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
176 use a FreeBSD-specific emulation rather than the psABI one.
177 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
178 for all FreeBSD ELF systems.
179 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
180 emulation.
181 * emulparams/elf32ppc_fbsd.sh: Likewise.
182 * emulparams/elf64_ia64_fbsd.sh: Likewise.
183 * emulparams/elf64_sparc_fbsd.sh: Likewise.
184 * emulparams/elf64alpha_fbsd.sh: Likewise.
185 * emulparams/elf_i386_fbsd.sh: Likewise.
186 * emulparams/elf_x86_64_fbsd.sh: Likewise.
187
6ad738c5
NC
1882002-02-18 Nick Clifton <[email protected]>
189
190 * po/tr.po: Updated version.
191
9673c93c
AM
1922002-02-18 Alan Modra <[email protected]>
193
194 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
195 (FILL): Likewise.
196
1c5e6447
HPN
1972002-02-17 Hans-Peter Nilsson <[email protected]>
198
199 * emultempl/mmo.em (mmo_after_open): Don't call
200 _bfd_mmix_check_all_relocs when producing ELF output.
201
8bb57516
RH
2022002-02-15 Richard Henderson <[email protected]>
203
de77b6ac 204 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
8bb57516
RH
205 definition. Emit a unop+nop pair.
206
49fda6c8
HPN
2072002-02-15 Hans-Peter Nilsson <[email protected]>
208
83c2d653
HPN
209 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
210 for presence of .MMIX.reg_contents.linker_allocated before early
211 exit.
212
49fda6c8
HPN
213 * NEWS: Mention support for MMIX.
214
2c382fb6
AM
2152002-02-15 Alan Modra <[email protected]>
216
217 Support arbitrary length fill patterns.
a139d329
AM
218 * ld.texinfo (Output Section Fill): Describe fill expressions.
219 (FILL): Refer to the above.
2c382fb6
AM
220 * ldexp.h (etree_value_type): Add "str" field.
221 (union etree_union): Add "str" to "value" struct.
222 (exp_bigintop): Declare.
223 (exp_get_fill): Declare.
224 * ldexp.c: Include "safe-ctype.h".
225 (exp_intop): Set value.str to NULL.
226 (exp_bigintop): New function.
227 (new_rel): Pass in "str", and set new.str from it.
228 (new_rel_from_section): Set new.str to NULL.
229 (fold_name): Adjust calls to new_rel.
230 (exp_fold_tree): Likewise.
231 (exp_get_fill): New function.
232 * ldgram.y (struct big_int bigint, fill_type *fill): New.
233 (INT): Returns a "bigint". Adjust all code handling INTs.
234 (fill_opt): Returns a "fill".
235 (fill_exp): Split out of fill_opt, use for FILL.
236 * ldlang.h (struct _fill_type): New.
237 (fill_type): Move typedef to ldexp.h.
238 (lang_output_section_statement_type): "fill" is now a pointer.
239 (lang_fill_statement_type): Likewise.
240 (lang_padding_statement_type): Likewise.
241 (lang_add_fill): Now takes a "fill_type *" param.
242 (lang_leave_output_section_statement): Likewise.
243 (lang_do_assignments): Likewise.
244 (lang_size_sections): Likewise.
245 (lang_leave_overlay_section): Likewise.
246 (lang_leave_overlay): Likewise.
247 * ldlang.c: Include ldgram.h after ldexp.h.
248 (lang_output_section_statement_lookup): Adjust for fill_type change.
249 (print_fill_statement): Likewise.
250 (print_padding_statement): Likewise.
251 (insert_pad): Now takes a "fill_type *" arg.
252 (size_input_section): Likewise.
253 (lang_size_sections_1): Likewise.
254 (lang_size_sections): Likewise.
255 (lang_do_assignments): Likewise.
256 (lang_add_fill): Likewise.
257 (lang_leave_output_section_statement): Likewise.
258 (lang_leave_overlay_section): Likewise.
259 (lang_leave_overlay): Likewise.
260 Adjust all callers of the above function.
261 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
262 starting with "0X" as well as "0x". Return bigint.str for hex
263 numbers starting with "0x" or "0X", zero bigint.str otherwise.
264 Always use base 16 for numbers starting with "$".
265 * ldmain.c: Include ldgram.h after ldexp.h.
266 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
267 of bfd_fill_link_order.
268 * pe-dll.c: Adjust lang_do_assignments calls.
269 * emultempl/elf32.em: Likewise.
270 * emultempl/hppaelf.em: Likewise.
271 * emultempl/ppc64elf.em: Likewise.
272 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
273 lang_add_assignment call.
274 * emultempl/pe.em: Likewise.
275
313e35ee
AM
2762002-02-14 Phil Edwards <[email protected]>
277
a139d329 278 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
313e35ee
AM
279 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
280 the pattern in question is not a regexp.
281 * ldlang.c: Likewise.
282 * ldlang.h: Likewise.
283 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
284
2d20f7bf
JJ
2852002-02-12 Jakub Jelinek <[email protected]>
286
287 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
288 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
289 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
290 * ldexp.c (exp_data_seg): New variable.
291 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
292 (fold_binary): Handle DATA_SEGMENT_ALIGN.
293 (exp_fold_tree): Handle DATA_SEGMENT_END.
294 Pass allocation_done when recursing instead of hardcoding
295 lang_allocating_phase_enum.
296 * ldexp.h (exp_data_seg): New.
297 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
298 (lang_size_sections): New.
299 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
300 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
301 if COMMONPAGESIZE is defined.
302 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
303 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
304 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
305 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
306 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
307 libraries only.
308
06880219
AM
3092002-02-11 Alan Modra <[email protected]>
310
311 * Makefile.in: Regenerate.
312
37b0ac0f
DJ
3132002-02-10 Daniel Jacobowitz <[email protected]>
314
315 * lexsup.c: Remove strtoul declaration.
316
4e5bae56
DJ
3172002-02-10 Daniel Jacobowitz <[email protected]>
318
319 * ldmain.c: Add prototype for main ().
320 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
321 * emultempl/lnk960.em (lnk960_choose_target): Function should
322 take two arguments.
323
1e281515
AM
3242002-02-10 Alan Modra <[email protected]>
325
326 * ldlang.c (entry_section): New initialised variable.
327 (lang_finish): Use it.
328 * ldlang.h (entry_section): Declare.
329 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
330 entry_section to ".opd".
331
f92d92ff 3322002-02-09 Chris Demetriou <[email protected]>
0a9c1c8e
CD
333
334 * ld.texinfo (Options): Add back in -nostdlib documentation,
335 which had been inadvertently removed.
336
74c44237
HPN
3372002-02-09 Hans-Peter Nilsson <[email protected]>
338
339 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
340 register section vma to a sane value after emitting error. Make
341 fatal conditions cause program exit when emitting message.
342
5e37cc46
NC
3432002-02-08 Ivan Guzvinec <[email protected]>
344
345 * configure.tgt: Add or32-*-rtems target.
346
2d92cb7d
AO
3472002-02-08 Alexandre Oliva <[email protected]>
348
349 Contribute sh64-elf.
350 2002-01-24 Alexandre Oliva <[email protected]>
351 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
352 in OTHER_RELOCATABLE_SECTIONS.
353 2002-01-18 Alexandre Oliva <[email protected]>
354 * emulparams/shelf32.sh (STACK_ADDR): Define.
355 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
356 (OTHER_SECTIONS): this. Removed stack settings.
357 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
358 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
359 2001-03-12 DJ Delorie <[email protected]>
360 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
361 relaxing if any shmedia or mixed sections are found.
362 2001-03-07 DJ Delorie <[email protected]>
363 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
364 einfo. Gracefully decline to output to non-elf formats.
365 2001-03-06 Hans-Peter Nilsson <[email protected]>
366 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
367 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
368 * emulparams/shelf32.sh: Ditto.
369 2001-01-14 Hans-Peter Nilsson <[email protected]>
370 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
371 comment.
372 2001-01-10 Ben Elliston <[email protected]>
373 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
374 non-portable shell constructs. From Hans-Peter Nilsson.
375 2001-01-09 Hans-Peter Nilsson <[email protected]>
376 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
377 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
378 dependencies to the shell script include chain.
379 * Makefile.in: Regenerate.
380 2001-01-06 Hans-Peter Nilsson <[email protected]>
381 * emultempl/sh64elf.em: Update and tweak comments.
382 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
383 make a .cranges section SEC_IN_MEMORY.
384 2000-12-30 Hans-Peter Nilsson <[email protected]>
385 * emultempl/sh64elf.em
386 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
387 .cranges section found to be necessary; continue and set stored
388 section contents flags for sections with non-mixed contents.
389 Use a struct sh64_section_data container and sh64_elf_section_data
390 to store contents-type flags.
391 Remove unused update of "isec".
392 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
393 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
394 access contents-type flags. Assert that the associated container
395 is initialized. Use that container, not elf_gp_size, to hold size
396 of linker-generated cranges contents.
397 2000-12-18 Hans-Peter Nilsson <[email protected]>
398 * emultempl/sh64elf.em
399 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
400 there's already a .cranges section. When section flag difference
401 is found, don't NULL-check cranges a second time. Tweak comments.
402 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
403 merging, not max size, as size of ld-generated .cranges contents.
404 Don't set ELF section flags in output section. When checking for
405 needed .cranges descriptors, don't use a variable; compare
406 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
407 comments.
408 2000-12-18 Hans-Peter Nilsson <[email protected]>
409 * emultempl/sh64elf.em: New file.
410 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
411 * Makefile.in: Regenerate.
412 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
413 (OTHER_RELOCATING_SECTIONS): Ditto.
414 (EXTRA_EM_FILE): New, set to sh64elf if not set.
415 * emulparams/shlelf32.sh: Stub out all settings except
416 OUTPUT_FORMAT. Source shelf32.sh.
417 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
418 OTHER_RELOCATING_SECTIONS.
419 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
420 * emulparams/shlelf64.sh: Stub out all settings except
421 OUTPUT_FORMAT. Source shelf64.sh.
422 2000-12-15 Hans-Peter Nilsson <[email protected]>
423 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
424 .cranges section.
425 (DATA_START_SYMBOLS): Define, provide ___data.
426 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
427 for consecutive .data section.
428 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
429 section after .data section.
430 * emulparams/shlelf64.sh: Ditto.
431 * emulparams/shelf32.sh: Ditto.
432 (ALIGNMENT): Define to 8.
433 * emulparams/shelf32.sh: Ditto.
434 2000-12-12 Hans-Peter Nilsson <[email protected]>
435 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
436 built-in linker scripts.
437 2000-11-30 Hans-Peter Nilsson <[email protected]>
438 * emulparams/shlelf64.sh: New.
439 * emulparams/shelf64.sh: New.
440 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
441 targ_extra_emuls.
442 * Makefile.am: Add support for shlelf64 and shelf64.
443 * Makefile.in: Regenerate.
444 2000-11-29 Hans-Peter Nilsson <[email protected]>
445 * configure.tgt (sh64-*-elf*): Add shelf as default.
446 Add shlelf to targ_extra_emuls.
447 2000-11-24 Hans-Peter Nilsson <[email protected]>
448 * emulparams/shelf32.sh: New file.
449 * emulparams/shlelf32.sh: New file.
450 * Makefile.am: Add support for shlelf32 and shelf32.
451 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
452 * Makefile.in: Regenerate.
453
e3dc8847
HPN
4542002-02-05 Hans-Peter Nilsson <[email protected]>
455
456 * ldlang.c (lang_reset_memory_regions): Rename from
457 reset_memory_regions. Change all callers. Make public.
458 * ldlang.h (lang_reset_memory_regions): Prototype.
459 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
460 lang_reset_memory_regions before lang_size_sections.
126730bd
HPN
461 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
462 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
e3dc8847 463
8017dbcb
HPN
4642002-02-04 Hans-Peter Nilsson <[email protected]>
465
466 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
467 arithmetic when checking for too many global registers.
468
006336b8
JT
4692002-02-02 Jason Thorpe <[email protected]>
470
471 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
472 (ehppanbsd.c): New rule.
473 * Makefile.in: Regenerate.
474 * configure.tgt (hppa*-*-netbsd*): New target.
475 * emulparams/hppalinux.sh: Add comment to check other files
476 that source this file it is modified, and list which
477 files that do.
478 * emulparams/hppanbsd.sh: New file.
479
da1f2fec
GK
4802002-02-01 Geoffrey Keating <[email protected]>
481
482 * scripttempl/xstormy16.sc: Don't allocate extra space for the
483 stack.
484
48fa4a5d
HPN
4852002-02-01 Hans-Peter Nilsson <[email protected]>
486
487 Support on-demand global register allocation from
488 R_MMIX_BASE_PLUS_OFFSET relocs.
489 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
490 mmix_set_reg_section_vma. Call
491 _bfd_mmix_finalize_linker_allocated_gregs.
492 (mmix_before_allocation): New function.
493 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
494 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
495 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
496 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
497 before .MMIX.reg_contents.
498 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
499 (mmo_after_open): New function.
500 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
501 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
502 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
503
3b16e843
NC
5042002-01-31 Ivan Guzvinec <[email protected]>
505
506 * emulparams/or32.sh: New file.
507 * emulparams/or32elf.sh: New file.
508 * scripttempl/or32.sc: New file.
509 * configure.tgt : Add support for or32.
510 * configure: Regenerate
511 * Makefile.am: Add support for or32.
512 * Makefile.in: Regenerate.
513 * NEWS: Mention support for or32.
514 * po/ld.pot: Regenerate.
515
f744d540 5162002-01-29 Chris Demetriou <[email protected]>
313e35ee 517 Mitch Lichtenberg <[email protected]>
f744d540
CD
518
519 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
520 * emultempl/mipself.em: New file to handle MIPS ELF embedded
521 reloc creation (ld --embedded-relocs).
522
4867be41
DJ
5232002-01-27 Daniel Jacobowitz <[email protected]>
524
525 * configure: Regenerated.
526
cd8e197b
HPN
5272002-01-26 Hans-Peter Nilsson <[email protected]>
528
529 * Makefile.am (install): Depend on install-info.
530 * Makefile.in: Regenerate.
531
9cb61eab
AM
5322002-01-26 Christian Rose <[email protected]>
533
534 * ldmain.c (main): Use full sentences to ease translation.
535
1caa7b23
NC
5362002-01-26 Nick Clifton <[email protected]>
537
538 * po/fr.po: Updated version.
539
1ddbd152
NC
5402002-01-25 Nick Clifton <[email protected]>
541
542 * po/es.po: Updated version.
543
1e84433f
AJ
5442002-01-25 Andreas Jaeger <[email protected]>
545
546 * ldlex.l (yy_input): Correct error check.
547
6d39955e
AM
5482002-01-25 Alan Modra <[email protected]>
549
550 * ldmisc.c (demangle): Put back dots when string not demangled.
551
a9ed1e1b
RH
5522002-01-22 Richard Henderson <[email protected]>
553
554 * emulparams/elf64alpha.sh (NOP): Use unop.
555
968ec2b9
AJ
5562002-01-21 Andreas Jaeger <[email protected]>
557
558 * ldlex.l: Use fread instead of read.
559
9596feea
JT
5602002-01-21 Jason Thorpe <[email protected]>
561
562 * configure.tgt (ia64-*-netbsd*): New target.
563
493a6d47
L
5642002-01-21 H.J. Lu <[email protected]>
565
566 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
567 0.
568 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
569
2a538ba5
AJ
5702002-01-18 Andreas Jaeger <[email protected]>
571
572 * ldver.c (ldversion): Update year.
573
328577ad
NC
5742002-01-17 Nick Clifton <[email protected]>
575
576 * po/ld.pot: Regenerate.
577
1f808cd5
AM
5782002-01-16 Alan Modra <[email protected]>
579
580 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
581 * Makefile.in: Regenerate.
582 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
583 * emultempl/ppc64elf.em: New file.
584
335c5610
DD
5852002-01-15 DJ Delorie <[email protected]>
586
587 * scripttempl/pe.sc: Add support for constructor priorities.
588
c40bbade
DC
5892002-01-07 Marek Michalkiewicz <[email protected]>
590
591 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
592 * emulparams/avr23xx.sh: Likewise.
593 * emulparams/avr4433.sh: Likewise.
594 * emulparams/avr44x4.sh: Likewise.
595 * emulparams/avr85xx.sh: Likewise.
596 * emulparams/avrmega103.sh: Likewise.
597 * emulparams/avrmega161.sh: Likewise.
598 * emulparams/avrmega603.sh: Likewise.
599 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
600
34efb449
AO
6012002-01-08 Alexandre Oliva <[email protected]>
602
603 * ldlang.c (walk_wild_section): Exclude object file if enclosing
604 archive is excluded.
605
8d05742f
JT
6062002-01-07 Jason Thorpe <[email protected]>
607
608 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2a538ba5 609 (eshelf_nbsd.c): New rule.
8d05742f
JT
610 (eshlelf_nbsd.c): New rule.
611 * Makefile.in: Regenerate.
612 * configure.tgt (sh*le-*-netbsdelf*): New target.
613 (sh*-*-netbsdelf*): New target.
614 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
615 * ld/emulparams/shelf_nbsd.sh: New emulation.
616 * ld/emulparams/shlelf_nbsd.sh: New emulation.
617
be2d1673
NC
6182002-01-07 Nick Clifton <[email protected]>
619
620 * po/es.po: New file: Spanish translation.
621 * configure.in (ALL_LINGUAS): Add es.
622 * configure: Regenerate.
623
dbab7a7b
NC
6242002-01-06 John Marshall <[email protected]>
625
626 * ld.texinfo: Note that --emit-relocs is currently only
627 implemented for ELF.
628
3dfe7a8c
AM
6292002-01-05 Alan Modra <[email protected]>
630
631 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
632 of bfd_section_list_remove and bfd_section_list_insert macros.
633 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
634 * emultempl/mmo.em (mmo_place_orphan): Likewise.
635
8a8b2d4b
AJ
6362002-01-04 Jason Thorpe <[email protected]>
637
638 * configure.tgt (x86_64-*-netbsd*): New target.
639
9a4c7f16
TR
6402001-12-21 Tom Rix <[email protected]>
641
8a8b2d4b 642 (gld*_create_output_section_statements): New function.
9a4c7f16
TR
643 For -binitfini support.
644 * emultempl/aix.em (gld*_before_parse): Fix comment.
645 * emultempl/aix.em (gld*_parse_args): Fix comment.
646
3695c299
AM
6472001-12-20 Jason Thorpe <[email protected]>
648
cf86e6df
AM
649 * configure.tgt (mips*-dec-netbsd*): Delete alias for
650 mips*el-*-netbsd*.
651 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
652
3695c299
AM
653 * configure.tgt (arm-*-netbsdelf*): Add target.
654 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
655 * emulparams/armelf_nbsd.sh: Added.
656 * Makefile.am: Add rules for earmelf_nbsd.
657 * Makefile.in: Regenerate.
658
97cb79ae
AJ
6592001-12-19 Andreas Jaeger <[email protected]>,
660 Susanne Oberhauser <[email protected]>
661
662 * configure.host: Add rules for x86_64-*linux-gnu. Change
663 s390x-linux entry to use gcc to report configuration, replace gcc
664 with $CC in s390-linux
665
9d201f2f
AJ
6662001-12-19 Andreas Jaeger <[email protected]>
667
668 * ld.texinfo (VERSION): Fix markup.
669
0b69cd08
MG
6702001-12-18 matthew green <[email protected]>
671
672 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
673 (m68kelfnbsd.c): New rule.
674 * Makefile.in: Regenerate.
675 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
676 (m68*-*-netbsd*4k*): .. this.
677 (m68*-*-netbsdelf*): New target.
678 (m68*-*-netbsd*): Also include ELF support.
679 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
680 * emulparams/m68kelfnbsd.sh: New emulation.
681
6b9b879a
JJ
6822001-12-18 Jakub Jelinek <[email protected]>
683
684 * ldgram.y (vers_node): Support anonymous version tags.
685 * ldlang.c (lang_register_vers_node): Ensure anonymous version
686 tag is not defined together with non-anonymous versions.
687 * ld.texinfo: Document it.
688
9fc877ed
NC
6892001-12-18 Nick Clifton <[email protected]>
690
691 * po/tr.po: New file: Turkish translation.
692 * configure.in (ALL_LINGUAS): Add tr.
693 * configure: Regenerate.
694
fc18a3f3
RH
6952001-12-17 Jason Thorpe <[email protected]>
696
697 * Makefile.am: Add rules for eelf64alpha_nbsd.
698 * Makefile.in: Regenerate.
699 * configure.tgt (alpha*-*-netbsd*): Set
700 targ_emul to elf64alpha_nbsd.
701 * emulparams/elf64alpha_nbsd.sh: Added.
702
76f63e91
AM
7032001-12-17 Alan Modra <[email protected]>
704
705 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
706 section_tail when fiddling with section list.
707 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
708 broken into separate strings to make translation easier.
709 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
710 fiddling with section list.
711 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
712
d03b89bd
HPN
7132001-12-16 Hans-Peter Nilsson <[email protected]>
714
715 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
716
320fec9a
AM
7172001-12-15 Alan Modra <[email protected]>
718
719 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
720
65765700
JJ
7212001-12-13 Jakub Jelinek <[email protected]>
722
723 * emultempl/elf32.em (finish): Supply output_bfd
724 to bfd_elf*_discard_info.
725 (OPTION_EH_FRAME_HDR): Define.
726 (longopts): Add --eh-frame-hdr.
727 (parse_args): Handle it.
728 (list_options): Add --eh-frame-hdr to help.
729 * emultempl/hppaelf.em (finish): Supply output_bfd
730 to bfd_elf*_discard_info.
731 * scripttempl/elf.sc (.eh_frame_hdr): Add.
732
89894c62
AM
7332001-12-13 Alan Modra <[email protected]>
734
735 * lexsup.c (parse_args): Don't pass shortopts to second call to
736 getopt functions. Restore optind rather than decrementing before
737 second call. Remove errind as it now duplicates last_optind.
738
583f1926
CF
7392001-12-11 Christopher Faylor <[email protected]>
740
741 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
742
93fbbb04
GK
7432001-12-07 Geoffrey Keating <[email protected]>
744 Richard Henderson <[email protected]>
745
746 * Makefile.am: Add support for xstormy16.
747 * configure.tgt: Add support for xstormy16.
748 * Makefile.in: Regenerate.
749 * emulparams/elf32xstormy16.sh: New file.
750 * scripttempl/xstormy16.sc: New file.
751
583f1926
CF
7522001-10-01 Christopher Faylor <[email protected]>
753
fc18a3f3
RH
754 * Makefile.in (LIB_PATH): Make configurable.
755 (GENSCRIPTS): Set LIB_PATH in environment.
756 * configure.in: Substitute LIB_PATH.
757 * configure: Regenerate.
758 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
759 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
583f1926 760
ff291a48
NC
7612001-12-07 Nick Clifton <[email protected]>
762
763 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
764 describing the -N option so that it is easier to translate into
765 foreign languages.
766
e3c8793a
NC
7672001-12-05 Nick Clifton <[email protected]>
768
769 * emultempl/pe.em (..._list_options): Replace multiple fprintf
770 statements describing a single option with a single, newline
771 escaped fprintf. This allows better translation into other
772 languages.
9d201f2f 773
fc18a3f3
RH
774 * ldmain.c (add_archive_element): Combine multiple strings
775 into a single string to permit better translation into other
776 languages.
e3c8793a 777
f2eab0af
TR
7782001-12-05 Tom Rix <[email protected]>
779
780 * Makefile.am: Remove eaixppc64.
9d201f2f 781 * Makefile.in: Regenerate.
f2eab0af 782
249172c3
TR
7832001-12-04 Tom Rix <[email protected]>
784
9d201f2f 785 * emultempl/aix.em (choose_target): Change default target to
249172c3
TR
786 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
787 warning.
788 (gld*_read_file): Fix typo.
789 (change_symbol_mode): Add prototype.
790 (is_syscall): Same.
9d201f2f 791
249172c3
TR
792 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
793 * emulparams/aixrs6.sh : Same.
794 * emulparams/ppcmacos.sh : Same.
795 * emulparams/aixppc64.sh : Delete file.
796 * emultempl/aix.em : Formatting changes.
797
5b5cd1b0
HPN
7982001-12-04 Hans-Peter Nilsson <[email protected]>
799
800 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
801 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
802 __Sbss.
803 (OTHER_END_SYMBOLS): Fix formatting.
804 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
805 (OTHER_END_SYMBOLS): Fix formatting.
806
7cecdbff
AM
8072001-12-04 Alan Modra <[email protected]>
808
809 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
810
742aeb63 8112001-12-02 Tom Rix <[email protected]>
7cecdbff 812
742aeb63 813 * configure.tgt : Remove eaixppc64 emulations.
7cecdbff 814 * Makefile.in : Remove eaixppc64.c
742aeb63
TR
815 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
816 (ldemul_default_target): Same.
817 * emultempl/gld960.em (gld960_choose_target): Same.
7cecdbff
AM
818 * emultempl/gld960c.em (gld960_choose_target): Same.
819 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
742aeb63
TR
820 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
821 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
822 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
7cecdbff 823 * emultempl/aix.em (choose_target): New function. Handle emulation of
742aeb63
TR
824 -b32 and -b64.
825
48459341
L
8262001-11-27 H.J. Lu <[email protected]>
827
828 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
829 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
830 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
831 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
832 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
833 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
834 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
835 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
836
7cecdbff 837 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
48459341
L
838 is not empty.
839 (SDATA): Likewise.
840 (REL_SDATA): Likewise.
841 (REL_SBSS): Likewise.
842 (REL_SDATA2): Likewise.
843 (REL_SBSS2): Likewise.
844 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
845 (SDATA2): Likewise.
846
ecfdd20c
SC
8472001-11-25 Stephane Carrez <[email protected]>
848
849 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
850 destructor in rom.
7cecdbff 851 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
ecfdd20c 852
da54c6eb
L
8532001-11-22 H.J. Lu <[email protected]>
854
855 * Makefile.in: Regenerated with automake based on automake
856 1.4-8 in RedHat 7.1.
857
465bc359
AM
8582001-11-22 Alan Modra <[email protected]>
859
860 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
861 (config.status): Delete rule.
862 Add extra dependencies to cover sourced emulparams files.
863 * Makefile.in: Regenerate.
864
865 * scripttempl/elf.sc: Order <section>, <section>.* and
866 corresponding linkonce sections as seen in input files.
867 Formatting fixes. Zero vma of all sections if not relocating.
868 (STACK): Define and insert if STACK_ADDR defined.
869 (OTHER_RELOCATING_SECTIONS): Delete.
870 (OTHER_END_SYMBOLS): Define.
871 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
872 (OTHER_READWRITE_SECTIONS): Likewise.
873 (OTHER_GOT_SECTIONS): Likewise.
874 (OTHER_SDATA_SECTIONS): Likewise.
875 (OTHER_BSS_SECTIONS): Likewise.
876 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
877 (OTHER_READWRITE_SECTIONS): Likewise.
878 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
879 (OTHER_READWRITE_SECTIONS): Likewise
880
881 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
882 (STACK_ADDR): Define.
883 * emulparams/armelf_oabi.sh: As for armelf.sh.
884 * emulparams/elf32mcore.sh: As for armelf.sh.
885 * emulparams/h8300elf.sh: As for armelf.sh.
886 * emulparams/mn10200.sh: As for armelf.sh.
887 * emulparams/shelf.sh: As for armelf.sh.
888
889 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
890 (OTHER_END_SYMBOLS): Define.
891 * emulparams/m32relf.sh: As for elf32fr30.sh.
892 * emulparams/h8300helf.sh: As for elf32fr30.sh.
893 * emulparams/h8300self.sh: As for elf32fr30.sh.
894
895 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
896 defines with RELOCATING test.
897 (OTHER_SDATA_SECTIONS): Likewise.
898 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
899 (OTHER_END_SYMBOLS): ..this.
900 * emulparams/crislinux.sh: As for criself.sh.
901
902 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
903 if not relocating.
904 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
905 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
906 normal and linkonce sections as seen in input files.
907 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
908 (TEXT_DYNAMIC): Likewise.
909 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
910 (OTHER_SDATA_SECTIONS): Likewise.
911 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
912 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
913 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
914 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
915 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
916 (OTHER_PLT_RELOC_SECTIONS): Likewise.
917 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
918 sections as seen in input files.
919 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
920 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
921 if not relocating.
922 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
923 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
924 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
925 (OTHER_SECTIONS): Instead, use this..
926 (OTHER_END_SYMBOLS): ..and this.
927
928 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
929 * emulparams/elf32bsmip.sh: Likewise.
930 * emulparams/elf32btsmip.sh: Likewise.
931 * emulparams/elf32ebmip.sh: Likewise.
932 * emulparams/elf32lmip.sh: Likewise.
933 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
934 * emulparams/elf32lsmip.sh: Likewise.
935 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
936 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
937 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
938 * emulparams/elf64btsmip.sh: Likewise.
939 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
940 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
941 * emulparams/elf32ppclinux.sh: Likewise.
942 * emulparams/elf32ppcsim.sh: Likewise.
943 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
944 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
945 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
946 * emulparams/h8300self.sh: Likewise.
947 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
948 * emulparams/sh.sh: Comment.
949 * emulparams/shl.sh: Source sh.sh, remove duplicates.
950 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
951 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
952
abc6ab0a
AM
9532001-11-21 David Heine <[email protected]>
954 Alan Modra <[email protected]>
955
956 * ldlang.c (map_input_to_output_sections): Replace "break"
957 accidentally removed with 2001-08-03 change.
958 (lang_gc_sections_1): Likewise.
959
2181f54f
AM
9602001-11-21 Alan Modra <[email protected]>
961
962 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
963
ca0b5847
AM
9642001-11-20 Angela Marie Thomas <[email protected]>
965
966 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2181f54f
AM
967 of false when calling lang_size_sections.
968 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
ca0b5847 969
c56feb2b
AM
9702001-11-15 Alan Modra <[email protected]>
971
972 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
973 function when LDEMUL_FINISH isn't set to the same name. Don't
974 call ${LDEMUL_FINISH}.
975 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
976 * emultempl/armelf.em (arm_elf_finish): Call
977 gld${EMULATION_NAME}_finish.
978 * emultempl/hppaelf.em (hppaelf_finish): Rename to
979 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
980 hppaelf_layout_sections_again if necessary.
981 (need_laying_out): New var.
982 (hppaelf_layaout_sections_again): Rename to
983 hppaelf_layout_sections_again. Clear need_laying_out.
984 (PARSE_AND_LIST_OPTIONS): Format text.
985
a48ca7f2
L
9862001-11-14 H.J. Lu <[email protected]>
987
988 * emultempl/armelf.em (arm_elf_finish): Renamed from
989 gld${EMULATION_NAME}_finish.
990 (LDEMUL_FINISH): Set to arm_elf_finish.
991
73d074b4
DJ
9922001-11-14 Daniel Jacobowitz <[email protected]>
993
994 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
995 (struct ld_emulation_xfer_struct): Use it.
996
3b16e843 9972001-11-13 Ross Alexander <[email protected]>
fc65c602 998
465bc359 999 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
fc65c602
JL
1000 additional symbols referenced by newer crt0.o files from HP.
1001
f11b7027
NC
10022001-11-12 Anthony Green <[email protected]>
1003
1004 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
1005
3bf2994f
AM
10062001-11-12 Alfred M. Szmidt <[email protected]>
1007
1008 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
1009 * Makefile.in: Regenerate.
1010
ff5dcc92
SC
10112001-11-02 Stephane Carrez <[email protected]>
1012
1013 * ld.texinfo: Use @command for commands, @option for options.
1014 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
1015 the page man title.
1016 * Makefile.in: Rebuild.
1017
9fb9af6e
CD
10182001-11-04 Chris Demetriou <[email protected]>
1019
1020 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
1021 Add support for targets.
2181f54f 1022
3c62831e
NC
10232001-11-02 Nick Clifton <[email protected]>
1024
1025 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
1026 * configure: Regernate.
1027 * po/fr.po: New file.
1028 * po/sv.po: New file.
1029
3a9091c4
NC
10302001-11-01 NIIBE Yutaka <[email protected]>
1031
1032 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
1033 as little endian default and to support big endian.
2181f54f 1034
361b220e
CD
10352001-11-01 Chris Demetriou <[email protected]>
1036
1037 * ld.texinfo (Options): Document new option, -nostdlib.
1038 * lexsup.c (OPTION_NOSTDLIB): New definition.
1039 (ld_options): Add entry for "nostdlib".
1040 (parse_args): Handle OPTIONS_NOSTDLIB.
1041 * ldfile.c (ldfile_add_library_path): Don't add directories
1042 to the search path if they weren't specified on the command line
1043 and -nostdlib was specified.
1044 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
1045
210a7bd1
NC
10462001-10-31 Nick Clifton <[email protected]>
1047
1048 * lexsup.c (parse_args): Prevent infinite parsing loop when
1049 "-rpath.a" is specified on the command line.
1050 Replace calls to fprintf with calls to einfo.
1051
114283d8
NC
10522001-10-31 John Marshall <[email protected]>
1053
1054 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
1055 appear only once across all the linker scripts involved in a link
1056 invocation no longer applies. Make the documentation reflect
1057 that.
1058
7649aa50
NC
10592001-10-31 NIIBE Yutaka <[email protected]>
1060
1061 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
1062 targets.
1063 (sh-*-linux*): Added targ_extra_libpath.
1064
6e814ff8
AM
10652001-10-31 David Heine <[email protected]>
1066
1067 * ldlang.c (lang_size_sections): Keep a valid output_offset field
1068 for padding statements.
1069
3c3bdf30
NC
10702001-10-30 Hans-Peter Nilsson <[email protected]>
1071
1072 * configure.tgt (mmix-*-*): New target.
1073 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
1074 Add dependencies to match.
1075 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
1076 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
1077 scripttempl/mmo.sc: New files.
1078 * gen-doc.texi: @set MMIX.
1079 * ld.texinfo: Ditto.
6e814ff8 1080 [MMIX] Add MMIX node.
3c3bdf30
NC
1081 * Makefile.in: Regenerate.
1082
ca0c1d3e
KH
10832001-10-29 Kazu Hirata <[email protected]>
1084
1085 * ldlang.c: Fix a comment typo.
1086
1a3d33ce
AM
10872001-10-23 Alan Modra <[email protected]>
1088
1089 * configure.host: Move alpha*-*-linux-gnu* entry to generic
1090 entries, and match *-*-linux*.
1091
b47c4208
AM
10922001-10-20 Alan Modra <[email protected]>
1093
1094 * ldgram.y (mri_script_command): Surround processing of INCLUDE
1095 with ldlex_script, ldlex_popstate.
1096 (ifile_p1): Likewise.
1097 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
1098 correct slot.
1099 (lex_push_file): Save current lineno to lineno_stack. Set lineno
1100 to 1. Don't BEGIN(SCRIPT).
1101 (lex_redirect): Similarly.
1102 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
1103
fd521b47
NC
11042001-10-20 Nick Clifton <[email protected]>
1105
1106 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
1107 __EH_FRAME_END__ and accept eh frames into data section.
1108 Add ctor and dtor sections.
1109
59d28a94
DD
11102001-10-19 Danny Smith <[email protected]>
1111
1112 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
1113 (auto-export): Fix indentation.
1114
663dd378
DD
11152001-10-18 Danny Smith <[email protected]>
1116
1117 * pe-dll.c (autofilter_objectlist): Add startup objects
1118 for profiling.
1119 (auto-export): Constify char * p.
6e814ff8 1120 Extract file basename and use strcmp rather than ststr
663dd378
DD
1121 for object lookup.
1122
31d677f9
CD
11232001-10-18 Chris Demetriou <[email protected]>
1124
1125 * ldmain.c (get_emulation): Improve comment about the handling
1126 of -mipsN options.
1127
aa200fe8
AM
11282001-10-17 Alan Modra <[email protected]>
1129
1130 * po/POTFILES.in: Regenerate.
1131
146e7110
AM
11322001-10-16 Vassili Karpov <[email protected]>
1133
1134 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
1135 -z nocopyreloc and -z nocombreloc usage strings.
1136
b4330e85
NC
11372001-10-12 Vassili Karpov <[email protected]>
1138
146e7110 1139 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
b4330e85
NC
1140 in usage.
1141
5af8a2fb
NC
11422001-10-11 Aleksey Romanov <[email protected]>
1143
1144 * scripttempl/armaout.sc: Place .bss section after end of aligned
1145 data section to match behaviour of aout code in constructrion of
1146 header.
1147
5b784096
DD
11482001-10-11 Danny Smith <[email protected]>
1149
1150 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
1151 startup files for mingw32 dlls to list.
1152
61585df2
CD
11532001-10-10 Chris Demetriou <[email protected]>
1154
1155 * emultempl/elf32.em: Fix shell 'if' usage for portability.
1156
45cf6f3e
AH
11572001-10-08 Aldy Hernandez <[email protected]>
1158
1159 * configure.tgt (targ): Add arm9e-*-elf.
1160
e24d7c12
L
11612001-10-05 H.J. Lu <[email protected]>
1162
1163 * genscripts.sh: Fix a typo in the last change.
1164
ec38dd05
JJ
11652001-10-05 Jakub Jelinek <[email protected]>
1166
1167 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
1168 -z nocombreloc in usage.
1169
cedd6b0d
JB
11702001-10-03 Jim Blandy <[email protected]>
1171
1172 * genscripts.sh: Include a comment at the top of each generated
1173 script, explaining its purpose.
1174
8bd621d8
AM
11752001-10-03 Vassili Karpov <[email protected]>
1176
1177 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
1178 * NEWS: Mention -z nocopyreloc.
1179 * ld.texinfo (Options): Describe nocopyreloc.
1180
fcd8210c
AM
11812001-10-03 Alan Modra <[email protected]>
1182
1183 * configure: Regenerate.
1184
d32820f2
AM
11852001-10-02 Alan Modra <[email protected]>
1186
1187 * ldver.h (ld_program_version): Remove declaration.
1188 * lexsup.c (parse_args): Move printing of copyright message..
1189 * ldver.c (ldversion): .. to here.
1190 Use BFD_VERSION_STRING in place of BFD_VERSION.
1191 (ld_program_version): Remove.
1192 * Makefile.am (Makefile): Depend on bfd/configure.in.
1193 Run "make dep-am".
1194 * Makefile.in: Regenerate.
1195
af46bcdc
HPN
11962001-09-30 Hans-Peter Nilsson <[email protected]>
1197
1198 * Makefile.am: Update dependencies with "make dep-am".
1199 * Makefile.in: Regenerate.
1200
4818e05f 12012001-09-29 John Reiser <[email protected]>
862517b6 1202
4818e05f
AM
1203 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
1204 * lexsup.c: Add --no-define-common commandline option.
1205 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
1206 * ldlex.l: Likewise.
1207 * ld.h: Add command_line.inhibit_common_definition.
1208 * ldmain.c (main): Initialize.
1209 * ld.texinfo: Document.
862517b6 1210
d5e0ebeb
AM
12112001-09-26 Alan Modra <[email protected]>
1212
1213 * ldmisc.c (USE_STDARG): Remove.
1214 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1215 (einfo): Likewise.
1216 (minfo): Likewise.
1217 (lfinfo): Likewise.
1218
1219 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
1220 declarations. Update copyright.
1221
2f8d8971
NC
12222001-09-24 Charles Wilson <[email protected]>
1223
85c77458
NC
1224 * pe-dll.c: Remove obsoleted declaration of
1225 pe_get_data_import_dll_name.
1226 (pe_create_import_fixup): Fix thinko.
1227
2f8d8971
NC
1228 * ld.texinfo(enable-auto-import): Clarify the explanation.
1229
12302001-09-24 Nick Clifton <[email protected]>
1231
1232 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
1233 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
1234 DLL_SUPPORT controlled code.
1235
72358f65 12362001-09-24 Charles Wilson <[email protected]>
146e7110 1237
72358f65
NC
1238 * emultempl/pe.em(pe_data_import_dll): Make static.
1239 (pe_get_data_import_dll_name): New accessor function.
146e7110 1240 * pe-dll.c(pe_create_import_fixup): call
72358f65
NC
1241 pe_get_data_import_dll_name() from pe.em, instead of
1242 directly accessing pe_data_import_dll variable from pe.em.
1243
3882b010
L
12442001-09-18 Bruno Haible <[email protected]>
1245
1246 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
1247 (def_file_add_directive): Use ISSPACE instead of isspace.
1248 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
1249 isdigit/isxdigit/isalpha/isalnum.
1250 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
1251 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
1252 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
1253 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
1254 isalnum.
1255 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
1256 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
1257 isupper/tolower.
1258 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
1259 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
1260 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
1261 (ctor_prio): Use ISDIGIT instead of isdigit.
1262 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
1263 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
1264 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
1265 isupper/tolower.
1266 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
1267 (stricpy): Use TOLOWER instead of isupper/tolower.
1268 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
1269 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
1270 (lex_warn_invalid): Use ISPRINT instead of isprint.
1271 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
1272 (main): For gettext, also set the LC_CTYPE locate facet.
1273 (add_keepsyms_file): Use ISSPACE instead of isspace.
1274 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
1275 (is_num, parse_args): Use ISDIGIT instead of isdigit.
1276 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
1277 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
1278 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
1279 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
1280 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
1281 (quoteput): Use ISSPACE instead of isspace.
1282 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
1283 instead of isalnum.
1284
db09f25b
AM
12852001-09-18 Alan Modra <[email protected]>
1286
1287 * deffilep.y (def_stash_module): Constify "name" param.
1288
1289 * pe-dll.c: Replace CONST with const throughout.
1290 (quick_symbol): Constify "n1", "n2", "n3" params.
1291 (make_singleton_name_thunk): Constify "import" param. Make
1292 "buffer_len" a size_t.
1293 (make_import_fixup_entry): Constify "name", "fixup_name",
1294 "dll_symname" params.
1295 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
1296 (pe_get32): Likewise.
1297 (pe_implied_import_dll): Likewise.
1298
1299 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
1300 (sort_by_section_name): Likewise.
1301
1302 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
1303 (make_import_fixup): Cast printf arg, rel->address to long rather
1304 than int.
1305 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
1306
74699268
AM
13072001-09-15 Alan Modra <[email protected]>
1308
1309 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
1310 defines BufferSize. Increase buffer size by one.
1311
775cabad
NC
13122001-09-14 Ralf Habacker <[email protected]>
1313
1314 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
1315
056a1d49
NC
13162001-09-14 Kevin Lo <[email protected]>
1317
1318 * configure.tgt: Add arm-openbsd target.
1319
a7d792bb
L
13202001-09-12 H.J. Lu <[email protected]>
1321
1322 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
1323 eelf64lppc.o to ...
1324 (ALL_64_EMULATIONS): Here.
1325 * Makefile.in: Regenerated.
1326
0d888aac
CW
13272001-09-12 Paul Sokolovsky <[email protected]>
1328
1329 * emultempl/pe.em(make_import_fixup): change signature to
1330 take asection as well as arelec; we need this for proper
146e7110 1331 error reporting. Only call pe_create_import_fixup() if
0d888aac
CW
1332 there is no attempt to add a constant addend to the reloc;
1333 otherwise, report error condition.
1334 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
1335 since final argument is a pointer to make_import_fixup().
1336 Change call to cb() to match make_import_fixup() signature.
1337 (make_import_fixup_mark): make buffer_len unsigned.
1338 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
1339
13402001-09-12 Charles Wilson <[email protected]>
1341
1342 * ld.texinfo: add verbose documentation for auto-import
146e7110 1343 direct-addressing workaround, to compliment the terse
0d888aac
CW
1344 error message.
1345
cedacdc0
CM
13462001-09-12 Andrew MacLeod <[email protected]>
1347
146e7110 1348 * scripttempl/v850.sc: Add gcc_except_table sections.
cedacdc0 1349
3b16e843 13502001-09-11 Jeffrey A Law ([email protected])
38be0bb1
JL
1351
1352 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
1353 * emulparams/h8300self.sh: Similarly.
1354
559e4713
NC
13552001-09-05 Danny Smith <[email protected]>
1356
1357 * ld.texinfo (Options, --stack): Correct default value for stack
1358 reserve.
1359
1fdf0249
TR
13602001-09-05 Tom Rix <[email protected]>
1361
1362 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
146e7110 1363
9b5799b8
AJ
13642001-09-03 Andreas Jaeger <[email protected]>
1365
1366 * emultempl/beos.em: Declare prototypes for comparions functions,
1367 adjust definitions.
1368
48f6162b
AJ
13692001-09-02 Andreas Jaeger <[email protected]>
1370
1371 * emultempl/aix.em: Add missing prototype.
1372 * emultempl/lnk960.em: Likewise.
1373 * emultempl/vanilla.em: Likewise.
1374 * emultempl/armcoff.em: Likewise.
1375 * emultempl/armelf_oabi.em: Likewise.
1376 * emultempl/beos.em: Likewise.
1377 * emultempl/gld960c.em: Likewise.
1378 * emultempl/gld960.em: Likewise.
1379
1380 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
1381 for prototype declaration.
1382
39e5585e
EC
13832001-08-31 Eric Christopher <[email protected]>
1384 Jason Eckhardt <[email protected]>
1385
1386 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
1387
3fc90ddb
AJ
13882001-08-31 Andreas Jaeger <[email protected]>
1389
1390 * emultempl/pe.em: Add missing prototypes.
1391 (gld_${EMULATION_NAME}_after_open): Remove extra args to
1392 pe_find_data_imports.
1393 (pr_sym): Add unused attribute.
1394
d43ded80
PB
13952001-08-29 Joel Sherrill <[email protected]>
1396
39e5585e 1397 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
d43ded80
PB
1398 default from coff to elf.
1399
3946dd2f
JL
14002001-08-29 Jeff Law <[email protected]>
1401
1402 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
1403 ARCH specification.
1404 * emulparams/h8300self.sh: Similarly.
1405
3b16e843 14062001-08-28 J"orn Rennecke <[email protected]>
8af6dd41
JR
1407
1408 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
1409 eh8300self.o .
1410 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
1411 * configure.tgt (h8300-*-elf*): New case.
1412 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
1413 * emulparams/h8300self.sh: New file.
1414 * Makefile.in: Regenerated.
1415
70d0c6e9
NC
14162001-08-28 Nick Clifton <[email protected]>
1417
1418 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
1419 with macro name.
1420
5c67d4bb
AM
14212001-08-27 Linus Nordberg <[email protected]>
1422 Alan Modra <[email protected]>
1423
1424 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
1425 (eelf64ppc.c, eelf64lppc.c): Add make targets.
1426 Run "make dep-am"
1427 * Makefile.in: Regenerate.
1428 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
1429 entries to correct alphabetical position.
1430 * emulparams/elf64ppc.sh: New.
1431 * emulparams/elf64lppc.sh: New.
1432
08131015
NC
14332001-08-27 Nick Clifton <[email protected]>
1434
1435 * ldmain.c (main): Declare BSIZE as static.
1436
db6751f2
JJ
14372001-08-23 Jakub Jelinek <[email protected]>
1438
1439 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
1440 into .rel.dyn resp. .rela.dyn if combreloc.
1441 (get_script): If .x linker script is equal to .xn, only put it
1442 once into the binary.
1443 Add .xc and .xsc scripts.
1444 (parse_args): Handle -z combreloc and -z nocombreloc.
1445 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
1446 For .xc and .xsc scripts put all .rel* or .rela* input sections
1447 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
1448 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
1449 is elf.
1450 Strip trailing whitespace from script.
1451 Generate .xc and .xsc scripts if requested.
1452 * ldmain.c (main): Initialize link_info.combreloc and
1453 link_info.spare_dynamic_tags.
1454 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
1455 (ld_options): Add --spare-dynamic-tags option.
1456 (parse_args): Likewise.
1457 * ld.texinfo: Document -z combreloc and -z nocombreloc.
1458 * ldint.texinfo: Document .xc and .xsc linker scripts.
1459 * NEWS: Add notes about -z combreloc and SHF_MERGE.
1460
63d069c0
L
14612001-08-22 H.J. Lu <[email protected]>
1462
1463 * emulparams/elf32fr30.sh: Add a newline.
1464
948f9114
AJ
14652001-08-21 Andreas Jaeger <[email protected]>
1466
1467 * deffilep.y: Add missing prototypes.
1468 * pe-dll.c: Likewise.
1469
ae7fb08f
AM
14702001-08-20 Alan Modra <[email protected]>
1471
2af02257
AM
1472 * ldlang.c (insert_pad): Fix typos in last patch.
1473
1474 * ldlang.c: When traversing lang_statement_union_type lists,
1475 consistently use "header.next" rather than "next".
1476 * mpw-eppcmac.c: Likewise.
1477 * emultempl/beos.em: Likewise.
1478 * emultempl/hppaelf.em: Likewise.
1479 * emultempl/pe.em: Likewise.
1480 * ldlang.h (union lang_statement_union): Remove "next" field.
1481
c0c330a7
AM
1482 * ldlang.c (insert_pad): Use offsetof macro.
1483 (lang_size_sections): Always neuter padding statements.
1484 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
1485
ae7fb08f
AM
1486 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
1487 passed to lang_size_sections.
1488 (pe_exe_fill_sections): Likewise.
1489 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
1490 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
1491
fab80407
AM
14922001-08-18 Alan Modra <[email protected]>
1493
1494 * emultempl/aix.em: Formatting fixes.
1495
b3327aad
AM
14962001-08-18 Alan Modra <[email protected]>
1497
1498 * ldlang.c (insert_pad): Make use of an existing pad statement if
1499 available. Move code calculating alignment, adjusting section
1500 alignment power, and adjusting dot to ..
1501 (size_input_section): .. here. Remove unused relax param.
1502 (lang_size_sections): Change boolean `relax' param to boolean *.
1503 Adjust call to size_input_section. Make use of insert_pad to
1504 place pad after the assignment statement. If relaxing, zap
1505 padding statements.
1506 (reset_memory_regions): Reset output_bfd section sizes too.
1507 (relax_again): Move to..
1508 (lang_process): ..here. Adjust call to lang_size_sections, and
1509 remove duplicated code.
1510 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
1511
563e308f
AM
15122001-08-17 Alan Modra <[email protected]>
1513
1514 * ld.texinfo: Document that fill values now use the four least
1515 significant bytes.
1516 * emulparams/elf32fr30.sh (NOP): Update.
1517 * emulparams/elf32mcore.sh: Likewise.
1518 * emulparams/elf64_s390.sh: Likewise.
1519 * emulparams/elf_i386.sh: Likewise.
1520 * emulparams/elf_i386_be.sh: Likewise.
1521 * emulparams/elf_i386_chaos.sh: Likewise.
1522 * emulparams/elf_i386_ldso.sh: Likewise.
1523 * emulparams/elf_s390.sh: Likewise.
1524 * emulparams/elf_x86_64.sh: Likewise.
1525 * emulparams/i386moss.sh: Likewise.
1526 * emulparams/i386nw.sh: Likewise.
1527 * emulparams/m68kelf.sh: Likewise.
1528 * scripttempl/elf.sc: Update NOP comment.
1529 * scripttempl/elfi370.sc: Likewise.
1530 * scripttempl/elfm68hc11.sc: Likewise.
1531 * scripttempl/elfm68hc12.sc: Likewise.
1532 * scripttempl/nw.sc: Likewise.
1533
b90e1c6f
TR
15342001-08-15 Tom Rix <[email protected]>
1535
1536 * ldgram.y (saved_script_handle): Initialize to NULL.
1537 * ldmain.c (main): Change check on saved_script_handle.
948f9114 1538
39dcfe18
AM
15392001-08-14 Alan Modra <[email protected]>
1540
cde43e70
AM
1541 * emultempl/elf32.em: Formatting fixes.
1542 (output_prev_sec_find): Test for bfd_ind_section too; do so by
1543 looking at sec->owner.
1544 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
1545 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
1546 unused code, and reorganize orphan section placement code.
1547
39dcfe18
AM
1548 * ldlang.c (wild_doit): Rename to lang_add_section.
1549 * ldlang.h: Here too.
1550 * mpw-elfmips.c: And here.
1551 * emultempl/beos.em: And here.
1552 * emultempl/elf32.em: And here.
1553 * emultempl/hppaelf.em: And here.
1554 * emultempl/pe.em: And here.
1555
908d20b3
RH
15562001-08-13 Richard Henderson <[email protected]>
1557
1558 * emultempl/needrelax.em: New file.
1559 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
1560 * Makefile.am (eelf64_ia64.c): Depend on it.
1561 * Makefile.in: Rebuild.
1562
0f33d40b
AM
15632001-08-13 Alan Modra <[email protected]>
1564
22af9fd3
AM
1565 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
1566 output_section is set non-NULL.
1567
0f33d40b
AM
1568 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
1569 `true' for SEC_EXCLUDE sections so that the generic code doesn't
1570 needlessly create an output_section_statement. Treat a correctly
1571 named output_section_statement with NULL bfd_section as compatible.
1572
55ab6103
HPN
15732001-08-13 Hans-Peter Nilsson <[email protected]>
1574
1575 * emultempl/generic.em: Support EXTRA_EM_FILE.
1576 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
1577 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1578 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1579 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1580 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1581 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1582 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1583 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1584 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1585 LDEMUL_FIND_POTENTIAL_LIBRARIES.
1586
24098abb
RH
15872001-08-12 Richard Henderson <[email protected]>
1588
1589 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
1590 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
1591 scripttempl/v850.sc: Keep .jcr data.
1592
b9a8de1e 15932001-08-12 H.J. Lu <[email protected]>
146e7110
AM
1594 Andrew Haley <[email protected]>
1595 Nick Clifton <[email protected]>
b9a8de1e 1596
146e7110 1597 * ldgram.y (had_script): Change name to saved_script_handle.
b9a8de1e
NC
1598 Change type to file handle.
1599 * ld.h (had_script): Rename and retype.
1600 * ldfile.c (ldfile_open_command_file): Save the file handle
1601 used in saved_script_handle.
1602 * lexsup.c (parse_args): Do not allow -c option to alter
1603 saved_script_handle.
1604 * ldmain.c (main): Print out the linker script used if
1605 --verbose is given. Check saved_script_handle to obtain the
1606 external linker script used, or if NULL, dump the builtin
1607 script.
1608 * ld.texinfo: Document that --verbose now dumps the linker
1609 script used, regardless of whether it was an internal or an
1610 external script.
1611
0218d1e4
AJ
16122001-08-10 Andreas Jaeger <[email protected]>
1613
1614 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1615 to build warnings.
1616 * configure: Regenerate.
1617
5253f23b
AM
16182001-08-09 Alan Modra <[email protected]>
1619
73810896
AM
1620 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
1621
5253f23b
AM
1622 * scripttempl/elf.sc: Move non-text .dynamic section before
1623 .plt/.got/.sdata* group.
1624 (OTHER_GOT_SECTIONS): Move to immediately after .got.
1625 (OTHER_SDATA_SECTIONS): Add.
1626 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
1627 OTHER_GOT_SECTIONS.
1628 * emulparams/crislinux.sh: Likewise.
1629 * emulparams/elf32b4300.sh: Likewise.
1630 * emulparams/elf32bmip.sh: Likewise.
1631 * emulparams/elf32bmipn32.sh: Likewise.
1632 * emulparams/elf32bsmip.sh: Likewise.
1633 * emulparams/elf32btsmip.sh: Likewise.
1634 * emulparams/elf32ebmip.sh: Likewise.
1635 * emulparams/elf32elmip.sh: Likewise.
1636 * emulparams/elf32l4300.sh: Likewise.
1637 * emulparams/elf32lmip.sh: Likewise.
1638 * emulparams/elf32lsmip.sh: Likewise.
1639 * emulparams/elf32ltsmip.sh: Likewise.
1640 * emulparams/elf64bmip.sh: Likewise.
1641 * emulparams/elf64btsmip.sh: Likewise.
1642 * emulparams/elf64ltsmip.sh: Likewise.
1643
179c732c
AM
16442001-08-08 Alan Modra <[email protected]>
1645
1646 * genscripts.sh: Source the emulparams script before each output
1647 script is generated so that variables like `RELOCATING' may affect
1648 variables defined in the emulparams script.
1649
3fd36710
AM
16502001-08-04 Alan Modra <[email protected]>
1651
20713691
AM
1652 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
1653 order.
1654
3fd36710
AM
1655 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
1656 ie. iterate over wild_statement.section_list.
1657 (gld${EMULATION_NAME}_place_orphan): Likewise.
1658
de0b1853
SC
16592001-08-03 Stephane Carrez <[email protected]>
1660
1661 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
1662 .fini[0-4] sections used by _exit
1663 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
1664 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
1665 * scripttempl/elfm68hc11.sc: Likewise.
1666
ff7e6f88
L
16672001-08-03 H.J. Lu <[email protected]>
1668
1669 * emultempl/beos.em (init): Add the missing initialization.
1670
b6bf44ba
AM
16712001-08-03 Alan Modra <[email protected]>
1672
1673 * ld.texinfo (Input Section Basics): Clarify ordering of output
1674 sections.
1675 * ldlang.c (callback_t): Add wildcard_list param.
1676 (walk_wild_section): Remove "section" param. Rewrite for
1677 lang_wild_statement_type change. Remove unique_section_p test.
1678 (walk_wild_file): Remove "section" param.
1679 (walk_wild): Remove "section" and "file" params.
1680 (lang_gc_wild): Likewise.
1681 (wild): Likewise. Modify for lang_wild_statement_type change.
1682 (wild_sort): Likewise. Add "sec" param.
1683 (gc_section_callback): Likewise.
1684 (output_section_callback): Likewise. Do unique_section_p test.
1685 (map_input_to_output_sections): Modify call to wild.
1686 (lang_gc_sections_1): Likewise.
1687 (print_wild_statement): Modify for lang_wild_statement_type
1688 change.
1689 (lang_add_wild): Replace filename, filenames_sorted param with
1690 filespec. Replace section_name, sections_sorted,
1691 exclude_filename_list with section_list.
1692 * ldlang.h (lang_add_wild): Here too.
1693 (lang_wild_statement_type): Replace section_name, sections_sorted,
1694 and exclude_filename_list with section_list.
1695 * ldgram.y (current_file): Delete.
1696 (%union): Add wildcard_list.
1697 (file_NAME_list): Set type to wildcard_list. Build a linked list
1698 rather than calling lang_add_wild for each entry.
1699 (input_section_spec_no_keep): Call lang_add_wild here instead.
1700 * ld.h (struct wildcard_list): Declare.
1701 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
1702
b044cda1
CW
17032001-08-02 Charles Wilson <[email protected]>
1704
1705 * ldmain.c (main): initialize link_info.pei386_auto_import
1706 * pe-dll.c: new tables for auto-export filtering
1707 (auto_export): change API, pass abfd for contextual filtering.
b6bf44ba 1708 Loop thru tables of excluded symbols instead of comparing
b044cda1
CW
1709 "by hand".
1710
17112001-08-02 Paul Sokolovsky <[email protected]>
1712
b6bf44ba
AM
1713 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
1714 static variable current_sec (static struct sec *). Add
b044cda1 1715 forward declaration for add_bfd_to_link.
b6bf44ba
AM
1716 (process_def_file): Don't export undefined symbols. Do not
1717 export symbols starting with "_imp__". Call auto_export()
b044cda1
CW
1718 with new API.
1719 (pe_walk_relocs_of_symbol): New function.
1720 (generate_reloc): add optional extra debugging
b6bf44ba 1721 (pe_dll_generate_def_file): eliminate extraneous initial blank
b044cda1 1722 line in output
b6bf44ba 1723 (make_one): enlarge symtab to make room for __nm__ symbols
b044cda1
CW
1724 (DATA auto-import support).
1725 (make_singleton_name_thunk): New function.
1726 (make_import_fixup_mark): New function.
1727 (make_import_fixup_entry): New function.
1728 (pe_create_import_fixup): New function.
b6bf44ba 1729 (add_bfd_to_link): Specify that 'name' argument is a CONST
b044cda1 1730 char *.
b6bf44ba
AM
1731 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
1732 declare new functions pe_walk_relocs_of_symbol and
b044cda1
CW
1733 pe_create_import_fixup.
1734 * emultempl/pe.em: add new options --enable-auto-import,
1735 --disable-auto-import, and --enable-extra-pe-debug.
1736 (make_import_fixup): New function.
1737 (pe_find_data_imports): New function.
1738 (pr_sym): New function.
b6bf44ba 1739 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
b044cda1
CW
1740 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
1741 CODE.
1742
17432001-08-02 Charles Wilson <[email protected]>
b6bf44ba 1744
b044cda1
CW
1745 * ld.texinfo: add additional documentation for
1746 --export-all-symbols. Document --out-implib,
1747 --enable-auto-image-base, --disable-auto-image-base,
b6bf44ba
AM
1748 --dll-search-prefix, --enable-auto-import, and
1749 --disable-auto-import.
b044cda1
CW
1750 * ldint.texinfo: Add detailed documentation on auto-import
1751 implementation.
1752
156e34dd
NC
17532001-07-30 Nick Clifton <[email protected]>
1754
1755 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
1756 example.
1757
d6231427
AM
17582001-07-24 Alan Modra <[email protected]>
1759
1760 * Makefile.am: Update dependencies with "make dep-am".
1761 * Makefile.in: Regenerate
1762
e14ec88b
AM
17632001-07-23 Alan Modra <[email protected]>
1764
1765 * ldcref.c (check_section_sym_xref): New function.
1766 (check_nocrossrefs): Call it.
1767 (check_nocrossref): Interate over h->refs here instead of..
1768 (check_refs): ..here. Pass in the symbol name, section, and bfd
1769 rather than hash_entry pointers.
1770 (struct check_refs_info): Keep symbol name rather than hash entry.
1771 Remove "same".
1772 (check_reloc_refs): Tweak for above changes in check_refs_info.
1773 Only report references to section syms when symname is NULL to
1774 prevent duplicate messages for the same reloc.
1775
1b577b00
NC
17762001-07-19 Nick Clifton <[email protected]>
1777
c7d701b0
NC
1778 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1779 available. Do not print NULL trees.
1780 (exp_print_token): Print unknown tokens with values > 126 as
1781 decimal values not ASCII characters.
1782
1545243b
NC
1783 * ldlang.c (lang_leave_overlay): If a region is specified assign
1784 it to all sections inside the overlay unless they have been
1785 assigned to the own, non-default, memory region.
1786
1b577b00
NC
1787 * README: Add header for consistency with other README files.
1788
5030876b
L
17892001-07-14 H.J. Lu <[email protected]>
1790
1791 * emultempl/elf32.em (output_prev_sec_find): Never return
1792 bfd_abs_section_ptr, bfd_com_section_ptr nor
1793 bfd_und_section_ptr.
1794
18c7a9a5
NC
17952001-07-14 Nick Clifton <[email protected]>
1796
22af9fd3 1797 * Makefile.am (em32relf.c): Change dependency from generic.em to
18c7a9a5
NC
1798 elf32.em.
1799 * Makefile.in: Regenerate.
1800
9ffecff1
MG
18012001-07-14 matthew green <[email protected]>
1802
1803 * configure.tgt (i386-*-netbsdelf*): New target.
1804 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
1805
95500e1c
JJ
18062001-07-13 Jakub Jelinek <[email protected]>
1807
1808 * emultempl/elf32.em (output_prev_sec_find): New.
1809 (place_orphan): Use it.
1810
e97cb84f
L
18112001-07-11 H.J. Lu <[email protected]>
1812
1813 * ldmain.c (main): Fix typos in the last change.
1814
7333607e
JJ
18152001-07-11 Jakub Jelinek <[email protected]>
1816
1817 * ldmain.c (main): Disallow -F and -f without -shared.
1818
d29d80f2
NC
18192001-07-11 Nick Clifton <[email protected]>
1820
1821 * emultempl/pe.em (after_open): Check for the output_bfd not
1822 having any coff_data structure allocated to it.
1823
c2a1a436
DB
18242001-07-09 David O'Brien <[email protected]>
1825
1826 * emultempl/elf32.em: Do not assuming that contents of the buffer
1827 returned from basename function will remain unchanged accross other
1828 function calls.
1829
63653551
L
18302001-07-03 H.J. Lu <[email protected]>
1831
1832 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
1833 2001-07-03. It creates dynamic entries even for static binaries.
1834
d303a449
L
18352001-07-03 Jakub Jelinek <[email protected]>
1836
1837 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
1838 (DYNAMIC): Use it to reserve few dynamic entries for
1839 post-linking tools.
1840
9f22353f
AM
18412001-06-27 Alan Modra <[email protected]>
1842
1843 * emulparams/hppa64linux.sh: New file.
1844 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
1845 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
1846 (ehppa64linux.c): Add rule to make it.
1847 Run "make dep-am".
1848 * Makefile.in: Regenerate.
1849
62bf86b4
HPN
18502001-06-21 Hans-Peter Nilsson <[email protected]>
1851
1852 * ld.texinfo (Options, -r): Mention restrictions when using
1853 different object formats.
1854
429d935d
HPN
18552001-06-19 Hans-Peter Nilsson <[email protected]>
1856
1857 * ldlang.c (lang_check): Emit fatal error if relocatable link
1858 between different object flavours with relocations in input.
1859
cb840a31
L
18602001-06-19 H.J. Lu <[email protected]>
1861
1862 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
1863 (--version-script): Mention the language support.
1864
9bf03acc
L
18652001-06-19 H.J. Lu <[email protected]>
1866
1867 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
1868
c45021f2
NC
18692001-06-18 H.J. Lu <[email protected]>
1870
b6bf44ba
AM
1871 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
1872 (diststuff): Add $(MANS).
1873 * Makefile.in: Regenerated.
c45021f2 1874
b6bf44ba 1875 * ld.1: Removed.
c45021f2 1876
6caa99ab
HPN
18772001-06-18 Hans-Peter Nilsson <[email protected]>
1878
605d9b3a
HPN
1879 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
1880 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
1881 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
1882 * ld.h (args_type): Remove member export_dynamic. All users
1883 changed to use struct bfd_link_info member.
1884
6caa99ab
HPN
1885 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
1886 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
1887 * Makefile.in: Regenerate.
1888
6f9efd97
L
18892001-06-18 H.J. Lu <[email protected]>
1890
1891 * ldlang.c (init_os): Add the newline to the einfo call.
1892 (lang_check): Likewise.
1893 (lang_do_version_exports_section): Likewise.
1894
5af9fd8b
L
18952001-06-15 H.J. Lu <[email protected]>
1896
1897 * lexsup.c (parse_args); Save optind to report unrecognized
1898 option.
1899
2a096f04
HPN
19002001-06-15 Hans-Peter Nilsson <[email protected]>
1901
7e66c3f5
HPN
1902 * ldlang.c (lang_check): Emit fatal error if relocatable link
1903 between different object flavours.
1904
2a096f04
HPN
1905 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
1906 Set new link_info member export_dynamic.
1907 * ldmain.c (main): Initialize new link_info member export_dynamic.
1908
6770ec8c
NC
19092001-06-12 Nick Clifton <[email protected]>
1910
1911 * ldlang.c (walk_wild): Only call walk_wild_file if
1912 lookup_name returns something.
b6bf44ba 1913 (lookup_name): If load_symbols fails, return NULL.
22af9fd3 1914 (load_symbols): Change to a boolean function.
b6bf44ba 1915 (open_input_bfds): If load_symbols fails then do not make the
6770ec8c
NC
1916 executable.
1917
8529105a
AM
19182001-06-08 Alan Modra <[email protected]>
1919
1920 * ldlang.c (record_bfd_errors): Remove.
1921
1922 * emultempl/aix.em: Fix copyright dates.
1923
8f3aa7a0
AJ
19242001-06-07 Andreas Jaeger <[email protected]>
1925
1926 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
1927 (TEXT_START_ADDR): Likewise.
1928
3277f888
AM
19292001-06-06 Martin Schwidefsky <[email protected]>
1930
1931 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
1932
3763134d
DD
19332001-06-05 Danny Smith <[email protected]>
1934
1935 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
1936
5929ebc0
L
19372001-05-31 H.J. Lu <[email protected]>
1938
1939 * ldlang.c (open_input_bfds): Don't change the bfd error
1940 handler whilst loading symbols.
1941
c04a062d
NC
19422001-05-28 Nick Clifton <[email protected]>
1943
1944 * configure.tgt: Remove i370-mvs architecture, it is not currently
1945 supported.
1946
96fcab3e
L
19472001-05-25 H.J. Lu <[email protected]>
1948
1949 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1950 like emulparams/aixppc.sh.
1951
db8d4f23
L
19522001-05-25 H.J. Lu <[email protected]>
1953
1954 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
1955 setting of output_filename after bfd_scan_arch.
1956 * emultempl/pe.em: Likewise.
1957
5f642101
L
19582001-05-25 H.J. Lu <[email protected]>
1959
1960 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1961 like emulparams/aixppc.sh.
1962
1963 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
1964 instead of ${srcdir}/emultempl/stringify.sed.
1965
64e9ece0
TW
19662001-05-25 Timothy Wall <[email protected]>
1967
1968 * emulparams/elf64_aix.sh: Change settings to match IBM linker
8f3aa7a0 1969 output.
64e9ece0 1970
c709b096
AM
19712001-05-25 Alan Modra <[email protected]>
1972
1973 * configure.host: Replace linuxoldld with linux*oldld.
1974 * configure.tgt: Likewise.
1975
6cbdcc6f
L
19762001-05-24 H.J. Lu <[email protected]>
1977
1978 * emultempl/stringify.sed: Removed again.
1979
86af25fe
L
19802001-05-24 H.J. Lu <[email protected]>
1981
1982 * emultempl/aix.em (OUTPUT_ARCH): Defined.
1983 (gld${EMULATION_NAME}_before_parse): Initialize
1984 ldfile_output_architecture, ldfile_output_machine and
1985 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
1986 * emultempl/beos.em: Likewise.
1987 * emultempl/elf32.em: Likewise.
1988 * emultempl/linux.em: Likewise.
1989 * emultempl/mipsecoff.em: Likewise.
1990 * emultempl/pe.em: Likewise.
1991 * emultempl/sunos.em: Likewise.
1992
3b1b01cf
TR
19932001-05-24 Tom Rix <[email protected]>
1994
8f3aa7a0 1995 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3b1b01cf
TR
1996 udate import file format.
1997 (change_symbol_mode) New, same
1998 (is_syscall) New, same
1999 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
2000 * emulparams/aixppc64.sh : same
2001 * emulparams/aixrs6.sh : same
2002 * emulparams/ppcmacos.sh : same
2003 * emultempl/aix.em : use strtoull to parse options
2004 * Makefile.am : add eaixppc64 emulation for xcoff64
2005 * Makefile.in : same
2006 * configure.tgt : same
2007
2008 * scripttempl/aix.sc : default text section offset to 0x10000000
146e7110 2009 default data section offset to 0x20000000
3b1b01cf 2010 add .sv3264 and .sv64 pseudo sections
8f3aa7a0 2011 loader and debug sections use the currect section offset.
3b1b01cf
TR
2012
2013 * emultempl/aix.em : Add xcoff64 support
2014 Add -binitfini support
8f3aa7a0 2015 (gld${EMULATION_NAME}_before_parse) -binitfini
3b1b01cf 2016 (gld${EMULATION_NAME}_parse_args) same
8f3aa7a0 2017 (gld${EMULATION_NAME}_before_allocation) format change for special
3b1b01cf
TR
2018 sections
2019
2020 * emulparams/aixppc64.sh : New file for xcoff64 support
8f3aa7a0 2021
57e6abd2
AO
20222001-05-23 Alexandre Oliva <[email protected]>
2023
2024 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
2025 variable to avoid non-portable shell construct.
2026
d1cf510e
NC
20272001-05-23 Thiemo Seufer <[email protected]>
2028
2029 * ldmain.c (get_emulation): Add -mips5 command line argument.
2030
506eee22
NC
20312001-05-22 Alexandre Oliva <[email protected]>
2032
2033 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
2034 (ELF_INTERPRETER_NAME): Define it.
2035 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
2036 it.
2037 * configure.tgt (targ_emul, targ_extra_emuls)
2038 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
2039 as primary, elf_i386 as extra.
2040 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
2041 (eelf_i386_ldso.c): New rule.
2042 * Makefile.in: Rebuilt.
2043
20442001-05-22 Nick Clifton <[email protected]>
2045
2046 * lexsup.c (ld_options): Allow -I to be an alias for
2047 --dynamic-linker. This is for Solaris compatability.
2048 * ld.texinfo: Document that -I can be used.
2049 * ld.1: Regenerate.
2050
d1778b88
AM
20512001-05-16 Alan Modra <[email protected]>
2052
2053 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
2054 whether an input section is the first one assigned to an output
2055 section.
2056 Assorted formatting fixes.
2057
02649152
DD
20582001-05-14 DJ Delorie <[email protected]>
2059
2060 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
2061 * Makefile.in: Ditto.
2062
579f31ac
JJ
20632001-05-11 Jakub Jelinek <[email protected]>
2064
2065 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
2066 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
2067 output sections.
2068 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
2069
8550eb6e
JJ
20702001-05-11 Jakub Jelinek <[email protected]>
2071
2072 * ldlang.c (lang_process): Call bfd_merge_sections.
2073
8e5a525c
AM
20742001-05-07 Thiemo Seufer <[email protected]>
2075
2076 * ldgram.y: Fix typo.
2077
1c9acd94
L
20782001-05-03 H.J. Lu <[email protected]>
2079
2080 * emultempl/elf32.em: Include "libiberty.h".
2081 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
2082 basename of the bfd filename.
2083 (gld${EMULATION_NAME}_stat_needed): Likewise.
2084 (gld${EMULATION_NAME}_try_needed): Likewise.
2085 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
2086
14fe918e
L
20872001-05-02 H.J. Lu <[email protected]>
2088
2089 * emultempl/pe.em: Include <ctype.h>.
2090
c7e40348
NC
20912001-05-02 Johan Rydberg <[email protected]>
2092
b6bf44ba 2093 * emulparams/elf32openrisc.sh: New file.
c7e40348 2094
b6bf44ba
AM
2095 * Makefile.am: Add OpenRISC target.
2096 * Makefile.in: Regenerated.
c7e40348 2097
b6bf44ba 2098 * configure.tgt: Add openrisc-*-* mapping.
c7e40348
NC
2099
21002001-05-02 Nick Clifton <[email protected]>
2101
2102 * emultempl/aix.em: Replace buystring with xstrdup.
2103 * emultempl/beos.em: Replace buystring with xstrdup.
8f3aa7a0 2104
d1b2b2dc
L
21052001-05-02 H.J. Lu <[email protected]>
2106
2107 * ldfile.c: Include "libiberty.h".
2108 * ldlex.l: Likewise.
2109
2110 * ldmisc.c (buystring): Removed.
2111 * ldmisc.h: Likewise.
2112
2113 * ldfile.c: Replace buystring with xstrdup.
2114 * ldlang.c: Likewise.
2115 * ldlex.l: Likewise.
2116 * ldmain.c: Likewise.
2117 * ldmisc.c: Likewise.
2118 * lexsup.c: Likewise.
2119 * mpw-eppcmac.c: Likewise.
2120
35714f2a
AJ
21212001-04-30 Andreas Jaeger <[email protected]>
2122
2123 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
2124
884fb58e
NC
21252001-04-28 Paul Sokolovsky <[email protected]>
2126
b6bf44ba
AM
2127 * ldlang.c (load_symbols): Give emulation a chance
2128 to process unrecognized file before fatal error is
2129 reported, not after.
884fb58e 2130
87748b32
NC
21312001-04-27 Sean McNeil <[email protected]>
2132
2133 * configure.tgt: Add arm-vxworks target.
2134 * scripttempl/armcoff.sc: Support .text or .data as a section name
2135 prefix.
2136 Define _etext.
35714f2a 2137
7ce691ae
C
21382001-04-13 J.T. Conklin <[email protected]>
2139
2140 * ld.texinfo: Document --fatal-warnings.
2141 * ld.1: Regenerate.
2142
2143 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
35714f2a 2144 warnings have been turned into errors.
7ce691ae
C
2145 * lexsup.c (OPTION_WARN_FATAL): Define.
2146 (ld_options): Entry for --fatal-warnings.
2147 (parse_args): Handle OPTION_WARN_FATAL.
2148 * ld.h (ld_config_type): Add fatal_warnings field.
2149
f5fa8ca2
JJ
21502001-04-13 Jakub Jelinek <[email protected]>
2151
2152 * ldmain.c (main): Default to discard_sec_merge.
2153 * lexsup.c (OPTION_DISCARD_NONE): Define.
2154 (ld_options): Add --discard-none.
2155 (parse_args): Handle OPTION_DISCARD_NONE.
2156 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
2157 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
2158 all its input sections match.
2159
fdec3cfc
L
21602001-04-05 Steven J. Hill <[email protected]>
2161
2162 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
2163 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
2164 (eelf32ltsmip.c): New target.
2165 (eelf64btsmip.c): Likewise.
2166 (eelf64ltsmip.c): Likewise.
2167 * Makefile.in: Regenerated.
2168
2169 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
2170 target.
2171 (mips*-*-linux-gnu*): Likewise.
2172
2173 * emulparams/elf32ltsmip.sh: New. Traditional little endian
2174 MIPS taget.
35714f2a 2175 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
fdec3cfc
L
2176 target.
2177 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
2178 endian target.
2179
589bad82
HPN
21802001-04-05 Hans-Peter Nilsson <[email protected]>
2181
2182 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
2183 correct value of __Stext here.
2184 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
2185 .startup section.
2186
2187 * emulparams/crislinux.sh: Remove FIXME.
2188
94202e16
AM
21892001-04-02 Alan Modra <[email protected]>
2190
2191 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
2192 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
2193
1268a053
HPN
21942001-03-27 Hans-Peter Nilsson <[email protected]>
2195
2196 * configure.tgt (cris-*-*): Change default emulation to criself.
2197 (cris-*-*aout*): New rule.
2198
d85e9ff7
AM
21992001-03-27 Matthew Wilcox <[email protected]>
2200
2201 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
2202 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
2203
0879a67a
AJ
22042001-03-26 Andreas Jaeger <[email protected]>
2205
2206 * ld.texinfo (Overview): Fix syntax in texi code.
2207
0285c67d
NC
22082001-03-25 Stephane Carrez <[email protected]>
2209
2210 * ld.texinfo: Put @c man indications to generate the ld man page.
2211 When generating man, define all the variables. Define SEEALSO
2212 and SYNOPSIS. Re-organize some lines to avoid the cross references.
2213 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
2214 (ld.1): Generate from ld.texinfo.
2215 * Makefile.in: Regenerate.
2216
c20ec07b
NC
22172001-03-23 Mark Elbrecht <[email protected]>
2218
2219 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
146e7110 2220 and '-fdata-sections'. Set the VMA of STABS sections to zero.
c20ec07b 2221
cc5ce052
UD
22222001-03-17 Ulrich Drepper <[email protected]>
2223
2224 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
2225 is an absolute path look only for this file and not along the path.
2226
a1ab1d2a
UD
22272001-03-17 Ulrich Drepper <[email protected]>
2228
2229 * emultempl/elf32.em (OPTION_GROUP): New macro.
2230 Add new option Bgroup to longopts.
2231 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
2232 (gld*_list_options): Add -Bgroup and -z defs.
2233 * ld.1: Document -Bgroup and -z defs.
2234 * ld.texinfo: Likewise.
2235
788fca5a
MM
22362001-03-07 Michael Meissner <[email protected]>
2237
2238 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
2239 with sections created by -fdata-sections.
2240 (.dynbss,.bss): Ditto.
2241
1c7566d1
AM
22422001-03-05 Alan Modra <[email protected]>
2243
2244 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
2245 after_allocation_default, not gld..._before_allocation.
2246
27b7e12d
AM
22472001-02-27 Alan Modra <[email protected]>
2248
2249 * configure.in (BFD_VERSION): New.
2250 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2251 * configure: Regenerate.
2252 * Makefile.am: Run "make dep-am"
2253 * Makefile.in: Regenerate.
2254
2bc551c7
TW
22552001-02-26 Timothy Wall <[email protected]>
2256
2257 * emulparams/elf64_aix.sh: Add additional read-only sections;
2258 uncomment lines which are now required.
2259
1276aefa
NC
22602001-02-26 H.J. Lu <[email protected]>
2261
2262 * ldlang.c (open_input_bfds): Set the bfd error handler so
b6bf44ba
AM
2263 that problems can be caught whilst loading symbols.
2264 (record_bfd_errors): New function: Report BFD errors and mark
2265 the executable output as being invalid.
1276aefa 2266
41c49998
TW
22672001-02-22 Timothy Wall <[email protected]>
2268
2269 * configure.host: Add configuration for ia64-*-aix*.
2270 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
2271 Add dependencies for eelf64_aix.c.
2272 * Makefile.in: Regenerate.
2273 * configure.tgt: Add ia64-*-aix* mapping.
2274 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
a2b64bed 2275 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
0879a67a
AJ
2276 AIX-specific test.
2277
78f85fd7
L
22782001-02-20 H.J. Lu <[email protected]>
2279
2280 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
2281 false if we found the file.
2282
1ac7e077 22832001-02-18 David O'Brien <[email protected]>
fb33b906
DB
2284
2285 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
2286 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
2287
e135f41b
NC
22882001-02-18 lars brinkhoff <[email protected]>
2289
2290 * Makefile.am: Add PDP-11 target.
2291 * configure.tgt: Likewise.
2292 * emulparams/pdp11.sh: New file.
2293
a842aceb
DB
22942001-02-17 David O'Brien <[email protected]>
2295
2296 * configure.host: Add a generic FreeBSD configuration entry such that
2297 all [modern] FreeBSD systems on all platforms will look the same.
2298
24174db0
L
22992001-02-14 H.J. Lu <[email protected]>
2300
2301 * configure.tgt: Remove mention of earmelf_linux26.
2302
30c3c13a
RH
23032001-02-13 Richard Henderson <[email protected]>
2304
2305 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
2306
b46a87b1
L
23072001-02-13 H.J. Lu <[email protected]>
2308
2309 * ldexp.h (node_type): Add etree_provided.
2310 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
2311 type to etree_provided if defined by PROVIDE. Allow updating
0879a67a 2312 for etree_provided.
b46a87b1
L
2313 (exp_print_tree): Handle etree_provided.
2314 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
2315 etree_provided.
2316
f3988fd9
RH
23172001-02-09 David Mosberger <[email protected]>
2318
2319 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
2320 .IA_64.unwind.* pattern to unwind table section and
2321 .IA_64.unwind_info* pattern to unwind info section.
2322
a85d7ed0
NC
23232001-02-09 Martin Schwidefsky <[email protected]>
2324
2325 * Makefile.am: Add linux target for S/390.
2326 * Makefile.in: Likewise.
2327 * configure.host: Likewise.
2328 * configure.tgt: Likewise.
2329 * emulparams/elf64_s390.sh: New file.
2330 * emulparams/elf_s390.sh: New file.
2331
780248c4
JJ
23322001-02-09 Jakub Jelinek <[email protected]>
2333
2334 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
2335 targ_extra_libpath.
2336 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
2337
0e2534bd
PB
23382001-02-06 Philip Blundell <[email protected]>
2339
2340 * Makefile.am: Remove mention of earmelf_linux26.
2341 * Makefile.in: Regenerate.
2342
46c1ea57
PB
23432001-02-04 Philip Blundell <[email protected]>
2344
2345 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
2346 * emulparams/armelf_linux26.sh: Delete.
2347 * configure.tgt: Remove mention of armelf_linux26 emulation.
2348
0088edd2
NC
23492001-02-01 Nick Clifton <[email protected]>
2350
2351 * ld.1: Replace occurances of -oformat with --oformat.
2352
02aa14fb
AM
23532001-01-25 Jim Driftmyer <[email protected]>
2354
2355 * ldlang.c (lang_leave_overlay): Don't set lma_region when
2356 load_base is specified.
2357
f813923c
HPN
23582001-01-24 Hans-Peter Nilsson <[email protected]>
2359
2360 * emultempl/elf32.em: Correct spelling in comments and listed
2361 options.
2362
c1eb1488
AM
23632001-01-23 Alan Modra <[email protected]>
2364
2365 * ldlang.c (lang_leave_overlay): Only set lma_region from the
2366 default for the first section of a group of overlay sections.
2367
d9fc3714
AM
23682001-01-22 Alan Modra <[email protected]>
2369
2370 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
2371 * Makefile.in: Regenerate.
2372 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
2373 Check for null tool_dir.
2374
6be0ca94
JW
23752001-01-16 Jim Wilson <[email protected]>
2376
2377 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
2378 and IA_64.unwind.info.
2379
b9247304
L
23802001-01-16 H.J. Lu <[email protected]>
2381
2382 * ldlang.c (lang_check): Merge the private data only if the
2383 input file has contents.
2384
577a0623
AM
23852001-01-14 Alan Modra <[email protected]>
2386
d952f17a
AM
2387 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
2388
ffd6e9de
AM
2389 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
2390 enabling search for libmilli. On a relocatable link, make .text
2391 sections unique.
2392 (LDEMUL_AFTER_PARSE): Define.
2393 (hppaelf_finish): Correct spelling of relocatable in comments.
2394
577a0623
AM
2395 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2396 rummage through the script for sections on the unique list.
2397 Correct length of strncmp for ".note".
2398 (gld${EMULATION_NAME}_check_needed): Rearrange function.
2399
2400 * ldlang.c (unique_section_list): New var.
2401 (unique_section_p): New function.
2402 (walk_wild_section): Don't match sections on unique_section_list.
2403 (lang_add_unique): New function.
ffd6e9de 2404 Correct spelling of relocatable in comments.
577a0623
AM
2405
2406 * ldlang.h (struct unique_sections): Declare.
2407 (unique_section_list): Declare.
2408 (unique_section_p): Declare.
2409 (lang_add_unique): Declare.
2410
2411 * lexsup.c (ld_options): Allow --unique to take an optional arg.
2412 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
2413
2414 * ld.texinfo (--unique): Update.
2415
b7ed8fad
NC
24162001-01-13 Nick Clifton <[email protected]>
2417
2418 * lexsup.c (parse_args): Remove spurious white space.
2419
d0398d6a
NC
24202001-01-12 Nick Clifton <[email protected]>
2421
2422 * lexsup.c (parse_args): Update copyright date.
2423
350fdb00
PB
24242001-01-12 Philip Blundell <[email protected]>
2425
2426 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
2427
60c6797e
KH
24282001-01-10 Kazu Hirata <[email protected]>
2429
2430 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
2431 * scripttempl/h8300h.sc: Fix formatting.
2432 * scripttempl/h8300s.sc: Likewise.
69f06969
KH
2433 * scripttempl/h8500.sc: Likewise.
2434 * scripttempl/h8500b.sc: Likewise.
2435 * scripttempl/h8500c.sc: Likewise.
2436 * scripttempl/h8500m.sc: Likewise.
2437 * scripttempl/h8500s.sc: Likewise.
60c6797e 2438
482e8b32
DB
24392000-01-07 David O'Brien <[email protected]>
2440
2441 * emultempl/elf32.em: Only perform Linux ld hints processing when
2442 targeting Linux.
2443
d7ed7ca6
PB
24442001-01-07 Philip Blundell <[email protected]>
2445
2446 * ld.texinfo (Bug Reporting): Update email address for reports.
2447
0fc3347a
NC
24482000-12-31 Nick Clifton <[email protected]>
2449
2450 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
2451 options by checking for a return value of '?' not -1.
2452
e4897a32
NC
24532000-12-28 Nick Clifton <[email protected]>
2454
2455 * lexsup.c (struct ld_option): Add new enum value:
2456 EXACTLY_TWO_DASHES.
2457 (ld_options[]): Change -omagic, -output and -oformat options
2458 to be EXACTLY_TWO_DASHES.
2459 (OUTPUT_COUNT): Use ARRAY_SIZE.
2460 (parse_args): Change parameter 'argc' to unsigned.
2461 Place EXACTLY_TWO_DASHES options into new really_longopts
2462 array.
2463 If getopt_long_only fails, try calling getopt_long using the
2464 really_longopts array.
2465 (help): Print a double dash for both EXACTLY_TWO_DASHES and
2466 TWO_DASHES options.
2467
2468 * ldlex.h: Fix prototype of parse_args.
2469
2470 * ld.texinfo: Document that long options starting with 'o'
2471 must be preceeded by two dashes. Change example of a single
2472 dashed long option from -oformat to -trace-symbol.
2473
1122a5fc
NC
24742000-12-26 Danny Smith <[email protected]>
2475
2476 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
2477 (longopts[]): New --no-default-excludes option.
2478 (gld_${EMULATION_NAME}_list_options): Document.
2479 (gld_${EMULATION_NAME}_parse_args): Handle.
2480
037849a9
NC
24812000-12-13 Michael Sokolov <[email protected]>
2482
2483 * ldlang.c (new_stat): Revert the last beautification with "innocent"
2484 whitespace, it breaks the K&R C preprocessor.
2485
7ec229ce
DD
24862000-12-11 DJ Delorie <[email protected]>
2487
2488 * ld.texinfo: Add notes about --whole-archive and gcc.
2489
b79e8c78
NC
24902000-11-18 Fred Fish <[email protected]>
2491
2492 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
2493 (ld_options): Entry for --allow-shlib-undefined.
2494 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
2495 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
2496 to false.
2497 * ld.texinfo: Document new command line switch.
d952f17a 2498
9a8e2505
GK
24992000-12-12 Geoffrey Keating <[email protected]>
2500
2501 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
2502 .fixup is actually read/write.
2503 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
2504 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2505 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
2506
3b16e843 25072000-12-11 Jan Hubicka <[email protected]>
b8355149
JH
2508
2509 * NEWS: Add note about x86_64 architecture.
2510
93b63cd3
DD
25112000-12-06 Mark Elbrecht <[email protected]>
2512
2513 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
2514 Set DWARF2 sections to a VMA of zero.
2515
24f6971a
NC
25162000-12-01 Joel Sherrill <[email protected]>
2517
d952f17a 2518 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
24f6971a
NC
2519 New targets.
2520 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2521 (sparc*-*-rtems*): Switched from a.out to ELF.
2522
2be3aa03
NC
25232000-11-30 Jan Hubicka <[email protected]>
2524
2525 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
2526 (eelf_x86_64.c): New.
2527 * Makefile.in: Regenerate.
2528 * configure.tgt: Add support for x86_64-*-linux-gnu*.
2529 * emulparams/elf_x86_64.sh: New.
2530
8c899858
HPN
25312000-11-30 Hans-Peter Nilsson <[email protected]>
2532
2533 * emulparams/crislinux.sh (ENTRY): Change back to _start.
2534 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
2535
2536 * scripttempl/crisaout.sc: Change all RELOCATING not related to
2537 merging non-a.out sections into CONSTRUCTING.
2538
e47b9e39
NC
25392000-11-28 Nick Clifton <[email protected]>
2540
2541 * ld.1 (COPYING): Mention that the GNU Free Documentation
2542 License is present in the sources, but not the output, and
2543 also available from the GNU website.
2544 (GNU Free Documentation License): Comment out this section.
2545
ad95f82a
DB
25462000-11-28 David O'Brien <[email protected]>
2547
2548 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
2549 does not use them.
2550
fd89e65f
DB
25512000-11-25 David O'Brien <[email protected]>
2552
2553 * ld.1: Remove old date so it does not give the impression the manpage
2554 is way out of date.
2555
077b8428
NC
25562000-11-24 Nick Clifton <[email protected]>
2557
2558 * configure.tgt (xscale-coff): Add target.
2559 (xscale-elf): Add target.
2560
49425d28
NC
25612000-11-24 Fred Fish <[email protected]>
2562
d952f17a
AM
2563 * ldmain.c (main): Remove redundant init of config.make_executable
2564 to true.
49425d28 2565
d3480244
RH
25662000-11-15 Richard Henderson <[email protected]>
2567
2568 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
2569
1ce7de8b
KH
25702000-11-14 Kazu Hirata <[email protected]>
2571
2572 * scripttempl/h8300.sc: Fix formatting.
2573 * scripttempl/h8300h.sc: Likewise.
2574 * scripttempl/h8300s.sc: Likewise.
2575
3b16e843 25762000-11-14 Denis Chertykov <[email protected]>
208d5cd0
DC
2577
2578 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
2579
2e418547
PB
25802000-11-09 Philip Blundell <[email protected]>
2581
2582 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
2583 around orphan sections whose names can be represented in C.
2584
c940e6fc
JW
25852000-11-07 Jim Wilson <[email protected]>
2586
2587 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
2588 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
2589
704c465c
NC
25902000-11-06 Nick Clifton <[email protected]>
2591
2592 * ld.texinfo: Add GNU Free Documentation License.
2593 * ldint.texinfo: Add GNU Free Documentation License.
cf055d54 2594 * ld.1: Add GNU Free Documentation License.
704c465c 2595
dca7760f
AM
25962000-11-05 Alan Modra <[email protected]>
2597
2598 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
2599 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
2600
2601 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
2602 Move 2000-11-02 Makefile.in changes to this file.
2603 * Makefile.in: Regenerate.
2604
40a633d5
NC
26052000-11-03 Nick Clifton <[email protected]>
2606
2607 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
2608 constructors and destructors.
2609 * scripttempl/h8300h.sc: Ditto.
2610 * scripttempl/h8300s.sc: Ditto.
2611 * scripttempl/h8500.sc: Ditto.
2612 * scripttempl/h8500b.sc: Ditto.
2613 * scripttempl/h8500c.sc: Ditto.
2614 * scripttempl/h8500m.sc: Ditto.
2615 * scripttempl/h8500s.sc: Ditto.
2616 * scripttempl/v850.sc: Ditto.
2617 * scripttempl/w65.sc: Ditto.
2618 * scripttempl/z8000.sc: Ditto.
2619
59ff2774
NC
26202000-11-02 Per Lundberg <[email protected]>
2621
2622 * Makefile.in (e_i386_chaos.c): New rule.
2623 (ALL_EMULATIONS): Added e_i386_chaos.o.
2624 * emulparams/elf_i386_chaos.sh: New file.
2625 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
2626
645571e1
JJ
26272000-10-20 Jakub Jelinek <[email protected]>
2628
2629 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
2630 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
2631 Fix sed invocation, so that it coped with '/' in Solaris 64bit
2632 library path suffix.
2633 Based on patch by Andrew Macleod <[email protected]>.
2634
c5975a45
HPN
26352000-10-18 Hans-Peter Nilsson <[email protected]>
2636
2637 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
2638 for consecutive sections.
2639
ea20a7da
CC
26402000-10-17 Chandrakala Chavva <[email protected]>
2641
d952f17a
AM
2642 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
2643 options.
2644 * ld.texinfo: Added notes about this new option.
ea20a7da 2645
6e45556a
NC
26462000-10-16 Nick Clifton <[email protected]>
2647
2648 * emultempl/pe.em (_after_open): Add tests of return values from
2649 bfd functions. Emit appropriate error messages if necessary.
2650
b9a69188
NC
26512000-10-13 Nick Clifton <[email protected]>
2652
2653 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
102c86f8
NC
2654 local variables - they are not used, but leave in the call to
2655 bfd_canonicalize_symtab.
b9a69188
NC
2656 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
2657 pe_dll_search_prefix.
2658
627427de 26592000-10-12 Charles Wilson <[email protected]>
d952f17a 2660
627427de
DD
2661 * emultempl/pe.em (pe_dll_search_prefix): New variable,
2662 (longopts): New --dll-search-prefix option.
2663 (gld_${EMULATION_NAME}_list_options): Document.
2664 (gld_${EMULATION_NAME}_parse_args): Handle.
2665 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
2666 dynamically, search for a dll named '<prefix><basename>.dll'
2667 in preference to 'lib<basename>.dll' if --dll-search-prefix
2668 is specified.
2669
24376d1b
AM
26702000-10-12 Alan Modra <[email protected]>
2671
2672 * ldlang.c (section_already_linked): Set kept_section instead of
2673 sec->comdat->sec.
2674
e47d05ad
KH
26752000-10-10 Kazu Hirata <[email protected]>
2676
2677 * deffile.h: Fix formatting.
2678 * lexsup.c: Likewise.
2679 * mri.c: Likewise.
2680
23a87948
DD
26812000-10-09 Paul Sokolovsky <[email protected]>
2682
2683 * pe-dll.c (make_one): Do not generate code thunk for DATA
2684 exports.
2685 (process_def_file): deduce DATA flag for auto-export sumbols.
2686
86b1cc60
KH
26872000-10-09 Kazu Hirata <[email protected]>
2688
89cdebba
KH
2689 * ld.h: Fix formatting.
2690 * ldcref.c: Likewise.
2691 * ldctor.h: Likewise.
2692 * ldemul.c: Likewise.
2693 * ldemul.h: Likewise.
2694 * ldexp.c: Likewise.
2695 * ldexp.h: Likewise.
2696 * ldfile.c: Likewise.
2697 * ldfile.h: Likewise.
2698 * ldlang.c: Likewise.
2699 * ldlang.h: Likewise.
2700 * ldmain.c: Likewise.
7bfd51a3
KH
2701 * pe-dll.c: Likewise.
2702
2703 * pe-dll.c: Revert some formatting fixes.
86b1cc60 2704
d643799d
KH
27052000-10-08 Kazu Hirata <[email protected]>
2706
2707 * pe-dll.c: Fix formatting.
2708
08da4cac
KH
27092000-10-05 Kazu Hirata <[email protected]>
2710
2711 * ldlang.c: Fix formatting.
2712
c2a94a7a
DD
27132000-10-03 DJ Delorie <[email protected]>
2714
2715 * pe-dll.c (fill_edata): initialize entire block
2716 (make_one): fill in correct section.
2717
8c95a62e
KH
27182000-10-03 Kazu Hirata <[email protected]>
2719
2720 * ldexp.c: Fix formatting.
2721
486e80e2
DD
27222000-10-02 DJ Delorie <[email protected]>
2723
2724 * emultempl/pe.em (gld_*_after_open): detect case where there two
2725 import libraries for same dll; rename one to ensure proper link
2726 order.
2727
2728 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
2729 typo
2730 (generate_edata): fix typo
2731
24dd9f75
HPN
27322000-09-29 Hans-Peter Nilsson <[email protected]>
2733
2734 * scripttempl/crisaout.sc (ENTRY): Now __start.
2735 (.text): Add default setting for __start.
2736 Remove CONSTRUCTORS handling.
2737 (/DISCARD/): Add .gnu.warning.*.
2738 * emulparams/crislinux.sh (ENTRY): Now __start.
2739 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
2740 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
2741 (ENTRY): Now __start.
2742 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
2743 (EXECUTABLE_SYMBOLS): Add default setting for __start.
2744
4de2d33d
KH
27452000-09-29 Kazu Hirata <[email protected]>
2746
5cc18311
KH
2747 * deffile.h: Fix formatting.
2748 * ld.h: Likewise.
2749 * ldcref.c: Likewise.
4de2d33d 2750 * ldctor.c: Likewise.
5cc18311 2751 * ldctor.h: Likewise.
4de2d33d 2752 * ldemul.c: Likewise.
5cc18311 2753 * ldemul.h: Likewise.
4de2d33d 2754 * ldexp.c: Likewise.
5cc18311 2755 * ldexp.h: Likewise.
4de2d33d 2756 * ldfile.c: Likewise.
5cc18311 2757 * ldfile.h: Likewise.
4de2d33d 2758 * ldlang.c: Likewise.
5cc18311
KH
2759 * ldlang.h: Likewise.
2760 * lexsup.c: Likewise.
2761 * mri.c: Likewise.
2762 * pe-dll.c: Likewise.
4de2d33d 2763
45b1f63c
DD
27642000-09-28 Paul Sokolovsky <[email protected]>
2765
2766 * pe-dll.c (process_def_file): Uninitialized data wasn't
2767 exported with --export-all-symbols switch.
d952f17a 2768
45b1f63c
DD
27692000-09-28 DJ Delorie <[email protected]>
2770
2771 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
2772 noname work properly.
2773
47d89dba
AM
27742000-09-28 Alan Modra <[email protected]>
2775
2776 * ld.texinfo (HPPA ELF32): New section.
2777
2778 * emultempl/hppaelf.em (group_size): New.
2779 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
2780 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
2781 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
2782 options to prevent abbreviations matching.
2783 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
2784 (PARSE_AND_LIST_ARGS_CASES): Handle it.
2785
36bdbeec
NC
27862000-09-21 Michael Sokolov <[email protected]>
2787
2788 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
2789 on the m68*-*-elf target. Make it support COFF input objects.
2790
6d5e62f8
KH
27912000-09-21 Kazu Hirata <[email protected]>
2792
2793 * ldmain.c: Fix formatting.
2794 * ldmisc.c: Likewise.
2795 * ldver.c: Likewise.
2796 * ldwrite.c: Likewise.
2797
e2eb67d9
AM
27982000-09-21 Alan Modra <[email protected]>
2799
2800 * ldwrite.c (clone_section): Silence gcc warnings.
2801
b3ea3584
AM
28022000-09-20 Alan Modra <[email protected]>
2803
2804 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
2805 out of memory failure.
2806
2807 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
2808 (clone_section): Handle out of memory failures. Rename var to
2809 avoid c++ reserved word.
2810
25f72752
AM
28112000-09-18 Alan Modra <[email protected]>
2812
2813 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
2814 stub_name param to stub_sec_name.
2815 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
2816
0752970e
NC
28172000-09-10 Michael Sokolov <[email protected]>
2818
2819 * emultempl/m68kelf.em: New file.
2820 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
2821 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
2822 * Makefile.in: Regenerate.
2823
92b7e9d8
AM
28242000-09-15 Alan Modra <[email protected]>
2825
2826 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
2827 only as needed.
2828
9b14b192
NC
28292000-09-13 Nick Clifton <[email protected]>
2830
2831 * ldmain.c (multiple_definition): Disable relaxation if
2832 multiple symbol definitions are encountered - otherwise the
2833 linker could abort with an assertion failure.
2834
891fa266
NC
28352000-09-10 Nick Clifton <[email protected]>
2836
2837 * mri.c: Fix formatting.
2838
5d64ca4e
L
28392000-09-07 H.J. Lu <[email protected]>
2840
2841 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2842 * configure: Rebuild.
2843
dd94604f
L
28442000-09-07 H.J. Lu <[email protected]>
2845
2846 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
2847 * Makefile.in: Rebuild.
2848
71bfc0ae
AM
28492000-09-07 Alan Modra <[email protected]>
2850
2851 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
2852 broken list handling. Create __start_SECNAME and __stop_SECNAME
2853 when no place-holder. Add some comments. Test both SEC_CODE and
2854 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
ed15ac6a 2855 Handle case where no output section statement created.
71bfc0ae 2856
4a428502
AO
28572000-09-07 Niibe Yutaka <[email protected]>, Kaz Kojima <[email protected]>, Alexandre Oliva <[email protected]>
2858
2859 * configure.tgt (sh-*-linux*): Added.
2860 * Makefile.am: Added eshelf_linux and eshlelf_linux.
2861 * Makefile.in: Rebuilt.
2862 * emulparams/shelf_linux.sh: New file.
2863 * emulparams/shlelf_linux.sh: New file.
2864
f9989030
AM
28652000-09-06 Alan Modra <[email protected]>
2866
2867 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2868 try shuffling sections when the orphan happens to be the place
2869 holder. Keep count of unique section names generated so we speed
2870 the search for a new name.
2871
58cccadb
AO
28722000-09-06 Alexandre Oliva <[email protected]>
2873
2874 * configure: Rebuilt with new libtool.m4.
2875
5b343f5a
NC
28762000-09-05 Nick Clifton <[email protected]>
2877
2878 * Makefile.in: Regenerate.
2879 * aclocal.m4: Regenerate.
2880 * configure: Regenerate.
2881 * config.in: Regenerate.
2882 * po/ld.pot: Regenerate.
2883
2884 * ldint.texinfo: Remove CVS revision marker - it foils local
2885 comparisons.
2886
2887 * emultempl/ticoff.em: Remove extraneous comma.
50bbae35 2888
a854a4a7
AM
28892000-09-05 Alan Modra <[email protected]>
2890
3231d22e
AM
2891 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
2892 to stub section flags.
2893 (hppa_for_each_input_file_wrapper): New.
2894 (hppa_lang_for_each_input_file): New.
2895 (lang_for_each_input_file): Define to call above.
2896 (multi_subspace): New.
2897 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
2898 (PARSE_AND_LIST_PROLOGUE): Define.
2899 (PARSE_AND_LIST_LONGOPTS): Define.
2900 (PARSE_AND_LIST_OPTIONS): Define.
2901 (PARSE_AND_LIST_ARGS_CASES): Define.
2902 (hppaelf_finish): Call elf32_hppa_set_gp.
2903 (hppaelf_set_output_arch): Remove.
2904 (LDEMUL_SET_OUTPUT_ARCH): Remove.
2905
2906 * emulparams/hppalinux.sh (ELFSIZE): Define.
2907 (MACHINE): Define.
2908 (OTHER_READONLY_SECTIONS): Define.
2909 (DATA_PLT): Define.
2910 (GENERATE_SHLIB_SCRIPT): Define.
2911
5f992e62
AM
2912 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
2913 to const throughout. Change `void *' to `PTR' throughout.
2914 (lang_memory_default): Function is local to file, add `static'.
2915
2916 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
2917 (ehppalinux.c): Likewise.
2918 (earmelf.c): Likewise.
2919 (earmelf_linux.c): Likewise.
2920 (earmelf_linux26.c): Likewise.
2921 * Makefile.in: Regenerate.
2922
a854a4a7
AM
2923 * ld.h (ld_config_type): Add unique_orphan_sections.
2924 * lexsup.c (OPTION_UNIQUE): Define.
2925 (ld_options): Add "--unique".
2926 (parse_args): Handle it.
2927 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2928 search for an existing output section if unique_orphan_sections is
2929 set. Make use of bfd_get_unique_section_name rather than
2930 duplicating code here.
2931 * ld.texinfo: Describe --unique.
2932
2933 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
2934 optional arg to split-by-file.
2935 (parse_args): Handle them.
2936 * ld.texinfo: Update description of these options.
2937 * ldwrite.c (clone_section): Pass in the section name. Replace
2938 local code with bfd_get_unique_section_name.
2939 (split_sections): Tidy code and comments. Use a list traversal
2940 more appropriate to the list construction. Handle cooked section
2941 sizes. Split when split_by_reloc reached rather than exceeded.
2942 Track section size and split when split_by_file reached. Fix
2943 link_order_tail (even though it's not used).
2944 (ldwrite): Modify condition for calling split_sections to suit
2945 changed split_by_reloc and split_by_file.
2946 * ldmain.c (main): Init config.split_by_reloc and
2947 config.split_by_file to -1.
2948 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
2949 Change split_by_file to bfd_size_type.
2950
18e03609
NC
29512000-09-02 Nick Clifton <[email protected]>
2952
2953 * configure.in: Increase version number to 2.10.91.
2954 * NEWS: Mention new ability to support removal of duplicate DWARF2
2955 debug information.
2956 * configure: Regenerate.
2957 * aclocal.m4: Regenerate.
2958 * config.in: Regenerate.
2959
3a9d486c
NC
29602000-09-02 Daniel Berlin <[email protected]>
2961
2962 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
2963 sections.
a2b64bed 2964 * scripttempl/elf32avr.sc: Ditto.
3a9d486c
NC
2965 * scripttempl/elfd10v.sc: Ditto.
2966 * scripttempl/elfd30v.sc: Ditto.
2967 * scripttempl/elfi370.sc: Ditto.
2968 * scripttempl/elfm68hc11.sc: Ditto.
2969 * scripttempl/elfm68hc12.sc: Ditto.
2970 * scripttempl/elfi386beos.sc: Ditto.
2971 * scripttempl/v850.sc: Ditto.
50bbae35 2972
ac48eca1
AO
29732000-08-31 Alexandre Oliva <[email protected]>
2974
2975 * acinclude.m4: Include libtool and gettext macros from the
2976 top level.
2977 * aclocal.m4, configure: Rebuilt.
2978
c13b1b77
NC
29792000-08-25 Nick Clifton <[email protected]>
2980
2981 * ldlang.c (open_output): When choosing the target for a
2982 particular endianness, do nothing if the target is not
2983 supported.
2984
dcb0bd0e
L
29852000-08-25 H.J. Lu <[email protected]>
2986
2987 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
2988 check -rpath nor LD_RUN_PATH for cross link.
2989 * ld.texinfo: Document the change.
2990
5bcac8a4
HPN
29912000-08-24 Hans-Peter Nilsson <[email protected]>
2992
2993 * NEWS: Mention support for CRIS.
2994
6dd8c765
L
29952000-08-23 H.J. Lu <[email protected]>
2996
2997 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
2998 the current runpath list from bfd_elf_get_runpath_list ()
2999 before search.
3000
ec4eb78a
L
30012000-08-22 H.J. Lu <[email protected]>
3002
3003 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
3004 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
3005 LD_LIBRARY_PATH for native linker. Display the needed DSO if
3006 trace_file_tries is non-zero.
3007 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
3008 if trace_file_tries is non-zero.
3009
3010 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
a8175964 3011 * NEWS: Mention it.
ec4eb78a 3012
22b36938
JE
30132000-08-14 Jason Eckhardt <[email protected]>
3014
3015 * NEWS: Mention i860 support.
3016
d73e9da0
AS
30172000-08-14 Andreas Schwab <[email protected]>
3018
3019 * scripttempl/elf.sc: Fix last change to use correct comment
50bbae35 3020 syntax.
d73e9da0 3021
9ac4db9c
GK
30222000-08-10 Geoff Keating <[email protected]>
3023
3024 * scripttempl/elf.sc: Add a comment giving the correspondence
3025 between sections, per-datum sections, and linkonce sections. Make
3026 the comment true even for .bss, .sdata, .sdata2, .sbss, and
3027 .sbss2.
3028
165589e4
JE
30292000-08-10 Jason Eckhardt <[email protected]>
3030
3031 * emulparams/elf32_i860.sh: New file.
3032 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
3033 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
3034 (eelf32_i860.c): New rule.
3035 * Makefile.in: Regenerate.
3036
345a835d
NC
30372000-08-10 Nick Clifton <[email protected]>
3038
3039 * emulparams/mipspe.sh (ENTRY): Add definition.
3040
e374f1d9
NC
30412000-08-08 Peter Jeremy <[email protected]>
3042
3043 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
3044 in error message.
3045
236d5abf
NC
30462000-08-08 Stephane Carrez <[email protected]>
3047
3048 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
3049 the final size of .bss section.
3050 * scripttempl/elfm68hc12.sc: Likewise.
3051
4b209b22
AM
30522000-08-04 Alan Modra <[email protected]>
3053
3054 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
3055 gld${EMULATION_NAME}_parse_args for consistency. Combine
3056 lastoptind and prevoptind vars, and keep track of last optind.
3057 (gld_${EMULATION_NAME}_list_options): Rename to
3058 gld${EMULATION_NAME}_list_options.
3059
28423a68
AM
30602000-08-03 Rodney Brown <[email protected]>
3061
3062 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
3063 (i586-sco-sysv5uw7.1.0).
3064
b2009ff7
L
30652000-07-27 H.J. Lu <[email protected]>
3066
3067 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
3068 (PARSE_AND_LIST_PROLOGUE): New.
3069 (PARSE_AND_LIST_LONGOPTS): Likewise.
3070 (PARSE_AND_LIST_OPTIONS): Likewise.
3071 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3072 (PARSE_AND_LIST_EPILOGUE): Likewise.
3073
04925e1e
AM
30742000-07-28 Alan Modra <[email protected]>
3075
41392f03
AM
3076 * emultempl/armelf.em: Elide functions common to elf32.em,
3077 ie. most of the file.
3078 (arm_elf_after_open): New. Do arm specific things then call
3079 gld${EMULATION_NAME}_after_open.
3080 (arm_elf_before_allocation): New. Call
3081 gld${EMULATION_NAME}_before_allocation then do arm specifics.
3082 (PARSE_AND_LIST_PROLOGUE): Define.
3083 (PARSE_AND_LIST_SHORTOPTS): Define.
3084 (PARSE_AND_LIST_LONGOPTS): Define.
3085 (PARSE_AND_LIST_OPTIONS): Define.
3086 (PARSE_AND_LIST_ARGS_CASES): Define.
3087 (LDEMUL_AFTER_OPEN): Define.
3088 (LDEMUL_BEFORE_ALLOCATION): Define.
3089 (LDEMUL_BEFORE_PARSE): Define.
3090 (LDEMUL_FINISH): Define.
3091
3092 * emultempl/hppaelf.em: Similarly zap most of this file.
3093 (hppaelf_add_stub_section): Prototype.
3094 (hppaelf_layaout_sections_again): Prototype.
3095 (hook_in_stub): Prototype.
3096 (LDEMUL_SET_OUTPUT_ARCH): Define.
3097 (LDEMUL_FINISH): Define.
3098 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
3099
3100 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
3101 (EXTRA_EM_FILE): New.
3102 * emulparams/armelf_linux.sh: Likewise.
3103 * emulparams/armelf_linux26.sh: Likewise.
3104 * emulparams/hppalinux.sh: Likewise.
3105 * emulparams/hppaelf.sh: Likewise.
3106 (NOP): Define.
3107
3108 * emultempl/elf32.em: Fix formatting.
3109 (EXTRA_EM_FILE): Source it.
3110 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3111 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3112 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3113 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3114 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3115 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3116 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3117 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3118 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
3119 allow functions in this file to be overridden.
3120 (PARSE_AND_LIST_SHORTOPTS): Handle it.
3121
3122 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
3123
04925e1e
AM
3124 * emultempl/elf32.em: Reorganize file.
3125
88cdf297
NC
31262000-07-27 Ivan Kokshaysky <[email protected]>
3127
3128 * emulparams/elf64alpha.sh: Implement "-taso" emulation
3129 specific option to fit 64-bit executable in the lower
3130 31-bit address range. This is done by changing start
3131 address of .interp (the very first section of executable)
3132 and then setting EF_ALPHA_32BIT elf header flag.
3133
20bccb34
NC
31342000-07-21 Michael Sokolov <[email protected]>
3135
3136 * emultempl/m68kcoff.em: New file.
3137 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
3138 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
3139 generic.em.
3140 * Makefile.in: Regenerate.
3141
699845ef
L
31422000-07-20 H.J. Lu <[email protected]>
3143
3144 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
3145 and "disable-new-dtags" to stop getopt from treating -d/-e as
3146 abbreviations for these options.
3147
6c1439be
L
31482000-07-20 H.J. Lu <[email protected]>
3149
3150 * ld.texinfo: Add documentation for --disable-new-dtags and
3151 --enable-new-dtags.
3152
3153 * ldmain.c (main): Initialize link_info.new_dtags to false.
3154
3155 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
3156 --disable-new-dtags and --enable-new-dtags.
3157 (gld_${EMULATION_NAME}_list_options): Likewise.
3158
28c309a2
NC
31592000-07-05 Kenneth Block <[email protected]>
3160
a2b64bed
NC
3161 * lexsup.c: Add optional style to demangle switch
3162 * ld.texinfo: Document optional style to demangle switch.
50bbae35 3163
9d06555c
HPN
31642000-07-20 Hans-Peter Nilsson <[email protected]>
3165
3166 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
3167 ecrislinux.o.
3168 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
3169 Regenerate dependencies.
3170 * Makefile.in: Rebuild.
3171 * configure.tgt (cris-*-*): New target.
3172 * emulparams/crisaout.sh, emulparams/criself.sh,
3173 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
3174 * po/POTFILES.in, po/ld.pot: Regenerate.
3175
19e3be22
L
31762000-07-20 H.J. Lu <[email protected]>
3177
3178 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
3179 Print out ignored -z options.
3180
e0ee487b
L
31812000-07-19 H.J. Lu <[email protected]>
3182
19e3be22
L
3183 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
3184 (PARSE_AND_LIST_PROLOGUE): New.
3185 (PARSE_AND_LIST_LONGOPTS): Likewise.
3186 (PARSE_AND_LIST_OPTIONS): Likewise.
3187 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3188
3189 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
3190
3191 * lexsup.c (ld_options): Comment out 'z'.
3192 (parse_args): Likewise.
3193
3194 * emultempl/elf32.em: Include "elf/common.h".
3195 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
3196 options.
3197 (gld_${EMULATION_NAME}_list_options): Likewise.
3198
3199 * ld.texinfo: Add documentation for the recognized -z options.
e0ee487b 3200
49e56c49
L
32012000-07-19 H.J. Lu <[email protected]>
3202
3203 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
3204 bfd_elf_set_dt_needed_soname ().
3205
9d68bc82
DD
32062000-07-18 DJ Delorie <[email protected]>
3207
3208 * pe-dll.c (pe_dll_id_target): check object target name also
3209
53db15ed
HPN
32102000-07-18 Hans-Peter Nilsson <[email protected]>
3211
3212 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
3213 ${INIT_END} if relocating.
3214 (.fini): Likewise ${FINI_START} and ${FINI_END}.
3215
0ad8cf4c
DD
32162000-07-16 Charles Wilson <[email protected]>
3217
a2b64bed 3218 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
0ad8cf4c
DD
3219 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
3220 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
3221 errors introduced by the old dynamic lib search order.
3222
874c8c99
DD
32232000-07-17 DJ Delorie <[email protected]>
3224
3225 * pe-dll.c (process_def_file): auto-export data items also
3226 (pe_process_import_defs): also see if _imp_ form needed
3227
5b4cf3f4
DD
32282000-07-12 Charles Wilson <[email protected]>
3229
3230 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
3231 for dll import libraries
3232
062739d1
NC
32332000-07-12 Mark Elbrecht <[email protected]>
3234
3235 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
d952f17a 3236 gcc 2.95.2 and later.
062739d1 3237
1c64c4ed
NC
32382000-07-11 Kazu Hirata <[email protected]>
3239
50bbae35
AM
3240 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
3241 message.
1c64c4ed 3242
b71e2778
AM
32432000-07-10 Alan Modra <[email protected]>
3244
3245 * ldemul.h (struct lang_input_statement_struct): Remove forward
3246 declaration.
3247 (struct search_dirs): Likewise.
3248 * ldfile.h (struct lang_input_statement_struct): Likewise.
3249 Protect file from multiple inclusion.
3250 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
3251 declaration from macro to file scope.
3252
3253 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
3254 * ldgram.y: Likewise here.
3255 * ldlang.c: And here.
3256 * ldmain.c: And here.
3257 * mpw-elfmips.c: And here.
3258 * mpw-eppcmac.c: And here.
3259 * emultempl/aix.em: And here.
3260 * emultempl/armcoff.em: And here.
3261 * emultempl/armelf.em: And here.
3262 * emultempl/armelf_oabi.em: And here.
3263 * emultempl/beos.em: And here.
3264 * emultempl/elf32.em: And here.
3265 * emultempl/hppaelf.em: And here.
3266 * emultempl/linux.em: And here.
3267 * emultempl/lnk960.em: And here.
3268 * emultempl/pe.em: And here.
3269 * emultempl/sunos.em: And here.
3270 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
3271 * mpw-idtmips.c: Ditto.
3272 * emultempl/generic.em: Ditto.
3273 * emultempl/gld960.em: Ditto.
3274 * emultempl/gld960c.em: Ditto.
3275 * emultempl/mipsecoff.em: Ditto.
3276 * emultempl/ticoff.em: Ditto.
3277 * emultempl/vanilla.em: Ditto.
3278
3279 * pe-dll.c: Include ldfile.h
3280 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
3281
3282 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
3283 arguments to bfd_elf32_size_dynamic_sections call.
3284 (gldelf32ebmip_place_orphan): Add missing arguments to
3285 lang_leave_output_section_statement call.
3286
2ef53d66
L
32872000-07-10 H.J. Lu <[email protected]>
3288
3289 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
3290 DLL_SUPPORT.
3291 (strhash): Likewise.
3292 (compute_dll_image_base): Likewise.
3293 (pe_undef_found_sym): Likewise.
3294 (pe_undef_cdecl_match): Likewise.
3295 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
3296 argument "arch" with ATTRIBUTE_UNUSED.
3297
9a8cbb09
AM
32982000-07-10 Alan Modra <[email protected]>
3299
3300 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
3301
3302 From Ryan Bradetich <[email protected]>
3303 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
50bbae35 3304
4900fc06
AM
33052000-07-09 Alan Modra <[email protected]>
3306
3307 Changes to create multiple linker stubs, positioned immediately
3308 before the section where they are required.
3309 * emultempl/hppaelf.em: Include elf32-hppa.h.
3310 (stub_sec, file_chain): Delete.
3311 (hppaelf_create_output_section_statements): Don't make a stub
3312 section here.
3313 (hook_stub_info): New struct.
3314 (hook_in_stub): New function.
3315 (hppaelf_add_stub_section): New function.
3316 (hppaelf_finish): Do nothing for relocateable links. Modify the
3317 call to elf32_hppa_size_stubs. Move code for updating section
3318 layout from here...
3319 (hppaelf_layaout_sections_again): ..to here, a new function.
3320
3321 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
3322 broken list handling. Pass in a pointer to the list.
3323 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
3324 for above changes.
3325 (hppaelf_before_parse): Prototype.
3326 (hppaelf_set_output_arch): Prototype.
3327 (hppaelf_create_output_section_statements): Prototype.
3328 (hppaelf_delete_padding_statements): Prototype.
3329 (hppaelf_finish): Prototype.
3330
3331 Merge from elf32.em
3332 * emultempl/hppaelf.em: Include ctype.h.
3333 (struct orphan_save): New.
3334 (gld${EMULATION_NAME}_place_orphan): New.
3335 (output_rel_find): New.
3336 (hppaelf_get_script): Update from elf32.em.
3337 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
3338 Change emulation_name field to "${EMULATION_NAME}". Add
50bbae35 3339 gld${EMULATION_NAME}_place_orphan.
4900fc06
AM
3340
3341 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
3342 ehppalinux.o, sort it. Regenerate dependencies.
3343 (ehppalinux.c): Depend on hppaelf.em
3344 * Makefile.in: Regenerate.
3345
3346 * configure.tgt: targ_emul=hppalinux for hppa*linux
3347
3348 * emulparams/hppalinux.sh: New.
3349 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
3350
227aeb07
AM
33512000-07-08 Alan Modra <[email protected]>
3352
3353 * lexsup.c (parse_args): Copy section name.
3354
28609fd4 33552000-07-07 Charles Wilson <[email protected]>
602e90d3 3356
2ef53d66 3357 * emultempl/pe.em: institute the following search order for
602e90d3
DD
3358 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
3359 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
3360 static lib (libfoo.a) if none of the above are found.
3361
5f577f7d
DD
33622000-07-07 Mumit Khan <[email protected]>
3363
50bbae35 3364 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5f577f7d 3365 (longopts): New --{enable,disable}-auto-image-base options.
50bbae35 3366 (gld_${EMULATION_NAME}_list_options): Document.
5f577f7d
DD
3367 (gld_${EMULATION_NAME}_parse): Handle.
3368 (strhash): New static function.
50bbae35 3369 (compute_dll_image_base): New static function.
5f577f7d
DD
3370 (gld_${EMULATION_NAME}_set_symbols): Use.
3371
9a8cbb09 33722000-07-05 DJ Delorie <[email protected]>
302ab118
DD
3373
3374 * MAINTAINERS: new
3375
3548145d 33762000-07-01 Koundinya K <[email protected]>
50bbae35
AM
3377
3378 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
3379 * emulparams/elf32btsmip.sh: New file.
3380 * Makefile.am: Add traditional mips target.
3381 * Makefile.in: Rebuild.
3382
67798033
L
33832000-07-01 H.J. Lu <[email protected]>
3384
3385 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
3386 automake to use YLWRAP.
3387 * Makefile.in: Rebuild.
3388
0bdaf48b
AM
33892000-07-01 Alan Modra <[email protected]>
3390
3391 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3392 (CLEANFILES): Add DEPA.
3393 * Makefile.in: Regenerate.
3394
c9e769c2
TW
33952000-06-30 Timothy Wall <twall@ppc>
3396
3397 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
3398 the page in the upper octet of the address.
3399
65aa24b6
NC
34002000-06-26 Marek Michalkiewicz <[email protected]>
3401
3402 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
3403
4667035e
AM
34042000-06-24 Alan Modra <[email protected]>
3405
3406 * NEWS: arm-elf does --gc-sections too.
3407
1581f8c9
AM
34082000-06-22 Alan Modra <[email protected]>
3409
3410 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3411 find one.
3412 * Makefile.in: Regenerate.
3413
01580992
L
34142000-06-21 H.J. Lu <[email protected]>
3415
3416 * Makefile.am: Rebuild dependency.
3417 * Makefile.in: Rebuild.
3418
bbeb2e03
L
34192000-06-20 H.J. Lu <[email protected]>
3420
3421 * Makefile.am: Rebuild dependency.
3422 * Makefile.in: Rebuild.
3423
74459f0e
TW
34242000-06-20 Timothy Wall <[email protected]>
3425
3426 * scripttempl/tic54xcoff.sc: New.
3427 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
3428 * gen-doc.texi: Add flag for TI COFF.
3429 * ld.texinfo: Add documentation for TI COFF handling switches.
3430 * emultempl/ticoff.em: New. TI COFF handling.
3431 * configure.tgt: Add tic54x target.
3432 * Makefile.am: Add tic54x target.
3433 * Makefile.in: Ditto.
3434
2ab47eed
AM
34352000-06-20 Alan Modra <[email protected]>
3436
3437 * ldmain.c (set_scripts_dir): Correct pointer comparison when
3438 checking for backslashes.
3439
919e4093
AM
34402000-06-19 Alan Modra <[email protected]>
3441
3442 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
3443
987fd5b4
AM
34442000-06-18 Alan Modra <[email protected]>
3445
3446 * NEWS: Update list of targets supporting --gc-sections.
3447
3448 * scripttempl/elf.sc: KEEP .eh_frame contents.
3449 * scripttempl/elfd30v.sc: Same here.
3450
60bcf0fa
NC
34512000-06-18 Stephane Carrez <[email protected]>
3452
3453 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
3454 and m68hc11 (elf).
3455 * Makefile.in: Rebuild.
3456 * configure.tgt: Recognize m68hc12 and m68hc11.
3457 * scripttempl/elfm68hc12.sc: New file.
3458 * emulparams/m68hc12elfb: New emulation.
3459 * emulparams/m68hc12elf: New emulation.
3460 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
3461 (includes a memory.x script to define the ROM and RAM banks).
3462 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
3463 New configuration files for support of Motorola 68hc11
3464
c7c54483
AM
34652000-06-15 Alan Modra <[email protected]>
3466
3467 * ldmain.c (main): Only change SEC_READONLY for final link.
3468
bcef29e6
L
34692000-06-13 H.J. Lu <[email protected]>
3470
3471 * configure: Regenerate.
3472
946efd95
DB
34732000-06-08 David O'Brien <[email protected]>
3474
3475 * configure.in (VERSION): Update to show this is the CVS mainline.
3476
57a6fd07
DB
34772000-06-07 Michael Sokolov <[email protected]>
3478
3479 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
3480 input objects to be ECOFF.
3481 (check_sections): einfo takes %B, not %P, to print a BFD name.
3482
e06cae36
L
34832000-06-05 Michael Matz <[email protected]>
3484
3485 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
d952f17a 3486 version scripts.
e06cae36 3487
d952f17a 3488 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
e06cae36 3489
2f0b56c0
DC
34902000-05-23 Marek Michalkiewicz <[email protected]>
3491
3492 * emulparams/avr1200.sh (STACK): Define as 0.
3493 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
3494 * emulparams/avr4433.sh (STACK): Likewise.
3495 * emulparams/avr44x4.sh (STACK): Likewise.
3496 * emulparams/avr85xx.sh (STACK): Likewise.
3497 * emulparams/avrmega103.sh (STACK): Likewise.
3498 * emulparams/avrmega161.sh (STACK): Likewise.
3499 * emulparams/avrmega603.sh (STACK): Likewise.
3500 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
3501 (__stack): Define from ${STACK} for main().
3502
2114f57b
AM
35032000-05-26 Alan Modra <[email protected]>
3504
3505 * Makefile.am: Update dependencies with "make dep-am"
3506 * Makefile.in: Regenerate.
3507
5af11cab
AM
35082000-05-26 Eli Zaretskii <[email protected]>
3509
3510 * ldmain.c: Include filenames.h.
3511 (set_scripts_dir): Support backslashes in program name.
3512
1f0df59a
NC
35132000-05-22 Igor Shevlyakov <[email protected]>
3514
3515 * ldmain.c (main): When deciding if ".text" section should be
50bbae35
AM
3516 read-only, don't forget to reset SEC_READONLY because it
3517 could be already set.
1f0df59a 3518
176355da
NC
35192000-05-22 Thomas de Lellis <[email protected]>
3520
50bbae35
AM
3521 * ld.1: Add documentation for new command line option:
3522 --section-start <sectionname>=<sectionorg>
3523 This is a generic version of -Ttext etc. which accepts
3524 any section name as a parameter instead of just text/data/
3525 bss.
3526 * ld.texinfo: More docs.
3527 * NEWS: More docs.
3528 * lexsup.c: (parse_args): Recognize new command line option.
176355da 3529 (ld_options): Add new option.
50bbae35 3530
8c5ff972
L
35312000-05-18 H.J. Lu <[email protected]>
3532
3533 * lexsup.c (parse_args): `i' == `r', not `q'.
3534
3b16e843 35352000-05-18 Jeffrey A Law ([email protected])
0b76fe77
JL
3536
3537 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
3538
a712da20
NC
35392000-05-17 S. Bharadwaj Yadavalli <[email protected]>
3540 Rick Gorton <[email protected]>
50bbae35 3541
a712da20
NC
3542 Add support for '-q' == '--emit-relocs' switch.
3543 * ldmain.c (main): Default to false.
3544 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
3545 * NEWS: Describe the emitrelocations switch.
3546 * ld.texinfo: Describe the emitrelocations switch.
3547
690a460e
NC
35482000-05-16 Charles Wilson <[email protected]>
3549
a2b64bed 3550 * emultempl/pe.em (_open_dynamic_archive): New function: Search
690a460e
NC
3551 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
3552 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
3553 link options.
50bbae35 3554
c2f1343c
AM
35552000-05-15 David O'Brien <[email protected]>
3556
3557 * lexsup.c (parse_args): Update the year in the copyright notice.
3558
897083bd
AM
35592000-05-13 Alan Modra <[email protected]>
3560
3561 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
3562 Replace defines with those from intl/libgettext.h to quieten gcc
3563 warnings.
3564
cd4c806a
L
35652000-05-10 H.J. Lu <[email protected]>
3566
3567 * ldlang.c (open_input_bfds): Don't load the same file within
3568 a group again if the whole archive has been loaded already.
3569
93697284
AM
35702000-05-03 Alan Modra <[email protected]>
3571
3572 From Ulf Carlsson <[email protected]> and Andreas Jaeger <[email protected]>
3573 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
3574 strtoul.
3575
3b16e843 35762000-05-01 Jim Wilson <[email protected]>
ebd6fc29 3577
99a4150f 3578 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
50bbae35 3579
ebd6fc29
JW
3580 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3581 host "ia64-*-linux-gnu*".
3582
a1934524
AM
35832000-04-29 Andreas Jaeger <[email protected]>
3584
3585 * ld.h: Correctly check GCC version.
3586
3b16e843 35872000-04-25 Jeffrey A Law ([email protected])
730a39a0
JL
3588
3589 * Makefile.am: Add PA64 support. Add missing dependencies for
3590 PA32 elf support.
3591 * Makefile.in: Rebuilt.
3592 * configure.tgt: Add PA64 support (currently disabled).
3593
aea4bd9d
AM
35942000-04-25 Alan Modra <[email protected]>
3595
3596 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
3597 (output_rel_find): New function.
3598 (hold_section, hold_use): Delete.
3599 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3600 hold_interp): Make local to place_orphan.
3601 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
3602 rather than place_section to find possible previous use of orphan.
3603 Similarly find the place-holder output sections. Use returned
3604 value from lang_enter_output_section_statement rather than calling
3605 lang_output_section_statement_lookup.
3606 * emultempl/armelf.em: Same here.
3607 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
3608
3609 * ldlang.c (lang_enter_output_section_statement): Return output
3610 section statement.
3611 * ldlang.h (lang_enter_output_section_statement): Change
3612 declaration too.
3613
3614 * ldlang.h (lang_output_section_statement): Export it.
3615 * ldlang.c (lang_output_section_statement): Ditto.
3616
2b5fc1f5
NC
36172000-04-24 Nick Clifton <[email protected]>
3618
3619 * ld.texinfo (Output Section Data): Add note that section data
3620 commands cannot appear outside of section directives.
3621
d8475ff6
JL
36222000-04-2 Matthew Green <[email protected]>
3623
3624 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
3625
3b16e843
NC
36262000-04-21 Richard Henderson <[email protected]>
3627 David Mosberger <[email protected]>
800eeca4
JW
3628
3629 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
3630 (eelf64_ia64.c): New rule.
3631 * Makefile.in: Rebuild.
3632 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
3633 * emulparams/elf64_ia64.sh: New file.
50bbae35 3634
c9637625
RH
36352000-04-21 Richard Henderson <[email protected]>
3636
3637 * scripttempl/elfd30v.sc: Place .gcc_except_table.
3638
28ea9521
AM
36392000-04-19 Alan Modra <[email protected]>
3640
3641 * dep-in.sed: Match space at start of file name, not at end.
3642
20d04697
L
36432000-04-18 H.J. Lu <[email protected]>
3644
3645 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
3646 lang_leave_output_section_statement () after calling
3647 lang_enter_output_section_statement ().
3648 * emultempl/armelf.em: Likewise.
3649
5ba47421
AM
36502000-04-18 Alan Modra <[email protected]>
3651
3652 * emultempl/elf32.em (struct orphan_save): Add section field.
3653 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
3654 better order, and place first orphan section as we did before the
3655 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
3656 Don't call make_bfd_section here, let wild_doit do the job for us.
3657 Don't build a statement list when we'll only throw it away.
3658 * emultempl/armelf.em: Ditto.
3659 * emultempl/pe.em: Similarly.
3660
bdbe5705
GK
36612000-04-14 Geoff Keating <[email protected]>
3662
3663 * scripttempl/elfppc.sc: Remove.
3664 * emulparams/elf32ppc.sh: Use elf.sc.
3665 * emulparams/elf32lppc.sh: Use elf.sc.
3666 * emulparams/elf32ppclinux.sh: Use elf.sc.
3667 * emulparams/elf32ppcsim.sh: New file.
3668 * emulparams/elf32lppcsim.sh: New file.
3669 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
3670 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
3671 * Makefile.in: Regenerate.
3672 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
3673
01cc8ff8
AM
36742000-04-14 Alan Modra <[email protected]>
3675
5ba47421 3676 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
01cc8ff8 3677 ~SEC_ALLOC sections too. Init start address of debug sections.
5ba47421
AM
3678 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3679 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
01cc8ff8
AM
3680 Also set all relocateable section start addresses.
3681
6c86c541
GK
36822000-04-13 Geoff Keating <[email protected]>
3683
3684 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
3685 Add new BSS_PLT variable for when .plt need not be contained in
3686 the file. Move _etext so that it is also after .fini, and provide
3687 both etext and _etext with a leading underscore. Mark the start
3688 and end of .sbss.
3689
6a345e87
AM
36902000-04-12 Alan Modra <[email protected]>
3691
3692 * emultempl/elf32.em (struct orphan_save): New.
3693 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3694 hold_interp): Make them struct orphan_save.
3695 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
3696 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
3697 the end of the relevant section list. Also add associated section
3698 statements to the end of any previous orphan statements.
3699 * emultempl/armelf.em: Similarly.
3700 * emultempl/pe.em: Similarly.
3701
8be86746
AM
37022000-04-11 Alan Modra <[email protected]>
3703
3704 * ld.texinfo (Simple Example): Remove extraneous paragraph.
3705
3b16e843 37062000-04-07 Andrew Cagney <[email protected]>
50bbae35 3707
a2d91340 3708 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
50bbae35 3709 --enable-build-warnings option.
a2d91340
AC
3710 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3711 * Makefile.in, configure: Re-generate.
3712
41b49281
AM
37132000-04-04 Alan Modra <[email protected]>
3714
8ad3436c
AM
3715 * po/ld.pot: Regenerate.
3716
3717 * lexsup.c (help): Restore translated part of bug string.
3718
41b49281
AM
3719 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3720 (DEP): Quote when passing vars to sub-make. Add warning message
3721 to end.
3722 (DEP1): Rewrite for "gcc -MM".
3723 (CLEANFILES): Add DEP2.
3724 Update dependencies.
3725 * Makefile.in: Regenerate.
3726
c20f4f8c
AM
37272000-04-03 Alan Modra <[email protected]>
3728
3729 * ld.h: #include "bin-bugs.h"
3730 * lexsup.c (help): Use REPORT_BUGS_TO.
3731
adde6300
AM
37322000-03-27 Denis Chertykov <[email protected]>
3733
3734 * configure.tgt (avr-*-*): New target support.
3735 * Makefile.am: Likewise.
3736 * scripttempl/elf32avr.sc: New script file.
3737 * emulparams/avr1200.sh: New file.
3738 * emulparams/avr23xx.sh: New file.
3739 * emulparams/avr4433.sh New file.
3740 * emulparams/avr44x4.sh New file.
3741 * emulparams/avr85xx.sh New file.
3742 * emulparams/avrmega103.sh New file.
3743 * emulparams/avrmega161.sh New file.
3744 * emulparams/avrmega603.sh New file.
3745 * Makefile.in: Regenerate.
3746
9282ff41
L
37472000-03-09 Andreas Jaeger <[email protected]>
3748
3749 * Makefile.am (check-DEJAGNU): Also unset LANG.
3750 * Makefile.in: Rebuild.
3751
a9998805
ILT
37522000-03-06 Ian Lance Taylor <[email protected]>
3753
3754 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
3755 archive.
3756
f9bc20e7
NC
37572000-03-02 H.J. Lu <[email protected]>
3758
3759 * emulparams/elf32mcore.sh: Include "getopt.h".
3760
4e277b38
ILT
37612000-03-01 Ian Lance Taylor <[email protected]>
3762
3763 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
3764
f0c87f88
NC
37652000-03-01 H.J. Lu <[email protected]>
3766
3767 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
3768 * emulparams/shpe.sh: Likewise.
3769
37702000-03-01 Nick Clifton <[email protected]>
3771
3772 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
3773 to unused parameters.
3774
3775 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
3776 functions only used by DLL code.
3777 (_place_orphan): Initialise 'dollar'.
3778
b6f29aaa
L
37792000-03-01 H.J. Lu <[email protected]>
3780
3781 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
3782 indicate if the undefined symbol is a fatal error or not.
3783 Don't delete the output file if "fatal" is false.
3784
af28fce3
L
37852000-02-29 H.J. Lu <[email protected]>
3786
50bbae35 3787 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
af28fce3
L
3788 Set LC_COLLATE and LC_ALL to null and export them. It is for
3789 sort which expects the C locale.
3790 Add $(LIBS) to all $(HOSTING_LIBS).
3791 * Makefile.in: Rebuild.
3792
40d109bf
AM
37932000-02-29 Alan Modra <[email protected]>
3794
3795 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
3796 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
3797 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
3798 (ld_emulation_xfer_struct): Add missing NULL initialiser for
3799 find_potential_libraries.
3800
db5be682
JB
38012000-02-28 Jim Blandy <[email protected]>
3802
3803 * ldgram.y (exclude_name_list): Don't require a comma to separate
50bbae35 3804 list entries; the lexer considers commas to be valid part of a
db5be682
JB
3805 filename, so in something like `foo, bar' the comma is considered
3806 part of the first filename, `foo,'.
3807 * ld.texinfo: Update section on EXCLUDE_FILE lists.
3808
3558ff4c
ILT
38092000-02-27 Loren J. Rittle <[email protected]>
3810
3811 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3812 host "i[3456]86-*-freebsdelf*".
3813
4eee2681
ILT
38142000-02-27 Mark Elbrecht <[email protected]>
3815
3816 * scripttempl/i386go32.sc: Move misplaced semicolons.
3817
8d75d12d
ILT
38182000-02-25 Ian Lance Taylor <[email protected]>
3819
3820 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
3821 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
3822 (eelf64hppa.c, ehppaelf.c): Remove targets.
3823 * Makefile.in: Rebuild.
3824
a1836d49
AO
38252000-02-25 Alexandre Oliva <[email protected]>
3826
ad51fb57
AO
3827 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
3828 GNU/Linux/sparc, but keep the default as 32.
3829
a1836d49
AO
3830 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
3831 it default if sparcv9 or sparc64.
3832
344a211f
NC
38332000-02-24 Nick Clifton <[email protected]>
3834
3835 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
3836 * Makefile.in: Regenerate.
3837 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
3838
3839 * ldemul.h (ld_emulation_xfer_struct): Add new field:
3840 find_potential_libraries.
3841 * ldemul.c (ldemul_find_potential_libraries): New function.
3842
3843 * ldfile.c (ldfile_open_file_search): Allow function to be
50bbae35 3844 exported.
344a211f
NC
3845 (ldfile_open_file): Call ldemul_find_potential_libraries.
3846 * ldfile.h: Add prototype for ldfile_open_file_search.
3847
3848 * pe-dll.c: Add support for ARM, MIPS and SH targets.
3849
3850 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
3851 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
3852
3853 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
3854 (gld_X_find_potential_libraries): New function. Search for
3855 libraries called "*.lib".
3856
a2b64bed 3857 * scripttempl/pe.sc: Add .pdata section.
344a211f 3858
eaba1dd3
RH
38592000-02-23 Richard Henderson <[email protected]>
3860
3861 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
3862 Add and use memory regions.
3863
5b93d8bb
AM
38642000-02-23 Linas Vepstas ([email protected])
3865
3866 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
3867
3868 * Makefile.am: Add support for Linux/IBM 370.
3869 * configure.tgt: Likewise.
3870
3871 * Makefile.in: Regenerate.
3872
f6af82bd
AM
38732000-02-21 Alan Modra <[email protected]>
3874
3875 * ldlang.c (print_input_section, print_data_statement,
3876 print_reloc_statement, print_padding_statement, insert_pad,
3877 size_input_section, lang_check_section_addresses,
3878 lang_size_sections, lang_do_assignments, lang_set_startof,
50bbae35 3879 lang_one_common): Change `opb' to unsigned.
f6af82bd
AM
3880 (lang_do_assignments): Also change `size' to unsigned.
3881
9e673ad1
RH
38822000-02-16 Richard Henderson <[email protected]>
3883
3884 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
3885
562d3460
TW
38862000-02-16 Timothy Wall <[email protected]>
3887
3888 * mri.c (mri_draw_tree): Add default LMA region argument to call
3889 to lang_leave_output_section_statement.
3890 * ldlang.h: Update prototypes with LMA region arguments.
3891 * ldlang.c (lang_size_sections): Encapsulate region bounds
3892 checking in os_check_region call.
3893 (os_check_region): New function.
3894 (lang_output_section_statement_lookup): Initialize lma_region.
3895 (lang_leave_output_section_statement): Add LMA region argument.
3896 (lang_leave_overlay): Ditto.
3897 * ldgram.y: Handle LMA region syntax.
3898 * ld.texinfo (Output Section Description): Describe LMA region usage.
3899 * emultempl/armelf.em (gld$place_orphan): Add default value for
01cc8ff8 3900 lma region in call to lang_leave_output_section_statement.
562d3460 3901 * emultempl/elf32.em (gld$place_orphan): Add default value for
01cc8ff8 3902 lma region in call to lang_leave_output_section_statement.
562d3460 3903 * emultempl/pe.em (gld$place_orphan): Add default value for
01cc8ff8 3904 lma region in call to lang_leave_output_section_statement.
50bbae35
AM
3905
3906
9e4ed18c
TW
39072000-02-04 Timothy Wall <[email protected]>
3908
3909 * ldlang.c (lang_check_section_addresses): Use bytes instead of
3910 octets when calculating section end addresses.
3911
32edc927
TW
39122000-02-04 Timothy Wall <[email protected]>
3913
3914 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
3915
4cbfc3ac
TW
39162000-02-03 Timothy Wall <[email protected]>
3917
a2b64bed 3918 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4cbfc3ac 3919 octet count.
a2b64bed 3920 * ldlang.c (print_input_section, print_data_statement,
4cbfc3ac
TW
3921 print_reloc_statement, print_padding_statement): Print target
3922 address values and section sizes as bytes, not octets.
3923 (insert_pad) Calculate padding size in octets, and adjust "dot"
3924 by bytes.
3925 (size_input_section) Always adjust "dot" by bytes, not octets.
3926 (lang_check_section_addresses, lang_do_assignments) Adjust
3927 "dot" by bytes, not octets. Use the larger of the directive size
3928 or octets_per_byte for the number of octets actually allocated in
3929 the output section.
3930 (lang_set_startof) Make sure STARTOF returns a target address.
3931 (lang_one_common) Record size changes in octets.
3932 (lang_abs_symbol_at_end_of) Section end symbol's value is
3933 recorded in target bytes.
3934 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
3935 to be clear about behavior when an octet is smaller than one byte.
50bbae35 3936
305c7206
AM
39372000-01-27 Alan Modra <[email protected]>
3938
3939 * ldcref.c (output_cref): Don't pass message strings to printf
3940 as format arg.
3941 Update copyright.
3942
3943 * ldmisc.c (vfinfo): Same here.
3944 Update copyright.
3945
e1c47aa4
AM
39462000-01-23 Alan Modra <[email protected]>
3947
3948 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
3949 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
3950 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
3951 Add missing NULL initialisers, and comments.
3952
3953 * testsuite/ld-srec/sr3.cc (__rethrow): New.
3954
13392b77
NC
39552000-01-21 Nick Clifton <[email protected]>
3956
3957 * ldlang.c (lang_size_sections): Fix typo in comment.
3958
cce4c4c5
NC
39592000-01-18 H.J. Lu <[email protected]>
3960
3961 * ldlang.c (lang_size_sections): Also update the current
3962 address of a region if the SEC_NEVER_LOAD bit is not set.
3963
0decc840
NC
39642000-01-10 Philip Blundell <[email protected]>
3965
3966 * configure.tgt (arm*-*-conix*): New target.
3967
4e53152f
NC
39682000-01-07 Nick Clifton <[email protected]>
3969
3970 * ld.texinfo (Options): Remind users to preceed linker command
fa19fce0
NC
3971 line switches with -Wl, (or whatever is appropriate) if it is
3972 being invoked by a comnpiler driver program.
50bbae35 3973 Fix description of the behaviour of the -n command line switch.
4e53152f 3974
3b16e843 39752000-01-05 Catherine Moore <[email protected]>
18625d54
CM
3976
3977 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
3978 (name_list): New.
3979 * ld.texinfo (EXCLUDE_FILE): Update documentation.
3980 * ldgram.y (wildcard_spec): Support a list of excluded_files.
3981 (exclude_name_list): New.
3982 ldlang.c (walk_wild_section): Support list of excluded files.
3983 (print_wild_statement): Likewise.
3984 (lang_add_wild): Likewise.
3985 * ldlang.h (lang_wild_statement_type): Likewise.
3986 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6ddeca85 3987
5aaace27
NC
39882000-01-04 Mumit Khan <[email protected]>
3989
870df5dc
NC
3990 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
3991 (process_def_file): Use.
3992 (pe_dll_compat_implib): New variable.
3993 (make_one): Use.
50bbae35 3994
870df5dc
NC
3995 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
3996 pe_dll_compat_implib.
50bbae35
AM
3997
3998 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
870df5dc
NC
3999 compat-implib options.
4000 (gld_${EMULATION_NAME}_list_options): List new options.
4001 (gld_${EMULATION_NAME}_parse_args): Handle.
4002
50bbae35 4003 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5aaace27 4004 dll.
50bbae35
AM
4005
4006 * deffilep.y (opt_name): Allow "." in name.
5aaace27 4007
2f6d2f85 4008For older changes see ChangeLog-9899
252b5132
RH
4009\f
4010Local Variables:
4011mode: change-log
4012left-margin: 8
4013fill-column: 74
4014version-control: never
4015End:
This page took 0.822237 seconds and 4 git commands to generate.