~ubuntu-branches/debian/sid/gdb/sid

« back to all changes in this revision

Viewing changes to sim/testsuite/sim/bfin/issue117.s

  • Committer: Package Import Robot
  • Author(s): Hector Oron
  • Date: 2012-01-28 00:41:20 UTC
  • mfrom: (1.4.9) (5.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20120128004120-bar1h77ark622noi
Tags: 7.4really-1
* New upstream release:
  - Many Python scripting improvements
  - Better support for ambiguous linespecs
  - Masked watchpoints
  - Tracepoint support improvements
  - Support for Texas Instruments TMS320C6x (tic6x-*-*)
  - A Renesas RL78 simulator (rl78-*-elf)
  - Some minor Remote protocol extensions and GDB/MI changes
* Temporarily disable gdb-multiarch and gdb-dbg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# mach: bfin
 
2
 
 
3
.include "testutils.inc"
 
4
        start
 
5
 
 
6
// issue 117
 
7
 
 
8
        R0 = 0;
 
9
        R1 = 0;
 
10
        R2 = 0;
 
11
        R3 = 0;
 
12
        A0 = 0;
 
13
        A1 = 0;
 
14
        R0.L = 0x0400;
 
15
        R1.L = 0x0010;
 
16
        R2.L = ( A0 = R0.L * R1.L ) (S2RND);
 
17
 
 
18
        DBGA ( R2.L , 0x1 );
 
19
        pass