old-cross-binutils/bfd
Joseph Myers 40b365969f bfd:
* Makefile.am (ALL_MACHINES): Add cpu-tic6x.lo.
	(ALL_MACHINES_CFILES): Add cpu-tic6x.c.
	(BFD32_BACKENDS): Add elf32-tic6x.lo.
	(BFD32_BACKENDS_CFILES): Add elf32-tic6x.c.
	* Makefile.in: Regenerate.
	* archures.c (bfd_arch_tic6x, bfd_tic6x_arch): New.
	(bfd_archures_list): Update.
	* config.bfd (tic6x-*-elf): New.
	* configure.in (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec):
	New.
	* configure: Regenerate.
	* cpu-tic6x.c, elf32-tic6x.c: New.
	* reloc.c (BFD_RELOC_C6000_PCR_S21, BFD_RELOC_C6000_PCR_S12,
	BFD_RELOC_C6000_PCR_S10, BFD_RELOC_C6000_PCR_S7,
	BFD_RELOC_C6000_ABS_S16, BFD_RELOC_C6000_ABS_L16,
	BFD_RELOC_C6000_ABS_H16, BFD_RELOC_C6000_SBR_U15_B,
	BFD_RELOC_C6000_SBR_U15_H, BFD_RELOC_C6000_SBR_U15_W,
	BFD_RELOC_C6000_SBR_S16, BFD_RELOC_C6000_SBR_L16_B,
	BFD_RELOC_C6000_SBR_L16_H, BFD_RELOC_C6000_SBR_L16_W,
	BFD_RELOC_C6000_SBR_H16_B, BFD_RELOC_C6000_SBR_H16_H,
	BFD_RELOC_C6000_SBR_H16_W, BFD_RELOC_C6000_SBR_GOT_U15_W,
	BFD_RELOC_C6000_SBR_GOT_L16_W, BFD_RELOC_C6000_SBR_GOT_H16_W,
	BFD_RELOC_C6000_DSBT_INDEX, BFD_RELOC_C6000_PREL31,
	BFD_RELOC_C6000_COPY, BFD_RELOC_C6000_ALIGN,
	BFD_RELOC_C6000_FPHEAD, BFD_RELOC_C6000_NOCMP): New.
	* targets.c (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec): New.
	(_bfd_target_vector): Update.
	* bfd-in2.h, libbfd.h: Regenerate.

