binutils-gdb/bfd
Nick Clifton 96d56e9f91 * bfd/coff-arm.c (coff_arm_relocate_section)
(record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
        Change member name class to symbol_class.
        * bfd/coff-i960.c (coff_i960_relocate_section) Rename variable
        class to class_val. Change member name class to symbol_class.
        * bfd/coff-rs6000.c (_bfd_xcoff_swap_aux_in)
        (_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
        * bfd/coff-stgo32.c (adjust_aux_in_post)
        (adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
        to in_class.
        * bfd/coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
        (_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
        * bfd/coffcode.h (coff_pointerize_aux_hook): Rename variable class
        to n_sclass.
        * bfd/coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
        variables named class to n_sclass. (coff_write_symbols): Rename
        variable class to sym_class. (bfd_coff_set_symbol_class): Rename
        argument class to symbol_class.
        * bfd/cofflink.c (_bfd_coff_link_hash_newfunc)
        (coff_link_add_symbols, _bfd_coff_link_input_bfd)
        (_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
        Update code to use renamed members.
        * bfd/coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
        argument class to in_class.
        * bfd/libcoff-in.h (struct coff_link_hash_entry, struct
        coff_debug_merge_type) Renamed members class to symbol_class and
        type_class.
        * bfd/libcoff.h Regenerated.
        * bfd/peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
        Rename argument class to in_class.
        * bfd/pef.c (bfd_pef_parse_imported_symbol): Update code to use
        renamed members.
        * bfd/pef.h (struct bfd_pef_imported_symbol): Changed name of
        member class to symbol_class.
        * binutils/ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class)
        (ieee_read_reference): Rename variables named class to cxxclass.
        * gas/config/tc-arc.c (struct syntax_classes): Rename member class
        to s_class. (arc_extinst): Rename variable class to
        s_class. Update code to use renamed members.
        * gas/config/tc-mips.c (insn_uses_reg): Rename argument class to
        regclass.
        * gas/config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
        (ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
        (ppc_fix_adjustable, md_apply_fix): Update code to use renamed
        members.
        * gas/config/tc-ppc.h (struct ppc_tc_sy): Change name of member
        from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
        code to use renamed members.
        * gas/config/tc-score.c (s3_adjust_paritybit): Rename argument
        class to i_class.
        * gas/config/tc-score7.c (s7_adjust_paritybit): Rename argument
        class to i_class.
        * gprof/corefile.c (core_create_function_syms): Rename variable
        class to cxxclass.
        * include/coff/ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name
        of class variable to in_class to match changes in function that
        use this macro.
        * include/opcode/ia64.h (struct ia64_operand): Renamed member
        class to op_class
        * ld/emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols)
        (gld${EMULATION_NAME}_try_needed): Rename variable class to
        link_class
        * opcodes/ia64-dis.c (print_insn_ia64): Update code to use renamed
        member.
        * opcodes/m88k-dis.c (m88kdis): Rename variable class to in_class.
        * opcodes/tic80-opc.c (tic80_symbol_to_value)
        (tic80_value_to_symbol): Rename argument class to symbol_class.
2009-09-05 07:56:26 +00:00
..
doc update copyright dates 2009-09-02 07:25:43 +00:00
hosts update copyright dates 2009-09-02 07:25:43 +00:00
po update copyright dates 2009-09-02 07:25:43 +00:00
acinclude.m4 Do not create $(bfdlibdir) and $(bfdincludedir) if !INSTALL_LIBBFD. 2009-08-27 05:24:43 +00:00
aclocal.m4 Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
aix5ppc-core.c
aix386-core.c update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +00:00
aout-arm.c
aout-cris.c
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 dates 2009-09-02 07:25:43 +00:00
aout-tic30.c update copyright dates 2009-09-02 07:25:43 +00:00
aoutf1.h
aoutx.h update copyright dates 2009-09-02 07:25:43 +00:00
archive64.c update copyright dates 2009-09-02 07:25:43 +00:00
archive.c update copyright dates 2009-09-02 07:25:43 +00:00
archures.c Add support for Xilinx MicroBlaze processor. 2009-08-06 17:38:04 +00:00
armnetbsd.c
bfd-in2.h regenerate copyright update 2009-09-02 08:10:55 +00:00
bfd-in.h update copyright dates 2009-09-02 07:25:43 +00:00
bfd.c PR ld/10569 2009-08-30 05:46:27 +00:00
bfd.m4 * bfd/bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER, 2009-07-01 15:02:28 +00:00
bfdio.c update copyright dates 2009-09-02 07:25:43 +00:00
bfdwin.c * aoutx.h (aout_get_external_symbols): Declare 'amt' locally. 2009-07-02 17:08:51 +00:00
binary.c update copyright dates 2009-09-02 07:25:43 +00:00
bout.c update copyright dates 2009-09-02 07:25:43 +00:00
cache.c update copyright dates 2009-09-02 07:25:43 +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/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008 bfd/ 2009-01-02 16:48:11 +00:00
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
cisco-core.c update copyright dates 2009-09-02 07:25:43 +00:00
coff64-rs6000.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
coff-alpha.c bfd/ 2009-04-16 23:07:00 +00:00
coff-apollo.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-arm.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +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 * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-h8500.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-i386.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-i860.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
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 * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
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 2009-01-03 H.J. Lu <hongjiu.lu@intel.com> 2009-01-03 16:19:52 +00:00
coff-rs6000.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
coff-sh.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-sparc.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
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 * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-tic30.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-tic54x.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-tic80.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-u68k.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-w65.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-we32k.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-x86_64.c update copyright dates 2009-09-02 07:25:43 +00:00
coff-z8k.c * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to 2008-07-18 11:30:22 +00:00
coff-z80.c update copyright dates 2009-09-02 07:25:43 +00:00
coffcode.h * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
coffgen.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
cofflink.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
coffswap.h * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
compress.c bfd/ 2008-07-10 01:32:23 +00:00
config.bfd Add support for Xilinx MicroBlaze processor. 2009-08-06 17:38:04 +00:00
config.in Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
configure 2009-09-04 H.J. Lu <hongjiu.lu@intel.com> 2009-09-04 14:42:35 +00:00
configure.com 2009-09-01 Tristan Gingold <gingold@adacore.com> 2009-09-01 13:10:45 +00:00
configure.host
configure.in bfd/ 2009-09-04 08:48:19 +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 2009-07-25 H.J. Lu <hongjiu.lu@intel.com> 2009-07-25 15:50:20 +00:00
cpu-lm32.c Add LM32 port. 2008-12-23 19:10:25 +00:00
cpu-m32c.c update copyright dates 2009-09-02 07:25:43 +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 Add support for Xilinx MicroBlaze processor. 2009-08-06 17:38:04 +00:00
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 Add new binutils target: moxie 2009-04-16 15:39:48 +00:00
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 * Makefile.am: Run "make dep-am". 2009-05-26 14:12:03 +00:00
cpu-powerpc.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-rs6000.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-s390.c update copyright dates 2009-09-02 07:25:43 +00:00
cpu-score.c Add support for Score7 architecture. 2009-03-02 10:33:08 +00:00
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-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 * dep-in.sed: Don't use \n in replacement part of s command. 2009-06-04 06:51:11 +00:00
dwarf1.c update copyright dates 2009-09-02 07:25:43 +00:00
dwarf2.c bfd 2009-07-10 15:27:04 +00:00
ecoff.c Updated sources to avoid using the identifier name "new", which is a 2009-08-29 22:11:02 +00:00
ecofflink.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
ecoffswap.h
elf32-am33lin.c
elf32-arc.c
elf32-arm.c Updated sources to avoid using the identifier name "new", which is a 2009-08-29 22:11:02 +00:00
elf32-avr.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-avr.h
elf32-bfin.c * elf32-bfin.c (elf32_bfinfdpic_create_dynamic_sections): Always 2009-09-04 03:35:32 +00:00
elf32-cr16.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-cr16c.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-cris.c * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD> 2009-03-25 03:03:40 +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 update copyright dates 2009-09-02 07:25: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 (struct sym_sec_cache): Delete. 2009-06-18 14:18:29 +00:00
elf32-hppa.h update copyright dates 2009-09-02 07:25:43 +00:00
elf32-i370.c * elflink.c (is_reloc_section): New function. Returns true if the 2008-11-25 13:03:56 +00:00
elf32-i386.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-i860.c
elf32-i960.c
elf32-ip2k.c
elf32-iq2000.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf32-lm32.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-m32c.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-m32r.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-m68hc1x.c * elf-bfd.h (struct sym_sec_cache): Delete. 2009-06-18 14:18:29 +00:00
elf32-m68hc1x.h update copyright dates 2009-09-02 07:25:43 +00:00
elf32-m68hc11.c
elf32-m68hc12.c
elf32-m68k.c Updated sources to avoid using the identifier name "new", which is a 2009-08-29 22:11:02 +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 * elf32-microblaze.c (microblaze_elf_check_relocs): Avoid strict 2009-08-07 17:10:43 +00:00
elf32-mips.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-moxie.c Add PC-relative branch instructions to moxie port. 2009-06-11 11:27:58 +00:00
elf32-msp430.c
elf32-mt.c Silence gcc printf warnings 2008-07-30 04:34:58 +00:00
elf32-openrisc.c
elf32-or32.c
elf32-pj.c
elf32-ppc.c bfd/ 2009-08-10 13:38:44 +00:00
elf32-ppc.h
elf32-s390.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-score7.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf32-score.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf32-score.h * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +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-sh-relocs.h update copyright dates 2009-09-02 07:25:43 +00:00
elf32-sh-symbian.c * elf64-ppc.c (ppc64_elf_process_dot_syms): Renamed from 2008-10-20 11:05:47 +00:00
elf32-sh.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-sparc.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-spu.c * elf32-spu.c (spu_elf_relocate_section): Correct 2009-07-24 logic. 2009-09-04 06:54:12 +00:00
elf32-spu.h bfd/ 2009-08-05 20:40:34 +00:00
elf32-v850.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-vax.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-xc16x.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32-xstormy16.c
elf32-xtensa.c update copyright dates 2009-09-02 07:25:43 +00:00
elf32.c update copyright dates 2009-09-02 07:25:43 +00:00
elf64-alpha.c * elflink.c (is_reloc_section): New function. Returns true if the 2008-11-25 13:03:56 +00:00
elf64-gen.c
elf64-hppa.c * elf-bfd.h (struct elf_backend_data 2009-05-21 14:15:50 +00:00
elf64-hppa.h update copyright dates 2009-09-02 07:25:43 +00:00
elf64-mips.c * elf64-mips.c (mips_elf64_howto_table_rela): Add support for 2009-09-03 15:21:09 +00:00
elf64-mmix.c update copyright dates 2009-09-02 07:25:43 +00:00
elf64-ppc.c * elf32-ppc.c (ppc_elf_check_relocs): Always set up sections 2009-07-29 14:56:38 +00:00
elf64-ppc.h
elf64-s390.c update copyright dates 2009-09-02 07:25:43 +00:00
elf64-sh64.c update copyright dates 2009-09-02 07:25:43 +00:00
elf64-sparc.c update copyright dates 2009-09-02 07:25:43 +00:00
elf64-x86-64.c update copyright dates 2009-09-02 07:25:43 +00:00
elf64.c update copyright dates 2009-09-02 07:25:43 +00:00
elf-attrs.c update copyright dates 2009-09-02 07:25:43 +00:00
elf-bfd.h bfd/ 2009-08-31 12:02:36 +00:00
elf-eh-frame.c update copyright dates 2009-09-02 07:25:43 +00:00
elf-hppa.h * elf_hppa_add_symbol_hook (elf_hppa_add_symbol_hook): Move to 2009-03-01 17:08:54 +00:00
elf-ifunc.c 2009-08-03 H.J. Lu <hongjiu.lu@intel.com> 2009-08-03 15:50:51 +00:00
elf-m10200.c update copyright dates 2009-09-02 07:25:43 +00:00
elf-m10300.c update copyright dates 2009-09-02 07:25:43 +00:00
elf-strtab.c
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 bfd/ 2009-08-31 12:02:36 +00:00
elfcode.h * config/obj-elf.c (obj_elf_type): Add code to support a type of 2009-07-23 13:00:30 +00:00
elfcore.h * elfcore.h (elf_core_file_p): Ensure we have a backend match 2008-08-01 12:21:28 +00:00
elflink.c * elflink.c: Add FIXMEs for some places that require octets_per_byte 2009-08-11 02:21:34 +00:00
elfn32-mips.c update copyright dates 2009-09-02 07:25:43 +00:00
elfxx-ia64.c update copyright dates 2009-09-02 07:25:43 +00:00
elfxx-mips.c * elfxx-mips.c (mips_elf_calculate_relocation): Don't relocate 2009-09-03 18:31:00 +00:00
elfxx-mips.h update copyright dates 2009-09-02 07:25:43 +00:00
elfxx-sparc.c update copyright dates 2009-09-02 07:25:43 +00:00
elfxx-sparc.h update copyright dates 2009-09-02 07:25:43 +00:00
elfxx-target.h update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +00:00
freebsd.h
gen-aout.c update copyright dates 2009-09-02 07:25:43 +00:00
genlink.h
go32stub.h
hash.c update copyright dates 2009-09-02 07:25:43 +00:00
host-aout.c update copyright dates 2009-09-02 07:25:43 +00:00
hp300bsd.c update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +00:00
i386lynx.c update copyright dates 2009-09-02 07:25:43 +00:00
i386mach3.c update copyright dates 2009-09-02 07:25:43 +00:00
i386msdos.c update copyright dates 2009-09-02 07:25:43 +00:00
i386netbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
i386os9k.c update copyright dates 2009-09-02 07:25:43 +00:00
ieee.c update copyright dates 2009-09-02 07:25:43 +00:00
ihex.c update copyright dates 2009-09-02 07:25:43 +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
libbfd-in.h update copyright dates 2009-09-02 07:25:43 +00:00
libbfd.c
libbfd.h regenerate copyright update 2009-09-02 08:10:55 +00:00
libcoff-in.h * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
libcoff.h * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
libecoff.h bfd/ChangeLog 2009-02-18 18:23:08 +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 update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +00:00
m68knetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
m88kmach3.c update copyright dates 2009-09-02 07:25:43 +00:00
m88kopenbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
mach-o-i386.c 2009-06-25 Tristan Gingold <gingold@adacore.com> 2009-06-25 12:39:06 +00:00
mach-o-target.c update copyright dates 2009-09-02 07:25:43 +00:00
mach-o.c Updated sources to avoid using the identifier name "new", which is a 2009-08-29 22:11:02 +00:00
mach-o.h 2009-06-25 Tristan Gingold <gingold@adacore.com> 2009-06-25 12:39:06 +00:00
MAINTAINERS
Makefile.am Do not create $(bfdlibdir) and $(bfdincludedir) if !INSTALL_LIBBFD. 2009-08-27 05:24:43 +00:00
Makefile.in Do not create $(bfdlibdir) and $(bfdincludedir) if !INSTALL_LIBBFD. 2009-08-27 05:24:43 +00:00
makefile.vms 2009-09-01 Tristan Gingold <gingold@adacore.com> 2009-09-01 13:10:45 +00:00
mep-relocs.pl
merge.c update copyright dates 2009-09-02 07:25:43 +00:00
mipsbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
mmo.c update copyright dates 2009-09-02 07:25:43 +00:00
netbsd-core.c
netbsd.h
newsos3.c update copyright dates 2009-09-02 07:25:43 +00:00
nlm32-alpha.c
nlm32-i386.c
nlm32-ppc.c
nlm32-sparc.c
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 update copyright dates 2009-09-02 07:25:43 +00:00
nlm.c update copyright dates 2009-09-02 07:25:43 +00:00
nlmcode.h
nlmswap.h
ns32k.h
ns32knetbsd.c
oasys.c update copyright dates 2009-09-02 07:25:43 +00:00
opncls.c update copyright dates 2009-09-02 07:25:43 +00:00
osf-core.c update copyright dates 2009-09-02 07:25:43 +00:00
pc532-mach.c update copyright dates 2009-09-02 07:25:43 +00:00
pdp11.c Updated sources to avoid using the identifier name "new", which is a 2009-08-29 22:11:02 +00:00
pe-arm-wince.c * coff-sh.c (bfd_pe_print_pdata): Define to NULL for non 2008-07-21 14:09:57 +00:00
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 bfd/ChangeLog 2009-02-18 18:23:08 +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
pef-traceback.h
pef.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +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 2009-04-21 H.J. Lu <hongjiu.lu@intel.com> 2009-04-21 17:08:20 +00:00
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 bfd/ChangeLog 2009-04-21 02:13:48 +00:00
peicode.h update copyright dates 2009-09-02 07:25:43 +00:00
peXXigen.c * bfd/coff-arm.c (coff_arm_relocate_section) 2009-09-05 07:56:26 +00:00
plugin.c Updated sources to avoid using the identifier name "new", which is a 2009-08-29 22:11:02 +00:00
plugin.h 2009-05-28 Nick Clifton <nickc@redhat.com> 2009-05-28 11:30:49 +00:00
PORTING
ppcboot.c update copyright dates 2009-09-02 07:25:43 +00:00
ptrace-core.c update copyright dates 2009-09-02 07:25:43 +00:00
README
reloc16.c update copyright dates 2009-09-02 07:25:43 +00:00
reloc.c update copyright dates 2009-09-02 07:25:43 +00:00
riscix.c
rs6000-core.c update copyright dates 2009-09-02 07:25:43 +00:00
sco5-core.c
section.c Add support for Xilinx MicroBlaze processor. 2009-08-06 17:38:04 +00:00
simple.c update copyright dates 2009-09-02 07:25:43 +00:00
som.c update copyright dates 2009-09-02 07:25:43 +00:00
som.h update copyright dates 2009-09-02 07:25:43 +00:00
sparclinux.c update copyright dates 2009-09-02 07:25:43 +00:00
sparclynx.c
sparcnetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
srec.c update copyright dates 2009-09-02 07:25:43 +00:00
stab-syms.c update copyright dates 2009-09-02 07:25:43 +00:00
stabs.c update copyright dates 2009-09-02 07:25:43 +00:00
stamp-h.in
sunos.c
syms.c update copyright dates 2009-09-02 07:25:43 +00:00
sysdep.h update copyright dates 2009-09-02 07:25:43 +00:00
targets.c update copyright dates 2009-09-02 07:25:43 +00:00
targmatch.sed
tekhex.c update copyright dates 2009-09-02 07:25:43 +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 update copyright dates 2009-09-02 07:25:43 +00:00
vaxnetbsd.c update copyright dates 2009-09-02 07:25:43 +00:00
verilog.c * verilog.c: New file. 2009-04-27 14:27:36 +00:00
versados.c update copyright dates 2009-09-02 07:25:43 +00:00
version.h daily update 2009-09-05 00:00:05 +00:00
vms-gsd.c 2009-02-23 Tristan Gingold <gingold@adacore.com> 2009-02-23 09:28:43 +00:00
vms-hdr.c bfd/ 2009-03-18 11:47:18 +00:00
vms-misc.c 2009-02-23 Tristan Gingold <gingold@adacore.com> 2009-02-23 09:28:43 +00:00
vms-tir.c 2009-02-23 Tristan Gingold <gingold@adacore.com> 2009-02-23 09:28:43 +00:00
vms.c 2009-09-01 Tristan Gingold <gingold@adacore.com> 2009-09-01 13:10:45 +00:00
vms.h update copyright dates 2009-09-02 07:25:43 +00:00
vmsutil.c * bfd/bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER, 2009-07-01 15:02:28 +00:00
vmsutil.h * include/elf/ia64.h (SHT_IA_64_VMS_DISPLAY_NAME_INFO, 2009-01-15 12:42:52 +00:00
warning.m4
xcoff-target.h update copyright dates 2009-09-02 07:25:43 +00:00
xcofflink.c update copyright dates 2009-09-02 07:25:43 +00:00
xsym.c bfd/ 2009-04-16 23:07:00 +00:00
xsym.h
xtensa-isa.c 2008-11-21 Sterling Augustine <sterling@tensilica.com> 2008-11-21 22:13:32 +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.