Use ALIGN_TEXT macro for alignment to avoid ambiguity.

Pointed out by: bde
This commit is contained in:
Marcel Moolenaar 1999-08-25 19:04:39 +00:00
parent 2d712f3d8d
commit ae4ea3eed4

View File

@ -12,8 +12,7 @@ NON_GPROF_ENTRY(linux_sigcode)
movl $LINUX_SYS_linux_sigreturn,%eax /* linux_sigreturn() */
int $0x80 /* enter kernel with args on stack */
hlt /* never gets here */
.align 4 /* long word align */
ALIGN_TEXT
_linux_esigcode:
.data