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

Side by Side Diff: sim/testsuite/sim/cris/asm/io9.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/io8.ms ('k') | sim/testsuite/sim/cris/asm/movecpc.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: crisv32 1 # mach: crisv32
2 # ld: --section-start=.text=0 2 # ld: --section-start=.text=0
3 # xerror: 3 # xerror:
4 # output: ce11d0c\n 4 # output: ce11d0c\n
5 # output: core: 4 byte write to unmapped address 0x90000004 at 0x16\n 5 # output: core: 4 byte write to unmapped address 0x90000004 at 0x16\n
6 # output: program stopped with signal 11.\n 6 # output: program stopped with signal 11 (*).\n
7 7
8 ; Check invalid access valid with --cris-900000xx. 8 ; Check invalid access valid with --cris-900000xx.
9 ; "PASS" area. 9 ; "PASS" area.
10 10
11 .include "testutils.inc" 11 .include "testutils.inc"
12 start 12 start
13 move.d 0x0ce11d0c,$r3 13 move.d 0x0ce11d0c,$r3
14 dumpr3 14 dumpr3
15 move.d 0x90000004,$acr 15 move.d 0x90000004,$acr
16 move.d $acr,[$acr] 16 move.d $acr,[$acr]
17 move.d 0xbadc0de,$r3 17 move.d 0xbadc0de,$r3
18 dumpr3 18 dumpr3
19 0: 19 0:
20 ba 0b 20 ba 0b
21 nop 21 nop
OLDNEW
« no previous file with comments | « sim/testsuite/sim/cris/asm/io8.ms ('k') | sim/testsuite/sim/cris/asm/movecpc.ms » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698