Browse Source

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>
Peter S. Mazinger 14 years ago
parent
commit
903b6fc667
2 changed files with 0 additions and 6 deletions
  1. 0 3
      libc/sysdeps/linux/nios/crt1.S
  2. 0 3
      libc/sysdeps/linux/nios2/crt1.S

+ 0 - 3
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
 

+ 0 - 3
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: