bfd/
[platform/upstream/binutils.git] / ld / ChangeLog
1 2006-06-19  Alan Modra  <amodra@bigpond.net.au>
2
3         * ldexp.c (fold_name): Adjust bfd_sizeof_headers call.
4
5 2006-06-14  Kevin F. Quinn  <kevquinn@gentoo.org>
6
7         * ld.texinfo: Document new -z lazy option.
8         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
9         new option.
10         (gld${EMULATION_NAME}_list_options): Update help text.
11
12 2006-06-12  Fred Fish  <fnf@specifix.com>
13
14         * emulparams/elf32bmip.sh (OTHER_SECTIONS): Keep the
15         ".mdebug.<abi>" and ".gcc_compiled_long<size>" sections
16         generated by mips gcc.
17
18 2006-06-12  Thiemo Seufer  <ths@mips.com>
19
20         * emulparams/elf64bmip.sh, emulparams/elf64btsmip.sh (COMMONPAGESIZE):
21         Define.
22
23 2006-06-09  Alan Modra  <amodra@bigpond.net.au>
24
25         * ldlang.h (lang_input_statement_type): Use bitfields for booleans.
26         * ldlang.c (struct out_section_hash_entry): Rename from
27         output_statement_hash_entry.  Delete output_section_statement_type
28         entry.  Add statement_union_type entry.  Adjust all users.
29         (output_section_statement_table): Rename from output_statement_table.
30         Adjust all users.
31         (output_section_statement_newfunc): Rename from
32         output_statement_newfunc.  Adjust all users.
33         (output_section_statement_table_init): Rename from
34         output_statement_table_init.  Adjust all users.
35         (output_section_statement_table_free): Rename from
36         output_statement_table_free.  Adjust all users.
37
38 2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
39
40         * po/Make-in (pdf, ps): New dummy targets.
41
42 2006-06-07  Alan Modra  <amodra@bigpond.net.au>
43
44         * ldlang.h (enum section_type): Delete dsect_section, copy_section,
45         info_section and overlay_section.  Add noalloc_section.
46         * ldlang.c (lang_add_section): Adjust.
47         * ldgram.y (type): Adjust.
48
49 2006-06-06  Alan Modra  <amodra@bigpond.net.au>
50
51         * ldlang.c (init_os): Whitespace.
52         (map_input_to_output_sections): Don't init_os for lang_input_section.
53         (print_all_symbols): Remove forward declaration.  Convert to ISO C.
54
55 2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
56
57         * po/Make-in (top_builddir): Define.
58
59 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
60
61         * ldexp.c (exp_get_abs_int): Make error message the same as
62         others emitted in this file.
63
64 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
65
66         * config.in: Regenerate.
67
68 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
69
70         * ldlang.c (lookup_name): Delete dead code.  Remove FIXMEs.
71
72 2006-06-03  Alan Modra  <amodra@bigpond.net.au>
73
74         * emultempl/elf32.em (global_found): Make it a pointer.
75         (stat_needed, try_needed): Adjust.
76         (check_needed): Don't skip non-loaded as-needed entries.  Only
77         consider entries with both filename and the_bfd non-null.
78         (after_open): Try loading non-loaded as-needed libs to satisfy
79         DT_NEEDED libs.
80
81 2006-06-02  Joseph S. Myers  <joseph@codesourcery.com>
82
83         * Makefile.am (TEXI2DVI): Add -I $(top_srcdir)/../libiberty.
84         * Makefile.in: Regenerate.
85
86 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
87
88         * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
89         and LIBINTL_DEP everywhere.
90         (INTLLIBS): Remove.
91         (INCLUDES): Use @INCINTL@.
92         * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
93         Remove local code for po/Makefile.
94         * Makefile.in, configure: Regenerated.
95
96 2006-05-30  H.J. Lu  <hongjiu.lu@intel.com>
97
98         * emulparams/arcelf.sh (MAXPAGESIZE): Changed to
99         "CONSTANT (MAXPAGESIZE)".
100         * emulparams/armelf_nbsd.sh: Likewise.
101         * emulparams/armelf_vxworks.sh: Likewise.
102         * emulparams/armnto.sh: Likewise.
103         * emulparams/armsymbian.sh: Likewise.
104         * emulparams/crislinux.sh: Likewise.
105         * emulparams/elf32_i860.sh: Likewise.
106         * emulparams/elf32_i960.sh: Likewise.
107         * emulparams/elf32am33lin.sh: Likewise.
108         * emulparams/elf32bfinfd.sh: Likewise.
109         * emulparams/elf32bmipn32-defs.sh: Likewise.
110         * emulparams/elf32frvfd.sh: Likewise.
111         * emulparams/elf32i370.sh: Likewise.
112         * emulparams/elf32lppcnto.sh: Likewise.
113         * emulparams/elf32mcore.sh: Likewise.
114         * emulparams/elf32openrisc.sh: Likewise.
115         * emulparams/elf32ppcnto.sh: Likewise.
116         * emulparams/elf32ppcwindiss.sh: Likewise.
117         * emulparams/elf32vax.sh: Likewise.
118         * emulparams/elf32xc16x.sh: Likewise.
119         * emulparams/elf32xc16xl.sh: Likewise.
120         * emulparams/elf32xc16xs.sh: Likewise.
121         * emulparams/elf64_aix.sh: Likewise.
122         * emulparams/elf64hppa.sh: Likewise.
123         * emulparams/elf64mmix.sh: Likewise.
124         * emulparams/elf_i386_be.sh: Likewise.
125         * emulparams/elf_i386_chaos.sh: Likewise.
126         * emulparams/elf_i386_ldso.sh: Likewise.
127         * emulparams/hppa64linux.sh: Likewise.
128         * emulparams/hppalinux.sh: Likewise.
129         * emulparams/hppaobsd.sh: Likewise.
130         * emulparams/i386lynx.sh: Likewise.
131         * emulparams/i386moss.sh: Likewise.
132         * emulparams/i386nto.sh: Likewise.
133         * emulparams/i386nw.sh: Likewise.
134         * emulparams/m32relf_linux.sh: Likewise.
135         * emulparams/m68kpsos.sh: Likewise.
136         * emulparams/or32elf.sh: Likewise.
137         * emulparams/pjelf.sh: Likewise.
138         * emulparams/pjlelf.sh: Likewise.
139         * emulparams/ppclynx.sh: Likewise.
140         * emulparams/ppcnw.sh: Likewise.
141         * emulparams/shelf32_nbsd.sh : Likewise.
142         * emulparams/shelf_nbsd.sh: Likewise.
143         * emulparams/shelf_nto.sh: Likewise.
144         * emulparams/shlelf_nto.sh: Likewise.
145         * emulparams/xtensa-config.sh: Likewise.
146
147         * emulparams/armelf_linux.sh (MAXPAGESIZE): Changed to
148         "CONSTANT (MAXPAGESIZE)".
149         (COMMONPAGESIZE): Changed to "CONSTANT (COMMONPAGESIZE)".
150         * emulparams/elf32_sparc.sh: Likewise.
151         * emulparams/elf32bmip.sh: Likewise.
152         * emulparams/elf32ppccommon.sh: Likewise.
153         * emulparams/elf64_ia64.sh: Likewise.
154         * emulparams/elf64_s390.sh: Likewise.
155         * emulparams/elf64_sparc.sh: Likewise.
156         * emulparams/elf64alpha.sh: Likewise.
157         * emulparams/elf64ppc.sh: Likewise.
158         * emulparams/elf_i386.sh: Likewise.
159         * emulparams/elf_i386_vxworks.sh: Likewise.
160         * emulparams/elf_s390.sh: Likewise.
161         * emulparams/elf_x86_64.sh: Likewise.
162         * emulparams/shlelf32_linux.sh: Likewise.
163         * emulparams/shlelf_linux.sh: Likewise.
164
165         * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Changed to
166         "CONSTANT (COMMONPAGESIZE)".
167         * emulparams/elf32btsmipn32.sh: Likewise.
168
169         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
170         "-z max-page-size=" and "-z common-page-size=".
171         (gld${EMULATION_NAME}_list_options): Likewise.
172
173         * ld.h (ld_config_type): Add maxpagesize and commonpagesize.
174
175         * ld.texinfo: Document "-z max-page-size=" and
176         "-z common-page-size=".
177
178         * ldexp.c (exp_print_token): Handle CONSTANT.
179         (fold_name): Likewise.
180         * ldgram.y: Likewise.
181         * ldlex.l: Likewise.
182
183         * ldmain.c (main): Initiliaze config.maxpagesize and
184         config.commonpagesize. Call bfd_emul_set_maxpagesize if
185         config.maxpagesize isn't 0. Call bfd_emul_set_commonpagesize if
186         config.commonpagesize config.maxpagesize isn't 0.
187
188 2006-05-30  Nick Clifton  <nickc@redhat.com>
189
190         * po/es.po: Updated Spanish translation.
191
192 2006-05-25  H.J. Lu  <hongjiu.lu@intel.com>
193
194         * emulparams/elf_x86_64.sh (MAXPAGESIZE): Updated to 0x200000.
195
196 2006-05-24  H.J. Lu  <hongjiu.lu@intel.com>
197
198         PR ld/1485
199         * configure.in: Use ${srcdir}/../bfd/config.bfd to check 64bit
200         bfd.  Support 64bit host for --enable-targets=all.
201         * configure: Regenerated.
202
203 2006-05-24  Nick Clifton  <nickc@redhat.com>
204
205         * po/vi.po: Updated Vietnamese translation.
206
207 2006-05-24  Bjoern Haase  <bjoern.m.haase@web.de> 
208
209         * configure.tgt: Add avr6 to emulation list.
210         * Makefile.am: Add eavr6.o and corresponding rule.
211         * Makefile.in: Regenerate.
212         * emulparams/avr6.sh: New file.
213         * emulparams/avrX.sh (TEMPLATE_NAME): Use elf32 instead of generic
214         for target option support.
215         (EXTRA_EM_FILE): Add reference to new em template file avrelf.
216         * scripttempl/avr.sc: Add ".trampolines" section.       
217         * emultempl/avrelf.em: Add new file for target specific options.
218
219 2006-05-22  Nick Clifton  <nickc@redhat.com>
220
221         * scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
222
223 2006-05-19  Alan Modra  <amodra@bigpond.net.au>
224
225         * ldlang.c (lang_size_sections_1): Don't check mem regions for
226         os->ignored sections.
227
228 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
229
230         * ldlang.c (lang_size_sections): Call lang_reset_memory_regions
231         before redoing one_lang_size_sections_pass.
232
233 2006-05-11  Carlos O'Donell  <carlos@codesourcery.com>
234
235         * ld.texinfo: Rename "Index" to "LD Index" 
236
237 2006-05-11  Pedro Alves  <pedro_alves@portugalmail.pt>
238
239         * pe-dll.c (autofilter_symbollist): Add Dllmain,
240         DllMainCRTStartup, _DllMainCRTStartup and .text.
241         (autofilter_liblist): Add libcegcc.
242         (autofilter_symbolprefixlist): Add __imp_ and .idata$.
243         (generate_reloc): Do not skip sections without a SEC_LOAD flag,
244         they can still contain relocs that need processing.
245         Skip the .idata$6 section.
246         (jmp_arm_bytes): New array: Contains byte codes for an ARM jump.
247         (make_one): Use the new array.
248         (make_import_fixup_entry): Use .idata$2 instead of .idata$3.
249         * emultempl/pe.em (MajorSubsystemVersion): Set to 3 for armpe.
250
251 2006-05-05  Alan Modra  <amodra@bigpond.net.au>
252
253         * ld.texinfo: Document PowerPC and PowerPC64 options.
254         * gen-doc.texi: Enable.
255
256 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
257
258         * Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
259         (TEXI2POD): Use AM_MAKEINFOFLAGS.
260         (configdoc.texi): Don't set top_srcdir.
261         * ld.texinfo: Don't use top_srcdir.
262         * aclocal.m4, Makefile.in: Regenerated.
263
264 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
265
266         * ldlang.c (wild): Tidy default_common_section loop.
267         (print_input_section): Format.
268
269         * configure: Regenerate.
270
271 2006-04-16  Daniel Jacobowitz  <dan@codesourcery.com>
272
273         * po/POTFILES.in: Regenerated.
274
275 2006-04-16  Daniel Jacobowitz  <dan@codesourcery.com>
276
277         * config.in: Regenerated.
278
279 2006-04-14  David Heine  <dlheine@tensilica.com>
280             Bob Wilson  <bob.wilson@acm.org>
281
282         * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
283         function to strip inconsistent linkonce sections.
284         (input_section_linked_worker, input_section_linked): New.
285         (is_inconsistent_linkonce_section): New.
286         (xtensa_strip_inconsistent_linkonce_sections): New.
287
288 2006-04-11  Diego Pettenò  <flameeyes@gentoo.org>
289
290         * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD
291         and Dragonfly targets.
292         * configure.in (AC_CHECK_HEADERS): Add elf-hints.h.
293         * Makefile.am (HFILES): Add elf-hints-local.h.
294         * elf-hints-local.h: New file.
295         * Makefile.in: Regenerate.
296         * configure: Regenerate.
297
298 2006-04-07  Bernhard Fischer  <aldot@gcc.gnu.org>
299
300         * ld.texinfo: Fix typo in documentation of --check-sections.
301
302 2006-04-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
303
304         * ldlang.c (load_symbols): Set as_needed and add_needed according
305         to the corresponding script's fields while processing it.
306
307 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
308
309         * Makefile.am: Add install-html, install-html-am, and
310         install-html-recursive targets.
311         * Makefile.in: Regenerate.
312         * configure.in: AC_SUBST datarootdir, docdir, htmldir.
313         * configure: Regenerate.
314         * po/Make-in: Add install-html target.
315
316 2006-04-06  H.J. Lu  <hongjiu.lu@intel.com>
317
318         * emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove
319         link_info.need_relax_finalize.
320
321         * ldlang.c (relax_sections): New.
322         (lang_process): Use. Call relax_sections link_info.relax_pass
323         times.
324
325         * ldmain.c (main): Set link_info.relax_pass to 1. Remove
326         link_info.need_relax_finalize.
327
328 2006-04-05  Alan Modra  <amodra@bigpond.net.au>
329
330         * Makefile.am (GENSCRIPTS): Pass prefix.
331         * Makefile.in: Regenerate.
332         * genscripts.sh: Adjust for extra parameter.
333         * emultempl/elf32.em (parse_ld_so_conf): Return true iff file
334         exists.
335         (check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists.
336         * NEWS: Update.
337
338 2006-04-05  Richard Sandiford  <richard@codesourcery.com>
339             Daniel Jacobowitz  <dan@codesourcery.com>
340
341         * configure.tgt (sparc*-*-vxworks*): New stanza.
342         * emulparams/elf32_sparc_vxworks.sh: New file.
343         * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o.
344         (eelf32_sparc_vxworks.c): New rule.
345         * Makefile.in: Regenerate.
346
347 2006-04-04  Eric Botcazou  <ebotcazou@adacore.com>
348
349         * ldlang.c (lang_map): Print the list of discarded input sections.
350         (print_input_section): Change parameter and print zero-sized sections.
351         (print_statement): Adjust call to print_input_section.
352
353 2006-04-01  Danny Smith  <dannysmith@users.sourceforge.net>
354
355         * deffilep.y (def_image_name): If LIBRARY or NAME statement
356         specifies an empty string, retain the name specified on command
357         line.
358         * ld.texinfo: Document above.
359
360 2006-03-31  Jakub Jelinek  <jakub@redhat.com>
361
362         * ldmisc.c (vfinfo): Revert 2005-10-05 changes.  If
363         bfd_find_nearest_line succeeded for %C or %D, but filename
364         is NULL, print section+offset at the end.
365
366 2006-03-25  Bernd Schmidt  <bernd.schmidt@analog.com>
367
368         * emulparams/elf32bfinfd.sh: New file.
369         * emultempl/bfin.em: Delete.
370         * emulparams/bfin.sh: Lose reference to bfin.em.
371         * Makefile.am (eelf32bfin.c): Likewise.
372         (eelf32bfinfd.c): New.
373         * Makefile.in: Regenerate.
374         * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
375         targ_extra_emuls.
376
377 2006-03-22  Richard Sandiford  <richard@codesourcery.com>
378             Daniel Jacobowitz  <dan@codesourcery.com>
379             Phil Edwards  <phil@codesourcery.com>
380             Zack Weinberg  <zack@codesourcery.com>
381             Mark Mitchell  <mark@codesourcery.com>
382             Nathan Sidwell  <nathan@codesourcery.com>
383
384         * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
385         separate VxWorks emulations.
386         * emulparams/elf32ebmipvxworks.sh: New file.
387         * emulparams/elf32elmipvxworks.sh: New file.
388         * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
389         eelf32elmipvxworks.o.
390         (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
391         * Makefile.in: Regenerate.
392
393 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
394
395         PR 2434
396         * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
397         * ldlang.c (output_statement_table_init, lang_init): Likewise.
398         * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
399         (undefined_symbol): Likewise.
400
401 2006-03-07  Richard Sandiford  <richard@codesourcery.com>
402             Daniel Jacobowitz  <dan@codesourcery.com>
403             Zack Weinberg  <zack@codesourcery.com>
404             Nathan Sidwell  <nathan@codesourcery.com>
405             Paul Brook  <paul@codesourcery.com>
406             Ricardo Anguiano  <anguiano@codesourcery.com>
407             Phil Edwards  <phil@codesourcery.com>
408
409         * emulparams/armelf_vxworks.sh: Include vxworks.sh.
410         (MAXPAGESIZE): Define.
411         * emulparams/vxworks.sh: Undefine EMBEDDED.
412         * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
413         * Makefile.in: Regenerate.
414
415 2006-03-03  Bjoern Haase  <bjoern.m.haase@web.de>
416
417         * scripttempl/avr.sc:  Add *(.jumptables) *(.lowtext) sections.
418         Add KEEP() directives.
419         Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
420         .bss output sections.
421
422 2006-03-03  Richard Sandiford  <richard@codesourcery.com>
423
424         * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
425         (EXTRA_EM_FILE): Define.
426         * emultempl/vxworks.em: New file.
427         * ld.texinfo (--force-dynamic): Document.
428         * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
429         on vxworks.em.
430         * Makefile.in: Regenerate.
431
432 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
433
434         * emulparams/elf32ppccommon.sh: New file, extracted from...
435         * emulparams/elf32ppc.sh: ...here.
436         * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
437         instead of elf32ppc.sh.
438         (BSS_PLT): Remove override.
439         * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
440         (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
441         (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
442         (eelf32ppclinux.c): Likewise.
443         (eelf32ppcvxworks.c): Likewise.  Add missing vxworks.sh dependency.
444         * Makefile.in: Regenerate.
445
446 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
447
448         * Makefile.am: Add html target.
449         * Makefile.in: Regenerate.
450         * po/Make-in: Add html target.
451
452 2006-02-17  Shrirang Khisti  <shrirangk@kpitcummins.com>
453             Anil Paranjape   <anilp1@kpitcummins.com>
454             Shilin Shakti    <shilins@kpitcummins.com>
455
456         * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
457         * scripttemp/elf32xc16xl.sc: Default linker script for large model.
458         * scripttemp/elf32xc16xs.sc: Default linker script for small model.
459         * emulparams/elf32xc16x.sh: Emulation script for tiny model.
460         * emulparams/elf32xc16xl.sh: Emulation script for large model.
461         * emulparams/elf32xc16xs.sh: Emulation script for small model.
462         * Makefile.am: Add entry to make xc16x target.
463         * Makefile.in: Regenerate.
464         * configure.tgt: Specify default and other emulation parameters
465         for xc16x.
466         * NEWS: Announce the support for the new target.
467
468 2006-02-16  Nick Hudson  <nick.hudson@dsl.pipex.com>
469
470         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
471         Use the traditional target.
472
473 2006-02-13  Joseph S. Myers  <joseph@codesourcery.com>
474
475         * configure.tgt (arm*b-*-linux-gnueabi): Change to
476         arm*b-*-linux-*eabi.
477         (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
478
479 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
480
481         PR ld/2290
482         * NEWS: Updated for the Linux linker search order change.
483
484         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
485         gld${EMULATION_NAME}_check_ld_so_conf before checking default
486         search directories for DT_NEEDED entries.
487
488 2006-02-07  Paul Brook  <paul@codesourcery.com>
489
490         * emultempl/armelf.em: Include elf/arm.h.
491         (arm_elf_finish): Set low address bit if enty point is a Thumb
492         function.
493
494 2006-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
495
496         * deffilep.y (def_image_name): If the image name does not have
497         a suffix, append the default.
498         * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
499
500 2006-01-31  Danny Smith  dannysmith@users.sourceforge.net
501
502         * NEWS: Mention support for forward exports in PE-COFF dll's.
503         * ld.texinfo: Expand documentation of EXPORT statements in
504         PE-COFF .def files.
505
506 2006-01-31  Filip Navara  <navaraf@reactos.com>
507
508         * deffile.h (struct def_file_export): Add field flag_forward.
509         * pe-dll.c (process_def_file): Check for forward exports.
510         (generate_edata): Generate forward export symbols.
511         (fill_edata): Emit them.
512
513         * pe-dll.c (process_def_file): Don't crash on malformed
514         fastcall symbol names in .def file.
515
516 2006-01-30  Nick Clifton  <nickc@redhat.com>
517
518         * po/vi.po: Updated Vietnamese translation.
519
520 2006-01-27  Yitzchak Scott-Thoennes  <sthoenna@efn.org>
521
522         * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
523         file:" as informational message, not a warning.
524
525 2006-01-18  Roger Sayle  <roger@eyesopen.com>
526
527         * emultempl/irix.em: Use lbasename instead of basename.
528
529 2006-01-16  Nick Clifton  <nickc@redhat.com>
530
531         * po/zh_CN.po: New Chinese (simplified) translation.
532         * configure.in (ALL_LINGUAS): Add "zh_CH".
533         * configure: Regenerate.
534
535 2006-01-16  Bernhard Fischer  <aldot@gcc.gnu.org>
536
537         * ld.texinfo (Options): Fix typo.
538
539 For older changes see ChangeLog-2005
540 \f
541 Local Variables:
542 mode: change-log
543 left-margin: 8
544 fill-column: 74
545 version-control: never
546 End: