diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-15 09:01:03 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-15 09:01:03 +0000 |
| commit | 16444b7a38ba03bc13958ee8d23005a5f202b044 (patch) | |
| tree | 745f13a2f86d4f5418bc45320e9dbc28c7faf5d5 /gnu/usr.bin/binutils | |
| parent | 91c7467999fc551b40505261f29f30205c62f0ae (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/i386/bfd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/i386/bfd.h b/gnu/usr.bin/binutils/libbfd/i386/bfd.h index 584882f2ef8c3..e5e018b3518a3 100644 --- a/gnu/usr.bin/binutils/libbfd/i386/bfd.h +++ b/gnu/usr.bin/binutils/libbfd/i386/bfd.h @@ -35,6 +35,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ extern "C" { #endif +/* FreeBSD does not adhere to the Intel386 System V ABI. */ +#define ELF_DYNAMIC_INTERPRETER "/usr/libexec/ld-elf.so.1" + #include "ansidecl.h" #include "symcat.h" #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) |
