bfd/
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
e3e71e27
ZW
12005-05-19 Zack Weinberg <zack@codesourcery.com>
2
3 * Makefile.am: Have 'all' depend on 'info' and 'ld.1'.
4 * Makefile.in: Regenerate.
5
c19d1205
ZW
62005-05-17 Zack Weinberg <zack@codesourcery.com>
7
8 * ld-arm/mixed-app.d: Adjust expected disassembly a little.
9
970c3dbc
DJ
102005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
11
12 * Makefile.am (ldver.texi): Don't use $<.
13 * Makefile.in: Regenerated.
14
6e1b59d2
DJ
152005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
16
17 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Explicitly include
18 $(srcdir) before $(BFDDIR)/doc.
19 * Makefile.in: Regenerated.
20
75ff4589
L
212005-05-17 H.J. Lu <hongjiu.lu@intel.com>
22
23 PR 797
24 * ldexp.c (exp_fold_tree_1): Renamed from exp_fold_tree and
25 take take a bfd_boolean, mark_used. Ignore assert failure if
26 mark_used is TRUE.
27 (exp_fold_tree) Call exp_fold_tree_1 with mark_used == FALSE.
28 (exp_fold_tree_no_dot): Updated to take a bfd_boolean,
29 mark_used and pass down.
30 (fold_unary): Likewise.
31 (fold_binary): Likewise.
32 (fold_trinary): Likewise.
33 (exp_binop): Add FALSE to call to exp_fold_tree_no_dot.
34 (exp_trinop): Likewise.
35 (exp_unop): Likewise.
36 (exp_nameop): Likewise.
37 (exp_get_vma): Likewise.
38 (exp_get_fill): Likewise.
39 (exp_get_abs_int): Likewise.
40 (fold_name): Likewise. Set SEC_KEEP in output section flags.
41 (exp_mark_used_section): New.
42
43 * ldexp.h (exp_mark_used_section): New.
44
45 * ldlang.c (lang_output_section_statement_lookup_1): Set the
46 ignored field to FALSE.
47 (lang_mark_used_section_1): New.
48 (lang_mark_used_section): Call lang_mark_used_section_1.
49 (strip_excluded_output_sections): Call lang_mark_used_section
50 and check for unused sections.
51 (lang_size_sections_1): Skip an output section if it should
52 be ignored.
53 (lang_do_assignments_1): Likewise.
54 (lang_process): Don't call lang_mark_used_section here.
55
56 * ldlang.h (lang_output_section_statement_type): Change
57 all_input_readonly to bitfield. Add ignored.
58
25ba8e7b
NC
592005-05-17 Lennert Buytenhek <buytenh@wantstofly.org>
60 Peter S. Mazinger" <ps.m@gmx.net>
61
c19d1205
ZW
62 * emulparams/armelf_linux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
63 * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
25ba8e7b 64
10dbd1f3
NC
652005-05-17 Julian Brown <julian@codesourcery.com>
66
67 * ldlang.c (print_assignment): Do not rely upon a valid result
68 having a section associated with it.
69
3b83e13a
NC
702005-05-17 Nick Clifton <nickc@redhat.com>
71
72 * ldlang.c (Scan_for_self_assignment): Check an assignment tree to
73 see if the same value is being used on the rhs as on the lhs.
74 (print_assignment): Call scan_for_self_assignment and if it
75 returns true, do no display the result of the computation but
76 instead just the final value of the symbol on the lhs.
77 * ld.texinfo: Document this behaviour and provide an example of
78 when it will happen.
79
42ecbf5e
DJ
802005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
81
82 * Makefile.am (AM_MAKEINFOFLAGS): Define.
83 (TEXI2DVI): Define.
84 (ldver.texi): Depend on distributed files instead of built files.
85 (ld.info): Include $(srcdir) in the rule target. Remove actions.
86 (ld.dvi): Remove actions.
87 (MAINTAINERCLEANFILES): Add configdoc.texi.
88 (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in.
89 (install-data-local): Renamed from install.
90 (Makefile): Remove explicit dependency.
91 * acinclude.m4: Remove obsolete code.
92 * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL.
93 * Makefile.in, aclocal.m4, config.in, configure: Regenerated.
94
be2c2e39
BW
952005-05-11 Bob Wilson <bob.wilson@acm.org>
96
97 * scripttempl/elfxtensa.sc: Sync up with elf.sc.
98 * emulparams/elf32xtensa.sh (PLT, GOT): Define.
99
0cf7d72c
AM
1002005-05-11 Alan Modra <amodra@bigpond.net.au>
101
102 * ldgram.y: Add SPECIAL token.
103 (sect_constraint): Handle SPECIAL.
104 * ldlang.c (lang_output_section_find_1): Don't match SPECIAL.
105 (map_input_to_output_sections): Likewise.
106 * ldlex.l (SPECIAL): Define.
107 * emulparams/elf32ppc.sh (DATA_GOT, SDATA_GOT, SEPARATE_GOTPLT,
108 GOT, PLT, GOTPLT): Define.
109 * emultempl/ppc32elf.em (old_plt, old_got): New static vars.
110 (ppc_after_open): New function.
111 (PARSE_AND_LIST_PROLOGUE): Define OPTION_OLD_LPT and OPTION_OLD_GOT.
112 (PARSE_AND_LIST_LONGOPTS): Add "bss-plt" and "sdata-got".
113 (PARSE_AND_LIST_OPTIONS): Document them.
114 (PARSE_AND_LIST_ARGS_CASES): Handle them.
115 (LDEMUL_AFTER_OPEN): Define.
116 * scripttempl/elf.sc (PLT): Don't override existing define.
117 (DATA_GOT, SDATA_GOT): Define and use to enable alternate got
118 placement rather than using NO_SMALL_DATA. Emit GOTPLT for RELRO_NOW.
119
4ca02259
AM
1202005-05-10 Alan Modra <amodra@bigpond.net.au>
121
122 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_GOTPLT_END): Delete.
123 (DATA_SEGMENT_RELRO_END): Use SEPARATE_GOTPLT value.
124 (GOTPLT): Remove DATA_SEGMENT_RELRO_GOTPLT_END. Place after
125 DATA_SEGMENT_RELRO_END in script.
126
baf6e97f
L
1272005-05-09 H.J. Lu <hongjiu.lu@intel.com>
128
129 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
130 Don't use a removed section.
131
a6e1b90f
L
1322005-05-09 H.J. Lu <hongjiu.lu@intel.com>
133
134 * ldmain.c (reloc_overflow): Use output_bfd if the symbol
135 is defined in the ABS section.
136
c18bae34
L
1372005-05-06 H.J. Lu <hongjiu.lu@intel.com>
138
139 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
140 Put back !link_info.relocatable.
141
4ef24a2e
L
1422005-05-06 H.J. Lu <hongjiu.lu@intel.com>
143
3f693ed5 144 PR 878
4ef24a2e
L
145 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
146 Just check link_info.executable.
147
e06fb9c3
NC
1482005-05-06 Nick Clifton <nickc@redhat.com>
149
150 * Update the address and phone number of the FSF organization in
151 the GPL notices in the following files:
152 aclocal.m4, deffile.h, deffilep.y, fdl.texi, ld.h, ldcref.c,
153 ldctor.c, ldctor.h, ldemul.c, ldexp.c, ldexp.h, ldfile.c,
154 ldfile.h, 20ldgram.y, ldint.texinfo, ldlang.c, ldlang.h, ldlex.h,
155 ldlex.l, ldmain.c, ldmain.h, ldmisc.c, ldmisc.h, ldver.c, ldver.h,
156 ldwrite.c, ldwrite.h, lexsup.c, mri.c, mri.h, pe-dll.c, pe-dll.h,
157 sysdep.h, emultempl/aix.em, emultempl/alphaelf.em,
158 emultempl/armcoff.em, emultempl/armelf.em, emultempl/beos.em,
159 emultempl/crxelf.em, emultempl/elf32.em, emultempl/generic.em,
160 emultempl/gld960.em, emultempl/gld960c.em, emultempl/hppaelf.em,
161 emultempl/ia64elf.em, emultempl/irix.em, emultempl/linux.em,
162 emultempl/lnk960.em, emultempl/m68hc1xelf.em,
163 emultempl/m68kcoff.em, emultempl/m68kelf.em,
164 emultempl/mipsecoff.em, emultempl/mmix-elfnmmo.em,
165 emultempl/mmixelf.em, emultempl/mmo.em, emultempl/needrelax.em,
166 emultempl/pe.em, emultempl/ppc32elf.em, emultempl/ppc64elf.em,
167 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em,
168 emultempl/vanilla.em, emultempl/xtensaelf.em
169
01d9ad14
L
1702005-05-05 H.J. Lu <hongjiu.lu@intel.com>
171
172 * scripttempl/elf.sc: Document the usage of __bss_start.
173
eac338cf
PB
1742005-05-05 Paul Brook <paul@codesourcery.com>
175
176 * Makefile.am: Add eelf_i386_vxworks.
177 * Makefile.in: Regenerate.
178 * configure.tgt: Make i?86-*-vxworks use targ_emul=elf_i386_vxworks.
179 * emulparams/elf_i386_vxworks.sh: New file.
180 * emulparams/vxworks.sh: New file.
181 * scripttempl/elf.sc: Add DATA_END_SYMBOLS and ETEXT_NAME.
182
f652615e
L
1832005-05-04 H.J. Lu <hongjiu.lu@intel.com>
184
185 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
186 Call _bfd_elf_provide_section_bound_symbols.
187
8423293d
AM
1882005-05-04 Alan Modra <amodra@bigpond.net.au>
189
190 * ldemul.c: Include bfdlink.h.
191 (ldemul_before_allocation): Assume before_allocation is non-zero.
192 (before_allocation_default): Call strip_excluded_output_sections.
193 * ldlang.c (stripped_excluded_sections): New variable.
194 (lang_add_section): Build input section list for each output
195 section, attached via map_head and map_tail pointers.
196 (strip_excluded_output_sections): Make global. Traverse the
197 input section lists to find which output sections can go. Clear
198 link_order pointers and set stripped_excluded_sections.
199 (lang_process): Call strip_excluded_output_sections.
200 * ldlang.h (strip_excluded_output_sections): Declare.
201 * ldwrite.c: Update throuhout for link_order_head -> map_head change.
202 * emultempl/aix.em (before_allocation): Call
203 strip_excluded_output_sections.
204 * emultempl/armcoff.em (before_allocation): Likewise.
205 * emultempl/beos.em (before_allocation): Likewise.
206 * emultempl/linux.em (before_allocation): Likewise.
207 * emultempl/pe.em (before_allocation): Likewise.
208 * emultempl/sunos.em (before_allocation): Likewise.
209 * emultempl/elf32.em (before_allocation): Likewise. Call
210 bfd_elf_size_dynsym_hash_dynstr too.
211 * emultempl/lnk960.em (lnk960_before_allocation): Delete.
212 (ld_lnk960): Use before_allocation_default.
213
5daa8fe7
L
2142005-05-02 H.J. Lu <hongjiu.lu@intel.com>
215
216 * emultempl/elf32.em (gld${EMULATION_NAME}_strip_empty_section):
217 Updated for bfd_section_list_remove change.
218 * ldlang.c (lang_insert_orphan): Likewise.
219 (strip_excluded_output_sections): Likewise.
220 (sort_sections_by_lma): New.
221 (lang_check_section_addresses): Sort the sections before
222 checking addresses.
223
009b6a7a
DJ
2242005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
225
226 * configure.tgt: Add h8300*-*-rtemscoff.
227 Switch h8300*-*-rtems* to elf.
228
279e75dc
BE
2292005-04-29 Ben Elliston <bje@au.ibm.com>
230
231 * ldgram.y (lang_memory_region_type): Make static.
232 (ldgram_want_filename): Likewise.
233 * ldemul.c (ld_emulation): Make static.
234 * ldfile.h (ldfile_find_command_file): Remove extern.
235 * ldfile.c (ldfile_find_command_file): Make static.
236 * ldlang.h (unique_section_list): Remove extern declaration.
237 * ldlang.c (unique_section_list): Make static.
238 * mri.h (symbol_truncate): Remove extern declaration.
239 * mri.c (symbol_truncate): Make static.
240 (order, only_load, address, alias): Likewise.
241 (alignment, subalignment): Likewise.
242
4a2afbc1
L
2432005-04-27 H.J. Lu <hongjiu.lu@intel.com>
244
245 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
246 Use the first SEC_ALLOC section which isn't SEC_READONLY or the
247 last SEC_ALLOC section if such a section doesn't exist.
248
fd9719b1
MK
2492005-04-24 Mark Kettenis <kettenis@gnu.org>
250
251 * configure.host: Add *-*-openbsd support.
252
33bfe774
JB
2532005-04-15 Julian Brown <julian@codesourcery.com>
254
255 * ld.texinfo: Document --use-blx.
256 * emultempl/armelf.em (use_blx): New variable.
257 (arm_elf_create_output_section_statements): Communicate value of
258 use_blx to bfd.
259 (PARSE_AND_LIST_PROLOGUE): Add OPTION_USE_BLX.
260 (PARSE_AND_LIST_OPTIONS): Add --use-blx option.
261 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_USE_BLX case.
262
9e9b66a9
AM
2632005-04-14 Alan Modra <amodra@bigpond.net.au>
264
265 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
266 * configure.in: Include ../bfd/warning.m4 contents.
267 * Makefile.in: Regenerate.
268 * configure: Regenerate.
269
ceae3e33
AM
2702005-04-12 Alan Modra <amodra@bigpond.net.au>
271
272 * Makefile.am: Run "make dep-am".
273 (ldgram.o, ldlex.o, deffilep.o): Add -Wno-error to command.
274 * Makefile.in: Regenerate.
275 * config.in: Regenerate.
276
7cedef86
AM
2772005-04-11 Alan Modra <amodra@bigpond.net.au>
278
279 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Ignore
280 as_needed libs that were not needed.
281 (gld${EMULATION_NAME}_check_needed): Likewise.
282
187ffe95
NC
2832005-04-07 Nick Clifton <nickc@redhat.com>
284
285 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h so that
0cf7d72c 286 ldfile.h can use the lang_input_statement type.
187ffe95 287
72223188
JJ
2882005-04-06 Jakub Jelinek <jakub@redhat.com>
289
290 * ldlang.c: Formatting.
291 (walk_wild_consider_section): Remember return value from wildcardp.
292 (is_simple_wild): Use strcspn instead of 2 strpbrk calls and strlen.
293 (wild_spec_can_overlap): Use strcspn instead of strpbrk and strlen.
294
2952005-04-06 Robert O'Callahan <rocallahan@novell.com>
296
297 * ld.h (lean_section_userdata_type): Remove.
298 (fat_section_userdata_type): Remove file field.
299 (SECTION_USERDATA_SIZE): Remove.
300 * ldlang.c (init_os): Eliminate initialization of unused
301 lean_section_userdata_type.
302
303 * ldlang.h (callback_t, walk_wild_section_handler_t): New
304 typedefs.
305 (struct lang_wild_statement_struct): Add walk_wild_section_handler
306 and handler_data fields.
307 * ldlang.c (callback_t): Removed.
308 (walk_wild_consider_section, walk_wild_section_general,
309 section_iterator_callback, find_section, is_simple_wild,
310 match_simple_wild, walk_wild_section_specs1_wild0,
311 walk_wild_section_specs1_wild1, walk_wild_section_specs2_wild1,
312 walk_wild_section_specs3_wild2, walk_wild_section_specs4_wild2,
313 wild_spec_can_overlap, analyze_walk_wild_section_handler): New
314 functions.
315 (lang_add_wild): Call analyze_walk_wild_section_handler.
316 (walk_wild_section): Renamed to walk_wild_section_general and
317 created a wrapper function.
318 (section_iterator_callback_data): New typedef.
319
34875e64
NC
3202005-04-04 Nick Clifton <nickc@redhat.com>
321
322 * configure.in: Add a check for <unistd.h> providing a prototype
323 for getopt() which is compatible with the one in
324 include/getopt.h. If so then define HAVE_DECL_GETOPT.
325 * configure: Regenerate.
326 * config.in (HAVE_DECL_GETOPT): Add.
327 * ldemul.c: Include config.h
328 * lexsup.c: Likewise.
329 * emultempl/elf32.sc: Likewise.
330
deb04cdb
AM
3312005-03-29 Alan Modra <amodra@bigpond.net.au>
332
333 * emultempl/elf32.em (gld${EMULATION_NAME}_layout_sections_again):
334 New function, extracted from static void gld${EMULATION_NAME}_finish.
335 (gld${EMULATION_NAME}_strip_empty_sections): Likewise.
336 (gld${EMULATION_NAME}_provide_init_fini_syms): Likewise.
337 * emultempl/ppc64elf.em: Revert last change.
338 (ppc_layout_sections_again): Use
339 gld${EMULATION_NAME}_layout_sections_again.
340 (ppc_finish): Don't call gld${EMULATION_NAME}_finish. Instead call
341 gld${EMULATION_NAME}_strip_empty_sections and
342 gld${EMULATION_NAME}_provide_init_fini_syms.
343 * emultempl/hppaelf.em: Similarly.
344
8b4e5e28
AM
3452005-03-29 Alan Modra <amodra@bigpond.net.au>
346
347 * emultempl/ppc64elf.em (need_laying_out): Delete. Remove all refs.
348 (ppc_finish): Don't call bfd_elf_discard_info.
349 * emultempl/hppaelf.em: Similarly.
350
510a939b
NC
3512005-03-24 Nick Clifton <nickc@redhat.com>
352
353 * po/fr.po: Updated French translation.
354
ed84e695
NC
3552005-03-23 Mike Frysinger <vapier@gentoo.org>
356 Nick Clifton <nickc@redhat.com>
357
358 * configure.host: Accept any C library to accompany a GNU Linux
359 implementation, not just the GNU C library.
360 * configure.tgt: Likewise.
361 * emultempl/elf32.em: Likewise.
deb04cdb 362
81e1b023
L
3632005-03-22 H.J. Lu <hongjiu.lu@intel.com>
364
365 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols): New
366 (gld${EMULATION_NAME}_finish): Call
367 gld${EMULATION_NAME}_provide_bound_symbols to provide
368 __preinit_array_start, __preinit_array_end, __init_array_start,
369 __init_array_end, __fini_array_start and __fini_array_end.
370
371 * scripttempl/elf.sc: Don't provide __preinit_array_start,
372 __preinit_array_end, __init_array_start, __init_array_end,
373 __fini_array_start nor __fini_array_end.
374
11d2f718
AM
3752005-03-23 Alan Modra <amodra@bigpond.net.au>
376
377 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Set
378 SEC_EXCLUDE on .gnu.warning sections.
379
644285ef
AM
3802005-03-22 Alan Modra <amodra@bigpond.net.au>
381
382 * scripttempl/elf.sc (SBSS): Don't provide sbss start and end syms.
383
c9a2f333
AM
3842005-03-21 Alan Modra <amodra@bigpond.net.au>
385
386 * emultempl/ppc32elf.em (gld${EMULATION_NAME}_after_allocation): New
387 function.
388 (LDEMUL_AFTER_ALLOCATION): Define.
389
b1ab9777
AM
3902005-03-21 Alan Modra <amodra@bigpond.net.au>
391
392 * emultempl/ppc64elf.em (ppc_finish): Rename from
393 gld${EMULATION_NAME}_finish. Call gld${EMULATION_NAME}_finish.
394 (LDEMUL_FINISH): Update.
395 * emultempl/hppaelf.em (hppaelf_finish, LDEMUL_FINISH): Likewise.
396 * emultempl/m68hc1xelf.em (m68hc11elf_finish, LDEMUL_FINISH): Likewise.
397
2a2a7c94
JB
3982005-03-18 Julian Brown <julian@codesourcery.com>
399
400 * scripttempl/armbpapi.sc (.rel.dyn): Add .rel.init_array,
401 .rel.fini_array.
402 (.rela.dyn): Add .rela.init_array, .rela.fini_array.
403 (SECTIONS): Add .rel.other, .rela.other, .reli.other after PLT relocs.
404
98720c64
L
4052005-03-18 H.J. Lu <hongjiu.lu@intel.com>
406
407 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Don't set
408 bfd_section when removing unused empty output sections for
409 non-relocatable link.
410
41c7ba7c
AM
4112005-03-19 Alan Modra <amodra@bigpond.net.au>
412
413 * ldlang.c (lang_insert_orphan): Use old section_tail rather than
414 traversing the bfd section list to find pointer to new section.
415
0fb53118
AM
4162005-03-18 Alan Modra <amodra@bigpond.net.au>
417
418 * scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2
419 input sections into .sdata and .sbss output respectively.
420
de7f8cc8
BW
4212005-03-16 David Heine <dlheine@tensilica.com>
422 Bob Wilson <bob.wilson@acm.org>
423
424 * ldlang.c (IGNORE_SECTION): Remove check for zero size.
425 (lang_check_section_addresses): Ignore zero size sections here.
426
57316bff
L
4272005-03-16 H.J. Lu <hongjiu.lu@intel.com>
428
429 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Remove
430 unused empty output sections for non-relocatable link.
431
432 * ld.h (args_type): Remove gc_sections.
433
434 * ldlang.c (lang_mark_used_section): New.
435 (lang_gc_sections): Use link_info.gc_sections instead of
436 command_line.gc_sections.
437 * ldmain.c (main): Likewise.
438 * lexsup.c (parse_args): Likewise.
439 * ldlang.c (lang_process): Call lang_mark_used_section.
440
441 * ldmain.c (main): Initialize link_info.gc_sections to FALSE.
442
1ad12f97
NC
4432005-03-16 Nick Clifton <nickc@redhat.com>
444 Ben Elliston <bje@au.ibm.com>
445
569acd2c 446 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 447 compiler command line. Enabled by default. Disable via
569acd2c 448 --disable-werror.
1ad12f97
NC
449 * configure: Regenerate.
450
cb2d1ef2
AM
4512005-03-16 Alan Modra <amodra@bigpond.net.au>
452
453 * emulparams/elf32ppclinux.sh (OTHER_READWRITE_SECTION): Delete.
454 (OTHER_RELRO_SECTIONS): Set this instead.
455
957d91c1
NC
4562005-03-15 Nick Clifton <nickc@redhat.com>
457
458 * NEWS: Add cutoff for changes in 2.16 release.
459
34723071
NC
4602005-03-15 Mikkel Krautz <krautz@gmail.com>
461
462 * configure.tgt (x86_64-elf): Add target.
463
729ae8d2
AM
4642005-03-15 Alan Modra <amodra@bigpond.net.au>
465
466 * po/es.po: Commit new Spanish translation.
467
8b3d8fa8
AM
4682005-03-14 Alan Modra <amodra@bigpond.net.au>
469
470 * ldexp.c (exp_fold_tree): Ensure return value is initialized.
471 Tidy etree_assert case.
472
882cb63e
AM
4732005-03-14 Alan Modra <amodra@bigpond.net.au>
474
475 * po/tr.po: Commit new Turkish translation.
476
61c84b48
DJ
4772005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
478
479 * Makefile.am: Remove references to em68klynx.o and esparclynx.o.
480 * Makefile.in: Regenerated.
481 * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
482
41c9e29d
NC
4832005-03-07 Nick Clifton <nickc@redhat.com>
484
485 * po/fr.po: Updated translation.
486
06647dfd
AM
4872005-03-05 Alan Modra <amodra@bigpond.net.au>
488
489 * po/ld.pot: Regenerate.
490
bb14f524
JB
4912005-03-02 Jan Beulich <jbeulich@novell.com>
492
493 * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
494 * pe-dll.c (pe_dll_generate_implib): Likewise.
495
0ef622cb
BE
4962005-02-24 Ben Elliston <bje@au.ibm.com>
497
498 * ldfile.c: Remove GNU960 conditional code.
499 * emultempl/gld960.em: Likewise.
500 * emultempl/gld960c.em: Likewise.
501 * emultempl/lnk960.em: Likewise.
502
f3f4bcca
NC
5032005-02-24 Nick Clifton <nickc@redhat.com>
504
505 * emultempl/lnk960.em (lnk960_before_parse): Remove redundant
506 empty string from calls to concat.
507
5082005-02-23 Nick Clifton <nickc@redhat.com>
509
510 * emultempl/lnk960.em (lnk960_before_parse): Terminate list of
511 arguments passed to concat() with a NULL.
512
513 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h because they
514 define types needed by ldfile.h
515
47639182
AM
5162005-02-23 Alan Modra <amodra@bigpond.net.au>
517
518 * pe-dll.c: Warning fixes.
519 * emultempl/sunos.em: Likewise.
520
ace66bb2
DJ
5212005-02-22 Daniel Jacobowitz <dan@codesourcery.com>
522
523 * ldlang.c (section_already_linked): Don't call
524 bfd_section_already_linked for dynamic objects.
525
5718918d
AM
5262005-02-22 Alan Modra <amodra@bigpond.net.au>
527
528 * ldexp.c: Warning fixes.
529 * ldwrite.c: Likewise.
530 * emultempl/elf32.em: Likewise.
531
ebe372c1
L
5322005-02-21 H.J. Lu <hongjiu.lu@intel.com>
533
534 * ldlang.c (lang_add_section): Check SEC_TIC54X_BLOCK for TI
535 tic54x input only.
536 (lang_size_sections_1): Check SEC_COFF_SHARED_LIBRARY for COFF
537 and ECOFF output only.
538
0ca2f5d5
AM
5392005-02-21 Alan Modra <amodra@bigpond.net.au>
540
541 * config.in: Regenerate.
542 * configure: Regenerate.
543
fbbb9ac5
ZW
5442005-02-17 Zack Weinberg <zack@codesourcery.com>
545
546 * ldexp.c (assigning_to_dot): New global flag.
547 (fold_name): If assigning_to_dot is true, object immediately to
548 an undefined symbol.
549 (exp_fold_tree): Set and clear assigning_to_dot around the
550 recursive call to exp_fold_tree to process the right-hand side
551 of an assignment to the location counter.
552
c68dac40
PB
5532005-02-17 Paul Brook <paul@codesourcery.com>
554
555 * scripttempl/armbpabi.sc: Add dummy name to version block.
556
20c2cbe3
AM
5572005-02-17 Alan Modra <amodra@bigpond.net.au>
558
559 * ldexp.c (new_abs): Init new.str.
560
0b48acfe
MM
5612005-02-15 Mark Mitchell <mark@codesourcery.com>
562
563 * configure.in (AC_CHECK_FUNCS): Add glob.
564 * configure: Regenerated.
565 * emultempl/elf32.em (<glob.h>): Do not include if HAVE_GLOB is
566 not defined.
567 (gld${EMULATION_NAME}_parse_ld_so_conf_include): Do not use glob
568 if HAVE_GLOB is not defined.
fbbb9ac5 569
ff925e69
KK
5702005-02-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
571
572 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Define
573 lib_path if NATIVE is yes.
574
92b7a70f
AM
5752005-02-16 Alan Modra <amodra@bigpond.net.au>
576
577 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Make
578 an error creating fake bfd fatal.
579 (ppc_before_allocation): Continue on after errors.
580 (gld${EMULATION_NAME}_finish): Likewise.
581
297ba367
NC
5822005-02-15 Nick Clifton <nickc@redhat.com>
583
584 * ldlex.l (YY_NO_UNPUT): Define so that the yy_unput function is
585 not declared. It is not used and its presence causes a compile
586 time warning.
fbbb9ac5 587
9eabd475
ZW
5882005-02-11 Zack Weinberg <zack@codesourcery.com>
589
590 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed):
591 If st.st_ino is zero, do not treat the library as a duplicate.
592
d457dcf6
JJ
5932005-02-10 Jakub Jelinek <jakub@redhat.com>
594
595 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
596 Set BFD_LINKER_CREATED on the stubs bfd.
597 * emultempl/ppc64elf.em (ppc_create_output_section_statements):
598 Likewise.
599
4e5db43b
MM
6002005-02-08 Mark Mitchell <mark@codesourcery.com>
601
602 * scripttempl/armbpabi.sc (VERSION): Make special section symbols
9eabd475 603 local.
4e5db43b
MM
604 (Image$$ER_RO$$Base): Define whenever RELOCATING.
605 (Image$$ER_RO$$Limit): Likewise.
606 (SHT$$INIT_ARRAY$$Base): Likewise.
607 (SHT$$INIT_ARRAY$$Limit): Likeise.
608
4297f9f1
BE
6092005-02-10 Ben Elliston <bje@au.ibm.com>
610
611 * emultempl/beos.em: Remove #if 0 and #if 1 blocks.
612
1c7c5e5b
RS
6132005-02-08 Richard Sandiford <rsandifo@redhat.com>
614
615 * configure.tgt (mips64*el-*-linux-gnu*): Define targ_extra_libpath
616 to include o32 and n64 emulations.
617 (mips64*-*-linux-gnu*): Likewise.
618
300475fe
HPN
6192005-02-08 Hans-Peter Nilsson <hp@axis.com>
620
621 * ldmain.c (warning_callback, warning_find_reloc): Prepend
622 "warning: " to warning messages.
623
4ea42fb7
AM
6242005-02-04 Alan Modra <amodra@bigpond.net.au>
625
626 * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): Don't
627 look up symbol for etree_provide here.
628
161f49a3
DJ
6292005-02-02 Daniel Jacobowitz <dan@codesourcery.com>
630
631 * emulparams/elf32bmip.sh (TEXT_DYNAMIC): Always set.
632
73ae6183
NC
6332005-02-01 Edward Welbourne <eddy@opera.com>
634 Nick Clifton <nickc@redhat.com>
635
636 * ld.texinfo (Source Code Reference): New node describing how to
637 access linker script defined variables from source code.
638
77cfaee6
AM
6392005-02-01 Alan Modra <amodra@bigpond.net.au>
640
641 * ld.texinfo: Clarify --as-needed operation.
642
c46f8c51
AC
6432005-01-31 Andrew Cagney <cagney@gnu.org>
644
645 * configure: Regenerate to track ../gettext.m4.
646
d342277e
NC
6472005-01-31 Nick Clifton <nickc@redhat.com>
648
649 * ldver.c (ldversion): Bump reported copyright date to 2005.
650
d6486796
NC
6512005-01-31 Nick Clifton <nickc@redhat.com>
652
653 * configure.tgt: Remove obsolete targets m68k-lynxos and
654 sparc-lynxos.
655
319850b4
JB
6562005-01-28 Julian Brown <julian@codesourcery.com>
657
658 * emultempl/armelf.em (fix_v4bx): New variable.
659 (arm_elf_create_output_section_statements): Communicate fix_v4bx flag
660 value to bfd.
661 (PARSE_AND_LIST_PROLOGUE): Add option token OPTION_FIX_V4BX.
662 (PARSE_AND_LIST_LONGOPTS): Add option --fix-v4bx.
663 (PARSE_AND_LIST_OPTIONS): Add option --fix-v4bx.
9eabd475 664 (PARSE_AND_LIST_ARGS_CASES): Add option OPTION_FIX_V4BX.
319850b4
JB
665 * NEWS: Mention --fix-v4bx.
666 * ld.texinfo: Document --fix-v4bx.
667
dc4c9c19
MM
6682005-01-25 Mark Mitchell <mark@codesourcery.com>
669
670 * emulparams/armsymbian.sh (OTHER_READONLY_SECTIONS): Define, so
671 as to include .ARM.exidx$${Base,Limit}.
672 * ld/scripttempl/armbpabi.sc: Move .plt to end of text segment.
673 Define IMAGE$$ER_RO$${Base,Limit} and SHT$$INIT_ARRAY$${Base,Limit}.
674 Put .init_array, .fini_array, etc. into the read-only data
9eabd475
ZW
675 segment.
676
7e9f0867
AM
6772005-01-25 Alan Modra <amodra@bigpond.net.au>
678
679 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Formatting.
680 (gld${EMULATION_NAME}_after_open): Ignore needed libs if they were
681 only needed by an as-needed lib that didn't get linked.
682
7e69709c
AM
6832005-01-23 Alan Modra <amodra@bigpond.net.au>
684
685 * ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct
686 __DTOR_LIST__ description.
687
b5666f2f
AM
6882005-01-23 Alan Modra <amodra@bigpond.net.au>
689
690 * ld.texinfo (Location Counter <dot outside sections>): Document
691 effects of orphan section placement, and ". = ." workaround.
692 * Makefile.in: Regenerate.
693
4e25343c
RS
6942005-01-22 Richard Sandiford <rsandifo@redhat.com>
695
696 * emulparams/elf32bmip.sh (OTHER_GOT_SECTIONS): Add ". = .;".
697 * emulparams/elf32bmipn32-defs.sh (OTHER_GOT_SECTIONS): Likewise.
698
b717d30e
JJ
6992005-01-21 Jakub Jelinek <jakub@redhat.com>
700
701 * ldgram.y (AS_NEEDED): New token.
702 (input_list): Handle AS_NEEDED ( input_list ).
703 * ldlex.l (AS_NEEDED): Add.
704 * ld.texinfo: Document AS_NEEDED ().
705 * NEWS: Mention AS_NEEDED ().
706
7a64f7b8
BE
7072005-01-21 Ben Elliston <bje@au.ibm.com>
708
709 * ldlang.c (lang_reasonable_defaults): Remove.
710 (lang_process): Don't call lang_reasonable_defaults.
711
712 * ldexp.c (exp_assop): Remove #if 0'd code.
713 (exp_print_tree): Likewise.
714 * ldlang.c (lang_memory_region_lookup): Likewise.
715 (open_output): Likewise.
716 (lang_do_assignments_1): Likewise.
717 (lang_place_orphans): Likewise.
718 (lang_enter_output_section_statement): Likewise.
719 (lang_reasonable_defaults): Likewise.
720 * ldlang.h (struct lang_input_statement_struct): Likewise.
721 * mri.c (mri_draw_tree): Likewise.
722 (mri_load): Likewise.
723 * pe-dll.c (generate_reloc): Likewise.
724 (make_import_fixup_entry): Likewise.
725 (pe_as16): Likewise.
726 * emultempl/beos.em (set_pe_subsystem): Likewise.
727 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
728 * emultempl/pe.em: Likewise.
729 * emultempl/xtensaelf.em (xtensa_colocate_literals): Likewise.
730
a154a8ad
MM
7312005-01-20 Daniel Jacobowitz <dan@codesourcery.com>
732
733 * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o.
734 (earmelfb_linux_eabi.c): New target.
735 * Makefile.in: Regenerated.
736 * configure.tgt (arm*b-*-linux-gnueabi): New target.
737 * emulparams/armelfb_linux_eabi.sh: New file.
738
9c183183
AM
7392005-01-20 Nick Hudson <skrll@netbsd.org>
740
741 PR ld/676
742 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
743 Handle bfd_elf32_hppa_nbsd_vec.
744
e2243057
RS
7452005-01-19 Richard Sandiford <rsandifo@redhat.com>
746
747 * ldmain.h (ld_sysroot): Change type to a constant string.
748 * ldmain.c (ld_sysroot): Likewise.
749 (get_relative_sysroot, get_sysroot): New functions, adding command-line
750 support for changing the sysroot.
751 (main): Call the new functions.
752 * lexsup.c (OPTION_SYSROOT): New.
753 (ld_options): Add --sysroot.
754 (parse_args): Add a dummy handler for it.
755 * ld.texinfo (--sysroot): Document.
756 * NEWS: Mention the new --sysroot option.
757
1449d79b
AM
7582005-01-18 Alan Modra <amodra@bigpond.net.au>
759
760 * ldlang.c (section_already_linked): Adjust bfd_link_just_syms call.
761 (lang_place_orphans): Don't abort on just_syms_flag, instead call
762 bfd_link_just_syms.
763
a880c748
DS
7642005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
765
766 * defilep.y (def_name, def_library): Combine into...
767 (def_image_name): New function. Strip name to basename,
768 with warning.
769
07baa8ee
MK
7702005-01-12 Mark Kettenis <kettenis@gnu.org>
771
772 * configure.in: Be sure to invoke config.sub using the shell.
773 * configure: Regenerate.
774
e9b181b8
AM
7752005-01-11 Alan Modra <amodra@bigpond.net.au>
776
777 * configure.host: Correct sed patterns for last change.
778
59ef2528
NC
7792005-01-10 Nick Clifton <nickc@redhat.com>
780
781 PR binutils/609
782 * ldmisc.c (vfinfo): Add an extra argument: is_warning. Use this
783 to determine whether config.make_executable should be set to FALSE in
784 conjunction with config.fatal_warnings.
785 (info_msg, minfo, lfinof): Pass FALSE as the extra argument.
786 (einfo): Pass TRUE as the extra argument.
787
71a2d53a
NC
7882005-01-10 Greg Schaffer <gschafer@zip.com.au>
789
790 * configure.host (linux targets): Use "${CC} -dumpspecs" instead
791 of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0.
792 (ia64-*-aix): Delete - this target is obsolete, and would be
793 broken by this patch.
794
d6d0b336
EB
7952005-01-06 Eric Botcazou <ebotcazou@libertysurf.fr>
796
797 * configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*.
798 (sparc64-sun-solaris2*): New host.
799
4e7fd91e
PB
8002005-01-06 Paul Brook <paul@codesourcery.com>
801
802 * Makefie.am: Add earmelf_vxworks.
803 * Makefile.in: Regenerate.
804 * configure.tgt: Make arm-*-vxworks a separate case.
805 * emulparams/armelf_vxworks.sh: New function.
806
4c52953f
AM
8072005-01-06 Alan Modra <amodra@bigpond.net.au>
808
809 * emultempl/ppc64elf.em (no_multi_toc): New var.
810 (gld${EMULATION_NAME}_finish): Pass to ppc64_elf_setup_section_lists.
811 (OPTION_NO_MULTI_TOC): Define.
812 (PARSE_AND_LIST_LONGOPTS): Add --no-multi-toc support.
813 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
814
98d87ee7
NC
8152005-01-05 Nick Clifton <nickc@redhat.com>
816
817 PR binutils/614
818 * ldmisc.c (vfinfo): Alter output to conform to the GNU Coding
4c52953f 819 Standard's specification for parsable error messages.
98d87ee7 820
5f81b918
PB
8212005-01-04 Paul Brook <paul@codesourcery.com>
822
823 * Makefile.am: Correct dependency for earmsymbian.c.
824 * Makefile.in: Regenerate.
825
2af59bab
DS
8262004-12-28 Danny Smith <dannysmith@users.sourceforge.net>
827
828 * emultempl/pe.em (set_pe_subsystem): Change second arg to
829 lang_add_entry to FALSE.
830
c38f024c
NC
8312004-12-23 Nick Clifton <nickc@redhat.com>
832
833 PR 600
834 * emulparams/shelf.sh (.stack): Increase stack start address to
835 0x300000.
836
550bdea6
NC
8372004-12-20 Nick Clifton <nickc@redhat.com>
838
839 * ldmain.c (main): Issue an error message if -static and -shared
840 are used together.
841
e3070fef
JJ
8422004-12-17 Jakub Jelinek <jakub@redhat.com>
843
844 * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields.
845 * ldexp.c (fold_binary) <case DATA_SEGMENT_ALIGN>: Initialize them.
846 * ldlang.c (lang_size_sections): Use them to avoid wasting virtual
847 address space at DATA_SEGMENT_ALIGN. Fix computation of expected
848 PT_GNU_RELRO segment end.
849
2fbd2a87
NC
8502004-12-14 P.J. Darcy <darcypj@us.ibm.com>
851
852 * configure.tgt: Add s390x-ibm-tpf support.
853
f2763b01
NC
8542004-12-16 Martin Kögler <mkoegler@auto.tuwien.ac.at>
855
856 * ldmisc.c (vfinfo): Handle the case where %B is passed a NULL
857 BFD.
858
cb9faf63
BE
8592004-12-07 Ben Elliston <bje@gnu.org>
860
861 * ldemul.h: Forward declare struct option.
862
02f80eef
DS
8632004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
864
865 * scripttempl/pe.sc (.data): Add .jcr subsection.
866
dea514f5
PB
8672004-11-30 Paul Brook <paul@codesourcery.com>
868
869 * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
870
32118081
NC
8712004-11-30 Tero Niemela <tero_niemela@yahoo.com>
872
873 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
874 * Makefile.in: Regenerate.
875
33f362e1
NC
8762004-11-26 Melissa Mears <asterisk@graces.dricas.com>
877
878 * emultempl/pe.em: Add --subsystem:xbox as well as
879 --subsystem:%d.
880 * ld.texinfo: (ld_options): Document acceptance of subsystem xbox
881 and numeric subsystems.
882
3eda52aa
AM
8832004-11-24 Alan Modra <amodra@bigpond.net.au>
884
885 * ldexp.c (fold_name): Correct PR 338 fix.
886
6b3221b4
MM
8872004-11-19 Mark Mitchell <mark@codesourcery.com>
888
889 * Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
890 (earmelf_linux_eabi.c): New target.
891 * configure.tgt (arm*-*-linux-gnueabi): Handle it.
892 * emulparams/armelf_linux_eabi.sh: New file.
893 * Makefile.in: Regenerated.
894
9cd6d51a
NC
8952004-11-19 Nick Clifton <nickc@redhat.com>
896
897 PR 518
898 * ld.texinfo (MEMORY): Update the descriptions of the ORIGIN and
899 LENGTH fields in the MEMORY command, to explicitly state that
900 symbols cannot be used in their expressions.
901
3ec57632
NC
9022004-11-19 Jon Beniston <jon@beniston.com>
903
904 * ld/ldlex.l: Allow ORIGIN and LENGTH in EXPRESSION.
905 * ld/ldgram.y: Add ORIGIN and LENGTH expressions.
4c52953f 906 * ld/ldexp.c (fold_name): Implement LENGTH() and ORIGIN() functions
3ec57632
NC
907 which return the length and origin of a memory.
908 * ld/ld.texinfo: Document LENGTH() and ORIGIN() functions.
909 * NEWS: Mention support for ORIGIN and LENGTH operators.
910
b7693d02
DJ
9112004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
912
913 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Don't use
914 a dynamic object for stubs.
915
fc0e6df6
PB
9162004-11-04 Paul Brook <paul@codesourcery.com>
917
918 * ld.texinfo: Document --default-imported-symver.
919 * ldmain.c (main): Set link_info.default_imported_symver.
920 * lexsup.c (option_values): Add OPTION_DEFAULT_IMPORTED_SYMVER.
921 (ld_options): Add --default-imported-symver.
922 (parse_args): Handle OPTION_DEFAULT_IMPORTED_SYMVER.
923
7499d566
NC
9242004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
925 Vineet Sharma <vineets@noida.hcltech.com>
926
927 * Makefile.am: Add entries for new maxq-coff target.
928 * Makefile.in: Regenerate.
929 * configure.tgt: Add support for maxq.
930 * emulparams/maxqcoff.sh: New File.
931 * scripttempl/maxqcoff.sc: New linker script for target maxq.
932 * NEWS: Mention the new target.
933
7f266840
DJ
9342004-11-04 Daniel Jacobowitz <dan@debian.org>
935
936 * Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o.
937 (earmelf_oabi.c): Remove rule.
938 * configure.tgt: Remove arm-*-oabi and thumb-*-oabi.
939 * emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files.
940 * Makefile.in: Regenerated.
941
a0055007
HPN
9422004-11-04 Hans-Peter Nilsson <hp@axis.com>
943
944 * configure.tgt (crisv32-*-*): Handle like cris-*-* for non-aout.
945 * emulparams/criself.sh (INIT_START): Remove emitted "push srp".
946 (FINI_START): Ditto.
947 (INIT_END): Remove emitted "jump [sp+]".
948 (FINI_END): Ditto.
949
c5614fa4
AM
9502004-11-04 Alan Modra <amodra@bigpond.net.au>
951
952 * emultempl/ppc64elf.em (no_tls_opt): Rename from notlsopt.
953 (no_opd_opt, no_toc_opt): New static vars.
954 (ppc_before_allocation): Don't edit opt if no_opd_opt. Call
955 ppc64_elf_edit_toc.
956 (OPTION_NO_OPD_OPT, OPTION_NO_TOC_OPT): Define.
957 (PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize.
958 (PARSE_AND_LIST_OPTIONS): Describe new options.
959 (PARSE_AND_LIST_ARGS_CASES): Handle them.
960
7a5df8d0
NC
9612004-10-27 Nick Clifton <nickc@redhat.com>
962
963 * emultempl/alphaelf.em (alpha_after_parse): Add extra, NULL,
964 parameter to invocation of lang_section_start.
965 * emultempl/aix.em (_handle_option): Likewise.
c5614fa4 966
7a5df8d0
NC
967 * Makefile.am (eelf64alpha.c, eelf64alpha_fbsd.c,
968 eelf64alpha_nbsd.c): Add dependency upon emultempl/alphaelf.em.
969 * Makefile.in: Regenerate.
970
6f372e19
MM
9712004-10-26 Mark Mitchell <mark@codesourcery.com>
972
973 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Do not emit
974 __exidx_{start,end} when not relocating.
975
ba916c8a
MM
9762004-10-25 Mark Mitchell <mark@codesourcery.com>
977
978 * Makefile.in (earmsymbian.c): Depend on armbpabi.sc, not elf.sc.
979 * ldexp.h (segment_type): New type.
980 (segments): New variable.
981 * ldexp.c (segments): New variable.
982 (exp_print_token): Handle SEGMENT_START.
983 (fold_binary): Likewise.
984 * ldgram.y (SEGMENT_START): Declare it as a token.
985 (exp): Handle SEGMENT_START.
986 * ldlang.h (lang_address_statement_type): Add segment field.
987 (lang_section_start): Change prototype.
988 * ldlang.c (map_input_to_output_sections): Do not process section
989 assignments if a corresponding SEGMENT_START has already been
990 seen.
991 (lang_section_start): Add segment parameter.
992 * ldlex.l (SEGMENT_START): Add it.
993 * lexsup.c (seg_segment_start): New function.
994 (parse_args): Use it for -Tbss, -Tdata, and -Ttext.
995 * ld.texinfo (SEGMENT_START): Document it.
996 * emulparams/armsymbian.sh (EMBEDDED): Set it.
997 * scripttempl/armbpabi.sc: Use SEGMENT_START to control segment
998 base addresses. Do not map relocations.
999 * NEWS: Mention SEGMENT_START.
1000
3e3b46e5
PB
10012004-10-26 Paul Brook <paul@codesourcery.com>
1002
1003 * ld.texinfo: Document --default-symver.
1004 * ldmain.c (main): Set link_info.create_default_symver.
1005 * lexsup.c (enum option_values): Add OPTION_DEFAULT_SYMVER.
1006 (ld_options): Add default-symver.
1007 (parse_args): Handle OPTION_DEFAULT_SYMVER.
1008
7b0eaa22
DS
10092004-10-24 Danny Smith <dannysmith@users.sourceforge.net>
1010
1011 * pe-dll.c (process_def_file): Don't export all symbols by default if
1012 building a position-independent executable.
1013
dfeffb9f
L
10142004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1015
1016 PR 463
1017 * ldmain.c (reloc_overflow): Accept a pointer to struct
1018 bfd_link_hash_entry. Report symbol location for relocation
1019 overflow.
1020
dc4f76f8
L
10212004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1022
1023 * genscripts.sh (libpath.exp): Really generate for first
1024 emulation only.
1025
2a08daf3
DS
10262004-10-19 Danny Smith <dannysmith@users.sourceforge.net>
1027
1028 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Simplify
1029 comparison and replacement of filenames.
1030
532345f2
L
10312004-10-19 H.J. Lu <hongjiu.lu@intel.com>
1032
1033 PR 459
1034 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic
1035 option on linker script as the one for linker script.
1036
b58f81ae
DJ
10372004-10-16 Daniel Jacobowitz <dan@debian.org>
1038
1039 * ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)
1040 (check_excluded_libs): New.
1041 (load_symbols): Call check_excluded_libs.
1042 * ldlang.h (add_excluded_libs): New prototype.
1043 * emultempl/elf32.em (OPTION_EXCLUDED_LIBS): Define.
1044 (gld${EMULATION_NAME}_add_options): Add --exclude-libs.
1045 (gld${EMULATION_NAME}_handle_option): Handle --exclude-libs.
1046 * ld.texinfo (Command Line Variables): Document --exclude-libs.
1047 (Options Specific to i386 PE Targets): Remove --exclude-libs.
1048
95c148b4
AM
10492004-10-15 Alan Modra <amodra@bigpond.net.au>
1050
c468c8bc
AM
1051 * ldexp.c (exp_fold_tree): Don't immediately exit ld on a
1052 failing link script assert.
1053
95c148b4
AM
1054 * ldctor.c (ldctor_add_set_entry): Fix comment typo.
1055
951e9133
L
10562004-10-14 H.J. Lu <hongjiu.lu@intel.com>
1057
1058 PR 445
1059 * emulparams/elf64_ia64.sh (SMALL_DATA_CTOR): Set.
1060 (SMALL_DATA_DTOR): Set.
1061 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
1062 (SMALL_DATA_DTOR): Unset.
1063 * scripttempl/elf.sc: If SMALL_DATA_CTOR is set, move .ctors
1064 after .data. If SMALL_DATA_DTOR is set, move .dtors after
1065 .data.
1066
afd7a018
AM
10672004-10-14 Alan Modra <amodra@bigpond.net.au>
1068
1069 PR 63
1070 * ldlang.h (lang_output_section_statement_type): Make "next" a
1071 struct lang_output_section_statement_struct *.
1072 (struct orphan_save): Move from elf32.em. Add "name" and "flags".
1073 (lang_output_section_find_by_flags, lang_insert_orphan): Declare.
1074 * ldlang.c (lang_output_section_find_1): Adjust for changed
1075 output_section_statement "next".
1076 (strip_excluded_output_sections): Likewise.
1077 (lang_record_phdrs): Likewise.
1078 (lang_output_section_find_by_flags): New function.
1079 (output_prev_sec_find): Move from pe.em. Adjust iterator.
1080 (lang_insert_orphan): New function. Tail end of elf32.em's
1081 place_orphan merged with that from pe.em. Allow bfd_section to
1082 be placed first. New heuristic for placing new output section
1083 statement in existing script, and accompanying split of __start
1084 symbol alignment into a separate assignment to dot.
1085 (lang_add_section): Consistently use output->bfd_section rather than
1086 an alias, section->output_section.
1087 (map_input_to_output_sections): Rename overly long arg. Move
1088 initialization of data_statement output section to here..
1089 (lang_check_section_addresses): ..from here.
1090 (print_assignment): Correct printing of etree_assert.
1091 (print_all_symbols): Don't bomb if userdata is NULL.
1092 (IGNORE_SECTION): Rearrange.
1093 * emultempl/elf32.em (output_rel_find): Adjust interator.
1094 (output_prev_sec_find): Delete.
1095 (struct orphan_save): Delete.
1096 (gld${EMULATION_NAME}_place_orphan): Cater for zero bfd_section
1097 flags without creating a duplicate output section statement.
1098 Revise code holding history of various orphan section placements.
1099 Allow orphan sections to place before script specified output
1100 sections. Call lang_output_section_find_by_flags when placement
1101 by name fails. Use lang_insert_orphan.
1102 * emultempl/mmo.em (output_prev_sec_find): Delete.
1103 (struct orphan_save): Delete.
1104 (mmo_place_orphan): Revise code holding history of orphan placement.
1105 Allow orphans to place before existing output sections. Use
1106 lang_insert_orphan.
1107 * emultempl/pe.em (output_prev_sec_find): Delete.
1108 (struct orphan_save): Delete.
1109 (gld_${EMULATION_NAME}_place_orphan): Revise to suit use of
1110 lang_insert_orphan.
1111
c0042f5d
MM
11122004-10-13 Mark Mitchell <mark@codesourcery.com>
1113
1114 * scripttempl/armbpabi.sc: Do not put .gnu.version.* into a
1115 loadable segment.
1116
1af699f4
AM
11172004-10-13 Alan Modra <amodra@bigpond.net.au>
1118
1119 PR 44
09c112da
AM
1120 * ldcref.c (check_section_sym_xref): Delete.
1121 (check_local_sym_xref): New function.
1122 (check_nocrossrefs): Adjust call.
1af699f4
AM
1123 * emultempl/pe.em (struct orphan_save): Add os_tail.
1124 (place_orphan): Backport assorted fixes from elf32.em.
1125
7fa3d080
BW
11262004-10-12 Bob Wilson <bob.wilson@acm.org>
1127
1128 * emultempl/xtensaelf.em: Use ISO C90 formatting.
1129
d3989512
JJ
11302004-10-11 Jakub Jelinek <jakub@redhat.com>
1131
563f4125
JJ
1132 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_ld_so_conf): Avoid
1133 getline for portability.
1134
d3989512
JJ
1135 * emultempl/elf32.em (gld${EMULATION_NAME}_ld_so_conf): New structure.
1136 (gld${EMULATION_NAME}_parse_ld_so_conf,
1137 gld${EMULATION_NAME}_parse_ld_so_conf_include): New functions.
1138 (gld${EMULATION_NAME}_check_ld_so_conf): Use them.
1139
6c0c5b1e
AM
11402004-10-11 Alan Modra <amodra@bigpond.net.au>
1141
1142 PR 423
1143 * ldfile.c (ldfile_try_open_bfd): Ensure dynamic objects are
1144 rejected when linking statically.
1145
d2b2c203
DJ
11462004-10-08 Daniel Jacobowitz <dan@debian.org>
1147
1148 * configure.tgt: Include elf_x86_64 for i[3-7]86-*-solaris2*.
1149
43cd72b9
BW
11502004-10-07 Bob Wilson <bob.wilson@acm.org>
1151
1152 * ld.texinfo (Xtensa): Describe new linker relaxation to optimize
1153 assembler-generated longcall sequences. Describe new --size-opt
1154 option.
1155 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
1156 * emultempl/xtensaelf.em (remove_section,
1157 replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
1158 elf_xtensa_after_open): New.
1159 (OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
1160 OPTION_NO_LITERAL_MOVEMENT): Define.
1161 (elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
1162 (PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
1163 (PARSE_AND_LIST_OPTIONS): Add --size-opt.
1164 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
1165 OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
1166 (LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
1167 * scripttempl/elfxtensa.sc: Update with changes from elf.sc.
1168 * Makefile.am (eelf32xtensa.c): Update dependencies.
1169 * Makefile.in: Regenerate.
1170
8fdd7217 11712004-10-07 Jeff Baker <jbaker@qnx.com>
6c0c5b1e 1172
8fdd7217
NC
1173 * lexsup.c: Handle --warn-shared-textrel option.
1174 (ld_options): Restore alpha sorting of options.
1175 * ldmain.c (main): Initialise warn_shared_info field to FALSE.
1176 * ld.texinfo: Add documentation for --warn-shared-textrel.
1177 * NEWS: Added mention of --warn-shared-textrel option.
1178
339207f8 11792004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6c0c5b1e 1180
339207f8 1181 * emultempl/crxelf.em (disable_relaxation): Add.
6c0c5b1e 1182 (crxelf_before_allocation): Enable --relax option by default.
339207f8
TL
1183 (PARSE_AND_LIST_PROLOGUE): Add OPTION_NO_RELAX.
1184 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --no-relax.
1185 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NO_RELAX.
1186
bcaa7b3e
L
11872004-10-04 H.J. Lu <hongjiu.lu@intel.com>
1188
1189 * NEWS: Mention SORT_BY_NAME, SORT_BY_ALIGNMENT and
1190 --sort-section name|alignment.
1191
1192 * ld.texinfo: Document SORT_BY_NAME, SORT_BY_ALIGNMENT and
1193 --sort-section name|alignment.
1194
1195 * ld.h (sort_type): New enum.
1196 (wildcard_spec): Change the type of `sorted' to sort_type.
1197
1198 * ldgram.y (SORT): Removed.
1199 (SORT_BY_NAME): Added.
1200 (SORT_BY_ALIGNMENT): Added.
1201 (wildcard_spec): Updated `sorted'. Handle SORT_BY_NAME and
1202 SORT_BY_ALIGNMENT.
1203 (input_section_spec_no_keep): Updated `sorted'.
1204 (statement): Replace SORT with SORT_BY_NAME.
1205
1206 * ldlang.c (compare_section): New function to compare 2
1207 sections with different sorting schemes.
1208 (wild_sort): Updated. Use compare_section.
1209 (update_wild_statements): New function.
1210 (lang_process): Call update_wild_statements before
1211 map_input_to_output_sections.
1212
1213 * ldlex.l (SORT_BY_NAME): New.
1214 (SORT_BY_ALIGNMENT): New.
1215 (SORT): Return SORT_BY_NAME.
1216
1217 * ldmain.c (sort_section): New. Defined.
1218 (main): Initialize it to none.
1219
1220 * lexsup.c (option_values): Add OPTION_SORT_SECTION.
1221 (ld_options): Add an entry for OPTION_SORT_SECTION.
1222 (parse_args): Handle OPTION_SORT_SECTION.
1223
1224 * mri.c (mri_draw_tree): Updated `sorted'.
1225
a4f5ad88
JJ
12262004-10-04 Jakub Jelinek <jakub@redhat.com>
1227
1228 * ldgram.y (DATA_SEGMENT_RELRO_END): Add one argument.
1229 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_END): Add 0 as first
1230 argument.
1231 (DATA_SEGMENT_RELRO_GOTPLT_END): Pass $SEPARATE_GOTPLT as first
1232 and . as second argument.
1233 (GOTPLT): Move $DATA_SEGMENT_RELRO_GOTPLT_END before the section.
1234 * ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here.
1235 (fold_binary): Add it here. Insert padding to make relro_end
1236 COMMONPAGESIZE bytes aligned. For DATA_SEGMENT_ALIGN in
1237 exp_dataseg_relro_adjust phase just use previously computed
1238 exp_data_seg.base.
1239 * ldlang.c (lang_size_sections): Set exp_data_seg.base for
1240 relro_adjust here. Call lang_size_sections_1 once more if there
1241 was too big padding at DATA_SEGMENT_RELRO_END.
1242 * ld.texinfo (DATA_SEGMENT_RELRO_END): Add documentation.
1243
40a18ebd
NC
12442004-10-01 Paul Brook <paul@codesourcery.com>
1245
1246 * emulparams/armelf.sh: Add unwinding table sections.
1247
db8acf26
NC
12482004-09-30 Filip Navara <navaraf@reactos.com>
1249
1250 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate
1251 correct base address for position independant executables.
1252 * pe-dll.c (pe_dll_fill_sections): Don't mark position independant
1253 executables as DLLs.
1254
eeac373a
PB
12552004-09-30 Paul Brook <paul@codesourcery.com>
1256
1257 * ld.texinfo: Document --target2=abs.
1258 * emulparms/armsymbian.sh (TARGET2_TYPE): Set.
1259
1ee7cf4c
NC
12602004-09-29 Nick Clifton <nickc@redhat.com>
1261
1262 * scripttempl/xstormy16.sc: Only perform the assignments to the
1263 ROM region when not performing a relocatable link. The ROM region
1264 does not start at address 0, but the sections will.
1265 * Makefile.am: Fix linker script dependency for the generation of
1266 eelf32xstormy16.c.
1267 * Makefile.in: Regenerate.
1268
03098a9a
CF
12692004-09-18 Filip Navara <navaraf@reactos.com>
1270
1271 * emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
1272 emulparams/i386pe_posix.sh, emulparams/mcorepe.sh,
1273 emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define
1274 TARGET_PAGE_SIZE.
1275 * scripttempl/pe.sc: Make the virtual address and file offset synced if
1276 the alignment is lower than the target page size.
1277
f2d3750d
CF
12782004-09-27 Filip Navara <navaraf@reactos.com>
1279
1280 * emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
1281 def_file_parse to handle pe_def_file if NULL and prevent crash with
1282 invalid .def files.
1283
a23d8409
AM
12842004-09-27 Alan Modra <amodra@bigpond.net.au>
1285
1286 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
1287 --emit-stub-syms automatically when --emit-relocs.
1288
7b89fa29
PB
12892004-09-24 Paul Brook <paul@codeosurcery.com>
1290
1291 * scripttempl/elf.sc: Keep .preinit_array, .init_array and
1292 .fini_array sections.
1293
e2a68bcc
AS
12942004-09-19 Andreas Schwab <schwab@suse.de>
1295
1296 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Adjust data segment
1297 base so that relro end is suitably aligned.
1298
3674e28a
PB
12992004-09-17 Paul Brook <paul@codesourcery.com>
1300
1301 * ld.texinfo: Rename arm-specific section. Document --target*
1302 * emulparams/armelf_fbsd.sh: Set TARGET2_TYPE.
1303 * emulparams/armelf_linux.sh: Ditto.
1304 * emulparams/armelf_nbsd.sh: Ditto.
1305 * emultempl/armelf.em: Set default for TARGET2_TYPE.
1306 (target2_type): New variable.
1307 (arm_elf_before_allocation): Don't pass target1_type.
1308 (arm_elf_create_output_section_statements): New function.
1309 (PARSE_AND_LIST_PROLOGUE): Add OPTION_TARGET2.
1310 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --target=.
1311 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_TARGET2.
1312 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Set.
1313 * emultempl/armelf_oabi.em (_before_allocation): Remove extra
1314 argument to bfd_elf32_arm_process_before_allocation.
1315
f6e332e6
AM
13162004-09-17 Alan Modra <amodra@bigpond.net.au>
1317
1318 * ldexp.c (fold_name): Update u.undef.next refs.
1319 * emultempl/pe.em: Likewise.
1320 * emultempl/sunos.em: Likewise.
1321
9c933e04
AM
13222004-09-17 Alan Modra <amodra@bigpond.net.au>
1323
1324 * Makefile.am: Run "make dep-am".
1325 * Makefile.in: Regenerate.
1326 * config.in: Regenerate.
1327 * configure: Regenerate.
1328 * aclocal.m4: Regenerate.
1329 * po/ld.pot: Regenerate.
1330
1fa32646
TL
13312004-09-16 Tomer Levi <Tomer.Levi@nsc.com>
1332
9c933e04
AM
1333 * scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*.
1334 (.fini): Likewise.
1335 (.jcr): Likewise.
1fa32646 1336
b6ee372a
AM
13372004-09-16 Alan Modra <amodra@bigpond.net.au>
1338
1339 * emultempl/armelf_oabi.em (before_allocation): Add extra zero param
1340 to bfd_elf32_arm_process_before_allocation call.
1341
9c504268
PB
13422004-09-13 Paul Brook <paul@codesourcery.com>
1343
1344 * emulparams/armsymbian.sh: Set TARGET1_IS_REL.
1345 * emultempl/armelf.em: Use TARGET1_IS_REL. Add --target1-{rel,abs}.
1346
d15b04bd
L
13472004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1348
1349 * configure: Regenerated with autconfig 2.13.
1350
875c4330
AS
13512004-09-07 Andreas Schwab <schwab@suse.de>
1352
1353 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
1354 alignment before adjusting DATA_SEGMENT_RELRO_END.
1355
229fcec5
MM
13562004-09-06 Mark Mitchell <mark@codesourcery.com>
1357
1358 * emulparams/armsymbian.sh: Use armbpabi script.
1359 * scripttempl/armbpabi.sc: New script.
1360
e5a52504
MM
13612004-09-02 Mark Mitchell <mark@codesourcery.com>
1362
1363 * Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
1364 (earmsymbian.c): New target.
1365 * configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
1366 * Makefile.in: Regenerated.
1367 * aclocal.m4: Likewise.
1368 * configure: Likewise.
1369 * emulparams/armsymbian.sh: New file.
1370
42851540
NC
13712004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
1372
1373 * scripttempl/elf32crx.sc: Edit file with comments.
1374 (.init): Add new section.
1375 (.fini): Likewise.
1376 (.ctor): Control the linkage order.
1377 (.dtor): Likewise.
1378
c034e3e0
NC
13792004-08-27 Nick Clifton <nickc@redhat.com>
1380
1381 * emultempl/pe.em (after_open): Do not assume that either bfd is
9c933e04 1382 an archive.
c034e3e0 1383
688c58f3
AM
13842004-08-26 Alan Modra <amodra@bigpond.net.au>
1385
1386 * ldlang.c (lang_init): Don't compare with TRUE.
1387
b18c562e
NC
13882004-08-25 Dmitry Diky <diwil@spec.ru>
1389
1390 * emulparams/msp430all.sh: Fix RAM sizes for all targets.
1391 * scripttempl/elf32msp430.sc: Add .profiler section definition.
1392
61f5d054
L
13932004-08-24 H.J. Lu <hongjiu.lu@intel.com>
1394
1395 * ldlang.c (wildcardp): Defined as a macro with strpbrk.
1396
e77d3d77
MM
13972004-08-19 Mark Mitchell <mark@codesourcery.com>
1398
1399 * configure.tgt (arm*-*-symbianelf*): New target.
1400 (arm*-*-eabi*): Likewise.
1401
3f764659
JJ
14022004-08-19 Jakub Jelinek <jakub@redhat.com>
1403
1404 * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
1405 (ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
1406 (OPTION_NON_OVERLAPPING_OPD): Define.
1407 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
1408 --non-overlapping-opd option.
1409
a010d60f
AM
14102004-08-18 Alan Modra <amodra@bigpond.net.au>
1411
1412 PR 338
1413 * ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
1414 was already on the undefs list.
1415
c4e33880
AM
14162004-08-17 Alan Modra <amodra@bigpond.net.au>
1417
1418 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
1419 prefix the symbol field too.
1420
d003868e
AM
14212004-08-13 Alan Modra <amodra@bigpond.net.au>
1422
1423 * ldmain.c (link_callbacks): Remove "error_handler".
1424 * ldmisc.c: Include elf-bfd.h.
1425 (vfinfo): Sort comment. Handle %A. Use %A instead of
1426 bfd_get_section_indent.
1427 (error_handler): Delete.
1428 * ldmisc.h (error_handler): Delete declaration.
1429
99877b66
AM
14302004-08-10 Alan Modra <amodra@bigpond.net.au>
1431
1432 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
1433 ppc64_elf_restore_symbols.
1434
40e45c8b
AM
14352004-08-09 Alan Modra <amodra@bigpond.net.au>
1436
1437 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
1438 .toc is too large on relocatable linking.
1439
ccfa59ea
AM
14402004-08-09 Alan Modra <amodra@bigpond.net.au>
1441
1442 * emultempl/ppc64elf.em (ppc_after_open): Delete.
1443 (LDEMUL_AFTER_OPEN): Don't define.
1444
93fd0973
SC
14452004-08-02 Stephane Carrez <stcarrez@nerim.fr>
1446
1447 * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
1448
f1b123db
SC
14492004-08-01 Stephane Carrez <stcarrez@nerim.fr>
1450
1451 * scripttempl/elfm68hc12.sc: Align text, rodata and data section
1452 on power of 2.
1453
e7fbc2bf
JT
14542004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
1455
1456 * emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
1457
c05e9f04
NC
14582004-07-26 Dmitry Diky <diwil@spec.ru>
1459
1460 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
1461 msp430x1612, msp430x415, msp430x417, msp430xG437, msp430xG438,
1462 msp430xG439.
1463 * configure.tgt: Likewise.
1464 * emulparams/msp430all.sh: Likewise.
1465 * Makefile.in: Regenerate.
1466
9f61903d
NC
14672004-07-23 Nick Clifton <nickc@redhat.com>
1468
1469 * emultempl/elf32.em (_place_orphan): Use an already existing
1470 section name if that section does not have any flags set.
1471
082b7297
L
14722004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1473
1474 * ldlang.c (already_linked_hash_entry): Removed.
1475 (already_linked): Likewise.
1476 (already_linked_table): Likewise.
1477 (section_already_linked): Call bfd_section_already_linked.
1478 (lang_process): Replace already_linked_table_init with
1479 bfd_section_already_linked_table_init and check return. Replace
1480 already_linked_table_free with bfd_section_already_linked_table_free.
1481
76d7af2d
NC
14822004-07-21 Nick Clifton <nickc@redhat.com>
1483
1484 * ldlang.c (init_os): Make sure that the newly allocated userdata
1485 structure is zeroed out.
1486
14b3c463
L
14872004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1488
1489 * NEWS: Mention the new --add-needed/--no-add-needed and
1490 --as-needed/--no-as-needed options.
1491
e56f61be
L
14922004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1493
1494 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also
1495 check the add_needed field.
1496 (dt_needed): New struct.
1497 (gld${EMULATION_NAME}_try_needed): Change the first argument
1498 to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED
1499 bit in the file where the DT_NEEDED entry comes from.
1500 (gld${EMULATION_NAME}_search_needed): Change the second
1501 argument to a pointer to struct dt_needed.
1502 (gld${EMULATION_NAME}_check_ld_so_conf): Updated.
1503 (gld${EMULATION_NAME}_after_open): Likewise.
1504
1505 * ld.texinfo: Add --add-needed document.
1506 * ldlang.c (new_afile): Set p->add_needed.
1507 * ldlang.h (lang_input_statement_type): Add add_needed field.
1508 * ldmain.h (add_needed): Declare.
1509 * ldmain.c (add_needed): New global var.
1510 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and
1511 OPTION_NO_ADD_NEEDED.
1512 (ld_options): Likewise.
1513 (parse_args): Handle them.
1514
c99b8138
NC
15152004-07-13 Christof Petig <christof@petig-baender.de>
1516
1517 * emultempl/pe.em (make_import_fixup): Use bfd_get_32 to correct
1518 for endian-ness of extracted addend.
1519
13ed4151
NC
15202004-07-13 Danny Smith <dannysmith@usesr.sourceforge.net>
1521
1522 * pe-dll.c (auto_export): Filter on just the import prefix,
1523 "_imp_", not "_imp__".
1524
1a320fbb
NC
15252004-07-09 Nick Clifton <nickc@redhat.com>
1526
1527 * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
1528
1fe1f39c
NC
15292004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
1530
1531 * Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
1532 (eelf32crx.c): New target.
1533 * Makefile.in: Regenerate.
1534 * configure.tgt: Handle crx-*-elf*.
1535 * emulparams/elf32crx.sh: New file.
1536 * emultempl/crxelf.em: New file.
1537 * scripttempl/elf32crx.sc: New file.
1538 * NEWS: Mention new target.
1539
85fbca6a
NC
15402004-07-06 Nick Clifton <nickc@redhat.com>
1541
1542 * Makefile.am: Add eshlsymbian.c.
1543 * Makefile.in: Regenerate.
1544 * configure.tgt: Add sh*-symbian-elf target.
1545 * emulparams/shlsymbian.sh: New file. Configure the
1546 sh-symbian-elf linker scripts.
1547 * scripttemp/elf32sh-symbian.sc: New file. Linker script
1548 template for the sh-symbian-elf target.
1549
b71a5181
DA
15502004-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1551
1552 * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
1553 * emulparams/hppalinux.sh: Likewise.
1554 * scripttempl/elf.sc: Place .plt just before .got when .plt is in
1555 data segment and PLT_BEFORE_GOT is defined.
1556
c87db184
CF
15572004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1558
1559 * ld.texinfo (WIN32): Document PE weak symbols.
1560
f6a8ae81
KK
15612004-07-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1562
1563 * emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
1564
b602c853
L
15652004-07-01 H.J. Lu <hongjiu.lu@intel.com>
1566
1567 * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
1568 the section.
1569
1a23a9e6
AM
15702004-06-29 Alan Modra <amodra@bigpond.net.au>
1571
1572 * ldlang.c (lang_reset_memory_regions): Save last relax pass section
1573 size in rawsize.
1574
eea6121a
AM
15752004-06-24 Alan Modra <amodra@bigpond.net.au>
1576
1577 * ldlang.c (print_output_section_statement): Don't print size before
1578 relaxation.
1579 (IGNORE_SECTION): Remove bfd arg. Update all callers.
1580
1581 * ldexp.c (fold_name): .. See below.
1582 * ldlang.c (section_already_linked, print_output_section_statement,
1583 print_input_section, insert_pad, size_input_section,
1584 lang_check_section_addresses, lang_size_sections_1,
1585 lang_size_sections, lang_do_assignments_1, lang_set_startof,
1586 lang_one_common, lang_reset_memory_regions, lang_process,
1587 lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
1588 * ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
1589 * pe-dll.c (process_def_file, generate_reloc): ..
1590 * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
1591 gld${EMULATION_NAME}_before_allocation): ..
1592 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
1593 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
1594 sh64_elf_${EMULATION_NAME}_after_allocation): ..
1595 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
1596 * emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
1597 ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
1598 "size" instead of "_raw_size" and "_cooked_size". Expand
1599 bfd_section_size macro invocations.
1600
552f8272
CF
16012004-06-22 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1602
1603 * ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
1604 ___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
1605 ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
1606 ___crt_xt_end__.
1607 (.tls): Define ___tls_start__ and ___tls_end__.
1608
aee6f5b4
AO
16092004-06-21 Alexandre Oliva <aoliva@redhat.com>
1610
1611 * emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
1612
eea6121a 16132004-06-18 Adam Nemet <anemet@lnxw.com>
f234d5fe 1614
eea6121a
AM
1615 * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
1616 * configure: Regenerate.
f234d5fe 1617
dfff4fbe
JJ
16182004-06-15 Jakub Jelinek <jakub@redhat.com>
1619
1620 * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
1621 .gcc_except_table output sections lost accidentally with
1622 -z relro patch.
1623
a9e0c0c6
AM
16242004-06-15 Alan Modra <amodra@bigpond.net.au>
1625
1626 * ldwrite.c (build_link_order): Use bfd_get_section_size
1627 instead of bfd_get_section_size_before_reloc or _raw_size.
1628 * pe-dll.c (process_def_file): Likewise.
1629
7115639b
AM
16302004-06-14 Alan Modra <amodra@bigpond.net.au>
1631
1632 From Richard Wirth <r.wirth@wirthware.de>
1633 * ldlang.c (lang_finish): Don't free lang_definedness_table.
1634
9ca57817
AM
16352004-05-29 Alan Modra <amodra@bigpond.net.au>
1636
1637 * ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
1638 (lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
1639
164e712d
AM
16402004-05-28 Alan Modra <amodra@bigpond.net.au>
1641
6feb9908
AM
1642 * ldlang.c: Formatting. Wrap long lines, expand bfd_get_section_flags
1643 throughout file.
1644 * lexsup.c: Formatting. Wrap long lines.
1645 * ldwrite.c: Update copyright date.
1646
164e712d
AM
1647 * ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
1648 (output_section_callback): Nor SEC_KEEP here.
1649 (gc_section_callback): Twiddle SEC_EXCLUDE here.
1650 (lang_gc_wild): Delete. Fold into..
1651 (lang_gc_sections_1): ..here. Only call bfd_gc_sections when garbage
1652 collecting.
1653 (lang_process): Always call lang_gc_sections.
1654 (lang_place_orphans): Handle SEC_EXCLUDE sections.
1655 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
1656 SEC_EXCLUDE code.
1657
b3096250
L
16582004-05-26 H.J. Lu <hongjiu.lu@intel.com>
1659
1660 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
1661 SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
1662 * ldlang.c (lang_add_section): Likewise.
1663
e49f5022
AM
16642004-05-26 Alan Modra <amodra@bigpond.net.au>
1665
1666 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
1667 sections when doing a final link. Clear SEC_EXCLUDE when doing
1668 a relocable link, except for SEC_DEBUGGING sections.
1669 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
1670 same condition here to drop SEC_EXCLUDE orphan sections.
1671
57ceae94
AM
16722004-05-25 Alan Modra <amodra@bigpond.net.au>
1673
1674 * ldlang.c (lang_process): Call bfd_merge_sections later, and
1675 only when not a relocatable link.
1676 (print_input_section): Handle SEC_EXCLUDE sections.
1677 (size_input_section): Don't update dot on SEC_EXCLUDE sections.
1678 (lang_do_assignments_1): Likewise.
1679 * ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
1680 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
1681 * emultempl/hppaelf.em (build_section_lists): Likewise.
1682 * emultempl/ppc64elf.em (build_toc_list): Likewise.
1683 (build_section_lists): Likewise.
1684
a85785bc
AS
16852004-05-23 Andreas Schwab <schwab@suse.de>
1686
1687 * ld.texinfo (Options): Fix typo in last change.
1688
2d643429
NC
16892004-05-21 Andy Chittenden <achittenden@bluearc.com>
1690
1691 * ld.h (ld_config_type): Add new field: hash_table_size.
1692 * ldmain.c: Initialise the new field to zero. If it is non-zero
1693 after parsing the linker's command line call
1694 bfd_hash_set_default_size.
1695 * lexsup.c (option_values): Add OPTION_HASH_SIZE.
1696 (ld_options): Add hash-size.
1697 (parse_args): Parse --hash-size option. Allow
1698 --reduce-memory-overheads to set the default hash table size as
1699 well.
1700 * ld.texinfo: Document the new switch. Also mention that
1701 --reduce-memory-overheads can affect the hash table size.
1702 * NEWS: Mention the new feature.
1703
35835446
JR
17042004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
1705
1706 * NEWS: Mention new linker map file generation and the
1707 --reduce-memory-overheads option.
1708 * ld.texinfo: Document --reduce-memory-overheads option.
1709 * ld.h (map_symbol_def): New struct.
1710 (struct user_section_struct, section_userdata_type): Rename to:
1711 (struct lean_user_section_struct, lean_section_userdata_type).
1712 (struct fat_user_section_struct, fat_section_userdata_type): New.
1713 (SECTION_USERDATA_SIZE): Define.
1714 (args_type): New member reduce_memory_overheads.
1715 * ldlang.c (map_obstack): New static variable.
1716 (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
1717 (lang_map): Unless command_line.reduce_memory_overheads is set,
1718 initialize lists of defined symbols for each section.
1719 (print_input_section): Unless command_line.reduce_memory_overheads
1720 is set, use print_all_symbols.
1721 (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
1722 * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
1723 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
1724 (ld_options): Add entry for --reduce-memory-overheads.
1725 (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
1726
0841712e
JJ
17272004-05-19 Jakub Jelinek <jakub@redhat.com>
1728
1729 * ldgram.y (sect_constraint): New.
1730 (ONLY_IF_RO, ONLY_IF_RW): New tokens.
1731 (section): Add sect_constraint. Pass additional argument
1732 to lang_enter_output_section_statement.
1733 * mri.c (mri_draw_tree): Pass additional argument to
1734 lang_enter_output_section_statement.
1735 * emultempl/pe.em (place_orphan): Likewise.
1736 (output_prev_sec_find): Disregard output section statements with
1737 constraint == -1.
1738 * emultempl/mmo.em (output_prev_sec_find): Likewise.
1739 (mmo_place_orphan): Pass additional argument to
1740 lang_enter_output_section_statement.
1741 * emultempl/elf32.em (output_prev_sec_find): Disregard output section
1742 statements with constraint == -1.
1743 (place_orphan): Pass additional argument to
1744 lang_enter_output_section_statement.
1745 * ldlang.c (lang_enter_overlay_section): Likewise.
1746 (lang_output_section_find_1): New.
1747 (lang_output_section_find): Use it.
1748 (lang_output_section_statement_lookup_1): New.
1749 (lang_output_section_statement_lookup): Use it.
1750 (check_section_callback, check_input_sections): New.
1751 (map_input_to_output_sections): Check if all input sections
1752 are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
1753 (strip_excluded_output_sections): Disregard output section statements
1754 with constraint == -1.
1755 (lang_record_phdrs): Likewise.
1756 (lang_enter_output_section_statement): Add constraint argument.
1757 Use lang_output_section_statement_lookup_1.
1758 * ldlang.h (lang_output_section_statement_type): Add constraint
1759 and all_input_readonly fields.
1760 (lang_enter_output_section_statement): Adjust prototype.
1761 * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
1762 * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
1763 segment if all input sections are readonly.
1764
eea6121a 17652004-05-19 Adam Nemet <anemet@lnxw.com>
f2c50328
NC
1766
1767 * scripttempl/i386lynx.sc: Remove file.
1768
2a16d82a
BW
17692004-05-17 Bob Wilson <bob.wilson@acm.org>
1770
1771 * ld.texinfo (Output Section Address): Correct subsection name.
1772
eea6121a 17732004-05-17 Adam Nemet <anemet@lnxw.com>
b2d65c0b
NC
1774
1775 * configure.tgt (powerpc-*-lynxos* case): New case.
1776 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
1777 * emulparams/ppclynx.sh: New file.
1778 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
1779 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
1780 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
1781 (eppclynx.c): New rule.
1782 * Makefile.in: Regenerate.
1783
4b363073
NC
17842004-05-13 Joel Sherrill <joel@oarcorp.com>
1785
1786 * configure.tgt (or32-*-rtems*): Switch to elf and
1787 support versioned targets.
1788
9598fbe5
NC
17892004-05-13 Nick Clifton <nickc@redhat.com>
1790
1791 * po/fr.po: Updated French translation.
1792
8c37241b
JJ
17932004-05-11 Jakub Jelinek <jakub@redhat.com>
1794
1795 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
1796 for binaries, -shared and -pie.
1797 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
1798 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
1799 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
1800 (OTHER_RELRO_SECTIONS): ... this.
1801 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
1802 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
1803 -z relro and -z norelro.
1804 (gld${EMULATION_NAME}_list_options): Add it to usage.
1805 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
1806 -z relro scripts when appropriate.
1807 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
1808 Create separate .got.plt section if SEPARATE_GOTPLT.
1809 Move sections which are only written during relocation handling
1810 to the beginning of RW segment. If NO_SMALL_DATA, move .got
1811 before .data. Add DATA_SEGMENT_RELRO_END directive.
1812 Include OTHER_RELRO_SECTIONS.
1813 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
1814 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
1815 (fold_unary): Likewise.
1816 (fold_binary): Handle -z relro.
1817 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
1818 exp_dataseg_relro_adjust phases. Add relro_end field.
1819 * ldmain.c (main): Initialize link_info.relro to FALSE.
1820 * ldlang.c (lang_size_sections): Handle -z relro.
1821
e21059f2
MM
18222004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
1823
1824 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
1825
5f9b8920
JR
18262004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
1827
1828 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
1829 before printing it with %W.
1830
26d2d8a2 18312004-05-07 Brian Ford <ford@vss.fsi.com>
eea6121a 1832 DJ Delorie <dj@redhat.com>
26d2d8a2
BF
1833
1834 * emultempl/pe.em (real_flags): New static.
1835 (OPTION_LARGE_ADDRESS_AWARE): New define.
1836 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
1837 (gld_${EMULATION_NAME}_list_options): Likewise.
1838 (gld${EMULATION_NAME}_handle_option): Likewise.
1839 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
1840 * ld.texinfo: Document it.
1841 * NEWS: Mention it.
1842
1b169501
BF
18432004-05-07 Brian Ford <ford@vss.fsi.com>
1844
1845 * NEWS: Mention DWARF 2 support for i386pe.
1846
41cf0c62
AO
18472004-05-05 Alexandre Oliva <aoliva@redhat.com>
1848
1849 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
1850 elf32-frvfdpic.
1851
d0d6a25b
AM
18522004-04-30 Alan Modra <amodra@bigpond.net.au>
1853
1854 * ldlang.c (unique_section_p): Pass section parm, return true on
1855 group sections.
1856 (output_section_callback): Adjust.
1857 * ldlang.h (unique_section_p): Update prototype.
1858 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
1859
755306be
EB
18602004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
1861
eea6121a 1862 * ld.texinfo (--gc-sections): Remove restriction for
755306be
EB
1863 dynamic linking.
1864
8a7140c3
NC
18652004-04-29 Brian Ford <ford@vss.fsi.com>
1866
1867 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
1868 for DWARF 2/3. Update stab section's syntax.
1869
2f9636ba
AM
18702004-04-29 Alan Modra <amodra@bigpond.net.au>
1871
1872 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
1873 (fill_edata): Correct pointer arithmetic.
1874
23867d67
CD
18752004-04-21 Chris Demetriou <cgd@broadcom.com>
1876
1877 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
1878 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
1879 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
1880 (EXTRA_EM_FILE): Use mipsecoff.em
1881 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
1882 (EXTRA_EM_FILE): Use mipsecoff.em
1883 * emultempl/mipsecoff.em: Restructure to be included as an
1884 extra emulation file.
1885 (check_sections, gld${EMULATION_NAME}_after_open)
1886 (gld${EMULATION_NAME}_after_allocation)
1887 (gld${EMULATION_NAME}_get_script)
1888 (ld_${EMULATION_NAME}_emulation): Remove
1889 (gld${EMULATION_NAME}_before_parse): Rename to...
1890 (mipsecoff_before_parse): This.
1891 (LDEMUL_BEFORE_PARSE): Define.
1892 * emultempl/mipself.em: Remove file.
1893 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
1894 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
1895 these symbols.
1896 * Makefile.am: Remove dependencies on emultempl/mipself.em.
1897 * Makefile.in: Regenerate.
1898
1502569c
NC
18992004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
1900
1901 * ld.texinfo (synthesizing on H8/300): Information about linker
1902 relaxation support for bit manipulation instructions and system
1903 control instructions is added.
1904
c894ddfb
HPN
19052004-04-21 Hans-Peter Nilsson <hp@axis.com>
1906
1907 * NEWS: Mention change in DEFINED semantics.
1908
a85bf78e
EB
19092004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
1910
1911 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
1912 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
1913 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
1914
58434bc1
BE
19152004-04-21 Ben Elliston <bje@au.ibm.com>
1916
1917 * ld.texinfo (Simple Example): Add missing punctuation.
1918
7a7f4e42
CD
19192004-04-20 Chris Demetriou <cgd@broadcom.com>
1920
1921 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
1922
3737f867
JJ
19232004-04-19 Jakub Jelinek <jakub@redhat.com>
1924
1925 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
1926 specially.
1927
3c17e4f7
DS
19282004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
1929
1930 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
1931 with default priority. Likewise for dtors.
1932
279500de
TS
19332004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1934
1935 * configure.host: Remove mips*-dec-bsd* target.
1936 * configure.tgt: Likewise.
1937
52f89c0a
RS
19382004-04-08 Richard Sandiford <rsandifo@redhat.com>
1939
1940 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
1941 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
1942 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
1943 * emultempl/irix.em: New file.
1944 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
1945 dependencies.
1946 * Makefile.in: Regenerate.
1947
e489d0ae
PB
19482004-04-01 Paul Brook <paul@codesourcery.com>
1949
1950 * emultempl/armelf.em (byteswap_code): Add.
1951 (arm_elf_before_allocation): Pass extra parameter.
1952 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
1953 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
1954 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
1955 * emultempl/armelf_oabi.em: Pass extra parameter.
1956 * ld.texinfo: Document --be8.
1957
7cc8057a
SS
19582004-03-30 Stan Shebs <shebs@apple.com>
1959
1960 Remove long-obsolete MPW support.
1961 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
1962 * Makefile.am (mpw): Remove file-presynthesizing actions.
1963 * Makefile.in: Likewise.
1964 * ldfile.c (slash): Remove MPW case.
1965 * ldlex.l [MPW]: Remove unused definition.
1966
0949843d
NC
19672004-03-30 Galit Heller <Galit.Heller@nsc.com>
1968
1969 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
1970 (eelf32cr16c.c): New target.
1971 * Makefile.in: Regenerate.
1972 * configure.tgt: Handle cr16c-*-elf*.
1973 * emulparams/elf32cr16c.sh: New file.
1974 * scripttempl/elfcr16c.sc: Likewise
1975 * NEWS: Mention support for new target.
1976
0a159ef8
NC
19772004-03-30 Nick Clifton <nickc@redhat.com>
1978
1979 * po/sv.po: Updated Swedish translation.
1980
7a945db6
AM
19812004-03-27 Alan Modra <amodra@bigpond.net.au>
1982
1983 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
1984 * emultempl/hppaelf.em: Likewise.
1985 * emultempl/ppc64elf.em: Likewise.
1986 * emultempl/sh64elf.em: Likewise.
1987
5a580b3a
AM
19882004-03-25 Alan Modra <amodra@bigpond.net.au>
1989
1990 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
1991 size_dynamic_sections call.
1992
b9cf773d
AM
19932004-03-23 Alan Modra <amodra@bigpond.net.au>
1994
1995 PR 51.
1996 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
1997 link_info.wrap_char.
1998
59c2e50f
L
19992004-03-20 H.J. Lu <hongjiu.lu@intel.com>
2000
2001 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
2002 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
2003
44349745
AO
20042004-03-20 Alexandre Oliva <aoliva@redhat.com>
2005
2006 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
2007
81359a70
AM
20082004-03-19 Alan Modra <amodra@bigpond.net.au>
2009
2010 * config.in: Regenerate.
2011 * po/ld.pot: Regenerate.
2012
4a43e768
AM
20132004-03-18 Alan Modra <amodra@bigpond.net.au>
2014
2015 * ld.texinfo: Add --as-needed doco.
2016 * ldmain.c (as_needed): New global var.
2017 * ldmain.h (as_needed): Declare.
2018 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
2019 OPTION_NO_AS_NEEDED.
2020 (ld_options): Likewise.
2021 (parse_args): Handle them.
2022 * ldlang.h (lang_input_statement_type): Add as_needed field.
2023 * ldlang.c (new_afile): Set p->as_needed.
2024 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
2025 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
2026 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
2027
2028 * ldlang.c (open_input_bfds): Remove useless cast.
2029 (lang_do_assignments_1): Likewise.
2030 (lang_for_each_input_section): Delete.
2031
9183ed4b
AM
20322004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2033
2034 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
2035
ee31fbd0
NC
20362004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
2037
2038 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
2039 private when building implib.
2040
e5caec89
NS
20412004-03-05 Nathan Sidwell <nathan@codesourcery.com>
2042
2043 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
2044 SEC_THREAD_LOCAL.
2045 (IGNORE_SECTION): Ignore .tbss sections too.
2046 (lang_size_sections_1): .tbss sections do not advance dot.
2047
cc2f008e
AS
20482004-03-01 Andreas Schwab <schwab@suse.de>
2049
2050 * ld.texinfo (Options): Fix example for --wrap.
2051
f5a95868
DS
20522004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
2053
2054 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
2055 not NULL.
2056
177b729b
ILT
20572004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2058
2059 * ldlang.c (lang_check): Use %P, not %E, in error message.
2060
1b493742
NS
20612004-02-23 Nathan Sidwell <nathan@codesourcery.com>
2062
2063 * ldlang.h (struct lang_output_section_state): Change processed
2064 field's type.
2065 * ldexp.c (check, invalid): Remove.
2066 (fold_name): Move valid_p assignments. Create undefined symbol
2067 when needed. Directly exampine section's processd flag.
2068 * ldlang.c (lang_output_section_statement_lookup): Adjust
2069 processed field init.
2070 (lang_size_sections_1): Allow LOADADDR when determining section's
2071 VMA. Adjust error message. Fold data statement's expr.
2072 (lang_size_sections): Correctly increment lang_statement_iteration.
2073
20742004-02-23 Alan Modra <amodra@bigpond.net.au>
2075
2076 * ldexp.c (fold_tree): Follow indirect symbols.
b9cf773d 2077
876f4090
NS
20782004-02-20 Nathan Sidwell <nathan@codesourcery.com>
2079
2080 * ldgram.y (exp): Add two operand ALIGN.
2081 * ldexp.c (fold_binary): Add ALIGN_K case.
2082 * ld.texinfo (ALIGN): Document two operand version.
2083
384d938f
NS
20842004-02-19 Nathan Sidwell <nathan@codesourcery.com>
2085
2086 * ldlang.c (map_input_to_output_sections): Initialize sections
2087 mentioned in a data statement expression.
2088 (lang_do_assignments_1): Add data statement's expression's
2089 section's vma.
2090
b6ca8815
NS
20912004-02-18 Nathan Sidwell <nathan@codesourcery.com>
2092
2093 * ldgram.y (statement_anywhere): Add assert rule.
2094 * ldlang.c (exp_init_os): Add assert case.
2095
c92c35e7
AC
20962004-02-14 Andrew Cagney <cagney@redhat.com>
2097
2098 * ldmain.c (remove_output): Call bfd_cache_close.
2099
9bf78c99
RS
21002004-02-14 Richard Sandiford <rsandifo@redhat.com>
2101
2102 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
2103 .MIPS.content* and .MIPS.events* sections.
2104
f3806916
DJ
21052004-02-09 Daniel Jacobowitz <drow@mvista.com>
2106
2107 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
2108 .note.gnu.arm.ident to after allocated sections. Mark its
2109 address as 0.
2110
4c8e70d7
DJ
21112004-02-09 Daniel Jacobowitz <drow@mvista.com>
2112
2113 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
2114 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
2115 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
2116 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
2117 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
2118
ff71f4f7
NC
21192004-02-05 Nick Clifton <nickc@redhat.com>
2120
2121 * emultempl/pe.em (_after_open): Fix typo in previous delta.
2122
07a68a80
NC
21232004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
2124
2125 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
2126
1dd3bf68
AM
21272004-01-28 Alan Modra <amodra@bigpond.net.au>
2128
586196d5
AM
2129 * genscripts.sh: Fix typo.
2130
1dd3bf68
AM
2131 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
2132
13d9421f
JJ
21332004-01-24 Jakub Jelinek <jakub@redhat.com>
2134
2135 * emulparams/elf64_ia64.sh: Put .rela.opd into
2136 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
2137
4d8907ac
DS
21382004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
2139
2140 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
2141 * ld.texinfo (--omagic): Note that writable text section
2142 does not conform to published PE-COFF specs.
2143 (--enable-auto-import): Likewise.
2144
e5c60db5
AM
21452004-01-15 Alan Modra <amodra@bigpond.net.au>
2146
2147 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
2148
6bdafbeb
NC
21492004-01-13 Nick Clifton <nickc@redhat.com>
2150
2151 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
2152 which if true will prevent the LMA region being used as a
2153 replacement for a default VMA region.
586196d5
AM
2154 (lang_leave_output_section_statement): Pass extra parameter.
2155 (lang_leave_overlay): Likewise.
2156 * ld.texinfo (Output Section LMA): Document that the LMA
6bdafbeb
NC
2157 region can be set to the VMA region if no VMA has been set.
2158 * ldlang.h (struct lang_output_section_phdr_list): Create a
2159 typedef for this type. Minor formatting fixes.
586196d5 2160
9dfc8ab2
NC
21612004-01-13 Nick Clifton <nickc@redhat.com>
2162
2163 * ldlang.c (lang_size_sections_1): If dot is advanced, then
2164 assume that the section should be allocated.
2165
8325c4dd
AM
21662004-01-13 Alan Modra <amodra@bigpond.net.au>
2167
2168 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
2169 sections. Do ignore SEC_NEVER_LOAD sections.
2170 (lang_size_sections_1): Remove test made redundant with the above.
2171
83490352
AM
21722004-01-09 Alan Modra <amodra@bigpond.net.au>
2173
2174 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
2175 program_header_size.
2176
005e1118
AO
21772004-01-06 Alexandre Oliva <aoliva@redhat.com>
2178
2179 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
2180 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
2181 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
2182 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
2183 (MAXPAGESIZE): Set to 64Kb.
2184 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
2185 __ROFIXUP_END__. Don't map .rofixup.got any more.
2186 * emulparams/elf32frv.sh (NOP): Set.
2187 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
2188 * configure.tgt: Add frv-*-*linux*.
2189 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
2190 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
2191 (eelf32frvfd.c): New.
2192 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
2193 * emulparams/elf32frv.sh: Reverted previous two patches.
2194 * emulparams/elf32frvfd.sh: New.
2195 * Makefile.in: Rebuilt.
2196 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
2197 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
2198 .rofixup.got to .rofixup.
2199 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
2200 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
2201 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
2202
060feee5
JJ
22032004-01-05 Jakub Jelinek <jakub@redhat.com>
2204
2205 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
2206 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
2207
5e2f1575
AM
22082004-01-03 Alan Modra <amodra@bigpond.net.au>
2209
e5caa5e0
AM
2210 * ldexp.c (align_n): Make static.
2211 * ldexp.h (align_n): Delete declaration.
2212 * ldlang.h (lang_enter_output_section_statement): Remove
2213 block_value param.
2214 * ldlang.c (lang_enter_output_section_statement): Likewise.
2215 (TO_ADDR, TO_SIZE): Define.
c2df3ea5 2216 (opb_shift): New var.
e5caa5e0
AM
2217 (init_opb): New function.
2218 (print_input_section): Call init_opb and use TO_ADDR.
2219 (print_data_statement, print_reloc_statement): Likewise.
2220 (print_padding_statement): Likewise.
c2df3ea5 2221 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
2222 (lang_check_section_addresses): Likewise.
2223 (lang_size_sections_1): Likewise.
2224 (lang_do_assignments_1): Likewise.
2225 (lang_set_startof): Likewise.
c2df3ea5 2226 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 2227 (lang_process): Call init_opb.
c2df3ea5 2228 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
2229 (lang_enter_overlay_section): Adjust
2230 lang_enter_output_section_statement call.
2231 * ldgram.y: Likewise.
2232 * mri.c (mri_draw_tree): Likewise.
2233 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2234 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2235 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2236
5e2f1575
AM
2237 * ldfile.c (ldfile_set_output_arch): Add defarch param.
2238 * ldfile.h (ldfile_set_output_arch): Ditto.
2239 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
2240 ldfile_set_output_arch.
2241 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2242 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
2243 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
2244 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2245 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
2246 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2247 * ldgram.y: Adjust ldfile_set_output_arch call.
2248 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2249 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
2250 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
2251 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
2252 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
2253 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2254 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2255
b50c15dc
NC
22562004-01-02 Bernardo Innocenti <bernie@develer.com>
2257
2258 * configure.tgt: Add m68k-uClinux target.
6edf0760 2259
c9e214e5 2260For older changes see ChangeLog-0203
252b5132
RH
2261\f
2262Local Variables:
2263mode: change-log
2264left-margin: 8
2265fill-column: 74
2266version-control: never
2267End:
This page took 0.425762 seconds and 4 git commands to generate.