mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
15 lines
333 B
D
15 lines
333 B
D
|
#ld: -Tdefined4.t
|
||
|
#nm: -B
|
||
|
#source: defined4.s
|
||
|
#xfail: rs6000-*-aix*
|
||
|
#notarget: mips*-*-* mmix-*-*
|
||
|
# We check that defined and defined1 have the same address. MIPS targets
|
||
|
# use different address. MMIX puts defined and defined1 in text section.
|
||
|
|
||
|
# Check that arithmetic on DEFINED works.
|
||
|
#...
|
||
|
0+0 D defined
|
||
|
#...
|
||
|
0+0 D defined1
|
||
|
#pass
|