OSDN Git Service

nios[2]/crt1.S: remove unused _stdio_init,_stdio_term and __h_errno_location
authorPeter S. Mazinger <ps.m@gmx.net>
Wed, 16 Mar 2011 23:14:04 +0000 (00:14 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:26 +0000 (14:00 +0200)
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/nios/crt1.S
libc/sysdeps/linux/nios2/crt1.S

index e80a821..8d6fd52 100644 (file)
@@ -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
 
index 0ba8d59..7bf4e37 100644 (file)
@@ -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: