Home | History | Annotate | Download | only in ld-nios2
      1 # Test for Nios II 32-bit, 16 and 8-bit relocations
      2 
      3 .global byte_sym
      4 .global short_sym
      5 .global long_sym
      6 
      7 .set byte_sym, 0xFA
      8 .set short_sym, 0xFACE
      9 .set long_sym, 0xDEADBEEF
     10