From ae4ea3eed4067aff2d75437f484ce5ea65b686ea Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Wed, 25 Aug 1999 19:04:39 +0000 Subject: [PATCH] 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(-) diff --git a/sys/i386/linux/linux_locore.s b/sys/i386/linux/linux_locore.s index 2f938a723ecc..dbe2126a32ef 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