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