source: binutils/vendor/current/ld/testsuite/ld-i386/plt-lib.c@ 1968

Last change on this file since 1968 was 1968, checked in by Silvan Scherrer, 8 years ago

binutils: update vendor to version 2.27. some files are missing, due to a svn bug with @ in the name. But as it's only in the testsuite I don't care atm

File size: 64 bytes
Line 
1int
2foo (void)
3{
4 return 1;
5}
6
7int
8bar (void)
9{
10 return -1;
11}
Note: See TracBrowser for help on using the repository browser.