From a0da5fe1e49b819b4d90b77915e21cddd397d064 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Jan 2012 00:45:01 -0500 Subject: More fallout from supporting only ELF --- csu/start.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'csu') diff --git a/csu/start.c b/csu/start.c index 08f985c..d7d7a85 100644 --- a/csu/start.c +++ b/csu/start.c @@ -8,6 +8,4 @@ /* The first piece of initialized data. */ int __data_start = 0; -#ifdef HAVE_WEAK_SYMBOLS weak_alias (__data_start, data_start) -#endif -- cgit v1.1