diff options
author | Doug Evans <dje@google.com> | 1998-01-23 03:15:26 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-23 03:15:26 +0000 |
commit | ecdf8528815ae69f8120ab9d95cb6d7fcbc6f526 (patch) | |
tree | a4e04fbfc2afaeb49312335f54f769f658ddea82 /gas/testsuite | |
parent | ffeec95486a5c3bfe335ec776a3c513410ee81e0 (diff) | |
download | gdb-ecdf8528815ae69f8120ab9d95cb6d7fcbc6f526.zip gdb-ecdf8528815ae69f8120ab9d95cb6d7fcbc6f526.tar.gz gdb-ecdf8528815ae69f8120ab9d95cb6d7fcbc6f526.tar.bz2 |
update, lower insn has lower address
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/txvu/basic-1.d | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/testsuite/gas/txvu/basic-1.d b/gas/testsuite/gas/txvu/basic-1.d index 011ae15..0b05a1c 100644 --- a/gas/testsuite/gas/txvu/basic-1.d +++ b/gas/testsuite/gas/txvu/basic-1.d @@ -7,7 +7,7 @@ Disassembly of section .text: 0* <foo>: - *0: fd a1 ca 01 abs.xyz vf10xyz,vf20xyz[ ]*waitp - *4: bf 07 00 80 - *8: a8 a2 fe 01 add.xyzw vf10xyzw,vf20xyzw,vf30xyzw[ ]*waitq - *c: bf 03 00 80 + *0: bf 07 00 80[ ]*abs.xyz vf10xyz,vf20xyz[ ]*waitp + *4: fd a1 ca 01[ ]* + *8: bf 03 00 80[ ]*add.xyzw vf10xyzw,vf20xyzw,vf30xyzw[ ]*waitq + *c: a8 a2 fe 01[ ]* |