1 2007-02-09 H.J. Lu <hongjiu.lu@intel.com>
3 * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
5 (targ_extra_libpath): Add $targ64_extra_libpath if want64 is
7 * configure: Regenerated.
9 * configure.tgt (targ_extra_libpath): Initialize.
10 (targ64_extra_emuls): New. Document. Initialize.
11 (targ64_extra_libpath): Likewise.
12 (i[3-7]86-*-linux-*): Set targ64_extra_emuls and
14 (powerpc*-*-linux*): Likewise.
15 (s390-*-linux*): Likewise.
17 2007-02-07 Paul Brook <paul@codesourcery.com>
19 * configure.tgt: Add arm*-*-uclinux-*eabi.
21 2007-02-06 H.J. Lu <hongjiu.lu@intel.com>
23 * ldlang.c (lang_size_sections_1): Add a missing `)'.
25 2007-02-06 Alan Modra <amodra@bigpond.net.au>
28 * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
29 move unless section size is non-zero.
31 2007-02-05 Dave Brolley <brolley@redhat.com>
33 * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
34 * configure.tgt: Likewise.
35 * scripttempl/mep.sc: New file.
36 * emulparams/elf32mep.sh: New file.
37 * Makefile.in: Regenerate.
39 2006-01-29 Julian Brown <julian@codesourcery.com>
41 * NEWS: Mention --vfp11-denorm-fix option.
42 * ld.texinfo: Document above.
43 * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
44 .vfp11_veneer section.
45 * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
46 * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
47 (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
48 bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
49 (arm_elf_after_allocation): New function. Call
50 bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
51 (arm_elf_create_output_section_statements): Pass vfp11 fix command
53 (OPTION_VFP11_DENORM_FIX): New option.
54 (PARSE_AND_LIST_LONGOPTS): Handle new option.
55 (PARSE_AND_LIST_OPTIONS): Likewise.
56 (PARSE_AND_LIST_ARGS_CASES): Likewise.
57 (LDEMUL_AFTER_ALLOCATION): Define.
59 2007-01-24 H.J. Lu <hongjiu.lu@intel.com>
61 * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
62 (DEFSYMEND): Likewise.
66 2007-01-19 Murali Vemulapati <murali.vemulapati@gmail.com>
68 * pe-dll.c: (make_one) Conditionally include jump stubs.
69 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
70 redundant jump stubs from import libraries and exclude them from
73 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
75 * ld.h (args_type): Add new symbolic and dynamic_list fields.
77 * ld.texinfo: Update -Bsymbolic-functions.
79 * ldmain.c (main): Initialize command_line.symbolic to
80 symbolic_unset and command_line.dynamic_list to
81 dynamic_list_unset. Check -Bsymbolic, -Bsymbolic-functions and
82 --dynamic-list* before setting link_info.symbolic,
83 link_info.dynamic and link_info.dynamic_data.
85 * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
86 (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
88 (parse_args): Handle -Bsymbolic-functions. Don't set
89 link_info.dynamic, link_info.dynamic_data and link_info.symbolic
90 here. Set command_line.symbolic for -Bsymbolic. Set
91 command_line.dynamic_list and command_line.symbolic for
92 --dynamic-list-data, --dynamic-list-cpp-new,
93 --dynamic-list-cpp-typeinfo and --dynamic-list.
95 2007-01-19 Jakub Jelinek <jakub@redhat.com>
96 H.J. Lu <hongjiu.lu@intel.com>
98 * emultempl/elf32.em (handle_option): Make sure -z max-page-size
99 or -z common-page-size argument is a power of 2. Call
100 bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
102 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
104 * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
105 bfd_emul_set_commonpagesize.
107 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
109 * NEWS: Mention --default-script/-dT.
111 * ld.h (args_type): Add a default_script field.
113 * ld.texinfo: Document --default-script/-dT.
115 * ldmain.c (main): Handle command_line.default_script.
117 * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
118 (ld_options): Add entries for --default-script and -dT.
119 (parse_args): Handle --default-script/-dT.
121 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
124 * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
125 --dynamic-list-cpp-new.
127 * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
128 and --dynamic-list-cpp-new.
130 * ldlang.c (lang_append_dynamic_list_cpp_new): New.
131 (lang_process): Change link_info.dynamic to
132 link_info.dynamic_list.
133 (lang_append_dynamic_list): Likewise.
134 * ldmain.c (main): Likewise. Initialize link_info.dynamic and
135 link_info.dynamic_data to FALSE.
137 * ldlang.h (lang_append_dynamic_list_cpp_new): New.
139 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
140 OPTION_DYNAMIC_LIST_CPP_NEW.
141 (ld_options): Add entries for -Bsymbolic-functions,
142 --dynamic-list-data and --dynamic-list-cpp-new. Make
143 -Bsymbolic-functions an alias of --dynamic-list-data.
144 (parse_args): Change link_info.dynamic to link_info.dynamic_list.
145 Set link_info.dynamic to TRUE for --dynamic-list and
146 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and
147 --dynamic-list-cpp-new.
149 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
151 * emultempl/elf-generic.em (gdl_map_segments): Only allow header
152 shrinkage for the first few iterations.
154 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
156 * configure.tgt: Renamed target x86_64-*-mingw64 to
159 2007-01-08 Pedro Alves <pedro_alves@portugalmail.pt>
161 * configure.host: Add i[3-7]86-*-mingw* case.
163 2007-01-08 Nick Clifton <nickc@redhat.com>
165 * pep-dll.h (pep_bfd_is_dll): Add prototype.
167 2007-01-08 Aurelien Jarno <aurelien@aurel32.net>
170 * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
173 2007-01-06 Nathan Sidwell <nathan@codesourcery.com>
175 * ldexp.c (fold_name): Issue error on undefined sections.
177 2007-01-02 Alan Modra <amodra@bigpond.net.au>
179 * pe-dll.c: Include pe-dll.h.
180 * pep-dll.c (pe_bfd_is_dll): Define.
182 For older changes see ChangeLog-2006
188 version-control: never