Use @copying around copyright notices
[external/binutils.git] / ld / ChangeLog
1 2007-05-22  Nick Clifton  <nickc@redhat.com>
2
3         * ld.texinfo: Use @copying around the copyright notice.
4         * ldint.texinfo: Likewise.
5
6 2007-05-18  Richard Sandiford  <richard@codesourcery.com>
7
8         * emulparams/elf32ebmipvxworks.sh (OTHER_READONLY_SECTIONS)
9         (OTHER_READWRITE_SECTIONS): Define.  Add .rdata sections.
10
11 2007-05-16  Richard Sandiford  <richard@codesourcery.com>
12
13         * configure.in: Allow sysroots to be relocated under $prefix as
14         well as $exec_prefix.
15         * configure: Regenerate.
16
17 2007-05-14  Andreas Schwab  <schwab@suse.de>
18
19         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern):
20         Handle null pattern.
21
22 2007-05-11  Alan Modra  <amodra@bigpond.net.au>
23
24         * emultempl/ppc32elf.em (plt_style): New variable.
25         (old_plt): Delete.
26         (ppc_after_open): Adjust ppc_elf_select_plt_layout call.
27         (PARSE_AND_LIST_PROLOGUE): Define OPTION_NEW_PLT, renumber
28         OPTION_OLD_PLT, OPTION_OLD_GOT and OPTION_STUBSYMS.
29         (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add secure-plt.
30         (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NEW_PLT.
31         * ld.texinfo (--secure-plt): Document.
32
33 2007-05-08  Alan Modra  <amodra@bigpond.net.au>
34
35         * ld.h (args_type, ld_config_type): Reorder fields.
36         * ldmain.c (main): Don't initialise a bunch of vars we know are
37         zero already.
38
39 2007-05-05  Anatoly Sokolov <aesok@post.ru>
40
41         * multempl/avrelf.em (PARSE_AND_LIST_ARGS_CASES): Add new value for 
42         "--pmem-wrap-around".
43         (PARSE_AND_LIST_OPTIONS): Describe new value for "--pmem-wrap-around".
44
45 2007-05-03  Bob Wilson  <bob.wilson@acm.org>
46
47         * scripttempl/elfxtensa.sc: Merge changes from elf.sc.
48
49 2007-05-03  Alan Modra  <amodra@bigpond.net.au>
50
51         * ld.texinfo (--no-warn-search-mismatch): Document.
52         * ldfile.c (ldfile_try_open_bfd): Don't warn about skipping
53         incompatible libraries if --no-warn-search-mismatch.
54         * ld.h (args_type): Add warn_search_mismatch.
55         * ldmain.c (main): Init it.
56         * lexsup.c (enum option_values): Add OPTION_NO_WARN_SEARCH_MISMATCH.
57         (ld_options): Add entry for --no-warn-search-mismatch.
58         (parse_args): Handle OPTION_NO_WARN_SEARCH_MISMATCH.
59
60 2007-05-03  Alan Modra  <amodra@bigpond.net.au>
61
62         * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
63
64 2007-05-01  Robert Millan  <rmh@aybabtu.com>
65
66         * ldlang.c (lang_check): Error on architecture mismatch.
67
68 2007-04-30  Alan Modra  <amodra@bigpond.net.au>
69
70         * ldmain.c (link_callbacks): Init info and minfo fields.
71         * ldmisc.c (minfo): Do nothing if no map file.
72         * emultempl/spuelf.em (stack_analysis, emit_stack_syms): New vars.
73         (spu_after_open): Adjust spu_elf_create_sections call.
74         (spu_before_allocation): Likewise for spu_elf_size_stubs.
75         (OPTION_SPU_STACK_ANALYSIS, OPTION_SPU_STACK_SYMS): Define.
76         (PARSE_AND_LIST_LONGOPTS): Add new entries.
77         (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
78         * gen-doc.texi: Add @set for SPU and other missing targets.
79         * ld.texinfo: Update man page selection to match gen-doc.texi.
80         Document SPU features.
81
82 2007-04-28  Alan Modra  <amodra@bigpond.net.au>
83
84         * ldcref.c (struct cref_hash_entry): Make "demangled" const.
85         (cref_fill_array): Adjust for changed demangler.
86         * ldlang.c (lang_one_common): Likewise.
87
88 2007-04-27  Nathan Froyd  <froydnj@codesourcery.com>
89
90         * emulparams/elf32_sparc.sh: Update comments.
91         * emulparams/elf32bmip.sh: Likewise.
92         * emulparams/elf32ppc.sh: Likewise.
93         * emulparams/vxworks.sh: Likewise.
94
95 2007-04-27  Alan Modra  <amodra@bigpond.net.au>
96
97         Many files: Include sysdep.h first.  Remove duplicate headers.
98         * Makefile.am: Run "make dep-am".
99         * Makefile.in: Regenerate.
100
101 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
102
103         * Makefile.in: Regenerate.
104
105 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
106
107         * ldcref.c (cref_fill_array): Call bfd_demangle rather than demangle.
108         * ldlang.c (lang_one_common): Likewise.
109         * ldmisc.c (vfinfo): Likewise.
110         (demangle): Delete.
111         * ldmisc.h (demangle): Delete.
112         * Makefile.am: Run "make dep-am".
113         * Makefile.in: Regenerate.
114
115 2007-04-18  Alan Modra  <amodra@bigpond.net.au>
116
117         * ldlang.h (enum section_type): Add overlay_section.
118         * ldlang.c (lang_add_section): Handle flags for overlay_section
119         as per normal_section.
120         (lang_size_sections_1): When setting lma, detect overlays by
121         os->sectype rather than by looking for overlapping vmas.
122         (lang_enter_overlay_section): Use overlay_section type.
123         (lang_leave_overlay): Set first overlay section to normal.
124
125 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
126
127         * Makefile.am: Add ACLOCAL_AMFLAGS.
128         * Makefile.in: Regenerate.
129
130 2007-04-12  Bob Wilson  <bob.wilson@acm.org>
131
132         * emulparams/elf32xtensa.sh (OTHER_SECTIONS): KEEP property sections.
133
134 2007-04-10  Richard Henderson  <rth@redhat.com>
135
136         * ldlang.c (relax_sections): Initialize and increment
137         link_info.relax_trip.
138
139 2007-04-04  Paul Brook  <paul@codesourcery.com>
140
141         * configure.tgt: Loosen checks for arm uclinux eabi targets.
142
143 2007-04-02  H.J. Lu  <hongjiu.lu@intel.com>
144
145         PR ld/4090
146         * ldexp.h (node_type): Add lineno.
147         * ldexp.c: Include "ldlex.h".
148         (exp_intop): Set the lineno field from lineno.
149         (exp_bigintop): Likewise.
150         (exp_relop): Likewise.
151         (exp_nameop): Likewise.
152         (exp_binop): Set the lineno field from lineno of lhs.
153         (exp_trinop): Likewise.
154         (exp_unop): Set the lineno field from lineno of child.
155         (exp_assop): Set the lineno field from lineno of src.
156         (exp_provide): Likewise.
157         (exp_assert): Set the lineno field from lineno of exp.
158         (exp_get_abs_int): Set lineno from lineno of nonconstant
159         expression when report problem.
160
161 2007-03-29  Richard Sandiford  <richard@codesourcery.com>
162             Daniel Jacobowitz  <dan@codesourcery.com>
163
164         * NEWS: Mention -l:foo.
165         * ld.texinfo: Document it.
166         * ldlang.c (new_afile): If a lang_input_file_is_l_enum
167         entry as a name beginning with a coloh, convert it to a
168         lang_input_file_is_search_file_enum entry without the colon.
169
170 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
171
172         * ld.h (ld_config_type): Add rpath_separator.
173         * ldmain.c (main): Initialize it.
174         * lexsup.c (parse_args): Honor config.rpath_separator.
175         * emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Likewise.
176         (gld${EMULATION_NAME}_add_sysroot): Likewise.
177         (gld${EMULATION_NAME}_parse_ld_so_conf): Use config.rpath_separator
178         rather than ':' when building the path.
179         * emultempl/vxworks.em (vxworks_before_parse): New function.
180         Override config.rpath_separator.
181         (LDEMUL_AFTER_OPEN): Do not change if EXTRA_EM_FILE has been
182         set to gld${EMULATION_NAME}_after_open; #define that identifier
183         to vxworks_foo instead.
184         (LDEMUL_BEFORE_PARSE): Override in the same way as LDEMUL_AFTER_OPEN.
185
186 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
187             Phil Edwards  <phil@codesourcery.com>
188
189         * ld.texinfo: Put the contents after the title page rather
190         than at the end of the document.
191
192 2007-03-26  Alan Modra  <amodra@bigpond.net.au>
193
194         * Makefile.am: Add dependency on ldemul-list.h for powerpc and
195         spu target emul files.
196         * configure.in: Check for mkstemp and waitpid.
197         * Makefile.in: Regenerate.
198         * configure: Regenerate.
199         * config.in: Regenerate.
200         * ldlang.c (input_file_chain): Make global.
201         (lang_add_input_file): Don't set lang_has_input_file here.
202         * ldlang.h (input_file_chain): Declare.
203         * emultempl/ppc32elf.em (ppc_recognized_file): New function.
204         (LDEMUL_RECOGNIZED_FILE): Define.
205         * emultempl/ppc64elf.em (ppc64_recognized_file): New function.
206         (LDEMUL_RECOGNIZED_FILE): Define.
207         * emultempl/spuelf.em (struct tflist): New.
208         (tmp_file_list): New var.
209         (clean_tmp, embedded_spu_file): New functions.
210
211 2007-03-24  Alan Modra  <amodra@bigpond.net.au>
212
213         * ldlang.c (lang_insert_orphan): Provide start/stop loadaddr syms
214         rather than defining unconditionally.
215         (lang_leave_overlay_section): Likewise.
216         * ld.texinfo (Overlay Description): Update description and examples
217         for start/stop syms.
218
219 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
220
221         * ld.texinfo: Include VERSION_PACKAGE when reporting version.
222
223 2007-03-20  Paul Brook  <paul@codesourcery.com>
224
225         * emultempl/armelf.em (pic_veneer): New variable.
226         (PARSE_AND_LIST_PROLOGUE): Add OPTION_PIC_VENEER.
227         (PARSE_AND_LIST_ARGS_CASES): Ditto.
228         (PARSE_AND_LIST_LONGOPTS): Add "pic-veneer".
229         (PARSE_AND_LIST_OPTIONS): Ditto.
230         * ld.texinfo: Document --pic-veneer.
231
232 2007-03-18  Mark Shinwell  <shinwell@codesourcery.com>
233
234         * ld.texinfo: Document --no-enum-size-warning.
235         * emultempl/armelf.em (no_enum_size_warning): New.
236         (arm_elf_create_output_section_statements): Correct typo
237         in comment.  Pass no_enum_size_warning to
238         bfd_elf32_arm_set_target_relocs.
239         (PARSE_AND_LIST_PROLOGUE): Define OPTION_NO_ENUM_SIZE_WARNING.
240         (PARSE_AND_LIST_OPTIONS): Document --no-enum-size-warning.
241         (PARSE_AND_LIST_ARGS_CASES): Add OPTION_NO_ENUM_SIZE_WARNING
242         case.
243
244 2007-03-19  Bernd Schmidt  <bernd.schmidt@analog.com>
245
246         * configure.tgt (bfin-*-elf, bfin-*-uclinux*): Add targ_extra_libpath.
247         (bfin-*-linux-uclibc*): New target.
248
249 2007-03-16  Kai Tietz  <Kai.Tietz@onevision.com>
250
251         * pe-dll.c (make_one): Use pc-relative relocation instead of an
252         absolute relocation for x86_64-pc-mingw32 target.
253
254 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
255
256         * Makefile.am (ld_TEXINFOS): Remove ldver.texi.
257         (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
258         (TEXI2DVI): Likewise.
259         (REPORT_BUGS_TO): Removed.
260         (INCLUDES): Remove -DREPORT_BUGS_TO.
261         (ldver.texi): Likewise.
262         (ld.1): Don't depend on ldver.texi.
263         (MOSTLYCLEANFILES): Remove ldver.texi.
264         * Makefile.in: Regenerated.
265
266         * configure.in (--with-bugurl): Removed.
267         * configure: Regenerated.
268
269         * lexsup.c: Include bfdver.h.
270
271         * ld.texinfo: Include bfdver.texi instead of ldver.texi.
272
273 2007-03-11  Hans-Peter Nilsson  <hp@bitrange.com>
274
275         * emultempl/mmixelf.em: Remove incorrect '#line' directive.
276
277 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
278
279         * ldlang.c (lang_size_sections_1): Correct backwards dot move
280         test to not trigger on overlays.  Only warn on backwards move
281         if non-default lma.
282
283 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
284
285         * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
286         bug-reporting URL.
287         * Makefile.am (ldver.texi): Define BUGURL.
288         * ld.texinfo: Use BUGURL.
289         * Makefile.in, configure: Regenerate.
290
291 2007-03-07  Nick Clifton  <nickc@redhat.com>
292
293         PR ld/4023
294         * emultempl/aix.em (..._before_allocation): Strip sysroot prefix
295         from any paths being inserted into the output binary's DT_RPATH.
296
297 2007-03-02  Nathan Sidwell  <nathan@codesourcery.com>
298
299         * emulparams/shelf_uclinux.sh: New. Missed in 2007-02-28 commit.
300
301 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
302
303         * ldver.c (ldversion): Remove word "version" from output.  Update
304         copyright date.
305
306 2007-02-28  Nathan Sidwell  <nathan@codesourcery.com>
307
308         * Makefile.am (ALL_EMULATIONS): Add eshelf_uclinux.o
309         (eshelf_uclinux.c): New target.
310         * Makefile.in: Rebuilt.
311         * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): New stanza.
312         * emulparams/shelf_uclinux.sh: New.
313
314 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
315
316         * configure.tgt: Fix type last change.
317         * configure.tgt (spu-*-elf*): Delete targ_extra_ofiles.
318
319 2007-02-27  Alan Modra  <amodra@bigpond.net.au>
320
321         * Makefile.am (ALL_EMUL_EXTRA_OFILES): Remove spu_inc.o.
322         (eelf32_spu.c): Adjust dependencies.
323         * Makefile.in: Regenerate.
324         * emultempl/spuelf.em (ovl_mgr): New array.  Insert spu_ovl.o
325         code using bin2c.
326         (_binary_spu_ovl_o_start, _binary_spu_ovl_o_end): Delete.
327         (ovl_mgr_stream): Update.
328         * emultempl/spu_inc.s: Delete.
329         * emultempl/spu_none.s: Delete.
330
331 2007-02-26  Alan Modra  <amodra@bigpond.net.au>
332
333         * emultempl/spuelf.em (_binary_builtin_ovl_mgr_start): Rename
334         to _binary_spu_ovl_o_start.
335         (_binary_builtin_ovl_mgr_end): Rename to _binary_spu_ovl_o_end.
336         (spu_elf_load_ovl_mgr): Fatal error on missing overlay manager.
337         * emultempl/spu_inc.s: Rename symbols.
338         * emultempl/spu_none.s: New file.
339         * emultempl/spu_ovl.S: Update copyright.
340         * Makefile.am (spu_inc.o): Try building with ld -r first, then
341         gas incbin, then build without overlay manager.
342         * Makefile.in: Regenerate.
343
344 2007-02-22  Joseph Myers  <joseph@codesourcery.com>
345
346         * configure.tgt (mips64*el-*-linux-*, mips64*-*-linux-*,
347         mips*el-*-linux-*, mips*-*-linux-*): Set
348         targ_extra_libpath=$targ_extra_emuls.
349
350 2007-02-21  Nick Clifton  <nickc@redhat.com>
351
352         * ldlang.c (ldlang_override_segment_assignment): New function.
353         * ldlang.h (ldlang_override_segment_assignment): Prototype.
354         * ldmain.c (link_callbacks): Add
355         ldlang_override_segment_assignment.
356
357 2007-02-20  Alan Modra  <amodra@bigpond.net.au>
358
359         * ldexp.c (fold_name <LOADADDR>): Ensure result is always absolute.
360
361 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
362             Nathan Sidwell  <nathan@codesourcery.com>
363             Vladimir Prus  <vladimir@codesourcery.com
364             Joseph Myers  <joseph@codesourcery.com>
365
366         * configure.in (--with-bugurl): New option.
367         * configure: Regenerate.
368         * Makefile.am (REPORT_BUGS_TO): Define.
369         (INCLUDES): Define REPORT_BUGS_TO.
370         Regenerate dependencies.
371         * Makefile.in: Regenerate.
372         * ld.h: Remove include of bin-bugs.h.
373         * lexsup.c (help): Don't print empty REPORT_BUGS_TO.
374
375 2007-02-17  Alan Modra  <amodra@bigpond.net.au>
376
377         * ldcref.c (check_reloc_refs): Compare section for local syms.
378
379 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
380
381         * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
382         (__ovly_load_event): Define.
383         (size): Rename to osize.
384         * emultempl/spu_ovl.o: Regenerate.
385
386 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
387
388         * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Add ".branch_lt".
389         * emultempl/ppc64elf.em (ppc_add_stub_section): Create without
390         SEC_RELOC flag set.
391
392 2007-02-09  H.J. Lu  <hongjiu.lu@intel.com>
393
394         * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
395         want64 is true.
396         (targ_extra_libpath): Add $targ64_extra_libpath if want64 is
397         true
398         * configure: Regenerated.
399
400         * configure.tgt (targ_extra_libpath): Initialize.
401         (targ64_extra_emuls): New. Document. Initialize.
402         (targ64_extra_libpath): Likewise.
403         (i[3-7]86-*-linux-*): Set targ64_extra_emuls and
404         targ64_extra_libpath.
405         (powerpc*-*-linux*): Likewise.
406         (s390-*-linux*): Likewise.
407
408 2007-02-07  Paul Brook  <paul@codesourcery.com>
409
410         * configure.tgt: Add arm*-*-uclinux-*eabi.
411
412 2007-02-06  H.J. Lu  <hongjiu.lu@intel.com>
413
414         * ldlang.c (lang_size_sections_1): Add a missing `)'.
415
416 2007-02-06  Alan Modra  <amodra@bigpond.net.au>
417
418         PR ld/3966
419         * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
420         move unless section size is non-zero.
421
422 2007-02-05  Dave Brolley  <brolley@redhat.com>
423
424         * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
425         * configure.tgt: Likewise.
426         * scripttempl/mep.sc: New file.
427         * emulparams/elf32mep.sh: New file.
428         * Makefile.in: Regenerate.
429
430 2006-01-29  Julian Brown  <julian@codesourcery.com>
431
432         * NEWS: Mention --vfp11-denorm-fix option.
433         * ld.texinfo: Document above.
434         * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
435         .vfp11_veneer section.
436         * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
437         * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
438         (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
439         bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
440         (arm_elf_after_allocation): New function. Call
441         bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
442         (arm_elf_create_output_section_statements): Pass vfp11 fix command
443         line option to BFD.
444         (OPTION_VFP11_DENORM_FIX): New option.
445         (PARSE_AND_LIST_LONGOPTS): Handle new option.
446         (PARSE_AND_LIST_OPTIONS): Likewise.
447         (PARSE_AND_LIST_ARGS_CASES): Likewise.
448         (LDEMUL_AFTER_ALLOCATION): Define.
449
450 2007-01-24  H.J. Lu  <hongjiu.lu@intel.com>
451
452         * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
453         (DEFSYMEND): Likewise.
454         (NAME): Likewise.
455         (LNAME): Likewise.
456
457 2007-01-19  Murali Vemulapati  <murali.vemulapati@gmail.com>
458
459         * pe-dll.c: (make_one) Conditionally include jump stubs.
460         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
461         redundant jump stubs from import libraries and exclude them from
462         link.
463
464 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
465
466         * ld.h (args_type): Add new symbolic and dynamic_list fields.
467
468         * ld.texinfo: Update -Bsymbolic-functions.
469
470         * ldmain.c (main): Initialize command_line.symbolic to
471         symbolic_unset and command_line.dynamic_list to
472         dynamic_list_unset.  Check -Bsymbolic, -Bsymbolic-functions and
473         --dynamic-list* before setting link_info.symbolic,
474         link_info.dynamic and link_info.dynamic_data.
475
476         * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
477         (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
478         -Bsymbolic-functions.
479         (parse_args): Handle -Bsymbolic-functions.  Don't set
480         link_info.dynamic, link_info.dynamic_data and link_info.symbolic
481         here.  Set command_line.symbolic for -Bsymbolic.  Set
482         command_line.dynamic_list and command_line.symbolic for
483         --dynamic-list-data, --dynamic-list-cpp-new,
484         --dynamic-list-cpp-typeinfo and --dynamic-list.
485
486 2007-01-19  Jakub Jelinek  <jakub@redhat.com>
487             H.J. Lu  <hongjiu.lu@intel.com>
488
489         * emultempl/elf32.em (handle_option): Make sure -z max-page-size
490         or -z common-page-size argument is a power of 2.  Call
491         bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
492
493 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
494
495         * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
496         bfd_emul_set_commonpagesize.
497
498 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
499
500         * NEWS: Mention --default-script/-dT.
501
502         * ld.h (args_type): Add a default_script field.
503
504         * ld.texinfo: Document --default-script/-dT.
505
506         * ldmain.c (main): Handle command_line.default_script.
507
508         * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
509         (ld_options): Add entries for --default-script and -dT.
510         (parse_args): Handle --default-script/-dT.
511
512 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
513
514         PR ld/3831
515         * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
516         --dynamic-list-cpp-new.
517
518         * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
519         and --dynamic-list-cpp-new.
520
521         * ldlang.c (lang_append_dynamic_list_cpp_new): New.
522         (lang_process): Change link_info.dynamic to
523         link_info.dynamic_list.
524         (lang_append_dynamic_list): Likewise.
525         * ldmain.c (main): Likewise.  Initialize link_info.dynamic and
526         link_info.dynamic_data to FALSE.
527
528         * ldlang.h (lang_append_dynamic_list_cpp_new): New.
529
530         * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
531         OPTION_DYNAMIC_LIST_CPP_NEW.
532         (ld_options): Add entries for -Bsymbolic-functions,
533         --dynamic-list-data and --dynamic-list-cpp-new.  Make
534         -Bsymbolic-functions an alias of --dynamic-list-data.
535         (parse_args): Change link_info.dynamic to link_info.dynamic_list.
536         Set link_info.dynamic to TRUE for --dynamic-list and
537         --dynamic-list-cpp-typeinfo.  Handle --dynamic-list-data and
538         --dynamic-list-cpp-new.
539
540 2007-01-11  Nathan Sidwell  <nathan@codesourcery.com>
541
542         * emultempl/elf-generic.em (gdl_map_segments): Only allow header
543         shrinkage for the first few iterations.
544
545 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
546
547         * configure.tgt: Renamed target x86_64-*-mingw64 to
548         x86_64-*-mingw*.
549
550 2007-01-08  Pedro Alves  <pedro_alves@portugalmail.pt>
551
552         * configure.host: Add i[3-7]86-*-mingw* case.
553
554 2007-01-08  Nick Clifton  <nickc@redhat.com>
555
556         * pep-dll.h (pep_bfd_is_dll): Add prototype.
557
558 2007-01-08  Aurelien Jarno  <aurelien@aurel32.net>
559
560         PR ld/3843
561         * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
562         tdir_elf_i386_fbsd.
563
564 2007-01-06  Nathan Sidwell  <nathan@codesourcery.com>
565
566         * ldexp.c (fold_name): Issue error on undefined sections.
567
568 2007-01-02  Alan Modra  <amodra@bigpond.net.au>
569
570         * pe-dll.c: Include pe-dll.h.
571         * pep-dll.c (pe_bfd_is_dll): Define.
572
573 For older changes see ChangeLog-2006
574 \f
575 Local Variables:
576 mode: change-log
577 left-margin: 8
578 fill-column: 74
579 version-control: never
580 End: