From 16444b7a38ba03bc13958ee8d23005a5f202b044 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 15 May 2002 09:01:03 +0000 Subject: [PATCH] We aren't quite ready to switch emulations and loose the override ELF_DYNAMIC_INTERPRETER requirement. Has a good eye: jmallet --- gnu/usr.bin/binutils/libbfd/i386/bfd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/usr.bin/binutils/libbfd/i386/bfd.h b/gnu/usr.bin/binutils/libbfd/i386/bfd.h index 584882f2ef8..e5e018b3518 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)