aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/exception.S17
1 files changed, 12 insertions, 5 deletions
diff --git a/sys/sparc64/sparc64/exception.S b/sys/sparc64/sparc64/exception.S
index 0b8a0faf78ce..8fc662e55da0 100644
--- a/sys/sparc64/sparc64/exception.S
+++ b/sys/sparc64/sparc64/exception.S
@@ -369,11 +369,18 @@ ENTRY(rsf_fatal)
sir
END(rsf_fatal)
- .comm intrnames, IV_MAX * (MAXCOMLEN + 1)
- .comm eintrnames, 0
-
- .comm intrcnt, IV_MAX * 8
- .comm eintrcnt, 0
+ .data
+ _ALIGN_DATA
+ .globl intrnames, eintrnames
+intrnames:
+ .space IV_MAX * (MAXCOMLEN + 1)
+eintrnames:
+ .globl intrcnt, eintrcnt
+intrcnt:
+ .space IV_MAX * 8
+eintrcnt:
+
+ .text
/*
* Trap table and associated macros