diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-09-01 09:33:31 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-09-01 09:33:31 +0000 |
commit | 102f85c8edc3658e1ef18aa2d7affab5c8291266 (patch) | |
tree | a899170a36223d4f187b50ec888a1cb8d1dbb288 /lib/csu/boot.h | |
parent | 4d327e79d94ebc92e3da1692c1bf6ea4600b1b72 (diff) |
retire sparc
Diffstat (limited to 'lib/csu/boot.h')
-rw-r--r-- | lib/csu/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/boot.h b/lib/csu/boot.h index 1e9fae0684e..7dee213bcf2 100644 --- a/lib/csu/boot.h +++ b/lib/csu/boot.h @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.h,v 1.22 2016/08/08 22:05:26 guenther Exp $ */ +/* $OpenBSD: boot.h,v 1.23 2016/09/01 09:33:30 tedu Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -224,7 +224,7 @@ _dl_boot_bind(const long sp, long *dl_data, Elf_Dyn *dynamicp) for (i = 0; i < dl_data[AUX_phnum]; i++, phdp++) { switch (phdp->p_type) { #if defined(__alpha__) || defined(__hppa__) || defined(__powerpc__) || \ - defined(__sparc__) || defined(__sparc64__) + defined(__sparc64__) case PT_LOAD: if ((phdp->p_flags & (PF_X | PF_W)) != (PF_X | PF_W)) break; |