Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross4.c
CommitLineData
b239e909
L
1__attribute__ ((section (".nocrossrefs")))
2static void
3foo ()
4{
5}
6
7void (*dummy) () = foo;
This page took 0.652604 seconds and 4 git commands to generate.