Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: fusl/src/signal/powerpc/sigsetjmp.s

Issue 1724903002: [fusl] Remove code for unsupported architectures (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fusl/src/signal/powerpc/restore.s ('k') | fusl/src/string/arm/__aeabi_memclr.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/signal/powerpc/sigsetjmp.s
diff --git a/fusl/src/signal/powerpc/sigsetjmp.s b/fusl/src/signal/powerpc/sigsetjmp.s
deleted file mode 100644
index 152c3fedd7a84ac0dceffcb6cb8ab202d21cd5ee..0000000000000000000000000000000000000000
--- a/fusl/src/signal/powerpc/sigsetjmp.s
+++ /dev/null
@@ -1,27 +0,0 @@
- .global sigsetjmp
- .global __sigsetjmp
- .type sigsetjmp,%function
- .type __sigsetjmp,%function
-sigsetjmp:
-__sigsetjmp:
- cmpwi cr7, 4, 0
- beq- cr7, 1f
-
- mflr 5
- stw 5, 448(3)
- stw 16, 448+4+8(3)
- mr 16, 3
-
-.hidden ___setjmp
- bl ___setjmp
-
- mr 4, 3
- mr 3, 16
- lwz 5, 448(3)
- mtlr 5
- lwz 16, 448+4+8(3)
-
-.hidden __sigsetjmp_tail
- b __sigsetjmp_tail
-
-1: b ___setjmp
« no previous file with comments | « fusl/src/signal/powerpc/restore.s ('k') | fusl/src/string/arm/__aeabi_memclr.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698