More recent MIPS processors (and the corresponding assemblers) require
authorChris Hanson <org/chris-hanson/cph>
Sun, 19 Jul 1998 20:41:30 +0000 (20:41 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 19 Jul 1998 20:41:30 +0000 (20:41 +0000)
commit2dae41c4ae60154bf410b42681e2eb15629caf6a
tree7cd42a1c1e64494e62afc877b5bf1adbaf845a10
parent0824174b981bafcebab12da1156ed1ed706de2e2
More recent MIPS processors (and the corresponding assemblers) require
that the stack pointer always be a multiple of 8.  Change the code to
make that so.  Also, work around an assembler bug having to do with
".globl" and the "la" pseudo-instruction.
v7/src/microcode/cmpauxmd/mips.m4