diff options
author | Jeff Law <law@redhat.com> | 1995-03-21 05:47:14 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-03-21 05:47:14 +0000 |
commit | 9f2c5c975144923c065a4df1e6bf6fd09bb091e6 (patch) | |
tree | 1b99ac09020e8c717ecc0d313e6b7c8e0fb490b6 /gas | |
parent | 6adcecef34618184acf337bcdcb173d88134d54d (diff) | |
download | gdb-9f2c5c975144923c065a4df1e6bf6fd09bb091e6.zip gdb-9f2c5c975144923c065a4df1e6bf6fd09bb091e6.tar.gz gdb-9f2c5c975144923c065a4df1e6bf6fd09bb091e6.tar.bz2 |
* gas/hppa/unsorted/common.s: New test.
* gas/hppa/unsorted/unsorted.exp: Run it.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/hppa/unsorted/.Sanitize | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/hppa/unsorted/common.s | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gas/testsuite/gas/hppa/unsorted/.Sanitize b/gas/testsuite/gas/hppa/unsorted/.Sanitize index 105f8c2..3eadd7b 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 0000000..d92b0cb --- /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 |