source:
binutils/vendor/current/ld/testsuite/ld-i386/pr17689a.c@
1968
Last change on this file since 1968 was 1968, checked in by , 8 years ago | |
---|---|
File size: 148 bytes |
Line | |
---|---|
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 | } |
Note:
See TracBrowser
for help on using the repository browser.