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