diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-24 20:16:13 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-24 20:16:13 +0000 |
commit | 6f87c994e188c5ccef743be390012f0dc3392e83 (patch) | |
tree | 80c189352073c3b3686bbec19bebb0085aaf923c /libexec/ld.so/i386 | |
parent | 9d6daec549bf5305311f797a90baec7338ba9c88 (diff) |
Change define used to deal with PLT protection, use postive logic not negative.
ok mickey@
Diffstat (limited to 'libexec/ld.so/i386')
-rw-r--r-- | libexec/ld.so/i386/archdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/ld.so/i386/archdep.h b/libexec/ld.so/i386/archdep.h index dbe203e948d..3f5ca911982 100644 --- a/libexec/ld.so/i386/archdep.h +++ b/libexec/ld.so/i386/archdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archdep.h,v 1.9 2004/02/10 14:12:22 drahn Exp $ */ +/* $OpenBSD: archdep.h,v 1.10 2004/05/24 20:16:12 drahn Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -36,8 +36,6 @@ #define RELTYPE Elf32_Rela #define RELSIZE sizeof(Elf32_Rela) -#define RTLD_TEXT_PLT - #include <sys/mman.h> #include <elf_abi.h> #include <machine/reloc.h> |