Browse Source

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

Manuel Novoa III 21 years ago
parent
commit
2d75cdb6d6
1 changed files with 3 additions and 0 deletions
  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: