xstormy16.sc: Only perform the assignments to the ROM region when not performing
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2004-09-29 Nick Clifton <nickc@redhat.com>
2
3 * scripttempl/xstormy16.sc: Only perform the assignments to the
4 ROM region when not performing a relocatable link. The ROM region
5 does not start at address 0, but the sections will.
6 * Makefile.am: Fix linker script dependency for the generation of
7 eelf32xstormy16.c.
8 * Makefile.in: Regenerate.
9
10 2004-09-18 Filip Navara <navaraf@reactos.com>
11
12 * emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
13 emulparams/i386pe_posix.sh, emulparams/mcorepe.sh,
14 emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define
15 TARGET_PAGE_SIZE.
16 * scripttempl/pe.sc: Make the virtual address and file offset synced if
17 the alignment is lower than the target page size.
18
19 2004-09-27 Filip Navara <navaraf@reactos.com>
20
21 * emultempl/pe.em (gld_${EMULATION_NAME}_unrecognized_file): Allow
22 def_file_parse to handle pe_def_file if NULL and prevent crash with
23 invalid .def files.
24
25 2004-09-27 Alan Modra <amodra@bigpond.net.au>
26
27 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
28 --emit-stub-syms automatically when --emit-relocs.
29
30 2004-09-24 Paul Brook <paul@codeosurcery.com>
31
32 * scripttempl/elf.sc: Keep .preinit_array, .init_array and
33 .fini_array sections.
34
35 2004-09-19 Andreas Schwab <schwab@suse.de>
36
37 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Adjust data segment
38 base so that relro end is suitably aligned.
39
40 2004-09-17 Paul Brook <paul@codesourcery.com>
41
42 * ld.texinfo: Rename arm-specific section. Document --target*
43 * emulparams/armelf_fbsd.sh: Set TARGET2_TYPE.
44 * emulparams/armelf_linux.sh: Ditto.
45 * emulparams/armelf_nbsd.sh: Ditto.
46 * emultempl/armelf.em: Set default for TARGET2_TYPE.
47 (target2_type): New variable.
48 (arm_elf_before_allocation): Don't pass target1_type.
49 (arm_elf_create_output_section_statements): New function.
50 (PARSE_AND_LIST_PROLOGUE): Add OPTION_TARGET2.
51 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --target=.
52 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_TARGET2.
53 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Set.
54 * emultempl/armelf_oabi.em (_before_allocation): Remove extra
55 argument to bfd_elf32_arm_process_before_allocation.
56
57 2004-09-17 Alan Modra <amodra@bigpond.net.au>
58
59 * ldexp.c (fold_name): Update u.undef.next refs.
60 * emultempl/pe.em: Likewise.
61 * emultempl/sunos.em: Likewise.
62
63 2004-09-17 Alan Modra <amodra@bigpond.net.au>
64
65 * Makefile.am: Run "make dep-am".
66 * Makefile.in: Regenerate.
67 * config.in: Regenerate.
68 * configure: Regenerate.
69 * aclocal.m4: Regenerate.
70 * po/ld.pot: Regenerate.
71
72 2004-09-16 Tomer Levi <Tomer.Levi@nsc.com>
73
74 * scripttempl/elf32crx.sc (.init): Add KEEP for section's *personality*.
75 (.fini): Likewise.
76 (.jcr): Likewise.
77
78 2004-09-16 Alan Modra <amodra@bigpond.net.au>
79
80 * emultempl/armelf_oabi.em (before_allocation): Add extra zero param
81 to bfd_elf32_arm_process_before_allocation call.
82
83 2004-09-13 Paul Brook <paul@codesourcery.com>
84
85 * emulparams/armsymbian.sh: Set TARGET1_IS_REL.
86 * emultempl/armelf.em: Use TARGET1_IS_REL. Add --target1-{rel,abs}.
87
88 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
89
90 * configure: Regenerated with autconfig 2.13.
91
92 2004-09-07 Andreas Schwab <schwab@suse.de>
93
94 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment
95 alignment before adjusting DATA_SEGMENT_RELRO_END.
96
97 2004-09-06 Mark Mitchell <mark@codesourcery.com>
98
99 * emulparams/armsymbian.sh: Use armbpabi script.
100 * scripttempl/armbpabi.sc: New script.
101
102 2004-09-02 Mark Mitchell <mark@codesourcery.com>
103
104 * Makefile.am (ALL_EMULATIONS): Add earmsymbian.o.
105 (earmsymbian.c): New target.
106 * configure.tgt: Use armsymbian emulation for arm*-*-symbianelf*.
107 * Makefile.in: Regenerated.
108 * aclocal.m4: Likewise.
109 * configure: Likewise.
110 * emulparams/armsymbian.sh: New file.
111
112 2004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
113
114 * scripttempl/elf32crx.sc: Edit file with comments.
115 (.init): Add new section.
116 (.fini): Likewise.
117 (.ctor): Control the linkage order.
118 (.dtor): Likewise.
119
120 2004-08-27 Nick Clifton <nickc@redhat.com>
121
122 * emultempl/pe.em (after_open): Do not assume that either bfd is
123 an archive.
124
125 2004-08-26 Alan Modra <amodra@bigpond.net.au>
126
127 * ldlang.c (lang_init): Don't compare with TRUE.
128
129 2004-08-25 Dmitry Diky <diwil@spec.ru>
130
131 * emulparams/msp430all.sh: Fix RAM sizes for all targets.
132 * scripttempl/elf32msp430.sc: Add .profiler section definition.
133
134 2004-08-24 H.J. Lu <hongjiu.lu@intel.com>
135
136 * ldlang.c (wildcardp): Defined as a macro with strpbrk.
137
138 2004-08-19 Mark Mitchell <mark@codesourcery.com>
139
140 * configure.tgt (arm*-*-symbianelf*): New target.
141 (arm*-*-eabi*): Likewise.
142
143 2004-08-19 Jakub Jelinek <jakub@redhat.com>
144
145 * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
146 (ppc_before_allocation): Pass it to ppc64_elf_edit_opd).
147 (OPTION_NON_OVERLAPPING_OPD): Define.
148 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Add
149 --non-overlapping-opd option.
150
151 2004-08-18 Alan Modra <amodra@bigpond.net.au>
152
153 PR 338
154 * ldexp.c (fold_name): Don't call bfd_link_add_undef if the symbol
155 was already on the undefs list.
156
157 2004-08-17 Alan Modra <amodra@bigpond.net.au>
158
159 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Dot
160 prefix the symbol field too.
161
162 2004-08-13 Alan Modra <amodra@bigpond.net.au>
163
164 * ldmain.c (link_callbacks): Remove "error_handler".
165 * ldmisc.c: Include elf-bfd.h.
166 (vfinfo): Sort comment. Handle %A. Use %A instead of
167 bfd_get_section_indent.
168 (error_handler): Delete.
169 * ldmisc.h (error_handler): Delete declaration.
170
171 2004-08-10 Alan Modra <amodra@bigpond.net.au>
172
173 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Call
174 ppc64_elf_restore_symbols.
175
176 2004-08-09 Alan Modra <amodra@bigpond.net.au>
177
178 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Error if
179 .toc is too large on relocatable linking.
180
181 2004-08-09 Alan Modra <amodra@bigpond.net.au>
182
183 * emultempl/ppc64elf.em (ppc_after_open): Delete.
184 (LDEMUL_AFTER_OPEN): Don't define.
185
186 2004-08-02 Stephane Carrez <stcarrez@nerim.fr>
187
188 * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.
189
190 2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
191
192 * scripttempl/elfm68hc12.sc: Align text, rodata and data section
193 on power of 2.
194
195 2004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
196
197 * emulparams/hppanbsd.sh (OUTPUT_FORMAT): Set to "elf32-hppa-netbsd".
198
199 2004-07-26 Dmitry Diky <diwil@spec.ru>
200
201 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
202 msp430x1612, msp430x415, msp430x417, msp430xG437, msp430xG438,
203 msp430xG439.
204 * configure.tgt: Likewise.
205 * emulparams/msp430all.sh: Likewise.
206 * Makefile.in: Regenerate.
207
208 2004-07-23 Nick Clifton <nickc@redhat.com>
209
210 * emultempl/elf32.em (_place_orphan): Use an already existing
211 section name if that section does not have any flags set.
212
213 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
214
215 * ldlang.c (already_linked_hash_entry): Removed.
216 (already_linked): Likewise.
217 (already_linked_table): Likewise.
218 (section_already_linked): Call bfd_section_already_linked.
219 (lang_process): Replace already_linked_table_init with
220 bfd_section_already_linked_table_init and check return. Replace
221 already_linked_table_free with bfd_section_already_linked_table_free.
222
223 2004-07-21 Nick Clifton <nickc@redhat.com>
224
225 * ldlang.c (init_os): Make sure that the newly allocated userdata
226 structure is zeroed out.
227
228 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
229
230 * NEWS: Mention the new --add-needed/--no-add-needed and
231 --as-needed/--no-as-needed options.
232
233 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
234
235 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also
236 check the add_needed field.
237 (dt_needed): New struct.
238 (gld${EMULATION_NAME}_try_needed): Change the first argument
239 to a pointer to struct dt_needed. Check the DYN_NO_ADD_NEEDED
240 bit in the file where the DT_NEEDED entry comes from.
241 (gld${EMULATION_NAME}_search_needed): Change the second
242 argument to a pointer to struct dt_needed.
243 (gld${EMULATION_NAME}_check_ld_so_conf): Updated.
244 (gld${EMULATION_NAME}_after_open): Likewise.
245
246 * ld.texinfo: Add --add-needed document.
247 * ldlang.c (new_afile): Set p->add_needed.
248 * ldlang.h (lang_input_statement_type): Add add_needed field.
249 * ldmain.h (add_needed): Declare.
250 * ldmain.c (add_needed): New global var.
251 * lexsup.c (option_values): Add OPTION_ADD_NEEDED and
252 OPTION_NO_ADD_NEEDED.
253 (ld_options): Likewise.
254 (parse_args): Handle them.
255
256 2004-07-13 Christof Petig <christof@petig-baender.de>
257
258 * emultempl/pe.em (make_import_fixup): Use bfd_get_32 to correct
259 for endian-ness of extracted addend.
260
261 2004-07-13 Danny Smith <dannysmith@usesr.sourceforge.net>
262
263 * pe-dll.c (auto_export): Filter on just the import prefix,
264 "_imp_", not "_imp__".
265
266 2004-07-09 Nick Clifton <nickc@redhat.com>
267
268 * configure.tgt: Change sh-sybmian-elf to sh-*-symbianelf.
269
270 2004-07-06 Tomer Levi <Tomer.Levi@nsc.com>
271
272 * Makefile.am (ALL_EMULATIONS): Add eelf32crx.o.
273 (eelf32crx.c): New target.
274 * Makefile.in: Regenerate.
275 * configure.tgt: Handle crx-*-elf*.
276 * emulparams/elf32crx.sh: New file.
277 * emultempl/crxelf.em: New file.
278 * scripttempl/elf32crx.sc: New file.
279 * NEWS: Mention new target.
280
281 2004-07-06 Nick Clifton <nickc@redhat.com>
282
283 * Makefile.am: Add eshlsymbian.c.
284 * Makefile.in: Regenerate.
285 * configure.tgt: Add sh*-symbian-elf target.
286 * emulparams/shlsymbian.sh: New file. Configure the
287 sh-symbian-elf linker scripts.
288 * scripttemp/elf32sh-symbian.sc: New file. Linker script
289 template for the sh-symbian-elf target.
290
291 2004-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
292
293 * emulparams/hppa64linux.sh: Define PLT_BEFORE_GOT.
294 * emulparams/hppalinux.sh: Likewise.
295 * scripttempl/elf.sc: Place .plt just before .got when .plt is in
296 data segment and PLT_BEFORE_GOT is defined.
297
298 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
299
300 * ld.texinfo (WIN32): Document PE weak symbols.
301
302 2004-07-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
303
304 * emulparams/shlelf32_linux.sh (COMMONPAGESIZE): Set to 4KB.
305
306 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
307
308 * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
309 the section.
310
311 2004-06-29 Alan Modra <amodra@bigpond.net.au>
312
313 * ldlang.c (lang_reset_memory_regions): Save last relax pass section
314 size in rawsize.
315
316 2004-06-24 Alan Modra <amodra@bigpond.net.au>
317
318 * ldlang.c (print_output_section_statement): Don't print size before
319 relaxation.
320 (IGNORE_SECTION): Remove bfd arg. Update all callers.
321
322 * ldexp.c (fold_name): .. See below.
323 * ldlang.c (section_already_linked, print_output_section_statement,
324 print_input_section, insert_pad, size_input_section,
325 lang_check_section_addresses, lang_size_sections_1,
326 lang_size_sections, lang_do_assignments_1, lang_set_startof,
327 lang_one_common, lang_reset_memory_regions, lang_process,
328 lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
329 * ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
330 * pe-dll.c (process_def_file, generate_reloc): ..
331 * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
332 gld${EMULATION_NAME}_before_allocation): ..
333 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
334 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
335 sh64_elf_${EMULATION_NAME}_after_allocation): ..
336 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
337 * emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
338 ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
339 "size" instead of "_raw_size" and "_cooked_size". Expand
340 bfd_section_size macro invocations.
341
342 2004-06-22 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
343
344 * ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
345 ___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
346 ___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
347 ___crt_xt_end__.
348 (.tls): Define ___tls_start__ and ___tls_end__.
349
350 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
351
352 * emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
353
354 2004-06-18 Adam Nemet <anemet@lnxw.com>
355
356 * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
357 * configure: Regenerate.
358
359 2004-06-15 Jakub Jelinek <jakub@redhat.com>
360
361 * scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
362 .gcc_except_table output sections lost accidentally with
363 -z relro patch.
364
365 2004-06-15 Alan Modra <amodra@bigpond.net.au>
366
367 * ldwrite.c (build_link_order): Use bfd_get_section_size
368 instead of bfd_get_section_size_before_reloc or _raw_size.
369 * pe-dll.c (process_def_file): Likewise.
370
371 2004-06-14 Alan Modra <amodra@bigpond.net.au>
372
373 From Richard Wirth <r.wirth@wirthware.de>
374 * ldlang.c (lang_finish): Don't free lang_definedness_table.
375
376 2004-05-29 Alan Modra <amodra@bigpond.net.au>
377
378 * ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
379 (lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
380
381 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
382
383 * testsuite/ld-sh/arch/arch.exp: New test script.
384 * testsuite/ld-sh/arch/arch_expected.txt: New file.
385 * testsuite/ld-sh/arch/sh.s: New file.
386 * testsuite/ld-sh/arch/sh2.s: New file.
387 * testsuite/ld-sh/arch/sh-dsp.s: New file.
388 * testsuite/ld-sh/arch/sh2e.s: New file.
389 * testsuite/ld-sh/arch/sh3-nommu.s: New file.
390 * testsuite/ld-sh/arch/sh3.s: New file.
391 * testsuite/ld-sh/arch/sh3-dsp.s: New file.
392 * testsuite/ld-sh/arch/sh3e.s: New file.
393 * testsuite/ld-sh/arch/sh4-nommu-nofpu.s: New file.
394 * testsuite/ld-sh/arch/sh4-nofpu.s: New file.
395 * testsuite/ld-sh/arch/sh4.s: New file.
396 * testsuite/ld-sh/arch/sh4a-nofpu.s: New file.
397 * testsuite/ld-sh/arch/sh4al-dsp.s: New file.
398 * testsuite/ld-sh/arch/sh4a.s: New file.
399
400 2004-05-28 Alan Modra <amodra@bigpond.net.au>
401
402 * ldlang.c: Formatting. Wrap long lines, expand bfd_get_section_flags
403 throughout file.
404 * lexsup.c: Formatting. Wrap long lines.
405 * ldwrite.c: Update copyright date.
406
407 * ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
408 (output_section_callback): Nor SEC_KEEP here.
409 (gc_section_callback): Twiddle SEC_EXCLUDE here.
410 (lang_gc_wild): Delete. Fold into..
411 (lang_gc_sections_1): ..here. Only call bfd_gc_sections when garbage
412 collecting.
413 (lang_process): Always call lang_gc_sections.
414 (lang_place_orphans): Handle SEC_EXCLUDE sections.
415 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
416 SEC_EXCLUDE code.
417
418 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
419
420 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
421 SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
422 * ldlang.c (lang_add_section): Likewise.
423
424 2004-05-26 Alan Modra <amodra@bigpond.net.au>
425
426 * ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
427 sections when doing a final link. Clear SEC_EXCLUDE when doing
428 a relocable link, except for SEC_DEBUGGING sections.
429 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
430 same condition here to drop SEC_EXCLUDE orphan sections.
431
432 2004-05-25 Alan Modra <amodra@bigpond.net.au>
433
434 * ldlang.c (lang_process): Call bfd_merge_sections later, and
435 only when not a relocatable link.
436 (print_input_section): Handle SEC_EXCLUDE sections.
437 (size_input_section): Don't update dot on SEC_EXCLUDE sections.
438 (lang_do_assignments_1): Likewise.
439 * ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
440 * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
441 * emultempl/hppaelf.em (build_section_lists): Likewise.
442 * emultempl/ppc64elf.em (build_toc_list): Likewise.
443 (build_section_lists): Likewise.
444
445 2004-05-23 Andreas Schwab <schwab@suse.de>
446
447 * ld.texinfo (Options): Fix typo in last change.
448
449 2004-05-21 Andy Chittenden <achittenden@bluearc.com>
450
451 * ld.h (ld_config_type): Add new field: hash_table_size.
452 * ldmain.c: Initialise the new field to zero. If it is non-zero
453 after parsing the linker's command line call
454 bfd_hash_set_default_size.
455 * lexsup.c (option_values): Add OPTION_HASH_SIZE.
456 (ld_options): Add hash-size.
457 (parse_args): Parse --hash-size option. Allow
458 --reduce-memory-overheads to set the default hash table size as
459 well.
460 * ld.texinfo: Document the new switch. Also mention that
461 --reduce-memory-overheads can affect the hash table size.
462 * NEWS: Mention the new feature.
463
464 2004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
465
466 * NEWS: Mention new linker map file generation and the
467 --reduce-memory-overheads option.
468 * ld.texinfo: Document --reduce-memory-overheads option.
469 * ld.h (map_symbol_def): New struct.
470 (struct user_section_struct, section_userdata_type): Rename to:
471 (struct lean_user_section_struct, lean_section_userdata_type).
472 (struct fat_user_section_struct, fat_section_userdata_type): New.
473 (SECTION_USERDATA_SIZE): Define.
474 (args_type): New member reduce_memory_overheads.
475 * ldlang.c (map_obstack): New static variable.
476 (init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
477 (lang_map): Unless command_line.reduce_memory_overheads is set,
478 initialize lists of defined symbols for each section.
479 (print_input_section): Unless command_line.reduce_memory_overheads
480 is set, use print_all_symbols.
481 (init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
482 * ldmain.c (main): Initialize command_line.reduce_memory_overheads.
483 * lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
484 (ld_options): Add entry for --reduce-memory-overheads.
485 (parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
486
487 2004-05-19 Jakub Jelinek <jakub@redhat.com>
488
489 * ldgram.y (sect_constraint): New.
490 (ONLY_IF_RO, ONLY_IF_RW): New tokens.
491 (section): Add sect_constraint. Pass additional argument
492 to lang_enter_output_section_statement.
493 * mri.c (mri_draw_tree): Pass additional argument to
494 lang_enter_output_section_statement.
495 * emultempl/pe.em (place_orphan): Likewise.
496 (output_prev_sec_find): Disregard output section statements with
497 constraint == -1.
498 * emultempl/mmo.em (output_prev_sec_find): Likewise.
499 (mmo_place_orphan): Pass additional argument to
500 lang_enter_output_section_statement.
501 * emultempl/elf32.em (output_prev_sec_find): Disregard output section
502 statements with constraint == -1.
503 (place_orphan): Pass additional argument to
504 lang_enter_output_section_statement.
505 * ldlang.c (lang_enter_overlay_section): Likewise.
506 (lang_output_section_find_1): New.
507 (lang_output_section_find): Use it.
508 (lang_output_section_statement_lookup_1): New.
509 (lang_output_section_statement_lookup): Use it.
510 (check_section_callback, check_input_sections): New.
511 (map_input_to_output_sections): Check if all input sections
512 are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
513 (strip_excluded_output_sections): Disregard output section statements
514 with constraint == -1.
515 (lang_record_phdrs): Likewise.
516 (lang_enter_output_section_statement): Add constraint argument.
517 Use lang_output_section_statement_lookup_1.
518 * ldlang.h (lang_output_section_statement_type): Add constraint
519 and all_input_readonly fields.
520 (lang_enter_output_section_statement): Adjust prototype.
521 * ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
522 * scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
523 segment if all input sections are readonly.
524
525 2004-05-19 Adam Nemet <anemet@lnxw.com>
526
527 * scripttempl/i386lynx.sc: Remove file.
528
529 2004-05-17 Bob Wilson <bob.wilson@acm.org>
530
531 * ld.texinfo (Output Section Address): Correct subsection name.
532
533 2004-05-17 Adam Nemet <anemet@lnxw.com>
534
535 * configure.tgt (powerpc-*-lynxos* case): New case.
536 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
537 * emulparams/ppclynx.sh: New file.
538 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
539 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
540 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
541 (eppclynx.c): New rule.
542 * Makefile.in: Regenerate.
543
544 2004-05-13 Joel Sherrill <joel@oarcorp.com>
545
546 * configure.tgt (or32-*-rtems*): Switch to elf and
547 support versioned targets.
548
549 2004-05-13 Nick Clifton <nickc@redhat.com>
550
551 * po/fr.po: Updated French translation.
552
553 2004-05-11 Jakub Jelinek <jakub@redhat.com>
554
555 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
556 for binaries, -shared and -pie.
557 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
558 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
559 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
560 (OTHER_RELRO_SECTIONS): ... this.
561 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
562 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
563 -z relro and -z norelro.
564 (gld${EMULATION_NAME}_list_options): Add it to usage.
565 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
566 -z relro scripts when appropriate.
567 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
568 Create separate .got.plt section if SEPARATE_GOTPLT.
569 Move sections which are only written during relocation handling
570 to the beginning of RW segment. If NO_SMALL_DATA, move .got
571 before .data. Add DATA_SEGMENT_RELRO_END directive.
572 Include OTHER_RELRO_SECTIONS.
573 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
574 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
575 (fold_unary): Likewise.
576 (fold_binary): Handle -z relro.
577 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
578 exp_dataseg_relro_adjust phases. Add relro_end field.
579 * ldmain.c (main): Initialize link_info.relro to FALSE.
580 * ldlang.c (lang_size_sections): Handle -z relro.
581
582 2004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
583
584 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
585
586 2004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
587
588 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
589 before printing it with %W.
590
591 2004-05-07 Brian Ford <ford@vss.fsi.com>
592 DJ Delorie <dj@redhat.com>
593
594 * emultempl/pe.em (real_flags): New static.
595 (OPTION_LARGE_ADDRESS_AWARE): New define.
596 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
597 (gld_${EMULATION_NAME}_list_options): Likewise.
598 (gld${EMULATION_NAME}_handle_option): Likewise.
599 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
600 * ld.texinfo: Document it.
601 * NEWS: Mention it.
602
603 2004-05-07 Brian Ford <ford@vss.fsi.com>
604
605 * NEWS: Mention DWARF 2 support for i386pe.
606
607 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
608
609 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
610 elf32-frvfdpic.
611
612 2004-04-30 Alan Modra <amodra@bigpond.net.au>
613
614 * ldlang.c (unique_section_p): Pass section parm, return true on
615 group sections.
616 (output_section_callback): Adjust.
617 * ldlang.h (unique_section_p): Update prototype.
618 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
619
620 2004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
621
622 * ld.texinfo (--gc-sections): Remove restriction for
623 dynamic linking.
624
625 2004-04-29 Brian Ford <ford@vss.fsi.com>
626
627 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
628 for DWARF 2/3. Update stab section's syntax.
629
630 2004-04-29 Alan Modra <amodra@bigpond.net.au>
631
632 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
633 (fill_edata): Correct pointer arithmetic.
634
635 2004-04-21 Chris Demetriou <cgd@broadcom.com>
636
637 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
638 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
639 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
640 (EXTRA_EM_FILE): Use mipsecoff.em
641 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
642 (EXTRA_EM_FILE): Use mipsecoff.em
643 * emultempl/mipsecoff.em: Restructure to be included as an
644 extra emulation file.
645 (check_sections, gld${EMULATION_NAME}_after_open)
646 (gld${EMULATION_NAME}_after_allocation)
647 (gld${EMULATION_NAME}_get_script)
648 (ld_${EMULATION_NAME}_emulation): Remove
649 (gld${EMULATION_NAME}_before_parse): Rename to...
650 (mipsecoff_before_parse): This.
651 (LDEMUL_BEFORE_PARSE): Define.
652 * emultempl/mipself.em: Remove file.
653 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
654 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
655 these symbols.
656 * Makefile.am: Remove dependencies on emultempl/mipself.em.
657 * Makefile.in: Regenerate.
658
659 2004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
660
661 * ld.texinfo (synthesizing on H8/300): Information about linker
662 relaxation support for bit manipulation instructions and system
663 control instructions is added.
664
665 2004-04-21 Hans-Peter Nilsson <hp@axis.com>
666
667 * NEWS: Mention change in DEFINED semantics.
668
669 2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
670
671 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
672 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
673 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
674
675 2004-04-21 Ben Elliston <bje@au.ibm.com>
676
677 * ld.texinfo (Simple Example): Add missing punctuation.
678
679 2004-04-20 Chris Demetriou <cgd@broadcom.com>
680
681 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
682
683 2004-04-19 Jakub Jelinek <jakub@redhat.com>
684
685 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
686 specially.
687
688 2004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
689
690 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
691 with default priority. Likewise for dtors.
692
693 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
694
695 * configure.host: Remove mips*-dec-bsd* target.
696 * configure.tgt: Likewise.
697
698 2004-04-08 Richard Sandiford <rsandifo@redhat.com>
699
700 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
701 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
702 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
703 * emultempl/irix.em: New file.
704 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
705 dependencies.
706 * Makefile.in: Regenerate.
707
708 2004-04-01 Paul Brook <paul@codesourcery.com>
709
710 * emultempl/armelf.em (byteswap_code): Add.
711 (arm_elf_before_allocation): Pass extra parameter.
712 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
713 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
714 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
715 * emultempl/armelf_oabi.em: Pass extra parameter.
716 * ld.texinfo: Document --be8.
717
718 2004-03-30 Stan Shebs <shebs@apple.com>
719
720 Remove long-obsolete MPW support.
721 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
722 * Makefile.am (mpw): Remove file-presynthesizing actions.
723 * Makefile.in: Likewise.
724 * ldfile.c (slash): Remove MPW case.
725 * ldlex.l [MPW]: Remove unused definition.
726
727 2004-03-30 Galit Heller <Galit.Heller@nsc.com>
728
729 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
730 (eelf32cr16c.c): New target.
731 * Makefile.in: Regenerate.
732 * configure.tgt: Handle cr16c-*-elf*.
733 * emulparams/elf32cr16c.sh: New file.
734 * scripttempl/elfcr16c.sc: Likewise
735 * NEWS: Mention support for new target.
736
737 2004-03-30 Nick Clifton <nickc@redhat.com>
738
739 * po/sv.po: Updated Swedish translation.
740
741 2004-03-27 Alan Modra <amodra@bigpond.net.au>
742
743 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
744 * emultempl/hppaelf.em: Likewise.
745 * emultempl/ppc64elf.em: Likewise.
746 * emultempl/sh64elf.em: Likewise.
747
748 2004-03-25 Alan Modra <amodra@bigpond.net.au>
749
750 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
751 size_dynamic_sections call.
752
753 2004-03-23 Alan Modra <amodra@bigpond.net.au>
754
755 PR 51.
756 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
757 link_info.wrap_char.
758
759 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
760
761 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
762 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
763
764 2004-03-20 Alexandre Oliva <aoliva@redhat.com>
765
766 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
767
768 2004-03-19 Alan Modra <amodra@bigpond.net.au>
769
770 * config.in: Regenerate.
771 * po/ld.pot: Regenerate.
772
773 2004-03-18 Alan Modra <amodra@bigpond.net.au>
774
775 * ld.texinfo: Add --as-needed doco.
776 * ldmain.c (as_needed): New global var.
777 * ldmain.h (as_needed): Declare.
778 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
779 OPTION_NO_AS_NEEDED.
780 (ld_options): Likewise.
781 (parse_args): Handle them.
782 * ldlang.h (lang_input_statement_type): Add as_needed field.
783 * ldlang.c (new_afile): Set p->as_needed.
784 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
785 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
786 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
787
788 * ldlang.c (open_input_bfds): Remove useless cast.
789 (lang_do_assignments_1): Likewise.
790 (lang_for_each_input_section): Delete.
791
792 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
795
796 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
797
798 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
799 private when building implib.
800
801 2004-03-05 Nathan Sidwell <nathan@codesourcery.com>
802
803 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
804 SEC_THREAD_LOCAL.
805 (IGNORE_SECTION): Ignore .tbss sections too.
806 (lang_size_sections_1): .tbss sections do not advance dot.
807
808 2004-03-01 Andreas Schwab <schwab@suse.de>
809
810 * ld.texinfo (Options): Fix example for --wrap.
811
812 2004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
813
814 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
815 not NULL.
816
817 2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
818
819 * ldlang.c (lang_check): Use %P, not %E, in error message.
820
821 2004-02-23 Nathan Sidwell <nathan@codesourcery.com>
822
823 * ldlang.h (struct lang_output_section_state): Change processed
824 field's type.
825 * ldexp.c (check, invalid): Remove.
826 (fold_name): Move valid_p assignments. Create undefined symbol
827 when needed. Directly exampine section's processd flag.
828 * ldlang.c (lang_output_section_statement_lookup): Adjust
829 processed field init.
830 (lang_size_sections_1): Allow LOADADDR when determining section's
831 VMA. Adjust error message. Fold data statement's expr.
832 (lang_size_sections): Correctly increment lang_statement_iteration.
833
834 2004-02-23 Alan Modra <amodra@bigpond.net.au>
835
836 * ldexp.c (fold_tree): Follow indirect symbols.
837
838 2004-02-20 Nathan Sidwell <nathan@codesourcery.com>
839
840 * ldgram.y (exp): Add two operand ALIGN.
841 * ldexp.c (fold_binary): Add ALIGN_K case.
842 * ld.texinfo (ALIGN): Document two operand version.
843
844 2004-02-19 Nathan Sidwell <nathan@codesourcery.com>
845
846 * ldlang.c (map_input_to_output_sections): Initialize sections
847 mentioned in a data statement expression.
848 (lang_do_assignments_1): Add data statement's expression's
849 section's vma.
850
851 2004-02-18 Nathan Sidwell <nathan@codesourcery.com>
852
853 * ldgram.y (statement_anywhere): Add assert rule.
854 * ldlang.c (exp_init_os): Add assert case.
855
856 2004-02-14 Andrew Cagney <cagney@redhat.com>
857
858 * ldmain.c (remove_output): Call bfd_cache_close.
859
860 2004-02-14 Richard Sandiford <rsandifo@redhat.com>
861
862 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
863 .MIPS.content* and .MIPS.events* sections.
864
865 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
866
867 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
868 .note.gnu.arm.ident to after allocated sections. Mark its
869 address as 0.
870
871 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
872
873 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
874 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
875 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
876 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
877 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
878
879 2004-02-05 Nick Clifton <nickc@redhat.com>
880
881 * emultempl/pe.em (_after_open): Fix typo in previous delta.
882
883 2004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
884
885 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
886
887 2004-01-28 Alan Modra <amodra@bigpond.net.au>
888
889 * genscripts.sh: Fix typo.
890
891 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
892
893 2004-01-24 Jakub Jelinek <jakub@redhat.com>
894
895 * emulparams/elf64_ia64.sh: Put .rela.opd into
896 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
897
898 2004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
899
900 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
901 * ld.texinfo (--omagic): Note that writable text section
902 does not conform to published PE-COFF specs.
903 (--enable-auto-import): Likewise.
904
905 2004-01-15 Alan Modra <amodra@bigpond.net.au>
906
907 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
908
909 2004-01-13 Nick Clifton <nickc@redhat.com>
910
911 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
912 which if true will prevent the LMA region being used as a
913 replacement for a default VMA region.
914 (lang_leave_output_section_statement): Pass extra parameter.
915 (lang_leave_overlay): Likewise.
916 * ld.texinfo (Output Section LMA): Document that the LMA
917 region can be set to the VMA region if no VMA has been set.
918 * ldlang.h (struct lang_output_section_phdr_list): Create a
919 typedef for this type. Minor formatting fixes.
920
921 2004-01-13 Nick Clifton <nickc@redhat.com>
922
923 * ldlang.c (lang_size_sections_1): If dot is advanced, then
924 assume that the section should be allocated.
925
926 2004-01-13 Alan Modra <amodra@bigpond.net.au>
927
928 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
929 sections. Do ignore SEC_NEVER_LOAD sections.
930 (lang_size_sections_1): Remove test made redundant with the above.
931
932 2004-01-09 Alan Modra <amodra@bigpond.net.au>
933
934 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
935 program_header_size.
936
937 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
938
939 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
940 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
941 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
942 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
943 (MAXPAGESIZE): Set to 64Kb.
944 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
945 __ROFIXUP_END__. Don't map .rofixup.got any more.
946 * emulparams/elf32frv.sh (NOP): Set.
947 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
948 * configure.tgt: Add frv-*-*linux*.
949 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
950 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
951 (eelf32frvfd.c): New.
952 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
953 * emulparams/elf32frv.sh: Reverted previous two patches.
954 * emulparams/elf32frvfd.sh: New.
955 * Makefile.in: Rebuilt.
956 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
957 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
958 .rofixup.got to .rofixup.
959 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
960 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
961 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
962
963 2004-01-05 Jakub Jelinek <jakub@redhat.com>
964
965 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
966 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
967
968 2004-01-03 Alan Modra <amodra@bigpond.net.au>
969
970 * ldexp.c (align_n): Make static.
971 * ldexp.h (align_n): Delete declaration.
972 * ldlang.h (lang_enter_output_section_statement): Remove
973 block_value param.
974 * ldlang.c (lang_enter_output_section_statement): Likewise.
975 (TO_ADDR, TO_SIZE): Define.
976 (opb_shift): New var.
977 (init_opb): New function.
978 (print_input_section): Call init_opb and use TO_ADDR.
979 (print_data_statement, print_reloc_statement): Likewise.
980 (print_padding_statement): Likewise.
981 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
982 (lang_check_section_addresses): Likewise.
983 (lang_size_sections_1): Likewise.
984 (lang_do_assignments_1): Likewise.
985 (lang_set_startof): Likewise.
986 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
987 (lang_process): Call init_opb.
988 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
989 (lang_enter_overlay_section): Adjust
990 lang_enter_output_section_statement call.
991 * ldgram.y: Likewise.
992 * mri.c (mri_draw_tree): Likewise.
993 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
994 * emultempl/mmo.em (mmo_place_orphan): Likewise.
995 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
996
997 * ldfile.c (ldfile_set_output_arch): Add defarch param.
998 * ldfile.h (ldfile_set_output_arch): Ditto.
999 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
1000 ldfile_set_output_arch.
1001 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
1002 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
1003 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
1004 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
1005 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
1006 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
1007 * ldgram.y: Adjust ldfile_set_output_arch call.
1008 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
1009 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
1010 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
1011 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
1012 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
1013 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
1014 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
1015
1016 2004-01-02 Bernardo Innocenti <bernie@develer.com>
1017
1018 * configure.tgt: Add m68k-uClinux target.
1019
1020 For older changes see ChangeLog-0203
1021 \f
1022 Local Variables:
1023 mode: change-log
1024 left-margin: 8
1025 fill-column: 74
1026 version-control: never
1027 End:
This page took 0.052792 seconds and 5 git commands to generate.