]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
Remove use of concat() inside concat_filename()
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
af3ef9fe
NC
12003-04-01 Nick Clifton <nickc@redhat.com>
2
3 * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
4 instead of concat().
5 (decode_line_info): Only free filename if it is not NULL.
6
6e84a906
DJ
72003-03-31 Andreas Schwab <schwab@suse.de>
8 Daniel Jacobowitz <drow@mvista.com>
9
10 * simple.c (bfd_simple_get_relocated_section_contents): Add
11 parameter symbol_table. Optionally use it instead of the symbol
12 table from the bfd. Save and restore output offsets and output
13 sections around bfd_get_relocated_section_contents. Fix a memory
14 leak.
15 (simple_save_output_info, simple_restore_output_info): New
16 functions.
17 * bfd-in2.h: Regenerate.
18 * dwarf2.c (read_abbrevs): Use
19 bfd_simple_get_relocated_section_contents instead of
20 bfd_get_section_contents.
21 (decode_line_info): Likewise.
22 (_bfd_dwarf2_find_nearest_line): Likewise. Don't call
23 find_rela_addend.
24 (find_rela_addend): Remove.
25 * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for
26 debugging sections.
27 (elfNN_ia64_hash_table_create): Create the hash table with malloc,
28 not bfd_zalloc.
29
5ed6aba4
NC
302003-03-31 David Heine <dlheine@suif.stanford.edu>
31
32 * aoutx.h (aout_link_hash_table_create): Use bfd_malloc instead of
33 bfd_alloc.
34 * dwarf2.c (concat_filename): Always allocate space for the
35 returned filename.
36 (decode_line_info): Free the allocated filename returned by
37 concat_filename.
38 * elf-eh-frame.c (bfd_elf_write_section_eh_frame): Fix memory leaks.
39 * elf.c (copy_private_bfd_data): Likewise.
40 (_bfd_elf_slurp_version_tables): Fix bug freeing contents pointer.
41 * elflink.h (elf_link_sort_relocs): Fix memory leak.
42 * format.c (bfd_check_format_matches): Likewise.
43 * linker.c (bfd_generic_final_link): Likewise.
44 * opncls.c (find_separate_debug_info): Likewise.
45 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
46
5941afc1
L
472003-03-28 H.J. Lu <hjl@gnu.org>
48
49 * elflink.h (elf_link_add_object_symbols): Correctly combine
50 visibilities.
51
9d73f260
JJ
522003-03-27 Jakub Jelinek <jakub@redhat.com>
53
54 * elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
55 to -1 before recomputing got offsets.
56
a5ad465a
AS
572003-03-26 Andreas Schwab <schwab@suse.de>
58
59 * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
60 (elf_m68k_relocate_section): Use it to correctly handle symbols
61 forced to be local.
62 (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
63 entries for symbols that are forced to be local.
64
d0647110
AO
652003-03-25 Alexandre Oliva <aoliva@redhat.com>
66
67 * elfxx-mips.c (_bfd_mips_relax_section): New function.
68 * elfxx-mips.h (_bfd_mips_relax_section): Declare.
69 * elfn32-mips.c, elf64-mips.c: Use it.
70
e16bb312
NC
712003-03-25 Stan Cox <scox@redhat.com>
72 Nick Clifton <nickc@redhat.com>
73
74 Contribute support for Intel's iWMMXt chip - an ARM variant:
75
76 * archures.c: Add bfd_mach_arm_iWMMXt.
77 * reloc.c: Add BFD_RELOC_ARM_CP_OFF_IMM_S2.
78 * bfd-in2.h: Regenerate.
79 * libbfd.h: Regenerate.
80 * coff-arm.c (coff_arm_merge_private_bfd_data): Allow iWMMXt
81 object files to be linked with XScale ones.
82 (coff_arm_final_link_postscript): Update note section.
83 * coffcode.h (coff_set_arch_mach_hook): Handle note section.
84 * coffgen.c (coff_real_object_p): Call bfd_coff_set_arch_mach_hook
85 after identifying a coff binary.
86 * cpu-arm.c (processors): Add iWMMXt.
87 (arch_inf): Likewise.
88 * elf32-arm.h (arm_object_p): Handle note section.
89 (elf32_arm_merge_private_bfd_data): Allow iWMMXt object files to
90 be linked with XScale ones.
91 (elf32_arm_section_flags): New function: Set flags on note section.
92 (elf32_arm_final_write_processing): Handle note section.
93
25f14c34
DD
942003-03-21 DJ Delorie <dj@redhat.com>
95
96 * elf32-xstormy16.c (elf32_xstormy16_relocate_section): Call
97 _bfd_elf_rela_local_sym.
98
04b3329b
L
992003-03-20 H.J. Lu <hjl@gnu.org>
100
101 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for
102 non-ELF outputs.
103
c25cfdf8
NC
1042003-03-20 Nick Clifton <nickc@redhat.com>
105
106 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and
107 $idata5 in case bfd_coff_final_link is not called.
108
3e1d7f19
JJ
1092003-03-19 Jakub Jelinek <jakub@redhat.com>
110
111 * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
112 field.
113 (canon_reloc_count): Define.
114 (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
115 sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
116 reloc_count.
117 (sparc64_elf_canonicalize_reloc): New routine.
118 (bfd_elf64_canonicalize_reloc): Define.
119
3fa1d917
JJ
1202003-03-18 Jakub Jelinek <jakub@redhat.com>
121
122 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
123 againt mergeable sections. Take r_addend into account when caching
124 trampolines.
125
f86b235a
RH
1262003-03-18 Richard Henderson <rth@redhat.com>
127
128 * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
129 local symbols that have no dyninfo.
130
49ae03bf
NC
1312003-03-14 Gene Smith <gene.smith@siemens.com>
132
133 * ieee.c (ieee_write_expression): Handle the case where symbol is
134 NULL.
135 General formatting improvements.
136
6a457e5c
NC
1372003-03-13 Nick Clifton <nickc@redhat.com>
138
139 * configure.in (LINGUAS): Add zh_CN.
140 * configure: Regenerate.
141 * po/zh_CN.po: New file.
142
93516ec3
NC
1432003-03-13 Elias Athanasopoulos <elathan@phys.uoa.gr>
144
145 * aout-cris.c (BYTES_IN_WORD): Don't define.
146 aout-encap.c: Likewise.
147 aout-ns32k.c: Likewise.
148 aout-tic30.c: Likewise.
149 hp300bsd.c: Likewise.
150 i386aout.c: Likewise.
151 i386dynix.c: Likewise.
152 i386linux.c: Likewise.
153 i386lynx.c: Likewise.
154 i386mach3.c: Likewise.
155 m68k4knetbsd.c: Likewise.
156 m68klinux.c: Likewise.
157 m68klynx.c: Likewise.
158 m68knetbsd.c: Likewise.
159 m88kmach3.c: Likewise.
160 mipsbsd.c: Likewise.
161 newsos3.c: Likewise.
162 sparclinux.c: Likewise.
163 sparclynx.c: Likewise.
164 sparcnetbsd.c: Likewise.
165 vaxbsd.c: Likewise. Fix comment formatting.
166
fee24f1c
AO
1672003-03-12 Alexandre Oliva <aoliva@redhat.com>
168
0b25d3e6
AO
169 * Reverted 2003-03-02's patch.
170
fee24f1c
AO
171 * elfxx-target.h (bfd_elfNN_canonicalize_reloc): Make it
172 overridable.
173 * elf64-mips.c (mips_elf64_canonicalize_reloc,
174 mips_elf64_get_dynamic_reloc_upper_bound,
175 mips_elf64_canonicalize_dynamic_reloc): New, adapted from elf.c.
176 (bfd_elf64_get_canonicalize_reloc,
177 bfd_elf64_get_dynamic_reloc_upper_bound,
178 bfd_elf64_canonicalize_dynamic_reloc): Define.
179 (mips_elf64_slurp_reloc_table): Support dynamic.
180 (mips_elf64_slurp_one_reloc_table): Adjust.
181
64fb1839
NC
1822003-03-12 Nick Clifton <nickc@redhat.com>
183
184 * xsym.c (bfd_sym_fetch_type_information_table_entry): Change
185 'index' to 'offset' in test for zero value.
186
908488f1
AO
1872003-03-11 Alexandre Oliva <aoliva@redhat.com>
188
189 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
190 dynamic relocations pointing to local or section symbols, use the
191 NULL symbol instead. Document the choice to not emit an
192 additional R_MIPS_64 relocation.
193
e515b051
AM
1942003-03-11 Alan Modra <amodra@bigpond.net.au>
195
196 * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
197 zero index dynamic tls relocs generated for the GOT. Tidy code.
198 Set "relocation" to 1 on DTPMOD32 relocs. Optimize HA adjustment.
199 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
200
a23b6845
AM
2012003-03-07 Alan Modra <amodra@bigpond.net.au>
202
87d243f1
AM
203 * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop after
204 a tls_get_addr call.
205
a23b6845
AM
206 * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
207 (ppc_elf_adjust_dynamic_symbol): For weak symbols, copy
208 ELF_LINK_NON_GOT_REF from weakdef.
209 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
210 (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy
211 ELF_LINK_NON_GOT_REF from weakdef.
212 * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
213 (elf_i386_adjust_dynamic_symbol): For weak symbols, copy
214 ELF_LINK_NON_GOT_REF from weakdef.
215
2d36fe5f
AH
2162003-03-06 Jakub Jelinek <jakub@redhat.com>
217 Andrew Haley <aph@redhat.com>
218
219 * elflink.h (elf_bfd_discard_info): Don't process eh frames if
220 output is relocateable.
221
34f304a7
NC
2222003-03-06 Steven Konopa <skonopa@kgo.csc.com>
223
224 * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
225 R_COMMENT.
226
7b609f53
AM
2272003-03-06 Alan Modra <amodra@bigpond.net.au>
228
229 * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalize
230 error messages.
231 (ELIMINATE_COPY_RELOCS): Define to zero.
232 (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating
233 TLSLD relocs. Report reloc types on a number of errors. Optimize
234 LOCAL24PC check for non-local syms. Don't capitalize error messages.
235 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero.
236 (ppc64_elf_relocate_section): Don't deref htab->tls_sec when
237 calculating TLSLD relocs. Report reloc types on a number of errors.
238 Don't capitalize error messages.
239
6a0fb186
L
2402003-03-03 H.J. Lu <hjl@gnu.org>
241
242 * elfxx-ia64.c (USE_BRL): Removed.
243 (oor_ip): Removed.
244
34f304a7 2452003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
bdfaef52
JR
246
247 * elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
248 relocation (no special function), and make it non-partial_inplace.
249 (sh_elf_relax_section): When creating a bsr, use a consistent value
250 no matter if the symbol is extern or not; set addend to -4.
251 Don't swap load / non-load instructions for SH4.
252 (sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
253 rather than if the symbol is external to determine if adjusting the
254 offset makes sense. Adjust the addend too if appropriate.
255 (sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
256 relocation.
257
a9d68a1e
NC
2582003-03-03 Nick Clifton <nickc@redhat.com>
259
260 * po/da.po: Installed latest translation.
261
7c2be35c
TS
2622003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
263
264 * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
265 R_MIPS_PC16 to rightshift 2.
266 (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
267 (bfd_elf32_bfd_reloc_type_lookup): Support
268 BFD_RELOC_MIPSEMB_16_PCREL_S2.
269 * elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
270 R_MIPS_PC16 to rightshift 2.
271 (mips_elf64_howto_table_rela): Likewise.
272 (mips_reloc_map): Map to rightshifted BFD reloc.
273 * elfn32-mips.c: The same as in elf64-mips.c.
274 * elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
275 (mips_elf_calculate_relocation): Handle rightshifted addends for
276 R_MIPS_PC16.
277 * reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
278 MIPS Embedded PIC. Remove superfluous empty COMMENT.
279 * libbfd.h: Regenerate.
280 * bfd-in2.h: Regenerate.
281
484a4f9c
RH
2822003-02-28 Richard Henderson <rth@redhat.com>
283
284 * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
285 for ltoff22x relaxation.
286
2ce40c65
AM
2872003-03-01 Alan Modra <amodra@bigpond.net.au>
288
289 * bfd-in.h (_bfd): Don't define.
290 * bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
291 * syms.c: Likewise.
292 * bfd-in2.h: Regenerate.
293
2c4c2bc0
RH
2942003-02-27 Richard Henderson <rth@redhat.com>
295
296 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
297 (elfNN_ia64_check_relocs): Set it.
298 (allocate_global_data_got): Check it.
299 (allocate_local_got): Likewise.
300 (allocate_dynrel_entries): Likewise.
301 (elfNN_ia64_relax_ldxmov): New.
302 (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
303 (elfNN_ia64_choose_gp): Split out from ...
304 (elfNN_ia64_final_link): ... here.
305
c2852e88
AC
3062003-02-27 Andrew Cagney <cagney@redhat.com>
307
308 * bfd.c (struct bfd): Rename "struct _bfd".
309 * bfd-in.h: Update copyright.
310 (struct bfd): Rename "struct _bfd".
311 (_bfd): Define for backward compatibility.
312 * bfd-in2.h: Regenerate.
313
3f87cb70
AM
3142003-02-25 Alan Modra <amodra@bigpond.net.au>
315
3f9a32bd
AM
316 * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
317 and rel_hdr2 when initially counting input relocs rather than after
318 creating output reloc sections.
4fabe71e
AM
319 (elf_link_read_relocs_from_section): Don't abort with wrong reloc
320 sizes.
3f9a32bd 321
3f87cb70
AM
322 * Makefile.am: Run "make dep-am".
323 * Makefile.in: Regenerate.
324
07c6e936
NC
3252003-02-24 Kris Warkentin <kewarken@qnx.com>
326
327 * elf.c (elfcore_read_notes): Add check for QNX style core file.
328 (elfcore_grog_nto_note): New function.
329 (elfcore_grog_nto_gregs): New function.
330 (elfcore_grog_nto_status): New function.
331
aad5d350
AM
3322003-02-24 Alan Modra <amodra@bigpond.net.au>
333
334 * elflink.c (_bfd_elf_create_got_section): Check existing .got
335 section flags before concluding that we've already been called.
336 Don't use register keyword.
337 (_bfd_elf_create_dynamic_sections): Don't use register keyword.
338 (_bfd_elf_create_linker_section): Formatting.
339
2ab1486e
NC
3402003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
341
342 * coff-h8300.c: Fix typo: intial -> initial.
343 * coff-ppc.c: Likewise.
344
70bccea4
AM
3452003-02-20 Alan Modra <amodra@bigpond.net.au>
346
347 * elf32-ppc.c: Formatting.
348 (allocate_dynrelocs): LD and GD relocs against the same sym need
349 separate GOT entries.
350 (ppc_elf_relocate_section): Correct GOT handling for multiple GOT
351 entries per symbol.
352
ee05f2fe
AM
3532003-02-19 Alan Modra <amodra@bigpond.net.au>
354
26e41594
AM
355 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc
356 removal. Localize vars. Remove unnecessary dynobj test.
357 * elf32-i386 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead
358 of INFO.
359 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
360 and optimize.
361 (elf_i386_relocate_section): Likewise.
362 (elf_i386_gc_sweep_hook): Simplify dyn reloc removal. Localize vars.
363 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
364 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
365 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
366 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
367 * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise. Remove
368 local_dynrel for section too. Don't touch HIPLT22, LOPLT10, PCPLT32
369 or PCPLT10 relocs. Don't subtract twice on PLT32 relocs.
370 Formatting.
371
f4656909
AM
372 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.
373 (ppc64_elf_check_relocs): Use it. Correct comment. Move SEC_ALLOC
374 test.
375 (ppc64_elf_adjust_dynamic_symbol): Use ELIMINATE_COPY_RELOCS.
376 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
377 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
378 and optimize. Use ELIMINATE_COPY_RELOCS.
379 (ppc64_elf_relocate_section): Likewise.
380
ee05f2fe
AM
381 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.
382 (ppc_elf_copy_indirect_symbol): Copy pc_count field.
383 (ELIMINATE_COPY_RELOCS): Define.
384 (ppc_elf_adjust_dynamic_symbol): Convert copy relocs to dynamic.
385 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
386 (MUST_BE_DYN_RELOC): Define.
387 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
388 and optimize. Trim dyn_relocs.
389 (ppc_elf_check_relocs): Don't generate dyn_relocs when we know they'll
390 not be used. Do generate dyn_relocs for copy reloc avoidance. Keep
391 track of pc_rel dyn relocs.
392 (ppc_elf_relocate_section): Remove "will_become_local". Adjust
393 WILL_CALL_FINISH_DYNAMIC_SYMBOL use. Trim dyn relocs as per
394 allocate_dynrelocs. Don't recalculate "sec".
395
7619e7c7
AM
3962003-02-18 Alan Modra <amodra@bigpond.net.au>
397
d881513a
AM
398 * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.
399 * elf64-ppc.c (ppc64_elf_tls_optimize): Decrement tlsld_got.refcount
400 on invalid LD relocs.
401 (allocate_dynrelocs): Invalid LD relocs don't use tlsld_got entry.
402 (ppc64_elf_relocate_section): Unify new handling of LD relocs and
403 tlsld_got entry. Use IS_PPC64_TLS_RELOC.
404
7619e7c7
AM
405 * elf32-ppc.h: New file.
406 * elf32-ppc.c: Include elf32-ppc.h.
407 (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define.
408 (struct ppc_elf_link_hash_entry): Rename "root" to "elf". Adjust uses.
409 Add "tls_mask" field.
410 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
411 (struct ppc_elf_link_hash_table): Rename "root" to "elf". Adjust uses.
412 Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss,
413 sdata, sdata2, tls_sec, tls_get_addr, tlsld_got fields.
414 Make use of htab shortcuts throughout file.
415 (ppc_elf_link_hash_newfunc): Init tls_mask field.
416 (ppc_elf_link_hash_table_create): Init new fields.
417 (ppc_elf_copy_indirect_symbol): Copy tls_mask.
418 (ppc_elf_howto_raw): Add tls relocs.
419 (ppc_elf_reloc_type_lookup): Handle them.
420 (ppc_elf_unhandled_reloc): New function.
421 (ppc_elf_create_got): Stash got section pointer in hash table,
422 return status. Make .rela.got too.
423 (ppc_elf_create_dynamic_sections): Stash section pointers in htab.
424 (ppc_elf_adjust_dynamic_symbol): Only set up copy relocs when
425 NON_GOT_REF set. Don't allocate space in .plt here..
426 (allocate_dynrelocs): ..do so here instead, properly ref-counting and
427 not allocating plt entries unnecessarily. Allocate got entries here.
428 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
429 (ppc_elf_size_dynamic_sections): Allocate local got entries. Pass
430 "info" during allocate_dynrelocs hash traversal. Use htab section
431 shortcuts rather than searching for named sections. Get rid of
432 "plt" and "strip" booleans.
433 (update_local_sym_info, bad_shared_reloc): New functions.
434 (ppc_elf_check_relocs): Handle TLS relocs. Move .rela.got creation to
435 ppc_elf_create_got. Don't mark got or plt reloc syms dynamic, do so
436 in allocate_dynreloc. Use update_local_sym_info and bad_shared_reloc.
437 Disallow R_PPC_EMB_RELSDA, R_PPC_EMB_NADDR32, R_PPC_EMB_NADDR16,
438 R_PPC_EMB_NADDR16_LO, R_PPC_EMB_NADDR16_HI and R_PPC_EMB_NADDR16_HA
439 in shared libs. R_PPC_PLTREL32 is a plt reloc too. Refcount all
440 relocs that might use a plt entry. Set NON_GOT_REF too.
441 Enumerate all do-nothing relocs.
442 (ppc_elf_gc_sweep_hook): Simplify removal of dynrelocs. Handle
443 tls relocs and all plt relocs.
444 (ppc_elf_tls_setup, ppc_elf_tls_optimize): New functions.
445 (ppc_elf_finish_dynamic_symbol): Don't build got entries here.
446 (ppc_elf_finish_dynamic_sections): Rewrite tag code using htab
447 shortcuts.
448 (ppc_elf_relocate_section): Tidy. Handle TLS relocs. Use
449 bfd_elf_local_sym_name. Simplify unresolved reloc code. Build got
450 entries and got relocs here. Warn on non-zero got reloc addend.
451 Split out branch taken/not taken reloc code into a separate switch
452 and correct offset calculation. Allow BRTAKEN/BRNTAKEN dynamic relocs.
453 Split out HA reloc adjustments to separate switch statement. Don't
454 warn on reloc overflow if we've already warned about undefined.
455 Don't rebuild sym name when reporting errors. Report all possible
456 errors from _bfd_final_link_relocate.
457 (bfd_elf32_bfd_final_link): Don't define.
458
cd27b276
AM
4592003-02-18 Alan Modra <amodra@bigpond.net.au>
460
461 * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r". Don't
462 rebuild sym name when reporting errors.
463
ae9a127f
NC
4642003-02-17 Nick Clifton <nickc@redhat.com>
465
3f9a32bd 466 * elflink.h (elf_link_output_extsym): Only check
ae9a127f
NC
467 allow_shlib_undefined for shared libraries.
468 * elf32-i386.c (elf_i386_relocate_section): Remove bogus check
469 of allow_shlib_undefined.
470 * elf32-cris.c (cris_elf_relocate_section): Likewise.
471 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
472 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
473 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
474 * elf32-s390.c (elf_s390_relocate_section): Likewise.
475 * elf32-sh.c (sh_elf_relocate_section): Likewise.
476 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
477 * elf32-vax.c (elf_vax_relocate_section): Likewise.
478 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
479 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
480 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
481 * elf64-s390.c (elf_s390_relocate_section): Likewise.
482 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
483 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
484 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
485 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
486
b5f852ea
NC
4872003-02-17 Nick Clifton <nickc@redhat.com>
488
489 * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
490 address field to use in the comparison.
3f9a32bd 491 (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
b5f852ea 492
3193e234
NC
4932003-02-14 Bob Wilson <bob.wilson@acm.org>
494
495 * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF
496 backends when checking if the generic ELF target should be used.
497
21efdc8d
NC
498 * syms.c (_bfd_stab_section_find_nearest_line): For line number stabs
499 outside of functions, treat values as absolute addresses.
500
ed781d5d
NC
501 * bfd.c: Change embedded documentation to use consistent indentation
502 and to split up long lines. Change informal style of description
503 for functions lacking real documentation.
504 * coffcode.h: Break up long lines in embedded documentation.
505 * format.c: Likewise.
506 * targets.c: Likewise.
507 * libcoff.h: Regenerate.
508 * bfd-in2.h: Regenerate.
509
58ac9f71
AM
5102003-02-14 Alan Modra <amodra@bigpond.net.au>
511
512 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
513 (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
514 (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs.
515 (allocate_dynrelocs): Don't treat undefined and undefweak specially.
516 (ppc_size_one_stub): Fix warning, and tighten plt entry check.
517 (group_sections): Don't share a stub section if stubs are for a large
518 section. Adjust comment.
519 (ppc64_elf_size_stubs): Roughly double the size left for stubs if
520 !stubs_always_before_branch.
521 (ppc64_elf_relocate_section): Initialize tlsld GOT entry once. Don't
522 treat undefined and undefweak specially when processing dyn relocs.
523
9147e853
JJ
5242003-02-13 Jakub Jelinek <jakub@redhat.com>
525
526 * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO.
527
427bfd90
NC
5282003-02-13 Nick Clifton <nickc@redhat.com>
529
530 * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
531 in computation of offset to insert into BL instruction.
532
42b5d0ea
NC
5332003-02-11 Uwe Stieber <uwe@wwws.de>
534
535 * config.bfd: Add support for kaOS as cross build target system.
536
a48ebf4d
AM
5372003-02-11 Alan Modra <amodra@bigpond.net.au>
538
539 * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
540 .__tls_get_addr too.
541 (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
542
c95b8a7a
KK
5432003-02-10 Kaz kojima <kkojima@rr.iij4u.or.jp>
544
545 * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
546 (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
547 (sh_elf_link_hash_newfunc): Remove the initialization of
548 tls_tpoff32 field.
549 (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
550 for which tls_tpoff32 flag is set.
551 (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
552 of the symbol includes the entry matched with the input_section
553 and having tls_tpoff32 flag on. When linking statically, set
554 symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
555 is defined in this executable.
556 (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
557
a779acda
JJ
5582003-02-10 Jakub Jelinek <jakub@redhat.com>
559
560 * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
561 even if there is just non-empty .rela.plt.
562
fde78edd
NC
5632003-02-10 Nick Clifton <nickc@redhat.com>
564
565 * archures.c (bfd_mach_arm_ep9312): Define.
566 * bfd-in2.h: Regenerate.
567 * cpu-arm.c (processors[]): Add ep9312.
568 (bfd_arm_arch): Add ep9312.
569 * elf32-arm.h (elf32_arm_merge_private_data): Update error
570 messages and add test for Maverick floating point support.
571 (elf32_arm_print_private_bfd_data): Handle
572 EF_ARM_MAVERICK_FLOAT flag.
c178919b
NC
573 (elf32_arm_object_p): New function.
574 (elf_backend_object_p): Define.
fde78edd 575
e7b938ca
AM
5762003-02-10 Alan Modra <amodra@bigpond.net.au>
577
578 * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
579 variables, structure fields or function params to tls_mask or
580 similar to better reflect usage.
581 (struct got_entry): Comment.
582 (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
583 (get_tls_mask): Rename from get_tls_type.
584
951fd09b
AM
5852003-02-09 Alan Modra <amodra@bigpond.net.au>
586
587 * elf64-ppc.c (TLS_GD_LD): Don't define..
588 (TLS_GD): ..define this instead and update all uses.
589 (TLS_TPRELGD): Define.
590 (ppc64_elf_link_hash_table_create): Tweak initialization of
591 init_refcount and init_offset.
592 (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
593 Mark second slot of GD or LD toc entries.
594 (get_tls_type): Return an int. Distinguish toc GD and LD entries
595 from other tls types.
596 (ppc64_elf_tls_setup): New function, split out from..
597 (ppc64_elf_tls_optimize): ..here. Don't optimize when symbols are
598 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL
599 on GD->IE optimization, use TLS_TPRELGD instead. Use get_tls_type
600 return value to properly decide whether toc GD and LD entries can
601 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
602 to determine GD or LD rather than looking at TLS_LD flag. Don't
603 attempt to adjust got entry tls_type here..
604 (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
605 look for possible merges.
606 (ppc64_elf_size_dynamic_sections): Adjust local got entries for
607 optimization.
608 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
609 (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
610 Make use of return value from get_tls_type to properly detect GD and
611 LD optimizations. Split tlsld/gd hi/ha from lo/ds case. Don't
612 handle tls_get_addr removal when looking at REL24 relocs, do it when
613 looking at the previous reloc. Check reloc after DTPMOD64 to determine
614 GD or LD.
615 * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
616
acc990f2
AM
6172003-02-08 Alan Modra <amodra@bigpond.net.au>
618
00b28bb0
AM
619 * elf32-hppa.c (group_sections): Don't share a stub section if
620 stubs are for a large section.
621
acc990f2
AM
622 * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
623 stubs if !stubs_always_before_branch.
624
589e6347
NC
6252003-02-07 Nick Clifton <nickc@redhat.com>
626
627 * elf.c (swap_out_syms): Generate an error message if an
628 equivalent output section cannot be found for a symbol.
629
c328dc3f
JJ
6302003-02-07 Jakub Jelinek <jakub@redhat.com>
631
632 * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
633 local_got_entries is NULL.
634
84f97cb6
AS
6352003-02-06 Andreas Schwab <schwab@suse.de>
636
637 * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
638 (read_value): Add parameter is_signed, use signed extraction if
639 the value is signed.
640 (_bfd_elf_write_section_eh_frame): Pass signed flag of the
641 encoding to read_value.
642
6349e628
AM
6432003-02-06 Alan Modra <amodra@bigpond.net.au>
644
645 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
646 plt info when called to transfer weak sym info.
647
411e1bfb
AM
6482003-02-05 Alan Modra <amodra@bigpond.net.au>
649
650 * reloc.c: Add PPC and PPC64 TLS relocs.
651 * libbfd.h: Regenerate.
652 * bfd-in2.h: Regenerate.
653 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
654 (ppc64_elf_howto_raw): Add TLS howto's. Adjust R_PPC64_NONE to be
655 against a 32 bit field.
656 (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
657 (_ppc64_elf_section_data): Add t_symndx and comments.
658 (ppc64_elf_section_data): Use elf_section_data macro.
659 (ppc64_elf_new_section_hook): American spelling.
660 (struct got_entry, struct plt_entry): New.
661 (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
662 (struct ppc_stub_hash_entry): Add "addend" field.
663 (struct ppc_link_hash_entry): Add "tls_type".
664 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
665 TLS_EXPLICIT): Define.
666 (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
667 (link_hash_newfunc): Init new fields.
58ac9f71 668 (ppc64_elf_link_hash_table_create): Likewise. Set init_refcount and
411e1bfb
AM
669 init_offset to NULL.
670 (ppc64_elf_copy_indirect_symbol): Copy got and plt info. Don't call
671 _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
672 there.
673 (update_local_sym_info, update_plt_info): New functions.
674 (ppc64_elf_check_relocs): Use them. Handle TLS relocs. Adjust GOT
675 handling to use got.glist rather than got.refcount. Likewise for PLT.
676 (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
677 (func_desc_adjust): Adjust for new PLT list.
678 (ppc64_elf_adjust_dynamic_symbol): Likewise.
679 (get_sym_h, get_tls_type): New functions.
680 (ppc64_elf_edit_opd): Remove unused variable. Use get_sym_h.
681 (ppc64_elf_tls_optimize): New function.
682 (allocate_dynrelocs): Adjust for new PLT and GOT lists. Allocate
683 TLS relocs.
684 (ppc64_elf_size_dynamic_sections): Likewise.
685 (ppc_type_of_stub): Adjust for new PLT list.
686 (ppc_build_one_stub): Likewise.
687 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
688 calls specially.
689 (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists. Handle
690 TLS relocs. Report local syms using bfd_elf_local_sym_name. Don't
691 init GOT entries that have a reloc. Generate GOT relocs here..
692 (ppc64_elf_finish_dynamic_symbol): ..not here. Adjust for PLT list.
693 * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
694
0cca5f05
AS
6952003-02-04 Andreas Schwab <schwab@suse.de>
696
697 * elf32-m68k.c (elf_m68k_hash_entry): Define.
698 (elf_m68k_link_hash_traverse): Remove.
699 (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
700 elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
701 reduce casting.
702 (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
703 casting.
704 (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
705 instead of elf_m68k_link_hash_traverse.
706 (elf_m68k_discard_copies): Change first parameter to pointer to
707 struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
708 elf_m68k_link_hash_entry is needed.
709
5cab59f6
AM
7102003-02-04 Alan Modra <amodra@bigpond.net.au>
711
712 * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
713 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
714 "got" union, and declare as gotplt_union. Use gotplt_uinion for
715 "plt" field.
716 (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
717 Add "init_offset" field.
718 (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
719 (elf_local_got_ents): Declare.
720 * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
721 and "plt".
722 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
723 (_bfd_elf_link_hash_table_init): Set "init_offset".
724 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
725 from init_offset.
726 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
727
728 * elf.c (bfd_elf_local_sym_name): Split out from..
729 (group_signature): ..here.
730 * elf-bfd.h (bfd_elf_local_sym_name): Declare.
731
68bfbfcc
AM
7322003-02-04 Alan Modra <amodra@bigpond.net.au>
733
734 * elf-bfd.h (enum elf_link_info_type): Remove.
735 (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
736 to struct sec. Remove linkonce_p field.
737 (elf_linkonce_p): Delete.
738 (elf_discarded_section): Update for sec_info_type change.
739 * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
740 flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
741 (ELF_INFO_TYPE_NONE): Define.
742 (ELF_INFO_TYPE_STABS): Define.
743 (ELF_INFO_TYPE_MERGE): Define.
744 (ELF_INFO_TYPE_EH_FRAME): Define.
745 (ELF_INFO_TYPE_JUST_SYMS): Define.
746 (STD_SECTION): Update struct sec initializer.
747 * ecoff.c (bfd_debug_section): Likewise.
748 * elf.c: Likewise. Update occurrences of sec_info_type and use_rela_p.
749 * elflink.h: Likewise.
750 * elf-eh-frame.c: Likewise.
751 * elf64-alpha.c: Likewise.
752 * elfxx-ia64.c: Likewise.
753 * elfxx-mips.c: Likewise.
754 * bfd-in2.h: Regenerate.
755
756 * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
757 referring to used_by_bfd.
758 * elf64-sparc.c (sec_do_relax): Likewise.
759 * elf64-mmix.c (mmix_elf_section_data): Likewise.
760 * elfxx-mips.c (mips_elf_section_data): Likewise.
761 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
762 (ieee_get_section_contents): Likewise.
763 (ieee_new_section_hook): Formatting.
764 (ieee_canonicalize_reloc): Remove commented out code.
765 * mmo.c (mmo_section_data): Define. Use throughout file.
766 * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
767
31f7ba04
NC
7682003-01-31 Graydon Hoare <graydon@redhat.com>
769
770 * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
771 * Makefile.in: Regenerate.
772 * opncls.c (calc_crc32, get_debug_link_info,
773 seperate_debug_file_exists, find_seperate_debug_file): New
774 internal functions.
775 (bfd_follow_gnu_debuglink): New function. Follow the pointer
776 contained inside a .gnu_debuglink section.
777 * bfd-in2.h: Regenerate.
778
38985a1c
AO
7792003-01-29 Alexandre Oliva <aoliva@redhat.com>
780
781 * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
782 entry->abfd when it's NULL.
783
4bb9a95f
AO
7842003-01-27 Alexandre Oliva <aoliva@redhat.com>
785
786 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
787 _bfd_elf_section_offset returning -2 the same way as -1.
788
f4416af6
AO
789 * elfxx-mips.c (mips_elf_multi_got): New function.
790 (struct mips_got_entry): Make symndx and gotidx signed. Moved
791 addend into union along with address and link hash entry.
792 (struct mips_got_info): Added bfd2got and next.
793 (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
794 (mips_elf_got_section, mips_elf_create_got_section): Use
795 SEC_EXCLUDE bit to tell whether we really need the got
796 section. Take boolean arguments to disregard an excluded
797 section, or to create it as excluded. Adjust all callers.
798 Use mips_elf_got_section all over.
799 (mips_elf_local_got_index, mips_elf_got_page,
800 mips_elf_got16_entry): Take input bfd as argument, and pass it
801 on to mips_elf_create_local_got_entry.
802 (mips_elf_global_got_index, mips_elf_create_local_got_entry):
803 Take input bfd as argument, and manage entries in the
804 appropriate GOT.
805 (mips_elf_got_offset_from_index): Take input bfd as argument,
806 and use it to adjust the GP offset of the bfd.
807 (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
808 unreferenced GOT entries of global symbols to the end.
809 (mips_elf_record_global_got_symbol): Take input bfd as
810 argument. Add entries to the master GOT hash table.
811 (struct mips_elf_bfd2got_hash): New.
812 (struct mips_elf_got_per_bfd_arg): New.
813 (struct mips_elf_set_global_got_offset_arg): New.
814 (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
815 mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
816 mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
817 mips_elf_merge_gots, mips_elf_set_global_got_offset,
818 mips_elf_resolve_final_got_entry,
819 mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
820 mips_elf_got_for_ibfd): New functions.
821 (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
822 (MIPS_ELF_GOT_MAX_SIZE): New macro.
823 (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
824 (mips_elf_got_entry_hash): Take new fields into account. Use
825 mips_elf_hash_bfd_vma.
826 (mips_elf_got_entry_eq): Take new fields into account.
827 (mips_elf_create_got_section): Initialize new fields.
828 (mips_elf_calculate_relocation): Pass input_bfd to functions
829 that now take it. Adjust gp for the input_bfd.
830 (mips_elf_allocate_dynamic_relocation,
831 mips_elf_create_dynamic_relocation,
832 _bfd_mips_elf_create_dynamic_sections): Use...
833 (mips_elf_rel_dyn_section): New function. Borrow code from...
834 (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
835 now take it. Create the got section if needed, even if
836 excluded, before recording a global got symbol. Move some
837 code to...
838 (mips_elf_record_local_got_symbol): New fn.
839 (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
840 Compute multi-got global entries offsets. Move GOT code to...
841 (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
842 if the GOT is too big.
843 (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
844 undefweak symbol to zero. Generate dynamic relocations for
845 non-primary GOT entries for global symbols.
846 (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
847 case. Generate dynamic relocations for local got entries.
848 Sort dynamic relocations on N64 too, using...
849 (sort_dynamic_relocs_64): New fns.
850 (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
851 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
852
52b69c9e
AO
8532003-01-27 Alexandre Oliva <aoliva@redhat.com>
854
855 * bfd.c (struct _bfd): Added id field.
856 * opncls.c (_bfd_id_counter): New static variable.
857 (_bfd_new_bfd): Use it.
858 * bfd-in2.h: Rebuilt.
859
71e5db1c
AM
8602003-01-25 Alan Modra <amodra@bigpond.net.au>
861
862 * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
863
b9734f35
JJ
8642003-01-25 Jakub Jelinek <jakub@redhat.com>
865
866 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
867 (elf32_sparc_rev32_howto): New variable.
868 (sparc_reloc_map): Add TLS relocs.
869 (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
870 Handle REV32.
871 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
872 New functions.
873 (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
874 struct elf32_sparc_link_hash_table):
875 New structures.
876 (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
877 elf32_sparc_hash_table): Define.
878 (link_hash_newfunc, elf32_sparc_link_hash_table_create,
879 create_got_section, elf32_sparc_create_dynamic_sections,
880 elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
881 functions.
882 (elf32_sparc_check_relocs): Handle TLS relocs. Add dynamic reloc
883 reference counting.
884 (elf32_sparc_gc_sweep_hook): Likewise.
885 (elf32_sparc_adjust_dynamic_symbol): Likewise.
886 (elf32_sparc_size_dynamic_sections): Likewise.
887 (elf32_sparc_relocate_section): Likewise.
888 (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
889 New functions.
890 (elf32_sparc_object_p): Allocate backend private object data.
891 (bfd_elf32_bfd_link_hash_table_create,
892 elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
893 elf_backend_can_refcount): Define.
894 (elf_backend_create_dynamic_sections): Define to
895 elf32_sparc_create_dynamic_sections.
896 * reloc.c: Add SPARC TLS relocs.
897 * bfd-in2.h, libbfd.h: Rebuilt.
898 * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
899 (sparc_reloc_map): Likewise.
900
69fc87f1
MS
9012003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
902
903 * bfd-in2.h: Regenerate.
904 * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
905 s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
906 (elf_howto_table): Add TLS relocs.
907 (elf_s390_reloc_type_lookup): Likewise.
908 (elf_s390_link_hash_entry): Add tls_type.
909 (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
910 New macros.
911 (elf_s390_link_hash_table): Add tls_ldm_got.
912 (link_hash_newfunc): Initialize tls_type.
913 (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
914 (elf_s390_copy_indirect_symbol): Copy tls_type information.
915 (elf_s390_check_relocs): Support TLS relocs.
916 (elf_s390_gc_sweep_hook): Likewise.
917 (allocate_dynrelocs): Likewise.
918 (elf_s390_size_dynamic_sections): Likewise.
919 (elf_s390_relocate_section): Likewise.
920 (elf_s390_finish_dynamic_symbol): Likewise.
921 (bfd_elf32_mkobject): Define for TLS.
922 * elf64-s390.c: Same changes as for elf32-s390.c.
923 * libbfd.h: Regenerate.
924 * reloc.c: Add s390 TLS relocations.
925
9aa4e505
NC
9262003-01-24 Charles Lepple clepple.ghz.cc
927
928 * aclocal.m4: Fix name of --enable-install-libbfd switch.
929
5177500f
NC
9302003-01-23 Nick Clifton <nickc@redhat.com>
931
932 * Add sh2e support:
933
934 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
935
936 * archures.c (bfd_mach_sh2e): Added.
937 * bfd-in2.h: Rebuilt.
938 * cpu-sh.c (arch_info_struct): Added SH2e.
939 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
940
f0abc2a1
AM
9412003-01-23 Alan Modra <amodra@bigpond.net.au>
942
943 * elf-bfd.h (struct bfd_elf_section_data): Remove tdata. Change
944 dynindx to an int. Rearrange for better packing.
945 * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
946 * elf32-mips.c (bfd_elf32_new_section_hook): Define.
947 * elf32-sh64.h: New. Split out from include/elf/sh.h.
948 (struct _sh64_elf_section_data): New struct.
949 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
950 * elf32-sh64-com.c: Include elf32-sh64.h.
951 * elf32-sh64.c: Likewise.
952 (sh64_elf_new_section_hook): New function.
953 (bfd_elf32_new_section_hook): Define.
954 (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
955 (sh64_bfd_elf_copy_private_section_data): Likewise.
956 (sh64_elf_final_write_processing): Likewise.
957 * elf32-sparc.c (struct elf32_sparc_section_data): New.
958 (elf32_sparc_new_section_hook): New function.
959 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
960 (sec_do_relax): Define.
961 (elf32_sparc_relax_section): Adjust to use sec_do_relax.
962 (elf32_sparc_relocate_section): Likewise.
963 * elf64-mips.c (bfd_elf64_new_section_hook): Define.
964 * elf64-mmix.c (struct _mmix_elf_section_data): New.
965 (mmix_elf_section_data): Define. Use throughout file.
966 (mmix_elf_new_section_hook): New function.
967 (bfd_elf64_new_section_hook): Define.
968 * elf64-ppc.c (struct _ppc64_elf_section_data): New.
969 (ppc64_elf_section_data): Define. Use throughout.
970 (ppc64_elf_new_section_hook): New function.
971 (bfd_elf64_new_section_hook): Define.
972 * elf64-sparc.c (struct sparc64_elf_section_data): New.
973 (sparc64_elf_new_section_hook): New function.
974 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
975 (sec_do_relax): Define.
976 (sparc64_elf_relax_section): Adjust to use sec_do_relax.
977 (sparc64_elf_relocate_section): Likewise.
978 (bfd_elf64_new_section_hook): Define.
979 * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
980 * elfxx-mips.c (struct _mips_elf_section_data): New.
981 (mips_elf_section_data): Define. Use throughout.
982 (_bfd_mips_elf_new_section_hook): New function.
983 (mips_elf_create_got_section): Don't alloc used_by_bfd.
984 * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
985 * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
986 * Makefile.am: Run "make dep-am".
987 * Makefile.in: Regenerate.
988
cc03ec80
RH
9892003-01-21 Richard Henderson <rth@redhat.com>
990
991 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
992 (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
993 (elf64_alpha_adjust_dynamic_symbol): Set them.
994 (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
995 (elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the
996 symbol index when relaxing LDM to TPREL.
997 (elf64_alpha_relax_section): Likewise. Allow relaxation of GD
998 relocs, even if the target isn't locally defined.
999 (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
1000 (elf64_alpha_relocate_section): Likewise. Force TP-relative
1001 relocs vs symndx 0 to the tp base.
1002
da896d3f
NC
10032003-01-21 Fabio Alemagna <falemagn@aros.org>
1004
1005 * config.bfd: Handle i[3456]86-*-aros*.
1006
7fce784e
AS
10072003-01-21 Andreas Schwab <schwab@suse.de>
1008
1009 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
1010 (struct ppc_elf_link_hash_entry): Define.
1011 (ppc_elf_hash_entry): New function.
1012 (struct ppc_elf_link_hash_table): Define.
1013 (ppc_elf_hash_table): New function.
1014 (ppc_elf_link_hash_newfunc): New function.
1015 (ppc_elf_link_hash_table_create): New function.
1016 (ppc_elf_copy_indirect_symbol): New function.
1017 (allocate_dynrelocs): New function.
1018 (readonly_dynrelocs): New function.
1019 (ppc_elf_size_dynamic_sections): Allocate space for dynamic
1020 relocs and determine DT_TEXTREL.
1021 (ppc_elf_check_relocs): Don't do that here, just count the
1022 dynamic relocs.
1023 (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
1024 removed section.
1025 (bfd_elf32_bfd_link_hash_table_create): Define.
1026 (elf_backend_copy_indirect_symbol): Define.
1027
1bbc9cec
RH
10282003-01-21 Richard Henderson <rth@redhat.com>
1029
1030 * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
1031 TPREL also get a reloc if shared. Remove SREL support.
1032 (elf64_alpha_emit_dynrel): New.
acc990f2 1033 (elf64_alpha_relocate_section): Use it. Resolve dynamic TPREL
1bbc9cec
RH
1034 and GOTTPREL relocs to local symbols against the tp base.
1035 (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
1036
1037 * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
1038 use count before clobbering r_type.
1039 (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
1040 ordering would mean dataflow inspection is necessary.
1041
0da35f8b
SS
10422003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com>
1043
1044 * coffcode.h (coff_set_flags): Added get/set arch hooks.
acc990f2 1045
571fe01f
NC
10462003-01-20 Fabio Alemagna <falemagn@aros.org>
1047
1048 * elf32-sh.c: Treat elfNN_bed like other macros defined in
1049 elfxx-target.h and #undef it before #define'ing it.
1050 * elf32-i386.c: Likewise.
acc990f2
AM
1051 * elf32-sh64.c: Likewise.
1052 * elf64-alpha.c: Likewise.
1053 * elf64-sh64.c: Likewise.
571fe01f 1054
5236c819
MS
10552003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
1056
1057 * bfd-in2.h: Regenerate.
1058 * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
1059 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
1060 R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
1061 R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
1062 R_390_PLTOFF32 and R_390_PLTOFF64.
1063 (elf_s390_reloc_type_lookup): Likewise.
1064 (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
1065 of GOTPLT references to a function.
1066 (link_hash_newfunc): Initialize gotplt_refcount.
1067 (elf_s390_check_relocs): Move allocation of local_got_refcounts array
1068 and creation of the got section out of the main switch. Add support
1069 for the gotoff, gotplt and pltoff relocations.
1070 (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
1071 and pltoff.
1072 (elf_s390_adjust_gotplt): New function.
1073 (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
1074 plt entries.
1075 (allocate_dynrelocs): Add comment.
1076 (elf_s390_relocate_section): Change r_type to unsigned. Add support
1077 for gotoff, gotplt and pltoff relocations.
1078 * elf64-s390.c: Same changes as for elf32-s390.c.
1079 * libbfd.h: Regenerate.
1080 * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
1081 BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
1082 BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
1083 and BFD_RELOC_390_PLTOFF64.
1084
a823975a
JJ
10852003-01-18 Jakub Jelinek <jakub@redhat.com>
1086
1087 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
1088 R_IA64_TPREL64[LM]SB against non-global symbol properly.
1089
b3dfd7fe
JJ
10902003-01-16 Jakub Jelinek <jakub@redhat.com>
1091
1092 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
1093 self_dtpmod_done and self_dtpmod_offset.
1094 (allocate_global_data_got): Only use one got entry for all
1095 dtpmod relocs against local symbols.
1096 (allocate_dynrel_entries): Only need .rela.got entry for
1097 dtpmod against global symbol.
1098 (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
1099 Reserve space in .rela.got for the local dtpmod entry.
1100 (set_got_entry): Initialize the common local dtpmod .got entry.
1101 (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
1102 and R_IA_64_DTPREL64MSB.
1103
04c9666a
AM
11042003-01-16 Alan Modra <amodra@bigpond.net.au>
1105
1106 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
1107 (R_PPC_*): Rename all occurrences to R_PPC64_*.
1108 (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
1109 (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
1110 (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
1111 relative relocs, not with absolute ones.
1112 * Makefile.am: Run "make dep-am".
1113 * Makefile.in: Regenerate.
1114 * po/SRC-POTFILES.in: Regenerate.
1115
c87f1ff7
AS
11162003-01-15 Andreas Schwab <schwab@suse.de>
1117
1118 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
1119 relocation against a non-allocated readonly section.
1120
86bbe32f
AM
11212003-01-10 Alan Modra <amodra@bigpond.net.au>
1122
1123 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
1124 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
1125
32d95f29
KD
11262002-01-08 Klee Dienes <kdienes@apple.com>
1127
1128 * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
1129 (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
1130 * Makefile.in: Regenerate.
acc990f2 1131
ab7d0aa0
AO
11322003-01-08 Alexandre Oliva <aoliva@redhat.com>
1133
1134 * elfn32-mips.c (prev_reloc_section): New.
1135 (GET_RELOC_ADDEND): Use it. Parenthesize macro arguments.
1136 (SET_RELOC_ADDEND): Parenthesize macro argument.
1137
95d0f04a
DA
11382003-01-07 John David Anglin <dave.anglin@nrc.gc.ca>
1139
1140 * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
1141 adjust addil instructions if the symbol has no section.
1142
5c9e189c
DD
11432003-01-07 DJ Delorie <dj@redhat.com>
1144
1145 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
1146 partial_inplace.
1147
3e829b4a
AS
11482003-01-07 Andreas Schwab <schwab@suse.de>
1149
1150 * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
1151 PC relative relocations.
1152 (elf_m68k_discard_copies): Set it here instead.
1153
a75473eb
SC
11542002-01-02 Ben Elliston <bje@redhat.com>
1155 Jeff Johnston <jjohnstn@redhat.com>
1156
1157 * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
1158 (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
1159 (BFD32_BACKENDS): Add elf32-iq2000.lo.
1160 (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
1161 (cpu-iq2000.lo): New target.
1162 * Makefile.in: Regenerate.
1163 * config.bfd: Handle iq2000-*-elf.
1164 * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
1165 (bfd_archures_list): Add bfd_iq2000_arch.
1166 * configure.in: Handle bfd_elf32_iq2000_vec.
1167 * configure: Regenerate.
acc990f2 1168 * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
a75473eb
SC
1169 and BFD_RELOC_IQ2000_UHI16.
1170 * targets.c (bfd_elf32_iq2000_vec): Declare.
1171 (bfd_target_vector): Add bfd_elf32_iq2000_vec.
1172 * elf.c (prep_headers): Set e_machine to EM_IQ2000.
1173 * cpu-iq2000.c: New file.
1174 * elf32-iq2000.c: Likewise.
1175 * libbfd.h: Regenerate.
1176 * bfd-in2.h: Likewise.
1177
64543e1a
RS
11782003-01-02 Richard Sandiford <rsandifo@redhat.com>
1179
1180 * elfxx-mips.c: Include libiberty.h.
1181 (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
1182 (mips_set_isa_flags): New function, split out from...
1183 (_bfd_mips_elf_final_write_processing): ...here. Only call
1184 mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
1185 (mips_mach_extensions): New array.
1186 (mips_32bit_flags_p): New function.
1187 (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
1188 Use mips_32bit_flags_p to check if one binary is 32-bit and the
1189 other is 64-bit. When adopting IBFD's architecture, adopt the
1190 bfd_mach as well as the flags.
1191
4852a44e
NC
11922003-01-02 Nick Kelsey <nickk@ubicom.com>
1193
1194 * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
1195 fix internal errors, fix bad code generation, fix incorrect stabs
1196 information, and improve ability to eliminate redundant page
1197 instructions. Added code to ip2k_final_link_relocate to self-verify
1198 the linker relaxation. Fix formatting problems.
1199
af7ee8bf
CD
12002002-12-30 Chris Demetriou <cgd@broadcom.com>
1201
1202 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
1203 * archures.c (bfd_mach_mipsisa32r2): New define.
1204 * bfd-in2.h: Regenerate.
1205 * cpu-mips.c (I_mipsisa32r2): New enum value.
1206 (arch_info_struct): Add entry for I_mipsisa32r2.
1207 * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
1208 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
1209 (_bfd_mips_elf_final_write_processing): Add
1210 bfd_mach_mipsisa32r2 case.
1211 (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
1212 binaries marked as using MIPS32 Release 2.
1213
2469cfa2
NC
12142002-12-30 Dmitry Diky <diwil@mail.ru>
1215
1216 * Makefile.am: Add msp430 target.
1217 * configure.in: Likewise.
1218 * Makefile.in: Regenerate.
1219 * configure: Regenerate.
1220 * archures.c: Add msp430 architecture vector.
1221 * config.bfd: Likewise.
1222 * reloc.c: Add msp430 relocs.
1223 * targets.c: Add msp320 target.
1224 * cpu-msp430.c: New file: msp430 cpu detection.
1225 * elf32-msp430.c: New file: msp430 reloc processing.
1226 * bfd-in2.h: Regenerate.
1227 * libbfd.h: Regenerate.
1228
eecdbe52
JJ
12292002-12-28 Jakub Jelinek <jakub@redhat.com>
1230
1231 * elf.c (elf_sort_sections): Don't reorder .tbss.
1232 (assign_file_positions_for_segments): Only adjust off/voff
1233 for increased alignment in PT_LOAD or PT_NOTE segment,
1234 but adjust p_filesz for .tbss too. in PT_LOAD consider
1235 .tbss to have zero memory size.
1236 (copy_private_bfd_data) [SECTION_SIZE]: Define.
1237 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
1238 [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
1239 into PT_TLS segment. Never put SHF_TLS sections in
1240 segments other than PT_TLS or PT_LOAD.
1241
1242 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
1243 sh_entsize.
1244
213e90f4
DD
12452002-12-23 DJ Delorie <dj@redhat.com>
1246
1247 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
1248
75828352
AM
12492002-12-23 Alan Modra <amodra@bigpond.net.au>
1250
1251 * elflink.h (elf_link_output_extsym): Heed strip_discarded.
1252
312b768e
NC
12532002-12-23 Nick Clifton <nickc@redhat.com>
1254
1255 * archures.c (bfd_arch_get_compatible): Add third parameter
1256 'accept_unknowns'. Only accept unknown format BFDs if
1257 accept_unknowns is true, or if the format is "binary".
acc990f2 1258 * bfd-in2.h: Regenerate.
312b768e 1259
63222ec9
NC
12602002-12-21 Nick Clifton <nickc@redhat.com>
1261
1262 * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
1263 that subtracted 8 from pc relative relocations.
1264
19852a2a
KH
12652002-12-20 Kazu Hirata <kazu@cs.umass.edu>
1266
1267 * coff-h8300.c: Fix comment typos.
1268 * coffcode.h: Likewise.
1269 * cpu-cris.c: Likewise.
1270 * elf32-vax.c: Likewise.
1271 * genlink.h: Likewise.
1272 * linker.c: Likewise.
1273 * som.c: Likewise.
1274 * tekhex.c: Likewise.
1275 * vms-misc.c: Likewise.
1276
5fd63999
DD
12772002-12-20 DJ Delorie <dj@redhat.com>
1278
1279 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
1280 * libbfd.h: Regenerate.
1281 * bfd-in2.h: Regenerate.
1282 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
1283 (xstormy16_reloc_map): Add R_XSTORMY16_12.
acc990f2 1284
4ee79850
KH
12852002-12-19 Kazu Hirata <kazu@cs.umass.edu>
1286
1287 * doc/bfdint.texi: Fix typos.
1288
66e25bab
AM
12892002-12-20 Paul Eggert <eggert@twinsun.com>
1290
1291 Port to POSIX 1003.1-2001.
1292 * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
1293 * configure.in (build-warnings): Likewise.
1294 (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
1295 * aclocal.m4: Regenerate.
1296 * config.in: Regenerate.
1297 * configure: Regenerate.
1298
7dc77aaa
AM
12992002-12-19 Alan Modra <amodra@bigpond.net.au>
1300
0171ee92
AM
1301 * coff-h8300.c: Include libiberty.h.
1302 (h8300_reloc16_extra_cases): Check the hash table creator before
1303 referencing h8300 specific fields. Stash the hash table pointer
1304 in a local var. Comment typo fixes.
1305 (h8300_bfd_link_add_symbols): Likewise.
1306
7dc77aaa
AM
1307 * bfd/reloc.c (struct reloc_howto_struct): Revise src_mask and
1308 dst_mask comments.
1309 * bfd-in2.h: Regenerate.
1310
47388f4c
AM
13112002-12-18 Alan Modra <amodra@bigpond.net.au>
1312
1313 * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
1314 code a little. Comment on dynamic relocs against section symbols.
1315
1b3e3744
AM
13162002-12-17 Roger Sayle <roger@eyesopen.com>
1317
1318 * configure.host (ia64-*-hpux*): Support 64 bit targets using
1319 the HP compiler's "long long".
1320
46f2b541
DD
13212002-12-16 Andrew MacLeod <amacleod@redhat.com>
1322
1323 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
1324 and R_XSTORMY16_HI16) howto entries.
1325 (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
1b3e3744 1326 (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
46f2b541
DD
1327 determine the start of the second reloc table.
1328
af738ea7
NC
13292002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu>
1330
1331 * ecofflink.c: Fix the reading of the debugging information
1332 of Tru64/Alpha binaries that are produced by recent Compaq
1333 compilers.
1334 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
1335 table.
1336 (lookup_line): Because of the strange information sometimes
1337 generated by Compaq's recent compilers, change how the FDR
1338 table is searched so that PDRs (procedure descriptors) are
1339 correctly found. Note that this change is really more of a hack;
1340 however, I have included extensive documentation as to why
1341 this is the best solution short of an extensive rewrite or
1342 another hack.
1343 (fdrtab_lookup): Add comments to explain the algorithm.
1344
5354b572
AO
13452002-12-12 Alexandre Oliva <aoliva@redhat.com>
1346
1347 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
1348 initializers to match struct declaration.
1349
ab3acfbe
AM
13502002-12-12 Alan Modra <amodra@bigpond.net.au>
1351
1352 * dwarf2.c (comp_unit_contains_address): Comment typo fix.
1353 * elf.c (get_program_header_size): Likewise.
1354 * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
1355 (m32r_elf_generic_reloc): Likewise.
1356 * elf32-ppc.c (ppc_elf_howto_init): Likewise.
1357 * elflink.h (elf_bfd_discard_info): Likewise.
1358
6348e046
AM
13592002-12-12 Alan Modra <amodra@bigpond.net.au>
1360
1361 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
1362 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
1363 DT_RELSZ adjustment, not output section. Avoid writing tags when
1364 unchanged. Don't assume linker script is sane, adjust DT_REL too.
1365 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
1366 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
1367 DT_RELASZ adjustment, not output section. Avoid writing tags when
1368 unchanged. Adjust DT_RELA.
1369 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
1370 formatting. Avoid writing tags when unchanged. Adjust DT_RELA.
1371
2e7a68a8
AO
13722002-12-12 Alexandre Oliva <aoliva@redhat.com>
1373
1374 * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
1375 addend by 4.
1376
b15e6682
AO
13772002-12-12 Alexandre Oliva <aoliva@redhat.com>
1378
1379 * elfxx-mips.c (struct mips_got_entry): New.
1380 (struct mips_got_info): Added got_entries field.
1381 (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
1382 (mips_elf_local_got_index, mips_elf_got_page,
1383 mips_elf_got16_entry): Re-implement in terms of new...
1384 (mips_elf_create_local_got_entry): Rewrite to use got_entries.
1385 Change return type.
1386 (mips_elf_highest): Warning clean-up.
1387 (mips_elf_create_got_section): Initialize got_entries.
1388 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
1389 local got size.
1390 (_bfd_mips_elf_size_dynamic_sections): Do not account for
1391 GOT_PAGE entries, since we now reuse GOT16 entries.
1392
e6af3a53
NC
13932002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
1394
1395 * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
1396 read-only section that lies after .text and before .data to be
1397 written into the output file and included in a_text.
1398 (translate_to_native_sym_flags): If an otherwise unrepresentable
1399 section was merged with .text, convert its symbols to N_TEXT
1400 symbols.
1401 * libaout.h (aout_section_merge_with_text_p): New macro.
1402
cf3d882d
AM
14032002-12-08 Alan Modra <amodra@bigpond.net.au>
1404
1405 * bfd-in.h: Comment typo fix. Formatting.
1406 * bfd-in2.h: Regenerate.
1407 * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
1408 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
1409 * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
1410
2f9bd3f6
RH
14112002-12-05 Richard Henderson <rth@redhat.com>
1412
1413 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
1414 Only send PCREL21B though the plt. Fix installed reloc type.
1415 (elfNN_ia64_relocate_section): Give error for dynamic reloc
1416 against PCREL22 or PCREL64I; clean up error messages for
1417 branch relocs.
1418
d0112f73
KB
14192002-12-04 Kevin Buettner <kevinb@redhat.com>
1420
1421 * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
1422 New functions.
1423 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
1424
c10d9d8f
JW
14252002-12-04 David Mosberger <davidm@hpl.hp.com>
1426
1427 * cpu-ia64-opc.c: Add operand constant "ar.csd".
1428
d48770d4
L
14292002-12-04 H.J. Lu <hjl@gnu.org>
1430
1431 * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
1432 BFD address when constructing local name.
1433
b6152c34
AS
14342002-12-04 Andreas Schwab <schwab@suse.de>
1435
1436 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
1437 member.
1438 (elf_m68k_link_hash_table_create): Initialize it.
1439 (elf_m68k_check_relocs): Handle symbols that are forced to be
1440 local due to visibility changes.
1441 (elf_m68k_adjust_dynamic_symbol): Likewise.
1442 (elf_m68k_size_dynamic_sections): Likewise.
1443 (elf_m68k_discard_copies): Likewise.
1444 (elf_m68k_relocate_section): Likewise.
1445
73374ef1
AM
14462002-12-04 Alan Modra <amodra@bigpond.net.au>
1447
1448 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
1449
c5c1944d
AM
14502002-12-04 Alan Modra <amodra@bigpond.net.au>
1451
1452 * srec.c (srec_write_symbols): Restore '$' prefix to address
1453 accidentally removed in 2002-04-04 change.
1454 (srec_get_symtab): Use 0 instead of `(long) FALSE'.
1455
e1a9cb8e
NC
14562002-12-03 Nick Clifton <nickc@redhat.com>
1457
1458 * elf32-ppc.c (apuinfo_list_init): New function.
73374ef1
AM
1459 (apuinfo_list_add): New function: Add a value to the list.
1460 (apuinfo_list_length): New function: Return the number of
1461 values on the list.
1462 (apuinfo_list_element): New function: Return a value on the
1463 list.
1464 (apuinfo_list_finish): New function: Free the resources used
1465 by the list.
1466 (ppc_elf_begin_write_processing): New function. Scan the
1467 input bfds for apuinfo sections.
1468 (ppc_elf_write_section): New function: Delay the creation of
1469 the contents of an apuinfo section in an output bfd.
1470 (ppc_elf_final_write_processing): New function. Create the
1471 contents of an apuinfo section in an output bfd.
1472 (elf_backend_begin_write_processing): Define.
1473 (elf_backend_final_write_processing): Define.
1474 (elf_backend_write_section): Define.
e1a9cb8e 1475
a823923b
RH
14762002-12-03 Richard Henderson <rth@redhat.com>
1477
1478 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
1479
30491647
SC
14802002-12-01 Stephane Carrez <stcarrez@nerim.fr>
1481
1482 Fix PR savannah/1417:
1483 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
1484 branch if it goes to the start of the deleted region.
1485
bc7c6a90
SC
14862002-12-01 Stephane Carrez <stcarrez@nerim.fr>
1487
1488 * bfd-in2.h (bfd_mach_m6812): Rebuild.
1489 * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
1490 bfd_mach_m6812s): Declare.
1491
1492 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
1493 (_bfd_m68hc12_elf_set_private_flags): Call it.
1494 (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
1495 (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
1496 report microcontroller incompatibilities (HC12 vs HCS12).
1497 (elf_backend_object_p): Update.
1498
b34976b6
AM
14992002-11-30 Alan Modra <amodra@bigpond.net.au>
1500
1501 * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
1502 (enum bfd_boolean, boolean): Delete.
1503 (bfd_boolean): Typedef to an int.
1504 (FALSE, TRUE): Define.
1505 * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
1506 aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
1507 aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
1508 binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
1509 coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
1510 coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
1511 coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
1512 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
1513 coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
1514 coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
1515 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
1516 cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
1517 cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
1518 cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
1519 cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
1520 cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
1521 cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
1522 cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
1523 cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
1524 cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
1525 dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
1526 elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
1527 elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
1528 elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
1529 elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
1530 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
1531 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
1532 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
1533 elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
1534 elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
1535 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
1536 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
1537 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
1538 elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
1539 elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
1540 elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
1541 hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
1542 i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
1543 libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
1544 libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
1545 m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
1546 mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
1547 nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
1548 pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
1549 pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
1550 pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
1551 reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
1552 som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
73374ef1 1553 syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
b34976b6
AM
1554 vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
1555 xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
1556 bfd_boolean, true with TRUE, false with FALSE. Simplify comparisons
1557 of bfd_boolean vars with TRUE/FALSE. Formatting.
1558 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
1559
947216bf
AM
15602002-11-28 Alan Modra <amodra@bigpond.net.au>
1561
1562 * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
1563 Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
1564 with Elf_Internal_Rela.
1565 * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
1566 elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
1567 elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
1568 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
1569 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
1570 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
1571 elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
1572 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
1573 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
1574 elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
1575 elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
1576 * elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
1577 throughout instead.
1578 * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
1579 * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
1580 Remove INLINE keyword.
1581 (elf_swap_reloc_in): Likewise. Also clear r_addend.
1582 (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
1583 as a bfd_byte *.
1584 (elf_write_relocs): Consolidate REL and RELA code.
1585 (elf_slurp_reloc_table_from_section): Simplify REL code.
1586 (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
1587 * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
1588 * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
1589 RELA code.
1590 (elf_link_adjust_relocs): Likewise. Don't malloc space for temp
1591 reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
1592 (elf_link_output_relocs): Likewise.
1593 (elf_reloc_link_order): Likewise.
1594 (elf_finish_pointer_linker_section): Likewise.
1595 (struct elf_link_sort_rela): Remove union.
1596 (elf_link_sort_cmp1): Update to suit.
1597 (elf_link_sort_cmp2): Here too.
1598 (elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
1599 over-allocation for int_rels_per_ext_rel != 1 case.
1600 * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
1601 * elf32-i386.c: Likewise.
1602 * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
1603 * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
1604 elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
1605 * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
1606 * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
1607 elf64-sparc.c, elf64-x86-64.c: Likewise.
1608 * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
1609 * elfxx-mips.c (sort_dynamic_relocs): Likewise for
1610 bfd_elf32_swap_reloc_in.
1611
1612 * elf32-arm.h: Update elf32_arm_info_to_howto calls.
1613 * elf32-mips.c: Likewise for mips_info_to_howto_rel.
1614 (mips_elf64_swap_reloc_in): Zero r_addend.
1615 (mips_elf64_be_swap_reloc_in): Likewise.
1616 (mips_elf64_slurp_one_reloc_table): Simplify.
1617
1618 * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
1619 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
1620 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
1621
1448fa32
KK
16222002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1623
1624 * elf32-sh.c (sh_elf_relocate_section): Don't complain about
73374ef1 1625 unresolved debugging relocs in dynamic applications.
1448fa32
KK
1626 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
1627
73722af0
AM
16282002-11-26 Alan Modra <amodra@bigpond.net.au>
1629
1630 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
1631 (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
1632 on a relocatable link. Comment typos.
1633 * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
1634 in the order they are declared. Clear elf_hash_value too.
1635 (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear
1636 eh_info and tls_segment.
1637 * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
1638 sorted when discarding relocs by turning them into R_*_NONE.
1639
1640 * libbfd.c (warn_deprecated): Comment spelling.
1641 * po/SRC-POTFILES.in: Regenerate.
1642
7c25b72c
RH
16432002-11-21 Richard Henderson <rth@redhat.com>
1644
1645 * elflink.h (elf_link_add_object_symbols): Don't overwrite the
1646 arch's st_other bits when merging visibilities.
1647 (elf_link_output_extsym): Tidy clearing of visibility field.
1648
dc12c51f
AM
16492002-11-21 Alan Modra <amodra@bigpond.net.au>
1650
1651 * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
1652 (SWAP_OUT_RELOC_OFFSET): Define.
1653
963f13ec
AO
16542002-11-20 Alexandre Oliva <aoliva@redhat.com>
1655
1656 * elf.c (_bfd_elf_link_hash_table_init): Make sure
1657 can_refcount is properly extended to the type of
1658 init_refcount.
1659
ee6423ed
AO
16602002-11-19 Alexandre Oliva <aoliva@redhat.com>
1661
4ffba85c
AO
1662 * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
1663 (_bfd_mips_elf_relocate_section): Use it.
1664
ee6423ed
AO
1665 * elfxx-mips.c (MNAME): New macro.
1666 (_bfd_mips_elf_check_relocs): Use it.
1667 (_bfd_mips_elf_discard_info): Likewise.
1668 (_bfd_mips_elf_final_link): Likewise.
1669
cdcf6e38
AM
16702002-11-19 Alan Modra <amodra@bigpond.net.au>
1671
1672 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
1673 rel_hdr.sh_size too.
1674
93509525
KD
16752002-11-18 Klee Dienes <kdienes@apple.com>
1676
1677 * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
1678 (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
1679 (BFD_H_FILES): Add bfdwin.c, bfdio.c.
1680 (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
1681 Add dependencies for bfdwin.c, bfdio.c.
1682 * bfd.c: Remove bfd_get_mtime, bfd_get_size.
1683 * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
1684 bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
1685 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
1686 * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
1687 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
1688 bfd_get_size (moved from libbfd.c and bfd.c).
1689 * bfdwin.c New file. Contains _bfd_window_internal,
1690 bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
1691 libbfd.c and bfd.c).
1692 * po/SRC-POTFILES.in: Regenerate.
1693 * po/bfd.pot: Regenerate.
1694 * libbfd.h: Regenerate.
1695 * bfd-in2.h: Regenerate.
1696 * aclocal.m4: Regenerate.
1697 * Makefile.in: Regenerate.
1698 * configure: Regenerate.
1699
3ae41454
AM
17002002-11-18 Klee Dienes <kdienes@apple.com>
1701
1702 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
1703
e514ac71
NC
17042002-11-15 Kazu Hirata <kazu@cs.umass.edu>
1705
1706 * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
1707 jsr after a short jump.
1708 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
1709
eddc4f81
KD
17102002-11-15 Klee Dienes <kdienes@apple.com>
1711
1712 * pef.c (bfd_pef_convert_architecture): Move declaration of
1713 ARCH_POWERPC and ARCH_M68K to the start of the function.
1714
51908eee
SS
17152002-11-14 Svein E. Seldal <Svein.Seldal@solidas.com>
1716
1717 * coff-tic4x.c (tic4x_howto_table): Formatting fixup
1718
3416d2e7
HPN
17192002-11-14 Hans-Peter Nilsson <hp@bitrange.com>
1720
1721 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
1722 For bpo_gregs_section->contents, allocate _raw_size, not
1723 _cooked_size.
1724
b1c58715
AM
17252002-11-13 Klee Dienes <kdienes@apple.com>
1726
1727 * config.bfd: Add entries for powerpc-*-darwin and cousins.
1728
077ca68b
L
17292002-11-13 H.J. Lu <hjl@gnu.org>
1730
1731 * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
1732
e84d6fca
AM
17332002-11-13 Klee Dienes <kdienes@apple.com>
1734 Alan Modra <amodra@bigpond.net.au>
1735
1736 * bfd.c (struct bfd_preserve): New.
1737 (bfd_preserve_save): New function.
1738 (bfd_preserve_restore): Ditto.
1739 (bfd_preserve_finish): Ditto.
1740 * bfd-in2.h: Regenerate.
1741 * mach-o.c: Formatting.
1742 (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
1743 (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
1744 (bfd_mach_o_core_p): Ditto.
1745 (bfd_mach_o_scan): Pass in mdata.
1746 * mach-o.h (bfd_mach_o_scan): Update prototype.
1747 * pef.c: Formatting.
1748 (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
1749 (bfd_pef_xlib_object_p): Ditto.
1750 (bfd_pef_scan): Pass in mdata. Move version check to bfd_pef_object_p.
1751 * pef.h (bfd_pef_scan): Update prototype.
1752 * xsym.c: Formatting, K&R fixes.
1753 (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
1754 (bfd_sym_scan): New function split out from bfd_sym_object_p.
1755 * xsym.h (bfd_sym_scan): Declare.
1756 * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
a7f84125 1757 * elfcore.h (elf_core_file_p): Likewise.
e84d6fca
AM
1758 * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
1759
cd24c222
NC
17602002-11-12 Nick Clifton <nickc@redhat.com>
1761
1762 * po/da.po: Updated Danish translation.
1763
99eb2ac8
AM
17642002-11-12 Alan Modra <amodra@bigpond.net.au>
1765
d6fe2dc1
AM
1766 * elflink.h (elf_link_add_object_symbols): Optimize stabs for
1767 relocatable link too.
1768 (elf_link_input_bfd): When emitting relocs, adjust offsets for
1769 eh_frame and stab sections. Zap deleted relocs.
1770 (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
1771 (elf_bfd_discard_info): Run for relocatable link too.
1772 * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd. Make global.
1773 Handle ld -r case.
1774 (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
1775 * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
1776
126495ed
AM
1777 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
1778 (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
1779 (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
1780 (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
1781 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
1782 (struct elf_link_hash_table): Add eh_info.
1783 (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
1784 (_bfd_elf_discard_section_eh_frame): Update prototype.
1785 (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
1786 (_bfd_elf_write_section_eh_frame): Likewise.
1787 (_bfd_elf_write_section_eh_frame_hdr): Likewise.
1788 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
1789 param. Get "hdr_info" from link hash table.
1790 (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param. Get
1791 header section from link hash table. Save header section to elf_tdata.
1792 (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec". Use
1793 header section from link hash table. Don't alloc hdr_info. Clear
1794 hdr_sec instead of setting "strip".
1795 (_bfd_elf_eh_frame_section_offset): Formatting.
1796 (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
1797 Get header section from link hash table.
1798 (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
1799 Get header section from link hash table.
1800 * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
1801 (get_program_header_size): Likewise.
1802 (_bfd_elf_section_offset): Formatting.
1803 * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
1804 section pointer in link hash table.
1805 (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
1806 and _bfd_elf_write_section_eh_frame calls. Update comment about
1807 eh_frame entries.
1808 (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
1809 _bfd_elf_discard_section_eh_frame_hdr calls. Remove "ehdr".
1810
1811 * po/SRC-POTFILES.in: Regenerate.
1812
99eb2ac8
AM
1813 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
1814 relocs for discarded FDEs. Remove dead code.
1815 (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
1816 * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
1817 Tidy conditions under which stabs are edited. Formatting.
1818 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
1819 from discarded relocs.
1820 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
1821 section adjustments after testing magic values.
1822
7c319a27
AM
18232002-11-12 Thomas Moestl <tmm@FreeBSD.org>
1824
1825 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
1826 references to large plt symbols.
1827
a95a4550
AM
18282002-11-12 Klee Dienes <kdienes@apple.com>
1829
1830 * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
1831 looking for an unused section name.
1832
bc7eab72
KH
18332002-11-11 Kazu Hirata <kazu@cs.umass.edu>
1834
1835 * coff-h8300.c: Fix formatting.
1836 * elf32-h8300.c: Likewise.
1837 * reloc16.c: Likewise.
1838
52585bb8
AM
18392002-11-09 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
1840
1841 * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
1842 section when dynamic section unused; _bfd_strip_section_from_output
1843 instead.
1844
9f632188
AM
18452002-11-08 Alan Modra <amodra@bigpond.net.au>
1846
207b304b
AM
1847 * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
1848 and sym_vec.
3b029f65 1849
9f632188
AM
1850 * dwarf2.c: Revert last change.
1851
ec4530b5
NC
18522002-11-07 Michal Ludvig <mludvig@suse.cz>
1853
1854 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
1855 _bfd_dwarf2_find_nearest_line): Use
1856 bfd_simple_get_relocated_section_contents() instead of
1857 bfd_get_section_contents().
1858 * reloc.c (bfd_perform_relocation): Add sanity check.
1859 * simple.c (simple_get_relocated_section_contents): If the section
1860 does not have any relocs associated with it, just return the
1861 unadjusted contents.
1862
205cfeb0
HPN
18632002-11-07 Hans-Peter Nilsson <hp@axis.com>
1864
1865 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
1866 case R_CRIS_32_GOT>: Correct test for filling in constant .got
1867 contents, enabling for a non-DSO, for symbols defined in the
1868 program with --export-dynamic.
1869
87e226ce
AM
18702002-11-07 Alan Modra <amodra@bigpond.net.au>
1871
1872 * elf64-ppc.c: Comment typo fixes.
1873 (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
1874
235c4794
NC
18752002-11-07 Nick Clifton <nickc@redhat.com>
1876
1877 * po/da.po: Updated Danish translation.
1878
49179469
AO
18792002-11-06 Alexandre Oliva <aoliva@redhat.com>
1880
1881 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
1882 exactly three internal relocs per external reloc. Set reloc_count
1883 to the external reloc count.
1884
246178f2
NC
18852002-11-06 Klee Dienes <kdienes@apple.com>
1886
3ae41454 1887 * coff-stgo32.c (stub_bytes): Mark as const.
246178f2
NC
1888 Fix comment formatting.
1889
3af9a47b
NC
18902002-11-06 Klee Dienes <kdienes@apple.com>
1891
3ae41454 1892 * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
3af9a47b
NC
1893 xsym.lo.
1894 (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
1895 (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
1896 * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
1897 * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
1898 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
1899 sym.
3ae41454 1900 (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
3af9a47b
NC
1901 * Makefile.in: Regenerate.
1902 * doc/Makefile.in: Regenerate.
3ae41454 1903 * bfd-in2.h: Regenerate.
3af9a47b
NC
1904 * xsym.c: New file. Contains support for the Apple/Metrowerks
1905 xSYM debugging format.
1906 * xsym.h: New file.
1907 * pef.c: New file. Contains support for the Apple Code Fragment
1908 Manager Preferred Executable Format
1909 * pef.h: New file.
1910 * pef-traceback.h: New file. Contains support for parsing PowerPC
1911 traceback tables as used by PEF executables (and perhaps other
1912 systems as well).
3ae41454 1913 * mach-o.c: New file. Contains support for the Mach-O object file
3af9a47b
NC
1914 format.
1915 * mach-o.h: New file.
1916 * mach-o-target.c: New file. Declares the mach-o targets
1917 themselves. Included three times by mach-o.c; each time with a
1918 different set of macros set.
3ae41454 1919
b6821651 19202002-11-06 Graeme Peterson <gp@qnx.com>
911b232a
AM
1921
1922 * Makefile.am: Remove entries for elf32-qnx.[ch].
1923 * Makefile.in: Regenerate.
1924 * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
1925 ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
1926 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
1927 * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
1928 bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
1929 and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
1930 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
1931 * configure: Regenerate.
1932 * elf32-qnx.c: Remove.
1933 * elf32-qnx.h: Remove.
1934 * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
1935 is_contained_by_filepos, and copy_private_bfd_data_p.
ad12c1c5
AM
1936 * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
1937 is_contained_by_filepos, and copy_private_bfd_data_p.
911b232a
AM
1938 * elf32-i386.c: Remove QNX extended bfd support.
1939 * elf32-ppc.c: Remove QNX extended bfd support.
1940 * elf32-sh.c: Remove QNX extended bfd support.
1941 * elfarm-nabi.c: Remove QNX extended bfd support.
1942 * targets.c: Remove qnx vectors.
1943 * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
1944 (elf_backend_is_contained_by_filepos): Remove.
1945 (elf_backend_copy_private_bfd_data_p): Remove.
1946 * po/SRC-POTFILES.in: Regenerate.
1947
b6821651
AM
19482002-11-06 David O'Brien <obrien@FreeBSD.org>
1949 Alan Modra <amodra@bigpond.net.au>
1950
1951 * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
1952 dynamic relocs against section symbols for the output section vma.
1953
19542002-11-05 Alan Modra <amodra@bigpond.net.au>
1955
1956 * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
1957 t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
1958
08f74004
AM
19592002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1960 Alan Modra <amodra@bigpond.net.au>
1961
1962 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
1963 vectors in target_selvecs.
1964 (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
1965 in target_selvecs.
1966 (sh-*-netbsdelf*): Likewise.
1967 * configure.in (assocvecs): New variable. Handle assocvecs like
1968 selvecs.
1969 * configure: Regenerate.
1970 * format.c (bfd_check_format_matches): Store bfd_target pointers
1971 in matching_vector instead of target names. Select first target
1972 from bfd_associated_vector that matches a list of ambiguous targets.
1973 * targets.c (_bfd_associated_vector): New array.
1974 (bfd_associated_vector): New variable.
1975 (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
1976 * libbfd-in.h (bfd_associated_vector): Declare.
1977 * libbfd.h: Regenerate.
1978
89117aab
AM
19792002-11-05 Elias Athanasopoulos <eathan@otenet.gr>
1980
1981 * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
1982 non-NULL before dereferencing.
1983
5e9aae3e
KK
19842002-11-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1985
1986 * vms.c (vms_object_p): Restore the start address when returning
1987 NULL.
1988
c97e73dd
AM
19892002-11-04 Alan Modra <amodra@bigpond.net.au>
1990 Hans-Peter Nilsson <hp@axis.com>
1991
1992 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
1993 (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
1994 Set up a larger symshndxbuf, and write it out. Free it on
1995 exit rather than freeing symbuf twice. Correct section index
1996 on output section symbol loop.
1997 (elf_link_output_sym): Accumulate symbol extension section
1998 indices, reallocating symshndxbuf rather than writing it out.
1999 (elf_link_flush_output_syms): Don't flush symshndxbuf.
2000 * elf.c (assign_section_numbers): Init i_shdrp to all zero.
2001 Use bfd_zalloc to clear i_shdrp[0] too.
2002
3463048e
SC
20032002-11-03 Stephen Clarke <stephen.clarke@earthling.net>
2004
2005 * elf32-sh64-com.c (sh64_address_in_cranges): Use
2006 _raw_size of cranges section if _cooked_size not yet set.
2007
63a23799
HPN
20082002-11-03 Hans-Peter Nilsson <hp@axis.com>
2009
2010 * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
2011 for bfd_elf32_swap_symbol_out.
2012
e68cc12e
DB
20132002-10-31 David O'Brien <obrien@FreeBSD.org>
2014
2015 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
2016 signed and unsigned in comparison.
2017
db4b6d01
DJ
20182002-10-30 Daniel Jacobowitz <drow@mvista.com>
2019
2020 * coffcode.h: Remove extraneous '\'.
2021
840f0243
L
20222002-10-28 H.J. Lu <hjl@gnu.org>
2023
2024 * Makefile.am (targets.lo): Depend on Makefile instead of
2025 config.status.
2026 (archures.lo): Likewise.
2027 * Makefile.in: Regenerated.
2028
05a7e2db
JT
20292002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
2030
2031 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
2032 bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
2033 targ_selvecs.
2034
a0087177
JW
20352002-10-25 Jim Wilson <wilson@redhat.com>
2036
2037 * elf64-sh64.c (sh_elf64_relocate_section): Call
2038 _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
2039 of SHF_MERGE section.
2040
8718ac9c
HPN
20412002-10-25 Hans-Peter Nilsson <hp@axis.com>
2042
2043 * simple.c: Correct placement of ATTRIBUTE_UNUSED.
2044
d45913a0
DA
20452002-10-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
2046
2047 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
2048 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
2049 unsigned int.
2050 (NAME(aout,final_link)): Cast enum used in assignment.
2051 (aout_link_write_symbols): Cast enums in comparisons, int values to
2052 boolean, enums in assignments to int.
2053 (aout_link_input_section_std): Cast rel->r_index to unsigned int.
2054 (aout_link_input_section_ext): Likewise. Cast enums used in comparisons
2055 with unsigned ints.
2056 (aout_link_reloc_link_order): Cast enum to int in assignment.
2057 * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
2058 calls to char *.
2059 * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
2060 assignment.
2061 * bfd-in2.h (bfd_set_section_vma): Likewise.
2062 * bfd.c (bfd_record_phdr): Cast enums in assignments.
2063 * binary.c (bfd_alloc): Cast enum to long.
2064 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
2065 * dwarf2.c (read_abbrevs): Add casts to enum types.
2066 (read_attribute_value): Likewise.
2067 (arange_add): Cast result of bfd_zalloc call.
2068 (comp_unit_contains_address): Return true and false.
2069 (comp_unit_find_nearest_line): Cast return to boolean.
2070 * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
2071 * gen-aout.c: define macro '_' if not defined.
2072 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
2073 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
2074 (bfd_write_bigendian_4byte_int): Cast return to boolean.
2075 (bfd_seek): Cast bfd_realloc to bfd_byte *.
2076 (bfd_generic_is_local_label_name): Cast return to boolean.
2077 * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
2078 * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
2079 struct bfd_hash_entry *.
2080 (_bfd_generic_link_hash_newfunc): likewise.
2081 (_bfd_generic_final_link): Cast enum to unsigned int.
2082 * merge.c (sec_merge_emit): Cast return to boolean.
2083 (merge_strings): Add casts to const unsigned char *.
2084 * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
2085 (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
2086 * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result to
2087 struct bfd_hash_entry *.
2088 (bfd_set_section_content): Add cast to PTR in comparison.
2089 * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
2090 simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
2091 simple_dummy_unattached_reloc,
2092 bfd_simple_get_relocated_section_contents): Add K&R declarations and
2093 function definitions.
2094 * srec.c (S3Forced): Initialize to false.
2095 (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
2096 * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
2097 (_bfd_discard_section_stabs): Likewise. Also cast return to boolean.
2098 * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
2099 (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
2100 comparisons.
2101
475c2a7e
JJ
21022002-10-23 Jakub Jelinek <jakub@redhat.com>
2103
2104 * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
2105 relocs into shared lib non-allocated reloc sections.
2106
e82ce529
AM
21072002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu>
2108
2109 * dwarf2.c (add_line_info): Ensure that the line_info_table is
2110 sorted even when given an out-of-order line sequence.
2111 (lookup_address_in_line_info_table): When an exact VMA match is
2112 not found, return line information with the closest VMA.
2113
f2482cb2
NC
21142002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
2115
2116 * elf64-hppa.c: Force DT_FLAGS to always be set. Required by
2117 HPUX 11.00 patch PHSS_26559.
2118
c1fd6598
AO
21192002-10-22 Alexandre Oliva <aoliva@redhat.com>
2120
2121 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
2122 the options section into a separate section unless IRIX 6
2123 compatibility is enabled.
2124
033fd5f9
AO
21252002-10-22 Alexandre Oliva <aoliva@redhat.com>
2126
2127 * elflink.h (struct elf_link_sort_rela): Turn rel and rela
2128 into arrays.
2129 (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
2130 (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
2131 into account.
2132 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
2133 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
2134
ef485c01
AM
21352002-10-21 Graeme Peterson <gp@qnx.com>
2136
2137 * targets.c (_bfd_target_vector): Add missing qnx vectors.
2138
b50afec9
AM
21392002-10-21 Alan Modra <amodra@bigpond.net.au>
2140
2141 * targets.c (bfd_target_list): Don't return the default target twice.
2142
5fe39cae
AM
21432002-10-21 Elias Athanasopoulos <eathan@otenet.gr>
2144
2145 * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
2146 perror with bfd_perror.
2147
5d603aa9
L
21482002-10-19 H.J. Lu <hjl@gnu.org>
2149
2150 * elflink.h (elf_link_add_object_symbols): Correctly handle
2151 DT_RPATH and DT_RUNPATH.
2152
e377ab71
MK
21532002-10-19 Mark Kettenis <kettenis@gnu.org>
2154
2155 * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
2156
0d09fec6
DC
21572002-10-17 Denis Chertykov <denisc@overta.ru>
2158
2159 * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
2160 for ip2k port.
2161
acf8aed4
AM
21622002-10-17 Alan Modra <amodra@bigpond.net.au>
2163
2164 * elfxx-target.h (USE_REL): Don't define as 1.
2165 * elf32-arm.h (USE_REL): Provide a default define of 0.
2166 Use #if rather than #ifdef when testing USE_REL.
2167 * elf32-m32r.c: Likewise.
2168
2169 * elf32-arc.c (USE_REL): Define as 1.
2170 * elf32-d10v.c (USE_REL): Likewise.
2171 * elf32-m32r.c (USE_REL): Likewise.
2172 * elf32-m68hc11.c (USE_REL): Likewise.
2173 * elf32-m68hc12.c (USE_REL): Likewise.
2174 * elf32-or32.c (USE_REL): Likewise.
2175 * elfarm-nabi.c (USE_REL): Likewise.
2176
f52d1d64
JJ
21772002-10-16 Jakub Jelinek <jakub@redhat.com>
2178
2179 * config.bfd (s390-*-linux*): Add targ64_selvecs.
2180 (s390x-*-linux*): Add targ_selvecs.
2181
2bc3c89a
AM
21822002-10-16 Alan Modra <amodra@bigpond.net.au>
2183
2184 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
5fe39cae 2185 elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
2bc3c89a
AM
2186 elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
2187 elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo.
2188 (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
2189 (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
2190 (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
2191 (SOURCE_HFILES): Add elf32-qnx.h.
2192 (BUILD_HFILES): Add bfdver.h.
2193 Run "make dep-am".
2194 * Makefile.in: Regenerate.
2195 * configure.in Update bfd vector dependencies.
2196 * configure: Regenerate.
2197 * elf32-i386-fbsd.c: Delete. Move code to elf32-i386.c.
2198 * elf32-i386qnx.c: Likewise.
2199 * elf32-ppcqnx.c: Delete. Move code to elf32-ppc.c.
2200 * elf32-sh-nbsd.c: Delete. Move code to elf32-sh.c.
2201 * elf32-sh-lin.c: Likewise.
2202 * elf32-shqnx.c: Likewise.
2203 * elf32-sh64-lin.c: Delete. Move code to elf32-sh64.c.
2204 * elf32-sh64-nbsd.c: Likewise.
2205 * elf64-sh64-lin.c: Delete. Move code to elf64-sh64.c.
2206 * elf64-sh64-nbsd.c: Likewise.
2207 * elfarmqnx-nabi.c: Delete. Move code to elfarm-nabi.c.
2208 * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
2209 * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
2210 * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
2211 * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
2212 (elf_backend_is_contained_by_filepos): Likewise.
2213 (elf_backend_copy_private_bfd_data_p): Likewise.
2214 Globalize and move functions to..
2215 * elf32-qnx.c: ..here. New file.
2216 * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests. Don't
2217 emit target vectors when INCLUDE_SHMEDIA.
2218 * elf32-sh64.c: Remove ELF_ARCH test. Move TARGET_* etc. defines to
2219 end of file.
2220 * elf64-sh64.c: Remove ELF_ARCH test.
2221 * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
2222 * po/BLD-POTFILES.in: Regenerate.
2223 * po/SRC-POTFILES.in: Regenerate.
2224
90c9df85
AM
22252002-10-16 Alan Modra <amodra@bigpond.net.au>
2226
366f2964
AM
2227 * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
2228 loaded with --just-symbols.
2229
90c9df85
AM
2230 * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
2231 * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
2232 * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
2233 * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
2234
2238051f
RH
22352002-10-15 Richard Henderson <rth@redhat.com>
2236
2237 * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
2238 (BFD64_BACKENDS_CFILES): Likewise.
2239 * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
2240 * elf64-alpha-fbsd.c: Remove file, move code ...
2241 * elf64-alpha.c: ... here.
2242 * Makefile.in, configure: Rebuild.
2243
64e04ecd
RH
22442002-10-14 Richard Henderson <rth@redhat.com>
2245
2246 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
2247 VALUE, not ADDEND.
2248
396a6083
SC
22492002-10-14 Stephen Clarke <stephen.clarke@superh.com>
2250
2251 * elf32-sh.c (elf_sh_link_hash_entry): Replace
2252 datalabel_got_offset with union of datalabel_got
2253 offset and refcount.
2254 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
2255 (allocate_dynrelocs): Delete unnecessary code for
2256 STT_DATALABEL type. Create entry in got for
2257 datalabel version of symbol if datalabel_got.refcount > 0.
2258 (sh_elf_relocate_section): Use datalabel_got union.
2259 (sh_elf_gc_sweep_hook): Pull common code to initialize
2260 h and eh out of switch statement. Declare seen_stt_datalabel.
2261 Initialize it. Decrement datalabel_got.refcount for
2262 got relocs when seen_stt_datalabel is true.
2263 Decrement local_got_refcounts entry for datalabel got relocs
2264 of local symbols.
2265 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
2266 (sh_elf_check_relocs): Declare seen_stt_datalabel.
2267 Initialize it. When seen_stt_datalabel is true, increment
2268 datalabel_got refcount rather than got.refcount.
2269 (sh_elf_finish_dynamic_symbol): Create relocs to
2270 initialize got entry for datalabel version of symbol.
2271
6a0735ef
AM
22722002-10-14 Alan Modra <amodra@bigpond.net.au>
2273
2274 * Makefile.am: Run "make dep-am".
2275 (BFD_H_FILES): Remove version.h.
2276 * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
2277 * version.h: ..to here.
2278 * configure.in (bfd_version_date): Remove.
2279 (AC_OUTPUT): Make bfdver.h from version.h.
2280 * bfd.c: #include "bfdver.h".
2281 * vms-hdr.c: Likewise.
2282 * Makefile.in: Regenerate.
2283 * bfd-in2.h: Regenerate.
2284 * configure: Regenerate.
2285 * po/SRC-POTFILES.in: Regenerate.
2286
686e4055
AM
22872002-10-14 Alan Modra <amodra@bigpond.net.au>
2288
2289 * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
2290 bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
2291 bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
2292 bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
2293 bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
2294 bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
2295 bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
2296 bfd_mach_ip2022, bfd_mach_ip2022ext,
2297 bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
2298 * bfd-in2.h: Regenerate.
2299
019dca2b
KK
23002002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2301
2302 * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
2303 endian vector to targ_selvecs.
2304
bce03d3d
AO
23052002-10-13 Alexandre Oliva <aoliva@redhat.com>
2306
2307 * elfxx-mips.c (mips_elf_calculate_relocation): Take
2308 save_addend argument. Don't apply the 32-bit mask to a
2309 GPREL32 value if it's to be used in another relocation. Don't
2310 use forced-check computation of local_p to decide whether to
2311 add gp0 to GPREL16 value. Don't use only the lowest 16 bits
2312 of the addend of a non-in-place GPREL16 relocation.
2313 (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
2314 mips_elf_calculate_relocation().
2315
9b691193
SC
23162002-10-12 Stephane Carrez <stcarrez@nerim.fr>
2317
2318 * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
2319 with symbols in other sections if we relaxed something; the sections
2320 output offsets must be re-computed before.
2321
1f4c5b47
SC
23222002-10-12 Stephane Carrez <stcarrez@nerim.fr>
2323
2324 * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
2325 handling to use Elf_Internal_Sym.
2326 (m68hc11_elf_relax_delete_bytes): Likewise.
2327
5dc97655
KK
23282002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2329
2330 * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
2331 sh_elf_object_p, dtpoff_base): New functions.
2332 (sh_elf_howto_table): Add TLS relocs.
2333 (sh_reloc_map): Likewise.
2334 (sh_elf_info_to_howto): Support TLS relocs.
2335 (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
2336 (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
2337 New macros.
2338 (sh_elf_obj_tdata): New.
2339 (elf_sh_link_hash_table): Add tls_ldm_got.
2340 (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
2341 (allocate_dynrelocs): Support TLS relocs.
2342 (sh_elf_size_dynamic_sections): Likewise.
2343 (sh_elf_relocate_section): Support TLS relocs. Don't try to find
2344 .rela.got section when found already. Return false after printing
2345 error about unresolvable relocation.
2346 (sh_elf_gc_sweep_hook): Support TLS relocs.
2347 (sh_elf_check_relocs): Likewise.
2348 (sh_elf_finish_dynamic_symbol): Likewise.
2349 (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
2350 * reloc.c: Add SH TLS relocs.
2351 * bfd-in2.h, libbfd.h: Regenerate.
2352
6a0735ef
AM
23532002-10-11 Daniel Jacobowitz <drow@mvista.com>
2354
2355 * Makefile.in: Regenerated.
2356
af39267e
DJ
23572002-10-11 Daniel Jacobowitz <drow@mvista.com>
2358
2359 * Makefile.am: Run dep-am.
6a0735ef 2360 (BFD_H_DEP): Add simple.c and linker.c.
af39267e
DJ
2361 (BFD32_LIBS): Add simple.lo.
2362 (BFD32_LIBS_CFILES): Add simple.c.
2363 * Makefile.in: Regenerated.
2364 * bfd-in2.h: Regenerated.
2365 * simple.c: New file.
2366
0be617ce
AM
23672002-10-11 Alan Modra <amodra@bigpond.net.au>
2368
14a793b2
AM
2369 * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
2370 (record_thumb_to_arm_glue): Likewise.
2371 * ecoff.c (ecoff_link_add_externals): Likewise.
2372 * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
2373 (record_thumb_to_arm_glue): Likewise.
2374 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
2375 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
2376 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
2377 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
2378 * elf64-ppc.c (func_desc_adjust): Likewise.
2379 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
2380 (sh64_elf64_create_dynamic_sections): Likewise.
2381 * elflink.c (_bfd_elf_create_got_section): Likewise.
2382 (_bfd_elf_create_dynamic_sections): Likewise.
2383 (_bfd_elf_create_linker_section): Likewise.
2384 * elflink.h (elf_add_default_symbol): Likewise.
2385 (elf_link_create_dynamic_sections): Likewise.
2386 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
2387 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
2388 * elfxx-mips.c (mips_elf_create_got_section): Likewise.
2389 (_bfd_mips_elf_add_symbol_hook): Likewise.
2390 (_bfd_mips_elf_create_dynamic_sections): Likewise.
2391 * linker.c (generic_link_add_symbol_list): Likewise.
2392 * xcofflink.c (xcoff_link_add_symbols): Likewise.
2393
2394 * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
2395
0be617ce 2396 * elf64-ppc.c (edit_opd): Only zero opd syms when function is
7f6a7663 2397 completely removed. Correct local sym adjustment.
0be617ce 2398
0a4ef3f4
SC
23992002-10-10 Stephen Clarke <stephen.clarke@superh.com>
2400
2401 * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
2402 Correct mistake in calculation of address of .got.
2403 * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
2404 elf_sh64_pic_plt_entry_le): Likewise.
2405
efacd36e
SC
24062002-10-09 Richard Shann <richard.shann@superh.com>
2407 Stephen Clarke <stephen.clarke@superh.com>
2408
2409 * Makefile.am: Add entries for elf32-sh64-lin.c and
2410 elf64-sh64-lin.c. Regenerate.
2411 * Makefile.in: Regenerate.
2412 * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
2413 to use sh64 vectors rather than sh vectors.
2414 * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
2415 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
2416 * configure: Regenerate.
2417 * elf32-sh64-lin.c: New file.
2418 * elf64-sh64-lin.c: New file.
2419 * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5fe39cae
AM
2420 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
2421
299bf759
L
24222002-10-08 H.J. Lu <hjl@gnu.org>
2423
2424 * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
2425 IE->LE transition for R_386_TLS_IE.
2426
51020317
AM
24272002-10-08 Alan Modra <amodra@bigpond.net.au>
2428
2429 * elf64-ppc.c (edit_opd): Correct test for discarded sections.
2430
a8fcf378
NC
24312002-10-07 Mark Elbrecht <snowball3@softhome.net>
2432
51020317
AM
2433 * cofflink.c (mark_relocs): Don't mark relocations in excluded
2434 sections.
a8fcf378 2435
a16d5acb
AM
24362002-10-07 Alan Modra <amodra@bigpond.net.au>
2437
a6b511bd
AM
2438 * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
2439 code.
2440
a16d5acb
AM
2441 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
2442
7c4a37eb
AM
24432002-10-06 Alan Modra <amodra@bigpond.net.au>
2444
2445 * opncls.c: Formatting.
2446 (_bfd_new_bfd): Use a smaller section hash table.
2447
7c4ca42d
AO
24482002-10-05 Alexandre Oliva <aoliva@redhat.com>
2449
2450 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
2451 of the other two relocations packed with a REL32 to NONE.
2452
4989d792
SC
24532002-10-02 Stephen Clarke <stephen.clarke@superh.com>
2454
2455 * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
2456 (sh_elf_link_hash_newfunc): Initialize it.
2457 (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
2458 to got.refcount for symbols that are forced local or when
2459 we have direct got refs.
2460 (sh_elf_gc_sweep_hook): Adjust gotplt_refcount. Use it
2461 to correctly adjust got.refcount and plt.refcount.
2462 (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
2463 (sh_elf_check_relocs): Increment gotplt_refcount.
51020317 2464
7c445aa3
JJ
24652002-10-01 Jakub Jelinek <jakub@redhat.com>
2466
2467 * elf32-i386.c (elf_i386_relocate_section): Fix
2468 movl foo@indntpoff, %eax IE->LE transition.
2469
abcf1d52
JJ
24702002-10-01 Jakub Jelinek <jakub@redhat.com>
2471
2472 * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
2473 sequence and its transitions.
2474
a45bb67d
JJ
24752002-10-01 Jakub Jelinek <jakub@redhat.com>
2476
2477 * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
2478 to st_value + addend in non-code sections.
2479 * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
2480 R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
2481
00707a0e 24822002-09-30 Gavin Romig-Koch <gavin@redhat.com>
51020317
AM
2483 Ken Raeburn <raeburn@cygnus.com>
2484 Aldy Hernandez <aldyh@redhat.com>
2485 Eric Christopher <echristo@redhat.com>
2486 Richard Sandiford <rsandifo@redhat.com>
00707a0e
RS
2487
2488 * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
2489 (bfd_mach_mips5500): New.
2490 * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
2491 (arch_info_struct): Add corresponding entries here.
2492 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
2493 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
2494 (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
2495 bfd_mach_mips5400 and bfd_mach_mips5500.
2496 (_bfd_mips_elf_mach_extends_p): New function.
2497 (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
2498 the EF_MIPS_MACH flags.
2499 * bfd-in2.h: Regenerate.
2500
624f0b25
JT
25012002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
2502
2503 * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
2504 .got sections.
2505
b89fe0ee
AM
25062002-09-28 Alan Modra <amodra@bigpond.net.au>
2507
2508 * elf.c (map_sections_to_segments): Correct test for start of
2509 writable section in the same page as end of read-only section.
2510
b29635ba
JT
25112002-09-27 Matt Thomas <matt@3am-software.com>
2512
2513 * elf32-vax.c (elf_vax_check_relocs): Remove unused
2514 local_got_refcounts usage. Remove allocation of got slot.
2515 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
2516 Remove de-allocation of got slot.
2517 (elf_vax_size_dynamic_section): Fix some indentation. Add hash
2518 traversal for elf_vax_instantiate_got_entries. Allow empty .got
2519 sections to be GC'ed.
2520 (elf_vax_instantiate_got_entries): New function.
2521 (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling. Remove
2522 tests that are now handled by elf_vax_instantiate_got_entries.
2523 Assert GOT entry falls within .got section size. Remove redundant
2524 comparisions. Fix comments.
2525
bffbf940
JJ
25262002-09-27 Jakub Jelinek <jakub@redhat.com>
2527
2528 * reloc.c: Add x86-64 TLS relocs.
2529 * bfd-in2.h, libbfd.h: Rebuilt.
2530 * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
2531 relocs. Add TLS relocs.
2532 (x86_64_reloc_map): Add TLS relocs.
2533 (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
2534 (struct elf64_x86_64_link_hash_entry): Add tls_type field.
2535 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
2536 (elf64_x86_64_hash_entry): Define.
2537 (struct elf64_x86_64_obj_tdata): New.
2538 (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
2539 (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
2540 (link_hash_newfunc): Initialize tls_type.
2541 (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
2542 (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
2543 (elf64_x86_64_mkobject): New.
2544 (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
2545 (elf64_x86_64_tls_transition): New.
2546 (elf64_x86_64_check_relocs): Add r_type variable and use it.
2547 Handle TLS relocs.
2548 (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
2549 (allocate_dynrelocs): Allocate GOT space for TLS relocs.
2550 (elf64_x86_64_size_dynamic_sections): Likewise.
2551 (dtpoff_base, tpoff): New.
2552 (elf64_x86_64_relocate_section): Handle TLS relocs.
2553 (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
2554 entries.
2555 (bfd_elf64_mkobject): Define.
2556
2557 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
2558 DF_STATIC_TLS if shared.
2559
14366460
TS
25602002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2561
2562 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
2563 empty relocation sections.
2564
9f951329
AM
25652002-09-26 Alan Modra <amodra@bigpond.net.au>
2566
2567 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
2568 (ppc64_elf_build_stubs): Build them here instead.
2569
6b3ac709
JJ
25702002-09-24 Jakub Jelinek <jakub@redhat.com>
2571
2572 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
2573 addend into r_addend, not *r_offset.
2574 (elf32_sparc_finish_dynamic_symbol): Likewise.
2575 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
2576 R_SPARC_RELATIVE's r_offset.
2577
e2f6d277
NC
25782002-09-23 Nathan Tallent <eraxxon@alumni.rice.edu>
2579
2580 * dwarf2.c (decode_line_info): Update to correctly decode
2581 the (non-standard DWARF2) out-of-order address sequences
2582 generated by the Intel C++ 6.0 compiler for ia64-Linux.
2583
f3961b2b
DD
25842002-09-23 Mark Elbrecht <snowball3@softhome.net>
2585
2586 * config.bfd: For DJGPP targets, match with any cpu and any machine.
2587
ad34bc37
AM
25882002-09-23 Alan Modra <amodra@bigpond.net.au>
2589
2590 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
2591 for discarded FDEs. Remove redundant assignment.
2592 * elflink.h (elf_bfd_discard_info): Save edited relocs.
2593
82988bff
L
25942002-09-22 H.J. Lu <hjl@gnu.org>
2595
2596 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
2597 the relocation count between different .reloc sections.
2598
5ad8645c
AM
25992002-09-21 Alan Modra <amodra@bigpond.net.au>
2600
5f819128
AM
2601 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
2602 ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
2603 R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and
2604 R_PPC_EMB_RELSDA.
2605
5ad8645c
AM
2606 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
2607 unsigned. Move "symcount" assignment out of loop.
2608 * Makefile.am: Run "make dep-am".
2609 * Makefile.in: Regenerate.
2610 * configure: Regenerate.
2611 * po/SRC-POTFILES.in: Regnerate.
2612
75936555
NC
26132002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
2614
2615 * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
2616 zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
2617 (e.g. IRIX64).
2618
2243deae
L
26192002-09-19 Jakub Jelinek <jakub@redhat.com>
2620
2621 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
2622 even if generating R_PPC_RELATIVE reloc.
2623 (ppc_elf_relocate_section): Make sure relocation is performed
2624 if skip == -2. Clear memory at r_offset when creating dynamic
2625 relocation.
2626
37e55690
JJ
26272002-09-19 Jakub Jelinek <jakub@redhat.com>
2628
2629 * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
2630 BFD_RELOC_386_TLS_GOTIE): Add.
2631 * bfd-in2.h, libbfd.h: Rebuilt.
2632 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
2633 and R_386_TLS_GOTIE.
2634 (elf_i386_reloc_type_lookup): Handle it.
2635 (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
2636 char instead of enum, change GOT_* into defines.
2637 (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
2638 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
2639 (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is
2640 accessed both as normal and TLS symbol. Move R_386_TLS_LDM and
2641 R_386_PLT32 cases so that R_386_TLS_IE can fall through.
2642 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
2643 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
2644 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
2645 (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
2646 tls_type is GOT_TLS_IE_BOTH.
2647 (elf_i386_size_dynamic_sections): Likewise.
2648 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
2649 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
2650 (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
2651 all 4 GOT_TLS_* TLS types.
2652
8e67855b
NC
26532002-09-19 Nick Clifton <nickc@redhat.com>
2654
2655 * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
2656 follow indirect links.
2657
1c59ba3f
NC
26582002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
2659
2660 * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
2661 correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
2662 on 64 bit machines.
2663 (ecoff_swap_sym_in) <iss>: Likewise.
0e327d91
NC
2664 * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
2665 ECOFF information: 'ioptMax' refers to the actual *size*
2666 of the optimization symtab, not the number of entries.
1c59ba3f 2667
9d7404b7
NC
26682002-09-19 Daniel Jacobowitz <drow@mvista.com>
2669
2670 * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
2671 ELF_LINK_HASH_NEEDS_PLT logic.
2672
05a487dc
DJ
26732002-09-18 Daniel Jacobowitz <drow@mvista.com>
2674
2675 * elfcode.h (elf_slurp_reloc_table_from_section): Check
2676 correct relocation count.
2677
1f70368c
DJ
26782002-09-17 Daniel Jacobowitz <drow@mvista.com>
2679
2680 * bfd-in.h (bfd_get_dynamic_symcount): Define.
2681 * bfd.c (struct _bfd): Add dynsymcount.
2682 * bfd-in2.h: Regenerated.
2683 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
2684 abfd->dynsymcount.
2685 * elfcode.h (elf_slurp_reloc_table_from_section): Check
2686 for overflow.
2687
51020317 26882002-09-17 Stan Cox <scox@redhat.com>
a902ee94
SC
2689
2690 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
2691 (mips_elf64_final_gp): Don't make up gp value.
2692 * elfn32-mips.c (mips_elf_final_gp): Likewise.
2693 * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
2694 .MIPS.options/.options section.
2695
290062cc
DB
26962002-09-17 David O'Brien <obrien@FreeBSD.org>
2697
2698 * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
2699 It is benign for FreeBSD < 4.1. Minor reformatting.
2700 * elf64-alpha-fbsd.c: Likewise.
2701
c5c1f40c
JJ
27022002-09-17 Jakub Jelinek <jakub@redhat.com>
2703
ca1eb0ba
JJ
2704 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
2705 addend.
c5c1f40c 2706
562ace6b
AM
27072002-09-17 Alan Modra <amodra@bigpond.net.au>
2708
2709 * elf64-alpha.c (alpha_elf_size_info): Make static.
2710
5af6ead6
AM
27112002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
2712
2713 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
2714 * cpu-tic4x.c: Ditto.
2715
cb9512fc
TS
27162002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2717
2718 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
2719 duplicate define.
2720
4ada7262
DB
27212002-09-16 Bruno Haible <bruno@clisp.org>
2722
2723 * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
2724 by a target variant implementation.
2725 * elf64-alpha.c: Likewise.
2726 * elf32-i386-fbsd.c: New file.
2727 * elf64-alpha-fbsd.c: New file.
2728 * targets.c: Support bfd_elf32_i386_freebsd_vec and
2729 bfd_elf64_alpha_freebsd_vec.
2730 * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
2731 bfd_elf64_alpha_freebsd_vec.
2732 * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
2733 (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
2734 (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
2735 (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
2736 (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
2737 * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
2738 specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
2739
6a30718d
JJ
27402002-09-12 Jakub Jelinek <jakub@redhat.com>
2741
2742 * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
2743 NULL.
2744 (elf_i386_relocate_section): Return false after printing error about
2745 unresolvable relocation.
2746
6cf9e9fe
NC
27472002-09-12 Nick Clifton <nickc@redhat.com>
2748
2749 * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
2750 R_ARM_THM_PC11.
2751
10f469bf
DJ
27522002-09-11 Jeffrey Law <law@redhat.com>
2753
2754 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
2755
dc43ada5
NC
27562002-09-11 Andrew Haley <aph@cambridge.redhat.com>
2757
2758 * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
2759 line_ptr before deciding we've found a symbol.
2760
e09f4395
NC
27612002-09-11 Nick Clifton <nickc@redhat.com>
2762
2763 * po/da.po: New Danish translation file.
2764 * configure.in (LINGUAS): Add 'da'.
2765 * configure: Regenerate.
2766
b3018b5f
NC
27672002-09-10 Michael Snyder <msnyder@redhat.com>
2768
2769 * irix-core.c (do_sections, do_sections64): New functions.
51020317 2770 (irix_core_core_file_p): Call new functions do_sections,
b3018b5f
NC
2771 do_sections64, depending on corefile (32-bit or 64-bit).
2772
2f21f25e
RH
27732002-09-09 Richard Henderson <rth@redhat.com>
2774
2775 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
2776 and PCREL21F like PCREL21B.
2777
28b94e7c
KB
27782002-09-04 Kevin Buettner <kevinb@redhat.com>
2779
51020317
AM
2780 * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
2781 vector.
28b94e7c 2782
5cec6941
NC
27832002-09-02 Nick Clifton <nickc@redhat.com>
2784
2785 * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
2786 names instead of cryptically overloaded bfd_reloc error
2787 codes.
2788 (v850_elf_relocate_section): Likewise.
2789 (v850_elf_relax_section): Replace caching of external symbols
2790 with caching of internal symbols obtained from calling
2791 bfd_elf_get_elf_syms().
51020317 2792 Fixup problems with freeing cached allocated memory blocks.
5cec6941 2793
3b77b1d5
AM
27942002-09-02 Alan Modra <amodra@bigpond.net.au>
2795
638524b5
AM
2796 * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
2797 (bfd_pj_arch): Use bfd_default_scan.
2798 * cpu-v850.c (scan): Remove.
2799 (N): Use bfd_default_scan.
2800 * cpu-z8k.c (scan_mach): Remove.
2801 (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
2802 first. Use bfd_default_scan.
2803
250d94fd
AM
2804 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
2805 bfd_mach constants.
2806 (ecoff_get_magic): Likewise.
2807 * elf32-v850.c (v850_elf_object_p): Likewise.
2808 (v850_elf_final_write_processing): Likewise.
2809 * mipsbsd.c (MY(set_arch_mach)): Likewise.
2810 (MY(write_object_contents)): Likewise.
2811 * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
2812 * coffcode.h (coff_write_object_contents): Likewise.
2813 (coff_set_arch_mach_hook): Add comment describing machine == 0.
2814 Remove unnecessary "machine" assignments.
2815 (coff_write_relocs): Test for the absolute section sym by testing
2816 section and flags.
2817
3b77b1d5
AM
2818 * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
2819 and bfd_mach_i386_i386_intel_syntax.
250d94fd 2820 * pdp11.c (NAME(aout,machine_type)): Likewise.
3b77b1d5 2821
e5b45b83
DA
28222002-08-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
2823
2824 * bfd-in.h (align_power): Cast constants to bfd_vma type.
2825 * bfd-in2.h (align_power): Likewise.
2826
37f45cf8
AM
28272002-08-30 Alan Modra <amodra@bigpond.net.au>
2828
2829 * Makefile.am: Run "make dep-am".
2830 * Makefile.in: Regenerate.
2831
2832 * cpu-avr.c (compatible): Don't use hard-coded mach constants.
2833 * cpu-powerpc.c (powerpc_compatible): Likewise.
2834 * cpu-rs6000.c (rs6000_compatible): Likewise.
2835
86aba9db
NC
28362002-08-28 Catherine Moore <clm@redhat.com>
2837
2838 * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
2839 (v850-elf-reloc): Don't resolve pc relative relocs.
2840 (v850_elf_ignore_reloc): New routine.
2841 (v850_elf_final_link_relocate): Handle new relocs.
2842 (v850_elf_relax_delete_bytes ): New routine.
2843 (v850_elf_relax_section): New routine.
2844 (bfd_elf32_bfd_relax_section): Define.
2845 (HOWTO): New entries for new relocs.
2846 * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
2847 (BFD_RELOC_V850_LONGJUMP): New reloc.
2848 (BFD_RELOC_V850_ALIGN): New reloc.
2849 * archures.c: Remove redundant v850ea architecture.
2850 * cpu-v850.c: Remove redundant v850ea support.
2851 * libbfd.h: Regenerate.
2852 * bfd-in2.h: Regenerated.
2853
026df7c5
NC
28542002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
2855
2856 * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
2857 * configure.in: Add tic4x_coff vector files.
2858 * configure: Regenerate.
2859 * Makefile.am: Add tic4x target.
2860 * Makefile.in: Regenerate.
2861
28622002-08-27 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2863
2864 * archures.c: Add the BFD arch type tic4x.
2865 * bfd-in.h: Add BFD_IN_MEMORY flag.
2866 * coff-tic4x.c: New file.
2867 * coffswap.h (coff_swap_sym_out): Add preadjuster.
2868 * cpu-tic4x.c: New file.
2869 * targets.c: Added tic4x- in list of xvecs.
2870 * ticoff.h: New file.
2871 * bfd-in2.h: Regenerate.
2872
88f7bcd5
NC
28732002-08-27 Adam Nemet <anemet@lnxw.com>
2874
2875 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
2876 bit of DT_INIT and DT_FINI for Thumb functions.
2877
c8e48751
AM
28782002-08-26 Alan Modra <amodra@bigpond.net.au>
2879
2880 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
2881
2846975a
AM
28822002-08-26 Alan Modra <amodra@bigpond.net.au>
2883
2884 * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
2885
067653c5
AM
28862002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2887
2888 * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
2889 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
2890 Likewise.
2891 (struct elf_sh_pcrel_relocs_copied): Removed.
2892 (struct elf_sh_dyn_relocs): New.
2893 (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
2894 field with dyn_relocs.
2895 (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
2896 sections and sym_sec.
2897 (sh_elf_link_hash_newfunc): Clear dyn_relocs.
2898 (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
2899 (sh_elf_create_dynamic_sections): Use create_got_section instead
2900 of _bfd_elf_create_got_section.
2901 (sh_elf_check_relocs): Likewise.
2902 (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
2903 sections.
2904 (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
2905 sh_elf_relocate_section, sh_elf_check_relocs,
2906 sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
2907 Likewise.
2908 (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
2909 dynamic relocations and avoiding the copy relocation when we
2910 didn't find any dynamic relocations in the section which has
2911 contents or is read-only.
2912 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
2913 (sh_elf_size_dynamic_sections): Don't reset the size of
2914 .rela.got section even if dynamic_sections_created flag is off.
2915 Don't use sh_elf_discard_copies. Scan all input bfd and use
2916 allocate_dynrelocs. Call readonly_dynrelocs to determine
2917 whether we need DT_TEXTREL.
2918 (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
2919 whether the symbol was never referred to.
2920 (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
2921 (sh_elf_gc_sweep_hook): Fill with the real sweep function.
2922 (sh_elf_check_relocs): Call create_got_section if the short-cut
2923 to .got is null. Increment reference counters only instead of
2924 allocating space on dynamic sections here. Don't conditionalize
2925 uninitialized got.offset value when marking the symbol as a
2926 global offset table entry. Keep relocations for symbols satisfied
2927 by a dynamic library to avoid copy relocations for the symbol.
2928 Set dynobj field of an elf hash table if needed.
2929 (sh_elf_finish_dynamic_sections): Handle null section pointer
2930 correctly.
2931 (elf_backend_copy_indirect_symbol): Defined.
2932 (elf_backend_can_refcount): Defined.
2933
7e326afc
NC
29342002-08-23 Nick Clifton <nickc@redhat.com>
2935
2936 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
2937 previous change. Add comment explaining why.
2938
c8614e8e
AM
29392002-08-23 Stephen Clarke <stephen.clarke@superh.com>
2940
2941 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
2942 contents of .got.plt[2] to tr0, not address of .got.plt.
2943 (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
2944 patching absolute plt entry. For shmedia plt entry, set bottom bit
2945 of branch to plt0 as this is a branch to an shmedia instruction.
2946 * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
2947 Copy contents of .got.plt[2] to tr0, not address of .got.plt.
2948 (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
2949 branch to plt0.
2950 (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
2951 patching absolute plt entry. For shmedia plt entry, branch to
2952 plt0 is now ptrel, so use relative offset. Set bottom bit of
2953 branch target as it is a branch to an shmedia instruction.
2954
3b587c71
AM
29552002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
2956 Richard Shann <richard.shann@superh.com>
2957
2958 * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
2959 value if .init is an SHmedia function. Similarly for DT_FINI.
2960 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
51020317 2961
957dcaa8
AM
29622002-08-23 Stephen Clarke <stephen.clarke@superh.com>
2963
3b587c71 2964 * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
957dcaa8 2965 dynamic section.
3b587c71 2966 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
957dcaa8 2967
a4263c47
NC
29682002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2969
2970 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
51020317 2971 byte read when reading the return address register column.
a4263c47 2972
db4ed121
NC
29732002-08-22 Nick Clifton <nickc@redhat.com>
2974
2975 * config.bfd: Add powepc64-*-*bsd* target.
2976
ed71e111
NC
29772002-08-22 Graeme Peterson <gp@qnx.com>
2978
2979 * Makefile.am: Add entries for elf32-shqnx.c
2980 * Makefile.in: Regenerate.
2981 * config.bfd: Add support sh-*-nto* target.
2982 * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
2983 * configure: Regenerate.
2984 * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
2985 * elf32-sh.c: Do not include elf32-target.h if
2986 ELF32_SH_C_INCLUDED is defined.
2987 * elf32-shqnx.c: New file: Support for QNX.
2988 * targets.c: Add bfd_elf32_sh{l}qnx_vec.
2989
0ab72ee2
NC
29902002-08-22 Nick Clifton <nickc@redhat.com>
2991
75c83283
NC
2992 * po/tr.po: Updated Turkish translation.
2993
0ab72ee2
NC
2994 * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
2995 symbols are not read.
2996
56780f18
AM
29972002-08-22 Alan Modra <amodra@bigpond.net.au>
2998
2999 * elf32-m68hc11.c: Formatting fixes.
3000 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
3001 * elf32-m68hc12.c: Formatting fixes.
3002 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
3003
b48fa14c
AM
30042002-08-22 Alan Modra <amodra@bigpond.net.au>
3005
a7c71b0c
AM
3006 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
3007 SEC_DATA.
3008 (pmac_xcoff_vec): Likewise.
3009 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
3010 (aix5coff64_vec): Likewise.
3011
56780f18
AM
30122002-08-22 Alan Modra <amodra@bigpond.net.au>
3013
b48fa14c
AM
3014 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
3015 param to elf_backend_copy_indirect_symbol.
3016 (_bfd_elf_link_hash_copy_indirect): Likewise.
3017 * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
3018 calls to copy_indirect_symbol.
3019 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
3020 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
3021 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
3022 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
3023 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
3024 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
3025 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
3026 * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
3027 * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
3028 * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Properly
3029 test refcounts for "used" values.
3030
8c2ab17d
AM
30312002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
3032
3033 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
3034 argument declaration.
3035
d62b1198 30362002-08-19 Elena Zannoni <ezannoni@redhat.com>
51020317
AM
3037
3038 * archures.c (bfd_mach_ppc_e500): Added.
3039 * bfd-in2.h: Rebuilt.
d62b1198
EZ
3040 * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
3041
9f88ba09
AM
30422002-08-19 Alan Modra <amodra@bigpond.net.au>
3043
3044 * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
3045
df622259
AC
30462002-08-17 Andrew Cagney <ac131313@redhat.com>
3047
3048 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
51020317 3049 `bfd_byte'.
df622259 3050
44c410de
SC
30512002-08-17 Stan Cox <scox@redhat.com>
3052
3053 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
3054 IRIX 6 segment layout for NEWABI.
3055
4972a8e9
SC
30562002-08-16 Stephen Clarke <stephen.clarke@superh.com>
3057
3058 * bfd/elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
3059 symbols when looking for section referred to by a relocation.
3060 * bfd/elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
51020317 3061
c5cd6d62
AM
30622002-08-15 Alan Modra <amodra@bigpond.net.au>
3063
3064 * elf32-i370.c: Move reloc enum to include/elf/i370.h.
3065
0741c7be
HPN
30662002-08-15 Hans-Peter Nilsson <hp@axis.com>
3067
3068 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
3069 missing check for whether the symbol is referenced by DSO before
3070 unexporting it as an unneeded dynamic symbol.
3071
e8d5d179
L
30722002-08-14 H.J. Lu <hjl@gnu.org>
3073
3074 * libbfd.h: Regenerate.
3075
e9229007
L
30762002-08-14 H.J. Lu <hjl@gnu.org>
3077
3078 * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
3079
1fd03b5a
SC
30802002-08-14 Stephane Carrez <stcarrez@nerim.fr>
3081
3082 * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
3083 instructions.
3084 (m68hc11_direct_relax): New to define table of relaxable instructions.
3085 (find_relaxable_insn): New, find a relaxable insn.
3086 (compare_reloc): New to compare two relocs.
3087 (m68hc11_elf_relax_section): New, relax text sections.
3088 (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
3089 (elf32_m68hc11_check_relocs): New function for GC support.
3090 (elf32_m68hc11_relocate_section): New function for GC support.
3091 (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
3092 (elf_backend_check_relocs): Likewise.
3093 (elf_backend_relocate_section): Likewise.
3094
c828c771
L
30952002-08-13 H.J. Lu <hjl@gnu.org>
3096
3097 * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
3098 definitions in shared objects when checking symbol with
3099 undefined version.
3100
9b701e44
SC
31012002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3102
3103 * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
3104 (elf32_m68hc11_gc_sweep_hook): Likewise.
3105 (elf_backend_gc_mark_hook): Define for GC section support.
3106 (elf_backend_gc_sweep_hook): Likewise.
3107 (elf_backend_can_gc_sections): Likewise.
3108
3109 * elf32-m68hc12.c: Likewise.
3110
96405e3c
SC
31112002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3112
3113 * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
3114 (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
3115 (_bfd_m68hc11_elf_set_private_flags): New function.
3116 Use them to set/check/print ELF flags specific to 68HC11.
3117
3118 * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
3119 (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
3120 (_bfd_m68hc12_elf_set_private_flags): New function.
3121 Use them to set/check/print ELF flags specific to 68HC12.
3122
dae78fb0
SC
31232002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3124
3125 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
3126 fix masks for PC-rel relocs.
3127 (m68hc11_elf_ignore_reloc): New function.
3128
3129 * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
3130 68HC12 banked addressing relocs.
3131 (m68hc12_phys_addr): New to compute physical address of banked memory.
3132 (m68hc12_phys_page): Likewise for page.
3133 (m68hc12_addr_is_banked): New to see if address is in banked area.
3134 (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
3135
3dbfec86
SC
31362002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3137
3138 * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
3139 BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
3140 BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
3141 * bfd-in2.h: Regenerate.
3142
871da94f
L
31432002-08-12 H.J. Lu <hjl@gnu.org>
3144
3145 * elflink.h (elf_add_default_symbol): Preserve section across
3146 elf_merge_symbol.
3147
59bc061d
NC
31482002-08-09 Graeme Peterson <gp@qnx.com>
3149
51020317 3150 * Makefile.am: Add entries for elf32-ppcqnx.c, and add
59bc061d
NC
3151 elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
3152 * Makefile.in: Regenerate.
3153 * config.bfd: Add support for powerpc{le}-*-nto targets.
3154 * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
3155 * configure: Regenerate.
3156 * elf32-i386qnx.c: Moved backend functions into a QNX specific
3157 common file "elf32-qnx.h", and now include that file.
3158 * elf32-qnx.h: New file: QNX specific common elf backend.
3159 * elf32-ppc.c: Do not include elf32-target.h if
3160 ELF32_PPC_C_INCLUDED is defined.
3161 * elf32-ppcqnx.c: New file: Support for QNX.
3162 * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
3163 * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
3164
2b692c59
NC
31652002-08-09 Nick Clifton <nickc@redhat.com>
3166
3167 * po/sv.po: Updated Swedish translation.
3168
d0c7ff07
TS
31692002-08-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3170
3171 * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
3172 g->global_gotsym is NULL.
3173
d8bbe778
L
31742002-08-08 H.J. Lu <hjl@gnu.org>
3175
c5cd6d62 3176 * elflink.h (elf_add_default_symbol): Don't warn if a definition
d8bbe778
L
3177 overrides an indirect versioned symbol.
3178
c366c25e
JJ
31792002-08-08 Jakub Jelinek <jakub@redhat.com>
3180
3181 * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
3182 for R_386_TLS_TPOFF32 relocs against symndx 0.
3183
31941635
L
31842002-08-07 H.J. Lu <hjl@gnu.org>
3185
3186 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
3187 with undefined version if needed.
3188 (elf_link_assign_sym_version): Match a default symbol with a
3189 version without definition. No need to hide the default
3190 definition separately.
3191
0f3bd64f
AM
31922002-08-08 Alan Modra <amodra@bigpond.net.au>
3193
7330fb86
AM
3194 * elflink.h (elf_link_output_extsym): Don't output symbols from
3195 SEC_EXCLUDE sections.
3196
0f3bd64f
AM
3197 * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
3198
a4aa0fb7
AM
31992002-08-07 Alan Modra <amodra@bigpond.net.au>
3200
3201 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
3202 entries.
3203
34ea4a36
TS
32042002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3205
3206 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
3207 mismatch.
3208
141ff970
TS
32092002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3210
3211 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
3212
28458e7e
TS
32132002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3214
3215 * elf32-mips.c (mips_reloc_map): Fix typo.
3216
0121a3da
AM
32172002-08-06 Alan Modra <amodra@bigpond.net.au>
3218
3219 * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
3220
d006db6c
AM
32212002-08-06 Alan Modra <amodra@bigpond.net.au>
3222
3223 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
3224
8ea80f08
AM
32252002-08-06 Alan Modra <amodra@bigpond.net.au>
3226
2a52da53
AM
3227 * libxcoff.h: Use PARAMS on function declarations.
3228 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
3229 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
3230
8ea80f08
AM
3231 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
3232 addend.
3233 * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
3234
cf9ab45b
AM
32352002-08-06 Alan Modra <amodra@bigpond.net.au>
3236
3237 * coff-rs6000.c: Formatting fixes.
3238 (xcoff_calculate_relocation): Use PARAMS in declaration.
3239 (xcoff_complain_overflow): Likewise.
3240 (xcoff_ppc_relocate_section): Use old-style function pointer call.
3241 (bfd_xcoff_backend_data): Remove useless comments.
3242 (rs6000coff_vec): Likewise.
3243 (bfd_pmac_xcoff_backend_data): Likewise.
3244 (pmac_xcoff_vec): Likewise.
8ea80f08 3245
cf9ab45b
AM
3246 * coff64-rs6000.c: Formatting fixes.
3247 (xcoff64_calculate_relocation): Use PARAMS in declaration.
3248 (xcoff64_ppc_relocate_section): Use old-style function pointer call.
3249 (bfd_xcoff_backend_data): Remove useless comments.
3250 (rs6000coff64_vec): Likewise.
3251 (bfd_xcoff_aix5_backend_data): Likewise.
3252 (aix5coff64_vec): Likewise.
3253
48bfecdd
AM
32542002-08-06 Alan Modra <amodra@bigpond.net.au>
3255
a78eab4e
AM
3256 * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
3257 mask entries. Use complain_overflow_dont for R_REF.
3258 (xcoff_reloc_type_ba): Revert last change.
3259 (xcoff_reloc_type_br): Likewise.
3260 (xcoff_reloc_type_crel): Likewise.
3261 (xcoff_ppc_relocate_section): Likewise.
3262 * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
3263 (xcoff64_ppc_relocate_section): Likewise.
3264 (xcoff64_howto_table): Revert some of last change to mask entries.
3265 Use complain_overflow_dont for R_REF.
3266
48bfecdd
AM
3267 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
3268 relocs with bitsize == 16 have size = 1.
3269 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
3270 (xcoff_reloc_type_br): Likewise.
3271 (xcoff_reloc_type_crel): Likewise.
3272 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
3273 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
3274 dst_mask adjustment.
3275 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
3276 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with
3277 bitsize == 16 have size = 1.
3278
fd13ed0c
DC
32792002-08-01 Denis Chertykov <denisc@overta.ru>
3280
3281 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
3282 (struct misc): New field isymbuf. All free_* fields removed.
3283 (symbol_value): Pass in internal syms. No need to swap syms in.
3284 (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
3285 possibly cached info.
3286 (tidyup_after_error): Removed.
3287 (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
3288 misc. Use new field.
3289 (adjust_all_relocations): Use internal syms. No need to swap syms
3290 in and out.
3291 (add_page_insn): Don't use removed fields of struct misc.
3292
24a1ba0f
NC
32932002-08-01 Nick Clifton <nickc@redhat.com>
3294
3295 * elf32-arm.h: Revert previous delta.
3296
a6903459
NC
32972002-08-01 Nick Clifton <nickc@redhat.com>
3298
3299 * configure.in (AM_INIT_AUTOMAKE): Bump version number.
3300 * configure: Regenerate.
3301
39a2a3eb
L
33022002-07-31 H.J. Lu <hjl@gnu.org>
3303
3304 * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
3305 selected.
3306
a0dfa6a8
L
33072002-07-31 H.J. Lu <hjl@gnu.org>
3308
3309 * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
3310 is selected.
3311
cd67d266
JJ
33122002-07-31 Jakub Jelinek <jakub@redhat.com>
3313
3314 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
3315 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
3316
4eb6b71c
NC
33172002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
3318
3319 * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
3320 There is no 8 byte relocation type for this architecture.
3321 (do_ns32k_reloc): Use bfd_vma instead of native types.
3322 (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
3323 returns void.
3324 (_bfd_ns32k_put_displacement): Don't check for overflow. We can
3325 rely on generic code to do that.
3326 * aout-ns32k.c (howto_table): Add appropriate overflow detection
3327 to all table entries.
3328 (_bfd_ns32k_relocate_contents): put_data returns void.
3329 * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
3330 (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
3331 return void.
3332
f7c33884
NC
33332002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
3334
3335 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
3336 archive object is target dependant.
3337
8f64befb
NC
33382002-07-31 Adam Nemet <anemet@lnxw.com>
3339
3340 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
3341 (THUMB_PLT_ENTRY_SIZE): New macro.
3342 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
3343 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
3344 ARM_PLT_ENTRY_SIZE.
3345 (elf32_arm_plt_entry): Likewise.
3346 (elf_backend_plt_header_size): Likewise.
3347 (elf32_thumb_plt0_entry): New global.
3348 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
3349 into .plt.thumb.
3350 (elf32_thumb_plt_entry): New global.
3351 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
3352 Thumb entries. Set the bottom bit of the corresponding GOT entry
3353 for a Thumb PLT entry.
3354 (struct elf32_arm_plt_entry_info): New structure.
3355 (struct elf32_arm_link_hash_entry, plt_info): New member of this
3356 type.
3357 (elf32_arm_link_hash_newfunc): Initialize new member.
3358 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
3359 relocations against the PLT.
3360 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
3361 first_rel_type if this is the first time we encounter the symbol.
3362 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
3363 Determine if relocation needs a PLT entry. Set first_rel_type if
3364 this is the first time we encounter the symbol
3365 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
3366 functions as well.
3367 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
3368 (elf32_arm_create_dynamic_sections): New function. Create the
3369 .plt.thumb section.
3370 (elf_backend_create_dynamic_sections): Call it.
3371
47badb7b
NC
33722002-07-31 Nick Clifton <nickc@redhat.com>
3373
3374 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
3375 'alternative' in order to avoid shadowing global symbol of the
3376 same name.
3377 * bfd-in2.h: Regenerate.
3378 * libbfd.h: Regenerate.
3379 * libcoff.h: Regenerate.
3380
8a397dad
TS
33812002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3382
3383 * Makefile.am: Add n32 ABI support.
3384 * Makefile.in: Regenerate.
3385 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
3386 bit vectors for mips*-*-linux targets as optional.
3387 * configure.in: Add n32 ABI vectors.
3388 * configure: Regenerate.
3389 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
3390 * elfn32-mips.c: New file, n32 ABI support.
3391 * targets.c: Add n32 ABI vectors.
3392
7e392df6 33932002-07-30 Graeme Peterson <gp@qnx.com>
83e1617e 3394
7e392df6
NC
3395 * elfarmqnx-nabi.c: New file: Support for QNX.
3396 * config.bfd: Add support for arm-*-nto target.
3397 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
3398 * configure: Regenerate.
3399 * Makefile.am: Add entries for elfarmqnx-nabi.c.
3400 * Makefile.in: Regenerate.
3401 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
3402 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
3403 * elfarm-nabi.c: Do not include elf32-arm.h if
3404 ELFARM_NABI_C_INCLUDED is defined.
3405 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
7330fb86 3406
7e392df6 34072002-07-30 Nick Clifton <nickc@redhat.com>
7330fb86 3408
83e1617e
NC
3409 * po/sv.po: Updated Swedish translation.
3410
704afa60
JJ
34112002-07-30 Jakub Jelinek <jakub@redhat.com>
3412
3413 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
3414
487e54f2
AM
34152002-07-30 Alan Modra <amodra@bigpond.net.au>
3416
3417 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
3418 * archive.c (bfd_generic_archive_p): Likewise.
3419 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
3420 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
3421 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
3422 (xcoff64_archive_p): Likewise.
3423 (xcoff64_openr_next_archived_file): Likewise.
3424 (xcoff64_archive_p): Clean up tdata properly on error.
3425 * coffgen.c (coff_real_object_p): Likewise.
3426 (coff_object_p): Release filehdr and opthdr.
3427 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
3428 * ieee.c (ieee_archive_p): Likewise.
3429 * ihex.c (ihex_object_p): Likewise.
3430 (ihex_mkobject): Always allocate tdata.
3431 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
3432 * srec.c (srec_mkobject): Always allocate tdata.
3433 (srec_object_p): Clean up tdata properly on error.
3434 (symbolsrec_object_p): Likewise.
3435 * versados.c (versados_object_p): Likewise.
3436 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
3437 and bfd_realloc instead of realloc.
3438 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
3439 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
3440 place of bfd_malloc, simplifying error freeing. Free hash table too.
3441 (vms_object_p): Clean up tdata on error.
3442 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
3443 (vms_close_and_cleanup): Adjust for bfd_alloc use.
3444
9d46020e
AM
34452002-07-30 Alan Modra <amodra@bigpond.net.au>
3446
3447 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
3448
fb39dac1
RS
34492002-07-26 Chris Demetriou <cgd@broadcom.com>
3450
3451 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
3452 flags into resulting BFD.
3453
7a624474
AM
34542002-07-26 Alan Modra <amodra@bigpond.net.au>
3455
3456 From John Reiser <jreiser@BitWagon.com>
3457 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
3458 tls_ldm_got.refcount.
3459
a4382ec6
TS
34602002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3461
3462 * elf64-mips.c: Update TODO comment.
3463 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
3464 mips_elf64_gprel16_reloca): Remove prototypes.
3465 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
3466 (UNUSED_RELOC): Replace by EMPTY_RELOC.
3467 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
3468 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
3469 R_MIPS_HIGHEST.
3470 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
3471 R_MIPS_GOT16. Remove wrong comments.
3472 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
3473 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
3474 from elf32-mips.c.
3475 (mips_elf64_hi16_reloc): Fix formatting.
3476 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
3477 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
3478 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
3479 (mips_elf64_gprel16_reloc): Make static. Add check for
3480 partial_inplace.
3481 (mips_elf64_gprel16_reloca): Remove.
3482 (mips_elf64_literal_reloc): New function.
3483 (mips_elf64_gprel32_reloc): Fix formatting.
3484 (mips_elf64_shift6_reloc): Fix comment. Make static.
3485 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
3486 elf32-mips.c.
3487 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
3488 elf32-mips.c
3489 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
3490 specific relocations.
3491 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
3492 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
3493 (ELF_MAXPAGESIZE): Add comment.
3494
219576a4
NC
34952002-07-25 Nick Clifton <nickc@redhat.com>
3496
3497 * po/sv.po: Updated Swedish translation.
3498 * po/es.po: Updated Spanish translation.
3499 * po/fr.po: Updated French translation.
3500
8c58d23b
AM
35012002-07-25 Alan Modra <amodra@bigpond.net.au>
3502
3503 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
3504 as elf_link_record_local_dynamic_symbol.
3505 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
3506 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
3507 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
3508 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
3509 attempt is made to record a symbol in a discarded section, and
3510 return `2' in that case.
3511
ff3063f5
NC
35122002-07-24 Nick Clifton <nickc@redhat.com>
3513
3514 * po/sv.po: Updated Swedish translation.
3515 * po/es.po: Updated Spanish translation.
3516
f0fe0e16
AM
35172002-07-23 Alan Modra <amodra@bigpond.net.au>
3518
c1fb5f8a
AM
3519 * po/SRC-POTFILES.in: Regenerate.
3520
f0fe0e16
AM
3521 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
3522 immediately. Remove code handling relocatable linking.
3523 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
3524 * elf32-cris.c (cris_elf_relocate_section): Likewise.
3525 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
de2d743e 3526 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
3527 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
3528 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3529 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
3530 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3531 * elf32-v850.c (v850_elf_relocate_section): Likewise.
3532 * elf32-vax.c (elf_vax_relocate_section): Likewise.
3533 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3534 * elf32-avr.c (elf_backend_rela_normal): Define.
3535 * elf32-cris.c: Likewise.
3536 * elf32-fr30.c: Likewise.
de2d743e 3537 * elf32-frv.c: Likewise.
f0fe0e16
AM
3538 * elf32-h8300.c: Likewise.
3539 * elf32-hppa.c: Likewise.
3540 * elf32-ip2k.c: Likewise.
3541 * elf32-sparc.c: Likewise.
3542 * elf32-v850.c: Likewise.
3543 * elf32-vax.c: Likewise.
3544 * elf64-hppa.c: Likewise.
3545 * elf64-sparc.c: Likewise.
3546 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
de2d743e 3547 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
3548 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
3549 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
3550 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
3551 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
3552 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
3553 * elf-m10200.c (USE_RELA): Don't define.
3554 * elf-m10300.c: Likewise.
de2d743e 3555 * elfarm-oabi.c: Likewise.
f0fe0e16
AM
3556 * elf32-i370.c: Likewise.
3557 * elf32-ip2k.c: Likewise.
3558 * elf32-m68k.c: Likewise.
3559 * elf32-mcore.c: Likewise.
3560 * elf32-ppc.c: Likewise.
3561 * elf32-s390.c: Likewise.
3562 * elf32-vax.c: Likewise.
3563 * elf64-ppc.c: Likewise.
3564 * elf64-s390.c: Likewise.
3565 * elf64-x86-64.c: Likewise.
3566 * elfxx-ia64.c: Likewise.
3567 * elf32-avr.c (USE_REL): Don't undef.
3568 * elf32-ip2k.c: Likewise.
3569
5e8d7549
NC
35702002-07-23 Nick Clifton <nickc@redhat.com>
3571
3572 * elf-bfd.h (struct elf_backend_data): Add new bitfield
3573 'want_p_paddr_set_to_zero'.
3574 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
3575 to false;
3576 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
3577 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
3578
9e12c7db
NC
35792002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
3580
3581 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
3582 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
3583 show the Copyright string.
3584 Minor formatting tidy ups.
3585
0461a601
NC
35862002-07-23 Nick Clifton <nickc@redhat.com>
3587
ff3063f5
NC
3588 * po/fr.po: Updated French translation.
3589 * po/sv.po: Updated Swedish translation.
0461a601 3590
fad2542d
AM
35912002-07-23 Alan Modra <amodra@bigpond.net.au>
3592
3593 * elflink.h (elf_link_input_bfd): Don't change internal symbols
3594 when outputting relocs.
3595
c0647bfc
JT
35962002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
3597
3598 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
3599 DT_PLTGOT into the dynamic section if there is a PLT.
3600
d01414a5
TS
36012002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3602
3603 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
3604 elf32-mips.c.
3605 (_bfd_mips_elf_write_section): Likewise.
3606 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
3607 (_bfd_mips_elf_write_section): Likewise.
3608 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
3609 (elf32_mips_write_section): Likewise.
3610 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
3611 (_bfd_mips_elf_write_section): Likewise.
3612
40c97fc6
AM
36132002-07-19 Alan Modra <amodra@bigpond.net.au>
3614
3615 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
3616 PT_IA_64_UNWIND segments for a given section.
3617
58378160
L
36182002-07-17 H.J. Lu <hjl@gnu.org>
3619
3620 * Makefile.am: Fix a typo.
3621 * Makefile.in: Regenerate.
3622
cf88bb9f
NC
36232002-07-15 Denis Chertykov <denisc@overta.ru>
3624 Frank Ch. Eigler <fche@redhat.com>
3625 Ben Elliston <bje@redhat.com>
3626 Alan Lehotsky <alehotsky@cygnus.com>
3627 John Healy <jhealy@redhat.com>
3628 Graham Stott <grahams@redhat.com>
3629 Jeff Johnston <jjohnstn@redhat.com>
3630
3631 * Makefile.am: Add support for ip2k.
3632 * Makefile.in: Regenerate.
3633 * doc/Makefile.in: Regenerate.
3634 * archures.c: Add support for ip2k.
3635 * config.bfd: Add support for ip2k.
3636 * configure.in: Add support for ip2k.
3637 * configure: Regenerate.
3638 * reloc.c: Add support for ip2k.
3639 * targets.c: Add support for ip2k.
3640 * bfd-in2.h: Regenerate.
3641 * libbfd.h: Regenerate.
3642 * cpu-ip2k.c: New file.
3643 * elf32-ip2k.c: New file.
3644
0dafd5f6
RE
36452002-07-17 Ian Rickards <irickard@arm.com>
3646
40c97fc6 3647 * dwarf2.c (concat_filename): If we can't establish the directory
0dafd5f6
RE
3648 just return the filename.
3649
36b08f12
AM
36502002-07-16 Moritz Jodeit <moritz@jodeit.org>
3651
3652 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
3653
58821868
AM
36542002-07-16 Alan Modra <amodra@bigpond.net.au>
3655
3656 * elflink.h: Formatting fixes, tidy prototypes.
3657 (elf_link_assign_sym_version): Move common code out of loop.
3658
c89583f8
AM
36592002-07-16 Alan Modra <amodra@bigpond.net.au>
3660
3661 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
3662 reloc section size is zero. Correct reloc output location.
3663
ba94744e
AM
36642002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
3665
3666 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
3667 the final type for the e_fsel selector when generating PA2.0W code.
3668 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
3669 relocations.
3670
96a94295
L
36712002-07-14 H.J. Lu <hjl@gnu.org>
3672
3673 * elflink.h (elf_link_assign_sym_version): Hide the default
3674 definition if there is a hidden versioned definition.
3675
6849c52f
HPN
36762002-07-12 Hans-Peter Nilsson <hp@axis.com>
3677
3678 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
3679 dynamic reference test in assertion when initializing GOT with
3680 static contents. Just assert that there are either no dynamic
3681 sections, the symbol is defined in the regular objects or that the
3682 symbol is undef weak. Tweak comment.
3683 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
3684 only if the symbol isn't defined in the program and isn't undef
3685 weak.
3686 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
3687 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
3688 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
3689 (elf_cris_discard_excess_program_dynamics): Don't consider
3690 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
3691
239e1f3a
AM
36922002-07-11 Alan Modra <amodra@bigpond.net.au>
3693
3694 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
3695 unresolved debugging relocs in dynamic applications.
3696 * elf32-s390.c (elf_s390_relocate_section): Likewise.
3697 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3698 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3699 * elf64-s390.c (elf_s390_relocate_section): Likewise.
3700 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3701 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3702
2f6d9989
AM
37032002-07-10 Alan Modra <amodra@bigpond.net.au>
3704
f5e87a1d
AM
3705 * elf64-ppc.c (ONES): Define.
3706 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
3707 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
3708 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
3709
2f6d9989
AM
3710 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
3711 (ppc64_elf_set_private_flags): Delete.
3712 (ppc64_elf_section_from_shdr): Delete.
3713 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
3714 (ppc64_elf_fake_sections): Delete.
3715 (bfd_elf64_bfd_set_private_flags): Don't define.
3716 (bfd_elf64_get_symbol_info): Likewise.
3717 (elf_backend_section_from_shdr): Likewise.
3718 (elf_backend_fake_sections): Likewise.
3719
0594c12d
AM
37202002-07-10 Marco Walther <Marco.Walther@sun.com>
3721
3722 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
3723 when not already set.
3724 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
3725 (elf_backend_fake_sections): Define.
3726
699cb9b8
AM
37272002-07-10 Alan Modra <amodra@bigpond.net.au>
3728
3729 * merge.c (_bfd_merge_section): Remove redundant output_section check.
3730 Formatting.
3731 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
3732
0a4787a0
HPN
37332002-07-09 Hans-Peter Nilsson <hp@axis.com>
3734
3735 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
3736 NULL sym_hashes to just before use.
3737 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
3738 symbol with non-default visibility.
3739 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
3740 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
3741 Ditto.
3742 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
3743 symbol with non-default visibility.
3744 (cris_elf_check_relocs): At tests for local symbol before
3745 increasing h->plt.refcount, also check for non-default
3746 visibility. Ditto when checking for local symbol to eliminate
3747 pc-relative runtime relocs.
3748
aecc8f8a
AM
37492002-07-08 Alan Modra <amodra@bigpond.net.au>
3750
3751 * elf.c: Formatting.
3752 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
3753 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
3754 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
3755 segments.
3756
e9168c1e
MM
37572002-07-07 Mark Mitchell <mark@codesourcery.com>
3758 Alan Modra <amodra@bigpond.net.au>
3759
3760 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
3761 account the impact of relocation count overflow when computing
3762 section offsets.
3763 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
3764 or not to apply the PE COFF reloc overflow handling. Fix a
3765 fencepost error in deciding whether or not to use that technique.
3766
6cdc0ccc
AM
37672002-07-07 Alan Modra <amodra@bigpond.net.au>
3768
3769 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
3770 change type of locsyms.
3771 (bfd_elf_get_elf_syms): Declare.
3772 * elf.c (bfd_elf_get_elf_syms): New function.
3773 (group_signature): Use bfd_elf_get_elf_syms.
3774 (bfd_section_from_r_symndx): Likewise.
3775 * elfcode.h (elf_slurp_symbol_table): Likewise.
3776 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
3777 (elf_link_add_object_symbols): Likewise. Reorganise to increase
3778 locality of various data structures. Properly free internal relocs.
3779 (elf_bfd_final_link): Properly free internal relocs.
3780 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
3781 (elf_link_input_bfd): Likewise.
3782 (elf_gc_mark): Likewise. Properly free internal relocs.
3783 (elf_gc_sweep): Properly free internal relocs.
3784 (elf_reloc_symbol_deleted_p): No need to swap syms in.
3785 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
3786 internal relocs.
3787 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
3788 Properly free possibly cached info.
3789 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
3790 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
3791 symbol swapping code.
3792 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
3793 Properly free possibly cached info.
3794 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
3795 (mn10300_elf_relax_delete_bytes): Likewise.
3796 (mn10300_elf_symbol_address_p): Likewise.
3797 (mn10300_elf_get_relocated_section_contents): Likewise.
3798 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
3799 (elf32_h8_relax_delete_bytes): Likewise.
3800 (elf32_h8_symbol_address_p): Likewise.
3801 (elf32_h8_get_relocated_section_contents): Likewise.
3802 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
3803 (m32r_elf_relax_delete_bytes): Likewise.
3804 (m32r_elf_get_relocated_section_contents): Likewise.
3805 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
3806 elf_section_data to determine whether cached.
3807 (sh_elf_relax_section): As above for elf-m10200.c.
3808 (sh_elf_relax_delete_bytes): Likewise.
3809 (sh_elf_get_relocated_section_contents): Likewise.
3810 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
3811 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
3812 reading of local syms.
3813 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
3814 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
3815 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
3816 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
3817 relocs.
3818 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
3819 free internal relocs and section contents. Don't read symbols.
3820 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
3821 (elf32_hppa_size_stubs): Don't free local syms.
3822 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
3823 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
3824 possibly cached info.
3825 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
3826 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
3827 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
3828 all_local_syms.
3829 (get_local_syms): Delete function.
3830 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
3831 on exit.
3832 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
3833
b3212001
JW
38342002-07-05 Jim Wilson <wilson@redhat.com>
3835
3836 * syms.c (decode_section_type): New.
3837 (bfd_decode_symclass): Call decode_section_type.
3838
894bb1ee
JJ
38392002-07-04 Jakub Jelinek <jakub@redhat.com>
3840
3841 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
3842 section content start.
3843 Reported by Michael Schumacher <mike@hightec-rt.com>.
3844
bc0ba537
AM
38452002-07-04 Alan Modra <amodra@bigpond.net.au>
3846
3847 * section.c (_bfd_strip_section_from_output): Remove unnecessary
3848 link order code. Don't actually remove the output section here;
3849 Just set a flag for the linker to do so.
3850 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
3851 sections when setting up output section dynsyms.
3852
797fc050
AM
38532002-07-04 Alan Modra <amodra@bigpond.net.au>
3854
3855 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
3856 fudge.
3857 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
3858 libs here instead.
3859
99881371
MS
38602002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
3861
3862 * elf64-s390.c (create_got_section): Set .got section alignment to
3863 8 bytes.
3864 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
3865
47d9a591
AM
38662002-07-02 Alan Modra <amodra@bigpond.net.au>
3867
3868 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
3869
179d3252
JT
38702002-07-01 Matt Thomas <matt@3am-software.com>
3871
3872 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
3873 to EF_VAX_*.
3874
4a14403c
TS
38752002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3876
3877 * elfxx-mips.c (ABI_64_P): Fix comment.
3878 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
3879 new section names for N64 ABI.
3880 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
3881 (mips_elf_calculate_relocation): Code formatting.
3882 (mips_elf_create_dynamic_relocation): Likewise.
3883 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
3884 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
3885 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
3886 in any NewABI.
3887 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
3888 for NewABI.
3889 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
3890 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
3891 here, too.
3892
607c0e09
AS
38932002-07-01 Andreas Schwab <schwab@suse.de>
3894
3895 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
3896 R_X86_64_64 to R_X86_64_RELATIVE.
3897
ba26fd96
AM
38982002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
3899
3900 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
3901 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
3902 Run "make dep-am".
3903 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
3904 host_aout_vec.
3905 * configure.in (vaxbsd_vec): Add.
3906 * targets.c (vaxbsd_vec): Add.
3907 * Makefile.in: Rebuild.
3908 * configure: Rebuild.
3909 * po/SRC-POTFILES.in: Rebuild.
3910
1e2f5b6e
AM
39112002-07-01 Alan Modra <amodra@bigpond.net.au>
3912
3913 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
3914 examining to gc_mark_hook, rather than the bfd.
3915 (elf_gc_sections): Adjust.
3916 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
3917 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
3918 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
3919 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
3920 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
3921 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
3922 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
3923 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
3924 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
3925 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
3926 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
3927 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
3928 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
3929 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
3930 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
3931 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
3932 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
3933 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
3934 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
3935 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
3936 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
3937 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
3938 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
3939 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
3940 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
3941 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
3942 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
3943 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
3944 redundant local sym tests.
3945 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
3946 (link_hash_newfunc): Init is_entry.
3947 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
3948 (ppc64_elf_link_hash_table_create): Init all_local_syms.
3949 (create_linkage_sections): Use bfd_make_section_anyway rather than
3950 bfd_make_section.
3951 (ppc64_elf_mark_entry_syms): New function.
3952 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
3953 up opd entry to function section map.
3954 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
3955 relocs that reference the opd section.
3956 (edit_opd): New function.
3957 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
3958 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
3959 (get_local_syms): Do so here. Exit if we already have local syms.
3960 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
3961 read local syms on non-ELF input.
3962 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
3963 than duplicating it's function here. Adjust free of internal
3964 relocs to suit.
3965 (ppc64_elf_relocate_section): Adjust local syms in opd section.
3966 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
3967 * elf32-hppa.c (elf32_hppa_size_stubs): Call
3968 _bfd_elf32_link_read_relocs rather than duplicating it's function
3969 here. Adjust free of internal relocs to suit.
3970
1b71fb54
AJ
39712002-07-01 Andreas Jaeger <aj@suse.de>
3972
3973 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
3974 are not allowed in shared libs code, enforce -fPIC.
3975
8d28f606
HPN
39762002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
3977
3978 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
3979 trailing zero-sequences when there's previous left-over data.
3980
5ac81c74
JL
39812002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
3982
3983 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
3984 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
3985 and opd_rel_sec in order for starting rela section. Check _raw_size.
3986 (elf_backend_reloc_type_class): Define.
3987
91a4d569
AM
39882002-06-27 Kevin Buettner <kevinb@redhat.com>
3989
3990 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
3991 DWARF2 formats.
3992
feee612b
AM
39932002-06-27 Alan Modra <amodra@bigpond.net.au>
3994
3995 * cpu-powerpc.c: Comment on ordering of arch_info.
3996 * elf32-ppc.c (ppc_elf_object_p): New function.
3997 (elf_backend_object_p): Define.
3998 * elf64-ppc.c (ppc64_elf_object_p): New function.
3999 (elf_backend_object_p): Define.
4000
a4e6cefc
JT
40012002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4002
4003 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
4004 * configure: Regenerate.
4005
dae2dd0d
NC
40062002-06-25 Jason Eckhardt <jle@rice.edu>
4007
4008 * dwarf2.c (decode_line_info): Check unit->addr_size
4009 to read in the proper number of prologue bytes.
4010
680f9d5c
NC
40112002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
4012
4013 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
4014 aix5coff64_vec if 64-bit bfd support has been enabled.
91a4d569
AM
4015 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
4016 been enabled.
dae2dd0d 4017
680f9d5c
NC
4018 * targets.c (_bfd_target_vector[]): Only include
4019 aix5coff64_vec if 64-bit bfd support has been enabled.
4020
d4c88bbb
AM
40212002-06-25 Alan Modra <amodra@bigpond.net.au>
4022
4023 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
4024 * elf32-hppa.c (hppa_add_stub): Likewise.
4025 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
4026 * elflink.h (elf_add_default_symbol): Fix comment typo.
4027 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
4028 (elf_link_add_object_symbols): Likewise.
4029 (elf_link_assign_sym_version): Likewise.
4030 * hash.c (bfd_hash_lookup): Likewise.
4031 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
4032 * section.c (bfd_get_unique_section_name): Likewise.
4033 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
4034 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
4035 (assign_section_numbers): Likewise.
4036 (_bfd_elfcore_make_pseudosection): Likewise.
4037 (elfcore_grok_lwpstatus): Likewise.
4038 (elfcore_grok_win32pstatus): Likewise.
4039 (elfcore_write_note): Constify input params. Use PTR instead of
4040 void *. Include terminating NUL in namesz. Correct padding.
4041 Support NULL "name" param. Use memcpy instead of strcpy.
4042 (elfcore_write_prpsinfo): Constify input params.
4043 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
4044 (elfcore_write_lwpstatus): Likewise.
4045 (elfcore_write_pstatus): Likewise.
4046 (elfcore_write_prfpreg): Likewise.
4047 (elfcore_write_prxfpreg): Likewise.
4048 * elf-bfd.h (elfcore_write_note): Update declaration.
4049 (elfcore_write_prpsinfo): Likewise.
4050 (elfcore_write_prstatus): Likewise.
4051 (elfcore_write_pstatus): Likewise.
4052 (elfcore_write_prfpreg): Likewise.
4053 (elfcore_write_prxfpreg): Likewise.
4054 (elfcore_write_lwpstatus): Likewise.
4055
b0ac09d2
NC
40562002-06-25 Jason Eckhardt <jle@rice.edu>
4057
4058 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
4059 symbols of type stProc and stStaticProc.
4060
40612002-06-25 Nick Clifton <nickc@redhat.com>
4062
4063 * ecoff.c: VArious formatting fixes.
4064
021d6096
AM
40652002-06-25 Alan Modra <amodra@bigpond.net.au>
4066
4067 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
4068
82e51918
AM
40692002-06-25 Alan Modra <amodra@bigpond.net.au>
4070
4071 * aout-adobe.c: Don't compare against "true" or "false.
4072 * aout-target.h: Likewise.
4073 * aoutx.h: Likewise.
4074 * archive.c: Likewise.
4075 * bout.c: Likewise.
4076 * cache.c: Likewise.
4077 * coff-a29k.c: Likewise.
4078 * coff-alpha.c: Likewise.
4079 * coff-i386.c: Likewise.
4080 * coff-mips.c: Likewise.
4081 * coff-or32.c: Likewise.
4082 * coff64-rs6000.c: Likewise.
4083 * coffcode.h: Likewise.
4084 * coffgen.c: Likewise.
4085 * cpu-ns32k.c: Likewise.
4086 * ecoff.c: Likewise.
4087 * ecofflink.c: Likewise.
4088 * elf.c: Likewise.
4089 * elf32-arm.h: Likewise.
4090 * elf32-cris.c: Likewise.
4091 * elf32-d30v.c: Likewise.
4092 * elf32-i386.c: Likewise.
4093 * elf32-mcore.c: Likewise.
4094 * elf32-ppc.c: Likewise.
4095 * elf32-sh.c: Likewise.
4096 * elf32-sh64.c: Likewise.
4097 * elf32-v850.c: Likewise.
4098 * elf64-alpha.c: Likewise.
4099 * elf64-sh64.c: Likewise.
4100 * elfcode.h: Likewise.
4101 * elfcore.h: Likewise.
4102 * elflink.h: Likewise.
4103 * elfxx-mips.c: Likewise.
4104 * i386os9k.c: Likewise.
4105 * ieee.c: Likewise.
4106 * libbfd.c: Likewise.
4107 * linker.c: Likewise.
4108 * mmo.c: Likewise.
4109 * nlm32-alpha.c: Likewise.
4110 * nlm32-i386.c: Likewise.
4111 * nlm32-ppc.c: Likewise.
4112 * nlm32-sparc.c: Likewise.
4113 * nlmcode.h: Likewise.
4114 * oasys.c: Likewise.
4115 * pdp11.c: Likewise.
4116 * peicode.h: Likewise.
4117 * reloc.c: Likewise.
4118 * som.c: Likewise.
4119 * srec.c: Likewise.
4120 * tekhex.c: Likewise.
4121 * vms.c: Likewise.
4122 * xcofflink.c: Likewise.
4123 * elf64-sparc.c: Edit comment to not use "== false".
4124
4125 * aoutf1.h: Don't use "? true : false".
4126 * ecoff.c: Likewise.
4127 * format.c: Likewise.
4128 * ieee.c: Likewise.
4129 * linker.c: Likewise.
4130 * mmo.c: Likewise.
4131 * oasys.c: Likewise.
4132
48fc70a2
AM
41332002-06-23 H.J. Lu <hjl@gnu.org>
4134
4135 * elflink.h (elf_link_add_archive_symbols): For the default
4136 version, check references with only one `@' first.
4137
47b7c2db
AM
41382002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
4139
4140 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
4141 function.
4142 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
4143 symbol table.
4144 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
4145 (elf64_hppa_size_dynamic_sections): Revise to use
4146 elf64_hppa_mark_milli_and_exported_functions.
4147 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
4148 symbols out of dynamic symbol table.
4149
f5d44ba0
AM
41502002-06-23 Alan Modra <amodra@bigpond.net.au>
4151
bb3fff1e
AM
4152 * Makefile.in: Regenerate.
4153 * libbfd.h: Regenerate.
4154 * bfd-in2.h: Regenerate.
4155 * configure: Regenerate.
4156 * po/SRC-POTFILES.in: Regenerate.
4157
f5d44ba0
AM
4158 * elflink.h: Comment typo fixes.
4159
41602002-06-23 H.J. Lu <hjl@gnu.org>
4161
4162 * elf-bfd.h (elf_link_loaded_list): New structure.
4163 (elf_link_hash_table): Add "loaded".
4164 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
4165 * elflink.h (elf_link_check_versioned_symbol): New function.
4166 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
4167
cc36acdf
NC
41682002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
4169
4170 * elflink.h (size_dynamic_sections): If the target does not
f5d44ba0 4171 support an ELF style hash table, return true, indicating that
cc36acdf
NC
4172 nothing needed to be done, rather than false, indicating that the
4173 section's size could not be computed.
4174
4e5ba5b7
DB
41752002-06-18 Dave Brolley <brolley@redhat.com>
4176
4177 From Catherine Moore, Michael Meissner, Dave Brolley:
4178 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
4179 * targets.c: Support bfd_elf32_frv_vec.
4180 * reloc.c: Add FRV relocs.
4181 * configure.in: Add support for bfd-elf32-frv-vec.
4182 * config.bfd (targ_cpu): Add support for frv-*-elf.
4183 * archures.c: Add frv arch and machines.
4184 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
4185 (ALL_MACHINES_CFILES): Add cpu-frv.c.
4186 (BFD32_BACKENDS): Add elf32-frv.lo.
4187 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
4188 (cpu-frv.lo): New target.
4189 (elf32-frv.lo): New target.
4190 * cpu-frv.c: New file.
4191 * elf32-frv.c: New file.
4192
7ece0d85
JJ
41932002-06-18 Jakub Jelinek <jakub@redhat.com>
4194
4195 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
4196 e_shnum == 0.
4197 Only read the first section header if e_shoff is non-zero.
4198 Don't consider e_shstrndx if there are no sections.
4199
57fb03ac
TR
42002002-06-17 Tom Rix <trix@redhat.com>
4201
4202 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
f5d44ba0 4203 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
57fb03ac
TR
4204 complain_overflow_bitfield.
4205
341ca622
AM
42062002-06-17 Alan Modra <amodra@bigpond.net.au>
4207
767e34d1
AM
4208 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
4209 (bfd_fdopenr): Likewise.
4210 (bfd_openstreamr): Likewise.
4211 (bfd_openw): Likewise.
4212
341ca622
AM
4213 * targets.c: Sort target vecs.
4214 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
4215 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
4216 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
4217 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
4218 * configure.in: Sort target vecs. Add m88kmach3_vec.
4219 * configure: Regenerate.
4220
dfbbae4c
HPN
42212002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
4222
4223 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
4224 bpo_reloc_no to break sort order ties, not address of items.
4225
d663e1cd
JL
42262002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
4227
4228 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
4229 Skip excluded sections in determing __gp value.
4230 (elf_hppa_final_link_relocate): Use the symbol's address in
4231 R_PARISC_FPTR64 relocations that don't need an opd entry.
4232 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
4233 (elf64_hppa_finalize_dynreloc): Likewise.
4234 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
4235 (elf64_hppa_finish_dynamic_symbol): Break up assert.
4236
a8295218
NC
42372002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
4238
4239 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
4240 alignment for .bss, .data and .text sections so that sse and sse2
4241 code will work.
4242 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
4243
42442002-06013 J"orn Rennecke <joern.rennecke@superh.com>
5d9b5481
JR
4245
4246 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
4247 sh[1234]*-elf*.
4248
3db4b612
JL
42492002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
4250
2cb69dd3
JL
4251 * elflink.h (elf_bfd_final_link): Improve error handling for missing
4252 dynamic sections.
4253
3db4b612
JL
4254 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
4255 for a symbol that has no output section.
4256 (allocate_dynrel_entries): Correct comment.
4257 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
4258 unless we want one.
4259 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
4260 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
4261 with no section. Remove unnecessary parentheses.
4262
f3813499
TR
42632002-06-11 Tom Rix <trix@redhat.com>
4264
4265 * coffcode.h (coff_compute_section_file_positions): Add data
4266 section to AIX loader alignment check.
4267
f5d44ba0 4268 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
f3813499
TR
4269 alignment to 4 bytes.
4270 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
4271 power accessor macro.
4272 (do_shared_object_padding): Remove invalid assertion.
4273
0ebaf185
RS
42742002-06-10 Richard Sandiford <rsandifo@redhat.com>
4275
4276 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
4277 for removed output sections.
4278
ebe3e2d1
NC
42792002-06-10 Geoffrey Keating <geoffk@redhat.com>
4280
4281 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
4282 htab_alloc.
4283 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
4284
0b14c2aa
L
42852002-06-08 H.J. Lu <hjl@gnu.org>
4286
4287 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
4288 work around a long long bug in gcc 2.96 on mips.
4289
3c2bfad6
JT
42902002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
4291
4292 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
4293 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
4294 Regenerate dependency lists.
4295 * Makefile.in: Regenerate.
4296 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
4297 vax1knetbsd_vec to targ_selvecs.
4298 * configure.in: Add vax1knetbsd_vec.
4299 * configure: Regenerate.
4300 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
4301 * vax1knetbsd.c: New file.
4302 * vaxnetbsd.c: Update copyright years.
4303 (TARGET_PAGE_SIZE): Set to 0x1000.
4304 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
4305
91149be3
JT
43062002-06-08 Matt Thomas <matt@3am-software.com>
4307
4308 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
4309
21e15248
AM
43102002-06-08 Alan Modra <amodra@bigpond.net.au>
4311
4312 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
4313
986b7daa
AM
43142002-06-08 Alan Modra <amodra@bigpond.net.au>
4315
e90b95f6
AM
4316 * Makefile.am: Run "make dep-am".
4317 * Makefile.in: Regenerate.
4318
3f9c735e
AM
4319 * armnetbsd.c: Replace CONST with const.
4320 * corefile.c: Likewise.
4321 * elf32-dlx.c: Likewise.
4322 * elf64-mips.c: Likewise.
4323 * mmo.c: Likewise.
4324 * ns32knetbsd.c: Likewise.
4325
986b7daa
AM
4326 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
4327 table is elf64-sparc.
4328
5a659663
TS
43292002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4330
4331 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
4332 Fix RELA addends to get not shifted in the result. Don't do special
4333 handling of R_MIPS_64 for NewABI.
4334
9bab7074
AM
43352002-06-07 Alan Modra <amodra@bigpond.net.au>
4336
4337 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
4338 (NAME(aout,slurp_reloc_table)): Likewise.
4339 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
4340 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
4341 (xcoff_write_archive_contents_big): Likewise.
4342 (xcoff_generate_rtinit): Likewise.
4343 (xcoff_generate_rtinit): Likewise, and check error return.
4344 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
4345 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
4346 (coff_get_normalized_symtab): Likewise.
4347 (coff_make_empty_symbol): Likewise.
4348 (bfd_coff_set_symbol_class): Likewise.
4349 * cofflink.c (coff_link_add_symbols): Likewise.
4350 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
4351 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
4352 (bfd_ecoff_write_accumulated_debug): Likewise.
4353 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
4354 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
4355 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
4356 * ieee.c (do_with_relocs): Use bfd_zalloc.
4357 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
4358 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
4359 (NAME(aout,slurp_reloc_table)): Likewise.
4360 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
4361 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
4362 * som.c (som_build_and_write_symbol_table): Likewise.
4363 (som_slurp_string_table): Likewise.
4364 (som_slurp_symbol_table): Likewise.
4365 (som_bfd_ar_write_symbol_stuff): Likewise.
4366 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
4367 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
4368 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
4369 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
4370 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
4371
1126897b
AM
43722002-06-07 Alan Modra <amodra@bigpond.net.au>
4373
4374 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
4375 "group" union.
4376 (elf_group_name): Update.
4377 (elf_group_id): Define.
4378 (bfd_elf_set_group_contents): Declare.
4379 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
4380 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
4381 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
4382 that sym for the signature.
4383 (_bfd_elf_compute_section_file_positions): Don't call
4384 set_group_contents for "ld -r" case.
4385 (swap_out_syms): Use bfd_zalloc.
4386 * elflink.h (elf_link_add_archive_symbols): Likewise.
4387 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
4388 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
4389
3fad3c7c
AM
43902002-06-07 Alan Modra <amodra@bigpond.net.au>
4391
4392 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
4393 relocs in opd for non-shared too.
4394
10f469bf 43952002-06-06 Jeffrey Law <law@redhat.com>
76f99c63
JL
4396
4397 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
4398 relocations.
4399
7217313c
NC
44002002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
4401
4402 * merge.c: Include libiberty.h.
4403 * elf-strtab.c: Include libiberty.h.
4404
6cb22815
AM
44052002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
4406
4407 * peXXigen.c (pe_print_idata): Remove unused variable.
4408
1ed89aa9
NC
44092002-06-06 David Heine <dlheine@tensilica.com>
4410
4411 * elf.c (assign_file_positions_for_segments): Remove unallocated
4412 sections from the section to segment mapping for PT_LOAD segments.
4413 Update comment about empty loadable segments.
4414
644c4c80
RS
44152002-06-06 Richard Sandiford <rsandifo@redhat.com>
4416
4417 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
4418 is within the .stabstr section.
4419
f8ecb12b
AM
44202002-06-06 Alan Modra <amodra@bigpond.net.au>
4421
4422 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
4423 are "const PTR", not "const PTR *".
4424 (bfd_elf32_swap_symbol_in): Likewise.
4425 (bfd_elf64_swap_symbol_in): Likewise.
4426 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
4427 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
4428 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
4429 (elf_link_add_object_symbols): Likewise.
4430 (elf_link_record_local_dynamic_symbol): Likewise.
4431 (elf_link_input_bfd): Likewise.
4432 (elf_gc_mark): Likewise.
4433 (elf_reloc_symbol_deleted_p): Likewise.
4434 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
4435 (mn10200_elf_relax_delete_bytes): Likewise.
4436 (mn10200_elf_symbol_address_p): Likewise.
4437 (mn10200_elf_get_relocated_section_contents): Likewise.
4438 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
4439 (mn10300_elf_relax_section): Likewise.
4440 (mn10300_elf_relax_delete_bytes): Likewise.
4441 (mn10300_elf_symbol_address_p): Likewise.
4442 (mn10300_elf_get_relocated_section_contents): Likewise.
4443 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
4444 (elf32_h8_relax_delete_bytes): Likewise.
4445 (elf32_h8_symbol_address_p): Likewise.
4446 (elf32_h8_get_relocated_section_contents): Likewise.
4447 * elf32-hppa.c (get_local_syms): Likewise.
4448 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
4449 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
4450 * elf32-sh.c (sh_elf_relax_section): Likewise.
4451 (sh_elf_relax_delete_bytes): Likewise.
4452 (sh_elf_get_relocated_section_contents): Likewise.
4453 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
4454 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
4455 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
4456 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
4457 * elf64-ppc.c (get_local_syms): Likewise.
4458 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
4459 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
4460
1ed89aa9 44612002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
7a33bc10
JR
4462
4463 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
4464
73ff0d56
AM
44652002-06-05 Alan Modra <amodra@bigpond.net.au>
4466
9dce4196
AM
4467 * elf.c (group_signature): Swap in the whole symbol, and handle
4468 extracting section symbol names.
4469 (setup_group): Add comment.
4470 (set_group_contents): When called from objcopy or ld, arrange for
4471 section contents to be written. Write group member output section
4472 indices to allow objcopy to reorganize sections.
4473 (_bfd_elf_copy_private_section_data): Copy group info.
4474
73ff0d56
AM
4475 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
4476 (bfd_elf32_swap_symbol_in): Update prototype.
4477 (bfd_elf64_swap_symbol_in): Likewise.
4478 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
4479 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
4480 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
4481 (elf_link_add_object_symbols): Likewise.
4482 (elf_link_record_local_dynamic_symbol): Likewise.
4483 (elf_link_input_bfd): Likewise.
4484 (elf_gc_mark): Likewise.
4485 (elf_reloc_symbol_deleted_p): Likewise.
4486 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
4487 (mn10200_elf_relax_delete_bytes): Likewise.
4488 (mn10200_elf_symbol_address_p): Likewise.
4489 (mn10200_elf_get_relocated_section_contents): Likewise.
4490 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
4491 (mn10300_elf_relax_section): Likewise.
4492 (mn10300_elf_relax_delete_bytes): Likewise.
4493 (mn10300_elf_symbol_address_p): Likewise.
4494 (mn10300_elf_get_relocated_section_contents): Likewise.
4495 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
4496 (elf32_h8_relax_delete_bytes): Likewise.
4497 (elf32_h8_symbol_address_p): Likewise.
4498 (elf32_h8_get_relocated_section_contents): Likewise.
4499 * elf32-hppa.c (get_local_syms): Likewise.
4500 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
4501 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
4502 * elf32-sh.c (sh_elf_relax_section): Likewise.
4503 (sh_elf_relax_delete_bytes): Likewise.
4504 (sh_elf_get_relocated_section_contents): Likewise.
4505 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
4506 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
4507 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
4508 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
4509 * elf64-ppc.c (get_local_syms): Likewise.
4510 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
4511 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
4512 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
4513 * elf64-alpha.c (alpha_elf_size_info): Likewise.
4514 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
4515 * elf64-mips.c (mips_elf64_size_info): Likewise.
4516 * elf64-s390.c (s390_elf64_size_info): Likewise.
4517 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
4518
53bfd6b4
MR
45192002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4520
4521 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
4522 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
4523 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
4524 _bfd_mips_elf_ignore_discarded_relocs.
4525 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
4526
d4df96e6
L
45272002-06-05 H.J. Lu <hjl@gnu.org>
4528
4529 * elfxx-mips.c (mips_elf_calculate_relocation): Call
4530 _bfd_elf_rel_local_sym for STT_SECTION relocations against
4531 the SEC_MERGE section.
4532
e61463e1
AM
45332002-06-05 Alan Modra <amodra@bigpond.net.au>
4534
3cac74d0
AM
4535 * coff-alpha.c: Update copyright date.
4536 * coff-mips.c: Likewise.
4537 * xcoff-target.h: Likewise.
4538
e61463e1
AM
4539 * bfd-in.h: Remove "taken from the source" comment.
4540 * libbfd-in.h: Likewise.
4541 * libcoff-in.h: Likewise.
4542 * bfd-in2.h: Regenerate.
4543 * libbfd.h: Regenerate.
4544 * libcoff.h: Regenerate.
4545
4546 * elf.c (bfd_elf_discard_group): Return true.
4547 * elf-bfd.h (bfd_elf_discard_group): Declare.
4548 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
4549 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
4550 * bfd.c (bfd_discard_group): Define.
4551 * targets.c (struct bfd_target): Add _bfd_discard_group.
4552 (BFD_JUMP_TABLE_LINK): Here too.
4553 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
4554 * aout-adobe.c (aout_32_bfd_discard_group): Define.
4555 * aout-target.h (MY_bfd_discard_group): Define.
4556 * aout-tic30.c (MY_bfd_discard_group): Define.
4557 * binary.c (binary_bfd_discard_group): Define.
4558 * bout.c (b_out_bfd_discard_group): Define.
4559 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
4560 * coffcode.h (coff_bfd_discard_group): Define.
4561 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
4562 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
4563 * i386msdos.c (msdos_bfd_discard_group): Define.
4564 * i386os9k.c (os9k_bfd_discard_group): Define.
4565 * ieee.c (ieee_bfd_discard_group): Define.
4566 * ihex.c (ihex_bfd_discard_group): Define.
4567 * mmo.c (mmo_bfd_discard_group): Define.
4568 * nlm-target.h (nlm_bfd_discard_group): Define.
4569 * oasys.c (oasys_bfd_discard_group): Define.
4570 * ppcboot.c (ppcboot_bfd_discard_group): Define.
4571 * som.c (som_bfd_discard_group): Define.
4572 * srec.c (srec_bfd_discard_group): Define.
4573 * tekhex.c (tekhex_bfd_discard_group): Define.
4574 * versados.c (versados_bfd_discard_group): Define.
4575 * vms.c (vms_bfd_discard_group): Define.
4576 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
4577 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
4578 (aix5coff64_vec): Likewise.
4579 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
4580
9cba27b2
JT
45812002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
4582
4583 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
4584 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
4585 (elf32-sh64-com.lo): New dependency list.
4586 * Makefile.in: Regenerate.
4587 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
4588 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
4589 elf32-sh64-com.lo.
4590 * configure: Regenerate.
4591 * elf32-sh64.c (sh64_address_in_cranges)
4592 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
4593 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
4594 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
4595 * elf32-sh64-com.c: ...here. New file.
4596
8d2c33be
AM
45972002-06-04 Alan Modra <amodra@bigpond.net.au>
4598
4599 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
4600 ATTRIBUTE_UNUSED on used params.
4601 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
4602 before calling bfd_section_from_elf_index on local syms.
4603 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
4604
5b0e55b6
JT
46052002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
4606
4607 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
4608 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
4609 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
4610 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
4611 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
4612 * Makefile.in: Regenerate.
4613 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
4614 (sh64-*-netbsd*): New targets.
4615 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
4616 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
4617 * configure: Regenerate.
4618 * elf32-sh64-nbsd.c: New file.
4619 * elf64-sh64-nbsd.c: New file.
4620 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
4621 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
4622 bfd_elf64_sh64lnbsd_vec.
4623
b885599b
AM
46242002-06-04 Alan Modra <amodra@bigpond.net.au>
4625
4626 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
4627 (bfd_section_from_shdr): Likewise. Set section name of group
4628 sections from signature.
4629 (group_signature): Split out from setup_group. Ensure symbol table
4630 is available.
4631 (bfd_elf_discard_group): New function.
4632 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
4633 .gnu.linkonce* sections if they are members of a group.
4634 (set_group_contents): Set GRP_COMDAT flag.
4635 * section.c (bfd_discard_group): New function.
4636 * bfd-in.h (bfd_elf_discard_group): Declare.
4637 * bfd-in2.h: Regenerate.
4638 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
4639 (elf_linkonce_p): Define.
4640
90937f86
AM
46412002-06-04 Alan Modra <amodra@bigpond.net.au>
4642
4643 * elf.c (bfd_section_from_shdr): Make "name" const.
4644 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
4645 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
4646 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
4647 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
4648 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
4649 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
4650 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
4651 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
4652 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
4653 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
4654 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
4655
cf6fb9ce
MR
46562002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4657
4658 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
4659 ABI.
4660
cedb70c5
KH
46612002-06-02 Kazu Hirata <kazu@cs.umass.edu>
4662
4663 * elf32-arc.c: Fix formatting.
4664 * elf32-arm.h: Likewise.
4665 * elf32-cris.c: Likewise.
4666 * elf32-dlx.c: Likewise.
4667 * elf32-hppa.c: Likewise.
4668 * elf32-i386.c: Likewise.
4669 * elf32-i386qnx.c: Likewise.
4670 * elf32-or32.c: Likewise.
4671 * elf32-s390.c: Likewise.
4672 * elf32-sh64.c: Likewise.
4673 * elf32-vax.c: Likewise.
4674 * elf32-xstormy16.c: Likewise.
4675 * elf64-alpha.c: Likewise.
4676 * elf64-mmix.c: Likewise.
4677 * elf64-ppc.c: Likewise.
4678 * elf64-s390.c: Likewise.
4679 * elf64-sh64.c: Likewise.
4680 * elf64-x86-64.c: Likewise.
4681
048d873d
RH
46822002-06-02 Richard Henderson <rth@redhat.com>
4683
4684 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
4685 null when there are no got entries for a symbol.
4686 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
4687 uninitialized variable warning.
4688
4a67a098
RH
46892002-06-01 Richard Henderson <rth@redhat.com>
4690
4691 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
4692 undefined symbols here.
4693 (elf64_alpha_relax_section): Do it here. Also test for not
4694 defined in the current module.
4695 (elf64_alpha_relocate_section_r): Split out of ...
4696 (elf64_alpha_relocate_section): ... here. Don't dereference
4697 NULL when looking up local got entries.
4698
f44f99a5
RH
46992002-06-01 Richard Henderson <rth@redhat.com>
4700
4701 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
4702 symbols from JSR relaxation.
4703 (elf64_alpha_size_plt_section_1): New.
4704 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
4705 (elf64_alpha_size_rela_got_1): ... here.
4706 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
4707 (elf64_alpha_size_rela_got_section): ... here.
4708 (elf64_alpha_size_plt_section): New.
4709 (elf64_alpha_relax_section): Call them.
4710 (elf64_alpha_size_got_sections): Remove output_bfd arg.
4711 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
4712
9e756d64
RH
47132002-06-01 Richard Henderson <rth@redhat.com>
4714
4715 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
4716 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
4717 in shared libraries. Fix DTPRELHI and TPRELHI value.
4718 (INSN_ADDQ, INSN_RDUNIQ): New.
4719 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
4720 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
4721 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
4722 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
4723 Handle GOTDTPREL and GOTTPREL relocations.
4724 (elf64_alpha_relax_gprelhilo): New.
4725 (elf64_alpha_relax_tls_get_addr): New.
4726 (elf64_alpha_relax_find_tls_segment): New.
4727 (elf64_alpha_relax_section): Handle TLS relocations.
4728 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
4729 (elf64_alpha_check_relocs): Set it.
4730
c853d7f6
RH
47312002-06-01 Richard Henderson <rth@redhat.com>
4732
b646261c
RH
4733 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
4734
c853d7f6
RH
4735 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
4736 check; don't suppress dynamic relocs for non-allocated sections.
4737
d7e41a96
RH
4738 * elf64-alpha.c: Remove dead code.
4739
5f333394
AM
47402002-05-31 Alan Modra <amodra@bigpond.net.au>
4741
08e0ee05
AM
4742 * bfd-in2.h: Regenerate.
4743 * libbfd.h: Regenerate.
4744 * po/SRC-POTFILES.in: Regenerate.
4745
5f333394
AM
4746 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
4747 space for bss .plt.
4748
caf47ea6
AM
47492002-05-31 Graeme Peterson <gp@qnx.com>
4750
4751 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
4752 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
4753 Run "make dep-am".
4754 * Makefile.in: Regenerate.
4755 * config.bfd: Add i[3456]86-*-nto-qnx* support.
4756 * configure.in: Add bfd_elf32_i386qnx_vec support.
4757 * configure: Regenerate.
4758 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
4759 is_contained_by_filepos, and copy_private_bfd_data_p.
4760 * elf.c (assign_file_positions_for_segments): Call backend
4761 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
4762 (IS_CONTAINED_BY_FILEPOS): Define.
4763 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
4764 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
4765 Fix non-K&R call to _bfd_error_handler.
4766 (_bfd_elf_copy_private_section_data): Use backend
4767 copy_private_bfd_data_p.
4768 * elf32-i386.c: Don't include elfxx-target.h when
4769 ELF32_I386_C_INCLUDED is defined.
4770 * elf32-i386qnx.c: New QNX elf backend file.
4771 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
4772 elf_backend_is_contained_by_filepos, and
4773 elf_backend_do_copy_private_bfd_data.
4774 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
4775
5bc56484
AM
47762002-05-31 Alan Modra <amodra@bigpond.net.au>
4777
4778 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
4779 Move other similar defines to start of file.
4780
1b164155
TR
47812002-05-30 Tom Rix <trix@redhat.com>
4782
4783 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
4784 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
4785
3765b1be
RH
47862002-05-30 Richard Henderson <rth@redhat.com>
4787
4788 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
4789 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
4790 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
4791 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
4792 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
4793 (struct alpha_elf_obj_tdata): Rename total_got_entries and
4794 n_local_got_entries to total_got_size and local_got_size.
4795 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
4796 (alpha_got_entry_size): New.
4797 (elf64_alpha_relax_with_lituse): Use it.
4798 (elf64_alpha_relax_without_lituse): Likewise.
4799 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
4800 (get_got_entry): New.
4801 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
4802 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
4803 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
4804 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
4805 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
4806 (elf64_alpha_calc_got_offsets): Likewise.
4807 (alpha_dynamic_entries_for_reloc): New.
4808 (elf64_alpha_calc_dynrel_sizes): Use it.
4809 (elf64_alpha_size_dynamic_sections): Likewise.
4810 (elf64_alpha_relocate_section): Handle TLS relocations.
4811 * reloc.c: Add Alpha TLS relocations.
4812 * bfd-in2.h, libbfd.h: Rebuild.
4813
5e226794
NC
48142002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
4815
4816 * peXXigen.c (pe_print_idata): Remove double printed
4817 import table lines; add Bound-To comment.
4818
90ace9e9
JT
48192002-05-29 Matt Thomas <matt@3am-software.com>
4820
4821 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
4822 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
4823 (elf32-vax.lo): New rule.
4824 * Makefile.in: Regenerate.
4825 * configure.in (bfd_elf32_vax_vec)
4826 (vaxnetbsd_vec): New vectors.
4827 * configure: Regenerate.
4828 * config.bfd (vax-*-netbsdelf*)
4829 (vax-*-netbsdaout*)
4830 (vax-*-netbsd*): New targets.
4831 * elf32-vax.c: New file.
4832 * reloc.c: Add VAX relocations.
4833 * bfd-in2.h: Regenerate.
4834 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
4835
4a253e81
JT
48362002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4837
4838 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
4839 and bfd_elf32_bigarm_vec to targ_selvecs.
4840
6e7c73dd
CF
48412002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
4842
4843 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
4844 with auto-imported symbols.
4845
8afb0e02
NC
48462002-05-29 Adam Nemet <anemet@lnxw.com>
4847
4848 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
4849 sections only record bfd.
9bab7074 4850 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
8afb0e02 4851 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
9bab7074 4852 * bfd-in2.h: Regenerate.
8afb0e02 4853
a95653f5
NC
48542002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
4855
4856 * syms.c (_bfd_stab_section_find_nearest_line): Move
4857 declaration and initialisation of saw_line and saw_func out of
4858 for loop.
4859
7cdc5bba
AM
48602002-05-29 Alan Modra <amodra@bigpond.net.au>
4861
4862 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
4863 (bfd_elf64_get_symbol_info): Define.
4864 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
4865
4c7aad1c
AM
48662002-05-29 Andrey Volkov <avolkov@transas.com>
4867
4868 * cpu-h8300.c: Make default h8300 machine first in machine list.
4869
d172d4ba
NC
48702002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
4871
4872 * config.bfd: Added DLX configuraton.
4873 * Makefile.am: Added DLX configuraton.
4874 * configure.in: Added DLX configuraton.
4875 * archures.c: Add DLX architecure.
4876 * reloc.c: Add DLX relocs.
4877 * targets.c: Added DLX target vector.
4878 * configure: Regenerate.
4879 * Makefile.in: Regenreate.
4880 * bfd-in2.h: Regenreate.
4881 * elf32-dlx.c: New file: Support DLX target.
4882 * cpu-dlx.c: New file: Support DLX target.
4883
d1329ca3
AM
48842002-05-25 Alan Modra <amodra@bigpond.net.au>
4885
428d0de3
AM
4886 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
4887
d1329ca3
AM
4888 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
4889 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
4890 strings to point inside function code sym string.
4891 (func_desc_adjust): Likewise.
4892 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
4893
3bab7989
ML
48942002-05-24 Michal Ludvig <mludvig@suse.cz>
4895
4896 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
4897 (elf64_x86_64_grok_psinfo): Added.
4898
436e8db0
NC
48992002-05-24 TAMURA Kent <kent@netbsd.org>
4900
4901 * config.bfd: Add a target for i386-netbsdpe.
4902
ea1e4b0d
AM
49032002-05-24 Alan Modra <amodra@bigpond.net.au>
4904
4905 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
4906 and is_func_descriptor.
4907 (func_desc_adjust): Hide function code sym in shared libs unless
4908 there is a matching exported function descriptor sym.
4909
13ae64f3
JJ
49102002-05-23 Jakub Jelinek <jakub@redhat.com>
4911
4912 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
4913 for symbols from SHF_TLS section.
4914 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
4915 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
4916 (map_sections_to_segments): Build PT_TLS segment if necessary.
4917 (assign_file_positions_for_segments): Likewise.
4918 (get_program_header_size): Account for PT_TLS segment.
4919 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
4920 SEC_THREAD_LOCAL sections to STT_TLS.
4921 * reloc.c: Add 386 and IA-64 TLS relocs.
4922 * section.c (SEC_THREAD_LOCAL): Define.
4923 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
4924 Remove.
4925 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
4926 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
4927 unconditionally.
4928 (struct elf_final_link_info): Add first_tls_sec.
4929 (elf_bfd_final_link): Set first_tls_sec.
4930 Compute elf_hash_table (info)->tls_segment.
4931 (elf_link_output_extsym): Handle STT_TLS symbols.
4932 (elf_link_input_bfd): Likewise.
4933 * syms.c (BSF_THREAD_LOCAL): Define.
4934 * bfd-in2.h: Rebuilt.
4935 * libbfd.h: Rebuilt.
4936 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
4937 elf_i386_mkobject, elf_i386_object_p): New functions.
4938 (elf_howto_table): Add TLS relocs.
4939 (elf_i386_reloc_type_lookup): Support TLS relocs.
4940 (elf_i386_info_to_howto_rel): Likewise.
4941 (struct elf_i386_link_hash_entry): Add tls_type.
4942 (struct elf_i386_obj_tdata): New.
4943 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
4944 New macros.
4945 (struct elf_i386_link_hash_table): Add tls_ldm_got.
4946 (link_hash_newfunc): Clear tls_type.
4947 (elf_i386_check_relocs): Support TLS relocs.
4948 (elf_i386_gc_sweep_hook): Likewise.
4949 (allocate_dynrelocs): Likewise.
4950 (elf_i386_size_dynamic_sections): Likewise.
4951 (elf_i386_relocate_section): Likewise.
4952 (elf_i386_finish_dynamic_symbol): Likewise.
4953 (bfd_elf32_mkobject, elf_backend_object_p): Define.
4954 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
4955 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
4956 want_tprel, want_dtpmod, want_dtprel.
4957 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
4958 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
4959 R_IA64_LTOFF_TPREL22.
4960 (elf_code_to_howto_index): Add TLS relocs.
4961 (elfNN_ia64_check_relocs): Support TLS relocs.
4962 (allocate_global_data_got): Account for TLS .got data.
4963 (allocate_dynrel_entries): Account for TLS dynamic relocations.
4964 (elfNN_ia64_install_value): Supprt TLS relocs.
4965 (set_got_entry): Support TLS relocs.
4966 (elfNN_ia64_relocate_section): Likewise.
4967
c62e1cc3
NC
49682002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
4969
4970 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
4971 BLX reloc round the relocation up rather than down.
4972 * coff-arm.c (coff_arm_relocate_section): Likewise.
4973
c5a43a5d
L
49742002-05-21 H.J. Lu (hjl@gnu.org)
4975
4976 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
4977 definition.
4978
afbe61cf
AM
49792002-05-22 Alan Modra <amodra@bigpond.net.au>
4980
4981 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
4982 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
4983
9c07fe7c
AM
49842002-05-22 Alan Modra <amodra@bigpond.net.au>
4985
4986 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
4987 unresolved relocs.
4988 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
4989
21611032
TS
49902002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4991
c5cd6d62 4992 * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
21611032
TS
4993 non-ELF targets.
4994
41241523
TS
49952002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4996
4997 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
4998 an error value.
4999 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
5000 return with false on error.
5001 (elf_link_input_bfd): Check reloc_emitter return value.
5002
658f2588
JT
50032002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5004
5005 * config.bfd (armeb-*-netbsdelf*): New target.
5006
c862ae31
AM
50072002-05-20 Alan Modra <amodra@bigpond.net.au>
5008
5009 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
5010 at the plt call stub.
5011
6dd14845
TS
50122002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5013
5014 * cpu-mips.c (mips_compatible): Don't try to check machine
5015 compatibility.
5016
a58d9c34
TR
50172002-05-18 Tom Rix <trix@redhat.com>
5018
5019 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
5020
ef60b7ff
AM
50212002-05-17 Alan Modra <amodra@bigpond.net.au>
5022
5023 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
5024 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
5025 we've already warned about an undefined symbol. Report more
5026 detail on reloc errors.
5027
a703a6ea
AM
50282002-05-17 Alan Modra <amodra@bigpond.net.au>
5029
5030 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
5031 * configure.in: Invoke AM_INSTALL_LIBBFD.
5032 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
5033 (install_libbfd): .. New target.
5034 (uninstall_libbfd): Likewise.
5035 (install-bfdlibLTLIBRARIES): Likewise.
5036 (uninstall-bfdlibLTLIBRARIES): Likewise.
5037 (bfdlibdir): New.
5038 (bfdincludedir): New.
5039 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
5040 * aclocal.m4: Regenerate.
5041 * configure: Regenerate.
5042 * Makefile.in: Regenerate.
5043
2c13d98b
NC
50442002-05-17 Stuart Balfour <sbalfour@cisco.com>
5045
5046 * hash.c (bfd_hash_lookup): Remove computation of len from inside
5047 hash loop.
5048
629936c5
NC
50492002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
5050
5051 * config.bfd: Add targets for sh64-linux (little endian and
5052 big endian).
5053
e4cf60a8
NC
50542002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
5055
5056 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
5057 is located in the same section as the import table. Instead
5058 check, and if necessary load the section containing the thunk.
5059
d1e66cd4
NC
50602002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
5061
5062 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
ea1e4b0d
AM
5063 bfd_bread.
5064 (xcoff64_core_file_matches_executable_p): Replace bfd_read
5065 with bfd_bread.
d1e66cd4 5066
2d653fc7
AM
50672002-05-15 Alan Modra <amodra@bigpond.net.au>
5068
5069 * aix5ppc-core.c: Warning fixes.
5070 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
5071 * aout-target.h (MY_bfd_link_just_syms): Define.
5072 * aout-tic30.c (MY_bfd_link_just_syms): Define.
5073 * bfd.c (bfd_link_just_syms): Define.
5074 * binary.c (binary_bfd_link_just_syms): Define.
5075 * bout.c (b_out_bfd_link_just_syms): Define.
5076 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
5077 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
5078 * coffcode.h (coff_bfd_link_just_syms): Define.
5079 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
5080 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
5081 (_bfd_elf_link_just_syms): Declare.
5082 * elf.c (_bfd_elf_link_just_syms): New function.
5083 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
5084 sections haven't already been discarded by the linker.
5085 * elflink.h (elf_link_add_object_symbols): Likewise for stab
5086 sections and SEC_MERGE sections.
5087 (elf_bfd_discard_info): Similarly here.
5088 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
5089 * i386msdos.c (msdos_bfd_link_just_syms): Define.
5090 * i386os9k.c (os9k_bfd_link_just_syms): Define.
5091 * ieee.c (ieee_bfd_link_just_syms): Define.
5092 * ihex.c (ihex_bfd_link_just_syms): Define.
5093 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
5094 (_bfd_generic_link_just_syms): Declare.
5095 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
5096 * linker.c (_bfd_generic_link_just_syms): New function.
5097 * mmo.c (mmo_bfd_link_just_syms): Define.
5098 * nlm-target.h (nlm_bfd_link_just_syms): Define.
5099 * oasys.c (oasys_bfd_link_just_syms): Define.
5100 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
5101 * som.c (som_bfd_link_just_syms): Define.
5102 * srec.c (srec_bfd_link_just_syms): Define.
5103 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
5104 (BFD_JUMP_TABLE_LINK): And here.
5105 * tekhex.c (tekhex_bfd_link_just_syms): Define.
5106 * versados.c (versados_bfd_link_just_syms): Define.
5107 * vms.c (vms_bfd_link_just_syms): Define.
5108 * libbfd.h: Regenerate.
5109 * bfd-in2.h: Regenerate.
5110
cb7394f2
TS
51112002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5112
5113 * elf32-mips.c: Remove superfluous definitions copied from
5114 elfxx-mips.c.
5115 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
5116 SGIish vectors to check the special case.
5117 (mips_elf_hi16_reloc): Fix comment.
5118 (mips_elf_got16_reloc): Likewise.
5119 (_bfd_mips_elf32_gprel16_reloc): Likewise.
5120 (elf_reloc_map): Code cleanup.
5121 (mips_reloc_map): Add comment.
5122 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
5123 (mips_elf32_rtype_to_howto): Likewise.
5124 (mips_elf32_discard_info): Likewise.
5125 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
5126 lead to IRIX compatibility now.
5127
8dc1a139
TS
51282002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5129
5130 * elfxx-mips.c: Call it IRIX, not Irix in comments.
5131
2051e1b5
JT
51322002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
5133
5134 * config.bfd (shle-*-netbsdelf*): Add target which includes
5135 sh64 support.
5136
83954261
AM
51372002-05-13 David Edelsohn <edelsohn@gnu.org>
5138
5139 * configure.in: Revert 2002-04-07. Instead, auto-configure
5140 HAVE_ST_C_IMPL.
5141 * configure: Regenerate.
5142 * config.in: Regenerate.
5143 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
5144 or AIX_5_CORE.
5145
a9bf1154
NC
51462002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
5147
5148 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
5149 corefiles as well.2
5150 * configure: Regenerate.
5151
3129eb7a
AM
51522002-05-13 Alan Modra <amodra@bigpond.net.au>
5153
5154 * Makefile.am (install-data-local): Install headers to
5155 $(exec_prefix)/include.
5156 * Makefile.in: Regenerate.
5157
a9a32010
DJ
51582002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
5159 Daniel Jacobowitz <drow@mvista.com>
5160
5161 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
5162 map BFD_RELOC_RVA.
5163
51642002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
690cc98b
NC
5165
5166 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
5167 hppa*-*-openbsd*): New targets.
5168 * configure.in (alpha*-*-openbsd*): Set COREFILE.
5169 * configure: Regenerate.
5170
f1f0d9ab
TR
51712002-05-10 Tom Rix <trix@redhat.com>
5172
ea1e4b0d 5173 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
f1f0d9ab
TR
5174 xcoff64_ppc_relocate_section.
5175 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
5176 * libxcoff.h: Common xcoff_reloc_type function declaration.
5177
c432ba1a
AM
51782002-05-10 Alan Modra <amodra@bigpond.net.au>
5179
16a10388 5180 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
90937f86 5181 added in 2002-05-09 commit.
16a10388 5182
c432ba1a
AM
5183 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
5184 don't look for stubs on all undefined syms.
5185
4a335f3d
AM
51862002-05-09 Alan Modra <amodra@bigpond.net.au>
5187
8fc39d5d
AM
5188 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
5189 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
5190 pcrel_offset.
5191
4a335f3d
AM
5192 * elf32-i386.c (elf_howto_table): Comments.
5193 (elf_i386_relocate_section): Handle more relocs for relocatable
5194 linking and against SEC_MERGE sections.
5195
41fcb14e
AM
51962002-05-08 Alan Modra <amodra@bigpond.net.au>
5197
5198 * elf32-ppc.c (ppc_elf_create_got): New function.
5199 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
ea1e4b0d 5200 _bfd_elf_create_dynamic_sections. Correct .plt flags.
41fcb14e
AM
5201 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
5202 _bfd_elf_create_got_section.
5203
b491616a
AM
52042002-05-07 Alan Modra <amodra@bigpond.net.au>
5205
5206 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
5207 * elfxx-target.h (elf_backend_rela_normal): Define.
5208 (elfNN_bed): Init rela_normal.
5209 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
5210 for section symbols here if rela_normal. Simplify abs section test.
5211 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
5212 return immediately. Remove code handling relocatable linking.
5213 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
5214 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
5215 * elf32-i370.c (i370_elf_relocate_section): Likewise.
5216 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
5217 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
5218 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
5219 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
5220 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
5221 * elf32-s390.c (elf_s390_relocate_section): Likewise.
5222 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
5223 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
5224 * elf64-s390.c (elf_s390_relocate_section): Likewise.
5225 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
5226 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
5227 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
5228 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
5229 * elf-m10200.c (elf_backend_rela_normal): Define.
5230 * elf-m10300.c (elf_backend_rela_normal): Define.
5231 * elf32-fr30.c (elf_backend_rela_normal): Define.
5232 * elf32-i370.c (elf_backend_rela_normal): Define.
5233 * elf32-i860.c (elf_backend_rela_normal): Define.
5234 * elf32-m68k.c (elf_backend_rela_normal): Define.
5235 * elf32-mcore.c (elf_backend_rela_normal): Define.
5236 * elf32-openrisc.c (elf_backend_rela_normal): Define.
5237 * elf32-ppc.c (elf_backend_rela_normal): Define.
5238 * elf32-s390.c (elf_backend_rela_normal): Define.
5239 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
5240 * elf64-ppc.c (elf_backend_rela_normal): Define.
5241 * elf64-s390.c (elf_backend_rela_normal): Define.
5242 * elf64-x86-64.c (elf_backend_rela_normal): Define.
5243 * elfxx-ia64.c (elf_backend_rela_normal): Define.
5244 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
5245 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
5246
df212a7e
NC
52472002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
5248
5249 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
5250 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
5251
3decf53c
AM
52522002-05-06 Alan Modra <amodra@bigpond.net.au>
5253
5254 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
5255 when not relocatable. Fix reloc_emitter call for K&R.
5256
f46c2da6
AM
52572002-05-04 Alan Modra <amodra@bigpond.net.au>
5258
5259 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
5260 reloading local sym addend mistakenly removed in 2002-05-01 change.
5261
5262 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
5263 (read_abbrevs): Change "offset" param to bfd_vma.
5264 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
5265 Change "abbrev_offset" to bfd_vma.
5266 (read_indirect_string): Use correct conversion chars in error
5267 message format string, cast bfd_vma's to unsigned long.
5268 (read_abbrevs): Likewise.
5269 (read_attribute_value): Likewise.
5270 (decode_line_info): Likewise.
5271 (scan_unit_for_functions): Likewise.
5272 (parse_comp_unit): Likewise.
5273
59862849
TR
52742002-05-04 Tom Rix <trix@redhat.com>
5275
5276 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
5277 (coff_swap_reloc_out): Same.
5278 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
5279 (xcoff_swap_reloc_out): Same.
5280 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
5281 case some 16 bit relocs. Add reloc value to output.
5282 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
ea1e4b0d 5283 R_RBR. Improve names.
59862849
TR
5284 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
5285 (bfd_xcoff_backend_data): Update with new reloc swap names.
5286 (bfd_pmac_xcoff_backend_data) : Same.
5287 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
5288 (xcoff64_swap_reloc_out): Same.
ea1e4b0d 5289 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
59862849 5290 R_POS. Add reloc value to output.
ea1e4b0d
AM
5291 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
5292 bit R_RBR. Improve names, masks.
59862849
TR
5293 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
5294 (bfd_xcoff_backend_data): Update with new reloc swap names.
5295 (bfd_xcoff_aix5_backend_data) : Same.
5296
b4655ea9
AM
52972002-05-04 Alan Modra <amodra@bigpond.net.au>
5298
5299 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
5300 bfd_count top_index, input_list, all_local_syms.
5301 (elf32_hppa_setup_section_lists): New function, split from
5302 elf32_hppa_size_stubs.
5303 (elf32_hppa_next_input_section): Likewise.
5304 (group_sections): Likewise.
5305 (get_local_syms): Likewise.
5306 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
5307 stubs on undefined syms too.
5308 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8fc39d5d 5309 Only access htab elf fields when we have an elf hash table.
b4655ea9
AM
5310 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
5311 (elf32_hppa_next_input_section): Declare.
5312
301e3139
AM
53132002-05-04 Bob Byrnes <byrnes@curl.com>
5314
5315 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
5316 _bfd_new_bfd.
5317
7c5fcef7
L
53182002-05-03 H.J. Lu (hjl@gnu.org)
5319
5320 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
5321 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
5322 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
5323 to hide a global symbol.
5324 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
ea1e4b0d 5325 forced_local to true.
7c5fcef7 5326
84de6048
RH
53272002-05-02 Richard Henderson <rth@redhat.com>
5328
5329 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
5330 vs SHN_UNDEF to zero.
5331
805fc799
AM
53322002-05-02 Alan Modra <amodra@bigpond.net.au>
5333
c061c2d8
AM
5334 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
5335 16 bit reloc.
5336 <R_PPC64_SECTOFF_DS>: Likewise.
5337 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
5338 SECTOFF reloc.
5339 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
5340 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
5341 SECTOFF reloc.
5342
805fc799
AM
5343 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
5344 (ppc64_elf_ha_reloc): New function.
5345 (ppc64_elf_brtaken_reloc): New function.
5346 (ppc64_elf_sectoff_reloc): New function.
5347 (ppc64_elf_sectoff_ha_reloc): New function.
5348 (ppc64_elf_toc_reloc): New function.
5349 (ppc64_elf_toc_ha_reloc): New function.
5350 (ppc64_elf_toc64_reloc): New function.
5351 (ppc64_elf_unhandled_reloc): New function.
5352 (ppc64_elf_howto_raw): Use the above.
5353 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
5354 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
5355 <R_PPC64_SECTOFF_DS>: Likewise.
5356 (IS_ABSOLUTE_RELOC): Update.
5357 (struct ppc_link_hash_table): Add have_undefweak.
5358 (ppc64_elf_link_hash_table_create): Init.
5359 (func_desc_adjust): Set have_undefweak.
5360 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
5361 add the .sfpr blr when have_undefweak.
5362 (ppc64_elf_setup_section_lists): Check hash table flavour.
5363 (ppc64_elf_next_input_section): Move output_section->owner test to
5364 ppc64elf.em.
5365 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
5366 and relocatable test. Return TOCstart and don't set elf_gp.
5367 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
5368 offset calculation. Add assert on weak sym branch tweaks.
5369 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
5370 (ppc64_elf_toc): Declare.
5371 (ppc64_elf_next_input_section): Update.
ea1e4b0d 5372
818c39a3
AM
53732002-05-01 Alan Modra <amodra@bigpond.net.au>
5374
5375 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
5376 file_name.
5377
721956f4
AM
53782002-05-01 Alan Modra <amodra@bigpond.net.au>
5379
5380 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
5381 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
5382 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
5383 call branches. Correct undefined weak destination.
5384 (ppc64_elf_func_desc_adjust): Always create at least one blr in
5385 .sfpr, and correct case where either only savef* or restf* is
5386 needed.
5387
5388 Long branch stubs, multiple stub sections.
5389 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
5390 (ppc64_elf_next_input_section): Declare.
5391 * elf64-ppc.c: Move linker-only prototypes.
5392 (STUB_SUFFIX): Define.
5393 (enum ppc_stub_type): New.
5394 (struct ppc_stub_hash_entry): New.
5395 (struct ppc_branch_hash_entry): New.
5396 (struct ppc_link_hash_entry): Add stub_cache, oh.
5397 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
5398 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
5399 Rename plt_overflow to stub_error.
5400 (ppc_stub_hash_lookup): Define.
5401 (ppc_branch_hash_lookup): Define.
5402 (stub_hash_newfunc): New function.
5403 (branch_hash_newfunc): New function.
5404 (link_hash_newfunc): Init new fields.
5405 (ppc64_elf_link_hash_table_create): Likewise.
5406 (ppc64_elf_link_hash_table_free): New function.
5407 (ppc_stub_name): New function.
5408 (ppc_get_stub_entry): New function.
5409 (ppc_add_stub): New function.
5410 (create_linkage_sections): Use bfd_make_section_anyway. Create
5411 .branch_lt and .rela.branch_lt sections. Don't create .stub.
5412 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
5413 and set up for plt call stubs. Link func and func desc syms.
5414 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
5415 (func_desc_adjust): Avoid hash lookup when func desc sym available
5416 via shortcut, and set links when processing.
5417 (ppc64_elf_hide_symbol): Likewise.
5418 (allocate_dynrelocs): Don't allocate stub section here.
5419 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
5420 Remove sstub code.
5421 (ppc_type_of_stub): New function.
5422 (build_one_stub): Delete.
5423 (ppc_build_one_stub): New function.
5424 (ppc_size_one_stub): New function.
5425 (ppc64_elf_setup_section_lists): New function.
5426 (ppc64_elf_next_input_section): New function.
5427 (group_sections): New function.
5428 (get_local_syms): New function.
5429 (ppc64_elf_size_stubs): Rewrite.
5430 (ppc64_elf_build_stubs): Rewrite.
5431 (ppc64_elf_relocate_section): Look up stub entry for REL24
5432 relocs. Don't propagate REL14* to dynamic objects. Look for long
5433 branch stubs if REL14* or REL24 relocs won't reach.
5434 (bfd_elf64_bfd_link_hash_table_free): Define.
5435
09c2219b
MM
54362002-04-30 Mark Mitchell <mark@codesourcery.com>
5437
c5cd6d62 5438 * config.bfd: Add support for powerpc-*-windiss.
09c2219b 5439
07b678c0
TR
54402002-04-30 Tom Rix <trix@redhat.com>
5441
5442 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
5443 symbol names into the hash table.
5444
dbe341c6
TR
54452002-04-28 Tom Rix <trix@redhat.com>
5446
5447 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
ea1e4b0d 5448 calulating relocations.
dbe341c6 5449 (xcoff_complain_overflow) : Function table for relocation errors.
ea1e4b0d
AM
5450 (xcoff_ppc_relocate_section): Use relocation and complain function
5451 tables.
5452 (xcoff_complain_overflow_unsigned_func): New complain function.
dbe341c6
TR
5453 (xcoff_complain_overflow_signed_func): Same.
5454 (xcoff_complain_overflow_bitfield_func): Same.
5455 (xcoff_complain_overflow_dont_func): Same.
5456 (xcoff_reloc_type_crel): New recot function.
5457 (xcoff_reloc_type_br): Same.
5458 (xcoff_reloc_type_ba): Same.
5459 (xcoff_reloc_type_toc): Same.
5460 (xcoff_reloc_type_rel): Same.
5461 (xcoff_reloc_type_neg): Same.
5462 (xcoff_reloc_type_pos): Same.
5463 (xcoff_reloc_type_fail): Same.
5464 (xcoff_reloc_type_noop): Same.
5465 * libxcoff.h : Declare common parts for xcoff64.
5466 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
ea1e4b0d 5467 and complain function tables.
dbe341c6 5468
985142a4
AM
54692002-04-28 Alan Modra <amodra@bigpond.net.au>
5470
5471 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
5472 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
5473
eba91044
AM
54742002-04-26 Alan Modra <amodra@bigpond.net.au>
5475
e54fdaa5
AM
5476 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
5477 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
5478
a50c1845
AM
5479 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
5480 same as the output before calling elf_link_input_bfd.
5481
eba91044
AM
5482 * coffcode.h (coff_compute_section_file_positions): Set
5483 section_tail after shuffling section list.
5484
3c25c5f6
NC
54852002-04-24 Christian Groessler <chris@groessler.org>
5486
5487 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
5488 addresses are 23bit with a special layout, not plain 32bit
5489 values. Prevent relocation of immediate values.
5490
40d32fc6
CD
54912002-04-24 Chris G. Demetriou <cgd@broadcom.com>
5492
5493 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
5494 MIPS-16 ASE flags are set, print something to indicate that.
5495
067fa4a6
AM
54962002-04-23 Alan Modra <amodra@bigpond.net.au>
5497
5498 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
5499 under which a plt call stub is used.
5500 (final_link_relocate): Similarly.
5501 (allocate_plt_static): Clear h-plabel except when plt entry is
5502 exclusively used for a plabel.
5503 (allocate_dynrelocs): Use the above to simplify plt sizing.
5504 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
5505 (elf32_hppa_link_hash_table_create): Init.
5506 (BL22_RP): Define.
5507 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
5508 (elf32_hppa_check_relocs): Set has_22bit_branch.
5509
5510 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
5511 (final_link_relocate): Likewise.
5512
af40ce3c
JJ
55132002-04-22 Jakub Jelinek <jakub@redhat.com>
5514
5515 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
5516 search table if some FDE is DW_EH_PE_aligned encoded either.
5517 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
5518
09ae86c2
JJ
55192002-04-22 Richard Smith <richard@ex-parrot.com>
5520 Jakub Jelinek <jakub@redhat.com>
5521
5522 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
5523 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
5524 encoded personality.
5525 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
5526 for CIE/FDE removal.
5527
deeb2cd7
TR
55282002-04-20 Tom Rix <trix@redhat.com>
5529
5530 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
5531
99dc0092
AM
55322002-04-20 Alan Modra <amodra@bigpond.net.au>
5533
aa3d5824
AM
5534 * archures.c (bfd_lookup_arch): Move the list order comment..
5535 (struct bfd_arch_info): ..to where it belongs.
5536 * bfd-in2.h: Regenerate.
5537
99dc0092
AM
5538 * archures.c (bfd_lookup_arch): Add comment on list order.
5539 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
5540 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
5541 is always at head of list.
5542
7831a775
NC
55432002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
5544
5545 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
5546 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
5547 definition of these functions for ARM_WINCE builds as they are
5548 not used.
ea1e4b0d 5549 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
7831a775
NC
5550 for ARM_WINCE builds.
5551
55522002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
5553
ea1e4b0d 5554 * coff-arm.c (bfd_arm_process_before_allocation):
7831a775
NC
5555
55562002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
a44d7f9c
JR
5557
5558 * cpu-sh.c (scan_mach): Delete.
5559 (arch_info_struct): Replace scan_mach with bfd_default_scan.
5560 (bfd_sh_arch): Likewise.
5561
3d8dbe36
NC
55622002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
5563
5564 * ihex.c (ihex_write_object_contents): Fix check for records
5565 crossing 64K boundaries.
5566
4ab82700
AM
55672002-04-16 Alan Modra <amodra@bigpond.net.au>
5568
5569 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
5570 type rather than just assuming entries are ELF.
5571 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
5572 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
5573 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
5574 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
5575 rather than elf_link_hash_entry.
5576
036fe0fe
RH
55772002-04-15 Richard Henderson <rth@redhat.com>
5578
5579 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
5580 n32 binaries.
5581
c4f3d130
NC
55822002-04-15 Michael Snyder <msnyder@redhat.com>
5583
5584 * opncls.c (bfd_close): Write contents if writeable.
5585 Minor formatting tidy-ups.
5586
4ab82700 55872002-04-15 Alan Modra <amodra@bigpond.net.au>
27242387
AM
5588
5589 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
5590
0c04d169
MS
55912002-04-12 Michael Snyder <msnyder@redhat.com>
5592
5593 * bfd-in.h (bfd_get_section_lma): New access macro.
5594 Minor white-space fix-up.
5595
89d4966f
AM
55962002-04-12 Alan Modra <amodra@bigpond.net.au>
5597
5598 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
5599 header pad.
5600
8d0da3c2
DD
56012002-04-09 DJ Delorie <dj@redhat.com>
5602
5603 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
5604
05793179
NC
56052002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
5606
5607 * coffcode.h (coff_read_word): New.
5608 (coff_compute_checksum): New.
5609 (coff_apply_checksum): New.
5610 (coff_write_object_contents): Call coff_apply_checksum () to
5611 apply checksum to PE image.
5612
46fe4e66
AM
56132002-04-08 Randolph Chung <tausq@debian.org>
5614
5615 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
5616 (elf32_hppa_final_link): Split out sorting logic to..
5617 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
5618 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
5619
3b5b409c
AC
56202002-04-07 Andrew Cagney <ac131313@redhat.com>
5621
5622 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
5623 pattern.
5624 * configure: Re-generate.
5625
ac7b6ceb
AC
56262002-04-07 Andrew Cagney <ac131313@redhat.com>
5627
5628 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
5629 is greater or equal to 4.3.3.
5630 * configure: Regenerate.
5631 Fix PR gdb/344.
5632
44aa49bb
HPN
56332002-04-05 Hans-Peter Nilsson <hp@axis.com>
5634
5635 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
5636 R_CRIS_32_PCREL>: Fix typo in name.
5637 (cris_elf_check_relocs): Always create .rela.got here when
5638 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
5639 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
5640 assume it's created.
5641
e2d34d7d
DJ
56422002-04-04 Daniel Jacobowitz <drow@mvista.com>
5643
5644 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
5645 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
5646 define.
5647 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
5648 * bfd.c (bfd_link_hash_table_free): Define.
5649 * binary.c (binary_bfd_link_hash_table_free): Define.
5650 * bout.c (b_out_bfd_link_hash_table_free): Define.
5651 * coff-rs6000.c (rs6000coff_vec): Include
5652 _bfd_generic_link_hash_table_free.
5653 (pmac_xcoff_vec): Likewise.
5654 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
5655 (aix5coff64_vec): Likewise.
5656 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
5657 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
5658 (bfd_elf32_bfd_link_hash_table_free): Define.
5659 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
5660 (bfd_elf32_bfd_link_hash_table_free): Define.
5661 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
5662 define.
5663 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
5664 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
5665 * ieee.c (ieee_bfd_link_hash_table_free): Define.
5666 * ihex.c (ihex_bfd_link_hash_table_free): Define.
5667 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
5668 (_bfd_generic_link_hash_table_free): Add prototype.
5669 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
5670 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
5671 * linker.c (_bfd_generic_link_hash_table_free): New function.
5672 * mmo.c (mmo_bfd_link_hash_table_free): Define.
5673 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
5674 * oasys.c (oasys_bfd_link_hash_table_free): Define.
5675 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
5676 * som.c (som_bfd_link_hash_table_free): Define.
5677 * srec.c (srec_bfd_link_hash_table_free): Define.
5678 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
5679 * versados.c (versados_bfd_link_hash_table_free): Define.
5680 * vms.c (vms_bfd_link_hash_table_free): New function.
5681 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
5682
5683 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
5684 instead of bfd_alloc.
5685 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
5686 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
5687 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
5688 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
5689 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
5690 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
5691 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
5692 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
5693 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
5694 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
5695 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
5696 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
5697 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
5698 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
5699 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
5700 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
5701 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
5702 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
5703 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
5704 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
5705 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
5706 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
5707 * m68klinux.c (linux_link_hash_table_create): Likewise.
5708 * sparclinux.c (linux_link_hash_table_create): Likewise.
5709 * sunos.c (sunos_link_hash_table_create): Likewise.
5710 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
5711
5712 * targets.c: Add _bfd_link_hash_table_free to xvec.
5713
5714 * bfd-in2.h: Regenerate.
5715 * libbfd.h: Regenerate.
5716 * libcoff.h: Regenerate.
5717
830629ab
AM
57182002-04-04 Alan Modra <amodra@bigpond.net.au>
5719
5720 * dep-in.sed: Cope with absolute paths.
5721 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
5722 Run "make dep-am".
5723 * Makefile.in: Regenerate.
5724 * coff-arm.c: Fix copyright date.
5725 * cpu-h8300.c: Likewise.
5726 * cpu-i370.c: Likewise.
5727 * cpu-s390.c: Likewise.
5728 * cpu-mips.c: Likewise.
5729 * po/SRC-POTFILES.in: Regenerate.
5730
c6e90b02
TS
57312002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5732
5733 * Makefile.am: Add elfxx-mips.c to the known backends.
5734 (elf32-mips.lo): remove dependency to coff/external.h.
5735 * Makefile.in: Regenerate.
5736 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
5737 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
5738 accordingly.
5739 * configure: Regenerate.
5740 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
5741 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
5742 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
5743 MIPS specific backend functions.
5744 * elf32-mips.c: Moved most code to elfxx-mips.c.
5745 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
5746 static.
5747 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
5748 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
5749 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
5750 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
5751 interface to allow selection of the right REL or RELA howto table.
5752 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
5753 static. Let it refuse n32 objects.
5754 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
5755 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
5756 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
5757 (elf32_mips_ignore_discarded_relocs): Rename from
5758 _bfd_elf32_mips_ignore_discarded_relocs.
5759 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
5760 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
5761 (elf_mips_howto_table_rela): Remove.
5762 * elf64-mips.c: Moved most code to elfxx-mips.c.
5763 (bfd_elf64_bfd_reloc_type_lookup): Make static.
5764 (mips_elf64_rtype_to_howto): New function.
5765 (mips_elf64_object_p): Likewise.
5766 (elf64_mips_irix_compat): Likewise.
5767 * elfxx-mips.c: New file containing common code merged together from
5768 elf32-mips.c and elf64-mips.c.
5769 * elfxx-mips.h: New file containing MIPS specific prototypes from
5770 elf-bfd.h.
5771 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
5772 elf_backend_mips_rtype_to_howto.
5773
d8dce692
AM
57742002-04-04 Alan Modra <amodra@bigpond.net.au>
5775
5776 * srec.c (MAXCHUNK, Chunk): Revise comments.
5777 (srec_write_record): Correct buffer size.
5778 (srec_write_header): Do without intermediate buffer.
5779 (srec_write_section): Validate Chunk.
5780 (srec_write_terminator): Pass NULL instead of dummy buffer.
5781 (srec_write_symbols): Pass file and symbol names directly to
5782 bfd_bwrite so sprintf won't overflow buffer.
5783
b88a866a
JJ
57842002-04-03 Jakub Jelinek <jakub@redhat.com>
5785
5786 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
5787 PC relative relocs against hidden symbols.
5788 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5789
d7866f04
AM
57902002-04-03 Alan Modra <amodra@bigpond.net.au>
5791
5792 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
5793 LMAs, loop over segments until p_vaddr and p_memsz specify an
5794 extent enclosing the section.
5795
9e81ee67
NC
57962002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
5797
5798 * ihex.c (ihex_write_object_contents): Do not allow records to
5799 cross a 64K boundary - wrap if necessary.
5800
d2b64500
JT
58012002-04-01 Nathan Williams <nathanw@wasabisystems.com>
5802
5803 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
5804 which caused the returned LWP ID to always be 0.
5805
e36f7d53
RH
58062002-04-01 Richard Henderson <rth@redhat.com>
5807
5808 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
5809 (elf32_sparc_relocate_section): Use it to figure out when to
5810 initialize .got entries.
5811 * elf64-sparc.c: Similarly.
5812
e92d460e
AM
58132002-03-28 Alan Modra <amodra@bigpond.net.au>
5814
5815 * linker.c (link_action): Ignore duplicate warning syms.
5816 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
5817 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
5818 (elf_adjust_dynamic_symbol): Likewise.
5819 (elf_export_symbol): Likewise.
5820 (elf_link_find_version_dependencies): Likewise.
5821 (elf_link_assign_sym_version): Likewise.
5822 (elf_link_sec_merge_syms): Likewise.
5823 (elf_link_output_extsym): Likewise.
5824 (elf_gc_sweep_symbol): Likewise.
5825 (elf_gc_propagate_vtable_entries_used): Likewise.
5826 (elf_gc_smash_unused_vtentry_relocs): Likewise.
5827 (elf_gc_allocate_got_offsets): Likewise.
5828 (elf_collect_hash_codes): Likewise.
5829 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
5830 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
5831 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
5832 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
5833 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
5834 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
5835 (elf_cris_discard_excess_dso_dynamics): Likewise.
5836 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
5837 (mark_PIC_calls): Likewise.
5838 (allocate_plt_static): Likewise.
5839 (allocate_dynrelocs): Likewise.
5840 (readonly_dynrelocs): Likewise.
5841 * elf32-i386.c (allocate_dynrelocs): Likewise.
5842 (readonly_dynrelocs): Likewise.
5843 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
5844 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
5845 * elf32-mips.c (mips_elf_output_extsym): Likewise.
5846 (mips_elf_sort_hash_table_f): Likewise.
5847 (mips_elf_check_mips16_stubs): Likewise.
5848 * elf32-s390.c (allocate_dynrelocs): Likewise.
5849 (readonly_dynrelocs): Likewise.
5850 * elf32-sh.c (sh_elf_discard_copies): Likewise.
5851 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
5852 (xstormy16_relax_plt_realloc): Likewise.
5853 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
5854 (elf64_alpha_output_extsym): Likewise.
5855 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
5856 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
5857 (mips_elf64_check_mips16_stubs): Likewise.
5858 (mips_elf64_output_extsym): Likewise.
5859 * elf64-ppc.c (func_desc_adjust): Likewise.
5860 (allocate_dynrelocs): Likewise.
5861 (readonly_dynrelocs): Likewise.
5862 * elf64-s390.c (allocate_dynrelocs): Likewise.
5863 (readonly_dynrelocs): Likewise.
5864 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
5865 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
5866 (readonly_dynrelocs): Likewise.
5867 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
5868 * aoutx.h (aout_link_write_other_symbol): Likewise.
5869 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
5870 (_bfd_coff_write_global_sym): Likewise.
5871 * i386linux.c (linux_tally_symbols): Likewise.
5872 * m68klinux.c (linux_tally_symbols): Likewise.
5873 * sparclinux.c (linux_tally_symbols): Likewise.
5874 * pdp11.c (aout_link_write_other_symbol): Likewise.
5875 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
5876 * xcofflink.c (xcoff_build_ldsyms): Likewise.
5877 (xcoff_write_global_symbol): Likewise.
5878
5879 * cofflink.c (_bfd_coff_final_link): Formatting.
5880 * cpu-mips.c (mips_compatible): Make static, prototype.
5881 * elf32-i386.c (elf_i386_check_relocs): Formatting.
5882 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
5883 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
5884 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
5885 (mips_elf64_final_link): Likewise.
5886 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
5887 prototype.
5888
2106126f
NC
58892002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
5890
5891 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
5892 (SWAP_OUT_RELOC_OFFSET): Define.
5893
b99d1833
AM
58942002-03-27 Gregory Steuck <greg@nest.cx>
5895
5896 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
5897 terminating NULL if empty symbol table.
5898 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
5899
ad43ed4c
L
59002002-03-26 H.J. Lu (hjl@gnu.org)
5901
5902 * elflink.h (elf_link_input_bfd): Revert the last change since
5903 the gcc exception handling isn't fixed yet.
5904
3851fca4
L
59052002-03-26 H.J. Lu (hjl@gnu.org)
5906
5907 * elflink.h (elf_link_input_bfd): Complain about relocations
5908 against local symbols in discarded sections.
5909
b91afed7
AM
59102002-03-26 Alan Modra <amodra@bigpond.net.au>
5911
5912 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
5913
dba143ef
AM
59142002-03-23 Alan Modra <amodra@bigpond.net.au>
5915
5916 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
5917 section file offset for !SEC_LOAD sections.
5918
ee29b9fb
RE
59192002-03-21 Richard Earnshaw <rearnsha@arm.com>
5920
830629ab
AM
5921 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
5922 <case R_ARM_GOT>): Handle relocations to Thumb functions.
ee29b9fb 5923
54327882
AM
59242002-03-21 Alan Modra <amodra@bigpond.net.au>
5925
5926 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
5927 Whitespace changes.
5928 * archive.c: Update copyright date.
5929 * bfd-in2.h: Regenerate.
5930 * libbfd.h: Regenerate.
5931 * Makefile.am: Run "make dep-am"
5932 * Makefile.in: Regenerate.
5933 * po/SRC-POTFILES.in: Regenerate.
5934
1ee24f27
DJ
59352002-03-20 Daniel Jacobowitz <drow@mvista.com>
5936
5937 * dwarf2.c (struct funcinfo): Move up.
5938 (lookup_address_in_function_table): New argument function_ptr.
5939 Set it.
5940 (lookup_address_in_line_table): New argument function. If function
5941 is non-NULL, use it to handle ``addr'' before the first line note of
5942 the function.
5943 (comp_unit_find_nearest_line): Update and swap calls to
5944 lookup_address_in_function_table and lookup_address_in_line_table.
5945 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
5946 N_SLINE encountered if we see an N_FUN before any N_SLINE.
5947
51b9608c
TR
59482002-03-20 Tom Rix <trix@redhat.com>
5949
ea1e4b0d 5950 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
51b9608c 5951 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
ea1e4b0d 5952 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
51b9608c 5953
789c90aa
TR
59542002-03-19 Tom Rix <trix@redhat.com>
5955
ea1e4b0d 5956 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
789c90aa
TR
5957 dynamic objects in archives.
5958
1da54d81
HPN
59592002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
5960
5961 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
5962 STT_NOTYPE symbols to STT_OBJECT.
5963
7831a775 59642002-03-18 Jan Hubicka <jh@suse.cz>
beb43bb9
JH
5965
5966 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
5967
eb1e0e80
NC
59682002-03-18 Tom Rix <trix@redhat.com>
5969
5970 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
5971 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
5972 * coff-rs6000 (do_pad) : New function for archive padding.
5973 (do_copy) : New function for object file copying in archives.
5974 (do_shared_object_padding) : New function for padding shared
5975 objects to their text section alignment in archives.
5976 (bfd_xcoff_ar_achive_set_magic) : Stub.
5977 (xcoff_write_armap_big) : Use do_copy and do_pad.
5978 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
5979 do_copy and do_pad.
5980 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
ea1e4b0d 5981 bfd_xcoff_magic_number.
eb1e0e80
NC
5982 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
5983 fop.
5984 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
5985 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
5986 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
5987 * rs6000-core.c : Update copyright date.
ea1e4b0d 5988 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
eb1e0e80
NC
5989 csectpp.
5990 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
5991 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
5992 (coff_set_flags) : Use bfd_xcoff_magic_number.
5993 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
5994 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
5995 * Makefile.am : Same.
5996 * config.bfd : Same.
5997 * targets.c : Same.
5998 * configure : Regnerate.
5999 * Makefile.in : Same.
6000 * bfd-in2.h : Same.
6001
a1c259a1
NC
60022002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
6003
6004 * po/fr.po: Updated version.
6005
4dae1ae7
AM
60062002-03-18 Alan Modra <amodra@bigpond.net.au>
6007
6008 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
6009 * libbfd.h: Regenerate.
6010 * archive.c (coff_write_armap): Pass on failures from
6011 bfd_write_bigendian_4byte_int.
6012
36b4f6e7
L
60132002-03-14 H.J. Lu <hjl@gnu.org>
6014
6015 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
6016 error to bfd_error_nonrepresentable_section for reinit_array
6017 section in DSO.
6018
a1aefc76
NC
60192002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
6020
a181be0a
NC
6021 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
6022 OR it in rather than replacing previously selected flags.
6023
a1aefc76
NC
6024 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
6025 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
6026
c119f9b8
AM
60272002-03-14 Alan Modra <amodra@bigpond.net.au>
6028
6029 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
6030 (N): Use the above.
6031 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
6032 ensure reloc size matches before calling elf_link_input_bfd.
6033 Add an assert to check reloc size when counting output relocs.
6034
c295a511
NC
60352002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
6036
6037 * mmo.c (mmo_get_loc): Return NULL rather than false.
6038
9ce88e60
NC
60392002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
6040
6041 * po/fr.po: Updated version.
6042
4ddafab0
AM
60432002-03-13 Alan Modra <amodra@bigpond.net.au>
6044
b74fa2cd
AM
6045 * archures.c (bfd_default_compatible): Test bits_per_word.
6046 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
6047 bfd_default_compatible.
6048 * cpu-i370.c (i370_compatible): Likewise.
6049 * cpu-sparc.c (sparc_compatible): Likewise.
6050 * cpu-h8300.c (compatible): Test in->arch == out->arch.
6051
40b829d4
AM
6052 * elflink.h: Formatting fixes.
6053 (elf_link_output_extsym): Merge undefined and undef weak cases.
6054
4ddafab0
AM
6055 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
6056 when word size of input matches output word size.
6057
dd53c801
AJ
60582002-03-12 Andreas Jaeger <aj@suse.de>
6059
6060 * cpu-i386.c (i386_compatible): New. Use it instead of
6061 bfd_default_compatible.
6062
aa066ac8
L
60632002-03-07 H.J. Lu (hjl@gnu.org)
6064
6065 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
6066 as the type for bfd_reloc_val.
6067
1bf42538
JL
60682002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
6069
6070 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
6071 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
6072 (elf_hppa_final_link_relocate): Correct relocations for indirect
6073 references to local data through the DLT. Fix .opd creation for
6074 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
6075 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
6076 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
6077 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
6078 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
6079 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
6080 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
6081
86eaf01e
JJ
60822002-03-05 Jakub Jelinek <jakub@redhat.com>
6083
6084 * merge.c (_bfd_merge_sections): Don't segfault if there
6085 is nothing to merge due to GC.
6086
c44233aa
AM
60872002-03-05 Alan Modra <amodra@bigpond.net.au>
6088
039cc25f
AM
6089 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
6090 symbols that have been forced local.
6091
c44233aa
AM
6092 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
6093 to output forced local syms for non-shared link.
6094 (elf_link_output_extsym): Tweak condition for calling backend
6095 adjust_dynamic_symbol so that previous behaviour is kept.
6096 Whitespace changes throughout file.
6097
25e27870
L
60982002-03-04 H.J. Lu <hjl@gnu.org>
6099
6100 * elf.c (bfd_section_from_shdr): Handle special sections,
6101 .init_array, .fini_array and .preinit_array.
6102 (elf_fake_sections): Likewise.
6103
6104 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
6105 DT entry only if the section is in output for .init_array,
6106 .fini_array and .preinit_array. Complain about .preinit_array
6107 section in DSO.
6108 (elf_bfd_final_link): Warn zero size for .init_array,
6109 .fini_array and .preinit_array sections.
6110
6111 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
6112 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
6113 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
6114 .preinit_array.
6115
bb2a49f2
AM
61162002-03-04 Alan Modra <amodra@bigpond.net.au>
6117
6118 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
6119 * configure: Regenerate.
6120
38487e5e
TR
61212002-03-02 Tom Rix <trix@redhat.com>
6122
c44233aa
AM
6123 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
6124 symbolic equiv.
38487e5e
TR
6125 * coff-rs6000.c (xcoff_howto_table): Same.
6126
30831527
RH
61272002-03-01 David Mosberger <davidm@hpl.hp.com>
6128
6129 * elflink.h (size_dynamic_sections): If section named
6130 ".preinit_array" exists, create DT_PREINIT_ARRAY and
6131 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
6132 ".init_array" and ".fini_array".
6133 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
6134 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
6135 DT_FINI_ARRAY.
6136
c8e5ddc8
AM
61372002-02-26 Andrew Macleod <amacleod@cygnus.com>
6138
6139 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
6140 dynsyms.
6141
96e0dda4
AM
61422002-02-25 Alan Modra <amodra@bigpond.net.au>
6143
1c5b6bf8
AM
6144 * elf64-hppa.h: Update copyright date.
6145
96e0dda4
AM
6146 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
6147 (ppc64_elf_relocate_section): Don't generate power4 style branch
6148 hints for *_BRTAKEN and *_BRNTAKEN relocs.
6149
0fb19cbc
JJ
61502002-02-22 Jakub Jelinek <jakub@redhat.com>
6151
6152 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
6153 last patch.
6154 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
6155
c434dee6
AJ
61562002-02-21 Andreas Jaeger <aj@suse.de>
6157
6158 * elf64-x86-64.c: Major rework that introduces all recent changes
6159 to the x86-64 backend. Get a closer match to elf32-i386.
6160 (struct elf64_x86_64_dyn_relocs): Rename from
6161 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
6162 all users.
6163 (struct elf64_x86_64_link_hash_table): Add short cuts to some
6164 sections.
6165 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
6166 remove casts, initialize new hash members.
6167 (create_got_section): New.
6168 (elf64_x86_64_create_dynamic_sections): New.
6169 (elf64_x86_64_copy_indirect_symbol): New.
6170 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
6171 relocs, .got or .relgot here but do it in allocate_dynrelocs.
6172 Reference count possible .plt and .got entries. Don't test input
6173 section SEC_READONLY here to try to avoid copy relocs, and keep
6174 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
6175 DF_TEXTREL here. Delay setting of variables until needed. Cache
6176 pointer to "sreloc" section in elf_section_data. Tweak condition
6177 under which .got created. Report files with bad relocation
6178 section names.
6179 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
6180 Reference count possible .plt entries. Don't deallocate .got and
6181 .relgot space here.
6182 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
6183 do copy reloc processing for weakdefs. Remove redundant casts and
6184 aborts. Delay setting of vars until needed. Move creation of
6185 dynamic symbols and allocation of .plt and .rela.plt to
6186 allocate_dynrelocs. Replace BFD_ASSERT with abort.
6187 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
6188 (allocate_dynrelocs): New.
6189 (readonly_dynrelocs): New.
6190 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
6191 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
6192 Zero out the dynamic allocated content space.
6193 (elf64_x86_64_discard_copies): Removed.
6194 (elf64_x86_64_relocate_section): Make use of dynamic section
6195 short-cuts. Localise vars, and delay setting. Better error
6196 reporting, replace BFD_ASSERT with abort. Check
6197 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
6198 regular object file and tread the weak definition as the normal
6199 one. Don't discard relocs for undefweak or undefined symbols and
6200 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
6201 relocs.
6202 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
6203 symbols that have been forced local. Use same test to decide if
6204 we can use a relative reloc for got as relocate_section. Expand
6205 SHN_UNDEF comment. Move expressions out of function calls.
6206 Replace BFD_ASSERT with abort.
6207 (bfd_elf64_bfd_final_link): Removed.
6208 (elf_backend_copy_indirect_symbol): Define.
6209
ff3a6ee3
TR
62102002-02-20 Tom Rix <trix@redhat.com>
6211
6212 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
6213 (_bfd_xcoff_reloc_type_lookup): Use it.
6214 * coff64-rs6000.c (xcoff64_howto_table): Same.
6215 (xcoff64_reloc_type_lookup): Same.
c434dee6 6216
a68d41fb
AM
62172002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6218
6219 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
6220 little endian.
6221
befc3abb
MS
62222002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
6223
6224 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
6225 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
6226 * bfd-in2.h: Regenerate.
6227 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
6228 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
6229 with "s390:64-bit".
6230 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
6231 (elf_s390_reloc_type_lookup): Likewise.
6232 (elf_s390_check_relocs): Likewise.
6233 (elf_s390_gc_sweep_hook): Likewise.
6234 (elf_s390_relocate_section): Likewise.
6235 (elf_s390_object_p): Use renamed architecture define.
6236 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
6237
6eeeec9b
FCE
62382002-02-19 Frank Ch. Eigler <fche@redhat.com>
6239
6240 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
6241
0bb2d96a
JJ
62422002-02-19 Jakub Jelinek <jakub@redhat.com>
6243
6244 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
6245 absptr -> pcrel optimization for shared libs.
6246 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
6247 library cannot be converted to pcrel.
6248 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
6249 relative.
6250 * elf32-i386.c (elf_i386_relocate_section): If
6251 _bfd_elf_section_offset returned -2, skip, but make sure the
6252 relocation is installed.
6253 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
6254 * elf32-cris.c (cris_elf_relocate_section): Likewise.
6255 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
6256 * elf32-i370.c (i370_elf_relocate_section): Likewise.
6257 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
6258 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
6259 * elf32-s390.c (elf_s390_relocate_section): Likewise.
6260 * elf32-sh.c (sh_elf_relocate_section): Likewise.
6261 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6262 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
6263 * elf64-s390.c (elf_s390_relocate_section): Likewise.
6264 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
6265 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6266 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
6267 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
6268 _bfd_elf_section_offset returning -2 the same way as -1.
6269 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
6270 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
6271 and BFD_ASSERT.
6272 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
6273
69f284c7
TR
62742002-02-18 Tom Rix <trix@redhat.com>
6275
6276 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
6277 (bfd_xcoff_size_dynamic_sections): Same.
6278 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
6279 (bfd_xcoff_size_dynamic_sections): Same.
6280 * coff-rs6000.c (xcoff_generate_rtinit): Same.
6281 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
6282 * libxcoff.h (struct xcoff_backend_data_rec): Same.
6283 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
6284 * bfd-in2.h: Regenerate.
6285
82bd7b59
AM
62862002-02-18 Alan Modra <amodra@bigpond.net.au>
6287
6288 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
6289 (struct ppc_link_hash_table): Add sfpr.
6290 (ppc64_elf_link_hash_table_create): Init it.
6291 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
6292 .glink out to..
6293 (create_linkage_sections): ..here. Make .sfpr too.
6294 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
6295 dynobj early.
6296 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
6297 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
6298 ._restf* functions, and create as needed.
6299 (func_desc_adjust): Only force_local for shared libs.
6300
ef1355e8
NC
63012002-02-18 David O'Brien <obrien@FreeBSD.org>
6302
6303 * configure.in: Bump version number post 2.12 branching.
6304 * configure: Regenerate.
6305
dfa36a69
HPN
63062002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
6307
6308 * mmo.c: Correct and improve comments.
6309 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
6310 zero-pad. Use input to fill up non-empty bfd buffer.
6311 (mmo_flush_chunk): New function.
6312 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
6313 changed. Don't emit location specifier if VMA is same as
6314 *LAST_VMAP after omitting leading zero contents. Call
6315 mmo_flush_chunk before emitting location specifier.
6316 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
6317 with mmo_write_loc_chunk calls.
6318 (mmo_internal_write_section): Call mmo_flush_chunk after
6319 mmo_write_chunk.
6320 (mmo_write_symbols_and_terminator): Move :Main to first position
6321 in symbol array. Add faked one if it does not exist if there are
6322 other symbols. Don't add it if there are no symbols at all. Move
6323 out test for value of :Main from symbol loop. Rename table
6324 fakemain to maintable and variable mainsym to fakemain.
6325
ccf00ab6
RH
63262002-02-15 Richard Henderson <rth@redhat.com>
6327
6328 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
6329 section with no got matches any got. Simplify error generaion.
6330
88eaccc2
AM
63312002-02-15 Alan Modra <amodra@bigpond.net.au>
6332
fd96f80f
AM
6333 Support arbitrary length fill patterns.
6334 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
6335 (_bfd_default_link_order): Remove bfd_fill_link_order code.
6336 Call default_data_link_order.
6337 (default_fill_link_order): Delete.
6338 (default_data_link_order): New function.
6339 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
6340 of bfd_fill_link_order with bfd_data_link_order.
6341 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
6342 * elf64-mips.c (mips_elf64_final_link): Likewise.
6343
88eaccc2
AM
6344 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
6345 Correct value returned in "end" for "0x<non-hex>".
6346
e2fd756b
NC
63472002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
6348
6349 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
6350 (scan): Test against 'mach' field in info structure.
6351
edd29cf9
AM
63522002-02-14 Alan Modra <amodra@bigpond.net.au>
6353
6354 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
6355
1e30956e 63562002-02-14 Matt Fredette <fredette@netbsd.org>
76f57f3a
JT
6357
6358 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
6359 EF_M68000.
6360
bf36db18
NC
63612002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
6362
6363 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
edd29cf9
AM
6364 non-zero physical addresses when adjusting the LMAs of new
6365 sections.
bf36db18 6366
189c6563
AM
63672002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
6368
6369 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
6370 from _bfd_elf_hppa_gen_reloc_type.
6371 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
6372 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
6373 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
6374 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
6375
e948afaf
AO
63762002-02-12 Alexandre Oliva <aoliva@redhat.com>
6377
6378 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
6379 loading its contents if there's nothing to do in it.
6380
19397422
AM
63812002-02-12 Alan Modra <amodra@bigpond.net.au>
6382
0ad3a73b
AM
6383 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
6384 64k boundary.
6385
19397422
AM
6386 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
6387 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
6388 (ppc64_elf_finish_dynamic_sections): Set values for them.
6389
51316059
MS
63902002-02-11 Michael Snyder <msnyder@redhat.com>
6391
6392 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
6393 * elf.c (elfcore_grok_pstatus): Add prototype.
6394 (elfcore_grok_lwpstatus): Add prototype.
6395 (elfcore_write_lwpstatus): New function.
6396 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
6397
518313c3
AO
63982002-02-11 Alexandre Oliva <aoliva@redhat.com>
6399
6400 * elf32-sh.c: Added missing prototypes.
6401 * elf32-sh64.c: Likewise.
6402 (sh_elf_align_loads): Mark unused args as such.
6403 * elf64-sh64.c: Added missing prototypes.
6404 (struct elf_sh64_link_hash_entry): Fix typo.
6405 (sh_elf64_relocate_section): Fix info argument passed to
6406 _bfd_elf_section_offset.
6407
2c73f9d8
AM
64082002-02-11 Alan Modra <amodra@bigpond.net.au>
6409
6410 * Makefile.am: "make dep-am".
6411 * Makefile.in: Regenerate.
6412 * aclocal.m4: Regenerate.
6413 * config.in: Regenerate.
6414 * configure: Regenerate.
6415
d426c6b0
DJ
64162002-02-10 Daniel Jacobowitz <drow@mvista.com>
6417
6418 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
6419 variable warnings.
6420 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
6421 comparison warning.
6422 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
6423 cast warnings for the common case.
6424
e58ee0cd
HPN
64252002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
6426
6427 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
6428 vectors.
6429 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
6430 vectors.
6431
7793f4d0
RH
64322002-02-09 Richard Henderson <rth@redhat.com>
6433
6434 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
6435 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
6436 (elf64_alpha_relocate_section): Likewise.
6437 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
6438 * bfd-in2.h, libbfd.h: Rebuild.
6439
7e799044
HPN
64402002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
6441
6442 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
6443 that base-plus-offset reloc accounting is consistent.
6444 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
6445 up to date for undefined symbols.
6446
027d73eb
EC
64472002-02-08 Eric Christopher <echristo@redhat.com>
6448
6449 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6450
6451 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
6452 sections for the O32 ABI.
6453
517662d4
CD
64542002-02-08 Chris Demetriou <cgd@broadcom.com>
6455
6456 * elf32-arm.h: Fix formatting of _("...").
6457 * elf32-d10v.c: Likewise.
6458 * elf32-m68k.c: Likewise.
6459 * elf32-mips.c: Likewise.
6460
5e37cc46
NC
64612002-02-08 Ivan Guzvinec <ivang@opencores.org>
6462
6463 * coff-or32.c: Fix compile time warning messages.
6464
fbca6ad9
AO
64652002-02-08 Alexandre Oliva <aoliva@redhat.com>
6466
6467 Contribute sh64-elf.
6468 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
6469 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
6470 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
6471 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
6472 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
6473 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
6474 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
6475 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
6476 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
6477 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
6478 New relocs.
6479 * libbfd.h, bfd-in2.h: Rebuilt.
6480 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
6481 (sh_reloc_map): Map them.
6482 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
6483 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
6484 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
6485 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
6486 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
6487 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
6488 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
6489 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
6490 datalabel_got_offset.
6491 (sh_elf_link_hash_newfunc): Initialize it.
6492 (sh_elf_relocate_section): Augment the scope of
6493 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
6494 GOT and GOTOFF handling to new SHmedia relocation types. Support
6495 GOT_BIAS.
6496 (sh_elf_check_relocs): Likewise.
6497 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
6498 PLT entries using movi_shori_putval. Support GOT_BIAS.
6499 (sh_elf_finish_dynamic_sections): Likewise.
6500 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
6501 relocation, it's now done by the caller.
6502 (GOT_BIAS): New.
6503 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
6504 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
6505 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
6506 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
6507 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
6508 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
6509 sh64_elf64_hash_table): New.
6510 (sh_elf64_howto_table): Introduce new relocs.
6511 (sh_elf64_info_to_howto): Accept new PIC relocs.
6512 (sh_elf64_relocate_section): Augment the scope of
6513 seen_stt_datalabel. Support new PIC relocs.
6514 (sh_elf64_check_relocs): Support new PIC relocs.
6515 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
6516 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
6517 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
6518 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
6519 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
6520 movi_shori_putval, movi_3shori_putval,
6521 sh64_elf64_create_dynamic_sections,
6522 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
6523 sh64_elf64_size_dynamic_sections,
6524 sh64_elf64_finish_dynamic_symbol,
6525 sh64_elf64_finish_dynamic_sections): New.
6526 (elf_backend_create_dynamic-sections,
6527 bfd_elf64_bfd_link_hash_table_create,
6528 elf_backend_adjust_dynamic_symbol,
6529 elf_backend_size_dynamic_sections,
6530 elf_backend_finish_dynamic_symbol,
6531 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
6532 elf_backend_plt_readonly, elf_backend_want_plt_sym,
6533 elf_backend_got_header_size, elf_backend_plt_header_size):
6534 Define.
6535 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
6536 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
6537 match official numbers and names; moved unmaching ones to the
6538 range 0xf2-0xff.
6539 * elf32-sh64.c, elf64-sh64.c: Likewise.
6540 2001-03-12 DJ Delorie <dj@redhat.com>
6541 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
6542 sections.
6543 2001-03-12 DJ Delorie <dj@redhat.com>
6544 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
6545 be aligned.
6546 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
6547 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
6548 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
6549 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
6550 .cranges section with SEC_SORT_ENTRIES set.
6551 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
6552 incoming sorted .cranges section.
6553 (sh64_bfd_elf_copy_private_section_data): New.
6554 (sh64_elf_final_write_processing): Only sort .cranges and modify
6555 start address if called by linker.
6556 2001-01-08 Ben Elliston <bje@redhat.com>
6557 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
6558 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
6559 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
6560 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
6561 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
6562 line. Add comments before all entries.
6563 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
6564 comment.
6565 (sh_elf64_reloc): Correct head comment.
6566 (sh_elf64_relocate_section): Correct spacing.
6567 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
6568 instead call reloc_dangerous callback.
6569 <case R_SH_SHMEDIA_CODE>: New case.
6570 (sh_elf64_gc_mark_hook): Correct spacing.
6571 (sh_elf64_check_relocs): Ditto.
6572 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
6573 New case.
6574 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
6575 functions.
6576 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
6577 clarify describing comment. Add comments before all entries.
6578 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
6579 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
6580 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
6581 Sort .cranges section in final link. Prepare to set bit 0 on
6582 entry address.
6583 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
6584 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
6585 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
6586 .cranges section.
6587 (sh64_backend_section_from_shdr): New, to recognize
6588 SHT_SH5_CR_SORTED on incoming .cranges section.
6589 (elf_backend_section_from_shdr): Define.
6590 (sh64_elf_final_write_processing): Sort outgoing .cranges
6591 section. (New, temporarily disabled:) Set bit 0 on entry address
6592 according to ISA type.
6593 (sh64_find_section_for_address): New.
6594 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
6595 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
6596 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
6597 bfd_malloc, not xmalloc.
6598 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
6599 global.
6600 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
6601 temporarily disabled) setting bit 0 on entry address.
6602 (elf_backend_final_write_processing): Define.
6603 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
6604 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
6605 be a proper relocation for PTA and PTB rather than a marker.
6606 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
6607 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
6608 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
6609 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
6610 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
6611 Zero src_mask.
6612 * elf64-sh64.c: Ditto.
6613 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
6614 * elf32-sh64.c: Include opcodes/sh64-opc.h
6615 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
6616 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
6617 parameters. No unused parameters. Caller changed.
6618 <case R_SH_PT_16>: New case.
6619 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
6620 * Makefile.in: Regenerate.
6621 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
6622 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
6623 all code sections.
6624 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
6625 (sh64_elf_merge_private_data): Ditto.
6626 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
6627 to access stored section flags.
6628 (sh64_elf_final_write_processing): Return immediately unless
6629 called by linker. Use sh64_elf_section_data (cranges) to get size
6630 of linker-generated cranges entries.
6631 (sh64_elf_copy_private_data): Add missing "return true".
6632 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
6633 (sh_elf64_merge_private_data): Ditto.
6634 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
6635 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
6636 elf64-sh64.c:sh64_elf_fake_sections.
6637 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
6638 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
6639 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
6640 (sh64_elf_final_write_processing): New.
6641 (elf_backend_final_write_processing): Define.
6642 (sh64_elf_fake_sections): Get header flags from tdata field.
6643 (sh64_elf_copy_private_data): Do not call
6644 sh64_elf_copy_private_data_internal, just copy e_flags field.
6645 (sh64_elf_merge_private_data): Do not call
6646 sh64_elf_copy_private_data_internal.
6647 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
6648 Remove EF_SH64_ABI64, let ELF size make difference.
6649 Remove SH64-specific BFD section flag.
6650 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
6651 containing SHmedia through elf_section_data (asect)->tdata
6652 non-zero, not using a BFD section flag.
6653 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
6654 (sh64_elf_merge_private_data): Similar.
6655 (elf_backend_section_flags): Don't define.
6656 (sh64_elf_backend_section_flags): Delete.
6657 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
6658 not EF_SH64_ABI64.
6659 (sh_elf64_merge_private_data): Similar.
6660 * section.c (Section flags definitions): Don't define
6661 SEC_SH_ISA_SHMEDIA.
6662 (bfd-in2.h): Regenerate.
6663 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
6664 Make DataLabel references work with partial linking.
6665 * elf32-sh64.c: Fix formatting.
6666 (sh64_elf_link_output_symbol_hook): New.
6667 (elf_backend_link_output_symbol_hook): Define to
6668 sh64_elf_link_output_symbol_hook.
6669 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
6670 undefined if partial linking. Adjust sanity check.
6671 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
6672 (elf_backend_link_output_symbol_hook): Define to
6673 sh64_elf64_link_output_symbol_hook.
6674 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
6675 undefined if partial linking. Adjust sanity check.
6676 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
6677 Implement semantics for inter-file DataLabel references.
6678 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
6679 (sh64_elf64_add_symbol_hook): New.
6680 (sh_elf64_relocate_section): If passing an indirect symbol with
6681 st_type STT_DATALABEL on the way to a symbol with st_other
6682 STO_SH5_ISA32, do not bitor 1 to the relocation.
6683 (elf_backend_add_symbol_hook): Define to
6684 sh64_elf64_add_symbol_hook.
6685 * elf64-sh32.c: Tweak comments.
6686 (DATALABEL_SUFFIX): Define.
6687 (sh64_elf_add_symbol_hook): New.
6688 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
6689 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
6690 symbol with st_type STT_DATALABEL on the way to a symbol with
6691 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
6692 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
6693 Pass through STT_DATALABEL.
6694 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
6695 (elf_backend_get_symbol_type): Define.
6696 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
6697 (elf_backend_get_symbol_type): Define.
6698 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
6699 * elf32-sh64.c: Tweak comments.
6700 (sh64_elf_copy_private_data_internal): Add prototype.
6701 (bfd_elf32_bfd_set_private_flags): Define.
6702 (sh64_elf_copy_private_data_internal): Compare machine name, not
6703 textual BFD target name, to check whether to copy section flag
6704 SHF_SH5_ISA32.
6705 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
6706 Tweak section-contents-type-mismatch message.
6707 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
6708 Validize reloc-types.
6709 * elf64-sh64.c: New file.
6710 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
6711 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
6712 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
6713 Regenerate dependencies.
6714 * Makefile.in: Regenerate.
6715 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
6716 bfd_elf64_sh64l_vec.
6717 * configure.in: Handle bfd_elf64_sh64_vec and
6718 bfd_elf64_sh64l_vec.
6719 * configure: Regenerate.
6720 * po/POTFILES.in: Regenerate.
6721 * po/bfd.pot: Regenerate.
6722 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
6723 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
6724 anything else but EF_SH64 and EF_SH64_ABI64.
6725 (sh64_elf_merge_private_data): Emit error for anything else but
6726 EF_SH64 and EF_SH64_ABI64.
6727 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
6728 from targ_selvecs.
6729 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
6730 bfd_elf32_sh64l_vec as a temporary measure.
6731 * configure: Regenerate.
6732 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
6733 * cpu-sh.c (arch_info_struct): Include sh5 item
6734 unconditionalized.
6735 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
6736 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
6737 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
6738 * elf32-sh64.c: Tweak comments.
6739 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
6740 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
6741 (sh64_elf_copy_private_data_internal): Wrap long line.
6742 (sh64_elf_merge_private_data): Rewrite to allow objects from
6743 SH64 subsets to be linked together.
6744 (INCLUDE_SHMEDIA): Define.
6745 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
6746 Parenthesize plus-expression inside or-expression.
6747 <global symbol>: Ditto.
6748 (sh_elf_set_mach_from_flags): Remove code refusing
6749 deleted EF_SH64_32BIT_ABI flag.
6750 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
6751 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
6752 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
6753 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
6754 (sh_elf_relocate_section) <local symbol>: Or 1 in
6755 calculation of relocation if sym->st_other & STO_SH5_ISA32.
6756 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
6757 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
6758 relocation.
6759 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
6760 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
6761 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
6762 Regenerate dependencies.
6763 * Makefile.in: Regenerate.
6764 * archures.c: Add bfd_mach_sh5.
6765 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
6766 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
6767 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
6768 * configure: Regenerate.
6769 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
6770 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
6771 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
6772 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
6773 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
6774 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
6775 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
6776 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
6777 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
6778 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
6779 in item for SH5.
6780 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
6781 for SHmedia relocs.
6782 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
6783 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
6784 shmedia_prepare_reloc, goto final_link_relocate if it returns
6785 non-zero, else fail as before.
6786 (sh_elf_set_mach_from_flags): Provide function only if not defined
6787 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
6788 (sh_elf_set_private_flags): Provide function only if not defined
6789 as a macro.
6790 (sh_elf_copy_private_data): Similar.
6791 (sh_elf_merge_private_data): Similar.
6792 * section.c (SEC_SH_ISA_SHMEDIA): New.
6793 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
6794 * elf32-sh64.c: New file.
6795 * libbfd.h: Regenerate.
6796 * bfd-in2.h: Regenerate.
6797 * po/POTFILES.in: Regenerate.
6798 * po/bfd.pot: Regenerate.
6799 * bfd-in2.h: Regenerate.
6800 * libbfd.h: Regenerate.
6801
e108f470
DJ
68022002-02-07 Daniel Jacobowitz <drow@mvista.com>
6803
6804 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
6805 been included, not drag it in.
6806 * bfd-in2.h: Regenerate.
6807
259d18a3
L
68082002-02-06 H.J. Lu (hjl@gnu.org)
6809
6810 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
6811 the mach and ISA fields if necessary.
6812
f13b834e
NC
68132002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
6814
6815 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
6816 ARM architecture when an F_ARM_5 flag is detected, since we cannot
6817 be sure exactly which architecture this represents.
6818
82f6addb
NC
68192002-02-05 Nick Clifton <nickc@redhat.com>
6820
6821 * po/tr.po: Updated translation.
6822
899f54f5
AM
68232002-02-05 Alan Modra <amodra@bigpond.net.au>
6824
6825 From Jimi X <jimix@watson.ibm.com>
6826 * archures (bfd_mach_ppc64): Define.
6827 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
6828 (bfd_powerpc_arch): Define.
6829 * bfd-in2.h: Regenerate.
6830 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
6831 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
6832 (bfd_powerpc_archs): Add default powerpc64 arch.
6833
248866a8
AM
68342002-02-05 Alan Modra <amodra@bigpond.net.au>
6835
6836 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
6837 against section syms in readonly sections. Don't do the global
6838 sym check if we find one.
6839 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
6840 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
0a6958db 6841 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
248866a8
AM
6842 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
6843 (elf_s390_grok_prstatus): Add missing prototype.
6844
4fa5c2a8
HPN
68452002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
6846
6847 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
6848 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
6849 Call bfd_get_section_by_name only once. Initialize
6850 bpodata->n_bpo_relocs_this_section.
6851 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
6852 referring to DSOs.
6853 (bpo_reloc_request_sort_fn): Don't use difference of values as
6854 return-value.
6855
537c972e
DB
68562002-02-02 David O'Brien <obrien@FreeBSD>
6857
6858 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
6859 version 4.5 and later the same as 5-CURRENT.
6860 * configure: Re-generate.
6861
006336b8
JT
68622002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
6863
6864 * config.bfd (hppa*-*-netbsd*): New target.
6865
6c571f00
PT
68662002-01-31 Philipp Thomas <pthomas@suse.de>
6867
19397422
AM
6868 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
6869 to front of message. Unify messages with elf32-arm.h. Use
6870 commas where neccessary.
6871 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
6872 ERROR in messages. Unify messages with coff-arm.c. Correct
6873 VFP/FPA error message.
6874 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
6875 APCS-32 for translation.
6c571f00 6876
930b4cb2
HPN
68772002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
6878
6879 Perform on-demand global register allocation from
6880 R_MMIX_BASE_PLUS_OFFSET relocs.
6881 * elf64-mmix.c (struct bpo_reloc_section_info, struct
6882 bpo_reloc_request, struct bpo_greg_section_info): New.
6883 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
6884 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
6885 _bfd_mmix_check_all_relocs,
6886 _bfd_mmix_prepare_linker_allocated_gregs,
6887 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
6888 (elf_mmix_howto_table): Correct src_mask for most relocs.
6889 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
6890 case.
6891 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
6892 case. Fix typo in comment. New label do_mmix_reloc.
6893 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
6894 store first object file with a base-plus-offset reloc. Call
6895 mmix_elf_check_common_relocs for the part common with mmo.
6896 (mmix_elf_final_link): Write out linker-allocated register
6897 contents section.
6898 (elf_backend_gc_sweep_hook): Define.
6899 (bfd_elf64_bfd_relax_section): Define.
6900
6901 * mmo.c: Don't include <ctype.h>
6902 (mmo_init): Correct init-once logic.
6903
3e36d993
TR
69042002-02-01 Tom Rix <trix@redhat.com>
6905
6906 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
6907
ba323545
AM
69082002-02-01 Alan Modra <amodra@bigpond.net.au>
6909
6910 * Makefile.am: Run "make dep-am"
6911 * Makefile.in: Regenerate.
6912
012884d6
DB
69132002-01-31 David O'Brien <obrien@FreeBSD>
6914
6915 * configure.in: Recognize the differences in core files from FreeBSD
6916 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
6917 5-CURRENT.
6918 * configure: Regenerate.
6919
3b16e843
NC
69202002-01-31 Ivan Guzvinec <ivang@opencores.org>
6921
6922 * coff-or32.c: New file.
6923 * cpu-or32.c: New file.
6924 * elf32-or32.c: New file.
6925 * archures.c: Add support for or32.
6926 * targets.c: Add support for or32.
6927 * bfd-in2.h: Regenerate.
7dc0ab31 6928 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3b16e843
NC
6929 coff_write_object_contents): Add support for or32.
6930 * config.bfd: Add target.
6931 * configure.in: Add support for or32.
6932 * configure: Regenerate.
6933 * Makefile.am: Add support for or32.
6934 * Makefile.in: Regenerate.
3b16e843
NC
6935 * po/SRC-POTFILES.in: Add or32 files.
6936 * po/bfd.pot: Regenerate.
7dc0ab31 6937
caf8ca8e
NC
69382002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
6939 Don Lindsay <lindsayd@cisco.com>
6940
6941 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
6942 false' with a return of a bfd_reloc_ error code.
6943
e5dfef09
HPN
69442002-01-31 Hans-Peter Nilsson <hp@axis.com>
6945
6946 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
6947 unexport unreferenced symbols when --export-dynamic. Call
6948 _bfd_elf_strtab_delref when unexporting.
6949
4e4770d0
DJ
69502002-01-30 Daniel Jacobowitz <drow@mvista.com>
6951
6952 * bfd-in.h: Include <stdbool.h> if it is available.
6953 * bfd-in2.h: Regenerated.
6954
e1fa50e7
AM
69552002-01-31 Alan Modra <amodra@bigpond.net.au>
6956
6957 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
6958 not go via the plt.
6959
b5f79c76
NC
69602002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
6961
b5f79c76
NC
6962 * archures.c: Tidy up formatting of embedded comments.
6963 * bfd.c: Tidy up formatting of embedded comments.
7dc0ab31 6964 * bfd-in.h: Fix formatting of comments.
b5f79c76
NC
6965 * reloc.c: Tidy up formatting of ordinary & embedded comments.
6966 * section.c: Tidy up formatting of embedded comments.
6967 * syms.c: Tidy up formatting of embedded comments.
6968 * targets.c: Tidy up formatting of embedded comments.
6969
6970 * bfd-in2.h: Regenerate.
6971
ca09e32b
NC
69722002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
6973
6974 * vms-tir.c (cmd_name): New function.
6975 (tir_cmd_name): New function.
6976 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
6977 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
6978 Fix formatting.
7dc0ab31 6979
ca09e32b
NC
6980 * peXXigen.c (pe_print_idata): Rearrange message to aid in
6981 translation.
6982 (pe_print_pdata): Rearrange message to aid in translation.
6983
6984 * libbfd.c (warn_deprecated): Rearrange error message to aid in
6985 translation.
6986
6987 * ihex.c (ihex_write_object_contents): Fix spelling typo.
6988
6989 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
6990
6991 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
6992 message to aid in translation.
6993
6994 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
6995 to aid in translation.
6996
6997 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
6998
7dc0ab31 69992002-01-30 Philipp Thomas <pthomas@suse.de>
ae1a89b7
PT
7000
7001 * coff-arm.c, elf32-elf.h: Unify messages.
7002
05f64ac6
NC
70032002-01-30 Nick Clifton <nickc@redhat.com>
7004
7005 * po/sv.po: Updated translation.
7006
f5a3e38a
NC
70072002-01-30 Philipp Thomas <pthomas@suse.de>
7008
7009 * dwarf2.c (read_abbrev): Use full section name in error message.
7010 (decode_line_info): Likewise.
661a3fd4
NC
7011
7012 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
7013 message.
7014
d926e03d
AM
70152002-01-30 Alan Modra <amodra@bigpond.net.au>
7016
7017 * elf64-ppc.c (func_desc_adjust): Only provide missing function
7018 descriptor symbols for undefined function code syms. Clear
7019 ELF_LINK_NON_ELF so that they can stay weak.
7020
030d18fb 70212002-01-29 Chris Demetriou <cgd@broadcom.com>
7dc0ab31 7022 Mitch Lichtenberg <mpl@broadcom.com>
030d18fb
CD
7023
7024 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
7025 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
7026 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
7027 generation.
7028 * bfd-in2.h: Regenerate.
7029
fcc76bea
CD
70302002-01-29 Chris Demetriou <cgd@broadcom.com>
7031
7032 * elf32-mips.c: Add additional comments about HI16 relocation
7033 processing.
7034 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
7035 pc-relative relocations. (Reverts change made on 2001-10-31.)
7036 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
7037 for pc-relative relocations.
7038 (mips_elf_calculate_relocation): Add a comment about a kludge
7039 in the R_MIPS_GNU_REL_HI16 handling.
7040 (_bfd_mips_elf_relocate_section): Implement that kludge;
7041 adjust pc-relative HI16 relocation for difference in HI16 and
7042 LO16 addresses, since it can't easily be done in
7043 mips_elf_calculate_relocation.
7044
f9cd9119
MS
70452002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
7046
7047 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
7048 relocations with PC32 relocations for undefined or weak symbols.
7049 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
7050 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
7051
702248bb
JT
70522002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
7053
7054 * elfcore.h (elf_core_file_p): Improve comment for last change.
7055
4867be41
DJ
70562002-01-27 Daniel Jacobowitz <drow@mvista.com>
7057
7058 * configure: Regenerated.
7059
a94cef6a
JT
70602002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
7061
7062 * elfcore.h (elf_core_file_p): Set the machine architecture
7063 before processing the program headers.
7064
7562a296
HPN
70652002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
7066
966abd70
HPN
7067 * configure.in <64-bit configuration>: If using gcc, check and
7068 emit error for egcs-1.1.2.
7069 * configure: Regenerate.
7070
e8eab623
NC
70712002-01-26 Egor Duda <deo@logos-m.ru>
7072
7073 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
7074 as possible to avoid stack corruption.
7075
73896efb
RH
70762002-01-26 Richard Henderson <rth@redhat.com>
7077
7078 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
7079 for non-allocated sections.
7080
70812002-01-25 Mark Kettenis <kettenis@gnu.org>
c106e334
MK
7082
7083 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
7084 prstat.pr_reg even if it is a struct.
7085
73896efb 70862002-01-25 Steve Ellcey <sje@cup.hp.com>
254ed743 7087
c5cd6d62 7088 * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
254ed743 7089
3d66c4f7
NC
70902002-01-25 Philipp Thomas <pthomas@suse.de>
7091
7092 * coffgen.c (coff_print_symbol): Don't mark info message
7093 for translation.
7094
9460ecda
NC
70952002-01-25 Nick Clifton <nickc@redhat.com>
7096
7097 * po/fr.po: Updated translation.
7098 * po/es.po: Updated translation.
7099
cc9ff76a
AM
71002002-01-25 Philipp Thomas <pthomas@suse.de>
7101
7102 * coff-alpha.c (alpha_relocate_section): Unify warning message
7103 for GP relative relocations without GP defined.
7104 * coff-mips.c (mips_relocate_section): Likewise.
7105
c68836a9
AM
71062002-01-25 Alan Modra <amodra@bigpond.net.au>
7107
7108 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
7109 unsigned overflow when new_offset < old_offset.
7110
e8eab623 71112002-01-24 Philipp Thomas <pthomas@suse.de>
391154e9
NC
7112
7113 * bfd.c (_bfd_abort): Fix typo.
7114
8ba89f17
RH
71152002-01-23 Richard Henderson <rth@redhat.com>
7116
7117 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
7118 plt entries for undefweak symbols.
7119
c6953948
NC
71202002-01-23 Steve Ellcey <sje@cup.hp.com>
7121
c5cd6d62 7122 * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
c6953948
NC
7123 (bfd_elf64_ia64_hpux_big_vec): Ditto.
7124 (bfd_elf32_h8300_vec): Ditto.
7125
41bd81ab
AM
71262002-01-23 Alan Modra <amodra@bigpond.net.au>
7127
7128 * elf64-ppc.c: Remove stale part of ABI comment.
7129 (NO_OPD_RELOCS): Define.
7130 (ppc64_elf_check_relocs): Use it.
7131 (ppc64_elf_relocate_section): Here too.
7132 (build_one_stub): Don't point function syms at the stub. Instead,
7133 hijack plt.offset.
7134 (ppc64_elf_relocate_section): Check whether REL24 relocs should
7135 really go to the stub. Make all dynamic relocs in opd against
7136 locals.
7137 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
7138 plt.offset.
7139
f304919d
RH
71402002-01-22 Richard Henderson <rth@redhat.com>
7141
7142 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
7143
c0ef99a7
AM
71442002-01-22 Alan Modra <amodra@bigpond.net.au>
7145
60ee0d4a
AM
7146 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
7147 TOC_BASE_OFF adjustment.
7148
c0ef99a7
AM
7149 * Makefile.am: Run "make dep-am".
7150 * Makefile.in: Regenerate.
7151 * po/SRC-POTFILES.in: Regenerate.
7152
64328b46
AM
71532002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
7154
7155 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
7156 host defines.
7157
59953665 71582002-01-21 Hans-Peter Nilsson <hp@axis.com>
58255df3
HPN
7159
7160 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
7161 Check for and emit error if sgot is NULL at this point.
7162
9596feea
JT
71632002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
7164
7165 * config.bfd (ia64*-*-netbsd*): New target.
7166
7b45c6e1
AM
71672002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
7168
7169 * som.c (som_write_space_strings): Comment typo fix.
7170
e5094212
AM
71712002-01-21 Alan Modra <amodra@bigpond.net.au>
7172
e86ce104
AM
7173 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
7174 is_func_descriptor fields.
7175 (link_hash_newfunc): Init them.
7176 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
7177 dot are candidates for plt entries. When processing .opd relocs,
7178 set function descriptor strings to point inside function code
7179 string, and set new ppc_link_hash_entry fields.
7180 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
7181 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
7182 function descriptors. It's now done in..
7183 (func_desc_adjust): New.
7184 (ppc64_elf_func_desc_adjust): New.
7185 (define elf_backend_always_size_sections): Define.
7186 (ppc64_elf_hide_symbol): New.
7187 (define elf_backend_hide_symbol): Define.
7188 (allocate_dynrelocs): Remove code looking up function descriptors
7189 as that has been done earlier.
7190 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
7191 table.
7192 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
7193 up function descriptor.
7194 (build_one_stub): Look up the function code sym. Check for
7195 invalid plt offsets.
7196 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
7197 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
7198
e5094212
AM
7199 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
7200 boolean param.
7201 (_bfd_elf_link_hash_hide_symbol): Likewise.
7202 * elflink.h (elf_link_add_object_symbols): Adjust call to
7203 elf_backend_hide_symbol.
7204 (elf_fix_symbol_flags): Likewise.
7205 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
7206 than bfd_alloc.
7207 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
7208 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
7209 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
7210 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
7211 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
7212 and adjust to suit.
7213 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
7214 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
7215 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
7216
40b8271b
AM
72172002-01-18 Alan Modra <amodra@bigpond.net.au>
7218
7219 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
7220 dynamic function descriptor symbol, not the associated function
7221 symbol.
7222
55baa95b
EC
72232002-01-17 Eric Christopher <echristo@redhat.com>
7224
7225 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
7226
328577ad
NC
72272002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
7228
7229 * po/bfd.pot: Regenerate.
7230 * po/fr.po: Regenerate.
7231
af746e92
AM
72322002-01-17 Alan Modra <amodra@bigpond.net.au>
7233
7234 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
7235 Remove "Elf_Internal_Shdr *" param.
7236 (_bfd_mips_elf_section_from_bfd_section): Ditto.
7237 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
7238 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
7239 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
7240 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
7241 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
7242 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
7243 function to override special sections. Remove hdr arg from
7244 backend call, and don't loop.
7245
175e9962
EC
72462002-01-16 Eric Christopher <echristo@redhat.com>
7247
7248 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
7249 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
7250 relocations requiring gp0 and gp.
7251
96a846ea
RE
72522002-01-16 Richard Earnshaw <rearnsha@arm.com>
7253
175e9962 7254 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
96a846ea
RE
7255 EF_ARM_VFP_FLOAT.
7256 (elf32_arm_print_private_bfd_data): Likewise.
7257
af3ae48d
NC
72582002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
7259
7260 * po/tr.po: Import new version.
7261
10ed1bba
AM
72622002-01-16 Alan Modra <amodra@bigpond.net.au>
7263
7264 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
7265 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
7266 (ORI_R0_R0_0): Correct.
7267
5d1634d7
AM
72682002-01-16 Alan Modra <amodra@bigpond.net.au>
7269
7270 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
7271 when plt_not_loaded.
7272 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
7273 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
7274 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
7275 (ppc64_elf_glink_code): Delete.
7276 (PPC64_ELF_GLINK_SIZE): Delete.
7277 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
7278 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
7279 ORI_R0_R0_0): Define.
7280 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
7281 (struct ppc_link_hash_table): Add sstub and plt_overflow.
7282 (ppc64_elf_link_hash_table_create): Init them.
7283 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
7284 Don't copy to shared lib.
7285 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
7286 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
7287 (allocate_dynrelocs <plt>): Don't change function sym here. Make
7288 room for .stub and .glink code.
7289 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
7290 DT_PPC64_GLINK.
7291 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
7292 bfd_elf64_bfd_final_link.
7293 (bfd_elf64_bfd_final_link): Don't define.
7294 (ppc64_elf_size_stubs): New.
7295 (build_plt_stub): New.
7296 (build_one_stub): New.
7297 (ppc64_elf_build_stubs): New.
7298 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
7299 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
7300 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
7301 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
7302 case output sections not separate. Adjust DT_RELASZ to not
7303 include plt relocs. Set reserved got entry. Set got and plt
7304 entry size.
7305 (elf_backend_got_header_size): Set to 8.
7306 * elf64-ppc.h: New file.
7307
c601ffdb
AM
73082002-01-16 Alan Modra <amodra@bigpond.net.au>
7309
7310 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
7311 sections, use bfd_section_list_remove.
7312 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
7313 * elflink.h (elf_link_add_object_symbols): When removing all
7314 sections, use bfd_section_list_clear.
7315
8fb4cb7f
NC
73162002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
7317
7318 * po/sv.po: New file: Swedish translation.
7319 * configure.in (ALL_LINGUAS): Add sv.
7320 * configure: Regenerate.
7321
d3c456e9
JJ
73222002-01-15 Jakub Jelinek <jakub@redhat.com>
7323
7324 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
7325 * elf.c (merge_sections_remove_hook): New function.
7326 (_bfd_elf_merge_sections): Pass it as 3rd argument to
7327 _bfd_merge_sections.
7328 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
7329 * libbfd.h: Rebuilt.
7330 * merge.c (_bfd_merge_sections): Add remove_hook argument.
7331 Call remove_hook if a SEC_EXCLUDE section is encountered.
7332
1f7fd478
NC
73332002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
7334
7335 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
7336 (xstormy16_reloc_map): Initialise new field with correct howto
7337 table.
7338 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
7339 howto entry.
7340
b87011e9
MS
73412002-01-10 Michael Snyder <msnyder@redhat.com>
7342
7343 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
7344 (elfcore_write_pstatus): Use long instead of pid_t;
7345 * elf-bfd.h: Change prototypes to use long instead of pid_t;
7346
175e9962 73472002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
b4db1224
JT
7348
7349 * elf.c: Update copyright years.
7350 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
7351 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
7352
7c76fa91
MS
73532002-01-08 Michael Snyder <msnyder@redhat.com>
7354
7355 Add capability to write corefile note sections, for gdb.
7356 * elf.c (elfcore_write_note): New function.
7357 (elfcore_write_prpsinfo): New function.
7358 (elfcore_write_prstatus): New function.
7359 (elfcore_write_pstatus): New function.
7360 (elfcore_write_prfpreg): New function.
7361 (elfcore_write_prxfpreg): New function.
97996af6 7362 * elf-bfd.h: Add prototypes for above functions.
7c76fa91 7363
e1fddb6b
AO
73642002-01-08 Alexandre Oliva <aoliva@redhat.com>
7365
7366 * elf.c (elf_fake_sections): Propagate errors from
7367 elf_backend_fake_section.
7368
8d05742f
JT
73692002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
7370
7371 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
7372 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
7373 (elf32-sh-nbsd.lo): New rule.
7374 * Makefile.in: Regenerate.
7375 * config.bfd (sh*le-*-netbsdelf*): New target.
7376 (sh*-*-netbsdelf*): New target.
7377 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
7378 (bfd_elf32_shnbsd_vec): New vector.
7379 (bfd_elf32_shlnbsd_vec): New vector.
7380 * configure: Regenerate.
7381 * elf32-sh-nbsd.c: New file.
7382 * targets.c: Update copyright years.
175e9962 7383 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
8d05742f
JT
7384 bfd_elf32_shnbsd_vec.
7385
1dba4cb4
AH
73862002-01-07 Aldy Hernandez <aldyh@redhat.com>
7387
7388 * coff-rs6000.c (READ20): Use bfd_scan_vma.
7389
47b22aef
GK
73902002-01-07 Geoffrey Keating <geoffk@redhat.com>
7391
7392 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
7393 of a symbol in a section that will be deleted.
7394
be2d1673
NC
73952002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
7396
7397 * po/es.po: New file: Spanish translation.
7398 * configure.in (ALL_LINGUAS): Add es.
7399 * configure: Regenerate.
7400
d9cf1b54
AM
74012002-01-06 Steve Ellcey <sje@cup.hp.com>
7402
7403 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
7404 argument so we can handle HP-UX specially.
7405 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
7406 (elfNN_hpux_backend_section_from_bfd_section): New for support
7407 of SHN_IA_64_ANSI_COMMON.
7408 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
7409 (is_unwind_section_name): Add special HP-UX support.
7410 (elfNN_ia64_section_from_shdr): Add support for more sections.
7411 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
7412 add support for more sections.
7413 (elfNN_ia64_additional_program_headers): Modify
7414 is_unwind_section_name call.
7415 (elfNN_ia64_modify_segment_map): Remove assumption that there is
7416 only one unwind section in segment.
7417
3f3c5c34
AM
74182002-01-06 Alan Modra <amodra@bigpond.net.au>
7419
7420 * syms.c (_bfd_generic_make_empty_symbol): New function.
7421 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
7422 _bfd_generic_make_empty_symbol.
7423 * libbfd.h: Regenerate.
7424 * bfd-in2.h: Regenerate.
7425 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
7426 (hppabsd_core_get_symtab_upper_bound): Don't define.
7427 (hppabsd_core_get_symtab): Likewise.
7428 (hppabsd_core_print_symbol): Likewise.
7429 (hppabsd_core_get_symbol_info): Likewise.
7430 (hppabsd_core_bfd_is_local_label_name): Likewise.
7431 (hppabsd_core_get_lineno): Likewise.
7432 (hppabsd_core_find_nearest_line): Likewise.
7433 (hppabsd_core_bfd_make_debug_symbol): Likewise.
7434 (hppabsd_core_read_minisymbols): Likewise.
7435 (hppabsd_core_minisymbol_to_symbol): Likewise.
7436 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
7437 Formatting fixes.
7438 * hpux-core.c: Similarly.
7439 * irix-core.c: Similarly.
7440 * osf-core.c: Similarly.
7441 * sco5-core.c: Similarly.
7442 * binary.c (binary_make_empty_symbol): Remove function, define as
7443 _bfd_generic_make_empty_symbol.
7444 * ihex.c (ihex_make_empty_symbol): Likewise.
7445 * mmo.c (mmo_make_empty_symbol): Likewise.
7446 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
7447 * srec.c (srec_make_empty_symbol): Likewise.
7448 * versados.c (versados_make_empty_symbol): Likewise.
7449 * vms.c (_bfd_vms_make_empty_symbol): Remove.
7450 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
7451 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
7452 rather than _bfd_vms_make_empty_symbol.
7453 * vms-misc.c (new_symbol): Likewise.
7454
3f0a7f7f
AM
74552002-01-05 Alan Modra <amodra@bigpond.net.au>
7456
9e7b37b3
AM
7457 * section.c (bfd_section_init): Remove unnecessary initialisations.
7458 (bfd_section_list_clear): New function.
7459 (bfd_section_list_remove, bfd_section_list_insert): New macros.
7460 (_bfd_strip_section_from_output): Use them.
7461 * coffcode.h (coff_set_alignment_hook): Likewise.
7462 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
7463 * elf64-mips.c (mips_elf64_final_link): Likewise.
7464 * elf64-mmix.c (mmix_elf_final_link): Likewise.
7465 * sunos.c (sunos_add_dynamic_symbols): Likewise.
7466 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
7467 * bfd-in2.h: Regenerate.
7468
7469 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
7470 rather than doing our own section handling. Clean up after errors
7471 with bfd_release and bfd_section_list_clear. Handle unexpected
7472 flags.
7473 * aoutf1.h (sunos4_core_file_p): Likewise.
7474 * aix386-core.c (aix386_core_file_p): Likewise.
7475 * cisco-core.c (cisco_core_file_validate): Likewise.
7476 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
7477 * trad-core.c (trad_unix_core_file_p): Likewise.
7478
7479 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
7480 with bfd_release and bfd_section_list_clear.
7481 * hpux-core.c (hpux_core_core_file_p): Likewise.
7482 * irix-core.c (irix_core_core_file_p): Likewise.
7483 * lynx-core.c (lynx_core_file_p): Likewise.
7484 * osf-core.c (osf_core_core_file_p): Likewise.
7485 * rs6000-core.c (rs6000coff_core_p): Likewise.
7486 * sco5-core.c (sco5_core_file_p): Likewise.
7487
3f0a7f7f
AM
7488 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
7489 sign extension adjustments without conditionals.
7490
a3aa38ee
JJ
74912002-01-04 Jakub Jelinek <jakub@redhat.com>
7492
7493 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
7494 CIE at .eh_frame start is removed due to no FDEs referencing it.
7495
8a8b2d4b
AJ
74962002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7497
7498 * config.bfd (x86_64-*-netbsd*): New target.
7499 * configure.in (x86_64-*-netbsd*): Set COREFILE
7500 to netbsd-core.lo.
7501 * configure: Regenerated.
7502
04b5af89
TR
75032002-01-03 Tom Rix <trix@redhat.com>
7504
7505 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
7506 for recent bfd_make_section_anyway change.
7507
51c5503b
NC
75082002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
7509
7510 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
7511 R_ARM_THM_PC11 reloc.
7512
07f7c046
NC
75132002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
7514
7515 * configure.in (LINGUAS): Add ja.
7516 * configure: Regenerate.
7517 * po/ja.po: Import from translation project's web site.
7518
5eefb65f
NC
75192002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
7520
7521 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
7522 messages to ease translation into other languages.
7523
39e90f10 7524For older changes see ChangeLog-0001
56882138
AM
7525\f
7526Local Variables:
7527mode: change-log
7528left-margin: 8
7529fill-column: 74
7530version-control: never
7531End: