Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit eb58dcb

Browse files
authored
Merge pull request #1820 from ibuclaw/rm-sh64
Remove SH64 version code. merged-on-behalf-of: Daniel Murphy <yebblies@gmail.com>
2 parents a3505e7 + c85b3c0 commit eb58dcb

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

benchmark/gcbench/vdparser.extra/vdc/versions.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

src/core/sys/linux/sys/mman.d

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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
131115
else version (SPARC)
132116
{

src/core/sys/posix/sys/mman.d

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)