* emulparams/elf32ms1.sh: New.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
b2be2013
AH
12005-06-08 Aldy Hernandez <aldyh@redhat.com>
2
3 * emulparams/elf32ms1.sh: New.
4
a34e3ecb
EC
52005-06-07 Eric Christopher <echristo@redhat.com>
6
7 * Makefile.am (eelf32ms1.c): Use tab.
8 * Makefile.in: Regenerate.
9
9e1f170f
AH
102005-06-07 Aldy Hernandez <aldyh@redhat.com>
11 Michael Snyder <msnyder@redhat.com>
12 Stan Cox <scox@redhat.com>
13
14 * configure.tgt: Same.
15
16 * Makefile.am (ALL_EMULATIONS): Depend on eelf32ms1.o.
17 (eelf32ms1.c): Add eelf32ms1.c rule.
18
19 * Makefile.in: Regenerate.
20
b4f4e59f
AM
212005-06-06 Alan Modra <amodra@bigpond.net.au>
22
23 * emultempl/ppc64elf.em (ppc_before_allocation): Always run
24 ppc64_elf_edit_opd.
25
18b79829
L
262005-06-05 H.J. Lu <hongjiu.lu@intel.com>
27
28 * ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
29 section only if the symbol will be defined.
30
079f985c
L
312005-06-04 H.J. Lu <hongjiu.lu@intel.com>
32
33 PR 992
34 * ldexp.c (exp_mark_used_section): Set SEC_KEEP on current
35 section for etree_assign, etree_provide and etree_provided.
36 Call fold_binary on etree_binary.
37
38 * ldlang.c (lang_mark_used_section_1): Handle load base.
39
e1fffbe6
AM
402005-06-03 Alan Modra <amodra@bigpond.net.au>
41
42 * ldmain.c (link_callbacks): Add einfo.
43 (add_archive_element): Use passed info, not link_info.
44 (constructor_callback): Likewise.
45 (reloc_overflow): Don't handle null bfd specially.
46 (reloc_dangerous, unattached_reloc): Likewise.
47 * ldmisc.c (vfinfo <B>): Print "ld generated" for null bfd.
48 (vfinfo <C, D, G>): Handle null bfd. Wrap comments.
49
408082ec
AM
502005-06-02 Alan Modra <amodra@bigpond.net.au>
51
52 * ldexp.h (etree_value_type): Use "asection *" in place of
53 "struct lang_output_section_statement_struct *" for "section".
54 (exp_fold_tree): Likewise.
55 (exp_mark_used_section): Likewise.
56 * ldexp.c (new_rel, new_rel_from_section, fold_unary, fold_binary,
57 fold_trinary, fold_name, exp_fold_tree_1, exp_fold_tree,
58 exp_mark_used_section): Likewise for "current_section" param.
59 (make_abs, new_abs, exp_binop, exp_unop, exp_get_vma, exp_get_fill,
60 exp_get_abs_int): Adjust for above changes.
61 * ldlang.c (lang_mark_used_section_1, print_assignment,
62 lang_size_sections_1, lang_do_assignments_1): Likewise.
63 * ldexp.c (fold_name): Init entire result struct.
64
d0d3b2e8
MR
652005-06-01 Maciej W. Rozycki <macro@linux-mips.org>
66
67 * emulparams/elf32btsmip.sh: Unset DATA_ADDR.
68
a359509e
ZW
692005-05-31 Zack Weinberg <zack@codesourcery.com>
70
71 * ldlang.c (entry_symbol_default): New file-scope global.
72 (lang_finish): Use it, not a hardwired "start".
73 (lang_default_entry): Set it.
74 * ldlang.h: Declare lang_default_entry.
75 * emultempl/beos.em, emultempl/pe.em: Use lang_default_entry,
76 not lang_add_entry, to override default entry point symbol.
77
8d6d53d4
RH
782005-05-29 Richard Henderson <rth@redhat.com>
79
80 * emulparams/elf64alpha.sh (PLT): New.
81 (TEXT_PLT): New.
82 * emultempl/alphaelf.em (disable_relaxation): New.
83 (limit_32bit): Rename from elf64alpha_32bit; update all users.
84 (elf64_alpha_use_secureplt): Declare.
85 (bfd_elf64_alpha_vec, bfd_elf64_alpha_freebsd_vec): Declare.
86 (alpha_after_open): New.
87 (alpha_before_allocation): New.
88 (OPTION_NO_RELAX, OPTION_SECUREPLT, OPTION_NO_SECUREPLT): New.
89 (PARSE_AND_LIST_LONGOPTS): Include them.
90 (PARSE_AND_LIST_OPTIONS): Likewise.
91 (PARSE_AND_LIST_ARGS_CASES): Likewise.
92 (LDEMUL_AFTER_OPEN, LDEMUL_BEFORE_ALLOCATION): New.
93 * scripttempl/elf.sc (TEXT_PLT): New.
94 (PLT): Use it.
95
f93e81d6
AS
962005-05-27 Andreas Schwab <schwab@suse.de>
97
98 * configure.host (HOSTING_LIBS): Add libunwind.a if it exists.
99
61f8ebf2
AM
1002005-05-24 Alan Modra <amodra@bigpond.net.au>
101
102 * emultempl/ppc32elf.em (after_allocation): Don't call
103 ppc_elf_set_sdata_syms when relocatable.
104
8b803601
L
1052005-05-21 H.J. Lu <hongjiu.lu@intel.com>
106
107 * Makefile.am (ld.1): Revert the last 2 changes.
108 (info-recursive): Depend on ld.1.
109 * Makefile.in: Regenerated.
110
e366efef
L
1112005-05-21 H.J. Lu <hongjiu.lu@intel.com>
112
113 * Makefile.am (ld.1): Depend on "info" instead of
114 "configdoc.texi ldver.texi".
115 * Makefile.in: Regenerated.
116
abf32a89
L
1172005-05-21 H.J. Lu <hongjiu.lu@intel.com>
118
119 * Makefile.am (ld.1): Depend on "info".
120 * Makefile.in: Regenerated.
121
e3e71e27
ZW
1222005-05-19 Zack Weinberg <zack@codesourcery.com>
123
124 * Makefile.am: Have 'all' depend on 'info' and 'ld.1'.
125 * Makefile.in: Regenerate.
126
c19d1205
ZW
1272005-05-17 Zack Weinberg <zack@codesourcery.com>
128
129 * ld-arm/mixed-app.d: Adjust expected disassembly a little.
130
970c3dbc
DJ
1312005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
132
133 * Makefile.am (ldver.texi): Don't use $<.
134 * Makefile.in: Regenerated.
135
6e1b59d2
DJ
1362005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
137
138 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Explicitly include
139 $(srcdir) before $(BFDDIR)/doc.
140 * Makefile.in: Regenerated.
141
75ff4589
L
1422005-05-17 H.J. Lu <hongjiu.lu@intel.com>
143
144 PR 797
145 * ldexp.c (exp_fold_tree_1): Renamed from exp_fold_tree and
146 take take a bfd_boolean, mark_used. Ignore assert failure if
147 mark_used is TRUE.
148 (exp_fold_tree) Call exp_fold_tree_1 with mark_used == FALSE.
149 (exp_fold_tree_no_dot): Updated to take a bfd_boolean,
150 mark_used and pass down.
151 (fold_unary): Likewise.
152 (fold_binary): Likewise.
153 (fold_trinary): Likewise.
154 (exp_binop): Add FALSE to call to exp_fold_tree_no_dot.
155 (exp_trinop): Likewise.
156 (exp_unop): Likewise.
157 (exp_nameop): Likewise.
158 (exp_get_vma): Likewise.
159 (exp_get_fill): Likewise.
160 (exp_get_abs_int): Likewise.
161 (fold_name): Likewise. Set SEC_KEEP in output section flags.
162 (exp_mark_used_section): New.
163
164 * ldexp.h (exp_mark_used_section): New.
165
166 * ldlang.c (lang_output_section_statement_lookup_1): Set the
167 ignored field to FALSE.
168 (lang_mark_used_section_1): New.
169 (lang_mark_used_section): Call lang_mark_used_section_1.
170 (strip_excluded_output_sections): Call lang_mark_used_section
171 and check for unused sections.
172 (lang_size_sections_1): Skip an output section if it should
173 be ignored.
174 (lang_do_assignments_1): Likewise.
175 (lang_process): Don't call lang_mark_used_section here.
176
177 * ldlang.h (lang_output_section_statement_type): Change
178 all_input_readonly to bitfield. Add ignored.
179
25ba8e7b
NC
1802005-05-17 Lennert Buytenhek <buytenh@wantstofly.org>
181 Peter S. Mazinger" <ps.m@gmx.net>
182
c19d1205
ZW
183 * emulparams/armelf_linux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
184 * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Define as "yes".
25ba8e7b 185
10dbd1f3
NC
1862005-05-17 Julian Brown <julian@codesourcery.com>
187
188 * ldlang.c (print_assignment): Do not rely upon a valid result
189 having a section associated with it.
190
3b83e13a
NC
1912005-05-17 Nick Clifton <nickc@redhat.com>
192
193 * ldlang.c (Scan_for_self_assignment): Check an assignment tree to
194 see if the same value is being used on the rhs as on the lhs.
195 (print_assignment): Call scan_for_self_assignment and if it
196 returns true, do no display the result of the computation but
197 instead just the final value of the symbol on the lhs.
198 * ld.texinfo: Document this behaviour and provide an example of
199 when it will happen.
200
42ecbf5e
DJ
2012005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
202
203 * Makefile.am (AM_MAKEINFOFLAGS): Define.
204 (TEXI2DVI): Define.
205 (ldver.texi): Depend on distributed files instead of built files.
206 (ld.info): Include $(srcdir) in the rule target. Remove actions.
207 (ld.dvi): Remove actions.
208 (MAINTAINERCLEANFILES): Add configdoc.texi.
209 (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in.
210 (install-data-local): Renamed from install.
211 (Makefile): Remove explicit dependency.
212 * acinclude.m4: Remove obsolete code.
213 * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL.
214 * Makefile.in, aclocal.m4, config.in, configure: Regenerated.
215
be2c2e39
BW
2162005-05-11 Bob Wilson <bob.wilson@acm.org>
217
218 * scripttempl/elfxtensa.sc: Sync up with elf.sc.
219 * emulparams/elf32xtensa.sh (PLT, GOT): Define.
220
0cf7d72c
AM
2212005-05-11 Alan Modra <amodra@bigpond.net.au>
222
223 * ldgram.y: Add SPECIAL token.
224 (sect_constraint): Handle SPECIAL.
225 * ldlang.c (lang_output_section_find_1): Don't match SPECIAL.
226 (map_input_to_output_sections): Likewise.
227 * ldlex.l (SPECIAL): Define.
228 * emulparams/elf32ppc.sh (DATA_GOT, SDATA_GOT, SEPARATE_GOTPLT,
229 GOT, PLT, GOTPLT): Define.
230 * emultempl/ppc32elf.em (old_plt, old_got): New static vars.
231 (ppc_after_open): New function.
232 (PARSE_AND_LIST_PROLOGUE): Define OPTION_OLD_LPT and OPTION_OLD_GOT.
233 (PARSE_AND_LIST_LONGOPTS): Add "bss-plt" and "sdata-got".
234 (PARSE_AND_LIST_OPTIONS): Document them.
235 (PARSE_AND_LIST_ARGS_CASES): Handle them.
236 (LDEMUL_AFTER_OPEN): Define.
237 * scripttempl/elf.sc (PLT): Don't override existing define.
238 (DATA_GOT, SDATA_GOT): Define and use to enable alternate got
239 placement rather than using NO_SMALL_DATA. Emit GOTPLT for RELRO_NOW.
240
4ca02259
AM
2412005-05-10 Alan Modra <amodra@bigpond.net.au>
242
243 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_GOTPLT_END): Delete.
244 (DATA_SEGMENT_RELRO_END): Use SEPARATE_GOTPLT value.
245 (GOTPLT): Remove DATA_SEGMENT_RELRO_GOTPLT_END. Place after
246 DATA_SEGMENT_RELRO_END in script.
247
baf6e97f
L
2482005-05-09 H.J. Lu <hongjiu.lu@intel.com>
249
250 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
251 Don't use a removed section.
252
a6e1b90f
L
2532005-05-09 H.J. Lu <hongjiu.lu@intel.com>
254
255 * ldmain.c (reloc_overflow): Use output_bfd if the symbol
256 is defined in the ABS section.
257
c18bae34
L
2582005-05-06 H.J. Lu <hongjiu.lu@intel.com>
259
260 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
261 Put back !link_info.relocatable.
262
4ef24a2e
L
2632005-05-06 H.J. Lu <hongjiu.lu@intel.com>
264
3f693ed5 265 PR 878
4ef24a2e
L
266 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_init_fini_syms):
267 Just check link_info.executable.
268
e06fb9c3
NC
2692005-05-06 Nick Clifton <nickc@redhat.com>
270
271 * Update the address and phone number of the FSF organization in
272 the GPL notices in the following files:
273 aclocal.m4, deffile.h, deffilep.y, fdl.texi, ld.h, ldcref.c,
274 ldctor.c, ldctor.h, ldemul.c, ldexp.c, ldexp.h, ldfile.c,
275 ldfile.h, 20ldgram.y, ldint.texinfo, ldlang.c, ldlang.h, ldlex.h,
276 ldlex.l, ldmain.c, ldmain.h, ldmisc.c, ldmisc.h, ldver.c, ldver.h,
277 ldwrite.c, ldwrite.h, lexsup.c, mri.c, mri.h, pe-dll.c, pe-dll.h,
278 sysdep.h, emultempl/aix.em, emultempl/alphaelf.em,
279 emultempl/armcoff.em, emultempl/armelf.em, emultempl/beos.em,
280 emultempl/crxelf.em, emultempl/elf32.em, emultempl/generic.em,
281 emultempl/gld960.em, emultempl/gld960c.em, emultempl/hppaelf.em,
282 emultempl/ia64elf.em, emultempl/irix.em, emultempl/linux.em,
283 emultempl/lnk960.em, emultempl/m68hc1xelf.em,
284 emultempl/m68kcoff.em, emultempl/m68kelf.em,
285 emultempl/mipsecoff.em, emultempl/mmix-elfnmmo.em,
286 emultempl/mmixelf.em, emultempl/mmo.em, emultempl/needrelax.em,
287 emultempl/pe.em, emultempl/ppc32elf.em, emultempl/ppc64elf.em,
288 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em,
289 emultempl/vanilla.em, emultempl/xtensaelf.em
290
01d9ad14
L
2912005-05-05 H.J. Lu <hongjiu.lu@intel.com>
292
293 * scripttempl/elf.sc: Document the usage of __bss_start.
294
eac338cf
PB
2952005-05-05 Paul Brook <paul@codesourcery.com>
296
297 * Makefile.am: Add eelf_i386_vxworks.
298 * Makefile.in: Regenerate.
299 * configure.tgt: Make i?86-*-vxworks use targ_emul=elf_i386_vxworks.
300 * emulparams/elf_i386_vxworks.sh: New file.
301 * emulparams/vxworks.sh: New file.
302 * scripttempl/elf.sc: Add DATA_END_SYMBOLS and ETEXT_NAME.
303
f652615e
L
3042005-05-04 H.J. Lu <hongjiu.lu@intel.com>
305
306 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
307 Call _bfd_elf_provide_section_bound_symbols.
308
8423293d
AM
3092005-05-04 Alan Modra <amodra@bigpond.net.au>
310
311 * ldemul.c: Include bfdlink.h.
312 (ldemul_before_allocation): Assume before_allocation is non-zero.
313 (before_allocation_default): Call strip_excluded_output_sections.
314 * ldlang.c (stripped_excluded_sections): New variable.
315 (lang_add_section): Build input section list for each output
316 section, attached via map_head and map_tail pointers.
317 (strip_excluded_output_sections): Make global. Traverse the
318 input section lists to find which output sections can go. Clear
319 link_order pointers and set stripped_excluded_sections.
320 (lang_process): Call strip_excluded_output_sections.
321 * ldlang.h (strip_excluded_output_sections): Declare.
322 * ldwrite.c: Update throuhout for link_order_head -> map_head change.
323 * emultempl/aix.em (before_allocation): Call
324 strip_excluded_output_sections.
325 * emultempl/armcoff.em (before_allocation): Likewise.
326 * emultempl/beos.em (before_allocation): Likewise.
327 * emultempl/linux.em (before_allocation): Likewise.
328 * emultempl/pe.em (before_allocation): Likewise.
329 * emultempl/sunos.em (before_allocation): Likewise.
330 * emultempl/elf32.em (before_allocation): Likewise. Call
331 bfd_elf_size_dynsym_hash_dynstr too.
332 * emultempl/lnk960.em (lnk960_before_allocation): Delete.
333 (ld_lnk960): Use before_allocation_default.
334
5daa8fe7
L
3352005-05-02 H.J. Lu <hongjiu.lu@intel.com>
336
337 * emultempl/elf32.em (gld${EMULATION_NAME}_strip_empty_section):
338 Updated for bfd_section_list_remove change.
339 * ldlang.c (lang_insert_orphan): Likewise.
340 (strip_excluded_output_sections): Likewise.
341 (sort_sections_by_lma): New.
342 (lang_check_section_addresses): Sort the sections before
343 checking addresses.
344
009b6a7a
DJ
3452005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
346
347 * configure.tgt: Add h8300*-*-rtemscoff.
348 Switch h8300*-*-rtems* to elf.
349
279e75dc
BE
3502005-04-29 Ben Elliston <bje@au.ibm.com>
351
352 * ldgram.y (lang_memory_region_type): Make static.
353 (ldgram_want_filename): Likewise.
354 * ldemul.c (ld_emulation): Make static.
355 * ldfile.h (ldfile_find_command_file): Remove extern.
356 * ldfile.c (ldfile_find_command_file): Make static.
357 * ldlang.h (unique_section_list): Remove extern declaration.
358 * ldlang.c (unique_section_list): Make static.
359 * mri.h (symbol_truncate): Remove extern declaration.
360 * mri.c (symbol_truncate): Make static.
361 (order, only_load, address, alias): Likewise.
362 (alignment, subalignment): Likewise.
363
4a2afbc1
L
3642005-04-27 H.J. Lu <hongjiu.lu@intel.com>
365
366 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols):
367 Use the first SEC_ALLOC section which isn't SEC_READONLY or the
368 last SEC_ALLOC section if such a section doesn't exist.
369
fd9719b1
MK
3702005-04-24 Mark Kettenis <kettenis@gnu.org>
371
372 * configure.host: Add *-*-openbsd support.
373
33bfe774
JB
3742005-04-15 Julian Brown <julian@codesourcery.com>
375
376 * ld.texinfo: Document --use-blx.
377 * emultempl/armelf.em (use_blx): New variable.
378 (arm_elf_create_output_section_statements): Communicate value of
379 use_blx to bfd.
380 (PARSE_AND_LIST_PROLOGUE): Add OPTION_USE_BLX.
381 (PARSE_AND_LIST_OPTIONS): Add --use-blx option.
382 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_USE_BLX case.
383
9e9b66a9
AM
3842005-04-14 Alan Modra <amodra@bigpond.net.au>
385
386 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
387 * configure.in: Include ../bfd/warning.m4 contents.
388 * Makefile.in: Regenerate.
389 * configure: Regenerate.
390
ceae3e33
AM
3912005-04-12 Alan Modra <amodra@bigpond.net.au>
392
393 * Makefile.am: Run "make dep-am".
394 (ldgram.o, ldlex.o, deffilep.o): Add -Wno-error to command.
395 * Makefile.in: Regenerate.
396 * config.in: Regenerate.
397
7cedef86
AM
3982005-04-11 Alan Modra <amodra@bigpond.net.au>
399
400 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Ignore
401 as_needed libs that were not needed.
402 (gld${EMULATION_NAME}_check_needed): Likewise.
403
187ffe95
NC
4042005-04-07 Nick Clifton <nickc@redhat.com>
405
406 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h so that
0cf7d72c 407 ldfile.h can use the lang_input_statement type.
187ffe95 408
72223188
JJ
4092005-04-06 Jakub Jelinek <jakub@redhat.com>
410
411 * ldlang.c: Formatting.
412 (walk_wild_consider_section): Remember return value from wildcardp.
413 (is_simple_wild): Use strcspn instead of 2 strpbrk calls and strlen.
414 (wild_spec_can_overlap): Use strcspn instead of strpbrk and strlen.
415
4162005-04-06 Robert O'Callahan <rocallahan@novell.com>
417
418 * ld.h (lean_section_userdata_type): Remove.
419 (fat_section_userdata_type): Remove file field.
420 (SECTION_USERDATA_SIZE): Remove.
421 * ldlang.c (init_os): Eliminate initialization of unused
422 lean_section_userdata_type.
423
424 * ldlang.h (callback_t, walk_wild_section_handler_t): New
425 typedefs.
426 (struct lang_wild_statement_struct): Add walk_wild_section_handler
427 and handler_data fields.
428 * ldlang.c (callback_t): Removed.
429 (walk_wild_consider_section, walk_wild_section_general,
430 section_iterator_callback, find_section, is_simple_wild,
431 match_simple_wild, walk_wild_section_specs1_wild0,
432 walk_wild_section_specs1_wild1, walk_wild_section_specs2_wild1,
433 walk_wild_section_specs3_wild2, walk_wild_section_specs4_wild2,
434 wild_spec_can_overlap, analyze_walk_wild_section_handler): New
435 functions.
436 (lang_add_wild): Call analyze_walk_wild_section_handler.
437 (walk_wild_section): Renamed to walk_wild_section_general and
438 created a wrapper function.
439 (section_iterator_callback_data): New typedef.
440
34875e64
NC
4412005-04-04 Nick Clifton <nickc@redhat.com>
442
443 * configure.in: Add a check for <unistd.h> providing a prototype
444 for getopt() which is compatible with the one in
445 include/getopt.h. If so then define HAVE_DECL_GETOPT.
446 * configure: Regenerate.
447 * config.in (HAVE_DECL_GETOPT): Add.
448 * ldemul.c: Include config.h
449 * lexsup.c: Likewise.
450 * emultempl/elf32.sc: Likewise.
451
deb04cdb
AM
4522005-03-29 Alan Modra <amodra@bigpond.net.au>
453
454 * emultempl/elf32.em (gld${EMULATION_NAME}_layout_sections_again):
455 New function, extracted from static void gld${EMULATION_NAME}_finish.
456 (gld${EMULATION_NAME}_strip_empty_sections): Likewise.
457 (gld${EMULATION_NAME}_provide_init_fini_syms): Likewise.
458 * emultempl/ppc64elf.em: Revert last change.
459 (ppc_layout_sections_again): Use
460 gld${EMULATION_NAME}_layout_sections_again.
461 (ppc_finish): Don't call gld${EMULATION_NAME}_finish. Instead call
462 gld${EMULATION_NAME}_strip_empty_sections and
463 gld${EMULATION_NAME}_provide_init_fini_syms.
464 * emultempl/hppaelf.em: Similarly.
465
8b4e5e28
AM
4662005-03-29 Alan Modra <amodra@bigpond.net.au>
467
468 * emultempl/ppc64elf.em (need_laying_out): Delete. Remove all refs.
469 (ppc_finish): Don't call bfd_elf_discard_info.
470 * emultempl/hppaelf.em: Similarly.
471
510a939b
NC
4722005-03-24 Nick Clifton <nickc@redhat.com>
473
474 * po/fr.po: Updated French translation.
475
ed84e695
NC
4762005-03-23 Mike Frysinger <vapier@gentoo.org>
477 Nick Clifton <nickc@redhat.com>
478
479 * configure.host: Accept any C library to accompany a GNU Linux
480 implementation, not just the GNU C library.
481 * configure.tgt: Likewise.
482 * emultempl/elf32.em: Likewise.
deb04cdb 483
81e1b023
L
4842005-03-22 H.J. Lu <hongjiu.lu@intel.com>
485
486 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols): New
487 (gld${EMULATION_NAME}_finish): Call
488 gld${EMULATION_NAME}_provide_bound_symbols to provide
489 __preinit_array_start, __preinit_array_end, __init_array_start,
490 __init_array_end, __fini_array_start and __fini_array_end.
491
492 * scripttempl/elf.sc: Don't provide __preinit_array_start,
493 __preinit_array_end, __init_array_start, __init_array_end,
494 __fini_array_start nor __fini_array_end.
495
11d2f718
AM
4962005-03-23 Alan Modra <amodra@bigpond.net.au>
497
498 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Set
499 SEC_EXCLUDE on .gnu.warning sections.
500
644285ef
AM
5012005-03-22 Alan Modra <amodra@bigpond.net.au>
502
503 * scripttempl/elf.sc (SBSS): Don't provide sbss start and end syms.
504
c9a2f333
AM
5052005-03-21 Alan Modra <amodra@bigpond.net.au>
506
507 * emultempl/ppc32elf.em (gld${EMULATION_NAME}_after_allocation): New
508 function.
509 (LDEMUL_AFTER_ALLOCATION): Define.
510
b1ab9777
AM
5112005-03-21 Alan Modra <amodra@bigpond.net.au>
512
513 * emultempl/ppc64elf.em (ppc_finish): Rename from
514 gld${EMULATION_NAME}_finish. Call gld${EMULATION_NAME}_finish.
515 (LDEMUL_FINISH): Update.
516 * emultempl/hppaelf.em (hppaelf_finish, LDEMUL_FINISH): Likewise.
517 * emultempl/m68hc1xelf.em (m68hc11elf_finish, LDEMUL_FINISH): Likewise.
518
2a2a7c94
JB
5192005-03-18 Julian Brown <julian@codesourcery.com>
520
521 * scripttempl/armbpapi.sc (.rel.dyn): Add .rel.init_array,
522 .rel.fini_array.
523 (.rela.dyn): Add .rela.init_array, .rela.fini_array.
524 (SECTIONS): Add .rel.other, .rela.other, .reli.other after PLT relocs.
525
98720c64
L
5262005-03-18 H.J. Lu <hongjiu.lu@intel.com>
527
528 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Don't set
529 bfd_section when removing unused empty output sections for
530 non-relocatable link.
531
41c7ba7c
AM
5322005-03-19 Alan Modra <amodra@bigpond.net.au>
533
534 * ldlang.c (lang_insert_orphan): Use old section_tail rather than
535 traversing the bfd section list to find pointer to new section.
536
0fb53118
AM
5372005-03-18 Alan Modra <amodra@bigpond.net.au>
538
539 * scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2
540 input sections into .sdata and .sbss output respectively.
541
de7f8cc8
BW
5422005-03-16 David Heine <dlheine@tensilica.com>
543 Bob Wilson <bob.wilson@acm.org>
544
545 * ldlang.c (IGNORE_SECTION): Remove check for zero size.
546 (lang_check_section_addresses): Ignore zero size sections here.
547
57316bff
L
5482005-03-16 H.J. Lu <hongjiu.lu@intel.com>
549
550 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Remove
551 unused empty output sections for non-relocatable link.
552
553 * ld.h (args_type): Remove gc_sections.
554
555 * ldlang.c (lang_mark_used_section): New.
556 (lang_gc_sections): Use link_info.gc_sections instead of
557 command_line.gc_sections.
558 * ldmain.c (main): Likewise.
559 * lexsup.c (parse_args): Likewise.
560 * ldlang.c (lang_process): Call lang_mark_used_section.
561
562 * ldmain.c (main): Initialize link_info.gc_sections to FALSE.
563
1ad12f97
NC
5642005-03-16 Nick Clifton <nickc@redhat.com>
565 Ben Elliston <bje@au.ibm.com>
566
569acd2c 567 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 568 compiler command line. Enabled by default. Disable via
569acd2c 569 --disable-werror.
1ad12f97
NC
570 * configure: Regenerate.
571
cb2d1ef2
AM
5722005-03-16 Alan Modra <amodra@bigpond.net.au>
573
574 * emulparams/elf32ppclinux.sh (OTHER_READWRITE_SECTION): Delete.
575 (OTHER_RELRO_SECTIONS): Set this instead.
576
957d91c1
NC
5772005-03-15 Nick Clifton <nickc@redhat.com>
578
579 * NEWS: Add cutoff for changes in 2.16 release.
580
34723071
NC
5812005-03-15 Mikkel Krautz <krautz@gmail.com>
582
583 * configure.tgt (x86_64-elf): Add target.
584
729ae8d2
AM
5852005-03-15 Alan Modra <amodra@bigpond.net.au>
586
587 * po/es.po: Commit new Spanish translation.
588
8b3d8fa8
AM
5892005-03-14 Alan Modra <amodra@bigpond.net.au>
590
591 * ldexp.c (exp_fold_tree): Ensure return value is initialized.
592 Tidy etree_assert case.
593
882cb63e
AM
5942005-03-14 Alan Modra <amodra@bigpond.net.au>
595
596 * po/tr.po: Commit new Turkish translation.
597
61c84b48
DJ
5982005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
599
600 * Makefile.am: Remove references to em68klynx.o and esparclynx.o.
601 * Makefile.in: Regenerated.
602 * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
603
41c9e29d
NC
6042005-03-07 Nick Clifton <nickc@redhat.com>
605
606 * po/fr.po: Updated translation.
607
06647dfd
AM
6082005-03-05 Alan Modra <amodra@bigpond.net.au>
609
610 * po/ld.pot: Regenerate.
611
bb14f524
JB
6122005-03-02 Jan Beulich <jbeulich@novell.com>
613
614 * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
615 * pe-dll.c (pe_dll_generate_implib): Likewise.
616
0ef622cb
BE
6172005-02-24 Ben Elliston <bje@au.ibm.com>
618
619 * ldfile.c: Remove GNU960 conditional code.
620 * emultempl/gld960.em: Likewise.
621 * emultempl/gld960c.em: Likewise.
622 * emultempl/lnk960.em: Likewise.
623
f3f4bcca
NC
6242005-02-24 Nick Clifton <nickc@redhat.com>
625
626 * emultempl/lnk960.em (lnk960_before_parse): Remove redundant
627 empty string from calls to concat.
628
6292005-02-23 Nick Clifton <nickc@redhat.com>
630
631 * emultempl/lnk960.em (lnk960_before_parse): Terminate list of
632 arguments passed to concat() with a NULL.
633
634 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h because they
635 define types needed by ldfile.h
636
47639182
AM
6372005-02-23 Alan Modra <amodra@bigpond.net.au>
638
639 * pe-dll.c: Warning fixes.
640 * emultempl/sunos.em: Likewise.
641
ace66bb2
DJ
6422005-02-22 Daniel Jacobowitz <dan@codesourcery.com>
643
644 * ldlang.c (section_already_linked): Don't call
645 bfd_section_already_linked for dynamic objects.
646
5718918d
AM
6472005-02-22 Alan Modra <amodra@bigpond.net.au>
648
649 * ldexp.c: Warning fixes.
650 * ldwrite.c: Likewise.
651 * emultempl/elf32.em: Likewise.
652
ebe372c1
L
6532005-02-21 H.J. Lu <hongjiu.lu@intel.com>
654
655 * ldlang.c (lang_add_section): Check SEC_TIC54X_BLOCK for TI
656 tic54x input only.
657 (lang_size_sections_1): Check SEC_COFF_SHARED_LIBRARY for COFF
658 and ECOFF output only.
659
0ca2f5d5
AM
6602005-02-21 Alan Modra <amodra@bigpond.net.au>
661
662 * config.in: Regenerate.
663 * configure: Regenerate.
664
fbbb9ac5
ZW
6652005-02-17 Zack Weinberg <zack@codesourcery.com>
666
667 * ldexp.c (assigning_to_dot): New global flag.
668 (fold_name): If assigning_to_dot is true, object immediately to
669 an undefined symbol.
670 (exp_fold_tree): Set and clear assigning_to_dot around the
671 recursive call to exp_fold_tree to process the right-hand side
672 of an assignment to the location counter.
673
c68dac40
PB
6742005-02-17 Paul Brook <paul@codesourcery.com>
675
676 * scripttempl/armbpabi.sc: Add dummy name to version block.
677
20c2cbe3
AM
6782005-02-17 Alan Modra <amodra@bigpond.net.au>
679
680 * ldexp.c (new_abs): Init new.str.
681
0b48acfe
MM
6822005-02-15 Mark Mitchell <mark@codesourcery.com>
683
684 * configure.in (AC_CHECK_FUNCS): Add glob.
685 * configure: Regenerated.
686 * emultempl/elf32.em (<glob.h>): Do not include if HAVE_GLOB is
687 not defined.
688 (gld${EMULATION_NAME}_parse_ld_so_conf_include): Do not use glob
689 if HAVE_GLOB is not defined.
fbbb9ac5 690
ff925e69
KK
6912005-02-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
692
693 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Define
694 lib_path if NATIVE is yes.
695
92b7a70f
AM
6962005-02-16 Alan Modra <amodra@bigpond.net.au>
697
698 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Make
699 an error creating fake bfd fatal.
700 (ppc_before_allocation): Continue on after errors.
701 (gld${EMULATION_NAME}_finish): Likewise.
702
297ba367
NC
7032005-02-15 Nick Clifton <nickc@redhat.com>
704
705 * ldlex.l (YY_NO_UNPUT): Define so that the yy_unput function is
706 not declared. It is not used and its presence causes a compile
707 time warning.
fbbb9ac5 708
9eabd475
ZW
7092005-02-11 Zack Weinberg <zack@codesourcery.com>
710
711 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed):
712 If st.st_ino is zero, do not treat the library as a duplicate.
713
d457dcf6
JJ
7142005-02-10 Jakub Jelinek <jakub@redhat.com>
715
716 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
717 Set BFD_LINKER_CREATED on the stubs bfd.
718 * emultempl/ppc64elf.em (ppc_create_output_section_statements):
719 Likewise.
720
4e5db43b
MM
7212005-02-08 Mark Mitchell <mark@codesourcery.com>
722
723 * scripttempl/armbpabi.sc (VERSION): Make special section symbols
9eabd475 724 local.
4e5db43b
MM
725 (Image$$ER_RO$$Base): Define whenever RELOCATING.
726 (Image$$ER_RO$$Limit): Likewise.
727 (SHT$$INIT_ARRAY$$Base): Likewise.
728 (SHT$$INIT_ARRAY$$Limit): Likeise.
729
4297f9f1
BE
7302005-02-10 Ben Elliston <bje@au.ibm.com>
731
732 * emultempl/beos.em: Remove #if 0 and #if 1 blocks.
733
1c7c5e5b
RS
7342005-02-08 Richard Sandiford <rsandifo@redhat.com>
735
736 * configure.tgt (mips64*el-*-linux-gnu*): Define targ_extra_libpath
737 to include o32 and n64 emulations.
738 (mips64*-*-linux-gnu*): Likewise.
739
300475fe
HPN
7402005-02-08 Hans-Peter Nilsson <hp@axis.com>
741
742 * ldmain.c (warning_callback, warning_find_reloc): Prepend
743 "warning: " to warning messages.
744
4ea42fb7
AM
7452005-02-04 Alan Modra <amodra@bigpond.net.au>
746
747 * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): Don't
748 look up symbol for etree_provide here.
749
161f49a3
DJ
7502005-02-02 Daniel Jacobowitz <dan@codesourcery.com>
751
752 * emulparams/elf32bmip.sh (TEXT_DYNAMIC): Always set.
753
73ae6183
NC
7542005-02-01 Edward Welbourne <eddy@opera.com>
755 Nick Clifton <nickc@redhat.com>
756
757 * ld.texinfo (Source Code Reference): New node describing how to
758 access linker script defined variables from source code.
759
77cfaee6
AM
7602005-02-01 Alan Modra <amodra@bigpond.net.au>
761
762 * ld.texinfo: Clarify --as-needed operation.
763
c46f8c51
AC
7642005-01-31 Andrew Cagney <cagney@gnu.org>
765
766 * configure: Regenerate to track ../gettext.m4.
767
d342277e
NC
7682005-01-31 Nick Clifton <nickc@redhat.com>
769
770 * ldver.c (ldversion): Bump reported copyright date to 2005.
771
d6486796
NC
7722005-01-31 Nick Clifton <nickc@redhat.com>
773
774 * configure.tgt: Remove obsolete targets m68k-lynxos and
775 sparc-lynxos.
776
319850b4
JB
7772005-01-28 Julian Brown <julian@codesourcery.com>
778
779 * emultempl/armelf.em (fix_v4bx): New variable.
780 (arm_elf_create_output_section_statements): Communicate fix_v4bx flag
781 value to bfd.
782 (PARSE_AND_LIST_PROLOGUE): Add option token OPTION_FIX_V4BX.
783 (PARSE_AND_LIST_LONGOPTS): Add option --fix-v4bx.
784 (PARSE_AND_LIST_OPTIONS): Add option --fix-v4bx.
9eabd475 785 (PARSE_AND_LIST_ARGS_CASES): Add option OPTION_FIX_V4BX.
319850b4
JB
786 * NEWS: Mention --fix-v4bx.
787 * ld.texinfo: Document --fix-v4bx.
788
dc4c9c19
MM
7892005-01-25 Mark Mitchell <mark@codesourcery.com>
790
791 * emulparams/armsymbian.sh (OTHER_READONLY_SECTIONS): Define, so
792 as to include .ARM.exidx$${Base,Limit}.
793 * ld/scripttempl/armbpabi.sc: Move .plt to end of text segment.
794 Define IMAGE$$ER_RO$${Base,Limit} and SHT$$INIT_ARRAY$${Base,Limit}.
795 Put .init_array, .fini_array, etc. into the read-only data
9eabd475
ZW
796 segment.
797
7e9f0867
AM
7982005-01-25 Alan Modra <amodra@bigpond.net.au>
799
800 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Formatting.
801 (gld${EMULATION_NAME}_after_open): Ignore needed libs if they were
802 only needed by an as-needed lib that didn't get linked.
803
7e69709c
AM
8042005-01-23 Alan Modra <amodra@bigpond.net.au>
805
806 * ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct
807 __DTOR_LIST__ description.
808
b5666f2f
AM
8092005-01-23 Alan Modra <amodra@bigpond.net.au>
810
811 * ld.texinfo (Location Counter <dot outside sections>): Document
812 effects of orphan section placement, and ". = ." workaround.
813 * Makefile.in: Regenerate.
814
4e25343c
RS
8152005-01-22 Richard Sandiford <rsandifo@redhat.com>
816
817 * emulparams/elf32bmip.sh (OTHER_GOT_SECTIONS): Add ". = .;".
818 * emulparams/elf32bmipn32-defs.sh (OTHER_GOT_SECTIONS): Likewise.
819
b717d30e
JJ
8202005-01-21 Jakub Jelinek <jakub@redhat.com>
821
822 * ldgram.y (AS_NEEDED): New token.
823 (input_list): Handle AS_NEEDED ( input_list ).
824 * ldlex.l (AS_NEEDED): Add.
825 * ld.texinfo: Document AS_NEEDED ().
826 * NEWS: Mention AS_NEEDED ().
827
7a64f7b8
BE
8282005-01-21 Ben Elliston <bje@au.ibm.com>
829
830 * ldlang.c (lang_reasonable_defaults): Remove.
831 (lang_process): Don't call lang_reasonable_defaults.
832
833 * ldexp.c (exp_assop): Remove #if 0'd code.
834 (exp_print_tree): Likewise.
835 * ldlang.c (lang_memory_region_lookup): Likewise.
836 (open_output): Likewise.
837 (lang_do_assignments_1): Likewise.
838 (lang_place_orphans): Likewise.
839 (lang_enter_output_section_statement): Likewise.
840 (lang_reasonable_defaults): Likewise.
841 * ldlang.h (struct lang_input_statement_struct): Likewise.
842 * mri.c (mri_draw_tree): Likewise.
843 (mri_load): Likewise.
844 * pe-dll.c (generate_reloc): Likewise.
845 (make_import_fixup_entry): Likewise.
846 (pe_as16): Likewise.
847 * emultempl/beos.em (set_pe_subsystem): Likewise.
848 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
849 * emultempl/pe.em: Likewise.
850 * emultempl/xtensaelf.em (xtensa_colocate_literals): Likewise.
851
a154a8ad
MM
8522005-01-20 Daniel Jacobowitz <dan@codesourcery.com>
853
854 * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o.
855 (earmelfb_linux_eabi.c): New target.
856 * Makefile.in: Regenerated.
857 * configure.tgt (arm*b-*-linux-gnueabi): New target.
858 * emulparams/armelfb_linux_eabi.sh: New file.
859
9c183183
AM
8602005-01-20 Nick Hudson <skrll@netbsd.org>
861
862 PR ld/676
863 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
864 Handle bfd_elf32_hppa_nbsd_vec.
865
e2243057
RS
8662005-01-19 Richard Sandiford <rsandifo@redhat.com>
867
868 * ldmain.h (ld_sysroot): Change type to a constant string.
869 * ldmain.c (ld_sysroot): Likewise.
870 (get_relative_sysroot, get_sysroot): New functions, adding command-line
871 support for changing the sysroot.
872 (main): Call the new functions.
873 * lexsup.c (OPTION_SYSROOT): New.
874 (ld_options): Add --sysroot.
875 (parse_args): Add a dummy handler for it.
876 * ld.texinfo (--sysroot): Document.
877 * NEWS: Mention the new --sysroot option.
878
1449d79b
AM
8792005-01-18 Alan Modra <amodra@bigpond.net.au>
880
881 * ldlang.c (section_already_linked): Adjust bfd_link_just_syms call.
882 (lang_place_orphans): Don't abort on just_syms_flag, instead call
883 bfd_link_just_syms.
884
a880c748
DS
8852005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
886
887 * defilep.y (def_name, def_library): Combine into...
888 (def_image_name): New function. Strip name to basename,
889 with warning.
890
07baa8ee
MK
8912005-01-12 Mark Kettenis <kettenis@gnu.org>
892
893 * configure.in: Be sure to invoke config.sub using the shell.
894 * configure: Regenerate.
895
e9b181b8
AM
8962005-01-11 Alan Modra <amodra@bigpond.net.au>
897
898 * configure.host: Correct sed patterns for last change.
899
59ef2528
NC
9002005-01-10 Nick Clifton <nickc@redhat.com>
901
902 PR binutils/609
903 * ldmisc.c (vfinfo): Add an extra argument: is_warning. Use this
904 to determine whether config.make_executable should be set to FALSE in
905 conjunction with config.fatal_warnings.
906 (info_msg, minfo, lfinof): Pass FALSE as the extra argument.
907 (einfo): Pass TRUE as the extra argument.
908
71a2d53a
NC
9092005-01-10 Greg Schaffer <gschafer@zip.com.au>
910
911 * configure.host (linux targets): Use "${CC} -dumpspecs" instead
912 of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0.
913 (ia64-*-aix): Delete - this target is obsolete, and would be
914 broken by this patch.
915
d6d0b336
EB
9162005-01-06 Eric Botcazou <ebotcazou@libertysurf.fr>
917
918 * configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*.
919 (sparc64-sun-solaris2*): New host.
920
4e7fd91e
PB
9212005-01-06 Paul Brook <paul@codesourcery.com>
922
923 * Makefie.am: Add earmelf_vxworks.
924 * Makefile.in: Regenerate.
925 * configure.tgt: Make arm-*-vxworks a separate case.
926 * emulparams/armelf_vxworks.sh: New function.
927
4c52953f
AM
9282005-01-06 Alan Modra <amodra@bigpond.net.au>
929
930 * emultempl/ppc64elf.em (no_multi_toc): New var.
931 (gld${EMULATION_NAME}_finish): Pass to ppc64_elf_setup_section_lists.
932 (OPTION_NO_MULTI_TOC): Define.
933 (PARSE_AND_LIST_LONGOPTS): Add --no-multi-toc support.
934 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
935
98d87ee7
NC
9362005-01-05 Nick Clifton <nickc@redhat.com>
937
938 PR binutils/614
939 * ldmisc.c (vfinfo): Alter output to conform to the GNU Coding
4c52953f 940 Standard's specification for parsable error messages.
98d87ee7 941
5f81b918
PB
9422005-01-04 Paul Brook <paul@codesourcery.com>
943
944 * Makefile.am: Correct dependency for earmsymbian.c.
945 * Makefile.in: Regenerate.
946
2af59bab
DS
9472004-12-28 Danny Smith <dannysmith@users.sourceforge.net>
948
949 * emultempl/pe.em (set_pe_subsystem): Change second arg to
950 lang_add_entry to FALSE.
951
c38f024c
NC
9522004-12-23 Nick Clifton <nickc@redhat.com>
953
954 PR 600
955 * emulparams/shelf.sh (.stack): Increase stack start address to
956 0x300000.
957
550bdea6
NC
9582004-12-20 Nick Clifton <nickc@redhat.com>
959
960 * ldmain.c (main): Issue an error message if -static and -shared
961 are used together.
962
e3070fef
JJ
9632004-12-17 Jakub Jelinek <jakub@redhat.com>
964
965 * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields.
966 * ldexp.c (fold_binary) <case DATA_SEGMENT_ALIGN>: Initialize them.
967 * ldlang.c (lang_size_sections): Use them to avoid wasting virtual
968 address space at DATA_SEGMENT_ALIGN. Fix computation of expected
969 PT_GNU_RELRO segment end.
970
2fbd2a87
NC
9712004-12-14 P.J. Darcy <darcypj@us.ibm.com>
972
973 * configure.tgt: Add s390x-ibm-tpf support.
974
f2763b01
NC
9752004-12-16 Martin Kögler <mkoegler@auto.tuwien.ac.at>
976
977 * ldmisc.c (vfinfo): Handle the case where %B is passed a NULL
978 BFD.
979
cb9faf63
BE
9802004-12-07 Ben Elliston <bje@gnu.org>
981
982 * ldemul.h: Forward declare struct option.
983
02f80eef
DS
9842004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
985
986 * scripttempl/pe.sc (.data): Add .jcr subsection.
987
dea514f5
PB
9882004-11-30 Paul Brook <paul@codesourcery.com>
989
990 * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
991
32118081
NC
9922004-11-30 Tero Niemela <tero_niemela@yahoo.com>
993
994 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
995 * Makefile.in: Regenerate.
996
33f362e1
NC
9972004-11-26 Melissa Mears <asterisk@graces.dricas.com>
998
999 * emultempl/pe.em: Add --subsystem:xbox as well as
1000 --subsystem:%d.
1001 * ld.texinfo: (ld_options): Document acceptance of subsystem xbox
1002 and numeric subsystems.
1003
3eda52aa
AM
10042004-11-24 Alan Modra <amodra@bigpond.net.au>
1005
1006 * ldexp.c (fold_name): Correct PR 338 fix.
1007
6b3221b4
MM
10082004-11-19 Mark Mitchell <mark@codesourcery.com>
1009
1010 * Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
1011 (earmelf_linux_eabi.c): New target.
1012 * configure.tgt (arm*-*-linux-gnueabi): Handle it.
1013 * emulparams/armelf_linux_eabi.sh: New file.
1014 * Makefile.in: Regenerated.
1015
9cd6d51a
NC
10162004-11-19 Nick Clifton <nickc@redhat.com>
1017
1018 PR 518
1019 * ld.texinfo (MEMORY): Update the descriptions of the ORIGIN and
1020 LENGTH fields in the MEMORY command, to explicitly state that
1021 symbols cannot be used in their expressions.
1022
3ec57632
NC
10232004-11-19 Jon Beniston <jon@beniston.com>
1024
1025 * ld/ldlex.l: Allow ORIGIN and LENGTH in EXPRESSION.
1026 * ld/ldgram.y: Add ORIGIN and LENGTH expressions.
4c52953f 1027 * ld/ldexp.c (fold_name): Implement LENGTH() and ORIGIN() functions
3ec57632
NC
1028 which return the length and origin of a memory.
1029 * ld/ld.texinfo: Document LENGTH() and ORIGIN() functions.
1030 * NEWS: Mention support for ORIGIN and LENGTH operators.
1031
b7693d02
DJ
10322004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
1033
1034 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Don't use
1035 a dynamic object for stubs.
1036
fc0e6df6
PB
10372004-11-04 Paul Brook <paul@codesourcery.com>
1038
1039 * ld.texinfo: Document --default-imported-symver.
1040 * ldmain.c (main): Set link_info.default_imported_symver.
1041 * lexsup.c (option_values): Add OPTION_DEFAULT_IMPORTED_SYMVER.
1042 (ld_options): Add --default-imported-symver.
1043 (parse_args): Handle OPTION_DEFAULT_IMPORTED_SYMVER.
1044
7499d566
NC
10452004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
1046 Vineet Sharma <vineets@noida.hcltech.com>
1047
1048 * Makefile.am: Add entries for new maxq-coff target.
1049 * Makefile.in: Regenerate.
1050 * configure.tgt: Add support for maxq.
1051 * emulparams/maxqcoff.sh: New File.
1052 * scripttempl/maxqcoff.sc: New linker script for target maxq.
1053 * NEWS: Mention the new target.
1054
7f266840
DJ
10552004-11-04 Daniel Jacobowitz <dan@debian.org>
1056
1057 * Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o.
1058 (earmelf_oabi.c): Remove rule.
1059 * configure.tgt: Remove arm-*-oabi and thumb-*-oabi.
1060 * emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files.
1061 * Makefile.in: Regenerated.
1062
a0055007
HPN
10632004-11-04 Hans-Peter Nilsson <hp@axis.com>
1064
1065 * configure.tgt (crisv32-*-*): Handle like cris-*-* for non-aout.
1066 * emulparams/criself.sh (INIT_START): Remove emitted "push srp".
1067 (FINI_START): Ditto.
1068 (INIT_END): Remove emitted "jump [sp+]".
1069 (FINI_END): Ditto.
1070
c5614fa4
AM
10712004-11-04 Alan Modra <amodra@bigpond.net.au>
1072
1073 * emultempl/ppc64elf.em (no_tls_opt): Rename from notlsopt.
1074 (no_opd_opt, no_toc_opt): New static vars.
1075 (ppc_before_allocation): Don't edit opt if no_opd_opt. Call
1076 ppc64_elf_edit_toc.
1077 (OPTION_NO_OPD_OPT, OPTION_NO_TOC_OPT): Define.
1078 (PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize.
1079 (PARSE_AND_LIST_OPTIONS): Describe new options.
1080 (PARSE_AND_LIST_ARGS_CASES): Handle them.
1081
7a5df8d0
NC
10822004-10-27 Nick Clifton <nickc@redhat.com>
1083
1084 * emultempl/alphaelf.em (alpha_after_parse): Add extra, NULL,
1085 parameter to invocation of lang_section_start.
1086 * emultempl/aix.em (_handle_option): Likewise.
c5614fa4 1087
7a5df8d0
NC
1088 * Makefile.am (eelf64alpha.c, eelf64alpha_fbsd.c,
1089 eelf64alpha_nbsd.c): Add dependency upon emultempl/alphaelf.em.
1090 * Makefile.in: Regenerate.
1091
6f372e19
MM
10922004-10-26 Mark Mitchell <mark@codesourcery.com>
1093
1094 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Do not emit
1095 __exidx_{start,end} when not relocating.
1096
ba916c8a
MM
10972004-10-25 Mark Mitchell <mark@codesourcery.com>
1098
1099 * Makefile.in (earmsymbian.c): Depend on armbpabi.sc, not elf.sc.
1100 * ldexp.h (segment_type): New type.
1101 (segments): New variable.
1102 * ldexp.c (segments): New variable.
1103 (exp_print_token): Handle SEGMENT_START.
1104 (fold_binary): Likewise.
1105 * ldgram.y (SEGMENT_START): Declare it as a token.
1106 (exp): Handle SEGMENT_START.
1107 * ldlang.h (lang_address_statement_type): Add segment field.
1108 (lang_section_start): Change prototype.
1109 * ldlang.c (map_input_to_output_sections): Do not process section
1110 assignments if a corresponding SEGMENT_START has already been
1111 seen.
1112 (lang_section_start): Add segment parameter.
1113 * ldlex.l (SEGMENT_START): Add it.
1114 * lexsup.c (seg_segment_start): New function.
1115 (parse_args): Use it for -Tbss, -Tdata, and -Ttext.
1116 * ld.texinfo (SEGMENT_START): Document it.
1117 * emulparams/armsymbian.sh (EMBEDDED): Set it.
1118 * scripttempl/armbpabi.sc: Use SEGMENT_START to control segment
1119 base addresses. Do not map relocations.
1120 * NEWS: Mention SEGMENT_START.
1121
3e3b46e5
PB
11222004-10-26 Paul Brook <paul@codesourcery.com>
1123
1124 * ld.texinfo: Document --default-symver.
1125 * ldmain.c (main): Set link_info.create_default_symver.
1126 * lexsup.c (enum option_values): Add OPTION_DEFAULT_SYMVER.
1127 (ld_options): Add default-symver.
1128 (parse_args): Handle OPTION_DEFAULT_SYMVER.
1129
7b0eaa22
DS
11302004-10-24 Danny Smith <dannysmith@users.sourceforge.net>
1131
1132 * pe-dll.c (process_def_file): Don't export all symbols by default if
1133 building a position-independent executable.
1134
dfeffb9f
L
11352004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1136
1137 PR 463
1138 * ldmain.c (reloc_overflow): Accept a pointer to struct
1139 bfd_link_hash_entry. Report symbol location for relocation
1140 overflow.
1141
dc4f76f8
L
11422004-10-21 H.J. Lu <hongjiu.lu@intel.com>
1143
1144 * genscripts.sh (libpath.exp): Really generate for first
1145 emulation only.
1146
2a08daf3
DS
11472004-10-19 Danny Smith <dannysmith@users.sourceforge.net>
1148
1149 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Simplify
1150 comparison and replacement of filenames.
1151
532345f2
L
11522004-10-19 H.J. Lu <hongjiu.lu@intel.com>
1153
1154 PR 459
1155 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic
1156 option on linker script as the one for linker script.
1157
b58f81ae
DJ
11582004-10-16 Daniel Jacobowitz <dan@debian.org>
1159
1160 * ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)
1161 (check_excluded_libs): New.
1162 (load_symbols): Call check_excluded_libs.
1163 * ldlang.h (add_excluded_libs): New prototype.
1164 * emultempl/elf32.em (OPTION_EXCLUDED_LIBS): Define.
1165 (gld${EMULATION_NAME}_add_options): Add --exclude-libs.
1166 (gld${EMULATION_NAME}_handle_option): Handle --exclude-libs.
1167 * ld.texinfo (Command Line Variables): Document --exclude-libs.
1168 (Options Specific to i386 PE Targets): Remove --exclude-libs.
1169
95c148b4
AM
11702004-10-15 Alan Modra <amodra@bigpond.net.au>
1171
c468c8bc
AM
1172 * ldexp.c (exp_fold_tree): Don't immediately exit ld on a
1173 failing link script assert.
1174
95c148b4
AM
1175 * ldctor.c (ldctor_add_set_entry): Fix comment typo.
1176
951e9133
L
11772004-10-14 H.J. Lu <hongjiu.lu@intel.com>
1178
1179 PR 445
1180 * emulparams/elf64_ia64.sh (SMALL_DATA_CTOR): Set.
1181 (SMALL_DATA_DTOR): Set.
1182 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
1183 (SMALL_DATA_DTOR): Unset.
1184 * scripttempl/elf.sc: If SMALL_DATA_CTOR is set, move .ctors
1185 after .data. If SMALL_DATA_DTOR is set, move .dtors after
1186 .data.
1187
afd7a018
AM
11882004-10-14 Alan Modra <amodra@bigpond.net.au>
1189
1190 PR 63
1191 * ldlang.h (lang_output_section_statement_type): Make "next" a
1192 struct lang_output_section_statement_struct *.
1193 (struct orphan_save): Move from elf32.em. Add "name" and "flags".
1194 (lang_output_section_find_by_flags, lang_insert_orphan): Declare.
1195 * ldlang.c (lang_output_section_find_1): Adjust for changed
1196 output_section_statement "next".
1197 (strip_excluded_output_sections): Likewise.
1198 (lang_record_phdrs): Likewise.
1199 (lang_output_section_find_by_flags): New function.
1200 (output_prev_sec_find): Move from pe.em. Adjust iterator.
1201 (lang_insert_orphan): New function. Tail end of elf32.em's
1202 place_orphan merged with that from pe.em. Allow bfd_section to
1203 be placed first. New heuristic for placing new output section
1204 statement in existing script, and accompanying split of __start
1205 symbol alignment into a separate assignment to dot.
1206 (lang_add_section): Consistently use output->bfd_section rather than
1207 an alias, section->output_section.
1208 (map_input_to_output_sections): Rename overly long arg. Move
1209 initialization of data_statement output section to here..
1210 (lang_check_section_addresses): ..from here.
1211 (print_assignment): Correct printing of etree_assert.
1212 (print_all_symbols): Don't bomb if userdata is NULL.
1213 (IGNORE_SECTION): Rearrange.
1214 * emultempl/elf32.em (output_rel_find): Adjust interator.
1215 (output_prev_sec_find): Delete.
1216 (struct orphan_save): Delete.
1217 (gld${EMULATION_NAME}_place_orphan): Cater for zero bfd_section
1218 flags without creating a duplicate output section statement.
1219 Revise code holding history of various orphan section placements.
1220 Allow orphan sections to place before script specified output
1221 sections. Call lang_output_section_find_by_flags when placement
1222 by name fails. Use lang_insert_orphan.
1223 * emultempl/mmo.em (output_prev_sec_find): Delete.
1224 (struct orphan_save): Delete.
1225 (mmo_place_orphan): Revise code holding history of orphan placement.
1226 Allow orphans to place before existing output sections. Use
1227 lang_insert_orphan.
1228 * emultempl/pe.em (output_prev_sec_find): Delete.
1229 (struct orphan_save): Delete.
1230 (gld_${EMULATION_NAME}_place_orphan): Revise to suit use of
1231 lang_insert_orphan.
1232
c0042f5d
MM
12332004-10-13 Mark Mitchell <mark@codesourcery.com>
1234
1235 * scripttempl/armbpabi.sc: Do not put .gnu.version.* into a
1236 loadable segment.
1237
1af699f4
AM
12382004-10-13 Alan Modra <amodra@bigpond.net.au>
1239
1240 PR 44
09c112da
AM
1241 * ldcref.c (check_section_sym_xref): Delete.
1242 (check_local_sym_xref): New function.
1243 (check_nocrossrefs): Adjust call.
1af699f4
AM
1244 * emultempl/pe.em (struct orphan_save): Add os_tail.
1245 (place_orphan): Backport assorted fixes from elf32.em.
1246
7fa3d080
BW
12472004-10-12 Bob Wilson <bob.wilson@acm.org>
1248
1249 * emultempl/xtensaelf.em: Use ISO C90 formatting.
1250
d3989512
JJ
12512004-10-11 Jakub Jelinek <jakub@redhat.com>
1252
563f4125
JJ
1253 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_ld_so_conf): Avoid
1254 getline for portability.
1255
d3989512
JJ
1256 * emultempl/elf32.em (gld${EMULATION_NAME}_ld_so_conf): New structure.
1257 (gld${EMULATION_NAME}_parse_ld_so_conf,
1258 gld${EMULATION_NAME}_parse_ld_so_conf_include): New functions.
1259 (gld${EMULATION_NAME}_check_ld_so_conf): Use them.
1260
6c0c5b1e
AM
12612004-10-11 Alan Modra <amodra@bigpond.net.au>
1262
1263 PR 423
1264 * ldfile.c (ldfile_try_open_bfd): Ensure dynamic objects are
1265 rejected when linking statically.
1266
d2b2c203
DJ
12672004-10-08 Daniel Jacobowitz <dan@debian.org>
1268
1269 * configure.tgt: Include elf_x86_64 for i[3-7]86-*-solaris2*.
1270
43cd72b9
BW
12712004-10-07 Bob Wilson <bob.wilson@acm.org>
1272
1273 * ld.texinfo (Xtensa): Describe new linker relaxation to optimize
1274 assembler-generated longcall sequences. Describe new --size-opt
1275 option.
1276 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
1277 * emultempl/xtensaelf.em (remove_section,
1278 replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
1279 elf_xtensa_after_open): New.
1280 (OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
1281 OPTION_NO_LITERAL_MOVEMENT): Define.
1282 (elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
1283 (PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
1284 (PARSE_AND_LIST_OPTIONS): Add --size-opt.
1285 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
1286 OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
1287 (LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
1288 * scripttempl/elfxtensa.sc: Update with changes from elf.sc.
1289 * Makefile.am (eelf32xtensa.c): Update dependencies.
1290 * Makefile.in: Regenerate.
1291
8fdd7217 12922004-10-07 Jeff Baker <jbaker@qnx.com>
6c0c5b1e 1293
8fdd7217
NC
1294 * lexsup.c: Handle --warn-shared-textrel option.
1295 (ld_options): Restore alpha sorting of options.
1296 * ldmain.c (main): Initialise warn_shared_info field to FALSE.
1297 * ld.texinfo: Add documentation for --warn-shared-textrel.
1298 * NEWS: Added mention of --warn-shared-textrel option.
1299
339207f8 13002004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6c0c5b1e 1301
339207f8 1302 * emultempl/crxelf.em (disable_relaxation): Add.
6c0c5b1e 1303 (crxelf_before_allocation): Enable --relax option by default.
339207f8
TL
1304 (PARSE_AND_LIST_PROLOGUE): Add OPTION_NO_RELAX.
1305 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --no-relax.
1306 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NO_RELAX.
1307
bcaa7b3e
L
13082004-10-04 H.J. Lu <hongjiu.lu@intel.com>
1309
1310 * NEWS: Mention SORT_BY_NAME, SORT_BY_ALIGNMENT and
1311 --sort-section name|alignment.
1312
1313 * ld.texinfo: Document SORT_BY_NAME, SORT_BY_ALIGNMENT and
1314 --sort-section name|alignment.
1315
1316 * ld.h (sort_type): New enum.
1317 (wildcard_spec): Change the type of `sorted' to sort_type.
1318
1319 * ldgram.y (SORT): Removed.
1320 (SORT_BY_NAME): Added.
1321 (SORT_BY_ALIGNMENT): Added.
1322 (wildcard_spec): Updated `sorted'. Handle SORT_BY_NAME and
1323 SORT_BY_ALIGNMENT.
1324 (input_section_spec_no_keep): Updated `sorted'.
1325 (statement): Replace SORT with SORT_BY_NAME.
1326
1327 * ldlang.c (compare_section): New function to compare 2
1328 sections with different sorting schemes.
1329 (wild_sort): Updated. Use compare_section.
1330 (update_wild_statements): New function.
1331 (lang_process): Call update_wild_statements before
1332 map_input_to_output_sections.
1333
1334 * ldlex.l (SORT_BY_NAME): New.
1335 (SORT_BY_ALIGNMENT): New.
1336 (SORT): Return SORT_BY_NAME.
1337
1338 * ldmain.c (sort_section): New. Defined.
1339 (main): Initialize it to none.
1340
1341 * lexsup.c (option_values): Add OPTION_SORT_SECTION.
1342 (ld_options): Add an entry for OPTION_SORT_SECTION.
1343 (parse_args): Handle OPTION_SORT_SECTION.
1344
1345 * mri.c (mri_draw_tree): Updated `sorted'.
1346
a4f5ad88
JJ
13472004-10-04 Jakub Jelinek <jakub@redhat.com>
1348
1349 * ldgram.y (DATA_SEGMENT_RELRO_END): Add one argument.
1350 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_END): Add 0 as first
1351 argument.
1352 (DATA_SEGMENT_RELRO_GOTPLT_END): Pass $SEPARATE_GOTPLT as first
1353 and . as second argument.
1354 (GOTPLT): Move $DATA_SEGMENT_RELRO_GOTPLT_END before the section.
1355 * ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here.
1356 (fold_binary): Add it here. Insert padding to make relro_end
1357 COMMONPAGESIZE bytes aligned. For DATA_SEGMENT_ALIGN in
1358 exp_dataseg_relro_adjust phase just use previously computed
1359 exp_data_seg.base.
1360 * ldlang.c (lang_size_sections): Set exp_data_seg.base for
1361 relro_adjust here. Call lang_size_sections_1 once more if there
1362 was too big padding at DATA_SEGMENT_RELRO_END.
1363 * ld.texinfo (DATA_SEGMENT_RELRO_END): Add documentation.
1364
40a18ebd
NC
13652004-10-01 Paul Brook <paul@codesourcery.com>
1366
1367 * emulparams/armelf.sh: Add unwinding table sections.
1368
db8acf26
NC
13692004-09-30 Filip Navara <navaraf@reactos.com>
1370
1371 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate
1372 correct base address for position independant executables.
1373 * pe-dll.c (pe_dll_fill_sections): Don't mark position independant
1374 executables as DLLs.
1375
eeac373a
PB
13762004-09-30 Paul Brook <paul@codesourcery.com>
1377
1378 * ld.texinfo: Document --target2=abs.
1379 * emulparms/armsymbian.sh (TARGET2_TYPE): Set.
1380
1ee7cf4c
NC
13812004-09-29 Nick Clifton <nickc@redhat.com>
1382
1383 * scripttempl/xstormy16.sc: Only perform the assignments to the
1384 ROM region when not performing a relocatable link. The ROM region
1385 does not start at address 0, but the sections will.
1386 * Makefile.am: Fix linker script dependency for the generation of
1387 eelf32xstormy16.c.
1388 * Makefile.in: Regenerate.
1389
03098a9a
CF
13902004-09-18 Filip Navara <navaraf@reactos.com>
1391
1392 * emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
1393 emulparams/i386pe_posix.sh, emulparams/mcorepe.sh,
1394 emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define
1395 TARGET_PAGE_SIZE.
1396 * scripttempl/pe.sc: Make the virtual address and file offset synced if
1397 the alignment is lower than the target page size.
1398
f2d3750d
CF
13992004-09-27 Filip Navara <navaraf@reactos.com>
1400
1401 * emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
1402 def_file_parse to handle pe_def_file if NULL and prevent crash with
1403 invalid .def files.
1404
a23d8409
AM
14052004-09-27 Alan Modra <amodra@bigpond.net.au>
1406
1407 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
1408 --emit-stub-syms automatically when --emit-relocs.
1409
7b89fa29
PB
14102004-09-24 Paul Brook <paul@codeosurcery.com>
1411
1412 * scripttempl/elf.sc: Keep .preinit_array, .init_array and
1413 .fini_array sections.
1414
e2a68bcc
AS
14152004-09-19 Andreas Schwab <schwab@suse.de>
1416
1417 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Adjust data segment
1418 base so that relro end is suitably aligned.
1419
3674e28a
PB
14202004-09-17 Paul Brook <paul@codesourcery.com>
1421
1422 * ld.texinfo: Rename arm-specific section. Document --target*
1423 * emulparams/armelf_fbsd.sh: Set TARGET2_TYPE.
1424 * emulparams/armelf_linux.sh: Ditto.
1425 * emulparams/armelf_nbsd.sh: Ditto.
1426 * emultempl/armelf.em: Set default for TARGET2_TYPE.
1427 (target2_type): New variable.
1428 (arm_elf_before_allocation): Don't pass target1_type.
1429 (arm_elf_create_output_section_statements): New function.
1430 (PARSE_AND_LIST_PROLOGUE): Add OPTION_TARGET2.
1431 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --target=.
1432 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_TARGET2.
1433 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Set.
1434 * emultempl/armelf_oabi.em (_before_allocation): Remove extra
1435 argument to bfd_elf32_arm_process_before_allocation.
1436
f6e332e6
AM
14372004-09-17 Alan Modra <amodra@bigpond.net.au>
1438
1439 * ldexp.c (fold_name): Update u.undef.next refs.
1440 * emultempl/pe.em: Likewise.
1441 * emultempl/sunos.em: Likewise.
1442
9c933e04
AM
14432004-09-17 Alan Modra <amodra@bigpond.net.au>
1444
1445 * Makefile.am: Run "make dep-am".
1446 * Makefile.in: Regenerate.
1447 * config.in: Regenerate.
1448 * configure: Regenerate.
1449 * aclocal.m4: Regenerate.
1450 * po/ld.pot: Regenerate.
1451
1fa32646
TL
14522004-09-16 Tomer Levi <Tomer.Levi@nsc.com>
1453
9c933e04
AM
1454 * scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*.
1455 (.fini): Likewise.
1456 (.jcr): Likewise.
1fa32646 1457
b6ee372a
AM
14582004-09-16 Alan Modra <amodra@bigpond.net.au>
1459
1460 * emultempl/armelf_oabi.em (before_allocation): Add extra zero param
1461 to bfd_elf32_arm_process_before_allocation call.
1462
9c504268
PB
14632004-09-13 Paul Brook <paul@codesourcery.com>
1464
1465 * emulparams/armsymbian.sh: Set TARGET1_IS_REL.
1466 * emultempl/armelf.em: Use TARGET1_IS_REL. Add --target1-{rel,abs}.
1467
d15b04bd
L
14682004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1469
1470 * configure: Regenerated with autconfig 2.13.
1471
875c4330
AS
14722004-09-07 Andreas Schwab <schwab@suse.de>
1473
1474 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
1475 alignment before adjusting DATA_SEGMENT_RELRO_END.
1476
229fcec5
MM
14772004-09-06 Mark Mitchell <mark@codesourcery.com>
1478
1479 * emulparams/armsymbian.sh: Use armbpabi script.
1480 * scripttempl/armbpabi.sc: New script.
1481
e5a52504
MM
14822004-09-02 Mark Mitchell <mark@codesourcery.com>
1483
1484 * Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
1485 (earmsymbian.c): New target.
1486 * configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
1487 * Makefile.in: Regenerated.
1488 * aclocal.m4: Likewise.
1489 * configure: Likewise.
1490 * emulparams/armsymbian.sh: New file.
1491
42851540
NC
14922004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
1493
1494 * scripttempl/elf32crx.sc: Edit file with comments.
1495 (.init): Add new section.
1496 (.fini): Likewise.
1497 (.ctor): Control the linkage order.
1498 (.dtor): Likewise.
1499
c034e3e0
NC
15002004-08-27 Nick Clifton <nickc@redhat.com>
1501
1502 * emultempl/pe.em (after_open): Do not assume that either bfd is
9c933e04 1503 an archive.
c034e3e0 1504
688c58f3
AM
15052004-08-26 Alan Modra <amodra@bigpond.net.au>
1506
1507 * ldlang.c (lang_init): Don't compare with TRUE.
1508
b18c562e
NC
15092004-08-25 Dmitry Diky <diwil@spec.ru>
1510
1511 * emulparams/msp430all.sh: Fix RAM sizes for all targets.
1512 * scripttempl/elf32msp430.sc: Add .profiler section definition.
1513
61f5d054
L
15142004-08-24 H.J. Lu <hongjiu.lu@intel.com>
1515
1516 * ldlang.c (wildcardp): Defined as a macro with strpbrk.
1517
e77d3d77
MM
15182004-08-19 Mark Mitchell <mark@codesourcery.com>
1519
1520 * configure.tgt (arm*-*-symbianelf*): New target.
1521 (arm*-*-eabi*): Likewise.
1522
3f764659
JJ
15232004-08-19 Jakub Jelinek <jakub@redhat.com>
1524
1525 * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
1526 (ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
1527 (OPTION_NON_OVERLAPPING_OPD): Define.
1528 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
1529 --non-overlapping-opd option.
1530
a010d60f
AM
15312004-08-18 Alan Modra <amodra@bigpond.net.au>
1532
1533 PR 338
1534 * ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
1535 was already on the undefs list.
1536
c4e33880
AM
15372004-08-17 Alan Modra <amodra@bigpond.net.au>
1538
1539 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
1540 prefix the symbol field too.
1541
d003868e
AM
15422004-08-13 Alan Modra <amodra@bigpond.net.au>
1543
1544 * ldmain.c (link_callbacks): Remove "error_handler".
1545 * ldmisc.c: Include elf-bfd.h.
1546 (vfinfo): Sort comment. Handle %A. Use %A instead of
1547 bfd_get_section_indent.
1548 (error_handler): Delete.
1549 * ldmisc.h (error_handler): Delete declaration.
1550
99877b66
AM
15512004-08-10 Alan Modra <amodra@bigpond.net.au>
1552
1553 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
1554 ppc64_elf_restore_symbols.
1555
40e45c8b
AM
15562004-08-09 Alan Modra <amodra@bigpond.net.au>
1557
1558 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
1559 .toc is too large on relocatable linking.
1560
ccfa59ea
AM
15612004-08-09 Alan Modra <amodra@bigpond.net.au>
1562
1563 * emultempl/ppc64elf.em (ppc_after_open): Delete.
1564 (LDEMUL_AFTER_OPEN): Don't define.
1565
93fd0973
SC
15662004-08-02 Stephane Carrez <stcarrez@nerim.fr>
1567
1568 * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
1569
f1b123db
SC
15702004-08-01 Stephane Carrez <stcarrez@nerim.fr>
1571
1572 * scripttempl/elfm68hc12.sc: Align text, rodata and data section
1573 on power of 2.
1574
e7fbc2bf
JT
15752004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
1576
1577 * emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
1578
c05e9f04
NC
15792004-07-26 Dmitry Diky <diwil@spec.ru>
1580
1581 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
1582 msp430x1612, msp430x415, msp430x417, msp430xG437, msp430xG438,
1583 msp430xG439.
1584 * configure.tgt: Likewise.
1585 * emulparams/msp430all.sh: Likewise.
1586 * Makefile.in: Regenerate.
1587
9f61903d
NC
15882004-07-23 Nick Clifton <nickc@redhat.com>
1589
1590 * emultempl/elf32.em (_place_orphan): Use an already existing
1591 section name if that section does not have any flags set.
1592
082b7297
L
15932004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1594
1595 * ldlang.c (already_linked_hash_entry): Removed.
1596 (already_linked): Likewise.
1597 (already_linked_table): Likewise.
1598 (section_already_linked): Call bfd_section_already_linked.
1599 (lang_process): Replace already_linked_table_init with
1600 bfd_section_already_linked_table_init and check return. Replace
1601 already_linked_table_free with bfd_section_already_linked_table_free.
1602
76d7af2d
NC
16032004-07-21 Nick Clifton <nickc@redhat.com>
1604
1605 * ldlang.c (init_os): Make sure that the newly allocated userdata
1606 structure is zeroed out.
1607
14b3c463
L
16082004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1609
1610 * NEWS: Mention the new --add-needed/--no-add-needed and
1611 --as-needed/--no-as-needed options.
1612
e56f61be
L
16132004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1614
1615 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also
1616 check the add_needed field.
1617 (dt_needed): New struct.
1618 (gld${EMULATION_NAME}_try_needed): Change the first argument
1619 to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED
1620 bit in the file where the DT_NEEDED entry comes from.
1621 (gld${EMULATION_NAME}_search_needed): Change the second
1622 argument to a pointer to struct dt_needed.
1623 (gld${EMULATION_NAME}_check_ld_so_conf): Updated.
1624 (gld${EMULATION_NAME}_after_open): Likewise.
1625
1626 * ld.texinfo: Add --add-needed document.
1627 * ldlang.c (new_afile): Set p->add_needed.
1628 * ldlang.h (lang_input_statement_type): Add add_needed field.
1629 * ldmain.h (add_needed): Declare.
1630 * ldmain.c (add_needed): New global var.
1631 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and
1632 OPTION_NO_ADD_NEEDED.
1633 (ld_options): Likewise.
1634 (parse_args): Handle them.
1635
c99b8138
NC
16362004-07-13 Christof Petig <christof@petig-baender.de>
1637
1638 * emultempl/pe.em (make_import_fixup): Use bfd_get_32 to correct
1639 for endian-ness of extracted addend.
1640
13ed4151
NC
16412004-07-13 Danny Smith <dannysmith@usesr.sourceforge.net>
1642
1643 * pe-dll.c (auto_export): Filter on just the import prefix,
1644 "_imp_", not "_imp__".
1645
1a320fbb
NC
16462004-07-09 Nick Clifton <nickc@redhat.com>
1647
1648 * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
1649
1fe1f39c
NC
16502004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
1651
1652 * Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
1653 (eelf32crx.c): New target.
1654 * Makefile.in: Regenerate.
1655 * configure.tgt: Handle crx-*-elf*.
1656 * emulparams/elf32crx.sh: New file.
1657 * emultempl/crxelf.em: New file.
1658 * scripttempl/elf32crx.sc: New file.
1659 * NEWS: Mention new target.
1660
85fbca6a
NC
16612004-07-06 Nick Clifton <nickc@redhat.com>
1662
1663 * Makefile.am: Add eshlsymbian.c.
1664 * Makefile.in: Regenerate.
1665 * configure.tgt: Add sh*-symbian-elf target.
1666 * emulparams/shlsymbian.sh: New file. Configure the
1667 sh-symbian-elf linker scripts.
1668 * scripttemp/elf32sh-symbian.sc: New file. Linker script
1669 template for the sh-symbian-elf target.
1670
b71a5181
DA
16712004-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1672
1673 * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
1674 * emulparams/hppalinux.sh: Likewise.
1675 * scripttempl/elf.sc: Place .plt just before .got when .plt is in
1676 data segment and PLT_BEFORE_GOT is defined.
1677
c87db184
CF
16782004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1679
1680 * ld.texinfo (WIN32): Document PE weak symbols.
1681
f6a8ae81
KK
16822004-07-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1683
1684 * emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
1685
b602c853
L
16862004-07-01 H.J. Lu <hongjiu.lu@intel.com>
1687
1688 * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
1689 the section.
1690
1a23a9e6
AM
16912004-06-29 Alan Modra <amodra@bigpond.net.au>
1692
1693 * ldlang.c (lang_reset_memory_regions): Save last relax pass section
1694 size in rawsize.
1695
eea6121a
AM
16962004-06-24 Alan Modra <amodra@bigpond.net.au>
1697
1698 * ldlang.c (print_output_section_statement): Don't print size before
1699 relaxation.
1700 (IGNORE_SECTION): Remove bfd arg. Update all callers.
1701
1702 * ldexp.c (fold_name): .. See below.
1703 * ldlang.c (section_already_linked, print_output_section_statement,
1704 print_input_section, insert_pad, size_input_section,
1705 lang_check_section_addresses, lang_size_sections_1,
1706 lang_size_sections, lang_do_assignments_1, lang_set_startof,
1707 lang_one_common, lang_reset_memory_regions, lang_process,
1708 lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
1709 * ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
1710 * pe-dll.c (process_def_file, generate_reloc): ..
1711 * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
1712 gld${EMULATION_NAME}_before_allocation): ..
1713 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
1714 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
1715 sh64_elf_${EMULATION_NAME}_after_allocation): ..
1716 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
1717 * emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
1718 ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
1719 "size" instead of "_raw_size" and "_cooked_size". Expand
1720 bfd_section_size macro invocations.
1721
552f8272
CF
17222004-06-22 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1723
1724 * ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
1725 ___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
1726 ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
1727 ___crt_xt_end__.
1728 (.tls): Define ___tls_start__ and ___tls_end__.
1729
aee6f5b4
AO
17302004-06-21 Alexandre Oliva <aoliva@redhat.com>
1731
1732 * emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
1733
eea6121a 17342004-06-18 Adam Nemet <anemet@lnxw.com>
f234d5fe 1735
eea6121a
AM
1736 * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
1737 * configure: Regenerate.
f234d5fe 1738
dfff4fbe
JJ
17392004-06-15 Jakub Jelinek <jakub@redhat.com>
1740
1741 * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
1742 .gcc_except_table output sections lost accidentally with
1743 -z relro patch.
1744
a9e0c0c6
AM
17452004-06-15 Alan Modra <amodra@bigpond.net.au>
1746
1747 * ldwrite.c (build_link_order): Use bfd_get_section_size
1748 instead of bfd_get_section_size_before_reloc or _raw_size.
1749 * pe-dll.c (process_def_file): Likewise.
1750
7115639b
AM
17512004-06-14 Alan Modra <amodra@bigpond.net.au>
1752
1753 From Richard Wirth <r.wirth@wirthware.de>
1754 * ldlang.c (lang_finish): Don't free lang_definedness_table.
1755
9ca57817
AM
17562004-05-29 Alan Modra <amodra@bigpond.net.au>
1757
1758 * ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
1759 (lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
1760
164e712d
AM
17612004-05-28 Alan Modra <amodra@bigpond.net.au>
1762
6feb9908
AM
1763 * ldlang.c: Formatting. Wrap long lines, expand bfd_get_section_flags
1764 throughout file.
1765 * lexsup.c: Formatting. Wrap long lines.
1766 * ldwrite.c: Update copyright date.
1767
164e712d
AM
1768 * ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
1769 (output_section_callback): Nor SEC_KEEP here.
1770 (gc_section_callback): Twiddle SEC_EXCLUDE here.
1771 (lang_gc_wild): Delete. Fold into..
1772 (lang_gc_sections_1): ..here. Only call bfd_gc_sections when garbage
1773 collecting.
1774 (lang_process): Always call lang_gc_sections.
1775 (lang_place_orphans): Handle SEC_EXCLUDE sections.
1776 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
1777 SEC_EXCLUDE code.
1778
b3096250
L
17792004-05-26 H.J. Lu <hongjiu.lu@intel.com>
1780
1781 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
1782 SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
1783 * ldlang.c (lang_add_section): Likewise.
1784
e49f5022
AM
17852004-05-26 Alan Modra <amodra@bigpond.net.au>
1786
1787 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
1788 sections when doing a final link. Clear SEC_EXCLUDE when doing
1789 a relocable link, except for SEC_DEBUGGING sections.
1790 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
1791 same condition here to drop SEC_EXCLUDE orphan sections.
1792
57ceae94
AM
17932004-05-25 Alan Modra <amodra@bigpond.net.au>
1794
1795 * ldlang.c (lang_process): Call bfd_merge_sections later, and
1796 only when not a relocatable link.
1797 (print_input_section): Handle SEC_EXCLUDE sections.
1798 (size_input_section): Don't update dot on SEC_EXCLUDE sections.
1799 (lang_do_assignments_1): Likewise.
1800 * ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
1801 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
1802 * emultempl/hppaelf.em (build_section_lists): Likewise.
1803 * emultempl/ppc64elf.em (build_toc_list): Likewise.
1804 (build_section_lists): Likewise.
1805
a85785bc
AS
18062004-05-23 Andreas Schwab <schwab@suse.de>
1807
1808 * ld.texinfo (Options): Fix typo in last change.
1809
2d643429
NC
18102004-05-21 Andy Chittenden <achittenden@bluearc.com>
1811
1812 * ld.h (ld_config_type): Add new field: hash_table_size.
1813 * ldmain.c: Initialise the new field to zero. If it is non-zero
1814 after parsing the linker's command line call
1815 bfd_hash_set_default_size.
1816 * lexsup.c (option_values): Add OPTION_HASH_SIZE.
1817 (ld_options): Add hash-size.
1818 (parse_args): Parse --hash-size option. Allow
1819 --reduce-memory-overheads to set the default hash table size as
1820 well.
1821 * ld.texinfo: Document the new switch. Also mention that
1822 --reduce-memory-overheads can affect the hash table size.
1823 * NEWS: Mention the new feature.
1824
35835446
JR
18252004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
1826
1827 * NEWS: Mention new linker map file generation and the
1828 --reduce-memory-overheads option.
1829 * ld.texinfo: Document --reduce-memory-overheads option.
1830 * ld.h (map_symbol_def): New struct.
1831 (struct user_section_struct, section_userdata_type): Rename to:
1832 (struct lean_user_section_struct, lean_section_userdata_type).
1833 (struct fat_user_section_struct, fat_section_userdata_type): New.
1834 (SECTION_USERDATA_SIZE): Define.
1835 (args_type): New member reduce_memory_overheads.
1836 * ldlang.c (map_obstack): New static variable.
1837 (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
1838 (lang_map): Unless command_line.reduce_memory_overheads is set,
1839 initialize lists of defined symbols for each section.
1840 (print_input_section): Unless command_line.reduce_memory_overheads
1841 is set, use print_all_symbols.
1842 (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
1843 * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
1844 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
1845 (ld_options): Add entry for --reduce-memory-overheads.
1846 (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
1847
0841712e
JJ
18482004-05-19 Jakub Jelinek <jakub@redhat.com>
1849
1850 * ldgram.y (sect_constraint): New.
1851 (ONLY_IF_RO, ONLY_IF_RW): New tokens.
1852 (section): Add sect_constraint. Pass additional argument
1853 to lang_enter_output_section_statement.
1854 * mri.c (mri_draw_tree): Pass additional argument to
1855 lang_enter_output_section_statement.
1856 * emultempl/pe.em (place_orphan): Likewise.
1857 (output_prev_sec_find): Disregard output section statements with
1858 constraint == -1.
1859 * emultempl/mmo.em (output_prev_sec_find): Likewise.
1860 (mmo_place_orphan): Pass additional argument to
1861 lang_enter_output_section_statement.
1862 * emultempl/elf32.em (output_prev_sec_find): Disregard output section
1863 statements with constraint == -1.
1864 (place_orphan): Pass additional argument to
1865 lang_enter_output_section_statement.
1866 * ldlang.c (lang_enter_overlay_section): Likewise.
1867 (lang_output_section_find_1): New.
1868 (lang_output_section_find): Use it.
1869 (lang_output_section_statement_lookup_1): New.
1870 (lang_output_section_statement_lookup): Use it.
1871 (check_section_callback, check_input_sections): New.
1872 (map_input_to_output_sections): Check if all input sections
1873 are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
1874 (strip_excluded_output_sections): Disregard output section statements
1875 with constraint == -1.
1876 (lang_record_phdrs): Likewise.
1877 (lang_enter_output_section_statement): Add constraint argument.
1878 Use lang_output_section_statement_lookup_1.
1879 * ldlang.h (lang_output_section_statement_type): Add constraint
1880 and all_input_readonly fields.
1881 (lang_enter_output_section_statement): Adjust prototype.
1882 * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
1883 * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
1884 segment if all input sections are readonly.
1885
eea6121a 18862004-05-19 Adam Nemet <anemet@lnxw.com>
f2c50328
NC
1887
1888 * scripttempl/i386lynx.sc: Remove file.
1889
2a16d82a
BW
18902004-05-17 Bob Wilson <bob.wilson@acm.org>
1891
1892 * ld.texinfo (Output Section Address): Correct subsection name.
1893
eea6121a 18942004-05-17 Adam Nemet <anemet@lnxw.com>
b2d65c0b
NC
1895
1896 * configure.tgt (powerpc-*-lynxos* case): New case.
1897 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
1898 * emulparams/ppclynx.sh: New file.
1899 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
1900 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
1901 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
1902 (eppclynx.c): New rule.
1903 * Makefile.in: Regenerate.
1904
4b363073
NC
19052004-05-13 Joel Sherrill <joel@oarcorp.com>
1906
1907 * configure.tgt (or32-*-rtems*): Switch to elf and
1908 support versioned targets.
1909
9598fbe5
NC
19102004-05-13 Nick Clifton <nickc@redhat.com>
1911
1912 * po/fr.po: Updated French translation.
1913
8c37241b
JJ
19142004-05-11 Jakub Jelinek <jakub@redhat.com>
1915
1916 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
1917 for binaries, -shared and -pie.
1918 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
1919 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
1920 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
1921 (OTHER_RELRO_SECTIONS): ... this.
1922 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
1923 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
1924 -z relro and -z norelro.
1925 (gld${EMULATION_NAME}_list_options): Add it to usage.
1926 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
1927 -z relro scripts when appropriate.
1928 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
1929 Create separate .got.plt section if SEPARATE_GOTPLT.
1930 Move sections which are only written during relocation handling
1931 to the beginning of RW segment. If NO_SMALL_DATA, move .got
1932 before .data. Add DATA_SEGMENT_RELRO_END directive.
1933 Include OTHER_RELRO_SECTIONS.
1934 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
1935 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
1936 (fold_unary): Likewise.
1937 (fold_binary): Handle -z relro.
1938 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
1939 exp_dataseg_relro_adjust phases. Add relro_end field.
1940 * ldmain.c (main): Initialize link_info.relro to FALSE.
1941 * ldlang.c (lang_size_sections): Handle -z relro.
1942
e21059f2
MM
19432004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
1944
1945 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
1946
5f9b8920
JR
19472004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
1948
1949 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
1950 before printing it with %W.
1951
26d2d8a2 19522004-05-07 Brian Ford <ford@vss.fsi.com>
eea6121a 1953 DJ Delorie <dj@redhat.com>
26d2d8a2
BF
1954
1955 * emultempl/pe.em (real_flags): New static.
1956 (OPTION_LARGE_ADDRESS_AWARE): New define.
1957 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
1958 (gld_${EMULATION_NAME}_list_options): Likewise.
1959 (gld${EMULATION_NAME}_handle_option): Likewise.
1960 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
1961 * ld.texinfo: Document it.
1962 * NEWS: Mention it.
1963
1b169501
BF
19642004-05-07 Brian Ford <ford@vss.fsi.com>
1965
1966 * NEWS: Mention DWARF 2 support for i386pe.
1967
41cf0c62
AO
19682004-05-05 Alexandre Oliva <aoliva@redhat.com>
1969
1970 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
1971 elf32-frvfdpic.
1972
d0d6a25b
AM
19732004-04-30 Alan Modra <amodra@bigpond.net.au>
1974
1975 * ldlang.c (unique_section_p): Pass section parm, return true on
1976 group sections.
1977 (output_section_callback): Adjust.
1978 * ldlang.h (unique_section_p): Update prototype.
1979 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
1980
755306be
EB
19812004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
1982
eea6121a 1983 * ld.texinfo (--gc-sections): Remove restriction for
755306be
EB
1984 dynamic linking.
1985
8a7140c3
NC
19862004-04-29 Brian Ford <ford@vss.fsi.com>
1987
1988 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
1989 for DWARF 2/3. Update stab section's syntax.
1990
2f9636ba
AM
19912004-04-29 Alan Modra <amodra@bigpond.net.au>
1992
1993 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
1994 (fill_edata): Correct pointer arithmetic.
1995
23867d67
CD
19962004-04-21 Chris Demetriou <cgd@broadcom.com>
1997
1998 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
1999 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
2000 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
2001 (EXTRA_EM_FILE): Use mipsecoff.em
2002 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
2003 (EXTRA_EM_FILE): Use mipsecoff.em
2004 * emultempl/mipsecoff.em: Restructure to be included as an
2005 extra emulation file.
2006 (check_sections, gld${EMULATION_NAME}_after_open)
2007 (gld${EMULATION_NAME}_after_allocation)
2008 (gld${EMULATION_NAME}_get_script)
2009 (ld_${EMULATION_NAME}_emulation): Remove
2010 (gld${EMULATION_NAME}_before_parse): Rename to...
2011 (mipsecoff_before_parse): This.
2012 (LDEMUL_BEFORE_PARSE): Define.
2013 * emultempl/mipself.em: Remove file.
2014 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
2015 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
2016 these symbols.
2017 * Makefile.am: Remove dependencies on emultempl/mipself.em.
2018 * Makefile.in: Regenerate.
2019
1502569c
NC
20202004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
2021
2022 * ld.texinfo (synthesizing on H8/300): Information about linker
2023 relaxation support for bit manipulation instructions and system
2024 control instructions is added.
2025
c894ddfb
HPN
20262004-04-21 Hans-Peter Nilsson <hp@axis.com>
2027
2028 * NEWS: Mention change in DEFINED semantics.
2029
a85bf78e
EB
20302004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
2031
2032 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
2033 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
2034 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
2035
58434bc1
BE
20362004-04-21 Ben Elliston <bje@au.ibm.com>
2037
2038 * ld.texinfo (Simple Example): Add missing punctuation.
2039
7a7f4e42
CD
20402004-04-20 Chris Demetriou <cgd@broadcom.com>
2041
2042 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
2043
3737f867
JJ
20442004-04-19 Jakub Jelinek <jakub@redhat.com>
2045
2046 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
2047 specially.
2048
3c17e4f7
DS
20492004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
2050
2051 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
2052 with default priority. Likewise for dtors.
2053
279500de
TS
20542004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2055
2056 * configure.host: Remove mips*-dec-bsd* target.
2057 * configure.tgt: Likewise.
2058
52f89c0a
RS
20592004-04-08 Richard Sandiford <rsandifo@redhat.com>
2060
2061 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
2062 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
2063 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
2064 * emultempl/irix.em: New file.
2065 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
2066 dependencies.
2067 * Makefile.in: Regenerate.
2068
e489d0ae
PB
20692004-04-01 Paul Brook <paul@codesourcery.com>
2070
2071 * emultempl/armelf.em (byteswap_code): Add.
2072 (arm_elf_before_allocation): Pass extra parameter.
2073 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
2074 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
2075 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
2076 * emultempl/armelf_oabi.em: Pass extra parameter.
2077 * ld.texinfo: Document --be8.
2078
7cc8057a
SS
20792004-03-30 Stan Shebs <shebs@apple.com>
2080
2081 Remove long-obsolete MPW support.
2082 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
2083 * Makefile.am (mpw): Remove file-presynthesizing actions.
2084 * Makefile.in: Likewise.
2085 * ldfile.c (slash): Remove MPW case.
2086 * ldlex.l [MPW]: Remove unused definition.
2087
0949843d
NC
20882004-03-30 Galit Heller <Galit.Heller@nsc.com>
2089
2090 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
2091 (eelf32cr16c.c): New target.
2092 * Makefile.in: Regenerate.
2093 * configure.tgt: Handle cr16c-*-elf*.
2094 * emulparams/elf32cr16c.sh: New file.
2095 * scripttempl/elfcr16c.sc: Likewise
2096 * NEWS: Mention support for new target.
2097
0a159ef8
NC
20982004-03-30 Nick Clifton <nickc@redhat.com>
2099
2100 * po/sv.po: Updated Swedish translation.
2101
7a945db6
AM
21022004-03-27 Alan Modra <amodra@bigpond.net.au>
2103
2104 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
2105 * emultempl/hppaelf.em: Likewise.
2106 * emultempl/ppc64elf.em: Likewise.
2107 * emultempl/sh64elf.em: Likewise.
2108
5a580b3a
AM
21092004-03-25 Alan Modra <amodra@bigpond.net.au>
2110
2111 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
2112 size_dynamic_sections call.
2113
b9cf773d
AM
21142004-03-23 Alan Modra <amodra@bigpond.net.au>
2115
2116 PR 51.
2117 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
2118 link_info.wrap_char.
2119
59c2e50f
L
21202004-03-20 H.J. Lu <hongjiu.lu@intel.com>
2121
2122 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
2123 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
2124
44349745
AO
21252004-03-20 Alexandre Oliva <aoliva@redhat.com>
2126
2127 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
2128
81359a70
AM
21292004-03-19 Alan Modra <amodra@bigpond.net.au>
2130
2131 * config.in: Regenerate.
2132 * po/ld.pot: Regenerate.
2133
4a43e768
AM
21342004-03-18 Alan Modra <amodra@bigpond.net.au>
2135
2136 * ld.texinfo: Add --as-needed doco.
2137 * ldmain.c (as_needed): New global var.
2138 * ldmain.h (as_needed): Declare.
2139 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
2140 OPTION_NO_AS_NEEDED.
2141 (ld_options): Likewise.
2142 (parse_args): Handle them.
2143 * ldlang.h (lang_input_statement_type): Add as_needed field.
2144 * ldlang.c (new_afile): Set p->as_needed.
2145 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
2146 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
2147 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
2148
2149 * ldlang.c (open_input_bfds): Remove useless cast.
2150 (lang_do_assignments_1): Likewise.
2151 (lang_for_each_input_section): Delete.
2152
9183ed4b
AM
21532004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2154
2155 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
2156
ee31fbd0
NC
21572004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
2158
2159 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
2160 private when building implib.
2161
e5caec89
NS
21622004-03-05 Nathan Sidwell <nathan@codesourcery.com>
2163
2164 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
2165 SEC_THREAD_LOCAL.
2166 (IGNORE_SECTION): Ignore .tbss sections too.
2167 (lang_size_sections_1): .tbss sections do not advance dot.
2168
cc2f008e
AS
21692004-03-01 Andreas Schwab <schwab@suse.de>
2170
2171 * ld.texinfo (Options): Fix example for --wrap.
2172
f5a95868
DS
21732004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
2174
2175 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
2176 not NULL.
2177
177b729b
ILT
21782004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2179
2180 * ldlang.c (lang_check): Use %P, not %E, in error message.
2181
1b493742
NS
21822004-02-23 Nathan Sidwell <nathan@codesourcery.com>
2183
2184 * ldlang.h (struct lang_output_section_state): Change processed
2185 field's type.
2186 * ldexp.c (check, invalid): Remove.
2187 (fold_name): Move valid_p assignments. Create undefined symbol
2188 when needed. Directly exampine section's processd flag.
2189 * ldlang.c (lang_output_section_statement_lookup): Adjust
2190 processed field init.
2191 (lang_size_sections_1): Allow LOADADDR when determining section's
2192 VMA. Adjust error message. Fold data statement's expr.
2193 (lang_size_sections): Correctly increment lang_statement_iteration.
2194
21952004-02-23 Alan Modra <amodra@bigpond.net.au>
2196
2197 * ldexp.c (fold_tree): Follow indirect symbols.
b9cf773d 2198
876f4090
NS
21992004-02-20 Nathan Sidwell <nathan@codesourcery.com>
2200
2201 * ldgram.y (exp): Add two operand ALIGN.
2202 * ldexp.c (fold_binary): Add ALIGN_K case.
2203 * ld.texinfo (ALIGN): Document two operand version.
2204
384d938f
NS
22052004-02-19 Nathan Sidwell <nathan@codesourcery.com>
2206
2207 * ldlang.c (map_input_to_output_sections): Initialize sections
2208 mentioned in a data statement expression.
2209 (lang_do_assignments_1): Add data statement's expression's
2210 section's vma.
2211
b6ca8815
NS
22122004-02-18 Nathan Sidwell <nathan@codesourcery.com>
2213
2214 * ldgram.y (statement_anywhere): Add assert rule.
2215 * ldlang.c (exp_init_os): Add assert case.
2216
c92c35e7
AC
22172004-02-14 Andrew Cagney <cagney@redhat.com>
2218
2219 * ldmain.c (remove_output): Call bfd_cache_close.
2220
9bf78c99
RS
22212004-02-14 Richard Sandiford <rsandifo@redhat.com>
2222
2223 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
2224 .MIPS.content* and .MIPS.events* sections.
2225
f3806916
DJ
22262004-02-09 Daniel Jacobowitz <drow@mvista.com>
2227
2228 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
2229 .note.gnu.arm.ident to after allocated sections. Mark its
2230 address as 0.
2231
4c8e70d7
DJ
22322004-02-09 Daniel Jacobowitz <drow@mvista.com>
2233
2234 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
2235 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
2236 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
2237 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
2238 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
2239
ff71f4f7
NC
22402004-02-05 Nick Clifton <nickc@redhat.com>
2241
2242 * emultempl/pe.em (_after_open): Fix typo in previous delta.
2243
07a68a80
NC
22442004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
2245
2246 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
2247
1dd3bf68
AM
22482004-01-28 Alan Modra <amodra@bigpond.net.au>
2249
586196d5
AM
2250 * genscripts.sh: Fix typo.
2251
1dd3bf68
AM
2252 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
2253
13d9421f
JJ
22542004-01-24 Jakub Jelinek <jakub@redhat.com>
2255
2256 * emulparams/elf64_ia64.sh: Put .rela.opd into
2257 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
2258
4d8907ac
DS
22592004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
2260
2261 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
2262 * ld.texinfo (--omagic): Note that writable text section
2263 does not conform to published PE-COFF specs.
2264 (--enable-auto-import): Likewise.
2265
e5c60db5
AM
22662004-01-15 Alan Modra <amodra@bigpond.net.au>
2267
2268 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
2269
6bdafbeb
NC
22702004-01-13 Nick Clifton <nickc@redhat.com>
2271
2272 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
2273 which if true will prevent the LMA region being used as a
2274 replacement for a default VMA region.
586196d5
AM
2275 (lang_leave_output_section_statement): Pass extra parameter.
2276 (lang_leave_overlay): Likewise.
2277 * ld.texinfo (Output Section LMA): Document that the LMA
6bdafbeb
NC
2278 region can be set to the VMA region if no VMA has been set.
2279 * ldlang.h (struct lang_output_section_phdr_list): Create a
2280 typedef for this type. Minor formatting fixes.
586196d5 2281
9dfc8ab2
NC
22822004-01-13 Nick Clifton <nickc@redhat.com>
2283
2284 * ldlang.c (lang_size_sections_1): If dot is advanced, then
2285 assume that the section should be allocated.
2286
8325c4dd
AM
22872004-01-13 Alan Modra <amodra@bigpond.net.au>
2288
2289 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
2290 sections. Do ignore SEC_NEVER_LOAD sections.
2291 (lang_size_sections_1): Remove test made redundant with the above.
2292
83490352
AM
22932004-01-09 Alan Modra <amodra@bigpond.net.au>
2294
2295 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
2296 program_header_size.
2297
005e1118
AO
22982004-01-06 Alexandre Oliva <aoliva@redhat.com>
2299
2300 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
2301 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
2302 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
2303 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
2304 (MAXPAGESIZE): Set to 64Kb.
2305 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
2306 __ROFIXUP_END__. Don't map .rofixup.got any more.
2307 * emulparams/elf32frv.sh (NOP): Set.
2308 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
2309 * configure.tgt: Add frv-*-*linux*.
2310 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
2311 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
2312 (eelf32frvfd.c): New.
2313 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
2314 * emulparams/elf32frv.sh: Reverted previous two patches.
2315 * emulparams/elf32frvfd.sh: New.
2316 * Makefile.in: Rebuilt.
2317 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
2318 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
2319 .rofixup.got to .rofixup.
2320 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
2321 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
2322 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
2323
060feee5
JJ
23242004-01-05 Jakub Jelinek <jakub@redhat.com>
2325
2326 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
2327 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
2328
5e2f1575
AM
23292004-01-03 Alan Modra <amodra@bigpond.net.au>
2330
e5caa5e0
AM
2331 * ldexp.c (align_n): Make static.
2332 * ldexp.h (align_n): Delete declaration.
2333 * ldlang.h (lang_enter_output_section_statement): Remove
2334 block_value param.
2335 * ldlang.c (lang_enter_output_section_statement): Likewise.
2336 (TO_ADDR, TO_SIZE): Define.
c2df3ea5 2337 (opb_shift): New var.
e5caa5e0
AM
2338 (init_opb): New function.
2339 (print_input_section): Call init_opb and use TO_ADDR.
2340 (print_data_statement, print_reloc_statement): Likewise.
2341 (print_padding_statement): Likewise.
c2df3ea5 2342 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
2343 (lang_check_section_addresses): Likewise.
2344 (lang_size_sections_1): Likewise.
2345 (lang_do_assignments_1): Likewise.
2346 (lang_set_startof): Likewise.
c2df3ea5 2347 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 2348 (lang_process): Call init_opb.
c2df3ea5 2349 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
2350 (lang_enter_overlay_section): Adjust
2351 lang_enter_output_section_statement call.
2352 * ldgram.y: Likewise.
2353 * mri.c (mri_draw_tree): Likewise.
2354 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2355 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2356 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2357
5e2f1575
AM
2358 * ldfile.c (ldfile_set_output_arch): Add defarch param.
2359 * ldfile.h (ldfile_set_output_arch): Ditto.
2360 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
2361 ldfile_set_output_arch.
2362 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2363 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
2364 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
2365 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2366 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
2367 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2368 * ldgram.y: Adjust ldfile_set_output_arch call.
2369 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2370 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
2371 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
2372 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
2373 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
2374 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2375 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2376
b50c15dc
NC
23772004-01-02 Bernardo Innocenti <bernie@develer.com>
2378
2379 * configure.tgt: Add m68k-uClinux target.
6edf0760 2380
c9e214e5 2381For older changes see ChangeLog-0203
252b5132
RH
2382\f
2383Local Variables:
2384mode: change-log
2385left-margin: 8
2386fill-column: 74
2387version-control: never
2388End:
This page took 0.511998 seconds and 4 git commands to generate.