Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
fix missing data_rel_start
Browse files Browse the repository at this point in the history
  • Loading branch information
lekernel committed Dec 22, 2009
1 parent 4ec5267 commit 6454d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/uClibc/patches-0.9.29/999-lm32.patch
Expand Up @@ -1030,13 +1030,13 @@ diff -ruN uClibc-0.9.29/libc/sysdeps/linux/lm32/crt1.S uClibc-0.9.29-lm32/libc/s
+ .weak data_start
+ data_start = __data_start
+
+
+/* do not do any good and cause linking to fail
+ .globl _data_rel_start
+_data_rel_start:
+ .word __data_rel_start
+ .globl _data_rel_end
+_data_rel_end:
+ .word __data_rel_end
+ .word __data_rel_end*/
+
diff -ruN uClibc-0.9.29/libc/sysdeps/linux/lm32/crti.S uClibc-0.9.29-lm32/libc/sysdeps/linux/lm32/crti.S
--- uClibc-0.9.29/libc/sysdeps/linux/lm32/crti.S 1970-01-01 01:00:00.000000000 +0100
Expand Down

0 comments on commit 6454d4e

Please sign in to comment.