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

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

Issue 1689833004: [fusl] Update fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove stray space 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/syscall.h ('k') | fusl/arch/mips/reloc.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
index f4ba02aeafc49a190db4e188db5fc77ae06bc373..9fc50d7caccb86783606cee4ed8d291037b7eb5d 100644
--- a/fusl/arch/mips/crt_arch.h
+++ b/fusl/arch/mips/crt_arch.h
@@ -4,16 +4,13 @@ __asm__(
".text \n"
".global _" START "\n"
".global " START "\n"
-".global " START "_data\n"
".type _" START ", @function\n"
".type " START ", @function\n"
-".type " START "_data, @function\n"
"_" START ":\n"
"" START ":\n"
" bal 1f \n"
" move $fp, $0 \n"
-"" START "_data: \n"
-" .gpword " START "_data \n"
+" .gpword . \n"
" .gpword " START "_c \n"
".weak _DYNAMIC \n"
".hidden _DYNAMIC \n"
« no previous file with comments | « fusl/arch/mips/bits/syscall.h ('k') | fusl/arch/mips/reloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698