]> Git Repo - binutils.git/blob - libctf/testsuite/libctf-regression/nonstatic-var-section-ld-r-ctf.c
libctf, ld: fix symtypetab and var section population under ld -r
[binutils.git] / libctf / testsuite / libctf-regression / nonstatic-var-section-ld-r-ctf.c
1 static int foo __attribute__((__used__));
2 int bar;
3
4 /* This is sometimes linked as a main program, sometimes via ld -r, and
5    sometimes via ld -shared.  */
6 int main (void)
7 {
8   return 0;
9 }
This page took 0.024781 seconds and 4 git commands to generate.