~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/d30v/guard-debug.s

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Same as guard.s but here we are testing debug (-g) assembly
 
2
# On the D30V, assembling with -g should disable the VLIW packing
 
3
# and put only one instruction per line.        
 
4
 
 
5
        .text
 
6
 
 
7
        add     r1,r2,r3
 
8
        add/al  r1,r2,r3
 
9
        add/tx  r1,r2,r3
 
10
        add/fx  r1,r2,r3
 
11
        add/xt  r1,r2,r3
 
12
        add/xf  r1,r2,r3
 
13
        add/tt  r1,r2,r3
 
14
        add/tf  r1,r2,r3
 
15
 
 
16
        
 
17