This repository was archived by the owner on Oct 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed
Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ static @property int[string] sPredefinedVersions()
8787 " HPPA" : - 1 ,
8888 " HPPA64" : - 1 ,
8989 " SH" : - 1 ,
90- " SH64" : - 1 ,
9190 " Alpha" : - 1 ,
9291 " Alpha_SoftFloat" : - 1 ,
9392 " Alpha_HardFloat" : - 1 ,
Original file line number Diff line number Diff line change @@ -111,22 +111,6 @@ else version (SH)
111111 MAP_HUGETLB = 0x40000 ,
112112 }
113113}
114- // http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sh/bits/mman.h
115- else version (SH64)
116- {
117- static if (__USE_MISC) enum
118- {
119- MAP_GROWSDOWN = 0x0100 ,
120- MAP_DENYWRITE = 0x0800 ,
121- MAP_EXECUTABLE = 0x1000 ,
122- MAP_LOCKED = 0x2000 ,
123- MAP_NORESERVE = 0x4000 ,
124- MAP_POPULATE = 0x8000 ,
125- MAP_NONBLOCK = 0x10000 ,
126- MAP_STACK = 0x20000 ,
127- MAP_HUGETLB = 0x40000 ,
128- }
129- }
130114// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sparc/bits/mman.h
131115else version (SPARC )
132116{
Original file line number Diff line number Diff line change @@ -245,8 +245,6 @@ version( CRuntime_Glibc )
245245 }
246246 else version (SH )
247247 private enum DEFAULTS = true ;
248- else version (SH64)
249- private enum DEFAULTS = true ;
250248 else version (AArch64 )
251249 private enum DEFAULTS = true ;
252250 else version (ARM )
You can’t perform that action at this time.
0 commit comments