Mailinglist Archive: opensuse-bugs (15136 mails)

< Previous Next >
[Bug 328486] there is some problem in the implementation bcopy function
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 27 Sep 2007 06:12:31 -0600 (MDT)
  • Message-id: <20070927121231.D5E6BCC7AD@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=328486#c1





--- Comment #1 from Richard Guenther <rguenther@xxxxxxxxxx>  2007-09-27 06:12:31 MST ---
glibc/glibc-2.3.3-amd64-string.diff

Index: sysdeps/x86_64/bcopy.S
===================================================================
--- /dev/null
+++ sysdeps/x86_64/bcopy.S
@@ -0,0 +1,13 @@
+# $Header: /K8_Projects/Glibc/amd64bcopy.S 2     2/10/04 11:48 Emenezes $
+
+# (c) 2002 Advanced Micro Devices, Inc.
+# YOUR USE OF THIS CODE IS SUBJECT TO THE TERMS
+# AND CONDITIONS OF THE GNU LESSER GENERAL PUBLIC
+# LICENSE FOUND IN THE "README" FILE THAT IS
+# INCLUDED WITH THIS FILE
+
+#define USE_AS_BCOPY
+#define memcpy bcopy
+
+#include <sysdeps/x86_64/memcpy.S>
+

but memcpy.S doesn't seem to care about USE_AS_BCOPY (and memcpy and bcopy
have src/dest arguments swapped).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References