source:
trunk/binutils/ld/testsuite/ld-elfvers/vers23a.c
| Last change on this file was 607, checked in by , 22 years ago | |
|---|---|
|
|
| File size: 89 bytes | |
| Line | |
|---|---|
| 1 | __asm__(".symver _old_bar,bar@VERS.0"); |
| 2 | |
| 3 | void |
| 4 | _old_bar (void) |
| 5 | { |
| 6 | } |
| 7 | |
| 8 | void |
| 9 | foo (void) |
| 10 | { |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
