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 | |
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')
-rw-r--r-- | libc/sysdeps/linux/nios/crt1.S | 3 | ||||
-rw-r--r-- | libc/sysdeps/linux/nios2/crt1.S | 3 |
2 files changed, 0 insertions, 6 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 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: |