aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386/string
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
commita16f65c7d117419bd266c28a1901ef129a337569 (patch)
tree2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /lib/libc/i386/string
parent8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff)
Diffstat (limited to 'lib/libc/i386/string')
-rw-r--r--lib/libc/i386/string/bcmp.S (renamed from lib/libc/i386/string/bcmp.s)4
-rw-r--r--lib/libc/i386/string/bcopy.S (renamed from lib/libc/i386/string/bcopy.s)4
-rw-r--r--lib/libc/i386/string/bzero.S (renamed from lib/libc/i386/string/bzero.s)4
-rw-r--r--lib/libc/i386/string/ffs.S (renamed from lib/libc/i386/string/ffs.s)4
-rw-r--r--lib/libc/i386/string/index.S (renamed from lib/libc/i386/string/index.s)4
-rw-r--r--lib/libc/i386/string/memchr.S (renamed from lib/libc/i386/string/memchr.s)4
-rw-r--r--lib/libc/i386/string/memcmp.S (renamed from lib/libc/i386/string/memcmp.s)8
-rw-r--r--lib/libc/i386/string/memmove.S (renamed from lib/libc/i386/string/memmove.s)4
-rw-r--r--lib/libc/i386/string/memset.S (renamed from lib/libc/i386/string/memset.s)4
-rw-r--r--lib/libc/i386/string/rindex.S (renamed from lib/libc/i386/string/rindex.s)4
-rw-r--r--lib/libc/i386/string/strcat.S (renamed from lib/libc/i386/string/strcat.s)4
-rw-r--r--lib/libc/i386/string/strchr.S (renamed from lib/libc/i386/string/strchr.s)4
-rw-r--r--lib/libc/i386/string/strcmp.S (renamed from lib/libc/i386/string/strcmp.s)8
-rw-r--r--lib/libc/i386/string/strcpy.S (renamed from lib/libc/i386/string/strcpy.s)4
-rw-r--r--lib/libc/i386/string/strlen.S (renamed from lib/libc/i386/string/strlen.s)4
-rw-r--r--lib/libc/i386/string/strncmp.S (renamed from lib/libc/i386/string/strncmp.s)8
-rw-r--r--lib/libc/i386/string/strrchr.S (renamed from lib/libc/i386/string/strrchr.s)4
17 files changed, 40 insertions, 40 deletions
diff --git a/lib/libc/i386/string/bcmp.s b/lib/libc/i386/string/bcmp.S
index 4bf83346b46c..21027dadd8b4 100644
--- a/lib/libc/i386/string/bcmp.s
+++ b/lib/libc/i386/string/bcmp.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: bcmp.s,v 1.2 1993/10/09 08:31:09 davidg Exp $
+ * $Id: bcmp.S,v 1.1 1993/12/05 13:01:40 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: bcmp.s,v 1.2 1993/10/09 08:31:09 davidg Exp $"
+ .asciz "$Id: bcmp.S,v 1.1 1993/12/05 13:01:40 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/bcopy.s b/lib/libc/i386/string/bcopy.S
index 7958d3f40972..b68cdf3c4805 100644
--- a/lib/libc/i386/string/bcopy.s
+++ b/lib/libc/i386/string/bcopy.S
@@ -32,11 +32,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bcopy.s,v 1.3 1993/10/09 08:31:14 davidg Exp $
+ * $Id: bcopy.S,v 1.1 1993/12/05 13:01:41 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: bcopy.s,v 1.3 1993/10/09 08:31:14 davidg Exp $"
+ .asciz "$Id: bcopy.S,v 1.1 1993/12/05 13:01:41 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/bzero.s b/lib/libc/i386/string/bzero.S
index 9349954fe80c..7e0dcdc3c785 100644
--- a/lib/libc/i386/string/bzero.s
+++ b/lib/libc/i386/string/bzero.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: bzero.s,v 1.2 1993/08/16 18:40:26 jtc Exp $
+ * $Id: bzero.S,v 1.1 1993/12/05 13:01:42 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: bzero.s,v 1.2 1993/08/16 18:40:26 jtc Exp $"
+ .asciz "$Id: bzero.S,v 1.1 1993/12/05 13:01:42 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/ffs.s b/lib/libc/i386/string/ffs.S
index 5be6f3b988d6..42b635768bec 100644
--- a/lib/libc/i386/string/ffs.s
+++ b/lib/libc/i386/string/ffs.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: ffs.s,v 1.1 1993/08/16 18:40:28 jtc Exp $
+ * $Id: ffs.S,v 1.1 1993/12/05 13:01:43 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: ffs.s,v 1.1 1993/08/16 18:40:28 jtc Exp $"
+ .asciz "$Id: ffs.S,v 1.1 1993/12/05 13:01:43 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/index.s b/lib/libc/i386/string/index.S
index 8fb3ec016d1d..1ac847341fe6 100644
--- a/lib/libc/i386/string/index.s
+++ b/lib/libc/i386/string/index.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: index.s,v 1.1 1993/08/16 18:40:30 jtc Exp $
+ * $Id: index.S,v 1.1 1993/12/05 13:01:46 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: index.s,v 1.1 1993/08/16 18:40:30 jtc Exp $"
+ .asciz "$Id: index.S,v 1.1 1993/12/05 13:01:46 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/memchr.s b/lib/libc/i386/string/memchr.S
index 6b519d9033fd..5ff0a34dc1ee 100644
--- a/lib/libc/i386/string/memchr.s
+++ b/lib/libc/i386/string/memchr.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: memchr.s,v 1.1 1993/08/16 18:40:32 jtc Exp $
+ * $Id: memchr.S,v 1.1 1993/12/05 13:01:47 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: memchr.s,v 1.1 1993/08/16 18:40:32 jtc Exp $"
+ .asciz "$Id: memchr.S,v 1.1 1993/12/05 13:01:47 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/memcmp.s b/lib/libc/i386/string/memcmp.S
index 8e285651e4af..e1fdaaa31f6e 100644
--- a/lib/libc/i386/string/memcmp.s
+++ b/lib/libc/i386/string/memcmp.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: memcmp.s,v 1.2 1993/10/09 08:31:18 davidg Exp $
+ * $Id: memcmp.S,v 1.1.2.1 1994/03/07 02:19:34 rgrimes Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: memcmp.s,v 1.2 1993/10/09 08:31:18 davidg Exp $"
+ .asciz "$Id: memcmp.S,v 1.1.2.1 1994/03/07 02:19:34 rgrimes Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
@@ -73,8 +73,8 @@ L5: movl $4,%ecx /* We know that one of the next */
subl %ecx,%esi /* match. */
repe
cmpsb
-L6: movsbl -1(%edi),%eax /* Perform unsigned comparison */
- movsbl -1(%esi),%edx
+L6: movzbl -1(%edi),%eax /* Perform unsigned comparison */
+ movzbl -1(%esi),%edx
subl %edx,%eax
popl %esi
popl %edi
diff --git a/lib/libc/i386/string/memmove.s b/lib/libc/i386/string/memmove.S
index 8ca0e300d262..57e52ad04295 100644
--- a/lib/libc/i386/string/memmove.s
+++ b/lib/libc/i386/string/memmove.S
@@ -32,11 +32,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: memmove.s,v 1.2 1993/10/09 08:31:22 davidg Exp $
+ * $Id: memmove.S,v 1.1 1993/12/05 13:01:50 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: memmove.s,v 1.2 1993/10/09 08:31:22 davidg Exp $"
+ .asciz "$Id: memmove.S,v 1.1 1993/12/05 13:01:50 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/memset.s b/lib/libc/i386/string/memset.S
index 8c1a8c8b722d..47e763781932 100644
--- a/lib/libc/i386/string/memset.s
+++ b/lib/libc/i386/string/memset.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: memset.s,v 1.1 1993/08/16 18:40:38 jtc Exp $
+ * $Id: memset.S,v 1.1 1993/12/05 13:01:53 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: memset.s,v 1.1 1993/08/16 18:40:38 jtc Exp $"
+ .asciz "$Id: memset.S,v 1.1 1993/12/05 13:01:53 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/rindex.s b/lib/libc/i386/string/rindex.S
index 4fe028c36f2f..3e95f5f0b853 100644
--- a/lib/libc/i386/string/rindex.s
+++ b/lib/libc/i386/string/rindex.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: rindex.s,v 1.1 1993/08/16 18:40:39 jtc Exp $
+ * $Id: rindex.S,v 1.1 1993/12/05 13:01:55 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: rindex.s,v 1.1 1993/08/16 18:40:39 jtc Exp $"
+ .asciz "$Id: rindex.S,v 1.1 1993/12/05 13:01:55 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/strcat.s b/lib/libc/i386/string/strcat.S
index 0e4a3e27adf4..5bb6fc4074c2 100644
--- a/lib/libc/i386/string/strcat.s
+++ b/lib/libc/i386/string/strcat.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: strcat.s,v 1.1 1993/08/16 18:40:41 jtc Exp $
+ * $Id: strcat.S,v 1.1 1993/12/05 13:01:56 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: strcat.s,v 1.1 1993/08/16 18:40:41 jtc Exp $"
+ .asciz "$Id: strcat.S,v 1.1 1993/12/05 13:01:56 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/strchr.s b/lib/libc/i386/string/strchr.S
index aa35dfb4c50a..1b44b2824395 100644
--- a/lib/libc/i386/string/strchr.s
+++ b/lib/libc/i386/string/strchr.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: strchr.s,v 1.1 1993/08/16 18:40:42 jtc Exp $
+ * $Id: strchr.S,v 1.1 1993/12/05 13:01:56 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: strchr.s,v 1.1 1993/08/16 18:40:42 jtc Exp $"
+ .asciz "$Id: strchr.S,v 1.1 1993/12/05 13:01:56 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/strcmp.s b/lib/libc/i386/string/strcmp.S
index 8050234aaca4..015c21aa7fa3 100644
--- a/lib/libc/i386/string/strcmp.s
+++ b/lib/libc/i386/string/strcmp.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: strcmp.s,v 1.2 1993/10/08 20:42:24 jtc Exp $
+ * $Id: strcmp.S,v 1.1.2.1 1994/03/07 02:19:31 rgrimes Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: strcmp.s,v 1.2 1993/10/08 20:42:24 jtc Exp $"
+ .asciz "$Id: strcmp.S,v 1.1.2.1 1994/03/07 02:19:31 rgrimes Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
@@ -118,7 +118,7 @@ L2: movb (%eax),%cl
cmpb %cl,(%edx)
je L1
.align 2, 0x90
-L3: movsbl (%eax),%eax /* unsigned comparison */
- movsbl (%edx),%edx
+L3: movzbl (%eax),%eax /* unsigned comparison */
+ movzbl (%edx),%edx
subl %edx,%eax
ret
diff --git a/lib/libc/i386/string/strcpy.s b/lib/libc/i386/string/strcpy.S
index 6f2596a4d593..07983f9c2539 100644
--- a/lib/libc/i386/string/strcpy.s
+++ b/lib/libc/i386/string/strcpy.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: strcpy.s,v 1.1 1993/08/16 18:40:44 jtc Exp $
+ * $Id: strcpy.S,v 1.1 1993/12/05 13:01:58 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: strcpy.s,v 1.1 1993/08/16 18:40:44 jtc Exp $"
+ .asciz "$Id: strcpy.S,v 1.1 1993/12/05 13:01:58 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/strlen.s b/lib/libc/i386/string/strlen.S
index 877ab6440934..3729fa52fefd 100644
--- a/lib/libc/i386/string/strlen.s
+++ b/lib/libc/i386/string/strlen.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: strlen.s,v 1.2 1993/10/09 08:31:25 davidg Exp $
+ * $Id: strlen.S,v 1.1 1993/12/05 13:01:59 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: strlen.s,v 1.2 1993/10/09 08:31:25 davidg Exp $"
+ .asciz "$Id: strlen.S,v 1.1 1993/12/05 13:01:59 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
diff --git a/lib/libc/i386/string/strncmp.s b/lib/libc/i386/string/strncmp.S
index ada9a80cbc13..72922fb30fec 100644
--- a/lib/libc/i386/string/strncmp.s
+++ b/lib/libc/i386/string/strncmp.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: strncmp.s,v 1.2 1993/10/08 20:42:25 jtc Exp $
+ * $Id: strncmp.S,v 1.1.2.1 1994/03/07 02:19:33 rgrimes Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: strncmp.s,v 1.2 1993/10/08 20:42:25 jtc Exp $"
+ .asciz "$Id: strncmp.S,v 1.1.2.1 1994/03/07 02:19:33 rgrimes Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"
@@ -145,8 +145,8 @@ L2: testl %edx,%edx /* Have we compared n chars yet? */
cmpb %bl,(%ecx)
je L1
.align 2,0x90
-L3: movsbl (%eax),%eax /* unsigned comparision */
- movsbl (%ecx),%ecx
+L3: movzbl (%eax),%eax /* unsigned comparision */
+ movzbl (%ecx),%ecx
subl %ecx,%eax
popl %ebx
ret
diff --git a/lib/libc/i386/string/strrchr.s b/lib/libc/i386/string/strrchr.S
index c3728602e7b7..ef4d776ea471 100644
--- a/lib/libc/i386/string/strrchr.s
+++ b/lib/libc/i386/string/strrchr.S
@@ -27,11 +27,11 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: strrchr.s,v 1.1 1993/08/16 18:40:50 jtc Exp $
+ * $Id: strrchr.S,v 1.1 1993/12/05 13:02:01 ats Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
- .asciz "$Id: strrchr.s,v 1.1 1993/08/16 18:40:50 jtc Exp $"
+ .asciz "$Id: strrchr.S,v 1.1 1993/12/05 13:02:01 ats Exp $"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"