diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/gotpcrel1c.c')
-rw-r--r-- | ld/testsuite/ld-x86-64/gotpcrel1c.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/gotpcrel1c.c b/ld/testsuite/ld-x86-64/gotpcrel1c.c new file mode 100644 index 0000000..05f5fc2 --- /dev/null +++ b/ld/testsuite/ld-x86-64/gotpcrel1c.c @@ -0,0 +1,7 @@ +#include <stdlib.h> + +void +myexit (int status) +{ + exit (status); +} |