Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(793)

Side by Side Diff: sim/testsuite/sim/cris/asm/movepcd.ms

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sim/testsuite/sim/cris/asm/movepcb.ms ('k') | sim/testsuite/sim/cris/asm/movepcw.ms » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # mach: crisv3 crisv8 crisv10 1 # mach: crisv3 crisv8 crisv10
2 # xerror: 2 # xerror:
3 # output: General register * PC is not implemented.\nprogram stopped with signal 5.\n 3 # output: General register * PC is not implemented.\nprogram stopped with signal 5 (*).\n
4 4
5 # Both source and dest contain PC for "test.d r" (move.d r,r). Ideally, 5 # Both source and dest contain PC for "test.d r" (move.d r,r). Ideally,
6 # the output message should say "read" of PC, but we allow PC as source in 6 # the output message should say "read" of PC, but we allow PC as source in
7 # a move.d r,R insn, so there's no logical way to get that, short of a 7 # a move.d r,R insn, so there's no logical way to get that, short of a
8 # special pattern, which would be just too ugly. The output message says 8 # special pattern, which would be just too ugly. The output message says
9 # "write", but let's match "read" too so we won't fail if things suddenly 9 # "write", but let's match "read" too so we won't fail if things suddenly
10 # improve. 10 # improve.
11 11
12 .include "testutils.inc" 12 .include "testutils.inc"
13 startnostack 13 startnostack
14 setf 14 setf
15 test.d pc 15 test.d pc
16 quit 16 quit
OLDNEW
« no previous file with comments | « sim/testsuite/sim/cris/asm/movepcb.ms ('k') | sim/testsuite/sim/cris/asm/movepcw.ms » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698