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