Add .register directives to appease newer gas.

This commit is contained in:
thorpej 2002-05-05 08:15:15 +00:00
parent 21e9aa7fd6
commit 80303e7e64
3 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_sigcode.s,v 1.1 2001/06/06 21:19:51 mrg Exp $ */
/* $NetBSD: sunos_sigcode.s,v 1.2 2002/05/05 08:21:40 thorpej Exp $ */
/*
* Copyright (c) 1996-2000 Eduardo Horvath
@ -62,6 +62,9 @@
#include <machine/frame.h>
#include <compat/sunos/sunos_syscall.h>
.register %g2,#scratch
.register %g3,#scratch
/*
* The following code is copied to the top of the user stack when each
* process is exec'ed, and signals are `trampolined' off it.

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_sigcode.s,v 1.1 2001/06/06 21:19:51 mrg Exp $ */
/* $NetBSD: svr4_32_sigcode.s,v 1.2 2002/05/05 08:21:40 thorpej Exp $ */
/*
* Copyright (c) 1996-2000 Eduardo Horvath
@ -65,6 +65,9 @@
#include <sys/syscall.h>
#include <compat/svr4/svr4_syscall.h>
.register %g2,#scratch
.register %g3,#scratch
/*
* This code is still 32-bit only.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_sigcode64.s,v 1.2 2001/06/30 00:09:08 eeh Exp $ */
/* $NetBSD: svr4_sigcode64.s,v 1.3 2002/05/05 08:15:15 thorpej Exp $ */
/*
* Copyright (c) 1996-2000 Eduardo Horvath
@ -66,6 +66,9 @@
#include <sys/syscall.h>
#include <compat/svr4/svr4_syscall.h>
.register %g2,#scratch
.register %g3,#scratch
/*
* XXXXX Not implemented yet
*