From 2d75cdb6d6409a5767a9e5afa57677cb637075a8 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sat, 29 Nov 2003 02:17:24 +0000 Subject: Patch by "Bradley D. LaRonde" for boehm garbage collector. --- libc/sysdeps/linux/mips/crt0.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc') diff --git a/libc/sysdeps/linux/mips/crt0.S b/libc/sysdeps/linux/mips/crt0.S index 45ccded35..7a79c433f 100644 --- a/libc/sysdeps/linux/mips/crt0.S +++ b/libc/sysdeps/linux/mips/crt0.S @@ -53,3 +53,6 @@ __start: hlt: b hlt + .section ".data" + .globl __data_start +__data_start: -- cgit v1.2.3