[git commit future 1/1] nios[2]/crt1.S: remove unused _stdio_init, _stdio_term and __h_errno_location
Peter S. Mazinger
ps.m at gmx.net
Wed Mar 16 19:20:32 UTC 2011
commit: http://git.uclibc.org/uClibc/commit/?id=333032d3b7e415beed4ef2d208701f209e598fdc
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
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:
--
1.7.3.4
More information about the uClibc-cvs
mailing list