mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Add missing verilogtest.s file.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user