f843c16eaaed0675258da9b7d04592ea41f6829f
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2006-09-23 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/3249
4 * scripttempl/elf.sc: Don't combine .gnu.linkonce.d.*personality*
5 and .gnu.linkonce.wi.* sections with .data and .debug_info for
6 relocatable link.
7
8 2006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
9
10 * configure.in: Add new target x86_64-pc-mingw64.
11 * configure: Regenerate.
12 * configure.tgt: Add definition of target emulation i386pep.
13 * Makefile.am: Add new target files for target-all.
14 * Makefile.in: Regenerate.
15 * pe-dll.c: Adjust to be inheritable by pep_dll.c as include.
16 Fix memory out of bounds excess for idata relocation section data.
17 * pep-dll.c: Add target specific shared object handling.
18 * pep-dll.h: Add target specific definitions for shared object handling.
19 * emulparams/i386pep.sh: Add new emulation params for target x86_64 coff.
20 * emultempl/pep.em: Add new emulation file for target x86_64 coff.
21 * po/POTFILES.in: Regenerate.
22 * scripttempl/pep.sc: Add linker script template for target x86_64 coff.
23 * NEWS: Mention new target.
24
25 2006-09-18 Thiemo Seufer <ths@networkno.de>
26
27 * configure.tgt: Add mips*el-sde-elf* and mips*-sde-elf*
28 configurations.
29
30 2006-09-17 Mei Ligang <ligang@sunnorth.com.cn>
31
32 * emulparams/scoreelf.sh: New file.
33 * emultempl/scoreelf.em: New file.
34 * Makefile.am: Add Score files.
35 * Makefile.in: Regenerate.
36 * configure.tgt: Add Score target.
37 * NEWS: Mention new target support.
38
39 2006-09-16 Nick Clifton <nickc@redhat.com>
40 Pedro Alves <pedro_alves@portugalmail.pt>
41
42 * ldctor.c: Make use of new STRING_COMMA_LEN and CONST_STRNEQ
43 macros defined in bfd.h.
44 * ldmain.c: Likewise.
45 * ldwrite.c: Likewise.
46 * lexsup.c: Likewise.
47 * pe-dll.c: Likewise.
48 * emultempl/aix.em: Likewise.
49 * emultempl/beos.em: Likewise.
50 * emultempl/elf32.em: Likewise.
51 * emultempl/pe.em: Likewise.
52 * emultempl/sunos.em: Likewise.
53 * emultempl/xtensaelf.em: Likewise.
54
55 2006-09-15 Nick Clifton <nickc@redhat.com>
56
57 PR ld/3107
58 * ldlang.c (lang_size_sections_1): Do not abort when encountering
59 a non-empty section that is ignored. Instead produce a warning
60 message.
61
62 2006-09-08 H.J. Lu <hongjiu.lu@intel.com>
63
64 * ld.texinfo: Document --dynamic-list-cpp-typeinfo.
65
66 2006-09-07 H.J. Lu <hongjiu.lu@intel.com>
67
68 * Makefile.am (CXX): Set to g++.
69 (CXX_FOR_TARGET): Likewise.
70 * Makefile.in: Regenerated.
71
72 * NEWS: Mention --dynamic-list.
73
74 * ld.texinfo: Document --dynamic-list.
75
76 * ldgram.y: Support dynamic list.
77
78 * ldlang.c (lang_process): Call lang_finalize_version_expr_head
79 on link_info.dynamic if needed.
80 (lang_append_dynamic_list): New.
81 (lang_append_dynamic_list_cpp_typeinfo): New.
82 * ldlang.h (lang_append_dynamic_list): Likewise.
83 * ldlang.h (lang_append_dynamic_list_cpp_typeinfo): Likewise.
84
85 * ldlex.h (input_enum): Add input_dynamic_list.
86 * ldlex.l: Handle it.
87
88 * ldmain.c (main): Initialize link_info.dynamic.
89
90 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST and
91 OPTION_DYNAMIC_LIST_CPP_TYPEINFO.
92 (ld_options): Add entries for OPTION_DYNAMIC_LIST and
93 OPTION_DYNAMIC_LIST_CPP_TYPEINFO.
94 (parse_args): Handle OPTION_DYNAMIC_LIST and
95 OPTION_DYNAMIC_LIST_CPP_TYPEINFO.
96
97 2006-09-07 Joel Sherrill <joel.sherrill@oarcorp.com>
98
99 * emulparams/h8300elf.sh: _tinydata should not be placed in
100 relocatables.
101 * emulparams/h8300.sh: Likewise.
102 * emulparams/h8300sxelf.sh: Likewise.
103
104 2006-09-05 H.J. Lu <hongjiu.lu@intel.com>
105
106 PR ld/3015
107 * emultempl/elf32.em: Enable "-z relro" only if $COMMONPAGESIZE
108 is defined.
109
110 2006-08-29 Nathan Sidwell <nathan@codesourcery.com>
111
112 * ldlang.c (walk_wild): Allow * to glob '/' in wildcarded match.
113
114 2006-08-28 Alan Modra <amodra@bigpond.net.au>
115
116 * scripttempl/elf.sc: Ensure that crtbegin and crtend entries will
117 not match random object files in a path containing "crtbegin" or
118 "crtend" as part of a directory name.
119 * scripttempl/armbpabi.sc: Likewise.
120 * scripttempl/crisaout.sc: Likewise.
121 * scripttempl/elf32crx.sc: Likewise.
122 * scripttempl/elf32sh-symbian.sc: Likewise.
123 * scripttempl/elf_chaos.sc: Likewise.
124 * scripttempl/elfd10v.sc: Likewise.
125 * scripttempl/elfd30v.sc: Likewise.
126 * scripttempl/elfxtensa.sc: Likewise.
127 * scripttempl/iq2000.sc: Likewise.
128 * scripttempl/mmo.sc: Likewise.
129 * scripttempl/xstormy16.sc: Likewise.
130
131 2006-08-24 Bob Wilson <bob.wilson@acm.org>
132
133 * emulparams/elf32xtensa.sh (.xt.prop): Add .xt.prop.*.
134 * scripttempl/elfxtensa.sc (.text): Add .literal.*.
135
136 2006-08-24 Pedro Alves <pedro_alves@portugalmail.pt>
137
138 * ldlang.c (lang_size_sections_1, lang_assignment_statement_enum):
139 Adjust the current address of DEFAULT_MEMORY_REGION even
140 when dot hasn't changed.
141
142 2006-08-23 Alan Modra <amodra@bigpond.net.au>
143
144 * ldexp.c (fold_name <LOADADDR>): Return an absolute value
145 rather than a section relative value.
146
147 2006-08-22 Alan Modra <amodra@bigpond.net.au>
148
149 * NEWS: Mention LMA default change.
150 * ld.texinfo (Output Section LMA): Update default description.
151 (Location Counter): Clarify backward movement.
152 * ldlang.c (lang_size_sections_1): Leave non-alloc sections with
153 default lma equal to vma. Warn on backward movement of dot.
154
155 2006-08-22 Pedro Alves <pedro_alves@portugalmail.pt>
156
157 * configure.tgt: Set targ_emul to arm_wince_pe for ARM
158 Windows CE targets.
159
160 2006-08-22 Pedro Alves <pedro_alves@portugalmail.pt>
161
162 * Makefile.am: Split arm-wince into its own emulation.
163 * Makefile.in: Regenerate.
164 * pe-dll.c : Define PE_ARCH_arm_wince.
165 (pe_detail_list): Add PE_ARCH_arm_wince case.
166 (make_one): Handle PE_ARCH_arm_epoc and PE_ARCH_arm_wince cases.
167 * emulparams/arm_wince_pe.sh: New file.
168 * emultempl/pe.em: Handle new TARGET_IS_arm_wince_pe define.
169 Remap bfd_arm_allocate_interworking_sections,
170 bfd_arm_get_bfd_for_interworking and
171 bfd_arm_process_before_allocation for arm-pe and arm-wince-pe
172 targets too.
173 (gld_${EMULATION_NAME}_recognized_file): Handle arm-wince and
174 arm-epoc bfd format names.
175
176 2006-08-18 Paul Brook <paul@codesourcery.com>
177
178 * emultempl/armelf.em (arm_elf_before_allocation): Call
179 gld${EMULATION_NAME}_before_allocation after setting interworking bfd.
180
181 2006-08-17 Pedro Alves <pedro_alves@portugalmail.pt>
182
183 * pe-dll.c (autofilter_symbolprefixlist): Remove .idata$.
184 (generate_reloc): Revert to skipping sections without a SEC_LOAD flag,
185 and to not skipping .idata* sections.
186
187 2006-08-16 Alan Modra <amodra@bigpond.net.au>
188
189 PR 3052
190 * ldlang.h (lang_output_section_statement_type): Replace
191 "processed" field with "processed_vma" and "processed_lma".
192 * ldlang.c (lang_do_assignments_1): Move lma setting code..
193 (lang_size_sections_1): ..to here.
194 (lang_reset_memory_regions): Adjust for
195 lang_output_section_statement_type change.
196 * ldexp.c (fold_name): Likewise.
197
198 2006-08-08 Peter S. Mazinger <ps.m@gmx.net>
199
200 * emulparams/armelf.sh (MAXPAGESIZE): Changed to
201 "CONSTANT (MAXPAGESIZE)".
202
203 2006-08-08 H.J. Lu <hongjiu.lu@intel.com>
204
205 PR ld/3006
206 * ldlang.c (lang_section_bst_type): Moved to ...
207 * ldlang.h: Here.
208
209 * ldlang.h (lang_wild_statement_struct): Add a tree field.
210
211 * ldlang.c (wild_sort_fast): Use the tree field for BST.
212 (wild): Likeise.
213 (analyze_walk_wild_section_handler): Initialize the tree field.
214
215 2006-08-08 H.J. Lu <hongjiu.lu@intel.com>
216
217 PR ld/3009
218 * ldlang.c (update_wild_statements): Update the whole wild
219 section list.
220
221 2006-08-04 Nick Clifton <nickc@redhat.com>
222 Mike Frysinger <michael.frysinger@analog.com>
223
224 * scripttempl/elf.sc (USER_LABEL_PREFIX): Define.
225 (__preinit_array_start, __preinit_array_end, __init_array_start,
226 __init_array_end, __fini_array_start, __fini_array_end, edata, end):
227 Use ${USER_LABEL_PREFIX}.
228 * emulparams/bfin.sh (DATA_END_SYMBOLS,END_SYMBOLS): Unset.
229 (USER_LABEL_PREFIX): Set.
230
231 2006-08-04 Marcelo Tosatti <marcelo@kvack.org>
232
233 * ldmain.c (main): Initialise print_gc_sections field of link_info
234 structure.
235 * lexsup.c: Add --print-gc-sections and --no-print-gc-sections
236 switches.
237 * ld.texinfo: Document new switches.
238 * NEWS: Mention new switches.
239
240 2006-08-04 Richard Sandiford <richard@codesourcery.com>
241 Kazu Hirata <kazu@codesourcery.com>
242 Phil Edwards <phil@codesourcery.com>
243
244 * Makefile.am (ALL_EMULATIONS): Add eshelf_vxworks.o and
245 eshlelf_vxworks.o.
246 (eshelf_vxworks.c, eshlelf_vxworks.c): New rules.
247 * Makefile.in: Regenerate.
248 * configure.tgt (sh-*-vxworks): Use shelf_vxworks and
249 shlelf_vxworks.
250 * emulparams/shelf_vxworks.sh: New file.
251 * emulparams/shlelf_vxworks.sh: Likewise.
252 * emulparams/vxworks.sh (FINI): Prefix _etext with ${SYMPREFIX}.
253 (OTHER_END_SYMBOLS): Likewise _ehdr.
254 (DATA_END_SYMBOLS): Likewise _edata.
255 * emultempl/vxworks.em (vxworks_after_open): Check whether output_bfd
256 is indeed an ELF file before dealing with --force-dynamic.
257
258 2006-08-02 Petr Salinger <Petr.Salinger@seznam.cz>
259
260 PR binutils/2983
261 * emulparams/elf_x86_64_fbsd.sh (OUTPUT_FORMAT): Define as
262 elf64-x86-64-freebsd.
263
264 2006-08-01 H.J. Lu <hongjiu.lu@intel.com>
265
266 * ldlang.c (init_os): Add flags. Replace bfd_make_section with
267 bfd_make_section_with_flags.
268 (exp_init_os): Updated.
269 (lang_add_section): Call init_os with flags.
270 (map_input_to_output_sections): Likewise.
271
272 2006-07-29 Richard Sandiford <richard@codesourcery.com>
273
274 * Makefile.am (eelf32b4300.c): Update dependencies.
275 (eelf32bmip.c): Likewise.
276 (eelf32bsmip.c): Likewise.
277 (eelf32btsmip.c): Likewise.
278 (eelf32btsmipn32.c): Likewise.
279 (eelf32ltsmip.c): Likewise.
280 (eelf32ltsmipn32.c): Likewise.
281 (eelf32ebmip.c): Likewise.
282 (eelf32ebmipvxworks.c): Likewise.
283 (eelf32elmip.c): Likewise.
284 (eelf32elmipvxworks.c): Likewise.
285 (eelf32bmipn32.c): Likewise.
286 (eelf32lmip.c): Likewise.
287 (eelf32mipswindiss.c): Likewise.
288 (eelf32lsmip.c): Likewise.
289 (eelf64bmip.c): Likewise.
290 (eelf64btsmip.c): Likewise.
291 (eelf64ltsmip.c): Likewise.
292 (emipsbig.c): Likewise. Canonicalize ${GENSCRIPTS} line.
293 (emipsbsd.c): Likewise.
294 (emipsidt.c): Update dependencies.
295 (emipsidtl.c): Likewise.
296 (emipslit.c): Likewise.
297 (emipslnews.c): Likewise.
298 (emipspe.c): Likewise. Fix ${GENSCRIPTS} invocation.
299 * Makefile.in: Regenerate.
300 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define.
301 * emulparams/elf32bmipn32-defs.sh (EXTRA_EM_FILE): Likewise.
302 * emultempl/irix.em: Include emultempl/mipself.em.
303 * emultempl/mipself.em: New file.
304
305 2006-07-26 Alan Modra <amodra@bigpond.net.au>
306
307 * emultempl/elf-generic.em (map_segments): Reorganise loop so that
308 layout happens before segment map. Don't do segment map on
309 relocatable link.
310
311 2006-07-26 Alan Modra <amodra@bigpond.net.au>
312
313 * ldexp.c (fold_name <LOADADDR>): Use the lma.
314 * ldlang.h (lang_memory_region_type): Delete old_length. Add
315 last_os.
316 * ldlang.c (lang_memory_region_lookup): Init new field.
317 (lang_reset_memory_regions): Reset new field.
318 (lang_insert_orphan): Don't set load_base.
319 (lang_leave_overlay): Likewise.
320 (lang_size_sections_1): Delete unnecessary code setting lma_region
321 to region. Correct lma region check.
322 (lang_do_assignments_1): Rename output_section_statement parm
323 to current_os. Set lma from previous section in region.
324
325 * ldlang.c: Formatting.
326
327 2006-07-25 Bob Wilson <bob.wilson@acm.org>
328
329 * emultempl/xtensaelf.em (xtensa_strip_inconsistent_linkonce_sections):
330 Set discarded section's output_section to bfd_abs_section_ptr.
331
332 2006-07-26 Alan Modra <amodra@bigpond.net.au>
333
334 * ldlang.c (analyze_walk_wild_section_handler): Init handler_data
335 earlier.
336
337 2006-07-24 Bob Wilson <bob.wilson@acm.org>
338
339 * emultempl/xtensaelf.em (is_inconsistent_linkonce_section): Add space
340 in dep_sec_name for null terminator. Make sure dep_sec_name has a
341 ".t" linkonce tag.
342
343 2006-07-14 Michael Wetherell <mike.wetherell@ntlworld.com>
344
345 * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX, ELF_INTERPRETER_NAME):
346 Set for *-*-solaris2*.
347
348 2006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
349
350 * ld.texinfo: Fix spelling mistakes.
351 * ldint.texinfo: Likewise.
352
353 2006-07-23 Sonal Santan <sonal.santan@xilinx.com>
354
355 * ldlang.c (lang_section_bst): New structure for sorting sections
356 by name.
357 (wild_sort_fast): New function: Insert a section into a binary
358 search tree.
359 (output_section_callback_fast): New function: Store a section in
360 BST.
361 (output_section_callback_tree_to_list): New function: Convert a
362 BST into a list.
363 (analyze_walk_wild_section_handler): Initialize handler_data
364 elements.
365 (wild): If the data is sorted by name use the BST method to sort
366 the names.
367
368 2006-07-19 Alan Modra <amodra@bigpond.net.au>
369
370 * ld.h (handle_asneeded_cref): Declare.
371 * ldcref.c: Include objalloc.h.
372 (old_table, old_count, old_tab, alloc_mark): New variables.
373 (tabsize, entsize, refsize, old_symcount): Likewise.
374 (add_cref): Use bfd_hash_allocate for refs.
375 (handle_asneeded_cref): New function.
376 * ldmain.c (notice): Call handle_asneeded_cref for NULL name.
377
378 2006-07-14 Michael Wetherell <mike.wetherell@ntlworld.com>
379
380 * configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Correct
381 typo setting targ_extra_libpath.
382
383 2006-07-10 Jakub Jelinek <jakub@redhat.com>
384
385 * scripttempl/elf.sc: Add .gnu.hash section.
386 * emultempl/elf32.em (OPTION_HASH_STYLE): Define.
387 (gld${EMULATION_NAME}_add_options): Register --hash-style option.
388 (gld${EMULATION_NAME}_handle_option): Handle it.
389 (gld${EMULATION_NAME}_list_options): Document it.
390 * ldmain.c (main): Initialize emit_hash and emit_gnu_hash.
391 * ld.texinfo: Document --hash-style option.
392
393 2006-07-10 Nick Clifton <nickc@redhat.com>
394
395 * po/zh_TW.po: New Chinese (traditional) translation.
396 * configure.in (ALL_LINGUAS): Add zh_TW.
397 * configure: Regenerate.
398
399 2006-07-07 Nick Clifton <nickc@redhat.com>
400
401 PR ld/2874
402 * ld.texinfo: Remove "Using LD" from the title since it is
403 redundant.
404
405 2006-07-06 Mohammed Adnène Trojette <adn@diwi.org>
406
407 PR ld/2877
408 * ld.texinfo: Fix spelling mistakes.
409
410 2006-06-27 Pedro Alves <pedro_alves@portugalmail.pt>
411 Nick Clifton <nickc@redhat.com>
412
413 * emultempl/pe.em (gld_$_open_dynamic_archive): Compute maximum
414 length of format strings in the libname_fmt[] array, rather than
415 relying upon a statically chosen value. Adjust xmalloc call to
416 use this longest length.
417
418 2006-06-27 Nick Clifton <nickc@redhat.com>
419
420 * ld.texinfo (-rpath-link): Clarify distinction between -rpath and
421 -rpath-link.
422
423 2006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
424
425 * configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Set
426 targ_extra_libpath.
427
428 2006-06-23 Pedro Alves <pedro_alves@portugalmail.pt>
429
430 * pe-dll.c (pe_details_type): Add new pointer for symbols list
431 autofilter.
432 (autofilter_symbollist): Split into autofilter_symbollist_generic
433 and autofilter_symbollist_i386.
434 (pe_detail_list): Add autofilter_symbollist_i386 to i386 case and
435 autofilter_symbollist_generic for all the others.
436 (autofilter_symbolprefixlist): Moved _fmode, _impure_ptr, cygwin_attach_dll,
437 cygwin_premain0, cygwin_premain1, cygwin_premain2, cygwin_premain3, environ,
438 into autofilter_symbollist_i386.
439 (auto_export): Get autofilter_symbollist from pe_details.
440
441 2006-06-22 Nick Clifton <nickc@redhat.com>
442
443 PR ld/2757
444 * emultempl/pe.em (gld_$_after_open): When reporting non PE format
445 output files mention the file name and the fact that it is an
446 output file.
447
448 2006-06-22 Danny Smith <dannysmith@users.sourceforge.net>
449
450 * emultempl/pe.em (gld_${EMULATION_NAME}_open_dynamic_archive):
451 Restructure. Add native "%s.lib" format to search list
452 * ld.texinfo (node WIN32): Update documentation on dynamic lib
453 search order. Add another reason for using import libs.
454
455 2006-06-21 Mark Shinwell <shinwell@codesourcery.com>
456
457 * ldlang.c (lang_insert_orphan): Correctly handle the case where
458 the section is to end up after the section currently at the end
459 of the list in output_bfd.
460
461 2006-06-21 Hans-Peter Nilsson <hp@bitrange.com>
462
463 * emultempl/mmo.em: Improve comments. Explain why there's
464 ELF-stuff here.
465
466 2006-06-21 Alan Modra <amodra@bigpond.net.au>
467
468 * emultempl/elf-generic.em (gld${EMULATION_NAME}_map_segments): Limit
469 loop to ten iterations. Throw away any previous linker generated
470 segment map.
471 * ldlang.c (lang_phdr_list): Make global.
472 * ldlang.h (lang_phdr_list): Declare.
473 * Makefile.am (ELF_GEN_DEPS): Define. Use in emul deps.
474 * Makefile.in: Regenerate.
475
476 2006-06-20 Alan Modra <amodra@bigpond.net.au>
477
478 * Makefile.am (ELF_DEPS): Define. Use in emul file deps. Fix
479 many ELF emul file deps that incorrectly said they needed elf32.em
480 instead of generic.em. Add genelf.em as required.
481 * Makefile.in: Regenerate.
482 * ldlang.c (lang_process): Call ldemul_finish before
483 lang_check_section_addresses.
484 * emulparams/arcelf.sh: Generic elf target needs genelf.
485 * emulparams/d30v_e.sh: Likewise.
486 * emulparams/d30v_o.sh: Likewise.
487 * emulparams/d30velf.sh: Likewise.
488 * emulparams/elf32_dlx.sh: Likewise.
489 * emulparams/elf32_i860.sh: Likewise.
490 * emulparams/elf32fr30.sh: Likewise.
491 * emulparams/elf32frv.sh: Likewise.
492 * emulparams/elf32iq10.sh: Likewise.
493 * emulparams/elf32iq2000.sh: Likewise.
494 * emulparams/elf32mt.sh: Likewise.
495 * emulparams/mn10200.sh: Likewise.
496 * emulparams/or32.sh: Likewise.
497 * emulparams/or32elf.sh: Likewise.
498 * emulparams/pjelf.sh: Likewise.
499 * emulparams/msp430all.sh: Likewise. Extract common entries.
500 * emulparams/pjlelf.sh: Include pjelf.sh.
501 * emulparams/elf32frvfd.sh (EXTRA_EM_FILE): Unset.
502 * emulparams/mn10300.sh (EXTRA_EM_FILE): Unset.
503 * emultempl/elf-generic.em: New file.
504 * emultempl/genelf.em: New file.
505 * emultempl/elf32.em: Include elf-generic.em.
506 (gld${EMULATION_NAME}_layout_sections_again): Delete.
507 (gld${EMULATION_NAME}_finish): Call gld${EMULATION_NAME}_map_segments.
508 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
509 (gld${EMULATION_NAME}_finish): Rename from hppaelf_finish. Call
510 gld${EMULATION_NAME}_map_segments.
511 (LDEMUL_FINISH): Update.
512 * emultempl/mmo.em: Correct comment. Include elf-bfd.h and
513 source elf-generic.em.
514 (mmo_finish): Call gld${EMULATION_NAME}_map_segments.
515 * emultempl/ppc64elf.em (ppc_layout_sections_again): Likewise.
516 (gld${EMULATION_NAME}_finish): Rename from ppc_finish. Call
517 gld${EMULATION_NAME}_map_segments.
518 (LDEMUL_FINISH): Update.
519
520 2006-06-19 Alan Modra <amodra@bigpond.net.au>
521
522 * ldexp.c (fold_name): Adjust bfd_sizeof_headers call.
523
524 2006-06-14 Kevin F. Quinn <kevquinn@gentoo.org>
525
526 * ld.texinfo: Document new -z lazy option.
527 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
528 new option.
529 (gld${EMULATION_NAME}_list_options): Update help text.
530
531 2006-06-12 Fred Fish <fnf@specifix.com>
532
533 * emulparams/elf32bmip.sh (OTHER_SECTIONS): Keep the
534 ".mdebug.<abi>" and ".gcc_compiled_long<size>" sections
535 generated by mips gcc.
536
537 2006-06-12 Thiemo Seufer <ths@mips.com>
538
539 * emulparams/elf64bmip.sh, emulparams/elf64btsmip.sh (COMMONPAGESIZE):
540 Define.
541
542 2006-06-09 Alan Modra <amodra@bigpond.net.au>
543
544 * ldlang.h (lang_input_statement_type): Use bitfields for booleans.
545 * ldlang.c (struct out_section_hash_entry): Rename from
546 output_statement_hash_entry. Delete output_section_statement_type
547 entry. Add statement_union_type entry. Adjust all users.
548 (output_section_statement_table): Rename from output_statement_table.
549 Adjust all users.
550 (output_section_statement_newfunc): Rename from
551 output_statement_newfunc. Adjust all users.
552 (output_section_statement_table_init): Rename from
553 output_statement_table_init. Adjust all users.
554 (output_section_statement_table_free): Rename from
555 output_statement_table_free. Adjust all users.
556
557 2006-06-07 Joseph S. Myers <joseph@codesourcery.com>
558
559 * po/Make-in (pdf, ps): New dummy targets.
560
561 2006-06-07 Alan Modra <amodra@bigpond.net.au>
562
563 * ldlang.h (enum section_type): Delete dsect_section, copy_section,
564 info_section and overlay_section. Add noalloc_section.
565 * ldlang.c (lang_add_section): Adjust.
566 * ldgram.y (type): Adjust.
567
568 2006-06-06 Alan Modra <amodra@bigpond.net.au>
569
570 * ldlang.c (init_os): Whitespace.
571 (map_input_to_output_sections): Don't init_os for lang_input_section.
572 (print_all_symbols): Remove forward declaration. Convert to ISO C.
573
574 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
575
576 * po/Make-in (top_builddir): Define.
577
578 2006-06-05 Alan Modra <amodra@bigpond.net.au>
579
580 * ldexp.c (exp_get_abs_int): Make error message the same as
581 others emitted in this file.
582
583 2006-06-05 Alan Modra <amodra@bigpond.net.au>
584
585 * config.in: Regenerate.
586
587 2006-06-05 Alan Modra <amodra@bigpond.net.au>
588
589 * ldlang.c (lookup_name): Delete dead code. Remove FIXMEs.
590
591 2006-06-03 Alan Modra <amodra@bigpond.net.au>
592
593 * emultempl/elf32.em (global_found): Make it a pointer.
594 (stat_needed, try_needed): Adjust.
595 (check_needed): Don't skip non-loaded as-needed entries. Only
596 consider entries with both filename and the_bfd non-null.
597 (after_open): Try loading non-loaded as-needed libs to satisfy
598 DT_NEEDED libs.
599
600 2006-06-02 Joseph S. Myers <joseph@codesourcery.com>
601
602 * Makefile.am (TEXI2DVI): Add -I $(top_srcdir)/../libiberty.
603 * Makefile.in: Regenerate.
604
605 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
606
607 * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
608 and LIBINTL_DEP everywhere.
609 (INTLLIBS): Remove.
610 (INCLUDES): Use @INCINTL@.
611 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
612 Remove local code for po/Makefile.
613 * Makefile.in, configure: Regenerated.
614
615 2006-05-30 H.J. Lu <hongjiu.lu@intel.com>
616
617 * emulparams/arcelf.sh (MAXPAGESIZE): Changed to
618 "CONSTANT (MAXPAGESIZE)".
619 * emulparams/armelf_nbsd.sh: Likewise.
620 * emulparams/armelf_vxworks.sh: Likewise.
621 * emulparams/armnto.sh: Likewise.
622 * emulparams/armsymbian.sh: Likewise.
623 * emulparams/crislinux.sh: Likewise.
624 * emulparams/elf32_i860.sh: Likewise.
625 * emulparams/elf32_i960.sh: Likewise.
626 * emulparams/elf32am33lin.sh: Likewise.
627 * emulparams/elf32bfinfd.sh: Likewise.
628 * emulparams/elf32bmipn32-defs.sh: Likewise.
629 * emulparams/elf32frvfd.sh: Likewise.
630 * emulparams/elf32i370.sh: Likewise.
631 * emulparams/elf32lppcnto.sh: Likewise.
632 * emulparams/elf32mcore.sh: Likewise.
633 * emulparams/elf32openrisc.sh: Likewise.
634 * emulparams/elf32ppcnto.sh: Likewise.
635 * emulparams/elf32ppcwindiss.sh: Likewise.
636 * emulparams/elf32vax.sh: Likewise.
637 * emulparams/elf32xc16x.sh: Likewise.
638 * emulparams/elf32xc16xl.sh: Likewise.
639 * emulparams/elf32xc16xs.sh: Likewise.
640 * emulparams/elf64_aix.sh: Likewise.
641 * emulparams/elf64hppa.sh: Likewise.
642 * emulparams/elf64mmix.sh: Likewise.
643 * emulparams/elf_i386_be.sh: Likewise.
644 * emulparams/elf_i386_chaos.sh: Likewise.
645 * emulparams/elf_i386_ldso.sh: Likewise.
646 * emulparams/hppa64linux.sh: Likewise.
647 * emulparams/hppalinux.sh: Likewise.
648 * emulparams/hppaobsd.sh: Likewise.
649 * emulparams/i386lynx.sh: Likewise.
650 * emulparams/i386moss.sh: Likewise.
651 * emulparams/i386nto.sh: Likewise.
652 * emulparams/i386nw.sh: Likewise.
653 * emulparams/m32relf_linux.sh: Likewise.
654 * emulparams/m68kpsos.sh: Likewise.
655 * emulparams/or32elf.sh: Likewise.
656 * emulparams/pjelf.sh: Likewise.
657 * emulparams/pjlelf.sh: Likewise.
658 * emulparams/ppclynx.sh: Likewise.
659 * emulparams/ppcnw.sh: Likewise.
660 * emulparams/shelf32_nbsd.sh : Likewise.
661 * emulparams/shelf_nbsd.sh: Likewise.
662 * emulparams/shelf_nto.sh: Likewise.
663 * emulparams/shlelf_nto.sh: Likewise.
664 * emulparams/xtensa-config.sh: Likewise.
665
666 * emulparams/armelf_linux.sh (MAXPAGESIZE): Changed to
667 "CONSTANT (MAXPAGESIZE)".
668 (COMMONPAGESIZE): Changed to "CONSTANT (COMMONPAGESIZE)".
669 * emulparams/elf32_sparc.sh: Likewise.
670 * emulparams/elf32bmip.sh: Likewise.
671 * emulparams/elf32ppccommon.sh: Likewise.
672 * emulparams/elf64_ia64.sh: Likewise.
673 * emulparams/elf64_s390.sh: Likewise.
674 * emulparams/elf64_sparc.sh: Likewise.
675 * emulparams/elf64alpha.sh: Likewise.
676 * emulparams/elf64ppc.sh: Likewise.
677 * emulparams/elf_i386.sh: Likewise.
678 * emulparams/elf_i386_vxworks.sh: Likewise.
679 * emulparams/elf_s390.sh: Likewise.
680 * emulparams/elf_x86_64.sh: Likewise.
681 * emulparams/shlelf32_linux.sh: Likewise.
682 * emulparams/shlelf_linux.sh: Likewise.
683
684 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Changed to
685 "CONSTANT (COMMONPAGESIZE)".
686 * emulparams/elf32btsmipn32.sh: Likewise.
687
688 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
689 "-z max-page-size=" and "-z common-page-size=".
690 (gld${EMULATION_NAME}_list_options): Likewise.
691
692 * ld.h (ld_config_type): Add maxpagesize and commonpagesize.
693
694 * ld.texinfo: Document "-z max-page-size=" and
695 "-z common-page-size=".
696
697 * ldexp.c (exp_print_token): Handle CONSTANT.
698 (fold_name): Likewise.
699 * ldgram.y: Likewise.
700 * ldlex.l: Likewise.
701
702 * ldmain.c (main): Initiliaze config.maxpagesize and
703 config.commonpagesize. Call bfd_emul_set_maxpagesize if
704 config.maxpagesize isn't 0. Call bfd_emul_set_commonpagesize if
705 config.commonpagesize config.maxpagesize isn't 0.
706
707 2006-05-30 Nick Clifton <nickc@redhat.com>
708
709 * po/es.po: Updated Spanish translation.
710
711 2006-05-25 H.J. Lu <hongjiu.lu@intel.com>
712
713 * emulparams/elf_x86_64.sh (MAXPAGESIZE): Updated to 0x200000.
714
715 2006-05-24 H.J. Lu <hongjiu.lu@intel.com>
716
717 PR ld/1485
718 * configure.in: Use ${srcdir}/../bfd/config.bfd to check 64bit
719 bfd. Support 64bit host for --enable-targets=all.
720 * configure: Regenerated.
721
722 2006-05-24 Nick Clifton <nickc@redhat.com>
723
724 * po/vi.po: Updated Vietnamese translation.
725
726 2006-05-24 Bjoern Haase <bjoern.m.haase@web.de>
727
728 * configure.tgt: Add avr6 to emulation list.
729 * Makefile.am: Add eavr6.o and corresponding rule.
730 * Makefile.in: Regenerate.
731 * emulparams/avr6.sh: New file.
732 * emulparams/avrX.sh (TEMPLATE_NAME): Use elf32 instead of generic
733 for target option support.
734 (EXTRA_EM_FILE): Add reference to new em template file avrelf.
735 * scripttempl/avr.sc: Add ".trampolines" section.
736 * emultempl/avrelf.em: Add new file for target specific options.
737
738 2006-05-22 Nick Clifton <nickc@redhat.com>
739
740 * scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
741
742 2006-05-19 Alan Modra <amodra@bigpond.net.au>
743
744 * ldlang.c (lang_size_sections_1): Don't check mem regions for
745 os->ignored sections.
746
747 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
748
749 * ldlang.c (lang_size_sections): Call lang_reset_memory_regions
750 before redoing one_lang_size_sections_pass.
751
752 2006-05-11 Carlos O'Donell <carlos@codesourcery.com>
753
754 * ld.texinfo: Rename "Index" to "LD Index"
755
756 2006-05-11 Pedro Alves <pedro_alves@portugalmail.pt>
757
758 * pe-dll.c (autofilter_symbollist): Add Dllmain,
759 DllMainCRTStartup, _DllMainCRTStartup and .text.
760 (autofilter_liblist): Add libcegcc.
761 (autofilter_symbolprefixlist): Add __imp_ and .idata$.
762 (generate_reloc): Do not skip sections without a SEC_LOAD flag,
763 they can still contain relocs that need processing.
764 Skip the .idata$6 section.
765 (jmp_arm_bytes): New array: Contains byte codes for an ARM jump.
766 (make_one): Use the new array.
767 (make_import_fixup_entry): Use .idata$2 instead of .idata$3.
768 * emultempl/pe.em (MajorSubsystemVersion): Set to 3 for armpe.
769
770 2006-05-05 Alan Modra <amodra@bigpond.net.au>
771
772 * ld.texinfo: Document PowerPC and PowerPC64 options.
773 * gen-doc.texi: Enable.
774
775 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
776
777 * Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
778 (TEXI2POD): Use AM_MAKEINFOFLAGS.
779 (configdoc.texi): Don't set top_srcdir.
780 * ld.texinfo: Don't use top_srcdir.
781 * aclocal.m4, Makefile.in: Regenerated.
782
783 2006-04-19 Alan Modra <amodra@bigpond.net.au>
784
785 * ldlang.c (wild): Tidy default_common_section loop.
786 (print_input_section): Format.
787
788 * configure: Regenerate.
789
790 2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
791
792 * po/POTFILES.in: Regenerated.
793
794 2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
795
796 * config.in: Regenerated.
797
798 2006-04-14 David Heine <dlheine@tensilica.com>
799 Bob Wilson <bob.wilson@acm.org>
800
801 * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
802 function to strip inconsistent linkonce sections.
803 (input_section_linked_worker, input_section_linked): New.
804 (is_inconsistent_linkonce_section): New.
805 (xtensa_strip_inconsistent_linkonce_sections): New.
806
807 2006-04-11 Diego Pettenò <flameeyes@gentoo.org>
808
809 * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD
810 and Dragonfly targets.
811 * configure.in (AC_CHECK_HEADERS): Add elf-hints.h.
812 * Makefile.am (HFILES): Add elf-hints-local.h.
813 * elf-hints-local.h: New file.
814 * Makefile.in: Regenerate.
815 * configure: Regenerate.
816
817 2006-04-07 Bernhard Fischer <aldot@gcc.gnu.org>
818
819 * ld.texinfo: Fix typo in documentation of --check-sections.
820
821 2006-04-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
822
823 * ldlang.c (load_symbols): Set as_needed and add_needed according
824 to the corresponding script's fields while processing it.
825
826 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
827
828 * Makefile.am: Add install-html, install-html-am, and
829 install-html-recursive targets.
830 * Makefile.in: Regenerate.
831 * configure.in: AC_SUBST datarootdir, docdir, htmldir.
832 * configure: Regenerate.
833 * po/Make-in: Add install-html target.
834
835 2006-04-06 H.J. Lu <hongjiu.lu@intel.com>
836
837 * emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove
838 link_info.need_relax_finalize.
839
840 * ldlang.c (relax_sections): New.
841 (lang_process): Use. Call relax_sections link_info.relax_pass
842 times.
843
844 * ldmain.c (main): Set link_info.relax_pass to 1. Remove
845 link_info.need_relax_finalize.
846
847 2006-04-05 Alan Modra <amodra@bigpond.net.au>
848
849 * Makefile.am (GENSCRIPTS): Pass prefix.
850 * Makefile.in: Regenerate.
851 * genscripts.sh: Adjust for extra parameter.
852 * emultempl/elf32.em (parse_ld_so_conf): Return true iff file
853 exists.
854 (check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists.
855 * NEWS: Update.
856
857 2006-04-05 Richard Sandiford <richard@codesourcery.com>
858 Daniel Jacobowitz <dan@codesourcery.com>
859
860 * configure.tgt (sparc*-*-vxworks*): New stanza.
861 * emulparams/elf32_sparc_vxworks.sh: New file.
862 * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o.
863 (eelf32_sparc_vxworks.c): New rule.
864 * Makefile.in: Regenerate.
865
866 2006-04-04 Eric Botcazou <ebotcazou@adacore.com>
867
868 * ldlang.c (lang_map): Print the list of discarded input sections.
869 (print_input_section): Change parameter and print zero-sized sections.
870 (print_statement): Adjust call to print_input_section.
871
872 2006-04-01 Danny Smith <dannysmith@users.sourceforge.net>
873
874 * deffilep.y (def_image_name): If LIBRARY or NAME statement
875 specifies an empty string, retain the name specified on command
876 line.
877 * ld.texinfo: Document above.
878
879 2006-03-31 Jakub Jelinek <jakub@redhat.com>
880
881 * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If
882 bfd_find_nearest_line succeeded for %C or %D, but filename
883 is NULL, print section+offset at the end.
884
885 2006-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
886
887 * emulparams/elf32bfinfd.sh: New file.
888 * emultempl/bfin.em: Delete.
889 * emulparams/bfin.sh: Lose reference to bfin.em.
890 * Makefile.am (eelf32bfin.c): Likewise.
891 (eelf32bfinfd.c): New.
892 * Makefile.in: Regenerate.
893 * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
894 targ_extra_emuls.
895
896 2006-03-22 Richard Sandiford <richard@codesourcery.com>
897 Daniel Jacobowitz <dan@codesourcery.com>
898 Phil Edwards <phil@codesourcery.com>
899 Zack Weinberg <zack@codesourcery.com>
900 Mark Mitchell <mark@codesourcery.com>
901 Nathan Sidwell <nathan@codesourcery.com>
902
903 * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
904 separate VxWorks emulations.
905 * emulparams/elf32ebmipvxworks.sh: New file.
906 * emulparams/elf32elmipvxworks.sh: New file.
907 * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
908 eelf32elmipvxworks.o.
909 (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
910 * Makefile.in: Regenerate.
911
912 2006-03-16 Alan Modra <amodra@bigpond.net.au>
913
914 PR 2434
915 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
916 * ldlang.c (output_statement_table_init, lang_init): Likewise.
917 * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
918 (undefined_symbol): Likewise.
919
920 2006-03-07 Richard Sandiford <richard@codesourcery.com>
921 Daniel Jacobowitz <dan@codesourcery.com>
922 Zack Weinberg <zack@codesourcery.com>
923 Nathan Sidwell <nathan@codesourcery.com>
924 Paul Brook <paul@codesourcery.com>
925 Ricardo Anguiano <anguiano@codesourcery.com>
926 Phil Edwards <phil@codesourcery.com>
927
928 * emulparams/armelf_vxworks.sh: Include vxworks.sh.
929 (MAXPAGESIZE): Define.
930 * emulparams/vxworks.sh: Undefine EMBEDDED.
931 * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
932 * Makefile.in: Regenerate.
933
934 2006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
935
936 * scripttempl/avr.sc: Add *(.jumptables) *(.lowtext) sections.
937 Add KEEP() directives.
938 Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
939 .bss output sections.
940
941 2006-03-03 Richard Sandiford <richard@codesourcery.com>
942
943 * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
944 (EXTRA_EM_FILE): Define.
945 * emultempl/vxworks.em: New file.
946 * ld.texinfo (--force-dynamic): Document.
947 * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
948 on vxworks.em.
949 * Makefile.in: Regenerate.
950
951 2006-03-02 Richard Sandiford <richard@codesourcery.com>
952
953 * emulparams/elf32ppccommon.sh: New file, extracted from...
954 * emulparams/elf32ppc.sh: ...here.
955 * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
956 instead of elf32ppc.sh.
957 (BSS_PLT): Remove override.
958 * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
959 (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
960 (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
961 (eelf32ppclinux.c): Likewise.
962 (eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency.
963 * Makefile.in: Regenerate.
964
965 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
966
967 * Makefile.am: Add html target.
968 * Makefile.in: Regenerate.
969 * po/Make-in: Add html target.
970
971 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
972 Anil Paranjape <anilp1@kpitcummins.com>
973 Shilin Shakti <shilins@kpitcummins.com>
974
975 * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
976 * scripttemp/elf32xc16xl.sc: Default linker script for large model.
977 * scripttemp/elf32xc16xs.sc: Default linker script for small model.
978 * emulparams/elf32xc16x.sh: Emulation script for tiny model.
979 * emulparams/elf32xc16xl.sh: Emulation script for large model.
980 * emulparams/elf32xc16xs.sh: Emulation script for small model.
981 * Makefile.am: Add entry to make xc16x target.
982 * Makefile.in: Regenerate.
983 * configure.tgt: Specify default and other emulation parameters
984 for xc16x.
985 * NEWS: Announce the support for the new target.
986
987 2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
988
989 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
990 Use the traditional target.
991
992 2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
993
994 * configure.tgt (arm*b-*-linux-gnueabi): Change to
995 arm*b-*-linux-*eabi.
996 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
997
998 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
999
1000 PR ld/2290
1001 * NEWS: Updated for the Linux linker search order change.
1002
1003 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
1004 gld${EMULATION_NAME}_check_ld_so_conf before checking default
1005 search directories for DT_NEEDED entries.
1006
1007 2006-02-07 Paul Brook <paul@codesourcery.com>
1008
1009 * emultempl/armelf.em: Include elf/arm.h.
1010 (arm_elf_finish): Set low address bit if enty point is a Thumb
1011 function.
1012
1013 2006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
1014
1015 * deffilep.y (def_image_name): If the image name does not have
1016 a suffix, append the default.
1017 * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
1018
1019 2006-01-31 Danny Smith dannysmith@users.sourceforge.net
1020
1021 * NEWS: Mention support for forward exports in PE-COFF dll's.
1022 * ld.texinfo: Expand documentation of EXPORT statements in
1023 PE-COFF .def files.
1024
1025 2006-01-31 Filip Navara <navaraf@reactos.com>
1026
1027 * deffile.h (struct def_file_export): Add field flag_forward.
1028 * pe-dll.c (process_def_file): Check for forward exports.
1029 (generate_edata): Generate forward export symbols.
1030 (fill_edata): Emit them.
1031
1032 * pe-dll.c (process_def_file): Don't crash on malformed
1033 fastcall symbol names in .def file.
1034
1035 2006-01-30 Nick Clifton <nickc@redhat.com>
1036
1037 * po/vi.po: Updated Vietnamese translation.
1038
1039 2006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
1040
1041 * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
1042 file:" as informational message, not a warning.
1043
1044 2006-01-18 Roger Sayle <roger@eyesopen.com>
1045
1046 * emultempl/irix.em: Use lbasename instead of basename.
1047
1048 2006-01-16 Nick Clifton <nickc@redhat.com>
1049
1050 * po/zh_CN.po: New Chinese (simplified) translation.
1051 * configure.in (ALL_LINGUAS): Add "zh_CH".
1052 * configure: Regenerate.
1053
1054 2006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
1055
1056 * ld.texinfo (Options): Fix typo.
1057
1058 For older changes see ChangeLog-2005
1059 \f
1060 Local Variables:
1061 mode: change-log
1062 left-margin: 8
1063 fill-column: 74
1064 version-control: never
1065 End:
This page took 0.049566 seconds and 4 git commands to generate.