bfd/
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2
3 * coff-rs6000.c (xcoff_ppc_relocate_section): Allow undefined
4 symbols to be left unimported when linking statically.
5 * xcofflink.c (xcoff_link_add_symbols): Ignore global linkage
6 code when linking statically.
7
8 2009-06-02 H.J. Lu <hongjiu.lu@intel.com>
9
10 * elf32-i386.c (elf_i386_check_relocs): Increment
11 got.refcount for R_386_GOT32/R_386_GOTOFF relocations
12 against STT_GNU_IFUNC symbol.
13 (elf_i386_allocate_dynrelocs): Set got.refcount to 0 if
14 local STT_GNU_IFUNC definition is used.
15 (elf_i386_relocate_section): Handle got.offset != -1 for
16 R_386_GOT32/R_386_GOTOFF relocations against STT_GNU_IFUNC
17 symbol.
18
19 * elf64-x86-64.c (elf64_x86_64_check_relocs): Increment
20 got.refcount for R_X86_64_GOTPCREL/R_X86_64_GOTPCREL64
21 relocations against STT_GNU_IFUNC symbol.
22 (elf64_x86_64_allocate_dynrelocs): Set got.refcount to 0 if
23 local STT_GNU_IFUNC definition is used.
24 (elf64_x86_64_relocate_section): Handle got.offset != -1
25 for R_X86_64_GOTPCREL/R_X86_64_GOTPCREL64 relocations against
26 STT_GNU_IFUNC symbol.
27
28 2009-06-01 H.J. Lu <hongjiu.lu@intel.com>
29
30 PR ld/10205
31 * elf32-i386.c (elf_howto_table): Add R_386_IRELATIVE.
32 (elf_i386_reloc_type_lookup): Likewise.
33 (R_386_tls): Removed.
34 (R_386_irelative): New.
35 (R_386_vt_offset): Updated.
36 (elf_i386_rtype_to_howto): Likewise.
37 (elf_i386_link_hash_table): Add igotplt, iplt and irelplt.
38 (elf_i386_link_hash_table_create): Initialize igotplt,
39 iplt and irelplt.
40 (elf_i386_check_relocs): Handle STT_GNU_IFUNC symbol first.
41 (elf_i386_adjust_dynamic_symbol): Likewise.
42 (elf_i386_allocate_dynrelocs): Likewise.
43 (elf_i386_relocate_section): Likewise.
44 (elf_i386_size_dynamic_sections): Set up .iplt and .igot.plt
45 sections.
46 (elf_i386_finish_dynamic_symbol): When building a static
47 executable, use .iplt, .igot.plt and .rel.iplt sections for
48 STT_GNU_IFUNC symbols. Generate R_386_IRELATIVE relocation for
49 locally defined STT_GNU_IFUNC symbol.
50
51 * elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_IRELATIVE.
52 (x86_64_reloc_map): Likewise.
53 (R_X86_64_standard): Updated.
54 (elf64_x86_64_link_hash_table): Add igotplt, iplt and irelplt.
55 (elf64_x86_64_link_hash_table_create): Initialize igotplt,
56 iplt and irelplt.
57 (elf64_x86_64_check_relocs): Handle STT_GNU_IFUNC symbol first.
58 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
59 (elf64_x86_64_allocate_dynrelocs): Likewise.
60 (elf64_x86_64_relocate_section): Likewise.
61 (elf64_x86_64_size_dynamic_sections): Set up .iplt and .igot.plt
62 sections.
63 (elf64_x86_64_finish_dynamic_symbol): When building a static
64 executable, use .iplt, .igot.plt and .rela.iplt sections for
65 STT_GNU_IFUNC symbols. Generate R_X86_64_IRELATIVE relocation
66 for locally defined STT_GNU_IFUNC symbol.
67
68 * reloc.c (BFD_RELOC_386_IRELATIVE): New.
69 (BFD_RELOC_X86_64_IRELATIVE): Likewise.
70
71 * bfd-in2.h: Regenerated.
72 * libbfd.h: Likewise.
73
74 2009-06-01 H.J. Lu <hongjiu.lu@intel.com>
75
76 * elf-bfd.h (struct bfd_elf_section_data): Remove indirect_relocs.
77 (_bfd_elf_make_ifunc_reloc_section): Removed.
78 (_bfd_elf_is_ifunc_symbol): Likewise.
79 (_bfd_elf_create_static_ifunc_sections): New.
80
81 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Move STT_GNU_IFUNC
82 symbol check to ...
83 (elf_link_add_object_symbols): Here.
84 (_bfd_elf_link_hash_hide_symbol): Don't clean plt on
85 STT_GNU_IFUNC symbol.
86 (elf_link_output_extsym): Call elf_backend_finish_dynamic_symbol
87 if a STT_GNU_IFUNC symbol is referenced in a non-shared object.
88 (IFUNC_INFIX): Removed.
89 (get_ifunc_reloc_section_name): Likewise.
90 (_bfd_elf_make_ifunc_reloc_section): Likewise.
91 (_bfd_elf_is_ifunc_symbol): Likewise.
92 (_bfd_elf_create_static_ifunc_sections): New.
93
94 2009-05-29 H.J. Lu <hongjiu.lu@intel.com>
95
96 * elf32-i386.c (link_hash_newfunc): Add elf_i386_ prefix.
97 (create_got_section): Likewise.
98 (allocate_dynrelocs): Likewise.
99 (readonly_dynrelocs): Likewise.
100 (set_tls_module_base): Likewise.
101 (dtpoff_base): Likewise.
102 (tpoff): Likewise.
103 (elf_i386_link_hash_table_create): Updated.
104 (elf_i386_create_dynamic_sections): Likewise.
105 (elf_i386_check_relocs): Likewise.
106 (elf_i386_size_dynamic_sections): Likewise.
107 (elf_i386_relocate_section): Likewise.
108
109 * elf64-x86-64.c (link_hash_newfunc): Add elf64_x86_64_ prefix.
110 (create_got_section): Likewise.
111 (allocate_dynrelocs): Likewise.
112 (readonly_dynrelocs): Likewise.
113 (set_tls_module_base): Likewise.
114 (dtpoff_base): Likewise.
115 (tpoff): Likewise.
116 (elf64_x86_64_link_hash_table_create): Updated.
117 (elf64_x86_64_create_dynamic_sections): Likewise.
118 (elf64_x86_64_check_relocs): Likewise.
119 (elf64_x86_64_size_dynamic_sections): Likewise.
120 (elf64_x86_64_relocate_section): Likewise.
121
122 2009-05-28 Nick Clifton <nickc@redhat.com>
123
124 * targets.c (_bfd_target_vector): Only include plugin target in
125 all-targets build if BFD_SUPPORTS_PLUGINS is non-zero.
126
127 2009-05-28 Ulrich Weigand <uweigand@de.ibm.com>
128
129 * elf32-spu.c (struct call_info): New member broken_cycle.
130 (remove_cycle): Instead of physically removing call_info structures
131 to break call graph cycles, mark them using the broken_cycle flag.
132 (mark_overlay_section): Respect broken_cycle flag.
133 (unmark_overlay_section): Likewise.
134 (collect_lib_sections): Likewise.
135 (collect_overlays): Likewise.
136 (sum_stack): Likewise.
137
138 2009-05-28 Ulrich Weigand <uweigand@de.ibm.com>
139
140 * elf32-spu.c (insert_callee): Accumulate incoming callee->count.
141 (mark_functions_via_relocs): Initialize callee->count to 1.
142 (pasted_function): Likewise.
143 (spu_elf_auto_overlay): Honor call counts when determining number
144 of stubs required in software i-cache mode.
145
146 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
147
148 * plugin.c (program_name): Remove.
149 (plugin_program_name): New.
150 (bfd_plugin_set_program_name): New.
151 (try_load_plugin): Use plugin_program_name.
152 * plugin.h (bfd_plugin_set_program_name): New.
153
154 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
155
156 * aclocal.m4: Include ../config/plugins.m4.
157 * configure.in: Use AC_PLUGINS.
158 * configure: Regenerate.
159 * Makefile.in: Regenerate.
160 * doc/Makefile.in: Regenerate.
161
162 2009-05-27 Nathan Sidwell <nathan@codesourcery.com>
163
164 * elf32-ppc.c (ppc_elf_relax_section): Work with a partial
165 link.
166 * bout.c (b_out_bfd_relax_section): Reject relocatable links.
167 * elf32-m10300.c (mn10300_elf_relax_section): Likewise.
168 * elf32-avr.c (elf32_avr_relax_section): Likewise.
169 * elf32-frv.c (elf32_avr_relax_section): Likewise.
170 * elf32-xtensa.c (elf_xtensa_relax_section): Likewise.
171 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
172 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
173 * elfxx-sparc.c (_bfd_sparc_elf_relax_section): Likewise.
174 * reloc.c (bfd_generic_relax_section): Likewise.
175 * reloc16.c (bfd_coff_reloc16_relax_section): Likewise.
176 * vms.c (vms_bfd_relax_section): Likewise.
177
178 2009-05-26 H.J. Lu <hongjiu.lu@intel.com>
179
180 * elf-bfd.h (_bfd_elf_is_ifunc_symbol): New.
181
182 * elf32-i386.c (is_indirect_symbol): Renamed to ...
183 * elflink.c (_bfd_elf_is_ifunc_symbol): This.
184
185 * elf32-i386.c (allocate_dynrelocs): Updated.
186 (elf_i386_relocate_section): Likewise.
187 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
188 (elf64_x86_64_relocate_section): Likewise.
189
190 * elf64-x86-64.c (is_indirect_symbol): Removed.
191
192 2009-05-26 Nick Clifton <nickc@redhat.com>
193
194 * po/id.po: Updated Indonesian translation.
195
196 2009-05-26 Rafael Avila de Espindola <espindola@google.com>
197
198 * Makefile.am: Run "make dep-am".
199 (AM_CPPFLAGS): New.
200 (LIBDL): New.
201 (ALL_MACHINES): Add cpu-plugin.lo.
202 (ALL_MACHINES_CFILES): Add cpu-plugin.c.
203 (BFD32_BACKENDS): Add plugin.lo.
204 (BFD32_BACKENDS_CFILES): Add plugin.c.
205 (libbfd_la_LIBADD): Add LIBDL
206 * archures.c (bfd_architecture): Add bfd_arch_plugin.
207 (bfd_plugin_arch): Declare.
208 * bfd-in.h (BFD_SUPPORTS_PLUGINS): New.
209 * bfd.c (bfd): Add plugin_data.
210 * config.bfd: Handle the plugin target.
211 * configure.in: Check for --enable-plugins.
212 (LT_INIT): Use the dlopen option.
213 * cpu-plugin.c: New.
214 * plugin.c: New.
215 * plugin.h: New.
216 * targets.c (plugin_vec): Declare.
217 (_bfd_target_vector): Add plugin_vec.
218 * Makefile.in: Regenerate.
219 * bfd-in2.h: Regenerate.
220 * configure: Regenerate.
221
222 2009-05-26 Alan Modra <amodra@bigpond.net.au>
223
224 * dep-in.sed: Don't modify .o to .lo here. Output one filename
225 per line with all lines having continuation backslash. Prefix
226 first line with "A", following lines with "B".
227 * Makefile.am (DEP): Don't use dep.sed here.
228 (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use
229 dep.sed here on dependencies, sort and uniq.
230 * Makefile.in: Regenerate.
231
232 2009-05-25 Tristan Gingold <gingold@adacore.com>
233
234 * makefile.vms: Add verilog.obj to object list OBJS.
235
236 2009-05-24 Alan Modra <amodra@bigpond.net.au>
237
238 * bfdio.c (bfd_seek): Formatting. Ensure newly allocated memory
239 for BFD_IN_MEMORY is cleared.
240 (bfd_bwrite): Zero excess memory allocated.
241
242 2009-05-22 Julian Brown <julian@codesourcery.com>
243
244 * elf32-arm.c (THUMB16_BCOND_INSN, THUMB32_INSN, THUMB32_B_INSN): New
245 macros.
246 (elf32_arm_stub_a8_veneer_b_cond, elf32_arm_stub_a8_veneer_b)
247 (elf32_arm_stub_a8_veneer_blx): New stub sequences.
248 (elf32_arm_stub_type): Add arm_stub_a8_veneer_b_cond,
249 arm_stub_a8_veneer_b and arm_stub_a8_veneer_blx.
250 (elf32_arm_stub_hash_entry): Add target_addend, orig_insn fields.
251 (a8_erratum_fix, a8_erratum_reloc): New structs.
252 (elf32_arm_link_hash_table): Add a8_erratum_fixes,
253 num_a8_erratum_fixes, fix_cortex_a8 fields.
254 (elf32_arm_link_hash_table_create): Zero fix_cortex_a8.
255 (elf32_arm_add_stub): Split into two parts, creating...
256 (elf32_arm_create_or_find_stub_sec): New function.
257 (elf32_arm_final_link_relocate): Add forward declaration.
258 (arm_build_one_stub): Add support for THUMB32_TYPE, Thumb-2
259 relocations, multiple relocations per stub.
260 (find_stub_size_and_template): New (using parts of arm_size_one_stub).
261 (arm_size_one_stub): Use find_stub_size_and_template.
262 (a8_reloc_compare): New.
263 (find_thumb_glue): Add forward declaration.
264 (cortex_a8_erratum_scan): New.
265 (elf32_arm_size_stubs): Add Cortex-A8 erratum workaround support.
266 (bfd_elf32_arm_set_cortex_a8_fix): New.
267 (bfd_elf32_arm_set_target_relocs): Add fix_cortex_a8 argument.
268 (arm_map_one_stub): Add THUMB32_TYPE support.
269 (a8_branch_to_stub_data): New.
270 (make_branch_to_a8_stub): New.
271 (elf32_arm_write_section): Add Cortex-A8 erratum workaround support.
272 * bfd-in.h (bfd_elf32_arm_set_cortex_a8_fix): New.
273 (bfd_elf32_arm_set_target_relocs): Add argument for controlling
274 Cortex-A8 erratum workaround.
275 * bfd-in2.h: Regenerate.
276
277 2009-05-22 Alan Modra <amodra@bigpond.net.au>
278
279 * Makefile.am: Run "make dep-am".
280 * Makefile.in: Regenerate.
281 * po/SRC-POTFILES.in: Regenerate.
282
283 2009-05-21 Alan Modra <amodra@bigpond.net.au>
284
285 * elflink.c (elf_link_input_bfd): Correct *pindex change in last
286 commit.
287
288 2009-05-21 Alan Modra <amodra@bigpond.net.au>
289
290 * elf-bfd.h (struct elf_backend_data
291 <elf_backend_link_output_symbol_hook>): Return an int.
292 * elf64-ppc.c (ppc64_elf_output_symbol_hook): Return 2 to drop
293 symbols on deleted .opd entries.
294 * elflink.c (elf_link_output_sym): Return without outputting sym
295 if output_symbol_hook returns 2.
296 (elf_link_output_extsym): Don't assign h->indx when symbol discarded.
297 Abort if we must not discard sym.
298 (elf_link_input_bfd): Similarly, don't set finfo->indices for
299 local syms.
300 (bfd_elf_final_link): Adjust elf_link_output_sym calls.
301 * elf-vxworks.c (elf_vxworks_link_output_symbol_hook): Adjust for
302 elf_backend_link_output_symbol_hook return type change.
303 * elf32-arm.c (output_arch_syminfo): Likewise.
304 (elf32_arm_output_map_sym, elf32_arm_output_stub_sym): Likewise.
305 (elf32_arm_output_arch_local_syms): Likewise.
306 * elf32-cr16c.c (elf32_cr16c_link_output_symbol_hook): Likewise.
307 * elf32-score.c (s3_bfd_score_elf_link_output_symbol_hook): Likewise.
308 (bfd_score_elf_link_output_symbol_hook): Likewise.
309 * elf32-score.h (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
310 * elf32-score7.c (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
311 * elf32-sh64.c (sh64_elf_link_output_symbol_hook): Likewise.
312 * elf32-spu.c (spu_elf_output_symbol_hook): Likewise.
313 * elf32-v850.c (v850_elf_link_output_symbol_hook): Likewise.
314 * elf64-hppa.c (elf64_hppa_link_output_symbol_hook): Likewise.
315 * elf64-mmix.c (mmix_elf_link_output_symbol_hook): Likewise.
316 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Likewise.
317 * elf64-sparc.c (elf64_sparc_output_arch_syms): Likewise.
318 * elfxx-mips.c (_bfd_mips_elf_link_output_symbol_hook): Likewise.
319 * elfxx-mips.h (_bfd_mips_elf_link_output_symbol_hook): Likewise.
320
321 2009-05-21 Alan Modra <amodra@bigpond.net.au>
322
323 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't segfault on
324 out of range .opd symbols.
325
326 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
327
328 * coffgen.c (coff_print_symbol): Use bfd_fprintf_vma, not
329 fprintf_vma directly.
330 * peXXigen.c (pe_print_edata): Likewise.
331 (pe_print_pdata): Likewise.
332 (_bfd_XX_print_ce_compressed_pdata): Likewise.
333 (_bfd_XX_print_private_bfd_data_common): Likewise.
334
335 2009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
336
337 * cofflink.c (process_embedded_commands): Ignore "-aligncomm".
338
339 2009-05-15 Andrew Stubbs <ams@codesourcery.com>
340 Paul Brook <paul@codesourcery.com>
341
342 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Don't attempt to
343 fix discarded sections.
344
345 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
346
347 * elf32-spu.c (mark_overlay_section): Move .init and .fini
348 sections into the software icache.
349
350 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
351
352 * elf32-spu.c (build_stub): Always build "compact" sofware
353 i-cache stubs.
354
355 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
356
357 * elf32-spu.c (struct spu_link_hash_table): Add fromelem_size_log2.
358 (spu_elf_setup): Initialize it.
359 (spu_elf_size_stubs): Move .ovtab into .bss for software i-cache.
360 Update to new-sytle cache manager data structures.
361 (spu_elf_build_stubs): Generate new-style cache manager data
362 structures and symbols.
363 (spu_elf_auto_overlay): Update size computation.
364
365 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
366
367 * elf32-spu.c (spu_elf_modify_segment_map): Move all PF_OVERLAY
368 segments first amongst the program headers.
369
370 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
371
372 * elf32-spu.c (spu_elf_relocate_section): Only encode overlay index
373 into addresses for relocation types that look at high bits. Remove
374 special handling of relocation overflow warnings.
375
376 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
377
378 * elf32-spu.c (mark_functions_via_relocs): Handle cycles in the
379 control flow graph between fragments of a function.
380
381 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
382
383 * elf32-spu.c (spu_elf_size_stubs): Even in software i-cache mode,
384 generate only a 16-byte .toe section.
385 (spu_elf_build_stubs, spu_elf_auto_overlay): Likewise.
386
387 2009-05-14 Alan Modra <amodra@bigpond.net.au>
388
389 * elf32-spu.c (spu_elf_size_stubs): Split out section placement to..
390 (spu_elf_place_overlay_data): ..here. New function.
391 * elf32-spu.h (spu_elf_place_overlay_data): Declare.
392
393 2009-05-13 Andrew Jenner <andrew@codesourcery.com>
394
395 * elf32-arm.c: Move sysdep.h to start of file.
396
397 2009-05-11 Ulrich Weigand <uweigand@de.ibm.com>
398
399 * elf32-spu.c (spu_elf_find_overlays): Don't use .ovl.init lma as
400 start of overlays.
401 (spu_elf_build_stubs): Don't define __icache_tagbase. Define
402 __icache_tag_array and __icache_tag_array_size.
403
404 2009-05-11 Masaki Muranaka <monaka@monami-software.com>
405
406 * elf32-bfin.c (bfin_bfd_reloc_type_lookup): Remove unnecessary
407 ATTRIBUTE_UNUSED.
408 (bfinfdpic_link_omit_section_dynsym): Likewise.
409 (elf32_bfinfdpic_finish_dynamic_sections): Likewise.
410
411 2009-05-05 Paul Brook <paul@codesourcery.com>
412
413 * bfd-in.h (elf32_arm_fix_exidx_coverage): Add prototype.
414 * bfd-in2.h: Regenerate.
415 * elf32-arm.c (arm_unwind_edit_type, arm_unwind_table_edit): Define.
416 (_arm_elf_section_data): Add text and exidx fields.
417 (add_unwind_table_edit, get_arm_elf_section_data, adjust_exidx_size,
418 insert_cantunwind_after, elf32_arm_fix_exidx_coverage, offset_prel31,
419 copy_exidx_entry): New functions.
420 (elf32_arm_write_section): Fixup .ARM.exidx contents.
421
422 2009-05-05 Christophe lyon <christophe.lyon@st.com>
423
424 * elf32-arm.c (DEF_STUBS): New helper define.
425 (DEF_STUB): Likewise.
426 (stub_def): New type.
427 (stub_definitions): New array, containing stub template pointers
428 and sizes.
429 (arm_size_one_stub): Make use of stub_definitions.
430
431 2009-05-04 Dave Korn <dave.korn.cygwin@gmail.com>
432
433 * elflink.c (find_version_for_sym): Remove from here, ...
434 * linker.c (bfd_find_version_for_sym): ... rename, replace
435 here, make public and update all callers.
436 * bfd-in2.h: Regenerate.
437
438 2009-04-30 Nick Clifton <nickc@redhat.com>
439
440 * elf-bfd.h (struct bfd_elf_section_data): Add indirect_relocs
441 section pointer.
442 (struct elf_obj_data): Add has_ifunc_symbols boolean.
443 * elf.c (swap_out_syms): Convert BSF_GNU_INDIRECT_FUNCTION flags
444 into a STT_GNU_IFUNC symbol type.
445 (_bfd_elf_is_function_type): Accept STT_GNU_IFUNC as a function
446 type.
447 (_bfd_elf_set_osabi): Set the osasbi field to ELFOSABI_LINUX if
448 the binary contains ifunc symbols.
449 * elfcode.h (elf_slurp_symbol_table): Translate the STT_GNU_IFUNC
450 symbol type into a BSF_GNU_INDIRECT_FUNCTION flag.
451 * elf32-i386.c (is_indirect_function): New function.
452 (elf_i386_check_relocs): Create an ifunc output section.
453 (allocate_dynrelocs): Create dynamic relocs in the ifunc output
454 section if necessary.
455 (elf_i386_relocate_section): Emit a reloc against an ifunc symbol
456 if necessary.
457 (elf_i386_add_symbol_hook): New function. Set the
458 has_ifunc_symbols field of the elf_obj_data structure if an ifunc
459 symbol is encountered.
460 (elf_backend_post_process_headers): Define.
461 (elf_backend_add_symbol_hook): Define.
462 (elf_i386_post_process_headers): Rename to
463 elf_i388_fbsd_post_process_headers.
464 * elf64-x86_64.c (IS_X86_64_PCREL_TYPE): New macro.
465 (is_indirect_function): New function.
466 (elf64_x86_64_check_relocs): Create an ifunc output section.
467 (allocate_dynrelocs): Create dynamic relocs in the ifunc output
468 section if necessary.
469 (elf64_x86_64_relocate_section): Emit a reloc against an ifunc
470 symbol if necessary.
471 (elf_i386_add_symbol_hook): Set the has_ifunc_symbols field of the
472 elf_obj_data structure if an ifunc symbol is encountered.
473 (elf_backend_post_process_headers): Define.
474 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Always create a PLT
475 if we have ifunc symbols to handle.
476 (get_ifunc_reloc_section_name): New function. Computes the name
477 for an ifunc section.
478 (_bfd_elf_make_ifunc_reloc_section): New function. Creates a
479 section to hold ifunc relocs.
480 * syms.c (BSF_GNU_INDIRECT_FUNCTION): Define.
481 (bfd_print_symbol_vandf): Handle ifunc symbols.
482 (bfd_decode_symclass): Likewise.
483 * bfd-in2.h: Regenerate.
484
485 2009-04-30 Joseph Myers <joseph@codesourcery.com>
486
487 * elf32-arm.c (elf32_arm_check_relocs): Give errors for absolute
488 MOVW and MOVT relocations in a shared library link.
489
490 2009-04-27 Anthony Green <green@moxielogic.com>
491
492 * verilog.c: New file.
493 * Makefile.am (BFD32_LIBS): Add verilog.c.
494 (BFD32_LIBS_CFILES): Add verilog.c.
495 (verilog.lo): New build rule.
496 * Makefile.in: Rebuilt.
497 * targets.c: Add verilog support.
498 * bfd.c (tdata union): Add Verilog private data field.
499 * bfd-in2.h: Regenerate.
500
501 2009-04-27 H.J. Lu <hongjiu.lu@intel.com>
502
503 * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Don't
504 copy pe_opthdr.
505
506 2009-04-23 Matthias Klose <doko@ubuntu.com>
507
508 * peXXigen.c (_bfd_XXi_swap_sym_in): Initialize `name'.
509
510 2009-04-22 Christophe Lyon <christophe.lyon@st.com>
511
512 PR9743
513 * elf32-arm.c (arm_type_of_stub): Handle R_ARM_THM_JUMP24,
514 R_ARM_JUMP24 and R_ARM_PLT32 relocations.
515 (elf32_arm_size_stubs): Likewise.
516 (record_thumb_to_arm_glue): Deleted unused function.
517 (bfd_elf32_arm_process_before_allocation): No longer handle
518 R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations here.
519 (elf32_arm_final_link_relocate): Handle R_ARM_THM_JUMP24,
520 R_ARM_JUMP24 and R_ARM_PLT32 relocations.
521
522 2009-04-21 Daniel Jacobowitz <dan@codesourcery.com>
523
524 * elf32-arm.c (INTERWORK_FLAG): Check BFD_LINKER_CREATED.
525 (elf32_arm_write_section): Declare early.
526 (elf32_arm_size_stubs): Skip non-stub sections in the stub BFD.
527 (arm_allocate_glue_section_space): Exclude empty sections.
528 (ARM_GLUE_SECTION_FLAGS): Add SEC_LINKER_CREATED.
529 (bfd_elf32_arm_add_glue_sections_to_bfd): Do not skip the stub
530 BFD.
531 (elf32_arm_output_glue_section, elf32_arm_final_link): New.
532 (elf32_arm_merge_eabi_attributes): Skip the stub BFD.
533 (elf32_arm_size_dynamic_sections): Allocate interworking
534 sections here.
535 (bfd_elf32_bfd_final_link): Define.
536
537 2009-04-21 H.J. Lu <hongjiu.lu@intel.com>
538
539 * coff-ia64.c (COFF_PAGE_SIZE): Changed to 8K.
540
541 * coffcode.h (coff_compute_section_file_positions): Clear
542 D_PAGED if PE section alignment is smaller than COFF_PAGE_SIZE.
543
544 * libcoff-in.h (pe_tdata): Remove force_minimum_alignment and
545 force_minimum_alignment.
546
547 * libcoff.h: Regenerated.
548
549 * pei-ia64.c (PEI_TARGET_SUBSYSTEM): Removed.
550 (PEI_FORCE_MINIMUM_ALIGNMENT): Likewise.
551
552 * peicode.h (pe_mkobject): Don't set force_minimum_alignment
553 nor target_subsystem.
554
555 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't check
556 force_minimum_alignment nor target_subsystem.
557
558 2009-04-21 Kai Tietz <kai.tietz@onevision.com>
559
560 * coff-x86_64.c (PEI_HEADERS): Protect includes.
561 (bfd_pe_print_pdata): Remove #ifdef PE variation.
562 * pei-x86_64.c (PEI_HEADERS): Define to prevent double
563 include in coff-x86_64.c of headers.
564 (PDATA_ROW_SIZE): New define.
565 (pex_regs[]): New static array.
566 (pex64_get_runtime_function): New static function.
567 (pex64_get_unwind_info): Likewise.
568 (pex64_get_scope_entry): Likewise.
569 (pex64_xdata_print_uwd_codes): Likewise.
570 (pex64_get_section_by_rva): Likewise.
571 (pex64_dump_xdata): Likewise.
572 (pex64_bfd_print_pdata): Likewise.
573 (bfd_pe_print_pdata): Define as pex64_bfd_print_pdata.
574 * peXXigen.c (_bfd_pex64_print_pdata): Removed implementation.
575 * libpei.h (_bfd_pex64_print_pdata): Removed declaration.
576
577 2009-04-19 Peter O'Gorman <binutils@mlists.thewrittenword.com>
578 Alan Modra <amodra@bigpond.net.au>
579 Dave Korn <dave.korn.cygwin@gmail.com>
580
581 * peXXigen.c (_bfd_XXi_swap_sym_in): Fix name handling w.r.t
582 long names and non-NUL-terminated strings.
583
584 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
585
586 * bfd-in2.h: Regenerated.
587
588 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
589
590 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Replace
591 IMAGE_SUBSYSTEM_EFI_ROM with IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER.
592
593 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
594
595 PR binutils/10074
596 * coffcode.h (bfd_pei_p): New.
597
598 * config.bfd: Remove bfd_efi_bsdrv_ia32_vec,
599 bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
600 bfd_efi_rtdrv_x86_64_vec, bfd_efi_bsdrv_ia64_vec and
601 bfd_efi_rtdrv_ia64_vec. Replace bfd_efi_app_ia32_vec,
602 bfd_efi_app_x86_64_vec and bfd_efi_app_ia64_vec with
603 i386pei_vec, x86_64pei_vec and bfd_pei_ia64_vec, respectively.
604
605 * configure.in: Remove bfd_efi_bsdrv_ia32_vec,
606 bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
607 bfd_efi_rtdrv_x86_64_vec,
608 bfd_efi_bsdrv_ia64_vec and bfd_efi_rtdrv_ia64_vec. Replace
609 bfd_efi_ia64_vec with bfd_pei_ia64_vec.
610 * targets.c: Likewise.
611
612 * configure: Regenerated.
613 * libcoff.h: Likewise.
614 * Makefile.in: Likewise.
615
616 * efi-app-ia32.c: Removed.
617 * efi-app-x86_64.c: Likewise.
618 * efi-bsdrv-ia32.c: Likewise.
619 * efi-bsdrv-ia64.c: Likewise.
620 * efi-bsdrv-x86_64.c: Likewise.
621 * efi-rtdrv-ia32.c: Likewise.
622 * efi-rtdrv-ia64.c: Likewise.
623 * efi-rtdrv-x86_64.c: Likewise.
624 * efi-rtdrv-ia32.c: Likewise.
625
626 * efi-app-ia64.c: Moved to ...
627 * pei-ia64.c: This.
628 (TARGET_SYM): Set to bfd_pei_ia64_vec.
629 (TARGET_NAME): Set to pei-ia64.
630
631 * libpei.h (bfd_target_pei_p): Removed.
632 (bfd_target_pei_arch): Likewise.
633 (bfd_target_efi_app_p): Likewise.
634 (bfd_target_efi_app_arch): Likewise.
635 (bfd_target_efi_bsdrv_p): Likewise.
636 (bfd_target_efi_bsdrv_arch): Likewise.
637 (bfd_target_efi_rtdrv_p): Likewise.
638 (bfd_target_efi_rtdrv_arch): Likewise.
639 (bfd_pe_executable_p): Likewise.
640
641 * Makefile.am (BFD32_BACKENDS): Remove efi-app-ia32.lo,
642 efi-bsdrv-ia32.lo and efi-rtdrv-ia32.lo.
643 (BFD32_BACKENDS_CFILES): Remove efi-app-ia32.c, efi-bsdrv-ia32.c
644 and efi-rtdrv-ia32.c.
645 (BFD64_BACKENDS): Remove efi-app-ia64.lo, efi-bsdrv-ia64.lo,
646 efi-rtdrv-ia64.lo, efi-app-x86_64.lo, efi-bsdrv-x86_64.lo and
647 efi-rtdrv-x86_64.lo. Add pei-ia64.lo.
648 (BFD64_BACKENDS_CFILES): Remove efi-app-ia64.c, efi-bsdrv-ia64.c,
649 efi-rtdrv-ia64.c, efi-app-x86_64.c, efi-bsdrv-x86_64.c and
650 efi-rtdrv-x86_64.c. Add pei-ia64.c.
651 (efi-app-ia64.lo): Removed.
652 (efi-bsdrv-ia32.lo): Likewise.
653 (efi-rtdrv-ia32.lo): Likewise.
654 (efi-app-ia64.lo): Likewise.
655 (efi-bsdrv-ia64.lo): Likewise.
656 (efi-rtdrv-ia64.lo): Likewise.
657 (efi-app-x86_64.lo): Likewise.
658 (efi-bsdrv-x86_64.lo): Likewise.
659 (efi-rtdrv-x86_64.lo): Likewise.
660 (pei-ia64.lo): New.
661
662 * peicode.h (coff_swap_scnhdr_in): Replace bfd_pe_executable_p
663 with bfd_pei_p.
664 (arch_type): Removed.
665 (pe_arch): Likewise.
666 (pe_bfd_object_p): Just return coff_object_p.
667
668 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Replace
669 bfd_pe_executable_p with bfd_pei_p.
670
671 2009-04-17 Christophe Lyon <christophe.lyon@st.com>
672
673 * elf32-arm.c (elf32_arm_size_stubs): Handle long branches through
674 PLT entries to an undefined symbol when generating a shared
675 library.
676
677 2009-04-17 Nick Clifton <nickc@redhat.com>
678
679 PR 9909
680 * coffcode.h (handle_COMDAT): Allow for external COMDAT symbols.
681
682 2009-04-16 Richard Sandiford <r.sandiford@uk.ibm.com>
683
684 * aout-adobe.c (aout_32_bfd_define_common_symbol): Define.
685 * aout-target.h (MY_bfd_define_common_symbol): Likewise.
686 * aout-tic30.c (MY_bfd_define_common_symbol): Likewise.
687 * binary.c (binary_bfd_define_common_symbol): Likewise.
688 * bout.c (b_out_bfd_define_common_symbol): Likewise.
689 * coff-alpha.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
690 * coff-mips.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
691 * coffcode.h (coff_bfd_define_common_symbol): Likewise.
692 * elfxx-target.h (bfd_elfNN_bfd_define_common_symbol): Likewise.
693 * i386msdos.c (msdos_bfd_define_common_symbol): Likewise.
694 * i386os9k.c (os9k_bfd_define_common_symbol): Likewise.
695 * ieee.c (ieee_bfd_define_common_symbol): Likewise.
696 * ihex.c (ihex_bfd_define_common_symbol): Likewise.
697 * libbfd-in.h (_bfd_nolink_bfd_define_common_symbol): Likewise.
698 * mach-o.c (bfd_mach_o_bfd_define_common_symbol): Likewise.
699 * mmo.c (mmo_bfd_define_common_symbol): Likewise.
700 * nlm-target.h (nlm_bfd_define_common_symbol): Likewise.
701 * oasys.c (oasys_bfd_define_common_symbol): Likewise.
702 * pef.c (bfd_pef_bfd_define_common_symbol): Likewise.
703 * ppcboot.c (ppcboot_bfd_define_common_symbol): Likewise.
704 * som.c (som_bfd_define_common_symbol): Likewise.
705 * srec.c (srec_bfd_define_common_symbol): Likewise.
706 * tekhex.c (tekhex_bfd_define_common_symbol): Likewise.
707 * versados.c (versados_bfd_define_common_symbol): Likewise.
708 * vms.c (vms_bfd_define_common_symbol): Likewise.
709 * xcoff-target.h (_bfd_xcoff_bfd_define_common_symbol): Likewise.
710 * xsym.c (bfd_sym_bfd_define_common_symbol): Likewise.
711 * coff-rs6000.c (rs6000coff_vec): Add _bfd_xcoff_define_common_symbol.
712 (pmac_xcoff_vec): Likewise.
713 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
714 (aix5coff64_vec): Likewise.
715 * linker.c (bfd_generic_define_common_symbol): New function.
716 * targets.c (BFD_JUMP_TABLE_LINK): Add NAME##_bfd_define_common_symbol.
717 (_bfd_define_common_symbol): New field.
718 * libcoff-in.h (_bfd_xcoff_define_common_symbol): Declare.
719 * xcofflink.c (_bfd_xcoff_define_common_symbol): New function.
720 (xcoff_build_ldsyms): Don't set XCOFF_DEF_REGULAR for common
721 symbols here.
722 * bfd-in2.h: Regenerate.
723 * libbfd.h: Likewise.
724 * libcoff.h: Likewise.
725
726 2009-04-15 Anthony Green <green@moxielogic.com>
727
728 * targets.c: Add moxie support.
729 * Makefile.am: Ditto.
730 * Makefile.in: Rebuilt.
731 * cpu-moxie.c, elf32-moxie.c: New files.
732 * archures.c: Add moxie support.
733 * configure.in: Add moxie support.
734 * configure: Rebuilt.
735 * config.bfd, archures.c: Add moxie support.
736 * bfd-in2.h: Rebuilt.
737
738 2009-04-15 Christophe Lyon <christophe.lyon@st.com>
739
740 * elf32-arm.c (elf32_arm_final_link_relocate): Don't convert ARM
741 branch to an undef weak symbol into a jump to next instruction if
742 a PLT entry will be created.
743
744 2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
745
746 * coffgen.c (make_a_section_from_file): Set the backend long
747 section names enable if long section names found on input.
748 * coffcode.h: Extend long section names documentation to match.
749
750 2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
751
752 * elflink.c (elf_link_add_object_symbols): Warn alternate ELF
753 machine code.
754
755 2009-04-07 DJ Delorie <dj@redhat.com>
756
757 * archures.c: Add bfd_mach_mep_c5.
758 * bfd-in2.h: Likewise.
759 * cpu-mep.c: Add bfd_c5_arch.
760 * elf32-mep.c: Support it.
761
762 2009-04-07 H.J. Lu <hongjiu.lu@intel.com>
763
764 * elflink.c (_bfd_elf_section_already_linked): Add `\n' for
765 info->callbacks->einfo.
766 * linker.c (_bfd_generic_section_already_linked): Likewise.
767
768 2009-04-06 DJ Delorie <dj@redhat.com>
769
770 * elf32-h8300.c (elf32_h8_relax_section): Relax MOVA opcodes.
771
772 2009-04-06 H.J. Lu <hongjiu.lu@intel.com>
773
774 * coff-x86_64.c (bfd_pe_print_pdata): Defined to
775 _bfd_pex64_print_pdata only if PE is defined.
776
777 * libpei.h (_bfd_pep_print_x64_pdata): Renamed to ...
778 (_bfd_pex64_print_pdata): This.
779
780 * peXXigen.c (_bfd_pep_print_x64_pdata): Renamed to ...
781 (_bfd_pex64_print_pdata): This. Defined only if COFF_WITH_pex64
782 is defined.
783
784 2009-04-05 Kai Tietz <kai.tietz@onevision.com>
785
786 * coff-x86_64.c (bfd_pe_print_pdata): Define as
787 _bfd_pep_print_x64_pdata.
788 * libpei.h (_bfd_pep_print_x64_pdata): Add prototype.
789 * peXXigen.c (_bfd_pep_print_x64_pdata): New.
790
791 2009-04-02 Sterling Augustine <sterling@jaw.hq.tensilica.com>
792
793 * elf32-xtensa.c (relax_property_section): Always set r_offset
794 to zero.
795
796 2009-04-02 Christophe Lyon <christophe.lyon@st.com>
797
798 * elf32-arm.c (elf32_arm_stub_long_branch_v4t_thumb_thumb,
799 elf32_arm_stub_long_branch_v4t_thumb_thumb_pic): Two new long
800 branch stubs.
801 (elf32_arm_stub_type): New enum values for the two new stubs.
802 (arm_type_of_stub): Make use of the two new stubs.
803 (arm_size_one_stub): Handle the two new stubs.
804
805 2009-04-01 Matt Thomas <matt@netbsd.org>
806
807 * elf32-vax.c (elf_vax_check_relocs): Do not put relocations against
808 hidden symbols into the GOT or PLT.GOT.
809 (elf_vax_relocate_section): Do not emit a PCREL reloc
810 into a shared object if it is against a hidden symbol.
811
812 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
813
814 * xcofflink.c (xcoff_archive_info): Add contains_shared_object_p
815 and know_contains_shared_object_p.
816 (xcoff_archive_contains_shared_object_p): Add an "info" parameter.
817 Cache the result in the archive_info table.
818 (xcoff_auto_export_p): Add an "info" parameter and update the
819 call to xcoff_archive_contains_shared_object_p.
820 (xcoff_mark_auto_exports): Update accordingly.
821 (xcoff_post_gc_symbol): Likewise.
822
823 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
824
825 * xcofflink.c (bfd_link_input_bfd): Treat __rtinit as C_HIDEXT
826 rather than C_EXT.
827
828 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
829
830 * coff-rs6000.c (member_layout): New structure.
831 (archive_iterator): Likewise.
832 (member_layout_init): New function.
833 (archive_iterator_begin): Likewise.
834 (archive_iterator_next): Likewise.
835 (xcoff_write_armap_old): Use the new iterator functions.
836 (do_shared_object_padding): Delete.
837 (xcoff_write_armap_big): Use the new iterator functions. Simplify
838 handling of arch_info.
839 (xcoff_write_archive_contents_old): Allocate arelt_data in the
840 first loop rather than the second. Allocate a member header if
841 there isn't one, then work out the stat information and length
842 in the first loop too. Use the new iterators for the second loop.
843 (xcoff_write_archive_contents_big): Likewise.
844
845 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
846
847 * bfd-in.h (bfd_xcoff_split_import_path): Declare.
848 (bfd_xcoff_set_archive_import_path): Likewise.
849 * bfd-in2.h: Regenerate.
850 * xcofflink.c: Include libiberty.h.
851 (xcoff_archive_info): New structure.
852 (xcoff_archive_info_hash): New function.
853 (xcoff_archive_info_eq): Likewise.
854 (xcoff_get_archive_info): Likewise.
855 (_bfd_xcoff_bfd_link_hash_table_create): Initialize archive_info.
856 (bfd_xcoff_split_import_path): New function.
857 (bfd_xcoff_set_archive_import_path): Likewise.
858 (xcoff_set_import_path): Move earlier in file.
859 (xcoff_link_add_dynamic_symbols): Set the import path of a non-archive
860 object to the the directory part of the bfd's filename. Get the
861 import path and filename of an archive object from the archive's
862 xcoff_tdata, initializing it if necessary. Update use of
863 import_file_id.
864 (bfd_link_input_bfd): Update use of import_file_id.
865 (xcoff_write_global_symbol): Likewise.
866
867 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
868
869 * xcofflink.c (xcoff_link_hash_table): Moved from include/coff/xcoff.h.
870
871 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
872
873 * xcofflink.c (xcoff_link_create_extra_sections): Don't create
874 a .loader section for relocatable links.
875 (xcoff_need_ldrel_p): New function.
876 (xcoff_mark): Use it.
877 (bfd_xcoff_link_count_reloc): Only count loader relocs if there's
878 a loader section.
879 (xcoff_build_ldsym): New function, split out from...
880 (xcoff_build_ldsyms): ...here. Rename to...
881 (xcoff_post_gc_symbol): ...this. Only export symbols, and only
882 call xcoff_build_ldsym, if there's a loader section.
883 (xcoff_build_loader_section): New function, extracted verbatim from...
884 (bfd_xcoff_size_dynamic_sections): ...here. Only call it if
885 there's a loader section. Only add an __rtinit loader symbol
886 if there's a loader section. Update after above name change.
887 (xcoff_symbol_section, xcoff_create_ldrel): New functions.
888 (bfd_link_input_bfd): Use xcoff_need_ldrel_p, xcoff_symbol_section
889 and xcoff_create_ldrel.
890 (xcoff_write_global_symbol): Use xcoff_create_ldrel.
891 (xcoff_reloc_link_order): Likewise, but only call it if there's
892 a loader section. Use xcoff_symbol_section.
893 (_bfd_xcoff_bfd_final_link): Only use fdinfo.ldrel and fdinfo.ldsym
894 if there's a loader section.
895
896 2009-04-01 Richard Sandiford <rdsandiford@googlemail.com>
897
898 * xcofflink.c (bfd_link_input_bfd): Fix buffer overrun.
899
900 2009-04-01 Christophe Lyon <christophe.lyon@st.com>
901
902 * elf32-arm.c (group_sections): Rewrite loops for better
903 readability.
904
905 2009-03-30 DJ Delorie <dj@redhat.com>
906
907 * elflink.c (elf_link_input_bfd): Don't try to resolve complex
908 relocs when doing a relocatable link.
909
910 2009-03-28 Mark Mitchell <mark@codesourcery.com>
911
912 * coff-arm.c (coff_arm_merge_private_bfd_data): Use "error:", not
913 "ERROR:", in error messages.
914 * cpu-arm.c (bfd_arm_merge_machines): Likewise.
915 * elf-attrs.c (_bfd_elf_merge_object_attributes): Likewise.
916 * elf32-arm.c (tag_cpu_arch_combine): Likewise.
917 (elf32_arm_merge_eabi_attributes): Likewise.
918 (elf32_arm_merge_private_bfd_data): Likewise.
919
920 2009-03-27 Nick Clifton <nickc@redhat.com>
921
922 * section.c (bfd_get_section_contents): Detect and handle the case
923 where a section has the SEC_IN_MEMORY flag set but no actual
924 contents allocated.
925
926 2009-03-26 Alan Modra <amodra@bigpond.net.au>
927
928 PR 6494
929 * elf.c (copy_elf_program_header): Do not check that PT_GNU_RELRO
930 p_filesz and p_memsz are equal. Use p_memsz as the segment size.
931 (assign_file_positions_for_non_load_sections): Zap PT_GNU_RELRO
932 if we don't find matching PT_LOAD when copying.
933
934 2009-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
935
936 * elf32-crx.c (crx_elf_howto_table): Zero the src_mask field of
937 the reloc descriptions.
938
939 2009-03-25 Hans-Peter Nilsson <hp@axis.com>
940
941 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
942 <R_CRIS_16_GOT_GD, case R_CRIS_32_GOT_GD>: Handle COMMON symbols.
943 <case R_CRIS_16_TPREL, R_CRIS_32_TPREL>: Ditto.
944
945 2009-03-24 H.J. Lu <hongjiu.lu@intel.com>
946
947 * cpu-i386.c (bfd_x86_64_arch_intel_syntax): Make it static.
948 (bfd_i386_arch_intel_syntax): Likewise.
949 (i8086_arch): Likewise.
950 (bfd_x86_64_arch): Likewise.
951
952 2009-03-24 Hans-Peter Nilsson <hp@axis.com>
953
954 * elf32-cris.c (cris_elf_relocate_section): <case
955 R_CRIS_16_DTPREL, R_CRIS_32_DTPREL>: Allow use of non-local
956 symbols for non-allocated sections. Don't check whether to
957 generate R_CRIS_DTPMOD for non-allocated sections.
958 (cris_elf_gc_sweep_hook) <case R_CRIS_32_DTPREL>: Don't
959 handle relocation GC:ing if applied to non-allocated section.
960 (cris_elf_check_relocs): Similar.
961
962 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
963 <R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: Don't include the TLS size
964 when emitting a known TP offset in the GOT.
965
966 2009-03-23 Alan Modra <amodra@bigpond.net.au>
967
968 * elf64-ppc.c (synthetic_opd): Delete.
969 (compare_symbols): Look for .opd name rather than section match.
970 (ppc64_elf_get_synthetic_symtab): Likewise.
971
972 2009-03-21 Alan Modra <amodra@bigpond.net.au>
973
974 * elf32-ppc.c (is_pic_glink_stub): Delete.
975 (is_nonpic_glink_stub): New function.
976 (ppc_elf_get_synthetic_symtab): Check for last non-pic stub rather
977 than first pic one.
978 (struct ppc_elf_link_hash_table <glink_pltresolve>): Comment fix.
979
980 2009-03-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
981 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
982
983 * elf32-s390.c (elf_s390_check_relocs): Use the SYMBOL_*
984 macros for visibilty and locality checks.
985 (elf_s390_adjust_dynamic_symbol): Likewise.
986 (allocate_dynrelocs): Likewise.
987 (elf_s390_relocate_section): Likewise.
988 (elf_s390_finish_dynamic_symbol): Likewise.
989 * elf64-s390.c (elf_s390_check_relocs): Likewise.
990 (elf_s390_adjust_dynamic_symbol): Likewise.
991 (allocate_dynrelocs): Likewise.
992 (elf_s390_relocate_section): Likewise.
993 (elf_s390_finish_dynamic_symbol): Likewise.
994
995 2009-03-19 Kai Tietz <kai.tietz@onevision.com>
996
997 * bfd-in2.h: Regenerated.
998 * coffcode.h (sec_to_styp_flags): For pe-coff add SEC_READONLY
999 for debugging sections and map memory read/write dependent on
1000 SEC_COFF_NOREAD.
1001 (styp_to_sec_flags): Set SEC_COFF_NOREAD for sections
1002 without memory read flags set.
1003 * section.c: Add SEC_COFF_NOREAD to section flags.
1004
1005 2009-03-19 Andreas Schwab <schwab@linux-m68k.org>
1006
1007 * elf32-hppa.c (final_link_relocate): Cast bfd_vma values to long
1008 for format string.
1009
1010 2009-03-19 Alan Modra <amodra@bigpond.net.au>
1011
1012 * elf32-spu.c (spu_elf_find_overlays): Separate error return from
1013 "no overlays" return. If there are overlays, create overlay
1014 manager entry symbols here, so that..
1015 (spu_elf_build_stubs): ..we don't need to set them up here.
1016 Simplify entry symbol tests.
1017 * elf32-spu.h (spu_elf_find_overlays): Update prototype.
1018
1019 2009-03-18 Mark Kettenis <kettenis@gnu.org>
1020
1021 * elf.c (elfcore_grok_openbsd_procinfo)
1022 (elfcore_grok_openbsd_note): New functions.
1023 (elf_parse_notes): Handle notes from OpenBSD ELF core files.
1024
1025 2009-03-18 Alan Modra <amodra@bigpond.net.au>
1026
1027 * vms-hdr.c: Don't include alloca.h.
1028 * elf32-m68hc1x.c: Include alloca-conf.h.
1029 * xsym.c: Likewise.
1030 * elf64-hppa.c: Likewise. Remove existing #if's handling alloca.
1031 * som.c: Likewise.
1032 * Makefile.am: Run "make dep-am".
1033 * Makefile.in: Regenerate.
1034
1035 2009-03-17 Daniel Jacobowitz <dan@codesourcery.com>
1036
1037 * elf32-arm.c (elf32_arm_check_relocs): Correct symbian_p test.
1038
1039 2009-03-17 Alan Modra <amodra@bigpond.net.au>
1040
1041 * elf32-spu.h (struct spu_elf_params): ovly_flavour now only 1 bit.
1042 Add compact_stub.
1043 (emum _ovly_flavour): Delete ovly_compact, ovly_none.
1044 * elf32-spu.c (struct spu_link_hash_table): Replace ovly_load and
1045 ovly_return fields with ovly_entry[2]. Adjust all users.
1046 (spu_elf_find_overlays): Set ovly_entry[1] from __icache_call_handler
1047 when soft-icache.
1048 (spu_elf_build_stubs): Likewise.
1049 (ovl_stub_size): Change arg to spu_elf_params pointer. Adjust for
1050 ovly_flavour changes. Update all callers.
1051 (ovl_stub_size_log2): New function.
1052 (build_stub): Handle compact icache stubs. Use different manager
1053 entry point for stubs in non-icache area.
1054 (spu_elf_size_stubs): Don't allocate space for indirect branch
1055 descriptors.
1056 (spu_elf_build_stubs): And don't built them.
1057
1058 2009-03-16 Andrew Stubbs <ams@codesourcery.com>
1059
1060 * dwarf2.c (read_section): Always use rawsize, if available.
1061
1062 2009-03-16 Alan Modra <amodra@bigpond.net.au>
1063
1064 * simple.c (bfd_simple_get_relocated_section_contents): Use larger
1065 of rawsize and size for buffer.
1066
1067 2009-03-15 Ulrich Weigand <uweigand@de.ibm.com>
1068
1069 * elf32-spu.c (spu_elf_check_vma): Do not reset auto_overlay
1070 parameter just because fixed sections fit into local store.
1071 (spu_elf_auto_overlay): Do not declare as "noreturn". Skip
1072 generating overlays if fixed sections plus reserved stack
1073 and heap space fit into local store.
1074
1075 2009-03-15 Alan Modra <amodra@bigpond.net.au>
1076
1077 * elf32-spu.c (build_stub): Correct icache set_id.
1078 (spu_elf_relocate_section): Likewise.
1079
1080 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1081
1082 * xcofflink.c (xcoff_link_check_archive_element): Only free the
1083 symbol table if it was created by the current call.
1084
1085 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1086
1087 * xcofflink.c (xcoff_build_ldsyms): Give imported descriptors
1088 class XMC_DS rather than XMC_UA.
1089
1090 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1091
1092 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Replace the
1093 bfd_boolean export_defineds parameter with an unsigned int
1094 auto_export_flags parameter.
1095 * bfd-in2.h: Regenerate.
1096 * xcofflink.c (xcoff_archive_contains_shared_object_p): New function,
1097 split out from xcoff_build_ldsyms.
1098 (xcoff_covered_by_expall_p): New function.
1099 (xcoff_auto_export_p): New function, split out from xcoff_build_ldsyms
1100 but with extra code to handle -bexpfull and -bexpall.
1101 (xcoff_mark_auto_exports): New function.
1102 (xcoff_build_ldsyms): Use xcoff_auto_export_p to decide whether
1103 a function should be automatically exported.
1104 (bfd_xcoff_size_dynamic_sections): Replace the export_defineds
1105 parameter with an auto_export_flags parameter. Update ldinfo
1106 accordingly. Use xcoff_mark_auto_exports to mark all automatically-
1107 exported symbols.
1108
1109 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1110
1111 * xcofflink.c (xcoff_mark_symbol_by_name): New function.
1112 (bfd_xcoff_size_dynamic_sections): Use it to mark the entry,
1113 init and fini functions. Do garbage collection for objects
1114 without an entry point too.
1115
1116 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1117
1118 * coffcode.h (coff_pointerize_aux_hook): Update CSECT_SYM_P to
1119 check whether a symbol has csect information.
1120 (coff_print_aux): Likewise.
1121 * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Handle auxillary csect
1122 information for C_AIX_WEAKEXT too.
1123 (_bfd_xcoff_swap_aux_out): Likewise.
1124 (xcoff_reloc_type_br): Handle defweak symbols too.
1125 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Handle auxillary csect
1126 information for C_AIX_WEAKEXT too.
1127 (_bfd_xcoff64_swap_aux_out): Likewise.
1128 (xcoff64_reloc_type_br): Handle defweak symbols too.
1129 * coffgen.c (coff_print_symbol): Handle auxillary function
1130 information for C_AIX_WEAKEXT too.
1131 * xcofflink.c (_bfd_xcoff_canonicalize_dynamic_symtab): Set BSF_WEAK
1132 instead of BSF_GLOBAL if the L_WEAK flag is set.
1133 (xcoff_dynamic_definition_p): New function.
1134 (xcoff_link_add_dynamic_symbols): Use it to decide whether ldsym
1135 defines h. Don't change h if ldsym isn't the definition. Otherwise,
1136 always take the symbol class from the ldsym. Use weak bfd symbol
1137 types for weak ldsyms.
1138 (xcoff_link_add_symbols): Use CSECT_SYM_P and EXTERN_SYM_P.
1139 Fix the check for whether a definition is from a shared object.
1140 Allow redefinitions of weak symbols.
1141 (xcoff_link_check_ar_symbols): Use EXTERN_SYM_P.
1142 (xcoff_keep_symbol_p): Likewise.
1143 (bfd_xcoff_size_dynamic_sections): Use CSECT_SYM_P.
1144 (xcoff_link_input_bfd): Use CSECT_SYM_P and EXTERN_SYM_P.
1145 Add .loader entries for C_AIX_WEAKEXT as well as C_EXT symbols,
1146 but mark them as L_WEAK.
1147 (xcoff_write_global_symbol): Treat weak symbols as C_AIX_WEAKEXT
1148 instead of C_EXT if C_AIX_WEAKEXT == C_WEAKEXT.
1149
1150 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1151
1152 * xcofflink.c (xcoff_mark): When walking the relocations,
1153 only mark the target symbol or the target section, not both.
1154 (xcoff_final_definition_p): New function.
1155 (xcoff_keep_symbol_p): Use it to check whether an external XCOFF
1156 symbol is a valid definition of the associated output symbol.
1157 Use XCOFF_ALLOCATED to stop the same hash table entry having
1158 two output symbols.
1159 (bfd_xcoff_size_dynamic_sections): Set XCOFF_ALLOCATED when
1160 keeping a symbol.
1161 (xcoff_link_input_bfd): Use xcoff_final_definition_p.
1162
1163 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1164
1165 * xcofflink.c (bfd_xcoff_import_symbol): Treat imported absolute
1166 symbols as XMC_XO.
1167
1168 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1169
1170 * libcoff-in.h (xcoff_tdata): Add a lineno_counts field.
1171 * libcoff.h: Regenerate.
1172 * xcofflink.c (xcoff_link_add_symbols): Record per-symbol
1173 line-number counts in the bfd's lineno_counts field.
1174 Don't keep per-csect line-number counts.
1175 (xcoff_sweep): Don't update per-csect line-number counts.
1176 (bfd_xcoff_size_dynamic_sections): Count the number of line-number
1177 entries in each output section.
1178 (xcoff_link_input_bfd): Get the number of line numbers from
1179 the bfd's lineno_counts field, rather than recalculating it
1180 from scratch. Fix the range check when updating C_BINCL and
1181 C_EINCL symbols.
1182 (_bfd_xcoff_bfd_final_link): Don't count the output line numbers
1183 here. Don't expect csects to have line-number counts.
1184
1185 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1186
1187 * libcoff-in.h (xcoff_tdata): Change debug_indices to a signed long.
1188 * libcoff.h: Regenerate.
1189 * xcofflink.c (xcoff_keep_symbol_p): New function, using the
1190 "skip" logic from xcoff_link_input_bfd.
1191 (bfd_xcoff_size_dynamic_sections): Explicitly skip dynamic
1192 objects in a dynamic link, rather than checking whether csectpp
1193 is null. Always allocate debug_index for other objects,
1194 and always go through the loop. Update the type of debug_index
1195 after the change above. Read the auxillary csect information
1196 and use xcoff_keep_symbol_p to decide whether a symbol should
1197 be kept. Set its debug_index to -2 if not.
1198 (xcoff_link_input_bfd): Update the type of debug_index after
1199 the change above and always expect it to be nonnull. Use it to
1200 test whether a symbol should be stripped, rather than making the
1201 decision here. Postpone all symbol creation to the second pass.
1202
1203 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1204
1205 * xcofflink.c: (xcoff_mark_symbol): Mark the TOC section when
1206 creating a descriptor.
1207 (xcoff_sweep): Don't mark toc_section unless it's needed.
1208 (bfd_xcoff_size_dynamic_sections): Skip the toc_section
1209 when marking every bfd.
1210 (xcoff_link_input_bfd): Skip all TOC anchors.
1211 (xcoff_toc_section_p, xcoff_find_tc0): New functions.
1212 (_bfd_xcoff_bfd_final_link): Don't set the output bfd's TOC anchor
1213 to -1; call xcoff_find_tc0 instead.
1214
1215 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1216
1217 * libcoff-in.h (xcoff_section_tdata): Update commentary.
1218 * libcoff.h: Regenerate.
1219 * xcofflink.c (xcoff_link_add_symbols): Set the csect of XTY_ER
1220 symbols to bfd_und_section_ptr or bfd_abs_section_ptr, rather than
1221 the previous symbol's csect. Treat last_symndx as an inclusive value
1222 and simplify its handling.
1223 (xcoff_mark): Treat last_symndx as an inclusive value. Only mark
1224 symbols with the right csect. Don't mark rsec when processing
1225 relocations against undefined or absolute sections.
1226 (bfd_xcoff_size_dynamic_sections): Don't check the SEC_MARK flag
1227 of bfd_und_section_ptr.
1228 (xcoff_link_input_bfd): Likewise.
1229
1230 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1231
1232 * coff-rs6000.c (xcoff_ppc_relocate_section): Report relocations
1233 against undefined symbols if the symbol's XCOFF_WAS_UNDEFINED
1234 flag is set. Assert that all undefined symbols are either
1235 imported or defined by a dynamic object.
1236 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise.
1237 * xcofflink.c (xcoff_link_add_symbols): Extend function-symbol
1238 handling to all relocations. Only set XCOFF_CALLED for function
1239 symbols.
1240 (xcoff_find_function): New function, split out from...
1241 (bfd_xcoff_export_symbol) ...here.
1242 (xcoff_set_import_path): New function, split out from...
1243 (bfd_xcoff_import_symbol): ...here. Remove assertion for old
1244 meaning of XCOFF_CALLED.
1245 (xcoff_mark_symbol): If we mark an undefined and unimported
1246 symbol, find some way of defining it. If the symbol is a function
1247 descriptor, fill in its definition automatically. If the symbol
1248 is a function, mark its descriptor and allocate room for global
1249 linkage code. Otherwise mark the symbol as implicitly imported.
1250 Move the code for creating function descriptors from...
1251 (xcoff_build_ldsyms): ...here. Use XCOFF_WAS_UNDEFINED to
1252 check for symbols that were implicitly defined.
1253 (xcoff_mark): Don't count any dynamic relocations against
1254 function symbols.
1255 (bfd_xcoff_size_dynamic_sections): Save the rtld parameter
1256 in the xcoff link info.
1257 (xcoff_link_input_bfd): Remove handling of undefined and
1258 unexported symbols.
1259
1260 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1261
1262 * coff-rs6000.c (xcoff_reloc_type_br): Make the branch absolute
1263 if the target is absolute. Fix comment typo.
1264 (xcoff_ppc_relocate_section): Remove FIXME.
1265 * coff64-rs6000.c (xcoff64_reloc_type_br): Make the branch absolute
1266 if the target is absolute.
1267
1268 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1269
1270 * xcofflink.c (xcoff_mark, xcoff_link_input_bfd): Don't copy
1271 R_POS and R_NEG relocations against absolute symbols to the
1272 .loader section.
1273
1274 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1275
1276 * coff64-rs6000.c (xcoff64_write_object_contents): Set the cputype
1277 to 2 for bfd_mach_ppc_620.
1278
1279 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1280
1281 * config.bfd: Treat AIX 6+ in the same way as AIX 5.
1282 * configure.in: Likewise.
1283 * configure: Regenerate.
1284
1285 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
1286
1287 PR binutils/9945
1288 * elf.c (assign_section_numbers): Generate symbol table if there
1289 is any relocation in output.
1290 (_bfd_elf_compute_section_file_positions): Likewise.
1291
1292 2009-03-13 Nick Clifton <nickc@redhat.com>
1293
1294 PR 9934
1295 * elf-bfd.h (NUM_SHDR_ENTRIES): Cope with an empty section.
1296 * elflink.c (elf_link_read_relocs_from_section): Use
1297 NUM_SHDR_ENTRIES. Gracefully handle the case where there are
1298 relocs but no symbol table.
1299 * elf32-arm.c (elf32_arm_check_relocs): Likewise.
1300
1301 2009-03-12 H.J. Lu <hongjiu.lu@intel.com>
1302
1303 PR ld/9938
1304 * elf32-i386.c (elf_i386_check_tls_transition): Use strncmp
1305 to check ___tls_get_addr.
1306
1307 * elf64-x86-64.c (elf64_x86_64_check_tls_transition): Use
1308 strncmp to check __tls_get_addr.
1309
1310 2009-03-12 Andrew Stubbs <ams@codesourcery.com>
1311
1312 * dwarf2.c (read_section): Always check the offset, even when the
1313 section has been read before.
1314
1315 2009-03-11 H.J. Lu <hongjiu.lu@intel.com>
1316
1317 * elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in
1318 comments.
1319
1320 2009-03-11 Chris Demetriou <cgd@google.com>
1321
1322 * bfd.c (BFD_DETERMINISTIC_OUTPUT): New flag.
1323 * bfd-in2.h: Regenerate.
1324 * archive.c (bfd_ar_hdr_from_filesystem): If BFD_DETERMINISTIC_OUTPUT
1325 flag is set, use 0 for uid, gid, and timestamp, and use 0644 for file
1326 mode.
1327 (bsd_write_armap): Likewise.
1328 (_bfd_archive_bsd_update_armap_timestamp): If BFD_DETERMINISTIC_OUTPUT
1329 flag is set, do nothing.
1330 (coff_write_armap): If BFD_DETERMINISTIC_OUTPUT flag is set, use 0
1331 for timestamp.
1332
1333 2009-03-11 Ulrich Weigand <uweigand@de.ibm.com>
1334
1335 * elf32-spu.c (find_function_stack_adjust): Handle sf instruction
1336 used to update stack pointer.
1337
1338 2009-03-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1339
1340 PR binutils/9921
1341 * som.c (som_bfd_derive_misc_symbol_info): Set symbol type ST_ABSOLUTE
1342 for unknown symbols in absolute section.
1343
1344 2009-03-06 Nick Clifton <nickc@redhat.com>
1345
1346 * po/es.po: Updated Spanish translation.
1347
1348 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
1349
1350 * elf32-arm.c (group_sections): Take next section size into
1351 account before accepting to group it.
1352
1353 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
1354
1355 * elf32-arm.c (arm_type_of_stub): Handle long branches targetting
1356 PLT entries.
1357 (elf32_arm_final_link_relocate): Likewise.
1358
1359 2009-03-05 Moritz Kroll <Moritz.Kroll@gmx.de>
1360
1361 PR 9923
1362 * peXXigen.c (_bfd_XXi_final_link_postscript): Check h->root.type.
1363
1364 2009-03-04 Alan Modra <amodra@bigpond.net.au>
1365
1366 * reloc.c (BFD_RELOC_PPC_TLSGD, BFD_RELOC_PPC_TLSLD): New.
1367 * section.c (struct bfd_section): Add has_tls_get_addr_call.
1368 (BFD_FAKE_SECTION): Init new flag.
1369 * ecoff.c (bfd_debug_section): Likewise.
1370 * bfd-in2.h: Regenerate.
1371 * libbfd.h: Regenerate.
1372 * elf32-ppc.c (ppc_elf_howto_raw): Add R_PPC_TLSGD and R_PPC_TLSLD.
1373 (ppc_elf_reloc_type_lookup): Handle new relocs.
1374 (ppc_elf_check_relocs): Set has_tls_get_addr_call on finding such
1375 without marker relocs.
1376 (ppc_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
1377 if section has no old-style calls.
1378 (ppc_elf_relocate_section): Set tls_mask for non-tls relocs too.
1379 Don't try to optimize new-style __tls_get_addr call when handling
1380 arg setup relocs. Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
1381 relocs.
1382 * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_TLSGD, R_PPC64_TLSLD.
1383 (ppc64_elf_reloc_type_lookup): Handle new relocs.
1384 (ppc64_elf_check_relocs): Set has_tls_get_addr_call on finding such
1385 without marker relocs.
1386 (ppc64_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
1387 if section has no old-style calls. Set toc_ref for new relocs as
1388 appropriate.
1389 (ppc64_elf_relocate_section): Set tls_mask for non-tls relocs too.
1390 Don't try to optimize new-style __tls_get_addr call when handling
1391 arg setup relocs. Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
1392 relocs.
1393
1394 2009-03-04 Alan Modra <amodra@bigpond.net.au>
1395
1396 PR 6768
1397 * configure.in: Test for ld --as-needed support. Link shared
1398 libbfd against libm.
1399 * configure: Regenerate.
1400
1401 2009-03-03 Alan Modra <amodra@bigpond.net.au>
1402
1403 * Makefile.am: Run "make dep-am".
1404 * Makefile.in: Regenerate.
1405
1406 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
1407
1408 * elf32-score7.c: New file.
1409 * elf32-score.h: New file.
1410 * elf32-score.c: Add code to support score 7. Set score7 as the
1411 default.
1412 * cpu-score.c: Add score7 architecure.
1413 (compatibile): New function.
1414 * Makefile.am: Add rules for building elf32-score7 object.
1415 * Makefile.in: Regenerate.
1416 * configure.in: Add elf32-score7 object to score vectors.
1417 * configure: Regenerate.
1418 * reloc.c: Add score7 relocs.
1419 * archures.c: Add score3 and score7 machine numbers.
1420 * bfd-in2.h: Regenerate.
1421 * libbfd.h: Regenerate.
1422
1423 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1424
1425 * configure: Regenerate.
1426
1427 2009-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1428
1429 * elf32-hppa.c (hppa32_elf_local_refcounts): New function.
1430 (elf32_hppa_check_relocs): Use it.
1431
1432 * elf_hppa_add_symbol_hook (elf_hppa_add_symbol_hook): Move to
1433 elf64-hppa.c.
1434 (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
1435 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
1436 (elf_hppa_is_dynamic_loader_symbol): Likewise.
1437 (elf_hppa_record_segment_addrs): Likewise.
1438 (elf_hppa_final_link): Likewise.
1439 (elf_hppa_relocate_insn): Likewise.
1440 (elf_hppa_final_link_relocate): Likewise.
1441 (elf64_hppa_relocate_section): Likewise.
1442 * elf64-hppa.c: Insert above.
1443
1444 2009-02-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1445
1446 * elf-hppa.h (elf_hppa_final_link): Use elf_hppa_final_link.
1447 (elf_hppa_final_link_relocate ): Rewrite eliminating dynamic hash table.
1448 (elf_hppa_relocate_section): Likewise.
1449 * elf64-hppa.c (struct elf64_hppa_link_hash_entry): Change to derive
1450 from struct elf_link_hash_entry. Add count field.
1451 (struct elf64_hppa_dyn_hash_table): Delete.
1452 (struct elf64_hppa_link_hash_table): Delete dyn_hash_table field.
1453 (elf64_hppa_hash_table): Rename to hppa_link_hash_table.
1454 (hppa_elf_hash_entry, eh_name): Define.
1455 (elf64_hppa_new_dyn_hash_entry): Delete.
1456 (elf64_hppa_dyn_hash_lookup): Delete.
1457 (elf64_hppa_dyn_hash_traverse): Delete.
1458 (get_dyn_name): Delete.
1459 (elf64_hppa_finalize_opd): Use struct elf_link_hash_entry * instead
1460 of struct elf64_hppa_dyn_hash_entry *.
1461 (elf64_hppa_finalize_dlt, llocate_global_data_dlt,
1462 allocate_global_data_plt, allocate_global_data_stub,
1463 allocate_global_data_opd, count_dyn_reloc, allocate_dynrel_entries):
1464 Likewise.
1465 (hppa64_link_hash_newfunc): New.
1466 (elf64_hppa_hash_table_create): Rework.
1467 (count_dyn_reloc): Likewise.
1468 (hppa64_elf_local_refcounts): New.
1469 (elf64_hppa_check_relocs): Rework using standard technique for recording
1470 local DLT, PLT and OPD reference counts.
1471 (elf64_hppa_dynamic_symbol_p): Revise using "eh" for struct
1472 elf_link_hash_entry *.
1473 (elf64_hppa_mark_exported_functions, allocate_global_data_dlt,
1474 allocate_global_data_plt, allocate_global_data_stub,
1475 allocate_global_data_opd, allocate_dynrel_entries,
1476 elf64_hppa_adjust_dynamic_symbol,
1477 elf64_hppa_mark_milli_and_exported_functions): Likewise.
1478 (elf64_hppa_create_dynamic_sections, elf64_hppa_size_dynamic_sections):
1479 Use hppa_link_hash_table. Rework.
1480 (elf64_hppa_link_output_symbol_hook): Rework.
1481 (elf64_hppa_finish_dynamic_symbol, elf64_hppa_finalize_opd,
1482 elf64_hppa_finalize_dlt, elf64_hppa_finalize_dynreloc,
1483 elf64_hppa_finish_dynamic_sections): Likewise.
1484
1485 2009-02-26 Christophe Lyon <christophe.lyon@st.com>
1486
1487 * elf32-arm.c (stub_reloc_type): Removed.
1488 (insn_sequence): Renamed reloc_type field to r_type.
1489 (elf32_arm_stub_long_branch_v4t_arm_thumb_pic): New stub.
1490 (elf32_arm_stub_long_branch_v4t_thumb_arm_pic): Likewise.
1491 (elf32_arm_stub_long_branch_thumb_only_pic): Likewise.
1492 (elf32_arm_stub_type): Add new enum entries for the new stubs.
1493 (arm_stub_is_thumb): Catch new stubs.
1494 (arm_type_of_stub): Handle new stubs.
1495 (arm_size_one_stub): Use ARRAY_SIZE. Handle new stubs.
1496 (bfd_elf32_arm_process_before_allocation): Remove useless
1497 condition.
1498
1499 2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
1500
1501 * elf.c (elf_find_function): Use is_function_type to check
1502 function symbol.
1503
1504 2009-02-24 Sterling Augustine <sterling@jaw.hq.tensilica.com>
1505
1506 * xtensa-modules.c: Revert to previous version 1.11 due
1507 to inadvertant commit.
1508
1509 2009-02-24 Sterling Augustine <sterling@tensilica.com>
1510
1511 * elf32-xtensa.c (text_action_add): Separate test for action
1512 type. Break if saved action is ta_widen_insn at same offset.
1513
1514 2009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
1515
1516 * elf32-arm.c (elf32_arm_stub_long_branch_any_any_pic): Rename
1517 to elf32_arm_stub_long_branch_any_arm_pic.
1518 (elf32_arm_stub_long_branch_any_thumb_pic): New.
1519 (enum elf32_arm_stub_type, arm_type_of_stub)
1520 (arm_size_one_stub): Handle any to ARM PIC and any to Thumb PIC
1521 separately.
1522
1523 2009-02-24 Joseph Myers <joseph@codesourcery.com>
1524
1525 * elf32-arm.c (PREV_SEC): Update comment.
1526 (group_sections): Rename argument to stubs_always_after_branch.
1527 Reverse the list and place stubs at the end of input sections.
1528 Undefine NEXT_SEC.
1529 (elf32_arm_size_stubs): Update to use stubs_always_after_branch.
1530
1531 2009-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1532
1533 * elf32-arm.c (arm_build_one_stub): Initialize stub_reloc_offset.
1534 Fix formatting.
1535 (arm_size_one_stub): Remove unnecessary break.
1536 (arm_map_one_stub): Fix formatting. Return after BFD_FAIL.
1537
1538 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
1539
1540 * elf32-arm.c (stub_insn_type): New type.
1541 (stub_reloc_type): Likewise.
1542 (insn_sequence): Likewise.
1543 (elf32_arm_stub_long_branch_any_any): Encode using insn_sequence.
1544 (elf32_arm_stub_long_branch_v4t_arm_thumb): Likewise.
1545 (elf32_arm_stub_long_branch_thumb_only): Likewise.
1546 (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
1547 (elf32_arm_stub_short_branch_v4t_thumb_arm): Likewise.
1548 (elf32_arm_stub_long_branch_any_any_pic): Likewise.
1549 (elf32_arm_stub_hash_entry): Add new helper fields.
1550 (stub_hash_newfunc): Initialize these new fields.
1551 (arm_build_one_stub): Encode Arm and Thumb instructions separately
1552 to take endianness into account.
1553 (arm_size_one_stub): Compute size of stubs using insn_sequence.
1554 (arm_map_one_stub): Code is now more generic, thanks to
1555 insn_sequence.
1556
1557 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
1558
1559 * elf32-arm.c (elf32_arm_stub_long_branch_thumb_only): Fix stub
1560 code.
1561 (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
1562 (arm_type_of_stub): Use Thumb-only long branch stub (non-PIC) when
1563 BLX is not available. Fix typo in warning message. Add comments
1564 and improve formatting.
1565 (arm_build_one_stub): Adjust to new
1566 elf32_arm_stub_long_branch_v4t_thumb_arm stub.
1567 (arm_map_one_stub): Likewise.
1568
1569 2009-02-23 Tristan Gingold <gingold@adacore.com>
1570 Eric Botcazou <ebotcazou@adacore.com>
1571 Douglas B Rupp <rupp@gnat.com>
1572
1573 * vms.h: Update copyright year, fix comments, reorder declarations.
1574 (_bfd_save_vms_section): Remove the prototype.
1575 (EGPS_S_V_NO_SHIFT): New constant.
1576 (bfd_vms_set_section_flags): New prototype.
1577 (EGPS_S_B_ALIGN, EGPS_S_W_FLAGS, EGPS_S_L_ALLOC, EGPS_S_B_NAMLNG): New
1578 constants.
1579 (EGSY_S_W_FLAGS): Ditto.
1580 (EGSY_S_V_QUAD_VAL): Ditto.
1581 (ESDF_S_L_VALUE, ESDF_S_L_PSINDX, ESDF_S_B_NAMLNG): Ditto.
1582 (EGST_S_W_FLAGS, EGST_S_Q_LP_1, EGST_S_Q_LP_2, EGST_S_L_PSINDX,
1583 EGST_S_B_NAMLNG): Ditto.
1584 (ESRF_S_B_NAMLNG): Ditto.
1585 (ETIR_S_C_HEADER_SIZE): Ditto.
1586 (EGPS_S_V_ALLOC_64BIT): Ditto.
1587 (DST_S_C_EPILOG): Ditto.
1588 (DST_S_C_SRC_SETLNUM_L, DST_S_C_SRC_SETLNUM_W) : Ditto.
1589 (DST_S_C_SRC_INCRLNUM_B): Ditto.
1590 (DST_S_B_PCLINE_UNSBYTE, DST_S_W_PCLINE_UNSWORD): Ditto.
1591 (DST_S_L_PCLINE_UNSLONG): Ditto.
1592 (DST_S_B_MODBEG_NAME, DST_S_L_RTNBEG_ADDRESS) : Ditto
1593 (DST_S_B_RTNBEG_NAME, DST_S_L_RTNEND_SIZE): Ditto
1594 (DST_S_C_SOURCE_HEADER_SIZE): Ditto.
1595 (DST_S_B_SRC_DF_LENGTH, DST_S_W_SRC_DF_FILEID): Ditto.
1596 (DST_S_B_SRC_DF_FILENAME, DST_S_B_SRC_UNSBYTE): Ditto.
1597 (DST_S_B_SRC_UNSBYTE): Ditto.
1598 (DST_S_W_SRC_UNSWORD, DST_S_L_SRC_UNSLONG): Ditto.
1599 Add prototypes.
1600 (vms_section, vms_reloc): Remove types.
1601 (hdr_struc): Replaced by ...
1602 (hdr_struct): ... new type.
1603 (EMH_S_W_HDRTYP, EMH_S_B_STRLVL, EMH_S_L_ARCH1): New constants.
1604 (EMH_S_L_ARCH2, EMH_S_L_RECSIZ, EMH_S_B_NAMLNG): Ditto.
1605 (EMH_DATE_LENGTH): Ditto.
1606 (eom_struc): Replaced by ...
1607 (eom_struct): ... new type.
1608 (EEOM_S_L_TOTAL_LPS, EEOM_S_W_COMCOD, EEOM_S_B_TFRFLG): New constants.
1609 (EEOM_S_L_PSINDX, EEOM_S_L_TFRADR): Ditto.
1610 (EIHD_S_K_MAJORID, EIHD_S_K_MINORID, EIHD_S_K_EXE): Ditto.
1611 (EIHD_S_L_SIZE, EIHD_S_L_ISDOFF, EIHD_S_L_SYMDBGOFF): Ditto.
1612 (EIHD_S_Q_SYMVVA, EIHD_S_L_IMGTYPE): Ditto.
1613 (EISD_S_L_EISDSIZE, EISD_S_L_SECSIZE, EISD_S_Q_VIR_ADDR): Ditto.
1614 (EISD_S_L_FLAGS, EISD_S_L_VBN, EISD_S_R_CONTROL): Ditto.
1615 (EISD_S_L_IDENT, EISD_S_T_GBLNAM): Ditto.
1616 (EISD_S_M_GBL, EISD_S_M_CRF, EISD_S_M_DZRO, EISD_S_M_WRT): Ditto.
1617 (EISD_S_M_INITALCODE, EISD_S_M_BASED, EISD_S_M_FIXUPVEC): Ditto.
1618 (EISD_S_M_RESIDENT, EISD_S_M_VECTOR, EISD_S_M_PROTECT): Ditto.
1619 (EISD_S_M_LASTCLU, EISD_S_M_EXE, EISD_S_M_NONSHRADR): Ditto.
1620 (EISD_S_M_QUAD_LENGTH, EISD_S_M_ALLOC_64BIT): Ditto.
1621 (EIHS_S_L_DSTVBN, EIHS_S_L_DSTSIZE, EIHS_S_L_GSTVBN): Ditto.
1622 (EIHS_S_L_GSTSIZE, EIHS_S_L_DMTVBN, EIHS_S_L_DMTBYTES): Ditto.
1623 (DBG_S_L_DMT_MODBEG, DBG_S_L_DST_SIZE): Ditto.
1624 (DBG_S_W_DMT_PSECT_COUNT, DBG_S_C_DMT_HEADER_SIZE): Ditto.
1625 (DBG_S_L_DMT_PSECT_START, DBG_S_L_DMT_PSECT_LENGTH)
1626 (DBG_S_C_DMT_PSECT_SIZE): Ditto.
1627 (enum file_type_enum): New type.
1628 (struct location_struct): Removed.
1629 (struct fileinfo, struct srecinfo, struct lineinfo): New types.
1630 (struct funcinfo, struct module): Ditto.
1631 (struct vms_private_data_struct): Update fields.
1632 (struct vms_section_data_struct): New type.
1633
1634 * vms.c: Update copyright year, fix comments,
1635 Fix includes for DECC, add prototypes.
1636 (vms_initialize): Use bfd_alloc instead of bfd_zalloc and remove
1637 some initializers.
1638 Use flavour to set is_vax, location_stack is removed.
1639 (struct pair): Declare.
1640 (fill_section_ptr): Initialize variables at declaration.
1641 Add guard to set SECTION_SYM flag, handlde und section.
1642 (vms_fixup_sections): Use struct pair for fill_section_ptr argument.
1643 (_bfd_vms_slurp_object_records): New function, replaces previous
1644 vms_object_p.
1645 (vms_slurp_module): New function.
1646 (vms_slurp_image): Ditto.
1647 (vms_object_p): Complete rewrite.
1648 (vms_mkobject): Use is_vax field to slect architecture.
1649 (free_reloc_stream): New function.
1650 (vms_convert_to_var): Ditto.
1651 (vms_convert_to_var_1): Ditto.
1652 (vms_convert_to_var_unix_filename): Ditto.
1653 (vms_close_and_cleanup): Call free_reloc_stream, convert file to
1654 VAR format on VMS.
1655 (vms_new_section_hook): Set alignment to 0, allocate private data.
1656 (vms_get_section_contents): Load content.
1657 (vms_get_symbol_info): Handle undefined section.
1658 (vms_find_nearest_line): Handle.
1659 (alloc_reloc_stream): New function.
1660 (vms_slurp_reloc_table): Ditto.
1661 (vms_get_reloc_upper_bound): Make it real.
1662 (vms_canonicalize_reloc): Do the real work.
1663 (alpha_howto_table): Add ALPHA_R_NOP, ALPHA_R_BSR, ALPHA_R_LDA,
1664 ALPHA_R_BOH.
1665 (vms_bfd_reloc_type_lookup): Handle NOP, BSR, LDA and BOH.
1666 (vms_set_arch_mach): Check arch.
1667 (vms_set_section_contents): Copy the content after allocation.
1668 (vms_alpha_vec): Update object flags.
1669
1670 * vms-tir.c: Update copyright year, fix comments,
1671 add prototypes for new functions.
1672 (dst_define_location): New function.
1673 (dst_restore_location): New function.
1674 (dst_retrieve_location): New function.
1675 (dst_check_allocation): New function.
1676 (image_dump): Call dst_check_allocation.
1677 (image_write_b): Ditto.
1678 (image_write_w): Ditto.
1679 (image_write_l): Ditto.
1680 (image_write_q): Ditto.
1681 (cmd_name): Handle STA_LW, STA_QW, STO_OFF, STO_IMM, STO_IMMR, STO_LW,
1682 STO_QW, OPR_ADD, CTL_SETRB, STC_LP_PSB, CTL_DFLOC, CTL_STLOC,
1683 CTL_STKDL.
1684 Call error handler instead of abort if name is not known.
1685 (etir_sta): Add quarter_relocs argument and set it.
1686 Fix cast.
1687 (etir_sto): Ditto.
1688 (etir_opr): Ditto, return FALSE in case of error.
1689 (etir_ctl): Add quarter_relocs argument and set it, fix cast.
1690 Fix CTL_DFLOC, CTL_STLOC, CTL_STKDL.
1691 (etir_stc): Add quarter_relocs argument and set it, fix cast.
1692 Fix STC_LP, STC_LP_PSB, STC_GBL and STC_CGA.
1693 Handle STC_LP_PSB, STC_BSR_GBL, STC_LDA_GBL, STC_BOH_GBL.
1694 Move STC_NOP_PS, STC_BSR_PS, STC_LDA_PS, STC_BOH_PS, STC_NBH_PS.
1695 Return FALSE in case of error.
1696 (tir_sta): Change sign of psect.
1697 (tir_ctl): Ditto.
1698 (tir_cmd): Fix cast. Makes tir_table static const.
1699 (etir_cmd): Add quarter_relocs argument, makes etir_table const,
1700 add argument to explain.
1701 (analyze_etir): Initialize maxptr, add quarter_relocs
1702 declaration, move some declarations into inner scopes.
1703 Handle quarter_relocs and STO_IMM.
1704 (_bfd_vms_slurp_tir): Use constant instead of hard-coded values.
1705 (_bfd_vms_slurp_relocs): New function.
1706 (_bfd_vms_decode_relocs): New function.
1707 (sto_imm): Rewritten.
1708 (start_first_etbt_record): New function.
1709 (start_another_etbt_record): Ditto.
1710 (etir_output_check): Ditto.
1711 (defer_reloc_p): Ditto.
1712 (_bfd_vms_write_tir): Remove nextoffset, convert a while-loop to
1713 a for-loop. Correctly deals with contents, deals with .vmsdebug,
1714 rewritte relocations handling.
1715 (_bfd_vms_write_tbt): Removed.
1716 (_bfd_vms_write_dbg): Ditto.
1717
1718 * vms-misc.c: Update copyright year, Fix comments.
1719 (_bfd_vms_get_header_values): Use 'size' instead of 'length'.
1720 (maybe_adjust_record_pointer_for_object): New function.
1721 (_bfd_vms_get_first_record): New function, replaces ...
1722 (_bfd_vms_get_record): .. removed.
1723 (_bfd_vms_get_object_record): New function.
1724 (_bfd_vms_get_object_record): New function.
1725 (vms_get_remaining_object_record): New function, replaces ...
1726 (_bfd_vms_get_next_record): ... removed.
1727 (add_new_contents): Removed.
1728 (_bfd_save_vms_section): Removed.
1729 (_bfd_get_vms_section): Removed.
1730 (_bfd_vms_output_flush): Write in VAR format.
1731 (new_symbol): Don't make UND section.
1732
1733 * vms-hdr.c: Update copyright year, update list of record handled.
1734 (_bfd_vms_slurp_hdr): rec_length renamed to rec_size.
1735 (_bfd_vms_write_hdr): Strip vms and unix patches,
1736 add comments, truncate module name at 31 characters,
1737 use constants instead of hard-coded value,
1738 write BFD version instead of a fixed string.
1739 (_bfd_vms_slurp_ihd): New function.
1740 (_bfd_vms_slurp_isd): Ditto.
1741 (_bfd_vms_slurp_ihs): Ditto.
1742 (new_module): Ditto.
1743 (parse_module): Ditto
1744 (build_module_list): Ditto.
1745 (module_find_nearest_line): Ditto.
1746 (_bfd_vms_find_nearest_dst_line): Ditto.
1747 (vms_slurp_debug): Ditto.
1748 (_bfd_vms_slurp_dbg): Ditto.
1749 (_bfd_vms_slurp_tbt): Ditto.
1750 (_bfd_vms_write_dbg): Ditto.
1751 (_bfd_vms_write_tbt): Ditto.
1752
1753 * vms-gsd.c: Update copyright year, update list of records handled.
1754 (EVAX_LITERALS_NAME): New macro.
1755 (evax_section_flags): Add an entry for EVAX_LITERALS_NAME.
1756 (gpsflagdesc, gsyflagdesc): Moved out of _bfd_vms_slurp_gsd.
1757 (register_universal_symbol): New function and prototype.
1758 (_bfd_vms_slurp_gsd): Fix indentations and casts,
1759 improve debug messages,
1760 use constants instead of hard-coded value,
1761 fix missing endianness conversion,
1762 handle global symbol (SYMG).
1763 (bfd_vms_set_section_flags): New function.
1764 (_bfd_vms_write_gsd): Don't write .vmsdebug section,
1765 handle section literals,
1766 fix indentation,
1767 handle section bfd and vms flags,
1768 don't output LIB$INITIALIZE symbol,
1769 fix handling of weak symbols,
1770 fix evax vs vax procedure descriptor,
1771 handle absolute symbols.
1772
1773 * reloc.c (BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_BSR,
1774 BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BOH): New relocations.
1775
1776 * makefile.vms (DEFS): Fix flags for VMS.
1777
1778 * bfdio.c (real_fopen): Handle multiple VMS fopen attributes.
1779
1780 * bfd-in2.h: Regenerated.
1781 * libbfd.h: Regenerated.
1782
1783 2009-02-20 Cary Coutant <ccoutant@google.com>
1784
1785 * vmsutil.c (vms_file_stats_name): Fix incorrect use of st_mtime
1786 in struct stat.
1787
1788 2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
1789
1790 PR gas/7059
1791 * coffcode.h (coff_write_object_contents): Don't let the string
1792 table offset overflow the s_name field when using long section names.
1793
1794 2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
1795
1796 * coff-alpha.c (alpha_ecoff_backend_data): Initialise fields which
1797 control long section name handling with ECOFF_NO_LONG_SECTION_NAMES.
1798 * coff-mips.c (mips_ecoff_backend_data): Likewise.
1799 * coff-rs6000.c (bfd_xcoff_backend_data): Initialise fields which
1800 control long section name handling with XCOFF_NO_LONG_SECTION_NAMES.
1801 (bfd_pmac_xcoff_backend_data): Likewise.
1802 * coff64-rs6000.c (bfd_xcoff_backend_data): Likewise.
1803 (bfd_xcoff_aix5_backend_data): Likewise.
1804 (xcoff64_write_object_contents): Delete unused long_section_names
1805 local variable.
1806 * coff-sh.c (bfd_coff_small_swap_table): Initialise long section
1807 name members using COFF_DEFAULT_LONG_SECTION_NAMES and make entire
1808 struct non-const.
1809 * coffcode.h (documentation): Update to describe long section names.
1810 (COFFLONGSECTIONCATHELPER): New helper macro.
1811 (BLANKOR1TOODD): Likewise.
1812 (COFF_ENABLE_LONG_SECTION_NAMES): Likewise.
1813 (COFF_LONG_SECTION_NAMES_SETTER): Likewise.
1814 (COFF_DEFAULT_LONG_SECTION_NAMES): Likewise.
1815 (bfd_coff_set_long_section_names_allowed): New function.
1816 (bfd_coff_set_long_section_names_disallowed): Likewise.
1817 (struct bfd_coff_backend_data): Add new backend hook function
1818 pointer _bfd_coff_set_long_section_names.
1819 (bfd_coff_set_long_section_names): New backend hook.
1820 (coff_write_object_contents): Only generate long section names if
1821 bfd_coff_long_section_names() indicates they are currently enabled.
1822 (bfd_coff_std_swap_table): Make non-const, and initialise long
1823 section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
1824 (ticoff0_swap_table): Likewise to both.
1825 (ticoff1_swap_table): Again, likewise to both.
1826 * coffgen.c (make_a_section_from_file): Allow long section names
1827 as inputs even if not currently allowed for outputs.
1828 * ecoff.c (_bfd_ecoff_no_long_sections): New function.
1829 * efi-app-ia32.c (COFF_LONG_SECTION_NAMES): Define to 0, not blank.
1830 * efi-app-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
1831 * efi-app-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1832 * efi-bsdrv-ia32.c (COFF_LONG_SECTION_NAMES): Likewise.
1833 * efi-bsdrv-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
1834 * efi-bsdrv-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1835 * efi-rtdrv-ia32.c (COFF_LONG_SECTION_NAMES): Likewise.
1836 * efi-rtdrv-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
1837 * efi-rtdrv-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1838 * pei-arm.c (COFF_LONG_SECTION_NAMES): Likewise.
1839 * pei-i386.c (COFF_LONG_SECTION_NAMES): Likewise.
1840 * pei-mcore.c (COFF_LONG_SECTION_NAMES): Likewise.
1841 * pei-mips.c (COFF_LONG_SECTION_NAMES): Likewise.
1842 * pei-ppc.c (COFF_LONG_SECTION_NAMES): Likewise.
1843 * pei-sh.c (COFF_LONG_SECTION_NAMES): Likewise.
1844 * pei-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
1845 * libcoff-in.h: Update copyright year to cause updated copyright
1846 year in generated libcoff.h, and fix typo.
1847 * libcoff.h: Regenerated.
1848 * libecoff.h (ECOFF_NO_LONG_SECTION_NAMES): New macro.
1849 (_bfd_ecoff_no_long_sections): Add prototype.
1850 * libxcoff.h (XCOFF_NO_LONG_SECTION_NAMES): New macro.
1851 * pe-mips.c (COFF_LONG_SECTION_NAMES): Define empty if not already
1852 defined by an including .c file.
1853 * ticoff.h (ticoff0_swap_table): Make non-const, and initialise
1854 long section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
1855 (ticoff1_swap_table): Likewise to both.
1856
1857 2009-02-18 Christophe Lyon <christophe.lyon@st.com>
1858
1859 * elf32-arm.c (arm_build_one_stub): Fix relocation target for pic
1860 stub. Catch default case error.
1861 (arm_map_one_stub): Add missing Thumb mapping symbol.
1862
1863 2009-02-18 Bjoern Haase <bjoern.m.haase@web.de>
1864
1865 PR 9841
1866 * elf32-avr.c: Handle case where no local symbos exist correctly.
1867
1868 2009-02-16 Christophe Lyon <christophe.lyon@st.com>
1869
1870 bfd/
1871 * elf32-arm.c (arm_long_branch_stub,
1872 arm_thumb_v4t_long_branch_stub,
1873 arm_thumb_thumb_long_branch_stub,
1874 arm_thumb_arm_v4t_long_branch_stub,
1875 arm_thumb_arm_v4t_short_branch_stub,
1876 arm_pic_long_branch_stub):
1877 Renamed to elf32_arm_stub_long_branch_any_any,
1878 elf32_arm_stub_long_branch_v4t_arm_thumb,
1879 elf32_arm_stub_long_branch_thumb_only,
1880 elf32_arm_stub_long_branch_v4t_thumb_arm,
1881 elf32_arm_stub_short_branch_v4t_thumb_arm,
1882 elf32_arm_stub_long_branch_any_any_pic.
1883 (arm_stub_long_branch, arm_thumb_v4t_stub_long_branch,
1884 arm_thumb_thumb_stub_long_branch,
1885 arm_thumb_arm_v4t_stub_long_branch,
1886 arm_thumb_arm_v4t_stub_short_branch, arm_stub_pic_long_branch):
1887 Renamed to arm_stub_long_branch_any_any,
1888 arm_stub_long_branch_v4t_arm_thumb,
1889 arm_stub_long_branch_thumb_only,
1890 arm_stub_long_branch_v4t_thumb_arm,
1891 arm_stub_short_branch_v4t_thumb_arm,
1892 arm_stub_long_branch_any_any_pic.
1893
1894 2009-02-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1895
1896 * elf-hppa.h (elf_hppa_final_link_relocate): Correct addend value used
1897 in branch offset check.
1898
1899 2009-02-15 Alan Modra <amodra@bigpond.net.au>
1900
1901 * elf64-ppc.c (struct _ppc64_elf_section_data): Delete t_symndx,
1902 add toc.symndx and toc.add.
1903 (ppc64_elf_check_relocs): Don't set htab->tls_get_addr here.
1904 Set up toc.add.
1905 (get_tls_mask): Add toc_addend param, set from toc.add. Adjust all
1906 callers.
1907 (ppc64_elf_tls_setup): Set htab->tls_get_addr and tls_get_addr_fd.
1908 (branch_reloc_hash_match): New function, extracted from..
1909 (ppc64_elf_tls_optimize): ..here.
1910 (ppc64_elf_relocate_section): Properly set addends when optimizing
1911 tls sequences. Avoid unnecessary reading and writing of insns.
1912 Only redo reloc when symbol changed. Bypass symbol checks when
1913 using tlsld_got.
1914 * elf32-ppc.c (ppc_elf_tls_setup): Correct comment.
1915 (branch_reloc_hash_match): New function, extracted from..
1916 (ppc_elf_tls_optimize): ..here.
1917 (ppc_elf_relocate_section): Avoid unnecessary reading of insns.
1918 Don't clear addend on zapped __tls_get_addr reloc.
1919
1920 2009-02-12 Nick Clifton <nickc@redhat.com>
1921
1922 PR 9827
1923 * elflink.c (bfd_elf_final_link): When counting the relocations,
1924 if the header size has not been set yet then assume that it will
1925 match the output section's reloc type.
1926
1927 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
1928
1929 * elf32-mips.c (mips_elf_final_gp): Don't add 0x4000 offset for
1930 relocatable link.
1931
1932 2009-02-09 Alan Modra <amodra@bigpond.net.au>
1933
1934 * elf32-spu.c (spu_elf_find_overlays): Call bfd_set_error on errors.
1935 (find_function): Likewise.
1936 (pasted_function): Don't error if no prior function found.
1937 (discover_functions): Revert 2008-12-10 change. Extend first
1938 function range to start of section.
1939
1940 2009-02-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1941
1942 * elf64-hppa.c: Remove PARAMS macro. Replace PTR with void *. Convert
1943 functions to C90.
1944 * elf64-hppa.h: Likewise.
1945
1946 2009-02-06 Joseph Myers <joseph@codesourcery.com>
1947
1948 * elfxx-mips.c (_bfd_mips_elf_section_processing): Remove special
1949 .sbss handling.
1950
1951 2009-02-04 Alan Modra <amodra@bigpond.net.au>
1952
1953 * elf32-spu.c (spu_elf_build_stubs): Define __icache_neg_log2_linesize.
1954 Define __icache_ptr_handler*, not __icache_ptr___icache_bi_handler*.
1955
1956 2009-02-03 Sandip Matte <sandip@rmicorp.com>
1957
1958 * aoutx.h (NAME (aout, machine_type)): Handle bfd_mach_mips_xlr.
1959 * archures.c (bfd_mach_mips_xlr): Define.
1960 * bfd-in2.h: Regenerate.
1961 * cpu-mips.c (I_xlr): Define.
1962 (arch_info_struct): Add XLR entry.
1963 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_XLR.
1964 (mips_set_isa_flags): Handle bfd_mach_mips_xlr
1965 (mips_mach_extensions): Add XLR entry.
1966
1967 2009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
1968
1969 * elf32-avr.c (avr_final_link_relocate): Allow avr25 to wraparound.
1970
1971 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
1972
1973 * configure.in: AC_SUBST pdfdir.
1974 * Makefile.am: Add install-pdf, install-pdf-am
1975 and install-pdf-recursive targets. Define pdfdir.
1976 * doc/Makefile.am: Define pdf__strip_dir. Add
1977 install-pdf and install-pdf-am targets.
1978 * po/Make-in: Add install-pdf target.
1979 * configure: Regenerate.
1980 * Makefile.in: Regenerate
1981 * doc/Makefile.in: Regenerate.
1982
1983 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
1984
1985 * bfd-in2.h: Regenerate.
1986 * elf32-m68k.c: Handle 2-slot GOT entries. Rename variables and
1987 fields from n_entries to n_slots where appropriate, update comments.
1988 (HOWTO): Add TLS relocations.
1989 (reloc_map): Map BFD_RELOC_68K_TLS_* to R_68K_TLS_*.
1990 (enum elf_m68k_got_offset_size): New enum.
1991 (struct elf_m68k_got_entry.type): Move field to ...
1992 (struct elf_m68k_got_entry_key): ... here. Update all uses.
1993 (elf_m68k_reloc_got_type, elf_m68k_reloc_got_offset_size): New static
1994 functions.
1995 (elf_m68k_reloc_got_n_entries, elf_m68k_reloc_tls_p): New static
1996 functions.
1997 (struct elf_m68k_got): merge rel_8o_n_entries and rel_8o_16o_n_entries
1998 fields into n_entries array. Update comments.
1999 (elf_m68k_init_got): Simplify, update all uses.
2000 (elf_m68k_init_got_entry_key): Handle R_68K_TLS_LDM32 reloc, update.
2001 (ELF_M68K_REL_8O_MAX_N_ENTRIES_IN_GOT): Adjust to handle 2-slot
2002 GOT entries; update name, update all uses.
2003 (ELF_M68K_REL_8O_16O_MAX_N_ENTRIES_IN_GOT): Ditto.
2004 (elf_m68k_get_got_entry): Update.
2005 (elf_m68k_update_got_entry_type): Rewrite to handle TLS GOT entries,
2006 simplify.
2007 (elf_m68k_remove_got_entry_type): Simplify.
2008 (elf_m68k_add_entry_to_got, elf_m68k_can_merge_gots_1): Update.
2009 (elf_m68k_can_merge_gots): Update.
2010 (elf_m68k_merge_gots_1, elf_m68k_merge_gots): Update.
2011 (struct elf_m68k_finalize_got_offsets_arg): Rewrite to handle 2-slot
2012 GOT entries, simplify.
2013 (elf_m68k_finalize_got_offsets_1, elf_m68k_finalize_got_offsets): Same.
2014 (struct elf_m68k_partition_multi_got_arg): Add slots_relas_diff
2015 field, remove obsoleted local_n_entries field.
2016 (elf_m68k_partition_multi_got_2): New static function.
2017 (elf_m68k_partition_multi_got_1, elf_m68k_partition_multi_got): Use it;
2018 update.
2019 (elf_m68k_remove_got_entry_type): Update.
2020 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
2021 (elf_m68k_check_relocs): Handle TLS relocations. Remove unnecessary
2022 update of sgot->size and srelgot->size.
2023 (elf_m68k_gc_sweep_hook): Update.
2024 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
2025 (elf_m68k_relocate_section, elf_m68k_finish_dynamic_symbol): Handle
2026 TLS relocations.
2027 * reloc.c (BFD_RELOC_68K_TLS_*): Declare TLS relocations.
2028 * libbfd.h (bfd_reloc_code_real_names): Add BFD_RELOC_68K_TLS_*.
2029
2030 2009-02-02 DJ Delorie <dj@redhat.com>
2031
2032 * elf32-mep.c (config_names): Regenerate configuration.
2033
2034 2009-02-02 Alan Modra <amodra@bigpond.net.au>
2035
2036 * elf-bfd.h (bfd_elf_get_str_section): Don't declare.
2037 (bfd_elf_find_section, _sh_elf_set_mach_from_flags): Likewise.
2038 * elf.c (bfd_elf_get_str_section): Make static.
2039 (bfd_elf_find_section): Delete.
2040 * libbfd.h: Regenerate.
2041
2042 2009-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2043
2044 * elf-eh-frame.c (REQUIRE_CLEARED_RELOCS) Remove.
2045 (_bfd_elf_parse_eh_frame): Do not check relocations for removed FDEs.
2046
2047 2009-01-31 Alan Modra <amodra@bigpond.net.au>
2048
2049 * elflink.c (on_needed_list): New function.
2050 (elf_link_add_object_symbols): Link in --as-needed libs if they
2051 satisfy undefined symbols in other libs.
2052
2053 2009-01-30 Julian Brown <julian@codesourcery.com>
2054
2055 * elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Skip BFDs with
2056 EXEC_P or DYNAMIC flags, and skip sections which are being linked
2057 with --just-symbols (-R).
2058
2059 2009-01-29 Adam Nemet <anemet@caviumnetworks.com>
2060
2061 * dwarf2.c (read_rangelist): Use read_address to read low_pc and
2062 high_pc in order to properly sign-extend VMAs.
2063
2064 2009-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2065 Mark Shinwell <shinwell@codesourcery.com>
2066 Catherine Moore <clm@codesourcery.com>
2067
2068 * elf-attrs.c, elflink.c, elfxx-mips.c: Correct typos in comments.
2069
2070 2009-01-28 Catherine Moore <clm@codesourcery.com>
2071
2072 * elf32-arm.c (elf32_arm_check_relocs): Set SEC_ALLOC and
2073 SEC_LOAD for dynamic relocation sections.
2074
2075 2009-01-27 Hans-Peter Nilsson <hp@axis.com>
2076
2077 * elf32-cris.c (cris_elf_relocate_section): Use elf_hash_table
2078 (info)->tls_size, not elf_hash_table (info)->tls_sec->size for
2079 the size of local TLS data.
2080
2081 2009-01-27 Andreas Schwab <schwab@suse.de>
2082
2083 * mach-o.c (bfd_mach_o_archive_p): Restrict the number of
2084 architectures in the archive.
2085
2086 2009-01-27 Hans-Peter Nilsson <hp@axis.com>
2087
2088 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_DTPREL>
2089 <R_CRIS_32_DTPREL>: Correct relocation value.
2090
2091 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_8>
2092 <R_CRIS_16, R_CRIS_32>: Don't call BFD_ASSERT for weak undefined
2093 symbols with non-default visibility.
2094
2095 2009-01-26 Nathan Sidwell <nathan@codesourcery.com>
2096
2097 * elf32-ppc.c (ppc_elf_relax_section): Add space for relocs
2098 describing the trampolines.
2099 (ppc_elf_relocate_section): Update relocs to describe the
2100 trampolines.
2101
2102 2009-01-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2103
2104 * elf-hppa.h (elf_hppa_final_link_relocate): Add check to ensure that
2105 branch targets can be reached for R_PARISC_PCREL22F, R_PARISC_PCREL17F
2106 and R_PARISC_PCREL12F relocations.
2107
2108 2009-01-24 Alan Modra <amodra@bigpond.net.au>
2109
2110 PR 6022
2111 * elflink.c (find_version_for_sym): New function split out from,
2112 but without export_dynamic test, ..
2113 (_bfd_elf_link_assign_sym_version): ..here.
2114 (_bfd_elf_export_symbol): Use it.
2115
2116 2009-01-23 Alan Modra <amodra@bigpond.net.au>
2117
2118 * elf-bfd.h (struct elf_assign_sym_version_info): Delete.
2119 (struct elf_info_failed, struct elf_find_verdep_info): Move to..
2120 * elflink.c: ..here, somewhat modified.
2121 * elf-bfd.h (_bfd_elf_add_default_symbol, _bfd_elf_export_symbol,
2122 _bfd_elf_link_find_version_dependencies,
2123 _bfd_elf_link_assign_sym_version, _bfd_elf_link_size_reloc_section,
2124 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
2125 _bfd_elf_link_sec_merge_syms, bfd_elf_link_mark_dynamic_symbol): Don't
2126 declare..
2127 * elflink.c: ..and make static here.
2128 (_bfd_elf_link_find_version_dependencies): Adjust for removal
2129 of output_bfd from struct elf_find_verdep_info.
2130 (_bfd_elf_link_assign_sym_version): Similarly adjust to use
2131 struct elf_info_failed.
2132 (bfd_elf_size_dynamic_sections): Adjust.
2133
2134 2009-01-22 Alan Modra <amodra@bigpond.net.au>
2135
2136 PR 6832
2137 * dwarf2.c (find_line): Don't update stash->sec_info_ptr until
2138 after comp_unit_find_line call.
2139
2140 2009-01-21 Nick Clifton <nickc@redhat.com>
2141
2142 PR 9769
2143 * vmsutil.c (vms_file_stats_name): Remove use of unsupported
2144 tm_gmtoff field in struct tm.
2145
2146 2009-01-21 Alan Modra <amodra@bigpond.net.au>
2147
2148 * elf32-spu.h (struct spu_elf_params): Add non_ia_text.
2149 * elf32-spu.c (mark_overlay_section): Only include .text.ia.*
2150 sections in soft-icache lines unless non_ia_text. Don't add
2151 rodata if doing so would exceed line size.
2152
2153 2009-01-19 Hans-Peter Nilsson <hp@axis.com>
2154
2155 * elf32-cris.c (elf_cris_copy_indirect_symbol): For other symbol
2156 types than bfd_link_hash_indirect, before early return, call
2157 _bfd_elf_link_hash_copy_indirect.
2158
2159 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
2160
2161 * elf-attrs.c (vendor_set_obj_attr_contents): Support tag ordering.
2162 * elf-bfd.h (elf_backend_data): Add obj_attrs_order.
2163 * elf32-arm.c (elf32_arm_obj_attrs_order): New function.
2164 (elf_backend_obj_attrs_order): New define.
2165 * elfxx-target.h (elf_backend_obj_attrs_order): New define.
2166 (elfNN_bed): Add elf_backend_obj_attrs_order.
2167
2168 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
2169
2170 * elf-attrs.c (is_default_attr): Substitute magic numbers with macros.
2171 (obj_attr_size): Likewise.
2172 (write_obj_attribute): Likewise.
2173 (_bfd_elf_copy_obj_attributes): Likewise.
2174 (_bfd_elf_parse_attributes): Likewise.
2175 * elf-bfd.h (ATTR_TYPE_FLAG_INT_VAL): New define.
2176 (ATTR_TYPE_FLAG_STR_VAL, ATTR_TYPE_FLAG_NO_DEFAULT): New defines.
2177 (ATTR_TYPE_HAS_INT_VAL, ATTR_TYPE_HAS_STR_VAL): New defines.
2178 (ATTR_TYPE_HAS_NO_DEFAULT): New define.
2179 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Replace magic numbers
2180 with macros.
2181
2182 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
2183
2184 * elf-attrs.c (is_default_attr): Support defaultless attributes.
2185 (bfd_elf_add_obj_attr_int): Get type from _bfd_elf_obj_attrs_arg_type.
2186 (bfd_elf_add_obj_attr_string): Likewise.
2187 (bfd_elf_add_obj_attr_int_string): Likewise.
2188 (_bfd_elf_parse_attributes): Allow for unknown flag bits in type.
2189 * elf-bfd.h (struct obj_attribute): Document new flag bit.
2190 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Specify that
2191 Tag_nodefaults has no default value.
2192 (elf32_arm_merge_eabi_attributes): Modify the Tag_nodefaults
2193 comment to reflect the new state.
2194
2195 2009-01-19 Alan Modra <amodra@bigpond.net.au>
2196
2197 PR 9695
2198 * pdp11.c (N_BADMAG): True for anything but OMAGIC, NMAGIC, ZMAGIC.
2199 (some_aout_object_p): Delete dead code handling QMAGIC and BMAGIC.
2200 (adjust_z_magix): Delete dead code handling QMAGIC.
2201
2202 2009-01-16 Kai Tietz <kai.tietz@onevision.com>
2203
2204 * coffcode.h (styp_to_sec_flags): Correct interpretation of
2205 IMAGE_SCN_MEM_DISCARDABLE.
2206
2207 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2208
2209 * Makefile.am (libbfd_la_LIBADD, libbfd_la_LDFLAGS): Substitute
2210 SHARED_LIBADD and SHARED_LDFLAGS rather than WIN32LIBADD, WIN32LDFLAGS.
2211 * configure.in (commonbfdlib): Delete.
2212 (SHARED_LDFLAGS): Rename from WIN32LDFLAGS/
2213 (SHARED_LIBADD): Rename from WIN32LIBADD. Add pic libiberty if such
2214 is available, not just for linux.
2215 * po/SRC-POTFILES.in: Regenerate.
2216 * Makefile.in: Regenerate.
2217 * configure: Regenerate.
2218
2219 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
2220 Julian Brown <julian@codesourcery.com>
2221
2222 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 71 to include all known
2223 ARM attributes in ABI 2.07.
2224 * elf32-arm.c (get_secondary_compatible_arch): New function.
2225 (set_secondary_compatible_arch): New function.
2226 (tag_cpu_arch_combine): New function.
2227 (elf32_arm_copy_one_eabi_other_attribute): Delete function.
2228 (elf32_arm_copy_eabi_other_attribute_list): Delete function.
2229 (elf32_arm_merge_eabi_attributes): Rename order_312 to order_021 to
2230 make it fit with order_01243.
2231 Add support for Tag_also_compatible_with,
2232 Tag_CPU_unaligned_access, Tag_T2EE_use, Tag_Virtualization_use,
2233 Tag_MPextension_use, Tag_nodefaults and Tag_conformance.
2234 Improve/tidy up support for Tag_CPU_raw_name, Tag_CPU_name,
2235 Tag_CPU_arch, Tag_ABI_HardFP_use, Tag_VFP_HP_extension,
2236 Tag_ABI_FP_denormal, Tag_ABI_PCS_GOT_use, Tag_ABI_align8_needed,
2237 Tag_VFP_arch and Tag_ABI_FP_16bit_format.
2238 Rework the way unknown attributes are handled.
2239 Defer errors until all attributes have been processed.
2240
2241 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
2242
2243 * elf-attrs.c (bfd_elf_add_obj_attr_compat): Rename to
2244 bfd_elf_add_obj_attr_int_string.
2245 Read Tag_compatibility from its new location in the attribute array,
2246 rather than the attribute list.
2247 (_bfd_elf_copy_obj_attributes): bfd_elf_add_obj_attr_compat ->
2248 bfd_elf_add_obj_attr_int_string.
2249 (_bfd_elf_parse_attributes): Likewise.
2250 (_bfd_elf_merge_object_attributes): There's now only one
2251 Tag_compatibility, and it's in the array, not the list.
2252 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 33 to include
2253 Tag_compatibility.
2254 (bfd_elf_add_obj_attr_compat): Rename to
2255 bfd_elf_add_obj_attr_int_string.
2256 (bfd_elf_add_proc_attr_compat): Rename to
2257 bfd_elf_add_proc_attr_int_string.
2258 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Explicitly don't handle
2259 Tag_compatibility.
2260
2261 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2262
2263 * Makefile.am (BFD32_BACKENDS): Add new object vmsutil.lo
2264 (BFD32_BACKENDS_CFILES): Add new file vmsutil.c
2265 (vmsutil.lo): Add dependency rule.
2266 * Makefile.in: Regenerate.
2267 * config.bfd (ia64*-*-*vms*): Add case.
2268 * configure.in (bfd_elf64_ia64_vms_vec): Add case.
2269 * configure: Regenerate.
2270 * vmsutil.c: New file.
2271 * vmsutil.h: New file.
2272 * elf-bfd.h (struct bfd_elf_special_section): Change type of
2273 attr to bfd_vma.
2274 * elfxx-ia64.c (elfNN_vms_post_process_headers,
2275 elfNN_vms_section_processing, elfNN_vms_final_write_processing,
2276 elfNN_vms_close_and_cleanup, elfNN_vms_section_from_shdr,
2277 elfNN_vms_object_p): New functions
2278 * targets.c (bfd_elf64_ia64_vms_vec): New target.
2279
2280 2009-01-14 H.J. Lu <hongjiu.lu@intel.com>
2281
2282 PR ld/9727
2283 * elflink.c (elf_gc_sweep): Exclude the group section if the
2284 first member of the section group is excluded.
2285
2286 2009-01-14 Alan Modra <amodra@bigpond.net.au>
2287
2288 PR 9735
2289 * syms.c (_bfd_stab_section_find_nearest_line): Don't free
2290 saved filename, use bfd_alloc rather than bfd_malloc for it.
2291
2292 2009-01-13 Alan Modra <amodra@bigpond.net.au>
2293
2294 * elf32-spu.c (spu_elf_build_stubs): Make __icache_base absolute.
2295
2296 2009-01-13 Alan Modra <amodra@bigpond.net.au>
2297
2298 * elf32-spu.c (remove_cycles): Always set call->max_depth.
2299
2300 2009-01-12 Alan Modra <amodra@bigpond.net.au>
2301
2302 * elf32-spu.c (spu_elf_auto_overlay): Correct vma mask.
2303
2304 2009-01-12 Alan Modra <amodra@bigpond.net.au>
2305
2306 * elf32-spu.c (struct spu_link_hash_table): Add init, line_size_log2,
2307 num_lines_log2.
2308 (struct got_entry): Add br_addr.
2309 (struct call_info): Add priority.
2310 (struct function_info): Add lr_store and sp_adjust.
2311 (spu_elf_setup): Init line_size_log2 and num_lines_log2.
2312 (spu_elf_find_overlays): For soft-icache, mark any section within cache
2313 area as an overlay, and check that no other overlays exist. Look up
2314 icache overlay manager entry sym.
2315 (BRA_STUBS, BRA, BRASL): Define.
2316 (enum _stub_type): Replace ovl_stub with call_ovl_stub and br*_ovl_stub.
2317 (needs_ovl_stub): Adjust for soft-icache. Return priority encoded
2318 in branch insn.
2319 (count_stub, build_stub): Support soft-icache.
2320 (build_spuear_stubs, process_stubs): Adjust build_stub call.
2321 (spu_elf_size_stubs): Size soft-icache stubs.
2322 (overlay_index): New function.
2323 (spu_elf_build_stubs): Make static. Support soft-icache.
2324 (spu_elf_check_vma): Don't turn off auto_overlay if soft-icache.
2325 (find_function_stack_adjust): Save lr store and stack adjust insn
2326 offsets.
2327 (maybe_insert_function): Adjust find_function_stack_adjust call.
2328 (mark_functions_via_relocs): Retrieve priority.
2329 (remove_cycles): Only warn about pruned arcs when stack_analysis.
2330 (sort_calls): Sort by priority first.
2331 (mark_overlay_section): Ignore .ovl.init.
2332 (sum_stack): Only print when stack_analysis.
2333 (print_one_overlay_section): New function, extracted from..
2334 (spu_elf_auto_overlay): ..here. Support soft-icache overlays.
2335 (spu_elf_stack_analysis): Only print when htab->stack_analysis.
2336 (spu_elf_final_link): Call spu_elf_stack_analysis for lrlive
2337 analysis. Call spu_elf_build_stubs.
2338 (spu_elf_relocate_section): For soft-icache encode overlay index
2339 into addresses.
2340 (spu_elf_output_symbol_hook): Support soft-icache.
2341 (spu_elf_modify_program_headers: Likewise.
2342
2343 * elf32-spu.h (struct spu_elf_params): Add lrlive_analysis. Rename
2344 num_regions to num_lines. Add line_size and max_branch.
2345 (enum _ovly_flavour): Add ovly_soft_icache.
2346 (spu_elf_build_stubs): Delete.
2347
2348 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2349
2350 * elflink.c (_bfd_elf_section_already_linked): Handle g++-3.4
2351 relocations in `.gnu.linkonce.r.*' referencing its `.gnu.linkonce.t.*'.
2352
2353 2009-01-07 Hans-Peter Nilsson <hp@axis.com>
2354
2355 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
2356 <case R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: For a symbol defined in
2357 the program, the known offset starts at the negative size of the
2358 TLS section.
2359 <case R_CRIS_32_IE, R_CRIS_32_GOT_TPREL, R_CRIS_16_GOT_TPREL>:
2360 Similar.
2361
2362 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
2363
2364 * config.bfd: Add lm32-*-rtems*.
2365
2366 2009-01-03 H.J. Lu <hongjiu.lu@intel.com>
2367
2368 * coff-ppc.c: Add 2009 to Copyright.
2369 * elf32-cris.c: Likewise.
2370 * elflink.c: Likewise.
2371
2372 2009-01-03 Hans-Peter Nilsson <hp@axis.com>
2373
2374 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Rename
2375 gotplt_index to rela_plt_index. Adjust for R_CRIS_DTPMOD entry.
2376
2377 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
2378
2379 PR ld/9679
2380 * elflink.c (elf_merge_st_other): New.
2381 (_bfd_elf_merge_symbol): Use it on skipped weak definitions and
2382 hide them if needed.
2383 (elf_link_add_object_symbols): Updated.
2384
2385 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
2386
2387 PR ld/9676
2388 * elflink.c (elf_link_add_object_symbols): Update def_dynamic,
2389 ref_dynamic and dynamic_def fields when setting def_regular
2390 to 1.
2391
2392 2009-01-02 Curtis Mackie <curtmackevo@gmail.com>
2393
2394 PR 9682
2395 * coff-ppc.c (dump_toc): Fix up calls to fprintf without a string
2396 literal.
2397
2398 For older changes see ChangeLog-2008
2399 \f
2400 Local Variables:
2401 mode: change-log
2402 left-margin: 8
2403 fill-column: 74
2404 version-control: never
2405 End:
This page took 0.121258 seconds and 4 git commands to generate.