]>
Commit | Line | Data |
---|---|---|
5b0e55b6 JT |
1 | 2002-06-04 Jason Thorpe <[email protected]> |
2 | ||
3 | * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo. | |
4 | (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c. | |
5 | (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo. | |
6 | (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c. | |
7 | (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules. | |
8 | * Makefile.in: Regenerate. | |
9 | * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*) | |
10 | (sh64-*-netbsd*): New targets. | |
11 | * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec, | |
12 | bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec. | |
13 | * configure: Regenerate. | |
14 | * elf32-sh64-nbsd.c: New file. | |
15 | * elf64-sh64-nbsd.c: New file. | |
16 | * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec, | |
17 | bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and | |
18 | bfd_elf64_sh64lnbsd_vec. | |
19 | ||
b885599b AM |
20 | 2002-06-04 Alan Modra <[email protected]> |
21 | ||
22 | * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups. | |
23 | (bfd_section_from_shdr): Likewise. Set section name of group | |
24 | sections from signature. | |
25 | (group_signature): Split out from setup_group. Ensure symbol table | |
26 | is available. | |
27 | (bfd_elf_discard_group): New function. | |
28 | (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on | |
29 | .gnu.linkonce* sections if they are members of a group. | |
30 | (set_group_contents): Set GRP_COMDAT flag. | |
31 | * section.c (bfd_discard_group): New function. | |
32 | * bfd-in.h (bfd_elf_discard_group): Declare. | |
33 | * bfd-in2.h: Regenerate. | |
34 | * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field. | |
35 | (elf_linkonce_p): Define. | |
36 | ||
90937f86 AM |
37 | 2002-06-04 Alan Modra <[email protected]> |
38 | ||
39 | * elf.c (bfd_section_from_shdr): Make "name" const. | |
40 | * elf-bfd.h (elf_backend_section_from_shdr): Likewise. | |
41 | * elf32-i370.c (i370_elf_section_from_shdr): Likewise. | |
42 | * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise. | |
43 | * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise. | |
44 | * elf32-v850.c (v850_elf_section_from_shdr): Likewise. | |
45 | * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise. | |
46 | * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise. | |
47 | * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise. | |
48 | * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise. | |
49 | * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise. | |
50 | * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise. | |
51 | ||
cf6fb9ce MR |
52 | 2002-06-03 Maciej W. Rozycki <[email protected]> |
53 | ||
54 | * elfxx-mips.c (ABI_64_P): Use backend's data to determine the | |
55 | ABI. | |
56 | ||
cedb70c5 KH |
57 | 2002-06-02 Kazu Hirata <[email protected]> |
58 | ||
59 | * elf32-arc.c: Fix formatting. | |
60 | * elf32-arm.h: Likewise. | |
61 | * elf32-cris.c: Likewise. | |
62 | * elf32-dlx.c: Likewise. | |
63 | * elf32-hppa.c: Likewise. | |
64 | * elf32-i386.c: Likewise. | |
65 | * elf32-i386qnx.c: Likewise. | |
66 | * elf32-or32.c: Likewise. | |
67 | * elf32-s390.c: Likewise. | |
68 | * elf32-sh64.c: Likewise. | |
69 | * elf32-vax.c: Likewise. | |
70 | * elf32-xstormy16.c: Likewise. | |
71 | * elf64-alpha.c: Likewise. | |
72 | * elf64-mmix.c: Likewise. | |
73 | * elf64-ppc.c: Likewise. | |
74 | * elf64-s390.c: Likewise. | |
75 | * elf64-sh64.c: Likewise. | |
76 | * elf64-x86-64.c: Likewise. | |
77 | ||
048d873d RH |
78 | 2002-06-02 Richard Henderson <[email protected]> |
79 | ||
80 | * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference | |
81 | null when there are no got entries for a symbol. | |
82 | (elf64_alpha_relax_find_tls_segment): Rearrange to avoid | |
83 | uninitialized variable warning. | |
84 | ||
4a67a098 RH |
85 | 2002-06-01 Richard Henderson <[email protected]> |
86 | ||
87 | * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for | |
88 | undefined symbols here. | |
89 | (elf64_alpha_relax_section): Do it here. Also test for not | |
90 | defined in the current module. | |
91 | (elf64_alpha_relocate_section_r): Split out of ... | |
92 | (elf64_alpha_relocate_section): ... here. Don't dereference | |
93 | NULL when looking up local got entries. | |
94 | ||
f44f99a5 RH |
95 | 2002-06-01 Richard Henderson <[email protected]> |
96 | ||
97 | * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined | |
98 | symbols from JSR relaxation. | |
99 | (elf64_alpha_size_plt_section_1): New. | |
100 | (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ... | |
101 | (elf64_alpha_size_rela_got_1): ... here. | |
102 | (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ... | |
103 | (elf64_alpha_size_rela_got_section): ... here. | |
104 | (elf64_alpha_size_plt_section): New. | |
105 | (elf64_alpha_relax_section): Call them. | |
106 | (elf64_alpha_size_got_sections): Remove output_bfd arg. | |
107 | (elf64_alpha_finish_dynamic_symbol): Check gotent use_count. | |
108 | ||
9e756d64 RH |
109 | 2002-06-01 Richard Henderson <[email protected]> |
110 | ||
111 | * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New. | |
112 | (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs | |
113 | in shared libraries. Fix DTPRELHI and TPRELHI value. | |
114 | (INSN_ADDQ, INSN_RDUNIQ): New. | |
115 | (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent. | |
116 | (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend | |
117 | argument. Reject dynamic symbols. Use LITUSE symbolic constants. | |
118 | (elf64_alpha_relax_got_load): Rename from relax_without_lituse. | |
119 | Handle GOTDTPREL and GOTTPREL relocations. | |
120 | (elf64_alpha_relax_gprelhilo): New. | |
121 | (elf64_alpha_relax_tls_get_addr): New. | |
122 | (elf64_alpha_relax_find_tls_segment): New. | |
123 | (elf64_alpha_relax_section): Handle TLS relocations. | |
124 | (ALPHA_ELF_LINK_HASH_TLS_IE): New. | |
125 | (elf64_alpha_check_relocs): Set it. | |
126 | ||
c853d7f6 RH |
127 | 2002-06-01 Richard Henderson <[email protected]> |
128 | ||
b646261c RH |
129 | * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp. |
130 | ||
c853d7f6 RH |
131 | * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic |
132 | check; don't suppress dynamic relocs for non-allocated sections. | |
133 | ||
d7e41a96 RH |
134 | * elf64-alpha.c: Remove dead code. |
135 | ||
5f333394 AM |
136 | 2002-05-31 Alan Modra <[email protected]> |
137 | ||
08e0ee05 AM |
138 | * bfd-in2.h: Regenerate. |
139 | * libbfd.h: Regenerate. | |
140 | * po/SRC-POTFILES.in: Regenerate. | |
141 | ||
5f333394 AM |
142 | * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate |
143 | space for bss .plt. | |
144 | ||
caf47ea6 AM |
145 | 2002-05-31 Graeme Peterson <[email protected]> |
146 | ||
147 | * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo. | |
148 | (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c. | |
149 | Run "make dep-am". | |
150 | * Makefile.in: Regenerate. | |
151 | * config.bfd: Add i[3456]86-*-nto-qnx* support. | |
152 | * configure.in: Add bfd_elf32_i386qnx_vec support. | |
153 | * configure: Regenerate. | |
154 | * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos, | |
155 | is_contained_by_filepos, and copy_private_bfd_data_p. | |
156 | * elf.c (assign_file_positions_for_segments): Call backend | |
157 | set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler. | |
158 | (IS_CONTAINED_BY_FILEPOS): Define. | |
159 | (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS. | |
160 | (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix. | |
161 | Fix non-K&R call to _bfd_error_handler. | |
162 | (_bfd_elf_copy_private_section_data): Use backend | |
163 | copy_private_bfd_data_p. | |
164 | * elf32-i386.c: Don't include elfxx-target.h when | |
165 | ELF32_I386_C_INCLUDED is defined. | |
166 | * elf32-i386qnx.c: New QNX elf backend file. | |
167 | * elfxx-target.h: Add elf_backend_set_nonloadable_filepos, | |
168 | elf_backend_is_contained_by_filepos, and | |
169 | elf_backend_do_copy_private_bfd_data. | |
170 | * targets.c: Add bfd_target bfd_elf32_i386qnx_vec. | |
171 | ||
5bc56484 AM |
172 | 2002-05-31 Alan Modra <[email protected]> |
173 | ||
174 | * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define. | |
175 | Move other similar defines to start of file. | |
176 | ||
1b164155 TR |
177 | 2002-05-30 Tom Rix <[email protected]> |
178 | ||
179 | * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA. | |
180 | * coff64-rs6000.c (xcoff64_rtype2howto): Same. | |
181 | ||
3765b1be RH |
182 | 2002-05-30 Richard Henderson <[email protected]> |
183 | ||
184 | * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD, | |
185 | ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New. | |
186 | (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove. | |
187 | (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove. | |
188 | (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated. | |
189 | (struct alpha_elf_obj_tdata): Rename total_got_entries and | |
190 | n_local_got_entries to total_got_size and local_got_size. | |
191 | (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs. | |
192 | (alpha_got_entry_size): New. | |
193 | (elf64_alpha_relax_with_lituse): Use it. | |
194 | (elf64_alpha_relax_without_lituse): Likewise. | |
195 | (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES. | |
196 | (get_got_entry): New. | |
197 | (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize. | |
198 | (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask. | |
199 | (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type. | |
200 | (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise. | |
201 | (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size. | |
202 | (elf64_alpha_calc_got_offsets): Likewise. | |
203 | (alpha_dynamic_entries_for_reloc): New. | |
204 | (elf64_alpha_calc_dynrel_sizes): Use it. | |
205 | (elf64_alpha_size_dynamic_sections): Likewise. | |
206 | (elf64_alpha_relocate_section): Handle TLS relocations. | |
207 | * reloc.c: Add Alpha TLS relocations. | |
208 | * bfd-in2.h, libbfd.h: Rebuild. | |
209 | ||
5e226794 NC |
210 | 2002-05-29 Ralf Habacker <[email protected]> |
211 | ||
212 | * peXXigen.c (pe_print_idata): Remove double printed | |
213 | import table lines; add Bound-To comment. | |
214 | ||
90ace9e9 JT |
215 | 2002-05-29 Matt Thomas <[email protected]> |
216 | ||
217 | * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo. | |
218 | (BFD32_BACKENDS_CFILES): Add elf32-vax.c. | |
219 | (elf32-vax.lo): New rule. | |
220 | * Makefile.in: Regenerate. | |
221 | * configure.in (bfd_elf32_vax_vec) | |
222 | (vaxnetbsd_vec): New vectors. | |
223 | * configure: Regenerate. | |
224 | * config.bfd (vax-*-netbsdelf*) | |
225 | (vax-*-netbsdaout*) | |
226 | (vax-*-netbsd*): New targets. | |
227 | * elf32-vax.c: New file. | |
228 | * reloc.c: Add VAX relocations. | |
229 | * bfd-in2.h: Regenerate. | |
230 | * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec. | |
231 | ||
4a253e81 JT |
232 | 2002-05-29 Jason Thorpe <[email protected]> |
233 | ||
234 | * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec | |
235 | and bfd_elf32_bigarm_vec to targ_selvecs. | |
236 | ||
6e7c73dd CF |
237 | 2002-05-29 Ralf Habacker <[email protected]> |
238 | ||
239 | * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables | |
240 | with auto-imported symbols. | |
241 | ||
8afb0e02 NC |
242 | 2002-05-29 Adam Nemet <[email protected]> |
243 | ||
244 | * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue | |
245 | sections only record bfd. | |
246 | (bfd_elf32_arm_add_glue_sections_to_bfd): New function. | |
247 | * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it. | |
248 | * bfd-in2.h: Regenerate. | |
249 | ||
a95653f5 NC |
250 | 2002-05-28 Nick Clifton <[email protected]> |
251 | ||
252 | * syms.c (_bfd_stab_section_find_nearest_line): Move | |
253 | declaration and initialisation of saw_line and saw_func out of | |
254 | for loop. | |
255 | ||
7cdc5bba AM |
256 | 2002-05-29 Alan Modra <[email protected]> |
257 | ||
258 | * elf64-ppc.c (ppc64_elf_get_symbol_info): New function. | |
259 | (bfd_elf64_get_symbol_info): Define. | |
260 | * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef. | |
261 | ||
4c7aad1c AM |
262 | 2002-05-29 Andrey Volkov <[email protected]> |
263 | ||
264 | * cpu-h8300.c: Make default h8300 machine first in machine list. | |
265 | ||
d172d4ba NC |
266 | 2002-05-28 Kuang Hwa Lin <[email protected]> |
267 | ||
268 | * config.bfd: Added DLX configuraton. | |
269 | * Makefile.am: Added DLX configuraton. | |
270 | * configure.in: Added DLX configuraton. | |
271 | * archures.c: Add DLX architecure. | |
272 | * reloc.c: Add DLX relocs. | |
273 | * targets.c: Added DLX target vector. | |
274 | * configure: Regenerate. | |
275 | * Makefile.in: Regenreate. | |
276 | * bfd-in2.h: Regenreate. | |
277 | * elf32-dlx.c: New file: Support DLX target. | |
278 | * cpu-dlx.c: New file: Support DLX target. | |
279 | ||
d1329ca3 AM |
280 | 2002-05-25 Alan Modra <[email protected]> |
281 | ||
428d0de3 AM |
282 | * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting. |
283 | ||
d1329ca3 AM |
284 | * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change. |
285 | (ppc64_elf_check_relocs): Don't set up function descriptor symbol | |
286 | strings to point inside function code sym string. | |
287 | (func_desc_adjust): Likewise. | |
288 | (ppc64_elf_hide_symbol): Rewrite code to look up function code sym. | |
289 | ||
3bab7989 ML |
290 | 2002-05-24 Michal Ludvig <[email protected]> |
291 | ||
292 | * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added. | |
293 | (elf64_x86_64_grok_psinfo): Added. | |
294 | ||
436e8db0 NC |
295 | 2002-05-24 TAMURA Kent <[email protected]> |
296 | ||
297 | * config.bfd: Add a target for i386-netbsdpe. | |
298 | ||
ea1e4b0d AM |
299 | 2002-05-24 Alan Modra <[email protected]> |
300 | ||
301 | * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func | |
302 | and is_func_descriptor. | |
303 | (func_desc_adjust): Hide function code sym in shared libs unless | |
304 | there is a matching exported function descriptor sym. | |
305 | ||
13ae64f3 JJ |
306 | 2002-05-23 Jakub Jelinek <[email protected]> |
307 | ||
308 | * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL | |
309 | for symbols from SHF_TLS section. | |
310 | (_bfd_elf_print_private_bfd_data): Add PT_TLS. | |
311 | (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections. | |
312 | (map_sections_to_segments): Build PT_TLS segment if necessary. | |
313 | (assign_file_positions_for_segments): Likewise. | |
314 | (get_program_header_size): Account for PT_TLS segment. | |
315 | (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from | |
316 | SEC_THREAD_LOCAL sections to STT_TLS. | |
317 | * reloc.c: Add 386 and IA-64 TLS relocs. | |
318 | * section.c (SEC_THREAD_LOCAL): Define. | |
319 | (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS): | |
320 | Remove. | |
321 | * elflink.h (elf_link_add_object_symbols): Support .tcommon. | |
322 | (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS | |
323 | unconditionally. | |
324 | (struct elf_final_link_info): Add first_tls_sec. | |
325 | (elf_bfd_final_link): Set first_tls_sec. | |
326 | Compute elf_hash_table (info)->tls_segment. | |
327 | (elf_link_output_extsym): Handle STT_TLS symbols. | |
328 | (elf_link_input_bfd): Likewise. | |
329 | * syms.c (BSF_THREAD_LOCAL): Define. | |
330 | * bfd-in2.h: Rebuilt. | |
331 | * libbfd.h: Rebuilt. | |
332 | * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff, | |
333 | elf_i386_mkobject, elf_i386_object_p): New functions. | |
334 | (elf_howto_table): Add TLS relocs. | |
335 | (elf_i386_reloc_type_lookup): Support TLS relocs. | |
336 | (elf_i386_info_to_howto_rel): Likewise. | |
337 | (struct elf_i386_link_hash_entry): Add tls_type. | |
338 | (struct elf_i386_obj_tdata): New. | |
339 | (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type): | |
340 | New macros. | |
341 | (struct elf_i386_link_hash_table): Add tls_ldm_got. | |
342 | (link_hash_newfunc): Clear tls_type. | |
343 | (elf_i386_check_relocs): Support TLS relocs. | |
344 | (elf_i386_gc_sweep_hook): Likewise. | |
345 | (allocate_dynrelocs): Likewise. | |
346 | (elf_i386_size_dynamic_sections): Likewise. | |
347 | (elf_i386_relocate_section): Likewise. | |
348 | (elf_i386_finish_dynamic_symbol): Likewise. | |
349 | (bfd_elf32_mkobject, elf_backend_object_p): Define. | |
350 | * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset, | |
351 | dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done, | |
352 | want_tprel, want_dtpmod, want_dtprel. | |
353 | (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions. | |
354 | (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to | |
355 | R_IA64_LTOFF_TPREL22. | |
356 | (elf_code_to_howto_index): Add TLS relocs. | |
357 | (elfNN_ia64_check_relocs): Support TLS relocs. | |
358 | (allocate_global_data_got): Account for TLS .got data. | |
359 | (allocate_dynrel_entries): Account for TLS dynamic relocations. | |
360 | (elfNN_ia64_install_value): Supprt TLS relocs. | |
361 | (set_got_entry): Support TLS relocs. | |
362 | (elfNN_ia64_relocate_section): Likewise. | |
363 | ||
c62e1cc3 NC |
364 | 2002-05-23 Nick Clifton <[email protected]> |
365 | ||
366 | * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb | |
367 | BLX reloc round the relocation up rather than down. | |
368 | * coff-arm.c (coff_arm_relocate_section): Likewise. | |
369 | ||
c5a43a5d L |
370 | 2002-05-21 H.J. Lu ([email protected]) |
371 | ||
372 | * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple | |
373 | definition. | |
374 | ||
afbe61cf AM |
375 | 2002-05-22 Alan Modra <[email protected]> |
376 | ||
377 | * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt. | |
378 | (ppc64_elf_relocate_section): Handle unresolved relocs in opd. | |
379 | ||
9c07fe7c AM |
380 | 2002-05-22 Alan Modra <[email protected]> |
381 | ||
382 | * elf64-ppc.c (ppc64_elf_relocate_section): Return false for | |
383 | unresolved relocs. | |
384 | (ppc64_elf_size_dynamic_sections): Check for splt NULL. | |
385 | ||
21611032 TS |
386 | 2002-05-21 Thiemo Seufer <[email protected]> |
387 | ||
388 | * bfd/bfd.c (bfd_get_arch_size): Remove bfd_set_error call for | |
389 | non-ELF targets. | |
390 | ||
41241523 TS |
391 | 2002-05-21 Thiemo Seufer <[email protected]> |
392 | ||
393 | * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return | |
394 | an error value. | |
395 | * elflink.h (elf_link_output_relocs): Likewise. Improve error message. | |
396 | return with false on error. | |
397 | (elf_link_input_bfd): Check reloc_emitter return value. | |
398 | ||
658f2588 JT |
399 | 2002-05-21 Jason Thorpe <[email protected]> |
400 | ||
401 | * config.bfd (armeb-*-netbsdelf*): New target. | |
402 | ||
c862ae31 AM |
403 | 2002-05-20 Alan Modra <[email protected]> |
404 | ||
405 | * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms | |
406 | at the plt call stub. | |
407 | ||
6dd14845 TS |
408 | 2002-05-19 Thiemo Seufer <[email protected]> |
409 | ||
410 | * cpu-mips.c (mips_compatible): Don't try to check machine | |
411 | compatibility. | |
412 | ||
a58d9c34 TR |
413 | 2002-05-18 Tom Rix <[email protected]> |
414 | ||
415 | * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent. | |
416 | ||
ef60b7ff AM |
417 | 2002-05-17 Alan Modra <[email protected]> |
418 | ||
419 | * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting. | |
420 | (ppc64_elf_relocate_section): Don't warn about reloc overflow when | |
421 | we've already warned about an undefined symbol. Report more | |
422 | detail on reloc errors. | |
423 | ||
a703a6ea AM |
424 | 2002-05-17 Alan Modra <[email protected]> |
425 | ||
426 | * acinclude.m4 (AM_INSTALL_LIBBFD): New. | |
427 | * configure.in: Invoke AM_INSTALL_LIBBFD. | |
428 | * Makefile.am (install-data-local): Revert 2002-05-13. Move to.. | |
429 | (install_libbfd): .. New target. | |
430 | (uninstall_libbfd): Likewise. | |
431 | (install-bfdlibLTLIBRARIES): Likewise. | |
432 | (uninstall-bfdlibLTLIBRARIES): Likewise. | |
433 | (bfdlibdir): New. | |
434 | (bfdincludedir): New. | |
435 | (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES. | |
436 | * aclocal.m4: Regenerate. | |
437 | * configure: Regenerate. | |
438 | * Makefile.in: Regenerate. | |
439 | ||
2c13d98b NC |
440 | 2002-05-17 Stuart Balfour <[email protected]> |
441 | ||
442 | * hash.c (bfd_hash_lookup): Remove computation of len from inside | |
443 | hash loop. | |
444 | ||
629936c5 NC |
445 | 2002-05-16 Nick Clifton <[email protected]> |
446 | ||
447 | * config.bfd: Add targets for sh64-linux (little endian and | |
448 | big endian). | |
449 | ||
e4cf60a8 NC |
450 | 2002-05-15 Laurent Pinchart <[email protected]> |
451 | ||
452 | * peXXigen.c (pe_print_idata): Do not assume that the first thunk | |
453 | is located in the same section as the import table. Instead | |
454 | check, and if necessary load the section containing the thunk. | |
455 | ||
d1e66cd4 NC |
456 | 2002-05-15 Nick Clifton <[email protected]> |
457 | ||
458 | * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with | |
ea1e4b0d AM |
459 | bfd_bread. |
460 | (xcoff64_core_file_matches_executable_p): Replace bfd_read | |
461 | with bfd_bread. | |
d1e66cd4 | 462 | |
2d653fc7 AM |
463 | 2002-05-15 Alan Modra <[email protected]> |
464 | ||
465 | * aix5ppc-core.c: Warning fixes. | |
466 | * aout-adobe.c (aout_32_bfd_link_just_syms): Define. | |
467 | * aout-target.h (MY_bfd_link_just_syms): Define. | |
468 | * aout-tic30.c (MY_bfd_link_just_syms): Define. | |
469 | * bfd.c (bfd_link_just_syms): Define. | |
470 | * binary.c (binary_bfd_link_just_syms): Define. | |
471 | * bout.c (b_out_bfd_link_just_syms): Define. | |
472 | * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer. | |
473 | * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise. | |
474 | * coffcode.h (coff_bfd_link_just_syms): Define. | |
475 | * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS. | |
476 | (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS. | |
477 | (_bfd_elf_link_just_syms): Declare. | |
478 | * elf.c (_bfd_elf_link_just_syms): New function. | |
479 | * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that | |
480 | sections haven't already been discarded by the linker. | |
481 | * elflink.h (elf_link_add_object_symbols): Likewise for stab | |
482 | sections and SEC_MERGE sections. | |
483 | (elf_bfd_discard_info): Similarly here. | |
484 | * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define. | |
485 | * i386msdos.c (msdos_bfd_link_just_syms): Define. | |
486 | * i386os9k.c (os9k_bfd_link_just_syms): Define. | |
487 | * ieee.c (ieee_bfd_link_just_syms): Define. | |
488 | * ihex.c (ihex_bfd_link_just_syms): Define. | |
489 | * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define. | |
490 | (_bfd_generic_link_just_syms): Declare. | |
491 | * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define. | |
492 | * linker.c (_bfd_generic_link_just_syms): New function. | |
493 | * mmo.c (mmo_bfd_link_just_syms): Define. | |
494 | * nlm-target.h (nlm_bfd_link_just_syms): Define. | |
495 | * oasys.c (oasys_bfd_link_just_syms): Define. | |
496 | * ppcboot.c (ppcboot_bfd_link_just_syms): Define. | |
497 | * som.c (som_bfd_link_just_syms): Define. | |
498 | * srec.c (srec_bfd_link_just_syms): Define. | |
499 | * targets.c (struct bfd_target): Add _bfd_link_just_syms. | |
500 | (BFD_JUMP_TABLE_LINK): And here. | |
501 | * tekhex.c (tekhex_bfd_link_just_syms): Define. | |
502 | * versados.c (versados_bfd_link_just_syms): Define. | |
503 | * vms.c (vms_bfd_link_just_syms): Define. | |
504 | * libbfd.h: Regenerate. | |
505 | * bfd-in2.h: Regenerate. | |
506 | ||
cb7394f2 TS |
507 | 2002-05-15 Thiemo Seufer <[email protected]> |
508 | ||
509 | * elf32-mips.c: Remove superfluous definitions copied from | |
510 | elfxx-mips.c. | |
511 | (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the | |
512 | SGIish vectors to check the special case. | |
513 | (mips_elf_hi16_reloc): Fix comment. | |
514 | (mips_elf_got16_reloc): Likewise. | |
515 | (_bfd_mips_elf32_gprel16_reloc): Likewise. | |
516 | (elf_reloc_map): Code cleanup. | |
517 | (mips_reloc_map): Add comment. | |
518 | (bfd_elf23_bfd_reloc_type_lookup): Code cleanup. | |
519 | (mips_elf32_rtype_to_howto): Likewise. | |
520 | (mips_elf32_discard_info): Likewise. | |
521 | (elf32_mips_irix_compat): Invert logic: Only SGIish vectors | |
522 | lead to IRIX compatibility now. | |
523 | ||
8dc1a139 TS |
524 | 2002-05-15 Thiemo Seufer <[email protected]> |
525 | ||
526 | * elfxx-mips.c: Call it IRIX, not Irix in comments. | |
527 | ||
2051e1b5 JT |
528 | 2002-05-13 Jason Thorpe <[email protected]> |
529 | ||
530 | * config.bfd (shle-*-netbsdelf*): Add target which includes | |
531 | sh64 support. | |
532 | ||
83954261 AM |
533 | 2002-05-13 David Edelsohn <[email protected]> |
534 | ||
535 | * configure.in: Revert 2002-04-07. Instead, auto-configure | |
536 | HAVE_ST_C_IMPL. | |
537 | * configure: Regenerate. | |
538 | * config.in: Regenerate. | |
539 | * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL | |
540 | or AIX_5_CORE. | |
541 | ||
a9bf1154 NC |
542 | 2002-05-11 Federico G. Schwindt <[email protected]> |
543 | ||
544 | * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd | |
545 | corefiles as well.2 | |
546 | * configure: Regenerate. | |
547 | ||
3129eb7a AM |
548 | 2002-05-13 Alan Modra <[email protected]> |
549 | ||
550 | * Makefile.am (install-data-local): Install headers to | |
551 | $(exec_prefix)/include. | |
552 | * Makefile.in: Regenerate. | |
553 | ||
a9a32010 DJ |
554 | 2002-05-11 Ralf Corsepius <[email protected]> |
555 | Daniel Jacobowitz <[email protected]> | |
556 | ||
557 | * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't | |
558 | map BFD_RELOC_RVA. | |
559 | ||
560 | 2002-05-11 Federico G. Schwindt <[email protected]> | |
690cc98b NC |
561 | |
562 | * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*, | |
563 | hppa*-*-openbsd*): New targets. | |
564 | * configure.in (alpha*-*-openbsd*): Set COREFILE. | |
565 | * configure: Regenerate. | |
566 | ||
f1f0d9ab TR |
567 | 2002-05-10 Tom Rix <[email protected]> |
568 | ||
ea1e4b0d | 569 | * coff64-rs6000.c (xcoff64_reloc_type_br): New function for |
f1f0d9ab TR |
570 | xcoff64_ppc_relocate_section. |
571 | * coff-rs6000.c : Extern common xcoff_reloc_type functions. | |
572 | * libxcoff.h: Common xcoff_reloc_type function declaration. | |
573 | ||
c432ba1a AM |
574 | 2002-05-10 Alan Modra <[email protected]> |
575 | ||
16a10388 | 576 | * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks |
90937f86 | 577 | added in 2002-05-09 commit. |
16a10388 | 578 | |
c432ba1a AM |
579 | * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04, |
580 | don't look for stubs on all undefined syms. | |
581 | ||
4a335f3d AM |
582 | 2002-05-09 Alan Modra <[email protected]> |
583 | ||
8fc39d5d AM |
584 | * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete. |
585 | (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or | |
586 | pcrel_offset. | |
587 | ||
4a335f3d AM |
588 | * elf32-i386.c (elf_howto_table): Comments. |
589 | (elf_i386_relocate_section): Handle more relocs for relocatable | |
590 | linking and against SEC_MERGE sections. | |
591 | ||
41fcb14e AM |
592 | 2002-05-08 Alan Modra <[email protected]> |
593 | ||
594 | * elf32-ppc.c (ppc_elf_create_got): New function. | |
595 | (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before | |
ea1e4b0d | 596 | _bfd_elf_create_dynamic_sections. Correct .plt flags. |
41fcb14e AM |
597 | (ppc_elf_check_relocs): Use ppc_elf_create_got in place of |
598 | _bfd_elf_create_got_section. | |
599 | ||
b491616a AM |
600 | 2002-05-07 Alan Modra <[email protected]> |
601 | ||
602 | * elf-bfd.h (struct elf_backend_data): Add rela_normal. | |
603 | * elfxx-target.h (elf_backend_rela_normal): Define. | |
604 | (elfNN_bed): Init rela_normal. | |
605 | * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment | |
606 | for section symbols here if rela_normal. Simplify abs section test. | |
607 | * elf-m10200.c (mn10200_elf_relocate_section): If relocatable, | |
608 | return immediately. Remove code handling relocatable linking. | |
609 | * elf-m10300.c (mn10300_elf_relocate_section): Likewise. | |
610 | * elf32-fr30.c (fr30_elf_relocate_section): Likewise. | |
611 | * elf32-i370.c (i370_elf_relocate_section): Likewise. | |
612 | * elf32-i860.c (elf32_i860_relocate_section): Likewise. | |
613 | * elf32-m68k.c (elf_m68k_relocate_section): Likewise. | |
614 | * elf32-mcore.c (mcore_elf_relocate_section): Likewise. | |
615 | * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise. | |
616 | * elf32-ppc.c (ppc_elf_relocate_section): Likewise. | |
617 | * elf32-s390.c (elf_s390_relocate_section): Likewise. | |
618 | * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise. | |
619 | * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. | |
620 | * elf64-s390.c (elf_s390_relocate_section): Likewise. | |
621 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. | |
622 | * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise. | |
623 | * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL. | |
624 | * elf32-m32r.c (m32r_elf_relocate_section): Likewise. | |
625 | * elf-m10200.c (elf_backend_rela_normal): Define. | |
626 | * elf-m10300.c (elf_backend_rela_normal): Define. | |
627 | * elf32-fr30.c (elf_backend_rela_normal): Define. | |
628 | * elf32-i370.c (elf_backend_rela_normal): Define. | |
629 | * elf32-i860.c (elf_backend_rela_normal): Define. | |
630 | * elf32-m68k.c (elf_backend_rela_normal): Define. | |
631 | * elf32-mcore.c (elf_backend_rela_normal): Define. | |
632 | * elf32-openrisc.c (elf_backend_rela_normal): Define. | |
633 | * elf32-ppc.c (elf_backend_rela_normal): Define. | |
634 | * elf32-s390.c (elf_backend_rela_normal): Define. | |
635 | * elf32-xstormy16.c (elf_backend_rela_normal): Define. | |
636 | * elf64-ppc.c (elf_backend_rela_normal): Define. | |
637 | * elf64-s390.c (elf_backend_rela_normal): Define. | |
638 | * elf64-x86-64.c (elf_backend_rela_normal): Define. | |
639 | * elfxx-ia64.c (elf_backend_rela_normal): Define. | |
640 | * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL. | |
641 | * elf32-m32r.c (elf_backend_rela_normal): Likewise. | |
642 | ||
df212a7e NC |
643 | 2002-05-06 Nick Clifton <[email protected]> |
644 | ||
645 | * elf32-arm.h (elf32_arm_final_link_relocate): Convert | |
646 | 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets. | |
647 | ||
3decf53c AM |
648 | 2002-05-06 Alan Modra <[email protected]> |
649 | ||
650 | * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset | |
651 | when not relocatable. Fix reloc_emitter call for K&R. | |
652 | ||
f46c2da6 AM |
653 | 2002-05-04 Alan Modra <[email protected]> |
654 | ||
655 | * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code | |
656 | reloading local sym addend mistakenly removed in 2002-05-01 change. | |
657 | ||
658 | * dwarf2.c (struct line_head): Make prologue_length a bfd_vma. | |
659 | (read_abbrevs): Change "offset" param to bfd_vma. | |
660 | (parse_comp_unit): Change "version" and addr_size to unsigned ints. | |
661 | Change "abbrev_offset" to bfd_vma. | |
662 | (read_indirect_string): Use correct conversion chars in error | |
663 | message format string, cast bfd_vma's to unsigned long. | |
664 | (read_abbrevs): Likewise. | |
665 | (read_attribute_value): Likewise. | |
666 | (decode_line_info): Likewise. | |
667 | (scan_unit_for_functions): Likewise. | |
668 | (parse_comp_unit): Likewise. | |
669 | ||
59862849 TR |
670 | 2002-05-04 Tom Rix <[email protected]> |
671 | ||
672 | * coffswap.h (coff_swap_reloc_in): Remove XCOFF support. | |
673 | (coff_swap_reloc_out): Same. | |
674 | * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h. | |
675 | (xcoff_swap_reloc_out): Same. | |
676 | (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special | |
677 | case some 16 bit relocs. Add reloc value to output. | |
678 | (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit | |
ea1e4b0d | 679 | R_RBR. Improve names. |
59862849 TR |
680 | (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS. |
681 | (bfd_xcoff_backend_data): Update with new reloc swap names. | |
682 | (bfd_pmac_xcoff_backend_data) : Same. | |
683 | * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h. | |
684 | (xcoff64_swap_reloc_out): Same. | |
ea1e4b0d | 685 | (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit |
59862849 | 686 | R_POS. Add reloc value to output. |
ea1e4b0d AM |
687 | (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16 |
688 | bit R_RBR. Improve names, masks. | |
59862849 TR |
689 | (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS. |
690 | (bfd_xcoff_backend_data): Update with new reloc swap names. | |
691 | (bfd_xcoff_aix5_backend_data) : Same. | |
692 | ||
b4655ea9 AM |
693 | 2002-05-04 Alan Modra <[email protected]> |
694 | ||
695 | * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add | |
696 | bfd_count top_index, input_list, all_local_syms. | |
697 | (elf32_hppa_setup_section_lists): New function, split from | |
698 | elf32_hppa_size_stubs. | |
699 | (elf32_hppa_next_input_section): Likewise. | |
700 | (group_sections): Likewise. | |
701 | (get_local_syms): Likewise. | |
702 | (elf32_hppa_size_stubs): Adjust for split out functions. Look for | |
703 | stubs on undefined syms too. | |
704 | (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*. | |
8fc39d5d | 705 | Only access htab elf fields when we have an elf hash table. |
b4655ea9 AM |
706 | * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare. |
707 | (elf32_hppa_next_input_section): Declare. | |
708 | ||
301e3139 AM |
709 | 2002-05-04 Bob Byrnes <[email protected]> |
710 | ||
711 | * opncls.c (_bfd_new_bfd_contained_in): Check return value of | |
712 | _bfd_new_bfd. | |
713 | ||
7c5fcef7 L |
714 | 2002-05-03 H.J. Lu ([email protected]) |
715 | ||
716 | * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local. | |
717 | (mips_elf_link_hash_newfunc): Initialize forced_local to false. | |
718 | (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol | |
719 | to hide a global symbol. | |
720 | (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set | |
ea1e4b0d | 721 | forced_local to true. |
7c5fcef7 | 722 | |
84de6048 RH |
723 | 2002-05-02 Richard Henderson <[email protected]> |
724 | ||
725 | * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs | |
726 | vs SHN_UNDEF to zero. | |
727 | ||
805fc799 AM |
728 | 2002-05-02 Alan Modra <[email protected]> |
729 | ||
c061c2d8 AM |
730 | * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a |
731 | 16 bit reloc. | |
732 | <R_PPC64_SECTOFF_DS>: Likewise. | |
733 | (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to | |
734 | SECTOFF reloc. | |
735 | * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct. | |
736 | (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to | |
737 | SECTOFF reloc. | |
738 | ||
805fc799 AM |
739 | * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete. |
740 | (ppc64_elf_ha_reloc): New function. | |
741 | (ppc64_elf_brtaken_reloc): New function. | |
742 | (ppc64_elf_sectoff_reloc): New function. | |
743 | (ppc64_elf_sectoff_ha_reloc): New function. | |
744 | (ppc64_elf_toc_reloc): New function. | |
745 | (ppc64_elf_toc_ha_reloc): New function. | |
746 | (ppc64_elf_toc64_reloc): New function. | |
747 | (ppc64_elf_unhandled_reloc): New function. | |
748 | (ppc64_elf_howto_raw): Use the above. | |
749 | <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset. | |
750 | <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask. | |
751 | <R_PPC64_SECTOFF_DS>: Likewise. | |
752 | (IS_ABSOLUTE_RELOC): Update. | |
753 | (struct ppc_link_hash_table): Add have_undefweak. | |
754 | (ppc64_elf_link_hash_table_create): Init. | |
755 | (func_desc_adjust): Set have_undefweak. | |
756 | (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only | |
757 | add the .sfpr blr when have_undefweak. | |
758 | (ppc64_elf_setup_section_lists): Check hash table flavour. | |
759 | (ppc64_elf_next_input_section): Move output_section->owner test to | |
760 | ppc64elf.em. | |
761 | (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param | |
762 | and relocatable test. Return TOCstart and don't set elf_gp. | |
763 | (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch | |
764 | offset calculation. Add assert on weak sym branch tweaks. | |
765 | * elf64-ppc.h (ppc64_elf_set_toc): Delete. | |
766 | (ppc64_elf_toc): Declare. | |
767 | (ppc64_elf_next_input_section): Update. | |
ea1e4b0d | 768 | |
818c39a3 AM |
769 | 2002-05-01 Alan Modra <[email protected]> |
770 | ||
771 | * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL | |
772 | file_name. | |
773 | ||
721956f4 AM |
774 | 2002-05-01 Alan Modra <[email protected]> |
775 | ||
776 | * elf64-ppc.c (CROR_151515, CROR_313131): Define. | |
777 | (ppc64_elf_relocate_section): Use them. Don't look for plt calls | |
778 | on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt | |
779 | call branches. Correct undefined weak destination. | |
780 | (ppc64_elf_func_desc_adjust): Always create at least one blr in | |
781 | .sfpr, and correct case where either only savef* or restf* is | |
782 | needed. | |
783 | ||
784 | Long branch stubs, multiple stub sections. | |
785 | * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare. | |
786 | (ppc64_elf_next_input_section): Declare. | |
787 | * elf64-ppc.c: Move linker-only prototypes. | |
788 | (STUB_SUFFIX): Define. | |
789 | (enum ppc_stub_type): New. | |
790 | (struct ppc_stub_hash_entry): New. | |
791 | (struct ppc_branch_hash_entry): New. | |
792 | (struct ppc_link_hash_entry): Add stub_cache, oh. | |
793 | (struct ppc_link_hash_table): Add stub_hash_table etc. Remove | |
794 | sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration. | |
795 | Rename plt_overflow to stub_error. | |
796 | (ppc_stub_hash_lookup): Define. | |
797 | (ppc_branch_hash_lookup): Define. | |
798 | (stub_hash_newfunc): New function. | |
799 | (branch_hash_newfunc): New function. | |
800 | (link_hash_newfunc): Init new fields. | |
801 | (ppc64_elf_link_hash_table_create): Likewise. | |
802 | (ppc64_elf_link_hash_table_free): New function. | |
803 | (ppc_stub_name): New function. | |
804 | (ppc_get_stub_entry): New function. | |
805 | (ppc_add_stub): New function. | |
806 | (create_linkage_sections): Use bfd_make_section_anyway. Create | |
807 | .branch_lt and .rela.branch_lt sections. Don't create .stub. | |
808 | (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*, | |
809 | and set up for plt call stubs. Link func and func desc syms. | |
810 | (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24. | |
811 | (func_desc_adjust): Avoid hash lookup when func desc sym available | |
812 | via shortcut, and set links when processing. | |
813 | (ppc64_elf_hide_symbol): Likewise. | |
814 | (allocate_dynrelocs): Don't allocate stub section here. | |
815 | (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt. | |
816 | Remove sstub code. | |
817 | (ppc_type_of_stub): New function. | |
818 | (build_one_stub): Delete. | |
819 | (ppc_build_one_stub): New function. | |
820 | (ppc_size_one_stub): New function. | |
821 | (ppc64_elf_setup_section_lists): New function. | |
822 | (ppc64_elf_next_input_section): New function. | |
823 | (group_sections): New function. | |
824 | (get_local_syms): New function. | |
825 | (ppc64_elf_size_stubs): Rewrite. | |
826 | (ppc64_elf_build_stubs): Rewrite. | |
827 | (ppc64_elf_relocate_section): Look up stub entry for REL24 | |
828 | relocs. Don't propagate REL14* to dynamic objects. Look for long | |
829 | branch stubs if REL14* or REL24 relocs won't reach. | |
830 | (bfd_elf64_bfd_link_hash_table_free): Define. | |
831 | ||
09c2219b MM |
832 | 2002-04-30 Mark Mitchell <[email protected]> |
833 | ||
834 | * bfd/config.bfd: Add support for powerpc-*-windiss. | |
835 | ||
07b678c0 TR |
836 | 2002-04-30 Tom Rix <[email protected]> |
837 | ||
838 | * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT | |
839 | symbol names into the hash table. | |
840 | ||
dbe341c6 TR |
841 | 2002-04-28 Tom Rix <[email protected]> |
842 | ||
843 | * coff-rs6000.c (xcoff_calculate_relocation) : Function table for | |
ea1e4b0d | 844 | calulating relocations. |
dbe341c6 | 845 | (xcoff_complain_overflow) : Function table for relocation errors. |
ea1e4b0d AM |
846 | (xcoff_ppc_relocate_section): Use relocation and complain function |
847 | tables. | |
848 | (xcoff_complain_overflow_unsigned_func): New complain function. | |
dbe341c6 TR |
849 | (xcoff_complain_overflow_signed_func): Same. |
850 | (xcoff_complain_overflow_bitfield_func): Same. | |
851 | (xcoff_complain_overflow_dont_func): Same. | |
852 | (xcoff_reloc_type_crel): New recot function. | |
853 | (xcoff_reloc_type_br): Same. | |
854 | (xcoff_reloc_type_ba): Same. | |
855 | (xcoff_reloc_type_toc): Same. | |
856 | (xcoff_reloc_type_rel): Same. | |
857 | (xcoff_reloc_type_neg): Same. | |
858 | (xcoff_reloc_type_pos): Same. | |
859 | (xcoff_reloc_type_fail): Same. | |
860 | (xcoff_reloc_type_noop): Same. | |
861 | * libxcoff.h : Declare common parts for xcoff64. | |
862 | * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation | |
ea1e4b0d | 863 | and complain function tables. |
dbe341c6 | 864 | |
985142a4 AM |
865 | 2002-04-28 Alan Modra <[email protected]> |
866 | ||
867 | * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo. | |
868 | * elf32-hppa.c (elf32_hppa_final_link): Formatting. | |
869 | ||
eba91044 AM |
870 | 2002-04-26 Alan Modra <[email protected]> |
871 | ||
e54fdaa5 AM |
872 | * opncls.c (bfd_make_readable): Call bfd_section_list_clear. |
873 | * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise. | |
874 | ||
a50c1845 AM |
875 | * elflink.h (elf_bfd_final_link): Ensure input bfd class is the |
876 | same as the output before calling elf_link_input_bfd. | |
877 | ||
eba91044 AM |
878 | * coffcode.h (coff_compute_section_file_positions): Set |
879 | section_tail after shuffling section list. | |
880 | ||
3c25c5f6 NC |
881 | 2002-04-24 Christian Groessler <[email protected]> |
882 | ||
883 | * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The | |
884 | addresses are 23bit with a special layout, not plain 32bit | |
885 | values. Prevent relocation of immediate values. | |
886 | ||
40d32fc6 CD |
887 | 2002-04-24 Chris G. Demetriou <[email protected]> |
888 | ||
889 | * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or | |
890 | MIPS-16 ASE flags are set, print something to indicate that. | |
891 | ||
067fa4a6 AM |
892 | 2002-04-23 Alan Modra <[email protected]> |
893 | ||
894 | * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition | |
895 | under which a plt call stub is used. | |
896 | (final_link_relocate): Similarly. | |
897 | (allocate_plt_static): Clear h-plabel except when plt entry is | |
898 | exclusively used for a plabel. | |
899 | (allocate_dynrelocs): Use the above to simplify plt sizing. | |
900 | (struct elf32_hppa_link_hash_table): Add has_22bit_branch. | |
901 | (elf32_hppa_link_hash_table_create): Init. | |
902 | (BL22_RP): Define. | |
903 | (hppa_build_one_stub): Use BL22_RP if has_22bit_branch. | |
904 | (elf32_hppa_check_relocs): Set has_22bit_branch. | |
905 | ||
906 | * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message. | |
907 | (final_link_relocate): Likewise. | |
908 | ||
af40ce3c JJ |
909 | 2002-04-22 Jakub Jelinek <[email protected]> |
910 | ||
911 | * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build | |
912 | search table if some FDE is DW_EH_PE_aligned encoded either. | |
913 | (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially. | |
914 | ||
09ae86c2 JJ |
915 | 2002-04-22 Richard Smith <[email protected]> |
916 | Jakub Jelinek <[email protected]> | |
917 | ||
918 | * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative. | |
919 | (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel | |
920 | encoded personality. | |
921 | (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality | |
922 | for CIE/FDE removal. | |
923 | ||
deeb2cd7 TR |
924 | 2002-04-20 Tom Rix <[email protected]> |
925 | ||
926 | * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent. | |
927 | ||
99dc0092 AM |
928 | 2002-04-20 Alan Modra <[email protected]> |
929 | ||
aa3d5824 AM |
930 | * archures.c (bfd_lookup_arch): Move the list order comment.. |
931 | (struct bfd_arch_info): ..to where it belongs. | |
932 | * bfd-in2.h: Regenerate. | |
933 | ||
99dc0092 AM |
934 | * archures.c (bfd_lookup_arch): Add comment on list order. |
935 | (bfd_default_set_arch_mach): Use bfd_lookup_arch. | |
936 | * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default | |
937 | is always at head of list. | |
938 | ||
7831a775 NC |
939 | 2002-04-18 Nick Clifton <[email protected]> |
940 | ||
941 | * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9, | |
942 | insert_thumb_branch, record_thumb_to_arm_glue): Suppress | |
943 | definition of these functions for ARM_WINCE builds as they are | |
944 | not used. | |
ea1e4b0d | 945 | (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define |
7831a775 NC |
946 | for ARM_WINCE builds. |
947 | ||
948 | 2002-04-18 Nick Clifton <[email protected]> | |
949 | ||
ea1e4b0d | 950 | * coff-arm.c (bfd_arm_process_before_allocation): |
7831a775 NC |
951 | |
952 | 2002-04-17 J"orn Rennecke <[email protected]> | |
a44d7f9c JR |
953 | |
954 | * cpu-sh.c (scan_mach): Delete. | |
955 | (arch_info_struct): Replace scan_mach with bfd_default_scan. | |
956 | (bfd_sh_arch): Likewise. | |
957 | ||
3d8dbe36 NC |
958 | 2002-04-16 Nick Clifton <[email protected]> |
959 | ||
960 | * ihex.c (ihex_write_object_contents): Fix check for records | |
961 | crossing 64K boundaries. | |
962 | ||
4ab82700 AM |
963 | 2002-04-16 Alan Modra <[email protected]> |
964 | ||
965 | * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table | |
966 | type rather than just assuming entries are ELF. | |
967 | * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise. | |
968 | * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise. | |
969 | * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise. | |
970 | * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry | |
971 | rather than elf_link_hash_entry. | |
972 | ||
036fe0fe RH |
973 | 2002-04-15 Richard Henderson <[email protected]> |
974 | ||
975 | * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow | |
976 | n32 binaries. | |
977 | ||
c4f3d130 NC |
978 | 2002-04-15 Michael Snyder <[email protected]> |
979 | ||
980 | * opncls.c (bfd_close): Write contents if writeable. | |
981 | Minor formatting tidy-ups. | |
982 | ||
4ab82700 | 983 | 2002-04-15 Alan Modra <[email protected]> |
27242387 AM |
984 | |
985 | * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type. | |
986 | ||
0c04d169 MS |
987 | 2002-04-12 Michael Snyder <[email protected]> |
988 | ||
989 | * bfd-in.h (bfd_get_section_lma): New access macro. | |
990 | Minor white-space fix-up. | |
991 | ||
89d4966f AM |
992 | 2002-04-12 Alan Modra <[email protected]> |
993 | ||
994 | * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or | |
995 | header pad. | |
996 | ||
8d0da3c2 DD |
997 | 2002-04-09 DJ Delorie <[email protected]> |
998 | ||
999 | * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks. | |
1000 | ||
05793179 NC |
1001 | 2002-04-09 Casper S. Hornstrup <[email protected]> |
1002 | ||
1003 | * coffcode.h (coff_read_word): New. | |
1004 | (coff_compute_checksum): New. | |
1005 | (coff_apply_checksum): New. | |
1006 | (coff_write_object_contents): Call coff_apply_checksum () to | |
1007 | apply checksum to PE image. | |
1008 | ||
46fe4e66 AM |
1009 | 2002-04-08 Randolph Chung <[email protected]> |
1010 | ||
1011 | * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h. | |
1012 | (elf32_hppa_final_link): Split out sorting logic to.. | |
1013 | * elf-hppa.h (elf_hppa_sort_unwind): ..here. | |
1014 | (elf_hppa_final_link): Call elf_hppa_sort_unwind. | |
1015 | ||
3b5b409c AC |
1016 | 2002-04-07 Andrew Cagney <[email protected]> |
1017 | ||
1018 | * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]* | |
1019 | pattern. | |
1020 | * configure: Re-generate. | |
1021 | ||
ac7b6ceb AC |
1022 | 2002-04-07 Andrew Cagney <[email protected]> |
1023 | ||
1024 | * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version | |
1025 | is greater or equal to 4.3.3. | |
1026 | * configure: Regenerate. | |
1027 | Fix PR gdb/344. | |
1028 | ||
44aa49bb HPN |
1029 | 2002-04-05 Hans-Peter Nilsson <[email protected]> |
1030 | ||
1031 | * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL, | |
1032 | R_CRIS_32_PCREL>: Fix typo in name. | |
1033 | (cris_elf_check_relocs): Always create .rela.got here when | |
1034 | R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen. | |
1035 | (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here; | |
1036 | assume it's created. | |
1037 | ||
e2d34d7d DJ |
1038 | 2002-04-04 Daniel Jacobowitz <[email protected]> |
1039 | ||
1040 | * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define. | |
1041 | * aout-target.h (MY_bfd_link_hash_table_free): Conditionally | |
1042 | define. | |
1043 | * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise. | |
1044 | * bfd.c (bfd_link_hash_table_free): Define. | |
1045 | * binary.c (binary_bfd_link_hash_table_free): Define. | |
1046 | * bout.c (b_out_bfd_link_hash_table_free): Define. | |
1047 | * coff-rs6000.c (rs6000coff_vec): Include | |
1048 | _bfd_generic_link_hash_table_free. | |
1049 | (pmac_xcoff_vec): Likewise. | |
1050 | * coff64-rs6000.c (rs6000coff64_vec): Likewise. | |
1051 | (aix5coff64_vec): Likewise. | |
1052 | * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define. | |
1053 | * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function. | |
1054 | (bfd_elf32_bfd_link_hash_table_free): Define. | |
1055 | * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function. | |
1056 | (bfd_elf32_bfd_link_hash_table_free): Define. | |
1057 | * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally | |
1058 | define. | |
1059 | * i386msdos.c (msdos_bfd_link_hash_table_free): Define. | |
1060 | * i386os9k.c (os9k_bfd_link_hash_table_free): Define. | |
1061 | * ieee.c (ieee_bfd_link_hash_table_free): Define. | |
1062 | * ihex.c (ihex_bfd_link_hash_table_free): Define. | |
1063 | * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define. | |
1064 | (_bfd_generic_link_hash_table_free): Add prototype. | |
1065 | * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype. | |
1066 | * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define. | |
1067 | * linker.c (_bfd_generic_link_hash_table_free): New function. | |
1068 | * mmo.c (mmo_bfd_link_hash_table_free): Define. | |
1069 | * nlm-target.h (nlm_bfd_link_hash_table_free): Define. | |
1070 | * oasys.c (oasys_bfd_link_hash_table_free): Define. | |
1071 | * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define. | |
1072 | * som.c (som_bfd_link_hash_table_free): Define. | |
1073 | * srec.c (srec_bfd_link_hash_table_free): Define. | |
1074 | * tekhex.c (tekhex_bfd_link_hash_table_free): Define. | |
1075 | * versados.c (versados_bfd_link_hash_table_free): Define. | |
1076 | * vms.c (vms_bfd_link_hash_table_free): New function. | |
1077 | * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function. | |
1078 | ||
1079 | * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc | |
1080 | instead of bfd_alloc. | |
1081 | * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise. | |
1082 | * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise. | |
1083 | * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise. | |
1084 | * cofflink.c (_bfd_coff_link_hash_table_create): Likewise. | |
1085 | * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise. | |
1086 | * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise. | |
1087 | * elf.c (_bfd_elf_link_hash_table_create): Likewise. | |
1088 | * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise. | |
1089 | * elf32-cris.c (elf_cris_link_hash_table_create): Likewise. | |
1090 | * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise. | |
1091 | * elf32-i386.c (elf_i386_link_hash_table_create): Likewise. | |
1092 | * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise. | |
1093 | * elf32-s390.c (elf_s390_link_hash_table_create): Likewise. | |
1094 | * elf32-sh.c (sh_elf_link_hash_table_create): Likewise. | |
1095 | * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise. | |
1096 | * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise. | |
1097 | * elf64-s390.c (elf_s390_link_hash_table_create): Likewise. | |
1098 | * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise. | |
1099 | * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise. | |
1100 | * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise. | |
1101 | * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise. | |
1102 | * linker.c (_bfd_generic_link_hash_table_create): Likewise. | |
1103 | * m68klinux.c (linux_link_hash_table_create): Likewise. | |
1104 | * sparclinux.c (linux_link_hash_table_create): Likewise. | |
1105 | * sunos.c (sunos_link_hash_table_create): Likewise. | |
1106 | * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise. | |
1107 | ||
1108 | * targets.c: Add _bfd_link_hash_table_free to xvec. | |
1109 | ||
1110 | * bfd-in2.h: Regenerate. | |
1111 | * libbfd.h: Regenerate. | |
1112 | * libcoff.h: Regenerate. | |
1113 | ||
830629ab AM |
1114 | 2002-04-04 Alan Modra <[email protected]> |
1115 | ||
1116 | * dep-in.sed: Cope with absolute paths. | |
1117 | * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR. | |
1118 | Run "make dep-am". | |
1119 | * Makefile.in: Regenerate. | |
1120 | * coff-arm.c: Fix copyright date. | |
1121 | * cpu-h8300.c: Likewise. | |
1122 | * cpu-i370.c: Likewise. | |
1123 | * cpu-s390.c: Likewise. | |
1124 | * cpu-mips.c: Likewise. | |
1125 | * po/SRC-POTFILES.in: Regenerate. | |
1126 | ||
c6e90b02 TS |
1127 | 2002-04-04 Thiemo Seufer <[email protected]> |
1128 | ||
1129 | * Makefile.am: Add elfxx-mips.c to the known backends. | |
1130 | (elf32-mips.lo): remove dependency to coff/external.h. | |
1131 | * Makefile.in: Regenerate. | |
1132 | * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo | |
1133 | Remove elf32-mips.lo from 64 bit vectors. Update dependencies | |
1134 | accordingly. | |
1135 | * configure: Regenerate. | |
1136 | * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h. | |
1137 | (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c. | |
1138 | (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New | |
1139 | MIPS specific backend functions. | |
1140 | * elf32-mips.c: Moved most code to elfxx-mips.c. | |
1141 | (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make | |
1142 | static. | |
1143 | (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc. | |
1144 | (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc. | |
1145 | (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc. | |
1146 | (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed | |
1147 | interface to allow selection of the right REL or RELA howto table. | |
1148 | (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made | |
1149 | static. Let it refuse n32 objects. | |
1150 | (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus. | |
1151 | (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo. | |
1152 | (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info. | |
1153 | (elf32_mips_ignore_discarded_relocs): Rename from | |
1154 | _bfd_elf32_mips_ignore_discarded_relocs. | |
1155 | (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section. | |
1156 | (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT. | |
1157 | (elf_mips_howto_table_rela): Remove. | |
1158 | * elf64-mips.c: Moved most code to elfxx-mips.c. | |
1159 | (bfd_elf64_bfd_reloc_type_lookup): Make static. | |
1160 | (mips_elf64_rtype_to_howto): New function. | |
1161 | (mips_elf64_object_p): Likewise. | |
1162 | (elf64_mips_irix_compat): Likewise. | |
1163 | * elfxx-mips.c: New file containing common code merged together from | |
1164 | elf32-mips.c and elf64-mips.c. | |
1165 | * elfxx-mips.h: New file containing MIPS specific prototypes from | |
1166 | elf-bfd.h. | |
1167 | * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and | |
1168 | elf_backend_mips_rtype_to_howto. | |
1169 | ||
d8dce692 AM |
1170 | 2002-04-04 Alan Modra <[email protected]> |
1171 | ||
1172 | * srec.c (MAXCHUNK, Chunk): Revise comments. | |
1173 | (srec_write_record): Correct buffer size. | |
1174 | (srec_write_header): Do without intermediate buffer. | |
1175 | (srec_write_section): Validate Chunk. | |
1176 | (srec_write_terminator): Pass NULL instead of dummy buffer. | |
1177 | (srec_write_symbols): Pass file and symbol names directly to | |
1178 | bfd_bwrite so sprintf won't overflow buffer. | |
1179 | ||
b88a866a JJ |
1180 | 2002-04-03 Jakub Jelinek <[email protected]> |
1181 | ||
1182 | * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic | |
1183 | PC relative relocs against hidden symbols. | |
1184 | * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. | |
1185 | ||
d7866f04 AM |
1186 | 2002-04-03 Alan Modra <[email protected]> |
1187 | ||
1188 | * elf.c (_bfd_elf_make_section_from_shdr): When setting section | |
1189 | LMAs, loop over segments until p_vaddr and p_memsz specify an | |
1190 | extent enclosing the section. | |
1191 | ||
9e81ee67 NC |
1192 | 2002-04-02 Nick Clifton <[email protected]> |
1193 | ||
1194 | * ihex.c (ihex_write_object_contents): Do not allow records to | |
1195 | cross a 64K boundary - wrap if necessary. | |
1196 | ||
d2b64500 JT |
1197 | 2002-04-01 Nathan Williams <[email protected]> |
1198 | ||
1199 | * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error | |
1200 | which caused the returned LWP ID to always be 0. | |
1201 | ||
e36f7d53 RH |
1202 | 2002-04-01 Richard Henderson <[email protected]> |
1203 | ||
1204 | * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New. | |
1205 | (elf32_sparc_relocate_section): Use it to figure out when to | |
1206 | initialize .got entries. | |
1207 | * elf64-sparc.c: Similarly. | |
1208 | ||
e92d460e AM |
1209 | 2002-03-28 Alan Modra <[email protected]> |
1210 | ||
1211 | * linker.c (link_action): Ignore duplicate warning syms. | |
1212 | (_bfd_generic_link_write_global_symbol): Follow warning symbol link. | |
1213 | * elflink.h (elf_adjust_dynstr_offsets): Likewise. | |
1214 | (elf_adjust_dynamic_symbol): Likewise. | |
1215 | (elf_export_symbol): Likewise. | |
1216 | (elf_link_find_version_dependencies): Likewise. | |
1217 | (elf_link_assign_sym_version): Likewise. | |
1218 | (elf_link_sec_merge_syms): Likewise. | |
1219 | (elf_link_output_extsym): Likewise. | |
1220 | (elf_gc_sweep_symbol): Likewise. | |
1221 | (elf_gc_propagate_vtable_entries_used): Likewise. | |
1222 | (elf_gc_smash_unused_vtentry_relocs): Likewise. | |
1223 | (elf_gc_allocate_got_offsets): Likewise. | |
1224 | (elf_collect_hash_codes): Likewise. | |
1225 | * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise. | |
1226 | * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise. | |
1227 | (elf_hppa_remark_useless_dynamic_symbols): Likewise. | |
1228 | * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise. | |
1229 | * elf32-arm.h (elf32_arm_discard_copies): Likewise. | |
1230 | * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise. | |
1231 | (elf_cris_discard_excess_dso_dynamics): Likewise. | |
1232 | * elf32-hppa.c (clobber_millicode_symbols): Likewise. | |
1233 | (mark_PIC_calls): Likewise. | |
1234 | (allocate_plt_static): Likewise. | |
1235 | (allocate_dynrelocs): Likewise. | |
1236 | (readonly_dynrelocs): Likewise. | |
1237 | * elf32-i386.c (allocate_dynrelocs): Likewise. | |
1238 | (readonly_dynrelocs): Likewise. | |
1239 | * elf32-i370.c (i370_elf_adjust_dynindx): Likewise. | |
1240 | * elf32-m68k.c (elf_m68k_discard_copies): Likewise. | |
1241 | * elf32-mips.c (mips_elf_output_extsym): Likewise. | |
1242 | (mips_elf_sort_hash_table_f): Likewise. | |
1243 | (mips_elf_check_mips16_stubs): Likewise. | |
1244 | * elf32-s390.c (allocate_dynrelocs): Likewise. | |
1245 | (readonly_dynrelocs): Likewise. | |
1246 | * elf32-sh.c (sh_elf_discard_copies): Likewise. | |
1247 | * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise. | |
1248 | (xstormy16_relax_plt_realloc): Likewise. | |
1249 | * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise. | |
1250 | (elf64_alpha_output_extsym): Likewise. | |
1251 | * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise. | |
1252 | * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise. | |
1253 | (mips_elf64_check_mips16_stubs): Likewise. | |
1254 | (mips_elf64_output_extsym): Likewise. | |
1255 | * elf64-ppc.c (func_desc_adjust): Likewise. | |
1256 | (allocate_dynrelocs): Likewise. | |
1257 | (readonly_dynrelocs): Likewise. | |
1258 | * elf64-s390.c (allocate_dynrelocs): Likewise. | |
1259 | (readonly_dynrelocs): Likewise. | |
1260 | * elf64-sh64.c (sh64_elf64_discard_copies): Likewise. | |
1261 | * elf64-x86-64.c (allocate_dynrelocs): Likewise. | |
1262 | (readonly_dynrelocs): Likewise. | |
1263 | * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise. | |
1264 | * aoutx.h (aout_link_write_other_symbol): Likewise. | |
1265 | * cofflink.c (_bfd_coff_write_task_globals): Likewise. | |
1266 | (_bfd_coff_write_global_sym): Likewise. | |
1267 | * i386linux.c (linux_tally_symbols): Likewise. | |
1268 | * m68klinux.c (linux_tally_symbols): Likewise. | |
1269 | * sparclinux.c (linux_tally_symbols): Likewise. | |
1270 | * pdp11.c (aout_link_write_other_symbol): Likewise. | |
1271 | * sunos.c (sunos_scan_dynamic_symbol): Likewise. | |
1272 | * xcofflink.c (xcoff_build_ldsyms): Likewise. | |
1273 | (xcoff_write_global_symbol): Likewise. | |
1274 | ||
1275 | * cofflink.c (_bfd_coff_final_link): Formatting. | |
1276 | * cpu-mips.c (mips_compatible): Make static, prototype. | |
1277 | * elf32-i386.c (elf_i386_check_relocs): Formatting. | |
1278 | * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise. | |
1279 | * elf64-alpha.c (elf64_alpha_output_extsym): Likewise. | |
1280 | * elf64-mips.c (mips_elf64_sort_hash_table): Likewise. | |
1281 | (mips_elf64_final_link): Likewise. | |
1282 | * elflink.h (elf_link_find_version_dependencies): Remove duplicate | |
1283 | prototype. | |
1284 | ||
2106126f NC |
1285 | 2002-03-27 Nick Clifton <[email protected]> |
1286 | ||
1287 | * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define. | |
1288 | (SWAP_OUT_RELOC_OFFSET): Define. | |
1289 | ||
b99d1833 AM |
1290 | 2002-03-27 Gregory Steuck <[email protected]> |
1291 | ||
1292 | * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for | |
1293 | terminating NULL if empty symbol table. | |
1294 | (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise. | |
1295 | ||
ad43ed4c L |
1296 | 2002-03-26 H.J. Lu ([email protected]) |
1297 | ||
1298 | * elflink.h (elf_link_input_bfd): Revert the last change since | |
1299 | the gcc exception handling isn't fixed yet. | |
1300 | ||
3851fca4 L |
1301 | 2002-03-26 H.J. Lu ([email protected]) |
1302 | ||
1303 | * elflink.h (elf_link_input_bfd): Complain about relocations | |
1304 | against local symbols in discarded sections. | |
1305 | ||
b91afed7 AM |
1306 | 2002-03-26 Alan Modra <[email protected]> |
1307 | ||
1308 | * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections. | |
1309 | ||
dba143ef AM |
1310 | 2002-03-23 Alan Modra <[email protected]> |
1311 | ||
1312 | * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on | |
1313 | section file offset for !SEC_LOAD sections. | |
1314 | ||
ee29b9fb RE |
1315 | 2002-03-21 Richard Earnshaw <[email protected]> |
1316 | ||
830629ab AM |
1317 | * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>, |
1318 | <case R_ARM_GOT>): Handle relocations to Thumb functions. | |
ee29b9fb | 1319 | |
54327882 AM |
1320 | 2002-03-21 Alan Modra <[email protected]> |
1321 | ||
1322 | * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype. | |
1323 | Whitespace changes. | |
1324 | * archive.c: Update copyright date. | |
1325 | * bfd-in2.h: Regenerate. | |
1326 | * libbfd.h: Regenerate. | |
1327 | * Makefile.am: Run "make dep-am" | |
1328 | * Makefile.in: Regenerate. | |
1329 | * po/SRC-POTFILES.in: Regenerate. | |
1330 | ||
1ee24f27 DJ |
1331 | 2002-03-20 Daniel Jacobowitz <[email protected]> |
1332 | ||
1333 | * dwarf2.c (struct funcinfo): Move up. | |
1334 | (lookup_address_in_function_table): New argument function_ptr. | |
1335 | Set it. | |
1336 | (lookup_address_in_line_table): New argument function. If function | |
1337 | is non-NULL, use it to handle ``addr'' before the first line note of | |
1338 | the function. | |
1339 | (comp_unit_find_nearest_line): Update and swap calls to | |
1340 | lookup_address_in_function_table and lookup_address_in_line_table. | |
1341 | * syms.c (_bfd_stab_section_find_nearest_line): Use the first | |
1342 | N_SLINE encountered if we see an N_FUN before any N_SLINE. | |
1343 | ||
51b9608c TR |
1344 | 2002-03-20 Tom Rix <[email protected]> |
1345 | ||
ea1e4b0d | 1346 | * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from |
51b9608c | 1347 | _bfd_xcoff_generic_stat_arch_elt. Fix format check. |
ea1e4b0d | 1348 | * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt. |
51b9608c | 1349 | |
789c90aa TR |
1350 | 2002-03-19 Tom Rix <[email protected]> |
1351 | ||
ea1e4b0d | 1352 | * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all |
789c90aa TR |
1353 | dynamic objects in archives. |
1354 | ||
1da54d81 HPN |
1355 | 2002-03-19 Hans-Peter Nilsson <[email protected]> |
1356 | ||
1357 | * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set | |
1358 | STT_NOTYPE symbols to STT_OBJECT. | |
1359 | ||
7831a775 | 1360 | 2002-03-18 Jan Hubicka <[email protected]> |
beb43bb9 JH |
1361 | |
1362 | * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64" | |
1363 | ||
eb1e0e80 NC |
1364 | 2002-03-18 Tom Rix <[email protected]> |
1365 | ||
1366 | * aix5ppc.core.c : New file for AIX 5 64 bit core support. | |
1367 | * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration. | |
1368 | * coff-rs6000 (do_pad) : New function for archive padding. | |
1369 | (do_copy) : New function for object file copying in archives. | |
1370 | (do_shared_object_padding) : New function for padding shared | |
1371 | objects to their text section alignment in archives. | |
1372 | (bfd_xcoff_ar_achive_set_magic) : Stub. | |
1373 | (xcoff_write_armap_big) : Use do_copy and do_pad. | |
1374 | (xcoff_write_archive_contents_big) : Use do_shared_object_padding, | |
1375 | do_copy and do_pad. | |
1376 | * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use | |
ea1e4b0d | 1377 | bfd_xcoff_magic_number. |
eb1e0e80 NC |
1378 | (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook |
1379 | fop. | |
1380 | (xcoff_backend_data_r) : Use xcoff64_bad_format_hook. | |
1381 | (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data. | |
1382 | (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000. | |
1383 | * rs6000-core.c : Update copyright date. | |
ea1e4b0d | 1384 | * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL |
eb1e0e80 NC |
1385 | csectpp. |
1386 | * coffcode.h (coff_new_section_hook) : Use new accessor macros. | |
1387 | (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #. | |
1388 | (coff_set_flags) : Use bfd_xcoff_magic_number. | |
1389 | * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC. | |
1390 | * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support. | |
1391 | * Makefile.am : Same. | |
1392 | * config.bfd : Same. | |
1393 | * targets.c : Same. | |
1394 | * configure : Regnerate. | |
1395 | * Makefile.in : Same. | |
1396 | * bfd-in2.h : Same. | |
1397 | ||
a1c259a1 NC |
1398 | 2002-03-18 Nick Clifton <[email protected]> |
1399 | ||
1400 | * po/fr.po: Updated version. | |
1401 | ||
4dae1ae7 AM |
1402 | 2002-03-18 Alan Modra <[email protected]> |
1403 | ||
1404 | * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success. | |
1405 | * libbfd.h: Regenerate. | |
1406 | * archive.c (coff_write_armap): Pass on failures from | |
1407 | bfd_write_bigendian_4byte_int. | |
1408 | ||
36b4f6e7 L |
1409 | 2002-03-14 H.J. Lu <[email protected]> |
1410 | ||
1411 | * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD | |
1412 | error to bfd_error_nonrepresentable_section for reinit_array | |
1413 | section in DSO. | |
1414 | ||
a1aefc76 NC |
1415 | 2002-03-14 Nick Clifton <[email protected]> |
1416 | ||
a181be0a NC |
1417 | * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag, |
1418 | OR it in rather than replacing previously selected flags. | |
1419 | ||
a1aefc76 NC |
1420 | * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15. |
1421 | (TARGET_LITTLE_SYM): Set ar_max_namelen to 15. | |
1422 | ||
c119f9b8 AM |
1423 | 2002-03-14 Alan Modra <[email protected]> |
1424 | ||
1425 | * cpu-mips.c (mips_compatible): New. Don't check bits_per_word. | |
1426 | (N): Use the above. | |
1427 | * elflink.h (elf_bfd_final_link): Revert last change. Instead, | |
1428 | ensure reloc size matches before calling elf_link_input_bfd. | |
1429 | Add an assert to check reloc size when counting output relocs. | |
1430 | ||
c295a511 NC |
1431 | 2002-03-14 Nick Clifton <[email protected]> |
1432 | ||
1433 | * mmo.c (mmo_get_loc): Return NULL rather than false. | |
1434 | ||
9ce88e60 NC |
1435 | 2002-03-13 Nick Clifton <[email protected]> |
1436 | ||
1437 | * po/fr.po: Updated version. | |
1438 | ||
4ddafab0 AM |
1439 | 2002-03-13 Alan Modra <[email protected]> |
1440 | ||
b74fa2cd AM |
1441 | * archures.c (bfd_default_compatible): Test bits_per_word. |
1442 | * cpu-i386.c (i386_compatible): Remove. Replace occurrences with | |
1443 | bfd_default_compatible. | |
1444 | * cpu-i370.c (i370_compatible): Likewise. | |
1445 | * cpu-sparc.c (sparc_compatible): Likewise. | |
1446 | * cpu-h8300.c (compatible): Test in->arch == out->arch. | |
1447 | ||
40b829d4 AM |
1448 | * elflink.h: Formatting fixes. |
1449 | (elf_link_output_extsym): Merge undefined and undef weak cases. | |
1450 | ||
4ddafab0 AM |
1451 | * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd |
1452 | when word size of input matches output word size. | |
1453 | ||
dd53c801 AJ |
1454 | 2002-03-12 Andreas Jaeger <[email protected]> |
1455 | ||
1456 | * cpu-i386.c (i386_compatible): New. Use it instead of | |
1457 | bfd_default_compatible. | |
1458 | ||
aa066ac8 L |
1459 | 2002-03-07 H.J. Lu ([email protected]) |
1460 | ||
1461 | * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type | |
1462 | as the type for bfd_reloc_val. | |
1463 | ||
1bf42538 JL |
1464 | 2002-03-05 John David Anglin <[email protected]> |
1465 | ||
1466 | * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function. | |
1467 | (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols. | |
1468 | (elf_hppa_final_link_relocate): Correct relocations for indirect | |
1469 | references to local data through the DLT. Fix .opd creation for | |
1470 | local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64 | |
1471 | relocations. Use e_lsel selector for R_PARISC_DLTIND21L, | |
1472 | R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per | |
1473 | "Processor-Specific ELF for PA_RISC, Version 1.43" document. | |
1474 | Similarly, use e_rsel for DLT and LTOFF 'R' relocations. | |
1475 | * elf32-hppa.c (final_link_relocate): Revise relocation selectors | |
1476 | as per "Processor-Specific ELF for PA_RISC, Version 1.43" document. | |
1477 | ||
86eaf01e JJ |
1478 | 2002-03-05 Jakub Jelinek <[email protected]> |
1479 | ||
1480 | * merge.c (_bfd_merge_sections): Don't segfault if there | |
1481 | is nothing to merge due to GC. | |
1482 | ||
c44233aa AM |
1483 | 2002-03-05 Alan Modra <[email protected]> |
1484 | ||
039cc25f AM |
1485 | * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep |
1486 | symbols that have been forced local. | |
1487 | ||
c44233aa AM |
1488 | * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym |
1489 | to output forced local syms for non-shared link. | |
1490 | (elf_link_output_extsym): Tweak condition for calling backend | |
1491 | adjust_dynamic_symbol so that previous behaviour is kept. | |
1492 | Whitespace changes throughout file. | |
1493 | ||
25e27870 L |
1494 | 2002-03-04 H.J. Lu <[email protected]> |
1495 | ||
1496 | * elf.c (bfd_section_from_shdr): Handle special sections, | |
1497 | .init_array, .fini_array and .preinit_array. | |
1498 | (elf_fake_sections): Likewise. | |
1499 | ||
1500 | * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the | |
1501 | DT entry only if the section is in output for .init_array, | |
1502 | .fini_array and .preinit_array. Complain about .preinit_array | |
1503 | section in DSO. | |
1504 | (elf_bfd_final_link): Warn zero size for .init_array, | |
1505 | .fini_array and .preinit_array sections. | |
1506 | ||
1507 | * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove | |
1508 | SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY. | |
1509 | (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and | |
1510 | .preinit_array. | |
1511 | ||
bb2a49f2 AM |
1512 | 2002-03-04 Alan Modra <[email protected]> |
1513 | ||
1514 | * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment. | |
1515 | * configure: Regenerate. | |
1516 | ||
38487e5e TR |
1517 | 2002-03-02 Tom Rix <[email protected]> |
1518 | ||
c44233aa AM |
1519 | * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with |
1520 | symbolic equiv. | |
38487e5e TR |
1521 | * coff-rs6000.c (xcoff_howto_table): Same. |
1522 | ||
30831527 RH |
1523 | 2002-03-01 David Mosberger <[email protected]> |
1524 | ||
1525 | * elflink.h (size_dynamic_sections): If section named | |
1526 | ".preinit_array" exists, create DT_PREINIT_ARRAY and | |
1527 | DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for | |
1528 | ".init_array" and ".fini_array". | |
1529 | (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ, | |
1530 | DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and | |
1531 | DT_FINI_ARRAY. | |
1532 | ||
c8e5ddc8 AM |
1533 | 2002-02-26 Andrew Macleod <[email protected]> |
1534 | ||
1535 | * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local | |
1536 | dynsyms. | |
1537 | ||
96e0dda4 AM |
1538 | 2002-02-25 Alan Modra <[email protected]> |
1539 | ||
1c5b6bf8 AM |
1540 | * elf64-hppa.h: Update copyright date. |
1541 | ||
96e0dda4 AM |
1542 | * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix. |
1543 | (ppc64_elf_relocate_section): Don't generate power4 style branch | |
1544 | hints for *_BRTAKEN and *_BRNTAKEN relocs. | |
1545 | ||
0fb19cbc JJ |
1546 | 2002-02-22 Jakub Jelinek <[email protected]> |
1547 | ||
1548 | * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my | |
1549 | last patch. | |
1550 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. | |
1551 | ||
c434dee6 AJ |
1552 | 2002-02-21 Andreas Jaeger <[email protected]> |
1553 | ||
1554 | * elf64-x86-64.c: Major rework that introduces all recent changes | |
1555 | to the x86-64 backend. Get a closer match to elf32-i386. | |
1556 | (struct elf64_x86_64_dyn_relocs): Rename from | |
1557 | elf64_x86_64_pcrel_relocs_copied, add additional fields. Change | |
1558 | all users. | |
1559 | (struct elf64_x86_64_link_hash_table): Add short cuts to some | |
1560 | sections. | |
1561 | (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc, | |
1562 | remove casts, initialize new hash members. | |
1563 | (create_got_section): New. | |
1564 | (elf64_x86_64_create_dynamic_sections): New. | |
1565 | (elf64_x86_64_copy_indirect_symbol): New. | |
1566 | (elf64_x86_64_check_relocs): Don't allocate space for dynamic | |
1567 | relocs, .got or .relgot here but do it in allocate_dynrelocs. | |
1568 | Reference count possible .plt and .got entries. Don't test input | |
1569 | section SEC_READONLY here to try to avoid copy relocs, and keep | |
1570 | dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set | |
1571 | DF_TEXTREL here. Delay setting of variables until needed. Cache | |
1572 | pointer to "sreloc" section in elf_section_data. Tweak condition | |
1573 | under which .got created. Report files with bad relocation | |
1574 | section names. | |
1575 | (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel. | |
1576 | Reference count possible .plt entries. Don't deallocate .got and | |
1577 | .relgot space here. | |
1578 | (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't | |
1579 | do copy reloc processing for weakdefs. Remove redundant casts and | |
1580 | aborts. Delay setting of vars until needed. Move creation of | |
1581 | dynamic symbols and allocation of .plt and .rela.plt to | |
1582 | allocate_dynrelocs. Replace BFD_ASSERT with abort. | |
1583 | (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New. | |
1584 | (allocate_dynrelocs): New. | |
1585 | (readonly_dynrelocs): New. | |
1586 | (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs. | |
1587 | Allocate space for dyn relocs. Replace BFD_ASSERT with abort. | |
1588 | Zero out the dynamic allocated content space. | |
1589 | (elf64_x86_64_discard_copies): Removed. | |
1590 | (elf64_x86_64_relocate_section): Make use of dynamic section | |
1591 | short-cuts. Localise vars, and delay setting. Better error | |
1592 | reporting, replace BFD_ASSERT with abort. Check | |
1593 | ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the | |
1594 | regular object file and tread the weak definition as the normal | |
1595 | one. Don't discard relocs for undefweak or undefined symbols and | |
1596 | check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy | |
1597 | relocs. | |
1598 | (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for | |
1599 | symbols that have been forced local. Use same test to decide if | |
1600 | we can use a relative reloc for got as relocate_section. Expand | |
1601 | SHN_UNDEF comment. Move expressions out of function calls. | |
1602 | Replace BFD_ASSERT with abort. | |
1603 | (bfd_elf64_bfd_final_link): Removed. | |
1604 | (elf_backend_copy_indirect_symbol): Define. | |
1605 | ||
ff3a6ee3 TR |
1606 | 2002-02-20 Tom Rix <[email protected]> |
1607 | ||
1608 | * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA. | |
1609 | (_bfd_xcoff_reloc_type_lookup): Use it. | |
1610 | * coff64-rs6000.c (xcoff64_howto_table): Same. | |
1611 | (xcoff64_reloc_type_lookup): Same. | |
c434dee6 | 1612 | |
a68d41fb AM |
1613 | 2002-02-20 Peter Schauer <[email protected]> |
1614 | ||
1615 | * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are | |
1616 | little endian. | |
1617 | ||
befc3abb MS |
1618 | 2002-02-19 Martin Schwidefsky <[email protected]> |
1619 | ||
1620 | * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31. | |
1621 | (bfd_mach_s390_esame): Rename to bfd_mach_s390_64. | |
1622 | * bfd-in2.h: Regenerate. | |
1623 | * cpu-s390.c (arch_info_struct): Use renamed architecture defines. | |
1624 | Replace architecture name "s390" with "s390:31-bit" and "s390:esame" | |
1625 | with "s390:64-bit". | |
1626 | * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations. | |
1627 | (elf_s390_reloc_type_lookup): Likewise. | |
1628 | (elf_s390_check_relocs): Likewise. | |
1629 | (elf_s390_gc_sweep_hook): Likewise. | |
1630 | (elf_s390_relocate_section): Likewise. | |
1631 | (elf_s390_object_p): Use renamed architecture define. | |
1632 | * elf64-s390.c (elf_s390_object_p): Use renamed architecture define. | |
1633 | ||
6eeeec9b FCE |
1634 | 2002-02-19 Frank Ch. Eigler <[email protected]> |
1635 | ||
1636 | * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping. | |
1637 | ||
0bb2d96a JJ |
1638 | 2002-02-19 Jakub Jelinek <[email protected]> |
1639 | ||
1640 | * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable | |
1641 | absptr -> pcrel optimization for shared libs. | |
1642 | Only create minimal .eh_frame_hdr if absptr FDE encoding in shared | |
1643 | library cannot be converted to pcrel. | |
1644 | (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr | |
1645 | relative. | |
1646 | * elf32-i386.c (elf_i386_relocate_section): If | |
1647 | _bfd_elf_section_offset returned -2, skip, but make sure the | |
1648 | relocation is installed. | |
1649 | * elf32-arm.h (elf32_arm_final_link_relocate): Likewise. | |
1650 | * elf32-cris.c (cris_elf_relocate_section): Likewise. | |
1651 | * elf32-hppa.c (elf32_hppa_relocate_section): Likewise. | |
1652 | * elf32-i370.c (i370_elf_relocate_section): Likewise. | |
1653 | * elf32-m68k.c (elf_m68k_relocate_section): Likewise. | |
1654 | * elf32-ppc.c (ppc_elf_relocate_section): Likewise. | |
1655 | * elf32-s390.c (elf_s390_relocate_section): Likewise. | |
1656 | * elf32-sh.c (sh_elf_relocate_section): Likewise. | |
1657 | * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. | |
1658 | * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. | |
1659 | * elf64-s390.c (elf_s390_relocate_section): Likewise. | |
1660 | * elf64-sh64.c (sh_elf64_relocate_section): Likewise. | |
1661 | * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. | |
1662 | * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. | |
1663 | * elf64-alpha.c (elf64_alpha_relocate_section): Handle | |
1664 | _bfd_elf_section_offset returning -2 the same way as -1. | |
1665 | * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise. | |
1666 | * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME | |
1667 | and BFD_ASSERT. | |
1668 | * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise. | |
1669 | ||
69f284c7 TR |
1670 | 2002-02-18 Tom Rix <[email protected]> |
1671 | ||
1672 | * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support. | |
1673 | (bfd_xcoff_size_dynamic_sections): Same. | |
1674 | * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same. | |
1675 | (bfd_xcoff_size_dynamic_sections): Same. | |
1676 | * coff-rs6000.c (xcoff_generate_rtinit): Same. | |
1677 | * coff-rs646000.c (xcoff64_generate_rtinit): Same. | |
1678 | * libxcoff.h (struct xcoff_backend_data_rec): Same. | |
1679 | * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean. | |
1680 | * bfd-in2.h: Regenerate. | |
1681 | ||
82bd7b59 AM |
1682 | 2002-02-18 Alan Modra <[email protected]> |
1683 | ||
1684 | * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define. | |
1685 | (struct ppc_link_hash_table): Add sfpr. | |
1686 | (ppc64_elf_link_hash_table_create): Init it. | |
1687 | (ppc64_elf_create_dynamic_sections): Split creation of .stub and | |
1688 | .glink out to.. | |
1689 | (create_linkage_sections): ..here. Make .sfpr too. | |
1690 | (ppc64_elf_check_relocs): Call create_linkage_sections, and set | |
1691 | dynobj early. | |
1692 | (MIN_SAVE_FPR, MAX_SAVE_FPR): Define. | |
1693 | (ppc64_elf_func_desc_adjust): Look for missing ._savef* and | |
1694 | ._restf* functions, and create as needed. | |
1695 | (func_desc_adjust): Only force_local for shared libs. | |
1696 | ||
ef1355e8 NC |
1697 | 2002-02-18 David O'Brien <[email protected]> |
1698 | ||
1699 | * configure.in: Bump version number post 2.12 branching. | |
1700 | * configure: Regenerate. | |
1701 | ||
dfa36a69 HPN |
1702 | 2002-02-17 Hans-Peter Nilsson <[email protected]> |
1703 | ||
1704 | * mmo.c: Correct and improve comments. | |
1705 | (mmo_write_chunk): Store trailing byte in bfd buffer; don't | |
1706 | zero-pad. Use input to fill up non-empty bfd buffer. | |
1707 | (mmo_flush_chunk): New function. | |
1708 | (mmo_write_loc_chunk): Add parameter last_vmap, all callers | |
1709 | changed. Don't emit location specifier if VMA is same as | |
1710 | *LAST_VMAP after omitting leading zero contents. Call | |
1711 | mmo_flush_chunk before emitting location specifier. | |
1712 | (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished | |
1713 | with mmo_write_loc_chunk calls. | |
1714 | (mmo_internal_write_section): Call mmo_flush_chunk after | |
1715 | mmo_write_chunk. | |
1716 | (mmo_write_symbols_and_terminator): Move :Main to first position | |
1717 | in symbol array. Add faked one if it does not exist if there are | |
1718 | other symbols. Don't add it if there are no symbols at all. Move | |
1719 | out test for value of :Main from symbol loop. Rename table | |
1720 | fakemain to maintable and variable mainsym to fakemain. | |
1721 | ||
ccf00ab6 RH |
1722 | 2002-02-15 Richard Henderson <[email protected]> |
1723 | ||
1724 | * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target | |
1725 | section with no got matches any got. Simplify error generaion. | |
1726 | ||
88eaccc2 AM |
1727 | 2002-02-15 Alan Modra <[email protected]> |
1728 | ||
fd96f80f AM |
1729 | Support arbitrary length fill patterns. |
1730 | * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc. | |
1731 | (_bfd_default_link_order): Remove bfd_fill_link_order code. | |
1732 | Call default_data_link_order. | |
1733 | (default_fill_link_order): Delete. | |
1734 | (default_data_link_order): New function. | |
1735 | * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences | |
1736 | of bfd_fill_link_order with bfd_data_link_order. | |
1737 | * elf64-alpha.c (elf64_alpha_final_link): Likewise. | |
1738 | * elf64-mips.c (mips_elf64_final_link): Likewise. | |
1739 | ||
88eaccc2 AM |
1740 | * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value. |
1741 | Correct value returned in "end" for "0x<non-hex>". | |
1742 | ||
e2fd756b NC |
1743 | 2002-02-14 Nick Clifton <[email protected]> |
1744 | ||
1745 | * cpu-arm.c (processors): Replace 'arch' field with 'mach'. | |
1746 | (scan): Test against 'mach' field in info structure. | |
1747 | ||
edd29cf9 AM |
1748 | 2002-02-14 Alan Modra <[email protected]> |
1749 | ||
1750 | * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD. | |
1751 | ||
1e30956e | 1752 | 2002-02-14 Matt Fredette <[email protected]> |
76f57f3a JT |
1753 | |
1754 | * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize | |
1755 | EF_M68000. | |
1756 | ||
bf36db18 NC |
1757 | 2002-02-13 Nick Clifton <[email protected]> |
1758 | ||
1759 | * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on | |
edd29cf9 AM |
1760 | non-zero physical addresses when adjusting the LMAs of new |
1761 | sections. | |
bf36db18 | 1762 | |
189c6563 AM |
1763 | 2002-02-12 John David Anglin <[email protected]> |
1764 | ||
1765 | * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped | |
1766 | from _bfd_elf_hppa_gen_reloc_type. | |
1767 | (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype. | |
1768 | * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype. | |
1769 | * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h. | |
1770 | * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype. | |
1771 | ||
e948afaf AO |
1772 | 2002-02-12 Alexandre Oliva <[email protected]> |
1773 | ||
1774 | * elf-m10300.c (mn10300_elf_relax_section): Skip section before | |
1775 | loading its contents if there's nothing to do in it. | |
1776 | ||
19397422 AM |
1777 | 2002-02-12 Alan Modra <[email protected]> |
1778 | ||
0ad3a73b AM |
1779 | * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing |
1780 | 64k boundary. | |
1781 | ||
19397422 AM |
1782 | * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic |
1783 | DT_PPC64_OPD and DT_PPC64_OPDSZ tags. | |
1784 | (ppc64_elf_finish_dynamic_sections): Set values for them. | |
1785 | ||
51316059 MS |
1786 | 2002-02-11 Michael Snyder <[email protected]> |
1787 | ||
1788 | * elf-bfd.h (elfcore_write_lwpstatus): Add prototype. | |
1789 | * elf.c (elfcore_grok_pstatus): Add prototype. | |
1790 | (elfcore_grok_lwpstatus): Add prototype. | |
1791 | (elfcore_write_lwpstatus): New function. | |
1792 | (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy. | |
1793 | ||
518313c3 AO |
1794 | 2002-02-11 Alexandre Oliva <[email protected]> |
1795 | ||
1796 | * elf32-sh.c: Added missing prototypes. | |
1797 | * elf32-sh64.c: Likewise. | |
1798 | (sh_elf_align_loads): Mark unused args as such. | |
1799 | * elf64-sh64.c: Added missing prototypes. | |
1800 | (struct elf_sh64_link_hash_entry): Fix typo. | |
1801 | (sh_elf64_relocate_section): Fix info argument passed to | |
1802 | _bfd_elf_section_offset. | |
1803 | ||
2c73f9d8 AM |
1804 | 2002-02-11 Alan Modra <[email protected]> |
1805 | ||
1806 | * Makefile.am: "make dep-am". | |
1807 | * Makefile.in: Regenerate. | |
1808 | * aclocal.m4: Regenerate. | |
1809 | * config.in: Regenerate. | |
1810 | * configure: Regenerate. | |
1811 | ||
d426c6b0 DJ |
1812 | 2002-02-10 Daniel Jacobowitz <[email protected]> |
1813 | ||
1814 | * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized | |
1815 | variable warnings. | |
1816 | * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned | |
1817 | comparison warning. | |
1818 | * trad-core.c (trad_unix_core_file_p): Silence pointer/integer | |
1819 | cast warnings for the common case. | |
1820 | ||
e58ee0cd HPN |
1821 | 2002-02-10 Hans-Peter Nilsson <[email protected]> |
1822 | ||
1823 | * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64 | |
1824 | vectors. | |
1825 | (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64 | |
1826 | vectors. | |
1827 | ||
7793f4d0 RH |
1828 | 2002-02-09 Richard Henderson <[email protected]> |
1829 | ||
1830 | * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP. | |
1831 | (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise. | |
1832 | (elf64_alpha_relocate_section): Likewise. | |
1833 | * reloc.c (BFD_RELOC_ALPHA_BRSGP): New. | |
1834 | * bfd-in2.h, libbfd.h: Rebuild. | |
1835 | ||
7e799044 HPN |
1836 | 2002-02-09 Hans-Peter Nilsson <[email protected]> |
1837 | ||
1838 | * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check | |
1839 | that base-plus-offset reloc accounting is consistent. | |
1840 | (mmix_elf_relax_section): Keep base-plus-offset reloc accounting | |
1841 | up to date for undefined symbols. | |
1842 | ||
027d73eb EC |
1843 | 2002-02-08 Eric Christopher <[email protected]> |
1844 | ||
1845 | From Rainer Orth <[email protected]> | |
1846 | ||
1847 | * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela | |
1848 | sections for the O32 ABI. | |
1849 | ||
517662d4 CD |
1850 | 2002-02-08 Chris Demetriou <[email protected]> |
1851 | ||
1852 | * elf32-arm.h: Fix formatting of _("..."). | |
1853 | * elf32-d10v.c: Likewise. | |
1854 | * elf32-m68k.c: Likewise. | |
1855 | * elf32-mips.c: Likewise. | |
1856 | ||
5e37cc46 NC |
1857 | 2002-02-08 Ivan Guzvinec <[email protected]> |
1858 | ||
1859 | * coff-or32.c: Fix compile time warning messages. | |
1860 | ||
fbca6ad9 AO |
1861 | 2002-02-08 Alexandre Oliva <[email protected]> |
1862 | ||
1863 | Contribute sh64-elf. | |
1864 | 2002-01-23 Alexandre Oliva <[email protected]> | |
1865 | * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16, | |
1866 | R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16, | |
1867 | R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16, | |
1868 | R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16, | |
1869 | R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16, | |
1870 | R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16, | |
1871 | R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16, | |
1872 | R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8, | |
1873 | R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64): | |
1874 | New relocs. | |
1875 | * libbfd.h, bfd-in2.h: Rebuilt. | |
1876 | * elf32-sh.c (sh_elf_howto_table): Define new relocs. | |
1877 | (sh_reloc_map): Map them. | |
1878 | (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le, | |
1879 | elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be, | |
1880 | elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry, | |
1881 | elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset, | |
1882 | elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset, | |
1883 | elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset, | |
1884 | movi_shori_putval) [INCLUDE_SHMEDIA]: New. | |
1885 | (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add | |
1886 | datalabel_got_offset. | |
1887 | (sh_elf_link_hash_newfunc): Initialize it. | |
1888 | (sh_elf_relocate_section): Augment the scope of | |
1889 | seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT, | |
1890 | GOT and GOTOFF handling to new SHmedia relocation types. Support | |
1891 | GOT_BIAS. | |
1892 | (sh_elf_check_relocs): Likewise. | |
1893 | (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in | |
1894 | PLT entries using movi_shori_putval. Support GOT_BIAS. | |
1895 | (sh_elf_finish_dynamic_sections): Likewise. | |
1896 | * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to | |
1897 | relocation, it's now done by the caller. | |
1898 | (GOT_BIAS): New. | |
1899 | * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt, | |
1900 | elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset, | |
1901 | elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset, | |
1902 | elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER, | |
1903 | elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry, | |
1904 | elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse, | |
1905 | sh64_elf64_hash_table): New. | |
1906 | (sh_elf64_howto_table): Introduce new relocs. | |
1907 | (sh_elf64_info_to_howto): Accept new PIC relocs. | |
1908 | (sh_elf64_relocate_section): Augment the scope of | |
1909 | seen_stt_datalabel. Support new PIC relocs. | |
1910 | (sh_elf64_check_relocs): Support new PIC relocs. | |
1911 | (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le, | |
1912 | elf_sh64_plt_entry_be, elf_sh64_plt_entry_le, | |
1913 | elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le, | |
1914 | elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry, | |
1915 | sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create, | |
1916 | movi_shori_putval, movi_3shori_putval, | |
1917 | sh64_elf64_create_dynamic_sections, | |
1918 | sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies, | |
1919 | sh64_elf64_size_dynamic_sections, | |
1920 | sh64_elf64_finish_dynamic_symbol, | |
1921 | sh64_elf64_finish_dynamic_sections): New. | |
1922 | (elf_backend_create_dynamic-sections, | |
1923 | bfd_elf64_bfd_link_hash_table_create, | |
1924 | elf_backend_adjust_dynamic_symbol, | |
1925 | elf_backend_size_dynamic_sections, | |
1926 | elf_backend_finish_dynamic_symbol, | |
1927 | elf_backend_finish_dynamic_sections, elf_backend_want_got_plt, | |
1928 | elf_backend_plt_readonly, elf_backend_want_plt_sym, | |
1929 | elf_backend_got_header_size, elf_backend_plt_header_size): | |
1930 | Define. | |
1931 | 2001-05-16 Alexandre Oliva <[email protected]> | |
1932 | * elf32-sh.c: Renumbered and renamed some SH5 relocations to | |
1933 | match official numbers and names; moved unmaching ones to the | |
1934 | range 0xf2-0xff. | |
1935 | * elf32-sh64.c, elf64-sh64.c: Likewise. | |
1936 | 2001-03-12 DJ Delorie <[email protected]> | |
1937 | * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia | |
1938 | sections. | |
1939 | 2001-03-12 DJ Delorie <[email protected]> | |
1940 | * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must | |
1941 | be aligned. | |
1942 | * elf64-sh64.c (sh_elf64_relocate_section): Ditto. | |
1943 | 2001-01-14 Hans-Peter Nilsson <[email protected]> | |
1944 | * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define. | |
1945 | (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a | |
1946 | .cranges section with SEC_SORT_ENTRIES set. | |
1947 | (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an | |
1948 | incoming sorted .cranges section. | |
1949 | (sh64_bfd_elf_copy_private_section_data): New. | |
1950 | (sh64_elf_final_write_processing): Only sort .cranges and modify | |
1951 | start address if called by linker. | |
1952 | 2001-01-08 Ben Elliston <[email protected]> | |
1953 | * elf32-sh64.c (sh64_elf_final_write_processing): Activate | |
1954 | Hans-Peter Nilsson's set bit 0 patch from 2001-01-06. | |
1955 | * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto. | |
1956 | 2001-01-06 Hans-Peter Nilsson <[email protected]> | |
1957 | * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of | |
1958 | line. Add comments before all entries. | |
1959 | <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing | |
1960 | comment. | |
1961 | (sh_elf64_reloc): Correct head comment. | |
1962 | (sh_elf64_relocate_section): Correct spacing. | |
1963 | <relocating for a local symbol>: Do not honour STO_SH5_ISA32; | |
1964 | instead call reloc_dangerous callback. | |
1965 | <case R_SH_SHMEDIA_CODE>: New case. | |
1966 | (sh_elf64_gc_mark_hook): Correct spacing. | |
1967 | (sh_elf64_check_relocs): Ditto. | |
1968 | * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>: | |
1969 | New case. | |
1970 | * elf32-sh.c: Correct #endif comments for #ifndef-wrapped | |
1971 | functions. | |
1972 | (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct, | |
1973 | clarify describing comment. Add comments before all entries. | |
1974 | (sh_elf_relocate_section) <relocating for a local symbol>: Do not | |
1975 | honour STO_SH5_ISA32; instead call reloc_dangerous callback. | |
1976 | 2001-01-06 Hans-Peter Nilsson <[email protected]> | |
1977 | Sort .cranges section in final link. Prepare to set bit 0 on | |
1978 | entry address. | |
1979 | * elf32-sh64.c (struct sh64_find_section_vma_data): New. | |
1980 | (sh64_elf_link_output_symbol_hook): Fix typo in prototype. | |
1981 | (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming | |
1982 | .cranges section. | |
1983 | (sh64_backend_section_from_shdr): New, to recognize | |
1984 | SHT_SH5_CR_SORTED on incoming .cranges section. | |
1985 | (elf_backend_section_from_shdr): Define. | |
1986 | (sh64_elf_final_write_processing): Sort outgoing .cranges | |
1987 | section. (New, temporarily disabled:) Set bit 0 on entry address | |
1988 | according to ISA type. | |
1989 | (sh64_find_section_for_address): New. | |
1990 | (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb, | |
1991 | crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c. | |
1992 | (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use | |
1993 | bfd_malloc, not xmalloc. | |
1994 | (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make | |
1995 | global. | |
1996 | * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but | |
1997 | temporarily disabled) setting bit 0 on entry address. | |
1998 | (elf_backend_final_write_processing): Define. | |
1999 | 2001-01-05 Hans-Peter Nilsson <[email protected]> | |
2000 | * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to | |
2001 | be a proper relocation for PTA and PTB rather than a marker. | |
2002 | <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2, | |
2003 | R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16, | |
2004 | R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16, | |
2005 | R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL, | |
2006 | R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>: | |
2007 | Zero src_mask. | |
2008 | * elf64-sh64.c: Ditto. | |
2009 | (sh_elf64_relocate_section) <case R_SH_PT_16>: New case. | |
2010 | * elf32-sh64.c: Include opcodes/sh64-opc.h | |
2011 | (shmedia_prepare_reloc): Take a bfd_link_info pointer as first | |
2012 | argument. Drop const qualifiers from "bfd *" and "bfd_byte *" | |
2013 | parameters. No unused parameters. Caller changed. | |
2014 | <case R_SH_PT_16>: New case. | |
2015 | * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h. | |
2016 | * Makefile.in: Regenerate. | |
2017 | 2000-12-30 Hans-Peter Nilsson <[email protected]> | |
2018 | * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for | |
2019 | all code sections. | |
2020 | (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5. | |
2021 | (sh64_elf_merge_private_data): Ditto. | |
2022 | * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data | |
2023 | to access stored section flags. | |
2024 | (sh64_elf_final_write_processing): Return immediately unless | |
2025 | called by linker. Use sh64_elf_section_data (cranges) to get size | |
2026 | of linker-generated cranges entries. | |
2027 | (sh64_elf_copy_private_data): Add missing "return true". | |
2028 | (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5. | |
2029 | (sh_elf64_merge_private_data): Ditto. | |
2030 | 2000-12-19 Hans-Peter Nilsson <[email protected]> | |
2031 | * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of | |
2032 | elf64-sh64.c:sh64_elf_fake_sections. | |
2033 | (elf_backend_fake_sections): Define as sh64_elf64_fake_sections. | |
2034 | 2000-12-18 Hans-Peter Nilsson <[email protected]> | |
2035 | * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete. | |
2036 | (sh64_elf_final_write_processing): New. | |
2037 | (elf_backend_final_write_processing): Define. | |
2038 | (sh64_elf_fake_sections): Get header flags from tdata field. | |
2039 | (sh64_elf_copy_private_data): Do not call | |
2040 | sh64_elf_copy_private_data_internal, just copy e_flags field. | |
2041 | (sh64_elf_merge_private_data): Do not call | |
2042 | sh64_elf_copy_private_data_internal. | |
2043 | 2000-12-12 Hans-Peter Nilsson <[email protected]> | |
2044 | Remove EF_SH64_ABI64, let ELF size make difference. | |
2045 | Remove SH64-specific BFD section flag. | |
2046 | * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as | |
2047 | containing SHmedia through elf_section_data (asect)->tdata | |
2048 | non-zero, not using a BFD section flag. | |
2049 | (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64. | |
2050 | (sh64_elf_merge_private_data): Similar. | |
2051 | (elf_backend_section_flags): Don't define. | |
2052 | (sh64_elf_backend_section_flags): Delete. | |
2053 | * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64, | |
2054 | not EF_SH64_ABI64. | |
2055 | (sh_elf64_merge_private_data): Similar. | |
2056 | * section.c (Section flags definitions): Don't define | |
2057 | SEC_SH_ISA_SHMEDIA. | |
2058 | (bfd-in2.h): Regenerate. | |
2059 | 2000-12-09 Hans-Peter Nilsson <[email protected]> | |
2060 | Make DataLabel references work with partial linking. | |
2061 | * elf32-sh64.c: Fix formatting. | |
2062 | (sh64_elf_link_output_symbol_hook): New. | |
2063 | (elf_backend_link_output_symbol_hook): Define to | |
2064 | sh64_elf_link_output_symbol_hook. | |
2065 | (sh64_elf_add_symbol_hook): Make DataLabel symbol just global | |
2066 | undefined if partial linking. Adjust sanity check. | |
2067 | * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New. | |
2068 | (elf_backend_link_output_symbol_hook): Define to | |
2069 | sh64_elf64_link_output_symbol_hook. | |
2070 | (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global | |
2071 | undefined if partial linking. Adjust sanity check. | |
2072 | 2000-12-07 Hans-Peter Nilsson <[email protected]> | |
2073 | Implement semantics for inter-file DataLabel references. | |
2074 | * elf64-sh64.c (DATALABEL_SUFFIX): Define. | |
2075 | (sh64_elf64_add_symbol_hook): New. | |
2076 | (sh_elf64_relocate_section): If passing an indirect symbol with | |
2077 | st_type STT_DATALABEL on the way to a symbol with st_other | |
2078 | STO_SH5_ISA32, do not bitor 1 to the relocation. | |
2079 | (elf_backend_add_symbol_hook): Define to | |
2080 | sh64_elf64_add_symbol_hook. | |
2081 | * elf64-sh32.c: Tweak comments. | |
2082 | (DATALABEL_SUFFIX): Define. | |
2083 | (sh64_elf_add_symbol_hook): New. | |
2084 | (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook. | |
2085 | * elf32-sh.c (sh_elf_relocate_section): If passing an indirect | |
2086 | symbol with st_type STT_DATALABEL on the way to a symbol with | |
2087 | st_other STO_SH5_ISA32, do not bitor 1 to the relocation. | |
2088 | 2000-12-05 Hans-Peter Nilsson <[email protected]> | |
2089 | Pass through STT_DATALABEL. | |
2090 | * elf32-sh64.c (sh64_elf_get_symbol_type): New. | |
2091 | (elf_backend_get_symbol_type): Define. | |
2092 | * elf64-sh64.c (sh64_elf64_get_symbol_type): New. | |
2093 | (elf_backend_get_symbol_type): Define. | |
2094 | 2000-11-30 Hans-Peter Nilsson <[email protected]> | |
2095 | * elf32-sh64.c: Tweak comments. | |
2096 | (sh64_elf_copy_private_data_internal): Add prototype. | |
2097 | (bfd_elf32_bfd_set_private_flags): Define. | |
2098 | (sh64_elf_copy_private_data_internal): Compare machine name, not | |
2099 | textual BFD target name, to check whether to copy section flag | |
2100 | SHF_SH5_ISA32. | |
2101 | (sh64_elf_merge_private_data): Validize bfd_get_arch_size. | |
2102 | Tweak section-contents-type-mismatch message. | |
2103 | (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers. | |
2104 | Validize reloc-types. | |
2105 | * elf64-sh64.c: New file. | |
2106 | * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare. | |
2107 | * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo. | |
2108 | (BFD64_BACKENDS_CFILES): Add elf64-sh64.c. | |
2109 | Regenerate dependencies. | |
2110 | * Makefile.in: Regenerate. | |
2111 | * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and | |
2112 | bfd_elf64_sh64l_vec. | |
2113 | * configure.in: Handle bfd_elf64_sh64_vec and | |
2114 | bfd_elf64_sh64l_vec. | |
2115 | * configure: Regenerate. | |
2116 | * po/POTFILES.in: Regenerate. | |
2117 | * po/bfd.pot: Regenerate. | |
2118 | 2000-11-29 Hans-Peter Nilsson <[email protected]> | |
2119 | * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize | |
2120 | anything else but EF_SH64 and EF_SH64_ABI64. | |
2121 | (sh64_elf_merge_private_data): Emit error for anything else but | |
2122 | EF_SH64 and EF_SH64_ABI64. | |
2123 | * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec | |
2124 | from targ_selvecs. | |
2125 | * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and | |
2126 | bfd_elf32_sh64l_vec as a temporary measure. | |
2127 | * configure: Regenerate. | |
2128 | 2000-11-27 Hans-Peter Nilsson <[email protected]> | |
2129 | * cpu-sh.c (arch_info_struct): Include sh5 item | |
2130 | unconditionalized. | |
2131 | * config.bfd (sh64-*-elf*): Do not set targ_cflags. | |
2132 | Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec, | |
2133 | bfd_elf32_shblin_vec and bfd_elf32_shlin_vec. | |
2134 | * elf32-sh64.c: Tweak comments. | |
2135 | (sh64_elf_set_mach_from_flags): Recognize all machine flags that | |
2136 | are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64. | |
2137 | (sh64_elf_copy_private_data_internal): Wrap long line. | |
2138 | (sh64_elf_merge_private_data): Rewrite to allow objects from | |
2139 | SH64 subsets to be linked together. | |
2140 | (INCLUDE_SHMEDIA): Define. | |
2141 | * elf32-sh.c (sh_elf_relocate_section) <local symbol>: | |
2142 | Parenthesize plus-expression inside or-expression. | |
2143 | <global symbol>: Ditto. | |
2144 | (sh_elf_set_mach_from_flags): Remove code refusing | |
2145 | deleted EF_SH64_32BIT_ABI flag. | |
2146 | 2000-11-26 Hans-Peter Nilsson <[email protected]> | |
2147 | * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL, | |
2148 | R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL, | |
2149 | R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true. | |
2150 | (sh_elf_relocate_section) <local symbol>: Or 1 in | |
2151 | calculation of relocation if sym->st_other & STO_SH5_ISA32. | |
2152 | <global symbol>: Ditto if h->other & STO_SH5_ISA32. | |
2153 | * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to | |
2154 | relocation. | |
2155 | 2000-11-24 Hans-Peter Nilsson <[email protected]> | |
2156 | * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo. | |
2157 | (BFD32_BACKENDS_CFILES): Add elf32-sh64.c. | |
2158 | Regenerate dependencies. | |
2159 | * Makefile.in: Regenerate. | |
2160 | * archures.c: Add bfd_mach_sh5. | |
2161 | * config.bfd: Map targ_cpu sh* to bfd_sh_arch. | |
2162 | Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA. | |
2163 | * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec. | |
2164 | * configure: Regenerate. | |
2165 | * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5, | |
2166 | BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6, | |
2167 | BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2, | |
2168 | BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8, | |
2169 | BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16, | |
2170 | BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16, | |
2171 | BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16, | |
2172 | BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16, | |
2173 | BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations. | |
2174 | * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link | |
2175 | in item for SH5. | |
2176 | * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items | |
2177 | for SHmedia relocs. | |
2178 | [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs. | |
2179 | [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call | |
2180 | shmedia_prepare_reloc, goto final_link_relocate if it returns | |
2181 | non-zero, else fail as before. | |
2182 | (sh_elf_set_mach_from_flags): Provide function only if not defined | |
2183 | as macro. Do not recognize objects with EF_SH64_32BIT_ABI set. | |
2184 | (sh_elf_set_private_flags): Provide function only if not defined | |
2185 | as a macro. | |
2186 | (sh_elf_copy_private_data): Similar. | |
2187 | (sh_elf_merge_private_data): Similar. | |
2188 | * section.c (SEC_SH_ISA_SHMEDIA): New. | |
2189 | * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare. | |
2190 | * elf32-sh64.c: New file. | |
2191 | * libbfd.h: Regenerate. | |
2192 | * bfd-in2.h: Regenerate. | |
2193 | * po/POTFILES.in: Regenerate. | |
2194 | * po/bfd.pot: Regenerate. | |
2195 | * bfd-in2.h: Regenerate. | |
2196 | * libbfd.h: Regenerate. | |
2197 | ||
e108f470 DJ |
2198 | 2002-02-07 Daniel Jacobowitz <[email protected]> |
2199 | ||
2200 | * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has | |
2201 | been included, not drag it in. | |
2202 | * bfd-in2.h: Regenerate. | |
2203 | ||
259d18a3 L |
2204 | 2002-02-06 H.J. Lu ([email protected]) |
2205 | ||
2206 | * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update | |
2207 | the mach and ISA fields if necessary. | |
2208 | ||
f13b834e NC |
2209 | 2002-02-06 Nick Clifton <[email protected]> |
2210 | ||
2211 | * coffcode.h (coff_set_arch_mach_hook): Select the highest known | |
2212 | ARM architecture when an F_ARM_5 flag is detected, since we cannot | |
2213 | be sure exactly which architecture this represents. | |
2214 | ||
82f6addb NC |
2215 | 2002-02-05 Nick Clifton <[email protected]> |
2216 | ||
2217 | * po/tr.po: Updated translation. | |
2218 | ||
899f54f5 AM |
2219 | 2002-02-05 Alan Modra <[email protected]> |
2220 | ||
2221 | From Jimi X <[email protected]> | |
2222 | * archures (bfd_mach_ppc64): Define. | |
2223 | (bfd_powerpc_arch): Rename to bfd_powerpc_archs. | |
2224 | (bfd_powerpc_arch): Define. | |
2225 | * bfd-in2.h: Regenerate. | |
2226 | * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs. | |
2227 | (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs. | |
2228 | (bfd_powerpc_archs): Add default powerpc64 arch. | |
2229 | ||
248866a8 AM |
2230 | 2002-02-05 Alan Modra <[email protected]> |
2231 | ||
2232 | * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs | |
2233 | against section syms in readonly sections. Don't do the global | |
2234 | sym check if we find one. | |
2235 | * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise. | |
2236 | * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise. | |
0a6958db | 2237 | * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise. |
248866a8 AM |
2238 | * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise. |
2239 | (elf_s390_grok_prstatus): Add missing prototype. | |
2240 | ||
4fa5c2a8 HPN |
2241 | 2002-02-04 Hans-Peter Nilsson <[email protected]> |
2242 | ||
2243 | * elf64-mmix.c (mmix_dump_bpo_gregs): New function. | |
2244 | (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>: | |
2245 | Call bfd_get_section_by_name only once. Initialize | |
2246 | bpodata->n_bpo_relocs_this_section. | |
2247 | (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment | |
2248 | referring to DSOs. | |
2249 | (bpo_reloc_request_sort_fn): Don't use difference of values as | |
2250 | return-value. | |
2251 | ||
537c972e DB |
2252 | 2002-02-02 David O'Brien <obrien@FreeBSD> |
2253 | ||
2254 | * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat | |
2255 | version 4.5 and later the same as 5-CURRENT. | |
2256 | * configure: Re-generate. | |
2257 | ||
006336b8 JT |
2258 | 2002-02-02 Jason Thorpe <[email protected]> |
2259 | ||
2260 | * config.bfd (hppa*-*-netbsd*): New target. | |
2261 | ||
6c571f00 PT |
2262 | 2002-01-31 Philipp Thomas <[email protected]> |
2263 | ||
19397422 AM |
2264 | * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR |
2265 | to front of message. Unify messages with elf32-arm.h. Use | |
2266 | commas where neccessary. | |
2267 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase | |
2268 | ERROR in messages. Unify messages with coff-arm.c. Correct | |
2269 | VFP/FPA error message. | |
2270 | (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and | |
2271 | APCS-32 for translation. | |
6c571f00 | 2272 | |
930b4cb2 HPN |
2273 | 2002-02-01 Hans-Peter Nilsson <[email protected]> |
2274 | ||
2275 | Perform on-demand global register allocation from | |
2276 | R_MMIX_BASE_PLUS_OFFSET relocs. | |
2277 | * elf64-mmix.c (struct bpo_reloc_section_info, struct | |
2278 | bpo_reloc_request, struct bpo_greg_section_info): New. | |
2279 | (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook, | |
2280 | bpo_reloc_request_sort_fn, mmix_elf_relax_section, | |
2281 | _bfd_mmix_check_all_relocs, | |
2282 | _bfd_mmix_prepare_linker_allocated_gregs, | |
2283 | _bfd_mmix_finalize_linker_allocated_gregs): New functions. | |
2284 | (elf_mmix_howto_table): Correct src_mask for most relocs. | |
2285 | (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New | |
2286 | case. | |
2287 | (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New | |
2288 | case. Fix typo in comment. New label do_mmix_reloc. | |
2289 | (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to | |
2290 | store first object file with a base-plus-offset reloc. Call | |
2291 | mmix_elf_check_common_relocs for the part common with mmo. | |
2292 | (mmix_elf_final_link): Write out linker-allocated register | |
2293 | contents section. | |
2294 | (elf_backend_gc_sweep_hook): Define. | |
2295 | (bfd_elf64_bfd_relax_section): Define. | |
2296 | ||
2297 | * mmo.c: Don't include <ctype.h> | |
2298 | (mmo_init): Correct init-once logic. | |
2299 | ||
3e36d993 TR |
2300 | 2002-02-01 Tom Rix <[email protected]> |
2301 | ||
2302 | * config.bfd: Conditionally support <aiaff> for pre AIX 4.3. | |
2303 | ||
ba323545 AM |
2304 | 2002-02-01 Alan Modra <[email protected]> |
2305 | ||
2306 | * Makefile.am: Run "make dep-am" | |
2307 | * Makefile.in: Regenerate. | |
2308 | ||
012884d6 DB |
2309 | 2002-01-31 David O'Brien <obrien@FreeBSD> |
2310 | ||
2311 | * configure.in: Recognize the differences in core files from FreeBSD | |
2312 | 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as | |
2313 | 5-CURRENT. | |
2314 | * configure: Regenerate. | |
2315 | ||
3b16e843 NC |
2316 | 2002-01-31 Ivan Guzvinec <[email protected]> |
2317 | ||
2318 | * coff-or32.c: New file. | |
2319 | * cpu-or32.c: New file. | |
2320 | * elf32-or32.c: New file. | |
2321 | * archures.c: Add support for or32. | |
2322 | * targets.c: Add support for or32. | |
2323 | * bfd-in2.h: Regenerate. | |
7dc0ab31 | 2324 | * coffcode.h (coff_set_arch_mach_hook, coff_set_flags, |
3b16e843 NC |
2325 | coff_write_object_contents): Add support for or32. |
2326 | * config.bfd: Add target. | |
2327 | * configure.in: Add support for or32. | |
2328 | * configure: Regenerate. | |
2329 | * Makefile.am: Add support for or32. | |
2330 | * Makefile.in: Regenerate. | |
3b16e843 NC |
2331 | * po/SRC-POTFILES.in: Add or32 files. |
2332 | * po/bfd.pot: Regenerate. | |
7dc0ab31 | 2333 | |
caf8ca8e NC |
2334 | 2002-01-31 Nick Clifton <[email protected]> |
2335 | Don Lindsay <[email protected]> | |
2336 | ||
2337 | * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return | |
2338 | false' with a return of a bfd_reloc_ error code. | |
2339 | ||
e5dfef09 HPN |
2340 | 2002-01-31 Hans-Peter Nilsson <[email protected]> |
2341 | ||
2342 | * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't | |
2343 | unexport unreferenced symbols when --export-dynamic. Call | |
2344 | _bfd_elf_strtab_delref when unexporting. | |
2345 | ||
4e4770d0 DJ |
2346 | 2002-01-30 Daniel Jacobowitz <[email protected]> |
2347 | ||
2348 | * bfd-in.h: Include <stdbool.h> if it is available. | |
2349 | * bfd-in2.h: Regenerated. | |
2350 | ||
e1fa50e7 AM |
2351 | 2002-01-31 Alan Modra <[email protected]> |
2352 | ||
2353 | * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should | |
2354 | not go via the plt. | |
2355 | ||
b5f79c76 NC |
2356 | 2002-01-30 Nick Clifton <[email protected]> |
2357 | ||
b5f79c76 NC |
2358 | * archures.c: Tidy up formatting of embedded comments. |
2359 | * bfd.c: Tidy up formatting of embedded comments. | |
7dc0ab31 | 2360 | * bfd-in.h: Fix formatting of comments. |
b5f79c76 NC |
2361 | * reloc.c: Tidy up formatting of ordinary & embedded comments. |
2362 | * section.c: Tidy up formatting of embedded comments. | |
2363 | * syms.c: Tidy up formatting of embedded comments. | |
2364 | * targets.c: Tidy up formatting of embedded comments. | |
2365 | ||
2366 | * bfd-in2.h: Regenerate. | |
2367 | ||
ca09e32b NC |
2368 | 2002-01-30 Nick Clifton <[email protected]> |
2369 | ||
2370 | * vms-tir.c (cmd_name): New function. | |
2371 | (tir_cmd_name): New function. | |
2372 | (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name(). | |
2373 | (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name(). | |
2374 | Fix formatting. | |
7dc0ab31 | 2375 | |
ca09e32b NC |
2376 | * peXXigen.c (pe_print_idata): Rearrange message to aid in |
2377 | translation. | |
2378 | (pe_print_pdata): Rearrange message to aid in translation. | |
2379 | ||
2380 | * libbfd.c (warn_deprecated): Rearrange error message to aid in | |
2381 | translation. | |
2382 | ||
2383 | * ihex.c (ihex_write_object_contents): Fix spelling typo. | |
2384 | ||
2385 | * ieee.c (ieee_slurp_external_symbols): Remove spurious space. | |
2386 | ||
2387 | * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error | |
2388 | message to aid in translation. | |
2389 | ||
2390 | * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message | |
2391 | to aid in translation. | |
2392 | ||
2393 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo. | |
2394 | ||
7dc0ab31 | 2395 | 2002-01-30 Philipp Thomas <[email protected]> |
ae1a89b7 PT |
2396 | |
2397 | * coff-arm.c, elf32-elf.h: Unify messages. | |
2398 | ||
05f64ac6 NC |
2399 | 2002-01-30 Nick Clifton <[email protected]> |
2400 | ||
2401 | * po/sv.po: Updated translation. | |
2402 | ||
f5a3e38a NC |
2403 | 2002-01-30 Philipp Thomas <[email protected]> |
2404 | ||
2405 | * dwarf2.c (read_abbrev): Use full section name in error message. | |
2406 | (decode_line_info): Likewise. | |
661a3fd4 NC |
2407 | |
2408 | * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging | |
2409 | message. | |
2410 | ||
d926e03d AM |
2411 | 2002-01-30 Alan Modra <[email protected]> |
2412 | ||
2413 | * elf64-ppc.c (func_desc_adjust): Only provide missing function | |
2414 | descriptor symbols for undefined function code syms. Clear | |
2415 | ELF_LINK_NON_ELF so that they can stay weak. | |
2416 | ||
030d18fb | 2417 | 2002-01-29 Chris Demetriou <[email protected]> |
7dc0ab31 | 2418 | Mitch Lichtenberg <[email protected]> |
030d18fb CD |
2419 | |
2420 | * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype. | |
2421 | * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function | |
2422 | to handle 32-bit ELF embedded reloc (ld --embedded-relocs) | |
2423 | generation. | |
2424 | * bfd-in2.h: Regenerate. | |
2425 | ||
fcc76bea CD |
2426 | 2002-01-29 Chris Demetriou <[email protected]> |
2427 | ||
2428 | * elf32-mips.c: Add additional comments about HI16 relocation | |
2429 | processing. | |
2430 | (_bfd_mips_elf_hi16_reloc): Don't subtract address here for | |
2431 | pc-relative relocations. (Reverts change made on 2001-10-31.) | |
2432 | (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here | |
2433 | for pc-relative relocations. | |
2434 | (mips_elf_calculate_relocation): Add a comment about a kludge | |
2435 | in the R_MIPS_GNU_REL_HI16 handling. | |
2436 | (_bfd_mips_elf_relocate_section): Implement that kludge; | |
2437 | adjust pc-relative HI16 relocation for difference in HI16 and | |
2438 | LO16 addresses, since it can't easily be done in | |
2439 | mips_elf_calculate_relocation. | |
2440 | ||
f9cd9119 MS |
2441 | 2002-01-29 Martin Schwidefsky <[email protected]> |
2442 | ||
2443 | * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32 | |
2444 | relocations with PC32 relocations for undefined or weak symbols. | |
2445 | * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise. | |
2446 | * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise. | |
2447 | ||
702248bb JT |
2448 | 2002-01-28 Jason Thorpe <[email protected]> |
2449 | ||
2450 | * elfcore.h (elf_core_file_p): Improve comment for last change. | |
2451 | ||
4867be41 DJ |
2452 | 2002-01-27 Daniel Jacobowitz <[email protected]> |
2453 | ||
2454 | * configure: Regenerated. | |
2455 | ||
a94cef6a JT |
2456 | 2002-01-27 Jason Thorpe <[email protected]> |
2457 | ||
2458 | * elfcore.h (elf_core_file_p): Set the machine architecture | |
2459 | before processing the program headers. | |
2460 | ||
7562a296 HPN |
2461 | 2002-01-26 Hans-Peter Nilsson <[email protected]> |
2462 | ||
966abd70 HPN |
2463 | * configure.in <64-bit configuration>: If using gcc, check and |
2464 | emit error for egcs-1.1.2. | |
2465 | * configure: Regenerate. | |
2466 | ||
e8eab623 NC |
2467 | 2002-01-26 Egor Duda <[email protected]> |
2468 | ||
2469 | * elf.c (elfcore_grok_win32pstatus): Copy only as much information | |
2470 | as possible to avoid stack corruption. | |
2471 | ||
73896efb RH |
2472 | 2002-01-26 Richard Henderson <[email protected]> |
2473 | ||
2474 | * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext | |
2475 | for non-allocated sections. | |
2476 | ||
2477 | 2002-01-25 Mark Kettenis <[email protected]> | |
c106e334 MK |
2478 | |
2479 | * elf.c (elfcore_write_prstatus): Make sure we pass the address of | |
2480 | prstat.pr_reg even if it is a struct. | |
2481 | ||
73896efb | 2482 | 2002-01-25 Steve Ellcey <[email protected]> |
254ed743 NC |
2483 | |
2484 | * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX. | |
2485 | ||
3d66c4f7 NC |
2486 | 2002-01-25 Philipp Thomas <[email protected]> |
2487 | ||
2488 | * coffgen.c (coff_print_symbol): Don't mark info message | |
2489 | for translation. | |
2490 | ||
9460ecda NC |
2491 | 2002-01-25 Nick Clifton <[email protected]> |
2492 | ||
2493 | * po/fr.po: Updated translation. | |
2494 | * po/es.po: Updated translation. | |
2495 | ||
cc9ff76a AM |
2496 | 2002-01-25 Philipp Thomas <[email protected]> |
2497 | ||
2498 | * coff-alpha.c (alpha_relocate_section): Unify warning message | |
2499 | for GP relative relocations without GP defined. | |
2500 | * coff-mips.c (mips_relocate_section): Likewise. | |
2501 | ||
c68836a9 AM |
2502 | 2002-01-25 Alan Modra <[email protected]> |
2503 | ||
2504 | * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid | |
2505 | unsigned overflow when new_offset < old_offset. | |
2506 | ||
e8eab623 | 2507 | 2002-01-24 Philipp Thomas <[email protected]> |
391154e9 NC |
2508 | |
2509 | * bfd.c (_bfd_abort): Fix typo. | |
2510 | ||
8ba89f17 RH |
2511 | 2002-01-23 Richard Henderson <[email protected]> |
2512 | ||
2513 | * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress | |
2514 | plt entries for undefweak symbols. | |
2515 | ||
c6953948 NC |
2516 | 2002-01-23 Steve Ellcey <[email protected]> |
2517 | ||
2518 | * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to | |
2519 | DEFAULT_VECTOR. | |
2520 | (bfd_elf64_ia64_hpux_big_vec): Ditto. | |
2521 | (bfd_elf32_h8300_vec): Ditto. | |
2522 | ||
41bd81ab AM |
2523 | 2002-01-23 Alan Modra <[email protected]> |
2524 | ||
2525 | * elf64-ppc.c: Remove stale part of ABI comment. | |
2526 | (NO_OPD_RELOCS): Define. | |
2527 | (ppc64_elf_check_relocs): Use it. | |
2528 | (ppc64_elf_relocate_section): Here too. | |
2529 | (build_one_stub): Don't point function syms at the stub. Instead, | |
2530 | hijack plt.offset. | |
2531 | (ppc64_elf_relocate_section): Check whether REL24 relocs should | |
2532 | really go to the stub. Make all dynamic relocs in opd against | |
2533 | locals. | |
2534 | (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of | |
2535 | plt.offset. | |
2536 | ||
f304919d RH |
2537 | 2002-01-22 Richard Henderson <[email protected]> |
2538 | ||
2539 | * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp. | |
2540 | ||
c0ef99a7 AM |
2541 | 2002-01-22 Alan Modra <[email protected]> |
2542 | ||
60ee0d4a AM |
2543 | * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of |
2544 | TOC_BASE_OFF adjustment. | |
2545 | ||
c0ef99a7 AM |
2546 | * Makefile.am: Run "make dep-am". |
2547 | * Makefile.in: Regenerate. | |
2548 | * po/SRC-POTFILES.in: Regenerate. | |
2549 | ||
64328b46 AM |
2550 | 2002-01-22 John David Anglin <[email protected]> |
2551 | ||
2552 | * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new | |
2553 | host defines. | |
2554 | ||
59953665 | 2555 | 2002-01-21 Hans-Peter Nilsson <[email protected]> |
58255df3 HPN |
2556 | |
2557 | * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>: | |
2558 | Check for and emit error if sgot is NULL at this point. | |
2559 | ||
9596feea JT |
2560 | 2002-01-21 Jason Thorpe <[email protected]> |
2561 | ||
2562 | * config.bfd (ia64*-*-netbsd*): New target. | |
2563 | ||
7b45c6e1 AM |
2564 | 2002-01-21 Thomas Klausner <[email protected]> |
2565 | ||
2566 | * som.c (som_write_space_strings): Comment typo fix. | |
2567 | ||
e5094212 AM |
2568 | 2002-01-21 Alan Modra <[email protected]> |
2569 | ||
e86ce104 AM |
2570 | * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and |
2571 | is_func_descriptor fields. | |
2572 | (link_hash_newfunc): Init them. | |
2573 | (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a | |
2574 | dot are candidates for plt entries. When processing .opd relocs, | |
2575 | set function descriptor strings to point inside function code | |
2576 | string, and set new ppc_link_hash_entry fields. | |
2577 | (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs. | |
2578 | (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with | |
2579 | function descriptors. It's now done in.. | |
2580 | (func_desc_adjust): New. | |
2581 | (ppc64_elf_func_desc_adjust): New. | |
2582 | (define elf_backend_always_size_sections): Define. | |
2583 | (ppc64_elf_hide_symbol): New. | |
2584 | (define elf_backend_hide_symbol): Define. | |
2585 | (allocate_dynrelocs): Remove code looking up function descriptors | |
2586 | as that has been done earlier. | |
2587 | (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash | |
2588 | table. | |
2589 | (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking | |
2590 | up function descriptor. | |
2591 | (build_one_stub): Look up the function code sym. Check for | |
2592 | invalid plt offsets. | |
2593 | (ppc64_elf_relocate_section): Tweak calls to undefined weak syms. | |
2594 | Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs. | |
2595 | ||
e5094212 AM |
2596 | * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add |
2597 | boolean param. | |
2598 | (_bfd_elf_link_hash_hide_symbol): Likewise. | |
2599 | * elflink.h (elf_link_add_object_symbols): Adjust call to | |
2600 | elf_backend_hide_symbol. | |
2601 | (elf_fix_symbol_flags): Likewise. | |
2602 | (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather | |
2603 | than bfd_alloc. | |
2604 | * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param. | |
2605 | Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref. | |
2606 | * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise. | |
2607 | (clobber_millicode_symbols): Adjust to suit new hide_symbol. | |
2608 | * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param | |
2609 | and adjust to suit. | |
2610 | * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call | |
2611 | _bfd_elf_link_hash_hide_symbol rather than duplicating code. | |
2612 | * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise. | |
2613 | ||
40b8271b AM |
2614 | 2002-01-18 Alan Modra <[email protected]> |
2615 | ||
2616 | * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a | |
2617 | dynamic function descriptor symbol, not the associated function | |
2618 | symbol. | |
2619 | ||
55baa95b EC |
2620 | 2002-01-17 Eric Christopher <[email protected]> |
2621 | ||
2622 | * elf32-mips.c (mips_elf_calculate_relocation): Fix typo. | |
2623 | ||
328577ad NC |
2624 | 2002-01-17 Nick Clifton <[email protected]> |
2625 | ||
2626 | * po/bfd.pot: Regenerate. | |
2627 | * po/fr.po: Regenerate. | |
2628 | ||
af746e92 AM |
2629 | 2002-01-17 Alan Modra <[email protected]> |
2630 | ||
2631 | * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>): | |
2632 | Remove "Elf_Internal_Shdr *" param. | |
2633 | (_bfd_mips_elf_section_from_bfd_section): Ditto. | |
2634 | * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto. | |
2635 | * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto. | |
2636 | * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto. | |
2637 | * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto. | |
2638 | * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto. | |
2639 | * elf.c (_bfd_elf_section_from_bfd_section): Allow backend | |
2640 | function to override special sections. Remove hdr arg from | |
2641 | backend call, and don't loop. | |
2642 | ||
175e9962 EC |
2643 | 2002-01-16 Eric Christopher <[email protected]> |
2644 | ||
2645 | * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp | |
2646 | on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of | |
2647 | relocations requiring gp0 and gp. | |
2648 | ||
96a846ea RE |
2649 | 2002-01-16 Richard Earnshaw <[email protected]> |
2650 | ||
175e9962 | 2651 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle |
96a846ea RE |
2652 | EF_ARM_VFP_FLOAT. |
2653 | (elf32_arm_print_private_bfd_data): Likewise. | |
2654 | ||
af3ae48d NC |
2655 | 2002-01-16 Nick Clifton <[email protected]> |
2656 | ||
2657 | * po/tr.po: Import new version. | |
2658 | ||
10ed1bba AM |
2659 | 2002-01-16 Alan Modra <[email protected]> |
2660 | ||
2661 | * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs. | |
2662 | (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc. | |
2663 | (ORI_R0_R0_0): Correct. | |
2664 | ||
5d1634d7 AM |
2665 | 2002-01-16 Alan Modra <[email protected]> |
2666 | ||
2667 | * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE | |
2668 | when plt_not_loaded. | |
2669 | * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to | |
2670 | clear .plt SEC_CODE here. Create .stub and correct .glink flags. | |
2671 | (PLT_INITIAL_ENTRY_SIZE): Set to 24. | |
2672 | (ppc64_elf_glink_code): Delete. | |
2673 | (PPC64_ELF_GLINK_SIZE): Delete. | |
2674 | (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11, | |
2675 | BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0, | |
2676 | ORI_R0_R0_0): Define. | |
2677 | (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define. | |
2678 | (struct ppc_link_hash_table): Add sstub and plt_overflow. | |
2679 | (ppc64_elf_link_hash_table_create): Init them. | |
2680 | (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry. | |
2681 | Don't copy to shared lib. | |
2682 | (ppc64_elf_check_relocs): Call bfd_set_error on errors. | |
2683 | (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount. | |
2684 | (allocate_dynrelocs <plt>): Don't change function sym here. Make | |
2685 | room for .stub and .glink code. | |
2686 | (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for | |
2687 | DT_PPC64_GLINK. | |
2688 | (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call | |
2689 | bfd_elf64_bfd_final_link. | |
2690 | (bfd_elf64_bfd_final_link): Don't define. | |
2691 | (ppc64_elf_size_stubs): New. | |
2692 | (build_plt_stub): New. | |
2693 | (build_one_stub): New. | |
2694 | (ppc64_elf_build_stubs): New. | |
2695 | (ppc64_elf_relocate_section <toc relocs>): Remove assert. | |
2696 | (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs. | |
2697 | (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set | |
2698 | DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in | |
2699 | case output sections not separate. Adjust DT_RELASZ to not | |
2700 | include plt relocs. Set reserved got entry. Set got and plt | |
2701 | entry size. | |
2702 | (elf_backend_got_header_size): Set to 8. | |
2703 | * elf64-ppc.h: New file. | |
2704 | ||
c601ffdb AM |
2705 | 2002-01-16 Alan Modra <[email protected]> |
2706 | ||
2707 | * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing | |
2708 | sections, use bfd_section_list_remove. | |
2709 | * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise. | |
2710 | * elflink.h (elf_link_add_object_symbols): When removing all | |
2711 | sections, use bfd_section_list_clear. | |
2712 | ||
8fb4cb7f NC |
2713 | 2002-01-15 Nick Clifton <[email protected]> |
2714 | ||
2715 | * po/sv.po: New file: Swedish translation. | |
2716 | * configure.in (ALL_LINGUAS): Add sv. | |
2717 | * configure: Regenerate. | |
2718 | ||
d3c456e9 JJ |
2719 | 2002-01-15 Jakub Jelinek <[email protected]> |
2720 | ||
2721 | * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change. | |
2722 | * elf.c (merge_sections_remove_hook): New function. | |
2723 | (_bfd_elf_merge_sections): Pass it as 3rd argument to | |
2724 | _bfd_merge_sections. | |
2725 | * libbfd-in.h (_bfd_merge_sections): Add 3rd argument. | |
2726 | * libbfd.h: Rebuilt. | |
2727 | * merge.c (_bfd_merge_sections): Add remove_hook argument. | |
2728 | Call remove_hook if a SEC_EXCLUDE section is encountered. | |
2729 | ||
1f7fd478 NC |
2730 | 2002-01-15 Nick Clifton <[email protected]> |
2731 | ||
2732 | * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'. | |
2733 | (xstormy16_reloc_map): Initialise new field with correct howto | |
2734 | table. | |
2735 | (xstormy16_reloc_type_lookup): Use 'table' field to locate correct | |
2736 | howto entry. | |
2737 | ||
b87011e9 MS |
2738 | 2002-01-10 Michael Snyder <[email protected]> |
2739 | ||
2740 | * elf.c (elfcore_write_prstatus): Use long instead of pid_t; | |
2741 | (elfcore_write_pstatus): Use long instead of pid_t; | |
2742 | * elf-bfd.h: Change prototypes to use long instead of pid_t; | |
2743 | ||
175e9962 | 2744 | 2002-01-09 Jason Thorpe <[email protected]> |
b4db1224 JT |
2745 | |
2746 | * elf.c: Update copyright years. | |
2747 | (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO | |
2748 | and NT_NETBSDCORE_FIRSTMACH. Improve a comment. | |
2749 | ||
7c76fa91 MS |
2750 | 2002-01-08 Michael Snyder <[email protected]> |
2751 | ||
2752 | Add capability to write corefile note sections, for gdb. | |
2753 | * elf.c (elfcore_write_note): New function. | |
2754 | (elfcore_write_prpsinfo): New function. | |
2755 | (elfcore_write_prstatus): New function. | |
2756 | (elfcore_write_pstatus): New function. | |
2757 | (elfcore_write_prfpreg): New function. | |
2758 | (elfcore_write_prxfpreg): New function. | |
97996af6 | 2759 | * elf-bfd.h: Add prototypes for above functions. |
7c76fa91 | 2760 | |
e1fddb6b AO |
2761 | 2002-01-08 Alexandre Oliva <[email protected]> |
2762 | ||
2763 | * elf.c (elf_fake_sections): Propagate errors from | |
2764 | elf_backend_fake_section. | |
2765 | ||
8d05742f JT |
2766 | 2002-01-07 Jason Thorpe <[email protected]> |
2767 | ||
2768 | * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo. | |
2769 | (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c. | |
2770 | (elf32-sh-nbsd.lo): New rule. | |
2771 | * Makefile.in: Regenerate. | |
2772 | * config.bfd (sh*le-*-netbsdelf*): New target. | |
2773 | (sh*-*-netbsdelf*): New target. | |
2774 | * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*. | |
2775 | (bfd_elf32_shnbsd_vec): New vector. | |
2776 | (bfd_elf32_shlnbsd_vec): New vector. | |
2777 | * configure: Regenerate. | |
2778 | * elf32-sh-nbsd.c: New file. | |
2779 | * targets.c: Update copyright years. | |
175e9962 | 2780 | (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and |
8d05742f JT |
2781 | bfd_elf32_shnbsd_vec. |
2782 | ||
1dba4cb4 AH |
2783 | 2002-01-07 Aldy Hernandez <[email protected]> |
2784 | ||
2785 | * coff-rs6000.c (READ20): Use bfd_scan_vma. | |
2786 | ||
47b22aef GK |
2787 | 2002-01-07 Geoffrey Keating <[email protected]> |
2788 | ||
2789 | * elflink.h (elf_link_input_bfd): Don't ask for the merged offset | |
2790 | of a symbol in a section that will be deleted. | |
2791 | ||
be2d1673 NC |
2792 | 2002-01-07 Nick Clifton <[email protected]> |
2793 | ||
2794 | * po/es.po: New file: Spanish translation. | |
2795 | * configure.in (ALL_LINGUAS): Add es. | |
2796 | * configure: Regenerate. | |
2797 | ||
d9cf1b54 AM |
2798 | 2002-01-06 Steve Ellcey <[email protected]> |
2799 | ||
2800 | * elfxx-ia64.c (is_unwind_section_name): Add target vector as | |
2801 | argument so we can handle HP-UX specially. | |
2802 | (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name. | |
2803 | (elfNN_hpux_backend_section_from_bfd_section): New for support | |
2804 | of SHN_IA_64_ANSI_COMMON. | |
2805 | (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON. | |
2806 | (is_unwind_section_name): Add special HP-UX support. | |
2807 | (elfNN_ia64_section_from_shdr): Add support for more sections. | |
2808 | (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and | |
2809 | add support for more sections. | |
2810 | (elfNN_ia64_additional_program_headers): Modify | |
2811 | is_unwind_section_name call. | |
2812 | (elfNN_ia64_modify_segment_map): Remove assumption that there is | |
2813 | only one unwind section in segment. | |
2814 | ||
3f3c5c34 AM |
2815 | 2002-01-06 Alan Modra <[email protected]> |
2816 | ||
2817 | * syms.c (_bfd_generic_make_empty_symbol): New function. | |
2818 | * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as | |
2819 | _bfd_generic_make_empty_symbol. | |
2820 | * libbfd.h: Regenerate. | |
2821 | * bfd-in2.h: Regenerate. | |
2822 | * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function. | |
2823 | (hppabsd_core_get_symtab_upper_bound): Don't define. | |
2824 | (hppabsd_core_get_symtab): Likewise. | |
2825 | (hppabsd_core_print_symbol): Likewise. | |
2826 | (hppabsd_core_get_symbol_info): Likewise. | |
2827 | (hppabsd_core_bfd_is_local_label_name): Likewise. | |
2828 | (hppabsd_core_get_lineno): Likewise. | |
2829 | (hppabsd_core_find_nearest_line): Likewise. | |
2830 | (hppabsd_core_bfd_make_debug_symbol): Likewise. | |
2831 | (hppabsd_core_read_minisymbols): Likewise. | |
2832 | (hppabsd_core_minisymbol_to_symbol): Likewise. | |
2833 | (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols). | |
2834 | Formatting fixes. | |
2835 | * hpux-core.c: Similarly. | |
2836 | * irix-core.c: Similarly. | |
2837 | * osf-core.c: Similarly. | |
2838 | * sco5-core.c: Similarly. | |
2839 | * binary.c (binary_make_empty_symbol): Remove function, define as | |
2840 | _bfd_generic_make_empty_symbol. | |
2841 | * ihex.c (ihex_make_empty_symbol): Likewise. | |
2842 | * mmo.c (mmo_make_empty_symbol): Likewise. | |
2843 | * ppcboot.c (ppcboot_make_empty_symbol): Likewise. | |
2844 | * srec.c (srec_make_empty_symbol): Likewise. | |
2845 | * versados.c (versados_make_empty_symbol): Likewise. | |
2846 | * vms.c (_bfd_vms_make_empty_symbol): Remove. | |
2847 | (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol. | |
2848 | * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol | |
2849 | rather than _bfd_vms_make_empty_symbol. | |
2850 | * vms-misc.c (new_symbol): Likewise. | |
2851 | ||
3f0a7f7f AM |
2852 | 2002-01-05 Alan Modra <[email protected]> |
2853 | ||
9e7b37b3 AM |
2854 | * section.c (bfd_section_init): Remove unnecessary initialisations. |
2855 | (bfd_section_list_clear): New function. | |
2856 | (bfd_section_list_remove, bfd_section_list_insert): New macros. | |
2857 | (_bfd_strip_section_from_output): Use them. | |
2858 | * coffcode.h (coff_set_alignment_hook): Likewise. | |
2859 | * elf32-mips.c (_bfd_mips_elf_final_link): Likewise. | |
2860 | * elf64-mips.c (mips_elf64_final_link): Likewise. | |
2861 | * elf64-mmix.c (mmix_elf_final_link): Likewise. | |
2862 | * sunos.c (sunos_add_dynamic_symbols): Likewise. | |
2863 | * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise. | |
2864 | * bfd-in2.h: Regenerate. | |
2865 | ||
2866 | * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway | |
2867 | rather than doing our own section handling. Clean up after errors | |
2868 | with bfd_release and bfd_section_list_clear. Handle unexpected | |
2869 | flags. | |
2870 | * aoutf1.h (sunos4_core_file_p): Likewise. | |
2871 | * aix386-core.c (aix386_core_file_p): Likewise. | |
2872 | * cisco-core.c (cisco_core_file_validate): Likewise. | |
2873 | * ptrace-core.c (ptrace_unix_core_file_p): Likewise. | |
2874 | * trad-core.c (trad_unix_core_file_p): Likewise. | |
2875 | ||
2876 | * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors | |
2877 | with bfd_release and bfd_section_list_clear. | |
2878 | * hpux-core.c (hpux_core_core_file_p): Likewise. | |
2879 | * irix-core.c (irix_core_core_file_p): Likewise. | |
2880 | * lynx-core.c (lynx_core_file_p): Likewise. | |
2881 | * osf-core.c (osf_core_core_file_p): Likewise. | |
2882 | * rs6000-core.c (rs6000coff_core_p): Likewise. | |
2883 | * sco5-core.c (sco5_core_file_p): Likewise. | |
2884 | ||
3f0a7f7f AM |
2885 | * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform |
2886 | sign extension adjustments without conditionals. | |
2887 | ||
a3aa38ee JJ |
2888 | 2002-01-04 Jakub Jelinek <[email protected]> |
2889 | ||
2890 | * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if | |
2891 | CIE at .eh_frame start is removed due to no FDEs referencing it. | |
2892 | ||
8a8b2d4b AJ |
2893 | 2002-01-04 Jason Thorpe <[email protected]> |
2894 | ||
2895 | * config.bfd (x86_64-*-netbsd*): New target. | |
2896 | * configure.in (x86_64-*-netbsd*): Set COREFILE | |
2897 | to netbsd-core.lo. | |
2898 | * configure: Regenerated. | |
2899 | ||
04b5af89 TR |
2900 | 2002-01-03 Tom Rix <[email protected]> |
2901 | ||
2902 | * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering | |
2903 | for recent bfd_make_section_anyway change. | |
2904 | ||
51c5503b NC |
2905 | 2002-01-03 Nick Clifton <[email protected]> |
2906 | ||
2907 | * elf32-arm.h (elf32_arm_final_link_relocate): Handle | |
2908 | R_ARM_THM_PC11 reloc. | |
2909 | ||
07f7c046 NC |
2910 | 2002-01-02 Nick Clifton <[email protected]> |
2911 | ||
2912 | * configure.in (LINGUAS): Add ja. | |
2913 | * configure: Regenerate. | |
2914 | * po/ja.po: Import from translation project's web site. | |
2915 | ||
5eefb65f NC |
2916 | 2002-01-02 Nick Clifton <[email protected]> |
2917 | ||
2918 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error | |
2919 | messages to ease translation into other languages. | |
2920 | ||
39e90f10 | 2921 | For older changes see ChangeLog-0001 |
56882138 AM |
2922 | \f |
2923 | Local Variables: | |
2924 | mode: change-log | |
2925 | left-margin: 8 | |
2926 | fill-column: 74 | |
2927 | version-control: never | |
2928 | End: |