This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

x86-64 test patch


Hi all,

This adds some gas testing for x86-64. It needs a small patch that Andreas or 
Jan will commit soon.

2002-02-22  Bo Thorsen  <bo@suse.de>

	* i386.exp: Add x86-64-opcode (checks valid opcodes) and x86-64-inval
	(checks invalid opcodes) checks
	* x86-64-inval.l: New file.
	* x86-64-inval.s: New file.
	* x86-64-opcode.d: New file.
	* x86-64-opcode.s: New file.

Index: i386.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i386/i386.exp,v
retrieving revision 1.12
diff -c -u -r1.12 i386.exp
cvs server: conflicting specifications of output style
--- i386.exp    2001/09/30 04:09:35     1.12
+++ i386.exp    2002/02/22 11:02:48
@@ -87,6 +87,8 @@
     set ASFLAGS "$ASFLAGS --64"

     run_dump_test "x86_64"
+    run_dump_test "x86-64-opcode"
+    run_list_test "x86-64-inval" "-al"

     set ASFLAGS "$old_ASFLAGS"
 }

The four files are attached, since I don't have write access=>no cvs add;cvs 
diff. The tests pass 

Bo.

-- 

     Bo Thorsen                 |   Praestevejen 4
     Free software developer    |   5290 Marslev
     SuSE Labs                  |   Denmark


Attachment: x86-64-opcode.s
Description: Troff document

Attachment: x86-64-opcode.d
Description: Text document

Attachment: x86-64-inval.s
Description: Text document

Attachment: x86-64-inval.l
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]