summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-11-29 02:17:24 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-11-29 02:17:24 +0000
commit2d75cdb6d6409a5767a9e5afa57677cb637075a8 (patch)
tree6b6929ef418af27f368ba3067cf97bd4c2fcc904
parentb7482ef4f641e434c711b5f27bd1eec60160a63e (diff)
Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.
-rw-r--r--libc/sysdeps/linux/mips/crt0.S3
1 files changed, 3 insertions, 0 deletions
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: