diff options
author | Alan Modra <amodra@gmail.com> | 2002-11-12 04:04:13 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-11-12 04:04:13 +0000 |
commit | 852f55ac64a8aacd9bcfd59a044041db2919c563 (patch) | |
tree | f26b0defaae9174dc500ef471d8dbe3b8ca8eb4a | |
parent | 8b4fa15520f53b4506c56203607bcacba17f0c0a (diff) | |
download | gdb-852f55ac64a8aacd9bcfd59a044041db2919c563.zip gdb-852f55ac64a8aacd9bcfd59a044041db2919c563.tar.gz gdb-852f55ac64a8aacd9bcfd59a044041db2919c563.tar.bz2 |
* gas/ppc/booke.d: Adjust output for corrected condition reg.
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/booke.d | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index fe14a7c..d3658aa 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-11-12 Alan Modra <amodra@bigpond.net.au> + + * gas/ppc/booke.d: Adjust output for corrected condition reg. + 2002-11-07 Nick Clifton <nickc@redhat.com> * gas/all/gas.exp: Only run fastcall test for x86 PE targets. diff --git a/gas/testsuite/gas/ppc/booke.d b/gas/testsuite/gas/ppc/booke.d index 90e34e9..761f141 100644 --- a/gas/testsuite/gas/ppc/booke.d +++ b/gas/testsuite/gas/ppc/booke.d @@ -11,12 +11,12 @@ Disassembly of section \.text: 4: 24 46 00 3d bcel 2,4\*cr1\+eq,40 <branch_target_2> 8: 24 67 00 02 bcea 3,4\*cr1\+so,0 <start> 8: R_PPC(64)?_ADDR14 branch_target_3 - c: 24 88 00 03 bcela 4,4\*cr2,0 <start> + c: 24 88 00 03 bcela 4,4\*cr2\+lt,0 <start> c: R_PPC(64)?_ADDR14 branch_target_4 10: 4c a9 00 22 bclre 5,4\*cr2\+gt 14: 4c aa 00 23 bclrel 5,4\*cr2\+eq 18: 4d 0b 04 22 bcctre 8,4\*cr2\+so - 1c: 4d 0c 04 23 bcctrel 8,4\*cr3 + 1c: 4d 0c 04 23 bcctrel 8,4\*cr3\+lt 20: 58 00 00 74 be 94 <branch_target_5> 24: 58 00 00 89 bel ac <branch_target_6> 28: 58 00 00 02 bea 0 <start> |