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