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