2005-01-13 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2005-01-12 Mark Kettenis <kettenis@gnu.org>
2
3 * configure.in: Be sure to invoke config.sub using the shell.
4 * configure: Regenerate.
5
6 2005-01-11 Alan Modra <amodra@bigpond.net.au>
7
8 * configure.host: Correct sed patterns for last change.
9
10 2005-01-10 Nick Clifton <nickc@redhat.com>
11
12 PR binutils/609
13 * ldmisc.c (vfinfo): Add an extra argument: is_warning. Use this
14 to determine whether config.make_executable should be set to FALSE in
15 conjunction with config.fatal_warnings.
16 (info_msg, minfo, lfinof): Pass FALSE as the extra argument.
17 (einfo): Pass TRUE as the extra argument.
18
19 2005-01-10 Greg Schaffer <gschafer@zip.com.au>
20
21 * configure.host (linux targets): Use "${CC} -dumpspecs" instead
22 of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0.
23 (ia64-*-aix): Delete - this target is obsolete, and would be
24 broken by this patch.
25
26 2005-01-06 Eric Botcazou <ebotcazou@libertysurf.fr>
27
28 * configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*.
29 (sparc64-sun-solaris2*): New host.
30
31 2005-01-06 Paul Brook <paul@codesourcery.com>
32
33 * Makefie.am: Add earmelf_vxworks.
34 * Makefile.in: Regenerate.
35 * configure.tgt: Make arm-*-vxworks a separate case.
36 * emulparams/armelf_vxworks.sh: New function.
37
38 2005-01-06 Alan Modra <amodra@bigpond.net.au>
39
40 * emultempl/ppc64elf.em (no_multi_toc): New var.
41 (gld${EMULATION_NAME}_finish): Pass to ppc64_elf_setup_section_lists.
42 (OPTION_NO_MULTI_TOC): Define.
43 (PARSE_AND_LIST_LONGOPTS): Add --no-multi-toc support.
44 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
45
46 2005-01-05 Nick Clifton <nickc@redhat.com>
47
48 PR binutils/614
49 * ldmisc.c (vfinfo): Alter output to conform to the GNU Coding
50 Standard's specification for parsable error messages.
51
52 2005-01-04 Paul Brook <paul@codesourcery.com>
53
54 * Makefile.am: Correct dependency for earmsymbian.c.
55 * Makefile.in: Regenerate.
56
57 2004-12-28 Danny Smith <dannysmith@users.sourceforge.net>
58
59 * emultempl/pe.em (set_pe_subsystem): Change second arg to
60 lang_add_entry to FALSE.
61
62 2004-12-23 Nick Clifton <nickc@redhat.com>
63
64 PR 600
65 * emulparams/shelf.sh (.stack): Increase stack start address to
66 0x300000.
67
68 2004-12-20 Nick Clifton <nickc@redhat.com>
69
70 * ldmain.c (main): Issue an error message if -static and -shared
71 are used together.
72
73 2004-12-17 Jakub Jelinek <jakub@redhat.com>
74
75 * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields.
76 * ldexp.c (fold_binary) <case DATA_SEGMENT_ALIGN>: Initialize them.
77 * ldlang.c (lang_size_sections): Use them to avoid wasting virtual
78 address space at DATA_SEGMENT_ALIGN. Fix computation of expected
79 PT_GNU_RELRO segment end.
80
81 2004-12-14 P.J. Darcy <darcypj@us.ibm.com>
82
83 * configure.tgt: Add s390x-ibm-tpf support.
84
85 2004-12-16 Martin Kögler <mkoegler@auto.tuwien.ac.at>
86
87 * ldmisc.c (vfinfo): Handle the case where %B is passed a NULL
88 BFD.
89
90 2004-12-07 Ben Elliston <bje@gnu.org>
91
92 * ldemul.h: Forward declare struct option.
93
94 2004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
95
96 * scripttempl/pe.sc (.data): Add .jcr subsection.
97
98 2004-11-30 Paul Brook <paul@codesourcery.com>
99
100 * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
101
102 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
103
104 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
105 * Makefile.in: Regenerate.
106
107 2004-11-26 Melissa Mears <asterisk@graces.dricas.com>
108
109 * emultempl/pe.em: Add --subsystem:xbox as well as
110 --subsystem:%d.
111 * ld.texinfo: (ld_options): Document acceptance of subsystem xbox
112 and numeric subsystems.
113
114 2004-11-24 Alan Modra <amodra@bigpond.net.au>
115
116 * ldexp.c (fold_name): Correct PR 338 fix.
117
118 2004-11-19 Mark Mitchell <mark@codesourcery.com>
119
120 * Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.
121 (earmelf_linux_eabi.c): New target.
122 * configure.tgt (arm*-*-linux-gnueabi): Handle it.
123 * emulparams/armelf_linux_eabi.sh: New file.
124 * Makefile.in: Regenerated.
125
126 2004-11-19 Nick Clifton <nickc@redhat.com>
127
128 PR 518
129 * ld.texinfo (MEMORY): Update the descriptions of the ORIGIN and
130 LENGTH fields in the MEMORY command, to explicitly state that
131 symbols cannot be used in their expressions.
132
133 2004-11-19 Jon Beniston <jon@beniston.com>
134
135 * ld/ldlex.l: Allow ORIGIN and LENGTH in EXPRESSION.
136 * ld/ldgram.y: Add ORIGIN and LENGTH expressions.
137 * ld/ldexp.c (fold_name): Implement LENGTH() and ORIGIN() functions
138 which return the length and origin of a memory.
139 * ld/ld.texinfo: Document LENGTH() and ORIGIN() functions.
140 * NEWS: Mention support for ORIGIN and LENGTH operators.
141
142 2004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
143
144 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Don't use
145 a dynamic object for stubs.
146
147 2004-11-04 Paul Brook <paul@codesourcery.com>
148
149 * ld.texinfo: Document --default-imported-symver.
150 * ldmain.c (main): Set link_info.default_imported_symver.
151 * lexsup.c (option_values): Add OPTION_DEFAULT_IMPORTED_SYMVER.
152 (ld_options): Add --default-imported-symver.
153 (parse_args): Handle OPTION_DEFAULT_IMPORTED_SYMVER.
154
155 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
156 Vineet Sharma <vineets@noida.hcltech.com>
157
158 * Makefile.am: Add entries for new maxq-coff target.
159 * Makefile.in: Regenerate.
160 * configure.tgt: Add support for maxq.
161 * emulparams/maxqcoff.sh: New File.
162 * scripttempl/maxqcoff.sc: New linker script for target maxq.
163 * NEWS: Mention the new target.
164
165 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
166
167 * testsuite/ld-scripts/weak.exp: Enable test on PE,
168 XFAIL non-i386 PE.
169 * testsuite/ld-undefined/weak-undef.exp: Enable test on PE,
170 XFAIL non-i386 PE.
171 * testsuite/lib/ld-lib.exp (is_pecoff_format): New.
172
173 2004-11-04 Daniel Jacobowitz <dan@debian.org>
174
175 * Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o.
176 (earmelf_oabi.c): Remove rule.
177 * configure.tgt: Remove arm-*-oabi and thumb-*-oabi.
178 * emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files.
179 * Makefile.in: Regenerated.
180
181 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
182
183 * configure.tgt (crisv32-*-*): Handle like cris-*-* for non-aout.
184 * emulparams/criself.sh (INIT_START): Remove emitted "push srp".
185 (FINI_START): Ditto.
186 (INIT_END): Remove emitted "jump [sp+]".
187 (FINI_END): Ditto.
188
189 2004-11-04 Alan Modra <amodra@bigpond.net.au>
190
191 * emultempl/ppc64elf.em (no_tls_opt): Rename from notlsopt.
192 (no_opd_opt, no_toc_opt): New static vars.
193 (ppc_before_allocation): Don't edit opt if no_opd_opt. Call
194 ppc64_elf_edit_toc.
195 (OPTION_NO_OPD_OPT, OPTION_NO_TOC_OPT): Define.
196 (PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize.
197 (PARSE_AND_LIST_OPTIONS): Describe new options.
198 (PARSE_AND_LIST_ARGS_CASES): Handle them.
199
200 2004-10-27 Nick Clifton <nickc@redhat.com>
201
202 * emultempl/alphaelf.em (alpha_after_parse): Add extra, NULL,
203 parameter to invocation of lang_section_start.
204 * emultempl/aix.em (_handle_option): Likewise.
205
206 * Makefile.am (eelf64alpha.c, eelf64alpha_fbsd.c,
207 eelf64alpha_nbsd.c): Add dependency upon emultempl/alphaelf.em.
208 * Makefile.in: Regenerate.
209
210 2004-10-26 Mark Mitchell <mark@codesourcery.com>
211
212 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Do not emit
213 __exidx_{start,end} when not relocating.
214
215 2004-10-25 Mark Mitchell <mark@codesourcery.com>
216
217 * Makefile.in (earmsymbian.c): Depend on armbpabi.sc, not elf.sc.
218 * ldexp.h (segment_type): New type.
219 (segments): New variable.
220 * ldexp.c (segments): New variable.
221 (exp_print_token): Handle SEGMENT_START.
222 (fold_binary): Likewise.
223 * ldgram.y (SEGMENT_START): Declare it as a token.
224 (exp): Handle SEGMENT_START.
225 * ldlang.h (lang_address_statement_type): Add segment field.
226 (lang_section_start): Change prototype.
227 * ldlang.c (map_input_to_output_sections): Do not process section
228 assignments if a corresponding SEGMENT_START has already been
229 seen.
230 (lang_section_start): Add segment parameter.
231 * ldlex.l (SEGMENT_START): Add it.
232 * lexsup.c (seg_segment_start): New function.
233 (parse_args): Use it for -Tbss, -Tdata, and -Ttext.
234 * ld.texinfo (SEGMENT_START): Document it.
235 * emulparams/armsymbian.sh (EMBEDDED): Set it.
236 * scripttempl/armbpabi.sc: Use SEGMENT_START to control segment
237 base addresses. Do not map relocations.
238 * NEWS: Mention SEGMENT_START.
239
240 2004-10-26 Paul Brook <paul@codesourcery.com>
241
242 * ld.texinfo: Document --default-symver.
243 * ldmain.c (main): Set link_info.create_default_symver.
244 * lexsup.c (enum option_values): Add OPTION_DEFAULT_SYMVER.
245 (ld_options): Add default-symver.
246 (parse_args): Handle OPTION_DEFAULT_SYMVER.
247
248 2004-10-24 Danny Smith <dannysmith@users.sourceforge.net>
249
250 * pe-dll.c (process_def_file): Don't export all symbols by default if
251 building a position-independent executable.
252
253 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
254
255 PR 463
256 * ldmain.c (reloc_overflow): Accept a pointer to struct
257 bfd_link_hash_entry. Report symbol location for relocation
258 overflow.
259
260 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
261
262 * genscripts.sh (libpath.exp): Really generate for first
263 emulation only.
264
265 2004-10-19 Danny Smith <dannysmith@users.sourceforge.net>
266
267 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Simplify
268 comparison and replacement of filenames.
269
270 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
271
272 PR 459
273 * ldlang.c (load_symbols): Use the same -Bdynamic/-Bstatic
274 option on linker script as the one for linker script.
275
276 2004-10-16 Daniel Jacobowitz <dan@debian.org>
277
278 * ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)
279 (check_excluded_libs): New.
280 (load_symbols): Call check_excluded_libs.
281 * ldlang.h (add_excluded_libs): New prototype.
282 * emultempl/elf32.em (OPTION_EXCLUDED_LIBS): Define.
283 (gld${EMULATION_NAME}_add_options): Add --exclude-libs.
284 (gld${EMULATION_NAME}_handle_option): Handle --exclude-libs.
285 * ld.texinfo (Command Line Variables): Document --exclude-libs.
286 (Options Specific to i386 PE Targets): Remove --exclude-libs.
287
288 2004-10-15 Alan Modra <amodra@bigpond.net.au>
289
290 * ldexp.c (exp_fold_tree): Don't immediately exit ld on a
291 failing link script assert.
292
293 * ldctor.c (ldctor_add_set_entry): Fix comment typo.
294
295 2004-10-14 H.J. Lu <hongjiu.lu@intel.com>
296
297 PR 445
298 * emulparams/elf64_ia64.sh (SMALL_DATA_CTOR): Set.
299 (SMALL_DATA_DTOR): Set.
300 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
301 (SMALL_DATA_DTOR): Unset.
302 * scripttempl/elf.sc: If SMALL_DATA_CTOR is set, move .ctors
303 after .data. If SMALL_DATA_DTOR is set, move .dtors after
304 .data.
305
306 2004-10-14 Alan Modra <amodra@bigpond.net.au>
307
308 PR 63
309 * ldlang.h (lang_output_section_statement_type): Make "next" a
310 struct lang_output_section_statement_struct *.
311 (struct orphan_save): Move from elf32.em. Add "name" and "flags".
312 (lang_output_section_find_by_flags, lang_insert_orphan): Declare.
313 * ldlang.c (lang_output_section_find_1): Adjust for changed
314 output_section_statement "next".
315 (strip_excluded_output_sections): Likewise.
316 (lang_record_phdrs): Likewise.
317 (lang_output_section_find_by_flags): New function.
318 (output_prev_sec_find): Move from pe.em. Adjust iterator.
319 (lang_insert_orphan): New function. Tail end of elf32.em's
320 place_orphan merged with that from pe.em. Allow bfd_section to
321 be placed first. New heuristic for placing new output section
322 statement in existing script, and accompanying split of __start
323 symbol alignment into a separate assignment to dot.
324 (lang_add_section): Consistently use output->bfd_section rather than
325 an alias, section->output_section.
326 (map_input_to_output_sections): Rename overly long arg. Move
327 initialization of data_statement output section to here..
328 (lang_check_section_addresses): ..from here.
329 (print_assignment): Correct printing of etree_assert.
330 (print_all_symbols): Don't bomb if userdata is NULL.
331 (IGNORE_SECTION): Rearrange.
332 * emultempl/elf32.em (output_rel_find): Adjust interator.
333 (output_prev_sec_find): Delete.
334 (struct orphan_save): Delete.
335 (gld${EMULATION_NAME}_place_orphan): Cater for zero bfd_section
336 flags without creating a duplicate output section statement.
337 Revise code holding history of various orphan section placements.
338 Allow orphan sections to place before script specified output
339 sections. Call lang_output_section_find_by_flags when placement
340 by name fails. Use lang_insert_orphan.
341 * emultempl/mmo.em (output_prev_sec_find): Delete.
342 (struct orphan_save): Delete.
343 (mmo_place_orphan): Revise code holding history of orphan placement.
344 Allow orphans to place before existing output sections. Use
345 lang_insert_orphan.
346 * emultempl/pe.em (output_prev_sec_find): Delete.
347 (struct orphan_save): Delete.
348 (gld_${EMULATION_NAME}_place_orphan): Revise to suit use of
349 lang_insert_orphan.
350
351 2004-10-13 Mark Mitchell <mark@codesourcery.com>
352
353 * scripttempl/armbpabi.sc: Do not put .gnu.version.* into a
354 loadable segment.
355
356 2004-10-13 Alan Modra <amodra@bigpond.net.au>
357
358 PR 44
359 * ldcref.c (check_section_sym_xref): Delete.
360 (check_local_sym_xref): New function.
361 (check_nocrossrefs): Adjust call.
362 * emultempl/pe.em (struct orphan_save): Add os_tail.
363 (place_orphan): Backport assorted fixes from elf32.em.
364
365 2004-10-12 Bob Wilson <bob.wilson@acm.org>
366
367 * emultempl/xtensaelf.em: Use ISO C90 formatting.
368
369 2004-10-11 Jakub Jelinek <jakub@redhat.com>
370
371 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_ld_so_conf): Avoid
372 getline for portability.
373
374 * emultempl/elf32.em (gld${EMULATION_NAME}_ld_so_conf): New structure.
375 (gld${EMULATION_NAME}_parse_ld_so_conf,
376 gld${EMULATION_NAME}_parse_ld_so_conf_include): New functions.
377 (gld${EMULATION_NAME}_check_ld_so_conf): Use them.
378
379 2004-10-11 Alan Modra <amodra@bigpond.net.au>
380
381 PR 423
382 * ldfile.c (ldfile_try_open_bfd): Ensure dynamic objects are
383 rejected when linking statically.
384
385 2004-10-08 Daniel Jacobowitz <dan@debian.org>
386
387 * configure.tgt: Include elf_x86_64 for i[3-7]86-*-solaris2*.
388
389 2004-10-07 Bob Wilson <bob.wilson@acm.org>
390
391 * ld.texinfo (Xtensa): Describe new linker relaxation to optimize
392 assembler-generated longcall sequences. Describe new --size-opt
393 option.
394 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
395 * emultempl/xtensaelf.em (remove_section,
396 replace_insn_sec_with_prop_sec, replace_instruction_table_sections,
397 elf_xtensa_after_open): New.
398 (OPTION_OPT_SIZEOPT, OPTION_LITERAL_MOVEMENT,
399 OPTION_NO_LITERAL_MOVEMENT): Define.
400 (elf32xtensa_size_opt, elf32xtensa_no_literal_movement): New globals.
401 (PARSE_AND_LIST_LONGOPTS): Add size-opt and [no-]literal-movement.
402 (PARSE_AND_LIST_OPTIONS): Add --size-opt.
403 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_OPT_SIZEOPT,
404 OPTION_LITERAL_MOVEMENT, and OPTION_NO_LITERAL_MOVEMENT.
405 (LDEMUL_AFTER_OPEN): Set to elf_xtensa_after_open.
406 * scripttempl/elfxtensa.sc: Update with changes from elf.sc.
407 * Makefile.am (eelf32xtensa.c): Update dependencies.
408 * Makefile.in: Regenerate.
409
410 2004-10-07 Jeff Baker <jbaker@qnx.com>
411
412 * lexsup.c: Handle --warn-shared-textrel option.
413 (ld_options): Restore alpha sorting of options.
414 * ldmain.c (main): Initialise warn_shared_info field to FALSE.
415 * ld.texinfo: Add documentation for --warn-shared-textrel.
416 * NEWS: Added mention of --warn-shared-textrel option.
417
418 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
419
420 * emultempl/crxelf.em (disable_relaxation): Add.
421 (crxelf_before_allocation): Enable --relax option by default.
422 (PARSE_AND_LIST_PROLOGUE): Add OPTION_NO_RELAX.
423 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --no-relax.
424 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NO_RELAX.
425
426 2004-10-04 H.J. Lu <hongjiu.lu@intel.com>
427
428 * NEWS: Mention SORT_BY_NAME, SORT_BY_ALIGNMENT and
429 --sort-section name|alignment.
430
431 * ld.texinfo: Document SORT_BY_NAME, SORT_BY_ALIGNMENT and
432 --sort-section name|alignment.
433
434 * ld.h (sort_type): New enum.
435 (wildcard_spec): Change the type of `sorted' to sort_type.
436
437 * ldgram.y (SORT): Removed.
438 (SORT_BY_NAME): Added.
439 (SORT_BY_ALIGNMENT): Added.
440 (wildcard_spec): Updated `sorted'. Handle SORT_BY_NAME and
441 SORT_BY_ALIGNMENT.
442 (input_section_spec_no_keep): Updated `sorted'.
443 (statement): Replace SORT with SORT_BY_NAME.
444
445 * ldlang.c (compare_section): New function to compare 2
446 sections with different sorting schemes.
447 (wild_sort): Updated. Use compare_section.
448 (update_wild_statements): New function.
449 (lang_process): Call update_wild_statements before
450 map_input_to_output_sections.
451
452 * ldlex.l (SORT_BY_NAME): New.
453 (SORT_BY_ALIGNMENT): New.
454 (SORT): Return SORT_BY_NAME.
455
456 * ldmain.c (sort_section): New. Defined.
457 (main): Initialize it to none.
458
459 * lexsup.c (option_values): Add OPTION_SORT_SECTION.
460 (ld_options): Add an entry for OPTION_SORT_SECTION.
461 (parse_args): Handle OPTION_SORT_SECTION.
462
463 * mri.c (mri_draw_tree): Updated `sorted'.
464
465 2004-10-04 Jakub Jelinek <jakub@redhat.com>
466
467 * ldgram.y (DATA_SEGMENT_RELRO_END): Add one argument.
468 * scripttempl/elf.sc (DATA_SEGMENT_RELRO_END): Add 0 as first
469 argument.
470 (DATA_SEGMENT_RELRO_GOTPLT_END): Pass $SEPARATE_GOTPLT as first
471 and . as second argument.
472 (GOTPLT): Move $DATA_SEGMENT_RELRO_GOTPLT_END before the section.
473 * ldexp.c (fold_unary): Remove DATA_SEGMENT_RELRO_END handling here.
474 (fold_binary): Add it here. Insert padding to make relro_end
475 COMMONPAGESIZE bytes aligned. For DATA_SEGMENT_ALIGN in
476 exp_dataseg_relro_adjust phase just use previously computed
477 exp_data_seg.base.
478 * ldlang.c (lang_size_sections): Set exp_data_seg.base for
479 relro_adjust here. Call lang_size_sections_1 once more if there
480 was too big padding at DATA_SEGMENT_RELRO_END.
481 * ld.texinfo (DATA_SEGMENT_RELRO_END): Add documentation.
482
483 2004-10-01 Paul Brook <paul@codesourcery.com>
484
485 * emulparams/armelf.sh: Add unwinding table sections.
486
487 2004-09-30 Filip Navara <navaraf@reactos.com>
488
489 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate
490 correct base address for position independant executables.
491 * pe-dll.c (pe_dll_fill_sections): Don't mark position independant
492 executables as DLLs.
493
494 2004-09-30 Paul Brook <paul@codesourcery.com>
495
496 * ld.texinfo: Document --target2=abs.
497 * emulparms/armsymbian.sh (TARGET2_TYPE): Set.
498
499 2004-09-29 Nick Clifton <nickc@redhat.com>
500
501 * scripttempl/xstormy16.sc: Only perform the assignments to the
502 ROM region when not performing a relocatable link. The ROM region
503 does not start at address 0, but the sections will.
504 * Makefile.am: Fix linker script dependency for the generation of
505 eelf32xstormy16.c.
506 * Makefile.in: Regenerate.
507
508 2004-09-18 Filip Navara <navaraf@reactos.com>
509
510 * emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
511 emulparams/i386pe_posix.sh, emulparams/mcorepe.sh,
512 emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define
513 TARGET_PAGE_SIZE.
514 * scripttempl/pe.sc: Make the virtual address and file offset synced if
515 the alignment is lower than the target page size.
516
517 2004-09-27 Filip Navara <navaraf@reactos.com>
518
519 * emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
520 def_file_parse to handle pe_def_file if NULL and prevent crash with
521 invalid .def files.
522
523 2004-09-27 Alan Modra <amodra@bigpond.net.au>
524
525 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
526 --emit-stub-syms automatically when --emit-relocs.
527
528 2004-09-24 Paul Brook <paul@codeosurcery.com>
529
530 * scripttempl/elf.sc: Keep .preinit_array, .init_array and
531 .fini_array sections.
532
533 2004-09-19 Andreas Schwab <schwab@suse.de>
534
535 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Adjust data segment
536 base so that relro end is suitably aligned.
537
538 2004-09-17 Paul Brook <paul@codesourcery.com>
539
540 * ld.texinfo: Rename arm-specific section. Document --target*
541 * emulparams/armelf_fbsd.sh: Set TARGET2_TYPE.
542 * emulparams/armelf_linux.sh: Ditto.
543 * emulparams/armelf_nbsd.sh: Ditto.
544 * emultempl/armelf.em: Set default for TARGET2_TYPE.
545 (target2_type): New variable.
546 (arm_elf_before_allocation): Don't pass target1_type.
547 (arm_elf_create_output_section_statements): New function.
548 (PARSE_AND_LIST_PROLOGUE): Add OPTION_TARGET2.
549 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --target=.
550 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_TARGET2.
551 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Set.
552 * emultempl/armelf_oabi.em (_before_allocation): Remove extra
553 argument to bfd_elf32_arm_process_before_allocation.
554
555 2004-09-17 Alan Modra <amodra@bigpond.net.au>
556
557 * ldexp.c (fold_name): Update u.undef.next refs.
558 * emultempl/pe.em: Likewise.
559 * emultempl/sunos.em: Likewise.
560
561 2004-09-17 Alan Modra <amodra@bigpond.net.au>
562
563 * Makefile.am: Run "make dep-am".
564 * Makefile.in: Regenerate.
565 * config.in: Regenerate.
566 * configure: Regenerate.
567 * aclocal.m4: Regenerate.
568 * po/ld.pot: Regenerate.
569
570 2004-09-16 Tomer Levi <Tomer.Levi@nsc.com>
571
572 * scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*.
573 (.fini): Likewise.
574 (.jcr): Likewise.
575
576 2004-09-16 Alan Modra <amodra@bigpond.net.au>
577
578 * emultempl/armelf_oabi.em (before_allocation): Add extra zero param
579 to bfd_elf32_arm_process_before_allocation call.
580
581 2004-09-13 Paul Brook <paul@codesourcery.com>
582
583 * emulparams/armsymbian.sh: Set TARGET1_IS_REL.
584 * emultempl/armelf.em: Use TARGET1_IS_REL. Add --target1-{rel,abs}.
585
586 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
587
588 * configure: Regenerated with autconfig 2.13.
589
590 2004-09-07 Andreas Schwab <schwab@suse.de>
591
592 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
593 alignment before adjusting DATA_SEGMENT_RELRO_END.
594
595 2004-09-06 Mark Mitchell <mark@codesourcery.com>
596
597 * emulparams/armsymbian.sh: Use armbpabi script.
598 * scripttempl/armbpabi.sc: New script.
599
600 2004-09-02 Mark Mitchell <mark@codesourcery.com>
601
602 * Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
603 (earmsymbian.c): New target.
604 * configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
605 * Makefile.in: Regenerated.
606 * aclocal.m4: Likewise.
607 * configure: Likewise.
608 * emulparams/armsymbian.sh: New file.
609
610 2004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
611
612 * scripttempl/elf32crx.sc: Edit file with comments.
613 (.init): Add new section.
614 (.fini): Likewise.
615 (.ctor): Control the linkage order.
616 (.dtor): Likewise.
617
618 2004-08-27 Nick Clifton <nickc@redhat.com>
619
620 * emultempl/pe.em (after_open): Do not assume that either bfd is
621 an archive.
622
623 2004-08-26 Alan Modra <amodra@bigpond.net.au>
624
625 * ldlang.c (lang_init): Don't compare with TRUE.
626
627 2004-08-25 Dmitry Diky <diwil@spec.ru>
628
629 * emulparams/msp430all.sh: Fix RAM sizes for all targets.
630 * scripttempl/elf32msp430.sc: Add .profiler section definition.
631
632 2004-08-24 H.J. Lu <hongjiu.lu@intel.com>
633
634 * ldlang.c (wildcardp): Defined as a macro with strpbrk.
635
636 2004-08-19 Mark Mitchell <mark@codesourcery.com>
637
638 * configure.tgt (arm*-*-symbianelf*): New target.
639 (arm*-*-eabi*): Likewise.
640
641 2004-08-19 Jakub Jelinek <jakub@redhat.com>
642
643 * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
644 (ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
645 (OPTION_NON_OVERLAPPING_OPD): Define.
646 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
647 --non-overlapping-opd option.
648
649 2004-08-18 Alan Modra <amodra@bigpond.net.au>
650
651 PR 338
652 * ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
653 was already on the undefs list.
654
655 2004-08-17 Alan Modra <amodra@bigpond.net.au>
656
657 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
658 prefix the symbol field too.
659
660 2004-08-13 Alan Modra <amodra@bigpond.net.au>
661
662 * ldmain.c (link_callbacks): Remove "error_handler".
663 * ldmisc.c: Include elf-bfd.h.
664 (vfinfo): Sort comment. Handle %A. Use %A instead of
665 bfd_get_section_indent.
666 (error_handler): Delete.
667 * ldmisc.h (error_handler): Delete declaration.
668
669 2004-08-10 Alan Modra <amodra@bigpond.net.au>
670
671 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
672 ppc64_elf_restore_symbols.
673
674 2004-08-09 Alan Modra <amodra@bigpond.net.au>
675
676 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
677 .toc is too large on relocatable linking.
678
679 2004-08-09 Alan Modra <amodra@bigpond.net.au>
680
681 * emultempl/ppc64elf.em (ppc_after_open): Delete.
682 (LDEMUL_AFTER_OPEN): Don't define.
683
684 2004-08-02 Stephane Carrez <stcarrez@nerim.fr>
685
686 * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
687
688 2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
689
690 * scripttempl/elfm68hc12.sc: Align text, rodata and data section
691 on power of 2.
692
693 2004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
694
695 * emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
696
697 2004-07-26 Dmitry Diky <diwil@spec.ru>
698
699 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
700 msp430x1612, msp430x415, msp430x417, msp430xG437, msp430xG438,
701 msp430xG439.
702 * configure.tgt: Likewise.
703 * emulparams/msp430all.sh: Likewise.
704 * Makefile.in: Regenerate.
705
706 2004-07-23 Nick Clifton <nickc@redhat.com>
707
708 * emultempl/elf32.em (_place_orphan): Use an already existing
709 section name if that section does not have any flags set.
710
711 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
712
713 * ldlang.c (already_linked_hash_entry): Removed.
714 (already_linked): Likewise.
715 (already_linked_table): Likewise.
716 (section_already_linked): Call bfd_section_already_linked.
717 (lang_process): Replace already_linked_table_init with
718 bfd_section_already_linked_table_init and check return. Replace
719 already_linked_table_free with bfd_section_already_linked_table_free.
720
721 2004-07-21 Nick Clifton <nickc@redhat.com>
722
723 * ldlang.c (init_os): Make sure that the newly allocated userdata
724 structure is zeroed out.
725
726 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
727
728 * NEWS: Mention the new --add-needed/--no-add-needed and
729 --as-needed/--no-as-needed options.
730
731 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
732
733 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also
734 check the add_needed field.
735 (dt_needed): New struct.
736 (gld${EMULATION_NAME}_try_needed): Change the first argument
737 to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED
738 bit in the file where the DT_NEEDED entry comes from.
739 (gld${EMULATION_NAME}_search_needed): Change the second
740 argument to a pointer to struct dt_needed.
741 (gld${EMULATION_NAME}_check_ld_so_conf): Updated.
742 (gld${EMULATION_NAME}_after_open): Likewise.
743
744 * ld.texinfo: Add --add-needed document.
745 * ldlang.c (new_afile): Set p->add_needed.
746 * ldlang.h (lang_input_statement_type): Add add_needed field.
747 * ldmain.h (add_needed): Declare.
748 * ldmain.c (add_needed): New global var.
749 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and
750 OPTION_NO_ADD_NEEDED.
751 (ld_options): Likewise.
752 (parse_args): Handle them.
753
754 2004-07-13 Christof Petig <christof@petig-baender.de>
755
756 * emultempl/pe.em (make_import_fixup): Use bfd_get_32 to correct
757 for endian-ness of extracted addend.
758
759 2004-07-13 Danny Smith <dannysmith@usesr.sourceforge.net>
760
761 * pe-dll.c (auto_export): Filter on just the import prefix,
762 "_imp_", not "_imp__".
763
764 2004-07-09 Nick Clifton <nickc@redhat.com>
765
766 * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
767
768 2004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
769
770 * Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
771 (eelf32crx.c): New target.
772 * Makefile.in: Regenerate.
773 * configure.tgt: Handle crx-*-elf*.
774 * emulparams/elf32crx.sh: New file.
775 * emultempl/crxelf.em: New file.
776 * scripttempl/elf32crx.sc: New file.
777 * NEWS: Mention new target.
778
779 2004-07-06 Nick Clifton <nickc@redhat.com>
780
781 * Makefile.am: Add eshlsymbian.c.
782 * Makefile.in: Regenerate.
783 * configure.tgt: Add sh*-symbian-elf target.
784 * emulparams/shlsymbian.sh: New file. Configure the
785 sh-symbian-elf linker scripts.
786 * scripttemp/elf32sh-symbian.sc: New file. Linker script
787 template for the sh-symbian-elf target.
788
789 2004-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
790
791 * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
792 * emulparams/hppalinux.sh: Likewise.
793 * scripttempl/elf.sc: Place .plt just before .got when .plt is in
794 data segment and PLT_BEFORE_GOT is defined.
795
796 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
797
798 * ld.texinfo (WIN32): Document PE weak symbols.
799
800 2004-07-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
801
802 * emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
803
804 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
805
806 * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
807 the section.
808
809 2004-06-29 Alan Modra <amodra@bigpond.net.au>
810
811 * ldlang.c (lang_reset_memory_regions): Save last relax pass section
812 size in rawsize.
813
814 2004-06-24 Alan Modra <amodra@bigpond.net.au>
815
816 * ldlang.c (print_output_section_statement): Don't print size before
817 relaxation.
818 (IGNORE_SECTION): Remove bfd arg. Update all callers.
819
820 * ldexp.c (fold_name): .. See below.
821 * ldlang.c (section_already_linked, print_output_section_statement,
822 print_input_section, insert_pad, size_input_section,
823 lang_check_section_addresses, lang_size_sections_1,
824 lang_size_sections, lang_do_assignments_1, lang_set_startof,
825 lang_one_common, lang_reset_memory_regions, lang_process,
826 lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
827 * ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
828 * pe-dll.c (process_def_file, generate_reloc): ..
829 * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
830 gld${EMULATION_NAME}_before_allocation): ..
831 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
832 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
833 sh64_elf_${EMULATION_NAME}_after_allocation): ..
834 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
835 * emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
836 ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
837 "size" instead of "_raw_size" and "_cooked_size". Expand
838 bfd_section_size macro invocations.
839
840 2004-06-22 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
841
842 * ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
843 ___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
844 ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
845 ___crt_xt_end__.
846 (.tls): Define ___tls_start__ and ___tls_end__.
847
848 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
849
850 * emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
851
852 2004-06-18 Adam Nemet <anemet@lnxw.com>
853
854 * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
855 * configure: Regenerate.
856
857 2004-06-15 Jakub Jelinek <jakub@redhat.com>
858
859 * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
860 .gcc_except_table output sections lost accidentally with
861 -z relro patch.
862
863 2004-06-15 Alan Modra <amodra@bigpond.net.au>
864
865 * ldwrite.c (build_link_order): Use bfd_get_section_size
866 instead of bfd_get_section_size_before_reloc or _raw_size.
867 * pe-dll.c (process_def_file): Likewise.
868
869 2004-06-14 Alan Modra <amodra@bigpond.net.au>
870
871 From Richard Wirth <r.wirth@wirthware.de>
872 * ldlang.c (lang_finish): Don't free lang_definedness_table.
873
874 2004-05-29 Alan Modra <amodra@bigpond.net.au>
875
876 * ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
877 (lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
878
879 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
880
881 * testsuite/ld-sh/arch/arch.exp: New test script.
882 * testsuite/ld-sh/arch/arch_expected.txt: New file.
883 * testsuite/ld-sh/arch/sh.s: New file.
884 * testsuite/ld-sh/arch/sh2.s: New file.
885 * testsuite/ld-sh/arch/sh-dsp.s: New file.
886 * testsuite/ld-sh/arch/sh2e.s: New file.
887 * testsuite/ld-sh/arch/sh3-nommu.s: New file.
888 * testsuite/ld-sh/arch/sh3.s: New file.
889 * testsuite/ld-sh/arch/sh3-dsp.s: New file.
890 * testsuite/ld-sh/arch/sh3e.s: New file.
891 * testsuite/ld-sh/arch/sh4-nommu-nofpu.s: New file.
892 * testsuite/ld-sh/arch/sh4-nofpu.s: New file.
893 * testsuite/ld-sh/arch/sh4.s: New file.
894 * testsuite/ld-sh/arch/sh4a-nofpu.s: New file.
895 * testsuite/ld-sh/arch/sh4al-dsp.s: New file.
896 * testsuite/ld-sh/arch/sh4a.s: New file.
897
898 2004-05-28 Alan Modra <amodra@bigpond.net.au>
899
900 * ldlang.c: Formatting. Wrap long lines, expand bfd_get_section_flags
901 throughout file.
902 * lexsup.c: Formatting. Wrap long lines.
903 * ldwrite.c: Update copyright date.
904
905 * ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
906 (output_section_callback): Nor SEC_KEEP here.
907 (gc_section_callback): Twiddle SEC_EXCLUDE here.
908 (lang_gc_wild): Delete. Fold into..
909 (lang_gc_sections_1): ..here. Only call bfd_gc_sections when garbage
910 collecting.
911 (lang_process): Always call lang_gc_sections.
912 (lang_place_orphans): Handle SEC_EXCLUDE sections.
913 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
914 SEC_EXCLUDE code.
915
916 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
917
918 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
919 SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
920 * ldlang.c (lang_add_section): Likewise.
921
922 2004-05-26 Alan Modra <amodra@bigpond.net.au>
923
924 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
925 sections when doing a final link. Clear SEC_EXCLUDE when doing
926 a relocable link, except for SEC_DEBUGGING sections.
927 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
928 same condition here to drop SEC_EXCLUDE orphan sections.
929
930 2004-05-25 Alan Modra <amodra@bigpond.net.au>
931
932 * ldlang.c (lang_process): Call bfd_merge_sections later, and
933 only when not a relocatable link.
934 (print_input_section): Handle SEC_EXCLUDE sections.
935 (size_input_section): Don't update dot on SEC_EXCLUDE sections.
936 (lang_do_assignments_1): Likewise.
937 * ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
938 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
939 * emultempl/hppaelf.em (build_section_lists): Likewise.
940 * emultempl/ppc64elf.em (build_toc_list): Likewise.
941 (build_section_lists): Likewise.
942
943 2004-05-23 Andreas Schwab <schwab@suse.de>
944
945 * ld.texinfo (Options): Fix typo in last change.
946
947 2004-05-21 Andy Chittenden <achittenden@bluearc.com>
948
949 * ld.h (ld_config_type): Add new field: hash_table_size.
950 * ldmain.c: Initialise the new field to zero. If it is non-zero
951 after parsing the linker's command line call
952 bfd_hash_set_default_size.
953 * lexsup.c (option_values): Add OPTION_HASH_SIZE.
954 (ld_options): Add hash-size.
955 (parse_args): Parse --hash-size option. Allow
956 --reduce-memory-overheads to set the default hash table size as
957 well.
958 * ld.texinfo: Document the new switch. Also mention that
959 --reduce-memory-overheads can affect the hash table size.
960 * NEWS: Mention the new feature.
961
962 2004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
963
964 * NEWS: Mention new linker map file generation and the
965 --reduce-memory-overheads option.
966 * ld.texinfo: Document --reduce-memory-overheads option.
967 * ld.h (map_symbol_def): New struct.
968 (struct user_section_struct, section_userdata_type): Rename to:
969 (struct lean_user_section_struct, lean_section_userdata_type).
970 (struct fat_user_section_struct, fat_section_userdata_type): New.
971 (SECTION_USERDATA_SIZE): Define.
972 (args_type): New member reduce_memory_overheads.
973 * ldlang.c (map_obstack): New static variable.
974 (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
975 (lang_map): Unless command_line.reduce_memory_overheads is set,
976 initialize lists of defined symbols for each section.
977 (print_input_section): Unless command_line.reduce_memory_overheads
978 is set, use print_all_symbols.
979 (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
980 * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
981 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
982 (ld_options): Add entry for --reduce-memory-overheads.
983 (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
984
985 2004-05-19 Jakub Jelinek <jakub@redhat.com>
986
987 * ldgram.y (sect_constraint): New.
988 (ONLY_IF_RO, ONLY_IF_RW): New tokens.
989 (section): Add sect_constraint. Pass additional argument
990 to lang_enter_output_section_statement.
991 * mri.c (mri_draw_tree): Pass additional argument to
992 lang_enter_output_section_statement.
993 * emultempl/pe.em (place_orphan): Likewise.
994 (output_prev_sec_find): Disregard output section statements with
995 constraint == -1.
996 * emultempl/mmo.em (output_prev_sec_find): Likewise.
997 (mmo_place_orphan): Pass additional argument to
998 lang_enter_output_section_statement.
999 * emultempl/elf32.em (output_prev_sec_find): Disregard output section
1000 statements with constraint == -1.
1001 (place_orphan): Pass additional argument to
1002 lang_enter_output_section_statement.
1003 * ldlang.c (lang_enter_overlay_section): Likewise.
1004 (lang_output_section_find_1): New.
1005 (lang_output_section_find): Use it.
1006 (lang_output_section_statement_lookup_1): New.
1007 (lang_output_section_statement_lookup): Use it.
1008 (check_section_callback, check_input_sections): New.
1009 (map_input_to_output_sections): Check if all input sections
1010 are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
1011 (strip_excluded_output_sections): Disregard output section statements
1012 with constraint == -1.
1013 (lang_record_phdrs): Likewise.
1014 (lang_enter_output_section_statement): Add constraint argument.
1015 Use lang_output_section_statement_lookup_1.
1016 * ldlang.h (lang_output_section_statement_type): Add constraint
1017 and all_input_readonly fields.
1018 (lang_enter_output_section_statement): Adjust prototype.
1019 * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
1020 * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
1021 segment if all input sections are readonly.
1022
1023 2004-05-19 Adam Nemet <anemet@lnxw.com>
1024
1025 * scripttempl/i386lynx.sc: Remove file.
1026
1027 2004-05-17 Bob Wilson <bob.wilson@acm.org>
1028
1029 * ld.texinfo (Output Section Address): Correct subsection name.
1030
1031 2004-05-17 Adam Nemet <anemet@lnxw.com>
1032
1033 * configure.tgt (powerpc-*-lynxos* case): New case.
1034 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
1035 * emulparams/ppclynx.sh: New file.
1036 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
1037 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
1038 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
1039 (eppclynx.c): New rule.
1040 * Makefile.in: Regenerate.
1041
1042 2004-05-13 Joel Sherrill <joel@oarcorp.com>
1043
1044 * configure.tgt (or32-*-rtems*): Switch to elf and
1045 support versioned targets.
1046
1047 2004-05-13 Nick Clifton <nickc@redhat.com>
1048
1049 * po/fr.po: Updated French translation.
1050
1051 2004-05-11 Jakub Jelinek <jakub@redhat.com>
1052
1053 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
1054 for binaries, -shared and -pie.
1055 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
1056 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
1057 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
1058 (OTHER_RELRO_SECTIONS): ... this.
1059 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
1060 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
1061 -z relro and -z norelro.
1062 (gld${EMULATION_NAME}_list_options): Add it to usage.
1063 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
1064 -z relro scripts when appropriate.
1065 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
1066 Create separate .got.plt section if SEPARATE_GOTPLT.
1067 Move sections which are only written during relocation handling
1068 to the beginning of RW segment. If NO_SMALL_DATA, move .got
1069 before .data. Add DATA_SEGMENT_RELRO_END directive.
1070 Include OTHER_RELRO_SECTIONS.
1071 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
1072 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
1073 (fold_unary): Likewise.
1074 (fold_binary): Handle -z relro.
1075 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
1076 exp_dataseg_relro_adjust phases. Add relro_end field.
1077 * ldmain.c (main): Initialize link_info.relro to FALSE.
1078 * ldlang.c (lang_size_sections): Handle -z relro.
1079
1080 2004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
1081
1082 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
1083
1084 2004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
1085
1086 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
1087 before printing it with %W.
1088
1089 2004-05-07 Brian Ford <ford@vss.fsi.com>
1090 DJ Delorie <dj@redhat.com>
1091
1092 * emultempl/pe.em (real_flags): New static.
1093 (OPTION_LARGE_ADDRESS_AWARE): New define.
1094 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
1095 (gld_${EMULATION_NAME}_list_options): Likewise.
1096 (gld${EMULATION_NAME}_handle_option): Likewise.
1097 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
1098 * ld.texinfo: Document it.
1099 * NEWS: Mention it.
1100
1101 2004-05-07 Brian Ford <ford@vss.fsi.com>
1102
1103 * NEWS: Mention DWARF 2 support for i386pe.
1104
1105 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
1106
1107 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
1108 elf32-frvfdpic.
1109
1110 2004-04-30 Alan Modra <amodra@bigpond.net.au>
1111
1112 * ldlang.c (unique_section_p): Pass section parm, return true on
1113 group sections.
1114 (output_section_callback): Adjust.
1115 * ldlang.h (unique_section_p): Update prototype.
1116 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
1117
1118 2004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
1119
1120 * ld.texinfo (--gc-sections): Remove restriction for
1121 dynamic linking.
1122
1123 2004-04-29 Brian Ford <ford@vss.fsi.com>
1124
1125 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
1126 for DWARF 2/3. Update stab section's syntax.
1127
1128 2004-04-29 Alan Modra <amodra@bigpond.net.au>
1129
1130 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
1131 (fill_edata): Correct pointer arithmetic.
1132
1133 2004-04-21 Chris Demetriou <cgd@broadcom.com>
1134
1135 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
1136 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
1137 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
1138 (EXTRA_EM_FILE): Use mipsecoff.em
1139 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
1140 (EXTRA_EM_FILE): Use mipsecoff.em
1141 * emultempl/mipsecoff.em: Restructure to be included as an
1142 extra emulation file.
1143 (check_sections, gld${EMULATION_NAME}_after_open)
1144 (gld${EMULATION_NAME}_after_allocation)
1145 (gld${EMULATION_NAME}_get_script)
1146 (ld_${EMULATION_NAME}_emulation): Remove
1147 (gld${EMULATION_NAME}_before_parse): Rename to...
1148 (mipsecoff_before_parse): This.
1149 (LDEMUL_BEFORE_PARSE): Define.
1150 * emultempl/mipself.em: Remove file.
1151 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
1152 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
1153 these symbols.
1154 * Makefile.am: Remove dependencies on emultempl/mipself.em.
1155 * Makefile.in: Regenerate.
1156
1157 2004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
1158
1159 * ld.texinfo (synthesizing on H8/300): Information about linker
1160 relaxation support for bit manipulation instructions and system
1161 control instructions is added.
1162
1163 2004-04-21 Hans-Peter Nilsson <hp@axis.com>
1164
1165 * NEWS: Mention change in DEFINED semantics.
1166
1167 2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
1168
1169 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
1170 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
1171 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
1172
1173 2004-04-21 Ben Elliston <bje@au.ibm.com>
1174
1175 * ld.texinfo (Simple Example): Add missing punctuation.
1176
1177 2004-04-20 Chris Demetriou <cgd@broadcom.com>
1178
1179 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
1180
1181 2004-04-19 Jakub Jelinek <jakub@redhat.com>
1182
1183 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
1184 specially.
1185
1186 2004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
1187
1188 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
1189 with default priority. Likewise for dtors.
1190
1191 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1192
1193 * configure.host: Remove mips*-dec-bsd* target.
1194 * configure.tgt: Likewise.
1195
1196 2004-04-08 Richard Sandiford <rsandifo@redhat.com>
1197
1198 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
1199 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
1200 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
1201 * emultempl/irix.em: New file.
1202 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
1203 dependencies.
1204 * Makefile.in: Regenerate.
1205
1206 2004-04-01 Paul Brook <paul@codesourcery.com>
1207
1208 * emultempl/armelf.em (byteswap_code): Add.
1209 (arm_elf_before_allocation): Pass extra parameter.
1210 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
1211 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
1212 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
1213 * emultempl/armelf_oabi.em: Pass extra parameter.
1214 * ld.texinfo: Document --be8.
1215
1216 2004-03-30 Stan Shebs <shebs@apple.com>
1217
1218 Remove long-obsolete MPW support.
1219 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
1220 * Makefile.am (mpw): Remove file-presynthesizing actions.
1221 * Makefile.in: Likewise.
1222 * ldfile.c (slash): Remove MPW case.
1223 * ldlex.l [MPW]: Remove unused definition.
1224
1225 2004-03-30 Galit Heller <Galit.Heller@nsc.com>
1226
1227 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
1228 (eelf32cr16c.c): New target.
1229 * Makefile.in: Regenerate.
1230 * configure.tgt: Handle cr16c-*-elf*.
1231 * emulparams/elf32cr16c.sh: New file.
1232 * scripttempl/elfcr16c.sc: Likewise
1233 * NEWS: Mention support for new target.
1234
1235 2004-03-30 Nick Clifton <nickc@redhat.com>
1236
1237 * po/sv.po: Updated Swedish translation.
1238
1239 2004-03-27 Alan Modra <amodra@bigpond.net.au>
1240
1241 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
1242 * emultempl/hppaelf.em: Likewise.
1243 * emultempl/ppc64elf.em: Likewise.
1244 * emultempl/sh64elf.em: Likewise.
1245
1246 2004-03-25 Alan Modra <amodra@bigpond.net.au>
1247
1248 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
1249 size_dynamic_sections call.
1250
1251 2004-03-23 Alan Modra <amodra@bigpond.net.au>
1252
1253 PR 51.
1254 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
1255 link_info.wrap_char.
1256
1257 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
1258
1259 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
1260 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
1261
1262 2004-03-20 Alexandre Oliva <aoliva@redhat.com>
1263
1264 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
1265
1266 2004-03-19 Alan Modra <amodra@bigpond.net.au>
1267
1268 * config.in: Regenerate.
1269 * po/ld.pot: Regenerate.
1270
1271 2004-03-18 Alan Modra <amodra@bigpond.net.au>
1272
1273 * ld.texinfo: Add --as-needed doco.
1274 * ldmain.c (as_needed): New global var.
1275 * ldmain.h (as_needed): Declare.
1276 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
1277 OPTION_NO_AS_NEEDED.
1278 (ld_options): Likewise.
1279 (parse_args): Handle them.
1280 * ldlang.h (lang_input_statement_type): Add as_needed field.
1281 * ldlang.c (new_afile): Set p->as_needed.
1282 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
1283 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
1284 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
1285
1286 * ldlang.c (open_input_bfds): Remove useless cast.
1287 (lang_do_assignments_1): Likewise.
1288 (lang_for_each_input_section): Delete.
1289
1290 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1291
1292 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
1293
1294 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1295
1296 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
1297 private when building implib.
1298
1299 2004-03-05 Nathan Sidwell <nathan@codesourcery.com>
1300
1301 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
1302 SEC_THREAD_LOCAL.
1303 (IGNORE_SECTION): Ignore .tbss sections too.
1304 (lang_size_sections_1): .tbss sections do not advance dot.
1305
1306 2004-03-01 Andreas Schwab <schwab@suse.de>
1307
1308 * ld.texinfo (Options): Fix example for --wrap.
1309
1310 2004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
1311
1312 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
1313 not NULL.
1314
1315 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
1316
1317 * ldlang.c (lang_check): Use %P, not %E, in error message.
1318
1319 2004-02-23 Nathan Sidwell <nathan@codesourcery.com>
1320
1321 * ldlang.h (struct lang_output_section_state): Change processed
1322 field's type.
1323 * ldexp.c (check, invalid): Remove.
1324 (fold_name): Move valid_p assignments. Create undefined symbol
1325 when needed. Directly exampine section's processd flag.
1326 * ldlang.c (lang_output_section_statement_lookup): Adjust
1327 processed field init.
1328 (lang_size_sections_1): Allow LOADADDR when determining section's
1329 VMA. Adjust error message. Fold data statement's expr.
1330 (lang_size_sections): Correctly increment lang_statement_iteration.
1331
1332 2004-02-23 Alan Modra <amodra@bigpond.net.au>
1333
1334 * ldexp.c (fold_tree): Follow indirect symbols.
1335
1336 2004-02-20 Nathan Sidwell <nathan@codesourcery.com>
1337
1338 * ldgram.y (exp): Add two operand ALIGN.
1339 * ldexp.c (fold_binary): Add ALIGN_K case.
1340 * ld.texinfo (ALIGN): Document two operand version.
1341
1342 2004-02-19 Nathan Sidwell <nathan@codesourcery.com>
1343
1344 * ldlang.c (map_input_to_output_sections): Initialize sections
1345 mentioned in a data statement expression.
1346 (lang_do_assignments_1): Add data statement's expression's
1347 section's vma.
1348
1349 2004-02-18 Nathan Sidwell <nathan@codesourcery.com>
1350
1351 * ldgram.y (statement_anywhere): Add assert rule.
1352 * ldlang.c (exp_init_os): Add assert case.
1353
1354 2004-02-14 Andrew Cagney <cagney@redhat.com>
1355
1356 * ldmain.c (remove_output): Call bfd_cache_close.
1357
1358 2004-02-14 Richard Sandiford <rsandifo@redhat.com>
1359
1360 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
1361 .MIPS.content* and .MIPS.events* sections.
1362
1363 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
1364
1365 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
1366 .note.gnu.arm.ident to after allocated sections. Mark its
1367 address as 0.
1368
1369 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
1370
1371 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
1372 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
1373 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
1374 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
1375 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
1376
1377 2004-02-05 Nick Clifton <nickc@redhat.com>
1378
1379 * emultempl/pe.em (_after_open): Fix typo in previous delta.
1380
1381 2004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
1382
1383 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
1384
1385 2004-01-28 Alan Modra <amodra@bigpond.net.au>
1386
1387 * genscripts.sh: Fix typo.
1388
1389 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
1390
1391 2004-01-24 Jakub Jelinek <jakub@redhat.com>
1392
1393 * emulparams/elf64_ia64.sh: Put .rela.opd into
1394 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
1395
1396 2004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
1397
1398 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
1399 * ld.texinfo (--omagic): Note that writable text section
1400 does not conform to published PE-COFF specs.
1401 (--enable-auto-import): Likewise.
1402
1403 2004-01-15 Alan Modra <amodra@bigpond.net.au>
1404
1405 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
1406
1407 2004-01-13 Nick Clifton <nickc@redhat.com>
1408
1409 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
1410 which if true will prevent the LMA region being used as a
1411 replacement for a default VMA region.
1412 (lang_leave_output_section_statement): Pass extra parameter.
1413 (lang_leave_overlay): Likewise.
1414 * ld.texinfo (Output Section LMA): Document that the LMA
1415 region can be set to the VMA region if no VMA has been set.
1416 * ldlang.h (struct lang_output_section_phdr_list): Create a
1417 typedef for this type. Minor formatting fixes.
1418
1419 2004-01-13 Nick Clifton <nickc@redhat.com>
1420
1421 * ldlang.c (lang_size_sections_1): If dot is advanced, then
1422 assume that the section should be allocated.
1423
1424 2004-01-13 Alan Modra <amodra@bigpond.net.au>
1425
1426 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
1427 sections. Do ignore SEC_NEVER_LOAD sections.
1428 (lang_size_sections_1): Remove test made redundant with the above.
1429
1430 2004-01-09 Alan Modra <amodra@bigpond.net.au>
1431
1432 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
1433 program_header_size.
1434
1435 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
1436
1437 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
1438 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
1439 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
1440 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
1441 (MAXPAGESIZE): Set to 64Kb.
1442 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
1443 __ROFIXUP_END__. Don't map .rofixup.got any more.
1444 * emulparams/elf32frv.sh (NOP): Set.
1445 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
1446 * configure.tgt: Add frv-*-*linux*.
1447 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
1448 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
1449 (eelf32frvfd.c): New.
1450 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
1451 * emulparams/elf32frv.sh: Reverted previous two patches.
1452 * emulparams/elf32frvfd.sh: New.
1453 * Makefile.in: Rebuilt.
1454 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
1455 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
1456 .rofixup.got to .rofixup.
1457 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
1458 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
1459 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
1460
1461 2004-01-05 Jakub Jelinek <jakub@redhat.com>
1462
1463 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
1464 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
1465
1466 2004-01-03 Alan Modra <amodra@bigpond.net.au>
1467
1468 * ldexp.c (align_n): Make static.
1469 * ldexp.h (align_n): Delete declaration.
1470 * ldlang.h (lang_enter_output_section_statement): Remove
1471 block_value param.
1472 * ldlang.c (lang_enter_output_section_statement): Likewise.
1473 (TO_ADDR, TO_SIZE): Define.
1474 (opb_shift): New var.
1475 (init_opb): New function.
1476 (print_input_section): Call init_opb and use TO_ADDR.
1477 (print_data_statement, print_reloc_statement): Likewise.
1478 (print_padding_statement): Likewise.
1479 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
1480 (lang_check_section_addresses): Likewise.
1481 (lang_size_sections_1): Likewise.
1482 (lang_do_assignments_1): Likewise.
1483 (lang_set_startof): Likewise.
1484 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
1485 (lang_process): Call init_opb.
1486 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
1487 (lang_enter_overlay_section): Adjust
1488 lang_enter_output_section_statement call.
1489 * ldgram.y: Likewise.
1490 * mri.c (mri_draw_tree): Likewise.
1491 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
1492 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1493 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
1494
1495 * ldfile.c (ldfile_set_output_arch): Add defarch param.
1496 * ldfile.h (ldfile_set_output_arch): Ditto.
1497 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
1498 ldfile_set_output_arch.
1499 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
1500 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
1501 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
1502 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
1503 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
1504 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
1505 * ldgram.y: Adjust ldfile_set_output_arch call.
1506 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
1507 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
1508 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
1509 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
1510 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
1511 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
1512 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
1513
1514 2004-01-02 Bernardo Innocenti <bernie@develer.com>
1515
1516 * configure.tgt: Add m68k-uClinux target.
1517
1518 For older changes see ChangeLog-0203
1519 \f
1520 Local Variables:
1521 mode: change-log
1522 left-margin: 8
1523 fill-column: 74
1524 version-control: never
1525 End:
This page took 0.058615 seconds and 4 git commands to generate.