source: trunk/binutils/ld/testsuite/ld-elfvers/vers22a.c

Last change on this file was 607, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 63 bytes
Line 
1__asm__(".symver _old_bar,bar@VERS.0");
2
3void
4_old_bar ()
5{
6}
Note: See TracBrowser for help on using the repository browser.