ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / dwarf3.c
CommitLineData
90ed9b8b
AB
1/* This test is actually used to test for a segfault that came from the bfd
2 dwarf parsing code in the case when there is _no_ dwarf info. */
3
4extern void bar (int a);
5
6int
7main ()
8{
9 bar (1);
10 bar (2);
11
12 return 0;
13}
This page took 0.164395 seconds and 4 git commands to generate.