OSDN Git Service

Replace FSF snail mail address with URLs
[uclinux-h8/uClibc.git] / libc / string / sparc / sparc64 / memchr.S
index 7017b55..6467f7f 100644 (file)
@@ -24,9 +24,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #include <asm/asi.h>
 #ifndef XCC
@@ -54,7 +53,7 @@
 
        .text
        .align          32
-ENTRY(__memchr)
+ENTRY(memchr)
        and             %o1, 0xff, %o1                  /* IEU0         Group           */
 #ifdef USE_BPR
        brz,pn          %o2, 12f                        /* CTI+IEU1                     */
@@ -253,9 +252,7 @@ ENTRY(__memchr)
 
 23:    retl                                            /* CTI+IEU1     Group           */
         add            %o0, -1, %o0                    /* IEU0                         */
-END(__memchr)
+END(memchr)
 
-strong_alias(__memchr,memchr)
-#if !__BOUNDED_POINTERS__
-weak_alias(__memchr,__ubp_memchr)
-#endif
+libc_hidden_def(memchr)
+weak_alias(memchr,__ubp_memchr)