Moved bb stuff to support.s per Bruces suggestion.

This commit is contained in:
phk 1995-03-11 03:49:50 +00:00
parent 0118c607d3
commit 1a4247dba8
6 changed files with 42 additions and 42 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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