Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-elfweak/weakref2.c
2023-03-06 14:48:14 +01:00

2 lines
82 B
C

extern int weaksym2;
int *psym2 __attribute__ ((section (".data1"))) = &weaksym2;