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