Allow objdump to recognise the System.Runtime.dll files that get shipped with .NET...
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / verilogtest.s
CommitLineData
c2509a1c
NC
1 .globl text_symbol
2 .text
3text_symbol:
4static_text_symbol:
5 .long 0x04030201
6 .long external_symbol
7 .globl data_symbol
8 .data
9data_symbol:
10static_data_symbol:
11 .long 2
12 .comm common_symbol,4
This page took 0.03233 seconds and 4 git commands to generate.