Make alltraps a .globl so that DDB doesn't make people belive they have

an ALIGNFLT on their hands all the time.
This commit is contained in:
Poul-Henning Kamp 1996-04-12 12:22:14 +00:00
parent 01aa0a09a4
commit 22a31706dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15215
3 changed files with 6 additions and 3 deletions

View file

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: exception.s,v 1.14 1995/12/21 19:20:57 davidg Exp $
* $Id: exception.s,v 1.15 1996/03/02 19:37:37 peter Exp $
*/
#include "npx.h" /* NNPX */
@ -154,6 +154,7 @@ IDTVEC(align)
TRAP(T_ALIGNFLT)
SUPERALIGN_TEXT
.globl _alltraps
_alltraps:
pushal
pushl %ds

View file

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: exception.s,v 1.14 1995/12/21 19:20:57 davidg Exp $
* $Id: exception.s,v 1.15 1996/03/02 19:37:37 peter Exp $
*/
#include "npx.h" /* NNPX */
@ -154,6 +154,7 @@ IDTVEC(align)
TRAP(T_ALIGNFLT)
SUPERALIGN_TEXT
.globl _alltraps
_alltraps:
pushal
pushl %ds

View file

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: exception.s,v 1.14 1995/12/21 19:20:57 davidg Exp $
* $Id: exception.s,v 1.15 1996/03/02 19:37:37 peter Exp $
*/
#include "npx.h" /* NNPX */
@ -154,6 +154,7 @@ IDTVEC(align)
TRAP(T_ALIGNFLT)
SUPERALIGN_TEXT
.globl _alltraps
_alltraps:
pushal
pushl %ds