Home | History | Annotate | Download | only in all
      1 /* m# test multiple weakrefs */
      2 	.weakref Wnm1, nm1
      3 	.weakref Wnm1, nm1
      4 
      5 	.weakref Wum2, um2
      6 	.weakref Wum2, um2
      7 	.long um2
      8 
      9 	.weakref Wwm3, wm3
     10 	.weakref Wwm3, wm3
     11 	.long Wwm3
     12 
     13 /* r# weakref redefinitions, to and from */
     14 	.weakref lr1, nr1
     15 	.long lr1
     16 	.set lr1, l
     17 	.long lr1
     18 
     19 	.long lr2
     20 	.weakref lr2, nr2
     21 	.set lr2, l
     22 	.long lr2
     23 
     24 	.set Wwr3, l
     25 	.long Wwr3
     26 	.weakref Wwr3, wr3
     27 	.long Wwr3
     28 
     29 	.set Wwr4, l
     30 	.weakref Wwr4, wr4
     31 	.long Wwr4
     32 
     33 	.set Wwr5, l
     34 	.long Wwr5
     35 	.weakref Wwr5, wr5
     36 
     37 	.weakref lr6, ur6
     38 	.long lr6
     39 	.set lr6, l
     40 	.long ur6
     41 
     42 	.weakref lr7, nr7
     43 	.long lr7
     44 lr7:
     45 	.long lr7
     46