bfd/
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2005-04-14 Alan Modra <amodra@bigpond.net.au>
2
3 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
4 * configure.in: Include ../bfd/warning.m4 contents.
5 * Makefile.in: Regenerate.
6 * configure: Regenerate.
7
8 2005-04-12 Alan Modra <amodra@bigpond.net.au>
9
10 * Makefile.am: Run "make dep-am".
11 (ldgram.o, ldlex.o, deffilep.o): Add -Wno-error to command.
12 * Makefile.in: Regenerate.
13 * config.in: Regenerate.
14
15 2005-04-11 Alan Modra <amodra@bigpond.net.au>
16
17 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Ignore
18 as_needed libs that were not needed.
19 (gld${EMULATION_NAME}_check_needed): Likewise.
20
21 2005-04-07 Nick Clifton <nickc@redhat.com>
22
23 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h so that
24 ldfile.h can use the lang_input_statement type.
25
26 2005-04-06 Jakub Jelinek <jakub@redhat.com>
27
28 * ldlang.c: Formatting.
29 (walk_wild_consider_section): Remember return value from wildcardp.
30 (is_simple_wild): Use strcspn instead of 2 strpbrk calls and strlen.
31 (wild_spec_can_overlap): Use strcspn instead of strpbrk and strlen.
32
33 2005-04-06 Robert O'Callahan <rocallahan@novell.com>
34
35 * ld.h (lean_section_userdata_type): Remove.
36 (fat_section_userdata_type): Remove file field.
37 (SECTION_USERDATA_SIZE): Remove.
38 * ldlang.c (init_os): Eliminate initialization of unused
39 lean_section_userdata_type.
40
41 * ldlang.h (callback_t, walk_wild_section_handler_t): New
42 typedefs.
43 (struct lang_wild_statement_struct): Add walk_wild_section_handler
44 and handler_data fields.
45 * ldlang.c (callback_t): Removed.
46 (walk_wild_consider_section, walk_wild_section_general,
47 section_iterator_callback, find_section, is_simple_wild,
48 match_simple_wild, walk_wild_section_specs1_wild0,
49 walk_wild_section_specs1_wild1, walk_wild_section_specs2_wild1,
50 walk_wild_section_specs3_wild2, walk_wild_section_specs4_wild2,
51 wild_spec_can_overlap, analyze_walk_wild_section_handler): New
52 functions.
53 (lang_add_wild): Call analyze_walk_wild_section_handler.
54 (walk_wild_section): Renamed to walk_wild_section_general and
55 created a wrapper function.
56 (section_iterator_callback_data): New typedef.
57
58 2005-04-04 Nick Clifton <nickc@redhat.com>
59
60 * configure.in: Add a check for <unistd.h> providing a prototype
61 for getopt() which is compatible with the one in
62 include/getopt.h. If so then define HAVE_DECL_GETOPT.
63 * configure: Regenerate.
64 * config.in (HAVE_DECL_GETOPT): Add.
65 * ldemul.c: Include config.h
66 * lexsup.c: Likewise.
67 * emultempl/elf32.sc: Likewise.
68
69 2005-03-29 Alan Modra <amodra@bigpond.net.au>
70
71 * emultempl/elf32.em (gld${EMULATION_NAME}_layout_sections_again):
72 New function, extracted from static void gld${EMULATION_NAME}_finish.
73 (gld${EMULATION_NAME}_strip_empty_sections): Likewise.
74 (gld${EMULATION_NAME}_provide_init_fini_syms): Likewise.
75 * emultempl/ppc64elf.em: Revert last change.
76 (ppc_layout_sections_again): Use
77 gld${EMULATION_NAME}_layout_sections_again.
78 (ppc_finish): Don't call gld${EMULATION_NAME}_finish. Instead call
79 gld${EMULATION_NAME}_strip_empty_sections and
80 gld${EMULATION_NAME}_provide_init_fini_syms.
81 * emultempl/hppaelf.em: Similarly.
82
83 2005-03-29 Alan Modra <amodra@bigpond.net.au>
84
85 * emultempl/ppc64elf.em (need_laying_out): Delete. Remove all refs.
86 (ppc_finish): Don't call bfd_elf_discard_info.
87 * emultempl/hppaelf.em: Similarly.
88
89 2005-03-24 Nick Clifton <nickc@redhat.com>
90
91 * po/fr.po: Updated French translation.
92
93 2005-03-23 Mike Frysinger <vapier@gentoo.org>
94 Nick Clifton <nickc@redhat.com>
95
96 * configure.host: Accept any C library to accompany a GNU Linux
97 implementation, not just the GNU C library.
98 * configure.tgt: Likewise.
99 * emultempl/elf32.em: Likewise.
100
101 2005-03-22 H.J. Lu <hongjiu.lu@intel.com>
102
103 * emultempl/elf32.em (gld${EMULATION_NAME}_provide_bound_symbols): New
104 (gld${EMULATION_NAME}_finish): Call
105 gld${EMULATION_NAME}_provide_bound_symbols to provide
106 __preinit_array_start, __preinit_array_end, __init_array_start,
107 __init_array_end, __fini_array_start and __fini_array_end.
108
109 * scripttempl/elf.sc: Don't provide __preinit_array_start,
110 __preinit_array_end, __init_array_start, __init_array_end,
111 __fini_array_start nor __fini_array_end.
112
113 2005-03-23 Alan Modra <amodra@bigpond.net.au>
114
115 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Set
116 SEC_EXCLUDE on .gnu.warning sections.
117
118 2005-03-22 Alan Modra <amodra@bigpond.net.au>
119
120 * scripttempl/elf.sc (SBSS): Don't provide sbss start and end syms.
121
122 2005-03-21 Alan Modra <amodra@bigpond.net.au>
123
124 * emultempl/ppc32elf.em (gld${EMULATION_NAME}_after_allocation): New
125 function.
126 (LDEMUL_AFTER_ALLOCATION): Define.
127
128 2005-03-21 Alan Modra <amodra@bigpond.net.au>
129
130 * emultempl/ppc64elf.em (ppc_finish): Rename from
131 gld${EMULATION_NAME}_finish. Call gld${EMULATION_NAME}_finish.
132 (LDEMUL_FINISH): Update.
133 * emultempl/hppaelf.em (hppaelf_finish, LDEMUL_FINISH): Likewise.
134 * emultempl/m68hc1xelf.em (m68hc11elf_finish, LDEMUL_FINISH): Likewise.
135
136 2005-03-18 Julian Brown <julian@codesourcery.com>
137
138 * scripttempl/armbpapi.sc (.rel.dyn): Add .rel.init_array,
139 .rel.fini_array.
140 (.rela.dyn): Add .rela.init_array, .rela.fini_array.
141 (SECTIONS): Add .rel.other, .rela.other, .reli.other after PLT relocs.
142
143 2005-03-18 H.J. Lu <hongjiu.lu@intel.com>
144
145 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Don't set
146 bfd_section when removing unused empty output sections for
147 non-relocatable link.
148
149 2005-03-19 Alan Modra <amodra@bigpond.net.au>
150
151 * ldlang.c (lang_insert_orphan): Use old section_tail rather than
152 traversing the bfd section list to find pointer to new section.
153
154 2005-03-18 Alan Modra <amodra@bigpond.net.au>
155
156 * scripttempl/elf.sc: When CREATE_SHLIB, put .sdata2 and .sbss2
157 input sections into .sdata and .sbss output respectively.
158
159 2005-03-16 David Heine <dlheine@tensilica.com>
160 Bob Wilson <bob.wilson@acm.org>
161
162 * ldlang.c (IGNORE_SECTION): Remove check for zero size.
163 (lang_check_section_addresses): Ignore zero size sections here.
164
165 2005-03-16 H.J. Lu <hongjiu.lu@intel.com>
166
167 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Remove
168 unused empty output sections for non-relocatable link.
169
170 * ld.h (args_type): Remove gc_sections.
171
172 * ldlang.c (lang_mark_used_section): New.
173 (lang_gc_sections): Use link_info.gc_sections instead of
174 command_line.gc_sections.
175 * ldmain.c (main): Likewise.
176 * lexsup.c (parse_args): Likewise.
177 * ldlang.c (lang_process): Call lang_mark_used_section.
178
179 * ldmain.c (main): Initialize link_info.gc_sections to FALSE.
180
181 2005-03-16 Nick Clifton <nickc@redhat.com>
182 Ben Elliston <bje@au.ibm.com>
183
184 * configure.in (werror): New switch: Add -Werror to the
185 compiler command line. Enabled by default. Disable via
186 --disable-werror.
187 * configure: Regenerate.
188
189 2005-03-16 Alan Modra <amodra@bigpond.net.au>
190
191 * emulparams/elf32ppclinux.sh (OTHER_READWRITE_SECTION): Delete.
192 (OTHER_RELRO_SECTIONS): Set this instead.
193
194 2005-03-15 Nick Clifton <nickc@redhat.com>
195
196 * NEWS: Add cutoff for changes in 2.16 release.
197
198 2005-03-15 Mikkel Krautz <krautz@gmail.com>
199
200 * configure.tgt (x86_64-elf): Add target.
201
202 2005-03-15 Alan Modra <amodra@bigpond.net.au>
203
204 * po/es.po: Commit new Spanish translation.
205
206 2005-03-14 Alan Modra <amodra@bigpond.net.au>
207
208 * ldexp.c (exp_fold_tree): Ensure return value is initialized.
209 Tidy etree_assert case.
210
211 2005-03-14 Alan Modra <amodra@bigpond.net.au>
212
213 * po/tr.po: Commit new Turkish translation.
214
215 2005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
216
217 * Makefile.am: Remove references to em68klynx.o and esparclynx.o.
218 * Makefile.in: Regenerated.
219 * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
220
221 2005-03-07 Nick Clifton <nickc@redhat.com>
222
223 * po/fr.po: Updated translation.
224
225 2005-03-05 Alan Modra <amodra@bigpond.net.au>
226
227 * po/ld.pot: Regenerate.
228
229 2005-03-02 Jan Beulich <jbeulich@novell.com>
230
231 * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
232 * pe-dll.c (pe_dll_generate_implib): Likewise.
233
234 2005-02-24 Ben Elliston <bje@au.ibm.com>
235
236 * ldfile.c: Remove GNU960 conditional code.
237 * emultempl/gld960.em: Likewise.
238 * emultempl/gld960c.em: Likewise.
239 * emultempl/lnk960.em: Likewise.
240
241 2005-02-24 Nick Clifton <nickc@redhat.com>
242
243 * emultempl/lnk960.em (lnk960_before_parse): Remove redundant
244 empty string from calls to concat.
245
246 2005-02-23 Nick Clifton <nickc@redhat.com>
247
248 * emultempl/lnk960.em (lnk960_before_parse): Terminate list of
249 arguments passed to concat() with a NULL.
250
251 * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h because they
252 define types needed by ldfile.h
253
254 2005-02-23 Alan Modra <amodra@bigpond.net.au>
255
256 * pe-dll.c: Warning fixes.
257 * emultempl/sunos.em: Likewise.
258
259 2005-02-22 Daniel Jacobowitz <dan@codesourcery.com>
260
261 * ldlang.c (section_already_linked): Don't call
262 bfd_section_already_linked for dynamic objects.
263
264 2005-02-22 Alan Modra <amodra@bigpond.net.au>
265
266 * ldexp.c: Warning fixes.
267 * ldwrite.c: Likewise.
268 * emultempl/elf32.em: Likewise.
269
270 2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
271
272 * ldlang.c (lang_add_section): Check SEC_TIC54X_BLOCK for TI
273 tic54x input only.
274 (lang_size_sections_1): Check SEC_COFF_SHARED_LIBRARY for COFF
275 and ECOFF output only.
276
277 2005-02-21 Alan Modra <amodra@bigpond.net.au>
278
279 * config.in: Regenerate.
280 * configure: Regenerate.
281
282 2005-02-17 Zack Weinberg <zack@codesourcery.com>
283
284 * ldexp.c (assigning_to_dot): New global flag.
285 (fold_name): If assigning_to_dot is true, object immediately to
286 an undefined symbol.
287 (exp_fold_tree): Set and clear assigning_to_dot around the
288 recursive call to exp_fold_tree to process the right-hand side
289 of an assignment to the location counter.
290
291 2005-02-17 Paul Brook <paul@codesourcery.com>
292
293 * scripttempl/armbpabi.sc: Add dummy name to version block.
294
295 2005-02-17 Alan Modra <amodra@bigpond.net.au>
296
297 * ldexp.c (new_abs): Init new.str.
298
299 2005-02-15 Mark Mitchell <mark@codesourcery.com>
300
301 * configure.in (AC_CHECK_FUNCS): Add glob.
302 * configure: Regenerated.
303 * emultempl/elf32.em (<glob.h>): Do not include if HAVE_GLOB is
304 not defined.
305 (gld${EMULATION_NAME}_parse_ld_so_conf_include): Do not use glob
306 if HAVE_GLOB is not defined.
307
308 2005-02-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
309
310 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Define
311 lib_path if NATIVE is yes.
312
313 2005-02-16 Alan Modra <amodra@bigpond.net.au>
314
315 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Make
316 an error creating fake bfd fatal.
317 (ppc_before_allocation): Continue on after errors.
318 (gld${EMULATION_NAME}_finish): Likewise.
319
320 2005-02-15 Nick Clifton <nickc@redhat.com>
321
322 * ldlex.l (YY_NO_UNPUT): Define so that the yy_unput function is
323 not declared. It is not used and its presence causes a compile
324 time warning.
325
326 2005-02-11 Zack Weinberg <zack@codesourcery.com>
327
328 * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed):
329 If st.st_ino is zero, do not treat the library as a duplicate.
330
331 2005-02-10 Jakub Jelinek <jakub@redhat.com>
332
333 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
334 Set BFD_LINKER_CREATED on the stubs bfd.
335 * emultempl/ppc64elf.em (ppc_create_output_section_statements):
336 Likewise.
337
338 2005-02-08 Mark Mitchell <mark@codesourcery.com>
339
340 * scripttempl/armbpabi.sc (VERSION): Make special section symbols
341 local.
342 (Image$$ER_RO$$Base): Define whenever RELOCATING.
343 (Image$$ER_RO$$Limit): Likewise.
344 (SHT$$INIT_ARRAY$$Base): Likewise.
345 (SHT$$INIT_ARRAY$$Limit): Likeise.
346
347 2005-02-10 Ben Elliston <bje@au.ibm.com>
348
349 * emultempl/beos.em: Remove #if 0 and #if 1 blocks.
350
351 2005-02-08 Richard Sandiford <rsandifo@redhat.com>
352
353 * configure.tgt (mips64*el-*-linux-gnu*): Define targ_extra_libpath
354 to include o32 and n64 emulations.
355 (mips64*-*-linux-gnu*): Likewise.
356
357 2005-02-08 Hans-Peter Nilsson <hp@axis.com>
358
359 * ldmain.c (warning_callback, warning_find_reloc): Prepend
360 "warning: " to warning messages.
361
362 2005-02-04 Alan Modra <amodra@bigpond.net.au>
363
364 * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment): Don't
365 look up symbol for etree_provide here.
366
367 2005-02-02 Daniel Jacobowitz <dan@codesourcery.com>
368
369 * emulparams/elf32bmip.sh (TEXT_DYNAMIC): Always set.
370
371 2005-02-01 Edward Welbourne <eddy@opera.com>
372 Nick Clifton <nickc@redhat.com>
373
374 * ld.texinfo (Source Code Reference): New node describing how to
375 access linker script defined variables from source code.
376
377 2005-02-01 Alan Modra <amodra@bigpond.net.au>
378
379 * ld.texinfo: Clarify --as-needed operation.
380
381 2005-01-31 Andrew Cagney <cagney@gnu.org>
382
383 * configure: Regenerate to track ../gettext.m4.
384
385 2005-01-31 Nick Clifton <nickc@redhat.com>
386
387 * ldver.c (ldversion): Bump reported copyright date to 2005.
388
389 2005-01-31 Nick Clifton <nickc@redhat.com>
390
391 * configure.tgt: Remove obsolete targets m68k-lynxos and
392 sparc-lynxos.
393
394 2005-01-28 Julian Brown <julian@codesourcery.com>
395
396 * emultempl/armelf.em (fix_v4bx): New variable.
397 (arm_elf_create_output_section_statements): Communicate fix_v4bx flag
398 value to bfd.
399 (PARSE_AND_LIST_PROLOGUE): Add option token OPTION_FIX_V4BX.
400 (PARSE_AND_LIST_LONGOPTS): Add option --fix-v4bx.
401 (PARSE_AND_LIST_OPTIONS): Add option --fix-v4bx.
402 (PARSE_AND_LIST_ARGS_CASES): Add option OPTION_FIX_V4BX.
403 * NEWS: Mention --fix-v4bx.
404 * ld.texinfo: Document --fix-v4bx.
405
406 2005-01-25 Mark Mitchell <mark@codesourcery.com>
407
408 * emulparams/armsymbian.sh (OTHER_READONLY_SECTIONS): Define, so
409 as to include .ARM.exidx$${Base,Limit}.
410 * ld/scripttempl/armbpabi.sc: Move .plt to end of text segment.
411 Define IMAGE$$ER_RO$${Base,Limit} and SHT$$INIT_ARRAY$${Base,Limit}.
412 Put .init_array, .fini_array, etc. into the read-only data
413 segment.
414
415 2005-01-25 Alan Modra <amodra@bigpond.net.au>
416
417 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Formatting.
418 (gld${EMULATION_NAME}_after_open): Ignore needed libs if they were
419 only needed by an as-needed lib that didn't get linked.
420
421 2005-01-23 Alan Modra <amodra@bigpond.net.au>
422
423 * ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct
424 __DTOR_LIST__ description.
425
426 2005-01-23 Alan Modra <amodra@bigpond.net.au>
427
428 * ld.texinfo (Location Counter <dot outside sections>): Document
429 effects of orphan section placement, and ". = ." workaround.
430 * Makefile.in: Regenerate.
431
432 2005-01-22 Richard Sandiford <rsandifo@redhat.com>
433
434 * emulparams/elf32bmip.sh (OTHER_GOT_SECTIONS): Add ". = .;".
435 * emulparams/elf32bmipn32-defs.sh (OTHER_GOT_SECTIONS): Likewise.
436
437 2005-01-21 Jakub Jelinek <jakub@redhat.com>
438
439 * ldgram.y (AS_NEEDED): New token.
440 (input_list): Handle AS_NEEDED ( input_list ).
441 * ldlex.l (AS_NEEDED): Add.
442 * ld.texinfo: Document AS_NEEDED ().
443 * NEWS: Mention AS_NEEDED ().
444
445 2005-01-21 Ben Elliston <bje@au.ibm.com>
446
447 * ldlang.c (lang_reasonable_defaults): Remove.
448 (lang_process): Don't call lang_reasonable_defaults.
449
450 * ldexp.c (exp_assop): Remove #if 0'd code.
451 (exp_print_tree): Likewise.
452 * ldlang.c (lang_memory_region_lookup): Likewise.
453 (open_output): Likewise.
454 (lang_do_assignments_1): Likewise.
455 (lang_place_orphans): Likewise.
456 (lang_enter_output_section_statement): Likewise.
457 (lang_reasonable_defaults): Likewise.
458 * ldlang.h (struct lang_input_statement_struct): Likewise.
459 * mri.c (mri_draw_tree): Likewise.
460 (mri_load): Likewise.
461 * pe-dll.c (generate_reloc): Likewise.
462 (make_import_fixup_entry): Likewise.
463 (pe_as16): Likewise.
464 * emultempl/beos.em (set_pe_subsystem): Likewise.
465 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
466 * emultempl/pe.em: Likewise.
467 * emultempl/xtensaelf.em (xtensa_colocate_literals): Likewise.
468
469 2005-01-20 Daniel Jacobowitz <dan@codesourcery.com>
470
471 * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o.
472 (earmelfb_linux_eabi.c): New target.
473 * Makefile.in: Regenerated.
474 * configure.tgt (arm*b-*-linux-gnueabi): New target.
475 * emulparams/armelfb_linux_eabi.sh: New file.
476
477 2005-01-20 Nick Hudson <skrll@netbsd.org>
478
479 PR ld/676
480 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
481 Handle bfd_elf32_hppa_nbsd_vec.
482
483 2005-01-19 Richard Sandiford <rsandifo@redhat.com>
484
485 * ldmain.h (ld_sysroot): Change type to a constant string.
486 * ldmain.c (ld_sysroot): Likewise.
487 (get_relative_sysroot, get_sysroot): New functions, adding command-line
488 support for changing the sysroot.
489 (main): Call the new functions.
490 * lexsup.c (OPTION_SYSROOT): New.
491 (ld_options): Add --sysroot.
492 (parse_args): Add a dummy handler for it.
493 * ld.texinfo (--sysroot): Document.
494 * NEWS: Mention the new --sysroot option.
495
496 2005-01-18 Alan Modra <amodra@bigpond.net.au>
497
498 * ldlang.c (section_already_linked): Adjust bfd_link_just_syms call.
499 (lang_place_orphans): Don't abort on just_syms_flag, instead call
500 bfd_link_just_syms.
501
502 2005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
503
504 * defilep.y (def_name, def_library): Combine into...
505 (def_image_name): New function. Strip name to basename,
506 with warning.
507
508 2005-01-12 Mark Kettenis <kettenis@gnu.org>
509
510 * configure.in: Be sure to invoke config.sub using the shell.
511 * configure: Regenerate.
512
513 2005-01-11 Alan Modra <amodra@bigpond.net.au>
514
515 * configure.host: Correct sed patterns for last change.
516
517 2005-01-10 Nick Clifton <nickc@redhat.com>
518
519 PR binutils/609
520 * ldmisc.c (vfinfo): Add an extra argument: is_warning. Use this
521 to determine whether config.make_executable should be set to FALSE in
522 conjunction with config.fatal_warnings.
523 (info_msg, minfo, lfinof): Pass FALSE as the extra argument.
524 (einfo): Pass TRUE as the extra argument.
525
526 2005-01-10 Greg Schaffer <gschafer@zip.com.au>
527
528 * configure.host (linux targets): Use "${CC} -dumpspecs" instead
529 of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0.
530 (ia64-*-aix): Delete - this target is obsolete, and would be
531 broken by this patch.
532
533 2005-01-06 Eric Botcazou <ebotcazou@libertysurf.fr>
534
535 * configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*.
536 (sparc64-sun-solaris2*): New host.
537
538 2005-01-06 Paul Brook <paul@codesourcery.com>
539
540 * Makefie.am: Add earmelf_vxworks.
541 * Makefile.in: Regenerate.
542 * configure.tgt: Make arm-*-vxworks a separate case.
543 * emulparams/armelf_vxworks.sh: New function.
544
545 2005-01-06 Alan Modra <amodra@bigpond.net.au>
546
547 * emultempl/ppc64elf.em (no_multi_toc): New var.
548 (gld${EMULATION_NAME}_finish): Pass to ppc64_elf_setup_section_lists.
549 (OPTION_NO_MULTI_TOC): Define.
550 (PARSE_AND_LIST_LONGOPTS): Add --no-multi-toc support.
551 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
552
553 2005-01-05 Nick Clifton <nickc@redhat.com>
554
555 PR binutils/614
556 * ldmisc.c (vfinfo): Alter output to conform to the GNU Coding
557 Standard's specification for parsable error messages.
558
559 2005-01-04 Paul Brook <paul@codesourcery.com>
560
561 * Makefile.am: Correct dependency for earmsymbian.c.
562 * Makefile.in: Regenerate.
563
564 2004-12-28 Danny Smith <dannysmith@users.sourceforge.net>
565
566 * emultempl/pe.em (set_pe_subsystem): Change second arg to
567 lang_add_entry to FALSE.
568
569 2004-12-23 Nick Clifton <nickc@redhat.com>
570
571 PR 600
572 * emulparams/shelf.sh (.stack): Increase stack start address to
573 0x300000.
574
575 2004-12-20 Nick Clifton <nickc@redhat.com>
576
577 * ldmain.c (main): Issue an error message if -static and -shared
578 are used together.
579
580 2004-12-17 Jakub Jelinek <jakub@redhat.com>
581
582 * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields.
583 * ldexp.c (fold_binary) <case DATA_SEGMENT_ALIGN>: Initialize them.
584 * ldlang.c (lang_size_sections): Use them to avoid wasting virtual
585 address space at DATA_SEGMENT_ALIGN. Fix computation of expected
586 PT_GNU_RELRO segment end.
587
588 2004-12-14 P.J. Darcy <darcypj@us.ibm.com>
589
590 * configure.tgt: Add s390x-ibm-tpf support.
591
592 2004-12-16 Martin Kögler <mkoegler@auto.tuwien.ac.at>
593
594 * ldmisc.c (vfinfo): Handle the case where %B is passed a NULL
595 BFD.
596
597 2004-12-07 Ben Elliston <bje@gnu.org>
598
599 * ldemul.h: Forward declare struct option.
600
601 2004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
602
603 * scripttempl/pe.sc (.data): Add .jcr subsection.
604
605 2004-11-30 Paul Brook <paul@codesourcery.com>
606
607 * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
608
609 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
610
611 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
612 * Makefile.in: Regenerate.
613
614 2004-11-26 Melissa Mears <asterisk@graces.dricas.com>
615
616 * emultempl/pe.em: Add --subsystem:xbox as well as
617 --subsystem:%d.
618 * ld.texinfo: (ld_options): Document acceptance of subsystem xbox
619 and numeric subsystems.
620
621 2004-11-24 Alan Modra <amodra@bigpond.net.au>
622
623 * ldexp.c (fold_name): Correct PR 338 fix.
624
625 2004-11-19 Mark Mitchell <mark@codesourcery.com>
626
627 * Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
628 (earmelf_linux_eabi.c): New target.
629 * configure.tgt (arm*-*-linux-gnueabi): Handle it.
630 * emulparams/armelf_linux_eabi.sh: New file.
631 * Makefile.in: Regenerated.
632
633 2004-11-19 Nick Clifton <nickc@redhat.com>
634
635 PR 518
636 * ld.texinfo (MEMORY): Update the descriptions of the ORIGIN and
637 LENGTH fields in the MEMORY command, to explicitly state that
638 symbols cannot be used in their expressions.
639
640 2004-11-19 Jon Beniston <jon@beniston.com>
641
642 * ld/ldlex.l: Allow ORIGIN and LENGTH in EXPRESSION.
643 * ld/ldgram.y: Add ORIGIN and LENGTH expressions.
644 * ld/ldexp.c (fold_name): Implement LENGTH() and ORIGIN() functions
645 which return the length and origin of a memory.
646 * ld/ld.texinfo: Document LENGTH() and ORIGIN() functions.
647 * NEWS: Mention support for ORIGIN and LENGTH operators.
648
649 2004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
650
651 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Don't use
652 a dynamic object for stubs.
653
654 2004-11-04 Paul Brook <paul@codesourcery.com>
655
656 * ld.texinfo: Document --default-imported-symver.
657 * ldmain.c (main): Set link_info.default_imported_symver.
658 * lexsup.c (option_values): Add OPTION_DEFAULT_IMPORTED_SYMVER.
659 (ld_options): Add --default-imported-symver.
660 (parse_args): Handle OPTION_DEFAULT_IMPORTED_SYMVER.
661
662 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
663 Vineet Sharma <vineets@noida.hcltech.com>
664
665 * Makefile.am: Add entries for new maxq-coff target.
666 * Makefile.in: Regenerate.
667 * configure.tgt: Add support for maxq.
668 * emulparams/maxqcoff.sh: New File.
669 * scripttempl/maxqcoff.sc: New linker script for target maxq.
670 * NEWS: Mention the new target.
671
672 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
673
674 * testsuite/ld-scripts/weak.exp: Enable test on PE,
675 XFAIL non-i386 PE.
676 * testsuite/ld-undefined/weak-undef.exp: Enable test on PE,
677 XFAIL non-i386 PE.
678 * testsuite/lib/ld-lib.exp (is_pecoff_format): New.
679
680 2004-11-04 Daniel Jacobowitz <dan@debian.org>
681
682 * Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o.
683 (earmelf_oabi.c): Remove rule.
684 * configure.tgt: Remove arm-*-oabi and thumb-*-oabi.
685 * emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files.
686 * Makefile.in: Regenerated.
687
688 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
689
690 * configure.tgt (crisv32-*-*): Handle like cris-*-* for non-aout.
691 * emulparams/criself.sh (INIT_START): Remove emitted "push srp".
692 (FINI_START): Ditto.
693 (INIT_END): Remove emitted "jump [sp+]".
694 (FINI_END): Ditto.
695
696 2004-11-04 Alan Modra <amodra@bigpond.net.au>
697
698 * emultempl/ppc64elf.em (no_tls_opt): Rename from notlsopt.
699 (no_opd_opt, no_toc_opt): New static vars.
700 (ppc_before_allocation): Don't edit opt if no_opd_opt. Call
701 ppc64_elf_edit_toc.
702 (OPTION_NO_OPD_OPT, OPTION_NO_TOC_OPT): Define.
703 (PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize.
704 (PARSE_AND_LIST_OPTIONS): Describe new options.
705 (PARSE_AND_LIST_ARGS_CASES): Handle them.
706
707 2004-10-27 Nick Clifton <nickc@redhat.com>
708
709 * emultempl/alphaelf.em (alpha_after_parse): Add extra, NULL,
710 parameter to invocation of lang_section_start.
711 * emultempl/aix.em (_handle_option): Likewise.
712
713 * Makefile.am (eelf64alpha.c, eelf64alpha_fbsd.c,
714 eelf64alpha_nbsd.c): Add dependency upon emultempl/alphaelf.em.
715 * Makefile.in: Regenerate.
716
717 2004-10-26 Mark Mitchell <mark@codesourcery.com>
718
719 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Do not emit
720 __exidx_{start,end} when not relocating.
721
722 2004-10-25 Mark Mitchell <mark@codesourcery.com>
723
724 * Makefile.in (earmsymbian.c): Depend on armbpabi.sc, not elf.sc.
725 * ldexp.h (segment_type): New type.
726 (segments): New variable.
727 * ldexp.c (segments): New variable.
728 (exp_print_token): Handle SEGMENT_START.
729 (fold_binary): Likewise.
730 * ldgram.y (SEGMENT_START): Declare it as a token.
731 (exp): Handle SEGMENT_START.
732 * ldlang.h (lang_address_statement_type): Add segment field.
733 (lang_section_start): Change prototype.
734 * ldlang.c (map_input_to_output_sections): Do not process section
735 assignments if a corresponding SEGMENT_START has already been
736 seen.
737 (lang_section_start): Add segment parameter.
738 * ldlex.l (SEGMENT_START): Add it.
739 * lexsup.c (seg_segment_start): New function.
740 (parse_args): Use it for -Tbss, -Tdata, and -Ttext.
741 * ld.texinfo (SEGMENT_START): Document it.
742 * emulparams/armsymbian.sh (EMBEDDED): Set it.
743 * scripttempl/armbpabi.sc: Use SEGMENT_START to control segment
744 base addresses. Do not map relocations.
745 * NEWS: Mention SEGMENT_START.
746
747 2004-10-26 Paul Brook <paul@codesourcery.com>
748
749 * ld.texinfo: Document --default-symver.
750 * ldmain.c (main): Set link_info.create_default_symver.
751 * lexsup.c (enum option_values): Add OPTION_DEFAULT_SYMVER.
752 (ld_options): Add default-symver.
753 (parse_args): Handle OPTION_DEFAULT_SYMVER.
754
755 2004-10-24 Danny Smith <dannysmith@users.sourceforge.net>
756
757 * pe-dll.c (process_def_file): Don't export all symbols by default if
758 building a position-independent executable.
759
760 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
761
762 PR 463
763 * ldmain.c (reloc_overflow): Accept a pointer to struct
764 bfd_link_hash_entry. Report symbol location for relocation
765 overflow.
766
767 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
768
769 * genscripts.sh (libpath.exp): Really generate for first
770 emulation only.
771
772 2004-10-19 Danny Smith <dannysmith@users.sourceforge.net>
773
774 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Simplify
775 comparison and replacement of filenames.
776
777 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
778
779 PR 459
780 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic
781 option on linker script as the one for linker script.
782
783 2004-10-16 Daniel Jacobowitz <dan@debian.org>
784
785 * ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)
786 (check_excluded_libs): New.
787 (load_symbols): Call check_excluded_libs.
788 * ldlang.h (add_excluded_libs): New prototype.
789 * emultempl/elf32.em (OPTION_EXCLUDED_LIBS): Define.
790 (gld${EMULATION_NAME}_add_options): Add --exclude-libs.
791 (gld${EMULATION_NAME}_handle_option): Handle --exclude-libs.
792 * ld.texinfo (Command Line Variables): Document --exclude-libs.
793 (Options Specific to i386 PE Targets): Remove --exclude-libs.
794
795 2004-10-15 Alan Modra <amodra@bigpond.net.au>
796
797 * ldexp.c (exp_fold_tree): Don't immediately exit ld on a
798 failing link script assert.
799
800 * ldctor.c (ldctor_add_set_entry): Fix comment typo.
801
802 2004-10-14 H.J. Lu <hongjiu.lu@intel.com>
803
804 PR 445
805 * emulparams/elf64_ia64.sh (SMALL_DATA_CTOR): Set.
806 (SMALL_DATA_DTOR): Set.
807 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
808 (SMALL_DATA_DTOR): Unset.
809 * scripttempl/elf.sc: If SMALL_DATA_CTOR is set, move .ctors
810 after .data. If SMALL_DATA_DTOR is set, move .dtors after
811 .data.
812
813 2004-10-14 Alan Modra <amodra@bigpond.net.au>
814
815 PR 63
816 * ldlang.h (lang_output_section_statement_type): Make "next" a
817 struct lang_output_section_statement_struct *.
818 (struct orphan_save): Move from elf32.em. Add "name" and "flags".
819 (lang_output_section_find_by_flags, lang_insert_orphan): Declare.
820 * ldlang.c (lang_output_section_find_1): Adjust for changed
821 output_section_statement "next".
822 (strip_excluded_output_sections): Likewise.
823 (lang_record_phdrs): Likewise.
824 (lang_output_section_find_by_flags): New function.
825 (output_prev_sec_find): Move from pe.em. Adjust iterator.
826 (lang_insert_orphan): New function. Tail end of elf32.em's
827 place_orphan merged with that from pe.em. Allow bfd_section to
828 be placed first. New heuristic for placing new output section
829 statement in existing script, and accompanying split of __start
830 symbol alignment into a separate assignment to dot.
831 (lang_add_section): Consistently use output->bfd_section rather than
832 an alias, section->output_section.
833 (map_input_to_output_sections): Rename overly long arg. Move
834 initialization of data_statement output section to here..
835 (lang_check_section_addresses): ..from here.
836 (print_assignment): Correct printing of etree_assert.
837 (print_all_symbols): Don't bomb if userdata is NULL.
838 (IGNORE_SECTION): Rearrange.
839 * emultempl/elf32.em (output_rel_find): Adjust interator.
840 (output_prev_sec_find): Delete.
841 (struct orphan_save): Delete.
842 (gld${EMULATION_NAME}_place_orphan): Cater for zero bfd_section
843 flags without creating a duplicate output section statement.
844 Revise code holding history of various orphan section placements.
845 Allow orphan sections to place before script specified output
846 sections. Call lang_output_section_find_by_flags when placement
847 by name fails. Use lang_insert_orphan.
848 * emultempl/mmo.em (output_prev_sec_find): Delete.
849 (struct orphan_save): Delete.
850 (mmo_place_orphan): Revise code holding history of orphan placement.
851 Allow orphans to place before existing output sections. Use
852 lang_insert_orphan.
853 * emultempl/pe.em (output_prev_sec_find): Delete.
854 (struct orphan_save): Delete.
855 (gld_${EMULATION_NAME}_place_orphan): Revise to suit use of
856 lang_insert_orphan.
857
858 2004-10-13 Mark Mitchell <mark@codesourcery.com>
859
860 * scripttempl/armbpabi.sc: Do not put .gnu.version.* into a
861 loadable segment.
862
863 2004-10-13 Alan Modra <amodra@bigpond.net.au>
864
865 PR 44
866 * ldcref.c (check_section_sym_xref): Delete.
867 (check_local_sym_xref): New function.
868 (check_nocrossrefs): Adjust call.
869 * emultempl/pe.em (struct orphan_save): Add os_tail.
870 (place_orphan): Backport assorted fixes from elf32.em.
871
872 2004-10-12 Bob Wilson <bob.wilson@acm.org>
873
874 * emultempl/xtensaelf.em: Use ISO C90 formatting.
875
876 2004-10-11 Jakub Jelinek <jakub@redhat.com>
877
878 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_ld_so_conf): Avoid
879 getline for portability.
880
881 * emultempl/elf32.em (gld${EMULATION_NAME}_ld_so_conf): New structure.
882 (gld${EMULATION_NAME}_parse_ld_so_conf,
883 gld${EMULATION_NAME}_parse_ld_so_conf_include): New functions.
884 (gld${EMULATION_NAME}_check_ld_so_conf): Use them.
885
886 2004-10-11 Alan Modra <amodra@bigpond.net.au>
887
888 PR 423
889 * ldfile.c (ldfile_try_open_bfd): Ensure dynamic objects are
890 rejected when linking statically.
891
892 2004-10-08 Daniel Jacobowitz <dan@debian.org>
893
894 * configure.tgt: Include elf_x86_64 for i[3-7]86-*-solaris2*.
895
896 2004-10-07 Bob Wilson <bob.wilson@acm.org>
897
898 * ld.texinfo (Xtensa): Describe new linker relaxation to optimize
899 assembler-generated longcall sequences. Describe new --size-opt
900 option.
901 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
902 * emultempl/xtensaelf.em (remove_section,
903 replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
904 elf_xtensa_after_open): New.
905 (OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
906 OPTION_NO_LITERAL_MOVEMENT): Define.
907 (elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
908 (PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
909 (PARSE_AND_LIST_OPTIONS): Add --size-opt.
910 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
911 OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
912 (LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
913 * scripttempl/elfxtensa.sc: Update with changes from elf.sc.
914 * Makefile.am (eelf32xtensa.c): Update dependencies.
915 * Makefile.in: Regenerate.
916
917 2004-10-07 Jeff Baker <jbaker@qnx.com>
918
919 * lexsup.c: Handle --warn-shared-textrel option.
920 (ld_options): Restore alpha sorting of options.
921 * ldmain.c (main): Initialise warn_shared_info field to FALSE.
922 * ld.texinfo: Add documentation for --warn-shared-textrel.
923 * NEWS: Added mention of --warn-shared-textrel option.
924
925 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
926
927 * emultempl/crxelf.em (disable_relaxation): Add.
928 (crxelf_before_allocation): Enable --relax option by default.
929 (PARSE_AND_LIST_PROLOGUE): Add OPTION_NO_RELAX.
930 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --no-relax.
931 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NO_RELAX.
932
933 2004-10-04 H.J. Lu <hongjiu.lu@intel.com>
934
935 * NEWS: Mention SORT_BY_NAME, SORT_BY_ALIGNMENT and
936 --sort-section name|alignment.
937
938 * ld.texinfo: Document SORT_BY_NAME, SORT_BY_ALIGNMENT and
939 --sort-section name|alignment.
940
941 * ld.h (sort_type): New enum.
942 (wildcard_spec): Change the type of `sorted' to sort_type.
943
944 * ldgram.y (SORT): Removed.
945 (SORT_BY_NAME): Added.
946 (SORT_BY_ALIGNMENT): Added.
947 (wildcard_spec): Updated `sorted'. Handle SORT_BY_NAME and
948 SORT_BY_ALIGNMENT.
949 (input_section_spec_no_keep): Updated `sorted'.
950 (statement): Replace SORT with SORT_BY_NAME.
951
952 * ldlang.c (compare_section): New function to compare 2
953 sections with different sorting schemes.
954 (wild_sort): Updated. Use compare_section.
955 (update_wild_statements): New function.
956 (lang_process): Call update_wild_statements before
957 map_input_to_output_sections.
958
959 * ldlex.l (SORT_BY_NAME): New.
960 (SORT_BY_ALIGNMENT): New.
961 (SORT): Return SORT_BY_NAME.
962
963 * ldmain.c (sort_section): New. Defined.
964 (main): Initialize it to none.
965
966 * lexsup.c (option_values): Add OPTION_SORT_SECTION.
967 (ld_options): Add an entry for OPTION_SORT_SECTION.
968 (parse_args): Handle OPTION_SORT_SECTION.
969
970 * mri.c (mri_draw_tree): Updated `sorted'.
971
972 2004-10-04 Jakub Jelinek <jakub@redhat.com>
973
974 * ldgram.y (DATA_SEGMENT_RELRO_END): Add one argument.
975 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_END): Add 0 as first
976 argument.
977 (DATA_SEGMENT_RELRO_GOTPLT_END): Pass $SEPARATE_GOTPLT as first
978 and . as second argument.
979 (GOTPLT): Move $DATA_SEGMENT_RELRO_GOTPLT_END before the section.
980 * ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here.
981 (fold_binary): Add it here. Insert padding to make relro_end
982 COMMONPAGESIZE bytes aligned. For DATA_SEGMENT_ALIGN in
983 exp_dataseg_relro_adjust phase just use previously computed
984 exp_data_seg.base.
985 * ldlang.c (lang_size_sections): Set exp_data_seg.base for
986 relro_adjust here. Call lang_size_sections_1 once more if there
987 was too big padding at DATA_SEGMENT_RELRO_END.
988 * ld.texinfo (DATA_SEGMENT_RELRO_END): Add documentation.
989
990 2004-10-01 Paul Brook <paul@codesourcery.com>
991
992 * emulparams/armelf.sh: Add unwinding table sections.
993
994 2004-09-30 Filip Navara <navaraf@reactos.com>
995
996 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate
997 correct base address for position independant executables.
998 * pe-dll.c (pe_dll_fill_sections): Don't mark position independant
999 executables as DLLs.
1000
1001 2004-09-30 Paul Brook <paul@codesourcery.com>
1002
1003 * ld.texinfo: Document --target2=abs.
1004 * emulparms/armsymbian.sh (TARGET2_TYPE): Set.
1005
1006 2004-09-29 Nick Clifton <nickc@redhat.com>
1007
1008 * scripttempl/xstormy16.sc: Only perform the assignments to the
1009 ROM region when not performing a relocatable link. The ROM region
1010 does not start at address 0, but the sections will.
1011 * Makefile.am: Fix linker script dependency for the generation of
1012 eelf32xstormy16.c.
1013 * Makefile.in: Regenerate.
1014
1015 2004-09-18 Filip Navara <navaraf@reactos.com>
1016
1017 * emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
1018 emulparams/i386pe_posix.sh, emulparams/mcorepe.sh,
1019 emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define
1020 TARGET_PAGE_SIZE.
1021 * scripttempl/pe.sc: Make the virtual address and file offset synced if
1022 the alignment is lower than the target page size.
1023
1024 2004-09-27 Filip Navara <navaraf@reactos.com>
1025
1026 * emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
1027 def_file_parse to handle pe_def_file if NULL and prevent crash with
1028 invalid .def files.
1029
1030 2004-09-27 Alan Modra <amodra@bigpond.net.au>
1031
1032 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
1033 --emit-stub-syms automatically when --emit-relocs.
1034
1035 2004-09-24 Paul Brook <paul@codeosurcery.com>
1036
1037 * scripttempl/elf.sc: Keep .preinit_array, .init_array and
1038 .fini_array sections.
1039
1040 2004-09-19 Andreas Schwab <schwab@suse.de>
1041
1042 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Adjust data segment
1043 base so that relro end is suitably aligned.
1044
1045 2004-09-17 Paul Brook <paul@codesourcery.com>
1046
1047 * ld.texinfo: Rename arm-specific section. Document --target*
1048 * emulparams/armelf_fbsd.sh: Set TARGET2_TYPE.
1049 * emulparams/armelf_linux.sh: Ditto.
1050 * emulparams/armelf_nbsd.sh: Ditto.
1051 * emultempl/armelf.em: Set default for TARGET2_TYPE.
1052 (target2_type): New variable.
1053 (arm_elf_before_allocation): Don't pass target1_type.
1054 (arm_elf_create_output_section_statements): New function.
1055 (PARSE_AND_LIST_PROLOGUE): Add OPTION_TARGET2.
1056 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --target=.
1057 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_TARGET2.
1058 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Set.
1059 * emultempl/armelf_oabi.em (_before_allocation): Remove extra
1060 argument to bfd_elf32_arm_process_before_allocation.
1061
1062 2004-09-17 Alan Modra <amodra@bigpond.net.au>
1063
1064 * ldexp.c (fold_name): Update u.undef.next refs.
1065 * emultempl/pe.em: Likewise.
1066 * emultempl/sunos.em: Likewise.
1067
1068 2004-09-17 Alan Modra <amodra@bigpond.net.au>
1069
1070 * Makefile.am: Run "make dep-am".
1071 * Makefile.in: Regenerate.
1072 * config.in: Regenerate.
1073 * configure: Regenerate.
1074 * aclocal.m4: Regenerate.
1075 * po/ld.pot: Regenerate.
1076
1077 2004-09-16 Tomer Levi <Tomer.Levi@nsc.com>
1078
1079 * scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*.
1080 (.fini): Likewise.
1081 (.jcr): Likewise.
1082
1083 2004-09-16 Alan Modra <amodra@bigpond.net.au>
1084
1085 * emultempl/armelf_oabi.em (before_allocation): Add extra zero param
1086 to bfd_elf32_arm_process_before_allocation call.
1087
1088 2004-09-13 Paul Brook <paul@codesourcery.com>
1089
1090 * emulparams/armsymbian.sh: Set TARGET1_IS_REL.
1091 * emultempl/armelf.em: Use TARGET1_IS_REL. Add --target1-{rel,abs}.
1092
1093 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1094
1095 * configure: Regenerated with autconfig 2.13.
1096
1097 2004-09-07 Andreas Schwab <schwab@suse.de>
1098
1099 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
1100 alignment before adjusting DATA_SEGMENT_RELRO_END.
1101
1102 2004-09-06 Mark Mitchell <mark@codesourcery.com>
1103
1104 * emulparams/armsymbian.sh: Use armbpabi script.
1105 * scripttempl/armbpabi.sc: New script.
1106
1107 2004-09-02 Mark Mitchell <mark@codesourcery.com>
1108
1109 * Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
1110 (earmsymbian.c): New target.
1111 * configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
1112 * Makefile.in: Regenerated.
1113 * aclocal.m4: Likewise.
1114 * configure: Likewise.
1115 * emulparams/armsymbian.sh: New file.
1116
1117 2004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
1118
1119 * scripttempl/elf32crx.sc: Edit file with comments.
1120 (.init): Add new section.
1121 (.fini): Likewise.
1122 (.ctor): Control the linkage order.
1123 (.dtor): Likewise.
1124
1125 2004-08-27 Nick Clifton <nickc@redhat.com>
1126
1127 * emultempl/pe.em (after_open): Do not assume that either bfd is
1128 an archive.
1129
1130 2004-08-26 Alan Modra <amodra@bigpond.net.au>
1131
1132 * ldlang.c (lang_init): Don't compare with TRUE.
1133
1134 2004-08-25 Dmitry Diky <diwil@spec.ru>
1135
1136 * emulparams/msp430all.sh: Fix RAM sizes for all targets.
1137 * scripttempl/elf32msp430.sc: Add .profiler section definition.
1138
1139 2004-08-24 H.J. Lu <hongjiu.lu@intel.com>
1140
1141 * ldlang.c (wildcardp): Defined as a macro with strpbrk.
1142
1143 2004-08-19 Mark Mitchell <mark@codesourcery.com>
1144
1145 * configure.tgt (arm*-*-symbianelf*): New target.
1146 (arm*-*-eabi*): Likewise.
1147
1148 2004-08-19 Jakub Jelinek <jakub@redhat.com>
1149
1150 * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
1151 (ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
1152 (OPTION_NON_OVERLAPPING_OPD): Define.
1153 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
1154 --non-overlapping-opd option.
1155
1156 2004-08-18 Alan Modra <amodra@bigpond.net.au>
1157
1158 PR 338
1159 * ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
1160 was already on the undefs list.
1161
1162 2004-08-17 Alan Modra <amodra@bigpond.net.au>
1163
1164 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
1165 prefix the symbol field too.
1166
1167 2004-08-13 Alan Modra <amodra@bigpond.net.au>
1168
1169 * ldmain.c (link_callbacks): Remove "error_handler".
1170 * ldmisc.c: Include elf-bfd.h.
1171 (vfinfo): Sort comment. Handle %A. Use %A instead of
1172 bfd_get_section_indent.
1173 (error_handler): Delete.
1174 * ldmisc.h (error_handler): Delete declaration.
1175
1176 2004-08-10 Alan Modra <amodra@bigpond.net.au>
1177
1178 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
1179 ppc64_elf_restore_symbols.
1180
1181 2004-08-09 Alan Modra <amodra@bigpond.net.au>
1182
1183 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
1184 .toc is too large on relocatable linking.
1185
1186 2004-08-09 Alan Modra <amodra@bigpond.net.au>
1187
1188 * emultempl/ppc64elf.em (ppc_after_open): Delete.
1189 (LDEMUL_AFTER_OPEN): Don't define.
1190
1191 2004-08-02 Stephane Carrez <stcarrez@nerim.fr>
1192
1193 * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
1194
1195 2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
1196
1197 * scripttempl/elfm68hc12.sc: Align text, rodata and data section
1198 on power of 2.
1199
1200 2004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
1201
1202 * emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
1203
1204 2004-07-26 Dmitry Diky <diwil@spec.ru>
1205
1206 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
1207 msp430x1612, msp430x415, msp430x417, msp430xG437, msp430xG438,
1208 msp430xG439.
1209 * configure.tgt: Likewise.
1210 * emulparams/msp430all.sh: Likewise.
1211 * Makefile.in: Regenerate.
1212
1213 2004-07-23 Nick Clifton <nickc@redhat.com>
1214
1215 * emultempl/elf32.em (_place_orphan): Use an already existing
1216 section name if that section does not have any flags set.
1217
1218 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1219
1220 * ldlang.c (already_linked_hash_entry): Removed.
1221 (already_linked): Likewise.
1222 (already_linked_table): Likewise.
1223 (section_already_linked): Call bfd_section_already_linked.
1224 (lang_process): Replace already_linked_table_init with
1225 bfd_section_already_linked_table_init and check return. Replace
1226 already_linked_table_free with bfd_section_already_linked_table_free.
1227
1228 2004-07-21 Nick Clifton <nickc@redhat.com>
1229
1230 * ldlang.c (init_os): Make sure that the newly allocated userdata
1231 structure is zeroed out.
1232
1233 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1234
1235 * NEWS: Mention the new --add-needed/--no-add-needed and
1236 --as-needed/--no-as-needed options.
1237
1238 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
1239
1240 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also
1241 check the add_needed field.
1242 (dt_needed): New struct.
1243 (gld${EMULATION_NAME}_try_needed): Change the first argument
1244 to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED
1245 bit in the file where the DT_NEEDED entry comes from.
1246 (gld${EMULATION_NAME}_search_needed): Change the second
1247 argument to a pointer to struct dt_needed.
1248 (gld${EMULATION_NAME}_check_ld_so_conf): Updated.
1249 (gld${EMULATION_NAME}_after_open): Likewise.
1250
1251 * ld.texinfo: Add --add-needed document.
1252 * ldlang.c (new_afile): Set p->add_needed.
1253 * ldlang.h (lang_input_statement_type): Add add_needed field.
1254 * ldmain.h (add_needed): Declare.
1255 * ldmain.c (add_needed): New global var.
1256 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and
1257 OPTION_NO_ADD_NEEDED.
1258 (ld_options): Likewise.
1259 (parse_args): Handle them.
1260
1261 2004-07-13 Christof Petig <christof@petig-baender.de>
1262
1263 * emultempl/pe.em (make_import_fixup): Use bfd_get_32 to correct
1264 for endian-ness of extracted addend.
1265
1266 2004-07-13 Danny Smith <dannysmith@usesr.sourceforge.net>
1267
1268 * pe-dll.c (auto_export): Filter on just the import prefix,
1269 "_imp_", not "_imp__".
1270
1271 2004-07-09 Nick Clifton <nickc@redhat.com>
1272
1273 * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
1274
1275 2004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
1276
1277 * Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
1278 (eelf32crx.c): New target.
1279 * Makefile.in: Regenerate.
1280 * configure.tgt: Handle crx-*-elf*.
1281 * emulparams/elf32crx.sh: New file.
1282 * emultempl/crxelf.em: New file.
1283 * scripttempl/elf32crx.sc: New file.
1284 * NEWS: Mention new target.
1285
1286 2004-07-06 Nick Clifton <nickc@redhat.com>
1287
1288 * Makefile.am: Add eshlsymbian.c.
1289 * Makefile.in: Regenerate.
1290 * configure.tgt: Add sh*-symbian-elf target.
1291 * emulparams/shlsymbian.sh: New file. Configure the
1292 sh-symbian-elf linker scripts.
1293 * scripttemp/elf32sh-symbian.sc: New file. Linker script
1294 template for the sh-symbian-elf target.
1295
1296 2004-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1297
1298 * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
1299 * emulparams/hppalinux.sh: Likewise.
1300 * scripttempl/elf.sc: Place .plt just before .got when .plt is in
1301 data segment and PLT_BEFORE_GOT is defined.
1302
1303 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1304
1305 * ld.texinfo (WIN32): Document PE weak symbols.
1306
1307 2004-07-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1308
1309 * emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
1310
1311 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
1312
1313 * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
1314 the section.
1315
1316 2004-06-29 Alan Modra <amodra@bigpond.net.au>
1317
1318 * ldlang.c (lang_reset_memory_regions): Save last relax pass section
1319 size in rawsize.
1320
1321 2004-06-24 Alan Modra <amodra@bigpond.net.au>
1322
1323 * ldlang.c (print_output_section_statement): Don't print size before
1324 relaxation.
1325 (IGNORE_SECTION): Remove bfd arg. Update all callers.
1326
1327 * ldexp.c (fold_name): .. See below.
1328 * ldlang.c (section_already_linked, print_output_section_statement,
1329 print_input_section, insert_pad, size_input_section,
1330 lang_check_section_addresses, lang_size_sections_1,
1331 lang_size_sections, lang_do_assignments_1, lang_set_startof,
1332 lang_one_common, lang_reset_memory_regions, lang_process,
1333 lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
1334 * ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
1335 * pe-dll.c (process_def_file, generate_reloc): ..
1336 * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
1337 gld${EMULATION_NAME}_before_allocation): ..
1338 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
1339 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
1340 sh64_elf_${EMULATION_NAME}_after_allocation): ..
1341 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
1342 * emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
1343 ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
1344 "size" instead of "_raw_size" and "_cooked_size". Expand
1345 bfd_section_size macro invocations.
1346
1347 2004-06-22 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1348
1349 * ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
1350 ___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
1351 ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
1352 ___crt_xt_end__.
1353 (.tls): Define ___tls_start__ and ___tls_end__.
1354
1355 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
1356
1357 * emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
1358
1359 2004-06-18 Adam Nemet <anemet@lnxw.com>
1360
1361 * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
1362 * configure: Regenerate.
1363
1364 2004-06-15 Jakub Jelinek <jakub@redhat.com>
1365
1366 * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
1367 .gcc_except_table output sections lost accidentally with
1368 -z relro patch.
1369
1370 2004-06-15 Alan Modra <amodra@bigpond.net.au>
1371
1372 * ldwrite.c (build_link_order): Use bfd_get_section_size
1373 instead of bfd_get_section_size_before_reloc or _raw_size.
1374 * pe-dll.c (process_def_file): Likewise.
1375
1376 2004-06-14 Alan Modra <amodra@bigpond.net.au>
1377
1378 From Richard Wirth <r.wirth@wirthware.de>
1379 * ldlang.c (lang_finish): Don't free lang_definedness_table.
1380
1381 2004-05-29 Alan Modra <amodra@bigpond.net.au>
1382
1383 * ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
1384 (lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
1385
1386 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
1387
1388 * testsuite/ld-sh/arch/arch.exp: New test script.
1389 * testsuite/ld-sh/arch/arch_expected.txt: New file.
1390 * testsuite/ld-sh/arch/sh.s: New file.
1391 * testsuite/ld-sh/arch/sh2.s: New file.
1392 * testsuite/ld-sh/arch/sh-dsp.s: New file.
1393 * testsuite/ld-sh/arch/sh2e.s: New file.
1394 * testsuite/ld-sh/arch/sh3-nommu.s: New file.
1395 * testsuite/ld-sh/arch/sh3.s: New file.
1396 * testsuite/ld-sh/arch/sh3-dsp.s: New file.
1397 * testsuite/ld-sh/arch/sh3e.s: New file.
1398 * testsuite/ld-sh/arch/sh4-nommu-nofpu.s: New file.
1399 * testsuite/ld-sh/arch/sh4-nofpu.s: New file.
1400 * testsuite/ld-sh/arch/sh4.s: New file.
1401 * testsuite/ld-sh/arch/sh4a-nofpu.s: New file.
1402 * testsuite/ld-sh/arch/sh4al-dsp.s: New file.
1403 * testsuite/ld-sh/arch/sh4a.s: New file.
1404
1405 2004-05-28 Alan Modra <amodra@bigpond.net.au>
1406
1407 * ldlang.c: Formatting. Wrap long lines, expand bfd_get_section_flags
1408 throughout file.
1409 * lexsup.c: Formatting. Wrap long lines.
1410 * ldwrite.c: Update copyright date.
1411
1412 * ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
1413 (output_section_callback): Nor SEC_KEEP here.
1414 (gc_section_callback): Twiddle SEC_EXCLUDE here.
1415 (lang_gc_wild): Delete. Fold into..
1416 (lang_gc_sections_1): ..here. Only call bfd_gc_sections when garbage
1417 collecting.
1418 (lang_process): Always call lang_gc_sections.
1419 (lang_place_orphans): Handle SEC_EXCLUDE sections.
1420 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
1421 SEC_EXCLUDE code.
1422
1423 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
1424
1425 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
1426 SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
1427 * ldlang.c (lang_add_section): Likewise.
1428
1429 2004-05-26 Alan Modra <amodra@bigpond.net.au>
1430
1431 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
1432 sections when doing a final link. Clear SEC_EXCLUDE when doing
1433 a relocable link, except for SEC_DEBUGGING sections.
1434 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
1435 same condition here to drop SEC_EXCLUDE orphan sections.
1436
1437 2004-05-25 Alan Modra <amodra@bigpond.net.au>
1438
1439 * ldlang.c (lang_process): Call bfd_merge_sections later, and
1440 only when not a relocatable link.
1441 (print_input_section): Handle SEC_EXCLUDE sections.
1442 (size_input_section): Don't update dot on SEC_EXCLUDE sections.
1443 (lang_do_assignments_1): Likewise.
1444 * ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
1445 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
1446 * emultempl/hppaelf.em (build_section_lists): Likewise.
1447 * emultempl/ppc64elf.em (build_toc_list): Likewise.
1448 (build_section_lists): Likewise.
1449
1450 2004-05-23 Andreas Schwab <schwab@suse.de>
1451
1452 * ld.texinfo (Options): Fix typo in last change.
1453
1454 2004-05-21 Andy Chittenden <achittenden@bluearc.com>
1455
1456 * ld.h (ld_config_type): Add new field: hash_table_size.
1457 * ldmain.c: Initialise the new field to zero. If it is non-zero
1458 after parsing the linker's command line call
1459 bfd_hash_set_default_size.
1460 * lexsup.c (option_values): Add OPTION_HASH_SIZE.
1461 (ld_options): Add hash-size.
1462 (parse_args): Parse --hash-size option. Allow
1463 --reduce-memory-overheads to set the default hash table size as
1464 well.
1465 * ld.texinfo: Document the new switch. Also mention that
1466 --reduce-memory-overheads can affect the hash table size.
1467 * NEWS: Mention the new feature.
1468
1469 2004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
1470
1471 * NEWS: Mention new linker map file generation and the
1472 --reduce-memory-overheads option.
1473 * ld.texinfo: Document --reduce-memory-overheads option.
1474 * ld.h (map_symbol_def): New struct.
1475 (struct user_section_struct, section_userdata_type): Rename to:
1476 (struct lean_user_section_struct, lean_section_userdata_type).
1477 (struct fat_user_section_struct, fat_section_userdata_type): New.
1478 (SECTION_USERDATA_SIZE): Define.
1479 (args_type): New member reduce_memory_overheads.
1480 * ldlang.c (map_obstack): New static variable.
1481 (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
1482 (lang_map): Unless command_line.reduce_memory_overheads is set,
1483 initialize lists of defined symbols for each section.
1484 (print_input_section): Unless command_line.reduce_memory_overheads
1485 is set, use print_all_symbols.
1486 (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
1487 * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
1488 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
1489 (ld_options): Add entry for --reduce-memory-overheads.
1490 (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
1491
1492 2004-05-19 Jakub Jelinek <jakub@redhat.com>
1493
1494 * ldgram.y (sect_constraint): New.
1495 (ONLY_IF_RO, ONLY_IF_RW): New tokens.
1496 (section): Add sect_constraint. Pass additional argument
1497 to lang_enter_output_section_statement.
1498 * mri.c (mri_draw_tree): Pass additional argument to
1499 lang_enter_output_section_statement.
1500 * emultempl/pe.em (place_orphan): Likewise.
1501 (output_prev_sec_find): Disregard output section statements with
1502 constraint == -1.
1503 * emultempl/mmo.em (output_prev_sec_find): Likewise.
1504 (mmo_place_orphan): Pass additional argument to
1505 lang_enter_output_section_statement.
1506 * emultempl/elf32.em (output_prev_sec_find): Disregard output section
1507 statements with constraint == -1.
1508 (place_orphan): Pass additional argument to
1509 lang_enter_output_section_statement.
1510 * ldlang.c (lang_enter_overlay_section): Likewise.
1511 (lang_output_section_find_1): New.
1512 (lang_output_section_find): Use it.
1513 (lang_output_section_statement_lookup_1): New.
1514 (lang_output_section_statement_lookup): Use it.
1515 (check_section_callback, check_input_sections): New.
1516 (map_input_to_output_sections): Check if all input sections
1517 are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
1518 (strip_excluded_output_sections): Disregard output section statements
1519 with constraint == -1.
1520 (lang_record_phdrs): Likewise.
1521 (lang_enter_output_section_statement): Add constraint argument.
1522 Use lang_output_section_statement_lookup_1.
1523 * ldlang.h (lang_output_section_statement_type): Add constraint
1524 and all_input_readonly fields.
1525 (lang_enter_output_section_statement): Adjust prototype.
1526 * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
1527 * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
1528 segment if all input sections are readonly.
1529
1530 2004-05-19 Adam Nemet <anemet@lnxw.com>
1531
1532 * scripttempl/i386lynx.sc: Remove file.
1533
1534 2004-05-17 Bob Wilson <bob.wilson@acm.org>
1535
1536 * ld.texinfo (Output Section Address): Correct subsection name.
1537
1538 2004-05-17 Adam Nemet <anemet@lnxw.com>
1539
1540 * configure.tgt (powerpc-*-lynxos* case): New case.
1541 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
1542 * emulparams/ppclynx.sh: New file.
1543 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
1544 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
1545 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
1546 (eppclynx.c): New rule.
1547 * Makefile.in: Regenerate.
1548
1549 2004-05-13 Joel Sherrill <joel@oarcorp.com>
1550
1551 * configure.tgt (or32-*-rtems*): Switch to elf and
1552 support versioned targets.
1553
1554 2004-05-13 Nick Clifton <nickc@redhat.com>
1555
1556 * po/fr.po: Updated French translation.
1557
1558 2004-05-11 Jakub Jelinek <jakub@redhat.com>
1559
1560 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
1561 for binaries, -shared and -pie.
1562 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
1563 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
1564 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
1565 (OTHER_RELRO_SECTIONS): ... this.
1566 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
1567 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
1568 -z relro and -z norelro.
1569 (gld${EMULATION_NAME}_list_options): Add it to usage.
1570 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
1571 -z relro scripts when appropriate.
1572 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
1573 Create separate .got.plt section if SEPARATE_GOTPLT.
1574 Move sections which are only written during relocation handling
1575 to the beginning of RW segment. If NO_SMALL_DATA, move .got
1576 before .data. Add DATA_SEGMENT_RELRO_END directive.
1577 Include OTHER_RELRO_SECTIONS.
1578 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
1579 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
1580 (fold_unary): Likewise.
1581 (fold_binary): Handle -z relro.
1582 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
1583 exp_dataseg_relro_adjust phases. Add relro_end field.
1584 * ldmain.c (main): Initialize link_info.relro to FALSE.
1585 * ldlang.c (lang_size_sections): Handle -z relro.
1586
1587 2004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
1588
1589 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
1590
1591 2004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
1592
1593 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
1594 before printing it with %W.
1595
1596 2004-05-07 Brian Ford <ford@vss.fsi.com>
1597 DJ Delorie <dj@redhat.com>
1598
1599 * emultempl/pe.em (real_flags): New static.
1600 (OPTION_LARGE_ADDRESS_AWARE): New define.
1601 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
1602 (gld_${EMULATION_NAME}_list_options): Likewise.
1603 (gld${EMULATION_NAME}_handle_option): Likewise.
1604 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
1605 * ld.texinfo: Document it.
1606 * NEWS: Mention it.
1607
1608 2004-05-07 Brian Ford <ford@vss.fsi.com>
1609
1610 * NEWS: Mention DWARF 2 support for i386pe.
1611
1612 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
1613
1614 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
1615 elf32-frvfdpic.
1616
1617 2004-04-30 Alan Modra <amodra@bigpond.net.au>
1618
1619 * ldlang.c (unique_section_p): Pass section parm, return true on
1620 group sections.
1621 (output_section_callback): Adjust.
1622 * ldlang.h (unique_section_p): Update prototype.
1623 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
1624
1625 2004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
1626
1627 * ld.texinfo (--gc-sections): Remove restriction for
1628 dynamic linking.
1629
1630 2004-04-29 Brian Ford <ford@vss.fsi.com>
1631
1632 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
1633 for DWARF 2/3. Update stab section's syntax.
1634
1635 2004-04-29 Alan Modra <amodra@bigpond.net.au>
1636
1637 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
1638 (fill_edata): Correct pointer arithmetic.
1639
1640 2004-04-21 Chris Demetriou <cgd@broadcom.com>
1641
1642 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
1643 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
1644 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
1645 (EXTRA_EM_FILE): Use mipsecoff.em
1646 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
1647 (EXTRA_EM_FILE): Use mipsecoff.em
1648 * emultempl/mipsecoff.em: Restructure to be included as an
1649 extra emulation file.
1650 (check_sections, gld${EMULATION_NAME}_after_open)
1651 (gld${EMULATION_NAME}_after_allocation)
1652 (gld${EMULATION_NAME}_get_script)
1653 (ld_${EMULATION_NAME}_emulation): Remove
1654 (gld${EMULATION_NAME}_before_parse): Rename to...
1655 (mipsecoff_before_parse): This.
1656 (LDEMUL_BEFORE_PARSE): Define.
1657 * emultempl/mipself.em: Remove file.
1658 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
1659 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
1660 these symbols.
1661 * Makefile.am: Remove dependencies on emultempl/mipself.em.
1662 * Makefile.in: Regenerate.
1663
1664 2004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
1665
1666 * ld.texinfo (synthesizing on H8/300): Information about linker
1667 relaxation support for bit manipulation instructions and system
1668 control instructions is added.
1669
1670 2004-04-21 Hans-Peter Nilsson <hp@axis.com>
1671
1672 * NEWS: Mention change in DEFINED semantics.
1673
1674 2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
1675
1676 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
1677 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
1678 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
1679
1680 2004-04-21 Ben Elliston <bje@au.ibm.com>
1681
1682 * ld.texinfo (Simple Example): Add missing punctuation.
1683
1684 2004-04-20 Chris Demetriou <cgd@broadcom.com>
1685
1686 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
1687
1688 2004-04-19 Jakub Jelinek <jakub@redhat.com>
1689
1690 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
1691 specially.
1692
1693 2004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
1694
1695 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
1696 with default priority. Likewise for dtors.
1697
1698 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1699
1700 * configure.host: Remove mips*-dec-bsd* target.
1701 * configure.tgt: Likewise.
1702
1703 2004-04-08 Richard Sandiford <rsandifo@redhat.com>
1704
1705 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
1706 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
1707 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
1708 * emultempl/irix.em: New file.
1709 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
1710 dependencies.
1711 * Makefile.in: Regenerate.
1712
1713 2004-04-01 Paul Brook <paul@codesourcery.com>
1714
1715 * emultempl/armelf.em (byteswap_code): Add.
1716 (arm_elf_before_allocation): Pass extra parameter.
1717 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
1718 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
1719 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
1720 * emultempl/armelf_oabi.em: Pass extra parameter.
1721 * ld.texinfo: Document --be8.
1722
1723 2004-03-30 Stan Shebs <shebs@apple.com>
1724
1725 Remove long-obsolete MPW support.
1726 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
1727 * Makefile.am (mpw): Remove file-presynthesizing actions.
1728 * Makefile.in: Likewise.
1729 * ldfile.c (slash): Remove MPW case.
1730 * ldlex.l [MPW]: Remove unused definition.
1731
1732 2004-03-30 Galit Heller <Galit.Heller@nsc.com>
1733
1734 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
1735 (eelf32cr16c.c): New target.
1736 * Makefile.in: Regenerate.
1737 * configure.tgt: Handle cr16c-*-elf*.
1738 * emulparams/elf32cr16c.sh: New file.
1739 * scripttempl/elfcr16c.sc: Likewise
1740 * NEWS: Mention support for new target.
1741
1742 2004-03-30 Nick Clifton <nickc@redhat.com>
1743
1744 * po/sv.po: Updated Swedish translation.
1745
1746 2004-03-27 Alan Modra <amodra@bigpond.net.au>
1747
1748 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
1749 * emultempl/hppaelf.em: Likewise.
1750 * emultempl/ppc64elf.em: Likewise.
1751 * emultempl/sh64elf.em: Likewise.
1752
1753 2004-03-25 Alan Modra <amodra@bigpond.net.au>
1754
1755 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
1756 size_dynamic_sections call.
1757
1758 2004-03-23 Alan Modra <amodra@bigpond.net.au>
1759
1760 PR 51.
1761 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
1762 link_info.wrap_char.
1763
1764 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
1765
1766 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
1767 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
1768
1769 2004-03-20 Alexandre Oliva <aoliva@redhat.com>
1770
1771 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
1772
1773 2004-03-19 Alan Modra <amodra@bigpond.net.au>
1774
1775 * config.in: Regenerate.
1776 * po/ld.pot: Regenerate.
1777
1778 2004-03-18 Alan Modra <amodra@bigpond.net.au>
1779
1780 * ld.texinfo: Add --as-needed doco.
1781 * ldmain.c (as_needed): New global var.
1782 * ldmain.h (as_needed): Declare.
1783 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
1784 OPTION_NO_AS_NEEDED.
1785 (ld_options): Likewise.
1786 (parse_args): Handle them.
1787 * ldlang.h (lang_input_statement_type): Add as_needed field.
1788 * ldlang.c (new_afile): Set p->as_needed.
1789 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
1790 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
1791 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
1792
1793 * ldlang.c (open_input_bfds): Remove useless cast.
1794 (lang_do_assignments_1): Likewise.
1795 (lang_for_each_input_section): Delete.
1796
1797 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1798
1799 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
1800
1801 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1802
1803 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
1804 private when building implib.
1805
1806 2004-03-05 Nathan Sidwell <nathan@codesourcery.com>
1807
1808 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
1809 SEC_THREAD_LOCAL.
1810 (IGNORE_SECTION): Ignore .tbss sections too.
1811 (lang_size_sections_1): .tbss sections do not advance dot.
1812
1813 2004-03-01 Andreas Schwab <schwab@suse.de>
1814
1815 * ld.texinfo (Options): Fix example for --wrap.
1816
1817 2004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
1818
1819 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
1820 not NULL.
1821
1822 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1823
1824 * ldlang.c (lang_check): Use %P, not %E, in error message.
1825
1826 2004-02-23 Nathan Sidwell <nathan@codesourcery.com>
1827
1828 * ldlang.h (struct lang_output_section_state): Change processed
1829 field's type.
1830 * ldexp.c (check, invalid): Remove.
1831 (fold_name): Move valid_p assignments. Create undefined symbol
1832 when needed. Directly exampine section's processd flag.
1833 * ldlang.c (lang_output_section_statement_lookup): Adjust
1834 processed field init.
1835 (lang_size_sections_1): Allow LOADADDR when determining section's
1836 VMA. Adjust error message. Fold data statement's expr.
1837 (lang_size_sections): Correctly increment lang_statement_iteration.
1838
1839 2004-02-23 Alan Modra <amodra@bigpond.net.au>
1840
1841 * ldexp.c (fold_tree): Follow indirect symbols.
1842
1843 2004-02-20 Nathan Sidwell <nathan@codesourcery.com>
1844
1845 * ldgram.y (exp): Add two operand ALIGN.
1846 * ldexp.c (fold_binary): Add ALIGN_K case.
1847 * ld.texinfo (ALIGN): Document two operand version.
1848
1849 2004-02-19 Nathan Sidwell <nathan@codesourcery.com>
1850
1851 * ldlang.c (map_input_to_output_sections): Initialize sections
1852 mentioned in a data statement expression.
1853 (lang_do_assignments_1): Add data statement's expression's
1854 section's vma.
1855
1856 2004-02-18 Nathan Sidwell <nathan@codesourcery.com>
1857
1858 * ldgram.y (statement_anywhere): Add assert rule.
1859 * ldlang.c (exp_init_os): Add assert case.
1860
1861 2004-02-14 Andrew Cagney <cagney@redhat.com>
1862
1863 * ldmain.c (remove_output): Call bfd_cache_close.
1864
1865 2004-02-14 Richard Sandiford <rsandifo@redhat.com>
1866
1867 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
1868 .MIPS.content* and .MIPS.events* sections.
1869
1870 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
1871
1872 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
1873 .note.gnu.arm.ident to after allocated sections. Mark its
1874 address as 0.
1875
1876 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
1877
1878 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
1879 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
1880 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
1881 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
1882 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
1883
1884 2004-02-05 Nick Clifton <nickc@redhat.com>
1885
1886 * emultempl/pe.em (_after_open): Fix typo in previous delta.
1887
1888 2004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
1889
1890 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
1891
1892 2004-01-28 Alan Modra <amodra@bigpond.net.au>
1893
1894 * genscripts.sh: Fix typo.
1895
1896 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
1897
1898 2004-01-24 Jakub Jelinek <jakub@redhat.com>
1899
1900 * emulparams/elf64_ia64.sh: Put .rela.opd into
1901 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
1902
1903 2004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
1904
1905 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
1906 * ld.texinfo (--omagic): Note that writable text section
1907 does not conform to published PE-COFF specs.
1908 (--enable-auto-import): Likewise.
1909
1910 2004-01-15 Alan Modra <amodra@bigpond.net.au>
1911
1912 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
1913
1914 2004-01-13 Nick Clifton <nickc@redhat.com>
1915
1916 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
1917 which if true will prevent the LMA region being used as a
1918 replacement for a default VMA region.
1919 (lang_leave_output_section_statement): Pass extra parameter.
1920 (lang_leave_overlay): Likewise.
1921 * ld.texinfo (Output Section LMA): Document that the LMA
1922 region can be set to the VMA region if no VMA has been set.
1923 * ldlang.h (struct lang_output_section_phdr_list): Create a
1924 typedef for this type. Minor formatting fixes.
1925
1926 2004-01-13 Nick Clifton <nickc@redhat.com>
1927
1928 * ldlang.c (lang_size_sections_1): If dot is advanced, then
1929 assume that the section should be allocated.
1930
1931 2004-01-13 Alan Modra <amodra@bigpond.net.au>
1932
1933 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
1934 sections. Do ignore SEC_NEVER_LOAD sections.
1935 (lang_size_sections_1): Remove test made redundant with the above.
1936
1937 2004-01-09 Alan Modra <amodra@bigpond.net.au>
1938
1939 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
1940 program_header_size.
1941
1942 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
1943
1944 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
1945 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
1946 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
1947 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
1948 (MAXPAGESIZE): Set to 64Kb.
1949 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
1950 __ROFIXUP_END__. Don't map .rofixup.got any more.
1951 * emulparams/elf32frv.sh (NOP): Set.
1952 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
1953 * configure.tgt: Add frv-*-*linux*.
1954 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
1955 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
1956 (eelf32frvfd.c): New.
1957 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
1958 * emulparams/elf32frv.sh: Reverted previous two patches.
1959 * emulparams/elf32frvfd.sh: New.
1960 * Makefile.in: Rebuilt.
1961 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
1962 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
1963 .rofixup.got to .rofixup.
1964 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
1965 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
1966 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
1967
1968 2004-01-05 Jakub Jelinek <jakub@redhat.com>
1969
1970 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
1971 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
1972
1973 2004-01-03 Alan Modra <amodra@bigpond.net.au>
1974
1975 * ldexp.c (align_n): Make static.
1976 * ldexp.h (align_n): Delete declaration.
1977 * ldlang.h (lang_enter_output_section_statement): Remove
1978 block_value param.
1979 * ldlang.c (lang_enter_output_section_statement): Likewise.
1980 (TO_ADDR, TO_SIZE): Define.
1981 (opb_shift): New var.
1982 (init_opb): New function.
1983 (print_input_section): Call init_opb and use TO_ADDR.
1984 (print_data_statement, print_reloc_statement): Likewise.
1985 (print_padding_statement): Likewise.
1986 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
1987 (lang_check_section_addresses): Likewise.
1988 (lang_size_sections_1): Likewise.
1989 (lang_do_assignments_1): Likewise.
1990 (lang_set_startof): Likewise.
1991 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
1992 (lang_process): Call init_opb.
1993 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
1994 (lang_enter_overlay_section): Adjust
1995 lang_enter_output_section_statement call.
1996 * ldgram.y: Likewise.
1997 * mri.c (mri_draw_tree): Likewise.
1998 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
1999 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2000 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
2001
2002 * ldfile.c (ldfile_set_output_arch): Add defarch param.
2003 * ldfile.h (ldfile_set_output_arch): Ditto.
2004 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
2005 ldfile_set_output_arch.
2006 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2007 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
2008 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
2009 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2010 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
2011 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
2012 * ldgram.y: Adjust ldfile_set_output_arch call.
2013 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2014 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
2015 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
2016 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
2017 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
2018 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2019 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
2020
2021 2004-01-02 Bernardo Innocenti <bernie@develer.com>
2022
2023 * configure.tgt: Add m68k-uClinux target.
2024
2025 For older changes see ChangeLog-0203
2026 \f
2027 Local Variables:
2028 mode: change-log
2029 left-margin: 8
2030 fill-column: 74
2031 version-control: never
2032 End:
This page took 0.095311 seconds and 4 git commands to generate.