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