summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@debian.org>2022-12-29 05:37:26 +0200
committerStephen M. Webb <stephen.webb@bregmasoft.ca>2023-01-04 09:12:27 -0500
commit3d167bf4a39fd4000af8f9934fb10502d9795224 (patch)
tree00208981d310c810130ebfa101f820f6e96ca2d3
parentd25b9e0a9a8a51921b7e34e7e14a011c23c0175b (diff)
downloadlibunwind-3d167bf4a39fd4000af8f9934fb10502d9795224.tar.gz
Remove the unused powerpc setcontext() dummies
-rw-r--r--src/ppc32/setcontext.S9
-rw-r--r--src/ppc64/setcontext.S9
2 files changed, 0 insertions, 18 deletions
diff --git a/src/ppc32/setcontext.S b/src/ppc32/setcontext.S
deleted file mode 100644
index b54378a9..00000000
--- a/src/ppc32/setcontext.S
+++ /dev/null
@@ -1,9 +0,0 @@
- .global _UI_setcontext
-
-_UI_setcontext:
- retq
-
-#ifdef __linux__
- /* We do not need executable stack. */
- .section .note.GNU-stack,"",@progbits
-#endif
diff --git a/src/ppc64/setcontext.S b/src/ppc64/setcontext.S
deleted file mode 100644
index ffc2500a..00000000
--- a/src/ppc64/setcontext.S
+++ /dev/null
@@ -1,9 +0,0 @@
- .global _UI_setcontext
-
-_UI_setcontext:
- blr
-
-#ifdef __linux__
- /* We do not need executable stack. */
- .section .note.GNU-stack,"",@progbits
-#endif