* ppc-opc.c (insert_fxm): Enable two operand mfcr when -many as
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
2a16d82a
BW
12004-05-17 Bob Wilson <bob.wilson@acm.org>
2
3 * ld.texinfo (Output Section Address): Correct subsection name.
4
b2d65c0b
NC
52004-05-17 Adam Nemet <anemet@lnxw.com>
6
7 * configure.tgt (powerpc-*-lynxos* case): New case.
8 * configure.host (i[3-7]86-*-lynxos* case): Remove case.
9 * emulparams/ppclynx.sh: New file.
10 * emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
11 * Makefile.am (ALL_EMULATIONS): Add eppclynx.o
12 (ei386lynx.c): Update rule to LynxOS 4.0 ELF.
13 (eppclynx.c): New rule.
14 * Makefile.in: Regenerate.
15
4b363073
NC
162004-05-13 Joel Sherrill <joel@oarcorp.com>
17
18 * configure.tgt (or32-*-rtems*): Switch to elf and
19 support versioned targets.
20
9598fbe5
NC
212004-05-13 Nick Clifton <nickc@redhat.com>
22
23 * po/fr.po: Updated French translation.
24
8c37241b
JJ
252004-05-11 Jakub Jelinek <jakub@redhat.com>
26
27 * genscripts.sh: Generate -z combreloc -z now -z relro scripts
28 for binaries, -shared and -pie.
29 * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
30 * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
31 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
32 (OTHER_RELRO_SECTIONS): ... this.
33 * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
34 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
35 -z relro and -z norelro.
36 (gld${EMULATION_NAME}_list_options): Add it to usage.
37 (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
38 -z relro scripts when appropriate.
39 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
40 Create separate .got.plt section if SEPARATE_GOTPLT.
41 Move sections which are only written during relocation handling
42 to the beginning of RW segment. If NO_SMALL_DATA, move .got
43 before .data. Add DATA_SEGMENT_RELRO_END directive.
44 Include OTHER_RELRO_SECTIONS.
45 * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
46 * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
47 (fold_unary): Likewise.
48 (fold_binary): Handle -z relro.
49 * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
50 exp_dataseg_relro_adjust phases. Add relro_end field.
51 * ldmain.c (main): Initialize link_info.relro to FALSE.
52 * ldlang.c (lang_size_sections): Handle -z relro.
53
e21059f2
MM
542004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
55
56 * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
57
5f9b8920
JR
582004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
59
60 * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
61 before printing it with %W.
62
26d2d8a2
BF
632004-05-07 Brian Ford <ford@vss.fsi.com>
64 DJ Delorie <dj@redhat.com>
65
66 * emultempl/pe.em (real_flags): New static.
67 (OPTION_LARGE_ADDRESS_AWARE): New define.
68 (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
69 (gld_${EMULATION_NAME}_list_options): Likewise.
70 (gld${EMULATION_NAME}_handle_option): Likewise.
71 (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
72 * ld.texinfo: Document it.
73 * NEWS: Mention it.
74
1b169501
BF
752004-05-07 Brian Ford <ford@vss.fsi.com>
76
77 * NEWS: Mention DWARF 2 support for i386pe.
78
41cf0c62
AO
792004-05-05 Alexandre Oliva <aoliva@redhat.com>
80
81 * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
82 elf32-frvfdpic.
83
d0d6a25b
AM
842004-04-30 Alan Modra <amodra@bigpond.net.au>
85
86 * ldlang.c (unique_section_p): Pass section parm, return true on
87 group sections.
88 (output_section_callback): Adjust.
89 * ldlang.h (unique_section_p): Update prototype.
90 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
91
755306be
EB
922004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
93
94 * ld.texinfo (--gc-sections): Remove restriction for
95 dynamic linking.
96
8a7140c3
NC
972004-04-29 Brian Ford <ford@vss.fsi.com>
98
99 * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
100 for DWARF 2/3. Update stab section's syntax.
101
2f9636ba
AM
1022004-04-29 Alan Modra <amodra@bigpond.net.au>
103
104 * pe-dll.c: Revert changes accidentally committed 2004-03-08.
105 (fill_edata): Correct pointer arithmetic.
106
23867d67
CD
1072004-04-21 Chris Demetriou <cgd@broadcom.com>
108
109 * ld.texinfo: Remove MIPS --embedded-relocs documentation.
110 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
111 * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
112 (EXTRA_EM_FILE): Use mipsecoff.em
113 * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
114 (EXTRA_EM_FILE): Use mipsecoff.em
115 * emultempl/mipsecoff.em: Restructure to be included as an
116 extra emulation file.
117 (check_sections, gld${EMULATION_NAME}_after_open)
118 (gld${EMULATION_NAME}_after_allocation)
119 (gld${EMULATION_NAME}_get_script)
120 (ld_${EMULATION_NAME}_emulation): Remove
121 (gld${EMULATION_NAME}_before_parse): Rename to...
122 (mipsecoff_before_parse): This.
123 (LDEMUL_BEFORE_PARSE): Define.
124 * emultempl/mipself.em: Remove file.
125 * scripttempl/mips.sc (.rel.sdata): Do not include in output.
126 (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
127 these symbols.
128 * Makefile.am: Remove dependencies on emultempl/mipself.em.
129 * Makefile.in: Regenerate.
130
1502569c
NC
1312004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
132
133 * ld.texinfo (synthesizing on H8/300): Information about linker
134 relaxation support for bit manipulation instructions and system
135 control instructions is added.
136
c894ddfb
HPN
1372004-04-21 Hans-Peter Nilsson <hp@axis.com>
138
139 * NEWS: Mention change in DEFINED semantics.
140
a85bf78e
EB
1412004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
142
143 * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
144 (.data): Add KEEP for .gnu.linkonce.d.*personality*.
145 (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
146
58434bc1
BE
1472004-04-21 Ben Elliston <bje@au.ibm.com>
148
149 * ld.texinfo (Simple Example): Add missing punctuation.
150
7a7f4e42
CD
1512004-04-20 Chris Demetriou <cgd@broadcom.com>
152
153 * NEWS: Note that MIPS --embedded-relocs option is deprecated.
154
3737f867
JJ
1552004-04-19 Jakub Jelinek <jakub@redhat.com>
156
157 * ldlang.c (lang_do_assignments_1): Handle .tbss output section
158 specially.
159
3c17e4f7
DS
1602004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
161
162 * scriptempl/pe.sc: Put numbered .ctors.* after .ctors
163 with default priority. Likewise for dtors.
164
279500de
TS
1652004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
166
167 * configure.host: Remove mips*-dec-bsd* target.
168 * configure.tgt: Likewise.
169
52f89c0a
RS
1702004-04-08 Richard Sandiford <rsandifo@redhat.com>
171
172 * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
173 * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
174 * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
175 * emultempl/irix.em: New file.
176 * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
177 dependencies.
178 * Makefile.in: Regenerate.
179
e489d0ae
PB
1802004-04-01 Paul Brook <paul@codesourcery.com>
181
182 * emultempl/armelf.em (byteswap_code): Add.
183 (arm_elf_before_allocation): Pass extra parameter.
184 (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
185 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
186 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
187 * emultempl/armelf_oabi.em: Pass extra parameter.
188 * ld.texinfo: Document --be8.
189
7cc8057a
SS
1902004-03-30 Stan Shebs <shebs@apple.com>
191
192 Remove long-obsolete MPW support.
193 * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
194 * Makefile.am (mpw): Remove file-presynthesizing actions.
195 * Makefile.in: Likewise.
196 * ldfile.c (slash): Remove MPW case.
197 * ldlex.l [MPW]: Remove unused definition.
198
0949843d
NC
1992004-03-30 Galit Heller <Galit.Heller@nsc.com>
200
201 * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
202 (eelf32cr16c.c): New target.
203 * Makefile.in: Regenerate.
204 * configure.tgt: Handle cr16c-*-elf*.
205 * emulparams/elf32cr16c.sh: New file.
206 * scripttempl/elfcr16c.sc: Likewise
207 * NEWS: Mention support for new target.
208
0a159ef8
NC
2092004-03-30 Nick Clifton <nickc@redhat.com>
210
211 * po/sv.po: Updated Swedish translation.
212
7a945db6
AM
2132004-03-27 Alan Modra <amodra@bigpond.net.au>
214
215 * emultempl/elf32.em: Update new bfd_elf_discard_info name.
216 * emultempl/hppaelf.em: Likewise.
217 * emultempl/ppc64elf.em: Likewise.
218 * emultempl/sh64elf.em: Likewise.
219
5a580b3a
AM
2202004-03-25 Alan Modra <amodra@bigpond.net.au>
221
222 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
223 size_dynamic_sections call.
224
b9cf773d
AM
2252004-03-23 Alan Modra <amodra@bigpond.net.au>
226
227 PR 51.
228 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
229 link_info.wrap_char.
230
59c2e50f
L
2312004-03-20 H.J. Lu <hongjiu.lu@intel.com>
232
233 * lexsup.c (parse_args): Don't set unresolved_syms_in_objects
234 or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
235
44349745
AO
2362004-03-20 Alexandre Oliva <aoliva@redhat.com>
237
238 * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
239
81359a70
AM
2402004-03-19 Alan Modra <amodra@bigpond.net.au>
241
242 * config.in: Regenerate.
243 * po/ld.pot: Regenerate.
244
4a43e768
AM
2452004-03-18 Alan Modra <amodra@bigpond.net.au>
246
247 * ld.texinfo: Add --as-needed doco.
248 * ldmain.c (as_needed): New global var.
249 * ldmain.h (as_needed): Declare.
250 * lexsup.c (option_values): Add OPTION_AS_NEEDED and
251 OPTION_NO_AS_NEEDED.
252 (ld_options): Likewise.
253 (parse_args): Handle them.
254 * ldlang.h (lang_input_statement_type): Add as_needed field.
255 * ldlang.c (new_afile): Set p->as_needed.
256 * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
257 (gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
258 (ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
259
260 * ldlang.c (open_input_bfds): Remove useless cast.
261 (lang_do_assignments_1): Likewise.
262 (lang_for_each_input_section): Delete.
263
9183ed4b
AM
2642004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266 * configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
267
ee31fbd0
NC
2682004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
269
270 * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
271 private when building implib.
272
e5caec89
NS
2732004-03-05 Nathan Sidwell <nathan@codesourcery.com>
274
275 * ldlang.c (lang_add_section): Don't force SEC_LOAD on
276 SEC_THREAD_LOCAL.
277 (IGNORE_SECTION): Ignore .tbss sections too.
278 (lang_size_sections_1): .tbss sections do not advance dot.
279
cc2f008e
AS
2802004-03-01 Andreas Schwab <schwab@suse.de>
281
282 * ld.texinfo (Options): Fix example for --wrap.
283
f5a95868
DS
2842004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
285
286 * pe-dll.c (fill_edata): Check that exported_symbol_sections is
287 not NULL.
288
177b729b
ILT
2892004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
290
291 * ldlang.c (lang_check): Use %P, not %E, in error message.
292
1b493742
NS
2932004-02-23 Nathan Sidwell <nathan@codesourcery.com>
294
295 * ldlang.h (struct lang_output_section_state): Change processed
296 field's type.
297 * ldexp.c (check, invalid): Remove.
298 (fold_name): Move valid_p assignments. Create undefined symbol
299 when needed. Directly exampine section's processd flag.
300 * ldlang.c (lang_output_section_statement_lookup): Adjust
301 processed field init.
302 (lang_size_sections_1): Allow LOADADDR when determining section's
303 VMA. Adjust error message. Fold data statement's expr.
304 (lang_size_sections): Correctly increment lang_statement_iteration.
305
3062004-02-23 Alan Modra <amodra@bigpond.net.au>
307
308 * ldexp.c (fold_tree): Follow indirect symbols.
b9cf773d 309
876f4090
NS
3102004-02-20 Nathan Sidwell <nathan@codesourcery.com>
311
312 * ldgram.y (exp): Add two operand ALIGN.
313 * ldexp.c (fold_binary): Add ALIGN_K case.
314 * ld.texinfo (ALIGN): Document two operand version.
315
384d938f
NS
3162004-02-19 Nathan Sidwell <nathan@codesourcery.com>
317
318 * ldlang.c (map_input_to_output_sections): Initialize sections
319 mentioned in a data statement expression.
320 (lang_do_assignments_1): Add data statement's expression's
321 section's vma.
322
b6ca8815
NS
3232004-02-18 Nathan Sidwell <nathan@codesourcery.com>
324
325 * ldgram.y (statement_anywhere): Add assert rule.
326 * ldlang.c (exp_init_os): Add assert case.
327
c92c35e7
AC
3282004-02-14 Andrew Cagney <cagney@redhat.com>
329
330 * ldmain.c (remove_output): Call bfd_cache_close.
331
9bf78c99
RS
3322004-02-14 Richard Sandiford <rsandifo@redhat.com>
333
334 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
335 .MIPS.content* and .MIPS.events* sections.
336
f3806916
DJ
3372004-02-09 Daniel Jacobowitz <drow@mvista.com>
338
339 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
340 .note.gnu.arm.ident to after allocated sections. Mark its
341 address as 0.
342
4c8e70d7
DJ
3432004-02-09 Daniel Jacobowitz <drow@mvista.com>
344
345 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
346 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
347 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
348 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
349 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
350
ff71f4f7
NC
3512004-02-05 Nick Clifton <nickc@redhat.com>
352
353 * emultempl/pe.em (_after_open): Fix typo in previous delta.
354
07a68a80
NC
3552004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
356
357 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
358
1dd3bf68
AM
3592004-01-28 Alan Modra <amodra@bigpond.net.au>
360
586196d5
AM
361 * genscripts.sh: Fix typo.
362
1dd3bf68
AM
363 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
364
13d9421f
JJ
3652004-01-24 Jakub Jelinek <jakub@redhat.com>
366
367 * emulparams/elf64_ia64.sh: Put .rela.opd into
368 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
369
4d8907ac
DS
3702004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
371
372 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
373 * ld.texinfo (--omagic): Note that writable text section
374 does not conform to published PE-COFF specs.
375 (--enable-auto-import): Likewise.
376
e5c60db5
AM
3772004-01-15 Alan Modra <amodra@bigpond.net.au>
378
379 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
380
6bdafbeb
NC
3812004-01-13 Nick Clifton <nickc@redhat.com>
382
383 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
384 which if true will prevent the LMA region being used as a
385 replacement for a default VMA region.
586196d5
AM
386 (lang_leave_output_section_statement): Pass extra parameter.
387 (lang_leave_overlay): Likewise.
388 * ld.texinfo (Output Section LMA): Document that the LMA
6bdafbeb
NC
389 region can be set to the VMA region if no VMA has been set.
390 * ldlang.h (struct lang_output_section_phdr_list): Create a
391 typedef for this type. Minor formatting fixes.
586196d5 392
9dfc8ab2
NC
3932004-01-13 Nick Clifton <nickc@redhat.com>
394
395 * ldlang.c (lang_size_sections_1): If dot is advanced, then
396 assume that the section should be allocated.
397
8325c4dd
AM
3982004-01-13 Alan Modra <amodra@bigpond.net.au>
399
400 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
401 sections. Do ignore SEC_NEVER_LOAD sections.
402 (lang_size_sections_1): Remove test made redundant with the above.
403
83490352
AM
4042004-01-09 Alan Modra <amodra@bigpond.net.au>
405
406 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
407 program_header_size.
408
005e1118
AO
4092004-01-06 Alexandre Oliva <aoliva@redhat.com>
410
411 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
412 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
413 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
414 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
415 (MAXPAGESIZE): Set to 64Kb.
416 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
417 __ROFIXUP_END__. Don't map .rofixup.got any more.
418 * emulparams/elf32frv.sh (NOP): Set.
419 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
420 * configure.tgt: Add frv-*-*linux*.
421 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
422 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
423 (eelf32frvfd.c): New.
424 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
425 * emulparams/elf32frv.sh: Reverted previous two patches.
426 * emulparams/elf32frvfd.sh: New.
427 * Makefile.in: Rebuilt.
428 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
429 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
430 .rofixup.got to .rofixup.
431 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
432 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
433 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
434
060feee5
JJ
4352004-01-05 Jakub Jelinek <jakub@redhat.com>
436
437 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
438 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
439
5e2f1575
AM
4402004-01-03 Alan Modra <amodra@bigpond.net.au>
441
e5caa5e0
AM
442 * ldexp.c (align_n): Make static.
443 * ldexp.h (align_n): Delete declaration.
444 * ldlang.h (lang_enter_output_section_statement): Remove
445 block_value param.
446 * ldlang.c (lang_enter_output_section_statement): Likewise.
447 (TO_ADDR, TO_SIZE): Define.
c2df3ea5 448 (opb_shift): New var.
e5caa5e0
AM
449 (init_opb): New function.
450 (print_input_section): Call init_opb and use TO_ADDR.
451 (print_data_statement, print_reloc_statement): Likewise.
452 (print_padding_statement): Likewise.
c2df3ea5 453 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
454 (lang_check_section_addresses): Likewise.
455 (lang_size_sections_1): Likewise.
456 (lang_do_assignments_1): Likewise.
457 (lang_set_startof): Likewise.
c2df3ea5 458 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 459 (lang_process): Call init_opb.
c2df3ea5 460 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
461 (lang_enter_overlay_section): Adjust
462 lang_enter_output_section_statement call.
463 * ldgram.y: Likewise.
464 * mri.c (mri_draw_tree): Likewise.
465 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
466 * emultempl/mmo.em (mmo_place_orphan): Likewise.
467 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
468
5e2f1575
AM
469 * ldfile.c (ldfile_set_output_arch): Add defarch param.
470 * ldfile.h (ldfile_set_output_arch): Ditto.
471 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
472 ldfile_set_output_arch.
473 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
474 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
475 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
476 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
477 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
478 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
479 * ldgram.y: Adjust ldfile_set_output_arch call.
480 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
481 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
482 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
483 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
484 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
485 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
486 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
487
b50c15dc
NC
4882004-01-02 Bernardo Innocenti <bernie@develer.com>
489
490 * configure.tgt: Add m68k-uClinux target.
6edf0760 491
c9e214e5 492For older changes see ChangeLog-0203
252b5132
RH
493\f
494Local Variables:
495mode: change-log
496left-margin: 8
497fill-column: 74
498version-control: never
499End:
This page took 0.339419 seconds and 4 git commands to generate.