2005-10-04 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross4.c
1 __attribute__ ((section (".nocrossrefs")))
2 static void
3 foo ()
4 {
5 }
6
7 void (*dummy) () = foo;
This page took 0.030626 seconds and 5 git commands to generate.