summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-01-09 17:29:38 +0000
committerbde <bde@FreeBSD.org>1999-01-09 17:29:38 +0000
commitf2652b2b71b54d9cab773203339bf6842b0aefd3 (patch)
tree190e96b684580ea74c7fbf496fd64dd8a22106f4
parentda347302d120fbd334bdf6f2a1d0803d7d57e87d (diff)
downloadFreeBSD-src-f2652b2b71b54d9cab773203339bf6842b0aefd3.zip
FreeBSD-src-f2652b2b71b54d9cab773203339bf6842b0aefd3.tar.gz
Removed a stray label that broke compiling in the (elf && profiling) case.
PR: 9369 Submitted by: Assar Westerlund <assar@sics.se>
-rw-r--r--sys/amd64/amd64/support.S3
-rw-r--r--sys/amd64/amd64/support.s3
-rw-r--r--sys/i386/i386/support.s3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index d1e77c8..5ed5780 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: support.s,v 1.58 1997/12/14 02:11:09 dyson Exp $
+ * $Id: support.s,v 1.59 1998/05/11 02:13:43 dyson Exp $
*/
#include "npx.h"
@@ -398,7 +398,6 @@ ENTRY(fillw)
ret
ENTRY(bcopyb)
-bcopyb:
pushl %esi
pushl %edi
movl 12(%esp),%esi
diff --git a/sys/amd64/amd64/support.s b/sys/amd64/amd64/support.s
index d1e77c8..5ed5780 100644
--- a/sys/amd64/amd64/support.s
+++ b/sys/amd64/amd64/support.s
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: support.s,v 1.58 1997/12/14 02:11:09 dyson Exp $
+ * $Id: support.s,v 1.59 1998/05/11 02:13:43 dyson Exp $
*/
#include "npx.h"
@@ -398,7 +398,6 @@ ENTRY(fillw)
ret
ENTRY(bcopyb)
-bcopyb:
pushl %esi
pushl %edi
movl 12(%esp),%esi
diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s
index d1e77c8..5ed5780 100644
--- a/sys/i386/i386/support.s
+++ b/sys/i386/i386/support.s
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: support.s,v 1.58 1997/12/14 02:11:09 dyson Exp $
+ * $Id: support.s,v 1.59 1998/05/11 02:13:43 dyson Exp $
*/
#include "npx.h"
@@ -398,7 +398,6 @@ ENTRY(fillw)
ret
ENTRY(bcopyb)
-bcopyb:
pushl %esi
pushl %edi
movl 12(%esp),%esi
OpenPOWER on IntegriCloud