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