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