From aa1f6fa87914c0f065e1315e812f268ab974efa5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 25 Feb 2000 20:30:43 +0000 Subject: Update. 2000-02-25 Ulrich Drepper * sysdeps/powerpc/bzero.S: Moved to... * sysdeps/powerpc/elf/bzero.S: ...here. New file. --- sysdeps/powerpc/bzero.S | 27 --------------------------- sysdeps/powerpc/elf/bzero.S | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 sysdeps/powerpc/bzero.S create mode 100644 sysdeps/powerpc/elf/bzero.S (limited to 'sysdeps/powerpc') diff --git a/sysdeps/powerpc/bzero.S b/sysdeps/powerpc/bzero.S deleted file mode 100644 index f914123563..0000000000 --- a/sysdeps/powerpc/bzero.S +++ /dev/null @@ -1,27 +0,0 @@ -/* Optimized bzero `implementation' for PowerPC. - Copyright (C) 1997, 1999 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - -#include - -ENTRY(__bzero) - mr r5,r4 - li r4,0 - b memset@local -END(__bzero) -weak_alias (__bzero, bzero) diff --git a/sysdeps/powerpc/elf/bzero.S b/sysdeps/powerpc/elf/bzero.S new file mode 100644 index 0000000000..f914123563 --- /dev/null +++ b/sysdeps/powerpc/elf/bzero.S @@ -0,0 +1,27 @@ +/* Optimized bzero `implementation' for PowerPC. + Copyright (C) 1997, 1999 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the GNU C Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +#include + +ENTRY(__bzero) + mr r5,r4 + li r4,0 + b memset@local +END(__bzero) +weak_alias (__bzero, bzero) -- cgit 1.4.1