From owner-svn-src-stable-9@FreeBSD.ORG Fri Sep 7 17:51:13 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42C601065674; Fri, 7 Sep 2012 17:51:13 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2CD8FC18; Fri, 7 Sep 2012 17:51:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q87HpDFg039002; Fri, 7 Sep 2012 17:51:13 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q87HpCb8039000; Fri, 7 Sep 2012 17:51:12 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201209071751.q87HpCb8039000@svn.freebsd.org> From: Dimitry Andric Date: Fri, 7 Sep 2012 17:51:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240206 - stable/9/sys/i386/bios X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 17:51:13 -0000 Author: dim Date: Fri Sep 7 17:51:12 2012 New Revision: 240206 URL: http://svn.freebsd.org/changeset/base/240206 Log: MFC r239869: 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. Modified: stable/9/sys/i386/bios/smapi_bios.S Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/i386/bios/smapi_bios.S ============================================================================== --- stable/9/sys/i386/bios/smapi_bios.S Fri Sep 7 16:59:30 2012 (r240205) +++ stable/9/sys/i386/bios/smapi_bios.S Fri Sep 7 17:51:12 2012 (r240206) @@ -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 */