darling-gdb/bfd
James Lemke b9c361e0ad Add support for PowerPC VLE.
2012-05-14  Catherine Moore  <clm@codesourcery.com>

	* NEWS:  Mention PowerPC VLE port.

2012-05-14  James Lemke <jwlemke@codesourcery.com>
	    Catherine Moore  <clm@codesourcery.com>

	bfd/
	* bfd.c (bfd_lookup_section_flags): Add section parm.
	* ecoff.c (bfd_debug_section): Remove flag_info initializer.
	* elf-bfd.h (bfd_elf_section_data): Move in section_flag_info.
	(bfd_elf_lookup_section_flags): Add section parm.
	* elf32-ppc.c (is_ppc_vle): New function.
	(ppc_elf_modify_segment_map): New function.
	(elf_backend_modify_segment_map): Define.
	(has_vle_insns): New define.
	* elf32-ppc.h (ppc_elf_modify_segment_map): Declare.
	* elflink.c (bfd_elf_lookup_section_flags): Add return value & parm.
	Move in logic to omit / include a section.
	* libbfd-in.h (bfd_link_info): Add section parm.
	(bfd_generic_lookup_section_flags): Likewise.
	* reloc.c (bfd_generic_lookup_section_flags): Likewise.
	* section.c (bfd_section): Move out section_flag_info.
	(BFD_FAKE_SECTION): Remove flag_info initializer.
	* targets.c (_bfd_lookup_section_flags): Add section parm.

2012-05-14  Catherine Moore  <clm@codesourcery.com>

	bfd/
	* archures.c (bfd_mach_ppc_vle): New.
	* bfd-in2.h: Regenerated.
	* cpu-powerpc.c (bfd_powerpc_archs): New entry for vle.
	* elf32-ppc.c (split16_format_type): New enumeration.
	(ppc_elf_vle_split16): New function.
	(HOWTO): Add entries for R_PPC_VLE relocations.
	(ppc_elf_reloc_type_lookup): Handle PPC_VLE relocations.
	(ppc_elf_section_flags): New function.
	(ppc_elf_lookup_section_flags): New function.
	(ppc_elf_section_processing): New function.
	(ppc_elf_check_relocs): Handle PPC_VLE relocations.
	(ppc_elf_relocation_section): Likewise.
	(elf_backend_lookup_section_flags_hook): Define.
	(elf_backend_section_flags): Define.
	(elf_backend_section_processing): Define.
	* elf32-ppc.h (ppc_elf_section_processing): Declare.
	* libbfd.h: Regenerated.
	* reloc.c (BFD_RELOC_PPC_VLE_REL8, BFD_RELOC_PPC_VLE_REL15,
	BFD_RELOC_PPC_VLE_REL24, BFD_RELOC_PPC_VLE_LO16A,
	BFD_RELOC_PPC_VLE_LO16D, BFD_RELOC_PPC_VLE_HI16A,
	BFD_RELOC_PPC_VLE_HI16D, BFD_RELOC_PPC_VLE_HA16A,
	BFD_RELOC_PPC_VLE_HA16D, BFD_RELOC_PPC_VLE_SDA21,
	BFD_RELOC_PPC_VLE_SDA21_LO, BFD_RELOC_PPC_VLE_SDAREL_LO16A,
	BFD_RELOC_PPC_VLE_SDAREL_LO16D, BFD_RELOC_PPC_VLE_SDAREL_HI16A,
	BFD_RELOC_PPC_VLE_SDAREL_HI16D, BFD_RELOC_PPC_VLE_SDAREL_HA16A,
	BFD_RELOC_PPC_VLE_SDAREL_HA16D): New bfd relocations.

2012-05-14  James Lemke  <jwlemke@codesourcery.com>

	gas/
	* config/tc-ppc.c (insn_validate): New func of existing code to call..
	(ppc_setup_opcodes): ..from 2 places here.
	Revise for second (VLE) opcode table.
	Add #ifdef'd code to print opcode tables.

2012-05-14  James Lemke  <jwlemke@codesourcery.com>

	gas/
	* config/tc-ppc.c (ppc_setup_opcodes): Allow out-of-order
	for the VLE conditional branches.

2012-05-14  Catherine Moore  <clm@codesourcery.com>
            Maciej W. Rozycki  <macro@codesourcery.com>
	    Rhonda Wittels  <rhonda@codesourcery.com>

	gas/
	* config/tc-ppc.c (PPC_VLE_SPLIT16A): New macro.
	(PPC_VLE_SPLIT16D): New macro.
	(PPC_VLE_LO16A): New macro.
	(PPC_VLE_LO16D): New macro.
	(PPC_VLE_HI16A): New macro.
	(PPC_VLE_HI16D): New macro.
	(PPC_VLE_HA16A): New macro.
	(PPC_VLE_HA16D): New macro.
	(PPC_APUINFO_VLE): New definition.
	(md_chars_to_number): New function.
	(md_parse_option): Check for combinations of little
	endian and -mvle.
	(md_show_usage): Document -mvle.
	(ppc_arch): Recognize VLE.
	(ppc_mach): Recognize bfd_mach_ppc_vle.
	(ppc_setup_opcodes): Print the opcode table if
	* config/tc-ppc.h (ppc_frag_check): Declare.
	* doc/c-ppc.texi: Document -mvle.
	* NEWS:  Mention PowerPC VLE port.

