This website works better with JavaScript
首頁
探索
說明
註冊
登入
oss
/
uclibc-ng
關註
4
讚好
1
複刻
0
Files
問題管理
3
合併請求
0
Wiki
瀏覽代碼
Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.
Manuel Novoa III
21 年之前
父節點
b7482ef4f6
當前提交
2d75cdb6d6
共有
1 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
顯示文件統計
3
0
libc/sysdeps/linux/mips/crt0.S
+ 3
- 0
libc/sysdeps/linux/mips/crt0.S
查看文件
@@ -53,3 +53,6 @@ __start:
hlt:
b hlt
+ .section ".data"
+ .globl __data_start
+__data_start: