Explorar o código

Add __data_start needed by boehm garbage collector, in turn needed by libgcj.

Manuel Novoa III %!s(int64=21) %!d(string=hai) anos
pai
achega
3a60d155e3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      libc/sysdeps/linux/i386/crt0.S

+ 4 - 0
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"