mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* gas/mri/common.s, gas/mri/common.d: New test.
* gas/mri/mri.exp: Run it.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Tue Aug 8 17:11:39 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* gas/mri/common.s, gas/mri/common.d: New test.
|
||||||
|
* gas/mri/mri.exp: Run it.
|
||||||
|
|
||||||
Mon Aug 7 22:39:28 1995 Ian Lance Taylor <ian@cygnus.com>
|
Mon Aug 7 22:39:28 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* gas/mri/mri.exp: Add setup_xfail for a29k*-*-* for constants
|
* gas/mri/mri.exp: Add setup_xfail for a29k*-*-* for constants
|
||||||
|
@ -26,6 +26,8 @@ Things-to-keep:
|
|||||||
|
|
||||||
char.d
|
char.d
|
||||||
char.s
|
char.s
|
||||||
|
common.d
|
||||||
|
common.s
|
||||||
constants.d
|
constants.d
|
||||||
constants.s
|
constants.s
|
||||||
equ.d
|
equ.d
|
||||||
|
8
gas/testsuite/gas/mri/common.d
Normal file
8
gas/testsuite/gas/mri/common.d
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#nm: --extern-only
|
||||||
|
#name: MRI common sections
|
||||||
|
#as: -M
|
||||||
|
|
||||||
|
# Test MRI common sections
|
||||||
|
|
||||||
|
0+08 C 00com2
|
||||||
|
0+08 C com1
|
11
gas/testsuite/gas/mri/common.s
Normal file
11
gas/testsuite/gas/mri/common.s
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
; Test MRI common sections
|
||||||
|
common com1
|
||||||
|
ds.l 1
|
||||||
|
com2 common 00
|
||||||
|
ds.l 1
|
||||||
|
incom ds.l 1
|
||||||
|
common com1
|
||||||
|
ds.l 1
|
||||||
|
.data
|
||||||
|
dc.l com1
|
||||||
|
dc.l incom
|
@ -2,12 +2,21 @@
|
|||||||
# Test the MRI compatibility mode.
|
# Test the MRI compatibility mode.
|
||||||
#
|
#
|
||||||
run_dump_test label
|
run_dump_test label
|
||||||
|
|
||||||
setup_xfail "hppa*-*-*"
|
setup_xfail "hppa*-*-*"
|
||||||
run_dump_test equ
|
run_dump_test equ
|
||||||
|
|
||||||
setup_xfail "hppa*-*-*"
|
setup_xfail "hppa*-*-*"
|
||||||
setup_xfail "a29k*-*-*"
|
setup_xfail "a29k*-*-*"
|
||||||
run_dump_test constants
|
run_dump_test constants
|
||||||
|
|
||||||
run_dump_test float
|
run_dump_test float
|
||||||
|
|
||||||
run_dump_test char
|
run_dump_test char
|
||||||
|
|
||||||
setup_xfail "hppa*-*-*"
|
setup_xfail "hppa*-*-*"
|
||||||
run_dump_test expr
|
run_dump_test expr
|
||||||
|
|
||||||
|
setup_xfail "alpha*-*-*"
|
||||||
|
setup_xfail "sparc*-*-*"
|
||||||
|
run_dump_test common
|
||||||
|
Reference in New Issue
Block a user