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