From 3a60d155e30215a564b5fc58d1838c8543461bb9 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sat, 17 Jan 2004 14:45:55 +0000 Subject: Add __data_start needed by boehm garbage collector, in turn needed by libgcj. --- libc/sysdeps/linux/i386/crt0.S | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/sysdeps/linux/i386') diff --git a/libc/sysdeps/linux/i386/crt0.S b/libc/sysdeps/linux/i386/crt0.S index e7df6992b..3fd7a5e1f 100644 --- a/libc/sysdeps/linux/i386/crt0.S +++ b/libc/sysdeps/linux/i386/crt0.S @@ -120,6 +120,10 @@ _start: hlt .size _start,.-_start + .section ".data" + .globl __data_start +__data_start: + .long 0 #if defined L_gcrt1 && defined __UCLIBC_PROFILING__ # include "./gmon-start.S" -- cgit v1.2.3