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