freebsd-dev/contrib/binutils/ld/emultempl
Peter Wemm 7cedcfa765 ld was kinly looking up the Linux /etc/ld.so.conf (which we don't have).
Teach it about the FreeBSD equivalent, because there are some funny things
going on with -rpath that I can't quite get a handle on.  It looks like
setting an rpath on a new shared object overrides all the implicit
DT_RPATH's from the dependencies, causing them to fail at link time
(but not runtime).
1999-01-07 14:03:27 +00:00
..
elf32.em ld was kinly looking up the Linux /etc/ld.so.conf (which we don't have). 1999-01-07 14:03:27 +00:00
generic.em Initial import of GNU binutils version 2.8.1. Believe it or not, 1998-03-01 22:58:51 +00:00
linux.em Initial import of GNU binutils version 2.8.1. Believe it or not, 1998-03-01 22:58:51 +00:00
pe.em Import GNU binutils-2.9.1. This will break things for a few minutes 1998-09-06 22:57:45 +00:00
README Initial import of GNU binutils version 2.8.1. Believe it or not, 1998-03-01 22:58:51 +00:00
stringify.sed Initial import of GNU binutils version 2.8.1. Believe it or not, 1998-03-01 22:58:51 +00:00
vanilla.em Initial import of GNU binutils version 2.8.1. Believe it or not, 1998-03-01 22:58:51 +00:00

The files in this directory are sourced by genscripts.sh, after
setting some variables to substitute in, to produce
C source files that contain jump tables for each emulation.