Add el segundo tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / vtable / inherit0.s
CommitLineData
36f89926 1 .data
252b5132 2
36f89926 3 .type vtbl_a,object
252b5132
RH
4vtbl_a:
5 .space 16
36f89926
AM
6 .size vtbl_a,16
7 .vtable_inherit vtbl_a, 0
252b5132 8
36f89926 9 .type vtbl_b,object
252b5132
RH
10vtbl_b:
11 .space 16
36f89926
AM
12 .size vtbl_b,16
13 .vtable_inherit vtbl_b, vtbl_a
This page took 0.061901 seconds and 4 git commands to generate.