Fix spurious failures in ld-plugin/lto.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr12760b.c
1 #define linker_warning(x, msg) \
2 static const char __warn_##x[] \
3 __attribute__((used, section(".gnu.warning." #x))) \
4 = msg
5
6 void bar (void) {}
7 linker_warning(bar, "Bad bar");
This page took 0.029355 seconds and 4 git commands to generate.