Files
binutils-gdb/bfd
Nick Clifton b5f5fd962e * config/tc-mn10300.c (mn10300_force_relocation): Force a reloc to be generated for alignment fixups.
* config/tc-mn10300.h (TC_FORCE_RELOCATION): Call mn10300_force_relocation.
* elf-m10300.c (mn10300_elf_final_link_relocate): Prevent the accidental termination of DWARF location list entries.
  (mn10300_elf_relax_delete_bytes): Stop deletion if an align reloc is encountered that is larger than or not a mutliple of the number of bytes being deleted.
  When adjusting symbols, any symbols inside the region being deleted must be moved to the end of the region.
  Move align relocs forward if there is room for them after the deletion of the region.
2007-11-13 10:40:29 +00:00
..
2007-10-24 04:54:38 +00:00
2007-06-14 15:31:01 +00:00
2007-07-02 07:12:53 +00:00
2007-09-11 16:07:50 +00:00
2007-10-25 21:01:55 +00:00
2007-08-02 16:02:01 +00:00
2007-10-16 15:15:50 +00:00
2007-10-16 15:15:50 +00:00
2007-10-16 15:15:50 +00:00
2007-09-11 16:07:50 +00:00
2007-11-08 13:51:07 +00:00
2007-09-26 13:45:32 +00:00
2007-11-08 13:51:07 +00:00
2007-09-26 13:45:32 +00:00
2007-09-30 13:33:04 +00:00
2007-11-08 13:51:07 +00:00
2007-09-26 13:45:32 +00:00
2007-11-08 13:51:07 +00:00
2007-09-25 08:27:39 +00:00
2007-09-26 13:45:32 +00:00
2007-09-26 13:45:32 +00:00
2007-09-26 13:45:32 +00:00
2007-10-18 09:13:51 +00:00
2007-10-16 15:15:50 +00:00
2007-11-06 13:49:19 +00:00
2007-09-26 13:45:32 +00:00
2007-10-18 09:13:51 +00:00
2007-10-18 09:13:51 +00:00
2007-11-13 05:56:10 +00:00
2007-11-08 13:51:07 +00:00
2007-11-08 13:51:07 +00:00
2007-10-18 09:13:51 +00:00
2007-09-19 12:08:34 +00:00
2007-09-11 16:07:50 +00:00
2007-11-08 13:51:07 +00:00
2007-11-08 13:51:07 +00:00
2007-11-04 23:49:09 +00:00
2007-10-30 15:18:29 +00:00
2007-10-16 15:15:50 +00:00
2007-11-12 23:00:04 +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.