Home | History | Annotate | Download | only in ld-nios2
      1 .global some_sym
      2 .global some_other_sym
      3 .global min
      4 .global max
      5 
      6 .set max, 0x7fff
      7 .set min, -0x8000
      8 .set some_sym, 0x1000
      9 
     10 
     11