From: Nick Clifton Date: Tue, 14 May 2019 15:16:56 +0000 (+0100) Subject: Add missing verilogtest.s file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2509a1cc8beff40b1da8f85a3f27bf9df1d6c02;p=binutils-gdb.git Add missing verilogtest.s file. --- diff --git a/binutils/testsuite/binutils-all/verilogtest.s b/binutils/testsuite/binutils-all/verilogtest.s new file mode 100644 index 00000000000..3c0900e1b3d --- /dev/null +++ b/binutils/testsuite/binutils-all/verilogtest.s @@ -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