Handle symbols defined/referenced only within IR
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-15b.c
1 extern void abort (void);
2 unsigned long long
3 __udivdi3(unsigned long long n, unsigned long long d)
4 {
5 abort ();
6 return n + d;
7 }
This page took 0.028371 seconds and 4 git commands to generate.