]> Git Repo - binutils.git/blob - binutils/testsuite/binutils-all/no-weak.s
Automatic date update in version.in
[binutils.git] / binutils / testsuite / binutils-all / no-weak.s
1         .file   "no-weak.c"
2         .text
3
4         .globl  weak_with_default_value
5         .weak   weak_with_default_value
6 weak_with_default_value:        
7         .nop
8         
9         .data
10         .weak   weak_without_default_value
11         .dc.a   weak_without_default_value
12         
13         
This page took 0.023972 seconds and 4 git commands to generate.