summaryrefslogtreecommitdiffstats
path: root/sys/i386/svr4
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-08-25 22:55:56 +0000
committernewton <newton@FreeBSD.org>1999-08-25 22:55:56 +0000
commit8cce2a845a330bbd56ed957ce5d47f73e4fdeccb (patch)
treef05ca53f6f8c50e122ba00b0fc3086dab44698c6 /sys/i386/svr4
parentdfe1d4fd901ddd183cf53def5de6ba8080b889a3 (diff)
downloadFreeBSD-src-8cce2a845a330bbd56ed957ce5d47f73e4fdeccb.zip
FreeBSD-src-8cce2a845a330bbd56ed957ce5d47f73e4fdeccb.tar.gz
Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linux
emulator. Suggested by: bde
Diffstat (limited to 'sys/i386/svr4')
-rw-r--r--sys/i386/svr4/svr4_locore.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/svr4/svr4_locore.s b/sys/i386/svr4/svr4_locore.s
index 9a9b6c0..065dbdb 100644
--- a/sys/i386/svr4/svr4_locore.s
+++ b/sys/i386/svr4/svr4_locore.s
@@ -3,7 +3,7 @@
#include <svr4/svr4_syscall.h> /* system call numbers */
-/* $Id$ */
+/* $Id: svr4_locore.s,v 1.6 1999/07/30 12:47:17 newton Exp $ */
NON_GPROF_ENTRY(svr4_sigcode)
call SVR4_SIGF_HANDLER(%esp)
@@ -24,7 +24,7 @@ NON_GPROF_ENTRY(svr4_sigcode)
movl $exit,%eax
int $0x80 # exit if sigreturn fails
- .align 2 /* long word align */
+ ALIGN_TEXT
svr4_esigcode:
.data
OpenPOWER on IntegriCloud