diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 00:45:01 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 00:45:01 -0500 |
commit | a0da5fe1e49b819b4d90b77915e21cddd397d064 (patch) | |
tree | e1f1c0660ab131287cfcc0f64065b946715d06b1 /sysdeps/unix/sparc/start.c | |
parent | a784e502472fb3a1afa4d01a47c66b52d23e00f6 (diff) | |
download | glibc-a0da5fe1e49b819b4d90b77915e21cddd397d064.tar.gz glibc-a0da5fe1e49b819b4d90b77915e21cddd397d064.tar.xz glibc-a0da5fe1e49b819b4d90b77915e21cddd397d064.zip |
More fallout from supporting only ELF
Diffstat (limited to 'sysdeps/unix/sparc/start.c')
-rw-r--r-- | sysdeps/unix/sparc/start.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sparc/start.c b/sysdeps/unix/sparc/start.c index a664189bb4..6efe69662b 100644 --- a/sysdeps/unix/sparc/start.c +++ b/sysdeps/unix/sparc/start.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,93,94,95,96,97,2004 Free Software Foundation, Inc. +/* Copyright (C) 1991-1997,2004,2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -52,9 +52,7 @@ /* The first piece of initialized data. */ int __data_start = 0; -#ifdef HAVE_WEAK_SYMBOLS weak_alias (__data_start, data_start) -#endif extern void __libc_init (int argc, char **argv, char **envp) __THROW; extern int main (int argc, char **argv, char **envp) __THROW; |