diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-17 00:14:04 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:26 +0200 |
commit | 903b6fc66742b12a33b4dbf306c96a9929d5fa42 (patch) | |
tree | e76721e32747fb0db3555669288b81d80257b5c8 /libc/sysdeps/linux/nios/crt1.S | |
parent | b534100aaae00dd58ca907b60cd0510ccdc6df10 (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/nios/crt1.S')
-rw-r--r-- | libc/sysdeps/linux/nios/crt1.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/nios/crt1.S b/libc/sysdeps/linux/nios/crt1.S index e80a82189..8d6fd52fa 100644 --- a/libc/sysdeps/linux/nios/crt1.S +++ b/libc/sysdeps/linux/nios/crt1.S @@ -29,9 +29,6 @@ Cambridge, MA 02139, USA. */ .weak _fini .type main,@function .type __uClibc_main,@function - .type __h_errno_location, @function - .type _stdio_init, @function - .type _stdio_term, @function .text |