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