* elf32-xtensa.c (free_section_cache): Renamed from
[binutils-gdb.git] / bfd / ChangeLog
1 2012-10-16 Alan Modra <amodra@gmail.com>
2
3 * elf32-xtensa.c (free_section_cache): Renamed from
4 clear_section_cache. Don't zero cache.
5 (section_cache_section): Remove ineffectual zero of cache.
6 Call init_section_cache instead.
7
8 2012-10-15 Doug Evans <dje@google.com>
9
10 * elf.c (special_sections_d): Add comment.
11
12 2012-10-13 H.J. Lu <hongjiu.lu@intel.com>
13
14 * Makefile.am (LIBDL): Replace -ldl with @lt_cv_dlopen_libs@.
15 * configure.in (lt_cv_dlopen_libs): AC_SUBST.
16 * Makefile.in: Regenerated.
17 * configure: Likewise.
18
19 2012-10-08 Alan Modra <amodra@gmail.com>
20
21 PR binutils/14662
22 * elf.c (_bfd_elf_make_section_from_shdr): Treat .gdb_index as
23 SEC_DEBUGGING.
24
25 2012-09-20 Walter Lee <walt@tilera.com>
26
27 * elf32-tilepro.c (tilepro_elf_relocate_section): Adjust got
28 relocations with value of hgot.
29 * elfxx-tilegx.c (tilegx_elf_relocate_section): Ditto.
30
31 2012-09-19 Steve Ellcey <sellcey@mips.com>
32
33 * config.bfd: Add mips*-mti-elf* target.
34
35 2012-09-18 H.J. Lu <hongjiu.lu@intel.com>
36
37 PR ld/14591
38 * elf-bfd.h (_bfd_elf_merge_symbol): Add an argument to return
39 if the old symbol is weak.
40
41 * elf32-sh-symbian.c (sh_symbian_relocate_section): Update
42 _bfd_elf_merge_symbol call.
43
44 * elflink.c (_bfd_elf_merge_symbol): Add an argument to return
45 if the old symbol is weak.
46 (_bfd_elf_add_default_symbol): Update _bfd_elf_merge_symbol
47 call.
48 (elf_link_add_object_symbols): Don't update symbol type from a
49 weak definition. Update symbol type from a common symbol when
50 overriding a weak symbol.
51
52 2012-09-17 H.J. Lu <hongjiu.lu@intel.com>
53
54 * elf32-i386.c (elf_i386_convert_mov_to_lea): Ignore discarded
55 section.
56 * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.
57
58 2012-09-17 H.J. Lu <hongjiu.lu@intel.com>
59
60 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Replace return
61 FALSE with abort.
62 * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Likewise.
63
64 2012-09-17 Walter Lee <walt@tilera.com>
65
66 * elf32-tilepro.c (tilepro_elf_relocate_section): Remove unused
67 got_base variable.
68 * elfxx-tilegx.c (tilegx_elf_relocate_section): Ditto.
69
70 2012-09-17 Walter Lee <walt@tilera.com>
71
72 * elf32-tilepro.c (tilepro_elf_relocate_section): Fix computation
73 of got relocations for when .got.plt section is merged with .got.
74 * elfxx-tilegx.c (tilegx_elf_relocate_section): Ditto.
75
76 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
77
78 * configure: Regenerate.
79
80 2012-09-13 Anthony Green <green@moxielogic.com>
81
82 * targets.c (bfd_elf32_bigmoxie_vec, bfd_elf32_littlemoxie_vec):
83 Define.
84 (bfd_elf32_moxie_vec): Remove.
85 * config.bfd, configure.in: Add bi-endian support for moxie.
86 * configure: Rebuilt.
87 * elf32-moxie.c (TARGET_LITTLE_NAME, TARGET_LITTLE_SYM): Define.
88 (TARGET_BIG_NAME, TARGET_BIG_SYM): Update for bi-endian support.
89
90 2012-09-12 Doug Kwan <dougkwan@google.com>
91
92 * elf64-ppc.c (ppc64_elf_relocate_section): Use pre-adjusted
93 relocation for stub lookup.
94
95 2012-09-12 Chris Schlumberger-Socha <chris.schlumberger-socha@arm.com>
96
97 * bfd-in2.h: Regenerated.
98 * elf64-aarch64.c
99 (elf64_aarch64_howto_table): Add R_AARCH64_GOT_LD_PREL19 reloc to HOWTO.
100 (elf64_aarch64_reloc_map): Add reloc entry.
101 (aarch64_resolve_relocation): Likewise.
102 (bfd_elf_aarch64_put_addend): Likewise.
103 (aarch64_reloc_got_type): Likewise.
104 (elf64_aarch64_final_link_relocate): Likewise.
105 (lf64_aarch64_check_relocs): Likewise.
106 (elf64_aarch64_check_relocs): New case for R_AARCH64_ADR_PREL_LO21
107 reloc.
108 * libbfd.h: Regenerated.
109 * reloc.c (R_AARCH64_GOT_LD_PREL19): New reloc.
110
111 2012-09-10 Matthias Klose <doko@ubuntu.com>
112
113 * config.in: Disable sanity check for kfreebsd.
114
115 2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
116
117 * configure: Regenerated.
118
119 2012-09-04 Sergey A. Guriev <sergey.a.guriev@intel.com>
120
121 * cpu-ia64-opc.c (ins_cnt6a): New function.
122 (ext_cnt6a): Ditto.
123 (ins_strd5b): Ditto.
124 (ext_strd5b): Ditto.
125 (elf64_ia64_operands): Add new operand types.
126
127 2012-09-04 H.J. Lu <hongjiu.lu@intel.com>
128
129 PR binutils/14493
130 * elf.c (ignore_section_sym): Also ignore section symbols without
131 a BFD section.
132
133 2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
134
135 * elf32-s390.c (elf_s390_relocate_section): Handle PLTOFF for
136 local and global ifunc symbols.
137 * elf64-s390.c (elf_s390_relocate_section): Likewise.
138
139 2012-09-02 H.J. Lu <hongjiu.lu@intel.com>
140
141 * elf-bfd.h (elf_link_hash_table): Add hdynamic for the
142 _DYNAMIC symbol.
143
144 * elflink.c (_bfd_elf_link_create_dynamic_sections): Set
145 hdynamic.
146
147 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Check
148 hdynamic instead of "_DYNAMIC".
149 * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Likewise.
150 * elf32-cr16.c (elf32_arm_finish_dynamic_symbol): Likewise.
151 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Likewise.
152 * elf32-hppa.c (elf32_hppa_finish_dynamic_symbol): Likewise.
153 * elf32-i386.c (elf_i386_convert_mov_to_lea): Likewise.
154 * elf32-lm32.c (lm32_elf_finish_dynamic_symbol): Likewise.
155 * elf32-m32r.c (m32r_elf_finish_dynamic_symbol): Likewise.
156 * elf32-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
157 * elf32-sh.c (sh_elf_finish_dynamic_symbol): Likewise.
158 * elf32-tic6x.c (elf32_tic6x_finish_dynamic_symbol): Likewise.
159 * elf32-tilepro.c (tilepro_elf_finish_dynamic_symbol): Likewise.
160 * elf32-vax.c (elf_vax_finish_dynamic_symbol): Likewise.
161 * elf32-xtensa.c (elf_xtensa_finish_dynamic_symbol): Likewise.
162 * elf64-aarch64.c elf64_aarch64_finish_dynamic_symbol(): Likewise.
163 * elf64-alpha.c (elf64_alpha_finish_dynamic_symbol): Likewise.
164 * elf64-ia64-vms.c (elf64_ia64_finish_dynamic_symbol): Likewise.
165 * elf64-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
166 * elf64-sh64.c (sh64_elf64_finish_dynamic_symbol): Likewise.
167 * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.
168 * elfnn-ia64.c (elfNN_ia64_finish_dynamic_symbol): Likewise.
169 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
170 * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
171 * elfxx-tilegx.c (tilegx_elf_finish_dynamic_symbol): Likewise.
172
173 * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol): Check
174 hdynamic, hgot, hplt instead of _DYNAMIC, _GLOBAL_OFFSET_TABLE_,
175 _PROCEDURE_LINKAGE_TABLE_.
176 * elf32-score.c (s3_bfd_score_elf_finish_dynamic_symbol): Likewise.
177 * elf32-score7.c (s7_bfd_score_elf_finish_dynamic_symbol): Likewise.
178
179 2012-08-31 H.J. Lu <hongjiu.lu@intel.com>
180
181 * elf32-i386.c (elf_i386_convert_mov_to_lea): Don't optimize
182 _DYNAMIC.
183 * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.
184
185 2012-08-31 H.J. Lu <hongjiu.lu@intel.com>
186
187 * elf32-i386.c (elf_i386_convert_mov_to_lea): New.
188 (elf_i386_size_dynamic_sections): Use it on input sections.
189 (elf_i386_relocate_section): Don't convert
190 "mov foo@GOT(%reg), %reg" to "lea foo@GOTOFF(%reg), %reg"
191 for local symbols here.
192
193 * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): New.
194 (elf_x86_64_size_dynamic_sections): Use it on input sections.
195 (elf_x86_64_relocate_section): Don't convert
196 "mov foo@GOTPCREL(%rip), %reg" to "lea foo(%rip), %reg"
197 for local symbols here.
198
199 2012-08-30 H.J. Lu <hongjiu.lu@intel.com>
200
201 * elf32-i386.c (elf_i386_relocate_section): Convert
202 "mov foo@GOT(%reg), %reg" to "lea foo@GOTOFF(%reg), %reg"
203 for local symbols.
204
205 * elf64-x86-64.c (elf_x86_64_relocate_section): Convert
206 "mov foo@GOTPCREL(%rip), %reg" to "lea foo(%rip), %reg"
207 for local symbols.
208
209 2012-08-31 Alan Modra <amodra@gmail.com>
210
211 PR ld/14464
212 * elf64-ppc.c (ppc64_elf_relocate_section): Map symbols defined
213 by a linker script in .opd to corresponding input .opd section.
214
215 2012-08-28 Maciej W. Rozycki <macro@codesourcery.com>
216
217 * elf32-ppc.c (ppc_elf_relocate_section): Assert that dynindx is
218 not minus one.
219 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
220
221 2012-08-28 Maciej W. Rozycki <macro@codesourcery.com>
222
223 * elflink.c (_bfd_elf_merge_symbol): Also override the version
224 a dynamic symbol defaulted to if preempted with a hidden or
225 internal definition.
226
227 2012-08-28 Walter Lee <walt@tilera.com>
228
229 * elf32-tilepro.c (allocate_dynrelocs): Use PLT_ENTRY_SIZE as size
230 of header.
231 (tilepro_plt_entry_build): Account for new header size.
232 (tilepro_elf_finish_dynamic_sections): Ditto.
233 (tilepro_elf_plt_sym_val): Ditto.
234 * elfxx-tilegx.c (allocate_dynrelocs): Use PLT_ENTRY_SIZE as size
235 of header + tail.
236 (tilegx_elf_finish_dynamic_sections): Account for new padding.
237
238 2012-08-27 Walter Lee <walt@tilera.com>
239
240 * reloc.c (Add BFD_RELOC_TILEGX_IMM16_X0_HW0_PLT_PCREL,
241 BFD_RELOC_TILEGX_IMM16_X1_HW0_PLT_PCREL,
242 BFD_RELOC_TILEGX_IMM16_X0_HW1_PLT_PCREL,
243 BFD_RELOC_TILEGX_IMM16_X1_HW1_PLT_PCREL,
244 BFD_RELOC_TILEGX_IMM16_X0_HW2_PLT_PCREL,
245 BFD_RELOC_TILEGX_IMM16_X1_HW2_PLT_PCREL,
246 BFD_RELOC_TILEGX_IMM16_X0_HW3_PLT_PCREL,
247 BFD_RELOC_TILEGX_IMM16_X1_HW3_PLT_PCREL,
248 BFD_RELOC_TILEGX_IMM16_X0_HW0_LAST_PLT_PCREL,
249 BFD_RELOC_TILEGX_IMM16_X1_HW0_LAST_PLT_PCREL,
250 BFD_RELOC_TILEGX_IMM16_X0_HW1_LAST_PLT_PCREL,
251 BFD_RELOC_TILEGX_IMM16_X1_HW1_LAST_PLT_PCREL,
252 BFD_RELOC_TILEGX_IMM16_X0_HW2_LAST_PLT_PCREL,
253 BFD_RELOC_TILEGX_IMM16_X1_HW2_LAST_PLT_PCREL): new relocations.
254 * elfxx-tilegx.c (tilegx_elf_howto_table): Handle new relocations.
255 (tilegx_reloc_map): Ditto.
256 (reloc_to_create_func): Ditto.
257 (tilegx_elf_check_relocs): Ditto.
258 (tilegx_elf_gc_sweep_hook): Ditto.
259 (tilegx_elf_relocate_section): Ditto.
260 * libbfd.h: Regenerate.
261 * bfd-in2.h: Regenerate.
262
263 2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
264
265 * elf32-arm.c (v8): New array.
266 (tag_cpu_arch_combine): Add support for ARMv8 attributes.
267 (elf32_arm_merge_eabi_attributes): Likewise.
268 (VFP_VERSION_COUNT): New define.
269
270 2012-08-20 Tom Tromey <tromey@redhat.com>
271
272 * vms-lib.c (_bfd_vms_lib_get_module): Use bfd_zmalloc for
273 areltdata.
274 * opncls.c (_bfd_delete_bfd): Free arelt_data.
275 * mach-o.c (bfd_mach_o_fat_member_init): Use bfd_zmalloc for
276 areltdata.
277 * ecoff.c (_bfd_ecoff_slurp_armap): Use free for mapdata.
278 * coff-rs6000.c (_bfd_xcoff_read_ar_hdr): Use bfd_zmalloc for
279 areltdata.
280 (xcoff_write_archive_contents_old): Likewise.
281 (xcoff_write_archive_contents_big): Likewise.
282 * archive64.c (bfd_elf64_archive_slurp_armap): Use free for
283 areltdata.
284 * archive.c (_bfd_generic_read_ar_hdr_mag): Use bfd_zmalloc and
285 free for areltdata.
286 (_bfd_get_elt_at_filepos): Likewise. Clear n_nfd->arelt_data on
287 failure.
288 (do_slurp_bsd_armap): Use bfd_zmalloc and free for areltdata.
289 (do_slurp_coff_armap): Likewise.
290 (_bfd_slurp_extended_name_table): Likewise.
291 (bfd_slurp_bsd_armap_f2): Likewise. Don't leak 'mapdata'.
292
293 2012-08-17 Nick Clifton <nickc@redhat.com>
294
295 * po/vi.po: Updated Vietnamese translation.
296
297 2012-08-17 Yuri Chornoivan <yurchor@ukr.net>
298
299 * elf-bfd.h, * elf32-ppc.c, * elf64-ia64-vms.c, * elfnn-ia64.c,
300 * elfxx-mips.c, * vms-alpha.c: Typo fixes.
301
302 2012-08-17 Alan Modra <amodra@gmail.com>
303
304 PR binutils/14475:
305 * archive.c (bfd_ar_hdr_from_filesystem): Revert last change.
306 Instead malloc areltdata.
307
308 2012-08-16 Tom Tromey <tromey@redhat.com>
309
310 PR binutils/14475:
311 * archive.c (bfd_ar_hdr_from_filesystem): Allocate areltdata on
312 'member' BFD. Don't try to free 'ared'.
313
314 2012-08-14 Nick Clifton <nickc@redhat.com>
315
316 * po/uk.po: Updated Ukranian translation.
317
318 2012-08-13 Maciej W. Rozycki <macro@codesourcery.com>
319
320 * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Look up
321 the options section in the output rather than input BFD to
322 decide if to add a DT_MIPS_OPTIONS tag.
323
324 2012-08-13 Maciej W. Rozycki <macro@codesourcery.com>
325
326 * config.bfd: Wrap mips*el-*-linux* and mips*-*-linux* into
327 #ifdef BFD64.
328
329 2012-08-13 Ian Bolton <ian.bolton@arm.com>
330 Laurent Desnogues <laurent.desnogues@arm.com>
331 Jim MacArthur <jim.macarthur@arm.com>
332 Marcus Shawcroft <marcus.shawcroft@arm.com>
333 Nigel Stephens <nigel.stephens@arm.com>
334 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
335 Richard Earnshaw <rearnsha@arm.com>
336 Sofiane Naci <sofiane.naci@arm.com>
337 Tejas Belagod <tejas.belagod@arm.com>
338 Yufeng Zhang <yufeng.zhang@arm.com>
339
340 * Makefile.am: Add AArch64 files.
341 * Makefile.in: Regenerate.
342 * archures.c (bfd_aarch64_arch): New declaration.
343 (bfd_archures_list): Use bfd_archures_list.
344 * bfd-in.h (bfd_elf64_aarch64_init_maps): New declaration.
345 (bfd_aarch64_process_before_allocation): New declaration.
346 (bfd_elf64_aarch64_process_before_allocation): New declaration.
347 (bfd_elf64_aarch64_set_options): New declaration.
348 (bfd_elf64_aarch64_add_glue_sections_to_bfd): New declaration.
349 (BFD_AARCH64_SPECIAL_SYM_TYPE_MAP): New definition.
350 (BFD_AARCH64_SPECIAL_SYM_TYPE_TAG): New definition.
351 (BFD_AARCH64_SPECIAL_SYM_TYPE_OTHER): New definition.
352 (BFD_AARCH64_SPECIAL_SYM_TYPE_ANY): New definition.
353 (bfd_is_aarch64_special_symbol_name): New declaration.
354 (bfd_aarch64_merge_machines): New declaration.
355 (bfd_aarch64_update_notes): New declaration.
356 (int bfd_aarch64_get_mach_from_notes): New declaration.
357 (elf64_aarch64_setup_section_lists): New declaration.
358 (elf64_aarch64_next_input_section): New declaration.
359 (elf64_aarch64_size_stubs): New declaration.
360 (elf64_aarch64_build_stubs): New declaration.
361 * config.bfd: Add AArch64.
362 * configure.in: Add AArch64.
363 * configure: Regenerate.
364 * cpu-aarch64.c: New file.
365 * elf-bfd.h: Add AArch64.
366 * bfd-in2.h: Regenerate.
367 * libbfd.h: Regenerate.
368 * elf64-aarch64.c: New file.
369 * reloc.c: Add AArch64 relocations.
370 * targets.c: Add AArch64.
371 * po/SRC-POTFILES.in: Regenerate.
372
373 2012-08-13 Maciej W. Rozycki <macro@codesourcery.com>
374
375 * elfxx-mips.c (mips_elf_calculate_relocation): Fix the handling
376 of protected symbols.
377
378 2012-08-10 Alan Modra <amodra@gmail.com>
379
380 PR binutils/14444
381 * elf.c (IS_VALID_GROUP_SECTION_HEADER) Add minsize param.
382 (setup_group): Adjust uses.
383 (bfd_section_from_shdr): Allow SHT_GROUP sections with just a flag
384 word.
385
386 2012-08-09 Nick Clifton <nickc@redhat.com>
387
388 * po/vi.po: Updated Vietnamese translation.
389
390 2012-08-09 Maciej W. Rozycki <macro@codesourcery.com>
391
392 * elfxx-mips.c (LA25_LUI_MICROMIPS_1, LA25_LUI_MICROMIPS_2):
393 Remove macros, folding them into...
394 (LA25_LUI_MICROMIPS): ... this new macro.
395 (LA25_J_MICROMIPS_1, LA25_J_MICROMIPS_2): Likewise into...
396 (LA25_J_MICROMIPS): ... this new macro.
397 (LA25_ADDIU_MICROMIPS_1, LA25_ADDIU_MICROMIPS_2): Likewise
398 into...
399 (LA25_ADDIU_MICROMIPS): ... this new macro.
400 (bfd_put_micromips_32, bfd_get_micromips_32): New functions.
401 (mips_elf_create_la25_stub): Use them.
402 (check_br32_dslot, check_br32, check_relocated_bzc): Likewise.
403 (_bfd_mips_elf_relax_section): Likewise.
404
405 2012-08-09 Alan Modra <amodra@gmail.com>
406 Tom Tromey <tromey@redhat.com>
407
408 * archive.c (SECTION Archives): Update documentation.
409 (_bfd_delete_archive_data): Remove.
410 (_bfd_add_bfd_to_archive_cache): Set 'parent_cache' and 'key'.
411 (archive_close_worker, _bfd_archive_close_and_cleanup): New
412 functions.
413 * libbfd-in.h (struct areltdata <parent_cache, key>): New fields.
414 (_bfd_delete_archive_data): Don't declare.
415 (_bfd_archive_close_and_cleanup): Declare.
416 (_bfd_generic_close_and_cleanup): Redefine.
417 * libbfd.h: Rebuild.
418 * opncls.c (_bfd_delete_bfd): Don't call _bfd_delete_archive_data.
419 (bfd_close): Don't close nested thin archives here.
420
421 2012-08-07 Tom Tromey <tromey@redhat.com>
422
423 * archive.c (_bfd_delete_archive_data): New function.
424 * libbfd-in.h (_bfd_delete_archive_data): Declare.
425 * libbfd.h: Rebuild.
426 * opncls.c (_bfd_delete_bfd): Call _bfd_delete_archive_data.
427
428 2012-08-07 Nick Clifton <nickc@redhat.com>
429
430 * po/uk.po: Updated Ukranian translation.
431
432 2012-08-06 Maciej W. Rozycki <macro@codesourcery.com>
433
434 * elflink.c (bfd_elf_record_link_assignment): Remove --defsym
435 symbols special case.
436
437 2012-08-05 Maciej W. Rozycki <macro@linux-mips.org>
438
439 * elf32-vax.c (elf_vax_adjust_dynamic_symbol): Don't allocate
440 PLT slots for local symbols.
441
442 2012-08-03 Maciej W. Rozycki <macro@codesourcery.com>
443
444 * elf64-mips.c (mips16_elf64_howto_table_rela): Correct src_mask
445 field initializers throughout.
446 * elfn32-mips.c (elf_mips16_howto_table_rela): Likewise.
447
448 2012-08-03 Maciej W. Rozycki <macro@codesourcery.com>
449
450 * elfxx-mips.c (mips_elf_perform_relocation): Update the
451 cross-mode jump message.
452
453 2012-08-03 Maciej W. Rozycki <macro@codesourcery.com>
454
455 * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Update the
456 comment on DT_MIPS_RLD_MAP.
457
458 2012-08-03 Tom Tromey <tromey@redhat.com>
459
460 * opncls.c (_bfd_delete_bfd): Now static.
461 * libbfd-in.h (_bfd_delete_bfd): Don't declare.
462 * libbfd.h: Rebuild.
463
464 2012-08-02 Sean Keys <skeys@ipdatasys.com>
465
466 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Modified
467 conditional statment to allow suppression of mismatched bank
468 warning.
469
470 2012-08-01 Alan Modra <amodra@gmail.com>
471
472 * dwarf2.c (struct dwarf2_debug): Add close_on_cleanup.
473 (_bfd_dwarf2_slurp_debug_info): Set close_on_cleanup if we open
474 gnu_debuglink bfd.
475 (_bfd_dwarf2_cleanup_debug_info): Act on close_on_cleanup.
476
477 2012-07-30 Nick Clifton <nickc@redhat.com>
478
479 * po/bfd.pot: Updated template.
480 * po/es.po: Updated Spanish translation.
481 * po/fi.po: Updated Finnish translation.
482 * po/fr.po: Updated French translation.
483 * po/ru.po: Updated Russian translation.
484 * po/uk.po: Updated Ukranian translation.
485
486 2012-07-27 Mike Frysinger <vapier@gentoo.org>
487
488 * configure.in (AC_INIT): Call with the args bfd and 2.22.52.
489 (AM_INIT_AUTOMAKE): Remove args.
490 * configure: Regenerate.
491
492 2012-07-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
493
494 * cpu-s390.c (bfd_s390_64_arch, bfd_s390_arch): Pick the default
495 arch depending on the target size.
496
497 2012-07-27 Tristan Gingold <gingold@adacore.com>
498
499 * configure.in: Bump version to 2.23.51
500 * configure: Regenerate.
501
502 2012-07-26 Teresa Johnson <tejohnson@google.com>
503
504 * bfd/dwarf2.c (find_line): Initialize discriminator_ptr
505 if it is non-NULL.
506
507 2012-07-26 Meador Inge <meadori@codesourcery.com>
508 Nick Clifton <nickc@redhat.com>
509
510 PR ld/14397
511 * elf32-arm.c (elf32_arm_finish_dynamic_sections): Report an error
512 if a required section is missing from the linker script.
513
514 2012-07-24 Jan Waclawek <konfera@efton.sk>
515 PR 13899
516 * elf32-avr.c (elf32_avr_relax_delete_bytes): Call
517 _bfd_elf_link_read_relocs with keep_memory as TRUE.
518
519 2012-07-24 Teresa Johnson <tejohnson@google.com>
520
521 * bfd.c (bfd_find_nearest_line_discriminator): New macro.
522 * coff-rs6000.c: Init _bfd_find_nearest_line_discriminator.
523 * coff64-rs6000.c: Likewise.
524 * dwarf2.c (struct line_info): Add discriminator field.
525 (add_line_info): Fill in new discriminator field.
526 (decode_line_info): Record discriminator information instead
527 of ignoring it.
528 (lookup_address_in_line_info_table): Return discriminator field if
529 requested.
530 (comp_unit_find_nearest_line): Add discriminator argument.
531 (find_line): Likewise.
532 (_bfd_dwarf2_find_nearest_line): Likewise.
533 (_bfd_dwarf2_find_line): Likewise.
534 * elf-bfd.h (_bfd_elf_find_nearest_line_discriminator): New.
535 (_bfd_elf_find_line_discriminator): Likewise.
536 (_bfd_generic_find_nearest_line_discriminator): Likewise. Defined.
537 * elf.c (_bfd_elf_find_nearest_line): Change to a wrapper
538 that invokes _bfd_elf_find_nearest_line_discriminator with correct
539 arguments.
540 (_bfd_elf_find_nearest_line_discriminator): New.
541 (_bfd_elf_find_line): Change to a wrapper
542 that invokes _bfd_elf_find_line_discriminator with correct
543 arguments.
544 (_bfd_elf_find_line_discriminator): New.
545 * coffgen.c (coff_find_nearest_line_with_names): Handle
546 new discriminator argument.
547 * elf32-arm.c (elf32_arm_find_nearest_line): Likewise.
548 * elf64-alpha.c (elf64_alpha_find_nearest_line): Likewise.
549 * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): Likewise.
550 * mach-o.c (bfd_mach_o_find_nearest_line): Likewise.
551 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Add discriminator
552 argument.
553 (_bfd_dwarf2_find_line): Likewise.
554 (_bfd_generic_find_nearest_line_discriminator): New.
555 * libbfd.c (_bfd_generic_find_nearest_line_discriminator): New.
556 * bfd-in2.h: Regenerated.
557 * libbfd.h: Likewise.
558 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Initialize
559 _bfd_find_nearest_line_discriminator with
560 _bfd_generic_find_nearest_line_discriminator.
561 (bfd_target): Add _bfd_find_nearest_line_discriminator.
562
563 2012-07-24 Sean Keys <skeys@ipdatasys.com>
564
565 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Added code
566 that enables the linker to offset addresses, when linking against
567 symbols from the XGATE processor and vice versa.
568
569 2012-07-23 Nick Clifton <nickc@redhat.com>
570
571 * cisco-core.c (cisco_core_file_failing_command): Make static.
572 (cisco_core_file_failing_signal): Make static.
573
574 2012-07-18 H.J. Lu <hongjiu.lu@intel.com>
575
576 * bfd-in2.h: Regenerated.
577
578 2012-07-18 Nicolàs Alejandro Di Risio <sheeva@tiscali.it>
579
580 PR binutils/14335
581 * section.c: Fix a typo in comments.
582
583 2012-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
584
585 * elf64-s390.c: Include elf-s390-common.c.
586 (R_390_IRELATIVE): New reloc.
587 (elf_s390_reloc_type_lookup): Support R_390_IRELATIVE.
588 (RELA_ENTRY_SIZE): New macro.
589 (elf_s390_link_hash_entry): New fields ifunc_resolver_address and
590 *ifunc_resolver_section.
591 (struct plt_entry): New struct.
592 (struct elf_s390_obj_tdata): New field local_plt.
593 (elf_s390_local_plt): New macro.
594 (struct elf_s390_link_hash_table): New field irelifunc.
595 (ELF64): New macro.
596 (link_hash_newfunc): Initialize new fields.
597 (elf_s390_check_relocs): Handle IFUNC symbols.
598 (elf_s390_adjust_dynamic_symbol): Don't do anything for IFUNC
599 symbols.
600 (allocate_dynrelocs): Call s390_elf_allocate_ifunc_dyn_relocs for
601 IFUNC symbols.
602 (elf_s390_size_dynamic_sections): Handle IFUNC symbols.
603 (elf_s390_relocate_section): Likewise.
604 (elf_s390_finish_dynamic_symbol): Likewise.
605 (elf_s390_finish_dynamic_sections): Handle local IFUNC symbols.
606 (elf_s390_finish_ifunc_symbol): New function.
607 (elf_s390_gc_sweep_hook): Handle local plt entries.
608 (elf_backend_add_symbol_hook): Define.
609 * elf32-s390.c: See elf64-s390.c changes.
610 * elf-s390-common.c: New file.
611 * bfd-in2.h (BFD_RELOC_390_IRELATIVE): New enum field.
612 * libbfd.h (BFD_RELOC_390_IRELATIVE): New entry for
613 BFD_RELOC_390_IRELATIVE.
614 * reloc.c (BFD_RELOC_390_IRELATIVE): Document new relocation.
615
616 2012-07-13 Nick Clifton <nickc@redhat.com>
617
618 * aix386-core.c: Remove use of PTR and PARAMS macros.
619 * archive.c: Likewise.
620 * cache.c: Likewise.
621 * cisco-core.c: Likewise.
622 * coff-alpha.c: Likewise.
623 * coff-apollo.c: Likewise.
624 * coff-aux.c: Likewise.
625 * coff-h8300.c: Likewise.
626 * coff-h8500.c: Likewise.
627 * coff-i386.c: Likewise.
628 * coff-i960.c: Likewise.
629 * coff-ia64.c: Likewise.
630 * coff-m68k.c: Likewise.
631 * coff-m88k.c: Likewise.
632 * coff-mcore.c: Likewise.
633 * coff-mips.c: Likewise.
634 * coff-or32.c: Likewise.
635 * coff-ppc.c: Likewise.
636 * coff-rs6000.c: Likewise.
637 * coff-sh.c: Likewise.
638 * coff-sparc.c: Likewise.
639 * coff-stgo32.c: Likewise.
640 * coff-tic30.c: Likewise.
641 * coff-tic4x.c: Likewise.
642 * coff-tic54x.c: Likewise.
643 * coff-tic80.c: Likewise.
644 * coff-w65.c: Likewise.
645 * cofflink.c: Likewise.
646 * cpu-arc.c: Likewise.
647 * cpu-cris.c: Likewise.
648 * cpu-h8500.c: Likewise.
649 * cpu-i960.c: Likewise.
650 * cpu-msp430.c: Likewise.
651 * cpu-ns32k.c: Likewise.
652 * cpu-powerpc.c: Likewise.
653 * cpu-rs6000.c: Likewise.
654 * cpu-tic4x.c: Likewise.
655 * cpu-w65.c: Likewise.
656 * ecoff.c: Likewise.
657 * ecofflink.c: Likewise.
658 * elf-m10200.c: Likewise.
659 * elf32-bfin.c: Likewise.
660 * elf32-cris.c: Likewise.
661 * elf32-crx.c: Likewise.
662 * elf32-fr30.c: Likewise.
663 * elf32-frv.c: Likewise.
664 * elf32-h8300.c: Likewise.
665 * elf32-i960.c: Likewise.
666 * elf32-m32c.c: Likewise.
667 * elf32-m68hc11.c: Likewise.
668 * elf32-m68hc12.c: Likewise.
669 * elf32-m68hc1x.c: Likewise.
670 * elf32-m68k.c: Likewise.
671 * elf32-mcore.c: Likewise.
672 * elf32-rl78.c: Likewise.
673 * elf32-rx.c: Likewise.
674 * elf32-s390.c: Likewise.
675 * elf32-vax.c: Likewise.
676 * elf64-alpha.c: Likewise.
677 * elf64-mmix.c: Likewise.
678 * elf64-s390.c: Likewise.
679 * elf64-sparc.c: Likewise.
680 * elfnn-ia64.c: Likewise.
681 * elfxx-mips.c: Likewise.
682 * elfxx-sparc.c: Likewise.
683 * hash.c: Likewise.
684 * hp300hpux.c: Likewise.
685 * hppabsd-core.c: Likewise.
686 * hpux-core.c: Likewise.
687 * i386dynix.c: Likewise.
688 * i386linux.c: Likewise.
689 * i386lynx.c: Likewise.
690 * i386mach3.c: Likewise.
691 * i386msdos.c: Likewise.
692 * i386os9k.c: Likewise.
693 * irix-core.c: Likewise.
694 * lynx-core.c: Likewise.
695 * m68klinux.c: Likewise.
696 * mach-o.h: Likewise.
697 * mipsbsd.c: Likewise.
698 * netbsd-core.c: Likewise.
699 * nlm32-i386.c: Likewise.
700 * osf-core.c: Likewise.
701 * pc532-mach.c: Likewise.
702 * pef.c: Likewise.
703 * ppcboot.c: Likewise.
704 * ptrace-core.c: Likewise.
705 * reloc16.c: Likewise.
706 * sco5-core.c: Likewise.
707 * som.h: Likewise.
708 * sparclinux.c: Likewise.
709 * sparclynx.c: Likewise.
710 * ticoff.h: Likewise.
711 * trad-core.c: Likewise.
712 * vms-lib.c: Likewise.
713 * xsym.h: Likewise.
714
715 2012-07-09 Alan Modra <amodra@gmail.com>
716
717 PR ld/14323
718 * elflink.c (elf_sort_symbol): Sort by size too.
719 (elf_link_add_object_symbols <weakdefs>): Simplify binary search.
720 Do not depend on ordering of symbol aliases. Match largest size.
721
722 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
723
724 * elf.c (assign_section_numbers): Check if number of sections
725 >= SHN_LORESERVE.
726 * elfcode.h (elf_object_p): Likewise.
727
728 2012-07-03 Nick Clifton <nickc@redhat.com>
729
730 * archive.c (bsd_write_armap): Catch attempts to create an archive
731 with indicies bigger than 4Gb.
732 (coff_write_armap): Likewise.
733
734 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
735
736 PR binutils/14319
737 * elf.c (_bfd_elf_make_section_from_shdr): Don't compress empty
738 debug section.
739
740 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
741
742 PR ld/3351
743 * elflink.c (_bfd_elf_update_dynamic_flags): New.
744 (_bfd_elf_merge_symbol): Update both real and indirect symbol
745 dynamic flags.
746 (_bfd_elf_add_default_symbol): Make the real symbol dynamic if
747 the indirect symbol is defined in a shared library.
748 (elf_link_add_object_symbols): Likewise. If the indirect
749 symbol has been forced local, don't make the real symbol
750 dynamic.
751 (elf_link_check_versioned_symbol): Check indirect symbol.
752 (elf_link_output_extsym): Use real symbol definition when
753 reporting indirect symbol error. Check version info for
754 dynamic versioned symbol.
755
756 2012-07-03 Alan Modra <amodra@gmail.com>
757
758 PR ld/14207
759 * elf.c (assign_file_positions_for_load_sections): Remove assertions
760 that only PT_LOAD headers include file header and section headers.
761 (assign_file_positions_for_non_load_sections): Similarly don't
762 assert PT_GNU_RELRO header does not include file and section headers.
763 Compare first section vma rather than PT_LOAD p_vaddr against
764 relro_start when looking for PT_LOAD covering PT_GNU_RELRO. Replace
765 abort with assertion.
766
767 2012-07-02 Alan Modra <amodra@gmail.com>
768
769 * elf32-m32c.c (m32c_elf_check_relocs): Use bfd_make_section
770 "anyway" variant when creating .plt.
771 (m32c_elf_relax_plt_section): Remove redundant test and unused param.
772 (m32c_elf_relax_section): Test SEC_LINKER_CREATED before calling
773 m32c_elf_relax_plt_section.
774 * elfxx-mips.c (mips_elf_create_got_section): Use make anyway variant
775 when creating .got and .got.plt.
776 (_bfd_mips_elf_final_link): Likewise for .rtproc, and use
777 bfd_get_linker_section.
778 * sunos.c: Similarly throughout.
779
780 2012-07-01 Andreas Schwab <schwab@linux-m68k.org>
781
782 * elf.c (_bfd_elf_make_section_from_shdr): Fix typo in error
783 message.
784
785 2012-06-29 H.J. Lu <hongjiu.lu@intel.com>
786
787 * elf64-x86-64.c (elf_x86_64_relocate_section): Return FALSE
788 on unresolvable relocation.
789
790 2012-06-29 H.J. Lu <hongjiu.lu@intel.com>
791
792 * archive.c (_bfd_compute_and_write_armap): Simplify global
793 symbol handling.
794
795 2012-06-29 Nick Clifton <nickc@redhat.com>
796
797 PR ld/14189
798 * elf32-arm.c (elf32_arm_check_relocs): Do not increment refcount
799 for locally bound symbols.
800
801 2012-06-29 Alan Modra <amodra@gmail.com>
802
803 * section.c (bfd_get_linker_section): New function.
804 * elf32-arm.c: When retrieving SEC_LINKER_CREATED sections, use
805 the above throughout rather than bfd_get_section_by_name. Use
806 bfd_make_section_anyway rather than bfd_make_section when creating
807 them.
808 * elf32-bfin.c: Likewise.
809 * elf32-cr16.c: Likewise.
810 * elf32-cris.c: Likewise.
811 * elf32-frv.c: Likewise.
812 * elf32-hppa.c: Likewise.
813 * elf32-i370.c: Likewise.
814 * elf32-i386.c: Likewise.
815 * elf32-lm32.c: Likewise.
816 * elf32-m32c.c: Likewise.
817 * elf32-m32r.c: Likewise.
818 * elf32-m68k.c: Likewise.
819 * elf32-microblaze.c: Likewise.
820 * elf32-ppc.c: Likewise.
821 * elf32-rl78.c: Likewise.
822 * elf32-s390.c: Likewise.
823 * elf32-score.c: Likewise.
824 * elf32-score7.c: Likewise.
825 * elf32-sh.c: Likewise.
826 * elf32-tic6x.c: Likewise.
827 * elf32-tilepro.c: Likewise.
828 * elf32-vax.c: Likewise.
829 * elf32-xstormy16.c: Likewise.
830 * elf32-xtensa.c: Likewise.
831 * elf64-alpha.c: Likewise.
832 * elf64-hppa.c: Likewise.
833 * elf64-ia64-vms.c: Likewise.
834 * elf64-ppc.c: Likewise.
835 * elf64-s390.c: Likewise.
836 * elf64-sh64.c: Likewise.
837 * elf64-sparc.c: Likewise.
838 * elf64-x86-64.c: Likewise.
839 * elfnn-ia64.c: Likewise.
840 * elfxx-mips.c: Likewise.
841 * elfxx-sparc.c: Likewise.
842 * elfxx-tilegx.c: Likewise.
843 * elflink.c: Likewise.
844 * elf-vxworks.c: Likewise.
845 * elf-m10300.c: Likewise. Also make use of htab plt, got and
846 gotplt shortcuts.
847 * bfd-in2.h: Regenerate.
848 * elf32-lm32.c (lm32_elf_check_relocs): Use the correct bfd when
849 calling create_rofixup_section.
850 * elflink.c (bfd_elf_final_link): Simplify test for .dynstr.
851
852 2012-06-29 Alan Modra <amodra@gmail.com>
853
854 * elf32-sh.c (sh_elf_create_dynamic_sections): Don't create .rela
855 section for bss type sections, except for .rela.bss.
856 * elf-m10300.c (_bfd_mn10300_elf_create_dynamic_sections): Likewise.
857 * elf32-cr16.c (_bfd_cr16_elf_create_dynamic_sections): Likewise.
858 * elf32-lm32.c (lm32_elf_create_dynamic_sections): Likewise.
859 * elf32-m32r.c (m32r_elf_create_dynamic_sections): Likewise.
860 * elf64-sh64.c (sh64_elf64_create_dynamic_sections): Likewise.
861
862 2012-06-28 Roland McGrath <mcgrathr@google.com>
863
864 * elf32-arm.c (elf32_arm_populate_plt_entry): Use int32_t for
865 displacement calculation in nacl_p case.
866
867 2012-06-28 Nick Clifton <nickc@redhat.com>
868
869 * po/uk.po: New Ukranian translation.
870 * configure.in (ALL_LINGUAS): Add uk.
871 * configure: Regenerate.
872
873 2012-06-26 Alan Modra <amodra@gmail.com>
874
875 * elf64-ppc.c (ppc64_elf_next_toc_section): Don't error if input
876 file has multiple .got/.toc sections and all don't fit in
877 current toc group.
878
879 2012-06-22 Roland McGrath <mcgrathr@google.com>
880
881 * elf.c (assign_file_positions_for_non_load_sections): Define
882 __ehdr_start symbol if it's referenced and there's a PT_LOAD
883 segment that covers both the file and program headers.
884
885 2012-06-22 Andreas Schwab <schwab@linux-m68k.org>
886
887 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Don't make
888 _GLOBAL_OFFSET_TABLE_ and _DYNAMIC absolute.
889
890 2012-06-22 Alan Modra <amodra@gmail.com>
891
892 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't emit out-of-line
893 save/restore functions when relocatable. Make "funcs" static.
894
895 2012-06-18 Hans-Peter Nilsson <hp@axis.com>
896
897 * elf32-cris.c (cris_elf_plt_sym_val): Rewrite to work in presence
898 of merged .got and .got.plt entries.
899
900 2012-06-18 John Szakmeister <john@szakmeister.net>
901
902 * elf32-arm.c (elf32_arm_final_link_relocate): Correct return value.
903
904 2012-06-17 Hans-Peter Nilsson <hp@axis.com>
905
906 * elf32-cris.c (cris_elf_relocate_section): <R_CRIS_32_IE>
907 <R_CRIS_32_GOT_TPREL, R_CRIS_16_GOT_TPREL>: Handle references to
908 thread common symbols.
909
910 2012-06-13 Nick Clifton <nickc@redhat.com>
911
912 * elf32-arm.c (bfd_arm_get_mach_from_attributes): New function.
913 (elf32_arm_object_p): If the machine number could not be deduced
914 from the notes, call bfd_arm_get_mach_from_attributes to get the
915 number from the attributes.
916
917 2012-06-12 H.J. Lu <hongjiu.lu@intel.com>
918
919 PR bfd/14207
920 * elf.c (assign_file_positions_for_non_load_sections): Abort if
921 PT_GNU_RELRO segment doesn't fit in PT_LOAD segment.
922
923 2012-06-12 Alan Modra <amodra@gmail.com>
924
925 PR ld/14207
926 * elf.c (_bfd_elf_map_sections_to_segments): Disregard bss type
927 sections at end of PT_LOAD segment when searching for segment
928 that contains end of relro extent.
929
930 2012-06-11 H.J. Lu <hongjiu.lu@intel.com>
931
932 * elf.c (assign_file_positions_for_non_load_sections): Reindent.
933
934 2012-06-11 H.J. Lu <hongjiu.lu@intel.com>
935
936 * elf.c (_bfd_elf_map_sections_to_segments): Reindent.
937
938 2012-06-06 Alan Modra <amodra@gmail.com>
939
940 * elflink.c (elf_link_input_bfd): Provide a file symbol for
941 each input file with local syms, if the input lacks such.
942 (bfd_elf_final_link): Add a file symbol to mark end of locals
943 for which we can associate with input files.
944 (struct elf_final_link_info): Add filesym_count field.
945 (struct elf_outext_info): Add need_second_pass and second_pass.
946 (elf_link_output_extsym): Detect symbols defined in the output
947 file, emit them on second pass over locals.
948
949 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
950
951 * bfd-in.h (bfd_elf_bfd_from_remote_memory): Make LEN argument
952 of target_read_memory as bfd_size_type.
953 * bfd-in2.h: Regenerate.
954 * elf-bfd.h (elf_backend_bfd_from_remote_memory): Make LEN
955 argument of target_read_memory as bfd_size_type.
956 (_bfd_elf32_bfd_from_remote_memory): Likewise.
957 (_bfd_elf64_bfd_from_remote_memory): Likewise.
958 * elf.c (bfd_elf_bfd_from_remote_memory): Likewise.
959 * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): Likewise.
960
961 2012-06-03 Alan Modra <amodra@gmail.com>
962
963 PR binutils/13897
964 * elf.c (elf_find_function): Cache last function sym info.
965 (_bfd_elf_maybe_function_sym): Return function size, pass in
966 section of interest.
967 * elf-bfd.h (struct elf_backend_data <maybe_function_sym>): Likewise.
968 (_bfd_elf_maybe_function_sym): Likewise.
969 * elf64-ppc.c (ppc64_elf_maybe_function_sym): Likewise.
970 (opd_entry_value): Add in_code_sec param. Revert caching code.
971 Return -1 if in_code_sec and function found in wrong section.
972 Update all calls.
973
974 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
975
976 * bfd-in.h (bfd_elf_bfd_from_remote_memory): Make LEN argument
977 of target_read_memory as size_t.
978 * bfd-in2.h: Regenerate.
979 * elf-bfd.h (elf_backend_bfd_from_remote_memory): Make LEN
980 argument of target_read_memory as size_t.
981 (_bfd_elf32_bfd_from_remote_memory): Likewise.
982 (_bfd_elf64_bfd_from_remote_memory): Likewise.
983 * elf.c (bfd_elf_bfd_from_remote_memory): Likewise.
984 * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): Likewise.
985
986 2012-06-01 Alan Modra <amodra@gmail.com>
987
988 PR binutils/13897
989 * elf64-ppc.c (opd_entry_value): Rewrite cache code.
990
991 2012-05-29 Tom Tromey <tromey@redhat.com>
992
993 * opncls.c (bfd_fopen): Always close fd on failure.
994 (bfd_fdopenr): Likewise.
995
996 2012-05-27 Alan Modra <amodra@gmail.com>
997
998 PR ld/14170
999 * elflink.c (_bfd_elf_merge_symbol): When a symbol defined in
1000 a dynamic library finds a new instance with non-default
1001 visibility in a regular object, correctly handle symbols
1002 already on the undefs list and undo dynamic symbol state when
1003 the new symbol is hidden or internal.
1004
1005 2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
1006
1007 * elf32-i386.c (elf_i386_create_dynamic_sections): Don't use
1008 dynamic_sec_flags to create PLT .eh_frame section.
1009 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Likewise.
1010
1011 2012-05-25 Alan Modra <amodra@gmail.com>
1012
1013 PR ld/13909
1014 * elf-eh-frame.c (_bfd_elf_eh_frame_present): New function.
1015 (_bfd_elf_maybe_strip_eh_frame_hdr): Use it here.
1016 * elf-bfd.h (_bfd_elf_eh_frame_present): Declare.
1017 * elflink.c (bfd_elf_size_dynamic_sections): Let the backend
1018 size dynamic sections before stripping eh_frame_hdr.
1019 (bfd_elf_gc_sections): Handle multiple .eh_frame sections.
1020 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Drop glink_eh_frame
1021 if no other .eh_frame sections exist.
1022 * elf64-ppc.c (ppc64_elf_size_stubs): Likewise.
1023 * elf32-i386.c (elf_i386_create_dynamic_sections): Don't size
1024 or alloc plt_eh_frame here..
1025 (elf_i386_size_dynamic_sections): ..do it here instead. Don't
1026 specially keep sgotplt, iplt, tgotplt, sdynbss for symbols.
1027 (elf_i386_finish_dynamic_sections): Check plt_eh_frame->contents
1028 before writing plt offset.
1029 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Don't size
1030 or alloc plt_eh_frame here..
1031 (elf_x86_64_size_dynamic_sections): ..do it here instead.
1032 (elf_x86_64_finish_dynamic_sections): Check plt_eh_frame->contents
1033 before writing plt offset.
1034
1035 2012-05-24 Alan Modra <amodra@gmail.com>
1036
1037 PR ld/14158
1038 * elf64-ppc.c (ppc64_elf_size_stubs): Round up glink_eh_frame
1039 size to output section alignment.
1040 (ppc64_elf_build_stubs): Likewise, and extend last FDE to cover.
1041
1042 2012-05-23 Alan Modra <amodra@gmail.com>
1043
1044 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Handle
1045 BFDs with multiple .eh_frame sections.
1046
1047 2012-05-23 Alan Modra <amodra@gmail.com>
1048
1049 PR ld/13909
1050 * elflink.c (bfd_elf_discard_info): Don't ignore dynamic BFDs.
1051
1052 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
1053
1054 PR ld/13909
1055 * elf32-i386.c (elf_i386_create_dynamic_sections): Revert the
1056 last change.
1057 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Likewise.
1058
1059 2012-05-22 Alan Modra <amodra@gmail.com>
1060
1061 * elflink.c (bfd_elf_discard_info): Look for next .eh_frame if
1062 first one is zero size or discarded.
1063 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set most of
1064 glink_eh_frame contents here..
1065 (ppc_elf_finish_dynamic_sections): ..rather than here. Just set
1066 offset to .glink.
1067
1068 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
1069
1070 PR ld/13909
1071 * elf32-i386.c (elf_i386_create_dynamic_sections): Create PLT
1072 eh_frame section if there is an input .eh_frame section.
1073 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Likewise.
1074
1075 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
1076
1077 PR ld/14105
1078 * elf32-i386.c (elf_i386_create_dynamic_sections): Always
1079 create PLT eh_frame section with SEC_LINKER_CREATED.
1080 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Likewise.
1081
1082 2012-05-22 Alan Modra <amodra@gmail.com>
1083
1084 * elflink.c (bfd_elf_discard_info): Handle multiple .eh_frame
1085 sections attached to a BFD.
1086 * section.c (bfd_get_section_by_name): Rewrite description.
1087 (bfd_get_next_section_by_name): New function.
1088 * bfd-in2.h: Regenerate.
1089
1090 2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
1091
1092 * elf32-m68k.c (elf_m68k_grok_prstatus): New function.
1093 (elf_m68k_grok_psinfo): New function.
1094 (elf_backend_grok_prstatus): Define.
1095 (elf_backend_grok_psinfo): Define.
1096
1097 2012-05-19 Maciej W. Rozycki <macro@linux-mips.org>
1098
1099 * elf64-mips.c (elf_backend_got_header_size): Correct definition.
1100 * elfxx-mips.c (_bfd_mips_elf_adjust_dynamic_symbol): Use the ELF
1101 backend's GOT header size instead of hardcoding it.
1102
1103 2012-05-19 Maciej W. Rozycki <macro@linux-mips.org>
1104
1105 * elf32-vax.c (elf_vax_relocate_section)
1106 <R_VAX_8, R_VAX_16, R_VAX_32>: Don't check if info->shared again.
1107
1108 2012-05-19 Maciej W. Rozycki <macro@linux-mips.org>
1109
1110 * elf32-vax.c (elf_vax_relocate_section)
1111 <R_VAX_8, R_VAX_16, R_VAX_32>: Use section flags rather than
1112 its name as the check for text sections.
1113
1114 2012-05-19 Maciej W. Rozycki <macro@linux-mips.org>
1115
1116 * elf64-mips.c (mips_elf64_be_swap_reloc_out): Also make sure
1117 the third reloc offset is the same as the first.
1118
1119 2012-05-19 Alan Modra <amodra@gmail.com>
1120
1121 * elf32-ppc.h (has_vle_insns, is_ppc_vle): Delete.
1122 (has_tls_reloc, has_tls_get_addr_call): Move back to..
1123 * elf32-ppc.c: ..here.
1124 (ppc_elf_section_flags, elf_backend_section_flags): Delete.
1125 (ppc_elf_modify_segment_map): Use ELF sh_flags to detect VLE sections.
1126
1127 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
1128
1129 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Don't make
1130 _DYNAMIC nor _GLOBAL_OFFSET_TABLE_ absolute.
1131 * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Likewise.
1132
1133 2012-05-18 Roland McGrath <mcgrathr@google.com>
1134
1135 * archive.c (_bfd_generic_read_ar_hdr_mag): Fix last change so as
1136 not to clobber the ar_fmag field stored in ARED->arch_header.
1137
1138 2012-05-18 Pedro Alves <palves@redhat.com>
1139
1140 * mach-o.h: Don't include sysdep.h.
1141
1142 2012-05-18 Nick Clifton <nickc@redhat.com>
1143
1144 PR 14072
1145 * bfd-in.h: Check for PACKAGE or PACKAGE_VERSION before
1146 complaining about config.h not having been included.
1147 * bfd-in2.h: Regenerate.
1148
1149 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
1150
1151 * aclocal.m4: Regenerate.
1152 * Makefile.in: Regenerate.
1153
1154 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
1155 Nick Clifton <nickc@redhat.com>
1156
1157 PR 14072
1158 * configure.in: Add check that sysdep.h has been included before
1159 any system header files.
1160 * configure: Regenerate.
1161 * config.in: Regenerate.
1162 * aclocal.m4: Regenerate.
1163 * bfd-in.h: Generate an error if included before config.h.
1164 * sysdep.h: Likewise.
1165 * bfd-in2.h: Regenerate.
1166 * compress.c: Remove #include "config.h".
1167 * plugin.c: Likewise.
1168 * elf32-m68hc1x.c: Include sysdep.h before alloca-conf.h.
1169 * elf64-hppa.c: Likewise.
1170 * som.c: Likewise.
1171 * xsymc.c: Likewise.
1172
1173 2012-05-17 Maciej W. Rozycki <macro@linux-mips.org>
1174 Alan Modra <amodra@gmail.com>
1175
1176 * elf.c (ignore_section_sym): Correct comment. Don't return
1177 true for absolute section.
1178 (elf_map_symbols): Move stray comment. Adjust for above change.
1179 Don't discard global section symbols.
1180
1181 2012-05-17 Alan Modra <amodra@gmail.com>
1182
1183 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make _DYNAMIC,
1184 _GLOBAL_OFFSET_TABLE_ or _PROCEDURE_LINKAGE_TABLE_ absolute.
1185 * elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Don't make _DYNAMIC
1186 absolute.
1187
1188 2012-05-17 Alan Modra <amodra@gmail.com>
1189
1190 * elf32-ppc.c (has_tls_reloc, has_tls_get_addr_call, has_vle_insns,
1191 is_ppc_vle): Move to..
1192 * elf32-ppc.h: ..here, making is_ppc_vle a macro.
1193
1194 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
1195
1196 * bfd-in.h (bfd_get_section_name, bfd_get_section_vma,
1197 bfd_get_section_lma, bfd_get_section_alignment,
1198 bfd_get_section_flags, bfd_get_section_userdata): Rewrite macros
1199 in order to use the `bfd' argument.
1200 * bfd-in2.h: Regenerate.
1201 * elf-vxworks.c (elf_vxworks_finish_dynamic_entry): Pass proper `bfd'
1202 as the first argument for `bfd_get_section_alignment'.
1203 * elf32-arm.c (create_ifunc_sections): Likewise, for
1204 `bfd_set_section_alignment'.
1205 * elf32-m32r.c (m32r_elf_relocate_section): Likewise, for
1206 `bfd_get_section_name'.
1207 * elf32-microblaze.c (microblaze_elf_relocate_section): Likewise.
1208 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
1209 (ppc_elf_relocate_section): Likewise.
1210 * elf64-mmix.c (mmix_final_link_relocate): Likewise, for
1211 `bfd_get_section_vma'.
1212 * elf64-ppc.c (create_linkage_sections): Likewise, for
1213 `bfd_set_section_alignment'.
1214
1215 2012-05-16 Georg-Johann Lay <avr@gjlay.de>
1216
1217 PR target/13503
1218 * reloc.c: Rename BFD_RELOC_AVR_8_HHI to BFD_RELOC_AVR_8_HLO.
1219 * bfd-in2.h: Regenerate.
1220 * libbfd.h: Regenrate.
1221 * elf32-avr.c (elf_avr_howto_table): Rename R_AVR_8_HHI8 to
1222 R_AVR_8_HLO8.
1223 (avr_reloc_map): Likewise.
1224
1225 2012-05-16 Daniel Richard G. <skunk@iskunk.org>
1226
1227 PR binutils/13558
1228 * bfd/aout-cris.c: Include sysdep.h before bfd.h.
1229 * bfd/aout-ns32k.c: Likewise.
1230 * bfd/aout-sparcle.c: Likewise.
1231 * bfd/aout0.c: Likewise.
1232 * bfd/bfd-in2.h: Likewise.
1233 * bfd/coff-stgo32.c: Likewise.
1234 * bfd/cpu-lm32.c: Likewise.
1235 * bfd/cpu-microblaze.c: Likewise.
1236 * bfd/cpu-score.c: Likewise.
1237 * bfd/cpu-tilegx.c: Likewise.
1238 * bfd/cpu-tilepro.c: Likewise.
1239 * bfd/elf32-lm32.c: Likewise.
1240 * bfd/elf32-microblaze.c: Likewise.
1241 * bfd/elf32-score7.c: Likewise.
1242 * bfd/elf32-tilepro.c: Likewise.
1243 * bfd/elfxx-tilegx.c: Likewise.
1244 * bfd/mach-o.h: Likewise.
1245 * bfd/nlm32-ppc.c: Likewise.
1246 * bfd/ns32knetbsd.c: Likewise.
1247 * bfd/pef.h: Likewise.
1248 * bfd/plugin.c: Likewise.
1249 * bfd/stab-syms.c: Likewise.
1250 * bfd/sunos.c: Likewise.
1251 * bfd/syms.c: Likewise.
1252 * bfd/xsym.h: Likewise.
1253
1254 2012-05-16 Alan Modra <amodra@gmail.com>
1255
1256 * elflink.c: Rename flaginfo to flinfo throughout, except..
1257 (bfd_elf_lookup_section_flags): ..here, rename finfo to flaginfo.
1258 Formatting, style. Simplify flag match.
1259
1260 2012-05-16 Alan Modra <amodra@gmail.com>
1261
1262 * dwarf2.c: Formatting.
1263 (arange_add): Pass in unit rather than bfd. Update callers.
1264 Ignore empty ranges. Don't ask for cleared memory.
1265 (parse_comp_unit): Only set unit->base_address if processing
1266 DW_TAG_compile_unit.
1267 (find_debug_info): Optimise section lookup.
1268 (place_sections): Use bfd_alloc for stash->adjusted_sections.
1269 (find_line): Match previously parsed comp unit addresses as we
1270 do for newly parsed comp units.
1271
1272 2012-05-16 Alan Modra <amodra@gmail.com>
1273
1274 * archive.c (_bfd_generic_read_ar_hdr_mag): Ensure sscanf
1275 stops at end of ar_size field.
1276
1277 2012-05-16 Alan Modra <amodra@gmail.com>
1278
1279 PR ld/13962
1280 PR ld/7023
1281 * elf.c (bfd_section_from_shdr): Fail when .dynsym sh_info is
1282 out of range. As a special case, fix sh_info for zero sh_size.
1283 Do the same for .symtab.
1284
1285 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
1286 Stephane Carrez <stcarrez@nerim.fr>
1287
1288 * archures.c: Add bfd_arch_m9s12x and bfd_arch_m9s12xg.
1289 * config.bfd: Likewise.
1290 * cpu-m9s12x.c: New.
1291 * cpu-m9s12xg.c: New.
1292 * elf32-m68hc12.c: Add S12X and XGATE co-processor support.
1293 Add option to offset S12 addresses into XGATE memory space.
1294 Fix carry bug in IMM16 (IMM8 low/high) relocate.
1295 * Makefile.am (ALL_MACHINES): Add cpu-m9s12x and cpu-m9s12xg.
1296 (ALL_MACHINES_CFILES): Likewise.
1297 * reloc.c: Add S12X relocs.
1298 * Makefile.in: Regenerate.
1299 * bfd-in2.h: Regenerate.
1300 * libbfd.h: Regenerate.
1301
1302 2012-05-14 James Lemke <jwlemke@codesourcery.com>
1303 Catherine Moore <clm@codesourcery.com>
1304
1305 * bfd.c (bfd_lookup_section_flags): Add section parm.
1306 * ecoff.c (bfd_debug_section): Remove flag_info initializer.
1307 * elf-bfd.h (bfd_elf_section_data): Move in section_flag_info.
1308 (bfd_elf_lookup_section_flags): Add section parm.
1309 * elf32-ppc.c (is_ppc_vle): New function.
1310 (ppc_elf_modify_segment_map): New function.
1311 (elf_backend_modify_segment_map): Define.
1312 (has_vle_insns): New define.
1313 * elf32-ppc.h (ppc_elf_modify_segment_map): Declare.
1314 * elflink.c (bfd_elf_lookup_section_flags): Add return value & parm.
1315 Move in logic to omit / include a section.
1316 * libbfd-in.h (bfd_link_info): Add section parm.
1317 (bfd_generic_lookup_section_flags): Likewise.
1318 * reloc.c (bfd_generic_lookup_section_flags): Likewise.
1319 * section.c (bfd_section): Move out section_flag_info.
1320 (BFD_FAKE_SECTION): Remove flag_info initializer.
1321 * targets.c (_bfd_lookup_section_flags): Add section parm.
1322
1323 2012-05-14 Catherine Moore <clm@codesourcery.com>
1324
1325 * archures.c (bfd_mach_ppc_vle): New.
1326 * bfd-in2.h: Regenerated.
1327 * cpu-powerpc.c (bfd_powerpc_archs): New entry for vle.
1328 * elf32-ppc.c (split16_format_type): New enumeration.
1329 (ppc_elf_vle_split16): New function.
1330 (HOWTO): Add entries for R_PPC_VLE relocations.
1331 (ppc_elf_reloc_type_lookup): Handle PPC_VLE relocations.
1332 (ppc_elf_section_flags): New function.
1333 (ppc_elf_lookup_section_flags): New function.
1334 (ppc_elf_section_processing): New function.
1335 (ppc_elf_check_relocs): Handle PPC_VLE relocations.
1336 (ppc_elf_relocation_section): Likewise.
1337 (elf_backend_lookup_section_flags_hook): Define.
1338 (elf_backend_section_flags): Define.
1339 (elf_backend_section_processing): Define.
1340 * elf32-ppc.h (ppc_elf_section_processing): Declare.
1341 * libbfd.h: Regenerated.
1342 * reloc.c (BFD_RELOC_PPC_VLE_REL8, BFD_RELOC_PPC_VLE_REL15,
1343 BFD_RELOC_PPC_VLE_REL24, BFD_RELOC_PPC_VLE_LO16A,
1344 BFD_RELOC_PPC_VLE_LO16D, BFD_RELOC_PPC_VLE_HI16A,
1345 BFD_RELOC_PPC_VLE_HI16D, BFD_RELOC_PPC_VLE_HA16A,
1346 BFD_RELOC_PPC_VLE_HA16D, BFD_RELOC_PPC_VLE_SDA21,
1347 BFD_RELOC_PPC_VLE_SDA21_LO, BFD_RELOC_PPC_VLE_SDAREL_LO16A,
1348 BFD_RELOC_PPC_VLE_SDAREL_LO16D, BFD_RELOC_PPC_VLE_SDAREL_HI16A,
1349 BFD_RELOC_PPC_VLE_SDAREL_HI16D, BFD_RELOC_PPC_VLE_SDAREL_HA16A,
1350 BFD_RELOC_PPC_VLE_SDAREL_HA16D): New bfd relocations.
1351
1352 2012-05-11 Georg-Johann Lay <avr@gjlay.de>
1353
1354 PR target/13503
1355 * reloc.c: Add new ENUM for BFD_RELOC_AVR_8_LO,
1356 BFD_RELOC_AVR_8_HI, BFD_RELOC_AVR_8_HHI.
1357 * bfd-in2.h: Regenerate.
1358 * libbfd.h: Regenrate.
1359 * elf32-avr.c (elf_avr_howto_table): Add entries for
1360 R_AVR_8_LO8, R_AVR_8_HI8, R_AVR_8_HHI8.
1361 (avr_reloc_map): Add RELOC mappings for R_AVR_8_LO8, R_AVR_8_HI8,
1362 R_AVR_8_HHI8.
1363
1364 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
1365
1366 * elf64-x86-64.c (elf_x86_64_relocate_section): Use int in x32
1367 addend overflow check.
1368
1369 2012-05-10 DJ Delorie <dj@redhat.com>
1370
1371 * elf32-rx.c (rx_elf_object_p): Ignore empty segments.
1372
1373 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
1374
1375 * elf64-x86-64.c (elf_x86_64_relocate_section): Display signed
1376 hex number in x32 addend overflow check.
1377
1378 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
1379
1380 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Handle
1381 R_X86_64_RELATIVE64.
1382
1383 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
1384
1385 * elf64-x86-64.c (elf_x86_64_relocate_section): Check addend
1386 overflow for R_X86_64_RELATIVE64.
1387
1388 2012-05-08 Ben Cheng <bccheng@google.com>
1389
1390 * elf.c: Preserve the original p_align and p_flags if they are
1391 valid.
1392
1393 2012-05-07 Alan Modra <amodra@gmail.com>
1394
1395 * elf64-ia64-vms.c (elf64_ia64_relocate_section): Update
1396 RELOC_AGAINST_DISCARDED_SECTION invocation.
1397
1398 2012-05-07 Hans-Peter Nilsson <hp@axis.com>
1399
1400 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Declare and use
1401 local variable i_ instead of assuming and using a variable i.
1402
1403 2012-05-07 Maciej W. Rozycki <macro@linux-mips.org>
1404
1405 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound
1406 relocations.
1407 * elfxx-mips.c (mips_reloc_against_discarded_section): New
1408 function.
1409 (_bfd_mips_elf_relocate_section): Call it, in place of
1410 RELOC_AGAINST_DISCARDED_SECTION.
1411 * elf-m10200.c (mn10200_elf_relocate_section): Update arguments
1412 to RELOC_AGAINST_DISCARDED_SECTION.
1413 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
1414 * elf32-arm.c (elf32_arm_relocate_section): Likewise.
1415 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
1416 * elf32-bfin.c (bfin_relocate_section): Likewise.
1417 (bfinfdpic_relocate_section): Likewise.
1418 * elf32-cr16.c (elf32_cr16_relocate_section): Likewise.
1419 * elf32-cr16c.c (elf32_cr16c_relocate_section): Likewise.
1420 * elf32-cris.c (cris_elf_relocate_section): Likewise.
1421 * elf32-crx.c (elf32_crx_relocate_section): Likewise.
1422 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
1423 * elf32-epiphany.c (epiphany_elf_relocate_section): Likewise.
1424 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
1425 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
1426 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
1427 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1428 * elf32-i370.c (i370_elf_relocate_section): Likewise.
1429 * elf32-i386.c (elf_i386_relocate_section): Likewise.
1430 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
1431 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
1432 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
1433 * elf32-lm32.c (lm32_elf_relocate_section): Likewise.
1434 * elf32-m32c.c (m32c_elf_relocate_section): Likewise.
1435 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1436 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
1437 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1438 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
1439 * elf32-mep.c (mep_elf_relocate_section): Likewise.
1440 * elf32-moxie.c (moxie_elf_relocate_section): Likewise.
1441 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
1442 * elf32-mt.c (mt_elf_relocate_section): Likewise.
1443 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
1444 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1445 * elf32-rl78.c (rl78_elf_relocate_section): Likewise.
1446 * elf32-rx.c (rx_elf_relocate_section): Likewise.
1447 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1448 * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
1449 * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
1450 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1451 * elf32-spu.c (spu_elf_relocate_section): Likewise.
1452 * elf32-tic6x.c (elf32_tic6x_relocate_section): Likewise.
1453 * elf32-tilepro.c (tilepro_elf_relocate_section): Likewise.
1454 * elf32-v850.c (v850_elf_relocate_section): Likewise.
1455 * elf32-vax.c (elf_vax_relocate_section): Likewise.
1456 * elf32-xc16x.c (elf32_xc16x_relocate_section): Likewise.
1457 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
1458 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
1459 * elf64-alpha.c (elf64_alpha_relocate_section_r): Likewise.
1460 (elf64_alpha_relocate_section): Likewise.
1461 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
1462 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
1463 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1464 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1465 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
1466 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
1467 * elfnn-ia64.c (elfNN_ia64_relocate_section): Likewise.
1468 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
1469 * elfxx-tilegx.c (tilegx_elf_relocate_section): Likewise.
1470
1471 2012-05-05 Alan Modra <amodra@gmail.com>
1472
1473 PR ld/14052
1474 PR ld/13621
1475 * linker.c (_bfd_nearby_section): Revert 2012-02-13 change.
1476
1477 2012-05-05 Alan Modra <amodra@gmail.com>
1478
1479 * aout-arm.c: Replace all uses of bfd_abs_section, bfd_com_section,
1480 bfd_und_section and bfd_ind_section with their _ptr variants, or
1481 use corresponding bfd_is_* macros.
1482 * aout-ns32k.c: Likewise.
1483 * aout-tic30.c: Likewise.
1484 * coff-arm.c: Likewise.
1485 * coff-tic54x.c: Likewise.
1486 * cpu-ns32k.c: Likewise.
1487 * elf-attrs.c: Likewise.
1488 * elfcode.h: Likewise.
1489 * peicode.h: Likewise.
1490 * reloc.c: Likewise.
1491 * riscix.c: Likewise.
1492 * versados.c: Likewise.
1493 * section.c: Likewise.
1494 (bfd_abs_section, bfd_ind_section, bfd_com_section,
1495 bfd_ind_section): Delete.
1496 (std_section): New array replacing above.
1497 (bfd_abs_section_ptr, bfd_ind_section_ptr, bfd_com_section_ptr,
1498 bfd_ind_section_ptr, STD_SECTION): Update.
1499 (BFD_FAKE_SECTION, GLOBAL_SYM_INIT): Remove unnecessary casts.
1500 * bfd-in2.h: Regenerate.
1501
1502 2012-05-03 Sean Keys <skeys@ipdatasys.com>
1503
1504 * cpu-xgate.c: New file. Added XGATE support.
1505 * archures.c (bfd_architecture): Add XGATE architecture.
1506 (bfd_archures_list): Add reference to XGATE architecture info.
1507 * elf-bfd.h (prep_headers): Handle bfd_arch_xgate.
1508 * reloc.c: Add various XGATE relocation enums.
1509 * targets.c (bfd_elf32_xgate_vec): Declare and add to target vector
1510 list.
1511 * Makefile.am: Add support for XGATE elf.
1512 * configure.in: Ditto.
1513 * config.bfd: Ditto.
1514 * Makefile.in: Regenerate.
1515 * configure: Ditto.
1516 * bfd-in2.h: Ditto.
1517 * libbfd.h: Ditto.
1518 Added files for XGATE relocations.
1519 * elf32-xgate.c: Created minimal relocation file.
1520 * elf32-xgate.h: Created minimal header file for elf32-xgate.
1521
1522 2012-05-03 Tristan Gingold <gingold@adacore.com>
1523
1524 * dwarf2.c (decode_line_info): Ignore
1525 DW_LNE_HP_source_file_correlation.
1526
1527 2012-05-01 Nick Clifton <nickc@redhat.com>
1528
1529 PR binutils/13121
1530 * aoutx.h: Rename 'finfo' to 'flaginfo' to avoid conflicts with
1531 AIX system headers.
1532 * coff-ppc.c: Likewise.
1533 * cofflink.c: Likewise.
1534 * elf32-arm.c: Likewise.
1535 * elf64-sparc.c: Likewise.
1536 * elflink.c: Likewise.
1537 * pdp11.c: Likewise.
1538 * rescoff.c: Likewise.
1539
1540 2012-04-26 Mark Wielaard <mjw@redhat.com>
1541
1542 * dwarf2.c (scan_unit_for_symbols): Account for DW_AT_high_pc
1543 possibly being relative to DW_AT_low_pc.
1544 (parse_comp_unit): Likewise.
1545
1546 2012-04-26 Andreas Schwab <schwab@linux-m68k.org>
1547
1548 * elf32-m68k.c (elf_m68k_check_relocs): Mark non-GOT references
1549 also when generating PIE.
1550 (elf_m68k_discard_copies): Mark undefined weak symbols referenced
1551 by relocations as dynamic.
1552
1553 2012-04-26 Hans-Peter Nilsson <hp@axis.com>
1554
1555 Provide a way for programs to recognize BFD_ASSERT calls.
1556 * bfd.c (bfd_assert_handler_type): New API type.
1557 (bfd_set_assert_handler, bfd_get_assert_handler): New API functions.
1558 (_bfd_assert_handler): New variable.
1559 (_bfd_default_assert_handler): New function.
1560 (bfd_assert): Call _bfd_assert_handler, not _bfd_error_handler.
1561 * libbfd-in.h (_bfd_assert_handler): Declare.
1562 * libbfd.h, bfd-in2.h: Regenerate.
1563
1564 2012-04-24 Hans-Peter Nilsson <hp@axis.com>
1565
1566 PR ld/13990
1567 * elf32-arm.c (elf32_arm_gc_sweep_hook): Handle a forced-local
1568 symbol, where PLT refcount is set to -1.
1569
1570 2012-04-24 Alan Modra <amodra@gmail.com>
1571
1572 PR ld/13991
1573 * elf-bfd.h (_bfd_elf_link_just_syms): Define as
1574 _bfd_generic_link_just_syms.
1575 * elflink.c (_bfd_elf_link_just_syms): Delete.
1576 * linker.c (_bfd_generic_link_just_syms): Set sec_info_type.
1577
1578 * bfd-in.h (discarded_section): Renamed from elf_discarded_section.
1579 * section.c (SEC_INFO_TYPE_NONE, SEC_INFO_TYPE_STABS,
1580 SEC_INFO_TYPE_MERGE, SEC_INFO_TYPE_EH_FRAME,
1581 SEC_INFO_TYPE_JUST_SYMS): Renamed from corresponding ELF_INFO_TYPE.
1582 * elf-eh-frame.c, * elf-m10200.c, * elf-m10300.c,
1583 * elf.c, * elf32-arm.c, * elf32-avr.c, * elf32-bfin.c,
1584 * elf32-cr16.c, * elf32-cr16c.c, * elf32-cris.c,
1585 * elf32-crx.c, * elf32-d10v.c, * elf32-epiphany.c,
1586 * elf32-fr30.c, * elf32-frv.c, * elf32-h8300.c,
1587 * elf32-hppa.c, * elf32-i370.c, * elf32-i386.c,
1588 * elf32-i860.c, * elf32-ip2k.c, * elf32-iq2000.c,
1589 * elf32-lm32.c, * elf32-m32c.c, * elf32-m32r.c,
1590 * elf32-m68hc1x.c, * elf32-m68k.c, * elf32-mcore.c,
1591 * elf32-mep.c, * elf32-moxie.c, * elf32-msp430.c,
1592 * elf32-mt.c, * elf32-openrisc.c, * elf32-ppc.c,
1593 * elf32-rl78.c, * elf32-rx.c, * elf32-s390.c,
1594 * elf32-score.c, * elf32-score7.c, * elf32-sh.c,
1595 * elf32-spu.c, * elf32-tic6x.c, * elf32-tilepro.c,
1596 * elf32-v850.c, * elf32-vax.c, * elf32-xc16x.c,
1597 * elf32-xstormy16.c, * elf32-xtensa.c, * elf64-alpha.c,
1598 * elf64-hppa.c, * elf64-ia64-vms.c, * elf64-mmix.c,
1599 * elf64-ppc.c, * elf64-s390.c, * elf64-sh64.c,
1600 * elf64-x86-64.c, * elflink.c, * elfnn-ia64.c,
1601 * elfxx-mips.c, * elfxx-sparc.c, * elfxx-tilegx.c,
1602 * reloc.c: Update all references.
1603 * bfd-in2.h: Regenerate.
1604
1605 2012-04-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1606
1607 * elf32-s390.c (ELF_DYNAMIC_INTERPRETER): Set to the GCC default.
1608 * elf64-s390.c (ELF_DYNAMIC_INTERPRETER): Set to the GCC default.
1609
1610 2012-04-19 Thomas Schwinge <thomas@codesourcery.com>
1611
1612 * elf32-sh.c (elf_sh_link_hash_entry): Specify an enum identifier for
1613 got_type.
1614 (allocate_dynrelocs, sh_elf_relocate_section, sh_elf_check_relocs): Use
1615 it.
1616
1617 2012-04-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1618
1619 * elf32-sh.c (allocate_dynrelocs): Don't allocate dynamic
1620 relocations when LE conversion happens on the IE tls symbol.
1621
1622 2012-04-17 Roland McGrath <mcgrathr@google.com>
1623
1624 * elf64-x86-64.c (elf_x86_64_nacl_plt0_entry): Fix nop padding
1625 so that 32-byte boundary is a proper instruction boundary.
1626
1627 2012-04-17 Tristan Gingold <gingold@adacore.com>
1628
1629 * vms-lib.c (_bfd_vms_lib_get_module): Append .obj extension to
1630 member of an object archive.<
1631
1632 2012-04-17 Tristan Gingold <gingold@adacore.com>
1633
1634 * vms-lib.c (MAX_EKEYLEN): Define.
1635 (MAX_KEYLEN): Fix value.
1636 (vms_write_index): Add comments and fix indentation.
1637 Adjust comparaison. Add assertions. Free kbn_blk.
1638 (_bfd_vms_lib_write_archive_contents): Use MAX_EKEYLEN.
1639 Compense MAX_KEYLEN adjustment.
1640
1641 2012-04-16 Maciej W. Rozycki <macro@linux-mips.org>
1642
1643 * elfxx-mips.c (mips16_stub_symndx): Handle n64 compound relocs.
1644 (_bfd_mips_elf_check_relocs): Update accordingly.
1645
1646 2012-04-13 Alan Modra <amodra@gmail.com>
1647
1648 PR ld/13947
1649 * elflink.c (bfd_elf_final_link): Set reloc_count to 0 for
1650 reloc sections.
1651
1652 2012-04-12 David S. Miller <davem@davemloft.net>
1653
1654 * reloc.c (BFD_RELOC_SPARC_H34, BFD_RELOC_SPARC_SIZE32,
1655 BFD_RELOC_SPARC_SIZE64, BFD_RELOC_SPARC_WDISP10): New relocs.
1656 * libbfd.h: Regenerate.
1657 * bfd-in2.h: Likewise.
1658 * elfxx-sparc.c (sparc_elf_wdisp10_reloc): New function.
1659 (_bfd_sparc_elf_howto_table): Add entries for R_SPARC_H34,
1660 R_SPARC_SIZE32, R_SPARC_64, and R_SPARC_WDISP10.
1661 (_bfd_sparc_elf_reloc_type_lookup): Handle new relocs.
1662 (_bfd_sparc_elf_check_relocs): Likewise.
1663 (_bfd_sparc_elf_gc_sweep_hook): Likewise.
1664 (_bfd_sparc_elf_relocate_section): Likewise.
1665
1666 2012-04-12 Roland McGrath <mcgrathr@google.com>
1667
1668 * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry):
1669 New variables.
1670 (struct elf32_arm_link_hash_table): New member `nacl_p'.
1671 (elf32_arm_link_hash_table_create): Initialize it.
1672 (elf32_arm_nacl_link_hash_table_create): New function.
1673 (arm_movw_immediate, arm_movt_immediate): New functions.
1674 (elf32_arm_populate_plt_entry): Test HTAB->nacl_p.
1675 (elf32_arm_finish_dynamic_sections): Likewise.
1676 (elf32_arm_output_plt_map_1): Likewise.
1677 (bfd_elf32_littlearm_nacl_vec, bfd_elf32_bigarm_nacl_vec):
1678 New backend vector stanza.
1679 (elf32_arm_nacl_modify_segment_map): New function.
1680 * config.bfd: Handle arm-*-nacl*, armeb-*-nacl*.
1681 * targets.c: Support bfd_elf32_{big,little}_nacl_vec.
1682 * configure.in: Likewise.
1683 (bfd_elf32_bigarm_nacl_vec): Add elf-nacl.lo here.
1684 (bfd_elf32_littlearm_nacl_vec): Likewise.
1685 (bfd_elf32_bigarm_vec, bfd_elf32_littlearm_vec): Likewise.
1686 (bfd_elf32_bigarm_symbian_vec): Likewise.
1687 (bfd_elf32_littlearm_symbian_vec): Likewise.
1688 (bfd_elf32_bigarm_vxworks_vec): Likewise.
1689 (bfd_elf32_littlearm_vxworks_vec): Likewise.
1690 * configure: Regenerated.
1691
1692 2012-04-12 Tristan Gingold <gingold@adacore.com>
1693
1694 * elflink.c (elf_link_output_extsym): Add a guard.
1695 (bfd_elf_final_link): Remove assertion.
1696 (bfd_elf_final_link): Add a guard.
1697 * elfnn-ia64.c (INCLUDE_IA64_VMS): Removed.
1698 (elfNN_vms_section_from_shdr, elfNN_vms_object_p)
1699 (elfNN_vms_post_process_headers, elfNN_vms_section_processing)
1700 (elfNN_vms_final_write_processing, elfNN_vms_close_and_cleanup):
1701 Remove.
1702 (elfNN-ia64-vms target): Move to ...
1703 * elf64-ia64-vms.c: New file.
1704 * configure.in (bfd_elf64_ia64_vms_vec): Add elf64-ia64-vms.lo
1705 * Makefile.am (BFD64_BACKENDS): Add elf64-ia64-vms.lo.
1706 (BFD64_BACKENDS_CFILES): Ad elf64-ia64-vms.c.
1707 * configure: Regenerate.
1708 * Makefile.in: Regenerate.
1709
1710 2012-04-11 Nick Clifton <nickc@redhat.com>
1711
1712 PR binutils/13897
1713 * elf64-ppc.c (opd_entry_value): When dealing with sections
1714 without relocs, keep the last section loaded in order to avoid
1715 unnecessary reloads.
1716
1717 2012-04-09 Roland McGrath <mcgrathr@google.com>
1718
1719 * elf.c (_bfd_elf_map_sections_to_segments): Set INFO->user_phdrs.
1720 * elf-nacl.c (nacl_modify_segment_map): Do nothing if INFO->user_phdrs.
1721 (nacl_modify_program_headers): Likewise.
1722
1723 2012-04-03 Roland McGrath <mcgrathr@google.com>
1724
1725 * elf-nacl.c: New file.
1726 * elf-nacl.h: New file.
1727 * elf32-i386.c (elf_backend_modify_segment_map): Define for
1728 bfd_elf32_i386_nacl_vec.
1729 (elf_backend_modify_program_headers): Likewise.
1730 * elf64-x86-64.c (elf_backend_modify_segment_map): Define for
1731 bfd_elf64_x86_64_nacl_vec and bfd_elf32_x86_64_nacl_vec.
1732 (elf_backend_modify_program_headers): Likewise.
1733 * Makefile.am (BFD32_BACKENDS, BFD64_BACKENDS): Add elf-nacl.lo here.
1734 (BFD32_BACKENDS_CFILES, BFD64_BACKENDS_CFILES): Add elf-nacl.c here.
1735 * Makefile.in: Regenerated.
1736 * configure.in (bfd_elf64_x86_64_nacl_vec): Add elf-nacl.o to tb here.
1737 (bfd_elf32_x86_64_nacl_vec): Likewise.
1738 (bfd_elf64_x86_64_vec, bfd_elf32_x86_64_vec): Likewise.
1739 (bfd_elf64_x86_64_freebsd_vec, bfd_elf64_x86_64_sol2_vec): Likewise.
1740 (bfd_elf64_l1om_vec, bfd_elf64_l1om_freebsd_vec): Likewise.
1741 (bfd_elf64_k1om_vec, bfd_elf64_k1om_freebsd_vec): Likewise.
1742 (bfd_elf32_i386_nacl_vec): Likewise.
1743 (bfd_elf32_i386_sol2_vec, bfd_elf32_i386_freebsd_vec): Likewise.
1744 (bfd_elf32_i386_vxworks_vec, bfd_elf32_i386_vec): Likewise.
1745 * configure: Regenerated.
1746
1747 2012-03-31 Andreas Schwab <schwab@linux-m68k.org>
1748
1749 * elf32-m68k.c (elf_m68k_relocate_section): Allow
1750 R_68K_TLS_LE{8,16,32} for PIE.
1751
1752 2012-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1753
1754 * elf64-s390.c: Fix several comments regarding PLT entry
1755 description.
1756 * elf32-s390.c: Likewise.
1757
1758 2012-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1759
1760 * elf64-s390.c: Use the section pointer shortcuts in
1761 elf_link_hash_table and remove them from the target specific
1762 variant.
1763 * elf32-s390.c: Likewise.
1764
1765 2012-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1766
1767 * elf64-s390.c (elf_s390x_plt_entry, elf_s390x_first_plt_entry):
1768 New definitions.
1769 (PLT_PIC_ENTRY_WORD*, PLT_PIC12_ENTRY_WORD*): Remove.
1770 (elf_s390_finish_dynamic_symbol): Use memcpy instead of bfd_put_32.
1771 (elf_s390_finish_dynamic_sections): Likewise.
1772 * elf32-s390.c (elf_s390_plt_entry, elf_s390_plt_pic_entry)
1773 (elf_s390_plt_pic12_entry, elf_s390_plt_pic16_entry)
1774 (elf_s390_plt_first_entry, elf_s390_plt_pic_first_entry): New definitions.
1775 (PLT_PIC16_ENTRY_WORD*, PLT_ENTRY_WORD*)
1776 (PLT_PIC_FIRST_ENTRY_WORD*, PLT_FIRST_ENTRY_WORD*): Remove.
1777
1778 2012-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1779
1780 * elf32-s390.c (struct elf_s390_dyn_relocs): Remove.
1781 Rename all occurrences in the file to elf_dyn_relocs.
1782 * elf64-s390.c: Likewise.
1783
1784 2012-03-30 Alan Modra <amodra@gmail.com>
1785
1786 * elflink.c (_bfd_elf_gc_mark_reloc): Don't delve into dynamic
1787 libraries.
1788
1789 2012-03-29 Alan Modra <amodra@gmail.com>
1790
1791 * bfd-in.h (bfd_get_arch_size, bfd_get_sign_extend_vma): Delete.
1792 * bfd-in2.h: Regenerate.
1793
1794 2012-03-23 Alan Modra <amodra@gmail.com>
1795
1796 * elf.c (assign_file_positions_for_non_load_sections): Don't warn
1797 on empty alloc sections.
1798
1799 2012-03-23 Alan Modra <amodra@gmail.com>
1800
1801 * linker.c (_bfd_nearby_section): New function, split out from..
1802 (fix_syms): ..here.
1803 * bfd-in.h (_bfd_nearby_section): Declare.
1804 * bfd-in2.h: Regenerate.
1805 * elflink.c (elf_link_input_bfd): Don't use text_index_section or
1806 data_index_section with ld -q or ld -r output relocs against
1807 stripped output sections. Instead use _bfd_nearby_section.
1808
1809 2012-03-23 Alan Modra <amodra@gmail.com>
1810
1811 PR binutils/13894
1812 * elf64-ppc.c (opd_entry_value): Read full symbol table when
1813 sym hashes unavailable.
1814
1815 2012-03-21 Eliot Dresselhaus <eliot@sonic.net>
1816
1817 * elf32-tic6x.c (elf32_tic6x_merge_private_bfd_data): Return TRUE
1818 for non-C6X objects.
1819
1820 2012-03-20 Kai Tietz <ktietz@redhat.com>
1821
1822 PR ld/12742
1823 * configure.in (AC_CHECK_HEADERS): Test for windows.h and dlfcn.h.
1824 * plugin.c: Guard include of dlfcn.h if HAVE_DLFCN_H is defined.
1825 Add windows.h header include if HAVE_WINDOWS_H is defined.
1826 (dlerror): New static function if windows variant is used instead
1827 of dlfcn.h.
1828 (dlclose): Likewise.
1829 (dlopen): Likewise.
1830 (dlsym): Likewise.
1831 * configure: Regenerated.
1832 * config.in: Regenerated.
1833
1834 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
1835
1836 PR ld/13880
1837 * elf32-i386.c (elf_i386_relocate_section): Don't issue an error
1838 for R_386_GOTOFF relocation against protected function if
1839 SYMBOLIC_BIND is true.
1840
1841 * elf64-x86-64.c (elf_x86_64_relocate_section): Don't issue an
1842 error for R_X86_64_GOTOFF64 relocation against protected function
1843 when building executable or SYMBOLIC_BIND is true.
1844
1845 2012-03-16 Roland McGrath <mcgrathr@google.com>
1846
1847 * config.bfd: Handle x86_64-*-nacl*.
1848 * elf64-x86-64.c (bfd_elf64_x86_64_nacl_vec): New backend vector stanza.
1849 (bfd_elf32_x86_64_nacl_vec): Likewise.
1850 * targets.c: Support them.
1851 * configure.in: Likewise.
1852 * configure: Regenerated.
1853
1854 2012-03-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1855
1856 * elf32-arm.c (elf32_arm_attributes_accept_div): New function.
1857 (elf32_arm_attributes_forbid_div): Likewise.
1858 (elf32_arm_merge_eabi_attributes): Correct handling of
1859 Tag_DIV_use.
1860
1861 2012-03-15 Roland McGrath <mcgrathr@google.com>
1862
1863 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Use
1864 elf_x86_64_backend_data parameters for plt_eh_frame.
1865
1866 * elf64-x86-64.c (struct elf_x86_64_backend_data): New type.
1867 (get_elf_x86_64_backend_data, GET_PLT_ENTRY_SIZE): New macros.
1868 (elf_x86_64_arch_bed): New variable.
1869 (elf_backend_arch_data): New macro.
1870 (elf_x86_64_adjust_dynamic_symbol): Use GET_PLT_ENTRY_SIZE.
1871 (elf_x86_64_allocate_dynrelocs): Likewise.
1872 (elf_x86_64_relocate_section): Likewise.
1873 (elf_x86_64_plt_sym_val): Likewise.
1874 (elf_x86_64_finish_dynamic_symbol): Use elf_x86_64_backend_data
1875 parameters for PLT details.
1876 (elf_x86_64_finish_dynamic_sections): Likewise.
1877
1878 2012-03-14 Roland McGrath <mcgrathr@google.com>
1879
1880 * elf32-i386.c (elf_i386_nacl_pic_plt0_entry): Initialize up
1881 to the full size, padding out with nop instructions.
1882
1883 2012-03-12 Alan Modra <amodra@gmail.com>
1884
1885 * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't warn
1886 on zero size dynbss symbol.
1887 * elf32-arm.c (elf32_arm_adjust_dynamic_symbol): Likewise.
1888 * elf32-cr16.c (_bfd_cr16_elf_adjust_dynamic_symbol): Likewise.
1889 * elf32-cris.c (elf_cris_adjust_dynamic_symbol): Likewise.
1890 * elf32-hppa.c (elf32_hppa_adjust_dynamic_symbol): Likewise.
1891 * elf32-i370.c (i370_elf_adjust_dynamic_symbol): Likewise.
1892 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Likewise.
1893 * elf32-lm32.c (lm32_elf_adjust_dynamic_symbol): Likewise.
1894 * elf32-m32r.c (m32r_elf_adjust_dynamic_symbol): Likewise.
1895 * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Likewise.
1896 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Likewise.
1897 * elf32-s390.c (elf_s390_adjust_dynamic_symbol): Likewise.
1898 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Likewise.
1899 * elf32-tic6x.c (elf32_tic6x_adjust_dynamic_symbol): Likewise.
1900 * elf32-tilepro.c (tilepro_elf_adjust_dynamic_symbol): Likewise.
1901 * elf32-vax.c (elf_vax_adjust_dynamic_symbol): Likewise.
1902 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise.
1903 * elf64-s390.c (elf_s390_adjust_dynamic_symbol): Likewise.
1904 * elf64-sh64.c (sh64_elf64_adjust_dynamic_symbol): Likewise.
1905 * elf64-x86-64.c (elf_x86_64_adjust_dynamic_symbol): Likewise.
1906 * elfxx-sparc.c (_bfd_sparc_elf_adjust_dynamic_symbol): Likewise.
1907 * elfxx-tilegx.c (tilegx_elf_adjust_dynamic_symbol): Likewise.
1908
1909 2012-03-10 Edmar Wienskoski <edmar@freescale.com>
1910
1911 * archures.c: Add bfd_mach_ppc_e5500 and bfd_mach_ppc_e6500.
1912 * bfd-in2.h: Regenerate.
1913 * cpu-powerpc.c (bfd_powerpc_archs): Add entries for
1914 bfd_mach_ppc_e5500 and bfd_mach_ppc_e6500.
1915
1916 2012-03-09 H.J. Lu <hongjiu.lu@intel.com>
1917
1918 PR ld/13817
1919 * elf32-i386.c (elf_i386_relocate_section): Restore
1920 R_386_IRELATIVE.
1921
1922 * elf64-x86-64.c (elf_x86_64_relocate_section): Restore
1923 R_X86_64_IRELATIVE.
1924
1925 2012-03-08 Tristan Gingold <gingold@adacore.com>
1926
1927 * vms-lib.c (_bfd_vms_lib_write_archive_contents): Set maximum
1928 keylen according to archive kind. Set nextvbn and nextrfa lhd
1929 fields. Add comments.
1930
1931 2012-03-07 Nick Clifton <nickc@redhat.com>
1932
1933 * elf-m10300.c (elf32_mn10300_link_hash_entry): Add tls_type
1934 field.
1935 (elf32_mn10300_link_hash_table): Add tls_ldm_got entry;
1936 (elf_mn10300_tdata): Define.
1937 (elf_mn10300_local_got_tls_type): Define.
1938 (elf_mn10300_howto_table): Add entries for R_MN10300_TLS_GD,
1939 R_MN10300_TLS_LD, R_MN10300_TLS_LDO, R_MN10300_TLS_GOTIE,
1940 R_MN10300_TLS_IE, R_MN10300_TLS_LE, R_MN10300_TLS_DPTMOD,
1941 R_MN10300_TLS_DTPOFF, R_MN10300_TLS_TPOFF relocs.
1942 (mn10300_reloc_map): Likewise.
1943 (elf_mn10300_tls_transition): New function.
1944 (dtpoff, tpoff, mn10300_do_tls_transition): New functions.
1945 (mn10300_elf_check_relocs): Add TLS support.
1946 (mn10300_elf_final_link_relocate): Likewise.
1947 (mn10300_elf_relocate_section): Likewise.
1948 (mn10300_elf_relax_section): Likewise.
1949 (elf32_mn10300_link_hash_newfunc): Initialise new field.
1950 (_bfd_mn10300_copy_indirect_symbol): New function.
1951 (elf32_mn10300_link_hash_table_create): Initialise new fields.
1952 (_bfd_mn10300_elf_size_dynamic_sections): Add TLS support.
1953 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1954 (_bfd_mn10300_elf_reloc_type_class): Allocate an
1955 elf_mn10300_obj_tdata structure.
1956 (elf_backend_copy_indirect_symbol): Define.
1957 * reloc.c (BFD_MN10300_TLS_GD, BFD_MN10300_TLS_LD,
1958 BFD_MN10300_TLS_LDO, BFD_MN10300_TLS_GOTIE, BFD_MN10300_TLS_IE,
1959 BFD_MN10300_TLS_LE, BFD_MN10300_TLS_DPTMOD,
1960 BFD_MN10300_TLS_DTPOFF, BFD_MN10300_TLS_TPOFF): New relocations.
1961 (BFD_RELOC_MN10300_32_PCREL, BFD_RELOC_MN10300_16_PCREL): Move to
1962 alongside other MN10300 relocations.
1963 * bfd-in2.h: Regenerate.
1964 * libbfd.h: Regenerate.
1965
1966 2012-03-06 Jakub Jelinek <jakub@redhat.com>
1967
1968 * elf64-x86-64.c (elf_x86_64_relocate_section): For R_X86_64_RELATIVE
1969 set relocate to TRUE.
1970
1971 2012-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1972
1973 PR ld/12152
1974 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Also ignore
1975 overflows for R_SPARC_UA32 in .stab sections.
1976
1977 2012-03-01 Alan Modra <amodra@gmail.com>
1978
1979 * elfxx-tilegx.c (tilegx_elf_relocate_section): Silence bogus warning.
1980
1981 2012-02-27 Alan Modra <amodra@gmail.com>
1982
1983 * elf32-sh.c (sh_elf_osec_to_segment): Check for elf flavour bfd
1984 before calling elf specific function.
1985 (sh_elf_osec_readonly_p): Test for error return from above.
1986
1987 2012-02-27 Alan Modra <amodra@gmail.com>
1988
1989 * elf32-spu.c (build_stub): Fix malloc under-allocation.
1990
1991 2012-02-25 Walter Lee <walt@tilera.com>
1992 * reloc.c: Add BFD_RELOC_TILEPRO_TLS_GD_CALL,
1993 BFD_RELOC_TILEPRO_IMM8_X0_TLS_GD_ADD,
1994 BFD_RELOC_TILEPRO_IMM8_X1_TLS_GD_ADD,
1995 BFD_RELOC_TILEPRO_IMM8_Y0_TLS_GD_ADD,
1996 BFD_RELOC_TILEPRO_IMM8_Y1_TLS_GD_ADD,
1997 BFD_RELOC_TILEPRO_TLS_IE_LOAD, BFD_RELOC_TILEPRO_IMM16_X0_TLS_LE,
1998 BFD_RELOC_TILEPRO_IMM16_X1_TLS_LE,
1999 BFD_RELOC_TILEPRO_IMM16_X0_TLS_LE_LO,
2000 BFD_RELOC_TILEPRO_IMM16_X1_TLS_LE_LO,
2001 BFD_RELOC_TILEPRO_IMM16_X0_TLS_LE_HI,
2002 BFD_RELOC_TILEPRO_IMM16_X1_TLS_LE_HI,
2003 BFD_RELOC_TILEPRO_IMM16_X0_TLS_LE_HA,
2004 BFD_RELOC_TILEPRO_IMM16_X1_TLS_LE_HA,
2005 BFD_RELOC_TILEGX_IMM16_X0_HW0_TLS_LE,
2006 BFD_RELOC_TILEGX_IMM16_X1_HW0_TLS_LE,
2007 BFD_RELOC_TILEGX_IMM16_X0_HW0_LAST_TLS_LE,
2008 BFD_RELOC_TILEGX_IMM16_X1_HW0_LAST_TLS_LE,
2009 BFD_RELOC_TILEGX_IMM16_X0_HW1_LAST_TLS_LE,
2010 BFD_RELOC_TILEGX_IMM16_X1_HW1_LAST_TLS_LE,
2011 BFD_RELOC_TILEGX_TLS_GD_CALL, BFD_RELOC_TILEGX_IMM8_X0_TLS_GD_ADD,
2012 BFD_RELOC_TILEGX_IMM8_X1_TLS_GD_ADD,
2013 BFD_RELOC_TILEGX_IMM8_Y0_TLS_GD_ADD,
2014 BFD_RELOC_TILEGX_IMM8_Y1_TLS_GD_ADD, BFD_RELOC_TILEGX_TLS_IE_LOAD,
2015 BFD_RELOC_TILEGX_IMM8_X0_TLS_ADD,
2016 BFD_RELOC_TILEGX_IMM8_X1_TLS_ADD,
2017 BFD_RELOC_TILEGX_IMM8_Y0_TLS_ADD, BFD_RELOC_TILEGX_IMM8_Y1_TLS_ADD.
2018 Delete BFD_RELOC_TILEGX_IMM16_X0_HW1_GOT,
2019 BFD_RELOC_TILEGX_IMM16_X1_HW1_GOT,
2020 BFD_RELOC_TILEGX_IMM16_X0_HW2_GOT,
2021 BFD_RELOC_TILEGX_IMM16_X1_HW2_GOT,
2022 BFD_RELOC_TILEGX_IMM16_X0_HW3_GOT,
2023 BFD_RELOC_TILEGX_IMM16_X1_HW3_GOT,
2024 BFD_RELOC_TILEGX_IMM16_X0_HW2_LAST_GOT,
2025 BFD_RELOC_TILEGX_IMM16_X1_HW2_LAST_GOT,
2026 BFD_RELOC_TILEGX_IMM16_X0_HW1_TLS_GD,
2027 BFD_RELOC_TILEGX_IMM16_X1_HW1_TLS_GD,
2028 BFD_RELOC_TILEGX_IMM16_X0_HW2_TLS_GD,
2029 BFD_RELOC_TILEGX_IMM16_X1_HW2_TLS_GD,
2030 BFD_RELOC_TILEGX_IMM16_X0_HW3_TLS_GD,
2031 BFD_RELOC_TILEGX_IMM16_X1_HW3_TLS_GD,
2032 BFD_RELOC_TILEGX_IMM16_X0_HW2_LAST_TLS_GD,
2033 BFD_RELOC_TILEGX_IMM16_X1_HW2_LAST_TLS_GD,
2034 BFD_RELOC_TILEGX_IMM16_X0_HW1_TLS_IE,
2035 BFD_RELOC_TILEGX_IMM16_X1_HW1_TLS_IE,
2036 BFD_RELOC_TILEGX_IMM16_X0_HW2_TLS_IE,
2037 BFD_RELOC_TILEGX_IMM16_X1_HW2_TLS_IE,
2038 BFD_RELOC_TILEGX_IMM16_X0_HW3_TLS_IE,
2039 BFD_RELOC_TILEGX_IMM16_X1_HW3_TLS_IE,
2040 BFD_RELOC_TILEGX_IMM16_X0_HW2_LAST_TLS_IE,
2041 BFD_RELOC_TILEGX_IMM16_X1_HW2_LAST_TLS_IE.
2042 * elf32-tilepro.c (tilepro_elf_howto_table): Update tilepro
2043 relocations.
2044 (tilepro_reloc_map): Ditto.
2045 (tilepro_info_to_howto_rela): Ditto.
2046 (reloc_to_create_func): Ditto.
2047 (tilepro_tls_translate_to_le): New.
2048 (tilepro_tls_translate_to_ie): New.
2049 (tilepro_elf_tls_transition): New.
2050 (tilepro_elf_check_relocs): Handle new tls relocations.
2051 (tilepro_elf_gc_sweep_hook): Ditto.
2052 (allocate_dynrelocs): Ditto.
2053 (tilepro_elf_relocate_section): Ditto.
2054 (tilepro_replace_insn): New.
2055 (insn_mask_X1): New.
2056 (insn_mask_X0_no_dest_no_srca): New
2057 (insn_mask_X1_no_dest_no_srca): New
2058 (insn_mask_Y0_no_dest_no_srca): New
2059 (insn_mask_Y1_no_dest_no_srca): New
2060 (srca_mask_X0): New
2061 (srca_mask_X1): New
2062 (insn_tls_le_move_X1): New
2063 (insn_tls_le_move_zero_X0X1): New
2064 (insn_tls_ie_lw_X1): New
2065 (insn_tls_ie_add_X0X1): New
2066 (insn_tls_ie_add_Y0Y1): New
2067 (insn_tls_gd_add_X0X1): New
2068 (insn_tls_gd_add_Y0Y1): New
2069 * elfxx-tilegx.c (tilegx_elf_howto_table): Update tilegx
2070 relocations.
2071 (tilegx_reloc_map): Ditto.
2072 (tilegx_info_to_howto_rela): Ditto.
2073 (reloc_to_create_func): Ditto.
2074 (tilegx_elf_link_hash_table): New field disable_le_transition.
2075 (tilegx_tls_translate_to_le): New.
2076 (tilegx_tls_translate_to_ie): New.
2077 (tilegx_elf_tls_transition): New.
2078 (tilegx_elf_check_relocs): Handle new tls relocations.
2079 (tilegx_elf_gc_sweep_hook): Ditto.
2080 (allocate_dynrelocs): Ditto.
2081 (tilegx_elf_relocate_section): Ditto.
2082 (tilegx_copy_bits): New.
2083 (tilegx_replace_insn): New.
2084 (insn_mask_X1): New.
2085 (insn_mask_X0_no_dest_no_srca): New.
2086 (insn_mask_X1_no_dest_no_srca): New.
2087 (insn_mask_Y0_no_dest_no_srca): New.
2088 (insn_mask_Y1_no_dest_no_srca): New.
2089 (insn_mask_X0_no_operand): New.
2090 (insn_mask_X1_no_operand): New.
2091 (insn_mask_Y0_no_operand): New.
2092 (insn_mask_Y1_no_operand): New.
2093 (insn_tls_ie_ld_X1): New.
2094 (insn_tls_ie_ld4s_X1): New.
2095 (insn_tls_ie_add_X0X1): New.
2096 (insn_tls_ie_add_Y0Y1): New.
2097 (insn_tls_ie_addx_X0X1): New.
2098 (insn_tls_ie_addx_Y0Y1): New.
2099 (insn_tls_gd_add_X0X1): New.
2100 (insn_tls_gd_add_Y0Y1): New.
2101 (insn_move_X0X1): New.
2102 (insn_move_Y0Y1): New.
2103 (insn_add_X0X1): New.
2104 (insn_add_Y0Y1): New.
2105 (insn_addx_X0X1): New.
2106 (insn_addx_Y0Y1): New.
2107 * libbfd.h: Regenerate.
2108 * bfd-in2.h: Regenerate.
2109
2110 2012-02-25 Walter Lee <walt@tilera.com>
2111
2112 * config.bfd (tilegx-*-*): rename little endian vector; add big
2113 endian vector.
2114 (tilegxbe-*-*): New case.
2115 * configure.in (bfd_elf32_tilegx_vec): Rename...
2116 (bfd_elf32_tilegx_le_vec): ... to this.
2117 (bfd_elf32_tilegx_be_vec): New vector.
2118 (bfd_elf64_tilegx_vec): Rename...
2119 (bfd_elf64_tilegx_le_vec): ... to this.
2120 (bfd_elf64_tilegx_be_vec): New vector.
2121 * configure: Regenerate.
2122 * elf32-tilegx.c (TARGET_LITTLE_SYM): Rename.
2123 (TARGET_LITTLE_NAME): Ditto.
2124 (TARGET_BIG_SYM): Define.
2125 (TARGET_BIG_NAME): Define.
2126 * elf64-tilegx.c (TARGET_LITTLE_SYM): Rename.
2127 (TARGET_LITTLE_NAME): Ditto.
2128 (TARGET_BIG_SYM): Define.
2129 (TARGET_BIG_NAME): Define.
2130 * targets.c (bfd_elf32_tilegx_vec): Rename...
2131 (bfd_elf32_tilegx_le_vec): ... to this.
2132 (bfd_elf32_tilegx_be_vec): Declare.
2133 (bfd_elf64_tilegx_vec): Rename...
2134 (bfd_elf64_tilegx_le_vec): ... to this.
2135 (bfd_elf64_tilegx_be_vec): Declare.
2136 (_bfd_target_vector): Add / rename above vectors.
2137 * arctures.c (bfd_architecture): Define bfd_mach_tilegx32.
2138 * bfd-in2.h: Regenerate.
2139 * cpu-tilegx.c (bfd_tilegx32_arch): define.
2140 (bfd_tilegx_arch): link to bfd_tilegx32_arch.
2141
2142 2012-02-24 Nick Clifton <nickc@redhat.com>
2143
2144 PR ld/13730
2145 * reloc.c (bfd_generic_get_relocated_section_contents): Issue an
2146 error message instead of aborting, when an outofrange reloc is
2147 encountered.
2148
2149 2012-02-23 Iain Sandoe <idsandoe@googlemail.com>
2150
2151 * mach-o.c (bfd_mach_o_swap_in_non_scattered_reloc): New.
2152 (bfd_mach_o_canonicalize_one_reloc): Swap non-scattered reloc
2153 bit-fields when target and host differ in endian-ness. When
2154 PAIRs are non-scattered find the 'symbol' from the preceding
2155 reloc. Add FIXME re. reloc symbols on section boundaries.
2156 (bfd_mach_o_swap_out_non_scattered_reloc): New.
2157 (bfd_mach_o_write_relocs): Use bfd_mach_o_encode_non_scattered_reloc.
2158
2159 2012-02-17 Iain Sandoe <idsandoe@googlemail.com>
2160
2161 * mach-o-i386.c (i386_howto_table): Add support for 16 bit
2162 sect-diffs.
2163 (bfd_mach_o_i386_swap_reloc_in): Handle 16bit sect-diffs.
2164 (bfd_mach_o_i386_swap_reloc_out): Likewise.
2165
2166 2012-02-17 Tristan Gingold <gingold@adacore.com>
2167
2168 * reloc.c (BFD_RELOC_MACH_O_LOCAL_SECTDIFF):
2169 * libbfd.h: Regenerated.
2170 * bfd-in2.h: Likewise.
2171 * mach-o-i386.c (i386_howto_table): Include local sectdiff.
2172 (bfd_mach_o_i386_swap_reloc_in): Update for local sectdiff.
2173 (bfd_mach_o_i386_swap_reloc_out): Likewise.
2174
2175 2012-02-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2176
2177 * elf32-s390.c (elf_s390_relocate_section): Support basr in the
2178 GD->LE and LD->LE optimizations.
2179
2180 2012-02-16 Alan Modra <amodra@gmail.com>
2181
2182 PR binutils/13355
2183 * elf32-rx.c (elf32_rx_relax_section): Correct width check.
2184
2185 2012-02-13 Richard Henderson <rth@redhat.com>
2186
2187 PR ld/13621
2188 * linker.c (fix_syms): Force symbols outside any section into
2189 bfd_abs_section_ptr.
2190
2191 2012-02-13 Alan Modra <amodra@gmail.com>
2192
2193 * elf32-m68hc1x.c (elf32_m68hc11_merge_symbol_attribute): New function.
2194 * elf32-m68hc1x.h (elf32_m68hc11_merge_symbol_attribute): Declare.
2195 * elf32-m68hc11.c (elf_backend_merge_symbol_attribute): Define.
2196 * elf32-m68hc12.c (elf_backend_merge_symbol_attribute): Define.
2197
2198 2012-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2199 Nick Clifton <nickc@redhat.com>
2200
2201 * oasys.c (oasys_write_header): Fix compilation warning on zero-sized
2202 memset.
2203
2204 2012-02-10 Iain Sandoe <idsandoe@googlemail.com>
2205
2206 * mach-o.c (bfd_mach_o_build_seg_command): Count zerofill section
2207 vma additions in their logical, rather than physical order.
2208
2209 2012-02-10 Iain Sandoe <idsandoe@googlemail.com>
2210
2211 * mach-o.c (mach_o_section_name_xlat): Correct eh-frame section
2212 parameters.
2213 * mach-o-x86-64.c (text_section_names_xlat): New.
2214 (mach_o_x86_64_segsec_names_xlat): New.
2215 (bfd_mach_o_tgt_seg_table): Define to mach_o_x86_64_segsec_names_xlat.
2216 * mach-o-i386.c (text_section_names_xlat): Correct section parameters.
2217
2218 2012-02-10 Tristan Gingold <gingold@adacore.com>
2219
2220 * elfnn-ia64.c (elfNN_vms_object_p): Change comparison operator
2221 to avoid infinite loop. Add comments.
2222
2223 2012-02-09 H.J. Lu <hongjiu.lu@intel.com>
2224
2225 PR ld/13675
2226 * cpu-i386.c (bfd_arch_i386_fill): Updated to support multi byte
2227 nop instructions.
2228 (bfd_arch_i386_short_nop_fill): New.
2229 (bfd_arch_i386_long_nop_fill): Likewise.
2230 Use bfd_arch_i386_short_nop_fill in 32bit bfd_arch_info
2231 initializers. Use bfd_arch_i386_long_nop_fill on 64bit
2232 bfd_arch_info initializers.
2233
2234 * cpu-k1om.c (bfd_arch_i386_fill): Renamed to ...
2235 (bfd_arch_i386_short_nop_fill): This.
2236 Update bfd_arch_info initializers.
2237 * cpu-l1om.c: Likewise.
2238
2239 2012-02-08 Alan Modra <amodra@gmail.com>
2240
2241 * elflink.c (_bfd_elf_gc_mark_rsec): Mark weakdef syms too.
2242 (_bfd_elf_fix_symbol_flags): When a weakdef is def_regular, clear
2243 the correct h->u.weakdef.
2244
2245 2012-02-07 Alan Modra <amodra@gmail.com>
2246
2247 * elf.c (elf_find_function): Don't use internal_elf_sym.
2248 (_bfd_elf_maybe_function_sym): Likewise. Replace elf_symbol_type
2249 parameter with asymbol.
2250 * elf64-ppc.c (ppc64_elf_maybe_function_sym): Likewise.
2251 * elf-bfd.h (_bfd_elf_maybe_function_sym): Update prototype.
2252 (struct elf_backend_data <maybe_function_sym>): Likewise.
2253
2254 2012-02-02 Vidya Praveen (vidya.praveen@atmel.com)
2255
2256 PR bfd/13410
2257 * elf32-avr.c (elf32_avr_relax_section): Correct the
2258 condition that qualifies the candidates for relaxation.
2259
2260 2012-02-02 Tristan Gingold <gingold@adacore.com>
2261
2262 * bfdio.c (real_fopen): Remove unused vms_modes variable.
2263
2264 2012-02-02 Tristan Gingold <gingold@adacore.com>
2265
2266 * mach-o.c (bfd_mach_o_read_header): Silent uninitialized
2267 variable warning.
2268
2269 2012-02-02 Tristan Gingold <gingold@adacore.com>
2270
2271 * archive.c (bfd_slurp_armap): Fix thinko in cast.
2272
2273 2012-01-31 H.J. Lu <hongjiu.lu@intel.com>
2274
2275 PR ld/13616
2276 * archures.c (bfd_arch_info): Add fill.
2277 (bfd_default_arch_struct): Add bfd_arch_default_fill.
2278 (bfd_arch_default_fill): New.
2279
2280 * configure.in: Set bfd version to 2.22.52.
2281 * configure: Regenerated.
2282
2283 * cpu-alpha.c: Add bfd_arch_default_fill to bfd_arch_info
2284 initializer.
2285 * cpu-arc.c: Likewise.
2286 * cpu-arm.c: Likewise.
2287 * cpu-avr.c: Likewise.
2288 * cpu-bfin.c: Likewise.
2289 * cpu-cr16.c: Likewise.
2290 * cpu-cr16c.c: Likewise.
2291 * cpu-cris.c: Likewise.
2292 * cpu-crx.c: Likewise.
2293 * cpu-d10v.c: Likewise.
2294 * cpu-d30v.c: Likewise.
2295 * cpu-dlx.c: Likewise.
2296 * cpu-epiphany.c: Likewise.
2297 * cpu-fr30.c: Likewise.
2298 * cpu-frv.c: Likewise.
2299 * cpu-h8300.c: Likewise.
2300 * cpu-h8500.c: Likewise.
2301 * cpu-hppa.c: Likewise.
2302 * cpu-i370.c: Likewise.
2303 * cpu-i860.c: Likewise.
2304 * cpu-i960.c: Likewise.
2305 * cpu-ia64.c: Likewise.
2306 * cpu-ip2k.c: Likewise.
2307 * cpu-iq2000.c: Likewise.
2308 * cpu-lm32.c: Likewise.
2309 * cpu-m10200.c: Likewise.
2310 * cpu-m10300.c: Likewise.
2311 * cpu-m32c.c: Likewise.
2312 * cpu-m32r.c: Likewise.
2313 * cpu-m68hc11.c: Likewise.
2314 * cpu-m68hc12.c: Likewise.
2315 * cpu-m68k.c: Likewise.
2316 * cpu-m88k.c: Likewise.
2317 * cpu-mcore.c: Likewise.
2318 * cpu-mep.c: Likewise.
2319 * cpu-microblaze.c: Likewise.
2320 * cpu-mips.c: Likewise.
2321 * cpu-mmix.c: Likewise.
2322 * cpu-moxie.c: Likewise.
2323 * cpu-msp430.c: Likewise.
2324 * cpu-mt.c: Likewise.
2325 * cpu-ns32k.c: Likewise.
2326 * cpu-openrisc.c: Likewise.
2327 * cpu-or32.c: Likewise.
2328 * cpu-pdp11.c: Likewise.
2329 * cpu-pj.c: Likewise.
2330 * cpu-plugin.c: Likewise.
2331 * cpu-powerpc.c: Likewise.
2332 * cpu-rl78.c: Likewise.
2333 * cpu-rs6000.c: Likewise.
2334 * cpu-rx.c: Likewise.
2335 * cpu-s390.c: Likewise.
2336 * cpu-score.c: Likewise.
2337 * cpu-sh.c: Likewise.
2338 * cpu-sparc.c: Likewise.
2339 * cpu-spu.c: Likewise.
2340 * cpu-tic30.c: Likewise.
2341 * cpu-tic4x.c: Likewise.
2342 * cpu-tic54x.c: Likewise.
2343 * cpu-tic6x.c: Likewise.
2344 * cpu-tic80.c: Likewise.
2345 * cpu-tilegx.c: Likewise.
2346 * cpu-tilepro.c: Likewise.
2347 * cpu-v850.c: Likewise.
2348 * cpu-vax.c: Likewise.
2349 * cpu-w65.c: Likewise.
2350 * cpu-we32k.c: Likewise.
2351 * cpu-xc16x.c: Likewise.
2352 * cpu-xstormy16.c: Likewise.
2353 * cpu-xtensa.c: Likewise.
2354 * cpu-z80.c: Likewise.
2355 * cpu-z8k.c: Likewise.
2356
2357 * cpu-i386.c: Include "libiberty.h".
2358 (bfd_arch_i386_fill): New.
2359 Add bfd_arch_i386_fill to bfd_arch_info initializer.
2360
2361 * cpu-k1om.c: Add bfd_arch_i386_fill to bfd_arch_info initializer.
2362 * cpu-l1om.c: Likewise.
2363
2364 * linker.c (default_data_link_order): Call abfd->arch_info->fill
2365 if fill size is 0.
2366
2367 * bfd-in2.h: Regenerated.
2368
2369 2012-01-27 Michael Eager <eager@eagercon.com>
2370
2371 * elf32-microblaze.c (create_got_section):
2372 Reuse existing .rela.got section.
2373
2374 2012-01-23 Alan Modra <amodra@gmail.com>
2375
2376 * elf-bfd.h: Formatting.
2377 (struct elf_backend_data): Add "maybe_function_sym".
2378 (_bfd_elf_maybe_function_sym): Declare.
2379 * elfxx-target.h (elf_backend_maybe_function_sym): Define.
2380 (elfNN_bed): Init new field.
2381 * elf.c (elf_find_function): Use maybe_function_sym.
2382 (_bfd_elf_maybe_function_sym): New function.
2383 * elf64-ppc.c (elf_backend_maybe_function_sym): Define.
2384 (ppc64_elf_maybe_function_sym): New function.
2385
2386 2012-01-20 Francois Gouget <fgouget@codeweavers.com>
2387
2388 PR binutils/13534
2389 * archive.c (_bfd_ar_sizepad): New function. Correctly install and
2390 pad the size field in an archive header.
2391 (_bfd_generic_read_ar_hdr_mag): Use the correct type and scan
2392 function for the archive size field.
2393 (bfd_generic_openr_next_archived_file): Likewise.
2394 (do_slurp_coff_armap): Likewise.
2395 (_bfd_write_archive_contents): Likewise.
2396 (_bfd_bsd44_write_ar_hdr): Use the new function.
2397 (bfd_ar_hdr_from_filesystem): Likewise.
2398 (_bfd_write_archive_contents): Likewise.
2399 (bsd_write_armap): Likewise.
2400 (coff_write_armap): Likewise.
2401 * archive64.c (bfd_elf64_archive_write_armap): Likewise.
2402 * bfdio.c (bfd_bread): Use correct type for archive element
2403 sizes.
2404 * ar.c (open_inarch): Likewise.
2405 (extract_file): Likewise.
2406 * libbfd-in.h (struct areltdata): Use correct types for
2407 parsed_size and extra_size fields.
2408 Prototype _bfd_ar_sizepad function.
2409 * libbfd.h: Regenerate.
2410
2411 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2412
2413 * elf.c (elfcore_write_prpsinfo): Provide unconditionally.
2414 Return NULL if core file generation is unsupported.
2415 (elfcore_write_prstatus): Likewise.
2416 * elf32-arm.c (elf32_arm_nabi_write_core_note): New function.
2417 (elf_backend_write_core_note): Define.
2418
2419 2012-01-19 Tristan Gingold <gingold@adacore.com>
2420
2421 * pef.c: Add a comment.
2422 * xsym.c: Likewise.
2423
2424 2012-01-17 Alan Modra <amodra@gmail.com>
2425
2426 * elf32-ppc.c (ppc_elf_write_core_note <NT_PRPSINFO>): Don't leave
2427 trailing garbage in the note.
2428 * elf64-ppc.c (ppc64_elf_write_core_note <NT_PRPSINFO>): Likewise.
2429
2430 2012-01-16 Daniel Green <venix1@gmail.com>
2431
2432 PR ld/13491
2433 * coff-i386.c (coff_i386_rtype_to_howto <R_SECREL32>): Test
2434 h->root.type not h->type.
2435 * coff-x86_64.c (coff_amd64_rtype_to_howto <R_AMD64_SECREL>): Likewise.
2436
2437 2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
2438
2439 * mach-o.c (bfd_mach_o_build_dysymtab_command): Handle absolute
2440 indirect symbols.
2441
2442 2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
2443
2444 * mach-o.c (bfd_mach_o_write_relocs): Move computation of relocs file
2445 position from here... to (bfd_mach_o_build_seg_command): Here.
2446
2447 2012-01-12 Iain Sandoe <idsandoe@googlemail.com>
2448
2449 * mach-o.c (bfd_mach_o_count_indirect_symbols): New.
2450 (bfd_mach_o_build_dysymtab_command): Populate indirect symbol table.
2451 * mach-o.h (bfd_mach_o_asymbol): Move declaration to start of the
2452 file. (bfd_mach_o_section): Add indirect_syms field.
2453
2454 2012-01-11 Iain Sandoe <idsandoe@googlemail.com>
2455
2456 * mach-o.c (bfd_mach_o_build_seg_command): Separate computation of
2457 vmsize from filesize. Don't compute offsets or file sizes for
2458 zerofill sections.
2459
2460 2012-01-11 Iain Sandoe <idsandoe@googlemail.com>
2461
2462 * mach-o.c (bfd_mach_o_build_commands): Make the building of each
2463 command type independent.
2464
2465 2012-01-11 Alan Modra <amodra@gmail.com>
2466
2467 * elf64-ppc.c: Define more insns used in plt call stubs.
2468 (ppc64_elf_brtaken_reloc): Assume isa version 2 or above.
2469 (ppc64_elf_relocate_section): Likewise.
2470 (enum ppc_stub_type): Add ppc_stub_plt_call_r2save.
2471 (struct ppc_link_hash_table): Increase size of stub_count array.
2472 Add plt_stub_align and plt_thread_safe.
2473 (ALWAYS_USE_FAKE_DEP, ALWAYS_EMIT_R2SAVE): Define.
2474 (plt_stub_size, plt_stub_pad): New functions.
2475 (build_plt_stub): Emit barriers for power7 thread safety. Don't
2476 emit needless save of r2.
2477 (build_tls_get_addr_stub): Adjust params.
2478 (ppc_build_one_stub): Handle ppc_stub_plt_call_r2save and aligning
2479 plt stubs. Adjust build_*plt_stub calls.
2480 (ppc_size_one_stub): Similarly.
2481 (ppc64_elf_size_stubs): Accept plt_thread_safe and plt_stub_align
2482 params. Choose default for plt_thread_safe based on existence of
2483 calls to thread creation functions. Modify plt_call to
2484 plt_call_r2save when no tocsave reloc found. Align tail of stub
2485 sections.
2486 (ppc64_elf_build_stubs): Align tail of stub sections. Adjust
2487 output of stub statistics.
2488 (ppc64_elf_relocate_section): Handle ppc_stub_plt_call_r2save.
2489 * elf64-ppc.h (ppc64_elf_size_stubs): Update prototype.
2490
2491 2012-01-10 H.J. Lu <hongjiu.lu@intel.com>
2492
2493 PR ld/13581
2494 * elf64-x86-64.c (elf_x86_64_relocate_section): Remove ABI_64_P
2495 check on R_X86_64_PCXX.
2496
2497 2012-01-10 Tristan Gingold <gingold@adacore.com>
2498
2499 * mach-o.c (bfd_mach_o_build_commands): Avoid uninitialized false
2500 warning.
2501
2502 2012-01-10 Tristan Gingold <gingold@adacore.com>
2503
2504 * bfdio.c (bfd_tell): Handle nested archives.
2505 (bfd_seek): Ditto.
2506 * cache.c (bfd_cache_lookup_worker): Ditto.
2507 * archive.c (_bfd_get_elt_at_filepos): Remove code dealing with
2508 nested archives.
2509 (bfd_generic_openr_next_archived_file): Likewise.
2510
2511 2012-01-09 Iain Sandoe <idsandoe@googlemail.com>
2512
2513 * mach-o.c (bfd_mach_o_bfd_copy_private_symbol_data): Implement.
2514 (bfd_mach_o_write_symtab): Remove handling for indirect syms.
2515 (bfd_mach_o_primary_symbol_sort_key): Likewise.
2516 (bfd_mach_o_cf_symbols): Likewise.
2517 (bfd_mach_o_sort_symbol_table): Remove.
2518 (bfd_mach_o_mangle_symbols): Adjust arguments, remove handling
2519 for indirect and dysymtab counts. Do the symbol sorting here.
2520 (bfd_mach_o_build_dysymtab_command): Count the symbol types here.
2521 Make the indirect symbols a TODO.
2522 (bfd_mach_o_build_commands): Adjust call to bfd_mach_o_mangle_symbols.
2523 (bfd_mach_o_make_empty_symbol): Specifically flag unset symbols with
2524 a non-zero value.
2525 (bfd_mach_o_read_symtab_symbol): Record the symbol index.
2526 (bfd_mach_o_read_symtab_symbol): Adjust recording of global status.
2527 * mach-o.h (mach_o_data_struct): Remove indirect and dysymtab entries.
2528 (IS_MACHO_INDIRECT): Remove.
2529 (SYM_MACHO_FIELDS_UNSET, SYM_MACHO_FIELDS_NOT_VALIDATED): New.
2530
2531 2012-01-06 Nick Clifton <nickc@redhat.com>
2532
2533 PR binutils/13121
2534 * reloc.c (bfd_generic_lookup_section_flags): Rename 'finfo' to
2535 'flaginfo' to avoid conflicts with AIX system headers.
2536
2537 2012-01-06 Tristan Gingold <gingold@adacore.com>
2538
2539 * bfdio.c (bfd_bread): Use arelt_size macro.
2540
2541 2012-01-06 Tristan Gingold <gingold@adacore.com>
2542
2543 * config.bfd (i[3-7]86-*-darwin*): Define targ64_selvecs.
2544
2545 2012-01-05 Nick Clifton <nickc@redhat.com>
2546
2547 PR ld/12161
2548 * elf32-avr.c (elf32_avr_relax_delete_bytes): Read in relocs if
2549 necessary.
2550
2551 2012-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2552
2553 Fix zero registers core files when built by gcc-4.7.
2554 * elf64-x86-64.c (elf_x86_64_write_core_note): Remove variables p and
2555 size. Call elfcore_write_note for the local variables. Remove the
2556 final elfcore_write_note call. Add NOTREACHED comments.
2557
2558 2012-01-04 Tristan Gingold <gingold@adacore.com>
2559
2560 * mach-o.c (bfd_mach_o_fat_stat_arch_elt): New function.
2561 (bfd_mach_o_generic_stat_arch_elt): Adjust.
2562
2563 2012-01-04 Tristan Gingold <gingold@adacore.com>
2564
2565 * mach-o.c (bfd_mach_o_fat_member_init): New function.
2566 (bfd_mach_o_openr_next_archived_file): Reindent.
2567 Adjust to call bfd_mach_o_fat_member_init.
2568 (bfd_mach_o_fat_extract): Adjust to call bfd_mach_o_fat_member_init.
2569
2570 2012-01-04 Tristan Gingold <gingold@adacore.com>
2571
2572 * mach-o-x86-64.c (bfd_mach_o_x86_64_swap_reloc_out): Handle
2573 BFD_RELOC_32, BFD_RELOC_MACH_O_X86_64_PCREL32_1,
2574 BFD_RELOC_MACH_O_X86_64_PCREL32_2,
2575 BFD_RELOC_MACH_O_X86_64_PCREL32_4,
2576 BFD_RELOC_MACH_O_X86_64_BRANCH32,
2577 BFD_RELOC_MACH_O_X86_64_SUBTRACTOR32,
2578 BFD_RELOC_MACH_O_X86_64_GOT.
2579
2580 2012-01-04 Tristan Gingold <gingold@adacore.com>
2581
2582 * mach-o.h (bfd_mach_o_fvmlib_command): New structure.
2583 (bfd_mach_o_load_command): Add fvmlib field.
2584
2585 * mach-o.c (bfd_mach_o_read_fvmlib): New function.
2586 (bfd_mach_o_read_command): Handle fvmlib.
2587
2588 2012-01-04 Tristan Gingold <gingold@adacore.com>
2589
2590 * mach-o.c (bfd_mach_o_convert_architecture): Reindent.
2591 Decode msubtype for ARM.
2592
2593 2012-01-04 Tristan Gingold <gingold@adacore.com>
2594
2595 * mach-o.c (bfd_mach_o_get_synthetic_symtab): Add comments.
2596
2597 2012-01-04 Tristan Gingold <gingold@adacore.com>
2598
2599 * mach-o.h: Reindent header.
2600 (bfd_mach_o_encryption_info_command): New structure.
2601 (bfd_mach_o_load_command): Add encryption_info field.
2602
2603 * mach-o.c (bfd_mach_o_read_encryption_info): New function.
2604 (bfd_mach_o_read_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
2605 (bfd_mach_o_read_command): Adjust error message.
2606
2607 2012-01-04 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
2608
2609 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Factor out the part
2610 which reads DWARF2 and stores in stash from find_line.
2611 (find_line) Call _bfd_dwarf2_slurp_debug_info.
2612 * libbfd-in.h (_bfd_dwarf2_slurp_debug_info): Add declaration.
2613 * libbfd.h (_bfd_dwarf2_slurp_debug_info): Regenerate.
2614 * mach-o.c (dsym_subdir): The name of subdir where debug
2615 information may be stored.
2616 (bfd_mach_o_lookup_uuid_command): New. Lookup a load command whose
2617 type is UUID.
2618 (bfd_mach_o_dsym_for_uuid_p): New. Check if the specified BFD is
2619 corresponding to the executable.
2620 (bfd_mach_o_find_dsym): New. Find a debug information BFD in the
2621 specified binary file.
2622 (bfd_mach_o_follow_dsym): New. Find a debug information BFD for
2623 the original BFD.
2624 (bfd_mach_o_find_nearest_line): Check dSYM files for Mach-O
2625 executables, dylibs, and bundles.
2626 (bfd_mach_o_close_and_cleanup): Clean up BFDs for the dSYM file.
2627 * mach-o.h (dsym_bfd): The BFD of the dSYM file.
2628
2629 2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
2630
2631 * mach-o.c (bfd_mach_o_mangle_symbols): Put in the section index
2632 for stabd symbols.
2633 (bfd_mach_o_primary_symbol_sort_key): Adjust for stabs.
2634 (bfd_mach_o_cf_symbols): Likewise.
2635
2636 2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
2637
2638 * mach-o.c (bfd_mach_o_mangle_symbols): Correct typo.
2639
2640 2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
2641
2642 * mach-o.c (bfd_mach_o_write_symtab): Fill in the string table index
2643 as the value of an indirect symbol. Keep the string table index in
2644 non-indirect syms for reference.
2645 (bfd_mach_o_write_dysymtab): New.
2646 (bfd_mach_o_primary_symbol_sort_key): New.
2647 (bfd_mach_o_cf_symbols): New.
2648 (bfd_mach_o_sort_symbol_table): New.
2649 (bfd_mach_o_mangle_symbols): Return early if no symbols. Sort symbols.
2650 If we are emitting a dysymtab, process indirect symbols and count the
2651 number of each other kind.
2652 (bfd_mach_o_mangle_sections): New.
2653 (bfd_mach_o_write_contents): Split out some pre-requisite code into
2654 the command builder. Write dysymtab if the command is present.
2655 (bfd_mach_o_count_sections_for_seg): New.
2656 (bfd_mach_o_build_seg_command): New.
2657 (bfd_mach_o_build_dysymtab_command): New.
2658 (bfd_mach_o_build_commands): Reorganize to support the fact that some
2659 commands are optional and should not be emitted if there are no
2660 sections or symbols.
2661 (bfd_mach_o_set_section_contents): Amend comment.
2662 * mach-o.h: Amend and add to comments.
2663 (mach_o_data_struct): Add fields for dysymtab symbols counts and a
2664 pointer to the indirects, when present.
2665 (bfd_mach_o_should_emit_dysymtab): New macro.
2666 (IS_MACHO_INDIRECT): Likewise.
2667
2668 For older changes see ChangeLog-2011
2669 \f
2670 Local Variables:
2671 mode: change-log
2672 left-margin: 8
2673 fill-column: 74
2674 version-control: never
2675 End: