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