From 903b6fc66742b12a33b4dbf306c96a9929d5fa42 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 17 Mar 2011 00:14:04 +0100 Subject: nios[2]/crt1.S: remove unused _stdio_init,_stdio_term and __h_errno_location Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/nios2/crt1.S | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/sysdeps/linux/nios2') 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: -- cgit v1.2.3