Set CPU type in BFD backend for x86_64-nacl* and i?86-nacl* targets
[external/binutils.git] / ld / testsuite / ld-x86-64 / simple.c
1 int
2 foo (int x)
3 {
4   return x * 4;
5 }