]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
2003-02-12 Michael Chastain <mec@shout.net>
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
427bfd90
NC
12003-02-13 Nick Clifton <nickc@redhat.com>
2
3 * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
4 in computation of offset to insert into BL instruction.
5
42b5d0ea
NC
62003-02-11 Uwe Stieber <uwe@wwws.de>
7
8 * config.bfd: Add support for kaOS as cross build target system.
9
a48ebf4d
AM
102003-02-11 Alan Modra <amodra@bigpond.net.au>
11
12 * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
13 .__tls_get_addr too.
14 (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
15
c95b8a7a
KK
162003-02-10 Kaz kojima <kkojima@rr.iij4u.or.jp>
17
18 * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
19 (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
20 (sh_elf_link_hash_newfunc): Remove the initialization of
21 tls_tpoff32 field.
22 (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
23 for which tls_tpoff32 flag is set.
24 (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
25 of the symbol includes the entry matched with the input_section
26 and having tls_tpoff32 flag on. When linking statically, set
27 symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
28 is defined in this executable.
29 (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
30
a779acda
JJ
312003-02-10 Jakub Jelinek <jakub@redhat.com>
32
33 * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
34 even if there is just non-empty .rela.plt.
35
fde78edd
NC
362003-02-10 Nick Clifton <nickc@redhat.com>
37
38 * archures.c (bfd_mach_arm_ep9312): Define.
39 * bfd-in2.h: Regenerate.
40 * cpu-arm.c (processors[]): Add ep9312.
41 (bfd_arm_arch): Add ep9312.
42 * elf32-arm.h (elf32_arm_merge_private_data): Update error
43 messages and add test for Maverick floating point support.
44 (elf32_arm_print_private_bfd_data): Handle
45 EF_ARM_MAVERICK_FLOAT flag.
c178919b
NC
46 (elf32_arm_object_p): New function.
47 (elf_backend_object_p): Define.
fde78edd 48
e7b938ca
AM
492003-02-10 Alan Modra <amodra@bigpond.net.au>
50
51 * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
52 variables, structure fields or function params to tls_mask or
53 similar to better reflect usage.
54 (struct got_entry): Comment.
55 (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
56 (get_tls_mask): Rename from get_tls_type.
57
951fd09b
AM
582003-02-09 Alan Modra <amodra@bigpond.net.au>
59
60 * elf64-ppc.c (TLS_GD_LD): Don't define..
61 (TLS_GD): ..define this instead and update all uses.
62 (TLS_TPRELGD): Define.
63 (ppc64_elf_link_hash_table_create): Tweak initialization of
64 init_refcount and init_offset.
65 (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
66 Mark second slot of GD or LD toc entries.
67 (get_tls_type): Return an int. Distinguish toc GD and LD entries
68 from other tls types.
69 (ppc64_elf_tls_setup): New function, split out from..
70 (ppc64_elf_tls_optimize): ..here. Don't optimize when symbols are
71 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL
72 on GD->IE optimization, use TLS_TPRELGD instead. Use get_tls_type
73 return value to properly decide whether toc GD and LD entries can
74 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
75 to determine GD or LD rather than looking at TLS_LD flag. Don't
76 attempt to adjust got entry tls_type here..
77 (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
78 look for possible merges.
79 (ppc64_elf_size_dynamic_sections): Adjust local got entries for
80 optimization.
81 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
82 (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
83 Make use of return value from get_tls_type to properly detect GD and
84 LD optimizations. Split tlsld/gd hi/ha from lo/ds case. Don't
85 handle tls_get_addr removal when looking at REL24 relocs, do it when
86 looking at the previous reloc. Check reloc after DTPMOD64 to determine
87 GD or LD.
88 * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
89
acc990f2
AM
902003-02-08 Alan Modra <amodra@bigpond.net.au>
91
00b28bb0
AM
92 * elf32-hppa.c (group_sections): Don't share a stub section if
93 stubs are for a large section.
94
acc990f2
AM
95 * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
96 stubs if !stubs_always_before_branch.
97
589e6347
NC
982003-02-07 Nick Clifton <nickc@redhat.com>
99
100 * elf.c (swap_out_syms): Generate an error message if an
101 equivalent output section cannot be found for a symbol.
102
c328dc3f
JJ
1032003-02-07 Jakub Jelinek <jakub@redhat.com>
104
105 * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
106 local_got_entries is NULL.
107
84f97cb6
AS
1082003-02-06 Andreas Schwab <schwab@suse.de>
109
110 * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
111 (read_value): Add parameter is_signed, use signed extraction if
112 the value is signed.
113 (_bfd_elf_write_section_eh_frame): Pass signed flag of the
114 encoding to read_value.
115
6349e628
AM
1162003-02-06 Alan Modra <amodra@bigpond.net.au>
117
118 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
119 plt info when called to transfer weak sym info.
120
411e1bfb
AM
1212003-02-05 Alan Modra <amodra@bigpond.net.au>
122
123 * reloc.c: Add PPC and PPC64 TLS relocs.
124 * libbfd.h: Regenerate.
125 * bfd-in2.h: Regenerate.
126 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
127 (ppc64_elf_howto_raw): Add TLS howto's. Adjust R_PPC64_NONE to be
128 against a 32 bit field.
129 (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
130 (_ppc64_elf_section_data): Add t_symndx and comments.
131 (ppc64_elf_section_data): Use elf_section_data macro.
132 (ppc64_elf_new_section_hook): American spelling.
133 (struct got_entry, struct plt_entry): New.
134 (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
135 (struct ppc_stub_hash_entry): Add "addend" field.
136 (struct ppc_link_hash_entry): Add "tls_type".
137 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
138 TLS_EXPLICIT): Define.
139 (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
140 (link_hash_newfunc): Init new fields.
141 (ppc64_elf_link_hash_table_create): Likewise. Set init_relcount and
142 init_offset to NULL.
143 (ppc64_elf_copy_indirect_symbol): Copy got and plt info. Don't call
144 _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
145 there.
146 (update_local_sym_info, update_plt_info): New functions.
147 (ppc64_elf_check_relocs): Use them. Handle TLS relocs. Adjust GOT
148 handling to use got.glist rather than got.refcount. Likewise for PLT.
149 (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
150 (func_desc_adjust): Adjust for new PLT list.
151 (ppc64_elf_adjust_dynamic_symbol): Likewise.
152 (get_sym_h, get_tls_type): New functions.
153 (ppc64_elf_edit_opd): Remove unused variable. Use get_sym_h.
154 (ppc64_elf_tls_optimize): New function.
155 (allocate_dynrelocs): Adjust for new PLT and GOT lists. Allocate
156 TLS relocs.
157 (ppc64_elf_size_dynamic_sections): Likewise.
158 (ppc_type_of_stub): Adjust for new PLT list.
159 (ppc_build_one_stub): Likewise.
160 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
161 calls specially.
162 (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists. Handle
163 TLS relocs. Report local syms using bfd_elf_local_sym_name. Don't
164 init GOT entries that have a reloc. Generate GOT relocs here..
165 (ppc64_elf_finish_dynamic_symbol): ..not here. Adjust for PLT list.
166 * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
167
0cca5f05
AS
1682003-02-04 Andreas Schwab <schwab@suse.de>
169
170 * elf32-m68k.c (elf_m68k_hash_entry): Define.
171 (elf_m68k_link_hash_traverse): Remove.
172 (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
173 elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
174 reduce casting.
175 (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
176 casting.
177 (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
178 instead of elf_m68k_link_hash_traverse.
179 (elf_m68k_discard_copies): Change first parameter to pointer to
180 struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
181 elf_m68k_link_hash_entry is needed.
182
5cab59f6
AM
1832003-02-04 Alan Modra <amodra@bigpond.net.au>
184
185 * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
186 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
187 "got" union, and declare as gotplt_union. Use gotplt_uinion for
188 "plt" field.
189 (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
190 Add "init_offset" field.
191 (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
192 (elf_local_got_ents): Declare.
193 * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
194 and "plt".
195 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
196 (_bfd_elf_link_hash_table_init): Set "init_offset".
197 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
198 from init_offset.
199 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
200
201 * elf.c (bfd_elf_local_sym_name): Split out from..
202 (group_signature): ..here.
203 * elf-bfd.h (bfd_elf_local_sym_name): Declare.
204
68bfbfcc
AM
2052003-02-04 Alan Modra <amodra@bigpond.net.au>
206
207 * elf-bfd.h (enum elf_link_info_type): Remove.
208 (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
209 to struct sec. Remove linkonce_p field.
210 (elf_linkonce_p): Delete.
211 (elf_discarded_section): Update for sec_info_type change.
212 * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
213 flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
214 (ELF_INFO_TYPE_NONE): Define.
215 (ELF_INFO_TYPE_STABS): Define.
216 (ELF_INFO_TYPE_MERGE): Define.
217 (ELF_INFO_TYPE_EH_FRAME): Define.
218 (ELF_INFO_TYPE_JUST_SYMS): Define.
219 (STD_SECTION): Update struct sec initializer.
220 * ecoff.c (bfd_debug_section): Likewise.
221 * elf.c: Likewise. Update occurrences of sec_info_type and use_rela_p.
222 * elflink.h: Likewise.
223 * elf-eh-frame.c: Likewise.
224 * elf64-alpha.c: Likewise.
225 * elfxx-ia64.c: Likewise.
226 * elfxx-mips.c: Likewise.
227 * bfd-in2.h: Regenerate.
228
229 * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
230 referring to used_by_bfd.
231 * elf64-sparc.c (sec_do_relax): Likewise.
232 * elf64-mmix.c (mmix_elf_section_data): Likewise.
233 * elfxx-mips.c (mips_elf_section_data): Likewise.
234 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
235 (ieee_get_section_contents): Likewise.
236 (ieee_new_section_hook): Formatting.
237 (ieee_canonicalize_reloc): Remove commented out code.
238 * mmo.c (mmo_section_data): Define. Use throughout file.
239 * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
240
31f7ba04
NC
2412003-01-31 Graydon Hoare <graydon@redhat.com>
242
243 * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
244 * Makefile.in: Regenerate.
245 * opncls.c (calc_crc32, get_debug_link_info,
246 seperate_debug_file_exists, find_seperate_debug_file): New
247 internal functions.
248 (bfd_follow_gnu_debuglink): New function. Follow the pointer
249 contained inside a .gnu_debuglink section.
250 * bfd-in2.h: Regenerate.
251
38985a1c
AO
2522003-01-29 Alexandre Oliva <aoliva@redhat.com>
253
254 * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
255 entry->abfd when it's NULL.
256
4bb9a95f
AO
2572003-01-27 Alexandre Oliva <aoliva@redhat.com>
258
259 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
260 _bfd_elf_section_offset returning -2 the same way as -1.
261
f4416af6
AO
262 * elfxx-mips.c (mips_elf_multi_got): New function.
263 (struct mips_got_entry): Make symndx and gotidx signed. Moved
264 addend into union along with address and link hash entry.
265 (struct mips_got_info): Added bfd2got and next.
266 (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
267 (mips_elf_got_section, mips_elf_create_got_section): Use
268 SEC_EXCLUDE bit to tell whether we really need the got
269 section. Take boolean arguments to disregard an excluded
270 section, or to create it as excluded. Adjust all callers.
271 Use mips_elf_got_section all over.
272 (mips_elf_local_got_index, mips_elf_got_page,
273 mips_elf_got16_entry): Take input bfd as argument, and pass it
274 on to mips_elf_create_local_got_entry.
275 (mips_elf_global_got_index, mips_elf_create_local_got_entry):
276 Take input bfd as argument, and manage entries in the
277 appropriate GOT.
278 (mips_elf_got_offset_from_index): Take input bfd as argument,
279 and use it to adjust the GP offset of the bfd.
280 (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
281 unreferenced GOT entries of global symbols to the end.
282 (mips_elf_record_global_got_symbol): Take input bfd as
283 argument. Add entries to the master GOT hash table.
284 (struct mips_elf_bfd2got_hash): New.
285 (struct mips_elf_got_per_bfd_arg): New.
286 (struct mips_elf_set_global_got_offset_arg): New.
287 (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
288 mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
289 mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
290 mips_elf_merge_gots, mips_elf_set_global_got_offset,
291 mips_elf_resolve_final_got_entry,
292 mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
293 mips_elf_got_for_ibfd): New functions.
294 (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
295 (MIPS_ELF_GOT_MAX_SIZE): New macro.
296 (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
297 (mips_elf_got_entry_hash): Take new fields into account. Use
298 mips_elf_hash_bfd_vma.
299 (mips_elf_got_entry_eq): Take new fields into account.
300 (mips_elf_create_got_section): Initialize new fields.
301 (mips_elf_calculate_relocation): Pass input_bfd to functions
302 that now take it. Adjust gp for the input_bfd.
303 (mips_elf_allocate_dynamic_relocation,
304 mips_elf_create_dynamic_relocation,
305 _bfd_mips_elf_create_dynamic_sections): Use...
306 (mips_elf_rel_dyn_section): New function. Borrow code from...
307 (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
308 now take it. Create the got section if needed, even if
309 excluded, before recording a global got symbol. Move some
310 code to...
311 (mips_elf_record_local_got_symbol): New fn.
312 (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
313 Compute multi-got global entries offsets. Move GOT code to...
314 (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
315 if the GOT is too big.
316 (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
317 undefweak symbol to zero. Generate dynamic relocations for
318 non-primary GOT entries for global symbols.
319 (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
320 case. Generate dynamic relocations for local got entries.
321 Sort dynamic relocations on N64 too, using...
322 (sort_dynamic_relocs_64): New fns.
323 (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
324 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
325
52b69c9e
AO
3262003-01-27 Alexandre Oliva <aoliva@redhat.com>
327
328 * bfd.c (struct _bfd): Added id field.
329 * opncls.c (_bfd_id_counter): New static variable.
330 (_bfd_new_bfd): Use it.
331 * bfd-in2.h: Rebuilt.
332
71e5db1c
AM
3332003-01-25 Alan Modra <amodra@bigpond.net.au>
334
335 * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
336
b9734f35
JJ
3372003-01-25 Jakub Jelinek <jakub@redhat.com>
338
339 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
340 (elf32_sparc_rev32_howto): New variable.
341 (sparc_reloc_map): Add TLS relocs.
342 (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
343 Handle REV32.
344 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
345 New functions.
346 (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
347 struct elf32_sparc_link_hash_table):
348 New structures.
349 (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
350 elf32_sparc_hash_table): Define.
351 (link_hash_newfunc, elf32_sparc_link_hash_table_create,
352 create_got_section, elf32_sparc_create_dynamic_sections,
353 elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
354 functions.
355 (elf32_sparc_check_relocs): Handle TLS relocs. Add dynamic reloc
356 reference counting.
357 (elf32_sparc_gc_sweep_hook): Likewise.
358 (elf32_sparc_adjust_dynamic_symbol): Likewise.
359 (elf32_sparc_size_dynamic_sections): Likewise.
360 (elf32_sparc_relocate_section): Likewise.
361 (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
362 New functions.
363 (elf32_sparc_object_p): Allocate backend private object data.
364 (bfd_elf32_bfd_link_hash_table_create,
365 elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
366 elf_backend_can_refcount): Define.
367 (elf_backend_create_dynamic_sections): Define to
368 elf32_sparc_create_dynamic_sections.
369 * reloc.c: Add SPARC TLS relocs.
370 * bfd-in2.h, libbfd.h: Rebuilt.
371 * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
372 (sparc_reloc_map): Likewise.
373
69fc87f1
MS
3742003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
375
376 * bfd-in2.h: Regenerate.
377 * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
378 s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
379 (elf_howto_table): Add TLS relocs.
380 (elf_s390_reloc_type_lookup): Likewise.
381 (elf_s390_link_hash_entry): Add tls_type.
382 (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
383 New macros.
384 (elf_s390_link_hash_table): Add tls_ldm_got.
385 (link_hash_newfunc): Initialize tls_type.
386 (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
387 (elf_s390_copy_indirect_symbol): Copy tls_type information.
388 (elf_s390_check_relocs): Support TLS relocs.
389 (elf_s390_gc_sweep_hook): Likewise.
390 (allocate_dynrelocs): Likewise.
391 (elf_s390_size_dynamic_sections): Likewise.
392 (elf_s390_relocate_section): Likewise.
393 (elf_s390_finish_dynamic_symbol): Likewise.
394 (bfd_elf32_mkobject): Define for TLS.
395 * elf64-s390.c: Same changes as for elf32-s390.c.
396 * libbfd.h: Regenerate.
397 * reloc.c: Add s390 TLS relocations.
398
9aa4e505
NC
3992003-01-24 Charles Lepple clepple.ghz.cc
400
401 * aclocal.m4: Fix name of --enable-install-libbfd switch.
402
5177500f
NC
4032003-01-23 Nick Clifton <nickc@redhat.com>
404
405 * Add sh2e support:
406
407 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
408
409 * archures.c (bfd_mach_sh2e): Added.
410 * bfd-in2.h: Rebuilt.
411 * cpu-sh.c (arch_info_struct): Added SH2e.
412 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
413
f0abc2a1
AM
4142003-01-23 Alan Modra <amodra@bigpond.net.au>
415
416 * elf-bfd.h (struct bfd_elf_section_data): Remove tdata. Change
417 dynindx to an int. Rearrange for better packing.
418 * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
419 * elf32-mips.c (bfd_elf32_new_section_hook): Define.
420 * elf32-sh64.h: New. Split out from include/elf/sh.h.
421 (struct _sh64_elf_section_data): New struct.
422 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
423 * elf32-sh64-com.c: Include elf32-sh64.h.
424 * elf32-sh64.c: Likewise.
425 (sh64_elf_new_section_hook): New function.
426 (bfd_elf32_new_section_hook): Define.
427 (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
428 (sh64_bfd_elf_copy_private_section_data): Likewise.
429 (sh64_elf_final_write_processing): Likewise.
430 * elf32-sparc.c (struct elf32_sparc_section_data): New.
431 (elf32_sparc_new_section_hook): New function.
432 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
433 (sec_do_relax): Define.
434 (elf32_sparc_relax_section): Adjust to use sec_do_relax.
435 (elf32_sparc_relocate_section): Likewise.
436 * elf64-mips.c (bfd_elf64_new_section_hook): Define.
437 * elf64-mmix.c (struct _mmix_elf_section_data): New.
438 (mmix_elf_section_data): Define. Use throughout file.
439 (mmix_elf_new_section_hook): New function.
440 (bfd_elf64_new_section_hook): Define.
441 * elf64-ppc.c (struct _ppc64_elf_section_data): New.
442 (ppc64_elf_section_data): Define. Use throughout.
443 (ppc64_elf_new_section_hook): New function.
444 (bfd_elf64_new_section_hook): Define.
445 * elf64-sparc.c (struct sparc64_elf_section_data): New.
446 (sparc64_elf_new_section_hook): New function.
447 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
448 (sec_do_relax): Define.
449 (sparc64_elf_relax_section): Adjust to use sec_do_relax.
450 (sparc64_elf_relocate_section): Likewise.
451 (bfd_elf64_new_section_hook): Define.
452 * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
453 * elfxx-mips.c (struct _mips_elf_section_data): New.
454 (mips_elf_section_data): Define. Use throughout.
455 (_bfd_mips_elf_new_section_hook): New function.
456 (mips_elf_create_got_section): Don't alloc used_by_bfd.
457 * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
458 * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
459 * Makefile.am: Run "make dep-am".
460 * Makefile.in: Regenerate.
461
cc03ec80
RH
4622003-01-21 Richard Henderson <rth@redhat.com>
463
464 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
465 (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
466 (elf64_alpha_adjust_dynamic_symbol): Set them.
467 (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
468 (elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the
469 symbol index when relaxing LDM to TPREL.
470 (elf64_alpha_relax_section): Likewise. Allow relaxation of GD
471 relocs, even if the target isn't locally defined.
472 (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
473 (elf64_alpha_relocate_section): Likewise. Force TP-relative
474 relocs vs symndx 0 to the tp base.
475
da896d3f
NC
4762003-01-21 Fabio Alemagna <falemagn@aros.org>
477
478 * config.bfd: Handle i[3456]86-*-aros*.
479
7fce784e
AS
4802003-01-21 Andreas Schwab <schwab@suse.de>
481
482 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
483 (struct ppc_elf_link_hash_entry): Define.
484 (ppc_elf_hash_entry): New function.
485 (struct ppc_elf_link_hash_table): Define.
486 (ppc_elf_hash_table): New function.
487 (ppc_elf_link_hash_newfunc): New function.
488 (ppc_elf_link_hash_table_create): New function.
489 (ppc_elf_copy_indirect_symbol): New function.
490 (allocate_dynrelocs): New function.
491 (readonly_dynrelocs): New function.
492 (ppc_elf_size_dynamic_sections): Allocate space for dynamic
493 relocs and determine DT_TEXTREL.
494 (ppc_elf_check_relocs): Don't do that here, just count the
495 dynamic relocs.
496 (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
497 removed section.
498 (bfd_elf32_bfd_link_hash_table_create): Define.
499 (elf_backend_copy_indirect_symbol): Define.
500
1bbc9cec
RH
5012003-01-21 Richard Henderson <rth@redhat.com>
502
503 * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
504 TPREL also get a reloc if shared. Remove SREL support.
505 (elf64_alpha_emit_dynrel): New.
acc990f2 506 (elf64_alpha_relocate_section): Use it. Resolve dynamic TPREL
1bbc9cec
RH
507 and GOTTPREL relocs to local symbols against the tp base.
508 (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
509
510 * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
511 use count before clobbering r_type.
512 (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
513 ordering would mean dataflow inspection is necessary.
514
0da35f8b
SS
5152003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com>
516
517 * coffcode.h (coff_set_flags): Added get/set arch hooks.
acc990f2 518
571fe01f
NC
5192003-01-20 Fabio Alemagna <falemagn@aros.org>
520
521 * elf32-sh.c: Treat elfNN_bed like other macros defined in
522 elfxx-target.h and #undef it before #define'ing it.
523 * elf32-i386.c: Likewise.
acc990f2
AM
524 * elf32-sh64.c: Likewise.
525 * elf64-alpha.c: Likewise.
526 * elf64-sh64.c: Likewise.
571fe01f 527
5236c819
MS
5282003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
529
530 * bfd-in2.h: Regenerate.
531 * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
532 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
533 R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
534 R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
535 R_390_PLTOFF32 and R_390_PLTOFF64.
536 (elf_s390_reloc_type_lookup): Likewise.
537 (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
538 of GOTPLT references to a function.
539 (link_hash_newfunc): Initialize gotplt_refcount.
540 (elf_s390_check_relocs): Move allocation of local_got_refcounts array
541 and creation of the got section out of the main switch. Add support
542 for the gotoff, gotplt and pltoff relocations.
543 (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
544 and pltoff.
545 (elf_s390_adjust_gotplt): New function.
546 (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
547 plt entries.
548 (allocate_dynrelocs): Add comment.
549 (elf_s390_relocate_section): Change r_type to unsigned. Add support
550 for gotoff, gotplt and pltoff relocations.
551 * elf64-s390.c: Same changes as for elf32-s390.c.
552 * libbfd.h: Regenerate.
553 * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
554 BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
555 BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
556 and BFD_RELOC_390_PLTOFF64.
557
a823975a
JJ
5582003-01-18 Jakub Jelinek <jakub@redhat.com>
559
560 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
561 R_IA64_TPREL64[LM]SB against non-global symbol properly.
562
b3dfd7fe
JJ
5632003-01-16 Jakub Jelinek <jakub@redhat.com>
564
565 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
566 self_dtpmod_done and self_dtpmod_offset.
567 (allocate_global_data_got): Only use one got entry for all
568 dtpmod relocs against local symbols.
569 (allocate_dynrel_entries): Only need .rela.got entry for
570 dtpmod against global symbol.
571 (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
572 Reserve space in .rela.got for the local dtpmod entry.
573 (set_got_entry): Initialize the common local dtpmod .got entry.
574 (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
575 and R_IA_64_DTPREL64MSB.
576
04c9666a
AM
5772003-01-16 Alan Modra <amodra@bigpond.net.au>
578
579 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
580 (R_PPC_*): Rename all occurrences to R_PPC64_*.
581 (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
582 (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
583 (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
584 relative relocs, not with absolute ones.
585 * Makefile.am: Run "make dep-am".
586 * Makefile.in: Regenerate.
587 * po/SRC-POTFILES.in: Regenerate.
588
c87f1ff7
AS
5892003-01-15 Andreas Schwab <schwab@suse.de>
590
591 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
592 relocation against a non-allocated readonly section.
593
86bbe32f
AM
5942003-01-10 Alan Modra <amodra@bigpond.net.au>
595
596 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
597 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
598
32d95f29
KD
5992002-01-08 Klee Dienes <kdienes@apple.com>
600
601 * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
602 (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
603 * Makefile.in: Regenerate.
acc990f2 604
ab7d0aa0
AO
6052003-01-08 Alexandre Oliva <aoliva@redhat.com>
606
607 * elfn32-mips.c (prev_reloc_section): New.
608 (GET_RELOC_ADDEND): Use it. Parenthesize macro arguments.
609 (SET_RELOC_ADDEND): Parenthesize macro argument.
610
95d0f04a
DA
6112003-01-07 John David Anglin <dave.anglin@nrc.gc.ca>
612
613 * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
614 adjust addil instructions if the symbol has no section.
615
5c9e189c
DD
6162003-01-07 DJ Delorie <dj@redhat.com>
617
618 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
619 partial_inplace.
620
3e829b4a
AS
6212003-01-07 Andreas Schwab <schwab@suse.de>
622
623 * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
624 PC relative relocations.
625 (elf_m68k_discard_copies): Set it here instead.
626
a75473eb
SC
6272002-01-02 Ben Elliston <bje@redhat.com>
628 Jeff Johnston <jjohnstn@redhat.com>
629
630 * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
631 (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
632 (BFD32_BACKENDS): Add elf32-iq2000.lo.
633 (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
634 (cpu-iq2000.lo): New target.
635 * Makefile.in: Regenerate.
636 * config.bfd: Handle iq2000-*-elf.
637 * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
638 (bfd_archures_list): Add bfd_iq2000_arch.
639 * configure.in: Handle bfd_elf32_iq2000_vec.
640 * configure: Regenerate.
acc990f2 641 * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
a75473eb
SC
642 and BFD_RELOC_IQ2000_UHI16.
643 * targets.c (bfd_elf32_iq2000_vec): Declare.
644 (bfd_target_vector): Add bfd_elf32_iq2000_vec.
645 * elf.c (prep_headers): Set e_machine to EM_IQ2000.
646 * cpu-iq2000.c: New file.
647 * elf32-iq2000.c: Likewise.
648 * libbfd.h: Regenerate.
649 * bfd-in2.h: Likewise.
650
64543e1a
RS
6512003-01-02 Richard Sandiford <rsandifo@redhat.com>
652
653 * elfxx-mips.c: Include libiberty.h.
654 (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
655 (mips_set_isa_flags): New function, split out from...
656 (_bfd_mips_elf_final_write_processing): ...here. Only call
657 mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
658 (mips_mach_extensions): New array.
659 (mips_32bit_flags_p): New function.
660 (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
661 Use mips_32bit_flags_p to check if one binary is 32-bit and the
662 other is 64-bit. When adopting IBFD's architecture, adopt the
663 bfd_mach as well as the flags.
664
4852a44e
NC
6652003-01-02 Nick Kelsey <nickk@ubicom.com>
666
667 * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
668 fix internal errors, fix bad code generation, fix incorrect stabs
669 information, and improve ability to eliminate redundant page
670 instructions. Added code to ip2k_final_link_relocate to self-verify
671 the linker relaxation. Fix formatting problems.
672
af7ee8bf
CD
6732002-12-30 Chris Demetriou <cgd@broadcom.com>
674
675 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
676 * archures.c (bfd_mach_mipsisa32r2): New define.
677 * bfd-in2.h: Regenerate.
678 * cpu-mips.c (I_mipsisa32r2): New enum value.
679 (arch_info_struct): Add entry for I_mipsisa32r2.
680 * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
681 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
682 (_bfd_mips_elf_final_write_processing): Add
683 bfd_mach_mipsisa32r2 case.
684 (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
685 binaries marked as using MIPS32 Release 2.
686
2469cfa2
NC
6872002-12-30 Dmitry Diky <diwil@mail.ru>
688
689 * Makefile.am: Add msp430 target.
690 * configure.in: Likewise.
691 * Makefile.in: Regenerate.
692 * configure: Regenerate.
693 * archures.c: Add msp430 architecture vector.
694 * config.bfd: Likewise.
695 * reloc.c: Add msp430 relocs.
696 * targets.c: Add msp320 target.
697 * cpu-msp430.c: New file: msp430 cpu detection.
698 * elf32-msp430.c: New file: msp430 reloc processing.
699 * bfd-in2.h: Regenerate.
700 * libbfd.h: Regenerate.
701
eecdbe52
JJ
7022002-12-28 Jakub Jelinek <jakub@redhat.com>
703
704 * elf.c (elf_sort_sections): Don't reorder .tbss.
705 (assign_file_positions_for_segments): Only adjust off/voff
706 for increased alignment in PT_LOAD or PT_NOTE segment,
707 but adjust p_filesz for .tbss too. in PT_LOAD consider
708 .tbss to have zero memory size.
709 (copy_private_bfd_data) [SECTION_SIZE]: Define.
710 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
711 [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
712 into PT_TLS segment. Never put SHF_TLS sections in
713 segments other than PT_TLS or PT_LOAD.
714
715 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
716 sh_entsize.
717
213e90f4
DD
7182002-12-23 DJ Delorie <dj@redhat.com>
719
720 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
721
75828352
AM
7222002-12-23 Alan Modra <amodra@bigpond.net.au>
723
724 * elflink.h (elf_link_output_extsym): Heed strip_discarded.
725
312b768e
NC
7262002-12-23 Nick Clifton <nickc@redhat.com>
727
728 * archures.c (bfd_arch_get_compatible): Add third parameter
729 'accept_unknowns'. Only accept unknown format BFDs if
730 accept_unknowns is true, or if the format is "binary".
acc990f2 731 * bfd-in2.h: Regenerate.
312b768e 732
63222ec9
NC
7332002-12-21 Nick Clifton <nickc@redhat.com>
734
735 * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
736 that subtracted 8 from pc relative relocations.
737
19852a2a
KH
7382002-12-20 Kazu Hirata <kazu@cs.umass.edu>
739
740 * coff-h8300.c: Fix comment typos.
741 * coffcode.h: Likewise.
742 * cpu-cris.c: Likewise.
743 * elf32-vax.c: Likewise.
744 * genlink.h: Likewise.
745 * linker.c: Likewise.
746 * som.c: Likewise.
747 * tekhex.c: Likewise.
748 * vms-misc.c: Likewise.
749
5fd63999
DD
7502002-12-20 DJ Delorie <dj@redhat.com>
751
752 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
753 * libbfd.h: Regenerate.
754 * bfd-in2.h: Regenerate.
755 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
756 (xstormy16_reloc_map): Add R_XSTORMY16_12.
acc990f2 757
4ee79850
KH
7582002-12-19 Kazu Hirata <kazu@cs.umass.edu>
759
760 * doc/bfdint.texi: Fix typos.
761
66e25bab
AM
7622002-12-20 Paul Eggert <eggert@twinsun.com>
763
764 Port to POSIX 1003.1-2001.
765 * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
766 * configure.in (build-warnings): Likewise.
767 (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
768 * aclocal.m4: Regenerate.
769 * config.in: Regenerate.
770 * configure: Regenerate.
771
7dc77aaa
AM
7722002-12-19 Alan Modra <amodra@bigpond.net.au>
773
0171ee92
AM
774 * coff-h8300.c: Include libiberty.h.
775 (h8300_reloc16_extra_cases): Check the hash table creator before
776 referencing h8300 specific fields. Stash the hash table pointer
777 in a local var. Comment typo fixes.
778 (h8300_bfd_link_add_symbols): Likewise.
779
7dc77aaa
AM
780 * bfd/reloc.c (struct reloc_howto_struct): Revise src_mask and
781 dst_mask comments.
782 * bfd-in2.h: Regenerate.
783
47388f4c
AM
7842002-12-18 Alan Modra <amodra@bigpond.net.au>
785
786 * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
787 code a little. Comment on dynamic relocs against section symbols.
788
1b3e3744
AM
7892002-12-17 Roger Sayle <roger@eyesopen.com>
790
791 * configure.host (ia64-*-hpux*): Support 64 bit targets using
792 the HP compiler's "long long".
793
46f2b541
DD
7942002-12-16 Andrew MacLeod <amacleod@redhat.com>
795
796 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
797 and R_XSTORMY16_HI16) howto entries.
798 (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
1b3e3744 799 (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
46f2b541
DD
800 determine the start of the second reloc table.
801
af738ea7
NC
8022002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu>
803
804 * ecofflink.c: Fix the reading of the debugging information
805 of Tru64/Alpha binaries that are produced by recent Compaq
806 compilers.
807 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
808 table.
809 (lookup_line): Because of the strange information sometimes
810 generated by Compaq's recent compilers, change how the FDR
811 table is searched so that PDRs (procedure descriptors) are
812 correctly found. Note that this change is really more of a hack;
813 however, I have included extensive documentation as to why
814 this is the best solution short of an extensive rewrite or
815 another hack.
816 (fdrtab_lookup): Add comments to explain the algorithm.
817
5354b572
AO
8182002-12-12 Alexandre Oliva <aoliva@redhat.com>
819
820 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
821 initializers to match struct declaration.
822
ab3acfbe
AM
8232002-12-12 Alan Modra <amodra@bigpond.net.au>
824
825 * dwarf2.c (comp_unit_contains_address): Comment typo fix.
826 * elf.c (get_program_header_size): Likewise.
827 * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
828 (m32r_elf_generic_reloc): Likewise.
829 * elf32-ppc.c (ppc_elf_howto_init): Likewise.
830 * elflink.h (elf_bfd_discard_info): Likewise.
831
6348e046
AM
8322002-12-12 Alan Modra <amodra@bigpond.net.au>
833
834 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
835 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
836 DT_RELSZ adjustment, not output section. Avoid writing tags when
837 unchanged. Don't assume linker script is sane, adjust DT_REL too.
838 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
839 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
840 DT_RELASZ adjustment, not output section. Avoid writing tags when
841 unchanged. Adjust DT_RELA.
842 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
843 formatting. Avoid writing tags when unchanged. Adjust DT_RELA.
844
2e7a68a8
AO
8452002-12-12 Alexandre Oliva <aoliva@redhat.com>
846
847 * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
848 addend by 4.
849
b15e6682
AO
8502002-12-12 Alexandre Oliva <aoliva@redhat.com>
851
852 * elfxx-mips.c (struct mips_got_entry): New.
853 (struct mips_got_info): Added got_entries field.
854 (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
855 (mips_elf_local_got_index, mips_elf_got_page,
856 mips_elf_got16_entry): Re-implement in terms of new...
857 (mips_elf_create_local_got_entry): Rewrite to use got_entries.
858 Change return type.
859 (mips_elf_highest): Warning clean-up.
860 (mips_elf_create_got_section): Initialize got_entries.
861 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
862 local got size.
863 (_bfd_mips_elf_size_dynamic_sections): Do not account for
864 GOT_PAGE entries, since we now reuse GOT16 entries.
865
e6af3a53
NC
8662002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
867
868 * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
869 read-only section that lies after .text and before .data to be
870 written into the output file and included in a_text.
871 (translate_to_native_sym_flags): If an otherwise unrepresentable
872 section was merged with .text, convert its symbols to N_TEXT
873 symbols.
874 * libaout.h (aout_section_merge_with_text_p): New macro.
875
cf3d882d
AM
8762002-12-08 Alan Modra <amodra@bigpond.net.au>
877
878 * bfd-in.h: Comment typo fix. Formatting.
879 * bfd-in2.h: Regenerate.
880 * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
881 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
882 * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
883
2f9bd3f6
RH
8842002-12-05 Richard Henderson <rth@redhat.com>
885
886 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
887 Only send PCREL21B though the plt. Fix installed reloc type.
888 (elfNN_ia64_relocate_section): Give error for dynamic reloc
889 against PCREL22 or PCREL64I; clean up error messages for
890 branch relocs.
891
d0112f73
KB
8922002-12-04 Kevin Buettner <kevinb@redhat.com>
893
894 * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
895 New functions.
896 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
897
c10d9d8f
JW
8982002-12-04 David Mosberger <davidm@hpl.hp.com>
899
900 * cpu-ia64-opc.c: Add operand constant "ar.csd".
901
d48770d4
L
9022002-12-04 H.J. Lu <hjl@gnu.org>
903
904 * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
905 BFD address when constructing local name.
906
b6152c34
AS
9072002-12-04 Andreas Schwab <schwab@suse.de>
908
909 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
910 member.
911 (elf_m68k_link_hash_table_create): Initialize it.
912 (elf_m68k_check_relocs): Handle symbols that are forced to be
913 local due to visibility changes.
914 (elf_m68k_adjust_dynamic_symbol): Likewise.
915 (elf_m68k_size_dynamic_sections): Likewise.
916 (elf_m68k_discard_copies): Likewise.
917 (elf_m68k_relocate_section): Likewise.
918
73374ef1
AM
9192002-12-04 Alan Modra <amodra@bigpond.net.au>
920
921 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
922
c5c1944d
AM
9232002-12-04 Alan Modra <amodra@bigpond.net.au>
924
925 * srec.c (srec_write_symbols): Restore '$' prefix to address
926 accidentally removed in 2002-04-04 change.
927 (srec_get_symtab): Use 0 instead of `(long) FALSE'.
928
e1a9cb8e
NC
9292002-12-03 Nick Clifton <nickc@redhat.com>
930
931 * elf32-ppc.c (apuinfo_list_init): New function.
73374ef1
AM
932 (apuinfo_list_add): New function: Add a value to the list.
933 (apuinfo_list_length): New function: Return the number of
934 values on the list.
935 (apuinfo_list_element): New function: Return a value on the
936 list.
937 (apuinfo_list_finish): New function: Free the resources used
938 by the list.
939 (ppc_elf_begin_write_processing): New function. Scan the
940 input bfds for apuinfo sections.
941 (ppc_elf_write_section): New function: Delay the creation of
942 the contents of an apuinfo section in an output bfd.
943 (ppc_elf_final_write_processing): New function. Create the
944 contents of an apuinfo section in an output bfd.
945 (elf_backend_begin_write_processing): Define.
946 (elf_backend_final_write_processing): Define.
947 (elf_backend_write_section): Define.
e1a9cb8e 948
a823923b
RH
9492002-12-03 Richard Henderson <rth@redhat.com>
950
951 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
952
30491647
SC
9532002-12-01 Stephane Carrez <stcarrez@nerim.fr>
954
955 Fix PR savannah/1417:
956 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
957 branch if it goes to the start of the deleted region.
958
bc7c6a90
SC
9592002-12-01 Stephane Carrez <stcarrez@nerim.fr>
960
961 * bfd-in2.h (bfd_mach_m6812): Rebuild.
962 * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
963 bfd_mach_m6812s): Declare.
964
965 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
966 (_bfd_m68hc12_elf_set_private_flags): Call it.
967 (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
968 (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
969 report microcontroller incompatibilities (HC12 vs HCS12).
970 (elf_backend_object_p): Update.
971
b34976b6
AM
9722002-11-30 Alan Modra <amodra@bigpond.net.au>
973
974 * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
975 (enum bfd_boolean, boolean): Delete.
976 (bfd_boolean): Typedef to an int.
977 (FALSE, TRUE): Define.
978 * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
979 aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
980 aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
981 binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
982 coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
983 coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
984 coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
985 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
986 coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
987 coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
988 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
989 cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
990 cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
991 cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
992 cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
993 cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
994 cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
995 cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
996 cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
997 cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
998 dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
999 elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
1000 elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
1001 elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
1002 elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
1003 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
1004 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
1005 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
1006 elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
1007 elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
1008 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
1009 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
1010 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
1011 elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
1012 elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
1013 elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
1014 hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
1015 i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
1016 libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
1017 libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
1018 m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
1019 mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
1020 nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
1021 pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
1022 pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
1023 pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
1024 reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
1025 som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
73374ef1 1026 syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
b34976b6
AM
1027 vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
1028 xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
1029 bfd_boolean, true with TRUE, false with FALSE. Simplify comparisons
1030 of bfd_boolean vars with TRUE/FALSE. Formatting.
1031 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
1032
947216bf
AM
10332002-11-28 Alan Modra <amodra@bigpond.net.au>
1034
1035 * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
1036 Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
1037 with Elf_Internal_Rela.
1038 * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
1039 elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
1040 elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
1041 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
1042 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
1043 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
1044 elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
1045 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
1046 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
1047 elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
1048 elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
1049 * elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
1050 throughout instead.
1051 * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
1052 * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
1053 Remove INLINE keyword.
1054 (elf_swap_reloc_in): Likewise. Also clear r_addend.
1055 (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
1056 as a bfd_byte *.
1057 (elf_write_relocs): Consolidate REL and RELA code.
1058 (elf_slurp_reloc_table_from_section): Simplify REL code.
1059 (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
1060 * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
1061 * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
1062 RELA code.
1063 (elf_link_adjust_relocs): Likewise. Don't malloc space for temp
1064 reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
1065 (elf_link_output_relocs): Likewise.
1066 (elf_reloc_link_order): Likewise.
1067 (elf_finish_pointer_linker_section): Likewise.
1068 (struct elf_link_sort_rela): Remove union.
1069 (elf_link_sort_cmp1): Update to suit.
1070 (elf_link_sort_cmp2): Here too.
1071 (elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
1072 over-allocation for int_rels_per_ext_rel != 1 case.
1073 * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
1074 * elf32-i386.c: Likewise.
1075 * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
1076 * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
1077 elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
1078 * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
1079 * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
1080 elf64-sparc.c, elf64-x86-64.c: Likewise.
1081 * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
1082 * elfxx-mips.c (sort_dynamic_relocs): Likewise for
1083 bfd_elf32_swap_reloc_in.
1084
1085 * elf32-arm.h: Update elf32_arm_info_to_howto calls.
1086 * elf32-mips.c: Likewise for mips_info_to_howto_rel.
1087 (mips_elf64_swap_reloc_in): Zero r_addend.
1088 (mips_elf64_be_swap_reloc_in): Likewise.
1089 (mips_elf64_slurp_one_reloc_table): Simplify.
1090
1091 * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
1092 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
1093 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
1094
1448fa32
KK
10952002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1096
1097 * elf32-sh.c (sh_elf_relocate_section): Don't complain about
73374ef1 1098 unresolved debugging relocs in dynamic applications.
1448fa32
KK
1099 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
1100
73722af0
AM
11012002-11-26 Alan Modra <amodra@bigpond.net.au>
1102
1103 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
1104 (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
1105 on a relocatable link. Comment typos.
1106 * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
1107 in the order they are declared. Clear elf_hash_value too.
1108 (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear
1109 eh_info and tls_segment.
1110 * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
1111 sorted when discarding relocs by turning them into R_*_NONE.
1112
1113 * libbfd.c (warn_deprecated): Comment spelling.
1114 * po/SRC-POTFILES.in: Regenerate.
1115
7c25b72c
RH
11162002-11-21 Richard Henderson <rth@redhat.com>
1117
1118 * elflink.h (elf_link_add_object_symbols): Don't overwrite the
1119 arch's st_other bits when merging visibilities.
1120 (elf_link_output_extsym): Tidy clearing of visibility field.
1121
dc12c51f
AM
11222002-11-21 Alan Modra <amodra@bigpond.net.au>
1123
1124 * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
1125 (SWAP_OUT_RELOC_OFFSET): Define.
1126
963f13ec
AO
11272002-11-20 Alexandre Oliva <aoliva@redhat.com>
1128
1129 * elf.c (_bfd_elf_link_hash_table_init): Make sure
1130 can_refcount is properly extended to the type of
1131 init_refcount.
1132
ee6423ed
AO
11332002-11-19 Alexandre Oliva <aoliva@redhat.com>
1134
4ffba85c
AO
1135 * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
1136 (_bfd_mips_elf_relocate_section): Use it.
1137
ee6423ed
AO
1138 * elfxx-mips.c (MNAME): New macro.
1139 (_bfd_mips_elf_check_relocs): Use it.
1140 (_bfd_mips_elf_discard_info): Likewise.
1141 (_bfd_mips_elf_final_link): Likewise.
1142
cdcf6e38
AM
11432002-11-19 Alan Modra <amodra@bigpond.net.au>
1144
1145 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
1146 rel_hdr.sh_size too.
1147
93509525
KD
11482002-11-18 Klee Dienes <kdienes@apple.com>
1149
1150 * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
1151 (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
1152 (BFD_H_FILES): Add bfdwin.c, bfdio.c.
1153 (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
1154 Add dependencies for bfdwin.c, bfdio.c.
1155 * bfd.c: Remove bfd_get_mtime, bfd_get_size.
1156 * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
1157 bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
1158 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
1159 * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
1160 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
1161 bfd_get_size (moved from libbfd.c and bfd.c).
1162 * bfdwin.c New file. Contains _bfd_window_internal,
1163 bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
1164 libbfd.c and bfd.c).
1165 * po/SRC-POTFILES.in: Regenerate.
1166 * po/bfd.pot: Regenerate.
1167 * libbfd.h: Regenerate.
1168 * bfd-in2.h: Regenerate.
1169 * aclocal.m4: Regenerate.
1170 * Makefile.in: Regenerate.
1171 * configure: Regenerate.
1172
3ae41454
AM
11732002-11-18 Klee Dienes <kdienes@apple.com>
1174
1175 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
1176
e514ac71
NC
11772002-11-15 Kazu Hirata <kazu@cs.umass.edu>
1178
1179 * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
1180 jsr after a short jump.
1181 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
1182
eddc4f81
KD
11832002-11-15 Klee Dienes <kdienes@apple.com>
1184
1185 * pef.c (bfd_pef_convert_architecture): Move declaration of
1186 ARCH_POWERPC and ARCH_M68K to the start of the function.
1187
51908eee
SS
11882002-11-14 Svein E. Seldal <Svein.Seldal@solidas.com>
1189
1190 * coff-tic4x.c (tic4x_howto_table): Formatting fixup
1191
3416d2e7
HPN
11922002-11-14 Hans-Peter Nilsson <hp@bitrange.com>
1193
1194 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
1195 For bpo_gregs_section->contents, allocate _raw_size, not
1196 _cooked_size.
1197
b1c58715
AM
11982002-11-13 Klee Dienes <kdienes@apple.com>
1199
1200 * config.bfd: Add entries for powerpc-*-darwin and cousins.
1201
077ca68b
L
12022002-11-13 H.J. Lu <hjl@gnu.org>
1203
1204 * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
1205
e84d6fca
AM
12062002-11-13 Klee Dienes <kdienes@apple.com>
1207 Alan Modra <amodra@bigpond.net.au>
1208
1209 * bfd.c (struct bfd_preserve): New.
1210 (bfd_preserve_save): New function.
1211 (bfd_preserve_restore): Ditto.
1212 (bfd_preserve_finish): Ditto.
1213 * bfd-in2.h: Regenerate.
1214 * mach-o.c: Formatting.
1215 (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
1216 (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
1217 (bfd_mach_o_core_p): Ditto.
1218 (bfd_mach_o_scan): Pass in mdata.
1219 * mach-o.h (bfd_mach_o_scan): Update prototype.
1220 * pef.c: Formatting.
1221 (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
1222 (bfd_pef_xlib_object_p): Ditto.
1223 (bfd_pef_scan): Pass in mdata. Move version check to bfd_pef_object_p.
1224 * pef.h (bfd_pef_scan): Update prototype.
1225 * xsym.c: Formatting, K&R fixes.
1226 (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
1227 (bfd_sym_scan): New function split out from bfd_sym_object_p.
1228 * xsym.h (bfd_sym_scan): Declare.
1229 * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
a7f84125 1230 * elfcore.h (elf_core_file_p): Likewise.
e84d6fca
AM
1231 * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
1232
cd24c222
NC
12332002-11-12 Nick Clifton <nickc@redhat.com>
1234
1235 * po/da.po: Updated Danish translation.
1236
99eb2ac8
AM
12372002-11-12 Alan Modra <amodra@bigpond.net.au>
1238
d6fe2dc1
AM
1239 * elflink.h (elf_link_add_object_symbols): Optimize stabs for
1240 relocatable link too.
1241 (elf_link_input_bfd): When emitting relocs, adjust offsets for
1242 eh_frame and stab sections. Zap deleted relocs.
1243 (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
1244 (elf_bfd_discard_info): Run for relocatable link too.
1245 * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd. Make global.
1246 Handle ld -r case.
1247 (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
1248 * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
1249
126495ed
AM
1250 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
1251 (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
1252 (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
1253 (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
1254 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
1255 (struct elf_link_hash_table): Add eh_info.
1256 (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
1257 (_bfd_elf_discard_section_eh_frame): Update prototype.
1258 (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
1259 (_bfd_elf_write_section_eh_frame): Likewise.
1260 (_bfd_elf_write_section_eh_frame_hdr): Likewise.
1261 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
1262 param. Get "hdr_info" from link hash table.
1263 (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param. Get
1264 header section from link hash table. Save header section to elf_tdata.
1265 (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec". Use
1266 header section from link hash table. Don't alloc hdr_info. Clear
1267 hdr_sec instead of setting "strip".
1268 (_bfd_elf_eh_frame_section_offset): Formatting.
1269 (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
1270 Get header section from link hash table.
1271 (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
1272 Get header section from link hash table.
1273 * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
1274 (get_program_header_size): Likewise.
1275 (_bfd_elf_section_offset): Formatting.
1276 * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
1277 section pointer in link hash table.
1278 (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
1279 and _bfd_elf_write_section_eh_frame calls. Update comment about
1280 eh_frame entries.
1281 (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
1282 _bfd_elf_discard_section_eh_frame_hdr calls. Remove "ehdr".
1283
1284 * po/SRC-POTFILES.in: Regenerate.
1285
99eb2ac8
AM
1286 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
1287 relocs for discarded FDEs. Remove dead code.
1288 (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
1289 * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
1290 Tidy conditions under which stabs are edited. Formatting.
1291 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
1292 from discarded relocs.
1293 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
1294 section adjustments after testing magic values.
1295
7c319a27
AM
12962002-11-12 Thomas Moestl <tmm@FreeBSD.org>
1297
1298 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
1299 references to large plt symbols.
1300
a95a4550
AM
13012002-11-12 Klee Dienes <kdienes@apple.com>
1302
1303 * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
1304 looking for an unused section name.
1305
bc7eab72
KH
13062002-11-11 Kazu Hirata <kazu@cs.umass.edu>
1307
1308 * coff-h8300.c: Fix formatting.
1309 * elf32-h8300.c: Likewise.
1310 * reloc16.c: Likewise.
1311
52585bb8
AM
13122002-11-09 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
1313
1314 * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
1315 section when dynamic section unused; _bfd_strip_section_from_output
1316 instead.
1317
9f632188
AM
13182002-11-08 Alan Modra <amodra@bigpond.net.au>
1319
207b304b
AM
1320 * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
1321 and sym_vec.
3b029f65 1322
9f632188
AM
1323 * dwarf2.c: Revert last change.
1324
ec4530b5
NC
13252002-11-07 Michal Ludvig <mludvig@suse.cz>
1326
1327 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
1328 _bfd_dwarf2_find_nearest_line): Use
1329 bfd_simple_get_relocated_section_contents() instead of
1330 bfd_get_section_contents().
1331 * reloc.c (bfd_perform_relocation): Add sanity check.
1332 * simple.c (simple_get_relocated_section_contents): If the section
1333 does not have any relocs associated with it, just return the
1334 unadjusted contents.
1335
205cfeb0
HPN
13362002-11-07 Hans-Peter Nilsson <hp@axis.com>
1337
1338 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
1339 case R_CRIS_32_GOT>: Correct test for filling in constant .got
1340 contents, enabling for a non-DSO, for symbols defined in the
1341 program with --export-dynamic.
1342
87e226ce
AM
13432002-11-07 Alan Modra <amodra@bigpond.net.au>
1344
1345 * elf64-ppc.c: Comment typo fixes.
1346 (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
1347
235c4794
NC
13482002-11-07 Nick Clifton <nickc@redhat.com>
1349
1350 * po/da.po: Updated Danish translation.
1351
49179469
AO
13522002-11-06 Alexandre Oliva <aoliva@redhat.com>
1353
1354 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
1355 exactly three internal relocs per external reloc. Set reloc_count
1356 to the external reloc count.
1357
246178f2
NC
13582002-11-06 Klee Dienes <kdienes@apple.com>
1359
3ae41454 1360 * coff-stgo32.c (stub_bytes): Mark as const.
246178f2
NC
1361 Fix comment formatting.
1362
3af9a47b
NC
13632002-11-06 Klee Dienes <kdienes@apple.com>
1364
3ae41454 1365 * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
3af9a47b
NC
1366 xsym.lo.
1367 (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
1368 (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
1369 * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
1370 * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
1371 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
1372 sym.
3ae41454 1373 (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
3af9a47b
NC
1374 * Makefile.in: Regenerate.
1375 * doc/Makefile.in: Regenerate.
3ae41454 1376 * bfd-in2.h: Regenerate.
3af9a47b
NC
1377 * xsym.c: New file. Contains support for the Apple/Metrowerks
1378 xSYM debugging format.
1379 * xsym.h: New file.
1380 * pef.c: New file. Contains support for the Apple Code Fragment
1381 Manager Preferred Executable Format
1382 * pef.h: New file.
1383 * pef-traceback.h: New file. Contains support for parsing PowerPC
1384 traceback tables as used by PEF executables (and perhaps other
1385 systems as well).
3ae41454 1386 * mach-o.c: New file. Contains support for the Mach-O object file
3af9a47b
NC
1387 format.
1388 * mach-o.h: New file.
1389 * mach-o-target.c: New file. Declares the mach-o targets
1390 themselves. Included three times by mach-o.c; each time with a
1391 different set of macros set.
3ae41454 1392
b6821651 13932002-11-06 Graeme Peterson <gp@qnx.com>
911b232a
AM
1394
1395 * Makefile.am: Remove entries for elf32-qnx.[ch].
1396 * Makefile.in: Regenerate.
1397 * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
1398 ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
1399 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
1400 * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
1401 bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
1402 and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
1403 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
1404 * configure: Regenerate.
1405 * elf32-qnx.c: Remove.
1406 * elf32-qnx.h: Remove.
1407 * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
1408 is_contained_by_filepos, and copy_private_bfd_data_p.
ad12c1c5
AM
1409 * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
1410 is_contained_by_filepos, and copy_private_bfd_data_p.
911b232a
AM
1411 * elf32-i386.c: Remove QNX extended bfd support.
1412 * elf32-ppc.c: Remove QNX extended bfd support.
1413 * elf32-sh.c: Remove QNX extended bfd support.
1414 * elfarm-nabi.c: Remove QNX extended bfd support.
1415 * targets.c: Remove qnx vectors.
1416 * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
1417 (elf_backend_is_contained_by_filepos): Remove.
1418 (elf_backend_copy_private_bfd_data_p): Remove.
1419 * po/SRC-POTFILES.in: Regenerate.
1420
b6821651
AM
14212002-11-06 David O'Brien <obrien@FreeBSD.org>
1422 Alan Modra <amodra@bigpond.net.au>
1423
1424 * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
1425 dynamic relocs against section symbols for the output section vma.
1426
14272002-11-05 Alan Modra <amodra@bigpond.net.au>
1428
1429 * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
1430 t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
1431
08f74004
AM
14322002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1433 Alan Modra <amodra@bigpond.net.au>
1434
1435 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
1436 vectors in target_selvecs.
1437 (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
1438 in target_selvecs.
1439 (sh-*-netbsdelf*): Likewise.
1440 * configure.in (assocvecs): New variable. Handle assocvecs like
1441 selvecs.
1442 * configure: Regenerate.
1443 * format.c (bfd_check_format_matches): Store bfd_target pointers
1444 in matching_vector instead of target names. Select first target
1445 from bfd_associated_vector that matches a list of ambiguous targets.
1446 * targets.c (_bfd_associated_vector): New array.
1447 (bfd_associated_vector): New variable.
1448 (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
1449 * libbfd-in.h (bfd_associated_vector): Declare.
1450 * libbfd.h: Regenerate.
1451
89117aab
AM
14522002-11-05 Elias Athanasopoulos <eathan@otenet.gr>
1453
1454 * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
1455 non-NULL before dereferencing.
1456
5e9aae3e
KK
14572002-11-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1458
1459 * vms.c (vms_object_p): Restore the start address when returning
1460 NULL.
1461
c97e73dd
AM
14622002-11-04 Alan Modra <amodra@bigpond.net.au>
1463 Hans-Peter Nilsson <hp@axis.com>
1464
1465 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
1466 (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
1467 Set up a larger symshndxbuf, and write it out. Free it on
1468 exit rather than freeing symbuf twice. Correct section index
1469 on output section symbol loop.
1470 (elf_link_output_sym): Accumulate symbol extension section
1471 indices, reallocating symshndxbuf rather than writing it out.
1472 (elf_link_flush_output_syms): Don't flush symshndxbuf.
1473 * elf.c (assign_section_numbers): Init i_shdrp to all zero.
1474 Use bfd_zalloc to clear i_shdrp[0] too.
1475
3463048e
SC
14762002-11-03 Stephen Clarke <stephen.clarke@earthling.net>
1477
1478 * elf32-sh64-com.c (sh64_address_in_cranges): Use
1479 _raw_size of cranges section if _cooked_size not yet set.
1480
63a23799
HPN
14812002-11-03 Hans-Peter Nilsson <hp@axis.com>
1482
1483 * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
1484 for bfd_elf32_swap_symbol_out.
1485
e68cc12e
DB
14862002-10-31 David O'Brien <obrien@FreeBSD.org>
1487
1488 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
1489 signed and unsigned in comparison.
1490
db4b6d01
DJ
14912002-10-30 Daniel Jacobowitz <drow@mvista.com>
1492
1493 * coffcode.h: Remove extraneous '\'.
1494
840f0243
L
14952002-10-28 H.J. Lu <hjl@gnu.org>
1496
1497 * Makefile.am (targets.lo): Depend on Makefile instead of
1498 config.status.
1499 (archures.lo): Likewise.
1500 * Makefile.in: Regenerated.
1501
05a7e2db
JT
15022002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
1503
1504 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
1505 bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
1506 targ_selvecs.
1507
a0087177
JW
15082002-10-25 Jim Wilson <wilson@redhat.com>
1509
1510 * elf64-sh64.c (sh_elf64_relocate_section): Call
1511 _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
1512 of SHF_MERGE section.
1513
8718ac9c
HPN
15142002-10-25 Hans-Peter Nilsson <hp@axis.com>
1515
1516 * simple.c: Correct placement of ATTRIBUTE_UNUSED.
1517
d45913a0
DA
15182002-10-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
1519
1520 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
1521 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
1522 unsigned int.
1523 (NAME(aout,final_link)): Cast enum used in assignment.
1524 (aout_link_write_symbols): Cast enums in comparisons, int values to
1525 boolean, enums in assignments to int.
1526 (aout_link_input_section_std): Cast rel->r_index to unsigned int.
1527 (aout_link_input_section_ext): Likewise. Cast enums used in comparisons
1528 with unsigned ints.
1529 (aout_link_reloc_link_order): Cast enum to int in assignment.
1530 * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
1531 calls to char *.
1532 * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
1533 assignment.
1534 * bfd-in2.h (bfd_set_section_vma): Likewise.
1535 * bfd.c (bfd_record_phdr): Cast enums in assignments.
1536 * binary.c (bfd_alloc): Cast enum to long.
1537 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
1538 * dwarf2.c (read_abbrevs): Add casts to enum types.
1539 (read_attribute_value): Likewise.
1540 (arange_add): Cast result of bfd_zalloc call.
1541 (comp_unit_contains_address): Return true and false.
1542 (comp_unit_find_nearest_line): Cast return to boolean.
1543 * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
1544 * gen-aout.c: define macro '_' if not defined.
1545 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
1546 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
1547 (bfd_write_bigendian_4byte_int): Cast return to boolean.
1548 (bfd_seek): Cast bfd_realloc to bfd_byte *.
1549 (bfd_generic_is_local_label_name): Cast return to boolean.
1550 * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
1551 * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
1552 struct bfd_hash_entry *.
1553 (_bfd_generic_link_hash_newfunc): likewise.
1554 (_bfd_generic_final_link): Cast enum to unsigned int.
1555 * merge.c (sec_merge_emit): Cast return to boolean.
1556 (merge_strings): Add casts to const unsigned char *.
1557 * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
1558 (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
1559 * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result to
1560 struct bfd_hash_entry *.
1561 (bfd_set_section_content): Add cast to PTR in comparison.
1562 * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
1563 simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
1564 simple_dummy_unattached_reloc,
1565 bfd_simple_get_relocated_section_contents): Add K&R declarations and
1566 function definitions.
1567 * srec.c (S3Forced): Initialize to false.
1568 (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
1569 * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
1570 (_bfd_discard_section_stabs): Likewise. Also cast return to boolean.
1571 * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
1572 (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
1573 comparisons.
1574
475c2a7e
JJ
15752002-10-23 Jakub Jelinek <jakub@redhat.com>
1576
1577 * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
1578 relocs into shared lib non-allocated reloc sections.
1579
e82ce529
AM
15802002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu>
1581
1582 * dwarf2.c (add_line_info): Ensure that the line_info_table is
1583 sorted even when given an out-of-order line sequence.
1584 (lookup_address_in_line_info_table): When an exact VMA match is
1585 not found, return line information with the closest VMA.
1586
f2482cb2
NC
15872002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
1588
1589 * elf64-hppa.c: Force DT_FLAGS to always be set. Required by
1590 HPUX 11.00 patch PHSS_26559.
1591
c1fd6598
AO
15922002-10-22 Alexandre Oliva <aoliva@redhat.com>
1593
1594 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
1595 the options section into a separate section unless IRIX 6
1596 compatibility is enabled.
1597
033fd5f9
AO
15982002-10-22 Alexandre Oliva <aoliva@redhat.com>
1599
1600 * elflink.h (struct elf_link_sort_rela): Turn rel and rela
1601 into arrays.
1602 (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
1603 (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
1604 into account.
1605 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
1606 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
1607
ef485c01
AM
16082002-10-21 Graeme Peterson <gp@qnx.com>
1609
1610 * targets.c (_bfd_target_vector): Add missing qnx vectors.
1611
b50afec9
AM
16122002-10-21 Alan Modra <amodra@bigpond.net.au>
1613
1614 * targets.c (bfd_target_list): Don't return the default target twice.
1615
5fe39cae
AM
16162002-10-21 Elias Athanasopoulos <eathan@otenet.gr>
1617
1618 * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
1619 perror with bfd_perror.
1620
5d603aa9
L
16212002-10-19 H.J. Lu <hjl@gnu.org>
1622
1623 * elflink.h (elf_link_add_object_symbols): Correctly handle
1624 DT_RPATH and DT_RUNPATH.
1625
e377ab71
MK
16262002-10-19 Mark Kettenis <kettenis@gnu.org>
1627
1628 * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
1629
0d09fec6
DC
16302002-10-17 Denis Chertykov <denisc@overta.ru>
1631
1632 * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
1633 for ip2k port.
1634
acf8aed4
AM
16352002-10-17 Alan Modra <amodra@bigpond.net.au>
1636
1637 * elfxx-target.h (USE_REL): Don't define as 1.
1638 * elf32-arm.h (USE_REL): Provide a default define of 0.
1639 Use #if rather than #ifdef when testing USE_REL.
1640 * elf32-m32r.c: Likewise.
1641
1642 * elf32-arc.c (USE_REL): Define as 1.
1643 * elf32-d10v.c (USE_REL): Likewise.
1644 * elf32-m32r.c (USE_REL): Likewise.
1645 * elf32-m68hc11.c (USE_REL): Likewise.
1646 * elf32-m68hc12.c (USE_REL): Likewise.
1647 * elf32-or32.c (USE_REL): Likewise.
1648 * elfarm-nabi.c (USE_REL): Likewise.
1649
f52d1d64
JJ
16502002-10-16 Jakub Jelinek <jakub@redhat.com>
1651
1652 * config.bfd (s390-*-linux*): Add targ64_selvecs.
1653 (s390x-*-linux*): Add targ_selvecs.
1654
2bc3c89a
AM
16552002-10-16 Alan Modra <amodra@bigpond.net.au>
1656
1657 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
5fe39cae 1658 elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
2bc3c89a
AM
1659 elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
1660 elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo.
1661 (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
1662 (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
1663 (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
1664 (SOURCE_HFILES): Add elf32-qnx.h.
1665 (BUILD_HFILES): Add bfdver.h.
1666 Run "make dep-am".
1667 * Makefile.in: Regenerate.
1668 * configure.in Update bfd vector dependencies.
1669 * configure: Regenerate.
1670 * elf32-i386-fbsd.c: Delete. Move code to elf32-i386.c.
1671 * elf32-i386qnx.c: Likewise.
1672 * elf32-ppcqnx.c: Delete. Move code to elf32-ppc.c.
1673 * elf32-sh-nbsd.c: Delete. Move code to elf32-sh.c.
1674 * elf32-sh-lin.c: Likewise.
1675 * elf32-shqnx.c: Likewise.
1676 * elf32-sh64-lin.c: Delete. Move code to elf32-sh64.c.
1677 * elf32-sh64-nbsd.c: Likewise.
1678 * elf64-sh64-lin.c: Delete. Move code to elf64-sh64.c.
1679 * elf64-sh64-nbsd.c: Likewise.
1680 * elfarmqnx-nabi.c: Delete. Move code to elfarm-nabi.c.
1681 * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
1682 * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
1683 * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
1684 * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
1685 (elf_backend_is_contained_by_filepos): Likewise.
1686 (elf_backend_copy_private_bfd_data_p): Likewise.
1687 Globalize and move functions to..
1688 * elf32-qnx.c: ..here. New file.
1689 * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests. Don't
1690 emit target vectors when INCLUDE_SHMEDIA.
1691 * elf32-sh64.c: Remove ELF_ARCH test. Move TARGET_* etc. defines to
1692 end of file.
1693 * elf64-sh64.c: Remove ELF_ARCH test.
1694 * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
1695 * po/BLD-POTFILES.in: Regenerate.
1696 * po/SRC-POTFILES.in: Regenerate.
1697
90c9df85
AM
16982002-10-16 Alan Modra <amodra@bigpond.net.au>
1699
366f2964
AM
1700 * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
1701 loaded with --just-symbols.
1702
90c9df85
AM
1703 * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
1704 * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
1705 * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
1706 * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
1707
2238051f
RH
17082002-10-15 Richard Henderson <rth@redhat.com>
1709
1710 * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
1711 (BFD64_BACKENDS_CFILES): Likewise.
1712 * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
1713 * elf64-alpha-fbsd.c: Remove file, move code ...
1714 * elf64-alpha.c: ... here.
1715 * Makefile.in, configure: Rebuild.
1716
64e04ecd
RH
17172002-10-14 Richard Henderson <rth@redhat.com>
1718
1719 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
1720 VALUE, not ADDEND.
1721
396a6083
SC
17222002-10-14 Stephen Clarke <stephen.clarke@superh.com>
1723
1724 * elf32-sh.c (elf_sh_link_hash_entry): Replace
1725 datalabel_got_offset with union of datalabel_got
1726 offset and refcount.
1727 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
1728 (allocate_dynrelocs): Delete unnecessary code for
1729 STT_DATALABEL type. Create entry in got for
1730 datalabel version of symbol if datalabel_got.refcount > 0.
1731 (sh_elf_relocate_section): Use datalabel_got union.
1732 (sh_elf_gc_sweep_hook): Pull common code to initialize
1733 h and eh out of switch statement. Declare seen_stt_datalabel.
1734 Initialize it. Decrement datalabel_got.refcount for
1735 got relocs when seen_stt_datalabel is true.
1736 Decrement local_got_refcounts entry for datalabel got relocs
1737 of local symbols.
1738 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
1739 (sh_elf_check_relocs): Declare seen_stt_datalabel.
1740 Initialize it. When seen_stt_datalabel is true, increment
1741 datalabel_got refcount rather than got.refcount.
1742 (sh_elf_finish_dynamic_symbol): Create relocs to
1743 initialize got entry for datalabel version of symbol.
1744
6a0735ef
AM
17452002-10-14 Alan Modra <amodra@bigpond.net.au>
1746
1747 * Makefile.am: Run "make dep-am".
1748 (BFD_H_FILES): Remove version.h.
1749 * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
1750 * version.h: ..to here.
1751 * configure.in (bfd_version_date): Remove.
1752 (AC_OUTPUT): Make bfdver.h from version.h.
1753 * bfd.c: #include "bfdver.h".
1754 * vms-hdr.c: Likewise.
1755 * Makefile.in: Regenerate.
1756 * bfd-in2.h: Regenerate.
1757 * configure: Regenerate.
1758 * po/SRC-POTFILES.in: Regenerate.
1759
686e4055
AM
17602002-10-14 Alan Modra <amodra@bigpond.net.au>
1761
1762 * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
1763 bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
1764 bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
1765 bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
1766 bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
1767 bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
1768 bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
1769 bfd_mach_ip2022, bfd_mach_ip2022ext,
1770 bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
1771 * bfd-in2.h: Regenerate.
1772
019dca2b
KK
17732002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1774
1775 * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
1776 endian vector to targ_selvecs.
1777
bce03d3d
AO
17782002-10-13 Alexandre Oliva <aoliva@redhat.com>
1779
1780 * elfxx-mips.c (mips_elf_calculate_relocation): Take
1781 save_addend argument. Don't apply the 32-bit mask to a
1782 GPREL32 value if it's to be used in another relocation. Don't
1783 use forced-check computation of local_p to decide whether to
1784 add gp0 to GPREL16 value. Don't use only the lowest 16 bits
1785 of the addend of a non-in-place GPREL16 relocation.
1786 (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
1787 mips_elf_calculate_relocation().
1788
9b691193
SC
17892002-10-12 Stephane Carrez <stcarrez@nerim.fr>
1790
1791 * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
1792 with symbols in other sections if we relaxed something; the sections
1793 output offsets must be re-computed before.
1794
1f4c5b47
SC
17952002-10-12 Stephane Carrez <stcarrez@nerim.fr>
1796
1797 * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
1798 handling to use Elf_Internal_Sym.
1799 (m68hc11_elf_relax_delete_bytes): Likewise.
1800
5dc97655
KK
18012002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1802
1803 * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
1804 sh_elf_object_p, dtpoff_base): New functions.
1805 (sh_elf_howto_table): Add TLS relocs.
1806 (sh_reloc_map): Likewise.
1807 (sh_elf_info_to_howto): Support TLS relocs.
1808 (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
1809 (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
1810 New macros.
1811 (sh_elf_obj_tdata): New.
1812 (elf_sh_link_hash_table): Add tls_ldm_got.
1813 (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
1814 (allocate_dynrelocs): Support TLS relocs.
1815 (sh_elf_size_dynamic_sections): Likewise.
1816 (sh_elf_relocate_section): Support TLS relocs. Don't try to find
1817 .rela.got section when found already. Return false after printing
1818 error about unresolvable relocation.
1819 (sh_elf_gc_sweep_hook): Support TLS relocs.
1820 (sh_elf_check_relocs): Likewise.
1821 (sh_elf_finish_dynamic_symbol): Likewise.
1822 (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
1823 * reloc.c: Add SH TLS relocs.
1824 * bfd-in2.h, libbfd.h: Regenerate.
1825
6a0735ef
AM
18262002-10-11 Daniel Jacobowitz <drow@mvista.com>
1827
1828 * Makefile.in: Regenerated.
1829
af39267e
DJ
18302002-10-11 Daniel Jacobowitz <drow@mvista.com>
1831
1832 * Makefile.am: Run dep-am.
6a0735ef 1833 (BFD_H_DEP): Add simple.c and linker.c.
af39267e
DJ
1834 (BFD32_LIBS): Add simple.lo.
1835 (BFD32_LIBS_CFILES): Add simple.c.
1836 * Makefile.in: Regenerated.
1837 * bfd-in2.h: Regenerated.
1838 * simple.c: New file.
1839
0be617ce
AM
18402002-10-11 Alan Modra <amodra@bigpond.net.au>
1841
14a793b2
AM
1842 * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
1843 (record_thumb_to_arm_glue): Likewise.
1844 * ecoff.c (ecoff_link_add_externals): Likewise.
1845 * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
1846 (record_thumb_to_arm_glue): Likewise.
1847 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
1848 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
1849 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
1850 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
1851 * elf64-ppc.c (func_desc_adjust): Likewise.
1852 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
1853 (sh64_elf64_create_dynamic_sections): Likewise.
1854 * elflink.c (_bfd_elf_create_got_section): Likewise.
1855 (_bfd_elf_create_dynamic_sections): Likewise.
1856 (_bfd_elf_create_linker_section): Likewise.
1857 * elflink.h (elf_add_default_symbol): Likewise.
1858 (elf_link_create_dynamic_sections): Likewise.
1859 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
1860 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
1861 * elfxx-mips.c (mips_elf_create_got_section): Likewise.
1862 (_bfd_mips_elf_add_symbol_hook): Likewise.
1863 (_bfd_mips_elf_create_dynamic_sections): Likewise.
1864 * linker.c (generic_link_add_symbol_list): Likewise.
1865 * xcofflink.c (xcoff_link_add_symbols): Likewise.
1866
1867 * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
1868
0be617ce 1869 * elf64-ppc.c (edit_opd): Only zero opd syms when function is
7f6a7663 1870 completely removed. Correct local sym adjustment.
0be617ce 1871
0a4ef3f4
SC
18722002-10-10 Stephen Clarke <stephen.clarke@superh.com>
1873
1874 * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
1875 Correct mistake in calculation of address of .got.
1876 * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
1877 elf_sh64_pic_plt_entry_le): Likewise.
1878
efacd36e
SC
18792002-10-09 Richard Shann <richard.shann@superh.com>
1880 Stephen Clarke <stephen.clarke@superh.com>
1881
1882 * Makefile.am: Add entries for elf32-sh64-lin.c and
1883 elf64-sh64-lin.c. Regenerate.
1884 * Makefile.in: Regenerate.
1885 * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
1886 to use sh64 vectors rather than sh vectors.
1887 * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
1888 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
1889 * configure: Regenerate.
1890 * elf32-sh64-lin.c: New file.
1891 * elf64-sh64-lin.c: New file.
1892 * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5fe39cae
AM
1893 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
1894
299bf759
L
18952002-10-08 H.J. Lu <hjl@gnu.org>
1896
1897 * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
1898 IE->LE transition for R_386_TLS_IE.
1899
51020317
AM
19002002-10-08 Alan Modra <amodra@bigpond.net.au>
1901
1902 * elf64-ppc.c (edit_opd): Correct test for discarded sections.
1903
a8fcf378
NC
19042002-10-07 Mark Elbrecht <snowball3@softhome.net>
1905
51020317
AM
1906 * cofflink.c (mark_relocs): Don't mark relocations in excluded
1907 sections.
a8fcf378 1908
a16d5acb
AM
19092002-10-07 Alan Modra <amodra@bigpond.net.au>
1910
a6b511bd
AM
1911 * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
1912 code.
1913
a16d5acb
AM
1914 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
1915
7c4a37eb
AM
19162002-10-06 Alan Modra <amodra@bigpond.net.au>
1917
1918 * opncls.c: Formatting.
1919 (_bfd_new_bfd): Use a smaller section hash table.
1920
7c4ca42d
AO
19212002-10-05 Alexandre Oliva <aoliva@redhat.com>
1922
1923 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
1924 of the other two relocations packed with a REL32 to NONE.
1925
4989d792
SC
19262002-10-02 Stephen Clarke <stephen.clarke@superh.com>
1927
1928 * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
1929 (sh_elf_link_hash_newfunc): Initialize it.
1930 (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
1931 to got.refcount for symbols that are forced local or when
1932 we have direct got refs.
1933 (sh_elf_gc_sweep_hook): Adjust gotplt_refcount. Use it
1934 to correctly adjust got.refcount and plt.refcount.
1935 (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
1936 (sh_elf_check_relocs): Increment gotplt_refcount.
51020317 1937
7c445aa3
JJ
19382002-10-01 Jakub Jelinek <jakub@redhat.com>
1939
1940 * elf32-i386.c (elf_i386_relocate_section): Fix
1941 movl foo@indntpoff, %eax IE->LE transition.
1942
abcf1d52
JJ
19432002-10-01 Jakub Jelinek <jakub@redhat.com>
1944
1945 * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
1946 sequence and its transitions.
1947
a45bb67d
JJ
19482002-10-01 Jakub Jelinek <jakub@redhat.com>
1949
1950 * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
1951 to st_value + addend in non-code sections.
1952 * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
1953 R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
1954
00707a0e 19552002-09-30 Gavin Romig-Koch <gavin@redhat.com>
51020317
AM
1956 Ken Raeburn <raeburn@cygnus.com>
1957 Aldy Hernandez <aldyh@redhat.com>
1958 Eric Christopher <echristo@redhat.com>
1959 Richard Sandiford <rsandifo@redhat.com>
00707a0e
RS
1960
1961 * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
1962 (bfd_mach_mips5500): New.
1963 * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
1964 (arch_info_struct): Add corresponding entries here.
1965 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
1966 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
1967 (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
1968 bfd_mach_mips5400 and bfd_mach_mips5500.
1969 (_bfd_mips_elf_mach_extends_p): New function.
1970 (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
1971 the EF_MIPS_MACH flags.
1972 * bfd-in2.h: Regenerate.
1973
624f0b25
JT
19742002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
1975
1976 * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
1977 .got sections.
1978
b89fe0ee
AM
19792002-09-28 Alan Modra <amodra@bigpond.net.au>
1980
1981 * elf.c (map_sections_to_segments): Correct test for start of
1982 writable section in the same page as end of read-only section.
1983
b29635ba
JT
19842002-09-27 Matt Thomas <matt@3am-software.com>
1985
1986 * elf32-vax.c (elf_vax_check_relocs): Remove unused
1987 local_got_refcounts usage. Remove allocation of got slot.
1988 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
1989 Remove de-allocation of got slot.
1990 (elf_vax_size_dynamic_section): Fix some indentation. Add hash
1991 traversal for elf_vax_instantiate_got_entries. Allow empty .got
1992 sections to be GC'ed.
1993 (elf_vax_instantiate_got_entries): New function.
1994 (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling. Remove
1995 tests that are now handled by elf_vax_instantiate_got_entries.
1996 Assert GOT entry falls within .got section size. Remove redundant
1997 comparisions. Fix comments.
1998
bffbf940
JJ
19992002-09-27 Jakub Jelinek <jakub@redhat.com>
2000
2001 * reloc.c: Add x86-64 TLS relocs.
2002 * bfd-in2.h, libbfd.h: Rebuilt.
2003 * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
2004 relocs. Add TLS relocs.
2005 (x86_64_reloc_map): Add TLS relocs.
2006 (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
2007 (struct elf64_x86_64_link_hash_entry): Add tls_type field.
2008 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
2009 (elf64_x86_64_hash_entry): Define.
2010 (struct elf64_x86_64_obj_tdata): New.
2011 (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
2012 (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
2013 (link_hash_newfunc): Initialize tls_type.
2014 (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
2015 (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
2016 (elf64_x86_64_mkobject): New.
2017 (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
2018 (elf64_x86_64_tls_transition): New.
2019 (elf64_x86_64_check_relocs): Add r_type variable and use it.
2020 Handle TLS relocs.
2021 (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
2022 (allocate_dynrelocs): Allocate GOT space for TLS relocs.
2023 (elf64_x86_64_size_dynamic_sections): Likewise.
2024 (dtpoff_base, tpoff): New.
2025 (elf64_x86_64_relocate_section): Handle TLS relocs.
2026 (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
2027 entries.
2028 (bfd_elf64_mkobject): Define.
2029
2030 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
2031 DF_STATIC_TLS if shared.
2032
14366460
TS
20332002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2034
2035 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
2036 empty relocation sections.
2037
9f951329
AM
20382002-09-26 Alan Modra <amodra@bigpond.net.au>
2039
2040 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
2041 (ppc64_elf_build_stubs): Build them here instead.
2042
6b3ac709
JJ
20432002-09-24 Jakub Jelinek <jakub@redhat.com>
2044
2045 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
2046 addend into r_addend, not *r_offset.
2047 (elf32_sparc_finish_dynamic_symbol): Likewise.
2048 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
2049 R_SPARC_RELATIVE's r_offset.
2050
e2f6d277
NC
20512002-09-23 Nathan Tallent <eraxxon@alumni.rice.edu>
2052
2053 * dwarf2.c (decode_line_info): Update to correctly decode
2054 the (non-standard DWARF2) out-of-order address sequences
2055 generated by the Intel C++ 6.0 compiler for ia64-Linux.
2056
f3961b2b
DD
20572002-09-23 Mark Elbrecht <snowball3@softhome.net>
2058
2059 * config.bfd: For DJGPP targets, match with any cpu and any machine.
2060
ad34bc37
AM
20612002-09-23 Alan Modra <amodra@bigpond.net.au>
2062
2063 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
2064 for discarded FDEs. Remove redundant assignment.
2065 * elflink.h (elf_bfd_discard_info): Save edited relocs.
2066
82988bff
L
20672002-09-22 H.J. Lu <hjl@gnu.org>
2068
2069 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
2070 the relocation count between different .reloc sections.
2071
5ad8645c
AM
20722002-09-21 Alan Modra <amodra@bigpond.net.au>
2073
5f819128
AM
2074 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
2075 ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
2076 R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and
2077 R_PPC_EMB_RELSDA.
2078
5ad8645c
AM
2079 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
2080 unsigned. Move "symcount" assignment out of loop.
2081 * Makefile.am: Run "make dep-am".
2082 * Makefile.in: Regenerate.
2083 * configure: Regenerate.
2084 * po/SRC-POTFILES.in: Regnerate.
2085
75936555
NC
20862002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
2087
2088 * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
2089 zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
2090 (e.g. IRIX64).
2091
2243deae
L
20922002-09-19 Jakub Jelinek <jakub@redhat.com>
2093
2094 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
2095 even if generating R_PPC_RELATIVE reloc.
2096 (ppc_elf_relocate_section): Make sure relocation is performed
2097 if skip == -2. Clear memory at r_offset when creating dynamic
2098 relocation.
2099
37e55690
JJ
21002002-09-19 Jakub Jelinek <jakub@redhat.com>
2101
2102 * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
2103 BFD_RELOC_386_TLS_GOTIE): Add.
2104 * bfd-in2.h, libbfd.h: Rebuilt.
2105 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
2106 and R_386_TLS_GOTIE.
2107 (elf_i386_reloc_type_lookup): Handle it.
2108 (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
2109 char instead of enum, change GOT_* into defines.
2110 (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
2111 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
2112 (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is
2113 accessed both as normal and TLS symbol. Move R_386_TLS_LDM and
2114 R_386_PLT32 cases so that R_386_TLS_IE can fall through.
2115 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
2116 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
2117 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
2118 (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
2119 tls_type is GOT_TLS_IE_BOTH.
2120 (elf_i386_size_dynamic_sections): Likewise.
2121 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
2122 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
2123 (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
2124 all 4 GOT_TLS_* TLS types.
2125
8e67855b
NC
21262002-09-19 Nick Clifton <nickc@redhat.com>
2127
2128 * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
2129 follow indirect links.
2130
1c59ba3f
NC
21312002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
2132
2133 * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
2134 correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
2135 on 64 bit machines.
2136 (ecoff_swap_sym_in) <iss>: Likewise.
0e327d91
NC
2137 * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
2138 ECOFF information: 'ioptMax' refers to the actual *size*
2139 of the optimization symtab, not the number of entries.
1c59ba3f 2140
9d7404b7
NC
21412002-09-19 Daniel Jacobowitz <drow@mvista.com>
2142
2143 * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
2144 ELF_LINK_HASH_NEEDS_PLT logic.
2145
05a487dc
DJ
21462002-09-18 Daniel Jacobowitz <drow@mvista.com>
2147
2148 * elfcode.h (elf_slurp_reloc_table_from_section): Check
2149 correct relocation count.
2150
1f70368c
DJ
21512002-09-17 Daniel Jacobowitz <drow@mvista.com>
2152
2153 * bfd-in.h (bfd_get_dynamic_symcount): Define.
2154 * bfd.c (struct _bfd): Add dynsymcount.
2155 * bfd-in2.h: Regenerated.
2156 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
2157 abfd->dynsymcount.
2158 * elfcode.h (elf_slurp_reloc_table_from_section): Check
2159 for overflow.
2160
51020317 21612002-09-17 Stan Cox <scox@redhat.com>
a902ee94
SC
2162
2163 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
2164 (mips_elf64_final_gp): Don't make up gp value.
2165 * elfn32-mips.c (mips_elf_final_gp): Likewise.
2166 * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
2167 .MIPS.options/.options section.
2168
290062cc
DB
21692002-09-17 David O'Brien <obrien@FreeBSD.org>
2170
2171 * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
2172 It is benign for FreeBSD < 4.1. Minor reformatting.
2173 * elf64-alpha-fbsd.c: Likewise.
2174
c5c1f40c
JJ
21752002-09-17 Jakub Jelinek <jakub@redhat.com>
2176
ca1eb0ba
JJ
2177 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
2178 addend.
c5c1f40c 2179
562ace6b
AM
21802002-09-17 Alan Modra <amodra@bigpond.net.au>
2181
2182 * elf64-alpha.c (alpha_elf_size_info): Make static.
2183
5af6ead6
AM
21842002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
2185
2186 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
2187 * cpu-tic4x.c: Ditto.
2188
cb9512fc
TS
21892002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2190
2191 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
2192 duplicate define.
2193
4ada7262
DB
21942002-09-16 Bruno Haible <bruno@clisp.org>
2195
2196 * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
2197 by a target variant implementation.
2198 * elf64-alpha.c: Likewise.
2199 * elf32-i386-fbsd.c: New file.
2200 * elf64-alpha-fbsd.c: New file.
2201 * targets.c: Support bfd_elf32_i386_freebsd_vec and
2202 bfd_elf64_alpha_freebsd_vec.
2203 * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
2204 bfd_elf64_alpha_freebsd_vec.
2205 * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
2206 (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
2207 (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
2208 (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
2209 (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
2210 * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
2211 specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
2212
6a30718d
JJ
22132002-09-12 Jakub Jelinek <jakub@redhat.com>
2214
2215 * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
2216 NULL.
2217 (elf_i386_relocate_section): Return false after printing error about
2218 unresolvable relocation.
2219
6cf9e9fe
NC
22202002-09-12 Nick Clifton <nickc@redhat.com>
2221
2222 * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
2223 R_ARM_THM_PC11.
2224
10f469bf
DJ
22252002-09-11 Jeffrey Law <law@redhat.com>
2226
2227 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
2228
dc43ada5
NC
22292002-09-11 Andrew Haley <aph@cambridge.redhat.com>
2230
2231 * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
2232 line_ptr before deciding we've found a symbol.
2233
e09f4395
NC
22342002-09-11 Nick Clifton <nickc@redhat.com>
2235
2236 * po/da.po: New Danish translation file.
2237 * configure.in (LINGUAS): Add 'da'.
2238 * configure: Regenerate.
2239
b3018b5f
NC
22402002-09-10 Michael Snyder <msnyder@redhat.com>
2241
2242 * irix-core.c (do_sections, do_sections64): New functions.
51020317 2243 (irix_core_core_file_p): Call new functions do_sections,
b3018b5f
NC
2244 do_sections64, depending on corefile (32-bit or 64-bit).
2245
2f21f25e
RH
22462002-09-09 Richard Henderson <rth@redhat.com>
2247
2248 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
2249 and PCREL21F like PCREL21B.
2250
28b94e7c
KB
22512002-09-04 Kevin Buettner <kevinb@redhat.com>
2252
51020317
AM
2253 * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
2254 vector.
28b94e7c 2255
5cec6941
NC
22562002-09-02 Nick Clifton <nickc@redhat.com>
2257
2258 * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
2259 names instead of cryptically overloaded bfd_reloc error
2260 codes.
2261 (v850_elf_relocate_section): Likewise.
2262 (v850_elf_relax_section): Replace caching of external symbols
2263 with caching of internal symbols obtained from calling
2264 bfd_elf_get_elf_syms().
51020317 2265 Fixup problems with freeing cached allocated memory blocks.
5cec6941 2266
3b77b1d5
AM
22672002-09-02 Alan Modra <amodra@bigpond.net.au>
2268
638524b5
AM
2269 * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
2270 (bfd_pj_arch): Use bfd_default_scan.
2271 * cpu-v850.c (scan): Remove.
2272 (N): Use bfd_default_scan.
2273 * cpu-z8k.c (scan_mach): Remove.
2274 (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
2275 first. Use bfd_default_scan.
2276
250d94fd
AM
2277 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
2278 bfd_mach constants.
2279 (ecoff_get_magic): Likewise.
2280 * elf32-v850.c (v850_elf_object_p): Likewise.
2281 (v850_elf_final_write_processing): Likewise.
2282 * mipsbsd.c (MY(set_arch_mach)): Likewise.
2283 (MY(write_object_contents)): Likewise.
2284 * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
2285 * coffcode.h (coff_write_object_contents): Likewise.
2286 (coff_set_arch_mach_hook): Add comment describing machine == 0.
2287 Remove unnecessary "machine" assignments.
2288 (coff_write_relocs): Test for the absolute section sym by testing
2289 section and flags.
2290
3b77b1d5
AM
2291 * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
2292 and bfd_mach_i386_i386_intel_syntax.
250d94fd 2293 * pdp11.c (NAME(aout,machine_type)): Likewise.
3b77b1d5 2294
e5b45b83
DA
22952002-08-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
2296
2297 * bfd-in.h (align_power): Cast constants to bfd_vma type.
2298 * bfd-in2.h (align_power): Likewise.
2299
37f45cf8
AM
23002002-08-30 Alan Modra <amodra@bigpond.net.au>
2301
2302 * Makefile.am: Run "make dep-am".
2303 * Makefile.in: Regenerate.
2304
2305 * cpu-avr.c (compatible): Don't use hard-coded mach constants.
2306 * cpu-powerpc.c (powerpc_compatible): Likewise.
2307 * cpu-rs6000.c (rs6000_compatible): Likewise.
2308
86aba9db
NC
23092002-08-28 Catherine Moore <clm@redhat.com>
2310
2311 * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
2312 (v850-elf-reloc): Don't resolve pc relative relocs.
2313 (v850_elf_ignore_reloc): New routine.
2314 (v850_elf_final_link_relocate): Handle new relocs.
2315 (v850_elf_relax_delete_bytes ): New routine.
2316 (v850_elf_relax_section): New routine.
2317 (bfd_elf32_bfd_relax_section): Define.
2318 (HOWTO): New entries for new relocs.
2319 * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
2320 (BFD_RELOC_V850_LONGJUMP): New reloc.
2321 (BFD_RELOC_V850_ALIGN): New reloc.
2322 * archures.c: Remove redundant v850ea architecture.
2323 * cpu-v850.c: Remove redundant v850ea support.
2324 * libbfd.h: Regenerate.
2325 * bfd-in2.h: Regenerated.
2326
026df7c5
NC
23272002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
2328
2329 * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
2330 * configure.in: Add tic4x_coff vector files.
2331 * configure: Regenerate.
2332 * Makefile.am: Add tic4x target.
2333 * Makefile.in: Regenerate.
2334
23352002-08-27 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2336
2337 * archures.c: Add the BFD arch type tic4x.
2338 * bfd-in.h: Add BFD_IN_MEMORY flag.
2339 * coff-tic4x.c: New file.
2340 * coffswap.h (coff_swap_sym_out): Add preadjuster.
2341 * cpu-tic4x.c: New file.
2342 * targets.c: Added tic4x- in list of xvecs.
2343 * ticoff.h: New file.
2344 * bfd-in2.h: Regenerate.
2345
88f7bcd5
NC
23462002-08-27 Adam Nemet <anemet@lnxw.com>
2347
2348 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
2349 bit of DT_INIT and DT_FINI for Thumb functions.
2350
c8e48751
AM
23512002-08-26 Alan Modra <amodra@bigpond.net.au>
2352
2353 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
2354
2846975a
AM
23552002-08-26 Alan Modra <amodra@bigpond.net.au>
2356
2357 * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
2358
067653c5
AM
23592002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2360
2361 * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
2362 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
2363 Likewise.
2364 (struct elf_sh_pcrel_relocs_copied): Removed.
2365 (struct elf_sh_dyn_relocs): New.
2366 (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
2367 field with dyn_relocs.
2368 (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
2369 sections and sym_sec.
2370 (sh_elf_link_hash_newfunc): Clear dyn_relocs.
2371 (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
2372 (sh_elf_create_dynamic_sections): Use create_got_section instead
2373 of _bfd_elf_create_got_section.
2374 (sh_elf_check_relocs): Likewise.
2375 (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
2376 sections.
2377 (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
2378 sh_elf_relocate_section, sh_elf_check_relocs,
2379 sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
2380 Likewise.
2381 (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
2382 dynamic relocations and avoiding the copy relocation when we
2383 didn't find any dynamic relocations in the section which has
2384 contents or is read-only.
2385 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
2386 (sh_elf_size_dynamic_sections): Don't reset the size of
2387 .rela.got section even if dynamic_sections_created flag is off.
2388 Don't use sh_elf_discard_copies. Scan all input bfd and use
2389 allocate_dynrelocs. Call readonly_dynrelocs to determine
2390 whether we need DT_TEXTREL.
2391 (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
2392 whether the symbol was never referred to.
2393 (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
2394 (sh_elf_gc_sweep_hook): Fill with the real sweep function.
2395 (sh_elf_check_relocs): Call create_got_section if the short-cut
2396 to .got is null. Increment reference counters only instead of
2397 allocating space on dynamic sections here. Don't conditionalize
2398 uninitialized got.offset value when marking the symbol as a
2399 global offset table entry. Keep relocations for symbols satisfied
2400 by a dynamic library to avoid copy relocations for the symbol.
2401 Set dynobj field of an elf hash table if needed.
2402 (sh_elf_finish_dynamic_sections): Handle null section pointer
2403 correctly.
2404 (elf_backend_copy_indirect_symbol): Defined.
2405 (elf_backend_can_refcount): Defined.
2406
7e326afc
NC
24072002-08-23 Nick Clifton <nickc@redhat.com>
2408
2409 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
2410 previous change. Add comment explaining why.
2411
c8614e8e
AM
24122002-08-23 Stephen Clarke <stephen.clarke@superh.com>
2413
2414 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
2415 contents of .got.plt[2] to tr0, not address of .got.plt.
2416 (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
2417 patching absolute plt entry. For shmedia plt entry, set bottom bit
2418 of branch to plt0 as this is a branch to an shmedia instruction.
2419 * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
2420 Copy contents of .got.plt[2] to tr0, not address of .got.plt.
2421 (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
2422 branch to plt0.
2423 (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
2424 patching absolute plt entry. For shmedia plt entry, branch to
2425 plt0 is now ptrel, so use relative offset. Set bottom bit of
2426 branch target as it is a branch to an shmedia instruction.
2427
3b587c71
AM
24282002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
2429 Richard Shann <richard.shann@superh.com>
2430
2431 * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
2432 value if .init is an SHmedia function. Similarly for DT_FINI.
2433 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
51020317 2434
957dcaa8
AM
24352002-08-23 Stephen Clarke <stephen.clarke@superh.com>
2436
3b587c71 2437 * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
957dcaa8 2438 dynamic section.
3b587c71 2439 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
957dcaa8 2440
a4263c47
NC
24412002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2442
2443 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
51020317 2444 byte read when reading the return address register column.
a4263c47 2445
db4ed121
NC
24462002-08-22 Nick Clifton <nickc@redhat.com>
2447
2448 * config.bfd: Add powepc64-*-*bsd* target.
2449
ed71e111
NC
24502002-08-22 Graeme Peterson <gp@qnx.com>
2451
2452 * Makefile.am: Add entries for elf32-shqnx.c
2453 * Makefile.in: Regenerate.
2454 * config.bfd: Add support sh-*-nto* target.
2455 * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
2456 * configure: Regenerate.
2457 * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
2458 * elf32-sh.c: Do not include elf32-target.h if
2459 ELF32_SH_C_INCLUDED is defined.
2460 * elf32-shqnx.c: New file: Support for QNX.
2461 * targets.c: Add bfd_elf32_sh{l}qnx_vec.
2462
0ab72ee2
NC
24632002-08-22 Nick Clifton <nickc@redhat.com>
2464
75c83283
NC
2465 * po/tr.po: Updated Turkish translation.
2466
0ab72ee2
NC
2467 * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
2468 symbols are not read.
2469
56780f18
AM
24702002-08-22 Alan Modra <amodra@bigpond.net.au>
2471
2472 * elf32-m68hc11.c: Formatting fixes.
2473 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
2474 * elf32-m68hc12.c: Formatting fixes.
2475 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
2476
b48fa14c
AM
24772002-08-22 Alan Modra <amodra@bigpond.net.au>
2478
a7c71b0c
AM
2479 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
2480 SEC_DATA.
2481 (pmac_xcoff_vec): Likewise.
2482 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
2483 (aix5coff64_vec): Likewise.
2484
56780f18
AM
24852002-08-22 Alan Modra <amodra@bigpond.net.au>
2486
b48fa14c
AM
2487 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
2488 param to elf_backend_copy_indirect_symbol.
2489 (_bfd_elf_link_hash_copy_indirect): Likewise.
2490 * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
2491 calls to copy_indirect_symbol.
2492 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
2493 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
2494 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
2495 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
2496 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
2497 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
2498 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
2499 * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
2500 * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
2501 * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Properly
2502 test refcounts for "used" values.
2503
8c2ab17d
AM
25042002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
2505
2506 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
2507 argument declaration.
2508
d62b1198 25092002-08-19 Elena Zannoni <ezannoni@redhat.com>
51020317
AM
2510
2511 * archures.c (bfd_mach_ppc_e500): Added.
2512 * bfd-in2.h: Rebuilt.
d62b1198
EZ
2513 * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
2514
9f88ba09
AM
25152002-08-19 Alan Modra <amodra@bigpond.net.au>
2516
2517 * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
2518
df622259
AC
25192002-08-17 Andrew Cagney <ac131313@redhat.com>
2520
2521 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
51020317 2522 `bfd_byte'.
df622259 2523
44c410de
SC
25242002-08-17 Stan Cox <scox@redhat.com>
2525
2526 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
2527 IRIX 6 segment layout for NEWABI.
2528
4972a8e9
SC
25292002-08-16 Stephen Clarke <stephen.clarke@superh.com>
2530
2531 * bfd/elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
2532 symbols when looking for section referred to by a relocation.
2533 * bfd/elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
51020317 2534
c5cd6d62
AM
25352002-08-15 Alan Modra <amodra@bigpond.net.au>
2536
2537 * elf32-i370.c: Move reloc enum to include/elf/i370.h.
2538
0741c7be
HPN
25392002-08-15 Hans-Peter Nilsson <hp@axis.com>
2540
2541 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
2542 missing check for whether the symbol is referenced by DSO before
2543 unexporting it as an unneeded dynamic symbol.
2544
e8d5d179
L
25452002-08-14 H.J. Lu <hjl@gnu.org>
2546
2547 * libbfd.h: Regenerate.
2548
e9229007
L
25492002-08-14 H.J. Lu <hjl@gnu.org>
2550
2551 * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
2552
1fd03b5a
SC
25532002-08-14 Stephane Carrez <stcarrez@nerim.fr>
2554
2555 * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
2556 instructions.
2557 (m68hc11_direct_relax): New to define table of relaxable instructions.
2558 (find_relaxable_insn): New, find a relaxable insn.
2559 (compare_reloc): New to compare two relocs.
2560 (m68hc11_elf_relax_section): New, relax text sections.
2561 (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
2562 (elf32_m68hc11_check_relocs): New function for GC support.
2563 (elf32_m68hc11_relocate_section): New function for GC support.
2564 (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
2565 (elf_backend_check_relocs): Likewise.
2566 (elf_backend_relocate_section): Likewise.
2567
c828c771
L
25682002-08-13 H.J. Lu <hjl@gnu.org>
2569
2570 * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
2571 definitions in shared objects when checking symbol with
2572 undefined version.
2573
9b701e44
SC
25742002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2575
2576 * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
2577 (elf32_m68hc11_gc_sweep_hook): Likewise.
2578 (elf_backend_gc_mark_hook): Define for GC section support.
2579 (elf_backend_gc_sweep_hook): Likewise.
2580 (elf_backend_can_gc_sections): Likewise.
2581
2582 * elf32-m68hc12.c: Likewise.
2583
96405e3c
SC
25842002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2585
2586 * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
2587 (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
2588 (_bfd_m68hc11_elf_set_private_flags): New function.
2589 Use them to set/check/print ELF flags specific to 68HC11.
2590
2591 * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
2592 (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
2593 (_bfd_m68hc12_elf_set_private_flags): New function.
2594 Use them to set/check/print ELF flags specific to 68HC12.
2595
dae78fb0
SC
25962002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2597
2598 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
2599 fix masks for PC-rel relocs.
2600 (m68hc11_elf_ignore_reloc): New function.
2601
2602 * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
2603 68HC12 banked addressing relocs.
2604 (m68hc12_phys_addr): New to compute physical address of banked memory.
2605 (m68hc12_phys_page): Likewise for page.
2606 (m68hc12_addr_is_banked): New to see if address is in banked area.
2607 (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
2608
3dbfec86
SC
26092002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2610
2611 * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
2612 BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
2613 BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
2614 * bfd-in2.h: Regenerate.
2615
871da94f
L
26162002-08-12 H.J. Lu <hjl@gnu.org>
2617
2618 * elflink.h (elf_add_default_symbol): Preserve section across
2619 elf_merge_symbol.
2620
59bc061d
NC
26212002-08-09 Graeme Peterson <gp@qnx.com>
2622
51020317 2623 * Makefile.am: Add entries for elf32-ppcqnx.c, and add
59bc061d
NC
2624 elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
2625 * Makefile.in: Regenerate.
2626 * config.bfd: Add support for powerpc{le}-*-nto targets.
2627 * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
2628 * configure: Regenerate.
2629 * elf32-i386qnx.c: Moved backend functions into a QNX specific
2630 common file "elf32-qnx.h", and now include that file.
2631 * elf32-qnx.h: New file: QNX specific common elf backend.
2632 * elf32-ppc.c: Do not include elf32-target.h if
2633 ELF32_PPC_C_INCLUDED is defined.
2634 * elf32-ppcqnx.c: New file: Support for QNX.
2635 * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
2636 * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
2637
2b692c59
NC
26382002-08-09 Nick Clifton <nickc@redhat.com>
2639
2640 * po/sv.po: Updated Swedish translation.
2641
d0c7ff07
TS
26422002-08-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2643
2644 * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
2645 g->global_gotsym is NULL.
2646
d8bbe778
L
26472002-08-08 H.J. Lu <hjl@gnu.org>
2648
c5cd6d62 2649 * elflink.h (elf_add_default_symbol): Don't warn if a definition
d8bbe778
L
2650 overrides an indirect versioned symbol.
2651
c366c25e
JJ
26522002-08-08 Jakub Jelinek <jakub@redhat.com>
2653
2654 * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
2655 for R_386_TLS_TPOFF32 relocs against symndx 0.
2656
31941635
L
26572002-08-07 H.J. Lu <hjl@gnu.org>
2658
2659 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
2660 with undefined version if needed.
2661 (elf_link_assign_sym_version): Match a default symbol with a
2662 version without definition. No need to hide the default
2663 definition separately.
2664
0f3bd64f
AM
26652002-08-08 Alan Modra <amodra@bigpond.net.au>
2666
7330fb86
AM
2667 * elflink.h (elf_link_output_extsym): Don't output symbols from
2668 SEC_EXCLUDE sections.
2669
0f3bd64f
AM
2670 * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
2671
a4aa0fb7
AM
26722002-08-07 Alan Modra <amodra@bigpond.net.au>
2673
2674 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
2675 entries.
2676
34ea4a36
TS
26772002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2678
2679 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
2680 mismatch.
2681
141ff970
TS
26822002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2683
2684 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
2685
28458e7e
TS
26862002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2687
2688 * elf32-mips.c (mips_reloc_map): Fix typo.
2689
0121a3da
AM
26902002-08-06 Alan Modra <amodra@bigpond.net.au>
2691
2692 * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
2693
d006db6c
AM
26942002-08-06 Alan Modra <amodra@bigpond.net.au>
2695
2696 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
2697
8ea80f08
AM
26982002-08-06 Alan Modra <amodra@bigpond.net.au>
2699
2a52da53
AM
2700 * libxcoff.h: Use PARAMS on function declarations.
2701 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
2702 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
2703
8ea80f08
AM
2704 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
2705 addend.
2706 * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
2707
cf9ab45b
AM
27082002-08-06 Alan Modra <amodra@bigpond.net.au>
2709
2710 * coff-rs6000.c: Formatting fixes.
2711 (xcoff_calculate_relocation): Use PARAMS in declaration.
2712 (xcoff_complain_overflow): Likewise.
2713 (xcoff_ppc_relocate_section): Use old-style function pointer call.
2714 (bfd_xcoff_backend_data): Remove useless comments.
2715 (rs6000coff_vec): Likewise.
2716 (bfd_pmac_xcoff_backend_data): Likewise.
2717 (pmac_xcoff_vec): Likewise.
8ea80f08 2718
cf9ab45b
AM
2719 * coff64-rs6000.c: Formatting fixes.
2720 (xcoff64_calculate_relocation): Use PARAMS in declaration.
2721 (xcoff64_ppc_relocate_section): Use old-style function pointer call.
2722 (bfd_xcoff_backend_data): Remove useless comments.
2723 (rs6000coff64_vec): Likewise.
2724 (bfd_xcoff_aix5_backend_data): Likewise.
2725 (aix5coff64_vec): Likewise.
2726
48bfecdd
AM
27272002-08-06 Alan Modra <amodra@bigpond.net.au>
2728
a78eab4e
AM
2729 * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
2730 mask entries. Use complain_overflow_dont for R_REF.
2731 (xcoff_reloc_type_ba): Revert last change.
2732 (xcoff_reloc_type_br): Likewise.
2733 (xcoff_reloc_type_crel): Likewise.
2734 (xcoff_ppc_relocate_section): Likewise.
2735 * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
2736 (xcoff64_ppc_relocate_section): Likewise.
2737 (xcoff64_howto_table): Revert some of last change to mask entries.
2738 Use complain_overflow_dont for R_REF.
2739
48bfecdd
AM
2740 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
2741 relocs with bitsize == 16 have size = 1.
2742 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
2743 (xcoff_reloc_type_br): Likewise.
2744 (xcoff_reloc_type_crel): Likewise.
2745 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
2746 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
2747 dst_mask adjustment.
2748 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
2749 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with
2750 bitsize == 16 have size = 1.
2751
fd13ed0c
DC
27522002-08-01 Denis Chertykov <denisc@overta.ru>
2753
2754 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
2755 (struct misc): New field isymbuf. All free_* fields removed.
2756 (symbol_value): Pass in internal syms. No need to swap syms in.
2757 (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
2758 possibly cached info.
2759 (tidyup_after_error): Removed.
2760 (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
2761 misc. Use new field.
2762 (adjust_all_relocations): Use internal syms. No need to swap syms
2763 in and out.
2764 (add_page_insn): Don't use removed fields of struct misc.
2765
24a1ba0f
NC
27662002-08-01 Nick Clifton <nickc@redhat.com>
2767
2768 * elf32-arm.h: Revert previous delta.
2769
a6903459
NC
27702002-08-01 Nick Clifton <nickc@redhat.com>
2771
2772 * configure.in (AM_INIT_AUTOMAKE): Bump version number.
2773 * configure: Regenerate.
2774
39a2a3eb
L
27752002-07-31 H.J. Lu <hjl@gnu.org>
2776
2777 * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
2778 selected.
2779
a0dfa6a8
L
27802002-07-31 H.J. Lu <hjl@gnu.org>
2781
2782 * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
2783 is selected.
2784
cd67d266
JJ
27852002-07-31 Jakub Jelinek <jakub@redhat.com>
2786
2787 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
2788 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
2789
4eb6b71c
NC
27902002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2791
2792 * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
2793 There is no 8 byte relocation type for this architecture.
2794 (do_ns32k_reloc): Use bfd_vma instead of native types.
2795 (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
2796 returns void.
2797 (_bfd_ns32k_put_displacement): Don't check for overflow. We can
2798 rely on generic code to do that.
2799 * aout-ns32k.c (howto_table): Add appropriate overflow detection
2800 to all table entries.
2801 (_bfd_ns32k_relocate_contents): put_data returns void.
2802 * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
2803 (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
2804 return void.
2805
f7c33884
NC
28062002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2807
2808 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
2809 archive object is target dependant.
2810
8f64befb
NC
28112002-07-31 Adam Nemet <anemet@lnxw.com>
2812
2813 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
2814 (THUMB_PLT_ENTRY_SIZE): New macro.
2815 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
2816 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
2817 ARM_PLT_ENTRY_SIZE.
2818 (elf32_arm_plt_entry): Likewise.
2819 (elf_backend_plt_header_size): Likewise.
2820 (elf32_thumb_plt0_entry): New global.
2821 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
2822 into .plt.thumb.
2823 (elf32_thumb_plt_entry): New global.
2824 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
2825 Thumb entries. Set the bottom bit of the corresponding GOT entry
2826 for a Thumb PLT entry.
2827 (struct elf32_arm_plt_entry_info): New structure.
2828 (struct elf32_arm_link_hash_entry, plt_info): New member of this
2829 type.
2830 (elf32_arm_link_hash_newfunc): Initialize new member.
2831 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
2832 relocations against the PLT.
2833 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
2834 first_rel_type if this is the first time we encounter the symbol.
2835 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
2836 Determine if relocation needs a PLT entry. Set first_rel_type if
2837 this is the first time we encounter the symbol
2838 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
2839 functions as well.
2840 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
2841 (elf32_arm_create_dynamic_sections): New function. Create the
2842 .plt.thumb section.
2843 (elf_backend_create_dynamic_sections): Call it.
2844
47badb7b
NC
28452002-07-31 Nick Clifton <nickc@redhat.com>
2846
2847 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
2848 'alternative' in order to avoid shadowing global symbol of the
2849 same name.
2850 * bfd-in2.h: Regenerate.
2851 * libbfd.h: Regenerate.
2852 * libcoff.h: Regenerate.
2853
8a397dad
TS
28542002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2855
2856 * Makefile.am: Add n32 ABI support.
2857 * Makefile.in: Regenerate.
2858 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
2859 bit vectors for mips*-*-linux targets as optional.
2860 * configure.in: Add n32 ABI vectors.
2861 * configure: Regenerate.
2862 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
2863 * elfn32-mips.c: New file, n32 ABI support.
2864 * targets.c: Add n32 ABI vectors.
2865
7e392df6 28662002-07-30 Graeme Peterson <gp@qnx.com>
83e1617e 2867
7e392df6
NC
2868 * elfarmqnx-nabi.c: New file: Support for QNX.
2869 * config.bfd: Add support for arm-*-nto target.
2870 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
2871 * configure: Regenerate.
2872 * Makefile.am: Add entries for elfarmqnx-nabi.c.
2873 * Makefile.in: Regenerate.
2874 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
2875 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
2876 * elfarm-nabi.c: Do not include elf32-arm.h if
2877 ELFARM_NABI_C_INCLUDED is defined.
2878 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
7330fb86 2879
7e392df6 28802002-07-30 Nick Clifton <nickc@redhat.com>
7330fb86 2881
83e1617e
NC
2882 * po/sv.po: Updated Swedish translation.
2883
704afa60
JJ
28842002-07-30 Jakub Jelinek <jakub@redhat.com>
2885
2886 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
2887
487e54f2
AM
28882002-07-30 Alan Modra <amodra@bigpond.net.au>
2889
2890 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
2891 * archive.c (bfd_generic_archive_p): Likewise.
2892 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
2893 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
2894 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
2895 (xcoff64_archive_p): Likewise.
2896 (xcoff64_openr_next_archived_file): Likewise.
2897 (xcoff64_archive_p): Clean up tdata properly on error.
2898 * coffgen.c (coff_real_object_p): Likewise.
2899 (coff_object_p): Release filehdr and opthdr.
2900 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
2901 * ieee.c (ieee_archive_p): Likewise.
2902 * ihex.c (ihex_object_p): Likewise.
2903 (ihex_mkobject): Always allocate tdata.
2904 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
2905 * srec.c (srec_mkobject): Always allocate tdata.
2906 (srec_object_p): Clean up tdata properly on error.
2907 (symbolsrec_object_p): Likewise.
2908 * versados.c (versados_object_p): Likewise.
2909 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
2910 and bfd_realloc instead of realloc.
2911 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
2912 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
2913 place of bfd_malloc, simplifying error freeing. Free hash table too.
2914 (vms_object_p): Clean up tdata on error.
2915 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
2916 (vms_close_and_cleanup): Adjust for bfd_alloc use.
2917
9d46020e
AM
29182002-07-30 Alan Modra <amodra@bigpond.net.au>
2919
2920 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
2921
fb39dac1
RS
29222002-07-26 Chris Demetriou <cgd@broadcom.com>
2923
2924 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
2925 flags into resulting BFD.
2926
7a624474
AM
29272002-07-26 Alan Modra <amodra@bigpond.net.au>
2928
2929 From John Reiser <jreiser@BitWagon.com>
2930 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
2931 tls_ldm_got.refcount.
2932
a4382ec6
TS
29332002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2934
2935 * elf64-mips.c: Update TODO comment.
2936 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
2937 mips_elf64_gprel16_reloca): Remove prototypes.
2938 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
2939 (UNUSED_RELOC): Replace by EMPTY_RELOC.
2940 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
2941 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
2942 R_MIPS_HIGHEST.
2943 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
2944 R_MIPS_GOT16. Remove wrong comments.
2945 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
2946 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
2947 from elf32-mips.c.
2948 (mips_elf64_hi16_reloc): Fix formatting.
2949 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
2950 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
2951 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
2952 (mips_elf64_gprel16_reloc): Make static. Add check for
2953 partial_inplace.
2954 (mips_elf64_gprel16_reloca): Remove.
2955 (mips_elf64_literal_reloc): New function.
2956 (mips_elf64_gprel32_reloc): Fix formatting.
2957 (mips_elf64_shift6_reloc): Fix comment. Make static.
2958 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
2959 elf32-mips.c.
2960 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
2961 elf32-mips.c
2962 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
2963 specific relocations.
2964 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
2965 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
2966 (ELF_MAXPAGESIZE): Add comment.
2967
219576a4
NC
29682002-07-25 Nick Clifton <nickc@redhat.com>
2969
2970 * po/sv.po: Updated Swedish translation.
2971 * po/es.po: Updated Spanish translation.
2972 * po/fr.po: Updated French translation.
2973
8c58d23b
AM
29742002-07-25 Alan Modra <amodra@bigpond.net.au>
2975
2976 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
2977 as elf_link_record_local_dynamic_symbol.
2978 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
2979 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
2980 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
2981 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
2982 attempt is made to record a symbol in a discarded section, and
2983 return `2' in that case.
2984
ff3063f5
NC
29852002-07-24 Nick Clifton <nickc@redhat.com>
2986
2987 * po/sv.po: Updated Swedish translation.
2988 * po/es.po: Updated Spanish translation.
2989
f0fe0e16
AM
29902002-07-23 Alan Modra <amodra@bigpond.net.au>
2991
c1fb5f8a
AM
2992 * po/SRC-POTFILES.in: Regenerate.
2993
f0fe0e16
AM
2994 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
2995 immediately. Remove code handling relocatable linking.
2996 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
2997 * elf32-cris.c (cris_elf_relocate_section): Likewise.
2998 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
de2d743e 2999 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
3000 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
3001 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3002 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
3003 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3004 * elf32-v850.c (v850_elf_relocate_section): Likewise.
3005 * elf32-vax.c (elf_vax_relocate_section): Likewise.
3006 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3007 * elf32-avr.c (elf_backend_rela_normal): Define.
3008 * elf32-cris.c: Likewise.
3009 * elf32-fr30.c: Likewise.
de2d743e 3010 * elf32-frv.c: Likewise.
f0fe0e16
AM
3011 * elf32-h8300.c: Likewise.
3012 * elf32-hppa.c: Likewise.
3013 * elf32-ip2k.c: Likewise.
3014 * elf32-sparc.c: Likewise.
3015 * elf32-v850.c: Likewise.
3016 * elf32-vax.c: Likewise.
3017 * elf64-hppa.c: Likewise.
3018 * elf64-sparc.c: Likewise.
3019 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
de2d743e 3020 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
3021 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
3022 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
3023 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
3024 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
3025 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
3026 * elf-m10200.c (USE_RELA): Don't define.
3027 * elf-m10300.c: Likewise.
de2d743e 3028 * elfarm-oabi.c: Likewise.
f0fe0e16
AM
3029 * elf32-i370.c: Likewise.
3030 * elf32-ip2k.c: Likewise.
3031 * elf32-m68k.c: Likewise.
3032 * elf32-mcore.c: Likewise.
3033 * elf32-ppc.c: Likewise.
3034 * elf32-s390.c: Likewise.
3035 * elf32-vax.c: Likewise.
3036 * elf64-ppc.c: Likewise.
3037 * elf64-s390.c: Likewise.
3038 * elf64-x86-64.c: Likewise.
3039 * elfxx-ia64.c: Likewise.
3040 * elf32-avr.c (USE_REL): Don't undef.
3041 * elf32-ip2k.c: Likewise.
3042
5e8d7549
NC
30432002-07-23 Nick Clifton <nickc@redhat.com>
3044
3045 * elf-bfd.h (struct elf_backend_data): Add new bitfield
3046 'want_p_paddr_set_to_zero'.
3047 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
3048 to false;
3049 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
3050 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
3051
9e12c7db
NC
30522002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
3053
3054 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
3055 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
3056 show the Copyright string.
3057 Minor formatting tidy ups.
3058
0461a601
NC
30592002-07-23 Nick Clifton <nickc@redhat.com>
3060
ff3063f5
NC
3061 * po/fr.po: Updated French translation.
3062 * po/sv.po: Updated Swedish translation.
0461a601 3063
fad2542d
AM
30642002-07-23 Alan Modra <amodra@bigpond.net.au>
3065
3066 * elflink.h (elf_link_input_bfd): Don't change internal symbols
3067 when outputting relocs.
3068
c0647bfc
JT
30692002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
3070
3071 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
3072 DT_PLTGOT into the dynamic section if there is a PLT.
3073
d01414a5
TS
30742002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3075
3076 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
3077 elf32-mips.c.
3078 (_bfd_mips_elf_write_section): Likewise.
3079 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
3080 (_bfd_mips_elf_write_section): Likewise.
3081 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
3082 (elf32_mips_write_section): Likewise.
3083 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
3084 (_bfd_mips_elf_write_section): Likewise.
3085
40c97fc6
AM
30862002-07-19 Alan Modra <amodra@bigpond.net.au>
3087
3088 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
3089 PT_IA_64_UNWIND segments for a given section.
3090
58378160
L
30912002-07-17 H.J. Lu <hjl@gnu.org>
3092
3093 * Makefile.am: Fix a typo.
3094 * Makefile.in: Regenerate.
3095
cf88bb9f
NC
30962002-07-15 Denis Chertykov <denisc@overta.ru>
3097 Frank Ch. Eigler <fche@redhat.com>
3098 Ben Elliston <bje@redhat.com>
3099 Alan Lehotsky <alehotsky@cygnus.com>
3100 John Healy <jhealy@redhat.com>
3101 Graham Stott <grahams@redhat.com>
3102 Jeff Johnston <jjohnstn@redhat.com>
3103
3104 * Makefile.am: Add support for ip2k.
3105 * Makefile.in: Regenerate.
3106 * doc/Makefile.in: Regenerate.
3107 * archures.c: Add support for ip2k.
3108 * config.bfd: Add support for ip2k.
3109 * configure.in: Add support for ip2k.
3110 * configure: Regenerate.
3111 * reloc.c: Add support for ip2k.
3112 * targets.c: Add support for ip2k.
3113 * bfd-in2.h: Regenerate.
3114 * libbfd.h: Regenerate.
3115 * cpu-ip2k.c: New file.
3116 * elf32-ip2k.c: New file.
3117
0dafd5f6
RE
31182002-07-17 Ian Rickards <irickard@arm.com>
3119
40c97fc6 3120 * dwarf2.c (concat_filename): If we can't establish the directory
0dafd5f6
RE
3121 just return the filename.
3122
36b08f12
AM
31232002-07-16 Moritz Jodeit <moritz@jodeit.org>
3124
3125 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
3126
58821868
AM
31272002-07-16 Alan Modra <amodra@bigpond.net.au>
3128
3129 * elflink.h: Formatting fixes, tidy prototypes.
3130 (elf_link_assign_sym_version): Move common code out of loop.
3131
c89583f8
AM
31322002-07-16 Alan Modra <amodra@bigpond.net.au>
3133
3134 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
3135 reloc section size is zero. Correct reloc output location.
3136
ba94744e
AM
31372002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
3138
3139 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
3140 the final type for the e_fsel selector when generating PA2.0W code.
3141 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
3142 relocations.
3143
96a94295
L
31442002-07-14 H.J. Lu <hjl@gnu.org>
3145
3146 * elflink.h (elf_link_assign_sym_version): Hide the default
3147 definition if there is a hidden versioned definition.
3148
6849c52f
HPN
31492002-07-12 Hans-Peter Nilsson <hp@axis.com>
3150
3151 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
3152 dynamic reference test in assertion when initializing GOT with
3153 static contents. Just assert that there are either no dynamic
3154 sections, the symbol is defined in the regular objects or that the
3155 symbol is undef weak. Tweak comment.
3156 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
3157 only if the symbol isn't defined in the program and isn't undef
3158 weak.
3159 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
3160 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
3161 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
3162 (elf_cris_discard_excess_program_dynamics): Don't consider
3163 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
3164
239e1f3a
AM
31652002-07-11 Alan Modra <amodra@bigpond.net.au>
3166
3167 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
3168 unresolved debugging relocs in dynamic applications.
3169 * elf32-s390.c (elf_s390_relocate_section): Likewise.
3170 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3171 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3172 * elf64-s390.c (elf_s390_relocate_section): Likewise.
3173 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3174 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3175
2f6d9989
AM
31762002-07-10 Alan Modra <amodra@bigpond.net.au>
3177
f5e87a1d
AM
3178 * elf64-ppc.c (ONES): Define.
3179 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
3180 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
3181 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
3182
2f6d9989
AM
3183 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
3184 (ppc64_elf_set_private_flags): Delete.
3185 (ppc64_elf_section_from_shdr): Delete.
3186 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
3187 (ppc64_elf_fake_sections): Delete.
3188 (bfd_elf64_bfd_set_private_flags): Don't define.
3189 (bfd_elf64_get_symbol_info): Likewise.
3190 (elf_backend_section_from_shdr): Likewise.
3191 (elf_backend_fake_sections): Likewise.
3192
0594c12d
AM
31932002-07-10 Marco Walther <Marco.Walther@sun.com>
3194
3195 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
3196 when not already set.
3197 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
3198 (elf_backend_fake_sections): Define.
3199
699cb9b8
AM
32002002-07-10 Alan Modra <amodra@bigpond.net.au>
3201
3202 * merge.c (_bfd_merge_section): Remove redundant output_section check.
3203 Formatting.
3204 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
3205
0a4787a0
HPN
32062002-07-09 Hans-Peter Nilsson <hp@axis.com>
3207
3208 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
3209 NULL sym_hashes to just before use.
3210 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
3211 symbol with non-default visibility.
3212 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
3213 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
3214 Ditto.
3215 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
3216 symbol with non-default visibility.
3217 (cris_elf_check_relocs): At tests for local symbol before
3218 increasing h->plt.refcount, also check for non-default
3219 visibility. Ditto when checking for local symbol to eliminate
3220 pc-relative runtime relocs.
3221
aecc8f8a
AM
32222002-07-08 Alan Modra <amodra@bigpond.net.au>
3223
3224 * elf.c: Formatting.
3225 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
3226 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
3227 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
3228 segments.
3229
e9168c1e
MM
32302002-07-07 Mark Mitchell <mark@codesourcery.com>
3231 Alan Modra <amodra@bigpond.net.au>
3232
3233 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
3234 account the impact of relocation count overflow when computing
3235 section offsets.
3236 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
3237 or not to apply the PE COFF reloc overflow handling. Fix a
3238 fencepost error in deciding whether or not to use that technique.
3239
6cdc0ccc
AM
32402002-07-07 Alan Modra <amodra@bigpond.net.au>
3241
3242 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
3243 change type of locsyms.
3244 (bfd_elf_get_elf_syms): Declare.
3245 * elf.c (bfd_elf_get_elf_syms): New function.
3246 (group_signature): Use bfd_elf_get_elf_syms.
3247 (bfd_section_from_r_symndx): Likewise.
3248 * elfcode.h (elf_slurp_symbol_table): Likewise.
3249 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
3250 (elf_link_add_object_symbols): Likewise. Reorganise to increase
3251 locality of various data structures. Properly free internal relocs.
3252 (elf_bfd_final_link): Properly free internal relocs.
3253 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
3254 (elf_link_input_bfd): Likewise.
3255 (elf_gc_mark): Likewise. Properly free internal relocs.
3256 (elf_gc_sweep): Properly free internal relocs.
3257 (elf_reloc_symbol_deleted_p): No need to swap syms in.
3258 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
3259 internal relocs.
3260 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
3261 Properly free possibly cached info.
3262 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
3263 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
3264 symbol swapping code.
3265 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
3266 Properly free possibly cached info.
3267 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
3268 (mn10300_elf_relax_delete_bytes): Likewise.
3269 (mn10300_elf_symbol_address_p): Likewise.
3270 (mn10300_elf_get_relocated_section_contents): Likewise.
3271 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
3272 (elf32_h8_relax_delete_bytes): Likewise.
3273 (elf32_h8_symbol_address_p): Likewise.
3274 (elf32_h8_get_relocated_section_contents): Likewise.
3275 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
3276 (m32r_elf_relax_delete_bytes): Likewise.
3277 (m32r_elf_get_relocated_section_contents): Likewise.
3278 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
3279 elf_section_data to determine whether cached.
3280 (sh_elf_relax_section): As above for elf-m10200.c.
3281 (sh_elf_relax_delete_bytes): Likewise.
3282 (sh_elf_get_relocated_section_contents): Likewise.
3283 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
3284 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
3285 reading of local syms.
3286 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
3287 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
3288 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
3289 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
3290 relocs.
3291 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
3292 free internal relocs and section contents. Don't read symbols.
3293 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
3294 (elf32_hppa_size_stubs): Don't free local syms.
3295 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
3296 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
3297 possibly cached info.
3298 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
3299 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
3300 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
3301 all_local_syms.
3302 (get_local_syms): Delete function.
3303 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
3304 on exit.
3305 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
3306
b3212001
JW
33072002-07-05 Jim Wilson <wilson@redhat.com>
3308
3309 * syms.c (decode_section_type): New.
3310 (bfd_decode_symclass): Call decode_section_type.
3311
894bb1ee
JJ
33122002-07-04 Jakub Jelinek <jakub@redhat.com>
3313
3314 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
3315 section content start.
3316 Reported by Michael Schumacher <mike@hightec-rt.com>.
3317
bc0ba537
AM
33182002-07-04 Alan Modra <amodra@bigpond.net.au>
3319
3320 * section.c (_bfd_strip_section_from_output): Remove unnecessary
3321 link order code. Don't actually remove the output section here;
3322 Just set a flag for the linker to do so.
3323 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
3324 sections when setting up output section dynsyms.
3325
797fc050
AM
33262002-07-04 Alan Modra <amodra@bigpond.net.au>
3327
3328 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
3329 fudge.
3330 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
3331 libs here instead.
3332
99881371
MS
33332002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
3334
3335 * elf64-s390.c (create_got_section): Set .got section alignment to
3336 8 bytes.
3337 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
3338
47d9a591
AM
33392002-07-02 Alan Modra <amodra@bigpond.net.au>
3340
3341 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
3342
179d3252
JT
33432002-07-01 Matt Thomas <matt@3am-software.com>
3344
3345 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
3346 to EF_VAX_*.
3347
4a14403c
TS
33482002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3349
3350 * elfxx-mips.c (ABI_64_P): Fix comment.
3351 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
3352 new section names for N64 ABI.
3353 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
3354 (mips_elf_calculate_relocation): Code formatting.
3355 (mips_elf_create_dynamic_relocation): Likewise.
3356 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
3357 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
3358 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
3359 in any NewABI.
3360 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
3361 for NewABI.
3362 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
3363 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
3364 here, too.
3365
607c0e09
AS
33662002-07-01 Andreas Schwab <schwab@suse.de>
3367
3368 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
3369 R_X86_64_64 to R_X86_64_RELATIVE.
3370
ba26fd96
AM
33712002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
3372
3373 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
3374 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
3375 Run "make dep-am".
3376 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
3377 host_aout_vec.
3378 * configure.in (vaxbsd_vec): Add.
3379 * targets.c (vaxbsd_vec): Add.
3380 * Makefile.in: Rebuild.
3381 * configure: Rebuild.
3382 * po/SRC-POTFILES.in: Rebuild.
3383
1e2f5b6e
AM
33842002-07-01 Alan Modra <amodra@bigpond.net.au>
3385
3386 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
3387 examining to gc_mark_hook, rather than the bfd.
3388 (elf_gc_sections): Adjust.
3389 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
3390 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
3391 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
3392 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
3393 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
3394 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
3395 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
3396 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
3397 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
3398 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
3399 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
3400 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
3401 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
3402 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
3403 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
3404 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
3405 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
3406 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
3407 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
3408 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
3409 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
3410 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
3411 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
3412 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
3413 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
3414 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
3415 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
3416 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
3417 redundant local sym tests.
3418 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
3419 (link_hash_newfunc): Init is_entry.
3420 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
3421 (ppc64_elf_link_hash_table_create): Init all_local_syms.
3422 (create_linkage_sections): Use bfd_make_section_anyway rather than
3423 bfd_make_section.
3424 (ppc64_elf_mark_entry_syms): New function.
3425 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
3426 up opd entry to function section map.
3427 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
3428 relocs that reference the opd section.
3429 (edit_opd): New function.
3430 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
3431 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
3432 (get_local_syms): Do so here. Exit if we already have local syms.
3433 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
3434 read local syms on non-ELF input.
3435 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
3436 than duplicating it's function here. Adjust free of internal
3437 relocs to suit.
3438 (ppc64_elf_relocate_section): Adjust local syms in opd section.
3439 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
3440 * elf32-hppa.c (elf32_hppa_size_stubs): Call
3441 _bfd_elf32_link_read_relocs rather than duplicating it's function
3442 here. Adjust free of internal relocs to suit.
3443
1b71fb54
AJ
34442002-07-01 Andreas Jaeger <aj@suse.de>
3445
3446 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
3447 are not allowed in shared libs code, enforce -fPIC.
3448
8d28f606
HPN
34492002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
3450
3451 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
3452 trailing zero-sequences when there's previous left-over data.
3453
5ac81c74
JL
34542002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
3455
3456 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
3457 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
3458 and opd_rel_sec in order for starting rela section. Check _raw_size.
3459 (elf_backend_reloc_type_class): Define.
3460
91a4d569
AM
34612002-06-27 Kevin Buettner <kevinb@redhat.com>
3462
3463 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
3464 DWARF2 formats.
3465
feee612b
AM
34662002-06-27 Alan Modra <amodra@bigpond.net.au>
3467
3468 * cpu-powerpc.c: Comment on ordering of arch_info.
3469 * elf32-ppc.c (ppc_elf_object_p): New function.
3470 (elf_backend_object_p): Define.
3471 * elf64-ppc.c (ppc64_elf_object_p): New function.
3472 (elf_backend_object_p): Define.
3473
a4e6cefc
JT
34742002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3475
3476 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
3477 * configure: Regenerate.
3478
dae2dd0d
NC
34792002-06-25 Jason Eckhardt <jle@rice.edu>
3480
3481 * dwarf2.c (decode_line_info): Check unit->addr_size
3482 to read in the proper number of prologue bytes.
3483
680f9d5c
NC
34842002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
3485
3486 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
3487 aix5coff64_vec if 64-bit bfd support has been enabled.
91a4d569
AM
3488 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
3489 been enabled.
dae2dd0d 3490
680f9d5c
NC
3491 * targets.c (_bfd_target_vector[]): Only include
3492 aix5coff64_vec if 64-bit bfd support has been enabled.
3493
d4c88bbb
AM
34942002-06-25 Alan Modra <amodra@bigpond.net.au>
3495
3496 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
3497 * elf32-hppa.c (hppa_add_stub): Likewise.
3498 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
3499 * elflink.h (elf_add_default_symbol): Fix comment typo.
3500 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
3501 (elf_link_add_object_symbols): Likewise.
3502 (elf_link_assign_sym_version): Likewise.
3503 * hash.c (bfd_hash_lookup): Likewise.
3504 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
3505 * section.c (bfd_get_unique_section_name): Likewise.
3506 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
3507 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
3508 (assign_section_numbers): Likewise.
3509 (_bfd_elfcore_make_pseudosection): Likewise.
3510 (elfcore_grok_lwpstatus): Likewise.
3511 (elfcore_grok_win32pstatus): Likewise.
3512 (elfcore_write_note): Constify input params. Use PTR instead of
3513 void *. Include terminating NUL in namesz. Correct padding.
3514 Support NULL "name" param. Use memcpy instead of strcpy.
3515 (elfcore_write_prpsinfo): Constify input params.
3516 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
3517 (elfcore_write_lwpstatus): Likewise.
3518 (elfcore_write_pstatus): Likewise.
3519 (elfcore_write_prfpreg): Likewise.
3520 (elfcore_write_prxfpreg): Likewise.
3521 * elf-bfd.h (elfcore_write_note): Update declaration.
3522 (elfcore_write_prpsinfo): Likewise.
3523 (elfcore_write_prstatus): Likewise.
3524 (elfcore_write_pstatus): Likewise.
3525 (elfcore_write_prfpreg): Likewise.
3526 (elfcore_write_prxfpreg): Likewise.
3527 (elfcore_write_lwpstatus): Likewise.
3528
b0ac09d2
NC
35292002-06-25 Jason Eckhardt <jle@rice.edu>
3530
3531 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
3532 symbols of type stProc and stStaticProc.
3533
35342002-06-25 Nick Clifton <nickc@redhat.com>
3535
3536 * ecoff.c: VArious formatting fixes.
3537
021d6096
AM
35382002-06-25 Alan Modra <amodra@bigpond.net.au>
3539
3540 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
3541
82e51918
AM
35422002-06-25 Alan Modra <amodra@bigpond.net.au>
3543
3544 * aout-adobe.c: Don't compare against "true" or "false.
3545 * aout-target.h: Likewise.
3546 * aoutx.h: Likewise.
3547 * archive.c: Likewise.
3548 * bout.c: Likewise.
3549 * cache.c: Likewise.
3550 * coff-a29k.c: Likewise.
3551 * coff-alpha.c: Likewise.
3552 * coff-i386.c: Likewise.
3553 * coff-mips.c: Likewise.
3554 * coff-or32.c: Likewise.
3555 * coff64-rs6000.c: Likewise.
3556 * coffcode.h: Likewise.
3557 * coffgen.c: Likewise.
3558 * cpu-ns32k.c: Likewise.
3559 * ecoff.c: Likewise.
3560 * ecofflink.c: Likewise.
3561 * elf.c: Likewise.
3562 * elf32-arm.h: Likewise.
3563 * elf32-cris.c: Likewise.
3564 * elf32-d30v.c: Likewise.
3565 * elf32-i386.c: Likewise.
3566 * elf32-mcore.c: Likewise.
3567 * elf32-ppc.c: Likewise.
3568 * elf32-sh.c: Likewise.
3569 * elf32-sh64.c: Likewise.
3570 * elf32-v850.c: Likewise.
3571 * elf64-alpha.c: Likewise.
3572 * elf64-sh64.c: Likewise.
3573 * elfcode.h: Likewise.
3574 * elfcore.h: Likewise.
3575 * elflink.h: Likewise.
3576 * elfxx-mips.c: Likewise.
3577 * i386os9k.c: Likewise.
3578 * ieee.c: Likewise.
3579 * libbfd.c: Likewise.
3580 * linker.c: Likewise.
3581 * mmo.c: Likewise.
3582 * nlm32-alpha.c: Likewise.
3583 * nlm32-i386.c: Likewise.
3584 * nlm32-ppc.c: Likewise.
3585 * nlm32-sparc.c: Likewise.
3586 * nlmcode.h: Likewise.
3587 * oasys.c: Likewise.
3588 * pdp11.c: Likewise.
3589 * peicode.h: Likewise.
3590 * reloc.c: Likewise.
3591 * som.c: Likewise.
3592 * srec.c: Likewise.
3593 * tekhex.c: Likewise.
3594 * vms.c: Likewise.
3595 * xcofflink.c: Likewise.
3596 * elf64-sparc.c: Edit comment to not use "== false".
3597
3598 * aoutf1.h: Don't use "? true : false".
3599 * ecoff.c: Likewise.
3600 * format.c: Likewise.
3601 * ieee.c: Likewise.
3602 * linker.c: Likewise.
3603 * mmo.c: Likewise.
3604 * oasys.c: Likewise.
3605
48fc70a2
AM
36062002-06-23 H.J. Lu <hjl@gnu.org>
3607
3608 * elflink.h (elf_link_add_archive_symbols): For the default
3609 version, check references with only one `@' first.
3610
47b7c2db
AM
36112002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
3612
3613 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
3614 function.
3615 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
3616 symbol table.
3617 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
3618 (elf64_hppa_size_dynamic_sections): Revise to use
3619 elf64_hppa_mark_milli_and_exported_functions.
3620 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
3621 symbols out of dynamic symbol table.
3622
f5d44ba0
AM
36232002-06-23 Alan Modra <amodra@bigpond.net.au>
3624
bb3fff1e
AM
3625 * Makefile.in: Regenerate.
3626 * libbfd.h: Regenerate.
3627 * bfd-in2.h: Regenerate.
3628 * configure: Regenerate.
3629 * po/SRC-POTFILES.in: Regenerate.
3630
f5d44ba0
AM
3631 * elflink.h: Comment typo fixes.
3632
36332002-06-23 H.J. Lu <hjl@gnu.org>
3634
3635 * elf-bfd.h (elf_link_loaded_list): New structure.
3636 (elf_link_hash_table): Add "loaded".
3637 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
3638 * elflink.h (elf_link_check_versioned_symbol): New function.
3639 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
3640
cc36acdf
NC
36412002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
3642
3643 * elflink.h (size_dynamic_sections): If the target does not
f5d44ba0 3644 support an ELF style hash table, return true, indicating that
cc36acdf
NC
3645 nothing needed to be done, rather than false, indicating that the
3646 section's size could not be computed.
3647
4e5ba5b7
DB
36482002-06-18 Dave Brolley <brolley@redhat.com>
3649
3650 From Catherine Moore, Michael Meissner, Dave Brolley:
3651 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
3652 * targets.c: Support bfd_elf32_frv_vec.
3653 * reloc.c: Add FRV relocs.
3654 * configure.in: Add support for bfd-elf32-frv-vec.
3655 * config.bfd (targ_cpu): Add support for frv-*-elf.
3656 * archures.c: Add frv arch and machines.
3657 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
3658 (ALL_MACHINES_CFILES): Add cpu-frv.c.
3659 (BFD32_BACKENDS): Add elf32-frv.lo.
3660 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
3661 (cpu-frv.lo): New target.
3662 (elf32-frv.lo): New target.
3663 * cpu-frv.c: New file.
3664 * elf32-frv.c: New file.
3665
7ece0d85
JJ
36662002-06-18 Jakub Jelinek <jakub@redhat.com>
3667
3668 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
3669 e_shnum == 0.
3670 Only read the first section header if e_shoff is non-zero.
3671 Don't consider e_shstrndx if there are no sections.
3672
57fb03ac
TR
36732002-06-17 Tom Rix <trix@redhat.com>
3674
3675 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
f5d44ba0 3676 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
57fb03ac
TR
3677 complain_overflow_bitfield.
3678
341ca622
AM
36792002-06-17 Alan Modra <amodra@bigpond.net.au>
3680
767e34d1
AM
3681 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
3682 (bfd_fdopenr): Likewise.
3683 (bfd_openstreamr): Likewise.
3684 (bfd_openw): Likewise.
3685
341ca622
AM
3686 * targets.c: Sort target vecs.
3687 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
3688 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
3689 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
3690 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
3691 * configure.in: Sort target vecs. Add m88kmach3_vec.
3692 * configure: Regenerate.
3693
dfbbae4c
HPN
36942002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
3695
3696 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
3697 bpo_reloc_no to break sort order ties, not address of items.
3698
d663e1cd
JL
36992002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
3700
3701 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
3702 Skip excluded sections in determing __gp value.
3703 (elf_hppa_final_link_relocate): Use the symbol's address in
3704 R_PARISC_FPTR64 relocations that don't need an opd entry.
3705 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
3706 (elf64_hppa_finalize_dynreloc): Likewise.
3707 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
3708 (elf64_hppa_finish_dynamic_symbol): Break up assert.
3709
a8295218
NC
37102002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
3711
3712 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
3713 alignment for .bss, .data and .text sections so that sse and sse2
3714 code will work.
3715 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
3716
37172002-06013 J"orn Rennecke <joern.rennecke@superh.com>
5d9b5481
JR
3718
3719 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
3720 sh[1234]*-elf*.
3721
3db4b612
JL
37222002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
3723
2cb69dd3
JL
3724 * elflink.h (elf_bfd_final_link): Improve error handling for missing
3725 dynamic sections.
3726
3db4b612
JL
3727 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
3728 for a symbol that has no output section.
3729 (allocate_dynrel_entries): Correct comment.
3730 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
3731 unless we want one.
3732 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
3733 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
3734 with no section. Remove unnecessary parentheses.
3735
f3813499
TR
37362002-06-11 Tom Rix <trix@redhat.com>
3737
3738 * coffcode.h (coff_compute_section_file_positions): Add data
3739 section to AIX loader alignment check.
3740
f5d44ba0 3741 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
f3813499
TR
3742 alignment to 4 bytes.
3743 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
3744 power accessor macro.
3745 (do_shared_object_padding): Remove invalid assertion.
3746
0ebaf185
RS
37472002-06-10 Richard Sandiford <rsandifo@redhat.com>
3748
3749 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
3750 for removed output sections.
3751
ebe3e2d1
NC
37522002-06-10 Geoffrey Keating <geoffk@redhat.com>
3753
3754 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
3755 htab_alloc.
3756 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
3757
0b14c2aa
L
37582002-06-08 H.J. Lu <hjl@gnu.org>
3759
3760 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
3761 work around a long long bug in gcc 2.96 on mips.
3762
3c2bfad6
JT
37632002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
3764
3765 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
3766 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
3767 Regenerate dependency lists.
3768 * Makefile.in: Regenerate.
3769 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
3770 vax1knetbsd_vec to targ_selvecs.
3771 * configure.in: Add vax1knetbsd_vec.
3772 * configure: Regenerate.
3773 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
3774 * vax1knetbsd.c: New file.
3775 * vaxnetbsd.c: Update copyright years.
3776 (TARGET_PAGE_SIZE): Set to 0x1000.
3777 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
3778
91149be3
JT
37792002-06-08 Matt Thomas <matt@3am-software.com>
3780
3781 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
3782
21e15248
AM
37832002-06-08 Alan Modra <amodra@bigpond.net.au>
3784
3785 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
3786
986b7daa
AM
37872002-06-08 Alan Modra <amodra@bigpond.net.au>
3788
e90b95f6
AM
3789 * Makefile.am: Run "make dep-am".
3790 * Makefile.in: Regenerate.
3791
3f9c735e
AM
3792 * armnetbsd.c: Replace CONST with const.
3793 * corefile.c: Likewise.
3794 * elf32-dlx.c: Likewise.
3795 * elf64-mips.c: Likewise.
3796 * mmo.c: Likewise.
3797 * ns32knetbsd.c: Likewise.
3798
986b7daa
AM
3799 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
3800 table is elf64-sparc.
3801
5a659663
TS
38022002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3803
3804 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
3805 Fix RELA addends to get not shifted in the result. Don't do special
3806 handling of R_MIPS_64 for NewABI.
3807
9bab7074
AM
38082002-06-07 Alan Modra <amodra@bigpond.net.au>
3809
3810 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
3811 (NAME(aout,slurp_reloc_table)): Likewise.
3812 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
3813 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
3814 (xcoff_write_archive_contents_big): Likewise.
3815 (xcoff_generate_rtinit): Likewise.
3816 (xcoff_generate_rtinit): Likewise, and check error return.
3817 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
3818 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
3819 (coff_get_normalized_symtab): Likewise.
3820 (coff_make_empty_symbol): Likewise.
3821 (bfd_coff_set_symbol_class): Likewise.
3822 * cofflink.c (coff_link_add_symbols): Likewise.
3823 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
3824 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
3825 (bfd_ecoff_write_accumulated_debug): Likewise.
3826 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
3827 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
3828 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
3829 * ieee.c (do_with_relocs): Use bfd_zalloc.
3830 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
3831 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
3832 (NAME(aout,slurp_reloc_table)): Likewise.
3833 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
3834 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
3835 * som.c (som_build_and_write_symbol_table): Likewise.
3836 (som_slurp_string_table): Likewise.
3837 (som_slurp_symbol_table): Likewise.
3838 (som_bfd_ar_write_symbol_stuff): Likewise.
3839 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
3840 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
3841 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
3842 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
3843 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
3844
1126897b
AM
38452002-06-07 Alan Modra <amodra@bigpond.net.au>
3846
3847 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
3848 "group" union.
3849 (elf_group_name): Update.
3850 (elf_group_id): Define.
3851 (bfd_elf_set_group_contents): Declare.
3852 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
3853 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
3854 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
3855 that sym for the signature.
3856 (_bfd_elf_compute_section_file_positions): Don't call
3857 set_group_contents for "ld -r" case.
3858 (swap_out_syms): Use bfd_zalloc.
3859 * elflink.h (elf_link_add_archive_symbols): Likewise.
3860 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
3861 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
3862
3fad3c7c
AM
38632002-06-07 Alan Modra <amodra@bigpond.net.au>
3864
3865 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
3866 relocs in opd for non-shared too.
3867
10f469bf 38682002-06-06 Jeffrey Law <law@redhat.com>
76f99c63
JL
3869
3870 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
3871 relocations.
3872
7217313c
NC
38732002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
3874
3875 * merge.c: Include libiberty.h.
3876 * elf-strtab.c: Include libiberty.h.
3877
6cb22815
AM
38782002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
3879
3880 * peXXigen.c (pe_print_idata): Remove unused variable.
3881
1ed89aa9
NC
38822002-06-06 David Heine <dlheine@tensilica.com>
3883
3884 * elf.c (assign_file_positions_for_segments): Remove unallocated
3885 sections from the section to segment mapping for PT_LOAD segments.
3886 Update comment about empty loadable segments.
3887
644c4c80
RS
38882002-06-06 Richard Sandiford <rsandifo@redhat.com>
3889
3890 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
3891 is within the .stabstr section.
3892
f8ecb12b
AM
38932002-06-06 Alan Modra <amodra@bigpond.net.au>
3894
3895 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
3896 are "const PTR", not "const PTR *".
3897 (bfd_elf32_swap_symbol_in): Likewise.
3898 (bfd_elf64_swap_symbol_in): Likewise.
3899 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
3900 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
3901 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
3902 (elf_link_add_object_symbols): Likewise.
3903 (elf_link_record_local_dynamic_symbol): Likewise.
3904 (elf_link_input_bfd): Likewise.
3905 (elf_gc_mark): Likewise.
3906 (elf_reloc_symbol_deleted_p): Likewise.
3907 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
3908 (mn10200_elf_relax_delete_bytes): Likewise.
3909 (mn10200_elf_symbol_address_p): Likewise.
3910 (mn10200_elf_get_relocated_section_contents): Likewise.
3911 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
3912 (mn10300_elf_relax_section): Likewise.
3913 (mn10300_elf_relax_delete_bytes): Likewise.
3914 (mn10300_elf_symbol_address_p): Likewise.
3915 (mn10300_elf_get_relocated_section_contents): Likewise.
3916 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
3917 (elf32_h8_relax_delete_bytes): Likewise.
3918 (elf32_h8_symbol_address_p): Likewise.
3919 (elf32_h8_get_relocated_section_contents): Likewise.
3920 * elf32-hppa.c (get_local_syms): Likewise.
3921 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
3922 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
3923 * elf32-sh.c (sh_elf_relax_section): Likewise.
3924 (sh_elf_relax_delete_bytes): Likewise.
3925 (sh_elf_get_relocated_section_contents): Likewise.
3926 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
3927 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
3928 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
3929 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
3930 * elf64-ppc.c (get_local_syms): Likewise.
3931 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
3932 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
3933
1ed89aa9 39342002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
7a33bc10
JR
3935
3936 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
3937
73ff0d56
AM
39382002-06-05 Alan Modra <amodra@bigpond.net.au>
3939
9dce4196
AM
3940 * elf.c (group_signature): Swap in the whole symbol, and handle
3941 extracting section symbol names.
3942 (setup_group): Add comment.
3943 (set_group_contents): When called from objcopy or ld, arrange for
3944 section contents to be written. Write group member output section
3945 indices to allow objcopy to reorganize sections.
3946 (_bfd_elf_copy_private_section_data): Copy group info.
3947
73ff0d56
AM
3948 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
3949 (bfd_elf32_swap_symbol_in): Update prototype.
3950 (bfd_elf64_swap_symbol_in): Likewise.
3951 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
3952 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
3953 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
3954 (elf_link_add_object_symbols): Likewise.
3955 (elf_link_record_local_dynamic_symbol): Likewise.
3956 (elf_link_input_bfd): Likewise.
3957 (elf_gc_mark): Likewise.
3958 (elf_reloc_symbol_deleted_p): Likewise.
3959 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
3960 (mn10200_elf_relax_delete_bytes): Likewise.
3961 (mn10200_elf_symbol_address_p): Likewise.
3962 (mn10200_elf_get_relocated_section_contents): Likewise.
3963 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
3964 (mn10300_elf_relax_section): Likewise.
3965 (mn10300_elf_relax_delete_bytes): Likewise.
3966 (mn10300_elf_symbol_address_p): Likewise.
3967 (mn10300_elf_get_relocated_section_contents): Likewise.
3968 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
3969 (elf32_h8_relax_delete_bytes): Likewise.
3970 (elf32_h8_symbol_address_p): Likewise.
3971 (elf32_h8_get_relocated_section_contents): Likewise.
3972 * elf32-hppa.c (get_local_syms): Likewise.
3973 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
3974 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
3975 * elf32-sh.c (sh_elf_relax_section): Likewise.
3976 (sh_elf_relax_delete_bytes): Likewise.
3977 (sh_elf_get_relocated_section_contents): Likewise.
3978 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
3979 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
3980 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
3981 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
3982 * elf64-ppc.c (get_local_syms): Likewise.
3983 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
3984 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
3985 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
3986 * elf64-alpha.c (alpha_elf_size_info): Likewise.
3987 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
3988 * elf64-mips.c (mips_elf64_size_info): Likewise.
3989 * elf64-s390.c (s390_elf64_size_info): Likewise.
3990 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
3991
53bfd6b4
MR
39922002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3993
3994 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
3995 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
3996 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
3997 _bfd_mips_elf_ignore_discarded_relocs.
3998 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
3999
d4df96e6
L
40002002-06-05 H.J. Lu <hjl@gnu.org>
4001
4002 * elfxx-mips.c (mips_elf_calculate_relocation): Call
4003 _bfd_elf_rel_local_sym for STT_SECTION relocations against
4004 the SEC_MERGE section.
4005
e61463e1
AM
40062002-06-05 Alan Modra <amodra@bigpond.net.au>
4007
3cac74d0
AM
4008 * coff-alpha.c: Update copyright date.
4009 * coff-mips.c: Likewise.
4010 * xcoff-target.h: Likewise.
4011
e61463e1
AM
4012 * bfd-in.h: Remove "taken from the source" comment.
4013 * libbfd-in.h: Likewise.
4014 * libcoff-in.h: Likewise.
4015 * bfd-in2.h: Regenerate.
4016 * libbfd.h: Regenerate.
4017 * libcoff.h: Regenerate.
4018
4019 * elf.c (bfd_elf_discard_group): Return true.
4020 * elf-bfd.h (bfd_elf_discard_group): Declare.
4021 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
4022 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
4023 * bfd.c (bfd_discard_group): Define.
4024 * targets.c (struct bfd_target): Add _bfd_discard_group.
4025 (BFD_JUMP_TABLE_LINK): Here too.
4026 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
4027 * aout-adobe.c (aout_32_bfd_discard_group): Define.
4028 * aout-target.h (MY_bfd_discard_group): Define.
4029 * aout-tic30.c (MY_bfd_discard_group): Define.
4030 * binary.c (binary_bfd_discard_group): Define.
4031 * bout.c (b_out_bfd_discard_group): Define.
4032 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
4033 * coffcode.h (coff_bfd_discard_group): Define.
4034 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
4035 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
4036 * i386msdos.c (msdos_bfd_discard_group): Define.
4037 * i386os9k.c (os9k_bfd_discard_group): Define.
4038 * ieee.c (ieee_bfd_discard_group): Define.
4039 * ihex.c (ihex_bfd_discard_group): Define.
4040 * mmo.c (mmo_bfd_discard_group): Define.
4041 * nlm-target.h (nlm_bfd_discard_group): Define.
4042 * oasys.c (oasys_bfd_discard_group): Define.
4043 * ppcboot.c (ppcboot_bfd_discard_group): Define.
4044 * som.c (som_bfd_discard_group): Define.
4045 * srec.c (srec_bfd_discard_group): Define.
4046 * tekhex.c (tekhex_bfd_discard_group): Define.
4047 * versados.c (versados_bfd_discard_group): Define.
4048 * vms.c (vms_bfd_discard_group): Define.
4049 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
4050 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
4051 (aix5coff64_vec): Likewise.
4052 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
4053
9cba27b2
JT
40542002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
4055
4056 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
4057 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
4058 (elf32-sh64-com.lo): New dependency list.
4059 * Makefile.in: Regenerate.
4060 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
4061 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
4062 elf32-sh64-com.lo.
4063 * configure: Regenerate.
4064 * elf32-sh64.c (sh64_address_in_cranges)
4065 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
4066 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
4067 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
4068 * elf32-sh64-com.c: ...here. New file.
4069
8d2c33be
AM
40702002-06-04 Alan Modra <amodra@bigpond.net.au>
4071
4072 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
4073 ATTRIBUTE_UNUSED on used params.
4074 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
4075 before calling bfd_section_from_elf_index on local syms.
4076 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
4077
5b0e55b6
JT
40782002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
4079
4080 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
4081 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
4082 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
4083 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
4084 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
4085 * Makefile.in: Regenerate.
4086 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
4087 (sh64-*-netbsd*): New targets.
4088 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
4089 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
4090 * configure: Regenerate.
4091 * elf32-sh64-nbsd.c: New file.
4092 * elf64-sh64-nbsd.c: New file.
4093 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
4094 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
4095 bfd_elf64_sh64lnbsd_vec.
4096
b885599b
AM
40972002-06-04 Alan Modra <amodra@bigpond.net.au>
4098
4099 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
4100 (bfd_section_from_shdr): Likewise. Set section name of group
4101 sections from signature.
4102 (group_signature): Split out from setup_group. Ensure symbol table
4103 is available.
4104 (bfd_elf_discard_group): New function.
4105 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
4106 .gnu.linkonce* sections if they are members of a group.
4107 (set_group_contents): Set GRP_COMDAT flag.
4108 * section.c (bfd_discard_group): New function.
4109 * bfd-in.h (bfd_elf_discard_group): Declare.
4110 * bfd-in2.h: Regenerate.
4111 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
4112 (elf_linkonce_p): Define.
4113
90937f86
AM
41142002-06-04 Alan Modra <amodra@bigpond.net.au>
4115
4116 * elf.c (bfd_section_from_shdr): Make "name" const.
4117 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
4118 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
4119 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
4120 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
4121 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
4122 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
4123 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
4124 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
4125 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
4126 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
4127 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
4128
cf6fb9ce
MR
41292002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4130
4131 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
4132 ABI.
4133
cedb70c5
KH
41342002-06-02 Kazu Hirata <kazu@cs.umass.edu>
4135
4136 * elf32-arc.c: Fix formatting.
4137 * elf32-arm.h: Likewise.
4138 * elf32-cris.c: Likewise.
4139 * elf32-dlx.c: Likewise.
4140 * elf32-hppa.c: Likewise.
4141 * elf32-i386.c: Likewise.
4142 * elf32-i386qnx.c: Likewise.
4143 * elf32-or32.c: Likewise.
4144 * elf32-s390.c: Likewise.
4145 * elf32-sh64.c: Likewise.
4146 * elf32-vax.c: Likewise.
4147 * elf32-xstormy16.c: Likewise.
4148 * elf64-alpha.c: Likewise.
4149 * elf64-mmix.c: Likewise.
4150 * elf64-ppc.c: Likewise.
4151 * elf64-s390.c: Likewise.
4152 * elf64-sh64.c: Likewise.
4153 * elf64-x86-64.c: Likewise.
4154
048d873d
RH
41552002-06-02 Richard Henderson <rth@redhat.com>
4156
4157 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
4158 null when there are no got entries for a symbol.
4159 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
4160 uninitialized variable warning.
4161
4a67a098
RH
41622002-06-01 Richard Henderson <rth@redhat.com>
4163
4164 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
4165 undefined symbols here.
4166 (elf64_alpha_relax_section): Do it here. Also test for not
4167 defined in the current module.
4168 (elf64_alpha_relocate_section_r): Split out of ...
4169 (elf64_alpha_relocate_section): ... here. Don't dereference
4170 NULL when looking up local got entries.
4171
f44f99a5
RH
41722002-06-01 Richard Henderson <rth@redhat.com>
4173
4174 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
4175 symbols from JSR relaxation.
4176 (elf64_alpha_size_plt_section_1): New.
4177 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
4178 (elf64_alpha_size_rela_got_1): ... here.
4179 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
4180 (elf64_alpha_size_rela_got_section): ... here.
4181 (elf64_alpha_size_plt_section): New.
4182 (elf64_alpha_relax_section): Call them.
4183 (elf64_alpha_size_got_sections): Remove output_bfd arg.
4184 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
4185
9e756d64
RH
41862002-06-01 Richard Henderson <rth@redhat.com>
4187
4188 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
4189 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
4190 in shared libraries. Fix DTPRELHI and TPRELHI value.
4191 (INSN_ADDQ, INSN_RDUNIQ): New.
4192 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
4193 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
4194 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
4195 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
4196 Handle GOTDTPREL and GOTTPREL relocations.
4197 (elf64_alpha_relax_gprelhilo): New.
4198 (elf64_alpha_relax_tls_get_addr): New.
4199 (elf64_alpha_relax_find_tls_segment): New.
4200 (elf64_alpha_relax_section): Handle TLS relocations.
4201 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
4202 (elf64_alpha_check_relocs): Set it.
4203
c853d7f6
RH
42042002-06-01 Richard Henderson <rth@redhat.com>
4205
b646261c
RH
4206 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
4207
c853d7f6
RH
4208 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
4209 check; don't suppress dynamic relocs for non-allocated sections.
4210
d7e41a96
RH
4211 * elf64-alpha.c: Remove dead code.
4212
5f333394
AM
42132002-05-31 Alan Modra <amodra@bigpond.net.au>
4214
08e0ee05
AM
4215 * bfd-in2.h: Regenerate.
4216 * libbfd.h: Regenerate.
4217 * po/SRC-POTFILES.in: Regenerate.
4218
5f333394
AM
4219 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
4220 space for bss .plt.
4221
caf47ea6
AM
42222002-05-31 Graeme Peterson <gp@qnx.com>
4223
4224 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
4225 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
4226 Run "make dep-am".
4227 * Makefile.in: Regenerate.
4228 * config.bfd: Add i[3456]86-*-nto-qnx* support.
4229 * configure.in: Add bfd_elf32_i386qnx_vec support.
4230 * configure: Regenerate.
4231 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
4232 is_contained_by_filepos, and copy_private_bfd_data_p.
4233 * elf.c (assign_file_positions_for_segments): Call backend
4234 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
4235 (IS_CONTAINED_BY_FILEPOS): Define.
4236 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
4237 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
4238 Fix non-K&R call to _bfd_error_handler.
4239 (_bfd_elf_copy_private_section_data): Use backend
4240 copy_private_bfd_data_p.
4241 * elf32-i386.c: Don't include elfxx-target.h when
4242 ELF32_I386_C_INCLUDED is defined.
4243 * elf32-i386qnx.c: New QNX elf backend file.
4244 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
4245 elf_backend_is_contained_by_filepos, and
4246 elf_backend_do_copy_private_bfd_data.
4247 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
4248
5bc56484
AM
42492002-05-31 Alan Modra <amodra@bigpond.net.au>
4250
4251 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
4252 Move other similar defines to start of file.
4253
1b164155
TR
42542002-05-30 Tom Rix <trix@redhat.com>
4255
4256 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
4257 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
4258
3765b1be
RH
42592002-05-30 Richard Henderson <rth@redhat.com>
4260
4261 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
4262 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
4263 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
4264 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
4265 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
4266 (struct alpha_elf_obj_tdata): Rename total_got_entries and
4267 n_local_got_entries to total_got_size and local_got_size.
4268 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
4269 (alpha_got_entry_size): New.
4270 (elf64_alpha_relax_with_lituse): Use it.
4271 (elf64_alpha_relax_without_lituse): Likewise.
4272 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
4273 (get_got_entry): New.
4274 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
4275 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
4276 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
4277 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
4278 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
4279 (elf64_alpha_calc_got_offsets): Likewise.
4280 (alpha_dynamic_entries_for_reloc): New.
4281 (elf64_alpha_calc_dynrel_sizes): Use it.
4282 (elf64_alpha_size_dynamic_sections): Likewise.
4283 (elf64_alpha_relocate_section): Handle TLS relocations.
4284 * reloc.c: Add Alpha TLS relocations.
4285 * bfd-in2.h, libbfd.h: Rebuild.
4286
5e226794
NC
42872002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
4288
4289 * peXXigen.c (pe_print_idata): Remove double printed
4290 import table lines; add Bound-To comment.
4291
90ace9e9
JT
42922002-05-29 Matt Thomas <matt@3am-software.com>
4293
4294 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
4295 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
4296 (elf32-vax.lo): New rule.
4297 * Makefile.in: Regenerate.
4298 * configure.in (bfd_elf32_vax_vec)
4299 (vaxnetbsd_vec): New vectors.
4300 * configure: Regenerate.
4301 * config.bfd (vax-*-netbsdelf*)
4302 (vax-*-netbsdaout*)
4303 (vax-*-netbsd*): New targets.
4304 * elf32-vax.c: New file.
4305 * reloc.c: Add VAX relocations.
4306 * bfd-in2.h: Regenerate.
4307 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
4308
4a253e81
JT
43092002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4310
4311 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
4312 and bfd_elf32_bigarm_vec to targ_selvecs.
4313
6e7c73dd
CF
43142002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
4315
4316 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
4317 with auto-imported symbols.
4318
8afb0e02
NC
43192002-05-29 Adam Nemet <anemet@lnxw.com>
4320
4321 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
4322 sections only record bfd.
9bab7074 4323 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
8afb0e02 4324 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
9bab7074 4325 * bfd-in2.h: Regenerate.
8afb0e02 4326
a95653f5
NC
43272002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
4328
4329 * syms.c (_bfd_stab_section_find_nearest_line): Move
4330 declaration and initialisation of saw_line and saw_func out of
4331 for loop.
4332
7cdc5bba
AM
43332002-05-29 Alan Modra <amodra@bigpond.net.au>
4334
4335 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
4336 (bfd_elf64_get_symbol_info): Define.
4337 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
4338
4c7aad1c
AM
43392002-05-29 Andrey Volkov <avolkov@transas.com>
4340
4341 * cpu-h8300.c: Make default h8300 machine first in machine list.
4342
d172d4ba
NC
43432002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
4344
4345 * config.bfd: Added DLX configuraton.
4346 * Makefile.am: Added DLX configuraton.
4347 * configure.in: Added DLX configuraton.
4348 * archures.c: Add DLX architecure.
4349 * reloc.c: Add DLX relocs.
4350 * targets.c: Added DLX target vector.
4351 * configure: Regenerate.
4352 * Makefile.in: Regenreate.
4353 * bfd-in2.h: Regenreate.
4354 * elf32-dlx.c: New file: Support DLX target.
4355 * cpu-dlx.c: New file: Support DLX target.
4356
d1329ca3
AM
43572002-05-25 Alan Modra <amodra@bigpond.net.au>
4358
428d0de3
AM
4359 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
4360
d1329ca3
AM
4361 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
4362 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
4363 strings to point inside function code sym string.
4364 (func_desc_adjust): Likewise.
4365 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
4366
3bab7989
ML
43672002-05-24 Michal Ludvig <mludvig@suse.cz>
4368
4369 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
4370 (elf64_x86_64_grok_psinfo): Added.
4371
436e8db0
NC
43722002-05-24 TAMURA Kent <kent@netbsd.org>
4373
4374 * config.bfd: Add a target for i386-netbsdpe.
4375
ea1e4b0d
AM
43762002-05-24 Alan Modra <amodra@bigpond.net.au>
4377
4378 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
4379 and is_func_descriptor.
4380 (func_desc_adjust): Hide function code sym in shared libs unless
4381 there is a matching exported function descriptor sym.
4382
13ae64f3
JJ
43832002-05-23 Jakub Jelinek <jakub@redhat.com>
4384
4385 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
4386 for symbols from SHF_TLS section.
4387 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
4388 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
4389 (map_sections_to_segments): Build PT_TLS segment if necessary.
4390 (assign_file_positions_for_segments): Likewise.
4391 (get_program_header_size): Account for PT_TLS segment.
4392 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
4393 SEC_THREAD_LOCAL sections to STT_TLS.
4394 * reloc.c: Add 386 and IA-64 TLS relocs.
4395 * section.c (SEC_THREAD_LOCAL): Define.
4396 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
4397 Remove.
4398 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
4399 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
4400 unconditionally.
4401 (struct elf_final_link_info): Add first_tls_sec.
4402 (elf_bfd_final_link): Set first_tls_sec.
4403 Compute elf_hash_table (info)->tls_segment.
4404 (elf_link_output_extsym): Handle STT_TLS symbols.
4405 (elf_link_input_bfd): Likewise.
4406 * syms.c (BSF_THREAD_LOCAL): Define.
4407 * bfd-in2.h: Rebuilt.
4408 * libbfd.h: Rebuilt.
4409 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
4410 elf_i386_mkobject, elf_i386_object_p): New functions.
4411 (elf_howto_table): Add TLS relocs.
4412 (elf_i386_reloc_type_lookup): Support TLS relocs.
4413 (elf_i386_info_to_howto_rel): Likewise.
4414 (struct elf_i386_link_hash_entry): Add tls_type.
4415 (struct elf_i386_obj_tdata): New.
4416 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
4417 New macros.
4418 (struct elf_i386_link_hash_table): Add tls_ldm_got.
4419 (link_hash_newfunc): Clear tls_type.
4420 (elf_i386_check_relocs): Support TLS relocs.
4421 (elf_i386_gc_sweep_hook): Likewise.
4422 (allocate_dynrelocs): Likewise.
4423 (elf_i386_size_dynamic_sections): Likewise.
4424 (elf_i386_relocate_section): Likewise.
4425 (elf_i386_finish_dynamic_symbol): Likewise.
4426 (bfd_elf32_mkobject, elf_backend_object_p): Define.
4427 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
4428 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
4429 want_tprel, want_dtpmod, want_dtprel.
4430 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
4431 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
4432 R_IA64_LTOFF_TPREL22.
4433 (elf_code_to_howto_index): Add TLS relocs.
4434 (elfNN_ia64_check_relocs): Support TLS relocs.
4435 (allocate_global_data_got): Account for TLS .got data.
4436 (allocate_dynrel_entries): Account for TLS dynamic relocations.
4437 (elfNN_ia64_install_value): Supprt TLS relocs.
4438 (set_got_entry): Support TLS relocs.
4439 (elfNN_ia64_relocate_section): Likewise.
4440
c62e1cc3
NC
44412002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
4442
4443 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
4444 BLX reloc round the relocation up rather than down.
4445 * coff-arm.c (coff_arm_relocate_section): Likewise.
4446
c5a43a5d
L
44472002-05-21 H.J. Lu (hjl@gnu.org)
4448
4449 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
4450 definition.
4451
afbe61cf
AM
44522002-05-22 Alan Modra <amodra@bigpond.net.au>
4453
4454 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
4455 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
4456
9c07fe7c
AM
44572002-05-22 Alan Modra <amodra@bigpond.net.au>
4458
4459 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
4460 unresolved relocs.
4461 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
4462
21611032
TS
44632002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4464
c5cd6d62 4465 * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
21611032
TS
4466 non-ELF targets.
4467
41241523
TS
44682002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4469
4470 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
4471 an error value.
4472 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
4473 return with false on error.
4474 (elf_link_input_bfd): Check reloc_emitter return value.
4475
658f2588
JT
44762002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4477
4478 * config.bfd (armeb-*-netbsdelf*): New target.
4479
c862ae31
AM
44802002-05-20 Alan Modra <amodra@bigpond.net.au>
4481
4482 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
4483 at the plt call stub.
4484
6dd14845
TS
44852002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4486
4487 * cpu-mips.c (mips_compatible): Don't try to check machine
4488 compatibility.
4489
a58d9c34
TR
44902002-05-18 Tom Rix <trix@redhat.com>
4491
4492 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
4493
ef60b7ff
AM
44942002-05-17 Alan Modra <amodra@bigpond.net.au>
4495
4496 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
4497 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
4498 we've already warned about an undefined symbol. Report more
4499 detail on reloc errors.
4500
a703a6ea
AM
45012002-05-17 Alan Modra <amodra@bigpond.net.au>
4502
4503 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
4504 * configure.in: Invoke AM_INSTALL_LIBBFD.
4505 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
4506 (install_libbfd): .. New target.
4507 (uninstall_libbfd): Likewise.
4508 (install-bfdlibLTLIBRARIES): Likewise.
4509 (uninstall-bfdlibLTLIBRARIES): Likewise.
4510 (bfdlibdir): New.
4511 (bfdincludedir): New.
4512 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
4513 * aclocal.m4: Regenerate.
4514 * configure: Regenerate.
4515 * Makefile.in: Regenerate.
4516
2c13d98b
NC
45172002-05-17 Stuart Balfour <sbalfour@cisco.com>
4518
4519 * hash.c (bfd_hash_lookup): Remove computation of len from inside
4520 hash loop.
4521
629936c5
NC
45222002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
4523
4524 * config.bfd: Add targets for sh64-linux (little endian and
4525 big endian).
4526
e4cf60a8
NC
45272002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
4528
4529 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
4530 is located in the same section as the import table. Instead
4531 check, and if necessary load the section containing the thunk.
4532
d1e66cd4
NC
45332002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
4534
4535 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
ea1e4b0d
AM
4536 bfd_bread.
4537 (xcoff64_core_file_matches_executable_p): Replace bfd_read
4538 with bfd_bread.
d1e66cd4 4539
2d653fc7
AM
45402002-05-15 Alan Modra <amodra@bigpond.net.au>
4541
4542 * aix5ppc-core.c: Warning fixes.
4543 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
4544 * aout-target.h (MY_bfd_link_just_syms): Define.
4545 * aout-tic30.c (MY_bfd_link_just_syms): Define.
4546 * bfd.c (bfd_link_just_syms): Define.
4547 * binary.c (binary_bfd_link_just_syms): Define.
4548 * bout.c (b_out_bfd_link_just_syms): Define.
4549 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
4550 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
4551 * coffcode.h (coff_bfd_link_just_syms): Define.
4552 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
4553 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
4554 (_bfd_elf_link_just_syms): Declare.
4555 * elf.c (_bfd_elf_link_just_syms): New function.
4556 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
4557 sections haven't already been discarded by the linker.
4558 * elflink.h (elf_link_add_object_symbols): Likewise for stab
4559 sections and SEC_MERGE sections.
4560 (elf_bfd_discard_info): Similarly here.
4561 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
4562 * i386msdos.c (msdos_bfd_link_just_syms): Define.
4563 * i386os9k.c (os9k_bfd_link_just_syms): Define.
4564 * ieee.c (ieee_bfd_link_just_syms): Define.
4565 * ihex.c (ihex_bfd_link_just_syms): Define.
4566 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
4567 (_bfd_generic_link_just_syms): Declare.
4568 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
4569 * linker.c (_bfd_generic_link_just_syms): New function.
4570 * mmo.c (mmo_bfd_link_just_syms): Define.
4571 * nlm-target.h (nlm_bfd_link_just_syms): Define.
4572 * oasys.c (oasys_bfd_link_just_syms): Define.
4573 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
4574 * som.c (som_bfd_link_just_syms): Define.
4575 * srec.c (srec_bfd_link_just_syms): Define.
4576 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
4577 (BFD_JUMP_TABLE_LINK): And here.
4578 * tekhex.c (tekhex_bfd_link_just_syms): Define.
4579 * versados.c (versados_bfd_link_just_syms): Define.
4580 * vms.c (vms_bfd_link_just_syms): Define.
4581 * libbfd.h: Regenerate.
4582 * bfd-in2.h: Regenerate.
4583
cb7394f2
TS
45842002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4585
4586 * elf32-mips.c: Remove superfluous definitions copied from
4587 elfxx-mips.c.
4588 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
4589 SGIish vectors to check the special case.
4590 (mips_elf_hi16_reloc): Fix comment.
4591 (mips_elf_got16_reloc): Likewise.
4592 (_bfd_mips_elf32_gprel16_reloc): Likewise.
4593 (elf_reloc_map): Code cleanup.
4594 (mips_reloc_map): Add comment.
4595 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
4596 (mips_elf32_rtype_to_howto): Likewise.
4597 (mips_elf32_discard_info): Likewise.
4598 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
4599 lead to IRIX compatibility now.
4600
8dc1a139
TS
46012002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4602
4603 * elfxx-mips.c: Call it IRIX, not Irix in comments.
4604
2051e1b5
JT
46052002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
4606
4607 * config.bfd (shle-*-netbsdelf*): Add target which includes
4608 sh64 support.
4609
83954261
AM
46102002-05-13 David Edelsohn <edelsohn@gnu.org>
4611
4612 * configure.in: Revert 2002-04-07. Instead, auto-configure
4613 HAVE_ST_C_IMPL.
4614 * configure: Regenerate.
4615 * config.in: Regenerate.
4616 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
4617 or AIX_5_CORE.
4618
a9bf1154
NC
46192002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
4620
4621 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
4622 corefiles as well.2
4623 * configure: Regenerate.
4624
3129eb7a
AM
46252002-05-13 Alan Modra <amodra@bigpond.net.au>
4626
4627 * Makefile.am (install-data-local): Install headers to
4628 $(exec_prefix)/include.
4629 * Makefile.in: Regenerate.
4630
a9a32010
DJ
46312002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4632 Daniel Jacobowitz <drow@mvista.com>
4633
4634 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
4635 map BFD_RELOC_RVA.
4636
46372002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
690cc98b
NC
4638
4639 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
4640 hppa*-*-openbsd*): New targets.
4641 * configure.in (alpha*-*-openbsd*): Set COREFILE.
4642 * configure: Regenerate.
4643
f1f0d9ab
TR
46442002-05-10 Tom Rix <trix@redhat.com>
4645
ea1e4b0d 4646 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
f1f0d9ab
TR
4647 xcoff64_ppc_relocate_section.
4648 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
4649 * libxcoff.h: Common xcoff_reloc_type function declaration.
4650
c432ba1a
AM
46512002-05-10 Alan Modra <amodra@bigpond.net.au>
4652
16a10388 4653 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
90937f86 4654 added in 2002-05-09 commit.
16a10388 4655
c432ba1a
AM
4656 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
4657 don't look for stubs on all undefined syms.
4658
4a335f3d
AM
46592002-05-09 Alan Modra <amodra@bigpond.net.au>
4660
8fc39d5d
AM
4661 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
4662 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
4663 pcrel_offset.
4664
4a335f3d
AM
4665 * elf32-i386.c (elf_howto_table): Comments.
4666 (elf_i386_relocate_section): Handle more relocs for relocatable
4667 linking and against SEC_MERGE sections.
4668
41fcb14e
AM
46692002-05-08 Alan Modra <amodra@bigpond.net.au>
4670
4671 * elf32-ppc.c (ppc_elf_create_got): New function.
4672 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
ea1e4b0d 4673 _bfd_elf_create_dynamic_sections. Correct .plt flags.
41fcb14e
AM
4674 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
4675 _bfd_elf_create_got_section.
4676
b491616a
AM
46772002-05-07 Alan Modra <amodra@bigpond.net.au>
4678
4679 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
4680 * elfxx-target.h (elf_backend_rela_normal): Define.
4681 (elfNN_bed): Init rela_normal.
4682 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
4683 for section symbols here if rela_normal. Simplify abs section test.
4684 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
4685 return immediately. Remove code handling relocatable linking.
4686 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
4687 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
4688 * elf32-i370.c (i370_elf_relocate_section): Likewise.
4689 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
4690 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4691 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
4692 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
4693 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4694 * elf32-s390.c (elf_s390_relocate_section): Likewise.
4695 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
4696 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
4697 * elf64-s390.c (elf_s390_relocate_section): Likewise.
4698 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
4699 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
4700 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
4701 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
4702 * elf-m10200.c (elf_backend_rela_normal): Define.
4703 * elf-m10300.c (elf_backend_rela_normal): Define.
4704 * elf32-fr30.c (elf_backend_rela_normal): Define.
4705 * elf32-i370.c (elf_backend_rela_normal): Define.
4706 * elf32-i860.c (elf_backend_rela_normal): Define.
4707 * elf32-m68k.c (elf_backend_rela_normal): Define.
4708 * elf32-mcore.c (elf_backend_rela_normal): Define.
4709 * elf32-openrisc.c (elf_backend_rela_normal): Define.
4710 * elf32-ppc.c (elf_backend_rela_normal): Define.
4711 * elf32-s390.c (elf_backend_rela_normal): Define.
4712 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
4713 * elf64-ppc.c (elf_backend_rela_normal): Define.
4714 * elf64-s390.c (elf_backend_rela_normal): Define.
4715 * elf64-x86-64.c (elf_backend_rela_normal): Define.
4716 * elfxx-ia64.c (elf_backend_rela_normal): Define.
4717 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
4718 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
4719
df212a7e
NC
47202002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
4721
4722 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
4723 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
4724
3decf53c
AM
47252002-05-06 Alan Modra <amodra@bigpond.net.au>
4726
4727 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
4728 when not relocatable. Fix reloc_emitter call for K&R.
4729
f46c2da6
AM
47302002-05-04 Alan Modra <amodra@bigpond.net.au>
4731
4732 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
4733 reloading local sym addend mistakenly removed in 2002-05-01 change.
4734
4735 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
4736 (read_abbrevs): Change "offset" param to bfd_vma.
4737 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
4738 Change "abbrev_offset" to bfd_vma.
4739 (read_indirect_string): Use correct conversion chars in error
4740 message format string, cast bfd_vma's to unsigned long.
4741 (read_abbrevs): Likewise.
4742 (read_attribute_value): Likewise.
4743 (decode_line_info): Likewise.
4744 (scan_unit_for_functions): Likewise.
4745 (parse_comp_unit): Likewise.
4746
59862849
TR
47472002-05-04 Tom Rix <trix@redhat.com>
4748
4749 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
4750 (coff_swap_reloc_out): Same.
4751 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
4752 (xcoff_swap_reloc_out): Same.
4753 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
4754 case some 16 bit relocs. Add reloc value to output.
4755 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
ea1e4b0d 4756 R_RBR. Improve names.
59862849
TR
4757 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
4758 (bfd_xcoff_backend_data): Update with new reloc swap names.
4759 (bfd_pmac_xcoff_backend_data) : Same.
4760 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
4761 (xcoff64_swap_reloc_out): Same.
ea1e4b0d 4762 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
59862849 4763 R_POS. Add reloc value to output.
ea1e4b0d
AM
4764 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
4765 bit R_RBR. Improve names, masks.
59862849
TR
4766 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
4767 (bfd_xcoff_backend_data): Update with new reloc swap names.
4768 (bfd_xcoff_aix5_backend_data) : Same.
4769
b4655ea9
AM
47702002-05-04 Alan Modra <amodra@bigpond.net.au>
4771
4772 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
4773 bfd_count top_index, input_list, all_local_syms.
4774 (elf32_hppa_setup_section_lists): New function, split from
4775 elf32_hppa_size_stubs.
4776 (elf32_hppa_next_input_section): Likewise.
4777 (group_sections): Likewise.
4778 (get_local_syms): Likewise.
4779 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
4780 stubs on undefined syms too.
4781 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8fc39d5d 4782 Only access htab elf fields when we have an elf hash table.
b4655ea9
AM
4783 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
4784 (elf32_hppa_next_input_section): Declare.
4785
301e3139
AM
47862002-05-04 Bob Byrnes <byrnes@curl.com>
4787
4788 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
4789 _bfd_new_bfd.
4790
7c5fcef7
L
47912002-05-03 H.J. Lu (hjl@gnu.org)
4792
4793 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
4794 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
4795 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
4796 to hide a global symbol.
4797 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
ea1e4b0d 4798 forced_local to true.
7c5fcef7 4799
84de6048
RH
48002002-05-02 Richard Henderson <rth@redhat.com>
4801
4802 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
4803 vs SHN_UNDEF to zero.
4804
805fc799
AM
48052002-05-02 Alan Modra <amodra@bigpond.net.au>
4806
c061c2d8
AM
4807 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
4808 16 bit reloc.
4809 <R_PPC64_SECTOFF_DS>: Likewise.
4810 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
4811 SECTOFF reloc.
4812 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
4813 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
4814 SECTOFF reloc.
4815
805fc799
AM
4816 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
4817 (ppc64_elf_ha_reloc): New function.
4818 (ppc64_elf_brtaken_reloc): New function.
4819 (ppc64_elf_sectoff_reloc): New function.
4820 (ppc64_elf_sectoff_ha_reloc): New function.
4821 (ppc64_elf_toc_reloc): New function.
4822 (ppc64_elf_toc_ha_reloc): New function.
4823 (ppc64_elf_toc64_reloc): New function.
4824 (ppc64_elf_unhandled_reloc): New function.
4825 (ppc64_elf_howto_raw): Use the above.
4826 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
4827 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
4828 <R_PPC64_SECTOFF_DS>: Likewise.
4829 (IS_ABSOLUTE_RELOC): Update.
4830 (struct ppc_link_hash_table): Add have_undefweak.
4831 (ppc64_elf_link_hash_table_create): Init.
4832 (func_desc_adjust): Set have_undefweak.
4833 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
4834 add the .sfpr blr when have_undefweak.
4835 (ppc64_elf_setup_section_lists): Check hash table flavour.
4836 (ppc64_elf_next_input_section): Move output_section->owner test to
4837 ppc64elf.em.
4838 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
4839 and relocatable test. Return TOCstart and don't set elf_gp.
4840 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
4841 offset calculation. Add assert on weak sym branch tweaks.
4842 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
4843 (ppc64_elf_toc): Declare.
4844 (ppc64_elf_next_input_section): Update.
ea1e4b0d 4845
818c39a3
AM
48462002-05-01 Alan Modra <amodra@bigpond.net.au>
4847
4848 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
4849 file_name.
4850
721956f4
AM
48512002-05-01 Alan Modra <amodra@bigpond.net.au>
4852
4853 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
4854 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
4855 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
4856 call branches. Correct undefined weak destination.
4857 (ppc64_elf_func_desc_adjust): Always create at least one blr in
4858 .sfpr, and correct case where either only savef* or restf* is
4859 needed.
4860
4861 Long branch stubs, multiple stub sections.
4862 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
4863 (ppc64_elf_next_input_section): Declare.
4864 * elf64-ppc.c: Move linker-only prototypes.
4865 (STUB_SUFFIX): Define.
4866 (enum ppc_stub_type): New.
4867 (struct ppc_stub_hash_entry): New.
4868 (struct ppc_branch_hash_entry): New.
4869 (struct ppc_link_hash_entry): Add stub_cache, oh.
4870 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
4871 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
4872 Rename plt_overflow to stub_error.
4873 (ppc_stub_hash_lookup): Define.
4874 (ppc_branch_hash_lookup): Define.
4875 (stub_hash_newfunc): New function.
4876 (branch_hash_newfunc): New function.
4877 (link_hash_newfunc): Init new fields.
4878 (ppc64_elf_link_hash_table_create): Likewise.
4879 (ppc64_elf_link_hash_table_free): New function.
4880 (ppc_stub_name): New function.
4881 (ppc_get_stub_entry): New function.
4882 (ppc_add_stub): New function.
4883 (create_linkage_sections): Use bfd_make_section_anyway. Create
4884 .branch_lt and .rela.branch_lt sections. Don't create .stub.
4885 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
4886 and set up for plt call stubs. Link func and func desc syms.
4887 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
4888 (func_desc_adjust): Avoid hash lookup when func desc sym available
4889 via shortcut, and set links when processing.
4890 (ppc64_elf_hide_symbol): Likewise.
4891 (allocate_dynrelocs): Don't allocate stub section here.
4892 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
4893 Remove sstub code.
4894 (ppc_type_of_stub): New function.
4895 (build_one_stub): Delete.
4896 (ppc_build_one_stub): New function.
4897 (ppc_size_one_stub): New function.
4898 (ppc64_elf_setup_section_lists): New function.
4899 (ppc64_elf_next_input_section): New function.
4900 (group_sections): New function.
4901 (get_local_syms): New function.
4902 (ppc64_elf_size_stubs): Rewrite.
4903 (ppc64_elf_build_stubs): Rewrite.
4904 (ppc64_elf_relocate_section): Look up stub entry for REL24
4905 relocs. Don't propagate REL14* to dynamic objects. Look for long
4906 branch stubs if REL14* or REL24 relocs won't reach.
4907 (bfd_elf64_bfd_link_hash_table_free): Define.
4908
09c2219b
MM
49092002-04-30 Mark Mitchell <mark@codesourcery.com>
4910
c5cd6d62 4911 * config.bfd: Add support for powerpc-*-windiss.
09c2219b 4912
07b678c0
TR
49132002-04-30 Tom Rix <trix@redhat.com>
4914
4915 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
4916 symbol names into the hash table.
4917
dbe341c6
TR
49182002-04-28 Tom Rix <trix@redhat.com>
4919
4920 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
ea1e4b0d 4921 calulating relocations.
dbe341c6 4922 (xcoff_complain_overflow) : Function table for relocation errors.
ea1e4b0d
AM
4923 (xcoff_ppc_relocate_section): Use relocation and complain function
4924 tables.
4925 (xcoff_complain_overflow_unsigned_func): New complain function.
dbe341c6
TR
4926 (xcoff_complain_overflow_signed_func): Same.
4927 (xcoff_complain_overflow_bitfield_func): Same.
4928 (xcoff_complain_overflow_dont_func): Same.
4929 (xcoff_reloc_type_crel): New recot function.
4930 (xcoff_reloc_type_br): Same.
4931 (xcoff_reloc_type_ba): Same.
4932 (xcoff_reloc_type_toc): Same.
4933 (xcoff_reloc_type_rel): Same.
4934 (xcoff_reloc_type_neg): Same.
4935 (xcoff_reloc_type_pos): Same.
4936 (xcoff_reloc_type_fail): Same.
4937 (xcoff_reloc_type_noop): Same.
4938 * libxcoff.h : Declare common parts for xcoff64.
4939 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
ea1e4b0d 4940 and complain function tables.
dbe341c6 4941
985142a4
AM
49422002-04-28 Alan Modra <amodra@bigpond.net.au>
4943
4944 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
4945 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
4946
eba91044
AM
49472002-04-26 Alan Modra <amodra@bigpond.net.au>
4948
e54fdaa5
AM
4949 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
4950 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
4951
a50c1845
AM
4952 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
4953 same as the output before calling elf_link_input_bfd.
4954
eba91044
AM
4955 * coffcode.h (coff_compute_section_file_positions): Set
4956 section_tail after shuffling section list.
4957
3c25c5f6
NC
49582002-04-24 Christian Groessler <chris@groessler.org>
4959
4960 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
4961 addresses are 23bit with a special layout, not plain 32bit
4962 values. Prevent relocation of immediate values.
4963
40d32fc6
CD
49642002-04-24 Chris G. Demetriou <cgd@broadcom.com>
4965
4966 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
4967 MIPS-16 ASE flags are set, print something to indicate that.
4968
067fa4a6
AM
49692002-04-23 Alan Modra <amodra@bigpond.net.au>
4970
4971 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
4972 under which a plt call stub is used.
4973 (final_link_relocate): Similarly.
4974 (allocate_plt_static): Clear h-plabel except when plt entry is
4975 exclusively used for a plabel.
4976 (allocate_dynrelocs): Use the above to simplify plt sizing.
4977 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
4978 (elf32_hppa_link_hash_table_create): Init.
4979 (BL22_RP): Define.
4980 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
4981 (elf32_hppa_check_relocs): Set has_22bit_branch.
4982
4983 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
4984 (final_link_relocate): Likewise.
4985
af40ce3c
JJ
49862002-04-22 Jakub Jelinek <jakub@redhat.com>
4987
4988 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
4989 search table if some FDE is DW_EH_PE_aligned encoded either.
4990 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
4991
09ae86c2
JJ
49922002-04-22 Richard Smith <richard@ex-parrot.com>
4993 Jakub Jelinek <jakub@redhat.com>
4994
4995 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
4996 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
4997 encoded personality.
4998 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
4999 for CIE/FDE removal.
5000
deeb2cd7
TR
50012002-04-20 Tom Rix <trix@redhat.com>
5002
5003 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
5004
99dc0092
AM
50052002-04-20 Alan Modra <amodra@bigpond.net.au>
5006
aa3d5824
AM
5007 * archures.c (bfd_lookup_arch): Move the list order comment..
5008 (struct bfd_arch_info): ..to where it belongs.
5009 * bfd-in2.h: Regenerate.
5010
99dc0092
AM
5011 * archures.c (bfd_lookup_arch): Add comment on list order.
5012 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
5013 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
5014 is always at head of list.
5015
7831a775
NC
50162002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
5017
5018 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
5019 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
5020 definition of these functions for ARM_WINCE builds as they are
5021 not used.
ea1e4b0d 5022 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
7831a775
NC
5023 for ARM_WINCE builds.
5024
50252002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
5026
ea1e4b0d 5027 * coff-arm.c (bfd_arm_process_before_allocation):
7831a775
NC
5028
50292002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
a44d7f9c
JR
5030
5031 * cpu-sh.c (scan_mach): Delete.
5032 (arch_info_struct): Replace scan_mach with bfd_default_scan.
5033 (bfd_sh_arch): Likewise.
5034
3d8dbe36
NC
50352002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
5036
5037 * ihex.c (ihex_write_object_contents): Fix check for records
5038 crossing 64K boundaries.
5039
4ab82700
AM
50402002-04-16 Alan Modra <amodra@bigpond.net.au>
5041
5042 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
5043 type rather than just assuming entries are ELF.
5044 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
5045 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
5046 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
5047 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
5048 rather than elf_link_hash_entry.
5049
036fe0fe
RH
50502002-04-15 Richard Henderson <rth@redhat.com>
5051
5052 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
5053 n32 binaries.
5054
c4f3d130
NC
50552002-04-15 Michael Snyder <msnyder@redhat.com>
5056
5057 * opncls.c (bfd_close): Write contents if writeable.
5058 Minor formatting tidy-ups.
5059
4ab82700 50602002-04-15 Alan Modra <amodra@bigpond.net.au>
27242387
AM
5061
5062 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
5063
0c04d169
MS
50642002-04-12 Michael Snyder <msnyder@redhat.com>
5065
5066 * bfd-in.h (bfd_get_section_lma): New access macro.
5067 Minor white-space fix-up.
5068
89d4966f
AM
50692002-04-12 Alan Modra <amodra@bigpond.net.au>
5070
5071 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
5072 header pad.
5073
8d0da3c2
DD
50742002-04-09 DJ Delorie <dj@redhat.com>
5075
5076 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
5077
05793179
NC
50782002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
5079
5080 * coffcode.h (coff_read_word): New.
5081 (coff_compute_checksum): New.
5082 (coff_apply_checksum): New.
5083 (coff_write_object_contents): Call coff_apply_checksum () to
5084 apply checksum to PE image.
5085
46fe4e66
AM
50862002-04-08 Randolph Chung <tausq@debian.org>
5087
5088 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
5089 (elf32_hppa_final_link): Split out sorting logic to..
5090 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
5091 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
5092
3b5b409c
AC
50932002-04-07 Andrew Cagney <ac131313@redhat.com>
5094
5095 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
5096 pattern.
5097 * configure: Re-generate.
5098
ac7b6ceb
AC
50992002-04-07 Andrew Cagney <ac131313@redhat.com>
5100
5101 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
5102 is greater or equal to 4.3.3.
5103 * configure: Regenerate.
5104 Fix PR gdb/344.
5105
44aa49bb
HPN
51062002-04-05 Hans-Peter Nilsson <hp@axis.com>
5107
5108 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
5109 R_CRIS_32_PCREL>: Fix typo in name.
5110 (cris_elf_check_relocs): Always create .rela.got here when
5111 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
5112 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
5113 assume it's created.
5114
e2d34d7d
DJ
51152002-04-04 Daniel Jacobowitz <drow@mvista.com>
5116
5117 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
5118 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
5119 define.
5120 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
5121 * bfd.c (bfd_link_hash_table_free): Define.
5122 * binary.c (binary_bfd_link_hash_table_free): Define.
5123 * bout.c (b_out_bfd_link_hash_table_free): Define.
5124 * coff-rs6000.c (rs6000coff_vec): Include
5125 _bfd_generic_link_hash_table_free.
5126 (pmac_xcoff_vec): Likewise.
5127 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
5128 (aix5coff64_vec): Likewise.
5129 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
5130 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
5131 (bfd_elf32_bfd_link_hash_table_free): Define.
5132 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
5133 (bfd_elf32_bfd_link_hash_table_free): Define.
5134 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
5135 define.
5136 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
5137 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
5138 * ieee.c (ieee_bfd_link_hash_table_free): Define.
5139 * ihex.c (ihex_bfd_link_hash_table_free): Define.
5140 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
5141 (_bfd_generic_link_hash_table_free): Add prototype.
5142 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
5143 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
5144 * linker.c (_bfd_generic_link_hash_table_free): New function.
5145 * mmo.c (mmo_bfd_link_hash_table_free): Define.
5146 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
5147 * oasys.c (oasys_bfd_link_hash_table_free): Define.
5148 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
5149 * som.c (som_bfd_link_hash_table_free): Define.
5150 * srec.c (srec_bfd_link_hash_table_free): Define.
5151 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
5152 * versados.c (versados_bfd_link_hash_table_free): Define.
5153 * vms.c (vms_bfd_link_hash_table_free): New function.
5154 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
5155
5156 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
5157 instead of bfd_alloc.
5158 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
5159 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
5160 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
5161 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
5162 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
5163 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
5164 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
5165 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
5166 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
5167 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
5168 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
5169 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
5170 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
5171 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
5172 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
5173 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
5174 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
5175 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
5176 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
5177 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
5178 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
5179 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
5180 * m68klinux.c (linux_link_hash_table_create): Likewise.
5181 * sparclinux.c (linux_link_hash_table_create): Likewise.
5182 * sunos.c (sunos_link_hash_table_create): Likewise.
5183 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
5184
5185 * targets.c: Add _bfd_link_hash_table_free to xvec.
5186
5187 * bfd-in2.h: Regenerate.
5188 * libbfd.h: Regenerate.
5189 * libcoff.h: Regenerate.
5190
830629ab
AM
51912002-04-04 Alan Modra <amodra@bigpond.net.au>
5192
5193 * dep-in.sed: Cope with absolute paths.
5194 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
5195 Run "make dep-am".
5196 * Makefile.in: Regenerate.
5197 * coff-arm.c: Fix copyright date.
5198 * cpu-h8300.c: Likewise.
5199 * cpu-i370.c: Likewise.
5200 * cpu-s390.c: Likewise.
5201 * cpu-mips.c: Likewise.
5202 * po/SRC-POTFILES.in: Regenerate.
5203
c6e90b02
TS
52042002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5205
5206 * Makefile.am: Add elfxx-mips.c to the known backends.
5207 (elf32-mips.lo): remove dependency to coff/external.h.
5208 * Makefile.in: Regenerate.
5209 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
5210 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
5211 accordingly.
5212 * configure: Regenerate.
5213 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
5214 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
5215 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
5216 MIPS specific backend functions.
5217 * elf32-mips.c: Moved most code to elfxx-mips.c.
5218 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
5219 static.
5220 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
5221 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
5222 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
5223 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
5224 interface to allow selection of the right REL or RELA howto table.
5225 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
5226 static. Let it refuse n32 objects.
5227 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
5228 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
5229 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
5230 (elf32_mips_ignore_discarded_relocs): Rename from
5231 _bfd_elf32_mips_ignore_discarded_relocs.
5232 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
5233 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
5234 (elf_mips_howto_table_rela): Remove.
5235 * elf64-mips.c: Moved most code to elfxx-mips.c.
5236 (bfd_elf64_bfd_reloc_type_lookup): Make static.
5237 (mips_elf64_rtype_to_howto): New function.
5238 (mips_elf64_object_p): Likewise.
5239 (elf64_mips_irix_compat): Likewise.
5240 * elfxx-mips.c: New file containing common code merged together from
5241 elf32-mips.c and elf64-mips.c.
5242 * elfxx-mips.h: New file containing MIPS specific prototypes from
5243 elf-bfd.h.
5244 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
5245 elf_backend_mips_rtype_to_howto.
5246
d8dce692
AM
52472002-04-04 Alan Modra <amodra@bigpond.net.au>
5248
5249 * srec.c (MAXCHUNK, Chunk): Revise comments.
5250 (srec_write_record): Correct buffer size.
5251 (srec_write_header): Do without intermediate buffer.
5252 (srec_write_section): Validate Chunk.
5253 (srec_write_terminator): Pass NULL instead of dummy buffer.
5254 (srec_write_symbols): Pass file and symbol names directly to
5255 bfd_bwrite so sprintf won't overflow buffer.
5256
b88a866a
JJ
52572002-04-03 Jakub Jelinek <jakub@redhat.com>
5258
5259 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
5260 PC relative relocs against hidden symbols.
5261 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5262
d7866f04
AM
52632002-04-03 Alan Modra <amodra@bigpond.net.au>
5264
5265 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
5266 LMAs, loop over segments until p_vaddr and p_memsz specify an
5267 extent enclosing the section.
5268
9e81ee67
NC
52692002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
5270
5271 * ihex.c (ihex_write_object_contents): Do not allow records to
5272 cross a 64K boundary - wrap if necessary.
5273
d2b64500
JT
52742002-04-01 Nathan Williams <nathanw@wasabisystems.com>
5275
5276 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
5277 which caused the returned LWP ID to always be 0.
5278
e36f7d53
RH
52792002-04-01 Richard Henderson <rth@redhat.com>
5280
5281 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
5282 (elf32_sparc_relocate_section): Use it to figure out when to
5283 initialize .got entries.
5284 * elf64-sparc.c: Similarly.
5285
e92d460e
AM
52862002-03-28 Alan Modra <amodra@bigpond.net.au>
5287
5288 * linker.c (link_action): Ignore duplicate warning syms.
5289 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
5290 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
5291 (elf_adjust_dynamic_symbol): Likewise.
5292 (elf_export_symbol): Likewise.
5293 (elf_link_find_version_dependencies): Likewise.
5294 (elf_link_assign_sym_version): Likewise.
5295 (elf_link_sec_merge_syms): Likewise.
5296 (elf_link_output_extsym): Likewise.
5297 (elf_gc_sweep_symbol): Likewise.
5298 (elf_gc_propagate_vtable_entries_used): Likewise.
5299 (elf_gc_smash_unused_vtentry_relocs): Likewise.
5300 (elf_gc_allocate_got_offsets): Likewise.
5301 (elf_collect_hash_codes): Likewise.
5302 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
5303 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
5304 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
5305 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
5306 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
5307 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
5308 (elf_cris_discard_excess_dso_dynamics): Likewise.
5309 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
5310 (mark_PIC_calls): Likewise.
5311 (allocate_plt_static): Likewise.
5312 (allocate_dynrelocs): Likewise.
5313 (readonly_dynrelocs): Likewise.
5314 * elf32-i386.c (allocate_dynrelocs): Likewise.
5315 (readonly_dynrelocs): Likewise.
5316 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
5317 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
5318 * elf32-mips.c (mips_elf_output_extsym): Likewise.
5319 (mips_elf_sort_hash_table_f): Likewise.
5320 (mips_elf_check_mips16_stubs): Likewise.
5321 * elf32-s390.c (allocate_dynrelocs): Likewise.
5322 (readonly_dynrelocs): Likewise.
5323 * elf32-sh.c (sh_elf_discard_copies): Likewise.
5324 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
5325 (xstormy16_relax_plt_realloc): Likewise.
5326 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
5327 (elf64_alpha_output_extsym): Likewise.
5328 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
5329 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
5330 (mips_elf64_check_mips16_stubs): Likewise.
5331 (mips_elf64_output_extsym): Likewise.
5332 * elf64-ppc.c (func_desc_adjust): Likewise.
5333 (allocate_dynrelocs): Likewise.
5334 (readonly_dynrelocs): Likewise.
5335 * elf64-s390.c (allocate_dynrelocs): Likewise.
5336 (readonly_dynrelocs): Likewise.
5337 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
5338 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
5339 (readonly_dynrelocs): Likewise.
5340 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
5341 * aoutx.h (aout_link_write_other_symbol): Likewise.
5342 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
5343 (_bfd_coff_write_global_sym): Likewise.
5344 * i386linux.c (linux_tally_symbols): Likewise.
5345 * m68klinux.c (linux_tally_symbols): Likewise.
5346 * sparclinux.c (linux_tally_symbols): Likewise.
5347 * pdp11.c (aout_link_write_other_symbol): Likewise.
5348 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
5349 * xcofflink.c (xcoff_build_ldsyms): Likewise.
5350 (xcoff_write_global_symbol): Likewise.
5351
5352 * cofflink.c (_bfd_coff_final_link): Formatting.
5353 * cpu-mips.c (mips_compatible): Make static, prototype.
5354 * elf32-i386.c (elf_i386_check_relocs): Formatting.
5355 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
5356 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
5357 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
5358 (mips_elf64_final_link): Likewise.
5359 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
5360 prototype.
5361
2106126f
NC
53622002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
5363
5364 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
5365 (SWAP_OUT_RELOC_OFFSET): Define.
5366
b99d1833
AM
53672002-03-27 Gregory Steuck <greg@nest.cx>
5368
5369 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
5370 terminating NULL if empty symbol table.
5371 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
5372
ad43ed4c
L
53732002-03-26 H.J. Lu (hjl@gnu.org)
5374
5375 * elflink.h (elf_link_input_bfd): Revert the last change since
5376 the gcc exception handling isn't fixed yet.
5377
3851fca4
L
53782002-03-26 H.J. Lu (hjl@gnu.org)
5379
5380 * elflink.h (elf_link_input_bfd): Complain about relocations
5381 against local symbols in discarded sections.
5382
b91afed7
AM
53832002-03-26 Alan Modra <amodra@bigpond.net.au>
5384
5385 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
5386
dba143ef
AM
53872002-03-23 Alan Modra <amodra@bigpond.net.au>
5388
5389 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
5390 section file offset for !SEC_LOAD sections.
5391
ee29b9fb
RE
53922002-03-21 Richard Earnshaw <rearnsha@arm.com>
5393
830629ab
AM
5394 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
5395 <case R_ARM_GOT>): Handle relocations to Thumb functions.
ee29b9fb 5396
54327882
AM
53972002-03-21 Alan Modra <amodra@bigpond.net.au>
5398
5399 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
5400 Whitespace changes.
5401 * archive.c: Update copyright date.
5402 * bfd-in2.h: Regenerate.
5403 * libbfd.h: Regenerate.
5404 * Makefile.am: Run "make dep-am"
5405 * Makefile.in: Regenerate.
5406 * po/SRC-POTFILES.in: Regenerate.
5407
1ee24f27
DJ
54082002-03-20 Daniel Jacobowitz <drow@mvista.com>
5409
5410 * dwarf2.c (struct funcinfo): Move up.
5411 (lookup_address_in_function_table): New argument function_ptr.
5412 Set it.
5413 (lookup_address_in_line_table): New argument function. If function
5414 is non-NULL, use it to handle ``addr'' before the first line note of
5415 the function.
5416 (comp_unit_find_nearest_line): Update and swap calls to
5417 lookup_address_in_function_table and lookup_address_in_line_table.
5418 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
5419 N_SLINE encountered if we see an N_FUN before any N_SLINE.
5420
51b9608c
TR
54212002-03-20 Tom Rix <trix@redhat.com>
5422
ea1e4b0d 5423 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
51b9608c 5424 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
ea1e4b0d 5425 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
51b9608c 5426
789c90aa
TR
54272002-03-19 Tom Rix <trix@redhat.com>
5428
ea1e4b0d 5429 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
789c90aa
TR
5430 dynamic objects in archives.
5431
1da54d81
HPN
54322002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
5433
5434 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
5435 STT_NOTYPE symbols to STT_OBJECT.
5436
7831a775 54372002-03-18 Jan Hubicka <jh@suse.cz>
beb43bb9
JH
5438
5439 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
5440
eb1e0e80
NC
54412002-03-18 Tom Rix <trix@redhat.com>
5442
5443 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
5444 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
5445 * coff-rs6000 (do_pad) : New function for archive padding.
5446 (do_copy) : New function for object file copying in archives.
5447 (do_shared_object_padding) : New function for padding shared
5448 objects to their text section alignment in archives.
5449 (bfd_xcoff_ar_achive_set_magic) : Stub.
5450 (xcoff_write_armap_big) : Use do_copy and do_pad.
5451 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
5452 do_copy and do_pad.
5453 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
ea1e4b0d 5454 bfd_xcoff_magic_number.
eb1e0e80
NC
5455 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
5456 fop.
5457 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
5458 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
5459 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
5460 * rs6000-core.c : Update copyright date.
ea1e4b0d 5461 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
eb1e0e80
NC
5462 csectpp.
5463 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
5464 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
5465 (coff_set_flags) : Use bfd_xcoff_magic_number.
5466 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
5467 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
5468 * Makefile.am : Same.
5469 * config.bfd : Same.
5470 * targets.c : Same.
5471 * configure : Regnerate.
5472 * Makefile.in : Same.
5473 * bfd-in2.h : Same.
5474
a1c259a1
NC
54752002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
5476
5477 * po/fr.po: Updated version.
5478
4dae1ae7
AM
54792002-03-18 Alan Modra <amodra@bigpond.net.au>
5480
5481 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
5482 * libbfd.h: Regenerate.
5483 * archive.c (coff_write_armap): Pass on failures from
5484 bfd_write_bigendian_4byte_int.
5485
36b4f6e7
L
54862002-03-14 H.J. Lu <hjl@gnu.org>
5487
5488 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
5489 error to bfd_error_nonrepresentable_section for reinit_array
5490 section in DSO.
5491
a1aefc76
NC
54922002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
5493
a181be0a
NC
5494 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
5495 OR it in rather than replacing previously selected flags.
5496
a1aefc76
NC
5497 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
5498 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
5499
c119f9b8
AM
55002002-03-14 Alan Modra <amodra@bigpond.net.au>
5501
5502 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
5503 (N): Use the above.
5504 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
5505 ensure reloc size matches before calling elf_link_input_bfd.
5506 Add an assert to check reloc size when counting output relocs.
5507
c295a511
NC
55082002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
5509
5510 * mmo.c (mmo_get_loc): Return NULL rather than false.
5511
9ce88e60
NC
55122002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
5513
5514 * po/fr.po: Updated version.
5515
4ddafab0
AM
55162002-03-13 Alan Modra <amodra@bigpond.net.au>
5517
b74fa2cd
AM
5518 * archures.c (bfd_default_compatible): Test bits_per_word.
5519 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
5520 bfd_default_compatible.
5521 * cpu-i370.c (i370_compatible): Likewise.
5522 * cpu-sparc.c (sparc_compatible): Likewise.
5523 * cpu-h8300.c (compatible): Test in->arch == out->arch.
5524
40b829d4
AM
5525 * elflink.h: Formatting fixes.
5526 (elf_link_output_extsym): Merge undefined and undef weak cases.
5527
4ddafab0
AM
5528 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
5529 when word size of input matches output word size.
5530
dd53c801
AJ
55312002-03-12 Andreas Jaeger <aj@suse.de>
5532
5533 * cpu-i386.c (i386_compatible): New. Use it instead of
5534 bfd_default_compatible.
5535
aa066ac8
L
55362002-03-07 H.J. Lu (hjl@gnu.org)
5537
5538 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
5539 as the type for bfd_reloc_val.
5540
1bf42538
JL
55412002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
5542
5543 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
5544 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
5545 (elf_hppa_final_link_relocate): Correct relocations for indirect
5546 references to local data through the DLT. Fix .opd creation for
5547 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
5548 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
5549 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
5550 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
5551 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
5552 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
5553 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
5554
86eaf01e
JJ
55552002-03-05 Jakub Jelinek <jakub@redhat.com>
5556
5557 * merge.c (_bfd_merge_sections): Don't segfault if there
5558 is nothing to merge due to GC.
5559
c44233aa
AM
55602002-03-05 Alan Modra <amodra@bigpond.net.au>
5561
039cc25f
AM
5562 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
5563 symbols that have been forced local.
5564
c44233aa
AM
5565 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
5566 to output forced local syms for non-shared link.
5567 (elf_link_output_extsym): Tweak condition for calling backend
5568 adjust_dynamic_symbol so that previous behaviour is kept.
5569 Whitespace changes throughout file.
5570
25e27870
L
55712002-03-04 H.J. Lu <hjl@gnu.org>
5572
5573 * elf.c (bfd_section_from_shdr): Handle special sections,
5574 .init_array, .fini_array and .preinit_array.
5575 (elf_fake_sections): Likewise.
5576
5577 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
5578 DT entry only if the section is in output for .init_array,
5579 .fini_array and .preinit_array. Complain about .preinit_array
5580 section in DSO.
5581 (elf_bfd_final_link): Warn zero size for .init_array,
5582 .fini_array and .preinit_array sections.
5583
5584 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
5585 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
5586 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
5587 .preinit_array.
5588
bb2a49f2
AM
55892002-03-04 Alan Modra <amodra@bigpond.net.au>
5590
5591 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
5592 * configure: Regenerate.
5593
38487e5e
TR
55942002-03-02 Tom Rix <trix@redhat.com>
5595
c44233aa
AM
5596 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
5597 symbolic equiv.
38487e5e
TR
5598 * coff-rs6000.c (xcoff_howto_table): Same.
5599
30831527
RH
56002002-03-01 David Mosberger <davidm@hpl.hp.com>
5601
5602 * elflink.h (size_dynamic_sections): If section named
5603 ".preinit_array" exists, create DT_PREINIT_ARRAY and
5604 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
5605 ".init_array" and ".fini_array".
5606 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
5607 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
5608 DT_FINI_ARRAY.
5609
c8e5ddc8
AM
56102002-02-26 Andrew Macleod <amacleod@cygnus.com>
5611
5612 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
5613 dynsyms.
5614
96e0dda4
AM
56152002-02-25 Alan Modra <amodra@bigpond.net.au>
5616
1c5b6bf8
AM
5617 * elf64-hppa.h: Update copyright date.
5618
96e0dda4
AM
5619 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
5620 (ppc64_elf_relocate_section): Don't generate power4 style branch
5621 hints for *_BRTAKEN and *_BRNTAKEN relocs.
5622
0fb19cbc
JJ
56232002-02-22 Jakub Jelinek <jakub@redhat.com>
5624
5625 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
5626 last patch.
5627 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
5628
c434dee6
AJ
56292002-02-21 Andreas Jaeger <aj@suse.de>
5630
5631 * elf64-x86-64.c: Major rework that introduces all recent changes
5632 to the x86-64 backend. Get a closer match to elf32-i386.
5633 (struct elf64_x86_64_dyn_relocs): Rename from
5634 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
5635 all users.
5636 (struct elf64_x86_64_link_hash_table): Add short cuts to some
5637 sections.
5638 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
5639 remove casts, initialize new hash members.
5640 (create_got_section): New.
5641 (elf64_x86_64_create_dynamic_sections): New.
5642 (elf64_x86_64_copy_indirect_symbol): New.
5643 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
5644 relocs, .got or .relgot here but do it in allocate_dynrelocs.
5645 Reference count possible .plt and .got entries. Don't test input
5646 section SEC_READONLY here to try to avoid copy relocs, and keep
5647 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
5648 DF_TEXTREL here. Delay setting of variables until needed. Cache
5649 pointer to "sreloc" section in elf_section_data. Tweak condition
5650 under which .got created. Report files with bad relocation
5651 section names.
5652 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
5653 Reference count possible .plt entries. Don't deallocate .got and
5654 .relgot space here.
5655 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
5656 do copy reloc processing for weakdefs. Remove redundant casts and
5657 aborts. Delay setting of vars until needed. Move creation of
5658 dynamic symbols and allocation of .plt and .rela.plt to
5659 allocate_dynrelocs. Replace BFD_ASSERT with abort.
5660 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
5661 (allocate_dynrelocs): New.
5662 (readonly_dynrelocs): New.
5663 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
5664 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
5665 Zero out the dynamic allocated content space.
5666 (elf64_x86_64_discard_copies): Removed.
5667 (elf64_x86_64_relocate_section): Make use of dynamic section
5668 short-cuts. Localise vars, and delay setting. Better error
5669 reporting, replace BFD_ASSERT with abort. Check
5670 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
5671 regular object file and tread the weak definition as the normal
5672 one. Don't discard relocs for undefweak or undefined symbols and
5673 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
5674 relocs.
5675 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
5676 symbols that have been forced local. Use same test to decide if
5677 we can use a relative reloc for got as relocate_section. Expand
5678 SHN_UNDEF comment. Move expressions out of function calls.
5679 Replace BFD_ASSERT with abort.
5680 (bfd_elf64_bfd_final_link): Removed.
5681 (elf_backend_copy_indirect_symbol): Define.
5682
ff3a6ee3
TR
56832002-02-20 Tom Rix <trix@redhat.com>
5684
5685 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
5686 (_bfd_xcoff_reloc_type_lookup): Use it.
5687 * coff64-rs6000.c (xcoff64_howto_table): Same.
5688 (xcoff64_reloc_type_lookup): Same.
c434dee6 5689
a68d41fb
AM
56902002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5691
5692 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
5693 little endian.
5694
befc3abb
MS
56952002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
5696
5697 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
5698 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
5699 * bfd-in2.h: Regenerate.
5700 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
5701 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
5702 with "s390:64-bit".
5703 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
5704 (elf_s390_reloc_type_lookup): Likewise.
5705 (elf_s390_check_relocs): Likewise.
5706 (elf_s390_gc_sweep_hook): Likewise.
5707 (elf_s390_relocate_section): Likewise.
5708 (elf_s390_object_p): Use renamed architecture define.
5709 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
5710
6eeeec9b
FCE
57112002-02-19 Frank Ch. Eigler <fche@redhat.com>
5712
5713 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
5714
0bb2d96a
JJ
57152002-02-19 Jakub Jelinek <jakub@redhat.com>
5716
5717 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
5718 absptr -> pcrel optimization for shared libs.
5719 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
5720 library cannot be converted to pcrel.
5721 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
5722 relative.
5723 * elf32-i386.c (elf_i386_relocate_section): If
5724 _bfd_elf_section_offset returned -2, skip, but make sure the
5725 relocation is installed.
5726 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
5727 * elf32-cris.c (cris_elf_relocate_section): Likewise.
5728 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
5729 * elf32-i370.c (i370_elf_relocate_section): Likewise.
5730 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
5731 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
5732 * elf32-s390.c (elf_s390_relocate_section): Likewise.
5733 * elf32-sh.c (sh_elf_relocate_section): Likewise.
5734 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5735 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
5736 * elf64-s390.c (elf_s390_relocate_section): Likewise.
5737 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
5738 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5739 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
5740 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
5741 _bfd_elf_section_offset returning -2 the same way as -1.
5742 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
5743 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
5744 and BFD_ASSERT.
5745 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
5746
69f284c7
TR
57472002-02-18 Tom Rix <trix@redhat.com>
5748
5749 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
5750 (bfd_xcoff_size_dynamic_sections): Same.
5751 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
5752 (bfd_xcoff_size_dynamic_sections): Same.
5753 * coff-rs6000.c (xcoff_generate_rtinit): Same.
5754 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
5755 * libxcoff.h (struct xcoff_backend_data_rec): Same.
5756 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
5757 * bfd-in2.h: Regenerate.
5758
82bd7b59
AM
57592002-02-18 Alan Modra <amodra@bigpond.net.au>
5760
5761 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
5762 (struct ppc_link_hash_table): Add sfpr.
5763 (ppc64_elf_link_hash_table_create): Init it.
5764 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
5765 .glink out to..
5766 (create_linkage_sections): ..here. Make .sfpr too.
5767 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
5768 dynobj early.
5769 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
5770 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
5771 ._restf* functions, and create as needed.
5772 (func_desc_adjust): Only force_local for shared libs.
5773
ef1355e8
NC
57742002-02-18 David O'Brien <obrien@FreeBSD.org>
5775
5776 * configure.in: Bump version number post 2.12 branching.
5777 * configure: Regenerate.
5778
dfa36a69
HPN
57792002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
5780
5781 * mmo.c: Correct and improve comments.
5782 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
5783 zero-pad. Use input to fill up non-empty bfd buffer.
5784 (mmo_flush_chunk): New function.
5785 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
5786 changed. Don't emit location specifier if VMA is same as
5787 *LAST_VMAP after omitting leading zero contents. Call
5788 mmo_flush_chunk before emitting location specifier.
5789 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
5790 with mmo_write_loc_chunk calls.
5791 (mmo_internal_write_section): Call mmo_flush_chunk after
5792 mmo_write_chunk.
5793 (mmo_write_symbols_and_terminator): Move :Main to first position
5794 in symbol array. Add faked one if it does not exist if there are
5795 other symbols. Don't add it if there are no symbols at all. Move
5796 out test for value of :Main from symbol loop. Rename table
5797 fakemain to maintable and variable mainsym to fakemain.
5798
ccf00ab6
RH
57992002-02-15 Richard Henderson <rth@redhat.com>
5800
5801 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
5802 section with no got matches any got. Simplify error generaion.
5803
88eaccc2
AM
58042002-02-15 Alan Modra <amodra@bigpond.net.au>
5805
fd96f80f
AM
5806 Support arbitrary length fill patterns.
5807 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
5808 (_bfd_default_link_order): Remove bfd_fill_link_order code.
5809 Call default_data_link_order.
5810 (default_fill_link_order): Delete.
5811 (default_data_link_order): New function.
5812 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
5813 of bfd_fill_link_order with bfd_data_link_order.
5814 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
5815 * elf64-mips.c (mips_elf64_final_link): Likewise.
5816
88eaccc2
AM
5817 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
5818 Correct value returned in "end" for "0x<non-hex>".
5819
e2fd756b
NC
58202002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
5821
5822 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
5823 (scan): Test against 'mach' field in info structure.
5824
edd29cf9
AM
58252002-02-14 Alan Modra <amodra@bigpond.net.au>
5826
5827 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
5828
1e30956e 58292002-02-14 Matt Fredette <fredette@netbsd.org>
76f57f3a
JT
5830
5831 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
5832 EF_M68000.
5833
bf36db18
NC
58342002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
5835
5836 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
edd29cf9
AM
5837 non-zero physical addresses when adjusting the LMAs of new
5838 sections.
bf36db18 5839
189c6563
AM
58402002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
5841
5842 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
5843 from _bfd_elf_hppa_gen_reloc_type.
5844 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
5845 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
5846 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
5847 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
5848
e948afaf
AO
58492002-02-12 Alexandre Oliva <aoliva@redhat.com>
5850
5851 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
5852 loading its contents if there's nothing to do in it.
5853
19397422
AM
58542002-02-12 Alan Modra <amodra@bigpond.net.au>
5855
0ad3a73b
AM
5856 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
5857 64k boundary.
5858
19397422
AM
5859 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
5860 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
5861 (ppc64_elf_finish_dynamic_sections): Set values for them.
5862
51316059
MS
58632002-02-11 Michael Snyder <msnyder@redhat.com>
5864
5865 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
5866 * elf.c (elfcore_grok_pstatus): Add prototype.
5867 (elfcore_grok_lwpstatus): Add prototype.
5868 (elfcore_write_lwpstatus): New function.
5869 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
5870
518313c3
AO
58712002-02-11 Alexandre Oliva <aoliva@redhat.com>
5872
5873 * elf32-sh.c: Added missing prototypes.
5874 * elf32-sh64.c: Likewise.
5875 (sh_elf_align_loads): Mark unused args as such.
5876 * elf64-sh64.c: Added missing prototypes.
5877 (struct elf_sh64_link_hash_entry): Fix typo.
5878 (sh_elf64_relocate_section): Fix info argument passed to
5879 _bfd_elf_section_offset.
5880
2c73f9d8
AM
58812002-02-11 Alan Modra <amodra@bigpond.net.au>
5882
5883 * Makefile.am: "make dep-am".
5884 * Makefile.in: Regenerate.
5885 * aclocal.m4: Regenerate.
5886 * config.in: Regenerate.
5887 * configure: Regenerate.
5888
d426c6b0
DJ
58892002-02-10 Daniel Jacobowitz <drow@mvista.com>
5890
5891 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
5892 variable warnings.
5893 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
5894 comparison warning.
5895 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
5896 cast warnings for the common case.
5897
e58ee0cd
HPN
58982002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
5899
5900 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
5901 vectors.
5902 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
5903 vectors.
5904
7793f4d0
RH
59052002-02-09 Richard Henderson <rth@redhat.com>
5906
5907 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
5908 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
5909 (elf64_alpha_relocate_section): Likewise.
5910 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
5911 * bfd-in2.h, libbfd.h: Rebuild.
5912
7e799044
HPN
59132002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
5914
5915 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
5916 that base-plus-offset reloc accounting is consistent.
5917 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
5918 up to date for undefined symbols.
5919
027d73eb
EC
59202002-02-08 Eric Christopher <echristo@redhat.com>
5921
5922 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5923
5924 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
5925 sections for the O32 ABI.
5926
517662d4
CD
59272002-02-08 Chris Demetriou <cgd@broadcom.com>
5928
5929 * elf32-arm.h: Fix formatting of _("...").
5930 * elf32-d10v.c: Likewise.
5931 * elf32-m68k.c: Likewise.
5932 * elf32-mips.c: Likewise.
5933
5e37cc46
NC
59342002-02-08 Ivan Guzvinec <ivang@opencores.org>
5935
5936 * coff-or32.c: Fix compile time warning messages.
5937
fbca6ad9
AO
59382002-02-08 Alexandre Oliva <aoliva@redhat.com>
5939
5940 Contribute sh64-elf.
5941 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
5942 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
5943 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
5944 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
5945 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
5946 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
5947 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
5948 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
5949 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
5950 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
5951 New relocs.
5952 * libbfd.h, bfd-in2.h: Rebuilt.
5953 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
5954 (sh_reloc_map): Map them.
5955 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
5956 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
5957 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
5958 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
5959 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
5960 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
5961 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
5962 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
5963 datalabel_got_offset.
5964 (sh_elf_link_hash_newfunc): Initialize it.
5965 (sh_elf_relocate_section): Augment the scope of
5966 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
5967 GOT and GOTOFF handling to new SHmedia relocation types. Support
5968 GOT_BIAS.
5969 (sh_elf_check_relocs): Likewise.
5970 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
5971 PLT entries using movi_shori_putval. Support GOT_BIAS.
5972 (sh_elf_finish_dynamic_sections): Likewise.
5973 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
5974 relocation, it's now done by the caller.
5975 (GOT_BIAS): New.
5976 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
5977 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
5978 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
5979 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
5980 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
5981 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
5982 sh64_elf64_hash_table): New.
5983 (sh_elf64_howto_table): Introduce new relocs.
5984 (sh_elf64_info_to_howto): Accept new PIC relocs.
5985 (sh_elf64_relocate_section): Augment the scope of
5986 seen_stt_datalabel. Support new PIC relocs.
5987 (sh_elf64_check_relocs): Support new PIC relocs.
5988 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
5989 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
5990 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
5991 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
5992 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
5993 movi_shori_putval, movi_3shori_putval,
5994 sh64_elf64_create_dynamic_sections,
5995 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
5996 sh64_elf64_size_dynamic_sections,
5997 sh64_elf64_finish_dynamic_symbol,
5998 sh64_elf64_finish_dynamic_sections): New.
5999 (elf_backend_create_dynamic-sections,
6000 bfd_elf64_bfd_link_hash_table_create,
6001 elf_backend_adjust_dynamic_symbol,
6002 elf_backend_size_dynamic_sections,
6003 elf_backend_finish_dynamic_symbol,
6004 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
6005 elf_backend_plt_readonly, elf_backend_want_plt_sym,
6006 elf_backend_got_header_size, elf_backend_plt_header_size):
6007 Define.
6008 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
6009 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
6010 match official numbers and names; moved unmaching ones to the
6011 range 0xf2-0xff.
6012 * elf32-sh64.c, elf64-sh64.c: Likewise.
6013 2001-03-12 DJ Delorie <dj@redhat.com>
6014 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
6015 sections.
6016 2001-03-12 DJ Delorie <dj@redhat.com>
6017 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
6018 be aligned.
6019 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
6020 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
6021 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
6022 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
6023 .cranges section with SEC_SORT_ENTRIES set.
6024 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
6025 incoming sorted .cranges section.
6026 (sh64_bfd_elf_copy_private_section_data): New.
6027 (sh64_elf_final_write_processing): Only sort .cranges and modify
6028 start address if called by linker.
6029 2001-01-08 Ben Elliston <bje@redhat.com>
6030 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
6031 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
6032 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
6033 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
6034 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
6035 line. Add comments before all entries.
6036 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
6037 comment.
6038 (sh_elf64_reloc): Correct head comment.
6039 (sh_elf64_relocate_section): Correct spacing.
6040 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
6041 instead call reloc_dangerous callback.
6042 <case R_SH_SHMEDIA_CODE>: New case.
6043 (sh_elf64_gc_mark_hook): Correct spacing.
6044 (sh_elf64_check_relocs): Ditto.
6045 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
6046 New case.
6047 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
6048 functions.
6049 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
6050 clarify describing comment. Add comments before all entries.
6051 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
6052 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
6053 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
6054 Sort .cranges section in final link. Prepare to set bit 0 on
6055 entry address.
6056 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
6057 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
6058 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
6059 .cranges section.
6060 (sh64_backend_section_from_shdr): New, to recognize
6061 SHT_SH5_CR_SORTED on incoming .cranges section.
6062 (elf_backend_section_from_shdr): Define.
6063 (sh64_elf_final_write_processing): Sort outgoing .cranges
6064 section. (New, temporarily disabled:) Set bit 0 on entry address
6065 according to ISA type.
6066 (sh64_find_section_for_address): New.
6067 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
6068 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
6069 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
6070 bfd_malloc, not xmalloc.
6071 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
6072 global.
6073 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
6074 temporarily disabled) setting bit 0 on entry address.
6075 (elf_backend_final_write_processing): Define.
6076 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
6077 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
6078 be a proper relocation for PTA and PTB rather than a marker.
6079 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
6080 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
6081 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
6082 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
6083 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
6084 Zero src_mask.
6085 * elf64-sh64.c: Ditto.
6086 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
6087 * elf32-sh64.c: Include opcodes/sh64-opc.h
6088 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
6089 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
6090 parameters. No unused parameters. Caller changed.
6091 <case R_SH_PT_16>: New case.
6092 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
6093 * Makefile.in: Regenerate.
6094 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
6095 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
6096 all code sections.
6097 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
6098 (sh64_elf_merge_private_data): Ditto.
6099 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
6100 to access stored section flags.
6101 (sh64_elf_final_write_processing): Return immediately unless
6102 called by linker. Use sh64_elf_section_data (cranges) to get size
6103 of linker-generated cranges entries.
6104 (sh64_elf_copy_private_data): Add missing "return true".
6105 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
6106 (sh_elf64_merge_private_data): Ditto.
6107 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
6108 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
6109 elf64-sh64.c:sh64_elf_fake_sections.
6110 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
6111 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
6112 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
6113 (sh64_elf_final_write_processing): New.
6114 (elf_backend_final_write_processing): Define.
6115 (sh64_elf_fake_sections): Get header flags from tdata field.
6116 (sh64_elf_copy_private_data): Do not call
6117 sh64_elf_copy_private_data_internal, just copy e_flags field.
6118 (sh64_elf_merge_private_data): Do not call
6119 sh64_elf_copy_private_data_internal.
6120 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
6121 Remove EF_SH64_ABI64, let ELF size make difference.
6122 Remove SH64-specific BFD section flag.
6123 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
6124 containing SHmedia through elf_section_data (asect)->tdata
6125 non-zero, not using a BFD section flag.
6126 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
6127 (sh64_elf_merge_private_data): Similar.
6128 (elf_backend_section_flags): Don't define.
6129 (sh64_elf_backend_section_flags): Delete.
6130 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
6131 not EF_SH64_ABI64.
6132 (sh_elf64_merge_private_data): Similar.
6133 * section.c (Section flags definitions): Don't define
6134 SEC_SH_ISA_SHMEDIA.
6135 (bfd-in2.h): Regenerate.
6136 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
6137 Make DataLabel references work with partial linking.
6138 * elf32-sh64.c: Fix formatting.
6139 (sh64_elf_link_output_symbol_hook): New.
6140 (elf_backend_link_output_symbol_hook): Define to
6141 sh64_elf_link_output_symbol_hook.
6142 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
6143 undefined if partial linking. Adjust sanity check.
6144 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
6145 (elf_backend_link_output_symbol_hook): Define to
6146 sh64_elf64_link_output_symbol_hook.
6147 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
6148 undefined if partial linking. Adjust sanity check.
6149 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
6150 Implement semantics for inter-file DataLabel references.
6151 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
6152 (sh64_elf64_add_symbol_hook): New.
6153 (sh_elf64_relocate_section): If passing an indirect symbol with
6154 st_type STT_DATALABEL on the way to a symbol with st_other
6155 STO_SH5_ISA32, do not bitor 1 to the relocation.
6156 (elf_backend_add_symbol_hook): Define to
6157 sh64_elf64_add_symbol_hook.
6158 * elf64-sh32.c: Tweak comments.
6159 (DATALABEL_SUFFIX): Define.
6160 (sh64_elf_add_symbol_hook): New.
6161 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
6162 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
6163 symbol with st_type STT_DATALABEL on the way to a symbol with
6164 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
6165 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
6166 Pass through STT_DATALABEL.
6167 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
6168 (elf_backend_get_symbol_type): Define.
6169 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
6170 (elf_backend_get_symbol_type): Define.
6171 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
6172 * elf32-sh64.c: Tweak comments.
6173 (sh64_elf_copy_private_data_internal): Add prototype.
6174 (bfd_elf32_bfd_set_private_flags): Define.
6175 (sh64_elf_copy_private_data_internal): Compare machine name, not
6176 textual BFD target name, to check whether to copy section flag
6177 SHF_SH5_ISA32.
6178 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
6179 Tweak section-contents-type-mismatch message.
6180 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
6181 Validize reloc-types.
6182 * elf64-sh64.c: New file.
6183 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
6184 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
6185 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
6186 Regenerate dependencies.
6187 * Makefile.in: Regenerate.
6188 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
6189 bfd_elf64_sh64l_vec.
6190 * configure.in: Handle bfd_elf64_sh64_vec and
6191 bfd_elf64_sh64l_vec.
6192 * configure: Regenerate.
6193 * po/POTFILES.in: Regenerate.
6194 * po/bfd.pot: Regenerate.
6195 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
6196 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
6197 anything else but EF_SH64 and EF_SH64_ABI64.
6198 (sh64_elf_merge_private_data): Emit error for anything else but
6199 EF_SH64 and EF_SH64_ABI64.
6200 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
6201 from targ_selvecs.
6202 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
6203 bfd_elf32_sh64l_vec as a temporary measure.
6204 * configure: Regenerate.
6205 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
6206 * cpu-sh.c (arch_info_struct): Include sh5 item
6207 unconditionalized.
6208 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
6209 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
6210 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
6211 * elf32-sh64.c: Tweak comments.
6212 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
6213 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
6214 (sh64_elf_copy_private_data_internal): Wrap long line.
6215 (sh64_elf_merge_private_data): Rewrite to allow objects from
6216 SH64 subsets to be linked together.
6217 (INCLUDE_SHMEDIA): Define.
6218 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
6219 Parenthesize plus-expression inside or-expression.
6220 <global symbol>: Ditto.
6221 (sh_elf_set_mach_from_flags): Remove code refusing
6222 deleted EF_SH64_32BIT_ABI flag.
6223 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
6224 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
6225 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
6226 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
6227 (sh_elf_relocate_section) <local symbol>: Or 1 in
6228 calculation of relocation if sym->st_other & STO_SH5_ISA32.
6229 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
6230 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
6231 relocation.
6232 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
6233 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
6234 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
6235 Regenerate dependencies.
6236 * Makefile.in: Regenerate.
6237 * archures.c: Add bfd_mach_sh5.
6238 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
6239 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
6240 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
6241 * configure: Regenerate.
6242 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
6243 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
6244 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
6245 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
6246 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
6247 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
6248 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
6249 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
6250 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
6251 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
6252 in item for SH5.
6253 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
6254 for SHmedia relocs.
6255 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
6256 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
6257 shmedia_prepare_reloc, goto final_link_relocate if it returns
6258 non-zero, else fail as before.
6259 (sh_elf_set_mach_from_flags): Provide function only if not defined
6260 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
6261 (sh_elf_set_private_flags): Provide function only if not defined
6262 as a macro.
6263 (sh_elf_copy_private_data): Similar.
6264 (sh_elf_merge_private_data): Similar.
6265 * section.c (SEC_SH_ISA_SHMEDIA): New.
6266 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
6267 * elf32-sh64.c: New file.
6268 * libbfd.h: Regenerate.
6269 * bfd-in2.h: Regenerate.
6270 * po/POTFILES.in: Regenerate.
6271 * po/bfd.pot: Regenerate.
6272 * bfd-in2.h: Regenerate.
6273 * libbfd.h: Regenerate.
6274
e108f470
DJ
62752002-02-07 Daniel Jacobowitz <drow@mvista.com>
6276
6277 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
6278 been included, not drag it in.
6279 * bfd-in2.h: Regenerate.
6280
259d18a3
L
62812002-02-06 H.J. Lu (hjl@gnu.org)
6282
6283 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
6284 the mach and ISA fields if necessary.
6285
f13b834e
NC
62862002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
6287
6288 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
6289 ARM architecture when an F_ARM_5 flag is detected, since we cannot
6290 be sure exactly which architecture this represents.
6291
82f6addb
NC
62922002-02-05 Nick Clifton <nickc@redhat.com>
6293
6294 * po/tr.po: Updated translation.
6295
899f54f5
AM
62962002-02-05 Alan Modra <amodra@bigpond.net.au>
6297
6298 From Jimi X <jimix@watson.ibm.com>
6299 * archures (bfd_mach_ppc64): Define.
6300 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
6301 (bfd_powerpc_arch): Define.
6302 * bfd-in2.h: Regenerate.
6303 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
6304 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
6305 (bfd_powerpc_archs): Add default powerpc64 arch.
6306
248866a8
AM
63072002-02-05 Alan Modra <amodra@bigpond.net.au>
6308
6309 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
6310 against section syms in readonly sections. Don't do the global
6311 sym check if we find one.
6312 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
6313 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
0a6958db 6314 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
248866a8
AM
6315 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
6316 (elf_s390_grok_prstatus): Add missing prototype.
6317
4fa5c2a8
HPN
63182002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
6319
6320 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
6321 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
6322 Call bfd_get_section_by_name only once. Initialize
6323 bpodata->n_bpo_relocs_this_section.
6324 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
6325 referring to DSOs.
6326 (bpo_reloc_request_sort_fn): Don't use difference of values as
6327 return-value.
6328
537c972e
DB
63292002-02-02 David O'Brien <obrien@FreeBSD>
6330
6331 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
6332 version 4.5 and later the same as 5-CURRENT.
6333 * configure: Re-generate.
6334
006336b8
JT
63352002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
6336
6337 * config.bfd (hppa*-*-netbsd*): New target.
6338
6c571f00
PT
63392002-01-31 Philipp Thomas <pthomas@suse.de>
6340
19397422
AM
6341 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
6342 to front of message. Unify messages with elf32-arm.h. Use
6343 commas where neccessary.
6344 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
6345 ERROR in messages. Unify messages with coff-arm.c. Correct
6346 VFP/FPA error message.
6347 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
6348 APCS-32 for translation.
6c571f00 6349
930b4cb2
HPN
63502002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
6351
6352 Perform on-demand global register allocation from
6353 R_MMIX_BASE_PLUS_OFFSET relocs.
6354 * elf64-mmix.c (struct bpo_reloc_section_info, struct
6355 bpo_reloc_request, struct bpo_greg_section_info): New.
6356 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
6357 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
6358 _bfd_mmix_check_all_relocs,
6359 _bfd_mmix_prepare_linker_allocated_gregs,
6360 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
6361 (elf_mmix_howto_table): Correct src_mask for most relocs.
6362 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
6363 case.
6364 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
6365 case. Fix typo in comment. New label do_mmix_reloc.
6366 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
6367 store first object file with a base-plus-offset reloc. Call
6368 mmix_elf_check_common_relocs for the part common with mmo.
6369 (mmix_elf_final_link): Write out linker-allocated register
6370 contents section.
6371 (elf_backend_gc_sweep_hook): Define.
6372 (bfd_elf64_bfd_relax_section): Define.
6373
6374 * mmo.c: Don't include <ctype.h>
6375 (mmo_init): Correct init-once logic.
6376
3e36d993
TR
63772002-02-01 Tom Rix <trix@redhat.com>
6378
6379 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
6380
ba323545
AM
63812002-02-01 Alan Modra <amodra@bigpond.net.au>
6382
6383 * Makefile.am: Run "make dep-am"
6384 * Makefile.in: Regenerate.
6385
012884d6
DB
63862002-01-31 David O'Brien <obrien@FreeBSD>
6387
6388 * configure.in: Recognize the differences in core files from FreeBSD
6389 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
6390 5-CURRENT.
6391 * configure: Regenerate.
6392
3b16e843
NC
63932002-01-31 Ivan Guzvinec <ivang@opencores.org>
6394
6395 * coff-or32.c: New file.
6396 * cpu-or32.c: New file.
6397 * elf32-or32.c: New file.
6398 * archures.c: Add support for or32.
6399 * targets.c: Add support for or32.
6400 * bfd-in2.h: Regenerate.
7dc0ab31 6401 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3b16e843
NC
6402 coff_write_object_contents): Add support for or32.
6403 * config.bfd: Add target.
6404 * configure.in: Add support for or32.
6405 * configure: Regenerate.
6406 * Makefile.am: Add support for or32.
6407 * Makefile.in: Regenerate.
3b16e843
NC
6408 * po/SRC-POTFILES.in: Add or32 files.
6409 * po/bfd.pot: Regenerate.
7dc0ab31 6410
caf8ca8e
NC
64112002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
6412 Don Lindsay <lindsayd@cisco.com>
6413
6414 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
6415 false' with a return of a bfd_reloc_ error code.
6416
e5dfef09
HPN
64172002-01-31 Hans-Peter Nilsson <hp@axis.com>
6418
6419 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
6420 unexport unreferenced symbols when --export-dynamic. Call
6421 _bfd_elf_strtab_delref when unexporting.
6422
4e4770d0
DJ
64232002-01-30 Daniel Jacobowitz <drow@mvista.com>
6424
6425 * bfd-in.h: Include <stdbool.h> if it is available.
6426 * bfd-in2.h: Regenerated.
6427
e1fa50e7
AM
64282002-01-31 Alan Modra <amodra@bigpond.net.au>
6429
6430 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
6431 not go via the plt.
6432
b5f79c76
NC
64332002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
6434
b5f79c76
NC
6435 * archures.c: Tidy up formatting of embedded comments.
6436 * bfd.c: Tidy up formatting of embedded comments.
7dc0ab31 6437 * bfd-in.h: Fix formatting of comments.
b5f79c76
NC
6438 * reloc.c: Tidy up formatting of ordinary & embedded comments.
6439 * section.c: Tidy up formatting of embedded comments.
6440 * syms.c: Tidy up formatting of embedded comments.
6441 * targets.c: Tidy up formatting of embedded comments.
6442
6443 * bfd-in2.h: Regenerate.
6444
ca09e32b
NC
64452002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
6446
6447 * vms-tir.c (cmd_name): New function.
6448 (tir_cmd_name): New function.
6449 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
6450 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
6451 Fix formatting.
7dc0ab31 6452
ca09e32b
NC
6453 * peXXigen.c (pe_print_idata): Rearrange message to aid in
6454 translation.
6455 (pe_print_pdata): Rearrange message to aid in translation.
6456
6457 * libbfd.c (warn_deprecated): Rearrange error message to aid in
6458 translation.
6459
6460 * ihex.c (ihex_write_object_contents): Fix spelling typo.
6461
6462 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
6463
6464 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
6465 message to aid in translation.
6466
6467 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
6468 to aid in translation.
6469
6470 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
6471
7dc0ab31 64722002-01-30 Philipp Thomas <pthomas@suse.de>
ae1a89b7
PT
6473
6474 * coff-arm.c, elf32-elf.h: Unify messages.
6475
05f64ac6
NC
64762002-01-30 Nick Clifton <nickc@redhat.com>
6477
6478 * po/sv.po: Updated translation.
6479
f5a3e38a
NC
64802002-01-30 Philipp Thomas <pthomas@suse.de>
6481
6482 * dwarf2.c (read_abbrev): Use full section name in error message.
6483 (decode_line_info): Likewise.
661a3fd4
NC
6484
6485 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
6486 message.
6487
d926e03d
AM
64882002-01-30 Alan Modra <amodra@bigpond.net.au>
6489
6490 * elf64-ppc.c (func_desc_adjust): Only provide missing function
6491 descriptor symbols for undefined function code syms. Clear
6492 ELF_LINK_NON_ELF so that they can stay weak.
6493
030d18fb 64942002-01-29 Chris Demetriou <cgd@broadcom.com>
7dc0ab31 6495 Mitch Lichtenberg <mpl@broadcom.com>
030d18fb
CD
6496
6497 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
6498 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
6499 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
6500 generation.
6501 * bfd-in2.h: Regenerate.
6502
fcc76bea
CD
65032002-01-29 Chris Demetriou <cgd@broadcom.com>
6504
6505 * elf32-mips.c: Add additional comments about HI16 relocation
6506 processing.
6507 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
6508 pc-relative relocations. (Reverts change made on 2001-10-31.)
6509 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
6510 for pc-relative relocations.
6511 (mips_elf_calculate_relocation): Add a comment about a kludge
6512 in the R_MIPS_GNU_REL_HI16 handling.
6513 (_bfd_mips_elf_relocate_section): Implement that kludge;
6514 adjust pc-relative HI16 relocation for difference in HI16 and
6515 LO16 addresses, since it can't easily be done in
6516 mips_elf_calculate_relocation.
6517
f9cd9119
MS
65182002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
6519
6520 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
6521 relocations with PC32 relocations for undefined or weak symbols.
6522 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
6523 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
6524
702248bb
JT
65252002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
6526
6527 * elfcore.h (elf_core_file_p): Improve comment for last change.
6528
4867be41
DJ
65292002-01-27 Daniel Jacobowitz <drow@mvista.com>
6530
6531 * configure: Regenerated.
6532
a94cef6a
JT
65332002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
6534
6535 * elfcore.h (elf_core_file_p): Set the machine architecture
6536 before processing the program headers.
6537
7562a296
HPN
65382002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
6539
966abd70
HPN
6540 * configure.in <64-bit configuration>: If using gcc, check and
6541 emit error for egcs-1.1.2.
6542 * configure: Regenerate.
6543
e8eab623
NC
65442002-01-26 Egor Duda <deo@logos-m.ru>
6545
6546 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
6547 as possible to avoid stack corruption.
6548
73896efb
RH
65492002-01-26 Richard Henderson <rth@redhat.com>
6550
6551 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
6552 for non-allocated sections.
6553
65542002-01-25 Mark Kettenis <kettenis@gnu.org>
c106e334
MK
6555
6556 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
6557 prstat.pr_reg even if it is a struct.
6558
73896efb 65592002-01-25 Steve Ellcey <sje@cup.hp.com>
254ed743 6560
c5cd6d62 6561 * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
254ed743 6562
3d66c4f7
NC
65632002-01-25 Philipp Thomas <pthomas@suse.de>
6564
6565 * coffgen.c (coff_print_symbol): Don't mark info message
6566 for translation.
6567
9460ecda
NC
65682002-01-25 Nick Clifton <nickc@redhat.com>
6569
6570 * po/fr.po: Updated translation.
6571 * po/es.po: Updated translation.
6572
cc9ff76a
AM
65732002-01-25 Philipp Thomas <pthomas@suse.de>
6574
6575 * coff-alpha.c (alpha_relocate_section): Unify warning message
6576 for GP relative relocations without GP defined.
6577 * coff-mips.c (mips_relocate_section): Likewise.
6578
c68836a9
AM
65792002-01-25 Alan Modra <amodra@bigpond.net.au>
6580
6581 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
6582 unsigned overflow when new_offset < old_offset.
6583
e8eab623 65842002-01-24 Philipp Thomas <pthomas@suse.de>
391154e9
NC
6585
6586 * bfd.c (_bfd_abort): Fix typo.
6587
8ba89f17
RH
65882002-01-23 Richard Henderson <rth@redhat.com>
6589
6590 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
6591 plt entries for undefweak symbols.
6592
c6953948
NC
65932002-01-23 Steve Ellcey <sje@cup.hp.com>
6594
c5cd6d62 6595 * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
c6953948
NC
6596 (bfd_elf64_ia64_hpux_big_vec): Ditto.
6597 (bfd_elf32_h8300_vec): Ditto.
6598
41bd81ab
AM
65992002-01-23 Alan Modra <amodra@bigpond.net.au>
6600
6601 * elf64-ppc.c: Remove stale part of ABI comment.
6602 (NO_OPD_RELOCS): Define.
6603 (ppc64_elf_check_relocs): Use it.
6604 (ppc64_elf_relocate_section): Here too.
6605 (build_one_stub): Don't point function syms at the stub. Instead,
6606 hijack plt.offset.
6607 (ppc64_elf_relocate_section): Check whether REL24 relocs should
6608 really go to the stub. Make all dynamic relocs in opd against
6609 locals.
6610 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
6611 plt.offset.
6612
f304919d
RH
66132002-01-22 Richard Henderson <rth@redhat.com>
6614
6615 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
6616
c0ef99a7
AM
66172002-01-22 Alan Modra <amodra@bigpond.net.au>
6618
60ee0d4a
AM
6619 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
6620 TOC_BASE_OFF adjustment.
6621
c0ef99a7
AM
6622 * Makefile.am: Run "make dep-am".
6623 * Makefile.in: Regenerate.
6624 * po/SRC-POTFILES.in: Regenerate.
6625
64328b46
AM
66262002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
6627
6628 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
6629 host defines.
6630
59953665 66312002-01-21 Hans-Peter Nilsson <hp@axis.com>
58255df3
HPN
6632
6633 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
6634 Check for and emit error if sgot is NULL at this point.
6635
9596feea
JT
66362002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
6637
6638 * config.bfd (ia64*-*-netbsd*): New target.
6639
7b45c6e1
AM
66402002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
6641
6642 * som.c (som_write_space_strings): Comment typo fix.
6643
e5094212
AM
66442002-01-21 Alan Modra <amodra@bigpond.net.au>
6645
e86ce104
AM
6646 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
6647 is_func_descriptor fields.
6648 (link_hash_newfunc): Init them.
6649 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
6650 dot are candidates for plt entries. When processing .opd relocs,
6651 set function descriptor strings to point inside function code
6652 string, and set new ppc_link_hash_entry fields.
6653 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
6654 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
6655 function descriptors. It's now done in..
6656 (func_desc_adjust): New.
6657 (ppc64_elf_func_desc_adjust): New.
6658 (define elf_backend_always_size_sections): Define.
6659 (ppc64_elf_hide_symbol): New.
6660 (define elf_backend_hide_symbol): Define.
6661 (allocate_dynrelocs): Remove code looking up function descriptors
6662 as that has been done earlier.
6663 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
6664 table.
6665 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
6666 up function descriptor.
6667 (build_one_stub): Look up the function code sym. Check for
6668 invalid plt offsets.
6669 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
6670 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
6671
e5094212
AM
6672 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
6673 boolean param.
6674 (_bfd_elf_link_hash_hide_symbol): Likewise.
6675 * elflink.h (elf_link_add_object_symbols): Adjust call to
6676 elf_backend_hide_symbol.
6677 (elf_fix_symbol_flags): Likewise.
6678 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
6679 than bfd_alloc.
6680 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
6681 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
6682 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
6683 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
6684 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
6685 and adjust to suit.
6686 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
6687 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
6688 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
6689
40b8271b
AM
66902002-01-18 Alan Modra <amodra@bigpond.net.au>
6691
6692 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
6693 dynamic function descriptor symbol, not the associated function
6694 symbol.
6695
55baa95b
EC
66962002-01-17 Eric Christopher <echristo@redhat.com>
6697
6698 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
6699
328577ad
NC
67002002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
6701
6702 * po/bfd.pot: Regenerate.
6703 * po/fr.po: Regenerate.
6704
af746e92
AM
67052002-01-17 Alan Modra <amodra@bigpond.net.au>
6706
6707 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
6708 Remove "Elf_Internal_Shdr *" param.
6709 (_bfd_mips_elf_section_from_bfd_section): Ditto.
6710 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
6711 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
6712 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
6713 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
6714 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
6715 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
6716 function to override special sections. Remove hdr arg from
6717 backend call, and don't loop.
6718
175e9962
EC
67192002-01-16 Eric Christopher <echristo@redhat.com>
6720
6721 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
6722 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
6723 relocations requiring gp0 and gp.
6724
96a846ea
RE
67252002-01-16 Richard Earnshaw <rearnsha@arm.com>
6726
175e9962 6727 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
96a846ea
RE
6728 EF_ARM_VFP_FLOAT.
6729 (elf32_arm_print_private_bfd_data): Likewise.
6730
af3ae48d
NC
67312002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
6732
6733 * po/tr.po: Import new version.
6734
10ed1bba
AM
67352002-01-16 Alan Modra <amodra@bigpond.net.au>
6736
6737 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
6738 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
6739 (ORI_R0_R0_0): Correct.
6740
5d1634d7
AM
67412002-01-16 Alan Modra <amodra@bigpond.net.au>
6742
6743 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
6744 when plt_not_loaded.
6745 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
6746 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
6747 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
6748 (ppc64_elf_glink_code): Delete.
6749 (PPC64_ELF_GLINK_SIZE): Delete.
6750 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
6751 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
6752 ORI_R0_R0_0): Define.
6753 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
6754 (struct ppc_link_hash_table): Add sstub and plt_overflow.
6755 (ppc64_elf_link_hash_table_create): Init them.
6756 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
6757 Don't copy to shared lib.
6758 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
6759 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
6760 (allocate_dynrelocs <plt>): Don't change function sym here. Make
6761 room for .stub and .glink code.
6762 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
6763 DT_PPC64_GLINK.
6764 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
6765 bfd_elf64_bfd_final_link.
6766 (bfd_elf64_bfd_final_link): Don't define.
6767 (ppc64_elf_size_stubs): New.
6768 (build_plt_stub): New.
6769 (build_one_stub): New.
6770 (ppc64_elf_build_stubs): New.
6771 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
6772 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
6773 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
6774 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
6775 case output sections not separate. Adjust DT_RELASZ to not
6776 include plt relocs. Set reserved got entry. Set got and plt
6777 entry size.
6778 (elf_backend_got_header_size): Set to 8.
6779 * elf64-ppc.h: New file.
6780
c601ffdb
AM
67812002-01-16 Alan Modra <amodra@bigpond.net.au>
6782
6783 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
6784 sections, use bfd_section_list_remove.
6785 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
6786 * elflink.h (elf_link_add_object_symbols): When removing all
6787 sections, use bfd_section_list_clear.
6788
8fb4cb7f
NC
67892002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
6790
6791 * po/sv.po: New file: Swedish translation.
6792 * configure.in (ALL_LINGUAS): Add sv.
6793 * configure: Regenerate.
6794
d3c456e9
JJ
67952002-01-15 Jakub Jelinek <jakub@redhat.com>
6796
6797 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
6798 * elf.c (merge_sections_remove_hook): New function.
6799 (_bfd_elf_merge_sections): Pass it as 3rd argument to
6800 _bfd_merge_sections.
6801 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
6802 * libbfd.h: Rebuilt.
6803 * merge.c (_bfd_merge_sections): Add remove_hook argument.
6804 Call remove_hook if a SEC_EXCLUDE section is encountered.
6805
1f7fd478
NC
68062002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
6807
6808 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
6809 (xstormy16_reloc_map): Initialise new field with correct howto
6810 table.
6811 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
6812 howto entry.
6813
b87011e9
MS
68142002-01-10 Michael Snyder <msnyder@redhat.com>
6815
6816 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
6817 (elfcore_write_pstatus): Use long instead of pid_t;
6818 * elf-bfd.h: Change prototypes to use long instead of pid_t;
6819
175e9962 68202002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
b4db1224
JT
6821
6822 * elf.c: Update copyright years.
6823 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
6824 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
6825
7c76fa91
MS
68262002-01-08 Michael Snyder <msnyder@redhat.com>
6827
6828 Add capability to write corefile note sections, for gdb.
6829 * elf.c (elfcore_write_note): New function.
6830 (elfcore_write_prpsinfo): New function.
6831 (elfcore_write_prstatus): New function.
6832 (elfcore_write_pstatus): New function.
6833 (elfcore_write_prfpreg): New function.
6834 (elfcore_write_prxfpreg): New function.
97996af6 6835 * elf-bfd.h: Add prototypes for above functions.
7c76fa91 6836
e1fddb6b
AO
68372002-01-08 Alexandre Oliva <aoliva@redhat.com>
6838
6839 * elf.c (elf_fake_sections): Propagate errors from
6840 elf_backend_fake_section.
6841
8d05742f
JT
68422002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
6843
6844 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
6845 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
6846 (elf32-sh-nbsd.lo): New rule.
6847 * Makefile.in: Regenerate.
6848 * config.bfd (sh*le-*-netbsdelf*): New target.
6849 (sh*-*-netbsdelf*): New target.
6850 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
6851 (bfd_elf32_shnbsd_vec): New vector.
6852 (bfd_elf32_shlnbsd_vec): New vector.
6853 * configure: Regenerate.
6854 * elf32-sh-nbsd.c: New file.
6855 * targets.c: Update copyright years.
175e9962 6856 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
8d05742f
JT
6857 bfd_elf32_shnbsd_vec.
6858
1dba4cb4
AH
68592002-01-07 Aldy Hernandez <aldyh@redhat.com>
6860
6861 * coff-rs6000.c (READ20): Use bfd_scan_vma.
6862
47b22aef
GK
68632002-01-07 Geoffrey Keating <geoffk@redhat.com>
6864
6865 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
6866 of a symbol in a section that will be deleted.
6867
be2d1673
NC
68682002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
6869
6870 * po/es.po: New file: Spanish translation.
6871 * configure.in (ALL_LINGUAS): Add es.
6872 * configure: Regenerate.
6873
d9cf1b54
AM
68742002-01-06 Steve Ellcey <sje@cup.hp.com>
6875
6876 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
6877 argument so we can handle HP-UX specially.
6878 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
6879 (elfNN_hpux_backend_section_from_bfd_section): New for support
6880 of SHN_IA_64_ANSI_COMMON.
6881 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
6882 (is_unwind_section_name): Add special HP-UX support.
6883 (elfNN_ia64_section_from_shdr): Add support for more sections.
6884 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
6885 add support for more sections.
6886 (elfNN_ia64_additional_program_headers): Modify
6887 is_unwind_section_name call.
6888 (elfNN_ia64_modify_segment_map): Remove assumption that there is
6889 only one unwind section in segment.
6890
3f3c5c34
AM
68912002-01-06 Alan Modra <amodra@bigpond.net.au>
6892
6893 * syms.c (_bfd_generic_make_empty_symbol): New function.
6894 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
6895 _bfd_generic_make_empty_symbol.
6896 * libbfd.h: Regenerate.
6897 * bfd-in2.h: Regenerate.
6898 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
6899 (hppabsd_core_get_symtab_upper_bound): Don't define.
6900 (hppabsd_core_get_symtab): Likewise.
6901 (hppabsd_core_print_symbol): Likewise.
6902 (hppabsd_core_get_symbol_info): Likewise.
6903 (hppabsd_core_bfd_is_local_label_name): Likewise.
6904 (hppabsd_core_get_lineno): Likewise.
6905 (hppabsd_core_find_nearest_line): Likewise.
6906 (hppabsd_core_bfd_make_debug_symbol): Likewise.
6907 (hppabsd_core_read_minisymbols): Likewise.
6908 (hppabsd_core_minisymbol_to_symbol): Likewise.
6909 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
6910 Formatting fixes.
6911 * hpux-core.c: Similarly.
6912 * irix-core.c: Similarly.
6913 * osf-core.c: Similarly.
6914 * sco5-core.c: Similarly.
6915 * binary.c (binary_make_empty_symbol): Remove function, define as
6916 _bfd_generic_make_empty_symbol.
6917 * ihex.c (ihex_make_empty_symbol): Likewise.
6918 * mmo.c (mmo_make_empty_symbol): Likewise.
6919 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
6920 * srec.c (srec_make_empty_symbol): Likewise.
6921 * versados.c (versados_make_empty_symbol): Likewise.
6922 * vms.c (_bfd_vms_make_empty_symbol): Remove.
6923 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
6924 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
6925 rather than _bfd_vms_make_empty_symbol.
6926 * vms-misc.c (new_symbol): Likewise.
6927
3f0a7f7f
AM
69282002-01-05 Alan Modra <amodra@bigpond.net.au>
6929
9e7b37b3
AM
6930 * section.c (bfd_section_init): Remove unnecessary initialisations.
6931 (bfd_section_list_clear): New function.
6932 (bfd_section_list_remove, bfd_section_list_insert): New macros.
6933 (_bfd_strip_section_from_output): Use them.
6934 * coffcode.h (coff_set_alignment_hook): Likewise.
6935 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
6936 * elf64-mips.c (mips_elf64_final_link): Likewise.
6937 * elf64-mmix.c (mmix_elf_final_link): Likewise.
6938 * sunos.c (sunos_add_dynamic_symbols): Likewise.
6939 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
6940 * bfd-in2.h: Regenerate.
6941
6942 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
6943 rather than doing our own section handling. Clean up after errors
6944 with bfd_release and bfd_section_list_clear. Handle unexpected
6945 flags.
6946 * aoutf1.h (sunos4_core_file_p): Likewise.
6947 * aix386-core.c (aix386_core_file_p): Likewise.
6948 * cisco-core.c (cisco_core_file_validate): Likewise.
6949 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
6950 * trad-core.c (trad_unix_core_file_p): Likewise.
6951
6952 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
6953 with bfd_release and bfd_section_list_clear.
6954 * hpux-core.c (hpux_core_core_file_p): Likewise.
6955 * irix-core.c (irix_core_core_file_p): Likewise.
6956 * lynx-core.c (lynx_core_file_p): Likewise.
6957 * osf-core.c (osf_core_core_file_p): Likewise.
6958 * rs6000-core.c (rs6000coff_core_p): Likewise.
6959 * sco5-core.c (sco5_core_file_p): Likewise.
6960
3f0a7f7f
AM
6961 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
6962 sign extension adjustments without conditionals.
6963
a3aa38ee
JJ
69642002-01-04 Jakub Jelinek <jakub@redhat.com>
6965
6966 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
6967 CIE at .eh_frame start is removed due to no FDEs referencing it.
6968
8a8b2d4b
AJ
69692002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6970
6971 * config.bfd (x86_64-*-netbsd*): New target.
6972 * configure.in (x86_64-*-netbsd*): Set COREFILE
6973 to netbsd-core.lo.
6974 * configure: Regenerated.
6975
04b5af89
TR
69762002-01-03 Tom Rix <trix@redhat.com>
6977
6978 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
6979 for recent bfd_make_section_anyway change.
6980
51c5503b
NC
69812002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
6982
6983 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
6984 R_ARM_THM_PC11 reloc.
6985
07f7c046
NC
69862002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
6987
6988 * configure.in (LINGUAS): Add ja.
6989 * configure: Regenerate.
6990 * po/ja.po: Import from translation project's web site.
6991
5eefb65f
NC
69922002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
6993
6994 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
6995 messages to ease translation into other languages.
6996
39e90f10 6997For older changes see ChangeLog-0001
56882138
AM
6998\f
6999Local Variables:
7000mode: change-log
7001left-margin: 8
7002fill-column: 74
7003version-control: never
7004End: