From 1d346c645e9050e54033b7058760203f8fbd2833 Mon Sep 17 00:00:00 2001 From: dim Date: Wed, 29 Aug 2012 18:22:52 +0000 Subject: [PATCH] Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S. Specifying no argument is undocumented in the gas manual, and clang's integrated assembler refuses to parse it. Also, removing it causes no change at all in the resulting object file. MFC after: 1 week --- sys/i386/bios/smapi_bios.S | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/i386/bios/smapi_bios.S b/sys/i386/bios/smapi_bios.S index db4b2385dad0..74ba05a3f8d0 100644 --- a/sys/i386/bios/smapi_bios.S +++ b/sys/i386/bios/smapi_bios.S @@ -6,7 +6,6 @@ __FBSDID("$FreeBSD$"); * Thomas Hood. */ - .align smapi32_entry: /* far pointer to SMAPI entry */ .globl smapi32_offset smapi32_offset: .long 0x00000000 /* set by caller */