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