Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/arch/x86_64/string Remove x86_64 bzero.S; wh...



details:   https://anonhg.NetBSD.org/src/rev/fd112bfff042
branches:  trunk
changeset: 791561:fd112bfff042
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Nov 23 16:57:52 2013 +0000

description:
Remove x86_64 bzero.S; which since 2009 has only contained instructions
that it should be removed in 2010.

diffstat:

 common/lib/libc/arch/x86_64/string/bzero.S |  8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diffs (12 lines):

diff -r aa392a5c5d1b -r fd112bfff042 common/lib/libc/arch/x86_64/string/bzero.S
--- a/common/lib/libc/arch/x86_64/string/bzero.S        Sat Nov 23 16:35:32 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-/*
- * Code for bzero() is in memset.S
- *
- * This file is left in place so that libc.a doesn't get a duplicate
- * symbol error on update builds.
- *
- * If you are reading this in 2010, delete the file!
- */



Home | Main Index | Thread Index | Old Index