daily update
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2008-01-28 Fabian Groffen <grobian@gentoo.org>
2
3 * config.bfd (x86_64-*-solaris2): Add support for this target.
4
5 2008-01-28 Alan Modra <amodra@bigpond.net.au>
6
7 Rewrite SPU overlay handling code. Put overlay calls stubs in the
8 overlays where possible. Use a faster call stub, or optionally at
9 compile time, a more compact stub. Double size of _ovly_buf_table
10 so that low bit of _ovly_table.buf can be used as a "present" bit.
11 Reserve an extra _ovly_table entry for index zero.
12 * elf32-spu.c: (struct spu_link_hash_table): Delete a number of fields,
13 add new ones.
14 (struct got_entry): New.
15 (struct spu_stub_hash_entry): Delete.
16 (stub_hash_newfunc, spu_elf_link_hash_table_free): Delete.
17 (spu_elf_link_hash_table_create): Adjust for struct changes.
18 (spu_stub_name): Delete.
19 (spu_elf_find_overlays): Don't track sections from overlay regions.
20 Instead set ovl_buf number in spu elf section data. Error if
21 overlays in one region don't start at the same address. Adjust
22 for struct _spu_elf_section_data changes.
23 (SIZEOF_STUB1, SIZEOF_STUB2, ILA_79, ILA_78): Delete.
24 (OVL_STUB_SIZE, BRSL, LNOP, ILA): Define.
25 (needs_ovl_stub): Adjust for struct _spu_elf_section_data changes.
26 (enum _insn_type): New.
27 (count_stub, build_stub): New functions.
28 (allocate_spuear_stubs): Use count_stub.
29 (build_spuear_stubs): Use build_stub.
30 (populate_stubs, sort_stubs): Delete.
31 (process_stubs): New function.
32 (write_one_stub): Delete.
33 (spu_elf_size_stubs, spu_elf_build_stubs): Rewrite.
34 (alloc_stack_info): Adjust for struct _spu_elf_section_data changes.
35 (maybe_insert_function, check_function_ranges): Likewise.
36 (find_function, pasted_function, build_call_tree): Likewise.
37 (spu_elf_stack_analysis, spu_elf_modify_segment_map): Likewise.
38 (spu_elf_modify_program_headers): Likewise.
39 (interesting_section): Detect stub sections differently. Delete
40 htab param, adjust all callers.
41 (spu_elf_relocate_section): Rewrite stub handling.
42 (spu_elf_output_symbol_hook): Likewise.
43 (bfd_elf32_bfd_link_hash_table_free): Delete.
44 * elf32-spu.h (struct _spu_elf_section_data): Move input-only and
45 output-only fields into a union. Add ovl_buf.
46 (spu_elf_size_stubs, spu_elf_build_stubs): Update prototypes.
47
48 2008-01-25 DJ Delorie <dj@redhat.com>
49
50 * elf32-m32c.c (_bfd_m32c_elf_eh_frame_address_size): New.
51
52 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
53
54 * bfd-in.h: Add mingw I64 support.
55 * bfd-in2.h: Regenerated.
56 * bfd.c: (bfd_get_sign_extend_vma): Add pe-x86-64 and pei-x86-64.
57
58 2008-01-21 Alan Modra <amodra@bigpond.net.au>
59
60 PR 4453
61 * format.c (bfd_check_format_matches): Don't accept archives as
62 fully matching unless they have a map.
63
64 2008-01-21 Alan Modra <amodra@bigpond.net.au>
65
66 * elflink.c (_bfd_elf_link_output_relocs): Correct error return.
67
68 2008-01-21 Alan Modra <amodra@bigpond.net.au>
69
70 * ecoff.c (_bfd_ecoff_archive_p): Delete.
71 * libecoff.h (_bfd_ecoff_archive_p): Delete.
72 * coff-alpha.c (ecoffalpha_little_vec): Use bfd_generic_archive_p.
73 * coff-mips.c (ecoff_little_vec, ecoff_big_vec): Likewise.
74 (ecoff_biglittle_vec): Likewise.
75
76 2008-01-19 Alan Modra <amodra@bigpond.net.au>
77
78 PR 5646
79 * elf64-ppc.c (ppc64_elf_tls_optimize): Ensure htab->tls_get_addr
80 non-NULL before dereferencing.
81
82 2008-01-15 Alan Modra <amodra@bigpond.net.au>
83
84 PR 5604
85 * elf-bfd.h (struct elf_backend_data): Add gc_keep. Remove param
86 names from others.
87 (_bfd_elf_gc_keep): Declare.
88 * elfxx-target.h (elf_backend_gc_keep): Define.
89 (elfNN_bed): Init new field.
90 * elflink.c (_bfd_elf_gc_keep): New function.
91 (bfd_elf_gc_sections): Call gc_keep.
92 * elf64-ppc.c (elf_backend_gc_keep): Define.
93 (struct _ppc64_elf_section_data): Move .opd related fields to
94 a struct so they don't occupy the same storage. Adjust accesses
95 throughout file.
96 (ppc64_elf_gc_keep): New function, split out from..
97 (ppc64_elf_gc_mark_hook): ..here. Don't call _bfd_elf_gc_mark
98 to mark .opd section, just set gc_mark.
99 (ppc64_elf_edit_opd): Remove no_opd_opt parm. Don't set opd->adjust
100 unless we are changing .opd. Test non-NULL opd->adjust at all
101 accesses throughout file.
102 * elf64-ppc.h (ppc64_elf_edit_opd): Update prototype.
103
104 2008-01-15 Alan Modra <amodra@bigpond.net.au>
105
106 * bfd-in.h (BFD_HOST_LONG_LONG): Delete.
107 * bfd-in2.h: Regenerate.
108
109 2008-01-11 Tristan Gingold <gingold@adacore.com>
110 Eric Botcazou <ebotcazou@adacore.com>
111
112 * elf32-ppc.c (ppc_elf_gc_sweep_hook): Exit early if generating a
113 relocatable.
114 * elf32-arm.c (elf32_arm_gc_sweep_hook): Likewise.
115 * elf32-cris.c (cris_elf_gc_sweep_hook): Likewise.
116 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Likewise.
117 * elf32-i386.c (elf_i386_gc_sweep_hook): Likewise.
118 * elf32-m32r.c (m32r_elf_gc_sweep_hook): Likewise.
119 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Likewise.
120 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
121 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
122 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
123 * elf32-xtensa.c (elf_xtensa_gc_sweep_hook): Likewise.
124 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
125 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
126 * elf64-ppc.c (ppc64_elf_gc_sweep_hook): Likewise.
127 * elfxx-mips.c (_bfd_mips_elf_gc_sweep_hook): Likewise.
128 * elfxx-sparc.c (_bfd_sparc_elf_gc_sweep_hook): Likewise.
129 * elflink.c (bfd_elf_gc_sections): Do not punt on relocatable output
130 or executable output with relocations.
131
132 2008-01-09 Nick Clifton <nickc@redhat.com>
133
134 PR gas/5552
135 * elf32-fr30.c (fr30_elf_howto_table): Set partial_inplace field
136 to FALSE for all relocs.
137
138 2008-01-09 Richard Sandiford <rsandifo@nildram.co.uk>
139
140 PR ld/5526
141 * elf-bfd.h (eh_cie_fde): Add u.cie.u.full_cie and u.cie.merged
142 fields. Rename u.cie.u.merged to u.cie.u.merged_with.
143 (eh_frame_sec_info): Add a cies field.
144 (eh_frame_hdr_info): Add a merge_cies field.
145 * elf-eh-frame.c (cie): Add a reloc_index member to the personality
146 union.
147 (_bfd_elf_begin_eh_frame_parsing): Set hdr_info->merge_cies instead
148 of hdr_info->cies.
149 (_bfd_elf_parse_eh_frame): Remove tmp_cie. Ccreate an array of
150 cie structures in all cases and use it instead of extended_cies.
151 If merging, store the cie array in sec_info->cies and point each
152 CIE's eh_fde_cie at the associated element. Do not try to
153 calculate the value of the personality routine here; record the
154 offset of the relocation instead. Do not merge CIEs here.
155 (_bfd_elf_end_eh_frame_parsing): Do not free hdr_info->cies here...
156 (_bfd_elf_discard_section_eh_frame_hdr): ...do it here instead.
157 (_bfd_elf_gc_mark_fdes): Mark the original (unmerged) CIE.
158 (find_merged_cie): New function.
159 (_bfd_elf_gc_mark_fdes): Use it. Free sec_info->cies.
160
161 2008-01-07 Nick Clifton <nickc@redhat.com>
162
163 PR binutils/5535
164 * vms.c (vms_close_and_cleanup): Check for the presence of a
165 vms_private_data_struct before examining any of its fields.
166
167 2008-01-07 H.J. Lu <hongjiu.lu@intel.com>
168
169 PR ld/5522
170 * elflink.c (elf_link_input_bfd): Don't write out a section if
171 its output section is marked with SEC_NEVER_LOAD.
172
173 For older changes see ChangeLog-2007
174 \f
175 Local Variables:
176 mode: change-log
177 left-margin: 8
178 fill-column: 74
179 version-control: never
180 End:
This page took 0.033355 seconds and 4 git commands to generate.