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