binutils-gdb/bfd
Joern Rennecke d4845d5762 bfd:
Reinstate bits of sh4 support that got accidentally deleted.
Add sh-dsp support.

bfd:

	* archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
	(bfd_mach_sh3_dsp): Likewise.
	(bfd_mach_sh4): Reinstate.
	(bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
	* bfd-in2.h: Regenerate.
	* coff-sh.c (struct sh_opcode): flags is no longer short.
	(USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
	(sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
	(sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
	(sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
	(sh_opcodes): No longer const.
	(sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
	(sh_insn_uses_reg): Check for USESAS and USESR8.
	(sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
	(_bfd_sh_align_load_span): Return early for SH4.
	Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
	Take into account that field b of a parallel processing insn
	could be mistaken for a separate insn.
	* cpu-sh.c (arch_info_struct): New array elements for
	sh2, sh-dsp and sh3-dsp.
	Reinstate element for sh4.
	(SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
	(SH4_NEXT): Reinstate.
	(SH3_NEXT, SH3E_NEXT): Adjust.
	* elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
	* elf32-sh.c (sh_elf_set_private_flags): New function.
	(sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
	(sh_elf_merge_private_data): New function.
	(elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
	(bfd_elf32_bfd_copy_private_bfd_data): Define.
	(bfd_elf32_bfd_merge_private_bfd_data): Change to
	sh_elf_merge_private_data.

gas:

	* config/tc-sh.c ("elf/sh.h"): Include.
	(sh_dsp, valid_arch, reg_x, reg_y, reg_efg): New static variables.
	(md.begin): Initialize target_arch.
	Only include opcodes in has table that match selected architecture.
	(parse_reg): Recognize register names for sh-dsp.
	(parse_at): Recognize post-modify addressing.
	(get_operands): The leading space is now optional.
	(get_specific): Remove FDREG_N support.  Add support for sh-dsp
	arguments.  Update valid_arch.
	(build_Mytes): Add support for SDT_REG_N.
	(find_cooked_opcode): New function, broken out of md_assemble.
	(assemble_ppi, sh_elf_final_processing): New functions.
	(md_assemble): Use find_cooked_opcode and assemble_ppi.
	(md_longopts, md_parse_option): New option: -dsp.
	* config/tc-sh.h (elf_tc_final_processing): Define.
	(sh_elf_final_processing): Declare.

include/elf:

	* sh.h: (EF_SH_MACH_MASK, EF_SH_UNKNOWN, EF_SH1, EF_SH2): New macros.
	(EF_SH3, EF_SH_HAS_DSP, EF_SH_DSP, EF_SH3_DSP): Likewise.
	(EF_SH_HAS_FP, EF_SH3E, EF_SH4, EF_SH_MERGE_MACH): Likewise.

opcodes:

	* sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions.
	(print_insn_ppi): Likewise.
	(print_insn_shx): Use info->mach to select appropriate insn set.
	Add support for sh-dsp.  Remove FD_REG_N support.
	* sh-opc.h (sh_nibble_type): Add new values for sh-dsp support.
	(sh_arg_type): Likewise.  Remove FD_REG_N.
	(sh_dsp_reg_nums): New enum.
	(arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros.
	(arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise.
	(arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise.
	(arch_sh3_dsp_up): Likewise.
	(sh_opcode_info): New field: arch.
	(sh_table): Split up insn with FD_REG_N into ones with F_REG_N and
	D_REG_N.  Fill in arch field.  Add sh-dsp insns.
2000-02-17 00:33:36 +00:00
..
doc rebuild with patched automake 1999-08-09 20:22:04 +00:00
hosts * hosts/alphalinux.h (TRAD_CORE_EXTRA_SIZE_ALLOWED): Expand to 4096. 1999-06-02 12:39:44 +00:00
po Update. 1999-06-03 03:26:53 +00:00
acinclude.m4 * acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*. 1999-08-08 16:01:13 +00:00
aclocal.m4 * acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*. 1999-08-08 16:01:13 +00:00
aix386-core.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
aout0.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
aout32.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
aout64.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
aout-adobe.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
aout-arm.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
aout-encap.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
aout-ns32k.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
aout-sparcle.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
aout-target.h Revert previous patch. 1999-12-10 18:51:35 +00:00
aout-tic30.c Revert previous patch. 1999-12-10 18:51:35 +00:00
aoutf1.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
aoutx.h * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
archive.c Revert previous patch. 1999-12-10 18:51:35 +00:00
archures.c bfd: 2000-02-17 00:33:36 +00:00
armnetbsd.c Path from Roland McGrath <roland@baalperazim.frob.com> 1999-08-24 15:16:53 +00:00
bfd-in2.h bfd: 2000-02-17 00:33:36 +00:00
bfd-in.h * section.c (_bfd_strip_section_from_output): Add info parameter. 2000-02-13 22:45:29 +00:00
bfd.c Revert previous patch. 1999-12-10 18:51:35 +00:00
binary.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
bout.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
cache.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cf-i386lynx.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cf-m68klynx.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cf-sparclynx.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
ChangeLog bfd: 2000-02-17 00:33:36 +00:00
ChangeLog-9193 19990502 sourceware import 1999-05-03 07:29:11 +00:00
ChangeLog-9495 19990502 sourceware import 1999-05-03 07:29:11 +00:00
ChangeLog-9697 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cisco-core.c Fred Fish <fnf@cygnus.com> 1999-09-28 21:45:39 +00:00
coff-a29k.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-alpha.c Revert previous patch. 1999-12-10 18:51:35 +00:00
coff-apollo.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-arm.c catch bad arm relocs 1999-12-17 00:42:32 +00:00
coff-aux.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
coff-go32.c apply patch from MArk Elbrecht tpo update comment and copyright 2000-02-08 21:10:28 +00:00
coff-h8300.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-h8500.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-i386.c Most of these changes are really only cosmetic. The readelf.c patch 2000-01-26 23:11:48 +00:00
coff-i860.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-i960.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-m68k.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-m88k.c Use CREATE_BIG_COFF_TARGET_VEC 1999-07-20 08:52:54 +00:00
coff-mcore.c fix spelling of Motorola 2000-01-20 19:08:43 +00:00
coff-mips.c * ecoff.c (bfd_debug_section): Update initialization for new 1999-09-10 23:25:51 +00:00
coff-pmac.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
coff-ppc.c add some comments about peigen.c 1999-09-11 23:38:11 +00:00
coff-rs6000.c Revert previous patch. 1999-12-10 18:51:35 +00:00
coff-sh.c bfd: 2000-02-17 00:33:36 +00:00
coff-sparc.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-stgo32.c 1999-08-08 Mark Elbrecht <snowball3@bigfoot.com> 1999-08-09 02:56:16 +00:00
coff-svm68k.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
coff-tic30.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-tic80.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-u68k.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
coff-w65.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-we32k.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coff-z8k.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
coffcode.h Add hooks to support TI COFF handling. 2000-02-10 21:21:55 +00:00
coffgen.c Set arch/mach info prior to swapping in sections, so that the swapping 2000-02-09 13:41:44 +00:00
cofflink.c Apply Tim walls octest vs bytes patch 2000-01-13 22:10:36 +00:00
coffswap.h Add hooks to support TI COFF handling. 2000-02-10 21:21:55 +00:00
config.bfd Add arm-conix target 2000-01-10 19:48:27 +00:00
config.in Apply patch from Egor Duda to process win32_pstatus notes in core dumps. 2000-01-10 18:50:16 +00:00
configure rebuild 2000-02-13 22:40:13 +00:00
configure.com 19990502 sourceware import 1999-05-03 07:29:11 +00:00
configure.host * configure.in: Check whether getuid and getgid exist. 1999-05-27 22:48:53 +00:00
configure.in Apply patch from Egor Duda to process win32_pstatus notes in core dumps. 2000-01-10 18:50:16 +00:00
COPYING 19990502 sourceware import 1999-05-03 07:29:11 +00:00
corefile.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-a29k.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-alpha.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-arc.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-arm.c Add support for arm v5 architectures. 1999-07-05 07:28:24 +00:00
cpu-d10v.c D10V patches from Cagney 1999-10-25 13:57:39 +00:00
cpu-d30v.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-fr30.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-h8300.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-h8500.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
cpu-hppa.c * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle 1999-08-10 18:51:53 +00:00
cpu-i386.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-i860.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-i960.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-m32r.c * cpu-m32r.c (arch_info_struct): New static global. 1999-10-05 00:54:12 +00:00
cpu-m68k.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-m88k.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-m10200.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-m10300.c * archures.c (bfd_mach_am33): Define. 1999-12-01 10:14:02 +00:00
cpu-mcore.c fix spelling of Motorola 2000-01-20 19:08:43 +00:00
cpu-mips.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-ns32k.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
cpu-pj.c 1999-09-04 Steve Chamberlain <sac@pobox.com> 1999-09-04 17:07:46 +00:00
cpu-powerpc.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-rs6000.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-sh.c bfd: 2000-02-17 00:33:36 +00:00
cpu-sparc.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-tic30.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-tic80.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-v850.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-vax.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-w65.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
cpu-we32k.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
cpu-z8k.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
demo64.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
dep-in.sed 19990502 sourceware import 1999-05-03 07:29:11 +00:00
dwarf1.c 1999-10-15 Andrew Haley <aph@cygnus.com> 1999-10-18 12:45:21 +00:00
dwarf2.c * dwarf2.c (read_attribute): Support DW_FORM_ref8. 1999-07-14 08:49:40 +00:00
ecoff.c * ecoff.c (bfd_debug_section): Update initialization for new 1999-09-10 23:25:51 +00:00
ecofflink.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
ecoffswap.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
elf32-arc.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
elf32-arm.h Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions when 2000-01-27 20:05:32 +00:00
elf32-d10v.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
elf32-d30v.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
elf32-fr30.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
elf32-gen.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-11 19:49:48 +00:00
elf32-hppa.c 1999-08-17 H.J. Lu <hjl@gnu.org> 1999-08-17 07:53:37 +00:00
elf32-hppa.h Check in correct version of previous patch. 1999-08-30 21:57:08 +00:00
elf32-i386.c * section.c (_bfd_strip_section_from_output): Add info parameter. 2000-02-13 22:45:29 +00:00
elf32-i860.c Define ELF_MAXPAGESIZE for all ELF based ports. 1999-06-04 12:45:07 +00:00
elf32-i960.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
elf32-m32r.c * cpu-m32r.c (arch_info_struct): New static global. 1999-10-05 00:54:12 +00:00
elf32-m68k.c * section.c (_bfd_strip_section_from_output): Add info parameter. 2000-02-13 22:45:29 +00:00
elf32-m88k.c Define ELF_MAXPAGESIZE 1999-06-07 10:27:21 +00:00
elf32-mcore.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
elf32-mips.c * section.c (_bfd_strip_section_from_output): Add info parameter. 2000-02-13 22:45:29 +00:00
elf32-pj.c 1999-09-04 Steve Chamberlain <sac@pobox.com> 1999-09-04 17:07:46 +00:00
elf32-ppc.c * section.c (_bfd_strip_section_from_output): Add info parameter. 2000-02-13 22:45:29 +00:00
elf32-sh.c bfd: 2000-02-17 00:33:36 +00:00
elf32-sparc.c * section.c (_bfd_strip_section_from_output): Add info parameter. 2000-02-13 22:45:29 +00:00
elf32-v850.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
elf32.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
elf64-alpha.c * section.c (_bfd_strip_section_from_output): Add info parameter. 2000-02-13 22:45:29 +00:00
elf64-gen.c Define ELF_MAXPAGESIZE for all ELF based ports. 1999-06-04 12:45:07 +00:00
elf64-mips.c Revert previous patch. 1999-12-10 18:51:35 +00:00
elf64-sparc.c * section.c (_bfd_strip_section_from_output): Add info parameter. 2000-02-13 22:45:29 +00:00
elf64.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
elf-bfd.h bfd: 2000-02-17 00:33:36 +00:00
elf-hppa.h * elf-hppa.h (elf_hppa_final_write_processing): Turn on TRAPNIL. 1999-09-16 21:01:08 +00:00
elf-m10200.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
elf-m10300.c * archures.c (bfd_mach_am33): Define. 1999-12-01 10:14:02 +00:00
elf.c * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and 2000-02-13 23:11:32 +00:00
elfarm-nabi.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
elfarm-oabi.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
elfcode.h * elf-bfd.h (struct elf_backend_data): Reorder collect and 1999-11-18 01:06:45 +00:00
elfcore.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
elflink.c Most of these changes are really only cosmetic. The readelf.c patch 2000-01-26 23:11:48 +00:00
elflink.h * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and 2000-02-13 23:11:32 +00:00
elfxx-target.h Revert previous patch. 1999-12-10 18:51:35 +00:00
epoc-pe-arm.c Rename epoc-pe interworking function names to avoid a name space clash. 1999-06-04 07:39:48 +00:00
epoc-pei-arm.c * Many files: Changes to avoid gcc warnings: Remove unused local 1999-07-12 07:35:20 +00:00
format.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
freebsd.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
gen-aout.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
genlink.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
go32stub.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
hash.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-11 19:49:48 +00:00
host-aout.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
hp300bsd.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
hp300hpux.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
hppa_stubs.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
hppabsd-core.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
hpux-core.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
i386aout.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
i386bsd.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
i386dynix.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
i386freebsd.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
i386linux.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-11 19:49:48 +00:00
i386lynx.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
i386mach3.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
i386msdos.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
i386netbsd.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
i386os9k.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
ieee.c Revert previous patch. 1999-12-10 18:51:35 +00:00
ihex.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
init.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
irix-core.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
libaout.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
libbfd-in.h Revert previous patch. 1999-12-10 18:51:35 +00:00
libbfd.c Fix seeks and reads past the end of a BIM 2000-01-21 20:52:35 +00:00
libbfd.h Revert previous patch. 1999-12-10 18:51:35 +00:00
libcoff-in.h 1999-09-06 Donn Terry <donn@interix.com> 1999-09-07 03:40:32 +00:00
libcoff.h * coffcode.h (bfd_coff_backend_data): Add _bfd_filnmlen field. 1999-09-07 04:28:27 +00:00
libecoff.h Revert previous patch. 1999-12-10 18:51:35 +00:00
libhppa.h Fix typo in last change. 1999-10-17 23:41:19 +00:00
libieee.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
libnlm.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
liboasys.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
libpei.h 1999-09-11 Donn Terry <donn@interix.com> 1999-09-12 00:45:26 +00:00
linker.c fix mis-applied patch 2000-01-14 18:13:40 +00:00
lynx-core.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
m68k4knetbsd.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
m68klinux.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
m68klynx.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
m68knetbsd.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
m88kmach3.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
Makefile.am 1999-09-11 Donn Terry <donn@interix.com> 1999-09-11 23:37:28 +00:00
Makefile.in 1999-09-11 Donn Terry <donn@interix.com> 1999-09-11 23:37:28 +00:00
makefile.vms 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mipsbsd.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
mpw-config.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mpw-make.sed 19990502 sourceware import 1999-05-03 07:29:11 +00:00
netbsd-core.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
netbsd.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
newsos3.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
nlm32-alpha.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
nlm32-i386.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
nlm32-ppc.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
nlm32-sparc.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
nlm32.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
nlm64.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
nlm-target.h Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
nlm.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
nlmcode.h * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
nlmswap.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
ns32k.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
ns32knetbsd.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
oasys.c Revert previous patch. 1999-12-10 18:51:35 +00:00
opncls.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
osf-core.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
pc532-mach.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
pe-arm.c Rename epoc-pe interworking function names to avoid a name space clash. 1999-06-04 07:39:48 +00:00
pe-i386.c 1999-09-11 Donn Terry <donn@interix.com> 1999-09-11 22:17:33 +00:00
pe-mcore.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
pe-ppc.c add some comments about peigen.c 1999-09-11 23:38:11 +00:00
pei-arm.c 1999-09-11 Donn Terry <donn@interix.com> 1999-09-11 22:10:33 +00:00
pei-i386.c 1999-09-11 Donn Terry <donn@interix.com> 1999-09-11 22:17:33 +00:00
pei-mcore.c 1999-09-11 Donn Terry <donn@interix.com> 1999-09-11 22:10:33 +00:00
pei-ppc.c add some comments about peigen.c 1999-09-11 23:38:11 +00:00
peicode.h fix PE file format detection 1999-12-28 00:25:18 +00:00
peigen.c 1999-09-11 Donn Terry <donn@interix.com> 1999-09-12 00:45:26 +00:00
PORTING 19990502 sourceware import 1999-05-03 07:29:11 +00:00
ppcboot.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
ptrace-core.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
README 19990502 sourceware import 1999-05-03 07:29:11 +00:00
reloc16.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
reloc.c Apply Tim walls octest vs bytes patch 2000-01-13 22:10:36 +00:00
riscix.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
rs6000-core.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sco5-core.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
section.c * section.c (_bfd_strip_section_from_output): Add info parameter. 2000-02-13 22:45:29 +00:00
som.c Revert previous patch. 1999-12-10 18:51:35 +00:00
som.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sparclinux.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
sparclynx.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sparcnetbsd.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
srec.c Apply Tim walls octest vs bytes patch 2000-01-13 22:10:36 +00:00
stab-syms.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
stabs.c * stabs.c (_bfd_link_section_stabs): Make sure .stabstr section 1999-10-28 03:52:01 +00:00
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sunos.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
syms.c Apply patch from Thomas de Lellis to allow nm to distinguish between weak 2000-01-28 01:06:37 +00:00
sysdep.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
targets.c Revert previous patch. 1999-12-10 18:51:35 +00:00
targmatch.sed 19990502 sourceware import 1999-05-03 07:29:11 +00:00
tekhex.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
TODO 19990502 sourceware import 1999-05-03 07:29:11 +00:00
trad-core.c Most of these changes are really only cosmetic. The readelf.c patch 2000-01-26 23:11:48 +00:00
vaxnetbsd.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
versados.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
vms-gsd.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
vms-hdr.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
vms-misc.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
vms-tir.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
vms.c Revert previous patch. 1999-12-10 18:51:35 +00:00
vms.h * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
xcofflink.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00

BFD is a an object file library.  It permits applications to use the
same routines to process object files regardless of their format.

BFD is used by the GNU debugger, assembler, linker, and the binary
utilities.

The documentation on using BFD is scanty and may be occasionally
incorrect.  Pointers to documentation problems, or an entirely
rewritten manual, would be appreciated.

There is some BFD internals documentation in doc/bfdint.texi which may
help programmers who want to modify BFD.

BFD is normally built as part of another package.  See the build
instructions for that package, probably in a README file in the
appropriate directory.

BFD supports the following configure options:

  --target=TARGET
	The default target for which to build the library.  TARGET is
	a configuration target triplet, such as sparc-sun-solaris.
  --enable-targets=TARGET,TARGET,TARGET...
	Additional targets the library should support.  To include
	support for all known targets, use --enable-targets=all.
  --enable-64-bit-bfd
	Include support for 64 bit targets.  This is automatically
	turned on if you explicitly request a 64 bit target, but not
	for --enable-targets=all.  This requires a compiler with a 64
	bit integer type, such as gcc.
  --enable-shared
	Build BFD as a shared library.
  --with-mmap
	Use mmap when accessing files.  This is faster on some hosts,
	but slower on others.  It may not work on all hosts.

Report bugs with BFD to bug-gnu-utils@gnu.org.

Patches are encouraged.  When sending patches, always send the output
of diff -u or diff -c from the original file to the new file.  Do not
send default diff output.  Do not make the diff from the new file to
the original file.  Remember that any patch must not break other
systems.  Remember that BFD must support cross compilation from any
host to any target, so patches which use ``#ifdef HOST'' are not
acceptable.  Please also read the ``Reporting Bugs'' section of the
gcc manual.

Bug reports without patches will be remembered, but they may never get
fixed until somebody volunteers to fix them.