Silence nds32 pic warnings
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19553d.c
1 #include <stdio.h>
2
3 __attribute__ ((weak))
4 void
5 foo (void)
6 {
7 printf ("pr19553d\n");
8 }
This page took 0.052515 seconds and 4 git commands to generate.