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