Date: Wed, 29 Aug 2012 18:22:52 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r239869 - head/sys/i386/bios Message-ID: <201208291822.q7TIMqw1091955@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dim Date: Wed Aug 29 18:22:52 2012 New Revision: 239869 URL: http://svn.freebsd.org/changeset/base/239869 Log: 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 Modified: head/sys/i386/bios/smapi_bios.S Modified: head/sys/i386/bios/smapi_bios.S ============================================================================== --- head/sys/i386/bios/smapi_bios.S Wed Aug 29 18:14:20 2012 (r239868) +++ head/sys/i386/bios/smapi_bios.S Wed Aug 29 18:22:52 2012 (r239869) @@ -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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208291822.q7TIMqw1091955>