Also check GOT PLT for R_X86_64_PLTOFF64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr17689a.c
CommitLineData
bc696fd5
L
1#include <stdio.h>
2
3char *bar = "PASS";
4extern char *bar_alias __attribute__ ((weak, alias ("bar")));
5
6void
7foo (char *x)
8{
9 printf ("%s\n", x);
10}
This page took 0.103385 seconds and 4 git commands to generate.