From 9f2c5c975144923c065a4df1e6bf6fd09bb091e6 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 21 Mar 1995 05:47:14 +0000 Subject: [PATCH] * gas/hppa/unsorted/common.s: New test. * gas/hppa/unsorted/unsorted.exp: Run it. --- gas/testsuite/gas/hppa/unsorted/.Sanitize | 1 + gas/testsuite/gas/hppa/unsorted/common.s | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 gas/testsuite/gas/hppa/unsorted/common.s diff --git a/gas/testsuite/gas/hppa/unsorted/.Sanitize b/gas/testsuite/gas/hppa/unsorted/.Sanitize index 105f8c2da45..3eadd7b8e3e 100644 --- a/gas/testsuite/gas/hppa/unsorted/.Sanitize +++ b/gas/testsuite/gas/hppa/unsorted/.Sanitize @@ -28,6 +28,7 @@ Things-to-keep: align3.s align4.s +common.s fragbug.s globalbug.s importbug.s diff --git a/gas/testsuite/gas/hppa/unsorted/common.s b/gas/testsuite/gas/hppa/unsorted/common.s new file mode 100644 index 00000000000..d92b0cba70e --- /dev/null +++ b/gas/testsuite/gas/hppa/unsorted/common.s @@ -0,0 +1,8 @@ + .text +text_symbol: + .long 1 + .long external_symbol + .data +data_symbol: + .long 2 +common_symbol .comm 4 -- 2.30.2