From 7f31d1a62eef790d4e3d2a2fe2d31fe994b34dd0 Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 25 Aug 1999 19:04:39 +0000 Subject: Use ALIGN_TEXT macro for alignment to avoid ambiguity. Pointed out by: bde --- sys/i386/linux/linux_locore.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/i386/linux/linux_locore.s') diff --git a/sys/i386/linux/linux_locore.s b/sys/i386/linux/linux_locore.s index 2f938a7..dbe2126 100644 --- a/sys/i386/linux/linux_locore.s +++ b/sys/i386/linux/linux_locore.s @@ -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 -- cgit v1.1