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