1 2007-06-27 Alan Modra <amodra@bigpond.net.au>
3 * pe-dll.c: Rename uses of bfd.next to bfd.archive_next throughout.
5 2007-06-20 Alan Modra <amodra@bigpond.net.au>
7 * emulparams/elf32_spu.sh (OTHER_SECTIONS): KEEP .note.spu_name.
9 2007-06-18 Nathan Sidwell <nathan@codesourcery.com>
11 * ldlex.l, ldgram.y: Add ALIGNOF.
12 * ldexp.c (exp_print_token, foldname): Likewise.
13 * ld.texinfo: Likewise.
15 2007-06-18 Alan Modra <amodra@bigpond.net.au>
17 * Makefile.am: Add eelf32_spu.o rule.
18 * Makefile.in: Regenerate.
19 * emultempl/spuelf.em: Revert last change. Instead use EMBEDSPU
20 defined in Makefile for embedspu name.
22 2007-06-18 Alan Modra <amodra@bigpond.net.au>
24 * emultempl/spuelf.em (embedded_spu_file): Deduce embedspu program
25 name prefix from that of ld.
27 2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
29 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
31 * acinclude.m4: Removed.
33 * Makefile.in: Regenerated.
34 * aclocal.m4: Likewise.
35 * configure: Likewise.
37 2007-06-14 Alan Modra <amodra@bigpond.net.au>
39 * emultempl/spu_ovl.S: Don't trash lr on tail call from one
41 * emultempl/spu_ovl.o: Regenerate.
43 2007-06-11 Bob Wilson <bob.wilson@acm.org>
45 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Add ONLY_IF_RO
47 (OTHER_RELRO_SECTIONS): New.
49 2007-06-11 Sterling Augustine <sterling@tensilica.com>
50 Bob Wilson <bob.wilson@acm.org>
52 * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Use renamed
53 XTENSA_PROP_NO_TRANSFORM flag instead of XTENSA_PROP_INSN_NO_TRANSFORM.
55 2007-06-01 Noah Misch <noah@cs.caltech.edu>
56 Alan Modra <amodra@bigpond.net.au>
58 * ldlang.c (ldlang_add_file): Use input_bfds_tail.
59 * ldmain.c (main): Init input_bfds_tail. Sort link_info
62 2007-05-29 Alan Modra <amodra@bigpond.net.au>
64 * emultempl/spuelf.em (base_name): New function, split out from..
65 (embedded_spu_file) ..here. Pass -fPIC or -fpie to embedspu
66 invocation if we deduce a shared lib or position independent
67 executable build by looking at ctrbegin* linker input files.
69 2007-05-29 Alan Modra <amodra@bigpond.net.au>
71 * emultempl/spu_ovl.S (__rv_pattern, __cg_pattern): Set symbol
73 * emultempl/spu_ovl.o: Regenerate.
75 2007-05-24 Steve Ellcey <sje@cup.hp.com>
77 * Makefile.in: Regnerate.
78 * configure: Regenerate.
79 * aclocal.m4: Regenerate.
81 2007-05-24 Nathan Sidwell <nathan@codesourcery.com>
83 * ldlex.l: ASSERT is recognized in SCRIPT env. NAMES cannot
84 contain commas in EXP env.
85 * ldgram.y (extern_name_list): Push to EXP env, move body to ...
86 (extern_name_list_body): ... here.
87 (script_file, ifile_list): Reformat.
88 (statement): Add ASSERT.
90 2007-05-22 Nick Clifton <nickc@redhat.com>
92 * ld.texinfo: Use @copying around the copyright notice.
93 * ldint.texinfo: Likewise.
95 2007-05-18 Richard Sandiford <richard@codesourcery.com>
97 * emulparams/elf32ebmipvxworks.sh (OTHER_READONLY_SECTIONS)
98 (OTHER_READWRITE_SECTIONS): Define. Add .rdata sections.
100 2007-05-16 Richard Sandiford <richard@codesourcery.com>
102 * configure.in: Allow sysroots to be relocated under $prefix as
103 well as $exec_prefix.
104 * configure: Regenerate.
106 2007-05-14 Andreas Schwab <schwab@suse.de>
108 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern):
111 2007-05-11 Alan Modra <amodra@bigpond.net.au>
113 * emultempl/ppc32elf.em (plt_style): New variable.
115 (ppc_after_open): Adjust ppc_elf_select_plt_layout call.
116 (PARSE_AND_LIST_PROLOGUE): Define OPTION_NEW_PLT, renumber
117 OPTION_OLD_PLT, OPTION_OLD_GOT and OPTION_STUBSYMS.
118 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add secure-plt.
119 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NEW_PLT.
120 * ld.texinfo (--secure-plt): Document.
122 2007-05-08 Alan Modra <amodra@bigpond.net.au>
124 * ld.h (args_type, ld_config_type): Reorder fields.
125 * ldmain.c (main): Don't initialise a bunch of vars we know are
128 2007-05-05 Anatoly Sokolov <aesok@post.ru>
130 * multempl/avrelf.em (PARSE_AND_LIST_ARGS_CASES): Add new value for
131 "--pmem-wrap-around".
132 (PARSE_AND_LIST_OPTIONS): Describe new value for "--pmem-wrap-around".
134 2007-05-03 Bob Wilson <bob.wilson@acm.org>
136 * scripttempl/elfxtensa.sc: Merge changes from elf.sc.
138 2007-05-03 Alan Modra <amodra@bigpond.net.au>
140 * ld.texinfo (--no-warn-search-mismatch): Document.
141 * ldfile.c (ldfile_try_open_bfd): Don't warn about skipping
142 incompatible libraries if --no-warn-search-mismatch.
143 * ld.h (args_type): Add warn_search_mismatch.
144 * ldmain.c (main): Init it.
145 * lexsup.c (enum option_values): Add OPTION_NO_WARN_SEARCH_MISMATCH.
146 (ld_options): Add entry for --no-warn-search-mismatch.
147 (parse_args): Handle OPTION_NO_WARN_SEARCH_MISMATCH.
149 2007-05-03 Alan Modra <amodra@bigpond.net.au>
151 * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
153 2007-05-01 Robert Millan <rmh@aybabtu.com>
155 * ldlang.c (lang_check): Error on architecture mismatch.
157 2007-04-30 Alan Modra <amodra@bigpond.net.au>
159 * ldmain.c (link_callbacks): Init info and minfo fields.
160 * ldmisc.c (minfo): Do nothing if no map file.
161 * emultempl/spuelf.em (stack_analysis, emit_stack_syms): New vars.
162 (spu_after_open): Adjust spu_elf_create_sections call.
163 (spu_before_allocation): Likewise for spu_elf_size_stubs.
164 (OPTION_SPU_STACK_ANALYSIS, OPTION_SPU_STACK_SYMS): Define.
165 (PARSE_AND_LIST_LONGOPTS): Add new entries.
166 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
167 * gen-doc.texi: Add @set for SPU and other missing targets.
168 * ld.texinfo: Update man page selection to match gen-doc.texi.
169 Document SPU features.
171 2007-04-28 Alan Modra <amodra@bigpond.net.au>
173 * ldcref.c (struct cref_hash_entry): Make "demangled" const.
174 (cref_fill_array): Adjust for changed demangler.
175 * ldlang.c (lang_one_common): Likewise.
177 2007-04-27 Nathan Froyd <froydnj@codesourcery.com>
179 * emulparams/elf32_sparc.sh: Update comments.
180 * emulparams/elf32bmip.sh: Likewise.
181 * emulparams/elf32ppc.sh: Likewise.
182 * emulparams/vxworks.sh: Likewise.
184 2007-04-27 Alan Modra <amodra@bigpond.net.au>
186 Many files: Include sysdep.h first. Remove duplicate headers.
187 * Makefile.am: Run "make dep-am".
188 * Makefile.in: Regenerate.
190 2007-04-24 Alan Modra <amodra@bigpond.net.au>
192 * Makefile.in: Regenerate.
194 2007-04-19 Alan Modra <amodra@bigpond.net.au>
196 * ldcref.c (cref_fill_array): Call bfd_demangle rather than demangle.
197 * ldlang.c (lang_one_common): Likewise.
198 * ldmisc.c (vfinfo): Likewise.
200 * ldmisc.h (demangle): Delete.
201 * Makefile.am: Run "make dep-am".
202 * Makefile.in: Regenerate.
204 2007-04-18 Alan Modra <amodra@bigpond.net.au>
206 * ldlang.h (enum section_type): Add overlay_section.
207 * ldlang.c (lang_add_section): Handle flags for overlay_section
208 as per normal_section.
209 (lang_size_sections_1): When setting lma, detect overlays by
210 os->sectype rather than by looking for overlapping vmas.
211 (lang_enter_overlay_section): Use overlay_section type.
212 (lang_leave_overlay): Set first overlay section to normal.
214 2007-04-14 Steve Ellcey <sje@cup.hp.com>
216 * Makefile.am: Add ACLOCAL_AMFLAGS.
217 * Makefile.in: Regenerate.
219 2007-04-12 Bob Wilson <bob.wilson@acm.org>
221 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): KEEP property sections.
223 2007-04-10 Richard Henderson <rth@redhat.com>
225 * ldlang.c (relax_sections): Initialize and increment
226 link_info.relax_trip.
228 2007-04-04 Paul Brook <paul@codesourcery.com>
230 * configure.tgt: Loosen checks for arm uclinux eabi targets.
232 2007-04-02 H.J. Lu <hongjiu.lu@intel.com>
235 * ldexp.h (node_type): Add lineno.
236 * ldexp.c: Include "ldlex.h".
237 (exp_intop): Set the lineno field from lineno.
238 (exp_bigintop): Likewise.
239 (exp_relop): Likewise.
240 (exp_nameop): Likewise.
241 (exp_binop): Set the lineno field from lineno of lhs.
242 (exp_trinop): Likewise.
243 (exp_unop): Set the lineno field from lineno of child.
244 (exp_assop): Set the lineno field from lineno of src.
245 (exp_provide): Likewise.
246 (exp_assert): Set the lineno field from lineno of exp.
247 (exp_get_abs_int): Set lineno from lineno of nonconstant
248 expression when report problem.
250 2007-03-29 Richard Sandiford <richard@codesourcery.com>
251 Daniel Jacobowitz <dan@codesourcery.com>
253 * NEWS: Mention -l:foo.
254 * ld.texinfo: Document it.
255 * ldlang.c (new_afile): If a lang_input_file_is_l_enum
256 entry as a name beginning with a coloh, convert it to a
257 lang_input_file_is_search_file_enum entry without the colon.
259 2007-03-28 Richard Sandiford <richard@codesourcery.com>
261 * ld.h (ld_config_type): Add rpath_separator.
262 * ldmain.c (main): Initialize it.
263 * lexsup.c (parse_args): Honor config.rpath_separator.
264 * emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Likewise.
265 (gld${EMULATION_NAME}_add_sysroot): Likewise.
266 (gld${EMULATION_NAME}_parse_ld_so_conf): Use config.rpath_separator
267 rather than ':' when building the path.
268 * emultempl/vxworks.em (vxworks_before_parse): New function.
269 Override config.rpath_separator.
270 (LDEMUL_AFTER_OPEN): Do not change if EXTRA_EM_FILE has been
271 set to gld${EMULATION_NAME}_after_open; #define that identifier
272 to vxworks_foo instead.
273 (LDEMUL_BEFORE_PARSE): Override in the same way as LDEMUL_AFTER_OPEN.
275 2007-03-28 Richard Sandiford <richard@codesourcery.com>
276 Phil Edwards <phil@codesourcery.com>
278 * ld.texinfo: Put the contents after the title page rather
279 than at the end of the document.
281 2007-03-26 Alan Modra <amodra@bigpond.net.au>
283 * Makefile.am: Add dependency on ldemul-list.h for powerpc and
284 spu target emul files.
285 * configure.in: Check for mkstemp and waitpid.
286 * Makefile.in: Regenerate.
287 * configure: Regenerate.
288 * config.in: Regenerate.
289 * ldlang.c (input_file_chain): Make global.
290 (lang_add_input_file): Don't set lang_has_input_file here.
291 * ldlang.h (input_file_chain): Declare.
292 * emultempl/ppc32elf.em (ppc_recognized_file): New function.
293 (LDEMUL_RECOGNIZED_FILE): Define.
294 * emultempl/ppc64elf.em (ppc64_recognized_file): New function.
295 (LDEMUL_RECOGNIZED_FILE): Define.
296 * emultempl/spuelf.em (struct tflist): New.
297 (tmp_file_list): New var.
298 (clean_tmp, embedded_spu_file): New functions.
300 2007-03-24 Alan Modra <amodra@bigpond.net.au>
302 * ldlang.c (lang_insert_orphan): Provide start/stop loadaddr syms
303 rather than defining unconditionally.
304 (lang_leave_overlay_section): Likewise.
305 * ld.texinfo (Overlay Description): Update description and examples
308 2007-03-22 Joseph Myers <joseph@codesourcery.com>
310 * ld.texinfo: Include VERSION_PACKAGE when reporting version.
312 2007-03-20 Paul Brook <paul@codesourcery.com>
314 * emultempl/armelf.em (pic_veneer): New variable.
315 (PARSE_AND_LIST_PROLOGUE): Add OPTION_PIC_VENEER.
316 (PARSE_AND_LIST_ARGS_CASES): Ditto.
317 (PARSE_AND_LIST_LONGOPTS): Add "pic-veneer".
318 (PARSE_AND_LIST_OPTIONS): Ditto.
319 * ld.texinfo: Document --pic-veneer.
321 2007-03-18 Mark Shinwell <shinwell@codesourcery.com>
323 * ld.texinfo: Document --no-enum-size-warning.
324 * emultempl/armelf.em (no_enum_size_warning): New.
325 (arm_elf_create_output_section_statements): Correct typo
326 in comment. Pass no_enum_size_warning to
327 bfd_elf32_arm_set_target_relocs.
328 (PARSE_AND_LIST_PROLOGUE): Define OPTION_NO_ENUM_SIZE_WARNING.
329 (PARSE_AND_LIST_OPTIONS): Document --no-enum-size-warning.
330 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_NO_ENUM_SIZE_WARNING
333 2007-03-19 Bernd Schmidt <bernd.schmidt@analog.com>
335 * configure.tgt (bfin-*-elf, bfin-*-uclinux*): Add targ_extra_libpath.
336 (bfin-*-linux-uclibc*): New target.
338 2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
340 * pe-dll.c (make_one): Use pc-relative relocation instead of an
341 absolute relocation for x86_64-pc-mingw32 target.
343 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
345 * Makefile.am (ld_TEXINFOS): Remove ldver.texi.
346 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
347 (TEXI2DVI): Likewise.
348 (REPORT_BUGS_TO): Removed.
349 (INCLUDES): Remove -DREPORT_BUGS_TO.
350 (ldver.texi): Likewise.
351 (ld.1): Don't depend on ldver.texi.
352 (MOSTLYCLEANFILES): Remove ldver.texi.
353 * Makefile.in: Regenerated.
355 * configure.in (--with-bugurl): Removed.
356 * configure: Regenerated.
358 * lexsup.c: Include bfdver.h.
360 * ld.texinfo: Include bfdver.texi instead of ldver.texi.
362 2007-03-11 Hans-Peter Nilsson <hp@bitrange.com>
364 * emultempl/mmixelf.em: Remove incorrect '#line' directive.
366 2007-03-08 Alan Modra <amodra@bigpond.net.au>
368 * ldlang.c (lang_size_sections_1): Correct backwards dot move
369 test to not trigger on overlays. Only warn on backwards move
372 2007-03-07 Joseph Myers <joseph@codesourcery.com>
374 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
376 * Makefile.am (ldver.texi): Define BUGURL.
377 * ld.texinfo: Use BUGURL.
378 * Makefile.in, configure: Regenerate.
380 2007-03-07 Nick Clifton <nickc@redhat.com>
383 * emultempl/aix.em (..._before_allocation): Strip sysroot prefix
384 from any paths being inserted into the output binary's DT_RPATH.
386 2007-03-02 Nathan Sidwell <nathan@codesourcery.com>
388 * emulparams/shelf_uclinux.sh: New. Missed in 2007-02-28 commit.
390 2007-03-01 Joseph Myers <joseph@codesourcery.com>
392 * ldver.c (ldversion): Remove word "version" from output. Update
395 2007-02-28 Nathan Sidwell <nathan@codesourcery.com>
397 * Makefile.am (ALL_EMULATIONS): Add eshelf_uclinux.o
398 (eshelf_uclinux.c): New target.
399 * Makefile.in: Rebuilt.
400 * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): New stanza.
401 * emulparams/shelf_uclinux.sh: New.
403 2007-02-28 Alan Modra <amodra@bigpond.net.au>
405 * configure.tgt: Fix type last change.
406 * configure.tgt (spu-*-elf*): Delete targ_extra_ofiles.
408 2007-02-27 Alan Modra <amodra@bigpond.net.au>
410 * Makefile.am (ALL_EMUL_EXTRA_OFILES): Remove spu_inc.o.
411 (eelf32_spu.c): Adjust dependencies.
412 * Makefile.in: Regenerate.
413 * emultempl/spuelf.em (ovl_mgr): New array. Insert spu_ovl.o
415 (_binary_spu_ovl_o_start, _binary_spu_ovl_o_end): Delete.
416 (ovl_mgr_stream): Update.
417 * emultempl/spu_inc.s: Delete.
418 * emultempl/spu_none.s: Delete.
420 2007-02-26 Alan Modra <amodra@bigpond.net.au>
422 * emultempl/spuelf.em (_binary_builtin_ovl_mgr_start): Rename
423 to _binary_spu_ovl_o_start.
424 (_binary_builtin_ovl_mgr_end): Rename to _binary_spu_ovl_o_end.
425 (spu_elf_load_ovl_mgr): Fatal error on missing overlay manager.
426 * emultempl/spu_inc.s: Rename symbols.
427 * emultempl/spu_none.s: New file.
428 * emultempl/spu_ovl.S: Update copyright.
429 * Makefile.am (spu_inc.o): Try building with ld -r first, then
430 gas incbin, then build without overlay manager.
431 * Makefile.in: Regenerate.
433 2007-02-22 Joseph Myers <joseph@codesourcery.com>
435 * configure.tgt (mips64*el-*-linux-*, mips64*-*-linux-*,
436 mips*el-*-linux-*, mips*-*-linux-*): Set
437 targ_extra_libpath=$targ_extra_emuls.
439 2007-02-21 Nick Clifton <nickc@redhat.com>
441 * ldlang.c (ldlang_override_segment_assignment): New function.
442 * ldlang.h (ldlang_override_segment_assignment): Prototype.
443 * ldmain.c (link_callbacks): Add
444 ldlang_override_segment_assignment.
446 2007-02-20 Alan Modra <amodra@bigpond.net.au>
448 * ldexp.c (fold_name <LOADADDR>): Ensure result is always absolute.
450 2007-02-17 Mark Mitchell <mark@codesourcery.com>
451 Nathan Sidwell <nathan@codesourcery.com>
452 Vladimir Prus <vladimir@codesourcery.com
453 Joseph Myers <joseph@codesourcery.com>
455 * configure.in (--with-bugurl): New option.
456 * configure: Regenerate.
457 * Makefile.am (REPORT_BUGS_TO): Define.
458 (INCLUDES): Define REPORT_BUGS_TO.
459 Regenerate dependencies.
460 * Makefile.in: Regenerate.
461 * ld.h: Remove include of bin-bugs.h.
462 * lexsup.c (help): Don't print empty REPORT_BUGS_TO.
464 2007-02-17 Alan Modra <amodra@bigpond.net.au>
466 * ldcref.c (check_reloc_refs): Compare section for local syms.
468 2007-02-13 Alan Modra <amodra@bigpond.net.au>
470 * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
471 (__ovly_load_event): Define.
472 (size): Rename to osize.
473 * emultempl/spu_ovl.o: Regenerate.
475 2007-02-13 Alan Modra <amodra@bigpond.net.au>
477 * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Add ".branch_lt".
478 * emultempl/ppc64elf.em (ppc_add_stub_section): Create without
481 2007-02-09 H.J. Lu <hongjiu.lu@intel.com>
483 * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
485 (targ_extra_libpath): Add $targ64_extra_libpath if want64 is
487 * configure: Regenerated.
489 * configure.tgt (targ_extra_libpath): Initialize.
490 (targ64_extra_emuls): New. Document. Initialize.
491 (targ64_extra_libpath): Likewise.
492 (i[3-7]86-*-linux-*): Set targ64_extra_emuls and
493 targ64_extra_libpath.
494 (powerpc*-*-linux*): Likewise.
495 (s390-*-linux*): Likewise.
497 2007-02-07 Paul Brook <paul@codesourcery.com>
499 * configure.tgt: Add arm*-*-uclinux-*eabi.
501 2007-02-06 H.J. Lu <hongjiu.lu@intel.com>
503 * ldlang.c (lang_size_sections_1): Add a missing `)'.
505 2007-02-06 Alan Modra <amodra@bigpond.net.au>
508 * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
509 move unless section size is non-zero.
511 2007-02-05 Dave Brolley <brolley@redhat.com>
513 * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
514 * configure.tgt: Likewise.
515 * scripttempl/mep.sc: New file.
516 * emulparams/elf32mep.sh: New file.
517 * Makefile.in: Regenerate.
519 2006-01-29 Julian Brown <julian@codesourcery.com>
521 * NEWS: Mention --vfp11-denorm-fix option.
522 * ld.texinfo: Document above.
523 * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
524 .vfp11_veneer section.
525 * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
526 * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
527 (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
528 bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
529 (arm_elf_after_allocation): New function. Call
530 bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
531 (arm_elf_create_output_section_statements): Pass vfp11 fix command
533 (OPTION_VFP11_DENORM_FIX): New option.
534 (PARSE_AND_LIST_LONGOPTS): Handle new option.
535 (PARSE_AND_LIST_OPTIONS): Likewise.
536 (PARSE_AND_LIST_ARGS_CASES): Likewise.
537 (LDEMUL_AFTER_ALLOCATION): Define.
539 2007-01-24 H.J. Lu <hongjiu.lu@intel.com>
541 * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
542 (DEFSYMEND): Likewise.
546 2007-01-19 Murali Vemulapati <murali.vemulapati@gmail.com>
548 * pe-dll.c: (make_one) Conditionally include jump stubs.
549 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
550 redundant jump stubs from import libraries and exclude them from
553 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
555 * ld.h (args_type): Add new symbolic and dynamic_list fields.
557 * ld.texinfo: Update -Bsymbolic-functions.
559 * ldmain.c (main): Initialize command_line.symbolic to
560 symbolic_unset and command_line.dynamic_list to
561 dynamic_list_unset. Check -Bsymbolic, -Bsymbolic-functions and
562 --dynamic-list* before setting link_info.symbolic,
563 link_info.dynamic and link_info.dynamic_data.
565 * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
566 (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
567 -Bsymbolic-functions.
568 (parse_args): Handle -Bsymbolic-functions. Don't set
569 link_info.dynamic, link_info.dynamic_data and link_info.symbolic
570 here. Set command_line.symbolic for -Bsymbolic. Set
571 command_line.dynamic_list and command_line.symbolic for
572 --dynamic-list-data, --dynamic-list-cpp-new,
573 --dynamic-list-cpp-typeinfo and --dynamic-list.
575 2007-01-19 Jakub Jelinek <jakub@redhat.com>
576 H.J. Lu <hongjiu.lu@intel.com>
578 * emultempl/elf32.em (handle_option): Make sure -z max-page-size
579 or -z common-page-size argument is a power of 2. Call
580 bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
582 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
584 * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
585 bfd_emul_set_commonpagesize.
587 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
589 * NEWS: Mention --default-script/-dT.
591 * ld.h (args_type): Add a default_script field.
593 * ld.texinfo: Document --default-script/-dT.
595 * ldmain.c (main): Handle command_line.default_script.
597 * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
598 (ld_options): Add entries for --default-script and -dT.
599 (parse_args): Handle --default-script/-dT.
601 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
604 * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
605 --dynamic-list-cpp-new.
607 * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
608 and --dynamic-list-cpp-new.
610 * ldlang.c (lang_append_dynamic_list_cpp_new): New.
611 (lang_process): Change link_info.dynamic to
612 link_info.dynamic_list.
613 (lang_append_dynamic_list): Likewise.
614 * ldmain.c (main): Likewise. Initialize link_info.dynamic and
615 link_info.dynamic_data to FALSE.
617 * ldlang.h (lang_append_dynamic_list_cpp_new): New.
619 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
620 OPTION_DYNAMIC_LIST_CPP_NEW.
621 (ld_options): Add entries for -Bsymbolic-functions,
622 --dynamic-list-data and --dynamic-list-cpp-new. Make
623 -Bsymbolic-functions an alias of --dynamic-list-data.
624 (parse_args): Change link_info.dynamic to link_info.dynamic_list.
625 Set link_info.dynamic to TRUE for --dynamic-list and
626 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and
627 --dynamic-list-cpp-new.
629 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
631 * emultempl/elf-generic.em (gdl_map_segments): Only allow header
632 shrinkage for the first few iterations.
634 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
636 * configure.tgt: Renamed target x86_64-*-mingw64 to
639 2007-01-08 Pedro Alves <pedro_alves@portugalmail.pt>
641 * configure.host: Add i[3-7]86-*-mingw* case.
643 2007-01-08 Nick Clifton <nickc@redhat.com>
645 * pep-dll.h (pep_bfd_is_dll): Add prototype.
647 2007-01-08 Aurelien Jarno <aurelien@aurel32.net>
650 * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
653 2007-01-06 Nathan Sidwell <nathan@codesourcery.com>
655 * ldexp.c (fold_name): Issue error on undefined sections.
657 2007-01-02 Alan Modra <amodra@bigpond.net.au>
659 * pe-dll.c: Include pe-dll.h.
660 * pep-dll.c (pe_bfd_is_dll): Define.
662 For older changes see ChangeLog-2006
668 version-control: never