summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-04-12 12:22:14 +0000
committerphk <phk@FreeBSD.org>1996-04-12 12:22:14 +0000
commit1c2cbbd040ed08fc4cafb66da7251ca95e8aa245 (patch)
tree588baaadbb2d6da564cd3e0cfe52af40f2652a09 /sys
parentc6ad12c81beb745976817a3dbf0468833c81f470 (diff)
downloadFreeBSD-src-1c2cbbd040ed08fc4cafb66da7251ca95e8aa245.zip
FreeBSD-src-1c2cbbd040ed08fc4cafb66da7251ca95e8aa245.tar.gz
Make alltraps a .globl so that DDB doesn't make people belive they have
an ALIGNFLT on their hands all the time.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/exception.S3
-rw-r--r--sys/amd64/amd64/exception.s3
-rw-r--r--sys/i386/i386/exception.s3
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
index a22e644..8a5e6d8 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 a22e644..8a5e6d8 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 a22e644..8a5e6d8 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
OpenPOWER on IntegriCloud