8sa1-binutils-gdb/bfd
Alexandre Oliva 67a4f2b710 include/elf/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* common.h (DT_TLSDESC_GOT, DT_TLSDESC_PLT): New.
* i386.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL, R_386_TLS_DESC):
New.
* x86-64.h (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
R_X86_64_TLSDESC): New.
bfd/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* reloc.c (BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC,
BFD_RELOC_386_TLS_DESC_CALL, BFD_RELOC_X86_64_GOTPC32_TLSDESC,
BFD_RELOC_X86_64_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL): New.
* libbfd.h, bfd-in2.h: Rebuilt.
* elf32-i386.c (elf_howto_table): New relocations.
(R_386_tls): Adjust.
(elf_i386_reloc_type_lookup): Map new relocations.
(GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
(GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
(struct elf_i386_link_hash_entry): Add tlsdesc_got field.
(struct elf_i386_obj_tdata): Add local_tlsdesc_gotent field.
(elf_i386_local_tlsdesc_gotent): New macro.
(struct elf_i386_link_hash_table): Add sgotplt_jump_table_size.
(elf_i386_compute_jump_table_size): New macro.
(link_hash_newfunc): Initialize tlsdesc_got.
(elf_i386_link_hash_table_create): Set sgotplt_jump_table_size.
(elf_i386_tls_transition): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(elf_i386_check_relocs): Likewise.  Allocate space for
local_tlsdesc_gotent.
(elf_i386_gc_sweep_hook): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(allocate_dynrelocs): Count function PLT relocations.  Reserve
space for TLS descriptors and relocations.
(elf_i386_size_dynamic_sections): Reserve space for TLS
descriptors and relocations.  Set up sgotplt_jump_table_size.
Don't zero reloc_count in srelplt.
(elf_i386_always_size_sections): New.  Set up _TLS_MODULE_BASE_.
(elf_i386_relocate_section): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(elf_i386_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
(elf_backend_always_size_sections): Define.
* elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_GOTPC32_TLSDESC,
R_X86_64_TLSDESC, R_X86_64_TLSDESC_CALL.
(R_X86_64_standard): Adjust.
(x86_64_reloc_map): Map new relocs.
(elf64_x86_64_rtype_to_howto): New, split out of...
(elf64_x86_64_info_to_howto): ... this function, and...
(elf64_x86_64_reloc_type_lookup): ... use it to map elf_reloc_val.
(GOT_TLS_GDESC, GOT_TLS_GD_BOTH_P): New macros.
(GOT_TLS_GD_P, GOT_TLS_GDESC_P, GOT_TLS_GD_ANY_P): New macros.
(struct elf64_x86_64_link_hash_entry): Add tlsdesc_got field.
(struct elf64_x86_64_obj_tdata): Add local_tlsdesc_gotent field.
(elf64_x86_64_local_tlsdesc_gotent): New macro.
(struct elf64_x86_64_link_hash_table): Add tlsdesc_plt,
tlsdesc_got and sgotplt_jump_table_size fields.
(elf64_x86_64_compute_jump_table_size): New macro.
(link_hash_newfunc): Initialize tlsdesc_got.
(elf64_x86_64_link_hash_table_create): Initialize new fields.
(elf64_x86_64_tls_transition): Handle R_X86_64_GOTPC32_TLSDESC and
R_X86_64_TLSDESC_CALL.
(elf64_x86_64_check_relocs): Likewise.  Allocate space for
local_tlsdesc_gotent.
(elf64_x86_64_gc_sweep_hook): Handle R_X86_64_GOTPC32_TLSDESC and
R_X86_64_TLSDESC_CALL.
(allocate_dynrelocs): Count function PLT relocations.  Reserve
space for TLS descriptors and relocations.
(elf64_x86_64_size_dynamic_sections): Reserve space for TLS
descriptors and relocations.  Set up sgotplt_jump_table_size,
tlsdesc_plt and tlsdesc_got.  Make room for them.  Don't zero
reloc_count in srelplt.  Add dynamic entries for DT_TLSDESC_PLT
and DT_TLSDESC_GOT.
(elf64_x86_64_always_size_sections): New.  Set up
_TLS_MODULE_BASE_.
(elf64_x86_64_relocate_section): Handle R_386_TLS_GOTDESC and
R_386_TLS_DESC_CALL.
(elf64_x86_64_finish_dynamic_symbol): Use GOT_TLS_GD_ANY_P.
(elf64_x86_64_finish_dynamic_sections): Set DT_TLSDESC_PLT and
DT_TLSDESC_GOT.  Set up TLS descriptor lazy resolver PLT entry.
(elf_backend_always_size_sections): Define.
binutils/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
DT_TLSDESC_PLT.
gas/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* config/tc-i386.c (tc_i386_fix_adjustable): Handle
BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC_CALL,
BFD_RELOC_X86_64_GOTPC32_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL.
(optimize_disp): Emit fix up for BFD_RELOC_386_TLS_DESC_CALL and
BFD_RELOC_X86_64_TLSDESC_CALL immediately, and clear the
displacement bits.
(build_modrm_byte): Set up zero modrm for TLS desc calls.
(lex_got): Handle @tlsdesc and @tlscall.
(md_apply_fix, tc_gen_reloc): Handle the new relocations.
ld/testsuite/ChangeLog:
Introduce TLS descriptors for i386 and x86_64.
* ld-i386/i386.exp: Run on x86_64-*-linux* and amd64-*-linux*.
Add new tests.
* ld-i386/pcrel16.d: Add -melf_i386.
* ld-i386/pcrel8.d: Likewise.
* ld-i386/tlsbindesc.dd: New.
* ld-i386/tlsbindesc.rd: New.
* ld-i386/tlsbindesc.s: New.
* ld-i386/tlsbindesc.sd: New.
* ld-i386/tlsbindesc.td: New.
* ld-i386/tlsdesc.dd: New.
* ld-i386/tlsdesc.rd: New.
* ld-i386/tlsdesc.s: New.
* ld-i386/tlsdesc.sd: New.
* ld-i386/tlsdesc.td: New.
* ld-i386/tlsgdesc.dd: New.
* ld-i386/tlsgdesc.rd: New.
* ld-i386/tlsgdesc.s: New.
* ld-x86-64/x86-64.exp: Run new tests.
* ld-x86-64/tlsbindesc.dd: New.
* ld-x86-64/tlsbindesc.rd: New.
* ld-x86-64/tlsbindesc.s: New.
* ld-x86-64/tlsbindesc.sd: New.
* ld-x86-64/tlsbindesc.td: New.
* ld-x86-64/tlsdesc.dd: New.
* ld-x86-64/tlsdesc.pd: New.
* ld-x86-64/tlsdesc.rd: New.
* ld-x86-64/tlsdesc.s: New.
* ld-x86-64/tlsdesc.sd: New.
* ld-x86-64/tlsdesc.td: New.
* ld-x86-64/tlsgdesc.dd: New.
* ld-x86-64/tlsgdesc.rd: New.
* ld-x86-64/tlsgdesc.s: New.
2006-01-18 21:07:51 +00:00
..
doc * chew.c: Include <string.h>. 2005-07-24 16:57:42 +00:00
hosts 2005-12-27 Jan-Benedict Glaw <jbglaw@lug-owl.de> 2005-12-27 22:17:25 +00:00
po * Makefile.am: Run "make dep-am". 2005-12-27 01:19:01 +00:00
acinclude.m4 2005-05-09 Kelley Cook <kcook@gcc.gnu.org> 2005-05-10 01:27:54 +00:00
aclocal.m4 2005-09-30 H.J. Lu <hongjiu.lu@intel.com> 2005-09-30 18:38:50 +00:00
aix5ppc-core.c * aix5ppc-core.c: Remove duplicate prototypes. 2005-12-24 08:37:38 +00:00
aix386-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
aout0.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-adobe.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-cris.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-ns32k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-sparcle.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
aout-target.h Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
aout-tic30.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
aoutf1.h Remove a29k support. 2005-08-18 03:51:51 +00:00
aoutx.h 2005-10-28 H.J. Lu <hongjiu.lu@intel.com> 2005-10-28 13:50:57 +00:00
archive64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
archive.c * archive.c: Add missing SUBSECTION for documentation. 2005-10-05 21:24:23 +00:00
archures.c Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
armnetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
bfd-in2.h include/elf/ChangeLog: 2006-01-18 21:07:51 +00:00
bfd-in.h bfd/ 2005-12-07 14:43:54 +00:00
bfd.c bfd/ 2005-12-07 14:43:54 +00:00
bfd.m4 * bfd.m4 (BFD_NEED_DECLARATION): Remove. 2005-07-13 21:19:13 +00:00
bfdio.c * configure.in: Check for fopen64. 2005-11-03 16:06:11 +00:00
bfdwin.c * bfdwin.c (bfd_get_file_window): Seek into file in place of 2005-10-27 04:06:35 +00:00
binary.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
bout.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cache.c * configure.in: Check for fopen64. 2005-11-03 16:06:11 +00:00
cf-i386lynx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cf-sparclynx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ChangeLog include/elf/ChangeLog: 2006-01-18 21:07:51 +00:00
ChangeLog-0001
ChangeLog-0203 Split ChangeLog files. 2004-01-02 11:16:21 +00:00
ChangeLog-2004 split changelogs 2006-01-16 23:15:07 +00:00
ChangeLog-2005 split changelogs 2006-01-16 23:15:07 +00:00
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899
cisco-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
coff64-rs6000.c bfd/ 2005-11-24 06:02:08 +00:00
coff-alpha.c Fix spelling typo in comment 2005-07-14 07:48:28 +00:00
coff-apollo.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-aux.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-go32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-h8300.c * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +00:00
coff-h8500.c * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +00:00
coff-i386.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-i860.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-i960.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-ia64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-m68k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-m88k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-maxq.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-mcore.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-mips.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-or32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-pmac.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-ppc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-rs6000.c bfd/ 2005-11-24 06:02:08 +00:00
coff-sh.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-sparc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-stgo32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-svm68k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-tic4x.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-tic30.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-tic54x.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-tic80.c 2005-05-08 Dave Korn <dave.korn@artimi.com> 2005-05-08 23:48:38 +00:00
coff-u68k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-w65.c * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +00:00
coff-we32k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
coff-z8k.c * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +00:00
coff-z80.c * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +00:00
coffcode.h Add support for the Z80 processor family 2005-10-25 17:40:19 +00:00
coffgen.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
cofflink.c bfd 2005-08-17 08:58:01 +00:00
coffswap.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
config.bfd Add support for RDOS targets. 2005-12-27 17:42:45 +00:00
config.in * configure.in: Check for fopen64. 2005-11-03 16:06:11 +00:00
configure Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
configure.com
configure.host * configure.host (hppa*64*-*-hpux*): Set host64 to true. 2005-12-30 22:25:57 +00:00
configure.in Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
COPYING Update the FSF address in the copyright/GPL notice 2005-05-04 07:19:45 +00:00
corefile.c missed copyright 2005 addition 2005-12-27 04:19:15 +00:00
cpu-alpha.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-arc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-avr.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-bfin.c * Makefile.am: Bfin support. 2005-09-30 15:36:41 +00:00
cpu-cr16c.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-cris.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-crx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-d10v.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
cpu-d30v.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
cpu-dlx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-fr30.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-frv.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-h8300.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-h8500.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-hppa.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-i370.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
cpu-i386.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-i860.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-i960.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-ia64-opc.c include/opcode/ 2005-10-24 07:42:50 +00:00
cpu-ia64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-ip2k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-iq2000.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m32c.c ChangeLog: 2005-07-14 22:52:28 +00:00
cpu-m32r.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m68hc11.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m68hc12.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m68k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m88k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m10200.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-m10300.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-maxq.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-mcore.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-mips.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-mmix.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-msp430.c Oops - omitted by accident from the previous msp430 patch 2005-08-09 08:57:34 +00:00
cpu-mt.c Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
cpu-ns32k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-openrisc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-or32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-pdp11.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-pj.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-powerpc.c * cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750. 2005-12-06 12:10:26 +00:00
cpu-rs6000.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-s390.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-sh.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-sparc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-tic4x.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-tic30.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-tic54x.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-tic80.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-v850.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-vax.c Remove spurious blank space 2005-06-03 10:14:29 +00:00
cpu-w65.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-we32k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-xstormy16.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
cpu-xtensa.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-z8k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
cpu-z80.c Add support for the Z80 processor family 2005-10-25 17:40:19 +00:00
demo64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
dep-in.sed 2005-10-29 H.J. Lu <hongjiu.lu@intel.com> 2005-10-29 23:47:42 +00:00
dwarf1.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
dwarf2.c 2006-01-17 H.J. Lu <hongjiu.lu@intel.com> 2006-01-17 17:12:58 +00:00
ecoff.c * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +00:00
ecofflink.c bfd/ 2005-10-06 19:21:14 +00:00
ecoffswap.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
efi-app-ia32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
efi-app-ia64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-am33lin.c * elf32-am33lin.c (bfd.h, sysdep.h, elf-bfd.h, elf/mn10300.h): 2005-09-09 18:26:03 +00:00
elf32-arc.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-arm.c * elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry into the 2006-01-11 18:11:43 +00:00
elf32-avr.c 2005-06-20 H.J. Lu <hongjiu.lu@intel.com> 2005-06-20 18:12:11 +00:00
elf32-bfin.c bfd/ 2005-10-24 16:31:22 +00:00
elf32-cr16c.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-cris.c PR ld/1567 2005-10-28 00:29:44 +00:00
elf32-crx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-d10v.c * reloc.c (enum complain_overflow): Correct comments. 2005-12-08 11:05:36 +00:00
elf32-d30v.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-dlx.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-fr30.c 2005-06-20 H.J. Lu <hongjiu.lu@intel.com> 2005-06-20 18:12:11 +00:00
elf32-frv.c * elf-bfd.h (_bfd_elf_define_linkage_sym): Declare. 2005-08-15 15:39:08 +00:00
elf32-gen.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-h8300.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-hppa.c * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Use info->executable 2005-12-27 22:50:08 +00:00
elf32-hppa.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-i370.c * elf32-i370.c (i370_elf_fake_sections): Don't set SHF_EXCLUDE on 2005-10-24 11:18:03 +00:00
elf32-i386.c include/elf/ChangeLog: 2006-01-18 21:07:51 +00:00
elf32-i860.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-i960.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-ip2k.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-iq2000.c 2005-06-20 H.J. Lu <hongjiu.lu@intel.com> 2005-06-20 18:12:11 +00:00
elf32-m32c.c [bfd] 2005-07-26 03:21:53 +00:00
elf32-m32r.c * elf32-m32r.c (m32r_elf_sweep_hook): Fix an illegal duplicate check. 2005-12-01 04:48:13 +00:00
elf32-m68hc1x.c 2005-06-20 H.J. Lu <hongjiu.lu@intel.com> 2005-06-20 18:12:11 +00:00
elf32-m68hc1x.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-m68hc11.c 2005-07-07 H.J. Lu <hongjiu.lu@intel.com> 2005-07-08 00:26:53 +00:00
elf32-m68hc12.c 2005-07-07 H.J. Lu <hongjiu.lu@intel.com> 2005-07-08 00:26:53 +00:00
elf32-m68k.c PR ld/1775 2005-11-01 22:57:23 +00:00
elf32-m88k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-mcore.c 2005-07-07 H.J. Lu <hongjiu.lu@intel.com> 2005-07-08 00:26:53 +00:00
elf32-mips.c bfd/ 2005-11-23 14:04:18 +00:00
elf32-msp430.c 2005-09-01 Dmitry Diky <diwil@spec.ru> 2005-09-01 11:27:15 +00:00
elf32-mt.c * elf32-mt.c (mt_elf_merge_private_bfd_data): Do not allow mixing 2005-12-27 17:47:42 +00:00
elf32-openrisc.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-or32.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-pj.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-ppc.c * elf32-ppc.c (add_stub_sym): Pass info rather than htab. 2005-12-27 03:54:33 +00:00
elf32-ppc.h bfd/ 2005-12-08 11:41:12 +00:00
elf32-s390.c PR ld/1540 2005-10-25 16:19:08 +00:00
elf32-sh64-com.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-sh64.c 2005-07-07 H.J. Lu <hongjiu.lu@intel.com> 2005-07-08 00:26:53 +00:00
elf32-sh64.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-sh-symbian.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-sh.c * elf32-sh.c (sh_elf_relocate_section): Don't reset relocation 2005-12-31 16:23:13 +00:00
elf32-sparc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf32-v850.c 2005-07-07 H.J. Lu <hongjiu.lu@intel.com> 2005-07-08 00:26:53 +00:00
elf32-vax.c * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Warn on 2005-08-18 01:28:26 +00:00
elf32-xstormy16.c Update function declarations to ISO C90 formatting 2005-07-01 11:16:33 +00:00
elf32-xtensa.c * elf32-xtensa.c (action_list_count, xlate_map_entry, xlate_map, 2005-12-20 01:30:11 +00:00
elf32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf64-alpha.c * elf-bfd.h (_bfd_elf_define_linkage_sym): Declare. 2005-08-15 15:39:08 +00:00
elf64-gen.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf64-hppa.c * elf64-hppa.c (elf64_hppa_section_from_phdr): Create .kernel 2005-12-04 14:58:11 +00:00
elf64-hppa.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf64-mips.c bfd/ 2005-11-23 14:04:18 +00:00
elf64-mmix.c * elf64-mmix.c (mmix_elf_add_symbol_hook): Mark reg section 2005-08-17 13:29:55 +00:00
elf64-ppc.c * elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref. 2006-01-17 15:32:41 +00:00
elf64-ppc.h missed committing from 2005-06-07 12:12:11 +00:00
elf64-s390.c PR ld/1540 2005-10-25 16:19:08 +00:00
elf64-sh64.c 2005-08-24 H.J. Lu <hongjiu.lu@intel.com> 2005-08-25 02:32:11 +00:00
elf64-sparc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf64-x86-64.c include/elf/ChangeLog: 2006-01-18 21:07:51 +00:00
elf64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf-bfd.h * elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref. 2006-01-17 15:32:41 +00:00
elf-eh-frame.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf-hppa.h 2005-08-24 H.J. Lu <hongjiu.lu@intel.com> 2005-08-25 02:32:11 +00:00
elf-m10200.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf-m10300.c 2005-08-24 H.J. Lu <hongjiu.lu@intel.com> 2005-08-25 02:32:11 +00:00
elf-strtab.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elf-vxworks.c 2005-05-07 Paul Brook <paul@codesourcery.com> 2005-07-05 13:25:56 +00:00
elf-vxworks.h 2005-05-05 Paul Brook <paul@codesourcery.com> 2005-05-05 14:37:27 +00:00
elf.c Update copyright date 2006-01-17 11:09:56 +00:00
elfcode.h * elfcode.h (elf_object_p): Delay the setting of start_address 2005-11-23 11:46:01 +00:00
elfcore.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
elflink.c * elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref. 2006-01-17 15:32:41 +00:00
elfn32-mips.c bfd/ 2005-11-23 14:04:18 +00:00
elfxx-ia64.c PR ld/1540 2005-10-25 16:19:08 +00:00
elfxx-mips.c 2005-12-30 Eric Christopher <echristo@apple.com> 2005-12-31 05:02:22 +00:00
elfxx-mips.h PR 1150 2005-12-23 12:29:36 +00:00
elfxx-sparc.c PR ld/1540 2005-10-25 16:19:08 +00:00
elfxx-sparc.h PR ld/1540 2005-10-25 16:19:08 +00:00
elfxx-target.h * elf-bfd.h (struct elf_backend_data): Add gc_mark_dynamic_ref. 2006-01-17 15:32:41 +00:00
epoc-pe-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
epoc-pei-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
format.c 2005-12-13 H.J. Lu <hongjiu.lu@intel.com> 2005-12-13 15:34:28 +00:00
freebsd.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
gen-aout.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
genlink.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
go32stub.h
hash.c (bfd_hash_set_default_size): Add more entries to the hash_size_primes table. 2005-12-29 10:33:40 +00:00
host-aout.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
hp300bsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
hp300hpux.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
hppabsd-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
hpux-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
i386aout.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386bsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386dynix.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386freebsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386linux.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386lynx.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386mach3.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386msdos.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
i386netbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
i386os9k.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ieee.c bfd/ 2005-10-06 19:21:14 +00:00
ihex.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
init.c * archive.c: Add missing SUBSECTION for documentation. 2005-10-05 21:24:23 +00:00
irix-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
libaout.h Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
libbfd-in.h * aix5ppc-core.c: Remove duplicate prototypes. 2005-12-24 08:37:38 +00:00
libbfd.c bfd/ 2005-11-24 06:02:08 +00:00
libbfd.h include/elf/ChangeLog: 2006-01-18 21:07:51 +00:00
libcoff-in.h Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
libcoff.h Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
libecoff.h Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
libhppa.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libieee.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libnlm.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
liboasys.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libpei.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
libxcoff.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
linker.c * coff-h8300.c (h8300_reloc16_extra_cases): Use input section 2005-12-27 03:06:27 +00:00
lynx-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
m68k4knetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
m68klinux.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
m68knetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
m88kmach3.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
m88kopenbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
mach-o-target.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
mach-o.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
mach-o.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
MAINTAINERS
Makefile.am * Makefile.am: Run "make dep-am". 2005-12-27 01:19:01 +00:00
Makefile.in * Makefile.am: Run "make dep-am". 2005-12-27 01:19:01 +00:00
makefile.vms
merge.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
mipsbsd.c Remove a29k support. 2005-08-18 03:51:51 +00:00
mmo.c * elf64-mmix.c (mmix_elf_add_symbol_hook): Mark reg section 2005-08-17 13:29:55 +00:00
netbsd-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
netbsd.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
newsos3.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm32-alpha.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm32-i386.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm32-ppc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm32-sparc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm32.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm64.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlm-target.h Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
nlm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlmcode.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
nlmswap.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ns32k.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
ns32knetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
oasys.c bfd/ 2005-10-06 19:21:14 +00:00
opncls.c * configure.in: Check for fopen64. 2005-11-03 16:06:11 +00:00
osf-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
pc532-mach.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pdp11.c Remove a29k support. 2005-08-18 03:51:51 +00:00
pe-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pe-i386.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pe-mcore.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pe-mips.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pe-ppc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pe-sh.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pef-traceback.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pef.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
pef.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-arm.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-i386.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-mcore.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-mips.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-ppc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
pei-sh.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
peicode.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
peXXigen.c Update date in copyright notice 2006-01-09 15:58:42 +00:00
PORTING
ppcboot.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
ptrace-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
README
reloc16.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
reloc.c include/elf/ChangeLog: 2006-01-18 21:07:51 +00:00
riscix.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
rs6000-core.c Mostly from Eric Botcazou <botcazou@adacore.com> 2005-10-28 16:24:35 +00:00
sco5-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
section.c 2005-07-25 H.J. Lu <hongjiu.lu@intel.com> 2005-07-25 15:35:37 +00:00
simple.c include/ 2005-06-03 09:52:50 +00:00
som.c * som.c (som_decode_symclass): Decode BSF_WEAK symbols in the same 2005-11-20 19:21:06 +00:00
som.h * som.c (try_prev_fixup): Changed type of subspace_reloc_sizep to 2005-05-22 20:02:16 +00:00
sparclinux.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
sparclynx.c Remove a29k support. 2005-08-18 03:51:51 +00:00
sparcnetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
srec.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
stab-syms.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
stabs.c (_bfd_link_section_stabs): Use bfd_hash_table_init rather than 2005-12-29 10:29:23 +00:00
stamp-h.in
sunos.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
syms.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
sysdep.h Fix ia64-hpux build failure, patch from Steve Ellcey. 2005-05-05 18:51:14 +00:00
targets.c Second part of ms1 to mt renaming. 2005-12-16 10:23:12 +00:00
targmatch.sed
tekhex.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
ticoff.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
TODO
trad-core.c * corefile.c (generic_core_file_matches_executable_p): New function. 2005-12-23 10:19:40 +00:00
vax1knetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vaxbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vaxnetbsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
versados.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
version.h daily update 2006-01-17 23:00:07 +00:00
vms-gsd.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vms-hdr.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vms-misc.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vms-tir.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
vms.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
vms.h Kaveh Ghazi's printf format attribute checking patch. 2005-07-07 19:27:52 +00:00
warning.m4 * warning.m4 (AM_BINUTILS_WARNINGS): Default to empty string 2005-11-07 22:14:12 +00:00
xcoff-target.h Mostly from Eric Botcazou <botcazou@adacore.com> 2005-10-28 16:24:35 +00:00
xcofflink.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
xsym.c Approved by nickc@redhat.com 2005-05-23 17:44:55 +00:00
xsym.h Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
xtensa-isa.c Update the address and phone number of the FSF organization in the GPL notices 2005-05-04 15:53:43 +00:00
xtensa-modules.c * xtensa-modules.c: Update tables with Xtensa MMU features. 2005-07-07 21:50:57 +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.