From c2509a1cc8beff40b1da8f85a3f27bf9df1d6c02 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 14 May 2019 16:16:56 +0100 Subject: [PATCH] Add missing verilogtest.s file. --- binutils/testsuite/binutils-all/verilogtest.s | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 binutils/testsuite/binutils-all/verilogtest.s 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 -- 2.30.2