* 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:
@ -14,6 +14,9 @@
|
||||
* they apply.
|
||||
*/
|
||||
#include "asm.h"
|
||||
|
||||
.register %g2, #scratch
|
||||
.register %g3, #scratch
|
||||
|
||||
.data
|
||||
.align 8
|
||||
|
@ -21,6 +21,9 @@
|
||||
#else
|
||||
#define SAVE_SIZE -64
|
||||
#endif
|
||||
|
||||
.register %g2, #scratch
|
||||
.register %g3, #scratch
|
||||
|
||||
.data
|
||||
.align 8
|
||||
|
@ -6,6 +6,9 @@
|
||||
|
||||
#include "asm.h"
|
||||
|
||||
.register %g2, #scratch
|
||||
.register %g3, #scratch
|
||||
|
||||
.data
|
||||
.align 8
|
||||
SYM(environ):
|
||||
|
@ -15,6 +15,9 @@
|
||||
#include "asm.h"
|
||||
#include "slite.h"
|
||||
|
||||
.register %g2, #scratch
|
||||
.register %g3, #scratch
|
||||
|
||||
.text
|
||||
.align 4
|
||||
|
||||
|
Reference in New Issue
Block a user