From f2652b2b71b54d9cab773203339bf6842b0aefd3 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 9 Jan 1999 17:29:38 +0000 Subject: Removed a stray label that broke compiling in the (elf && profiling) case. PR: 9369 Submitted by: Assar Westerlund --- sys/amd64/amd64/support.S | 3 +-- sys/amd64/amd64/support.s | 3 +-- sys/i386/i386/support.s | 3 +-- 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 -- cgit v1.1