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

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/mmix/err-bpo3.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
% { dg-do assemble { target mmix-*-* } }
 
2
 
 
3
# Base-plus-offset without -linker-allocated-gregs.
 
4
 
 
5
a TETRA 42
 
6
  LDO $43,a+52          % { dg-error "no suitable GREG definition" "" }
 
7
 
 
8
  LOC @+256
 
9
d TETRA 28
 
10
  LDO $143,d+12         % { dg-error "no suitable GREG definition" "" }
 
11
  LDO $243,a+12         % { dg-error "no suitable GREG definition" "" }
 
12
  LDA $103,d+40         % { dg-error "no suitable GREG definition" "" }
 
13
  LDA $13,a+24          % { dg-error "no suitable GREG definition" "" }