svn commit: r1579 - in trunk/yasm/modules/arch/x86: . tests

peter at tortall.net peter at tortall.net
Wed Jun 14 21:55:47 PDT 2006


Author: peter
Date: Wed Jun 14 21:55:47 2006
New Revision: 1579

Added:
   trunk/yasm/modules/arch/x86/tests/farithr.asm
   trunk/yasm/modules/arch/x86/tests/farithr.errwarn
   trunk/yasm/modules/arch/x86/tests/farithr.hex
   trunk/yasm/modules/arch/x86/tests/gas32/gas-farithr.asm
   trunk/yasm/modules/arch/x86/tests/gas32/gas-farithr.errwarn
   trunk/yasm/modules/arch/x86/tests/gas32/gas-farithr.hex
Modified:
   trunk/yasm/modules/arch/x86/tests/Makefile.inc
   trunk/yasm/modules/arch/x86/tests/gas32/Makefile.inc
   trunk/yasm/modules/arch/x86/x86parse.gap
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1579

Log:
Fix farith and farithp instructions for GAS mode (e.g. fsubr).

The easiest way to fix these was to adjust the GAP input file to have NASM
and GAS versions of these instructions.

Tests added to check both NASM and GAS (farith.asm and gas-farithr.asm
respectively).



More information about the yasm-cvs mailing list