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