1 2007-03-07 Joseph Myers <joseph@codesourcery.com>
3 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
5 * Makefile.am (ldver.texi): Define BUGURL.
6 * ld.texinfo: Use BUGURL.
7 * Makefile.in, configure: Regenerate.
9 2007-03-07 Nick Clifton <nickc@redhat.com>
12 * emultempl/aix.em (..._before_allocation): Strip sysroot prefix
13 from any paths being inserted into the output binary's DT_RPATH.
15 2007-03-02 Nathan Sidwell <nathan@codesourcery.com>
17 * emulparams/shelf_uclinux.sh: New. Missed in 2007-02-28 commit.
19 2007-03-01 Joseph Myers <joseph@codesourcery.com>
21 * ldver.c (ldversion): Remove word "version" from output. Update
24 2007-02-28 Nathan Sidwell <nathan@codesourcery.com>
26 * Makefile.am (ALL_EMULATIONS): Add eshelf_uclinux.o
27 (eshelf_uclinux.c): New target.
28 * Makefile.in: Rebuilt.
29 * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): New stanza.
30 * emulparams/shelf_uclinux.sh: New.
32 2007-02-28 Alan Modra <amodra@bigpond.net.au>
34 * configure.tgt: Fix type last change.
35 * configure.tgt (spu-*-elf*): Delete targ_extra_ofiles.
37 2007-02-27 Alan Modra <amodra@bigpond.net.au>
39 * Makefile.am (ALL_EMUL_EXTRA_OFILES): Remove spu_inc.o.
40 (eelf32_spu.c): Adjust dependencies.
41 * Makefile.in: Regenerate.
42 * emultempl/spuelf.em (ovl_mgr): New array. Insert spu_ovl.o
44 (_binary_spu_ovl_o_start, _binary_spu_ovl_o_end): Delete.
45 (ovl_mgr_stream): Update.
46 * emultempl/spu_inc.s: Delete.
47 * emultempl/spu_none.s: Delete.
49 2007-02-26 Alan Modra <amodra@bigpond.net.au>
51 * emultempl/spuelf.em (_binary_builtin_ovl_mgr_start): Rename
52 to _binary_spu_ovl_o_start.
53 (_binary_builtin_ovl_mgr_end): Rename to _binary_spu_ovl_o_end.
54 (spu_elf_load_ovl_mgr): Fatal error on missing overlay manager.
55 * emultempl/spu_inc.s: Rename symbols.
56 * emultempl/spu_none.s: New file.
57 * emultempl/spu_ovl.S: Update copyright.
58 * Makefile.am (spu_inc.o): Try building with ld -r first, then
59 gas incbin, then build without overlay manager.
60 * Makefile.in: Regenerate.
62 2007-02-22 Joseph Myers <joseph@codesourcery.com>
64 * configure.tgt (mips64*el-*-linux-*, mips64*-*-linux-*,
65 mips*el-*-linux-*, mips*-*-linux-*): Set
66 targ_extra_libpath=$targ_extra_emuls.
68 2007-02-21 Nick Clifton <nickc@redhat.com>
70 * ldlang.c (ldlang_override_segment_assignment): New function.
71 * ldlang.h (ldlang_override_segment_assignment): Prototype.
72 * ldmain.c (link_callbacks): Add
73 ldlang_override_segment_assignment.
75 2007-02-20 Alan Modra <amodra@bigpond.net.au>
77 * ldexp.c (fold_name <LOADADDR>): Ensure result is always absolute.
79 2007-02-17 Mark Mitchell <mark@codesourcery.com>
80 Nathan Sidwell <nathan@codesourcery.com>
81 Vladimir Prus <vladimir@codesourcery.com
82 Joseph Myers <joseph@codesourcery.com>
84 * configure.in (--with-bugurl): New option.
85 * configure: Regenerate.
86 * Makefile.am (REPORT_BUGS_TO): Define.
87 (INCLUDES): Define REPORT_BUGS_TO.
88 Regenerate dependencies.
89 * Makefile.in: Regenerate.
90 * ld.h: Remove include of bin-bugs.h.
91 * lexsup.c (help): Don't print empty REPORT_BUGS_TO.
93 2007-02-17 Alan Modra <amodra@bigpond.net.au>
95 * ldcref.c (check_reloc_refs): Compare section for local syms.
97 2007-02-13 Alan Modra <amodra@bigpond.net.au>
99 * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
100 (__ovly_load_event): Define.
101 (size): Rename to osize.
102 * emultempl/spu_ovl.o: Regenerate.
104 2007-02-13 Alan Modra <amodra@bigpond.net.au>
106 * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Add ".branch_lt".
107 * emultempl/ppc64elf.em (ppc_add_stub_section): Create without
110 2007-02-09 H.J. Lu <hongjiu.lu@intel.com>
112 * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
114 (targ_extra_libpath): Add $targ64_extra_libpath if want64 is
116 * configure: Regenerated.
118 * configure.tgt (targ_extra_libpath): Initialize.
119 (targ64_extra_emuls): New. Document. Initialize.
120 (targ64_extra_libpath): Likewise.
121 (i[3-7]86-*-linux-*): Set targ64_extra_emuls and
122 targ64_extra_libpath.
123 (powerpc*-*-linux*): Likewise.
124 (s390-*-linux*): Likewise.
126 2007-02-07 Paul Brook <paul@codesourcery.com>
128 * configure.tgt: Add arm*-*-uclinux-*eabi.
130 2007-02-06 H.J. Lu <hongjiu.lu@intel.com>
132 * ldlang.c (lang_size_sections_1): Add a missing `)'.
134 2007-02-06 Alan Modra <amodra@bigpond.net.au>
137 * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
138 move unless section size is non-zero.
140 2007-02-05 Dave Brolley <brolley@redhat.com>
142 * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
143 * configure.tgt: Likewise.
144 * scripttempl/mep.sc: New file.
145 * emulparams/elf32mep.sh: New file.
146 * Makefile.in: Regenerate.
148 2006-01-29 Julian Brown <julian@codesourcery.com>
150 * NEWS: Mention --vfp11-denorm-fix option.
151 * ld.texinfo: Document above.
152 * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
153 .vfp11_veneer section.
154 * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
155 * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
156 (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
157 bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
158 (arm_elf_after_allocation): New function. Call
159 bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
160 (arm_elf_create_output_section_statements): Pass vfp11 fix command
162 (OPTION_VFP11_DENORM_FIX): New option.
163 (PARSE_AND_LIST_LONGOPTS): Handle new option.
164 (PARSE_AND_LIST_OPTIONS): Likewise.
165 (PARSE_AND_LIST_ARGS_CASES): Likewise.
166 (LDEMUL_AFTER_ALLOCATION): Define.
168 2007-01-24 H.J. Lu <hongjiu.lu@intel.com>
170 * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
171 (DEFSYMEND): Likewise.
175 2007-01-19 Murali Vemulapati <murali.vemulapati@gmail.com>
177 * pe-dll.c: (make_one) Conditionally include jump stubs.
178 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
179 redundant jump stubs from import libraries and exclude them from
182 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
184 * ld.h (args_type): Add new symbolic and dynamic_list fields.
186 * ld.texinfo: Update -Bsymbolic-functions.
188 * ldmain.c (main): Initialize command_line.symbolic to
189 symbolic_unset and command_line.dynamic_list to
190 dynamic_list_unset. Check -Bsymbolic, -Bsymbolic-functions and
191 --dynamic-list* before setting link_info.symbolic,
192 link_info.dynamic and link_info.dynamic_data.
194 * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
195 (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
196 -Bsymbolic-functions.
197 (parse_args): Handle -Bsymbolic-functions. Don't set
198 link_info.dynamic, link_info.dynamic_data and link_info.symbolic
199 here. Set command_line.symbolic for -Bsymbolic. Set
200 command_line.dynamic_list and command_line.symbolic for
201 --dynamic-list-data, --dynamic-list-cpp-new,
202 --dynamic-list-cpp-typeinfo and --dynamic-list.
204 2007-01-19 Jakub Jelinek <jakub@redhat.com>
205 H.J. Lu <hongjiu.lu@intel.com>
207 * emultempl/elf32.em (handle_option): Make sure -z max-page-size
208 or -z common-page-size argument is a power of 2. Call
209 bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
211 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
213 * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
214 bfd_emul_set_commonpagesize.
216 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
218 * NEWS: Mention --default-script/-dT.
220 * ld.h (args_type): Add a default_script field.
222 * ld.texinfo: Document --default-script/-dT.
224 * ldmain.c (main): Handle command_line.default_script.
226 * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
227 (ld_options): Add entries for --default-script and -dT.
228 (parse_args): Handle --default-script/-dT.
230 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
233 * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
234 --dynamic-list-cpp-new.
236 * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
237 and --dynamic-list-cpp-new.
239 * ldlang.c (lang_append_dynamic_list_cpp_new): New.
240 (lang_process): Change link_info.dynamic to
241 link_info.dynamic_list.
242 (lang_append_dynamic_list): Likewise.
243 * ldmain.c (main): Likewise. Initialize link_info.dynamic and
244 link_info.dynamic_data to FALSE.
246 * ldlang.h (lang_append_dynamic_list_cpp_new): New.
248 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
249 OPTION_DYNAMIC_LIST_CPP_NEW.
250 (ld_options): Add entries for -Bsymbolic-functions,
251 --dynamic-list-data and --dynamic-list-cpp-new. Make
252 -Bsymbolic-functions an alias of --dynamic-list-data.
253 (parse_args): Change link_info.dynamic to link_info.dynamic_list.
254 Set link_info.dynamic to TRUE for --dynamic-list and
255 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and
256 --dynamic-list-cpp-new.
258 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
260 * emultempl/elf-generic.em (gdl_map_segments): Only allow header
261 shrinkage for the first few iterations.
263 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
265 * configure.tgt: Renamed target x86_64-*-mingw64 to
268 2007-01-08 Pedro Alves <pedro_alves@portugalmail.pt>
270 * configure.host: Add i[3-7]86-*-mingw* case.
272 2007-01-08 Nick Clifton <nickc@redhat.com>
274 * pep-dll.h (pep_bfd_is_dll): Add prototype.
276 2007-01-08 Aurelien Jarno <aurelien@aurel32.net>
279 * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
282 2007-01-06 Nathan Sidwell <nathan@codesourcery.com>
284 * ldexp.c (fold_name): Issue error on undefined sections.
286 2007-01-02 Alan Modra <amodra@bigpond.net.au>
288 * pe-dll.c: Include pe-dll.h.
289 * pep-dll.c (pe_bfd_is_dll): Define.
291 For older changes see ChangeLog-2006
297 version-control: never