This is the mail archive of the binutils@sourceware.org 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]

Added new test for z80.


Hello,
I have added a test for assembling and disassembling z80-instructions involving offsets.

Arnold

gas/testsuite/ChangeLog:
	* gas/z80/z80.exp: Add offset.
	* gas/z80/offset.d: New file.
	* gas/z80/offset.s: New file.

Index: gas/testsuite/gas/z80/z80.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/z80/z80.exp,v
retrieving revision 1.3
retrieving revision 1.5
diff -u -r1.3 -r1.5
--- gas/testsuite/gas/z80/z80.exp       6 Nov 2005 23:04:53 -0000       1.3
+++ gas/testsuite/gas/z80/z80.exp       18 Jan 2006 15:00:22 -0000      1.5
@@ -7,4 +7,6 @@
     run_dump_test "quotes"
 # test suffixes
     run_dump_test "suffix"
+# test assembling and disassembling instructions involving offsets
+    run_dump_test "offset"
 }


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