This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / vtable / inherit0.s
CommitLineData
252b5132
RH
1.data
2
3.type vtbl_a,object
4vtbl_a:
5 .space 16
6.size vtbl_a,16
7.vtable_inherit vtbl_a, 0
8
9.type vtbl_b,object
10vtbl_b:
11 .space 16
12.size vtbl_b,16
13.vtable_inherit vtbl_b, vtbl_a
This page took 0.036584 seconds and 4 git commands to generate.