2012-05-14  Catherine Moore  <clm@codesourcery.com>

	gas/
	* config/tc-ppc.h (ppc_dw2_line_min_insn_length): Declare.
	(DWARF2_LINE_MIN_INSN_LENGTH): Redefine.
	* config/tc-ppc.c (ppc_dw2_line_min_insn_length): New.
	* dwarf2dbg.c (scale_addr_delta): Handle values of 1
	for DWARF2_LINE_MIN_INSN_LENGTH.

2012-05-14  Catherine Moore  <clm@codesourcery.com>
            Maciej W. Rozycki  <macro@codesourcery.com>
	    Rhonda Wittels  <rhonda@codesourcery.com>

	gas/testsuite/
	* gas/ppc/ppc.exp: Run new tests.
	* gas/ppc/vle-reloc.d: New test.
	* gas/ppc/vle-reloc.s: New test.
	* gas/ppc/vle-simple-1.d: New test.
	* gas/ppc/vle-simple-1.s: New test.
	* gas/ppc/vle-simple-2.d: New test.
	* gas/ppc/vle-simple-2.s: New test.
	* gas/ppc/vle-simple-3.d: New test.
	* gas/ppc/vle-simple-3.s: New test.
	* gas/ppc/vle-simple-4.d: New test.
	* gas/ppc/vle-simple-4.s: New test.
	* gas/ppc/vle-simple-5.d: New test.
	* gas/ppc/vle-simple-5.s: New test.
	* gas/ppc/vle-simple-6.d: New test.
	* gas/ppc/vle-simple-6.s: New test.
	* gas/ppc/vle.d: New test.
	* gas/ppc/vle.s: New test.

2012-05-14  James Lemke  <jwlemke@codesourcery.com>
	include/elf/
	* ppc.h (SEC_PPC_VLE): Remove.

2012-05-14  Catherine Moore  <clm@codesourcery.com>
	    James Lemke  <jwlemke@codesourcery.com>

	include/elf/
	* ppc.h (R_PPC_VLE_REL8): New reloction.
	(R_PPC_VLE_REL15): Likewise.
	(R_PPC_VLE_REL24): Likewise.
	(R_PPC_VLE_LO16A): Likewise.
	(R_PPC_VLE_LO16D): Likewise.
	(R_PPC_VLE_HI16A): Likewise.
	(R_PPC_VLE_HI16D): Likewise.
	(R_PPC_VLE_HA16A): Likewise.
	(R_PPC_VLE_HA16D): Likewise.
	(R_PPC_VLE_SDA21): Likewise.
	(R_PPC_VLE_SDA21_LO): Likewise.
	(R_PPC_VLE_SDAREL_LO16A): Likewise.
	(R_PPC_VLE_SDAREL_LO16D): Likewise.
	(R_PPC_VLE_SDAREL_HI16A): Likewise.
	(R_PPC_VLE_SDAREL_HI16D): Likewise.
	(R_PPC_VLE_SDAREL_HA16A): Likewise.
	(R_PPC_VLE_SDAREL_HA16D): Likewise.
	(SEC_PPC_VLE): Remove.
	(PF_PPC_VLE): New program header flag.
	(SHF_PPC_VLE): New section header flag.
	(vle_opcodes, vle_num_opcodes): New.
	(VLE_OP): New macro.
	(VLE_OP_TO_SEG): New macro.

2012-05-14  Catherine Moore  <clm@codesourcery.com>
            Maciej W. Rozycki  <macro@codesourcery.com>
	    Rhonda Wittels  <rhonda@codesourcery.com>

	include/opcode/
	* ppc.h (PPC_OPCODE_VLE): New definition.
	(PPC_OP_SA): New macro.
	(PPC_OP_SE_VLE): New macro.
	(PPC_OP): Use a variable shift amount.
	(powerpc_operand): Update comments.
	(PPC_OPSHIFT_INV): New macro.
	(PPC_OPERAND_CR): Replace with...
	(PPC_OPERAND_CR_BIT): ...this and
	(PPC_OPERAND_CR_REG): ...this.

