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