Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linux

emulator.

Suggested by:	bde
This commit is contained in:
newton 1999-08-25 22:55:56 +00:00
parent dfe1d4fd90
commit 8cce2a845a

View File

@ -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