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