summaryrefslogtreecommitdiff
path: root/csu
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-08 00:45:01 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-08 00:45:01 -0500
commita0da5fe1e49b819b4d90b77915e21cddd397d064 (patch)
treee1f1c0660ab131287cfcc0f64065b946715d06b1 /csu
parenta784e502472fb3a1afa4d01a47c66b52d23e00f6 (diff)
More fallout from supporting only ELF
Diffstat (limited to 'csu')
-rw-r--r--csu/start.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/csu/start.c b/csu/start.c
index 08f985c482..d7d7a8510d 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