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