If a shared library has a protected symbol 'foo', that doesn't imply that the symbol 'foo' in the output should be protected or not. llvm-svn: 265794
8 lines
97 B
ArmAsm
8 lines
97 B
ArmAsm
.global foo
|
|
.protected foo
|
|
foo:
|
|
|
|
.global bar
|
|
.protected bar
|
|
bar:
|