From 22a31706dc5e43440de3d18a4997f606b63b207f Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 12 Apr 1996 12:22:14 +0000 Subject: [PATCH] Make alltraps a .globl so that DDB doesn't make people belive they have an ALIGNFLT on their hands all the time. --- sys/amd64/amd64/exception.S | 3 ++- sys/amd64/amd64/exception.s | 3 ++- sys/i386/i386/exception.s | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S index a22e6447646b..8a5e6d8361ed 100644 --- a/sys/amd64/amd64/exception.S +++ b/sys/amd64/amd64/exception.S @@ -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 diff --git a/sys/amd64/amd64/exception.s b/sys/amd64/amd64/exception.s index a22e6447646b..8a5e6d8361ed 100644 --- a/sys/amd64/amd64/exception.s +++ b/sys/amd64/amd64/exception.s @@ -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 diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s index a22e6447646b..8a5e6d8361ed 100644 --- a/sys/i386/i386/exception.s +++ b/sys/i386/i386/exception.s @@ -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