From 9d5bfe0b9467fc6f54f564648edbc9676106d08d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Apr 2001 17:23:26 +0000 Subject: Yet another large update to ld.so. In this iteration I finally got the C based syscalls working, which greatly simplifies what it takes to get new architectures running. -Erik --- ldso/ldso/i386/dl-sysdep.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ldso/ldso/i386/dl-sysdep.h') diff --git a/ldso/ldso/i386/dl-sysdep.h b/ldso/ldso/i386/dl-sysdep.h index 9bbeef1fa..bf3d43be6 100644 --- a/ldso/ldso/i386/dl-sysdep.h +++ b/ldso/ldso/i386/dl-sysdep.h @@ -1,4 +1,3 @@ - /* * Various assmbly language/system dependent hacks that are required * so that we can minimize the amount of platform specific code. @@ -73,9 +72,9 @@ /* Here we define the magic numbers that this dynamic loader should accept */ #define MAGIC1 EM_386 -#define MAGIC2 EM_486 +#undef MAGIC2 /* Used for error messages */ -#define ELF_TARGET "386/486" +#define ELF_TARGET "386" extern unsigned int _dl_linux_resolver(int dummy, int i); -- cgit v1.2.3