Don't add DT_NEEDED for references from the dummy bfd
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-7b.c
CommitLineData
af55061b
L
1extern int foo;
2
3static void
4__attribute__ ((unused, constructor))
5set_foo (void)
6{
7 foo = 30;
8}
This page took 0.032294 seconds and 4 git commands to generate.