Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-vsb/define.s

17 lines
244 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.data
.globl protected
.ifndef XCOFF_TEST
.type protected,"object"
.endif
protected:
.globl hidden
.ifndef XCOFF_TEST
.type hidden,"object"
.endif
hidden:
.globl internal
.ifndef XCOFF_TEST
.type internal,"object"
.endif
internal: