This a follow up commit from r224216 for powerpc 32-bit. Increase

the storage size for sintrcnt/sintrnames to .long.

Reviewed by: nwhitehorn
Approved by: re (kib)
This commit is contained in:
Andreas Tobler 2011-07-25 20:10:01 +00:00
parent 7a0b13ed28
commit 42f2270475

View File

@ -91,13 +91,13 @@ GLOBAL(esym)
GLOBAL(intrnames)
.space INTRCNT_COUNT * (MAXCOMLEN + 1) * 2
GLOBAL(sintrnames)
.word INTRCNT_COUNT * (MAXCOMLEN + 1) * 2
.long INTRCNT_COUNT * (MAXCOMLEN + 1) * 2
.align 4
GLOBAL(intrcnt)
.space INTRCNT_COUNT * 4 * 2
GLOBAL(sintrcnt)
.word INTRCNT_COUNT * 4 * 2
.long INTRCNT_COUNT * 4 * 2
.text
.globl btext