darling-gdb/bfd
DJ Delorie cbff5e0d66 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
as _bfd_XXi_only_swap_filehdr_out.
(pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
pe->force_minimum_alignment to TRUE.
(pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
PEI_TARGET_SUBSYSTEM.
(pe_print_private_bfd_data): Call
_bfd_XX_print_private_bfd_data_common() instead of
_bfd_pe_print_private_bfd_data_common().
(pe_bfd_copy_private_bfd_data): Call
_bfd_XX_bfd_copy_private_bfd_data_common() instead of
_bfd_pe_bfd_copy_private_bfd_data_common().
(coff_bfd_copy_private_section_data): Define as
_bfd_XX_bfd_copy_private_section_data instead of
_bfd_pe_bfd_copy_private_section_data.
(coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
of a _bfd_pe_get_symbol_info.

* peigen.c: Delete.

* peXXigen.c: Renamed from peigen.c.
(COFF_WITH_XX): Define this macro (will get expanded into
COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
compiled as peigen.c or pepigen.c.
[COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
define the canonical PEP structures and definitions.
(_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
effect, enforce minimum file and section alignments.  If
extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
so, by default, this is a no-op).

* libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
(_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
_bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
_bfd_pefoo if it's not defined.  Use these macros to define
coff swap macros.

* libcoff.h (pe_tdata): Add members target_subsystem and
force_minimum_alignment.

* efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
COFF_WITH_pep.
(PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.

* configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
peigen.lo.

* coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
(AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
PEPAOUTHDR.

* Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
(BFD64_BACKENDS_CFILES): Mention pepigen.c
(peigen.c): Add rule to generate from peXXigen.c.
(pepigen.c): Ditto.
(pepigen.lo): List dependencies for pepigen.lo.

* unwind-ia64.c (unw_decode_x1): Declare code arg with
ATTRIBUTE_UNUSED.
(unw_decode_x2): Ditto.
(unw_decode_x3): Ditto.
(unw_decode_x4): Ditto.

* pe.h (PEPAOUTSZ): Rename from PEP64AOUTSZ.
Rename from PEPAOUTHDR.
2001-02-13 19:23:08 +00:00
..
doc 2001-01-25 Kazu Hirata <kazu@hxi.com> 2001-01-25 20:12:49 +00:00
hosts * hosts/alphalinux.h (TRAD_CORE_EXTRA_SIZE_ALLOWED): Expand to 4096. 1999-06-02 12:39:44 +00:00
po Add s390 support 2001-02-10 00:58:38 +00:00
acinclude.m4 * acinclude.m4: Include libtool and gettext macros from the 2000-08-31 09:46:11 +00:00
aclocal.m4 Add support for x86_64-*-linux-gnu* target 2000-11-30 19:16:54 +00:00
aix386-core.c 2000-11-23 Kazu Hirata <kazu@hxi.com> 2000-11-23 07:33:24 +00:00
aout0.c
aout32.c
aout64.c
aout-adobe.c 2000-11-27 Kazu Hirata <kazu@hxi.com> 2000-11-28 01:27:10 +00:00
aout-arm.c 2000-11-20 Kazu Hirata <kazu@hxi.com> 2000-11-20 19:05:12 +00:00
aout-cris.c 2000-11-06 Kazu Hirata <kazu@hxi.com> 2000-11-06 22:56:13 +00:00
aout-encap.c 2000-11-20 Kazu Hirata <kazu@hxi.com> 2000-11-20 19:05:12 +00:00
aout-ns32k.c 2000-11-20 Kazu Hirata <kazu@hxi.com> 2000-11-20 19:05:12 +00:00
aout-sparcle.c
aout-target.h 2000-11-20 Kazu Hirata <kazu@hxi.com> 2000-11-20 19:05:12 +00:00
aout-tic30.c 2000-11-20 Kazu Hirata <kazu@hxi.com> 2000-11-20 19:05:12 +00:00
aoutf1.h 2000-11-20 Kazu Hirata <kazu@hxi.com> 2000-11-20 19:05:12 +00:00
aoutx.h 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
archive.c * archive.c (coff_write_armap): Don't write more than symbol_count 2000-12-25 21:41:20 +00:00
archures.c Add s390 support 2001-02-10 00:58:38 +00:00
armnetbsd.c 2000-11-07 Kazu Hirata <kazu@hxi.com> 2000-11-07 19:11:31 +00:00
bfd-in2.h Add s390 support 2001-02-10 00:58:38 +00:00
bfd-in.h 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
bfd.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
binary.c Ignore sections with zero size. 2000-12-12 22:54:39 +00:00
bout.c 2000-11-20 Kazu Hirata <kazu@hxi.com> 2000-11-21 02:24:32 +00:00
cache.c Use SEGREL32 relocs for elf32-hppa unwind. 2001-01-14 07:03:49 +00:00
cf-i386lynx.c
cf-m68klynx.c
cf-sparclynx.c
ChangeLog * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define 2001-02-13 19:23:08 +00:00
ChangeLog-9193
ChangeLog-9495
ChangeLog-9697
ChangeLog-9899 Rotate ChangeLogs 2001-01-11 19:01:42 +00:00
cisco-core.c 2000-11-28 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:42:16 +00:00
coff64-rs6000.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
coff-a29k.c 2001-01-21 Kazu Hirata <kazu@hxi.com> 2001-01-21 19:19:59 +00:00
coff-alpha.c 2000-11-08 Kazu Hirata <kazu@hxi.com> 2000-11-09 01:37:44 +00:00
coff-apollo.c 2000-11-08 Kazu Hirata <kazu@hxi.com> 2000-11-09 01:37:44 +00:00
coff-arm.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
coff-aux.c 2000-11-08 Kazu Hirata <kazu@hxi.com> 2000-11-09 01:37:44 +00:00
coff-go32.c DJGPP config tweaks 2001-01-25 21:08:10 +00:00
coff-h8300.c 2000-11-10 Kazu Hirata <kazu@hxi.com> 2000-11-10 20:55:44 +00:00
coff-h8500.c 2000-11-21 Kazu Hirata <kazu@hxi.com> 2000-11-22 01:08:53 +00:00
coff-i386.c 2000-11-10 Kazu Hirata <kazu@hxi.com> 2000-11-10 20:55:44 +00:00
coff-i860.c 2000-11-10 Kazu Hirata <kazu@hxi.com> 2000-11-10 20:55:44 +00:00
coff-i960.c 2000-11-21 Kazu Hirata <kazu@hxi.com> 2000-11-22 01:08:53 +00:00
coff-ia64.c * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define 2001-02-13 19:23:08 +00:00
coff-m68k.c 2000-11-11 Kazu Hirata <kazu@hxi.com> 2000-11-11 19:03:23 +00:00
coff-m88k.c 2000-11-11 Kazu Hirata <kazu@hxi.com> 2000-11-11 19:03:23 +00:00
coff-mcore.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
coff-mips.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
coff-pmac.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
coff-ppc.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
coff-rs6000.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
coff-sh.c 2000-11-15 Kazu Hirata <kazu@hxi.com> 2000-11-16 00:54:12 +00:00
coff-sparc.c 2000-11-15 Kazu Hirata <kazu@hxi.com> 2000-11-16 00:54:12 +00:00
coff-stgo32.c DJGPP config tweaks 2001-01-25 21:08:10 +00:00
coff-svm68k.c
coff-tic30.c 2000-11-15 Kazu Hirata <kazu@hxi.com> 2000-11-16 00:54:12 +00:00
coff-tic54x.c 2000-11-21 Kazu Hirata <kazu@hxi.com> 2000-11-22 01:08:53 +00:00
coff-tic80.c 2000-11-15 Kazu Hirata <kazu@hxi.com> 2000-11-16 00:54:12 +00:00
coff-u68k.c
coff-w65.c 2000-11-21 Kazu Hirata <kazu@hxi.com> 2000-11-22 01:08:53 +00:00
coff-we32k.c 2000-11-15 Kazu Hirata <kazu@hxi.com> 2000-11-16 00:54:12 +00:00
coff-z8k.c 2000-11-15 Kazu Hirata <kazu@hxi.com> 2000-11-16 00:54:12 +00:00
coffcode.h formatting fix 2001-01-13 19:45:52 +00:00
coffgen.c If stabs info is successfully found, do not attempt to find dwarf2 info 2001-02-07 23:50:04 +00:00
cofflink.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
coffswap.h 2000-11-28 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:42:16 +00:00
config.bfd Add s390 support 2001-02-10 00:58:38 +00:00
config.in Add support for x86_64-*-linux-gnu* target 2000-11-30 19:16:54 +00:00
configure Add s390 support 2001-02-10 00:58:38 +00:00
configure.com
configure.host * configure.host (*-*-aix*): AIX has 'long long' always. 2000-07-25 19:29:42 +00:00
configure.in * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define 2001-02-13 19:23:08 +00:00
COPYING
corefile.c 2000-11-28 Kazu Hirata <kazu@hxi.com> 2000-11-28 21:42:16 +00:00
cpu-a29k.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-alpha.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-arc.c Updated ARC assembler from arccores.com 2001-01-11 21:20:20 +00:00
cpu-arm.c Add ARM v5t, v5te and XScale support 2000-11-25 00:21:40 +00:00
cpu-avr.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-cris.c * Makefile.am (ALL_MACHINES): Add cpu-cris.lo. 2000-07-20 16:21:07 +00:00
cpu-d10v.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-d30v.c
cpu-fr30.c
cpu-h8300.c Fix formatting. 2000-06-27 01:31:59 +00:00
cpu-h8500.c 2000-11-21 Kazu Hirata <kazu@hxi.com> 2000-11-22 01:08:53 +00:00
cpu-hppa.c 2000-11-21 Kazu Hirata <kazu@hxi.com> 2000-11-22 01:08:53 +00:00
cpu-i370.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-i386.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
cpu-i860.c 2000-07-22 Jason Eckhardt <jle@cygnus.com> 2000-07-28 21:10:20 +00:00
cpu-i960.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-ia64-opc.c Eliminate compiler warnings from IA-64 port. 2000-11-22 21:25:36 +00:00
cpu-ia64.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-m32r.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-m68hc11.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
cpu-m68hc12.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-m68k.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-m88k.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-m10200.c
cpu-m10300.c Fix long-standing mis-comments. Words and addresses are 32-bits long. 2000-04-01 20:58:49 +00:00
cpu-mcore.c fix spelling of Motorola 2000-01-20 19:08:43 +00:00
cpu-mips.c Add MIPS SB1 machine 2000-12-02 01:10:33 +00:00
cpu-ns32k.c 2000-11-21 Kazu Hirata <kazu@hxi.com> 2000-11-22 01:08:53 +00:00
cpu-pj.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-powerpc.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-rs6000.c * archures.c (enum bfd_architecture): #define constants for 2000-06-16 20:45:33 +00:00
cpu-s390.c Add s390 support 2001-02-10 00:58:38 +00:00
cpu-sh.c Fix formatting. 2000-12-12 19:23:16 +00:00
cpu-sparc.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-tic30.c
cpu-tic54x.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-tic80.c
cpu-v850.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-vax.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-w65.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-we32k.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
cpu-z8k.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 20:48:09 +00:00
demo64.c
dep-in.sed Assorted code cleanup and fixes for hppa. Re-enable elf32-hppa as 2000-05-02 00:12:52 +00:00
dwarf1.c 2000-11-16 Kazu Hirata <kazu@hxi.com> 2000-11-16 19:29:48 +00:00
dwarf2.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
ecoff.c 2000-11-21 Kazu Hirata <kazu@hxi.com> 2000-11-22 00:56:55 +00:00
ecofflink.c 2000-11-21 Kazu Hirata <kazu@hxi.com> 2000-11-22 00:56:55 +00:00
ecoffswap.h 2001-01-03 Kazu Hirata <kazu@hxi.com> 2001-01-03 22:53:39 +00:00
efi-app-ia32.c Bfd support for generating IA-64 EFI binaries. 2000-04-18 04:03:16 +00:00
efi-app-ia64.c * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define 2001-02-13 19:23:08 +00:00
elf32-arc.c Updated ARC assembler from arccores.com 2001-01-11 21:20:20 +00:00
elf32-arm.h Pass dwarf2_find_line_info as last parameter to invocation of 2000-12-09 20:12:57 +00:00
elf32-avr.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 20:44:04 +00:00
elf32-cris.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 20:44:04 +00:00
elf32-d10v.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 20:44:04 +00:00
elf32-d30v.c 2000-12-03 Kazu Hirata <kazu@hxi.com> 2000-12-03 20:44:04 +00:00
elf32-fr30.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
elf32-gen.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-11 19:49:48 +00:00
elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. 2001-02-13 10:14:14 +00:00
elf32-hppa.h .plt stub for lazy linking, --stub-group-size=N ld switch, 2000-09-27 17:30:19 +00:00
elf32-i370.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
elf32-i386.c 2001-02-08 H.J. Lu <hjl@gnu.org> 2001-02-09 06:58:59 +00:00
elf32-i860.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
elf32-i960.c 2000-12-08 Kazu Hirata <kazu@hxi.com> 2000-12-08 18:34:32 +00:00
elf32-m32r.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
elf32-m68hc11.c 2000-12-06 Kazu Hirata <kazu@hxi.com> 2000-12-06 18:59:48 +00:00
elf32-m68hc12.c 2000-12-06 Kazu Hirata <kazu@hxi.com> 2000-12-06 18:59:48 +00:00
elf32-m68k.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
elf32-m88k.c Define ELF_MAXPAGESIZE 1999-06-07 10:27:21 +00:00
elf32-mcore.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
elf32-mips.c Apply several patches from Maciej W. Rozycki 2001-02-11 23:11:41 +00:00
elf32-pj.c 2000-12-06 Kazu Hirata <kazu@hxi.com> 2000-12-06 18:59:48 +00:00
elf32-ppc.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
elf32-s390.c Add s390 support 2001-02-10 00:58:38 +00:00
elf32-sh-lin.c * config.bfd (sh-*-linux*): Added. 2000-09-07 04:23:43 +00:00
elf32-sh.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
elf32-sparc.c * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32 2001-02-09 16:19:25 +00:00
elf32-v850.c Do not convert reloc addend to PC rel, it will be handled later on. 2001-02-04 22:14:19 +00:00
elf32.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
elf64-alpha.c * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness 2001-02-09 00:29:58 +00:00
elf64-gen.c Define ELF_MAXPAGESIZE for all ELF based ports. 1999-06-04 12:45:07 +00:00
elf64-hppa.c (elf64_hppa_object_p): Set architecture and machine from elf header flags. 2001-01-31 13:28:50 +00:00
elf64-hppa.h Restore hppa-elf32 to working order. 2000-07-09 07:23:07 +00:00
elf64-mips.c oops - omitted from previous delta 2001-02-11 23:21:01 +00:00
elf64-s390.c Add s390 support 2001-02-10 00:58:38 +00:00
elf64-sparc.c * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function. 2001-02-09 17:53:16 +00:00
elf64-x86-64.c 2001-02-09 Bo Thorsen <bo@suse.de> 2001-02-12 16:54:08 +00:00
elf64.c
elf-bfd.h 2001-01-03 Kazu Hirata <kazu@hxi.com> 2001-01-03 22:53:39 +00:00
elf-hppa.h Use SEGREL32 relocs for elf32-hppa unwind. 2001-01-14 07:03:49 +00:00
elf-m10200.c 2001-02-06 Kazu Hirata <kazu@hxi.com> 2001-02-06 19:04:20 +00:00
elf-m10300.c 2001-02-01 Kazu Hirata <kazu@hxi.com> 2001-02-01 19:35:29 +00:00
elf.c Add s390 support 2001-02-10 00:58:38 +00:00
elfarm-nabi.c 2001-01-03 Kazu Hirata <kazu@hxi.com> 2001-01-03 22:53:39 +00:00
elfarm-oabi.c 2001-01-03 Kazu Hirata <kazu@hxi.com> 2001-01-03 22:53:39 +00:00
elfcode.h 2001-01-03 Kazu Hirata <kazu@hxi.com> 2001-01-03 22:53:39 +00:00
elfcore.h 2001-01-03 Kazu Hirata <kazu@hxi.com> 2001-01-03 22:53:39 +00:00
elflink.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 11:45:53 +00:00
elflink.h 2001-02-11 H.J. Lu <hjl@gnu.org> 2001-02-12 00:23:37 +00:00
elfxx-ia64.c * elfxx-ia64.c (is_unwind_section_name): New function. Returns 2001-02-10 01:41:06 +00:00
elfxx-target.h 2001-01-03 Kazu Hirata <kazu@hxi.com> 2001-01-03 22:53:39 +00:00
epoc-pe-arm.c Definbe extra allowable COFF section flags for ARM_PE target/ 2000-12-18 20:50:41 +00:00
epoc-pei-arm.c Definbe extra allowable COFF section flags for ARM_PE target/ 2000-12-18 20:50:41 +00:00
format.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
freebsd.h 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
gen-aout.c
genlink.h
go32stub.h * go32stub.h: Update stub. 2000-06-28 15:55:41 +00:00
hash.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
host-aout.c
hp300bsd.c
hp300hpux.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
hppabsd-core.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
hpux-core.c 2001-01-23 Kazu Hirata <kazu@hxi.com> 2001-01-23 20:27:54 +00:00
i386aout.c
i386bsd.c
i386dynix.c
i386freebsd.c
i386linux.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-11 19:49:48 +00:00
i386lynx.c * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED 1999-07-12 10:30:21 +00:00
i386mach3.c
i386msdos.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
i386netbsd.c
i386os9k.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
ieee.c Plug one of many possible memory leaks in error handling. 2000-10-25 21:53:44 +00:00
ihex.c Set CHUNK size to 16 bytes to prevent download failures on lame targets. 2000-03-30 23:49:07 +00:00
init.c
irix-core.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
libaout.h * Makefile.am (ALL_MACHINES): Add cpu-cris.lo. 2000-07-20 16:21:07 +00:00
libbfd-in.h Change bfd_target_vector from an array to a pointer 2001-02-07 23:16:22 +00:00
libbfd.c fix formatting 2001-02-11 23:22:25 +00:00
libbfd.h Add s390 support 2001-02-10 00:58:38 +00:00
libcoff-in.h Generalize DWARF2 and COFF support. 2000-12-08 22:50:07 +00:00
libcoff.h * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define 2001-02-13 19:23:08 +00:00
libecoff.h Revert previous patch. 1999-12-10 18:51:35 +00:00
libhppa.h Restore hppa-elf32 to working order. 2000-07-09 07:23:07 +00:00
libieee.h
libnlm.h
liboasys.h
libpei.h * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define 2001-02-13 19:23:08 +00:00
linker.c 2001-01-03 Kazu Hirata <kazu@hxi.com> 2001-01-03 19:26:07 +00:00
lynx-core.c 2001-01-03 Kazu Hirata <kazu@hxi.com> 2001-01-03 19:26:07 +00:00
m68k4knetbsd.c
m68klinux.c 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
m68klynx.c
m68knetbsd.c 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
m88kmach3.c
MAINTAINERS add MAINTAINERS files 2000-07-05 19:28:06 +00:00
Makefile.am * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory. 2001-02-11 22:53:28 +00:00
Makefile.in * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define 2001-02-13 19:23:08 +00:00
makefile.vms
mipsbsd.c 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
mpw-config.in
mpw-make.sed
netbsd-core.c 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
netbsd.h 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
newsos3.c 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
nlm32-alpha.c 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
nlm32-i386.c 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
nlm32-ppc.c 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
nlm32-sparc.c 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
nlm32.c
nlm64.c
nlm-target.h 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
nlm.c
nlmcode.h 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
nlmswap.h 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
ns32k.h
ns32knetbsd.c 2000-12-12 Kazu Hirata <kazu@hxi.com> 2000-12-12 21:25:54 +00:00
oasys.c Revert previous patch. 1999-12-10 18:51:35 +00:00
opncls.c Add parens like the comment says. 2001-01-14 06:12:07 +00:00
osf-core.c Add new field to bfd_target structure. 1999-07-19 14:55:16 +00:00
pc532-mach.c 2001-01-02 Kazu Hirata <kazu@hxi.com> 2001-01-02 18:58:44 +00:00
pe-arm.c 2001-01-02 Kazu Hirata <kazu@hxi.com> 2001-01-02 18:58:44 +00:00
pe-i386.c 2001-01-02 Kazu Hirata <kazu@hxi.com> 2001-01-02 18:58:44 +00:00
pe-mcore.c
pe-mips.c 2001-01-02 Kazu Hirata <kazu@hxi.com> 2001-01-02 18:58:44 +00:00
pe-ppc.c 2001-01-02 Kazu Hirata <kazu@hxi.com> 2001-01-02 18:58:44 +00:00
pe-sh.c 2001-01-02 Kazu Hirata <kazu@hxi.com> 2001-01-02 18:58:44 +00:00
pei-arm.c 1999-09-11 Donn Terry <donn@interix.com> 1999-09-11 22:10:33 +00:00
pei-i386.c 1999-09-11 Donn Terry <donn@interix.com> 1999-09-11 22:17:33 +00:00
pei-mcore.c 1999-09-11 Donn Terry <donn@interix.com> 1999-09-11 22:10:33 +00:00
pei-mips.c 2001-01-02 Kazu Hirata <kazu@hxi.com> 2001-01-02 18:58:44 +00:00
pei-ppc.c add some comments about peigen.c 1999-09-11 23:38:11 +00:00
pei-sh.c 2001-01-02 Kazu Hirata <kazu@hxi.com> 2001-01-02 18:58:44 +00:00
peicode.h * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define 2001-02-13 19:23:08 +00:00
peXXigen.c * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define 2001-02-13 19:23:08 +00:00
PORTING
ppcboot.c 2001-01-02 Kazu Hirata <kazu@hxi.com> 2001-01-02 18:58:44 +00:00
ptrace-core.c 2001-01-02 Kazu Hirata <kazu@hxi.com> 2001-01-02 18:58:44 +00:00
README Update address for bug reports. 2001-01-07 14:53:57 +00:00
reloc16.c Fix formatting of reloc16.c 2000-07-03 17:49:37 +00:00
reloc.c Add s390 support 2001-02-10 00:58:38 +00:00
riscix.c 2001-01-01 Kazu Hirata <kazu@hxi.com> 2001-01-01 21:37:35 +00:00
rs6000-core.c 2001-01-01 Kazu Hirata <kazu@hxi.com> 2001-01-01 21:37:35 +00:00
sco5-core.c 2000-12-19 Kazu Hirata <kazu@hxi.com> 2000-12-20 00:21:57 +00:00
section.c 2000-12-19 Kazu Hirata <kazu@hxi.com> 2000-12-20 00:21:57 +00:00
som.c 2001-01-04 Kazu Hirata <kazu@hxi.com> 2001-01-04 23:27:08 +00:00
som.h 2000-12-14 Kazu Hirata <kazu@hxi.com> 2000-12-14 21:38:31 +00:00
sparclinux.c 2000-12-19 Kazu Hirata <kazu@hxi.com> 2000-12-20 00:21:57 +00:00
sparclynx.c 2000-12-19 Kazu Hirata <kazu@hxi.com> 2000-12-20 00:21:57 +00:00
sparcnetbsd.c 2000-12-19 Kazu Hirata <kazu@hxi.com> 2000-12-20 00:21:57 +00:00
srec.c 2000-12-19 Kazu Hirata <kazu@hxi.com> 2000-12-20 00:21:57 +00:00
stab-syms.c 2000-12-19 Kazu Hirata <kazu@hxi.com> 2000-12-20 00:21:57 +00:00
stabs.c 2000-12-19 Kazu Hirata <kazu@hxi.com> 2000-12-20 00:21:57 +00:00
stamp-h.in
sunos.c 2000-12-19 Kazu Hirata <kazu@hxi.com> 2000-12-20 00:21:57 +00:00
syms.c 2000-12-19 Kazu Hirata <kazu@hxi.com> 2000-12-20 00:21:57 +00:00
sysdep.h 2000-12-19 Kazu Hirata <kazu@hxi.com> 2000-12-20 00:21:57 +00:00
targets.c Add s390 support 2001-02-10 00:58:38 +00:00
targmatch.sed
tekhex.c 2000-12-20 Kazu Hirata <kazu@hxi.com> 2000-12-20 19:53:11 +00:00
TODO
trad-core.c 2000-12-20 Kazu Hirata <kazu@hxi.com> 2000-12-20 19:53:11 +00:00
vaxnetbsd.c 2000-12-26 Kazu Hirata <kazu@hxi.com> 2000-12-26 19:50:50 +00:00
versados.c 2000-12-26 Kazu Hirata <kazu@hxi.com> 2000-12-26 19:50:50 +00:00
vms-gsd.c 2000-12-26 Kazu Hirata <kazu@hxi.com> 2000-12-26 19:50:50 +00:00
vms-hdr.c 2000-12-26 Kazu Hirata <kazu@hxi.com> 2000-12-26 19:50:50 +00:00
vms-misc.c 2001-01-23 H.J. Lu <hjl@gnu.org> 2001-01-23 21:50:36 +00:00
vms-tir.c 2000-12-25 Kazu Hirata <kazu@hxi.com> 2000-12-25 14:42:42 +00:00
vms.c 2000-12-23 Kazu Hirata <kazu@hxi.com> 2000-12-23 16:48:10 +00:00
vms.h 2000-12-23 Kazu Hirata <kazu@hxi.com> 2000-12-23 16:48:10 +00:00
xcoff-target.h 2001-01-01 Kazu Hirata <kazu@hxi.com> 2001-01-01 21:37:35 +00:00
xcofflink.c 2000-11-30 Kazu Hirata <kazu@hxi.com> 2000-11-30 08:04:42 +00:00

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

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

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

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

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

BFD supports the following configure options:

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

Report bugs with BFD to bug-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.