* sparc/crt0.S: Declare use of system registers.

* sparc/cygmon-crt0.S: Ditto.
* sparc/erc32-crt0.S: Ditto.
* sparc/traps.S: Ditto.
This commit is contained in:
Yaakov Selkowitz
2015-01-22 17:38:39 +00:00
parent 128e9e0be5
commit 5ae2368e92
5 changed files with 20 additions and 1 deletions

View File

@ -14,6 +14,9 @@
* they apply.
*/
#include "asm.h"
.register %g2, #scratch
.register %g3, #scratch
.data
.align 8

View File

@ -21,6 +21,9 @@
#else
#define SAVE_SIZE -64
#endif
.register %g2, #scratch
.register %g3, #scratch
.data
.align 8

View File

@ -6,6 +6,9 @@
#include "asm.h"
.register %g2, #scratch
.register %g3, #scratch
.data
.align 8
SYM(environ):

View File

@ -15,6 +15,9 @@
#include "asm.h"
#include "slite.h"
.register %g2, #scratch
.register %g3, #scratch
.text
.align 4