]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r239869:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 7 Sep 2012 17:51:12 +0000 (17:51 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 7 Sep 2012 17:51:12 +0000 (17:51 +0000)
commit23ace6e975c210d9ba6f550c819efbe990c6a22f
treede1190c72b2c7c2ef5f12c7196b97322bed440e6
parentae895729fd02fccd8116fbc084c88c91ae629ee0
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.

git-svn-id: svn://svn.freebsd.org/base/stable/9@240206 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/i386/bios/smapi_bios.S