Files
binutils-gdb/bfd
nobody b74d4d1a88 This commit was manufactured by cvs2svn to create branch 'msnyder-fork-
checkpoint-branch'.

Sprout from gdb-csl-gxxpro-6_3-branch 2005-11-17 00:00:03 UTC nobody 'This commit was manufactured by cvs2svn to create branch 'gdb-csl-gxxpro-'
Cherrypick from master 2005-11-21 23:00:05 UTC Alan Modra <amodra@gmail.com> 'daily update':
    bfd/ChangeLog
    bfd/elf64-hppa.c
    bfd/elf64-ppc.c
    bfd/som.c
    bfd/version.h
    gdb/ChangeLog
    gdb/config/v850/v850.mt
    gdb/doc/ChangeLog
    gdb/doc/gdb.texinfo
    gdb/dwarf2loc.c
    gdb/hppa-hpux-tdep.c
    gdb/hppa-tdep.c
    gdb/inf-ptrace.c
    gdb/mi/gdb-mi.el
    gdb/mi/mi-main.c
    gdb/tracepoint.c
    gdb/version.in
    intl/ChangeLog
    intl/Makefile.in
    intl/acconfig.h
    intl/aclocal.m4
    intl/bindtextdom.c
    intl/cat-compat.c
    intl/config.in
    intl/configure
    intl/configure.in
    intl/dcgettext.c
    intl/dgettext.c
    intl/explodename.c
    intl/finddomain.c
    intl/gettext.c
    intl/gettext.h
    intl/gettextP.h
    intl/hash-string.h
    intl/intl-compat.c
    intl/intlh.inst.in
    intl/l10nflist.c
    intl/libgettext.h
    intl/libintl.glibc
    intl/linux-msg.sed
    intl/loadinfo.h
    intl/loadmsgcat.c
    intl/localealias.c
    intl/po2tbl.sed.in
    intl/textdomain.c
    intl/xopen-msg.sed
    sim/ChangeLog
    sim/arm/ChangeLog
    sim/arm/armos.c
    sim/cris/sim-main.h
    sim/cris/traps.c
    sim/testsuite/ChangeLog
Delete:
    texinfo/texinfo.tex
2005-11-21 23:00:06 +00:00
..
2005-07-24 16:57:42 +00:00
2005-05-23 17:44:55 +00:00
2005-05-23 17:44:55 +00:00
2005-08-18 03:51:51 +00:00
2005-09-30 15:36:41 +00:00
2005-11-03 19:53:30 +00:00
2005-05-23 17:44:55 +00:00
2005-11-03 19:53:30 +00:00
2005-07-14 07:48:28 +00:00
2005-08-26 09:47:49 +00:00
2005-05-23 17:44:55 +00:00
bfd
2005-08-17 08:58:01 +00:00
2005-11-03 19:53:30 +00:00
2005-09-30 15:36:41 +00:00
2005-07-14 22:52:28 +00:00
2005-06-03 10:14:29 +00:00
2005-10-06 19:21:14 +00:00
2005-07-26 03:21:53 +00:00
2005-05-23 17:44:55 +00:00
2005-07-16 03:30:24 +00:00
2005-05-23 17:44:55 +00:00
2005-06-07 12:12:11 +00:00
2005-05-23 17:44:55 +00:00
2005-08-08 11:06:16 +00:00
2005-05-23 17:44:55 +00:00
2005-10-06 19:21:14 +00:00
2005-05-23 17:44:55 +00:00
2005-05-23 17:44:55 +00:00
2005-11-03 19:53:30 +00:00
2005-05-23 17:44:55 +00:00
2005-05-23 17:44:55 +00:00
2005-05-23 17:44:55 +00:00
2005-05-23 17:44:55 +00:00
2005-08-18 03:51:51 +00:00
2005-05-23 17:44:55 +00:00
2005-10-06 19:21:14 +00:00
2005-11-03 19:53:30 +00:00
2005-08-18 03:51:51 +00:00
2005-05-23 17:44:55 +00:00
2005-05-23 17:44:55 +00:00
2005-06-03 09:52:50 +00:00
2005-08-18 03:51:51 +00:00
2005-05-23 17:44:55 +00:00
2005-05-23 17:44:55 +00:00
2005-05-23 17:44:55 +00:00
2005-05-23 17:44:55 +00:00
2005-05-23 17:44:55 +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.