diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2005-03-10 20:38:55 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2005-03-10 20:38:55 +0000 |
commit | 0abc8c8d8330655f001f707dcedf020513e178b1 (patch) | |
tree | f69dfad2ca4a7a2a4527b23450de1c5d7551c489 /gas | |
parent | f8f47b38eea23ff2b6407670a37baff830787a3f (diff) | |
download | gdb-0abc8c8d8330655f001f707dcedf020513e178b1.zip gdb-0abc8c8d8330655f001f707dcedf020513e178b1.tar.gz gdb-0abc8c8d8330655f001f707dcedf020513e178b1.tar.bz2 |
* gas/ppc/e500.d: Fix encoding of efscfd.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/e500.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d70409a..2bb1e78 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-03-10 Aldy Hernandez <aldyh@redhat.com> + + * gas/ppc/e500.d: Fix encoding of efscfd. + 2005-03-09 Richard Sandiford <rsandifo@redhat.com> * gas/mips/vr4130.[sd]: New test. diff --git a/gas/testsuite/gas/ppc/e500.d b/gas/testsuite/gas/ppc/e500.d index b6aa04b..0d5f581 100644 --- a/gas/testsuite/gas/ppc/e500.d +++ b/gas/testsuite/gas/ppc/e500.d @@ -19,7 +19,7 @@ Disassembly of section \.text: 24: 7c 00 04 4c bbelr 28: 7d 00 83 a6 mtspefscr r8 2c: 7d 20 82 a6 mfspefscr r9 - 30: 10 a4 02 cf efscfd r5,r4 + 30: 10 a0 22 cf efscfd r5,r4 34: 10 a4 02 e4 efdabs r5,r4 38: 10 a4 02 e5 efdnabs r5,r4 3c: 10 a4 02 e6 efdneg r5,r4 |