Remove line-leading gas-style comments in files compiled with -std=gnu99
authorH. Peter Anvin <hpa@zytor.com>
Fri, 26 Sep 2008 22:07:05 +0000 (15:07 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 26 Sep 2008 22:07:05 +0000 (15:07 -0700)
commit1e67bf2647c39f057809567e6ae512d6c92fd516
tree31266184ed956f857b866dfe27057a150209181e
parent92a8de517a0bd6cfd974a85fd3f3d26645aa5347
Remove line-leading gas-style comments in files compiled with -std=gnu99

Some versions of gcc barf if we have hash-style comments in files when
-std=gnu99 is used.  Remove from assembly files that are subject to
being assembled that way.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/math/pow.S
com32/lib/sys/entry.S
com32/lib/sys/exit.S