summaryrefslogtreecommitdiff
path: root/ldso/ldso/linuxelf.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-20 10:49:56 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-20 10:49:56 +0000
commit7ce7c76476fb4c8df1de95919bdae49d8f539714 (patch)
treedc6f54641079933cf8c22edc44b021b7edd69c08 /ldso/ldso/linuxelf.h
parentd35b5008f79e6a2f2142c0c3b87f9780779e1d86 (diff)
Kill SVR4_BUGCOMPAT
Diffstat (limited to 'ldso/ldso/linuxelf.h')
-rw-r--r--ldso/ldso/linuxelf.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ldso/ldso/linuxelf.h b/ldso/ldso/linuxelf.h
index 26d3937c4..98cc06632 100644
--- a/ldso/ldso/linuxelf.h
+++ b/ldso/ldso/linuxelf.h
@@ -30,18 +30,6 @@ extern int _dl_linux_resolve(void);
#define ELF_CLASS ELFCLASS32
-#ifndef SVR4_BUGCOMPAT
-# ifdef FORCE_SHAREABLE_TEXT_SEGMENTS
-# define SVR4_BUGCOMPAT 0
-# else
-# define SVR4_BUGCOMPAT 1
-# endif
-#else
-# ifdef FORCE_SHAREABLE_TEXT_SEGMENTS
-# error option SVR4_BUGCOMPAT combined with option FORCE_SHAREABLE_TEXT_SEGMENTS makes no sense
-# endif
-#endif
-
#if ELF_CLASS == ELFCLASS32
#define elfhdr Elf32_Ehdr