* elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
[external/binutils.git] / bfd / ChangeLog
1 2001-05-28  Andreas Jaeger  <aj@suse.de>
2
3         * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
4         generic version since we want a hashsize of 4.
5         (elf_backend_size_info): Likewise.
6
7 2001-05-28  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
8
9         src/bfd/ChangeLog
10         * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
11         a zeroing loop.
12         (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
13         (elf_link_input_bfd): Likewise.
14         (elf_reloc_link_order): Likewise.
15         (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
16         relocations correctly.
17
18 2001-05-28  Nicolas Pitre <nico@cam.org>
19
20         * elf32-arm.h: fix PLT generation for big endian ARM
21
22 2001-05-28  Alan Modra  <amodra@one.net.au>
23
24         * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
25         for symbols forced local that need plabels.
26         (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
27         .plt.rela for local syms if non-shared.
28         (hppa_build_one_stub): Mask lsb of plt.offset.
29         (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
30         (clobber_millicode_symbols): Correct comment.
31         (elf32_hppa_relocate_section): Likewise.
32         (elf32_hppa_finish_dynamic_symbol): Likewise.
33
34 2001-05-28  Jeff Sturm  <jsturm@one-point.com>
35
36         * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
37         * bfd-in2.h: Regenerate.
38         * libbfd.h: Regenerate.
39         * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
40         and BFD_RELOC_SPARC_UA64 mapping
41         * elf64-sparc.c: Likewise.
42
43 2001-05-25  H.J. Lu  <hjl@gnu.org>
44
45         * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
46         (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
47         (coff-rs6000.lo): Remove the old dependency.
48         * Makefile.in: Rebuild.
49
50         * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
51         coff-rs6000.lo.
52
53 2001-05-25  H.J. Lu  <hjl@gnu.org>
54
55         * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
56         rs6000coff_core_file_matches_executable_p,
57         rs6000coff_core_file_failing_command and
58         rs6000coff_core_file_failing_signal only if AIX_CORE is
59         defined.
60         (pmac_xcoff_vec): Likewise.
61         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
62
63 2001-05-25  Timothy Wall  <twall@redhat.com>
64
65         * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
66         for __GLOB_DATA_PTR on AIX5.  Clean up some relocation bugs.
67
68 2001-05-25  H.J. Lu  <hjl@gnu.org>
69
70         * bfd-in2.h: Regenerated.
71         * libcoff.h: Likewise.
72
73 2001-05-25  Alan Modra  <amodra@one.net.au>
74
75         * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
76         undefined millicode syms in shared libs.
77         (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
78         (elf32_hppa_check_relocs): Likewise.
79         (elf32_hppa_adjust_dynamic_symbol): Likewise.
80         (elf32_hppa_size_dynamic_sections): Likewise.
81         (elf32_hppa_relocate_section): Likewise.
82         (elf32_hppa_finish_dynamic_symbol): Likewise.
83         (elf32_hppa_finish_dynamic_sections): Likewise.
84
85 2001-05-24  Tom Rix <trix@redhat.com>
86
87         * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
88         xcoff-target.h not used to define rs6000 or ppc bfd.
89         * Makefile.in same
90
91         * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
92         to 64 bit.
93
94         * coff-rs6000.c : Many changes for 64 bit support.  Move common
95         32/64 code to xcofflink.c.  Explictly define the rs6000coff_vec
96         and pmac_xcoff_vec
97
98         * coff64-rs6000.c : Many changes for 64 bit support.  64 bit
99         linker now supported.  Explictly define the rs6000coff64_vec.
100
101         * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
102         (coff_print_aux) same
103         (coff_write_object_contents) same
104         (coff_slurp_line_table) same
105
106         * coffgen.c : (coff_fix_symbol_name) formatting
107         (coff_mangle_symbols) xcoff 64 bit support
108         (coff_write_symbol) same
109         (coff_write_alien_symbol) same
110         (coff_write_native_symbol) same
111         (coff_write_symbols) same
112         (coff_get_symbol_info) same
113         (bfd_coff_get_syment) same
114         (coff_print_symbol) same
115
116         * config.bfd : add powerpc64-*-aix* target
117
118         * libcoff-in.h : formatting
119
120         * libcoff.h : move xcoff extern declarations to libxcoff.h
121
122         * libxcoff.h : New file
123
124         * xcofflink.c : Many changes for xcoff64 support.  Move common
125         structures to include/coff/xcoff.h.  Move specific structure to
126         backends coff-rs6000.c and coff64-rs6000.c.   Use new backend
127         functions, defined in libxcoff.h, to isolate 32/64 dependencies.
128
129         (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
130         aix4.2+ -binitfini.
131
132         (xcoff_build_ldsyms) : handle special __rtinit symbol.
133
134 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
135
136         * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
137         s/ENTIRES/ENTRIES/.
138
139 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
140
141         * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
142         * libbfd.h: Regenerate.
143         * bfd0in2.h: Regenerate.
144
145         * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
146         * archures.c (bfd_mach_mips12000): Define.
147         * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
148         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
149         support.
150         (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
151         * bfd-in2.h: Regenerate.
152         * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
153
154 2001-05-23  kaz Kojima  <kkojima@rr.iij4u.or.jp>
155
156         * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
157         elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
158         elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
159         that is used by GCC.
160
161 2001-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
162
163         * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
164         of entries in a structured section.
165         * elf.c: Use new macro.
166         * elf32-i386.c: Use new macro.
167         * elf32-mips.c: Use new macro.
168         * elf64-alpha.c: Use new macro.
169         * elf64-sparc.c: Use new macro.
170         * elfcode.h: Use new macro.
171         * elflink.h: Use new macro.
172
173 2001-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
174
175         * bfdint.texi: Replace -oformat with --oformat.
176
177 2001-05-21  Andreas Jaeger  <aj@suse.de>
178
179         * dwarf2.c (decode_line_info): Fix error message.
180         (read_abbrevs): Fix test for offset as suggested by Alan Modra and
181         adjust error message.
182
183 2001-05-18  H.J. Lu  <hjl@gnu.org>
184
185         * elflink.h (elf_link_add_object_symbols): Revert the last
186         change.
187
188 2001-05-17  Alan Modra  <amodra@one.net.au>
189
190         * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
191         ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
192         (hppa_build_one_stub): Add an assert to check plt.offset.
193
194 2001-05-17  H.J. Lu  <hjl@gnu.org>
195
196         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
197         version definition to basename of the output filename.
198
199 2001-05-17  H.J. Lu  <hjl@gnu.org>
200
201         * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
202         basename of the bfd filename.
203
204 2001-05-16  Alan Modra  <amodra@one.net.au>
205
206         * section.c (asection): Add linker_has_input field.
207         (STD_SECTION): Adjust initialization to suit.
208         * ecoff.c (bfd_debug_section): Likewise.
209         * bfd-in2.h: Regenerate.
210
211 2001-05-15  Alexandre Oliva  <aoliva@redhat.com>
212
213         * elf-m10300.c (mn10300_elf_relax_section): Don't relax
214         negative 32-bit operands to 16 operands when the operand is
215         going to be zero-extended by the modified opcode.
216
217 2001-05-12  Peter Targett  <peter.targett@arccores.com>
218
219         * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
220         name for 'arc5' core versions.
221         (bfd_arc_arch): Make bfd_mach_arc_6 default.
222
223         * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
224         architecture.
225         (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
226
227 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
228
229         * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
230         sections as well.
231         (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
232         to .gnu.linkonce.t.FOO text section.
233
234 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
235
236         * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
237         fields, change sec into secinfo.
238         (struct sec_merge_info): Add chain, remove last fields.
239         (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
240         (sec_merge_hash_lookup): If lookup could not use a string only
241         because it has bad alignment, mark the old string for deletion.
242         (sec_merge_add): Add secinfo argument. Don't compute entry's
243         position, instead record the section.
244         (sec_merge_emit): Update for the sec into secinfo change in
245         struct sec_merge_hash_entry.
246         (_bfd_merge_section): Only record the section for merging, defer
247         putting strings into the hash table.
248         (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
249         _bfd_merge_sections): New functions.
250         (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
251         changes.
252         * libbfd-in.h (_bfd_merge_sections): Add prototype.
253         (_bfd_nolink_bfd_merge_sections): Define.
254         * libbfd.h: Likewise.
255         (bfd_generic_merge_sections): Add prototype.
256         * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
257         (struct bfd_target): Likewise.
258         * bfd.c (bfd_merge_sections): Define.
259         * bfd-in2.h: Rebuilt.
260         * elf.c (_bfd_elf_merge_sections): New function.
261         * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
262         * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
263         * reloc.c (bfd_generic_merge_sections): New function.
264         * vms.c (vms_bfd_merge_sections): New function.
265         * aout-adobe.c (aout_32_bfd_merge_sections): Define.
266         * aout-target.h (MY_bfd_merge_sections): Define.
267         * aout-tic30.c (MY_bfd_merge_sections): Define.
268         * binary.c (binary_bfd_merge_sections): Define.
269         * bout.c (b_out_bfd_merge_sections): Define.
270         * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
271         * coffcode.c (coff_bfd_merge_sections): Define.
272         * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
273         * i386msdos.c (msdos_bfd_merge_sections): Define.
274         * i386os9k.c (os9k_bfd_merge_sections): Define.
275         * ieee.c (ieee_bfd_merge_sections): Define.
276         * ihex.c (ihex_bfd_merge_sections): Define.
277         * nlm-target.h (nlm_bfd_merge_sections): Define.
278         * oasys.c (oasys_bfd_merge_sections): Define.
279         * ppcboot.c (ppcboot_bfd_merge_sections): Define.
280         * som.c (som_bfd_merge_sections): Define.
281         * srec.c (srec_bfd_merge_sections): Define.
282         * tekhex.c (tekhex_bfd_merge_sections): Define.
283         * versados.c (versados_bfd_merge_sections): Define.
284         * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
285
286 2001-05-11  Nick Clifton  <nickc@cambridge.redhat.com>
287
288         * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
289         to be unsigned long, in order to match its use.
290
291 2001-05-10  H.J. Lu  <hjl@gnu.org>
292
293         * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
294         indirect symbols.
295
296 2001-05-09  H.J. Lu  <hjl@gnu.org>
297
298         * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
299         versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
300         Remove the unused veriable `dynver'.
301
302 2001-05-08  Ian Lance Taylor  <ian@zembu.com>
303
304         * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
305         NULL or is not COFF.
306         (coff_i386_rtype_to_howto): Don't dump core if output section
307         owner is not COFF.
308
309 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
310
311         * ecoff.c (bfd_debug_section): Fix initialization.
312         * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
313         is always a positive integer. Cast away sign mismatch.
314         * elf32-mips.c: Fix misleading comment and typo.
315         (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
316         correct data type.
317         * elflink.c: Fix typo.
318         (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
319         * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
320
321 2001-05-04  Richard Henderson  <rth@redhat.com>
322
323         * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
324
325 2001-05-04  Nick Clifton  <nickc@cambridge.redhat.com>
326
327         * elf32-arm.h (elf32_arm_final_link_relocate): Set
328         EF_ARM_HASENTRY if the start address is set.
329
330 2001-05-03  Nick Clifton  <nickc@cambridge.redhat.com>
331
332         * targets.c (_bfd_target_vector_entries): Compute value based on
333         the size of the _bfd_target_vector and not bfd_target_vector.
334
335 2001-05-03  H.J. Lu  <hjl@gnu.org>
336
337         * elfcode.h: Include "libiberty.h".
338
339         * elflink.h (elf_link_add_object_symbols): Set
340         elf_dt_name (abfd) to basename of the bfd filename.
341         (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
342         of the bfd filename.
343
344 2001-05-03  Andreas Jaeger  <aj@suse.de>
345
346         * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
347         (elf_generic_info_to_howto_rel): Likewise.
348         * coff-alpha.c (reloc_nil): Likewise.
349         (alpha_ecoff_bad_format_hook): Likewise.
350         (alpha_adjust_reloc_out): Likewise.
351         (alpha_bfd_reloc_type_lookup): Likewise.
352         (alpha_convert_external_reloc): Likewise.
353         * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
354         (elf64_alpha_reloc_bad): Likewise.
355         (elf64_alpha_reloc_gpdisp): Likewise.
356         (elf64_alpha_bfd_reloc_type_lookup): Likewise.
357         (elf64_alpha_info_to_howto): Likewise.
358         (elf64_alpha_add_symbol_hook): Likewise.
359         (elf64_alpha_create_got_section): Likewise.
360         (elf64_alpha_is_local_label_name): Likewise.
361         (elf64_alpha_merge_ind_symbols): Likewise.
362         * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
363         (mips_elf64_get_reloc_upper_bound): Likewise.
364         * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
365         (nlm_alpha_get_public_offset): Likewise.
366
367 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
368
369         * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
370         about overflow in R_OPENRISC_LO_16_IN_INSN and
371         R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
372
373 2001-04-30  H.J. Lu  <hjl@gnu.org>
374
375         * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
376         only for ELF_LINK_FORCED_LOCAL.
377         * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
378         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
379         * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
380
381         * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
382         if the symbol has hidden or internal visibility.
383
384 2001-04-30  Alan Modra  <amodra@one.net.au>
385
386         * elf32-hppa.c (final_link_relocate): Branch to .+8 for
387         calls to undefined weak symbols.
388
389 2001-04-30  Andreas Jaeger  <aj@suse.de>, Andreas Schwab <schwab@suse.de>
390
391         * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
392         R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
393
394 2001-04-27  Andreas Jaeger  <aj@suse.de>
395
396         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
397         out handled entries.
398         (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
399         (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
400         (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
401         GOT32.
402
403 2001-04-27  Sean McNeil <sean@mcneil.com>
404
405         * config.bfd: Add arm-vxworks target.
406         * coff-arm (coff_arm_relocate_section): Add in symbol value to
407         addend (fro VXworks targets).
408
409 2001-04-26  H.J. Lu  <hjl@gnu.org>
410
411         * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
412         valid.
413
414 2001-04-25  Frank Ch. Eigler  <fche@redhat.com>
415
416         * bfd-in.h (bfd_cache_close): Declare newly exported function.
417         * bfd-in2.h: Regenerated.
418
419 2001-04-24  Jakub Jelinek  <jakub@redhat.com>
420
421         * merge.c (struct sec_merge_hash_entry): Add alignment field.
422         (struct sec_merge_hash): Remove alignment_power.
423         (sec_merge_hash_newfunc): Clear alignment.
424         (sec_merge_hash_lookup): Pass alignment as argument.
425         Use hashp->root.next, not hashp->next to walk the hash chain.
426         If a string already in the hashtable does not have required
427         alignment, create a new hashtable entry.
428         (sec_merge_init): Remove alignment_power argument.
429         (sec_merge_add): Add alignment argument.
430         (sec_merge_emit): Alignment is now a per-entity thing, not per
431         section.
432         (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
433         for proper alignment.
434         Pass alignment information to sec_merge_add.
435
436 2001-04-24  Christian Groessler  <cpg@aladdin.de>
437
438         * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
439         and R_REL16 reloc types; accept odd values for R_REL16 type
440
441 2001-04-24  Johan Rydberg  <jrydberg@opencores.org>
442
443         * cpu-openrisc.c: New file.
444         * elf32-openrisc.c: Likewise.
445
446         * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
447         (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
448         (BFD32_BACKENDS): Add elf32-openrisc.lo.
449         (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
450         (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
451         * Makefile.in: Regenerated.
452         * config.bfd: (openrisc-*-elf): New target.
453         * configure.in (bfd_elf32_openrisc_vec): New vector.
454         * configure: Regenerated.
455         * libbfd.h: Regenerated.
456         * bfd-in2.h: Regenerated.
457         * reloc.c: Add OpenRISC relocations.
458         * targets.c (bfd_elf32_openrisc_vec): Declare.
459         (bfd_target_vect): Add bfd_elf32_openrisc_vec.
460         * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
461         (bfd_openrisc_arch): Declare.
462         (bfd_archures_list): Add bfd_openrisc_arch.
463         * elf.c (prep_headers): Add bfd_arch_openrisc.
464
465 2001-04-23  Bo Thorsen  <bo@suse.de>
466
467         * elf64-x86-64.c: Add c++ vtable hack.
468         Small whitespace and comment changes.
469
470 2001-04-19  Andreas Jaeger  <aj@suse.de>
471
472         * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
473         (elf64_x86_64_plt_entry): Likewise.
474         (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
475         (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
476
477 2001-04-17  Hans-Peter Nilsson  <hp@axis.com>
478
479         * elf32-cris.c: Tweak comments related to dynamic linking.
480         (cris_elf_relocate_section): When not creating shared object, fill
481         in the .got table for any symbol not in the dynamic symbol table.
482         (elf_cris_finish_dynamic_symbol): When not creating shared object,
483         only emit a .got.rela reloc if the symbol is in the dynamic symbol
484         table.
485         (cris_elf_check_relocs): Use variable r_type in all places rather
486         than the original expression.  Add default case in switch for
487         reloc types.
488         (elf_cris_size_dynamic_sections): Iterate over
489         elf_cris_discard_excess_program_dynamics when not creating shared
490         library.
491         (elf_cris_discard_excess_dso_dynamics): Renamed from
492         elf_cris_discard_copies.  Correct typo, s/Rel/Rela/.
493         (elf_cris_discard_excess_program_dynamics): New.
494
495 2001-04-14  Mark Elbrecht  <snowball3@bigfoot.com>
496
497         * coffcode.h (coff_write_object_contents): Use
498         bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
499
500 2001-04-14  H.J. Lu  <hjl@gnu.org>
501
502         * bfd-in2.h: Regenerate.
503
504 2001-04-14  Jakub Jelinek <jakub@redhat.com>
505
506         * section.c (STD_SECTION): Add entsize.
507
508 2001-04-13  H.J. Lu  <hjl@gnu.org>
509
510         * section.c (SEC_MERGE): Define new flag for merging.
511         (SEC_STRINGS): Likewise.
512         (entsize): New field.
513
514 2001-04-13  Roger Sayle  <roger@metaphorics.com>
515
516         * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
517         flag on pe-i386 targets.
518
519 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
520
521         * libbfd-in.h (_bfd_merge_section): New.
522         (_bfd_write_merged_section): New.
523         (_bfd_merged_section_offset): New.
524         * libbfd.h: Rebuilt.
525         * linker.c (_bfd_generic_link_output_symbols): Handle
526         discard_sec_merge.
527         * aoutx.h (aout_link_write_symbols): Likewise.
528         * pdp11.c (aout_link_write_symbols): Likewise.
529         * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
530         (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
531         sections.
532         (elf_link_sec_merge_syms): New.
533         (elf_link_input_bfd): Call _bfd_merged_section_offset
534         and _bfd_write_merged_section.
535         Handle discard_sec_merge.
536         * elf-bfd.h (struct elf_link_hash_table): Add merge_info
537         field.
538         (struct bfd_elf_section_data): Likewise.
539         * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
540         SEC_STRINGS section flags and entsize from their ELF counterparts.
541         (_bfd_elf_link_hash_table_init): Initialize merge_info.
542         (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
543         from their BFD counterparts.
544         * merge.c: New file.
545         * Makefile.am: Add strtab.lo.
546         * Makefile.in: Rebuilt.
547
548 2001-04-09  Hans-Peter Nilsson  <hp@axis.com>
549
550         * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
551         only hide symbols marked STV_INTERNAL or STV_HIDDEN.
552
553 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
554
555         * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
556         endian MIPS ELF target.
557         * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
558         MIPS ELF target.
559
560         * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
561         64bit big endian MIPS ELF target.
562         (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
563         endian MIPS ELF target.
564         * configure: Regenerated.
565
566         * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
567         little endian targets.
568         (mips_elf_sym_is_global): Handle traditional targets.
569
570         * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
571         64bit big endian MIPS ELF target.
572         (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
573         endian MIPS ELF target.
574
575         * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
576         and bfd_elf64_tradlittlemips_vec.
577
578 2001-04-05  David Mosberger  <davidm@hpl.hp.com>
579
580         * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
581         ordinary "progbits" section.
582
583 2001-04-04  Alan Modra  <alan@linuxcare.com.au>
584
585         * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
586         when -Bsymbolic causes a symbol to no longer need a .plt entry.
587
588 2001-04-03  David Mosberger  <davidm@hpl.hp.com>
589
590         * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
591
592 2001-03-30  H.J. Lu  <hjl@gnu.org>
593
594         * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
595         (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
596
597 2001-03-26  H.J. Lu  <hjl@gnu.org>
598
599         * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
600         if there are any relocations for generic ELF.
601         (bfd_elf32_bfd_link_add_symbols): Defined to
602         elf32_generic_link_add_symbols.
603         * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
604         if there are any relocations for generic ELF.
605         (bfd_elf64_bfd_link_add_symbols): Defined to
606         elf64_generic_link_add_symbols.
607
608 2001-03-23  Nick Clifton  <nickc@redhat.com>
609
610         * Makefile.am (BUILD_CFILES): New variable: List of C source
611         files created in build directory.
612         (BUILD_HFILES): New variable: List of header files created in
613         build directory.
614         (POTFILES): Delete.
615         (po/POTFILES.in): Replace rule with empty entry.
616         (po/SRC-POTFILES.in): New rule: Create a list of source files
617         in the source directory.
618         (po/BLD-POTFILES.in): New rule: Create a list of source files
619         in the build directory.
620         (MOSTLYCLEAN): Do not delete source files created in build
621         directory.
622         * Makefile.in: Regenerate.
623         * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
624         into po/Makefile.
625         * configure: Regenerate.
626
627         * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
628         and BLD_POTFILES.
629         Add .. to the search path when building bfd.pot.
630         Delete POTFILES when performing distclean.
631         Add comment describing why distclean is broken in maintainer mode.
632         * po/POTFILES.in: Delete.
633         * po/SRC-POTFILES.in: New file.
634         * po/BLD-POTFILES.in: New file.
635         * po/bfd.pot: Regenerate.
636
637 2001-03-22  Hans-Peter Nilsson  <hp@axis.com>
638
639         * elf32-cris.c: Shlib and PIC support.  PCREL tweaks.
640         (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
641         elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
642         elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
643         elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
644         elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
645         functions.
646         (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
647         R_CRIS_32_PCREL>: Correct comments.  Set pcrel_offset to false.
648         <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
649         R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
650         R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
651         New HOWTO members for new relocs.
652         (cris_reloc_map): Map new relocs.
653         (ELF_DYNAMIC_INTERPRETER): Define.
654         (PLT_ENTRY_SIZE): Define.
655         (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
656         elf_cris_pic_plt_entry): New, PLT templates.
657         (struct elf_cris_pcrel_relocs_copied, struct
658         elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
659         (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
660         (cris_final_link_relocate): Check that 16-bit GOT relocs have
661         positive values.  Adjust PCREL relocs to be relative to location
662         after relocation.
663         (cris_elf_relocate_section): Handle relocations to dynamic
664         objects.  Handle new relocations.  Call error handler when seeing
665         non-PIC relocation for read-only sections while generating shared
666         object.
667         (cris_elf_check_relocs): Set reference counts for GOT and PLT
668         entries.
669         (bfd_elf32_bfd_link_hash_table_create,
670         elf_backend_adjust_dynamic_symbol,
671         elf_backend_size_dynamic_sections,
672         elf_backend_finish_dynamic_symbol,
673         elf_backend_finish_dynamic_sections,
674         elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
675         elf_backend_hide_symbol, elf_backend_want_got_plt,
676         elf_backend_plt_readonly, elf_backend_want_plt_sym,
677         elf_backend_got_header_size, elf_backend_plt_header_size):
678         Define.
679
680         * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
681         BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
682         BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
683         BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
684         BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
685         BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
686         * bfd-in2.h, libbfd.h: Regenerate.
687
688 2001-03-21  Diego Novillo  <dnovillo@redhat.com>
689
690         (_bfd_mips_elf_relocate_section): Give a better error message when
691         a relocation is not recognized.
692
693 2001-03-21  Alan Modra  <alan@linuxcare.com.au>
694
695         * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
696         non-NULL before attempting to dereference.
697
698 2001-03-20  H.J. Lu  <hjl@gnu.org>
699
700         * configure.in: Remove the redundent AC_ARG_PROGRAM.
701         * configure: Rebuild.
702
703 2001-03-20  Andreas Schwab  <schwab@suse.de>
704
705         * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
706         relocation value when resolving a reference from a debugging
707         section.
708
709 2001-03-16  Scott Thomason  <SThomaso@hii.com>
710
711         * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
712         (xcoff64_swap_sym_out): Fix syntax errors.
713
714 2001-03-16  Richard Sandiford  <rsandifo@redhat.com>
715
716         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
717
718 2001-03-15  Alan Modra  <alan@linuxcare.com.au>
719
720         * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
721         (hppa_link_hash_newfunc): Init it.
722         (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
723         section appears to be non-PIC.
724         (final_link_relocate): Likewise.
725         (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
726         possible candidate function, and set pic_call for those that will
727         only have a .plt entry for the PIC call stub.
728         (hppa_handle_PIC_calls): Set maybe_pic_call.
729
730 2001-03-12  DJ Delorie  <dj@redhat.com>
731
732         * elf32-sh.c (sh_elf_relocate_section): Only relocation
733         R_SH_DIR8WP* relocs if they're against external symbols, else
734         they're just for relaxing.  Validate the reloc values.
735
736 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
737
738         * binary.c (bfd_external_binary_architecture): Declare.
739         (binary_object_p): If bfd_external_binary_architecture is defined,
740         set the architecture to this string.
741
742 2001-03-11  Philip Blundell  <philb@gnu.org>
743
744         * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
745         entries that could serve as a definition for a weak symbol.
746
747 2001-03-08  Nick Clifton  <nickc@redhat.com>
748
749         * Most files: Update copyright notices using Perl script created
750         by Kevin Buettner <kevinb@redhat.com>.
751
752 2001-03-07  Nick Clifton  <nickc@redhat.com>
753
754         * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
755         prior patch on ! defined OLD_ARM_ABI.
756
757 2001-03-07  Andreas Jaeger  <aj@suse.de>
758
759         * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
760         some relocation values.
761
762 2001-03-06  Nick Clifton  <nickc@redhat.com>
763
764         * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
765         of offset in BLX(1) instruction.
766         * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
767         offset in BLX(1) instruction.
768         Fix formatting.
769
770 2001-03-06  Nick Clifton  <nickc@redhat.com>
771
772         * coff-arm.c (coff_arm_reloc_type_lookup): Add
773         BFD_RELOC_THUMB_PCREL_BLX.
774
775 2001-03-06  Igor Shevlyakov  <igor@windriver.com>
776
777         * archures.c (bfd_default_scan): Add Coldfire CPUs.
778         * bfd-in2.h: Regenerate.
779         * cpu-m68k.c: Add Coldfire CPUs for arch table.
780         * ieee.c (ieee_write_processor): Set proper id for
781         Coldfire CPUs.
782
783 2001-03-01  D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
784
785         * configure.in: Add s390 target.
786         * configure: Regenerate.
787
788 2001-02-28  Andreas Jaeger  <aj@suse.de>
789
790         * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
791         to addend.
792
793 2001-02-28  Philip Blundell  <pb@futuretv.com>
794
795         * elf32-arm.h: Update mentions of renamed EF_xx constants.
796         (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
797
798 2001-02-27  H.J. Lu  <hjl@gnu.org>
799
800         * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
801         abfd->tdata.aout_data == NULL.
802
803 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
804
805         * elf32-hppa.c: Correct field selector in stub comments.
806         (clobber_millicode_symbols): Formatting fix.
807
808         * configure.in: Bump version to 2.11.90.
809         * configure: Regenerate.
810         * Makefile.am (CFILES): Rename to SOURCE_CFILES.
811         (CFILES): $SOURCE_CFILES + generated C files.
812         (POTFILES): Include $HFILES not $SOURCE_HFILES.
813         Run "make dep-am"
814         * Makefile.in: Regenerate.
815         * doc/Makefile.in: This too.
816
817 2001-02-26  Timothy Wall  <twall@cygnus.com>
818
819         * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
820         comments.
821
822 2001-02-26  Nick Clifton <nickc@redhat.com>
823
824         * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
825         up, replacing multiple if statements with a switch.
826         (handle_COMDAT): New function.
827
828 2001-02-26  H.J. Lu  <hjl@gnu.org>
829
830         * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
831         a warning for section flags we do not handle instead of
832         aborting.
833
834 2001-02-26  Andreas Jaeger  <aj@suse.de>
835
836         * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
837
838 2001-02-22  Timothy Wall  <twall@cygnus.com>
839
840         * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
841         * configure.in: Add objects for elf64_ia64_aix vectors.
842         * configure: Regenerated.
843         * configure.host: Recognize ia64-*-aix*.
844         * elfxx-ia64.c: Add hooks for ELF64 on AIX5.  Define new vectors
845         for AIX.  AIX5 requires most relocations to be dynamic (*all*
846         binaries are somewhat similar to shared libraries).
847         * targets.c: Add elf64_ia64_aix vectors.
848
849 2001-02-21  David Mosberger  <davidm@hpl.hp.com>
850
851         * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
852         C8 said "1" instead of "8".  Clarify error string for IMM22:
853         "signed integer" instead of just "integer".
854
855 2001-02-20  Andreas Jaeger  <aj@suse.de>
856
857         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
858         PLT entries that could serve as a definition for a weak symbol.
859
860 2001-02-19  Jakub Jelinek  <jakub@redhat.com>
861
862         * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
863         entries that could serve as a definition for a weak symbol.
864         * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
865
866 2001-02-18  David O'Brien  <obrien@FreeBSD>
867
868         * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
869         FreeBSD/i386-CURRENT differently until I can figure out the needed
870         corefile changes.
871         * configure: Regenerate.
872         * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
873         FreeBSD/PowerPC, and FreeBSD/sparc64.
874
875 2001-02-18  lars brinkhoff  <lars@nocrew.org>
876
877         * Makefile.am: Add PDP-11 a.out target.
878         * config.bfd: Likewise.
879         * configure.in: Likewise.
880         * targets.c: Likewise.
881         * archures.c: Likewise.
882         * bfd-in2.h: Likewise.  Add PDP-11 relocations.
883         * libbfd.h: Add PDP-11 relocations.
884         * reloc.c: Likewise.
885         * cpu-pdp11.c: New file.
886         * pdp11.c: New file.
887
888         * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
889         (GET_SWORD) [ARCH_SIZE==16]: Likewise.
890         (GET_SWORD) [ARCH_SIZE==16]: Likewise.
891         (PUT_WORD) [ARCH_SIZE==16]: Likewise.
892         (GET_MAGIC): New macro.
893         (PUT_MAGIC): Likewise.
894         * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
895
896 2001-02-18  Jim Kingdon  <jkingdon@engr.sgi.com>
897
898         * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
899         multiarch needs it).
900
901 2001-02-18  H.J. Lu  <hjl@gnu.org>
902
903         * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
904         index.
905
906 2001-02-18  Kazu Hirata  <kazu@hxi.com>
907
908         * vms-misc.c: Fix formatting.
909
910 2001-02-16  Kazu Hirata  <kazu@hxi.com>
911
912         * vms.c: Fix formatting.
913
914 2001-02-14  H.J. Lu  <hjl@gnu.org>
915
916         * elf.c (elf_find_function): New function.
917         (_bfd_elf_find_nearest_line): Call elf_find_function () to find
918         the file name and function name.
919
920 2001-02-14  Nick Clifton  <nickc@redhat.com>
921
922         * ecoff.c (bfd_debug_section): Update to initialise new fields in
923         asection structure.
924
925         * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
926         (BFD64_BACKENDS): Add pepigen.c
927         Add rules to create peigen.c and pepigen.c from peXXigen.c.
928
929         * Makefile.in: Regenerate.
930         * configure:  Regenerate.
931         * po/POTFILES.in: Regenerate.
932         * po/bfd.pot: Regenerate.
933
934 2001-02-14  H.J. Lu  <hjl@gnu.org>
935
936         * libcoff-in.h (pe_tdata): Add members target_subsystem and
937         force_minimum_alignment.
938
939 2001-02-14  Bo Thorsen  <bo@suse.de>
940
941         * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
942         (elf64_86_64_size_info): Struct added to fix a problem
943         with the hashtable string entries.
944         (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
945         (elf64_x86_64_size_dynamic_sections): A FIXME removed.
946         (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
947         remove the FIXME for this.
948         (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
949         section. Also removed the FIXME for it.
950         (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
951         (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
952         (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
953
954 2001-02-13  Richard Henderson  <rth@redhat.com>
955
956         * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
957         and not user provided.
958
959 2001-02-13  Kazu Hirata  <kazu@hxi.com>
960
961         * vms.c (vms_print_symbol): Remove unreachable code.
962
963         * rs6000-core.c: Fix formatting.
964
965 2001-02-13  David Mosberger  <davidm@hpl.hp.com>
966
967         * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
968         as _bfd_XXi_only_swap_filehdr_out.
969         (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
970         pe->force_minimum_alignment to TRUE.
971         (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
972         PEI_TARGET_SUBSYSTEM.
973         (pe_print_private_bfd_data): Call
974         _bfd_XX_print_private_bfd_data_common() instead of
975         _bfd_pe_print_private_bfd_data_common().
976         (pe_bfd_copy_private_bfd_data): Call
977         _bfd_XX_bfd_copy_private_bfd_data_common() instead of
978         _bfd_pe_bfd_copy_private_bfd_data_common().
979         (coff_bfd_copy_private_section_data): Define as
980         _bfd_XX_bfd_copy_private_section_data instead of
981         _bfd_pe_bfd_copy_private_section_data.
982         (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
983         of a _bfd_pe_get_symbol_info.
984
985         * peigen.c: Delete.
986
987         * peXXigen.c: Renamed from peigen.c.
988         (COFF_WITH_XX): Define this macro (will get expanded into
989         COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
990         compiled as peigen.c or pepigen.c.
991         [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
992         define the canonical PEP structures and definitions.
993         (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
994         effect, enforce minimum file and section alignments.  If
995         extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
996         pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
997         so, by default, this is a no-op).
998
999         * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
1000         (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
1001         _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
1002         _bfd_pefoo if it's not defined.  Use these macros to define
1003         coff swap macros.
1004
1005         * libcoff.h (pe_tdata): Add members target_subsystem and
1006         force_minimum_alignment.
1007
1008         * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
1009         COFF_WITH_pep.
1010         (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
1011
1012         * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
1013         peigen.lo.
1014
1015         * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
1016         (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
1017         PEPAOUTHDR.
1018
1019         * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
1020         (BFD64_BACKENDS_CFILES): Mention pepigen.c
1021         (peigen.c): Add rule to generate from peXXigen.c.
1022         (pepigen.c): Ditto.
1023         (pepigen.lo): List dependencies for pepigen.lo.
1024
1025 2001-02-13  Alan Modra  <alan@linuxcare.com.au>
1026
1027         * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$.  If
1028         $global$ referenced but not defined, set its value here.
1029
1030 2001-02-09  Bo Thorsen  <bo@suse.de>
1031
1032         * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
1033         alignment to 3.
1034         (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
1035         and relocation.
1036         (elf64_x86_64_relocate_section): Fix formatting.
1037         (elf64_x86_64_relocate_section): Fix addend for relocation of
1038         R_X86_64_(8|16|32|PC8|PC16|PC32).
1039
1040 2001-02-12  Jan Hubicka  <jh@suse.cz>
1041
1042         * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
1043
1044 2001-02-11  H.J. Lu  <hjl@gnu.org>
1045
1046         * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
1047         alignment.
1048
1049 2001-02-11  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1050
1051         * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
1052         from 2000-10-13.  Do not add the symbol's value for R_MIPS_REL32
1053         relocations against dynsym symbols.
1054
1055         * elf32-mips.c (elf_mips_howto_table): Fix the comment on
1056         the R_MIPS_26 relocation.
1057         (mips_elf_calculate_relocation): Use (p + 4) instead of p for
1058         the R_MIPS_26 relocation.
1059         (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
1060         relocation.
1061         * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
1062         the R_MIPS_26 relocation.
1063         (mips_elf64_howto_table_rela): Likewise.
1064
1065         * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
1066         member to mark symbols that have non-CALL relocations against
1067         them.
1068         (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
1069         (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
1070         R_MIPS_GOT16.
1071         (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
1072         non-CALL relocation against it is encountered.
1073         (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
1074         (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
1075         no_fn_stub is not set.
1076
1077         * elf32-mips.c (mips_elf_output_extsym): Get the output section
1078         information from the real symbol for indirect ones.
1079         Check no_fn_stub to find out if a symbol has a function stub
1080         indeed.
1081
1082 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1083
1084         * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
1085         * Makefile.in: Regenerate.
1086
1087 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
1088
1089         * elfxx-ia64.c (is_unwind_section_name): New function.  Returns
1090         true if section name is an unwind table section name.
1091         (elfNN_ia64_additional_program_headers): Count each unwind section
1092         separately.
1093         (elfNN_ia64_modify_segment_map): Install one unwind program header
1094         for each unwind separate section.  Note: normally the linker
1095         script merges the unwind sections that go into a single segment,
1096         so this still generates at most one unwind program header per
1097         segment.
1098
1099         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
1100         name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
1101         (elfNN_ia64_fake_sections): Mark sections with names that start
1102         with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
1103         unwind section.
1104
1105         * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
1106         Use it to make sh_info in unwind section point to the text section
1107         it applies to.
1108
1109 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1110
1111         * Makefile.am: Add linux target for S/390.
1112         * archures.c: Likewise.
1113         * bfd-in2.h: Likewise.
1114         * config.bfd: Likewise.
1115         * configure.in: Likewise.
1116         * elf.c: Likewise.
1117         * libbfd.h: Likewise.
1118         * targets.c: Likewise.
1119         * cpu-s390.c: New file.
1120         * elf32-s390.c: New file.
1121         * elf64-s390.c: New file.
1122
1123 2001-02-09  Nick Clifton  <nickc@redhat.com>
1124
1125         * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
1126         ImageBase.  This has already been done by coff_swap_hdr_in.
1127
1128 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
1129
1130         * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
1131
1132 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
1133
1134         * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
1135         (sparc64_elf_relocate_section): Likewise.
1136
1137 2001-02-09  Mark Kettenis  <kettenis@gnu.org>
1138
1139         * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
1140         similar to R_SPARC_32.
1141         * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
1142
1143 2001-02-08  H.J. Lu  <hjl@gnu.org>
1144
1145         * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
1146         relocation entries for weak definitions when building DSO with
1147         -Bsymbolic.
1148
1149 2001-02-08  Richard Henderson  <rth@redhat.com>
1150
1151         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
1152         before visibility.  Locally defined protected symbols are not
1153         dynamic.
1154
1155 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
1156
1157         * config.bfd: Enable coff64 for rs6000-*.  Patch from
1158         <hzoli@austin.ibm.com>.
1159
1160 2001-02-07  Mark Elbrecht  <snowball3@bigfoot.com>
1161
1162         * coffgen.c (coff_find_nearest_line): If stabs info is successfully
1163         found, do not attempt to find dwarf2 info before returning.
1164
1165 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
1166
1167         * elflink.h (is_global_symbol_definition): Rename to
1168         is_global_data_symbol_definition and have it reject function
1169         symbols.
1170         (elf_link_is_defined_archive_symbol): Use renamed function.
1171
1172 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
1173
1174         * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
1175         * libbfd.h (bfd_target_vector): Likewise.
1176         * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
1177         make static; create pointer reference named bfd_target_vector.
1178         (_bfd_target_vector_entries): Calculate this based on the array
1179         typed _bfd_target_vector.
1180
1181 2001-02-06  H.J. Lu  <hjl@gnu.org>
1182
1183         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
1184         internal symbols are not dynamic.
1185         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1186
1187 2001-02-06  Nick Clifton  <nickc@redhat.com>
1188
1189         * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
1190         that it will not be pulled into the list of files that make up
1191         po/POTFILES.in.
1192         * Makefile.in: Regenerate.
1193         * po/bfd.pot:  Regenerate.
1194
1195 2001-02-06  H.J. Lu  <hjl@gnu.org>
1196
1197         * peicode.h (coff_swap_filehdr_in): Remove the e_magic
1198         checking.
1199         (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
1200         external_PEI_IMAGE_hdr.
1201
1202 2001-02-06  Kazu Hirata  <kazu@hxi.com>
1203
1204         * elf-m10200.c: Fix formatting.
1205
1206 2001-02-04  Nick Clifton  <nickc@redhat.com>
1207
1208         * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
1209         rel, it will be handled later on.
1210
1211 2001-02-02  Fred Fish  <fnf@ninemoons.com>
1212
1213         * Makefile.in: Fix typo.
1214
1215 2001-02-01  Kazu Hirata  <kazu@hxi.com>
1216
1217         * elf-m10300.c: Fix formatting.
1218
1219 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
1220
1221         * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
1222         (elf_backend_get_symbol_type): Define.
1223         (elf64_hppa_object_p): Set architecture and machine from elf
1224         header flags.
1225
1226 2001-01-30  Curtis L. Janssen  <cljanss@ca.sandia.gov>
1227
1228         * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
1229         before mdebug.
1230
1231 2001-01-26  Richard Henderson  <rth@redhat.com>
1232
1233         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
1234         for non-default visibility.
1235         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
1236         delete ugly macro and replace with pretty function.
1237
1238 2001-01-25  Mark Elbrecht  <snowball3@bigfoot.com>
1239
1240         * coff-go32.c: Update copyright.
1241         * coff-stgo32.c: Likewise.
1242         * coff-go32.c (COFF_LONG_FILENAMES): Define.
1243         * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
1244         * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
1245         * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1246
1247 2001-01-25  Kazu Hirata  <kazu@hxi.com>
1248
1249         * bfd-in2.h: Rebuild.
1250         * libbfd.h: Likewise.
1251
1252 2001-01-23  H.J. Lu  <hjl@gnu.org>
1253
1254         * bfd-in2.h: Rebuild.
1255
1256 2001-01-23  H.J. Lu  <hjl@gnu.org>
1257
1258         * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
1259         is NULL or PRIV(vms_rec) is outside of the buffer.
1260
1261 2001-01-23  Kazu Hirata  <kazu@hxi.com>
1262
1263         * coff64-rs6000.c: Fix formatting.
1264         * coff-arm.c: Likewise.
1265         * coffgen.c: Likewise.
1266         * cofflink.c: Likewise.
1267         * coff-mcore.c: Likewise.
1268         * coff-mips.c: Likewise.
1269         * coff-pmac.c: Likewise.
1270         * coff-ppc.c: Likewise.
1271         * coff-rs6000.c: Likewise.
1272         * elf32.c: Likewise.
1273         * elf32-fr30.c: Likewise.
1274         * elf32-i370.c: Likewise.
1275         * elf32-i860.c: Likewise.
1276         * elf32-m32r.c: Likewise.
1277         * elf32-m68k.c: Likewise.
1278         * elf32-mcore.c: Likewise.
1279         * elf32-ppc.c: Likewise.
1280         * elf32-sh.c: Likewise.
1281         * elf32-v850.c: Likewise.
1282         * elf64-alpha.c: Likewise.
1283         * elf64-sparc.c: Likewise.
1284         * elflink.c: Likewise.
1285         * elflink.h: Likewise.
1286         * elf-m10200.c: Likewise.
1287         * elf-m10300.c: Likewise.
1288         * elfxx-ia64.c: Likewise.
1289
1290         * aoutx.h: Fix formatting.
1291         * bfd.c: Likewise.
1292         * bfd-in2.h: Likewise.
1293         * bfd-in.h: Likewise.
1294         * cpu-i386.c: Likewise.
1295         * cpu-m68hc11.c: Likewise.
1296         * dwarf2.c: Likewise.
1297         * elf64-x86-64.c: Likewise.
1298         * format.c: Likewise.
1299         * freebsd.h: Likewise.
1300         * hash.c: Likewise.
1301         * hp300hpux.c: Likewise.
1302         * hppabsd-core.c: Likewise.
1303         * hpux-core.c: Likewise.
1304
1305 2001-01-22  Bo Thorsen  <bo@suse.de>
1306
1307         * elf64-x86-64.c: Added PIC support for X86-64.
1308         (elf64_x86_64_link_hash_newfunc): Function added.
1309         (elf64_x86_64_link_hash_table_create): Likewise.
1310         (elf64_x86_64_check_relocs): Likewise.
1311         (elf64_x86_64_gc_mark_hook): Likewise.
1312         (elf64_x86_64_gc_sweep_hook): Likewise.
1313         (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1314         (elf64_x86_64_size_dynamic_sections): Likewise.
1315         (elf64_x86_64_discard_copies): Likewise.
1316         (elf64_x86_64_finish_dynamic_symbol): Likewise.
1317         (elf64_x86_64_finish_dynamic_sections): Likewise.
1318         (elf64_x86_64_relocate_section): Add relocation of PIC sections.
1319
1320 2001-01-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1321
1322         * Makefile.am (install-data-local): Make use of $(DESTDIR).
1323         * Makefile.in: Regenerate.
1324
1325 2001-01-21  Kazu Hirata  <kazu@hxi.com>
1326
1327         * coff-a29k.c: Fix formatting.
1328
1329 2001-01-19  H.J. Lu  <hjl@gnu.org>
1330
1331         * elf32-i386.c (elf_i386_check_relocs): Report files with bad
1332         relocation section names.
1333         (elf_i386_relocate_section): Report files with bad relocation
1334         section names and return false.
1335
1336 2001-01-17  Bo Thorsen  <bo@suse.de>
1337
1338         * targets.c: Alphabetize list of xvecs.
1339
1340 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
1341
1342         * config.bfd: Add linux target variant for elfxx-hppa.
1343         * configure.in: Recognize bfd_elf32_hppa_linux_vec and
1344         bfd_elf64_hppa_linux_vec.
1345         * configure: Regenerate.
1346         * elf64-hppa.c: Include elf64-target.h again to support linux
1347         target variant.
1348         (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
1349         * elf32-hppa.c: Include elf32-target.h again to support linux
1350         target variant.
1351         (elf32_hppa_post_process_headers): New function.
1352         (elf_backend_post_process_headers): Define.
1353         * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
1354         bfd_elf32_hppa_linux_vec.
1355
1356         * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
1357         and data_segment_base fields.
1358         (elf32_hppa_link_hash_table_create ): Init them.
1359         (elf32_hppa_check_relocs): Update comments.
1360         (hppa_record_segment_addr): New function.
1361         (elf32_hppa_relocate_section): Call it.
1362         (final_link_relocate): Handle R_PARISC_SEGREL32.
1363         (elf32_hppa_final_link): New function.
1364         (bfd_elf32_bfd_final_link): Define to call it.
1365         (hppa_unwind_entry_compare): New function.
1366         * cache.c (bfd_open_file): Create files in write+read mode.
1367
1368         * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
1369         SEGREL32 and numerous other relocs.  Change duplicate
1370         R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
1371
1372         * opncls.c (bfd_fdopenr): Add parens like the comment says around
1373         O_ACCMODE.
1374
1375         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
1376         .plt entries for DT_INIT and DT_FINI.
1377         (elf32_hppa_finish_dynamic_sections): Remove special handling of
1378         DT_INIT and DT_FINI.
1379
1380         * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
1381         offsets for stub .plt access if wide mode.  Check offset in range.
1382
1383 2001-01-13  Nick Clifton  <nickc@redhat.com>
1384
1385         * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
1386         line.
1387
1388         * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
1389         line.
1390
1391 2001-01-12  Alan Modra  <alan@linuxcare.com.au>
1392
1393         * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
1394         * configure: Regenerate.
1395
1396 2001-01-11  Peter Targett  <peter.targett@arccores.com>
1397
1398         * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
1399         bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
1400         * cpu-arc.c (arch_info_struct): Add entries for variants.
1401         (bfd_arc_arch) Set default to bfd_mach_arc_5.
1402         (arc_get_mach) Don't assume machine names prefixed arc- before
1403         testing.
1404         * elf32-arc.c (arc_elf_object_p): Set machine number based on new
1405         selections.
1406         (arc_elf_final_write_processing) Likewise.
1407         (ELF_MACHINE_CODE) Use EM_ARC.
1408
1409 2001-01-10  Nick Clifton  <nickc@redhat.com>
1410
1411         * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
1412
1413 2001-01-07  Philip Blundell  <philb@gnu.org>
1414
1415         * README: Replace `bug-gnu-utils@gnu.org' with
1416         `bug-binutils@gnu.org'.
1417
1418 2001-01-04  Kazu Hirata  <kazu@hxi.com>
1419
1420         * som.c: Fix formatting.
1421
1422 2001-01-03  Kazu Hirata  <kazu@hxi.com>
1423
1424         * ecoffswap.h: Fix formatting.
1425         * elf-bfd.h: Likewise.
1426         * elfarm-nabi.c: Likewise.
1427         * elfarm-oabi.c: Likewise.
1428         * elfcode.h: Likewise.
1429         * elfcore.h: Likewise.
1430         * elflink.c: Likewise.
1431         * elflink.h: Likewise.
1432         * elfxx-ia64.c: Likewise.
1433         * elfxx-target.h: Likewise.
1434         * libbfd.c: Likewise
1435         * linker.c: Likewise.
1436         * lynx-core.c: Likewise.
1437
1438 2001-01-02  Kazu Hirata  <kazu@hxi.com>
1439
1440         * pc532-mach.c: Fix formatting.
1441         * pe-arm.c: Likewise.
1442         * pe-i386.c: Likewise.
1443         * pe-mips.c: Likewise.
1444         * pe-ppc.c: Likewise.
1445         * pe-sh.c: Likewise.
1446         * pei-mips.c: Likewise.
1447         * pei-sh.c: Likewise.
1448         * peicode.h: Likewise.
1449         * ppcboot.c: Likewise.
1450         * ptrace-core.c: Likewise.
1451
1452 2001-01-01  Kazu Hirata  <kazu@hxi.com>
1453
1454         * reloc.c: Fix formatting.
1455         * riscix.c: Likewise.
1456         * rs6000-core.c: Likewise.
1457         * xcoff-target.h: Likewise.
1458
1459 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
1460
1461         * elfcode.h (elf_object_p): Also restore the bfd mach field on
1462         error, by calling bfd_default_set_arch_mach with incoming
1463         values.
1464
1465 2000-12-26  Kazu Hirata  <kazu@hxi.com>
1466
1467         * vaxnetbsd.c: Fix formatting.
1468         * versados.c: Likewise.
1469         * vms-gsd.c: Likewise.
1470         * vms-hdr.c: Likewise.
1471         * vms-misc.c: Likewise.
1472
1473 2000-12-25  Alexandre Oliva  <aoliva@redhat.com>
1474
1475         * archive.c (coff_write_armap): Don't write more than symbol_count
1476         `archive_member_file_ptr's.
1477
1478 2000-12-25  Kazu Hirata  <kazu@hxi.com>
1479
1480         * vms-tir.c: Fix formatting.
1481
1482 2000-12-23  Kazu Hirata  <kazu@hxi.com>
1483
1484         * vms.c: Fix formatting.
1485         * vms.h: Likewise.
1486
1487 2000-12-21  Santeri Paavolainen <santtu@ssh.com>
1488
1489         * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
1490
1491         * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
1492
1493         * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
1494         arithmetic.
1495
1496         * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
1497
1498         * coffcode.h (styp_to_sec_flags): Add empty statement after label.
1499
1500 2000-12-21  Richard Sandiford  <rsandifo@redhat.com>
1501
1502         * libbfd.c (bfd_get_bits): Added
1503         (bfd_put_bits): Likewise
1504         * bfd-in.h: Declared the above.
1505         * bfd-in2.h: Regenerated.
1506
1507 2000-12-20  Kazu Hirata  <kazu@hxi.com>
1508
1509         * targets.c: Fix formatting.
1510         * tekhex.c: Likewise.
1511         * trad-core.c: Likewise.
1512
1513 2000-12-19  Kazu Hirata  <kazu@hxi.com>
1514
1515         * sco5-core.c: Fix formatting.
1516         * section.c: Likewise.
1517         * sparclinux.c: Likewise.
1518         * sparclynx.c: Likewise.
1519         * sparcnetbsd.c: Likewise.
1520         * srec.c: Likewise.
1521         * stabs.c: Likewise.
1522         * stab-syms.c: Likewise.
1523         * sunos.c: Likewise.
1524         * syms.c: Likewise.
1525         * sysdep.h: Likewise.
1526
1527 2000-12-18  Nick Clifton  <nickc@redhat.com>
1528
1529         * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
1530         defined.
1531         * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
1532         * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
1533
1534 2000-12-18  Nick Clifton  <nickc@redhat.com>
1535
1536         * vms-misc.c (_bfd_vms_get_record): Add default case to
1537         file_format switch.
1538
1539 2000-12-15  Miloslav Trmac <mitr@volny.cz>
1540
1541         * elfcore.h (elf_core_file_p): Move to the start of the program
1542         headers before attempting to read them.
1543
1544 2000-12-14  Kazu Hirata  <kazu@hxi.com>
1545
1546         * peigen.c: Fix formatting.
1547         * som.c: Likewise.
1548         * som.h: Likewise.
1549
1550 2000-12-13  Kazu Hirata  <kazu@hxi.com>
1551
1552         * peigen.c: Fix formatting.
1553
1554 2000-12-12  Jim Wilson  <wilson@redhat.com>
1555
1556         *  elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
1557
1558 2000-12-08  Mark Salter  <msalter@redhat.com>
1559
1560         * binary.c (binary_set_section_contents): Ignore sections
1561         with zero size.
1562
1563 2000-12-12  Kazu Hirata  <kazu@hxi.com>
1564
1565         * m68klinux.c: Fix formatting.
1566         * m68knetbsd.c: Likewise.
1567         * mipsbsd.c: Likewise.
1568         * netbsd-core.c: Likewise.
1569         * netbsd.h: Likewise.
1570         * newsos3.c: Likewise.
1571         * nlm32-alpha.c: Likewise.
1572         * nlm32-i386.c: Likewise.
1573         * nlm32-ppc.c: Likewise.
1574         * nlm32-sparc.c: Likewise.
1575         * nlmcode.h: Likewise.
1576         * nlmswap.h: Likewise.
1577         * nlm-target.h: Likewise.
1578         * ns32knetbsd.c: Likewise.
1579
1580 2000-12-10  Fred Fish  <fnf@be.com>
1581
1582         * elflink.h (elf_link_output_extsym): Don't complain about undefined
1583         symbols in shared objects if allow_shlib_undefined is true.
1584
1585 2000-12-12  Nick Clifton  <nickc@redhat.com>
1586
1587         * cpu-sh.c: Fix formattng.
1588         * elf.c: Fix formattng.
1589         * elf32-mips.c: Fix formattng.
1590         * elf32-sh.c: Fix formattng.
1591         * elf64-alpha.c: Fix formattng.
1592
1593 2000-12-09  Nick Clifton  <nickc@redhat.com>
1594
1595         * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
1596         dwarf2_find_line_info as last parameter to invocation of
1597         _bfd_dwarf2_find_nearest_line.
1598         * elf32-arm.h (elf32_arm_find_nearest_line): Pass
1599         dwarf2_find_line_info as last parameter to invocation of
1600         _bfd_dwarf2_find_nearest_line.
1601
1602 2000-12-08  Mark Elbrecht  <snowball3@bigfoot.com>
1603
1604         * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
1605         (BFD_LIBS): ...to here.
1606         (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
1607         (BFD_LIBS_CFILES): ...to here.
1608         * Makefile.in: Regenerate.
1609         * configure.in: Remove dwarf.lo from the elf shell variable.
1610         * configure: Regenerate.
1611         * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
1612         * libcoff.h: Regenerate.
1613         * coffgen.c (coff_find_nearest_line): Call
1614         _bfd_dwarf2_find_nearest_line.
1615         * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
1616         accordingly.
1617         (read_abbrevs): Likewise
1618         (decode_line_info): Likewise.
1619         (parse_comp_unit): Likewise.
1620         (comp_unit_find_nearest_line): Likewise.
1621         * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
1622         * libbfd.h: Regenerate.
1623         * elf.c (_bfd_elf_find_nearest_line): Update call.
1624         * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
1625         * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
1626         * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
1627         (sec_to_styp_flags): Use them. Handle DWARF2 sections.
1628         (styp_to_sec_flags): Handle DWARF2 sections.
1629         * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
1630         to _bfd_find_nearest_line.
1631         * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
1632         call to _bfd_find_nearest_line.
1633
1634 2000-12-08  Kazu Hirata  <kazu@hxi.com>
1635
1636         * coffgen.c: Fix formatting.
1637         * elf-m10300.c: Likewise.
1638         * elf32-i386.c: Likewise.
1639         * elf32-i960.c: Likewise.
1640         * elf32-m68k.c: Likewise.
1641         * elf32-mcore.c: Likewise.
1642         * elf32-ppc.c: Likewise.
1643         * elf32-sh.c: Likewise.
1644         * elf32-sparc.c: Likewise.
1645         * elf32-v850.c: Likewise.
1646         * elf64-alpha.c: Likewise.
1647         * elf64-hppa.c: Likewise.
1648         * elf64-mips.c: Likewise.
1649         * elf64-sparc.c: Likewise.
1650
1651 2000-12-07  Kazu Hirata  <kazu@hxi.com>
1652
1653         * elf32-ppc.c: Fix formatting.
1654         * elf64-x86-64.c: Likewise.
1655
1656 2000-12-06  Ulf Carlsson  <ulfc@engr.sgi.com>
1657
1658         From  Ralf Baechle  <ralf@gnu.org>
1659
1660         * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
1661         BFDs containing no sections or empty .text, .data or .bss sections
1662         to be merged, regardless of their flags.
1663
1664 2000-12-06  Kazu Hirata  <kazu@hxi.com>
1665
1666         * elf32-m32r.c: Fix formatting.
1667         * elf32-m68hc11.c: Likewise.
1668         * elf32-m68hc12.c: Likewise.
1669         * elf32-m68k.c: Likewise.
1670         * elf32-mcore.c: Likewise.
1671         * elf32-pj.c: Likewise.
1672         * elf32-ppc.c: Likewise.
1673
1674 2000-12-05  Kazu Hirata  <kazu@hxi.com>
1675
1676         * elf32-fr30.c: Fix formatting.
1677         * elf32-hppa.c: Likewise.
1678         * elf32-i370.c: Likewise.
1679         * elf32-i386.c: Likewise.
1680         * elf32-i860.c: Likewise.
1681         * elf32-i960.c: Likewise.
1682
1683 2000-12-03  Kazu Hirata  <kazu@hxi.com>
1684
1685         * elf32-arm.h: Fix formatting.
1686         * elf32-avr.c: Likewise.
1687         * elf32-cris.c: Likewise.
1688         * elf32-d10v.c: Likewise.
1689         * elf32-d30v.c: Likewise.
1690         * elf-hppa.h: Likewise.
1691         * elf-m10200.c: Likewise.
1692         * elf-m10300.c: Likewise.
1693
1694 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
1695
1696         * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
1697         bfd_mach_mips32_4k.  Update FIXME comment.
1698         * archures.c (bfd_mach_mips32): New constant.
1699         (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1700         the latter, renumber it.
1701         * bfd-in2.h (bfd_mach_mips32): New constant.
1702         (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1703         the latter, renumber it.
1704         * cpu-mips.c (I_mips32): New constant.
1705         (I_mips4K, I_mips32_4k): Rename the former to the latter.
1706         (arch_info_struct): Add bfd_mach_mips32 entry, replace
1707         bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
1708         * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
1709         (elf_mips_mach): Likewise.  Also, replace E_MIPS_MACH_MIPS32
1710         with E_MIPS_MACH_MIPS32_4K.
1711         (_bfd_mips_elf_final_write_processing): Replace
1712         bfd_mach_mips4K with bfd_mach_mips32_4k case, add
1713         bfd_mach_mips32 case.
1714         (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
1715         comparison with support for MIPS32.
1716         (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
1717         MIPS32.
1718
1719         * aoutx.h (NAME(aout,machine_type)): Add cases for
1720         bfd_mach_mips5 and bfd_mach_mips64.
1721         * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
1722         * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
1723         * cpu_mips.c (I_mips5, I_mips64): New definitions.
1724         (arch_info_struct): Add entries for bfd_mach_mips5 and
1725         bfd_mach_mips64.
1726         * elf32-mips.c (elf_mips_isa, elf_mips_mach,
1727         _bfd_mips_elf_print_private_bfd_data): Add cases for
1728         E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
1729         (_bfd_mips_elf_final_write_processing): Add cases for
1730         bfd_mach_mips5 and bfd_mach_mips64.
1731
1732         * aoutx.h (NAME(aout,machine_type)): Add a
1733         bfd_mach_mips_sb1 case.
1734         * archures.c (bfd_mach_mips_sb1): New constant.
1735         * bfd-in2.h (bfd_mach_mips_sb1): New constant.
1736         * cpu-mips.c (I_sb1): New constant.
1737         (arch_info_struct): Add entry for bfd_mach_mips_sb1.
1738         * elf32-mips.c (elf_mips_mach): Add case for
1739         E_MIPS_MACH_SB1.
1740         (_bfd_mips_elf_final_write_processing): Add case for
1741         bfd_mach_mips_sb1.
1742
1743 2000-12-01  Joel Sherrill <joel@OARcorp.com>
1744
1745         * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
1746         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1747         (sparc*-*-rtems*): Switched from a.out to ELF.
1748
1749 2000-11-30  Jan Hubicka  <jh@suse.cz>
1750
1751         * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
1752         BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
1753         (elf64-x86-64.lo): Add dependencies.
1754         * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
1755         bfd_mach_x86_64_intel_syntax.
1756         * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
1757         * config.bfd (x86_64): Add.
1758         * configure.in: Add support for bfd_elf64_x86_64_vec.
1759         * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
1760         (bfd_i386_arch, i8086_ar): Link in.
1761         * elf64-x86-64.c: New file.
1762         * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
1763         * targets.c (bfd_elf64_x86_64_vec): Add.
1764         (bfd_target_vect): Add bfd_elf64_x86_64_vec.
1765
1766 2000-11-30  Kazu Hirata  <kazu@hxi.com>
1767
1768         * xcofflink.c: Fix formatting.
1769
1770 2000-11-28  Kazu Hirata  <kazu@hxi.com>
1771
1772         * aoutx.h: Fix formatting.
1773         * bfd-in.h: Likewise.
1774         * bfd-in2.h: Likewise.
1775         * cache.c: Likewise.
1776         * cisco-core.c: Likewise.
1777         * coff64-rs6000.c: Likewise.
1778         * coffcode.h: Likewise.
1779         * coffswap.h: Likewise.
1780         * corefile.c: Likewise.
1781         * elf32-mips.c: Likewise.
1782
1783 2000-11-27  Kazu Hirata  <kazu@hxi.com>
1784
1785         * aout-adobe.c: Fix formatting.
1786         * coff64-rs6000.c: Likewise.
1787         * coffgen.c: Likewise.
1788         * cofflink.c: Likewise.
1789
1790 2000-11-27  Philip Blundell  <pb@futuretv.com>
1791
1792         * libcoff-in.h (coff_tdata): Add `strings_written' flag.
1793         (obj_coff_strings_written): New accessor macro for above.
1794         * libcoff.h: Regenerate.
1795         * cofflink.c (_bfd_coff_final_link): Say that we wrote the
1796         strings.
1797         * coffcode.h (coff_write_object_contents): No need to write out
1798         the string table if it's already been done.
1799
1800 2000-11-22  Philip Blundell  <pb@futuretv.com>
1801
1802         * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
1803         weak undefined symbols.
1804
1805 2000-11-24  Nick Clifton  <nickc@redhat.com>
1806
1807         * archures.c (bfd_mach_arm_5TE): Define.
1808         (bfd_mach_arm+XScale): Define.
1809         * bfd-in2.h: Regenerate.
1810
1811         * coff-arm.c (coff_arm_reloc_type_lookup): Accept
1812         BFD_RELOC_ARM_PCREL_BLX.
1813
1814         * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
1815         XScale machine numbers.
1816
1817         * config.bfd (xscale-elf): Add target.
1818         (xscale-coff): Add target.
1819
1820         * cpu-arm.c: Add xscale machine name.
1821         Add v5t, v5te and XScale machine numbers.
1822
1823 2000-11-23  Kazu Hirata  <kazu@hxi.com>
1824
1825         * aix386-core.c: Fix formatting.
1826
1827 2000-11-22  Jim Wilson  <wilson@redhat.com>
1828
1829         * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
1830         (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
1831         * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
1832         (ins_imms_scaled): Initialize sign_bit at function entry.
1833         (elf64_ia64_operands): Add missing initializers.
1834         * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
1835         elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
1836         elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
1837         elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
1838         elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
1839         parameters.
1840         (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
1841         and free_extsyms at function entry.
1842         (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
1843         (elfNN_ia64_create_dynamic_sections): Delete unused local h.
1844         (get_got): Delete unused local srel.
1845         (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
1846         (elfNN_ia64_relocate_section): Delete unused local dynindx.
1847
1848 2000-11-21  Kazu Hirata  <kazu@hxi.com>
1849
1850         * coff-a29k.c: Fix formatting.
1851         * coff-h8500.c: Likewise.
1852         * coff-i960.c: Likewise.
1853         * coff-ppc.c: Likewise.
1854         * coff-rs6000.c: Likewise.
1855         * coff-stgo32.c: Likewise.
1856         * coff-tic54x.c: Likewise.
1857         * coff-w65.c: Likewise.
1858         * cpu-h8500.c: Likewise.
1859         * cpu-hppa.c: Likewise.
1860         * cpu-ns32k.c: Likewise.
1861         * ecoff.c: Likewise.
1862         * ecofflink.c: Likewise.
1863
1864 2000-11-21  Nick Clifton  <nickc@redhat.com>
1865
1866         * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
1867         remove possibility of infinite loop.
1868
1869 2000-11-20  Kazu Hirata  <kazu@hxi.com>
1870
1871         * aix386-core.c: Fix formatting.
1872         * aout-adobe.c: Likewise.
1873         * aout-arm.c: Likewise.
1874         * aout-encap.c: Likewise.
1875         * aout-ns32k.c: Likewise.
1876         * aout-target.h: Likewise.
1877         * aout-tic30.c: Likewise.
1878         * aoutf1.h: Likewise.
1879         * aoutx.h: Likewise.
1880         * archive.c: Likewise.
1881         * bfd-in.h: Likewise.
1882         * bfd-in2.h: Likewise.
1883         * bfd.c: Likewise.
1884         * bout.c: Likewise.
1885
1886 2000-11-17  H.J. Lu  <hjl@gnu.org>
1887
1888         * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
1889         pltoff entries for DT_INIT and DT_FINI.
1890         (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
1891         (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
1892         entries.
1893
1894 2000-11-16  Richard Henderson  <rth@redhat.com>
1895
1896         * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
1897         (allocate_dynrel_entries): Likewise.
1898         (elfNN_ia64_relocate_section): Likewise.  Set REL addends correctly.
1899         (set_pltoff_entry): Likewise.
1900         (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
1901         (elfNN_ia64_reloc_type_lookup): Likewise.
1902         (elfNN_ia64_install_value): Likewise.
1903         (elfNN_ia64_relocate_section): Likewise.
1904         * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
1905         (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
1906
1907 2000-11-16  Kazu Hirata  <kazu@hxi.com>
1908
1909         * cpu-a29k.c: Fix formatting.
1910         * cpu-alpha.c: Likewise.
1911         * cpu-arm.c: Likewise.
1912         * cpu-avr.c: Likewise.
1913         * cpu-d10v.c: Likewise.
1914         * cpu-h8500.c: Likewise.
1915         * cpu-hppa.c: Likewise.
1916         * cpu-i370.c: Likewise.
1917         * cpu-i386.c: Likewise.
1918         * cpu-i960.c: Likewise.
1919         * cpu-ia64-opc.c: Likewise.
1920         * cpu-ia64.c: Likewise.
1921         * cpu-m32r.c: Likewise.
1922         * cpu-m68hc11.c: Likewise.
1923         * cpu-m68hc12.c: Likewise.
1924         * cpu-m68k.c: Likewise.
1925         * cpu-m88k.c: Likewise.
1926         * cpu-mips.c: Likewise.
1927         * cpu-ns32k.c: Likewise.
1928         * cpu-pj.c: Likewise.
1929         * cpu-powerpc.c: Likewise.
1930         * cpu-sh.c: Likewise.
1931         * cpu-sparc.c: Likewise.
1932         * cpu-tic54x.c: Likewise.
1933         * cpu-v850.c: Likewise.
1934         * cpu-vax.c: Likewise.
1935         * cpu-w65.c: Likewise.
1936         * cpu-we32k.c: Likewise.
1937         * cpu-z8k.c: Likewise.
1938         * dwarf1.c: Likewise.
1939         * dwarf2.c: Likewise.
1940
1941 2000-11-15  Kazu Hirata  <kazu@hxi.com>
1942
1943         * coff-arm.c: Fix formatting.
1944         * coff-ppc.c: Likewise.
1945         * coff-rs6000.c: Likewise.
1946         * coff-sh.c: Likewise.
1947         * coff-sparc.c: Likewise.
1948         * coff-tic30.c: Likewise.
1949         * coff-tic54x.c: Likewise.
1950         * coff-tic80.c: Likewise.
1951         * coff-w65.c: Likewise.
1952         * coff-we32k.c: Likewise.
1953         * coff-z8k.c: Likewise.
1954
1955 2000-11-15  Richard Henderson  <rth@redhat.com>
1956
1957         * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
1958         section with the same ALLOC|LOAD flags as the source section.
1959
1960 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
1961
1962         * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
1963         by STO_ALPHA constants.
1964
1965 2000-11-14  Kazu Hirata  <kazu@hxi.com>
1966
1967         * coff-pmac.c: Fix formatting.
1968         * coff-ppc.c: Likewise.
1969
1970 2000-11-13  H.J. Lu  <hjl@gnu.org>
1971
1972         * elflink.h (elf_link_add_object_symbols): Also add indirect
1973         symbols for common symbols with the default version.
1974
1975 2000-11-09  Philip Blundell  <pb@futuretv.com>
1976
1977         * section.c (STD_SECTION): Set gc_mark flag.
1978
1979 2000-11-11  Kazu Hirata  <kazu@hxi.com>
1980
1981         * coff-i960.c: Likewise.
1982         * coff-m68k.c: Likewise.
1983         * coff-m88k.c: Likewise.
1984         * coff-mcore.c: Likewise.
1985         * coff-mips.c: Likewise.
1986
1987 2000-11-11  Bernd Schmidt  <bernds@cygnus.co.uk>
1988
1989         * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
1990
1991 2000-11-10  Kazu Hirata  <kazu@hxi.com>
1992
1993         * coff-h8300.c: Fix formatting.
1994         * coff-h8500.c: Likewise.
1995         * coff-i386.c: Likewise.
1996         * coff-i860.c: Likewise.
1997         * coff-i960.c: Likewise.
1998         * coff-ia64.c: Likewise.
1999
2000 2000-11-09  Kazu Hirata  <kazu@hxi.com>
2001
2002         * archive.c: Fix formatting.
2003         * archures.c: Likewise.
2004
2005 2000-11-07  Richard Henderson  <rth@redhat.com>
2006
2007         * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
2008         Set it before bfd_elf64_bfd_final_link call.  Use it after the call.
2009         * section.c (bfd_set_section_contents): Call memcpy if
2010         section->contents set and location not equal to contents plus offset.
2011
2012 2000-11-08  Kazu Hirata  <kazu@hxi.com>
2013
2014         * bfd-in.h: Fix formatting.
2015         * bfd-in2.h: Likewise.
2016         * bfd.c: Likewise.
2017         * binary.c: Likewise.
2018         * bout.c: Likewise.
2019         * coff-a29k.c: Likewise.
2020         * coff-alpha.c: Likewise.
2021         * coff-apollo.c: Likewise.
2022         * coff-aux.c: Likewise.
2023
2024 2000-11-07  Kazu Hirata  <kazu@hxi.com>
2025
2026         * aix386-core.c: Fix formatting.
2027         * aoutf1.h: Likewise.
2028         * aoutx.h: Likewise.
2029         * archures.c: Likewise.
2030         * armnetbsd.c: Likewise.
2031
2032 2000-11-07  Alan Modra  <alan@linuxcare.com.au>
2033
2034         * coff-h8300.c (special): Adjust reloc address.
2035
2036 2000-11-06  Steve Ellcey <sje@cup.hp.com>
2037
2038         * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
2039         to differentiate elf32 and elf64 on ia64.
2040         * bfd-in2.h: Regenerate.
2041         * config.bfd: Add target for "ia64*-*-hpux*".
2042         * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
2043         * configure: Regenerate.
2044         * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
2045         * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
2046
2047         * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
2048         from elfxx-ia64.c.  Add depenency rules for making elf32-ia64.lo.
2049         * Makefile.in: Regnerate.
2050         * elf64-ia64.c: Deleted.
2051         * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
2052
2053 2000-11-06  Kazu Hirata  <kazu@hxi.com>
2054
2055         * aout-adobe.c: Fix formatting.
2056         * aout-arm.c: Likewise.
2057         * aout-cris.c: Likewise.
2058         * aout-encap.c: Likewise.
2059         * aout-ns32k.c: Likewise.
2060         * aout-target.h: Likewise.
2061         * aout-tic30.c: Likewise.
2062
2063 2000-11-05  Philip Blundell  <philb@gnu.org>
2064
2065         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
2066         BFDs containing no sections to be merged, regardless of their flags.
2067
2068 2000-11-04  Philip Blundell  <philb@gnu.org>
2069
2070         * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
2071         if a relocation for an undefined symbol also results in an
2072         overflow.
2073
2074 2000-11-06  Christopher Faylor <cgf@cygnus.com>
2075
2076         * config.bfd: Add support for Sun Chorus.
2077
2078 2000-11-05  David O'Brien  <obrien@FreeBSD.org>
2079
2080         * configure.in: Recognize alpha-*-freebsd*.
2081         * configure: Regenerate.
2082
2083 2000-11-02  Luciano Gemme <ishitawa@yahoo.com>
2084
2085         * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
2086         (Chunk): New global variable set by a parameter in objcopy.c.
2087         (S3Forced): New global variable set by a parameter in
2088         objcopy.c.
2089         (srec_set_section_contents): If S3Forced is true, always generate
2090         S3 records.
2091         (srec_write_section): Use 'Chunk' to limit maximum length of S
2092         records.
2093
2094 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
2095
2096         * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
2097         * Makefile.in: Regenerate.
2098         * bfd-in2.h: Regenerate.
2099         * po/bfd.pot: Regenerate.
2100
2101 2000-10-31  Philip Blundell  <philb@gnu.org>
2102
2103         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
2104         EF_SOFT_FLOAT if it is defined.
2105
2106 2000-10-27  Philip Blundell  <philb@gnu.org>
2107
2108         * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
2109         attempts to mix PIC code with non-PIC, just mark the output as
2110         being position dependent.
2111         (elf32_arm_merge_private_bfd_data): Likewise.  Print an error
2112         message for EF_SOFT_FLOAT mismatches.  Display diagnostics for
2113         all mismatches, not just the first one.
2114
2115 2000-10-25  Chris Demetriou  <cgd@sibyte.com>
2116
2117         * ieee.c (ieee_archive_p): Plug one of many possible
2118         memory leaks in error handling.
2119
2120 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
2121
2122         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
2123         elf32_sparc_object_p, elf32_sparc_final_write_processing):
2124         Support v8plusb.
2125         * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
2126         sparc64_elf_object_p): Support v9b.
2127         * archures.c: Declare v8plusb and v9b machines.
2128         * bfd-in2.h: Ditto.
2129         * cpu-sparc.c: Ditto.
2130
2131 2000-10-16  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
2132
2133         * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
2134         of a GOT reloc.
2135
2136         * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
2137         (SYMBOL_CALLS_LOCAL): New macro.
2138         (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
2139         (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
2140         (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
2141         (ppc_elf_relocate_section): Use flag variable to determine
2142         whether the relocation refers to a local symbol.
2143         Test whether a PLTREL24 reloc will produce a reloc by looking
2144         to see whether a PLT entry was made.
2145
2146 2000-10-14  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
2147
2148         * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
2149         entries that could serve as a definition for a weak symbol.
2150
2151 2000-10-13  Ulf Carlsson  <ulfc@engr.sgi.com>
2152
2153         From  Ralf Baechle  <ralf@gnu.org>
2154
2155         * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
2156         local_p.  Add symbol value only for non-R_MIPS_REL32 relocations
2157         against local symbols.
2158         (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
2159
2160 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
2161
2162         * section.c (struct sec): Add kept_section.
2163         (struct bfd_comdat_info): Remove sec, we can use above.
2164         (STD_SECTION): Add initializer.
2165         (bfd_make_section_anyway): Init here too.
2166
2167         * bfd-in2.h: Regenerate.
2168
2169         * elflink.h (elf_link_add_object_symbols): Remove unnecessary
2170         zeroing of `flags'.
2171         (elf_link_input_bfd): Set all asection->symbol->value's here, and
2172         fudge values for discarded link-once section symbols.
2173
2174         * elf64-hppa.c: Include alloca-conf.h
2175
2176 2000-10-11  Alan Modra  <alan@linuxcare.com.au>
2177
2178         * elf.c (swap_out_syms): Revert 2000-10-07 changes.
2179
2180         * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
2181
2182 2000-10-10  Alan Modra  <alan@linuxcare.com.au>
2183
2184         * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
2185
2186 2000-10-10  Tom Rix <trix@redhat.com>
2187
2188         * section.c (bfd_make_section_anyway): Release newsect ptr when
2189         newsect->symbol fails to alloc.  Use bfd_release instead of free.
2190
2191 2000-10-09  Richard Henderson  <rth@cygnus.com
2192
2193         * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
2194         (elf64_ia64_unwind_entry_compare): New.
2195         (elf64_ia64_final_link): Sort the .IA_64.unwind section.
2196
2197 2000-10-07  Alan Modra  <alan@linuxcare.com.au>
2198
2199         * elflink.h (size_dynamic_sections): Don't create various tags if
2200         .dynstr is excluded from the link.  Don't set first dynsym entry
2201         if dynsymcount is zero.
2202         (elf_bfd_final_link): Don't try to swap out dynamic syms if
2203         .dynsym excluded from the link.  Don't try to write any dynamic
2204         sections excluded from the link.
2205
2206         * elf.c (swap_out_syms): Handle global section symbols.
2207
2208 2000-10-05  DJ Delorie  <dj@redhat.com>
2209
2210         * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
2211         * coffcode.h (coff_set_alignment_hook): read extended reloc count
2212         (coff_write_relocs): write extended reloc count
2213         (coff_write_object_contents): account for extended relocs
2214
2215 2000-10-05  Jim Wilson  <wilson@cygnus.com>
2216
2217         * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
2218         field.
2219         * elf.c (_bfd_elf_make_section_from_shdr): Call the
2220         elf_backend_section_flags function.
2221         * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
2222         code.
2223         (elf64_ia64_section_flags): New function containing flag conversion
2224         code.
2225         (elf_backend_section_flags): Define to elf64_ia64_section_flags.
2226         * elfxx-target.h (elf_backend_section_flags): Define.
2227         (elfNN_bed): Initialize elf_backend_section_flags field.
2228
2229 2000-10-02  Alan Modra  <alan@linuxcare.com.au>
2230
2231         * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
2232         _bfd_elf32_gc_record_vtable.  Correct a comment.
2233
2234 2000-10-01  Ulf Carlsson  <ulfc@engr.sgi.com>
2235
2236         From  Ralf Baechle  <ralf@gnu.org>
2237
2238         * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
2239         produces binaries with got[1] = 0x80000001 to differenciate them
2240         for the dynamic linker from the broken binaries produced by old
2241         versions.
2242
2243 2000-09-30  Petr Sorfa <petrs@sco.com>
2244
2245         * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
2246         (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
2247         * configure.in: Add check for pxstatus_t and lwpxstatus_t.
2248         * configure: Regenerate.
2249
2250 2000-09-27  Hans-Peter Nilsson  <hp@axis.com>
2251
2252         Define two bfd_targets for absence and presence of leading
2253         underscore on symbols.  Make sure to only link same kind.
2254         * elf32-cris.c (cris_elf_object_p,
2255         cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
2256         cris_elf_merge_private_bfd_data): New.
2257         (elf_backend_object_p, elf_backend_final_write_processing,
2258         bfd_elf32_bfd_print_private_bfd_data,
2259         bfd_elf32_bfd_merge_private_bfd_data): Define.
2260         <Target vector definition>: Include elf32-target.h twice with
2261         different macro settings:
2262         (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
2263         bfd_elf32_us_cris_vec.
2264         (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
2265         (elf_symbol_leading_char): First as 0, then '_'.
2266         (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
2267         * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
2268         * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
2269         * configure: Regenerate.
2270         * targets.c: Declare bfd_elf32_us_cris_vec.
2271         * po/bfd.pot: Regenerate.
2272
2273 2000-09-29  Momchil Velikov  <velco@fadata.bg>
2274
2275         * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
2276         R_ARM_THM_PC22 relocations.
2277
2278 2000-09-29  NIIBE Yutaka <gniibe@chroot.org>
2279
2280         * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
2281
2282 2000-09-29  Momchil Velikov <velco@fadata.bg>
2283
2284         * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
2285         is has the SEC_HAS_CONTENTS flag set.
2286
2287 2000-09-28  \81Örjan Friberg  <orjanf@axis.com>
2288             Hans-Peter Nilsson  <hp@axis.com>
2289
2290         * aout-cris.c (N_TXTADDR): Define.
2291
2292 2000-09-28  John David Anglin <dave@hiauly1.hia.nrc.ca>
2293
2294         * som.c: Include alloca-conf.h.
2295         * Makefile.am: "make dep-am"
2296         * Makefile.in: Regenerate.
2297
2298 2000-09-27  Alan Modra  <alan@linuxcare.com.au>
2299
2300         * elf32-hppa.c (plt_stub): New.
2301         (PLT_STUB_ENTRY): Define.
2302         (elf32_hppa_link_hash_table): Change multi_subspace to packed
2303         boolean.  Add need_plt_stub, has_12bit_branch and has_17bit_branch.
2304         (elf32_hppa_link_hash_table_create): Init to suit.
2305         (elf32_hppa_check_relocs): Set has_12bit_branch and
2306         has_17bit_branch as appropriate.
2307         (elf32_hppa_adjust_dynamic_symbol): Set need_plt_stub for
2308         non-local functions.
2309         (elf32_hppa_size_dynamic_sections): Correct setting of reltext.
2310         Add space for plt_stub as needed.
2311         (elf32_hppa_finish_dynamic_symbol): Point .plt entries for global
2312         functions at plt_stub.
2313         (elf32_hppa_finish_dynamic_sections): Write plt_stub.
2314         (elf32_hppa_create_dynamic_sections): Leave .plt executable.
2315
2316         * elf32-hppa.h (elf32_hppa_size_stubs): Add group_size param.
2317         * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.  Use it instead
2318         of fixed size, and if negative, disable handling of input sections
2319         before stub section.  Set up default stub group size depending
2320         on detected branch relocs.
2321         (hppa_build_one_stub): Use lrsel and rrsel for import stubs to
2322         ensure different offsets from sym_value aren't rounded to
2323         different 2k blocks.  Use lrsel and rrsel for other stubs too for
2324         consistency rather than necessity.
2325         (elf32_hppa_check_relocs): Handle R_PARISC_DIR14F.
2326         (final_link_relocate): Likewise.
2327         (elf32_hppa_relocate_section): Likewise.
2328
2329         * elf-hppa.h (elf_hppa_howto_table): Add R_PARISC_DIR14F reloc.
2330         (_bfd_elf_hppa_gen_reloc_type): Generate them.
2331         (elf_hppa_final_link_relocate): Handle them.
2332         (elf_hppa_relocate_insn): Likewise.
2333         (_bfd_elf_hppa_gen_reloc_type): Add missing e_ldsel and e_rdsel cases.
2334
2335 2000-09-26  Hans-Peter Nilsson  <hp@axis.com>
2336
2337         * elfcode.h (elf_object_p): Preserve and clear abfd section
2338         information.  Restore at error.
2339
2340 2000-09-26  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2341
2342         * peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
2343         is empty, make sure that its rva also 0. NT loader dislikes
2344         having otherwise.
2345
2346 2000-09-26  Steve Ellcey <sje@cup.hp.com>
2347
2348         * som.c (som_bfd_derive_misc_symbol_info): Make weak symbols
2349         global by default.
2350
2351 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
2352
2353         * elf32-hppa.c (elf32_hppa_check_relocs): Fix weak sym handling in
2354         currently unused RELATIVE_DYNAMIC_RELOCS code.
2355         (hppa_discard_copies): Likewise.
2356         (elf32_hppa_size_stubs): Size `input_list' array correctly.  Correct
2357         comments.  Don't check non-code output sections for stub grouping.
2358
2359 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
2360
2361         * section.c (bfd_get_unique_section_name): Return NULL if
2362         bfd_malloc fails.
2363
2364 2000-09-19  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2365
2366         * elf32-m68k.c (elf_cpu32_plt0_entry): Change the PLT entry 0
2367         instruction sequence to actually work.
2368         (elf_m68k_finish_dynamic_sections): Change the patch-in offset
2369         accordingly.
2370
2371 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
2372
2373         * elf32-sh.c (sh_elf_relocate_section): Use
2374         _bfd_final_link_relocate to apply the relocation against a section
2375         symbol, when doing relocatable links.
2376
2377 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
2378
2379         * elf32-hppa.c (elf32_hppa_stub_hash_entry): Rename input_section
2380         to id_sec.
2381         (stub_hash_newfunc): Here too.
2382         (hppa_add_stub): And here.
2383         (elf32_hppa_link_hash_table): Remove stub_section_created,
2384         reloc_section_created, first_init_sec and first_fini_sec.  Add
2385         stub_group.
2386         (elf32_hppa_link_hash_table_create): Init to suit.
2387         (hppa_get_stub_entry): Add support for grouping stub sections.
2388         (hppa_add_stub): Likewise.  Remove sec_count param and init/fini
2389         section code.  Index stub vars by section->id.
2390         (elf32_hppa_size_stubs): Likewise.  Remove duplicated function
2391         exit paths.  Zap allocation of above removed vars.  Refine
2392         link-once test.
2393
2394         * elf32-hppa.h (elf32_hppa_size_stubs): Add output_bfd param.
2395         * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
2396         (hppa_get_stub_entry): Pass in pointer to elf32_hppa_link_hash_table
2397         rather than pointer to bfd_link_info.
2398         (hppa_add_stub): Likewise.
2399         (final_link_relocate): Likewise.
2400
2401 2000-09-17  David Huggins-Daines  <dhd@linuxcare.com>
2402
2403         (elf32_hppa_size_stubs): Don't try to build stubs for discarded
2404         link-once sections.
2405
2406 2000-09-16  Alexandre Oliva  <aoliva@redhat.com>
2407
2408         * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
2409         ld/emulparams/shelf.sh.
2410
2411 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2412
2413         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
2414         * bfd-in.h (bfd_m68k_elf32_create_embedded_relocs): Add declaration.
2415         * bfd-in2.h: Regenerate.
2416
2417 2000-09-15  Kenneth Block  <Kenneth.Block@compaq.com>
2418
2419         * elf64-alpha.c (elf64_alpha_relax_with_lituse): ld performs
2420         LITUSE relocations incorrectly if -relax is specified on the ld
2421         command line and the displacement field of the load or store
2422         instruction is non-zero. (Patch by paul.winalski@compaq.com)
2423
2424 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
2425
2426         * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and
2427         first_fini_sec here.
2428         (elf32_hppa_size_stubs): Instead correctly find the first .init
2429         and .fini section here.
2430
2431 2000-09-15  David Huggins-Daines  <dhd@linuxcare.com>
2432
2433         * elf32-hppa.c (clobber_millicode_symbols): New function.
2434         (elf32_hppa_size_dynamic_sections): Call it.
2435
2436 2000-09-14  Alan Modra  <alan@linuxcare.com.au>
2437
2438         * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call
2439         packed.  Add plabel, plt_abs packed booleans.
2440         (hppa_link_hash_newfunc): Init new fields.
2441         (PLABEL_PLT_ENTRY_SIZE): Define.
2442         (hppa_stub_name): Use size_t len vars.
2443         (hppa_add_stub): Likewise.
2444         (elf32_hppa_build_stubs): Likewise.
2445         (hppa_build_one_stub): Kill some compiler warnings.
2446         (elf32_hppa_check_relocs): Always generate a plt entry for PLABELs
2447         if dynamic linking.  Munge the local plt offsets into
2448         local_got_refcounts.  Set h->plabel for all global PLABELs.  Use
2449         size_t len vars.  Add assert for plabel addend.
2450         (elf32_hppa_gc_sweep_hook): Sweep local plt entries too.
2451         (elf32_hppa_hide_symbol): New function.
2452         (elf_backend_hide_symbol): Define.
2453         (elf32_hppa_adjust_dynamic_symbol): Don't throw away plt entries
2454         with h->plabel set.  Don't make plt entries to have dynamic syms
2455         when they have been forced local.  If plt entry is used by a
2456         plabel, make it PLABEL_PLT_ENTRY_SIZE.
2457         (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
2458         Set up .plt offsets for local syms.
2459         (elf32_hppa_relocate_section): Initialise plt entries for local
2460         syms.  Leave weak undefined plabels zero.  Make global plabel
2461         relocs against function symbol, and leave the addend zero.
2462         Use *ABS* DIR32 relocs instead of SEGREL32 for dynamic got relocs.
2463         (elf32_hppa_finish_dynamic_symbol): Set up IPLT relocs for
2464         non-dynamic syms.  Init extra plt for plabels.  Use *ABS* DIR32
2465         relocs instead of SEGREL32 for dynamic got relocs.
2466         (elf32_hppa_finish_dynamic_sections): Reserve one more .got entry.
2467         (elf_backend_got_header_size): Adjust.
2468         (elf32_hppa_set_gp): Calculate an "ideal" LTP.
2469
2470         * elf32-hppa.c (LONG_BRANCH_VIA_PLT): Define.
2471         (hppa_type_of_stub): Use it instead of #if 0
2472         (hppa_discard_copies): Use it here too.
2473         (elf32_hppa_size_dynamic_sections): And here.
2474
2475         * elf32-hppa.c (elf32_hppa_link_hash_table): Remove `offset' field.
2476         (elf32_hppa_link_hash_table_create): And here.
2477         (hppa_build_one_stub): And here.  Instead keep track of stub
2478         offset using _raw_size.
2479         (elf32_hppa_size_stubs): Likewise.
2480         (elf32_hppa_build_stubs): Likewise.
2481         (hppa_size_one_stub): Likewise.  Resize reloc section too.
2482
2483         * elf32-hppa.c (hppa_add_stub): Correct first_init_sec and
2484         first_fini_sec handling.  Don't search for reloc section or set
2485         hplink->reloc_section_created here.
2486         (elf32_hppa_size_stubs): Instead search for reloc sections, and
2487         set reloc_section_created here.
2488         (hppa_handle_PIC_calls): Set ELF_LINK_HASH_NEEDS_PLT.
2489         (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT
2490         and DT_FINI.
2491         (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
2492
2493         * elf32-hppa.c (hppa_build_one_stub): Replace `elf_hash_table (info)'
2494         with `hplink->root.'.
2495         (elf32_hppa_check_relocs): Likewise.
2496         (elf32_hppa_gc_sweep_hook): Likewise.
2497         (elf32_hppa_adjust_dynamic_symbol): Likewise.
2498         (hppa_handle_PIC_calls): Likewise.
2499         (elf32_hppa_size_dynamic_sections): Likewise.
2500         (elf32_hppa_set_gp): Likewise.
2501         (elf32_hppa_relocate_section): Likewise.
2502         (elf32_hppa_finish_dynamic_symbol): Likewise.
2503         (elf32_hppa_finish_dynamic_sections): Likewise.
2504
2505         From  David Huggins-Daines  <dhd@linuxcare.com>
2506         * elf32-hppa.c (hppa_type_of_stub): Generate import stubs for
2507         defined weak symbols in shared links.
2508         (final_link_relocate): Calls to defined weak symbols in shared
2509         objects must go via import stubs, as the target might not be known
2510         at link time.
2511
2512 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
2513
2514         * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
2515         R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
2516         R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167.  Replaced
2517         the original entries with EMPTY_HOWTOs, and added new ones to fill
2518         in the gap.
2519         (sh_elf_info_to_howto): Make sure the new gap isn't used.
2520         (sh_elf_relocate_section): Likewise.
2521
2522 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2523
2524         * cpu-mips.c (arch_info_struct): Add mips:4K
2525         * bfd-in2.h (bfd_mach_mips4K): New define.
2526         * archures.c: Add bfd_mach_mips4K to comment.
2527         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Return
2528         E_MIPS_ARCH_2 for bfd_mach_mips4K.
2529
2530 2000-09-13  Marco Franzen <marcof@thyron.com>
2531
2532         * som.c (som_write_symbol_strings): Do not used fixed buffers,
2533         use size_t as a counter.
2534         (som_write_space_strings): Similarly.
2535
2536 2000-09-12  Jason Eckhardt  <jle@cygnus.com>
2537
2538         * elf32-i860.c (elf32_i860_relocate_pc26): New function
2539         and prototype.
2540         (elf32_i860_relocate_section): Invoke new function from here.
2541
2542 2000-09-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2543
2544         * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names
2545         static.
2546
2547 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2548
2549         * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for
2550         target section name instead of dumping core when the target symbol is
2551         undefined.
2552
2553 2000-09-09  Kazu Hirata  <kazu@hxi.com>
2554
2555         * riscix.c: Remove DEFUN.
2556
2557 2000-09-08  Nick Clifton  <nickc@redhat.com>
2558
2559         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
2560         initialise flags in output bfd if the input bfd is the default
2561         architecture with the default flags.
2562
2563 2000-09-08  Kazu Hirata  <kazu@hxi.com>
2564
2565         * archive.c: Fix formatting.
2566         * coff-arm.c: Likewise.
2567         * doc/chew.c: Likewise.
2568
2569 2000-09-08  Alan Modra  <alan@linuxcare.com.au>
2570
2571         * section.c (bfd_get_unique_section_name): Put a dot before the
2572         numeric suffix.
2573
2574 2000-09-07  Kazu Hirata  <kazu@hxi.com>
2575
2576         * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
2577         * elf.c: Fix formatting.
2578
2579 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
2580
2581         * config.bfd (sh-*-linux*): Added.
2582         * configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
2583         * targets.c: Declare them.
2584         * elf32-sh-lin.c: New file.
2585         * Makefile.am: Compile it.
2586         * elf32-sh.c: Don't override defines from elf32-sh-lin.c.
2587         * configure, Makefile.in: Rebuilt.
2588
2589 2000-09-06  Geoffrey Keating  <geoffk@cygnus.com>
2590
2591         * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
2592         pseduo-section when determining where the TOC ends.
2593
2594         * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
2595         output x_tvndx as it is only two bytes wide.
2596
2597         * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
2598         reloc is 26 or 32 bits wide.
2599
2600         * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
2601         for relocs that don't change anything.  Also look at the full
2602         6 bits of bitsize.
2603
2604 2000-09-06  Philip Blundell  <philb@gnu.org>
2605
2606         * config.bfd (arm*-*-uclinux*): New target.
2607
2608 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2609
2610         * configure: Rebuilt with new libtool.m4.
2611
2612 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
2613
2614         * section.c (bfd_get_unique_section_name): Avoid c++ reserved
2615         word for variable name.
2616         * bfd-in2.h: Regenerate.
2617
2618 2000-09-05  Nick Clifton  <nickc@redhat.com>
2619
2620         * config.in: Regenerate.
2621         * libbfd.h: Regenerate.
2622         * po/bfd.pot: Regenerate.
2623         * doc/bfdint.texi: Remove CVS date string - it foils compares with
2624         local versions.
2625
2626 2000-09-05  Steven Johnson  <sbjohnson@ozemail.com.au>
2627
2628         * cpu-powerpc.c  (arch_info_struct): Added MPC860 Family entry.
2629
2630 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
2631
2632         Shared library and PIC support.
2633         * elf32-hppa.c (PLT_ENTRY_SIZE): New.
2634         (GOT_ENTRY_SIZE): New.
2635         (ELF_DYNAMIC_INTERPRETER): New.
2636         (STUB_SUFFIX): Define.
2637         (LONG_BRANCH_PIC_IN_SHLIB): Define.
2638         (RELATIVE_DYNAMIC_RELOCS): Define.
2639         (enum elf32_hppa_stub_type): New.
2640         (struct elf32_hppa_stub_hash_entry): Rename offset to
2641         stub_offset.  Add a number of new fields.
2642         (struct elf32_hppa_link_hash_entry): New.
2643         (struct elf32_hppa_link_hash_table): Add numerous fields.  Remove
2644         global_value.
2645         (elf32_hppa_hash_table): Rename to hppa_link_hash_table.
2646         (elf32_hppa_stub_hash_lookup): Rename to hppa_stub_hash_lookup.
2647         (elf32_hppa_stub_hash_newfunc): Rename to stub_hash_newfunc.  Init
2648         new fields.
2649         (hppa_link_hash_newfunc): New function.
2650         (elf32_hppa_link_hash_table_create): Use above function. Init new
2651         fields.
2652         (elf32_hppa_stub_name): Rename to hppa_stub_name.  Pass in reloc
2653         instead of addend, and remove sym_name from args.  Don't use
2654         symbol name for local syms, instead use sym index.
2655         (elf32_hppa_size_of_stub): Rename to hppa_type_of_stub, and return
2656         stub type rather than size.  Pass in hash and handle import stub
2657         case.  Also pass in reloc instead of offset so we can calculate
2658         PCREL22F and PCREL12F branches properly.
2659         (elf32_hppa_build_one_stub): Rename to hppa_build_one_stub.  Build
2660         import and export stubs too.
2661         (elf32_hppa_size_one_stub): Rename to hppa_size_one_stub.  Handle
2662         import and export stub sizing.
2663         (elf32_hppa_check_relocs): New function.
2664         (elf32_hppa_adjust_dynamic_symbol): New function.
2665         (hppa_discard_copies): New function.
2666         (elf32_hppa_size_dynamic_sections): New function.
2667         (elf_backend_size_dynamic_sections): Define.
2668         (elf32_hppa_finish_dynamic_symbol): New function.
2669         (elf_backend_finish_dynamic_symbol): Define.
2670         (elf32_hppa_size_stubs): Stash params in link hash table, and move
2671         some local vars into the link hash table too.  For shared links,
2672         trundle over function syms, generating export stubs.  Handle
2673         PCREL22F branches.  Break out stub creation code from here..
2674         (hppa_add_stub): .. to here.  New function.
2675         (elf32_hppa_final_link): Rename to elf32_hppa_set_gp, and don't
2676         call the bfd linker.  Use elf_gp to record global pointer.
2677         Calculate a value from sections if $global$ is missing.
2678         (bfd_elf32_bfd_final_link): Define as _bfd_elf32_gc_common_final_link.
2679         (elf32_hppa_gc_mark_hook): New function.
2680         (elf_backend_gc_mark_hook): Define.
2681         (elf32_hppa_gc_sweep_hook): New function.
2682         (elf_backend_gc_sweep_hook): Define.
2683         (elf32_hppa_bfd_final_link_relocate): Rename to final_link_relocate.
2684         Add rel to args, and remove howto, input_bfd, offset, addend,
2685         sym_name as we can recalculate these locally.  Handle calls to
2686         dynamic objects, extra PIC relocs, PCREL22F branches.  Change
2687         handling of undefined weak syms.  Check that stubs are in range.
2688         Only look for import stubs on PCREL17F and PCREL22F relocs.  Add
2689         message on hitting a DPREL21L reloc that needs fixing.  Subtract
2690         off PC for PCREL14F.  Break out code that does a stub lookup from
2691         here..
2692         (hppa_get_stub_entry): ..to here.  New function.
2693         (elf32_hppa_relocate_insn): Merge into final_link_relocate.
2694         (elf32_hppa_relocate_section): Handle got and plt relocs, dynamic
2695         relocs, etc. etc.
2696         (elf32_hppa_finish_dynamic_sections): New function.
2697         (elf_backend_finish_dynamic_sections): Define.
2698         (elf_backend_final_write_processing) Define.
2699         (hppa_handle_PIC_calls): New function.
2700         (elf32_hppa_build_stubs): Call it.  Pass link_info to
2701         hppa_build_one_stub.
2702         (elf32_hppa_create_dynamic_sections): New function
2703         to create .plt and .got then set .plt flags correctly.
2704         (elf_backend_create_dynamic_sections): Define.
2705         (elf32_hppa_object_p): New function.
2706         (elf_backend_object_p): Define.
2707         (elf32_hppa_elf_get_symbol_type): New function.
2708         (elf_backend_get_symbol_type): Define.
2709         (elf_backend_can_gc_sections): Define.
2710         (elf_backend_want_got_plt): Define.
2711         (elf_backend_plt_alignment): Set to 2.
2712         (elf_backend_plt_readonly): Define.
2713         (elf_backend_want_plt_sym): Define.
2714         (elf_backend_got_header_size): Reserve one entry.
2715
2716         * elf32-hppa.h (elf32_hppa_build_stubs): Don't pass stub bfd.
2717         (elf32_hppa_size_stubs): Pass in multi_subspace.
2718         (elf32_hppa_set_gp): Declare.
2719
2720         * section.c (SEC_HAS_GOT_REF): Define new flag for asection.
2721         (bfd_get_unique_section_name): New function.
2722         * bfd-in2.h: Regenerate.
2723
2724         * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F.
2725         (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc
2726         comment.
2727
2728         From  David Huggins-Daines  <dhd@linuxcare.com>
2729         * elf64-hppa.c (elf64_hppa_check_relocs): Fix a warning.
2730         (elf64_hppa_mark_exported_functions): Set dyn_h->st_shndx.
2731         (elf64_hppa_link_output_symbol_hook): Test dyn_h->st_shndx has
2732         been updated in finish_dynamic_symbol before modifying function
2733         symbol.
2734
2735         * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
2736         eight entries.  Replace NULL with bfd_elf_generic_reloc.  Add
2737         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
2738         (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*.  Add some
2739         comments.  Handle format == 12 for R_HPPA_PCREL_CALL.
2740         (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
2741         (elf_hppa_relocate_insn): Likewise.  Reformat some comments.
2742         (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
2743
2744         From David Huggins-Daines  <dhd@linuxcare.com>
2745         * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
2746         style of local labels as well.
2747
2748 2000-09-03  Philip Blundell  <philb@gnu.org>
2749
2750         * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
2751         references to undefined symbols in debugging sections.
2752
2753 2000-09-02  H.J. Lu  <hjl@gnu.org>
2754
2755         * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
2756         BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
2757         BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
2758         section.
2759
2760 2000-09-02  Jason Eckhardt  <jle@cygnus.com>
2761
2762         * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
2763         (elf32_i860_is_local_label_name): New function and prototype.
2764
2765 2000-09-02  Nick Clifton  <nickc@redhat.com>
2766
2767         * configure.in: Increase version number to 2.10.91.
2768         * configure: Regenerate.
2769         * aclocal.m4: Regenerate.
2770         * config.in: Regenerate.
2771         * po/bfd.pot: Regenerate.
2772
2773 2000-09-02  Daniel Berlin <dberlin@redhat.com>
2774
2775         * elf.c (_bfd_elf_make_section_from_shdr): Add
2776         .gnu.linkobce.wi. to the list of debug section names.
2777
2778 2000-09-02  Nick Clifton  <nickc@redhat.com>
2779
2780         * dwarf2.c (find_debug_info): New function: Locate a section
2781         containing dwarf2 debug information.
2782         (bfd_dwarf2_find_nearest_line): Find all sections containing
2783         debug information and include them in the stash.
2784
2785 2000-09-01  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
2786
2787         * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
2788         R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
2789         (sh_reloc_map): Add new relocs.
2790         (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
2791         sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
2792         sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
2793         sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
2794         functions.
2795         (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
2796         (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
2797         elf_sh_plt_entry_be, elf_sh_plt_entry_le,
2798         elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
2799         New array constants.
2800         (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
2801         New variables.
2802         (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
2803         elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
2804         elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
2805         elf_sh_plt_reloc_offset): Define.
2806         (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
2807         elf_sh_link_hash_table): New structs.
2808         (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
2809         (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
2810         relocation types.
2811         (elf_backend_create_dynamic_sections,
2812         bfd_elf32_bfd_link_hash_table_create,
2813         elf_backend_adjust_dynamic_symbol,
2814         elf_backend_size_dynamic_sections,
2815         elf_backend_finish_dynamic_symbol,
2816         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
2817         elf_backend_plt_readonly, elf_backend_want_plt_sym,
2818         elf_backend_got_header_size, elf_backend_plt_header_size):
2819         Define.
2820         * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
2821         BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
2822         New relocs.
2823         * bfd-in2.h, libbfd.h: Rebuilt.
2824
2825 2000-09-01  Alan Modra  <alan@linuxcare.com.au>
2826
2827         * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
2828         change.
2829
2830 2000-08-31  J"orn Rennecke <amylaar@cygnus.co.uk>
2831
2832         * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
2833         not initialized, set them to indicate the SH1 instruction set.
2834
2835 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2836
2837         * acinclude.m4: Include libtool and gettext macros from the
2838         top level.
2839         * aclocal.m4, configure: Rebuilt.
2840
2841 2000-08-29  Michael Snyder  <msnyder@seadog.cygnus.com>
2842
2843         * elf.c: Eliminate references to __sparcv9 macro; replace with
2844         autoconf variables HAVE_PSINFO32_T etc.
2845         * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
2846         HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
2847         * config.in: Ditto.
2848         * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
2849         detect the above typedefs.  (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
2850         * aclocal.m4: Ditto.
2851         * configure: Regenerate.
2852
2853 2000-08-27  Alan Modra  <alan@linuxcare.com.au>
2854
2855         * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
2856         for any shared link, not just shared -Bsymbolic.
2857         (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
2858         any shared link, and pass link info to it.
2859         (elf_i386_size_dynamic_sections): Update comment.
2860         (elf_i386_discard_copies): Modify to discard relocs for symbols
2861         that have been forced local.
2862         (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
2863         that have been forced local.
2864
2865 2000-08-24  Denis Chertykov  <denisc@overta.ru> & Nick Clifton  <nickc@redhat.com>
2866
2867         * elflink.h (elf_link_add_object_symbols): Allow common
2868         symbols to have an alignment of 1 if explicitly requested, and
2869         not overridden by other definitions.
2870
2871 2000-08-22  Doug Kwan <dkwan@transmeta.com>
2872
2873         * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
2874         * coffcode.h (coff_set_flags): Add detection of w65 architecture.
2875
2876 2000-08-22  H.J. Lu  <hjl@gnu.org>
2877
2878         * elf-bfd.h (elf_link_hash_table): Add runpath.
2879
2880         * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
2881         * bfd-in2.h: Rebuilt.
2882
2883         * elf.c (_bfd_elf_link_hash_table_init): Initialize the
2884         "runpath" field to NULL.
2885         (bfd_elf_get_runpath_list): New function.
2886
2887         * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
2888         DT_RUNPATH entries.
2889
2890 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
2891
2892         * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
2893         R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
2894         explicitly.  Improve validation of r_type.
2895
2896 2000-08-21  H.J. Lu  <hjl@gnu.org>
2897
2898         * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
2899         dynamic allocated content space.  Add a comment to remind us that
2900         one day this ought to be fixed.
2901         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
2902         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
2903         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
2904
2905 2000-08-21  Jason Eckhardt  <jle@cygnus.com>
2906
2907         * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
2908         field with the newly relocated value instead of adding it to the
2909         existing immediate field.
2910         (elf32_i860_relocate_splitn): Likewise.
2911         (elf32_i860_relocate_highadj): Likewise.
2912
2913 2000-08-16  Jason Eckhardt  <jle@cygnus.com>
2914
2915         * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
2916         was previously just a stub).
2917
2918 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
2919
2920         * elflink.c (_bfd_elf_create_got_section): Don't abort().
2921         Formatting fixes.
2922         (_bfd_elf_create_dynamic_sections): Likewise.
2923
2924 2000-08-16  Andrew Macleod  <amacleod@cygnus.com>
2925
2926         * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
2927         for undefined symbols to be the beginning of the section.
2928
2929         * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
2930         four extra entries at the beginning of the .rela.plt section.
2931         (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
2932         section to account for the four reserved entries in the .plt section.
2933
2934 2000-08-15  Geoffrey Keating  <geoffk@cygnus.com>
2935
2936         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
2937         to the list of NOPs we recognize after a branch-and-link.
2938         Use the ori NOP when one is needed.
2939
2940         * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
2941         for large archives.
2942
2943 2000-08-14  Jim Wilson  <wilson@cygnus.com>
2944
2945         * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
2946         EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
2947         (elf64_ia64_print_private_bfd_data): Likewise.  Also handle
2948         EF_IA_64_ABSOLUTE.
2949
2950 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
2951
2952         * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
2953
2954 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
2955
2956         * elf32-i860.c (elf32_i860_relocate_section): New function.
2957         (i860_final_link_relocate): New function.
2958         (elf32_i860_relocate_splitn): New function.
2959         (elf32_i860_relocate_pc16): New function.
2960         (elf32_i860_relocate_highadj): New function.
2961         (elf32_i860_howto): Minor adjustments to some relocations.
2962         (elf_info_to_howto_rel): Define.
2963         (elf_backend_relocate_section): Define.
2964
2965 2000-08-10  Nick Clifton  <nickc@cygnus.com>
2966
2967         * elf32-arm.h: Fix formatting.
2968
2969 2000-08-10  Bernd Schmidt  <bernds@cygnus.co.uk>
2970
2971         * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
2972
2973 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
2974
2975         * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
2976
2977 2000-08-07  Kazu Hirata  <kazu@hxi.com>
2978
2979         * ieee.c (ieee_write_debug_part): Rewrite a comment.
2980         * elf64-ia64.c: Fix a typo.
2981
2982 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2983
2984         * elf32-i860.c (elf32_i860_howto_table): New structure.
2985         (lookup_howto): New function.
2986         (elf32_i860_reloc_type_lookup): New function.
2987         (elf32_i860_info_to_howto_rela): New function.
2988         (elf_code_to_howto_index): New structure.
2989         (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
2990         (bfd_elf32_bfd_reloc_type_lookup): Re-define as
2991         elf32_i860_reloc_type_lookup.
2992
2993 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
2994
2995         * som.c (struct fixup_format): Constify `format'.
2996         (som_hppa_howto_table): Use SOM_HOWTO macro.
2997         (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
2998         (som_bfd_reloc_type_lookup): Likewise.
2999         (compare_subspaces): Remove unused `count1', `count2'.
3000         (som_begin_writing): Remove unused `total_reloc_size'.
3001         (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
3002         (som_print_symbol, som_bfd_is_local_label_name): Likewise.
3003         (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
3004         (som_find_nearest_line): Decorate unused parameter(s).
3005         (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
3006         (som_bfd_link_split_section): Likewise.
3007
3008 2000-08-03  Nick Clifton  <nickc@cygnus.com>
3009
3010         * section.c: Restore backed out code.
3011         * elf.c: Restore backed out code.
3012         (copy_private_bfd_data): Fix bug preventing stipped dynamic
3013         binaries from working.
3014         * bfd-in2.h: Regenerate.
3015
3016 2000-08-03  H.J. Lu  <hjl@gnu.org>
3017
3018         * section.c: Back out the change made by Nick Clifton
3019         <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
3020         binaries.
3021         * bfd-in2.h: Likewise.
3022         * elf.c: Likewise.
3023
3024 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
3025
3026         * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
3027
3028 2000-07-31  Jason Eckhardt  <jle@cygnus.com>
3029
3030         * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
3031         * bfd-in2.h, libbfd.h: Regenerate.
3032
3033 2000-07-31  Nick Clifton  <nickc@cygnus.com>
3034
3035         * section.c (struct sec): Add new boolean field 'segment_mark'.
3036         (STD_SECTION): Initialise new field to zero.
3037
3038         * bfd-in2.h: Regenerate.
3039
3040         * elf.c (copy_private_bfd_data): Reorganise section to segment
3041         mapping to cope with moved sections requiring new segments,
3042         and overlapping segments.
3043         (SEGMENT_END): New macro: Return the end address of a segment.
3044         (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
3045         contains a section by comparing their VMA addresses.
3046         (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
3047         contains a section by comparing their LMA addresses.
3048         (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
3049         section should be included in a segment.
3050         (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
3051         follows another in memory.
3052         (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
3053         segments overlap.
3054
3055 2000-07-22  Jason Eckhardt  <jle@cygnus.com>
3056
3057         * cpu-i860.c: Added comments.
3058
3059         * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
3060         bfd_elf32_i860_little_vec.
3061         (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
3062         (ELF_MAXPAGESIZE): Changed to 4096.
3063
3064         * targets.c (bfd_elf32_i860_little_vec): Declaration of
3065         new target.
3066         (bfd_target_vector): Added bfd_elf32_i860_little_vec.
3067
3068         * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
3069         config for little endian elf32 i860.
3070         (targ_defvec): Define for the new config above
3071         as "bfd_elf32_i860_little_vec".
3072         (targ_selvecs): Define for the new config above
3073         as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
3074
3075         * configure.in (bfd_elf32_i860_little_vec): Added recognition
3076         of new target vec.
3077
3078         * configure: Regenerated.
3079
3080 2000-07-27  H.J. Lu  <hjl@gnu.org>
3081
3082         * elflink.h (elf_merge_symbol): Take one more argument,
3083         dt_needed, to indicate if the symbol comes from a DT_NEEDED
3084         entry. Don't overide the existing weak definition if dt_needed
3085         is true.
3086         (elf_link_add_object_symbols): Pass dt_needed to
3087         elf_merge_symbol ().
3088
3089 2000-07-27  Nick Clifton  <nickc@cygnus.com>
3090
3091         * elflink.h (elf_link_size_reloc_section): Zeroes the section's
3092         allocated contents.
3093
3094 2000-07-25  Geoffrey Keating  <geoffk@cygnus.com>
3095
3096         * configure.host (*-*-aix*): AIX has 'long long' always.
3097
3098         * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
3099         (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
3100         (xcoff_write_archive_contents_big): Don't update the offset
3101         of the symbol table, xcoff_write_armap will do it.
3102
3103 2000-07-23  Ulf Carlsson  <ulfc@engr.sgi.com>
3104
3105         * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
3106         of dynobj for SGI_COMPAT checks.
3107
3108 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3109
3110         * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
3111         * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
3112         * bfd-in2.h: Regenerate.
3113
3114 2000-07-21  Nick Clifton  <nickc@cygnus.com>
3115
3116         * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
3117         range symbol indices in relocs and issue an error message.
3118
3119 2000-07-20  H.J. Lu  <hjl@gnu.org>
3120
3121         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
3122         info->new_dtags when setting DT_FLAGS_1. It will only be set
3123         by the new linker options. It shouldn't break anything.
3124
3125 2000-07-20  H.J. Lu  <hjl@gnu.org>
3126
3127         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
3128         only if info->new_dtags is true.
3129
3130 2000-07-20  H.J. Lu  <hjl@gnu.org>
3131
3132         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
3133         DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
3134
3135 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
3136
3137         * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
3138         (ALL_MACHINES_CFILES): Add cpu-cris.c.
3139         (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
3140         (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
3141         (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
3142         * Makefile.in: Rebuild.
3143         * aclocal.m4: Rebuild.
3144         * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
3145         * archures.c (enum bfd_architecture): Add bfd_arch_cris.
3146         (bfd_cris_arch): Declare.
3147         (bfd_archures_list): Add bfd_cris_arch.
3148         * bfd-in2.h: Rebuild.
3149         * config.bfd: (cris-*-*): New target.
3150         * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
3151         * configure: Rebuild.
3152         * elf.c (prep_headers): Add bfd_arch_cris.
3153         * libbfd.h: Rebuild.
3154         * libaout.h (enum machine_type): Add M_CRIS.
3155         * reloc.c: Add CRIS relocations.
3156         * targets.c (bfd_elf32_cris_vec, cris_aout_vec): Declare.
3157         (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
3158         * cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
3159         * po/POTFILES.in, po/bfd.pot: Regenerate.
3160
3161 2000-07-19  H.J. Lu  <hjl@gnu.org>
3162
3163         * elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
3164         DF_TEXTREL if DT_TEXTREL is set.
3165         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
3166         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
3167         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
3168         * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
3169         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
3170         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
3171         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
3172         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
3173         * elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
3174         * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
3175
3176         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
3177         set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
3178         DT_RPATH is set.
3179         Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.
3180
3181 2000-07-19  H.J. Lu  <hjl@gnu.org>
3182
3183         * bfd-in.h (bfd_elf_set_dt_needed_soname): New.
3184         * bfd-in2.h: Rebuild.
3185
3186         * elf-bfd.h (elf_obj_tdata): Add dt_soname.
3187         (elf_dt_soname): New.
3188
3189         * elf.c (bfd_elf_set_dt_needed_soname): New.
3190
3191         * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
3192         entry if the shared object loaded by DT_NEEDED is used to
3193         resolve the reference in a regular object.
3194
3195 2000-07-19  H.J. Lu  <hjl@gnu.org>
3196
3197         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
3198         DT_DEPAUDIT and DT_AUDIT as strings.
3199
3200 2000-07-19  Nick Clifton  <nickc@cygnus.com>
3201
3202         * format.c: Fix formatting.
3203
3204 2000-07-19  H.J. Lu  <hjl@gnu.org>
3205
3206         * elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
3207
3208 2000-07-19  H.J. Lu  <hjl@gnu.org>
3209
3210         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
3211         DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
3212         DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
3213         DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
3214         DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
3215         DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
3216         DT_FLAGS_1, DT_USED and DT_CHECKSUM.
3217
3218 2000-07-18  Andrew Cagney  <cagney@b1.cygnus.com>
3219
3220         * elf.c (bfd_elf_get_sign_extend_vma, bfd_elf_get_arch_size): Move
3221         renamed functions from here...
3222         (assign_section_numbers): Use renamed functions.
3223         (prep_headers): Use renamed functions.
3224
3225         * bfd.c (bfd_get_sign_extend_vma, bfd_get_arch_size): ...To here.
3226         * bfd-in.h (bfd_get_sign_extend_vma, bfd_get_arch_size): Update.
3227         * bfd-in2.h: Regenerate.
3228
3229 2000-07-18  Ulf Carlsson  <ulfc@engr.sgi.com>
3230
3231         * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
3232         parenthesis in if statement.
3233
3234 2000-07-17  Koundinya K  <kk@ddeorg.soft.net>
3235
3236         Enable the support for Traditional MIPS.
3237         * elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
3238         return ict_none appropriately for traditional mips targets.
3239         (STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
3240         (STUB_MOVE): Conditionalize for traditonal mips.
3241         (STUB_LI16): Likewise.
3242         (_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
3243         room for RTPROC header.
3244         (_bfd_mips_elf_modify_segment_map): For a normal mips executable set
3245         the permission for the PT_DYNAMIC as read, write and execute.
3246         (mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
3247         for traditonal mips.
3248         (_bfd_mips_elf_create_dynamic_sections): Add the symbol
3249         _DYNAMIC_LINKING for traditonal mips.
3250         (_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
3251         in case of traditonal mips.
3252         (_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
3253         entry is required. For a function if PLT is not required then set the
3254         corresponding hash table entry to 0.
3255         (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
3256         traditonal mips.
3257         (_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
3258         shared object set the value to 0.
3259         (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
3260         _DYNAMIC_LINKING for traditonal mips.
3261         (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
3262         for traditonal mips.
3263
3264 2000-07-15  H.J. Lu  <hjl@gnu.org>
3265
3266         * aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.
3267
3268 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
3269
3270         * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
3271         out a structure that is BFD_IN_MEMORY.
3272
3273 2000-07-11  Alan Modra  <alan@linuxcare.com.au>
3274
3275         * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of
3276         bfd pointer.  Print section id instead of bfd pointer for local
3277         syms.  Prefix addend with `+' for global syms as well as local.
3278         Correct calculation of name component lengths.
3279         (elf64_hppa_check_relocs): Update call to get_dyn_name.
3280
3281         From David Huggins-Daines  <dhd@linuxcare.com>
3282         * elf-hppa.h (elf_hppa_relocate_section): Update calls here too.
3283         * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings.
3284         (elf64_hppa_modify_segment_map): Likewise.
3285
3286 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
3287
3288         * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA
3289         addresses to be "naturally" sign extended.  Return -1 if unknown.
3290         * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration.
3291         * bfd-in2.h: Regenerate.
3292
3293 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
3294
3295         * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32
3296         and ECOF_SIGNED_64 to list ways to extract an offset.
3297         (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in,
3298         ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out):
3299         Update.
3300         * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64.
3301         * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32.
3302
3303 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
3304
3305         * elfcode.h (elf_object_p): Use bfd_set_start_address and not
3306         bfd_get_start_address.
3307         (elf_swap_ehdr_in): Sign extend e_entry when applicable.
3308         (elf_swap_ehdr_out): Ditto.
3309
3310 2000-07-10  Alexander Aganichev  <AAganichev@hypercom.com>
3311
3312         * archures.c (bfd_default_scan): Add set of bfd_mach_ cases for
3313         compatibility with older binutils.
3314
3315 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
3316
3317         * section.c (bfd_make_section_anyway): Start section_id at 0x10.
3318         (STD_SECTION): Avoid negative ids, instead use 0 to 3.
3319
3320         From Ryan Bradetich  <rbradetich@uswest.net>
3321         * dwarf1.c (parse_die): Cure signed/unsigned char warnings.
3322         (parse_line_table): Ditto.
3323         (_bfd_dwarf1_find_nearest_line): Ditto.
3324         * syms.c (cmpindexentry): Remove extra `*' from params.
3325
3326 2000-07-09  Koundinya K  <kk@ddeorg.soft.net>
3327
3328         * elf32-mips.c (sort_dynamic_relocs): New Function.
3329         (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
3330         via qsort to sort the dynamic relocations in increasing r_symndx
3331         value.
3332
3333 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
3334
3335         * elf64-hppa.c (elf64_hppa_dyn_hash_table_init): Add
3336         ATTRIBUTE_UNUSED to unused args.
3337         (get_opd): Likewise.
3338         (get_plt): Likewise.
3339         (get_dlt): Likewise.
3340         (get_stub): Likewise.
3341         (elf64_hppa_adjust_dynamic_symbol): Likewise.
3342         (elf64_hppa_link_output_symbol_hook): Likewise.
3343         (elf64_hppa_check_relocs): Delete unused var.
3344         (elf64_hppa_size_dynamic_sections): Likewise.
3345         (elf64_hppa_finalize_opd): Likewise.
3346         (elf64_hppa_finalize_dynreloc): Likewise.
3347         (elf64_hppa_modify_segment_map): Likewise.
3348         (elf64_hppa_finish_dynamic_sections): Likewise.
3349
3350         * elf-hppa.h (elf_hppa_final_write_processing): Add
3351         ATTRIBUTE_UNUSED to unused args.
3352         (elf_hppa_final_link_relocate): Likewise.
3353         (elf_hppa_record_segment_addrs): Add paretheses.
3354         (elf_hppa_relocate_section): Constify dyn_name.
3355
3356         From  David Huggins-Daines  <dhd@linuxcare.com>
3357         * config.bfd: Add hppa*64*-*-linux-gnu 64-bit target, and
3358         rearrange case statement so that it gets preferred to 32-bit ones.
3359
3360         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Use
3361         asection->id instead of address of asection structure.
3362         (elf32_hppa_size_stubs): Likewise.
3363
3364         * elf32-hppa.c (elf32_hppa_size_stubs): Use just one stub section
3365         for .init* and .fini*.
3366
3367         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Mask pointers
3368         and addends used in stub names to 32 bits.
3369         (elf32_hppa_size_stubs): Likewise.
3370
3371         * elf-hppa.h (elf_hppa_final_link_relocate): Don't sum addend
3372         twice for R_PARISC_GPREL64.  Use bfd_put_32 for R_PARISC_PCREL32,
3373         not bfd_put_64.  Fix minor comment typo and formatting.
3374
3375         Changes to create multiple linker stubs, positioned immediately
3376         before the section where they are required.
3377         * elf32-hppa.c: Don't include hppa_stubs.h.
3378         (elf32_hppa_stub_hash_entry): Add a pointer to the stub section.
3379         (elf32_hppa_stub_hash_table): Delete.
3380         (elf32_hppa_link_hash_entry): Delete.
3381         (elf32_hppa_link_hash_table): Use plain bfd_hash_table for
3382         stub_hash_table, and store the struct here rather than a pointer.
3383         Delete output_symbol_count.  Add offset array.  Change
3384         global_value to a bfd_vma.
3385         (elf32_hppa_stub_hash_lookup): Use table instead of table->root.
3386         (elf32_hppa_stub_hash_traverse): Delete.
3387         (elf32_hppa_name_of_stub): Delete.
3388         (elf32_hppa_link_hash_lookup): Delete.
3389         (elf32_hppa_link_hash_traverse): Delete.
3390         (elf32_hppa_stub_hash_table_init): Delete.
3391         (elf32_hppa_size_of_stub): Pass input section and offset rather
3392         than location and calculate location here.  Don't pass name as all
3393         stubs are now the same size.
3394         (elf32_hppa_stub_hash_newfunc): Init new fields.
3395         (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
3396         too.
3397         (elf32_hppa_bfd_final_link_relocate): Cast enums to int before
3398         comparing against ints.  Rewrite stub handling code.
3399         (elf32_hppa_relocate_section): Make r_type and r_symndx unsigned.
3400         Case enums to int before comparing against ints.  Remove
3401         bfd_reloc_dangerous case.
3402         (elf32_hppa_build_one_stub): Rewrite.
3403         (elf32_hppa_size_one_stub): New function.
3404         (elf32_hppa_build_stubs): Rewrite.
3405         (elf32_hppa_size_stubs): Pass in linker call-back functions.
3406         Rewrite stub-handling specific code.
3407
3408         * elf32-hppa.h (elf32_hppa_size_stubs): Update prototype.
3409
3410         * elf64-hppa.c (elf64_hppa_dyn_hash_entry): Fix a comment typo.
3411
3412         * hppa_stubs.h: Delete.
3413         * Makefile.am (SOURCE_HFILES): Remove hppa_stubs.h
3414         (elf32-hppa.lo): Remove hppa_stubs.h from dependencies.
3415         * Makefile.in: Regenerate.
3416
3417         * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle e_nlsel and
3418         e_nlrsel.
3419
3420         * libhppa.h (hppa_field_adjust): Correct e_nsel case.
3421
3422         * elf32-hppa.c (elf32_hppa_relocate_section): Mention the offset
3423         and section name for bfd_reloc_notsupported error message.
3424         (elf32_hppa_bfd_final_link_relocate): Print reasons for returning
3425         bfd_reloc_notsupported.
3426         (elf32_hppa_relocate_section): Add ATTRIBUTE_UNUSED to output_bfd.
3427
3428         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Handle
3429         undefined weak symbols for all relocs.
3430         (elf32_hppa_size_of_stub): Adjust calculation by 8 since branch
3431         offsets are relative to one past the delay slot.
3432         (elf32_hppa_size_stubs): Account for reloc addend when calculating
3433         branch destination.  Put addend into stub name too.
3434         (elf32_hppa_bfd_final_link_relocate): Account for reloc addend and
3435         adjust by 8 when deciding whether a linker stub is needed.  Put
3436         addend into stub name as for above.
3437
3438         * elf32-hppa.c (hppa_elf_relocate_insn): Change signed/unsigned on
3439         various args and vars.
3440         (elf32_hppa_bfd_final_link_relocate): Here too.
3441         (elf32_hppa_size_stubs): Rename index -> indx.  Use e_indx for
3442         inner block var to avoid shadowing.
3443
3444         * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type):  Make `field' arg
3445         unsigned.
3446         * elf64-hppa.h (_bfd_elf64_hppa_gen_reloc_type): Ditto.
3447         * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Ditto.
3448         (elf_hppa_fake_sections): Rename local var to avoid shadowing.
3449
3450         * libhppa.h: Change practically all unsigned ints to plain ints.
3451         Remove tests on gcc version.  Instead use ATTRIBUTE_UNUSED for
3452         prototypes.
3453
3454         From Ryan Bradetich  <rbradetich@uswest.net>
3455         * libhppa.h (hppa_opcode_type): New enum to replace #define's.
3456         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Modify to
3457         suit above.
3458         From  David Huggins-Daines  <dhd@linuxcare.com>
3459         * elf-hppa.h (elf_hppa_relocate_insn): Update the opcode constants
3460         to the new OP_* ones.
3461
3462         * elf32-hppa.c (elf32_hppa_size_stubs): Consolidate freeing on
3463         error exit.  Bail out earlier on plabel relocs that we aren't
3464         interested in.  Don't tell elf32_hppa_stub_hash_lookup to copy
3465         string, and then don't free our copy.
3466         (elf32_hppa_build_one_stub): Make insn unsigned int.
3467
3468         * libhppa.h (bfd_hppa_insn2fmt): 22 bit branches are only
3469         available with BL, not BE and BLE.
3470
3471         * elf32-hppa.c (hppa_elf_relocate_insn): Add some more example
3472         code for elf arg relocs.
3473         (elf32_hppa_bfd_final_link_relocate): Replace boolean is_local
3474         argument with elf_link_hash_entry h.  Handle undefined weak
3475         symbols.  Move $global$ lookup from here...
3476         (elf32_hppa_relocate_section): ...to here.  Return correct error
3477         message for non-handled relocs.
3478         (elf32_hppa_size_of_stub): Correctly test branch range.  Previous
3479         wrong test was -0x3ffff to +0x40000.
3480
3481         * elf-hppa.h (elf_hppa_final_link_relocate): R_PARISC_DIR17R,
3482         R_PARISC_DIR17F, and R_PARISC_DIR21L are for absolute branches;
3483         Handle them as such.
3484         (elf_hppa_relocate_insn): Fix a typo.
3485
3486         * libhppa.h (GET_FIELD, GET_BIT, MASK, CATENATE, ELEVEN): Delete.
3487         (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
3488         assemble_17, assemble_21): Delete.
3489         Supply defines for all 64 possible opcodes.
3490         (bfd_hppa_insn2fmt): Add bfd argument, and use to select wide mode
3491         formats.  Handle COMICLR.
3492         (hppa_rebuild_insn): Delete bfd argument.  Handle formats 10, -11,
3493         -10, -16, 16, 22.
3494
3495         * elf32-hppa.c (hppa_elf_relocate_insn): Complete rewrite.
3496         (elf32_hppa_bfd_final_link_relocate): Major rewrite.
3497         (elf32_hppa_build_one_stub): Modify hppa_elf_relocate_insn calls
3498         to suit.
3499         (elf32_hppa_size_stubs): Don't free stub_name twice.  Read in all
3500         the local syms - did this code get deleted accidentally?  Ignore
3501         undefined and undefweak syms.
3502
3503         * elf-hppa.h (elf_hppa_final_link): Move hppa_info to outermost
3504         block.  Use it instead of elf64_hppa_hash_table (info).
3505         (elf_hppa_final_link_relocate): Use hppa_info instead of
3506         elf64_hppa_hash_table (info).
3507
3508         * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
3509         re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
3510         (hppa_rebuild_insn): Mask immediate bits here instead.
3511         * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
3512
3513 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
3514
3515         * section.c (struct sec): Add id field.  Tidy comment formatting.
3516         (bfd_make_section_anyway): Set id.
3517         (STD_SECTION): Init id too.
3518         Change CONST to const throughout.
3519         * archures.c (bfd_arch_info): Tidy comment.
3520         (bfd_arch_list): Change a CONST to const.
3521         * libbfd-in.h: Tidy comments and replace CONST with const.
3522         * elf-bfd.h: Likewise.
3523         * libbfd.h: Regenerate.
3524         * bfd-in2.h: Regenerate.
3525         * libcoff.h: Regenerate.
3526
3527 2000-07-07  DJ Delorie  <dj@redhat.com>
3528
3529         * archive.c (_bfd_write_archive_contents): Add an informative
3530         comment.
3531
3532 2000-07-06  Kazu Hirata  <kazu@hxi.com>
3533
3534         * srec.c: Fix formatting.
3535
3536 2000-06-05  DJ Delorie  <dj@redhat.com>
3537
3538         * MAINTAINERS: new
3539
3540 2000-07-04  Alexandre Oliva  <aoliva@redhat.com>
3541
3542         * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
3543         value of PC-relative offsets.
3544
3545 2000-07-03  Jim Wilson  <wilson@cygnus.com>
3546
3547         * elf64-alpha.c (alpha_elf_size_info): New.
3548         (elf_backend_size_info): Define to alpha_elf_size_info.
3549         * elfcode.h (elf_size_info): Change hash bucket size to 4.
3550
3551 2000-07-03  Ulf Carlsson  <ulfc@engr.sgi.com>
3552
3553         * elf32-mips.c: Include elf32-target.h again for the traditional
3554         MIPS targets.
3555
3556 2000-07-03  Marek Michalkiewicz  <marekm@linux.org.pl>
3557
3558         * elf32-avr.c (bfd_elf32_bfd_reloc_type_lookup):
3559         Add ATTRIBUTE_UNUSED to unused arguments to avoid warnings.
3560         (avr_info_to_howto_rela): Likewise.
3561         (elf32_avr_gc_mark_hook): Likewise.
3562         (elf32_avr_gc_sweep_hook): Likewise.
3563         (elf32_avr_relocate_section): Likewise.
3564
3565 2000-07-03  Mark Elbrecht  <snowball3@bigfoot.com>
3566
3567         * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
3568         an external symbol for a non-shared, non-relocatable link.
3569
3570 2000-07-03  Nick Clifton  <nickc@redhat.com>
3571
3572         * cofflink.c (IS_EXTERNAL): New macro: Return true if the symbol
3573         is an external symbol.
3574         (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
3575         external symbol.
3576
3577 2000-07-03  Kazu Hirata  <kazu@hxi.com>
3578
3579         * reloc16.c: Fix formatting.
3580
3581 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
3582
3583         * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
3584         to add a new target for traditional mips i.e
3585         bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
3586         * configure.in: Likewise.
3587         * configure: Rebuild.
3588         * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
3589         bfd_target_vector.
3590         (bfd_elf32_tradlittlemips_vec): Likewise.
3591         * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
3592         to see that elfNN_bed does not get redefined even if the target file
3593         is included twice for a chip. See elf32-mips.c.
3594
3595 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
3596
3597         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
3598         (CLEANFILES): Add DEPA.
3599         * Makefile.in: Regenerate.
3600
3601 2000-06-30  DJ Delorie  <dj@cygnus.com>
3602
3603         * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
3604         can't assume the PE header is at 0x80.
3605
3606 2000-06-29  Mark Elbrecht  <snowball3@bigfoot.com>
3607
3608         * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.
3609
3610 2000-06-28  Mark Elbrecht  <snowball3@bigfoot.com>
3611
3612         * go32stub.h: Update stub.
3613
3614 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
3615
3616         * archures.c (bfd_mach_avr5): Define.
3617         * bfd-in2.h (bfd_mach_avr5): Define.
3618         * cpu-avr.c (arch_info_struct): Rename bfd_mach_avr4 to
3619         bfd_mach_avr5, add bfd_mach_avr4.  Update comments.
3620         (compatible): Update comment.  Add missing test.
3621         * elf32-avr.c (avr_final_link_relocate): Support 8K wrap
3622         for avr2 and avr4.  Simplify 8K wrap code.
3623         (bfd_elf_avr_final_write_processing): Recognize bfd_mach_avr5.
3624         (elf32_avr_object_p): Recognize E_AVR_MACH_AVR5.
3625
3626 2000-06-26  Kazu Hirata  <kazu@hxi.com>
3627
3628         * coff-h8300.c: Fix formatting.
3629         * cpu-h8300.c: Likewise.
3630
3631 2000-06-24  Alexandre Oliva  <aoliva@redhat.com>
3632
3633         * elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
3634         for local symbols whose names are unknown.
3635
3636 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
3637
3638         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3639         find one.
3640         * Makefile.in: Regenerate.
3641         * doc/Makefile.in: Regenerate.
3642
3643 2000-06-20  H.J. Lu  <hjl@gnu.org>
3644
3645         * Makefile.am: Rebuild dependency.
3646         * Makefile.in: Rebuild.
3647
3648 2000-06-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3649
3650         * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
3651         (elf_backend_copy_indirect_symbol): Map to the new function.
3652
3653 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
3654
3655         * archive.c (normalize): Correct pointer comparison when checking
3656         for backslashes.
3657         (bfd_bsd_truncate_arname): Likewise.
3658         (bfd_gnu_truncate_arname): Likewise.
3659
3660 2000-06-20  Ulf Carlsson  <ulfc@engr.sgi.com>
3661
3662         * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual
3663         sections elf_{text,data}_{section,symbol}.
3664         * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove.
3665         (_bfd_mips_elf_hide_symbol): New function.
3666         (elf_backend_hide_symbol): Map to the new function.
3667         (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD
3668         definitions of mips_elf_{text,data}_{section,symbol}.
3669         (mips_elf_local_relocation_p): Try to find the direct symbol
3670         based on new check_forced argument.
3671         (mips_elf_calculate_relocation): Use new version of
3672         mips_elf_local_relocation_p.
3673         (mips_elf_relocate_section): Likewise.
3674         (_bfd_mips_elf_relocate_section): Likewise.
3675         (mips_elf_sort_hash_table): Only assert that have enough GOT
3676         space.
3677         (mips_elf_got16_entry): Match all 32 bits to the existing GOT
3678         entry if the relocation based on the new external argument.
3679         (mips_elf_create_dynamic_relocation): Assert that we have a
3680         section contents allocated where we can swap out the dynamic
3681         relocations.
3682         (mips_elf_calculate_relocation): Find the real hash-table entry
3683         correctly by using h->root.root.type.  Only create a dynamic
3684         relocation entry if the symbol is defined in a shared library.
3685         Create an external GOT entry for the GOT16 relocation if the
3686         symbol was forced local.
3687         (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a
3688         dynamic index if the symbol was forced local.
3689
3690 2000-06-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3691
3692         * elf32-mips.c: Fix typos in comments.
3693
3694 2000-06-19  Mark Kettenis  <kettenis@gnu.org>
3695
3696         * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
3697         CORE_VERSION_1.
3698
3699 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
3700
3701         * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
3702         * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS,
3703         BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files.
3704         * configure.in (bfd_elf32_m68hc12_vec): Recognize.
3705         (bfd_elf32_m68hc11_vec): Likewise.
3706         * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11.
3707         Supports 68hc11 & 68hc12  at the same time.
3708         * targets.c (bfd_elf32_m68hc12_vec): Declare and put in
3709         bfd_target_vector.
3710         (bfd_elf32_m68hc11_vec): Likewise.
3711         * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11.
3712         * archures.c (bfd_m68hc12_arch): Define and register in global list
3713         (bfd_m68hc11_arch): Likewise.
3714         * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8,
3715         BFD_RELOC_M68HC11_3B): Define.
3716         * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support.
3717         * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support.
3718
3719 2000-06-18  Ulf Carlsson  <ulfc@engr.sgi.com>
3720
3721         * elf_bfd.h (struct elf_backend_data): Add info argument to
3722         elf_backend_hide_symbol.
3723         (_bfd_elf_link_hash_hide_symbol): Likewise.
3724         * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise.
3725         * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise.
3726         * elflink.h (elf_link_add_object_symbols): Likewise.
3727         (elf_link_assign_sym_version): Likewise.
3728
3729 2000-06-18  H.J. Lu  <hjl@gnu.org>
3730
3731         * coff-i386.c (coff_i386_reloc): Don't return in case of
3732         output_bfd == (bfd *) NULL if COFF_WITH_PE is defined.
3733         Compensate PE relocations when linking with non-PE object
3734         files to generate a non-PE executable.
3735
3736 2000-06-17  Ulf Carlsson  <ulfc@engr.sgi.com>
3737
3738         * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write
3739         GOT entries if we're doing a static link or -Bsymbolic link.
3740
3741 2000-06-15  Ulf Carlsson  <ulfc@engr.sgi.com>
3742
3743         * elflink.h (elf_link_adjust_relocs): Check for and call backend
3744         specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
3745         available.
3746         (elf_link_output_relocs): Likewise.
3747         (elf_reloc_link_order): Likewise.
3748
3749 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
3750
3751         * archures.c (enum bfd_architecture): #define constants for
3752         PowerPc and RS6000 machine numbers.
3753         * bfd-in2.h: Regenerate.
3754         * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
3755         to bfd_arch_powerpc instead of bfd_arch_rs6000.  Refer to PowerPc
3756         and RS6000 machine numbers using #defined constants from
3757         archures.c.
3758         * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
3759         machine numbers using #defined constants from archures.c.  Add
3760         entries for EC603e, 630, A35, RS64II, RS64III, 7400.  Specify
3761         64-bit words in 620 entry.
3762         * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
3763         RSC, and RS2.
3764         (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
3765
3766 2000-06-16  Nicholas Duffek  <nsd@cygnus.com>
3767
3768         * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
3769         * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field.
3770         * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
3771
3772 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
3773
3774         * bfd-in.h (bfd_family_coff): Define.
3775         * bfd-in2.h: Regenerate.
3776         * coffgen.c (coff_count_linenumbers, coff_symbol_from,
3777         coff_find_nearest_line): Check COFFness using bfd_family_coff()
3778         instead of bfd_target_coff_flavour.
3779         * cofflink.c (_bfd_coff_final_link): Likewise.
3780         * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to
3781         exclude XCOFF files.
3782         * reloc.c (bfd_perform_relocation, bfd_install_relocation):
3783         Likewise.
3784         * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour.
3785         * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour.
3786         * xcofflink.c (XCOFF_XVECP): Delete.
3787         (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol,
3788         bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc,
3789         bfd_xcoff_record_link_assignment,
3790         bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with
3791         check for bfd_target_xcoff_flavour.
3792
3793 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
3794
3795         * rs6000-core.c: Support 64-bit core files, support pre-4.3 core
3796         files on AIX 4.3.
3797         (read_hdr): New function.
3798         (rs6000coff_core_p): Store mstsave or __context64 struct instead
3799         of trying to extract individual registers.  Set abfd->arch_info
3800         to match the architecture that created the core file.
3801         (rs6000coff_get_section_contents): Delete.
3802         * xcoff-target.h (rs6000coff_get_section_contents): Delete.
3803
3804 2000-06-14  H.J. Lu  <hjl@gnu.org>
3805
3806         * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
3807         is NULL.
3808
3809 2000-06-13  H.J. Lu  <hjl@gnu.org>
3810
3811         * configure: Regenerate.
3812
3813 2000-06-13  J"orn Rennecke <amylaar@cygnus.co.uk>
3814
3815         * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
3816         armpei_little_vec.
3817
3818 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
3819
3820         * configure.in (VERSION): Update to show this is the CVS mainline.
3821
3822 2000-06-07  Alan Modra  <alan@linuxcare.com.au>
3823
3824         * elf32-d10v.c: Include elf/d10v.h
3825         (enum reloc_type): Delete.
3826         * elf32-d30v.c: Include elf/d30v.h
3827         (enum reloc_type): Delete.
3828
3829         * Makefile.am: Run "make dep-am" to regenerate dependencies.
3830         * Makefile.in: Regenerate.
3831
3832         * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
3833         (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and
3834         move HOWTOs into elf_howto_table.
3835         (R_386_standard, R_386_ext_offset): Define.
3836         (R_386_ext, R_386_vt_offset, R_386_vt): Define.
3837         (elf_i386_reloc_type_lookup): Modify calculation of index into
3838         elf_howto_table since we've removed the padding.
3839         (elf_i386_info_to_howto_rel): Likewise.
3840         (elf_i386_relocate_section): Likewise.
3841
3842 2000-06-06  Michael Snyder  <msnyder@seadog.cygnus.com>
3843
3844         * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
3845
3846 2000-06-05  H.J. Lu  <hjl@gnu.org>
3847
3848         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
3849         an error when seeing an undefined symbol with hidden/internal
3850         attribute. It is handled in *_relocate_section ().
3851
3852 2000-06-05  H.J. Lu  <hjl@gnu.org>
3853
3854         * elflink.h (elf_fix_symbol_flags): Follow the link for the
3855         indirect symbol for the ELF_LINK_NON_ELF bit.
3856         (elf_link_output_extsym): Don't output the indirect symbol even
3857         if the ELF_LINK_NON_ELF bit is set.
3858
3859 2000-06-01  J.T. Conklin  <jtc@redback.com>
3860
3861         * config.bfd (i[3456]86-*-netbsdelf*): New target.
3862         (i[3456]86-*-netbsdaout*): New target.
3863         (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
3864         (i[3456]86-*-openbsd*): Likewise.
3865
3866 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
3867
3868         * trad-core.c: From hpux-core.c, include <dirent.h> or
3869         <sys/ndir.h> when possible.
3870
3871 2000-05-31  Ulrich Drepper  <drepper@redhat.com>
3872
3873         * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
3874         definitions.  We must not assume they are sorted in the file
3875         according to their index numbers.
3876
3877 2000-05-31  Alan Modra  <alan@linuxcare.com.au>
3878
3879         * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
3880         selector for R_PARISC_PCREL17R.  R_PARISC_DIR17R and
3881         R_PARISC_DIR17F are for absolute branches; Handle them as such.
3882
3883 2000-05-30  Nick Clifton  <nickc@cygnus.com>
3884
3885         * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
3886         80960CA, 80960MC as valid machine names.
3887
3888 2000-05-30  H.J. Lu  <hjl@gnu.org>
3889
3890         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
3891         visibility bits if the symbol is undefined. Correctly handle
3892         weak undefined symbols with hidden and internal attributes.
3893
3894         * elflink.h (elf_link_add_object_symbols): Always turn the
3895         symbol into local if it has the hidden or internal attribute.
3896
3897 2000-05-29  Philip Blundell  <philb@gnu.org>
3898
3899         * ppcboot.c:  Add packed attribute if compiling with GCC.
3900
3901 2000-05-29  Anatoly Vorobey  <mellon@pobox.com>
3902
3903         * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
3904
3905 2000-05-26  Michael Snyder  <msnyder@seadog.cygnus.com>
3906
3907         * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus,
3908         elfcore_grok_psinfo): Add code to allow debugging a 32-bit
3909         corefile on a 64-bit (Sparc Solaris) host.  Also clean up
3910         a few old comments.
3911
3912 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
3913
3914         * Makefile.am: Update dependencies with "make dep-am"
3915         * Makefile.in: Regenerate.
3916
3917         * sysdep.h (gettext, dgettext, dcgettext, textdomain,
3918         bindtextdomain): Replace defines with those from intl/libgettext.h
3919         to quieten gcc warnings.
3920
3921 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
3922
3923         * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
3924
3925         * archive.c (normalize, bfd_bsd_truncate_arname,
3926         bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
3927         file names with backslashes.
3928
3929         * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
3930         before opening it.
3931
3932         * sysdep.h: Include filenames.h.
3933
3934 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
3935
3936         * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
3937
3938 2000-05-26  Jakub Jelinek  <jakub@redhat.com>
3939
3940         * elf64-sparc.c (sparc64_elf_relax_section): New.
3941         (sparc64_elf_relocate_section): Optimize tail call into branch always
3942         if possible.
3943         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3944         (elf32_sparc_relax_section): New.
3945
3946 2000-05-26  Jakub Jelinek  <jakub@redhat.com>
3947
3948         * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
3949         Remove unusued variables.
3950         (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
3951         (sparc64_elf_merge_private_bfd_data): Fix shared library case from
3952         previous fix, so that shared libs really don't influence targets
3953         extension mask and memory model.
3954
3955 2000-05-23  H.J. Lu  <hjl@gnu.org>
3956
3957         * elf64-alpha.c (elf64_alpha_relocate_section): Check
3958         h->root.other not h->other.
3959         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
3960
3961         * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
3962
3963 2000-05-23  H.J. Lu  <hjl@gnu.org>
3964
3965         * elf32-i386.c (elf_i386_relocate_section): Don't allow the
3966         undefined symbol with the non-default visibility attributes.
3967         * elf-hppa.h (elf_hppa_relocate_section): Likewise.
3968         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
3969         * elf32-i370.c (i370_elf_relocate_section): Likewise.
3970         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3971         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
3972         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
3973         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3974         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3975         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3976         * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
3977         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3978
3979 2000-05-22  Richard Henderson  <rth@cygnus.com>
3980
3981         * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
3982         PCREL22, PCREL64I.  Zero size of special relocs.
3983         (elf64_ia64_reloc_type_lookup): Likewise.
3984         (USE_BRL, oor_brl, oor_ip): New.
3985         (elf64_ia64_relax_section): New.
3986         (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
3987         (elf64_ia64_install_value): Likewise, plus PCREL21BI.
3988         (elf64_ia64_relocate_section): Likewise.
3989         (bfd_elf64_bfd_relax_section): New.
3990         * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
3991         (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
3992         * bfd-in2.h, libbfd.h: Regenerate.
3993
3994 2000-05-22  Nick Clifton  <nickc@cygnus.com>
3995
3996         * configure.in : Add peigen.lo to MIPS PE targets.
3997         * configure: Regenerate.
3998
3999 2000-05-22  Momchil Velikov  <velco@fadata.bg>
4000
4001         * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
4002         only if it is known for both input and output bfds. Separate
4003         error message strings as in some languages, it may be necessary
4004         to change more than one place in the string to change between
4005         'big' and 'little'.
4006
4007         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
4008         endianess checks, call _bfd_generic_verify_endian_match() instead.
4009
4010         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
4011
4012         * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
4013
4014         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
4015         endianess before checking bfd flavours.
4016
4017 2000-05-22  H.J. Lu  <hjl@gnu.org>
4018
4019         * elflink.h (elf_link_output_extsym): Clear the visibility
4020         field for symbols not defined locally.
4021
4022 2000-05-18  Alan Modra  <alan@linuxcare.com.au>
4023
4024         * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
4025         re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
4026         (hppa_rebuild_insn): Mask immediate bits here instead.
4027         * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
4028
4029 2000-05-18  Momchil Velikov <velco@fadata.bg>
4030
4031         * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
4032         relocs for an executable, ensure that they are virtual addresses.
4033
4034 2000-05-18  Jeffrey A Law  (law@cygnus.com)
4035
4036         * config.bfd (hppa*64*-*-hpux11*): New target triplet.
4037
4038 2000-05-17  S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
4039             Rick Gorton             <gorton@scrugs.lkg.dec.com>
4040
4041         * elflink.h: Add emitrelocations support: when enabled, relocation
4042         information and relocation sections are put into final output
4043         executables.  If the emitrelocations flag is set, do the following:
4044         (elf_bfd_final_link): Emit relocation sections.
4045         (elf_link_input_bfd): Compute relocation section contents.
4046         (elf_gc_sections): Don't clean relocation sections.
4047
4048 2000-05-16  Catherine Moore  <clm@cygnus.com>
4049
4050         * som.c (som_decode_symclass):  Recognize weak symbols.
4051
4052 2000-05-16  Szabolcs Szakacsits <szaka@F-Secure.com>
4053
4054         * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
4055         read idata section only from dataoff.
4056         (pe_print_edata): Correctly check for valid eat_member.
4057
4058 2000-05-16  J"orn Rennecke <amylaar@cygnus.co.uk>
4059
4060         * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
4061
4062 2000-05-14  Philip Blundell  <philb@gnu.org>
4063
4064         * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
4065
4066 2000-05-12  Alan Modra  <alan@linuxcare.com.au>
4067
4068         * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
4069
4070         * peigen.c (pe_print_idata): Look for .idata section and print
4071         info even if data directory has zero entries.  Read idata section
4072         starting from dataoff, and adjust all data offsets to suit.  Cast
4073         all bfd_vma vars to unsigned long before passing to fprintf.
4074         * peigen.c (pe_print_edata): Similarly, look for .edata section
4075         and print info even if data directory has zero entries.  Cast
4076         all bfd_vma vars to unsigned long before passing to fprintf.
4077
4078         From Szabolcs Szakacsits <szaka@F-Secure.com>
4079         * peigen.c (pe_print_idata): Use bfd_section_size rather than data
4080         directory size which may be bogus.
4081         * peigen.c (pe_print_edata): Similarly.
4082
4083 2000-05-09  Alan Modra  <alan@linuxcare.com.au>
4084
4085         * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
4086         section is empty.
4087         (copy_private_bfd_data): Allow for space possibly taken up by elf
4088         headers when calculating segment physical address from lma.
4089
4090 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
4091
4092         * versados.c (versados_scan): Init stringlen and pass_2_done.
4093
4094         * trad-core.c (trad_unix_core_file_p): Return
4095         bfd_error_wrong_format rather than bfd_error_file_truncated.
4096
4097         * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
4098         add_data_entry.  DataDirectory virtual address is relative.
4099         (pe_print_idata): Account for relative DataDirectory virtual
4100         addresses.  Don't trash datasize inside POWERPC_LE_PE code.
4101         (pe_print_edata): Similarly.
4102
4103         From Szabolcs Szakacsits <szaka@F-Secure.com>
4104         * peigen.c (dir_names): Add Delay Import Directory.
4105         (pe_print_idata):  Always search for bfd section containing
4106         idata address rather than looking up section name.  Print this
4107         section name rather than .idata.
4108         (pe_print_edata): Similarly.  Also print some fields as %08lx.
4109         (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
4110         Win32Version.
4111
4112 2000-05-05  Clinton Popetz  <cpopetz@cygnus.com>
4113
4114         * xcoff.h: Rename to xcoff-target.h
4115         * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
4116         * coff-rs6000.c: Ditto.
4117         * coff64-rs6000.c: Ditto.
4118         * coff-pmac.c: Ditto.
4119         * Makefile.in: Regenerate.
4120
4121 2000-05-05  Clinton Popetz  <cpopetz@cygnus.com>
4122
4123         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
4124         Change U802TOC64MAGIC to U803XTOCMAGIC.
4125
4126 2000-05-04  Michael Snyder  <msnyder@seadog.cygnus.com>
4127
4128         * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
4129         * bfd-in.h: Prototype bfd_elf_get_arch_size.
4130         * bfd-in2.h: Prototype bfd_elf_get_arch_size.
4131
4132 2000-05-04  Alan Modra  <alan@linuxcare.com.au>
4133
4134         * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
4135
4136 2000-05-03  Martin v. L\81öwis  <loewis@informatik.hu-berlin.de>
4137
4138         * elflink.h (elf_link_add_object_symbols): Reset dynindx for
4139         hidden and internal symbols.
4140         (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
4141         visibility.
4142         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
4143         assign a PLT or GOT entry to symbols with hidden and
4144         internal visibility.
4145
4146 2000-05-03  Mark Elbrecht  <snowball3@bigfoot.com>
4147
4148         * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
4149         the .bss section.
4150         * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
4151
4152 2000-05-02  H.J. Lu  <hjl@gnu.org>
4153
4154         * elf.c (prep_headers): Use ELFOSABI_NONE instead of
4155         ELFOSABI_SYSV.
4156
4157 2000-05-02  Alan Modra  <alan@linuxcare.com.au>
4158
4159         * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
4160         * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo.  Regenerate
4161         dependencies.
4162         * Makefile.in: Regenerate.
4163
4164 2000-05-01  Jim Wilson  <wilson@cygnus.com>
4165
4166         * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
4167         (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
4168         (BFD64_BACKENDS): Delete coff-ia64.lo.  Add efi-app-ia64.lo.
4169         (BFD64_BACKENDS_CFILES): Delete coff-ia64.c.  Add efi-app-ia64.c.
4170         * Makefile.in: Rebuild.
4171
4172 2000-05-02  Alan Modra  <alan@linuxcare.com.au>
4173
4174         * config.bfd: Re-enable elf32-hppa.  It now compiles, even if it
4175         doesn't work very well.
4176
4177         * elf-hppa.h (elf_hppa_internal_shdr): Define.
4178         (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
4179         Set hdr->s_type to 1 if ARCH_SIZE == 32.
4180         (_bfd_elf_hppa_gen_reloc_type): Add prototype.
4181         (elf_hppa_info_to_howto): Likewise.
4182         (elf_hppa_info_to_howto_rel): Likewise.
4183         (elf_hppa_reloc_type_lookup): Likewise.
4184         (elf_hppa_is_local_label_name): Likewise.
4185         (elf_hppa_fake_sections): Likewise.
4186         (elf_hppa_final_write_processing): Likewise.
4187         (elf_hppa_howto_table): Fully initialise all entries.
4188         (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
4189         (elf_hppa_info_to_howto): Likewise.
4190         (elf_hppa_info_to_howto_rel): Likewise.
4191         (elf_hppa_reloc_type_lookup): Likewise.
4192         (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
4193         elf_hppa_unmark_useless_dynamic_symbols,
4194         elf_hppa_remark_useless_dynamic_symbols,
4195         elf_hppa_record_segment_addrs, elf_hppa_final_link,
4196         elf_hppa_relocate_section, elf_hppa_final_link_relocate,
4197         elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
4198         elf32-hppa.c mess is cleaned up.
4199         (elf_hppa_final_link_relocate): Make insn and r_type unsigned
4200         int.  Delete r_field.  In case R_PARISC_PCREL21L, don't set
4201         r_field then call hppa_field_adjust inline func with variable
4202         r_field arg, instead call hppa_field_adjust with fixed arg.
4203         In case R_PARISC_PCREL22F, don't set r_field.
4204         (elf_hppa_relocate_insn): Change args and return type to unsigned
4205         int.  Call re_assemble_* funcs to do the work.
4206
4207         * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
4208         sign extending.
4209
4210         * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
4211         extending.
4212         (sign_extend): Mask first before sign extending.
4213         (low_sign_extend): Rewrite without condition expression.
4214         (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
4215         dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
4216         (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
4217         assemble_17, assemble_21, sign_unext, low_sign_unext): Return
4218         result as function return value rather than through pointer arg.
4219         Accept unsigned int args, and return unsigned int.
4220         (re_assemble_3): New.  Combines function of dis_assemble_3 with
4221         re-assembly of opcode and immediate.
4222         (re_assemble_12): Likewise.
4223         (re_assemble_16): Likewise.
4224         (re_assemble_17): Likewise.
4225         (re_assemble_21): Likewise.
4226         (re_assemble_22): Likewise.
4227         (hppa_field_adjust): Rewrite and document, paying attention to
4228         size of types and signed/unsigned issues.
4229         (get_opcode): Shift before masking.
4230         (FDLW): Rename to FLDW.
4231         (bfd_hppa_insn2fmt): Change arg to unsigned int.  Delete fmt.
4232         (hppa_rebuild_insn): Change args and return value to unsigned
4233         int.  Make use of re_assemble_*.  Correct case 11.
4234
4235         * dep-in.sed: Handle ../opcodes/.
4236         * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
4237         elf64-hppa.h, hppa_stubs.h, xcoff.h.
4238         (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
4239         Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
4240         elfarm-nabi.lo dependencies outside of auto-dependency area.
4241         Regenerate dependencies.
4242         * Makefile.in: Regenerate.
4243
4244         * configure.in (TRAD_HEADER): Test non-null before
4245         AC_DEFINE_UNQUOTED.
4246         * configure: Regenerate.
4247
4248         * reloc.c: Fix mis-spelling in comment.
4249
4250 2000-05-01  Alan Modra  <alan@linuxcare.com.au>
4251
4252         * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
4253         * vms.c (vms_openr_next_archived_file): Return NULL.
4254
4255 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4256
4257         * coffcode.h Copy changes mistakenly done to libcoff.h in
4258         4/24/2000 patch.
4259
4260 2000-04-29  Andreas Jaeger  <aj@suse.de>
4261
4262         * libbfd-in.h: Correctly check GCC version.
4263         * bfd-in.h: Likewise.
4264         * libhppa.h: Likewise.
4265         * libbfd.h: Regenerate.
4266         * bfd-in2.h: Regenerate.
4267
4268 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4269
4270         * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
4271         coffdu-rs6000.{lo,c}.
4272         (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
4273         on xcoff.h
4274         * Makefile.in: Regenerate.
4275         * xcoff.h: New file.
4276         * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
4277         * coff-rs6000.c: Move all declarations and defines that are
4278         common to the xcoff backends into xcoff.h
4279         * coff64-rs6000.c: Ditto,
4280
4281 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4282
4283         * coff-mips.c (mips_ecoff_backend_data):  Add initialization of
4284         _bfd_coff_force_symnames in strings and
4285         _bfd_coff_debug_string_prefix_length to their default values.
4286         * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
4287
4288 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4289
4290         * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
4291         _bfd_coff_force_symnames in strings and
4292         _bfd_coff_debug_string_prefix_length to their default values.
4293
4294 2000-04-27  Alan Modra  <alan@linuxcare.com.au>
4295
4296         * elf32-m68k.c (elf_m68k_gc_sweep_hook):  Return if dynobj NULL.
4297         Check local_got_refcounts before dereferencing.
4298
4299         * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
4300         before deciding we don't need R_PPC_PLT32 relocation.
4301         (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
4302         dereferencing.
4303
4304         * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
4305
4306         * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
4307         .plt entries.
4308         (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
4309         (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
4310         (elf_i386_relocate_section): Allow for .plt to go missing.
4311         (elf_i386_finish_dynamic_symbol): Use same test to decide if we
4312         can use a relative reloc for got as elf_i386_relocate_section.
4313         (bfd_elf32_bfd_final_link): Define to use gc form of final link.
4314
4315 2000-04-26  Clinton Popetz  <cpopetz@cygnus.com>
4316
4317         * config.bfd: Remove extraneous bfd_powerpc_64_arch.
4318
4319 2000-04-24  Clinton Popetz  <cpopetz@cygnus.com>
4320
4321         * Makefile.am (coff64-rs6000.lo): New rule.
4322         * Makefile.in: Regenerate.
4323         * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
4324         xcoff_is_local_label_name, xcoff_rtype2howto,
4325         xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
4326         xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
4327         xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
4328         (NO_COFF_SYMBOLS): Define.
4329         (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
4330         xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
4331         internally.
4332         (MINUS_ONE): New macro.
4333         (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
4334         relocation.
4335         (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
4336         coff_SWAP_aux_out): Map to the new functions.
4337         * coff64-rs6000.c: New file.
4338         * libcoff.h (bfd_coff_backend_data): Add new fields
4339         _bfd_coff_force_symnames_in_strings and
4340         _bfd_coff_debug_string_prefix_length.
4341         (bfd_coff_force_symnames_in_strings,
4342         bfd_coff_debug_string_prefix_length): New macros for above fields.
4343         * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
4344         Set machine to 620 for XCOFF64.  Use bfd_coff_swap_sym_in instead
4345         of using coff_swap_sym_in directly.
4346         (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
4347         (coff_set_flags) Set magic for XCOFF64.
4348         (coff_compute_section_file_positions): Add symbol name length to
4349         string section length if bfd_coff_debug_string_prefix_length is
4350         true.
4351         (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
4352         (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
4353         using coff_swap_lineno_in directly.
4354         (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
4355         and _bfd_coff_debug_string_prefix_length fields.
4356         * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
4357         symbol names into strings table when
4358         bfd_coff_force_symnames_in_strings is true.
4359         * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
4360         SET_RELOC_VADDR): New macros.
4361         (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
4362         (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
4363         code.
4364         (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
4365         changes within RS6000COFF_C specific code.
4366         (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
4367         MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
4368         * reloc.c (bfd_perform_relocation, bfd_install_relocation):
4369         Extend existing hack on target name.
4370         * xcofflink.c (XCOFF_XVECP): Extend existing hack on
4371         target name.
4372         * coff-tic54x.c (ticof): Keep up to date with new fields
4373         in bfd_coff_backend_data.
4374         * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
4375         targ_selvecs to include rs6000coff64_vec for rs6000.
4376         * configure.in: Add rs6000coff64_vec case.
4377         * cpu-powerpc.c: New bfd_arch_info_type.
4378
4379 2000-04-24  Jeffrey A Law  (law@cygnus.com)
4380
4381         * config.bfd: Only disable elf32-hppa vectors, not all of the
4382         BSD and OSF configuration support.  Provide (disabled) clauses
4383         for PA64 support.
4384         * configure.in: Add clause for PA64 support.
4385         * configure: Rebuilt.
4386
4387         * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
4388         (bfd_elf64_hppa_vec): Declare.
4389
4390         * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
4391         (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
4392         (elf64-hppa.lo): Add dependencies.
4393         * Makefile.in: Rebuilt.
4394
4395         * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
4396
4397 2000-04-24  Jason Eckhardt  <jle@cygnus.com>
4398
4399         * libhppa.h (dis_assemble_16): New function.
4400         (pa_arch): Added pa20w element.
4401
4402 2000-04-24  Ulrich Drepper  <drepper@cygnus.com>
4403
4404         * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
4405         bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
4406         bfd_elf64_slurp_reloc_table.
4407
4408         * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
4409         definitions to get external names.
4410         (elf_write_relocs): Renamed from write_relocs and make global.
4411         (elf_slurp_reloc_table): Make global.
4412         (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
4413
4414         * archive.c (hpux_uid_gid_encode): New function.
4415         (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
4416         defined and the ID is greater than 99999.
4417         (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
4418         special uid/gid fields into 32 bit values.
4419
4420 2000-04-21  Matthew Green  <mrg@cygnus.com>
4421
4422         * config.bfd: Add NetBSD/sparc64 support.
4423
4424 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
4425                           David Mosberger  <davidm@hpl.hp.com>
4426                           Timothy Wall <twall@cygnus.com>
4427                           Jim Wilson  <wilson@cygnus.com>
4428
4429         * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
4430         (ALL_MACHINES_CFILES): Add cpu-ia64.c.
4431         (BFD64_BACKENDS): Add elf64-ia64.lo.
4432         (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
4433         (cpu-ia64.lo, elf64-ia64.lo): New rules.
4434         * Makefile.in: Rebuild.
4435         * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
4436         (bfd_ia64_arch): Declare.
4437         (bfd_archures_list): Add bfd_ia64_arch.
4438         * bfd-in2.h: Rebuild.
4439         * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
4440         * configure: Rebuild.
4441         * configure.host: (ia64-*-linux*): New host.
4442         * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
4443         bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
4444         * elf.c (prep_headers): Add bfd_arch_ia64.
4445         * libbfd.h: Rebuild.
4446         * reloc.c: Add IA-64 relocations.
4447         * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
4448         Declare.
4449         (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
4450         * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
4451
4452 2000-04-21  Richard Henderson  <rth@cygnus.com>
4453
4454         * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
4455         contents when performing a partial link.
4456         (bfd_elf_d30v_reloc_21): Likewise.
4457
4458 2000-04-20  H.J. Lu  <hjl@gnu.org>
4459
4460         * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
4461         patch to symbols defined by a shared object.
4462         * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
4463
4464 2000-04-19  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4465
4466         K&R compiler fixes.
4467         * dwarf2.c (concat_filename): Avoid string literal concatenation.
4468         * ieee.c (ieee_get_symtab): Don't initialise union in struct.
4469
4470 Mon Apr 17 19:14:36 2000  David Mosberger  <davidm@hpl.hp.com>
4471
4472         * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
4473         (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
4474         (coff-ia64.lo): Add dependency.
4475         * Makefile.in: Regenerate.
4476         * coff-ia64.c: New file.
4477         * efi-app-ia32.c: Ditto.
4478         * efi-app-ia64.c: Ditto.
4479         * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
4480         (coff_set_flags): Ditto.
4481         (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
4482         * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
4483         * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
4484         * configure: Regenerate.
4485         * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
4486         (PUT_OPTHDR_IMAGE_BASE): Ditto.
4487         (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
4488         (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
4489         (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
4490         (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
4491         (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
4492         (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
4493         (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
4494         (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
4495         (GET_PDATA_ENTRY): Ditto.
4496         * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
4497         data_start.  Use above macros to read fields that are 64 bit wide for
4498         COFF_WITH_PEP64.  Don't truncate entry and text_start to 32 bits.
4499         (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
4500         FileAlignment and SectionAlignment to minimum alignment if they
4501         are zero.
4502         (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
4503         Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
4504         (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
4505         Use above macros to write fields that are 64 bit wide for
4506         COFF_WITH_PEP64.
4507         (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
4508         5*4 otherwise.  This should be right for IA-32 and IA-64, but may
4509         be wrong for platforms.  Use PDATA_ROW_SIZE instead of hardcoded
4510         value of 20 bytes.  Modify printing for COFF_WITH_PEP64 to print
4511         begin address, end address, and unwind info address only.  Use
4512         GET_PDATA_ENTRY() to read .pdata entries.  Use fprintf_vma() to
4513         print addresses.
4514         (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
4515         HIGH3ADJ relocation names.
4516         (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
4517         * targets.c: Declare bfd_efi_app_ia32_vec and
4518         bfd_efi_app_ia64_vec.
4519         (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
4520         bfd_efi_app_ia64_vec.
4521
4522 2000-04-17  Timothy Wall  <twall@cygnus.com>
4523
4524         * bfd-in2.h: Add prototypes for tic54x load page access.
4525         * bfd-in.h: Regenerate.
4526         * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
4527         in customized _set_arch_mach function.
4528         * coffcode.h (coff_set_alignment_hook): Set section load page if
4529         the appropriate macro is defined.
4530         (write_object_contents): Read section load page.
4531
4532 2000-04-13  Alan Modra  <alan@linuxcare.com.au>
4533
4534         * elf32-hppa.h: Update copyright date.
4535
4536         * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
4537         * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
4538
4539         * elf32-d30v.c (MAX32): Don't use LL suffix.
4540         (MIN32): Define in terms of MAX32.
4541         (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
4542
4543         * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
4544         expression.
4545
4546         * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
4547
4548 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
4549
4550         * dep-in.sed: Match space before file name, not after.
4551         * Makefile.am: Regenerate dependencies.
4552         * Makefile.in: Regenerate.
4553
4554         * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
4555         case, allow address wrap-around stupidly removed 2000-03-17.  Sign
4556         extend without an if statement.
4557
4558 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
4559
4560         * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
4561         signed quantites.
4562         * elf32-mips.c (gprel16_with_gp): Likewise.
4563         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
4564         here using -0x40000, not (int)0xfffc0000.
4565         (elf32_hppa_size_of_stub): Likewise.
4566
4567 2000-04-11  Timothy Wall  <twall@cygnus.com>
4568
4569         * coff-tic54x.c: Now builds with all targets.
4570         * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
4571         * Makefile.in: Regenerate.
4572         * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
4573         unitialized variable.
4574
4575 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4576
4577         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
4578         --enable-build-warnings option.
4579         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4580         * Makefile.in, configure: Re-generate.
4581
4582 2000-04-07  Nick Clifton  <nickc@cygnus.com>
4583
4584         * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
4585         BFD_RELOC_THUMB_PCREL_BLX.
4586
4587         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
4588         R_ARM_XPC25 and R_ARM_THM_PC22.
4589
4590         * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
4591         R_ARM_XPC25 and R_ARM_THM_XPC22.
4592         (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
4593         R_ARM_[XPC25|THM_XPC22].
4594
4595         * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
4596         elf/arm-oabi.h to elf/arm.h
4597
4598         * Makefile.am: Fix dependency for elfarm-oabi.c
4599         * Makefile.in: Regenerate.
4600
4601         * bfd-in2.h: Regenerate.
4602         * libbfd.h: Regenerate.
4603
4604 2000-04-06  Michael Snyder  <msnyder@seadog.cygnus.com>
4605
4606         * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
4607         and restore it on failure.  Release newly allocated tdata on
4608         failure.
4609
4610 Fri Apr  7 11:33:47 2000  Jim Wilson  <wilson@cygnus.com>
4611
4612         * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
4613         (decode_line_info): Set it.  Report error if unit->line_offset is
4614         equal to or larger than it.
4615
4616 2000-04-07  Timothy Wall  <twall@cygnus.com>
4617
4618         * targets.c: Added vecs for tic54x.
4619         * reloc.c: Added relocs for tic54x.
4620         * libbfd.h: Regenerated.
4621         * configure: Add TI COFF vecs for tic54x.
4622         * configure.in: Ditto.
4623         * config.bfd (targ_cpu): Recognize new tic54x target.
4624         * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
4625         * bfd-in2.h: Add tic54x target and relocations.
4626         * Makefile.am, Makefile.in: Add tic54x target.
4627         * archures.c (bfd_archures_list): Add tic54x target.
4628         * coff-tic54x.c: New.
4629         * cpu-tic54x.c: New.
4630
4631 2000-04-06  Michael Snyder  <msnyder@seadog.cygnus.com>
4632
4633         * elfcore.h (elf_core_file_p): call backend_object_p which
4634         thereby gets an opportunity to update the arch/machine type.
4635
4636 2000-04-06  Timothy Wall  <twall@cygnus.com>
4637
4638         * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
4639         class.  Handle SEC_CLINK and SEC_BLOCK flags.
4640         * section.c: Add SEC_CLINK and SEC_BLOCK flags.
4641         * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
4642
4643 2000-04-06  Nick Clifton  <nickc@cygnus.com>
4644
4645         * elf32-arm.h (elf32_arm_set_private_flags): Only check for
4646         EF_INTERWORK if this is an unknown EABI.
4647         (elf32_arm_merge_private_bfd_data): Check EABI version
4648         numbers.  Only check EF_xxx flags if the EABI version number
4649         is unknown.
4650         (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
4651         if the EABI version number is unknown.
4652         (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
4653         if the EABI version number is unknown.
4654
4655 Wed Apr  5 22:04:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4656
4657         * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
4658         BFD_RELOC_SH_LOOP_END.
4659         * elf32-sh.c (sh_elf_howto_tab): Change special_func to
4660         sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
4661         Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
4662         (sh_elf_reloc_loop): New function.
4663         (sh_elf_reloc): No need to test for always-to-be-ignored relocs
4664         any more.
4665         (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
4666         (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
4667         * bfd-in2.h, libbfd.h: Regenerate.
4668
4669 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
4670
4671         * po/bfd.pot: Regenerate.
4672
4673         * Makefile.am: Remove extraneous mkdep comment.
4674         (MKDEP): Use gcc -MM rather than mkdep.
4675         (DEP): Quote when passing vars to sub-make.  Add warning
4676         message to end.
4677         (DEP1): Rewrite for "gcc -MM".
4678         (CLEANFILES): Add DEP2.
4679         Update dependencies.
4680         * Makefile.in: Regenerate.
4681
4682 2000-04-03  Kevin Buettner  <kevinb@redhat.com>
4683
4684         * configure.in: Added corefile support for AIX 4.3.  In particular,
4685         AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
4686         compiling rs6000-core.c.
4687         * configure: Regenerated.
4688
4689 2000-04-03  H.J. Lu  <hjl@gnu.org>
4690
4691         * cache.c (bfd_open_file): Unlink the output file only if
4692         it has non-zero size.
4693
4694 2000-04-01  Ken Block USG  <block@zk3.dec.com>
4695
4696         * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
4697         relative relocations for non-loaded sections in shared objects.
4698         (elf64_alpha_check_relocs): Similarly.
4699
4700 Mon Apr  3 13:37:15 2000  Hans-Peter Nilsson  <hp@axis.com>
4701
4702         * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
4703         BFD_RELOC_16 to switch for extended relocs.
4704         (MY_swap_ext_reloc_in): New.
4705         (MY_swap_ext_reloc_out): New.
4706         (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
4707         than NAME(aout,swap_ext_reloc_in) for extended relocs.
4708         (NAME(aout,squirt_out_relocs)): Similarly use
4709         MY_swap_ext_reloc_out.
4710         (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
4711
4712 2000-04-03  Kazu Hirata  <kazu@hxi.com>
4713
4714         * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
4715         the R_PCRWORD_B case.
4716
4717 2000-03-31  Thomas de Lellis  <tdel@wrs.com>
4718
4719         * srec.c : Set CHUNK size to 16 bytes to prevent download failures
4720         on some targets.
4721         * ihex.c : Ditto.
4722
4723 Wed Mar 30 15:28:00 2000  Donald Lindsay  <dlindsay@cygnus.com>
4724
4725         * elf32-m32r.c (m32r_elf_generic_reloc): new function.  All
4726         HOWTO references to bfd_elf_generic_reloc, that have
4727         partial_inplace == true, now use the new function.  The function
4728         is based on the recent rewrite of m32r_elf_lo16_reloc(), and
4729         extends its fixes to the R_M32R_{16,24,32} relocs.
4730         The new logic in m32r_elf_lo16_reloc() has been removed, and
4731         it instead calls the new routine to obtain that functionality.
4732
4733 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
4734
4735         * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
4736         elf32_avr_check_relocs, avr_final_link_relocate,
4737         elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
4738         elf32_avr_object_p): Add prototypes.
4739         (elf32_avr_gc_mark_hook): Add default for h->root.type.
4740         (bfd_elf_avr_final_write_processing): Make static.
4741
4742 2000-03-27  Denis Chertykov  <denisc@overta.ru>
4743
4744         * cpu-avr.c: New file.  BFD support routines for AVR architecture.
4745         * archures.c (bfd_architecture): Add AVR architecture.
4746         (bfd_archures_list): Add reference to AVR architecture info.
4747         * elf.c (prep_headers): Handle bfd_arch_avr.
4748         * reloc.c: Add various AVR relocation enums.
4749         * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
4750         list.
4751         * Makefile.am: Add support for AVR elf.
4752         * configure.in: Likewise.
4753         * config.bfd: Likewise.
4754         * Makefile.in: Regenerate.
4755         * configure: This too.
4756         * bfd-in2.h: And this.
4757         * libbfd.h: And this.
4758
4759 2000-03-24  H.J. Lu  <hjl@gnu.org>
4760
4761         * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
4762         (elf64_alpha_find_reloc_at_ofs): Likewise.
4763
4764 2000-03-17  Alan Modra  <alan@linuxcare.com.au>
4765
4766         * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
4767         flag an overflow if the bitfield is outside -2**n to 2**n-1.  The
4768         allowable range used to be -2**(n-1) to 2**n-1.
4769         * reloc.c (_bfd_relocate_contents): Same here.  Also replace
4770         "boolean overflow" with "bfd_reloc_status_type flag".
4771
4772 2000-03-14  Doug Evans  <dje@casey.transmeta.com>
4773
4774         * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
4775
4776 2000-03-14  Kazu Hirata  <kazu@hxi.com>
4777
4778         * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
4779         of shrinks properly, including the last reloc.
4780
4781 2000-03-13  Kazu Hirata  <kazu@hxi.com>
4782
4783         * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
4784         check for R_MOVL2.
4785
4786 2000-03-11  Alan Modra  <alan@linuxcare.com.au>
4787
4788         * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
4789         a format mismatch rather than an "error" from bfd_read such as
4790         bfd_error_file_truncated.
4791
4792 2000-03-10  Geoff Keating  <geoffk@cygnus.com>
4793
4794         * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
4795         sign-extension and big-endian compensation for
4796         R_MIPS_64 even in ld -r.
4797
4798 2000-03-10  Geoffrey Keating  <geoffk@cygnus.com>
4799
4800         * elf32-mips.c (mips_elf_next_relocation): Rename from
4801         mips_elf_next_lo16_relocation, and generalize to look
4802         for any relocation type.
4803         (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
4804         (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
4805         (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
4806         (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
4807         (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
4808         (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
4809         (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
4810         (mips_rtype_to_howto): Likewise.
4811         (mips_elf_calculate_relocation): Handle new relocs.
4812         (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
4813         are paired.  The addend for R_MIPS_GNU_REL16_S2
4814         is shifted right two bits.
4815
4816 2000-03-10  Alan Modra  <alan@linuxcare.com.au>
4817
4818         * reloc.c (bfd_perform_relocation): Undo emacs formatting of
4819         comment, and ensure it doesn't happen again.
4820         (bfd_install_relocation): Same here.
4821         (_bfd_relocate_contents): Don't bother assigning unused signmask
4822         shift result.  Fix typos in comments.
4823         Remove trailing whitespace throughout file.
4824
4825 2000-03-07  Doug Evans  <dje@casey.transmeta.com>
4826
4827         * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
4828         * bfd-in2.h: Rebuild.
4829
4830 2000-03-06  Nick Clifton  <nickc@cygnus.com>
4831
4832         * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
4833         sym_ptr_ptr fields.
4834         (SIZEOF_ILF_SYM_PTR_TABLE): Define.
4835         (SIZEOF_ILF_STRINGS): Redefine.
4836         (pe_ILF_make_a_symbol-reloc): New function.  Creates a symbol
4837         relative reloc, as opposed to a section relative reloc.
4838         (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
4839         not C_LABEL.
4840         Add length of symbol's prefix to string pointer.
4841         Store a pointer to the symbol in the symbol pointer table.
4842         (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
4843         Initialise the symbol pointer table.
4844         Store the hint in the Hint/Name table.
4845         Make the jump reloc be symbol realtive, not section relative.
4846         Create an import symbol for imported code.
4847
4848 2000-03-06  Catherine Moore  <clm@cygnus.com>
4849
4850         * elf.c (swap_out_syms):  Check for null type_ptr.
4851
4852 2000-03-01  Hans-Peter Nilsson  <hp@axis.com>
4853
4854         * aout-target.h (MY(write_object_contents)): Remove unused
4855         and unusable "#if CHOOSE_RELOC_SIZE".
4856         * pc532-mach.c (MY(write_object_contents)): Ditto.
4857         * netbsd.h (MY(write_object_contents)): Ditto.
4858         * hp300hpux.c (MY(write_object_contents)): Ditto.
4859         * freebsd.h (MY(write_object_contents)): Ditto.
4860         * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
4861
4862 2000-02-29  H.J. Lu  <hjl@gnu.org>
4863
4864         * peicode.h (jtab): Make it static.
4865
4866         * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
4867         defined and COFF_IMAGE_WITH_PE is not defined.
4868         (_bfd_sh_align_load_span): Defined as sh_align_load_span if
4869         COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
4870
4871 2000-03-01  Nick Clifton  <nickc@cygnus.com>
4872
4873         * coff-arm.c (bfd_arm_process_before_allocation): Make
4874         'symndx' signed to prevent compile time warning.
4875
4876         * coff-mcore.c: Remove unused prototype for pe_object_p.
4877
4878         * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
4879         functions that are not used when COFF_IMAGE_WITH_PE is
4880         defined.
4881         (struct sh_opcode): Change type of 'flags' field to unsigned
4882         long so that it can hold the USESAS flag.
4883
4884         * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
4885
4886         * elf-m10300.c (mn10300_elf_relax_section): Initialise
4887         'sym_sec'.
4888
4889         * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
4890         parameters.
4891         Remove unusued variables and code.
4892         (elf_backend_add_symbol_hook): Fix prototype.
4893
4894         * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
4895         'srelgot'.
4896
4897         * elf32-mcore.c (mcore_elf_relocate_section): Initialise
4898         'oldinst'.
4899
4900         * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
4901         parameters.
4902         Remove unusued variables and code.
4903         (elf_backend_add_symbol_hook): Fix prototype.
4904
4905         * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
4906
4907         * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
4908         to unused function parameter.
4909
4910         * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
4911         parameters.
4912         Use EMPTY_HOWTO to initialise empty howto slots.
4913         Remove unused variables.
4914
4915         * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
4916
4917 2000-03-01  H.J. Lu  <hjl@gnu.org>
4918
4919         * aoutx.h (aout_link_input_section_std): Pass "true" to
4920         the undefined_symbol callback.
4921         (aout_link_input_section_ext): Likewise.
4922         * bout.c (get_value): Likewise.
4923         * coff-a29k.c (coff_a29k_relocate_section): Likewise.
4924         * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
4925         Likewise.
4926         (alpha_relocate_section): Likewise.
4927         * coff-arm.c (coff_arm_relocate_section): Likewise.
4928         * coff-i960.c (coff_i960_relocate_section): Likewise.
4929         * coff-mcore.c (coff_mcore_relocate_section): Likewise.
4930         * coff-mips.c (mips_relocate_section): Likewise.
4931         * coff-ppc.c (coff_ppc_relocate_section): Likewise.
4932         * coff-sh.c (sh_relocate_section): Likewise.
4933         * coff-tic80.c (coff_tic80_relocate_section): Likewise.
4934         * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
4935         * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
4936         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
4937         * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
4938         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
4939         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
4940         * elf32-i370.c (i370_elf_relocate_section): Likewise.
4941         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
4942         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
4943         * elf32-sh.c (sh_elf_relocate_section): Likewise.
4944         * elf32-v850.c (v850_elf_relocate_section): Likewise.
4945         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
4946         * elflink.h (elf_link_output_extsym): Likewise.
4947         * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
4948         * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
4949         * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
4950
4951         * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
4952         undefined_symbol callback when building shared library with
4953         -Bsymbolic and undefined symbols are allowed. Otherwise, pass
4954         "true".
4955         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
4956         * elf32-i386.c (elf_i386_relocate_section): Likewise.
4957         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4958         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
4959         (elf32_mips_get_relocated_section_content): Likewise.
4960         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4961         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4962         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
4963         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4964
4965 2000-02-28  Nick Clifton  <nickc@cygnus.com>
4966
4967         * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
4968         * Makefile.in: Regenerate.
4969
4970         * configure.in: Add support for mips and sh pe vectors.
4971         * configure: regenerate.
4972
4973         * config.bfd: Add support for arm-wince, mips-pe and sh-pe
4974         targets.
4975
4976         * targets.c: Add mips and sh pe vectors.
4977
4978         * libpei.h (coff_final_link_postscript): Only define if not
4979         already defined.
4980
4981         * coffcode.h: Add support for WinCE magic numbers.
4982
4983         * peigen.c (pe_print_reloc): Update comment and rearrange
4984         appending of newline character.
4985
4986         * peicode.h: Add support for Image Library Format.
4987         (pe_ILF_vars): Structure containing data used by ILF code.
4988         (pe_ILF_make_a_section): New function.  Create a section based
4989         on ILF data.
4990         (pe_ILF_make_a_reloc): New function.  Create a reloc based on
4991         ILF data.
4992         (pe_ILF_make_a_symbol): New function.  Create a symbol based
4993         on ILF data.
4994         (pe_ILF_save_relocs): New function.  Store the relocs created
4995         by pe_ILF_make_a_reloc in a section.
4996         (pe_ILF_build_a_bfd): New function.  Create a BFD describing
4997         an ILF object.
4998         (pe_ILF_object_p): New function.  Return a bfd_target pointer
4999         for an ILF object.
5000         (pe_bfd_object_p): If an ILF object is detected call
5001         pe_ILF_object_p on it.
5002
5003         * coff-arm.c: Add support for WinCE relocs which are different
5004         from normal ARM COFF relocs.
5005         * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
5006
5007         * coff-sh.c: Add support for sh-pe target.
5008         * pe-sh.c: New file.  Support code for sh-pe target.
5009         * pei-sh.c: New file.  Support code for sh-pe target.
5010
5011         * pe-mips.c: New file.  Support code for mips-pe target.
5012         * pei-mips.c: New file.  Support code for mips-pe target.
5013
5014 2000-02-27  Jakub Jelinek  <jakub@redhat.com>
5015
5016         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
5017         architecture if the object causing the bump is dynamic.
5018         * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
5019         and also don't it for memory ordering.
5020         (sparc64_elf_write_relocs): Take src_rela out of the loop.
5021
5022 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5023
5024         * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
5025         calling bfd_get_section_size_before_reloc.
5026         (decode_line_info): Likewise.
5027         (_bfd_dwarf2_find_nearest_line): Likewise.
5028
5029 2000-02-27  Eli Zaretskii  <eliz@is.elta.co.il>
5030
5031         * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
5032         name of the libtool directory.
5033         * Makefile.in: Rebuild.
5034
5035 Fri Feb 25 18:39:26 2000  Rodney Brown (RodneyBrown@pmsc.com)
5036
5037         * som.c (SOM_HOWTO): Define.
5038         (som_hppa_howto_table): Use it.
5039
5040 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5041
5042         * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
5043
5044         * config.bfd: Enable 64 bit support for Solaris7+/sparc.
5045
5046 2000-02-24  Catherine Moore  <clm@cygnus.com>
5047
5048         * som.c (som_misc_symbol_info):  Add field
5049         secondary_def.
5050         (som_bfd_derive_misc_symbol_info):  Initialize
5051         secondary_def.
5052         (som_build_and_write_symbol_table): Keep track
5053         of secondary_def field.
5054         (som_slurp_symbol_table): Set BSF_WEAK symbol flag
5055         if secondary_def field is set.
5056         (som_bfd_ar_write_symbol_stuff): Initialize
5057         secondary_def.
5058
5059 2000-02-23  Stephane Carrez  <stcarrez@worldnet.fr>
5060
5061         * dwarf2.c (read_address): Read 16-bits addresses.
5062         (parse_comp_unit): Accept addr_size == 2.
5063
5064 2000-02-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
5065
5066         * bfd-in.h: Update copyright date.
5067
5068 2000-02-23  Linas Vepstas <linas@linas.org>
5069
5070         * cpu-i370.c: New file.
5071         * elf32-i370.c:  New file.
5072         * archures.c (enum bfd_architecture): Add bfd_arch_i370.
5073         (bfd_i370_arch): New.
5074         (bfd_archures_list): Add bfd_i370_arch.
5075         * elf.c (prep_headers): Add bfd_arch_i370.
5076         * Makefile.am: Add support for IBM 370 elf.
5077         * config.bfd: Likewise.
5078         * configure.in: Likewise.
5079         * libbfd.h (bfd_reloc_code_real_names): Likewise.
5080         * reloc.c (bfd_reloc_code_type): Likewise.
5081         * targets.c: Likewise.
5082
5083         * Makefile.in: Regenerate.
5084         * configure: Regenerate.
5085         * bfd-in2.h: Regenerate.
5086
5087 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
5088
5089         * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
5090         invalid relocation types, and change them to R_386_NONE.
5091
5092 2000-02-22  H.J. Lu  <hjl@gnu.org>
5093
5094         * elflink.h (elf_link_add_object_symbols): If a version symbol is
5095         not defined, don't add a second ELF_VER_CHR.
5096
5097         * elflink.h (elf_bfd_final_link): Call output_extsym for global
5098         symbols converted to local symbols even when stripping all
5099         symbols.
5100         (elf_link_output_extsym): Process global symbols converted to
5101         local symbols even if they are being stripped.
5102
5103 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
5104
5105         * archures.c (bfd_octets_per_byte): Return unsigned int.
5106         (bfd_arch_mach_octets_per_byte): Ditto.
5107         * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
5108         comparison warning.
5109         * section.c (bfd_get_section_size_before_reloc): Quell signed
5110         vs. unsigned comparison warning.
5111         (bfd_get_section_size_after_reloc): Same here.  Fix parentheses too.
5112         * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
5113         change.  What was I thinking?
5114         * bfd-in2.h: Regenerate.
5115
5116         * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
5117         (elf_gc_sections): Same here.
5118         (elf_gc_common_finalize_got_offsets): And here.
5119
5120 2000-02-21  Ian Lance Taylor  <ian@zembu.com>
5121
5122         ELF HPPA doesn't work at present; remove it until it does.
5123         * config.bfd: Comment out setting targ_defvec to
5124         bfd_elf32_hppa_vec.
5125         * Makefile.am: Rebuild dependencies.
5126         (BFD32_BACKENDS): Remove elf32-hppa.lo.
5127         (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
5128         (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
5129         * Makefile.in: Rebuild.
5130         * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
5131
5132 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
5133
5134         * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
5135         is no bfd_free().  Revert bfd_free part of previous change.
5136
5137 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
5138
5139         * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
5140         arrays.
5141         (coff_compute_section_file_positions): Use bfd_free to pair
5142         bfd_malloc.
5143         (coff_write_object_contents): Likewise.
5144
5145         * coff-rs6000.c (xcoff_howto_table_16): New variable.
5146         (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
5147
5148 2000-02-18  Ulrich Drepper  <drepper@cygnus.com>
5149
5150         * coff-rs6000.c (XCOFFARMAGBIG): New macro.
5151         (xcoff_ar_file_hdr_big): New structure.
5152         (SIZEOF_AR_FILE_HDR_BIG): New macro.
5153         (xcoff_ar_hdr_big): New structure.
5154         (SIZEOF_AR_HDR_BIG): New macro.
5155         (xcoff_big_format_p): New macro.
5156         (xcoff_ardata_big): New macro.
5157         (arch_xhdr_big): New macro.
5158         (xcoff_slurp_armap): Handle large archives.
5159         (xcoff_archive_p): Detect large archives.
5160         (xcoff_read_ar_hdr): Handle large archives.
5161         (xcoff_openr_next_archived_file): Handle large archives.
5162         (xcoff_generic_stat_arch_elt): Handle large archives.
5163         (xcoff_write_armap_old): Rename from xcoff_write_armap.
5164         (xcoff_write_armap_big): New function.
5165         (xcoff_write_armap): New function, dispatch to _old or _big.
5166         (xcoff_write_archive_contents_old): Rename from
5167         xcoff_write_archive_contents.
5168         (xcoff_write_archive_contents_big): New function.
5169         (xcoff_write_archive_contents): New function, dispatch to _old or
5170         _big.
5171
5172 2000-02-18  Richard Henderson  <rth@cygnus.com>
5173
5174         * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
5175         and hide_symbol members.
5176         (elf_link_hash_copy_indirect): Remove.
5177         (elf_link_hash_hide_symbol): Remove.
5178         (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
5179         and elf_backend_hide_symbol.
5180         (_bfd_elf_link_hash_copy_indirect): Declare.
5181         (_bfd_elf_link_hash_hide_symbol): Declare.
5182         * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
5183         (_bfd_elf_link_hash_hide_symbol): Likewise.
5184         (_bfd_elf_link_hash_table_init): Don't init killed members.
5185         * elflink.h (elf_link_add_object_symbols): Use the bed function
5186         pointers not elf_link_hash_{copy_indirect,hide_symbol}.
5187         (elf_link_assign_sym_version): Likewise.
5188         * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
5189         (elf_backend_hide_symbol): Likewise.
5190         (elfNN_bed): Update for new members.
5191
5192 2000-02-17  Kevin Buettner  <kevinb@redhat.com>
5193
5194         * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
5195         STACK_END_ADDR): Define for new core file format.
5196         (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
5197         for handling the vagaries of the various core file structures used
5198         by AIX over the years.
5199         (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
5200         Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
5201         core_dumpx structure.
5202
5203 Thu Feb 17 00:04:48 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5204
5205         * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
5206         (bfd_mach_sh3_dsp): Likewise.
5207         (bfd_mach_sh4): Reinstate.
5208         (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
5209         * bfd-in2.h: Regenerate.
5210         * coff-sh.c (struct sh_opcode): flags is no longer short.
5211         (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
5212         (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
5213         (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
5214         (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
5215         (sh_opcodes): No longer const.
5216         (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
5217         (sh_insn_uses_reg): Check for USESAS and USESR8.
5218         (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
5219         (_bfd_sh_align_load_span): Return early for SH4.
5220         Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
5221         Take into account that field b of a parallel processing insn
5222         could be mistaken for a separate insn.
5223         * cpu-sh.c (arch_info_struct): New array elements for
5224         sh2, sh-dsp and sh3-dsp.
5225         Reinstate element for sh4.
5226         (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
5227         (SH4_NEXT): Reinstate.
5228         (SH3_NEXT, SH3E_NEXT): Adjust.
5229         * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
5230         * elf32-sh.c (sh_elf_set_private_flags): New function.
5231         (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
5232         (sh_elf_merge_private_data): New function.
5233         (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
5234         (bfd_elf32_bfd_copy_private_bfd_data): Define.
5235         (bfd_elf32_bfd_merge_private_bfd_data): Change to
5236         sh_elf_merge_private_data.
5237
5238 2000-02-13  Richard Henderson  <rth@cygnus.com>
5239
5240         * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
5241         hide_symbol members.
5242         (elf_link_hash_copy_indirect): New.
5243         (elf_link_hash_hide_symbol): New.
5244         * elflink.h (elf_link_add_object_symbols): Break out copy from
5245         indirect new new symbol to elf.c.
5246         (elf_link_assign_sym_version): Break out privatization of
5247         non-exported symbol to elf.c.
5248         * elf.c (_bfd_elf_link_hash_copy_indirect): New.
5249         (_bfd_elf_link_hash_hide_symbol): New.
5250         (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
5251
5252 2000-02-13  Ian Lance Taylor  <ian@zembu.com>
5253
5254         * section.c (_bfd_strip_section_from_output): Add info parameter.
5255         If it passed as non-NULL, use it to check whether any input BFD
5256         has an input section which uses this output section.  Change all
5257         callers.
5258         * bfd-in2.h: Rebuild.
5259
5260         * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
5261         bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
5262         1999-11-29.
5263         * bfd-in2.h: Rebuild.
5264
5265 2000-02-10  Timothy Wall  <twall@cygnus.com>
5266
5267         * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
5268         allow final modifications of swapped-in symbol.
5269         (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
5270         * coffcode.h (coff_write_relocs): Use macro
5271         SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
5272         symbol index should be set to -1.
5273
5274 Thu Feb 10 20:07:50 GMT 2000  Toshiyasu Morita (toshi.morita@sega.com)
5275
5276         * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
5277         USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
5278         * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
5279         * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
5280         sh_insns_uses_or_sets_freg): New functions.
5281         * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
5282         * (sh_insns_conflict): Use new functions and new macros to
5283         detect conflicts when two instructions both set same integer registers,
5284         both set same fp register, and both set special register.
5285
5286 2000-02-09  Timothy Wall  <twall@cygnus.com>
5287
5288         * coffgen.c (coff_real_object_p): Set arch/mach info prior to
5289         swapping in sections, so that the swapping routines have access to
5290         the arch/mach info.
5291
5292 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
5293
5294         * coff-go32.c: Update comment. Update copyright.
5295
5296 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
5297
5298         * syms.c (bfd_decode_symclass)
5299         Two new class characters were added - 'V' and 'v'.  The
5300         meaning of 'W' is now restricted to just weak non-object
5301         symbols.  This allows differentiation between, for example,
5302         weak functions vs weak objects.  nm for example now dumps:
5303         'W' = weak global
5304         'w' = weak unresolved
5305         'V' = weak global object
5306         'v' = weak unresolved object
5307
5308         (bfd_is_undefined_symclass): New function.  Return true if the
5309         given symbol class represents and undefined/unresolved symbol.
5310
5311         (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
5312         unresolved symbols.
5313
5314         * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
5315
5316         * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
5317         STT_ARM_16BIT flag set, but it is not attached to a data object
5318         return STT_ARM_16BIT so that it will be treated as code by the
5319         disassembler.
5320
5321 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
5322
5323         * coff-i386.c (i3coff_object_p): Remove prototype.
5324         Update copyright.
5325
5326         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
5327         to name.  Update copyright.
5328
5329         * trad-core.c (trad_unix_core_file_p): Cast core_regsec
5330         assignment to avoid warning.  Update copyright.
5331
5332 2000-01-24  Robert Lipe  (robertl@sco.com)
5333
5334         * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
5335         instead of using GNU C extension.
5336
5337 2000-01-21  Nick Clifton  <nickc@cygnus.com>
5338
5339         * libbfd.c (bfd_read): Do not attempt to get a negativly sized
5340         amount from a bfd_in_memory structure.
5341         (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
5342         structure.
5343
5344 2000-01-14  Nick Clifton  <nickc@cygnus.com>
5345
5346         * linker.c (default_indirect_link_order): oops - fix incorrectly
5347         applied patch from Tim Wall.
5348
5349 2000-01-13  Timothy Wall (twall@tiac.net>
5350
5351         * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
5352         = scnhsz, filhsz, relsz, aoutsz, etc)
5353
5354         * coffswap.h: Ditto.
5355
5356 2000-01-13  Nick Clifton  <nickc@cygnus.com>
5357
5358         * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
5359         interwork thumb to arm stub.
5360
5361 2000-01-13  Timothy Wall (twall@tiac.net>
5362
5363         * archures.c (bfd_octets_per_byte): New function: Return
5364         target byte size.
5365         (bfd_arch_mach_octets_per_byte): New function: Return target
5366         byte size.
5367
5368         * section.c: Distinguish between octets and bytes for usage of
5369         _cooked_size,  _raw_size, and output_offset.  Clarify
5370         description of bfd_set_section_contents.
5371
5372         * bfd-in2.h: Regenerate.
5373
5374         * coffgen.c: Indicate that the offset parameter is in bytes, not
5375         octets.
5376
5377         * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
5378         where appropriate to get the octet offset when calling
5379         bfd_set_section_contents.
5380         (bfd_coff_reloc_link_order): Ditto.
5381
5382         * linker.c (bfd_generic_reloc_link_order): Ditto.
5383         (_bfd_default_link_order): Ditto.
5384
5385         * reloc.c (bfd_perform_relocation):  Distinguish between octets
5386         and bytes.  Use octets when indexing into octet data; use bytes
5387         when calculating target addresses.
5388         (bfd_install_relocation): Ditto.
5389
5390         * srec.c (srec_write_section): Ditto.
5391
5392 2000-01-13  Nick Clifton  <nickc@cygnus.com>
5393
5394         * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
5395         3 to 2.  This allows 4 byte sized sections, which is necessary for
5396         dlltool to build functioning DLLs.
5397
5398 2000-01-10  Philip Blundell  <pb@futuretv.com>
5399
5400         * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
5401         (arm*-*-conix*): New target.
5402
5403 2000-01-10  Egor Duda  <deo@logos-m.ru>
5404
5405         * config.bfd: Include elf32_i386 vector to target list for cygwin
5406         and mingw.
5407
5408         * config.in: Undefine HAVE_WIN32_PSTATUS_T.
5409         * configure.in: Test for structure win32_pstatus_t in
5410         <sys/procfs.h>
5411         * configure: Regenerate.
5412
5413         * elf.c (elfcore_grok_win32pstatus): New function: process
5414         win32_pstatus_t notes in elf core file.
5415         (elfcore_grok_note): Detect win32_pstatus notes.
5416
5417 2000-01-03  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
5418
5419         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
5420         visibility.
5421         * elflink.h (elf_link_add_object_symbols): Combine visibilities.
5422         * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
5423
5424 For older changes see ChangeLog-9899
5425 \f
5426 Local Variables:
5427 mode: change-log
5428 left-margin: 8
5429 fill-column: 74
5430 version-control: never
5431 End: