This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvsb / define.s
1 .data
2 .globl protected
3 .type protected,@object
4 protected:
5 .globl hidden
6 .type hidden,@object
7 hidden:
8 .globl internal
9 .type internal,@object
10 internal:
This page took 0.036085 seconds and 5 git commands to generate.