]> Git Repo - binutils.git/blob - bfd/ChangeLog
* elf.c (_bfd_elf_link_hash_table_init): Make sure
[binutils.git] / bfd / ChangeLog
1 2002-11-20  Alexandre Oliva  <[email protected]>
2
3         * elf.c (_bfd_elf_link_hash_table_init): Make sure
4         can_refcount is properly extended to the type of
5         init_refcount.
6
7 2002-11-19  Alexandre Oliva  <[email protected]>
8
9         * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
10         (_bfd_mips_elf_relocate_section): Use it.
11
12         * elfxx-mips.c (MNAME): New macro.
13         (_bfd_mips_elf_check_relocs): Use it.
14         (_bfd_mips_elf_discard_info): Likewise.
15         (_bfd_mips_elf_final_link): Likewise.
16
17 2002-11-19  Alan Modra  <[email protected]>
18
19         * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
20         rel_hdr.sh_size too.
21
22 2002-11-18  Klee Dienes  <[email protected]>
23
24         * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
25         (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
26         (BFD_H_FILES): Add bfdwin.c, bfdio.c.
27         (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
28         Add dependencies for bfdwin.c, bfdio.c.
29         * bfd.c: Remove bfd_get_mtime, bfd_get_size.
30         * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
31         bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
32         bfd_tell, bfd_flush, bfd_stat, bfd_seek.
33         * bfdio.c: New file.  Contains real_read, bfd_bread, bfd_write,
34         bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
35         bfd_get_size (moved from libbfd.c and bfd.c).
36         * bfdwin.c New file.  Contains _bfd_window_internal,
37         bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
38         libbfd.c and bfd.c).
39         * po/SRC-POTFILES.in: Regenerate.
40         * po/bfd.pot: Regenerate.
41         * libbfd.h: Regenerate.
42         * bfd-in2.h: Regenerate.
43         * aclocal.m4: Regenerate.
44         * Makefile.in: Regenerate.
45         * configure: Regenerate.
46
47 2002-11-18  Klee Dienes  <[email protected]>
48
49         * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
50
51 2002-11-15  Kazu Hirata  <[email protected]>
52
53         * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
54         jsr after a short jump.
55         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
56
57 2002-11-15  Klee Dienes  <[email protected]>
58
59         * pef.c (bfd_pef_convert_architecture): Move declaration of
60         ARCH_POWERPC and ARCH_M68K to the start of the function.
61
62 2002-11-14  Svein E. Seldal  <[email protected]>
63
64         * coff-tic4x.c (tic4x_howto_table): Formatting fixup
65
66 2002-11-14  Hans-Peter Nilsson  <[email protected]>
67
68         * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
69         For bpo_gregs_section->contents, allocate _raw_size, not
70         _cooked_size.
71
72 2002-11-13  Klee Dienes  <[email protected]>
73
74         * config.bfd: Add entries for powerpc-*-darwin and cousins.
75
76 2002-11-13  H.J. Lu <[email protected]>
77
78         * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
79
80 2002-11-13  Klee Dienes  <[email protected]>
81             Alan Modra  <[email protected]>
82
83         * bfd.c (struct bfd_preserve): New.
84         (bfd_preserve_save): New function.
85         (bfd_preserve_restore): Ditto.
86         (bfd_preserve_finish): Ditto.
87         * bfd-in2.h: Regenerate.
88         * mach-o.c: Formatting.
89         (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
90         (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
91         (bfd_mach_o_core_p): Ditto.
92         (bfd_mach_o_scan): Pass in mdata.
93         * mach-o.h (bfd_mach_o_scan): Update prototype.
94         * pef.c: Formatting.
95         (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
96         (bfd_pef_xlib_object_p): Ditto.
97         (bfd_pef_scan): Pass in mdata.  Move version check to bfd_pef_object_p.
98         * pef.h (bfd_pef_scan): Update prototype.
99         * xsym.c: Formatting, K&R fixes.
100         (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
101         (bfd_sym_scan): New function split out from bfd_sym_object_p.
102         * xsym.h (bfd_sym_scan): Declare.
103         * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
104         * elfcore.h (elf_core_file_p): Likewise.
105         * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
106
107 2002-11-12  Nick Clifton  <[email protected]>
108
109         * po/da.po: Updated Danish translation.
110
111 2002-11-12  Alan Modra  <[email protected]>
112
113         * elflink.h (elf_link_add_object_symbols): Optimize stabs for
114         relocatable link too.
115         (elf_link_input_bfd): When emitting relocs, adjust offsets for
116         eh_frame and stab sections.  Zap deleted relocs.
117         (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
118         (elf_bfd_discard_info): Run for relocatable link too.
119         * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd.  Make global.
120         Handle ld -r case.
121         (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
122         * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
123
124         * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
125         (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
126         (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
127         (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
128         (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
129         (struct elf_link_hash_table): Add eh_info.
130         (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
131         (_bfd_elf_discard_section_eh_frame): Update prototype.
132         (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
133         (_bfd_elf_write_section_eh_frame): Likewise.
134         (_bfd_elf_write_section_eh_frame_hdr): Likewise.
135         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
136         param.  Get "hdr_info" from link hash table.
137         (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param.  Get
138         header section from link hash table.  Save header section to elf_tdata.
139         (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec".  Use
140         header section from link hash table.  Don't alloc hdr_info.  Clear
141         hdr_sec instead of setting "strip".
142         (_bfd_elf_eh_frame_section_offset): Formatting.
143         (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
144         Get header section from link hash table.
145         (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
146         Get header section from link hash table.
147         * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
148         (get_program_header_size): Likewise.
149         (_bfd_elf_section_offset): Formatting.
150         * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
151         section pointer in link hash table.
152         (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
153         and _bfd_elf_write_section_eh_frame calls.  Update comment about
154         eh_frame entries.
155         (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
156         _bfd_elf_discard_section_eh_frame_hdr calls.  Remove "ehdr".
157
158         * po/SRC-POTFILES.in: Regenerate.
159
160         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
161         relocs for discarded FDEs.  Remove dead code.
162         (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
163         * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
164         Tidy conditions under which stabs are edited.  Formatting.
165         * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
166         from discarded relocs.
167         * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
168         section adjustments after testing magic values.
169
170 2002-11-12  Thomas Moestl <[email protected]>
171
172         * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
173         references to large plt symbols.
174
175 2002-11-12  Klee Dienes  <[email protected]>
176
177         * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
178         looking for an unused section name.
179
180 2002-11-11  Kazu Hirata  <[email protected]>
181
182         * coff-h8300.c: Fix formatting.
183         * elf32-h8300.c: Likewise.
184         * reloc16.c: Likewise.
185
186 2002-11-09  Jeroen Dobbelaere  <[email protected]>
187
188         * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
189         section when dynamic section unused;  _bfd_strip_section_from_output
190         instead.
191
192 2002-11-08  Alan Modra  <[email protected]>
193
194         * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
195         and sym_vec.
196
197         * dwarf2.c: Revert last change.
198
199 2002-11-07  Michal Ludvig  <[email protected]>
200
201         * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
202         _bfd_dwarf2_find_nearest_line): Use
203         bfd_simple_get_relocated_section_contents() instead of
204         bfd_get_section_contents().
205         * reloc.c (bfd_perform_relocation): Add sanity check.
206         * simple.c (simple_get_relocated_section_contents): If the section
207         does not have any relocs associated with it, just return the
208         unadjusted contents.
209
210 2002-11-07  Hans-Peter Nilsson  <[email protected]>
211
212         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
213         case R_CRIS_32_GOT>: Correct test for filling in constant .got
214         contents, enabling for a non-DSO, for symbols defined in the
215         program with --export-dynamic.
216
217 2002-11-07  Alan Modra  <[email protected]>
218
219         * elf64-ppc.c: Comment typo fixes.
220         (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
221
222 2002-11-07  Nick Clifton  <[email protected]>
223
224         * po/da.po: Updated Danish translation.
225
226 2002-11-06  Alexandre Oliva  <[email protected]>
227
228         * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
229         exactly three internal relocs per external reloc.  Set reloc_count
230         to the external reloc count.
231
232 2002-11-06  Klee Dienes  <[email protected]>
233
234          * coff-stgo32.c (stub_bytes): Mark as const.
235          Fix comment formatting.
236
237 2002-11-06  Klee Dienes  <[email protected]>
238
239         * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
240         xsym.lo.
241         (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
242         (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
243         * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
244         * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
245         * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
246         sym.
247         (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
248         * Makefile.in: Regenerate.
249         * doc/Makefile.in: Regenerate.
250         * bfd-in2.h: Regenerate.
251         * xsym.c: New file.  Contains support for the Apple/Metrowerks
252         xSYM debugging format.
253         * xsym.h: New file.
254         * pef.c: New file.  Contains support for the Apple Code Fragment
255         Manager Preferred Executable Format
256         * pef.h: New file.
257         * pef-traceback.h: New file.  Contains support for parsing PowerPC
258         traceback tables as used by PEF executables (and perhaps other
259         systems as well).
260         * mach-o.c: New file.  Contains support for the Mach-O object file
261         format.
262         * mach-o.h: New file.
263         * mach-o-target.c: New file.  Declares the mach-o targets
264         themselves.  Included three times by mach-o.c; each time with a
265         different set of macros set.
266
267 2002-11-06  Graeme Peterson  <[email protected]>
268
269         * Makefile.am: Remove entries for elf32-qnx.[ch].
270         * Makefile.in: Regenerate.
271         * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
272         ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
273         bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
274         * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
275         bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
276         and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
277         bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
278         * configure: Regenerate.
279         * elf32-qnx.c: Remove.
280         * elf32-qnx.h: Remove.
281         * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
282         is_contained_by_filepos, and copy_private_bfd_data_p.
283         * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
284         is_contained_by_filepos, and copy_private_bfd_data_p.
285         * elf32-i386.c: Remove QNX extended bfd support.
286         * elf32-ppc.c: Remove QNX extended bfd support.
287         * elf32-sh.c: Remove QNX extended bfd support.
288         * elfarm-nabi.c: Remove QNX extended bfd support.
289         * targets.c: Remove qnx vectors.
290         * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
291         (elf_backend_is_contained_by_filepos): Remove.
292         (elf_backend_copy_private_bfd_data_p): Remove.
293         * po/SRC-POTFILES.in: Regenerate.
294
295 2002-11-06  David O'Brien  <[email protected]>
296             Alan Modra  <[email protected]>
297
298         * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
299         dynamic relocs against section symbols for the output section vma.
300
301 2002-11-05  Alan Modra  <[email protected]>
302
303         * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
304         t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
305
306 2002-11-05  Kaz Kojima  <[email protected]>
307             Alan Modra  <[email protected]>
308
309         * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
310         vectors in target_selvecs.
311         (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
312         in target_selvecs.
313         (sh-*-netbsdelf*): Likewise.
314         * configure.in (assocvecs): New variable.  Handle assocvecs like
315         selvecs.
316         * configure: Regenerate.
317         * format.c (bfd_check_format_matches): Store bfd_target pointers
318         in matching_vector instead of target names.  Select first target
319         from bfd_associated_vector that matches a list of ambiguous targets.
320         * targets.c (_bfd_associated_vector): New array.
321         (bfd_associated_vector): New variable.
322         (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
323         * libbfd-in.h (bfd_associated_vector): Declare.
324         * libbfd.h: Regenerate.
325
326 2002-11-05  Elias Athanasopoulos  <[email protected]>
327
328         * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
329         non-NULL before dereferencing.
330
331 2002-11-04  Kaz Kojima  <[email protected]>
332
333         * vms.c (vms_object_p): Restore the start address when returning
334         NULL.
335
336 2002-11-04  Alan Modra  <[email protected]>
337             Hans-Peter Nilsson  <[email protected]>
338
339         * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
340         (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
341         Set up a larger symshndxbuf, and write it out.  Free it on
342         exit rather than freeing symbuf twice.  Correct section index
343         on output section symbol loop.
344         (elf_link_output_sym): Accumulate symbol extension section
345         indices, reallocating symshndxbuf rather than writing it out.
346         (elf_link_flush_output_syms): Don't flush symshndxbuf.
347         * elf.c (assign_section_numbers): Init i_shdrp to all zero.
348         Use bfd_zalloc to clear i_shdrp[0] too.
349
350 2002-11-03  Stephen Clarke <[email protected]>
351
352          * elf32-sh64-com.c (sh64_address_in_cranges): Use
353         _raw_size of cranges section if _cooked_size not yet set.
354
355 2002-11-03  Hans-Peter Nilsson  <[email protected]>
356
357         * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
358         for bfd_elf32_swap_symbol_out.
359
360 2002-10-31  David O'Brien  <[email protected]>
361
362         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
363         signed and unsigned in comparison.
364
365 2002-10-30  Daniel Jacobowitz  <[email protected]>
366
367         * coffcode.h: Remove extraneous '\'.
368
369 2002-10-28  H.J. Lu <[email protected]>
370
371         * Makefile.am (targets.lo): Depend on Makefile instead of
372         config.status.
373         (archures.lo): Likewise.
374         * Makefile.in: Regenerated.
375
376 2002-10-25  Jason Thorpe  <[email protected]>
377
378         * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
379         bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
380         targ_selvecs.
381
382 2002-10-25  Jim Wilson  <[email protected]>
383
384         * elf64-sh64.c (sh_elf64_relocate_section): Call
385         _bfd_elf_rela_local_sym.  Handle relocs against STT_SECTION symbol
386         of SHF_MERGE section.
387
388 2002-10-25  Hans-Peter Nilsson  <[email protected]>
389
390         * simple.c: Correct placement of ATTRIBUTE_UNUSED.
391
392 2002-10-24  John David Anglin  <[email protected]>
393
394         * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
395         unsigned int.  Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
396         unsigned int.
397         (NAME(aout,final_link)): Cast enum used in assignment.
398         (aout_link_write_symbols): Cast enums in comparisons, int values to
399         boolean, enums in assignments to int.
400         (aout_link_input_section_std): Cast rel->r_index to unsigned int.
401         (aout_link_input_section_ext): Likewise.  Cast enums used in comparisons
402         with unsigned ints.
403         (aout_link_reloc_link_order): Cast enum to int in assignment.
404         * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
405         calls to char *.
406         * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
407         assignment.
408         * bfd-in2.h (bfd_set_section_vma): Likewise.
409         * bfd.c (bfd_record_phdr): Cast enums in assignments.
410         * binary.c (bfd_alloc): Cast enum to long.
411         * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
412         * dwarf2.c (read_abbrevs): Add casts to enum types.
413         (read_attribute_value): Likewise.
414         (arange_add): Cast result of bfd_zalloc call.
415         (comp_unit_contains_address): Return true and false.
416         (comp_unit_find_nearest_line): Cast return to boolean.
417         * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
418         * gen-aout.c: define macro '_' if not defined.
419         * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
420         (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
421         (bfd_write_bigendian_4byte_int): Cast return to boolean.
422         (bfd_seek): Cast bfd_realloc to bfd_byte *.
423         (bfd_generic_is_local_label_name): Cast return to boolean.
424         * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
425         * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
426         struct bfd_hash_entry *.
427         (_bfd_generic_link_hash_newfunc): likewise.
428         (_bfd_generic_final_link): Cast enum to unsigned int.
429         * merge.c (sec_merge_emit): Cast return to boolean.
430         (merge_strings): Add casts to const unsigned char *.
431         * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
432         (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
433         * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result to
434         struct bfd_hash_entry *.
435         (bfd_set_section_content): Add cast to PTR in comparison.
436         * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
437         simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
438         simple_dummy_unattached_reloc,
439         bfd_simple_get_relocated_section_contents): Add K&R declarations and
440         function definitions.
441         * srec.c (S3Forced): Initialize to false.
442         (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
443         * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
444         (_bfd_discard_section_stabs): Likewise.  Also cast return to boolean.
445         * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
446         (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
447         comparisons.
448
449 2002-10-23  Jakub Jelinek  <[email protected]>
450
451         * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
452         relocs into shared lib non-allocated reloc sections.
453
454 2002-10-23  Nathan Tallent  <[email protected]>
455
456         * dwarf2.c (add_line_info): Ensure that the line_info_table is
457         sorted even when given an out-of-order line sequence.
458         (lookup_address_in_line_info_table): When an exact VMA match is
459         not found, return line information with the closest VMA.
460
461 2002-10-23 Ross Alexander <[email protected]>
462
463         * elf64-hppa.c: Force DT_FLAGS to always be set.  Required by
464         HPUX 11.00 patch PHSS_26559.
465
466 2002-10-22  Alexandre Oliva  <[email protected]>
467
468         * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
469         the options section into a separate section unless IRIX 6
470         compatibility is enabled.
471
472 2002-10-22  Alexandre Oliva  <[email protected]>
473
474         * elflink.h (struct elf_link_sort_rela): Turn rel and rela
475         into arrays.
476         (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
477         (elf_link_sort_relocs): Likewise.  Take int_rels_per_ext_rel
478         into account.
479         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
480         R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
481
482 2002-10-21  Graeme Peterson  <[email protected]>
483
484         * targets.c (_bfd_target_vector): Add missing qnx vectors.
485
486 2002-10-21  Alan Modra  <[email protected]>
487
488         * targets.c (bfd_target_list): Don't return the default target twice.
489
490 2002-10-21  Elias Athanasopoulos  <[email protected]>
491
492         * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
493         perror with bfd_perror.
494
495 2002-10-19  H.J. Lu <[email protected]>
496
497         * elflink.h (elf_link_add_object_symbols): Correctly handle
498         DT_RPATH and DT_RUNPATH.
499
500 2002-10-19  Mark Kettenis  <[email protected]>
501
502         * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
503
504 2002-10-17  Denis Chertykov  <[email protected]>
505
506         * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
507         for ip2k port.
508
509 2002-10-17  Alan Modra  <[email protected]>
510
511         * elfxx-target.h (USE_REL): Don't define as 1.
512         * elf32-arm.h (USE_REL): Provide a default define of 0.
513         Use #if rather than #ifdef when testing USE_REL.
514         * elf32-m32r.c: Likewise.
515
516         * elf32-arc.c (USE_REL): Define as 1.
517         * elf32-d10v.c (USE_REL): Likewise.
518         * elf32-m32r.c (USE_REL): Likewise.
519         * elf32-m68hc11.c (USE_REL): Likewise.
520         * elf32-m68hc12.c (USE_REL): Likewise.
521         * elf32-or32.c (USE_REL): Likewise.
522         * elfarm-nabi.c (USE_REL): Likewise.
523
524 2002-10-16  Jakub Jelinek  <[email protected]>
525
526         * config.bfd (s390-*-linux*): Add targ64_selvecs.
527         (s390x-*-linux*): Add targ_selvecs.
528
529 2002-10-16  Alan Modra  <[email protected]>
530
531         * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
532         elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
533         elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
534         elf32-sh64-nbsd.lo, elf32-shqnx.lo.  Add elf32-qnx.lo.
535         (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
536         (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
537         (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
538         (SOURCE_HFILES): Add elf32-qnx.h.
539         (BUILD_HFILES): Add bfdver.h.
540         Run "make dep-am".
541         * Makefile.in: Regenerate.
542         * configure.in Update bfd vector dependencies.
543         * configure: Regenerate.
544         * elf32-i386-fbsd.c: Delete.  Move code to elf32-i386.c.
545         * elf32-i386qnx.c: Likewise.
546         * elf32-ppcqnx.c: Delete.  Move code to elf32-ppc.c.
547         * elf32-sh-nbsd.c: Delete.  Move code to elf32-sh.c.
548         * elf32-sh-lin.c: Likewise.
549         * elf32-shqnx.c: Likewise.
550         * elf32-sh64-lin.c: Delete.  Move code to elf32-sh64.c.
551         * elf32-sh64-nbsd.c: Likewise.
552         * elf64-sh64-lin.c: Delete.  Move code to elf64-sh64.c.
553         * elf64-sh64-nbsd.c: Likewise.
554         * elfarmqnx-nabi.c: Delete.  Move code to elfarm-nabi.c.
555         * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
556         * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
557         * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
558         * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
559         (elf_backend_is_contained_by_filepos): Likewise.
560         (elf_backend_copy_private_bfd_data_p): Likewise.
561         Globalize and move functions to..
562         * elf32-qnx.c: ..here.  New file.
563         * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests.  Don't
564         emit target vectors when INCLUDE_SHMEDIA.
565         * elf32-sh64.c: Remove ELF_ARCH test.  Move TARGET_* etc. defines to
566         end of file.
567         * elf64-sh64.c: Remove ELF_ARCH test.
568         * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
569         * po/BLD-POTFILES.in: Regenerate.
570         * po/SRC-POTFILES.in: Regenerate.
571
572 2002-10-16  Alan Modra  <[email protected]>
573
574         * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
575         loaded with --just-symbols.
576
577         * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
578         * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
579         * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
580         * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
581
582 2002-10-15  Richard Henderson  <[email protected]>
583
584         * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
585         (BFD64_BACKENDS_CFILES): Likewise.
586         * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
587         * elf64-alpha-fbsd.c: Remove file, move code ...
588         * elf64-alpha.c: ... here.
589         * Makefile.in, configure: Rebuild.
590
591 2002-10-14  Richard Henderson  <[email protected]>
592
593         * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
594         VALUE, not ADDEND.
595
596 2002-10-14  Stephen Clarke <[email protected]>
597
598         * elf32-sh.c (elf_sh_link_hash_entry): Replace
599         datalabel_got_offset with union of datalabel_got
600         offset and refcount.
601         (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
602         (allocate_dynrelocs): Delete unnecessary code for
603         STT_DATALABEL type.  Create entry in got for
604         datalabel version of symbol if datalabel_got.refcount > 0.
605         (sh_elf_relocate_section): Use datalabel_got union.
606         (sh_elf_gc_sweep_hook): Pull common code to initialize
607         h and eh out of switch statement.  Declare seen_stt_datalabel.
608         Initialize it.  Decrement datalabel_got.refcount for
609         got relocs when seen_stt_datalabel is true.
610         Decrement local_got_refcounts entry for datalabel got relocs
611         of local symbols.
612         (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
613         (sh_elf_check_relocs): Declare seen_stt_datalabel.
614         Initialize it.  When seen_stt_datalabel is true, increment
615         datalabel_got refcount rather than got.refcount.
616         (sh_elf_finish_dynamic_symbol): Create relocs to
617         initialize got entry for datalabel version of symbol.
618
619 2002-10-14  Alan Modra  <[email protected]>
620
621         * Makefile.am: Run "make dep-am".
622         (BFD_H_FILES): Remove version.h.
623         * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
624         * version.h: ..to here.
625         * configure.in (bfd_version_date): Remove.
626         (AC_OUTPUT): Make bfdver.h from version.h.
627         * bfd.c: #include "bfdver.h".
628         * vms-hdr.c: Likewise.
629         * Makefile.in: Regenerate.
630         * bfd-in2.h: Regenerate.
631         * configure: Regenerate.
632         * po/SRC-POTFILES.in: Regenerate.
633
634 2002-10-14  Alan Modra  <[email protected]>
635
636         * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
637         bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
638         bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
639         bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
640         bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
641         bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
642         bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
643         bfd_mach_ip2022, bfd_mach_ip2022ext,
644         bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
645         * bfd-in2.h: Regenerate.
646
647 2002-10-14  Kaz Kojima  <[email protected]>
648
649         * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
650         endian vector to targ_selvecs.
651
652 2002-10-13  Alexandre Oliva  <[email protected]>
653
654         * elfxx-mips.c (mips_elf_calculate_relocation): Take
655         save_addend argument.  Don't apply the 32-bit mask to a
656         GPREL32 value if it's to be used in another relocation.  Don't
657         use forced-check computation of local_p to decide whether to
658         add gp0 to GPREL16 value.  Don't use only the lowest 16 bits
659         of the addend of a non-in-place GPREL16 relocation.
660         (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
661         mips_elf_calculate_relocation().
662
663 2002-10-12  Stephane Carrez  <[email protected]>
664
665         * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
666         with symbols in other sections if we relaxed something;  the sections
667         output offsets must be re-computed before.
668
669 2002-10-12  Stephane Carrez  <[email protected]>
670
671         * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
672         handling to use Elf_Internal_Sym.
673         (m68hc11_elf_relax_delete_bytes): Likewise.
674
675 2002-10-11  Kaz Kojima  <[email protected]>
676
677         * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
678         sh_elf_object_p, dtpoff_base): New functions.
679         (sh_elf_howto_table): Add TLS relocs.
680         (sh_reloc_map): Likewise.
681         (sh_elf_info_to_howto): Support TLS relocs.
682         (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
683         (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
684         New macros.
685         (sh_elf_obj_tdata): New.
686         (elf_sh_link_hash_table): Add tls_ldm_got.
687         (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
688         (allocate_dynrelocs): Support TLS relocs.
689         (sh_elf_size_dynamic_sections): Likewise.
690         (sh_elf_relocate_section): Support TLS relocs.  Don't try to find
691         .rela.got section when found already.  Return false after printing
692         error about unresolvable relocation.
693         (sh_elf_gc_sweep_hook): Support TLS relocs.
694         (sh_elf_check_relocs): Likewise.
695         (sh_elf_finish_dynamic_symbol): Likewise.
696         (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
697         * reloc.c: Add SH TLS relocs.
698         * bfd-in2.h, libbfd.h: Regenerate.
699
700 2002-10-11  Daniel Jacobowitz  <[email protected]>
701
702         * Makefile.in: Regenerated.
703
704 2002-10-11  Daniel Jacobowitz  <[email protected]>
705
706         * Makefile.am: Run dep-am.
707         (BFD_H_DEP): Add simple.c and linker.c.
708         (BFD32_LIBS): Add simple.lo.
709         (BFD32_LIBS_CFILES): Add simple.c.
710         * Makefile.in: Regenerated.
711         * bfd-in2.h: Regenerated.
712         * simple.c: New file.
713
714 2002-10-11  Alan Modra  <[email protected]>
715
716         * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
717         (record_thumb_to_arm_glue): Likewise.
718         * ecoff.c (ecoff_link_add_externals): Likewise.
719         * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
720         (record_thumb_to_arm_glue): Likewise.
721         * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
722         * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
723         * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
724         * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
725         * elf64-ppc.c (func_desc_adjust): Likewise.
726         * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
727         (sh64_elf64_create_dynamic_sections): Likewise.
728         * elflink.c (_bfd_elf_create_got_section): Likewise.
729         (_bfd_elf_create_dynamic_sections): Likewise.
730         (_bfd_elf_create_linker_section): Likewise.
731         * elflink.h (elf_add_default_symbol): Likewise.
732         (elf_link_create_dynamic_sections): Likewise.
733         (NAME(bfd_elf,size_dynamic_sections)): Likewise.
734         * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
735         * elfxx-mips.c (mips_elf_create_got_section): Likewise.
736         (_bfd_mips_elf_add_symbol_hook): Likewise.
737         (_bfd_mips_elf_create_dynamic_sections): Likewise.
738         * linker.c (generic_link_add_symbol_list): Likewise.
739         * xcofflink.c (xcoff_link_add_symbols): Likewise.
740
741         * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
742
743         * elf64-ppc.c (edit_opd): Only zero opd syms when function is
744         completely removed.  Correct local sym adjustment.
745
746 2002-10-10  Stephen Clarke <[email protected]>
747
748         * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
749         Correct mistake in calculation of address of .got.
750         * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
751         elf_sh64_pic_plt_entry_le): Likewise.
752
753 2002-10-09  Richard Shann <[email protected]>
754             Stephen Clarke <[email protected]>
755
756         * Makefile.am: Add entries for elf32-sh64-lin.c and
757         elf64-sh64-lin.c. Regenerate.
758         * Makefile.in: Regenerate.
759         * config.bfd:  Change sh64eb-*-linux* and sh64-*-linux*
760         to use sh64 vectors rather than sh vectors.
761         * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
762         bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
763         * configure: Regenerate.
764         * elf32-sh64-lin.c: New file.
765         * elf64-sh64-lin.c: New file.
766         * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
767         bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
768
769 2002-10-08  H.J. Lu <[email protected]>
770
771         * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
772         IE->LE transition for R_386_TLS_IE.
773
774 2002-10-08  Alan Modra  <[email protected]>
775
776         * elf64-ppc.c (edit_opd): Correct test for discarded sections.
777
778 2002-10-07  Mark Elbrecht  <[email protected]>
779
780         * cofflink.c (mark_relocs): Don't mark relocations in excluded
781         sections.
782
783 2002-10-07  Alan Modra  <[email protected]>
784
785         * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
786         code.
787
788         * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
789
790 2002-10-06  Alan Modra  <[email protected]>
791
792         * opncls.c: Formatting.
793         (_bfd_new_bfd): Use a smaller section hash table.
794
795 2002-10-05  Alexandre Oliva  <[email protected]>
796
797         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
798         of the other two relocations packed with a REL32 to NONE.
799
800 2002-10-02  Stephen Clarke <[email protected]>
801
802         * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
803         (sh_elf_link_hash_newfunc): Initialize it.
804         (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
805         to got.refcount for symbols that are forced local or when
806         we have direct got refs.
807         (sh_elf_gc_sweep_hook): Adjust gotplt_refcount.  Use it
808         to correctly adjust got.refcount and plt.refcount.
809         (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
810         (sh_elf_check_relocs): Increment gotplt_refcount.
811
812 2002-10-01  Jakub Jelinek  <[email protected]>
813
814         * elf32-i386.c (elf_i386_relocate_section): Fix
815         movl foo@indntpoff, %eax IE->LE transition.
816
817 2002-10-01  Jakub Jelinek  <[email protected]>
818
819         * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
820         sequence and its transitions.
821
822 2002-10-01  Jakub Jelinek  <[email protected]>
823
824         * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
825         to st_value + addend in non-code sections.
826         * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
827         R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
828
829 2002-09-30  Gavin Romig-Koch  <[email protected]>
830             Ken Raeburn  <[email protected]>
831             Aldy Hernandez  <[email protected]>
832             Eric Christopher  <[email protected]>
833             Richard Sandiford  <[email protected]>
834
835         * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
836         (bfd_mach_mips5500): New.
837         * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
838         (arch_info_struct): Add corresponding entries here.
839         * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
840         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
841         (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
842         bfd_mach_mips5400 and bfd_mach_mips5500.
843         (_bfd_mips_elf_mach_extends_p): New function.
844         (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
845         the EF_MIPS_MACH flags.
846         * bfd-in2.h: Regenerate.
847
848 2002-09-28  Jason Thorpe  <[email protected]>
849
850         * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
851         .got sections.
852
853 2002-09-28  Alan Modra  <[email protected]>
854
855         * elf.c (map_sections_to_segments): Correct test for start of
856         writable section in the same page as end of read-only section.
857
858 2002-09-27  Matt Thomas  <[email protected]>
859
860         * elf32-vax.c (elf_vax_check_relocs): Remove unused
861         local_got_refcounts usage.  Remove allocation of got slot.
862         (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
863         Remove de-allocation of got slot.
864         (elf_vax_size_dynamic_section): Fix some indentation.  Add hash
865         traversal for elf_vax_instantiate_got_entries.  Allow empty .got
866         sections to be GC'ed.
867         (elf_vax_instantiate_got_entries): New function.
868         (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling.  Remove
869         tests that are now handled by elf_vax_instantiate_got_entries.
870         Assert GOT entry falls within .got section size.  Remove redundant
871         comparisions.  Fix comments.
872
873 2002-09-27  Jakub Jelinek  <[email protected]>
874
875         * reloc.c: Add x86-64 TLS relocs.
876         * bfd-in2.h, libbfd.h: Rebuilt.
877         * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
878         relocs.  Add TLS relocs.
879         (x86_64_reloc_map): Add TLS relocs.
880         (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
881         (struct elf64_x86_64_link_hash_entry): Add tls_type field.
882         (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
883         (elf64_x86_64_hash_entry): Define.
884         (struct elf64_x86_64_obj_tdata): New.
885         (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
886         (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
887         (link_hash_newfunc): Initialize tls_type.
888         (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
889         (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
890         (elf64_x86_64_mkobject): New.
891         (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
892         (elf64_x86_64_tls_transition): New.
893         (elf64_x86_64_check_relocs): Add r_type variable and use it.
894         Handle TLS relocs.
895         (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
896         (allocate_dynrelocs): Allocate GOT space for TLS relocs.
897         (elf64_x86_64_size_dynamic_sections): Likewise.
898         (dtpoff_base, tpoff): New.
899         (elf64_x86_64_relocate_section): Handle TLS relocs.
900         (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
901         entries.
902         (bfd_elf64_mkobject): Define.
903
904         * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
905         DF_STATIC_TLS if shared.
906
907 2002-09-26  Thiemo Seufer <[email protected]>
908
909         * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
910         empty relocation sections.
911
912 2002-09-26  Alan Modra  <[email protected]>
913
914         * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
915         (ppc64_elf_build_stubs): Build them here instead.
916
917 2002-09-24  Jakub Jelinek  <[email protected]>
918
919         * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
920         addend into r_addend, not *r_offset.
921         (elf32_sparc_finish_dynamic_symbol): Likewise.
922         * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
923         R_SPARC_RELATIVE's r_offset.
924
925 2002-09-23  Nathan Tallent  <[email protected]>
926
927         * dwarf2.c (decode_line_info): Update to correctly decode
928         the (non-standard DWARF2) out-of-order address sequences
929         generated by the Intel C++ 6.0 compiler for ia64-Linux.
930
931 2002-09-23  Mark Elbrecht  <[email protected]>
932
933         * config.bfd: For DJGPP targets, match with any cpu and any machine.
934
935 2002-09-23  Alan Modra  <[email protected]>
936
937         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
938         for discarded FDEs.  Remove redundant assignment.
939         * elflink.h (elf_bfd_discard_info): Save edited relocs.
940
941 2002-09-22  H.J. Lu <[email protected]>
942
943         * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
944         the relocation count between different .reloc sections.
945
946 2002-09-21  Alan Modra  <[email protected]>
947
948         * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
949         ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
950         R_PPC_EMB_SDA2REL.  Similarly for R_PPC_EMB_SDA21 and
951         R_PPC_EMB_RELSDA.
952
953         * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
954         unsigned.  Move "symcount" assignment out of loop.
955         * Makefile.am: Run "make dep-am".
956         * Makefile.in: Regenerate.
957         * configure: Regenerate.
958         * po/SRC-POTFILES.in: Regnerate.
959
960 2002-09-19  Nathan Tallent  <[email protected]>
961
962         * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
963         zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
964         (e.g. IRIX64).
965
966 2002-09-19  Jakub Jelinek  <[email protected]>
967
968         * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
969         even if generating R_PPC_RELATIVE reloc.
970         (ppc_elf_relocate_section): Make sure relocation is performed
971         if skip == -2.  Clear memory at r_offset when creating dynamic
972         relocation.
973
974 2002-09-19  Jakub Jelinek  <[email protected]>
975
976         * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
977         BFD_RELOC_386_TLS_GOTIE): Add.
978         * bfd-in2.h, libbfd.h: Rebuilt.
979         * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
980         and R_386_TLS_GOTIE.
981         (elf_i386_reloc_type_lookup): Handle it.
982         (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
983         char instead of enum, change GOT_* into defines.
984         (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
985         (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
986         (elf_i386_check_relocs): Likewise.  Avoid crash if local symbol is
987         accessed both as normal and TLS symbol.  Move R_386_TLS_LDM and
988         R_386_PLT32 cases so that R_386_TLS_IE can fall through.
989         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
990         (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
991         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
992         (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
993         tls_type is GOT_TLS_IE_BOTH.
994         (elf_i386_size_dynamic_sections): Likewise.
995         (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
996         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
997         (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
998         all 4 GOT_TLS_* TLS types.
999
1000 2002-09-19  Nick Clifton  <[email protected]>
1001
1002         * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
1003         follow indirect links.
1004
1005 2002-09-19  Nathan Tallent  <[email protected]>
1006
1007         * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
1008         correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
1009         on 64 bit machines.
1010         (ecoff_swap_sym_in) <iss>: Likewise.
1011         * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
1012         ECOFF information: 'ioptMax' refers to the actual *size*
1013         of the optimization symtab, not the number of entries.
1014
1015 2002-09-19  Daniel Jacobowitz  <[email protected]>
1016
1017         * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
1018         ELF_LINK_HASH_NEEDS_PLT logic.
1019
1020 2002-09-18  Daniel Jacobowitz  <[email protected]>
1021
1022         * elfcode.h (elf_slurp_reloc_table_from_section): Check
1023         correct relocation count.
1024
1025 2002-09-17  Daniel Jacobowitz  <[email protected]>
1026
1027         * bfd-in.h (bfd_get_dynamic_symcount): Define.
1028         * bfd.c (struct _bfd): Add dynsymcount.
1029         * bfd-in2.h: Regenerated.
1030         * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
1031         abfd->dynsymcount.
1032         * elfcode.h (elf_slurp_reloc_table_from_section): Check
1033         for overflow.
1034
1035 2002-09-17  Stan Cox <[email protected]>
1036
1037         * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
1038         (mips_elf64_final_gp): Don't make up gp value.
1039         * elfn32-mips.c (mips_elf_final_gp): Likewise.
1040         * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
1041         .MIPS.options/.options section.
1042
1043 2002-09-17  David O'Brien  <[email protected]>
1044
1045         * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
1046         It is benign for FreeBSD < 4.1.  Minor reformatting.
1047         * elf64-alpha-fbsd.c: Likewise.
1048
1049 2002-09-17  Jakub Jelinek  <[email protected]>
1050
1051         * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
1052         addend.
1053
1054 2002-09-17  Alan Modra  <[email protected]>
1055
1056         * elf64-alpha.c (alpha_elf_size_info): Make static.
1057
1058 2002-09-17  Svein E. Seldal  <[email protected]>
1059
1060         * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
1061         * cpu-tic4x.c: Ditto.
1062
1063 2002-09-17  Thiemo Seufer <[email protected]>
1064
1065         * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
1066         duplicate define.
1067
1068 2002-09-16  Bruno Haible  <[email protected]>
1069
1070         * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
1071         by a target variant implementation.
1072         * elf64-alpha.c: Likewise.
1073         * elf32-i386-fbsd.c: New file.
1074         * elf64-alpha-fbsd.c: New file.
1075         * targets.c: Support bfd_elf32_i386_freebsd_vec and
1076         bfd_elf64_alpha_freebsd_vec.
1077         * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
1078         bfd_elf64_alpha_freebsd_vec.
1079         * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
1080         (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
1081         (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
1082         (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
1083         (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
1084         * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
1085         specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
1086
1087 2002-09-12  Jakub Jelinek  <[email protected]>
1088
1089         * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
1090         NULL.
1091         (elf_i386_relocate_section): Return false after printing error about
1092         unresolvable relocation.
1093
1094 2002-09-12  Nick Clifton  <[email protected]>
1095
1096         * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
1097         R_ARM_THM_PC11.
1098
1099 2002-09-11  Jeffrey Law  <[email protected]>
1100
1101         * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
1102
1103 2002-09-11  Andrew Haley  <[email protected]>
1104
1105         * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
1106         line_ptr before deciding we've found a symbol.
1107
1108 2002-09-11  Nick Clifton  <[email protected]>
1109
1110         * po/da.po: New Danish translation file.
1111         * configure.in (LINGUAS): Add 'da'.
1112         * configure: Regenerate.
1113
1114 2002-09-10  Michael Snyder  <[email protected]>
1115
1116         * irix-core.c (do_sections, do_sections64): New functions.
1117         (irix_core_core_file_p): Call new functions do_sections,
1118         do_sections64, depending on corefile (32-bit or 64-bit).
1119
1120 2002-09-09  Richard Henderson  <[email protected]>
1121
1122         * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
1123         and PCREL21F like PCREL21B.
1124
1125 2002-09-04  Kevin Buettner  <[email protected]>
1126
1127         * config.bfd (mips*-*-irix6*): Add new ABI vectors.  Make n32 default
1128         vector.
1129
1130 2002-09-02  Nick Clifton  <[email protected]>
1131
1132         * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
1133         names instead of cryptically overloaded bfd_reloc error
1134         codes.
1135         (v850_elf_relocate_section): Likewise.
1136         (v850_elf_relax_section): Replace caching of external symbols
1137         with caching of internal symbols obtained from calling
1138         bfd_elf_get_elf_syms().
1139         Fixup problems with freeing cached allocated memory blocks.
1140
1141 2002-09-02  Alan Modra  <[email protected]>
1142
1143         * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
1144         (bfd_pj_arch): Use bfd_default_scan.
1145         * cpu-v850.c (scan): Remove.
1146         (N): Use bfd_default_scan.
1147         * cpu-z8k.c (scan_mach): Remove.
1148         (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
1149         first.  Use bfd_default_scan.
1150
1151         * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
1152         bfd_mach constants.
1153         (ecoff_get_magic): Likewise.
1154         * elf32-v850.c (v850_elf_object_p): Likewise.
1155         (v850_elf_final_write_processing): Likewise.
1156         * mipsbsd.c (MY(set_arch_mach)): Likewise.
1157         (MY(write_object_contents)): Likewise.
1158         * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
1159         * coffcode.h (coff_write_object_contents): Likewise.
1160         (coff_set_arch_mach_hook): Add comment describing machine == 0.
1161         Remove unnecessary "machine" assignments.
1162         (coff_write_relocs): Test for the absolute section sym by testing
1163         section and flags.
1164
1165         * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
1166         and bfd_mach_i386_i386_intel_syntax.
1167         * pdp11.c (NAME(aout,machine_type)): Likewise.
1168
1169 2002-08-30  John David Anglin  <[email protected]>
1170
1171         * bfd-in.h (align_power): Cast constants to bfd_vma type.
1172         * bfd-in2.h (align_power): Likewise.
1173
1174 2002-08-30  Alan Modra  <[email protected]>
1175
1176         * Makefile.am: Run "make dep-am".
1177         * Makefile.in: Regenerate.
1178
1179         * cpu-avr.c (compatible): Don't use hard-coded mach constants.
1180         * cpu-powerpc.c (powerpc_compatible): Likewise.
1181         * cpu-rs6000.c (rs6000_compatible): Likewise.
1182
1183 2002-08-28  Catherine Moore  <[email protected]>
1184
1185         * elf32-v850.c (v850_elf_reloc_map):  Add new relocs.
1186         (v850-elf-reloc): Don't resolve pc relative relocs.
1187         (v850_elf_ignore_reloc): New routine.
1188         (v850_elf_final_link_relocate): Handle new relocs.
1189         (v850_elf_relax_delete_bytes ): New routine.
1190         (v850_elf_relax_section): New routine.
1191         (bfd_elf32_bfd_relax_section): Define.
1192         (HOWTO): New entries for new relocs.
1193         * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
1194         (BFD_RELOC_V850_LONGJUMP): New reloc.
1195         (BFD_RELOC_V850_ALIGN): New reloc.
1196         * archures.c: Remove redundant v850ea architecture.
1197         * cpu-v850.c: Remove redundant v850ea support.
1198         * libbfd.h: Regenerate.
1199         * bfd-in2.h: Regenerated.
1200
1201 2002-08-28  Svein E. Seldal  <[email protected]>
1202
1203         * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
1204         * configure.in: Add tic4x_coff vector files.
1205         * configure: Regenerate.
1206         * Makefile.am: Add tic4x target.
1207         * Makefile.in: Regenerate.
1208
1209 2002-08-27  Michael Hayes <[email protected]>
1210
1211         * archures.c: Add the BFD arch type tic4x.
1212         * bfd-in.h: Add BFD_IN_MEMORY flag.
1213         * coff-tic4x.c: New file.
1214         * coffswap.h (coff_swap_sym_out): Add preadjuster.
1215         * cpu-tic4x.c: New file.
1216         * targets.c: Added tic4x- in list of xvecs.
1217         * ticoff.h: New file.
1218         * bfd-in2.h: Regenerate.
1219
1220 2002-08-27  Adam Nemet  <[email protected]>
1221
1222         * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
1223         bit of DT_INIT and DT_FINI for Thumb functions.
1224
1225 2002-08-26  Alan Modra  <[email protected]>
1226
1227         * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
1228
1229 2002-08-26  Alan Modra  <[email protected]>
1230
1231         * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
1232
1233 2002-08-24  Kaz Kojima  <[email protected]>
1234
1235         * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
1236         (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
1237         Likewise.
1238         (struct elf_sh_pcrel_relocs_copied): Removed.
1239         (struct elf_sh_dyn_relocs): New.
1240         (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
1241         field with dyn_relocs.
1242         (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
1243         sections and sym_sec.
1244         (sh_elf_link_hash_newfunc): Clear dyn_relocs.
1245         (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
1246         (sh_elf_create_dynamic_sections): Use create_got_section instead
1247         of _bfd_elf_create_got_section.
1248         (sh_elf_check_relocs): Likewise.
1249         (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
1250         sections.
1251         (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
1252         sh_elf_relocate_section, sh_elf_check_relocs,
1253         sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
1254         Likewise.
1255         (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
1256         dynamic relocations and avoiding the copy relocation when we
1257         didn't find any dynamic relocations in the section which has
1258         contents or is read-only.
1259         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
1260         (sh_elf_size_dynamic_sections): Don't reset the size of
1261         .rela.got section even if dynamic_sections_created flag is off.
1262         Don't use sh_elf_discard_copies. Scan all input bfd and use
1263         allocate_dynrelocs. Call readonly_dynrelocs to determine
1264         whether we need DT_TEXTREL.
1265         (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
1266         whether the symbol was never referred to.
1267         (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
1268         (sh_elf_gc_sweep_hook): Fill with the real sweep function.
1269         (sh_elf_check_relocs): Call create_got_section if the short-cut
1270         to .got is null. Increment reference counters only instead of
1271         allocating space on dynamic sections here. Don't conditionalize
1272         uninitialized got.offset value when marking the symbol as a
1273         global offset table entry. Keep relocations for symbols satisfied
1274         by a dynamic library to avoid copy relocations for the symbol.
1275         Set dynobj field of an elf hash table if needed.
1276         (sh_elf_finish_dynamic_sections): Handle null section pointer
1277         correctly.
1278         (elf_backend_copy_indirect_symbol): Defined.
1279         (elf_backend_can_refcount): Defined.
1280
1281 2002-08-23  Nick Clifton  <[email protected]>
1282
1283         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
1284         previous change.  Add comment explaining why.
1285
1286 2002-08-23  Stephen Clarke <[email protected]>
1287
1288         * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
1289         contents of .got.plt[2] to tr0, not address of .got.plt.
1290         (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
1291         patching absolute plt entry. For shmedia plt entry, set bottom bit
1292         of branch to plt0 as this is a branch to an shmedia instruction.
1293         * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
1294         Copy contents of .got.plt[2] to tr0, not address of .got.plt.
1295         (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
1296         branch to plt0.
1297         (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
1298         patching absolute plt entry. For shmedia plt entry, branch to
1299         plt0 is now ptrel, so use relative offset.  Set bottom bit of
1300         branch target as it is a branch to an shmedia instruction.
1301
1302 2002-08-23  Stephen Clarke <[email protected]>,
1303             Richard Shann <[email protected]>
1304
1305         * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
1306         value if .init is an SHmedia function.  Similarly for DT_FINI.
1307         * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
1308
1309 2002-08-23  Stephen Clarke <[email protected]>
1310
1311         * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
1312         dynamic section.
1313         * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
1314
1315 2002-08-22  Kaz Kojima <[email protected]>
1316
1317         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
1318         byte read when reading the return address register column.
1319
1320 2002-08-22  Nick Clifton  <[email protected]>
1321
1322         * config.bfd: Add powepc64-*-*bsd* target.
1323
1324 2002-08-22  Graeme Peterson  <[email protected]>
1325
1326         * Makefile.am: Add entries for elf32-shqnx.c
1327         * Makefile.in: Regenerate.
1328         * config.bfd: Add support sh-*-nto* target.
1329         * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
1330         * configure: Regenerate.
1331         * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
1332         * elf32-sh.c: Do not include elf32-target.h if
1333         ELF32_SH_C_INCLUDED is defined.
1334         * elf32-shqnx.c: New file: Support for QNX.
1335         * targets.c: Add bfd_elf32_sh{l}qnx_vec.
1336
1337 2002-08-22  Nick Clifton  <[email protected]>
1338
1339         * po/tr.po: Updated Turkish translation.
1340
1341         * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
1342         symbols are not read.
1343
1344 2002-08-22  Alan Modra  <[email protected]>
1345
1346         * elf32-m68hc11.c: Formatting fixes.
1347         (elf32_m68hc11_gc_mark_hook): Correct params.  Remove unnecessary test.
1348         * elf32-m68hc12.c: Formatting fixes.
1349         (elf32_m68hc11_gc_mark_hook): Correct params.  Remove unnecessary test.
1350
1351 2002-08-22  Alan Modra  <[email protected]>
1352
1353         * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
1354         SEC_DATA.
1355         (pmac_xcoff_vec): Likewise.
1356         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
1357         (aix5coff64_vec): Likewise.
1358
1359 2002-08-22  Alan Modra  <[email protected]>
1360
1361         * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
1362         param to elf_backend_copy_indirect_symbol.
1363         (_bfd_elf_link_hash_copy_indirect): Likewise.
1364         * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
1365         calls to copy_indirect_symbol.
1366         * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
1367         * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
1368         * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
1369         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
1370         * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
1371         * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
1372         * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
1373         * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
1374         * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
1375         * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise.  Properly
1376         test refcounts for "used" values.
1377
1378 2002-08-21  John David Anglin  <[email protected]>
1379
1380         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
1381         argument declaration.
1382
1383 2002-08-19  Elena Zannoni <[email protected]>
1384
1385         * archures.c (bfd_mach_ppc_e500): Added.
1386         * bfd-in2.h: Rebuilt.
1387         * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
1388
1389 2002-08-19  Alan Modra  <[email protected]>
1390
1391         * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
1392
1393 2002-08-17  Andrew Cagney  <[email protected]>
1394
1395         * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
1396         `bfd_byte'.
1397
1398 2002-08-17  Stan Cox  <[email protected]>
1399
1400         * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
1401         IRIX 6 segment layout for NEWABI.
1402
1403 2002-08-16  Stephen Clarke <[email protected]>
1404
1405         * bfd/elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
1406         symbols when looking for section referred to by a relocation.
1407         * bfd/elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
1408
1409 2002-08-15  Alan Modra  <[email protected]>
1410
1411         * elf32-i370.c: Move reloc enum to include/elf/i370.h.
1412
1413 2002-08-15  Hans-Peter Nilsson  <[email protected]>
1414
1415         * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
1416         missing check for whether the symbol is referenced by DSO before
1417         unexporting it as an unneeded dynamic symbol.
1418
1419 2002-08-14  H.J. Lu <[email protected]>
1420
1421         * libbfd.h: Regenerate.
1422
1423 2002-08-14  H.J. Lu <[email protected]>
1424
1425         * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
1426
1427 2002-08-14  Stephane Carrez  <[email protected]>
1428
1429         * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
1430         instructions.
1431         (m68hc11_direct_relax): New to define table of relaxable instructions.
1432         (find_relaxable_insn): New, find a relaxable insn.
1433         (compare_reloc): New to compare two relocs.
1434         (m68hc11_elf_relax_section): New, relax text sections.
1435         (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
1436         (elf32_m68hc11_check_relocs): New function for GC support.
1437         (elf32_m68hc11_relocate_section): New function for GC support.
1438         (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
1439         (elf_backend_check_relocs): Likewise.
1440         (elf_backend_relocate_section): Likewise.
1441
1442 2002-08-13  H.J. Lu <[email protected]>
1443
1444         * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
1445         definitions in shared objects when checking symbol with
1446         undefined version.
1447
1448 2002-08-13  Stephane Carrez  <[email protected]>
1449
1450         * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
1451         (elf32_m68hc11_gc_sweep_hook): Likewise.
1452         (elf_backend_gc_mark_hook): Define for GC section support.
1453         (elf_backend_gc_sweep_hook): Likewise.
1454         (elf_backend_can_gc_sections): Likewise.
1455
1456         * elf32-m68hc12.c: Likewise.
1457
1458 2002-08-13  Stephane Carrez  <[email protected]>
1459
1460         * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
1461         (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
1462         (_bfd_m68hc11_elf_set_private_flags): New function.
1463         Use them to set/check/print ELF flags specific to 68HC11.
1464
1465         * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
1466         (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
1467         (_bfd_m68hc12_elf_set_private_flags): New function.
1468         Use them to set/check/print ELF flags specific to 68HC12.
1469
1470 2002-08-13  Stephane Carrez  <[email protected]>
1471
1472         * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
1473         fix masks for PC-rel relocs.
1474         (m68hc11_elf_ignore_reloc): New function.
1475
1476         * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
1477         68HC12 banked addressing relocs.
1478         (m68hc12_phys_addr): New to compute physical address of banked memory.
1479         (m68hc12_phys_page): Likewise for page.
1480         (m68hc12_addr_is_banked): New to see if address is in banked area.
1481         (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
1482
1483 2002-08-13  Stephane Carrez  <[email protected]>
1484
1485         * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
1486         BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
1487         BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
1488         * bfd-in2.h: Regenerate.
1489
1490 2002-08-12  H.J. Lu <[email protected]>
1491
1492         * elflink.h (elf_add_default_symbol): Preserve section across
1493         elf_merge_symbol.
1494
1495 2002-08-09  Graeme Peterson  <[email protected]>
1496
1497         * Makefile.am: Add entries for elf32-ppcqnx.c, and add
1498         elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
1499         * Makefile.in: Regenerate.
1500         * config.bfd: Add support for powerpc{le}-*-nto targets.
1501         * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
1502         * configure: Regenerate.
1503         * elf32-i386qnx.c: Moved backend functions into a QNX specific
1504         common file "elf32-qnx.h", and now include that file.
1505         * elf32-qnx.h: New file: QNX specific common elf backend.
1506         * elf32-ppc.c: Do not include elf32-target.h if
1507         ELF32_PPC_C_INCLUDED is defined.
1508         * elf32-ppcqnx.c: New file: Support for QNX.
1509         * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
1510         * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
1511
1512 2002-08-09  Nick Clifton  <[email protected]>
1513
1514         * po/sv.po: Updated Swedish translation.
1515
1516 2002-08-09  Thiemo Seufer <[email protected]>
1517
1518         * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
1519         g->global_gotsym is NULL.
1520
1521 2002-08-08  H.J. Lu <[email protected]>
1522
1523         * elflink.h (elf_add_default_symbol): Don't warn if a definition
1524         overrides an indirect versioned symbol.
1525
1526 2002-08-08  Jakub Jelinek  <[email protected]>
1527
1528         * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
1529         for R_386_TLS_TPOFF32 relocs against symndx 0.
1530
1531 2002-08-07  H.J. Lu <[email protected]>
1532
1533         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
1534         with undefined version if needed.
1535         (elf_link_assign_sym_version): Match a default symbol with a
1536         version without definition. No need to hide the default
1537         definition separately.
1538
1539 2002-08-08  Alan Modra  <[email protected]>
1540
1541         * elflink.h (elf_link_output_extsym): Don't output symbols from
1542         SEC_EXCLUDE sections.
1543
1544         * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
1545
1546 2002-08-07  Alan Modra  <[email protected]>
1547
1548         * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
1549         entries.
1550
1551 2002-08-07  Thiemo Seufer <[email protected]>
1552
1553         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
1554         mismatch.
1555
1556 2002-08-07  Thiemo Seufer <[email protected]>
1557
1558         * elfxx-mips.c (ABI_64_P): Remove superfluous check.
1559
1560 2002-08-07  Thiemo Seufer <[email protected]>
1561
1562         * elf32-mips.c (mips_reloc_map): Fix typo.
1563
1564 2002-08-06  Alan Modra  <[email protected]>
1565
1566         * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
1567
1568 2002-08-06  Alan Modra  <[email protected]>
1569
1570         * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
1571
1572 2002-08-06  Alan Modra  <[email protected]>
1573
1574         * libxcoff.h: Use PARAMS on function declarations.
1575         * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
1576         * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
1577
1578         * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
1579         addend.
1580         * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
1581
1582 2002-08-06  Alan Modra  <[email protected]>
1583
1584         * coff-rs6000.c: Formatting fixes.
1585         (xcoff_calculate_relocation): Use PARAMS in declaration.
1586         (xcoff_complain_overflow): Likewise.
1587         (xcoff_ppc_relocate_section): Use old-style function pointer call.
1588         (bfd_xcoff_backend_data): Remove useless comments.
1589         (rs6000coff_vec): Likewise.
1590         (bfd_pmac_xcoff_backend_data): Likewise.
1591         (pmac_xcoff_vec): Likewise.
1592
1593         * coff64-rs6000.c: Formatting fixes.
1594         (xcoff64_calculate_relocation): Use PARAMS in declaration.
1595         (xcoff64_ppc_relocate_section): Use old-style function pointer call.
1596         (bfd_xcoff_backend_data): Remove useless comments.
1597         (rs6000coff64_vec): Likewise.
1598         (bfd_xcoff_aix5_backend_data): Likewise.
1599         (aix5coff64_vec): Likewise.
1600
1601 2002-08-06  Alan Modra  <[email protected]>
1602
1603         * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
1604         mask entries.  Use complain_overflow_dont for R_REF.
1605         (xcoff_reloc_type_ba): Revert last change.
1606         (xcoff_reloc_type_br): Likewise.
1607         (xcoff_reloc_type_crel): Likewise.
1608         (xcoff_ppc_relocate_section): Likewise.
1609         * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
1610         (xcoff64_ppc_relocate_section): Likewise.
1611         (xcoff64_howto_table): Revert some of last change to mask entries.
1612         Use complain_overflow_dont for R_REF.
1613
1614         * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries.  Make all
1615         relocs with bitsize == 16 have size = 1.
1616         (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
1617         (xcoff_reloc_type_br): Likewise.
1618         (xcoff_reloc_type_crel): Likewise.
1619         (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
1620         * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
1621         dst_mask adjustment.
1622         (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
1623         (xcoff64_howto_table): Fix src_mask entries.  Make all relocs with
1624         bitsize == 16 have size = 1.
1625
1626 2002-08-01  Denis Chertykov  <[email protected]>
1627
1628         * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
1629         (struct misc): New field isymbuf. All free_* fields removed.
1630         (symbol_value): Pass in internal syms. No need to swap syms in.
1631         (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
1632         possibly cached info.
1633         (tidyup_after_error): Removed.
1634         (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
1635         misc. Use new field.
1636         (adjust_all_relocations): Use internal syms. No need to swap syms
1637         in and out.
1638         (add_page_insn): Don't use removed fields of struct misc.
1639
1640 2002-08-01  Nick Clifton  <[email protected]>
1641
1642         * elf32-arm.h: Revert previous delta.
1643
1644 2002-08-01  Nick Clifton  <[email protected]>
1645
1646         * configure.in (AM_INIT_AUTOMAKE): Bump version number.
1647         * configure: Regenerate.
1648
1649 2002-07-31  H.J. Lu <[email protected]>
1650
1651         * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
1652         selected.
1653
1654 2002-07-31  H.J. Lu <[email protected]>
1655
1656         * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
1657         is selected.
1658
1659 2002-07-31  Jakub Jelinek  <[email protected]>
1660
1661         * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
1662         if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
1663
1664 2002-07-31  Ian Dall  <[email protected]>
1665
1666         * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
1667         There is no 8 byte relocation type for this architecture.
1668         (do_ns32k_reloc): Use bfd_vma instead of native types.
1669         (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
1670         returns void.
1671         (_bfd_ns32k_put_displacement): Don't check for overflow. We can
1672         rely on generic code to do that.
1673         * aout-ns32k.c (howto_table): Add appropriate overflow detection
1674         to all table entries.
1675         (_bfd_ns32k_relocate_contents): put_data returns void.
1676         * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
1677         (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
1678         return void.
1679
1680 2002-07-31  Ian Dall  <[email protected]>
1681
1682         * aoutx.h (aout_link_check_ar_symbols): Whether to include an
1683         archive object is target dependant.
1684
1685 2002-07-31  Adam Nemet  <[email protected]>
1686
1687         * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
1688         (THUMB_PLT_ENTRY_SIZE): New macro.
1689         (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
1690         (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
1691         ARM_PLT_ENTRY_SIZE.
1692         (elf32_arm_plt_entry): Likewise.
1693         (elf_backend_plt_header_size): Likewise.
1694         (elf32_thumb_plt0_entry): New global.
1695         (elf32_arm_finish_dynamic_sections): Use it.  Put Thumb entries
1696         into .plt.thumb.
1697         (elf32_thumb_plt_entry): New global.
1698         (elf32_arm_finish_dynamic_symbol): Use it.  Use .thumb.plt for
1699         Thumb entries.  Set the bottom bit of the corresponding GOT entry
1700         for a Thumb PLT entry.
1701         (struct elf32_arm_plt_entry_info): New structure.
1702         (struct elf32_arm_link_hash_entry, plt_info): New member of this
1703         type.
1704         (elf32_arm_link_hash_newfunc): Initialize new member.
1705         (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
1706         relocations against the PLT.
1707         (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
1708         first_rel_type if this is the first time we encounter the symbol.
1709         (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
1710         Determine if relocation needs a PLT entry.  Set first_rel_type if
1711         this is the first time we encounter the symbol
1712         (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
1713         functions as well.
1714         (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
1715         (elf32_arm_create_dynamic_sections): New function.  Create the
1716         .plt.thumb section.
1717         (elf_backend_create_dynamic_sections): Call it.
1718
1719 2002-07-31  Nick Clifton  <[email protected]>
1720
1721         * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
1722         'alternative' in order to avoid shadowing global symbol of the
1723         same name.
1724         * bfd-in2.h: Regenerate.
1725         * libbfd.h: Regenerate.
1726         * libcoff.h: Regenerate.
1727
1728 2002-07-31  Thiemo Seufer <[email protected]>
1729
1730         * Makefile.am: Add n32 ABI support.
1731         * Makefile.in: Regenerate.
1732         * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
1733         bit vectors for mips*-*-linux targets as optional.
1734         * configure.in: Add n32 ABI vectors.
1735         * configure: Regenerate.
1736         * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
1737         * elfn32-mips.c: New file, n32 ABI support.
1738         * targets.c: Add n32 ABI vectors.
1739
1740 2002-07-30  Graeme Peterson  <[email protected]>
1741
1742         * elfarmqnx-nabi.c: New file: Support for QNX.
1743         * config.bfd: Add support for arm-*-nto target.
1744         * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
1745         * configure: Regenerate.
1746         * Makefile.am: Add entries for elfarmqnx-nabi.c.
1747         * Makefile.in: Regenerate.
1748         * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
1749         Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
1750         * elfarm-nabi.c: Do not include elf32-arm.h if
1751         ELFARM_NABI_C_INCLUDED is defined.
1752         * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
1753
1754 2002-07-30  Nick Clifton  <[email protected]>
1755
1756         * po/sv.po: Updated Swedish translation.
1757
1758 2002-07-30  Jakub Jelinek  <[email protected]>
1759
1760         * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
1761
1762 2002-07-30  Alan Modra  <[email protected]>
1763
1764         * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
1765         * archive.c (bfd_generic_archive_p): Likewise.
1766         * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
1767         (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
1768         * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
1769         (xcoff64_archive_p): Likewise.
1770         (xcoff64_openr_next_archived_file): Likewise.
1771         (xcoff64_archive_p): Clean up tdata properly on error.
1772         * coffgen.c (coff_real_object_p): Likewise.
1773         (coff_object_p): Release filehdr and opthdr.
1774         * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
1775         * ieee.c (ieee_archive_p): Likewise.
1776         * ihex.c (ihex_object_p): Likewise.
1777         (ihex_mkobject): Always allocate tdata.
1778         * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
1779         * srec.c (srec_mkobject): Always allocate tdata.
1780         (srec_object_p): Clean up tdata properly on error.
1781         (symbolsrec_object_p): Likewise.
1782         * versados.c (versados_object_p): Likewise.
1783         * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
1784         and bfd_realloc instead of realloc.
1785         (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
1786         * vms.c (vms_initialize): Always allocate tdata.  Use bfd_alloc in
1787         place of bfd_malloc, simplifying error freeing.  Free hash table too.
1788         (vms_object_p): Clean up tdata on error.
1789         (vms_mkobject): Don't complain on stderr if vms_initialize fails.
1790         (vms_close_and_cleanup): Adjust for bfd_alloc use.
1791
1792 2002-07-30  Alan Modra  <[email protected]>
1793
1794         * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
1795
1796 2002-07-26  Chris Demetriou  <[email protected]>
1797
1798         * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
1799         flags into resulting BFD.
1800
1801 2002-07-26  Alan Modra  <[email protected]>
1802
1803         From John Reiser <[email protected]>
1804         * elf32-i386.c (elf_i386_link_hash_table_create): Clear
1805         tls_ldm_got.refcount.
1806
1807 2002-07-25  Thiemo Seufer <[email protected]>
1808
1809         * elf64-mips.c: Update TODO comment.
1810         (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
1811         mips_elf64_gprel16_reloca): Remove prototypes.
1812         (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
1813         (UNUSED_RELOC): Replace by EMPTY_RELOC.
1814         (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
1815         wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
1816         R_MIPS_HIGHEST.
1817         (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
1818         R_MIPS_GOT16. Remove wrong comments.
1819         (elf_mips16_jump_howto,elf_mips16_gprel_howto,
1820         elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
1821         from elf32-mips.c.
1822         (mips_elf64_hi16_reloc): Fix formatting.
1823         (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
1824         (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
1825         Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
1826         (mips_elf64_gprel16_reloc): Make static. Add check for
1827         partial_inplace.
1828         (mips_elf64_gprel16_reloca): Remove.
1829         (mips_elf64_literal_reloc): New function.
1830         (mips_elf64_gprel32_reloc): Fix formatting.
1831         (mips_elf64_shift6_reloc): Fix comment. Make static.
1832         (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
1833         elf32-mips.c.
1834         (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
1835         elf32-mips.c
1836         (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
1837         specific relocations.
1838         (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
1839         (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
1840         (ELF_MAXPAGESIZE): Add comment.
1841
1842 2002-07-25  Nick Clifton  <[email protected]>
1843
1844         * po/sv.po: Updated Swedish translation.
1845         * po/es.po: Updated Spanish translation.
1846         * po/fr.po: Updated French translation.
1847
1848 2002-07-25  Alan Modra  <[email protected]>
1849
1850         * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
1851         as elf_link_record_local_dynamic_symbol.
1852         (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
1853         (elf_link_record_local_dynamic_symbol): Declare.  Now returns int.
1854         * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
1855         * elflink.c: .. here.  Use bfd_elf_get_elf_syms.  Check whether an
1856         attempt is made to record a symbol in a discarded section, and
1857         return `2' in that case.
1858
1859 2002-07-24  Nick Clifton  <[email protected]>
1860
1861         * po/sv.po: Updated Swedish translation.
1862         * po/es.po: Updated Spanish translation.
1863
1864 2002-07-23  Alan Modra  <[email protected]>
1865
1866         * po/SRC-POTFILES.in: Regenerate.
1867
1868         * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
1869         immediately.  Remove code handling relocatable linking.
1870         * elf32-avr.c (elf32_avr_relocate_section): Likewise.
1871         * elf32-cris.c (cris_elf_relocate_section): Likewise.
1872         * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
1873         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
1874         * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
1875         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1876         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
1877         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1878         * elf32-v850.c (v850_elf_relocate_section): Likewise.
1879         * elf32-vax.c (elf_vax_relocate_section): Likewise.
1880         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1881         * elf32-avr.c (elf_backend_rela_normal): Define.
1882         * elf32-cris.c: Likewise.
1883         * elf32-fr30.c: Likewise.
1884         * elf32-frv.c: Likewise.
1885         * elf32-h8300.c: Likewise.
1886         * elf32-hppa.c: Likewise.
1887         * elf32-ip2k.c: Likewise.
1888         * elf32-sparc.c: Likewise.
1889         * elf32-v850.c: Likewise.
1890         * elf32-vax.c: Likewise.
1891         * elf64-hppa.c: Likewise.
1892         * elf64-sparc.c: Likewise.
1893         * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
1894         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
1895         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
1896         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
1897         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1898         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
1899         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
1900         * elf-m10200.c (USE_RELA): Don't define.
1901         * elf-m10300.c: Likewise.
1902         * elfarm-oabi.c: Likewise.
1903         * elf32-i370.c: Likewise.
1904         * elf32-ip2k.c: Likewise.
1905         * elf32-m68k.c: Likewise.
1906         * elf32-mcore.c: Likewise.
1907         * elf32-ppc.c: Likewise.
1908         * elf32-s390.c: Likewise.
1909         * elf32-vax.c: Likewise.
1910         * elf64-ppc.c: Likewise.
1911         * elf64-s390.c: Likewise.
1912         * elf64-x86-64.c: Likewise.
1913         * elfxx-ia64.c: Likewise.
1914         * elf32-avr.c (USE_REL): Don't undef.
1915         * elf32-ip2k.c: Likewise.
1916
1917 2002-07-23  Nick Clifton  <[email protected]>
1918
1919         * elf-bfd.h (struct elf_backend_data): Add new bitfield
1920         'want_p_paddr_set_to_zero'.
1921         * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
1922         to false;
1923         * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
1924         * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
1925
1926 2002-07-23  Gabor Keresztfalvi  <[email protected]>
1927
1928         * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
1929         the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
1930         show the Copyright string.
1931         Minor formatting tidy ups.
1932
1933 2002-07-23  Nick Clifton  <[email protected]>
1934
1935         * po/fr.po: Updated French translation.
1936         * po/sv.po: Updated Swedish translation.
1937
1938 2002-07-23  Alan Modra  <[email protected]>
1939
1940         * elflink.h (elf_link_input_bfd): Don't change internal symbols
1941         when outputting relocs.
1942
1943 2002-07-20  Jason Thorpe  <[email protected]>
1944
1945         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
1946         DT_PLTGOT into the dynamic section if there is a PLT.
1947
1948 2002-07-19  Thiemo Seufer <[email protected]>
1949
1950         * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
1951         elf32-mips.c.
1952         (_bfd_mips_elf_write_section): Likewise.
1953         * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
1954         (_bfd_mips_elf_write_section): Likewise.
1955         * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
1956         (elf32_mips_write_section): Likewise.
1957         * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
1958         (_bfd_mips_elf_write_section): Likewise.
1959
1960 2002-07-19  Alan Modra  <[email protected]>
1961
1962         * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
1963         PT_IA_64_UNWIND segments for a given section.
1964
1965 2002-07-17  H.J. Lu <[email protected]>
1966
1967         * Makefile.am: Fix a typo.
1968         * Makefile.in: Regenerate.
1969
1970 2002-07-15  Denis Chertykov  <[email protected]>
1971             Frank Ch. Eigler  <[email protected]>
1972             Ben Elliston  <[email protected]>
1973             Alan Lehotsky  <[email protected]>
1974             John Healy  <[email protected]>
1975             Graham Stott  <[email protected]>
1976             Jeff Johnston  <[email protected]>
1977
1978         * Makefile.am: Add support for ip2k.
1979         * Makefile.in: Regenerate.
1980         * doc/Makefile.in: Regenerate.
1981         * archures.c: Add support for ip2k.
1982         * config.bfd: Add support for ip2k.
1983         * configure.in: Add support for ip2k.
1984         * configure: Regenerate.
1985         * reloc.c: Add support for ip2k.
1986         * targets.c: Add support for ip2k.
1987         * bfd-in2.h: Regenerate.
1988         * libbfd.h: Regenerate.
1989         * cpu-ip2k.c: New file.
1990         * elf32-ip2k.c: New file.
1991
1992 2002-07-17  Ian Rickards  <[email protected]>
1993
1994         * dwarf2.c (concat_filename): If we can't establish the directory
1995         just return the filename.
1996
1997 2002-07-16  Moritz Jodeit  <[email protected]>
1998
1999         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
2000
2001 2002-07-16  Alan Modra  <[email protected]>
2002
2003         * elflink.h: Formatting fixes, tidy prototypes.
2004         (elf_link_assign_sym_version): Move common code out of loop.
2005
2006 2002-07-16  Alan Modra  <[email protected]>
2007
2008         * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
2009         reloc section size is zero.  Correct reloc output location.
2010
2011 2002-07-16  John David Anglin  <[email protected]>
2012
2013         * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
2014         the final type for the e_fsel selector when generating PA2.0W code.
2015         (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
2016         relocations.
2017
2018 2002-07-14  H.J. Lu <[email protected]>
2019
2020         * elflink.h (elf_link_assign_sym_version): Hide the default
2021         definition if there is a hidden versioned definition.
2022
2023 2002-07-12  Hans-Peter Nilsson  <[email protected]>
2024
2025         * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
2026         dynamic reference test in assertion when initializing GOT with
2027         static contents.  Just assert that there are either no dynamic
2028         sections, the symbol is defined in the regular objects or that the
2029         symbol is undef weak.  Tweak comment.
2030         (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
2031         only if the symbol isn't defined in the program and isn't undef
2032         weak.
2033         (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
2034         rid of PLT entry: only do it if the symbol isn't defined in a DSO.
2035         When doing so, clear ELF_LINK_HASH_NEEDS_PLT.  Tweak comments.
2036         (elf_cris_discard_excess_program_dynamics): Don't consider
2037         ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
2038
2039 2002-07-11  Alan Modra  <[email protected]>
2040
2041         * elf32-i386.c (elf_i386_relocate_section): Don't complain about
2042         unresolved debugging relocs in dynamic applications.
2043         * elf32-s390.c (elf_s390_relocate_section): Likewise.
2044         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2045         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2046         * elf64-s390.c (elf_s390_relocate_section): Likewise.
2047         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2048         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2049
2050 2002-07-10  Alan Modra  <[email protected]>
2051
2052         * elf64-ppc.c (ONES): Define.
2053         (ppc64_elf_howto_table): Use ONES here to avoid warnings.  Fill in
2054         missing src_mask fields.  Tweak R_PPC64_NONE, R_PPC64_COPY.  Fill
2055         in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
2056
2057         * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
2058         (ppc64_elf_set_private_flags): Delete.
2059         (ppc64_elf_section_from_shdr): Delete.
2060         (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
2061         (ppc64_elf_fake_sections): Delete.
2062         (bfd_elf64_bfd_set_private_flags): Don't define.
2063         (bfd_elf64_get_symbol_info): Likewise.
2064         (elf_backend_section_from_shdr): Likewise.
2065         (elf_backend_fake_sections): Likewise.
2066
2067 2002-07-10  Marco Walther  <[email protected]>
2068
2069         * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
2070         when not already set.
2071         * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
2072         (elf_backend_fake_sections): Define.
2073
2074 2002-07-10  Alan Modra  <[email protected]>
2075
2076         * merge.c (_bfd_merge_section): Remove redundant output_section check.
2077         Formatting.
2078         (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
2079
2080 2002-07-09  Hans-Peter Nilsson  <[email protected]>
2081
2082         * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
2083         NULL sym_hashes to just before use.
2084         <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
2085         symbol with non-default visibility.
2086         <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
2087         <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
2088         Ditto.
2089         (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
2090         symbol with non-default visibility.
2091         (cris_elf_check_relocs): At tests for local symbol before
2092         increasing h->plt.refcount, also check for non-default
2093         visibility.  Ditto when checking for local symbol to eliminate
2094         pc-relative runtime relocs.
2095
2096 2002-07-08  Alan Modra  <[email protected]>
2097
2098         * elf.c: Formatting.
2099         (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
2100         (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
2101         (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
2102         segments.
2103
2104 2002-07-07  Mark Mitchell  <[email protected]>
2105             Alan Modra  <[email protected]>
2106
2107         * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
2108         account the impact of relocation count overflow when computing
2109         section offsets.
2110         * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
2111         or not to apply the PE COFF reloc overflow handling.  Fix a
2112         fencepost error in deciding whether or not to use that technique.
2113
2114 2002-07-07  Alan Modra  <[email protected]>
2115
2116         * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
2117         change type of locsyms.
2118         (bfd_elf_get_elf_syms): Declare.
2119         * elf.c (bfd_elf_get_elf_syms): New function.
2120         (group_signature): Use bfd_elf_get_elf_syms.
2121         (bfd_section_from_r_symndx): Likewise.
2122         * elfcode.h (elf_slurp_symbol_table): Likewise.
2123         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
2124         (elf_link_add_object_symbols): Likewise.  Reorganise to increase
2125         locality of various data structures.  Properly free internal relocs.
2126         (elf_bfd_final_link): Properly free internal relocs.
2127         (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
2128         (elf_link_input_bfd): Likewise.
2129         (elf_gc_mark): Likewise.  Properly free internal relocs.
2130         (elf_gc_sweep): Properly free internal relocs.
2131         (elf_reloc_symbol_deleted_p): No need to swap syms in.
2132         (elf_bfd_discard_info): Use bfd_elf_get_elf_syms.  Properly free
2133         internal relocs.
2134         * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
2135         Properly free possibly cached info.
2136         (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
2137         (mn10200_elf_symbol_address_p): Pass in internal syms.  Remove
2138         symbol swapping code.
2139         (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
2140         Properly free possibly cached info.
2141         * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
2142         (mn10300_elf_relax_delete_bytes): Likewise.
2143         (mn10300_elf_symbol_address_p): Likewise.
2144         (mn10300_elf_get_relocated_section_contents): Likewise.
2145         * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
2146         (elf32_h8_relax_delete_bytes): Likewise.
2147         (elf32_h8_symbol_address_p): Likewise.
2148         (elf32_h8_get_relocated_section_contents): Likewise.
2149         * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
2150         (m32r_elf_relax_delete_bytes): Likewise.
2151         (m32r_elf_get_relocated_section_contents): Likewise.
2152         * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
2153         elf_section_data to determine whether cached.
2154         (sh_elf_relax_section): As above for elf-m10200.c.
2155         (sh_elf_relax_delete_bytes): Likewise.
2156         (sh_elf_get_relocated_section_contents): Likewise.
2157         * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
2158         * elf64-alpha.c (elf64_alpha_relax_section): As above.  Also delay
2159         reading of local syms.
2160         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
2161         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
2162         * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
2163         * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
2164         relocs.
2165         * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
2166         free internal relocs and section contents.  Don't read symbols.
2167         * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
2168         (elf32_hppa_size_stubs): Don't free local syms.
2169         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
2170         reading of local syms.  Use bfd_elf_get_elf_syms.  Properly free
2171         possibly cached info.
2172         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
2173         * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
2174         * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
2175         all_local_syms.
2176         (get_local_syms): Delete function.
2177         (edit_opd): Use bfd_elf_get_elf_syms.  Free on error exit.  Cache
2178         on exit.
2179         (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms.  Free/cache on exit.
2180
2181 2002-07-05  Jim Wilson  <[email protected]>
2182
2183         * syms.c (decode_section_type): New.
2184         (bfd_decode_symclass): Call decode_section_type.
2185
2186 2002-07-04  Jakub Jelinek  <[email protected]>
2187
2188         * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
2189         section content start.
2190         Reported by Michael Schumacher <[email protected]>.
2191
2192 2002-07-04  Alan Modra  <[email protected]>
2193
2194         * section.c (_bfd_strip_section_from_output):  Remove unnecessary
2195         link order code.  Don't actually remove the output section here;
2196         Just set a flag for the linker to do so.
2197         * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
2198         sections when setting up output section dynsyms.
2199
2200 2002-07-04  Alan Modra  <[email protected]>
2201
2202         * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
2203         fudge.
2204         * elf.c (bfd_section_from_shdr): Work around broken hpux shared
2205         libs here instead.
2206
2207 2002-07-02  Martin Schwidefsky  <[email protected]>
2208
2209         * elf64-s390.c (create_got_section): Set .got section alignment to
2210         8 bytes.
2211         (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
2212
2213 2002-07-02  Alan Modra  <[email protected]>
2214
2215         * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
2216
2217 2002-07-01  Matt Thomas  <[email protected]>
2218
2219         * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
2220         to EF_VAX_*.
2221
2222 2002-07-01  Thiemo Seufer <[email protected]>
2223
2224         * elfxx-mips.c (ABI_64_P): Fix comment.
2225         (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
2226         new section names for N64 ABI.
2227         (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
2228         (mips_elf_calculate_relocation): Code formatting.
2229         (mips_elf_create_dynamic_relocation): Likewise.
2230         (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
2231         (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
2232         (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
2233         in any NewABI.
2234         (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
2235         for NewABI.
2236         (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
2237         (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
2238         here, too.
2239
2240 2002-07-01  Andreas Schwab  <[email protected]>
2241
2242         * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
2243         R_X86_64_64 to R_X86_64_RELATIVE.
2244
2245 2002-07-01  John David Anglin  <[email protected]>
2246
2247         * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
2248         * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
2249         Run "make dep-am".
2250         * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
2251         host_aout_vec.
2252         * configure.in (vaxbsd_vec): Add.
2253         * targets.c (vaxbsd_vec): Add.
2254         * Makefile.in: Rebuild.
2255         * configure: Rebuild.
2256         * po/SRC-POTFILES.in: Rebuild.
2257
2258 2002-07-01  Alan Modra  <[email protected]>
2259
2260         * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
2261         examining to gc_mark_hook, rather than the bfd.
2262         (elf_gc_sections): Adjust.
2263         * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
2264         * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
2265         * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
2266         * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
2267         * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
2268         * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
2269         * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
2270         * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
2271         * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
2272         * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
2273         * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
2274         * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
2275         * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
2276         * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
2277         * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
2278         * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
2279         * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
2280         * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
2281         * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
2282         * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
2283         * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
2284         * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
2285         * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
2286         * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
2287         * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
2288         * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
2289         * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
2290         * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise.  Also remove
2291         redundant local sym tests.
2292         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
2293         (link_hash_newfunc): Init is_entry.
2294         (ppc64_elf_copy_indirect_symbol): Copy is_entry.
2295         (ppc64_elf_link_hash_table_create): Init all_local_syms.
2296         (create_linkage_sections): Use bfd_make_section_anyway rather than
2297         bfd_make_section.
2298         (ppc64_elf_mark_entry_syms): New function.
2299         (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab.  Set
2300         up opd entry to function section map.
2301         (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
2302         relocs that reference the opd section.
2303         (edit_opd): New function.
2304         (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
2305         (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
2306         (get_local_syms): Do so here.  Exit if we already have local syms.
2307         Remove bogus comment imported from elf32-hppa.c.  Don't attempt to
2308         read local syms on non-ELF input.
2309         (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
2310         than duplicating it's function here.  Adjust free of internal
2311         relocs to suit.
2312         (ppc64_elf_relocate_section): Adjust local syms in opd section.
2313         * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
2314         * elf32-hppa.c (elf32_hppa_size_stubs): Call
2315         _bfd_elf32_link_read_relocs rather than duplicating it's function
2316         here.  Adjust free of internal relocs to suit.
2317
2318 2002-07-01  Andreas Jaeger  <[email protected]>
2319
2320         * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
2321         are not allowed in shared libs code, enforce -fPIC.
2322
2323 2002-06-29  Hans-Peter Nilsson  <[email protected]>
2324
2325         * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
2326         trailing zero-sequences when there's previous left-over data.
2327
2328 2002-06-27  John David Anglin  <[email protected]>
2329
2330         * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
2331         (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
2332         and opd_rel_sec in order for starting rela section.  Check _raw_size.
2333         (elf_backend_reloc_type_class): Define.
2334
2335 2002-06-27  Kevin Buettner <[email protected]>
2336
2337         * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
2338         DWARF2 formats.
2339
2340 2002-06-27  Alan Modra  <[email protected]>
2341
2342         * cpu-powerpc.c: Comment on ordering of arch_info.
2343         * elf32-ppc.c (ppc_elf_object_p): New function.
2344         (elf_backend_object_p): Define.
2345         * elf64-ppc.c (ppc64_elf_object_p): New function.
2346         (elf_backend_object_p): Define.
2347
2348 2002-06-26  Jason Thorpe  <[email protected]>
2349
2350         * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
2351         * configure: Regenerate.
2352
2353 2002-06-25  Jason Eckhardt  <[email protected]>
2354
2355         * dwarf2.c (decode_line_info): Check unit->addr_size
2356         to read in the proper number of prologue bytes.
2357
2358 2002-06-25  Nick Clifton  <[email protected]>
2359
2360         * config.bfd (powerpc-*-aix5*): Only create a selvecs for
2361         aix5coff64_vec if 64-bit bfd support has been enabled.
2362         (powerpc64-*-aix5*): Only define if 64-bit bfd support has
2363         been enabled.
2364
2365         * targets.c (_bfd_target_vector[]): Only include
2366         aix5coff64_vec if 64-bit bfd support has been enabled.
2367
2368 2002-06-25  Alan Modra  <[email protected]>
2369
2370         * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
2371         * elf32-hppa.c (hppa_add_stub): Likewise.
2372         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
2373         * elflink.h (elf_add_default_symbol): Fix comment typo.
2374         (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
2375         (elf_link_add_object_symbols): Likewise.
2376         (elf_link_assign_sym_version): Likewise.
2377         * hash.c (bfd_hash_lookup): Likewise.
2378         * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
2379         * section.c (bfd_get_unique_section_name): Likewise.
2380         * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
2381         * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
2382         (assign_section_numbers): Likewise.
2383         (_bfd_elfcore_make_pseudosection): Likewise.
2384         (elfcore_grok_lwpstatus): Likewise.
2385         (elfcore_grok_win32pstatus): Likewise.
2386         (elfcore_write_note): Constify input params.  Use PTR instead of
2387         void *.  Include terminating NUL in namesz.  Correct padding.
2388         Support NULL "name" param.  Use memcpy instead of strcpy.
2389         (elfcore_write_prpsinfo): Constify input params.
2390         (elfcore_write_prstatus): Likewise.  Use PTR instead of void *.
2391         (elfcore_write_lwpstatus): Likewise.
2392         (elfcore_write_pstatus): Likewise.
2393         (elfcore_write_prfpreg): Likewise.
2394         (elfcore_write_prxfpreg): Likewise.
2395         * elf-bfd.h (elfcore_write_note): Update declaration.
2396         (elfcore_write_prpsinfo): Likewise.
2397         (elfcore_write_prstatus): Likewise.
2398         (elfcore_write_pstatus): Likewise.
2399         (elfcore_write_prfpreg): Likewise.
2400         (elfcore_write_prxfpreg): Likewise.
2401         (elfcore_write_lwpstatus): Likewise.
2402
2403 2002-06-25  Jason Eckhardt  <[email protected]>
2404
2405         * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
2406         symbols of type stProc and stStaticProc.
2407
2408 2002-06-25  Nick Clifton  <[email protected]>
2409
2410         * ecoff.c: VArious formatting fixes.
2411
2412 2002-06-25  Alan Modra  <[email protected]>
2413
2414         * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
2415
2416 2002-06-25  Alan Modra  <[email protected]>
2417
2418         * aout-adobe.c: Don't compare against "true" or "false.
2419         * aout-target.h: Likewise.
2420         * aoutx.h: Likewise.
2421         * archive.c: Likewise.
2422         * bout.c: Likewise.
2423         * cache.c: Likewise.
2424         * coff-a29k.c: Likewise.
2425         * coff-alpha.c: Likewise.
2426         * coff-i386.c: Likewise.
2427         * coff-mips.c: Likewise.
2428         * coff-or32.c: Likewise.
2429         * coff64-rs6000.c: Likewise.
2430         * coffcode.h: Likewise.
2431         * coffgen.c: Likewise.
2432         * cpu-ns32k.c: Likewise.
2433         * ecoff.c: Likewise.
2434         * ecofflink.c: Likewise.
2435         * elf.c: Likewise.
2436         * elf32-arm.h: Likewise.
2437         * elf32-cris.c: Likewise.
2438         * elf32-d30v.c: Likewise.
2439         * elf32-i386.c: Likewise.
2440         * elf32-mcore.c: Likewise.
2441         * elf32-ppc.c: Likewise.
2442         * elf32-sh.c: Likewise.
2443         * elf32-sh64.c: Likewise.
2444         * elf32-v850.c: Likewise.
2445         * elf64-alpha.c: Likewise.
2446         * elf64-sh64.c: Likewise.
2447         * elfcode.h: Likewise.
2448         * elfcore.h: Likewise.
2449         * elflink.h: Likewise.
2450         * elfxx-mips.c: Likewise.
2451         * i386os9k.c: Likewise.
2452         * ieee.c: Likewise.
2453         * libbfd.c: Likewise.
2454         * linker.c: Likewise.
2455         * mmo.c: Likewise.
2456         * nlm32-alpha.c: Likewise.
2457         * nlm32-i386.c: Likewise.
2458         * nlm32-ppc.c: Likewise.
2459         * nlm32-sparc.c: Likewise.
2460         * nlmcode.h: Likewise.
2461         * oasys.c: Likewise.
2462         * pdp11.c: Likewise.
2463         * peicode.h: Likewise.
2464         * reloc.c: Likewise.
2465         * som.c: Likewise.
2466         * srec.c: Likewise.
2467         * tekhex.c: Likewise.
2468         * vms.c: Likewise.
2469         * xcofflink.c: Likewise.
2470         * elf64-sparc.c: Edit comment to not use "== false".
2471
2472         * aoutf1.h: Don't use "? true : false".
2473         * ecoff.c: Likewise.
2474         * format.c: Likewise.
2475         * ieee.c: Likewise.
2476         * linker.c: Likewise.
2477         * mmo.c: Likewise.
2478         * oasys.c: Likewise.
2479
2480 2002-06-23  H.J. Lu  <[email protected]>
2481
2482         * elflink.h (elf_link_add_archive_symbols): For the default
2483         version, check references with only one `@' first.
2484
2485 2002-06-23  John David Anglin  <[email protected]>
2486
2487         * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
2488         function.
2489         (allocate_global_data_dlt):  Don't add millicode symbols to dynamic
2490         symbol table.
2491         (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
2492         (elf64_hppa_size_dynamic_sections): Revise to use
2493         elf64_hppa_mark_milli_and_exported_functions.
2494         (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
2495         symbols out of dynamic symbol table.
2496
2497 2002-06-23  Alan Modra  <[email protected]>
2498
2499         * Makefile.in: Regenerate.
2500         * libbfd.h: Regenerate.
2501         * bfd-in2.h: Regenerate.
2502         * configure: Regenerate.
2503         * po/SRC-POTFILES.in: Regenerate.
2504
2505         * elflink.h: Comment typo fixes.
2506
2507 2002-06-23  H.J. Lu  <[email protected]>
2508
2509         * elf-bfd.h (elf_link_loaded_list): New structure.
2510         (elf_link_hash_table): Add "loaded".
2511         * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
2512         * elflink.h (elf_link_check_versioned_symbol): New function.
2513         (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
2514
2515 2002-06-19  Nick Clifton  <[email protected]>
2516
2517         * elflink.h (size_dynamic_sections): If the target does not
2518         support an ELF style hash table, return true, indicating that
2519         nothing needed to be done, rather than false, indicating that the
2520         section's size could not be computed.
2521
2522 2002-06-18  Dave Brolley  <[email protected]>
2523
2524         From Catherine Moore, Michael Meissner, Dave Brolley:
2525         * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
2526         * targets.c: Support bfd_elf32_frv_vec.
2527         * reloc.c: Add FRV relocs.
2528         * configure.in: Add support for bfd-elf32-frv-vec.
2529         * config.bfd (targ_cpu): Add support for frv-*-elf.
2530         * archures.c: Add frv arch and machines.
2531         * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
2532         (ALL_MACHINES_CFILES): Add cpu-frv.c.
2533         (BFD32_BACKENDS): Add elf32-frv.lo.
2534         (BFD32_BACKENDS_CFILES): Add elf32-frv.c
2535         (cpu-frv.lo): New target.
2536         (elf32-frv.lo): New target.
2537         * cpu-frv.c: New file.
2538         * elf32-frv.c: New file.
2539
2540 2002-06-18  Jakub Jelinek  <[email protected]>
2541
2542         * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
2543         e_shnum == 0.
2544         Only read the first section header if e_shoff is non-zero.
2545         Don't consider e_shstrndx if there are no sections.
2546
2547 2002-06-17  Tom Rix <[email protected]>
2548
2549         * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
2550         R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
2551         complain_overflow_bitfield.
2552
2553 2002-06-17  Alan Modra  <[email protected]>
2554
2555         * opncls.c (bfd_openr): Remove redundant bfd_set_error.
2556         (bfd_fdopenr): Likewise.
2557         (bfd_openstreamr): Likewise.
2558         (bfd_openw): Likewise.
2559
2560         * targets.c: Sort target vecs.
2561         (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
2562         bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
2563         bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
2564         bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
2565         * configure.in: Sort target vecs.  Add m88kmach3_vec.
2566         * configure: Regenerate.
2567
2568 2002-06-16  Hans-Peter Nilsson  <[email protected]>
2569
2570         * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
2571         bpo_reloc_no to break sort order ties, not address of items.
2572
2573 2002-06-16  John David Anglin  <[email protected]>
2574
2575         * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
2576         Skip excluded sections in determing __gp value.
2577         (elf_hppa_final_link_relocate): Use the symbol's address in
2578         R_PARISC_FPTR64 relocations that don't need an opd entry.
2579         * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
2580         (elf64_hppa_finalize_dynreloc): Likewise.
2581         (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
2582         (elf64_hppa_finish_dynamic_symbol): Break up assert.
2583
2584 2002-06-14  Sergey Grigoriev  <[email protected]>
2585
2586         * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
2587         alignment for .bss, .data and .text sections so that sse and sse2
2588         code will work.
2589         * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
2590
2591 2002-06013  J"orn Rennecke  <[email protected]>
2592
2593         config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
2594         sh[1234]*-elf*.
2595
2596 2002-06-12  John David Anglin  <[email protected]>
2597
2598         * elflink.h (elf_bfd_final_link): Improve error handling for missing
2599         dynamic sections.
2600
2601         * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
2602         for a symbol that has no output section.
2603         (allocate_dynrel_entries): Correct comment.
2604         (elf64_hppa_finalize_dynreloc): Likewise.  Don't create an opd entry
2605         unless we want one.
2606         (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
2607         (elf64_hppa_finalize_dlt): Likewise.  Prevent segfault for symbols
2608         with no section.  Remove unnecessary parentheses.
2609
2610 2002-06-11  Tom Rix  <[email protected]>
2611
2612         * coffcode.h (coff_compute_section_file_positions): Add data
2613         section to AIX loader alignment check.
2614
2615         * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
2616         alignment to 4 bytes.
2617         (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
2618         power accessor macro.
2619         (do_shared_object_padding): Remove invalid assertion.
2620
2621 2002-06-10  Richard Sandiford  <[email protected]>
2622
2623         * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
2624         for removed output sections.
2625
2626 2002-06-10  Geoffrey Keating  <[email protected]>
2627
2628         * merge.c (merge_strings): Use htab_create_alloc with calloc, not
2629         htab_alloc.
2630         * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
2631
2632 2002-06-08  H.J. Lu <[email protected]>
2633
2634         * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
2635         work around a long long bug in gcc 2.96 on mips.
2636
2637 2002-06-08  Jason Thorpe  <[email protected]>
2638
2639         * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
2640         (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
2641         Regenerate dependency lists.
2642         * Makefile.in: Regenerate.
2643         * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
2644         vax1knetbsd_vec to targ_selvecs.
2645         * configure.in: Add vax1knetbsd_vec.
2646         * configure: Regenerate.
2647         * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
2648         * vax1knetbsd.c: New file.
2649         * vaxnetbsd.c: Update copyright years.
2650         (TARGET_PAGE_SIZE): Set to 0x1000.
2651         (DEFAULT_MID): Set to M_VAX4K_NETBSD.
2652
2653 2002-06-08  Matt Thomas  <[email protected]>
2654
2655         * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
2656
2657 2002-06-08  Alan Modra  <[email protected]>
2658
2659         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
2660
2661 2002-06-08  Alan Modra  <[email protected]>
2662
2663         * Makefile.am: Run "make dep-am".
2664         * Makefile.in: Regenerate.
2665
2666         * armnetbsd.c: Replace CONST with const.
2667         * corefile.c: Likewise.
2668         * elf32-dlx.c: Likewise.
2669         * elf64-mips.c: Likewise.
2670         * mmo.c: Likewise.
2671         * ns32knetbsd.c: Likewise.
2672
2673         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
2674         table is elf64-sparc.
2675
2676 2002-06-08  Thiemo Seufer <[email protected]>
2677
2678         * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
2679         Fix RELA addends to get not shifted in the result. Don't do special
2680         handling of R_MIPS_64 for NewABI.
2681
2682 2002-06-07  Alan Modra  <[email protected]>
2683
2684         * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
2685         (NAME(aout,slurp_reloc_table)): Likewise.
2686         * coff-mips.c (mips_relax_section): Use bfd_zalloc.
2687         * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
2688         (xcoff_write_archive_contents_big): Likewise.
2689         (xcoff_generate_rtinit): Likewise.
2690         (xcoff_generate_rtinit): Likewise, and check error return.
2691         * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
2692         * coffgen.c (coff_section_symbol): Use bfd_zalloc.
2693         (coff_get_normalized_symtab): Likewise.
2694         (coff_make_empty_symbol): Likewise.
2695         (bfd_coff_set_symbol_class): Likewise.
2696         * cofflink.c (coff_link_add_symbols): Likewise.
2697         * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
2698         * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
2699         (bfd_ecoff_write_accumulated_debug): Likewise.
2700         * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
2701         * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
2702         * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
2703         * ieee.c (do_with_relocs): Use bfd_zalloc.
2704         * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
2705         * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
2706         (NAME(aout,slurp_reloc_table)): Likewise.
2707         (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
2708         * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
2709         * som.c (som_build_and_write_symbol_table): Likewise.
2710         (som_slurp_string_table): Likewise.
2711         (som_slurp_symbol_table): Likewise.
2712         (som_bfd_ar_write_symbol_stuff): Likewise.
2713         * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
2714         * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
2715         * tekhex.c (find_chunk): Likewise.  Get rid of unused "sname".
2716         * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
2717         * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
2718
2719 2002-06-07  Alan Modra  <[email protected]>
2720
2721         * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
2722         "group" union.
2723         (elf_group_name): Update.
2724         (elf_group_id): Define.
2725         (bfd_elf_set_group_contents): Declare.
2726         * elf.c (elf_fake_sections): Qualify use of elf_group_name.
2727         (set_group_contents): Rename to bfd_elf_set_group_contents.  Remove
2728         ATTRIBUTE_UNUSED from failedptrarg.  If elf_group_id is set, use
2729         that sym for the signature.
2730         (_bfd_elf_compute_section_file_positions): Don't call
2731         set_group_contents for "ld -r" case.
2732         (swap_out_syms): Use bfd_zalloc.
2733         * elflink.h (elf_link_add_archive_symbols): Likewise.
2734         (NAME(bfd_elf,size_dynamic_sections)): Likewise.
2735         (elf_bfd_final_link): Call bfd_elf_set_group_contents.
2736
2737 2002-06-07  Alan Modra  <[email protected]>
2738
2739         * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
2740         relocs in opd for non-shared too.
2741
2742 2002-06-06  Jeffrey Law  <[email protected]>
2743
2744         * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
2745         relocations.
2746
2747 2002-06-06  Nick Clifton  <[email protected]>
2748
2749         * merge.c: Include libiberty.h.
2750         * elf-strtab.c: Include libiberty.h.
2751
2752 2002-06-06  Elias Athanasopoulos  <[email protected]>
2753
2754         * peXXigen.c (pe_print_idata): Remove unused variable.
2755
2756 2002-06-06  David Heine <[email protected]>
2757
2758         * elf.c (assign_file_positions_for_segments): Remove unallocated
2759         sections from the section to segment mapping for PT_LOAD segments.
2760         Update comment about empty loadable segments.
2761
2762 2002-06-06  Richard Sandiford  <[email protected]>
2763
2764         * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
2765         is within the .stabstr section.
2766
2767 2002-06-06  Alan Modra  <[email protected]>
2768
2769         * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
2770         are "const PTR", not "const PTR *".
2771         (bfd_elf32_swap_symbol_in): Likewise.
2772         (bfd_elf64_swap_symbol_in): Likewise.
2773         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
2774         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
2775         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
2776         (elf_link_add_object_symbols): Likewise.
2777         (elf_link_record_local_dynamic_symbol): Likewise.
2778         (elf_link_input_bfd): Likewise.
2779         (elf_gc_mark): Likewise.
2780         (elf_reloc_symbol_deleted_p): Likewise.
2781         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
2782         (mn10200_elf_relax_delete_bytes): Likewise.
2783         (mn10200_elf_symbol_address_p): Likewise.
2784         (mn10200_elf_get_relocated_section_contents): Likewise.
2785         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
2786         (mn10300_elf_relax_section): Likewise.
2787         (mn10300_elf_relax_delete_bytes): Likewise.
2788         (mn10300_elf_symbol_address_p): Likewise.
2789         (mn10300_elf_get_relocated_section_contents): Likewise.
2790         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
2791         (elf32_h8_relax_delete_bytes): Likewise.
2792         (elf32_h8_symbol_address_p): Likewise.
2793         (elf32_h8_get_relocated_section_contents): Likewise.
2794         * elf32-hppa.c (get_local_syms): Likewise.
2795         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
2796         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
2797         * elf32-sh.c (sh_elf_relax_section): Likewise.
2798         (sh_elf_relax_delete_bytes): Likewise.
2799         (sh_elf_get_relocated_section_contents): Likewise.
2800         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
2801         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
2802         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
2803         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
2804         * elf64-ppc.c (get_local_syms): Likewise.
2805         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
2806         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
2807
2808 2002-06-05  J"orn Rennecke <[email protected]>
2809
2810         * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
2811
2812 2002-06-05  Alan Modra  <[email protected]>
2813
2814         * elf.c (group_signature): Swap in the whole symbol, and handle
2815         extracting section symbol names.
2816         (setup_group): Add comment.
2817         (set_group_contents): When called from objcopy or ld, arrange for
2818         section contents to be written.  Write group member output section
2819         indices to allow objcopy to reorganize sections.
2820         (_bfd_elf_copy_private_section_data): Copy group info.
2821
2822         * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
2823         (bfd_elf32_swap_symbol_in): Update prototype.
2824         (bfd_elf64_swap_symbol_in): Likewise.
2825         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
2826         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
2827         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
2828         (elf_link_add_object_symbols): Likewise.
2829         (elf_link_record_local_dynamic_symbol): Likewise.
2830         (elf_link_input_bfd): Likewise.
2831         (elf_gc_mark): Likewise.
2832         (elf_reloc_symbol_deleted_p): Likewise.
2833         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
2834         (mn10200_elf_relax_delete_bytes): Likewise.
2835         (mn10200_elf_symbol_address_p): Likewise.
2836         (mn10200_elf_get_relocated_section_contents): Likewise.
2837         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
2838         (mn10300_elf_relax_section): Likewise.
2839         (mn10300_elf_relax_delete_bytes): Likewise.
2840         (mn10300_elf_symbol_address_p): Likewise.
2841         (mn10300_elf_get_relocated_section_contents): Likewise.
2842         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
2843         (elf32_h8_relax_delete_bytes): Likewise.
2844         (elf32_h8_symbol_address_p): Likewise.
2845         (elf32_h8_get_relocated_section_contents): Likewise.
2846         * elf32-hppa.c (get_local_syms): Likewise.
2847         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
2848         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
2849         * elf32-sh.c (sh_elf_relax_section): Likewise.
2850         (sh_elf_relax_delete_bytes): Likewise.
2851         (sh_elf_get_relocated_section_contents): Likewise.
2852         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
2853         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
2854         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
2855         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
2856         * elf64-ppc.c (get_local_syms): Likewise.
2857         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
2858         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
2859         * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
2860         * elf64-alpha.c (alpha_elf_size_info): Likewise.
2861         * elf64-hppa.c (hppa64_elf_size_info): Likewise.
2862         * elf64-mips.c (mips_elf64_size_info): Likewise.
2863         * elf64-s390.c (s390_elf64_size_info): Likewise.
2864         * elf64-sparc.c (sparc64_elf_size_info): Likewise.
2865
2866 2002-06-05  Maciej W. Rozycki  <[email protected]>
2867
2868         * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
2869         elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
2870         elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
2871         _bfd_mips_elf_ignore_discarded_relocs.
2872         elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
2873
2874 2002-06-05  H.J. Lu <[email protected]>
2875
2876         * elfxx-mips.c (mips_elf_calculate_relocation): Call
2877         _bfd_elf_rel_local_sym for STT_SECTION relocations against
2878         the SEC_MERGE section.
2879
2880 2002-06-05  Alan Modra  <[email protected]>
2881
2882         * coff-alpha.c: Update copyright date.
2883         * coff-mips.c: Likewise.
2884         * xcoff-target.h: Likewise.
2885
2886         * bfd-in.h: Remove "taken from the source" comment.
2887         * libbfd-in.h: Likewise.
2888         * libcoff-in.h: Likewise.
2889         * bfd-in2.h: Regenerate.
2890         * libbfd.h: Regenerate.
2891         * libcoff.h: Regenerate.
2892
2893         * elf.c (bfd_elf_discard_group): Return true.
2894         * elf-bfd.h (bfd_elf_discard_group): Declare.
2895         * bfd-in.h (bfd_elf_discard_group): Don't declare here.
2896         * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
2897         * bfd.c (bfd_discard_group): Define.
2898         * targets.c (struct bfd_target): Add _bfd_discard_group.
2899         (BFD_JUMP_TABLE_LINK): Here too.
2900         * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
2901         * aout-adobe.c (aout_32_bfd_discard_group): Define.
2902         * aout-target.h (MY_bfd_discard_group): Define.
2903         * aout-tic30.c (MY_bfd_discard_group): Define.
2904         * binary.c (binary_bfd_discard_group): Define.
2905         * bout.c (b_out_bfd_discard_group): Define.
2906         * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
2907         * coffcode.h (coff_bfd_discard_group): Define.
2908         * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
2909         * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
2910         * i386msdos.c (msdos_bfd_discard_group): Define.
2911         * i386os9k.c (os9k_bfd_discard_group): Define.
2912         * ieee.c (ieee_bfd_discard_group): Define.
2913         * ihex.c (ihex_bfd_discard_group): Define.
2914         * mmo.c (mmo_bfd_discard_group): Define.
2915         * nlm-target.h (nlm_bfd_discard_group): Define.
2916         * oasys.c (oasys_bfd_discard_group): Define.
2917         * ppcboot.c (ppcboot_bfd_discard_group): Define.
2918         * som.c (som_bfd_discard_group): Define.
2919         * srec.c (srec_bfd_discard_group): Define.
2920         * tekhex.c (tekhex_bfd_discard_group): Define.
2921         * versados.c (versados_bfd_discard_group): Define.
2922         * vms.c (vms_bfd_discard_group): Define.
2923         * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
2924         * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
2925         (aix5coff64_vec): Likewise.
2926         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
2927
2928 2002-06-04  Jason Thorpe  <[email protected]>
2929
2930         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
2931         (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
2932         (elf32-sh64-com.lo): New dependency list.
2933         * Makefile.in: Regenerate.
2934         * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
2935         (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
2936         elf32-sh64-com.lo.
2937         * configure: Regenerate.
2938         * elf32-sh64.c (sh64_address_in_cranges)
2939         (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
2940         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
2941         (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
2942         * elf32-sh64-com.c: ...here.  New file.
2943
2944 2002-06-04  Alan Modra  <[email protected]>
2945
2946         * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
2947         ATTRIBUTE_UNUSED on used params.
2948         * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
2949         before calling bfd_section_from_elf_index on local syms.
2950         * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
2951
2952 2002-06-04  Jason Thorpe  <[email protected]>
2953
2954         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
2955         (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
2956         (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
2957         (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
2958         (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
2959         * Makefile.in: Regenerate.
2960         * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
2961         (sh64-*-netbsd*): New targets.
2962         * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
2963         bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
2964         * configure: Regenerate.
2965         * elf32-sh64-nbsd.c: New file.
2966         * elf64-sh64-nbsd.c: New file.
2967         * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
2968         bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
2969         bfd_elf64_sh64lnbsd_vec.
2970
2971 2002-06-04  Alan Modra  <[email protected]>
2972
2973         * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
2974         (bfd_section_from_shdr): Likewise.  Set section name of group
2975         sections from signature.
2976         (group_signature): Split out from setup_group.  Ensure symbol table
2977         is available.
2978         (bfd_elf_discard_group): New function.
2979         (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
2980         .gnu.linkonce* sections if they are members of a group.
2981         (set_group_contents): Set GRP_COMDAT flag.
2982         * section.c (bfd_discard_group): New function.
2983         * bfd-in.h (bfd_elf_discard_group): Declare.
2984         * bfd-in2.h: Regenerate.
2985         * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
2986         (elf_linkonce_p): Define.
2987
2988 2002-06-04  Alan Modra  <[email protected]>
2989
2990         * elf.c (bfd_section_from_shdr): Make "name" const.
2991         * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
2992         * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
2993         * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
2994         * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
2995         * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
2996         * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
2997         * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
2998         * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
2999         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
3000         * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
3001         * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
3002
3003 2002-06-03  Maciej W. Rozycki  <[email protected]>
3004
3005         * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
3006         ABI.
3007
3008 2002-06-02  Kazu Hirata  <[email protected]>
3009
3010         * elf32-arc.c: Fix formatting.
3011         * elf32-arm.h: Likewise.
3012         * elf32-cris.c: Likewise.
3013         * elf32-dlx.c: Likewise.
3014         * elf32-hppa.c: Likewise.
3015         * elf32-i386.c: Likewise.
3016         * elf32-i386qnx.c: Likewise.
3017         * elf32-or32.c: Likewise.
3018         * elf32-s390.c: Likewise.
3019         * elf32-sh64.c: Likewise.
3020         * elf32-vax.c: Likewise.
3021         * elf32-xstormy16.c: Likewise.
3022         * elf64-alpha.c: Likewise.
3023         * elf64-mmix.c: Likewise.
3024         * elf64-ppc.c: Likewise.
3025         * elf64-s390.c: Likewise.
3026         * elf64-sh64.c: Likewise.
3027         * elf64-x86-64.c: Likewise.
3028
3029 2002-06-02  Richard Henderson  <[email protected]>
3030
3031         * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
3032         null when there are no got entries for a symbol.
3033         (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
3034         uninitialized variable warning.
3035
3036 2002-06-01  Richard Henderson  <[email protected]>
3037
3038         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
3039         undefined symbols here.
3040         (elf64_alpha_relax_section): Do it here.  Also test for not
3041         defined in the current module.
3042         (elf64_alpha_relocate_section_r): Split out of ...
3043         (elf64_alpha_relocate_section): ... here.  Don't dereference
3044         NULL when looking up local got entries.
3045
3046 2002-06-01  Richard Henderson  <[email protected]>
3047
3048         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
3049         symbols from JSR relaxation.
3050         (elf64_alpha_size_plt_section_1): New.
3051         (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
3052         (elf64_alpha_size_rela_got_1): ... here.
3053         (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
3054         (elf64_alpha_size_rela_got_section): ... here.
3055         (elf64_alpha_size_plt_section): New.
3056         (elf64_alpha_relax_section): Call them.
3057         (elf64_alpha_size_got_sections): Remove output_bfd arg.
3058         (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
3059
3060 2002-06-01  Richard Henderson  <[email protected]>
3061
3062         * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
3063         (elf64_alpha_relocate_section): Use them.  Reject LE TLS relocs
3064         in shared libraries.  Fix DTPRELHI and TPRELHI value.
3065         (INSN_ADDQ, INSN_RDUNIQ): New.
3066         (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
3067         (elf64_alpha_relax_with_lituse): Return boolean.  Remove irelend
3068         argument.  Reject dynamic symbols.  Use LITUSE symbolic constants.
3069         (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
3070         Handle GOTDTPREL and GOTTPREL relocations.
3071         (elf64_alpha_relax_gprelhilo): New.
3072         (elf64_alpha_relax_tls_get_addr): New.
3073         (elf64_alpha_relax_find_tls_segment): New.
3074         (elf64_alpha_relax_section): Handle TLS relocations.
3075         (ALPHA_ELF_LINK_HASH_TLS_IE): New.
3076         (elf64_alpha_check_relocs): Set it.
3077
3078 2002-06-01  Richard Henderson  <[email protected]>
3079
3080         * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
3081
3082         * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
3083         check; don't suppress dynamic relocs for non-allocated sections.
3084
3085         * elf64-alpha.c: Remove dead code.
3086
3087 2002-05-31  Alan Modra  <[email protected]>
3088
3089         * bfd-in2.h: Regenerate.
3090         * libbfd.h: Regenerate.
3091         * po/SRC-POTFILES.in: Regenerate.
3092
3093         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
3094         space for bss .plt.
3095
3096 2002-05-31  Graeme Peterson  <[email protected]>
3097
3098         * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
3099         (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
3100         Run "make dep-am".
3101         * Makefile.in: Regenerate.
3102         * config.bfd: Add i[3456]86-*-nto-qnx* support.
3103         * configure.in: Add bfd_elf32_i386qnx_vec support.
3104         * configure: Regenerate.
3105         * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
3106         is_contained_by_filepos, and copy_private_bfd_data_p.
3107         * elf.c (assign_file_positions_for_segments): Call backend
3108         set_nonloadable_filepos.  Fix non-K&R call to _bfd_error_handler.
3109         (IS_CONTAINED_BY_FILEPOS): Define.
3110         (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
3111         (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS.  Typo fix.
3112         Fix non-K&R call to _bfd_error_handler.
3113         (_bfd_elf_copy_private_section_data): Use backend
3114         copy_private_bfd_data_p.
3115         * elf32-i386.c: Don't include elfxx-target.h when
3116         ELF32_I386_C_INCLUDED is defined.
3117         * elf32-i386qnx.c: New QNX elf backend file.
3118         * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
3119         elf_backend_is_contained_by_filepos, and
3120         elf_backend_do_copy_private_bfd_data.
3121         * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
3122
3123 2002-05-31  Alan Modra  <[email protected]>
3124
3125         * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
3126         Move other similar defines to start of file.
3127
3128 2002-05-30  Tom Rix  <[email protected]>
3129
3130         * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
3131         * coff64-rs6000.c (xcoff64_rtype2howto): Same.
3132
3133 2002-05-30  Richard Henderson  <[email protected]>
3134
3135         * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
3136         ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
3137         (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
3138         (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
3139         (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
3140         (struct alpha_elf_obj_tdata): Rename total_got_entries and
3141         n_local_got_entries to total_got_size and local_got_size.
3142         (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
3143         (alpha_got_entry_size): New.
3144         (elf64_alpha_relax_with_lituse): Use it.
3145         (elf64_alpha_relax_without_lituse): Likewise.
3146         (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
3147         (get_got_entry): New.
3148         (elf64_alpha_check_relocs): Handle TLS relocs.  Reorganize.
3149         (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
3150         (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
3151         (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
3152         (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
3153         (elf64_alpha_calc_got_offsets): Likewise.
3154         (alpha_dynamic_entries_for_reloc): New.
3155         (elf64_alpha_calc_dynrel_sizes): Use it.
3156         (elf64_alpha_size_dynamic_sections): Likewise.
3157         (elf64_alpha_relocate_section): Handle TLS relocations.
3158         * reloc.c: Add Alpha TLS relocations.
3159         * bfd-in2.h, libbfd.h: Rebuild.
3160
3161 2002-05-29 Ralf Habacker <[email protected]>
3162
3163         * peXXigen.c (pe_print_idata): Remove double printed
3164         import table lines; add Bound-To comment.
3165
3166 2002-05-29  Matt Thomas  <[email protected]>
3167
3168         * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
3169         (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
3170         (elf32-vax.lo): New rule.
3171         * Makefile.in: Regenerate.
3172         * configure.in (bfd_elf32_vax_vec)
3173         (vaxnetbsd_vec): New vectors.
3174         * configure: Regenerate.
3175         * config.bfd (vax-*-netbsdelf*)
3176         (vax-*-netbsdaout*)
3177         (vax-*-netbsd*): New targets.
3178         * elf32-vax.c: New file.
3179         * reloc.c: Add VAX relocations.
3180         * bfd-in2.h: Regenerate.
3181         * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
3182
3183 2002-05-29  Jason Thorpe  <[email protected]>
3184
3185         * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
3186         and bfd_elf32_bigarm_vec to targ_selvecs.
3187
3188 2002-05-29  Ralf Habacker  <[email protected]>
3189
3190         * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
3191         with auto-imported symbols.
3192
3193 2002-05-29  Adam Nemet  <[email protected]>
3194
3195         * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
3196         sections only record bfd.
3197         (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
3198         * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
3199         * bfd-in2.h: Regenerate.
3200
3201 2002-05-28  Nick Clifton  <[email protected]>
3202
3203         * syms.c (_bfd_stab_section_find_nearest_line): Move
3204         declaration and initialisation of saw_line and saw_func out of
3205         for loop.
3206
3207 2002-05-29  Alan Modra  <[email protected]>
3208
3209         * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
3210         (bfd_elf64_get_symbol_info): Define.
3211         * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
3212
3213 2002-05-29  Andrey Volkov  <[email protected]>
3214
3215         * cpu-h8300.c: Make default h8300 machine first in machine list.
3216
3217 2002-05-28  Kuang Hwa Lin <[email protected]>
3218
3219         * config.bfd: Added DLX configuraton.
3220         * Makefile.am: Added DLX configuraton.
3221         * configure.in: Added DLX configuraton.
3222         * archures.c: Add DLX architecure.
3223         * reloc.c: Add DLX relocs.
3224         * targets.c: Added DLX target vector.
3225         * configure: Regenerate.
3226         * Makefile.in: Regenreate.
3227         * bfd-in2.h: Regenreate.
3228         * elf32-dlx.c: New file: Support DLX target.
3229         * cpu-dlx.c: New file: Support DLX target.
3230
3231 2002-05-25  Alan Modra  <[email protected]>
3232
3233         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
3234
3235         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
3236         (ppc64_elf_check_relocs): Don't set up function descriptor symbol
3237         strings to point inside function code sym string.
3238         (func_desc_adjust): Likewise.
3239         (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
3240
3241 2002-05-24  Michal Ludvig  <[email protected]>
3242
3243         * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
3244         (elf64_x86_64_grok_psinfo): Added.
3245
3246 2002-05-24  TAMURA Kent <[email protected]>
3247
3248         * config.bfd: Add a target for i386-netbsdpe.
3249
3250 2002-05-24  Alan Modra  <[email protected]>
3251
3252         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
3253         and is_func_descriptor.
3254         (func_desc_adjust): Hide function code sym in shared libs unless
3255         there is a matching exported function descriptor sym.
3256
3257 2002-05-23  Jakub Jelinek  <[email protected]>
3258
3259         * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
3260         for symbols from SHF_TLS section.
3261         (_bfd_elf_print_private_bfd_data): Add PT_TLS.
3262         (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
3263         (map_sections_to_segments): Build PT_TLS segment if necessary.
3264         (assign_file_positions_for_segments): Likewise.
3265         (get_program_header_size): Account for PT_TLS segment.
3266         (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
3267         SEC_THREAD_LOCAL sections to STT_TLS.
3268         * reloc.c: Add 386 and IA-64 TLS relocs.
3269         * section.c (SEC_THREAD_LOCAL): Define.
3270         (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
3271         Remove.
3272         * elflink.h (elf_link_add_object_symbols): Support .tcommon.
3273         (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
3274         unconditionally.
3275         (struct elf_final_link_info): Add first_tls_sec.
3276         (elf_bfd_final_link): Set first_tls_sec.
3277         Compute elf_hash_table (info)->tls_segment.
3278         (elf_link_output_extsym): Handle STT_TLS symbols.
3279         (elf_link_input_bfd): Likewise.
3280         * syms.c (BSF_THREAD_LOCAL): Define.
3281         * bfd-in2.h: Rebuilt.
3282         * libbfd.h: Rebuilt.
3283         * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
3284         elf_i386_mkobject, elf_i386_object_p): New functions.
3285         (elf_howto_table): Add TLS relocs.
3286         (elf_i386_reloc_type_lookup): Support TLS relocs.
3287         (elf_i386_info_to_howto_rel): Likewise.
3288         (struct elf_i386_link_hash_entry): Add tls_type.
3289         (struct elf_i386_obj_tdata): New.
3290         (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
3291         New macros.
3292         (struct elf_i386_link_hash_table): Add tls_ldm_got.
3293         (link_hash_newfunc): Clear tls_type.
3294         (elf_i386_check_relocs): Support TLS relocs.
3295         (elf_i386_gc_sweep_hook): Likewise.
3296         (allocate_dynrelocs): Likewise.
3297         (elf_i386_size_dynamic_sections): Likewise.
3298         (elf_i386_relocate_section): Likewise.
3299         (elf_i386_finish_dynamic_symbol): Likewise.
3300         (bfd_elf32_mkobject, elf_backend_object_p): Define.
3301         * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
3302         dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
3303         want_tprel, want_dtpmod, want_dtprel.
3304         (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
3305         (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
3306         R_IA64_LTOFF_TPREL22.
3307         (elf_code_to_howto_index): Add TLS relocs.
3308         (elfNN_ia64_check_relocs): Support TLS relocs.
3309         (allocate_global_data_got): Account for TLS .got data.
3310         (allocate_dynrel_entries): Account for TLS dynamic relocations.
3311         (elfNN_ia64_install_value): Supprt TLS relocs.
3312         (set_got_entry): Support TLS relocs.
3313         (elfNN_ia64_relocate_section): Likewise.
3314
3315 2002-05-23  Nick Clifton  <[email protected]>
3316
3317         * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
3318         BLX reloc round the relocation up rather than down.
3319         * coff-arm.c (coff_arm_relocate_section): Likewise.
3320
3321 2002-05-21  H.J. Lu  ([email protected])
3322
3323         * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
3324         definition.
3325
3326 2002-05-22  Alan Modra  <[email protected]>
3327
3328         * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
3329         (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
3330
3331 2002-05-22  Alan Modra  <[email protected]>
3332
3333         * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
3334         unresolved relocs.
3335         (ppc64_elf_size_dynamic_sections): Check for splt NULL.
3336
3337 2002-05-21  Thiemo Seufer <[email protected]>
3338
3339         * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
3340         non-ELF targets.
3341
3342 2002-05-21  Thiemo Seufer <[email protected]>
3343
3344         * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
3345         an error value.
3346         * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
3347         return with false on error.
3348         (elf_link_input_bfd): Check reloc_emitter return value.
3349
3350 2002-05-21  Jason Thorpe  <[email protected]>
3351
3352         * config.bfd (armeb-*-netbsdelf*): New target.
3353
3354 2002-05-20  Alan Modra  <[email protected]>
3355
3356         * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
3357         at the plt call stub.
3358
3359 2002-05-19  Thiemo Seufer <[email protected]>
3360
3361         * cpu-mips.c (mips_compatible): Don't try to check machine
3362         compatibility.
3363
3364 2002-05-18  Tom Rix  <[email protected]>
3365
3366         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out):  Fix C_FILE auxent.
3367
3368 2002-05-17  Alan Modra  <[email protected]>
3369
3370         * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
3371         (ppc64_elf_relocate_section): Don't warn about reloc overflow when
3372         we've already warned about an undefined symbol.  Report more
3373         detail on reloc errors.
3374
3375 2002-05-17  Alan Modra  <[email protected]>
3376
3377         * acinclude.m4 (AM_INSTALL_LIBBFD): New.
3378         * configure.in: Invoke AM_INSTALL_LIBBFD.
3379         * Makefile.am (install-data-local): Revert 2002-05-13.  Move to..
3380         (install_libbfd): .. New target.
3381         (uninstall_libbfd): Likewise.
3382         (install-bfdlibLTLIBRARIES): Likewise.
3383         (uninstall-bfdlibLTLIBRARIES): Likewise.
3384         (bfdlibdir): New.
3385         (bfdincludedir): New.
3386         (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
3387         * aclocal.m4: Regenerate.
3388         * configure: Regenerate.
3389         * Makefile.in: Regenerate.
3390
3391 2002-05-17  Stuart Balfour <[email protected]>
3392
3393         * hash.c (bfd_hash_lookup): Remove computation of len from inside
3394         hash loop.
3395
3396 2002-05-16  Nick Clifton  <[email protected]>
3397
3398         * config.bfd: Add targets for sh64-linux (little endian and
3399         big endian).
3400
3401 2002-05-15  Laurent Pinchart <[email protected]>
3402
3403         * peXXigen.c (pe_print_idata): Do not assume that the first thunk
3404         is located in the same section as the import table.  Instead
3405         check, and if necessary load the section containing the thunk.
3406
3407 2002-05-15  Nick Clifton  <[email protected]>
3408
3409         * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
3410         bfd_bread.
3411         (xcoff64_core_file_matches_executable_p): Replace bfd_read
3412         with bfd_bread.
3413
3414 2002-05-15  Alan Modra  <[email protected]>
3415
3416         * aix5ppc-core.c: Warning fixes.
3417         * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
3418         * aout-target.h (MY_bfd_link_just_syms): Define.
3419         * aout-tic30.c (MY_bfd_link_just_syms): Define.
3420         * bfd.c (bfd_link_just_syms): Define.
3421         * binary.c (binary_bfd_link_just_syms): Define.
3422         * bout.c (b_out_bfd_link_just_syms): Define.
3423         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
3424         * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
3425         * coffcode.h (coff_bfd_link_just_syms): Define.
3426         * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
3427         (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
3428         (_bfd_elf_link_just_syms): Declare.
3429         * elf.c (_bfd_elf_link_just_syms): New function.
3430         * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
3431         sections haven't already been discarded by the linker.
3432         * elflink.h (elf_link_add_object_symbols): Likewise for stab
3433         sections and SEC_MERGE sections.
3434         (elf_bfd_discard_info): Similarly here.
3435         * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
3436         * i386msdos.c (msdos_bfd_link_just_syms): Define.
3437         * i386os9k.c (os9k_bfd_link_just_syms): Define.
3438         * ieee.c (ieee_bfd_link_just_syms): Define.
3439         * ihex.c (ihex_bfd_link_just_syms): Define.
3440         * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
3441         (_bfd_generic_link_just_syms): Declare.
3442         * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
3443         * linker.c (_bfd_generic_link_just_syms): New function.
3444         * mmo.c (mmo_bfd_link_just_syms): Define.
3445         * nlm-target.h (nlm_bfd_link_just_syms): Define.
3446         * oasys.c (oasys_bfd_link_just_syms): Define.
3447         * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
3448         * som.c (som_bfd_link_just_syms): Define.
3449         * srec.c (srec_bfd_link_just_syms): Define.
3450         * targets.c (struct bfd_target): Add _bfd_link_just_syms.
3451         (BFD_JUMP_TABLE_LINK): And here.
3452         * tekhex.c (tekhex_bfd_link_just_syms): Define.
3453         * versados.c (versados_bfd_link_just_syms): Define.
3454         * vms.c (vms_bfd_link_just_syms): Define.
3455         * libbfd.h: Regenerate.
3456         * bfd-in2.h: Regenerate.
3457
3458 2002-05-15  Thiemo Seufer <[email protected]>
3459
3460         * elf32-mips.c: Remove superfluous definitions copied from
3461         elfxx-mips.c.
3462         (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
3463         SGIish vectors to check the special case.
3464         (mips_elf_hi16_reloc): Fix comment.
3465         (mips_elf_got16_reloc): Likewise.
3466         (_bfd_mips_elf32_gprel16_reloc): Likewise.
3467         (elf_reloc_map): Code cleanup.
3468         (mips_reloc_map): Add comment.
3469         (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
3470         (mips_elf32_rtype_to_howto): Likewise.
3471         (mips_elf32_discard_info): Likewise.
3472         (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
3473         lead to IRIX compatibility now.
3474
3475 2002-05-15  Thiemo Seufer <[email protected]>
3476
3477         * elfxx-mips.c: Call it IRIX, not Irix in comments.
3478
3479 2002-05-13  Jason Thorpe  <[email protected]>
3480
3481         * config.bfd (shle-*-netbsdelf*): Add target which includes
3482         sh64 support.
3483
3484 2002-05-13  David Edelsohn  <[email protected]>
3485
3486         * configure.in: Revert 2002-04-07.  Instead, auto-configure
3487         HAVE_ST_C_IMPL.
3488         * configure: Regenerate.
3489         * config.in: Regenerate.
3490         * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
3491         or AIX_5_CORE.
3492
3493 2002-05-11  Federico G. Schwindt <[email protected]>
3494
3495         * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
3496         corefiles as well.2
3497         * configure: Regenerate.
3498
3499 2002-05-13  Alan Modra  <[email protected]>
3500
3501         * Makefile.am (install-data-local): Install headers to
3502         $(exec_prefix)/include.
3503         * Makefile.in: Regenerate.
3504
3505 2002-05-11  Ralf Corsepius  <[email protected]>
3506             Daniel Jacobowitz  <[email protected]>
3507
3508         * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE.  Don't
3509         map BFD_RELOC_RVA.
3510
3511 2002-05-11  Federico G. Schwindt <[email protected]>
3512
3513         * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
3514         hppa*-*-openbsd*): New targets.
3515         * configure.in (alpha*-*-openbsd*): Set COREFILE.
3516         * configure: Regenerate.
3517
3518 2002-05-10  Tom Rix  <[email protected]>
3519
3520         * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
3521         xcoff64_ppc_relocate_section.
3522         * coff-rs6000.c : Extern common xcoff_reloc_type functions.
3523         * libxcoff.h: Common xcoff_reloc_type function declaration.
3524
3525 2002-05-10  Alan Modra  <[email protected]>
3526
3527         * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
3528         added in 2002-05-09 commit.
3529
3530         * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
3531         don't look for stubs on all undefined syms.
3532
3533 2002-05-09  Alan Modra  <[email protected]>
3534
3535         * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
3536         (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
3537         pcrel_offset.
3538
3539         * elf32-i386.c (elf_howto_table): Comments.
3540         (elf_i386_relocate_section): Handle more relocs for relocatable
3541         linking and against SEC_MERGE sections.
3542
3543 2002-05-08  Alan Modra  <[email protected]>
3544
3545         * elf32-ppc.c (ppc_elf_create_got): New function.
3546         (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
3547         _bfd_elf_create_dynamic_sections.  Correct .plt flags.
3548         (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
3549         _bfd_elf_create_got_section.
3550
3551 2002-05-07  Alan Modra  <[email protected]>
3552
3553         * elf-bfd.h (struct elf_backend_data): Add rela_normal.
3554         * elfxx-target.h (elf_backend_rela_normal): Define.
3555         (elfNN_bed): Init rela_normal.
3556         * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
3557         for section symbols here if rela_normal.  Simplify abs section test.
3558         * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
3559         return immediately.  Remove code handling relocatable linking.
3560         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
3561         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
3562         * elf32-i370.c (i370_elf_relocate_section): Likewise.
3563         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
3564         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3565         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
3566         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
3567         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3568         * elf32-s390.c (elf_s390_relocate_section): Likewise.
3569         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
3570         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3571         * elf64-s390.c (elf_s390_relocate_section): Likewise.
3572         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3573         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3574         * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
3575         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
3576         * elf-m10200.c (elf_backend_rela_normal): Define.
3577         * elf-m10300.c (elf_backend_rela_normal): Define.
3578         * elf32-fr30.c (elf_backend_rela_normal): Define.
3579         * elf32-i370.c (elf_backend_rela_normal): Define.
3580         * elf32-i860.c (elf_backend_rela_normal): Define.
3581         * elf32-m68k.c (elf_backend_rela_normal): Define.
3582         * elf32-mcore.c (elf_backend_rela_normal): Define.
3583         * elf32-openrisc.c (elf_backend_rela_normal): Define.
3584         * elf32-ppc.c (elf_backend_rela_normal): Define.
3585         * elf32-s390.c (elf_backend_rela_normal): Define.
3586         * elf32-xstormy16.c (elf_backend_rela_normal): Define.
3587         * elf64-ppc.c (elf_backend_rela_normal): Define.
3588         * elf64-s390.c (elf_backend_rela_normal): Define.
3589         * elf64-x86-64.c (elf_backend_rela_normal): Define.
3590         * elfxx-ia64.c (elf_backend_rela_normal): Define.
3591         * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
3592         * elf32-m32r.c (elf_backend_rela_normal): Likewise.
3593
3594 2002-05-06  Nick Clifton  <[email protected]>
3595
3596         * elf32-arm.h (elf32_arm_final_link_relocate): Convert
3597         'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
3598
3599 2002-05-06  Alan Modra  <[email protected]>
3600
3601         * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
3602         when not relocatable.  Fix reloc_emitter call for K&R.
3603
3604 2002-05-04  Alan Modra  <[email protected]>
3605
3606         * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
3607         reloading local sym addend mistakenly removed in 2002-05-01 change.
3608
3609         * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
3610         (read_abbrevs): Change "offset" param to bfd_vma.
3611         (parse_comp_unit): Change "version" and addr_size to unsigned ints.
3612         Change "abbrev_offset" to bfd_vma.
3613         (read_indirect_string): Use correct conversion chars in error
3614         message format string, cast bfd_vma's to unsigned long.
3615         (read_abbrevs): Likewise.
3616         (read_attribute_value): Likewise.
3617         (decode_line_info): Likewise.
3618         (scan_unit_for_functions): Likewise.
3619         (parse_comp_unit): Likewise.
3620
3621 2002-05-04  Tom Rix  <[email protected]>
3622
3623         * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
3624         (coff_swap_reloc_out): Same.
3625         * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
3626         (xcoff_swap_reloc_out): Same.
3627         (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
3628         case some 16 bit relocs. Add reloc value to output.
3629         (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
3630         R_RBR. Improve names.
3631         (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
3632         (bfd_xcoff_backend_data): Update with new reloc swap names.
3633         (bfd_pmac_xcoff_backend_data) : Same.
3634         * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
3635         (xcoff64_swap_reloc_out): Same.
3636         (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
3637         R_POS. Add reloc value to output.
3638         (xcoff64_howto_table): Move 64 bit R_POS to first entry.  Add 16
3639         bit R_RBR. Improve names, masks.
3640         (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
3641         (bfd_xcoff_backend_data): Update with new reloc swap names.
3642         (bfd_xcoff_aix5_backend_data) : Same.
3643
3644 2002-05-04  Alan Modra  <[email protected]>
3645
3646         * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
3647         bfd_count top_index, input_list, all_local_syms.
3648         (elf32_hppa_setup_section_lists): New function, split from
3649         elf32_hppa_size_stubs.
3650         (elf32_hppa_next_input_section): Likewise.
3651         (group_sections): Likewise.
3652         (get_local_syms): Likewise.
3653         (elf32_hppa_size_stubs): Adjust for split out functions.  Look for
3654         stubs on undefined syms too.
3655         (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
3656         Only access htab elf fields when we have an elf hash table.
3657         * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
3658         (elf32_hppa_next_input_section): Declare.
3659
3660 2002-05-04  Bob Byrnes  <[email protected]>
3661
3662         * opncls.c (_bfd_new_bfd_contained_in): Check return value of
3663         _bfd_new_bfd.
3664
3665 2002-05-03  H.J. Lu  ([email protected])
3666
3667         * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
3668         (mips_elf_link_hash_newfunc): Initialize forced_local to false.
3669         (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
3670         to hide a global symbol.
3671         (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
3672         forced_local to true.
3673
3674 2002-05-02  Richard Henderson  <[email protected]>
3675
3676         * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
3677         vs SHN_UNDEF to zero.
3678
3679 2002-05-02  Alan Modra  <[email protected]>
3680
3681         * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
3682         16 bit reloc.
3683         <R_PPC64_SECTOFF_DS>: Likewise.
3684         (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
3685         SECTOFF reloc.
3686         * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
3687         (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
3688         SECTOFF reloc.
3689
3690         * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
3691         (ppc64_elf_ha_reloc): New function.
3692         (ppc64_elf_brtaken_reloc): New function.
3693         (ppc64_elf_sectoff_reloc): New function.
3694         (ppc64_elf_sectoff_ha_reloc): New function.
3695         (ppc64_elf_toc_reloc): New function.
3696         (ppc64_elf_toc_ha_reloc): New function.
3697         (ppc64_elf_toc64_reloc): New function.
3698         (ppc64_elf_unhandled_reloc): New function.
3699         (ppc64_elf_howto_raw): Use the above.
3700         <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
3701         <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset.  Fix dst_mask.
3702         <R_PPC64_SECTOFF_DS>: Likewise.
3703         (IS_ABSOLUTE_RELOC): Update.
3704         (struct ppc_link_hash_table): Add have_undefweak.
3705         (ppc64_elf_link_hash_table_create): Init.
3706         (func_desc_adjust): Set have_undefweak.
3707         (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier.  Only
3708         add the .sfpr blr when have_undefweak.
3709         (ppc64_elf_setup_section_lists): Check hash table flavour.
3710         (ppc64_elf_next_input_section): Move output_section->owner test to
3711         ppc64elf.em.
3712         (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
3713         and relocatable test.  Return TOCstart and don't set elf_gp.
3714         (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
3715         offset calculation.  Add assert on weak sym branch tweaks.
3716         * elf64-ppc.h (ppc64_elf_set_toc): Delete.
3717         (ppc64_elf_toc): Declare.
3718         (ppc64_elf_next_input_section): Update.
3719
3720 2002-05-01  Alan Modra  <[email protected]>
3721
3722         * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
3723         file_name.
3724
3725 2002-05-01  Alan Modra  <[email protected]>
3726
3727         * elf64-ppc.c (CROR_151515, CROR_313131): Define.
3728         (ppc64_elf_relocate_section): Use them.  Don't look for plt calls
3729         on R_PPC64_ADDR24 relocs.  Require a nop or no link reg on plt
3730         call branches.  Correct undefined weak destination.
3731         (ppc64_elf_func_desc_adjust): Always create at least one blr in
3732         .sfpr, and correct case where either only savef* or restf* is
3733         needed.
3734
3735         Long branch stubs, multiple stub sections.
3736         * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
3737         (ppc64_elf_next_input_section): Declare.
3738         * elf64-ppc.c: Move linker-only prototypes.
3739         (STUB_SUFFIX): Define.
3740         (enum ppc_stub_type): New.
3741         (struct ppc_stub_hash_entry): New.
3742         (struct ppc_branch_hash_entry): New.
3743         (struct ppc_link_hash_entry): Add stub_cache, oh.
3744         (struct ppc_link_hash_table): Add stub_hash_table etc.  Remove
3745         sstub.  Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
3746         Rename plt_overflow to stub_error.
3747         (ppc_stub_hash_lookup): Define.
3748         (ppc_branch_hash_lookup): Define.
3749         (stub_hash_newfunc): New function.
3750         (branch_hash_newfunc): New function.
3751         (link_hash_newfunc): Init new fields.
3752         (ppc64_elf_link_hash_table_create): Likewise.
3753         (ppc64_elf_link_hash_table_free): New function.
3754         (ppc_stub_name): New function.
3755         (ppc_get_stub_entry): New function.
3756         (ppc_add_stub): New function.
3757         (create_linkage_sections): Use bfd_make_section_anyway.  Create
3758         .branch_lt and .rela.branch_lt sections.  Don't create .stub.
3759         (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
3760         and set up for plt call stubs.  Link func and func desc syms.
3761         (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
3762         (func_desc_adjust): Avoid hash lookup when func desc sym available
3763         via shortcut, and set links when processing.
3764         (ppc64_elf_hide_symbol): Likewise.
3765         (allocate_dynrelocs): Don't allocate stub section here.
3766         (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
3767         Remove sstub code.
3768         (ppc_type_of_stub): New function.
3769         (build_one_stub): Delete.
3770         (ppc_build_one_stub): New function.
3771         (ppc_size_one_stub): New function.
3772         (ppc64_elf_setup_section_lists): New function.
3773         (ppc64_elf_next_input_section): New function.
3774         (group_sections): New function.
3775         (get_local_syms): New function.
3776         (ppc64_elf_size_stubs): Rewrite.
3777         (ppc64_elf_build_stubs): Rewrite.
3778         (ppc64_elf_relocate_section): Look up stub entry for REL24
3779         relocs.  Don't propagate REL14* to dynamic objects.  Look for long
3780         branch stubs if REL14* or REL24 relocs won't reach.
3781         (bfd_elf64_bfd_link_hash_table_free): Define.
3782
3783 2002-04-30  Mark Mitchell  <[email protected]>
3784
3785         * config.bfd: Add support for powerpc-*-windiss.
3786
3787 2002-04-30  Tom Rix  <[email protected]>
3788
3789         * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
3790         symbol names into the hash table.
3791
3792 2002-04-28  Tom Rix  <[email protected]>
3793
3794         * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
3795         calulating relocations.
3796         (xcoff_complain_overflow) : Function table for relocation errors.
3797         (xcoff_ppc_relocate_section): Use relocation and complain function
3798         tables.
3799         (xcoff_complain_overflow_unsigned_func): New complain function.
3800         (xcoff_complain_overflow_signed_func): Same.
3801         (xcoff_complain_overflow_bitfield_func): Same.
3802         (xcoff_complain_overflow_dont_func): Same.
3803         (xcoff_reloc_type_crel): New recot function.
3804         (xcoff_reloc_type_br): Same.
3805         (xcoff_reloc_type_ba): Same.
3806         (xcoff_reloc_type_toc): Same.
3807         (xcoff_reloc_type_rel): Same.
3808         (xcoff_reloc_type_neg): Same.
3809         (xcoff_reloc_type_pos): Same.
3810         (xcoff_reloc_type_fail): Same.
3811         (xcoff_reloc_type_noop): Same.
3812         * libxcoff.h : Declare common parts for xcoff64.
3813         * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
3814         and complain function tables.
3815
3816 2002-04-28  Alan Modra  <[email protected]>
3817
3818         * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
3819         * elf32-hppa.c (elf32_hppa_final_link): Formatting.
3820
3821 2002-04-26  Alan Modra  <[email protected]>
3822
3823         * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
3824         * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
3825
3826         * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
3827         same as the output before calling elf_link_input_bfd.
3828
3829         * coffcode.h (coff_compute_section_file_positions): Set
3830         section_tail after shuffling section list.
3831
3832 2002-04-24  Christian Groessler <[email protected]>
3833
3834         * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
3835         addresses are 23bit with a special layout, not plain 32bit
3836         values.  Prevent relocation of immediate values.
3837
3838 2002-04-24  Chris G. Demetriou  <[email protected]>
3839
3840         * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
3841         MIPS-16 ASE flags are set, print something to indicate that.
3842
3843 2002-04-23  Alan Modra  <[email protected]>
3844
3845         * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
3846         under which a plt call stub is used.
3847         (final_link_relocate): Similarly.
3848         (allocate_plt_static): Clear h-plabel except when plt entry is
3849         exclusively used for a plabel.
3850         (allocate_dynrelocs): Use the above to simplify plt sizing.
3851         (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
3852         (elf32_hppa_link_hash_table_create): Init.
3853         (BL22_RP): Define.
3854         (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
3855         (elf32_hppa_check_relocs): Set has_22bit_branch.
3856
3857         * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
3858         (final_link_relocate): Likewise.
3859
3860 2002-04-22  Jakub Jelinek  <[email protected]>
3861
3862         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
3863         search table if some FDE is DW_EH_PE_aligned encoded either.
3864         (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
3865
3866 2002-04-22  Richard Smith  <[email protected]>
3867             Jakub Jelinek  <[email protected]>
3868
3869         * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
3870         (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
3871         encoded personality.
3872         (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
3873         for CIE/FDE removal.
3874
3875 2002-04-20  Tom Rix  <[email protected]>
3876
3877         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
3878
3879 2002-04-20  Alan Modra  <[email protected]>
3880
3881         * archures.c (bfd_lookup_arch): Move the list order comment..
3882         (struct bfd_arch_info): ..to where it belongs.
3883         * bfd-in2.h: Regenerate.
3884
3885         * archures.c (bfd_lookup_arch): Add comment on list order.
3886         (bfd_default_set_arch_mach): Use bfd_lookup_arch.
3887         * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
3888         is always at head of list.
3889
3890 2002-04-18  Nick Clifton  <[email protected]>
3891
3892         * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
3893         insert_thumb_branch, record_thumb_to_arm_glue): Suppress
3894         definition of these functions for ARM_WINCE builds as they are
3895         not used.
3896         (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
3897         for ARM_WINCE builds.
3898
3899 2002-04-18  Nick Clifton  <[email protected]>
3900
3901         * coff-arm.c (bfd_arm_process_before_allocation):
3902
3903 2002-04-17  J"orn Rennecke <[email protected]>
3904
3905         * cpu-sh.c (scan_mach): Delete.
3906         (arch_info_struct): Replace scan_mach with bfd_default_scan.
3907         (bfd_sh_arch): Likewise.
3908
3909 2002-04-16  Nick Clifton  <[email protected]>
3910
3911         * ihex.c (ihex_write_object_contents): Fix check for records
3912         crossing 64K boundaries.
3913
3914 2002-04-16  Alan Modra  <[email protected]>
3915
3916         * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
3917         type rather than just assuming entries are ELF.
3918         * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
3919         * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
3920         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
3921         * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
3922         rather than elf_link_hash_entry.
3923
3924 2002-04-15  Richard Henderson  <[email protected]>
3925
3926         * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
3927         n32 binaries.
3928
3929 2002-04-15  Michael Snyder  <[email protected]>
3930
3931         * opncls.c (bfd_close): Write contents if writeable.
3932         Minor formatting tidy-ups.
3933
3934 2002-04-15  Alan Modra  <[email protected]>
3935
3936         * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
3937
3938 2002-04-12  Michael Snyder  <[email protected]>
3939
3940         * bfd-in.h (bfd_get_section_lma): New access macro.
3941         Minor white-space fix-up.
3942
3943 2002-04-12  Alan Modra  <[email protected]>
3944
3945         * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
3946         header pad.
3947
3948 2002-04-09  DJ Delorie  <[email protected]>
3949
3950         * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
3951
3952 2002-04-09  Casper S. Hornstrup <[email protected]>
3953
3954         * coffcode.h (coff_read_word): New.
3955         (coff_compute_checksum): New.
3956         (coff_apply_checksum): New.
3957         (coff_write_object_contents): Call coff_apply_checksum () to
3958         apply checksum to PE image.
3959
3960 2002-04-08  Randolph Chung  <[email protected]>
3961
3962         * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
3963         (elf32_hppa_final_link): Split out sorting logic to..
3964         * elf-hppa.h (elf_hppa_sort_unwind): ..here.
3965         (elf_hppa_final_link): Call elf_hppa_sort_unwind.
3966
3967 2002-04-07  Andrew Cagney  <[email protected]>
3968
3969         * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
3970         pattern.
3971         * configure: Re-generate.
3972
3973 2002-04-07  Andrew Cagney  <[email protected]>
3974
3975         * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
3976         is greater or equal to 4.3.3.
3977         * configure: Regenerate.
3978         Fix PR gdb/344.
3979
3980 2002-04-05  Hans-Peter Nilsson  <[email protected]>
3981
3982         * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
3983         R_CRIS_32_PCREL>: Fix typo in name.
3984         (cris_elf_check_relocs): Always create .rela.got here when
3985         R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
3986         (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
3987         assume it's created.
3988
3989 2002-04-04  Daniel Jacobowitz  <[email protected]>
3990
3991         * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
3992         * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
3993         define.
3994         * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
3995         * bfd.c (bfd_link_hash_table_free): Define.
3996         * binary.c (binary_bfd_link_hash_table_free): Define.
3997         * bout.c (b_out_bfd_link_hash_table_free): Define.
3998         * coff-rs6000.c (rs6000coff_vec): Include
3999         _bfd_generic_link_hash_table_free.
4000         (pmac_xcoff_vec): Likewise.
4001         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
4002         (aix5coff64_vec): Likewise.
4003         * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
4004         * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
4005         (bfd_elf32_bfd_link_hash_table_free): Define.
4006         * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
4007         (bfd_elf32_bfd_link_hash_table_free): Define.
4008         * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
4009         define.
4010         * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
4011         * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
4012         * ieee.c (ieee_bfd_link_hash_table_free): Define.
4013         * ihex.c (ihex_bfd_link_hash_table_free): Define.
4014         * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
4015         (_bfd_generic_link_hash_table_free): Add prototype.
4016         * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
4017         * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
4018         * linker.c (_bfd_generic_link_hash_table_free): New function.
4019         * mmo.c (mmo_bfd_link_hash_table_free): Define.
4020         * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
4021         * oasys.c (oasys_bfd_link_hash_table_free): Define.
4022         * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
4023         * som.c (som_bfd_link_hash_table_free): Define.
4024         * srec.c (srec_bfd_link_hash_table_free): Define.
4025         * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
4026         * versados.c (versados_bfd_link_hash_table_free): Define.
4027         * vms.c (vms_bfd_link_hash_table_free): New function.
4028         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
4029
4030         * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
4031         instead of bfd_alloc.
4032         * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
4033         * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
4034         * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
4035         * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
4036         * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
4037         * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
4038         * elf.c (_bfd_elf_link_hash_table_create): Likewise.
4039         * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
4040         * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
4041         * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
4042         * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
4043         * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
4044         * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
4045         * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
4046         * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
4047         * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
4048         * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
4049         * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
4050         * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
4051         * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
4052         * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
4053         * linker.c (_bfd_generic_link_hash_table_create): Likewise.
4054         * m68klinux.c (linux_link_hash_table_create): Likewise.
4055         * sparclinux.c (linux_link_hash_table_create): Likewise.
4056         * sunos.c (sunos_link_hash_table_create): Likewise.
4057         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
4058
4059         * targets.c: Add _bfd_link_hash_table_free to xvec.
4060
4061         * bfd-in2.h: Regenerate.
4062         * libbfd.h: Regenerate.
4063         * libcoff.h: Regenerate.
4064
4065 2002-04-04  Alan Modra  <[email protected]>
4066
4067         * dep-in.sed: Cope with absolute paths.
4068         * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
4069         Run "make dep-am".
4070         * Makefile.in: Regenerate.
4071         * coff-arm.c: Fix copyright date.
4072         * cpu-h8300.c: Likewise.
4073         * cpu-i370.c: Likewise.
4074         * cpu-s390.c: Likewise.
4075         * cpu-mips.c: Likewise.
4076         * po/SRC-POTFILES.in: Regenerate.
4077
4078 2002-04-04  Thiemo Seufer <[email protected]>
4079
4080         * Makefile.am: Add elfxx-mips.c to the known backends.
4081         (elf32-mips.lo): remove dependency to coff/external.h.
4082         * Makefile.in: Regenerate.
4083         * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
4084         Remove elf32-mips.lo from 64 bit vectors. Update dependencies
4085         accordingly.
4086         * configure: Regenerate.
4087         * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
4088         (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
4089         (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
4090         MIPS specific backend functions.
4091         * elf32-mips.c: Moved most code to elfxx-mips.c.
4092         (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
4093         static.
4094         (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
4095         (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
4096         (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
4097         (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
4098         interface to allow selection of the right REL or RELA howto table.
4099         (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
4100         static. Let it refuse n32 objects.
4101         (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
4102         (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
4103         (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
4104         (elf32_mips_ignore_discarded_relocs): Rename from
4105         _bfd_elf32_mips_ignore_discarded_relocs.
4106         (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
4107         (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
4108         (elf_mips_howto_table_rela): Remove.
4109         * elf64-mips.c: Moved most code to elfxx-mips.c.
4110         (bfd_elf64_bfd_reloc_type_lookup): Make static.
4111         (mips_elf64_rtype_to_howto): New function.
4112         (mips_elf64_object_p): Likewise.
4113         (elf64_mips_irix_compat): Likewise.
4114         * elfxx-mips.c: New file containing common code merged together from
4115         elf32-mips.c and elf64-mips.c.
4116         * elfxx-mips.h: New file containing MIPS specific prototypes from
4117         elf-bfd.h.
4118         * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
4119         elf_backend_mips_rtype_to_howto.
4120
4121 2002-04-04  Alan Modra  <[email protected]>
4122
4123         * srec.c (MAXCHUNK, Chunk): Revise comments.
4124         (srec_write_record): Correct buffer size.
4125         (srec_write_header): Do without intermediate buffer.
4126         (srec_write_section): Validate Chunk.
4127         (srec_write_terminator): Pass NULL instead of dummy buffer.
4128         (srec_write_symbols): Pass file and symbol names directly to
4129         bfd_bwrite so sprintf won't overflow buffer.
4130
4131 2002-04-03  Jakub Jelinek  <[email protected]>
4132
4133         * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
4134         PC relative relocs against hidden symbols.
4135         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4136
4137 2002-04-03  Alan Modra  <[email protected]>
4138
4139         * elf.c (_bfd_elf_make_section_from_shdr): When setting section
4140         LMAs, loop over segments until p_vaddr and p_memsz specify an
4141         extent enclosing the section.
4142
4143 2002-04-02  Nick Clifton  <[email protected]>
4144
4145         * ihex.c (ihex_write_object_contents): Do not allow records to
4146         cross a 64K boundary - wrap if necessary.
4147
4148 2002-04-01  Nathan Williams  <[email protected]>
4149
4150         * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
4151         which caused the returned LWP ID to always be 0.
4152
4153 2002-04-01  Richard Henderson  <[email protected]>
4154
4155         * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
4156         (elf32_sparc_relocate_section): Use it to figure out when to
4157         initialize .got entries.
4158         * elf64-sparc.c: Similarly.
4159
4160 2002-03-28  Alan Modra  <[email protected]>
4161
4162         * linker.c (link_action): Ignore duplicate warning syms.
4163         (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
4164         * elflink.h (elf_adjust_dynstr_offsets): Likewise.
4165         (elf_adjust_dynamic_symbol): Likewise.
4166         (elf_export_symbol): Likewise.
4167         (elf_link_find_version_dependencies): Likewise.
4168         (elf_link_assign_sym_version): Likewise.
4169         (elf_link_sec_merge_syms): Likewise.
4170         (elf_link_output_extsym): Likewise.
4171         (elf_gc_sweep_symbol): Likewise.
4172         (elf_gc_propagate_vtable_entries_used): Likewise.
4173         (elf_gc_smash_unused_vtentry_relocs): Likewise.
4174         (elf_gc_allocate_got_offsets): Likewise.
4175         (elf_collect_hash_codes): Likewise.
4176         * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
4177         * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
4178         (elf_hppa_remark_useless_dynamic_symbols): Likewise.
4179         * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
4180         * elf32-arm.h (elf32_arm_discard_copies): Likewise.
4181         * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
4182         (elf_cris_discard_excess_dso_dynamics): Likewise.
4183         * elf32-hppa.c (clobber_millicode_symbols): Likewise.
4184         (mark_PIC_calls): Likewise.
4185         (allocate_plt_static): Likewise.
4186         (allocate_dynrelocs): Likewise.
4187         (readonly_dynrelocs): Likewise.
4188         * elf32-i386.c (allocate_dynrelocs): Likewise.
4189         (readonly_dynrelocs): Likewise.
4190         * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
4191         * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
4192         * elf32-mips.c (mips_elf_output_extsym): Likewise.
4193         (mips_elf_sort_hash_table_f): Likewise.
4194         (mips_elf_check_mips16_stubs): Likewise.
4195         * elf32-s390.c (allocate_dynrelocs): Likewise.
4196         (readonly_dynrelocs): Likewise.
4197         * elf32-sh.c (sh_elf_discard_copies): Likewise.
4198         * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
4199         (xstormy16_relax_plt_realloc): Likewise.
4200         * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
4201         (elf64_alpha_output_extsym): Likewise.
4202         * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
4203         * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
4204         (mips_elf64_check_mips16_stubs): Likewise.
4205         (mips_elf64_output_extsym): Likewise.
4206         * elf64-ppc.c (func_desc_adjust): Likewise.
4207         (allocate_dynrelocs): Likewise.
4208         (readonly_dynrelocs): Likewise.
4209         * elf64-s390.c (allocate_dynrelocs): Likewise.
4210         (readonly_dynrelocs): Likewise.
4211         * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
4212         * elf64-x86-64.c (allocate_dynrelocs): Likewise.
4213         (readonly_dynrelocs): Likewise.
4214         * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
4215         * aoutx.h (aout_link_write_other_symbol): Likewise.
4216         * cofflink.c (_bfd_coff_write_task_globals): Likewise.
4217         (_bfd_coff_write_global_sym): Likewise.
4218         * i386linux.c (linux_tally_symbols): Likewise.
4219         * m68klinux.c (linux_tally_symbols): Likewise.
4220         * sparclinux.c (linux_tally_symbols): Likewise.
4221         * pdp11.c (aout_link_write_other_symbol): Likewise.
4222         * sunos.c (sunos_scan_dynamic_symbol): Likewise.
4223         * xcofflink.c (xcoff_build_ldsyms): Likewise.
4224         (xcoff_write_global_symbol): Likewise.
4225
4226         * cofflink.c (_bfd_coff_final_link): Formatting.
4227         * cpu-mips.c (mips_compatible): Make static, prototype.
4228         * elf32-i386.c (elf_i386_check_relocs): Formatting.
4229         * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
4230         * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
4231         * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
4232         (mips_elf64_final_link): Likewise.
4233         * elflink.h (elf_link_find_version_dependencies): Remove duplicate
4234         prototype.
4235
4236 2002-03-27  Nick Clifton  <[email protected]>
4237
4238         * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
4239         (SWAP_OUT_RELOC_OFFSET): Define.
4240
4241 2002-03-27  Gregory Steuck <[email protected]>
4242
4243         * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
4244         terminating NULL if empty symbol table.
4245         (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
4246
4247 2002-03-26  H.J. Lu  ([email protected])
4248
4249         * elflink.h (elf_link_input_bfd): Revert the last change since
4250         the gcc exception handling isn't fixed yet.
4251
4252 2002-03-26  H.J. Lu  ([email protected])
4253
4254         * elflink.h (elf_link_input_bfd): Complain about relocations
4255         against local symbols in discarded sections.
4256
4257 2002-03-26  Alan Modra  <[email protected]>
4258
4259         * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
4260
4261 2002-03-23  Alan Modra  <[email protected]>
4262
4263         * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
4264         section file offset for !SEC_LOAD sections.
4265
4266 2002-03-21  Richard Earnshaw  <[email protected]>
4267
4268         * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
4269         <case R_ARM_GOT>): Handle relocations to Thumb functions.
4270
4271 2002-03-21  Alan Modra  <[email protected]>
4272
4273         * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
4274         Whitespace changes.
4275         * archive.c: Update copyright date.
4276         * bfd-in2.h: Regenerate.
4277         * libbfd.h: Regenerate.
4278         * Makefile.am: Run "make dep-am"
4279         * Makefile.in: Regenerate.
4280         * po/SRC-POTFILES.in: Regenerate.
4281
4282 2002-03-20  Daniel Jacobowitz  <[email protected]>
4283
4284         * dwarf2.c (struct funcinfo): Move up.
4285         (lookup_address_in_function_table): New argument function_ptr.
4286         Set it.
4287         (lookup_address_in_line_table): New argument function.  If function
4288         is non-NULL, use it to handle ``addr'' before the first line note of
4289         the function.
4290         (comp_unit_find_nearest_line): Update and swap calls to
4291         lookup_address_in_function_table and lookup_address_in_line_table.
4292         * syms.c (_bfd_stab_section_find_nearest_line): Use the first
4293         N_SLINE encountered if we see an N_FUN before any N_SLINE.
4294
4295 2002-03-20  Tom Rix  <[email protected]>
4296
4297         * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
4298         _bfd_xcoff_generic_stat_arch_elt.  Fix format check.
4299         * coff64-rs6000.c :  Use _bfd_xcoff_stat_arch_elt.
4300
4301 2002-03-19  Tom Rix  <[email protected]>
4302
4303         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
4304         dynamic objects in archives.
4305
4306 2002-03-19  Hans-Peter Nilsson  <[email protected]>
4307
4308         * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
4309         STT_NOTYPE symbols to STT_OBJECT.
4310
4311 2002-03-18  Jan Hubicka  <[email protected]>
4312
4313         * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
4314
4315 2002-03-18  Tom Rix  <[email protected]>
4316
4317         * aix5ppc.core.c : New file for AIX 5 64 bit core support.
4318         * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
4319         * coff-rs6000 (do_pad) : New function for archive padding.
4320         (do_copy) : New function for object file copying in archives.
4321         (do_shared_object_padding) : New function for padding shared
4322         objects to their text section alignment in archives.
4323         (bfd_xcoff_ar_achive_set_magic) : Stub.
4324         (xcoff_write_armap_big) : Use do_copy and do_pad.
4325         (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
4326         do_copy and do_pad.
4327         * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
4328         bfd_xcoff_magic_number.
4329         (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
4330         fop.
4331         (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
4332         (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
4333         (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
4334         * rs6000-core.c : Update copyright date.
4335         * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
4336         csectpp.
4337         * coffcode.h (coff_new_section_hook) : Use new accessor macros.
4338         (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
4339         (coff_set_flags) : Use bfd_xcoff_magic_number.
4340         * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
4341         * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
4342         * Makefile.am : Same.
4343         * config.bfd : Same.
4344         * targets.c : Same.
4345         * configure : Regnerate.
4346         * Makefile.in : Same.
4347         * bfd-in2.h : Same.
4348
4349 2002-03-18  Nick Clifton  <[email protected]>
4350
4351         * po/fr.po: Updated version.
4352
4353 2002-03-18  Alan Modra  <[email protected]>
4354
4355         * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
4356         * libbfd.h: Regenerate.
4357         * archive.c (coff_write_armap): Pass on failures from
4358         bfd_write_bigendian_4byte_int.
4359
4360 2002-03-14  H.J. Lu <[email protected]>
4361
4362         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
4363         error to bfd_error_nonrepresentable_section for reinit_array
4364         section in DSO.
4365
4366 2002-03-14  Nick Clifton  <[email protected]>
4367
4368         * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
4369         OR it in rather than replacing previously selected flags.
4370
4371         * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
4372         (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
4373
4374 2002-03-14  Alan Modra  <[email protected]>
4375
4376         * cpu-mips.c (mips_compatible): New.  Don't check bits_per_word.
4377         (N): Use the above.
4378         * elflink.h (elf_bfd_final_link): Revert last change.  Instead,
4379         ensure reloc size matches before calling elf_link_input_bfd.
4380         Add an assert to check reloc size when counting output relocs.
4381
4382 2002-03-14  Nick Clifton  <[email protected]>
4383
4384         * mmo.c (mmo_get_loc): Return NULL rather than false.
4385
4386 2002-03-13  Nick Clifton  <[email protected]>
4387
4388         * po/fr.po: Updated version.
4389
4390 2002-03-13  Alan Modra  <[email protected]>
4391
4392         * archures.c (bfd_default_compatible): Test bits_per_word.
4393         * cpu-i386.c (i386_compatible): Remove.  Replace occurrences with
4394         bfd_default_compatible.
4395         * cpu-i370.c (i370_compatible): Likewise.
4396         * cpu-sparc.c (sparc_compatible): Likewise.
4397         * cpu-h8300.c (compatible): Test in->arch == out->arch.
4398
4399         * elflink.h: Formatting fixes.
4400         (elf_link_output_extsym): Merge undefined and undef weak cases.
4401
4402         * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
4403         when word size of input matches output word size.
4404
4405 2002-03-12  Andreas Jaeger  <[email protected]>
4406
4407         * cpu-i386.c (i386_compatible): New.  Use it instead of
4408         bfd_default_compatible.
4409
4410 2002-03-07  H.J. Lu  ([email protected])
4411
4412         * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
4413         as the type for bfd_reloc_val.
4414
4415 2002-03-05  John David Anglin  <[email protected]>
4416
4417         * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
4418         (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
4419         (elf_hppa_final_link_relocate): Correct relocations for indirect
4420         references to local data through the DLT.  Fix .opd creation for
4421         local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
4422         relocations.  Use e_lsel selector for R_PARISC_DLTIND21L,
4423         R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
4424         "Processor-Specific ELF for PA_RISC, Version 1.43" document.
4425         Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
4426         * elf32-hppa.c (final_link_relocate): Revise relocation selectors
4427         as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
4428
4429 2002-03-05  Jakub Jelinek  <[email protected]>
4430
4431         * merge.c (_bfd_merge_sections): Don't segfault if there
4432         is nothing to merge due to GC.
4433
4434 2002-03-05  Alan Modra  <[email protected]>
4435
4436         * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
4437         symbols that have been forced local.
4438
4439         * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
4440         to output forced local syms for non-shared link.
4441         (elf_link_output_extsym): Tweak condition for calling backend
4442         adjust_dynamic_symbol so that previous behaviour is kept.
4443         Whitespace changes throughout file.
4444
4445 2002-03-04  H.J. Lu <[email protected]>
4446
4447         * elf.c (bfd_section_from_shdr): Handle special sections,
4448         .init_array, .fini_array and .preinit_array.
4449         (elf_fake_sections): Likewise.
4450
4451         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
4452         DT entry only if the section is in output for .init_array,
4453         .fini_array and .preinit_array. Complain about .preinit_array
4454         section in DSO.
4455         (elf_bfd_final_link): Warn zero size for .init_array,
4456         .fini_array and .preinit_array sections.
4457
4458         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
4459         SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
4460         (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
4461         .preinit_array.
4462
4463 2002-03-04  Alan Modra  <[email protected]>
4464
4465         * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
4466         * configure: Regenerate.
4467
4468 2002-03-02  Tom Rix  <[email protected]>
4469
4470         * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
4471         symbolic equiv.
4472         * coff-rs6000.c (xcoff_howto_table): Same.
4473
4474 2002-03-01  David Mosberger  <[email protected]>
4475
4476         * elflink.h (size_dynamic_sections): If section named
4477         ".preinit_array" exists, create DT_PREINIT_ARRAY and
4478         DT_PREINIT_ARRAYSZ entries in dynamic table.  Analogously for
4479         ".init_array" and ".fini_array".
4480         (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
4481         DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
4482         DT_FINI_ARRAY.
4483
4484 2002-02-26  Andrew Macleod  <[email protected]>
4485
4486         * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
4487         dynsyms.
4488
4489 2002-02-25  Alan Modra  <[email protected]>
4490
4491         * elf64-hppa.h: Update copyright date.
4492
4493         * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
4494         (ppc64_elf_relocate_section): Don't generate power4 style branch
4495         hints for *_BRTAKEN and *_BRNTAKEN relocs.
4496
4497 2002-02-22  Jakub Jelinek  <[email protected]>
4498
4499         * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
4500         last patch.
4501         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
4502
4503 2002-02-21  Andreas Jaeger  <[email protected]>
4504
4505         * elf64-x86-64.c: Major rework that introduces all recent changes
4506         to the x86-64 backend.  Get a closer match to elf32-i386.
4507         (struct elf64_x86_64_dyn_relocs): Rename from
4508         elf64_x86_64_pcrel_relocs_copied, add additional fields.  Change
4509         all users.
4510         (struct elf64_x86_64_link_hash_table): Add short cuts to some
4511         sections.
4512         (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
4513         remove casts, initialize new hash members.
4514         (create_got_section): New.
4515         (elf64_x86_64_create_dynamic_sections): New.
4516         (elf64_x86_64_copy_indirect_symbol): New.
4517         (elf64_x86_64_check_relocs): Don't allocate space for dynamic
4518         relocs, .got or .relgot here but do it in allocate_dynrelocs.
4519         Reference count possible .plt and .got entries.  Don't test input
4520         section SEC_READONLY here to try to avoid copy relocs, and keep
4521         dyn_relocs regardless of ELF_LINK_NON_GOT_REF.  Don't set
4522         DF_TEXTREL here.  Delay setting of variables until needed.  Cache
4523         pointer to "sreloc" section in elf_section_data. Tweak condition
4524         under which .got created.  Report files with bad relocation
4525         section names.
4526         (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
4527         Reference count possible .plt entries.  Don't deallocate .got and
4528         .relgot space here.
4529         (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc.  Don't
4530         do copy reloc processing for weakdefs.  Remove redundant casts and
4531         aborts.  Delay setting of vars until needed.  Move creation of
4532         dynamic symbols and allocation of .plt and .rela.plt to
4533         allocate_dynrelocs.  Replace BFD_ASSERT with abort.
4534         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
4535         (allocate_dynrelocs): New.
4536         (readonly_dynrelocs): New.
4537         (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
4538         Allocate space for dyn relocs.  Replace BFD_ASSERT with abort.
4539         Zero out the dynamic allocated content space.
4540         (elf64_x86_64_discard_copies): Removed.
4541         (elf64_x86_64_relocate_section): Make use of dynamic section
4542         short-cuts.  Localise vars, and delay setting.  Better error
4543         reporting, replace BFD_ASSERT with abort.  Check
4544         ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
4545         regular object file and tread the weak definition as the normal
4546         one.  Don't discard relocs for undefweak or undefined symbols and
4547         check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
4548         relocs.
4549         (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
4550         symbols that have been forced local.  Use same test to decide if
4551         we can use a relative reloc for got as relocate_section.  Expand
4552         SHN_UNDEF comment.  Move expressions out of function calls.
4553         Replace BFD_ASSERT with abort.
4554         (bfd_elf64_bfd_final_link): Removed.
4555         (elf_backend_copy_indirect_symbol): Define.
4556
4557 2002-02-20  Tom Rix  <[email protected]>
4558
4559         * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
4560         (_bfd_xcoff_reloc_type_lookup): Use it.
4561         * coff64-rs6000.c (xcoff64_howto_table): Same.
4562         (xcoff64_reloc_type_lookup): Same.
4563
4564 2002-02-20  Peter Schauer  <[email protected]>
4565
4566         * osf-core.c (osf_core_vec):  OSF/1 (Digital Unix) core files are
4567         little endian.
4568
4569 2002-02-19  Martin Schwidefsky  <[email protected]>
4570
4571         * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
4572         (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
4573         * bfd-in2.h: Regenerate.
4574         * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
4575         Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
4576         with "s390:64-bit".
4577         * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
4578         (elf_s390_reloc_type_lookup): Likewise.
4579         (elf_s390_check_relocs): Likewise.
4580         (elf_s390_gc_sweep_hook): Likewise.
4581         (elf_s390_relocate_section): Likewise.
4582         (elf_s390_object_p): Use renamed architecture define.
4583         * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
4584
4585 2002-02-19  Frank Ch. Eigler  <[email protected]>
4586
4587         * syms.c (stt[]): Sorted.  Added .init/.fini -> "t" mapping.
4588
4589 2002-02-19  Jakub Jelinek  <[email protected]>
4590
4591         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
4592         absptr -> pcrel optimization for shared libs.
4593         Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
4594         library cannot be converted to pcrel.
4595         (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
4596         relative.
4597         * elf32-i386.c (elf_i386_relocate_section): If
4598         _bfd_elf_section_offset returned -2, skip, but make sure the
4599         relocation is installed.
4600         * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
4601         * elf32-cris.c (cris_elf_relocate_section): Likewise.
4602         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
4603         * elf32-i370.c (i370_elf_relocate_section): Likewise.
4604         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4605         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4606         * elf32-s390.c (elf_s390_relocate_section): Likewise.
4607         * elf32-sh.c (sh_elf_relocate_section): Likewise.
4608         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4609         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
4610         * elf64-s390.c (elf_s390_relocate_section): Likewise.
4611         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
4612         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4613         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
4614         * elf64-alpha.c (elf64_alpha_relocate_section): Handle
4615         _bfd_elf_section_offset returning -2 the same way as -1.
4616         * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
4617         * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
4618         and BFD_ASSERT.
4619         * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
4620
4621 2002-02-18  Tom Rix  <[email protected]>
4622
4623         * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
4624         (bfd_xcoff_size_dynamic_sections): Same.
4625         * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
4626         (bfd_xcoff_size_dynamic_sections): Same.
4627         * coff-rs6000.c (xcoff_generate_rtinit): Same.
4628         * coff-rs646000.c (xcoff64_generate_rtinit): Same.
4629         * libxcoff.h (struct xcoff_backend_data_rec): Same.
4630         * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
4631         * bfd-in2.h: Regenerate.
4632
4633 2002-02-18  Alan Modra  <[email protected]>
4634
4635         * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
4636         (struct ppc_link_hash_table): Add sfpr.
4637         (ppc64_elf_link_hash_table_create): Init it.
4638         (ppc64_elf_create_dynamic_sections): Split creation of .stub and
4639         .glink out to..
4640         (create_linkage_sections): ..here.  Make .sfpr too.
4641         (ppc64_elf_check_relocs): Call create_linkage_sections, and set
4642         dynobj early.
4643         (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
4644         (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
4645         ._restf* functions, and create as needed.
4646         (func_desc_adjust): Only force_local for shared libs.
4647
4648 2002-02-18  David O'Brien  <[email protected]>
4649
4650         * configure.in: Bump version number post 2.12 branching.
4651         * configure: Regenerate.
4652
4653 2002-02-17  Hans-Peter Nilsson  <[email protected]>
4654
4655         * mmo.c: Correct and improve comments.
4656         (mmo_write_chunk): Store trailing byte in bfd buffer; don't
4657         zero-pad.  Use input to fill up non-empty bfd buffer.
4658         (mmo_flush_chunk): New function.
4659         (mmo_write_loc_chunk): Add parameter last_vmap, all callers
4660         changed.  Don't emit location specifier if VMA is same as
4661         *LAST_VMAP after omitting leading zero contents.  Call
4662         mmo_flush_chunk before emitting location specifier.
4663         (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
4664         with mmo_write_loc_chunk calls.
4665         (mmo_internal_write_section): Call mmo_flush_chunk after
4666         mmo_write_chunk.
4667         (mmo_write_symbols_and_terminator): Move :Main to first position
4668         in symbol array.  Add faked one if it does not exist if there are
4669         other symbols.  Don't add it if there are no symbols at all.  Move
4670         out test for value of :Main from symbol loop.  Rename table
4671         fakemain to maintable and variable mainsym to fakemain.
4672
4673 2002-02-15  Richard Henderson  <[email protected]>
4674
4675         * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
4676         section with no got matches any got.  Simplify error generaion.
4677
4678 2002-02-15  Alan Modra  <[email protected]>
4679
4680         Support arbitrary length fill patterns.
4681         * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
4682         (_bfd_default_link_order): Remove bfd_fill_link_order code.
4683         Call default_data_link_order.
4684         (default_fill_link_order): Delete.
4685         (default_data_link_order): New function.
4686         * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
4687         of bfd_fill_link_order with bfd_data_link_order.
4688         * elf64-alpha.c (elf64_alpha_final_link): Likewise.
4689         * elf64-mips.c (mips_elf64_final_link): Likewise.
4690
4691         * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
4692         Correct value returned in "end" for "0x<non-hex>".
4693
4694 2002-02-14  Nick Clifton  <[email protected]>
4695
4696         * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
4697         (scan): Test against 'mach' field in info structure.
4698
4699 2002-02-14  Alan Modra  <[email protected]>
4700
4701         * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
4702
4703 2002-02-14  Matt Fredette  <[email protected]>
4704
4705         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
4706         EF_M68000.
4707
4708 2002-02-13  Nick Clifton  <[email protected]>
4709
4710         * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
4711         non-zero physical addresses when adjusting the LMAs of new
4712         sections.
4713
4714 2002-02-12  John David Anglin  <[email protected]>
4715
4716         * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
4717         from _bfd_elf_hppa_gen_reloc_type.
4718         (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
4719         * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
4720         * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
4721         * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
4722
4723 2002-02-12  Alexandre Oliva  <[email protected]>
4724
4725         * elf-m10300.c (mn10300_elf_relax_section): Skip section before
4726         loading its contents if there's nothing to do in it.
4727
4728 2002-02-12  Alan Modra  <[email protected]>
4729
4730         * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
4731         64k boundary.
4732
4733         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
4734         DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
4735         (ppc64_elf_finish_dynamic_sections): Set values for them.
4736
4737 2002-02-11  Michael Snyder  <[email protected]>
4738
4739         * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
4740         * elf.c (elfcore_grok_pstatus): Add prototype.
4741         (elfcore_grok_lwpstatus): Add prototype.
4742         (elfcore_write_lwpstatus): New function.
4743         (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
4744
4745 2002-02-11  Alexandre Oliva  <[email protected]>
4746
4747         * elf32-sh.c: Added missing prototypes.
4748         * elf32-sh64.c: Likewise.
4749         (sh_elf_align_loads): Mark unused args as such.
4750         * elf64-sh64.c: Added missing prototypes.
4751         (struct elf_sh64_link_hash_entry): Fix typo.
4752         (sh_elf64_relocate_section): Fix info argument passed to
4753         _bfd_elf_section_offset.
4754
4755 2002-02-11  Alan Modra  <[email protected]>
4756
4757         * Makefile.am: "make dep-am".
4758         * Makefile.in: Regenerate.
4759         * aclocal.m4: Regenerate.
4760         * config.in: Regenerate.
4761         * configure: Regenerate.
4762
4763 2002-02-10  Daniel Jacobowitz  <[email protected]>
4764
4765         * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
4766         variable warnings.
4767         * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
4768         comparison warning.
4769         * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
4770         cast warnings for the common case.
4771
4772 2002-02-10  Hans-Peter Nilsson  <[email protected]>
4773
4774         * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
4775         vectors.
4776         (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
4777         vectors.
4778
4779 2002-02-09  Richard Henderson  <[email protected]>
4780
4781         * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
4782         (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
4783         (elf64_alpha_relocate_section): Likewise.
4784         * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
4785         * bfd-in2.h, libbfd.h: Rebuild.
4786
4787 2002-02-09  Hans-Peter Nilsson  <[email protected]>
4788
4789         * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
4790         that base-plus-offset reloc accounting is consistent.
4791         (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
4792         up to date for undefined symbols.
4793
4794 2002-02-08  Eric Christopher  <[email protected]>
4795
4796         From Rainer Orth  <[email protected]>
4797
4798         * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
4799         sections for the O32 ABI.
4800
4801 2002-02-08  Chris Demetriou  <[email protected]>
4802
4803         * elf32-arm.h: Fix formatting of _("...").
4804         * elf32-d10v.c: Likewise.
4805         * elf32-m68k.c: Likewise.
4806         * elf32-mips.c: Likewise.
4807
4808 2002-02-08  Ivan Guzvinec <[email protected]>
4809
4810         * coff-or32.c: Fix compile time warning messages.
4811
4812 2002-02-08  Alexandre Oliva  <[email protected]>
4813
4814         Contribute sh64-elf.
4815         2002-01-23  Alexandre Oliva  <[email protected]>
4816         * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
4817         R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
4818         R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
4819         R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
4820         R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
4821         R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
4822         R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
4823         R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
4824         R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
4825         New relocs.
4826         * libbfd.h, bfd-in2.h: Rebuilt.
4827         * elf32-sh.c (sh_elf_howto_table): Define new relocs.
4828         (sh_reloc_map): Map them.
4829         (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
4830         elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
4831         elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
4832         elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
4833         elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
4834         elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
4835         movi_shori_putval) [INCLUDE_SHMEDIA]: New.
4836         (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
4837         datalabel_got_offset.
4838         (sh_elf_link_hash_newfunc): Initialize it.
4839         (sh_elf_relocate_section): Augment the scope of
4840         seen_stt_datalabel.  Introduce GOTPLT support.  Extend GOTPC, PLT,
4841         GOT and GOTOFF handling to new SHmedia relocation types.  Support
4842         GOT_BIAS.
4843         (sh_elf_check_relocs): Likewise.
4844         (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
4845         PLT entries using movi_shori_putval.  Support GOT_BIAS.
4846         (sh_elf_finish_dynamic_sections): Likewise.
4847         * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
4848         relocation, it's now done by the caller.
4849         (GOT_BIAS): New.
4850         * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
4851         elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
4852         elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
4853         elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
4854         elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
4855         elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
4856         sh64_elf64_hash_table): New.
4857         (sh_elf64_howto_table): Introduce new relocs.
4858         (sh_elf64_info_to_howto): Accept new PIC relocs.
4859         (sh_elf64_relocate_section): Augment the scope of
4860         seen_stt_datalabel.  Support new PIC relocs.
4861         (sh_elf64_check_relocs): Support new PIC relocs.
4862         (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
4863         elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
4864         elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
4865         elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
4866         sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
4867         movi_shori_putval, movi_3shori_putval,
4868         sh64_elf64_create_dynamic_sections,
4869         sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
4870         sh64_elf64_size_dynamic_sections,
4871         sh64_elf64_finish_dynamic_symbol,
4872         sh64_elf64_finish_dynamic_sections): New.
4873         (elf_backend_create_dynamic-sections,
4874         bfd_elf64_bfd_link_hash_table_create,
4875         elf_backend_adjust_dynamic_symbol,
4876         elf_backend_size_dynamic_sections,
4877         elf_backend_finish_dynamic_symbol,
4878         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
4879         elf_backend_plt_readonly, elf_backend_want_plt_sym,
4880         elf_backend_got_header_size, elf_backend_plt_header_size):
4881         Define.
4882         2001-05-16  Alexandre Oliva  <[email protected]>
4883         * elf32-sh.c: Renumbered and renamed some SH5 relocations to
4884         match official numbers and names; moved unmaching ones to the
4885         range 0xf2-0xff.
4886         * elf32-sh64.c, elf64-sh64.c: Likewise.
4887         2001-03-12  DJ Delorie  <[email protected]>
4888         * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
4889         sections.
4890         2001-03-12  DJ Delorie  <[email protected]>
4891         * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
4892         be aligned.
4893         * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
4894         2001-01-14  Hans-Peter Nilsson  <[email protected]>
4895         * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
4896         (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
4897         .cranges section with SEC_SORT_ENTRIES set.
4898         (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
4899         incoming sorted .cranges section.
4900         (sh64_bfd_elf_copy_private_section_data): New.
4901         (sh64_elf_final_write_processing): Only sort .cranges and modify
4902         start address if called by linker.
4903         2001-01-08  Ben Elliston  <[email protected]>
4904         * elf32-sh64.c (sh64_elf_final_write_processing): Activate
4905         Hans-Peter Nilsson's set bit 0 patch from       2001-01-06.
4906         * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
4907         2001-01-06  Hans-Peter Nilsson  <[email protected]>
4908         * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
4909         line.  Add comments before all entries.
4910         <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
4911         comment.
4912         (sh_elf64_reloc): Correct head comment.
4913         (sh_elf64_relocate_section): Correct spacing.
4914         <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
4915         instead call reloc_dangerous callback.
4916         <case R_SH_SHMEDIA_CODE>: New case.
4917         (sh_elf64_gc_mark_hook): Correct spacing.
4918         (sh_elf64_check_relocs): Ditto.
4919         * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
4920         New case.
4921         * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
4922         functions.
4923         (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
4924         clarify describing comment.  Add comments before all entries.
4925         (sh_elf_relocate_section) <relocating for a local symbol>: Do not
4926         honour STO_SH5_ISA32; instead call reloc_dangerous callback.
4927         2001-01-06  Hans-Peter Nilsson  <[email protected]>
4928         Sort .cranges section in final link.  Prepare to set bit 0 on
4929         entry address.
4930         * elf32-sh64.c (struct sh64_find_section_vma_data): New.
4931         (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
4932         (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
4933         .cranges section.
4934         (sh64_backend_section_from_shdr): New, to recognize
4935         SHT_SH5_CR_SORTED on incoming .cranges section.
4936         (elf_backend_section_from_shdr): Define.
4937         (sh64_elf_final_write_processing): Sort outgoing .cranges
4938         section.  (New, temporarily disabled:) Set bit 0 on entry address
4939         according to ISA type.
4940         (sh64_find_section_for_address): New.
4941         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
4942         crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
4943         (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c.  Use
4944         bfd_malloc, not xmalloc.
4945         (sh64_get_contents_type): Move here from opcodes/sh64-dis.c.  Make
4946         global.
4947         * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
4948         temporarily disabled) setting bit 0 on entry address.
4949         (elf_backend_final_write_processing): Define.
4950         2001-01-05  Hans-Peter Nilsson  <[email protected]>
4951         * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
4952         be a proper relocation for PTA and PTB rather than a marker.
4953         <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
4954         R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
4955         R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
4956         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
4957         R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
4958         Zero src_mask.
4959         * elf64-sh64.c: Ditto.
4960         (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
4961         * elf32-sh64.c: Include opcodes/sh64-opc.h
4962         (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
4963         argument.  Drop const qualifiers from "bfd *" and "bfd_byte *"
4964         parameters.  No unused parameters.  Caller changed.
4965         <case R_SH_PT_16>: New case.
4966         * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
4967         * Makefile.in: Regenerate.
4968         2000-12-30  Hans-Peter Nilsson  <[email protected]>
4969         * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
4970         all code sections.
4971         (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
4972         (sh64_elf_merge_private_data): Ditto.
4973         * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
4974         to access stored section flags.
4975         (sh64_elf_final_write_processing): Return immediately unless
4976         called by linker.  Use sh64_elf_section_data (cranges) to get size
4977         of linker-generated cranges entries.
4978         (sh64_elf_copy_private_data): Add missing "return true".
4979         (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
4980         (sh_elf64_merge_private_data): Ditto.
4981         2000-12-19  Hans-Peter Nilsson  <[email protected]>
4982         * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
4983         elf64-sh64.c:sh64_elf_fake_sections.
4984         (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
4985         2000-12-18  Hans-Peter Nilsson  <[email protected]>
4986         * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
4987         (sh64_elf_final_write_processing): New.
4988         (elf_backend_final_write_processing): Define.
4989         (sh64_elf_fake_sections): Get header flags from tdata field.
4990         (sh64_elf_copy_private_data): Do not call
4991         sh64_elf_copy_private_data_internal, just copy e_flags field.
4992         (sh64_elf_merge_private_data): Do not call
4993         sh64_elf_copy_private_data_internal.
4994         2000-12-12  Hans-Peter Nilsson  <[email protected]>
4995         Remove EF_SH64_ABI64, let ELF size make difference.
4996         Remove SH64-specific BFD section flag.
4997         * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
4998         containing SHmedia through elf_section_data (asect)->tdata
4999         non-zero, not using a BFD section flag.
5000         (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
5001         (sh64_elf_merge_private_data): Similar.
5002         (elf_backend_section_flags): Don't define.
5003         (sh64_elf_backend_section_flags): Delete.
5004         * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
5005         not EF_SH64_ABI64.
5006         (sh_elf64_merge_private_data): Similar.
5007         * section.c (Section flags definitions): Don't define
5008         SEC_SH_ISA_SHMEDIA.
5009         (bfd-in2.h): Regenerate.
5010         2000-12-09  Hans-Peter Nilsson  <[email protected]>
5011         Make DataLabel references work with partial linking.
5012         * elf32-sh64.c: Fix formatting.
5013         (sh64_elf_link_output_symbol_hook): New.
5014         (elf_backend_link_output_symbol_hook): Define to
5015         sh64_elf_link_output_symbol_hook.
5016         (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
5017         undefined if partial linking.  Adjust sanity check.
5018         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
5019         (elf_backend_link_output_symbol_hook): Define to
5020         sh64_elf64_link_output_symbol_hook.
5021         (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
5022         undefined if partial linking.  Adjust sanity check.
5023         2000-12-07  Hans-Peter Nilsson  <[email protected]>
5024         Implement semantics for inter-file DataLabel references.
5025         * elf64-sh64.c (DATALABEL_SUFFIX): Define.
5026         (sh64_elf64_add_symbol_hook): New.
5027         (sh_elf64_relocate_section): If passing an indirect symbol with
5028         st_type STT_DATALABEL on the way to a symbol with st_other
5029         STO_SH5_ISA32, do not bitor 1 to the relocation.
5030         (elf_backend_add_symbol_hook): Define to
5031         sh64_elf64_add_symbol_hook.
5032         * elf64-sh32.c: Tweak comments.
5033         (DATALABEL_SUFFIX): Define.
5034         (sh64_elf_add_symbol_hook): New.
5035         (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
5036         * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
5037         symbol with st_type STT_DATALABEL on the way to a symbol with
5038         st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
5039         2000-12-05  Hans-Peter Nilsson  <[email protected]>
5040         Pass through STT_DATALABEL.
5041         * elf32-sh64.c (sh64_elf_get_symbol_type): New.
5042         (elf_backend_get_symbol_type): Define.
5043         * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
5044         (elf_backend_get_symbol_type): Define.
5045         2000-11-30  Hans-Peter Nilsson  <[email protected]>
5046         * elf32-sh64.c: Tweak comments.
5047         (sh64_elf_copy_private_data_internal): Add prototype.
5048         (bfd_elf32_bfd_set_private_flags): Define.
5049         (sh64_elf_copy_private_data_internal): Compare machine name, not
5050         textual BFD target name, to check whether to copy section flag
5051         SHF_SH5_ISA32.
5052         (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
5053         Tweak section-contents-type-mismatch message.
5054         (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
5055         Validize reloc-types.
5056         * elf64-sh64.c: New file.
5057         * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
5058         * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
5059         (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
5060         Regenerate dependencies.
5061         * Makefile.in: Regenerate.
5062         * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
5063         bfd_elf64_sh64l_vec.
5064         * configure.in: Handle bfd_elf64_sh64_vec and
5065         bfd_elf64_sh64l_vec.
5066         * configure: Regenerate.
5067         * po/POTFILES.in: Regenerate.
5068         * po/bfd.pot: Regenerate.
5069         2000-11-29  Hans-Peter Nilsson  <[email protected]>
5070         * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
5071         anything else but EF_SH64 and EF_SH64_ABI64.
5072         (sh64_elf_merge_private_data): Emit error for anything else but
5073         EF_SH64 and EF_SH64_ABI64.
5074         * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
5075         from targ_selvecs.
5076         * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
5077         bfd_elf32_sh64l_vec as a temporary measure.
5078         * configure: Regenerate.
5079         2000-11-27  Hans-Peter Nilsson  <[email protected]>
5080         * cpu-sh.c (arch_info_struct): Include sh5 item
5081         unconditionalized.
5082         * config.bfd (sh64-*-elf*): Do not set targ_cflags.
5083         Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
5084         bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
5085         * elf32-sh64.c: Tweak comments.
5086         (sh64_elf_set_mach_from_flags): Recognize all machine flags that
5087         are proper subsets of SH64 as bfd_mach_sh5.  Add EF_SH64_ABI64.
5088         (sh64_elf_copy_private_data_internal): Wrap long line.
5089         (sh64_elf_merge_private_data): Rewrite to allow objects from
5090         SH64 subsets to be linked together.
5091         (INCLUDE_SHMEDIA): Define.
5092         * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
5093         Parenthesize plus-expression inside or-expression.
5094         <global symbol>: Ditto.
5095         (sh_elf_set_mach_from_flags): Remove code refusing
5096         deleted EF_SH64_32BIT_ABI flag.
5097         2000-11-26  Hans-Peter Nilsson  <[email protected]>
5098         * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
5099         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
5100         R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
5101         (sh_elf_relocate_section) <local symbol>: Or 1 in
5102         calculation of relocation if sym->st_other & STO_SH5_ISA32.
5103         <global symbol>: Ditto if h->other & STO_SH5_ISA32.
5104         * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
5105         relocation.
5106         2000-11-24  Hans-Peter Nilsson  <[email protected]>
5107         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
5108         (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
5109         Regenerate dependencies.
5110         * Makefile.in: Regenerate.
5111         * archures.c: Add bfd_mach_sh5.
5112         * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
5113         Handle sh64-*-elf*.  Set targ_cflags to -DINCLUDE_SHMEDIA.
5114         * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
5115         * configure: Regenerate.
5116         * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
5117         BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
5118         BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
5119         BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
5120         BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
5121         BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
5122         BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
5123         BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
5124         BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
5125         * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
5126         in item for SH5.
5127         * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
5128         for SHmedia relocs.
5129         [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
5130         [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
5131         shmedia_prepare_reloc, goto final_link_relocate if it returns
5132         non-zero, else fail as before.
5133         (sh_elf_set_mach_from_flags): Provide function only if not defined
5134         as macro.  Do not recognize objects with EF_SH64_32BIT_ABI set.
5135         (sh_elf_set_private_flags): Provide function only if not defined
5136         as a macro.
5137         (sh_elf_copy_private_data): Similar.
5138         (sh_elf_merge_private_data): Similar.
5139         * section.c (SEC_SH_ISA_SHMEDIA): New.
5140         * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
5141         * elf32-sh64.c: New file.
5142         * libbfd.h: Regenerate.
5143         * bfd-in2.h: Regenerate.
5144         * po/POTFILES.in: Regenerate.
5145         * po/bfd.pot: Regenerate.
5146         * bfd-in2.h: Regenerate.
5147         * libbfd.h: Regenerate.
5148
5149 2002-02-07  Daniel Jacobowitz  <[email protected]>
5150
5151         * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
5152         been included, not drag it in.
5153         * bfd-in2.h: Regenerate.
5154
5155 2002-02-06  H.J. Lu  ([email protected])
5156
5157         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
5158         the mach and ISA fields if necessary.
5159
5160 2002-02-06  Nick Clifton  <[email protected]>
5161
5162         * coffcode.h (coff_set_arch_mach_hook): Select the highest known
5163         ARM architecture when an F_ARM_5 flag is detected, since we cannot
5164         be sure exactly which architecture this represents.
5165
5166 2002-02-05  Nick Clifton  <[email protected]>
5167
5168         * po/tr.po: Updated translation.
5169
5170 2002-02-05  Alan Modra  <[email protected]>
5171
5172         From Jimi X <[email protected]>
5173         * archures (bfd_mach_ppc64): Define.
5174         (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
5175         (bfd_powerpc_arch): Define.
5176         * bfd-in2.h: Regenerate.
5177         * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
5178         (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
5179         (bfd_powerpc_archs): Add default powerpc64 arch.
5180
5181 2002-02-05  Alan Modra  <[email protected]>
5182
5183         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
5184         against section syms in readonly sections.  Don't do the global
5185         sym check if we find one.
5186         * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
5187         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
5188         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
5189         * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
5190         (elf_s390_grok_prstatus): Add missing prototype.
5191
5192 2002-02-04  Hans-Peter Nilsson  <[email protected]>
5193
5194         * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
5195         (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
5196         Call bfd_get_section_by_name only once.  Initialize
5197         bpodata->n_bpo_relocs_this_section.
5198         (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
5199         referring to DSOs.
5200         (bpo_reloc_request_sort_fn): Don't use difference of values as
5201         return-value.
5202
5203 2002-02-02  David O'Brien  <obrien@FreeBSD>
5204
5205         * configure.in: Tweak the FreeBSD 4.x recognition more.  Only treat
5206         version 4.5 and later the same as 5-CURRENT.
5207         * configure: Re-generate.
5208
5209 2002-02-02  Jason Thorpe  <[email protected]>
5210
5211         * config.bfd (hppa*-*-netbsd*): New target.
5212
5213 2002-01-31  Philipp Thomas  <[email protected]>
5214
5215         * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
5216         to front of message. Unify messages with elf32-arm.h. Use
5217         commas where neccessary.
5218         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
5219         ERROR in messages. Unify messages with coff-arm.c. Correct
5220         VFP/FPA error message.
5221         (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
5222         APCS-32 for translation.
5223
5224 2002-02-01  Hans-Peter Nilsson  <[email protected]>
5225
5226         Perform on-demand global register allocation from
5227         R_MMIX_BASE_PLUS_OFFSET relocs.
5228         * elf64-mmix.c (struct bpo_reloc_section_info, struct
5229         bpo_reloc_request, struct bpo_greg_section_info): New.
5230         (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
5231         bpo_reloc_request_sort_fn, mmix_elf_relax_section,
5232         _bfd_mmix_check_all_relocs,
5233         _bfd_mmix_prepare_linker_allocated_gregs,
5234         _bfd_mmix_finalize_linker_allocated_gregs): New functions.
5235         (elf_mmix_howto_table): Correct src_mask for most relocs.
5236         (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
5237         case.
5238         (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
5239         case.  Fix typo in comment.  New label do_mmix_reloc.
5240         (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
5241         store first object file with a base-plus-offset reloc.  Call
5242         mmix_elf_check_common_relocs for the part common with mmo.
5243         (mmix_elf_final_link): Write out linker-allocated register
5244         contents section.
5245         (elf_backend_gc_sweep_hook): Define.
5246         (bfd_elf64_bfd_relax_section): Define.
5247
5248         * mmo.c: Don't include <ctype.h>
5249         (mmo_init): Correct init-once logic.
5250
5251 2002-02-01  Tom Rix  <[email protected]>
5252
5253         * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
5254
5255 2002-02-01  Alan Modra  <[email protected]>
5256
5257         * Makefile.am: Run "make dep-am"
5258         * Makefile.in: Regenerate.
5259
5260 2002-01-31  David O'Brien  <obrien@FreeBSD>
5261
5262         * configure.in: Recognize the differences in core files from FreeBSD
5263         4.{0,1} and later versions of 4.x.  This treats 4.2+ the same as
5264         5-CURRENT.
5265         * configure: Regenerate.
5266
5267 2002-01-31  Ivan Guzvinec  <[email protected]>
5268
5269         * coff-or32.c: New file.
5270         * cpu-or32.c: New file.
5271         * elf32-or32.c: New file.
5272         * archures.c: Add support for or32.
5273         * targets.c: Add support for or32.
5274         * bfd-in2.h: Regenerate.
5275         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
5276         coff_write_object_contents): Add support for or32.
5277         * config.bfd: Add target.
5278         * configure.in: Add support for or32.
5279         * configure: Regenerate.
5280         * Makefile.am: Add support for or32.
5281         * Makefile.in: Regenerate.
5282         * po/SRC-POTFILES.in: Add or32 files.
5283         * po/bfd.pot: Regenerate.
5284
5285 2002-01-31  Nick Clifton  <[email protected]>
5286             Don Lindsay  <[email protected]>
5287
5288         * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
5289         false' with a return of a bfd_reloc_ error code.
5290
5291 2002-01-31  Hans-Peter Nilsson  <[email protected]>
5292
5293         * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
5294         unexport unreferenced symbols when --export-dynamic.  Call
5295         _bfd_elf_strtab_delref when unexporting.
5296
5297 2002-01-30  Daniel Jacobowitz  <[email protected]>
5298
5299         * bfd-in.h: Include <stdbool.h> if it is available.
5300         * bfd-in2.h: Regenerated.
5301
5302 2002-01-31  Alan Modra  <[email protected]>
5303
5304         * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
5305         not go via the plt.
5306
5307 2002-01-30  Nick Clifton  <[email protected]>
5308
5309         * archures.c: Tidy up formatting of embedded comments.
5310         * bfd.c: Tidy up formatting of embedded comments.
5311         * bfd-in.h: Fix formatting of comments.
5312         * reloc.c: Tidy up formatting of ordinary & embedded comments.
5313         * section.c: Tidy up formatting of embedded comments.
5314         * syms.c: Tidy up formatting of embedded comments.
5315         * targets.c: Tidy up formatting of embedded comments.
5316
5317         * bfd-in2.h: Regenerate.
5318
5319 2002-01-30  Nick Clifton  <[email protected]>
5320
5321         * vms-tir.c (cmd_name): New function.
5322         (tir_cmd_name): New function.
5323         (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
5324         (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
5325         Fix formatting.
5326
5327         * peXXigen.c (pe_print_idata): Rearrange message to aid in
5328         translation.
5329         (pe_print_pdata):  Rearrange message to aid in translation.
5330
5331         * libbfd.c (warn_deprecated): Rearrange error message to aid in
5332         translation.
5333
5334         * ihex.c (ihex_write_object_contents): Fix spelling typo.
5335
5336         * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
5337
5338         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
5339         message to aid in translation.
5340
5341         * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
5342         to aid in translation.
5343
5344         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
5345
5346 2002-01-30  Philipp Thomas  <[email protected]>
5347
5348         * coff-arm.c, elf32-elf.h: Unify messages.
5349
5350 2002-01-30  Nick Clifton <[email protected]>
5351
5352         * po/sv.po: Updated translation.
5353
5354 2002-01-30  Philipp Thomas  <[email protected]>
5355
5356         * dwarf2.c (read_abbrev): Use full section name in error message.
5357         (decode_line_info): Likewise.
5358
5359         * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
5360         message.
5361
5362 2002-01-30  Alan Modra  <[email protected]>
5363
5364         * elf64-ppc.c (func_desc_adjust): Only provide missing function
5365         descriptor symbols for undefined function code syms.  Clear
5366         ELF_LINK_NON_ELF so that they can stay weak.
5367
5368 2002-01-29  Chris Demetriou  <[email protected]>
5369             Mitch Lichtenberg  <[email protected]>
5370
5371         * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
5372         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
5373         to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
5374         generation.
5375         * bfd-in2.h: Regenerate.
5376
5377 2002-01-29  Chris Demetriou  <[email protected]>
5378
5379         * elf32-mips.c: Add additional comments about HI16 relocation
5380         processing.
5381         (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
5382         pc-relative relocations.  (Reverts change made on 2001-10-31.)
5383         (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
5384         for pc-relative relocations.
5385         (mips_elf_calculate_relocation): Add a comment about a kludge
5386         in the R_MIPS_GNU_REL_HI16 handling.
5387         (_bfd_mips_elf_relocate_section): Implement that kludge;
5388         adjust pc-relative HI16 relocation for difference in HI16 and
5389         LO16 addresses, since it can't easily be done in
5390         mips_elf_calculate_relocation.
5391
5392 2002-01-29  Martin Schwidefsky  <[email protected]>
5393
5394         * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
5395         relocations with PC32 relocations for undefined or weak symbols.
5396         * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
5397         * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
5398
5399 2002-01-28  Jason Thorpe  <[email protected]>
5400
5401         * elfcore.h (elf_core_file_p): Improve comment for last change.
5402
5403 2002-01-27  Daniel Jacobowitz  <[email protected]>
5404
5405         * configure: Regenerated.
5406
5407 2002-01-27  Jason Thorpe  <[email protected]>
5408
5409         * elfcore.h (elf_core_file_p): Set the machine architecture
5410         before processing the program headers.
5411
5412 2002-01-26  Hans-Peter Nilsson  <[email protected]>
5413
5414         * configure.in <64-bit configuration>: If using gcc, check and
5415         emit error for egcs-1.1.2.
5416         * configure: Regenerate.
5417
5418 2002-01-26  Egor Duda  <[email protected]>
5419
5420         * elf.c (elfcore_grok_win32pstatus): Copy only as much information
5421         as possible to avoid stack corruption.
5422
5423 2002-01-26  Richard Henderson  <[email protected]>
5424
5425         * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
5426         for non-allocated sections.
5427
5428 2002-01-25  Mark Kettenis  <[email protected]>
5429
5430         * elf.c (elfcore_write_prstatus): Make sure we pass the address of
5431         prstat.pr_reg even if it is a struct.
5432
5433 2002-01-25  Steve Ellcey <[email protected]>
5434
5435         * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
5436
5437 2002-01-25  Philipp Thomas  <[email protected]>
5438
5439         * coffgen.c (coff_print_symbol): Don't mark info message
5440         for translation.
5441
5442 2002-01-25  Nick Clifton <[email protected]>
5443
5444         * po/fr.po: Updated translation.
5445         * po/es.po: Updated translation.
5446
5447 2002-01-25  Philipp Thomas  <[email protected]>
5448
5449         * coff-alpha.c (alpha_relocate_section): Unify warning message
5450         for GP relative relocations without GP defined.
5451         * coff-mips.c (mips_relocate_section): Likewise.
5452
5453 2002-01-25  Alan Modra  <[email protected]>
5454
5455         * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
5456         unsigned overflow when new_offset < old_offset.
5457
5458 2002-01-24  Philipp Thomas  <[email protected]>
5459
5460         * bfd.c (_bfd_abort): Fix typo.
5461
5462 2002-01-23  Richard Henderson  <[email protected]>
5463
5464         * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
5465         plt entries for undefweak symbols.
5466
5467 2002-01-23  Steve Ellcey <[email protected]>
5468
5469         * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
5470         (bfd_elf64_ia64_hpux_big_vec): Ditto.
5471         (bfd_elf32_h8300_vec): Ditto.
5472
5473 2002-01-23  Alan Modra  <[email protected]>
5474
5475         * elf64-ppc.c: Remove stale part of ABI comment.
5476         (NO_OPD_RELOCS): Define.
5477         (ppc64_elf_check_relocs): Use it.
5478         (ppc64_elf_relocate_section): Here too.
5479         (build_one_stub): Don't point function syms at the stub.  Instead,
5480         hijack plt.offset.
5481         (ppc64_elf_relocate_section): Check whether REL24 relocs should
5482         really go to the stub.  Make all dynamic relocs in opd against
5483         locals.
5484         (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
5485         plt.offset.
5486
5487 2002-01-22  Richard Henderson  <[email protected]>
5488
5489         * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
5490
5491 2002-01-22  Alan Modra  <[email protected]>
5492
5493         * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
5494         TOC_BASE_OFF adjustment.
5495
5496         * Makefile.am: Run "make dep-am".
5497         * Makefile.in: Regenerate.
5498         * po/SRC-POTFILES.in: Regenerate.
5499
5500 2002-01-22  John David Anglin  <[email protected]>
5501
5502         * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
5503         host defines.
5504
5505 2002-01-21  Hans-Peter Nilsson  <[email protected]>
5506
5507         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
5508         Check for and emit error if sgot is NULL at this point.
5509
5510 2002-01-21  Jason Thorpe  <[email protected]>
5511
5512         * config.bfd (ia64*-*-netbsd*): New target.
5513
5514 2002-01-21  Thomas Klausner <[email protected]>
5515
5516         * som.c (som_write_space_strings): Comment typo fix.
5517
5518 2002-01-21  Alan Modra  <[email protected]>
5519
5520         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
5521         is_func_descriptor fields.
5522         (link_hash_newfunc): Init them.
5523         (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
5524         dot are candidates for plt entries.  When processing .opd relocs,
5525         set function descriptor strings to point inside function code
5526         string, and set new ppc_link_hash_entry fields.
5527         (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
5528         (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
5529         function descriptors.  It's now done in..
5530         (func_desc_adjust): New.
5531         (ppc64_elf_func_desc_adjust): New.
5532         (define elf_backend_always_size_sections): Define.
5533         (ppc64_elf_hide_symbol): New.
5534         (define elf_backend_hide_symbol): Define.
5535         (allocate_dynrelocs): Remove code looking up function descriptors
5536         as that has been done earlier.
5537         (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
5538         table.
5539         (ppc64_elf_finish_dynamic_symbol): Likewise.  Remove code looking
5540         up function descriptor.
5541         (build_one_stub): Look up the function code sym.  Check for
5542         invalid plt offsets.
5543         (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
5544         Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
5545
5546         * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
5547         boolean param.
5548         (_bfd_elf_link_hash_hide_symbol): Likewise.
5549         * elflink.h (elf_link_add_object_symbols): Adjust call to
5550         elf_backend_hide_symbol.
5551         (elf_fix_symbol_flags): Likewise.
5552         (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
5553         than bfd_alloc.
5554         * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
5555         Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
5556         * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
5557         (clobber_millicode_symbols): Adjust to suit new hide_symbol.
5558         * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
5559         and adjust to suit.
5560         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
5561         _bfd_elf_link_hash_hide_symbol rather than duplicating code.
5562         * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
5563
5564 2002-01-18  Alan Modra  <[email protected]>
5565
5566         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
5567         dynamic function descriptor symbol, not the associated function
5568         symbol.
5569
5570 2002-01-17  Eric Christopher  <[email protected]>
5571
5572         * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
5573
5574 2002-01-17  Nick Clifton  <[email protected]>
5575
5576         * po/bfd.pot: Regenerate.
5577         * po/fr.po: Regenerate.
5578
5579 2002-01-17  Alan Modra  <[email protected]>
5580
5581         * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
5582         Remove "Elf_Internal_Shdr *" param.
5583         (_bfd_mips_elf_section_from_bfd_section): Ditto.
5584         * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
5585         * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
5586         * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
5587         * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
5588         * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
5589         * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
5590         function to override special sections.  Remove hdr arg from
5591         backend call, and don't loop.
5592
5593 2002-01-16  Eric Christopher  <[email protected]>
5594
5595         * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
5596         on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
5597         relocations requiring gp0 and gp.
5598
5599 2002-01-16  Richard Earnshaw  <[email protected]>
5600
5601         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
5602         EF_ARM_VFP_FLOAT.
5603         (elf32_arm_print_private_bfd_data): Likewise.
5604
5605 2002-01-16  Nick Clifton  <[email protected]>
5606
5607         * po/tr.po: Import new version.
5608
5609 2002-01-16  Alan Modra  <[email protected]>
5610
5611         * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
5612         (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
5613         (ORI_R0_R0_0): Correct.
5614
5615 2002-01-16  Alan Modra  <[email protected]>
5616
5617         * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
5618         when plt_not_loaded.
5619         * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
5620         clear .plt SEC_CODE here.  Create .stub and correct .glink flags.
5621         (PLT_INITIAL_ENTRY_SIZE): Set to 24.
5622         (ppc64_elf_glink_code): Delete.
5623         (PPC64_ELF_GLINK_SIZE): Delete.
5624         (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
5625         BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
5626         ORI_R0_R0_0): Define.
5627         (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
5628         (struct ppc_link_hash_table): Add sstub and plt_overflow.
5629         (ppc64_elf_link_hash_table_create): Init them.
5630         (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
5631         Don't copy to shared lib.
5632         (ppc64_elf_check_relocs): Call bfd_set_error on errors.
5633         (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
5634         (allocate_dynrelocs <plt>): Don't change function sym here.  Make
5635         room for .stub and .glink code.
5636         (ppc64_elf_size_dynamic_sections): Handle .stub.  Make entry for
5637         DT_PPC64_GLINK.
5638         (ppc64_elf_final_link): Rename to ppc64_elf_set_toc.  Don't call
5639         bfd_elf64_bfd_final_link.
5640         (bfd_elf64_bfd_final_link): Don't define.
5641         (ppc64_elf_size_stubs): New.
5642         (build_plt_stub): New.
5643         (build_one_stub): New.
5644         (ppc64_elf_build_stubs): New.
5645         (ppc64_elf_relocate_section <toc relocs>): Remove assert.
5646         (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
5647         (ppc64_elf_finish_dynamic_symbol): Don't build stubs here.  Set
5648         DT_PPC64_GLINK entry.  Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
5649         case output sections not separate.  Adjust DT_RELASZ to not
5650         include plt relocs.  Set reserved got entry.  Set got and plt
5651         entry size.
5652         (elf_backend_got_header_size): Set to 8.
5653         * elf64-ppc.h: New file.
5654
5655 2002-01-16  Alan Modra  <[email protected]>
5656
5657         * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
5658         sections, use bfd_section_list_remove.
5659         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
5660         * elflink.h (elf_link_add_object_symbols): When removing all
5661         sections, use bfd_section_list_clear.
5662
5663 2002-01-15  Nick Clifton  <[email protected]>
5664
5665         * po/sv.po: New file: Swedish translation.
5666         * configure.in (ALL_LINGUAS): Add sv.
5667         * configure: Regenerate.
5668
5669 2002-01-15  Jakub Jelinek  <[email protected]>
5670
5671         * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
5672         * elf.c (merge_sections_remove_hook): New function.
5673         (_bfd_elf_merge_sections): Pass it as 3rd argument to
5674         _bfd_merge_sections.
5675         * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
5676         * libbfd.h: Rebuilt.
5677         * merge.c (_bfd_merge_sections): Add remove_hook argument.
5678         Call remove_hook if a SEC_EXCLUDE section is encountered.
5679
5680 2002-01-15  Nick Clifton  <[email protected]>
5681
5682         * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
5683         (xstormy16_reloc_map): Initialise new field with correct howto
5684         table.
5685         (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
5686         howto entry.
5687
5688 2002-01-10  Michael Snyder  <[email protected]>
5689
5690         * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
5691         (elfcore_write_pstatus): Use long instead of pid_t;
5692         * elf-bfd.h: Change prototypes to use long instead of pid_t;
5693
5694 2002-01-09  Jason Thorpe  <[email protected]>
5695
5696         * elf.c: Update copyright years.
5697         (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
5698         and NT_NETBSDCORE_FIRSTMACH.  Improve a comment.
5699
5700 2002-01-08  Michael Snyder  <[email protected]>
5701
5702         Add capability to write corefile note sections, for gdb.
5703         * elf.c (elfcore_write_note): New function.
5704         (elfcore_write_prpsinfo): New function.
5705         (elfcore_write_prstatus): New function.
5706         (elfcore_write_pstatus): New function.
5707         (elfcore_write_prfpreg): New function.
5708         (elfcore_write_prxfpreg): New function.
5709         * elf-bfd.h: Add prototypes for above functions.
5710
5711 2002-01-08  Alexandre Oliva  <[email protected]>
5712
5713         * elf.c (elf_fake_sections): Propagate errors from
5714         elf_backend_fake_section.
5715
5716 2002-01-07  Jason Thorpe  <[email protected]>
5717
5718         * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
5719         (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
5720         (elf32-sh-nbsd.lo): New rule.
5721         * Makefile.in: Regenerate.
5722         * config.bfd (sh*le-*-netbsdelf*): New target.
5723         (sh*-*-netbsdelf*): New target.
5724         * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
5725         (bfd_elf32_shnbsd_vec): New vector.
5726         (bfd_elf32_shlnbsd_vec): New vector.
5727         * configure: Regenerate.
5728         * elf32-sh-nbsd.c: New file.
5729         * targets.c: Update copyright years.
5730         (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
5731         bfd_elf32_shnbsd_vec.
5732
5733 2002-01-07  Aldy Hernandez  <[email protected]>
5734
5735         * coff-rs6000.c (READ20): Use bfd_scan_vma.
5736
5737 2002-01-07  Geoffrey Keating  <[email protected]>
5738
5739         * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
5740         of a symbol in a section that will be deleted.
5741
5742 2002-01-07  Nick Clifton  <[email protected]>
5743
5744         * po/es.po: New file: Spanish translation.
5745         * configure.in (ALL_LINGUAS): Add es.
5746         * configure: Regenerate.
5747
5748 2002-01-06  Steve Ellcey  <[email protected]>
5749
5750         * elfxx-ia64.c (is_unwind_section_name): Add target vector as
5751         argument so we can handle HP-UX specially.
5752         (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
5753         (elfNN_hpux_backend_section_from_bfd_section): New for support
5754         of SHN_IA_64_ANSI_COMMON.
5755         (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
5756         (is_unwind_section_name): Add special HP-UX support.
5757         (elfNN_ia64_section_from_shdr): Add support for more sections.
5758         (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
5759         add support for more sections.
5760         (elfNN_ia64_additional_program_headers): Modify
5761         is_unwind_section_name call.
5762         (elfNN_ia64_modify_segment_map): Remove assumption that there is
5763         only one unwind section in segment.
5764
5765 2002-01-06  Alan Modra  <[email protected]>
5766
5767         * syms.c (_bfd_generic_make_empty_symbol): New function.
5768         * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
5769         _bfd_generic_make_empty_symbol.
5770         * libbfd.h: Regenerate.
5771         * bfd-in2.h: Regenerate.
5772         * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
5773         (hppabsd_core_get_symtab_upper_bound): Don't define.
5774         (hppabsd_core_get_symtab): Likewise.
5775         (hppabsd_core_print_symbol): Likewise.
5776         (hppabsd_core_get_symbol_info): Likewise.
5777         (hppabsd_core_bfd_is_local_label_name): Likewise.
5778         (hppabsd_core_get_lineno): Likewise.
5779         (hppabsd_core_find_nearest_line): Likewise.
5780         (hppabsd_core_bfd_make_debug_symbol): Likewise.
5781         (hppabsd_core_read_minisymbols): Likewise.
5782         (hppabsd_core_minisymbol_to_symbol): Likewise.
5783         (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
5784         Formatting fixes.
5785         * hpux-core.c: Similarly.
5786         * irix-core.c: Similarly.
5787         * osf-core.c: Similarly.
5788         * sco5-core.c: Similarly.
5789         * binary.c (binary_make_empty_symbol): Remove function, define as
5790         _bfd_generic_make_empty_symbol.
5791         * ihex.c (ihex_make_empty_symbol): Likewise.
5792         * mmo.c (mmo_make_empty_symbol): Likewise.
5793         * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
5794         * srec.c (srec_make_empty_symbol): Likewise.
5795         * versados.c (versados_make_empty_symbol): Likewise.
5796         * vms.c (_bfd_vms_make_empty_symbol): Remove.
5797         (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
5798         * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
5799         rather than _bfd_vms_make_empty_symbol.
5800         * vms-misc.c (new_symbol): Likewise.
5801
5802 2002-01-05  Alan Modra  <[email protected]>
5803
5804         * section.c (bfd_section_init): Remove unnecessary initialisations.
5805         (bfd_section_list_clear): New function.
5806         (bfd_section_list_remove, bfd_section_list_insert): New macros.
5807         (_bfd_strip_section_from_output): Use them.
5808         * coffcode.h (coff_set_alignment_hook): Likewise.
5809         * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
5810         * elf64-mips.c (mips_elf64_final_link): Likewise.
5811         * elf64-mmix.c (mmix_elf_final_link): Likewise.
5812         * sunos.c (sunos_add_dynamic_symbols): Likewise.
5813         * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
5814         * bfd-in2.h: Regenerate.
5815
5816         * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
5817         rather than doing our own section handling.  Clean up after errors
5818         with bfd_release and bfd_section_list_clear.  Handle unexpected
5819         flags.
5820         * aoutf1.h (sunos4_core_file_p): Likewise.
5821         * aix386-core.c (aix386_core_file_p): Likewise.
5822         * cisco-core.c (cisco_core_file_validate): Likewise.
5823         * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
5824         * trad-core.c (trad_unix_core_file_p): Likewise.
5825
5826         * hppabsd-core.c (hppabsd_core_core_file_p):  Clean up after errors
5827         with bfd_release and bfd_section_list_clear.
5828         * hpux-core.c (hpux_core_core_file_p): Likewise.
5829         * irix-core.c (irix_core_core_file_p): Likewise.
5830         * lynx-core.c (lynx_core_file_p): Likewise.
5831         * osf-core.c (osf_core_core_file_p): Likewise.
5832         * rs6000-core.c (rs6000coff_core_p): Likewise.
5833         * sco5-core.c (sco5_core_file_p): Likewise.
5834
5835         * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
5836         sign extension adjustments without conditionals.
5837
5838 2002-01-04  Jakub Jelinek  <[email protected]>
5839
5840         * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
5841         CIE at .eh_frame start is removed due to no FDEs referencing it.
5842
5843 2002-01-04  Jason Thorpe  <[email protected]>
5844
5845         * config.bfd (x86_64-*-netbsd*): New target.
5846         * configure.in (x86_64-*-netbsd*): Set COREFILE
5847         to netbsd-core.lo.
5848         * configure: Regenerated.
5849
5850 2002-01-03  Tom Rix  <[email protected]>
5851
5852         * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
5853         for recent bfd_make_section_anyway change.
5854
5855 2002-01-03  Nick Clifton  <[email protected]>
5856
5857         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
5858         R_ARM_THM_PC11 reloc.
5859
5860 2002-01-02  Nick Clifton  <[email protected]>
5861
5862         * configure.in (LINGUAS): Add ja.
5863         * configure: Regenerate.
5864         * po/ja.po: Import from translation project's web site.
5865
5866 2002-01-02  Nick Clifton  <[email protected]>
5867
5868         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
5869         messages to ease translation into other languages.
5870
5871 For older changes see ChangeLog-0001
5872 \f
5873 Local Variables:
5874 mode: change-log
5875 left-margin: 8
5876 fill-column: 74
5877 version-control: never
5878 End:
This page took 0.349896 seconds and 4 git commands to generate.