Swap WEAK_ALIAS args to how they should be.

This commit is contained in:
scw 2003-12-07 19:37:23 +00:00
parent 5173151e16
commit 29b106093d
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: strcasecmp.S,v 1.1 2002/12/08 09:48:37 scw Exp $ */
/* $NetBSD: strcasecmp.S,v 1.2 2003/12/07 19:37:23 scw Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@ -47,10 +47,10 @@
*/
#ifdef WEAK_ALIAS
WEAK_ALIAS(_strcasecmp,strcasecmp)
WEAK_ALIAS(strcasecmp,_strcasecmp)
#endif
ENTRY(strcasecmp)
ENTRY(_strcasecmp)
#ifndef _LP64
add.l r2, r63, r4
add.l r3, r63, r3

View File

@ -1,4 +1,4 @@
/* $NetBSD: strncasecmp.S,v 1.1 2002/12/08 09:48:37 scw Exp $ */
/* $NetBSD: strncasecmp.S,v 1.2 2003/12/07 19:37:23 scw Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@ -47,10 +47,10 @@
*/
#ifdef WEAK_ALIAS
WEAK_ALIAS(_strncasecmp,strncasecmp)
WEAK_ALIAS(strncasecmp,_strncasecmp)
#endif
ENTRY(strncasecmp)
ENTRY(_strncasecmp)
#ifndef _LP64
add.l r2, r63, r5
add.l r3, r63, r3