x86: Add explicit -mx86-used-note=[yes|no] to tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr17689a.c
1 #include <stdio.h>
2
3 char *bar = "PASS";
4 extern char *bar_alias __attribute__ ((weak, alias ("bar")));
5
6 void
7 foo (char *x)
8 {
9 printf ("%s\n", x);
10 }
This page took 0.031262 seconds and 4 git commands to generate.