Add missing verilogtest.s file.
This commit is contained in:
parent
e7bd7fba34
commit
c2509a1cc8
12
binutils/testsuite/binutils-all/verilogtest.s
Normal file
12
binutils/testsuite/binutils-all/verilogtest.s
Normal file
@ -0,0 +1,12 @@
|
||||
.globl text_symbol
|
||||
.text
|
||||
text_symbol:
|
||||
static_text_symbol:
|
||||
.long 0x04030201
|
||||
.long external_symbol
|
||||
.globl data_symbol
|
||||
.data
|
||||
data_symbol:
|
||||
static_data_symbol:
|
||||
.long 2
|
||||
.comm common_symbol,4
|
Loading…
Reference in New Issue
Block a user