Fix PIC_SYM() macro: it never needs to token paste, so it's not
authorguenther <guenther@openbsd.org>
Thu, 24 Feb 2022 07:08:21 +0000 (07:08 +0000)
committerguenther <guenther@openbsd.org>
Thu, 24 Feb 2022 07:08:21 +0000 (07:08 +0000)
commitfb956c4c29d36b6b5f592d665c64dc7757789a98
treefeedd715d6a8faac6af9f4dee5c3fda5f329cb8c
parentbb3a22944347e0b6e16aadcb7ffc2d22af0fc687
Fix PIC_SYM() macro: it never needs to token paste, so it's not
dependent on __STDC__ and doesn't need the ## operator.

ok jsg@
sys/arch/arm/include/asm.h
sys/arch/arm64/include/asm.h
sys/arch/riscv64/include/asm.h