]> granicus.if.org Git - yasm/commit
Fix #161: Don't require 0d/0e/0f/0t prefix on floating point numbers.
authorPeter Johnson <peter@tortall.net>
Thu, 30 Oct 2008 07:36:25 +0000 (07:36 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 30 Oct 2008 07:36:25 +0000 (07:36 -0000)
commitbb1aaf9efd64c6d1df378111f9ddd3a9a96f49a1
treead3fa74aa87f6e5bf731f01f0438e3b889099c59
parent7b901e3596309180400de5e5c30421abf3a3af55
Fix #161: Don't require 0d/0e/0f/0t prefix on floating point numbers.
While this is not mentioned in the GAS documentation, GAS doesn't require it.

svn path=/trunk/yasm/; revision=2158
modules/parsers/gas/gas-token.re
modules/parsers/gas/tests/Makefile.inc
modules/parsers/gas/tests/gas-float.asm [new file with mode: 0644]
modules/parsers/gas/tests/gas-float.hex [new file with mode: 0644]