2012-05-14  James Lemke  <jwlemke@codesourcery.com>

	ld/
	* ldlang.c (walk_wild_consider_section): Don't copy section_flag_list.
	Pass it to callback.
	(walk_wild_section_general): Pass section_flag_list to callback.
	(lang_add_section): Add sflag_list parm.
	Move out logic to keep / omit a section & call bfd_lookup_section_flags.
	(output_section_callback_fast): Add sflag_list parm.
	Add new parm to lang_add_section calls.
	(output_section_callback): Likewise.
	(check_section_callback): Add sflag_list parm.
	(lang_place_orphans): Add new parm to lang_add_section calls.
	(gc_section_callback): Add sflag_list parm.
	(find_relro_section_callback): Likewise.
	* ldlang.h (callback_t): Add flag_info parm.
	(lang_add_section): Add sflag_list parm.
	* emultempl/armelf.em (elf32_arm_add_stub_section):
	Add lang_add_section parm.
	* emultempl/beos.em (gld*_place_orphan): Likewise.
	* emultempl/elf32.em (gld*_place_orphan): Likewise.
	* emultempl/hppaelf.em (hppaelf_add_stub_section): Likewise.
	* emultempl/m68hc1xelf.em (m68hc11elf_add_stub_section): Likewise.
	* emultempl/mipself.em (mips_add_stub_section): Likewise.
	* emultempl/mmo.em (mmo_place_orphan): Likewise.
	* emultempl/pe.em (gld_*_place_orphan): Likewise.
	* emultempl/pep.em (gld_*_place_orphan): Likewise.
	* emultempl/ppc64elf.em (ppc_add_stub_section): Likewise.
	* emultempl/spuelf.em (spu_place_special_section): Likewise.
	* emultempl/vms.em (vms_place_orphan): Likewise.

2012-05-14  James Lemke  <jwlemke@codesourcery.com>

	ld/testsuite/
	* ld-powerpc/powerpc.exp: Create ppceabitests.
	* ld-powerpc/vle-multiseg.s: New.
	* ld-powerpc/vle-multiseg-1.d: New.
	* ld-powerpc/vle-multiseg-1.ld: New.
	* ld-powerpc/vle-multiseg-2.d: New.
	* ld-powerpc/vle-multiseg-2.ld: New.
	* ld-powerpc/vle-multiseg-3.d: New.
	* ld-powerpc/vle-multiseg-3.ld: New.
	* ld-powerpc/vle-multiseg-4.d: New.
	* ld-powerpc/vle-multiseg-4.ld: New.
	* ld-powerpc/vle-multiseg-5.d: New.
	* ld-powerpc/vle-multiseg-5.ld: New.
	* ld-powerpc/vle-multiseg-6.d: New.
	* ld-powerpc/vle-multiseg-6.ld: New.
	* ld-powerpc/vle-multiseg-6a.s: New.
	* ld-powerpc/vle-multiseg-6b.s: New.
	* ld-powerpc/vle-multiseg-6c.s: New.
	* ld-powerpc/vle-multiseg-6d.s: New.
	* ld-powerpc/powerpc.exp: Run new tests.

2012-05-14  Catherine Moore  <clm@codesourcery.com>

	ld/
	* NEWS:  Mention PowerPC VLE port.

2012-05-14  Catherine Moore  <clm@codesourcery.com>

	ld/testsuite/
	* ld-powerpc/apuinfo.rd: Update for VLE.
	* ld-powerpc/vle-reloc-1.d: New.
	* ld-powerpc/vle-reloc-1.s: New.
	* ld-powerpc/vle-reloc-2.d: New.
	* ld-powerpc/vle-reloc-2.s: New.
	* ld-powerpc/vle-reloc-3.d: New.
	* ld-powerpc/vle-reloc-3.s: New.
	* ld-powerpc/vle-reloc-def-1.s: New.
	* ld-powerpc/vle-reloc-def-2.s: New.
	* ld-powerpc/vle-reloc-def-3.s: New.

2012-05-14  James Lemke  <jwlemke@codesourcery.com>

	opcodes/
	* ppc-dis.c (get_powerpc_dialect): Use is_ppc_vle.
	(PPC_OPCD_SEGS, VLE_OPCD_SEGS): New defines.
	(vle_opcd_indices): New array.
	(lookup_vle): New function.
	(disassemble_init_powerpc): Revise for second (VLE) opcode table.
	(print_insn_powerpc): Likewise.
	* ppc-opc.c: Likewise.

