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