]> Git Repo - binutils.git/blob - binutils/testsuite/binutils-all/nm-ver.s
Automatic date update in version.in
[binutils.git] / binutils / testsuite / binutils-all / nm-ver.s
1         .symver foo_old,foo@VER_1
2         .hidden foo_old
3 foo_old:
4         .dc.b 0
5
6         .symver foo_new,foo@@VER_2
7         .global foo_new
8 foo_new:
9         .dc.b 0
This page took 0.02471 seconds and 4 git commands to generate.