浏览代码

Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.

Manuel Novoa III 21 年之前
父节点
当前提交
2d75cdb6d6
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 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: