summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-03-11 03:49:50 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-03-11 03:49:50 +0000
commitfc20488fbafcd6c0d65926b9e7ae015fa401b9e7 (patch)
treeeb630d80ec10e75e3c8bc55063f7893187094d3f
parent07be9bd45fe7208c676ef3c3c1b858f5cc02e22e (diff)
Notes
-rw-r--r--sys/amd64/amd64/locore.S14
-rw-r--r--sys/amd64/amd64/locore.s14
-rw-r--r--sys/amd64/amd64/support.S14
-rw-r--r--sys/amd64/amd64/support.s14
-rw-r--r--sys/i386/i386/locore.s14
-rw-r--r--sys/i386/i386/support.s14
6 files changed, 42 insertions, 42 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index 65ff44e0024e..367ab8404930 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.49 1995/02/17 02:22:41 phk Exp $
+ * $Id: locore.s,v 1.50 1995/03/10 08:41:26 phk Exp $
*/
/*
@@ -758,15 +758,3 @@ NON_GPROF_ENTRY(sigcode)
.globl _szsigcode
_szsigcode:
.long _szsigcode-_sigcode
-
-/*
- * Here for doing BB-profiling (gcc -a).
- * We rely on the "bbset" instead, but need a dummy function.
- */
- .text
- .align 2
-.globl ___bb_init_func
-___bb_init_func:
- movl 4(%ebp),%eax
- movl $1,(%eax)
- ret
diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s
index 65ff44e0024e..367ab8404930 100644
--- a/sys/amd64/amd64/locore.s
+++ b/sys/amd64/amd64/locore.s
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.49 1995/02/17 02:22:41 phk Exp $
+ * $Id: locore.s,v 1.50 1995/03/10 08:41:26 phk Exp $
*/
/*
@@ -758,15 +758,3 @@ NON_GPROF_ENTRY(sigcode)
.globl _szsigcode
_szsigcode:
.long _szsigcode-_sigcode
-
-/*
- * Here for doing BB-profiling (gcc -a).
- * We rely on the "bbset" instead, but need a dummy function.
- */
- .text
- .align 2
-.globl ___bb_init_func
-___bb_init_func:
- movl 4(%ebp),%eax
- movl $1,(%eax)
- ret
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index 5d35236fb0aa..d87332e4ea25 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.19 1994/09/25 21:31:47 davidg Exp $
+ * $Id: support.s,v 1.20 1995/02/12 09:13:27 davidg Exp $
*/
#include "assym.s" /* system definitions */
@@ -1108,3 +1108,15 @@ ENTRY(longjmp)
xorl %eax,%eax /* return(1); */
incl %eax
ret
+
+/*
+ * Here for doing BB-profiling (gcc -a).
+ * We rely on the "bbset" instead, but need a dummy function.
+ */
+ .text
+ .align 2
+.globl ___bb_init_func
+___bb_init_func:
+ movl 4(%esp),%eax
+ movl $1,(%eax)
+ ret
diff --git a/sys/amd64/amd64/support.s b/sys/amd64/amd64/support.s
index 5d35236fb0aa..d87332e4ea25 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.19 1994/09/25 21:31:47 davidg Exp $
+ * $Id: support.s,v 1.20 1995/02/12 09:13:27 davidg Exp $
*/
#include "assym.s" /* system definitions */
@@ -1108,3 +1108,15 @@ ENTRY(longjmp)
xorl %eax,%eax /* return(1); */
incl %eax
ret
+
+/*
+ * Here for doing BB-profiling (gcc -a).
+ * We rely on the "bbset" instead, but need a dummy function.
+ */
+ .text
+ .align 2
+.globl ___bb_init_func
+___bb_init_func:
+ movl 4(%esp),%eax
+ movl $1,(%eax)
+ ret
diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s
index 65ff44e0024e..367ab8404930 100644
--- a/sys/i386/i386/locore.s
+++ b/sys/i386/i386/locore.s
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.49 1995/02/17 02:22:41 phk Exp $
+ * $Id: locore.s,v 1.50 1995/03/10 08:41:26 phk Exp $
*/
/*
@@ -758,15 +758,3 @@ NON_GPROF_ENTRY(sigcode)
.globl _szsigcode
_szsigcode:
.long _szsigcode-_sigcode
-
-/*
- * Here for doing BB-profiling (gcc -a).
- * We rely on the "bbset" instead, but need a dummy function.
- */
- .text
- .align 2
-.globl ___bb_init_func
-___bb_init_func:
- movl 4(%ebp),%eax
- movl $1,(%eax)
- ret
diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s
index 5d35236fb0aa..d87332e4ea25 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.19 1994/09/25 21:31:47 davidg Exp $
+ * $Id: support.s,v 1.20 1995/02/12 09:13:27 davidg Exp $
*/
#include "assym.s" /* system definitions */
@@ -1108,3 +1108,15 @@ ENTRY(longjmp)
xorl %eax,%eax /* return(1); */
incl %eax
ret
+
+/*
+ * Here for doing BB-profiling (gcc -a).
+ * We rely on the "bbset" instead, but need a dummy function.
+ */
+ .text
+ .align 2
+.globl ___bb_init_func
+___bb_init_func:
+ movl 4(%esp),%eax
+ movl $1,(%eax)
+ ret