diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-06-11 08:20:43 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-06-11 08:20:43 +0000 |
commit | c7a8dbf91f37df83dd9153f0a540a34d710d5f73 (patch) | |
tree | a26fa134f43766e995357c7a39586be9ff4335ec /gas/testsuite | |
parent | c52daf705dade98d4954afeceec1225a12d4dac0 (diff) | |
download | gdb-c7a8dbf91f37df83dd9153f0a540a34d710d5f73.zip gdb-c7a8dbf91f37df83dd9153f0a540a34d710d5f73.tar.gz gdb-c7a8dbf91f37df83dd9153f0a540a34d710d5f73.tar.bz2 |
opcodes/
* ppc-opc.c (lvsl, lvebx, isellt, icbt, ldepx, lwepx, lvsr, lvehx)
(iselgt, lvewx, iseleq, isel, dcbst, dcbstep, dcbfl, dcbf, lbepx)
(lvx, dcbfep, dcbtstls, stvebx, dcbtstlse, stdepx, stwepx, dcbtls)
(stvehx, dcbtlse, stvewx, stbepx, icblc, stvx, dcbtstt, dcbtst)
(dcbtst, dcbtstep, dcbtt, dcbt, dcbt, lhepx, eciwx, dcbtep)
(dcread, lxvdsx, lvxl, dcblc, sthepx, ecowx, dcbi, dcread, icbtls)
(stvxl, lxsdx, lfdepx, stxsdx, stfdepx, dcba, dcbal, lxvw4x)
(tlbivax, lfdpx, lxvd2x, tlbsrx., stxvw4x, tlbsx, tlbsx., stfdpx)
(stfqx, stxvd2x, icbi, icbiep, icread, dcbzep): Change RA to RA0.
gas/testsuite/
* gas/ppc/e500mc.d: Update.
* gas/ppc/476.d: Update.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/476.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/e500mc.d | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9b3c6d3..a729175 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-06-11 Andreas Schwab <schwab@linux-m68k.org> + + * gas/ppc/e500mc.d: Update. + * gas/ppc/476.d: Update. + 2012-06-07 H.J. Lu <hongjiu.lu@intel.com> * gas/all/gas.exp: Don't run rept. diff --git a/gas/testsuite/gas/ppc/476.d b/gas/testsuite/gas/ppc/476.d index 06ced90..ec99678 100644 --- a/gas/testsuite/gas/ppc/476.d +++ b/gas/testsuite/gas/ppc/476.d @@ -90,11 +90,11 @@ Disassembly of section \.text: 140: 7c 06 3b ac dcbi r6,r7 144: 7c 85 33 0c dcblc 4,r5,r6 148: 7c 06 38 6c dcbst r6,r7 - 14c: 7c c0 2a 2c dcbt r0,r5,6 + 14c: 7c c0 2a 2c dcbt 0,r5,6 150: 7c 05 32 2c dcbt r5,r6 154: 7c c8 2a 2c dcbt r8,r5,6 158: 7c e8 49 4c dcbtls 7,r8,r9 - 15c: 7c e0 31 ec dcbtst r0,r6,7 + 15c: 7c e0 31 ec dcbtst 0,r6,7 160: 7c 06 39 ec dcbtst r6,r7 164: 7c e9 31 ec dcbtst r9,r6,7 168: 7d 4b 61 0c dcbtstls 10,r11,r12 diff --git a/gas/testsuite/gas/ppc/e500mc.d b/gas/testsuite/gas/ppc/e500mc.d index 846fc47..fedfd14 100644 --- a/gas/testsuite/gas/ppc/e500mc.d +++ b/gas/testsuite/gas/ppc/e500mc.d @@ -43,7 +43,7 @@ Disassembly of section \.text: 84: 7d 2a 5d 86 stwdx r9,r10,r11 88: 7f be ff 46 stfddx f29,r30,r31 8c: 7e b6 bd c6 stddx r21,r22,r23 - 90: 7c 20 0d ec dcbal r0,r1 + 90: 7c 20 0d ec dcbal 0,r1 94: 7c 26 3f ec dcbzl r6,r7 98: 7c 1f 00 7e dcbstep r31,r0 9c: 7c 01 10 fe dcbfep r1,r2 |