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

Unified Diff: fusl/arch/mips/crt_arch.h

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/arch/mips/bits/user.h ('k') | fusl/arch/mips/ksigaction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/arch/mips/crt_arch.h
diff --git a/fusl/arch/mips/crt_arch.h b/fusl/arch/mips/crt_arch.h
deleted file mode 100644
index 001c73724fe334f68e2a755e9ae61960df34305b..0000000000000000000000000000000000000000
--- a/fusl/arch/mips/crt_arch.h
+++ /dev/null
@@ -1,35 +0,0 @@
-__asm__(
- ".set push\n"
- ".set noreorder\n"
- ".text \n"
- ".global _" START
- "\n"
- ".global " START
- "\n"
- ".type _" START
- ", @function\n"
- ".type " START
- ", @function\n"
- "_" START
- ":\n"
- "" START
- ":\n"
- " bal 1f \n"
- " move $fp, $0 \n"
- " .gpword . \n"
- " .gpword " START
- "_c \n"
- ".weak _DYNAMIC \n"
- ".hidden _DYNAMIC \n"
- " .gpword _DYNAMIC \n"
- "1: lw $gp, 0($ra) \n"
- " subu $gp, $ra, $gp \n"
- " move $4, $sp \n"
- " lw $5, 8($ra) \n"
- " addu $5, $5, $gp \n"
- " lw $25, 4($ra) \n"
- " addu $25, $25, $gp \n"
- " and $sp, $sp, -8 \n"
- " jalr $25 \n"
- " subu $sp, $sp, 16 \n"
- ".set pop \n");
« no previous file with comments | « fusl/arch/mips/bits/user.h ('k') | fusl/arch/mips/ksigaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698