diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-29 02:17:24 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-29 02:17:24 +0000 |
commit | 2d75cdb6d6409a5767a9e5afa57677cb637075a8 (patch) | |
tree | 6b6929ef418af27f368ba3067cf97bd4c2fcc904 /libc/sysdeps/linux/mips/crt0.S | |
parent | b7482ef4f641e434c711b5f27bd1eec60160a63e (diff) |
Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.
Diffstat (limited to 'libc/sysdeps/linux/mips/crt0.S')
-rw-r--r-- | libc/sysdeps/linux/mips/crt0.S | 3 |
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: |