Add missing verilogtest.s file.
authorNick Clifton <nickc@redhat.com>
Tue, 14 May 2019 15:16:56 +0000 (16:16 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 14 May 2019 15:16:56 +0000 (16:16 +0100)
binutils/testsuite/binutils-all/verilogtest.s [new file with mode: 0644]

diff --git a/binutils/testsuite/binutils-all/verilogtest.s b/binutils/testsuite/binutils-all/verilogtest.s
new file mode 100644 (file)
index 0000000..3c0900e
--- /dev/null
@@ -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
This page took 0.024973 seconds and 4 git commands to generate.