Mike Frysinger 93252b1cf4 bfd/ld: handle ABI prefixes in version scripts
The default language in version scripts is supposed to be C, but no
symbol demangling is performed on the symbols by default.  This makes
targets with a symbol prefix to fail with most version scripts out
there.  So strip away this prefix by default.

This fixes many tests (real world and ld's testsuite) for Blackfin
targets and doesn't seem to cause regressions for x86_64.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-02-14 17:03:45 +00:00
..
2010-11-25 06:08:52 +00:00
2010-12-31 00:33:36 +00:00
2011-01-10 08:40:19 +00:00
2010-11-08 02:48:57 +00:00
2011-01-01 16:43:53 +00:00
2011-01-18 14:13:43 +00:00
2010-12-31 11:01:00 +00:00
2010-12-31 11:01:00 +00:00
2010-12-31 11:01:00 +00:00
2011-01-17 16:36:43 +00:00
2010-11-17 10:56:42 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-04 14:13:10 +00:00
2010-12-31 11:01:00 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2011-01-18 14:13:43 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
ld:
2010-10-22 12:08:32 +00:00
2010-10-25 15:54:16 +00:00
2010-11-05 13:04:07 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-11-08 02:48:57 +00:00
2010-12-31 11:01:00 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
ld:
2010-10-22 12:08:32 +00:00
2010-12-31 00:33:36 +00:00
2010-11-23 23:30:04 +00:00
2010-10-25 15:54:16 +00:00
2010-10-25 15:54:16 +00:00
2011-02-08 09:40:05 +00:00
2010-12-31 11:01:00 +00:00
2011-01-18 14:13:43 +00:00
2011-01-22 10:16:29 +00:00
2010-10-25 15:54:16 +00:00
2010-11-08 02:48:57 +00:00
2011-01-10 08:40:19 +00:00
2011-01-10 08:40:19 +00:00
2010-11-08 02:48:57 +00:00
2010-12-31 11:01:00 +00:00
2011-02-13 23:00:04 +00:00
2011-01-18 14:13: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.