public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/iains/heads/d-for-darwin)] libphobos: Clean up some redundancies
@ 2021-10-18 15:55 Iain D Sandoe
  0 siblings, 0 replies; 4+ messages in thread
From: Iain D Sandoe @ 2021-10-18 15:55 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a5b66dcaafb9e9579725ec6924e906a1094644f6

commit a5b66dcaafb9e9579725ec6924e906a1094644f6
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Apr 19 00:56:47 2021 +0200

    libphobos: Clean up some redundancies

Diff:
---
 libphobos/libdruntime/core/thread/fiber.d    | 10 ----------
 libphobos/libdruntime/core/thread/osthread.d |  5 -----
 2 files changed, 15 deletions(-)

diff --git a/libphobos/libdruntime/core/thread/fiber.d b/libphobos/libdruntime/core/thread/fiber.d
index b61bc065c9c..ac2aa8373af 100644
--- a/libphobos/libdruntime/core/thread/fiber.d
+++ b/libphobos/libdruntime/core/thread/fiber.d
@@ -76,11 +76,6 @@ private
             // fiber_switchContext does not support shadow stack from
             // Intel CET.  So use ucontext implementation.
         }
-        else version (OSX)
-        {
-            version = AsmExternal;
-            version = AsmX86_Posix;
-        }
         else
         {
             version = AsmExternal;
@@ -106,11 +101,6 @@ private
         {
             // let X32 be handled by ucontext swapcontext
         }
-        else version (OSX)
-        {
-            version = AsmExternal;
-            version = AsmX86_Posix;
-        }
         else
         {
             version = AsmExternal;
diff --git a/libphobos/libdruntime/core/thread/osthread.d b/libphobos/libdruntime/core/thread/osthread.d
index 9fe791dbe96..9fcd30e50fb 100644
--- a/libphobos/libdruntime/core/thread/osthread.d
+++ b/libphobos/libdruntime/core/thread/osthread.d
@@ -37,11 +37,6 @@ else version (TVOS)
     version = Darwin;
 else version (WatchOS)
     version = Darwin;
-version (Darwin)
-{
-    version (PPC) version = Darwin_AnyPPC;
-    version (PPC64) version = Darwin_AnyPPC;
-}
 
 version (Shared)
     version (GNU)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gcc(refs/users/iains/heads/d-for-darwin)] libphobos: Clean up some redundancies
@ 2021-10-15 19:34 Iain D Sandoe
  0 siblings, 0 replies; 4+ messages in thread
From: Iain D Sandoe @ 2021-10-15 19:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ee23cfde36e3e44e2e7a4eb0c219bce8eee2395e

commit ee23cfde36e3e44e2e7a4eb0c219bce8eee2395e
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Apr 19 00:56:47 2021 +0200

    libphobos: Clean up some redundancies

Diff:
---
 libphobos/libdruntime/core/thread/fiber.d    | 10 ----------
 libphobos/libdruntime/core/thread/osthread.d |  5 -----
 2 files changed, 15 deletions(-)

diff --git a/libphobos/libdruntime/core/thread/fiber.d b/libphobos/libdruntime/core/thread/fiber.d
index b61bc065c9c..ac2aa8373af 100644
--- a/libphobos/libdruntime/core/thread/fiber.d
+++ b/libphobos/libdruntime/core/thread/fiber.d
@@ -76,11 +76,6 @@ private
             // fiber_switchContext does not support shadow stack from
             // Intel CET.  So use ucontext implementation.
         }
-        else version (OSX)
-        {
-            version = AsmExternal;
-            version = AsmX86_Posix;
-        }
         else
         {
             version = AsmExternal;
@@ -106,11 +101,6 @@ private
         {
             // let X32 be handled by ucontext swapcontext
         }
-        else version (OSX)
-        {
-            version = AsmExternal;
-            version = AsmX86_Posix;
-        }
         else
         {
             version = AsmExternal;
diff --git a/libphobos/libdruntime/core/thread/osthread.d b/libphobos/libdruntime/core/thread/osthread.d
index 9fe791dbe96..9fcd30e50fb 100644
--- a/libphobos/libdruntime/core/thread/osthread.d
+++ b/libphobos/libdruntime/core/thread/osthread.d
@@ -37,11 +37,6 @@ else version (TVOS)
     version = Darwin;
 else version (WatchOS)
     version = Darwin;
-version (Darwin)
-{
-    version (PPC) version = Darwin_AnyPPC;
-    version (PPC64) version = Darwin_AnyPPC;
-}
 
 version (Shared)
     version (GNU)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gcc(refs/users/iains/heads/d-for-darwin)] libphobos: Clean up some redundancies
@ 2021-10-13  8:31 Iain D Sandoe
  0 siblings, 0 replies; 4+ messages in thread
From: Iain D Sandoe @ 2021-10-13  8:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d79dd8704d22aca4c9dedfba461ccf275ed63c46

commit d79dd8704d22aca4c9dedfba461ccf275ed63c46
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Apr 19 00:56:47 2021 +0200

    libphobos: Clean up some redundancies

Diff:
---
 libphobos/libdruntime/core/thread/fiber.d    | 10 ----------
 libphobos/libdruntime/core/thread/osthread.d |  5 -----
 2 files changed, 15 deletions(-)

diff --git a/libphobos/libdruntime/core/thread/fiber.d b/libphobos/libdruntime/core/thread/fiber.d
index b61bc065c9c..ac2aa8373af 100644
--- a/libphobos/libdruntime/core/thread/fiber.d
+++ b/libphobos/libdruntime/core/thread/fiber.d
@@ -76,11 +76,6 @@ private
             // fiber_switchContext does not support shadow stack from
             // Intel CET.  So use ucontext implementation.
         }
