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