]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
* config-ml.in: Update from GCC.
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
3fcd97f1
JJ
12007-04-14 Jakub Jelinek <jakub@redhat.com>
2
3 * elflink.c (bfd_elf_final_link): Don't free symbuf for
4 non-elf input bfds.
5 (bfd_elf_size_dynamic_sections): Don't access elf_section_data
6 for non-elf input bfds.
7
af5978fb
RS
82007-04-12 Richard Sandiford <richard@codesourcery.com>
9
10 * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Don't add
11 DT_MIPS_RTLD_MAP for PIEs.
12
9e3313ae
RS
132007-04-12 Richard Sandiford <richard@codesourcery.com>
14
15 * elfxx-mips.c (mips_elf_calculate_relocation): Set DT_TEXTREL
16 when creating a __GOTT_BASE__ or __GOTT_INDEX__ relocation
17 in a read-only section.
18 (_bfd_mips_elf_check_relocs): Likewise.
19
1d25768e
BW
202007-04-12 Bob Wilson <bob.wilson@acm.org>
21
22 * elf32-xtensa.c (xtensa_is_insntable_section): New.
23 (xtensa_is_proptable_section): New.
24 (elf_xtensa_discard_info_for_section): Handle "full" .xt.prop property
25 tables with 12-byte entries, as well as tables with 8-byte entries.
26 Sort the relocations before examining them.
27 (relax_property_section): Use xtensa_is_proptable_section and
28 xtensa_is_littable_section. Rewrite code for combining table entries
29 to be more robust in case of unexpected relocations. Do not set offset
30 of unused relocations to less than zero.
31 (xtensa_is_property_section): Use other functions instead of
32 duplicating section name comparisons.
33 (xtensa_is_littable_section): Use CONST_STRNEQ for ".gnu.linkonce.p.".
34 (xtensa_get_property_predef_flags): Use xtensa_is_insntable_section.
35
e1e5c0b5
BW
362007-04-12 Bob Wilson <bob.wilson@acm.org>
37
38 * elf32-xtensa.c (elf_xtensa_gc_mark_hook): Don't follow references
39 from Xtensa property sections.
40
2c67c5f3
AM
412007-04-12 Alan Modra <amodra@bigpond.net.au>
42
43 * elf32-spu.c (needs_ovl_stub): Test that spu_elf_section_data
44 is non-NULL before dereferencing.
45
8776bb8a
NS
462007-04-11 Nathan Sidwell <nathan@codesourcery.com>
47
48 * elf-vxworks.c (elf_vxworks_emit_relocs): Remap weakdef PLT slot
49 relocs too.
50
4a828aab
RH
512007-04-10 Richard Henderson <rth@redhat.com>
52
53 * elf64-alpha.c (struct alpha_elf_link_hash_table): Add relax_trip.
54 (elf64_alpha_size_got_sections): Remove unused something_changed local.
55 (elf64_alpha_size_plt_section): Return void.
56 (elf64_alpha_size_rela_got_section): Likewise.
57 (elf64_alpha_relax_section): Only regenerate got+plt if the
58 relax_trip counter has changed.
59
91506736
DJ
602007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
61
62 * Makefile.am (bfdver.h): Do not generate doc/bfdver.texi.
63 * doc/Makefile.am (DOCFILES): Add bfdver.texi.
64 (bfdver.texi): New rule.
65 * Makefile.in, doc/Makefile.in: Regenerated.
66
da6bcfca
MT
672007-04-03 Matt Thomas <matt@netbsd.org>
68
69 * elf32-vax.c (elf_vax_relocate_section): Do not emit a PCREL reloc
70 in a shared object if it is not in a CODE section or if it is against
71 a section symbol. This allows DWARF2 to use pcrel format.
72
9267588c
L
732007-04-05 H.J. Lu <hongjiu.lu@intel.com>
74
75 PR ld/4304
76 * elflink.c (bfd_elf_final_link): Call einfo callback in
77 bfd_link_info instead of _bfd_error_handler for DT_TEXTREL
78 warning.
79
c1b2796f
AM
802007-04-05 Alan Modra <amodra@bigpond.net.au>
81
82 * elf32-spu.c (spu_elf_output_symbol_hook): New function.
83 (elf_backend_link_output_symbol_hook): Define.
84
970ccc77
NC
852007-04-02 Nick Clifton <nickc@redhat.com>
86
87 PR binutils/4292
88 * bfd.c (bfd_fprintf_vma): Do not print addresses of 32-bit
89 targets as 64-bit values, even if running on a 64-bit host.
90 * coffgen.c (coff_print_symbol): Likewise.
91
1783205a
NC
922007-03-29 Nick Clifton <nickc@redhat.com>
93
94 PR binutils/4110
95 * elf.c (IS_VALID_GROUP_SECTION_HEADER): New macro.
96 (setup_group): Use it. Report corrupt group section headers.
97 (bfd_section_from_shdr): Use new macro. Replace constant 4 with
98 GRP_ENTRY_SIZE. Cope with NULLs in the group section table.
99 (elf_fake_section): Replace constant 4 with GRP_ENTRY_SIZE.
100
2ce859a1
AM
1012007-03-29 Alan Modra <amodra@bigpond.net.au>
102
103 PR ld/4267
947844a3
AM
104 * elflink.c (evaluate_complex_relocation_symbols): Use bfd_vma
105 for rel->r_info values.
106 (bfd_elf_perform_complex_relocation): Likewise.
2ce859a1
AM
107 * elf32-ppc.c (allocate_dynrelocs): Set plt.offset to -1 for
108 unused entries. Don't clear plt.plist in loop.
109
39817122
RS
1102007-03-28 Richard Sandiford <richard@codesourcery.com>
111
112 * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Remove append_rela.
113 * elfxx-sparc.c (sparc_elf_append_rela_64, sparc_elf_append_rela_32):
114 Merge into...
115 (sparc_elf_append_rela): ...this new function.
116 (SPARC_ELF_APPEND_RELA): Delete.
117 (_bfd_sparc_elf_link_hash_table_create): Don't initialize
118 the deleted append_rela field.
119 (_bfd_sparc_elf_relocate_section): Use sparc_elf_append_rela
120 instead of SPARC_ELF_APPEND_RELA.
121 (_bfd_sparc_elf_finish_dynamic_symbol): Likewise. Use the
122 elf_size_info structure to find the size of a RELA entry and
123 the associated swap-out function.
124 (sparc64_finish_dyn, sparc64_finish_dyn): Merge into...
125 (sparc_finish_dyn): ...this new function.
126 (_bfd_sparc_elf_finish_dynamic_sections): Update calls accordingly.
127
4ecceb71
RS
1282007-03-28 Richard Sandiford <richard@codesourcery.com>
129 Phil Edwards <phil@codesourcery.com>
130
131 * doc/bfd.texinfo: Put the contents after the title page rather
132 than at the end of the document.
133
d4d2b80b
AS
1342007-03-27 Andreas Schwab <schwab@suse.de>
135
136 * elfxx-ia64.c (elf_backend_default_execstack): Define to 0.
137
831480e9 1382007-03-26 H.J. Lu <hongjiu.lu@intel.com>
5bd8253d
L
139
140 * configure: Regenerated.
141
f4b39977
AM
1422007-03-26 Alan Modra <amodra@bigpond.net.au>
143
144 * elf32-spu.c (struct stubarr): Add stub_hash_table and err fields.
145 (allocate_spuear_stubs): New function.
146 (spu_elf_size_stubs): Call allocate_spuear_stubs.
147
157090f7
AM
1482007-03-26 Alan Modra <amodra@bigpond.net.au>
149
150 * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.
151 * aout-arm.c (MY_bfd_reloc_name_lookup): Define.
152 (MY (bfd_reloc_name_lookup)): New function.
153 * aout-ns32k.c (MY (bfd_reloc_name_lookup)): New function.
154 * aout-target.h (NAME (aout, reloc_name_lookup)): Declare.
155 (MY_bfd_reloc_name_lookup): Define.
156 * aout-tic30.c (tic30_aout_reloc_name_lookup): New function.
157 (MY_bfd_reloc_name_lookup): Define.
158 * aoutx.h (NAME (aout, reloc_type_lookup)): Don't declare.
159 (NAME (aout, reloc_name_lookup)): New function.
160 * bout.c (b_out_bfd_reloc_name_lookup): New function.
161 * coff-alpha.c (alpha_bfd_reloc_name_lookup): New function.
162 (_bfd_ecoff_bfd_reloc_name_lookup): Define.
163 * coff-arm.c (coff_arm_reloc_name_lookup): New function.
164 (coff_bfd_reloc_name_lookup): Define.
165 * coff-i386.c (coff_bfd_reloc_name_lookup): Define.
166 (coff_i386_reloc_name_lookup): New function.
167 * coff-i860.c (coff_i860_reloc_name_lookup): New function.
168 (coff_bfd_reloc_name_lookup): Define.
169 * coff-i960.c (coff_i960_reloc_name_lookup): New function.
170 (coff_bfd_reloc_name_lookup): Define.
171 * coff-m68k.c (m68k_reloc_name_lookup): New function.
172 (coff_bfd_reloc_name_lookup): Define.
173 * coff-maxq.c (maxq_reloc_name_lookup): New function.
174 (coff_bfd_reloc_name_lookup): Define.
175 * coff-mcore.c (mcore_coff_reloc_name_lookup): New function.
176 (coff_bfd_reloc_name_lookup): Define.
177 * coff-mips.c (mips_bfd_reloc_name_lookup): New function.
178 (_bfd_ecoff_bfd_reloc_name_lookup): Define.
179 * coff-ppc.c (ppc_coff_reloc_name_lookup): New function.
180 (coff_bfd_reloc_name_lookup): Define.
181 * coff-rs6000.c (coff_bfd_reloc_name_lookup): Define.
182 (_bfd_xcoff_reloc_name_lookup): New function.
183 (rs6000coff_vec, pmac_xcoff_vec): Init new field.
184 * coff-sh.c (coff_bfd_reloc_name_lookup): Define.
185 (sh_coff_reloc_name_lookup): New function.
186 * coff-sparc.c (coff_sparc_reloc_name_lookup): New function.
187 (coff_bfd_reloc_name_lookup): Define.
188 * coff-tic30.c (coff_bfd_reloc_name_lookup): Define.
189 (tic30_coff_reloc_name_lookup): New function.
190 * coff-tic4x.c (coff_bfd_reloc_name_lookup): Define.
191 (tic4x_coff_reloc_name_lookup): New function.
192 * coff-tic54x.c (coff_bfd_reloc_name_lookup): Define.
193 (tic54x_coff_reloc_name_lookup): New function.
194 * coff-x86_64.c (coff_bfd_reloc_name_lookup): Define.
195 (coff_amd64_reloc_name_lookup): New function.
196 * coff-z80.c (coff_z80_reloc_name_lookup): New function.
197 (coff_bfd_reloc_name_lookup): Define.
198 * coff-z8k.c (coff_z8k_reloc_name_lookup): New function.
199 (coff_bfd_reloc_name_lookup): Define.
200 * coff64-rs6000.c (coff_bfd_reloc_name_lookup): Define.
201 (xcoff64_reloc_name_lookup): New function.
202 (rs6000coff64_vec, aix5coff64_vec): Init new field.
203 * coffcode.h (coff_bfd_reloc_name_lookup): Define.
204 * elf-hppa.h (elf_hppa_reloc_name_lookup): New function.
205 * elf-m10200.c (bfd_elf32_bfd_reloc_name_lookup): New function.
206 * elf-m10300.c (bfd_elf32_bfd_reloc_name_lookup): New function.
207 * elf32-arc.c (bfd_elf32_bfd_reloc_name_lookup): New function.
208 * elf32-arm.c (elf32_arm_reloc_name_lookup): New function.
209 (bfd_elf32_bfd_reloc_name_lookup): Define.
210 * elf32-avr.c (bfd_elf32_bfd_reloc_name_lookup): New function.
211 * elf32-bfin.c (bfin_bfd_reloc_name_lookup): New function.
212 (bfd_elf32_bfd_reloc_name_lookup): Define.
213 * elf32-cr16c.c (elf_cr16c_reloc_name_lookup): New function.
214 (bfd_elf32_bfd_reloc_name_lookup): Define.
215 * elf32-cris.c (cris_reloc_name_lookup): New function.
216 (bfd_elf32_bfd_reloc_name_lookup): Define.
217 * elf32-crx.c (elf_crx_reloc_name_lookup): New function.
218 (bfd_elf32_bfd_reloc_name_lookup): Define.
219 * elf32-d10v.c (bfd_elf32_bfd_reloc_name_lookup): New function.
220 * elf32-d30v.c (bfd_elf32_bfd_reloc_name_lookup): New function.
221 * elf32-dlx.c (elf32_dlx_reloc_name_lookup): New function.
222 (bfd_elf32_bfd_reloc_name_lookup): Define.
223 * elf32-fr30.c (fr30_reloc_name_lookup): New function.
224 (bfd_elf32_bfd_reloc_name_lookup): Define.
225 * elf32-frv.c (frv_reloc_name_lookup): New function.
226 (bfd_elf32_bfd_reloc_name_lookup): Define.
227 * elf32-gen.c (bfd_elf32_bfd_reloc_name_lookup): Define.
228 * elf32-h8300.c (elf32_h8_reloc_name_lookup): New function.
229 (bfd_elf32_bfd_reloc_name_lookup): Define.
230 * elf32-hppa.c (bfd_elf32_bfd_reloc_name_lookup): Define.
231 * elf32-i370.c (i370_elf_reloc_name_lookup): New function.
232 (bfd_elf32_bfd_reloc_name_lookup): Define.
233 * elf32-i386.c (elf_i386_reloc_name_lookup): New function.
234 (bfd_elf32_bfd_reloc_name_lookup): Define.
235 * elf32-i860.c (elf32_i860_reloc_name_lookup): New function.
236 (bfd_elf32_bfd_reloc_name_lookup): Define.
237 * elf32-i960.c (elf32_i960_reloc_name_lookup): New function.
238 (bfd_elf32_bfd_reloc_name_lookup): Define.
239 * elf32-ip2k.c (ip2k_reloc_name_lookup): New function.
240 (bfd_elf32_bfd_reloc_name_lookup): Define.
241 * elf32-iq2000.c (iq2000_reloc_name_lookup): New function.
242 (bfd_elf32_bfd_reloc_name_lookup): Define.
243 * elf32-m32c.c (m32c_reloc_name_lookup): New function.
244 (bfd_elf32_bfd_reloc_name_lookup): Define.
245 * elf32-m32r.c (bfd_elf32_bfd_reloc_name_lookup): New function.
246 * elf32-m68hc11.c (bfd_elf32_bfd_reloc_name_lookup): New function.
247 * elf32-m68hc12.c (bfd_elf32_bfd_reloc_name_lookup): New function.
248 * elf32-m68k.c (reloc_name_lookup): New function.
249 (bfd_elf32_bfd_reloc_name_lookup): Define.
250 * elf32-m88k.c (bfd_elf32_bfd_reloc_name_lookup): Define.
251 * elf32-mcore.c (mcore_elf_reloc_name_lookup): New function.
252 (bfd_elf32_bfd_reloc_name_lookup): Define.
253 * elf32-mep.c (mep_reloc_name_lookup): New function.
254 (bfd_elf32_bfd_reloc_name_lookup): Define.
255 * elf32-mips.c (bfd_elf32_bfd_reloc_name_lookup): New function.
256 (mips_vxworks_bfd_reloc_name_lookup): Likewise.
257 (bfd_elf32_bfd_reloc_name_lookup): Define.
258 * elf32-msp430.c (bfd_elf32_bfd_reloc_name_lookup): New function.
259 * elf32-mt.c (mt_reloc_name_lookup): New function.
260 (bfd_elf32_bfd_reloc_name_lookup): Define.
261 * elf32-openrisc.c (openrisc_reloc_name_lookup): New function.
262 (bfd_elf32_bfd_reloc_name_lookup): Define.
263 * elf32-or32.c (bfd_elf32_bfd_reloc_name_lookup): New function.
264 * elf32-pj.c (pj_elf_reloc_name_lookup): New function.
265 (bfd_elf32_bfd_reloc_name_lookup): Define.
266 * elf32-ppc.c (ppc_elf_reloc_name_lookup): New function.
267 (bfd_elf32_bfd_reloc_name_lookup): Define.
268 * elf32-s390.c (elf_s390_reloc_name_lookup): New function.
269 (bfd_elf32_bfd_reloc_name_lookup): Define.
270 * elf32-score.c (elf32_score_reloc_name_lookup): New function.
271 (bfd_elf32_bfd_reloc_name_lookup): Define.
272 * elf32-sh.c (sh_elf_reloc_name_lookup): New function.
273 (bfd_elf32_bfd_reloc_name_lookup): Define.
274 * elf32-sparc.c (bfd_elf32_bfd_reloc_name_lookup): Define.
275 * elf32-spu.c (spu_elf_reloc_name_lookup): New function.
276 (bfd_elf32_bfd_reloc_name_lookup): Define.
277 * elf32-v850.c (v850_elf_reloc_name_lookup): New function.
278 (bfd_elf32_bfd_reloc_name_lookup): Define.
279 * elf32-vax.c (reloc_name_lookup): New function.
280 (bfd_elf32_bfd_reloc_name_lookup): Define.
281 * elf32-xc16x.c (xc16x_reloc_name_lookup): New function.
282 (bfd_elf32_bfd_reloc_name_lookup): Define.
283 * elf32-xstormy16.c (xstormy16_reloc_name_lookup): New function.
284 (bfd_elf32_bfd_reloc_name_lookup): Define.
285 * elf32-xtensa.c (elf_xtensa_reloc_name_lookup): New function.
286 (bfd_elf32_bfd_reloc_name_lookup): Define.
287 * elf64-alpha.c (elf64_alpha_bfd_reloc_name_lookup): New function.
288 (bfd_elf64_bfd_reloc_name_lookup): Define.
289 * elf64-gen.c (bfd_elf64_bfd_reloc_name_lookup): Define.
290 * elf64-hppa.c (bfd_elf64_bfd_reloc_name_lookup): Define.
291 * elf64-mips.c (bfd_elf64_bfd_reloc_name_lookup): New function.
292 * elf64-mmix.c (bfd_elf64_bfd_reloc_name_lookup): New function.
293 * elf64-ppc.c (ppc64_elf_reloc_name_lookup): New function.
294 (bfd_elf64_bfd_reloc_name_lookup): Define.
295 * elf64-s390.c (elf_s390_reloc_name_lookup): New function.
296 (bfd_elf64_bfd_reloc_name_lookup): Define.
297 * elf64-sh64.c (sh_elf64_reloc_name_lookup): New function.
298 (bfd_elf64_bfd_reloc_name_lookup): Define.
299 * elf64-sparc.c (bfd_elf64_bfd_reloc_name_lookup): Define.
300 * elf64-x86-64.c (elf64_x86_64_reloc_name_lookup): New function.
301 (bfd_elf64_bfd_reloc_name_lookup): Define.
302 * elfn32-mips.c (bfd_elf32_bfd_reloc_name_lookup): New function.
303 * elfxx-ia64.c (elfNN_ia64_reloc_name_lookup): New function.
304 (bfd_elfNN_bfd_reloc_name_lookup): Define.
305 * elfxx-sparc.c (_bfd_sparc_elf_reloc_name_lookup): New function.
306 * elfxx-sparc.h (_bfd_sparc_elf_reloc_name_lookup): Declare.
307 * i386msdos.c (msdos_bfd_reloc_name_lookup): Define.
308 * i386os9k.c (aout_32_bfd_reloc_name_lookup): Define.
309 * ieee.c (ieee_bfd_reloc_name_lookup): Define.
310 * libaout.h (NAME (aout, reloc_name_lookup)): Declare.
311 * libbfd-in.h (_bfd_norelocs_bfd_reloc_name_lookup): Declare.
312 * mipsbsd.c (MY_bfd_reloc_name_lookup): Define.
313 (MY(reloc_type_lookup)): Rename from MY(reloc_howto_type_lookup).
314 (MY(reloc_name_lookup)): New function.
315 * nlm-target.h (nlm_bfd_reloc_name_lookup): Define.
316 * oasys.c (oasys_bfd_reloc_name_lookup): Define.
317 * pdp11.c (NAME (aout, reloc_name_lookup)): New function.
318 * pe-mips.c (coff_mips_reloc_name_lookup): New function.
319 (coff_bfd_reloc_name_lookup): Define.
320 * reloc.c (bfd_reloc_name_lookup): New function.
321 * riscix.c (riscix_reloc_name_lookup): New function.
322 (MY_bfd_reloc_name_lookup): Define.
323 * som.c (som_bfd_reloc_name_lookup): New function.
324 * targets.c (struct bfd_target): Add reloc_name_lookup.
325 (BFD_JUMP_TABLE_RELOCS): Add NAME##_bfd_reloc_name_lookup.
326 * versados.c (versados_bfd_reloc_name_lookup): Define.
327 * vms.c (vms_bfd_reloc_name_lookup): New function.
328 * bfd-in2.h: Regenerate.
329 * libbfd.h: Regenerate.
330
2d82d84d
TS
3312007-03-26 Thiemo Seufer <ths@mips.com>
332
a5cb1fd7 333 PR ld/4208
2d82d84d
TS
334 * elfxx-mips.c (mips_elf_next_relocation): Don't signal an error if no
335 matching relocation is found.
336 (_bfd_mips_elf_relocate_section): Only warn about missing relocations.
337
831480e9 3382007-03-23 H.J. Lu <hongjiu.lu@intel.com>
1a27db7d
L
339
340 * configure: Regenerated.
341
a1ac8190
JM
3422007-03-23 Joseph Myers <joseph@codesourcery.com>
343
344 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
345 * configure: Regenerate.
346
aa7a0635
AM
3472007-03-23 Alan Modra <amodra@bigpond.net.au>
348
349 * elf32-spu.c (spu_stub_name): Don't put input section in stub name.
350 Remove input_sec param. Adjust all calls.
351 (write_one_stub): Adjust stub symbol.
352 (needs_ovl_stub): New function, extracted from..
353 (spu_elf_size_stubs): ..here.
354 (spu_elf_relocate_section): Use needs_ovl_stub.
355
e49e529d
JM
3562007-03-22 Joseph Myers <joseph@codesourcery.com>
357
358 * Makefile.am (bfdver.h): Only set VERSION_PACKAGE in bfdver.texi
359 if nonempty.
360 * configure.in (REPORT_BUGS_TO): Do not use "URL:" prefix.
361 * Makefile.in, configure, doc/Makefile.in: Regenerate.
362
831480e9 3632007-03-22 H.J. Lu <hongjiu.lu@intel.com>
50572669
L
364
365 PR ld/4210
366 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the virtual
367 address and virtual size of the last section for the image
368 size.
369
0920dee7
L
3702007-03-22 H.J. Lu <hongjiu.lu@intel.com>
371
372 PR ld/4007
373 * elf.c (assign_file_positions_for_load_sections): Check if
374 all sections are in the segment.
375
831480e9 3762007-03-20 H.J. Lu <hongjiu.lu@intel.com>
749b8d9d
L
377
378 PR ld/4208
379 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Report missing
380 matching LO16 relocation for HI16 relocation.
381
27e55c4d
PB
3822007-03-20 Paul Brook <paul@codesourcery.com>
383
384 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Update prototype.
385 * bfd-in2.h: Regenerate.
386 * elf32-arm.c (elf32_arm_link_hash_table): Add pic_veneer.
387 (record_arm_to_thumb_glue): Use globals->pic_veneer.
388 (elf32_arm_create_thumb_stub): Ditto.
389 (bfd_elf32_arm_set_target_relocs): Set globals->pic_veneer.
390
bf21ed78
MS
3912007-03-18 Mark Shinwell <shinwell@codesourcery.com>
392
393 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Add "bfd *"
394 argument and extra last argument.
395 * bfd-in2.h: Regenerate.
396 * elf32-arm.c (elf32_arm_obj_tdata): Add no_enum_size_warning
397 member.
398 (bfd_elf32_arm_set_target_relocs): Add "bfd *" argument and
399 extra last argument. Set no_enum_size_warning appropriately.
400 (elf32_arm_merge_eabi_attributes): Improve enum sizes
401 diagnostic, suppressing it when no_enum_size_warning dictates.
402
5f6999aa
NC
4032007-03-20 Nick Clifton <nickc@redhat.com>
404
405 PR binutils/3535
406 * elf.c (copy_private_bfd_data): Widen the scope of Solaris
407 specific conditions that need the program headers to be
408 rewritten.
409
831480e9 4102007-03-19 H.J. Lu <hongjiu.lu@intel.com>
d13c9dc6
L
411
412 * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Store Magic,
413 MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
414 SizeOfInitializedData, SizeOfUninitializedData,
415 AddressOfEntryPoint, BaseOfCode and BaseOfData in internal
416 extra PE a.out header.
417 (IMAGE_NT_OPTIONAL_HDR_MAGIC): Defined as 0x10b if not defined.
418 (IMAGE_NT_OPTIONAL_HDR64_MAGIC): Defined as 0x20b if not
419 defined.
420 (IMAGE_NT_OPTIONAL_HDRROM_MAGIC): Defined as 0x107 if not
421 defined.
422 (_bfd_XX_print_private_bfd_data_common): Also print Magic,
423 MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
424 SizeOfInitializedData, SizeOfUninitializedData,
425 AddressOfEntryPoint, BaseOfCode and BaseOfData from internal
426 extra PE a.out header.
427
831480e9 4282007-03-18 H.J. Lu <hongjiu.lu@intel.com>
739bb57e
L
429
430 * targets.c (_bfd_target_vector): Add bfd_efi_app_x86_64_vec
431 only if BFD64 is defined.
432
5384511f
AM
4332007-03-17 Alan Modra <amodra@bigpond.net.au>
434
435 * elf32-spu.c (spu_elf_size_stubs): Always use an overlay stub
436 on setjmp calls.
437
187b3d5d
L
4382007-03-15 H.J. Lu <hongjiu.lu@intel.com>
439
440 * doc/Makefile.in: Regenerated.
441
c428fa83
L
4422007-03-15 H.J. Lu <hongjiu.lu@intel.com>
443
444 * Makefile.am (bfdver.h): Substitute report_bugs_to. Also
445 create doc/bfdver.texi.
446 * Makefile.in: Regenerated.
447
448 * configure.in (--with-bugurl): New option.
449 * configure: Regenerated.
450
451 * version.h (REPORT_BUGS_TO): New.
452
d1036acb
L
4532007-03-13 H.J. Lu <hongjiu.lu@intel.com>
454
455 PR binutils/3826
456 * elf-bfd.h (elf_backend_data): Add elf_osabi.
457 (_bfd_elf_set_osabi): New.
458
459 * elf.c (_bfd_elf_set_osabi): New.
460
461 * elf32-hppa.c (elf32_hppa_post_process_headers): Removed.
462 (elf_backend_post_process_headers): Defined with
463 _bfd_elf_set_osabi.
464 (ELF_OSABI): Properly defined for each target.
465
466 * elf32-i370.c (i370_elf_post_process_headers): Removed.
467 (ELF_OSABI): Defined.
468 (elf_backend_post_process_headers): Defined with
469 _bfd_elf_set_osabi.
470
471 * elf32-i386.c (ELF_OSABI): Defined to ELFOSABI_FREEBSD for
472 freebsd.
473 (elf_i386_post_process_headers): Set EI_OSABI with elf_osabi.
474
475 * elf32-msp430.c (elf32_msp430_post_process_headers): Removed.
476 (ELF_OSABI): Defined.
477 (elf_backend_post_process_headers): Defined with
478 _bfd_elf_set_osabi.
479
480 * elf64-alpha.c (ELF_OSABI): Defined to ELFOSABI_FREEBSD for
481 freebsd.
482 (elf64_alpha_fbsd_post_process_headers): Set EI_OSABI with
483 elf_osabi.
484
485 * elf64-hppa.c (elf64_hppa_post_process_headers): Set EI_OSABI
486 with elf_osabi.
487 (ELF_OSABI): Properly defined for each target.
488 (elf_backend_post_process_headers): Defined with
489 _bfd_elf_set_osabi for Linux.
490
491 * elf64-sparc.c (elf64_sparc_fbsd_post_process_headers): Removed.
492 (ELF_OSABI): Defined to ELFOSABI_FREEBSD for freebsd.
493 (elf_backend_post_process_headers): Defined with
494 _bfd_elf_set_osabi.
495
496 * elf64-x86-64.c (elf64_x86_64_fbsd_post_process_headers): Removed.
497 (ELF_OSABI): Defined to ELFOSABI_FREEBSD for freebsd.
498 (elf_backend_post_process_headers): Defined with
499 _bfd_elf_set_osabi.
500
501 * elfcode.h (elf_object_p): Match the ELFOSABI_NONE ELF target
502 with any ELF target of the compatible machine for which we do not
503 have a specific backend.
504
505 * elfxx-ia64.c (elfNN_hpux_post_process_headers): Set EI_OSABI
506 with elf_osabi.
507
508 * elfxx-target.h (ELF_OSABI): Default to ELFOSABI_NONE.
509 (elfNN_bed): Initialize elf_osabi with ELF_OSABI.
510
d4c87fc1
AM
5112007-03-08 Alan Modra <amodra@bigpond.net.au>
512
513 * elf32-v850.c (v850_elf_link_output_symbol_hook): Clean out
514 V850_OTHER_* bits.
515
9c6fc49d
AM
5162007-03-08 Alan Modra <amodra@bigpond.net.au>
517
518 * Makefile.am (BFD64_BACKENDS): Add efi-app-x86_64.lo.
519 (BFD64_BACKENDS_CFILES): Add efi-app-x86_64.c.
520 Run "make dep-am".
521 * Makefile.in: Regenerate.
522 * po/SRC-POTFILES.in: Regenerate.
523
faed74d6
L
5242007-03-07 H.J. Lu <hongjiu.lu@intel.com>
525
526 * config.bfd (x86_64-*-freebsd*): Add bfd_efi_app_x86_64_vec.
527 (x86_64-*-kfreebsd*-gnu): Likewise.
528 (x86_64-*-netbsd*): Likewise.
529 (x86_64-*-openbsd*): Likewise.
530 (x86_64-*-linux-*): Likewise.
531
532 * configure.in: Support bfd_efi_app_x86_64_vec.
533 * configure: Regenerated.
534
535 * efi-app-x86_64.c: New file.
536
537 * targets.c (bfd_efi_app_x86_64_vec): New.
538 (_bfd_target_vector): Add bfd_efi_app_x86_64_vec.
539
15344ad7
L
5402007-03-07 Kai Tietz <kai.tietz@onevision.com>
541
542 * reloc.c (bfd_generic_get_relocated_section_contents): Remove
543 const for type reloc_howto_type.
544
ab96bf03
AM
5452007-03-07 Alan Modra <amodra@bigpond.net.au>
546
547 PR 3958
548 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): No error on relocatable link.
549 (elf_discarded_section): Move..
550 * bfd-in.h: ..to here.
551 * bfd-in2.h: Regenerate.
552 * elflink.c (elf_link_input_bfd): Don't zap relocs against symbols
553 from discarded sections before relocate_section has done its job.
554 * reloc.c (bfd_generic_get_relocated_section_contents): Handle
555 relocs against symbols from discarded sections.
556 * elf-hppa.h (elf_hppa_howto_table): Set size. Set dst_mask on
557 SECREL32.
558 (elf_hppa_relocate_section): Handle relocatable link after setting
559 sec, sym, h etc. for final link. Squash error messages for
560 relocatable link. Clear section contents for relocs against
561 symbols in discarded sections, and zero reloc. Remove existing
562 zero r_symndx code.
563 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
564 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
565 * elf32-arm.c (elf32_arm_relocate_section): Likewise.
566 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
567 * elf32-bfin.c (bfinfdpic_relocate_section): Likewise.
568 (bfin_relocate_section): Likewise.
569 * elf32-cr16c.c (elf32_cr16c_relocate_section): Likewise.
570 * elf32-cris.c (cris_elf_relocate_section): Likewise.
571 * elf32-crx.c (elf32_crx_relocate_section): Likewise.
572 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
573 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
574 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
575 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
576 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
577 * elf32-i370.c (i370_elf_relocate_section): Likewise.
578 * elf32-i386.c (elf_i386_relocate_section): Likewise.
579 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
580 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
581 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
582 * elf32-m32c.c (m32c_elf_relocate_section): Likewise.
583 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
584 * elf32-m68hc1x.c (elf32_m68hc11_check_relocs): Likewise.
585 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
586 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
587 * elf32-mep.c (mep_elf_relocate_section): Likewise.
588 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
589 * elf32-mt.c (mt_elf_relocate_section): Likewise.
590 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
591 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
592 * elf32-s390.c (elf_s390_relocate_section): Likewise.
593 * elf32-score.c (_bfd_score_elf_relocate_section): Likewise.
594 * elf32-sh.c (sh_elf_relocate_section): Likewise.
595 * elf32-spu.c (spu_elf_relocate_section): Likewise.
596 * elf32-v850.c (v850_elf_relocate_section): Likewise.
597 * elf32-vax.c (elf_vax_relocate_section): Likewise.
598 * elf32-xc16x.c (elf32_xc16x_relocate_section): Likewise.
599 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
600 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
601 * elf64-alpha.c (elf64_alpha_relocate_section_r): Likewise.
602 (elf64_alpha_relocate_section): Likewise.
603 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
604 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
605 * elf64-s390.c (elf_s390_relocate_section): Likewise.
606 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
607 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
608 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
609 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
610 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
611
612 * elf32-arm.c (elf32_arm_relocate_section): Always adjust section
613 symbols for relocatable link. Don't use always-zero st_value.
614 (elf_backend_rela_normal): Don't define.
615 * elf32-bfin.c (bfinfdpic_relocate_section): Use
616 RELOC_FOR_GLOBAL_SYMBOL.
617 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
618 * elf32-d10v.c (elf32_d10v_relocate_section): Combine SEC_MERGE
619 section symbol adjustments with same for relocatable link.
620 * elf32-i386.c (elf_i386_relocate_section): Likewise.
621 * elf32-m68hc1x.c (m68hc11_get_relocation_value): Move..
622 (elf32_m68hc11_check_relocs): ..to here.
623 * elf32-score.c (score_elf_final_link_relocate): Remove zero
624 r_symndx code.
625 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
626
0e922b77
AM
6272007-03-07 Alan Modra <amodra@bigpond.net.au>
628
629 PR 4144
630 * elf.c (assign_file_positions_for_load_sections): Don't
631 adjust p_memsz for !SEC_LOAD section vma modulo page size.
632 Instead, use the same lma based adjustment for SEC_LOAD
633 sections.
634
25c6282a
BW
6352007-03-01 Bob Wilson <bob.wilson@acm.org>
636
637 * elf32-xtensa.c (analyze_relocations): Zero src_count if not relaxing.
638 (find_relaxable_sections): Do not increment src_count for unknown
639 opcodes. Decode only once instead of calling is_l32r_relocation.
640 (compute_text_actions): Remove unused no_insn_move flag. Assert that
641 src_next matches src_count in relax_info.
642
066c2a57
JM
6432007-03-01 Joseph Myers <joseph@codesourcery.com>
644
645 * Makefile.am (bfdver.h): Use "." not " " between version number
646 and date.
647 * Makefile.in: Regenerate.
648 * configure.in (PKGVERSION): Default to "(GNU Binutils) ".
649 * configure: Regenerate.
650
ed6ba298
NS
6512007-02-28 Nathan Sidwell <nathan@codesourcery.com>
652
653 * config.bfd (sh-*-uclinux, sh[12]-*-uclinux): New stanza.
654
7a8757b3
AM
6552007-02-27 Alan Modra <amodra@bigpond.net.au>
656
657 * elf32-spu.h (struct _ovl_stream): Make "start" and "end" const.
658 * elf32-spu.c (ovl_mgr_pread): Add const to casts.
659
024b2372
CD
6602007-02-23 Carlos O'Donell <carlos@codesourcery.com>
661
662 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Assume 32-bit
663 DWARF even with 64-bit addresses.
664 (_bfd_dwarf2_find_nearest_line): Likewise.
665
cb3ff1e5
NC
6662007-02-23 Nick Clifton <nickc@redhat.com>
667
668 PR binutils/3535
669 * elf.c (copy_private_bfd_data): Always rewrite the program
670 headers when a Solaris interpreter segment is involved.
671
6a5bb875
PB
6722007-02-22 Paul Brook <paul@codesourcery.com>
673
674 * elflink.c (gc_mark_hook_fn): Remove.
675 (_bfd_elf_gc_mark): Rename gc_mark_hook_fn to elf_gc_mark_hook_fn.
676 (bfd_elf_gc_sections): Ditto. Call gc_mark_extra_sections.
677 * elf-bfd.h (elf_gc_mark_hook_fn): Define.
678 (elf_backend_data): Add gc_mark_extra_sections.
679 * elfxx-target.h (elf_backend_gc_mark_extra_sections): Provide default
680 definition.
681 (elfNN_bed): Add elf_backend_gc_mark_extra_sections.
682 * elf32-arm.c (elf32_arm_gc_mark_extra_sections): New function.
683 (elf_backend_gc_mark_extra_sections): Define.
684
2889e75b
NC
6852007-02-21 Nick Clifton <nickc@redhat.com>
686
687 * elf.c (_bfd_elf_map_sections_to_segments): If the
688 override_segment_assignment callback is defined then call it.
689
78859468
AM
6902007-02-21 Alan Modra <amodra@bigpond.net.au>
691
692 * elf32-spu.c (spu_elf_size_stubs): Correct order of warning args.
693
ae0d2616
TS
6942007-02-19 Thiemo Seufer <ths@mips.com>
695
696 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Remove
697 translation marker from untranslatable strings.
698
6bfdb61b
AM
6992007-02-19 Alan Modra <amodra@bigpond.net.au>
700
701 * elf-bfd.h (struct elf_backend_data): Add default_execstack.
702 * elflink.c (bfd_elf_size_dynamic_sections): Heed default_execstack.
703 * elfxx-target.h (elf_backend_default_execstack): Define to 1.
704 (elfNN_bed): Init new field.
705 * elf64-ppc.c (elf_backend_default_execstack): Define to 0.
706
92f01d61
JM
7072007-02-17 Mark Mitchell <mark@codesourcery.com>
708 Nathan Sidwell <nathan@codesourcery.com>
709 Vladimir Prus <vladimir@codesourcery.com
710 Joseph Myers <joseph@codesourcery.com>
711
712 * configure.in (--with-pkgversion): New option.
713 * configure: Regenerate.
714 * Makefile.am (bfdver.h): Substitute for @bfd_version_package@.
715 * Makefile.in: Regenerate.
716 * version.h (BFD_VERSION_STRING): Define using
717 @bfd_version_package@.
718
c0e3f241
CD
7192007-02-16 Carlos O'Donell <carlos@codesourcery.com>
720
721 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data):
722 Print EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT
723 and EF_MIPS_UCODE.
724
72f6ea61
AM
7252007-02-15 Alan Modra <amodra@bigpond.net.au>
726
727 * libbfd-in.h (_bfd_norelocs_get_reloc_upper_bound): Don't define,
728 declare.
729 (_bfd_norelocs_canonicalize_reloc): Likewise.
730 * libbfd.h: Regenerate.
731 * libbfd.c (_bfd_norelocs_get_reloc_upper_bound): New function.
732 (_bfd_norelocs_canonicalize_reloc): Likewise.
733 * binary.c (binary_bfd_reloc_type_lookup): Don't define.
734 (binary_get_reloc_upper_bound, binary_canonicalize_reloc): Likewise.
735 (binary_vec): Use _bfd_norelocs in BFD_JUMP_TABLE_RELOCS.
736 * ihex.c: Similarly.
737 * mach-o-target.c: Similarly.
738 * mach-o.c: Similarly.
739 * mmo.c: Similarly.
740 * pef.c: Similarly.
741 * ppcboot.c: Similarly.
742 * srec.c: Similarly.
743 * xsym.c: Similarly.
744
fab4a87f
L
7452007-02-14 H.J. Lu <hongjiu.lu@intel.com>
746
747 PR ld/3953
748 * elflink.c (_bfd_elf_add_default_symbol): Check warning symbol
749 when adding default symbol.
750
e4e0193e
AM
7512007-02-13 Alan Modra <amodra@bigpond.net.au>
752
753 * elf64-ppc.c (create_linkage_sections): Use section ".branch_lt"
754 for branch lookup table.
755
84f5d08e
AM
7562007-02-12 Alan Modra <amodra@bigpond.net.au>
757
758 * elf64-ppc.c (create_linkage_sections): Don't create
759 .rela.rodata.brlt for --emit-relocs.
760 (ppc_build_one_stub): Create relocs for brlt --emit-relocs here.
761 (ppc_size_one_stub): Count them. Simplify test of stub type
762 when counting stub relocs. Set SEC_RELOC too.
763 (ppc64_elf_size_stubs): Clear reloc_count and SEC_RELOC.
764 (ppc64_elf_finish_dynamic_sections): Output brlt relocs.
765
4aac632e
AM
7662007-02-12 Alan Modra <amodra@bigpond.net.au>
767
768 * elflink.c (evaluate_complex_relocation_symbols): Ignore relocs
769 with a zero symbol index.
770
8da3dbc5
AM
7712007-02-12 Alan Modra <amodra@bigpond.net.au>
772
773 * elflink.c (bfd_elf_discard_info): Tidy setting of "eh".
774
b31847af
DB
7752007-02-05 Dave Brolley <brolley@redhat.com>
776 Stan Cox <scox@redhat.com>
777
778 PR ld/3972
779 * elflink.c (elf_link_input_bfd): Always setup finfo->internal_syms.
780
722b0ff7 7812007-02-05 Dave Brolley <brolley@redhat.com>
e382d174
DB
782 Richard Sandiford <rsandifo@redhat.com>
783 Stan Cox <scox@redhat.com>
784 Nick Clifton <nickc@redhat.com>
785 DJ Delorie <dj@redhat.com>
786 Frank Ch. Eigler <fche@redhat.com>
787 Ben Elliston <bje@redhat.com>
788 Richard Henderson <rth@redhat.com>
789
790 * Makefile.am (ALL_MACHINES): Add cpu-mep.lo.
791 (ALL_MACHINES_CFILES): Add CPU_MEP.c.
792 (BFD32_BACKENDS): Add elf32-mep.lo.
793 (BFD32_BACKENDS_CFILES): Add elf32-mep.c.
794 (cpu-mep.lo,elf32-mep.lo): New targets.
795 * archures.c (bfd_arch_mep): New enumerator.
796 (bfd_mach_mep, bfd_mach_mep_h1): New macros.
797 (bfd_mep_arch): New external variable.
798 (bfd_archures_list): Add bfd_mep_arch.
799 * config.bfd: Support mep-*-elf.
800 * configure.in: Support bfd_elf32_mep_vec and bfd_elf32_mep_little_vec.
801 * reloc.c (BFD_RELOC_MEP_*): New relocation numbers.
802 * targets.c (bfd_elf32_mep_vec,bfd_elf32_mep_little_vec): New extern
803 declarations.
804 (_bfd_target_vector): Add bfd_elf32_mep_vec and
805 bfd_elf32_mep_little_vec.
722b0ff7
DB
806 * mep-relocs.pl: New file.
807 * cpu-mep.c: New file.
808 * elf32-mep.c: New file.
809 * bfd-in2.h: Regenerate.
e382d174 810 * po/POTFILES.in: Regenerate.
722b0ff7
DB
811 * libbfd.h: Regenerate.
812 * Makefile.in: Regenerate.
813 * configure: Regenerate.
814
d9352518
DB
8152007-02-05 Dave Brolley <brolley@redhat.com>
816
817 * elflink.c (evaluate_complex_relocation_symbols): Check for
818 STT_SRELC for global symbols.
819 (perform_complex_relocations): Renamed to
820 perform_complex_relocation and now examines only one relocation.
821 (elf_link_input_bfd): Don't call perform_complex_relocations.
74e880a7 822 * elf-bfd.h (bfd_elf_perform_complex_relocation_: New prototype.
d9352518
DB
823 * elf32-mep.c (mep_elf_howto_table): Add R_RELC.
824 (OD,OS,OU): #undefs corrected to N, S and U repectively.
825 (mep_reloc_type_lookup): Handle BFD_RELOC_RELC.
826 (complex_reloc_installation_howto): Removed.
827 (mep_info_to_howto_rela): Remove special case for r_type==0xff.
828 (mep_elf_relocate_section): Call bfd_elf_perform_complex_relocation.
829
d9352518 8302007-02-05 Dave Brolley <brolley@redhat.com>
e382d174
DB
831 Richard Sandiford <rsandifo@redhat.com>
832 DJ Delorie <dj@redhat.com>
833 Graydon Hoare <graydon@redhat.com>
834 Nick Clifton <nickc@cambridge.redhat.com>
835 Jeff Holcomb <jeffh@redhat.com>
836 Frank Ch. Eigler <fche@redhat.com>
837
838 * elf-bfd.h (bfd_elf_perform_complex_relocations): New prototype.
839 * elf.c (swap_out_syms): Handle BSF_RELC and BSF_SRELC.
840 * elfcode.h (elf_slurp_symbol_table): Handle STT_RELC and STT_SRELC.
841 * elflink.c (set_symbolValue): New static function.
d9352518
DB
842 (resolve_symbol): Likewise.
843 (resolve_section): Likewise.
844 (undefined_reference): Likewise.
845 (eval_symbol): Likewise.
846 (evaluate_complex_relocation_symbols): Likewise.
847 (put_value): Likewise.
848 (get_value): Likewise.
e382d174
DB
849 (decode_complex_addend):
850 (bfd_elf_perform_complex_relocation): New function.
851 (elf_link_input_bfd): Call evaluate_complex_relocation_symbols.
852 * reloc.c (BFD_RELOC_RELC): New relocation number.
853 * syms.c (BSF_RELC,BSF_SRELC): New macros.
d9352518 854
f1ab2340 8552007-02-05 Bob Wilson <bob.wilson@acm.org>
74e880a7 856
f1ab2340
BW
857 * elf32-xtensa.c (elf_xtensa_make_sym_local): Delete.
858 (elf_xtensa_hide_symbol, elf_backend_hide_symbol): Delete.
859 (elf_xtensa_fix_refcounts, elf_xtensa_allocate_plt_size)
860 (elf_xtensa_allocate_got_size): Replace these with...
861 (elf_xtensa_allocate_dynrelocs): ...this new function.
862 (elf_xtensa_size_dynamic_sections): Use it.
74e880a7 863
e5f131d1 8642007-02-05 Bob Wilson <bob.wilson@acm.org>
74e880a7 865
e5f131d1
BW
866 * elf32-xtensa.c (elf_howto_table) <R_XTENSA_GLOB_DAT>
867 <R_XTENSA_JMP_SLOT, R_XTENSA_RELATIVE, R_XTENSA_PLT, R_XTENSA_DIFF32>:
868 Set src_mask to zero.
869 <R_XTENSA_DIFF8, R_XTENSA_DIFF16>: Likewise. Also fix dst_mask.
870 <R_XTENSA_ASM_EXPAND>: Set pcrel_offset to TRUE.
74e880a7 871
4608f3d9
BW
8722007-02-02 Bob Wilson <bob.wilson@acm.org>
873
874 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Renamed to...
875 (elf_xtensa_dynamic_symbol_p): ...this.
876
f0e6fdb2
BW
8772007-02-02 Bob Wilson <bob.wilson@acm.org>
878
879 * elf32-xtensa.c (plt_reloc_count): Move into link hash table.
880 (struct elf_xtensa_link_hash_table): New.
881 (elf_xtensa_hash_table): New.
882 (elf_xtensa_link_hash_table_create): New.
883 (elf_xtensa_check_relocs): Update plt_reloc_count references.
884 Update arguments to add_extra_plt_sections.
885 (elf_xtensa_create_dynamic_sections): Record new sections in the hash
886 table. Update for plt_reloc_count and add_extra_plt_sections.
887 (add_extra_plt_sections, elf_xtensa_create_plt_entry): Replace dynobj
888 argument with link info. Update calls to elf_xtensa_get_plt_section
889 and elf_xtensa_get_gotplt_section.
890 (elf_xtensa_allocate_local_got_size, elf_xtensa_size_dynamic_sections)
891 (elf_xtensa_relocate_section, elf_xtensa_finish_dynamic_sections)
892 (elf_xtensa_discard_info_for_section, shrink_dynamic_reloc_sections)
893 (relax_property_section): Get sections from the hash table and update
894 function calls.
895 (elf_xtensa_get_plt_section, elf_xtensa_get_gotplt_section): Replace
896 dynobj argument with link info. Get sections for first plt chunk from
897 the hash table.
898 (bfd_elf32_bfd_link_hash_table_create): Define.
899
c15f73f9
JJ
9002007-02-02 Jakub Jelinek <jakub@redhat.com>
901
902 * elf-bfd.h (struct elf_obj_tdata): Change symbuf type to void *.
903 * elf.c (struct elf_symbuf_symbol, struct elf_symbuf_head): New types.
904 (struct elf_symbol): Change first member into union.
905 (elf_sort_elf_symbol): Compare pointers to internal syms rather than
906 internal syms. Only compare st_shndx fields.
907 (elf_create_symbuf): New function.
908 (bfd_elf_match_symbols_in_sections): Use it. If symbufs are available
909 for bfds, use a binary search, otherwise don't qsort symbols
910 unnecessarily only to select which symbols are for the particular
911 shndx.
912
effdf42a
NC
9132007-02-01 Nick Clifton <nickc@redhat.com>
914
915 PR ld/3852
916 * elf.c (_bfd_elf_link_hash_table_init): Initialize all the fields
917 in the elf_link_hash_table structure.
918
183e98be
AM
9192007-02-01 Alan Modra <amodra@bigpond.net.au>
920
921 * elf-bfd.h (struct elf_backend_data): Add elf_backend_write_core_note.
922 * elfxx-target.h (elf_backend_write_core_note): Define and use.
923 * elf.c (elfcore_write_prpsinfo): Call the above. Add support for
924 32-bit core note on 64-bit target.
925 (elfcore_write_prstatus): Likewise.
926 (elfcore_write_lwpstatus): Make note_name const.
927 (elfcore_write_prfpreg): Likewise.
928 (elfcore_write_pstatus): Add support for 32-bit core note on 64-bit
929 target.
930 * elf32-ppc.c (ppc_elf_write_core_note): New function.
931 (elf_backend_write_core_note): Define.
932 * elf64-ppc.c (ppc64_elf_write_core_note): New function.
933 (elf_backend_write_core_note): Define.
934
fc523535 9352007-01-31 H.J. Lu <hongjiu.lu@intel.com>
16cecee5
L
936
937 * elf32-cris.c (INCLUDED_TARGET_FILE): Removed.
938 (elf32_bed): Defined for elf32-us-cris.
939
940 * elf64-sh64.c (elf64_bed): Defined for Linux.
941 (INCLUDED_TARGET_FILE): Removed.
942
943 * elfxx-target.h (elfNN_bed): Always define. Don't check
944 INCLUDED_TARGET_FILE.
945
c9b57b7e
DD
9462007-01-31 DJ Delorie <dj@redhat.com>
947
948 * elf-m10300.c (mn10300_elf_relocate_section): Clarify the warning
949 message for dangerous relocs, special case the common user error.
950
53020534
L
9512007-01-30 H.J. Lu <hongjiu.lu@intel.com>
952
953 * elf.c (copy_elf_program_header): Start from the first section
954 in a segment and stop when all sections in a segment are
955 accounted for.
956
c7b8f16e
JB
9572007-01-29 Julian Brown <julian@codesourcery.com>
958
959 * bfd-in2.h: Regenerate.
960 * bfd-in.h (bfd_arm_vfp11_fix): New enum. Specify how VFP11
961 instruction scanning should be done.
962 (bfd_elf32_arm_init_maps, bfd_elf32_arm_vfp11_erratum_scan)
963 (bfd_elf32_arm_vfp11_fix_veneer_locations): Add prototypes.
964 (bfd_elf32_arm_set_target_relocs): Add vfp11 fix type argument to
965 prototype.
966 * elf-bfd.h (elf_backend_write_section): Add struct bfd_link_info
967 argument.
968 * elf32-arm.c (VFP11_ERRATUM_VENEER_SECTION_NAME)
969 (VFP11_ERRATUM_VENEER_ENTRY_NAME): Define macros.
970 (elf32_vfp11_erratum_type): New enum.
971 (elf32_vfp11_erratum_list): New struct. List of veneers or jumps to
972 veneers.
973 (_arm_elf_section_data): Add mapsize, erratumcount, erratumlist.
974 (elf32_arm_link_hash_table): Add vfp11_erratum_glue_size,
975 vfp11_fix and num_vfp11_fixes fields.
976 (elf32_arm_link_hash_table_create): Initialise vfp11_fix,
977 vfp11_erratum_glue_size, num_vfp11_fixes fields.
978 (VFP11_ERRATUM_VENEER_SIZE): Define. Size of an (ARM) veneer.
979 (bfd_elf32_arm_allocate_interworking_sections): Initialise erratum
980 glue section.
981 (elf32_arm_section_map_add): Add an code/data mapping symbol entry
982 to a section's map.
983 (record_vfp11_erratum_veneer): Create a single veneer, and its
984 associated symbols.
985 (bfd_elf32_arm_add_glue_sections_to_bfd): Add vfp11 erratum glue.
986 (bfd_elf32_arm_init_maps): Initialise mapping symbol table for input
987 BFDs.
988 (bfd_elf32_arm_set_vfp11_fix): Set the type of erratum workaround
989 required.
990 (bfd_arm_vfp11_pipe): Define VFP11 instruction pipes.
991 (bfd_arm_vfp11_regno): Recode a register number from a VFP11 insn.
992 (bfd_arm_vfp11_write_mask): Update write mask according to coded
993 register number.
994 (bfd_arm_vfp11_antidependency): New function.
995 (bfd_arm_vfp11_insn_decode): Decode a VFP11 insn.
996 (elf32_arm_compare_mapping): Declare.
997 (bfd_elf32_arm_vfp11_erratum_scan): Scan the sections of an input
998 BFD for potential erratum-triggering insns. Record results.
999 (bfd_elf32_arm_vfp11_fix_veneer_locations): Find out where veneers
1000 and branches to veneers have been placed in virtual memory after
1001 layout.
1002 (bfd_elf32_arm_set_target_relocs): Set vfp11_fix field in global
1003 hash table.
1004 (elf32_arm_output_symbol_hook): Remove.
1005 (elf32_arm_write_section): Output veneers, and branches to veneers.
1006 Use maps from input sections, not output sections, for code
1007 byte-swapping.
1008 * elf32-ppc.c (ppc_elf_write_section): Add dummy link_info argument.
1009 * elf32-score.c (_bfd_score_elf_write_section): Likewise.
1010 * elfxx-mips.c (_bfd_mips_elf_write_section): Likewise.
1011 * elfxx-mips.h (_bfd_mips_elf_write_section): Likewise.
1012
10132007-01-27 H.J. Lu <hongjiu.lu@intel.com>
83d1651b
L
1014
1015 * elf64-hppa.c (elf64_bed): Defined for HPUX and Linux.
b8210914 1016 (INCLUDED_TARGET_FILE): Removed.
83d1651b 1017
914dfb0f
DA
10182007-01-27 Mike Frysinger <vapier@gentoo.org>
1019
1020 * elf32-hppa.c (elf32_bed): Define for hpux, linux and netbsd.
1021 (INCLUDED_TARGET_FILE): Remove.
1022
78eba9b6
DD
10232007-01-25 DJ Delorie <dj@redhat.com>
1024
1025 * elf32-m32c.c (m32c_elf_howto_table): Don't complain about
1026 R_M32C_16 or R_M32C_24 relocs.
1027
64ee10b6
NC
10282007-01-25 Nick Clifton <nickc@redhat.com>
1029
1030 PR binutils/3874
1031 * elf32-avr.c (avr_link_hash_table): Check to make sure that the
1032 hash table was created by elf32_avr_link_hash_table_create before
1033 using it.
1034 (elf32_avr_link_hash_newfunc): New function. Just pass the call
1035 through to _bfd_elf_link_hash_newfunc.
1036 (elf32_avr_link_hash_table_create): Use
1037 elf32_avr_link_hash_newfunc instead of
1038 _bfd_elf_link_hash_newfunc.
1039 (elf32_avr_relocate_section): Check for the hash table pointer
1040 being NULL.
1041 (elf32_avr_relax_section, avr_build_one_stub,
1042 elf32_avr_setup_params, get_local_syms, elf32_avr_size_stubs,
1043 elf32_avr_build_stubs): Likewise.
1044
40b36307
L
10452007-01-16 H.J. Lu <hongjiu.lu@intel.com>
1046
1047 PR ld/3831
1048 * elf-bfd.h (bfd_elf_link_mark_dynamic_symbol): Add an
1049 argument, Elf_Internal_Sym *.
1050
1051 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Mark a data
1052 symbol dynamic if info->dynamic_data is TRUE.
1053 (bfd_elf_record_link_assignment): Updated call to
1054 bfd_elf_record_link_assignment.
1055 (_bfd_elf_merge_symbol): Likewise. Always call
1056 bfd_elf_link_mark_dynamic_symbol.
1057
fc523535 10582007-01-12 H.J. Lu <hongjiu.lu@intel.com>
a454209d
L
1059
1060 * Makefile.am (BFD_LIBS): Removed.
1061 * Makefile.in: Regenerated.
1062
fc523535 10632007-01-11 H.J. Lu <hongjiu.lu@intel.com>
21e40a48
L
1064
1065 PR binutils/3631
1066 * Makefile.am (OFILES): Add @bfd64_libs@.
1067 (libbfd_la_SOURCES): Remove $(BFD64_LIBS_CFILES).
1068 * Makefile.in: Regenerated.
1069
1070 * configure.in (bfd_libs): Replaced by ...
1071 (bfd64_libs): This.
1072 * configure: Regenerated.
1073
59e0647f
NS
10742007-01-11 Nathan Sidwell <nathan@codesourcery.com>
1075
1076 * elf.c (assign_file_positions_for_load_sections): We can
1077 require fewer phdrs than expected.
1078
3bdcfdf4
KH
10792007-01-08 Kazu Hirata <kazu@codesourcery.com>
1080
1081 * archures.c (bfd_mach_cpu32_fido): Rename to bfd_mach_fido.
1082 * bfd-in2.h: Regenerate.
1083 * cpu-m68k.c (arch_info_struct): Use bfd_mach_fido instead of
1084 bfd_mach_cpu32_fido.
1085 (m68k_arch_features): Use fido_a instead of cpu32.
1086 (bfd_m68k_compatible): Reject the combination of Fido and
1087 ColdFire. Accept the combination of CPU32 and Fido with a
1088 warning.
1089 * elf32-m68k.c (elf32_m68k_object_p,
1090 elf32_m68k_merge_private_bfd_data,
1091 elf32_m68k_print_private_bfd_data): Treat Fido as an
1092 architecture by itself.
1093
42037fe5
NC
10942007-01-08 Kai Tietz <kai.tietz@onevision.com>
1095
1096 * config.bfd: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
1097
ebe8b991
JJ
10982007-01-05 Jakub Jelinek <jakub@redhat.com>
1099
1100 * texhex.c (first_phase): Don't fall through into the default
1101 case.
1102 (pass_over): Replace abort () calls with return FALSE. Fix
1103 buffer overflow.
1104
b327f31f
AM
11052007-01-04 Jie Zhang <jie.zhang@analog.com>
1106
1107 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't set
1108 SEC_EXCLUDE on zero size .eh_frame.
1109
10a2343e 1110For older changes see ChangeLog-2006
56882138
AM
1111\f
1112Local Variables:
1113mode: change-log
1114left-margin: 8
1115fill-column: 74
1116version-control: never
1117End: