summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/nios2/crt1.S
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-17 00:14:04 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:26 +0200
commit903b6fc66742b12a33b4dbf306c96a9929d5fa42 (patch)
treee76721e32747fb0db3555669288b81d80257b5c8 /libc/sysdeps/linux/nios2/crt1.S
parentb534100aaae00dd58ca907b60cd0510ccdc6df10 (diff)
nios[2]/crt1.S: remove unused _stdio_init,_stdio_term and __h_errno_location
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/nios2/crt1.S')
-rw-r--r--libc/sysdeps/linux/nios2/crt1.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/nios2/crt1.S b/libc/sysdeps/linux/nios2/crt1.S
index 0ba8d59e6..7bf4e37b6 100644
--- a/libc/sysdeps/linux/nios2/crt1.S
+++ b/libc/sysdeps/linux/nios2/crt1.S
@@ -25,9 +25,6 @@
#endif
.type main,@function
.type __uClibc_main,@function
- .type __h_errno_location, @function
- .type _stdio_init, @function
- .type _stdio_term, @function
.text
.balign 4
_start: