From cc5499a6a678e4caf1b06f33192de84d5ab88fd5 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Tue, 4 Oct 2011 10:50:48 +1000 Subject: microblaze linux has no SDA support The linker does not set up the Small Data Area symbols, _SDA_BASE_ and _SDA2_BASE_ so don't try to resolve them Signed-off-by: Ryan Flux Signed-off-by: Steve Bennett Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/microblaze/crt0.S | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libc/sysdeps/linux/microblaze/crt0.S') diff --git a/libc/sysdeps/linux/microblaze/crt0.S b/libc/sysdeps/linux/microblaze/crt0.S index 591c3a2f8..6be1e4dfa 100644 --- a/libc/sysdeps/linux/microblaze/crt0.S +++ b/libc/sysdeps/linux/microblaze/crt0.S @@ -31,10 +31,6 @@ C_ENTRY(_start): add r3, r3, r3 add r7, r6, r3 /* add to argv to get offset */ - /* Load SDAs */ - la r2, r0, C_SYMBOL_NAME(_SDA_BASE_) - la r13, r0, C_SYMBOL_NAME(_SDA2_BASE_) - /* tail-call uclibc's startup routine */ brid C_SYMBOL_NAME(__uClibc_main) nop -- cgit v1.2.3