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

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/vtable/inherit0.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
 .data
 
2
 
 
3
 .type vtbl_a,object
 
4
vtbl_a:
 
5
        .space 16
 
6
 .size vtbl_a,16
 
7
 .vtable_inherit vtbl_a, 0
 
8
 
 
9
 .type vtbl_b,object
 
10
vtbl_b:
 
11
        .space 16
 
12
 .size vtbl_b,16
 
13
 .vtable_inherit vtbl_b, vtbl_a