defined4.d 251 B

12345678910111213
  1. #ld: -Tdefined4.t
  2. #nm: -B
  3. #source: defined4.s
  4. #xfail: mips*-*-*
  5. # We check that defined and defined1 have the same address. MIPS targets
  6. # use different address.
  7. # Check that arithmetic on DEFINED works.
  8. #...
  9. 0+0 D defined
  10. #...
  11. 0+0 D defined1
  12. #pass