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