* gas/hppa/unsorted/common.s: New test.
* gas/hppa/unsorted/unsorted.exp: Run it.
This commit is contained in:
parent
6adcecef34
commit
9f2c5c9751
@ -28,6 +28,7 @@ Things-to-keep:
|
|||||||
|
|
||||||
align3.s
|
align3.s
|
||||||
align4.s
|
align4.s
|
||||||
|
common.s
|
||||||
fragbug.s
|
fragbug.s
|
||||||
globalbug.s
|
globalbug.s
|
||||||
importbug.s
|
importbug.s
|
||||||
|
8
gas/testsuite/gas/hppa/unsorted/common.s
Normal file
8
gas/testsuite/gas/hppa/unsorted/common.s
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
.text
|
||||||
|
text_symbol:
|
||||||
|
.long 1
|
||||||
|
.long external_symbol
|
||||||
|
.data
|
||||||
|
data_symbol:
|
||||||
|
.long 2
|
||||||
|
common_symbol .comm 4
|
Loading…
x
Reference in New Issue
Block a user