This commit is contained in:
Arnold Metselaar 2006-01-18 15:00:22 +00:00
parent ae33e02d8f
commit 3170c51cf8
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
2006-01-18 Arnold Metselaar <arnoldm@sourceware.org>
* gas/z80/z80.exp: Add offset.
* gas/z80/ofseet.d: New file.
* gas/z80/ofseet.s: New file.
* gas/z80/offset.d: New file.
* gas/z80/offset.s: New file.
2006-01-16 Paul Brook <paul@codesourcery.com>

View File

@ -7,6 +7,6 @@ if [istarget z80-*-*] then {
run_dump_test "quotes"
# test suffixes
run_dump_test "suffix"
# test assembling and disassembling insturction involving offsets
# test assembling and disassembling instructions involving offsets
run_dump_test "offset"
}