2002-11-08 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvsb / define.s
CommitLineData
f5e04945 1 .data
04827a14 2 .globl protected
f5e04945 3 .type protected,@object
04827a14
L
4protected:
5 .globl hidden
f5e04945 6 .type hidden,@object
04827a14
L
7hidden:
8 .globl internal
f5e04945 9 .type internal,@object
04827a14 10internal:
This page took 0.069628 seconds and 4 git commands to generate.