[git commit] nios[2]/crt1.S: remove unused _stdio_init, _stdio_term and __h_errno_location

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:26 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=903b6fc66742b12a33b4dbf306c96a9929d5fa42
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/nios/crt1.S  |    3 ---
 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 e80a821..8d6fd52 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, at function
     .type   __uClibc_main, at 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 0ba8d59..7bf4e37 100644
--- a/libc/sysdeps/linux/nios2/crt1.S
+++ b/libc/sysdeps/linux/nios2/crt1.S
@@ -25,9 +25,6 @@
 #endif
     .type   main, at function
     .type   __uClibc_main, at function
-    .type   __h_errno_location, @function
-    .type   _stdio_init, @function
-    .type   _stdio_term, @function
     .text
 	.balign 4
 _start:


More information about the uClibc-cvs mailing list