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