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