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