Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-elfweak/alias.c

4 lines
151 B
C

int strongsym = 123;
extern int __attribute__ ((weak, alias ("strongsym"))) weaksym1;
extern int __attribute__ ((weak, alias ("strongsym"))) weaksym2;