2012-05-14  Catherine Moore  <clm@codesourcery.com>
            Maciej W. Rozycki  <macro@codesourcery.com>
	    Rhonda Wittels  <rhonda@codesourcery.com>
	    Nathan Froyd <froydnj@codesourcery.com>

	opcodes/
	* ppc-opc.c (insert_arx, extract_arx): New functions.
	(insert_ary, extract_ary): New functions.
	(insert_li20, extract_li20): New functions.
	(insert_rx, extract_rx): New functions.
	(insert_ry, extract_ry): New functions.
	(insert_sci8, extract_sci8): New functions.
	(insert_sci8n, extract_sci8n): New functions.
	(insert_sd4h, extract_sd4h): New functions.
	(insert_sd4w, extract_sd4w): New functions.
	(insert_vlesi, extract_vlesi): New functions.
	(insert_vlensi, extract_vlensi): New functions.
	(insert_vleui, extract_vleui): New functions.
	(insert_vleil, extract_vleil): New functions.
 	(BI_MASK, BB_MASK, BT): Use PPC_OPERAND_CR_BIT.
 	(BI16, BI32, BO32, B8): New.
	(B15, B24, CRD32, CRS): New.
 	(CRD, OBF, BFA, CR, CRFS): Use PPC_OPERAND_CR_REG.
	(DB, IMM20, RD, Rx, ARX, RY, RZ): New.
	(ARY, SCLSCI8, SCLSCI8N, SE_SD, SE_SDH): New.
	(SH6_MASK): Use PPC_OPSHIFT_INV.
	(SI8, UI5, OIMM5, UI7, BO16): New.
	(VLESIMM, VLENSIMM, VLEUIMM, VLEUIMML): New.
	(XT6, XA6, XB6, XB6S, XC6): Use PPC_OPSHIFT_INV.
	(ALLOW8_SPRG): New.
	(insert_sprg, extract_sprg): Check ALLOW8_SPRG.
	(OPVUP, OPVUP_MASK OPVUP): New
	(BD8, BD8_MASK, BD8IO, BD8IO_MASK): New.
	(EBD8IO, EBD8IO1_MASK, EBD8IO2_MASK, EBD8IO3_MASK): New.
	(BD15, BD15_MASK, EBD15, EBD15_MASK, EBD15BI, EBD15BI_MASK): New.
	(BD24,BD24_MASK, C_LK, C_LK_MASK, C, C_MASK): New.
 	(IA16, IA16_MASK, I16A, I16A_MASK, I16L, I16L_MASK): New.
	(IM7, IM7_MASK, LI20, LI20_MASK, SCI8, SCI8_MASK): New.
	(SCI8BF, SCI8BF_MASK, SD4, SD4_MASK): New.
	(SE_IM5, SE_IM5_MASK): New.
	(SE_R, SE_R_MASK, SE_RR, SE_RR_MASK): New.
	(EX, EX_MASK, BO16F, BO16T, BO32F, BO32T): New.
	(BO32DNZ, BO32DZ): New.
	(NO371, PPCSPE, PPCISEL, PPCEFS, MULHW): Include PPC_OPCODE_VLE.
	(PPCVLE): New.
	(powerpc_opcodes): Add new VLE instructions.  Update existing
	instruction to include PPCVLE if supported.
	* ppc-dis.c (ppc_opts): Add vle entry.
	(get_powerpc_dialect): New function.
	(powerpc_init_dialect): VLE support.
	(print_insn_big_powerpc): Call get_powerpc_dialect.
	(print_insn_little_powerpc): Likewise.
	(operand_value_powerpc): Handle negative shift counts.
	(print_insn_powerpc): Handle 2-byte instruction lengths.