binutils:
	* MAINTAINERS: Add self as TI C6X maintainer.
	* NEWS: Add news entry for TI C6X support.
	* readelf.c: Include elf/tic6x.h.
	(guess_is_rela): Handle EM_TI_C6000.
	(dump_relocations): Likewise.
	(get_tic6x_dynamic_type): New.
	(get_dynamic_type): Call it.
	(get_machine_flags): Handle EF_C6000_REL.
	(get_osabi_name): Handle machine-specific values only for relevant
	machines.  Handle C6X values.
	(get_tic6x_segment_type): New.
	(get_segment_type): Call it.
	(get_tic6x_section_type_name): New.
	(get_section_type_name): Call it.
	(is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
	EM_TI_C6000.

gas:
	* Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
	(TARGET_CPU_HFILES): Add config/tc-tic6x.h.
	* Makefile.in: Regenerate.
	* NEWS: Add news entry for TI C6X support.
	* app.c (do_scrub_chars): Handle "||^" for TI C6X.  Handle
	TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR.  Keep spaces in
	operands if TC_KEEP_OPERAND_SPACES.
	* configure.tgt (tic6x-*-*): New.
	* config/tc-ia64.h (TC_PREDICATE_START_CHAR,
	TC_PREDICATE_END_CHAR): Define.
	* config/tc-tic6x.c, config/tc-tic6x.h: New.
	* doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
	* doc/Makefile.in: Regenerate.
	* doc/all.texi (TIC6X): Define.
	* doc/as.texinfo: Add TI C6X documentation.  Include c-tic6x.texi.
	* doc/c-tic6x.texi: New.

gas/testsuite:
	* gas/tic6x: New directory and testcases.

include:
	* dis-asm.h (print_insn_tic6x): Declare.

include/elf:
	* common.h (ELFOSABI_C6000_ELFABI, ELFOSABI_C6000_LINUX): Define.
	* tic6x.h: New.

include/opcode:
	* tic6x-control-registers.h, tic6x-insn-formats.h,
	tic6x-opcode-table.h, tic6x.h: New.

ld:
	* Makefile.am (ALL_EMULATIONS): Add eelf32_tic6x_be.o and
	eelf32_tic6x_le.o.
	(eelf32_tic6x_be.c, eelf32_tic6x_le.c): New.
	* NEWS: Add news entry for TI C6X support.
	* configure.tgt (tic6x-*-*): New.
	* emulparams/elf32_tic6x_be.sh, emulparams/elf32_tic6x_le.sh: New.

ld/testsuite:
	* ld-elf/flags1.d, ld-elf/merge.d: XFAIL for tic6x-*-*.
	* ld-elf/sec-to-seg.exp: Set B_test_same_seg to 0 for tic6x-*-*.
	* ld-tic6x: New directory and testcases.

opcodes:
	* Makefile.am (TARGET_LIBOPCODES_CFILES): Add tic6x-dis.c.
	* Makefile.in: Regenerate.
	* configure.in (bfd_tic6x_arch): New.
	* configure: Regenerate.
	* disassemble.c (ARCH_tic6x): Define if ARCH_all.
	(disassembler): Handle TI C6X.
	* tic6x-dis.c: New.
2010-03-25 21:12:36 +00:00
..
doc Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
hosts update copyright dates 2009-09-02 07:25:43 +00:00
po Updated Vietnamese translation. 2010-02-15 10:09:39 +00:00
acinclude.m4 * acinclude.m4: Add include of ../config/zlib.m4. 2009-11-24 22:47:20 +00:00
aclocal.m4 bfd/ 2009-11-11 04:42:42 +00:00
aix5ppc-core.c
aix386-core.c update copyright dates 2009-09-02 07:25:43 +00:00
aout-adobe.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
aout-arm.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
aout-cris.c include/aout/ 2009-10-02 14:40:41 +00:00
aout-ns32k.c update copyright dates 2009-09-02 07:25:43 +00:00
aout-sparcle.c update copyright dates 2009-09-02 07:25:43 +00:00
aout-target.h Update copyright year. 2010-03-24 15:41:59 +00:00
aout-tic30.c Update copyright year. 2010-03-24 15:41:59 +00:00
aout0.c update copyright dates 2009-09-02 07:25:43 +00:00
aout32.c update copyright dates 2009-09-02 07:25:43 +00:00
aout64.c update copyright dates 2009-09-02 07:25:43 +00:00
aoutf1.h
aoutx.h Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
archive.c 2010-01-26 Tristan Gingold <gingold@adacore.com> 2010-01-26 13:42:26 +00:00
archive64.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
archures.c bfd: 2010-03-25 21:12:36 +00:00
armnetbsd.c
bfd-in.h PR ld/11217 2010-01-25 06:47:16 +00:00
bfd-in2.h bfd: 2010-03-25 21:12:36 +00:00
bfd.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
bfd.m4 2010-01-04 Daniel Gutson <dgutson@codesourcery.com> 2010-01-05 00:40:07 +00:00
bfdio.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
bfdwin.c
binary.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
bout.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
cache.c 2009-12-11 Tristan Gingold <gingold@adacore.com> 2009-12-11 15:42:38 +00:00
cf-i386lynx.c update copyright dates 2009-09-02 07:25:43 +00:00
cf-sparclynx.c update copyright dates 2009-09-02 07:25:43 +00:00
ChangeLog bfd: 2010-03-25 21:12:36 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009 Move 2009 binutils ChangeLog to ChangeLog-2009. 2010-01-01 18:06:10 +00:00
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
cisco-core.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-alpha.c Update copyright year. 2010-03-24 15:41:59 +00:00
coff-apollo.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-arm.c * coff-arm.c (coff_arm_rtype_to_howto): Fix shadowed variable 2009-12-12 10:07:53 +00:00
coff-aux.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-go32.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-h8300.c
coff-h8500.c
coff-i386.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
coff-i860.c
coff-i960.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
coff-ia64.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-m68k.c
coff-m88k.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-maxq.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-mcore.c
coff-mips.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-or32.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-pmac.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-ppc.c
coff-rs6000.c Update copyright year. 2010-03-24 15:41:59 +00:00
coff-sh.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-sparc.c
coff-stgo32.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
coff-svm68k.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-tic4x.c
coff-tic30.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-tic54x.c
coff-tic80.c
coff-u68k.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-w65.c
coff-we32k.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-x86_64.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
coff-z8k.c
coff-z80.c * coff-z80.c (z80coff_vec): Allow sections to be of type SEC_CODE or SEC_DATA 2009-10-17 17:18:28 +00:00
coff64-rs6000.c Update copyright year. 2010-03-24 15:41:59 +00:00
coffcode.h PR 11168 2010-01-18 07:21:46 +00:00
coffgen.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
cofflink.c * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols for 2009-10-10 04:58:48 +00:00
coffswap.h * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
compress.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
config.bfd bfd: 2010-03-25 21:12:36 +00:00
config.in 2010-01-04 Daniel Gutson <dgutson@codesourcery.com> 2010-01-05 00:40:07 +00:00
configure bfd: 2010-03-25 21:12:36 +00:00
configure.com 2009-09-30 Tristan Gingold <gingold@adacore.com> 2009-09-30 13:12:50 +00:00
configure.host bfd/ChangeLog: 2010-02-15 19:25:47 +00:00
configure.in bfd: 2010-03-25 21:12:36 +00:00
COPYING
corefile.c
cpu-alpha.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-arc.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-arm.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-avr.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-bfin.c
cpu-cr16.c
cpu-cr16c.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-cris.c
cpu-crx.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-d10v.c
cpu-d30v.c
cpu-dlx.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-fr30.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-frv.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-h8300.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-h8500.c
cpu-hppa.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-i370.c
cpu-i386.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-i860.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-i960.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-ia64-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-ia64.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-ip2k.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-iq2000.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-l1om.c
cpu-lm32.c
cpu-m32c.c * cpu-m32c.c (m32c_scan): New function. Ensures that a scan for 2010-01-13 14:34:13 +00:00
cpu-m32r.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m68hc11.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m68hc12.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m68k.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m88k.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m10200.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-m10300.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-maxq.c
cpu-mcore.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-mep.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-microblaze.c
cpu-mips.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-mmix.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-moxie.c
cpu-msp430.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-mt.c
cpu-ns32k.c
cpu-openrisc.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-or32.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-pdp11.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-pj.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-plugin.c
cpu-powerpc.c include/ 2010-02-08 01:59:38 +00:00
cpu-rs6000.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-rx.c bfd 2009-09-29 14:17:19 +00:00
cpu-s390.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-score.c
cpu-sh.c
cpu-sparc.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-spu.c
cpu-tic4x.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-tic6x.c bfd: 2010-03-25 21:12:36 +00:00
cpu-tic30.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-tic54x.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-tic80.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-v850.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-vax.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-w65.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-we32k.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-xc16x.c
cpu-xstormy16.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-xtensa.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-z8k.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-z80.c
demo64.c update copyright dates 2009-09-02 07:25:43 +00:00
dep-in.sed
dwarf1.c PR 11103 2010-01-11 09:53:27 +00:00
dwarf2.c PR 11302 2010-03-04 04:01:53 +00:00
ecoff.c * section.c (struct bfd_section): Delete has_tls_reloc, 2010-02-08 13:16:24 +00:00
ecofflink.c Update soruces to make alpha, arc and arm targets compile cleanly 2009-09-25 19:13:27 +00:00
ecoffswap.h
elf-attrs.c 2009-12-28 Daniel Gutson <dgutson@codesourcery.com> 2009-12-28 18:37:30 +00:00
elf-bfd.h bfd/ 2010-02-19 01:47:16 +00:00
elf-eh-frame.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
elf-hppa.h
elf-ifunc.c
elf-m10200.c update copyright dates 2009-09-02 07:25:43 +00:00
elf-m10300.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf-strtab.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
elf-vxworks.c update copyright dates 2009-09-02 07:25:43 +00:00
elf-vxworks.h update copyright dates 2009-09-02 07:25:43 +00:00
elf.c Avoid overflow. 2010-03-17 13:46:35 +00:00
elf32-am33lin.c
elf32-arc.c
elf32-arm.c * elf32-arm.c (struct section_list): Remove. 2010-03-19 17:04:17 +00:00
elf32-avr.c PR 11297: Add support for 8-bit relocations to the AVR toolchain. 2010-02-23 11:38:36 +00:00
elf32-avr.h
elf32-bfin.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-cr16.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-cr16c.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-cris.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-crx.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-d10v.c
elf32-d30v.c
elf32-dlx.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-fr30.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-frv.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-gen.c
elf32-h8300.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-hppa.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-hppa.h update copyright dates 2009-09-02 07:25:43 +00:00
elf32-i370.c
elf32-i386.c ld: 2010-03-05 19:49:00 +00:00
elf32-i860.c
elf32-i960.c
elf32-ip2k.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
elf32-iq2000.c
elf32-lm32.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-m32c.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-m32r.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-m68hc1x.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-m68hc1x.h * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-m68hc11.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-m68hc12.c
elf32-m68k.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-m88k.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-mcore.c
elf32-mep.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-microblaze.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-mips.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-moxie.c
elf32-msp430.c
elf32-mt.c
elf32-openrisc.c
elf32-or32.c
elf32-pj.c
elf32-ppc.c Don't set ELFOSABI_LINUX in dynamic ifunc-using executable. 2010-02-19 05:07:50 +00:00
elf32-ppc.h include/elf/ 2009-09-21 11:51:02 +00:00
elf32-rx.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
elf32-s390.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-score.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-score.h
elf32-score7.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-sh-relocs.h update copyright dates 2009-09-02 07:25:43 +00:00
elf32-sh-symbian.c
elf32-sh.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-sh64-com.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-sh64.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-sh64.h update copyright dates 2009-09-02 07:25:43 +00:00
elf32-sparc.c Don't set ELFOSABI_LINUX in dynamic ifunc-using executable. 2010-02-19 05:07:50 +00:00
elf32-spu.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-spu.h
elf32-tic6x.c bfd: 2010-03-25 21:12:36 +00:00
elf32-v850.c * elf32-v850.c (v850_elf_perform_relocation): Fix overflow 2010-01-11 14:19:40 +00:00
elf32-vax.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf32-xc16x.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-xstormy16.c
elf32-xtensa.c * section.c (struct bfd_section): Delete has_tls_reloc, 2010-02-08 13:16:24 +00:00
elf32.c update copyright dates 2009-09-02 07:25:43 +00:00
elf64-alpha.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf64-gen.c
elf64-hppa.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf64-hppa.h update copyright dates 2009-09-02 07:25:43 +00:00
elf64-mips.c Update copyright year. 2010-03-24 15:41:59 +00:00
elf64-mmix.c update copyright dates 2009-09-02 07:25:43 +00:00
elf64-ppc.c * elf64-ppc.c (struct ppc_link_hash_table): Add do_toc_opt. 2010-03-16 00:40:36 +00:00
elf64-ppc.h * elf64-ppc.c (ppc64_elf_has_small_toc_reloc): New function. 2010-03-15 01:59:57 +00:00
elf64-s390.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf64-sh64.c * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add 2010-02-04 09:16:43 +00:00
elf64-sparc.c Don't set ELFOSABI_LINUX in dynamic ifunc-using executable. 2010-02-19 05:07:50 +00:00
elf64-x86-64.c ld: 2010-03-05 19:49:00 +00:00
elf64.c update copyright dates 2009-09-02 07:25:43 +00:00
elfcode.h * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff. 2010-01-19 13:50:55 +00:00
elfcore.h * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff. 2010-01-19 13:50:55 +00:00
elflink.c Check !executable instead of shared for PIE. 2010-03-21 23:26:33 +00:00
elfn32-mips.c update copyright dates 2009-09-02 07:25:43 +00:00
elfxx-ia64.c * section.c (struct bfd_section): Delete has_tls_reloc, 2010-02-08 13:16:24 +00:00
elfxx-mips.c PR binutils/10858 2010-02-24 14:21:51 +00:00
elfxx-mips.h update copyright dates 2009-09-02 07:25:43 +00:00
elfxx-sparc.c * elfxx-sparc.c (struct elf_reloc_map): Delete. 2010-03-02 07:42:37 +00:00
elfxx-sparc.h include/ 2010-02-08 20:28:43 +00:00
elfxx-target.h 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
epoc-pe-arm.c update copyright dates 2009-09-02 07:25:43 +00:00
epoc-pei-arm.c update copyright dates 2009-09-02 07:25:43 +00:00
format.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
freebsd.h
gen-aout.c update copyright dates 2009-09-02 07:25:43 +00:00
genlink.h
go32stub.h
hash.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
host-aout.c update copyright dates 2009-09-02 07:25:43 +00:00
hp300bsd.c include/aout/ 2009-10-02 14:40:41 +00:00
hp300hpux.c update copyright dates 2009-09-02 07:25:43 +00:00
hppabsd-core.c
hpux-core.c update copyright dates 2009-09-02 07:25:43 +00:00
i386aout.c
i386bsd.c include/aout/ 2009-10-02 14:40:41 +00:00
i386dynix.c update copyright dates 2009-09-02 07:25:43 +00:00
i386freebsd.c update copyright dates 2009-09-02 07:25:43 +00:00
i386linux.c include/aout/ 2009-10-02 14:40:41 +00:00
i386lynx.c include/aout/ 2009-10-02 14:40:41 +00:00
i386mach3.c update copyright dates 2009-09-02 07:25:43 +00:00
i386msdos.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
i386netbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
i386os9k.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
ieee.c Update copyright year. 2010-03-24 15:41:59 +00:00
ihex.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
init.c update copyright dates 2009-09-02 07:25:43 +00:00
irix-core.c update copyright dates 2009-09-02 07:25:43 +00:00
libaout.h Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
libbfd-in.h Update copyright year on libbfd-in.h. 2010-03-24 15:04:29 +00:00
libbfd.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
libbfd.h bfd: 2010-03-25 21:12:36 +00:00
libcoff-in.h Don't add IMAGE_FILE_RELOCS_STRIPPED for PIE. 2010-03-18 12:27:15 +00:00
libcoff.h Don't add IMAGE_FILE_RELOCS_STRIPPED for PIE. 2010-03-18 12:27:15 +00:00
libecoff.h Update copyright year. 2010-03-24 15:41:59 +00:00
libhppa.h update copyright dates 2009-09-02 07:25:43 +00:00
libieee.h update copyright dates 2009-09-02 07:25:43 +00:00
libnlm.h
liboasys.h update copyright dates 2009-09-02 07:25:43 +00:00
libpei.h update copyright dates 2009-09-02 07:25:43 +00:00
libxcoff.h update copyright dates 2009-09-02 07:25:43 +00:00
linker.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
lynx-core.c update copyright dates 2009-09-02 07:25:43 +00:00
m68k4knetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
m68klinux.c include/aout/ 2009-10-02 14:40:41 +00:00
m68knetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
m88kmach3.c include/aout/ 2009-10-02 14:40:41 +00:00
m88kopenbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
mach-o-i386.c 2010-01-11 Tristan Gingold <gingold@adacore.com> 2010-01-11 15:39:41 +00:00
mach-o-target.c Update copyright year. 2010-03-24 15:41:59 +00:00
mach-o-x86-64.c 2010-01-13 Tristan Gingold <gingold@adacore.com> 2010-01-13 11:49:36 +00:00
mach-o.c Update copyright year. 2010-03-24 15:41:59 +00:00
mach-o.h 2010-01-11 Tristan Gingold <gingold@adacore.com> 2010-01-11 15:57:59 +00:00
MAINTAINERS
Makefile.am bfd: 2010-03-25 21:12:36 +00:00
Makefile.in bfd: 2010-03-25 21:12:36 +00:00
makefile.vms bfd/ 2010-01-12 10:16:50 +00:00
mep-relocs.pl
merge.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
mipsbsd.c include/aout/ 2009-10-02 14:40:41 +00:00
mmo.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
netbsd-core.c
netbsd.h
newsos3.c include/aout/ 2009-10-02 14:40:41 +00:00
nlm-target.h 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
nlm.c update copyright dates 2009-09-02 07:25:43 +00:00
nlm32-alpha.c
nlm32-i386.c
nlm32-ppc.c
nlm32-sparc.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
nlm32.c update copyright dates 2009-09-02 07:25:43 +00:00
nlm64.c update copyright dates 2009-09-02 07:25:43 +00:00
nlmcode.h
nlmswap.h
ns32k.h
ns32knetbsd.c
oasys.c Update copyright year. 2010-03-24 15:41:59 +00:00
opncls.c 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 2009-12-15 16:59:20 +00:00
osf-core.c update copyright dates 2009-09-02 07:25:43 +00:00
pc532-mach.c include/aout/ 2009-10-02 14:40:41 +00:00
pdp11.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
pe-arm-wince.c
pe-arm.c update copyright dates 2009-09-02 07:25:43 +00:00
pe-i386.c update copyright dates 2009-09-02 07:25:43 +00:00
pe-mcore.c update copyright dates 2009-09-02 07:25:43 +00:00
pe-mips.c
pe-ppc.c update copyright dates 2009-09-02 07:25:43 +00:00
pe-sh.c update copyright dates 2009-09-02 07:25:43 +00:00
pe-x86_64.c
pef-traceback.h
pef.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
pef.h * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
pei-arm-wince.c
pei-arm.c update copyright dates 2009-09-02 07:25:43 +00:00
pei-i386.c update copyright dates 2009-09-02 07:25:43 +00:00
pei-ia64.c
pei-mcore.c update copyright dates 2009-09-02 07:25:43 +00:00
pei-mips.c update copyright dates 2009-09-02 07:25:43 +00:00
pei-ppc.c update copyright dates 2009-09-02 07:25:43 +00:00
pei-sh.c update copyright dates 2009-09-02 07:25:43 +00:00
pei-x86_64.c
peicode.h PR binutils/10785 2009-10-16 07:14:43 +00:00
peXXigen.c Don't add IMAGE_FILE_RELOCS_STRIPPED for PIE. 2010-03-18 12:27:15 +00:00
plugin.c * plugin.c (bfd_plugin_object_p): Pass iostream to fileno using 2010-03-17 08:50:36 +00:00
plugin.h
PORTING
ppcboot.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
ptrace-core.c update copyright dates 2009-09-02 07:25:43 +00:00
README
reloc.c bfd: 2010-03-25 21:12:36 +00:00
reloc16.c update copyright dates 2009-09-02 07:25:43 +00:00
riscix.c
rs6000-core.c * rs6000-core.c (read_hdr): Fix typo in recent C++ compatibility 2009-09-11 08:08:11 +00:00
sco5-core.c
section.c update copyright date 2010-02-08 13:47:22 +00:00
simple.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
som.c 2010-02-01 Tristan Gingold <gingold@adacore.com> 2010-02-01 13:10:38 +00:00
som.h update copyright dates 2009-09-02 07:25:43 +00:00
sparclinux.c include/aout/ 2009-10-02 14:40:41 +00:00
sparclynx.c
sparcnetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
srec.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
stab-syms.c update copyright dates 2009-09-02 07:25:43 +00:00
stabs.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
stamp-h.in
sunos.c
syms.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
sysdep.h update copyright dates 2009-09-02 07:25:43 +00:00
targets.c bfd: 2010-03-25 21:12:36 +00:00
targmatch.sed
tekhex.c 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 2009-12-15 16:59:20 +00:00
ticoff.h update copyright dates 2009-09-02 07:25:43 +00:00
TODO
trad-core.c
vax1knetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
vaxbsd.c include/aout/ 2009-10-02 14:40:41 +00:00
vaxnetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
verilog.c Updated soruces in bfd/* to compile cleanly with -Wc++-compat. 2009-09-09 21:38:59 +00:00
versados.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
version.h daily update 2010-03-24 23:00:05 +00:00
vms-gsd.c 2010-01-27 Tristan Gingold <gingold@adacore.com> 2010-01-27 16:43:27 +00:00
vms-hdr.c 2010-01-27 Tristan Gingold <gingold@adacore.com> 2010-01-27 16:43:27 +00:00
vms-misc.c 2010-01-27 Tristan Gingold <gingold@adacore.com> 2010-01-27 16:43:27 +00:00
vms-tir.c bfd/ 2010-01-15 21:38:16 +00:00
vms.c 2010-01-27 Tristan Gingold <gingold@adacore.com> 2010-01-27 16:43:27 +00:00
vms.h 2010-01-27 Tristan Gingold <gingold@adacore.com> 2010-01-27 16:43:27 +00:00
warning.m4 Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
xcoff-target.h update copyright dates 2009-09-02 07:25:43 +00:00
xcofflink.c bfd/ 2010-02-08 20:00:54 +00:00
xsym.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
xsym.h
xtensa-isa.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
xtensa-modules.c update copyright dates 2009-09-02 07:25:43 +00:00

BFD is 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-binutils@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.