diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-09 00:54:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-09 00:54:07 +0000 |
commit | c7f096da1a44a7811f820ea7f888d616b7c3f5f7 (patch) | |
tree | 79e1b1d60489317aa693cf4944888ca8807bb73a /libc/sysdeps/linux/sparc/crt1.S | |
parent | c574991ee789468150bbbca8c0fa5fa3debadec6 (diff) |
this should be able to handle both 32 and 64 bit sparc
Diffstat (limited to 'libc/sysdeps/linux/sparc/crt1.S')
-rw-r--r-- | libc/sysdeps/linux/sparc/crt1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sparc/crt1.S b/libc/sysdeps/linux/sparc/crt1.S index 8b5d3d5f0..f33a714ef 100644 --- a/libc/sysdeps/linux/sparc/crt1.S +++ b/libc/sysdeps/linux/sparc/crt1.S @@ -1,4 +1,4 @@ -/* Startup code for elf32-sparc +/* Startup code for elf{32,64}-sparc Copyright (C) 1997, 1998, 2002, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson <richard@gnu.ai.mit.edu>, 1997. |