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