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