2012-05-14 19:45:30 +00:00
..
doc * chew.c (print_stack_level, main): Use %ld to print stack delta. 2012-02-27 07:03:00 +00:00
hosts Suport x32 gcore. 2011-06-16 22:08:12 +00:00
po Regenerate. 2012-02-14 01:24:35 +00:00
.gitignore bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore 2010-12-09 09:03:18 +00:00
acinclude.m4 * acinclude.m4: Add include of ../config/zlib.m4. 2009-11-24 22:47:20 +00:00
aclocal.m4 bfd/ 2010-05-07 12:28:50 +00:00
aix5ppc-core.c
aix386-core.c * aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c, 2011-06-08 00:16:55 +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
aout-adobe.c include/ChangeLog 2011-07-11 15:03:09 +00:00
aout-arm.c Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section 2012-05-05 03:05:32 +00:00
aout-cris.c include/aout/ 2009-10-02 14:40:41 +00:00
aout-ns32k.c Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section 2012-05-05 03:05:32 +00:00
aout-sparcle.c update copyright dates 2009-09-02 07:25:43 +00:00
aout-target.h include/ChangeLog 2011-07-11 15:03:09 +00:00
aout-tic30.c Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section 2012-05-05 03:05:32 +00:00
aoutf1.h
aoutx.h PR binutils/13121 2012-05-01 16:07:36 +00:00
archive64.c PR binutils/13534 2012-01-20 14:42:57 +00:00
archive.c 2012-02-02 Tristan Gingold <gingold@adacore.com> 2012-02-02 11:35:31 +00:00
archures.c Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
armnetbsd.c
bfd-in2.h Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
bfd-in.h PR ld/13991 2012-04-24 05:12:40 +00:00
bfd.c Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
bfd.m4 2010-01-04 Daniel Gutson <dgutson@codesourcery.com> 2010-01-05 00:40:07 +00:00
bfdio.c 2012-02-02 Tristan Gingold <gingold@adacore.com> 2012-02-02 15:36:44 +00:00
bfdwin.c * bfdwin.c (bfd_get_file_window): Fix memory leak. 2011-09-08 16:06:11 +00:00
binary.c include/ChangeLog 2011-07-11 15:03:09 +00:00
bout.c include/ChangeLog 2011-07-11 15:03:09 +00:00
cache.c 2012-01-10 Tristan Gingold <gingold@adacore.com> 2012-01-10 11:51:09 +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 Add support for PowerPC VLE. 2012-05-14 19:45:30 +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-2010 Rotate binutils ChangeLogs. 2011-01-01 16:43:53 +00:00
ChangeLog-2011 Rotate ChangeLogs 2012-01-05 10:09:39 +00:00
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
cisco-core.c * cisco-core.c (cisco_core_little_vec): Add initialization of 2011-06-27 10:09:00 +00:00
coff64-rs6000.c include/ChangeLog 2011-07-11 15:03:09 +00:00
coff-alpha.c PR ld/12762 2011-08-17 00:39:41 +00:00
coff-apollo.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-arm.c Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section 2012-05-05 03:05:32 +00:00
coff-aux.c PR ld/12760 2011-05-17 13:02:18 +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 PR ld/13491 2012-01-16 08:30:18 +00:00
coff-i860.c * targets.c (bfd_target): Make ar_max_namelen an unsigned char. 2011-06-06 01:26:05 +00:00
coff-i960.c * targets.c (bfd_target): Make ar_max_namelen an unsigned char. 2011-06-06 01:26:05 +00:00
coff-ia64.c * targets.c (bfd_target): Make ar_max_namelen an unsigned char. 2011-06-06 01:26:05 +00:00
coff-m68k.c
coff-m88k.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-mcore.c Fix spelling mistakes. 2011-06-02 13:43:24 +00:00
coff-mips.c PR ld/12762 2011-08-17 00:39:41 +00:00
coff-or32.c * targets.c (bfd_target): Make ar_max_namelen an unsigned char. 2011-06-06 01:26:05 +00:00
coff-ppc.c PR binutils/13121 2012-05-01 16:07:36 +00:00
coff-rs6000.c 2011-09-30 Tristan Gingold <gingold@adacore.com> 2011-09-30 10:39:45 +00:00
coff-sh.c * targets.c (bfd_target): Make ar_max_namelen an unsigned char. 2011-06-06 01:26:05 +00:00
coff-sparc.c
coff-stgo32.c bfd/ 2011-07-20 19:22:30 +00:00
coff-svm68k.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-tic4x.c
coff-tic30.c * targets.c (bfd_target): Make ar_max_namelen an unsigned char. 2011-06-06 01:26:05 +00:00
coff-tic54x.c Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section 2012-05-05 03:05:32 +00:00
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 PR ld/13491 2012-01-16 08:30:18 +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
coffcode.h * coffcode.h (sec_to_styp_flags): Handle 2011-09-27 16:03:49 +00:00
coffgen.c Building EFI binaries, particularly larger ones (like e.g. Xen does), on Linux 2011-11-02 14:53:04 +00:00
cofflink.c PR binutils/13121 2012-05-01 16:07:36 +00:00
coffswap.h * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
compress.c When computing checksums, skip the contents of sections with the SHT_NOBITS type. 2011-12-14 16:12:13 +00:00
config.bfd Add support for Motorola XGATE embedded CPU 2012-05-03 13:12:08 +00:00
config.in PR ld/12742 2012-03-20 19:24:32 +00:00
configure Add support for Motorola XGATE embedded CPU 2012-05-03 13:12:08 +00:00
configure.com bfd/ 2011-03-31 14:15:31 +00:00
configure.host bfd/ 2010-12-31 11:01:00 +00:00
configure.in Add support for Motorola XGATE embedded CPU 2012-05-03 13:12:08 +00:00
COPYING
corefile.c ChangeLog libiberty/ 2011-02-28 18:30:16 +00:00
cpu-alpha.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-arc.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-arm.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-avr.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-bfin.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-cr16.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-cr16c.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-cris.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-crx.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-d10v.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-d30v.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-dlx.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-epiphany.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-fr30.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-frv.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-h8300.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-h8500.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-hppa.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-i370.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-i386.c Don't use multi byte nop instructions for i386 2012-02-09 22:51:58 +00:00
cpu-i860.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-i960.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-ia64-opc.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-ia64.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-ip2k.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-iq2000.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-k1om.c Don't use multi byte nop instructions for i386 2012-02-09 22:51:58 +00:00
cpu-l1om.c Don't use multi byte nop instructions for i386 2012-02-09 22:51:58 +00:00
cpu-lm32.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-m32c.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-m32r.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-m68hc11.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-m68hc12.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-m68k.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-m88k.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-m10200.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-m10300.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-mcore.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-mep.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-microblaze.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-mips.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-mmix.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-moxie.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-msp430.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-mt.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-ns32k.c Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section 2012-05-05 03:05:32 +00:00
cpu-openrisc.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-or32.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-pdp11.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-pj.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-plugin.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-powerpc.c Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
cpu-rl78.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-rs6000.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-rx.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-s390.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-score.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-sh.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-sparc.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-spu.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-tic4x.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-tic6x.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-tic30.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-tic54x.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-tic80.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-tilegx.c Properly create and use a bfd_arch_info_type for 32-bit tilegx. 2012-02-25 18:57:55 +00:00
cpu-tilepro.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-v850.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-vax.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-w65.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-we32k.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-xc16x.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-xgate.c Add support for Motorola XGATE embedded CPU 2012-05-03 13:04:57 +00:00
cpu-xstormy16.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-xtensa.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-z8k.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
cpu-z80.c Support arch-dependent fill 2012-01-31 17:54:39 +00:00
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 2012-05-03 Tristan Gingold <gingold@adacore.com> 2012-05-03 12:49:22 +00:00
ecoff.c Add support for PowerPC VLE. 2012-05-14 19:45:30 +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
elf32-am33lin.c * elf32-am33lin.c (elf32_am33lin_grok_prstatus): Add case 2011-12-16 00:08:06 +00:00
elf32-arc.c
elf32-arm.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-avr.c PR 13503 2012-05-11 12:59:23 +00:00
elf32-avr.h
elf32-bfin.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-cr16.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-cr16c.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-cris.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-crx.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-d10v.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-d30v.c
elf32-dlx.c * bfd.c (bfd_perror): Flush stdout before and stderr after printing 2011-01-14 12:35:56 +00:00
elf32-epiphany.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-fr30.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-frv.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-gen.c
elf32-h8300.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-hppa.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-hppa.h update copyright dates 2009-09-02 07:25:43 +00:00
elf32-i370.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-i386.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-i860.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-i960.c
elf32-ip2k.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-iq2000.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-lm32.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-m32c.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-m32r.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-m68hc1x.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-m68hc1x.h * elf32-m68hc1x.c (elf32_m68hc11_merge_symbol_attribute): New function. 2012-02-13 02:29:51 +00:00
elf32-m68hc11.c * elf32-m68hc1x.c (elf32_m68hc11_merge_symbol_attribute): New function. 2012-02-13 02:29:51 +00:00
elf32-m68hc12.c * elf32-m68hc1x.c (elf32_m68hc11_merge_symbol_attribute): New function. 2012-02-13 02:29:51 +00:00
elf32-m68k.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-m88k.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-mcore.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-mep.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-microblaze.c * bfd/elf32-microblaze.c (create_got_section): 2012-01-27 16:47:27 +00:00
elf32-mips.c 2011-12-19 Chung-Lin Tang <cltang@codesourcery.com> 2011-12-19 07:58:02 +00:00
elf32-moxie.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-msp430.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-mt.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-openrisc.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-or32.c
elf32-pj.c
elf32-ppc.c Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
elf32-ppc.h Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
elf32-rl78.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-rx.c * elf32-rx.c (rx_elf_object_p): Ignore empty segments. 2012-05-11 00:01:58 +00:00
elf32-s390.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-score7.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-score.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-score.h
elf32-sh64-com.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-sh64.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
elf32-sh64.h update copyright dates 2009-09-02 07:25:43 +00:00
elf32-sh-relocs.h 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> 2010-05-25 14:12:43 +00:00
elf32-sh-symbian.c include/elf/ 2011-03-14 15:55:04 +00:00
elf32-sh.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-sparc.c Annotate sparc objects with cpu hardware capabilities used. 2011-09-21 20:49:16 +00:00
elf32-spu.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-spu.h bfd/ 2009-08-05 20:40:34 +00:00
elf32-tic6x.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-tic6x.h include/elf/ 2011-03-31 08:58:28 +00:00
elf32-tilegx.c Add big-endian support for tilegx. 2012-02-25 19:51:34 +00:00
elf32-tilegx.h * Makefile.am (ALL_MACHINES): Add cpu-tilegx.lo and cpu-tilepro.lo. 2011-06-13 15:18:54 +00:00
elf32-tilepro.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-tilepro.h * Makefile.am (ALL_MACHINES): Add cpu-tilegx.lo and cpu-tilepro.lo. 2011-06-13 15:18:54 +00:00
elf32-v850.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-vax.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-xc16x.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-xgate.c Add support for Motorola XGATE embedded CPU 2012-05-03 13:04:57 +00:00
elf32-xgate.h Add support for Motorola XGATE embedded CPU 2012-05-03 13:04:57 +00:00
elf32-xstormy16.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32-xtensa.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf32.c update copyright dates 2009-09-02 07:25:43 +00:00
elf64-alpha.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf64-gen.c
elf64-hppa.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf64-hppa.h update copyright dates 2009-09-02 07:25:43 +00:00
elf64-ia64-vms.c * elf64-ia64-vms.c (elf64_ia64_relocate_section): Update 2012-05-07 09:25:27 +00:00
elf64-mips.c 2011-12-19 Chung-Lin Tang <cltang@codesourcery.com> 2011-12-19 07:58:02 +00:00
elf64-mmix.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf64-ppc.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf64-ppc.h bfd/ 2012-01-11 09:28:45 +00:00
elf64-s390.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf64-sh64.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf64-sparc.c PR binutils/13121 2012-05-01 16:07:36 +00:00
elf64-tilegx.c Add big-endian support for tilegx. 2012-02-25 19:51:34 +00:00
elf64-tilegx.h * Makefile.am (ALL_MACHINES): Add cpu-tilegx.lo and cpu-tilepro.lo. 2011-06-13 15:18:54 +00:00
elf64-x86-64.c Use int and bfd_signed_vma in x32 addend overflow check 2012-05-11 00:50:43 +00:00
elf64.c update copyright dates 2009-09-02 07:25:43 +00:00
elf-attrs.c Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section 2012-05-05 03:05:32 +00:00
elf-bfd.h Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
elf-eh-frame.c PR ld/13991 2012-04-24 05:12:40 +00:00
elf-hppa.h * aout-arm.c (MY(bfd_reloc_type_lookup)): Use bfd_arch_bits_per_address. 2010-08-25 07:02:40 +00:00
elf-ifunc.c Use .got.plt for IFUNC symbols if there are no GOT relocations. 2011-09-12 18:17:36 +00:00
elf-m10200.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf-m10300.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elf-nacl.c bfd/ 2012-04-09 16:27:18 +00:00
elf-nacl.h bfd/ 2012-04-03 16:01:38 +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 2012-05-08 Ben Cheng <bccheng@google.com> 2012-05-08 17:18:21 +00:00
elfcode.h Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section 2012-05-05 03:05:32 +00:00
elfcore.h 2010-08-18 Pedro Alves <pedro@codesourcery.com> 2010-08-18 12:24:13 +00:00
elflink.c Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
elfn32-mips.c 2011-12-19 Chung-Lin Tang <cltang@codesourcery.com> 2011-12-19 07:58:02 +00:00
elfnn-ia64.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elfxx-ia64.c 2011-05-25 Tristan Gingold <gingold@adacore.com> 2011-05-25 12:02:16 +00:00
elfxx-ia64.h 2011-05-25 Tristan Gingold <gingold@adacore.com> 2011-05-25 12:02:16 +00:00
elfxx-mips.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elfxx-mips.h bfd/ 2011-07-24 14:20:15 +00:00
elfxx-sparc.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elfxx-sparc.h Annotate sparc objects with cpu hardware capabilities used. 2011-09-21 20:49:16 +00:00
elfxx-target.h * elf-bfd.h: Formatting. 2012-01-23 06:16:38 +00:00
elfxx-tilegx.c * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound 2012-05-07 03:27:52 +00:00
elfxx-tilegx.h * Makefile.am (ALL_MACHINES): Add cpu-tilegx.lo and cpu-tilepro.lo. 2011-06-13 15:18:54 +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 * targets.c (bfd_target): Make ar_max_namelen an unsigned char. 2011-06-06 01:26:05 +00:00
freebsd.h
gen-aout.c update copyright dates 2009-09-02 07:25:43 +00:00
genlink.h
go32stub.h
hash.c PR ld/12682 2011-06-03 16:16:32 +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 fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
hppabsd-core.c 2010-08-18 Pedro Alves <pedro@codesourcery.com> 2010-08-18 12:24:13 +00:00
hpux-core.c * aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c, 2011-06-08 00:16:55 +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 * linker.c (bfd_link_hash_traverse): Follow warning symbol link. 2011-06-13 00:59:15 +00:00
i386lynx.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
i386mach3.c update copyright dates 2009-09-02 07:25:43 +00:00
i386msdos.c include/ChangeLog 2011-07-11 15:03:09 +00:00
i386netbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
i386os9k.c include/ChangeLog 2011-07-11 15:03:09 +00:00
ieee.c include/ChangeLog 2011-07-11 15:03:09 +00:00
ihex.c include/ChangeLog 2011-07-11 15:03:09 +00:00
init.c update copyright dates 2009-09-02 07:25:43 +00:00
irix-core.c * aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c, 2011-06-08 00:16:55 +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 Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
libbfd.c PR 12739 2011-05-07 13:48:50 +00:00
libbfd.h Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
libcoff-in.h Building EFI binaries, particularly larger ones (like e.g. Xen does), on Linux 2011-11-02 14:53:04 +00:00
libcoff.h Building EFI binaries, particularly larger ones (like e.g. Xen does), on Linux 2011-11-02 14:53:04 +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 bfd 2011-05-18 07:58:36 +00:00
linker.c PR ld/14052 2012-05-05 04:51:16 +00:00
lynx-core.c 2010-08-18 Pedro Alves <pedro@codesourcery.com> 2010-08-18 12:24:13 +00:00
m68k4knetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
m68klinux.c * linker.c (bfd_link_hash_traverse): Follow warning symbol link. 2011-06-13 00:59:15 +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 support 16 sect-diffs for mach-o 2012-02-17 11:23:44 +00:00
mach-o-target.c bfd: 2011-12-19 15:42:37 +00:00
mach-o-x86-64.c correct some mach-o section specification nits. 2012-02-10 11:07:33 +00:00
mach-o.c deal with endian-ness in mach-o non-scattered relocs. 2012-02-23 16:29:56 +00:00
mach-o.h add indirect_symbol to mach-o port. 2012-01-12 14:03:12 +00:00
MAINTAINERS
Makefile.am Add support for Motorola XGATE embedded CPU 2012-05-03 13:04:57 +00:00
Makefile.in Add support for Motorola XGATE embedded CPU 2012-05-03 13:04:57 +00:00
makefile.vms 2011-06-08 Tristan Gingold <gingold@adacore.com> 2011-06-08 12:33:46 +00:00
mep-relocs.pl
merge.c Add compressed debug section support to binutils and ld. 2010-10-29 12:10:39 +00:00
mipsbsd.c * targets.c (bfd_target): Make ar_max_namelen an unsigned char. 2011-06-06 01:26:05 +00:00
mmo.c include/ChangeLog 2011-07-11 15:03:09 +00:00
netbsd-core.c * netbsd-core.c (netbsd_core_vec): Init match_priority field. 2011-08-05 12:37:26 +00:00
netbsd.h Fix spelling mistakes. 2011-06-02 13:43:24 +00:00
newsos3.c include/aout/ 2009-10-02 14:40:41 +00:00
nlm32-alpha.c
nlm32-i386.c
nlm32-ppc.c
nlm32-sparc.c fix set but unused variable warnings 2010-06-27 04:07:55 +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
nlm-target.h include/ChangeLog 2011-07-11 15:03:09 +00:00
nlm.c update copyright dates 2009-09-02 07:25:43 +00:00
nlmcode.h Fix spelling mistakes. 2011-06-02 13:43:24 +00:00
nlmswap.h
ns32k.h
ns32knetbsd.c
oasys.c bfd/ 2012-02-11 15:10:12 +00:00
opncls.c 2011-06-27 Tristan Gingold <gingold@adacore.com> 2011-06-27 08:41:00 +00:00
osf-core.c * aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c, 2011-06-08 00:16:55 +00:00
pc532-mach.c include/aout/ 2009-10-02 14:40:41 +00:00
pdp11.c PR binutils/13121 2012-05-01 16:07:36 +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 * targets.c (bfd_target): Make ar_max_namelen an unsigned char. 2011-06-06 01:26:05 +00:00
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 2010-09-14 Kai Tietz <kai.tietz@onevision.com> 2010-09-14 20:40:39 +00:00
pef-traceback.h
pef.c 2012-01-19 Tristan Gingold <gingold@adacore.com> 2012-01-19 11:45:36 +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 2010-10-08 Kai Tietz <kai.tietz@onevision.com> 2010-10-08 15:54:18 +00:00
peicode.h Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section 2012-05-05 03:05:32 +00:00
peXXigen.c 2011-04-09 Kai Tietz <ktietz@redhat.com> 2011-04-09 16:06:00 +00:00
plugin.c PR ld/12742 2012-03-20 19:24:32 +00:00
plugin.h
PORTING
ppcboot.c include/ChangeLog 2011-07-11 15:03:09 +00:00
ptrace-core.c 2010-08-18 Pedro Alves <pedro@codesourcery.com> 2010-08-18 12:24:13 +00:00
README
reloc16.c update copyright dates 2009-09-02 07:25:43 +00:00
reloc.c Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
riscix.c Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section 2012-05-05 03:05:32 +00:00
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 * aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c, 2011-06-08 00:16:55 +00:00
section.c Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
simple.c PR ld/12365 2011-04-20 00:11:33 +00:00
som.c include/ChangeLog 2011-07-11 15:03:09 +00:00
som.h bfd/ 2010-06-10 08:51:46 +00:00
sparclinux.c * linker.c (bfd_link_hash_traverse): Follow warning symbol link. 2011-06-13 00:59:15 +00:00
sparclynx.c
sparcnetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
srec.c include/ChangeLog 2011-07-11 15:03:09 +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 * linker.c (bfd_link_hash_traverse): Follow warning symbol link. 2011-06-13 00:59:15 +00:00
syms.c ChangeLog libiberty/ 2011-02-28 18:30:16 +00:00
sysdep.h update copyright dates 2009-09-02 07:25:43 +00:00
targets.c Add support for PowerPC VLE. 2012-05-14 19:45:30 +00:00
targmatch.sed
tekhex.c include/ChangeLog 2011-07-11 15:03:09 +00:00
ticoff.h update copyright dates 2009-09-02 07:25:43 +00:00
TODO
trad-core.c * targets.c (bfd_target): Make ar_max_namelen an unsigned char. 2011-06-06 01:26:05 +00:00
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 * targets.c (bfd_target): Make ar_max_namelen an unsigned char. 2011-06-06 01:26:05 +00:00
versados.c Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section 2012-05-05 03:05:32 +00:00
version.h daily update 2012-05-14 00:00:04 +00:00
vms-alpha.c 2011-08-04 Tristan Gingold <gingold@adacore.com> 2011-08-04 08:13:53 +00:00
vms-lib.c 2012-04-17 Tristan Gingold <gingold@adacore.com> 2012-04-17 10:51:07 +00:00
vms-misc.c 2011-06-27 Tristan Gingold <gingold@adacore.com> 2011-06-27 08:24:21 +00:00
vms.h 2010-06-11 Tristan Gingold <gingold@adacore.com> 2010-06-11 15:13:32 +00:00
warning.m4 * warning.m4 (GCC_WARN_CFLAGS): Only add -Wshadow for gcc-4 and above. 2010-04-07 07:19:02 +00:00
xcofflink.c * linker.c (bfd_link_hash_traverse): Follow warning symbol link. 2011-06-13 00:59:15 +00:00
xsym.c 2012-01-19 Tristan Gingold <gingold@adacore.com> 2012-01-19 11:45:36 +00:00
xsym.h
xtensa-isa.c ChangeLog libiberty/ 2011-02-28 18:30:16 +00:00
xtensa-modules.c 2010-05-28 Sterling Augustine <sterling@tensilica.com> 2010-05-28 18:10:45 +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.