-        else version (OSX)
-        {
-            version = AsmExternal;
-            version = AsmX86_Posix;
-        }
         else
         {
             version = AsmExternal;
@@ -106,11 +101,6 @@ private
         {
             // let X32 be handled by ucontext swapcontext
         }
-        else version (OSX)
-        {
-            version = AsmExternal;
-            version = AsmX86_Posix;
-        }
         else
         {
             version = AsmExternal;
diff --git a/libphobos/libdruntime/core/thread/osthread.d b/libphobos/libdruntime/core/thread/osthread.d
index 9fe791dbe96..9fcd30e50fb 100644
--- a/libphobos/libdruntime/core/thread/osthread.d
+++ b/libphobos/libdruntime/core/thread/osthread.d
@@ -37,11 +37,6 @@ else version (TVOS)
     version = Darwin;
 else version (WatchOS)
     version = Darwin;
-version (Darwin)
-{
-    version (PPC) version = Darwin_AnyPPC;
-    version (PPC64) version = Darwin_AnyPPC;
-}
 
 version (Shared)
     version (GNU)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gcc(refs/users/iains/heads/d-for-darwin)] libphobos: Clean up some redundancies
@ 2021-10-11 20:36 Iain D Sandoe
  0 siblings, 0 replies; 4+ messages in thread
From: Iain D Sandoe @ 2021-10-11 20:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4108d1280f61b6f49033059d329caa3dd9e3f0d9

commit 4108d1280f61b6f49033059d329caa3dd9e3f0d9
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Apr 19 00:56:47 2021 +0200

    libphobos: Clean up some redundancies

Diff:
---
 libphobos/libdruntime/core/thread/fiber.d    | 10 ----------
 libphobos/libdruntime/core/thread/osthread.d |  5 -----
 2 files changed, 15 deletions(-)

diff --git a/libphobos/libdruntime/core/thread/fiber.d b/libphobos/libdruntime/core/thread/fiber.d
index b61bc065c9c..ac2aa8373af 100644
--- a/libphobos/libdruntime/core/thread/fiber.d
+++ b/libphobos/libdruntime/core/thread/fiber.d
@@ -76,11 +76,6 @@ private
             // fiber_switchContext does not support shadow stack from
             // Intel CET.  So use ucontext implementation.
         }
-        else version (OSX)
-        {
-            version = AsmExternal;
-            version = AsmX86_Posix;
-        }
         else
         {
             version = AsmExternal;
@@ -106,11 +101,6 @@ private
         {
             // let X32 be handled by ucontext swapcontext
         }
-        else version (OSX)
-        {
-            version = AsmExternal;
-            version = AsmX86_Posix;
-        }
         else
         {
             version = AsmExternal;
diff --git a/libphobos/libdruntime/core/thread/osthread.d b/libphobos/libdruntime/core/thread/osthread.d
index 9fe791dbe96..9fcd30e50fb 100644
--- a/libphobos/libdruntime/core/thread/osthread.d
+++ b/libphobos/libdruntime/core/thread/osthread.d
@@ -37,11 +37,6 @@ else version (TVOS)
     version = Darwin;
 else version (WatchOS)
     version = Darwin;
-version (Darwin)
-{
-    version (PPC) version = Darwin_AnyPPC;
-    version (PPC64) version = Darwin_AnyPPC;
-}
 
 version (Shared)
     version (GNU)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-18 15:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 15:55 [gcc(refs/users/iains/heads/d-for-darwin)] libphobos: Clean up some redundancies Iain D Sandoe
  -- strict thread matches above, loose matches on Subject: below --
2021-10-15 19:34 Iain D Sandoe
2021-10-13  8:31 Iain D Sandoe
2021-10-11 20:36 Iain D Sandoe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).