Have the linker's help text include the default setting of the --hash-style option...
[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.033934 seconds and 4 git commands to generate.