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