2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2004-06-29 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR 240
4 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't relax branch
5 in .init/.fini sections.
6
7 2004-06-29 Bob Wilson <bob.wilson@acm.org>
8
9 * elf32-xtensa.c (elf_xtensa_relocate_section): Use
10 bfd_get_section_limit.
11
12 2004-06-29 Bob Wilson <bob.wilson@acm.org>
13
14 * elf32-xtensa.c (elf_xtensa_combine_prop_entries): Don't change the
15 output section size.
16
17 2004-06-29 Alan Modra <amodra@bigpond.net.au>
18
19 * elf64-mmix.c (mmix_set_relaxable_size): Save original size in
20 rawsize.
21 (mmix_elf_perform_relocation): Adjust for above change.
22 (mmix_elf_relocate_section): Likewise.
23 (mmix_elf_relax_section): Likewise. Use output_section->rawsize.
24 (mmix_elf_get_section_contents): Delete.
25 (bfd_elf64_get_section_contents): Delete.
26 (mmix_elf_relocate_section): Zero stub area.
27 * linker.c (default_indirect_link_order): Alloc max of section size
28 and rawsize.
29 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
30 * section.c (bfd_malloc_and_get_section): Likewise.
31 (struct bfd_section): Update rawsize comment.
32 * bfd-in2.h: Regenerate.
33
34 * reloc16.c (bfd_coff_reloc16_relax_section): Set rawsize.
35
36 2004-06-29 Alan Modra <amodra@bigpond.net.au>
37
38 * bfd-in.h (bfd_get_section_limit): Define.
39 * reloc.c (bfd_perform_relocation, bfd_install_relocation)
40 (_bfd_final_link_relocate): Use bfd_get_section_limit.
41 * aout-tic30.c (tic30_aout_final_link_relocate): Likewise.
42 * coff-arm.c (coff_arm_relocate_section): Likewise.
43 * coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): Likewise.
44 * cpu-ns32k.c (do_ns32k_reloc): Likewise.
45 (bfd_ns32k_final_link_relocate): Likewise.
46 * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): Likwise.
47 * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): Likewise.
48 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc)
49 (i860_howto_highadj_reloc, i860_howto_splitn_reloc): Likewise.
50 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc)
51 (m32r_elf_generic_reloc, m32r_elf_relocate_section): Likewise.
52 * elf32-m68hc1x.c (m68hc11_elf_special_reloc): Likewise.
53 * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
54 * elf32-or32.c (or32_elf_consth_reloc): Likewise.
55 * elf32-ppc.c (ppc_elf_addr16_ha_reloc): Likewise.
56 * elf32-s390.c (s390_elf_ldisp_reloc): Likewise.
57 * elf32-sh.c (sh_elf_reloc_loop): Likewise.
58 * elf32-sparc.c (sparc_elf_wdisp16_reloc): Likewise.
59 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc): Likwise.
60 * elf32-v850.c (v850_elf_reloc): Likewise.
61 * elf32-xstormy16.c (xstormy16_elf_24_reloc): Likewise.
62 * elf32-xtensa.c (bfd_elf_xtensa_reloc): Likewise.
63 * elf64-alpha.c (elf64_alpha_reloc_gpdisp): Likewise.
64 * elf64-mips.c (mips_elf64_gprel32_reloc)
65 (mips16_gprel_reloc): Likewise.
66 * elf64-mmix.c (mmix_elf_reloc): Likewise.
67 * elf64-s390.c (s390_elf_ldisp_reloc): Likewise.
68 * elf64-sparc.c (init_insn_reloc): Likewise.
69 * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
70 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp)
71 (_bfd_mips_elf_hi16_reloc, _bfd_mips_elf_lo16_reloc)
72 (_bfd_mips_elf_generic_reloc): Likewise.
73 * bfd-in2.h: Regenerate.
74
75 2004-06-28 Alan Modra <amodra@bigpond.net.au>
76
77 * bfd-in.h (struct stab_info): Move from stabs.c.
78 * stabs.c (struct stab_link_includes_table): Delete.
79 (stab_link_includes_lookup): Delete.
80 (_bfd_write_section_stabs, _bfd_write_stab_strings): Remove one
81 level of indirection from sinfo parm.
82 (_bfd_link_section_stabs): Likewise. Set SEC_LINKER_CREATED on
83 stabstr section. Adjust hash table accesses.
84 * coff-ppc.c (ppc_bfd_coff_final_link): Do include rawsize in contents
85 alloc. Adjust stab_info test.
86 * cofflink.c (_bfd_coff_link_hash_table_init): Clear stab_info.
87 (_bfd_coff_final_link): Adjust stab_info test.
88 (_bfd_coff_link_input_bfd): Ignore SEC_LINKER_CREATED sections.
89 * elf-bfd.h (struct elf_link_hash_table): Include struct stab_info
90 in place.
91 * libcoff-in.h (struct coff_link_hash_table): Likewise.
92 * elf.c (_bfd_elf_link_hash_table_init): Clear stab_info.
93 * elflink.c (bfd_elf_final_link): Don't attempt to link linker created
94 stabstr section. Adjust stab_info test.
95 * libbfd-in.h (_bfd_link_section_stabs, _bfd_write_section_stabs)
96 (_bfd_write_stab_strings): Adjust prototypes.
97 * libbfd.h: Regenerate.
98 * libcoff.h: Regenerate.
99 * bfd-in2.h: Regenerate.
100
101 2004-06-27 Mark Kettenis <kettenis@gnu.org>
102
103 From Miod Vallat <miod@online.fr>:
104 * aoutx.h (NAME(aout,machine_type)): Handle bfd_arch_m88k.
105
106 2004-06-26 Alexandre Oliva <aoliva@redhat.com>
107
108 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): Delete.
109 (struct elf32_mn10300_link_hash_entry): Remove
110 pcrel_relocs_copied.
111 (mn10300_elf_check_relocs): Only reserve dynamic relocations for
112 R_MN10300_32. Don't adjust pcrel_relocs_copied.
113 (mn10300_elf_final_link_relocate): Fail for direct, pc-relative
114 and gotoff relocations if the symbol doesn't bind locally. Use
115 _bfd_elf_symbol_refs_local_p to test. Don't create dynamic
116 relocation for PCREL32.
117 (mn10300_elf_relocate_section): Use _bfd_elf_symbol_refs_local_p
118 to test whether a symbol binds locally.
119 (elf32_mn10300_link_hash_newfunc): Don't initialize
120 pcrel_relocs_copied.
121 (_bfd_mn10300_elf_discard_copies): Delete.
122 (_bfd_mn10300_elf_size_dynamic_sections): Don't call it.
123
124 2004-06-26 Mark Kettenis <kettenis@gnu.org>
125
126 * config.bfd: Replace m88k-*-openbsd* with m88*-*-openbsd*.
127
128 2004-06-25 Joel Brobecker <brobecker@gnat.com>
129
130 * som.c (som_set_reloc_info): Correct small typo.
131
132 2004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
133
134 * elf32-m32r.c (m32r_elf_howto_table): Support R_M32R_GOTOFF.
135 (m32r_elf_relocate_section): Changed for R_M32R_GOTOFF.
136 (m32r_elf_gcsweep_hook): Likewise.
137 (m32r_elf_check_relocs): Likewise.
138 (m32r_elf_howto_table): Added R_M32R_GOTOFF_HI_ULO,
139 R_M32R_GOTOFF_HI_SLO and R_M32R_GOTOFF_LO.
140 * reloc.c: Added BFD_RELOC_M32R_GOTOFF_HI_ULO,
141 BFD_RELOC_M32R_GOTOFF_HI_SLO and BFD_RELOC_M32R_GOTOFF_LO.
142 * bfd-in2.h: Regenerated.
143 * libbfd.h: Regenerated.
144
145 2004-06-24 H.J. Lu <hongjiu.lu@intel.com>
146
147 * elf64-x86-64.c (elf64_x86_64_check_relocs): Warn overflow
148 relocation symbol.
149 (elf64_x86_64_relocate_section): Issue an error for
150 R_X86_64_PC8, R_X86_64_PC16 and R_X86_64_PC32 relocations
151 against global symbols when building shared library.
152
153 2004-06-24 Alan Modra <amodra@bigpond.net.au>
154
155 * section.c (struct sec): Rename "_cooked_size" to "size".
156 Rename "_raw_size" to "rawsize".
157 (STD_SECTION): Adjust comments.
158 (bfd_set_section_size, bfd_get_section_contents): Use size.
159 (bfd_malloc_and_get_section): New function.
160 * bfd-in.h (bfd_section_size, bfd_get_section_size): Use size.
161 * coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
162 Correctly free reloc and contents memory.
163 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete FIXME
164 and fake CIE now that we can shink section size to zero.
165 (_bfd_elf_write_section_eh_frame): Likewise..
166 * elf32-ppc.c (ppc_elf_relax_section): Delay reading section contents.
167 * elf-m10300.c (mn10300_elf_final_link_relocate): Don't use
168 _bfd_stab_section_offset. Use _bfd_elf_section_offset.
169 * stabs.c (_bfd_stab_section_offset_): Remove unused args and
170 unneeded indirection.
171 * elf.c (_bfd_elf_section_offset): .. and update call.
172 * libbfd-in.h (_bfd_stab_section_offset): Update prototype.
173 * libbfd.h: Regenerate.
174 * bfd-in2.h: Regenerate.
175
176 Replace occurrences of "_raw_size" and "_cooked_size" in most places
177 with "size". Set new "rawsize" for stabs, eh_frame, and SEC_MERGE
178 sections. Use "rawsize", if non-zero, for bfd_get_section_contents
179 calls if the section might be a stabs, eh_frame, or SEC_MERGE section.
180 Similarly use "rawsize", if non-zero, in reloc functions to validate
181 reloc addresses. Use new bfd_malloc_and_get_section in most places
182 where bfd_get_section_contents was called. Expand all occurrences of
183 bfd_section_size and bfd_get_section_size. Rename "raw_size" var in
184 grok_prstatus and similar functions to "size".
185 * aix386-core.c (aix386_core_file_p): ..
186 * aix5ppc-core.c (xcoff64_core_p): ..
187 * aout-adobe.c (aout_adobe_callback, aout_adobe_write_object_contents,
188 aout_adobe_set_section_contents): ..
189 * aout-target.h (callback): ..
190 * aout-tic30.c (tic30_aout_callback, tic30_aout_final_link_relocate,
191 MY_bfd_final_link): ..
192 * aoutf1.h (sunos4_core_file_p): ..
193 * aoutx.h (some_aout_object_p, adjust_o_magic, adjust_z_magic,
194 adjust_n_magic, adjust_sizes_and_vmas, translate_from_native_sym_flags,
195 final_link, aout_link_input_section): ..
196 * binary.c (binary_object_p, binary_canonicalize_symtab,
197 binary_set_section_contents): ..
198 * bout.c (b_out_callback, b_out_write_object_contents,
199 b_out_set_section_contents, b_out_bfd_relax_section,
200 b_out_bfd_get_relocated_section_contents): ..
201 * cisco-core.c (cisco_core_file_validate): ..
202 * coff-alpha.c (alpha_ecoff_object_p,
203 alpha_ecoff_get_relocated_section_conten, alpha_relocate_section): ..
204 * coff-arm.c (coff_arm_relocate_section,
205 bfd_arm_allocate_interworking_sections): ..
206 * coff-h8300.c (h8300_reloc16_extra_cases,
207 h8300_bfd_link_add_symbols): ..
208 * coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): ..
209 * coff-ppc.c (coff_ppc_relocate_section, ppc_allocate_toc_section,
210 ppc_bfd_coff_final_link): ..
211 * coff-rs6000.c (xcoff_reloc_type_br, xcoff_ppc_relocate_section): ..
212 * coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
213 sh_align_loads, sh_coff_get_relocated_section_contents): ..
214 * coff64-rs6000.c (xcoff64_write_object_contents,
215 xcoff64_reloc_type_br, xcoff64_ppc_relocate_section): ..
216 * coffcode.h (coff_compute_section_file_positions,
217 coff_write_object_contents): ..
218 * coffgen.c (make_a_section_from_file, coff_write_symbols,
219 coff_section_symbol, build_debug_section): ..
220 * cofflink.c (coff_link_add_symbols, _bfd_coff_final_link,
221 process_embedded_commands, _bfd_coff_link_input_bfd,
222 _bfd_coff_write_global_sym): ..
223 * cpu-arm.c (bfd_arm_update_notes, bfd_arm_get_mach_from_notes): ..
224 * cpu-ns32k.c (do_ns32k_reloc, _bfd_ns32k_final_link_relocate): ..
225 * dwarf1.c (parse_line_table, _bfd_dwarf1_find_nearest_line): ..
226 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
227 _bfd_dwarf2_find_nearest_line): ..
228 * ecoff.c (bfd_debug_section, ecoff_set_symbol_info,
229 ecoff_compute_section_file_positions,
230 _bfd_ecoff_write_object_contents, ecoff_indirect_link_order): ..
231 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame,
232 _bfd_elf_discard_section_eh_frame_hdr,
233 _bfd_elf_maybe_strip_eh_frame_hdr, _bfd_elf_eh_frame_section_offset,
234 _bfd_elf_write_section_eh_frame,
235 _bfd_elf_write_section_eh_frame_hdr): ..
236 * elf-hppa.h (elf_hppa_sort_unwind): ..
237 * elf-m10200.c (mn10200_elf_relax_section,
238 mn10200_elf_relax_delete_bytes,
239 mn10200_elf_get_relocated_section_contents): ..
240 * elf-m10300.c (_bfd_mn10300_elf_create_got_section,
241 mn10300_elf_check_relocs, mn10300_elf_relax_section,
242 mn10300_elf_relax_delete_bytes,
243 mn10300_elf_get_relocated_section_contents,
244 _bfd_mn10300_elf_adjust_dynamic_symbol,
245 _bfd_mn10300_elf_discard_copies,
246 _bfd_mn10300_elf_size_dynamic_sections,
247 _bfd_mn10300_elf_finish_dynamic_sections): ..
248 * elf.c (_bfd_elf_print_private_bfd_data, bfd_elf_get_bfd_needed_list,
249 _bfd_elf_make_section_from_phdr, elf_fake_sections,
250 bfd_elf_set_group_contents, map_sections_to_segments,
251 elf_sort_sections, assign_file_positions_for_segments,
252 SECTION_SIZE, copy_private_bfd_data,
253 _bfd_elf_get_dynamic_reloc_upper_bound,
254 _bfd_elf_canonicalize_dynamic_reloc, elfcore_maybe_make_sect,
255 _bfd_elfcore_make_pseudosection, elfcore_grok_prstatus,
256 elfcore_grok_lwpstatus, elfcore_grok_win32pstatus,
257 elfcore_grok_note, elfcore_grok_nto_status, elfcore_grok_nto_gregs,
258 _bfd_elf_rel_local_sym, _bfd_elf_get_synthetic_symtab): ..
259 * elf32-arm.h (bfd_elf32_arm_allocate_interworking_sect,
260 bfd_elf32_arm_process_before_allocation,
261 elf32_arm_adjust_dynamic_symbol, allocate_dynrelocs,
262 elf32_arm_size_dynamic_sections, elf32_arm_finish_dynamic_sections,
263 elf32_arm_write_section): ..
264 * elf32-cris.c (cris_elf_grok_prstatus,
265 elf_cris_finish_dynamic_sections, cris_elf_gc_sweep_hook,
266 elf_cris_adjust_gotplt_to_got, elf_cris_adjust_dynamic_symbol,
267 cris_elf_check_relocs, elf_cris_size_dynamic_sections,
268 elf_cris_discard_excess_dso_dynamics,
269 elf_cris_discard_excess_program_dynamics): ..
270 * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): ..
271 * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): ..
272 * elf32-frv.c (_frvfdpic_add_dyn_reloc, _frvfdpic_add_rofixup,
273 _frv_create_got_section, _frvfdpic_assign_plt_entries,
274 elf32_frvfdpic_size_dynamic_sections,
275 elf32_frvfdpic_modify_segment_map,
276 elf32_frvfdpic_finish_dynamic_sections): ..
277 * elf32-h8300.c (elf32_h8_relax_section, elf32_h8_relax_delete_bytes,
278 elf32_h8_get_relocated_section_contents): ..
279 * elf32-hppa.c (hppa_build_one_stub, hppa_size_one_stub,
280 elf32_hppa_adjust_dynamic_symbol, allocate_plt_static,
281 allocate_dynrelocs, elf32_hppa_size_dynamic_sections, group_sections,
282 elf32_hppa_size_stubs, elf32_hppa_set_gp, elf32_hppa_build_stubs,
283 elf32_hppa_finish_dynamic_sections): ..
284 * elf32-i370.c (i370_elf_adjust_dynamic_symbol,
285 i370_elf_size_dynamic_sections, i370_elf_check_relocs,
286 i370_elf_finish_dynamic_sections): ..
287 * elf32-i386.c (elf_i386_grok_prstatus, elf_i386_adjust_dynamic_symbol,
288 allocate_dynrelocs, elf_i386_size_dynamic_sections,
289 elf_i386_relocate_section, elf_i386_finish_dynamic_sections): ..
290 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
291 i860_howto_highadj_reloc, i860_howto_splitn_reloc): ..
292 * elf32-ip2k.c (ip2k_is_switch_table_128,
293 ip2k_relax_switch_table_128, ip2k_is_switch_table_256,
294 ip2k_relax_switch_table_256, ip2k_elf_relax_section,
295 adjust_all_relocations, ip2k_elf_relax_delete_bytes): ..
296 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc,
297 m32r_elf_generic_reloc, m32r_elf_adjust_dynamic_symbol,
298 allocate_dynrelocs, m32r_elf_size_dynamic_sections,
299 m32r_elf_relocate_section, m32r_elf_finish_dynamic_sections,
300 m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
301 m32r_elf_get_relocated_section_contents): ..
302 * elf32-m68hc11.c (m68hc11_elf_build_one_stub,
303 m68hc11_elf_size_one_stub, m68hc11_elf_relax_section,
304 m68hc11_elf_relax_delete_bytes): ..
305 * elf32-m68hc12.c (m68hc12_elf_build_one_stub,
306 m68hc12_elf_size_one_stub): ..
307 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs,
308 elf32_m68hc11_build_stubs, m68hc11_elf_special_reloc): ..
309 * elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_gc_sweep_hook,
310 elf_m68k_adjust_dynamic_symbol, elf_m68k_size_dynamic_sections,
311 elf_m68k_discard_copies, elf_m68k_finish_dynamic_sections): ..
312 * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
313 elf32_mips_grok_prstatus): ..
314 * elf32-or32.c (or32_elf_consth_reloc): ..
315 * elf32-ppc.c (ppc_elf_relax_section, ppc_elf_addr16_ha_reloc,
316 elf_create_pointer_linker_section, ppc_elf_create_linker_section,
317 ppc_elf_additional_program_headers, ppc_elf_adjust_dynamic_symbol,
318 allocate_dynrelocs, ppc_elf_size_dynamic_sections,
319 ppc_elf_finish_dynamic_sections, ppc_elf_grok_prstatus,
320 ppc_elf_final_write_processing): ..
321 * elf32-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
322 allocate_dynrelocs, elf_s390_size_dynamic_sections,
323 elf_s390_finish_dynamic_sections, elf_s390_grok_prstatus): ..
324 * elf32-sh.c (sh_elf_reloc_loop, sh_elf_relax_section,
325 sh_elf_relax_delete_bytes, sh_elf_align_loads,
326 sh_elf_adjust_dynamic_symbol, allocate_dynrelocs,
327 sh_elf_size_dynamic_sections, sh_elf_get_relocated_section_contents,
328 sh_elf_finish_dynamic_sections, elf32_shlin_grok_prstatus): ..
329 * elf32-sh64-com.c (sh64_address_in_cranges,
330 sh64_get_contents_type): ..
331 * elf32-sh64.c (sh64_find_section_for_address,
332 sh64_elf_final_write_processing): ..
333 * elf32-sparc.c (sparc_elf_wdisp16_reloc, sparc_elf_hix22_reloc,
334 sparc_elf_lox10_reloc, elf32_sparc_adjust_dynamic_symbol,
335 allocate_dynrelocs, elf32_sparc_size_dynamic_sections,
336 elf32_sparc_relocate_section, elf32_sparc_finish_dynamic_sections): ..
337 * elf32-v850.c (v850_elf_reloc, v850_elf_relax_section): ..
338 * elf32-vax.c (elf_vax_check_relocs, elf_vax_adjust_dynamic_symbol,
339 elf_vax_size_dynamic_sections, elf_vax_discard_copies,
340 elf_vax_instantiate_got_entries, elf_vax_relocate_section,
341 elf_vax_finish_dynamic_sections): ..
342 * elf32-xstormy16.c (xstormy16_elf_24_reloc,
343 xstormy16_elf_check_relocs, xstormy16_relax_plt_check,
344 xstormy16_elf_relax_section, xstormy16_elf_always_size_sections,
345 xstormy16_elf_finish_dynamic_sections): ..
346 * elf32-xtensa.c (xtensa_read_table_entries,
347 elf_xtensa_allocate_got_size, elf_xtensa_allocate_local_got_size,
348 elf_xtensa_size_dynamic_sections, elf_xtensa_do_reloc,
349 bfd_elf_xtensa_reloc, elf_xtensa_relocate_section,
350 elf_xtensa_combine_prop_entries, elf_xtensa_finish_dynamic_sections,
351 elf_xtensa_discard_info_for_section, elf_xtensa_grok_prstatus,
352 get_relocation_opcode, retrieve_contents, find_relaxable_sections,
353 collect_source_relocs, is_resolvable_asm_expansion, remove_literals,
354 relax_section, shrink_dynamic_reloc_sections, relax_property_section,
355 xtensa_callback_required_dependence): ..
356 * elf64-alpha.c (elf64_alpha_reloc_gpdisp, elf64_alpha_relax_section,
357 elf64_alpha_check_relocs, elf64_alpha_adjust_dynamic_symbol,
358 elf64_alpha_calc_got_offsets_for_symbol, elf64_alpha_calc_got_offsets,
359 elf64_alpha_size_plt_section, elf64_alpha_size_plt_section_1,
360 elf64_alpha_always_size_sections, elf64_alpha_calc_dynrel_sizes,
361 elf64_alpha_size_rela_got_section, elf64_alpha_size_rela_got_1,
362 elf64_alpha_size_dynamic_sections, elf64_alpha_emit_dynrel,
363 elf64_alpha_finish_dynamic_sections, elf64_alpha_final_link): ..
364 * elf64-hppa.c (allocate_dynrel_entries,
365 elf64_hppa_size_dynamic_sections,
366 elf64_hppa_finish_dynamic_sections): ..
367 * elf64-mips.c (mips_elf64_gprel32_reloc, mips16_gprel_reloc,
368 mips_elf64_canonicalize_dynamic_reloc, mips_elf64_slurp_reloc_table,
369 elf64_mips_grok_prstatus): ..
370 * elf64-mmix.c (mmix_elf_perform_relocation, mmix_elf_reloc,
371 mmix_elf_relocate_section, mmix_elf_final_link,
372 mmix_set_relaxable_size, _bfd_mmix_after_linker_allocation,
373 mmix_elf_relax_section, mmix_elf_get_section_contents): ..
374 * elf64-ppc.c (ppc64_elf_object_p, ppc64_elf_grok_prstatus,
375 ppc64_elf_check_relocs, ppc64_elf_func_desc_adjust,
376 ppc64_elf_adjust_dynamic_symbol, ppc64_elf_edit_opd,
377 allocate_dynrelocs, ppc64_elf_size_dynamic_sections,
378 ppc_build_one_stub, ppc_size_one_stub, ppc64_elf_next_toc_section,
379 toc_adjusting_stub_needed, group_sections, ppc64_elf_size_stubs,
380 ppc64_elf_build_stubs, ppc64_elf_relocate_section,
381 ppc64_elf_finish_dynamic_sections): ..
382 * elf64-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
383 allocate_dynrelocs, elf_s390_size_dynamic_sections,
384 elf_s390_finish_dynamic_sections): ..
385 * elf64-sh64.c (sh_elf64_get_relocated_section_contents,
386 sh_elf64_check_relocs, sh64_elf64_adjust_dynamic_symbol,
387 sh64_elf64_discard_copies, sh64_elf64_size_dynamic_sections,
388 sh64_elf64_finish_dynamic_sections): ..
389 * elf64-sparc.c (sparc64_elf_slurp_reloc_table, init_insn_reloc,
390 sparc64_elf_check_relocs, sparc64_elf_adjust_dynamic_symbol,
391 sparc64_elf_size_dynamic_sections, sparc64_elf_relocate_section,
392 sparc64_elf_finish_dynamic_symbol,
393 sparc64_elf_finish_dynamic_sections): ..
394 * elf64-x86-64.c (elf64_x86_64_grok_prstatus,
395 elf64_x86_64_adjust_dynamic_symbol, allocate_dynrelocs,
396 elf64_x86_64_size_dynamic_sections, elf64_x86_64_relocate_section,
397 elf64_x86_64_finish_dynamic_sections): ..
398 * elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): ..
399 * elfcode.h (elf_slurp_reloc_table): ..
400 * elflink.c (_bfd_elf_create_got_section, elf_add_dt_needed_tag,
401 elf_finalize_dynstr, elf_link_add_object_symbols,
402 bfd_elf_size_dynamic_sections, elf_link_sort_relocs,
403 elf_link_input_bfd, bfd_elf_final_link, bfd_elf_discard_info): ..
404 * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
405 elf32_mips_grok_prstatus): ..
406 * elfxx-ia64.c (elfNN_ia64_relax_section, allocate_dynrel_entries,
407 elfNN_ia64_size_dynamic_sections, elfNN_ia64_install_dyn_reloc,
408 elfNN_ia64_choose_gp, elfNN_ia64_final_link,
409 elfNN_ia64_finish_dynamic_sections): ..
410 * elfxx-mips.c (mips_elf_create_procedure_table,
411 mips_elf_check_mips16_stubs, _bfd_mips_elf_gprel16_with_gp,
412 _bfd_mips_elf_hi16_reloc, _bfd_mips_elf_generic_reloc,
413 mips_elf_global_got_index, mips_elf_multi_got,
414 mips_elf_create_compact_rel_section, mips_elf_calculate_relocation,
415 mips_elf_allocate_dynamic_relocations,
416 mips_elf_create_dynamic_relocation, _bfd_mips_elf_fake_sections,
417 _bfd_mips_relax_section, _bfd_mips_elf_adjust_dynamic_symbol,
418 _bfd_mips_elf_always_size_sections,
419 _bfd_mips_elf_size_dynamic_sections,
420 _bfd_mips_elf_finish_dynamic_symbol,
421 _bfd_mips_elf_finish_dynamic_sections,
422 _bfd_mips_elf_modify_segment_map, _bfd_mips_elf_discard_info,
423 _bfd_mips_elf_write_section, _bfd_mips_elf_set_section_contents,
424 _bfd_elf_mips_get_relocated_section_contents,
425 _bfd_mips_elf_final_link, _bfd_mips_elf_merge_private_bfd_data): ..
426 * hp300hpux.c (callback): ..
427 * hppabsd-core.c (make_bfd_asection): ..
428 * hpux-core.c (make_bfd_asection): ..
429 * i386linux.c (linux_link_create_dynamic_sections,
430 bfd_i386linux_size_dynamic_sections, linux_finish_dynamic_link): ..
431 * i386msdos.c (msdos_write_object_contents): ..
432 * i386os9k.c (os9k_callback, os9k_write_object_contents,
433 os9k_set_section_contents): ..
434 * ieee.c (parse_expression, ieee_slurp_external_symbols,
435 ieee_slurp_sections, ieee_slurp_debug, ieee_slurp_section_data,
436 ieee_write_section_part, do_with_relocs, do_as_repeat,
437 do_without_relocs, ieee_write_debug_part, init_for_output,
438 ieee_set_section_contents): ..
439 * ihex.c (ihex_scan, ihex_read_section, ihex_get_section_contents): ..
440 * irix-core.c (do_sections, make_bfd_asection): ..
441 * libaout.h (aout_section_merge_with_text_p): ..
442 * libbfd.c (_bfd_generic_get_section_contents,
443 _bfd_generic_get_section_contents_in_window): ..
444 * linker.c (default_indirect_link_order): ..
445 * lynx-core.c (make_bfd_asection): ..
446 * m68klinux.c (linux_link_create_dynamic_sections,
447 bfd_m68klinux_size_dynamic_sections, linux_finish_dynamic_link): ..
448 * mach-o.c (bfd_mach_o_make_bfd_section,
449 bfd_mach_o_scan_read_dylinker, bfd_mach_o_scan_read_dylib,
450 bfd_mach_o_scan_read_thread, bfd_mach_o_scan_read_symtab,
451 bfd_mach_o_scan_read_segment): ..
452 * merge.c (_bfd_add_merge_section, record_section, merge_strings,
453 _bfd_merge_sections): ..
454 * mmo.c (mmo_find_sec_w_addr, mmo_get_spec_section, mmo_get_loc,
455 mmo_map_set_sizes, mmo_canonicalize_symtab,
456 mmo_internal_write_section, mmo_write_object_contents): ..
457 * netbsd-core.c (netbsd_core_file_p): ..
458 * nlm32-alpha.c (nlm_alpha_read_reloc, nlm_alpha_write_import,
459 nlm_alpha_set_public_section): ..
460 * nlm32-ppc.c (nlm_powerpc_read_reloc, nlm_powerpc_write_reloc): ..
461 * nlm32-sparc.c (nlm_sparc_write_import): ..
462 * nlmcode.h (add_bfd_section, nlm_swap_auxiliary_headers_in,
463 nlm_compute_section_file_positions): ..
464 * oasys.c (oasys_object_p, oasys_slurp_section_data,
465 oasys_write_sections, oasys_write_data, oasys_set_section_contents): ..
466 * opncls.c (get_debug_link_info): ..
467 * osf-core.c (make_bfd_asection): ..
468 * pdp11.c (some_aout_object_p, adjust_o_magic, adjust_z_magic,
469 adjust_n_magic, adjust_sizes_and_vmas, squirt_out_relocs,
470 final_link, aout_link_input_section): ..
471 * peXXigen.c (_bfd_XXi_swap_sym_in, _bfd_XXi_swap_aouthdr_out,
472 pe_print_idata, pe_print_edata, pe_print_pdata, pe_print_reloc): ..
473 * pef.c (bfd_pef_make_bfd_section, bfd_pef_print_loader_section,
474 bfd_pef_scan_start_address, bfd_pef_parse_symbols): ..
475 * ppcboot.c (ppcboot_object_p, ppcboot_canonicalize_symtab): ..
476 * ptrace-core.c (ptrace_unix_core_file_p): ..
477 * reloc.c (bfd_perform_relocation, bfd_install_relocation,
478 _bfd_final_link_relocate, bfd_generic_relax_section,
479 bfd_generic_get_relocated_section_contents): ..
480 * reloc16.c (bfd_coff_reloc16_relax_section,
481 bfd_coff_reloc16_get_relocated_section_c): ..
482 * riscix.c (riscix_some_aout_object_p): ..
483 * rs6000-core.c (read_hdr, make_bfd_asection): ..
484 * sco5-core.c (make_bfd_asection): ..
485 * simple.c (bfd_simple_get_relocated_section_contents): ..
486 * som.c (som_object_setup, setup_sections, som_prep_headers,
487 som_write_fixups, som_begin_writing, bfd_section_from_som_symbol,
488 som_set_reloc_info, som_get_section_contents,
489 som_bfd_link_split_section): ..
490 * sparclinux.c (linux_link_create_dynamic_sections,
491 bfd_sparclinux_size_dynamic_sections, linux_finish_dynamic_link): ..
492 * srec.c (srec_scan, srec_read_section, srec_get_section_contents): ..
493 * stabs.c (_bfd_link_section_stabs, _bfd_discard_section_stabs,
494 _bfd_write_stab_strings, _bfd_stab_section_offset): ..
495 * sunos.c (sunos_read_dynamic_info, sunos_create_dynamic_sections,
496 bfd_sunos_size_dynamic_sections, sunos_scan_std_relocs,
497 sunos_scan_ext_relocs, sunos_scan_dynamic_symbol,
498 sunos_write_dynamic_symbol, sunos_check_dynamic_reloc,
499 sunos_finish_dynamic_link): ..
500 * syms.c (_bfd_stab_section_find_nearest_line): ..
501 * tekhex.c (first_phase, tekhex_set_section_contents,
502 tekhex_write_object_contents): ..
503 * trad-core.c (trad_unix_core_file_p): ..
504 * versados.c (process_esd, process_otr, process_otr): ..
505 * vms-gsd.c (_bfd_vms_slurp_gsd, _bfd_vms_write_gsd): ..
506 * vms-misc.c (add_new_contents): ..
507 * vms-tir.c (check_section, new_section, _bfd_vms_write_tir): ..
508 * vms.c (vms_set_section_contents): ..
509 * xcofflink.c (xcoff_get_section_contents, xcoff_link_add_symbols,
510 xcoff_sweep, bfd_xcoff_size_dynamic_sections, xcoff_build_ldsyms,
511 _bfd_xcoff_bfd_final_link, xcoff_link_input_bfd): ..
512 * xsym.c (bfd_sym_scan): .. See above.
513
514 2004-06-21 H.J. Lu <hongjiu.lu@intel.com>
515
516 * elfxx-ia64.c (elfNN_ia64_relax_section): Add addend when
517 calling _bfd_merged_section_offset only for section symbols.
518
519 2004-06-22 Alan Modra <amodra@bigpond.net.au>
520
521 * elf32-ppc.c (ppc_elf_relax_section): Implement reference code
522 for handling SEC_MERGE symbols in relax_section.
523
524 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
525
526 2003-05-15 Richard Sandiford <rsandifo@redhat.com>
527 * cpu-h8300.c (compatible): Allow h8300s and h8300sx code to be
528 linked together. Mark the result as h8300sx code.
529
530 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
531
532 * elf-bfd.h (struct elf_backend_data): Added
533 elf_backend_omit_section_dynsym.
534 (_bfd_elf_link_omit_section_dynsym): Declare.
535 * elf32-frv.c (_frvfdpic_link_omit_section_dynsym): New.
536 (elf_backend_omit_section_dynsym): Use it for frvfdpic.
537 * elflink.c (_bfd_elf_link_omit_section_dynsym): Split out of...
538 (_bfd_elf_link_renumber_dynsyms): ... this function.
539 * elfxx-target.h (elf_backend_omit_section_dynsym): Default to
540 _bfd_elf_link_omit_section_dynsym).
541 (elfNN_bed): Added elf_backend_omit_section_dynsym.
542
543 2004-06-21 Nick Clifton <nickc@redhat.com>
544
545 * coffcode.h (styp_to_sec_flags): Ignore IMAGE_SCN_MEM_NOT_PAGED
546 flags.
547
548 2004-06-17 Jerome Guitton <guitton@gnat.com>
549
550 * bfd-in.h (bfd_cache_close_all): New function declaration.
551 * bfd-in2.h: Regenerate.
552 * cache.c (bfd_cache_close_all): New function definition.
553
554 2004-06-16 Mark Kettenis <kettenis@gnu.org>
555
556 * configure.in: Don't set COREFILE to trad-core.lo for FreeBSD
557 4.10 and beyond.
558 * configure: Regenerate.
559
560 2004-06-16 Daniel Jacobowitz <dan@debian.org>
561
562 * elf32-ppc.c (ppc_elf_create_linker_section): Create symbols in
563 the pre-existing section.
564
565 2004-06-15 Alan Modra <amodra@bigpond.net.au>
566
567 * section.c (struct sec): Remove usused flags. Reorganize a little.
568 (bfd_get_section_size_before_reloc): Delete.
569 (bfd_get_section_size_after_reloc): Delete.
570 (STD_SECTION): Update.
571 (bfd_get_section_size_now): Delete.
572 (bfd_set_section_contents): Don't referece reloc_done.
573 (bfd_get_section_contents): Remove reloc_done comment.
574 * bout.c (b_out_bfd_get_relocated_section_contents): Don't set
575 reloc_done.
576 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Likewise.
577 * ecoff.c (bfd_debug_section): Update initializer.
578 * elfxx-mips.c (_bfd_elf_mips_get_relocated_section_contents): Ditto.
579 * reloc.c (bfd_generic_get_relocated_section_contents): Likewise.
580 * bfd-in.h (bfd_section_size): Expand.
581 (bfd_get_section_size): New macro.
582 * bfd-in2.h: Regenerate.
583 * coff64-rs6000.c (xcoff64_write_object_contents): Replace
584 bfd_get_section_size_before_reloc with bfd_get_section_size.
585 * coffcode.h (coff_write_object_contents): Likewise.
586 * coffgen.c (build_debug_section): Likewise.
587 * dwarf1.c (parse_line_table): Likewise.
588 (_bfd_dwarf1_find_nearest_line): Likewise.
589 * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
590 * i386msdos.c (msdos_write_object_contents): Likewise.
591 * pdp11.c (squirt_out_relocs): Likewise.
592 * elf32-sh64.c (sh64_find_section_for_address): Remove comment.
593 * elf64-mmix.c (mmix_elf_final_link): Update comment.
594
595 2004-06-14 Chris Demetriou <cgd@broadcom.com>
596
597 * elf32-mips.c (elf_mips_gnu_pcrel32): Add (undoing 2004-04-24
598 removal) with updated comment.
599 (bfd_elf32_bfd_reloc_type_lookup): Add back case for
600 BFD_RELOC_32_PCREL.
601 (mips_elf32_rtype_to_howto): Add back case for R_MIPS_PC32.
602 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
603
604 2004-06-12 Alan Modra <amodra@bigpond.net.au>
605
606 * elf64-x86-64.c (elf64_x86_64_relocate_section): Ignore reloc
607 overflow on branches to undefweaks.
608
609 2004-06-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
610
611 * coff-alpha.c (alpha_relocate_section): Set used_by_bfd directly
612 as ecoff_section_data() does not return a valid lvalue.
613
614 2004-06-09 Alexandre Oliva <aoliva@redhat.com>
615
616 * elflink.c (elf_sort_symbol): Compare section id, not pointers.
617 (elf_link_add_object_symbols): Likewise.
618
619 * elf-m10300.c (_bfd_mn10300_elf_reloc_type_class): New.
620 (elf_backend_reloc_type_class): New.
621
622 2004-06-08 Mark Kettenis <kettenis@gnu.org>
623
624 * configure.in (hppa*-*-netbsd*, hppa*-*-openbsd): Set COREFILE to
625 netbsd-core.lo.
626 * configure: Regenerate.
627
628 2004-06-07 Daniel Jacobowitz <dan@debian.org>
629
630 From: Albert Chin-A-Young <china@thewrittenword.com>
631 * bfd/elf-bfd.h (struct eh_cie_fde): Convert unsigned char bitfields
632 to unsigned int.
633
634 2004-05-29 H.J. Lu <hongjiu.lu@intel.com>
635
636 * elfxx-ia64.c (elfNN_ia64_relax_section): Undo the last
637 change.
638
639 2004-05-28 DJ Delorie <dj@redhat.com>
640
641 * elf-m10300.c (mn10300_elf_relax_section): Preserve reloc addend
642 for linking, but otherwise adjust reloc for merged sections.
643
644 2004-05-28 H.J. Lu <hongjiu.lu@intel.com>
645
646 * elfxx-ia64.c (elfNN_ia64_relax_section): Properly call
647 _bfd_merged_section_offset for local symbols.
648
649 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
650
651 * Makefile.am: Regenerate dependencies.
652 * Makefile.in: Regenerate.
653 * archures.c: Add bfd_mach_sh3_nommu .
654 * bfd-in2.h: Regenerate.
655 * cpu-sh.c: Add sh3-nommu architecture.
656 (bfd_to_arch_table): Create new table.
657 (sh_get_arch_from_bfd_mach): Create new function.
658 (sh_get_arch_up_from_bfd_mach): Create new function.
659 (sh_merge_bfd_arch): Create new function.
660 * elf32-sh.c (sh_ef_bfd_table): Add table.
661 (sh_elf_check_relocs): Replace switch statement with
662 use of sh_ef_bfd_table .
663 (sh_elf_get_flags_from_mach): Add new function.
664 (sh_find_elf_flags): Likewise.
665 (sh_elf_copy_private_data): Replace most of non-elf contents
666 with a call to sh_merge_bfd_arch() .
667
668 2004-05-27 Michael Chastain <mec.gnu@mindspring.com>
669
670 * Makefile.am (bfdver.h): Use explicit filename, not $< .
671 * Makefile.in: Regenerate.
672
673 2004-05-27 Alexandre Oliva <aoliva@redhat.com>
674
675 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Avoid
676 custom calling conventions for dynamic symbols.
677 (mn10300_elf_relax_section): Avoid relaxing a function as a local
678 symbol if it's an alias to a global one.
679
680 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
681
682 * elf.c (_bfd_elf_make_section_from_shdr): Undo the last
683 change.
684
685 2004-05-27 Alexandre Oliva <aoliva@redhat.com>
686
687 * elf-m10300.c (mn10300_elf_relax_section): Don't test isym within
688 loop over hashes.
689
690 2004-05-26 Alan Modra <amodra@bigpond.net.au>
691
692 * elf.c (_bfd_elf_make_section_from_shdr): Don't set SEC_EXCLUDE
693 for SHT_GROUP sections.
694
695 2004-05-25 Alan Modra <amodra@bigpond.net.au>
696
697 * elflink.c (elf_link_add_object_symbols): Don't set up merge
698 section data here..
699 * elf.c (_bfd_elf_merge_sections): .. Do it here instead.
700 * merge.c: Formatting. Remove unnecessary casts. Expand
701 bfd_get_section_alignment macro.
702 (struct sec_merge_sec_info): Rename "first" to "first_str". Update
703 use throughout file.
704 (_bfd_add_merge_section): Rename from _bfd_merge_section. Update
705 comment. Abort on dynamic or non-SEC_MERGE input. Don't test
706 section name to determine sinfo group, instead test output section
707 and alignment.
708 (_bfd_merge_sections): Add struct bfd_link_info param. Call
709 _bfd_strip_section_from_output rather than just twiddling flags.
710 * libbfd-in.h (_bfd_add_merge_section): Rename, update comment.
711 (_bfd_merge_sections): Update prototype.
712 * libbfd.h: Regenerate.
713
714 2004-05-24 Mark Kettenis <kettenis@gnu.org>
715
716 * netbsd-core.c: Correctly indent section that sets architecture
717 from machine ID.
718
719 From Miod Vallat <miod@online.fr>:
720 * m88kopenbsd.c: New file.
721 * targets.c (m88k_openbsd_vec): New.
722 * config.bfd: Add m88k-*-openbsd*.
723 * configure.in (m88k-*-openbsd*): Set COREFILE to netbsd-core.lo.
724 (m88kopenbsd_vec): New.
725 * configure: Regenerate.
726 * Makefile.am (BFD32_BACKENDS): Add m88kopenbsd.lo.
727 (BFD32_BACKENDS_CFILES): Add m88kopenbsd.c.
728 Run "make dep-am".
729 * Makefile.in: Regenerate.
730 * po/SRC-POTFILES.in: Regenerate.
731
732 2004-05-24 Nick Clifton <nickc@redhat.com>
733
734 * hash.c: Remove bogus node "Changing the default Hash Table Size"
735 introduced by hash table size patch.
736
737 2004-05-22 Ben Elliston <bje@au.ibm.com>
738
739 * configure.in (is_release): Remove.
740 (bfd_version_date, bfd_version, bfd_version_string): Likewise.
741 (AC_OUTPUT): Don't output bfdver.h from version.h.
742 * configure: Regenerate.
743 * Makefile.am (RELEASE): New variable.
744 (bfdver.h): New target.
745 * Makefile.in: Regenerate.
746 * doc/Makefile.in: Likewise.
747
748 2004-05-22 Ben Elliston <bje@au.ibm.com>
749
750 * Makefile.am (config.status): Don't depend on version.h.
751 * Makefile.in: Regenerate.
752
753 2004-05-22 Alan Modra <amodra@bigpond.net.au>
754
755 * merge.c (_bfd_merged_section_offset): Remove "addend" param.
756 * libbfd-in.h (_bfd_merged_section_offset): Adjust prototype.
757 * libbfd.h: Regenerate.
758 * elf.c (_bfd_elf_rela_local_sym): Adjust call.
759 (_bfd_elf_rel_local_sym): Likewise.
760 * elflink.c (_bfd_elf_link_sec_merge_syms): Likewise.
761 (elf_link_input_bfd): Likewise.
762 * elf32-ppc.c (ppc_elf_relax_section): Likewise.
763 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
764 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
765 (elfNN_ia64_relocate_section): Likewise.
766
767 2004-05-21 Andy Chittenden <achittenden@bluearc.com>
768
769 * hash.c (bfd_default_hash_table_size): New variable.
770 (bfd_hash_table_init): Use new variable instead of DEFAULT_SIZE.
771 (bfd_hash_set_default_size): New function. Set the default size
772 to a selected prime number close to the argument. Document new
773 function.
774 * bfd-in.h: Add prototype for bfd_hash_set_default_size.
775 * bfd-in2.h: Regenerate.
776 * Makefile.am (hash.lo): Add dependency upon libiberty.h.
777 * Makefile.in: Regenerate.
778
779 2004-05-21 Mark Kettenis <kettenis@gnu.org>
780
781 * libaout.h (machine_type): Add M_88K_OPENBSD and M_HPPA_OPENBSD.
782 * netbsd-core.c (netbsd_core_file_p): Set architecture for alpha,
783 arm, m68k, m88k and hppa core files.
784
785 2004-05-21 Nick Clifton <nickc@redhat.com>
786
787 * bfdio.c (bfd_bread): Do not use iovec if it is NULL.
788 (bfd_bwrite): Likewise.
789 (bfd_tell): Likewise.
790 (bfd_flush): Likewise.
791 (bfd_stat): Likewise.
792 (bfd_seek): Likewise.
793 (bfd_get_mtime): Likewise.
794 (bfd_get_size): Likewise.
795
796 2004-05-19 Ben Elliston <bje@au.ibm.com>
797
798 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.
799
800 2004-05-19 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
801
802 * archive.c (_bfd_get_elt_at_filepos): Cope with a nested archives.
803 (bfd_generic_openr_next_archived_file): Likewise.
804
805 2004-05-17 Bob Wilson <bob.wilson@acm.org>
806
807 * elf32-xtensa.c (xtensa_get_property_section_name): Determine linkonce
808 section names by inserting a new substring after .gnu.linkonce, except
809 for .gnu.linkonce.t.* where the "t." is replaced.
810
811 2004-05-17 Adam Nemet <anemet@lnxw.com>
812
813 * config.bfd (sparc-*-lynxos* case): Add to obsolete list.
814 (m68-*-lynxos* case): Likewise.
815 (powerpc-*-lyxnos* case): New case.
816 (i[3-7]86-*-lynxos* case): Update to LynxOS 4.0 ELF.
817
818 2004-05-17 David Heine <dlheine@tensilica.com>
819
820 * aout-target.h (MY_bfd_copy_private_header_data): Define.
821 * aout-tic30.c (MY_bfd_copy_private_header_data): Define.
822 * bfd.c (bfd_copy_private_header_data): Define.
823 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Add entries for new
824 interface.
825 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
826 * coffcode.h (coff_bfd_copy_private_header_data): Define.
827 * elf-bfd.h (_bfd_elf_copy_private_header_data): Declare.
828 * elf.c (_bfd_elf_copy_private_section_data): Remove code to set up
829 segments by calling copy_private_bfd_data.
830 (_bfd_elf_copy_private_header_data): Define.
831 * elfxx-target.h (bfd_elfNN_bfd_copy_private_header_data): Define.
832 * libbfd-in.h (_bfd_generic_bfd_copy_private_header_data): Define.
833 * libecoff.h (_bfd_ecoff_bfd_copy_private_header_data): Define.
834 * mach-o.c (bfd_mach_o_bfd_copy_private_header_data): Define.
835 * mmo.c (mmo_bfd_copy_private_header_data): Define.
836 * ppcboot.c (ppcboot_bfd_copy_private_header_data): Define.
837 * som.c (som_bfd_copy_private_header_data): Define.
838 * targets.c (BFD_JUMP_TABLE_COPY): Add _bfd_copy_private_header_data.
839 * vms.c (vms_bfd_copy_private_header_data): Define.
840 * bfd-in2.h: Regenerate.
841 * libbfd.h: Regenerate.
842
843 2004-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
844
845 * elfxx-mips.c (MINUS_TWO): Define.
846 (mips_elf_higher, mips_elf_highest,
847 mips_elf_create_dynamic_relocation): Use MINUS_ONE and MINUS_TWO for
848 some bfd_vma values.
849 (_bfd_mips_elf_finish_dynamic_symbol): Likewise. Code cleanup.
850
851 2004-05-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
852
853 * som.c (log2): Rename to exact_log2. Adjust all callers.
854
855 2004-05-13 Paul Brook <paul@codesourcery.com>
856
857 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Handle
858 dwarf3 format CIE entries. Remove comment about the size of the
859 ra_column field. It is now correctly deduced.
860
861 2004-05-13 Joel Sherrill <joel@oarcorp.com>
862
863 * config.bfd (or32-*-rtems*): Switch to elf.
864
865 2004-05-13 Nick Clifton <nickc@redhat.com>
866
867 * po/fr.po: Updated French translation.
868
869 2004-05-11 Jakub Jelinek <jakub@redhat.com>
870
871 * elflink.c (elf_bfd_final_link): Don't output STT_SECTION symbol
872 into .dynsym if elf_section_data (sec)->dynindx <= 0.
873 Adjust counting of last_local.
874 (_bfd_elf_link_renumber_dynsyms): Don't assign dynindx to sections
875 other than SHT_PROGBITS/SHT_NOBITS and neither for .got/.got.plt/.plt
876 created by the linker nor !SHF_ALLOC.
877
878 * elf32-i386.c (elf_i386_finish_dynamic_sections): Point
879 DT_PLTGOT to the start of the .got.plt section instead of the
880 .got output section. Set sh_entsize for .got section in addition
881 to .got.plt.
882 (elf_i386_relocate_section): Don't assume _GLOBAL_OFFSET_TABLE_
883 is at sgot->output_section->vma.
884 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Point
885 DT_PLTGOT to the start of the .got.plt section instead of the
886 .got output section.
887 (elf64_x86_64_relocate_section): Don't assume _GLOBAL_OFFSET_TABLE_
888 is at sgot->output_section->vma. Set sh_entsize for .got section
889 in addition to .got.plt.
890 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_RELRO.
891 (bfd_section_from_phdr): Likewise.
892 (map_sections_to_segments): Likewise.
893 (assign_file_positions_for_segments): Likewise.
894 (get_program_header_size): Likewise.
895 * elflink.c (bfd_elf_size_dynamic_sections): Set
896 elf_tdata (output_bfd)->relro from info->relro.
897 * elf-bfd.h (struct elf_obj_tdata): Add relro field.
898
899 2004-05-08 Alexandre Oliva <aoliva@redhat.com>
900
901 * elf32-frv.c (_frvfdpic_add_dyn_reloc): Don't warn when we get
902 a zero symndx for which we hadn't accounted a dynamic relocation.
903 (_frvfdpic_add_rofixup): Likewise.
904
905 2004-05-07 Brian Ford <ford@vss.fsi.com>
906 DJ Delorie <dj@redhat.com>
907
908 * coffcode.h (coff_write_object_contents) [COFF_IMAGE_WITH_PE]:
909 Propagate IMAGE_FILE_LARGE_ADDRESS_AWARE.
910 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Recognize
911 IMAGE_FILE_LARGE_ADDRESS_AWARE. Use PE defines.
912
913 2004-05-07 Alexandre Oliva <aoliva@redhat.com>
914
915 * elf32-frv.c (elf32_frvfdpic_modify_segment_map): Return
916 immediately if there's no link info.
917 (elf32_frvfdpic_copy_private_bfd_data): New.
918 (bfd_elf32_bfd_copy_private_bfd_data): Use it for frvfdpic.
919
920 2004-05-06 Zack Weinberg <zack@codesourcery.com>
921
922 * dwarf2.c (add_line_info): Also set info->filename to NULL if
923 filename argument is null; do not call strlen on a null pointer.
924
925 2004-05-06 Daniel Jacobowitz <drow@mvista.com>
926
927 * elf32-arm.h (elf32_arm_relocate_section): Remove R_ARM_PLT32
928 special case.
929
930 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
931
932 * configure.in (bfd_elf32_frvfdpic_vec): New.
933 * configure: Rebuilt.
934 * targets.c (bfd_elf32_frvfdpic_vec): New.
935 * config.bfd: Enable it on frv-*-elf and frv-*-*linux*, as default
936 on the latter.
937 * elf32-frv.c: Prefix all identifiers added for FDPIC support with
938 frvfdpic instead of frv. Rearrange elf-target macros such that
939 the FDPIC-specific ones are only defined for this new target
940 vector.
941 (bfd_elf32_frvfdpic_vec): Declare.
942 (IS_FDPIC): New.
943 (elf32_frv_relocate_section): Use it to enable segment checking
944 and to control rofixup emission. Add output section vma to
945 applied relocation in non-LOAD non-ALLOC sections. Use
946 _bfd_error_handler for errors.
947 (_frv_create_got_section): Create .rel.got and .rofixup only in
948 FDPIC. Create non-dynamic _gp at .got+2048 in non-FDPIC, like the
949 linker script.
950 (elf32_frvfdpic_size_dynamic_sections): Assume FDPIC.
951 (elf32_frvfdpic_modify_segment_map): Likewise.
952 (elf32_frv_finish_dynamic_sections): New, do-nothing.
953 (elf32_frvfdpic_finish_dynamic_sections): Assume FDPIC. Improve
954 error message if we miscompute the rofixup size.
955 (frvfdpic_elf_use_relative_eh_frame): Assume FDPIC.
956 (frvfdpic_elf_encode_eh_address): Likewise.
957 (elf32_frv_check_relocs): Reject FDPIC-only relocs in non-FDPIC.
958 Record relocs only in FDPIC. Make sure _gp is defined for GPREL
959 relocs. Reject unknown relocation types.
960 (elf32_frv_object_p): Make sure target vector matches FDPIC bits.
961 (frv_elf_merge_private_bfd_data): Likewise.
962 (ELF_MAXPAGESIZE): Revert to 0x1000 for elf32-frv; keep it as
963 0x4000 for newly-added elf32-frvfdpic.
964
965 2004-05-05 Nick Clifton <nickc@redhat.com>
966
967 PR/136
968 * cache.c (bfd_cache_lookup_worker): Call abort() rather than
969 returning NULL as most users of this function do not check its
970 return value.
971 * hppabsd-core.c (hppabsd_core_core_file_p): Do not check result
972 of bfd_cache_lookup().
973 * sco5-core.c (sco5_core_file_p): Likewise.
974 * trad-core.c (trad_unix_core_file_p): Likewise.
975
976 2004-05-05 Nick Clifton <nickc@redhat.com>
977
978 * cache.c (bfd_cache_lookup): Improve formatting.
979 * archive.c: Fix formatting.
980
981 2004-05-05 Peter Barada <peter@the-baradas.com>
982
983 * bfd_archures.c(bfd_architecture): Add 521x,5249,547x,548x.
984 * cpu-m68k.c(bfd_m68k_arch): Likewise.
985 * bfd-in2.h(bfd_architecture): Regenerate.
986
987 2004-05-03 Alan Modra <amodra@bigpond.net.au>
988
989 * elf.c (_bfd_elf_rela_local_sym): Set kept_section for excluded
990 SEC_MERGE sections.
991 * elflink.c (elf_link_input_bfd): Adjust output reloc index for
992 those against discarded link-once and SEC_MERGE section symbols.
993
994 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
995
996 * section.c (bfd_get_section_by_name_if): New.
997 * bfd-in2.h: Regenerated.
998
999 2004-05-02 Alan Modra <amodra@bigpond.net.au>
1000
1001 * som.c (som_bfd_is_group_section): Define.
1002
1003 2004-05-01 Alan Modra <amodra@bigpond.net.au>
1004
1005 * section.c (bfd_make_section_anyway): Copy the whole
1006 bfd_hash_entry, not just "next" from existing entry.
1007
1008 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1009
1010 * elf.c (bfd_section_from_shdr): Maintain the section order in
1011 a section group.
1012 (special_sections): Add ".note.GNU-stack".
1013 (elf_fake_sections): Handle section group for relocatable
1014 link..
1015
1016 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1017
1018 * section.c (bfd_sections_find_if): New.
1019 * bfd-in2.h: Regenerated.
1020
1021 2004-04-30 Alan Modra <amodra@bigpond.net.au>
1022
1023 * section.c (bfd_make_section_anyway): Add all sections to hash tab.
1024
1025 * elf-bfd.h (bfd_elf_is_group_section): Declare.
1026 * elf.c (bfd_elf_is_group_section): New function.
1027 * elfxx-target.h (bfd_elfNN_bfd_is_group_section
1028 * section.c (bfd_generic_is_group_section): New function.
1029 * targets.c (struct bfd_target): Add _bfd_is_group_section field.
1030 (BFD_JUMP_TABLE_LINK): Adjust.
1031 * aout-adobe.c (aout_32_bfd_is_group_section): Define.
1032 * aout-target.h (MY_bfd_is_group_section): Define.
1033 * aout-tic30.c (MY_bfd_is_group_section): Define.
1034 * bfd.c (bfd_is_group_section): Define.
1035 * binary.c (binary_bfd_is_group_section): Define.
1036 * bout.c (b_out_bfd_is_group_section): Define.
1037 * coff-alpha.c (_bfd_ecoff_bfd_is_group_section): Define.
1038 * coff-mips.c (_bfd_ecoff_bfd_is_group_section): Define.
1039 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Adjust.
1040 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Adjust.
1041 * coffcode.h (coff_bfd_is_group_section): Define.
1042 * i386msdos.c (msdos_bfd_is_group_section): Define.
1043 * i386os9k.c (os9k_bfd_is_group_section): Define.
1044 * ieee.c (ieee_bfd_is_group_section): Define.
1045 * ihex.c (ihex_bfd_is_group_section): Define.
1046 * libbfd-in.h (_bfd_nolink_bfd_is_group_section): Define.
1047 * mach-o.c (bfd_mach_o_bfd_is_group_section): Define.
1048 * mmo.c (mmo_bfd_is_group_section): Define.
1049 * nlm-target.h (nlm_bfd_is_group_section): Define.
1050 * oasys.c (oasys_bfd_is_group_section): Define.
1051 * pef.c (bfd_pef_bfd_is_group_section): Define.
1052 * ppcboot.c (ppcboot_bfd_is_group_section): Define.
1053 * srec.c (srec_bfd_is_group_section): Define.
1054 * tekhex.c (tekhex_bfd_is_group_section): Define.
1055 * versados.c (versados_bfd_is_group_section): Define.
1056 * vms.c (vms_bfd_is_group_section): Define.
1057 * xsym.c (bfd_sym_bfd_is_group_section): Define.
1058 * bfd-in2.h: Regenerate.
1059 * libbfd.h: Regenerate.
1060
1061 2004-04-30 Alan Modra <amodra@bigpond.net.au>
1062
1063 * elflink.c (elf_gc_mark): Follow indirect and warning syms.
1064
1065 2004-04-30 Hans-Peter Nilsson <hp@axis.com>
1066
1067 * configure.in: Update version to 2.15.91.
1068 * configure: Regenerate.
1069
1070 2004-04-29 Brian Ford <ford@vss.fsi.com>
1071
1072 * bfd.c (bfd_get_sign_extend_vma): Add pe[i]-i386 case to DJGPP hack.
1073 * coffcode.h (DOT_DEBUG, GNU_LINKONCE_WI): Define.
1074 [!COFF_WITH_PE] (sec_to_styp_flags, styp_to_sec_flags): Use them.
1075 (coff_compute_section_file_positions) [RS6000COFF_C]: Likewise.
1076 [COFF_WITH_PE] (sec_to_styp_flags): Handle DWARF 2/3 .debug* and
1077 .gnu.linkonce.wi. sections.
1078 * pe-i386.c (COFF_SUPPORT_GNU_LINKONCE): Define.
1079 (COFF_SECTION_ALIGNMENT_ENTRIES): Add entries for .debug and
1080 .gnu.linkonce.wi..
1081 * pei-i386.c (COFF_SUPPORT_GNU_LINKONCE): Likewise.
1082 (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1083
1084 2004-04-28 Chris Demetriou <cgd@broadcom.com>
1085
1086 * reloc.c: Remove BFD_RELOC_PCREL_HI16_S and BFD_RELOC_PCREL_LO16.
1087 * bfd-in2.h: Regenerate.
1088 * libbfd.h: Likewise.
1089
1090 2004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1091
1092 * som.c (struct som_misc_symbol_info): Add is_comdat, is_common and
1093 dup_common fields.
1094 (setup_sections): Use som_subspace_dictionary_record struct instead
1095 subspace_dictionary_record. Set SEC_LINK_ONCE if subspace is
1096 is_comdat, is_common or dup_common.
1097 (som_prep_headers): Use som_subspace_dictionary_record struct. Set
1098 is_comdat, is_common and dup_common in section subspace_dict from
1099 copy_data.
1100 (som_begin_writing): Use som_subspace_dictionary_record struct.
1101 (som_finish_writing): Likewise.
1102 (som_bfd_derive_misc_symbol_info): Add support to set is_comdat,
1103 is_common and dup_common flags in info for symbol. Add comment
1104 regarding linker support for these fields. Slightly reorganize
1105 function.
1106 (som_build_and_write_symbol_table): Set is_comdat, is_common and
1107 dup_common fields in symbol table from symbol info.
1108 (bfd_som_set_subsection_attributes): Add comdat, common and dup_common
1109 arguments. Set corresponding fields in copy_data. Change all callers.
1110 (som_bfd_ar_write_symbol_stuff): Set dup_common flag in library
1111 symbol table.
1112 (som_vec): Add SEC_LINK_ONCE to applicable section flags.
1113 * som.h (som_subspace_dictionary_record): Define.
1114 (som_copyable_section_data_struct): Add is_comdat, is_common and
1115 dup_common fields.
1116 (som_section_data_struct): Use som_subspace_dictionary_record struct
1117 instead of subspace_dictionary_record.
1118 (bfd_boolean bfd_som_set_subsection_attributes): Adjust prototype.
1119
1120 2004-04-27 Bob Wilson <bob.wilson@acm.org>
1121
1122 * elf32-xtensa.c (xtensa_read_table_entries): Use section _cooked_size
1123 if set. Check reloc_done flag before applying relocations. Use
1124 output addresses, both when applying relocations and when comparing
1125 against the specified section.
1126 (elf_xtensa_relocate_section): Use output address to check if dynamic
1127 reloc is in a literal pool. Set section's reloc_done flag.
1128
1129 2004-04-27 H.J. Lu <hongjiu.lu@intel.com>
1130
1131 * elf32-sh64.c (elf_backend_section_flags): New. Defined.
1132 (sh64_elf_set_mach_from_flags): Remove the kludge for .cranges
1133 section.
1134 (sh64_elf_section_flags): New. Set SEC_DEBUGGING for .cranges
1135 section.
1136
1137 2004-04-27 Alan Modra <amodra@bigpond.net.au>
1138
1139 * elf64-alpha.c (elf64_alpha_read_ecoff_info): Don't assign
1140 structure field removed in 2004-04-24 patch.
1141 * elf64-sparc.c (sparc64_elf_plt_sym_val): Warning fix.
1142
1143 * elf-bfd.h (struct elf_backend_data <elf_backend_section_flags>):
1144 Constify hdr arg.
1145 * elf32-arm.h (elf32_arm_section_flags): Likewise.
1146 * elf64-alpha.c (elf64_alpha_section_flags): Likewise.
1147 * elfxx-ia64.c (elfNN_ia64_section_flags): Likewise.
1148 * elf.c (_bfd_elf_make_section_from_shdr): Set the bfd_section
1149 field before calling elf_backend_section_flags.
1150
1151 2004-04-24 Chris Demetriou <cgd@broadcom.com>
1152
1153 * elf32-mips.c (elf_mips_gnu_rel_hi16, elf_mips_gnu_rel_lo16)
1154 (elf_mips_gnu_pcrel64, elf_mips_gnu_pcrel32): Remove.
1155 (bfd_elf32_bfd_reloc_type_lookup): Remove cases for
1156 BFD_RELOC_PCREL_HI16_S, BFD_RELOC_PCREL_LO16, BFD_RELOC_64_PCREL,
1157 and BFD_RELOC_32_PCREL.
1158 (mips_elf32_rtype_to_howto): Remove cases for R_MIPS_GNU_REL_HI16,
1159 R_MIPS_GNU_REL_LO16, R_MIPS_PC64, R_MIPS_PC32.
1160 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
1161 (_bfd_mips_elf_lo16_reloc): Remove handling for R_MIPS_GNU_REL_HI16.
1162 (mips_elf_next_relocation): Move comment about matching HI/LO
1163 relocations to...
1164 (_bfd_mips_elf_relocate_section): Here. Remove handling for
1165 R_MIPS_GNU_REL_HI16.
1166
1167 2004-04-23 Chris Demetriou <cgd@broadcom.com>
1168
1169 * coff-mips.c (mips_relhi_reloc, mips_rello_reloc)
1170 (mips_switch_reloc, mips_read_relocs, mips_relax_section)
1171 (mips_relax_pcrel16, PCREL16_EXPANSION_ADJUSTMENT): Remove.
1172 (mips_relocate_hi): Remove now-unused 'adjust' and 'pcrel' arguments,
1173 and update comments to reflect current usage.
1174 (mips_howto_table): Remove entries for MIPS_R_RELHI, MIPS_R_RELLO,
1175 and MIPS_R_SWITCH, as well as several empty entries. Update comment
1176 for MIPS_R_PCREL16.
1177 (mips_ecoff_swap_reloc_in, mips_ecoff_swap_reloc_out)
1178 (mips_adjust_reloc_out, mips_bfd_reloc_type_lookup): Remove support
1179 for MIPS_R_SWITCH, MIPS_R_RELLO, and MIPS_R_RELHI relocations.
1180 (mips_adjust_reloc_in): Likewise, adjust maximum accepted relocation
1181 type number to be MIPS_R_PCREL16.
1182 (mips_relocate_section): Remove support for link-time relaxation
1183 of branches used by embedded-PIC. Remove support for MIPS_R_SWITCH,
1184 MIPS_R_RELLO, and MIPS_R_RELHI relocations.
1185 (_bfd_ecoff_bfd_relax_section): Redefine to bfd_generic_relax_section.
1186 * ecoff.c (ecoff_indirect_link_order): Remove support for link-time
1187 relaxation of branches used by embedded-PIC.
1188 * ecofflink.c (bfd_ecoff_debug_accumulate): Likewise.
1189 * libecoff.h (struct ecoff_section_tdata): Remove embedded-PIC
1190 related members, update comment.
1191 * pe-mips.c: Remove disabled (commented-out and #if 0'd)
1192 code related to embedded-PIC.
1193 * elfxx-mips.c (_bfd_mips_elf_read_ecoff_info): Remove
1194 initialization of now-removed 'adjust' member of
1195 'struct ecoff_debug_info'.
1196
1197 2004-04-23 Chris Demetriou <cgd@broadcom.com>
1198
1199 * elfxx-mips.c (mips_elf_get_global_gotsym_index): Remove.
1200
1201 2004-04-21 Philip Blundell <pb@nexus.co.uk>
1202
1203 * elf32-arm.h (elf32_arm_check_relocs): Don't output REL32
1204 relocs for locally defined symbols during -shared final link.
1205 (elf32_arm_final_link_relocate): Likewise.
1206
1207 2004-04-22 Jakub Jelinek <jakub@redhat.com>
1208
1209 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Copy also
1210 ELF_LINK_POINTER_EQUALITY_NEEDED.
1211 (elf64_x86_64_check_relocs): Set ELF_LINK_POINTER_EQUALITY_NEEDED
1212 if r_type is not R_X86_64_PC32.
1213 (elf64_x86_64_finish_dynamic_symbol): If
1214 ELF_LINK_POINTER_EQUALITY_NEEDED is not set, clear st_value of
1215 SHN_UNDEF symbols.
1216
1217 2004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1218
1219 * elf32-sh.c (sh_elf_plt_sym_val): New function.
1220 (elf_backend_plt_sym_val): Define.
1221
1222 2004-04-22 Andrew Cagney <cagney@redhat.com>
1223
1224 * opncls.c (bfd_alloc): Fix type of "wanted" in doco.
1225
1226 2004-04-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1227
1228 * hpux-core.c (hpux_core_core_file_p): Add cast in call to
1229 make_bfd_asection.
1230 * som.c (som_set_section_contents): Constantify second argument.
1231 (hppa_som_gen_reloc_type): Abort for unsupported selectors.
1232 (som_object_setup): Rework to avoid warning.
1233 (setup_sections, som_write_fixups, bfd_section_from_som_symbol):
1234 Likewise.
1235
1236 2004-04-22 Andrew Cagney <cagney@redhat.com>
1237
1238 * cache.c (bfd_cache_close): Check for a previously closed file.
1239
1240 2004-04-22 Jakub Jelinek <jakub@redhat.com>
1241
1242 * bfd.c (bfd_get_synthetic_symtab): Define.
1243 * targets.c (BFD_JUMP_TABLE_DYNAMIC): Add
1244 NAME##_get_synthetic_symtab.
1245 (struct bfd_target): Add _bfd_get_synthetic_symtab.
1246 * libbfd-in.h (_bfd_nodynamic_get_synthetic_symtab): Define.
1247 * elf-bfd.h (struct elf_backend_data): Add plt_sym_val and
1248 relplt_name fields.
1249 (_bfd_elf_get_synthetic_symtab): New prototype.
1250 * elfcode.h (elf_get_synthetic_symtab): Define.
1251 * elf.c (_bfd_elf_get_synthetic_symtab): New function.
1252 * elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Define.
1253 (elf_backend_plt_sym_val, elf_backend_relplt_name): Define.
1254 (elfNN_bed): Add elf_backend_plt_sym_val and elf_backend_relplt_name.
1255 * bfd-in2.h: Rebuilt.
1256 * libbfd.h: Rebuilt.
1257 * elf32-i386.c (elf_i386_plt_sym_val): New function.
1258 (elf_backend_plt_sym_val): Define.
1259 * elf64-x86-64.c (elf64_x86_64_plt_sym_val): New function.
1260 (elf_backend_plt_sym_val): Define.
1261 * elf32-s390.c (elf_s390_plt_sym_val): New function.
1262 (elf_backend_plt_sym_val): Define.
1263 * elf64-s390.c (elf_s390_plt_sym_val): New function.
1264 (elf_backend_plt_sym_val): Define.
1265 * elf32-sparc (elf32_sparc_plt_sym_val): New function.
1266 (elf_backend_plt_sym_val): Define.
1267 * elf64-sparc.c (sparc64_elf_plt_sym_val): New function.
1268 (elf_backend_plt_sym_val): Define.
1269 * elf32-ppc.c (ppc_elf_plt_sym_val): New function.
1270 (elf_backend_plt_sym_val): Define.
1271 * aout-target.h (MY_get_synthetic_symtab): Define.
1272 * aout-tic30.c (MY_get_synthetic_symtab): Define.
1273 * coff-rs6000.c (rs6000coff_vec): Add
1274 _bfd_nodynamic_get_synthetic_symtab.
1275 (pmac_xcoff_vec): Likewise.
1276 * coff64-rs6000.c (rs6000coff64_vec): Add
1277 _bfd_nodynamic_get_synthetic_symtab.
1278 (aix5coff64_vec): Likewise.
1279 * sunos.c (MY_get_synthetic_symtab): Define.
1280 * vms.c (vms_get_synthetic_symtab): Define.
1281
1282 2004-04-22 Nick Clifton <nickc@redhat.com>
1283
1284 * bfd.c (bfd_archive_filename): Return NULL on NULL input.
1285
1286 2004-04-22 Peter Barada <peter@the-baradas.com>
1287
1288 * archures.c: Add bfd_mach_mcfv4e to bfd_architecture.
1289 * bfd2-in.h: Regenerate.
1290 * cpu-m68k.c: Add 'm68k:mcfv4e' to arch_info_struct[].
1291
1292 2004-04-21 Chris Demetriou <cgd@broadcom.com>
1293
1294 * coff-mips.c (bfd_mips_ecoff_create_embedded_relocs): Remove.
1295 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Remove.
1296 * bfd-in.h (bfd_mips_ecoff_create_embedded_relocs)
1297 (bfd_mips_elf32_create_embedded_relocs): Remove prototypes
1298 * bfd-in2.h: Regenerate.
1299
1300 2004-04-21 Bob Wilson <bob.wilson@acm.org>
1301
1302 * elf32-xtensa.c (is_same_value): Add final_static_link argument and
1303 require relocations against a weak symbol to reference the same
1304 symbol hash entry if not a final, static link.
1305 (get_cached_value, add_value_map): Add final_static_link argument.
1306 (remove_literals): Pass final_static_link argument as needed.
1307
1308 2004-04-21 Andrew Cagney <cagney@redhat.com>
1309
1310 * opncls.c (_bfd_new_bfd_contained_in): Copy "iovec".
1311 (struct opncls, opncls_btell, opncls_bseek, opncls_bread)
1312 (opncls_bwrite, opncls_bclose, opncls_bflush)
1313 (opncls_bstat, opncls_iovec, bfd_openr_iovec): Implement a
1314 bfd iovec that uses function callbacks.
1315 (bfd_close): Use the iovec's bclose.
1316 * cache.c (cache_btell, cache_bseek, cache_bread, cache_bwrite)
1317 (cache_bclose, cache_bflush, cache_bstat)
1318 (cache_iovec): New functions and global variable, implement a
1319 cache "iovec", where applicable set bfd_error.
1320 (bfd_cache_init, bfd_cache_close): Set/test the bfd's iovec.
1321 * bfdio.c (struct bfd_iovec): Define.
1322 (real_read): Delete function.
1323 (bfd_bread, bfd_bread, bfd_bwrite, bfd_tell, bfd_flush, bfd_stat)
1324 (bfd_seek, bfd_get_mtime, bfd_get_size): Use the bfd's "iovec",
1325 assume that bread and bwrite set bfd_error.
1326 * bfd.c (struct bfd): Add "iovec", update comments.
1327 * bfd-in2.h, libbfd.h: Re-generate.
1328
1329 2004-04-21 Andrew Cagney <cagney@redhat.com>
1330
1331 * libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
1332
1333 2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
1334
1335 * elflink.c (elf_gc_mark_dynamic_ref_symbol): New function.
1336 (bfd_elf_gc_sections): Fail if a shared object is being created.
1337 Do not fail if dynamic sections have been created. Instead call
1338 elf_gc_mark_dynamic_ref_symbol to mark sections that contain
1339 dynamically referenced symbols. Do not mark the whole graph
1340 rooted at .eh_frame, only the section proper.
1341
1342 2004-04-20 DJ Delorie <dj@redhat.com>
1343
1344 * reloc.c: Add BFD_RELOC_32_SECREL.
1345 * bfd-in2.h: Regenerate.
1346 * libbfd.h: Likewise.
1347 * coff-i386.c (howto_table) [COFF_WITH_PE]: Add R_SECREL32.
1348 (coff_i386_rtype_to_howto) [COFF_WITH_PE]: Handle it.
1349 (coff_i386_reloc_type_lookup) [COFF_WITH_PE]: Likewise.
1350
1351 2004-04-19 Jakub Jelinek <jakub@redhat.com>
1352
1353 * elf32-sparc.c (elf32_sparc_relocate_section): Handle
1354 relocs against hidden/protected undefweak symbols properly.
1355 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1356
1357 2004-04-18 Mark Kettenis <kettenis@gnu.org>
1358
1359 * libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
1360 * netbsd-core.c (netbsd_core_file_p): Set architecture for PowerPC
1361 core files.
1362
1363 2004-04-17 Brian Ford <ford@vss.fsi.com>
1364
1365 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zero
1366 filepos for the SizeOfHeaders field.
1367 (_bfd_XXi_swap_scnhdr_out): Correct section flags lossage on reloc
1368 overflow.
1369 (_bfd_XXi_swap_sym_in): Remove redundant section flags assignment.
1370
1371 2004-04-16 Alan Modra <amodra@bigpond.net.au>
1372
1373 * simple.c (bfd_simple_get_relocated_section_contents): Don't
1374 change reloc_done. Set and restore _cooked_size.
1375 (RETURN): Delete.
1376
1377 2004-04-15 Mark Kettenis <kettenis@gnu.org>
1378
1379 * netbsd-core.c (netbsd_core_file_p): Set architecture for VAX
1380 core files.
1381
1382 2004-04-15 Nick Clifton <nickc@redhat.com>
1383
1384 * bfd.c (bfd_archive_filename): Catch NULL bfd pointers.
1385
1386 2004-04-15 Alan Modra <amodra@bigpond.net.au>
1387
1388 * elf64-sparc.c (sparc64_elf_check_relocs): Fix thinko last change.
1389
1390 2004-04-15 H.J. Lu <hongjiu.lu@intel.com>
1391
1392 * elflink.c (_bfd_elf_merge_symbol): Treat weak as strong only
1393 when it is a definition.
1394
1395 2004-04-14 Alan Modra <amodra@bigpond.net.au>
1396
1397 * elf32-sparc.c (elf32_sparc_relocate_section): Don't abort
1398 when statically linking PIC code.
1399 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1400
1401 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1402
1403 * config.bfd: Remove mips*-*-mach3* and mips*-dec-mach3* targets.
1404 * configure.in: Remove mips-dec-bsd*, mips-dec-mach3*, mips-*-mach3*
1405 targets amd aout_mips_big_vec, aout_mips_little_vec target vectors.
1406 * configure: Regenerate.
1407
1408 2004-04-08 Richard Sandiford <rsandifo@redhat.com>
1409
1410 * elflink.c: Include libiberty.h.
1411 * Makefile.am (elflink.lo): Depend on libiberty.h.
1412 * Makefile.in: Regenerate.
1413
1414 2004-04-06 Daniel Jacobowitz <drow@mvista.com>
1415
1416 * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
1417 ".MIPS.stubs".
1418
1419 2004-04-05 H.J. Lu <hongjiu.lu@intel.com>
1420
1421 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always
1422 reserve the memory for dynamic linker
1423
1424 2004-04-05 Mark Kettenis <kettenis@gnu.org>
1425
1426 * netbsd-core.c (CORE_WCOOKIE_OFFSET): New define.
1427 (netbsd_core_file_p): Create a .wcookie section for OpenBSD/sparc.
1428
1429 2004-04-02 H.J. Lu <hongjiu.lu@intel.com>
1430
1431 * elf32-cr16c.c (elf32_cr16c_relocate_section): Use
1432 RELOC_FOR_GLOBAL_SYMBOL.
1433 (elf32_cr16c_add_symbol_hook): Remove const from Elf_Internal_Sym.
1434
1435 2004-04-02 H.J. Lu <hongjiu.lu@intel.com>
1436
1437 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
1438 R_ARM_ALU* only if OLD_ARM_ABI is not defined.
1439
1440 2004-04-01 Paul Brook <paul@codesourcery.com>
1441
1442 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update.
1443 * elf32-arm.h (struct elf32_elf_section_map): New.
1444 (struct _arm_elf_section_data): New.
1445 (elf32_arm_section_data): Define.
1446 (struct elf32_arm_link_hash_table): Add byteswap_code.
1447 (elf32_arm_link_hash_table_create): Initialize byteswap_code.
1448 (bfd_elf32_arm_process_before_allocation): Add byteswap_code.
1449 (elf32_arm_post_process_headers): Set EF_ARM_BE8.
1450 (elf32_arm_output_symbol_hook, elf32_arm_new_section_hook,
1451 elf32_arm_compare_mapping, elf32_arm_write_section): New functions.
1452 (bfd_elf32_new_section_hook, elf_backend_write_section,
1453 elf_backend_link_output_symbol_hook): Define.
1454
1455 2004-04-01 Andy Chittenden <achittenden@bluearc.com>
1456
1457 * stabs.c (struct stab_link_includes_totals): Add field 'symb'
1458 that keeps the characters in a B_INCL..B_EINCL range.
1459 (_bfd_link_section_stabs): When computing the sum of the
1460 characters in a B_INCL..B_EINCL range also keep a copy of those
1461 characters. Use this information to distinguish between
1462 include sections that have the same sum and the same length
1463 but which are nevertheless unique.
1464
1465 2004-03-31 Paul Brook <paul@codesourcery.com>
1466
1467 * elf32-arm.h (elf32_arm_final_link_relocate): Add R_ARM_ALU*.
1468 * elfarm-nabi.c (elf32_arm_howto_table): Ditto.
1469
1470 2004-03-31 Andy Chittenden <achittenden@bluearc.com>
1471
1472 * stabs.c (struct stab_link_includes_totals): Rename field 'total'
1473 to 'sum_chars' and add field 'num_chars'.
1474 (_bfd_link_section_stabs): When computing the sum of the
1475 characters in a B_INCL..B_EINCL range also keep a count of the
1476 number of characters. Use this information to help distinguish
1477 between include sections when have the same sum but which
1478 nevertheless are still unique.
1479
1480 2004-03-31 Mattias Engdegård <mattias@virtutech.se>
1481
1482 * stabs.c (_bfd_link_section_stabs): Do not skip N_EXCL stabs.
1483
1484 2004-03-30 Galit Heller <Galit.Heller@nsc.com>
1485 Tomer Levi <Tomer.Levi@nsc.com>
1486
1487 * Makefile.am (ALL_MACHINES): Add cpu-cr16c.lo.
1488 (ALL_MACHINES_CFILES): Add cpu-cr16c.c.
1489 (BFD32_BACKENDS): Add elf32-cr16c.lo.
1490 (BFD32_BACKENDS_CFILES): Add elf32-cr16c.c.
1491 (cpu-cr16c.lo): New target.
1492 (elf32-cr16c.lo): Likewise.
1493 * Makefile.in: Regenerate.
1494 * archures.c (bfd_architecture): Add bfd_{arch,mach}_cr16c.
1495 (bfd_archures_list): Add bfd_cr16c_arch.
1496 * config.bfd: Handle cr16c-*-elf*.
1497 * configure.in: Handle bfd_elf32_cr16c_vec.
1498 * configure: Regenerate.
1499 * reloc.c: Add BFD_RELOC_16C_NUM08, BFD_RELOC_16C_NUM08_C,
1500 BFD_RELOC_16C_NUM16, BFD_RELOC_16C_NUM16_C,
1501 BFD_RELOC_16C_NUM32, BFD_RELOC_16C_NUM32_C,
1502 BFD_RELOC_16C_DISP04, BFD_RELOC_16C_DISP04_C,
1503 BFD_RELOC_16C_DISP08, BFD_RELOC_16C_DISP08_C,
1504 BFD_RELOC_16C_DISP16, BFD_RELOC_16C_DISP16_C,
1505 BFD_RELOC_16C_DISP24, BFD_RELOC_16C_DISP24_C,
1506 BFD_RELOC_16C_DISP24a, BFD_RELOC_16C_DISP24a_C,
1507 BFD_RELOC_16C_REG04, BFD_RELOC_16C_REG04_C,
1508 BFD_RELOC_16C_REG04a, BFD_RELOC_16C_REG04a_C,
1509 BFD_RELOC_16C_REG14, BFD_RELOC_16C_REG14_C,
1510 BFD_RELOC_16C_REG16, BFD_RELOC_16C_REG16_C,
1511 BFD_RELOC_16C_REG20, BFD_RELOC_16C_REG20_C,
1512 BFD_RELOC_16C_ABS20, BFD_RELOC_16C_ABS20_C,
1513 BFD_RELOC_16C_ABS24, BFD_RELOC_16C_ABS24_C,
1514 BFD_RELOC_16C_IMM04, BFD_RELOC_16C_IMM04_C,
1515 BFD_RELOC_16C_IMM16, BFD_RELOC_16C_IMM16_C,
1516 BFD_RELOC_16C_IMM20, BFD_RELOC_16C_IMM20_C,
1517 BFD_RELOC_16C_IMM24, BFD_RELOC_16C_IMM24_C,
1518 BFD_RELOC_16C_IMM32, BFD_RELOC_16C_IMM32_C.
1519 * targets.c (bfd_elf32_cr16c_vec): Declare.
1520 (bfd_target_vector): Add bfd_elf32_cr16c_vec.
1521 * cpu-cr16c.c: New file.
1522 * elf32-cr16c.c: Likewise.
1523 * libbfd.h: Regenerate.
1524 * bfd-in2.h: Likewise.
1525
1526 2004-03-30 Jakub Jelinek <jakub@redhat.com>
1527
1528 * elf.c (map_sections_to_segments): Fix handling of .tbss.
1529
1530 2004-03-27 Alan Modra <amodra@bigpond.net.au>
1531
1532 * Makefile.am: Remove all mention of elflink.h.
1533 * Makefile.in: Regenerate.
1534 * bfd-in.h (bfd_elf_discard_info): Declare.
1535 (bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
1536 * bfd-in2.h: Regenerate.
1537 * elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
1538 bfd_elf32_link_record_dynamic_symbol,
1539 bfd_elf64_link_record_dynamic_symbol,
1540 _bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
1541 bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
1542 _bfd_elf32_link_record_local_dynamic_symbol,
1543 _bfd_elf64_link_record_local_dynamic_symbol,
1544 _bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
1545 _bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
1546 _bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
1547 _bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
1548 _bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
1549 _bfd_elf32_reloc_symbol_deleted_p,
1550 _bfd_elf64_reloc_symbol_deleted_p): Delete.
1551 (bfd_elf_link_record_dynamic_symbol,
1552 bfd_elf_link_record_local_dynamic_symbol,
1553 bfd_elf_final_link, bfd_elf_gc_sections,
1554 bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
1555 bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
1556 bfd_elf_reloc_symbol_deleted_p): Declare.
1557 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
1558 * elf32-arm.h: Update for changed function names. Remove local
1559 WILL_CALL_FINISH_DYNAMIC_SECTION define.
1560 * elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
1561 * elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
1562 * elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
1563 * elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
1564 * elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
1565 * elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
1566 * elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
1567 * elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
1568 * elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
1569 (bfd_elfNN_print_symbol): Define.
1570 * elfcode.h: Don't include elflink.h.
1571 (elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
1572 elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
1573 elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
1574 elf_gc_record_vtinherit, elf_gc_record_vtentry,
1575 elf_link_record_local_dynamic_symbol): Don't define.
1576 * elflink.c: Update for changed function names. Move elflink.h
1577 code here.
1578 * elflink.h: Delete file.
1579 * po/SRC-POTFILES.in: Regenerate.
1580 * po/bfd.pot: Regenerate.
1581
1582 2004-03-27 Alan Modra <amodra@bigpond.net.au>
1583
1584 * elf64-mmix.c (mmix_elf_relocate_section): Restore code setting
1585 "name" for global syms accidentally removed in 2004-03-20 change.
1586
1587 2004-03-27 Alan Modra <amodra@bigpond.net.au>
1588
1589 * elf-bfd.h (struct elf_reloc_cookie): Add r_sym_shift field.
1590 * elflink.h: Replace all occurrences of sizeof (Elf_External_*)
1591 where Elf_External_* is different for 64 and 32 bit, with
1592 corresponding elf_size_info field.
1593 (struct elf_final_link_info): Use "bfd_byte *" instead
1594 of "Elf_External_Sym *" for external_syms and symbuf.
1595 (elf_link_adjust_relocs): Set up r_type_mask and r_sym_shift local
1596 vars and use instead of ELF_R_INFO and ELF_R_TYPE macros.
1597 (struct elf_link_sort_rela): Add "sym_mask" alias for "offset".
1598 (elf_link_sort_cmp1): Use sym_mask field instead of ELF_R_SYM.
1599 (elf_link_sort_cmp2): Adjust.
1600 (elf_link_sort_relocs): Set up r_sym_mask local var instead of
1601 using ELF_R_SYM macro. Set u.sym_mask.
1602 (elf_bfd_final_link): Call _bfd_elf_stringtab_init instead of macro
1603 version, elf_stringtab_init. Ditto for bfd_section_from_elf_index
1604 vs. section_from_elf_index. Adjust Elf_External_Sym pointer
1605 arithmetic. Pass bed to elf_link_flush_output_syms. Adjust
1606 Elf_External_Dyn pointer arithmentic. Use bed swap_dyn_in and
1607 swap_syn_out functions. Rearrange dyn swap in/out switch.
1608 (elf_link_output_sym): Adjust Elf_External_Sym pointer arithmentic.
1609 Pass bed to elf_link_flush_output_syms. Use bed swap_symbol_out.
1610 (elf_link_flush_output_syms): Add elf_backend_data arg.
1611 (elf_link_check_versioned_symbol): Likewise.
1612 (elf_link_output_extsym): Pass bed to elf_link_check_versioned_symbol.
1613 Adjust Elf_External_Sym pointer arithmetic. Use bed swap_symbol_out.
1614 (elf_link_input_bfd): Use bfd_section_from_elf_index. Set up
1615 r_type_mask and r_sym_shift local vars and use instead of ELF_R_SYM,
1616 ELF_R_TYPE and ELF_R_INFO macros.
1617 (elf_reloc_link_order): Select ELF32_R_INFO or ELF64_R_INFO invocation
1618 based on size rather than using ELF_R_INFO.
1619 (elf_gc_mark): Set up r_sym_shift local var and use instead of
1620 ELF_R_SYM macro.
1621 (struct alloc_got_off_arg): New.
1622 (elf_gc_common_finalize_got_offsets): Use elf_size_info instead of
1623 ARCH_SIZE. Pass get entry size down to elf_gc_allocate_got_offsets.
1624 (elf_gc_allocate_got_offsets): Adjust.
1625 (elf_reloc_symbol_deleted_p): Usee cookie.r_sym_shift instead of
1626 ELF_R_SYM. Use bfd_section_from_elf_index.
1627 (elf_bfd_discard_info): Set cookie.r_sym_shift.
1628 * elfcode.h (elf_stringtab_init, section_from_elf_index): Delete.
1629 (elf_slurp_symbol_table): Use bfd_section_from_elf_index.
1630
1631 2004-03-26 Stan Shebs <shebs@apple.com>
1632
1633 Remove MPW support, no longer used.
1634 * config.bfd (powerpc-*-mpw*): Remove configuration.
1635 * mpw-config.in, mpw-make.sed: Remove files.
1636 * ecoffswap.h [MPW_C]: Remove MPW-C-friendly version of code.
1637
1638 2004-03-26 Alan Modra <amodra@bigpond.net.au>
1639
1640 * elf64-ppc.c (elf_backend_add_symbol_hook): Define.
1641 (ppc64_elf_add_symbol_hook): New function.
1642 * elf-bfd.h (struct elf_backend_data <elf_add_symbol_hook>): Remove
1643 const from Elf_Internal_Sym param.
1644 * elflink.c (elf_link_add_object_symbols): Adjust.
1645 * elf-hppa.h (elf_hppa_add_symbol_hook): Adjust.
1646 * elf32-frv.c (elf32_frv_add_symbol_hook): Adjust.
1647 * elf32-i370.c (elf_backend_add_symbol_hook): Adjust.
1648 * elf32-m32r.c (m32r_elf_add_symbol_hook): Adjust.
1649 * elf32-m68hc1x.c (elf32_m68hc11_add_symbol_hook): Adjust.
1650 * elf32-m68hc1x.h (elf32_m68hc11_add_symbol_hook): Adjust.
1651 * elf32-ppc.c (ppc_elf_add_symbol_hook): Adjust.
1652 * elf32-sh64.c (sh64_elf_add_symbol_hook): Adjust.
1653 * elf32-v850.c (v850_elf_add_symbol_hook): Adjust.
1654 * elf64-alpha.c (elf64_alpha_add_symbol_hook): Adjust.
1655 * elf64-mmix.c (mmix_elf_add_symbol_hook): Adjust.
1656 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Adjust.
1657 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Adjust.
1658 * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Adjust.
1659 * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Adjust.
1660 * elfxx-mips.h (_bfd_mips_elf_add_symbol_hook): Adjust.
1661
1662 2004-03-26 Alan Modra <amodra@bigpond.net.au>
1663
1664 * elfxx-target.h (bfd_elfNN_bfd_link_add_symbols): Define.
1665 * elf-bfd.h (_bfd_elf_link_add_archive_symbols): Delete.
1666 (_bfd_elf_sort_symbol, _bfd_elf_add_dt_needed_tag): Delete.
1667 (_bfd_elf_finalize_dynstr, bfd_elf32_bfd_link_add_symbols): Delete.
1668 (bfd_elf64_bfd_link_add_symbols): Delete.
1669 (bfd_elf_link_add_symbols): Declare.
1670 * elfcode.h (elf_bfd_link_add_symbols): Delete.
1671 * elflink.c: Include safe-ctype.h.
1672 (elf_add_dt_needed_tag): Rename from _bfd_elf_add_dt_needed_tag,
1673 make static.
1674 (elf_sort_symbol): Rename from _bfd_elf_sort_symbol, make static.
1675 (elf_finalize_dynstr): Rename from _bfd_elf_finalize_dynstr, make
1676 static.
1677 (elf_link_add_archive_symbols): Rename from
1678 _bfd_elf_link_add_archive_symbols, make static.
1679 (elf_link_add_object_symbols): New function. Corresponding
1680 elflink.h function converted to use elf_size_info.
1681 (bfd_elf_link_add_symbols): Likewise.
1682 (bfd_elf_size_dynamic_sections): Adjust.
1683 * elflink.h (elf_bfd_link_add_symbols): Delete.
1684 (elf_link_add_object_symbols): Delete.
1685 * elf32-gen.c (elf32_generic_link_add_symbols): Call
1686 bfd_elf_link_add_symbols.
1687 * elf64-gen.c (elf64_generic_link_add_symbols): Likewise.
1688
1689 2004-03-25 Alan Modra <amodra@bigpond.net.au>
1690
1691 * elflink.h (elf_link_add_object_symbols): Add DT_NEEDED for as-needed
1692 and chained shared libs only if dynsym. Clear dynsym on forced-local.
1693
1694 * elf-bfd.h (_bfd_elf_add_dynamic_entry): Declare.
1695 (bfd_elf32_add_dynamic_entry, bfd_elf64_add_dynamic_entry): Delete.
1696 (_bfd_elf_add_dt_needed_tag): Declare.
1697 (_bfd_elf_sort_symbol): Declare.
1698 (_bfd_elf_finalize_dynstr): Declare.
1699 (RELOC_FOR_GLOBAL_SYM): Formatting.
1700 * elfcode.h (elf_add_dynamic_entry): Delete.
1701 * elflink.c (_bfd_elf_add_dynamic_entry): New function. Corresponding
1702 elflink.h function converted to use elf_size_info.
1703 (_bfd_elf_add_dt_needed_tag): Likewise.
1704 (_bfd_elf_sort_symbol): Likewise.
1705 (_bfd_elf_finalize_dynstr): Likewise.
1706 (compute_bucket_count): Likewise.
1707 (bfd_elf_size_dynamic_sections): Likewise. Check result of
1708 _bfd_elf_strtab_add before calling _bfd_elf_strtab_addref.
1709 (elf_adjust_dynstr_offsets, elf_collect_hash_codes): Moved from..
1710 * elflink.h: ..here.
1711 (sort_symbol, add_dt_needed_tag): Delete.
1712 (elf_add_dynamic_entry, elf_finalize_dynstr): Delete.
1713 (compute_bucket_count, NAME(bfd_elf,size_dynamic_sections)): Delete.
1714 Update all users.
1715 * elf32-arm.h (add_dynamic_entry): Update. Remove casts.
1716 * elf32-cris.c (add_dynamic_entry): Likewise.
1717 * elf32-hppa.c (add_dynamic_entry): Likewise.
1718 * elf32-i370.c (add_dynamic_entry): Likewise.
1719 * elf32-i386.c (add_dynamic_entry): Likewise.
1720 * elf32-m32r.c (add_dynamic_entry): Likewise.
1721 * elf32-m68k.c (add_dynamic_entry): Likewise.
1722 * elf32-ppc.c (add_dynamic_entry): Likewise.
1723 * elf32-s390.c (add_dynamic_entry): Likewise.
1724 * elf32-sh.c (add_dynamic_entry): Likewise.
1725 * elf32-sparc.c (add_dynamic_entry): Likewise.
1726 * elf32-vax.c (add_dynamic_entry): Likewise.
1727 * elf32-xtensa.c (add_dynamic_entry): Likewise.
1728 * elf64-alpha.c (add_dynamic_entry): Likewise.
1729 * elf64-hppa.c (add_dynamic_entry): Likewise.
1730 * elf64-ppc.c (add_dynamic_entry): Likewise.
1731 * elf64-s390.c (add_dynamic_entry): Likewise.
1732 * elf64-sparc.c (add_dynamic_entry): Likewise.
1733 * elf64-x86-64.c (add_dynamic_entry): Likewise.
1734 * elfxx-ia64.c (add_dynamic_entry): Likewise.
1735 * elfxx-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Likewise.
1736 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
1737 * elf32-frv.c (elf32_frv_size_dynamic_sections): Likewise.
1738 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
1739
1740 2004-03-23 Paul Brook <paul@codesourcery.com>
1741
1742 * elf32-arm.h (arm_print_private_bfd_data): Add EABI v3.
1743
1744 2004-03-22 Bob Wilson <bob.wilson@acm.org>
1745
1746 * elf32-xtensa.c (elf_xtensa_check_relocs): Remove code to read
1747 literal tables and check for relocs outside of literal pools.
1748 (elf_xtensa_make_sym_local): Don't clear ELF_LINK_NON_GOT_REF flag.
1749 (elf_xtensa_fix_refcounts): Don't check ELF_LINK_NON_GOT_REF or
1750 set DF_TEXTREL.
1751 (elf_xtensa_size_dynamic_sections): Don't add DT_TEXTREL entry.
1752 (elf_xtensa_relocate_section): Read literal tables and check for
1753 dynamic relocations in read-only sections and not in literal pools.
1754
1755 2004-03-23 Alan Modra <amodra@bigpond.net.au>
1756
1757 PR 51.
1758 * linker.c (bfd_wrapped_link_hash_lookup): Handle info->wrap_char.
1759
1760 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
1761
1762 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,
1763 R_CRIS_16_GOTPLT>: Also error if there's no PLT for a symbol
1764 not defined by the executable, or defined in a DSO.
1765 <eliding run-time relocation of .got>: Initialize GOT entry for a
1766 function symbol or ELF_LINK_HASH_NEEDS_PLT statically in an
1767 executable.
1768 (cris_elf_gc_sweep_hook): Improve fallthrough marking.
1769 (elf_cris_try_fold_plt_to_got): Improve head comment. Do not fold
1770 a PLT reloc to GOT for an executable.
1771 (elf_cris_adjust_dynamic_symbol): Only fold a .got.plt entry with
1772 .got for a DSO and explain why.
1773 (elf_cris_discard_excess_program_dynamics): Also lose GOT-relocs
1774 and unreferenced symbols for which a PLT is defined. Adjust
1775 dynamic-symbol pruning correspondingly, to make sure we don't lose
1776 a dynamic symbol also defined by a DSO.
1777
1778 2004-03-22 Alan Modra <amodra@bigpond.net.au>
1779
1780 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_section
1781 and rel args. Group input and output args. Wrap to 80 columns.
1782 * elf-m10200.c, elf-m10300.c, elf32-arm.h, elf32-avr.c,
1783 elf32-cris.c, elf32-d10v.c, elf32-fr30.c, elf32-h8300.c,
1784 elf32-hppa.c, elf32-i386.c, elf32-i860.c, elf32-ip2k.c,
1785 elf32-iq2000.c, elf32-m68hc1x.c, elf32-m68k.c, elf32-mcore.c,
1786 elf32-msp430.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
1787 elf32-sparc.c, elf32-v850.c, elf32-vax.c, elf32-xstormy16.c,
1788 elf32-xtensa.c, elf64-alpha.c, elf64-mmix.c, elf64-ppc.c,
1789 elf64-s390.c, elf64-sparc.c, elf64-x86-64.c, elfxx-ia64.c: Update
1790 RELOC_FOR_GLOBAL_SYMBOL invocation.
1791
1792 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
1793
1794 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Report error if
1795 unresolved symbols in objects aren't allowed.
1796
1797 * elf-hppa.h (elf_hppa_relocate_section): Properly handle
1798 unresolved symbols.
1799 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
1800 (elf_hppa_unmark_useless_dynamic_symbols):
1801 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
1802 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
1803 (elf32_hppa_relocate_section): Likewise.
1804 * elf32-i370.c (i370_elf_relocate_section): Likewise.
1805 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1806 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1807 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
1808 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
1809
1810 * elf-m10200.c (mn10200_elf_relocate_section): Use
1811 RELOC_FOR_GLOBAL_SYMBOL.
1812 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
1813 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
1814 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
1815 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
1816 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
1817 * elf32-m68hc1x.c (m68hc11_get_relocation_value): Likewise.
1818 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
1819 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
1820 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
1821 * elf32-v850.c (v850_elf_relocate_section): Likewise.
1822 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
1823 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
1824
1825 2004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1826
1827 * elf32-hppa.c (elf32_hppa_check_relocs): Handle R_PARISC_PCREL32.
1828 (final_link_relocate): Likewise.
1829 * elf-hppa.h (elf_hppa_reloc_final_type): Handle selectors for
1830 R_PARISC_PCREL32 and R_PARISC_PCREL64 relocations.
1831
1832 2004-03-19 Alan Modra <amodra@bigpond.net.au>
1833
1834 * Makefile.am: Run "make dep-am".
1835 * Makefile.in: Regenerate.
1836 * aclocal.m4: Regenerate.
1837 * config.in: Regenerate.
1838 * po/bfd.pot: Regenerate.
1839
1840 2004-03-19 Alan Modra <amodra@bigpond.net.au>
1841 H.J. Lu <hongjiu.lu@intel.com>
1842
1843 * elflink.c (_bfd_elf_merge_symbol): Revert last change. Move
1844 type and size change code to where it was previously. Remove
1845 dt_needed param. Treat old weak syms as strong if new sym is
1846 from a shared lib, even when old sym is from another shared
1847 lib. Remove unnecessary tests of oldweak and newweak. Correct
1848 comments.
1849 (_bfd_elf_add_default_symbol): Remove dt_needed param. Update
1850 _bfd_elf_merge_symbol calls.
1851 * elflink.h (elf_link_add_object_symbols): Update calls. Remove
1852 dt_needed local var. Update comments.
1853 * elf-bfd.h (_bfd_elf_merge_symbol): Update prototype.
1854 (_bfd_elf_add_default_symbol): Likewise.
1855
1856 * elflink.c (_bfd_elf_merge_symbol): Reinstate code to handle
1857 strong syms in one shared object overriding weak syms in another.
1858
1859 2004-03-18 Alan Modra <amodra@bigpond.net.au>
1860
1861 * elf-bfd.h (struct elf_obj_tdata): Delete dt_soname field. Add
1862 dyn_lib_class field. Rearrange for better packing.
1863 (elf_dt_soname): Delete.
1864 (elf_dyn_lib_class): Define.
1865 * elf.c (bfd_elf_set_dt_needed_name): Update comment.
1866 (bfd_elf_set_dt_needed_soname): Delete.
1867 (bfd_elf_set_dyn_lib_class): New function.
1868 * elflink.h (add_dt_needed_tag): New function. Split out from..
1869 (elf_link_add_object_symbols): ..here. Rename "name" to "soname".
1870 Use elf_dyn_lib_class to set dt_needed and add_needed. Move fallback
1871 initialization of soname.
1872 (elf_link_check_versioned_symbol): Test elf_dyn_lib_class instead of
1873 elf_dt_soname.
1874 * bfd-in.h (enum dynamic_lib_link_class): New.
1875 (bfd_elf_set_dt_needed_soname): Delete.
1876 (bfd_elf_set_dyn_lib_class): Declare.
1877 * bfd-in2.h: Regenerate.
1878
1879 * elflink.c (_bfd_elf_merge_symbol): Rewrite weak symbol handling.
1880 (_bfd_elf_add_default_symbol): Remove indirect BFD_ASSERTs.
1881 * elflink.h (elf_link_add_object_symbols): Don't clear dt_needed in
1882 symbol loop. Instead use add_needed to flag tag as written.
1883
1884 2004-03-17 Nathan Sidwell <nathan@codesourcery.com>
1885
1886 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
1887 logic for null_input_bfd detection.
1888
1889 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1890
1891 * config.bfd: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
1892
1893 2004-03-16 Mark Kettenis <kettenis@gnu.org>
1894
1895 * netbsd-core.c (netbsd_core_file_p) [CORE_FPU_OFFSET]: Remove
1896 code.
1897
1898 2004-03-16 Alan Modra <amodra@bigpond.net.au>
1899
1900 * elflink.c (elf_link_read_relocs_from_section): Don't use
1901 NUM_SHDR_ENTRIES in end of reloc calc. Move NULL shdr check..
1902 (_bfd_elf_link_read_relocs): ..to here.
1903 * elf32-ppc.c (ppc_elf_relax_section): Formatting.
1904
1905 2004-03-16 Alan Modra <amodra@bigpond.net.au>
1906
1907 * configure.in (HOST_64BIT_TYPE, HOST_U_64BIT_TYPE): Don't override
1908 values selected in configure.host. Require both to be defined
1909 before setting BFD_HOST_64_BIT_DEFINED. Protect assignment to
1910 corresponding BFD_HOST vars with quotes.
1911 <${host64}-${target64}-${want64} in *true*>: Don't exempt gcc;
1912 Always require BFD_HOST_64_BIT_DEFINED.
1913 <file_ptr type>: Find off_t size before emitting message. Combine
1914 off_t and ftello64 conditional.
1915 * configure: Regenerate.
1916
1917 2004-03-16 Alan Modra <amodra@bigpond.net.au>
1918
1919 * elf32-m32r.c (m32r_elf_create_dynamic_sections): Fix pointer
1920 aliasing warning. Remove trailing whitespace throughout file.
1921
1922 2004-03-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1923
1924 * elf-hppa.h (elf_hppa_relocate_section): Pass input_bfd instead of
1925 input_section in calls to get_dyn_name.
1926 * elf64-hppa.c (get_dyn_name): Change type of first argument to "bfd *". Use section id of first section in input BFD to build dynamic name for
1927 local symbols.
1928 (elf64_hppa_check_relocs): Pass abfd in call to get_dyn_name.
1929
1930 2004-03-15 Alan Modra <amodra@bigpond.net.au>
1931
1932 * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.
1933 (BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Don't define here.
1934 (bfd_getb64, bfd_getl64, bfd_get_bits): Return bfd_uint64_t.
1935 (bfd_getb_signed_64, bfd_getl_signed_64): Return bfd_int64_t.
1936 (bfd_putb64, bfd_putl64, bfd_put_bits): Accept bfd_uint64_t.
1937 * configure.in (HOST_U_64BIT_TYPE): Set when sizeof long is 8.
1938 (BFD_HOST_64_BIT_DEFINED, BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Set
1939 when using long.
1940 * libbfd.c (EIGHT_GAZILLION, COERCE64): Use bfd_int64_t.
1941 (bfd_getb64): Return bfd_uint64_t. Enable when BFD_HOST_64_BIT.
1942 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
1943 (bfd_putb64): Accept bfd_uint64_t. Enable when BFD_HOST_64_BIT.
1944 (bfd_putl64, bfd_put_bits, bfd_get_bits): Likewise.
1945 * dwarf2.c (struct attribute): Use bfd_int64_t and bfd_uint64_t.
1946 (read_8_bytes, read_indirect_string, read_address): Likewise.
1947 (read_abbrevs, parse_comp_unit): Likewise.
1948 * targets.c (struct bfd_target): Likewise.
1949 * aix386-core.c (NO_GET64, NO_PUT64, NO_GETS64): Define and use.
1950 * hppabsd-core.c: Likewise. Formatting.
1951 * hpux-core.c: Likewise.
1952 * irix-core.c: Likewise.
1953 * netbsd-core.c: Likewise.
1954 * osf-core.c: Likewise.
1955 * ptrace-core.c: Likewise.
1956 * sco5-core.c: Likewise.
1957 * trad-core.c: Likewise.
1958 * configure: Regenerate.
1959 * bfd-in2.h: Regenerate.
1960
1961 2004-03-15 Alan Modra <amodra@bigpond.net.au>
1962
1963 * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.
1964 (bfd_getb32, bfd_getl32, bfd_getb16, bfd_getl16): Likewise.
1965 (bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
1966 (bfd_getb_signed_32, bfd_getl_signed_32): Likewise.
1967 (bfd_getb_signed_16, bfd_getl_signed_16): Likewise.
1968 (bfd_putb64, bfd_putl64, bfd_putb32, bfd_putl32): Likewise.
1969 (bfd_putb16, bfd_putl16, bfd_get_bits, bfd_put_bits): Likewise.
1970 * libbfd.c: Likewise in function definitions.
1971 (bfd_put_8): Mask with 0xff rather than casting to char.
1972 (bfd_putb16, bfd_putl16, bfd_putb32, bfd_putl32): Likewise.
1973 (bfd_putb64, bfd_putl64, bfd_put_bits): Likewise.
1974 (H_PUT_64, H_PUT_32, H_PUT_16, H_PUT_8): Remove casts, simplify.
1975 (H_PUT_S64, H_PUT_S32, H_PUT_S16, H_PUT_S8): Likewise.
1976 (H_GET_64, H_GET_32, H_GET_16, H_GET_8): Likewise.
1977 (H_GET_S64, H_GET_S32, H_GET_S16, H_GET_S8): Likewise.
1978 * libaout.h (H_PUT_64 H_PUT_32, H_PUT_16): Remove casts, simplify.
1979 (H_PUT_S64, H_PUT_S32, H_PUT_S16): Likewise.
1980 (H_GET_64, H_GET_32, H_GET_16): Likewise.
1981 (H_GET_S64, H_GET_S32, H_GET_S16): Likewise.
1982 * archive.c (do_slurp_coff_armap): Update swap prototype.
1983 * coff-tic54x.c (tic54x_getl32): Replace bfd_byte* with void*.
1984 (tic54x_getl_signed_32): Likewise.
1985 (tic54x_putl32): Likewise. Mask with 0xff rather than casting to char.
1986 * mach-o.c (bfd_mach_o_read_header): Update get32 prototype.
1987 * pdp11.c (bfd_getp32): Make static, replace bfd_byte* with void*.
1988 (bfd_getp_signed_32, bfd_putp32): Likewise.
1989 * targets.c (struct bfd_target): Use void* in place of bfd_byte* for
1990 bfd_getx64, bfd_getx_signed_64, bfd_putx64, bfd_getx32,
1991 bfd_getx_signed_32, bfd_putx32, bfd_getx16, bfd_getx_signed_16,
1992 bfd_putx16, bfd_h_getx64, bfd_h_getx_signed_64, bfd_h_putx64,
1993 bfd_h_getx32, bfd_h_getx_signed_32, bfd_h_putx32, bfd_h_getx16,
1994 bfd_h_getx_signed_16, bfd_h_putx16.
1995 * aix386-core.c (NO_GET, NO_GETS, NO_PUT): Update prototypes.
1996 * hppabsd-core.c: Similarly. Rename NO_SIGNED_GET to NO_GETS.
1997 * hpux-core.c: Likewise.
1998 * irix-core.c: Likewise.
1999 * netbsd-core.c: Likewise.
2000 * osf-core.c: Likewise.
2001 * ptrace-core.c: Likewise.
2002 * sco5-core.c: Likewise.
2003 * trad-core.c: Likewise.
2004 * bfd-in2.h: Regenerate.
2005
2006 2004-03-15 Matt Thomas <matt@3am-software.com>
2007
2008 * config.bfd: Add x86-64 vector to NetBSD/i386 if 64bit BFD is
2009 selected.
2010
2011 2004-03-13 Mark Kettenis <kettenis@gnu.org>
2012
2013 * config.bfd: Add x86_64-*-openbsd*.
2014 * configure.in (x86_64-*-openbsd*): Set COREFILE to
2015 netbsd-core.lo.
2016 * configure: Regenerate.
2017
2018 2004-03-12 Nick Clifton <nickc@redhat.com>
2019 Dave Murphy <wintermute2k4@ntlworld.com>
2020
2021 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Skip most checks
2022 if the input bfd does not contain any code.
2023
2024 2004-03-09 Steve Ellcey <sje@cup.hp.com>
2025
2026 * elfxx-ia64.c (plt_full_entry): Change ld8 to ld8.acq.
2027
2028 2004-03-05 Fred Fish <fnf@redhat.com>
2029
2030 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Just force
2031 mips16 symbols to be even rather than testing first for even/odd.
2032 (_bfd_mips_elf_link_output_symbol_hook): Ditto.
2033
2034 2004-03-05 Nathan Sidwell <nathan@codesourcery.com>
2035
2036 * elf.c (map_sections_to_segments): Ignore .tbss sections for
2037 layout purposes.
2038
2039 2004-03-03 Alexandre Oliva <aoliva@redhat.com>
2040
2041 * elflink.c (bfd_elf_record_link_assignment): Mark undefweak and
2042 undefined symbols as hash_new.
2043
2044 2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
2045
2046 * archures.c: Add bfd_mach_sh4_nommu_nofpu.
2047 * cpu-sh.c: Ditto.
2048 * elf32-sh.c: Ditto.
2049 * bfd-in2.h: Regenerate.
2050
2051 2004-03-02 Alexandre Oliva <aoliva@redhat.com>
2052
2053 * elf32-frv.c (struct frv_pic_relocs_info): Added fixups and
2054 dynrelocs.
2055 (_frv_count_got_plt_entries): Initialize them.
2056 (frv_pic_relocs_info_find): Add insert argument. Adjust all
2057 callers.
2058 (frv_pic_relocs_info_for_global): Likewise.
2059 (frv_pic_relocs_info_for_local): Likewise.
2060 (frv_pic_merge_early_relocs_info): New.
2061 (_frv_resolve_final_relocs_info): Use it in case one entry maps to
2062 another.
2063 (_frv_add_dyn_reloc): Add entry argument. Adjust all callers.
2064 Check that we don't exceed the allocated count for entry.
2065 (_frv_add_rofixup): Likewise.
2066 (_frv_emit_got_relocs_plt_entries): Adjust for coding standards.
2067 (elf32_frv_finish_dynamic_sections): Improve error message in case
2068 we emit too few rofixup entries.
2069
2070 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
2071
2072 * archures.c (bfd_mach_fr450): New.
2073 * bfd-in2.h: Regenerate.
2074 * cpu-frv.c (arch_info_450): New bfd_arch_info_type.
2075 (arch_info_500): Link to it.
2076 * elf32-frv.c (elf32_frv_machine, frv_elf_merge_private_bfd_data)
2077 (frv_elf_print_private_bfd_data): Handle fr405 and fr450 header flags.
2078 (frv_elf_arch_extension_p): New function.
2079 (frv_elf_merge_private_bfd_data): Use it.
2080
2081 2004-02-28 H.J. Lu <hongjiu.lu@intel.com>
2082
2083 * elf-bfd.h (_bfd_elf_link_add_archive_symbols): New prototype.
2084
2085 * elflink.h (is_global_data_symbol_definition): Moved to
2086 elflink.c.
2087 (elf_link_is_defined_archive_symbol): Likewise.
2088 (elf_link_add_archive_symbols): Likewise. Renamed to
2089 _bfd_elf_link_add_archive_symbols.
2090
2091 * elflink.c (elf_link_is_defined_archive_symbol): Get the size
2092 of ELF symbol table entry from backend.
2093 (_bfd_elf_link_add_archive_symbols): Call bfd_link_add_symbols
2094 instead of elf_link_add_object_symbols.
2095
2096 2004-02-27 Alexandre Oliva <aoliva@redhat.com>
2097
2098 * elf-bfd.h (struct elf_backend_data): Added
2099 elf_backend_can_make_relative_eh_frame,
2100 elf_backend_can_make_lsda_relative_eh_frame and
2101 elf_backend_encode_eh_address.
2102 (_bfd_elf_encode_eh_address): Declare.
2103 (_bfd_elf_can_make_relative): Declare.
2104 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use new
2105 hooks to decide whether to attempt to make_relative and
2106 make_lsda_relative.
2107 (_bfd_elf_write_section_eh_frame_hdr): Call encode_eh_address.
2108 (_bfd_elf_can_make_relative): New.
2109 (_bfd_elf_encode_eh_address): New.
2110 * elf32-frv.c (frv_elf_use_relative_eh_frame): New.
2111 (frv_elf_encode_eh_address): New.
2112 (elf_backend_can_make_relative_eh_frame): Define.
2113 (elf_backend_can_make_lsda_relative_eh_frame): Define.
2114 (elf_backend_encode_eh_address): Define.
2115 * elfxx-target.h
2116 (elf_backend_can_make_relative_eh_frame): Define.
2117 (elf_backend_can_make_lsda_relative_eh_frame): Define.
2118 (elf_backend_encode_eh_address): Define.
2119 (elfNN_bed): Add them.
2120
2121 2004-02-27 Alexandre Oliva <aoliva@redhat.com>
2122
2123 * elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
2124 complain_on_overflow to signed.
2125
2126 2004-02-27 H.J. Lu <hongjiu.lu@intel.com>
2127
2128 * elflink.h (sort_symbol): New.
2129 (elf_link_add_object_symbols): Use a sorted symbol array for
2130 weakdef.
2131
2132 2004-02-27 Jakub Jelinek <jakub@redhat.com>
2133
2134 * elf32-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
2135 for pc relative relocs.
2136 (elf_s390_relocate_section): Likewise.
2137 * elf64-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
2138 for pc relative relocs.
2139 (elf_s390_relocate_section): Likewise.
2140
2141 2004-02-26 H.J. Lu <hongjiu.lu@intel.com>
2142
2143 * elfxx-ia64.c (elfNN_ia64_check_relocs): Fix call to
2144 count_dyn_reloc.
2145
2146 2004-02-25 H.J. Lu <hongjiu.lu@intel.com>
2147
2148 * elfxx-ia64.c (elfNN_ia64_dyn_reloc_entry): Add the reltext.
2149 field to track if a relocation is against readonly section.
2150 (count_dyn_reloc): Take a new argument for rent->reltext.
2151 (elfNN_ia64_check_relocs): Adjust call to count_dyn_reloc.
2152 (get_reloc_section): Don't set ia64_info->reltext here.
2153 (allocate_dynrel_entries): Set ia64_info->reltext here.
2154
2155 2004-02-24 Alexandre Oliva <aoliva@redhat.com>
2156
2157 * elf32-frv.c (FRV_SYM_LOCAL): Weak undefined doesn't imply local.
2158 (_frv_emit_got_relocs_plt_entries): Decay relocation to protected
2159 function's descriptor to symbol+offset, and map local undefweak
2160 symbol to NULL function descriptor.
2161 (elf32_frv_relocate_section): Likewise.
2162
2163 2004-02-23 Mark Kettenis <kettenis@gnu.org>
2164
2165 * libaout.h (enum machine_type): Add M_SPARC64_NETBSD and
2166 M_X86_64_NETBSD.
2167 * netbsd-core.c (M_SPARC64_OPENBSD): Define.
2168 (netbsd_core_file_p): Set architecture from machine ID for
2169 selected machines.
2170
2171 2004-02-23 Jakub Jelinek <jakub@redhat.com>
2172
2173 * elflink.h (size_dynamic_sections): If not adding DT_FLAGS and
2174 DF_BIND_NOW is set in info->flags, create DT_BIND_NOW dynamic entry.
2175
2176 2004-02-21 H.J. Lu <hongjiu.lu@intel.com>
2177
2178 * elflink.c (_bfd_elf_merge_symbol): Properly handle undefined
2179 symbols with non-default visibility.
2180
2181 2004-02-21 Danny Smith <daanysmith@users.sourceforge.net>
2182
2183 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Clear
2184 IMAGE_SCN_MEM_WRITE on known sections only.
2185
2186 2004-02-20 Jakub Jelinek <jakub@redhat.com>
2187
2188 * elf32-ppc.c (allocate_dynrelocs): Create dynsym for undef weak
2189 symbols used in PIE relocs.
2190
2191 2004-02-19 Jakub Jelinek <jakub@redhat.com>
2192
2193 * elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Clear
2194 .plt sh_entsize.
2195
2196 2004-02-18 Daniel Jacobowitz <drow@mvista.com>
2197
2198 * configure.in: Update version to 2.15.90.
2199 * configure: Regenerate.
2200
2201 2004-02-17 Daniel Jacobowitz <drow@mvista.com>
2202 Richard Sandiford <rsandifo@redhat.com>
2203
2204 * elfxx-mips.c (mips_elf_calculate_relocation): Use
2205 _bfd_elf_symbol_refs_local_p to decide whether to decay
2206 a GOT_PAGE/GOT_OFST pair to GOT_DISP/addend.
2207 (_bfd_mips_elf_check_relocs): Add a global GOT entry for GOT_PAGE
2208 relocs if the symbol wasn't defined by a regular object file.
2209 Don't check the symbol's dynindx.
2210
2211 2004-02-16 Andrew Cagney <cagney@redhat.com>
2212
2213 * bfd-in.h (file_ptr, ufile_ptr): Configure type using
2214 @bfd_file_ptr@.
2215 * bfd-in2.h: Re-generate.
2216
2217 2004-02-14 Andrew Cagney <cagney@redhat.com>
2218
2219 * configure.host (HDEFINES): When hppa*-*-hpux*, define
2220 _LARGEFILE64_SOURCE.
2221
2222 2004-02-13 Andrew Cagney <cagney@redhat.com>
2223
2224 * elf.c (vma_page_aligned_bias): New function.
2225 (assign_file_positions_except_relocs)
2226 (assign_file_positions_for_segments): Replace broken modulo
2227 arithmetic with call to vma_page_aligned_bias.
2228
2229 2004-02-11 Andrew Cagney <cagney@redhat.com>
2230
2231 * bfd-in.h: Update copyright.
2232 (bfd_tell): Change return type to file_ptr.
2233 * bfd-in2.h: Re-generate.
2234 * cache.c: Update copyright.
2235 (bfd_cache_lookup_worker): Use real_fseek, do not cast offset
2236 parameter.
2237 (close_one): Use real_ftell.
2238 * bfdio.c: Update copyright.
2239 (real_ftell, real_fseek): New functions.
2240 (bfd_tell): Use real_fseek and real_ftell, change return type to
2241 file_ptr.
2242 (bfd_seek): Use real_ftell and real_fseek, change type of
2243 file_position to a file_ptr.
2244 * libbfd-in.h: Update copyright.
2245 (real_ftell, real_fseek): Declare.
2246 * libbfd.h: Re-generate.
2247
2248 * configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64,
2249 fseeko and fseeko64. Determine bfd_file_ptr.
2250 * configure: Re-generate.
2251 * config.in: Re-generate.
2252
2253 2004-02-09 Anil Paranjpe <anilp1@KPITCummins.com>
2254
2255 * coff-h8300.c: Added comments about relaxation for ldc.w and stc.w.
2256 * elf32-h8300.c: Likewise.
2257
2258 2004-02-09 Christian Vogel <vogelchr@vogel.cx>
2259 Nick Clifton <nickc@redhat.com>
2260
2261 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Catch
2262 GOT entries with no associated GOT subsection.
2263
2264 2004-02-09 Richard Sandiford <rsandifo@redhat.com>
2265
2266 * bfd-elf.h (elf_backend_name_local_section_symbols): New hook.
2267 * elf.c (swap_out_syms): Use it to decide whether local section
2268 symbols should be named.
2269 * elfxx-target.h (elf_backend_name_local_section_symbols): New macro.
2270 * elfxx-mips.h (_bfd_mips_elf_name_local_section_symbols): Declare.
2271 (elf_backend_name_local_section_symbols): Define.
2272 * elfxx-mips.c (_bfd_mips_elf_name_local_section_symbols): New.
2273
2274 2004-01-30 H.J. Lu <hongjiu.lu@intel.com>
2275
2276 * elfxx-ia64.c (elfNN_ia64_relax_brl): New function.
2277 (elfNN_ia64_relax_section): Optimize brl to br during the relax
2278 finalize pass.
2279
2280 2004-01-30 Alexandre Oliva <aoliva@redhat.com>
2281
2282 * elf32-frv.c (elf32_frv_always_size_sections): Initialize pointer
2283 to bfd_link_hash_entry passed by reference to
2284 _bfd_generic_link_add_one_symbol.
2285
2286 2004-01-25 H.J. Lu <hongjiu.lu@intel.com>
2287
2288 * elfxx-ia64.c (elfNN_ia64_relocate_section): Disallow imm
2289 relocations against dynamic symbols.
2290
2291 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
2292
2293 * elf32-arm.h (elf32_arm_check_relocs): Revert part of 2004-01-13
2294 change.
2295
2296 2004-01-21 Tom Rix <tcrix@worldnet.att.net>
2297
2298 * reloc.c: New 5 bit reloc, BFD_RELOC_M68HC12_5B, for m68hc12 movb/movw.
2299 * bfd-in2.h, libbfd.h: Rebuilt.
2300
2301 2004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
2302
2303 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Don't remove
2304 IMAGE_SCN_MEM_WRITE flag from .text section if WP_TEXT
2305 flag has been cleared.
2306
2307 2004-01-19 Kazu Hirata <kazu@cs.umass.edu>
2308
2309 * coff-h8300.c: Add and adjust comments about relaxation.
2310 * elf32-h8300.c: Likewise.
2311
2312 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
2313
2314 * coff-h8300.c: Fix comment typos.
2315 * elf32-h8300.c: Likewise.
2316
2317 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
2318
2319 * coff-h8300.c: Add comments about relaxation.
2320 * elf32-h8300.c: Likewise.
2321
2322 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2323
2324 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
2325 throughout.
2326 * aclocal.m4: Regenerate.
2327 * configure: Regenerate.
2328
2329 2004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
2330
2331 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Call
2332 mips_elf64_rtype_to_howto instead of using howto_table.
2333
2334 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
2335
2336 * elf32-arm.h (elf32_arm_final_link_relocate): Check that we created
2337 the .plt section.
2338 (elf32_arm_check_relocs): Don't increment the PLT refcount for
2339 relocs which would not use the PLT.
2340
2341 2004-01-13 Alan Modra <amodra@bigpond.net.au>
2342
2343 * elf64-ppc.c (ppc64_elf_check_relocs): Ignore !SEC_ALLOC relocs.
2344 (ppc64_elf_gc_sweep_hook): Likewise.
2345 (ppc64_elf_size_dynamic_sections): Test for .plt directly.
2346
2347 2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
2348
2349 Adds linker relaxation support for bit manipulation insns like
2350 band, bclr, biand, bild, bior, bist, bixor, bld, bnot, bor, bset,
2351 bst, btst, bxor.
2352 * elf32-h8300.c: Opcode for bit manipulation insn is checked in
2353 elf32_h8_relax_section function while relxation for aa:16 and aa:32.
2354 * coff-h8300.c: Opcode for bit manipulation insn is checked in
2355 h8300_reloc16_extra_cases function while relxation for aa:16 and aa:32.
2356
2357 2004-01-12 Alan Modra <amodra@bigpond.net.au>
2358
2359 * dwarf2.c: Convert to C90, remove unneeded casts and prototypes.
2360
2361 2004-01-11 Kazu Hirata <kazu@cs.umass.edu>
2362
2363 * elf32-h8300.c: Fix formatting.
2364
2365 2004-01-11 Kazu Hirata <kazu@cs.umass.edu>
2366
2367 * elf32-cris.c (cris_elf_gc_sweep_hook): Return early if no
2368 dynamic object is present. Declare r_symndx and h in an inner
2369 scope.
2370 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
2371
2372 2004-01-09 Daniel Jacobowitz <drow@mvista.com>
2373
2374 * elf32-arm.h (struct elf32_arm_relocs_copied): Remove pc_count.
2375 (elf32_arm_copy_indirect_symbol): Don't copy pc_count.
2376 (elf32_arm_final_link_relocate): Handle PLT32 and PC24 relocs
2377 identically. Do not emit PC24 relocations for shared libraries.
2378 (elf32_arm_gc_sweep_hook): Handle PLT32 and PC24 relocs
2379 identically. Don't adjust pc_count.
2380 (elf32_arm_check_relocs): Handle PLT32 and PC24 relocs identically.
2381 Set ELF_LINK_HASH_NEEDS_PLT for both. Don't adjust pc_count; don't
2382 adjust count for branch relocations.
2383 (allocate_dynrelocs): Correct typo in call to
2384 WILL_CALL_FINISH_DYNAMIC_SYMBOL. Never allocate space for
2385 PC24 or PLT32 relocs when linking.
2386
2387 2004-01-09 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
2388
2389 * coff-arm.c (aoutarm_std_reloc_howto): [ARM_WINCE] Synchronize ARM_26D
2390 relocation howto with ARM_26 one for consistency.
2391 (coff_arm_relocate_section): Set partial_inplace for ARM_26 relocations
2392 that will be converted to ARM_26D ones, since we always want 'done'
2393 relocations to be reflected in section's data.
2394 (coff_arm_relocate_section): [ARM_WINCE] Quick fix for BL instruction
2395 offset.
2396 (_bfd_final_link_relocate): Do not modify "inplace" data, if not
2397 requested.
2398
2399 2004-01-08 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
2400
2401 * coff-arm.c (coff_arm_relocate_section): Do not alter relocs that
2402 are not partial_inplace during a relocatable link.
2403
2404 2004-01-08 Kazu Hirata <kazu@cs.umass.edu>
2405
2406 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return early
2407 if no dynamic object is present. Declare r_symndx and h in an
2408 inner scope.
2409
2410 2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
2411
2412 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't install
2413 trampoline if it is known out of range.
2414
2415 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
2416
2417 2003-12-17 Alexandre Oliva <aoliva@redhat.com>
2418 * elf32-frv.c (_frv_osec_readonly_p): New.
2419 (_frv_emit_got_relocs_plt_entries): Don't emit rofixup for
2420 undefweak symbol.
2421 (_frv_count_got_plt_entries): Adjust expected count accordingly.
2422 (elf32_frv_relocate_section): Likewise. Error out if attempting
2423 to emit rofixups or dynamic relocs in read-only segments. Use
2424 _bfd_elf_section_offset to adjust r_offsets in rofixups and
2425 dynamic relocations.
2426 2003-12-12 Alexandre Oliva <aoliva@redhat.com>
2427 * elf32-frv.c (elf32_frv_relocate_section): Compute dynamic
2428 relocations or fixups involving merged sections correctly. Avoid
2429 crash when undefined symbol is referenced by R_FRV_32 or
2430 R_FRV_FUNCDESC_VALUE.
2431 2003-12-02 Alexandre Oliva <aoliva@redhat.com>
2432 * elf32-frv.c (elf32_frv_relocate_section): Add output_offset of
2433 input section holding local symbol to addend of R_FRV_32 or
2434 R_FRV_FUNCDESC_VALUE dynamic relocation.
2435 2003-11-27 Alexandre Oliva <aoliva@redhat.com>
2436 * elf32-frv.c (elf32_frv_modify_segment_map): Add link info arg.
2437 (elf32_frv_always_size_sections): Don't store pointer to
2438 __stacksize symbol in sec_info.
2439 (elf32_frv_modify_segment_map): Look it up here.
2440 2003-11-26 Alexandre Oliva <aoliva@redhat.com>
2441 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Emit the address
2442 of the lazy PLT entry, not only its offset, as the low word of a
2443 function descriptor.
2444 2003-11-10 Alexandre Oliva <aoliva@redhat.com>
2445 * elf32-frv.c (elf32_frv_always_size_sections): Define __stacksize
2446 if a hash table entry already exists but is not a definition.
2447 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
2448 * elf32-frv.c (frv_elf_link_hash_table_create): Use bfd_zalloc.
2449 (_frv_add_rofixup): Don't inline.
2450 (_frv_emit_got_relocs_plt_entries): Use NULL as funcdesc address
2451 for undefweak symbols.
2452 (elf32_frv_relocate_section): Avoid crash while computing
2453 relocation when linking with shared library. Only emit rofixups
2454 and dynamic relocations for alloc&load sections. Mark binaries
2455 with inter-segment relocations for relocation as a unit.
2456 (_frv_create_got_section): Rename .rofixup.got to .rofixup.
2457 (DEFAULT_STACK_SIZE): New.
2458 (_frv_count_got_plt_entries): Fix thinko in deciding whether to
2459 emit rofixups or dynamic relocs when linking dynamic non-PIE
2460 executables.
2461 (elf32_frv_size_dynamic_sections): Generate rofixup on PIEs and
2462 shared libs too. Reserve the last entry for the GOT pointer.
2463 (elf32_frv_finish_dynamic_sections): Emit it.
2464 (elf32_frv_always_size_sections): New.
2465 (elf32_frv_modify_segment_map): New.
2466 (elf32_frv_check_relocs): Reserve relocs32 space only in ALLOC
2467 sections.
2468 (frv_elf_merge_private_bfd_data): Clear PIC bit if FDPIC is set.
2469 (frv_elf_print_private_bfd_data): Handle FDPIC and LIBPIC.
2470 (elf_backend_always_size_sections): New.
2471 (elf_backend_modify_segment_map): New.
2472 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
2473 * config.bfd: Added frv-*-*linux*.
2474 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Use idx 0 for
2475 ABS section, instead of crashing.
2476 (elf32_frv_relocate_section): Don't crash before warning about
2477 different segments in non-PIC relocation.
2478 2003-10-17 Alexandre Oliva <aoliva@redhat.com>
2479 * elf32-frv.c (elf32_frv_relocate_section): Don't warn on LABEL24
2480 relocs to undefweak symbols.
2481 (elf32_frv_relocate_section): Ditto for undefined symbols.
2482 2003-10-06 Alexandre Oliva <aoliva@redhat.com>
2483 * elf32-frv.c (elf32_frv_create_dynamic_sections): Make sure
2484 gotfixup section was created.
2485 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
2486 * elf32-frv.c (elf32_frv_howto_table): Change GOT12,
2487 FUNCDESC_GOT12, GOTOFF12 and FUNCDESC_GOTOFF12 to
2488 complain_overflow_signed.
2489 * elf32-frv.c (_frv_add_rofixup): Do not error out if contents
2490 have not been allocated.
2491 (_frv_emit_got_relocs_plt_entries): Return non-void. Assert
2492 privfd only if dynamic sections were created.
2493 (elf32_frv_relocate_section): Compute gprel_segment, and use it
2494 for GPREL relocs. When linking relocatable FDPIC executables,
2495 emit warnings for relocations that would be illegal on PIE or
2496 shared libraries. Emit rofixup for R_FRV_32 only if input object
2497 is not FDPIC.
2498 (_frv_create_got_section): Define _gp symbol in the rofixup
2499 section.
2500 (elf32_frv_finish_dynamic_sections): If rofixups needed but
2501 dynamic sections missing, error out requesting -melf32frvfd.
2502 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
2503 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Rearrange
2504 computation of addends from section and global or local symbol
2505 value. Change return type to bfd_boolean, and return a failure if
2506 a dynamic FUNCDESC or FUNCDESC_VALUE relocation that requires a
2507 nonzero addend is required.
2508 (elf32_frv_relocate_section): Likewise. Print error for
2509 unsupported nonzero addends.
2510 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
2511 * elf32-frv.c (FRV_SYM_LOCAL): In the absence of dynamic sections,
2512 force everything local.
2513 (_frv_emit_got_relocs_plt_entries): Cope with NULL sec.
2514 * elf32-frv.c (struct frv_elf_link_hash_table): Added sgotfixup.
2515 (frv_gotfixup_section): New.
2516 (FRV_SYM_LOCAL): Accept undefweak and local common symbols.
2517 (struct frv_pic_relocs_info): Split relocs into relocs32, relocsfd
2518 and relocsfdv.
2519 (_frv_add_rofixup): New.
2520 (_frv_emit_got_relocs_plt_entries): Generate fixups for non-PIE
2521 fdpic executables. Use FRV_SYM_LOCAL more widely to simplify and
2522 improve some ugly conditions.
2523 (elf32_frv_relocate_section): Likewise. Reject inter-segment
2524 relocations in fdpic.
2525 (_frv_create_got_section): Create .rofixup.got section.
2526 (struct _frv_dynamic_got_info): Added fixups.
2527 (_frv_count_got_plt_entries): Account in-GOT relocations into
2528 relocs32, relocsfd and relocsfdv. Account them into relocs or
2529 fixups, as appropriate.
2530 (elf32_frv_size_dynamic_sections): Size rofixup section. Simplify
2531 sizing of gotrel.
2532 (elf32_frv_finish_dynamic_sections): Verify that the right number
2533 of relocations and fixups was generated.
2534 (elf32_frv_check_relocs): Compute relocs32, relocsfd and
2535 relocsfdv.
2536 * elf32-frv.c (FRV_SYM_LOCAL): New macro, used instead of
2537 SYMBOL_CALLS_LOCAL and SYMBOL_REFERENCES_LOCAL.
2538 (FRV_FUNCDESC_LOCAL): New macro, used to decide whether a function
2539 descriptor of a (formerly-)global symbol is local.
2540 (struct frv_pic_relocs_info): Adjust comments.
2541 (_frv_emit_got_relocs_plt_entries): Adjust.
2542 (elf32_frv_relocate_section): Likewise.
2543 (_frv_count_got_plt_entries): Likewise.
2544 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Don't add global
2545 symbol's value to addend in the common preamble. Decay dynamic
2546 symbols to section+offset if they bind or call locally, for GOT
2547 and FUNCDESC_VALUE, respectively.
2548 (elf32_frv_relocate_section): Likewise.
2549 (elf32_frv_check_relocs): Don't register as dynamic symbols of
2550 internal or hidden visibility.
2551 2003-09-17 Alexandre Oliva <aoliva@redhat.com>
2552 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Get addend as
2553 argument, so as to not call _bfd_elf_rel_local_sym to compute it.
2554 (elf32_frv_relocate_section): Pass relocation addend in. Use
2555 original relocation addend to look up the got relocs/plt entries
2556 table. Do not call _bfd_elf_rel_local_sym. Don't error out when
2557 processing relocations that reference .scommon symbols.
2558 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
2559 Introduce support for dynamic linking.
2560 * elf32-frv.c (R_FRV_FUNCDESC_VALUE): Mark it as 64 bits.
2561 (elf32_frv_rel_32_howto, elf32_frv_rel_funcdesc_howto,
2562 elf32_frv_rel_funcdesc_value_howto): New REL descriptors.
2563 (frv_reloc_type_lookup): Return REL howtos for executables and
2564 dynamic libraries.
2565 (frv_info_to_howto_rel): New.
2566 (struct frv_elf_link_hash_table): New.
2567 (frv_hash_table, frv_got_section, frv_gotrel_section,
2568 frv_plt_section, frv_pltrel_section, frv_relocs_info,
2569 frv_got_initial_offset, frv_plt_initial_offset): New macros.
2570 (frv_elf_link_hash_table_create): New.
2571 (struct frv_pic_relocs_info): New.
2572 (frv_pic_relocs_info_hash, frv_pic_relocs_info_eq): New.
2573 (frv_pic_relocs_info_find): New.
2574 (frv_pic_relocs_info_for_global, frv_pic_relocs_info_for_local):
2575 New.
2576 (FRV_LZPLT_BLOCK_SIZE, FRV_LZPLT_RESOLVE_LOC): New.
2577 (_frv_add_dyn_reloc, _frv_osec_to_segment): New.
2578 (_frv_emit_got_relocs_plt_entries): New.
2579 (elf32_frv_relocate_section): Add support for dynamic linking.
2580 Handle new relocations.
2581 (_frv_create_got_section): New.
2582 (elf32_frv_create_dynamic_sections): New.
2583 (ELF_DYNAMIC_INTERPRETER): New.
2584 (struct _frv_dynamic_got_info): New.
2585 (_frv_count_got_plt_entries): New.
2586 (struct _frv_dynamic_got_plt_info): New.
2587 (_frv_compute_got_alloc_data): New.
2588 (_frv_get_got_entry, _frv_get_fd_entry): New.
2589 (_frv_assign_got_entries, _frv_assign_plt_entries): New.
2590 (_frv_resolve_final_relocs_info): New.
2591 (elf32_frv_size_dynamic_sections): New.
2592 (elf32_frv_finish_dynamic_sections): New.
2593 (elf32_frv_adjust_dynamic_symbol): New.
2594 (elf32_frv_finish_dynamic_symbol): New.
2595 (elf32_frv_check_relocs): Handle new relocs. Explain how the
2596 whole thing works.
2597 (elf_info_to_howto_rel): Define.
2598 (bfd_elf32_bfd_link_hash_table_create): Define.
2599 (elf_backend_create_dynamic_sections): Define.
2600 (elf_backend_adjust_dynamic_symbol): Define.
2601 (elf_backend_size_dynamic_sections): Define.
2602 (elf_backend_finish_dynamic_symbol): Define.
2603 (elf_backend_finish_dynamic_sections): Define.
2604 (elf_backend_want_got_sym): Define.
2605 (elf_backend_got_header_size): Define.
2606 (elf_backend_want_got_plt): Define.
2607 (elf_backend_plt_readonly): Define.
2608 (elf_backend_want_plt_sym): Define.
2609 (elf_backend_plt_header_size): Define.
2610 (elf_backend_may_use_rel_p): Define.
2611 (elf_backend_may_use_rela_p): Define.
2612 (elf_backend_default_use_rela_p): Define.
2613 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
2614 * elf32-frv.c (R_FRV_FUNCDESC_VALUE, R_FRV_FUNCDESC_GOTOFF12,
2615 R_FRV_FUNCDESC_GOTOFFHI, R_FRV_FUNCDESC_GOTOFFLO, R_FRV_GOTOFF12,
2616 R_FRV_GOTOFFHI, R_FRV_GOTOFFLO): New.
2617 (frv_reloc_map): Map the corresponding BFD relocs to them.
2618 (frv_reloc_type_lookup): ... and back to BFD relocs.
2619 * reloc.c: New relocs.
2620 * bfd-in2.h, libbfd.h: Rebuilt.
2621 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
2622 * elf32-frv.c (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO,
2623 R_FRV_FUNCDESC, R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI,
2624 R_FRV_FUNCDESC_GOTLO): New.
2625 (frv_reloc_map): Map the corresponding BFD relocs to them.
2626 (frv_reloc_type_lookup): ... and back to BFD relocs.
2627 * reloc.c: New relocs.
2628 * bfd-in2.h, libbfd.h: Rebuilt.
2629
2630 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2631
2632 * elf32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
2633 targets to support pages of up to 64kB.
2634 (elf32_bed): Redefine to get a separate backend data structure for
2635 traditional targets.
2636 * elf64-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
2637 targets to support pages of up to 64kB.
2638 (elf64_bed): Redefine to get a separate backend data structure for
2639 traditional targets.
2640 * elfn32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
2641 targets to support pages of up to 64kB.
2642 (elf32_bed): Redefine to get a separate backend data structure for
2643 traditional targets.
2644
2645 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2646
2647 * elf32-sparc.c (elf32_sparc_grok_psinfo): New function.
2648
2649 2004-01-02 Mark Kettenis <kettenis@gnu.org>
2650
2651 * elf32-i386.c (elf_i386_grok_prstatus): Add support for FreeBSD.
2652 (elf_i386_grok_psinfo): Likewise.
2653
2654 2004-01-02 Bernardo Innocenti <bernie@develer.com>
2655
2656 * config.bfd: Add m68k-uClinux target.
2657
2658 2004-01-01 Grant Edwards <grante@visi.com>
2659
2660 * elflink.h (elf_gc_sections): Warn when gc-sections option is ignored.
2661 * elf32-h8300.c (elf32_h8_gc_mark_hook): New function.
2662 (elf32_h8_gc_sweep_hook): New function.
2663 (elf_backend_gc_mark_hook): Define.
2664 (elf_backend_gc_sweep_hook): Define.
2665 (elf_backend_can_gc_sections): Define.
2666
2667 For older changes see ChangeLog-0203
2668 \f
2669 Local Variables:
2670 mode: change-log
2671 left-margin: 8
2672 fill-column: 74
2673 version-control: never
2674 End:
This page took 0.084067 seconds and 4 git commands to generate.