diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-09 00:47:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-09 00:47:30 +0000 |
commit | 3807152f3b4c833f63035a0400eed55c53e2f00b (patch) | |
tree | f37aacdb58fa7db381a260475b2722c88a0abb7d /libc/sysdeps/linux/sparc/crtn.S | |
parent | e6929d28984ab4b0dedcd47c225a572617b836a2 (diff) |
style updates
Diffstat (limited to 'libc/sysdeps/linux/sparc/crtn.S')
-rw-r--r-- | libc/sysdeps/linux/sparc/crtn.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/sparc/crtn.S b/libc/sysdeps/linux/sparc/crtn.S index 345638f67..24b4bf43c 100644 --- a/libc/sysdeps/linux/sparc/crtn.S +++ b/libc/sysdeps/linux/sparc/crtn.S @@ -3,7 +3,7 @@ .section .init .align 4 .global _init - .type _init, #function + .type _init, %function .proc 020 ret restore @@ -12,10 +12,8 @@ .section .fini .align 4 .global _fini - .type _fini, #function + .type _fini, %function .proc 020 ret restore .size _fini, .-_fini - - .ident "GCC: (GNU) 3.3.2" |