[BACK]Return to atomic_sub.S CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / common / lib / libc / arch / m68k / atomic

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/common/lib/libc/arch/m68k/atomic/atomic_sub.S between version 1.2 and 1.3

version 1.2, 2014/02/22 17:08:30 version 1.3, 2014/06/23 21:53:45
Line 122  ENTRY(__sync_fetch_and_sub_1)
Line 122  ENTRY(__sync_fetch_and_sub_1)
         bne     1b          bne     1b
         rts          rts
 END(__sync_fetch_and_sub_1)  END(__sync_fetch_and_sub_1)
   
   CRT_ALIAS(__atomic_fetch_sub_1,__sync_fetch_and_sub_1)
   CRT_ALIAS(__atomic_fetch_sub_2,__sync_fetch_and_sub_2)
   CRT_ALIAS(__atomic_fetch_sub_4,__sync_fetch_and_sub_4)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>