bfd/
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
362d30a1
RS
12010-12-02 Richard Sandiford <richard.sandiford@linaro.org>
2
3 * elf32-arm.c (elf32_arm_link_hash_table): Remove sgot, sgotplt,
4 srelgot, splt, srelplt.
5 (create_got_section, elf32_arm_link_hash_table_create): Don't set them.
6 (elf32_arm_create_dynamic_sections): Likewise. Use htab->root
7 fields instead.
8 (arm_type_of_stub): Use the root fields instead of the removed ones.
9 (cortex_a8_erratum_scan, elf32_arm_size_stubs): Likewise.
10 (bfd_elf32_arm_process_before_allocation): Likewise.
11 (elf32_arm_check_relocs, allocate_dynrelocs): Likewise.
12 (elf32_arm_size_dynamic_sections): Likewise.
13 (elf32_arm_output_arch_local_syms): Likewise.
14 (elf32_arm_final_link_relocate): Set sgot, splt and srelgot from the
15 htab fields instead of looking them up by name. Consistently use
16 these local variables instead of htab fields.
17 (elf32_arm_finish_dynamic_symbol): Likewise sgot, splt and srel.
18 Use srelbss instead of looking it up by name.
19 (elf32_arm_finish_dynamic_sections): Use sgotplt, splt and srelplt
20 instead of looking up the symbols by name. Use the root fields
21 instead of the removed ones.
22
0bdcacaf
RS
232010-12-02 Richard Sandiford <richard.sandiford@linaro.org>
24
25 * elf32-arm.c (elf32_arm_relocs_copied): Delete.
26 (elf32_arm_link_hash_entry): Replace relocs_copied with dyn_relocs.
27 (elf32_arm_link_hash_newfunc): Update accordingly.
28 (elf32_arm_copy_indirect_symbol, elf32_arm_gc_sweep_hook): Likewise.
29 (elf32_arm_check_relocs, allocate_dynrelocs): Likewise.
30 (elf32_arm_readonly_dynrelocs): Likewise.
31 (elf32_arm_size_dynamic_sections): Likewise.
32
0c98115d
PK
332010-12-02 Paul Koning <ni1d@arrl.net>
34
35 * pdp11.c (aout_link_add_symbols): Ignore debug symbols.
36
9203b09a
AM
372010-11-30 Joel Sherrill <joel.sherrill@oarcorp.com>
38
39 * config.bfd: Add sparc64-rtems.
40
1de34e0a
AM
412010-11-25 Alan Modra <amodra@gmail.com>
42
43 * po/es.po: Update.
44 * po/fi.po: Update.
45 * po/fr.po: Update.
46 * po/ja.po: Update.
47 * po/zh_CN.po: Update.
48
c09a7c7e
JB
492010-11-24 Joel Brobecker <brobecker@adacore.com>
50
51 * Makefile.am (OPTIONAL_BACKENDS): Add rs6000-core.lo.
52 (OPTIONAL_BACKENDS_CFILES): Add rs6000-core.c.
53 * Makefile.in: Regenerate.
54
cd9e734e
AM
552010-11-24 Alan Modra <amodra@gmail.com>
56
57 PR ld/12253
58 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Correct
59 DW_EH_PE_datarel handling. Truncate .eh_frame_hdr address to
60 ptr_size.
61
d051516a
NC
622010-11-23 Mingming Sun <mingm.sun@gmail.com>
63
64 * elfxx-mips.c (mips_set_isa_flags): Move bfd_mach_loongson_3a
65 after bfd_mach_mips_sb1.
66
5c32d344
TG
672010-11-17 Tristan Gingold <gingold@adacore.com>
68
69 * vms-lib.c (vms_write_index): Add comments.
70 Partially revert previous patch. Free blocks later.
71
79520e0d
NC
722010-11-17 Nick Clifton <nickc@redhat.com>
73
74 PR ld/12161
75 * elf32-avr.c (elf32_avr_check_relocs): Delete.
76 (elf_backend_check_relocs): Delete.
77
781303ce
MF
782010-11-16 Jie Zhang <jie.zhang@analog.com>
79
80 * elf32-bfin.c (elf32_bfin_code_in_l1): New variable.
81 (elf32_bfin_data_in_l1): New variable.
82 (elf32_bfin_final_write_processing): New.
83 (elf_backend_final_write_processing): Define.
84
6936240e
MF
852010-11-15 Mike Frysinger <vapier@gentoo.org>
86
87 PR binutils/12177
88 * elf32-bfin.c (_bfin_create_got_section): Drop unused flags code.
89
e326bf5f
L
902010-11-12 H.J. Lu <hongjiu.lu@intel.com>
91
92 * archive.c (_bfd_get_elt_at_filepos): Copy BFD_COMPRESS and
93 BFD_DECOMPRESS.
94 (bfd_openr_next_archived_file): Revert the last change.
95
fd503541
NC
962010-11-11 Mingming Sun <mingm.sun@gmail.com>
97
98 * archures.c (bfd_mach_mips_loongson_3a): Defined.
99 * bfd-in2.h (bfd_mach_mips_loongson_3a): Defined.
100 * cpu-mips.c (I_loongson_3a): New add.
101 (arch_info_struct): Add loongson_3a.
102 * elfxx-mips.c (_bfd_elf_mips_mach): Add loongson_3a.
103 (mips_set_isa_flags): Add loongson_3a.
104 (mips_mach_extensions): Add loongson_3a in MIPS64 extensions.
105
51020d21
RS
1062010-11-10 Richard Sandiford <richard.sandiford@linaro.org>
107
108 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Remove unused
109 variables.
110
8e295ce0
NC
1112010-11-10 Nick Clifton <nickc@redhat.com>
112
113 * po/ja.po: Updated Japanese translation.
114 * po/ru.po: Updated Russian translation.
115
6548efc1
NC
1162010-11-08 Nick Clifton <nickc@redhat.com>
117
118 * po/ja.po: Updated Japanese translation.
119
4e011fb5
AM
1202010-11-08 Alan Modra <amodra@gmail.com>
121
122 * hash.c (bfd_hash_hash): Extract from..
123 (bfd_hash_lookup): ..here.
124 (bfd_hash_rename): New function.
125 * section.c (bfd_rename_section): New function.
126 * bfd-in.h (bfd_hash_rename): Declare.
127 * bfd-in2.h: Regenerate.
128 * elf.c (_bfd_elf_make_section_from_shdr): Rename input sections
129 when compressing or decompressing. Don't assert name match.
130 * elf64-hppa.c (get_reloc_section): Don't assert name match.
131 * elfxx-ia64.c (get_reloc_section): Likewise.
132
0547accf
JM
1332010-11-05 Joseph Myers <joseph@codesourcery.com>
134
135 * elf32-tic6x.c (elf32_tic6x_obj_attrs_handle_unknown): New.
136 (elf32_tic6x_merge_attributes): Use
137 _bfd_elf_merge_unknown_attribute_low and
138 _bfd_elf_merge_unknown_attribute_list.
139 (elf_backend_obj_attrs_handle_unknown): Define.
140
e1a6b263
JM
1412010-11-05 Joseph Myers <joseph@codesourcery.com>
142
143 * elf-attrs.c (_bfd_elf_merge_unknown_attribute_low,
144 _bfd_elf_merge_unknown_attribute_list): Correct test for matching
145 string attributes.
146
2ee0aedf
TG
1472010-11-05 Tristan Gingold <gingold@adacore.com>
148
149 * po/bfd.pot: Regenerate
150
374817d5
TG
1512010-11-05 Tristan Gingold <gingold@adacore.com>
152
153 * configure.in: Bump version to 2.21.51
154 * configure: Regenerate.
155
21d790b9
MR
1562010-11-04 Maciej W. Rozycki <macro@codesourcery.com>
157
158 PR ld/10144
159 * elfxx-mips.c (_bfd_mips_elf_check_relocs)
160 [R_MIPS_32, R_MIPS_REL32, R_MIPS_64]: Ignore relocs from
161 SEC_DEBUGGING sections.
162
dd7f9124
TG
1632010-11-04 Tristan Gingold <gingold@adacore.com>
164
165 * vms-lib.c (vms_write_index): Fix thinko: reverse the loop.
166 Use bfd_zmalloc instead of bfd_malloc. Fix comment.
167
802d4822
KT
1682010-11-04 Kai Tietz <kai.tietz@onevision.com>
169
170 * coffcode.h (GNU_LINKONCE_WT): New.
171 (sec_to_styp_flags): Add handling of new debug
172 section.
173 (styp_to_sec_flags): Likewise.
174
52e00d50
TG
1752010-11-04 Tristan Gingold <gingold@adacore.com>
176
177 * makefile.vms (CFLAGS): Make badalias warnings informational.
178 * vms-lib.c (vms_lib_bread): Avoid arithmetic on void pointer.
179
e8b36cd1
JM
1802010-11-04 Joseph Myers <joseph@codesourcery.com>
181
182 * elf-attrs.c (_bfd_elf_merge_unknown_attribute_low,
183 _bfd_elf_merge_unknown_attribute_list): New.
184 * elf-bfd.h (struct elf_backend_data): Add
185 obj_attrs_handle_unknown.
186 (_bfd_elf_merge_unknown_attribute_low,
187 _bfd_elf_merge_unknown_attribute_list): Declare.
188 * elf32-arm.c (elf32_arm_obj_attrs_handle_unknown): New. Split
189 out from elf32_arm_merge_eabi_attributes.
190 (elf32_arm_merge_eabi_attributes): Use
191 _bfd_elf_merge_unknown_attribute_low and
192 _bfd_elf_merge_unknown_attribute_list.
193 (elf_backend_obj_attrs_handle_unknown): Define.
194 * elfxx-target.h (elf_backend_obj_attrs_handle_unknown): Define.
195 (elfNN_bed): Update initializer.
196
6b6bc957
L
1972010-11-02 H.J. Lu <hongjiu.lu@intel.com>
198
199 * bfd.c (BFD_FLAGS_FOR_BFD_USE_MASK): New.
200 * bfd-in2.h: Regenerated.
201
87779176
JM
2022010-11-02 Joseph Myers <joseph@codesourcery.com>
203
204 * elf32-tic6x.c (elf32_tic6x_obj_attrs_arg_type): Except for
205 Tag_ABI_compatibility, treat odd tags as strings and even ones as
206 integers.
207 (elf32_tic6x_obj_attrs_order, elf32_tic6x_tag_to_array_alignment,
208 elf32_tic6x_array_alignment_to_tag): New.
209 (elf32_tic6x_merge_attributes): Handle more attributes. Set type
210 for merged attributes.
211 (elf_backend_obj_attrs_order): Define.
212
e77760d2
MR
2132010-10-29 Maciej W. Rozycki <macro@codesourcery.com>
214
215 * elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo.
216
ae6a0217
L
2172010-10-29 Pawel Sikora <pluto@pld-linux.org>
218
219 PR binutils/12075
220 * compress.c (bfd_compress_section_contents): Use uLong on
221 compressed_size.
222
3cbd1c06
JM
2232010-10-29 Joseph Myers <joseph@codesourcery.com>
224
225 * elf32-tic6x.c (elf32_tic6x_obj_attrs_arg_type): Check
226 Tag_ABI_compatibility not Tag_compatibility.
227 (elf32_tic6x_merge_attributes): Update compatibility attribute
228 name in comment. Return FALSE if merging common attributes fails.
229
f432e63c
NC
2302010-10-29 Nick Clifton <nickc@redhat.com>
231
232 PR bintils/6962
233 * coffcode.h (handle_COMDAT): Only check the base type when
234 looking for a section symbol.
235
4a114e3e
L
2362010-10-29 H.J. Lu <hongjiu.lu@intel.com>
237 Cary Coutant <ccoutant@google.com>
238
239 * archive.c (bfd_openr_next_archived_file): Copy BFD_COMPRESS
240 and BFD_DECOMPRESS.
241
242 * bfd.c (BFD_COMPRESS): New.
243 (BFD_DECOMPRESS): Likewise.
244 (BFD_FLAGS_SAVED): Likewise.
245 (bfd_preserve_save): Replace BFD_IN_MEMORY with BFD_FLAGS_SAVED.
246
247 * compress.c (bfd_uncompress_section_contents): Removed.
248 (get_uncompressed_size): New.
249 (decompress_contents): Likewise.
250 (bfd_compress_section_contents): Likewise.
251 (bfd_get_full_section_contents): Likewise.
252 (bfd_is_section_compressed): Likewise.
253 (bfd_init_section_decompress_status): Likewise.
254 (bfd_init_section_compress_status): Likewise.
255
256 * dwarf2.c (dwarf_debug_sections): New.
257 (dwarf_debug_section_enum): Likewise.
258 (read_section): Remove section_name and compressed_section_name.
259 Add dwarf_debug_section_enum. Try compressed debug section.
260 (read_indirect_string): Updated.
261 (read_abbrevs): Likewise.
262 (decode_line_info): Likewise.
263 (read_debug_ranges): Likewise.
264 (find_line): Updated.
265
266 * ecoff.c (bfd_debug_section): Add compress_status and
267 compressed_size.
268
269 * elf.c (_bfd_elf_make_section_from_shdr): Call
270 bfd_is_section_compressed to check if a DWARF debug section is
271 compressed. Call bfd_init_section_compress_status or
272 bfd_init_section_decompress_status if needed.
273
274 * elflink.c (elf_link_input_bfd): Replace bfd_get_section_contents
275 with bfd_get_full_section_contents.
276 * merge.c (_bfd_add_merge_section): Likewise.
277 * reloc.c (bfd_generic_get_relocated_section_contents): Likewise.
278 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
279
280 * elfxx-target.h (TARGET_BIG_SYM): Allow BFD_COMPRESS and
281 BFD_DECOMPRESS.
282 (TARGET_LITTLE_SYM): Likewise.
283
284 * libbfd-in.h (dwarf_debug_section): New.
285 (dwarf_debug_sections): Likewise.
286
287 * libbfd.c (_bfd_generic_get_section_contents): Issue an error
288 when getting contents on compressed/decompressed section.
289
290 * section.c (COMPRESS_SECTION_NONE): New.
291 (COMPRESS_SECTION_DONE): Likewise.
292 (DECOMPRESS_SECTION_SIZED): Likewise.
293 (BFD_FAKE_SECTION): Add compress_status and compressed_size.
294 (bfd_malloc_and_get_section): Replace bfd_get_section_contents
295 with bfd_get_full_section_contents.
296
297 * bfd-in2.h: Regenerated.
298 * libbfd.h: Likewise.
299
b5593623 3002010-10-29 Bernd Schmidt <bernds@codesourcery.com>
1de34e0a 301 Joseph Myers <joseph@codesourcery.com>
b5593623
JM
302
303 * elf32-tic6x.c (elf32_tic6x_merge_attributes): Check for mismatch
304 of DSBT attributes.
305
e4067dbb
DJ
3062010-10-25 Daniel Jacobowitz <dan@codesourcery.com>
307
308 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Always call
309 _bfd_clear_contents. Pass it the input section.
310 * libbfd-in.h (_bfd_clear_contents): Add input_section argument.
311 * libbfd.h: Regenerate.
312 * reloc.c (_bfd_clear_contents): Take input_section argument.
313 Use non-zero for .debug_ranges.
314 (bfd_generic_get_relocated_section_conten): Update _bfd_clear_contents
315 call.
316
317 * elf32-arm.c (elf32_arm_relocate_section): Use
318 RELOC_AGAINST_DISCARDED_SECTION.
319 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
320 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
321 * elf32-arm.c (elf32_arm_relocate_section): Likewise.
322 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
323 * elf32-bfin.c (bfin_relocate_section): Likewise.
324 (bfinfdpic_relocate_section): Likewise.
325 * elf32-cr16.c (elf32_cr16_relocate_section): Likewise.
326 * elf32-cr16c.c (elf32_cr16c_relocate_section): Likewise.
327 * elf32-cris.c (cris_elf_relocate_section): Likewise.
328 * elf32-crx.c (elf32_crx_relocate_section): Likewise.
329 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
330 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
331 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
332 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
333 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
334 * elf32-i370.c (i370_elf_relocate_section): Likewise.
335 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
336 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
337 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
338 * elf32-lm32.c (lm32_elf_relocate_section): Likewise.
339 * elf32-m32c.c (m32c_elf_relocate_section): Likewise.
340 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
341 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
342 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
343 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
344 * elf32-mep.c (mep_elf_relocate_section): Likewise.
345 * elf32-moxie.c (moxie_elf_relocate_section): Likewise.
346 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
347 * elf32-mt.c (mt_elf_relocate_section): Likewise.
348 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
349 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
350 * elf32-rx.c (rx_elf_relocate_section): Likewise.
351 * elf32-s390.c (elf_s390_relocate_section): Likewise.
352 * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
353 * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
354 * elf32-sh.c (sh_elf_relocate_section): Likewise.
355 * elf32-spu.c (spu_elf_relocate_section): Likewise.
356 * elf32-tic6x.c (elf32_tic6x_relocate_section): Likewise.
357 * elf32-v850.c (v850_elf_relocate_section): Likewise.
358 * elf32-vax.c (elf_vax_relocate_section): Likewise.
359 * elf32-xc16x.c (elf32_xc16x_relocate_section): Likewise.
360 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
361 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
362 * elf64-alpha.c (elf64_alpha_relocate_section_r): Likewise.
363 (elf64_alpha_relocate_section): Likewise.
364 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
365 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
366 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
367 * elf64-s390.c (elf_s390_relocate_section): Likewise.
368 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
369 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
370 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
371 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
372
c0621d88
NS
3732010-10-25 Nathan Sidwell <nathan@codesourcery.com>
374
375 * elf32-tic6x.c: Add attribution.
376
2a229407
AM
3772010-10-25 Alan Modra <amodra@gmail.com>
378
379 * elf32-arm.c (find_stub_size_and_template): Avoid uninitialized
380 var warning at -O3.
381
59a9808d
AM
3822010-10-25 Alan Modra <amodra@gmail.com>
383
384 * opncls.c (bfd_alloc, bfd_zalloc): Don't mark internal.
385 * libbfd-in.h (bfd_alloc, bfd_zalloc): Don't declare here.
386 * libbfd.h: Regenerate
387 * bfd-in2.h: Regenerate.
388
fc1cfaa5
AM
3892010-10-25 Alan Modra <amodra@gmail.com>
390
391 * opncls.c (_bfd_id_counter): Rename to bfd_id_counter.
392 (bfd_reserved_id_counter, bfd_use_reserved_id): New vars.
393 (_bfd_new_bfd): Use negative id when bfd_use_reserved_id.
394 (bfd_create): Doc fix.
395 * bfd-in2.h: Regenerate.
396
1360ba76
RO
3972010-10-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
398
399 * elfxx-sparc.c (tpoff): Define bed, static_tls_size.
400 Consider static_tls_alignment.
401
402 * elf32-sparc.c (TARGET_BIG_SYM): Redefine to
403 bfd_elf32_sparc_sol2_vec.
404 (TARGET_BIG_NAME): Redefine to elf32-sparc-sol2.
405 (elf32_bed): Redefine to elf32_sparc_sol2_bed.
406 (elf_backend_static_tls_alignment): Redefine to 8.
407 Include elf32-target.h.
408 (elf_backend_static_tls_alignment): Undef again for VxWorks.
409
410 * elf64-sparc.c (TARGET_BIG_SYM): Redefine to
411 bfd_elf64_sparc_sol2_vec.
412 (TARGET_BIG_NAME): Redefine to elf64-sparc-sol2.
413 (ELF_OSABI): Undef.
414 (elf64_bed): Redefine to elf64_sparc_sol2_bed.
415 (elf_backend_static_tls_alignment): Redefine to 16.
416 Include elf64-target.h.
417
418 * config.bfd (sparc-*-solaris2.[0-6]): Split from sparc-*-elf*.
419 Set targ_defvec to bfd_elf32_sparc_sol2_vec.
420 [BFD64] (sparc-*-solaris2*): Set targ_defvec to
421 bfd_elf32_sparc_sol2_vec.
422 Replace bfd_elf64_sparc_vec by bfd_elf64_sparc_sol2_vec in
423 targ_selvecs.
424
425 * configure.in: Handle bfd_elf32_sparc_sol2_vec,
426 bfd_elf64_sparc_sol2_vec.
427 * configure: Regenerate.
428
429 * targets.c (bfd_elf32_sparc_sol2_vec): Declare.
430 (bfd_elf64_sparc_sol2_vec): Declare.
431 (_bfd_target_vector): Add bfd_elf32_sparc_sol2_vec,
432 bfd_elf64_sparc_sol2_vec.
433
75fa6dc1
JM
4342010-10-21 Joseph Myers <joseph@codesourcery.com>
435
436 * elf32-tic6x.c (elf32_tic6x_merge_arch_attributes): Update for
437 attribute renaming.
438 (elf_backend_obj_attrs_section): Change to ".c6xabi.attributes".
439
7dc98aea
RO
4402010-10-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
441
442 * elf-bfd.h (struct elf_backend_data): New member
443 static_tls_alignment.
444 * elfxx-target.h (elf_backend_static_tls_alignment): Provide
445 default.
446 (elfNN_bed): Initialize static_tls_alignment.
447 * elflink.c (bfd_elf_final_link): Don't round end of TLS section
448 if static TLS has special alignment requirements.
449 * elf32-i386.c (elf_i386_tpoff): Define bed, static_tls_size.
450 Consider static_tls_alignment.
451 (elf_backend_static_tls_alignment): Redefine for Solaris 2.
452 Undef again for VxWorks.
453 * elf64-x86-64.c (elf64_x86_64_tpoff): Define bed,
454 static_tls_size.
455 Consider static_tls_alignment.
456 (elf_backend_static_tls_alignment): Redefine for Solaris 2.
457 Undef again for Intel L1OM.
458
59a9808d 4592010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
5d3236ee
DK
460
461 Apply LD plugin patch series (part 6/6).
462 * aoutx.h (aout_link_check_ar_symbols): Take new "subsbfd" reference
463 parameter and pass it when invoking add_archive_element callback.
464 (aout_link_check_archive_element): Handle substitute bfd if it
465 was set during add_archive_element callback in the above.
466 * cofflink.c (coff_link_check_ar_symbols): Take new "subsbfd" reference
467 parameter and pass it when invoking add_archive_element callback.
468 (coff_link_check_archive_element): Handle substitute bfd if it
469 was set during add_archive_element callback in the above.
470 * ecoff.c (read_ext_syms_and_strs): New function holds symbol-reading
471 code factored-out from ecoff_link_check_archive_element.
472 (reread_ext_syms_and_strs): Clear old symbols and call it.
473 (ecoff_link_check_archive_element): Use the above. Handle substitute
474 BFD if one is set by add_archive_element callback.
475 (ecoff_link_add_archive_symbols): Likewise allow bfd substitution.
476 * elflink.c (elf_link_add_archive_symbols): Likewise.
477 * linker.c (generic_link_check_archive_element): Likewise.
478 * pdp11.c (aout_link_check_ar_symbols): Take new "subsbfd" reference
479 parameter and pass it when invoking add_archive_element callback.
480 (aout_link_check_archive_element): Handle substitute bfd if it was
481 set during add_archive_element callback in the above.
482 * vms-alpha.c (alpha_vms_link_add_archive_symbols): Handle substitute
483 BFD if one is set by add_archive_element callback.
484 * xcofflink.c (xcoff_link_check_dynamic_ar_symbols): Take new "subsbfd"
485 reference parameter and pass it when invoking add_archive_element
486 callback.
487 (xcoff_link_check_ar_symbols): Likewise.
488 (xcoff_link_check_archive_element): Handle bfd substitution if it was
489 set by callback in the above.
490
0d13b9a6
AM
4912010-10-11 Alan Modra <amodra@gmail.com>
492
493 * elf32-frv.c (elf32_frv_relocate_section): Set "name" for global syms.
494 (elf32_frvfdpic_finish_dynamic_sections): Don't crash on
495 __ROFIXUP_END__ defined in shared lib.
496
77b4f08f
TS
4972010-10-11 Thomas Schwinge <thomas@codesourcery.com>
498
499 * elf32-arm.c (elf32_arm_final_link_relocate)
500 (elf32_arm_relocate_section): Handle relocations against STN_UNDEF.
501
fb41131e
DK
5022010-10-11 Dave Korn <dave.korn.cygwin@gmail.com>
503
504 * elflink.c (_bfd_elf_link_output_relocs): Delete unused variable
505 "output_rel_hdr".
506
876e93c1
AM
5072010-10-09 John Tytgat <john@bass-software.com>
508
509 * reloc.c (BFD_RELOC_ARM_HVC): Add.
510 * libbfd.h: Regenerate.
511
1360ae66
KT
5122010-10-08 Kai Tietz <kai.tietz@onevision.com>
513
514 * pei-x86_64.c (find_next_xdata_or_end): Removed.
515 (pex64_dump_xdata): Remove arguments stop, onaline,
516 and pdata. New argument endx. Print term "none"
517 instead of misleading "CFA".
518 (sort_xdata_arr): New function.
519 (pex64_bfd_print_pdata): Use binary search/sort for unwind-RVAs
520 instead of searching quadratic.
521
9ccb8af9
AM
5222010-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
523 Alan Modra <amodra@gmail.com>
524
525 Fix build with -DDEBUG=7
526 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Remove call
527 to deleted function elf_symbol_flags. Add typecast to avoid warning.
528 * elf32-rx.c (dump_symbol) : Rename to..
529 (rx_dump_symbol): ..this to avoid link errors.
530 * elflink.c (elf_link_input_bfd): Add typecast to avoid warnings.
531 (bfd_elf_perform_complex_relocation): Likewise.
532 * elf32-xtensa.c (print_action_list): Likewise.
533
9ae92b05
NS
5342010-10-06 Nathan Sidwell <nathan@codesourcery.com>
535
9ccb8af9 536 * elf32-arm.c (elf32_arm_stub_long_branch_any_arm_pic,
9ae92b05
NS
537 elf32_arm_stub_long_branch_any_arm_pic): Use a consistent name for
538 ip/r12.
539 (arm_type_of_stub): Remove superfluous braces.
540
d4730f92
BS
5412010-10-04 Bernd Schmidt <bernds@codesourcery.com>
542
543 * elf-bfd.h (struct bfd_elf_section_reloc_data): New structure.
544 (struct bfd_elf_section_data): New members REL and RELA; delete
545 members REL_HDR, REL_HDR2, REL_COUNT, REL_COUNT2, REL_IDX,
546 REL_IDX2, REL_HASHES.
547 (_bfd_elf_init_reloc_shdr): Adjust declaration.
548 (_bfd_elf_single_rel_hdr): Declare.
549 (RELOC_AGAINST_DISCARDED_SECTION): Use it.
550 * elf.c (bfd_section_from_shdr): Adjusted to match changes in
551 data structures.
552 (_bfd_elf_init_reloc_shdr): New arg RELDATA. Remove arg REL_HDR.
553 All callers changed. Allocate memory for the Elf_Internal_Shdr
554 structure.
555 (_bfd_elf_single_rel_hdr): New function.
556 (struct fake_section_arg): New structure.
557 (elf_fake_section): Expect to see a pointer to it in the third
558 argument. If doing a relocatable link, allocate both REL and RELA
559 sections as needed.
560 (assign_section_numbers): Adjusted to match changes in
561 data structures.
562 (_bfd_elf_compute_section_file_positions): Call elf_fake_sections
563 with a struct fake_section_args argument.
564 * elfcode.h (elf_write_relocs): Adjusted to match changes in
565 data structures.
566 (elf_slurp_reloc_table): Likewise.
567 * elflink.c (_bfd_elf_link_read_relocs): Likewise.
568 (_bfd_elf_link_size_reloc_section): Remove arg REL_HDR, replace with
569 RELDATA. Remove argument O. All callers changed. Remove code to
570 discover the right rel_hdr and count.
571 (_bfd_elf_link_output_relocs): Adjusted to match changes in
572 data structures.
573 (elf_link_adjust_relocs): Remove args REL_HDR, COUNT and REL_HASH;
574 replace with RELDATA. All callers changed.
575 (elf_link_input_bfd): Correctly generate rel_hash data when both
576 REL and RELA sections are present.
577 (elf_reloc_link_order): Adjusted to match changes in
578 data structures.
579 (bfd_elf_final_link): Simplify code to count relocs. Free the
580 hashes array for both REL and RELA.
581 (get_dynamic_reloc_section_name): Use _bfd_elf_single_reloc_hdr
582 * elf32-m32r.c (m32r_elf_fake_sections, elf_backend_fake_sections):
583 Delete.
584 * elf32-tic6x.c (elf32_tic6x_fake_sections, elf_backend_fake_sections):
585 Delete.
586 (elf32_tic6x_rel_relocation_p): Adjusted to match changes in
587 data structures.
59a9808d 588 * elf32-microblaze.c (microblaze_elf_check_relocs): Use
d4730f92
BS
589 _bfd_elf_single_rel_hdr.
590 * elf32-ppc.c (ppc_elf_relax_section): Likewise.
591 * elf32-spu.c (spu_elf_relocate_section): Likewise.
592 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
593 * elf64-hppa.c (get_reloc_section): Likewise.
594 * elf64-mips.c (mips_elf64_slurp_reloc_table): Adjusted to match
595 changes in data structures.
596 (mips_elf64_write_relocs): Use _bfd_elf_single_rel_hdr.
597 * elf64-ppc.c (ppc64_elf_edit_opd): Likewise.
598 (ppc64_elf_edit_toc): Likewise.
599 (get_relocs): Adjusted to match changes in data structures.
600 Allocate an Elf_Internal_Shdr structure if necessary.
601 (ppc64_elf_finish_dynamic_sections): Use _bfd_elf_single_rel_hdr.
602 * elf64-sparc.c (elf64_sparc_slurp_reloc_table): Adjusted to match
603 changes in data structures.
604 * elfxx-ia64.c (get_reloc_section): Use _bfd_elf_single_rel_hdr.
605 * elfxx-mips.c (MIPS_RELOC_RELA_P): Remove macro.
606 (mips_elf_rel_relocation_p): Adjusted to match changes in data
607 structures.
608 (_bfd_mips_elf_relocate_section): Use mips_elf_rel_relocation_p rather
609 than MIPS_RELOC_RELOCA_P.
610 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Use
611 _bfd_elf_single_rel_hdr.
612 (_bfd_sparc_elf_relocate_section): Likewise.
613
f6d250ce
TS
6142010-10-01 Thomas Schwinge <thomas@codesourcery.com>
615
616 * elf32-arm.c (elf32_arm_size_stubs): Don't choke on local symbols in
617 SHN_UNDEF, SHN_ABS, SHN_COMMON.
618
e28df02b
L
6192010-09-30 H.J. Lu <hongjiu.lu@intel.com>
620
621 PR ld/11812
622 * elf32-i386.c (elf_i386_size_dynamic_sections): Don't
623 allocate .got.plt section if there are no GOT nor PLT
624 entries and there is no refeence to _GLOBAL_OFFSET_TABLE_.
625 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections): Li.kewise.
626
627 * elflink.c (_bfd_elf_define_linkage_sym): Clear non_elf.
628
3cac54d2
RW
6292010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
630
631 * configure: Regenerate.
632
2c2fa401
TS
6332010-09-24 Thomas Schwinge <thomas@codesourcery.com>
634
cf35638d
TS
635 * elf32-arm.c, elf32-cris.c, elf32-hppa.c, elf32-i370.c, elf32-m32r.c,
636 elf32-m68k.c, elf32-microblaze.c, elf32-ppc.c, elf32-score.c,
637 elf32-score7.c, elf32-sh.c, elf32-vax.c, elf32-xtensa.c, elf64-alpha.c,
638 elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-sparc.c, elfcode.h,
639 elflink.c, elfxx-ia64.c, elfxx-mips.c: Use STN_UNDEF when referring to
640 the zero symbol index.
641
2c2fa401
TS
642 * elflink.c (bfd_elf_reloc_symbol_deleted_p): Compare the symbol index
643 to STN_UNDEF, not SHN_UNDEF.
644
19dd00f8
BS
6452010-09-23 Bernd Schmidt <bernds@codesourcery.com>
646
647 * elf32-tic6x.c (elf32_tic6x_fake_sections): New function.
648 (elf_backend_fake_sections): Define.
649
90ec0d68
MGD
6502010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
651
652 * bfd-in2.h (BFD_RELOC_ARM_HVC): New enum value.
653
70a0e63d
AM
6542010-09-23 Alan Modra <amodra@gmail.com>
655
656 * cpu-d10v.c: Make bits_per_address 18 for all arch_info entries.
657
0814be7d
AM
6582010-09-23 Alan Modra <amodra@gmail.com>
659
660 * elf.c (_bfd_elf_init_private_section_data): Allow for SEC_RELOC
661 difference between input and output section.
662
cb2f80e6
KT
6632010-09-22 Kai Tietz <kai.tietz@onevision.com>
664
72e4db75
KT
665 * coffcode.h (sec_to_styp_flags): Adjust debug
666 sections to be conform to pe-coff specification
667 and avoid marking them as excluded.
668 (styp_to_sec_flags): Doing reverse mapping.
669
0814be7d
AM
670 * peXXigen.c (_bfd_XXi_final_link_postscript): Add handling for
671 setting IAT directory entry.
cb2f80e6 672
bc1bc43f
RH
6732010-09-20 Richard Henderson <rth@redhat.com>
674
675 * elf64-alpha.c (elf64_alpha_howto_table): Use bfd_elf_generic_reloc.
676
6ccf4795
RS
6772010-09-19 Richard Sandiford <rdsandiford@googlemail.com>
678
679 * elfxx-mips.c (mips_elf_link_hash_entry): Add got_only_for_calls.
680 (mips_elf_link_hash_newfunc): Initialize it.
681 (mips_elf_record_global_got_symbol): Add a for_call parameter.
682 (mips_elf_count_got_symbols): Check SYMBOL_CALLS_LOCAL rather
683 than SYMBOL_REFERENCES_LOCAL if the GOT entry is only used for calls.
684 Try to remove .got entries in favour of .got.plt entries on VxWorks.
685 (_bfd_mips_elf_check_relocs): Do not try to avoid allocating
686 a global GOT entry for VxWorks calls. Update uses of
687 mips_elf_record_global_got_symbol.
688 (allocate_dynrelocs): Set got_only_for_calls to false if the GOT
689 entry is used for dynamic relocations.
690
020d7251
RS
6912010-09-19 Richard Sandiford <rdsandiford@googlemail.com>
692
693 * elfxx-mips.c (mips_got_entry): Adjust commentary.
694 (mips_elf_create_local_got_entry): If given a symbol, check that it
695 has been assigned to the local part of the GOT.
696 (mips_elf_count_got_symbols): Take the bfd_link_info as argument
697 instead of the master GOT. Put all locally-binding symbols in
698 the local area.
699 (mips_elf_make_got_per_bfd): Use global_got_area to decide whether
700 a symbol lives in the local or global area.
701 (mips_elf_local_relocation_p): Remove check_forced argument and
702 retain only the !check_forced behavior.
703 (mips_elf_calculate_relocation): Adjust call accordingly.
704 Use global_got_area to decide whether an output relocation
705 should be local or global. Explicitly decay R_MIPS_GOT_PAGE
706 into R_MIPS_GOT_DISP where appropriate. Fix selection of
707 local vs. global semantics for R_MIPS*_26. Remove redundant
708 reevaluation of what is stored in was_local_p.
709 (mips_elf_create_dynamic_relocation): Use global_got_area to decide
710 whether the relocation should be against a global or local symbol.
711 (mips_elf_lay_out_got): Update the GOT traversal after the above
712 change to mips_elf_count_got_symbols.
713 (mips_elf_adjust_addend): Adjust call to mips_elf_local_relocation_p.
714 (_bfd_mips_elf_relocate_section): Likewise.
715 (_bfd_mips_elf_finish_dynamic_symbol): Use global_got_area to decide
716 whether the symbol has a global got entry.
717 (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
718
f7ff1106
RS
7192010-09-19 Richard Sandiford <rdsandiford@googlemail.com>
720
721 * elfxx-mips.c (allocate_dynrelocs): Don't add relocation symbols
722 to the global GOT on VxWorks.
723
0fc1eb3c
RS
7242010-09-19 Richard Sandiford <rdsandiford@googlemail.com>
725
726 * elfxx-mips.c (_bfd_mips_elf_check_relocs): On VxWorks,
727 exclude __GOTT_BASE__ and __GOTT_INDEX__ from the warning
728 about HI/LO relocations in shared objects.
729
29c70241
AM
7302010-09-16 Alan Modra <amodra@gmail.com>
731
732 * elf32-spu.c (spu_elf_size_sections): Omit fixups for non-alloc
733 sections.
734 (spu_elf_create_sections): Mark .fixup with SEC_LINKER_CREATED and
735 set dynobj.
736 (spu_elf_finish_dynamic_sections): New function.
737 (elf_backend_finish_dynamic_sections): Define.
738
2e76e85a
AM
7392010-09-16 Alan Modra <amodra@gmail.com>
740
741 * elf.c (bfd_elf_get_default_section_type): Don't test SEC_NEVER_LOAD.
742 * elflink.c (elf_link_input_bfd): Likewise.
743
2eb03909
KT
7442010-09-15 Kai Tietz <kai.tietz@onevision.com>
745
746 * pei-x86_64.c (pex64_get_unwind_info): Reorgnized.
747 (pex64_get_scope_entry): Removed.
748 (find_next_xdata_or_end): New helper.
749 (pex64_dump_xdata): Reworked.
750 (pex64_bfd_print_pdata): Add checking for
751 valid pdata sorting and values. Reworked
752 output.
753
028ed2b2
L
7542010-09-15 H.J. Lu <hongjiu.lu@intel.com>
755
756 PR binutils/12004
757 * plugin.c (bfd_plugin_object_p): Handle NULL iostream.
758
5174d0fb
KT
7592010-09-14 Kai Tietz <kai.tietz@onevision.com>
760
51ec9544
KT
761 * pe-x86_64.c (COFF_SECTION_ALIGNMENT_ENTRIES): Make
762 .rdata, .data, and .text partial matched section names.
763 * pei-x86_64.c: Likewise.
764
5174d0fb
KT
765 * peXXigen.c (sort_x64_pdata): New helper.
766 (_bfd_XXi_final_link_postscript): Do pdata sorting.
767
a2d1e028
L
7682010-09-09 H.J. Lu <hongjiu.lu@intel.com>
769
770 PR ld/11998
771 * elf.c (assign_file_positions_for_load_sections): Don't warn
772 zero LMA adjustment.
773
7326c758
BS
7742010-09-09 Bernd Schmidt <bernds@codesourcery.com>
775
7326c758
BS
776 * elflink.c (bfd_elf_final_link): Correct calculation of
777 max_external_reloc_size.
778
4e1fc599
AM
7792010-09-07 Alan Modra <amodra@gmail.com>
780 Marcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de>
781
782 * peXXigen.c: Whitespace.
783 (pe_print_idata): Correct section limit calculations. Tidy array
784 indexing.
785 (_bfd_XX_print_ce_compressed_pdata): Don't leak memory.
786
c518ddd8
RH
7872010-09-02 Richard Henderson <rth@redhat.com>
788
789 * config.bfd (x86_64-*-mingw*): Select 32-bit pei vectors too.
790
3b059137
PA
7912010-09-01 Pedro Alves <pedro@codesourcery.com>
792
793 * netbsd-core.c (netbsd_core_core_file_pid): Renamed to ...
794 (netbsd_core_file_pid): ... this.
795
be5b8c8c
TG
7962010-09-01 Tristan Gingold <gingold@adacore.com>
797
798 * coffcode.h (coff_slurp_line_table): Add a cast.
799 (coff_slurp_reloc_table): Ditto.
800
35e7447c
AM
8012010-08-30 Gunther Nikl <gnikl@users.sourceforge.net>
802
803 * cisco-core.c (cisco_core_file_pid): Define.
804
a76e6f2f
AM
8052010-08-30 Alan Modra <amodra@gmail.com>
806
807 PR binutils/11953
808 * elf.c (copy_elf_program_header): Calculate map->header_size
809 from lowest_section, not first_section. Validate program
810 header p_paddr against section lma. Find lowest_section in
811 second loop over headers.
812
89a2ee5a
AM
8132010-08-28 Alan Modra <amodra@gmail.com>
814
815 * elflink.c (_bfd_elf_dynamic_symbol_p): Rename param. Make
816 common syms local.
817 (_bfd_elf_symbol_refs_local_p): Expand comment.
818 (elf_link_output_extsym): Fix style nit.
819
cdb21a0a
NS
8202010-08-26 Nathan Sidwell <nathan@codesourcery.com>
821
822 * elf32-arm.c (elf32_arm_final_link): Process stub sections
823 exactly once.
824
d64284fe
L
8252010-08-25 H.J. Lu <hongjiu.lu@intel.com>
826
827 PR ld/11939
828 * elflink.c (elf_link_add_object_symbols): Don't set
829 unique_global for non-ELF hash link table.
830
ae95ffa6
L
8312010-08-25 H.J. Lu <hongjiu.lu@intel.com>
832
833 PR ld/11944
834 * elf-bfd.h (elf_backend_data): Add target_id.
835 (bfd_elf_make_generic_object): Renamed to ...
836 (bfd_elf_make_object): This.
837
838 * elf.c (bfd_elf_make_generic_object): Removed.
839 (bfd_elf_make_object): New.
840 (bfd_elf_mkcorefile): Really treat it as an object file.
841
842 * elf-m10300.c (ELF_TARGET_ID): New.
843 * elf32-arm.c (ELF_TARGET_ID): Likewise.
844 * elf32-bfin.c (ELF_TARGET_ID): Likewise.
845 * elf32-cris.c (ELF_TARGET_ID): Likewise.
846 * elf32-frv.c (ELF_TARGET_ID): Likewise.
847 * elf32-i386.c (ELF_TARGET_ID): Likewise.
848 * elf32-lm32.c (ELF_TARGET_ID): Likewise.
849 * elf32-m32r.c (ELF_TARGET_ID): Likewise.
850 * elf32-m68hc11.c (ELF_TARGET_ID): Likewise.
851 * elf32-m68hc12.c (ELF_TARGET_ID): Likewise.
852 * elf32-m68k.c (ELF_TARGET_ID): Likewise.
853 * elf32-microblaze.c (ELF_TARGET_ID): Likewise.
854 * elf32-ppc.c (ELF_TARGET_ID): Likewise.
855 * elf32-s390.c (ELF_TARGET_ID): Likewise.
856 * elf32-sh.c (ELF_TARGET_ID): Likewise.
857 * elf32-sparc.c (ELF_TARGET_ID): Likewise.
858 * elf32-spu.c (ELF_TARGET_ID): Likewise.
859 * elf32-tic6x.c (ELF_TARGET_ID): Likewise.
860 * elf32-xtensa.c (ELF_TARGET_ID): Likewise.
861 * elf64-alpha.c (ELF_TARGET_ID): Likewise.
862 * elf64-hppa.c (ELF_TARGET_ID): Likewise.
863 * elf64-ppc.c (ELF_TARGET_ID): Likewise.
864 * elf64-s390.c (ELF_TARGET_ID): Likewise.
865 * elf64-x86-64.c (ELF_TARGET_ID): Likewise.
866 * elfxx-ia64.c (ELF_TARGET_ID): Likewise.
867
868 * elf32-hppa.c (elf32_hppa_mkobject): Removed.
869 (bfd_elf32_mkobject): Likewise.
870 (ELF_TARGET_ID): New.
871
872 * elf32-mips.c (ELF_TARGET_ID): New.
873 (bfd_elf32_mkobject): Removed.
874
875 * elf64-mips.c (ELF_TARGET_ID): New.
876 (bfd_elf64_mkobject): Removed.
877
878 * elfn32-mips.c (ELF_TARGET_ID): New.
879 (bfd_elf32_mkobject): Removed.
880
881 * elfxx-mips.c (_bfd_mips_elf_mkobject): Removed.
882 * elfxx-mips.h (_bfd_mips_elf_mkobject): Likewise.
883
884 * elfxx-target.h (bfd_elfNN_mkobject): Default to
885 bfd_elf_make_object.
886 (ELF_TARGET_ID): New. Default to GENERIC_ELF_DATA.
887 (elfNN_bed): Initialize target_id.
888
4563a860
JB
8892010-08-25 Julian Brown <julian@codesourcery.com>
890
891 * elf32-arm.c (arm_stub_required_alignment): New.
892 (arm_build_one_stub): Use above to partition stubs.
893 (make_branch_to_a8_stub): Use arm_stub_a8_veneer_lwm not
894 arm_stub_a8_veneer_b_cond.
895
30d10e9e
AM
8962010-08-25 Alan Modra <amodra@gmail.com>
897
898 * aout-arm.c (MY(bfd_reloc_type_lookup)): Use bfd_arch_bits_per_address.
899 * aout-ns32k.c (MY(bfd_reloc_type_lookup)): Likewise.
900 * aoutx.h (NAME(aout,reloc_type_lookup)): Likewise.
901 * coff-arm.c (coff_arm_reloc_type_lookup): Likewise.
902 * elf-hppa.h (elf_hppa_reloc_final_type): Likewise.
903 * reloc.c (bfd_default_reloc_type_lookup): Likewise.
904 * riscix.c (riscix_reloc_type_lookup): Likewise.
905
8d06853e
AM
9062010-08-25 Alan Modra <amodra@gmail.com>
907
908 * elf.c (_bfd_elf_map_sections_to_segments): Don't load program
909 headers if any loaded section wraps the address space. Simplify
910 ~(m-1) to -m. Use lma rather than vma when determining whether
911 note sections are adjacent.
912
39334f3a
L
9132010-08-22 H.J. Lu <hongjiu.lu@intel.com>
914
915 PR ld/11933
916 * elflink.c (elf_link_add_object_symbols): Don't check relocation
917 if input ELF object ID doesn't match output.
918
58bbed62
RW
9192010-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
920
921 * configure: Regenerate.
922
3409e291
L
9232010-08-20 H.J. Lu <hongjiu.lu@intel.com>
924
925 * merge.c (sec_merge_emit): Revert the last checkin.
926
e0af1f53
MR
9272010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
928
929 * elf32-sh.c (sh_elf_relocate_section): Handle non-ELF output
930 BFD.
931
b1345da3
MR
9322010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
933
934 * elf32-m68k.c (bfd_elf_m68k_set_target_options): Don't set GOT
935 options unless an m68k hash table has been found.
936
736cba80
NC
9372010-08-20 Nick Clifton <nickc@redhat.com>
938
939 * merge.c (sec_merge_emit): Do not zero pad sections that do not
940 have an alignment.
941
261b8d08
PA
9422010-08-18 Pedro Alves <pedro@codesourcery.com>
943
944 PR corefile/8210
945
946 * bfd-in2.h: Regenerate.
947 * corefile.c (bfd_core_file_pid): New.
948
949 * targets.c (BFD_JUMP_TABLE_CORE): Add NAME##_core_file_pid.
950 (struct bfd_target) <_core_file_pid>: New.
951
952 * libbfd-in.h (_bfd_nocore_core_file_pid): Declare.
953 * libbfd.c (_bfd_nocore_core_file_pid): New.
954
955 * elf-bfd.h (bfd_elf32_core_file_pid, bfd_elf64_core_file_pid):
956 Declare.
957 * elfcode.h (elf_core_file_pid): New define.
958 * elfcore.h (elf_core_file_pid): New function.
959
960 * elf.c (elfcore_make_pid): Rewrite.
961 (elfcore_grok_prstatus): Only set core_pid if not set yet.
962 (elfcore_grok_prstatus) [!HAVE_PRSTATUS_T_PR_WHO]: Fallback to
963 getting the lwpid from prstat.pr_pid.
964
965 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Write the LWPID to
966 elf_tdata's core_lwpid instead of to core_pid.
967 (elf64_x86_64_grok_psinfo): Extract the the main process's PID,
968 and store it in elf_tdata's core_pid field.
969 * elf32-i386.c (elf_i386_grok_prstatus): Write the LWPID to
970 elf_tdata's core_lwpid instead of to core_pid.
971 (elf_i386_grok_psinfo): Extract the the main process's PID, and
972 store it in elf_tdata's core_pid field.
973
974 * elf32-am33lin.c (elf32_am33lin_grok_prstatus): Write the LWPID
975 to elf_tdata's core_lwpid instead of to core_pid.
976 * elf32-arm.c (elf32_arm_nabi_grok_prstatus): Write the LWPID to
977 elf_tdata's core_lwpid instead of to core_pid.
978 * elf32-cris.c (cris_elf_grok_prstatus): Write the LWPID to
979 elf_tdata's core_lwpid instead of to core_pid.
980 * elf32-frv.c (elf32_frv_grok_prstatus): Write the LWPID to
981 elf_tdata's core_lwpid instead of to core_pid.
982 * elf32-hppa.c (elf32_hppa_grok_prstatus): Write the LWPID to
983 elf_tdata's core_lwpid instead of to core_pid.
984 * elf32-mips.c (elf32_mips_grok_prstatus): Write the LWPID to
985 elf_tdata's core_lwpid instead of to core_pid.
986 * elf32-ppc.c (ppc_elf_grok_prstatus): Write the LWPID to
987 elf_tdata's core_lwpid instead of to core_pid.
988 * elf32-s390.c (elf_s390_grok_prstatus): Write the LWPID to
989 elf_tdata's core_lwpid instead of to core_pid.
990 * elf32-score.c (s3_bfd_score_elf_grok_prstatus): Write the LWPID
991 to elf_tdata's core_lwpid instead of to core_pid.
992 * elf32-score7.c (s7_bfd_score_elf_grok_prstatus): Write the LWPID
993 to elf_tdata's core_lwpid instead of to core_pid.
994 * elf32-sh.c (elf32_shlin_grok_prstatus): Write the LWPID to
995 elf_tdata's core_lwpid instead of to core_pid.
996 * elf32-xtensa.c (elf_xtensa_grok_prstatus): Write the LWPID to
997 elf_tdata's core_lwpid instead of to core_pid.
998 * elf64-hppa.c (elf64_hppa_grok_prstatus): Write the LWPID to
999 elf_tdata's core_lwpid instead of to core_pid.
1000 * elf64-mips.c (elf64_mips_grok_prstatus): Write the LWPID to
1001 elf_tdata's core_lwpid instead of to core_pid.
1002 * elf64-ppc.c (ppc64_elf_grok_prstatus): Write the LWPID to
1003 elf_tdata's core_lwpid instead of to core_pid.
1004 * elfn32-mips.c (elf32_mips_grok_prstatus): Write the LWPID to
1005 elf_tdata's core_lwpid instead of to core_pid.
a76e6f2f 1006
261b8d08
PA
1007 * plugin.c (bfd_plugin_core_file_pid): New function.
1008 * aout-target.h (MY_core_file_pid): Define.
1009 * aout-tic30.c (MY_core_file_pid, MY_core_file_p): New defines.
1010 * coff-rs6000.c (coff_core_file_pid): New define.
1011 (rs6000coff_vec, pmac_xcoff_vec): Use BFD_JUMP_TABLE_CORE.
1012 * coff64-rs6000.c (coff_core_file_pid): New define.
1013 (rs6000coff64_vec): Use BFD_JUMP_TABLE_CORE.
1014 (xcoff64_core_file_pid): New define.
1015 (aix5coff64_vec): Use BFD_JUMP_TABLE_CORE.
1016 * mach-o-target.c (bfd_mach_o_core_file_pid): New define.
1017 * aix386-core.c (aix386_core_file_pid): New define.
1018 * hppabsd-core.c (hppabsd_core_core_file_pid): New define.
1019 * hpux-core.c (hpux_core_core_file_pid): New define.
1020 * irix-core.c (irix_core_core_file_pid): New define.
1021 * lynx-core.c (lynx_core_file_pid): New define.
1022 * osf-core.c (osf_core_core_file_pid): New define.
1023 * ptrace-core.c (ptrace_unix_core_file_pid): New define.
1024 * sco5-core.c (sco5_core_file_pid): New define.
1025 * xcoff-target.h (coff_core_file_pid): New define.
1026 * netbsd-core.c (netbsd_core_core_file_pid): New define.
1027
56d4289c
L
10282010-08-13 H.J. Lu <hongjiu.lu@intel.com>
1029
1030 PR ld/11913
1031 * elf32-i386.c (elf_i386_finish_dynamic_sections): Check if
1032 .got.plt section is discarded.
1033 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Likewise.
1034
f608cd77
NS
10352010-08-13 Nathan Sidwell <nathan@codesourcery.com>
1036
1037 * elf32-m69k.c (elf32_m68k_print_private_bfd_data): Detect EMAC_B
1038 variant.
1039
a7e31171
L
10402010-08-12 H.J. Lu <hongjiu.lu@intel.com>
1041
1042 PR binutils/11909
1043 * Makefile.am (coff-tic4x.lo): New. Disable -Werror.
1044 (coff-tic54x.lo): Likewise.
13ea7aae 1045 * Makefile.in: Regenerated.
a7e31171 1046
0883b6e0
NC
10472010-08-12 Todd Veldhuizen <todd.veldhuizen@logicblox.com>
1048
1049 PR ld/11843
1050 * elflink.c (compute_bucket_count): Avoid futile long searches for
1051 the best bucket size.
1052
891caa9b
RH
10532010-08-09 Richard Henderson <rth@redhat.com>
1054
1055 PR ld/11891
1056 * elf64-alpha.c (elf64_alpha_relax_tls_get_addr): Disallow relaxing
1057 to tlshi/lo until pos0 and pos1 are adjacent. Use the destination
1058 register from the tldgd insn.
1059
776167e8
CM
10602010-08-09 Catherine Moore <clm@codesourcery.com>
1061
1062 * elfxx-mips.c (mips_elf_perform_relocation): Improve
1063 interlinking error message.
1064
d983b7a0
AM
10652010-08-06 Alan Modra <amodra@gmail.com>
1066
1067 * elf64-ppc.c (ha_reloc_match): Allow matches to other than r2.
1068 (ppc64_elf_relocate_section): Nop out high part insn of large toc
1069 code sequence when the high part of offset is zero.
1070
79326a5a
TG
10712010-08-04 Tristan Gingold <gingold@adacore.com>
1072
1073 * vms-alpha.c (alpha_vms_build_fixups): Write the EICP.
1bed7b84
TG
1074 (alpha_vms_bfd_final_link): Explicitly forbid relocatable links.
1075 Clear the SEC_RELOC flag.
79326a5a 1076
5f101a3d
TG
10772010-08-04 Tristan Gingold <gingold@adacore.com>
1078
1079 * vms-alpha.c (alpha_vms_create_eisd_for_section): Make writable
1080 sections with relocs.
1081 (alpha_vms_add_fixup_lp): Set SEC_RELOC flag.
1082 (alpha_vms_add_fixup_ca): Ditto.
1083 (alpha_vms_add_fixup_qr): Ditto.
1084 Add comments.
1085
2e09dbae
TG
10862010-08-04 Tristan Gingold <gingold@adacore.com>
1087
1088 * vms-alpha.c (alpha_vms_create_eisd_for_section): Do not make
1089 CODE sections writable.
1090
5369db0a
TG
10912010-08-04 Tristan Gingold <gingold@adacore.com>
1092
1093 * vms-alpha.c (alpha_vms_add_lw_fixup): Renamed to ...
1094 (alpha_vms_add_fixup_lr): ... this for consistency.
1095 (alpha_vms_add_qw_fixup): Removed.
1096 Fix some comments.
1097 (vms_get_symbol_info): Adjust type for unknown sections.
1098
21e003e8
TG
10992010-08-04 Tristan Gingold <gingold@adacore.com>
1100
1101 * vms-alpha.c (_bfd_vms_slurp_egsd): Use the canonical absolute
1102 section for any absolute section. Remove some debugging code.
1103
e1be4b13
DD
11042010-08-03 DJ Delorie <dj@redhat.com>
1105
1106 * elf32-m32c.c (ELF_MAXPAGESIZE): Change page size to 256 bytes.
1107
bfea910e
TG
11082010-08-03 Tristan Gingold <gingold@adacore.com>
1109
1110 * vms-misc.c (vms_convert_to_var): Make it static.
1111 (_bfd_vms_convert_to_var_unix_filename): Make it public.
1112
1222b291
TG
11132010-08-03 Tristan Gingold <gingold@adacore.com>
1114
1115 * makefile.vms (OBJS): Update list.
1116
56213172
TG
11172010-08-03 Tristan Gingold <gingold@adacore.com>
1118
1119 * vms-alpha.c (_bfd_vms_slurp_egsd): Do not set SEC_HAS_CONTENTS
1120 nor SEC_RELOC for empty sections.
1121
d833fa0d
TG
11222010-08-03 Tristan Gingold <gingold@adacore.com>
1123
1124 * vms-alpha.c (evax_section_flags): Fix flags for absolute
1125 section. Remove useless parenthesis.
1126
22b6a042
TG
11272010-08-03 Tristan Gingold <gingold@adacore.com>
1128
1129 * vms-lib.c (vms_lib_bread_raw): Change type of BUF argument.
1130 (vms_lib_bread, vms_lib_bopen): Adjust.
1131
85cfcbfb
AM
11322010-08-02 Alan Modra <amodra@gmail.com>
1133
1134 PR 11866
1135 * elf.c (assign_file_positions_for_load_sections): Use p_vaddr to
1136 calculate off_adjust rather than first section vma.
1137
b20dd2ce
L
11382010-07-30 H.J. Lu <hongjiu.lu@intel.com>
1139
1140 * elflink.c (compute_bucket_count): Add ATTRIBUTE_UNUSED to info.
1141
e95c64cb
AG
11422010-07-30 Anthony Green <green@moxielogic.com>
1143
1144 * config.bfd (targ_cpu): Add moxie-*-rtems support.
1145
d62b3684
AM
11462010-07-29 Alan Modra <amodra@gmail.com>
1147
1148 * elf64-ppc.c (ppc64_elf_edit_toc): Always adjust local syms in
1149 .toc section, even when none are used in relocs.
1150
9684f078
MR
11512010-07-27 Maciej W. Rozycki <macro@codesourcery.com>
1152
1153 * elfxx-mips.h: Include "elf/mips.h".
1154 (gprel16_reloc_p): New static inline function.
1155 * elfxx-mips.c (_bfd_mips_elf_check_relocs)
1156 [R_MIPS16_GOT16, R_MIPS_GOT16, R_MIPS_GOT_HI16, R_MIPS_GOT_LO16]:
1157 Use got16_reloc_p.
1158 (_bfd_mips_elf_relocate_section)[bfd_reloc_overflow]: Use
1159 gprel16_reloc_p.
1160 * elf32-mips.c (mips_info_to_howto_rel): Likewise.
1161 * elfn32-mips.c (mips_info_to_howto_rel): Likewise.
1162
2b2c11bd
MR
11632010-07-27 Maciej W. Rozycki <macro@codesourcery.com>
1164
1165 * elf64-mips.c (mips_elf64_howto_table_rela)
1166 [R_MIPS_TLS_DTPMOD64]: Clear partial_inplace.
1167 [R_MIPS_TLS_DTPREL64, R_MIPS_TLS_GD, R_MIPS_TLS_LDM]: Likewise.
1168 [R_MIPS_TLS_DTPREL_HI16, R_MIPS_TLS_DTPREL_LO16]: Likewise.
1169 [R_MIPS_TLS_GOTTPREL, R_MIPS_TLS_TPREL64]: Likewise.
1170 [R_MIPS_TLS_TPREL_HI16, R_MIPS_TLS_TPREL_LO16]: Likewise.
1171 * elfn32-mips.c (elf_mips_howto_table_rela)
1172 [R_MIPS_TLS_DTPMOD32]: Likewise.
1173 [R_MIPS_TLS_DTPREL32, R_MIPS_TLS_GD, R_MIPS_TLS_LDM]: Likewise.
1174 [R_MIPS_TLS_DTPREL_HI16, R_MIPS_TLS_DTPREL_LO16]: Likewise.
1175 [R_MIPS_TLS_GOTTPREL, R_MIPS_TLS_TPREL32]: Likewise.
1176 [R_MIPS_TLS_TPREL_HI16, R_MIPS_TLS_TPREL_LO16]: Likewise.
1177
1cd986c5
NC
11782010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
1179 Ina Pandit <ina.pandit@kpitcummins.com>
1180
1181 * archures.c (DESCRIPTION): Define bfd_mach_v850e2 and
1182 bfd_mach_v850e2v3.
1183 * reloc.c (bfd_architecture): Define bfd_mach_v850e2 and
1184 bfd_mach_v850e2v3.
1185 (BFD_RELOC_V850_16_PCREL, BFD_RELOC_V850_17_PCREL,
1186 BFD_RELOC_V850_22_PCREL, BFD_RELOC_V850_23,
1187 BFD_RELOC_V850_32_PCREL, BFD_RELOC_V850_32_ABS,
1188 BFD_RELOC_V850_16_SPLIT_OFFSET, BFD_RELOC_V850_16_S1,
1189 BFD_RELOC_V850_LO16_SPLIT_OFFSET, BFD_RELOC_V850_SDA_15_16_OFFSET,
1190 BFD_RELOC_V850_ZDA_16_16_OFFSET, BFD_RELOC_V850_CALLT_15_16_OFFSET,
1191 BFD_RELOC_V850_32_GOTPCREL, BFD_RELOC_V850_16_GOT,
1192 BFD_RELOC_V850_32_GOT, BFD_RELOC_V850_22_PLT_PCREL,
1193 BFD_RELOC_V850_32_PLT_PCREL, BFD_RELOC_V850_COPY,
1194 BFD_RELOC_V850_GLOB_DAT, BFD_RELOC_V850_JMP_SLOT,
1195 BFD_RELOC_V850_RELATIVE, BFD_RELOC_V850_16_GOTOFF,
1196 BFD_RELOC_V850_32_GOTOFF, BFD_RELOC_V850_CODE,
1197 BFD_RELOC_V850_DATA): New relocations for V850 target.
1198 * config.bfd: Match all v850 targets.
1199 * cpu-v850.c (arch_info_struct): Define V850e2 and V850e2v3.
1200 * elf32-v850.c (v850_elf_check_relocs): Check the newly added
1201 relocations.
1202 (v850_elf_perform_relocation ): Update the newly added
1203 relocations.
1204 (v850_elf_howto_t): Update the specifications of added
1205 relocations.
1206 (v850_elf_reloc_map): Update the relocation mappings.
1207 (v850_elf_final_link_relocate): Maps added relocation into the
1208 appropriate howto structure.
1209 (v850_elf_object_p): Add support for V850E2 and V850E2V3.
1210 (v850_elf_final_write_processing): Likewise.
1211 (v850_elf_merge_private_bfd_data): Likewise.
1212 (v850_elf_print_private_bfd_data): Likewise.
1213 * libbfd.h: Regenerate.
1214 * bfd-in2.h: Regenerate.
1215
21fd2dbd
AM
12162010-07-23 Alan Modra <amodra@gmail.com>
1217
1218 * archive.c (_bfd_archive_bsd44_construct_extended_name_table):
1219 Correct format specifier.
1220
c6a3cf87
AM
12212010-07-22 Alan Modra <amodra@gmail.com>
1222
1223 * ecoff.c: Don't include aout/ranlib.h.
1224 (_bfd_ecoff_slurp_armap): Use correct struct for ardata->symdefs.
1225 (_bfd_ecoff_write_armap): Output ar_date and ar_size using
1226 _bfd_ar_spacepad.
1227
4c1534c7
AM
12282010-07-22 Alan Modra <amodra@gmail.com>
1229
1230 * aoutx.h (some_aout_object_p): Don't set EXEC_P for files with
1231 relocs.
1232
f4638467
AM
12332010-07-20 Alan Modra <amodra@gmail.com>
1234
1235 * elf.c (assign_file_positions_for_load_sections): Check that
1236 zero size sections are allocated in segments too.
1237 (assign_file_positions_for_non_load_sections): Warn if zero
1238 size alloc sections are found here.
1239 (copy_elf_program_header): Don't drop zero size sections from
1240 segment map.
1241 (copy_private_bfd_data): Check for changes in zero size sections.
1242
b5599592
AM
12432010-07-17 Alan Modra <amodra@gmail.com>
1244
1245 * elf.c (_bfd_elf_map_sections_to_segments): Force new segment
1246 for sections with overlapping LMAs.
1247 (assign_file_positions_for_load_sections): Catch overlap for
1248 sections that wrap around the address space. Replace a
1249 warning that duplicates ld's --check-sections error with a
1250 warning that lma has been adjusted for overlapping sections.
1251
8c2ccebd
CC
12522010-07-14 Cary Coutant <ccoutant@google.com>
1253
1254 PR ld/11817
1255 * dwarf2.c (read_section): Revert patch for compressed debug sections.
1256 (find_line): Likewise.
1257 (read_and_uncompress_section): Remove.
1258
a7b16ceb
L
12592010-07-13 H.J. Lu <hongjiu.lu@intel.com>
1260
1261 PR ld/11812
1262 * elf32-i386.c (elf_i386_size_dynamic_sections): Don't
1263 allocate .got.plt section if there are no GOT nor PLT
1264 entries.
1265 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections): Likewise.
1266
bb1cb422
L
12672010-07-13 H.J. Lu <hongjiu.lu@intel.com>
1268
1269 PR ld/11791
1270 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Support
1271 garbage collection against STT_GNU_IFUNC symbols.
1272
1273 * elf32-i386.c (elf_i386_get_local_sym_hash): Don't set
1274 elf.plt.offset/elf.got.offset to -1.
1275 (elf_i386_tls_transition): Skip TLS transition for functions.
1276 (elf_i386_gc_sweep_hook): Support STT_GNU_IFUNC symbols.
1277
1278 * elf64-x86-64.c (elf64_x86_64_get_local_sym_hash): Don't set
1279 elf.plt.offset/elf.got.offset to -1.
1280 (elf64_x86_64_tls_transition): Skip TLS transition for functions.
1281 (elf64_x86_64_gc_sweep_hook): Support STT_GNU_IFUNC symbols.
1282
9fff0c39
L
12832010-07-12 H.J. Lu <hongjiu.lu@intel.com>
1284
1285 * elf32-i386.c (elf_i386_check_relocs): Re-indent.
1286 (elf_i386_relocate_section): Likewise.
1287
f5296ddc
L
12882010-07-06 H.J. Lu <hongjiu.lu@intel.com>
1289
1290 * dwarf2.c (add_line_info): Initialize prev_line.
1291
50248c89
AM
12922010-07-06 Alan Modra <amodra@gmail.com>
1293
1294 * elf32-ppc.c (ppc_elf_relax_section): Insert branch around
1295 trampolines only for .init and .fini sections.
1296
5b914448
AM
12972010-07-05 Alan Modra <amodra@gmail.com>
1298
1299 * elf32-ppc.c: Formatting.
1300 (ppc_elf_finish_dynamic_sections): Don't make plt_entry var static.
1301
0acf065b
CC
13022010-07-03 Cary Coutant <ccoutant@google.com>
1303
1304 * compress.c (bfd_uncompress_section_contents): Add ATTRIBUTE_UNUSED.
1305 * dwarf2.c (read_and_uncompress_section): New function.
1306 (read_section): Call it.
1307 (find_line): Likewise.
1308
726d3ab0
AM
13092010-07-01 Alan Modra <amodra@gmail.com>
1310
1311 * elf64-ppc.c (ppc64_elf_edit_toc): Use SYMBOL_CALLS_LOCAL rather
1312 than SYMBOL_REFERENCES_LOCAL.
1313 (ppc64_elf_relocate_section): Likewise.
1314
bddc25c9
AM
13152010-07-01 Alan Modra <amodra@gmail.com>
1316
1317 * elf64-ppc.c (ppc64_elf_edit_toc): Keep toc entries for ifuncs.
1318
360cfc9c
AM
13192010-06-29 Alan Modra <amodra@gmail.com>
1320
1321 * cpu-maxq.c: Delete file.
1322 * coff-maxq.c: Delete file.
1323 * Makefile.am: Remove references to maxq.
1324 * archures.c: Likewise.
1325 * coffcode.h: Likewise.
1326 * configure.in: Likewise.
1327 * targets.c: Likewise.
1328 * config.bfd: Move maxq from obsolete to removed.
1329 * Makefile.in: Regenerate.
1330 * bfd-in2.h: Regenerate.
1331 * configure: Regenerate.
1332 * libbfd.h: Regenerate.
1333 * po/SRC-POTFILES.in: Regenerate.
1334
3f062f44
AM
13352010-06-28 Alan Modra <amodra@gmail.com>
1336
1337 * compress.c (bfd_uncompress_section_contents): Use ATTRIBUTE_UNUSED
1338 to silence gcc warning.
1339
6bee8834
AM
13402010-06-27 Alan Modra <amodra@gmail.com>
1341
1342 * elf64-ppc.c (get_tls_mask): Don't segfault on NULL elf_section_data.
1343 (group_sections): Likewise.
1344
c7e2358a
AM
13452010-06-27 Alan Modra <amodra@gmail.com>
1346
1347 * bout.c (aligncode): Delete set but unused variables.
1348 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
1349 * coff-ppc.c (ppc_record_toc_entry): Likewise.
1350 (coff_ppc_relocate_section): Likewise.
1351 * coff-rs6000.c (xcoff_complain_overflow_bitfield_func): Likewise.
1352 * elf-m10200.c (mn10200_elf_relax_delete_bytes): Likewise.
1353 * elf-m10300.c (mn10300_elf_final_link_relocate): Likewise.
1354 (mn10300_elf_relax_section): Likewise.
1355 * elf32-arm.c (arm_build_one_stub, arm_size_one_stub): Likewise.
1356 (record_vfp11_erratum_veneer): Likewise.
1357 (bfd_elf32_arm_vfp11_erratum_scan): Likewise.
1358 (elf32_arm_final_link_relocate): Likewise.
1359 (elf32_arm_check_relocs, arm_map_one_stub): Likewise.
1360 * elf32-avr.c (elf32_avr_relax_delete_bytes): Likewise.
1361 (elf32_avr_relax_section): Likewise.
1362 (avr_mark_stub_not_to_be_necessary): Likewise.
1363 * elf32-bfin.c (_bfin_create_got_section): Likewise.
1364 * elf32-cr16.c (cr16_elf_final_link_relocate): Likewise.
1365 (elf32_cr16_relax_delete_bytes): Likewise.
1366 * elf32-cr16c.c (cr16c_elf_final_link_relocate): Likewise.
1367 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Likewise.
1368 * elf32-crx.c (elf32_crx_relax_delete_bytes): Likewise.
1369 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
1370 (elf32_h8_relax_delete_bytes): Likewise.
1371 * elf32-hppa.c (elf32_hppa_check_relocs): Likewise.
1372 * elf32-i370.c (i370_elf_check_relocs): Likewise.
1373 (elf_relocate_section): Likewise.
1374 * elf32-ip2k.c (adjust_all_relocations): Likewise.
1375 (ip2k_elf_relax_section): Likewise.
1376 * elf32-lm32.c (lm32_elf_relocate_section): Likewise.
1377 (lm32_elf_check_relocs): Likewise.
1378 (lm32_elf_finish_dynamic_sections): Likewise.
1379 (lm32_elf_finish_dynamic_symbol): Likewise.
1380 * elf32-m32c.c (m32c_offset_for_reloc): Likewise.
1381 (m32c_elf_relax_delete_bytes): Likewise.
1382 * elf32-m32r.c (m32r_elf_finish_dynamic_symbol): Likewise.
1383 (m32r_elf_finish_dynamic_sections): Likewise.
1384 (m32r_elf_check_relocs, m32r_elf_fake_sections): Likewise.
1385 * elf32-m68hc11.c (m68hc11_elf_relax_section): Likewise.
1386 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
1387 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Likewise.
1388 * elf32-microblaze.c (microblaze_elf_relocate_section): Likewise.
1389 (microblaze_elf_check_relocs): Likewise.
1390 (microblaze_elf_finish_dynamic_symbol): Likewise.
1391 * elf32-msp430.c (msp430_elf_relax_delete_bytes): Likewise.
1392 * elf32-ppc.c (ppc_elf_tls_optimize): Likewise.
1393 * elf32-rx.c (rx_elf_relocate_section): Likewise.
1394 (elf32_rx_relax_delete_bytes, rx_offset_for_reloc): Likewise.
1395 (elf32_rx_relax_section): Likewise.
1396 * elf32-score.c (score_elf_got_offset_from_index): Likewise.
1397 (score_elf_final_link_relocate): Likewise.
1398 (s3_bfd_score_elf_relocate_section): Likewise.
1399 * elf32-score7.c (score_elf_got_offset_from_index): Likewise.
1400 (s7_bfd_score_elf_relocate_section): Likewise.
1401 * elf32-sh.c (sh_elf_check_relocs): Likewise.
1402 * elf32-spu.c (spu_elf_relocate_section): Likewise.
1403 * elf32-v850.c (v850_elf_check_relocs): Likewise.
1404 (find_remembered_hi16s_reloc): Likewise.
1405 * elf32-vax.c (elf32_vax_merge_private_bfd_data): Likewise.
1406 (elf_vax_relocate_section): Likewise.
1407 * elf32-xc16x.c (elf32_xc16x_relocate_section): Likewise.
1408 * elf32-xtensa.c (xlate_offset_with_removed_text): Likewise.
1409 (move_literal): Likewise.
1410 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
1411 (elf64_hppa_check_relocs): Likewise.
1412 (elf64_hppa_finish_dynamic_symbol): Likewise.
1413 (elf64_hppa_relocate_section): Likewise.
1414 * elf64-mmix.c (mmix_elf_reloc, mmix_elf_relax_section): Likewise.
1415 * elf64-ppc.c (ppc64_elf_check_relocs): Likewise.
1416 (ppc64_elf_edit_opd, ppc64_elf_edit_toc): Likewise.
1417 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
1418 (elfNN_vms_section_from_shdr): Likewise.
1419 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Likewise.
1420 (_bfd_sparc_elf_relocate_section): Likewise.
1421 * hp300hpux.c (slurp_symbol_table): Likewise.
1422 * i386lynx.c (swap_std_reloc_out, swap_std_reloc_in): Likewise.
1423 * mach-o.c (bfd_mach_o_write_thread): Likewise.
1424 * mmo.c (mmo_scan, mmo_write_symbols_and_terminator): Likewise.
1425 * nlm32-sparc.c (nlm_sparc_read_reloc): Likewise.
1426 * pdp11.c (pdp11_aout_link_input_section): Likewise.
1427 (aout_link_input_section, aout_link_input_bfd): Likewise.
1428 * pe-mips.c (mips_swap_reloc_out): Likewise.
1429 (coff_pe_mips_relocate_section): Likewise.
1430 * som.c (som_bfd_ar_write_symbol_stuff): Likewise.
1431 * vms-alpha.c (_bfd_vms_slurp_egsd): Likewise.
1432 * xsym.c (bfd_sym_fetch_type_information_table_ent): Likewise.
1433
1434 * coff-i860.c (i860_reloc_processing): Avoid set but unused warning.
1435 * coffcode.h (coff_compute_section_file_positions): Likewise.
1436 (coff_slurp_reloc_table): Likewise.
1437 * cpu-arm.c (arm_check_note): Likewise.
1438 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Likewise.
1439 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
1440 * elf32-bfin.c (elf32_bfin_merge_private_bfd_data): Likewise.
1441 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
1442 * elf32-moxie.c (moxie_elf_relocate_section): Likewise.
1443 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
1444 * elf32-sh64.c (_bfd_sh_align_load_span): Likewise.
1445 * ieee.c (parse_expression): Likewise.
1446 (ieee_slurp_external_symbols, drop_int): Likewise.
1447 * peXXigen.c (pe_print_pdata): Likewise.
1448 * versados.c (process_esd): Likewise.
1449
4ba2ab9f
TG
14502010-06-25 Tristan Gingold <gingold@adacore.com>
1451
1452 * vms-alpha.c (_bfd_vms_write_egsd): Check absolute section with
1453 its flags. Create an absolute section if needed.
1454
1b3d1dbf
TG
14552010-06-25 Tristan Gingold <gingold@adacore.com>
1456
1457 * vms-alpha.c (_bfd_vms_write_egsd): Set target_index field of
1458 sections. Mark .vmsdebug section as SEC_DEBUGGING. Do not create
1459 dummy psect anymore. Adjust.
1460 (_bfd_vms_write_eeom): Adjust (use target_index instead of index)
1461 (_bfd_vms_write_etir): Ditto.
1462 (start_etir_or_etbt_record): Test for SEC_DEBUGGING instead of
1463 section name. Adjust.
1464
9714ee48
TG
14652010-06-25 Tristan Gingold <gingold@adacore.com>
1466
1467 * vms-alpha.c (alpha_vms_write_exec): Set linktime field.
1468
ba761f19
AM
14692010-06-25 Alan Modra <amodra@gmail.com>
1470
1471 * elf64-ppc.c (toc_skip_enum): Define.
1472 (ppc64_elf_edit_toc): Use two low bits of skip array as markers.
1473 Optimize largetoc sequences.
1474 (adjust_toc_syms): Update for skip array change.
1475 (ppc64_elf_relocate_section): Handle R_PPC64_LO_DS_OPT.
1476
854b41e7
AM
14772010-06-25 Alan Modra <amodra@gmail.com>
1478
1479 * elf64-ppc.c (is_static_defined): New function.
1480 (get_tls_mask, ppc_type_of_stub): Use it here.
1481 (ppc64_elf_edit_opd): Ensure we only attempt to edit ppc64 input.
1482 (ppc64_elf_tls_setup): Typo fix.
1483 (adjust_toc_syms): Correctly handle symbols defined past the end
1484 of the toc. Move syms on removed entries to next entry rather
1485 than to start of toc.
1486 (ppc64_elf_edit_toc): Likewise. Ensure we only attempt to
1487 edit ppc64 input. Allocate one extra word in skip array.
1488 Honour info->keep_memory when reading relocs if we can.
1489 Adjust toc relocs after adjusting symbols.
1490
61e8a5ea
NS
14912010-06-23 Nathan Sidwell <nathan@codesourcery.com>
1492
1493 * archive64.c (bfd_elf64_archive_write_armap): Fix buffer overrun
1494 when scaning map.
1495
24df9a51
TG
14962010-06-17 Tristan Gingold <gingold@adacore.com>
1497
1498 * Makefile.am (BFD32_BACKENDS_CFILES): Move vms-alpha.c to ...
1499 (BFD64_BACKENDS_CFILES): ... here.
1500 (BFD32_BACKENDS): Move vms-alpha.lo to ...
1501 (BFD64_BACKENDS): ... here.
1502 * Makefile.in: Regenerate.
1503
59e6276b
JM
15042010-06-15 Joseph Myers <joseph@codesourcery.com>
1505
1506 * elf-bfd.h (LEAST_KNOWN_OBJ_ATTRIBUTE): Decrease to 2.
1507 * elf32-tic6x.c (elf32_tic6x_obj_attrs_arg_type,
1508 elf32_tic6x_merge_arch_attributes, elf32_tic6x_merge_attributes,
1509 elf32_tic6x_merge_private_bfd_data): New.
1510 (bfd_elf32_bfd_merge_private_bfd_data,
1511 elf_backend_obj_attrs_arg_type, elf_backend_obj_attrs_section,
1512 elf_backend_obj_attrs_section_type, elf_backend_obj_attrs_vendor):
1513 Define.
1514 * elf32-tic6x.h (elf32_tic6x_merge_arch_attributes): Declare.
1515
3de4a297
JM
15162010-06-15 Joseph Myers <joseph@codesourcery.com>
1517
1518 * elf-bfd.h (LEAST_KNOWN_OBJ_ATTRIBUTE): Define.
1519 (struct elf_backend_data): Update comment on obj_attrs_order.
1520 * elf-attrs.c (vendor_obj_attr_size, vendor_set_obj_attr_contents,
1521 _bfd_elf_copy_obj_attributes): Use LEAST_KNOWN_OBJ_ATTRIBUTE
1522 instead of hardcoded 4.
1523 * elf32-arm.c (elf32_arm_obj_attrs_order): Use
1524 LEAST_KNOWN_OBJ_ATTRIBUTE and LEAST_KNOWN_OBJ_ATTRIBUTE + 1
1525 instead of hardcoded 4 and 5.
1526 (elf32_arm_merge_eabi_attributes): Use LEAST_KNOWN_OBJ_ATTRIBUTE
1527 instead of hardcoded 4.
1528
84477db9
KB
15292010-06-14 Kevin Buettner <kevinb@redhat.com>
1530
1531 * elf32-h8300.c (elf_symbol_leading_char): Define.
1532
dddb0e80
JK
15332010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1534
1535 * vms-alpha.c (_bfd_vms_write_egsd): Make sname const.
1536
f654f403
TG
15372010-06-11 Tristan Gingold <gingold@adacore.com>
1538
1539 * vms-alpha.c (_bfd_vms_slurp_egsd): Always set vma of absolute
1540 sections to 0.
1541
ff150b92
TG
15422010-06-11 Tristan Gingold <gingold@adacore.com>
1543
1544 * vms-alpha.c (evax_bfd_print_etir): Handle ETIR__C_STO_GBL_LW.
1545
81bb31c0
TG
15462010-06-11 Tristan Gingold <gingold@adacore.com>
1547
1548 * vms-misc.c (_bfd_vms_output_counted): Make VALUE argument const.
1549 Adjust cast.
1550 (_bfd_vms_output_dump): Make DATA argument const, adjust cast.
1551 * vms.h (_bfd_vms_output_counted, _bfd_vms_output_dump): Adjust.
1552 * vms-alpha.c (evax_section_flags): Make it const.
1553 (vms_secflag_by_name): Remove unused ABFD argument.
1554 Make SECTION_FLAGS and NAME arguments const. Clarify comment.
1555 (vms_esecflag_by_name): Make SECTION_FLAGS and NAME arguments const.
1556 (_bfd_vms_slurp_egsd): Adjust call to vms_secflag_by_name.
1557 (_bfd_vms_write_egsd): Remove useless cast.
1558
cb3aabc7
TG
15592010-06-10 Tristan Gingold <gingold@adacore.com>
1560
1561 * config.bfd: Remove #if/#endif so that som can be compiled on any
1562 host.
1563 * targets.c (_bfd_target_vector): Remove #if/#endif so that som
1564 can be used on any host.
1565
e1f000f6
TG
15662010-06-10 Tristan Gingold <gingold@adacore.com>
1567
1568 * som.c: Can now be compiled on any host.
1569 Include bfd headers instead of system one.
1570 (som_compute_checksum): Parameter is now a pointer to a
1571 som_external_header structure. Adjust.
1572 (struct section_to_type): Field section is now const.
1573 (R_DLT_REL, R_AUX_UNWIND, R_SEC_STMT): Removed conditional
1574 definition.
1575 (R_LONG_PCREL_MODE, R_N0SEL, R_N1SEL, R_LINETAB): Ditto.
1576 (R_LINETAB_ESC, R_LTP_OVERRIDE, R_COMMENT): Ditto.
1577 (som_swap_clock_in, som_swap_clock_out): New functions.
1578 (som_swap_header_in, som_swap_header_out): Likewise.
1579 (som_swap_space_dictionary_in): Likewise.
1580 (som_swap_space_dictionary_out): Likewise.
1581 (som_swap_subspace_dictionary_in): Likewise.
1582 (som_swap_subspace_dictionary_record_out): Likewise.
1583 (som_swap_aux_id_in, som_swap_aux_id_out): Likewise.
1584 (som_swap_string_auxhdr_out): Likewise.
1585 (som_swap_compilation_unit_out): Likewise.
1586 (som_swap_exec_auxhdr_in): Likewise.
1587 (som_swap_exec_auxhdr_out): Likewise.
1588 (som_swap_lst_header_in): Likewise.
1589 (som_object_setup): Adjust parameter type using bfd types.
1590 (setup_sections): Likewise. Ditto for object file types.
1591 Use intermediate variables for external representation and use the
1592 swap functions to convert.
1593 (som_object_p): Ditto. Remove #ifdef/#endif on always defined
1594 macros.
1595 (som_prep_headers): Likewise.
1596 (som_write_symbol_strings): Likewise.
1597 (som_begin_writing): Likewise.
1598 (som_finish_writing): Likewise.
1599 (som_build_and_write_symbol_table): Likewise.
1600 (bfd_section_from_som_symbol): Likewise.
1601 (som_slurp_symbol_table): Likewise.
1602 (som_bfd_print_private_bfd_data): Likewise.
1603 (bfd_som_attach_aux_hdr): Likewise. Clear the padding.
1604 (bfd_som_attach_compilation_unit): Likewise.
1605 (som_bfd_count_ar_symbols): Likewise.
1606 (som_bfd_fill_in_ar_symbols): Likewise.
1607 (som_slurp_armap): Likewise.
1608 (som_bfd_ar_write_symbol_stuff): Likewise.
1609 (som_write_armap): Likewise. Use _bfd_ar_spacepad instead of
1610 sprintf to write header fields.
1611 * som.h: Include bfd headers instead of system one.
1612 (FILE_HDR_SIZE, AUX_HDR_SIZE): Removed.
1613 (struct somdata): Use bfd structures instead of system ones.
1614 (struct som_section_data_struct): Likewise.
1615 (struct som_subspace_dictionary_record): Removed (now in
1616 include/som/internal.h)
1617
318cadba
TG
16182010-06-10 Tristan Gingold <gingold@adacore.com>
1619
1620 * targets.c (bfd_target_list): Remove hp/ux compiler work-around
1621 as bfd requires an ANSI-C compiler.
1622
f0b3dbfc
TG
16232010-06-09 Tristan Gingold <gingold@adacore.com>
1624
1625 * bfdio.c (bfd_bread): Fix the code to prevent reading past the
1626 end of archive members.
1627
7da73d69
TG
16282010-06-08 Tristan Gingold <gingold@adacore.com>
1629
1630 * som.c (som_bfd_free_cached_info): Do not free relocations as
1631 they were allocated with bfd_zalloc.
1632
cba3addf
TG
16332010-06-08 Tristan Gingold <gingold@adacore.com>
1634
1635 * vms-lib.c (_bfd_vms_lib_write_archive_contents): Increment
1636 for the first block.
1637
09266d1a
TG
16382010-06-08 Tristan Gingold <gingold@adacore.com>
1639
1640 * vms-lib.c (_bfd_vms_lib_ia64_mkarchive): New function.
1641 * libbfd-in.h (_bfd_vms_lib_ia64_mkarchive): Declare.
1642 * libbfd.h: Regenerate.
1643 * elfxx-ia64.c (bfd_elfNN_write_archive_contents): Redefine for VMS.
1644 (bfd_elfNN_mkarchive): Ditto.
1645
d0ef7741
TG
16462010-06-02 Tristan Gingold <gingold@adacore.com>
1647
1648 * vms-alpha.c (alpha_vms_bfd_final_link): Fix 64bit constant.
1649
a009f2e7
RW
16502010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1651
1652 * configure: Regenerate.
1653
46d00b8a
TG
16542010-06-01 Tristan Gingold <gingold@adacore.com>
1655
1656 * vms-alpha.c (struct vms_private_data_struct): Add
1657 transfer_address field. Remove unused dst_info field.
1658 (alpha_vms_write_exec): Use transfer_address.
1659 (_bfd_vms_write_egsd): Add a comment about LIB$INITIALIZE.
1660 (alpha_vms_bfd_final_link): Set transfer_address.
1661
7d5ee7d7
TG
16622010-05-31 Tristan Gingold <gingold@adacore.com>
1663
1664 * vms-lib.c (credat_lo, credat_hi): New fields.
1665 (vms_read_block): Adjust comments.
1666 (vms_write_block): New function.
1667 (_bfd_vms_lib_archive_p): Decode majorid once. Replace some
1668 hard-coded values with constants. Set credat_lo and credat_hi.
1669 (_bfd_vms_lib_mkarchive): Add argument kind.
1670 Set ver, mhd_size and type according to kind.
1671 (_bfd_vms_lib_alpha_mkarchive): New function.
1672 (struct lib_index): Renamed from struct vms_index
1673 (lib_index_cmp): Renamed from vms_index_cmp. Adjusted.
1674 (get_idxlen): Type of idx argument adjusted. Add is_elfidx
1675 argument and handle it.
1676 (vms_write_index): Adjust argument idx. Handle elf indexes.
1677 (_bfd_vms_lib_build_map): Adjust type of arguments modules and res.
1678 (_bfd_vms_lib_write_archive_contents): Add is_elfidx variable and
1679 use it. Handle elf indexes. Set credat.
1680 * libbfd-in.h (_bfd_vms_lib_mkarchive): Renamed to ...
1681 (_bfd_vms_lib_alpha_mkarchive): ... this.
1682 * libbfd.h: Regenerated.
1683 * vms-alpha.c (vms_alpha_vec): Adjust after previous renaming.
1684
7aa09196
SA
16852010-05-28 Sterling Augustine <sterling@tensilica.com>
1686
7d5ee7d7 1687 * elf32-xtensa.c (elf_xtensa_relocate_section): Add a large amount
7aa09196
SA
1688 of code to change the bits in the instructions to match the changes
1689 in the relocations. Declare dest_addr and sym_sec to help.
1690
81c5c866
JK
16912010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1692
1693 Workaround GCC PR middle-end/4210.
1694 * vms-misc.c (vms_time_t_to_vms_time): Use ternary operator for val[2]
1695 and val[3].
1696
953b49ed
TG
16972010-05-27 Tristan Gingold <gingold@adacore.com>
1698
1699 * vms-misc.c: Define __NEW_STARLET. Remove trailing spaces.
1700 (VMS_TIME_FACTOR, VMS_TIME_OFFSET): New macros.
1701 (vms_time_to_time_t): Use them instead of local const.
1702 (vms_time_t_to_vms_time): New function.
1703 (vms_get_time): Likewise.
1704 (vms_raw_get_time): Likewise.
1705 * vms.h (vms_time_t_to_vms_time): New declaration.
1706 (vms_get_time): Likewise.
1707 (vms_raw_get_time): Likewise.
1708
f9eeb9c9
TG
17092010-05-26 Tristan Gingold <gingold@adacore.com>
1710
1711 * vms-alpha.c: Update comments.
1712 (alpha_vms_write_exec): Set lnkflags. Write the GST.
1713 (alpha_vms_link_output_symbol): New function.
1714 (alpha_vms_bfd_final_link): Generate the VMS symbol table.
1715 Set dst_section private field.
1716 (alpha_vms_bfd_final_link): Remove code that set dst_section.
1717
65077aa8
TG
17182010-05-26 Tristan Gingold <gingold@adacore.com>
1719
1720 * bfdio.c: Declare and define _bfd_memory_iovec.
1721 (bfd_bread): Move code for BFD_IN_MEMORY...
1722 (bfd_bwrite): ... Ditto ...
1723 (bfd_tell): ... Ditto ...
1724 (bfd_flush): ... Ditto ...
1725 (bfd_stat): ... Ditto ...
1726 (bfd_seek): ... Ditto ...
1727 (bfd_get_size): ... Ditto ...
1728 (bfd_mmap): ... Ditto ...
1729 (memory_bread): ... to these new functions.
1730 (memory_bwrite): Ditto.
1731 (memory_btell): Ditto.
1732 (memory_bseek): Ditto.
1733 (memory_bflush): Ditto.
1734 (memory_bstat): Ditto.
1735 (memory_bmmap): Ditto.
1736 (memory_bclose): New function.
1737 * peicode.h (pe_ILF_build_a_bfd): Use BFD_IN_MEMORY.
1738 * xcofflink.c (bfd_xcoff_link_generate_rtinit): Ditto.
1739 * opncls.c (bfd_close): Do not handle BFD_IN_MEMORY case.
1740 (bfd_make_writable): Use _bfd_memory_iovec.
1741 * elfcode.h (bfd_from_remote_memory): Use _bfd_memory_iovec.
1742 * coff-alpha.c (alpha_ecoff_get_elt_at_filepos): Use
1743 _bfd_memory_iovec.
1744 (alpha_ecoff_openr_next_archived_file): Use proxy_origin
1745 instead of origin.
1746 * libbfd.h: Regenerate.
1747
8e45593f
NC
17482010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
1749 Joseph Myers <joseph@codesourcery.com>
1750 Andrew Stubbs <ams@codesourcery.com>
1751
1752 * config.bfd (sh-*-uclinux* | sh[12]-*-uclinux*): Add
1753 bfd_elf32_shl_vec, and FDPIC vectors to targ_selvecs.
1754 * configure.in: Handle FDPIC vectors.
1755 * elf32-sh-relocs.h: Add FDPIC and movi20 relocations.
1756 * elf32-sh.c (DEFAULT_STACK_SIZE): Define.
1757 (SYMBOL_FUNCDESC_LOCAL): Define. Use it instead of
1758 SYMBOL_REFERENCES_LOCAL for function descriptors.
1759 (fdpic_object_p): New.
1760 (sh_reloc_map): Add FDPIC and movi20 relocations.
1761 (sh_elf_info_to_howto, sh_elf_relocate_section): Handle new invalid
1762 range.
1763 (struct elf_sh_plt_info): Add got20 and short_plt. Update all
1764 definitions.
1765 (FDPIC_PLT_ENTRY_SIZE, FDPIC_PLT_LAZY_OFFSET): Define.
1766 (fdpic_sh_plt_entry_be, fdpic_sh_plt_entry_le, fdpic_sh_plts): New.
1767 (FDPIC_SH2A_PLT_ENTRY_SIZE, FDPIC_SH2A_PLT_LAZY_OFFSET): Define.
1768 (fdpic_sh2a_plt_entry_be, fdpic_sh2a_plt_entry_le)
1769 (fdpic_sh2a_short_plt_be, fdpic_sh2a_short_plt_le, fdpic_sh2a_plts):
1770 New.
1771 (get_plt_info): Handle FDPIC.
1772 (MAX_SHORT_PLT): Define.
1773 (get_plt_index, get_plt_offset): Handle short_plt.
1774 (union gotref): New.
1775 (struct elf_sh_link_hash_entry): Add funcdesc, rename tls_type to
1776 got_type and adjust all uses. Add GOT_FUNCDESC.
1777 (struct sh_elf_obj_tdata): Add local_funcdesc. Rename
1778 local_got_tls_type to local_got_type.
1779 (sh_elf_local_got_type): Renamed from sh_elf_local_got_tls_type. All
1780 users changed.
1781 (sh_elf_local_funcdesc): Define.
1782 (struct elf_sh_link_hash_table): Add sfuncdesc, srelfuncdesc, fdpic_p,
1783 and srofixup.
1784 (sh_elf_link_hash_newfunc): Initialize new fields.
1785 (sh_elf_link_hash_table_create): Set fdpic_p.
1786 (sh_elf_omit_section_dynsym): New.
1787 (create_got_section): Create .got.funcdesc, .rela.got.funcdesc
1788 and .rofixup.
1789 (allocate_dynrelocs): Allocate local function descriptors and space
1790 for R_SH_FUNCDESC-related relocations, and for rofixups.
1791 Handle GOT_FUNCDESC. Create fixups. Handle GOT entries which
1792 require function descriptors.
1793 (sh_elf_always_size_sections): Handle PT_GNU_STACK and __stacksize.
1794 (sh_elf_modify_program_headers): New.
1795 (sh_elf_size_dynamic_sections): Allocate function descriptors for
1796 local symbols. Allocate .got.funcdesc contents. Allocate rofixups.
1797 Handle local GOT entries of type GOT_FUNCDESC. Create fixups for
1798 local GOT entries. Ensure that FDPIC libraries always have a PLTGOT
1799 entry in the .dynamic section.
1800 (sh_elf_add_dyn_reloc, sh_elf_got_offset, sh_elf_initialize_funcdesc)
1801 (sh_elf_add_rofixup, sh_elf_osec_to_segment)
1802 (sh_elf_osec_readonly_p, install_movi20_field): New functions.
1803 (sh_elf_relocate_section): Handle new relocations, R_SH_FUNCDESC,
1804 R_SH_GOTFUNCDESC and R_SH_GOTOFFFUNCDESC. Use sh_elf_got_offset
1805 and .got.plt throughout to find _GLOBAL_OFFSET_TABLE_. Add rofixup
1806 read-only section warnings. Handle undefined weak symbols. Generate
1807 fixups for R_SH_DIR32 and GOT entries. Check for cross-segment
1808 relocations and clear EF_SH_PIC. Handle 20-bit relocations.
1809 Always generate R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE.
1810 (sh_elf_gc_sweep_hook): Handle R_SH_FUNCDESC, R_SH_GOTOFF20,
1811 R_SH_GOTFUNCDESC, R_SH_GOTFUNCDESC20, and R_SH_GOTOFFFUNCDESC.
1812 Handle 20-bit relocations.
1813 (sh_elf_copy_indirect_symbol): Copy function descriptor reference
1814 counts.
1815 (sh_elf_check_relocs): Handle new relocations. Make symbols
1816 dynamic for FDPIC relocs. Account for rofixups. Error for FDPIC
1817 symbol mismatches. Allocate a GOT for R_SH_DIR32. Allocate fixups
1818 for R_SH_DIR32.
1819 (sh_elf_copy_private_data): Copy PT_GNU_STACK size.
1820 (sh_elf_merge_private_data): Copy initial flags. Do not clobber
1821 non-mach flags. Set EF_SH_PIC for FDPIC. Reject FDPIC mismatches.
1822 (sh_elf_finish_dynamic_symbol): Do not handle got_funcdesc entries
1823 here. Rename sgot to sgotplt and srel to srelplt. Handle short_plt,
1824 FDPIC descriptors, and got20. Create R_SH_FUNCDESC_VALUE for FDPIC.
1825 Use install_movi20_field. Rename srel to srelgot. Always generate
1826 R_SH_DIR32 for FDPIC instead of R_SH_RELATIVE.
1827 (sh_elf_finish_dynamic_sections): Fill in the GOT pointer in rofixup.
1828 Do not fill in reserved GOT entries for FDPIC. Correct DT_PLTGOT.
1829 Rename sgot to sgotplt. Assert that the right number of rofixups
1830 and dynamic relocations were allocated.
1831 (sh_elf_use_relative_eh_frame, sh_elf_encode_eh_address): New.
1832 (elf_backend_omit_section_dynsym): Use sh_elf_omit_section_dynsym.
1833 (elf_backend_can_make_relative_eh_frame)
1834 (elf_backend_can_make_lsda_relative_eh_frame)
1835 (elf_backend_encode_eh_address): Define.
1836 (TARGET_BIG_SYM, TARGET_BIG_NAME, TARGET_LITTLE_SYM)
1837 (TARGET_LITTLE_NAME, elf_backend_modify_program_headers, elf32_bed):
1838 Redefine for FDPIC vector.
1839 * reloc.c: Add SH FDPIC and movi20 relocations.
1840 * targets.c (_bfd_target_vector): Add FDPIC vectors.
1841 * configure, bfd-in2.h, libbfd.h: Regenerated.
1842
9fcd9da6
NC
18432010-05-25 Jay Krell <jay.krell@cornell.edu>
1844
1845 PR ld/11624
1846 * archive.c (_bfd_calloc_wrapper): New function.
1847 (_bfd_add_bfd_to_archive_cache): Use it.
1848
1849 * configure.in: Add alpha*-*-*vms* to list of natives.
1850 * configure: Regenerate.
1851
1852 * vms-misc.c: Define globalref if necessary.
1853 (vms_convert_to_var_unix_filename): Rename to
1854 _bfd_vms_convert_to_var_unix_filename and export.
1855 * vms.h: Add prototype for _bfd_vms_convert_to_var_unix_filename.
1856 * vms-alpha.c (vms_close_and_cleanup): Update invocation of
1857 vms_convert_to_var_unix_filename.
1858
c734eb83
TG
18592010-05-24 Tristan Gingold <gingold@adacore.com>
1860
ce76e55c
TG
1861 * vms-alpha.c (add_symbol_entry): New function extrated from ...
1862 (add_symbol): ... adjusted.
c734eb83 1863
5fe88cfb
TG
18642010-05-24 Tristan Gingold <gingold@adacore.com>
1865
1866 * vms-alpha.c (_bfd_vms_slurp_egsd): Fix indentation.
1867 (alpha_vms_write_exec): Add a comment.
1868 (_bfd_vms_write_egsd): Ditto.
1869 (alpha_vms_convert_symbol): Remove a blank line.
1870
6a286118
TG
18712010-05-21 Tristan Gingold <gingold@adacore.com>
1872
1873 * vms-alpha.c (_bfd_vms_slurp_eihs): Do not create a bfd section
1874 for the GST.
1875
c068d5be
TG
18762010-05-21 Tristan Gingold <gingold@adacore.com>
1877
1878 * vms-alpha.c (_bfd_vms_slurp_eisd): Set SEC_HAS_CONTENTS and
1879 SEC_LOAD if isect has data.
1880 (vms_get_symbol_info): Refine the condition for 'T' type.
1881
bd7b51b4
TG
18822010-05-18 Tristan Gingold <gingold@adacore.com>
1883
1884 * vms-alpha.c (_bfd_vms_write_emh): New function.
1885 (_bfd_vms_write_lmn): New function.
1886 (_bfd_vms_write_eeom): Moved.
1887 (hash_string): Likewise.
1888 (_bfd_vms_length_hash_symbol): Likewise.
1889 (_bfd_vms_write_ehdr): Code moved to _bfd_vms_write_emh
1890 and _bfd_vms_write_lmn, and call these functions.
1891
0fca53b7
TG
18922010-05-18 Tristan Gingold <gingold@adacore.com>
1893
1894 * vms-alpha.c (evax_bfd_print_dst): Handle INCR_LINUM_L.
1895 Add details in the messages.
1896 (evax_bfd_print_image): Change message.
1897
18ae9cc1
L
18982010-05-18 H.J. Lu <hongjiu.lu@intel.com>
1899
1900 PR gas/11600
1901 * elf.c (_bfd_elf_make_section_from_shdr): Handle SHF_EXCLUDE
1902 (elf_fake_sections): Likewise.
1903
1904 * elf32-i370.c (i370_elf_section_from_shdr): Don't handle
1905 SHF_EXCLUDE here.
1906 * elf32-ppc.c (ppc_elf_fake_sections): Likewise.
1907
9a1b4480
TG
19082010-05-17 Tristan Gingold <gingold@adacore.com>
1909
1910 * vms-alpha.c: Include esgps.h and eidc.h.
1911 (_bfd_vms_slurp_egsd): Ignore SPSC and IDC sub-records.
3a689531
TG
1912 (evax_bfd_print_egsd_flags): New function, extracted from ...
1913 (evax_bfd_print_egsd): ..., calls evax_bfd_print_egsd_flags. Handles
9a1b4480
TG
1914 EGSD__C_SPSC and EGSD__C_IDC.
1915
af47dcbf
TG
19162010-05-14 Tristan Gingold <gingold@adacore.com>
1917
1918 * vms-alpha.c (alpha_vms_object_p): Accept header size of 0.
1919 (_bfd_vms_get_object_record): Handle align byte only in the
1920 foreign case.
1921
7256a114
TG
19222010-05-14 Tristan Gingold <gingold@adacore.com>
1923
1924 * vms-lib.c (_bfd_vms_lib_ia64_archive_p): New function.
1925 * libbfd-in.h (_bfd_vms_lib_ia64_archive_p): Add prototype.
1926 * libbfd.h: Regenerate.
1927 * configure.in (havevecs): Define HAVE_all_vecs when
1928 --enable-targets=all is set. Use AC_SUBST on it.
1929 (tdefaults): Do not add havevecs.
1930 (bfd_elf64_ia64_vms_vec): Add vms-lib.lo and vms-misc.lo
1931 * configure: Regenerate.
1932 * Makefile.am (HAVEVECS): New variable.
1933 (INCLUDES): Add HAVEVECS.
1934 * Makefile.in: Regenerate.
1935 * elfxx-ia64.c (INCLUDE_IA64_VMS): New macro, defined if vms
1936 target is selected. Add #ifdef/#endif around vms specific code.
1937 (bfd_elfNN_archive_p, bfd_elfNN_archive_slurp_armap,
1938 bfd_elfNN_archive_slurp_extended_name_table,
1939 bfd_elfNN_archive_construct_extended_name_table,
1940 bfd_elfNN_archive_truncate_arname,
1941 bfd_elfNN_archive_write_armap,
1942 bfd_elfNN_archive_read_ar_hdr,
1943 bfd_elfNN_archive_write_ar_hdr,
1944 bfd_elfNN_archive_openr_next_archived_file,
1945 bfd_elfNN_archive_get_elt_at_index,
1946 bfd_elfNN_archive_generic_stat_arch_elt,
1947 bfd_elfNN_archive_update_armap_timestamp): Define to use vms archives.
1948
4547cb56
NC
19492010-05-11 Jie Zhang <jie@codesourcery.com>
1950
1951 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Merge
1952 Tag_ABI_HardFP_use correctly.
1953
3390ce30
AM
19542010-05-11 Alan Modra <amodra@gmail.com>
1955
1956 * coffcode.h (coff_write_object_contents): Enclose all occurrences
1957 of hasdebug and is_reloc_section in #ifdef COFF_IMAGE_WITH_PE.
1958
92750f34
DJ
19592010-05-07 Daniel Jacobowitz <dan@codesourcery.com>
1960
1961 * elf32-arm.c (struct a8_erratum_reloc): Add hash member. Move
1962 sym_name to improve packing.
1963 (cortex_a8_erratum_scan): Check for PLT entries.
1964 (elf32_arm_size_stubs): Save the target symbol for a8 relocs.
1965
6540b386
TG
19662010-05-07 Tristan Gingold <gingold@adacore.com>
1967
1968 * Makefile.in: Regenerate with automake 1.11.1.
1969 * aclocal.m4: Ditto.
1970
3e01a7fd
NC
19712010-05-05 Nick Clifton <nickc@redhat.com>
1972
1973 * po/es.po: Updated Spanish translation.
1974
fa23f0f4
TG
19752010-05-03 Tristan Gingold <gingold@adacore.com>
1976
1977 * vms-lib.c (vms_lib_bopen): Fix the size threshold to read
1978 selective_search flag.
1979 Add comments.
1980 * vms-alpha.c (alpha_vms_bfd_final_link): Create the DMT section
1981 before output_has_begun is set.
1982
44273c5b
TG
19832010-05-03 Tristan Gingold <gingold@adacore.com>
1984
1985 * vms-alpha.c: Add comments.
1986 (struct vms_private_data_struct): Remove image_autoextend field.
1987 (dst_check_allocation): Removed.
1988 (image_write): Remove call to dst_check_allocation.
1989 (vms_slurp_debug): Do not set image_autoextend. Adjust section
1990 size.
1991 (_bfd_vms_slurp_object_records): Remove useless new_type variable.
1992 (alpha_vms_write_exec): Use dst_section to get the dst section.
1993 Write the dmt section.
1994 (evax_bfd_print_image): Also print the dst size in hexa. Fix typo.
1995 (alpha_vms_read_sections_content): Do not set image_autoextend.
fa23f0f4 1996 (alpha_vms_bfd_final_link): Generate the dst.
44273c5b 1997
ab94b07c
TG
19982010-05-03 Tristan Gingold <gingold@adacore.com>
1999
2000 * vms-lib.c (_bfd_vms_lib_archive_p): Adjust for a possible empty
2001 next array.
2002 (vms_lib_dcx): Adjust for the above change.
2003
0672748a
L
20042010-04-30 H.J. Lu <hongjiu.lu@intel.com>
2005
2006 PR ld/11542
2007 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): New.
2008
2009 * elf32-i386.c (elf_i386_relocate_section): Use it.
2010 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2011
13a985e1
TG
20122010-04-30 Tristan Gingold <gingold@adacore.com>
2013
2014 * vms-lib.c (vms_read_block): New function.
2015 (vms_traverse_index): Use vms_read_block. Handle long key names.
2016
8e57e1d1
TG
20172010-04-30 Tristan Gingold <gingold@adacore.com>
2018
2019 * vms-lib.c (struct lib_tdata): Field artdata added, fields nbr_syms
2020 and syms removed.
2021 (struct carsym_mem): New structure.
2022 (vms_add_index): New function.
2023 (vms_add_indexes_from_list): New function.
2024 (vms_traverse_index): Parameter carsym changed to carsym_mem.
2025 Code adjusted to handle elfidx.
2026 (vms_lib_read_index): Adjusted for vms_traverse_index changes.
2027 Parameter NBREL is now a pointer.
2028 (_bfd_vms_lib_archive_p): Adjust for above change. Handle ia64
2029 archives.
2030 (_bfd_vms_lib_mkarchive): Adjusted for changes in struct lib_tdata.
2031 (_bfd_vms_lib_find_symbol): Ditto.
2032 (vms_lib_bopen): Fix two typos: return FALSE in case of error,
2033 check MHD id.
2034 (_bfd_vms_lib_get_module): New function.
2035 (_bfd_vms_lib_get_elt_at_index): Rewritten using the above
2036 function.
2037 (_bfd_vms_lib_openr_next_archived_file): Use _bfd_vms_lib_get_module.
2038 (_bfd_vms_lib_generic_stat_arch_elt): Handle ia64 archives.
2039 (vms_write_index): Adjust for structure renamed.
2040 * vms-alpha.c (alpha_vms_link_add_archive_symbols): Adjust for
2041 changes of _bfd_vms_lib_find_symbol.
2042
bb591cfe
KT
20432010-04-28 Kai Tietz <kai.tietz@onevision.com>
2044
2045 * config.bfd: Correct accidential reverted patch
2046 about vax*-*-*vms*.
2047
ef72a554
KT
20482010-04-27 Kai Tietz <kai.tietz@onevision.com>
2049
2050 * pe-x86_64.c (TARGET_UNDERSCORE): Set value dependent
2051 to USE_MINGW64_LEADING_UNDERSCORES.
854b41e7 2052 * pei-x86_64.c (TARGET_UNDERSCORE): Likewise.
ef72a554
KT
2053 * config.bfd: Change underscoring default for x64 mingw
2054 to false.
2055 * coffcode.h (coff_write_relocs): Add check that dereferenced
2056 sym_ptr_ptr isn't NULL.
2057 * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
2058 * configure: Regenerated.
2059 * configure.in: Add option '--enable-leading-mingw64-underscores'
2060 and define config.in variable USE_MINGW64_LEADING_UNDERSCORES.
2061
4d9e2b27
NC
20622010-04-27 Nick Clifton <nickc@redhat.com>
2063
2064 PR binutils/11512
2065 * coffgen.c (coff_find_nearest_line): Incldue the section address
2066 of function name symbols in address comparisons.
2067
4ba3f034
NC
20682010-04-27 Nick Clifton <nickc@redhat.com>
2069
2070 * po/fr.po: Updated French translation.
2071
9a83a553
AM
20722010-04-23 Alan Modra <amodra@gmail.com>
2073
2074 * elf.c: Replace use of ELF_IS_SECTION_IN_SEGMENT and
2075 ELF_IS_SECTION_IN_SEGMENT_FILE with ELF_SECTION_IN_SEGMENT
2076 throughout file.
2077 (assign_file_positions_for_load_sections): Modify section in
2078 segment warning to ignore overlay vmas.
2079 * elf32-spu.c (spu_elf_object_p): Replace use of
2080 ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
2081
9c9c98a5
NC
20822010-04-22 Nick Clifton <nickc@redhat.com>
2083
2084 * po/bfd.pot: Updated by the Translation project.
2085 * po/vi.po: Updated Vietnamese translation.
2086
3ac9b6c9
AM
20872010-04-22 Alan Modra <amodra@gmail.com>
2088
2089 * elf.c (assign_file_positions_for_load_sections): Revert 2008-05-29
2090 change. Tidy. Don't error on sections not allocated in segment.
2091
85fdf906
AH
20922010-04-15 Andrew Haley <aph@redhat.com>
2093
2094 * bfd-in.h (elf32_arm_fix_exidx_coverage): Add new flag:
2095 merge_exidx_entries.
2096 * bfd-in2.h: Likewise.
2097 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Likewise. Use it to
2098 control merging of exidx entries.
9c9c98a5 2099
41820509
JM
21002010-04-20 Joseph Myers <joseph@codesourcery.com>
2101
2102 * elf32-tic6x.h: New.
2103 * elf-bfd.h (enum elf_target_id): Define TIC6X_ELF_DATA.
2104 * elf32-tic6x.c (struct elf32_tic6x_obj_tdata, elf32_tic6x_tdata,
2105 elf32_tic6x_howto_table_rel, elf32_tic6x_info_to_howto_rel,
2106 elf32_tic6x_set_use_rela_p, elf32_tic6x_mkobject,
2107 elf32_tic6x_new_section_hook, elf32_tic6x_rel_relocation_p,
2108 bfd_elf32_mkobject, bfd_elf32_new_section_hook): New.
2109 (elf32_tic6x_reloc_type_lookup, elf32_tic6x_reloc_name_lookup,
2110 elf32_tic6x_relocate_section): Handle REL relocations.
2111 (elf_info_to_howto_rel): Define to elf32_tic6x_info_to_howto_rel.
2112
643be349
JJ
21132010-04-20 Jakub Jelinek <jakub@redhat.com>
2114
2115 * dwarf2.c (find_abstract_instance_name, scan_unit_for_symbols): Treat
2116 DW_AT_linkage_name the same as DW_AT_MIPS_linkage_name.
2117
c9736ba0
NC
21182010-04-19 Nick Clifton <nickc@redhat.com>
2119
2120 * archive64.c (bfd_elf64_archive_slurp_armap): Remove unused
2121 arhdrpos variable.
2122 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add unused
2123 attribute to warned variable. Remove unused val, type and type2
2124 variables.
2125
11afaeda
TG
21262010-04-16 Andreas Schwab <schwab@redhat.com>
2127
2128 * vms-alpha.c (alpha_vms_link_add_object_symbols): Avoid breaking
2129 strict-aliasing rules.
c9736ba0 2130
ddfb684a
TG
21312010-04-16 Tristan Gingold <gingold@adacore.com>
2132
2133 * vms-alpha.c (_bfd_vms_slurp_eihd): Fix typo.
2134 (_bfd_vms_get_object_record): Always assume there is a pad byte
2135 for alignment.
11afaeda 2136
ddfb684a
TG
2137 * vms-lib.c: Add a few comments.
2138
75375b3e
MGD
21392010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2140
2141 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Support additions to
2142 attributes in v2.08 of the ABI.
2143
f526ccf3
AM
21442010-04-15 Alan Modra <amodra@gmail.com>
2145
2146 * config.bfd (vax*-*-*vms*): Delete.
2147
95e34ef7
TG
21482010-04-14 Tristan Gingold <gingold@adacore.com>
2149
2150 * Makefile.am (BFD32_BACKENDS): Remove vms-gsd.lo, vms-hdr.lo,
2151 vms-tir.lo, vms.lo and add vms-alpha.lo
2152 (BFD32_BACKENDS_CFILES): Remove vms-gsd.c, vms-hdr.c,
2153 vms-tir.c, vms.c and add vms-alpha.c
2154 * Makefile.in: Regenerate.
2155 * configure.in (TDEFINES): Adjust file list for vms_alpha_vec.
2156 Remove vms_vax_vec.
2157 * configure: Regenerate.
2158 * targets.c (vms_vax_vec): Remove the declaration.
2159 (_bfd_target_vector): Remove vms_vax_vec.
2160 * vms-alpha.c: New file.
2161 * vms-gsd.c: Removed, rewritten in vms-alpha.c
2162 * vms-hdr.c: Ditto.
2163 * vms-tir.c: Ditto.
2164 * vms.c: Ditto.
2165 * vms-misc.c: Fix indentation and comments. Replace most of
2166 #if VMS_DEBUG/vms_debug with vms_debug2.
2167 (_bfd_vms_hash_newfunc): Moved to vms-alpha.c
2168 (hash_string): Ditto.
2169 (_bfd_vms_length_hash_symbol): Ditto.
2170 (maybe_adjust_record_pointer_for_object): Ditto.
2171 (_bfd_vms_get_object_record): Ditto.
2172 (vms_get_remaining_object_record): Ditto.
2173 (_bfd_vms_push): Ditto.
2174 (_bfd_vms_pop): Ditto.
2175 (_bfd_vms_get_header_values): Removed.
2176 (_bfd_vms_get_first_record): Removed.
2177 (vms_get_remaining_image_record): Removed.
2178 (new_symbol): Removed.
2179 (_bfd_vms_enter_symbol): Removed.
2180 (_bfd_vms_save_sized_string): Use memcpy instead of strncpy.
2181 (_bfd_vms_output_begin): Remove rechead parameter. Replace bfd
2182 parameter with struct vms_rec_wr.
2183 (_bfd_vms_output_push): Removed and replaced by ...
2184 (_bfd_vms_output_begin_subrec): ... new function.
2185 (_bfd_vms_output_alignment): Replace bfd parameter with
2186 struct vms_rec_wr, and adjust.
2187 (_bfd_vms_output_check): Ditto
2188 (_bfd_vms_output_byte): Ditto.
2189 (_bfd_vms_output_short): Ditto.
2190 (_bfd_vms_output_long): Ditto.
2191 (_bfd_vms_output_quad): Ditto.
2192 (_bfd_vms_output_counted): Ditto.
2193 (_bfd_vms_output_dump): Ditto.
2194 (_bfd_vms_output_fill): Ditto.
2195 (_bfd_vms_output_pop): Removed and replaced by ...
2196 (_bfd_vms_output_end_subrec): ... new function.
2197 (_bfd_vms_output_flush): Removed.
2198 (_bfd_vms_output_align): New function.
2199 (_bfd_vms_output_end): Add recwr parameter. Adjust for this new
2200 parameter.
2201 (vms_convert_to_var): New function imported from vms.c
2202 (vms_convert_to_var_1): Ditto.
2203 (vms_convert_to_var_unix_filename): Ditto.
2204 (vms_get_module_name): Ditto.
2205 (get_vms_time_string): Ditto.
2206 (vms_time_to_time_t): Ditto.
2207 (vms_rawtime_to_time_t): Ditto.
2208 * vms.h: All macros for the VMS file format are now in include/vms.
2209 Prototypes for vms.c, vms-gsd.c, vms-misc.c, vms-hdr.c, vms-tir.c
2210 have been removed.
2211 (struct vms_symbol_struct, struct stack_struct): Moved to vms-alpha.c
2212 (struct fileinfo, struct srecinfo, struct lineinfo): Ditto.
2213 (struct funcinfo, struct vms_private_data_struct): Ditto.
2214 (struct vms_section_data_struct): Ditto.
2215 (struct vms_rec_rd, stryct vms_rec_wr): New declarations.
2216 (vms_get_module_name, get_vms_time_string): New declarations.
2217 (vms_time_to_time_t, vms_rawtime_to_time_t): Ditto.
2218 (_bfd_vms_output_begin_subrec, _bfd_vms_output_end_subrec): Ditto.
2219 (_bfd_vms_save_sized_string, _bfd_vms_save_counted_string): Adjusted.
2220 (_bfd_vms_output_begin, _bfd_vms_output_alignment): Ditto.
2221 (_bfd_vms_output_end,_bfd_vms_output_check): Ditto.
2222 (_bfd_vms_output_byte, _bfd_vms_output_short): Ditto.
2223 (_bfd_vms_output_long, _bfd_vms_output_quad): Ditto.
2224 (_bfd_vms_output_counted, _bfd_vms_output_dump): Ditto.
2225 (_bfd_vms_output_fill): Ditto.
2226 (bfd_vms_set_section_flags): Ditto.
2227
895fa45f
MGD
22282010-04-14 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2229
2230 * elflink.c (_bfd_elf_merge_symbol): Tighten up the test for early
2231 exit due to merging the same weak symbol to test that the symbols are
2232 actually weak.
2233
727ac201
AM
22342010-04-13 Alan Modra <amodra@gmail.com>
2235
2236 * elf64-ppc.c (ppc64_elf_relocate_section): Correct NOP location
2237 when optimizing high got_tlsgd/ld insns.
2238
fe50f439
L
22392010-04-10 H.J. Lu <hongjiu.lu@intel.com>
2240
2241 * hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before
2242 define.
2243 (HAVE_PRSTATUS32_T): Likewise.
2244
8bc7f138
L
22452010-04-10 H.J. Lu <hongjiu.lu@intel.com>
2246
2247 PR corefiles/11467
2248 * configure.in (CORE_HEADER): New. Set to hosts/x86-64linux.h
2249 for x86_64-*-linux*.
2250 * config.in: Regenerated.
2251 * configure: Likewise.
2252
2253 * elf.c: Include CORE_HEADER if it is defined.
2254
22552010-04-10 H.J. Lu <hongjiu.lu@intel.com>
2256 Jan Kratochvil <jan.kratochvil@redhat.com>
2257
2258 * hosts/x86-64linux.h: New.
2259
3d540e93
NC
22602010-04-09 Nick Clifton <nickc@redhat.com>
2261
2262 * aoutx.h (aout_link_input_bfd): Remove unused variable sym_count.
2263 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Remove unused
2264 variables htab and hdr_info and mark info parameter as unused.
2265 * elf.c (prep_headers): Remove unused variable i_phdrp.
2266 (_bfd_elf_write_object_contents): Remove unused variable i_ehdrp.
2267 * elf32-i386.c (elf_i386_relocate_section): Mark variabled warned
2268 as unused.
2269 * peXXigen.c (pe_print_reloc): Remove unused variable datasize.
2270 * verilog.c (verilog_write_section): Remove unused variable
2271 address.
2272
d1a98e0c
AM
22732010-04-07 Alan Modra <amodra@gmail.com>
2274
2275 * warning.m4 (GCC_WARN_CFLAGS): Only add -Wshadow for gcc-4 and above.
2276 * configure: Regenerate.
2277
6f8bcf84
L
22782010-04-06 H.J. Lu <hongjiu.lu@intel.com>
2279
2280 PR ld/11434
2281 * elf-bfd.h (SYMBOLIC_BIND): Don't bind unique symbol locally.
2282
0e9b2e9a
TG
22832010-04-06 Tristan Gingold <gingold@adacore.com>
2284
2285 * vms-lib.c (_bfd_vms_lib_write_archive_contents): Fix idd flags.
2286
a233b20c
JJ
22872010-04-05 Jakub Jelinek <jakub@redhat.com>
2288
604282a7
JJ
2289 * elf-eh-frame.c (_bfd_elf_parse_eh_frame): Handle CIE version 4
2290 provided that it has the expected address size and zero segment
2291 length.
2292
a233b20c
JJ
2293 * dwarf2.c (struct line_head): Add maximum_ops_per_insn field.
2294 (struct line_info): Add op_index field, change end_sequence type to
2295 unsigned char.
2296 (new_line_sorts_after): For the same address compare op_index.
2297 (add_line_info): Add op_index argument, store it into the structure.
2298 (decode_line_info): Complain about unknown versions of .debug_line.
2299 Initialize maximum_ops_per_insn. Add op_index state register and
2300 track it.
2301
f2faa800
NS
23022010-04-01 Nathan Sidwell <nathan@codesourcery.com>
2303
2304 * elf32-ppc.c (apuinfo_set): New static var.
2305 (ppc_elf_begin_write_processing): Set it here, always create an
2306 APUinfo section if there were any in the inputs.
2307 (ppc_elf_write_section): Check apuinfo_set.
2308 (ppc_elf_final_write_processing): Likewise.
2309
4b544b64
TG
23102010-04-01 Tristan Gingold <gingold@adacore.com>
2311
2312 * vms.h: Include time.h. Add prototypes for vms_get_module_name,
2313 vms_time_to_time_t and vms_rawtime_to_time_t.
2314 * vms.c (vms_alpha_vec): Add archives support.
2315 * vms-misc.c: Include safe-ctype.h
2316 (vms_get_module_name): New function.
2317 (vms_time_to_time_t, vms_rawtime_to_time_t): Ditto.
2318 * vms-hdr.c (_bfd_vms_write_hdr): Put module name creation to the
2319 vms_get_module_name function. Use this function.
2320 * targets.c: Declare vms_lib_txt_vec. Add it to _bfd_target_vector.
2321 * libbfd-in.h: Add prototype for _bfd_append_relative_path.
2322 Add prototypes for vms-lib.c
2323 * libbfd.h: Regenerate.
2324 * configure.in (TDEFINES): Add an entry for vms_lib_txt_vec. Add
2325 vms-lib.lo to vms_alpha_vec.
2326 * config.bfd (targ_cpu): Add targ_selvecs for alpha*-*-*vms*.
2327 * configure: Regenerate.
2328 * bfd.c: Add selective_search field.
2329 * bfd-in2.h: Regenerate.
2330 * archive.c (append_relative_path): Rename to
2331 _bfd_append_relative_path and make it public.
2332 (_bfd_get_elt_at_filepos): Adjust for above renaming.
2333 * Makefile.am (BFD32_BACKENDS): Add vms-lib.lo
2334 (BFD32_BACKENDS_CFILES): Add vms-lib.c
2335 * Makefile.in: Regenerate.
2336
c07cbdd7
JJ
23372010-04-01 Jakub Jelinek <jakub@redhat.com>
2338
2339 * dwarf2.c (read_attribute_value): Handle CU version 4
2340 for DW_FORM_ref_addr, handle DW_FORM_sec_offset, DW_FORM_exprloc
2341 and DW_FORM_flag_present. For unknown form value return NULL.
2342 (scan_unit_for_symbols): For DW_AT_location handle DW_FORM_exprloc
2343 like DW_FORM_block.
2344 (parse_comp_unit): Allow CU version 4.
2345
e236b51d
HPN
23462010-04-01 Hans-Peter Nilsson <hp@axis.com>
2347
2348 * elf32-cris.c (cris_elf_relocate_section): Correct first argument
2349 to _bfd_elf_get_dynamic_reloc_section.
2350 (elf_cris_discard_excess_dso_dynamics): Ditto.
2351
b706dc83
KT
23522010-03-31 Kai Tietz <kai.tietz@onevision.com>
2353
2354 * coff-i386.c (in_reloc_p): Check also for R_SECREL32.
2355 * coff-x86_64.c (in_reloc_p): Check also for R_AMD64_SECREL.
2356
9d6ded02
AM
23572010-03-31 Alan Modra <amodra@gmail.com>
2358
2359 * elf64-ppc.c (ppc64_elf_relocate_section): Nop out optimized
2360 TPREL16_HI and TPREL16_HA insns.
2361
bfbff9eb
HPN
23622010-03-31 Hans-Peter Nilsson <hp@axis.com>
2363
2364 PR ld/11458
2365 * elf32-cris.c (elf_cris_copy_indirect_symbol): Remove invalid
2366 assert of empty pcrel_relocs_copied on the direct symbol. Instead
2367 of moving the list from the indirect symbol to the direct symbol,
2368 merge into any existing list.
2369 (cris_elf_check_relocs): Store the original section in the
2370 pcrel_relocs_copied list, not the relocation section.
2371 (elf_cris_discard_excess_dso_dynamics): Adjust accordingly to find
2372 the relocation section, for reducing its size. Change the
2373 BFD_ASSERT into a check for the section being read-only, and only
2374 emit warnings and TEXTREL marker when there's an entry for a
2375 read-only section.
2376
41ed1ee7
DJ
23772010-03-29 Daniel Jacobowitz <dan@codesourcery.com>
2378
2379 * elf32-arm.c (using_thumb_only): Handle v6-M.
2380
ddfd6795
AM
23812010-03-26 Alan Modra <amodra@gmail.com>
2382
2383 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_EMB_RELSDA>): Not pc-relative.
2384 * bfd-in.h (elf_discarded_section): Clarify comment.
2385 * reloc.c (struct reloc_howto_struct <pc_relative>): Likewise.
2386 * bfd-in2.h: Regenerate.
2387
1352b58a
AM
23882010-03-26 Matt Rice <ratmice@gmail.com>
2389
2390 * archive.c (_bfd_compute_and_write_armap): Allow symbols flagged
2391 as unique in the armap.
2392
6abec6bc
AM
23932010-03-26 Alan Modra <amodra@gmail.com>
2394
2395 PR ld/11375
2396 * elf64-ppc.c (ppc64_elf_relocate_section): Always look up a
2397 possible stub on branches.
2398
40b36596
JM
23992010-03-25 Joseph Myers <joseph@codesourcery.com>
2400
2401 * Makefile.am (ALL_MACHINES): Add cpu-tic6x.lo.
2402 (ALL_MACHINES_CFILES): Add cpu-tic6x.c.
2403 (BFD32_BACKENDS): Add elf32-tic6x.lo.
2404 (BFD32_BACKENDS_CFILES): Add elf32-tic6x.c.
2405 * Makefile.in: Regenerate.
2406 * archures.c (bfd_arch_tic6x, bfd_tic6x_arch): New.
2407 (bfd_archures_list): Update.
2408 * config.bfd (tic6x-*-elf): New.
2409 * configure.in (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec):
2410 New.
2411 * configure: Regenerate.
2412 * cpu-tic6x.c, elf32-tic6x.c: New.
2413 * reloc.c (BFD_RELOC_C6000_PCR_S21, BFD_RELOC_C6000_PCR_S12,
2414 BFD_RELOC_C6000_PCR_S10, BFD_RELOC_C6000_PCR_S7,
2415 BFD_RELOC_C6000_ABS_S16, BFD_RELOC_C6000_ABS_L16,
2416 BFD_RELOC_C6000_ABS_H16, BFD_RELOC_C6000_SBR_U15_B,
2417 BFD_RELOC_C6000_SBR_U15_H, BFD_RELOC_C6000_SBR_U15_W,
2418 BFD_RELOC_C6000_SBR_S16, BFD_RELOC_C6000_SBR_L16_B,
2419 BFD_RELOC_C6000_SBR_L16_H, BFD_RELOC_C6000_SBR_L16_W,
2420 BFD_RELOC_C6000_SBR_H16_B, BFD_RELOC_C6000_SBR_H16_H,
2421 BFD_RELOC_C6000_SBR_H16_W, BFD_RELOC_C6000_SBR_GOT_U15_W,
2422 BFD_RELOC_C6000_SBR_GOT_L16_W, BFD_RELOC_C6000_SBR_GOT_H16_W,
2423 BFD_RELOC_C6000_DSBT_INDEX, BFD_RELOC_C6000_PREL31,
2424 BFD_RELOC_C6000_COPY, BFD_RELOC_C6000_ALIGN,
2425 BFD_RELOC_C6000_FPHEAD, BFD_RELOC_C6000_NOCMP): New.
2426 * targets.c (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec): New.
2427 (_bfd_target_vector): Update.
2428 * bfd-in2.h, libbfd.h: Regenerate.
2429
4f608e79
L
24302010-03-24 H.J. Lu <hongjiu.lu@intel.com>
2431
2432 * aout-target.h: Update copyright year.
2433 * aout-tic30.c: Likewise.
2434 * coff-alpha.c: Likewise.
2435 * coff-rs6000.c: Likewise.
2436 * coff64-rs6000.c: Likewise.
2437 * elf64-mips.c: Likewise.
2438 * ieee.c: Likewise.
2439 * libecoff.h: Likewise.
2440 * mach-o-target.c: Likewise.
2441 * mach-o.c: Likewise.
2442 * oasys.c: Likewise.
2443 * targets.c: Likewise.
2444
337660d8
L
24452010-03-24 H.J. Lu <hongjiu.lu@intel.com>
2446
2447 * libbfd-in.h: Update copyright year.
2448
ca4a656b
L
24492010-03-21 H.J. Lu <hongjiu.lu@intel.com>
2450
2451 PR ld/11413
2452 * elflink.c (_bfd_elf_add_default_symbol): Check !executable
2453 instead of shared.
2454
47b2e99c
JZ
24552010-03-19 Jie Zhang <jie@codesourcery.com>
2456
2457 * elf32-arm.c (struct section_list): Remove.
2458 (section_list): Remove typedef.
2459 (record_section_with_arm_elf_section_data): Remove.
2460 (find_arm_elf_section_entry): Remove.
2461 (get_arm_elf_section_data): Use is_arm_elf.
2462 (unrecord_section_with_arm_elf_section_data): Remove.
2463 (elf32_arm_new_section_hook): Don't call
2464 record_section_with_arm_elf_section_data.
2465 (elf32_arm_write_section): Set mapcount to -1 when
2466 the map has been used. Don't call
2467 unrecord_section_with_arm_elf_section_data.
2468 (unrecord_section_via_map_over_sections): Remove.
2469 (elf32_arm_close_and_cleanup): Remove.
2470 (elf32_arm_bfd_free_cached_info): Remove.
2471 (bfd_elf32_close_and_cleanup): Don't define.
2472 (bfd_elf32_bfd_free_cached_info): Don't define.
2473
441f34fa
L
24742010-03-18 H.J. Lu <hongjiu.lu@intel.com>
2475
2476 PR binutils/11396
2477 * libcoff-in.h (pe_tdata): Add dont_strip_reloc.
2478 * libcoff.h: Regenerated.
2479
2480 * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Clear F_RELFLG
2481 if dont_strip_reloc is set.
2482 (_bfd_XX_bfd_copy_private_bfd_data_common): Set
2483 dont_strip_reloc on output if there is no .reloc and
2484 IMAGE_FILE_RELOCS_STRIPPED isn't set in input.
2485
b43420e6
NC
24862010-03-18 Wei Guozhi <carrot@google.com>
2487
2488 PR gas/11323
2489 * elf32-arm.c (elf32_arm_reloc_map): Map BFD_RELOC_ARM_GOT_PREL to
2490 R_ARM_GOT_PREL.
2491 * reloc.c (BFD_RELOC_ARM_GOT_PREL): New ARM relocation.
2492 * bfd-in2.h: Regenerate.
2493 * libbfd.h: Regenerate.
2494
a1b88b01
L
24952010-03-17 H.J. Lu <hongjiu.lu@intel.com>
2496
2497 * reloc.c (BFD_RELOC_SPU_PIC18): Removed.
2498 (BFD_RELOC_SPU_STUB): Likewise.
2499
4b0f0711
L
25002010-03-17 Jie Zhang <jie@codesourcery.com>
2501
2502 * elf.c (assign_file_positions_for_load_sections): Avoid
2503 overflow.
2504
f4bacdc0
AM
25052010-03-17 Alan Modra <amodra@gmail.com>
2506
93620fdb 2507 PR binutils/11382
f4bacdc0
AM
2508 * plugin.c (bfd_plugin_object_p): Pass iostream to fileno using
2509 proper type.
2510
8f73510c
AM
25112010-03-17 Alan Modra <amodra@gmail.com>
2512
2513 * elf32-arm.c (cortex_a8_erratum_scan): Warning fix.
2514
67f0cbdb
AM
25152010-03-16 Alan Modra <amodra@gmail.com>
2516
2517 * elf64-ppc.c (struct ppc_link_hash_table): Add do_toc_opt.
2518 (ppc64_elf_edit_toc): Set it here.
2519 (ha_reloc_match): New function.
2520 (ppc64_elf_relocate_section): Optimize bigtoc insn sequences.
2521
1bbe0902
AM
25222010-03-15 Alan Modra <amodra@gmail.com>
2523
2524 * elf64-ppc.c (ppc64_elf_has_small_toc_reloc): New function.
2525 * elf64-ppc.h (ppc64_elf_has_small_toc_reloc): Declare.
2526
70cc837d
AM
25272010-03-14 Alan Modra <amodra@gmail.com>
2528
2529 PR ld/11378
2530 * elf64-ppc.h (ppc64_elf_check_init_fini): Declare.
2531 * elf64-ppc.c (call_check_done): Define.
2532 (ppc64_elf_add_symbol_hook): Substitute bfd_get_section_name macro.
2533 (ppc64_elf_check_relocs, ppc64_elf_size_dynamic_sections): Likewise.
2534 (ppc64_elf_finish_multitoc_partition): Remove unnecessary check.
2535 (toc_adjusting_stub_needed): Use call_check_done rather than toc_off.
2536 Simplify return logic. Iterate over all .init and .fini fragments
2537 by recursion. Set makes_toc_func_call here..
2538 (ppc64_elf_next_input_section): ..rather than here.
2539 (check_pasted_section, ppc64_elf_check_init_fini): New functions.
2540
7b8f6675
AM
25412010-03-13 Alan Modra <amodra@gmail.com>
2542
2543 PR ld/11375
2544 * elf64-ppc.c (ppc_type_of_stub): Always set *hash to the
2545 function descriptor symbol if there is one, not just for plt stubs.
2546 (ppc64_elf_relocate_section): Use fdh on all ppc_get_stub_entry calls.
2547
a6cc6b3b
RO
25482010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2549
2550 * elflink.c (bfd_elf_size_dynamic_sections): Don't emit base
2551 version twice.
2552 Skip it when constructing def.vd_next.
2553
2554 * elf32-i386.c (TARGET_LITTLE_SYM): Redefine to
2555 bfd_elf32_i386_sol2_vec.
2556 (TARGET_LITTLE_NAME): Redefine to elf32-i386-sol2.
2557 (elf32_bed): Redefine to elf32_i386_sol2_bed.
2558 (elf_backend_want_plt_sym): Redefine to 1.
2559
2560 * elf64-x86-64.c (TARGET_LITTLE_SYM): Redefine to
2561 bfd_elf64_x86_64_sol2_vec.
2562 (TARGET_LITTLE_NAME): Redefine to elf64-x86-64-sol2.
2563 (elf64_bed): Redefine to elf64_x86_64_sol2_bed.
2564 (elf_backend_want_plt_sym): Redefine to 1.
2565
2566 * config.bfd (i[3-7]86-*-solaris2*): Set targ_defvec to
2567 bfd_elf32_i386_sol2_vec.
2568 Replace bfd_elf64_x86_64_vec by bfd_elf64_x86_64_sol2_vec in
2569 targ64_selvecs.
2570 (x86_64-*-solaris2*): Set targ_defvec to bfd_elf32_i386_sol2_vec.
2571 Replace bfd_elf64_x86_64_vec by bfd_elf64_x86_64_sol2_vec in
2572 targ_selvecs.
2573
2574 * configure.in: Handle bfd_elf32_i386_sol2_vec,
2575 bfd_elf64_x86_64_sol2_vec.
2576 * configure: Regenerate.
2577
2578 * targets.c (bfd_elf32_i386_sol2_vec): Declare.
2579 (bfd_elf64_x86_64_sol2_vec): Declare.
2580 (_bfd_target_vector): Add bfd_elf32_i386_sol2_vec,
2581 bfd_elf64_x86_64_sol2_vec.
2582
f7dd8c79
DJ
25832010-03-04 Daniel Jacobowitz <dan@codesourcery.com>
2584
2585 * elf32-arm.c (elf32_arm_output_arch_local_syms): Skip non-program
2586 sections.
2587
8af6b354
AM
25882010-03-04 Alan Modra <amodra@gmail.com>
2589
2590 PR 11302
2591 * dwarf2.c (read_abbrevs): Return NULL on alloc failures.
2592 (read_attribute_value, decode_line_info): Likewise.
2593 (add_line_info, read_rangelist): Return FALSE on alloc failures.
2594 (arange_add, sort_line_sequences): Likewise.
2595 (find_abstract_instance_name): Handle failures from called funcs.
2596 (scan_unit_for_symbols, parse_comp_unit, decode_line_info): Likewise.
2597 (find_line): Realloc to a temp, and handle alloc fail.
2598
501abfe0
DJ
25992010-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2600
2601 * elf32-arm.c (elf32_arm_output_arch_local_syms): Do not add
2602 a mapping symbol to an empty section.
2603
5488d830
MGD
26042010-03-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2605
2606 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Add a check of the
2607 return value from the call to _bfd_elf_merge_object_attributes.
2608
fe33d2fa
CL
26092010-03-02 Christophe Lyon <christophe.lyon@st.com>
2610 Alan Modra <amodra@gmail.com>
2611
2612 * elf32-arm.c (a8_erratum_fix): Add st_type field to record the
2613 destination mode of the a8 stub.
2614 (elf32_arm_link_hash_table): Add top_id field.
2615 (elf32_arm_link_hash_table_create): Initialize top_id.
2616 (arm_type_of_stub): Update prototype, st_type can now be updated
2617 by this function. Actual destination address in case of PLT is
2618 computed here, to help factorizing code.
2619 (elf32_arm_stub_name): Update prototype, use stub_type additional
2620 parameter to build stub name.
2621 (elf32_arm_get_stub_entry): Update prototype, use stub_type
2622 additional parameter to build stub entry.
2623 (arm_build_one_stub): Use bfd_put_16/bfd_put_32 instead of
2624 put_thumb_insn/put_arm_insn as BE8 encoding is now handled later.
2625 Call elf32_arm_final_link_relocate to process all in-stub
2626 relocations.
2627 (elf32_arm_setup_section_lists): Update top_id.
2628 (cortex_a8_erratum_scan): Record stub destination mode.
2629 (elf32_arm_size_stubs): Update call to arm_type_of_stub according
2630 to new prototype.
2631 (elf32_arm_final_link_relocate): Enable processing of in-stub
2632 REL32 relocations. Rely on arm_type_of_stub to detect if a stub is
2633 needed, enabling code factorization.
2634 (elf32_arm_final_link): Process stub sections.
2635 (elf32_arm_output_map_sym): Add entry to code/data map.
2636
b48ca1d4
DM
26372010-03-01 David S. Miller <davem@davemloft.net>
2638
2639 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): When STT_GNU_IFUNC and
2640 h->def_regular, set h->ref_regular.
2641 (allocate_dynrelocs): Only force output of STT_GNU_IFUNC plt entries
2642 and dynamic relocations if h->ref_regular.
2643
679b7c76
DM
2644 * elfxx-sparc.c (struct elf_reloc_map): Delete.
2645 (sparc_reloc_map): Delete.
2646 (_bfd_sparc_elf_reloc_type_lookup): Explicitly handle each
2647 relocation type in switch statements.
2648
dfa7b0b8
AM
26492010-02-25 Alan Modra <amodra@gmail.com>
2650
2651 PR ld/11304
2652 * elf.c (_bfd_elf_init_private_section_data): Rename need_group
2653 to final_link and invert. For final link allow some flags to
2654 differ. Don't specially allow flags to be all zero.
2655
d4a77f3f
NC
26562010-02-24 Alan Modra <amodra@gmail.com>
2657
2658 PR binutils/10858
2659 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Ise
2660 SYMBOL_REFERENCES_LOCAL to exclude entries from the dynamic symbol
2661 table.
2662
17e57237
NC
26632010-02-23 Andrew Zabolotny <anpaza@mail.ru>
2664
2665 PR binutils/11297
2666 * elf32-avr.c (elf_avr_howto_table): Add R_AVR_8.
2667 (avr_reloc_map): Map BFD_RELOC_8 to R_AVR_8.
2668
263badd7
AM
26692010-02-22 Alan Modra <amodra@gmail.com>
2670
2671 * reloc.c (bfd_check_overflow): When forming addrmask, shift
2672 fieldmask left by rightshift.
2673 (_bfd_relocate_contents): Likewise. Use rightshift addrmask in all
2674 overflow checks.
2675
c35bdf6e
L
26762010-02-20 H.J. Lu <hongjiu.lu@intel.com>
2677
2678 * elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Don't check
2679 STT_GNU_IFUNC on large common symbol.
2680
c16153ae
L
26812010-02-18 H.J. Lu <hongjiu.lu@intel.com>
2682
2683 * elf32-i386.c (elf_i386_add_symbol_hook): Don't set
2684 has_ifunc_symbols if the symbol comes from a shared library.
2685 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
2686 * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
2687 * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
2688 * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
2689 * elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Likewise.
2690
d0bf826b
AM
26912010-02-19 Alan Modra <amodra@gmail.com>
2692
2693 * elf.c (_bfd_elf_fixup_group_sections): New function, split out from..
2694 (_bfd_elf_copy_private_header_data): ..here.
2695 * elflink.c (_bfd_elf_size_group_sections): New function.
2696 (bfd_elf_size_dynamic_sections): Call it.
2697 * elf-bfd.h (_bfd_elf_size_group_sections): Declare.
2698 (_bfd_elf_fixup_group_sections): Declare.
2699
cd21e546
MGD
27002010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2701
2702 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for
2703 merging Tag_DIV_use, Tag_MPextension_use, and
2704 Tag_MPextension_use_legacy tags.
2705
415f38a6
AM
27062010-02-18 Alan Modra <amodra@gmail.com>
2707
2708 * elf.c (bfd_elf_set_group_contents): Revert accidental 2009-01-15
2709 commit. Don't write zeros for removed group members.
2710 (_bfd_elf_copy_private_header_data): Adjust size of group section
2711 when group members are removed by objcopy.
2712
b946d5d8
DK
27132010-02-15 Dave Korn <dave.korn.cygwin@gmail.com>
2714
2715 PR binutils/11280
2716 * configure.host (*-*-solaris2.11): Add host define to select
2717 valid default code page for windres/windmc on solaris.
2718
ab7875de
NC
27192010-02-15 Nick Clifton <nickc@redhat.com>
2720
2721 * po/vi.po: Updated Vietnamese translation.
2722
33811162
DG
27232010-02-12 Daniel Gutson <dgutson@codesourcery.com>
2724
2725 * elf32-arm.c (elf32_arm_output_arch_local_syms): add
2726 missing mapping symbol to data only sections.
2727
00c50991
DM
27282010-02-11 David S. Miller <davem@davemloft.net>
2729
2730 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): For R_SPARC_GOTDATA_OP_HIX22
2731 and R_SPARC_GOTDATA_OP_LOX10, only bump the GOT refcount for global
2732 symbols.
2733 (_bfd_sparc_elf_gc_sweep_hook): Likewise only decrement the GOT count for
2734 these relocs on global symbols.
2735 (gdopoff): New.
2736 (_bfd_sparc_elf_relocate_section): Perform GOTDATA optimizations on
2737 local symbol references which are not STT_GNU_IFUNC. Handle
2738 relocation of them like R_SPARC_HIX22 and R_SPARC_LOX10 respectively,
2739 and deal with negative vs. non-negative values properly.
2740
1523fa24
TG
27412010-02-09 Tristan Gingold <gingold@adacore.com>
2742
2743 * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Adjust addend for
2744 non-external relocation.
2745
7865406b
AM
27462010-02-09 Alan Modra <amodra@gmail.com>
2747
2748 * elf64-ppc.c (merge_got_entries): Move earlier in file.
2749 (allocate_dynrelocs): Merge got entries here if not doing multi-toc.
2750 (ppc64_elf_size_dynamic_sections): Similarly merge tlsld_got.
2751 (ppc64_elf_layout_multitoc): Don't resize if we have already
2752 merged got entries.
2753
d7eeb400
MS
27542010-02-09 Michael Holzheu <holzheu@de.ibm.com>
2755
2756 * elf-bfd.h (elfcore_write_s390_timer, elfcore_write_s390_todcmp,
2757 elfcore_write_s390_todpreg, elfcore_write_s390_ctrs,
2758 elfcore_write_s390_prefix): New.
2759 * elf.c (elfcore_write_s390_timer, elfcore_write_s390_todcmp,
2760 elfcore_write_s390_todpreg, elfcore_write_s390_ctrs,
2761 elfcore_write_s390_prefix): New.
2762 (elfcore_grok_note): Handle NT_S390_TIMER, NT_S390_TODCMP,
2763 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
1352b58a 2764 (elfcore_write_register_note): Handle .reg-s390-timer,
d7eeb400
MS
2765 .reg-s390-todcmp, .reg-s390-todpreg, .reg-s390-ctrs,
2766 .reg-s390-prefix section.
2767
f961d9dd
AM
27682010-02-09 Alan Modra <amodra@gmail.com>
2769
2770 * elf64-ppc.c (struct got_entry): Make tls_type and is_indirect
2771 unsigned char. Update variables and code using them throughout file.
2772 (struct ppc_link_hash_entry): Likewise for tls_mask.
2773
d0fae19d
AM
2774 * elf64-ppc.c (ppc64_elf_layout_multitoc): Don't merge local got ents.
2775
d77c8a4b
AM
2776 * elf64-ppc.c (has_small_toc_reloc): Don't define.
2777 (makes_toc_func_call, call_check_in_progress): Shuffle flags.
2778 (struct ppc64_elf_obj_tdata): Add has_small_toc_reloc. Update
2779 code setting the flag.
2780 (ppc64_elf_next_toc_section): Group big-toc sections in
2781 0x80008000 chunks.
2782
72fbc6e5
DM
27832010-02-08 David S. Miller <davem@davemloft.net>
2784
2785 * elfxx-sparc.h (struct _bfd_sparc_elf_link_hash_table): Remove sgot,
2786 srelgot, splt, srelplt, and sgotplt members in favor of generic copies.
2787
2788 * elfxx-sparc.c (create_got_section): Delete.
2789 (_bfd_sparc_elf_create_dynamic_sections): Don't call, the dynamic
2790 section creator does that work for us. Use ->elf.foo instead of
2791 ->foo where applicable.
2792 (_bfd_sparc_elf_check_relocs): Use ->elf.foo instead of ->foo
2793 where applicable.
2794 (allocate_dynrelocs): Likewise.
2795 (_bfd_sparc_elf_size_dynamic_sections): Likewise.
2796 (_bfd_sparc_elf_relocate_section): Likewise.
2797 (sparc_vxworks_build_plt_entry): Likewise.
2798 (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
2799 (sparc_finish_dyn): Likewise.
2800 (sparc_vxworks_finish_exec_plt): Likewise.
2801 (sparc_vxworks_finish_shared_plt): Likewise.
2802 (_bfd_sparc_elf_finish_dynamic_sections): Likewise.
2803
2804 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Use the SYMBOL_*
2805 macros for visibilty and locality checks.
2806 (_bfd_sparc_elf_adjust_dynamic_symbol): Likewise.
2807 (allocate_dynrelocs): Likewise.
2808 (_bfd_sparc_elf_relocate_section): Likewise.
2809 (_bfd_sparc_elf_finish_dynamic_symbol):Likewise.
2810
2811 * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Remove set
2812 but never used local var 'dynobj'.
2813
2814 * elfxx-sparc.c (_bfd_sparc_elf_adjust_dynamic_symbol): Handle
2815 nocopyreloc.
2816
d0c9aeb3
DM
2817 * reloc.c (BFD_RELOC_SPARC_JMP_IREL): New.
2818 (BFD_RELOC_SPARC_IRELATIVE): Likewise.
2819 * bfd-in2.h: Regenerate.
2820 * libbfd.h: Regenerate.
2821
2822 * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add loc_hash_table
2823 and loc_hash_memory.
2824 (_bfd_sparc_elf_link_hash_table_free): Declare.
2825 * elf32-sparc.c (elf32_sparc_add_symbol_hook): New.
2826 (elf_backend_add_symbol_hook, elf_backend_post_process_headers,
2827 bfd_elf32_bfd_link_hash_table_free): Define.
2828 * elf64-sparc.c (elf64_sparc_add_symbol_hook): Set
2829 has_ifunc_symbols if STT_GNU_IFUNC.
2830 (bfd_elf64_bfd_link_hash_table_free): Define.
2831 (elf_backend_post_process_headers): Define always.
2832 * elfxx-sparc.c (sparc_jmp_irel_howto, sparc_irelative_howto): New.
2833 (sparc_reloc_map): Add entries for new IFUNC relocs.
2834 (_bfd_sparc_elf_reloc_type_lookup): Handle new IFUNC relocs.
2835 (_bfd_sparc_elf_info_to_howto_ptr): Likewise.
2836 (elf_sparc_local_htab_hash, elf_sparc_local_htab_eq,
2837 elf_sparc_get_local_sym_hash): New.
2838 (_bfd_sparc_elf_create_dynamic_sections): Move PLT ops initialization
2839 from here...
2840 (_bfd_sparc_elf_link_hash_table_create): ... to here. Allocate
2841 local hash table.
2842 (_bfd_sparc_elf_link_hash_table_free): New.
2843 (create_ifunc_sections): New.
2844 (_bfd_sparc_elf_check_relocs): Unconditionally assign htab->elf.dynobj
2845 and call create_ifunc_sections(). For local STT_GNU_IFUNC symbols
2846 cons up a fake local hash table entry for it. Unconditionally add
2847 a PLT refcount for STT_GNU_IFUNC symbols when h->def_regular. Count
2848 dyn relocs for ifunc.
2849 (_bfd_sparc_elf_adjust_dynamic_symbol): Handle ifunc.
2850 (allocate_dynrelocs): Unconditionally emit a PLT entry when
2851 STT_GNU_IFUNC and h->def_regular. Count GOT dyn relocs for ifunc.
2852 (allocate_local_dynrelocs): New function.
2853 (_bfd_sparc_elf_size_dynamic_sections): Invoke it over the local hash
2854 table. Emit dynamic relocs to irelplt when not shared. Treat iplt
2855 like splt.
2856 (_bfd_sparc_elf_relocate_section): Handle ifunc relocations by hand.
2857 (_bfd_sparc_elf_finish_dynamic_symbol): Adjust for non-dynamic ifunc
2858 plt in iplt/irelplt.
2859
9ea2b942
RS
28602010-02-08 Richard Sandiford <r.sandiford@uk.ibm.com>
2861
2862 * xcofflink.c (_bfd_xcoff_bfd_final_link): When calculating
2863 max_contents_size, only consider sections whose contents must
2864 be swapped in.
2865
0b8bcf0d
AM
28662010-02-09 Alan Modra <amodra@gmail.com>
2867
2868 * elf64-ppc.c (allocate_dynrelocs): Remove unused got structs here..
2869 (ppc64_elf_size_dynamic_sections): ..and here..
2870 (merge_got_entries): ..rather than here.
2871
33c0ec9d
AM
28722010-02-09 Alan Modra <amodra@gmail.com>
2873
2874 * elf64-ppc.c (struct ppc_link_hash_table): Add do_multi_toc.
2875 (has_small_toc_reloc): Define.
2876 (ppc64_elf_check_relocs): Set the above flags.
2877 (ppc64_elf_edit_opd): Delete obfd param.
2878 (ppc64_elf_tls_optimize): Likewise.
2879 (ppc64_elf_edit_toc): Likewise.
2880 (ppc64_elf_tls_setup): Likewise. Add no_multi_toc param.
2881 * elf64-ppc.h: Update prototypes.
2882
b0dddeec
AM
28832010-02-08 Alan Modra <amodra@gmail.com>
2884
2885 * section.c (struct bfd_section): Delete has_tls_reloc,
2886 has_tls_get_addr_call, has_gp_reloc, need_finalize_relax, reloc_done.
2887 Add sec_flg0 thru sec_flg5.
2888 (BFD_FAKE_SECTION): Update for changed flags.
2889 * ecoff.c (bfd_debug_section): Likewise.
2890 * elf32-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define.
2891 * elf64-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define.
2892 (has_toc_reloc, makes_toc_func_call, call_check_in_progress): Update.
2893 * elf32-xtensa.c (reloc_done): Define.
2894 * elfxx-ia64.c (skip_relax_pass_0, skip_relax_pass_1): Update.
2895 * bfd-in2.h: Regenerate.
2896
06988dfc
TG
28972010-02-08 Tristan Gingold <gingold@adacore.com>
2898
2899 * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Set reloc.r_extern
2900 for non-scattered relocations.
2901
deddc40b
NS
29022010-02-08 Nathan Sidwell <nathan@codesourcery.com>
2903
2904 * elf32-ppc.c (ppc_elf_begin_write_processing): Allow empty
2905 apuinfo sections, only scan input sections once and reuse the
2906 buffer.
2907
ce3d2015
AM
29082010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
2909
2910 * archures.c (bfd_mach_ppc_titan): Define.
2911 * bfd-in2.h: Regenerate.
2912 * cpu-powerpc.c (bfd_powerpc_archs): Add titan entry.
2913
06a162cf
AM
29142010-02-08 Alan Modra <amodra@gmail.com>
2915
2916 * elf32-ppc.c (ppc_elf_check_relocs): Remove dead ifunc code.
2917
4c348442
SA
29182010-02-05 Sterling Augustine <sterling@tensilica.com>
2919
2920 * elf.c (assign_file_positions_for_load_sections) Update lma of
2921 section if necessary. Fixes Bugzilla 11219.
2922
6bbec505
L
29232010-02-05 H.J. Lu <hongjiu.lu@intel.com>
2924
2925 * elf32-i386.c: Remove trailing white spaces.
2926 * elf64-x86-64.c: Likewise.
2927
4dfe6ac6
NC
29282010-02-03 Nick Clifton <nickc@redhat.com>
2929
2930 * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add
2931 entries for other architectures.
2932 (struct elf_link_hash_table): Add hash_table_id field.
2933 (elf_hash_table_id): New accessor macro.
2934 * elflink.c (_bfd_elf_link_hash_table_init): Add target_id
2935 parameter.
2936 * elf-m10300.c (elf32_mn10300_hash_table): Check table id before
2937 returning cast pointer.
2938 (elf32_mn10300_link_hash_table_create): Identify new table as
2939 containing MN10300 extensions.
2940 (mn10300_elf_relax_section): Check pointer returned by
2941 elf32_mn10300_hash_table.
2942 * elf32-arm.c: Likewise, except using ARM extensions.
2943 * elf32-avr.c: Likewise, except using AVR extensions.
2944 * elf32-bfin.c: Likewise, except using BFIN extensions.
2945 * elf32-cris.c: Likewise, except using CRIS extensions.
2946 * elf32-frv.c: Likewise, except using FRV extensions.
2947 * elf32-hppa.c: Likewise, except using HPPA32 extensions.
2948 * elf32-i386.c: Likewise, except using I386 extensions.
2949 * elf32-lm32.c: Likewise, except using LM32 extensions.
2950 * elf32-m32r.c: Likewise, except using M32RM extensions.
2951 * elf32-m68hc11.c: Likewise, except using M68HC11 extensions.
2952 * elf32-m68hc1x.c: Likewise, except using M68HC11 extensions.
2953 * elf32-m68hc1x.h: Likewise, except using M68HC11 extensions.
2954 * elf32-m68k.c: Likewise, except using M68K extensions.
2955 * elf32-microblaze.c: Likewise, except using MICROBLAZE extensions.
2956 * elf32-ppc.c: Likewise, except using PPC32 extensions.
2957 * elf32-s390.c: Likewise, except using S390 extensions.
2958 * elf32-sh.c: Likewise, except using SH extensions.
2959 * elf32-spu.c: Likewise, except using SPU extensions.
2960 * elf32-xtensa.c: Likewise, except using XTENSA extensions.
2961 * elf64-alpha.c: Likewise, except using ALPHA extensions.
2962 * elf64-hppa.c: Likewise, except using HPPA64 extensions.
2963 * elf64-ppc.c: Likewise, except using PPC64 extensions.
2964 * elf64-s390.c: Likewise, except using S390 extensions.
2965 * elf64-x86-64.c: Likewise, except using X86_64 extensions.
2966 * elfxx-ia64.c: Likewise, except using IA64 extensions.
2967 * elfxx-mips.c: Likewise, except using MIPS extensions.
2968 * elfxx-sparc.c: Likewise, except using SPARC extensions.
2969 * elfxx-sparc.h: Likewise, except using SPARC extensions.
2970 * elf32-cr16.c (struct elf32_cr16_link_hash_table): Delete
2971 redundant structure.
2972 (elf32_cr16_hash_table): Delete unused macro.
2973 (elf32_cr16_link_hash_traverse): Delete unused macro.
2974 * elf32-score.c: Likewise.
2975 * elf32-score7.c: Likewise.
2976 * elf32-vax.c: Likewise.
2977 * elf64-sh64.c: Likewise.
2978
927be08e
AM
29792010-02-03 Alan Modra <amodra@gmail.com>
2980
2981 * elf64-ppc.c (struct plt_entry): Move earlier in file.
2982 (struct got_entry): Likewise. Add is_indirect and got.ent fields.
2983 (struct ppc64_elf_obj_tdata): Change tlsld_got to be a struct got_entry.
2984 Update all uses.
2985 (struct ppc_link_hash_table): Add got_reli_size and second_toc_pass.
2986 Remove no_multi_toc.
2987 (update_local_sym_info, ppc64_elf_check_relocs): Clear is_indirect
2988 when allocating a new struct got_entry.
2989 (allocate_got): New function, extracted from..
2990 (allocate_dynrelocs): ..here. Abort on got entry in non-ppc64 bfd.
2991 (ppc64_elf_size_dynamic_sections): Track got relocs allocated in
2992 .reliplt by got_reli_size. Set owner on ppc64_tlsld_got entries.
2993 (ppc64_elf_setup_section_lists): Remove output_bfd param and
2994 no_multi_toc, add add_stub_section and layout_sections_again. Stash
2995 new params in htab. Extract some code to..
2996 (ppc64_elf_start_multitoc_partition): ..here. New function.
2997 (ppc64_elf_next_toc_section): Check for linker script errors. Handle
2998 second pass toc scan.
2999 (merge_got_entries, merge_global_got, reallocate_got): New functions.
3000 (ppc64_elf_reinit_toc): Rename to..
3001 (ppc64_elf_finish_multitoc_partition): ..this.
3002 (ppc64_elf_layout_multitoc): New function.
3003 (ppc64_elf_size_stubs): Delete output_bfd, add_stub_section and
3004 layout_sections_again params.
3005 (ppc64_elf_relocate_section): Handle indirect got entries.
3006 * elf64-ppc.h: Update prototypes. Declare new functions.
3007
4339cae0
L
30082010-02-02 H.J. Lu <hongjiu.lu@intel.com>
3009
3010 * elf-bfd.h (elfcore_write_xstatereg): New.
3011
3012 * elf.c (elfcore_grok_xstatereg): New.
3013 (elfcore_write_xstatereg): Likewise.
3014 (elfcore_grok_note): Handle NT_X86_XSTATE.
3015 (elfcore_write_register_note): Handle .reg-xstate section.
3016
9848eadf
TG
30172010-02-01 Tristan Gingold <gingold@adacore.com>
3018
3019 * som.c (som_write_ar_hdr): Define this macro.
3020
f6fd0237
DA
30212010-01-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3022
3023 * elf32-hppa.c (final_link_relocate): Convert R_PARISC_TLS_GD21L,
3024 R_PARISC_TLS_LDM21L and R_PARISC_TLS_IE21L relocations that use the
3025 linkage table pointer to use the global table pointer if not doing
3026 a shared link.
3027
a1504221
JB
30282010-01-29 Joel Brobecker <brobecker@adacore.com>
3029
3030 * elf.c (elfcore_grok_lwpstatus): Do not overwrite the core signal
3031 if it has already been set.
3032
771deb08
TG
30332010-01-27 Tristan Gingold <gingold@adacore.com>
3034
3035 * vms.h: Remove trailing spaces.
3036 (struct hdr_struct): Remove unused hdr_c_cpr field.
3037 (enum file_format_enum): Add comments.
3038 * vms.c (vms_bfd_print_private_bfd_data): New function that
3039 replaces the macro.
3040 Remove trailing spaces.
3041 * vms-misc.c: Improve comments.
3042 (_bfd_vms_get_object_record): Also handle files without pads.
3043 * vms-hdr.c (_bfd_vms_write_dbg): Fix format string.
3044 * vms-gsd.c (struct flagdescstruct): Make name field const.
3045 (gsyflagdesc): Fix typo.
3046
bf102f86
AM
30472010-01-27 Alan Modra <amodra@gmail.com>
3048
3049 PR ld/11217
3050 * elf64-ppc.c (struct ppc_link_hash_table): Add toc_bfd, toc_first_sec.
3051 (ppc64_elf_setup_section_lists): Init them.
3052 (ppc64_elf_next_toc_section): Don't partition multi-toc between .got
3053 and .toc on the same input file.
3054 (ppc64_elf_relocate_section): Correct GOT entry offset.
3055
8f95b6e4
TG
30562010-01-26 Tristan Gingold <gingold@adacore.com>
3057
3058 * targets.c (BFD_JUMP_TABLE_ARCHIVE): Add initializer for write_ar_hdr.
3059 (bfd_target): Add _bfd_write_ar_hdr_fn field.
3060 * archive.c (is_bsd44_extended_name): New macro.
3061 (_bfd_generic_read_ar_hdr_mag): Use it. Add extra_size.
3062 (bfd_slurp_armap): Also check for "__.SYMDEF" as a BSD4.4 extended
3063 name.
3064 (_bfd_archive_bsd44_construct_extended_name_table): New function.
3065 (_bfd_generic_write_ar_hdr): Ditto.
3066 (_bfd_bsd44_write_ar_hdr): Ditto.
3067 (_bfd_write_archive_contents): Call _bfd_write_ar_hdr.
3068 (bsd_write_armap): Adjust firstreal computation.
3069 * libbfd-in.h (struct areltdata): Add extra_size field.
3070 (_bfd_generic_write_ar_hdr): Add prototype.
3071 (_bfd_bsd44_write_ar_hdr): Ditto.
3072 (_bfd_write_ar_hdr): Define.
3073 (_bfd_noarchive_write_ar_hdr): Ditto.
3074 (_bfd_archive_bsd_write_ar_hdr): Ditto.
3075 (_bfd_archive_coff_write_ar_hdr): Ditto.
3076 (_bfd_archive_bsd44_slurp_armap): Ditto.
3077 (_bfd_archive_bsd44_slurp_extended_name_table): Ditto.
3078 (_bfd_archive_bsd44_construct_extended_name_table): New prototype.
3079 (_bfd_archive_bsd44_truncate_arname): Ditto.
3080 (_bfd_archive_bsd44_write_armap): Ditto.
3081 (_bfd_archive_bsd44_read_ar_hdr): Ditto.
3082 (_bfd_archive_bsd44_write_ar_hdr): Ditto.
3083 (_bfd_archive_bsd44_openr_next_archived_file): Ditto.
3084 (_bfd_archive_bsd44_get_elt_at_index): Ditto.
3085 (_bfd_archive_bsd44_generic_stat_arch_elt): Ditto.
3086 (_bfd_archive_bsd44_update_armap_timestamp): Ditto.
3087 * libbfd.h: Regenerate.
3088 * oasys.c (oasys_write_ar_hdr): Define.
3089 * libecoff.h (_bfd_ecoff_write_ar_hdr): Define.
3090 * ieee.c (ieee_write_ar_hdr): Define.
3091 * elf64-mips.c (bfd_elf64_archive_write_ar_hdr): Define.
3092 * coff-rs6000.c (rs6000coff_vec): Adjust for write_ar_hdr field.
3093 (bfd_pmac_xcoff_backend_data): Ditto.
3094 * coff64-rs6000.c (rs6000coff64_vec): Ditto.
3095 (bfd_xcoff_aix5_backend_data): Ditto.
3096 * coff-alpha.c (alpha_ecoff_write_ar_hdr): Define.
3097 * aout-target.h (MY_write_ar_hdr): Define it if not defined.
3098 * aout-tic30.c (MY_write_ar_hdr): Ditto.
3099 * mach-o-target.c (TARGET_NAME): Use _bfd_archive_bsd44 archive.
3100 (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr)
3101 (bfd_mach_o_slurp_armap, bfd_mach_o_slurp_extended_name_table)
3102 (bfd_mach_o_construct_extended_name_table)
3103 (bfd_mach_o_truncate_arname, bfd_mach_o_write_armap)
3104 (bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt)
3105 (bfd_mach_o_update_armap_timestamp): Moved to mach-o.c
3106 * mach-o.c (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr)
3107 (bfd_mach_o_slurp_armap, bfd_mach_o_slurp_extended_name_table)
3108 (bfd_mach_o_construct_extended_name_table)
3109 (bfd_mach_o_truncate_arname, bfd_mach_o_write_armap)
3110 (bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt)
3111 (bfd_mach_o_update_armap_timestamp): Moved from mach-o-target.c
3112 * bfd-in2.h: Regenerate.
3113
98da7939
L
31142010-01-26 Alan Modra <amodra@gmail.com>
3115 H.J. Lu <hongjiu.lu@intel.com>
3116
3117 PR ld/11218
3118 * elflink.c (elf_link_output_extsym): Do not ignore undefined
3119 symbols with ref_regular set when gc_sections is active.
3120
766bc656
AM
31212010-01-25 Alan Modra <amodra@gmail.com>
3122
3123 PR ld/11217
3124 * elf64-ppc.c (ppc64_elf_tls_optimize): Optimize tls sequences
3125 with relocations against undefined weak symbols.
3126 (ppc64_elf_relocate_section): Don't optimize calls to undefined
3127 weak functions if the symbol is dynamic.
3128 (ppc64_elf_relocate_section): Edit tprel tls sequences.
3129 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3130 (_bfd_elf_ppc_at_tprel_transform): New function.
3131 * bfd-in.h (_bfd_elf_ppc_at_tprel_transform): Declare.
3132 * bfd-in2.h: Regenerate.
3133
c865e45b
RS
31342010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
3135
3136 * coff-rs6000.c (xcoff_howto_table): Change size to 0 and bitsize to 1.
3137 (_bfd_xcoff_reloc_type_lookup): Handle BFD_RELOC_NONE.
3138 * coff64-rs6000.c (xcoff64_howto_table): Change size to 0 and
3139 bitsize to 1.
3140 (xcoff64_reloc_type_lookup): Handle BFD_RELOC_NONE.
3141
b918acf9
NC
31422010-01-21 Nick Clifton <nickc@redhat.com>
3143
3144 * elflink.c (elf_link_add_object_symbols): Look up name of
3145 undefined symbol both before and after versioning has been
3146 applied. Do not bother with symbols that are weakly undefined.
3147
55786da2 31482010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
b918acf9 3149
55786da2
AK
3150 * elf32-s390.c (elf32_s390_merge_private_bfd_data): New function.
3151 (bfd_elf32_bfd_merge_private_bfd_data): New macro definition.
3152
a37a68dd
CC
31532010-01-19 Cary Coutant <ccoutant@google.com>
3154
3155 * dwarf2.c (read_attribute_value): Add DW_FORM_ref_sig8.
3156
ecd12bc1
AM
31572010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
3158 Alan Modra <amodra@gmail.com>
3159
1352b58a 3160 * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff.
ecd12bc1
AM
3161 (elf_object_p): Read e_phnum extension.
3162 (elf_write_shdrs_and_ehdr): Write e_phnum extension.
1352b58a 3163 * elfcore.h (elf_core_file_p): Read e_phnum extension. Sanity check
ecd12bc1
AM
3164 that we can read last program header.
3165
f6ebfac0
AM
31662010-01-19 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3167
3168 * elf32-arm.c (elf32_arm_howto_table_1): Correct bitsize of
3169 R_ARM_THM_CALL entry.
3170 (elf32_arm_final_link_relocate): Correct calculation of
3171 reloc_signed_max when doing a R_ARM_THM_CALL, R_ARM_THM_XPC22,
3172 or R_ARM_THM_JUMP24 relocation.
3173
22eb4b1d
AM
31742010-01-18 Alan Modra <amodra@gmail.com>
3175
3176 PR 11168
3177 * coffcode.h (coff_compute_section_file_positions): Move Rs6000COFF_C
3178 block past vars in COFF_IMAGE_WITH_PE block. Report error on more
3179 than 32k sections.
3180
6ec12636
JK
31812010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3182
3183 Fix compilation warning on gcc-3.4.
3184 * vms-tir.c (start_etir_record, sto_imm): Rename the prototype
3185 parameter index to sec_index according to the function definition.
3186
38a7df63
CF
31872010-01-13 Chao-ying Fu <fu@mips.com>
3188
3189 * elfxx-mips.c (JR_TO_B_P): New define to transform JR to B.
3190 It is true for all CPUs.
3191 (jal_reloc_p): New function.
3192 (mips_elf_calculate_relocation): Rename require_jalxp to
3193 cross_mode_jump_p.
3194 Update comment for CROSS_MODE_JUMP_P.
3195 Set up cross_mode_jump_p based on the mode change.
3196 (mips_elf_perform_relocation): Rename require_jalx to cross_mode_jump_p.
3197 Update comment for CROSS_MODE_JUMP_P.
3198 Test cross_mode_jump_p and jal_reloc_p to turn jal to jalx.
3199 Use !cross_mode_jump_p to guard conversion.
3200 Convert "jr t9" to "b", if possible.
3201 (_bfd_mips_elf_relocate_section): Rename require_jalx to
3202 cross_mode_jump_p.
3203 Pass &cross_mode_jump_p to call mips_elf_calculate_relocation.
3204 Pass cross_mode_jump_p to call mips_elf_perform_relocation.
3205
91b9a4a4
NC
32062010-01-13 Nick Clifton <nickc@redhat.com>
3207
3208 * cpu-m32c.c (m32c_scan): New function. Ensures that a scan for
3209 "m32c" returns the m32c arch_info_struct and not the m16c
3210 arch_info_struct.
3211 (arch_info_struct): Use the new scan function.
3212 (bfd_m32c_arch): Likewise.
3213
618b7301
TG
32142010-01-13 Tristan Gingold <gingold@adacore.com>
3215
3216 * config.bfd: Remove duplicated target vector for i386-*-darwin.
3217 Appends new arch instead of overriding.
3218 Use mach_o_x86_64_vec for x86_64-*-darwin.
3219 * configure.in: Add mach_o_x86_64_vec.
3220 * configure: Regenerate.
3221 * targets.c: Declare mach_o_x86_64_vec, add it to _bfd_target_vector.
3222 * Makefile.am (BFD64_BACKENDS): Add mach-o-x86-64.lo
3223 (BFD64_BACKENDS_CFILES): Add mach-o-x86-64.c
3224 * Makefile.in: Regenerate.
3225 * mach-o-x86-64.c: New file.
3226
f88af2f1
TG
32272010-01-13 Tristan Gingold <gingold@adacore.com>
3228
3229 * reloc.c: Add MACH_O_X86_64 relocations.
3230 * bfd-in2.h: Regenerate.
3231 * libbfd.h: Regenerate.
3232
19172f39
TG
32332010-01-13 Tristan Gingold <gingold@adacore.com>
3234
3235 * archive.c (normalize): Use lbasename.
3236 (bfd_bsd_truncate_arname): Ditto.
3237 (bfd_gnu_truncate_arname): Ditto.
3238
6cdb8d82
TG
32392010-01-12 Tristan Gingold <gingold@adacore.com>
3240
3241 * makefile.vms (CFLAGS): Turns warnings into informational messages.
3242
9a753de0
TG
32432010-01-11 Tristan Gingold <gingold@adacore.com>
3244
3245 * mach-o.h: Add x86-64 relocation types.
3246
42fa0891
TG
32472010-01-11 Tristan Gingold <gingold@adacore.com>
3248
3249 * mach-o.h (bfd_mach_o_backend_data): Add arch field.
3250 (bfd_mach_o_set_arch_mach): New prototype.
3251 * mach-o.c (bfd_mach_o_mkobject): Define with bfd_mach_o_gen_mkobject.
3252 (bfd_mach_o_set_arch_mach): New function.
3253 (bfd_mach_o_gen_mkobject): New function.
3254 Set TARGET_ARCHITECTURE for the generic back-ends.
3255 * mach-o-target.c (bfd_mach_o_set_arch_mach): Remove define.
3256 Check that TARGET_ARCHITECTURE is defined.
3257 Add TARGET_ARCHITECTURE in TARGET_NAME_BACKEND structure.
3258 * mach-o-i386.c (TARGET_ARCHITECTURE): Define.
3259
cba0723b
TG
32602010-01-11 Tristan Gingold <gingold@adacore.com>
3261
19172f39 3262 * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap.
cba0723b 3263
4d421096
NC
32642010-01-11 Nick Clifton <nickc@redhat.com>
3265
3266 * elf32-v850.c (v850_elf_perform_relocation): Fix overflow
3267 handling of R_V850_HI16_S relocation.
3268
20b1d3e3
AM
32692010-01-11 Alan Modra <amodra@gmail.com>
3270
3271 PR 11103
3272 * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment.
3273
a358ecb8
AM
32742010-01-11 Alan Modra <amodra@gmail.com>
3275
3276 PR 6832
3277 * dwarf2.c (struct comp_unit): Add sec_info_ptr.
3278 (find_abstract_instance_name): Use it.
3279 (parse_comp_unit): Set it.
3280
3725885a
RW
32812010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3282
3283 * Makefile.in: Regenerate.
3284 * configure: Regenerate.
3285
3ee87829
TG
32862010-01-08 Tristan Gingold <gingold@adacore.com>
3287
3288 * archive.c: Remove bfd_special_undocumented_glue.
3289
fb34365b
AM
32902010-01-08 Alan Modra <amodra@gmail.com>
3291
3292 PR ld/11133
3293 * elf32-cr16.c (elf32_cr16_gc_mark_hook): Call _bfd_elf_gc_mark_hook.
3294 * elf32-microblaze.c (microblaze_elf_gc_mark_hook): Likewise.
3295 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
3296
d023c380
L
32972010-01-07 H.J. Lu <hongjiu.lu@intel.com>
3298
3299 PR ld/11138
3300 * elflink.c (elf_link_check_versioned_symbol): Don't abort if
3301 a symbol referenced by DSO is is defined in a non-shared object
3302 and forced local.
3303
bde6f3eb
L
33042010-01-07 H.J. Lu <hongjiu.lu@intel.com>
3305
3306 PR ld/11133
3307 * elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for
3308 undefined __start_XXX/__stop_XXX in all input files and set
3309 SEC_KEEP.
3310
16583161
L
33112010-01-07 H.J. Lu <hongjiu.lu@intel.com>
3312
3313 PR ld/11143
3314 * elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
3315
16231b7b
DG
33162010-01-04 Daniel Gutson <dgutson@codesourcery.com>
3317
3318 * bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC
3319 before including procfs.h.
3320 (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise.
3321 * configure.in: Added autoconf probe for the pr_fpreg member.
3322 * configure: Regenerated.
3323 * config.in: Regenerated.
3324 * elf.c: Define _STRUCTURE_PROC before including procfs.h.
3325
608fa8d3
JB
33262010-01-04 Joel Brobecker <brobecker@adacore.com>
3327
3328 Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64).
3329 * dwarf2.c (concat_filename): Rename dirname with dir_name
3330 to void shadowing the dirname function.
3331 Rename subdirname with subdir_name to stay consistent with
3332 the new dir_name variable name.
3333
0dc93057
AM
33342010-01-04 Edmar Wienskoski <edmar@freescale.com>
3335
3336 * archures.c: Add bfd_mach_ppc_e500mc64.
3337 * bfd-in2.h: Regenerate.
3338 * cpu-powerpc.c (bfd_powerpc_archs): Add entry for
3339 bfd_mach_ppc_e500mc64.
3340
baf9bed3
JB
33412010-01-01 Joel Brobecker <brobecker@adacore.com>
3342
3343 Fix -Wshadow warnings (seen on ppc-aix)
3344 * xcofflink.c: Replace finfo by flinfo throughout.
3345
43ecc30f 3346For older changes see ChangeLog-2009
56882138
AM
3347\f
3348Local Variables:
3349mode: change-log
3350left-margin: 8
3351fill-column: 74
3352version-control: never
3353End:
This page took 0.665596 seconds and 4 git commands to generate.